@charset "UTF-8";

/* --------------- 共通 SP --------------- */
.noteh2{
  margin: 0 0 3rem;
  line-height: 1.5;
  text-align: center;
  color: #4b5845;
  font-size: 2.1rem;
  font-weight: bold;
}
.noteh2 span{
  display: block;
  font-size: 1.4rem;
  color: #648c4d;
}



/* --------------- オススメ SP --------------- */
.suggest{
  background: url(../img/faq-bg.png);
}
.sug-daen{
  padding: 5rem 0 1rem;
  background-image: url(../img/fv_downen-gr.svg),url(../img/fv_downen-or.svg);
  background-repeat: no-repeat,no-repeat;
  background-position: center top,center bottom;
  background-size: 110%,110%;
}

.suggest section{
  padding: 0 1.5rem 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;
  padding: 0;
  text-align: left;
  border-radius: 2rem;
  background: #fff;
}
.suggest-in dl dt{
  width: 42%;
  height: auto;
}
.suggest-in dl dt span{
  display: block;
  margin: 0 auto;
}
.suggest-in dl:first-child dt span{
  width: 10rem;
  padding: 2rem 0 0 0;
}
.suggest-in dl:nth-child(2) dt span{
  width: 14rem;
  padding: 3.5rem 0 0 0.5rem;
}

.suggest-in dl:last-child dt span{
  width: 12rem;
  padding: 2rem 0 0 0;
}

.suggest-in dl dd{
  width: 58%;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: bold;
}
.suggest-in dl:first-child dd,
.suggest-in dl:last-child dd{
  padding: 2rem 1rem 2rem 2rem;  
}
.suggest-in dl:nth-child(2) dd{
  padding: 2rem;  
}

.suggest-in dl dd span{
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}



/* ------------------------
手軽に始める SP
--------------------------*/
#easy {
  background: #fbfbe6;
}
#easy .easy-title {
  padding: 8rem 1.5rem 0;
}
#easy .easy-title h2 {
  background: #ff0;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  padding: 1rem;
  line-height: 1.5;
  border-radius: 1rem;
  position: relative;
}
#easy .easy-title h2 span {
  display: block;
  font-size: 2.4rem;
  color: var(--or);
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
#easy .easy-title h2 span::before,
#easy .easy-title h2 span::after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 3rem;
  background: var(--or);
  position: absolute;
  top: 0.2rem;
}
#easy .easy-title h2 span::before {
  left: -1.5rem;
  transform: rotate(-25deg);
}
#easy .easy-title h2 span::after {
  right: -1.5rem;
  transform: rotate(25deg);
}
#easy .easy-title figure {
  width: 26rem;
  margin: 3rem auto 0;
}

.easy-talk {
  background: var(--gr);
  color: #647c57;
  font-size: 1.4rem;
  font-weight: bold;
}
.easy-talk-in {
  padding: 5rem 1.5rem 0;
}
.talk-box {
  border-bottom: 5px #fff dashed;
  margin-bottom: 5rem;
}
.talk-box:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.talk-box figure {
  width: 9rem;
  height: 9rem;
  flex-shrink: 0;
}
.talk-box p {
  border-radius: 1rem;
  padding: 2rem 2.5rem;
  filter: drop-shadow(0 5px 0 rgba(0, 0, 0, 0.2));
}
.talk-customer {
  display: flex;
  align-items: flex-start;
  padding-bottom: 5rem;
}
.talk-customer p {
  background: #fff;
  margin-left: 1.5rem;
  position: relative;
  z-index: 5;
}
.talk-customer p::before {/*吹き出し三角*/
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 1.5rem transparent solid;
  border-right: 4rem #fff solid;
  position: absolute;
  bottom: 1.5rem;
  left: -3rem;
  transform: rotate(35deg);
}
.talk-staff {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  padding-bottom: 5rem;
}
.talk-staff p {
  background: #ffffb2;
  margin-right: 1.5rem;
  position: relative;
  z-index: 10;
}
.talk-staff p::after, .talk-staff p::before {
  position: relative;
  z-index: 1;
}
.talk-staff p::before {/*吹き出し三角*/
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 1.5rem transparent solid;
  border-left: 4rem #ffffb2 solid;
  position: absolute;
  top: 2rem;
  right: -3rem;
  transform: rotate(35deg);
}



