@charset "UTF-8";

/* --------------- 共通 SP --------------- */
.noteh2{
  margin: 0 0 3rem;
  line-height: 1.5;
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
}
.noteh2 span{
  display: block;
  font-size: 1.4rem;
  color: var(--gn);
}

/* --------------- オススメ SP --------------- */
.suggest{
  padding: 5rem 1rem 0;
  background: var(--bggn);
}
.suggest section{
  max-width: 140rem;
  margin: 0 auto;
  padding: 0 0 15rem;
  background: url(../img/img-suggest_lady.svg) no-repeat center bottom;
  background-size: 15rem;
}

.suggest-in{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1024px;
  margin: 0;
  padding: 0;
}
.suggest-in dl{
  display: flex;
  flex-direction: row;
  align-items: center;
  width: auto;
  margin: 0 0 1rem;
  text-align: left;
  border-radius: 2rem;
  background: #fff;
}
.suggest-in dl dt{
  width: 42%;
  padding: 2rem 0 0 2rem;
}
.suggest-in dl:last-child dt{
  padding: 2rem 0 0 0;
}
.suggest-in dl dt span{
  display: block;
  margin: 0 auto;
}
.suggest-in dl:first-child dt span{width: 10rem;}
.suggest-in dl:nth-child(2) dt span{width: 9.4rem;}
.suggest-in dl:last-child dt span{width: 14rem;}

.suggest-in dl dd{
  width: 58%;
  padding: 0 0 0 0.5rem;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: bold;
}
.suggest-in dl dd span{
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}

/* お支払い事例
------------------------- */
.case{
  padding: 5rem 1rem;
  background: var(--gn);
}
.case section{
  max-width: 128rem;
  margin: 0 auto;
}
.case section h2{
  max-width: 42rem;
  margin: 0 auto;
  padding: 0 0 1rem;
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  color: #fff;
}
.case section h2 + p{
  max-width: 42rem;
  margin: 0 auto 3rem;
  padding:0.5rem 0;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}

