@charset "UTF-8";
/* CSS Document */ /* #################### */
/* _valiables.scss */
/* #################### */
/* #################### */
/* _parts.scss */
/* #################### */
/*汎用クラス*/
/*##############################################*/
/*記事中の回り込み解除*/
.clear {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.textcenter {
  text-align: center;
}

.textright {
  text-align: right;
}

.textleft {
  text-align: left;
}

.honbun p {
  margin: 0 0 1em;
}

.small_text,
.small_txt {
  font-size: 0.9em;
}

hr.sikiri,
hr.shikiri {
  border: solid #000;
  border-width: 1px 0 0 0;
  margin: 0 0 5px;
  height: 1px;
  /* for IE6 */
  clear: both;
  /* for IE6 */
}

hr.sikiri_mgn,
hr.shikiri_mgn {
  border: solid #000;
  border-width: 1px 0 0 0;
  margin: 1rem 0;
  height: 1px;
  /* for IE6 */
  clear: both;
  /* for IE6 */
}

hr.sikiri_gray,
hr.shikiri_gray {
  border: solid #ccc;
  border-width: 1px 0 0 0;
  margin: 0 0 5px;
  height: 1px;
  /* for IE6 */
  clear: both;
  /* for IE6 */
}

hr.sikiri_dashed,
hr.shikiri_dashed {
  border: dashed #ccc;
  border-width: 1px 0 0 0;
  margin: 0 0 5px;
  height: 1px;
  /* for IE6 */
  clear: both;
  /* for IE6 */
}

hr.sikiri_dotted,
hr.shikiri_dotted {
  border: dotted #ccc;
  border-width: 1px 0 0 0;
  margin: 40px 0 40px;
  height: 1px;
  /* for IE6 */
  clear: both;
  /* for IE6 */
}

.nodisp {
  position: absolute;
  left: -9999px;
}

.zoomhack, .r20, .r15, .r10, .r6, .link_arrow_up, .link_arrow_bottom, .r3, a.btn_gray, a.btn_green, .link_store, h3.green_banner {
  zoom: 1;
  position: relative;
}

.r3, a.btn_gray, a.btn_green, .link_store, h3.green_banner {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.r6, .link_arrow_up, .link_arrow_bottom {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.r10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.r15 {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}

.r20 {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}

.mgn10 {
  margin: 10px;
}

.mgn15 {
  margin: 15px;
}

.mgn_v0 {
  margin: 0px auto;
}

.mgn_v10 {
  margin: 10px auto;
}

.mgn_v15 {
  margin: 15px auto;
}

.mgn_v20 {
  margin: 20px auto;
}

.mgn_t10 {
  margin-top: 10px;
}

.mgn_t20 {
  margin-top: 20px;
}

.mgn_t30 {
  margin-top: 30px;
}

.mgn_b1em {
  margin-bottom: 1em;
}

.mgn_b2em {
  margin-bottom: 2em;
}

.mgn_b3em {
  margin-bottom: 3em;
}

.mgn_b1rem {
  margin-bottom: 1rem;
}

.mgn_b2rem {
  margin-bottom: 2rem;
}

.mgn_b3rem {
  margin-bottom: 3rem;
}

.mgn_b10 {
  margin-bottom: 10px;
}

.mgn_b20 {
  margin-bottom: 20px;
}

.mgn_b30 {
  margin-bottom: 30px;
}

.pad15 {
  padding: 15px;
}

.pad10 {
  padding: 10px;
}

.pad15 {
  padding: 15px;
}

.btn_hover:hover, a.btn_gray:hover, a.btn_green:hover, ul.section-wrap li.section-blk a:hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -ms-filter: "alpha(opacity=65)";
}

.boxshadow {
  zoom: 1;
  -webkit-box-shadow: 1px 1px 2px #ccc;
  box-shadow: 1px 1px 2px #ccc;
  -moz-box-shadow: 1px 1px 2px #ccc;
  -o-box-shadow: 1px 1px 2px #ccc;
  -ms-box-shadow: 1px 1px 2px #ccc;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3,enabled=true)";
  /* IE5.5+ */
}

.textshadow {
  zoom: 1;
  text-shadow: #999999 1px 1px 2px; /* FireFox, Webkit, Opera */
  -ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(color=#999999,offx=1,offy=1)"; /* IE8 */
  display: block; /* IE */
}

/*黒丸リスト*/
ul.list_disc {
  list-style: disc;
  margin: 1em 0 1em 1.5em;
}
ul.list_disc li {
  margin: 0 0 0.5em 0;
}

/*数字リスト*/
ul.list_decimal {
  list-style: decimal;
  margin: 1em 0 1em 1.5em;
}
ul.list_decimal li {
  margin: 0 0 0.5em 0;
}

/*横に並べるリスト*/
ul.list_h {
  list-style: none;
  margin: 1em 0 1.5em;
  overflow: hidden;
}
ul.list_h li {
  display: inline-block;
  margin: 0 1em 0.5em 0;
}

/*日付見出しリスト汎用1　yyyy年m月d日想定*/
dl.list_date {
  overflow: hidden;
}
dl.list_date dt {
  clear: left;
  float: left;
  margin: 0 0 0.5em 0em;
}
dl.list_date dd {
  margin: 0 0 0.5em 9em;
}

/*日付見出しリスト汎用2　yyyy/mm/dd想定*/
dl.list_date_narrow dt {
  clear: left;
  float: left;
  margin: 0 0 0.5em 0;
  padding: 0.5em 0;
}
dl.list_date_narrow dd {
  margin: 0 0 0.5em 7em;
  padding: 0.5em 0;
}
dl.list_date_narrow dd a {
  text-decoration: none;
}
dl.list_date_narrow dd a:hover {
  text-decoration: underline;
}

/*※つきリスト*/
dl.list_asta dt {
  clear: left;
  float: left;
  width: 1.5em;
  margin: 0 0 0.2em 0;
}
dl.list_asta dd {
  margin: 0 0 0.2em 1.5em;
}

/*汎用テーブル線なし*/
table.normal_tbl {
  border-collapse: collapse;
  margin: 0 0 30px 0;
}
table.normal_tbl th {
  padding: 0.35em 0.6em 0.35em 0;
  vertical-align: top;
  white-space: nowrap;
}
table.normal_tbl td {
  padding: 0.35em 0.6em;
  vertical-align: top;
}

table.line_tbl, table.zeh_tbl, table.corp_tbl {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
  border-top: solid 1px white;
  border-left: solid 1px white;
}
table.line_tbl th, table.zeh_tbl th, table.corp_tbl th {
  background-color: white;
  border-bottom: solid 1px #fff;
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
table.line_tbl th:last-child, table.zeh_tbl th:last-child, table.corp_tbl th:last-child {
  border-bottom: solid 1px white;
}
table.line_tbl td, table.zeh_tbl td, table.corp_tbl td {
  background-color: #fff;
  border-right: solid 1px white;
  border-bottom: solid 1px white;
  padding: 10px 15px;
  vertical-align: middle;
}

/*####################*/
/*BreadCrumbs*/
/*####################*/
.breadCrumbs {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

/*####################*/
/*構造*/
/*####################*/
section {
  overflow: hidden;
  margin-bottom: 3rem;
}
@media screen and (min-width: 769px) {
  section.sec_about {
    margin-bottom: 4rem;
  }
}

.corporate .inner {
  line-height: 1.6;
  margin: 0 auto;
  padding: 30px 0 96px 0;
  width: 1024px;
}
@media screen and (max-width : 768px) {
  .corporate .inner {
    padding: 45px 18px 80px 18px;
    width: 100%;
    box-sizing: border-box;
  }
}

.cont_wrap {
  overflow: hidden;
}
.cont_wrap .cont_one {
  width: 100%;
}
.cont_wrap #cont_left {
  float: left;
  width: 240px;
}
@media screen and (max-width : 768px) {
  .cont_wrap #cont_left {
    float: none;
    width: 100%;
  }
}
.cont_wrap #cont_right {
  float: right;
  width: 760px;
}
@media screen and (max-width : 768px) {
  .cont_wrap #cont_right {
    float: none;
    width: 100%;
  }
}

/* ################### */
/* indexページ */
/* ################### */
ul.section-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width : 768px) {
  ul.section-wrap {
    display: block;
  }
}
ul.section-wrap li.section-blk {
  width: calc(50% - 20px);
  margin: 0 10px 30px;
  padding: 0 0 10px;
  border-bottom: dotted 1px #dcdcdc;
}
@media screen and (max-width : 768px) {
  ul.section-wrap li.section-blk {
    width: 100%;
    margin: 0 auto 30px;
  }
}
ul.section-wrap li.section-blk a {
  font-size: 0.9rem;
  text-decoration: none;
}
ul.section-wrap li.section-blk a img {
  width: 100%;
  margin: 0 auto 1rem;
}
ul.section-wrap li.section-blk a .section-case__ttl {
  font-size: 1.2em;
  font-weight: bold;
  color: #10468d;
}

