@charset "utf-8"; 

/* Layout - PC & SP
=========================================================================== */

/* common */
.text-blue {
  color: #4e6da1;
}
.text-red, .text-red a {
  color: #f00;
}
.text-cr{
  text-align: center;
}
.text-lt{
  text-align: left;
}
.text-bd{
  font-weight: bold;
}
.text-xs{
  font-size: 14px;
}
.text-md{
  font-size: 16px;
}
.text-sm{
  font-size: 18px;
}
 @media screen and (max-width: 767px) { /* Smartphone */
  .text-sm{
    font-size: 15px;
  }
  .sp-block{
    display: block;
  }
 } /* */
.text-sl{
  font-size: 20px;
}
.text-lg{
  font-size: 22px;
}
.line-b{
  border-bottom: solid 1px #c2bfb3;
}
.flex{
  display: flex;
}
.cf:after{
  clear: both;
  content: "";
  display: table;
}
.list-disc li {
  line-height: 1.6;
}
.list-disc li::before {
  content: "・";
}
.list-disc b {
  color: #274277;
}
.list-disc-indent{
  margin-bottom: 20px;
}
.list-disc-indent > li {
  padding-left: 15px;
  text-indent: -15px;
  line-height: 1.6;
}
#header {
  border: none;
}
.header-img {
  text-align: center;
}
.header-ss { background: #71a5e4; }
.header-jet { background: #2079e6; }
.header-light { background: #8ad1e9; }
.h1-area span {
  font-size: 20px;
}
.h-style5 {
  margin: 50px 0 20px;
  padding: 0 0 10px 5px;
  border-bottom: 5px solid #add0fa;
  font-size: 22px;
}
.h-style6 {
	padding: 65px 0 10px;
	font-weight: normal;
	font-size: 28px;
	line-height: 1.2;
}
.h-style7{
  display: block;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #4e6da1;
}
 @media screen and (max-width: 767px) { /* Smartphone */
  .h-style7{
    line-height:1.4;
    text-align: center;
  }
 } /* */
.content-indent > p {
  padding-bottom: 12px;
}
.content-blue {
  background: #ebf2fa;
  box-sizing: border-box;
}
.header-img img,
.flex-wrapper img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.step-document {
	padding: 5px 0;
	background-color: #dce3ee;
	text-align: center;
}
.step-document ol {
  margin: 0 auto;
  padding: 15px 0 5px;
  text-align: center;
  letter-spacing: -0.4em;
}
.step-document li {
  padding-bottom: 10px;
  color: #999;
  display: inline-block;
  letter-spacing: 0;
  position: relative;
}
.step-document li span{
  vertical-align: baseline;
}
.step-document li:not(:first-child):after {
  border-bottom: 2px dotted #999;
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 8px;
}
.step-document li:not(:first-child) span:after {
  display: block;
  position: absolute;
  top: 4px;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: 4px solid transparent;
  border-left: 8px solid #999;
  content: "";
}
.step-document li:before {
  display: inline-block;
  content: "●";
  color: #999;
  font-size: 20px;
}
.step-document .current {
  color: #274277;
  font-weight: bold;
}
.step-document li:first-child,
.step-document .current:first-child {
  padding-left: 0;
}
.step-document .current:first-child:after {
  width: auto;
  border-bottom: none;
}
.step-document .current:before {
  margin: -10px 7px;
  content: url(/jp/contact/img/icon_current.svg);
  display: block;
  float: left;
}
.icon-arrow {
  margin-top: 15px;
  position: relative;
}
.icon-arrow a {
  padding-left: 17px;
  text-decoration: none;
}
.icon-arrow a:hover {
  text-decoration: underline;
}
.icon-arrow::after {
  width: 7px;
  height: 11px;
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 6px;
  margin: auto;
  background: url(/jp/contact/img/rwd_icon_arrow_right02.svg) no-repeat center center;
  background-size: 7px 11px;
}
.icon-return {
  margin-top: 15px;
  position: relative;
}
.icon-return a {
  padding-left: 36px !important;
  text-decoration: none;
}
.icon-return a:hover {
  text-decoration: underline;
}
.icon-return::after {
  width: 20px;
  height: 15px;
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 4px;
  margin: auto;
  background: url(/jp/contact/img/rwd_icon_arrow_return.svg) no-repeat center center;
  background-size: 20px 15px;
}
.content-sps {
  margin-bottom: 20px;
  padding: 10px;
  font-size: 14px;
}
.sps-line {
  border: 1px solid #ccc;
}
/* 1.入会条件 */
.list-terms {
  padding-bottom: 20px;
}
.list-terms b {
  color: #274277;
}
.list-terms > li {
  padding-left: 30px;
  text-indent: -30px;
  line-height: 1.6;
}
.list-terms > li::before {
  padding-right: 15px;
  color: #274277;
  font-size: 22px;
  font-weight: bold;
}
.list-terms > li:nth-child(1)::before {
  content: "1";
}
.list-terms > li:nth-child(2)::before {
  content: "2";
}
.list-terms > li:nth-child(3)::before {
  content: "3";
}
.text-notice {
  font-size: 14px;
}
.text-confirmation {
  padding-top: 80px;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}
.text-confirmation span {
  color: #f00;
  font-size: 16px;
}
.rule-iframe {
  width: 100%;
  height: 215px;
  border: 2px solid #ccc;
  box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.rule {
  margin-top: 30px;
}
.rule iframe {
  max-width: 100%;
  height:100%;
  display:block;
}
.rule label {
  width: 100%;
  padding: 15px 0;
  background: #dbeed7;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.text-agree {
  padding-bottom: 0 !important;
}
#flow{
  margin-top: 40px;
}
#flow figure{
  width:8.2%;
  min-width: 61px;
  margin-right: 17px;
  z-index: 10;
}
#flow p{
  width:calc(100% - (8.2% + 17px) );
}
#flow .flex{
  position: relative;
  padding-bottom: 48px;
}
#flow .flex:after{
  content: "";
  display: block;
  position: absolute;
  top:0;
  left:4%;
  width: 3px;
  height:100%;
  background-color: #E0E0E0;
}
 @media screen and (max-width: 767px) { /* Smartphone */
  .form-wrapper label.no-indent{
    margin-left: -30px;
    width: calc(100% + 10px);
    padding:15px 10px;
  }
    .form-wrapper label.no-indent{ /* 2022.03.28修正 */
    margin-left: 0;
    width: auto;
    padding: 20px 20px 20px 40px;
  }
  #flow figure{
    width: 29.4%;
    margin-right: 13px;
  }
  #flow p{
    font-size: 14px;
    width:calc(100% - (3.2% + 13px) );
  }
  #flow p b{
    display: inline-block;
    margin-bottom: 8px;
  }
  #flow .flex:after{
    left:12%;
  }
 } /* */
 
