@charset "utf-8";

/* ======================================================
 * parts_sp.css
 * ------------------------------------------------------
@media only screen and (max-width: 767px) 
 * - 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: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
.text-lead-v2 {
  margin-top: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
/* ----- text-size ----- */
.text-size-lv01 {
  font-size: 20px;
  font-size: 2.0rem;
}
.text-size-lv02 {
  font-size: 19px;
  font-size: 1.9rem;
}
.text-size-lv03 {
  font-size: 18px;
  font-size: 1.8rem;
}

/* ------------------------------------------------------
 * 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: 12px;
  font-size: 1.2rem;
}
.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: 15px;
  height: 13px;
  background-image: url(/common/img/com_link_blank_ic02.png);
}
a.link-inline[href$=".pdf"]:after,
a.link-inline[href$=".PDF"]:after {
  width: 14px;
  height: 14px;
  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: 6px;
  height: 10px;
  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: 15px;
  height: 13px;
  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: 14px;
  height: 14px;
  background-image: url(/common/img/com_link_pdf_ic01.png);
}
.link-text > li > a.a-print:after {
  top: 0.3em;
  width: 15px;
  height: 16px;
  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-text > li > a.a-modal:after {
  top: 0.15em;
  width: 16px;
  height: 16px;
  background-image: url(/common/img/com_link_modal_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-sp] > li > a{
  display: block;
  width: 100%;
}
/*[class*="link-button"][data-row-sp="auto"] > li > a {
  display: inline-block;
  min-width: 220px;
  width: auto;
}*/
/* ----- link-button ----- */
.link-button > li > a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 14px 45px 14px 30px;
  line-height: 1.3;
  color: #444444;
  text-align: center;
  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 > .link-button_nolink {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 14px 45px 14px 30px;
  line-height: 1.3;
  color: #444444;
  text-align: center;
  border: 1px solid #333;
  background-color: #e7e7e7;
  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: 6px;
  height: 10px;
  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: 15px;
  height: 13px;
  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: 14px;
  height: 14px;
  margin-top: -8px;
  background-image: url(/common/img/com_link_pdf_ic01.png);
}
.link-button > li > a.a-print:after {
  width: 15px;
  height: 16px;
  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 {
  width: 100%;
  padding: 13px 70px 15px 70px;
  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: 34px;
  height: 34px;
  margin-top: -17px;
  background: url(/common/img/com_link_qa_ic01.png) no-repeat;
  background-size: 100% auto;
}
.link-button > li.is-mail > a:before {
  width: 35px;
  height: 25px;
  margin-top: -13px;
  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: center;
  border: 1px solid #0096e0;
  background-color: #fff;
}
/* ----- link-button-v2 ----- */
.link-button-v2 > li > a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 15px 45px 15px 30px;
  line-height: 1.3;
  color: #ffffff;
  text-align: center;
  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: 6px;
  height: 12px;
  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: 15px;
  height: 13px;
  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: 14px;
  height: 14px;
  margin-top: -7px;
  background-image: url(/common/img/com_link_pdf_ic01.png);
}
/* ------------------------------------------------------
 * Elements >>> Image
------------------------------------------------------ */
/* ----- image- ----- */
.image-set {
  margin-top: 30px;
}
.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.5em;
  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;
}
.video_box02 {
  text-align: center;
  aspect-ratio: 16/9;
}
.video_box02 iframe {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

/* ------------------------------------------------------
 * 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: 1.5em !important;
}
.heading-lv4 + * {
  margin-top: 1em !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: 15px;
  height: 13px;
  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: 14px;
  height: 14px;
  background-image: url(/common/img/com_link_pdf_ic01.png);
}

/* ----- heading-lv1 ----- */
.heading-lv1 .heading_maintitle {
  /*background-image: url(/common/img/pagehead/com_head_bg01.jpg);*/
  background-color: #ebebeb;
  background-repeat: no-repeat;
  background-size: cover;
}
.heading-lv1.is-csr .heading_maintitle{
  background-image: url(/common/img/pagehead/csr_head_bg01_sp.jpg);
}
.heading-lv1.is-sustainability .heading_maintitle{
  background-image: url(/common/img/pagehead/sustainability_head_bg01_sp.jpg);
}
.heading-lv1.is-sustainability-v2 .heading_maintitle{
  background-image: url(/common/img/pagehead/sustainability_head_bg02_sp.jpg);
}
.heading-lv1.is-interview .heading_maintitle {
  background-image: url(/common/img/pagehead/interview_head_bg01_sp.jpg);
}
.heading-lv1 .heading_title {
  width: 100%;
  margin: 0 auto;
}
.heading-lv1 .heading_title > * {
  display: block;
}
.heading-lv1 .heading_title .heading_maintitle {
  display: -webkit-flex;
  display: flex;
  padding: 15px;
	height: 150px;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 500;
  -webkit-align-items: center;
  align-items: center;
}
.heading-lv1 .heading_title .heading_subtitle {
  margin-top: 25px;
  padding: 0 4%;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0096e0;
  font-weight: 500;
  text-align: center;
}
/* ----- heading-lv1-v2 ----- */
.heading-lv1-v2 {
  margin-top: 2em;
}
.heading-lv1-v2 .heading_title {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.heading-lv1-v2 .heading_shoulder {
  font-size: 12px;
  font-size: 1.2rem;
}
.heading-lv1-v2 .heading_subtitle {
  margin-top: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
.heading-lv1-v2 .heading_lead {
  margin-top: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #e6002d;
  font-weight: 500;
}
/* ----- 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: 100px;
  height: 2px;
  background-color: #0096e0;
  content: "";
}
.heading-lv2 .heading_title {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 500;
}
.heading-lv2 .heading_title .heading_title_capacity {
  position: relative;
  top: -0.1em;
  font-size: 18px;
  font-size: 1.8rem;
}
.heading-lv2 a.block .heading_title:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.1em;
  width: 6px;
  height: 10px;
  margin-left: 10px;
  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: 15px 20px 14px;
  background: url(/common/img/com_bg01.jpg);
}
.heading-lv3 .heading_title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
.heading-lv3 .heading_title .heading_title_capacity {
  position: relative;
  top: -0.1em;
  font-size: 16px;
  font-size: 1.6rem;
}
.heading-lv3 a.block .heading_title:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.1em;
  width: 6px;
  height: 10px;
  margin-left: 10px;
  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.5em;
  left: 0;
  content: "";
  width: 11px;
  height: 11px;
  background-color: #0096e0;
}
.heading-lv4 .heading_title {
  font-size: 16px;
  font-size: 1.6rem;
  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;
  padding-left: 25px;
}
.heading-lv5:before {
  position: absolute;
  top: 0.9em;
  left: 0;
  content: "";
  width: 11px;
  height: 2px;
  background-color: #0096e0;
}
.heading-lv5 .heading_title {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
.bg_blue {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 15px 15px 14px;
  background-color: #e5f3ff;
}
/* ------------------------------------------------------
 * Conditional Elements >>> Navi
------------------------------------------------------ */
/* ----- navi-index ----- */
.navi-index > .navi_item {
  position: relative;
  margin-top: 20px;
}
[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: 18px 14px;
  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: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  padding-bottom: 9px;
  font-weight: 500;
  border-bottom: 1px solid #e0e0e0;
}
.navi-index .navi_title_2 {
  font-size: 14px;
  font-size: 1.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: 6px;
  height: 10px;
  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: 15px;
  height: 13px;
  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: 14px;
  height: 14px;
  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-sp="2"] > li { width: calc((100% - 20px)/2);}
.navi-anchor .navi_inner[data-count-sp="2"] > li:nth-child(-n+2),
.navi-anchor .navi_inner[data-count-sp="3"] > li:nth-child(-n+3) {
  margin-top: 0 !important;
}
.navi-anchor .navi_inner[data-count-sp="2"] > li:nth-child(2n),
.navi-anchor .navi_inner[data-count-sp="3"] > li:nth-child(3n) {
  border-right: none;
  margin-right: 0 !important;;
}
.navi-anchor {
  margin-top: 2em;
}
.navi-anchor .navi_inner > li {
  float: left;
  margin-top: 20px;
  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;
  height: 100%;
}
.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 18px 8px;
  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 th.cell-style2 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}
.table-layout .cell-style4 {
  background-color: #0096e0;
  border-left: none;
  border-right: none;
  border-top: none;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}
.table-layout .cell-style5 {
  background-color: #0096e0;
  color: #fff;
}
.table-layout .cell-style6 {
  background-color: #fff0d8;
}
.table-layout.is-size-v1 th,
.table-layout.is-size-v1 td {
  font-size: 12px;
  font-size: 1.2rem;
}
.table-layout.is-size-v1 th {
  padding-left: 10px;
  padding-right: 10px;
}
.table-layout.is-size-v1 td {
  padding-left: 4px;
  padding-right: 4px;
}
.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;
}
.table-layout[data-layout-sp="vertical"] .table_inner {
  table-layout: auto;
}
.table-layout[data-layout-sp="vertical"] colgroup,
.table-layout[data-layout-sp="vertical"] col {
  width: 100% !important;
}
.table-layout[data-layout-sp="vertical"] th,
.table-layout[data-layout-sp="vertical"] td {
  display: block;
  width: 100%;
}
.table-layout[data-layout-sp="scroll"] .table_caption {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
  padding-left: 35px;
}
.table-layout[data-layout-sp="scroll"] .table_caption:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -14px;
  width: 19px;
  height: 28px;
  background: url(/common/img/com_table_ic01.png);
  background-size: 100% auto;
}
.table-layout[data-layout-sp="scroll"] .table_detial {
  overflow-x: auto;
  padding-bottom: 15px;
}
.table-layout[data-layout-sp="scroll"] .table_detial::-webkit-scrollbar {
  height: 12px;
  padding: 4px;
}
.table-layout[data-layout-sp="scroll"] .table_detial::-webkit-scrollbar-track {
  border-radius: 12px;
  background: #f1f1f1;
}
.table-layout[data-layout-sp="scroll"] .table_detial::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background: #0096e0;
}
.table-layout[data-layout-sp="scroll"] .table_detial .table_inner {
  width: 1200px !important;
}


