/* =================================
 Basic
================================= */

/* key
---------------------------------------------------------- */
.c-key {
  width: 100%;
  height: 40vh;
  min-height: 550px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-key::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(196, 204, 224, 0.22);
  position: absolute;
  top: 0;
}
.c-key .l-cont_l {
  height: 100%;
  position: relative;
}
.c-key_ttl {
  position: absolute;
  bottom: 40px;
  left: 30px;
  z-index: 1;
}
.c-key_ttl_en {
  display: block;
  font-family: A1 Mincho, serif;
  font-size: 80px;
  font-size: 8.0rem;
  color: #abd2e4;
}
.c-key_ttl_jp {
  display: inline-block;
  font-family: A1 Mincho, serif;
  font-size: 38px;
  font-size: 3.8rem;
  background-color: #fff;
  padding: 7px 20px 10px;
  line-height: 1.2;
}

/* breadcrumbList
---------------------------------------------------------- */
.c-breadcrumb {
  text-align: right;
}
.c-breadcrumb .l-cont_l {
  padding: 20px 30px;
}
.c-breadcrumb_list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.c-breadcrumb_list li {
  display: flex;
  font-size: 13px;
  font-size: 1.3rem;
}
.c-breadcrumb_list li a {
  color: inherit;
}
.c-breadcrumb_list li a:hover {
  text-decoration: underline;
}
.c-breadcrumb_list li::after {
  content: '／';
  margin: 0 5px;
}
.c-breadcrumb_list li:last-child::after {
  content: none;
  margin: 0;
}

/* text
---------------------------------------------------------- */
.c-txt_mincho {
  font-family: A1 Mincho, serif;
}
.c-txt_lato {
  font-family: 'Lato', sans-serif;
}

.c-txt_center {
  text-align: center;
}

.c-txt_min {
  font-size: 13px;
  font-size: 1.3rem;
  color: #a98a71;
}

.c-txt_link {
  display: inline;
  text-decoration: underline !important;
}

.c-txt_cont {
  margin-bottom: 20px;
}

/* title
---------------------------------------------------------- */
.c-ttl_en {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  color: #cca42f;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
}
.c-ttl_main {
  display: block;
  font-size: 26px;
  font-size: 2.6rem;
  color: #16195c;
  font-weight: bold;
  margin-bottom: .7em;
  line-height: 1.6;
}
.c-ttl_sec {
  margin-bottom: 20px;
}

.c-ttl_sec_jp {
  display: block;
  font-family: A1 Mincho, serif;
  color: #6c523d;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.3;
}
.c-ttl_sec_min .c-ttl_sec_jp {
  font-size: 36px;
  font-size: 3.6rem;
}
.c-ttl_sec_en {
  display: block;
  font-family: 'Lato', sans-serif;
  color: #cad703;
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 10px;
}

.c-ttl_sub {
  display: block;
  border-top: 1px #444 solid;
  border-bottom: 1px #444 solid;
  color: #444;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 40px;
  margin-bottom: 30px;
}

.c-ttl_ico {
  font-family: A1 Mincho, serif;
  font-size: 26px;
  font-size: 2.6rem;
  margin-top: -10px;
  margin-bottom: 15px;
}
.c-ttl_ico::before {
  content: '';
  width: 22px;
  height: 22px;
  background-color: #cad703;
  display: inline-block;
  margin-right: 10px;
  vertical-align: -2px;
}

.c-ttl_left {
  line-height: 1.6;
  margin-bottom: 25px;
  color: #c59940;
  font-family: A1 Mincho, serif;
  font-size: 28px;
  font-size: 2.8rem;
}
.c-ttl_left_s {
  line-height: 1.6;
  margin-bottom: 15px;
  color: #c59940;
  font-family: A1 Mincho, serif;
  font-size: 24px;
  font-size: 2.4rem;
}

.c-ttl_icoTtl {
  margin-bottom: 20px;
}
.c-ttl_icoTtl .c-ttl_left {
  display: block;
  margin-bottom: 0;
}

.c-ttl_center {
  line-height: 1.7;
  color: #c59940;
  font-family: A1 Mincho, serif;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
}

