@charset "utf-8";

/* ======================================================
 * parts_pc.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Elements >>> Text
 * - Elements >>> List
 * - Elements >>> Link
 * - Elements >>> Image
 * - Elements >>> Other
 * - Conditional Elements >>> Heading
 * - Conditional Elements >>> Navi
 * - Layout >>> Table
 * - Layout >>> Column
 * - Layout >>> Box
 * - Layout >>> Other
 * - Components
 * - Clearfix
====================================================== */

/* ------------------------------------------------------
 * Common
------------------------------------------------------ */
/* ------------------------------------------------------
 * Elements >>> Text
------------------------------------------------------ */
/* ----- text-paragraph ----- */
.text-paragraph {
  margin-top: 1em !important;
}
.text-paragraph-v2 {
  margin-top: 2em !important;
}
/* ----- text-lead ----- */
.text-lead {
  margin-top: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
.text-lead-v2 {
  margin-top: 1em;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
}
/* ----- text-size ----- */
.text-size-lv01 {
  font-size: 28px;
  font-size: 2.8rem;
}
.text-size-lv02 {
  font-size: 24px;
  font-size: 2.4rem;
}
.text-size-lv03 {
  font-size: 22px;
  font-size: 2.2rem;
}

/* ------------------------------------------------------
 * Elements >>> List
------------------------------------------------------ */
[class*="list-note"],
[class*="list-bullet"],
[class*="list-order"] {
  margin-top: 1em;
}
[class*="list-note"] > li,
[class*="list-bullet"] > li,
[class*="list-order"] > li {
  margin-top: .5em;
}
[class*="list-note"] > li:first-child,
[class*="list-bullet"] > li:first-child,
[class*="list-order"] > li:first-child {
  margin-top: 0;
}
[class*="list-"].is-nest {
    margin: .5em 0 .75em;
}
/* ----- list-note ----- */
[class*="list-note"] {
  font-size: 14px;
  font-size: 1.4rem;
}
.list-note > li {
  position: relative;
  padding-left: 1.1em;
}
.list-note > li > .list_mark {
  position: absolute;
  top: 0;
  left: 0;
}
.list-note.gp-al-right > li > .list_mark,
.list-note.gp-al-center > li > .list_mark {
  position: static;
}
/* ----- list-note-order ----- */
.list-note-order > li {
  position: relative;
  padding-left: 2.4em;
}
.list-note-order > li > .list_mark {
  position: absolute;
  top: 0;
  left: 0;
}
/* ----- list-bullet ----- */
.list-bullet > li {
  position: relative;
  padding-left: 20px;
}
.list-bullet > li::before {
  content: "";
  position: absolute;
  top: .6em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0096e0;
}
/* ----- list-bullet-v2 ----- */
.list-bullet-v2 > li {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  font-size: 1.4rem;
}
.list-bullet-v2 > li::before {
  content: "";
  position: absolute;
  top: .65em;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #999999;
}
/* ----- list-order ----- */
.list-order > li {
  position: relative;
  padding-left: 25px;
  line-height: 1.5;
}
.list-order > li > .list_mark {
  position: absolute;
  top: 0;
  left: 0;
  color: #0096e0;
  font-weight: 500;
}
/* ----- list-order-v2 ----- */
.list-order-v2 > li {
  position: relative;
  padding-left: 35px;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem;
}
.list-order-v2 > li > .list_mark {
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: -0.04em;
}
/* ----- list-order-v3 ----- */
.list-order-v3 > li {
  position: relative;
  padding-left: 25px;
  line-height: 1.5;
}
.list-order-v3 > li > .list_mark {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
}
/* ------------------------------------------------------
 * Elements >>> Link
------------------------------------------------------ */
/* ----- link-inline ----- */
a.link-inline {
  text-decoration: underline;
}
a.link-inline:hover {
  text-decoration: none;
}
a.link-inline[target="_blank"]:after,
a.link-inline[href$=".pdf"]:after,
a.link-inline[href$=".PDF"]:after {
  margin: 0 8px;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}
a.link-inline[target="_blank"]:after {
  width: 13px;
  height: 11px;
  background-image: url(/common/img/com_link_blank_ic02.png);
}
a.link-inline[href$=".pdf"]:after,
a.link-inline[href$=".PDF"]:after {
  width: 16px;
  height: 16px;
  background-image: url(/common/img/com_link_pdf_ic01.png);
}
a span.link-inline {
  color: #0096e0;
  text-decoration: underline;
}
a:hover span.link-inline {
  text-decoration: none;
}
a[target="_blank"] span.link-inline:after,
a[href$=".pdf"] span.link-inline:after,
a[href$=".PDF"] span.link-inline:after {
  margin: 0 8px;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}
a[target="_blank"] span.link-inline:after {
  width: 13px;
  height: 11px;
  background-image: url(/common/img/com_link_blank_ic02.png);
}
a[href$=".pdf"] span.link-inline:after,
a[href$=".PDF"] span.link-inline:after {
  width: 16px;
  height: 16px;
  background-image: url(/common/img/com_link_pdf_ic01.png);
}
/* ----- link-text ----- */
[class*="link-text"] {
  margin-top: 1em;
}
[class*="link-text"] > li + li {
  margin-top: 0.2em;
}
.link-text > li > a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: background-color, border-color, color, .2s ease-out 0s;
  transition: background-color, border-color, color, .2s ease-out 0s;
}
.link-text > li > a:hover {
  color: #0096e0;
  text-decoration: underline;
}
.link-text > li > a:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.1em;
  width: 7px;
  height: 13px;
  margin-left: 8px;
  background-image: url(/common/img/com_link_ic02.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.link-text > li > a[target="_blank"]:after {
  width: 13px;
  height: 11px;
  background-image: url(/common/img/com_link_blank_ic02.png);
}
.link-text > li > a[href$=".pdf"]:after,
.link-text > li > a[href$=".PDF"]:after {
  width: 16px;
  height: 16px;
  background-image: url(/common/img/com_link_pdf_ic01.png);
}
.link-text > li > a.a-print:after {
  top: 0.3em;
  width: 19px;
  height: 21px;
  background-image: url(/common/img/com_link_print_ic01.png);
}
.link-text > li > a.a-rss:after {
  top: 0.05em;
  width: 13px;
  height: 13px;
  background-image: url(/common/img/com_link_rss_ic01.png);
}
/* ----- link-button ----- */
[class*="link-button"] {
  margin-top: 1.5em;
}
[class*="link-button"] > li + li {
  margin-top: 22px;
}
[class*="link-button"] .link_label {
  display: inline-block;
}
[class*="link-button"][data-row-pc] > li > a{
  width: 100%;
}
/* ----- link-button ----- */
.link-button > li > a {
  display: inline-block;
  position: relative;
  min-width: 170px;
  max-width: 100%;
  padding: 14px 45px 14px 30px;
  line-height: 1.3;
  color: #444444;
  text-align: left;
  border: 1px solid #0096e0;
  background-color: #fff;
  text-decoration: none;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
.link-button > li > a:hover {
  opacity: 0.7;
}
.link-button.type-02 > li > a:hover {
  opacity: 1.0;
  color: #0096e0;
}
.link-button.type-02 > li > a:hover > .link_label {
  text-decoration: underline;
}
.link-button > li > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 7px;
  height: 13px;
  margin-top: -5px;
  background: url(/common/img/com_link_ic02.png) no-repeat;
  background-size: 100% auto;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
.link-button > li > a[target="_blank"]:after {
  right: 20px;
  width: 13px;
  height: 11px;
  margin-top: -6px;
  background-image: url(/common/img/com_link_blank_ic02.png);
}
.link-button > li > a[href$=".pdf"]:after,
.link-button > li > a[href$=".PDF"]:after {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-image: url(/common/img/com_link_pdf_ic01.png);
}
.link-button > li > a.a-print:after {
  width: 19px;
  height: 21px;
  margin-top: -10px;
  background-image: url(/common/img/com_link_print_ic01.png);
}
.link-button > li.is-qa > a,
.link-button > li.is-mail > a {
  min-width: 240px;
  padding: 13px 60px 15px 60px;
  text-align: center;
}
.link-button > li.is-qa > a:before,
.link-button > li.is-qa > a:after,
.link-button > li.is-mail > a:before,
.link-button > li.is-mail > a:after  {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.link-button > li > a:before {
  left: 20px;
}
.link-button > li.is-qa > a:before {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: url(/common/img/com_link_qa_ic01.png) no-repeat;
  background-size: 100% auto;
}
.link-button > li.is-mail > a:before {
  width: 30px;
  height: 22px;
  margin-top: -11px;
  background: url(/common/img/com_link_mail_ic01.png) no-repeat;
  background-size: 100% auto;
}
.link-button > li.no-link {
  padding: 14px 30px;
  line-height: 1.3;
  color: #444444;
  text-align: left;
  border: 1px solid #0096e0;
  background-color: #fff;
}
/* ----- link-button-v2 ----- */
.link-button-v2 > li > a {
  display: inline-block;
  position: relative;
  min-width: 170px;
  max-width: 100%;
  padding: 15px 45px 15px 30px;
  line-height: 1.3;
  color: #ffffff;
  text-align: left;
  background-color: #0096e0;
  text-decoration: none;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
.link-button-v2 > li > a:hover {
  opacity: 0.7;
}
.link-button-v2 > li > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 7px;
  height: 13px;
  margin-top: -5px;
  background: url(/common/img/com_link_ic03.png) no-repeat;
  background-size: 100% auto;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
.link-button-v2 > li > a[target="_blank"]:after {
  right: 20px;
  width: 13px;
  height: 11px;
  margin-top: -6px;
  background-image: url(/common/img/com_link_blank_ic03.png);
}
.link-button-v2 > li > a[href$=".pdf"]:after,
.link-button-v2 > li > a[href$=".PDF"]:after {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-image: url(/common/img/com_link_pdf_ic01.png);
}
/* ------------------------------------------------------
 * Elements >>> Image
------------------------------------------------------ */
/* ----- image- ----- */
.image-set {
  margin-top: 36px;
}
.image-set .image_inner {
  display: block;
}
.image-set .image_inner .image_caption {
  margin-top: .3em;
}
.image-set + .table-layout {
  margin-top: 1.2em;
}
.inline-img {
  display: inline-block;
  position: relative;
  top: -0.25em;
  padding-right: 5px;
}

/* ------------------------------------------------------
 * Elements >>> Other
------------------------------------------------------ */
/* ----- line-layout ----- */

/* ----- ruled-line----- */
.ruled-line-v1 {
  margin: 1.5em 0;
  border-top: 1px solid #e0e0e0;
}
section + .ruled-line-v1 {
  margin-top: 3em;
}
.ruled-line-v1 + * {
  margin-top: 1.5em;
}
/* ----- video----- */
.video_box01 {
  text-align: center;
}
.video_box01 video{
  max-width: 100%;
  border: 2px solid #000;
}
/* ------------------------------------------------------
 * Conditional Elements >>> Heading
------------------------------------------------------ */
.heading-lv1-v2 + *,
.heading-lv1-v2 + section > .heading-lv2 {
  margin-top: 2em !important;
}
.heading-lv2 + * {
  margin-top: 2em !important;
}
.heading-lv3 + * {
  margin-top: 2em !important;
}
.heading-lv4 + * {
  margin-top: 1.5em !important;
}
.heading-lv5 + * {
  margin-top: 1em !important;
}
.heading-lv2 .block,
.heading-lv3 .block,
.heading-lv4 .block {
  display: block;
  text-decoration: none;
}
/* 見出し 色 */
.heading-lv2 .heading_title,
.heading-lv3 .heading_title,
.heading-lv4 .heading_title {
  color: #444;
}
.heading-lv2 a.block .heading_title,
.heading-lv3 a.block .heading_title,
.heading-lv4 a.block .heading_title {
  -webkit-transition: background-color, border-color, color, .2s ease-out 0s;
  transition: background-color, border-color, color, .2s ease-out 0s;
}
.heading-lv2 a.block:hover .heading_title,
.heading-lv3 a.block:hover .heading_title,
.heading-lv4 a.block:hover .heading_title {
  color: #0096e0;
}
/* 別窓リンク PDFリンク */
.heading-lv2 a.block[target="_blank"] .heading_title:after,
.heading-lv3 a.block[target="_blank"] .heading_title:after,
.heading-lv4 a.block[target="_blank"] .heading_title:after  {
  width: 13px;
  height: 11px;
  background-image: url(/common/img/com_link_blank_ic02.png);
}
.heading-lv2 a.block[href$=".pdf"] .heading_title:after,
.heading-lv3 a.block[href$=".pdf"] .heading_title:after,
.heading-lv4 a.block[href$=".pdf"] .heading_title:after {
  width: 16px;
  height: 16px;
  background-image: url(/common/img/com_link_pdf_ic01.png);
}

/* ----- heading-lv1 ----- */
.heading-lv1 {
  /*background-image: url(/common/img/pagehead/com_head_bg01.jpg);*/
  background-color: #ebebeb;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.heading-lv1.is-csr {
  background-image: url(/common/img/pagehead/csr_head_bg01.jpg);
}
.heading-lv1.is-csr .heading_title .heading_maintitle + .heading_subtitle {
	letter-spacing: -0.05em;
}
.heading-lv1.is-sustainability {
  background-image: url(/common/img/pagehead/sustainability_head_bg01.jpg);
}
.heading-lv1.is-sustainability .heading_title .heading_maintitle + .heading_subtitle {
	letter-spacing: -0.05em;
}
.heading-lv1.is-sustainability-v2 {
  background-image: url(/common/img/pagehead/sustainability_head_bg02.jpg);
}
.heading-lv1.is-sustainability-v2 .heading_title .heading_maintitle + .heading_subtitle {
	letter-spacing: -0.05em;
}
.heading-lv1.is-interview {
  background-image: url(/common/img/pagehead/interview_head_bg01.jpg);
}
.heading-lv1 .heading_title {
  display: table;
  width: 1200px;
	height: 300px;
  min-height: 300px;
  margin: 0 auto;
  padding: 20px 0;
  table-layout: fixed;
}
.heading-lv1 .heading_title > * {
  display: table-cell;
  vertical-align: middle;
}
.heading-lv1 .heading_title .heading_maintitle {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 500;
}
.heading-lv1 .heading_title .heading_maintitle + .heading_subtitle {
  margin-left: 20px;
  width: 510px;
  min-width: 510px;
}
.heading-lv1 .heading_title .heading_subtitle {
  font-size: 16px;
  font-size: 1.6rem;
  color: #0096e0;
  font-weight: 500;
}
/* ----- heading-lv1-v2 ----- */
/*.contents > section:first-child > .heading-lv1-v2 {
  margin-top: -12px !important;
}*/
.heading-lv1-v2 {
  margin-top: 2em;
}
.heading-lv1-v2 .heading_title {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.05em;
}
.heading-lv1-v2 .heading_shoulder {
  font-size: 16px;
  font-size: 1.6rem;
}
.heading-lv1-v2 .heading_subtitle {
  margin-top: 2px;
  font-size: 18px;
  font-size: 1.8rem;
}
.heading-lv1-v2 .heading_lead {
  margin-top: 2px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #e6002d;
}
/* ----- heading-lv2 ----- */
.heading-lv2 {
  position: relative;
  margin-top: 2em;
  border-bottom: 2px solid #e0e0e0;
  line-height: 1.2;
}
.heading-lv2 > .block {
  padding-bottom: 16px;
}
.heading-lv2::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 200px;
  height: 2px;
  background-color: #0096e0;
  content: "";
}
.heading-lv2 .heading_title {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
}
.heading-lv2 .heading_title .heading_title_capacity {
  position: relative;
  top: -0.1em;
  font-size: 20px;
  font-size: 2.0rem;
}
.heading-lv2 a.block .heading_title:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.1em;
  width: 11px;
  height: 18px;
  margin-left: 13px;
  background-image: url(/common/img/com_link_ic02.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
/* ----- heading-lv3 ----- */
.heading-lv3 {
  position: relative;
  margin-top: 2em;
  line-height: 1.3;
}
.heading-lv3 > .block {
  padding: 10px 20px 14px;
  background: url(/common/img/com_bg01.jpg);
}
.heading-lv3 .heading_title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
}
.heading-lv3 .heading_title .heading_title_capacity {
  position: relative;
  top: -0.1em;
  font-size: 14px;
  font-size: 1.4rem;
}
.heading-lv3 a.block .heading_title:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.1em;
  width: 7px;
  height: 12px;
  margin-left: 13px;
  background-image: url(/common/img/com_link_ic02.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
/* ----- heading-lv4 ----- */
.heading-lv4 {
  position: relative;
  margin-top: 1.5em;
  padding-left: 25px;
}
.heading-lv4:before {
  position: absolute;
  top: 0.7em;
  left: 0;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #0096e0;
}
.heading-lv4 .heading_title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
.heading-lv4 .heading_title .heading_title_capacity {
  position: relative;
  top: -0.1em;
  font-size: 14px;
  font-size: 1.4rem;
}
.heading-lv4 a.block .heading_title:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.1em;
  width: 7px;
  height: 12px;
  margin-left: 13px;
  background-image: url(/common/img/com_link_ic02.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
/* ----- heading-lv5 ----- */
.heading-lv5 {
  position: relative;
  margin-top: 1em;
  padding-left: 25px;
}
.heading-lv5:before {
  position: absolute;
  top: 0.9em;
  left: 0;
  content: "";
  width: 12px;
  height: 2px;
  background-color: #0096e0;
}
.heading-lv5 .heading_title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
.bg_blue {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 10px 20px 14px;
  background-color: #e5f3ff;
}

/* ------------------------------------------------------
 * Conditional Elements >>> Navi
------------------------------------------------------ */
/* ----- navi-index ----- */
.navi-index > .navi_item {
  position: relative;
  margin-top: 36px;
}
[class*="navi-index"] > .navi_item > *:first-child,
[class*="navi-index"] .block > *:first-child {
    margin-top: 0 !important;
}
.navi-index > .navi_item > .block {
  display: block;
  height: 100%;
  padding: 25px 30px;
  border: 1px solid #0096e0;
  background-color: #fff;
  color: #666;
  text-decoration: none;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
.navi-index .navi_title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  padding-bottom: 15px;
  font-weight: 500;
  border-bottom: 1px solid #e0e0e0;
}
.navi-index .navi_title_2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 500;
}
.navi-index a.block:hover {
  opacity: 0.7;
  color: #0096e0;
}
.navi-index a.block .navi_title:after,
.navi-index a.block .navi_title_2:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.1em;
  width: 7px;
  height: 12px;
  margin-left: 13px;
  background-image: url(/common/img/com_link_ic02.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transition: all .1s ease-out 0s;
  transition: all .1s ease-out 0s;
}
.navi-index a.block[target="_blank"] .navi_title:after,
.navi-index a.block[target="_blank"] .navi_title_2:after {
  width: 13px;
  height: 11px;
  background-image: url(/common/img/com_link_blank_ic02.png);
}
.navi-index a.block[href$=".pdf"] .navi_title:after,
.navi-index a.block[href$=".PDF"] .navi_title:after,
.navi-index a.block[href$=".pdf"] .navi_title_2:after,
.navi-index a.block[href$=".PDF"] .navi_title_2:after {
  width: 16px;
  height: 16px;
  background-image: url(/common/img/com_link_pdf_ic01.png);
}
.navi-index .navi_title + * {
  margin-top: 20px !important;
}

/* ----- navi-anchor ----- */
.navi-anchor .navi_inner[data-count-pc="2"] > li { width: calc((100% - 20px)/2);}
.navi-anchor .navi_inner[data-count-pc="3"] > li { width: calc((100% - 42px)/3);}
.navi-anchor .navi_inner[data-count-pc="4"] > li { width: calc((100% - 60px)/4);}
.navi-anchor .navi_inner[data-count-pc="5"] > li { width: calc((100% - 80px)/5);}
.navi-anchor .navi_inner[data-count-pc="2"] > li:nth-child(-n+2),
.navi-anchor .navi_inner[data-count-pc="3"] > li:nth-child(-n+3),
.navi-anchor .navi_inner[data-count-pc="4"] > li:nth-child(-n+4),
.navi-anchor .navi_inner[data-count-pc="5"] > li:nth-child(-n+5) {
  margin-top: 0 !important;
}
.navi-anchor .navi_inner[data-count-pc="2"] > li:nth-child(2n),
.navi-anchor .navi_inner[data-count-pc="3"] > li:nth-child(3n),
.navi-anchor .navi_inner[data-count-pc="4"] > li:nth-child(4n),
.navi-anchor .navi_inner[data-count-pc="5"] > li:nth-child(5n) {
  border-right: none;
  margin-right: 0 !important;
}
.navi-anchor {
  margin-top: 2em;
}
.navi-anchor .navi_inner > li {
  float: left;
  margin-top: 10px;
  padding-right: 20px;
  margin-right: 20px !important;
  border-right: 1px solid #ccc;
}
.navi-anchor .navi_inner > li:last-child {
  border-right: none;
}
.navi-anchor .navi_inner > li > a {
  display: block;
  text-decoration: none;
}
.navi-anchor .navi_inner > li > a > .navi_label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  color: #444;
  -webkit-transition: background-color, border-color, color, .2s ease-out 0s;
  transition: background-color, border-color, color, .2s ease-out 0s;
}
.navi-anchor .navi_inner > li > a > .navi_label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 13px;
  height: 8px;
  margin-top: -4px;
  background: url(/common/img/com_link_anc_ic01.png) no-repeat;
  background-size: 100% auto;
}
.navi-anchor .navi_inner > li > a:hover > .navi_label {
  color: #0096e0;
  text-decoration: underline;
}

/* ------------------------------------------------------
 * Conditional Elements >>> Navi
------------------------------------------------------ */
/* ------------------------------------------------------
 * Layout >>> Table
------------------------------------------------------ */
/* ----- table-layout ----- */
.table-layout {
  margin-top: 2.5em;
}
.table-layout.is-size-v1 {
  font-size: 14px;
  font-size: 1.4rem;
}
.table-layout .table_inner {
  width: 100%;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  table-layout: fixed;
}
.table-layout .table_inner.no-bdt {
  border-top: none;
}
.table-layout caption {
  margin-bottom: 1em;
  text-align: left;
}
.table-layout caption > *:first-child {
  margin-top: 0 !important;
}
.table-layout caption > *:last-child {
  margin-bottom: 0 !important;
}
.table-layout .table_title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: left;
}
.table-layout th,
.table-layout td {
  padding: 9px 17px 8px 18px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background-color: #fff;
  text-align: left;
  vertical-align: middle;
}
.table-layout th {
  font-weight: 500;
}
.table-layout td {
}
.table-layout .cell-style1 {
  background-color: #005bac;
  color: #fff;
}
.table-layout th.cell-style1 {
  font-weight: 500;
}
.table-layout .cell-style2 {
  background-color: #005bac;
  color: #fff;
}
.table-layout .cell-style3 {
  background-color: #ebf8ff;
}
.table-layout .cell-style4 {
  background-color: #0096e0;
  border-left: none;
  border-right: none;
  border-top: none;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
}
.table-layout .cell-style5 {
  background-color: #0096e0;
  color: #fff;
}
.table-layout .cell-style6 {
  background-color: #fff0d8;
}
.table-layout th.cell-style2 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}
.table-layout.is-size-v1 th {
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 7px;
  padding-right: 7px;
}
.table-layout.is-size-v1 td {
  padding-left: 0;
  padding-right: 0;
}
.table-layout .no-btl {
  border-left: none !important;
}
.table-layout.is-stripe-horizontal tbody > tr:nth-child(odd)  > * { background-color: #fff; }
.table-layout.is-stripe-horizontal tbody > tr:nth-child(even) > * { background-color: #f6f6f6; }
.table-layout th > *:first-child,
.table-layout td > *:first-child,
.table-layout th > section:first-child > [class*="heading-lv"],
.table-layout td > section:first-child > [class*="heading-lv"] {
  margin-top: 0 !important;
}

/* ------------------------------------------------------
 * Layout >>> Grid
------------------------------------------------------ */
[data-row-pc]:not([data-row-pc="1"]) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
[data-row-pc]:not([data-row-pc="1"]).is-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;/* IE10 */
  -ms-justify-content: center;
  justify-content: center;
}
[data-row-pc]:not([data-row-pc="1"]).is-center a {
  text-align: center;
}
[data-row-pc]:not([data-row-pc="1"]) {
  margin-top: 36px;
}
[data-row-pc]:not([data-row-pc="1"]) > * {
  margin-top: 36px;
  margin-left: 36px;
}
[data-row-pc]:not([data-row-pc="1"]) > * > *:first-child,
[data-row-pc]:not([data-row-pc="1"]) > * > section:first-child > *:first-child {
  margin-top: 0 !important;
}
[data-row-pc="auto"] > * {
  margin-top: 0 !important;
  margin-right: 36px;
  margin-bottom: .5em;
  margin-left: 0 !important;
}
[data-row-pc="2"] > *:nth-child(2n+1),
[data-row-pc="3"] > *:nth-child(3n+1),
[data-row-pc="4"] > *:nth-child(4n+1),
[data-row-pc="5"] > *:nth-child(5n+1),
[data-row-pc="6"] > *:nth-child(6n+1) {
  clear: left;
  margin-left: 0 !important;
}
[data-row-pc="1"] > *:first-child,
[data-row-pc="2"] > *:nth-child(-n+2),
[data-row-pc="3"] > *:nth-child(-n+3),
[data-row-pc="4"] > *:nth-child(-n+4),
[data-row-pc="5"] > *:nth-child(-n+5),
[data-row-pc="6"] > *:nth-child(-n+6) {
  margin-top: 0 !important;
}
[data-row-pc="2"] > * {
  width: calc((100% - 36px) / 2);
}
[data-row-pc="3"] > * {
  width: calc((100% - 72px) / 3);
}
[data-row-pc="4"] > * {
  width: calc((100% - 108px) / 4);
}
[data-row-pc="5"] > * {
  width: calc((100% - 144px) / 5);
}
[data-row-pc="6"] > * {
  width: calc((100% - 180px) / 6);
}
.column_item > *:first-child {
  margin-top: 0 !important;
}
/* ------------------------------------------------------
 * Layout >>> Column
------------------------------------------------------ */
/* ----- column-layout ----- */
.column-layout.is-border-v2 > .column_item {
  padding-bottom: 25px;
  border-bottom: 1px solid #dddddd;
}
.column-layout.is-border-v2 > .column_item:nth-child(-n+2) {
  padding-top: 22px;
  border-top: 1px solid #dddddd;
}
[data-row-pc].is-border-v2:not([data-row-pc="1"]) > * {
  margin-top: 22px;
}
/* ----- column-media ----- */
[class*="column-media"] > [class*="column_"] > *:first-child,
[class*="column-media"] > [class*="column_"] > section:first-child > [class*="heading-lv"] {
  margin-top: 0 !important;
}
.column-media {
  margin-top: 2.5em;
}
.column-media[data-media-size="1/2"] > .column_image { width: calc((100% - 36px) / 2); }
.column-media[data-media-size="1/3"] > .column_image { width: calc((100% - 72px) / 3); }
.column-media[data-media-size="1/4"] > .column_image { width: calc((100% - 108px) / 4); }
.column-media > .column_image[data-image="right"] {
  float: right;
  margin-left: 36px;
}
.column-media > .column_image[data-image="left"] {
  float: left;
  margin-right: 36px;
}
.column-media > .column_image[data-image] > .image-set .image_caption {
  margin-top: 3px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: .25em;
}
.column-media > .column_detail[data-wraparound="false"] {
  overflow: hidden;
}

/* ------------------------------------------------------
 * Layout >>> Box
------------------------------------------------------ */
.box-layout .box_detail > *:first-child,
.box-layout .box_detail > seciton:first-child > *:first-child,
.box-layout-v2 .box_detail > *:first-child,
.box-layout-v2 .box_detail > seciton:first-child > *:first-child,
.box-layout-v3 .box_detail > *:first-child,
.box-layout-v3 .box_detail > seciton:first-child > *:first-child {
  margin-top: 0 !important;
}
/* ----- box-layout ----- */
.box-layout {
  margin-top: 2.5em;
  border: 1px solid #dddddd;
}
.box-layout .box_title {
  font-size: 20px;
  font-size: 2.0rem;
  color: #444444;
  font-weight: 500;
}
.box-layout .box_title > .block {
  display: block;
  padding: 13px 29px 12px;
  background: url(/common/img/com_bg01.jpg);
}
.box-layout .box_detail {
  padding: 25px 30px;
}
/* ----- box-layout-v2 ----- */
.box-layout-v2 {
  margin-top: 2.5em;
  border-top: 2px solid #005bac;
  padding: 14px 30px 30px;
  background-color: #ebf5ff;
}
.box-layout-v2 > *:first-child {
  margin-top: 0 !important;
}
.box-layout-v2 .box_title {
  font-size: 24px;
  font-size: 2.4rem;
  color: #444444;
  font-weight: 500;
}
.box-layout-v2 .box_detail {
  margin-top: 13px;
  padding: 13px 18px 18px;
  background-color: #fff;
}
.box-layout-v2 .box_lead {
  font-size: 18px;
  font-size: 1.8rem;
  color: #005bac;
  font-weight: 500;
}
.box-layout-v2 .box_text {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 7px;
}
.box-layout-v2 .cta-layout {
  margin-top: 4px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align:center; /* IE10 */
  -ms-align-items: center;
  align-items: center;
}
.box-layout-v2 .cta-layout .cta_tel span {
  position: relative;
  padding-left: 60px;
}
.box-layout-v2 .cta-layout .cta_tel span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  background: url(/common/img/com_link_tel_ic01.png) no-repeat;
  background-size: 100% auto;
}
.box-layout-v2 .cta-layout .cta_tel,
.box-layout-v2 .cta-layout .cta_tel a {
  font-size: 30px;
  font-size: 3.0rem;
  text-align: right;
  font-weight: 500;
}
.box-layout-v2 .cta-layout .cta_mail {
  position: relative;
  padding-left: 60px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
}
.box-layout-v2 .cta-layout .cta_mail:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  background: url(/common/img/com_link_mail_ic02.png) no-repeat;
  background-size: 100% auto;
}
.box-layout-v2 .cta-layout .cta_mail a {
  color: #444444;
  text-decoration: none;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
.box-layout-v2 .cta-layout .cta_mail a:hover {
  color: #0096e0;
}
/* ----- box-layout-v3 ----- */
.box-layout-v3 {
  margin-top: 2.5em;
  padding: 13px 20px 15px;
  background-color: #fff;
  border: 3px solid #e0e0e0;
}
.box-layout-v3 .box_title {
  position: relative;
}
.box-layout-v3 .box_title > .block {
  position: relative;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  color: #444444;
  font-weight: 500;
}
.box-layout-v3 .box_title > .box-utility {
  position: absolute;
  top: 0;
  right: 0;
}
.box-layout-v3 .box_title > .box-utility > *:first-child {
  margin-top: 0 !important;
}
.box-layout-v3 .box_detail {
  margin-top: 5px;
}

/* ------------------------------------------------------
 * Layout >>> Other
------------------------------------------------------ */
/* ----- accordion-layout ----- */
.accordion-layout {
  margin-top: 2.5em;
  border: 1px solid #dddddd;
}
.accordion_panel > *:first-child {
  margin-top: 0 !important;
}
.accordion_panel > *:last-child{
  margin-bottom: 0 !important;
}
.accordion-layout .accordion_label {
  cursor: pointer;
  display: block;
  padding: 23px 80px 22px 74px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
.accordion-layout .accordion_label:before,
.accordion-layout .accordion_label:after {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 20px;
  height: 2px;
  margin-top: -1px;
  background-color: #0096e0;
  content: "";
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
.accordion-layout .accordion_label:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion-layout > .accordion_trigger.is-active .accordion_label::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.accordion-layout > .accordion_trigger,
.accordion-layout > .accordion_panel {
  position: relative;
}
.accordion-layout > .accordion_trigger {
  background: url(/common/img/com_bg01.jpg);
}
.accordion-layout > .accordion_panel {
  padding: 23px 40px 25px 74px;
  border-top: 1px solid #cecfc7;
}
.accordion-layout > .accordion_trigger:before,
.accordion-layout > .accordion_panel:before {
  content: "";
  position: absolute;
  left: 27px;
  width: 20px;
  height: 30px;
  background: url(/common/img/com_qa_ic01.png) no-repeat;
  background-size: 40px auto;
}
.accordion-layout > .accordion_trigger:before {
  top: 50%;
  margin-top: -15px;
}
.accordion-layout > .accordion_panel:before {
  top: 27px;
  background-position: right top;
}
/* ----- accordion-layout type-sidenav ----- */
.accordion-layout.type-sidenav {
  margin-top: 0;
  border: none;
}
.accordion-layout.type-sidenav .accordion_label {
  padding: 13px 40px 14px 15px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.75;
}
.accordion-layout.type-sidenav > .accordion_trigger {
  background: none;
}
.accordion-layout.type-sidenav > .accordion_trigger:before {
  content: none;
}
.accordion-layout.type-sidenav .accordion_label:before,
.accordion-layout.type-sidenav .accordion_label:after {
  right: 10px;
}
.accordion-layout.type-sidenav > .accordion_panel {
  padding: 0;
}
.accordion-layout.type-sidenav > .accordion_panel:before {
  content: none;
}
.accordion-layout.type-sidenav > .accordion_panel li > a {
  position: relative;
  display: block;
  padding: 13px 15px 14px 40px;
  color: #444444;
  text-decoration: none;
  font-size: 15px;
  font-size: 1.5rem;
}
.accordion-layout.type-sidenav > .accordion_panel li > a:before {
  content: "";
  position: absolute;
  top: 26px;
  left: 20px;
  width: 12px;
  height: 2px;
  background-color: #0096e0;
}
.accordion-layout.type-sidenav:not(:last-child),
.accordion-layout.type-sidenav > .accordion_panel li:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}
/* ----- tab-layout ----- */
[data-tab-pc-row] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
[data-tab-pc-row] > * {
  margin-left: 18px;
}
[data-tab-pc-row="2"] > *:nth-child(2n+1),
[data-tab-pc-row="3"] > *:nth-child(3n+1),
[data-tab-pc-row="4"] > *:nth-child(4n+1),
[data-tab-pc-row="5"] > *:nth-child(5n+1) {
  clear: left;
  margin-left: 0 !important;
}
[data-tab-pc-row="2"] > *:nth-child(-n+2),
[data-tab-pc-row="3"] > *:nth-child(-n+3),
[data-tab-pc-row="4"] > *:nth-child(-n+4),
[data-tab-pc-row="5"] > *:nth-child(-n+5) {
  margin-top: 0 !important;
}
[data-tab-pc-row="2"] > * {
  width: calc((100% - 18px) / 2);
}
[data-tab-pc-row="3"] > * {
  width: calc((100% - 36px) / 3);
}
[data-tab-pc-row="4"] > * {
  width: calc((100% - 54px) / 4);
}
[data-tab-pc-row="5"] > * {
  width: calc((100% - 72px) / 5);
}
.tab-layout {
  margin-top: 2.5em;
}
.tab-layout .tab_navi .tab_list > li > a {
  display: block;
  padding: 14px 0px 16px;
  color: #666666;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
  text-decoration: none;
  outline: 0 !important;
}
.tab-layout .tab_navi .tab_list > li > a:hover,
.tab-layout .tab_navi .tab_list > li.is-current > a {
  color: #0096e0;
  border-bottom: 1px solid #0096e0;
}
.tab-layout .tab_detail {
  margin-top: 2em;
}
.tab-layout .tab_detail > *:first-child,
.tab-layout .tab_detail > section:first-child > *:first-child {
  margin-top: 0 !important;
}

.tab-layout .tab_navi.type-upper {
  margin-bottom: 60px;
}
.tab-layout .tab_navi.type-upper .tab_list {
  border-bottom: 1px solid #0096e0;
}
.tab-layout .tab_navi.type-upper .tab_list > li {
  position: relative;
  bottom: -1px;
}
.tab-layout .tab_navi.type-upper .tab_list > li > a {
  border: none;
  border-top: 3px solid transparent;
  border-bottom: 1px solid transparent;
}
.tab-layout .tab_navi.type-upper .tab_list > li.is-current > a {
  color: #0096e0;
  border-top: 3px solid #0096e0;
  border-right: 1px solid #0096e0;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #0096e0;
}
.tab-layout .tab_navi.type-lower {
  margin-top: 60px;
}
.tab-layout .tab_navi.type-lower .tab_list {
  border-top: 1px solid #0096e0;
}
.tab-layout .tab_navi.type-lower .tab_list > li {
  position: relative;
  top: -1px;
}
.tab-layout .tab_navi.type-lower .tab_list > li > a {
  border: none;
  border-top: 1px solid transparent;
  border-bottom: 3px solid transparent;
}
.tab-layout .tab_navi.type-lower .tab_list > li.is-current > a {
  color: #0096e0;
  border-top: 1px solid #fff;
  border-right: 1px solid #0096e0;
  border-bottom: 3px solid #0096e0;
  border-left: 1px solid #0096e0;
}

/* ------------------------------------------------------
 * Components
------------------------------------------------------ */
/* ----- news-layout ----- */
.js-eir-news > .news-layout {
  margin-top: 0;
}
.js-eir-news .js-eir-target[data-news-count="3"] {
  min-height: 217px;
}
.news-layout {
  margin-top: 2.5em;
}
.news-layout .block {
	display: block;
  padding: 15px 0;
  outline: none;
}
.news-layout .news_property {
	display: block;
}
body[data-category="news"] .news-layout .news_article .news_title,
body[data-category="news"] .news-layout .news_article .news_title + p {
  padding-left: 9em;
}
.news-layout .news_date {
  display: inline-block;
  min-width: 9em;
  white-space: nowrap;
  vertical-align: middle;
}
.news-layout [class*="news_icon"] {
  display: inline-block;
  position: relative;
  margin-right: 23px;
  padding-bottom: 1px;
  color: #005bac;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
.news-layout .news_article .news_title .news_txt {
  position: relative;
  display: inline-block;
  color: #333333;
  text-decoration: none;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
.news-layout .news_article .news_title a.news_txt:hover {
  color: #0096e0;
  text-decoration: underline;
}
.news-layout .news_article .news_title a.news_txt:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  width: 7px;
  height: 12px;
  margin-left: 5px;
  background-image: url(/common/img/com_link_ic02.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
/* 別窓リンク PDFリンク */
.news-layout .news_article .news_title a.news_txt[target="_blank"]:after {
  width: 13px;
  height: 12px;
  background-image: url(/common/img/com_link_blank_ic02.png);
}
.news-layout .news_article .news_title a.news_txt.a-pdf:after,
.news-layout .news_article .news_title a.news_txt[href$=".pdf"]:after,
.news-layout .news_article .news_title a.news_txt[href$=".PDF"]:after {
  width: 16px;
  height: 16px;
  background-image: url(/common/img/com_link_pdf_ic01.png);
}
.news-layout[data-layout-pc="row"] .news_detail {
	display: block;
}
.news-layout[data-layout-pc="col"] .block {
  padding-top: 5px;
  padding-bottom: 5px;
}
.news-layout[data-layout-pc="col"] .news_detail {
	display: block;
}
.news-layout[data-layout-pc="col"] .news_detail > .news_property {
  float: left;
  min-width: 8em;
}
.news-layout[data-layout-pc="col"] .news_detail > .news_property > .news_icon {
  display: none;
}
.news-layout[data-layout-pc="col"] .news_detail > .news_property .news_date {
  display: block;
}
.news-layout[data-layout-pc="col"] .news_detail > .news_title {
  overflow: hidden;
}
/*.news-layout .news_article.is-new .news_title::after {
  margin-left: 10px;
  color: #fa1c38;
  font-weight: 700;
  content: "NEW";
}*/
/* calendar-type */
.news-layout.calendar-type[data-layout-pc="col"] .news_detail > .news_property {
  min-width: 6.5em;
}
.news-layout.calendar-type[data-layout-pc="col"] .news_detail > .news_property .news_date {
  min-width: 6.5em;
}
.news-layout.calendar-type .news_article .news_title a.news_txt:after {
  margin-left: 20px;
}
/* ----- article-news ----- */
.article-news {
  margin-top: 3em;
}
.article-news > *:first-child,
.article-news > section:first-child >*:first-child {
  margin-top: 0 !important;
}
.article-news .article_time {
  text-align: right;
}
/* ----- flow-layout ----- */
.flow-layout {
  margin-top: 2.5em;
}
.flow-layout .flow_list > li {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox; /* IE10 */
  display: flex;
  background: url(/common/img/com_bg01.jpg);
}
.flow-layout .flow_list > li:not(:last-child):before {
  content: "";
  position: absolute;
  left: 35px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #005bac transparent transparent;
}
.flow-layout .flow_list > li + li {
  margin-top: 10px;
}
.flow-layout .flow_icon {
  display: -webkit-flex;
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 90px;
  min-height: 90px;
  color: #fff;
  text-align: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;/* IE10 */
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align:center; /* IE10 */
  align-items: center;
  -webkit-flex-direction: column; /* Safari */
  -ms-flex-direction: column; /* IE10 */
  flex-direction: column;
  line-height: 1;
  background-color: #005bac;
}
.flow-layout .flow_icon > em {
  display: block;
  font-size: 30px;
  font-size: 3.0rem;
}
.flow-layout .flow_content {
  display: -webkit-flex;
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  -webkit-align-items: center;
  -ms-flex-align:center; /* IE10 */
  -ms-align-items: center;
  align-items: center;
}
.flow-layout .flow_icon + .flow_content {
  width: calc(100% - 90px);
}
.flow-layout .flow_content .flow_heading {
  width: 218px;
  padding: 0 35px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #005bac;
  text-align: center;
}
.flow-layout .flow_content .flow_heading em {
  font-weight: 500;
}
.flow-layout .flow_content .flow_detail {
  width: calc(100% - 218px);
  min-height: 50px;
  padding: 6px 38px 5px;
  border-left: 1px solid #e0e0e0;
}
/* ----- index-layout ----- */
.index-layout,
.index-layout-v2 {
  margin-top: 36px;
}
.index-layout > .index_item > .block,
.index-layout-v2 > .index_item > .block {
  text-decoration: none;
  outline: 0;
}
.index-layout > .index_item > .block > *:first-child,
.index-layout-v2 > .index_item > .block > .index_detail > *:first-child {
  margin-top: 0 !important;
}
.index-layout > .index_item > a.block:hover,
.index-layout-v2 > .index_item > a.block:hover {
  opacity: 0.8;
}
.index-layout > .index_item > a.block:hover .index_title,
.index-layout-v2 > .index_item > a.block:hover .index_title {
  color: #0096e0;
}
.index-layout > .index_item > .block {
  display: block;
}
.index-layout .index_image {
  margin-top: 10px;
}
.index-layout .index_title {
  margin-top: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #333333;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
.index-layout[data-row-pc="3"] .index_title {
  font-size: 18px;
  font-size: 1.8rem;
}
.index-layout[data-row-pc="3"] .index_title:after {
  top: -.05em;
}
.index-layout .index_title:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -.1em;
  width: 7px;
  height: 12px;
  margin-left: 7px;
  background-image: url(/common/img/com_link_ic02.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
/* 別窓リンク PDFリンク */
.index-layout a.block[target="_blank"] .index_title:after {
  width: 13px;
  height: 11px;
  background-image: url(/common/img/com_link_blank_ic02.png);
  background-size: 13px 11px;
}
.index-layout a.block[href$=".pdf"] .index_title:after,
.index-layout a.block[href$=".PDF"] .index_title:after {
  width: 16px;
  height: 16px;
  background-image: url(/common/img/com_link_pdf_ic01.png);
}
/* ----- index-layout-v2 ----- */
.index-layout-v2 > .index_item > .block {
  display: -webkit-flex;
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align:center; /* IE10 */
  -ms-align-items: center;
  align-items: center;
  background: url(/common/img/com_bg01.jpg);
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
.index-layout-v2 .index_image {
  width: 100px;
}
.index-layout-v2 .index_detail {
  position: relative;
  width: calc(100% - 100px);
  padding: 5px 33px 5px 17px;
  color: #444444;
}
.index-layout-v2 .index_detail:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -6px;
  width: 7px;
  height: 12px;
  margin-left: 7px;
  background-image: url(/common/img/com_link_ic02.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
/* 別窓リンク PDFリンク */
.index-layout-v2 a.block[target="_blank"] .index_detail:after {
  width: 13px;
  height: 11px;
  background-image: url(/common/img/com_link_blank_ic02.png);
}
.index-layout-v2 a.block[href$=".pdf"] .index_detail:after,
.index-layout-v2 a.block[href$=".pdf"] .index_detail:after {
  width: 16px;
  height: 16px;
  background-image: url(/common/img/com_link_pdf_ic01.png);
}

/* ----- index-box ----- */
.index-box {
  width: 100%;
  margin-top: 36px;
}
.index-box.type-01 {
  background-color: #fff1d9;
}
.index-box.type-02 {
  background-color: #e7f1d7;
}
.index-box.type-03 {
  background-color: #dff1f5;
}
.index-box .index-box_title {
  padding: 10px 20px 12px 20px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.index-box.type-01 .index-box_title {
  background-color: #ffdea3;
}
.index-box.type-02 .index-box_title {
  background-color: #d4e6b8;
}
.index-box.type-03 .index-box_title {
  background-color: #cae7ee;
}
.index-box .index-box_title .index-box_text {
  margin-left: 20px;
  font-weight: normal;
}
.index-box .index-box_detail {
  display: flex;
  height: 242px;
}
.index-box .index-box_detail .index-box_image {
  width: 35%;
}
.index-box .index-box_detail .index-box_image > img {
  height: 100%;
  object-fit: cover;
}
.index-box .index-box_detail .index-box_link-wrap {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 65%;
  padding: 25px 50px;
}
.index-box .index-box_detail .index-box_link {
  display: flex;
  flex-flow: wrap;
}
.index-box .index-box_detail .index-box_link .index-box_link_item {
  width: calc(((100% - (15px)) / 2) - 0.1px);
  margin-top: 12px;
  margin-left: 15px;
  text-align: center;
}
.index-box .index-box_detail .index-box_link .index-box_link_item:nth-child(-n+2) {
  margin-top: 0;
}
.index-box .index-box_detail .index-box_link .index-box_link_item:nth-child(2n+1) {
  margin-left: 0;
}
.index-box .index-box_detail .index-box_link.type-1col .index-box_link_item {
  width: 100%;
  margin-top: 12px;
  margin-left: 0;
  text-align: center;
}
.index-box .index-box_detail .index-box_link.type-1col .index-box_link_item:first-child {
  margin-top: 0;
}
.index-box .index-box_detail .index-box_link .index-box_link_item > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  padding: 14px 45px 14px 30px;
  background: #fff;
  color: #444444;
  font-size: 18px;
  font-size: 1.8rem;
  text-decoration: none;
  line-height: 1.2;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
.index-box .index-box_detail .index-box_link .index-box_link_item.type-02 > a {
  padding: 12px 45px 12px 30px;
}
.index-box .index-box_detail .index-box_link .index-box_link_item > a:hover {
  color: #0096e0;
  text-decoration: underline;
}
.index-box .index-box_detail .index-box_link .index-box_link_item > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 7px;
  height: 13px;
  margin-top: -5px;
  background: url(/common/img/com_link_ic02.png) no-repeat;
  background-size: 100% auto;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}

/* ----- plugin-layout ----- */
.plugin-layout {
  margin-top: 2.5em;
}
.plugin-layout > .block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align:center; /* IE10 */
  -ms-align-items: center;
  color: #333;
  text-decoration: none;
  outline: none;
}
.plugin-layout .plugin_detail {
  padding-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
.plugin-layout .plugin_detail .link-inline {
  color: #0096e0;
}

/* ----- local-layout ----- */
.local-layout {
  margin-top: 2.5em;
  padding-top: 50px;
  border-top: 1px solid #e0e0e0;
}
.local-layout > section:first-child > *:first-child {
  margin-top: 0 !important;
}
.local-layout .local_title {
  margin-top: 2em;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
}
.local-layout .index-layout .index_title {
  font-size: 16px;
  font-size: 1.6rem;
}
.local-layout .index-layout .index_title:after {
  top: 0.05em;
}
/* ----- period-layout ----- */
.period-layout {
}
.period-layout .period_nav {
}
.period-layout .period_nav .period_list {
  position: relative;
  display: inline-block;
}
.period-layout .period_nav .period_list:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 13px;
  height: 8px;
  margin-top: -4px;
  background: url(/common/img/com_link_anc_ic01.png) no-repeat;
  background-size: auto auto;
  background-size: 100% auto;
}
.period-layout .period_nav select.period_sbox {
  min-width: 230px;
  padding: 11px 40px 10px 20px;
  border: 1px solid #0096e0;
  color: #666666;
  outline: none;
  border-radius: 0;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.period-layout .period_nav select.period_sbox::-ms-expand {
  display: none !important;
}
.period-layout .period_nav select.period_sbox:hover {
  cursor: pointer;
}
.period-layout .period_detail > *:first-child {
  margin-top: 1.5em;
}
/* ----- ir-layout ----- */
.ir-layout {
  margin-top: 2.5em;
}
.ir-layout > *:first-child {
  margin-top: 0 !important;
}
.ir-layout .ir_list {
  float: right;
}
.ir-layout .ir_list > li {
  float: left;
  margin-left: 15px;
}
/* ir_period */
.ir_period {
	position: relative;
	display: inline-block;
	padding: 0 0 0 20px;
}
.ir_period:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: -6px 0 0 0;
}
.ir_period.is-1Q:before { background-color: #81a1ef; }
.ir_period.is-2Q:before { background-color: #4d7ae9; }
.ir_period.is-3Q:before { background-color: #1c54df; }
.ir_period.is-FY:before { background-color: #113388; }

/* ----- staff-layout-v1 ----- */
.staff-layout-v1 {
  position: relative;
  margin-top: 50px;
  padding-bottom: 52px;
  border-bottom: 1px solid #dddddd;
}
.staff-layout-v1 > .staff-media {
  display: block;
  background-color: #0096e0;
  outline: 0;
}
.staff-layout-v1 .staff_image {
  position: absolute;
  bottom: 0;
}
.staff-layout-v1 .staff_image .image-set {
  margin-top: 0;
}
.staff-layout-v1 .staff_image[data-image="left"] {
  left: 50px;
}
.staff-layout-v1 .staff_image[data-image="right"] {
  right: 50px;
}
.staff-layout-v1 .staff_image[data-image="left"] + .staff_detail {
  padding-left: 300px;
  padding-right: 35px;
}
.staff-layout-v1 .staff_image[data-image="right"] + .staff_detail {
  padding-left: 35px;
  padding-right: 300px;
}
.staff-layout-v1 .staff_detail {
  padding-top: 25px;
}
.staff-layout-v1 .staff_detail .staff_heading {
  color: #ffffff;
  padding-bottom: 30px;
}
.staff-layout-v1 .staff_detail .staff_heading .staff_title {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.2;
}
.staff-layout-v1 .staff_detail .staff_heading .staff_lead {
  margin-top: 5px;
}
.staff-layout-v1 .staff_detail .staff-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 15px;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align:center; /* IE10 */
  align-items: center;
}
.staff-layout-v1 .staff_detail .staff-info > li {
  line-height: 1;
}
.staff-layout-v1 .staff_detail .staff-info .staff-info_job,
.staff-layout-v1 .staff_detail .staff-info .staff-info_group {
  padding: 3px 7px;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #005bac;
}

.staff-layout-v1 .staff_detail .staff-info .staff-info_job {
  color: #ffffff;
  background-color: #005bac;
}
.staff-layout-v1 .staff_detail .staff-info .staff-info_group {
  color: #005bac;
}
.staff-layout-v1 .staff_detail .staff-info .staff-info_private {
  padding-left: 20px;
  font-weight: bold;
}
.staff-layout-v1 .staff_detail .staff-info .staff-info_name {
  padding-left: 10px;
}
/* ----- staff-layout-v2 ----- */
.staff-layout-v2 {
  position: relative;
  margin-top: 50px;
}
.staff-layout-v2 > .staff-media {
  position: relative;
  display: block;
  text-decoration: none;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
.staff-layout-v2 > a.staff-media:hover {
  opacity: .8;
}
.staff-layout-v2 .staff_image {
  width: 100%;
  height: 158px;
  background-color: #0096e0;
}
.staff-layout-v2.is-size01 .staff_image {
  height: 212px;
}
.staff-layout-v2 .staff_image .image-set {
  margin-top: 0;
}
.staff-layout-v2 .staff_image[data-image="left"] {
  text-align: left;
}
.staff-layout-v2 .staff_image[data-image="right"] {
  text-align: right;
}
.staff-layout-v2 .staff_image[data-image="left"] + .staff_detail {
  padding-left: 125px;
  padding-right: 23px;
}
.staff-layout-v2 .staff_image[data-image="right"] + .staff_detail {
  padding-left: 23px;
  padding-right: 125px;
}
.staff-layout-v2 .staff_detail {
  position: absolute;
  top: 0;
  padding-top: 38px;
}
.staff-layout-v2 .staff_detail .staff-info > li {
  line-height: 1;
  color: #fff;
}
.staff-layout-v2 .staff_detail .staff-info .staff-info_job,
.staff-layout-v2 .staff_detail .staff-info .staff-info_group {
  font-size: 14px;
  font-size: 1.4rem;
}
.staff-layout-v2 .staff_detail .staff-info .staff-info_job em,
.staff-layout-v2 .staff_detail .staff-info .staff-info_group em {
  display: inline-block;
  padding: 3px 7px;
}
.staff-layout-v2 .staff_detail .staff-info .staff-info_job em {
  color: #ffffff;
  background-color: #005bac;
}
.staff-layout-v2 .staff_detail .staff-info .staff-info_group em {
  color: #005bac;
  background-color: #ffffff;
}
.staff-layout-v2 .staff_detail .staff-info .staff-info_private {
  margin-top: 10px;
  font-weight: bold;
  color: #ffffff;
}
.staff-layout-v2 .staff_detail .staff-info .staff-info_name {
  padding-left: 10px;
}
/* ----- staff-layout-v3 ----- */
.staff-layout-v3 {
  position: relative;
  margin-top: 50px;
}
.staff-layout-v3 > .staff-media {
  position: relative;
  display: block;
  text-decoration: none;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
.staff-layout-v3 > a.staff-media:hover {
  opacity: .8;
}
.staff-layout-v3 .staff_image {
  width: 100%;
  background-color: #0096e0;
}
.staff-layout-v3 .staff_image .image-set {
  margin-top: 0;
}
.staff-layout-v3 .staff_image[data-image="left"] {
  text-align: left;
}
.staff-layout-v3 .staff_image[data-image="right"] {
  text-align: right;
}
.staff-layout-v3 .staff_image[data-image="left"] + .staff_detail {
  padding-left: 125px;
  padding-right: 23px;
}
.staff-layout-v3 .staff_image[data-image="right"] + .staff_detail {
  padding-left: 23px;
  padding-right: 125px;
}
.staff-layout-v3 .staff_detail {
  position: absolute;
  top: 0;
  padding-top: 38px;
}
.staff-layout-v3 .staff_detail .staff-info > li {
  line-height: 1;
  color: #fff;
}
.staff-layout-v3 .staff_detail02 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 35px 25px 0;
  color: #fff;
}
.staff-layout-v3 .staff_detail02 .staff-info .staff-info_lead {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
.staff-layout-v3 .staff_detail02 .staff-info .staff-info_text {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
}
.staff-layout-v3 .staff_detail03 .staff-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -ms-flex-align:center; /* IE10 */
  -ms-align-items: center;
  align-items: center;
}
.staff-layout-v3 .staff_detail03 .staff-info .staff-info_job,
.staff-layout-v3 .staff_detail03 .staff-info .staff-info_group {
  border: 1px solid #005bac;
  font-size: 16px;
  font-size: 1.6rem;
}
.staff-layout-v3 .staff_detail03 .staff-info .staff-info_job em,
.staff-layout-v3 .staff_detail03 .staff-info .staff-info_group em {
  display: block;
  line-height: 1;
  padding: 2px 7px;
}
.staff-layout-v3 .staff_detail03 .staff-info .staff-info_job em {
  color: #ffffff;
  background-color: #005bac;
}
.staff-layout-v3 .staff_detail03 .staff-info .staff-info_group {
  margin-right: 20px;
}
.staff-layout-v3 .staff_detail03 .staff-info .staff-info_group em {
  color: #005bac;
  background-color: #ffffff;
}
.staff-layout-v3 .staff_detail03 .staff-info .staff-info_private {
  color: #333333;
  font-weight: bold;
}
.staff-layout-v3 .staff_detail03 .staff-info .staff-info_private .staff-info_name {
  padding-left: 1em;
}
.staff-layout-v3 .staff_detail03 .staff-info .staff-info_private:after {
    content: "";
    display: inline-block;
    position: relative;
    top: 0.1em;
    width: 7px;
    height: 13px;
    margin-left: 8px;
    background-image: url(/common/img/com_link_ic02.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.staff-layout-v3 .staff_detail03 .staff_txt {
  color: #333333;
}
.staff-layout-v3 .staff_detail03 * + .staff_txt {
  margin-top: 6px;
}
/* ----- gmap-layout ----- */
.gmap-layout {
  margin-top: 40px;
}
.gmap-layout > *:first-child {
  margin-top: 0 !important;
}
.gmap-layout .gmap_detail {
  margin-top: 20px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
}
.gmap-layout .gmap_detail iframe,
.gmap-layout .gmap_detail object,
.gmap-layout .gmap_detail embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* page-util */
.page-util {
  width: 1200px;
  margin: 30px auto 0;
}
.page-util + * {
  margin-top: 6px !important;
}
.page-util .util-wrap[data-pc-layout="right"] {
  float: right;
}
.page-util .util-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align:center; /* IE10 */
  -ms-align-items: center;
  align-items: center;
}
.page-util .util-wrap > .util_block {
}
.page-util .util-wrap > .util_block > *:first-child {
  margin-top: 0 !important;
}
.page-util .util-wrap > .util_block + .util_block {
  margin-left: 20px;
}
.page-util .util-wrap > .util_block .link-button > li > a {
  min-width: 120px;
  height: 35px;
  padding: 7px 10px 7px 45px;
  font-size: 14px;
  font-size: 1.4rem;
}
.page-util .util-wrap > .util_block .link-button > li > a.a-print:after {
  left: 10px;
  right: auto;
  width: 19px;
  height: 21px;
  margin-top: -10px;
  background-image: url(/common/img/com_link_print_ic01.png);
}
/* f-size-switch */
.f-size-switch,
.f-size-switch .f-size-switch_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align:center; /* IE10 */
  -ms-align-items: center;
  align-items: center;
}
.f-size-switch > .f-size-switch_title {
  font-size: 14px;
  font-size: 1.4rem;
}
.f-size-switch > .f-size-switch_title + dd {
  margin-left: 10px;
}
.f-size-switch .f-size-switch_list > li + li {
  margin-left: 5px;
}
.f-size-switch .f-size-switch_list > li > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  line-height: 1;
  color: #333333;
  border: 1px solid #0096e0;
  text-decoration: none;
  -webkit-justify-content: center;
  -ms-flex-pack: center;/* IE10 */
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align:center; /* IE10 */
  -ms-align-items: center;
  align-items: center;
  webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
.f-size-switch .f-size-switch_list > li > a:hover,
.f-size-switch .f-size-switch_list > li > a.is-active {
  color: #fff;
  background: #0096e0;
}

/* ----- office-list_area ----- */
.office-list_area {
  position: relative;
  width: 912px;
  height: 446px;
  margin-top: 30px;
  background: url("/company/office/img/index_bg01.png") 0 0 no-repeat;
}
.office-list {}
.office-list > li {
  position: absolute;
}
.office-list > li > a  {
  position: relative;
  display: block;
  width: 195px;
  padding: 9px 10px 9px 27px;
  border: 1px solid  #0096e0;
  background: #fff;
  color: #444;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
.office-list > li > a:hover {
  background: #0096e0;
  color: #fff;
}
.office-list > li > a::after {
  content: '';
  display: block;
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -5px;
  width: 9px;
  height: 9px;
  border-top: 1px solid  #1ca2e3;
  border-right: 1px solid  #1ca2e3;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.office-list > li > a:hover::after {
  border-top: 1px solid  #fff;
  border-right: 1px solid  #fff;
}
.office-list > li > a > span {}

.office-list > li.list01 { top: 57px; left: 671px;}
.office-list > li.list02 { top: 190px; left: 669px;}
.office-list > li.list03 { top: 314px; left: 636px;}
.office-list > li.list04 { top: 58px; left: 282px;}
.office-list > li.list05 { top: 373px; left: 425px;}
.office-list > li.list06 { top: 198px; left: 221px;}
.office-list > li.list07 { top: 279px; left: 62px;}
/*
.office-list > li.list08 { top: 92px; left: 32px;}
.office-list > li.list08 > a {
  width: 165px;
}*/

/* ----- movie-layout ----- */
  .movie-layout{
    margin: 30px auto;
    text-align: center
  }

/* ----- section_highlight ----- */
  .section_highlight {
    background: #0096e0;
}
  .section_highlight p {
    color: #ffffff;
    padding: 10px 50px;
    text-align:center;
}

/* ----- principles-action ----- */
.principles-action {
  display: flex;
  align-items: flex-start;
}
.principles-action .action-head > *:first-child,
.principles-action .action-body > *:first-child {
  margin-top: 0;
}
.principles-action .action-head {
  width: 25%;
  margin: 16px 16px 0 0;
}
.principles-action .action-body {
  flex: 1 1;
}

/* ------------------------------------------------------
 * Clearfix
------------------------------------------------------ */
.page-util:after,
.page-util .util-wrap:after,
.f-size-switch .f-size-switch_list:after,
.heading-lv1-v2:after,
.navi-anchor .navi_inner:after,
.news-layout[data-layout-pc="col"] .news_detail:after,
.ir-layout:after,
.ir-layout .ir_list:after,
.column-media:after,
.staff-layout-v1 .staff_detail .staff-info:after {
  display: block;
  clear: both;
  content: "";
}