/* ------------------------------------------------------
 * Layout >>> Grid
------------------------------------------------------ */
[data-row-sp]:not([data-row-sp="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-sp="1"] {
  -webkit-flex-direction: column;
  flex-direction: column;
}
[data-row-sp="1"] {
  margin-top: 20px;
}
[data-row-sp]:not([data-row-sp="1"]).is-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;/* IE10 */
  -ms-justify-content: center;
  justify-content: center;
}
[data-row-sp]:not([data-row-sp="1"]).is-center a {
  text-align: center;
}
[data-row-sp]:not([data-row-sp="1"]) {
  margin-top: 20px;
}
[data-row-sp]:not([data-row-sp="1"]) > * {
  margin-top: 20px;
  margin-left: 4%;
}
[data-row-sp]:not([data-row-sp="1"]) > * > *:first-child,
[data-row-sp]:not([data-row-sp="1"]) > * > section:first-child > *:first-child {
  margin-top: 0 !important;
}
[data-row-sp="1"] > *,
[data-row-sp="2"] > *:nth-child(2n+1),
[data-row-sp="3"] > *:nth-child(3n+1),
[data-row-sp="4"] > *:nth-child(4n+1){
  clear: left;
  margin-left: 0 !important;
}
[data-row-sp="1"] > *:first-child,
[data-row-sp="2"] > *:nth-child(-n+2),
[data-row-sp="3"] > *:nth-child(-n+3) {
  margin-top: 0 !important;
}
[data-row-sp="1"] > * {
  margin-top: 20px;
}
[data-row-sp="2"] > * {
  width: calc((100% - 4%) / 2);
}
@media all and (-ms-high-contrast: none){
  [data-row-sp="2"] > * {
    width: calc((100% - 4.1%) / 2);
  }
}
[data-row-sp="3"] > * {
  width: calc((100% - 8%) / 3);
}
.column_item > *:first-child {
  margin-top: 0 !important;
}

