@charset "UTF-8";

/* normalize, 変数(for Sass) */

/* mixin(for Sass) */

/* ベースの要素スタイル */

/* ライブラリ */

/* コンポーネント */

/* 共通レイアウト(header, footer, etc.) */

section {
  position: relative;
}

.block {
  display: block !important;
}

.contents-tlt {
  text-align: center;
  margin: 0px !important;
  padding: 40px 20px 40px 20px !important;
}

.contents-tlt img {
  margin: 0px;
}

.contents-tlt:after {
  display: none;
}

.toggle_open_btn {
  padding: 0px !important;
  cursor: pointer;
}

.toggle_open_btn img {
  margin: 0px;
  transition: 0.5s;
}

.toggle_open img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.open_toggle_border {
  border-bottom: solid 1px #d4d4d4;
}

h2,
h3,
h4,
h5 {
  font-weight: bold;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

h2:after,
h3:after,
h4:after,
h5:after {
  display: none;
}

.sub_tlt {
  font-weight: normal;
  color: #717071;
  font-size: 22px !important;
}

.tlt_01 {
  position: relative;
  padding-bottom: 0px !important;
  margin-bottom: 10px !important;
  z-index: 0;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  letter-spacing: -3px;
}

.tlt_01:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  width: 100%;
  height: 7px !important;
  background: #ddd !important;
  z-index: 10;
}

.tlt_02 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  text-align: center;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding: 30px 0px !important;
  font-size: 30px !important;
  line-height: 49px !important;
}

.tlt_border {
  display: inline-block;
  font-size: 19px !important;
  border-bottom: solid 2px #000;
  padding-bottom: 2px !important;
  line-height: 40px !important;
  margin-bottom: 10px !important;
  font-weight: 900;
  width: 100%;
}

.tlt_border_h2 {
  margin: 45px 0px !important;
  font-size: 30px !important;
  width: 90%;
}

.tlt_03 {
  font-size: 20px !important;
  line-height: 28px !important;
  padding-top: 0px !important;
  padding-bottom: 10px !important;
}

.tlt_04 {
  font-size: 22px !important;
  margin-top: 0px !important;
  margin-bottom: 20px !important;
}

.sec-h2_01 {
  text-align: center;
  font-size: 30px !important;
  width: 90%;
  margin: auto !important;
  border-bottom: solid 1px #000;
}

.u-fs-s {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 18px !important;
  margin-top: 10px;
}

.u-fs-s2 {
  font-size: 12px !important;
  line-height: 20px;
}

.font_serif {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif !important;
}

.l_border {
  border-left: solid 2px #9e9e9f;
  padding-left: 10px;
}

.bg_gray {
  background-color: #f3f2f1;
}

.bg_green {
  background-color: #c3d83f;
}

.bg_black {
  background-color: #000;
}

.bg_black-02 {
  background-color: #0b0506;
}

.bg_white {
  background-color: #fff;
}

.contents_wrapper {
  position: relative;
  z-index: 10;
  max-width: 1380px;
  margin: auto;
}

.main_contents {
  position: relative;
}

.col_bg_txt {
  color: #4c4948;
  font-weight: bold;
}

.col2_mini {
  margin-top: 20px;
}

.col2_mini:after {
  content: "";
  clear: both;
  display: block;
}

.col2_mini h4 {
  margin-bottom: 15px !important;
}

.col2_mini .col2_mini_txt {
  float: left;
  width: 50%;
}

.col2h-contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.col2h-contents:after {
  content: "";
  clear: both;
  display: block;
}

.col2h-contents_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.col2h-contents_box_up {
  position: relative;
  float: right;
  width: 50%;
}

.col2h-contents_box_low {
  position: relative;
  float: left;
  width: 45%;
}

.col2h_2-contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.col2h_2-contents:after {
  content: "";
  clear: both;
  display: block;
}

.col2h_2-contents_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.col2h_2-contents_box_up {
  float: right;
  width: 65%;
}

.col2h_2-contents_box_low {
  float: left;
  width: 35%;
}

.col2-contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.col2-contents:after {
  content: "";
  clear: both;
  display: block;
}

.col2-contents_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.col2-contents_box_up {
  float: left;
  width: 50%;
  padding: 20px;
}

.col2-contents_box_low {
  float: right;
  width: 50%;
  padding: 20px;
}

.col2_1contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.col2_1contents:after {
  content: "";
  clear: both;
  display: block;
}

.col2_1contents_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.col2_1contents_box_up {
  float: left;
  width: 70%;
  padding: 20px;
}

.col2_1contents_box_low {
  float: right;
  width: 30%;
  padding: 20px;
}

