@charset "UTF-8";
/* ===============================================
#タイトル
=============================================== */
.ff_mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.el_contents_ttl {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 52px;
  font-size: 5.2rem;
  font-weight: 400;
  color: #003281;
  margin-bottom: 30px;
  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;
}

@media screen and (max-width: 810px) {
  .el_contents_ttl {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.2;
  }
}

.el_contents_ttl::before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #003281;
  -webkit-box-flex: 0.04;
  -ms-flex-positive: 0.04;
  flex-grow: 0.04;
  margin-right: 50px;
}

@media screen and (max-width: 810px) {
  .el_contents_ttl::before {
    width: 50px;
    margin-right: 25px;
  }
}

.el_contents_ttl::after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #003281;
  -webkit-box-flex: 0.04;
  -ms-flex-positive: 0.04;
  flex-grow: 0.04;
  margin-left: 50px;
}

@media screen and (max-width: 810px) {
  .el_contents_ttl::after {
    width: 50px;
    margin-left: 25px;
  }
}

.el_topCompany_ttl {
  font-size: 30px;
  font-size: 3.0rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 810px) {
  .el_topCompany_ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.el_lineleft_ttl {
  font-size: 16px;
  font-size: 1.6rem;
  border-left: 5px solid #000;
  margin-bottom: 15px;
  padding-left: 12px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.el_footer_info_ttl {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 400;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
}

@media screen and (max-width: 810px) {
  .el_footer_info_ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

/*下層ページタイトル*/
.bl_underpage_title {
  background: url(../img/bg_underpage_header.png) left center no-repeat;
}

.el_underpage_title_txtWrap {
  position: relative;
  z-index: 3;
}

.el_underpage_title {
  color: #fff;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 600;
  padding: 80px 90px;
  line-height: 1.3;
}

@media screen and (max-width: 810px) {
  .el_underpage_title {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 0;
  }
}

.ly_company_contents .bl_underpage_title {
  background: url(../img/bg_underpage_header.png), url(../img/company/bg_header.png);
  background-position: left center,right center;
  background-repeat: no-repeat,no-repeat;
}

@media screen and (max-width: 810px) {
  .ly_company_contents .bl_underpage_title {
    padding: 40px 20px;
    background-size: contain;
  }
}

.ly_business_contents .bl_underpage_title {
  background: url(../img/bg_underpage_header.png), url(../img/business/bg_header.png);
  background-position: left center,right center;
  background-repeat: no-repeat,no-repeat;
}

@media screen and (max-width: 810px) {
  .ly_business_contents .bl_underpage_title {
    padding: 40px 20px;
    background-size: contain;
  }
}

.ly_works_contents .bl_underpage_title {
  background: url(../img/bg_underpage_header.png), url(../img/works/bg_header.png);
  background-position: left center,right center;
  background-repeat: no-repeat,no-repeat;
}

@media screen and (max-width: 810px) {
  .ly_works_contents .bl_underpage_title {
    padding: 40px 20px;
    background-size: contain;
  }
}

.ly_recruit_contents .bl_underpage_title {
  background: url(../img/bg_underpage_header.png), url(../img/recruit/bg_header.png);
  background-position: left center,right center;
  background-repeat: no-repeat,no-repeat;
}

@media screen and (max-width: 810px) {
  .ly_recruit_contents .bl_underpage_title {
    padding: 40px 20px;
    background-size: contain;
  }
}

.ly_contact_contents .bl_underpage_title {
  background: url(../img/bg_underpage_header.png), url(../img/contact/bg_header.png);
  background-position: left center,right center;
  background-repeat: no-repeat,no-repeat;
}

@media screen and (max-width: 810px) {
  .ly_contact_contents .bl_underpage_title {
    padding: 40px 20px;
    background-size: contain;
  }
}

.el_subtitle_bg {
  color: #fff;
  font-size: 30px;
  font-size: 3.0rem;
  padding: 25px 25px 25px 40px;
  background-color: rgba(0, 50, 129, 0.1);
}

@media screen and (max-width: 810px) {
  .el_subtitle_bg {
    font-size: 20px;
    font-size: 2.0rem;
    padding: 15px 15px 15px 20px;
  }
}

.el_subtitle_bg_txtM {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 15px 30px;
  background-color: rgba(0, 50, 129, 0.1);
}

@media screen and (max-width: 810px) {
  .el_subtitle_bg_txtM {
    padding: 12px 15px;
  }
}

.el_subtitle_bg__blue {
  background-color: #00729f;
}

.el_subtitle_bg__gray {
  background-color: #808087;
}

.el_subtitle_bg_txtM.el_subtitle_bg__gray {
  color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.el_subtitle_bg__orange {
  background-color: #d46853;
}

.el_subtitle_bg__beige {
  color: #231815;
  background-color: rgba(212, 104, 83, 0.14);
}

.el_underpage_subtitle__m {
  font-size: 30px;
  font-size: 3.0rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 810px) {
  .el_underpage_subtitle__m {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 15px;
  }
}

.el_lineBtm_title {
  font-size: 30px;
  font-size: 3.0rem;
  margin-bottom: 20px;
  padding-left: 40px;
  border-bottom: 1px solid #231815;
}

@media screen and (max-width: 810px) {
  .el_lineBtm_title {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 15px;
  }
}

.el_recruit_txt_ttl {
  font-size: 30px;
  font-size: 3.0rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 810px) {
  .el_recruit_txt_ttl {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 5px;
  }
}

.el_business_flow_ttl {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.el_business_flow_ttl.el_business_flow_ttl__no01::before {
  display: inline-block;
  content: "";
  width: 35px;
  height: 26px;
  margin-right: 10px;
  background: url(../img/business/no01.png) top left no-repeat;
}

.el_business_flow_ttl.el_business_flow_ttl__no02::before {
  display: inline-block;
  content: "";
  width: 35px;
  height: 26px;
  margin-right: 10px;
  background: url(../img/business/no02.png) top left no-repeat;
}

.el_business_flow_ttl.el_business_flow_ttl__no03::before {
  display: inline-block;
  content: "";
  width: 35px;
  height: 26px;
  margin-right: 10px;
  background: url(../img/business/no03.png) top left no-repeat;
}

.el_business_flow_ttl.el_business_flow_ttl__no04::before {
  display: inline-block;
  content: "";
  width: 35px;
  height: 26px;
  margin-right: 10px;
  background: url(../img/business/no04.png) top left no-repeat;
}

.el_business_flow_ttl.el_business_flow_ttl__no05::before {
  display: inline-block;
  content: "";
  width: 35px;
  height: 26px;
  margin-right: 10px;
  background: url(../img/business/no05.png) top left no-repeat;
}

.el_business_flow_ttl.el_business_flow_ttl__no06::before {
  display: inline-block;
  content: "";
  width: 35px;
  height: 26px;
  margin-right: 10px;
  background: url(../img/business/no06.png) top left no-repeat;
}

.bl_company_ttl_wrap {
  text-align: center;
}

.el_company_ttl {
  display: inline-block;
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 60px;
  padding-left: 1.5em;
  padding-right: 1.5em;
  position: relative;
  border-bottom: 1px solid #000;
}

.el_company_ttl::after {
  content: "";
  width: 1px;
  height: 26px;
  background-color: #000;
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  position: absolute;
  right: 10px;
  bottom: -7px;
}

@media screen and (max-width: 810px) {
  .el_company_ttl {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}

.el_company_ttl__blue {
  color: #003281;
  border-bottom: 1px solid #003281;
}

.el_company_ttl__blue::after {
  background-color: #003281;
}

.el_company_greeting_ttl {
  font-size: 36px;
  font-size: 3.6rem;
}

@media screen and (max-width: 810px) {
  .el_company_greeting_ttl {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.el_works_ttl {
  font-size: 16px;
  font-size: 1.6rem;
  border-left: 5px solid #000;
  margin-bottom: 40px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 18px;
}

@media screen and (max-width: 810px) {
  .el_works_ttl {
    margin-bottom: 20px;
  }
}

.bl_beginning_txt {
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}

.dis_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* googleマップ */
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  /* 比率を4:3に固定 */
}

/* Google Mapのiframe */
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ===============================================
#レイアウト
=============================================== */
.bl_panelList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

.bl_panelList .bl_panelCard {
  position: relative;
  margin-bottom: 20px;
}

.bl_panelList .bl_panelCard img {
  vertical-align: top;
  width: 100%;
}

.bl_cardList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

@media screen and (max-width: 810px) {
  .bl_cardList.bl_productList {
    display: none;
  }
}

.bl_cardList .bl_card {
  margin-bottom: 20px;
}

.bl_cardList .bl_card img {
  vertical-align: top;
}

.bl_cardList__col6 .bl_card {
  width: 15%;
  margin-right: 20px;
}

.bl_cardList__col6 .bl_card:nth-child(6n) {
  margin-right: 0;
}

.bl_cardList__col6.bl_zabutonCloth_cardList {
  margin-bottom: 64px;
}

@media screen and (max-width: 810px) {
  .bl_cardList__col6.bl_zabutonCloth_cardList .bl_card {
    width: 29%;
    margin-bottom: 20px;
  }
  .bl_cardList__col6.bl_zabutonCloth_cardList .bl_card:nth-child(3n) {
    margin-right: 0;
  }
}

.bl_cardList__col5 .bl_card {
  width: 18%;
  margin-right: 20px;
}

.bl_cardList__col5 .bl_card:nth-child(5n) {
  margin-right: 0;
}

.bl_cardList__col5.bl_top_bannerList .bl_card {
  width: 19.19%;
  margin-bottom: 20px;
  margin-right: 11px;
}

@media screen and (max-width: 810px) {
  .bl_cardList__col5.bl_top_bannerList .bl_card {
    margin-right: 0;
  }
  .bl_cardList__col5.bl_top_bannerList .bl_card img {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.bl_cardList__col5.bl_top_bannerList .bl_card:nth-child(5n) {
  margin-right: 0;
}

.bl_cardList__col5.bl_under_productList {
  width: 89.28%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 810px) {
  .bl_cardList__col5.bl_under_productList {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.bl_cardList__col5.bl_under_productList .bl_card {
  width: 18%;
  margin-bottom: 20px;
  margin-right: 15px;
}

@media screen and (max-width: 810px) {
  .bl_cardList__col5.bl_under_productList .bl_card {
    width: 46%;
    margin-right: 0;
  }
}

@media screen and (max-width: 810px) {
  .bl_cardList__col5.bl_productList .bl_card {
    width: 100%;
    margin: 0;
  }
}

.bl_cardList__col4 .bl_card {
  width: 22%;
  margin-right: 20px;
}

.bl_cardList__col4 .bl_card:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 810px) {
  .bl_cardList__col4.bl_topCompany_cardList .bl_card {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 810px) {
  .bl_cardList__col4.bl_healthcare_cardList {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.bl_cardList__col4.bl_healthcare_cardList .bl_card {
  width: 23.5%;
}

@media screen and (max-width: 810px) {
  .bl_cardList__col4.bl_healthcare_cardList .bl_card {
    width: 47%;
  }
  .bl_cardList__col4.bl_healthcare_cardList .bl_card:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 810px) {
  .bl_cardList__col4.bl_zabuton_cardList .bl_card {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 810px) {
  .bl_example_box .bl_cardList__col4 .bl_card {
    width: 75%;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
  }
}

.bl_cardList__col3 .bl_card {
  width: 32.14%;
}

@media screen and (max-width: 810px) {
  .bl_cardList__col3.bl_btn_wrap .bl_card {
    width: 91%;
    margin-left: auto;
    margin-right: auto;
  }
}

.bl_corp_mailorder .bl_cardList__col3 {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.bl_corp_mailorder .bl_cardList__col3 .bl_card:nth-child(2) {
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 810px) {
  .bl_corp_mailorder .bl_cardList__col3 .bl_card:nth-child(2) {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.bl_cardList__col2 .bl_card {
  width: 48%;
  margin-right: 20px;
}

.bl_cardList__col2 .bl_card:nth-child(2n) {
  margin-right: 0;
}

.bl_cardList__col2 .bl_card:last-child {
  margin-right: 0;
}

@media screen and (max-width: 810px) {
  .bl_cardList__col2 .bl_card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.bl_cardList__col2.bl_products_figList .bl_card {
  margin-bottom: 40px;
}

.bl_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

.bl_flex .bl_card {
  margin-bottom: 20px;
}

.bl_flex .bl_card img {
  vertical-align: top;
}

.flex_sp-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_sp-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex_js-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex_js-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.el_card_img__shadow,
.el_card__shadow {
  -webkit-box-shadow: 0px 8px 20px 0px #e5e5e5;
  box-shadow: 0px 8px 20px 0px #e5e5e5;
}

.el_card_img__radius,
.el_card__radius {
  border-radius: 10px;
}

/* ===============================================
#背景
=============================================== */
.bg_beige {
  background-color: #f2e5ce;
}

.bg_beige_dark {
  background-color: #fff7eb;
}

.bg_white {
  background-color: #fff;
}

.bg_gray {
  background-color: #eee;
}

.bg_blue {
  background-color: #ebf8ff;
}

/* ===============================================
#ボタン
=============================================== */
.bl_btn_center {
  padding-top: 35px;
  text-align: center;
}

/*ボタン*/
.el_btn__entry {
  display: block;
  text-align: center;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 8px;
  background-color: #003281;
}

.el_btn__entry:hover {
  background-color: #0040a6;
}

.el_btn__entry__gray {
  color: #000;
  border: 1px solid #000;
  background-color: #e2e8ec;
}

.el_btn__entry__gray:hover {
  background-color: #d3e1ea;
}

.el_btn__detail {
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  margin: auto;
  padding: 15px 50px;
  border-radius: 28px;
  line-height: 1;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #d46853;
}

.el_btn__detail:hover {
  background-color: #f96b5d;
}

.single_note .el_btn__detail {
  color: #fff;
  text-decoration: none;
}

.el_btn__detail_gray {
  background-color: #90969d;
}

.el_btn__inq {
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  margin: auto;
  padding: 15px 50px;
  border-radius: 8px;
  line-height: 1;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #d46853;
}

.el_btn__inq:hover {
  background-color: #f96b5d;
}

.el_btn__contact {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 12px;
  background-color: #808087;
}

.el_btn__contact:hover {
  background-color: #f96b5d;
}

.single_note .btn_wrap {
  margin-top: 40px;
}

.single_note a {
  color: #003281;
  text-decoration: underline;
}

.el_btn_txt {
  text-decoration: underline;
}

.el_btn_txt i {
  margin-left: 5px;
}

.el_btn_s {
  max-width: 240px;
}

@media screen and (max-width: 810px) {
  .el_btn_s {
    max-width: 70%;
    width: 100%;
  }
}

.el_btn__s {
  max-width: 240px;
  width: 100%;
}

@media screen and (max-width: 810px) {
  .el_btn__s {
    max-width: 70%;
    width: 100%;
  }
}

.el_btn__access i {
  color: #003281;
  padding-right: 10px;
}

.bl_contactBtn_wrap {
  padding-top: 40px;
}

.bl_contactBtn_wrap .el_btn {
  margin-left: auto;
  margin-right: auto;
}

.bl_contactBtn_wrap.bl_contactBtn_wrap__col3 {
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 810px) {
  .bl_contactBtn_wrap.bl_contactBtn_wrap__col3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.btn_fs14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.el_btn__outlink {
  max-width: 300px;
  width: 100%;
  color: #674833;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px -5px #ccc;
  box-shadow: 0px 0px 15px -5px #ccc;
}

.el_btn__outlink .fa-external-link-alt {
  margin-left: 24px;
}

.el_customersContents_card:hover .el_btn__showDetail_blue,
.el_customersContents_card__l_txtBox:hover .el_btn__showDetail_blue {
  background: url(../img/btn_showdetail_arw_blue.png) 95% center no-repeat #f6e4d8;
}

.el_btn__showDetail_bgWhite {
  background: url(../img/btn_showdetail_arw.png) 95% center no-repeat #fff;
}

.btn__primary {
  color: #fff;
  background-color: #003281;
}

.btn__green {
  background-color: #003281;
}

.btn__green:hover {
  background-color: #0040a6;
}

.btn::before,
.btn::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s;
  transition: all .5s;
}

input.btn {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: auto;
  text-align: center;
  line-height: 1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

input.btn {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  max-width: 300px;
  width: 100%;
}

input.btn__primary {
  color: #fff;
  background-color: #003281;
}

input.btn__gray {
  background-color: #bebebe;
}

a.btn_bg_white {
  color: #a40000;
  background-color: #fff;
}

.btn a, .btn button {
  display: block;
  color: #333333;
  position: relative;
  margin: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  min-width: 200px;
}

.btn_gray a, .btn_gray button {
  color: #fff;
  background-color: #646464;
}

.btn_gray a:hover, .btn_gray button:hover {
  color: #fff;
  background-color: #9a9a9a;
}

header .btn,
footer .btn {
  font-size: 20px;
  font-size: 2.1rem;
}

input.btn_gray {
  color: #fff;
  background-color: #646464;
  border: 1px solid #fff;
}

input.btn_gray:hover {
  color: #646464;
  border: 1px solid #646464;
  background-color: #fff;
}

.btn_primary a,
.btn_primary {
  color: #fff;
  border: 1px solid #a40000;
  background-color: #a40000;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Segoe UI", Verdana, "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}

.btn_primary a:hover,
.btn_primary:hover {
  color: #a40000;
  background-color: #fff;
}

.btn_primary:hover .arw_right::before, .btn_primary:hover .arw_right:after {
  background: #a40000;
}

.side_info .btn_primary {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.arw_right {
  position: relative;
}

.arw_right::before, .arw_right:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  background: #fff;
}

.arw_right::before {
  width: 35px;
  -webkit-transform: translate(45px, 0px);
  transform: translate(45px, 0px);
}

.arw_right::after {
  width: 8px;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: translate(45px, 0px) rotate(25deg);
  transform: translate(45px, 0px) rotate(25deg);
}

.btn_primary {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Segoe UI", Verdana, "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}

.btn_primary input,
input.btn_primary {
  color: #fff;
  background-color: #a40000;
  font-weight: bold;
  margin: auto;
  padding: 15px;
  text-align: center;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 200px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn_primary input:hover {
  background-color: #dd0303;
}

input.btn_primary:hover {
  color: #fff;
  background-color: #dd0303;
}

.btn_primary .arw_right {
  margin-left: -20px;
}

.btn_white {
  color: #a40000;
  border: 1px solid #fff;
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Segoe UI", Verdana, "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}

.btn_white a {
  color: #a40000;
  border: 1px solid #fff;
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Segoe UI", Verdana, "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}

.btn_white a .arw_right::before, .btn_white a .arw_right:after {
  background: #a40000;
}

.btn_white a:hover,
.btn_white:hover {
  color: #fff;
  background-color: #a40000;
}

.btn_white a:hover .arw_right::before, .btn_white a:hover .arw_right:after {
  background: #fff;
}

.btn_more {
  color: #fff;
  font-size: 9px;
  font-size: 0.9rem;
  font-family: "Helvetica Neue", HelveticaNeue, sans-serif;
  font-weight: bold;
  position: relative;
  padding: 5px 15px 5px 5px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #a40000;
  border: 1px solid #a40000;
}

.btn_more::before, .btn_more:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  height: 1px;
  background: #fff;
}

.btn_more::before {
  width: 9px;
}

.btn_more::after {
  width: 4px;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}

.btn_more:hover {
  color: #a40000;
  background-color: #fff;
}

.btn_more:hover::before, .btn_more:hover:after {
  background: #a40000;
}

.link_more {
  font-size: 16px;
  font-size: 1.6rem;
}

.link_more a {
  text-decoration: underline;
}

.btn_kei_red {
  width: 100%;
}

.btn_kei_red a {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #a40000;
  border: 1px solid;
  border-color: #a40000;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: 3px;
  padding: 5px 3px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn_kei_red a:hover {
  color: #fff;
  background: #a40000;
}

.single_date {
  padding-top: 20px;
  text-align: right;
}

/* ===============================================
#ページネーション
=============================================== */
.pagenav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 60px;
  list-style: none;
}

.pagenav > li > span,
.pagenav > li > a {
  display: inline-block;
  padding: 10px 14px;
  text-align: center;
  border: 1px solid #ccc;
  color: #000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 1.3rem;
}

.pagenav > li.prev {
  padding-right: 10px;
}

.pagenav > li.next {
  padding-left: 10px;
}

.pagenav > li.prev > span,
.pagenav > li.prev > a,
.pagenav > li.next > span,
.pagenav > li.next > a {
  display: inline-block;
  padding: 10px 14px;
  text-align: center;
  background-color: #003281;
  border: 1px solid #003281;
  color: #fff;
  position: relative;
}

.pagenav > li.prev > span,
.pagenav > li.prev > a {
  padding-left: 30px;
}

.pagenav > li.next > span,
.pagenav > li.next > a {
  padding-right: 30px;
}

.pagenav > li.prev > span:before,
.pagenav > li.prev > a:before,
.pagenav > li.next > span:before,
.pagenav > li.next > a:before {
  content: "\f053";
  display: block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1.5rem;
  color: #f7ebeb;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pagenav > li.prev > span:before,
.pagenav > li.prev > a:before {
  left: 10px;
}

.pagenav > li.next > span:before,
.pagenav > li.next > a:before {
  content: "\f054";
  right: 10px;
}

.pagenav > li > span.current_page,
.pagenav > li > a:hover {
  background-color: #003281;
  border-color: #003281;
  color: #fff;
}

.pagenav > li.sp_page {
  display: none;
}

/* ===============================================
#slick
=============================================== */
@media screen and (max-width: 810px) {
  .slick-slide img {
    width: 100%;
  }
}

@media screen and (max-width: 810px) {
  .bl_top_bannerList .slick-slide img {
    width: 95%;
  }
}

.slick-arrow {
  cursor: pointer;
  position: absolute;
  width: 55px;
  height: 55px;
  background-color: #f05d4d;
  border-radius: 50%;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slick-arrow:hover {
  color: #fff;
  opacity: 0.8;
  background-color: #f05d4d;
}

.slick-prev {
  left: 50px;
}

.slick-next {
  right: 50px;
}

.slick-prev:before {
  content: '\f053';
}

.slick-next:before {
  content: '\f054';
}

.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.underline {
  text-decoration: underline;
}

.list_disc {
  list-style: disc;
}

.list_disc li {
  margin-bottom: 8px;
}

.list_disc li:last-child {
  margin-bottom: 0;
}

.list_caution {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list_caution li {
  position: relative;
  padding-left: 1em;
}

.list_caution li::before {
  display: inline-block;
  width: 1em;
  content: "※";
  margin-left: -1em;
}

.list_diamond {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list_diamond li {
  position: relative;
  padding-left: 1em;
}

.list_diamond li::before {
  display: inline-block;
  width: 1em;
  content: "◆";
  margin-left: -1em;
}

.list_ul_normal {
  margin-left: 20px;
}

.list_ul_normal li {
  margin-bottom: 1em;
}

.list_ul_normal li:last-child {
  margin-bottom: 0;
}

/* ===============================================
#フォーム関連
=============================================== */
/* ===============================================
#パンくず
=============================================== */
.bl_breadcrumbs_wrap {
  width: 100%;
  font-size: 10px;
  font-size: 1.0rem;
  margin: auto;
  padding: 40px 0 40px;
}

@media screen and (max-width: 810px) {
  .bl_breadcrumbs_wrap {
    padding: 20px 0 20px;
  }
}

.bl_breadcrumbs_wrap.breadcrumbs_btmLong {
  padding: 40px 0 120px;
}

@media screen and (max-width: 810px) {
  .bl_breadcrumbs_wrap.breadcrumbs_btmLong {
    padding: 20px 0 65px;
  }
}

.bl_breadcrumbs_wrap li {
  list-style: none;
  display: inline;
  margin-left: 5px;
}

.bl_breadcrumbs_wrap li::after {
  content: "／";
  margin-left: 5px;
}

.bl_breadcrumbs_wrap li:first-child a {
  background: url(../img/icon_home.png) left center no-repeat;
  padding-left: 20px;
}

.bl_breadcrumbs_wrap li:last-child {
  font-weight: bold;
}

.bl_breadcrumbs_wrap li:last-child::after {
  content: "";
}

.bl_breadcrumbs_wrap a {
  color: #333333;
  text-decoration: none;
}

/* ===============================================
#テキスト
=============================================== */
.txt_center {
  text-align: center;
}

.txt_center img {
  margin-left: auto;
  margin-right: auto;
}

.txt_left {
  text-align: left;
}

.txt_right {
  text-align: right;
}

@media screen and (max-width: 810px) {
  .txt_right_sp {
    text-align: right;
  }
}

.txt_bold {
  font-weight: bold;
}

.txt_blue {
  color: #012c6b;
}

.txt_orange {
  color: #d46853;
}

.txt_pink {
  color: #f05d4d;
}

.txt_link {
  color: #012c6b;
  text-decoration: underline;
}

.txt_red {
  color: #ef4d73;
}

.txt_caution {
  font-size: 12px;
  font-size: 1.2rem;
  color: #a40000;
}

.txt_keycolor {
  color: #a40000;
}

.txt_s {
  font-size: 10px;
  font-size: 1.0rem;
}

.txt_m {
  font-size: 14px;
  font-size: 1.4rem;
}

.txt_underline {
  text-decoration: underline;
}

.bl_youtube,
.bl_gmap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.bl_youtube iframe,
.bl_gmap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* ===============================================
#表組み
=============================================== */
.table_basic {
  width: 100%;
  border-collapse: collapse;
  position: relative;
  z-index: 2;
  border: 1px solid #003281;
}

.table_basic th, .table_basic td {
  font-size: 16px;
  font-size: 1.6rem;
}

.table_basic th {
  font-weight: bold;
  width: 24%;
  color: #003281;
  background-color: rgba(0, 50, 129, 0.1);
  padding: 24px 10px 24px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #003281;
}

@media screen and (max-width: 810px) {
  .table_basic th {
    display: block;
    width: 100%;
    padding: 12px 10px 12px;
  }
}

.table_basic td {
  width: 76%;
  padding: 24px 10px 24px;
  border: 1px solid #003281;
}

@media screen and (max-width: 810px) {
  .table_basic td {
    display: block;
    width: 100%;
    padding: 12px 10px 12px;
    position: relative;
  }
}

.table_basic ol, .table_basic ul {
  margin-left: 20px;
}

.table_basic ol li, .table_basic ul li {
  margin-bottom: 5px;
}

.table_basic ol li:last-child, .table_basic ul li:last-child {
  margin-bottom: 0;
}

.table_company_info {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.table_line_gray th, .table_line_gray td {
  color: #231815;
  border-color: #231815;
}

.table_access {
  border-color: #d46853;
}

.table_access th, .table_access td {
  border-color: #d46853;
}

.table_access th {
  color: #d46853;
  background-color: rgba(212, 104, 83, 0.1);
}

.list_style_none {
  list-style: none;
}

/* ===============================================
#フォーム
=============================================== */
#keyword {
  position: relative;
  /*フォームの相対位置*/
  max-width: 100%;
  /*フォームのサイズ*/
  width: 100%;
  margin-bottom: 15px;
  /*フォームの下に余白*/
}

/*検索ボックス*/
#sbox {
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 25px;
  outline: 0;
  background: #fff;
  border: 1px solid #2c2c2c;
}

#sbtn {
  height: 50px;
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background: #a40000;
  color: #fff;
  border: 1px solid #2c2c2c;
  border-radius: 0 25px 25px 0;
}

#sbtn .fa-search {
  font-size: 20px;
  position: absolute;
  top: 30%;
  left: 30%;
}

#sbtn:hover {
  color: #888;
}

.img_fit {
  width: 100%;
  height: auto;
}

/* ===============================================
#マージン，パディング
=============================================== */
.mgb0 {
  margin-bottom: 0 !important;
}

.mgb5 {
  margin-bottom: 5px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

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

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgt0 {
  margin-top: 0 !important;
}

.mgt5 {
  margin-top: 5px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt15 {
  margin-top: 15px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgl0 {
  margin-left: 0 !important;
}

.mgl5 {
  margin-left: 5px !important;
}

.mgl10 {
  margin-left: 10px !important;
}

.mgl15 {
  margin-left: 15px !important;
}

.mgl20 {
  margin-left: 20px !important;
}

.mgl30 {
  margin-left: 30px !important;
}

.mgr0 {
  margin-right: 0 !important;
}

.mgr5 {
  margin-right: 5px !important;
}

.mgr10 {
  margin-right: 10px !important;
}

.mgr15 {
  margin-right: 15px !important;
}

.mgr20 {
  margin-right: 20px !important;
}

.mgr30 {
  margin-right: 30px !important;
}

.mgn0 {
  margin: 0 !important;
}

.pdt0 {
  padding-top: 0 !important;
}

.pdt5 {
  padding-top: 5px !important;
}

.pdt10 {
  padding-top: 10px !important;
}

.pdt15 {
  padding-top: 15px !important;
}

.pdt20 {
  padding-top: 20px !important;
}

.pdt30 {
  padding-top: 30px !important;
}

.pdb0 {
  padding-bottom: 0 !important;
}

.pdb5 {
  padding-bottom: 5px !important;
}

.pdb10 {
  padding-bottom: 10px !important;
}

.pdb15 {
  padding-bottom: 15px !important;
}

.pdb20 {
  padding-bottom: 20px !important;
}

.pdb30 {
  padding-bottom: 30px !important;
}

.pdl0 {
  padding-left: 0 !important;
}

.pdl5 {
  padding-left: 5px !important;
}

.pdl10 {
  padding-left: 10px !important;
}

.pdl15 {
  padding-left: 15px !important;
}

.pdl20 {
  padding-left: 20px !important;
}

.pdl30 {
  padding-left: 30px !important;
}

.pdr0 {
  padding-right: 0 !important;
}

.pdr5 {
  padding-right: 5px !important;
}

.pdr10 {
  padding-right: 10px !important;
}

.pdr15 {
  padding-right: 15px !important;
}

.pdr20 {
  padding-right: 20px !important;
}

.pdr30 {
  padding-right: 30px !important;
}

.pad0 {
  padding: 0 !important;
}

.valignTop {
  vertical-align: top;
}

.flex_column_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_column_2 .box {
  width: 100%;
  margin-bottom: 40px;
}

.flex_column_2 .box:last-child {
  margin-bottom: 0;
}

.flex_column_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_column_3 .box {
  width: 100%;
  margin-bottom: 20px;
}

.flex_column_3 .box:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 810px) {
  .flex_column_3 .box {
    width: 30%;
    margin-bottom: 0;
  }
}

.flex_column_3.img_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex_column_3.img_center .box:first-child {
  margin-right: 20px;
}

.flex_txt_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_txt_img .txt {
  width: 100%;
  margin-bottom: 20px;
}

.flex_txt_img .img_box {
  width: 95%;
  margin-bottom: 40px;
}

.reverse .txt {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.reverse .img_box {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-bottom: 0;
}

.voice_faq .flex_column_2 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.width_50 {
  width: 100%;
  margin: auto;
}

.red_panel {
  background-color: #a40000;
  color: #fff;
  padding: 20px;
  outline: 1px solid #fff;
  outline-offset: -4px;
}

.staff_ph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.staff_ph .img_box {
  width: 95%;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .staff_ph .img_box {
    max-width: 210px;
  }
}

.ancher_link,
.mw_wp_form {
  margin-top: -180px;
  padding-top: 180px;
}

#feature01,
#feature02,
#feature03,
#feature04,
#hotel01,
#hotel02,
#hotel03,
#hotel04,
#hotel05,
#anchor01,
#anchor02,
#anchor03,
#anchor04,
#anchor05,
#anchor06 {
  margin-top: -120px;
  padding-top: 120px;
}

@media screen and (min-width: 768px) {
  /* ===============================================
#タイトル
=============================================== */
  .title_l {
    font-size: 30px;
    font-size: 3.0rem;
  }
  .title_m {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .title_s {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
  }
  .title_l_second {
    font-size: 30px;
    font-size: 3.0rem;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .title_l_second::after {
    width: 80px;
  }
  /* ===============================================
  #ボタン
  =============================================== */
  .btn_more {
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 5px 25px 5px 10px;
  }
  .btn_more::before, .btn_more:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    height: 1px;
    background: #fff;
  }
  .btn_more::before {
    width: 13px;
  }
  .btn_more::after {
    width: 6px;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  .btn_more:hover {
    color: #a40000;
    background-color: #fff;
  }
  .btn_more:hover::before, .btn_more:hover:after {
    background: #a40000;
  }
  .img_boxshadow {
    vertical-align: top;
  }
  .contents_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .contents_banner p {
    width: 45%;
    border: 1px solid;
    border-color: #a40000;
    padding: 5px;
  }
}

@media screen and (min-width: 768px) and (max-width: 810px) {
  .contents_banner p {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .contents_banner p a {
    display: block;
    padding: 15px 8px;
    position: relative;
    background-color: #f5f5f5;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .contents_banner p a::after {
    color: #a40000;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
  }
  .contents_banner p a:hover {
    color: #fff;
    background-color: #a40000;
  }
  .contents_banner p a:hover::after {
    color: #fff;
  }
  /* ===============================================
	#パンくず
	=============================================== */
  #breadcrumbs {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    margin: auto;
    padding: 0 0 40px;
  }
  #breadcrumbs li {
    list-style: none;
    display: inline;
    margin-left: 5px;
  }
  #breadcrumbs li:after {
    content: ">";
    margin-left: 5px;
  }
  #breadcrumbs li:last-child:after {
    content: "";
  }
  #breadcrumbs li a {
    color: #000;
    text-decoration: none;
  }
  /* ===============================================
  #表組み
  =============================================== */
  /* ===============================================
  #テキスト
  =============================================== */
  .txt_s {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .txt_m {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .lead_sentence {
    font-size: 16px;
    font-size: 1.6rem;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .flex_column_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex_column_2 .box {
    width: 47.5%;
    margin-bottom: 0;
  }
  .flex_txt_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex_txt_img .txt {
    width: 65%;
    margin-bottom: 0;
  }
  .flex_txt_img .img_box {
    width: 30%;
    margin-bottom: 0;
  }
  .voice_faq .flex_column_2 {
    width: 100%;
  }
  .width_50 {
    width: 50%;
  }
}