/* 事例 ------------------------- */
.case-in{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.case-in article{
  display: flex;
  flex-direction: column;
  width: auto;
  margin: 0 0 2rem;
  padding: 3rem 2rem;
  border-radius: 2rem;
  background: #fff;
  overflow: hidden;
}
.case-in article:last-child{width: 100%;}

.case-in article dl{
  display: flex;
  align-items: flex-start;
  font-weight: bold;
  padding: 2rem 1rem;
}
.case-in article dl dt{
  width: 15%;
  padding: 0.5rem 0 0 0;
  vertical-align: middle;
  line-height: 1;
  font-size: 1.6rem;
}
.case-in article dl dt span{
  display: block;
  padding: 0;
  font-size: 3.6rem;
}
.case-in article dl dd{  
  width: 85%;
  margin: 0 0 0 1.5rem;
  line-height: 1.5;
  padding: 0 0 0 1.5rem;
  border-left: 1px solid #ccc;
  font-size: 1.8rem;
}
.case-in article dl dd p:first-child{
  padding: 0 0 1rem;
}
.case-in article dl dd p:first-child span.case03-ttl{
  font-size: 1.6rem;
  font-weight: normal;
}

/* 共通フォント 色 */
.col-gn{color: var(--gn);}
.col-bl{color: #448aca;}
.col-pu{color: #d74989;}
.col-or{color: var(--or);}

.bg-gn{backgroud: var(--gn);}
.bg-bl{backgroud: #448aca;}
.bg-pu{backgroud: #d74989;}

.bg-h-gn{background: var(--bggn);}
.bg-h-bl{background: #eff1f3;}
.bg-h-pu{background: #faeaf1;;}
.line-ga{border: 1px solid #ccc;}

/* 共通フォント 線 */
.line-gn{border: 1px solid var(--gn);}
.line-bl{border: 1px solid #448aca;}
.line-pu{border: 1px solid #d74989;}
.line-ga{border: 1px solid #ccc;}

/* コース名 SP -------------- */
.case-cou{
  display: flex;
  align-items: center;
  width: 21rem;  
  margin: 0 0 1rem;
  padding: 0;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: bold;
}
.case-cou span{display: block;}
.case-cou span:first-child{
  width: 40%;
  padding: 0 0.5rem;  
}
.case-cou span:last-child{
  width: 60%;
  padding: 0 0.5rem 0 1rem;
  background: #fff;
}
.case-cou span:last-child.t-center{
  padding: 0;
  text-align: center;
}
.case-cou span:last-child strong{
  font-size: 1.6rem;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;  
}


/* 表 SP -------------- */
table.pay{
  margin: 0 0 1.5rem;
  font-size: 1.6rem; 
  font-weight: bold;
}

/* 共通フォント 線(上下) */
table.pay tr.line-w-gn{
  border-top: 1px dashed var(--gn);
  border-bottom:1px dashed var(--gn);
}
table.pay tr.line-w-bl{
  border-top: 1px dashed #448aca;
  border-bottom:1px dashed #448aca;
}
table.pay tr.line-w-pu{
  border-top: 1px dashed #d74989;
  border-bottom:1px dashed #d74989;
}

/* 幅 調整------- SP */


table.pay th{
  padding: 1.5rem 0.5rem;
  line-height: 1.4;
  font-size: 1.5rem;
}

table.pay td{
 font-size: 1.4rem;
 line-height: 1.4;
}
table.pay td strong{
  padding: 0 0.2rem;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

/* 項目 */
table.pay td.ttl_1,
table.pay td.ttl_2{text-align: right;}

/* 合計 */
table.pay td.ttl_1{font-size: 1.4rem;}
table.pay td.ttl_1 strong{font-size: 1.8rem;}

/* 計算 */
table.pay td.ttl_2{font-size: 1.2rem;}
table.pay td.ttl_2 strong{font-size: 1.4rem;}
table.pay td.ttl_2 br{display: none;}


/* 合計 SP -------------- */
.case-total{
  margin-top: auto;
  display: flex;
  align-items: center;
  border-radius: 10rem;
  overflow: hidden;
}
.case-total.base01{background: var(--bggn);}
.case-total.base02{background: #eff1f3;}
.case-total.base03{background: #faeaf1;;}

.case-total p{
  font-size: 1.8rem;
  padding: 0.5rem 0;
}
.case-total p:first-child{
  width: calc(100% - 120px);
  text-align: center;
  color: #fff;
}
.case-total p:first-child.bg01{background: var(--gn);}
.case-total p:first-child.bg02{background: #448aca;}
.case-total p:first-child.bg03{background: #d74989;}

.case-total p:last-child{
  width: 100%;
  padding: 0 2rem 0 0;
  text-align: right;
  font-size: 1.8rem;
  font-weight: bold;
}
.case-total p:last-child strong{
  font-size: 2.4rem;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

/* 事例 CASE03 flex ----------------------- */
.case03-note{
  display: flex;
  flex-direction: column;
}
.case03-note > p{
  width: auto;
  padding: 1rem 0 0;
}
.case03-note_in{
  width: auto;
}

.case03-note_in p.case03-rb span{
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--yl);
  background: url(../img/case-ribbon_sp.svg) no-repeat center center; 
}

/* 上にある内容を打ち消し */
.case-in article .case03-note .case03-note_in dl{
  width: auto;
  padding: 1rem 1rem 2rem;
}

.case03-content{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 2rem; /*★追加分*/
  padding: 0;
}
.case03-content .case03-box{
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.case03-content .case03-box .case-total{
  margin-top: auto;
}

/* 事例 CASE03 仕切り線 SP -------------- */
.case-line{
  position: static;
  padding: 3rem 0 0;
}
.case-line p{
  position: relative;
  padding:0 0 4rem;
  border-top: 1px solid #ccc;
}
.case-line p span{
  position: absolute;
  top: 0;
  left: 46%;
  font-size: 2.4em;
  font-weight: bold;
  padding: 0;
  margin: 0;
  color: #444;
  transform: translateY(-50%) translateX(0);
}

/* ★追加 事例 CASE03 総合計 SP -------------- */
.alltotal{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 1rem;
  background: #f1f1f1;
  overflow: hidden;  
}
.alltotal p{
  width: 100%;
  padding: 0.5rem 0;
}
.alltotal p:first-child{
  color: #fff;
  background: #444;
  font-size: 1.8rem;
}
.alltotal p:last-child{
  font-size: 2.4rem;
}
.alltotal p:last-child span{
  padding: 0 0.2rem;
  font-size: 3.6rem;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;  
}



/* ------------------------
プラン SP
--------------------------*/
#plan section {
  padding: 5rem 1rem 12rem;
  background: var(--bggn);
}

/* 切り替えタブ SP
--------------------------*/
ul.tab-area {
  display: flex;
  max-width: 120rem;
  margin: 0 auto 2rem;
  border: 3px var(--gn) solid;
  border-radius: 4.5rem;
  cursor: pointer;/* カーソルポインターに */
  counter-reset: number 0;
  background: #fff;
}
ul.tab-area li{
  padding: 1rem 0;
  text-align: center;
  border-right: 2px dashed var(--gn);
  color: var(--gn);
  background: transparent;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
}
ul.tab-area.tb-wh20 li{width: 20%;}

ul.tab-area li:last-child{
  border-right: none;  
}
ul.tab-area li p:first-child span{
  padding: 0.2rem 0;
  border-right: 0;
  font-size: 1.5rem;
  font-family: Roboto, sans-serif;
}
ul.tab-area li p:last-child{
  display: none;
}

/* 動き SP */
ul.tab-area li.tab.active {
  color: #fff;
  background: var(--gn);
}
ul.tab-area.tb-wh20 li.tab:first-child {
  border-radius: 4.5rem 0 0 4.5rem;
  margin-left: -2px;
  width: calc( 20% + 2px );
}
ul.tab-area.tb-wh20 li.tab:last-child {
  border-radius: 0 4.5rem 4.5rem 0;
  margin-right: -2px;
  width: calc( 20% + 2px );
}
ul.tab-area li.tab.active p:last-child {
  display: block;
  width: 100%;  
  position: absolute;
  bottom:-10px;
  left: 0;
}
ul.tab-area li.tab.active p:last-child span {
  display: block;
  width: 15px;
  margin: 0 auto;
}

.panel {
  display: none;
  text-align: center;
}
.panel.active {
  display: block;
}



/* パネル内table SP
--------------------------*/
.js-scrollable {
  max-width:1400px;
  margin: 0 auto 0;
  border-radius: 1rem;
  border: 5px solid var(--gn);
}

.plan-wrap {
  width: 480px;
  margin: 0 auto;
}

.plantb {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
}

/* 見出し固定 */

.fixed {
  background: #fff;
  position: sticky;
  left: 0;
}

.fixed::before{
  content: "";
  display: block;
  background: var(--linegn);
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -3px;
}


/* 共通 SP
--------------------------*/
.plantb th, .plantb td {
  border-bottom: 1px solid var(--linegn);
  text-align: left;
  vertical-align: middle;
}
.plantb th div p:first-child {
  text-align: center;
}

/* 1行目 SP
--------------------------*/
.plantb tr:first-child th {
  border-bottom: 3px solid var(--gn);
}
.plantb tr:first-child th.row-top {
  background: #fff;
  width: 32%;
  padding: 20px 0;
  text-align: center;
  color: var(--gn);
  font-weight: bold;
}
.plantb tr th:first-child {
  color: #333;
  border-right: 3px solid var(--linegn);
}
.plantb tr:first-child th.plan-name {
  padding: 0.8rem 1rem;
  width: 34%;
  text-align: center;
}
.plantb tr:first-child th.plan-name:nth-child(2) {
  background: var(--bggn);
}
.plantb tr:first-child th.plan-name:nth-child(3) {
  background: #eaebeb;
}
.plantb tr:first-child th.plan-name p:first-child {
  font-size: 1.4rem;
  font-weight: bold;
}
.plantb tr:first-child th.plan-name p:first-child span {
  font-size: 1.6rem;
  color: var(--gn);
}
.plantb tr:first-child th.plan-name p:last-child {
  background: var(--gn);
  font-size: 1.2rem;
  color: #fff;
  padding: 0 0.5rem;
  border-radius: 1rem;
}
.plantb tr:first-child th.plan-name p:last-child span {
  color: var(--yl);
  font-size: 1.4rem;
}


/* 2行目〜 SP
--------------------------*/
.plantb tr th div {
  display: flex;
  width: 100%;
  height: 100%;
}
.plantb tr th div p,
.plantb tr th div ul {
  width: 50%;
  font-size: 1.2rem;
}
.plantb tr th div p:first-child {
  border-right: 1px solid var(--linegn);
  font-weight: bold;
}
.plantb tr th div p {
  height: 3.5rem;
  padding: 0.8rem 0.5rem;
}
.plantb tr th div p.row1h,
.plantb tr th div p.row2 {
  height: 7rem;
}
.plantb tr th div p.sprow3 {
  height: 10rem;
}
.plantb tr th div p.row3 {
  height: 15rem;
}
.plantb tr:nth-child(3) th div p,
.plantb tr:nth-child(5) th div p,
.plantb tr:nth-child(7) th div p {
  padding-top: 1.7rem;
}
.plantb tr:nth-child(8) th div p {
  padding-top: 4rem;
}
.plantb tr:nth-child(10) th div p {
  padding-top: 6.5rem;
}

/* ----- 保証内容左列 ----- */
.plantb tr:nth-child(3) th div p:first-child span,
.plantb tr:nth-child(5) th div p:first-child span,
.plantb tr:nth-child(7) th div p:first-child span {
  display: block;
}
/* ----- 保証内容右列 ----- */
.plantb tr:nth-child(3) th div p:last-child {
  padding-top: 1.3rem;
}
.plantb tr:nth-child(3) th div p:last-child span.ps {
  display: block;
  line-height: 1.2;
}
.plantb tr:nth-child(5) th div p:last-child {
  padding-top: 2.5rem;
}
.plantb tr:nth-child(7) th div p:last-child {
  padding-top: 0.5rem;
  line-height: 1.1;
}
.plantb tr:nth-child(8) th div li,
.plantb tr:nth-child(10) th div li {
  height: 5rem;
}


.plantb tr th div span,
.plantb tr th div ul {
  font-size: 1.2rem;
}
.plantb tr th div span.ps {
  font-size: 1rem;
}
.plantb tr th div span.comment {
  font-size: 1rem;
  color: #f00;
}
.plantb tr th div li {
  height: 3.5rem;
  padding: 0.8rem 1rem;
}
.plantb tr th div li {
  border-bottom: 1px var(--linegn) dashed;
}
.plantb tr th div li:last-child {
  border-bottom: none;
}

.plantb tr td {
  height: 3.5rem;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
}
.plantb tr td span {
  font-size: 1.6rem;
}
.plantb tr td:first-of-type {
  background: var(--bggn);
}
.plantb tr td:last-of-type {
  background: #eaebeb;
}
.plantb tr:nth-child(3) td,
.plantb tr:nth-child(5) td {
  background: #fff;
  border-bottom-style: dashed;
  font-size: 1.4rem;
  font-weight: normal;
}
.plantb tr:nth-child(3) td:first-of-type,
.plantb tr:nth-child(5) td:first-of-type {
  border-right: 2px var(--linegn) dashed;
}
.plantb tr:nth-child(n+8) td {
  height: 5rem;
}


#plan .comment-box {
  max-width: 140rem;
  margin: 0 auto;
  padding: 2rem 0;
  font-size: 1.3rem;
}
#plan .comment-box span {
  color: #f00;
  padding-right: 0.5em;
}

.plan-cta {
  max-width: 140rem;
  margin: 0 auto;
  background: #fff;
  padding: 3rem 1.5rem 2rem;
  border-radius: 1rem;
  line-height: 1;
}
.plan-cta li:first-child {
  margin-bottom: 1.5rem;
}


/* --------------------------- 
特約 SP 
------------------------------ */
#plus-wrap {
  padding: 3rem 1.5rem 5rem;
}
#plus-wrap > p {
  color: var(--gn);
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
#plus-wrap > p::before {
  content: "";
  display: block;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: -8.5rem;
  left: 50%;
  transform: translateX(-50%);
}
#plus-wrap > p span {
  position: relative;
}
#plus-wrap > p span::before,
#plus-wrap > p span::after {
  content: "";
  display: block;
  background: var(--gn);
  position: absolute;
}
#plus-wrap > p span::before {
  width: 5rem;
  height: 1.1rem;
  top: -4.5rem;
  left: 50%;
  transform: translateX(-50%);
}
#plus-wrap > p span::after {
  width: 1.1rem;
  height: 5rem;
  top: -6.5rem;
  left: 50%;
  transform: translateX(-50%);
}

#plus-wrap .plus-comment {
  max-width: 70rem;
  margin: 0 auto 3rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

#plus-wrap section h2 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  padding: 1rem 0 0.5rem;
}
#plus-wrap section h2 strong {
  color: var(--or);
  padding: 0 0.5rem;
  position: relative;
}
#plus-wrap section h2 strong::before {
  content: "";
  display: block;
  width: 5em;
  height: 0.5rem;
  background: var(--or);
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}
#plus-wrap section h2 strong span {
  font-size: 3.6rem;
}

#plus-wrap .plus-month{
  max-width: 81rem;
  margin: 0 auto;
  position: relative;
}

#plus-wrap .plus-month p{
  max-width: 42rem;
  margin: 0 auto;
  padding: 1rem 0 1.5rem;  
  text-align: center;
  position: static;
}

.plus_sp{
  display: block;
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.plus_pc{
  display: none;
}


ul.tab-area.tb-wh25 li{width: 25%;}
ul.tab-area.tb-wh33 li{
  width: 33.3%;
  font-size: 2.4rem;
}

ul.tab-area li.tab-plus.active,
ul.tab-area li.tab-plus2.active {
  color: #fff;
  background: var(--gn);
}
ul.tab-area.tb-wh25 li.tab-plus:first-child {
  border-radius: 4.5rem 0 0 4.5rem;
  margin-left: -2px;
  width: calc( 25% + 2px );
}
ul.tab-area.tb-wh25 li.tab-plus:last-child {
  border-radius: 0 4.5rem 4.5rem 0;
  margin-right: -2px;
  width: calc( 25% + 2px );
}
ul.tab-area.tb-wh33 li.tab-plus2:first-child {
  border-radius: 4.5rem 0 0 4.5rem;
  margin-left: -2px;
  width: calc( 33.3% + 2px );
}
ul.tab-area.tb-wh33 li.tab-plus2:last-child {
  border-radius: 0 4.5rem 4.5rem 0;
  margin-right: -2px;
  width: calc( 33.3% + 2px );
}
ul.tab-area li.tab-plus.active p:last-child,
ul.tab-area li.tab-plus2.active p:last-child {
  display: block;
  width: 100%;  
  position: absolute;
  bottom:-10px;
  left: 0;
}
ul.tab-area li.tab-plus.active p:last-child span,
ul.tab-area li.tab-plus2.active p:last-child span {
  display: block;
  width: 15px;
  margin: 0 auto;
}

.panel-plus,
.panel-plus2 {
  display: none;
  text-align: center;
}
.panel-plus.active,
.panel-plus2.active {
  display: block;
}



/* 特約名称 SP --------- */
.plus h3{
  width: 15rem;
  margin: 0 auto 1.5rem;
  line-height: 1.5;
  text-align: center;
  border-bottom: 5px solid var(--gn);
  color: var(--gn);
  font-size: 1.8rem;
  font-weight: bold;
}
.plus h3 span{
  padding: 0 0.5rem 0 0;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;  
  font-size: 2.4rem;  
}

/* 各特約 SP --------- */
.plan_plus{
  border-radius: 1rem;
  border: 4px solid var(--gn);
  background: #fafbfb;
  overflow: hidden;
}
.plan_plus.mg3{
  margin: 0 0 3rem;
}

.plan_plus h4{
  padding: 0.5rem 1.5rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  background: var(--gn);
  letter-spacing: 0.1rem;
}
.plan_plus h4 span{
  padding: 0 0.2rem 0 0;
  color: #fff;
  font-size: 1.6rem;
}

/* キャプション */
ol.plan_caution{
  padding: 1rem 0.5rem 0;
  line-height: 1.6;
  font-size: 1.3rem;
  text-align: left;
}
ol.plan_caution li{
  padding: 0 0 0.5rem;
}
ol.plan_caution li span{
  padding: 0 0.4rem 0 0;
  color: var(--or);
}


.plustb tr{
  border-bottom:1px solid #bac9c4;  
}
.plustb th,.plustb td{
  font-size: 1.4rem;
  font-weight: bold;  
}

table.plustb th{  
  width: 50%;
  padding: 1rem 1.5rem;
  text-align: center;
  border-right:1px solid #bac9c4;
}

.plustb th span{  
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: normal;
}

/* th 共通　------------*/
.plustb th span.blo{  
  display: block;
}
.plustb th span.plan_or{  
  display: block;
  width: 15rem;
  margin: 0.5rem 0 1rem;
  text-align: center;
  border: 1px solid var(--or);
  color: var(--or);
  font-size: 1.2rem;
  background: #fff;
}
.plustb th span.caution{  
  color: var(--or);
  font-size: 1.2rem;
}

.plustb td{  
  vertical-align: middle;
  text-align: center;
  font-size: 1.3rem;
}

.plustb td.plan-wd{
  height: 5rem;
}

.plustb td span{
  padding: 0 0.1rem;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;  
  font-size: 1.8rem;
}




/* td 共通　------------*/
.plan-line-l{
  border-left:1px solid #bac9c4;
}

.plan-bgcol{
  background: #eaebeb;
}

.td-h{
  height: 50px;
}


/* --------------------------- 
加入の流れ SP 
------------------------------ */
#flow .flow-wrap{
  background: var(--bggn);
}
#flow section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 15px;
}
#flow ol li {
  background: #fff;
  padding: 6rem 2.2rem 2rem;
  margin: 6rem auto;
  text-align: center;
  position: relative;
}
#flow ol li:last-child {
  margin-bottom: 3rem;
}
#flow ol li .step {
  background: var(--gn);
  width: 7rem;
  height: 7rem;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border-radius: 3.5rem;
  padding-top: 1.7rem;
  position: absolute;
  top: -3.5rem;
  left: 50%;
  transform: translateX(-50%);
}
#flow ol li .step span {
  display: block;
  font-size: 2.4rem;
}
#flow ol li p {
  font-size: 1.4rem;
  margin-top: 2rem;
}
#flow ol li p span {
  display: block;
  font-size: 1.6rem;;
}
#flow ol li::before, #flow ol li::after {
  content: "";
  display: block;
  width: 14px;
  height: 6px;
  background: transparent;
  position: absolute;
  bottom: -2.8rem;
}
#flow ol li::before {
  transform: rotate(30deg) skewX(30deg);
  left: calc(50% - 12px);
}
#flow ol li::after {
  transform: rotate(-30deg) skewX(-30deg);
  left: 50%;
}
#flow ol li:last-child::before, 
#flow ol li:last-child::after {
  display: none;
}