.c-ttl_feature {
  margin-bottom: 20px;
}
.c-ttl_feature_ico {
  display: flex;
  align-items: flex-end;
}
.c-ttl_feature_ico span {
  display: block;
  line-height: 1;
}
.c-ttl_feature_ja {
  margin-right: 5px;
  padding-bottom: 5px;
  font-family: A1 Mincho, serif;
  font-size: 24px;
  font-size: 2.4rem;
}
.c-ttl_feature_number {
  font-family: 'Lato', sans-serif;
  color: #cad703;
  font-size: 40px;
  font-size: 4rem;
}
.c-ttl_feature_head {
  display: block;
  line-height: 1.7;
  color: #c59940;
  font-family: A1 Mincho, serif;
  font-size: 26px;
  font-size: 2.6rem;
}

/* btn
---------------------------------------------------------- */
[class^="c-btn"] {
  max-width: 300px;
  width: 300px;
  border: solid 1px #353694;
  transition: .3s;
}
[class^="c-btn"] a {
  display: block;
  text-align: center;
  color: #353694;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 50px;
  position: relative;
  font-weight: bold;
}
[class^="c-btn"] a::after {
  content: ">";
  position: absolute;
  top: 0;
  right: 10px;
  display: inline-block;
  transform: scale(0.5, 1);
}

.c-btn_wt:hover {
  background-color: #353694;
}
.c-btn_wt a:hover {
  opacity: 1;
  color: #fff;
}
.c-btn_bl {
  background-color: #353694;
  border: solid 1px #fff;
}
.c-btn_bl a {
  opacity: 1;
  color: #fff;
}
.c-btn_bl:hover {
  background-color: #fff;
  border: solid 1px #353694;
}
.c-btn_bl a:hover {
  opacity: 1;
  color: #353694;
}



/* table
---------------------------------------------------------- */
.c-tbl_list_wrap {
  width: 100%;
}
.c-tbl_list {
  width: 100%;
  border-top: 1px #ccc solid;
}
.c-tbl_list tr {
  border-bottom: 1px #ccc solid;
}
.c-tbl_list th,
.c-tbl_list td {
  padding: 10px 20px;
}
.c-tbl_list th {
  width: 30%;
  background-color: #f8f7f3;
  font-weight: bold;
}
.c-tbl_list td {
  text-align: left;
}

.c-tbl_price {
  width: 100%;
  border-top: 1px #ccc solid;
}
.c-tbl_price tr {
  border-bottom: 1px #ccc solid;
}
.c-tbl_price th,
.c-tbl_price td {
  padding: 10px 20px;
  border-right: 1px #ccc solid;
}
.c-tbl_price th {
  background-color: #e7e9dc;
  font-weight: bold;
}
.c-tbl_price td {
  text-align: left;
}
.c-tbl_price tr th:last-child,
.c-tbl_price tr td:last-child {
  border-right: 0;
}
.c-tbl_price_head {
  background-color: #f8f7f3;
  font-weight: bold;
}
.c-tbl_price_category {
  color: #a98a71;
}

.c-tbl_case {
  width: 100%;
  margin-bottom: 30px;
  border-top: 1px #ccc solid;
}
.c-tbl_case tr {
  border-bottom: 1px #ccc solid;
}
.c-tbl_case th,
.c-tbl_case td {
  padding: 10px 20px;
  border-right: 1px #ccc solid;
}
.c-tbl_case th {
  background-color: #f8f7f3;
  font-weight: bold;
  text-align: center;
}
.c-tbl_case_head {
  width: 25%;
}
.c-tbl_case td {
  text-align: center;
}
.c-tbl_case_txt {
  text-align: left !important;
}
.c-tbl_case tr th:last-child,
.c-tbl_case tr td:last-child {
  border-right: 0;
}

