﻿
﻿@charset "UTF-8";



/* --------------------------------
    Reset - v1.5
-------------------------------- */
body,caption,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,img,li,ol,p,pre,table,ul{margin:0;padding:0;border:0}body{/*font:13px "メイリオ","ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;*/line-height:1}ol,ul{list-style:none}em,h1,h2,h3,h4,h5,h6,strong{font-weight:700}table{border-collapse:collapse;border-spacing:0}address,button,input,optgroup,option,select,textarea{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}/*h1,h2,h3,h4,h5,h6{font-size:13px}*/

a { color:#0066cc; }
a:visited { color:#004B91; }
a:hover { color:#e55992; text-decoration:none; }
a:active { color:#e55992; }

input[type="text"],
textarea{
    -webkit-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    width: 100%;
    padding: 6px 8px;
    border: 1px solid #ccc;
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    -webkit-box-shadow: 0 1px 2px rgba(89, 89, 96, 0.1) inset;
    box-shadow: 0 1px 2px rgba(89, 89, 96, 0.1) inset;
}
input[type="text"]:focus,
textarea:focus{
    outline-offset:-2px;
    outline: 5px auto -webkit-focus-ring-color;
}
input[type="text"]:hover,
textarea:hover{
    border: 1px solid #a6c8ff;
}

select{
    padding: 2px;
    border: 1px solid #ccc;
}

input[type="radio"],
input[type="checkbox"]{
    width: 17px;
    height: 17px;
    vertical-align: middle;
    cursor: pointer;
}

.radio-item {
    display: grid;
    grid-template-columns: 20px 1fr; 
    column-gap: 8px;
    row-gap: 4px;
    margin-top: 0.8em;
}

.radio-item input[type="radio"] {
    grid-column: 1;
    grid-row: 1;
    margin-top: 0.2em;
}

.radio-item strong {
    grid-column: 2;
    grid-row: 1;
}

.radio-item .small {
    grid-column: 2;
    grid-row: 2;
    font-size: 0.85em;
    color: #666;
}


/* --------------------------------
    Utility(PC) - v1.3
--------------------------------
margin        : .mg-0
margin-top    : .mg-t0 - .mg-t5x (max:50)
margin-right  : .mg-r0 - .mg-r5x (max:50)
margin-bottom : .mg-b0 - .mg-b5x (max:50)
margin-left   : .mg-l0 - .mg-l5x (max:50)

padding        : .pa-0
padding-top    : .pa-t0 - .pa-t5x (max:50)
padding-right  : .pa-r0 - .pa-r5x (max:50)
padding-bottom : .pa-b0 - .pa-b5x (max:50)
padding-left   : .pa-l0 - .pa-l5x (max:50)

clearfix : .cl

input width 5%    : .fw-5
input width 10% - : .fw-10x (max:100)

font-size       : .fs-10 - fs-30
line-height     : .lh-10 - .lh-20 (default:1)
text-align      : .tx-ac(center), .tx-al(left), .tx-ar(right)
font-weight     : .tx-wb(bold), .tx-wn(normal)
text-decoration : .tx-du(underline), .tx-dn(none)
break-word      : .break-word

-------------------------------- */
.mg-0{margin:0!important}.mg-t0{margin-top:0!important}.mg-t5{margin-top:5px!important}.mg-t10{margin-top:10px!important}.mg-t15{margin-top:15px!important}.mg-t20{margin-top:20px!important}.mg-t25{margin-top:25px!important}.mg-t30{margin-top:30px!important}.mg-t35{margin-top:35px!important}.mg-t40{margin-top:40px!important}.mg-t45{margin-top:45px!important}.mg-t50{margin-top:50px!important}.mg-r0{margin-right:0!important}.mg-r5{margin-right:5px!important}.mg-r10{margin-right:10px!important}.mg-r15{margin-right:15px!important}.mg-r20{margin-right:20px!important}.mg-r25{margin-right:25px!important}.mg-r30{margin-right:30px!important}.mg-r35{margin-right:35px!important}.mg-r40{margin-right:40px!important}.mg-r45{margin-right:45px!important}.mg-r50{margin-right:50px!important}.mg-b0{margin-bottom:0!important}.mg-b5{margin-bottom:5px!important}.mg-b10{margin-bottom:10px!important}.mg-b15{margin-bottom:15px!important}.mg-b20{margin-bottom:20px!important}.mg-b25{margin-bottom:25px!important}.mg-b30{margin-bottom:30px!important}.mg-b35{margin-bottom:35px!important}.mg-b40{margin-bottom:40px!important}.mg-b45{margin-bottom:45px!important}.mg-b50{margin-bottom:50px!important}.mg-l0{margin-left:0!important}.mg-l5{margin-left:5px!important}.mg-l10{margin-left:10px!important}.mg-l15{margin-left:15px!important}.mg-l20{margin-left:20px!important}.mg-l25{margin-left:25px!important}.mg-l30{margin-left:30px!important}.mg-l35{margin-left:35px!important}.mg-l40{margin-left:40px!important}.mg-l45{margin-left:45px!important}.mg-l50{margin-left:50px!important}.pa-0{padding:0!important}.pa-t0{padding-top:0!important}.pa-t5{padding-top:5px!important}.pa-t10{padding-top:10px!important}.pa-t15{padding-top:15px!important}.pa-t20{padding-top:20px!important}.pa-t25{padding-top:25px!important}.pa-t30{padding-top:30px!important}.pa-t35{padding-top:35px!important}.pa-t40{padding-top:40px!important}.pa-t45{padding-top:45px!important}.pa-t50{padding-top:50px!important}.pa-t55{padding-top:55px!important}.pa-t60{padding-top:60px!important}.pa-t65{padding-top:65px!important}.pa-t70{padding-top:70px!important}.pa-t75{padding-top:75px!important}.pa-t80{padding-top:80px!important}.pa-r0{padding-right:0!important}.pa-r5{padding-right:5px!important}.pa-r10{padding-right:10px!important}.pa-r15{padding-right:15px!important}.pa-r20{padding-right:20px!important}.pa-r25{padding-right:25px!important}.pa-r30{padding-right:30px!important}.pa-r35{padding-right:35px!important}.pa-r40{padding-right:40px!important}.pa-r45{padding-right:45px!important}.pa-r50{padding-right:50px!important}.pa-b0{padding-bottom:0!important}.pa-b5{padding-bottom:5px!important}.pa-b10{padding-bottom:10px!important}.pa-b15{padding-bottom:15px!important}.pa-b20{padding-bottom:20px!important}.pa-b25{padding-bottom:25px!important}.pa-b30{padding-bottom:30px!important}.pa-b35{padding-bottom:35px!important}.pa-b40{padding-bottom:40px!important}.pa-b45{padding-bottom:45px!important}.pa-b50{padding-bottom:50px!important}.pa-b55{padding-bottom:55px!important}.pa-b60{padding-bottom:60px!important}.pa-b65{padding-bottom:65px!important}.pa-b70{padding-bottom:70px!important}.pa-b75{padding-bottom:75px!important}.pa-b80{padding-bottom:80px!important}.pa-l0{padding-left:0!important}.pa-l5{padding-left:5px!important}.pa-l10{padding-left:10px!important}.pa-l15{padding-left:15px!important}.pa-l20{padding-left:20px!important}.pa-l25{padding-left:25px!important}.pa-l30{padding-left:30px!important}.pa-l35{padding-left:35px!important}.pa-l40{padding-left:40px!important}.pa-l45{padding-left:45px!important}.pa-l50{padding-left:50px!important}.cl:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.fw-5{width:5%!important}.fw-10{width:10%!important}.fw-20{width:20%!important}.fw-30{width:30%!important}.fw-40{width:40%!important}.fw-50{width:50%!important}.fw-60{width:60%!important}.fw-70{width:70%!important}.fw-80{width:80%!important}.fw-90{width:90%!important}.fw-100{width:100%!important}.fs-10{font-size:10px!important}.fs-11{font-size:11px!important}.fs-12{font-size:12px!important}.fs-13{font-size:13px!important}.fs-14{font-size:14px!important}.fs-15{font-size:15px!important}.fs-16{font-size:16px!important}.fs-17{font-size:17px!important}.fs-18{font-size:18px!important}.fs-19{font-size:19px!important}.fs-20{font-size:20px!important}.fs-21{font-size:21px!important}.fs-22{font-size:22px!important}.fs-23{font-size:23px!important}.fs-24{font-size:24px!important}.fs-25{font-size:25px!important}.fs-26{font-size:26px!important}.fs-27{font-size:27px!important}.fs-28{font-size:28px!important}.fs-29{font-size:29px!important}.fs-30{font-size:30px!important}.lh-10{line-height:1!important}.lh-11{line-height:1.1!important}.lh-12{line-height:1.2!important}.lh-13{line-height:1.3!important}.lh-14{line-height:1.4!important}.lh-15{line-height:1.5!important}.lh-16{line-height:1.6!important}.lh-17{line-height:1.7!important}.lh-18{line-height:1.8!important}.lh-19{line-height:1.9!important}.lh-20{line-height:2!important}.tx-ac{text-align:center!important}.tx-al{text-align:left!important}.tx-ar{text-align:right!important}.tx-wb{font-weight:700!important}.tx-wn{font-weight:400!important}.tx-du{text-decoration:underline!important}.tx-dn{text-decoration:none!important}.break-word{word-wrap:break-word!important;overflow-wrap:break-word!important}



html{
  font:62.5%/1.5 sans-serif !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body{
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #2f2f2f;
    font-weight: 500;
    font-size: 1.5em !important;
    line-height: 1.5;
}

body{
/*
    color: #2f2f2f;
    font-family:"Yu Gothic", "??S?V?b?N", YuGothic, "??S?V?b?N??", "?q???M?m?p?S Pro W3", "???C???I", sans-serif; font-weight: 500;
*/
}

a { color:#2f2f2f; text-decoration: none; }
a:visited { color:#2f2f2f; text-decoration: none; }
a:hover { color:#8fb0e0; text-decoration:none; }
a:active { color:#2f2f2f; text-decoration: none; }

img {
	max-width: 100% !important;
	height: auto !important;
	box-sizing: border-box;
}

.res-pc-inline {
  display: inline;
}

@media screen and (max-width: 768px) {
  .res-sp-tleft {
    text-align: left;
  }

  .res-pc-inline {
    display: none;
  }
  
  .res-sp-inline {
    display: inline;
  }
}

/* --------------------------------
    ?w?b?_
-------------------------------- */

div#header .branding {
  border-bottom: 3px solid #232272;
  margin-bottom: 1.75em;
}

div#header .branding p {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  max-width: 950px;
  min-height: 70px;
  margin: 0 auto;
}

div#header .branding span {
  margin-right: 20px;
}
div#header .branding span:second-child {
  margin-right: 20px;
}

div#header .branding .brand-logo img {
    max-height: 5em !important;
    max-width: none;
    width: auto !important;
    height: auto !important;
    display: block;
}

div#header .branding .page-top-title {
    font-size: 2em;
    color: #232272;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    margin-left: 0.2em;
    max-height: 4em;
}


div#header h1 {
  display: flex;
  align-items: center;
  border: 1px solid #232272;
  max-width: calc( 950px - 1.3em );
  min-height: 60px;
  margin: 0 auto;
  padding: 0.65em 0.65em;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2;
}

div#header h1:before {
  content: '■';
  display: inline-block;
  margin-right: 0.5em;
  color: #232272;
  font-size: 0.75em;
  vertical-align: middle;
  text-align: center;
}

div#header h1:after {
/*  content: url(../image/ico_question.png);*/
  display: inline-block;
  margin-left: 1.5em;
  margin-right: 0.5em;
  color: #232272;
  font-size: 0.75em;
  vertical-align: middle;
  text-align: right;
}



