@charset "UTF-8";
/* #mainImg 下層ページ
================================================ */
#payslip { background: #262626; }

@media screen and (min-width: 600px) { #payslip:before { position: absolute; top: 0; left: 0; z-index: -1; width: 100%; height: 100%; background-size: contain; content: ""; background: #262626 url(../img/common/bg_contents02_pc.png) no-repeat; background-size: 1920px; background-position: top center; } }

#contents { position: relative; }

#contents:before { position: absolute; content: ''; top: -109px; right: 0; width: 100%; height: 0; padding-top: 85.5%; background: url(../img/common/bg_contents01_sp.png) no-repeat top right; background-size: contain; z-index: -1; }

#contents:after { position: absolute; content: ''; top: calc((100vw * 0.855) - 109px); right: 0; width: 100%; height: 100%; background: #262626; background-size: contain; z-index: -1; }

@media screen and (min-width: 600px) { #contents:before { display: none; }
  #contents:after { display: none; } }

/*  #pages
================================================ */
#pages { letter-spacing: .06em; line-height: 1.8; }

#pages .head { margin-bottom: 20px; }

#pages .inner { background: #fff; padding: 29px 20px 34px; }

#pages .intro { margin-bottom: 18px; }

#pages .intro .tit { font-size: 1.8rem; line-height: 1.5; font-weight: bold; margin-bottom: 13px; }

#pages .policy { border: 1px solid #e5e5e5; padding: 13px 20px 0; margin-bottom: 15px; box-sizing: border-box; height: 340px; overflow: auto; }

#pages .policy .txt { font-size: 1.3rem; margin-bottom: 24px; }

#pages .policy .list { letter-spacing: .06em; }

#pages .policy .list dt { font-size: 1.4rem; font-weight: bold; }

#pages .policy .list dd { margin-bottom: 24px; font-size: 1.3rem; }

#pages .agree { background: #f0f0f0; }

#pages .agree span { font-size: 1.5rem; }

#pages label.check { padding: 2px 0; display: inline-block; }

#pages input[type="checkbox"] { display: none; }

#pages input[type="checkbox"] + span { display: inline-block; position: relative; padding: 9px 20px 13px 70px; line-height: 1.8; }

#pages input[type="checkbox"] + span:before { content: ''; background: #fff; width: 20px; height: 20px; position: absolute; top: 50%; left: 25px; box-sizing: border-box; border: 1px solid #262626; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

#pages input[type="checkbox"]:checked + span:before { background: url(../img/contact/ico_check01.png) no-repeat center #fff; background-size: 14px auto; }

#pages .submitArea { margin-top: 19px; text-align: center; }

#pages .submitArea .txt { margin-bottom: 7px; }

#pages .submitArea .btn a { padding-left: 0; padding-right: 0; }

#pages .js-submit .btn { display: block; position: relative; }

#pages .js-submit .btn:before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 10; }

#pages .js-submit .btn a { background: #bebebe; }

#pages .js-submit.is-checked .btn:before { display: none; }

#pages .js-submit.is-checked .btn a { background: #9ecb3a; }

@media screen and (min-width: 600px) { #pages { position: relative; top: -20px; margin-bottom: -20px; }
  #pages .head { margin-bottom: 62px; }
  #pages .inner { padding: 73px 80px 60px; width: 940px; margin: 0 auto; }
  #pages .intro { margin-bottom: 34px; font-size: 1.6rem; text-align: center; }
  #pages .intro .tit { letter-spacing: .06em; font-size: 2.4rem; margin-bottom: 27px; }
  #pages .policy { padding: 44px 50px 20px; margin-bottom: 30px; height: 420px; }
  #pages .policy .txt { font-size: 1.5rem; margin-bottom: 26px; }
  #pages .policy .list { letter-spacing: .06em; }
  #pages .policy .list dt { font-size: 1.6rem; }
  #pages .policy .list dd { margin-bottom: 28px; font-size: 1.5rem; }
  #pages .agree { display: block; padding: 15px 0 16px 277px; font-size: 1.6rem; letter-spacing: .06em; }
  #pages label.check { padding: 0; cursor: pointer; }
  #pages input[type="checkbox"] + span { display: block; padding: 0 0 0 34px; text-align: center; }
  #pages input[type="checkbox"] + span:before { width: 18px; height: 18px; top: 4px; left: 0; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
  #pages input[type="checkbox"]:checked + span:before { background-size: 12px auto; }
  #pages .submitArea { margin-top: 32px; }
  #pages .submitArea .txt { margin-bottom: 14px; }
  #pages .submitArea .btn a { cursor: pointer; } }

/*  #etc
================================================ */
#etc { letter-spacing: .06em; line-height: 1.8; }

#etc .inner { background: #fff; padding: 0 20px 34px; }

#etc .box { background: #f0f0f0; }

#etc .box .bold { font-weight: bold; }

#etc .box .tit { margin-bottom: 12px; }

#etc .box .min { font-size: 1.2rem; line-height: 1.5; }

#etc .box01 { padding: 23px 25px 13px; border-bottom: 1px solid #fff; }

#etc .box02 { padding: 25px 25px 22px; }

#etc .box02 .btn { margin-bottom: 6px; }

@media screen and (min-width: 600px) { #etc { letter-spacing: .06em; line-height: 1.8; padding-bottom: 120px; }
  #etc .inner { background: #fff; padding: 0 80px 80px; margin: 0 auto; width: 940px; }
  #etc .box { box-sizing: border-box; }
  #etc .box .bold { font-weight: bold; }
  #etc .box .tit { margin-bottom: 12px; }
  #etc .box .min { font-size: 1.4rem; white-space: nowrap; }
  #etc .box .come { font-size: 1.2rem; }
  #etc .box01 { width: 405px; float: left; padding: 46px 0 48px 64px; border-bottom: 0; }
  #etc .box02 { width: 530px; float: right; padding: 50px 70px 48px 70px; }
  #etc .box02 .btn { margin-bottom: 6px; }
  #etc .box02 .btn a { width: 390px; padding-left: 0; padding-right: 0; } }