#flow section:last-child .flex:after{
  content: none;
}
.constitution iframe{
  display: block;
  margin: 0 auto;
}
 @media screen and (max-width: 767px) { /* Smartphone */
  .constitution iframe{
    margin-left: -30px;
    width: calc(100% + 30px);
   }
 } 
#need{
  padding-left: 0;
  margin-top: 40px;
}
#need section{
  padding-bottom: 30px;
  margin-bottom: 40px;
}

#need .flex{
  justify-content: space-between;
}
#need .flex .r-side{
  width: calc(100% - (21.8% + 20px));
  margin-left: 20px;
}
#need .flex .l-side{
  width: calc(21.8% - 20px);
}
#need .flex .l-side.mail{
  max-width: 95px;
}
@media screen and (max-width: 767px) { /* Smartphone */
  #need .flex .l-side{
    width: 100%;
    margin-bottom: 15px;
  }
  #need section{
   flex-direction: column;
   justify-content: center;
   align-items: center;
  }
  #need .flex .r-side{
    padding-left: 0;
    width: 100%;
  }
  #need .flex .r-side p{
    padding-left: 0;
    width: 97.5%;
    margin:0 auto;
    font-size: 16px;
  }
  #need .flex .r-side .list-disc{
    margin-left: 0;
  }
  #need .flex .r-side .text-notice{
    font-size: 14px;
  }
} /* */
#need .flex .l-side.credit img{
  max-width: 134px;
}
#need .flex .l-side.lisense-img img{
  max-width: 158px;
}
#need .flex .l-side.cashcard img{
  max-width: 161px;
}
@media screen and (max-width: 1053px) { /* Smartphone */
  #need .flex .l-side.lisense-img img, #need .flex .l-side.cashcard img{
    max-width: 100%;
  }
 }
#need .flex figure{
  display: block;
  margin: 0 auto;
  text-align: center;
} 
#need .flex .flex figure{
  width: 52.1%;
}
#need .flex .list-disc{
  margin-left: 19px;
}
@media screen and (max-width: 767px) { /* Smartphone */
  #need .flex .flex{
    flex-direction:column;
  }
  #need .flex .flex figure{
    width: 100%;
  }
  #need .flex .l-side.lisense-img img, #need .flex .l-side.cashcard img{
    max-width: 134px;
  }
 }