#flow section > p {
  text-align: center;
  font-size: 1.4rem;
}

/* インターネットで加入申込 SP
-------------------------------------*/
.convenient {
  background: #fff url("../img/flow-image.svg") no-repeat center bottom;
  margin: 3rem auto 0;
  padding: 3rem 1.5rem 60%;
  border-radius: 1rem;
}
.convenient h3 {
  color: var(--red);
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 1.5rem 0 2rem 9rem;
  position: relative;
}
.convenient h3 strong {
  display: block;
  width: 8rem;
  height: 8rem;
  padding-top: 1.8rem;
  color: #f00;
  font-size: 2.4rem;
  text-align: center;
  white-space: nowrap;
  border: 5px var(--red) solid;
  border-radius: 4rem;
  position: absolute;
  left: 0;
  top: 0;
}
.convenient h3 strong span {
  font-size: 2.8rem;
  padding-left: 2px;
}
.convenient ul {
  margin-top: 2.5rem;
}
.convenient li {
  background: url("../img/icon-check.svg") no-repeat left 0.5rem;
  background-size: 3rem;
  padding-left: 3.5rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.convenient li:first-child {
  border-bottom: 1px #ccc dashed;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.convenient li:last-child {
  padding-top: 0.5rem;
}
.convenient li strong {
  font-size: 2.4rem;
}
.convenient li span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}