/* ------------------------------------------------------
 * Layout >>> Column
------------------------------------------------------ */
/* ----- column-layout ----- */
.column-layout.is-border {
  border-bottom: 1px solid #e0e0e0;
}
.column-layout.is-border .column_item {
  border-top: 1px solid #e0e0e0;
  margin-top: 0;
}
.column-layout.is-border-v2 > .column_item {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
.column-layout.is-border-v2 > .column_item:first-child {
  padding-top: 18px;
  border-top: 1px solid #dddddd;
}
[data-row-pc].is-border-v2:not([data-row-pc="1"]) > * {
  margin-top: 18px;
}
/* ----- column-media ----- */
.column-media {
  margin-top: 1.5em;
}
.column-media > [class*="column_"] > *:first-child,
.column-media > [class*="column_"] > section:first-child > [class*="heading-lv"] {
  margin-top: 0 !important;
}
.column-media[data-layout-sp="row"] > .column_image {
  max-width: calc((100% - 15px) / 2);
}
.column-media[data-layout-sp="row"] > .column_image[data-image="right"] {
  float: right;
  margin-left: 15px;
}
.column-media[data-layout-sp="row"] > .column_image[data-image="left"] {
  float: left;
  margin-right: 15px;
}
.column-media > .column_image[data-image] > .image-set {
  text-align: center;
}
.column-media[data-layout-sp="col-reverse"] {
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-flow: column-reverse wrap;
  flex-flow: column-reverse wrap;
}
.column-media[data-layout-sp="col"] > .column_detail,
.column-media[data-layout-sp="col-reverse"] > .column_image {
  margin-top: 1em;
}
.column-media > .column_image[data-layout-sp] {
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.column-media > .column_image[data-layout-sp="row"] {
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.column-media > .column_image[data-layout-sp="row"] > .image-set {
  width: calc((100% - 15px) / 2);
  margin-top: 0;
}
.column-media > .column_image[data-layout-sp="row"] > .image-set:nth-child(n+2) {
  margin-left: 15px;
}
.column-media > .column_image[data-layout-sp="col"] {
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.column-media > .column_image[data-layout-sp="col"] > .image-set:nth-child(n+2) {
  margin-top: 1em;
}
.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,
.box-layout-v4 .box_detail > *:first-child,
.box-layout-v4 .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: 17px;
  font-size: 1.7rem;
  color: #444444;
  font-weight: 500;
}
.box-layout .box_title > .block {
  display: block;
  padding: 10px 15px 13px;
  background: url(/common/img/com_bg01.jpg);
}
.box-layout .box_detail {
  padding: 20px 15px 23px;
}
/* ----- box-layout-v2 ----- */
.box-layout-v2 {
  width: auto;
  margin-top: 2.5em;
  margin-left: -4%;
  margin-right: -4%;
  border-top: 2px solid #005bac;
  padding: 14px 4% 15px;
  background-color: #ebf5ff;
}
.box-layout-v2 > *:first-child {
  margin-top: 0 !important;
}
.box-layout-v2 .box_title {
  font-size: 21px;
  font-size: 2.1rem;
  color: #444444;
  font-weight: 500;
}
.box-layout-v2 .box_detail {
  margin-top: 13px;
  padding: 16px 19px 20px;
  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: flex-start;
  align-items: flex-start;
}
.box-layout-v2 .cta-layout .cta_tel span {
  position: relative;
  padding-left: 50px;
}
.box-layout-v2 .cta-layout .cta_tel span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 39px;
  height: 39px;
  margin-top: -20px;
  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: 26px;
  font-size: 2.6rem;
  text-align: right;
  font-weight: 500;
}
.box-layout-v2 .cta-layout .cta_mail {
  position: relative;
  padding-left: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  word-break: break-all;
}
.box-layout-v2 .cta-layout .cta_mail:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 39px;
  height: 39px;
  margin-top: -20px;
  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: 1em;
  padding: 12px 15px 10px;
  background-color: #fff;
  border: 2px 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: 4px;
  right: 0;
}
.box-layout-v3 .box_title > .box-utility > *:first-child {
  margin-top: 0 !important;
}
.box-layout-v3 .box_detail {
  margin-top: 5px;
}
/* ----- box-layout-v4 ----- */
.box-layout-v4 {
  margin-top: 2.5em;
  border: 1px solid #dddddd;
}
.box-layout-v4 .box_title {
  font-size: 17px;
  font-size: 1.7rem;
  color: #444444;
  font-weight: 500;
}
.box-layout-v4 .box_title > .block {
  display: block;
  padding: 10px 15px 13px;
  background-color: #F8EFDC;
}
.box-layout-v4.type-01 .box_title > .block {
  background-color: #F8EFDC;
}
.box-layout-v4.type-02 .box_title > .block {
  background-color: #EBF1E3;
}
.box-layout-v4.type-03 .box_title > .block,
.box-layout-v4 .box_title.type-03 > .block {
  background-color: #E5DFED;
}
.box-layout-v4.type-04 .box_title > .block {
  background-color: #F4E6E4;
}
.box-layout-v4.type-05 .box_title > .block {
  background-color: #E3E9F5;
}
.box-layout-v4 .box_detail {
  padding: 20px 15px 23px;
}

/* ------------------------------------------------------
 * 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: 15px 67px 18px 47px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
.accordion-layout .accordion_label-v2 {
  cursor: pointer;
  display: block;
  padding: 15px 67px 18px 47px;
  font-size: 16px;
  font-size: 1.6rem;
  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: 15px 15px 18px 47px;
  border-top: 1px solid #cecfc7;
}
.accordion-layout > .accordion_trigger:before,
.accordion-layout > .accordion_panel:before {
  content: "";
  position: absolute;
  left: 15px;
  width: 17px;
  height: 24px;
  background: url(/common/img/com_qa_ic01.png) no-repeat;
  background-size: 34px auto;
}
.accordion-layout > .accordion_trigger:before {
  top: 50%;
  margin-top: -12px;
}
.accordion-layout > .accordion_panel:before {
  top: 14px;
  background-position: right top;
}
/* ----- accordion-layout type-sidenav ----- */
.accordion-layout.type-sidenav {
  margin-top: 0;
  border: none;
}
.accordion-layout.type-sidenav .accordion_label {
  padding: 14px 35px 15px 13px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
}
.accordion-layout.type-sidenav .accordion_label-v2 {
  padding: 14px 35px 15px 13px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
}
.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;
  width: 15px;
}
.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: 14px 30px 15px 35px;
  color: #444444;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
}
.accordion-layout.type-sidenav > .accordion_panel li > a:before {
  content: "";
  position: absolute;
  top: 26px;
  left: 15px;
  width: 10px;
  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 ----- */
.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;
}
.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: 1em;
}
.tab-layout .tab_detail > *:first-child,
.tab-layout .tab_detail > section:first-child > *:first-child {
  margin-top: 0 !important;
}
.tab-layout[data-change-sp="pulldown"] .tab_navi {
  position: relative;
  display: block;
  text-align: center;
}
.tab-layout[data-change-sp="pulldown"] .tab_navi: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;
}
.tab-layout[data-change-sp="pulldown"] .tab_navi select.tab_list {
  width: 100%;
  padding: 11px 40px 10px 20px;
  border: 1px solid #0096e0;
  color: #666666;
  outline: 0;
  border-radius: 0;
  background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.tab-layout[data-change-sp="accordion"] .tab_navi .tab_list > li {
  position: relative;
}
.tab-layout[data-change-sp="accordion"] .tab_navi .tab_list > li + li { top: -1px; }
.tab-layout[data-change-sp="accordion"] .tab_navi .tab_list > li + li + li { top: -2px; }
.tab-layout[data-change-sp="accordion"] .tab_navi .tab_list > li > a {
  position: relative;
  display: block;
  padding: 14px 40px 16px 15px;
  color: #666666;
  border: 1px solid #e0e0e0;
  text-align: left;
  text-decoration: none;
}
.tab-layout[data-change-sp="accordion"] .tab_navi .tab_list > li > a:before,
.tab-layout[data-change-sp="accordion"] .tab_navi .tab_list > li > a:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: 1px;
  width: 15px;
  height: 1px;
  background-color: #666666;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
.tab-layout[data-change-sp="accordion"] .tab_navi .tab_list > li > a:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tab-layout[data-change-sp="accordion"] .tab_navi .tab_list > li.is-current > a {
  color: #0096e0;
  border: 1px solid #0096e0;
}
.tab-layout[data-change-sp="accordion"] .tab_navi .tab_list > li.is-current > a:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #0096e0;
}
.tab-layout[data-change-sp="accordion"] .tab_navi .tab_list > li .tab_detail {
  padding-bottom: 20px;
}
.tab-layout[data-change-sp="accordion"] .tab_navi.type-lower {
  display: none;
}
/* ------------------------------------------------------
 * Components
------------------------------------------------------ */
/* ----- news-layout ----- */
.js-eir-news > .news-layout {
  margin-top: 0;
}
.news-layout {
  margin-top: 1em;
}
.news-layout .block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 15px 0;
  outline: none;
}
.news-layout[data-layout-sp="col"] .news_detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.news-layout .news_property {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.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: 19px;
  padding-bottom: 1px;
  color: #005bac;
  font-size: 13px;
  font-size: 1.3rem;
  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.04em;
  width: 6px;
  height: 10px;
  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: 15px;
  height: 13px;
  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: 14px;
  height: 14px;
  background-image: url(/common/img/com_link_pdf_ic01.png);
}
/*.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 .block {
  padding: 5px 0;
}
/* ----- 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: 27px;
  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: 75px;
  min-height: 75px;
  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: 26px;
  font-size: 2.6rem;
}
.flow-layout .flow_content {
  display: -webkit-flex;
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  -webkit-flex-direction: column; /* Safari */
  flex-direction: column;
}
.flow-layout .flow_icon + .flow_content {
  width: calc(100% - 75px);
  padding: 25px 12px 25px 19px;
}
.flow-layout .flow_content .flow_heading {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #005bac;
}
.flow-layout .flow_content .flow_heading em {
  font-weight: 500;
}
.flow-layout .flow_content .flow_heading + .flow_detail {
  margin-top: 20px;
}
.flow-layout .flow_content .flow_detail {
}
/* ----- index-layout ----- */
.index-layout,
.index-layout-v2 {
  margin-top: 30px;
}
.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.is-center > .index_item {
  text-align: center;
}
.index-layout.is-center > .index_item > .block {
  display: inline-block;
}
.index-layout .index_image {
  margin-top: 10px;
}
.index-layout .index_title {
  margin-top: 10px;
  font-size: 14px;  
  font-size: 1.4rem;
  color: #333333;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
.index-layout .index_title:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.1em;
  width: 6px;
  height: 10px;
  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: 15px;
  height: 13px;
  background-image: url(/common/img/com_link_blank_ic02.png);
}
.index-layout a.block[href$=".pdf"] .index_title:after,
.index-layout a.block[href$=".PDF"] .index_title:after {
  width: 14px;
  height: 14px;
  background-image: url(/common/img/com_link_pdf_ic01.png);
}
/* ----- index-layout-v2 ----- */
.index-layout-v2 > .index_item {
  margin-top: 14px;
}
.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 20px;
  color: #444444;
}
.index-layout-v2 .index_detail:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -6px;
  width: 6px;
  height: 10px;
  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: 15px;
  height: 13px;
  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: 14px;
  height: 14px;
  background-image: url(/common/img/com_link_pdf_ic01.png);
}