/* ------------------------
プラン SP
--------------------------*/
#plan {
  padding-top: 5rem;
}
#plan .plan-title {
  padding: 0 1.5rem;
}
#plan .plan-title {
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}
#plan .plan-title .insurance {
  width: 23rem;
  margin: 0 auto 1.5rem;
}
#plan .plan-title .plan-name {
  font-size: 3.2rem;
  color: var(--darkgr);
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  padding: 1.5rem 0;
  background: #fafad5;
  position: relative;
}
#plan .plan-title .plan-name span {
  font-size: 3.6rem;
}
#plan .plan-title .plan-name::before,
#plan .plan-title .plan-name::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--gr);
  position: absolute;
  left: 0;
}
#plan .plan-title .plan-name::before {
  top: -4px;
}
#plan .plan-title .plan-name::after {
  bottom: -4px;
}
#plan .plan-title .premium {
  width: 30rem;
  margin: 1.5rem auto 0;
}

#plan section {
  padding: 2rem 0 12rem;
}

#plan .plan-select-sp {
  background: #f8f8f8;
  padding: 2rem 1.5rem;
}



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

ul.tab-area li p:first-child strong{
  font-size: 1.6rem;
}
ul.tab-area li p:first-child span{
  font-size: 1.3rem;
}
ul.tab-area li p:last-child{
  display: none;
}

/* 動き SP */
ul.tab-area li.tab.active {
  background: var(--gr);
}
ul.tab-area.tb-wh20 li.tab:first-child {
  border-radius: 1rem 0 0 1rem;
  margin-left: -2px;
  width: calc( 20% + 2px );
}
ul.tab-area.tb-wh20 li.tab:last-child {
  border-radius: 0 1rem 1rem 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;
}
.panel.active {
  display: block;
}



/* パネル内table SP
--------------------------*/
.plantb {
  width: 100%;
  border-collapse: separate;
  border: 3px var(--gr) solid;
  border-radius: 1rem;
  border-spacing: 0;
  line-height: 1.5;
  overflow: hidden;
}


/* 共通 SP
--------------------------*/
.plantb th, .plantb td {
  border-right: 1px #aac6bb solid;
  text-align: left;
  vertical-align: middle;
  color: #4b5845;
  padding: 1rem;
}

/* 1行目 SP
--------------------------*/
.plantb tr:first-child th {
  background: var(--gr);
  padding: 1.5rem 2rem 1rem;
  color: #4b5845;
  font-size: 1.3rem;
  font-weight: bold;
  border-right: none;
  border-bottom: none;
}
.plantb tr:first-child th.row-top strong {
  font-size: 1.6rem;
}


/* 2行目〜 SP
--------------------------*/
.plantb th {
  width: 30%;
  font-size: 1.4rem;
  border-bottom: 1px #aac6bb solid;
}
.plantb td {
  width: 38%;
  font-size: 1.2rem;
  border-bottom: 1px #aac6bb dashed;
}
.plantb td:last-child {
  width: 32%;
  text-align: center;
  border-right: none;
}
.plantb td:last-child span {
  font-size: 1.6rem;
}
.plantb td span.note {
  font-size: 1.1rem;
  color: #f00;
}
.plantb tr:nth-child(2) td,
.plantb tr:nth-child(4) td {
  border-bottom: 1px #aac6bb solid;
}


/* 最終行 SP
--------------------------*/
.plantb th[rowspan="3"], .plantb tr:last-child td {
  border-bottom: none;
}