#index .rule{
  max-width: 850px;
  margin: 6px auto 0;
}
#index .text-notice.text-red{
  color:#DA3E3E;
}
#index .form-wrapper input[type="button"]{
  -webkit-appearance: none;
}

.preparation {
  padding: 30px 0;
}
.preparation div {
  /*padding: 0 1.95%;*/
  padding: 0 35px;
}
.preparation p, #flow b, #need b {
  color: #274277;
}
.button-marina-list input[type="button"],input[type="submit"],button[type="submit"] {
  -webkit-appearance: none;
}
.button-marina-list {
  background: none;
  border: none;
  font-size: 100%;
  font-family: "メイリオ";
}
.button-marina-list.rwd-button01:hover {
  background-color: #3f80f7;
}
.icon-arrow-input {
  margin-top: -10px;
  padding-left: 15px;
}
.rwd-link-list01 .button-marina-list,
.rwd-link-list03 .button-marina-list {
  box-sizing: border-box;
  display: block;
  font-weight: bold;
}
.rwd-link-list02 .button-marina-list {
  padding-left: 15px;
  box-sizing: border-box;
  display: block;
  text-decoration: underline;
}
/* 2.お客様情報登録 */
.login-id {
  float: right;
}
.login {
  float: right;
  margin-top: 30px;
}
.return {
  float: right;
  margin-top: 30px;
}
.license {
	display: -webkit-flex;
	display: flex;
	margin: -1px 0 30px;
	padding: 20px 0;
	background: #ebf2fa;
	text-align: center;
}
.license > * {
	padding: 0 20px;
}
.license dt {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	width: calc(33.67% - 60px);
	border-right: 1px solid #c2bfb3;
	color: #274277;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
}
.license dt span { width: 100%; }
.license dd {
	-webkit-flex: 1;
	flex: 1;
}
.license + .line {
	border-top: 1px solid #c2bfb3;
}
.mailmagazine {
  margin-top: 10px;
  padding: 20px 20px 20px 40px;
  background: #ebf2fa;
}
.mailmagazine b {
  font-size: 18px;
  text-indent: -10em;
}
.mailmagazine input {
  margin-left: -1.4em;
}
.mailmagazine span {
  padding-top: 5px;
  display: inline-block;
}
.user-id-pass p:first-child {
  margin-top: 20px;
}
.rwd-button01 {
  margin:0 auto;
  padding: 25px 0 30px;
  border-bottom: 1px solid #c2bfb3;
}
.rwd-button01 a {
  padding: 9px 40px 5px 15px;
  background: #465b96 url(/jp/contact/img/icon_arrow_right02.svg) no-repeat right 17px center;
  background-size: 13px 20px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  text-align: left;
  text-decoration: none;
}
.rwd-button01 a:hover {
  background-color: #3f80f7;
}
.rwd-item-border {
  background-position: 10px center;
  border: 1px solid #0695d1;
}
.rwd-item-border a {
  padding: 3px 8px 3px 27px;
  font-weight: bold;
}
.rwd-item-border::after {
  left: 10px;
}
/* 4.カード情報入力 */
.content-card {
  padding-top: 50px;
}
.text-price {
  color: #274277;
  display: inline-block;
  font-size: 30px;
}
.text-price span {
  font-size: 16px;
}
.card-notice {
  margin-top: 15px;
  padding-left: 15px;
  line-height: 1.6;
  text-indent: -15px;
}
.card-submit {
  margin: 50px 0 20px;
  padding-bottom: 40px;
  border: 1px solid #c2bfb3;
}
.card-submit p b {
  font-size: 20px;
}
.card-submit #form-submit {
  margin-bottom: 35px;
}
/* 5.完了 */
.thanks .content-blue {
  text-align: center;
}
.list-thanks li {
  padding: 0 0 15px 1em;
  text-indent: -1em;
  line-height: 1.5;
}
.list-thanks li::before {
  content: "●";
}
.content-indent .rwd-icon-tel02 {
  width: 40px;
  margin-right: 8px;
}
.rwd-tel-text {
  padding-top: 1px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
}
.rwd-tel-text + span {
  display: inline-block;
}
.thanks-user {
  margin-top: 10px;
  border-bottom: 1px solid #c2bfb3;
  border-top: 1px solid #c2bfb3;
}
.thanks-user b {
  font-size: 18px;
}
.thanks-user dl {
  margin-bottom: 10px;
}
.thanks-user dt {
  width: 7em;
  display: table-cell;
  vertical-align: middle;
}
.thanks-user dd {
  display: table-cell;
  font-size: 20px;
  font-weight: bold;
}
.text-thanks {
  padding-top: 90px;
  text-align: center;
}
.icon_send{
  margin:0 auto 30px;
  width:70px;
}
/* メールが届かない場合 */
#send .text-confirmation, #timeout .text-confirmation{
  padding-top: 30px;
}
.text-mail{
  margin-top: 60px;
  text-align: center;
}
.text-mail .text-notice{
  margin-bottom: 10px;
}
.text-mail .icon-arrow{
  line-height: 1.4;
  font-size: 18px;
}
.text-mail .icon-arrow::after{
  top:8px;
}
/* タイムアウト */
#timeout .icon_timeout{
  width: 115px;
  margin: 0 auto 25px;
}
#timeout h1, #send h1{
  margin-bottom: 30px;
}
#timeout .rwd-button01{
  max-width:390px;
  margin-top: 80px;
  border-bottom:0;
}