/*####################*/
/*見出し*/
/*####################*/
/*安心のしくみインデックス*/
#corporate_index h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #10468d;
  margin: 0 auto 1rem;
  padding: 0.2em 1em;
  border: solid 1px #10468d;
}

/*サブページ　ページタイトル*/
.subpage h2 {
  border-left: solid 3px #dcdcdc;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
  margin: 0 auto 1rem;
  padding: 0.2em 1em 0.2em 0.5em;
}
.subpage h2 span.sub_title_top {
  display: block;
  font-size: 1.1rem;
  margin: 0 auto;
}
.subpage h2 span.sub_title_bottom {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  margin: 0 auto;
}

/*サブページ　ページタイトル*/
h3 span, h4 span, h5 span, h6 span {
  font-size: smaller;
}
h3.nomgnb, h4.nomgnb, h5.nomgnb, h6.nomgnb {
  margin-bottom: 0;
}

h3.low {
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.87);
  margin: 1rem auto 1em;
  padding: 0.2em 1em;
  background-color: rgba(0, 0, 0, 0.07);
}
h3.low span {
  display: block;
  font-size: 1rem;
}

h3.high {
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 1px;
  color: #fff;
  margin: 1rem auto 1em;
  padding: 0.2em 1em;
  background-color: #6EB899;
}
h3.high span {
  display: block;
  font-size: 1rem;
}