/* セルの背景色 SP
--------------------------*/
.plantb tr:nth-child(3) th,
.plantb tr:nth-child(3) td,
.plantb tr:nth-child(4) td {
  background: #edf7e8;
}
.plantb tr:nth-child(5) th,
.plantb tr:nth-child(5) td,
.plantb tr:nth-child(6) td,
.plantb tr:nth-child(7) td {
  background: #fbfbe9;
}
.plantb td.highlight {
  background: var(--or);
  color: #ff0;
}


/* ----- 保障内容 PC 非表示 ----- */
#plan .plan-select-pc {
  display: none;
}


/* ----- 保障内容 注釈 ----- */
#plan .comment-box {
  max-width: 140rem;
  margin: 0 auto;
  padding: 1rem 0 0;
  font-size: 1.3rem;
}
#plan .comment-box span {
  color: #f00;
  padding-right: 0.5em;
}



/* ----- ポイント ----- */
#plan .point {
  max-width: 60rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
#plan .point-box {
  max-width: 59rem;
  margin-top: 3rem;
}
#plan .point-box figure {
  text-align: center;
  margin-bottom: 2.5rem;
}
#plan .point-box figure img {
  border-radius: 1rem;
}
#plan .point-box h3 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
}
#plan .point-box h3 > span {
  display: block;
  background: #fff;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  color: #70b02d;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  padding: 1.3rem;
  border-radius: 0 3rem 0 0;
  position: absolute;
  top: -7.8rem;
  left: -1.3rem;
}
#plan .point-box h3 span span {
  display: block;
  font-size: 1.4rem;
}
#plan .point-box h3 strong {
  color: #70b02d;
  padding: 0 0.3rem 0.3rem;
  border-bottom: 5px #70b02d dashed;
}
#plan .point-box p {
  font-size: 1.4rem;
}



  /* -------------------------------
  CTA
   ------------------------------- */
  .cta-wrap {
    background: var(--gr);
  }



/* --------------------------- 
加入の流れ SP 
------------------------------ */
#flow .flow-wrap{
  background: #e6ece0;
}
#flow section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 15px;
}
#flow ol li {
  background: #fff;
  padding: 6rem 2.2rem 2rem;
  margin: 6rem auto 8rem;
  text-align: center;
  position: relative;
}
#flow ol li:last-child {
  margin-bottom: 3rem;
}
#flow ol li .step {
  background: #70b02d;
  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: #70b02d;
  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;
}

