@charset "utf-8";
/*------------------------------------------------------------
Theme Name: picars
Theme URI: null
Description: Description
Author: 81bridge - LSZ
Version: 1.0
------------------------------------------------------------*/
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "M PLUS 1p", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
	opacity: 0.7;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-ltt */
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 118rem;
	color: #000;
	font-size: 1.8rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	#container {
		padding-top: 9.9rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin: 0 auto 3.5rem;
	max-width: 100rem;
	padding-top: 1.2rem;
}
#gHeader h1 a:hover {
	opacity: 1;
}
#gHeader .hBox {
	margin-bottom: 0.5rem;
	align-items: center;
}
#gHeader .rList {
	margin-top: 1rem;
	width: 616px;
	gap: 1rem 1.3rem;
	align-items: center;
}
#gHeader .rList li:last-child {
	width: 100%;
}
#gNavi ul {
	gap: 1rem;
}
#gNavi li {
	width: 19.2rem;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding-top: 0;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		background-color: #fff;
		z-index: 100;
		margin-bottom: 0;
	}
	#gHeader h1 {
		width: 25rem;
	}
	#gHeader .hBox {
		margin-bottom: 0;
		padding: 0.9rem 0.8rem;
	}
	#gHeader .menu {
		width: 3.5rem;
		cursor: pointer;
	}
	#gNavi ul {
		margin: 0 auto;
		max-width: 37.5rem;
		gap: 0 0.2rem;
	}
	#gNavi li {
		width: calc((100% - 0.6rem)/4);
	}
}
/*--------------------------------------
	mainmenu
--------------------------------------*/
.mainmenu {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	line-height: 1.75;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
.mainmenu img {
	vertical-align: middle;
}
.mainmenu .header {
	background: #EC0800;
	height: 4.5rem;
	line-height: 4.5rem;
	padding: 0 1rem;
	text-align: right;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 2;
}
.mainmenu .mainmenu_contents {
	padding-top: 4.5rem;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	/*.contents_inner{
	  height: 100rem;
	  background: red;
	}*/
}
.mainmenu li.border {
	border-bottom: 0.1rem solid #CBBB94;
}
.mainmenu .list {
	padding-bottom: 15rem;
	background: #ECE6D5;
}
.mainmenu .list > li > a {
	display: block;
	padding: 1rem;
	border-bottom: 0.1rem solid #CBBB94;
	color: #000;
	font-weight: bold;
	position: relative;
	background: #ECE6D5;
}
.mainmenu .list > li > a:after {
	position: absolute;
	right: 1rem;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	width: 1rem;
	height: 1.6rem;
	background: url(img/common/arrow_a.png) no-repeat;
	background-size: 1rem 1.6rem;
}
.mainmenu .sublist > li > a {
	display: block;
	background: #F8F6F1;
	padding: 1rem 1rem 1rem 1.5rem;
	border-bottom: 0.1rem solid #CBBB94;
	color: #000;
	font-weight: bold;
	position: relative;
}
.mainmenu .sublist > li > a:after {
	position: absolute;
	right: 1rem;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	width: 1rem;
	height: 1.6rem;
	background: url(img/common/arrow_b.png) no-repeat;
	background-size: 1rem 1.6rem;
}
@media all and (min-width: 897px) {
	.mainmenu {
		display: none !important;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.pageTop {
	display: none;
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	z-index: 80;
}
#gFooter .bgBox {
	padding: 1.2rem 0;
	background: #E30000;
	border-bottom: 0.7rem solid #000;
}
#gFooter .bgBox p {
	color: #fff;
	font-size: 2.1rem;
	font-weight: bold;
}
#gFooter .bgBox .content > p {
	flex: 1;
	letter-spacing: -0.06em;
}
#gFooter .bgBox .rBox {
	padding-right: 11rem;
	width: 26rem;
	position: relative;
}
#gFooter .bgBox .rBox p {
	font-size: 1.6rem;
	line-height: 1.1;
	text-align: right;
}
#gFooter .bgBox .rBox p span {
	display: inline-block;
	margin-right: 1rem;
}
#gFooter .bgBox .rBox .photo {
	position: absolute;
	right: 5px;
	bottom: -1.6rem;
}
#gFooter .btnBox {
	padding: 1.8rem 0;
	align-items: center;
}
#gFooter .btnBox .tel {
	margin-right: 4rem;
}
#gFooter .btnBox .price {
	margin-right: 1.7rem;
}
#gFooter .fInner {
	padding: 2rem 0 1.6rem;
	background: #F8F6F1;
}
#gFooter .fNavi {
	flex: 1;
}
#gFooter .fNavi li:not(:last-child) {
	margin-right: 6.5rem;
}
#gFooter .fNavi a {
	font-size: 1.3rem;
	display: inline-block;
	padding-left: 1.2rem;
	font-weight: 500;
	transform: rotate(0.05deg);
	background: url(img/common/icon01.png) no-repeat left 0.4rem/0.7rem auto;
}
#gFooter .btnList {
	width: 49.4rem;
	gap: 1.2rem;
}
#gFooter .btnList li {
	width: 13.2rem;
}
#gFooter .btnList li:nth-child(2) {
	width: 35rem;
	gap: 1rem;
	justify-content: space-between;
}
#gFooter .btnList li:nth-child(2) a {
	width: 17rem;
}
#gFooter .btnList li:nth-child(2) a:first-child {
	width: 100%;
}
#gFooter .btnList li:nth-child(2) a:last-child {
	width: 16.7rem;
}
#gFooter .fLink {
	margin-bottom: 0.9rem;
	padding: 0.2rem 0 0.4rem;
	background: #ECE6D7;
}
#gFooter .fLink a {
	font-size: 1.3rem;
	font-weight: 500;
	transform: rotate(0.05deg);
}
#gFooter .logoBox {
	margin-bottom: 1.1rem;
}
#gFooter .logoBox a:hover {
	opacity: 1;
}
#gFooter address {
	padding: 0.6rem;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
	background-color: #000;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding-bottom: 7.8rem;
	}
	#gFooter .pageTop {
		width: 3.6rem;
		bottom: 9.7rem;
	}
	#gFooter .btnList {
		margin: 0 3.5rem -14.5vw;
		gap: 0 0.8rem;
		width: auto;
		align-items: center;
		position: relative;
		z-index: 2;
	}
	#gFooter .btnList li {
		width: 11rem !important;
	}
	#gFooter .btnList li:first-child {
		width: 10.6rem !important;
	}
	#gFooter .linkList {
		margin-bottom: -6.7rem;
		gap: 0 0.2rem;
		display: none;
	}
	#gFooter .linkList li {
		width: calc((100% - 0.6rem)/4);
	}
	#gFooter .linkList a {
		padding: 0.5rem 0.2rem;
		display: block;
		color: #fff;
		font-size: 1.15rem;
		font-weight: 600;
		text-align: center;
		background: #E50012;
	}
	#gFooter .photo img {
		width: 100%;
	}
	#gFooter .fInner {
		margin: 0 1.6rem;
		background: none;
	}
	#gFooter .fInner .content {
		margin: 0 auto;
		max-width: 30.3rem;
	}
	#gFooter .fInner .btnList {
		margin: 0 0 1.7rem;
		display: block;
	}
	#gFooter .fInner .btnList li {
		margin-bottom: 1rem;
		width: auto !important;
	}
	#gFooter .fInner .btnList li:last-child {
		margin: 2.2rem -0.2rem 0;
	}
	#gFooter .fMenu {
		border-bottom: 1px solid #CBCBCB;
	}
	#gFooter .fMenu li {
		width: 50%;
		border-top: 1px solid #CBCBCB;
	}
	#gFooter .fMenu li:nth-child(2n-1) a {
		border-right: 1px solid #CBCBCB;
	}
	#gFooter .fMenu a {
		display: block;
		padding: 1rem 1rem 0.9rem 2.1rem;
		font-size: 1.2rem;
		font-weight: 500;
		background: url(img/common/icon01.png) no-repeat left 0.9rem center/0.6rem auto;
	}
	.fixBtn {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		text-align: center;
		background-color: #D5CDC7;
		z-index: 70;
	}
	.fixBtn img {
		width: 37.5rem;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 100rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 1.1rem;
	color: #FB0D1B;
	font-size: 3.4rem;
	text-align: center;
	letter-spacing: -0.07em;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 0.5rem;
		font-size: 1.7rem;
	}
}
/*------------------------------------------------------------
	category
------------------------------------------------------------*/
.category {
	margin-bottom: 3.3rem;
	gap: 1rem;
	justify-content: center;
}
.category li {
	width: 19.2rem;
}
.category a {
	opacity: 0.7;
	padding: 1.2rem;
	height: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	background: #FF7C10;
}
.category .on a {
	opacity: 1;
}
.category .cat02 a {
	background: #7ECA00;
}
.category .cat03 a {
	background: #FF001C;
}
.category .cat04 a {
	background: #0058C7;
}
.category .cat05 a {
	background: #CCA467;
}
@media all and (min-width: 897px) {
	.category a:hover {
		opacity: 1;
	}
}
@media all and (max-width: 896px) {
	.category {
		margin-bottom: 1.7rem;
	}
	.category li {
		width: 10.5rem;
	}
	.category a {
		padding: 0.8rem 0.5rem;
		font-size: 1.3rem;
	}
}
/*------------------------------------------------------------
	blogList
------------------------------------------------------------*/
.blogList {
	gap: 6.4rem 3.5rem;
}
.blogList li {
	width: calc((100% - 7rem)/3);
}
.blogList a {
	display: block;
}
.blogList .photo {
	margin-bottom: 1.6rem;
	/* aspect-ratio: 31/25; */
	aspect-ratio: 16/9;
}
.blogList .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blogList .date {
	margin-bottom: 0.7rem;
	font-size: 1.7rem;
	font-weight: 500;
}
.blogList .ttl {
	margin-bottom: 1rem;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.4;
}
.blogList .txt {
	line-height: 1.55;
	transform: rotate(0.05deg);
	letter-spacing: -0.05em;
}
@media all and (max-width: 896px) {
	.blogList {
		display: block;
	}
	.blogList li {
		width: auto;
		border-bottom: 1px dotted #000;
	}
	.blogList li:last-child {
		border-bottom: none;
	}
	.blogList a {
		padding: 2.5rem 0;
	}
	.blogList li:first-child a {
		padding-top: 0;
	}
	.blogList li:last-child a {
		padding-bottom: 0;
	}
	.blogList .photo {
		margin-bottom: 0.9rem;
	}
	.blogList .date {
		margin-bottom: 0.3rem;
		font-size: 1.3rem;
	}
	.blogList .ttl {
		margin-bottom: 0.4rem;
		font-size: 1.5rem;
		line-height: 1.2;
	}
	.blogList .txt {
		line-height: 1.3;
	}
}
/*------------------------------------------------------------
	wp-pagenavi 
------------------------------------------------------------*/
.wp-pagenavi {
	margin-top: 6rem;
	display: flex;
	justify-content: flex-end;
}
.wp-pagenavi a,
.wp-pagenavi .current {
	margin-left: 1rem;
	width: 4rem;
	height: 4rem;
	color: #fff;
	display: flex;
	font-size: 2.1rem;
	font-weight: 600;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	justify-content: center;
	align-items: center;
	background: #DBDBDB;
}
.wp-pagenavi .current {
	background: #FB0D1B;
}
.wp-pagenavi .extend {
	margin-left: 1rem;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	font-size: 2.8rem;
	padding-bottom: 0.5rem;
}
@media all and (min-width: 897px) {
	.wp-pagenavi a:hover {
		opacity: 1;
		background: #FB0D1B;
	}
}
@media all and (max-width: 896px) {
	.wp-pagenavi {
		margin: 3.3rem -0.5rem 0;
		justify-content: center;
	}
	.wp-pagenavi a,
	.wp-pagenavi .current {
		margin: 0 0.4rem;
		width: 3.1rem;
		height: 3.1rem;
		font-size: 1.6rem;
	}
	.wp-pagenavi .extend {
		margin-left: 1rem;
	}
	.wp-pagenavi .first,
	.wp-pagenavi .last,
	.wp-pagenavi .nextpostslink,
	.wp-pagenavi .previouspostslink {
		font-size: 2.1rem;
		padding-bottom: 0.4rem;
	}
}
/*------------------------------------------------------------
	blog
------------------------------------------------------------*/
#blog {
	margin-bottom: 21.7rem;
}
@media all and (max-width: 896px) {
	#blog {
		margin-bottom: 4rem;
	}
}
/*------------------------------------------------------------
	detail
------------------------------------------------------------*/
#detail .ttlBox {
	margin-bottom: 3rem;
}
#detail .ttlBox .date {
	margin-bottom: 0.5rem;
	font-weight: bold;
	font-size: 2.4rem;
	color: #323232;
}
#detail .ttlBox h2 {
	color: #323232;
	font-size: 3rem;
	line-height: 1.73;
	font-weight: 800;
}
#detail .mainImg {
	margin: 0 auto 5.4rem;
	max-width: 83.9rem;
}
#detail .mainImg img {
	width: 100%;
}
#tocBox {
	margin-bottom: 4rem;
	padding: 0 0.5rem 0.5rem;
	background: #FF0000;
	border-radius: 2rem;
	border: none;
	display: block;
}
#tocBox p.tocTitle {
	margin-bottom: 0;
	color: #fff;
	font-size: 2.6rem;
	font-weight: 800;
	padding: 0.5rem;
	text-align: center;
}
#tocBox .tocList {
	padding: 1.5rem 2rem 3rem 2.7rem;
	margin-top: 0;
	border-radius: 0 0 2rem 2rem;
	background-color: #fff;
	counter-reset: item;
}
#tocBox .tocList > li {
	font-size: 2.6rem;
	font-weight: 800;
	word-break: break-all;
	padding-left: 1em;
	text-indent: -1em;
}
#tocBox .tocList > li > a::before {
	content: counter(item) ",";
	counter-increment: item;
}
#tocBox .tocList > li:not(:last-child) {
	margin-bottom: 1.3rem;
}
#tocBox ul ul {
	margin: -0.3rem 0 0;
}
#tocBox .tocList > li > ul > li > a::before {
	content: '●';
}
#tocBox ul ul ul {
	margin: -0.4rem 0 0;
}
#tocBox ul ul ul a::before {
	content: '・';
}
#tocBox .tocList > li li {
	font-size: 2.3rem;
	font-weight: 700;
	padding-left: 1em;
	text-indent: -1em;
}
#tocBox .tocList > li li li {
	font-size: 1.8rem;
}
#detail .txtArea {
	word-break: break-all;
}
#detail .txtArea p {
	margin-bottom: 3rem;
	font-size: 2rem;
	line-height: 1.75;
	transform: rotate(0.03deg);
	text-align: justify;
}
#detail .txtArea p a {
	text-decoration: underline;
}
#detail .txtArea h1 {
	margin-bottom: 0.7rem;
	color: #fff;
	font-size: 2.8rem;
	padding: 0.9rem 1.5rem;
	background: #FB0D1B;
}
#detail .txtArea h2 {
	margin-bottom: 1.2rem;
	padding: 0.5rem 1.5rem;
	font-size: 2.4rem;
	background: #FFD9E3;
}
#detail .txtArea h3 {
	margin-bottom: 0.7rem;
	padding-bottom: 0.7rem;
	font-size: 2rem;
	border-bottom: 0.2rem solid #FB0D1B;
}
#detail .txtArea h4 {
	margin-bottom: 0.3rem;
}
#detail .txtArea h4 + .txtBox p {
	font-size: 1.8rem;
}
#detail .txtArea h5 {
	margin-bottom: 0.5rem;
	font-size: 1.6rem;
}
#detail .txtArea h5 + .txtBox p {
	font-size: 1.6rem;
}
#detail .txtSub {
	margin-bottom: 6.5rem;
}
#detail .txtArea ul {
	margin-bottom: 3rem;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.75;
}
#detail .txtArea ul li {
	padding-left: 1em;
	text-indent: -1em;
}
#detail .txtArea ul li::before {
	content: '●';
}
#detail .txtArea ol {
	margin-bottom: 3rem;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.75;
	counter-reset: num;
}
#detail .txtArea ol li {
	display: flex;
	align-items: flex-start;
}
#detail .txtArea ol li::before {
	content: counter(num) ". ";
	counter-increment: num;
}
#detail .tabBox {
	margin: 4.5rem 0;
}
#detail .tabBox .ttl {
	margin-bottom: 1rem;
	font-size: 2.4rem;
	font-weight: bold;
}
#detail .tabBox table {
	margin-bottom: 4.1rem;
	width: 100%;
	border-spacing: 0;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}
