@charset "utf-8";
/*=============================================================
 contents Layout
=============================================================*/
.boxIntro{
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}
.boxIntro .catch{
	margin: 0 0 40px;
	font-size: 38px;
	text-align: center;
	line-height: 1.5;
}
.boxClm{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 80px 0 0;
}
.boxClm .order1{
	order: 1;
}
.boxClm>.box{
	width: 50%;
}
.boxClm .boxCopy{
	width: 100%;
	max-width: 380px;
	margin: 0 auto;
}
.boxClm .boxCopy h3{
	padding: 0 0 10px;
	font-size: 28px;
}
.boxClm .boxCopy ul{
	margin: 0 0 0 0.5em;
}
.boxClm .boxCopy ul li{
	margin: 0 0 0 1.0em;
	list-style: disc;
}
.boxClm .boxPhotoFull{
}
.boxClm .boxPhoto2Clm{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.boxClm .boxPhoto2Clm .box{
	width: calc((100% - 10px) / 2);
	padding: 10px 0 0;
}
.boxClmSub{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.boxClmSub p{
	width: 300px;
	display: inline-block;
}
.boxClmSub>.boxL{
	width: 50%;
	text-align: right;
}
.boxClmSub>.boxR{
	width: 50%;
	text-align: left;
}
.boxClmSub>.boxR p{
	margin: 150px 0 0 90px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 TUB
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:1099px){
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px){
.boxIntro .catch{
	font-size: 28px;
}
.boxClm{
	display: block;
}
.boxClm>.box{
	width: 100%;
}
.boxClm>.box+.box{
	padding: 40px 0 0;
}
.boxClm .boxCopy h3{
	font-size: 21px;
}
.boxClmSub{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 10px 0 0;
}
.boxClmSub p{
	width: 100%;
}
.boxClmSub>.boxL{
	width: calc((100% - 10px) / 2);
}
.boxClmSub>.boxR{
	width: calc((100% - 10px) / 2);
}
.boxClmSub>.boxR p{
	margin: 0;
}
}