h3.blue {
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 1px;
  color: #fff;
  margin: 1rem auto 1em;
  padding: 0.2em 1em;
  background-color: #10468d;
}
h3.blue span {
  display: block;
  font-size: 1rem;
}

h3.bold_green {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #6EB899;
  margin: 1rem auto 1em;
  padding: 0;
}
h3.bold_green span {
  display: block;
  font-size: 1rem;
}

h3.bold_orange {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #DF816F;
  margin: 1rem auto 1em;
  padding: 0;
}
h3.bold_orange span {
  display: block;
  font-size: 1rem;
}

h3.green_banner {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  margin: 1rem auto 2rem;
  padding: 0.5em 1em;
  background-color: #6EB899;
}
h3.green_banner span {
  display: block;
  font-size: 1rem;
}

h4.low {
  font-size: 1.1rem;
  font-weight: normal;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.87);
  margin: 1rem auto 1em;
  padding: 0.2em 1em;
  background-color: rgba(0, 0, 0, 0.07);
}

h4.high {
  font-size: 1.1rem;
  font-weight: normal;
  letter-spacing: 1px;
  color: #fff;
  margin: 1rem auto 1em;
  padding: 0.2em 1em;
  background-color: #6EB899;
}

h4.green {
  font-size: 1.1rem;
  font-weight: normal;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.54);
  margin: 1rem auto 1em;
  padding: 0.2em 1em;
  background-color: #DFE4D1;
}

h4.bold_black {
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #000;
  margin: 1rem auto 1em;
  padding: 0;
}
h4.bold_black span {
  display: block;
  font-size: 0.9rem;
}

h4.bold_green {
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #6EB899;
  margin: 1rem auto 1em;
  padding: 0;
}
h4.bold_green span {
  display: block;
  font-size: 0.9rem;
}

