@charset "shift_jis";
/* CSS Document */


#contents .pc_none {
display: block;
}
#contents .sp_none {
display: none;
}

br.sp_none {
display: none;
}

.btn_mall .btn {
padding: 0.7rem 1.4rem;
font-size: 18px;
width: 240px;
border-radius: 6px;
}


.MB00_sp {
margin-bottom: 0px!important;
}
.MB10_sp {
margin-bottom: 10px!important;
}
.MB15_sp {
margin-bottom: 15px!important;
}
.MB20_sp {
margin-bottom: 20px!important;
}
.MB25_sp {
margin-bottom: 25px!important;
}
.MB30_sp {
margin-bottom: 30px!important;
}
.MB35_sp {
margin-bottom: 35px!important;
}
.MB40_sp {
margin-bottom: 40px!important;
}
.MB45_sp {
margin-bottom: 45px!important;
}
.MB50_sp {
margin-bottom: 50px!important;
}
.MB55_sp {
margin-bottom: 55px!important;
}
.MB60_sp {
margin-bottom: 60px!important;
}
.MB75_sp {
margin-bottom: 75px!important;
}
.MB80_sp {
margin-bottom: 80px!important;
}
.MB85_sp {
margin-bottom: 85px!important;
}
.MB90_sp {
margin-bottom: 90px!important;
}
.MB95_sp {
margin-bottom: 95px!important;
}
.MB100_sp {
margin-bottom: 100px!important;
}




#contents .ct_box {
/* max-width: 1600px; */
padding: 40px 0;

}

.ct_box .copyright_txt {
width: 70%;
}


/*-------------------------------*/

#contents .sec_box .sec_ttl {
margin-top: -10vw;
}

#contents .sec02 .sec02_01 {
margin: 12vw auto 15px;

}

#contents .sec02 .sec02_02 {
margin: 0 auto 15px;
}

#contents .sec02 .sec02_03 {
margin: 0 auto 30px;
}

/*-------------------------------*/


#contents .sec04 .sec04_inbox {
margin: 12vw auto 40px;
}



/*-------------------------------*/


#contents .sec05 {
padding: 30px 0 10px;
}

/*-------------------------------*/


#contents .sec06 .sec06_inbox {
margin: 12vw auto 30px;
}


#contents .sec06 .sec06_inbox .sec06_img02 {
margin-top: -8vw;
}

#contents .sec06 .sec06_inbox .sec06_img03 {
margin-top: -16vw;
}




/*-------------------------------*/

#contents .sec03_ttl {
margin-top: 40px;

border-top: solid 4px #fff;
border-bottom: solid 4px #fff;

padding: 20px 0;

-webkit-box-shadow: 0 0 13px 0 rgba(99,129,154,1) ;
box-shadow: 0 0 13px 0 rgba(99,129,154,1) ;
}

#contents .sec03_ttl .sec03_ttl_img {
margin: 0 auto 10px;
}
#contents .sec03_ttl .sec03_ttl_arrow {
animation: sec03_ttl_arrow_anime .5s infinite alternate ease-in-out;
}
@keyframes sec03_ttl_arrow_anime {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}


#contents .sec03 {
padding: 20px 0 0;
}


#contents .sec03 .sec03_04{
margin-top: 5vw;
}