#detail .tabBox01 table tr:first-child td {
	background: #E6EBF0;
}
#detail .tabBox02 table td {
	width: auto;
}
#detail .tabBox02 table td:first-child {
	background: #E6EBF0;
	width: 30%;
}
#detail .tabBox th,
#detail .tabBox td {
	height: 5rem;
	width: 50%;
	padding: 0.9rem;
	line-height: 1.75;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}
#detail .tabBox th {
	width: 50%;
	background: #E6EBF0;
}
#detail .txtArea .photo {
	margin-bottom: 1.2rem;
	width: 51rem;
}
#detail .photo img {
	width: 100%;
}
#detail .photo.mid {
	margin: 0 auto 3.6rem;
}
#detail .photo p {
	font-size: 1.6rem;
	font-weight: 800;
	margin-top: 0.3rem;
	margin-bottom: 0 !important;
}
#detail .photo.mid p {
	margin: 0.3rem 1rem 0;
}
#detail .photo.right {
	margin-left: auto;
}
#detail .photo.right p {
	margin: 1.3rem 0 0;
}
#detail .imgBox {
	margin: 7.5rem 0 5rem;
	overflow: hidden;
	display: block;
}
#detail .imgBox02 {
	margin: 5rem 0;
}
#detail .imgBox .photoBox {
	margin-right: 6rem;
	width: 51%;
	float: left;
}
#detail .imgBox.imgBoxR .photoBox {
	float: right;
	margin: 0 0 0 6rem;
}
#detail .imgBox .photoBox img {
	width: 100%;
}
#detail .imgBox .txtBox {
	margin-top: -0.6rem;
}
#detail .imgBox .txtBox p:last-child {
	margin-bottom: 0;
}
#detail .movie {
	margin: 7.5rem auto 5rem;
	max-width: 76.7rem;
	aspect-ratio: 767/543;
}
#detail .movie iframe {
	width: 100%;
	height: 100%;
}
#detail .borBox {
	margin-bottom: 4.3rem;
	padding: 0.5rem;
	background: #FF0000;
	border-radius: 2rem;
}
#detail .borBox .sub {
	padding: 3rem 3rem 3.5rem;
	background-color: #fff;
	border-radius: 2rem;
}
#detail .borBox p:last-child {
	margin-bottom: 0;
}
#detail .quote {
	margin: 0 3.3rem 7rem;
	padding: 1.8rem 0 2.3rem;
	position: relative;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#detail .quote:before,