/* list
---------------------------------------------------------- */
.c-list_point_number {
  line-height: 1.4;
  margin-bottom: 20px;
  color: #cad703;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}
.c-list_point_img {
  width: 80px;
  margin: 0 auto 20px;
}
.c-list_point_ttl {
  margin-bottom: 15px;
  color: #6c523d;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
.c-list_point_txt {
  text-align: justify;
}

.c-list_cont li,
.c-list_cont_s li {
  margin-bottom: 50px;
}
.c-list_cont_img {
  margin-bottom: 15px;
}
.c-list_cont_ttl {
  line-height: 1.7;
  color: #c59940;
  font-family: A1 Mincho, serif;
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
}
.c-list_cont_ttl_head {
  display: inline-block;
  padding: 0 10px;
  background-color: #f8f7f2;
  font-size: 20px;
  font-size: 2.0rem;
}
.c-list_cont_ttl_main {
  display: block;
}
.c-list_cont_txt {
  margin-top: 10px;
}

.c-list_circle li {
  position: relative;
  z-index: 0;
  margin-bottom: 10px;
  padding-left: 30px;
}
.c-list_circle li:last-child,
.c-list_asterisk li:last-child {
  margin-bottom: 0;
}
.c-list_circle li::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 2px solid #cad703;
  border-radius: 50%;
  background-color: #fff;
}

.c-list_asterisk li {
  position: relative;
  z-index: 0;
  margin-bottom: 10px;
  padding-left: 1.5em;
}
.c-list_asterisk li::before {
  content: '\ff0a';
  position: absolute;
  z-index: 0;
  top: 4px;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  color: #cad703;
  font-size: 20px;
  font-size: 2rem;
}

.c-list_grid li {
  position: relative;
  z-index: 0;
}
.c-list_grid_ico {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 100px;
  transform: translateX(-50%);
}
.c-list_grid_ico_wrap {
  position: relative;
  z-index: 0;
  width: 100px;
  height: 100px;
  margin-right: 30px;
  border-radius: 50%;
  border: 1px solid #cad703;
  background-color: #fff;
}
.c-list_grid_ico_inner {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
}
.c-list_grid_ico_number {
  display: block;
  line-height: 1;
  color: #cad703;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
}
.c-list_grid_img {
  padding-top: 40px;
  margin-bottom: 15px;
}
.c-list_grid_txt {
  margin-top: 15px;
}

.c-list_feature li {
  margin-bottom: 50px;
}
.c-list_feature li:last-child {
  margin-bottom: 0;
}
.c-list_feature li .c-list_circle li {
  margin-bottom: 10px !important;
}

.c-list_case_row {
  margin-bottom: 30px;
}
.c-list_case_row:last-child {
  margin-bottom: 0;
}
.c-list_case_row li {
  position: relative;
  z-index: 0;
}
.c-list_case_row li::before {
  content: '';
  position: absolute;
  z-index: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.c-list_case_row li:last-child::before {
  display: none;
}
.c-list_case_ttl {
  line-height: 1.7;
  margin-bottom: 15px;
  padding: 5px 0;
  border: 1px solid #c59940;
  color: #c59940;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
.c-list_case_grid li {
  position: relative;
  z-index: 0;
  margin-bottom: 60px;
}
.c-list_case_grid li:last-child {
  margin-bottom: 0;
}
.c-list_case_grid li::before {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: -45px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 70px 0 70px;
  border-color: #e7e9dc transparent transparent transparent;
  transform: translateX(-50%);
}
.c-list_case_grid li:last-child::before {
  display: none;
}

.c-list_number li {
  position: relative;
  z-index: 0;
  margin-bottom: 10px;
  padding-left: 2.5em;
}
.c-list_number li:last-child {
  margin-bottom: 0;
}
.c-list_number li::before {
  position: absolute;
  z-index: 0;
  top: 2px;
  left: 0;
  width: 2em;
  height: 1em;
  line-height: 1;
  color: #cad703;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 24px;
  font-size: 2.4rem;
}
.c-list_number li:nth-child(1)::before {
  content: '01.';
}
.c-list_number li:nth-child(2)::before {
  content: '02.';
}
.c-list_number li:nth-child(3)::before {
  content: '03.';
}
.c-list_number li:nth-child(4)::before {
  content: '04.';
}
.c-list_number li:nth-child(5)::before {
  content: '05.';
}

/* banner
---------------------------------------------------------- */
.c-bnr_yellow {
  width: 100%;
  background-color: #fff;
  border: 1px #c59940 solid;
  text-align: center;
  padding: 8px 0;
}
.c-bnr_yellow a {
  width: 100%;
  color: #c59940;
  font-weight: bold;
  text-align: center;
}
.c-bnr_yellow a::after {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../img/ico_arw_ye.png) no-repeat;
  background-size: contain;
  margin-left: 6px;
  display: inline-block;
  vertical-align: -2px;
}

.c-bnr_green {
  width: 100%;
  background-color: #fff;
  border: 1px #c59940 solid;
  text-align: center;
  padding: 8px 0;
}
.c-bnr_green a {
  width: 100%;
  color: #c59940;
  font-weight: bold;
  text-align: center;
}
.c-bnr_green a::after {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../img/ico_arw_gr.png) no-repeat;
  background-size: contain;
  margin-left: 6px;
  display: inline-block;
  vertical-align: -2px;
}

/* flow
---------------------------------------------------------- */
.c-flow li {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 0;
  padding-bottom: 40px;
}
.c-flow li:last-child::before {
  display: none;
}
.c-flow li::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 47px;
  width: 4px;
  height: 100%;
  background-color: #e7e9dc;
}
.c-flow_step {
  position: relative;
  z-index: 0;
  width: 100px;
  height: 100px;
  margin-right: 30px;
  border-radius: 50%;
  border: 1px solid #cad703;
  background-color: #fff;
}
.c-flow_step_wrap {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
}
.c-flow_step span {
  display: block;
  line-height: 1;
  color: #cad703;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  text-align: center;
}
.c-flow_step_head {
  font-size: 18px;
  font-size: 1.8rem;
}
.c-flow_step_number {
  font-weight: 400;
  font-size: 40px;
  font-size: 4rem;
}
.c-flow_wrap {
  width: 87%;
  margin-top: 20px;
}
.c-flow_ttl {
  line-height: 1.7;
  margin-bottom: 20px;
  color: #c59940;
  font-family: A1 Mincho, serif;
  font-size: 26px;
  font-size: 2.6rem;
}

