@charset "UTF-8";

/* m_img
---------------------------------------------------------*/
.contentpage .m_img_area .m_img{
    background-image: url("../images/equipment/m_img@2x.jpg");}
.contentpage .m_img_area .m_img::before{
    background-image: url("../images/equipment/m_deco@2x.png");}


/* eq_index1
---------------------------------------------------------*/
/*eq_index1*/
.eq_index1{
    background: url("../images/equipment/img01@2x.jpg")no-repeat center;
    background-size: cover;
    color: #fff;
}
#sec2 .eq_index1{
    background-image: url("../images/equipment/img13@2x.jpg");}
#sec3 .eq_index1{
    background-image: url("../images/equipment/img20@2x.jpg");}

.eq_index1 .w1200{
    position: relative;
    padding: 100px 0 80px;
}
.eq_index1 .w1200::before{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/equipment/abs01@2x.png")no-repeat bottom left;
    background-size: 100% auto;
    width: 25%;
    height: 200px;
    bottom:0;
    left: -16%;
}
.eq_index1 .w1200::after{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/equipment/abs01@2x.png")no-repeat top right;
    background-size: 100% auto;
    width: 25%;
    height: 200px;
    top:-1rem;
    right: -11%;
}
.eq_index1 .ft_ad,
.eq_index1 .ft_min{
    position: relative;
    z-index: 2;
}
.eq_index1 .ft_ad{
	font-size: min(395%,5.8vw);
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    line-height: 1em;
}
.eq_index1 .ft_min{
	font-size: min(210%,3vw);
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    line-height: 1.6em;
    margin-top: 1rem;
}

/*eq_inbox1*/
.eq_inbox1{
    background: #F2F0F7;
    max-width: 1400px;
    width: 94%;
    margin: 0 auto;
    padding: 100px 4.5% 90px;
    box-sizing: border-box;
    text-align: left;
}
#sec2 .eq_inbox1{    background: #FDF2E6;}
#sec3 .eq_inbox1{    background: #E9F6F8;}

/*qa_list1*/
.qa_list1 > li{
    border-bottom: 1px solid #BFC6C6;
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.qa_list1 > li:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.qa_list1 > li > .qa_list1_inbox{
    max-width: 1200px;
    margin: 0 auto
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
/*eq_index1*/
.eq_index1 .w1200{
    padding: 7vw 0 6vw;
}
.eq_index1 .ft_min{
    margin-top: .5rem;
}

/*eq_inbox1*/
.eq_inbox1{
    padding: 6vw 4% 5vw;
}

/*qa_list1*/
.qa_list1 > li{
    padding-bottom: 5vw;
    margin-bottom: 5vw;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
/*eq_index1*/
.eq_index1{
	position: relative;
	height: 10em;
}
.eq_index1 .w1200{
	position: absolute;
	top: 52%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
    padding: 0;
	text-align: center;
}
.eq_index1 .ft_ad{
	font-size: 220%;
}
.eq_index1 .ft_min{
	font-size: 130%;
	line-height: 1.4em;
	margin-top: .5rem;
}

/*eq_inbox1*/
.eq_inbox1{
    width: 100%;
    padding: 7% 4% 8%;
}

/*qa_list1*/
.qa_list1 > li{
    padding-bottom: 8%;
    margin-bottom: 8%;
}
}






/* フォントサイズ
---------------------------------------------------------*/
#pagebody .fs45{
	font-size: min(300%,4vw);
    letter-spacing: 0.05em;
    line-height: 1.6em;
}
#pagebody .fs33{
	font-size: min(225%,3vw);
    letter-spacing: 0.05em;
    line-height: 1.6em;
}
#pagebody .fs30{
	font-size: min(200%,2.8vw);
    letter-spacing: 0.05em;
    line-height: 1.5em;
}
#pagebody .fs26{
	font-size: min(170%,2.7vw);
    letter-spacing: 0.05em;
    line-height: 1.6em;
}
#pagebody .fs25{
	font-size: min(165%,2.6vw);
    letter-spacing: 0.05em;
    line-height: 1.6em;
}
#pagebody .fs21{
	font-size: min(145%,2.3vw);
    letter-spacing: 0.01em;
    line-height: 1.6em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#pagebody .fs45{
	letter-spacing: normal;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#pagebody .fs45{
	font-size: 170%;
	letter-spacing: normal;
    font-feature-settings: "palt";
}
#pagebody .fs33{
	font-size: 125%;
	letter-spacing: normal;
    font-feature-settings: "palt";
}
#pagebody .fs30{
	font-size: 150%;
	letter-spacing: normal;
    font-feature-settings: "palt";
}
#pagebody .fs26{
	font-size: 110%;
	letter-spacing: normal;
    font-feature-settings: "palt";
}
#pagebody .fs25{
	font-size: 110%;
	letter-spacing: normal;
    font-feature-settings: "palt";
}
#pagebody .fs21{
	font-size: 110%;
	letter-spacing: normal;
    font-feature-settings: "palt";
}
}