/* Layout - PC
=========================================================================== */

@media print, screen and (min-width: 768px) {
.pcNone {
  display: none;
}
/* common */
.step-document ol {
	width: 90%;
}
.step-document li {
  padding-left: 65px;
}
.step-document li:after {
  width: 50px;
}
.content-blue {
  padding: 25px 30px;
}
.content-sps p {
  display: table-cell;
}
.content-sps p:last-child {
  padding-left: 20px;
}
/* 1.入会条件 */
.content-indent {
  padding-left: 35px;
}
.list-terms ul li {
  padding-left: 45px;
  text-indent: -15px;
}
.preparation {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.preparation img {
  margin-bottom: 20px;
}
.preparation-mail {
  min-height: 134px;
}
.preparation-mail img {
  margin-top: 25px;
}
/* 2.お客様情報登録 */
.text-user {
  margin: 80px 0 -30px;
}
.rwd-button01 a {
  width: 100%;
  max-width: 390px;
}
.form-submit-sp {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.form-submit-sp input {
 -webkit-order:1;
  order:1;
}
.form-submit-sp a {
 -webkit-order:0;
  order:0;
}
/* 4.カード情報入力 */
.content-card img {
  padding-left: 20px;
  vertical-align: middle;
}
.card-submit {
  text-align: center;
}
.card-submit p {
  padding: 0 25px;
}
.card-submit p b {
  line-height: 2;
}
/* 5.完了 */
.thanks-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.thanks .content-blue {
  width: 49%;
}
.thanks-user {
  padding: 30px 30px 20px 0;
}
.thanks-user div {
  width: 65%;
}
} /* 768px */

/* Media Queries - iPad
=========================================================================== */

@media only screen and (min-width: 768px) and (max-width: 768px) {
/* .login .rwd-pc-none {
  display: block;
} */
} /* iPad 768px */

/* Layout - SP
=========================================================================== */

@media screen and (max-width: 767px){
/* common */
.pcNone {
  display: block;
}
.spNone {
  display: none;
}
.h-style6 {
	padding: 44px 0 8px;
	font-size: 22px;
}
.step-document ol {
	margin-left: 4.68%;
	margin-right: 4.68%;
}
.step-document li {
  padding-left: 25px;
}
.step-document li:after {
  width: 10px;
}
.step-document li span {
  /* display: none; */
  font-size: 0;
}
.step-document li:not(:first-child):after {
  top:9px;
}
.step-document li span:after{
  top: 6px;
}
.step-document li:not(:first-child) span:after {
  top: 6px;
}
.step-document li:before {
  padding-left: 3px;
  margin-top: 3px;
}
.step-document .current:before {
  margin-right: 0;
  margin-left: 2px;
}
.step-document li.current span:after{
  top:3px;
}
.step-document li.current:after{
  top:6px;
}
.content-blue {
  padding: 15px;
}
/* 1.入会条件 */
.content-sps img {
  padding-bottom: 10px;
}
.list-terms ul li {
  padding-left: 0px;
  text-indent: -15px;
}
.preparation div {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.preparation br {
  display: none;
}
.preparation p:first-child {
  width: 110px;
  margin-right: 20px;
}
.preparation p:first-child img {
  max-width: 110px;
}
.preparation img {
  margin-bottom: 10px;
}
/* 2.お客様情報登録 */
.login-id {
  margin: 20px 0 0;
}
.license {
  display: block;
  padding: 20px;
}
.license dt, 
.license dd {
	width: 100%;
	padding: 0;
}
.license dt {
	margin-bottom: 10px;
	border: none;
	font-size: 16px;
}
.text-user {
  margin-top: 40px;
}
.form-submit-sp #button-back {
  margin-top: 20px;
}
/* 4.カード情報入力 */
.card-submit {
  padding: 0 20px 20px;
}
/* 5.完了 */
.thanks .content-blue {
  margin-bottom: 20px;
}
.thanks-user {
  padding: 15px 0 5px 0;
}
.thanks-user p {
  padding-bottom: 15px;
}
.thanks-user p br {
  display: none;
}
} /* 767px */

/*==================================================*
 *  [ モーダル ]
 *==================================================*/
 html{
   margin-right: 0 !important;
 }
 .pay input[type="submit"]{
  display: none;
}
.pay #button-submit{
  padding: 0;
}
body.mfp-active {
	overflow: hidden!important;
	-webkit-overflow-scrolling: auto;
}
.pay #button-submit a{
  display: block;
  width:100%;
   color:#fff;
   text-decoration: none;
   padding: 37px 0 35px;
 }
 .mfp-wrap, .mfp-bg {
  top:0!important;
  position:fixed!important;
}
 .mfp-container{
   padding:0!important;
 }
 
