@charset "UTF-8";

/* ===================================================================
CSS information
 file name  :  template_c6.css
 style info :  corporate No.6 用の cssの定義
=================================================================== */
/*-----------------------------------------------------------------

common 共通

-----------------------------------------------------------------*/
@media only screen and (max-width: 690px) {
  .txt_l_sp {
    text-align: left !important;
  }

  .txt_c_sp {
    text-align: center !important;
  }

  .txt_r_sp {
    text-align: right !important;
  }
}

main.titlenone {
  margin-top: 80px;
}

main.inner {
  margin-bottom: 150px;
}


@media only screen and (max-width: 690px) {
  main.titlenone {
    margin-top: 50px;
  }

  main.inner {
    margin-bottom: 50px;
  }
}

#content_left.template_c6 {
  float: left;
  width: 73%;
}

#content_right.template_c6 {
  float: right;
  width: 25%;
}

@media only screen and (max-width: 979px) {
  #content_right.template_c6 {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }

  #content_left.template_c6 {
    float: none;
    width: 100%;
  }
}

body {
  line-height: 1.6;
}

/*-----------------------------------------------------------------

header

-----------------------------------------------------------------*/
header .c6_headerinfo {
  background-color: #ffffff;
  position: relative;
  z-index: 1000;
}

header .c6_hinfonav {
  max-width: 1280px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

header .c6_hinfonav .inn {
  display: flex;
  width: calc(100% - 360px);
}

.h_info_navi {
  width: 310px;
  margin-left: auto;
  display: flex;
}

.h_info_navi ul {
  display: flex;
  flex-wrap: wrap;
}

.h_info_navi ul li {
  position: relative;
  width: 50%;
  list-style-type: none;
  overflow: hidden;
}

.h_info_navi ul li:nth-child(odd) {
  width: 45%;
  margin-right: 5%;
}

.h_info_navi ul li::after {
  content: '';
  width: 4px;
  height: 4px;
  border: 0px;
  border-width: 1px 1px 0 0;
  border-color: #202080;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 1px;
}

.h_info_navi ul li a {
  position: relative;
  display: block;
  font-weight: normal;
  font-size: 13px;
  line-height: 2;
  overflow: hidden;
}

.h_info_navi ul li a:hover {
  text-decoration: none;
}

.h_info_navi ul li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 200%;
  height: 1px;
  transform: scaleX(1) translateX(-50%);
  background: linear-gradient(90deg, #9F4604 50%, #FF8900 50%);
  transform-origin: center right;
  transition: .8s ease transform;
  z-index: -1;
}

.h_info_navi ul li a:hover::after {
  transform: scaleX(2);
  transform-origin: center left;
  /*background-color: #0064FF;*/
}



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

  header .c6_hinfonav {
    height: 65px;
  }

  .h_info_navi {
    display: none;
  }
}

header .c6_hlogo {
  max-width: 250px;
  margin: 10px 0;
  display: flex;
  align-items: center;
}

header .c6_hlogo a {
  width: 200px;
}

header .c6_hlogo .mini_logo {
  width: 50px;
  margin-left: 5px;
}

header .c6_hinfo {
  margin-left: 20px;
  display: flex;
}

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

header .c6_hbtn a {
  position: relative;
  min-width: 180px;
  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;
  padding: 16px 5px 16px 30px;
  color: #ffffff;
  background-color: #FF8900;
}

.hdbtn {
  display: flex;
}

.hdbtn a {
  min-width: 180px;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  padding: 10px 2em;
  color: currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  position: relative;
  border: 1px solid;
  transition: all .8s ease;
  box-sizing: border-box;
  text-decoration: none;
  overflow: hidden;
  z-index: 0;
}

.hdbtn a::before {
  content: "";
  width: 20px;
  height: 14px;
  background: url("../image/common/icon_mail.svg") no-repeat 0 0;
  background-size: auto;
  background-size: contain;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -7px;
}

.hdbtn a:hover {
  text-decoration: none;
}

.hdbtn a::after {
  content: "";
  display: inline-block;
  transform: scaleX(0);
  position: absolute;
  top: 0rem;
  left: 0rem;
  right: 0rem;
  height: 100%;
  transform-origin: center right;
  transition: .8s ease transform;
  z-index: -1;
}

.hdbtn a:hover::after {
  transform: scaleX(1);
  transform-origin: center left;
}

/*お問い合わせ*/
.hdbtn._cv a {
  color: #FFF;
  background-color: #FF8900;
  border-color: #FF8900;
}

.hdbtn._cv a::after {
  color: #FFF;
  background-color: #FF6C00;
}

.hdbtn._cv a:hover {
  color: #FFF;
  border-color: #FF6C00;
}

/*修理*/
.hdbtn._rp a {
  color: #FFF;
  background-color: #202080;
  border-color: #202080;
}

.hdbtn._rp a::after {
  color: #FFF;
  background-color: #070733;
}

.hdbtn._rp a:hover {
  color: #FFF;
  border-color: #070733;
}

.hdbtn._rp a::before {
  width: 20px;
  height: 20px;
  background: url(../image/common/icon_repair05.svg)no-repeat 0 0;
  background-size: contain;
  margin-top: -10px;
}

@media only screen and (max-width: 980px) {
  header .c6_hlogo {
    max-width: calc(100% - 300px);
  }

  header .c6_hinfonav .inn {
    width: calc(100% - 240px);
  }

  .hdbtn a {
    min-width: 100px;
    font-size: 13px;
    padding: 10px 1em;
  }

  .hdbtn a::before {
    display: none;
  }

  .h_info_navi {
    width: 280px;
  }

  .h_info_navi ul li a {
    font-size: 12px;
  }
}




header .c6_hbtn a+a {
  margin-left: 2px;
}

header .c6_hbtn a.btn_sub {
  background-color: #F19419;
}

header .c6_hbtn a.btn_main {
  background-color: #FF8900;
}

header .c6_hgnav {
  max-width: 1120px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .c6_hgnav_spbtn {
  display: none;
}

.c6_headernav {
  padding: 20px 0;
}

.c6_hgnavlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
}

.c6_hgnavlist li {
  list-style: none;
  width: 100%;
  border-right: 1px solid #dddddd;
}

.c6_hgnavlist li:first-child {
  border-left: 1px solid #dddddd;
}

.c6_hgnavlist li a {
  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;
}

.c6_hgnavlist li a:hover {
  color: #FF8900;
  text-decoration: none;
}

.c6_hgnavlist li.main_current a {
  color: #FF8900;
}
/* ドロップダウンメニューのスタイル */
.c6_hgnavlist li{
	position: relative;
}
.c6_hgnavlist li button{
	background-color: transparent;
	border: none;
    text-align: center;
    width: 100%;
}
.c6_hgnavlist li button:hover{
	color: #FF8900;
  background-color: transparent !important;
}

.dropdown-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 180px;
    z-index: 1000;
    display: none;
	padding-top: 10px;
}
.is-editor .dropdown-menu,
body.dcms_editor .dropdown-menu,
#tinymce .dropdown-menu {
    display: block;
    position: static;
}
.is-editor .c6_hgnavlist,
body.dcms_editor .c6_hgnavlist,
#tinymce .c6_hgnavlist{
    align-items: flex-start;
    flex-wrap: wrap;
}
.dropdown-menu li{
	border: none !important;
	/* border: 1px solid #ddd; */
	background-color: #fff;
}
.dropdown-menu li a {
  padding: 8px 15px;
  text-align: left;
  display: block;
  border: 1px solid #ddd;
  border-top: none;
  white-space: nowrap;
}
.dropdown-menu li a:hover {
    background-color: #f5f5f5;
}
@media only screen and (max-width: 690px) {
  .dropdown-menu li a {
    border: none;
  }
}

@media only screen and (max-width: 690px) {
  header {
    position: fixed;
    width: 100%;
    z-index: 101;
    -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
  }

  header .c6_hlogo {
    max-width: 250px;
    display: flex;
    align-items: center;
  }

  header .c6_hinfonav .inn {
    width: auto;
  }

  header .c6_hinfo {
    display: none;
  }

  header .c6_hgnav_spbtn {
    display: block;
    margin-left: auto;
    margin-top: 10px;
    text-align: center;
  }

  header .c6_hgnav_spbtn .text {
    display: none;
  }

  header .c6_hgnav_spbtn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    text-align: center;
  }

  header .c6_hgnav_spbtn .text {
    display: none;
  }

  header body.open .c6_hgnav_spbtn {
    background: none;
    position: fixed;
    z-index: 11;
  }

  header .c6_hgnav_spbtn a {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 40px;
    background-color: #ffffff;
    z-index: 100;
    position: relative;
  }

  header #panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 3px;
    margin: -2px 0 0 -12px;
    background: #504B4B;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }

  header #panel-btn-icon::before,
  header #panel-btn-icon::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 3px;
    background: #504B4B;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }

  header #panel-btn-icon::before {
    margin-top: -12px;
  }

  header #panel-btn-icon::after {
    margin-top: 8px;
  }

  header #panel-btn-icon.close {
    background: transparent;
    opacity: 1;
  }

  header #panel-btn-icon.close::before,
  header #panel-btn-icon.close::after {
    margin-top: 0;
    height: 4px;
  }

  header #panel-btn-icon.close::before {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  header #panel-btn-icon.close::after {
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  header #panel-btn-icon.close::before,
  header #panel-btn-icon.close::after {
    margin-top: 0;
  }

  .c6_headernav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    padding: 70px 5% 30px;
    overflow-y: auto;
    z-index: 100;
  }

  body.open .c6_headernav {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
  }

  body.open .c6_headernav li {
    opacity: 1;
  }

  .c6_hgnavlist {
    display: block;
  }

  .c6_hgnavlist li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

  .c6_hgnavlist li:first-child {
    border-left: none;
  }
/* ドロップダウンメニューのスタイル */
  .c6_hgnavlist li button{
    display: block;
    padding: 16px 10px;
    color: #ffffff;
    text-align: left;
  }
  .dropdown-menu {
    position: static;
    width: 100%;
    padding: 0 5px 15px;
    /* margin-top: -5px; */
  }
  .dropdown-menu li{
    border: none;
    background-color: transparent;
    position: relative;
  }
   li.dropdown::before{
    content: "";
    width: 13px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 25px;
  }
  li.dropdown::after{
    content: "";
    width: 1px;
    height: 13px;
    background-color: #fff;
    position: absolute;
    right: 6px;
    top: 20px;
    display: block;
  }
  li.dropdown:has(.is-open)::after{
    display: none;
  }
  .c6_hgnavlist .dropdown-menu li a {
    padding: 8px 15px;
    text-align: left;
    display: block;
  }
  .dropdown-menu li a:hover {
      background-color: transparent;
  }
  .c6_hinfo{
    display: flex;
    align-items: center;
    gap: 24px;
  }

  header .c6_hgnav {
    display: block;
    white-space: nowrap;
    overflow-y: auto;
  }

  .h_info_navi {
    width: 100%;
    display: block;
    margin-top: 10px;
  }
  .h_info_navi{
    display: none;
  }
  .c6_hgnavlist.sp_only+.h_info_navi{
    display: block !important;
    margin-top: 32px !important;
  }
  .c6_hgnavlist.sp_only{
    display: flex !important;
    justify-content: space-between;
    gap: 16px;
    margin-top: 24px;
  }
  .c6_hgnavlist.sp_only li{
    width: 50%;
    margin-top: 0 !important;
  }
  .c6_hgnavlist.sp_only li a{
    /* padding-top: 40px; */
    white-space: normal;
    height: 100px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }
  .c6_hgnavlist.sp_only li.sp_only.sp_btn a::before{
    position: static !important;
    /* left: calc(50% - 10px);
    top: 10px; */
    width: 20px;
    height: 20px;
    transform: none;
  }

  .h_info_navi ul li::after {
    border-color: #FF8900
  }

  .h_info_navi ul li {
    width: calc(50% - 15px)
  }

  .spNone {
    display: none;
  }

  .h_info_navi ul {
    justify-content: space-between;
    gap: 15px;
  }

  .h_info_navi ul li a {
    color: #fff;
  }

  .c6_hgnavlist li a {
    display: block;
    padding: 16px 10px;
    color: #ffffff;
  }

  .c6_hgnavlist li.sp_btn {
    margin-top: 15px;
    border: none;
  }

  .c6_hgnavlist li.sp_btn a {
    text-align: center;
    background: #FF8900;
    position: relative;
  }

  .c6_hgnavlist li.sp_btn a:hover {
    color: #ffffff;
  }

  .c6_hgnavlist li.sp_btn a::before {
    content: "";
    width: 25px;
    height: 17px;
    background: url("../image/common/icon_mail.svg") no-repeat center /contain;
    position: absolute;
    left: 22%;
    top: 50%;
    transform: translateY(-50%);
  }

  .c6_hgnavlist li.sp_btn._rp a {
    background-color: #202080;
  }

  .c6_hgnavlist li.sp_btn._rp a::before {
    width: 25px;
    height: 25px;
    background: url("../image/common/icon_repair05.svg") no-repeat center /contain;
    left: 10%;
  }
}

