@charset "utf-8";
/*swiper*/
@import url("/westlp/wp-content/themes/flets/js/swiper4/css/swiper.min.css");
/*add_202106*/
@import url("/westlp/wp-content/themes/flets/css/add_202106.css");
@font-face {
  font-family: "fdin";
  src: url("/westlp/wp-content/themes/flets/js/font/fdin/din1451alt.woff2") format('woff2');
}
/***********************
 リセット
***********************/
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%; /*to enable resizing for IE*/
}
/*because legend doesn't inherit in IE */
legend {
  color: #000;
}
/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}
/***********************
 共通
***********************/
html {
  background-color: transparent;
  background-image: none;
  font-family: 'メイリオ','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'HiraKakuProN-W3', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', sans-serif;
}
html, body {
  font-size: 100%;
  color: #000;
  line-height: 1.5;
}
body {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden !important;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input {
  outline: none;
}
input:focus {
  outline: none;
}
a {
  color: #0000EE;
  text-decoration: none;
  outline: none;
}
a:focus {
  outline: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  transition: opacity 0.3s;
  backface-visibility: hidden;
}
a img:hover {
  /*opacity: 0.7;*/
  filter: brightness(107%);
}
img {
  max-width: 100%;
  /*	vertical-align: bottom;*/
}

/*****************************************************/
/* on off
----------------------------------------*/
@media (min-width:768px) {
  .is-sp {
    display: none;
  }
  .is-pc {
    display: block;
  }
}
@media (max-width:767px) {
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none;
  }
}

/*****************************************************/
/* 鳴り分け 切り替え block <---> none
/* tel_modal 切り替え PC/SP共通
----------------------------------------------------*/
.tel-Normal {
  display: none !important; /*1 normal*/
}
.tel-Nariwake_Tel-- { /*無効*/
  display: none !important; /*2 鳴り分けTel*/
}
.tel-Nariwake_Callback-- { /*無効*/
  display: none !important; /*3 鳴り分けCallback*/
}
.tel-Callback {
  display: none !important; /*4 Callbackへ直リンク*/
}

/* 朝夕切り替えjQuery連動 CSS設定上記2と3は無効に。
/* htmlにclass「TimeDisplay」と「TimeHidden」を追加済み。
/* jQuery TimeDisplay.php に headerにinclude済み。
----------------------------------------------------*/
.TimeDisplay {
  position: absolute;
  top: -100vh;
  left: -100vw;
}
.TimeDisplay.on {
  position: static;
}
.TimeHidden {}
.TimeHidden.on {
  position: absolute;
  top: -100vh;
  left: -100vw;
}