/* インターネットで加入申込 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(--or);
  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: var(--or);
  font-size: 2.4rem;
  text-align: center;
  white-space: nowrap;
  border: 5px var(--or) 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;
  padding-bottom: 1rem;
}
.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: url("../img/faq-bg.png");
  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: #70b02d;
  border: 1px solid #70b02d;
}

.question {
  padding: 20px 50px;
  color: #70b02d;
  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: #70b02d;
  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: #70b02d;
  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;
}

.faq-bnr {
  margin-top: 2rem;
}



/* --------------------------- 
神戸共済とは 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{
  max-width: 750px;
  margin: 0 auto;
  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 p {
  width: auto;
  padding: 0 0 15px;
}

#about .about-cta p:last-child {
  line-height: 1.8;
  text-align: center;
  padding: 10px 0;
  border-radius: 10px;
  background: rgba(250, 250, 213, 0.8);
}
#about .about-cta p span{
  display: block;
  max-width: 230px;
  margin: 0 auto;

}


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

  /* --------------- オススメ TB --------------- */
  .sug-daen{
    padding:7rem 0 0;
  }
  .suggest section{
    padding: 0 1.5rem;
    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: 0 0 2rem;    
    text-align: center;
  }
  .suggest-in dl dt{
    width: 100%;
    height: 15rem;
  }
  .suggest-in dl:first-child dt span{
    width: 10rem;
    padding: 4rem 0 0 0;
  }
  .suggest-in dl:nth-child(2) dt span{
    width: 14rem;
    padding: 5.5rem 0 0 0.5rem;
  }
  .suggest-in dl:last-child dt span{
    width: 12.5rem;
    padding: 4rem 0 0 0;
  }
  .suggest-in dl dd{
    width: auto;
  }



  /* ------------------------
  手軽に始める SP
  --------------------------*/
  #easy {
    padding: 0 1.5rem;
  }
  #easy .easy-title {
    max-width: 100rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-around;
  }
  #easy .easy-title h2 {
    flex-shrink: 0;
    padding: 1rem 2rem;
  }
  #easy .easy-title h2 span {
    top: -6rem;
  }
  #easy .easy-title h2 span::before,
  #easy .easy-title h2 span::after {
    width: 0.4rem;
    top: 0.6rem;
  }
  #easy .easy-title h2 span::before {
    left: -3rem;
  }
  #easy .easy-title h2 span::after {
    right: -3rem;
  }
  #easy .easy-title figure {
    max-width: 35rem;
    flex-shrink: 0;
    padding-left: 3rem;
  }
  #easy .easy-title figure img {
    max-width: 30rem;
  }
  
  
  .easy-talk {
    max-width: 140rem;
    margin: 0 auto;
    font-size: 1.6rem;
    border-radius: 1rem;
  }
  .easy-talk-in {
    padding: 5rem 5rem 0;
  }
  .talk-box figure {
    width: 12rem;
    height: 12rem;
  }
  .talk-box p {
    width: 100%;
    padding: 3rem 4rem;
    filter: drop-shadow(0 10px 0 rgba(0, 0, 0, 0.2));
  }
  .talk-customer p {
    margin-left: 5rem;
  }
  .talk-customer p::before {/*吹き出し三角*/
    border: 2rem transparent solid;
    border-right: 6rem #fff solid;
    bottom: 4rem;
    left: -5rem;
  }
  .talk-staff p {
    margin-right: 5rem
  }
  .talk-staff p::after {/*吹き出し三角*/
    border: 2rem transparent solid;
    border-left: 6rem #ffffb2 solid;
    top: 4rem;
    right: -5rem;
  }



  /* ----------------------  
  プラン TB 750
  -------------------------*/
  #plan .point {
    max-width: 140rem;
    display: flex;
    justify-content: center;
    padding: 2rem 0 5rem;
    border-top: 1px #70b02d solid;
    border-bottom: 1px #70b02d solid;
  }
  #plan .point-box {
    max-width: none;
    width: 50%;
    padding: 0 5%;
  }
  #plan .point-box:first-child {
    border-right: 1px #70b02d solid;
  }



  .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;
    padding: 7rem 0 10rem;
  }
  #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;
  }

  .faq-bnr {
    margin-top: 5rem;
  }



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

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

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



}





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

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