.col2ov-contents {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.col2ov-contents:after {
  content: "";
  clear: both;
  display: block;
}

.col2ov-contents_box {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.col2ov-contents_box_up {
  float: left;
  width: 70%;
  padding: 20px;
}

.col2ov-contents_box_low {
  float: right;
  width: 30%;
}

.col2_sm-contents:after {
  content: "";
  clear: both;
  display: block;
}

.col2_sm-contents_box {
  float: left;
  width: 50%;
  padding: 6px;
}

.col2_sm-contents_box img {
  width: 100%;
  margin-bottom: 7px !important;
}

.col2_sm-contents_box p {
  margin-bottom: 5px !important;
  padding-bottom: 0px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 22px;
}

.col-reverse .col2-contents_box_up {
  float: right;
  width: 50%;
}

.col-reverse .col2-contents_box_low {
  float: left;
  width: 50%;
}

.col-reverse .col2ov-contents_box_up {
  float: left;
  width: 70%;
}

.col-reverse .col2ov-contents_box_low {
  float: right;
  width: 30%;
  padding: 20px;
}

.col-reverse .col2h-contents_box_up {
  float: left;
  width: 60%;
}

.col-reverse .col2h-contents_box_low {
  float: right;
  width: 40%;
}

.col-reverse .col2h_2-contents_box_up {
  float: left;
  width: 37%;
}

.col-reverse .col2h_2-contents_box_low {
    width: 50%;
    padding: 60px;
    height: 100%;
}

.col4-contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.col4-contents:after {
  content: "";
  clear: both;
  display: block;
}

.col4-contents_box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 23%;
  margin: 1%;
  float: left;
  margin: 21px 1%;
}

.col4-contents_box img {
  margin: 0px;
  width: 100%;
}

.col-3-contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.col-3-contents:after {
  content: "";
  clear: both;
  display: block;
}

.col-3-contents_child {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 31%;
  margin: 1.16%;
  float: left;
}

.col-3-contents_child img {
  margin: 0px;
  width: 100%;
}

.col1-contents {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.text-conts {
  padding: 20px;
  opacity: 0;
}

.text-conts h2 {
  padding-top: 0px;
  margin: 0px 0px 15px 0px;
}

.text-conts h3 {
  position: relative;
  opacity: 0;
  margin-bottom: 15px;
  font-weight: 900;
  font-size: 35px;
  padding-top: 0px;
  margin: 0px 0px 15px 0px;
  line-height: 40px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.text-conts_box {
  position: relative;
  opacity: 0;
  margin-bottom: 15px;
  margin-top: 15px;
  font-weight: 400;
  line-height: 26px;
  text-align: justify;
}

.text-conts_box p {
  margin-bottom: 0px !important;
  padding-bottom: 0px;
  font-weight: 500;
  letter-spacing: -1px;
}

.text-conts_img img {
  width: 100%;
}

.qa_column .qa-col p {
  font-size: 14px;
  line-height: 23px;
  font-weight: bold;
  margin-top: 15px;
}

.fig-icon_list {
  opacity: 0;
  text-align: center;
  margin: 0px !important;
  padding: 0px !important;
}

.fig-icon_list:after {
  content: "";
  clear: both;
  display: block;
}

.fig-icon_list li {
  display: inline-block;
  margin: 10px;
}

.fig-icon_list li:before {
  display: none;
}

/* ページごとのスタイル */

/*.index{
    background-image: url(../images/index/dr-top.jpg);
  background-repeat: no-repeat;
    background-position: center top;
    .wrapper{
      opacity: 0.7;
    }
}
/* ====================
mainvisual
=======================*/

.entry img {
  margin: 0px;
}

.content-wrap.singular {
  width: 100%;
  padding-top: 85px !important;
}

.postid-4040 {
  background-color: #8c7d7d;
}

.postid-4040 .ct-hd {
  display: none;
}

.postid-4040 header.one-col {
  display: none;
}

.top-fv {
  position: relative;
  z-index: 0;
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.fv_sp {
  margin-top: -5px;
}

.a-top_fv_tlt {
  opacity: 0;
}

.kbgseries img {
  opacity: 0;
}

.kbgseries .rect-point p {
  position: relative;
  line-height: 25px;
  padding-bottom: 0px;
  padding-top: 0px;
  font-weight: 400;
  padding-left: 18px;
}

.kbgseries .rect-point p:before {
  content: "□";
  position: absolute;
  left: 0px;
}

.kbgseries .col1-sec{
    margin-top:40px;
}
.kbgseries .col1-sec .col2h-contents_box_up {
  padding: 0px;
  width: 55%;
  background:#fbf5f2;
}

.kbgseries .col1-sec .col2h-contents_box_up .text-conts {
  position: relative;
  z-index: 10;
}

.kbgseries .col1-sec .col2h-contents_box_up .text-conts .text-conts_img {
  position: absolute;
  bottom: -140px;
  width: 700px;
}

.kbgseries .col1-sec .col2h-contents_box_low {
  width: 45%;
    background:#fbf5f2;
}

.kbgseries .col1-sec .col2h-contents_box_low img {
  width: 100%;
}

.kbgseries .col2-sec .col2h_2-contents_box_up {
  position: relative;
}

.kbgseries .col2-sec .col2h_2-contents_box_up .col_bg_txt_1 {
  position: absolute;
  top: 210px;
  left: 44px;
}

.kbgseries .col2-sec .col2h_2-contents_box_up .col_bg_txt_2 {
  position: absolute;
  bottom: 260px;
  right: 14px;
}

.kbgseries .col2-sec .col2h_2-contents_box_low .text-conts {
  max-width: 690px;
}

.kbgseries .col4-sec .col2-contents_box_up {
  position: relative;
  float:right;
}

.kbgseries .col4-sec .col2-contents_box_up .text-conts {
  padding-top: 120px;
  padding-bottom: 50px;
}

.kbgseries .col4-sec .col2-contents_box_up .text-conts_img {
  margin-top: 30px;
}

.kbgseries .col4-sec .col2-contents_box_low{
    padding:0;
    background:#fbf5f2;
}
.kbgseries .col4-sec .col2-contents_box_low .text-conts {
    width:100%;
}

.kbgseries .col4-sec .col2-contents_box_low .text-conts .col2_mini .col2_mini_txt h4 {
  font-size: 19px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-bottom: 3px;
}

/*
.kbgseries .col4-sec .col2-contents_box_low .text-conts .col2_mini .col2_mini_txt p {
  font-size: 15px;
  line-height: 28px;
}
*/

.kbgseries .col4-sec .col2-contents_box_low .text-conts .col2_mini .col2_mini_txt:first-child {
  padding-right: 20px;
  box-sizing: border-box;
}

.kbgseries .col5-sec {
  position: relative;
}

.kbgseries .col5-sec_text_box {
  width: 100%;
  color: #231815;
}

.kbgseries .col5-sec_text_box .text-conts h4 {
  margin-bottom: 4px !important;
  padding-bottom: 4px !important;
}

.kbgseries .col5-sec_text_box .sub_tlt {
  color: #fff;
}

.kbgseries .col5-sec .col5-line {
  position: absolute;
}

.kbgseries .col5-sec .col4_fig1 {
  position: absolute;
  right: 0px;
  margin-top: 50px;
}

.kbgseries .col5-sec .col5-img {
  position: absolute;
  top: 0px;
  left: 0px;
}

.kbgseries .col5-sec_s {
  display: none;
}

.kbgseries .col6-sec{
    margin-top:90px;
}
.kbgseries .col6-sec .col2h_2-contents_box_up {
  position: relative;
  width:50%;
}

.kbgseries .col6-sec .col2h_2-contents_box_up .col_bg_txt_3 {
  position: absolute;
  top: 60px;
  right: 44px;
}

.kbgseries .col6-sec .col2h_2-contents_box_up .col_bg_txt_4 {
  position: absolute;
  bottom: 350px;
  right: 14px;
}

.kbgseries .col6-sec .col2h_2-contents_box_low .col5_fig1 {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 370px;
}

.kbgseries .col6-sec .col2h_2-contents_box_low .text-conts p {
  width: 500px;
}

.kbgseries .col6-sec .col2h_2-contents_box_low .col6-info_footer {
  background-color: #f3f2f1;
  box-sizing: border-box;
  padding: 15px;
  margin-top: 20px;
}

.kbgseries .col6-sec .col2h_2-contents_box_low .col6-info_footer:after {
  content: "";
  clear: both;
  display: block;
}

.kbgseries .col6-sec .col2h_2-contents_box_low .col6-info_footer_txt {
  float: left;
  width: calc(100% - 280px);
  padding: 7px 0px 0px 15px;
  line-height: 30px;
}

.kbgseries .col6-sec .col2h_2-contents_box_low .col6-info_footer_txt p {
  width: 100%;
  padding-bottom: 0px;
}

.kbgseries .col6-sec .col2h_2-contents_box_low .col6-info_footer img {
  float: right;
}

.kbgseries .col7-sec {
  position: relative;
}

.kbgseries .col8-sec {
  position: relative;
  margin-top:90px;
}


.kbgseries .col9-sec .col2-contents_box_up .text-conts {
  max-width: 620px;
}

.kbgseries .col9-sec .col2-contents_box_up .text-conts .text-conts_img {
  margin-bottom: 30px;
}

.kbgseries .col9-sec .col2-contents_box_low .text-conts {
  position: relative;
}

.kbgseries .col9-sec .col2-contents_box_low .text-conts .text-conts_box {
  margin-top: -180px;
}

.kbgseries .col9-sec .col2-contents_box_low h4 {
  color: #0079c2;
  border-color: #0079c2;
  margin-top: 15px;
}

.kbgseries .col9-sec .col2-contents_box_low .sub_tlt {
  color: #717071 !important;
}

.kbgseries .col9-sec .col2-contents_box_low .col9_4sec {
  padding-bottom: 15px;
}

.kbgseries .col9-sec .col2-contents_box_low .col9_4sec:after {
  content: "";
  clear: both;
  display: block;
}

.kbgseries .col9-sec .col2-contents_box_low .col9_4sec li {
  float: left;
  text-align: center;
  width: 25%;
}

.kbgseries .col9-sec .col2-contents_box_low .col9_4sec li img {
  display: block;
  margin: auto;
}

.kbgseries .col9-sec .col2-contents_box_low .col9_4sec li p {
  margin-top: 5px;
}

.kbgseries .col9-sec .col2-contents_box_low .col9_4sec li:before {
  display: none;
}

.kbgseries .col10-sec .col10_footer {
  margin-bottom: 20px;
}

.kbgseries .col11-sec {
  position: relative;
}

.kbgseries .col11-sec .text-conts {
  color: #fff;
  text-align: center;
  padding-top: 30px;
}

.kbgseries .col11-sec .text-conts h3 {
  display: inline-block;
  position: relative;
}

.kbgseries .col11-sec .text-conts h4 {
  display: inline-block;
  position: relative;
  right: -100px;
}

.kbgseries .col11-sec_txt {
  width: 100%;
  position: absolute;
  bottom: 0px;
  padding: 0px 10px;
}

.kbgseries .col11-sec_txt:after {
  content: "";
  clear: both;
  display: block;
}

.kbgseries .col11-sec_txt_col {
  color: #fff;
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding-left: 15px;
}

.kbgseries .col11-sec_txt_col img {
  display: none;
}

.kbgseries .col11-sec_txt_col h4 {
  font-size: 20px;
}

.kbgseries .col11-sec_txt_col p {
  font-size: 14px;
  line-height: 23px;
}

.kbgseries .col11-sec_txt_col img {
  width: 100%;
  margin: auto;
}


.kbgseries .spec-tlt {
  padding-bottom: 30px;
  padding-top: 30px;
}

.kbgseries .spec-sec {
  text-align: center;
  height: auto !important;
  padding-bottom: 50px;
}

.kbgseries .spec-sec h2 {
  margin: 30px auto 30px auto !important;
  padding-top: 30px;
}

.kbgseries .spec-sec .tlt_border {
  border-bottom: solid 1px #000;
  text-align: left;
}

.kbgseries .spec-sec img {
  width: 80%;
}

.kbgseries .spec-sec .col2h-contents_box_low img {
  max-width: 500px;
  margin-bottom: 40px;
}

/* ユーティリティ(color, size, spacing, etc.) */

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
  -ms-text-justify: inter-ideograph !important;
  text-justify: inter-ideograph !important;
}

.u-c-black {
  color: #000 !important;
}

.u-c-white {
  color: white !important;
}

.u-c-red {
  color: #cc0000 !important;
}

.u-c-green {
  color: #00a496 !important;
}

.u-c-blue {
  color: #334c9a !important;
}

.u-pc-hide {
  display: block !important;
}

.u-sp-hide {
  display: none !important;
}

.u-sp-hide-b {
  display: none !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-b {
  display: block !important;
}

@media screen and (min-width: 736px) {
  .u-pc-hide {
    display: none !important;
  }

  .u-sp-hide {
    display: inline !important;
  }

  .u-sp-hide-b {
    display: block !important;
  }
}

@media screen and (max-width: 1400px) {
  .tlt_02 {
    font-size: 25px !important;
    line-height: 36px !important;
  }

}

@media screen and (max-width: 1350px) {
  
  .kbgseries .col5-sec_text_box .text-conts {
    padding: 1vw;
  }

  .kbgseries .col5-sec_text_box .text-conts h3 {
    margin-bottom: 7px !important;
    padding-bottom: 7px !important;
  }

  .kbgseries .col5-sec_text_box .text-conts .text-conts_box {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .kbgseries .col5-sec .col5-line {
    width: 10vw;
  }

  .kbgseries .col5-sec .col4_fig1 {
    width: 23vw;
    margin-top: 2.5vw;
  }
}

@media screen and (max-width: 1200px) {
  .tlt_01 {
    font-size: 2vw !important;
  }


  .kbgseries .col9-sec .col2-contents_box_low .text-conts .col9-low_img {
    position: absolute;
    width: 60%;
    right: 0;
  }

  .kbgseries .col9-sec .col2-contents_box_low .text-conts .text-conts_box {
    margin-top: 100px;
  }
}

@media screen and (max-width: 1175px) {
  .kbgseries .col6-sec .col2h_2-contents_box_low .col5_fig1 {
    width: 28%;
  }

  .kbgseries .col6-sec .col2h_2-contents_box_low .col5_fig2 {
    width: 28vw;
  }

  .kbgseries .col6-sec .col2h_2-contents_box_low .col6-info_footer_txt h4 {
    font-size: 18px;
  }

/*
  .kbgseries .col6-sec .col2h_2-contents_box_low .col6-info_footer_txt p {
    font-size: 15px;
    line-height: 23px;
  }
*/
}

@media screen and (max-width: 1130px) {
  .kbgseries .col6-sec .col2h_2-contents_box_low .col6-info_footer_txt {
    width: calc(100% - 230px);
    padding: 5px 0px 0px 0px;
  }
}

@media screen and (max-width: 1030px) {
  .kbgseries .col6-sec .col2h_2-contents_box_up .col_bg_txt_4 {
    bottom: 280px;
  }
}

@media screen and (max-width: 1000px) {
  .tlt_03 {
    font-size: 1.8vw !important;
    line-height: 3vw !important;
  }

  .text-conts h3 {
    font-size: 2.5vw !important;
    line-height: 3.3vw !important;
  }

  .kbgseries .rect-point p {
    font-size: 14px !important;
  }

  .kbgseries .col1-sec .col2h-contents_box_up .text-conts .text-conts_img {
    width: 500px;
  }
}


@media screen and (max-width: 870px) {
  .tlt_01 {
    font-size: 23px !important;
  }

  .tlt_border {
    display: block;
  }

  .tlt_border_h2 {
    margin: auto !important;
    font-size: 23px !important;
    width: 90%;
    padding: 10px !important;
  }

  .tlt_03 {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  .sec-h2_01 {
    font-size: 26px !important;
  }

  .col_bg {
    height: 290px !important;
  }

  .col2_mini h4 {
    line-height: 28px !important;
  }

  .col2_mini .col2_mini_txt {
    float: none;
    width: 100%;
  }

  .col2_mini img {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }

  .col2h-contents {
    height: auto;
  }

  .col2h-contents_box {
    float: none;
    width: 100%;
    height: auto;
  }

  .col2h_2-contents {
    height: auto;
  }

  .col2h_2-contents_box {
    float: none;
    width: 100%;
    height: auto;
  }

  .col2-contents {
    height: auto;
  }

  .col2-contents_box {
    float: none;
    width: 100%;
    height: auto;
    padding: 0px;
  }

  .col2_1contents {
    height: auto;
  }

  .col2_1contents_box {
    float: none;
    width: 100%;
    height: auto;
    padding: 0px;
  }

  .col2ov-contents {
    height: auto;
  }

  .col2ov-contents_box {
    float: none;
    width: 100%;
    height: auto;
  }

  .col2_sm-contents_box {
    width: 100%;
  }

  .col-reverse .col2-contents_box_up {
    width: 100%;
  }

  .col-reverse .col2-contents_box_low {
    width: 100%;
    padding: 0px;
  }

  .col-reverse .col2ov-contents_box_up {
    width: 100%;
  }

  .col-reverse .col2ov-contents_box_low {
    width: 100%;
  }

  .col-reverse .col2h-contents_box_up {
    width: 100%;
    padding: 0px;
  }

  .col-reverse .col2h-contents_box_low {
    width: 100%;
    padding: 0px;
  }

  .col-reverse .col2h_2-contents_box_up {
    width: 100%;
    padding: 0px;
  }

  .col-reverse .col2h_2-contents_box_low {
    width: 100%;
    padding: 0px;
  }

  .col4-contents {
    height: auto;
  }

  .col4-contents_box {
    float: none;
    width: 100%;
    height: auto;
  }

  .col-3-contents {
    height: auto;
  }

  .col-3-contents_child {
    float: none;
    width: 100%;
    height: auto;
  }

  .text-conts {
    padding: 10px;
    width: 100%;
  }

  .text-conts h3 {
    font-size: 20px !important;
    line-height: 25px !important;
  }
  .qa_column .col2-contents_box_low {
    padding-top: 0px;
  }

  .top-fv_contents {
    width: 100%;
  }

  .top-fv_contents img {
    width: 100%;
  }

  .kbgseries .rect-point p {
    font-size: 16px !important;
    margin-top: 0px;
  }

  .kbgseries .col_bg_txt {
    display: none;
  }

  .kbgseries .col1-sec .col2h-contents_box_up {
    width: 100%;
    float: none;
  }

  .kbgseries .col1-sec .col2h-contents_box_up .text-conts {
    margin-top: 0px;
  }

  .kbgseries .col1-sec .col2h-contents_box_up .text-conts .text-conts_img {
    width: 100%;
    margin: auto;
    position: relative;
    bottom: inherit;
  }

  .kbgseries .col1-sec .col2h-contents_box_up .text-conts .text-conts_box {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .kbgseries .col1-sec .col2h-contents_box_low {
    width: 100%;
    float: none;
  }

  .kbgseries .col4-sec .col2-contents_box_up .text-conts {
    padding-bottom: 0px;
    padding-top: 0px;
  }

  .kbgseries .col4-sec .col2-contents_box_low .text-conts {
    position: relative;
    bottom: inherit;
  }

  .kbgseries .col4-sec .col2-contents_box_low .text-conts .col2_mini {
    margin-top: 0px;
  }

  .kbgseries .col4-sec .col2-contents_box_low .text-conts .col2_mini .col2_mini_txt p {
    padding-bottom: 10px;
  }

  .kbgseries .col6-sec .col2h_2-contents_box_low .col5_fig1 {
    width: 100%;
    position: relative;
    top: inherit;
    right: inherit;
  }

  .kbgseries .col6-sec .col2h_2-contents_box_low .col5_fig1_s {
    margin: auto;
  }

  .kbgseries .col6-sec .col2h_2-contents_box_low .col5_fig2 {
    width: 90%;
    margin: auto;
  }

  .kbgseries .col6-sec .col2h_2-contents_box_low .text-conts p {
    width: 100%;
  }

  .kbgseries .col6-sec .col2h_2-contents_box_low .col6-info_footer_txt {
    width: 100%;
    float: none;
  }

  .kbgseries .col6-sec .col2h_2-contents_box_low .col6-info_footer img {
    width: 100%;
    float: none;
    margin-top: 15px;
  }

  .kbgseries .col9-sec .col2-contents_box_low .text-conts .col9-low_img {
    position: relative;
    width: 100%;
    right: inherit;
  }

  .kbgseries .col9-sec .col2-contents_box_low .text-conts .text-conts_box {
    margin-top: 0px;
  }

  .kbgseries .col11-sec {
    background-color: #000 !important;
  }

  .kbgseries .col11-sec .text-conts {
    padding-top: 15px;
  }

  .kbgseries .col11-sec .text-conts h4 {
    right: inherit;
    margin-top: 40px !important;
  }

  .kbgseries .col11-sec_txt {
    position: relative;
    bottom: inherit;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .kbgseries .col11-sec_txt_col img {
    display: block;
  }

  .kbgseries .col11-sec_txt_col {
    width: 50%;
    float: none;
    padding-left: 0px;
  }

  .kbgseries .col11-sec_txt_col h4 {
    padding-left: 10px;
    margin-top: 20px !important;
  }

  .kbgseries .col11-sec_txt_col p {
    padding-left: 10px;
  }

  .kbgseries .bg_col02 {
    background-image: url("../img/products/magicfan/col2_bg_s.png");
    height: 153vw !important;
    background-size: 100%;
  }

  .kbgseries .bg_col03 {
    background-image: inherit;
    background-size: 100%;
  }

  .kbgseries .bg_col04 {
    height: 130vw !important;
  }

  .kbgseries .bg_col06 {
    background-image: url("../img/products/magicfan/col6_bg.png");
    background-size: contain !important;
    height: 190vw !important;
  }

  .kbgseries .bg_col11 {
    background-image: inherit;
    background-size: contain !important;
    height: auto;
  }

  .kbgseries .spec_bg {
    background-image: url("../img/products/magicfan/spec_bg.png");
    background-size: contain !important;
    height: 190vw !important;
  }

  .kbgseries .spec-sec img {
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .kbgseries .col5-sec_s {
    display: block;
    text-align: center;
    padding-bottom: 40px;
  }

  .kbgseries .col5-sec_s img {
    margin-top: 20px;
  }

  .kbgseries .col5-sec_s_txt {
    color: #fff;
  }

  .kbgseries .col5-sec_s_txt h4 {
    font-size: 23px;
    border-bottom: solid 1px #fff;
    width: 90%;
    margin: auto;
    margin-bottom: 20px !important;
  }

  .kbgseries .col5-sec_s_txt p {
    width: 90%;
    padding: 0;
    margin: auto;
    line-height: 23px;
    padding-bottom: 45px;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
  }
}

@media screen and (max-width: 445px) {
  .kbgseries .bg_col04 {
    background-image: url("../img/products/magicfan/col4_bg1_s.png");
    height: 180vw !important;
    background-size: 100%;
  }
}

.top-fv_contents,.top-fv_contents img{
	width: 100%;
}

.mincho{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.kbgseries .flex {
	display: flex;
	display: -webkit-flex;
}

.crcltxt {
    border: 1px solid #c79a55;
    border-radius: 80px;
    padding: 40px 10px;
    font-size: 12px;
    text-align: center;
    line-height: 1.4;
    width: 130px;
    height: 130px;
    margin-right: 10px;
    color: #c79a55;
}

.bg_quality{
    background: url("../img/products/kbgseries/bg_quality.png") no-repeat 0 0;
    background-size:cover;
    color:#fff;
}
.col2-sec .col2_mini{
    border: 1px solid #c79a55;
    padding:10px;
    text-align:center;
}
.col2_mini h4{
    font-size:110%;
}
.atn{
    font-size:13px;
}

.col5-sec_text_box.upper_area{
    background: url("../img/products/kbgseries/bg_speedy.png") no-repeat 0 0;
    background-size:cover;
    height:552px;
    margin-bottom:40px;
}
.col5-sec_text_box.upper_area .text-conts{
    position: absolute;
    top: 100px;
    left: 20px;
    width: 50%;
}
.col5-sec_text_box.lower_area{
    justify-content: center;
}
.col5-sec_text_box.lower_area h4{
    padding-left: 30px;
}
.col5-sec_text_box.lower_area h4:before{
    content:"";
    background: url("../img/products/kbgseries/ico_speedy_.png") no-repeat 0 0;
    width:15px;
    height:63px;
    display:block;
    position: absolute;
    top: 10px;
    left: 0;
}
.col5-sec_text_box.lower_area span{
    display:block;
    font-size:16px;
}
.col5-sec_text_box.lower_area .steplist{
    margin:0 15px;
}
.col5-sec_text_box.lower_area .steplist:first-child h4{
    margin-left:10px;
}

.j-c-center {
    justify-content:center;
}

.usability .text-conts{
    margin-top:80px;
}

.usability .coltitle{
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 100;
    margin-top:30px;
}

.usability .col2h_2-contents_box_low,.usability .col2h_2-contents_box_up {
    width: 50%;
    padding: 60px;
    height: 958px;
    align-items: start;
}

.bg_usability02{
    position:absolute;
    top:0;
    left:0;
    z-index:0;
}

.relative{
    position:relative!important;
}

.ly_up{
    position:relative;
    z-index:100;
}

.usability .sub_tlt{
    border-bottom:1px solid #c79a55;
    margin-bottom:20px!important;
    padding-bottom:0;
}

.kbgseries .col6-sec .atn {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 60px;
}

.kbgseries .col7-sec .col2h_2-contents_box_up {
  position: relative;
  width:50%;
  background:#fbf5f2;
}

.kbgseries .col7-sec .bg_usability03{
    position: relative;
    margin-top: -80px;
    margin-bottom: 30px;
}

.kbgseries .col7-sec .bg_usability04{
    margin-top:30px;
}

.kbgseries .col7-sec .atn01{
    font-size: 100%;
    color: #344870;
    border-bottom: 1px solid #344870;
    display: inline-block;
    margin-top: 40px;
}

.kbgseries .col7-sec .atn{
    font-size:11px;
}

.kbgseries .col8-sec .col2-contents_box_up {
  position: relative;
  float:left;
  height:885px;
  width:45%;
  align-items:start;
}

.kbgseries .col8-sec .col2-contents_box_up .bg_safety{
    position:absolute;
    top:0;
    left:0;
    z-index:0;
}
.kbgseries .col8-sec .col2-contents_box_up .text-conts{
    position:relative;
    z-index:100;
    margin-top:60px;
}
.kbgseries .col8-sec .col2-contents_box_low{
    width:55%;
    padding-top:40px;
}
.kbgseries .col8-sec .col2-contents_box_low .text-conts {
    width:100%;
}
.kbgseries .col8-sec .col2-contents_box_low .safetylist{
    display:flex;
    justify-content:space-between;
    border-bottom: dotted 2px #c79a55;
    margin-bottom:30px;
    padding-bottom:20px;
}
.kbgseries .col8-sec .col2-contents_box_low .safetylist .leftside{
    width:60%;
}
.kbgseries .col8-sec .col2-contents_box_low .safetylist .rightside{
    text-align:right;
}

.kbgseries .col8-sec .col2-contents_box_low .safetylist:last-child{
    border-bottom:none;
}
.col8-sec .col2-contents_box_low h4{
    padding-left:20px;
    padding-top:0;
}
.col8-sec .col2-contents_box_low h4:before {
    content: "";
    background: url(../img/products/kbgseries/ico_speedy_.png) no-repeat 0 0;
    width: 18px;
    height: 70px;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    background-size: inherit;
}
.col8-sec .col2-contents_box_low p{
    line-height:1.5;
}

@media screen and (max-width: 738px) {
    .kbgseries .col1-sec .col2h-contents_box_up .text-conts .text-conts_box{
        flex-wrap:wrap;
        justify-content:center;
        display:flex;
        display:-webkit-flex;
    }
    .kbgseries .col1-sec .col2h-contents_box_up .text-conts .text-conts_box .crcltxt{
        margin:10px;
    }
    .kbgseries .col4-sec .col2-contents_box_up .text-conts {
        padding: 0px;
    }
    .kbgseries .col4-sec .col2-contents_box_up .text-conts_img {
        margin: 0 0 20px;
    }
    .kbgseries .col5-sec {
        margin-top:60px;
    }
    .kbgseries .col6-sec {
        margin-top: 30px;
    }
    .usability .coltitle{
        position:relative;
    }
    .usability .coltitle h3{
        font-size: 27px!important;
        line-height: 1.4!important;
    }
    .col-reverse .col2h_2-contents_box_up{
        float:none;
    }
    .kbgseries .col6-sec .col2h_2-contents_box_up {
        width: 100%;
        padding:0;
        height:auto;
    }
    .usability .text-conts {
        margin-top: 0;
    }
    .usability .col2h_2-contents_box_low {
        width: 100%;
        padding: 0;
        height: auto;
        align-items: start;
        margin-top: 20px;
    }
    .usability02.col2h_2-contents_box_low {
        width: 100%;
        padding: 0;
        height: 153vw;
        align-items: start;
        margin-top: 20px;
    }
    .bg_usability02 {
        position: absolute;
        top: 14%;
        left: 0;
        z-index: 0;
    }
    .kbgseries .col6-sec .atn {
        left: 13%;
        padding-bottom: 2%;
    }
    .kbgseries .col7-sec{
        margin-top:50px;
    }
    .kbgseries .col7-sec .col2h_2-contents_box_up {
        width: 100%;
        padding: 0;
        height:auto;
    }
    .kbgseries .col7-sec .bg_usability03 {
        margin-top: -40px;
    }
    .kbgseries .col7-sec .bg_usability04 {
        margin-top: 0;
    }
    .text-conts_box p.atn{
        font-size:12px;
    }
    .col5-sec_text_box.upper_area .text-conts {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        padding: 20px;
    }
    .col5-sec_text_box.upper_area {
        background: url(../img/products/kbgseries/bg_speedy.png) no-repeat center center;
        background-size: cover;
        height: auto;
        margin-bottom: 10px;
    }
    .kbgseries .col5-sec_text_box .text-conts .text-conts_box,.kbgseries .col5-sec_text_box .text-conts h3 {
        text-shadow: 1px 1px 1px #fff;
    }
    .kbgseries .flex{
        display:block;
    }
    .col5-sec_text_box.lower_area .steplist {
        margin: 0 0 20px;
    }
    .col5-sec_text_box.lower_area .steplist h4 {
        margin-left: 10px;
    }
    .col5-sec_text_box.lower_area .steplist img{
        margin-left:10px;
    }
    .col5-sec_text_box.lower_area .steplist:first-child img{
        margin-left:0;
    }
    .kbgseries .col8-sec {
    	margin-top: 30px;
	}
	.kbgseries .col8-sec .col2-contents_box_up {
		float: none;
		height: auto;
		width: 100%;
		height: 130vw;
	}
	.kbgseries .col8-sec .col2-contents_box_up .text-conts {
    	position: relative;
		z-index: 100;
		margin-top: 10px;
		width: 100%;
		left: 0;
	}
	.kbgseries .col8-sec .col2-contents_box_low {
    	width: 100%;
		padding: 60px 0 0;
	}
	.kbgseries .col8-sec .col2-contents_box_low .safetylist {
    	display: block;
    	padding-bottom: 30px;
    }
    .kbgseries .col8-sec .col2-contents_box_low .safetylist .leftside {
    	width: 100%;
	}
	.col8-sec .col2-contents_box_low p {
    	padding-bottom: 1rem;
	}
}