/* ----------------------  
お客様の声　SP
-------------------------*/
#voice{
  background: var(--gn);
}
#voice section{
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 15px 0;
}
#voice .noteh2{
  color: #fff;
}
#voice .noteh2 span{
  color: var(--yl);
}

#voice .voice-flex{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
}

/* お客様の声 影 SP */
#voice .voice-sahdow{
  width: auto;
  margin: 0 0 30px;
  padding: 0 0 2.5%;
  background: url(../img/voice-shadow.png) no-repeat center bottom;
  background-size: 93%;
}

/* お客様の声 白枠 SP */
#voice .voice-flex article{
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 40px 20px 30px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ccc;
  position: relative;
}
#voice .voice-flex article p.voice-icon{
  width: 80px;
  position: absolute;
  top: -10px;
  left: -15px;
}

/* お客様の声 写真 SP */

#voice .voice-flex article .voice-box {
  position: relative;
}
#voice .voice-flex article .voice-box .voice-ph {
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

/* お客様の声 コメント SP */
#voice .voice-flex article dl{
  width: auto;
}
#voice .voice-flex article dl dt{
  height: 140px;
  margin: 0 0 20px;
  padding: 50px 0 15px 120px;
  line-height: 1.5;
  background: url("../img/voice-com.svg") no-repeat 120px 10px;
  background-size: 40px;
  border-bottom: 1px solid #ccc;
  color: var(--gn);
  font-size: 1.6rem;
  font-weight: bold;
}

#voice .voice-flex article dl dt span{
  font-size: 2.1rem;
}
#voice .voice-flex article dl dd{
  padding: 0 5px;
  font-size: 1.4rem;
}

#voice .voice-flex article dl + p{
  position: absolute;
  left: 0;
  bottom: -12px;
}


/* ----------------------  
よくある質問 SP
-------------------------*/

.faq-wrapper {
  background: var(--bggn);
  padding: 5rem 1.5rem;
}
#faq {
  max-width: 120rem;
  margin: 0 auto;
}

.faq-box {
  margin: 0 0 10px;
  border-radius:10px;
  color:#fff;
  overflow: hidden;
  background: var(--gn);
  border: 1px solid var(--gn);
}