.mfp-wrap{
   overflow: hidden;
 }
.mfp-bg{
  background-color: rgba(255,255,255,0.7)!important;
 }
#modal section{
  position: fixed;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  width:745px;
  max-width: 745px;
  background-color: #fff;
  border:1px solid #707070;
 }
#modal .mfp-close{
   display: none;
 }
#modal img{
  width: 70px;
  display: block;
  margin:0 auto 30px;
  padding: 0;
}
#modal .content-card{
  margin: 0 auto;
  border:1px solid #707070;
  max-width: 745px;
  padding:63px 0 90px;
  z-index:99;
  background-color: #fff;
}
#modal b.txt{
  margin: 0 auto;
  text-align: center;
  display: block;
  font-size: 24px;
  line-height: 1.6;
}
#modal .content-blue{
  max-width: 500px;
  margin:0 auto;
}
#modal .modal-bg{
   cursor: pointer!important;
   height: 100vh;
    position: absolute;
    width: 100%;
 }
 #modal #button-submit{
   width:auto;
   padding:16px 65px 15px;
   font-size: 20px;
 }
 #modal .attention-img{
  width:35px;
  margin-top: 50px;
  margin-bottom:7px;
 }
  @media screen and (max-width: 767px) { /* Smartphone */
    #modal section{
      width:90%;
    }
    #modal .content-card{
      padding: 20px 0;
    }
    #modal h2{
      font-size: 20px;
      padding-top: 25px;
    }
    #modal img{
      margin-bottom: 20px;
    }
    #modal .check-img{
      width:35px;
    }
    #modal .content-blue{
      width:85%;
    }
    #modal .attention-img {
      margin-top: 40px;
  }
    #modal .content-blue .text-price{
      font-size: 24px;
    }
    #modal b.txt{
      font-size: 16px;
    }
    #modal #button-submit{
      margin:0 auto;
      padding: 33px 0 31px;
      width:80%;
      max-width: 330px;
    }
  } 

  /*==================================================*
   *  [ 口座登録 ]
   *==================================================*/
   #form-submit.blank input[type="submit"]{
    width:auto;
    padding:37px 8.23% 35px 4.23%;
     background-image: url(/jp/contact/img/rwd_icon_newwin_white.svg);
     background-repeat: no-repeat;
     background-size:23px 22px;
     background-position: right 7% center;
   }
   #account .content-blue{
     padding: 33px 65px;
   }
   #account .content-blue .flex{
     justify-content: space-between;
   }
   #account .content-blue.card .flex b{
     max-width:738px;
     width:calc(100% - 196px);
   }
   #account .content-blue.mail .flex div{
    max-width:738px;
    width:calc(100% - 196px);
  }
  @media screen and (min-width: 768px) { /* PC */
    #account .content-blue.card .flex figure, #account .content-blue.mail .flex figure{
      width:calc(100% - 738px);
    }
    #account .content-blue.card .flex figure{
      width: 196px;
      max-width: 162px;
    }
    #account .content-blue.mail .flex figure{
      width: 196px;
    }
    #account .content-blue.mail .flex figure img{
      max-width:95px;
      padding-right: 10px;
      margin: 0 auto;
      display: block;
    }
  } /* */

   @media screen and (max-width: 767px) { /* Smartphone */
    #form-submit.blank input[type="submit"]{
      width:100%;
      max-width: 500px;
      margin: 0 auto;
      padding-right: 12.23%;
      background-size:18px 17px;
    }
    #account .content-blue{
      padding: 25px 15px;
    }
    #account .content-blue.card .flex, #account .content-blue.mail .flex{
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    #account .content-blue.card .flex figure{
      max-width: 52%;
    }
    #account .content-blue.card .flex figure, #account .content-blue.mail .flex figure{
      margin-right: 0;
      margin-bottom: 35px;
    }
    #account .content-blue.mail .flex div, #account .content-blue.card .flex b{
      width:100%;
    }
    #account .content-blue.mail .flex figure{
      max-width:31%;
    }
    #account .content-blue.mail .flex figure img{
      display: block;
    margin:0 auto;
    }
   } 
   /*==================================================*
    *  [ メール モーダル ]
    *==================================================*/
    #modal-close.address_modal section{
      position: relative;
      width:743px;
      height:85vh;
      max-width: 743px;
      margin: 0 auto;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
          }
    #modal-close.address_modal .modal_wrap{
      top:50%;
      padding:0;
      margin-top:0px;
      height:85vh;
      width:743px;
      overflow-x: hidden;
      overflow-y: scroll;
      max-width: 745px;
      background-color: #fff;
      border: 1px solid #707070;
    }
    #modal-close.address_modal section div > *{
      width: 600px;
      margin: 0 auto;
    }
    #modal-close.address_modal section h2{
      margin-top: 0;
      text-align: center;
    }
    .address_modal ol li{
      font-size: 14px;
    }