/* ----------------------  
プラン PC1000
-------------------------*/
  #plan {
    padding: 5rem 0;
  }
  
  #plan .plan-title {
    padding-bottom: 2rem;
    position: relative;
  }
  #plan .plan-title .plan-name {
    font-size: 4.8rem;
  }
  #plan .plan-title .plan-name span {
    font-size: 5.4rem;
  }
  #plan .plan-title .premium {
    width: 20rem;
    position: absolute;
    top: -2rem;
    left: -17.5rem;
  }
  
  /* ----- 保障内容 SP 非表示 ----- */
  #plan .plan-select-sp {
    display: none;
  }

  /* ----- 保障内容 PC 表示 ----- */
  #plan .plan-select-pc {
    display: block;
    max-width: 140rem;
    margin: 0 auto;
  }
  
  
  
  #plan .plan-select-pc .inner {
    padding: 0 1.5rem 5rem;
  }
  
  #plan section {
    padding: 0;
  }
  
  #plan h3.age-list {
    width: 67.4%;
    padding: 1.5rem 0;
    margin-left: auto;
    text-align: center;
    color: #4b5845;
    border-radius: 1rem 1rem 0 0;
    background: var(--gr);
    font-size: 1.8rem;
    font-weight: bold;
  }
  
  /* 共通 */
  .plantb-pc th {
    padding: 1.5rem 2rem;
  }
  .plantb-pc td {
    padding: 1.5rem;
  }
  
  /* セル幅 */
  .plantb-pc tr.row-top th {
    width: 13.5%;
  }
  .plantb-pc tr:nth-child(2) th:first-child {
    width: 15%;
  }
  .plantb-pc tr:nth-child(2) th:nth-child(2) {
    width: 17.5%;
  }
  
  /* 文字設定 */
  .plantb-pc tr.row-top th {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .plantb-pc tr.row-top th:first-child {
    font-size: 1.8rem;
  }
  .plantb-pc tr.row-top th span {
    font-size: 1.8rem;
  }
  .plantb-pc th {
    font-size: 1.4rem;
  }
  .plantb-pc th:first-child {
    font-size: 1.8rem;
  }
  .plantb-pc tr:nth-child(4) th:first-child,
  .plantb-pc tr:nth-child(6) th:first-child,
  .plantb-pc tr:nth-child(7) th:first-child {
    font-size: 1.4rem;
  }
  .plantb-pc th span {
    font-size: 1.6rem;
  }
  .plantb-pc th span.note {
    font-size: 1.2rem;
    color: #f00;
  }
  .plantb-pc td {
    font-size: 1.6rem;
  }
  .plantb-pc td span {
    font-size: 1.8rem;
  }
  
  /* 線 */
  .plantb-pc {
    border-collapse: separate;
    border-spacing: 0;
    border: 5px var(--gr) solid;
    border-radius: 1rem 0 1rem 1rem;
    overflow: hidden;
  }
  .plantb-pc th, .plantb-pc td {
    border-left: 1px #aac6bb solid;
    border-bottom: 1px #aac6bb solid;
  }
  .plantb-pc tr.row-top th:nth-child(2),
  .plantb-pc td:first-of-type {
    border-left: 3px #aac6bb solid;
  }
  .plantb-pc tr.row-top th:first-child,
  .plantb-pc tr:nth-child(2) th:first-child,
  .plantb-pc tr:nth-child(3) th:first-child,
  .plantb-pc tr:nth-child(5) th:first-child {
    border-left: none;
    vertical-align: middle;
  }
  .plantb-pc tr.row-top th {
    border-bottom: 3px var(--gr) solid;
  }
  .plantb-pc tr:nth-child(3) th:nth-child(2),
  .plantb-pc tr:nth-child(3) td,
  .plantb-pc tr:nth-child(5) th,
  .plantb-pc tr:nth-child(5) td,
  .plantb-pc tr:nth-child(6) th,
  .plantb-pc tr:nth-child(6) td{
    border-bottom: 1px #aac6bb dashed;
  }
  .plantb-pc tr:last-child th,
  .plantb-pc tr:nth-child(5) th:first-child,
  .plantb-pc tr:last-child td {
    border-bottom: none;
  }
  
   /* セル背景色 */
  .plantb-pc tr.row-top th:first-child {
    background: #f8f8f8;
    text-align: center;
  }
  .plantb-pc .yl {
    background: #fbfbe3;
    text-align: center;
  }
  .plantb-pc .gn {
    background: #edf7e8;
    text-align: center;
  }
  .plantb-pc .highlight {
    background: var(--or);
    color: #ff0;
    text-align: center;
  }
  
  
  /* ----- 保障内容 注釈 PC ----- */
  #plan .comment-box {
    font-size: 1.6rem;
  }
  
  
  
  /* ----- ポイント ----- */
  #plan .point-box h3 {
    font-size: 2.2rem;
  }
  #plan .point-box h3 > span {
    font-size: 4.8rem;
    top: -9.5rem;
    left: -1.3rem;
  }
  #plan .point-box h3 span span {
    font-size: 1.6rem;
  }
  #plan .point-box p {
    font-size: 1.8rem;
  }



  /* --------------------------- 
  加入の流れ 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) {

  /* ------------------------
  手軽に始める SP
  --------------------------*/
  #easy .easy-title h2 {
    flex-shrink: 0;
    font-size: 4.2rem;
    padding: 1rem 2rem;
  }
  #easy .easy-title h2 span {
    font-size: 3rem;
    top: -6rem;
  }
  
  .easy-talk {
    font-size: 2rem;
  }
  .easy-talk-in {
    padding: 10rem;
  }
  .talk-box figure {
    width: 18rem;
    height: 18rem;
  }
  .talk-box p {
    padding: 4rem 5rem;
  }
  .talk-customer {
    align-items: flex-end;
  }



  /* ----------------------  
  プラン PC1200
  -------------------------*/
  #plan h3.age-list {
    font-size: 2rem;
  }
  
  /* 共通 */
  .plantb-pc th {
    padding: 2rem 3rem;
  }
  .plantb-pc td {
    padding: 2rem 2.5rem;
  }
  
  /* 文字設定 */
  .plantb-pc tr.row-top th {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .plantb-pc tr.row-top th:first-child {
    font-size: 2rem;
  }
  .plantb-pc tr.row-top th span {
    font-size: 2rem;
  }
  .plantb-pc th {
    font-size: 1.6rem;
  }
  .plantb-pc th:first-child {
    font-size: 2rem;
  }
  .plantb-pc tr:nth-child(4) th:first-child,
  .plantb-pc tr:nth-child(6) th:first-child,
  .plantb-pc tr:nth-child(7) th:first-child {
    font-size: 1.6rem;
  }
  .plantb-pc th span {
    font-size: 1.8rem;
  }
  .plantb-pc th span.note {
    font-size: 1.2rem;
    color: #f00;
  }
  .plantb-pc td {
    font-size: 1.8rem;
  }
  .plantb-pc td span {
    font-size: 2rem;
  }


}