h4.bold_orange {
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #DF816F;
  margin: 1rem auto 1em;
  padding: 0;
}
h4.bold_orange span {
  display: block;
  font-size: 0.9rem;
}

h4.kakomi {
  font-size: 1.1rem;
  font-weight: normal;
  letter-spacing: 1px;
  color: #000;
  margin: 1rem auto 1em;
  padding: 0.2em 1em;
  border: solid 1px #dcdcdc;
}

h4.kakomi_center {
  font-size: 1.1rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #000;
  margin: 1rem auto 1em;
  padding: 0.2em 1em;
  border: solid 1px #dcdcdc;
}

h5.low {
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.87);
  margin: 1rem auto 0.5rem;
  padding: 0.2em 1em;
  border-left: solid 0.5em rgba(0, 0, 0, 0.26);
}

h5.high {
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.87);
  margin: 1rem auto 0.5rem;
  padding: 0.2em 1em;
  border-left: solid 0.5em #FF6600;
}

h5.bold_green {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #6EB899;
  margin: 1rem auto 1em;
  padding: 0;
}
h5.bold_green span {
  display: block;
  font-size: 0.9rem;
}

h5.green {
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.54);
  margin: 1rem auto 1em;
  padding: 0.2em 0.5em;
  background-color: #6EB899;
}
h5.green span {
  display: block;
  font-size: 0.9rem;
}

/* ################### */
/* パーツ */
/* ################### */
/* ##### */
/* キャプション */
/* ##### */
.green_cap {
  font-size: 1rem;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
  margin: 1rem auto 1em;
  padding: 0.5em 1em;
  background-color: #DFE4D1;
}

.green_cap_small {
  font-size: 0.8rem;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
  margin: 1rem auto 1em;
  padding: 0.5em 1em;
  background-color: #DFE4D1;
}

.gray_cap {
  font-size: 1rem;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
  margin: 1rem auto 1em;
  padding: 0.5em 1em;
  background-color: rgba(0, 0, 0, 0.07);
}

.gray_cap_small {
  font-size: 0.8rem;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
  margin: 1rem auto 1em;
  padding: 0.5em 1em;
  background-color: rgba(0, 0, 0, 0.07);
}

/* ##### */
/* table */
/* ##### */
table.corp_tbl {
  border-top: solid 1px #dcdcdc;
  border-left: solid 1px #dcdcdc;
}
table.corp_tbl tr th {
  background-color: #6EB899;
  color: #fff;
  font-weight: bold;
  border-right: solid 1px #fff;
}
table.corp_tbl tr td {
  border-right: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
}

table.zeh_tbl {
  border-top: solid 1px #dcdcdc;
  border-left: solid 1px #dcdcdc;
}
table.zeh_tbl tr th {
  background-color: #ccc;
  color: rgba(0, 0, 0, 0.87);
  font-weight: normal;
  border-right: solid 1px #fff;
}
table.zeh_tbl tr td {
  border-right: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
}

/* ##### */
/* ボックスリスト */
/* ##### */
.tec_box_list, ul.box_list_2_side, ul.box_list_2, ul.box_list_3 {
  margin: 1em auto 2em;
}
.tec_box_list a, ul.box_list_2_side a, ul.box_list_2 a, ul.box_list_3 a {
  cursor: pointer;
}
.tec_box_list img, ul.box_list_2_side img, ul.box_list_2 img, ul.box_list_3 img {
  width: auto;
}
.tec_box_list h4, ul.box_list_2_side h4, ul.box_list_2 h4, ul.box_list_3 h4 {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0.5rem 0;
}
.tec_box_list h5, ul.box_list_2_side h5, ul.box_list_2 h5, ul.box_list_3 h5 {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0.4rem 0;
}
.tec_box_list h4.blue, ul.box_list_2_side h4.blue, ul.box_list_2 h4.blue, ul.box_list_3 h4.blue,
.tec_box_list h5.blue,
ul.box_list_2_side h5.blue,
ul.box_list_2 h5.blue,
ul.box_list_3 h5.blue {
  color: #10468d;
}