.address_modal ol li b{
  display: block;
  color:#274277;
  margin-bottom: -18px;
}
.address_modal section .mfp-close{
  display: block!important;
  background-color: #000;
  width: 44px!important;
  right:-2px!important;
  top:-44px!important;
  opacity: 1!important;
  margin-left: auto;
}
.mfp-close-btn-in .mfp-close{
  color:#fff!important;
}
.address_modal section .mfp-close:hover{
  opacity: 0.6!important;
}
 @media screen and (max-width: 767px) { /* Smartphone */
 #modal-close.address_modal .modal_wrap{
    width:100%;
  }
  #modal-close.address_modal .modal_wrap > *, #modal-close.address_modal section{
    width:90%;
  }
  .address_modal ol li b{
    font-size: 18px;
  }
  .rwd-button01 a{
    min-width: 220px;
  }
 } 

  /*==================================================*
  *  [ W入会 ]
  *==================================================*/
  h2 .rwd-item-border{
    font-size: 16px;
    float: left;
    margin-top: 8px;
    margin-bottom: 10px;
  }
  .file-uproad{
    position: relative;
    }
    #file_input{
        background-color: #747474;
        color: #fff;
        font-size: 17px;
        padding: 8px 15px 8px 20px;
        border-radius: 7px;
        text-indent:0;
        margin-top: 15px;
    }
    .file-uproad #fileElem{  display: none; }
    #modal-close.address_modal section .uproad-img{ 
      margin-right: 15px;
      margin-bottom: 65px; }

     @media screen and (max-width: 767px) { /* Smartphone */
      #file_input{ margin-left:0; }
      #modal-close.address_modal section .uproad-img{ margin: 0 auto 10px 0; }
      #modal-close.address_modal .line{ padding-bottom: 65px; }
     }

/*==================================================*
 *  [ 2022.08 追記 ]
 *==================================================*/
 table{ border-collapse: collapse; }
 .contact-table{ border-top: 1px solid #C2BFB3; }
 .contact-table th{ background-color: #F3F3F3; color: #274277; text-align: left; }
 .contact-table th, td{ border-bottom: 1px solid #C2BFB3; padding: 20px 18px; vertical-align: top; }
  @media screen and (min-width: 768px) { /* PC */
   .contact-table th{ width: 27.5%; }
  } 
  @media screen and (max-width: 767px) { /* Smartphone */
   .contact-table tbody, .contact-table tr, .contact-table th, .contact-table td{ display: block; }
.form-wrapper label.no-indent { padding: 15px 10px; } 
  }