/* -----------------------------------------------
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 --------------- */
  .sug-daen{
    padding:13rem 0 4rem;
  }
  .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;
    text-align: center;
  }

  .suggest-in dl dt{
    width: 100%;
    height: 23rem;
  }
  .suggest-in dl:first-child dt span{
    width: 14rem;
    padding: 6rem 0 4rem;    
  }
  .suggest-in dl:nth-child(2) dt span{
    width: 21rem;
    padding: 8rem 0 2rem; 
  }
  .suggest-in dl:last-child dt span{
    width: 18rem;
    padding: 6rem 0 4rem;    
  }

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



  /* ----------------------
  プラン PC1400
  -------------------------*/
  /* 文字設定 */
  #plan h3.age-list {
    font-size: 2.4rem;
  }
  
  .plantb-pc tr.row-top th {
    font-size: 2.1rem;
    font-weight: bold;
  }
  .plantb-pc tr.row-top th:first-child {
    font-size: 2.4rem;
  }
  .plantb-pc tr.row-top th span {
    font-size: 2.8rem;
  }
  .plantb-pc th {
    font-size: 1.8rem;
  }
  .plantb-pc th:first-child {
    font-size: 2.4rem;
  }
  .plantb-pc tr:nth-child(4) th:first-child,
  .plantb-pc tr:nth-child(6) th:first-child,
  .plantb-pc tr:nth-child(7) th:first-child {
    font-size: 1.8rem;
  }
  .plantb-pc th span {
    font-size: 2.1rem;
  }
  .plantb-pc th span.note {
    font-size: 1.4rem;
    color: #f00;
  }
  .plantb-pc td {
    font-size: 2rem;
  }
  .plantb-pc td span {
    font-size: 3rem;
  }



  /* インターネットで加入申込 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
  -------------------------*/
  .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 10px;
  }

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



}