/*３列*/
ul.box_list_3 {
  display: flex;
  flex-wrap: wrap;
}
ul.box_list_3 li {
  width: calc(33.3333333333% - 20px);
  margin: 0 10px 2em;
}

/*2列*/
ul.box_list_2 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width : 768px) {
  ul.box_list_2.sp_center {
    display: block;
    width: 100%;
  }
  ul.box_list_2.sp_center li {
    width: 100%;
  }
  ul.box_list_2.sp_center li img {
    float: none;
    width: auto;
    max-width: 100%;
  }
}
ul.box_list_2 li {
  width: calc(50% - 20px);
  margin: 0 10px 2em;
}

/*2列画像テキスト横並列*/
ul.box_list_2_side {
  display: flex;
  flex-wrap: wrap;
}
ul.box_list_2_side li {
  width: calc(50% - 20px);
  margin: 0 10px 2em;
  overflow: hidden;
}
ul.box_list_2_side li img {
  float: left;
  width: 40%;
  margin: 0 0 0.5em;
}
ul.box_list_2_side li .text_box {
  margin: 0 0 0.5em 45%;
}
ul.box_list_2_side li .more_read {
  clear: both;
  display: block;
  text-align: center;
  font-size: 0.8rem;
  border: solid 1px #dcdcdc;
}

/* ##### */
/* 見出し付き囲み系ボックス */
/* ##### */
.tec_box, .blue_box, .purple_box, .red_box, .green_box {
  margin: 1em auto 2em;
  border: solid 1px #ccc;
}
.tec_box h3, .blue_box h3, .purple_box h3, .red_box h3, .green_box h3 {
  font-size: 1.3;
  font-weight: bold;
  color: #fff;
  margin: 0;
  padding: 0.5em 1em;
}
.tec_box .box_inner, .blue_box .box_inner, .purple_box .box_inner, .red_box .box_inner, .green_box .box_inner {
  padding: 1em;
}

.green_box {
  border-color: #6EB899;
}
.green_box > h3 {
  background-color: #6EB899;
}

.red_box {
  border-color: #d01a1b;
}
.red_box > h3 {
  background-color: #d01a1b;
}

.purple_box {
  border-color: #6B3E8F;
}
.purple_box > h3 {
  background-color: #6B3E8F;
}

.blue_box {
  border-color: #10468d;
}
.blue_box > h3 {
  background-color: #10468d;
}

/* ##### */
/* 画像 */
/* ##### */
.img_box2 {
  display: flex;
  justify-content: center;
  margin: 1rem auto;
}
@media screen and (max-width : 768px) {
  .img_box2 {
    display: block;
  }
}
.img_box2 img {
  margin: 0 1rem 2em;
  width: auto;
}
@media screen and (max-width : 768px) {
  .img_box2 img {
    display: block;
    margin: 0 auto 2em;
    width: auto;
    max-width: 100%;
  }
}

img.true_size {
  display: block;
  margin: 0 0 2em;
  width: auto;
  max-width: 100%;
  height: auto;
}

img.img_center {
  display: block;
  margin: 0 auto 2em;
  width: auto;
  max-width: 100%;
  height: auto;
}

img.img_left {
  float: left;
  margin: 0 1rem 2rem 0;
  width: auto;
  max-width: 100%;
}

img.img_right {
  float: right;
  margin: 0 0 2rem 1rem;
  width: auto;
  max-width: 100%;
}

@media screen and (max-width : 768px) {
  img.sp_center {
    float: none;
    display: block;
    margin: 0 auto 2em;
    width: auto;
    max-width: 100%;
    height: auto;
  }
}

/* ##### */
/* アイコン付きリンク */
/* ##### */
.link_store {
  display: block;
  width: 14rem;
  background-color: #D7308A;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none !important;
  color: #fff !important;
  text-align: center;
  margin: 2em auto 2em;
  padding: 0.3em 1em;
}

.link_print:before {
  font-family: "FontAwesome";
  content: "\f02f";
  color: rgba(0, 0, 0, 0.26);
  margin: 0 0.2em 0 0;
}