/*-----------------------------------------------------------------

footer common CTA 共通お問い合わせ

-----------------------------------------------------------------*/
.c6_cta_area {
  background: url("../image/template_c6_cta_bg.jpg") no-repeat center/cover;
  padding: 60px 0;
  margin-top: 80px;
}

.c6_cta_block {
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c6_cta_tel_area {
  width: 62%;
  padding-right: 3%;
  color: #ffffff;
}

.c6_cta_link_area {
  width: 38%;
}

.c6_cta_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.c6_cta_tel_num {
  font-size: 40px;
  line-height: 1;
}

.c6_cta_tel_time {
  font-size: 13px;
  margin-left: 15px;
}

.c6_cta_btn a {
  display: block;
  border-radius: 4px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  padding: 15px 15px;
}

.c6_cta_btn+.c6_cta_btn {
  margin-top: 10px;
}

.c6_cta_btn.btn_main a {
  background-color: #E84144;
}

.c6_cta_btn.btn_subm a {
  background-color: #F19419;
}

.c6_cta_btn.btn_main a:hover {
  background-color: #DA1B20;
}

.c6_cta_btn.btn_subm a:hover {
  background-color: #E78A0E;
}

@media only screen and (max-width: 979px) {
  .c6_cta_area {
    margin-top: 60px;
  }

  .c6_cta_area {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 690px) {
  .c6_cta_area {
    margin-top: 40px;
  }

  .c6_cta_tel_area {
    width: 100%;
    padding-right: 0;
  }

  .c6_cta_link_area {
    width: 80%;
    margin: 25px auto 0;
  }

  .c6_cta_tel_num {
    font-size: 36px;
  }

  .c6_cta_tel {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c6_cta_tel_num {
    width: 100%;
    text-align: center;
  }

  .c6_cta_tel_time {
    width: 100%;
    text-align: center;
  }
}

/*-----------------------------------------------------------------

c6 col2 layout 01

-----------------------------------------------------------------*/
.c6_col2_01_col {
  cursor: pointer;
}

.c6_col2_01_img {
  height: 160px;
  position: relative;
}

.c6_col2_01_bg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
  font-size: 18px;
}

.c6_col2_01_txt {
  -webkit-box-shadow: 0 20px 15px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 15px -10px rgba(0, 0, 0, 0.1);
  padding: 20px 15px;
}

.c6_col2_01_title {
  margin-bottom: 10px;
  color: #555555;
  font-size: 20px;
}

.c6_col2_01_title a {
  color: #555555;
  font-size: 20px;
}

.c6_col2_01_col:hover .c6_col2_01_bg {
  opacity: 1;
}

.c6_col2_01_col:hover .c6_col2_01_title a {
  text-decoration: none;
  color: #F19419;
}

@media only screen and (max-width: 690px) {
  .c6_col2_01_col+.c6_col2_01_col {
    margin-top: 30px;
  }

  .c6_col2_01_img {
    height: 120px;
  }
}

/*-----------------------------------------------------------------

c6 col2 layout 02

-----------------------------------------------------------------*/
.c6_col2_ti {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c6_col2_ti .c6_col_ti_t {
  width: 80%;
  padding-right: 30px;
}

.c6_col2_ti .c6_col_ti_i {
  width: 20%;
}

@media only screen and (max-width: 690px) {
  .c6_col2_ti .c6_col_ti_t {
    width: 100%;
    padding-right: 0;
  }

  .c6_col2_ti .c6_col_ti_i {
    width: 40%;
    margin: 20px auto 0;
  }
}

/*-----------------------------------------------------------------

c6 col2 layout 03

-----------------------------------------------------------------*/
.c6_col2_ti02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c6_col2_ti02 .c6_col_ti_t {
  width: 70%;
  padding-right: 30px;
}

.c6_col2_ti02 .c6_col_ti_i {
  width: 30%;
}

@media only screen and (max-width: 690px) {
  .c6_col2_ti02 .c6_col_ti_t {
    width: 100%;
    padding-right: 0;
  }

  .c6_col2_ti02 .c6_col_ti_i {
    width: 70%;
    margin: 20px auto 0;
  }
}

/*-----------------------------------------------------------------

footer

-----------------------------------------------------------------*/
.c6_cta_area+footer.template_c6 {
  margin-top: 0;
}



footer.template_c6 .c6_footernav {
  padding: 50px 0 20px;
  background: #444444;
}

footer.template_c6 .c6_finfonav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


footer.template_c6 .c6_finfonavcol:first-child {
  width: 45%;
}

footer.template_c6 .c6_finfonavcol:nth-child(2) {
  width: 25%;
}

footer.template_c6 .c6_finfonavcol:nth-child(n+3) {
  width: 15%;
}

footer.template_c6 .c6_finfonavcol ul {
  margin-top: -10px;
  margin-bottom: 30px;
}

footer.template_c6 .c6_finfonavcol:first-child ul {
  display: flex;
  flex-wrap: wrap;
}

footer.template_c6 .c6_finfonavcol:first-child ul li {
  width: 50%;
  padding-right: 3%;
}

footer.template_c6 .c6_finfonavoya {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

footer.template_c6 .c6_finfonavoya a {
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
}

footer.template_c6 .c6_finfonavko li {
  list-style: none;
  margin-bottom: 5px;
  position: relative;
  padding-left: 12px;
}

footer.template_c6 .c6_finfonavko li a {
  font-size: 13px;
  color: #ffffff;
}

footer.template_c6 .c6_finfonavko li::before {
  content: '';
  width: 4px;
  height: 4px;
  border: 0px;
  border-width: 2px 2px 0 0;
  border-color: #FF8900;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  left: 0;
}

footer.template_c6 .c6_finfonavko li:hover {
  color: #DD630D;
  text-decoration: none;
}

footer.template_c6 .c6_finfonavko li:hover::before {
  border-color: #DD630D;
}

footer.template_c6 .c6_finfonavko li:last-child {
  margin-bottom: 0;
}

footer.template_c6 .c6_footerinfo {
  padding: 20px 0;
  background-color: #333333;
}

footer.template_c6 .c6_finfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer.template_c6 .c6_flogo {
  max-width: 260px;
}


.t-default footer.template_c6 .c6_finfoadd p,
footer.template_c6 .c6_finfoadd {
  color: #ffffff;
  font-size: 13px;
}

.t-default footer.template_c6 .c6_finfoadd p a,
footer.template_c6 .c6_finfoadd a {
  color: #ffffff;

}

footer.template_c6 .c6_finfoadd a img {
  max-width: 260px;
}

footer.template_c6 .c6_finfosupnav {
  margin-left: auto;
}

footer.template_c6 .c6_finfosupnav a {
  display: inline-block;
  padding: 0 15px;
  line-height: 1.2;
  border-left: 1px solid #aaaaaa;
  color: #ffffff;
  font-size: 13px;
}

footer.template_c6 .c6_finfosupnav a:first-child {
  border-left: none;
}

footer.template_c6 small {
  display: block;
  background-color: #333333;
  padding: 15px 20px;
  color: #ffffff;
  text-align: center;
  font-size: 11px;
  letter-spacing: .05em;
}

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


  footer.template_c6 .c6_footernav {
      padding: 40px 0 10px;
  }

  footer.template_c6 .c6_footerinfo {
    padding-bottom: 50px;
  }

  footer.template_c6 .c6_finfosupnav a {


    margin-bottom: 15px;
    position: relative;
  }

  footer.template_c6 .c6_finfosupnav a::before {
    content: '';
    width: 4px;
    height: 4px;
    border: 0px;
    border-width: 1px 1px 0 0;
    border-color: #333333;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
  }

  footer.template_c6 .c6_finfonavoya a {
    font-size: 16px;
  }
  footer.template_c6 .c6_finfonavcol:first-child {
    width: 100%;
  }
  footer.template_c6 .c6_finfonavcol:nth-child(2) {
    width: auto;
    flex-grow: 1;
  }
  footer.template_c6 .c6_finfonavcol:nth-child(n+3) {
    width: auto;
    flex-grow: 1;
  }
}

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

  footer.template_c6 .c6_footernav {
    padding: 20px 0 0;
  }

  footer.template_c6 .c6_finfonavcol:first-child,
  footer.template_c6 .c6_finfonavcol:nth-child(2),
  footer.template_c6 .c6_finfonavcol:nth-child(n+3) {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }

  footer.template_c6 .c6_finfonavoya {
    padding-bottom: 0;
    margin-bottom: 15px;
  }

  footer.template_c6 .c6_finfonavoya a {
    font-size: 15px;
  }

  footer.template_c6 .c6_finfonavcol ul {
    margin-top: 0;
    margin-bottom: 20px;
  }

  footer.template_c6 .c6_finfonavcol:first-child ul {
    display: block;
  }

  footer.template_c6 .c6_finfonavcol:first-child ul li {
    width: 100%;
    padding-right: 0;
    margin-bottom: 5px;
  }

  footer.template_c6 .c6_finfonavko li {
    margin-bottom: 5px;
  }

  footer.template_c6 .c6_finfo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  footer.template_c6 .c6_finfo>div {
    width: 100%;
    text-align: center;
  }

  footer.template_c6 .c6_footerinfo {
    padding: 25px 0 25px;
  }

  footer.template_c6 .c6_finfoadd {
    text-align: center;
  }

  footer.template_c6 .c6_flogo {
    margin-left: auto;
    margin-right: auto;
  }

  footer.template_c6 .c6_finfosupnav {
    margin-top: 30px;
  }

  footer.template_c6 .c6_finfosupnav a {
    margin-bottom: 10px;
  }

  footer.template_c6 small {
    padding: 10px 20px;
  }
}

/*-----------------------------------------------------------------

cta フッター 共通お問い合わせ

-----------------------------------------------------------------*/
/**********************************************************************************************************************************

TOP

**********************************************************************************************************************************/
/*-----------------------------------------------------------------

top mainimage

-----------------------------------------------------------------*/
#top_mainimage {
  height: 580px;
  position: relative;
}

#top_mainimage .flexslider .slides>li {
  width: 100%;
  height: 580px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  z-index: 0;
}

/*
#top_mainimage .flexslider .slides > li::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(106, 113, 142, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
*/

#top_mainimage .main_txt {
  display: table;
  max-width: 1120px;
  padding: 0 24px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
}

#top_mainimage .main_txt_in {
  display: table-cell;
  vertical-align: middle;
}

#top_mainimage .main_lead_en {
  font-size: 14px;
  line-height: 1.4;
  margin: auto;
  color: #ffffff;
  text-align: left;
}

#top_mainimage .main_lead {
  font-size: 46px;
  line-height: 1.4;
  font-weight: bold;
  margin: auto;
  color: #ffffff;
  text-align: left;
  margin: 30px 0 40px;
}