/* ----- index-box ----- */
.index-box {
  margin-top: 20px;
}
.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 15px 10px 15px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.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 {
  display: block;
  font-weight: normal;
}
.index-box .index-box_detail .index-box_image {
  text-align: center;
}
.index-box .index-box_detail .index-box_link-wrap {
  padding: 12px 15px;
}
.index-box .index-box_detail .index-box_link + .index-box_link {
  margin-top: 8px;
}
.index-box .index-box_detail .index-box_link .index-box_link_item {
  width: 100%;
  text-align: center;
}
.index-box .index-box_detail .index-box_link .index-box_link_item:nth-child(n+2) {
  margin-top: 8px;
}
.index-box .index-box_detail .index-box_link .index-box_link_item > a {
  display: block;
  position: relative;
  height: 100%;
  padding: 14px 26px 14px 20px;
  background: #fff;
  color: #444444;
  font-size: 14px;
  font-size: 1.4rem;
  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 > 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: 6px;
  height: 10px;
  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 {
  display: none;
}
/* ----- local-layout ----- */
.local-layout {
  margin-top: 2.5em;
  padding-top: 20px;
  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: 20px;
  font-size: 2.0rem;
  font-weight: 500;
}
.local-layout .local_title + * {
  margin-top: 20px !important;
}
.local-layout .index-layout {
  margin-top: 28px;
}
.local-layout .index-layout .index_title:after {
  top: 0.05em;
}
.local-layout .link-button[data-row-sp="1"] {
  text-align: center;
}
.local-layout .link-button[data-row-sp="1"] > li > a {
  display: inline-block;
  width: auto;
  min-width: 220px;
}
/* ----- period-layout ----- */
.period-layout {
}
.period-layout .period_nav {
}
.period-layout .period_nav .period_list {
  position: relative;
  display: block;
  text-align: center;
}
.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 {
  width: 100%;
  padding: 11px 40px 10px 20px;
  border: 1px solid #0096e0;
  color: #666666;
  outline: 0;
	border-radius: 0;
  text-align: center;
  background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.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 {
}
.ir-layout .ir_list > li {
}
/* 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: 115px;
  border-bottom: 1px solid #dddddd;
}
.staff-layout-v1 > .staff-media {
  padding: 20px;
  display: block;
  background-color: #0096e0;
}
.staff-layout-v1 .staff_image {
  position: absolute;
  bottom: 0;
}
.staff-layout-v1 .staff_image > *:first-child {
  margin-top: 0 !important;
}
.staff-layout-v1 .staff_image[data-image="left"] {
  left: 0;
}
.staff-layout-v1 .staff_image[data-image="right"] {
  right: 0;
}
.staff-layout-v1 .staff_image img {
  max-width: 164px;
}
.staff-layout-v1 .staff_detail .staff_heading {
  position: relative;
  color: #ffffff;
  z-index: 2;
}
.staff-layout-v1 .staff_detail .staff_heading .staff_title {
  font-size: 21px;
  font-size: 2.1rem;
  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 {
  position: absolute;
  bottom: 15px;
}
.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 {
  font-size: 18px;
  font-size: 1.8rem;
}
.staff-layout-v1 .staff_detail .staff-info .staff-info_job em,
.staff-layout-v1 .staff_detail .staff-info .staff-info_group em {
  display: inline-block;
  padding: 4px 10px 6px;
  border: 1px solid #005bac;
}
.staff-layout-v1 .staff_detail .staff-info .staff-info_job em {
  color: #ffffff;
  background-color: #005bac;
}
.staff-layout-v1 .staff_detail .staff-info .staff-info_group em {
  color: #005bac;
  background-color: #ffffff;
}
.staff-layout-v1 .staff_detail .staff-info .staff-info_private {
  margin-top: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333333;
}
.staff-layout-v1 .staff_detail .staff-info .staff-info_name {
  padding-left: 10px;
}
/* ----- staff-layout-v2 ----- */
.staff-layout-v2 {
  position: relative;
  padding: 10px 0;
}
.staff-layout-v2 > .staff-media {
  display: -webkit-flex;
  display: flex;
  text-decoration: none;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
  -webkit-align-items: center;
  align-items: center;
}
.staff-layout-v2 .staff_image > *:first-child {
  margin-top: 0 !important;
}
.staff-layout-v2 > a.staff-media:hover {
  opacity: .8;
}
.staff-layout-v2 > a.staff-media:before {
  opacity: .8;
}
.staff-layout-v2 > a.staff-media:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 10px;
  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;
}
.staff-layout-v2 > a.staff-media[target="_blank"]:after {
  right: 20px;
  width: 15px;
  height: 13px;
  margin-top: -6px;
  background-image: url(/common/img/com_link_blank_ic02.png);
}
.staff-layout-v2 > a.staff-media[href$=".pdf"]:after {
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background-image: url(/common/img/com_link_pdf_ic01.png);
}
.staff-layout-v2 .staff_image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  background-color: #0096e0;
}
.staff-layout-v2 .staff_detail {
  padding-left: 20px;
}
.staff-layout-v2 .staff_detail .staff-info > li {
  line-height: 1;
}
.staff-layout-v2 .staff_detail .staff-info .staff-info_job,
.staff-layout-v2 .staff_detail .staff-info .staff-info_group {
  font-size: 16px;
  font-size: 1.6rem;
}
.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: 5px 10px 6px;
  border: 1px solid #005bac;
}
.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-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333333;
}
.staff-layout-v2 .staff_detail .staff-info .staff-info_name {
  padding-left: 10px;
}
/* ----- staff-layout-v3 ----- */
.staff-layout-v3 {
  position: relative;
  margin-top: 25px;
}
.slick-slider .staff-layout-v3 {
  margin-left: -18px;
  margin-right: -18px;
}
.staff-layout-v3 > .staff-media {
  position: relative;
  display: block;
  text-align: left;
  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%;
  text-align: center;
}
.staff-layout-v3.is-size01 .staff_image {
  height: 212px;
}
.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;
  display: -webkit-flex;
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  height: 212px;
  padding: 0 20px 0;
  color: #fff;
  -webkit-align-items: center;
  -ms-flex-align:center; /* IE10 */
  -ms-align-items: center;
  align-items: center;
}
.staff-layout-v3 .staff_detail02 .staff-info .staff-info_lead {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}
.staff-layout-v3 .staff_detail02 .staff-info .staff-info_text {
  margin-top: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}
