.add_heading {
  padding: 16px 30px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #182435;
}
.add_txt {
  margin-top: 20px;
  font-size: 20px;
  text-align: center;
  line-height: 36px;
}
.flex_top_add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.flex_top_add_content {
  width: 300px;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}
.flex_top_add_content::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #096944 transparent transparent transparent;
  position: absolute;
  right: 0;
  bottom: -40px;
  left: 0;
}
.flex_top_add_content:first-child {
  margin-right: 30px;
}
.flex_top_add_content__des {
  margin-top: 10px;
}
.color_red {
  color: #f00;
}
.fwb {
  font-weight: bold;
}
/* product */
.product_heading {
  margin-bottom: 70px;
  text-align: center;
  position: relative;
}
.product_heading::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 4px;
  margin: auto;
  background-color: #333;
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
}
.product_heading__num {
  font-size: 40px;
  font-weight: bold;
}
.product_heading__text {
  font-size: 28px;
  font-weight: bold;
}
.product_content_btm_p {
  width: 100%;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
}
.product_content_box_color_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 28px;
}
.product_content_box_color_list_item {
  width: 40px;
}
.product_content_box_color_list_item:nth-child(n+2) {
  margin-left: 12px;
}
.product_content_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product_content_flex .product_content_flex_pic {
  width: 135px;
}
.product_content_flex .product_content_flex_column {
  width: 325px;
}
.product_content_box.multiple .product_sub_content_list {
  margin-top: 30px;
}
.product_content_box.multiple .product_sub_content_list + .product_content_box_heading {
  margin-top: 50px;
}
/* product */
@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
  .isPc {
    display: block;
  }
  .container.ht {
    width: 1040px;
    margin: 0 auto;
  }
  .container.ht.last_section {
    margin-top: 50px;
  }
  .uc_heading-h1 {
    margin-bottom: 25px;
    background: #eee;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
    padding-left: 20px;
    font-weight: bold;
  }
  .product {
    margin-top: 40px !important;
  }
  .product + .product {
    margin-top: 60px;
  }
  .product.even .product_content_inr .product_content_box -webkit-box-ordinal-group 1 -ms-flex-order 0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .product.even .product_content_inr .product_content_img -webkit-box-ordinal-group 2 -ms-flex-order 1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .product_content_inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 1;
  }
  .product_content_inr::before,
  .product_content_inr::after {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: -1;
  }
  .product_content_inr::before {
    border-top: solid 2px #312d3b !important;
    border-left: solid 2px #312d3b !important;
    top: 0;
    left: 0;
  }
  .product_content_inr::after {
    border-right: solid 2px #312d3b !important;
    border-bottom: solid 2px #312d3b !important;
    bottom: 0;
    right: 0;
  }
  .product_content_img,
  .product_content_box {
    width: calc((100% - 40px) / 2);
  }
  .product_content_img {
    margin: 0;
  }
  .product_content_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0 !important;
  }
  .product_content_box_step {
    font-size: 18px;
    font-style: italic;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .product_content_box_heading {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #333;
  }
  .product_content_box_h_bottom {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .product_content_box_text {
    margin-bottom: 0 !important;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .product_content_box_img {
    margin: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .product_sub_content_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 480px;
    margin-top: auto !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product_sub_content_list.flex_center -webkit-box-pack center -ms-flex-pack center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product_sub_content_list_item {
    width: 100% !important;
    position: relative;
    z-index: 1;
  }
  .product_sub_content_list_item:nth-child(n+3) {
    margin-top: 20px;
  }
  .product_sub_content_list_item::before,
  .product_sub_content_list_item::after {
    content: '';
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    z-index: -1;
  }
  .product_sub_content_list_item::before {
    border-top: solid 2px #312d3b !important;
    border-left: solid 2px #312d3b !important;
    top: 0;
    left: 0;
  }
  .product_sub_content_list_item::after {
    border-top: solid 2px #312d3b !important;
    border-right: solid 2px #312d3b !important;
    top: 0;
    right: 0;
  }
  .product_sub_content_list_item:hover::before {
    top: 0 !important;
    left: 0 !important;
  }
  .product_sub_content_list_item:hover::after {
    top: 0 !important;
    right: 0 !important;
  }
  .product_sub_content_list_item_inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px 45px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .product_sub_content_list_item_inr -webkit-box-align center -ms-flex-align center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product_sub_content_list_item_inr::before,
  .product_sub_content_list_item_inr::after {
    content: '';
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    z-index: -1;
  }
  .product_sub_content_list_item_inr::before {
    border-bottom: solid 2px #312d3b !important;
    border-left: solid 2px #312d3b !important;
    bottom: 0;
    left: 0;
  }
  .product_sub_content_list_item_inr::after {
    border-right: solid 2px #312d3b !important;
    border-bottom: solid 2px #312d3b !important;
    right: 0;
    bottom: 0;
  }
  .product_sub_content_list_item_inr:hover::before {
    bottom: 0 !important;
    left: 0 !important;
  }
  .product_sub_content_list_item_inr:hover::after {
    right: 0 !important;
    bottom: 0 !important;
  }
  .product_sub_content_list_item_p {
    width: 100%;
    margin: 0;
  }
  .product_sub_content_list_item_purchase_link {
    display: block;
    width: 110px !important;
    padding: 10px 15px;
    border: 2px solid #312d3b !important;
    color: #fff !important;
    text-align: center;
    background: #312d3b !important;
    -webkit-transition: color 0.4s, background 0.4s;
    transition: color 0.4s, background 0.4s;
  }
  .product_sub_content_list_item_purchase_link:hover {
    color: #333 !important;
    background: #fff !important;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .isSp {
    display: block;
  }
  .isPc {
    display: none;
  }
  img {
    width: 100%;
  }
  .container.ht {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .container.ht.last_section {
    margin-top: 30px;
  }
  .uc_heading-h1 {
    margin-bottom: 25px;
    background: #eee;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
    height: 58px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .add_heading {
    font-size: 18px;
    text-align: center;
  }
  .add_txt {
    font-size: 16px;
    text-align: left;
    line-height: 30px;
  }
  .product {
    margin-top: 40px !important;
  }
  .product + .product {
    margin-top: 60px;
  }
  .product_content_inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 1;
  }
  .product_content_inr::before,
  .product_content_inr::after {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: -1;
  }
  .product_content_inr::before {
    border-top: solid 2px #312d3b !important;
    border-left: solid 2px #312d3b !important;
    top: 0;
    left: 0;
  }
  .product_content_inr::after {
    border-right: solid 2px #312d3b !important;
    border-bottom: solid 2px #312d3b !important;
    bottom: 0;
    right: 0;
  }
  .product_content_img,
  .product_content_box {
    width: 100%;
  }
  .product_content_box {
    padding-bottom: 0 !important;
  }
  .product_content_img {
    margin-bottom: 20px;
  }
  .product_content_img img {
    width: 100%;
  }
  .product_content_box_img img {
    width: 100%;
  }
  .product_content_box_step {
    font-size: 18px;
    font-style: italic;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .product_content_box_heading {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #333;
  }
  .product_content_box_h_bottom {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .product_content_box_text {
    margin-top: 30px !important;
    margin-bottom: 0 !important;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .product_content_box_img {
    margin: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .product_sub_content_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product_sub_content_list -ms-flex-wrap wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product_sub_content_list_item {
    width: 100% !important;
    position: relative;
    z-index: 1;
  }
  .product_sub_content_list_item:nth-child(n+2) {
    margin-top: 20px;
  }
  .product_sub_content_list_item::before,
  .product_sub_content_list_item::after {
    content: '';
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    z-index: -1;
  }
  .product_sub_content_list_item::before {
    border-top: solid 2px #312d3b !important;
    border-left: solid 2px #312d3b !important;
    top: 0;
    left: 0;
  }
  .product_sub_content_list_item::after {
    border-top: solid 2px #312d3b !important;
    border-right: solid 2px #312d3b !important;
    top: 0;
    right: 0;
  }
  .product_sub_content_list_item_inr {
    width: 100%;
    padding: 10px;
    position: relative;
  }
  .product_sub_content_list_item_inr::before,
  .product_sub_content_list_item_inr::after {
    content: '';
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    z-index: -1;
  }
  .product_sub_content_list_item_inr::before {
    border-bottom: solid 2px #312d3b !important;
    border-left: solid 2px #312d3b !important;
    bottom: 0;
    left: 0;
  }
  .product_sub_content_list_item_inr::after {
    border-right: solid 2px #312d3b !important;
    border-bottom: solid 2px #312d3b !important;
    right: 0;
    bottom: 0;
  }
  .product_sub_content_list_item_p {
    margin: 0;
    text-align: center;
  }
  .product_sub_content_list_item_purchase_link {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 10px 15px;
    border: 2px solid #312d3b !important;
    color: #fff !important;
    text-align: center;
    background: #312d3b !important;
    -webkit-transition: color 0.4s, background 0.4s;
    transition: color 0.4s, background 0.4s;
  }
  .btn_anchor {
    display: block;
    width: 100%;
    margin: 15px auto;
    padding: 16px 40px 16px 16px;
    text-align: center;
    background-color: #707070;
    position: relative;
  }
  .btn_no_anchor {
    display: block;
    width: 100%;
    margin: 15px auto;
    padding: 16px 40px 16px 16px;
    text-align: center;
    background-color: #707070;
    position: relative;
    padding-right: 16px;
  }
  .btn_no_anchor .btn_anchor_span {
    padding-left: 0;
  }
  .btn_anchor::before {
    content: "";
    width: 17px;
    height: 3px;
    margin: auto;
    background: #fff;
    border-radius: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
  }
  .btn_anchor::after {
    content: "";
    width: 17px;
    height: 3px;
    margin: auto;
    background: #fff;
    border-radius: 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
  }
  .btn_anchor_span {
    display: inline-block;
    padding-left: 15px;
    font-size: 16px;
    color: #fff;
  }
  .lead_area {
    margin-top: 50px;
  }
  .lead_area_content {
    position: relative;
  }
  .lead_area_content:nth-child(n+2) {
    margin-top: 200px;
  }
  .lead_area_content_main {
    width: 100%;
    margin-top: 220px;
    padding: 60px 20px 30px;
    border: 1px solid #000;
  }
  .lead_area_content_main_dl {
    margin-bottom: 0;
  }
  .lead_area_content_main_dd {
    margin-top: 1em;
    font-size: 16px;
    letter-spacing: 0.9px;
    line-height: 2.25;
  }
  .lead_area_content_main_dt {
    text-align: center;
  }
  .lead_area_content_main_li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 16px;
    letter-spacing: 0.9px;
    line-height: normal;
  }
  .lead_area_content_main_li:nth-child(n+2) {
    margin-top: 0.5em;
  }
  .lead_area_content_main_listmark {
    color: #f77483;
  }
  .lead_area_content_sub {
    margin: auto;
    text-align: center;
    position: absolute;
    top: -200px;
    right: 0;
    left: 0;
  }
  #section_main {
    margin-top: -40px;
    padding-top: 80px;
  }
  .section_heading {
    text-align: center;
  }
  .section_heading_bottom_p {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .product_content_box_heading_center {
    margin-bottom: 30px;
    text-align: center;
  }
  .product_content_day {
    position: absolute;
    top: -30px;
    left: -15px;
  }
  .product.even .product_content_day {
    right: -15px;
    left: auto;
  }
  .product_content_box .product_content_box_heading_center {
    margin: 0;
    text-align: center;
  }
  .product_content_box_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product_content_box_flex_left_img {
    width: 120px;
    margin-bottom: 0;
  }
  .product_content_box_flex_right {
    margin-left: 1em;
  }
  .product_content_box_flex_right_point {
    font-size: 22px;
    letter-spacing: 0.1em;
  }
  .product_content_box_flex_right_p {
    margin-bottom: 0;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  .product_content_box.multiple .product_content_box_flex:first-of-type {
    margin-bottom: 10px;
    bottom: 105px;
  }
  .product_content_box.multiple .product_content_box_flex_left_img {
    width: 120px;
  }
  .product_content_box.multiple .product_content_box_flex_right {
    width: 328px;
  }
  .anchor_list {
    display: block;
    margin-top: 30px;
  }
  .anchor_list_item {
    width: 100%;
  }
  .anchor_list_item:nth-child(n+2) {
    margin-top: 0.5em;
  }
  .anchor_list_item_link {
    height: auto;
    padding: 15px 50px 15px 15px;
    line-height: 22px;
  }
  .anchor_list_item_link__num {
    font-size: 24px;
  }
  .anchor_list_item_link__text {
    font-size: 14px;
  }
  .product_heading {
    margin-bottom: 35px;
  }
  .product_heading__num {
    font-size: 32px;
  }
  .product_heading__text {
    font-size: 21px;
  }
  .product_content_btm_p {
    font-size: 17px;
  }
  .product_content_flex .product_content_flex_pic {
    width: 25%;
  }
  .product_content_flex .product_content_flex_column {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .review_title {
    letter-spacing: 0.05em;
    line-height: 55px;
    text-align: center;
  }
  .review_title span.bold {
    font-weight: 500;
    position: relative;
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 55px;
    z-index: 0;
  }
  .review_title span.bold::after {
    bottom: 0;
    left: -31px;
    content: '';
    display: inline-block;
    width: 250px;
    height: 2px;
    background: #1A1A1A;
    position: absolute;
    z-index: -1;
  }
  .review_box {
    background-color: #F0F0F0;
    padding: 20px;
	margin-top: 40px;  
  }
}
@media screen and (max-width: 767px) {
  .review_title {
    letter-spacing: 0.05em;
    line-height: 26px;
    text-align: center;
  }
  .review_title span.bold {
    font-weight: 500;
    position: relative;
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 30px;
    z-index: 3;
    display: inline-block;
  }
  .review_title span.bold::after {
    bottom: 0;
    left: -26px;
    content: '';
    display: inline-block;
    width: 190px;
    height: 2px;
    background: #1A1A1A;
    position: absolute;
    z-index: -1;
  }
  .review_box {
    background-color: #F0F0F0;
    padding: 20px;
	margin-top: 40px;  
  }
}

/*# sourceMappingURL=style.css.map */
