@charset "UTF-8";


.system h2 {
    text-align: center;
    margin-top: 1%;
    padding-top: 4%;
}
.system {
    background: url("../img/system_bg.jpg") no-repeat;
    padding: 0px 3% 10%;
    background-size: cover;
}

.system_box {
    width: 84%;
    margin: 0 auto;
}

.s_block {
    margin-bottom: 10px;
    color: #000;
}

.s_block h3 {
	background: url("../img/system_h3.png") no-repeat;
    background-size: 100% 100%;
    color: #000;
    font-size: 19px;
    font-weight: bold;
    position: relative;
    text-align: center;
    line-height: 2.5;
    letter-spacing: 1px;
    margin: .3em 0 .6em;
    word-break: keep-all;
}

.s1 {
    background: url("../img/s1_bg.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 253px;
    padding: 4% 10%;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
}

.s1 dt {
    float: left;
    clear: left;
    margin-right: 1.5em;
    width: 84px;
    text-align: right;
}

.s1 dd {
	float: left ;
	margin-left: 1em ;
}

.s_credit {
    width: 99%;
    margin: 0 auto 2em;
    display: block;
}

.s2 {
    background: url("../img/s2_bg.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 385px;
    padding: 5%;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
}

.s2 p {
	padding: 2px 0 12px;
}

.s2 h4 {
    color: #ff1717;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: solid 1px #ff1717;
}

.sizeS {
    font-size: 13px !important;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: 0;
}

.s2_rsv {
	line-height: 1.7;
	font-weight: normal;
}

.normal {
    font-weight: normal;
}

.bold {
    line-height: 1.5;
}

.s3 {
    background: url("../img/s3_bg.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 125px;
    padding: 9px 13px;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 1px;
    text-align: left;
}

.s3 dt {
    float: left;
    clear: left;
    margin-right: .75em;
    width: 95px;
    text-align: right;
}

.s3 dd {
	float: left ;
	margin-left: .25em ;
}

.s3 em {
	font-size: 17px;
}

.s4 {
    background: url("../img/s4_bg.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 178px;
    padding: 21px 33px;
    line-height: 1.3;
    text-align: left;
    font-size: 15px;
}

.s4 p {
	padding-bottom: 10px;
}

.Msize {
	font-weight: bold;
	font-size: 17px;
}
@media (max-width: 420px) {
    .s2 {
        height: 377px;
        font-size: 15px;
    }
    .s_credit {margin-bottom: 1em;}
    .s3 {font-size: 16px;}
    .s3 dt {
        margin-right: .15em;
        width: 85px;}
    .s3 dd {
        margin-left: .15em;}
    .s4 {
        font-size: 15px;        
    }
    .s4 p {padding-bottom: 8px;}
    .Msize {
        font-size: 18px;
    }

}

@media (max-width: 375px) {
    .s_block h3 {
        font-size: 16px;
    }
    .s1 {
        height: 233px;
        padding: 3% 4%;
        font-size: 21px;
    }
    .s3 {
        height: 124px;
        padding: 13px 0;
        font-size: 14px;
    }
    .s3 dt {      
        width: 85px;
    }

}

@media (max-width: 320px) {
    .s_block h3 {
        font-size: 16px;
    }
    .s1 {
        height: 195px;
        margin-left: 1%;
        padding: 4% 0%;
        font-size: 17px;
    }
    .s3 {
        height: 110px;
        font-size: 12px;
    }
    .s3 dt {
        width: 80px;
    }
    .s3 em {
        font-size: 12px;
    }
    .s4 {
        height: 169px;
        font-size: 13px;
    }
    .s4 p {
        padding-bottom: 11px;
    }
    .Msize {
        font-weight: bold;
        font-size: 14px;
    }
}


/* 2019.03.08 */

.options_banner a { position: relative; }
.options_banner a::after{
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 48px;
  height: 72px;
  bottom: 0;
  right: 0;
  transform: translate(0,0);
  animation: 0.5s handfocus infinite linear;
  background: url("../img/options_banner_hand_sp.png") no-repeat center / 100% auto;
}

@keyframes handfocus {
  0% { transform: translate(0,0); }
  50% { transform: translate(-20%, -20%); }
  100% { transform: translate(0,0); }
}