@charset "UTF-8";


/* com_lead
---------------------------------------------------------*/
.com_lead ul{
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	max-width: 965px;
	width: 85%;
	margin: 2rem auto;
}
.com_lead ul li{
	width: 14.5%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.com_lead ul{
	margin: 1rem auto;
}
.com_lead ul li{
	width: 16%;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.com_lead ul{
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 70%;
	margin: 1rem auto 0;
}
.com_lead ul li{
	width: 31%;
	margin-bottom: 3%;
}
}




/* box1
---------------------------------------------------------*/
.box1 .com_index1_inbox{
	position: relative;
}
.box1 .com_index1_inbox::before{
	position: absolute;
	display: block;
	content: "";
	background: url("../images/allergy/img02@2x.png")no-repeat top left;
	background-size: 100% auto;
	width: 38%;
	max-width: 453px;
	height: 453px;
	top: 3%;
	left: 0;
	z-index: -1;
}
.box1 .com_index1_inbox::after{
	position: absolute;
	display: block;
	content: "";
	background: url("../images/allergy/img03@2x.png")no-repeat top right;
	background-size: 100% auto;
	width: 38%;
	max-width: 453px;
	height: 453px;
	top:65%;
	-webkit-transform: translateY(-50%); 
	transform: translateY(-50%); 
	right: 0;
	z-index: -1;
}
.box1 .ft_min{
	text-align: center;
	font-size:155%;
	letter-spacing: 0.02em;
	line-height: 1.9em;
}
.box1 .img{
	margin: 50px auto;
}
.box1 ul{
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	max-width: 1150px;
	margin: 20px auto 0;
}
.box1 ul li{
	width: 19.3%;
}
.box1 ul li:nth-child(even){
	margin-top: 3.5rem;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1200px) {
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.box1 .com_index1_inbox::before{
	width: 38%;
	top: 3%;
}
.box1 .com_index1_inbox::after{
	width: 38%;
	top:65%;
}
.box1 .ft_min{
	font-size:115%;
	letter-spacing: normal;
}
.box1 .img{
	margin: 2% auto 3%;
}
.box1 ul{
	margin: 2% auto 0;
}
.box1 ul li{
	width: 19.5%;
}
.box1 ul li:nth-child(even){
	margin-top: 1.5rem;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.box1 .com_index1_inbox::before{
	width: 70%;
	top: -5%;
}
.box1 .com_index1_inbox::after{
	width:70%;
	top: 80%;
}
.box1 .ft_min{
	font-size:100%;
	letter-spacing: normal;
	text-align: left;
	line-height: 1.7em;
}
.box1 .img{
	width: 115%;
	margin: 4% auto 4% -15%;
}
.box1 ul{
	width: 90%;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 4% auto 0;	
}
.box1 ul li{
	width: 31.5%;
}
.box1 ul li:nth-child(even){
	margin-top: 0;
}
.box1 ul li:nth-child(4),
.box1 ul li:nth-child(5){
	margin-top: -1%;
}
.box1 ul li:nth-child(4){
	margin-left: 17%;
}	
.box1 ul li:nth-child(5){
	margin-right: 17%;
}	
}





/* box2
---------------------------------------------------------*/
.box2 .serif_box{
	text-align: center;
	margin-bottom: 60px;
}
.box2 .serif_box .serif_tit{
	margin-bottom: 1.8em;
}
.box2 .serif_box .serif_tit p{
	position: relative;
	display: inline;
	font-size:185%;
	letter-spacing: 0.06em;
	line-height: 1.4em;
	padding: 0 1.5em;
	box-sizing: border-box;	
}
.box2 .serif_box .serif_tit p::before,
.box2 .serif_box .serif_tit p::after{
	position: absolute;
	display: block;
	content: "";
	background: url("../images/serif_l.svg")no-repeat top left;
	background-size: 100% auto;
	width: 31px;
	height: 44px;
	top:70%;
	-webkit-transform: translateY(-50%); 
	transform: translateY(-50%); 
}
.box2 .serif_box .serif_tit p::before{
	left: 0;
}
.box2 .serif_box .serif_tit p::after{
	background: url("../images/serif_r.svg")no-repeat top right;
	right: 0;
}
.box2 .serif_box .img{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.fs_19{
	font-weight: bold;
	font-size:113%;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}
.box2 .serif_box .fs_19{
	margin-top: 1.7em;
}
.box2 .fs_19.txt1{
	margin-top: 4.5em;
	text-align: center;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.box2 .serif_box{
	margin-bottom: 7%;
}
.box2 .serif_box .serif_tit{
	margin-bottom: 1em;
}
.box2 .serif_box .serif_tit p{
	font-size:150%;
}
.box2 .serif_box .serif_tit p::before,
.box2 .serif_box .serif_tit p::after{
	width: 1em;
	top:80%;
}
.box2 .serif_box .img{
	width: 80%;
}
.fs_19{
	font-size:105%;
	letter-spacing: 0.05em;
}
.box2 .serif_box .fs_19{
	margin-top: 1em;
}
.box2 .fs_19.txt1{
	margin-top:2.5em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.box2 .serif_box{
	margin-bottom: 5%;
}
.box2 .serif_box .serif_tit{
	margin-bottom: .5em;
}
.box2 .serif_box .serif_tit p{
	font-size:105%;
	letter-spacing: 0.01em;
	padding: 0 1.3em;
}
.box2 .serif_box .serif_tit p::before,
.box2 .serif_box .serif_tit p::after{
	width: 1em;
	top:100%;
}
.box2 .serif_box .img{
	width:100%;
}
.fs_19{
	font-size:100%;
	letter-spacing: normal;
	line-height: 1.7em;
	text-align: left;
}
.box2 .serif_box .fs_19{
	margin-top: 1em;
}
.box2 .fs_19.txt1{
	margin-top: 1.5em;
	text-align: left;
}
}



/* beige_box
---------------------------------------------------------*/
.beige_box .titbox{
	background:rgba(122,110,91,0.80);
	text-align: center;
	padding: 2.2rem 4% 2rem;
	box-sizing: border-box;
}
.beige_box .titbox p{
	color: #fff;
	font-size:130%;
	letter-spacing: 0.1em;
	margin-bottom: .4em;
}
.beige_box .titbox h4{
	color: #fffe8d;
	font-size: 220%;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.2em;
}
.beige_box .txtbox{
	position: relative;
	padding: 55px 5%;
	box-sizing: border-box;
}
.beige_box .txtbox::before{
	position: absolute;
	display: block;
	content: "";
	background: #e8e6d9;
	background-size: 100% auto;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	z-index: -2;
}
.beige_box .txtbox > div{
	margin-bottom: 45px;
}
.beige_box .txtbox > div:nth-child(2){
	margin-bottom: 0;
}
.beige_box .txtbox > div .img_l,
.beige_box .txtbox > div .img_r {	
	width: 42%;
	max-width: 450px;
}
.beige_box .txtbox > div .txt_l,
.beige_box .txtbox > div .txt_r{
    width: 54%;
}
.beige_box .txtbox > div.type2 .img_l,
.beige_box .txtbox > div.type2 .img_r {	
	width: 40%;
	max-width: 430px;
}
.beige_box .txtbox > div.type2 .txt_l,
.beige_box .txtbox > div.type2 .txt_r{
    width: 56%;
}
.beige_box .txtbox .beige_col2{
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.beige_box .txtbox .beige_col2 > li{
	position: relative;
	width: 48.5%;
	padding: 0 4% 40px;
	box-sizing: border-box;
}
.beige_box .txtbox .beige_col2 > li::before,
.beige_box .txtbox .beige_col2 > li::after{
	position: absolute;
	display: block;
	content: "";	
	background-size: 100% auto;
	width: 100%;
	height: calc(100% - 3.5rem);
	bottom: 0;
	left: 0;
	z-index: -1;
}
.beige_box .txtbox .beige_col2 > li:nth-child(1)::before{
	background:rgba(189,184,203,0.50);
}
.beige_box .txtbox .beige_col2 > li:nth-child(2)::before{
	background:rgba(162,186,203,0.50);
}
.beige_box .txtbox .beige_col2 > li .beige_col2_img{
	margin: 0 auto 1.5rem;
	width: 60%;
	text-align: center;
}
.beige_box .txtbox .beige_col2 > li .maru_list li{
	position: relative;
	padding-left: 1.3em;
	box-sizing: border-box;
	line-height: 1.5em;
	margin-bottom: .4em;
}
.beige_box .txtbox .beige_col2 > li .maru_list li::before{
	position: absolute;
	font-family: 'fontello';
	content: '\e804';	
	font-size: 90%;
	top: 0;
	left: 0;
	color:#968ca5;
}
.beige_box .txtbox .beige_col2 > li .maru_list li:last-child{
	margin-bottom: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.beige_box .titbox{
	padding: 1.3rem 4%;
}
.beige_box .titbox p{
	font-size:120%;
}
.beige_box .titbox h4{
	font-size:175%;
}
.beige_box .txtbox{
	padding: 4% 4% 5%;
}
.beige_box .txtbox > div{
	margin-bottom: 5%;
}
.beige_box .txtbox > div:nth-child(2){
	margin-bottom: 0;
}
.beige_box .txtbox > div .txt_l,
.beige_box .txtbox > div .txt_r,
.beige_box .txtbox > div.type2 .txt_l,
.beige_box .txtbox > div.type2 .txt_r{
    width: 100%;
}
.beige_box .txtbox .beige_col2 > li{
	width: 49%;
	padding: 0 2.5% 3%;
}
.beige_box .txtbox .beige_col2 > li::before,
.beige_box .txtbox .beige_col2 > li::after{
	height: calc(100% - 3rem);
}
.beige_box .txtbox .beige_col2 > li .beige_col2_img{
	margin: 0 auto 1rem;
}
.beige_box .txtbox .beige_col2 > li .maru_list li{
	position: relative;
	padding-left: 1.3em;
	box-sizing: border-box;
	line-height: 1.5em;
	margin-bottom: .4em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.beige_box .titbox{
	padding: 4% 3%;
}
.beige_box .titbox p{
	font-size: 100%;
	letter-spacing: normal;
	margin-bottom: .3em;
}
.beige_box .titbox h4{
	font-size: 150%;
	letter-spacing: 0.1em;
}
.beige_box .txtbox{
	padding: 5% 4%;
}
.beige_box .txtbox > div{
	margin-bottom: 5%;
}
.beige_box .txtbox > div .img_l,
.beige_box .txtbox > div .img_r,
.beige_box .txtbox > div.type2 .img_l,
.beige_box .txtbox > div.type2 .img_r{	
	width: 70%;
}
.beige_box .txtbox > div .txt_l,
.beige_box .txtbox > div .txt_r,
.beige_box .txtbox > div.type2 .txt_l,
.beige_box .txtbox > div.type2 .txt_r{
    width: 100%;
}
.beige_box .txtbox .beige_col2{
	display: -webkit-block;
	display: block;
}
.beige_box .txtbox .beige_col2 > li{
	width: 100%;
	padding: 0 4% 5%;
	margin-bottom: 4%;
}
.beige_box .txtbox .beige_col2 > li:last-child{
	margin-bottom: 0;
}
.beige_box .txtbox .beige_col2 > li::before,
.beige_box .txtbox .beige_col2 > li::after{
	height: calc(100% - 3rem);
}
.beige_box .txtbox .beige_col2 > li .beige_col2_img{
	margin: 0 auto .8rem;
	width: 50%;
}
}