.question {
  padding: 20px 50px;
  color: var(--gn);
  line-height: 1.6;
  cursor: pointer;
  background: #fff;
  font-size: 1.6rem;
  position: relative;
}
.question p {
  position: relative;
  padding: 0;
}
.question p::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: var(--gn);
  border-radius: 2.3rem;
  position: absolute;
  top: -0.7rem;
  left: -4.2rem;
}
.question p::after {
  content: "Q";
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  position: absolute;
  top: -0.5rem;
  left: -3.1rem;
}
.question::before, .question::after {
  content: "";
  display: block;
  background: var(--gn);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.question::before {
  width: 15px;
  height: 3px;
  right: 1.5rem;
}
.question::after {
  width: 3px;
  height: 15px;
  right: 2.1rem;
  opacity: 1;
  transition: .3s;
}
.question.active::after {
  opacity: 0;
}

.answer {
  display: none;
  padding: 20px 15px 30px;
  font-size: 1.6rem;
}
.answer p strong {
  color: #fcfc71;
  font-size: 1.4rem;
  font-weight: bold;
}



/* --------------------------- 
神戸共済とは SP 
------------------------------ */
#about .about-bg{
  padding: 50px 0;
  background: url("../img/kobe-bg_sp.jpg") no-repeat center bottom;
  background-size: 600px;
}
@media screen and (min-width:600px) {
  #about .about-bg{
    background-size:auto;
  }
}

#about .about-bg section{
  padding: 0 15px;
}
#about .about-bg section h2{
  line-height: 1.5;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
#about .about-bg section h2 span{
  display: block;
  width: 280px;
  margin: 10px auto 0;
  padding: 5px 0;
  color: var(--gn);
  border-top: 2px solid var(--gn);
  border-bottom: 2px solid var(--gn);
  font-size: 1.6rem;
}

#about .about-bg section h2 + p{
  text-align: center;
  font-size: 1.4rem;
  padding: 30px 0;
}

#about .about-cta{
  max-width: 470px;
  margin: 0 auto;  
}
#about .about-cta ol{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#about .about-cta ol li{
  width: auto;
  padding: 0 0 15px;
}

#about .about-cta ol + p{
  line-height: 1.8;
  text-align: center;
  padding: 20px 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
}
#about .about-cta ol + p span{
  display: block;
  max-width: 280px;
  margin: 0 auto;

}



/*----------------------------------------------------
SP用 375- 
----------------------------------------------------*/
@media screen and (max-width:374px) {

/* --------------- #flow --------------- */
  #flow section > p {
    font-size: 1.4rem;
  }

}



/*----------------------------------------------------
SP / タブレット用 500- 
----------------------------------------------------*/
@media screen and (min-width:500px) {
  .plan-wrap {
    width: 620px;
  }
  
  .fixed {
    white-space: nowrap;
  }
  
  .plantb tr:first-child th.row-top {
    width: 45%;
  }
  .plantb tr:first-child th.plan-name {
    width: 27.5%;
  }


/* 2行目〜 SP
--------------------------*/
  .plantb tr th div p {
    height: 3.5rem;
    padding: 0.8rem 0.5rem;
    font-size: 1.4rem;
  }
  .plantb tr th div p.row1h,
  .plantb tr th div p.row2 {
    height: 7rem;
  }
  .plantb tr th div p.row3 {
    height: 10.5rem;
  }
  .plantb tr:nth-child(3) th div p,
  .plantb tr:nth-child(5) th div p,
  .plantb tr:nth-child(7) th div p,
  .plantb tr:nth-child(8) th div p {
    padding-top: 2.3rem;
  }
  .plantb tr:nth-child(10) th div p {
    padding-top: 3.7rem;
  }
  .plantb tr:nth-child(3) th div p:last-child,
  .plantb tr:nth-child(7) th div p:last-child {
    padding-top: 1.5rem;
  }


  .plantb tr th div p {
    padding: 0.8rem 1rem;
  }
  
  .plantb tr th div p,
  .plantb tr th div ul {
    font-size: 1.6rem;
  }
/*  .plantb tr th div span,
  .plantb tr th div ul {
    font-size: 1.4rem;
  }*/


/* ----- 保証内容右列 ----- */
  .plantb tr:nth-child(8) th div li,
  .plantb tr:nth-child(10) th div li,
  .plantb tr:nth-child(11) th div li {
    height: 3.5rem;
  }


/* ----- 保証額表示（スライド）部分 ----- */
  .plantb tr:nth-child(n+8) td {
    height: 3.5rem;
  }


}



/* -----------------------------------------------
TB 650
----------------------------------------------- */
@media screen and (min-width:650px) {

  .plan-wrap {
    width: 800px;
  }

  .plantb tr th div span.ps {
    font-size: 1.2rem;
  }



}



/* -----------------------------------------------
TB 750
----------------------------------------------- */
@media screen and (min-width:750px) {

  /* --------------- オススメ TB --------------- */
  .suggest{
    padding: 5rem 0 0;
  }
  .suggest section{
    padding: 0;
    background: url(../img/img-suggest_lady.svg) no-repeat left bottom;
    background-size: 20rem;
  }
  .suggest-in{
    flex-direction: row;
    margin: 0 0 0 15%;
    padding: 0 0 5rem;
  }
  .suggest-in dl{
    flex-direction: column;
    width: 32%;
    margin: 0;
    padding: 3rem 1rem 4rem;    
    text-align: center;
  }
  .suggest-in dl dt{
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .suggest-in dl:last-child dt{padding:0;}

  .suggest-in dl dd{
    width: auto;
    padding: 2rem 0 0;
  }

  /* 仕切り線 TB -------------- */
  .case{
    padding: 5rem;/*★追加*/
  }

  .case-line p span{
    left: 48%;
  }
  .case-in article dl dd{  
    font-size: 2.4rem; /*★追加*/
  }



  /* ----------------------  
  プラン TB 750
  -------------------------*/
  .plan-wrap {
    width: 950px;
  }


  .plan-cta ul {
    display: flex;
    justify-content: space-around;
  }
  .plan-cta li {
    width: 45%;
  }
  .plan-cta li:first-child {
    margin-bottom: 0;
  }



  /* -------------------------------
  加入までの流れTB 750
   ------------------------------- */
  #flow{
    padding-top:0;
    margin-top:0;
  }
  #flow section {
    max-width: 128rem;
    margin: 0 auto;
  }
  #flow ol {
    display: flex;
    justify-content: space-between;
    padding: 50px 0 0 0;
  }
  #flow ol li {
    width: 30%;
    margin:0 0 3rem;
  }
  #flow ol li::before, #flow ol li::after {
    width: 6px;
    height: 14px;
    left: 107%;
  }
  #flow ol li::before {
    transform: rotate(30deg) skewY(-30deg);
    top: 50%;
  }
  #flow ol li::after {
    transform: rotate(-30deg) skewY(30deg);
    top: calc(50% - 12px);
  }
  #flow ol li p {
    display: inline-block;
    text-align: left;
  }
  #flow ol li p span {
    text-align: center;
  }


  /* インターネットで加入申込 TB 750
  -------------------------------------*/
  .convenient {
    background: #fff url("../img/flow-image.svg") no-repeat left bottom;
    background-size: 45%;
    padding: 3rem 1.5rem 1.5rem 50%;
  }


  /* ----------------------  
  お客様の声　TB 750
  -------------------------*/
  #voice section{
    padding: 50px 15px 20px;
  }
  #voice .voice-flex{
    flex-direction: row;
  }
  #voice .voice-sahdow{
    width: 48%;
    padding: 0 0 1.2%;
  }

  #voice .voice-flex article{
    height: 100%;
    margin: 0;
    padding: 30px;
    background: #fff;
  }



  /* --------------------------- 
  よくある質問 TB 750
  ------------------------------ */
  .question {
    padding: 20px 50px;
  }
  .question p {
    position: relative;
    padding: 0 0 0 20px;
  }
  .question p::before {
    top: -0.7rem;
    left: -3.2rem;
  }
  .question p::after {
    top: -0.5rem;
    left: -2.1rem;
  }

  .answer {
    padding: 20px 30px 30px;
  }

  /* --------------------------- 
  神戸共済とは TB 750
  ------------------------------ */

  #about .about-bg{
    padding: 50px 0;
    background: url("../img/kobe-bg.jpg") no-repeat center bottom;
    background-size: contain;
   }

  #about .about-cta{
    max-width: 980px;
  }
  #about .about-cta ol{
    flex-direction: row;
  }
  #about .about-cta ol li{
    width: 49%;
  }

  #about .about-cta ol + p{
    padding: 15px 0;
  }



}

