@charset "UTF-8";

/* ヘッダー */
.p-header__logo{
  margin: 0px 10px;
  height: 50px;
  padding: 5px 0;
}
.l-container--wrap{
  margin-top: 0;
  padding-top: 0;
}
.p-header{
  position: relative;
  border-bottom: 3px solid #828282;
}
.p-header__inner{
  height: 50px;
  justify-content: inherit;
}
.hedder_title{
  font-size: 2.2rem;
  line-height: 2.2;
  white-space: nowrap;
}

#page_contract_add{
  margin-top: 0;
  height: 100%;
}

.module_title {
  font-size: 3rem;
  font-weight: bold;
  margin: 1em 0 1em 0.5em;
}


///注文内容の表示
.entry_step1 .entry_col1{
  border-top: 1px solid #ccc;
}

h2.org_heading--lv2{
  position: relative;
  width: 400px;
  font-weight: 700;
  font-size: 28px;
  font-size: 2.8rem;
  height: 75px;
  margin: 15px 0 0 10px;
  padding: 2rem 2rem 0 2rem;
  word-break: break-all;
  background: #c0c0c0; 
  border-bottom: solid 10px #747070;  
}

h2.org_heading--lv2:after {
  position: absolute;
  top: 0;
  right: 0px;
  content: '';
  border-width: 75px 0 0 75px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.entry_step1:not(.hidden),.entry_step2:not(.hidden),.entry_step3:not(.hidden),.entry_step4:not(.hidden){
  text-align: left;
  margin-bottom: 10px;
}


.entry dt{
  color:#747070;
  display: inherit;
}
.entry dt ul{
  text-align: center;
}
.entry dd{
  padding-left: 15px; 
}
.entry dt ul li.table_dt_title{
  font-weight: bold;
  color: #2e3538;
}

/* ※必須 のスタイル */
.entry dt ul li.required, .entry dt ul li.org_required{
  text-decoration: underline;
  color: #747070;
  line-height: 20px;
}

/* 追加注文用のタイトル */
.org-heading--lv3{
  /* float: left; */
  text-align: left;
  /* margin-top: 15px; */
  padding: 15px;
  font-size: 20px;
  font-size: 2.0rem;
}

/* 附帯OP */
pre.details{
  color: #747070;
  margin: 10px 0 0 10px;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif, Meiryo, "MS PGothic", "MS UI Gothic", Helvetica, Arial;
  font-size: 15px;
  font-size: 1.5rem;
}

/* エラー文言 */
.c-form-errorBox{
  margin: 20px auto 0;
  padding: 10px;
}
.errormsg, .org_errormsg{
  color: #F00; 
}
.org_errormsg p{
  font-size: 16px;
  font-size: 1.6rem;
}

.entry dt ul li.required, .entry dt ul li.org_required {
    text-decoration: underline;
    color: #747070;
    line-height: 20px;
}
.main_address{
  padding: 5px 0 0 15px;
}

@media (max-width: 768px){
  .entry dt ul {
      display: flex;
      flex-direction: row;
  }
  .entry dt ul .required, .entry dt ul .org_required {
      margin-left: 10px;
  }
  .entry dt ul .table_dt_title {
      font-size: 14px;
      font-size: 1.4rem;
  }
}






/****** 上部ナビゲーター ******/



/* 表の最初(ログインID)が非表示だと一番上の線が消える為 */
.entry_step1 .entry_col1{
  border-top: 1px solid #ccc;
}

.entry dt{
  color:#747070;
  display: inherit;
}
.entry dt ul{
  text-align: center;
}
.entry dd{
  padding-left: 15px; 
}
.entry dt ul li.table_dt_title{
  font-weight: bold;
  color: #2e3538;
}

/* ※必須 のスタイル */
.entry dt ul li.required, .entry dt ul li.org_required{
  text-decoration: underline;
  color: #747070;
  line-height: 20px;
}

/* 追加注文用のタイトル */
.org-heading--lv3{
  /* float: left; */
  /* text-align: left; */
  /* margin-top: 15px; */
  padding: 15px;
  font-size: 20px;
  font-size: 2.0rem;
}

/* 附帯OP */
pre.details{
  color: #747070;
  margin: 10px 0 0 10px;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif, Meiryo, "MS PGothic", "MS UI Gothic", Helvetica, Arial;
  font-size: 15px;
  font-size: 1.5rem;
}

/* 支払い方法 */
.paymentFeeArea{
  padding: 5px 10px;
  font-size: small;
  color: #454545;
}

/* 利用規約 */
.use_terms_of_service{
  margin: 20px 0;
}
.use_terms_of_service > a{
  margin: 16px;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
}
.use_terms_of_service_operate{
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  font-size: 2.0rem;
}

/* エラー文言 */
.c-form-errorBox{
  margin: 20px auto 0;
  padding: 10px;
}
.errormsg, .org_errormsg{
  color: #F00; 
}
.org_errormsg p{
  font-size: 16px;
  font-size: 1.6rem;
}

/* 戻る・次へボタン */
.entry_btn {
  width: 150px;
  height: 45px;
  margin: 20px 5px;
  font-size: 23px;
  background-color: #fff;
  border: 1px solid #828282;
  border-radius: 50vh;
  transition: 0.2s;
}
.entry_btn:hover{
  color: #ffffff;
  background: #828282;
  border-radius: 50vh;
}

/* 追加・削除ボタン */
.orderAdd{
  width: 150px;
  margin: auto;
  text-align: center;
}

.orderAddBtn_plan,.orderAddBtn_single{
  color: #fff;
  font-size: 20px;
  border-radius: 1.5vh;
  padding: 6px 25px 3px;
  background-color: #797878;
  border-bottom: 5px solid #404040;
}

.orderAddBtn_plan:hover, .orderAddBtn_single:hover{
  margin-top: 3px;
  background: #a2a2a2;
  border-bottom: 2px solid #404040;
}

.orderDeleteBtn_plan, .orderDeleteBtn_single{
  left: -130px;
  width: 90px;
  height: 35px;
  margin: 7px 5px 7px;
  font-size: 15px;
  color: #666;
  background-color: #fff;
  border-radius: 2vh;
  border: 1px solid #6d6d6d;
}

.orderDeleteBtnBtn_plan:hover, .orderDeleteBtn_single:hover{
  color: #fff;
  background: #afafaf;
   border-radius: 2vh;
}

/* URLから代理店が見つからない場合 */
.agency_not_found{
  width: 80%;
  max-width: 750px;
  min-width: 300px;
  margin: 100px auto;
  padding: 20px;
  text-align: center;
  background-color: #252424;
  color: #fff;
}
.agency_not_found h1{
  margin-top: 25px;
  font-size: 2em;
  font-weight: bold;
}

/************************* 画面サイズで分岐 *************************/
/* 横幅769px以上 */
@media (min-width: 769px) {
  /* テーブル表示 */
  .c-table--dl dl{
    -ms-flex-direction: row;
    flex-direction: row;
    display: -ms-flexbox;
    display: flex;
  }
  .c-table--dl dl dt{
    width: 150px;
  }
}

/* 横幅768px以下 スマホ・タブレット用*/
@media (max-width: 768px){
  /* 上部ナビゲーション */
  .arrow{
    padding-top: 2px;
    width: 16%;
    height: 50px;
  }
  .arrow span{
    font-size: 1.0em;
  }
  .arrow:not(:last-child):after{
    border-left-width: 12px;
    border-top-width: 25px;
    border-bottom-width: 25px;
    right: calc(-12px - 20%);
  }
  /* テーブル表記を縦に並べる */
  .c-table--dl dl{
    -ms-flex-direction: column;
    flex-direction: column;
    display: inherit;
  }
  .entry dt ul{
    display: flex;
    flex-direction: row;
  }
  /* ※必須 の前に余白 */
  .entry dt ul .required, .entry dt ul .org_required{
    margin-left: 10px;
  }

  .entry dt ul .table_dt_title{
    font-size: 14px;
    font-size: 1.4rem;
  }
  .use_terms_of_service_operate{
    font-size: 16px;
    font-size: 1.6rem;
  }
  .org_errormsg p{
    font-size: 13px;
    font-size: 1.3rem;
  }
  .entry_btn{
    width: 100px;
    height: 35px;
    font-size: 16px;
  }
}
/************************* 画面サイズで分岐(終了) *********************/

/* 確認画面のみ利用 */
.org-order_title{
  font-size: 20px;
  padding: 10px;
}

.simulation_caution{
  margin: 15px;
}
.caution{
  padding-left: 30px;
}

.simulation_plan_list{
  margin: 10px 0 10px 20px;
}

/* 完了画面のみ利用 */
.complete_message{
  text-align: center;
  max-width: 600px;
  margin: 40px auto;
  padding: 40px 100px;
  border: 7px double;
}
.complete_message p{
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.complete_message span{
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
}
.btn_top_container{
  text-align: center;
}
.btn_top_container button{
  padding: 10px;
}