@charset "utf-8";
:root {
	--main_color: #ff551e;
	--brown:#503700;
	--gray:#F4F4F1;
}
html{
  scroll-behavior: smooth;
}


/*=======================================
base
=======================================*/

#maister_detail .content{
	color: var(--brown);
}
#maister_detail .w923{
	max-width: 923px;
	width: 90%;
	margin: 0 auto;
}
#maister_detail .bg{
	background: var(--gray);
	padding-top: 116px;
}
#maister_detail span.c_orange{
	color: var(--main_color);
}
#maister_detail .img_ttl{
	font-size: 23px;
	letter-spacing: 0.084px;
	position: relative;
	padding-left: 1em;
	margin-bottom: 10px;
	font-family: "Noto Sans JP", sans-serif;

}
#maister_detail .img_ttl::before{
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: var(--brown);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: auto;
}

@media only screen and (max-width: 768px){
	#maister_detail .bg{
		padding-top: 40px;
	}
	#maister_detail .img_ttl{
		font-size: 16px;
		padding-left: 1.5em;
	}
}
	

/*=======================================
about
=======================================*/

#maister_detail .content .about h2{
font-size: 36px;
letter-spacing: 0.12em;
text-align: center;
color: var(--main_color);
font-weight: 600;
position: relative;
/* max-width: 662px; */
padding-bottom: 20px;
margin: 120px auto 58px;
}
#maister_detail .content .about h2::after{
position: absolute;
content: "";
background: url(../img/vol/ttl_after.png) center center;
width: 100%;
height: 100%;
top: 100%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-repeat: repeat-x;
}

#maister_detail .content .about h3{
	display: flex;
	align-items: center;
	gap: 4%;
	font-size: calc(min(38px, max(26px, 26px + 12 * (100vw - 768px)/598)));
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-bottom: 46px;
}
#maister_detail .content .about h3 img{
	max-width: 134px;
}

#maister_detail .content .about .img01{
	margin-bottom: 54px;
}
#maister_detail .content .about .content_box{
	border-bottom: 2px dotted var(--brown);
	padding-bottom: 33px;
	max-width: 840px;
	margin: 0 auto 125px;
}
#maister_detail .content .about .content_ttl{
	align-items: center; 
	display: flex;
	justify-content: center;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-bottom: 33px;
}


#maister_detail .content .about .content_ttl::before,
#maister_detail .content .about .content_ttl::after {
	content: "";
	flex-grow: 1;
	border-top: 2px dotted var(--brown);
	display: block;
}
#maister_detail .content .about .content_ttl::before {
	margin-right: 12px;
}
#maister_detail .content .about .content_ttl::after {
	margin-left: 12px; 
}
#maister_detail .content .about ul{
	max-width: 839px;
	margin: 0 auto;
}
#maister_detail .content .about ul li{
font-size: 24px;
font-weight: 600;
position: relative;
display: flex;
align-items: center;
padding-left: 2em;
margin-bottom: 20px;
font-feature-settings: "palt";

}
#maister_detail .content .about ul li::before{
	content: "";
	position: absolute;
	background: url(../img/vol/contents_icon.png) no-repeat center center;
	width: 32px;
	height: 27px;
	background-size: contain;
	display: block;
	top: 5px;
	left: 0;
}
#maister_detail .content .about ul li a{
	color: var(--brown);
}
#maister_detail .content .about ul li a:hover{
	text-decoration: none;
}
@media only screen and (max-width: 768px){
	#maister_detail .content .about h2{
		font-size: 18px;
		letter-spacing: 1px;
		line-height: 1.5;
		padding-bottom: 15px;
		margin: 63px auto 20px;
		}
		#maister_detail .content .about h2::after{
			background: url(../img/vol/ttl_after_sp.svg) center center;
			width: 340px;
			height: 4px;
			background-repeat: repeat-x;
			}
				#maister_detail .content .about h3{
			flex-direction: column;
			text-align: center;
			gap: 16px;
			font-size: 16px;
			margin-bottom: 16px;
		}
		#maister_detail .content .about h3 img{
			width: 42px;
		}
		#maister_detail .content .about .img01{
			margin-bottom: 40px;
		}
		#maister_detail .content .about .content_box{
			padding-bottom: 12.66px;
			margin-bottom: 37px;
			max-width: 520px;
		}
		#maister_detail .content .about .content_ttl{
			font-size: 14px;
			margin-bottom: 10.34px;
		}
		#maister_detail .content .about ul{
			max-width: 500px;
		}
		#maister_detail .content .about ul li{
		font-size: 14px;
		margin-bottom: 14px;
		}
		#maister_detail .content .about ul li::before{
			width: 21px;
			height: 18px;
			top: 3px;
		}
}