#top_mainimage .mainimage01 .main_lead {
  color: #844500;
}

#top_mainimage .mainimage02 .main_lead {
  color: #0084AC;
}

#top_mainimage .mainimage03 .main_lead {
  color: #267223;
}

#top_mainimage .main_lead_sub {
  font-size: 18px;
  line-height: 2;
  margin: auto;
  margin-left: 0;
  color: #ffffff;
  text-align: left;
  max-width: 600px;
}

#top_mainimage .mainimage01 .main_lead_sub {
  color: #C16500;
}

#top_mainimage .mainimage02 .main_lead_sub {
  color: #3ABEE6;
}

#top_mainimage .mainimage03 .main_lead_sub {
  color: #5EBF59;
}



@media only screen and (max-width: 1119px) {
  #top_mainimage {
    height: 400px;
  }

  #top_mainimage {
    height: 400px;
  }

  #top_mainimage .flexslider .slides>li {
    height: 400px;
    background-size: cover;
  }
}


.sp_only {
  display: none;
}

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

  .sp_only {
    display: block;
  }

  #top_mainimage {
    /*height: 320px;*/
    height: auto;
    margin-top: 63px;
    padding-top: 0;
    position: relative;
  }

  #top_mainimage .flexslider .slides>li.mainimage01,
  #top_mainimage .flexslider .slides>li.mainimage02,
  #top_mainimage .flexslider .slides>li.mainimage03,
  #top_mainimage .flexslider .slides>li.mainimage04,
  #top_mainimage .flexslider .slides>li.mainimage05 {
    /*height: 320px;*/
    height: auto;
    background-position: center;
    background: none !important;
  }

  #top_mainimage .flexslider .slides>li img {
    max-width: 100%;
    height: auto;
  }

  #top_mainimage .main_txt {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
  }

  #top_mainimage .main_lead_en {
    font-size: 12px;
  }

  #top_mainimage .main_lead {
    font-size: 5vw;
    margin: 10px 0 25px;
  }

  #top_mainimage .main_lead_sub {
    font-size: 2.7vw;
    line-height: 1.6;
  }


  .flexslider::after {
    content: "";
    display: table;
    clear: both;
  }
}

/*-----------------------------------------------------------------

PICKUP

-----------------------------------------------------------------*/
.c6_top_pickup_area {

  padding: 60px 0;
}

.c6_top_pickup_block {
  border: 2px solid #dddddd;
  padding: 15px 50px;
  background-color: rgba(255, 255, 255, 0.5);
}

.c6_top_pickup_title {
  font-size: 20px;
  font-weight: bold;
  color: #F19419;
  position: relative;
  margin-bottom: 15px;
}

.c6_top_pickup_title::before {
  content: "";
  width: 25px;
  height: 3px;
  background-color: #F19419;
  position: absolute;
  left: -50px;
  top: calc(50% - 2px);
}

.c6_top_pickup_rss dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #dddddd;
}

.c6_top_pickup_rss dl:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.c6_top_pickup_rss .rss_date {
  padding-right: 2.5em;
}

.c6_top_pickup_rss .rss_contents {
  display: none;
}

.rss_new,
.rss_tag {
  display: inline-block;
  padding: 3px 8px 3px;
  font-size: 11px;
  margin-right: 1.5em;
  vertical-align: middle;
  background: #1A2E88;
  color: #ffffff;
  border-radius: 3px;
}

.rss_recruit {
  background-color: #0FB4AE;
  color: #ffffff;
}

.rss_product {
  background-color: #E84144;
  color: #ffffff;
}

.rss_event {
  background-color: #6A718E;
  color: #ffffff;
}

.rss_info {
  background-color: #F19419;
  color: #ffffff;
}

@media only screen and (max-width: 979px) {
  .c6_top_pickup_area {
    padding: 50px 0;
  }

  .c6_top_pickup_block {
    padding: 15px 30px;
  }

  .c6_top_pickup_title::before {
    width: 15px;
    left: -30px;
  }

  .c6_top_pickup_rss .rss_date {
    padding-right: 2em;
  }
}

@media only screen and (max-width: 690px) {
  .c6_top_pickup_area {
    padding: 30px 0;
  }

  .c6_top_pickup_title {
    margin-bottom: 10px;
  }

  .c6_top_pickup_rss dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }

  .c6_top_pickup_rss .rss_date {
    padding-right: 0;
    width: 100%;
    margin-bottom: 5px;
  }

  .c6_top_pickup_rss .rss_title {
    width: 100%;
  }

  .rss_new {
    margin-right: 0;
    display: block;
    position: absolute;
    top: -3px;
    right: 0;
  }
}

/*-----------------------------------------------------------------

title common 見出し共通

-----------------------------------------------------------------*/
.c6_top_common_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  margin-bottom: 20px;
}

.c6_top_common_title_jp {
  font-size: 24px;
  color: #555555;
  margin-left: 0;
  margin-right: 15px;
  line-height: 1.4;
}

.c6_top_common_title_jp a {
  color: #555555;
}

.c6_top_common_title_en {
  color: #999999;
  position: relative;
  padding-left: 20px;
  margin-right: auto;
  letter-spacing: .1em;
}

.c6_top_common_title_en::before {
  content: "/";
  position: absolute;
  left: 0;
}

@media only screen and (max-width: 690px) {
  .c6_top_common_title {
    margin-bottom: 10px;
  }

  .c6_top_common_title_jp {
    font-size: 22px;
  }

  .c6_top_common_title_en {
    font-size: 13px;
  }
}

.t-default .c6_subtitle,
.c6_subtitle {
  position: relative;
  padding-top: 20px;
  border-top: 1px solid #eeeeee;
  font-size: 26px;
  line-height: 1.4;
  margin-bottom: 25px;
}

.t-default .c6_subtitle::before,
.c6_subtitle::before {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0;
  background-color: #17BEBB;
  z-index: 1;
}

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

  .t-default .c6_subtitle,
  .c6_subtitle {
    font-size: 22px;
  }
}

/*-----------------------------------------------------------------

btn common ボタン共通

-----------------------------------------------------------------*/
.c6_btn_common {
  text-align: center;
}

.c6_btn_common a {
  display: inline-block;
  padding: 15px 5em;
  border-radius: 4px;
  background-color: #F19419;
  text-align: center;
  color: #ffffff;
  position: relative;
}

.c6_btn_common a::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-width: 2px 2px 0 0;
  border-color: #ffffff;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  left: 1.5em;
}

.maplink {
  margin-left: 15px;
  display: inline-block;
}

.maplink a {
  background-color: #F19419;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 15px 5px 15px;
  position: relative;
}

@media only screen and (max-width: 690px) {
  .maplink {
    margin-left: 0;
    margin-top: 10px;
  }
}

/*-----------------------------------------------------------------

original

-----------------------------------------------------------------*/
.c6_top_original_area {
  padding: 60px 0 40px;
}

.c6_top_original_col {
  cursor: pointer;
}

.c6_top_original_img {
  height: 240px;
  position: relative;
}

.c6_top_original_bg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
  font-size: 18px;
}

.c6_top_original_col:hover .c6_top_original_bg {
  height: 100%;
  opacity: 1;
}

.c6_top_original_col:hover .c6_top_common_title_jp a {
  color: #F19419;
}

@media only screen and (max-width: 979px) {
  .c6_top_original_area {
    padding: 50px 0 30px;
  }

  .c6_top_original_img {
    height: 180px;
  }
}

@media only screen and (max-width: 690px) {
  .c6_top_original_area {
    padding: 30px 0 15px;
  }

  .c6_top_original_img {
    height: 140px;
  }
}

/*-----------------------------------------------------------------

info rss banner news blog media

-----------------------------------------------------------------*/
.c6_top_info_area {
  padding: 60px 0;
  background-color: #f5f5f5;
}

.c6_top_news_area {
  float: left;
  width: 73%;
}

.c6_top_various_area {
  float: right;
  width: 23%;
}

.c6_top_news_area {
  background-color: #ffffff;
  padding: 40px;
}

.c6_top_news_area .c6_top_common_title {
  margin-bottom: 0;
}

.c6_top_news_col dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #dddddd;
  position: relative;
}

.c6_top_news_col dl:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.c6_top_news_col .rss_date {
  padding-right: 2.5em;
}

.c6_top_news_col .rss_contents {
  display: none;
}

.c6_top_news_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.c6_top_news_link.top {
  margin-left: auto;
}

.c6_top_news_link.bottom {
  display: none;
}

.c6_top_news_link a {
  display: inline-block;
  border: 1px solid #F19419;
  padding: 8px 3.5em;
  border-radius: 50px;
  text-align: center;
  position: relative;
}

.c6_top_news_link a::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 1px #F19419;
  border-right: solid 1px #F19419;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 10%;
}

.c6_top_news_link a:hover {
  background-color: #F19419;
  color: #ffffff;
  text-decoration: none;
}

.c6_top_news_link a:hover::after {
  border-color: #ffffff;
}

.c6_top_various_media_area {
  background-color: #ffffff;
  padding: 20px;
}

.c6_top_various_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  padding-bottom: 10px;
  border-bottom: 1px solid #F19419;
  margin-bottom: 25px;
}

.c6_top_various_title_jp {
  color: #555555;
  font-size: 22px;
  line-height: 1.4;
  margin-left: 0;
}

.c6_top_various_link {
  margin-left: auto;
}

.c6_top_various_link a {
  color: #F19419;
  position: relative;
  padding-left: 10px;
}

.c6_top_various_link a::after {
  content: '';
  width: 4px;
  height: 4px;
  border-top: solid 1px #F19419;
  border-right: solid 1px #F19419;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
}

.c6_top_various_media .dlb_media_block {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #999999;
  cursor: pointer;
}

.c6_top_various_media .dlb_media_block:hover {
  text-decoration: none;
}

.c6_top_various_media .dlb_media_block:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.c6_top_various_media .dlb_media_left {
  display: none;
}

.c6_top_various_media .dlb_media_right {
  position: relative;
}

.c6_top_various_media .dlb_media_cate {
  position: absolute;
  top: -5px;
  right: 0;
  margin-top: 0;
}

.c6_top_various_bancol+.c6_top_various_bancol {
  margin-top: 10px;
}

@media only screen and (max-width: 979px) {
  .c6_top_info_area {
    padding: 40px 0;
  }

  .c6_top_news_area {
    float: none;
    width: 100%;
  }

  .c6_top_news_link.top {
    display: none;
  }

  .c6_top_news_link.bottom {
    display: block;
    margin: 25px auto 0;
    width: 70%;
    max-height: 400px;
  }

  .c6_top_various_area {
    float: none;
    width: 100%;
  }

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

  .c6_top_various_bancol {
    width: 48%;
    margin: 0 1% 5px;
  }

  .c6_top_various_bancol+.c6_top_various_bancol {
    margin-top: 0;
  }
}

@media only screen and (max-width: 690px) {
  .c6_top_info_area {
    padding: 30px 0;
  }

  .c6_top_news_area {
    padding: 30px 20px;
  }

  .c6_top_various_bancol {
    width: 80%;
    margin: 0 auto;
  }

  .c6_top_various_bancol+.c6_top_various_bancol {
    margin-top: 10px;
  }

  .c6_top_various_media_area {
    padding-top: 40px;
  }

  .c6_top_various_media .dlb_media_title {
    margin-top: 10px;
  }

  .c6_top_news_col dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .c6_top_news_col dl:last-child {
    border-bottom: 1px dotted #dddddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .c6_top_news_col .rss_title {
    width: 100%;
    margin-top: 5px;
  }

  .c6_top_news_col .rss_date {
    padding-right: 0;
    width: 100%;
  }

  .c6_top_news_link.bottom a {
    display: block;
    width: 100%;
  }
}

/*-----------------------------------------------------------------

slide

-----------------------------------------------------------------*/
.c6_top_slide_area {
  padding: 50px 0;
}

.c6_top_slide_title {
  float: left;
  width: 200px;
  height: 200px;
  display: table;
  padding: 20px;
  border: 1px solid #dddddd;
}

