@charset "UTF-8";

/* ============================================================= *

Form

* ============================================================= */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.5rem;
  color: #111;
  font-family: "Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.75;
}

html:not(:target) body {
  font-size: 1.5rem;
}

.base-page {
  font-size: 100%;
}
.background {
  background-image: url('../img/background-pc2.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.background {
  padding: 1%;
}

.background::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background-repeat:no-repeat;
  background-position:50% 100%;
  background-image:url('../img/background-pc1.jpg');
  background-size:cover;
  }

  .parallax-window {
    min-height: 400px;
    background: transparent;
}

  .title-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 25px;
  }

/* =============================================================

  header

  * ============================================================= */
.mod-header {
  height: 130px;
  border-bottom: 0;
}

.mod-header-inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mod-header-logo {
  width: 129px;
  height: 55px;
  display: block;
  padding: 0;
  float: none;
}

.mod-header-logo a {
  display: block;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.mod-header-logo a:hover {
  opacity: .7;
}

.mod-header-logo a img {
  width: 100%;
}
/* =============================================================

  footer

  * ============================================================= */
.mod-footer {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}

.mod-footer-inner {
  color: #111;
  padding: 0;
  font-size: 0.86667em;
  width: 100%;
}
/* =============================================================

  content

  * ============================================================= */
.l-main{
  width: 100%;
}
/*main_visual*/
.c-header-img{
  background-color: #333;
  background-image: url(../img/travel_insurance/main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  display: flex;
  align-items: center;
  margin-bottom: 110px;
}
.c-header-img__inner{
  text-align: center;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  color: #fff ;
}
.c-header-img__inner h1{
  font-size: 3.45em;
  position: relative;
}
.c-header-img__inner h1:before{
  content: "";
  background-image: url(../img/travel_insurance/main_copy.png);
  background-repeat: no-repeat;
  position:absolute ;
  background-size: contain;
  width: 50%;
  height: 100%;
  top: -1.25em;
  left: 50%;
  transform: translateX(-50%);
  background-position: center top;
}
.c-header-img__inner p{
  font-size: 1.25em;
}
/*sub-title*/
.c-sub-title {
    font-size: 146.66667%;
    font-weight: bold;
    padding-top: 0.98864em;
    border-top: 4px solid;
    margin-bottom: 1.366666em;
    text-align: center;
}
.c-sub-text{
  font-size: 100.66667%;
  font-weight: bold;
  text-align: center;
}
.c-sub-text-thanks{
  font-size: 100.66667%;
  font-weight: bold;
  text-align: center;
}
.c-sub-text-close{
  font-size: 155.66667%;
  font-weight: bold;
  text-align: center;
  color: red;
  margin-bottom: 20px;
}
.c-heading{
  font-size: 146.66667%;
  font-weight: bold;
  text-align: center;
  text-decoration:underline;
  margin-bottom: 1.366666em;
}
.turn-back-text {
  word-break: break-all;
}

/*feature*/
.p-feature-points{
  border: 3px #333 solid;
  padding: 3.666666em 5.333333em;
  margin: 20px auto 50px;
  /*background:rgba(205,205,205,0.5);*/
  background:rgba(255,255,255,0.9);
}
.p-feature-points__item{
  padding-left: 70px;
  position: relative;
}
.p-feature-points__item .attention {
  color:#E60012;
}
.p-feature-points__item h3{
  font-size: 1.2em;
  line-height: 1.5;
  margin-bottom: 0.8em;
}
.p-feature-points__item p{
  font-size: 0.9em;
  line-height: 2;
  padding-bottom: 1.9em;
  font-weight: bold;
  padding-left: 20px;
  word-break: break-all;
}
.p-feature-points__item .large-text{
  font-size: 142.66667% !important;
}
.p-feature-points__item .large-text-tel{
  font-size: 160.66667% !important;
}
.p-feature-points__item p{
  font-size: 0.9em;
  line-height: 2;
  padding-bottom: 1.9em;
  font-weight: bold;
  padding-left: 20px;
}
.p-feature-points__item:not(:last-of-type){
  margin-bottom: 2.3em;
  border-bottom: 1px #333 solid;
}
.thanks_text{
  padding-left: 70px;
  position: relative;
}
.thanks_text p{
    font-size: 0.9em;
    line-height: 2;
    padding-bottom: 1.9em;
    font-weight: bold;
    padding-left: 20px;
}
.points_03 p{
  padding-bottom: 0;
}
.p-feature-points__item:before{
  content: "";
  width: 55px;
  height: 55px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.points_01:before{
  background-image: url(../img/travel_insurance/01.png);
}
.points_02:before{
  background-image: url(../img/travel_insurance/02.png);
  width: 64px;
  height: 55px;
}
.points_03:before{
  background-image: url(../img/travel_insurance/03.png);
  width: 65px;
  height: 55px;
}
.p-feature-caution{
  text-align: center;
}
.caution_bold{
  font-weight: bold;
}
.caution_red{
  color:red;
  font-size:1.5em;
}
.p-feature-caution__text{
  margin-bottom:1.2em;
  text-align: center;
}
.caution_small{
  font-size: 0.8em;
}
.p-feature-contact{
  border: 1px #ccc solid;
  padding: 2em 2em;
  background-color: #f4f4f4;
  margin:0 auto;
  word-break: break-all;
  font-size: 107%;
}
.p-feature-contact .large-text{
  font-size: 125.66667% !important;
}
.p-feature-contact .large-text-tel{
  font-size: 192.66667% !important;
}
.p-feature-contact .large-text-email{
  font-size: 108.66667% !important;
}
.p-feature-points__item .info-box{
  border: 1px #ccc solid;
  padding: 0.5em 0.5em;
  background-color: #f4f4f4;
  margin:0 auto;
  word-break: break-all;
  font-size: 107%;
  margin-bottom: 2em;
}
.p-feature-points__item .info-box p{
  font-size: 0.8em;
  line-height: 2;
  font-weight: bold;
  padding-left: 20px;
  word-break: break-all;
  padding: 0.3em !important;
}
.c-button{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 450px;
  padding: 1em 4em;
  border: 4px solid;
  margin: 10px auto;
  font-size: 1.7rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #333;
  text-decoration: none;
  font-weight: bold;
  background-color: #fff;
  box-sizing: border-box;
}
.c-button:after {
    content: "";
    display: block;
    width: .38em;
    height: .38em;
    border-top: 2px solid #111;
    border-right: 2px solid #111;
    border-radius: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 2.5em;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-button:hover {
  background: #111;
  border-color: #111;
  color: #fff;
  text-decoration: none;
}

.c-button:hover:after {
  border-color: #fff;
  -webkit-transform: rotate(45deg) translateX(3px) translateY(-3px);
          transform: rotate(45deg) translateX(3px) translateY(-3px);
}
/*progress*/
.c-section{
  width: 980px;
  margin: 0 auto 70px;
}

.c-form__title{
  text-align: center;
  font-size: 150%;
  padding-bottom: 0.73958em;
  font-weight: bold;
  position: relative;
}
.c-form__comment{
  font-size: 0.8em;
}
.c-form__title:after{
  content: "";
  display: block;
  width: 2.25em;
  height: 1px;
  /*background: #e90b72;*/
  background: #E60012;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.c-progress{
  padding: 5.5em 0;
}
.c-progress__list{
  display: flex;
  flex-wrap: wrap;
  width: 45.54em;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.c-progress__list:before{
  content: "";
  display: block;
  width: 78%;
  height: 1px;
  background-color: #a9a9a9;
  position: absolute;
  right: 7%;
  top: 25%;
  z-index: -1;
}

.c-progress__list li {
  flex-grow: 1;
  position: relative;
}

.c-progress__list li:not(:last-of-type) {
  margin-right: 3em;
}

.c-progress__list li.is-current:before {
  content: "";
  display: block;
  border-bottom: 2px solid;
  border-left: 2px solid;
  width: .3em;
  height: .3em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: -1.5em auto;
}

.c-progress__list li.is-current span {
    color: #fff;
}
.c-progress__list .num {
    font-weight: 600;
    font-size: 1.4rem;
    position: relative;
}
.c-progress__list span {
    display: block;
    text-align: center;
    color: #a9a9a9;
    margin-top: 0.5em;
}
.c-progress__list li.is-current .desc {
    color: #000;
    font-weight: 600;
}
.c-progress__list li.is-current .num:before {
    /*border-color: #e90b72;
    background-color: #e90b72;*/
    border-color: #E60012;
    background-color: #E60012;
}
.c-progress__list .num:before {
    content: "";
    border: 1px solid #a9a9a9;
    background-color: #fff;
    display: block;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: -1;
}

/* =============================================================

  from

  * ============================================================= */
  .form__inner{
    margin: 0 auto;
  }
/*commom*/
.c-form-section:not(:last-of-type){
  margin-bottom: 45px;
}
.c-form-grid{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
/*buttonリセット*/
input[type="button"],
input[type="submit"]{
  outline: none;
  border: none;
  -webkit-appearance: none;
}
input[type="text"],
input[type="button"]{
  border-radius: 5px;
  padding: 0.8em;
  margin-right: 0.5em;
}
/*commom-button__clear*/
input[type="button"]{
  color: #fff;
  font-weight: bold;
  /*background-color: #e90b72;*/
  background-color: #E60012;
  cursor: pointer;
  transition: all 0.4s;
}
input[type="button"]:hover{
  background: #fff;
  color: #333;
  border: #ccc 1px solid;
}
/*commom-radio*/
.common-radio{
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%); 
  margin: -1px;
}
.common-label{
  cursor: pointer;
  position: relative;
}
.common-label::before,
.common-label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.common-label::before {
  background-color: #fff;
  border: 1px solid #333;
  height: 18px;
  width: 18px;
  left: 5px;
}

.common-label::after {
  /*background-color: #e90b72;*/
  background-color: #E60012;
  opacity: 0;
  height: 11px;
  width: 11px;
  left: 9px;
}

.common-radio:checked + .common-label::after {
  opacity: 1;
}
.common-radio:checked + .common-label::before {
  /*border: 1px solid #e90b72;*/
  border: 1px solid #E60012;
}
/*common-bottom-button*/
.c-section-container._short{
  padding-top: 2.66667em;
  padding-bottom: 2.66667em;
  width: 100%;
}
.c-section-contents._inner-space{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

/*form-destination__渡航先をご選択ください*/
.p-form-destination__select{
  width: 22%;
  border: #ccc 1px solid;
  border-radius: 5px;
  color: #333;
  font-weight: bold;
  box-sizing: border-box;
}
.p-form-destination__select:not(last-of-type){
  margin-bottom: 2em;
}
.p-form-destination:after{
  content: "";
  display: block;
  width: 22%;
}
.radio-inline__input{
  clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.radio-inline__label{
  display: block;
  padding: 0.7em 1.8em;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.4s;
}
.radio-inline__label:hover{
  /*background: #e90b72;*/
  background: #E60012;
  color: #fff;
  border: #ccc 0px solid;
}
.radio-inline__input:checked + .radio-inline__label {
  /*background: #e90b72;*/
  background: #E60012;
  color: #fff;
  border: #ccc 0px solid;
}

/*form-period__渡航期間をご選択ください*/
.p-form-period__item input[type="text"]{
  width: 19.2666em;
  padding-left: 1em;
}
.p-form-period{
  align-items: flex-end;
}
.day__variable{
  font-weight: bold;
}
.day__variable span{
  font-size: 4em;
  line-height: 1em;
}
/*form-plan__ご希望のプランをお選びください*/
.p-form-plan th,
.p-form-plan td{
  border: #ccc 1px solid;
}

/*form-table*/
.c-form-table table{
  border-collapse: collapse;
  width: 100%;
  border: #ccc 1px solid;
}
.c-form-table_bold{
  background-color: #eee;
}
.c-form-table_sub{
  background-color: #f4f4f4 !important;
}
.center-text,
.center-text th,
.center-text td{
  text-align: center;
}
.right-text td{
  text-align: right;
}
.p-form-plan label{
  display: block;
}
.c-form-table th,
.c-form-table td{
  vertical-align: middle;
  padding:0.8em 0.4em;
  font-weight: 700;
}
.width-shrink{
  width: 11%;
}
.c-form-table_sub{
  width: 16%;
}
.c-form-table .supplement-txt{
  /*color: #e90b72;*/
  color: #E60012;
  font-size: 2em;
  margin-right: 4px;
}
.p-form-plan .common-label{
  margin-bottom: 2em;
}
.p-form-plan .common-label::before,
.p-form-plan .common-label::after {
  left: 50%;
  transform: translateX(-50%);
  top: 105%;
}
.p-form-plan .common-label::after{
  top: 123%;
}
.p-form-plan__result{
  display: flex;
  width: 800px;
  margin: 0 auto;
  justify-content: space-between;
  margin-top: 50px;
}
.p-form-plan__result__item{
  display: flex;
  align-items: center;
}
.p-form-plan__result__head{
  border:2px #333 solid ;
  border-radius: 5px;
  padding: 0.5em 1em;
  width: 8em;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
}
.p-form-plan__result__variable{
  font-size: 2em;
  font-weight: bold;
  padding-left: 1em;
  /*color:#e90b72 ;*/
  color: #E60012;
}
.p-form-title{
  width: 15em;
}
.c-form-title{
  width: 12em;
}
.p-form-required::after {
  content: " *";
  color:#E60012;
  vertical-align: middle;
}



/*form-contract__ご契約情報を入力してください*/


/*form-contract__change__ご契約情報を入力してください__変更確認*/
.botttom_dashed{
  border-bottom: 1px dashed #ccc;
}
.botttom_solid{
  border-bottom: 1px solid #ccc;
}
.p-form-contract__change{
  border: 1px #ccc solid;
  padding: 2em 25%;
  margin-bottom: 2em;
  background-color:rgba(255,255,255,0.9);
}
.p-form-contract__check{
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  margin-bottom: 2em;
  text-align: center;
}
.p-form-contract__radio{
  width: 100%;
}
.p-form-contract__change .common-label,
.p-form-contract__table .common-label{
  padding-left: 30px;
}
.p-form-notes__check .common-label{
  padding-left: 30px;
  color: #111;
}
.p-form-notes__check{
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  margin-bottom: 2em;
  text-align: center;
}
.p-form-notes__radio{
  width: 100%;
  background:rgba(255,255,255,0.9);
  padding: 15px;
}

/*form-contract__change__ご契約情報を入力してください__入力欄*/
.input_type1 input[type="text"]{
  width: 16.666666em;
}
.input_type2 input[type="text"]{
  width: 28.666666em;
}
.input_type3 input[type="text"]{
  width: 33.766666em;
}
.p-form-contract__table th{
  width: 27%;
  border: #ccc 1px solid;
}
.p-form-contract__table td{
  padding: 1.5em 1.0em;
}

.p-form-contract__table td:nth-of-type(2){
  background-color: #fff;
}

.p-form-contract__table td:not(:last-of-type){
  border-bottom: 1px solid #ccc;
}
.p-form-contract_grid{
  display: flex;
  align-items: center;
}
.p-form-contract_grid input[type="number"]{
  margin-right: 5px;
  border-radius: 5px;
  padding: 0.8em;
  width: 10.666666em;
}
.p-form-contract__table select{
  padding: 0.8em;
  border-radius: 5px;
  cursor: pointer;
}
.p-form-contract__table__birthday,
.p-form-contract__table__age{
  display: inline-block;
}
.p-form-contract__table__birthday{
  margin-right: 2em;
}
.age__variable span{
  font-size: 3.6em;
  color: #333;
  line-height: 1;
}
/*caution*/
.p-form-caution{
  font-size: 0.85em;
  font-weight: bold;
  margin: 3em auto;
}
.p-form-caution_red{
  color: red;
}
/*c-button(input用)*/
.submit-button{
  padding: 0;
}
.submit-button input[type="submit"]{
  width: 100%;
  margin: 0;
  cursor: pointer;
  padding:1em 4em;
  box-sizing: border-box;
  background-color: #fff;
  outline: none;
  transition: all 0.4s;
  border: none;
}
.submit-button input[type="submit"]:hover{
  background-color: #111;
  color: #fff;
}
.submit-button button[type="button"]{
  width: 100%;
  margin: 0;
  cursor: pointer;
  padding:1em 4em;
  box-sizing: border-box;
  background-color: #fff;
  outline: none;
  transition: all 0.4s;
  border: none;
  font-size: inherit;
  font-weight: inherit;
}
.submit-button button[type="button"]:hover{
  background-color: #111;
  color: #fff;
}
/*fix-button*/
.fix-button{
  width: 100%;
  padding: 1em 4em;
  box-sizing: border-box;
  background-color: #fff;
  transition: all 0.4s;
  border: 4px solid;
  margin-bottom: 1em;
}
.fix-button::after{
  -webkit-transform: rotate(225deg); 
    transform: rotate(225deg);
    left: 2.5em;
}
.fix-button:hover:after {
    border-color: #fff;
    -webkit-transform: rotate(225deg) translateX(3px) translateY(-3px);
    transform: rotate(225deg) translateX(3px) translateY(-3px); 
}
/*main_visual*/
@media screen and (max-width: 1024px) {
  /* =============================================================

  desktop size

  * ============================================================= */
  .tablet-br,.sp-br{
    display: none;
  }
}
@media screen and (max-width: 821px) {
  /* =============================================================

  tablet size

  * ============================================================= */
  body {
    /* font-size: 15px to vw */
    font-size: 2.03804vw;
  }
  html:not(:target) body {
    /* font-size: 15px to vw */
    font-size: 2.03804vw;
  }
  .c-header-img__inner h1:before{
  width: 50%;
}
  .c-header-img{
    margin-bottom: 60px;
  }
  .tablet-br{
    display: block;
  }
  .c-section{
    margin-bottom: 60px;
  }
  .c-section,.form__inner{
    width: 94%;
  }
  .c-header-img__inner h1:before{
    left: 50%;
    top: -3.25em;
  }
  .c-sub-title{
    margin-bottom: 0.98864em;
    font-size: 196.66667%;
  }
  .c-heading{
    font-size: 176.66667%;
  }
  .p-form-plan__result{
    font-size: 1.3rem;
    width: 90%;
  }
  .p-form-contract__check{
    display: block;
  }
  .p-form-contract__check p{
    margin-bottom: 1em;
  }
  .p-form-contract__radio{
    width: 100%;
  }
  .p-form-contract__table table{
    table-layout: fixed;
    font-size: 130%;
  }
  .input_type3 input[type="text"]{
  width: 28.666666em;
  }
  .p-form-contract_grid input[type="number"]{
    width: 100%;
  }
  .p-form-contract_grid{
    display: block;
  }
}
@media screen and (max-width: 821px) {
  /* =============================================================

  mobile size

  * ============================================================= */
  body {
    font-size: 2.8125vw;
  }
  html:not(:target) body {
    font-size: 2.8125vw;
  }
  .c-header-img__inner h1{
    font-size: 2.45em;
  }
  .c-header-img__inner h1:before{
  background-size: contain;
  width: 75%;
  top: -2em;
  }
  .c-header-img{
  height: 400px;
  background-position: center;
  }
  .sp-br{
    display: block;
  }
  .c-button{
    box-sizing: border-box;
    font-size: 1.3em;
    width: 94%;
  }
  .c-progress__list{
    width: 100%;
  }
  .p-form-destination__select{
    width: 30%;
  }
   .p-form-plan__result{
    display: block;
  }
    .p-form-plan__result__item:first-of-type{
    margin-bottom: 2em;
  }
  .p-form-contract__radio{
  width: 100%;
  }
  .p-form-contract__radio .common-label{
    margin-bottom: 1em;
  }
  .input_type1 input[type="text"],
  .input_type2 input[type="text"],
  .input_type3 input[type="text"]{
    width: 100%;
  }
  .p-form-contract__table .c-form-grid p{
    margin-bottom: 1em;
  }
  .p-form-contract__table .c-form-grid div{
    width: 95%;
    display: block;
    justify-content: space-between;
  }
  .p-form-contract__table td{
    padding: 0.5em;
  }
  ._short .c-button{
    width: 94%;
  }
  .p-form-caution{
  font-size: 1em;
}
}


/* ============================================================= *

Confirm

* ============================================================= */

.p-confirm-section{
  margin-bottom: 55px;
}
.p-confirm-section .p-confirm-content,
.p-confirm-contract .p-confirm-contract__item{
  padding-left: 10px;
  font-size: 1.3em;
  font-weight: bold;
}
.p-confirm-section .c-sub-title{
  margin-bottom: 2.2em;
}
/*渡航先*/
.p-confirm-section .p-form-destination__select{
border: none;
}
/*渡航期間*/
.p-confirm-period .c-form-grid{
  align-items: baseline;
  width: 75%;
}
.p-confirm-period .p-form-period__item{
  font-size: 1.85em;
  font-weight: bold;
}
.p-confirm-period .day__variable{
  font-size: 0.8em;
}
/*ご契約情報*/
.p-confirm-contract__item{
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px dashed #333;
}
.p-confirm-contract__title{
  font-size: 0.9em;
}
.p-confirm-contract__anser{
  font-size: 1.1em;
}

/* ============================================================= *

Send

* ============================================================= */

.p-send-section .p-feature-caution{
  border-top: 4px solid;
  padding: 3.5em 0;
  font-size: 1.48em;
} 
.p-send-section .p-feature-caution__text{
  margin-bottom: 0.4em;
}
@media screen and (max-width: 821px) {
  /* =============================================================

  tablet size

  * ============================================================= */
  .p-confirm-period .c-form-grid{
    width: 80%;
  }
    .p-confirm-period .c-form-grid{
    font-size: 1em;
    width: 85%;
  }
  .p-send-section .p-feature-caution{
    font-size: 1.1em;
  } 
  .p-feature-points {
    border: 3px #333 solid;
    padding: 1em 1em;
    margin: 20px auto 50px;
  }
  .p-feature-points__item{
    padding-left: 0px;
    font-size: 130.66667%;
  }
  .p-feature-points__item p{
    font-size: 105.66667%;
  }
  .thanks_text{
    padding: 2px;
    position: relative;
  }
  .thanks_text p{
      font-size: 130%;
      line-height: 2;
      padding-bottom: 1.9em;
      font-weight: bold;
      padding-left: 10px;
      padding-right: 10px;
  }
  .common-label{
    display: inline-block;
    margin: 10px 0;
  }
  .common-label::before,
  .common-label::after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 40%;
  }
  .c-form-table .supplement-txt{
    /*color: #e90b72;*/
    color: #E60012;
    font-size: 120%;
    float:left;
    line-height: 85px;
    margin-right: 3px;
  }
  .c-form-table .supplement-input{
    width:80% !important;
  }
  .c-progress__list:before{
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    background-color: #a9a9a9;
    position: absolute;
    right: 10%;
    top: 15%;
    z-index: -1;
  }
  .base-page {
    font-size: 110%;
  }
  .p-form-contract__change{
    padding: 2em 8%;
  }
  .p-form-contract__change{
    padding: 2em 8%;
  }
  .p-form-contract__change .c-sub-title{
    font-size: 154%;
  }
  .p-form-contract__change h3{
    font-size: 124%;
  }
  .p-form-contract__change li{
    font-size: 124%;
  }
  .p-form-contract__change label{
    font-size: 124%;
  }
  .p-form-notes__check label{
    font-size: 124%;
  }
  .p-form-title{
    width: 6em;
  }
  .c-form-title{
    width: 5em;
  }
  .c-sub-text{
    font-size: 140.66667%;
    font-weight: bold;
    text-align: left;
    padding: 0 20px;
  }
  .c-sub-text-thanks{
    font-size: 140.66667%;
    font-weight: bold;
    text-align: center;
    padding: 0 20px;
  }
  .p-feature-caution__text{
    font-size: 120%;
    text-align: left;
    padding: 0 0.8em;
  }
}

@media screen and (min-width: 821px) {
/* =============================================================

mobile/tablet size

* ============================================================= */
  .br-sp{
    display: none;
  }
  .img-sp-none{
    display: none;
  }
  
}

@media screen and (max-width: 821px) {
  .img-sp-none{
    display: none;
  }

  .sp-none{
    display: none;
  }
}

@media screen and (max-width: 420px) {
/* =============================================================

mobile size

* ============================================================= */
  .c-progress__list:before{
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    background-color: #a9a9a9;
    position: absolute;
    right: 10%;
    top: 23%;
    z-index: -1;
  }
  .c-form-table .supplement-txt{
    /*color: #e90b72;*/
    color: #E60012;
    font-size: 120%;
    float:left;
    line-height: 45px;
    margin-right: 3px;
  }
  .p-form-contract__change{
    padding: 2em 8%;
  }
  .p-form-title{
    width: 6em;
  }
  .c-form-title{
    width: 8.5em;
  }
  .submit-button input[type="submit"]{
    color: #333;
  }
  .p-feature-points__item .large-text{
    font-size: 105.66667% !important;
    font-weight: bold;
  }
}
