@charset "UTF-8";


.system h2 {
    text-align: center;
    margin-top: 3%;
}

.system {
	background: url('../img/system_bg.jpg') no-repeat;
	padding: 0 40px;
  background-size: cover;
}

.left,
.right {
	width: 44%;
	display: inline-block;
	vertical-align: top;
}

.left {
	margin-right: 11%;
}

.s_block {
    margin-bottom: 16px;
}

.s_block h3 {
	background: url("../img/system_h3.png") no-repeat;
    background-size: 100% 100%;
    color: #472811;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    text-align: center;
    line-height: 1.7;
    letter-spacing: -2px;
    margin: 10px 0 18px;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.s1 {
    background: url("../img/s1_bg.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 445px;
    padding: 19px 55px;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.6;
    text-align: left;
}

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

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


.s2 {
    background: url("../img/s1_bg.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 445px;
    padding: 30px 40px 29px;
    font-size: 15.5px;
    letter-spacing: 0;
    text-align: left;
}

.s2 p {
	line-height: 1.5;
    padding: .5em 0 1.1em;
}

.s2 h4 {
    color: #a18651;
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 4px;
    border-bottom: solid 1px #a18651;
}

.bold {
    font-weight: bold;
    font-size: 17px;
    padding: 0 0 1.4em !important;
}
.s2_rsv {
	font-weight: normal;
}

.s3 {
    background: url("../img/s3_bg.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 139px;
    padding: 13px 35px;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
}

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

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

.s3 em {
	font-size: 23px;
    vertical-align: top;
}

.s4 {
    background: url("../img/s4_bg.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 263px;
    padding: 20px 48px;
    font-size: 18px;
    line-height: 1.3;
    text-align: left;
}

.s4 p {
    padding-bottom: .5em;
    line-height: 1.7;
    letter-spacing: 0;
}

.Msize {
    font-weight: bold;
    font-size: 23px;
}

.s_credit {
    width: 69%;
    margin: 0 auto;
    display: block;
}

/* 2019.03.07 */
.system .bottom {
  position: relative;
  margin-top: 24px;
}
.system .bottom a { position: relative; }

.system .bottom img {
  width: calc(100% + 7px);
  height: auto;
  position: relative;
  left: -14px;
  margin-bottom: 8px;
}
.system .bottom a:hover {
  opacity: 0.8;
}

.system .bottom a::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 11;
  width: 76px;
  height: 104px;
  right: 0;
  bottom: 0;
  transform: translate(0,0);
  background: url("../img/options_banner_hand.png") no-repeat center / contain;
  animation: 0.5s handfocus infinite linear;
}

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