.link_pdf:before {
  font-family: "FontAwesome";
  content: "\f1c1";
  margin: 0 0.2em 0 0;
  color: #f00;
}

.link_download:before {
  font-family: "FontAwesome";
  content: "\f019";
  color: rgba(0, 0, 0, 0.26);
  margin: 0 0.2em 0 0;
}

.link_list:before {
  font-family: "FontAwesome";
  content: "\f03a";
  color: rgba(0, 0, 0, 0.26);
  margin: 0 0.2em 0 0;
}

.link_mail:before {
  font-family: "FontAwesome";
  content: "\f0e0";
  color: rgba(0, 0, 0, 0.26);
  margin: 0 0.2em 0 0;
}

.link_sound:before {
  font-family: "FontAwesome";
  content: "\f1c7";
  color: rgba(0, 0, 0, 0.26);
  margin: 0 0.2em 0 0;
}

.link_movie:before {
  font-family: "FontAwesome";
  content: "\f008";
  color: rgba(0, 0, 0, 0.26);
  margin: 0 0.2em 0 0;
}

.link_youtube:before {
  font-family: "FontAwesome";
  content: "\f16a";
  margin: 0 0.2em 0 0;
  color: #f00;
}

.link_web:before {
  font-family: "FontAwesome";
  content: "\f08e";
  margin: 0 0.2em 0 0;
}

.link_map:before {
  font-family: "FontAwesome";
  content: "\f041";
  margin: 0 0.2em 0 0;
}

.link_arrow:before, ul.box_list_2_side li .more_read:before {
  font-family: "FontAwesome";
  content: "\f138";
  margin: 0 0.2em 0 0;
  color: #f60;
}

.link_arrow_bottom {
  display: inline-block;
  border: solid 1px #ccc;
  margin: 1em 0 2em;
  padding: 0.5em;
}
.link_arrow_bottom:before {
  font-family: "FontAwesome";
  content: "\f107";
  margin: 0 0.2em 0 0;
  color: #f00;
}

.link_arrow_up {
  display: inline-block;
  border: solid 1px #ccc;
  margin: 1em 0 2em;
  padding: 0.5em;
}
.link_arrow_up:before {
  font-family: "FontAwesome";
  content: "\f106";
  margin: 0 0.2em 0 0;
  color: #f00;
}

/* ##### */
/* ボタン */
/* ##### */
a.btn_green {
  background-color: #6EB899;
  color: #fff;
  text-align: center;
  margin: 1em auto 1em;
  padding: 0.5em 1.5em;
}

a.btn_gray {
  background-color: rgba(0, 0, 0, 0.54);
  color: #fff;
  text-align: center;
  margin: 1em auto 1em;
  padding: 0.5em 1.5em;
}

/* ################### */
/* サブナビ */
/* ################### */
#section_sub {
  display: block;
  z-index: 99999;
}
#section_sub .sub_ttl {
  background: #363636;
  color: #fff;
  margin: 0;
  padding: 8px 10px;
}
#section_sub .sub_ttl.nonavi {
  margin: 0 0 1em;
}
#section_sub ul.sub_nav {
  margin: 0 0 15px 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