/* -----------------------------------------------
PC 1000
----------------------------------------------- */
@media screen and (min-width:1000px) {

  /* --------------- オススメ 1000 --------------- */
  .suggest-in{
    margin: 0 0 0 20%;
  }
  .suggest section{
    background-size: 25rem;
  }

  /* --------------- お支払い事例 1000 --------------- */
  .case{
    padding: 5rem 1rem;/*★追加*/
  }
  .case section h2{
    font-size: 3rem;
  }
  .case section h2 + p{
    margin: 0 auto 5rem;
    font-size: 2.1rem;
  }

  .case-in{
    display: flex;
    flex-direction: row;
  }
  .case-in article{
    width: 49%;
    margin: 0 0 3rem;
    padding: 5rem;
  }
  .case-in article dl dd{  
    font-size: 2.1rem; /*★追加*/
  }

  .case03-content{
    flex-direction: row;
    margin: 0 0 3rem;/*★追加分*/
  }
  .case03-content .case03-box{
    width: 31%;
    padding: 4rem 0 0;
  }

  .case03-note{
    flex-direction: row;
  }
  .case03-note > p{
    width: 42%;
    margin: 0 5rem 0 0;
    padding: 0;
  }
  .case03-note_in{
    width: 58%;
  }  
  .case03-note_in p.case03-rb{
    padding: 1rem 0 0;
  } 
  .case03-note_in p.case03-rb span{
    padding: 0.5rem 0;
    font-size: 2.1rem;
    background: url(../img/case-ribbon.svg) no-repeat center center;
    background-size: contain;     
  }

  table.pay th br{display: block;}
  table.pay td.ttl_2 br{display: block;}

  /* 事例 CASE03 仕切り線 1000 -------------- */
  .case-line{
    position: absolute;
    padding: 0;
    right: -27px;
    bottom: 0;
  }
  .case-line p{
    position: static;
    padding:0;
    border-top: 0;
  }
  .case-line p span{
    position: static;
    font-size: 1.5em;
  }

  /* ★★追加分★★　事例 CASE03 総合計 1000 -------------- */
  .alltotal{
    flex-direction: row;
    border-radius: 10rem;
  }
  .alltotal p{
    padding: 1.5rem 0;
  }
  .alltotal p:first-child{
    width: 30%;
    font-size: 2.1rem;
  }
  .alltotal p:last-child{
    width: 70%;
    padding: 0 5% 0 0;
    text-align: right;
  }



/* ----------------------  
プラン PC1000
-------------------------*/
  .plan-wrap{
    width: 1386px;
  }
  #plan section{
    padding: 50px 1.5rem 15rem;
  }

/* 切り替えタブ 1000
--------------------------*/
  #plan ul.tab-area li{
    padding: 1.5rem 0;
    font-size: 2.1rem;
  }
  #plan ul.tab-area li p:first-child span{
    padding: 0 0.5rem;
    font-size: 2.8rem;
  }
  #plan ul.tab-area li.tab.active p:last-child{
    display: block;
    width: 100%;  
    position: absolute;
    bottom:-15px;
    left: 0;
  }
  #plan ul.tab-area li.tab.active p:last-child span{width: 30px;}

  .js-scrollable {
    border-width: 7px;
  }


/* 線の太さ調整
--------------------------*/
  .plantb th, .plantb td,
  .plantb tr th div p:first-child,
  .plantb tr th div li {
    border-width: 2px;
  }
  .plantb tr:first-child th {
    border-width: 4px;
  }
  .plantb tr:first-child th.plan-name p:last-child {
  border-radius: 2rem;
}


/* 文字サイズ調整
----------------------------------*/
  .plantb tr:first-child th.row-top,
  .plantb tr:first-child th.plan-name p:first-child span,
  .plantb tr:first-child th.plan-name p:last-child span,
  .plantb tr th div p {
    font-size: 2.1rem;
  }
  .plantb tr:first-child th.plan-name p:first-child,
  .plantb tr td {
    font-size: 1.8rem;
  }
  .plantb tr:nth-child(3) td,
  .plantb tr:nth-child(5) td {
    font-size: 1.9rem;
  }
  .plantb tr th div p:last-child,
  .plantb tr th div ul {
    font-size: 1.9rem;
  }
  .plantb tr:first-child th.plan-name p:last-child,
  .plantb tr th div span.ps,
  .plantb tr th div span.comment {
    font-size: 1.4rem;
  }
  .plantb tr td span {
    font-size: 3.2rem;
  }


/* 高さ余白調整
----------------------------------*/
  .plantb tr th div p {
    height: 7rem;
    padding: 2rem 4rem;
  }
  .plantb tr th div p.row2 {
    height: 14rem;
    padding: 2rem 4rem;
  }
  .plantb tr th div p.row1h {
    height: 10rem;
    padding: 2rem 4rem;
  }
  .plantb tr th div p.row3 {
    height: 21rem;
    padding: 2rem 4rem;
  }
  .plantb tr:nth-child(3) th div p,
  .plantb tr:nth-child(5) th div p,
  .plantb tr:nth-child(8) th div p {
    padding-top: 5rem;
  }
  .plantb tr:nth-child(3) th div p:first-child span,
  .plantb tr:nth-child(5) th div p:first-child span {
    font-size: 1.4rem;
  }
  .plantb tr:nth-child(7) th div p {
    padding-top: 3.5rem;
  }
  .plantb tr:nth-child(10) th div p {
    padding-top: 9rem;
  }
  .plantb tr:nth-child(3) th div p:last-child {
    padding-top: 4rem;
  }
  .plantb tr:nth-child(5) th div p:last-child {
    padding-top: 5.5rem;
  }
  .plantb tr:nth-child(7) th div p:last-child {
    padding-top: 2.5rem;
  }
  
  .plantb tr th div li {
    height: 7rem;
    padding: 2rem 4rem;
  }
  .plantb tr:nth-child(n+8) th div li {
    height: 7rem;
  }

  #plan .comment-box {
    font-size: 1.6rem;
  }