/* faq
---------------------------------------------------------- */
.c-qa .c-qa_wrap:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.c-qa_wrap {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #c59940;
}
.c-qa_wrap dt,
.c-qa_wrap dd {
  padding: 5px 0 5px 60px;
  background-size: 38px;
  background-position: left top;
  background-repeat: no-repeat;
}
.c-qa_wrap dt {
  margin-bottom: 20px;
  background-image: url(../img/ico_q.png);
  font-weight: bold;
}
.c-qa_wrap dd {
  background-image: url(../img/ico_a.png);
}

/* contact tel tel
---------------------------------------------------------- */
.c-contact {
  text-align: center;
}
.c-contact_head {
  line-height: 1;
  margin-bottom: 30px;
  color: #c59940;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.c-contact_tel {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  color: #6c523d;
}
.c-contact_tel_num {
  font-family: A1 Mincho, serif;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: .05em;
}
.c-contact_tel_num::before {
  content: '';
  width: 43px;
  height: 43px;
  background: url(../img/ico_tel_or.png) no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 8px;
}
.c-contact_txt {
  display: inline-block;
  padding: 0 8px;
  border: 1px solid #a98a71;
  color: #a98a71;
  text-align: center;
}
.c-contact_bnr {
  width: 285px;
  margin: 0 auto;
}

/* image
---------------------------------------------------------- */
.c-img_l {
  margin-bottom: 30px;
}

/* box
---------------------------------------------------------- */
.c-box_base {
  padding: 30px;
  border: 1px solid #ccc;
  background-color: #f8f7f3;
}
.c-box_base_l {
  padding: 40px;
  border: 1px solid #ccc;
  background-color: #f8f7f3;
}
.c-box_border {
  padding: 40px;
  border: 1px solid #ccc;
  background-color: #fff;
}