.c6_top_slide_title_in {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.c6_top_slide_title_jp {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #555555;
}

.c6_top_slide_title_jp::after {
  content: "";
  width: 16px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 8px);
  background-color: #555555;
}

.c6_top_slide_title_en {
  margin-top: 0;
  font-size: 14px;
  letter-spacing: .1em;
  color: #999999;
}

.c6_slide_min {
  float: right;
  width: calc(100% - 225px);
}

.c6_slide .col {
  padding: 0 0 0 15px;
}

.c6_slide_col {
  cursor: pointer;
}

.c6_slide_img {
  height: 220px;
  position: relative;
  border: 1px solid #f1f1f1;
  border-bottom: none;
}

.c6_slide_bg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
  font-size: 18px;
}

.c6_slide_txt {
  padding: 20px;
  border: 1px solid #f1f1f1;
  border-top: none;
}

.c6_slide_col:hover .c6_slide_bg {
  height: 100%;
  opacity: 1;
}

.c6_slide_title {
  margin-bottom: 10px;
  font-size: 18px;
}

.c6_slide_title a {
  color: #555555;
}

.c6_slide_title a:hover {
  text-decoration: none;
}

.c6_slide_col:hover .c6_slide_txt {
  background-color: #f5f5f5;
}

.c6_slide_col:hover .c6_slide_title a {
  color: #F19419;
}

.c6_slide .slick-dots {
  bottom: 0;
}

.c6_slide .slick-dots li {
  height: 3px;
  width: 20px;
  margin: 0 5px;
}

.c6_slide .slick-dots li button {
  height: 3px;
  width: 20px;
  padding: 0;
}

.c6_slide .slick-dots li button::before {
  content: "";
  width: 20px;
  height: 3px;
  opacity: 1;
  background-color: #dddddd;
}

.c6_slide .slick-dots li.slick-active button::before {
  background-color: #E84144;
}

.c6_slide.slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 30px;
}

@media only screen and (max-width: 979px) {
  .c6_top_slide_title_jp {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .c6_top_slide_title_en {
    font-size: 11px;
  }

  .c6_top_slide_title {
    width: 150px;
    height: 150px;
    padding: 10px;
  }

  .c6_slide_min {
    width: calc(100% - 155px);
  }

  .c6_slide .col {
    padding: 0 0 0 10px;
  }

  .c6_slide_img {
    height: 180px;
  }
}

@media only screen and (max-width: 690px) {
  .c6_top_slide_area {
    padding: 40px 0;
  }

  .c6_top_slide_title {
    float: none;
    width: 100%;
    height: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    border: none;
  }

  .c6_top_slide_title_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    margin-bottom: 20px;
  }

  .c6_top_slide_title_jp {
    font-size: 24px;
    color: #555555;
    margin-left: 0;
    margin-right: 15px;
    line-height: 1.4;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .c6_top_slide_title_jp::after {
    display: none;
  }

  .c6_top_slide_title_en {
    color: #999999;
    position: relative;
    padding-left: 20px;
    margin-right: auto;
    letter-spacing: .1em;
  }

  .c6_top_slide_title_en::before {
    content: "/";
    position: absolute;
    left: 0;
  }

  .c6_slide .col {
    padding: 0 5px;
  }

  .c6_slide_min {
    float: right;
    width: calc(100% - 225px);
  }

  .c6_slide {
    width: 100%;
  }

  .c6_slide_img {
    height: 140px;
  }
}

/*-----------------------------------------------------------------

includlist

-----------------------------------------------------------------*/
.c6_includlist_area {
  padding-bottom: 20px;
  /*box-shadow用*/
}

.c6_includlist_uparea {
  padding: 60px 0 320px;
  background-color: #f5f5f5;
}

.c6_includlist_uptitle_jp {
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  color: #555555;
  text-align: center;
}

.c6_includlist_uptitle_jp::after {
  content: "";
  width: 16px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 8px);
  background-color: #555555;
}

.c6_includlist_uptitle_en {
  text-align: center;
  margin-top: 0;
  font-size: 14px;
  letter-spacing: .1em;
  color: #999999;
}

.c6_includlist_uptxt {
  text-align: center;
}

.c6_includlist_upbtn {
  text-align: center;
}

.c6_includlist_upbtn a {
  display: inline-block;
  border: 1px solid #F19419;
  padding: 12px 4.5em;
  border-radius: 50px;
  text-align: center;
  position: relative;
  background-color: #ffffff;
}

.c6_includlist_upbtn a::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 1px #F19419;
  border-right: solid 1px #F19419;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 10%;
}

.c6_includlist_upbtn a:hover {
  background-color: #F19419;
  color: #ffffff;
  text-decoration: none;
}

.c6_includlist_upbtn a:hover::after {
  border-color: #ffffff;
}

.c6_includlist_btmblock {
  margin-top: -260px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.06);
  padding: 60px 60px 18px;
}

.c6_includlist_btmtitle {
  text-align: center;
  font-weight: bold;
  color: #F19419;
  margin-bottom: 20px;
  letter-spacing: .1em;
  font-size: 24px;
}

.c6_includlist_btmtxt {
  text-align: center;
}

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

.c6_includlist_btmcol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #eeeeee;
}

.c6_includlist_btmimg {
  width: 35%;
}

.c6_includlist_btmtxta {
  width: 65%;
  padding: 20px;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.c6_includlist_btmtitlesub {
  margin-bottom: 5px;
}

.c6_includlist_btmtitlesub a {
  color: #555555;
  font-size: 16px;
}

.c6_includlist_btmcol:hover .c6_includlist_btmtxta {
  background-color: #f5f5f5;
}

.c6_includlist_btmcol:hover .c6_includlist_btmtitlesub a {
  color: #F19419;
  text-decoration: none;
}

@media only screen and (max-width: 979px) {
  .c6_includlist_uparea {
    padding: 40px 0 300px;
  }

  .c6_includlist_btmblock {
    padding: 40px 20px 16px;
  }

  .c6_includlist_btmbox .c6_includlist_btmcol {
    margin-bottom: 24px;
  }

  .c6_includlist_btmtitle {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 690px) {
  .c6_includlist_uptitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    margin-bottom: 20px;
  }

  .c6_includlist_uptitle_jp {
    font-size: 24px;
    color: #555555;
    margin-left: 0;
    margin-right: 15px;
    line-height: 1.4;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .c6_includlist_uptitle_jp::after {
    display: none;
  }

  .c6_includlist_uptitle_en {
    color: #999999;
    position: relative;
    padding-left: 20px;
    margin-right: auto;
    letter-spacing: .1em;
  }

  .c6_includlist_uptitle_en::before {
    content: "/";
    position: absolute;
    left: 0;
  }

  .c6_includlist_uptxt {
    text-align: left;
  }

  .c6_includlist_upbtn {
    text-align: right;
  }

  .c6_includlist_uparea {
    padding: 30px 0 430px;
  }

  .c6_includlist_btmblock {
    margin-top: -400px;
  }

  .c6_includlist_btmblock {
    padding: 30px 15px 16px;
  }

  .c6_includlist_btmtxta {
    padding: 10px;
  }

  .c6_includlist_btmbox .c6_includlist_btmcol {
    margin-bottom: 10px;
  }
}

/**********************************************************************************************************************************

SUB

**********************************************************************************************************************************/
/*-----------------------------------------------------------------

pagetitle ページタイトル

-----------------------------------------------------------------*/
#pagetitle {
  position: relative;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}

/*#pagetitle::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.1);
  z-index: -1;
}
*/
.pagetitle_block {
  position: relative;
  text-align: center;
  width: 1120px;
  max-width: 95%;
  z-index: 0;
}

.t-default .ible-area--category-mainimage h1.pagetitle,
.t-default .ible-area--item-mainimage h1.pagetitle,
.pagetitle {
  font-weight: 500;
  color: #FF8900;
  font-size: 33px;
}

.c6_pagedescription {
  font-size: 18px;
  font-weight: 500;
}

.c6_pagecatch {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}

body.submain #pagetitle {
  margin-bottom: 0;
}


/*
body.submain #pagetitle .pagetitle_block {
  padding-top: 60px;
  padding-bottom: 140px;
}

body.submain #pagetitle .pagetitle {
  color: #ffffff;
}
*/

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

  .t-default .ible-area--category-mainimage h1.pagetitle,
  .t-default .ible-area--item-mainimage h1.pagetitle,
  .pagetitle {
    font-size: 32px;
  }

}

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

  #pagetitle {
    margin-bottom: 0;
    padding-top: 60px;
    background-position: center 60px;
  }

  .pagetitle_block {
    padding: 20px 0 20px;
  }

  .t-default .ible-area--category-mainimage h1.pagetitle,
  .t-default .ible-area--item-mainimage h1.pagetitle,
  .pagetitle {
    font-size: 28px;
  }

  .c6_pagecatch {
    font-size: 20px;
  }

  /*
  body.submain #pagetitle .pagetitle_block {
    padding-top: 0;
    padding-bottom: 100px;
  }
  */
}

