@charset "UTF-8";
/*-------
4つの満足宣言
---------*/
/*見出しタイトル*/
.main_ttl_bg {
  background-image: url("../../img/satisfaction/main_ttl_bg.jpg");
}

@media screen and (max-width: 768px) {
  .main_ttl_bg {
    background-image: url("../../img/satisfaction/main_ttl_bg_sp.jpg");
  }
}

/* 吹き出し番号 */
.buy_sec_ttl.num02 span:before {
  content: "2";
}
.buy_sec_ttl.num03 span:before {
  content: "3";
}
.buy_sec_ttl.num04 span:before {
  content: "4";
}

/* container */
.section_container_s {
  padding: 0 30px;
}

.section_container_ss {
  width: 100%;
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .section_container_s {
    padding: 0 2.60417vw;
  }
}

/* flex */
.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex_box._between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_box._center_x {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex_box .col2_left {
  width: 58%;;
}

.flex_box .col2_left._nospace {
  /* width: 61.66667%; */
}

.flex_box .col2_right {
  width: 38.333333%;
}

.flex_box .col2_50 {
  width: calc((100% - 30px) / 2);
  padding: 0 15px;
  margin-bottom: 15px;
}

.flex_box .col2_50._border_r {
  border-right: 1px solid #b7b7b7;
}

.flex_box .col3 {
  width: calc((100% - 60px) / 3);
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .flex_box {
    display: block;
  }
  .flex_box .col2_left,
  .flex_box .col2_right,
  .flex_box .col2_left._nospace,
  .flex_box .col2_50,
  .flex_box .col3 {
    width: 100%;
    padding: 0;
  }
  .flex_box .col2_50._border_r {
    padding-bottom: 15px;
    border-right: 0;
    border-bottom: 1px solid #b7b7b7;
  }
  .flex_box .col2_50,
  .flex_box .col3 {
    margin-bottom: 30px;
  }
  .flex_box .col2_50._border_r,
  .flex_box .col3._border_r {
    padding-bottom: 30px;
  }
}

/* 見出し　*/
.ttl_style01 {
  background: #d0eff4;
  padding: 10px 0;
  font-size: 24px;
  font-weight: 600;
  border-radius: 50px;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

.ttl_style05 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1400px) {
  .ttl_style01 {
    background: #d0eff4;
    padding: 0.83333vw;
    font-size: 2vw;
  }
  .ttl_style05 {
    font-size: 2vw;
  }
}

@media screen and (max-width: 768px) {
  .ttl_style01 {
    padding: 1.3vw 0;
    font-size: 4.16667vw;
    margin-bottom: 3.9vw;
  }
  .ttl_style05 {
    font-size: 4.16667vw;
  }
}

/* 文字 */
.font_txt_l {
  font-size: 30px;
  letter-spacing: 0.05em;
}

.font_txt_m {
  font-size: 20px;
  letter-spacing: 0.05em;
}

.font_txt_s {
  font-size: 15px;
  letter-spacing: 0.05em;
}

.notice {
  font-size: 15px;
  letter-spacing: 0.05em;
}

.txt_red {
  color: #f23a3a;
}

strong {
  font-size: 20px;
  font-weight: 600;
}

.asterisk {
  margin-top: 10px;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 1400px) {
  .font_txt_l {
    font-size: 2.5vw;
  }
  .font_txt_m {
    font-size: 1.428vw;
  }
  strong {
    font-size: 2vw;
  }
}

@media screen and (max-width: 768px) {
  .font_txt_l {
    font-size: 4.16667vw;
  }
  .font_txt_m {
    font-size: 3.51562vw;
  }
  .font_txt_s {
    font-size: 3.125vw;
  }
  .notice {
    font-size: 2.60417vw;
  }
  strong {
    font-size: 4.16667vw;
  }
}

/* リスト */
.ul_nostyle {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list_style_01 {
  padding-left: 1.5em;
  margin-bottom: 0;
}

.list_style_02 {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  letter-spacing: 0.05em;
}

.list_style_02 li {
  position: relative;
  margin-left: 1.2em;
}

.list_style_02 li:before {
  content: "●";
  display: block;
  position: absolute;
  top: 3px;
  left: -1.2em;
  font-size: 12px;
}

.dl_style_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  letter-spacing: 0.05em;
}

.dl_style_01 dt {
  position: relative;
  width: 11%;
  padding-left: 0.6em;
  margin: 0 0 0.8em 0;
  font-weight: 400;
}

.dl_style_01 dt:after {
  content: "：";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.dl_style_01 dd {
  width: 89%;
  padding-left: 0.6em;
  margin: 0 0 0.8em 0;
}

.dl_style_01 strong {
  font-size: 24px;
  font-weight: 400;
}

.dl_style_02 {
  margin: 0;
}

.dl_style_02 dt {
  margin-bottom: 0.5em;
  font-weight: 600;
  text-align: center;
}

.dl_style_02 dd {
  margin-bottom: 1.4em;
  font-size: 15px;
  line-height: 1.4;
  text-align: left;
}

.dl_style_02 dd:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .list_style_02 li:before {
    top: 0.39vw;
    font-size: 3vw;
}
  .dl_style_01 dt {
    width: 22%;
  }
  .dl_style_01 dd {
    width: 78%;
  }
  .dl_style_01 strong {
    font-size: 4.42708vw;
  }
  .dl_style_02 dd {
    font-size: 3.125vw;
  }
}

/* box */
.text_box_border {
  display: inline-block;
  padding: 14px 30px;
  border: 1px solid #333;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.05em;
}

.text_box_gray {
  background-color: #efefef;
  padding: 20px 15px;
  text-align: center;
}

.plan_box {
  padding-top: 37px;
}

.plan_box_header {
  position: relative;
  background-color: #333;
  padding: 0.5em 1em;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 1.4;
}

.plan_box_header p {
  margin: 0;
}

.plan_box_header span {
  font-size: 36px;
}

.plan_box_num {
  display: block;
  position: absolute;
  top: -37px;
  left: 12px;
  padding: 0.25em;
  font-size: 36px;
  font-weight: 500;
  background-color: #0e9352;
  color: #fff;
  width: 75px;
  height: 75px;
  border-radius: 50%;
}

.plan_box_body {
  padding: 30px 15px;
  background-color: #efefef;
}

.plan_box_label {
  max-width: 400px;
  padding: 0.6em;
  margin-bottom: 1.4em;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  color: #f23a3a;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  .text_box_border {
    padding: 1.16667vw 1.66667vw;
    font-size: 1.83333vw;
  }
  .plan_box {
    padding-top: 3.75vw;
  }
  .plan_box_header {
    font-size: 2vw;
  }
  .plan_box_header span {
    font-size: 3vw;
  }
  .plan_box_num {
    top: -4vw;
    left: 0.66667vw;
    font-size: 3vw;
    width: 5.83333vw;
    height: 5.83333vw;
  }
  .plan_box_label {
    font-size: 2vw;
  }
}