/***********************
 装飾
***********************/
.color_red {
  color: #FF0000;
}
.color_blue {
  color: #0000EE;
}
.color_sky {
  color: #3399CC;
}
.color_orange {
  color: #FF6600;
}
.color_black {
  color: #000000;
}
.color_white {
  color: #FFFFFF;
}
.color_base {
  color: #333333;
}
.thin01 {
  font-weight: 100 !important;
}
.thin02 {
  font-weight: 300 !important;
}
.nomal {
  font-weight: 400 !important;
}
.bold01 {
  font-weight: 500 !important;
}
.bold02 {
  font-weight: 700 !important;
}
.bold03 {
  font-weight: 900 !important;
}
.f10 {
  font-size: 10px;
}
.f11 {
  font-size: 11px;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f15 {
  font-size: 15px;
}
.f16 {
  font-size: 16px;
}
.f17 {
  font-size: 17px;
}
.f18 {
  font-size: 18px;
}
.f19 {
  font-size: 19px;
}
.f20 {
  font-size: 20px;
}
.f21 {
  font-size: 21px;
}
.f22 {
  font-size: 22px;
}
.f23 {
  font-size: 23px;
}
.f24 {
  font-size: 24px;
}
.underline {
  text-decoration: underline;
}
.italic {
  font-style: italic;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.clear {
  clear: both;
}
.m0 {
  margin: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.ml0 {
  margin-left: 0 !important;
}
.mr0 {
  margin-right: 0 !important;
}
.m5 {
  margin: 5px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.m10 {
  margin: 10px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.m15 {
  margin: 15px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.m20 {
  margin: 20px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.pd0 {
  padding: 0 !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.f-n {
  float: none;
}
.ta-l {
  text-align: left;
}
.ta-r {
  text-align: right;
}
.ta-c {
  text-align: center;
}
.va-t {
  vertical-align: top;
}
.va-m {
  vertical-align: middle;
}
.va-b {
  vertical-align: bottom;
}
.mw100 {
  max-width: 100% !important;
}
.w100p {
  width: 100% !important;
}
.w90p {
  width: 90% !important;
}
.w80p {
  width: 80% !important;
}
.w75p {
  width: 75% !important;
}
.w70p {
  width: 70% !important;
}
.w50p {
  width: 50% !important;
}
.w30p {
  width: 30% !important;
}
.w25p {
  width: 25% !important;
}
.w20p {
  width: 20% !important;
}
.w10p {
  width: 10% !important;
}
hr.line01 {
  width: 100%;
  height: 0;
  margin: 1em 0;
  border: none;
  border-bottom: solid 1px #cccccc;
}
hr.line02 {
  width: 100%;
  height: 0;
  margin: 1em 0;
  border: none;
  border-bottom: dotted 1px #cccccc;
}
.privacy_ol {
  margin-left: 3em;
  text-indent: -1em;
}
.cp_img_sp_center {}
.top_bn_new_area {
  margin: 10px 0px 10px 0px;
  padding: 0px;
}
.adsl_txt {
  padding: 1em 1em;
  margin: 1.5em 0;
  border: solid 2px red;
  max-width: 680px;
  line-height: 1.6;
  font-size: 1.3em;
}
.adsl_txt p {
  margin: 0;
  padding: 0;
}
.adsl_txt p span {
  color: red;
  font-weight: bold;
}
.norikae p {
  margin: .5em 1.5em 0em;
  padding: 0 0 1em;
  font-size: 1.1em;
  line-height: 1.5;
}
/**
 *　202002 header
---------------------------------------------*/
/* header 202002*/
div.header_img_wrap {
  display: flex;
  align-items: center;
}
div.header_img_wrap_in1 {
  margin-right: 30px;
}
.header_contact {}
.header_contact .left {
  float: left;
}
.header_contact .right {
  float: right;
  margin-left: 10px;
}
.header_img_wrap_in2 p {
  margin: 0;
  font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'HiraKakuProN-W3', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体"sans-serif;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.01em;
  text-align: left;
}
.header_img_wrap_in2 p span:nth-child(1) {
  color: #FFFFFF;
  background: #FF0000;
  padding: 2px .8em 0 .8em;
  border-radius: 99px;
  display: inline-block;
  margin-right: 8px;
  line-height: 17px;
  font-size: 11px;
  letter-spacing: 0.03em;
}
.header_img_wrap_in2 p span:nth-child(2) {
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.01em;
}
div.header_img_wrap_in2 img {
  width: 300px;
}
div.header_img_wrap_in2 {
  width: 300px;
}
/**/
.header_img_wrap_in3 p {
  margin: 0;
  font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'HiraKakuProN-W3', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体"sans-serif;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.01em;
  text-align: left;
}
.header_img_wrap_in3 p span:nth-child(1) {
  color: #FFFFFF;
  background: #FF0000;
  padding: 2px .8em 0 .8em;
  border-radius: 99px;
  display: inline-block;
  margin-right: 8px;
  line-height: 17px;
  font-size: 11px;
  letter-spacing: 0.03em;
}
.header_img_wrap_in3 p span:nth-child(2) {
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.01em;
}
div.header_img_wrap_in3 img {
  width: 300px;
}
div.header_img_wrap_in3 {
  width: 280px;
}


/* Newfooter :::::::::::::::::::::::*/
.footer {
  background: #043786;
  margin: -8px calc((100% - 100vw) / 2) 0;
  padding: 14px 0 14px;
}
.footer .contents {
  width: 950px;
  margin: 0 auto;
  position: relative;
}
.footer .contents p {
  position: absolute;
  /*left:250px;
	right: 350px;*/
  left: 290px;
  right: 310px;
  top: 12px;
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
}
.footer .contents ul {
  /*  margin:0;
  text-align: center;*/
  margin: 0;
  padding: 0;
  display: flex;
}
.footer .contents ul li {
  /*  color:#FFF;
  display: inline-block;*/
  color: #FFF;
  height: auto;
  align-self: flex-end;
}
.footer .contents ul li:nth-child(1) img {
  width: 270px; /*240px;*/
  height: auto;
  margin: 0 7px 0 3px;
}
.footer .contents ul li:nth-child(2), .footer .contents ul li:nth-child(3) {
  flex: 1 1 200px;
  padding: 0;
  margin: 0;
}
.footer .contents ul li:nth-child(2) img {
  width: 180px;
  margin: 0 5px 0 10px;
}
.footer .contents ul li:nth-child(3) img {
  width: 180px;
  margin: 0 24px 0 6px;
}
.footer .contents ul li:nth-child(4) {
  width: 300px; /*330px;*/
  margin: 8px 0 0 5px;
  padding: 0 0 0 15px;
  border-left: 1px solid #FFCA7C;
  height: auto;
  align-items: flex-end;
}
.footer .contents ul li:nth-child(4) img {
  width: 100%;
}
.footer .contents ul li:nth-child(5) {
  width: 310px;
  margin-left: 13px;
  padding-left: 18px;
  border-left: 1px solid #86A3D1;
}
/*.footer .contents ul li img {
}*/
.footer .contents ul li:nth-child(5) img {
  /*margin-bottom:6px;*/
}
.footer .contents ul li:nth-child(6) {
  width: 330px;
  margin: 8px 0 0 5px;
  padding: 0 0 0 15px;
  border-left: 1px solid #FFCA7C;
  height: auto;
  align-items: flex-end;
}
.footer .contents ul li:nth-child(6) img {
  width: 100%;
}
/*footer tel area2
------------------------------*/
.tel_area2 {
  width: 282px;
  margin-top: 8px;
  margin-right: 2px;
}
.tel_area2 div {
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 1.3;
  /*font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
  font-family: 'メイリオ','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'HiraKakuProN-W3', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体"sans-serif;
}
.tel_area2 div span:nth-child(1) {
  font-size: 11px !important;
  padding-top: 2px;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.tel_area2 div span:nth-child(2) {
  color: #FFFFFF;
  background: #FF0000;
  padding: 1px .8em 0;
  border-radius: 99px;
  display: inline-block;
  margin-right: .7em;
  margin-left: -4px;
  line-height: 17px;
  font-size: 11px;
  letter-spacing: 0.01em;
}
.tel_area2 div span:nth-child(3) {
  font-size: 13px;
  padding-top: 2px;
  letter-spacing: 0.01em;
}
/* //Newfooter 202002 END */
/*************************************************/
/* TOP add 水色speed
--------------------------------------*/
.header_form_wrap {
  text-align: center;
  background: #FCF873;
  height: auto;
  margin: 0;
  width: 100%;
}
.header_form_wrap_in {
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
/* TOP add 黄色area
--------------------------------------*/
.header_form_wrap-2 {
  text-align: center;
  background: #FFF;
  height: auto;
  margin: 0;
  width: 100%;
}
.header_form_wrap_in-2 {
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
/* TOP add 水色Speed　footer
--------------------------------------*/
.header_form_wrap-3-3 {
  text-align: center;
  background: #FCF873;
  height: auto;
  margin: 0;
  width: 100%;
}
.header_form_wrap_in-3-3 {
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
/* TOP add 黄色area　footer
--------------------------------------*/
.header_form_wrap-3 {
  text-align: center;
  background: #FCF873;
  height: auto;
  margin: 0;
  width: 100%;
}
.header_form_wrap_in-3 {
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
/*************************************************/
/* swiper4
--------------------------------------*/
@media all and (min-width:768px) {
  .swiper-slide {
    width: 100vw;
    /*  height: 400px;*/
    margin: 10px auto 20px;
    overflow: hidden;
    position: relative;
    padding: 0;
  }
  .swiper-slide img.obfit1 {
    object-fit: cover !important;
    height: 400px;
    /*width: 100%;
	max-width: 1200px;*/
  }
  .swiper-container, .swiper-container_02 {
    padding-bottom: 10px;
  }
  .swiper-button-prev {
    left: calc(40% - 420px);
  }
  .swiper-button-next {
    right: calc(40% - 420px);
  }
}
@media all and (max-width:767px) {
  .swiper-container2, .swiper-container2_02 {
    padding-bottom: 10px;
  }
  .swiper-slide {
    /*  height: calc(100vw * 0.9);*/
    /*  margin: 0 auto 30px;*/
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  .swiper-slide img {
    /*  height: calc(100vw * 0.9);*/
    height: auto;
    margin: 0 auto 30px;
    /*	margin: 0 auto;*/
    overflow: hidden;
    position: relative;
  }
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
  .mainvisual {
    overflow: hidden;
    /*	width: 100%;*/
    margin-bottom: 20px;
  }
}
.mainvisual {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
}
.swiper-container, .swiper-container_02 {
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 0;
}
.swiper-custom-button {
  background-image: none !important;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  font-size: 28px !important;
  text-align: center;
  width: 50px !important;
  height: 50px !important;
  line-height: 50px;
  font-weight: bold;
  /*top: 49%;*/
  top: 50%;
  transform: translateY(-49%);
  border-radius: 2px;
  border: 1px solid #333;
}
.swiper-custom-button .fa {
  line-height: 62px;
}
/* SP */
.swiper-container2, .swiper-container2_02 {
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}
.swiper-container2, .swiper-container2_02 {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-pagination2 {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10
}
.swiper-pagination2.swiper-pagination-hidden {
  opacity: 0
}
.swiper-pagination2 {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination2.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-bullet {
  outline: none;
}
/**********************************************************/
/* p PCとスマホ文字サイズ行間調整202007
----------------------------------------*/
#wrap div #index section div p.n-subtitle_top_p01 {
  font-size: 13px;
  line-height: 1.5;
  text-align: left; /*justify;*/
  margin: .4em 2.6em 1.5em;
}
#wrap div #index section div p.n-subtitle_top_p02 {
  font-size: 13px;
  line-height: 1.5;
  text-align: left; /*justify;*/
  margin: 1em .7em 1.5em;
}
#wrap div #index section div p.n-subtitle_top_p03 {
  font-size: 13px;
  line-height: 1.5;
  text-align: left; /*justify;*/
  margin: 0.8em .7em 1.5em;
}
/* top4-5-6 */
#wrap div #index section div p.n-subtitle_top_p04 {
  font-size: 13px;
  line-height: 1.5;
  text-align: left; /*justify;*/
  margin: 0em .8em 1.5em;
}
#wrap div #index section div p.n-subtitle_top_p05 {
  font-size: 13px;
  line-height: 1.5;
  text-align: left; /*justify;*/
  margin: 0em .8em 1.5em;
}
#wrap div #index section div p.n-subtitle_top_p06 {
  font-size: 13px;
  line-height: 1.5;
  text-align: justify;
  margin: 0em .8em 2.2em;
}
@media screen and (max-width: 767px) {
  /* top1-2-3 */
  #wrap div #index section div p.n-subtitle_top_p01 {
    font-size: 12px;
    line-height: 1.5;
    text-align: left; /*justify;*/
    margin: .4em .1em 1.4em .1em;
  }
  #wrap div #index section div p.n-subtitle_top_p02 {
    font-size: 12px;
    line-height: 1.5;
    text-align: left; /*justify;*/
    margin: .5em .1em 1.4em .1em;
  }
  #wrap div #index section div p.n-subtitle_top_p03 {
    font-size: 12px;
    line-height: 1.5;
    text-align: left; /*justify;*/
    margin: .7em .1em 1.4em .1em;
  }
  /* top4-5-6 */
  #wrap div #index section div p.n-subtitle_top_p04 {
    font-size: 12px;
    line-height: 1.5;
    text-align: left; /*justify;*/
    margin: -2px .1em 1.4em .1em;
  }
  #wrap div #index section div p.n-subtitle_top_p05 {
    font-size: 12px;
    line-height: 1.5;
    text-align: left; /*justify;*/
    margin: -2px .1em 1.4em .1em;
  }
  #wrap div #index section div p.n-subtitle_top_p06 {
    font-size: 12px;
    line-height: 1.5;
    text-align: left; /*justify;*/
    margin: -2px .1em 1.4em .1em;
  }
}
.cam_main .spNone {
  width: 100%;
  height: 400px;
  margin-bottom: .5em;
}
.cam_main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cam_main2 .spNone {
  width: 100%;
  height: 550px;
}
.cam_main2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*collabo_bn_wrap
------------------------------*/
section.collabo_bn_wrap {
  margin-top: 1.2em;
  display: none; /***********/
}
section.collabo_bn_wrap p {
  font-size: 12px;
  margin: .8em 1em .8em;
  text-align: justify;
}
/*光クロスサブメイン*/
.bg_cross {
  width: 100%;
  height: 400px;
  margin-bottom: .5em;
}
/*光クロスサブメイン*/
.bg_online_shikakukakunin {
  width: 100%;
  height: 400px;
  margin-bottom: .5em;
}
@media screen and (max-width: 767px) {
  .bg_cross {
    height: auto;
  }
  .bg_online_shikakukakunin {
    height: auto;
  }
}
/*光クロスサブメイン END*/
.area_main {
  clear: both;
  width: 100%;
  background: #1153be;
  margin: 0px auto;
  padding: 0px 0px;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.area_main img {
  width: 950px;
  margin: 0 auto;
  /*  object-fit: cover; */
}
/**/
div.form_entry_btn_wrap {
  width: 100%;
  max-width: 680px;
  background-color: #043780;
  border-radius: 99px;
  text-align: center;
  padding: 0;
  margin: 2.2em auto;
  line-height: 1;
}
div.form_entry_btn_wrap a {
  color: #fff !important;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  display: block;
  padding: 1em 0 .5em;
  text-decoration: none;
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
div.form_entry_btn_wrap a span.entry_only {
  font-size: 12px;
  line-height: 1;
}
.fas {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/*****************************************************/
/* 鳴り分け 切り替え block--none
/* tel_modal 切り替え PC/SP共通 block none
/* ★このページの165行目に記載★ */
/*****************************************************/









/**
 * cross 
-----------------------------------------*/
@media (min-width:767px){
.cross_main {
	width: 100%;
	height: 400px;
	margin-bottom: .5em;
}
.cross_main picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
}