.txt_line {
  padding: 0 2px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FBEF51));
  background: -webkit-linear-gradient(transparent 50%, #FBEF51 50%);
  background: -o-linear-gradient(transparent 50%, #FBEF51 50%);
  background: linear-gradient(transparent 50%, #FBEF51 50%);
}

.txt_color,
.txt_color a {
  color: #F19419;
}

.txt_color_green,
.txt_color_green a {
  color: #0FB4AE;
}

/*-----------------------------------------------------------------

recruit 採用情報

-----------------------------------------------------------------*/
.c6_recruit_note_block {
  background-color: #f5f5f5;
  padding: 35px;
}

.c6_recruit_note_box {
  background-color: #ffffff;
  padding: 25px;
}

.c6_recruit_note_box+.c6_recruit_note_box {
  margin-top: 10px;
}

.c6_recruit_note_title {
  font-size: 24px;
  font-weight: normal;
}

.c6_recruit_note_titlesub {
  font-weight: bold;
  margin-bottom: 15px;
}

@media only screen and (max-width: 690px) {
  .c6_recruit_note_block {
    padding: 20px;
  }

  .c6_recruit_note_box {
    padding: 20px;
  }
}

/*-----------------------------------------------------------------

service サービス紹介

-----------------------------------------------------------------*/
.c6_service_icon_block {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c6_service_icon_box {
  border: 2px solid #eeeeee;
  padding: 20px 20px;
}

.c6_service_icon_box:hover {
  border-bottom-color: #DD630D;
}

.c6_service_icon_box:hover a {
  text-decoration: none;
}

.c6_service_icon_img {
  text-align: center;
}

.c6_service_icon_img {
  margin-bottom: 15px;
}

.c6_service_icon_img i,
.c6_service_icon_img em {
  font-size: 70px;
  color: #6A718E;
}

.c6_service_icon_txt {
  text-align: center;
  margin-top: 10px;
}

.c6_service_icon_txt a {
  display: inline-block;
}

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

.c6_service_it_img {
  width: 30%;
}

.c6_service_it_txta {
  padding-left: 30px;
  width: 70%;
}

.c6_service_it_txtbg {
  background-color: #F5F5F5;
  padding: 20px;
}

.c6_service_it_title {
  margin-bottom: 20px;
  padding-left: 13px;
  border-left: 2px solid #0FB4AE;
  font-size: 20px;
  color: #555555;
}

.c6_service_it_title a {
  color: #555555;
}

.c6_service_it_title a:hover {
  color: #DD630D;
}

@media only screen and (max-width: 690px) {
  .c6_service_it_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c6_service_it_box+.c6_service_it_box {
    margin-top: 30px;
  }

  .c6_service_it_img {
    width: 100%;
  }

  .c6_service_it_txta {
    padding-left: 0;
    margin-top: 15px;
    width: 100%;
  }

  .c6_service_it_title {
    margin-bottom: 15px;
    padding-left: 13px;
  }
}

/*-----------------------------------------------------------------

casestudy 事例紹介　詳細

-----------------------------------------------------------------*/
.c6_casestudy_point_block {
  border: 5px solid #F5F5F5;
  padding: 30px;
}

.c6_casestudy_point_title {
  text-align: center;
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 22px;
}

.c6_casestudy_list_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c6_casestudy_list_block+.c6_casestudy_list_block {
  margin-top: 10px;
}

.c6_casestudy_list_title {
  width: 20%;
  background: #F5F5F5;
  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;
}

.c6_casestudy_list_txt {
  width: 80%;
  padding-left: 3%;
}

.c6_pointcatch {
  font-weight: bold;
  color: #0FB4AE;
  font-size: 20px;
}

.c6_pointcatch_sub {
  font-weight: bold;
  font-size: 18px;
}

.dlb_content-44_it .dlb_c44_img {
  float: left;
  margin-right: 32px;
  margin-left: 0;
}

.case_study_d07 {
  background: #F5F5F5;
  padding: 40px 50px 50px 50px;
  margin-bottom: 100px;
  margin-top: 90px;
}

.case_study_d07 dl dt {
  float: left;
  width: 80px;
}

.case_study_d07 dl dd {
  padding-left: 80px;
}

.case_study_d07 dl {
  border-top: 1px solid #ccc;
  padding: 5px 7px;
}

.case_study_d07 dl:last-child {
  border-bottom: 1px solid #ccc;
}

.case_study_d07 img {
  margin-top: 10px;
}

.case_study_d07 h3 {
  border: none;
  padding: 0;
  font-size: 20px;
  margin-bottom: 15px;
}

.case_study_d07 p {
  font-size: 14px;
}

.c6_casestudy_info_block {
  background-color: #f5f5f5;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c6_casestudy_info_txta {
  padding-right: 25px;
  width: 60%;
}

.c6_casestudy_info_list dl {
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.c6_casestudy_info_list dl:first-child {
  border-top: 1px solid #e5e5e5;
}

.c6_casestudy_info_list dl dt {
  font-weight: normal;
}

.c6_casestudy_info_img {
  width: 40%;
}

@media only screen and (max-width: 690px) {
  .c6_casestudy_point_block {
    padding: 20px;
  }

  .c6_casestudy_point_title {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .c6_casestudy_list_block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c6_casestudy_list_title {
    width: 100%;
    padding: 8px 8px;
    display: block;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .c6_casestudy_list_txt {
    width: 100%;
    padding-left: 0;
  }
}

/*-----------------------------------------------------------------

support サポート情報

-----------------------------------------------------------------*/
.c6_supportinfo_col {
  background-color: #F5F5F5;
  padding: 50px 5%;
}

.c6_supportinfo_telnum {
  text-align: center;
  color: #F19419;
  font-size: 40px;
  line-height: 1.4;
}

.c6_supportinfo_time {
  text-align: center;
  color: #999999;
}

.c6_supportinfo_btn {
  text-align: center;
}

.c6_supportinfo_btn a {
  display: inline-block;
  min-width: 60%;
  font-size: 18px;
  border: 1px solid #F19419;
  border-radius: 60px;
  background-color: #ffffff;
  position: relative;
  padding: 12px 15%;
}

.c6_supportinfo_btn a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-width: 2px 2px 0 0;
  border-color: #F19419;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 1.5em;
}

.c6_supportinfo_btn a:hover {
  background-color: #F19419;
  text-decoration: none;
  color: #ffffff;
}

.c6_supportinfo_btn a:hover::after {
  border-color: #ffffff;
}

@media only screen and (max-width: 979px) {
  .c6_supportinfo_col {
    padding: 50px 30px;
  }

  .c6_supportinfo_btn a {
    min-width: 90%;
    padding: 12px 10%;
  }
}

@media only screen and (max-width: 690px) {
  .c6_supportinfo_col {
    padding: 30px 15px;
  }

  .c6_supportinfo_btn a {
    min-width: 90%;
    padding: 12px 10%;
  }
}

/*-----------------------------------------------------------------

faq よくある質問

-----------------------------------------------------------------*/
.c6_faq_q {
  font-size: 18px;
  padding: 0 45px 5px 40px;
  position: relative;
  border-bottom: 1px solid #eeeeee;
}

.c6_faq_q::before {
  content: "Q. ";
  font-size: 22px;
  color: #17BEBB;
  position: absolute;
  left: 10px;
  top: -3px;
}

.c6_faq_q::after {
  content: "";
  position: absolute;
  right: 10px;
  top: -2px;
  width: 30px;
  height: 30px;
  background: url("../image/template_c6_icon_plus.png") no-repeat center;
}

.c6_faq_q.active::after {
  background-image: url("../image/template_c6_icon_minus.png");
}

.c6_faq_a {
  display: none;
}

.c6_faq_a {
  padding: 20px;
}

@media only screen and (max-width: 690px) {
  .c6_faq_q {
    font-size: 15px;
    line-height: 1.4;
    padding: 0 35px 5px 25px;
  }

  .c6_faq_q::before {
    font-size: 20px;
    left: 0;
  }

  .c6_faq_q::after {
    right: 0;
  }
}

/*-----------------------------------------------------------------

idea 代表挨拶・理念

-----------------------------------------------------------------*/
.c6_submpage_bg {
  background-color: #F5F5F5;
  padding: 50px 0;
}

.c6_submpage_bg.pshort {
  padding: 20px 0;
}

.c6_submainpage_sup {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c6_submpage_lead_block {
  background-color: #ffffff;
  padding: 40px;
  -webkit-box-shadow: 0 5px 20px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 20px 10px rgba(0, 0, 0, 0.05);
  margin-top: -140px;
  text-align: center;
  font-size: 28px;
  line-height: 2.2;
  position: relative;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.c6_submpage_lead_block::before {
  content: "";
  width: 80px;
  height: 3px;
  background-color: #E84144;
  position: absolute;
  top: 0;
  left: calc(50% - 40px);
}

.c6_submpage_sup {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c6_submpage_break {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.c6_submpage_col2_ti {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.c6_submpage_col2_ti .c6_submpage_col2_t {
  background-color: #ffffff;
  padding: 60px calc(10% + 40px) 60px 40px;
  width: 75%;
}

.c6_submpage_col2_ti .c6_submpage_col2_i {
  width: 35%;
  position: absolute;
  right: 0;
}

.c6_submpage_col2_it {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.c6_submpage_col2_it .c6_submpage_col2_t {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  background-color: #ffffff;
  padding: 60px 40px 60px calc(10% + 40px);
  width: 75%;
  margin-left: auto;
}

.c6_submpage_col2_it .c6_submpage_col2_i {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 35%;
  position: absolute;
  left: 0;
}

.c6_reason_num {
  font-size: 96px;
  color: #f3f3f3;
  line-height: 1;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.c6_reason_title {
  margin-top: -40px;
  font-weight: normal;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.4;
}

@media only screen and (max-width: 979px) {
  .c6_submpage_lead_block {
    font-size: 24px;
    padding: 40px 30px;
  }

  .c6_submpage_bg {
    padding: 30px 0;
  }

  .c6_submpage_col2_ti .c6_submpage_col2_t {
    padding: 40px calc(10% + 30px) 40px 30px;
  }

  .c6_submpage_col2_it .c6_submpage_col2_t {
    padding: 40px 30px 40px calc(10% + 30px);
  }
}

@media only screen and (max-width: 690px) {
  .c6_submpage_lead_block {
    font-size: 18px;
    padding: 30px 20px;
    line-height: 1.8;
    text-align: left;
    margin-top: -100px;
  }

  .c6_submpage_lead_block br {
    display: none;
  }

  .c6_submpage_lead_block::before {
    width: 40px;
    left: calc(50% - 20px);
  }

  .c6_submpage_bg {
    padding: 30px 0;
  }

  .c6_submpage_col2_ti {
    background-color: #ffffff;
    padding: 20px 20px 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c6_submpage_col2_ti .c6_submpage_col2_t {
    padding: 0;
    width: 100%;
  }

  .c6_submpage_col2_ti .c6_submpage_col2_i {
    width: 100%;
    margin-top: 25px;
    position: static;
    right: 0;
  }

  .c6_submpage_col2_it {
    background-color: #ffffff;
    padding: 20px 20px 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c6_submpage_col2_it .c6_submpage_col2_t {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0;
    width: 100%;
    margin-left: auto;
  }

  .c6_submpage_col2_it .c6_submpage_col2_i {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-top: 25px;
    position: static;
  }

  .c6_reason_title {
    font-size: 22px;
  }
}

/*-----------------------------------------------------------------

サービス紹介 詳細 service01

-----------------------------------------------------------------*/
.c6_dialogue_area {
  padding: 60px 40px;
  background-color: #F5F5F5;
}

.c6_merit_col {
  background-color: #f5f5f5;
  border-radius: 6px;
  border-bottom: 2px solid #dddddd;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 35px 30px;
}

.c6_merit_num {
  text-align: center;
  color: #0FB4AE;
  line-height: 1;
  font-size: 20px;
}

.c6_merit_title {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 25px;
  font-weight: normal;
  font-size: 18px;
}

.c6_dialogue_title {
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
}

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

.c6_dialogue_block_left .c6_dialogue_block_imga {
  width: 60px;
}

.c6_dialogue_block_left .c6_dialogue_block_txt {
  width: calc(100% - 80px);
  background-color: #ffffff;
  padding: 20px 30px;
  border-radius: 8px;
  position: relative;
  margin-left: 20px;
  position: relative;
}

.c6_dialogue_block_left .c6_dialogue_block_txt::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -15px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid #ffffff;
  border-bottom: 15px solid transparent;
}

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

.c6_dialogue_block_right .c6_dialogue_block_imga {
  width: 60px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.c6_dialogue_block_right .c6_dialogue_block_txt {
  width: calc(100% - 80px);
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  background-color: #ffffff;
  padding: 20px 30px;
  border-radius: 8px;
  position: relative;
  margin-right: 20px;
  position: relative;
}

.c6_dialogue_block_right .c6_dialogue_block_txt::before {
  content: "";
  position: absolute;
  top: 20px;
  right: -15px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 15px solid #ffffff;
  border-bottom: 15px solid transparent;
}

@media only screen and (max-width: 690px) {
  .c6_dialogue_area {
    padding: 30px 20px;
  }

  .c6_merit_col {
    padding: 25px 20px;
  }

  .c6_merit_title {
    margin-top: 15px;
  }

  .c6_dialogue_block_left .c6_dialogue_block_imga {
    width: 40px;
  }

  .c6_dialogue_block_left .c6_dialogue_block_txt {
    width: calc(100% - 60px);
    padding: 20px 20px;
  }

  .c6_dialogue_block_right .c6_dialogue_block_imga {
    width: 40px;
  }

  .c6_dialogue_block_right .c6_dialogue_block_txt {
    width: calc(100% - 60px);
    padding: 20px 20px;
  }
}

/* form contact ***/
.formflow li:after {
  border-color: #F19419;
}

.formflow li.prev {
  background-color: #dddddd;
}

.formflow li.age {
  background-color: #F19419;
}

.formflow li.next {
  background-color: #67CAC7;
}

/* top title02 */
/*---------------------------------------------------*/
.toptitle02 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #333333;
}

.toptitle02_en {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #999999;
  letter-spacing: 0.2em;
}

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

  .toptitle02 {
    font-size: 24px;
  }

  .toptitle02_en {
    font-size: 13px;
  }
}

/* top search */
/*---------------------------------------------------*/
.top_search_wrap {
  background: #F5F5F5;
  padding-top: 100px;
  padding-bottom: 100px;
}

.top_search {
  display: flex;
  justify-content: space-between;
  width: 95%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.top_search_left {
  width: 68%;
}

.top_search_right {
  width: 28%;
}

.top_search_right .top_search_area {
  background: #ffffff;
  padding-bottom: 30px;
}

.top_search_left h3 {
  font-size: 20px;
  font-weight: bold;
  border-left: 4px solid #FF8900;
  padding-left: 10px;
  line-height: 1.4;
  margin-left: 0;
  letter-spacing: 0;
}

.keyword_search {
  border: 1px solid #dddddd;
  display: flex;
  position: relative;
  min-width: 350px;
}

.keyword_search_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.keyword_search .search_txt {
  border: none;
  width: calc(100% - 40px);
  padding: 8px 15px 8px 15px;
  display: block;
  margin-left: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #8d8d8d;
  background: #ffffff;
}

.keyword_search .submit_btn {
  background-image: url(../image/common/icon_search.svg);
  background-color: #ffffff;
  background-position: right 14px center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  position: absolute;
  border: none;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  display: block;
  font-size: 17px;
  text-indent: -9999px;
}

.search_cate_3col {
  display: flex;
  flex-wrap: wrap;
}

.search_cate_3col>div {
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
  padding: 10px;
  margin-bottom: 30px;
  width: 32%;
  background: #ffffff;
  margin-left: 2%;
}

.search_cate_3col>div:hover {
  opacity: .7;
}

.search_cate_3col>div:nth-child(3n+1) {
  margin-left: 0;
}

.search_cate_3col>div figure {
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
}

.search_cate_3col>div figure img {
  max-width: 100%;
  height: auto;
}

.top_cate_title {
  padding-right: 20px;
  position: relative;
  display: flex;
  align-items: center;
}

.top_cate_title::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-width: 2px 2px 0 0;
  border-color: #202080;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 5px;
  transition-duration: 0.2s;
}

.bl-hover .top_cate_title::after {
  right: 0;
}

.top_cate_title .blue_s {
  color: #202080;
  font-size: 12px;
  margin-bottom: 5px;
}

.top_cate_title h4 {
  margin-left: 0;
}

.top_cate_title h4 a {
  font-size: 15px;
}

.top_search_right img {
  max-width: 100%;
  height: auto;
}

.top_right_banner>div {
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  position: relative;
  background: #ffffff;
  transition-duration: 0.2s;
}

.top_right_banner>div::before {
  content: "";
  width: 30px;
  height: 100%;
  background: #DDDDDD;
  position: absolute;
  right: 0;
  top: 0;
}

.top_right_banner>div:hover {
  opacity: 0.7;
}

.top_right_banner>div::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-width: 2px 2px 0 0;
  border-color: #333333;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 11px;
  transition-duration: 0.2s;
}

.top_right_banner>div a {
  height: 100px;
  position: relative;
  z-index: 10;
  padding-left: 55px;
  padding-right: 30px;
  display: flex;
  align-items: center;
}

.top_right_banner>div.dl a {
  background: url("../image/common/icon_dl.svg") no-repeat 12px center;
}

.top_right_banner>div.repair a {
  background: url("../image/common/icon_repair.svg") no-repeat 12px center;
}

.top_right_banner>div.filter a {
  background: url("../image/common/icon_filter.svg") no-repeat 12px center;
}

.top_right_banner>div.shop a {
  background: url("../image/common/icon_shop.svg") no-repeat 12px center;
}

.top_right_banner>div.safe a {
  background: url("../image/common/icon_safe.svg") no-repeat 12px center;
}

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

  .keyword_search_wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .top_search_left h3 {
    margin-bottom: 15px;
  }

  .top_cate_title h4 a {
    font-size: 14px;
  }
}

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

  .top_search {
    flex-direction: column;
  }

  .top_search_left {
    width: 100%;
  }

  .top_search_right {
    width: 100%;
  }

  .top_right_banner {
    display: flex;
    flex-wrap: wrap;
  }

  .top_right_banner>div {
    width: 48.5%;
    margin-left: 3%;
  }

  .top_right_banner>div:nth-child(odd) {
    margin-left: 0;
  }
}

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

  .top_search_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .search_cate_3col>div {
    margin-bottom: 20px;
    width: 48.5%;
    margin-left: 3%;
  }

  .search_cate_3col>div:nth-child(3n+1) {
    margin-left: 3%;
  }

  .search_cate_3col>div:nth-child(odd) {
    margin-left: 0;
  }

  .top_right_banner {
    flex-direction: column;
  }

  .top_right_banner>div {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
    height: 80px;
  }

  .top_right_banner>div a {
    height: 80px;
  }

  .top_right_banner>div:nth-child(odd) {
    margin-left: auto;
  }
}

@media only screen and (max-width: 450px) {
  .search_cate_3col {
    flex-direction: column;
  }

  .search_cate_3col>div {
    margin-bottom: 20px;
    width: 100%;
    margin-left: 0;
  }

  .search_cate_3col>div:nth-child(3n+1) {
    margin-left: 0;
  }
}

/* top guidance */
/*---------------------------------------------------*/
.top_guidance_in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top_guidance_in>div {
  width: 48.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}

.top_guidance_in>div figure {
  width: 43%;
}

.top_guidance_in>div figure img {
  max-width: 100%;
  height: auto;
}

.top_guidance_in>div .guidance_txt {
  width: 57%;
}

.top_guidance_in>div .guidance_txt .in_txt {
  padding: 0 15px 30px;
  color: #999999;
}

.top_guidance_in>div .guidance_txt .in_txt h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 15px;
  letter-spacing: 0;
  color: #333333;
}

.top_guidance_in>div .txt_link {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 57%;
  display: block;
}

.top_guidance_in>div .txt_link a {
  display: block;
  text-align: right;
  background: #F5F5F5;
  padding: 5px 10px;
}

.top_guidance_in>div .txt_link a .arr {
  position: relative;
}

.top_guidance_in>div .txt_link a .arr::before {
  content: '';
  width: 4px;
  height: 4px;
  border: 0px;
  border-width: 2px 2px 0 0;
  border-color: #202080;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  left: -12px;
}

.top_important {
  position: relative;
}

.top_important h3 {
  font-size: 20px;
  font-weight: bold;
  border-left: 4px solid #FF8900;
  padding-left: 10px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.important_notices {
  border-top: 1px solid #cccccc;
}

.important_notices li {
  border-bottom: 1px dotted #cccccc;
  padding: 18px 0 10px;
  list-style-type: none;
}

.top_important .link_txt {
  position: absolute;
  right: 0;
  top: 0;
}

.top_important .link_txt a {
  position: relative;
  padding-right: 12px;
}

.top_important .link_txt a::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-width: 2px 2px 0 0;
  border-color: #202080;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  right: 0;
}

@media only screen and (max-width: 1120px) {
  .top_guidance_in>div .guidance_txt .in_txt {
    font-size: 1.4vw;
  }

  .top_guidance_in>div .guidance_txt .in_txt h3 {
    font-size: 1.8vw;
  }

  .top_guidance_in>div .txt_link a {
    font-size: 12px;
  }
}

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

  .top_guidance_in {
    flex-direction: column;
  }

  .top_guidance_in>div {
    width: 100%;
    margin-bottom: 20px;
  }

  .top_guidance_in>div .guidance_txt .in_txt {
    font-size: 2.8vw;
    padding: 0 3% 25px;
  }

  .top_guidance_in>div .guidance_txt .in_txt h3 {
    font-size: 3.5vw;
  }
}

/* top business/company */
/*---------------------------------------------------*/
.top_biz_title {
  text-align: center;
  font-size: 32px;
  line-height: 1.4;
  position: relative;
  color: #ffffff;
  margin-bottom: 5px;
}

.top_biz_title_en {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
  color: #ffffff;
  margin-bottom: 25px;
}

.dlb_content-64.top_biz .dlb_c64_btn a {
  background: none;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.dlb_content-64.top_biz .dlb_c64_btn a::before {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.dlb_content-64.top_biz .dlb_c64_btn a:hover::before {
  border-top: 1px solid #202080;
  border-right: 1px solid #202080;
}

.dlb_content-64.top_biz .dlb_c64_btn.orange a:hover::before {
  border-top: 1px solid #FF8900;
  border-right: 1px solid #FF8900;
}

.dlb_content-64.top_biz .dlb_c64_btn a:hover {
  color: #202080;
  background: #ffffff;
}

.dlb_content-64.top_biz .dlb_c64_btn.orange a:hover {
  color: #FF8900;
  background: #ffffff;
}

/* top blog */
/*---------------------------------------------------*/
.top_blog_wrap {
  padding-bottom: 80px;
  position: relative;
}

.top_blog_wrap::before {
  content: "";
  height: 50%;
  width: 100%;
  background: #F5F5F5;
  position: absolute;
  bottom: 0;
  left: 0;
}

.top_blog {
  position: relative;
  z-index: 2;
}

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

  .top_blog_wrap {
    padding-bottom: 40px;
  }
}

/* f_cv */
/*-----------------------------------------------*/
.f_cv {
  width: 100%;
  padding: 90px 0;
  background: url("../image/common/f_cv_bg.jpg") no-repeat center top;
  background-size: cover;
}

.f_cv_in {
  width: 95%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

.f_cv_in>div {
  width: 48.5%;
  background: #ffffff;
}

.f_cv_in>div h2 {
  font-size: 26px;
  text-align: center;
  color: #ffffff;
  display: block;
  padding: 20px 0;
  background: #333333;
}

.f_cv_in>div:first-child h2 {
  background: #202080;
}

.f_cv_in>div .in_txt {
  padding: 30px;
}

.btn_mail a {
  display: block;
  background: #FF8900;
  color: #ffffff;
  text-align: center;
  padding: 15px 0;
  font-size: 18px;
  font-weight: bold;
}



.t-default .ible-area--footer .btn_mail a,
.btn_mail a:hover {
  color: #ffffff;
}


.btn_mail a .icon {
  position: relative;
}

.btn_mail a .icon::before {
  content: "";
  width: 20px;
  height: 14px;
  background: url("../image/common/icon_mail.svg") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  left: -40px;
  top: 8px;
}

.btn_mail a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.tel_fax {
  font-size: 20px;
  font-weight: bold;
  color: #202080;
  border: 1px solid #202080;
  display: block;
  text-align: center;
  padding: 7px 0;
  margin-bottom: 10px;
}


.fax_num a {
  pointer-events: none;
}

.various_info li {
  list-style-type: none;
  margin-bottom: 10px;
}

.various_info li a {
  display: block;
  background: #F5F5F5;
  font-size: 14px;
  padding: 7px 5px 7px 35px;
  position: relative;
}

.various_info li a::before {
  content: '';
  width: 4px;
  height: 4px;
  border: 0px;
  border-width: 2px 2px 0 0;
  border-color: #202080;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 15px;
  left: 20px;
}

@media only screen and (max-width: 690px) {
  .f_cv {
    padding: 40px 0;
  }

  .f_cv_in {
    flex-direction: column;
    width: 90%;
  }

  .f_cv_in>div {
    width: 100%;
    margin-bottom: 15px;
  }

  .f_cv_in>div h2 {
    font-size: 20px;
    padding: 15px 0;
  }

  .f_cv_in>div .in_txt {
    padding: 20px 4%;
  }
}

.subtitle2 {
  display: block;
  border-top: 1px solid #DDDDDD;
  font-size: 28px;
  line-height: 1.5;
  color: #333333;
  padding-top: 12px;
  padding-bottom: 25px;
  letter-spacing: 0;
  position: relative;
}

.subtitle2::before {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 1px solid #202080;
}

.subtitle3 {
  font-size: 22px;
  display: block;
  border-left: 3px solid #1A2E88;
  padding-left: 12px;
  color: #333333;
  font-weight: bold;
}

.subtitle4 {
  padding-left: 20px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  position: relative;
}

.subtitle4::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #1A2E88;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}


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

  .subtitle2 {
    font-size: 24px;
  }



}

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

  .subtitle2 {
    font-size: 20px;
  }

  .subtitle3 {
    font-size: 18px;
  }

  .subtitle4 {
    font-size: 16px;
  }
}

.guides_col2 {
  display: flex;
}

.guides_col2>div {
  background: #F5F5F5;
  border: 1px solid #ffffff;
  width: 50%;
  padding: 30px 3% 50px;
}

.guides_col2>div h2 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 25px;
}

.btn_detail {
  width: 280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.btn_detail a {
  display: block;
  background: #ffffff;
  border: 1px solid #F19419;
  font-size: 18px;
  text-align: center;
  padding: 12px 0;
  border-radius: 30px;
  position: relative;
}

.btn_detail a:hover {
  color: #F19419;
  text-decoration: none;
}

.btn_detail a::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-width: 2px 2px 0 0;
  border-color: #F19419;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 25px;
  transition-duration: 0.2s;
}

.btn_detail a:hover::before {
  right: 20px;
}

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

  .guides_col2 {
    flex-direction: column;
  }

  .guides_col2>div {
    width: 100%;
    padding: 20px 3% 30px;
  }

  .guides_col2>div h2 {
    font-size: 18px;
  }
}


.shop_list {
  display: flex;
  flex-wrap: wrap;
}

.shop_list li {
  width: 33.3%;
  background: #F8F8F8;
  border: 1px solid #ffffff;
  list-style-type: none;
  padding: 10px 15px;
  font-weight: 300;
}

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

  .shop_list {
    flex-direction: column;
  }

  .shop_list li {
    width: 100%;
  }
}

.replace_item {
  display: flex;
  justify-content: space-between;
}

.replace_item .image {
  width: 35%;
  border: 1px solid #cccccc;
  display: flex;
  align-items: center;
  padding: 15px;
}

.replace_item .price {
  width: 62%;
}

.price_tab table,
.price_tab02 table {
  table-layout: inherit;
  border-collapse: separate;
}

.price_tab03 table {
  border-collapse: separate;
}

.price_tab table th {
  background: #EFEFEF;
  border: 1px solid #ffffff;
  font-size: 14px;
  padding: 15px;
  width: 30%;
  vertical-align: top;
}

.price_tab02 table th {
  background: #EFEFEF;
  border: 1px solid #ffffff;
  font-size: 14px;
  padding: 15px;
  width: 25%;
  vertical-align: top;
}

.price_tab03 table th {
  background: #EFEFEF;
  border: 1px solid #ffffff;
  font-size: 14px;
  padding: 15px;
  width: 25%;
  vertical-align: top;
}

.price_tab table td,
.price_tab02 table td {
  background: #F8F8F8;
  border: 1px solid #ffffff;
  font-size: 14px;
  padding: 15px;
  vertical-align: top;
}

.price_tab03 table td {
  background: #F8F8F8;
  border: 1px solid #ffffff;
  font-size: 14px;
  padding: 15px;
  vertical-align: top;
  width: 25%;
}

.price_tab table td.price_cell,
.price_tab02 table td.price_cell {
  width: 25%;
}

.price_tab table td.price_total {
  background: #9B9B9B;
  color: #ffffff;
  text-align: right;
  font-weight: bold;
  font-size: 15px;
}

.asterisk {
  font-size: 12px;
  font-weight: 300;
  text-align: right;
  margin-top: 10px;
}

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

  .price_tab table th,
  .price_tab table td,
  .price_tab02 table th,
  .price_tab02 table td {
    padding: 10px;
  }
}

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

  .replace_item {
    flex-direction: column;
  }

  .replace_item .image {
    width: 100%;
    margin-bottom: 10px;
  }

  .replace_item .price {
    width: 100%;
  }

  .price_tab,
  .price_tab02,
  .price_tab03 {
    overflow-x: scroll;
    width: 100%;
    -webkit-overflow-scrolling: touch
  }

  .price_tab table,
  .price_tab02 table,
  .price_tab03 table {
    width: 700px;
  }
}


.repair_col2 {
  display: flex;
  justify-content: space-between;
}

.repair_col2 .image {
  width: 35%;
}

.repair_col2 .text {
  width: 62%;
}

.repair_col2 .catch {
  font-size: 18px;
  font-weight: bold;
}

.btn_dl a {
  display: block;
  width: 300px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background: #3B586B;
  padding: 15px 0;
  position: relative;
}

.btn_dl a:before {
  content: "";
  width: 20px;
  height: 18px;
  background: url("../image/common/icon_dl02.svg") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -9px;
}

.btn_dl a:hover {
  opacity: 0.7;
  text-decoration: none;
}


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

  .repair_col2 {
    flex-direction: column;
  }

  .repair_col2 .image {
    width: 100%;
    margin-bottom: 10px;
  }

  .repair_col2 .text {
    width: 100%;
  }

  .repair_col2 .catch {
    font-size: 16px;
  }

  .btn_dl a {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}


.cv_repair {
  display: flex;
  justify-content: space-between;
}

.cv_repair>div {
  width: 48.5%;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.cv_repair>div h4 {
  display: block;
  text-align: center;
  background: #777777;
  color: #ffffff;
  font-size: 18px;
  padding: 10px;
  letter-spacing: 0;
}

.cv_repair_in {
  padding: 20px 20px 30px;
}

.btn_request a {
  display: block;
  width: 300px;
  max-width: 100%;
  text-align: center;
  color: #ffffff;
  background: #F2C70F;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  position: relative;
  padding: 15px 0;
}

.btn_request a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.btn_request a::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-width: 2px 2px 0 0;
  border-color: #ffffff;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 25px;
  transition-duration: 0.2s;
}

.btn_check a {
  display: block;
  width: 300px;
  max-width: 100%;
  text-align: center;
  color: #ffffff;
  background: #3B586B;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  position: relative;
  padding: 15px 0;
}

.btn_check a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.btn_check a::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-width: 2px 2px 0 0;
  border-color: #ffffff;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 25px;
  transition-duration: 0.2s;
}

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

  .cv_repair {
    flex-direction: column;
  }

  .cv_repair>div {
    width: 100%;
    margin-bottom: 20px;
  }

  .cv_repair>div h4 {
    font-size: 16px;
  }
}