/* ----------------------  
特約 PC1000
-------------------------*/
  #plus-wrap {
    padding: 15rem 1.5rem 10rem;
  }
  #plus-wrap > p {
    position: relative;
  }
  #plus-wrap > p::before {
    width: 24rem;
    height: 24rem;
    top: -26rem;
  }
  #plus-wrap > p span {
    position: absolute;
    top: -9rem;
    left: 50%;
    transform: translateX(-50%);
  }
  #plus-wrap > p span::before {
    width: 10rem;
    height: 2rem;
    top: -7rem;
    left: 50%;
    transform: translateX(-50%);
  }
  #plus-wrap > p span::after {
    width: 2rem;
    height: 10rem;
    top: -11rem;
    left: 50%;
    transform: translateX(-50%);
  }

  #plus-wrap .plus-comment {
    max-width: 140rem;
    padding-left: 30rem;
  }


  #plus-wrap > section {
    position: relative;
  }
  #plus-wrap > section h2 {
    padding-left: 20rem;
    margin-bottom: 6rem;
    font-size: 3.0rem;
  }
#plus-wrap section h2 strong span {
  font-size: 4.0rem;
}

  #plus-wrap .plus-month p{
    width: 18rem;
    margin: 0;
    padding: 0;  
    text-align:left;
    position: absolute;
    left: 5%;
    top: -60%;
  }

  .plus_sp{
    display: none;
  }
  .plus_pc{
    display: block;
    max-width: 140rem;
    margin: 0 auto;
  }

  .plus_pc ul.tab-area {
    margin-bottom: 5rem;
  }
  .plus_pc ul.tab-area.tb-wh33 li.tab {
    font-size: 2.4rem;
  }

  /* キャプション */
  ol.plan_caution{
    font-size: 1.6rem;
  }
  ol.plan_caution li span{
    font-size: 1.6rem;
  }

  .plus_pc section{
    margin: 0 0 5rem;
  }
  .plus-note{
    display: flex;
    align-items: center;    
    font-weight: bold;
  }
  .plus-note h3{padding: 0 0 0 2rem;}
  .plus-note h3 span{
    display: block;
    width: 12rem;
    line-height: 1.5;
    border-bottom: 5px solid var(--gn);
    color: var(--gn);
    font-size: 2.4rem;
  }
  .plus-note h3 strong{
    padding: 0 0.5rem 0 0;
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;  
    font-weight: bold;
  }
  .plus-note h3 + p{
    width: 55%;
    padding: 1.5rem 0;
    text-align: center;
    color: #fff;
    border-radius: 1rem 1rem 0 0;
    background: var(--gn);
    font-size: 2.1rem; 
  }

  /* ガン特約 */
  .plus-note h3.gnn{width: 47%;}
  .plus-note h3 + p.gnn{width: 55%;}

  /* 通院特約 */
  .plus-note h3.hos{width: 53%;}
  .plus-note h3 + p.hos{width: 47%;}

  .plus_pcbox{
    border-radius: 1rem 0 1rem 1rem;
    border: 5px solid var(--gn);
    background: #fafbfb;
    overflow: hidden;
  }

  /* 線 */
  .plustbpc tr{
    border-bottom: 2px solid #bac9c4;
  }
  .plustbpc tr.line-b{
    border-bottom: 3px solid var(--gn);
  }
  .plustbpc tr.line-btm{
    border-bottom: 2px dashed #bac9c4;
  }

  .plustbpc th.line-r,
  .plustbpc td.line-r {
    border-right: 2px solid #bac9c4;
  }
  .plustbpc td.line-r {
    text-align: left;
  }

  /* レイアウト ガン特約 */
  .plustbpc th.plan-gann-y{
    width: 13.5%;
    text-align: center;
  }
  .plustbpc th.plan-gann-h01{
    width: 25%;
  }
  .plustbpc th.plan-gann-h02{
    width: 21%;
  }

  /* レイアウト 通院特約 */
  .plustbpc th.plan-hos-y{
    width: 23.5%;
    text-align: center;
  }
  .plustbpc th.plan-hos-01{
    width: 25%;
  }
  .plustbpc th.plan-hos-02{
    width: 28%;
  }

  /* レイアウト 女性特約 */
  .plustbpc th.plan-lady-y{
    width: 23.5%;
    text-align: center;
  }
  .plustbpc th.plan-lady-01{
    width: 26%;
  }
  .plustbpc th.plan-lady-02{
    width: 27%;
  }


  .plustbpc th,.plustbpc td{
    padding: 2rem;
    vertical-align: middle;    
  }

  /* キャプション */
  .plustbpc th span.cap,
  .plustbpc td span.cap{
    color: var(--or);
    font-size: 1.4rem;
  }

  /* 背景色 */
  .plustbpc th.bg-gn01,
  .plustbpc td.bg-gn01{
    background: #f2f6f4;
  }
  .plustbpc th.bg-gn02,
  .plustbpc td.bg-gn02{
    background: #eaebeb;
  }


  .plustbpc th{
    border-right: 1px solid #bac9c4;
    vertical-align: middle;
    font-size: 2.1rem;
    font-weight: bold;
    text-align: center;
  }
  .plustbpc td{
    text-align: center;
    font-size: 1.9rem;
    font-weight: bold;
    border-right: 1px solid #bac9c4;
  }


  .plustbpc th span.plan-span{
    display: block;
    font-weight: normal;
    font-size: 1.8rem;
  }
  .plustbpc th span.plan-span-sub{
    font-weight: normal;
    font-size: 1.8rem;
  }  
  .plustbpc th span.plan-pth{
    display: block;
    width: 24rem;
    margin: 0.5rem auto 1rem;
    line-height: 1.4;
    text-align: center;
    border: 1px solid var(--or);
    color: var(--or);
    font-size: 1.8rem;
    background: #fff;
  }

  .plustbpc td span{
    padding: 0 0.2rem 0 0;
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;  
    font-size: 3rem;
  }  
  .plustbpc td.line-r{
    font-weight: normal;
  }
  .plustbpc td p.plan-ptd{
    font-size: 2.1rem;
  }
  .plustbpc td p.plan-ptd span{
    display: block;
    font-size: 1.6rem;
  }
  .plustbpc td p.plan-ptd span span{
    display: inline;
  }



  /* --------------------------- 
  加入の流れ PC1000 
  ------------------------------ */

  /* インターネットで加入申込 
  -------------------------------------*/
  .convenient {
    background: #fff url("../img/flow-image.svg") no-repeat 5% bottom;
    background-size: 35%;
  }


  /* --------------------------- 
  お客様の声 PC1000 
  ------------------------------ */

  #voice .voice-flex article .voice-box {
    display: flex;
  }
  #voice .voice-flex article .voice-box .voice-ph {
    width: 140px;
    position: static;
  }
  #voice .voice-flex article .voice-box dl {
    width: calc( 100% - 140px );
    padding: 0 0 0 40px;
  }
  #voice .voice-flex article .voice-box dl dt{
    height: 60px;
    margin: 0 0 20px;
    padding: 5px 0 0 60px;
    background-position: left top;
  }



  /* --------------------------- 
よくある質問 PC1000 
  ------------------------------ */
  .question {
    font-size: 1.8rem;
  }
  .answer {
    font-size: 1.8rem;
  }

  .movie-bg{
    padding: 50px 0 25px;
  }



}