@media screen and (max-width: 768px) {
  div#header {
    max-width: 100%;
    margin: 0 7px;
  }
  
  div#header .branding p {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    max-width: 950px;
    min-height: 70px;
    margin: 0 auto;
    padding: 0 0.65em;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    max-width: 950px;
    min-height: 70px;
    margin: 0 auto;
    padding: 0 0.65em;
  }

  div#header .branding .page-top-title {
    font-size: 2em; /* ≒30px */
    color: #232272;
    font-weight: 700;
    line-height: 1.2;
    margin-left: 1em;
    white-space: nowrap;
}
  
  div#header .branding span:first-child {
  margin-right: 10px;
  }

  div#header h1 {
    padding: 0.3em;
  }
}


/* --------------------------------
    ?t?b?^?[
-------------------------------- */

div#footer {
  max-width: 950px;
  border-top: 1px solid #232272;
  margin: 0 auto;
  padding: 1.75em 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  div#footer {
    max-width: 100%;
    margin: 0 7px;
    font-size: 0.8em;
  }
}


/* --------------------------------
    ?R???e???c
-------------------------------- */

div.content {
  max-width: 950px;
  margin: 0 auto;
}

div.content article:nth-child(1) {
  padding: 3.25em;
}

div.content article section {
  margin-bottom: 2em;
}

