@charset "utf-8";


/* ----------------------------------------
 page-title
------------------------------------------- */

#aboutTitle{
padding-top: 400px;
background: url('/images/about-images/mv01.webp') 50% 50% no-repeat;
background-size: cover;
}
#page-title-catch h3 {
 margin-top:3%;
}

#page-title-catch p{
 margin-top:3%;	
}

@media screen and (max-width:1599px) {
 #aboutTitle {
    padding-top: 35%;
  }
}
@media screen and (max-width: 799px) {
	#aboutTitle {
    padding-top: 55%;
  }
	
}
/* ----------------------------------------
 info
------------------------------------------- */
.info{
width: 100%;
	position: relative;
	background-color:#fff;
	margin-top:5%!important;
	z-index:500;
	padding:0 1%!important;
	margin-top:-5%;
	
}
.info th,.info td{
text-align: left;
vertical-align: top;
line-height: 1.5;
border-bottom: 1px solid #ccc;
padding: 15px 1%;
padding:2%;
}



#message{
	
}
/* ----------------------------------------
 precautions
------------------------------------------- */
.precautions .box{
border: 5px solid #a3d3d5;
border-radius: 10px;
padding: 30px;
}
.precautions p{
font-size: 1.7rem;
}
.precautions .box strong{
color: #cc0b0b;
}

/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1199px) {

}
/* =======================
  SP
======================== */
@media screen and (max-width: 799px) {
	#aboutTitle {
    padding-top: 60%;
  }

/* ----------------------------------------
 precautions
------------------------------------------- */
.precautions .box{
padding: 15px;
}
.precautions p{
font-size: 1.4rem;
}
/* ----------------------------------------
 root
------------------------------------------- */
.root ul li{
width: 48%;
margin-right: 4%;
padding-top: 15px;
}
.root ul li:nth-child(2n){
margin-right: 0;
}
.root ul li img{
margin-bottom: 5px;
}
.root ul li span{
font-size: 4rem;
}

}
/* line63 requested changes */
#mv-catch .icon li{width:115px!important;max-width:115px!important;margin-right:24px!important;}
#mv-catch .icon li img{width:100%!important;height:auto!important;}
@media screen and (max-width:768px){#mv-catch .icon li{width:58px!important;max-width:58px!important;margin-right:5px!important;margin-bottom:5px!important;}}
.price-note-outside{max-width:1100px;margin:12px auto 0;text-align:right;font-weight:700;color:#222;font-size:15px;}