/*=======================================
qa
=======================================*/
#maister_detail .content .qa h4{
	font-size: calc(min(46px, max(36px, 36px + 10 * (100vw - 768px)/598)));
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.625;
	color: var(--main_color);
border-top: 2px dotted var(--main_color);
border-bottom: 2px dotted var(--main_color);
padding: 30px 0 35px;
margin-bottom: 118px;
text-align: center;
font-feature-settings: "palt";
}
#maister_detail .content .qa h4.mt128{
	margin-top: 128px;
}
#maister_detail .content .qa dl{
	margin-top: 81px;
	font-family: "Noto Sans JP", sans-serif;
}
#maister_detail .content .qa dl.p128{
	padding-bottom: 128px;
}
#maister_detail .content .qa dl dt{
	font-size: 22px;
	font-weight: 700;
	position: relative;
	padding-left: 1em;
	border-bottom: 1px solid var(--brown);
	padding-bottom: 10px;
	margin-bottom: 10px;
	letter-spacing: 0.07em;
	font-feature-settings: "palt";
}
#maister_detail .content .qa dl dt a{
text-decoration: underline;
color: var(--main_color);

}
#maister_detail .content .qa dl dt::before{
	content: '';
	width: 18px;
	height: 2px;
	display: inline-block;
	background-color: var(--brown);
	position: absolute;
	left: 0 ;
	top: 16px;
}
#maister_detail .content .qa dl dd{
	letter-spacing: 0.07em;
	line-height: 1.89;
	font-weight: 700;
}
#maister_detail .content .qa dl dd:nth-of-type(2),
#maister_detail .content .qa dl dd:nth-of-type(3){
margin-top: 30px;
}
#maister_detail .content .qa .img{
	margin-top: 42px;
}
@media only screen and (max-width: 768px){
	#maister_detail .content .qa h4{
		font-size: 18px;
		letter-spacing: 0;
		line-height: 1.5;
	padding: 14px 0;
	margin-bottom: 30px;
	}
	#maister_detail .content .qa h4.mt128{
		margin-top: 40px;
	}
	#maister_detail .content .qa dl{
		margin-top: 42px;
	}
	#maister_detail .content .qa dl.p128{
		padding-bottom: 41px;
	}
	#maister_detail .content .qa dl dt{
		font-size: 14px;
		padding-left: 2em;
		padding-bottom: 6px;
		margin-bottom: 6px;
	}
	#maister_detail .content .qa dl dt::before{
		height: 1px;
		top: 10px;
	}
	#maister_detail .content .qa dl dd{
		font-size: 14px;
		line-height: 1.78;
	}
	#maister_detail .content .qa dl dd:nth-of-type(2){
	margin-top: 20px;
	}
	#maister_detail .content .qa .img{
		margin-top: 20px;
	}
}

/*=======================================
link_box
=======================================*/
#maister_detail .content .link_box{
	font-size: 21px;
	font-weight: 600;
	letter-spacing: 0.06em;
	margin: 50px auto 125px;
	display: flex;
	flex-direction: column;
}
#maister_detail .content .link_box p{
	margin-bottom: 6px;
}
#maister_detail .content .link_box .link{
	margin-bottom: 10px;
}

#maister_detail .content .link_box a{
	color: var(--brown);
	text-decoration: underline;
	letter-spacing: 0.02em;
}

@media only screen and (max-width: 768px){
	#maister_detail .content .link_box{
		font-size: 14px;
		letter-spacing: 0;
		margin: 22px auto 70px;
	}
}

/*=======================================
page_sec
=======================================*/
.page_sec{
	background-color: #ff7346;
	padding: 35px 0;
}
.page_sec .btn_flex{
	display: flex;
	align-items: center;
	gap: 0 72px;
	margin: 0 auto;
	position: relative;
	justify-content: center;
}

