@charset "utf-8";

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

setplan.css

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

.mont_jt { line-height: 1;}

.setplan .sub_ttl { margin-bottom: 20px;}

.ribbon {
  display: inline-block;
  position: relative;
  padding: 0 40px;
  height: 46px;
  line-height: 46px;
  background: #fb6397;
  box-sizing: border-box;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  z-index: 1;
}
.ribbon::before {
  top: 0;
  left: 0;
  border-width: 23px 0px 23px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.ribbon::after {
  top: 0;
  right: 0;
  border-width: 23px 15px 23px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.intro_copy .sub { color: #fb6397;}
.records_list {
  display: flex;
  flex-wrap: wrap;
}
.records_list li {
  margin-top: 20px;
  width: 31%;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.records_list li:not(:nth-child(3n)) {
  margin-right: 3.5%;
}

.reading .sec:not(:last-child) {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ddd;
}
.reading_row {
  display: flex;
  justify-content: space-between;
}
.reading_row.point .contents { width: 340px;}
.reading_row.point .thumb { width: 340px;}

.reading_row.learn .contents { width: 450px;}
.reading_row.learn .thumb { width: 230px;}

.reading_row.voice {
  flex-direction: row-reverse;
}

.reading_row.voice .contents { width: 380px;}
.reading_row.voice .thumb { width: 294px;}


.quotation {
  padding: 30px 40px;
  background-color: #fff8f1;
}
.quotation .ex_ttl {
  display: inline-block;
  padding: 3px 6px;
  border-radius: 3px;
  border: 2px solid #f57c00;
}
.print_block {
  display: flex;
  justify-content: space-between;
  background-image: url(../img/setplan/circled-plus.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.print_col {
  width: 47%;
}
.print_col .heading {
  padding: 8px 16px;
  border-radius: 3px 3px 0 0;
}
.print_col.nc .heading { background-color: #03a9f4;}
.print_col.en .heading { background-color: #96d228;}

.print_col .inside {
  padding: 15px;
  border-style: solid;
  border-width: 2px;
  border-radius: 0 0 3px 3px;
  background-color: #fff;
}
.print_col.nc .inside { border-color:#03a9f4; }
.print_col.en .inside { border-color:#96d228; }

.print_col .inside ul {
  display: flex;
  justify-content: space-between;
}
.print_col .inside ul li {
  padding: 6px 0;
  line-height: 1.4;
}
.print_col.nc .inside ul li {
  width: 31%;
  background-color: #e6f2f8;
}
.print_col.en .inside ul li {
  width: 48%;
  background-color: #eff4e5;
}
.total_block {
  display: flex;
  justify-content: space-between;
}
.total_col.before {
  display: flex;
  width: 370px;
  justify-content: space-between;
}
.total_col.after {
  width: 210px;
}
.total_col .price_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 16px;
  height: 68px;
}
.total_col.before .price_box {
  width: 50%;
}
.total_col.before .price_box:first-child {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  border-left: 2px solid #ccc;
  background-color: #fff;
}
.total_col.before .price_box:last-child {
  position: relative;
  border: 2px solid #f57c00;
  background-color: #f57c00;
}
.total_col.before .price_box:last-child::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -30px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 36px 0 36px 28px;
  border-color: transparent transparent transparent #f57c00;
}
.total_col.after .price_box {
  border: 3px solid #f57c00;
  background-color: #fff;
}
.voice_block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.voice_block .people {
  position: relative;
  width: 153px;
  z-index: -1;
}
.voice_block .contents {
  padding-bottom: 20px;
  width: 550px;
}
.voice_block .callout {
  position: relative;
  padding: 20px;
  border: 1px solid #fb6397;
  background-color: #fff5f5;
}
.voice_block .callout::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  margin-top: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 14px 9px 0;
  border-color: transparent #fff5f5 transparent transparent;
  z-index: 0;
}
.voice_block .callout::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #fb6397 transparent transparent;
  z-index: -1;
}
.price_more {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 98px;
  background-image: url(../img/setplan/more_arw.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.p_detail .heading {
  padding: 8px 12px;
}
.p_detail.nc .heading { background-color: #03a9f4;}
.p_detail.en .heading { background-color: #96d228;}

.p_detail .inside {
  padding: 16px;
}
.p_detail.nc .inside { background-color: #def0f8;}
.p_detail.en .inside { background-color: #edf7db;}


.p_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  background-color: #fff;
}
.p_box .pr {
  display: flex;
  align-items: center;
  padding: 12px;
  width: 200px;
  background-color: #fff2cd;
}
.p_box .desc {
  width: 390px;
}
.p_box:not(:last-child) {
  margin-bottom: 10px;
}
.p_box .desc dl {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
}


.check .inside {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  border: 3px solid #f57c00;
}
.check .label {
  display: inline-block;
  padding: 6px 18px;
  color: #fcf551;
  font-size: 1.7rem;
  background-color: #f57c00;
}
.check .inside .thumb {
  padding-right: 16px;
}
.records_box {
  padding: 30px;
  background-color: #fff8f1;
}
.records_box .records_gate {
  display: flex;
  justify-content: space-between;
}
.records_box .records_gate li {
  width: 48%;
}