.repair_anchor_list {
  display: flex;
  justify-content: space-between;
}

.repair_anchor_list li {
  background: #F5F5F5;
  border: 1px solid #DDDDDD;
  width: 23.8%;
  list-style-type: none;
  font-size: 18px;
  padding: 20px 0;
  position: relative;
  transition-duration: 0.2s;
}

.repair_anchor_list li:hover {
  opacity: 0.7;
}

.repair_anchor_list li .wide_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-indent: -9999px;
}

.repair_anchor_list li .icon {
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner .repair_anchor_list li .icon img {
  margin: inherit;
}

.anchor_name {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

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

  .repair_anchor_list li {
    font-size: 15px;
  }
}

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

  .repair_anchor_list {
    flex-wrap: wrap;
  }

  .repair_anchor_list li {
    width: 48.5%;
    padding: 15px 0;
    margin-bottom: 10px;
    font-size: 3.8vw;
  }
}

.filter_col2 {
  display: flex;
  justify-content: space-between;
}

.filter_left {
  width: 30%;
}

.filter_right {
  width: 67%;
}

.img_frame {
  border: 1px solid #cccccc;
  padding: 20px;
}

.filter_tab table {
  table-layout: inherit;
}

.filter_tab table th {
  font-size: 14px;
  background: #F5F5F5;
  border: 1px solid #EEEEEE;
  text-align: center;
  padding: 10px 0;
}