.page_sec .btn_flex .left{
	width: 50%;
}
.page_sec .btn_flex .right{
	width: 50%;

}
.page_sec .btn_flex::after{
	content: '';
	position: absolute;
	background-image: url(../img/vol/btn_icon.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 39px;
	height: 71px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.page_sec .btn_flex .prev{
	position: relative;
	width: fit-content;
	margin-left: auto;
}

.page_sec .btn_flex .prev a{
	display: block;
}
.page_sec .btn_flex .next{
	position: relative;
	width: fit-content;
	margin-right: auto;
}

.page_sec .btn_flex .next a{
	display: block;
}


@media screen and (max-width: 768px) {
	.page_sec{
		padding: 15px 0;
	}
	.page_sec .btn_flex{
		gap: 0 64px;
	}
	.page_sec .btn_flex::after{
		width: 24px;
		height: 44px;
	}
}


/*=======================================
related_page
=======================================*/
#maister_detail #related_page .bg{
	padding: 100px 0 60px;
}
#maister_detail #related_page .top_btn_area {
	margin: 0 auto;
}

@media only screen and (max-width: 768px){
	#maister_detail #related_page .bg{
		padding: 41px 0;
	}
}




/*=======================================
vo02
=======================================*/

#maister_detail.vol02 .content .qa h4{
	font-size: calc(min(44px, max(34px, 34px + 10 * (100vw - 768px)/598)));
	margin-bottom: 65px;
}
#maister_detail.vol02 .content .qa h4 span{
	color: var(--brown);
	font-size: 36px;
	display: block;
}

#maister_detail.vol02 .content .link_box{
	padding-bottom: 120px;
	margin: 85px auto 0;
}
#maister_detail.vol02 .box{
	max-width: 480px;
	margin: 67px auto 91px;
}
#maister_detail.vol02 .box span{
	font-size: 15px;
	text-align: right;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
}
#maister_detail.vol02 .box img{
	margin-bottom: 11px;
}

@media only screen and (max-width: 768px){
	#maister_detail.vol02 .content .qa h4{
		font-size: 18px;
		margin-bottom: 30px;  }

	#maister_detail.vol02 .content .qa h4 span{
		font-size: 16px;
	}
	
	#maister_detail.vol02 .content .link_box{
		padding-bottom: 70px;
		margin: 22px auto 0;
	}
	#maister_detail.vol02 .box{
		margin: 35px auto 40px;
	}
	#maister_detail.vol02 .box span{
		font-size: 14px;
	}

}


/*=======================================
vo03
=======================================*/

#maister_detail.vol03 .content .qa h4{
	font-size: calc(min(44px, max(34px, 34px + 10 * (100vw - 768px)/598)));
	margin-bottom: 60px;
}
#maister_detail.vol03 .reference_box{
	padding-bottom: 25px;
	font-family: "Noto Sans JP", sans-serif;

}
#maister_detail.vol03 .reference_box .img img{
	margin-bottom: 20px;
}
#maister_detail.vol03 .reference_box .img span a{
	color: var(--brown);
	font-size: 15px;
	letter-spacing: 0.085em;
	text-decoration: underline;
}
#maister_detail.vol03 .box{
	background: var(--gray);
	padding: 83px 5% 87px;
	border-radius: 50px;
	margin: 44px auto 87px;
}
#maister_detail.vol03 .img_ttl_box{
	border-bottom: 1px solid var(--brown);
	margin-bottom: 28px;

}
#maister_detail.vol03 .img_ttl{
	font-size: 22px;
}
#maister_detail.vol03 .box img{
	max-width: 620px;
	margin: 0 auto 54px;
	display: block;
}
#maister_detail.vol03 .box p{
line-height: 1.89;
font-family: "Noto Sans JP", sans-serif;

}

@media only screen and (max-width: 768px){
	#maister_detail.vol03 .content .qa h4{
		font-size: 18px;
		margin-bottom: 30px;
	}
	#maister_detail.vol03 .reference_box{
		padding-bottom: 12px;
	}
	#maister_detail.vol03 .reference_box .img img{
		margin-bottom: 10px;
	}
	#maister_detail.vol03 .reference_box .img span a{
		font-size: 14px;
	}
	#maister_detail.vol03 .box{
		padding: 40px 5% 43px;
		border-radius: 30px;
		margin: 22px auto 45px;
	}
	#maister_detail.vol03 .img_ttl_box{
		margin-bottom: 10px;
	}
	#maister_detail.vol03 .img_ttl{
		font-size: 16px;
	}
	#maister_detail.vol03 .box img{
		margin-bottom: 27px;
		max-width: 100%;
	}
	#maister_detail.vol03 .box p{
	font-size: 14px;
	}
}