div.content article section:nth-child(2) {
  margin-bottom: 4em;
}

div.content article section:nth-child(4) {
  margin-bottom: 4em;
}

div.content article section:nth-child(6) {
  margin-bottom: 4em;
}

div.content article section:nth-child(2) label > strong {
  font-size: 1.5em;
  vertical-align: middle;
}

div.content article section:nth-child(4) label > strong {
  font-size: 1.5em;
  vertical-align: middle;
}

div.content article section:nth-child(6) label > strong {
  font-size: 1.5em;
  vertical-align: middle;
}


div.content article section:nth-child(2) ul li:first-child {
  margin-bottom: 2em;
}

div.content article section:nth-child(4) ul li:first-child {
  margin-bottom: 2em;
}

div.content article section:nth-child(6) ul li:first-child {
  margin-bottom: 2em;
}

div.content article section:nth-child(2) span.small {
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
  font-size: small;
}

div.content article section:nth-child(4) span.small {
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
  font-size: small;
}

div.content article section:nth-child(6) span.small {
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
  font-size: small;
}

div.content article section:nth-child(2) p.shimei {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 2em;
  margin-top: 1em;
  align-items: center;
  font-size: 1.25em;
}

div.content article section:nth-child(4) p.shimei {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 2em;
  margin-top: 1em;
  align-items: center;
  font-size: 1.25em;
}