@media screen and (max-width : 768px) {
  #section_sub ul.sub_nav {
    display: flex;
    justify-content: space-between;
    border-left: solid 1px #dbdbdb;
    margin: 0 0 1rem;
  }
  #section_sub ul.sub_nav :last-child {
    border-right: solid 1px #dbdbdb;
  }
}
#section_sub ul.sub_nav li.has_child,
#section_sub ul.sub_nav li.nothas_child {
  font-size: 0.9rem;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #dbdbdb;
}
#section_sub ul.sub_nav li.has_child > a,
#section_sub ul.sub_nav li.nothas_child > a {
  color: #171717;
  padding: 10px 10px 10px 35px;
  position: relative;
  text-decoration: none;
  transition: 0.5s;
}
@media screen and (max-width : 768px) {
  #section_sub ul.sub_nav li.has_child > a,
#section_sub ul.sub_nav li.nothas_child > a {
    text-align: center;
    padding: 10px;
  }
}
#section_sub ul.sub_nav li.has_child > a:before,
#section_sub ul.sub_nav li.nothas_child > a:before {
  background: url(../images/common/ico_s-nav_01_off.png) left center no-repeat;
  content: "";
  display: block;
  height: 15px;
  left: 10px;
  padding: 1px;
  position: absolute;
  transform: rotate(0deg);
  transition: 0.5s;
  width: 15px;
}
@media screen and (max-width : 768px) {
  #section_sub ul.sub_nav li.has_child > a:before,
#section_sub ul.sub_nav li.nothas_child > a:before {
    display: none;
  }
}
#section_sub ul.sub_nav li.has_child > a.selected, #section_sub ul.sub_nav li.has_child > a.active, #section_sub ul.sub_nav li.has_child > a:hover,
#section_sub ul.sub_nav li.nothas_child > a.selected,
#section_sub ul.sub_nav li.nothas_child > a.active,
#section_sub ul.sub_nav li.nothas_child > a:hover {
  background: #156ecb;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width : 768px) {
  #section_sub ul.sub_nav li.has_child > a.selected, #section_sub ul.sub_nav li.has_child > a.active, #section_sub ul.sub_nav li.has_child > a:hover,
#section_sub ul.sub_nav li.nothas_child > a.selected,
#section_sub ul.sub_nav li.nothas_child > a.active,
#section_sub ul.sub_nav li.nothas_child > a:hover {
    background: transparent;
    color: #171717;
  }
}
#section_sub ul.sub_nav li.has_child > a.selected:before, #section_sub ul.sub_nav li.has_child > a.active:before, #section_sub ul.sub_nav li.has_child > a:hover:before,
#section_sub ul.sub_nav li.nothas_child > a.selected:before,
#section_sub ul.sub_nav li.nothas_child > a.active:before,
#section_sub ul.sub_nav li.nothas_child > a:hover:before {
  background: url(../images/common/ico_s-nav_01_on.png) left center no-repeat;
  transform: rotate(-90deg);
}
@media screen and (max-width : 768px) {
  #section_sub ul.sub_nav li.has_child > a.selected:before, #section_sub ul.sub_nav li.has_child > a.active:before, #section_sub ul.sub_nav li.has_child > a:hover:before,
#section_sub ul.sub_nav li.nothas_child > a.selected:before,
#section_sub ul.sub_nav li.nothas_child > a.active:before,
#section_sub ul.sub_nav li.nothas_child > a:hover:before {
    display: none;
  }
}
@media screen and (max-width : 768px) {
  #section_sub ul.sub_nav li.has_child,
#section_sub ul.sub_nav li.nothas_child {
    font-size: 2.4vw;
    width: 33.3333333333%;
    border-right: solid 1px #dbdbdb;
    border-bottom: solid 1px #dbdbdb;
  }
}
#section_sub ul.sub_nav li.has_child a,
#section_sub ul.sub_nav li.nothas_child a {
  display: block;
}
#section_sub ul.sub_nav li.has_child ul.child_list,
#section_sub ul.sub_nav li.nothas_child ul.child_list {
  display: none;
  padding: 0;
  z-index: 99999;
}
@media screen and (max-width : 768px) {
  #section_sub ul.sub_nav li.has_child ul.child_list,
#section_sub ul.sub_nav li.nothas_child ul.child_list {
    width: calc(33.3333333333% - 12px);
    border-bottom: 1px solid #dbdbdb;
    position: absolute;
  }
}
#section_sub ul.sub_nav li.has_child ul.child_list li,
#section_sub ul.sub_nav li.nothas_child ul.child_list li {
  border-top: 1px solid #dbdbdb;
}
@media screen and (max-width : 768px) {
  #section_sub ul.sub_nav li.has_child ul.child_list li,
#section_sub ul.sub_nav li.nothas_child ul.child_list li {
    width: 100%;
  }
}
#section_sub ul.sub_nav li.has_child ul.child_list li > a,
#section_sub ul.sub_nav li.nothas_child ul.child_list li > a {
  background: url(../images/common/ico_s-nav_02_off.gif) 15px center no-repeat #f6f6f6;
  color: #171717;
  font-size: 12px;
  display: block;
  padding: 10px 10px 10px 35px;
  text-decoration: none;
  transition: 0.5s;
}
#section_sub ul.sub_nav li.has_child ul.child_list li > a.selected, #section_sub ul.sub_nav li.has_child ul.child_list li > a.active, #section_sub ul.sub_nav li.has_child ul.child_list li > a:hover,
#section_sub ul.sub_nav li.nothas_child ul.child_list li > a.selected,
#section_sub ul.sub_nav li.nothas_child ul.child_list li > a.active,
#section_sub ul.sub_nav li.nothas_child ul.child_list li > a:hover {
  background: url(../images/common/ico_s-nav_02_on.gif) 15px center no-repeat #156ecb;
  color: #fff;
  text-decoration: none;
}
/* ################### */
/* bottomバナー */
/* ################### */
#include_bottom .bottom_banenrs a img {
  border: solid 1px #dcdcdc;
}