/* row
---------------------------------------------------------- */
.c-row_s,
.c-row_l,
.c-row_noImg,
.c-row_wide {
  margin-bottom: 50px;
}
.c-row_box {
  margin-bottom: 30px;
}
.l-inner .c-row_s:last-child,
.l-inner .c-row_l:last-child,
.l-inner .c-row_box:last-child,
.l-inner .c-row_noImg:last-child,
.l-inner .c-row_wide:last-child {
  margin-bottom: 0;
}

/* column
---------------------------------------------------------- */
.c-column .c-column_wrap {
  margin-bottom: 80px;
}
.c-column .c-column_wrap:last-child {
  margin-bottom: 0;
}

/* pagelink
---------------------------------------------------------- */
.c-pagelink .l-cont_s {
  padding: 40px 30px;
}
.c-pagelink_list {
  display: flex;
  align-items: center;
}
.c-pagelink_list li {
  margin-right: 20px;
  border: 2px solid #c59940;
  background-color: #fff;
}
.c-pagelink_list .other {
  background-color: #feffe9;
}
.c-pagelink_list li a {
  padding: 4px 20px 6px;
  font-family: A1 Mincho, serif;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
.c-pagelink_list li a::after {
  content: '';
  width: 16px;
  height: 16px;
  background: url(/common/img/ico_arw_ye.png) no-repeat;
  background-size: contain;
  margin-left: 6px;
  display: inline-block;
  vertical-align: -2px;
}

/* case
---------------------------------------------------------- */
.c-case_wrap {
  margin-bottom: 60px;
}
.c-case .c-case_wrap:last-child {
  margin-bottom: 0;
}


/* =================================
 PC basic
================================= */

@media screen and (min-width: 768px) {
  /* table
  ---------------------------------------------------------- */
  .c-tbl_price th {
    text-align: center;
  }
  .c-tbl_price_head {
    text-align: center !important;
  }
  .c-tbl_price_yen {
    text-align: right !important;
  }

  /* list
  ---------------------------------------------------------- */
  .c-list_point {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .c-list_point li {
    width: 22%;
    margin-right: 4%;
  }
  .c-list_point li:nth-child(4n) {
    margin-right: 0;
  }

  .c-list_cont,
  .c-list_cont_s {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .c-list_cont li {
    width: 48%;
    margin-right: 4%;
  }
  .c-list_cont li:nth-child(2n) {
    margin-right: 0;
  }

  .c-list_cont_s li {
    width: 31.6%;
    margin-right: 2.5%;
  }
  .c-list_cont_s li:nth-child(3n) {
    margin-right: 0;
  }

  .c-ttl_feature {
    display: flex;
    align-items: flex-start;
  }
  .c-ttl_feature_ico {
    margin-right: 25px;
  }
  .c-ttl_feature.feature_txt .c-ttl_feature_ico {
    width: 12%;
    margin-right: 0;
  }
  .c-ttl_feature.feature_txt .c-ttl_feature_head {
    width: 78%;
  }
  .c-list_feature_wrap {
    display: flex;
    align-items: flex-start;
  }
  .c-list_feature_img {
    width: 31%;
    max-width: 300px;
    margin-right: 4%;
  }
  .c-list_feature_inner {
    width: 65%;
  }

  .c-list_grid {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .c-list_grid li {
    width: 31.6%;
    margin-right: 2.5%;
  }
  .c-list_grid li:nth-child(3n) {
    margin-right: 0;
  }

  .c-list_case_row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .c-list_case_row li {
    width: 30.5%;
    margin-right: 4.2%;
  }
  .c-list_case_row li::before {
    top: 50%;
    right: -30px;
    border-width: 30px 0 30px 16px;
    border-color: transparent transparent transparent #e7e9dc;
    transform: translateY(-50%);
  }
  .c-list_case_row li:nth-child(3n) {
    margin-right: 0;
  }

  /* flow
  ---------------------------------------------------------- */
  .c-flow_wrap {
    display: flex;
    align-items: flex-start;
    max-width: 850px;
  }
  .c-flow_inner {
    width: 63%;
    margin-right: 30px;
    max-width: 528px;
  }
  .c-flow_img {
    width: 36%;
    max-width: 300px;
  }

  /* row
  ---------------------------------------------------------- */
  .c-row_s,
  .c-row_l,
  .c-row_box_wrap {
    display: flex;
    align-items: flex-start;
  }
  .c-row_s.rightImg,
  .c-row_l.rightImg,
  .c-row_box_wrap.rightImg {
    flex-flow: row-reverse;
  }
  .c-row_s.rightImg .c-row_s_wrap,
  .c-row_l.rightImg .c-row_l_wrap,
  .c-row_box_wrap.rightImg .c-row_box_inner {
    margin-right: 4%;
  }
  .c-row_s.leftImg .c-row_s_wrap,
  .c-row_l.leftImg .c-row_l_wrap,
  .c-row_box_wrap.leftImg .c-row_box_inner {
    margin-left: 4%;
  }
  .c-row_s_wrap {
    width: 46%;
  }
  .c-row_l_wrap {
    width: 40%;
  }
  .c-row_box_inner {
    width: 57%;
  }
  .c-row_s_img {
    width: 50%;
    max-width: 490px;
  }
  .c-row_l_img {
    width: 56%;
    max-width: 580px;
  }
  .c-row_box_img {
    width: 39%;
    max-width: 347px;
  }
  .c-row_wide img {
    width: 56%;
    max-width: 580px;
    margin-bottom: 20px;
  }
  .c-row_wide.rightImg img {
    float: right;
    margin-left: 4%;
  }
  .c-row_wide.leftImg img {
    float: left;
    margin-right: 4%;
  }

  /* pagelink
  ---------------------------------------------------------- */
  .c-pagelink_list {
    justify-content: center;
  }
  .c-pagelink_list li:last-child {
    margin-right: 0;
  }

  /* case
  ---------------------------------------------------------- */
  .c-case_img_top,
  .c-case_img_btm {
    width: 33%;
    max-width: 320px;
  }
  .c-case_img_top {
    margin: 0 auto 10px;
  }
  .c-case_img_center {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  .c-case_img_center01,
  .c-case_img_center02,
  .c-case_img_center03 {
    width: 33%;
    max-width: 320px;
  }
  .c-case_img_center01,
  .c-case_img_center02 {
    margin-right: 1%;
  }
  .c-case_img_btm {
    margin: 0 auto;
  }
}


/* =================================
  IE basic
================================= */

_:-ms-lang(x)::-ms-backdrop, .c-ttl_sec_sub {
  padding-top: 5px;
}
_:-ms-lang(x)::-ms-backdrop, .c-bnr_yellow {
  padding: 10px 0 6px;
}
_:-ms-lang(x)::-ms-backdrop, .c-bnr_green {
  padding: 10px 0 6px;
}

/* =================================
 SP basic
================================= */

@media screen and (max-width: 767px) {

  /* key
  ---------------------------------------------------------- */
  .c-key {
    height: 30vh;
    min-height: 200px;
  }
  .c-key_ttl {
    position: absolute;
    bottom: 20px;
    left: 5%;
  }
  .c-key_ttl_en {
    font-size: 50px;
    font-size: 5rem;
  }
  .c-key_ttl_jp {
    font-size: 20px;
    font-size: 2rem;
    padding: 2px 10px 8px;
  }

  /* breadcrumbList
  ---------------------------------------------------------- */

  .c-breadcrumb .l-cont_l {
    padding: 5px 2%;
  }
  .c-breadcrumb_list {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .c-breadcrumb_list li {
    font-size: 10px;
    font-size: 1rem;
  }
  .c-breadcrumb_list li::after {
    margin: 0 1px;
  }

  /* text
  ---------------------------------------------------------- */
  .c-txt_center {
    text-align: left;
  }
  .c-txt_min {
    font-size: 11px;
    font-size: 1.1rem;
  }

  /* title
  ---------------------------------------------------------- */
  .c-ttl_en {
    display: block;
    font-size: 10px;
    font-size: 1.0rem;
  }
  .c-ttl_main {
    font-size: 18px;
    font-size: 1.8rem;
  }
  
  .c-ttl_sec {
    text-align: center;
    margin-bottom: 20px;
  }

  .c-ttl_sec_sub {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0 5%;
    margin: 0 auto 5px;
  }
  .c-ttl_sec_jp {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    text-align: left;
  }
  .c-ttl_sec_min .c-ttl_sec_jp {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .c-ttl_sec_en {
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: 3px;
  }

  .c-ttl_sub {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .c-ttl_ico {
    font-size: 17px;
    font-size: 1.7rem;
    margin-top: -8px;
    margin-bottom: 12px;
  }
  .c-ttl_ico::before {
    content: '';
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }

  .c-ttl_left {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 12px;
  }
  .c-ttl_left_s {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 12px;
  }

  .c-ttl_center {
    font-size: 17px;
    font-size: 1.7rem;
  }

  .c-ttl_feature {
    margin-bottom: 10px;
  }
  .c-ttl_feature_ico {
    margin-bottom: 5px;
  }
  .c-ttl_feature_ja {
    padding-bottom: 3px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-ttl_feature_number {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .c-ttl_feature_head {
    font-size: 18px;
    font-size: 1.8rem;
  }
  
  
  
/* btn
---------------------------------------------------------- */
[class^="c-btn"] {
  max-width: 100%;
  width: 100%;
}
[class^="c-btn"] a {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 44px
}
[class^="c-btn"] a::after {
  right: 10px;
  transform: scale(0.5, 1);
}
.c-btn_wt {
  background-color: #fff;
}
.c-btn_bl {
  background-color: #353694;
  border: solid 1px #fff;
}

  
  
  

  /* table
  ---------------------------------------------------------- */
  .c-tbl_list th {
    padding: 8px 10px;
    width: 30%;
  }
  .c-tbl_list td {
    padding: 8px 10px;
  }

  .c-tbl_price {
    margin-bottom: 20px;
  }
  .c-tbl_price:last-child {
    margin-bottom: 0;
  }
  .c-tbl_price th {
    width: 40%;
    padding: 8px 10px;
  }
  .c-tbl_price td {
    padding: 8px 10px;
  }

  .c-tbl_case th,
  .c-tbl_case td {
    padding: 8px 10px;
  }
  .c-tbl_case th {
    text-align: left !important;
  }

  /* list
  ---------------------------------------------------------- */
  .c-list_point li {
    margin-bottom: 30px;
  }
  .c-list_point li:last-child {
    margin-bottom: 0;
  }
  .c-list_point_number {
    margin-bottom: 10px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .c-list_point_img {
    width: 25%;
    margin: 0 auto 15px;
  }

  .c-list_cont li,
  .c-list_cont_s li {
    margin-bottom: 25px;
  }
  .c-list_cont_ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .c-list_circle li {
    padding-left: 20px;
  }
  .c-list_circle li::before {
    top: 3px;
    width: 10px;
    height: 10px;
  }

  .c-list_asterisk li::before {
    top: 1px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .c-list_grid li {
    margin-bottom: 25px;
  }
  .c-list_grid li:last-child {
    margin-bottom: 0;
  }
  .c-list_grid_ico {
    width: 70px;
  }
  .c-list_grid_ico_wrap {
    width: 70px;
    height: 70px;
  }
  .c-list_grid_ico_number {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .c-list_grid_img {
    padding-top: 35px;
  }

  .c-list_feature li {
    margin-bottom: 25px;
  }
  .c-list_feature_img {
    margin-bottom: 15px;
  }

  .c-list_case_row {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
  }
  .c-list_case_row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .c-list_case_row li {
    margin-bottom: 40px;
  }
  .c-list_case_row li:last-child {
    margin-bottom: 0;
  }
  .c-list_case_row li::before {
    bottom: -29px;
    left: 50%;
    border-width: 15px 35px 0 35px;
    border-color: #e7e9dc transparent transparent transparent;
    transform: translateX(-50%);
  }
  .c-list_case_grid li {
    margin-bottom: 40px;
  }
  .c-list_case_grid li::before {
    bottom: -29px;
    border-width: 15px 35px 0 35px;
  }
  .c-list_case_ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .c-list_number li::before {
    top: 0;
    font-size: 20px;
    font-size: 2.0rem;
  }

  /* banner
  ---------------------------------------------------------- */
  .c-bnr_yellow a::after {
    width: 11px;
    height: 11px;
    margin-left: 4px;
    vertical-align: -1px;
  }

  .c-bnr_green a::after {
    width: 11px;
    height: 11px;
    margin-left: 4px;
    vertical-align: -1px;
  }

  /* flow
  ---------------------------------------------------------- */
  .c-flow li {
    padding-bottom: 30px;
  }
  .c-flow li::before {
    left: 33px;
  }
  .c-flow_step {
    width: 70px;
    height: 70px;
    margin-right: 5%;
  }
  .c-flow_step_head {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .c-flow_step_number {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .c-flow_wrap {
    width: 72%;
    margin-top: 10px;
  }
  .c-flow_inner {
    margin-bottom: 20px;
  }
  .c-flow_ttl {
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  /* faq
  ---------------------------------------------------------- */
  .c-qa_wrap {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .c-qa_wrap dt,
  .c-qa_wrap dd {
    padding: 4px 0 4px 40px;
    background-size: 28px;
  }
  .c-qa_wrap dt {
    margin-bottom: 10px;
  }

  /* contact tel
  ---------------------------------------------------------- */
  .c-contact_head {
    margin-bottom: 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .c-contact_tel {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .c-contact_tel_num {
    font-size: 35px;
    font-size: 3.5rem;
  }
  .c-contact_tel_num {
    color: #6c523d;
  }
  .c-contact_tel_num::before {
    width: 26px;
    height: 26px;
    margin-right: 5px;
  }
  .c-contact_head {
    margin-bottom: 15px;
  }
  .c-contact_bnr {
    width: 70%;
  }

  /* image
  ---------------------------------------------------------- */
  .c-img_l {
    margin-bottom: 15px;
  }

  /* box
  ---------------------------------------------------------- */
  .c-box_base {
    padding: 15px 5%;
  }
  .c-box_base_l {
    padding: 15px 5%;
  }
  .c-box_border {
    padding: 15px 5%;
  }

  /* row
  ---------------------------------------------------------- */
  .c-row_s,
  .c-row_l,
  .c-row_noImg,
  .c-row_wide {
    margin-bottom: 25px;
  }
  .c-row_box {
    margin-bottom: 15px;
  }
  .c-row_s_img,
  .c-row_l_img,
  .c-row_box_img {
    margin-bottom: 15px;
  }
  .c-row_wide img {
    margin-bottom: 15px;
  }

  /* column
  ---------------------------------------------------------- */
  .c-column .c-column_wrap {
    margin-bottom: 40px;
  }

  /* pagelink
  ---------------------------------------------------------- */
  .c-pagelink .l-cont_s {
    padding: 20px 0;
  }
  .c-pagelink_list {
    flex-wrap: wrap;
  }
  .c-pagelink_list li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .c-pagelink_list li:nth-child(2n) {
    margin-right: 0;
  }
  .c-pagelink_list li:last-child {
    margin-bottom: 0;
  }
  .c-pagelink_list li a {
    padding: 8px 5%;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    z-index: 0;
  }
  .c-pagelink_list li a::after {
    width: 13px;
    height: 13px;
    display: block;
    margin-left: 0;
    position: absolute;
    z-index: 0;
    bottom: 50%;
    right: 5%;
    transform: translateY(50%);
  }

  /* pagelink
  ---------------------------------------------------------- */
  .c-case_img_top,
  .c-case_img_center01,
  .c-case_img_center02,
  .c-case_img_center03 {
    margin-bottom: 15px;
  }
}


/* =================================
 iphone5s,SE basic
================================= */

@media screen and (max-width: 320px) {
  /* title
  ---------------------------------------------------------- */
  .c-ttl_sec_min .c-ttl_sec_jp {
    font-size: 20px;
    font-size: 2rem;
  }

  /* list
  ---------------------------------------------------------- */
  .c-list_point_number {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-list_point_ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }

  /* contact tel
  ---------------------------------------------------------- */
  .c-contact_head {
    font-size: 13px;
    font-size: 1.3rem;
  }

  /* pagelink
  ---------------------------------------------------------- */
  .c-pagelink_list li a {
    padding: 6px 5%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