.filter_tab table td {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #EEEEEE;
  padding: 15px 10px;
}

.filter_tab table td.highlight {
  background: #AAAAAA;
  color: #ffffff;
}

.link_color a {
  color: #196AE5;
  text-decoration: underline;
}

.fax_number {
  font-size: 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  text-align: center;
}

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

  .fax_number {
    font-size: 4vw;
  }
}

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

  .filter_col2 {
    flex-direction: column;
  }

  .filter_left {
    width: 100%;
    margin-bottom: 15px;
  }

  .filter_right {
    width: 100%;
  }

  .filter_tab {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch
  }

  .filter_tab table {
    width: 700px;
  }

  .fax_number {
    font-size: 7vw;
  }
}

.inspection_list {
  display: flex;
  flex-wrap: wrap;
}

.inspection_list li {
  width: 50%;
  background: #F8F8F8;
  border: 1px solid #ffffff;
  list-style-type: none;
  padding: 10px 15px 10px 32px;
  font-weight: 300;
  position: relative;
}

.inspection_list li::before {
  content: "\25cf";
  position: absolute;
  left: 15px;
  top: 10px;
}

.indication_list li {
  width: 100%;
  background: #F8F8F8;
  border: 1px solid #ffffff;
  list-style-type: none;
  padding: 10px 15px 10px 32px;
  font-weight: 300;
  position: relative;
}

.indication_list li::before {
  content: "\25cf";
  position: absolute;
  left: 15px;
  top: 10px;
}

.safety_catch {
  font-size: 18px;
}

.long_use_tel {
  width: 100%;
  background: #F8F8F8;
  display: flex;
  justify-content: center;
  padding: 25px 3%;
}

.long_use_tel ul li {
  position: relative;
  list-style-type: none;
  padding-left: 1em;
}

.long_use_tel ul li::before {
  content: "\25cf";
  position: absolute;
  left: 0;
  top: 0;
}

.long_use_tel .number {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}

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

  .inspection_list {
    flex-direction: column;
  }

  .inspection_list li {
    width: 100%;
  }

  .safety_catch {
    font-size: 16px;
  }
}

.sub_rss {
  border-top: 1px dotted #999999;
}

.sub_rss dl {
  border-bottom: 1px dotted #999999;
  padding: 20px 0;
}

.sub_rss dl dt {
  float: left;
  width: 120px;
}

.sub_rss dl dd.rss_contents {
  margin-left: 120px;
  margin-top: 10px;
}

.sub_rss .rss_tag {
  display: inline-block;
  padding: 3px 8px 3px;
  font-size: 11px;
  margin-right: 1.5em;
  vertical-align: middle;
  background: #1A2E88;
  color: #ffffff;
  border-radius: 3px;
}

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

  .sub_rss dl dt {
    float: none;
    width: 100%;
  }

  .sub_rss dl dd.rss_contents {
    margin-left: 0;
  }

  .sub_rss .rss_date {
    margin-bottom: 10px;
  }
}

.company_tab table th {
  width: 160px;
  border-color: #DDDDDD;
  border-width: 1px 0 1px 0;
  font-size: 15px;
  font-weight: 500;
  padding: 15px;
  vertical-align: top;
}

.company_tab table td {
  border-color: #DDDDDD;
  border-width: 1px 0 1px 0;
  font-size: 15px;
  padding: 15px;
}

.year {
  font-weight: initial;
}

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

  .company_tab table tr:first-child {
    border-top: 1px solid #DDDDDD;
  }

  .company_tab table th,
  .company_tab table td {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 12px 0;
    border-top: none;
  }

  .company_tab .year {
    display: inline-block;
  }

  .company_tab .year::before {
    content: "／";
    margin: 0 5px;
    font-size: 95%;
  }
}

.rec_main {
  width: 100%;
}

.rec_main img {
  max-width: 100%;
  height: auto;
}

.rec_main_txt {
  width: 1120px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -230px;
  position: relative;
}

.rec_main_txt .txt_box {
  width: 600px;
  margin-right: 0;
  margin-left: auto;
  background: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.16);
  padding: 50px;
}

.rec_main_txt .txt_box h2 {
  font-size: 30px;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.rec_2col {
  width: 1120px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

.rec_2col>div {
  width: 48%;
}

.rec_2col>div h3 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
}

.rec_2col>div figure {
  margin-bottom: 20px;
}

.rec_2col>div figure img {
  max-width: 100%;
  height: auto;
}

.btn_gray a {
  width: 320px;
  max-width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #293337;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  border-radius: 3px;
  position: relative;
}

.btn_gray a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.btn_gray a::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-width: 2px 2px 0 0;
  border-color: #ffffff;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 25%;
  transition-duration: 0.2s;
}

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

  .rec_main_txt {
    margin-top: -80px;
  }

  .rec_main_txt .txt_box {
    padding: 30px 4%;
  }
}

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

  .rec_main_txt {
    margin-top: -20px;
  }

  .rec_main_txt .txt_box {
    max-width: 95%;
    margin-right: auto;
    padding: 25px 3%;
  }

  .rec_main_txt .txt_box h2 {
    font-size: 22px;
  }

  .rec_2col {
    flex-direction: column;
  }

  .rec_2col>div {
    width: 100%;
    margin-bottom: 30px;
  }

  .rec_2col>div h3 {
    font-size: 20px;
  }
}