@media screen and (max-width: 768px) {
  .text_box_border {
    padding: 1.82292vw;
    font-size: 3.90625vw;
  }
  .plan_box_header {
    font-size: 4.16667vw;
  }
  .plan_box_header span {
    font-size: 5.46875vw;
  }
  .plan_box_num {
    top: -5.5vw;
    left: 3.125vw;
    width: 11.71875vw;
    height: 11.71875vw;
    font-size: 5.72917vw;
  }
  .plan_box_label {
    font-size: 4.16667vw;
  }
}

/* acc_box */
.acc_box_header {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 0;
  margin-bottom: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.acc_box_header.open .acc_box_btn {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.acc_box_btn {
  cursor: pointer;
  line-height: 1;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.acc_box_body {
  display: none;
}

.acc_box_body.stay {
  display: block;
}

@media screen and (max-width: 1400px) {
  .acc_box_header {
    /* padding: 1.16667vw; */
  }
}

@media screen and (max-width: 768px) {
  .acc_box_header {
    padding: 2.34375vw 0;
    margin-bottom: 1.95312vw;
  }
}

/* local_nav */
.local_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.local_nav li {
  width: 25%;
  border: 1px solid #000;
  border-right: 0;
  text-align: center;
}

.local_nav li a {
  display: block;
  padding: 20px 10px;
  font-size: 20px;
}

.local_nav li:last-child {
  border-right: 1px solid #000;
}

.sec_m_ml {
  margin: 90px auto;
}

@media screen and (max-width: 1400px) {
  .local_nav li a {
    padding: 1.3vw 0;
    font-size: 1.428571vw;
  }
}

@media screen and (max-width: 768px) {
  .local_nav {
    display: none;
  }
  .sec_m_ml {
    margin: 11.71vw auto;
  }
}

/*sub-ttl-01*/
.sub_ttl_01 {
  text-align: center;
}

.sub_ttl_01 span {
  display: inline-block;
  padding: 22px 25px;
  background-color: #0e9352;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.05em;
}

.sub_ttl_01 span + span {
  margin-top: 15px;
}

@media screen and (max-width: 1400px) {
  .sub_ttl_01 span {
    padding: 1.571429vw 1.785714vw;
    font-size: 1.7vw;
  }
}

@media screen and (max-width: 768px) {
  .sub_ttl_01 span {
    display: block;
    padding: 1.4vw 0.4vw;
    background-color: #0e9352;
    color: #fff;
    font-size: 4.1vw;
  }
}

/* sec_header */
.sec_header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 40px 40px;
  background-color: #efefef;
  text-align: center;
}

.sec_header .container {
  max-width: 100%;
}

.sec_header p {
  margin: 0;
}

.sec_header p + p {
  margin-top: 1em;
}

.sec_header_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.sec_header_ttl_number {
  display: inline-block;
  padding: 9px 14px 12px;
  margin-right: 20px;
  background-color: #0e9352;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

.sec_header_ttl_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  font-weight: 100;
  font-size: 45px;
  letter-spacing: 0.02em;
}

.sec_header_ttl_sub span {
  display: inline-block;
  margin: 4px 4px 0px;
  font-weight: 400;
  font-size: 24px;
}

@media screen and (max-width: 1400px) {
  .sec_header {
    padding: 2.5vw 3.33333vw 3.33333vw;
  }
  .sec_header_ttl {
    font-size: 2.5vw;
  }
  .sec_header_ttl_number {
    padding: 0.75vw 1.16667vw 1vw;
    margin-right: 2vw;
    font-size: 2.66667vw;
  }
  .sec_header_ttl_sub {
    font-size: 3.75vw;
  }
  .sec_header_ttl_sub span {
    margin: 0.33333vw 0.33333vw 0;
    font-size: 2vw;
  }
}

@media screen and (max-width: 768px) {
  .sec_header {
    padding: 6.4vw 2.7vw;
  }
  .sec_header_ttl {
    display: block;
    font-size: 5.20833vw;
  }
  .sec_header_ttl_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sec_header_ttl_number {
    padding: 1.17188vw 1.82292vw 1.5625vw;
    margin-right: 2.60417vw;
    font-size: 6.25vw;
  }
  .sec_header_ttl_sub {
    margin-top: 0;
    margin-left: 0;
    font-size: 7.8125vw;
  }
  .sec_header_ttl_sub span {
    font-size: 4.42708vw;
    font-weight: 400;
  }
  .sec_header .font_txt_s {
    text-align: left;
  }
}

/* table */
.table_style_01 {
  width: 100%;
}

.table_style_01 thead th {
  border: none;
  background-color: #333;
  color: #fff;
  letter-spacing: 0.05em;
}

.table_style_01 th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 20px;
  background-color: #efefef;
  font-weight: 600;
  text-align: center;
}

.table_style_01 td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 30px 20px;
  vertical-align: baseline;
}