div.content article section:nth-child(6) p.shimei {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 2em;
  margin-top: 1em;
  align-items: center;
  font-size: 1.25em;
}

div.content article section:nth-child(2) p.shimei strong {
  margin-right: 1em;
  white-space: nowrap;
}

div.content article section:nth-child(4) p.shimei strong {
  margin-right: 1em;
  white-space: nowrap;
}

div.content article section:nth-child(6) p.shimei strong {
  margin-right: 1em;
  white-space: nowrap;
}

div.content article section:nth-child(2) p.shimei label {
  display: inline-block;
  margin-left: 0.5em;
  color: #c8c8c8;
  vertical-align: middle;
}

div.content article section:nth-child(4) p.shimei label {
  display: inline-block;
  margin-left: 0.5em;
  color: #c8c8c8;
  vertical-align: middle;
}

div.content article section:nth-child(6) p.shimei label {
  display: inline-block;
  margin-left: 0.5em;
  color: #c8c8c8;
  vertical-align: middle;
}

div.content article section:nth-child(2) ul li.shimei input {
  margin-left: 0.5em;
  border-color: #787878;
}

div.content article section:nth-child(2) p.shimei input {
  margin-left: 0.5em;
  border-color: #787878;
}

div.content article section:nth-child(4) p.shimei input {
  margin-left: 0.5em;
  border-color: #787878;
}

div.content article section:nth-child(6) p.shimei input {
  margin-left: 0.5em;
  border-color: #787878;
}

div.content article p.shimei.form-box {
    display: flex !important;
    align-items: center !important;
    padding-left: 2em !important;
    margin-top: 1em !important;
    font-size: 1.25em !important; 
    line-height: 1.2 !important;
}

div.content article p.shimei.form-box strong {
    width: 6em !important;
    min-width: 6em !important;
    white-space: nowrap !important;
    margin-right: 0 !important; 
}

div.content article p.shimei.form-box input[type="text"] {
    flex: 1 1 auto !important;
    width: auto !important;
    margin-left: 0 !important;
    font-size: 1em !important;
}

div.content article p.shimei.form-box .sub-label {
    width: 4em;
    font-weight: 400;
    white-space: nowrap;
}



div.content .transfer-rule {
  max-height: 20em;
  border: 1px solid #787878;
  margin-bottom: 2em;
  padding: 2em;
  overflow: auto;
}

div.content .transfer-rule h1 {
  text-align: center;
}

div.content .transfer-rule section:nth-child(1) {
  margin-bottom: 2em;
}

div.content .transfer-rule p {
  margin-bottom: 1em;
}

div.content .transfer-rule ol li {
  margin-top: 1em;
}

div.content .transfer-rule ol li:first-child {
  margin-top: 0;
}

div.content article section:last-child {
  margin-bottom: 0;
}