/*----------------------------------------------------
PC 1030- 
----------------------------------------------------*/
@media screen and (min-width:1030px) {

/* --------------- #flow --------------- */

  .convenient h3 {
    padding-top: 3rem;
  }

}



/*----------------------------------------------------
PC 1100- 
----------------------------------------------------*/
@media screen and (min-width:1100px) {

  .convenient {
    background: #fff url("../img/flow-image.svg") no-repeat 10% bottom;
    background-size: 30%;
  }
}



/* -----------------------------------------------
PC 1200
----------------------------------------------- */
@media screen and (min-width:1200px) {

  /* お支払い事例 1200
  ----------------------------- */
  .case-in article dl dt{
    width: 27%;
    font-size: 2.1rem;
  }
  .case-in article dl dt span{
    display: inline;
    padding: 0 0 0 1rem;
    font-size: 6rem;
  }
  .case-in article dl dd{  
    width: 73%;
    font-size: 2.4rem;
  }
  .case-in article dl dd p:first-child{
    padding: 0 0 1rem;
  }

  /* 表 1200 -------------- */
  table.pay{
    font-size: 1.8rem; 
  }

  /* CASE03 調整 1200 -------------- */
  .case03-note > p{width: 42%;}
  .case03-note_in{width: 58%;}  
  .case-in article .case03-note .case03-note_in dl dt{width: 24%;}
  .case-in article .case03-note .case03-note_in dl dd{width: 76%;}
  .case03-note_in p.case03-rb span{background-size: cover;}


  /* 合計 1200 */
  table.pay td.ttl_1{font-size: 1.4rem;}
  table.pay td.ttl_1 strong{font-size: 1.8rem;}

  /* 計算 1200 */
  table.pay td.ttl_2{font-size: 1.2rem;}
  table.pay td.ttl_2 strong{font-size: 1.4rem;}



/* ----------------------  
特約 PC1200
-------------------------*/
  #plus-wrap .plus-comment {
    padding-left: 45rem;
  }


}


/* -----------------------------------------------
PC 1400
----------------------------------------------- */
@media screen and (min-width:1400px) {

  /* --------------- 共通 1400 --------------- */
  .noteh2{
    margin: 0 0 5rem;
    font-size: 3.0rem;
  }
  .noteh2 span{
    font-size: 1.6rem;
  }

  /* --------------- オススメ 1400 --------------- */
  .suggest{
    padding: 10rem 0 0;
  }
  .suggest section{
    padding: 0 5rem;
    background: url(../img/img-suggest_lady.svg) no-repeat left bottom;
    background-size: 40rem;
  }
  .suggest-in{
    margin: 0 0 0 auto;
    padding: 0 0 10rem;
  }

  .suggest-in dl{
    flex-direction: column;
    width: 32%;
    margin: 0;
    padding: 6rem 0 4rem;    
    text-align: center;
  }
  .suggest-in dl:first-child dt span{width: 14rem;}
  .suggest-in dl:nth-child(2) dt span{width: 13rem;}
  .suggest-in dl:last-child dt span{width: 20rem;}

  .suggest-in dl dd{
    font-size: 2.4rem;
  }
  .suggest-in dl dd span{
    font-size: 1.6rem;
  }

  /* CASE03 調整 1400 -------------- */
  .case03-note > p{width: 44%;}
  .case03-note_in{width: 56%;}    

  /* 事例 CASE03 仕切り線 1400 -------------- */
  .case-line{
    right: -26px;
  }

  table.pay th br{display: none;}
  table.pay td.ttl_2 br{display: none;}



/* ----------------------  
特約 PC1400
-------------------------*/
  #plus-wrap .plus-comment {
    padding-left: 52rem;
  }



  /* インターネットで加入申込 PC1400
  -------------------------------------*/
  .convenient{
    padding: 3rem 1.5rem 1.5rem 50%;
  }
  .convenient h3 {
    font-size: 2.1rem;
    padding: 2.5rem 0 2rem 9rem;
  }
  .convenient li span {
    font-size: 1.8rem;
  }

  /* ----------------------  
  加入の流れ PC1400
  -------------------------*/
  #flow section {
    padding: 100px 0;
  }

  /* ----------------------  
  お客様の声 PC1400
  -------------------------*/
  #voice section{
    padding: 80px 0;
  }
  #voice .voice-flex{
    padding: 20px 0 0 0;
  }
  #voice .voice-flex article{
    flex-direction: row;
  }

  /* コメント PC1400 */
  #voice .voice-flex article{
    padding: 50px 40px;
  }
  #voice .voice-flex article .voice-box dl dt{
    padding: 15px 0 15px 65px;
    background-position: left 10px;
    background-size: 50px;
    color: var(--gn);
    font-size: 1.8rem;
  }
  #voice .voice-flex article dl dt span{
    font-size: 2.4rem;
  }

  /* ----------------------  
  よくある質問 PC1400
  -------------------------*/
  .faq-wrapper {
    padding: 10rem 0;
  }

  /* ----------------------  
  神戸共済 PC1400
  -------------------------*/
  #about .about-bg{
    padding: 100px 0;
    background-size: auto;
  }
  #about .about-bg section h2{
    font-size: 3.0rem;
    font-weight: bold;
  }
  #about .about-bg section h2 span{
    width: 320px;
    font-size: 1.8rem;
  }

  #about .about-bg section h2 + p{
    line-height: 2;
    text-align: center;
    font-size: 1.8rem;
    padding: 30px 0 80px;
  }

  #about .about-cta ol + p span{
    max-width: 380px;
  }



}