#detail .quote:after {
	position: absolute;
	left: 0;
	top: -1.2rem;
	width: 3rem;
	height: 1.6rem;
	background: #fff url(img/common/icon03.png) no-repeat left top/2.4rem auto;
	content: "";
}
#detail .quote:after {
	left: auto;
	top: auto;
	right: -0.6rem;
	bottom: -0.8rem;
	background-image: url(img/common/icon04.png);
	background-position: right top;
}
#detail .quote p:last-child {
	margin-bottom: 0;
}
#detail .btn {
	margin-bottom: 4rem;
	text-align: right;
}
#detail .btn a {
	display: inline-flex;
	padding: 1rem;
	min-height: 7rem;
	min-width: 45rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	background: #FF9510;
	text-align: center;
}
#detail .btn a span {
	display: inline-block;
	min-height: 3.2rem;
}
#detail .btn a[target="_blank"] span {
	padding-right: 3.6rem;
	background: url(img/common/icon02.png) no-repeat right top/3.2rem auto;
}
#detail .pageList {
	margin: 7rem 2.5rem 0;
	gap: 2.7rem;
}
#detail .pageList li {
	width: 29.6rem;
	padding-left: 0;
}
#detail .pageList a {
	height : 6.2rem;
	font-size: 2rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius : 1rem;
	background : #FFD9E3;
}
#detail .pageList .back a {
	color: #fff;
	background : #FF0000;
}
#detail .relate {
	margin-top: 11.5rem;
	padding: 5rem 0 16rem;
	background : #F8F6F1;
}
#detail .relate h3 {
	color : #E30000;
	font-weight: 800;
}
@media all and (min-width: 897px) {
	#detail .txtArea p a:hover {
		text-decoration: none;
	}
	#detail .tabBox tbody th {
		width: 30%;
	}
	#tocBox a:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 896px) {
	#detail .ttlBox {
		margin-bottom: 0.9rem;
		padding-top: 0.5rem;
	}
	#detail .ttlBox .date {
		margin-bottom: 0;
		font-size: 1.3rem;
	}
	#detail .ttlBox h2 {
		font-size: 2rem;
		line-height: 1.3;
	}
	#detail .mainImg {
		margin-bottom: 1.5rem;
		max-width: inherit;
	}
	#tocBox {
		margin-bottom: 1.7rem;
		padding: 0 0.3rem 0.3rem;
		border-radius: 1rem;
	}
	#tocBox p.tocTitle {
		font-size: 1.5rem;
		padding: 0.3rem;
	}
	#tocBox .tocList {
		padding: 0.4rem 0.2rem 1.2rem 1rem;
		border-radius: 0 0 1rem 1rem;
	}
	#tocBox .tocList > li {
		font-size: 1.6rem;
		line-height: 0.8;
	}
	#tocBox ul ul {
		margin: 1.2rem 0 0;
	}
	#tocBox ul ul ul {
		margin: 0.7rem 0 0 -0.6rem;
		line-height: 0.9;
	}
	#tocBox .tocList > li li {
		font-size: 1.4rem;
	}
	#tocBox .tocList > li li li {
		font-size: 1.3rem;
	}
	#detail .txtArea p {
		margin-bottom: 1.5rem;
		font-size: 1.4rem;
	}
	#detail .txtArea h1 {
		margin-bottom: 0.5rem;
		font-size: 1.6rem;
		padding: 0.5rem 0.9rem;
		line-height: 1.2;
	}
	#detail .txtArea h2 {
		margin-bottom: 0.2rem;
		padding: 0.5rem 1rem;
		font-size: 1.4rem;
		line-height: 1.36;
	}
	#detail .txtArea h3 {
		margin-bottom: 0.5rem;
		padding-bottom: 0.4rem;
		font-size: 1.4rem;
		line-height: 1.36;
		border-bottom-width: 0.1rem;
	}
	#detail .txtArea h4 {
		font-size: 1.3rem;
	}
	#detail .txtArea h4 + .txtBox p {
		font-size: 1.3rem;
	}
	#detail .txtArea h5 {
		font-size: 1.3rem;
	}
	#detail .txtArea h5 + .txtBox p {
		font-size: 1.3rem;
	}
	#detail .txtSub {
		margin-bottom: 1.5rem;
	}
	#detail .txtArea ul {
		margin-bottom: 1.5rem;
		font-size: 1.4rem;
		line-height: 2;
	}
	#detail .txtArea ol {
		margin-bottom: 1.5rem;
		font-size: 1.4rem;
		line-height: 2;
	}
	#detail .tabBox {
		margin: 2rem 0;
	}
	#detail .tabBox .ttl {
		margin-bottom: 1rem;
		font-size: 1.5rem;
		line-height: 1.5;
	}
	#detail .tabBox table {
		margin-bottom: 1.8rem;
	}
	#detail .tabBox table td {
		height: 4.4rem;
	}
	#detail .tabBox02 table td:first-child {
		width: 50%;
	}
	#detail .txtArea .photo {
		margin-bottom: 0.7rem;
		width: 76%;
	}
	#detail .photo.mid {
		margin: 0 auto 1.5rem;
	}
	#detail .photo p {
		font-size: 1.3rem;
	}
	#detail .photo.mid p {
		margin: 0.2rem 0 0;
	}
	#detail .photo.right p {
		margin: 0.2rem 0 0;
	}
	#detail .imgBox {
		margin: 2rem 0 2.5rem;
	}
	#detail .imgBox02 {
		margin: 2.5rem 0;
	}
	#detail .imgBox .photoBox {
		margin-right: 2rem;
		width: 47%;
	}
	#detail .imgBox.imgBoxR .photoBox {
		margin: 0 0 0 2rem;
	}
	#detail .movie {
		margin: 1.5rem auto;
		max-width: inherit;
	}
	#detail .borBox {
		margin-bottom: 4.3rem;
		padding: 0.3rem;
		border-radius: 1rem;
	}
	#detail .borBox .sub {
		padding: 1.5rem;
		border-radius: 1rem;
	}
	#detail .quote {
		margin: 0 0 3.2rem;
		padding: 1.2rem 0 2rem;
	}
	#detail .quote:before,
	#detail .quote:after {
		top: -0.8rem;
		width: 1.6rem;
		height: 0.8rem;
		background-size: 1.2rem auto;
	}
	#detail .quote:after {
		left: auto;
		top: auto;
		right: -0.1rem;
		bottom: -0.3rem;
	}
	#detail .btn {
		margin-bottom: 1.3rem;
		text-align: center;
	}
	#detail .btn a {
		padding: 0.5rem;
		min-height: 3.5rem;
		min-width: 33.5rem;
		font-size: 1.45rem;
	}
	#detail .btn a span {
		min-height: 1.6rem;
	}
	#detail .btn a[target="_blank"] span {
		padding-right: 2.2rem;
		background-position: right 0.3rem;
		background-size: 1.6rem auto;
	}
	#detail .pageList {
		margin: 1.7rem 0 0;
		gap: 1.5rem 2rem;
		justify-content: space-between;
	}
	#detail .pageList li {
		width: calc((100% - 2rem)/2);
	}
	#detail .pageList .back {
		width: 100%;
	}
	#detail .pageList a {
		height : 3.8rem;
		font-size: 1.3rem;
		border-radius : 0.5rem;
	}
	#detail .relate {
		margin: 3.5rem 0 -15vw;
		padding: 2rem 0 28vw;
	}
	#detail .relate h3 {
		margin-bottom: 1.3rem;
		font-size: 2.1rem;
		letter-spacing: 0;
	}
}