.requirements_tab table {
  table-layout: inherit;
}

.requirements_tab table th {
  background: #EFEFEF;
  border: 1px solid #ffffff;
  font-size: 14px;
  padding: 15px;
  width: 25%;
  vertical-align: top;
}

.requirements_tab table td {
  background: #F8F8F8;
  border: 1px solid #ffffff;
  font-size: 14px;
  padding: 15px;
  vertical-align: top;
}

.interview_title01,
.interview_text01 {
  width: 62%;
  float: right;
}

.interview_title02,
.interview_text02 {
  width: 62%;
  float: left;
}

.interview_img01 {
  width: 35%;
  float: left;
}

.interview_img02 {
  width: 35%;
  float: right;
}

.interview_anchor_list {
  display: flex;
  justify-content: space-between;
}

.interview_anchor_list li {
  list-style-type: none;
  width: 23.8%;
}

.job_title a {
  display: block;
  padding: 15px 25px 15px 10px;
  position: relative;
}

.job_title a::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-width: 2px 2px 0 0;
  border-color: #202080;
  border-style: solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 10px;
}

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

  .requirements_tab table th,
  .requirements_tab table td {
    display: block;
    width: 100%;
  }

  .interview_title01,
  .interview_text01,
  .interview_title02,
  .interview_text02 {
    width: 100%;
    float: none;
  }

  .interview_img01,
  .interview_img02 {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }

  .interview_anchor_list {
    flex-wrap: wrap;
  }

  .interview_anchor_list li {
    width: 48.5%;
    margin-bottom: 15px;
  }

  .job_title a {
    padding-left: 0;
  }
}

.contact_top {
  border: 1px solid #cccccc;
  width: 100%;
  padding: 40px;
  text-align: center;
}

.contact_top h2 {
  letter-spacing: 0;
  font-size: 28px;
  position: relative;
  padding-bottom: 12px;
}

.contact_top h2:before {
  content: "";
  width: 36px;
  height: 3px;
  background: #1A2E88;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
}

.number_box2 {
  display: flex;
}

.number_box2>div {
  width: 50%;
}

.number_box2>div .each_title {
  font-size: 18px;
}

.number_box2>div .number {
  font-family: 'Roboto', sans-serif;
  font-size: 46px;
}

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

  .contact_top {
    padding: 25px 3% 5px;
  }

  .contact_top h2 {
    font-size: 20px;
  }

  .number_box2 {
    flex-direction: column;
  }

  .number_box2>div {
    width: 100%;
    margin-bottom: 30px;
  }

  .number_box2>div .number {
    font-size: 36px;
  }
}


.filter_app_tab table {
  table-layout: fixed;
  width: 100%;
}

.filter_app_tab table th {
  background: #1A2E88;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  font-size: 14px;
}

.filter_app_tab table td {
  border: 1px solid #EEEEEE;
  padding: 10px 18px;
}

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

  .filter_app_tab {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch
  }

  .filter_app_tab table {
    width: 780px;
  }
}

.catalog_list {
  display: flex;
  flex-wrap: wrap;
}

.catalog_list li {
  width: 18.4%;
  margin-left: 2%;
  margin-bottom: 30px;
  height: auto;
  list-style-type: none;
}

.catalog_list li figure {
  border: 1px solid #cccccc;
  margin-bottom: 10px;
}

.catalog_list li:nth-child(5n+1) {
  margin-left: 0;
  list-style-type: none;
}

.catalog_title {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0;
}

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

  .catalog_title {
    font-size: 1.5vw;
  }
}

@media only screen and (max-width: 690px) {
  .catalog_list {
    max-width: 500px;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }

  .catalog_list li {
    width: 48%;
    max-width: 210px;
    margin-left: 4%;
    margin-bottom: 30px;
  }

  .catalog_title {
    font-size: 3.5vw;
  }

  .catalog_list li:nth-child(5n+1) {
    margin-left: 4%;
  }

  .catalog_list li:nth-child(odd) {
    margin-left: 0;
  }
}

.catalog_doc_anchor {
  display: flex;
  justify-content: space-between;
}

.catalog_doc_anchor li {
  width: 48%;
  list-style-type: none;
  margin-bottom: 15px;
  border: 1px solid #CCCCCC;
}

.catalog_doc_anchor li a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 10px 10px 10px 35px;
  background: #F5F5F5;
  position: relative;
  font-size: 14px;
}

.catalog_doc_anchor li a .arr {
  position: relative;
}

.catalog_doc_anchor li a .arr::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-width: 2px 2px 0 0;
  border-color: #293337;
  border-style: solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: -1.5em;
}

.catalog_doc_anchor li a:hover {
  background: #293337;
  color: #ffffff;
  text-decoration: none;
}

.catalog_doc_anchor li a:hover .arr::before {
  border-color: #ffffff;
}


.document_list {
  display: flex;
  flex-wrap: wrap;
}

.document_list li {
  width: 23.8%;
  margin-left: 1.6%;
  list-style-type: none;
  margin-bottom: 15px;
  border: 1px solid #CCCCCC;
}

.document_list li:nth-child(4n+1) {
  margin-left: 0;
}

.document_list li a {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 10px 10px 10px 35px;
  background: #F5F5F5;
  position: relative;
  font-size: 14px;
}

.document_list li a:hover {
  background: #293337;
  color: #ffffff;
  text-decoration: none;
}

.document_list li a::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-width: 2px 2px 0 0;
  border-color: #293337;
  border-style: solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 12px;
}

.document_list li a:hover::before {
  border-color: #ffffff;
}

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

  .document_list li {
    width: 32%;
    margin-left: 2%;
  }

  .document_list li:nth-child(4n+1) {
    margin-left: 2%;
  }

  .document_list li:nth-child(3n+1) {
    margin-left: 0;
  }
}

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

  .document_list li {
    width: 48.5%;
    margin-left: 3%;
  }

  .document_list li:nth-child(4n+1) {
    margin-left: 3%;
  }

  .document_list li:nth-child(3n+1) {
    margin-left: 3%;
  }

  .document_list li:nth-child(odd) {
    margin-left: 0;
  }

  .document_list li a {
    font-size: 13px;
  }
}


.download_tab table {
  table-layout: inherit;
}

.download_tab th {
  padding: 8px 0;
  text-align: center;
  background: #F5F5F5;
  border: 1px solid #EEEEEE;
  font-size: 14px;
}

.download_tab tr td:first-child {
  font-size: 14px;
}

.download_tab td {
  padding: 5px 10px;
  border: 1px solid #EEEEEE;
  font-size: 10px;
}

.download_tab td:nth-child(n+2) {
  width: 95px;
  text-align: center;
}

.scroll_txt {
  display: none;
}

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

  .download_tab {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch
  }

  .download_tab table {
    width: 1120px;
  }

  .scroll_txt {
    display: block;
  }
}

/* products_info */
/*--------------------------------------------------*/
.products_info_list {
  display: flex;
  flex-wrap: wrap;
}

.products_info_list>div {
  width: 32%;
  margin-left: 2%;
  box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.05);
  padding: 15px;
  margin-bottom: 30px;
  color: #202080;
}

.products_info_list>div a {
  color: #202080;
}

.products_info_list>div:nth-child(3n+1) {
  margin-left: 0;
}

.products_info_list>div:hover {
  opacity: 0.7;
}

.products_info_list>div .image {

  height: 140px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 8px;
}

.inner .products_info_list>div .image img {
  margin: 0;
}

.products_info_list>div .link_arr {
  position: relative;
  padding-right: 20px;
}

.products_info_list>div .link_arr::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-width: 2px 2px 0 0;
  border-color: #202080;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 3px;
  transition-duration: 0.2s;
}

.products_info_list>div:hover .link_arr::after {
  right: 0;
}

.products_info_list>div .short_desc {
  color: #202080;
  font-size: 12px;
  margin-bottom: 5px;
}

.products_info_list>div h2 {
  font-size: 15px;
  letter-spacing: 0;
}

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

  .products_info_list>div {
    width: 100%;
    margin-left: 0;
    padding: 15px 3%;
  }

  .products_info_list>div:nth-child(3n+1) {
    margin-left: 0;
  }

  .products_info_list>div:nth-child(odd) {
    margin-left: 0;
  }

  .products_info_list>div .short_desc {
    font-size: 2.5vw;
  }

  .products_info_list>div h2 {
    font-size: 3.2vw;
  }

  .products_info_list>div .link_arr {
    padding-right: 12px;
  }
}


/*dlb_content-57, .dlb_content-58*/
.dlb_c57_txtarea_in {
  color: #fff;
}

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

  .dlb_content-57,
  .dlb_content-58 {
    position: static !important;
    display: flex !important;
    flex-wrap: wrap !important;
  }

  .dlb_c57_img,
  .dlb_c58_img {
    position: static !important;
    order: 1 !important;
    height: 280px !important;
    width: 100% !important;
  }

  .dlb_c57_txtarea,
  .dlb_c58_txtarea {
    order: 2 !important;
    position: static !important;
    display: block !important;
    margin: -40px auto 0 !important;
    width: 90% !important;
    max-width: 690px !important;
    padding: 25px !important;
    height: auto !important;
    overflow: visible !important;
  }

  .dlb_c57_txtarea_in,
  .dlb_c58_txtarea_in {
    display: block;
  }

  .dlb_c57_title,
  .dlb_c58_title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.imgSize {
  display: flex;
}

.imgSize img {
  margin: 0;
  margin-left: 10px;
}

.products_info_list .image img {
  max-height: 110px;
  height: auto;
}

.title_tb {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  padding-top: 10px;
  border-top: 1px solid #DDD;
}

.title_tb::before {
  position: absolute;
  display: block;
  content: '';
  top: -2px;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #202080;
}

.cross_search_box a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 20px;
  color: #202080;
  padding: 32px 46px;
  background-color: #fff;
  transition: all .3s;
}

.cross_search_box a::before {
  position: absolute;
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #202080;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  transition: all .3s;
}

.cross_search_box a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #202080;
}

.cross_search_box a:hover::before {
  border-color: #fff;
}

.cross_reference_btn {
  margin-top: 30px;
}

.cross_reference_btn+.cross_reference_btn {
  margin-top: 10px;
}

.cross_reference_btn a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 70px;
  border: 1px solid #E2E2E2;
  padding: 8px 40px 8px 20px;
  transition: all .3s;
}

.cross_reference_btn a::before {
  position: absolute;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #202080;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  transition: all .3s;
}

.cross_reference_btn a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #202080;
}

.cross_reference_btn a:hover::before {
  border-color: #fff;
}

@media only screen and (max-width: 980px) {
  .cross_search_box a {
    padding: 18px 46px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .cross_reference_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .cross_reference_btn {
    width: 48%;
  }

  .cross_reference_btn {
    margin-top: 20px;
  }

  .cross_reference_btn+.cross_reference_btn {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .title_tb {
    font-size: 24px;
  }

  .cross_search_box a {
    font-size: 18px;
    padding: 16px 26px;
    min-height: 70px;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
  }

  .cross_search_box a::before {
    width: 8px;
    height: 8px;
    right: 16px;
  }

  .cross_reference_btn a {
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
  }
}

@media only screen and (min-width: 691px) {
header.template_c6 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    height: 120px;
    background-color: #fff;
}
.top_mainimage,#pagetitle{
  margin-top: 120px;
}
}
@media only screen and (max-width: 690px) {
body.open .c6_headernav li{
  clear: both;
}
}