.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: 13px;
  font-size: 1.3rem;
}
.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 em {
  color: #005bac;
  background-color: #ffffff;
}
.staff-layout-v3 .staff_detail03 .staff-info .staff-info_group {
  margin-right: 20px;
}
.staff-layout-v3 .staff_detail03 .staff-info .staff-info_private {
  color: #333333;
  font-weight: bold;
}
[data-row-sp] .staff-layout-v3 .staff_detail03 .staff-info .staff-info_private {
  margin-top: 5px;
}
.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: 3px;
}
/* ----- gmap-layout ----- */
.gmap-layout {
  margin-top: 20px;
}
.gmap-layout > *:first-child {
  margin-top: 0 !important;
}
.gmap-layout .gmap_detail {
  margin-top: 15px;
  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 {
}
/* f-size-switch */
.f-size-switch {
  display: none;
}

/* ----- office-list_area ----- */
.office-list_area {
  padding-top: 80%;
  margin-top: 20px;
  background: url("/company/office/img/index_bg02.png") 50% 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.office-list {
  display: -webkit-flex;
  display: flex;
  flex-flow: wrap;
}
.office-list > li {
  display: -webkit-flex;
  display: flex;
  width: 48.5%;
}
.office-list > li:nth-child(2n) {
  margin-left: 3%;
}
.office-list > li:nth-child(n+3) {
  margin-top: 10px;
}
.office-list > li > a  {
  position: relative;
  display: -webkit-flex;
  display: flex;
   align-items: center;
  width: 100%;
  height: 100%;
  padding: 11px 10px 11px 20px;
  border: 1px solid  #0096e0;
  background: #fff;
  color: #444;
  font-size: 14px;
  font-size: 1.4rem;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}

.office-list > li > a::after {
  content: '';
  display: block;
  position: absolute;
  left: 6px;
  top: 50%;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  border-top: 1px solid  #1ca2e3;
  border-right: 1px solid  #1ca2e3;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.office-list > li > a > span {}

/* ----- movie-layout ----- */
  .movie-layout{
    margin: 20px auto;
    text-align: center
  }
/* ----- section_highlight ----- */
  .section_highlight {
    background: #0096e0;
}
  .section_highlight p {
    color: #ffffff;
    padding: 10px 10%;
    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: 20%;
  margin: 0 16px 0 0;
}
.principles-action .action-body {
  flex: 1 1;
}

/* ------------------------------------------------------
 * Clearfix
------------------------------------------------------ */
.navi-anchor .navi_inner:after,
.ir-layout:after,
.ir-layout .ir_list:after,
.column-media:after,
.staff-layout-v1 .staff_detail .staff-info:after,
.page-util .util-wrap:after{
  display: block;
  clear: both;
  content: "";
}