/* #################### */
/* Corporate 改修202603 */
/* #################### */
.main_contents {
  margin: 0 12px 0 12px;
  width: 90%;
}

.main_contents img {
  display: block;
  margin: 15px auto 10px;
  width: auto;
}

.nav_fixed_wrap {
  position: relative;
}

.nav_fixed_area {
  position: sticky;
  width: 100%;
  background-color: #fff;
  bottom: 0;
  left: 0;
  padding: 20px;
}

@media screen and (min-width : 800px) {
  .pc_nowrap {
    white-space: nowrap;
  }
}

@media screen and (max-width : 768px) {
  .nav_fixed_area {
    padding: 10px 0;
  }
}

.nav_fixed_btns {
  display: flex;
  justify-content: center;
  column-gap: 25px;
}
.nav_fixed_btns .--btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 5px;
  text-align: center;
  color: #fff;
  background-color: #11438a;
  font-size: 16px;
  font-weight: bold;
  width: calc((100% - 50px) / 3);
  transition: opacity 0.4s ease;
  line-height: 1.2;
}
.nav_fixed_btns .--btn:hover {
  opacity: 0.8;
}
.nav_fixed_btns .--btn-inner:after {
  content: "";
  display: inline-block;
  background-color: #fff;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  width: 0.8em;
  aspect-ratio: 0.9;
  margin: 0 0 -0.1em 0.4em;
}
.nav_fixed_btns .--btn:hover, .nav_fixed_btns .--btn:visited {
  color: #fff;
}
.nav_fixed_btns .--only-sp {
  display: none;
}
@media screen and (max-width : 768px) {
  .nav_fixed_btns {
    column-gap: 1vw;
  }
  .nav_fixed_btns .--btn {
    width: calc((100% - 2vw) / 3);
    font-size: 13px;
    min-height: 30px;
  }
}
@media screen and (max-width: 568px) {
  .nav_fixed_btns {
    column-gap: 2vw;
  }
  .nav_fixed_btns .--btn {
    width: calc((100% - 4vw) / 3);
    font-size: 3.2vw;
    min-height: auto;
  }
  .nav_fixed_btns .--only-sp {
    display: inline;
  }
}

/* 下部到達時の拡大スタイル */
.nav_fixed_area.is-bottom .nav_fixed_btns .--btn {
  min-height: 55px;
  padding: 12px 20px;
  font-size: 18px;
}
.nav_fixed_area.is-bottom .nav_fixed_btns .--only-sp {
  display: inline;
}
/* .nav_fixed_area.is-bottom .nav_fixed_btns .--btn-inner:after {
  display: block;
  margin: 0.3em auto 0;
}*/
@media screen and (max-width : 768px) {
  .nav_fixed_area.is-bottom .nav_fixed_btns .--btn {
    font-size: 15px;
    min-height: 42px;
  }
}
@media screen and (max-width: 568px) {
  .nav_fixed_area.is-bottom .nav_fixed_btns .--btn {
        width: calc((100% - 4vw) / 3);
        font-size: 0.6rem;
  }
}

@media screen and (max-width : 768px) {
  #eyefulhome {
    overflow: clip;
  }
}