div.content article section:last-child .buttons {
  display: flex;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

div.content article section:last-child .buttons > div {
  width: 50%;
  padding: 0 1em;
}

div.content article section:last-child .buttons > div .small {
  display: block;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}

div.content article section:last-child .buttons > div:nth-child(1) {
}

div.content article section:last-child .buttons > div:nth-child(2) {
}

div.content article section:last-child .buttons input {
  width: 160px;
  background-color: #fff;
  border: 1px solid #787878;
  border-radius: 0.2em;
  padding: 0.25em 0.5em;
  font-size: 1.25em;
  font-weight: 800;
  cursor: pointer;
}

div.content article section .buttons input.agree {
  background-color: #ffb400;
}

div.content article section .buttons input.agree:hover {
  background-color: #d39200;
}

div.content article section .buttons input.disagree:hover {
  background-color: #ccc;
}

@media screen and (max-width: 768px) {
  div.content {
    max-width: 100%;
    margin: 0 7px;
  }
  
  div.content article:nth-child(1) {
    padding: 1em;
  }
  
  div.content article section:nth-child(2) p.shimei {
    display: block;
    padding: 0;
    margin-top: 1em;
    align-items: center;
    font-size: 1.25em;
  }
  
  div.content article section:nth-child(2) p.shimei strong {
    display: block;
  }
  
  div.content article section:nth-child(2) p.shimei label {
    margin: 0;
  }
  
  div.content article section:nth-child(2) p.shimei input {
    margin: 0;
  }
  
  div.content .transfer-rule {
    padding: 0.5em;
  }

  div.content .transfer-rule section:nth-child(1) {
    margin-bottom: 1em;
  }

  div.content article section:last-child .buttons {
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  
  div.content article section:last-child .buttons > div {
    width: 90%;
    margin: 0 auto;
  }
  
  div.content article section:last-child .buttons input {
    width: 100%;
  }
  
  div.content article section:last-child .buttons input.disagree {
    margin-bottom: 1em;
  }
  
}


/* --------------------------------
 expiration-date
 cancel
-------------------------------- */

div.content article .expiration-date,
div.content article .cancel {
  border: 1px solid #232272;
  padding: 2em;
  text-align: center;
}

div.content article .expiration-date h1,
div.content article .cancel h1 {
  display: inline-block;
  background: url(../image/ico_exclamation.png) no-repeat left center;
  border-bottom: 1px solid #787878;
  padding: 0.25em 0 0.25em 1.8em;
  margin-bottom: 1.5em;
  font-size: 1.5em;
}

/*
div.content article .expiration-date h1:before,
div.content article .cancel h1:before {
  content: '!';
  display: inline-block;
  min-width: 1.25em;
  min-height: 1.25em;
  margin-right: 0.5em;
  padding: 0.25em 0.15em 0em;
  border: 1px solid #787878;
  border-radius: 100%;
  color: #787878;
  font-size: 0.85em;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
}
*/

div.content article .expiration-date p,
div.content article .cancel p {
  margin-bottom: 2em;
}

div.content article .expiration-date .button-gotohome a,
div.content article .cancel .button-gotohome a {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #787878;
  border-radius: 0.2em;
  padding: 0.5em 0.5em;
  font-size: 1.25em;
  font-weight: 800;
  cursor: pointer;
}

div.content article .expiration-date .button-gotohome a:hover,
div.content article .cancel .button-gotohome a:hover {
  background-color: #ccc;
  color: inherit;
}

@media screen and (max-width: 768px) {
  div.content article .expiration-date,
  div.content article .cancel {
    padding: 1em 1.5em;
  }  
}


/* --------------------------------
 complete
-------------------------------- */

div.content article .complete {
  border: 1px solid #232272;
  text-align: center;
}

div.content article .complete h1 {
  background: #232272;
  padding: 1.5em 2em;
  margin-bottom: 1.5em;
  font-size: 1.5em;
  color: #fff;
}

div.content article .complete p {
  padding: 2em;
}

div.content article .complete a {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #787878;
  border-radius: 0.2em;
  padding: 0.5em 0.5em;
  font-size: 1.25em;
  font-weight: 800;
  cursor: pointer;
}

div.content article .complete a:hover {
  background-color: #ccc;
  color: inherit;
}

div.content article .complete .button-gotohome {
  padding: 2em;
}

@media screen and (max-width: 768px) {
  div.content article .complete h1 {
    padding: 1em;
    margin-bottom: 1.5em;
  }

  div.content article .complete p {
    padding: 1.5em 1em;
  }  

  div.content article .complete .button-gotohome {
    padding: 1em 1.5em;
  }  
}

.error-msg {
    color: #d32f2f;
    font-size: 1em;
    line-height: 1.4;
    margin-top: 4px;
    padding-left: 2em;
}


/* --------------------------------
 Clearfix
-------------------------------- */