/* fltbox
---------------------------------------------------------*/
.qa_list1 .fltbox.img600 .imgbox{
    width: 51%;
    max-width: 600px;
}
.qa_list1 .fltbox.img600 .txtbox{
    width: 45%;
}
.qa_list1 .fltbox.img600 .txtbox .fs30{
    margin-bottom: .8em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.qa_list1 .fltbox.img600 .imgbox{
	margin-bottom: .1rem;
}
.qa_list1 .fltbox.img600 .flt_r.imgbox{
	margin-left: 4%;
}
.qa_list1 .fltbox.img600 .flt_l.imgbox{
	margin-right: 4%;
}
.qa_list1 .fltbox.img600 .txtbox{
    width: 100%;
	float: none;
}
.qa_list1 .fltbox.img600 .txtbox .fs30{
    margin-bottom: .5em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.qa_list1 .fltbox.img600 .imgbox{
    width: 100%;
	margin: 0 auto 3%;
	float: none;
}
.qa_list1 .fltbox.img600 .txtbox{
    width: 100%;
	float: none;
}
.qa_list1 .fltbox.img600 .txtbox .fs30{
    margin-bottom: .4em;
	text-align: center;
}
}






/* eq_col4
---------------------------------------------------------*/
.eq_col4{
    margin-top: 60px;
}
.eq_col4 li{
    position: relative;
    width: 24%;
    background: #fff;
    padding: 60px 1% 55px;
    box-sizing: border-box;
    text-align: center;
}
.eq_col4 li::before{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/equipment/abs02@2x.png")no-repeat top center;
    background-size: 100% auto;
	width: 36px;
	height: 36px;
	top:-15px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.eq_col4 li .fs26{
    color: #7C69AB;
    margin-bottom: .8em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.eq_col4{
    margin-top: 5vw;
	flex-wrap: wrap;
}
.eq_col4 li{
	width: 48%;
    padding: 4vw 4%;
	margin-top: 4%;
}
.eq_col4 li:nth-child(-n + 2){
	margin-top: 0;
}
.eq_col4 li::before{
	width: 3vw;
	height: 3vw;
	top:-1.5vw;
}
.eq_col4 li .fs26{
    margin-bottom: .45em;
}
.eq_col4 li p:nth-child(2){
	width: 27vw;
	margin: 0 auto;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.eq_col4{
	flex-wrap: wrap;
    margin-top: 5%;
}
.eq_col4 li{
    width: 48%;
    padding: 6vw 1%;
	margin-top: 4%;
}
.eq_col4 li:nth-child(-n + 2){
	margin-top: 0;
}
.eq_col4 li::before{
	width: 5vw;
	height: 5vw;
	top:-1.5vw;
}
.eq_col4 li .fs26{
	letter-spacing: normal!important;
    margin-bottom: .4em;
}
}






/* eq_box1
---------------------------------------------------------*/
.eq_box1{
	position: relative;
	margin-top: 50px;
	margin-bottom: 20px;
	padding: 0 4% 80px;
	box-sizing: border-box;
}
.eq_box1::before{
	position: absolute;
	display: block;
	content: "";
	background: #E0DBEB;
	background-size: 100% auto;
	width: 100%;
	height: calc(100% - 4rem);
	bottom: 0;
	left: 0;
}
.eq_box1 > .inbox{
	position: relative;
	z-index: 2;
	max-width: 1020px;
	margin: 0 auto;
}
.eq_box1 .tit{
	width:45%;
	margin: 0 auto 25px;
}
.eq_box1 .movie{
	width: 70%;
	margin: 0 auto 60px;
}
.eq_box1 .col3 li{
	width: 32%;
	max-width: 302px;
}
.eq_box1 .col3 li .fs30{
	font-size: min(200%,2.5vw)!important;
	text-align: center;
	margin: 1em 0 .7em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.eq_box1{
	margin-top: 5vw;
	margin-bottom: 1vw;
	padding: 0 3% 5%;
}
.eq_box1::before{
	height: calc(100% - 5vw);
}
.eq_box1 .tit{
	margin: 0 auto 2vw;
}
.eq_box1 .movie{
	margin: 0 auto 4vw;
}
.eq_box1 .col3 li .fs30{
	margin: .8em 0 .4em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.eq_box1{
	margin-top: 8%;
	margin-bottom: 1%;
	padding: 0 4% 6%;
}
.eq_box1::before{
	height: calc(100% - 5vw);
}
.eq_box1 .tit{
	width: 80%;
	margin: 0 auto 4vw;
}
.eq_box1 .movie{
	width: 95%;
	margin: 0 auto 7vw;
}
.eq_box1 .col3{
	display: block;
}
.eq_box1 .col3 li{
	width: 100%;
	max-width:100%;
	border-top:1px solid #BFC6C6;
	padding-top: 7%;
	margin-top:5%;
}
.eq_box1 .col3 li .img{
	width: 60%;
	margin: 0 auto;
}
.eq_box1 .col3 li .fs30{
	font-size: 120%!important;
	margin:.7em 0 .2em;
}
}







/* eq_col2
---------------------------------------------------------*/
.eq_col2{
	flex-wrap: wrap;
}
.eq_col2 > li{
	width: 48%;
	max-width: 542px;
	margin-top: 55px;
}
.eq_col2 > li:nth-child(-n + 2){
	margin-top: 0;
}
.eq_col2 > li .fs30{
	margin: 1em 0 .5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.eq_col2 > li{
	margin-top: 5%;
}
.eq_col2 > li .fs30{
	margin: .6em 0 .3em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.eq_col2{
	display: block;
}
.eq_col2 > li{
	width: 100%;
	max-width: 100%;
	margin-top: 8%!important;
	padding-top: 8%!important;
	border-top:1px solid #BFC6C6;
}
.eq_col2 > li:nth-child(1){
	border-top:none;
	margin-top: 0!important;
	padding-top: 0!important;
}
.eq_col2 > li .img{
	width: 80%;
	margin: 0 auto;
}
.eq_col2 > li .fs30{
	text-align: center;
	margin: .5em 0 .2em;
}
}







/* eq_box2
---------------------------------------------------------*/
.eq_box2{
	margin-top: 75px;
	background: #fff;
	border:1px solid #293F42;
	border-radius: 40px;
	padding: 60px 4.5%;
	box-sizing: border-box;
}
.eq_box2 .flt_r{
	width: 41%;
}
.eq_box2 .flt_l{
	width: 55%;
	text-align: right;
	padding-top: 1rem;
}
.eq_box2 .flt_l > div{
	max-width: 580px;
	margin-left: auto;
	margin-right: 0;
	text-align: left;
}
.eq_box2 .flt_l .ft_min{
	margin-bottom: 1.5rem;
}
.eq_box2 .flt_l .fs33,
.eq_box2 .flt_l .fs45{
	line-height: 1.3em!important;
}
.eq_box2 .flt_l .fs45{
	color: #7C69AB;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.eq_box2{
	margin-top: 5vw;
	border-radius: 20px;
	padding: 4vw 3%;
}
.eq_box2 .flt_r{
	margin-left: 1%;
}
.eq_box2 .flt_l{
	width: 100%;
	float: none;
	padding-top: 0;
}
.eq_box2 .flt_l > div{
	max-width: 100%;
}
.eq_box2 .flt_l .fs33,
.eq_box2 .flt_l .fs45{
	line-height: 1.5em!important;
}
.eq_box2 .flt_l .ft_min{
	margin-bottom: .5rem;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.eq_box2{
	margin-top: 8%;
	border-radius: 20px;
	padding: 6% 4% 8%;
}
.eq_box2 .flt_r{
	width:80%;
	float: none;
	margin: 0 auto 4%;
}
.eq_box2 .flt_l{
	width: 100%;
	float: none;
	padding-top: 0;
}
.eq_box2 .flt_l > div{
	max-width: 100%;
}
.eq_box2 .flt_l .ft_min{
	margin-bottom: .8rem;
	text-align: center;
}
.eq_box2 .flt_l .fs33,
.eq_box2 .flt_l .fs45{
	line-height: 1.5em!important;
}
}








/* eq_box3
---------------------------------------------------------*/
.eq_box3{
	background: #F8D2A9;
	padding: 80px 4% 60px;
	box-sizing: border-box;
	margin-top: 60px;
}
.eq_box3 ul{
	max-width: 1020px;
	margin: 0 auto;
}
.eq_box3 li{
	width: 32%;
	max-width: 302px;
}
.eq_box3 li .fs30{
	text-align: center;
	margin: .8em 0 .5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.eq_box3{
	padding: 4% 3%;
	margin-top: 5vw;
}
.eq_box3 li .fs30{
	line-height: 1.4em!important;
	letter-spacing: normal!important;
	margin: .5em 0 .3em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.eq_box3{
	padding: 6% 4%;
	margin-top: 8%;
}
.eq_box3 ul{
	display: block;
}
.eq_box3 li{
	width: 100%;
	max-width: 100%;
	border-bottom: 1px solid #BFC6C6;
	padding-bottom: 8%;
	margin-bottom: 8%;
}
.eq_box3 li:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.eq_box3 li .img{
	width: 60%;
	margin: 0 auto;
}
.eq_box3 li .fs30{
	margin: .4em 0 .2em;
}
}








/* eq_box4
---------------------------------------------------------*/
.eq_box4{
	background: #fff;
	border-radius: 25px;
	padding: 30px 5%;
	box-sizing: border-box;
	margin-top: 50px;
}
.eq_box4 .ft_min{
	text-align: center;
	padding-bottom: .6em;
	margin-bottom: .8em;
	border-bottom: dashed 2px #BFC6C6;
}
.eq_box4 ul{
	font-weight: bold;
}
.eq_box4 li span{	color: #58B6C8;}
.eq_box4 li:nth-child(2) span{	color: #F09C41;}
.eq_box4 li:nth-child(3) span{	color: #21B5AB;}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.eq_box4{
	border-radius: 20px;
	padding: 3% 5% 4%;
	margin: 4% auto 0;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.eq_box4{
	border-radius: 20px;
	padding: 5%;
	margin-top: 8%;
}
}








/* eq_box5
---------------------------------------------------------*/
.eq_box5{
	margin-top: 80px;
	background: #C8E7ED;
	padding: 45px 4%;
	box-sizing: border-box;
}
.eq_box5 .fltbox{
	max-width: 1050px;
	margin: 0 auto;
}
.eq_box5 .fltbox .imgbox{
	width: 46%;
	max-width: 453px;
}
.eq_box5 .fltbox .txtbox{
	width: 50%;
	padding-top: 1rem;
}
.eq_box5 .fltbox .txtbox .fs30{
	margin-bottom: .5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.eq_box5{
	margin-top: 6%;
	padding: 4% 3%;
}
.eq_box5 .fltbox .imgbox{
	margin-right: 2%;
	margin-bottom: 1rem;
}
.eq_box5 .fltbox .txtbox{
	float: none;
	width: 100%;
	padding-top: 0;
}
.eq_box5 .fltbox .txtbox .fs30{
	margin-bottom: .4em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.eq_box5{
	margin-top: 8%;
	padding: 6% 4%;
}
.eq_box5 .fltbox .imgbox{
	width: 90%;
	float: none;
	margin: 0 auto 4%;
}
.eq_box5 .fltbox .txtbox{
	width: 100%;
	float: none;
	padding-top: 0;
}
.eq_box5 .fltbox .txtbox .fs30{
	margin-bottom: .3em;
	text-align: center;
}

}