/* sec02 */
.img_t-protect {
  width: 469px;
  max-width: 100%;
  margin: 20px auto 0;
}

.guarantee_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.guarantee_list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19%;
}

.attention_box {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 30px 40px;
  background-color: #efefef;
}

.attention_box .sec_header_ttl_sub span {
  margin: 0 8px;
  font-weight: 500;
}

.attention_box ul li.has_link {
  margin-top: 1em;
}

.attention_box ul li.has_link a {
  display: inline-block;
  margin-top: -0.16em;
  font-size: 18px;
}

.img_chart_warranty {
  width: 92vw;
  max-width: 809px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1400px) {
  .img_t-protect {
    width: 39.08333vw;
  }
}

@media screen and (max-width: 768px) {
  .img_t-protect {
    width: 65vw;
    margin: 4vw auto 0;
  }
  .attention_box {
    padding: 2.7vw;
  }
  .attention_box ul li.has_link a {
    font-size: 3.64583vw;
  }
  .guarantee_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .guarantee_list li {
    width: 44.95vw;
    margin-bottom: 2.7vw;
  }
}

/* sec03 */
.img_bnr_01 {
  width: 382px;
  max-width: 49.73958vw;
  height: auto;
}

/* sec04 */
.assessment_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.4;
}

.assessment_list li p {
  margin: 0;
  letter-spacing: 0.02em;
}

.assessment_list_number {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 76px;
  height: 76px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .assessment_list_number {
    width: 11.71875vw;
    height: 11.71875vw;
    margin-right: 2.60417vw;
  }
}

.satisfaction_footer {
  text-align: center;
}
