@charset "UTF-8";
/*                下層共通
======================================================= */
.lower #wrapper {
  position: relative;
  z-index: 1;
}
.lower #wrapper::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: calc(50% + 264px);
  content: "";
  background-color: #eaeaea;
  width: 100%;
  height: 920px;
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.09, 0.92, 1, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.09, 0.92, 1, 1);
  transition: transform 1.5s cubic-bezier(0.09, 0.92, 1, 1);
  transition: transform 1.5s cubic-bezier(0.09, 0.92, 1, 1), -webkit-transform 1.5s cubic-bezier(0.09, 0.92, 1, 1);
}
@media only screen and (max-width: 1024px) {
  .lower #wrapper::before {
    left: calc(50% + 38px);
    height: 600px;
  }
}
.lower #wrapper.is_anime_l::before {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.lower #wrapper.is_anime_l.in::before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.lower #content {
  position: relative;
  z-index: 1;
}
.lower #content .page_ttl_area + .content_area {
  margin-top: 5em;
}
.lower #content .page_ttl_area {
  min-height: 100px;
  min-height: 78px;
}
@media only screen and (max-width: 1024px) {
  .lower #content .page_ttl_area {
    min-height: 50px;
  }
}
.lower #content .page_ttl_area .page_ttl_area_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .lower #content .page_ttl_area .page_ttl_area_inner {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .lower #content .page_ttl_area .page_ttl_area_inner .page_ttl + .catch {
    margin-top: 2em;
  }
}
.lower #content .page_ttl_area .page_ttl_area_inner .page_ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
@media only screen and (max-width: 1024px) {
  .lower #content .page_ttl_area .page_ttl_area_inner .page_ttl {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
.lower #content .page_ttl_area .page_ttl_area_inner .page_ttl .sub_ttl {
  margin-bottom: 1.8em;
}
@media only screen and (max-width: 1024px) {
  .lower #content .page_ttl_area .page_ttl_area_inner .page_ttl .sub_ttl {
    margin-bottom: 1em;
  }
}
.lower #content .page_ttl_area .page_ttl_area_inner .page_ttl .sub_ttl > span + span {
  position: relative;
  padding-left: 1em;
  margin-left: 1em;
}
.lower #content .page_ttl_area .page_ttl_area_inner .page_ttl .sub_ttl > span + span::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 18px;
  background-color: #a0a0a0;
  display: block;
}
.lower #content .page_ttl_area .page_ttl_area_inner .page_ttl .sub_ttl .en {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 157.1%;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 1024px) {
  .lower #content .page_ttl_area .page_ttl_area_inner .page_ttl .sub_ttl .en {
    font-size: 85.7%;
  }
}
.lower #content .page_ttl_area .page_ttl_area_inner .page_ttl .sub_ttl .jp {
  display: inline-block;
  font-size: 114.3%;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .lower #content .page_ttl_area .page_ttl_area_inner .page_ttl .sub_ttl .jp {
    font-size: 71.4%;
  }
}
.lower #content .page_ttl_area .page_ttl_area_inner .catch {
  width: 418px;
}
@media only screen and (max-width: 1024px) {
  .lower #content .page_ttl_area .page_ttl_area_inner .catch {
    width: 100%;
  }
}
.lower #content .page_ttl_area .page_ttl_area_inner .catch p {
  line-height: 1.7;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 1024px) {
  .lower #content .page_ttl_area .page_ttl_area_inner .catch p {
    font-size: 92.9%;
  }
}
.lower #content .intro_area {
  margin-top: 3em;
}
.lower #content .intro_area .intro_area_inner {
  position: relative;
  z-index: 10;
}
.lower #content .intro_area .intro_area_inner .service_main_logo + .catch {
  margin-top: 0.2em;
}
.lower #content .intro_area .intro_area_inner .service_main_logo img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .lower #content .intro_area .intro_area_inner .service_main_logo img {
    max-height: 85px;
  }
}
.lower #content .intro_area .intro_area_inner .catch {
  font-size: 128.6%;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .lower #content .intro_area .intro_area_inner .catch {
    font-size: 92.9%;
  }
}
@media only screen and (max-width: 350px) {
  .lower #content .intro_area .intro_area_inner .catch br {
    display: none;
  }
}
.lower #content .intro_area .intro_area_inner .sns_icon {
  position: absolute;
  top: 20px;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .lower #content .intro_area .intro_area_inner .sns_icon {
    top: 10px;
  }
}
.lower #content .content_area {
  margin-top: 80px;
}
@media only screen and (max-width: 1024px) {
  .lower #content .content_area {
    margin-top: 35px;
  }
}
.lower #content .content_area.lead_none_ttl {
  padding-top: 7em;
}
.lower #content .content_area {
  position: relative;
}
.lower #content .content_area .bg_ttl {
  position: absolute;
  z-index: 1;
  z-index: -1;
  top: -65px;
  right: calc(50% - 632px);
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .lower #content .content_area .bg_ttl {
    top: -43px;
    right: calc(50% - 194px);
  }
}
.lower #content .content_area .lower_cont + .lower_cont {
  margin-top: 32px;
}
@media only screen and (max-width: 1024px) {
  .lower #content .content_area .lower_cont + .lower_cont {
    margin-top: 30px;
  }
}
.lower #content .content_area .lower_cont.main + .lower_cont {
  margin-top: 70px;
}
@media only screen and (max-width: 1024px) {
  .lower #content .content_area .lower_cont.main + .lower_cont {
    margin-top: 35px;
  }
}
.lower #content .content_area .lower_list_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .lower #content .content_area .lower_list_flex {
    display: block;
  }
}
.lower #content .content_area .lower_list_flex .layout_l {
  width: 238px;
}
@media only screen and (max-width: 1200px) {
  .lower #content .content_area .lower_list_flex .layout_l {
    width: 220px;
  }
}
@media only screen and (max-width: 1100px) {
  .lower #content .content_area .lower_list_flex .layout_l {
    width: 200px;
  }
}
@media only screen and (max-width: 1024px) {
  .lower #content .content_area .lower_list_flex .layout_l {
    width: 100%;
  }
}
.lower #content .content_area .lower_list_flex .layout_r {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
@media only screen and (max-width: 1024px) {
  .lower #content .content_area .lower_list_flex .layout_r {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
.lower #content .content_area .lower_list_flex .layout_r .bg_wrap {
  position: relative;
  padding-left: 32px;
  padding-bottom: 32px;
}
@media only screen and (max-width: 1024px) {
  .lower #content .content_area .lower_list_flex .layout_r .bg_wrap {
    padding-left: 0;
    padding-bottom: 20px;
  }
}
.lower #content .content_area .lower_list_flex .layout_r .bg_wrap::before {
  position: absolute;
  z-index: 1;
  top: 92px;
  left: 0;
  content: "";
  background-color: #eaeaea;
  width: 250%;
  height: calc(100% - 92px);
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.09, 0.92, 1, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.09, 0.92, 1, 1);
  transition: transform 1.5s cubic-bezier(0.09, 0.92, 1, 1);
  transition: transform 1.5s cubic-bezier(0.09, 0.92, 1, 1), -webkit-transform 1.5s cubic-bezier(0.09, 0.92, 1, 1);
}
@media only screen and (max-width: 1024px) {
  .lower #content .content_area .lower_list_flex .layout_r .bg_wrap::before {
    top: 52px;
    left: 16px;
    height: calc(100% - 52px);
  }
}
.lower #content .content_area .lower_list_flex .layout_r .bg_wrap.is_anime::before {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.lower #content .content_area .lower_list_flex .layout_r .bg_wrap.is_anime.in::before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.lower #content .center_bnr {
  text-align: center;
}
.lower #content .center_bnr a {
  display: block;
}
.lower #content .center_bnr.sharedresearch a {
  max-width: 328px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .lower #content .center_bnr.sharedresearch a {
    max-width: none;
  }
}
.lower #content .center_bnr.sharedresearch a img {
  width: 100%;
}

/*                bread
======================================================= */
#bread + #content {
  margin-top: 5.5em;
}
@media only screen and (max-width: 1024px) {
  #bread + #content {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #bread {
    display: none;
  }
}
#bread {
  position: relative;
  z-index: 1;
}
#bread ol {
  overflow: hidden;
}
#bread ol li {
  display: inline-block;
  float: left;
  font-family: FontAwesome, "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 85.7%;
}
#bread ol li:before {
  content: "ー";
  margin: 0 1em;
}
#bread ol li:first-child:before {
  content: "";
  margin: 0;
}
#bread ol li:first-child a::before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 1em;
}
@media only screen and (min-width: 1025px) {
  #bread ol li > a:hover {
    color: #599ee7;
  }
}

/*                サービス
======================================================= */
#service.detail #content .content_area .service_kv {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  #service.detail #content .content_area .service_kv {
    margin-bottom: 25px;
  }
}
#service.detail #content .content_area .service_kv img {
  width: 100%;
  height: auto;
}
#service.detail #content .content_area .mod_cont + #service_link {
  margin-top: -4em;
}
@media only screen and (max-width: 1024px) {
  #service.detail #content .content_area .mod_cont + #service_link {
    margin-top: -2em;
  }
}
#service.detail #content .content_area #service_link + #service_relation {
  margin-top: 4em;
}
@media only screen and (max-width: 1024px) {
  #service.detail #content .content_area #service_link + #service_relation {
    margin-top: 3em;
  }
}
#service.detail #content .content_area #service_link {
  background-color: #eaeaea;
  padding: 20px;
}
@media only screen and (max-width: 1024px) {
  #service.detail #content .content_area #service_link {
    padding: 16px;
  }
}
#service.detail #content .content_area #service_link .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
@media only screen and (max-width: 1024px) {
  #service.detail #content .content_area #service_link .layout {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
#service.detail #content .content_area #service_link .layout .layout_l {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 1024px) {
  #service.detail #content .content_area #service_link .layout .layout_l {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
#service.detail #content .content_area #service_link .layout .layout_l .inner {
  background-color: #fff;
  height: 100%;
  padding: 20px;
}
#service.detail #content .content_area #service_link .layout .layout_r {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 1024px) {
  #service.detail #content .content_area #service_link .layout .layout_r {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 10px;
  }
}
#service.detail #content .content_area #service_link .layout .layout_r .inner {
  background-color: #fff;
  height: 100%;
  padding: 20px 3vw;
}
@media only screen and (max-width: 1200px) {
  #service.detail #content .content_area #service_link .layout .layout_r .inner {
    padding: 20px 3vw;
  }
}
@media only screen and (max-width: 1100px) {
  #service.detail #content .content_area #service_link .layout .layout_r .inner {
    padding: 20px 2.5vw;
  }
}
#service.detail #content .content_area #service_link .layout > .full {
  width: 100%;
}
#service.detail #content .content_area #service_link .layout p.ttl {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
#service.detail #content .content_area #service_link .layout .app_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -4px;
  margin-right: -4px;
}
#service.detail #content .content_area #service_link .layout .app_link .item {
  padding-left: 4px;
  padding-right: 4px;
}
#service.detail #content .content_area #service_link .layout .app_link .item img {
  width: auto;
  height: 100%;
  max-height: 42px;
}
@media only screen and (max-width: 1200px) {
  #service.detail #content .content_area #service_link .layout .app_link .item img {
    max-height: 40px;
  }
}
@media only screen and (max-width: 1100px) {
  #service.detail #content .content_area #service_link .layout .app_link .item img {
    max-height: 38px;
  }
}
@media only screen and (max-width: 1024px) {
  #service.detail #content .content_area #service_link .layout .app_link .item img {
    width: auto;
    height: 100%;
    max-height: 42px;
  }
}
@media only screen and (max-width: 400px) {
  #service.detail #content .content_area #service_link .layout .app_link .item img {
    max-height: 40px;
  }
}
@media only screen and (max-width: 350px) {
  #service.detail #content .content_area #service_link .layout .app_link .item img {
    max-height: 32px;
  }
}
#service.detail #content .content_area #service_link .layout .app_link .item a {
  display: block;
}
#service.detail #content #service_contact {
  position: relative;
  z-index: 1;
  background-color: #1d1d75;
  padding: 80px 16px;
}
@media only screen and (max-width: 1024px) {
  #service.detail #content #service_contact {
    padding: 50px 16px 35px;
  }
}
#service.detail #content #service_contact::before {
  content: "";
  background-color: #1d1d75;
  width: 100%;
  height: 200px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  #service.detail #content #service_contact::before {
    content: none;
  }
}
#service.detail #content #service_contact .block_ttl h2.ttl {
  text-align: center;
  color: #fff;
  font-size: 142.9%;
}
@media only screen and (max-width: 1024px) {
  #service.detail #content #service_contact .block_ttl h2.ttl {
    font-size: 107.1%;
  }
}
#service.detail #content #service_contact .btn_area .btn > a, #service.detail #content #service_contact .btn_area .btn > button, #service.detail #content #service_contact .btn_area .btn > span {
  color: #fff;
}
#service.detail #content #service_index {
  padding: 90px 0 0 0;
}
@media only screen and (max-width: 1024px) {
  #service.detail #content #service_index {
    padding: 35px 0 0 0;
  }
}

/*                企業情報
======================================================= */
#company.lower #content .content_area .bg_ttl {
  top: -140px;
  letter-spacing: 0;
}
@media only screen and (max-width: 1024px) {
  #company.lower #content .content_area .bg_ttl {
    top: -60px;
  }
}
#company .panel_list.company {
  padding-top: 40px;
}
@media only screen and (max-width: 1024px) {
  #company .panel_list.company {
    padding-top: 20px;
    padding-top: 0;
  }
}
#company .panel_list.company .set {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  #company .panel_list.company .set {
    width: 100%;
  }
}
#company #company_index {
  padding: 90px 0 0 0;
}
@media only screen and (max-width: 1024px) {
  #company #company_index {
    padding: 35px 0 0 0;
  }
}
#company #company_index .panel_list.company.mini {
  position: relative;
  padding-top: 0;
}
#company #company_index .panel_list.company.mini::before {
  position: absolute;
  z-index: -1;
  top: 60px;
  left: 90px;
  content: "";
  background-color: #eaeaea;
  width: 200%;
  height: 200%;
}
@media only screen and (max-width: 1024px) {
  #company #company_index .panel_list.company.mini::before {
    top: 50%;
    left: 63px;
  }
}

/*                サステナビリティ
======================================================= */
#sustainability.lower #content .content_area .bg_ttl {
  top: -140px;
  letter-spacing: 0;
}
@media only screen and (max-width: 1024px) {
  #sustainability.lower #content .content_area .bg_ttl {
    top: -60px;
  }
}
#sustainability.lower #content .content_area .photo_list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sustainability.lower #content .content_area .photo_list .set:nth-child(1) {
  width: 50%;
}
@media only screen and (max-width: 900px) {
  #sustainability.lower #content .content_area .photo_list .set:nth-child(1) {
    width: 100%;
  }
}
#sustainability.lower #content .content_area .photo_list .set:nth-child(2) {
  width: 50%;
}
@media only screen and (max-width: 900px) {
  #sustainability.lower #content .content_area .photo_list .set:nth-child(2) {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  #sustainability.lower #content .content_area .aaaaaaapanel_list .set {
    width: 100%;
  }
}
#sustainability.lower #content .content_area .aaaaaaapanel_list .set .set_inner {
  height: auto;
}
#sustainability.lower #content .content_area .aaaaaaapanel_list .set > a {
  height: auto;
  background-color: #f5f5f5;
}
#sustainability.lower #content .content_area .aaaaaaapanel_list .set:nth-child(1) {
  width: 50%;
}
@media only screen and (max-width: 900px) {
  #sustainability.lower #content .content_area .aaaaaaapanel_list .set:nth-child(1) {
    width: 100%;
  }
}
#sustainability.lower #content .content_area .aaaaaaapanel_list .set:nth-child(2) {
  width: 50%;
}
@media only screen and (max-width: 900px) {
  #sustainability.lower #content .content_area .aaaaaaapanel_list .set:nth-child(2) {
    width: 100%;
  }
}
#sustainability.lower #content .content_area .aaaaaaapanel_list .set ul {
  margin-top: 1.5em;
}
#sustainability.lower #content .content_area .aaaaaaapanel_list .set ul li {
  font-size: 114.3%;
  font-weight: 500;
}
#sustainability.lower #content .content_area .aaaaaaapanel_list .set ul li a {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #599ee7;
}
@media only screen and (max-width: 1024px) {
  #sustainability.lower #content .content_area .panel_list {
    display: block;
    margin-bottom: -10px;
  }
}
@media only screen and (max-width: 1024px) {
  #sustainability.lower #content .content_area .panel_list .set {
    width: 100%;
    margin-bottom: 10px;
  }
}
#sustainability.lower #content .content_area .panel_list .set:nth-of-type(-n+2) {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  #sustainability.lower #content .content_area .panel_list .set:nth-of-type(-n+2) {
    width: 100%;
  }
}
#sustainability.lower #content .content_area .panel_list .set:nth-of-type(-n+2) .set_inner {
  padding: 6.5em 1em;
}
@media only screen and (max-width: 1024px) {
  #sustainability.lower #content .content_area .panel_list .set:nth-of-type(-n+2) .set_inner {
    padding: 1.5em 2.5em 1.5em 1em;
  }
}
#sustainability.lower #content .content_area .panel_list .set .set_inner {
  padding: 9em 1em;
}
@media only screen and (max-width: 1024px) {
  #sustainability.lower #content .content_area .panel_list .set .set_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 1.5em 2.5em 1.5em 1em;
  }
}
@media only screen and (max-width: 1024px) {
  #sustainability.lower #content .content_area .panel_list .set .set_inner::after {
    bottom: auto;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (max-width: 1024px) {
  #sustainability.lower #content .content_area .panel_list .set .set_inner .img_box {
    width: 90px;
    margin-right: 0.5em;
  }
}
#sustainability.lower #content .content_area .panel_list .set .set_inner .img_box img {
  max-height: none;
}
@media only screen and (max-width: 1024px) {
  #sustainability.lower #content .content_area .panel_list .set .set_inner .img_box img {
    max-height: 44px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  #sustainability.lower #content .content_area .panel_list .set .set_inner .txt_box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    margin-top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #sustainability.lower #content .content_area .panel_list .set .set_inner .txt_box .ttl {
    text-align: left;
  }
}
#sustainability.lower #content .content_area .panel_list .set a {
  border: 6px #f5f5f5 solid;
}
#sustainability.lower #content .content_area .table_cont {
  margin-bottom: 4em;
}
#sustainability.lower #content .content_area .table_cont p.note {
  font-size: 85.7%;
  text-align: right;
  margin-bottom: 1em;
}
#sustainability.lower #content .content_area .table_cont table {
  table-layout: fixed;
  border-left: 1px #D0D0D0 solid;
  border-top: 1px #D0D0D0 solid;
  margin-bottom: 1em;
}
#sustainability.lower #content .content_area .table_cont table tr th, #sustainability.lower #content .content_area .table_cont table tr td {
  font-size: 92.9%;
  border-right: 1px #D0D0D0 solid;
  border-bottom: 1px #D0D0D0 solid;
  padding: 1em 0.5em;
}
#sustainability.lower #content .content_area .table_cont table tr th {
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
}
#sustainability.lower #content .content_area .table_cont table tr th > span {
  font-size: 12px;
}
#sustainability.lower #content .content_area .table_cont table tr td {
  text-align: right;
}
#sustainability.lower #content .content_area .table_cont table tr td a {
  color: #599ee7;
}
#sustainability.lower #content .content_area .table_cont table tr td a:hover {
  opacity: 0.8;
}
#sustainability.lower #content .content_area .table_cont table .left {
  text-align: left;
}
#sustainability.lower #content .content_area .table_cont table .center {
  text-align: center;
}
#sustainability.lower #content .content_area .table_cont table .right {
  text-align: right;
}
#sustainability.lower #content .content_area .table_cont table .w05per {
  width: 5%;
}
#sustainability.lower #content .content_area .table_cont table .w10per {
  width: 10%;
}
#sustainability.lower #content .content_area .table_cont table .w15per {
  width: 15%;
}
#sustainability.lower #content .content_area .table_cont table .w16per {
  width: 16%;
}
#sustainability.lower #content .content_area .table_cont table .w17per {
  width: 17%;
}
#sustainability.lower #content .content_area .table_cont table .w18per {
  width: 18%;
}
#sustainability.lower #content .content_area .table_cont table .w19per {
  width: 19%;
}
#sustainability.lower #content .content_area .table_cont table .w20per {
  width: 20%;
}
#sustainability.lower #content .content_area .table_cont table .w25per {
  width: 25%;
}
#sustainability.lower #content .content_area .table_cont table .w30per {
  width: 30%;
}
#sustainability.lower #content .content_area .table_cont table .w35per {
  width: 35%;
}
#sustainability.lower #content .content_area .table_cont table .w40per {
  width: 40%;
}
#sustainability.lower #content .content_area .table_cont table .w45per {
  width: 45%;
}
#sustainability.lower #content .content_area .table_cont table .w50per {
  width: 50%;
}
#sustainability.lower #content .content_area .table_cont table .w55per {
  width: 55%;
}
#sustainability.lower #content .content_area .table_cont table .w60per {
  width: 60%;
}
#sustainability.lower #content .content_area .table_cont table .w65per {
  width: 65%;
}
#sustainability.lower #content .content_area .table_cont table .w70per {
  width: 70%;
}
#sustainability.lower #content .content_area .table_cont table .w75per {
  width: 75%;
}
#sustainability.lower #content .content_area .table_cont table .w80per {
  width: 80%;
}
#sustainability.lower #content .content_area .table_cont table .w85per {
  width: 85%;
}
#sustainability.lower #content .content_area .table_cont table .w90per {
  width: 90%;
}
#sustainability.lower #content .content_area .table_cont table .w95per {
  width: 95%;
}
@media only screen and (max-width: 900px) {
  #sustainability.lower #content .content_area .table_cont.scroll {
    overflow: auto;
  }
}
@media only screen and (max-width: 1024px) {
  #sustainability.lower #content .content_area .table_cont.scroll table {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  #sustainability.lower #content .content_area .table_cont.scroll table {
    width: 900px;
  }
}
@media only screen and (max-width: 640px) {
  #sustainability.lower #content .content_area .table_cont.scroll table {
    width: 640px;
  }
}
#sustainability.lower #content .content_area .sustainability_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
  margin: 0 -16px;
}
#sustainability.lower #content .content_area .sustainability_list .set + .set {
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  #sustainability.lower #content .content_area .sustainability_list .set + .set {
    margin-top: 17px;
  }
}
#sustainability.lower #content .content_area .sustainability_list .set .set_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  #sustainability.lower #content .content_area .sustainability_list .set .set_inner {
    display: block;
  }
}
#sustainability.lower #content .content_area .sustainability_list .set .set_inner::after {
  font-family: FontAwesome, "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  font-size: 20px;
  line-height: 1;
  position: absolute;
  bottom: 16px;
  right: 16px;
}
#sustainability.lower #content .content_area .sustainability_list .set .set_inner .img_box {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  #sustainability.lower #content .content_area .sustainability_list .set .set_inner .img_box {
    width: 100%;
  }
}
#sustainability.lower #content .content_area .sustainability_list .set .set_inner .img_box img {
  width: 100%;
  height: auto;
}
#sustainability.lower #content .content_area .sustainability_list .set .set_inner .txt_box {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 300px;
  padding: 0.5em;
}
@media only screen and (max-width: 1024px) {
  #sustainability.lower #content .content_area .sustainability_list .set .set_inner .txt_box {
    min-height: 0;
    width: 100%;
    padding: 1em 1em 2em 1em;
  }
}
#sustainability.lower #content .content_area .sustainability_list .set .set_inner .txt_box .ttl_box {
  padding-left: 100px;
}
@media only screen and (max-width: 1024px) {
  #sustainability.lower #content .content_area .sustainability_list .set .set_inner .txt_box .ttl_box {
    padding-left: 10px;
  }
}
#sustainability.lower #content .content_area .sustainability_list .set .set_inner .txt_box .ttl_box .ttl .jp {
  font-size: 22px;
  font-weight: bold;
  display: block;
}
@media only screen and (max-width: 1024px) {
  #sustainability.lower #content .content_area .sustainability_list .set .set_inner .txt_box .ttl_box .ttl .jp {
    font-size: 18px;
  }
}
#sustainability.lower #content .content_area .sustainability_list .set .set_inner .txt_box .ttl_box .ttl .en {
  font-family: "Roboto", sans-serif;
  color: #599ee7;
  font-size: 16px;
  font-weight: bold;
  display: block;
}
@media only screen and (max-width: 1024px) {
  #sustainability.lower #content .content_area .sustainability_list .set .set_inner .txt_box .ttl_box .ttl .en {
    font-size: 12px;
  }
}
#sustainability.lower #content .content_area .sustainability_list .set a {
  overflow: hidden;
  display: block;
  background-color: #fff;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
#sustainability.lower #content .content_area .sustainability_list .set a:hover img {
  opacity: 1;
}
@media only screen and (min-width: 1025px) {
  #sustainability.lower #content .content_area .sustainability_list .set a:hover {
    -webkit-box-shadow: 0 5px 20px 0 rgba(4, 0, 0, 0.1);
            box-shadow: 0 5px 20px 0 rgba(4, 0, 0, 0.1);
  }
}
@media only screen and (min-width: 1025px) {
  #sustainability.lower #content .content_area .sustainability_list .set a:hover .set_inner::after {
    -webkit-animation: arrowSlide_r 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
    animation: arrowSlide_r 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
  }
}
@media only screen and (min-width: 1025px) {
  #sustainability.lower #content .content_area .sustainability_list .set a:hover .set_inner .txt_box .catch {
    color: #599ee7;
  }
}
#sustainability.lower #content .content_area .sustainability_list.main .set {
  width: 100%;
  padding: 0 16px;
}
@media only screen and (min-width: 1025px) {
  #sustainability.lower #content .content_area .sustainability_list.main .set .set_inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media only screen and (min-width: 1025px) {
  #sustainability.lower #content .content_area .sustainability_list.main .set .set_inner .img_box {
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  #sustainability.lower #content .content_area .sustainability_list.main .set .set_inner .txt_box {
    background-color: #fff;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    width: calc(50% + 262px);
    position: relative;
    padding: 6em 0.5em 6em 262px;
    margin-left: -262px;
  }
}
@media only screen and (min-width: 1025px) {
  #sustainability.lower #content .content_area .sustainability_list.main .set a {
    background: none;
    overflow: visible;
  }
}
@media only screen and (min-width: 1025px) {
  #sustainability.lower #content .content_area .sustainability_list.main .set a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media only screen and (min-width: 1025px) {
  #sustainability.lower #content .content_area .sustainability_list.main .set a:hover .set_inner .txt_box {
    -webkit-box-shadow: 0 5px 20px 0 rgba(4, 0, 0, 0.1);
            box-shadow: 0 5px 20px 0 rgba(4, 0, 0, 0.1);
  }
}
#sustainability.lower #content .content_area .sustainability_list.main .set.mini {
  width: 33.33333333%;
  padding: 0 16px;
}
@media only screen and (max-width: 900px) {
  #sustainability.lower #content .content_area .sustainability_list.main .set.mini {
    width: 100%;
  }
}
#sustainability.lower #content .content_area .sustainability_list.main .set.mini .set_inner {
  display: block;
}
#sustainability.lower #content .content_area .sustainability_list.main .set.mini .set_inner::after {
  z-index: 3;
  bottom: 26px;
}
#sustainability.lower #content .content_area .sustainability_list.main .set.mini .set_inner .img_box {
  position: relative;
  z-index: 1;
  width: auto;
  padding: 0;
  margin-right: 28px;
}
#sustainability.lower #content .content_area .sustainability_list.main .set.mini .set_inner .txt_box {
  position: relative;
  z-index: 2;
  background: #fff;
  min-height: 0;
  width: auto;
  padding: 0;
  margin: 0;
  margin-left: 18px;
  margin-top: -32px;
  padding: 1.2em 1.8em;
}
#sustainability.lower #content .content_area .sustainability_list.main .set.mini .set_inner .txt_box .ttl_box {
  padding-left: 0;
}
#sustainability.lower #content .content_area .sustainability_list.main .set.mini .set_inner .txt_box .ttl_box .ttl .jp {
  font-size: 18px;
  font-weight: bold;
  display: block;
}
@media only screen and (max-width: 1024px) {
  #sustainability.lower #content .content_area .sustainability_list.main .set.mini .set_inner .txt_box .ttl_box .ttl .jp {
    font-size: 14px;
  }
}
#sustainability.lower #content .content_area .sustainability_list.main .set.mini .set_inner .txt_box .ttl_box .ttl .en {
  font-family: "Roboto", sans-serif;
  color: #599ee7;
  font-size: 12px;
  font-weight: bold;
  display: block;
}
@media only screen and (max-width: 1024px) {
  #sustainability.lower #content .content_area .sustainability_list.main .set.mini .set_inner .txt_box .ttl_box .ttl .en {
    font-size: 10px;
  }
}
@media only screen and (max-width: 900px) {
  #sustainability.lower #content .content_area .sustainability_list.main .set.mini a {
    background: none;
  }
}
#sustainability.lower #content .content_area .sustainability_list.main .set.bnr {
  width: 100%;
  padding: 0 16px;
}
@media only screen and (max-width: 900px) {
  #sustainability.lower #content .content_area .sustainability_list.main .set.bnr {
    width: 100%;
  }
}
#sustainability.lower #content .content_area .sustainability_list.main .set.bnr .set_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  #sustainability.lower #content .content_area .sustainability_list.main .set.bnr .set_inner {
    display: block;
    background: none;
  }
}
#sustainability.lower #content .content_area .sustainability_list.main .set.bnr .set_inner::after {
  z-index: 3;
  bottom: 56px;
}
@media only screen and (max-width: 900px) {
  #sustainability.lower #content .content_area .sustainability_list.main .set.bnr .set_inner::after {
    bottom: 48px;
  }
}
@media only screen and (max-width: 640px) {
  #sustainability.lower #content .content_area .sustainability_list.main .set.bnr .set_inner::after {
    bottom: 26px;
  }
}
#sustainability.lower #content .content_area .sustainability_list.main .set.bnr .set_inner .img_box {
  position: relative;
  z-index: 1;
  width: 360px;
  padding: 0;
}
@media only screen and (max-width: 900px) {
  #sustainability.lower #content .content_area .sustainability_list.main .set.bnr .set_inner .img_box {
    width: 300px;
  }
}
@media only screen and (max-width: 640px) {
  #sustainability.lower #content .content_area .sustainability_list.main .set.bnr .set_inner .img_box {
    width: 100%;
    width: auto;
    margin-right: 28px;
  }
}
#sustainability.lower #content .content_area .sustainability_list.main .set.bnr .set_inner .txt_box {
  position: relative;
  z-index: 2;
  background: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-height: 0;
  width: auto;
  padding: 0;
  margin: 0;
  padding: 1.2em 1.8em;
}
@media only screen and (max-width: 640px) {
  #sustainability.lower #content .content_area .sustainability_list.main .set.bnr .set_inner .txt_box {
    background: #fff;
    margin-left: 18px;
    margin-top: -32px;
  }
}
#sustainability.lower #content .content_area .sustainability_list.main .set.bnr .set_inner .txt_box .ttl_box {
  padding-left: 0;
}
#sustainability.lower #content .content_area .sustainability_list.main .set.bnr .set_inner .txt_box .ttl_box .ttl .jp {
  font-size: 18px;
  font-weight: bold;
  display: block;
}
@media only screen and (max-width: 1024px) {
  #sustainability.lower #content .content_area .sustainability_list.main .set.bnr .set_inner .txt_box .ttl_box .ttl .jp {
    font-size: 14px;
  }
}
#sustainability.lower #content .content_area .sustainability_list.main .set.bnr .set_inner .txt_box .ttl_box .ttl .en {
  font-family: "Roboto", sans-serif;
  color: #599ee7;
  font-size: 12px;
  font-weight: bold;
  display: block;
}
@media only screen and (max-width: 1024px) {
  #sustainability.lower #content .content_area .sustainability_list.main .set.bnr .set_inner .txt_box .ttl_box .ttl .en {
    font-size: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #sustainability.lower #content .content_area .sustainability_list.main .set.bnr a {
    background: none;
  }
}
html.en #sustainability.lower #content .content_area .sustainability_list.main .set .set_inner .txt_box .ttl_box .ttl {
  font-family: "Roboto", sans-serif;
}
html.en #sustainability.lower #content .content_area .sustainability_list.main .set .set_inner .txt_box .ttl_box .ttl .jp {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1025px) {
  html.en #sustainability.lower #content .content_area .sustainability_list.main .set a:hover .set_inner .txt_box .ttl .jp {
    color: #599ee7;
  }
}
#sustainability #sustainability_index + .center_bnr {
  margin-top: 50px;
}
#sustainability #sustainability_index {
  padding: 90px 0 0 0;
}
@media only screen and (max-width: 1024px) {
  #sustainability #sustainability_index {
    padding: 35px 0 0 0;
  }
}
#sustainability #sustainability_index .photo_list + .panel_list.sustainability {
  margin-top: 20px;
}
@media only screen and (max-width: 900px) {
  #sustainability #sustainability_index .photo_list + .panel_list.sustainability {
    margin-top: 31px;
  }
}
#sustainability #sustainability_index .panel_list.sustainability {
  position: relative;
}
#sustainability #sustainability_index .panel_list.sustainability::before {
  position: absolute;
  z-index: -1;
  top: 60px;
  left: 90px;
  content: "";
  background-color: #eaeaea;
  width: 200%;
  height: 200%;
}
@media only screen and (max-width: 1024px) {
  #sustainability #sustainability_index .panel_list.sustainability::before {
    top: 58%;
    left: 63px;
  }
}
#sustainability #sustainability_index .panel_list.sustainability.mini::before {
  top: 140px;
}
@media only screen and (max-width: 1024px) {
  #sustainability #sustainability_index .panel_list.sustainability.mini::before {
    top: 20%;
    left: 63px;
  }
}

/*                投資家情報
======================================================= */
#ir .language_switch + #content {
  margin-top: 5.5em;
}
@media only screen and (max-width: 1024px) {
  #ir .language_switch + #content {
    margin-top: 2.5em;
  }
}
#ir .language_switch {
  margin-top: -1.4em;
}
#ir .language_switch .language_switch_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#ir .language_switch .language_switch_inner .language {
  position: relative;
  z-index: 1;
  font-size: 114.3%;
  font-weight: 500;
  padding-left: 1.6em;
}
@media only screen and (max-width: 1024px) {
  #ir .language_switch .language_switch_inner .language {
    font-size: 92.9%;
  }
}
#ir .language_switch .language_switch_inner .language::before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 1025px) {
  #ir .language_switch .language_switch_inner .language:hover {
    color: #599ee7;
  }
}
#ir .list_col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -16px;
  margin-right: -16px;
}
@media only screen and (max-width: 1024px) {
  #ir .list_col2 {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
#ir .list_col2 .layout_l {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  padding-left: 16px;
  padding-right: 16px;
  padding-right: 74px;
}
@media only screen and (max-width: 1024px) {
  #ir .list_col2 .layout_l {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
#ir .list_col2 .layout_r {
  width: 33.33333333%;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (max-width: 1024px) {
  #ir .list_col2 .layout_r {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  #ir .list_col2 .layout_r .ir_info_dl dt {
    margin-bottom: -0.5em;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  #ir .list_col2 .layout_r .ir_info_dl dd {
    padding: 0 16px;
  }
}
#ir .message_main_photo {
  margin: 0 0 3em 0;
}
@media only screen and (max-width: 1024px) {
  #ir .message_main_photo {
    margin: -35px -16px 2.5em -16px;
  }
}
#ir .message_main_photo img {
  width: 100%;
  height: auto;
}
#ir .message_txt p {
  line-height: 1.8;
}
@media only screen and (max-width: 1024px) {
  #ir .message_txt p {
    font-size: 92.9%;
  }
}
#ir .message_signature {
  text-align: right;
  margin-top: 1.5em;
}
#ir .message_signature p {
  font-size: 142.9%;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  #ir .message_signature p {
    font-size: 121.4%;
  }
}
#ir .message_signature p span {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
@media only screen and (max-width: 1024px) {
  #ir .message_signature p span {
    font-size: 13px;
  }
}
#ir .message_signature .name_img img {
  margin-left: auto;
}
#ir .optimal_area .ttl {
  font-size: 128.6%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5em;
}
#ir .optimal_area .optimal_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -19px;
  margin-right: -19px;
}
@media only screen and (max-width: 1024px) {
  #ir .optimal_area .optimal_list {
    margin-left: -14px;
    margin-right: -14px;
  }
}
#ir .optimal_area .optimal_list .set {
  padding-left: 19px;
  padding-right: 19px;
}
@media only screen and (max-width: 1024px) {
  #ir .optimal_area .optimal_list .set {
    padding-left: 14px;
    padding-right: 14px;
  }
}
#ir .optimal_area .optimal_list .set .set_inner .img_box {
  max-width: 110px;
}
@media only screen and (max-width: 1024px) {
  #ir .optimal_area .optimal_list .set .set_inner .img_box {
    max-width: 82px;
  }
}
#ir .optimal_area .optimal_list .set .set_inner .img_box img {
  width: 100%;
  height: auto;
}
#ir #ir_index + .center_bnr {
  margin-top: 50px;
}
#ir #ir_index {
  padding: 90px 0 0 0;
}
@media only screen and (max-width: 1024px) {
  #ir #ir_index {
    padding: 35px 0 0 0;
  }
}
#ir #ir_index .photo_list + .panel_list.ir {
  margin-top: 20px;
}
@media only screen and (max-width: 900px) {
  #ir #ir_index .photo_list + .panel_list.ir {
    margin-top: 31px;
  }
}
#ir #ir_index .panel_list.ir {
  position: relative;
}
#ir #ir_index .panel_list.ir::before {
  position: absolute;
  z-index: -1;
  top: 60px;
  left: 90px;
  content: "";
  background-color: #eaeaea;
  width: 200%;
  height: 200%;
}
@media only screen and (max-width: 1024px) {
  #ir #ir_index .panel_list.ir::before {
    top: 58%;
    left: 63px;
  }
}
#ir #ir_index .panel_list.ir.mini::before {
  top: 140px;
}
@media only screen and (max-width: 1024px) {
  #ir #ir_index .panel_list.ir.mini::before {
    top: 30%;
    left: 63px;
  }
}
#ir .detail_width + .upper_right_btn.irtop {
  margin-top: 100px;
}
@media only screen and (max-width: 1024px) {
  #ir .detail_width + .upper_right_btn.irtop {
    margin-top: 80px;
  }
}
#ir .upper_right_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#ir .upper_right_btn .cont_ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
#ir .upper_right_btn .btn {
  width: auto;
}
#ir .quarter_list .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -18px;
}
@media only screen and (max-width: 1024px) {
  #ir .quarter_list .block {
    display: block;
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #ir .quarter_list .block .set + .set {
    margin-top: 1.8em;
  }
}
#ir .quarter_list .block .set {
  width: 25%;
  padding: 0 18px;
}
@media only screen and (max-width: 1024px) {
  #ir .quarter_list .block .set {
    width: auto;
    padding: 0;
  }
}
#ir .quarter_list .block .set h3.ttl {
  font-size: 128.6%;
  font-weight: bold;
  margin-bottom: 1em;
}
@media only screen and (max-width: 1024px) {
  #ir .quarter_list .block .set h3.ttl {
    font-size: 107.1%;
  }
}
#ir .quarter_list .block .set dl + dl {
  margin-top: 1.5em;
}
#ir .quarter_list .block .set dl dt + dd {
  margin-top: 1em;
}
#ir .quarter_list .block .set dl dt {
  text-decoration: underline;
}
#ir .quarter_list .block .set dl dd ul li + li {
  margin-top: 0.2em;
}
#ir .quarter_list .block .set dl dd ul li {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  letter-spacing: -0.01em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
  padding-left: 1em;
  text-indent: -1em;
}
#ir .quarter_list .block .set dl dd ul li:before {
  background-color: #599ee7;
  content: "";
  display: inline-block;
  position: relative;
  top: -4px;
  border-radius: 100%;
  height: 3px;
  width: 3px;
  margin: 0 5px 0 5px;
}
#ir .quarter_list .block .set dl dd ul li a {
  color: #599ee7;
}
@media only screen and (min-width: 1025px) {
  #ir .quarter_list .block .set dl dd ul li a:hover {
    opacity: 0.8;
  }
}
#ir .intro_frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2em;
}
#ir .intro_frame h2.ttl {
  font-size: 171.4%;
  font-weight: bold;
  padding-right: 1em;
}
@media only screen and (max-width: 1024px) {
  #ir .intro_frame h2.ttl {
    font-size: 121.4%;
  }
}
#ir .intro_frame .filter_select {
  margin-bottom: 0;
}
#ir.lower #content .content_area .bg_ttl {
  top: -155px;
}
@media only screen and (max-width: 1024px) {
  #ir.lower #content .content_area .bg_ttl {
    top: -60px;
    right: 0;
  }
}

/*                お知らせ
======================================================= */
#news.lower #content .content_area .bg_ttl {
  top: -155px;
  right: calc(50% - 1505px);
}
@media only screen and (max-width: 1024px) {
  #news.lower #content .content_area .bg_ttl {
    top: -60px;
    right: calc(50% - 226px);
    right: calc(50% - 403px);
  }
}

/*                リクルート
======================================================= */
#recruit.lower #content .content_area .bg_ttl {
  top: -155px;
}
@media only screen and (max-width: 1024px) {
  #recruit.lower #content .content_area .bg_ttl {
    top: -60px;
    right: calc(50% - 226px);
  }
}

/*                個人情報の取り扱い
======================================================= */
#privacy.lower #content .content_area .privacy_intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4em;
}
@media only screen and (max-width: 1024px) {
  #privacy.lower #content .content_area .privacy_intro {
    margin-bottom: 3em;
  }
}
#privacy.lower #content .content_area .privacy_intro .layout_l {
  width: 72px;
}
#privacy.lower #content .content_area .privacy_intro .layout_l .img_box img {
  width: 100%;
  height: auto;
}
#privacy.lower #content .content_area .privacy_intro .layout_r {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  padding-left: 18px;
}
#privacy.lower #content .content_area .privacy_intro .layout_r .txt_box .ttl {
  font-size: 128.6%;
  font-weight: bold;
  margin-bottom: 0.2em;
}
@media only screen and (max-width: 1024px) {
  #privacy.lower #content .content_area .privacy_intro .layout_r .txt_box .ttl {
    font-size: 107.1%;
  }
}
@media only screen and (max-width: 1024px) {
  #privacy.lower #content .content_area .privacy_intro .layout_r .txt_box p {
    font-size: 92.9%;
  }
}
#privacy.lower #content .content_area .privacy_anchorlink_list {
  margin-left: 1.5em;
  margin-bottom: 1em;
}

/*                クッキーポリシー
======================================================= */
#cookie.lower #content .content_area .table_cont {
  margin-bottom: 4em;
}
#cookie.lower #content .content_area .table_cont p.note {
  font-size: 85.7%;
  text-align: right;
  margin-bottom: 1em;
}
#cookie.lower #content .content_area .table_cont table {
  table-layout: fixed;
  border-left: 1px #D0D0D0 solid;
  border-top: 1px #D0D0D0 solid;
  margin-bottom: 1em;
}
#cookie.lower #content .content_area .table_cont table tr th, #cookie.lower #content .content_area .table_cont table tr td {
  font-size: 92.9%;
  border-right: 1px #D0D0D0 solid;
  border-bottom: 1px #D0D0D0 solid;
  padding: 1em 0.5em;
}
#cookie.lower #content .content_area .table_cont table tr th {
  font-weight: bold;
  background-color: rgb(238, 238, 238);
  text-align: center;
}
#cookie.lower #content .content_area .table_cont table tr th > span {
  font-size: 12px;
}
#cookie.lower #content .content_area .table_cont table tr td a {
  color: #599ee7;
}
#cookie.lower #content .content_area .table_cont table tr td a:hover {
  opacity: 0.8;
}
#cookie.lower #content .content_area .table_cont table .left {
  text-align: left;
}
#cookie.lower #content .content_area .table_cont table .center {
  text-align: center;
}
#cookie.lower #content .content_area .table_cont table .right {
  text-align: right;
}
#cookie.lower #content .content_area .table_cont table .w05per {
  width: 5%;
}
#cookie.lower #content .content_area .table_cont table .w10per {
  width: 10%;
}
#cookie.lower #content .content_area .table_cont table .w15per {
  width: 15%;
}
#cookie.lower #content .content_area .table_cont table .w16per {
  width: 16%;
}
#cookie.lower #content .content_area .table_cont table .w17per {
  width: 17%;
}
#cookie.lower #content .content_area .table_cont table .w18per {
  width: 18%;
}
#cookie.lower #content .content_area .table_cont table .w19per {
  width: 19%;
}
#cookie.lower #content .content_area .table_cont table .w20per {
  width: 20%;
}
#cookie.lower #content .content_area .table_cont table .w25per {
  width: 25%;
}
#cookie.lower #content .content_area .table_cont table .w30per {
  width: 30%;
}
#cookie.lower #content .content_area .table_cont table .w35per {
  width: 35%;
}
#cookie.lower #content .content_area .table_cont table .w40per {
  width: 40%;
}
#cookie.lower #content .content_area .table_cont table .w45per {
  width: 45%;
}
#cookie.lower #content .content_area .table_cont table .w50per {
  width: 50%;
}
#cookie.lower #content .content_area .table_cont table .w55per {
  width: 55%;
}
#cookie.lower #content .content_area .table_cont table .w60per {
  width: 60%;
}
#cookie.lower #content .content_area .table_cont table .w65per {
  width: 65%;
}
#cookie.lower #content .content_area .table_cont table .w70per {
  width: 70%;
}
#cookie.lower #content .content_area .table_cont table .w75per {
  width: 75%;
}
#cookie.lower #content .content_area .table_cont table .w80per {
  width: 80%;
}
#cookie.lower #content .content_area .table_cont table .w85per {
  width: 85%;
}
#cookie.lower #content .content_area .table_cont table .w90per {
  width: 90%;
}
#cookie.lower #content .content_area .table_cont table .w95per {
  width: 95%;
}
@media only screen and (max-width: 900px) {
  #cookie.lower #content .content_area .table_cont.scroll {
    overflow: auto;
  }
}
@media only screen and (max-width: 1024px) {
  #cookie.lower #content .content_area .table_cont.scroll table {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  #cookie.lower #content .content_area .table_cont.scroll table {
    width: 900px;
  }
}
@media only screen and (max-width: 640px) {
  #cookie.lower #content .content_area .table_cont.scroll table {
    width: 640px;
  }
}

/*                お問合わせ
======================================================= */
#contact.lower #content .content_area .bg_ttl {
  top: -155px;
}
@media only screen and (max-width: 1024px) {
  #contact.lower #content .content_area .bg_ttl {
    top: -60px;
    right: calc(50% - 226px);
  }
}
#contact.lower #content .content_area .contact_anchor {
  position: relative;
  z-index: 1;
}
#contact.lower #content .content_area .contact_anchor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}
@media only screen and (max-width: 1024px) {
  #contact.lower #content .content_area .contact_anchor ul {
    margin-left: -8px;
    margin-right: -8px;
  }
}
#contact.lower #content .content_area .contact_anchor ul li {
  width: 50%;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (max-width: 1024px) {
  #contact.lower #content .content_area .contact_anchor ul li {
    font-size: 92.9%;
    padding-left: 8px;
    padding-right: 8px;
  }
}
#contact.lower #content .content_area .contact_anchor ul a {
  position: relative;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 2.1em 3em 2.1em 2em;
}
@media only screen and (max-width: 1024px) {
  #contact.lower #content .content_area .contact_anchor ul a {
    padding: 2.3em 1.5em 2.3em 1em;
  }
}
#contact.lower #content .content_area .contact_anchor ul a::after {
  font-family: FontAwesome, "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#contact.lower #content .content_area .contact_block {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 48px;
}
@media only screen and (max-width: 1024px) {
  #contact.lower #content .content_area .contact_block {
    padding: 30px;
  }
}
#contact.lower #content .content_area .contact_block .contact_set + .contact_set {
  margin-top: 70px;
}
@media only screen and (max-width: 1024px) {
  #contact.lower #content .content_area .contact_block .contact_set + .contact_set {
    margin-top: 40px;
  }
}
#contact.lower #content .content_area .contact_block .contact_set .btn_area {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 25px;
}
#contact.lower #content .content_area .contact_block .contact_set .btn_area .btn + .btn {
  margin-left: 8px;
}
@media only screen and (max-width: 1024px) {
  #contact.lower #content .content_area .contact_block .contact_set .btn_area .btn + .btn {
    margin-left: auto;
    margin-top: 8px;
  }
}

/*                英語
======================================================= */
#ir.en.lower #bread ol li:nth-child(2) {
  display: none !important;
}
#ir.en.lower #content {
  word-break: keep-all;
  line-break: strict;
}
#ir.en.lower #content .content_area + .center_bnr {
  margin-top: 50px;
}
#ir.en.lower #content .content_area .panel_list + .center_bnr {
  margin-top: 50px;
}
#ir.en.lower #content .content_area .bg_ttl {
  top: -140px;
}
@media only screen and (max-width: 1024px) {
  #ir.en.lower #content .content_area .bg_ttl {
    top: -45px;
    right: calc(50% - 200px);
  }
}
/*                記事系
======================================================= */
.article_ttl {
  margin-bottom: 26px;
}
@media only screen and (max-width: 1024px) {
  .article_ttl {
    margin-bottom: 20px;
  }
}
.article_ttl h1 {
  position: relative;
  font-size: 214.3%;
  font-weight: 500;
  padding-bottom: 0.8em;
}
@media only screen and (max-width: 1024px) {
  .article_ttl h1 {
    font-size: 128.6%;
  }
}
.article_ttl h1::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 4px;
  content: "";
  background: #f0f0f0;
}
@media only screen and (max-width: 1024px) {
  .article_ttl h1::after {
    height: 3px;
  }
}
.article_ttl .date {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #a2a2a2;
  margin-bottom: 0.2em;
}
@media only screen and (max-width: 1024px) {
  .article_ttl .date {
    font-size: 78.6%;
  }
}

.mod_ttl h2.ttl {
  position: relative;
  font-size: 171.4%;
  font-weight: bold;
  padding-left: 1em;
  padding-top: 0.35em;
  padding-bottom: 0.45em;
}
@media only screen and (max-width: 1024px) {
  .mod_ttl h2.ttl {
    font-size: 121.4%;
  }
}
.mod_ttl h2.ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background-color: #599ee7;
  width: 3px;
  height: 100%;
}
.mod_ttl h2.ttl.line_btm {
  font-size: 200%;
  text-align: center;
  padding: 0 1em 0.45em 1em;
}
@media only screen and (max-width: 1024px) {
  .mod_ttl h2.ttl.line_btm {
    font-size: 142.9%;
  }
}
.mod_ttl h2.ttl.line_btm::before {
  content: none;
}
.mod_ttl h2.ttl.line_btm::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  background-color: #599ee7;
  width: 100%;
  height: 3px;
}
.mod_ttl h2.ttl.line_btm_gray {
  font-size: 214.3%;
  padding: 0 1em 0.45em 0;
}
@media only screen and (max-width: 1024px) {
  .mod_ttl h2.ttl.line_btm_gray {
    font-size: 142.9%;
  }
}
.mod_ttl h2.ttl.line_btm_gray::before {
  content: none;
}
.mod_ttl h2.ttl.line_btm_gray::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  background-color: #F0F0F0;
  width: 100%;
  height: 4px;
}
@media only screen and (max-width: 1024px) {
  .mod_ttl h2.ttl.line_btm_gray::after {
    height: 3px;
  }
}
.mod_ttl h3.ttl {
  font-size: 128.6%;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .mod_ttl h3.ttl {
    font-size: 107.1%;
  }
}
.mod_ttl h4.ttl {
  font-size: 114.3%;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .mod_ttl h4.ttl {
    font-size: 100%;
  }
}
.mod_ttl h2.ttl.circle_layout,
.mod_ttl h3.ttl.circle_layout,
.mod_ttl h4.ttl.circle_layout {
  position: relative;
  font-size: 128.6%;
  border-bottom: 2px #ededed solid;
  padding: 0 0 1em 1.2em;
}
@media only screen and (max-width: 1024px) {
  .mod_ttl h2.ttl.circle_layout,
  .mod_ttl h3.ttl.circle_layout,
  .mod_ttl h4.ttl.circle_layout {
    font-size: 107.1%;
    padding: 0 0 0.8em 1.2em;
  }
}
.mod_ttl h2.ttl.circle_layout::before,
.mod_ttl h3.ttl.circle_layout::before,
.mod_ttl h4.ttl.circle_layout::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  background-color: #599ee7;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
@media only screen and (max-width: 1024px) {
  .mod_ttl h2.ttl.circle_layout::before,
  .mod_ttl h3.ttl.circle_layout::before,
  .mod_ttl h4.ttl.circle_layout::before {
    top: 7px;
    width: 8px;
    height: 8px;
  }
}
.mod_ttl h2.ttl.number_layout,
.mod_ttl h3.ttl.number_layout,
.mod_ttl h4.ttl.number_layout {
  font-size: 128.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 2px #ededed solid;
  padding: 0 0 1em 0;
}
@media only screen and (max-width: 1024px) {
  .mod_ttl h2.ttl.number_layout,
  .mod_ttl h3.ttl.number_layout,
  .mod_ttl h4.ttl.number_layout {
    font-size: 107.1%;
    padding: 0 0 0.8em 0;
  }
}
.mod_ttl h2.ttl.number_layout::before,
.mod_ttl h3.ttl.number_layout::before,
.mod_ttl h4.ttl.number_layout::before {
  content: none;
}
.mod_ttl h2.ttl.number_layout span.number,
.mod_ttl h3.ttl.number_layout span.number,
.mod_ttl h4.ttl.number_layout span.number {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  background: #70a9dc;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .mod_ttl h2.ttl.number_layout span.number,
  .mod_ttl h3.ttl.number_layout span.number,
  .mod_ttl h4.ttl.number_layout span.number {
    font-size: 13px;
    width: 26px;
    height: 26px;
  }
}
.mod_ttl h2.ttl.number_layout span.txt,
.mod_ttl h3.ttl.number_layout span.txt,
.mod_ttl h4.ttl.number_layout span.txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding-left: 0.8em;
}
.mod_ttl h2.ttl.bg_layout,
.mod_ttl h3.ttl.bg_layout,
.mod_ttl h4.ttl.bg_layout {
  display: block;
  padding: 0;
}
.mod_ttl h2.ttl.bg_layout::before,
.mod_ttl h3.ttl.bg_layout::before,
.mod_ttl h4.ttl.bg_layout::before {
  content: none;
}
.mod_ttl h2.ttl.bg_layout > span,
.mod_ttl h2.ttl.bg_layout > a,
.mod_ttl h3.ttl.bg_layout > span,
.mod_ttl h3.ttl.bg_layout > a,
.mod_ttl h4.ttl.bg_layout > span,
.mod_ttl h4.ttl.bg_layout > a {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  display: block;
  background-color: #edf2f6;
  border-radius: 8px;
  padding: 1em 1.5em;
}
@media only screen and (max-width: 1024px) {
  .mod_ttl h2.ttl.bg_layout > span,
  .mod_ttl h2.ttl.bg_layout > a,
  .mod_ttl h3.ttl.bg_layout > span,
  .mod_ttl h3.ttl.bg_layout > a,
  .mod_ttl h4.ttl.bg_layout > span,
  .mod_ttl h4.ttl.bg_layout > a {
    font-size: 16px;
    padding: 1em 1.2em;
  }
}
.mod_ttl h2.ttl.bg_layout > span::before,
.mod_ttl h2.ttl.bg_layout > a::before,
.mod_ttl h3.ttl.bg_layout > span::before,
.mod_ttl h3.ttl.bg_layout > a::before,
.mod_ttl h4.ttl.bg_layout > span::before,
.mod_ttl h4.ttl.bg_layout > a::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  content: "";
  background-color: #599ee7;
  width: 4px;
  height: calc(100% - 1.8em);
}
@media only screen and (max-width: 1024px) {
  .mod_ttl h2.ttl.bg_layout > span::before,
  .mod_ttl h2.ttl.bg_layout > a::before,
  .mod_ttl h3.ttl.bg_layout > span::before,
  .mod_ttl h3.ttl.bg_layout > a::before,
  .mod_ttl h4.ttl.bg_layout > span::before,
  .mod_ttl h4.ttl.bg_layout > a::before {
    width: 3px;
  }
}
.mod_ttl h2.ttl.bg_layout > a,
.mod_ttl h3.ttl.bg_layout > a,
.mod_ttl h4.ttl.bg_layout > a {
  padding: 1em 2em 1em 1.5em;
}
@media only screen and (max-width: 1024px) {
  .mod_ttl h2.ttl.bg_layout > a,
  .mod_ttl h3.ttl.bg_layout > a,
  .mod_ttl h4.ttl.bg_layout > a {
    padding: 1em 2em 1em 1.2em;
  }
}
.mod_ttl h2.ttl.bg_layout > a::after,
.mod_ttl h3.ttl.bg_layout > a::after,
.mod_ttl h4.ttl.bg_layout > a::after {
  font-family: FontAwesome, "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  color: #222;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 1025px) {
  .mod_ttl h2.ttl.bg_layout > a:hover,
  .mod_ttl h3.ttl.bg_layout > a:hover,
  .mod_ttl h4.ttl.bg_layout > a:hover {
    opacity: 0.8;
  }
}

.mod_ttl {
  margin-bottom: 2.2em;
}
@media only screen and (max-width: 1024px) {
  .mod_ttl {
    margin-bottom: 1.2em;
  }
}

.mod_cont {
  margin-bottom: 4.6em;
}
@media only screen and (max-width: 1024px) {
  .mod_cont {
    margin-bottom: 2.2em;
  }
}

.mod_cont img {
  width: auto;
  height: auto;
  margin: 0 auto;
}
.mod_cont p.note {
  font-size: 85.7%;
}
@media only screen and (max-width: 1024px) {
  .mod_cont p.note {
    font-size: 78.6%;
  }
}
.mod_cont .img_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}
.mod_cont .img_cont .img_set {
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .img_cont .img_set .img_wrap img.pc {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .mod_cont .img_cont .img_set .img_wrap img.sp {
    display: none;
  }
}
.mod_cont .img_cont .img_set .cap {
  font-size: 85.7%;
  margin-top: 0.8em;
}
.mod_cont .img_cont .img_set .cap.txt_c {
  text-align: center;
}
.mod_cont .img_cont .img_set .cap.txt_r {
  text-align: right;
}
.mod_cont .img_cont.main {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .img_cont.main {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.mod_cont .img_cont.main .img_set + .img_set {
  margin-top: 32px;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .img_cont.main .img_set + .img_set {
    margin-top: 16px;
  }
}
.mod_cont .img_cont.main .img_set {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .img_cont.main .img_set .cap {
    padding: 0 16px;
  }
}
.mod_cont .img_cont.img1 {
  margin-left: 0;
  margin-right: 0;
}
.mod_cont .img_cont.img1 .img_set + .img_set {
  margin-top: 32px;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .img_cont.img1 .img_set + .img_set {
    margin-top: 16px;
  }
}
.mod_cont .img_cont.img1 .img_set {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .img_cont.img1 .img_set .cap {
    padding: 0 16px;
  }
}
.mod_cont .img_cont.img2 {
  margin-bottom: -32px;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .img_cont.img2 {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: -16px;
  }
}
.mod_cont .img_cont.img2 .img_set {
  width: 50%;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .img_cont.img2 .img_set {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.mod_cont .img_cont.center {
  margin-left: 0;
  margin-right: 0;
}
.mod_cont .img_cont.center .img_set + .img_set {
  margin-top: 24px;
}
@media only screen and (max-width: 900px) {
  .mod_cont .img_cont.center .img_set + .img_set {
    margin-top: 16px;
  }
}
.mod_cont .img_cont.center .img_set {
  max-width: 640px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}
.mod_cont .img_cont a {
  display: block;
}
.mod_cont .center_img_cont img {
  width: auto;
  height: auto;
  max-width: 640px;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .center_img_cont img {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .mod_cont .scroll_img_cont .img_set {
    overflow-x: auto;
    white-space: nowrap;
    text-align: center;
    margin-right: -16px;
    padding-bottom: 1em;
  }
}
@media only screen and (max-width: 1024px) {
  .mod_cont .scroll_img_cont .img_set .img_wrap {
    display: inline-block;
  }
}
@media only screen and (max-width: 1024px) {
  .mod_cont .scroll_img_cont .img_set .img_wrap img {
    max-width: none;
  }
}
.mod_cont .catch_txt_cont .catch + .txt {
  margin-top: 1.5em;
  margin-top: 0.5em;
}
.mod_cont .catch_txt_cont .catch p {
  font-size: 128.6%;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .catch_txt_cont .catch p {
    font-size: 107.1%;
  }
}
.mod_cont .catch_txt_cont .catch.center {
  text-align: center;
}
.mod_cont .catch_txt_cont .txt p {
  line-height: 2.2;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .catch_txt_cont .txt p {
    line-height: 1.8;
    font-size: 92.9%;
  }
}
.mod_cont .gmap_cont {
  margin-left: auto;
  margin-right: auto;
}
.mod_cont .gmap_cont .gmap {
  position: relative;
  padding-bottom: 51.1494%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .gmap_cont .gmap {
    padding-bottom: 75.8017%;
  }
}
.mod_cont .gmap_cont .gmap iframe,
.mod_cont .gmap_cont .gmap object,
.mod_cont .gmap_cont .gmap embed {
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mod_cont .yt_cont {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.mod_cont .yt_cont .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.mod_cont .yt_cont .youtube iframe,
.mod_cont .yt_cont .youtube object,
.mod_cont .yt_cont .youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mod_cont .parentheses_list_cont ol {
  counter-reset: item;
}
.mod_cont .parentheses_list_cont ol > li + li {
  margin-top: 1em;
}
.mod_cont .parentheses_list_cont ol > li {
  padding-left: 1.7em;
  text-indent: -1.7em;
}
.mod_cont .parentheses_list_cont ol > li:before {
  counter-increment: item;
  content: "(" counter(item) ") ";
  margin-right: 0.15em;
  display: inline-block;
  width: 1.5em;
  text-align: right;
}
.mod_cont .anchor_list_cont ul > li + li {
  margin-top: 1.5em;
}
.mod_cont .anchor_list_cont ul > li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .anchor_list_cont ul > li {
    font-size: 92.9%;
  }
}
.mod_cont .anchor_list_cont ul > li a {
  color: #599ee7;
}
.mod_cont .anchor_list_cont ul > li a::before {
  font-family: FontAwesome, "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222;
  content: "\f107";
  font-size: 18px;
  line-height: 1;
  position: relative;
  margin-right: 0.5em;
}
.mod_cont .imgtxt_cont .imgtxt_set + .imgtxt_set {
  margin-top: 4em;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .imgtxt_cont .imgtxt_set + .imgtxt_set {
    margin-top: 2em;
  }
}
.mod_cont .imgtxt_cont .imgtxt_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -29px;
  margin-right: -29px;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .imgtxt_cont .imgtxt_set {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .mod_cont .imgtxt_cont .imgtxt_set .img_box + .txt_box {
    margin-top: 1em;
  }
}
.mod_cont .imgtxt_cont .imgtxt_set .img_box {
  width: 55.55555556%;
  padding-left: 29px;
  padding-right: 29px;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .imgtxt_cont .imgtxt_set .img_box {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.mod_cont .imgtxt_cont .imgtxt_set .img_box .img_wrap img {
  width: auto;
  height: auto;
  margin: 0 auto;
}
.mod_cont .imgtxt_cont .imgtxt_set .img_box .cap {
  font-size: 85.7%;
  margin-top: 0.8em;
}
.mod_cont .imgtxt_cont .imgtxt_set .img_box .cap.txt_c {
  text-align: center;
}
.mod_cont .imgtxt_cont .imgtxt_set .img_box .cap.txt_r {
  text-align: right;
}
.mod_cont .imgtxt_cont .imgtxt_set .txt_box {
  width: 44.44444444%;
  padding-left: 29px;
  padding-right: 29px;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .imgtxt_cont .imgtxt_set .txt_box {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.mod_cont .imgtxt_cont .imgtxt_set .txt_box .ttl + p {
  margin-top: 1.2em;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .imgtxt_cont .imgtxt_set .txt_box .ttl + p {
    margin-top: 1em;
  }
}
.mod_cont .imgtxt_cont .imgtxt_set .txt_box .ttl {
  font-size: 128.6%;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .imgtxt_cont .imgtxt_set .txt_box .ttl {
    font-size: 107.1%;
  }
}
@media only screen and (max-width: 1024px) {
  .mod_cont .imgtxt_cont .imgtxt_set .txt_box p {
    font-size: 92.9%;
  }
}
.mod_cont .imgtxt_cont .imgtxt_set.re {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.mod_cont .imgtxt_cont .imgtxt_set.around {
  display: block;
  overflow: hidden;
}
.mod_cont .imgtxt_cont .imgtxt_set.around .img_box {
  float: right;
  padding-bottom: 29px;
  margin-left: 29px;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .imgtxt_cont .imgtxt_set.around .img_box {
    float: none;
    padding-bottom: 0;
    margin-left: 0;
  }
}
.mod_cont .imgtxt_cont .imgtxt_set.around .txt_box {
  width: 100%;
}
.mod_cont .imgtxt_cont .imgtxt_set.around.re .img_box {
  float: left;
  padding-bottom: 29px;
  margin-left: 0;
  margin-right: 29px;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .imgtxt_cont .imgtxt_set.around.re .img_box {
    float: none;
    padding-bottom: 0;
  }
}
.mod_cont .imgtxt_cont .imgtxt_set.v2 .img_box {
  width: 360px;
  padding-left: 45px;
  padding-right: 45px;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .imgtxt_cont .imgtxt_set.v2 .img_box {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.mod_cont .imgtxt_cont .imgtxt_set.v2 .txt_box {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding-left: 45px;
  padding-right: 45px;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .imgtxt_cont .imgtxt_set.v2 .txt_box {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.mod_cont .imgtxt_cont .imgtxt_set.v2 .txt_box .link_box {
  margin-top: 2em;
}
.mod_cont .imgtxt_cont .imgtxt_set.v2 .txt_box .link_box p.bold {
  font-weight: bold;
  margin-bottom: 1em;
}
.mod_cont .imgtxt_cont .imgtxt_set.v2 .txt_box .link_box .btn {
  text-align: left;
}
.mod_cont .imgtxt_cont .imgtxt_set.v2 .txt_box .link_box .btn a {
  text-align: center;
}
.mod_cont .txt_link_cont ul li + li {
  margin-top: 0.8em;
}
.mod_cont .txt_link_cont ul li {
  line-height: 1;
}
.mod_cont .txt_link_cont ul li:after {
  font-family: FontAwesome, "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  color: #222;
  font-size: 18px;
  position: relative;
  top: 1px;
  padding-left: 10px;
}
.mod_cont .txt_link_cont ul li > a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #599ee7;
  line-height: 1.5;
  /*
    &:after{
    @include fa;
    content: "\f105";
    //color: $hoverColor;
    color: $baseColor;
    font-size: 18px;
    //font-weight: bold;
    position: relative;
    top: 1px;
    padding-left: 10px;
  }
    */
}
@media only screen and (min-width: 1025px) {
  .mod_cont .txt_link_cont ul li > a:hover {
    opacity: 0.8;
  }
}
.mod_cont .txt_link_cont ul li > a.icon_none:after {
  content: none;
}
.mod_cont .txt_link_cont ul li > a.tel_link {
  color: #222;
}
.mod_cont .txt_link_cont ul li > span {
  line-height: 1.5;
}
.mod_cont .link_cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -6px -12px;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .link_cont ul {
    display: block;
    margin: 0 0 -12px;
  }
}
.mod_cont .link_cont ul li {
  width: 50%;
  padding: 0 6px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .link_cont ul li {
    width: 100%;
    padding: 0;
  }
}
.mod_cont .link_cont ul a {
  position: relative;
  font-size: 100%;
  color: #70a9dc;
  font-weight: bold;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  min-height: 80px;
  border: 1px #dcdcdc solid;
  padding: 1em 2.5em 1em 2em;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .link_cont ul a {
    padding: 1em 2.5em 1em 1em;
  }
}
.mod_cont .link_cont ul a::after {
  font-family: FontAwesome, "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  color: #222;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 1025px) {
  .mod_cont .link_cont ul a:hover {
    opacity: 0.8;
  }
}
.mod_cont .bold_cont p {
  font-weight: bold;
  font-size: 128.6%;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .bold_cont p {
    font-size: 107.1%;
  }
}
.mod_cont .index_cont {
  border-top: 1px #dcdcdc solid;
  border-bottom: 1px #dcdcdc solid;
  padding: 1.5em 0;
}
.mod_cont .index_cont .ttl_box {
  margin-bottom: 1.5em;
}
.mod_cont .index_cont .ttl_box .ttl {
  font-size: 128.6%;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .index_cont .ttl_box .ttl {
    font-size: 107.1%;
  }
}
.mod_cont .index_cont .anchor_box .set + .set {
  margin-top: 2em;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .index_cont .anchor_box .set .set_inner .link {
    font-size: 92.9%;
  }
}
.mod_cont .index_cont .anchor_box .set .set_inner .link a {
  color: #599ee7;
  position: relative;
  display: block;
  padding-left: 1.2em;
}
.mod_cont .index_cont .anchor_box .set .set_inner .link a::before {
  font-family: FontAwesome, "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222;
  content: "\f107";
  font-size: 18px;
  line-height: 1;
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mod_cont .index_cont .anchor_box .set .set_inner .add {
  margin-left: 18px;
  margin-top: 1.5em;
}
.mod_cont .index_cont .anchor_box .set .set_inner .add p + .circle {
  margin-top: 0.5em;
}
.mod_cont .enclosure_cont {
  background: #F4F4F4;
  padding: 1.5em 2.5em;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .enclosure_cont {
    padding: 1.5em;
  }
}
.mod_cont .enclosure_cont.border {
  border: 1px #D8D8D8 solid;
  background: none;
}
.mod_cont .column2_cont table {
  table-layout: fixed;
  border-left: 1px #D0D0D0 solid;
  border-top: 1px #D0D0D0 solid;
}
.mod_cont .column2_cont table thead th + th {
  width: 55%;
}
.mod_cont .column2_cont table thead th {
  font-weight: bold;
  background-color: #f5f5f5;
}
.mod_cont .column2_cont table tbody {
  vertical-align: top;
}
.mod_cont .column2_cont table tr th, .mod_cont .column2_cont table tr td {
  border-right: 1px #D0D0D0 solid;
  border-bottom: 1px #D0D0D0 solid;
  padding: 1em 1.5em;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .column2_cont table tr th, .mod_cont .column2_cont table tr td {
    font-size: 85.7%;
  }
}
@media only screen and (max-width: 1024px) {
  .mod_cont .column2_cont.scroll {
    overflow: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .mod_cont .column2_cont.scroll table {
    width: 900px;
  }
}
@media only screen and (max-width: 640px) {
  .mod_cont .column2_cont.scroll table {
    width: 640px;
  }
}
.mod_cont .center_cont {
  text-align: center;
}
.mod_cont .center_cont .lead + p {
  margin-top: 2em;
}
.mod_cont .center_cont .lead {
  font-size: 142.9%;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .center_cont .lead {
    font-size: 128.6%;
  }
}
.mod_cont .border_cont {
  border: 1px #D8D8D8 solid;
}
.mod_cont .circle_list_cont ul > li {
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
}
.mod_cont .circle_list_cont ul > li:before {
  background-color: #222;
  content: "";
  display: inline-block;
  position: relative;
  top: -4px;
  border-radius: 100%;
  height: 4px;
  width: 4px;
  margin: 0 5px 0 5px;
}
.mod_cont .count_list_cont ol {
  counter-reset: item;
}
.mod_cont .count_list_cont ol > li {
  font-weight: bold;
  padding-left: 1.7em;
  text-indent: -1.7em;
}
.mod_cont .count_list_cont ol > li:before {
  color: #599ee7;
  counter-increment: item;
  content: counter(item) ".";
  margin-right: 0.15em;
  display: inline-block;
  width: 1.5em;
  text-align: right;
}
.mod_cont .count_big_list_cont ol {
  counter-reset: item;
}
.mod_cont .count_big_list_cont ol > li {
  position: relative;
  font-size: 114.3%;
  font-weight: bold;
  border-bottom: 1px #D8D8D8 solid;
  padding-left: 64px;
  text-indent: 0;
  padding-bottom: 1em;
  margin-bottom: 1.2em;
}
.mod_cont .count_big_list_cont ol > li:before {
  line-height: 1;
  position: absolute;
  top: -3px;
  left: 0;
  font-size: 32px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #A8A8A8;
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  margin-right: 0.15em;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .count_big_list_cont ol > li:before {
    font-size: 28px;
    top: -2px;
  }
}
.mod_cont .bg_gray_cont {
  background: #F4F4F4;
  padding: 2.5em;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .bg_gray_cont {
    padding: 2em;
  }
}
.mod_cont .relation_info_cont {
  border: 1px #D8D8D8 solid;
  padding: 3em;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .relation_info_cont {
    padding: 2em;
  }
}
.mod_cont .relation_info_cont dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .relation_info_cont dl {
    display: block;
  }
}
.mod_cont .relation_info_cont dl dt {
  font-size: 142.9%;
  font-weight: bold;
  padding-right: 2em;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .relation_info_cont dl dt {
    text-align: center;
    width: 100%;
    font-size: 128.6%;
    padding-right: 0;
    padding-bottom: 0.8em;
  }
}
.mod_cont .relation_info_cont dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  border-left: 1px #D8D8D8 solid;
  padding-left: 3em;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .relation_info_cont dl dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    border-left: none;
    border-top: 1px #D8D8D8 solid;
    padding-left: 0;
    padding-top: 1em;
  }
}
.mod_cont .relation_info_cont dl dd ul li + li {
  margin-top: 0.8em;
}
.mod_cont .relation_info_cont dl dd ul li {
  line-height: 1;
}
.mod_cont .relation_info_cont dl dd ul li > a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #599ee7;
  line-height: 1.5;
}
.mod_cont .relation_info_cont dl dd ul li > a:after {
  font-family: FontAwesome, "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  color: #599ee7;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  top: 1px;
  padding-left: 10px;
}
@media only screen and (min-width: 1025px) {
  .mod_cont .relation_info_cont dl dd ul li > a:hover {
    opacity: 0.8;
  }
}
.mod_cont .relation_info_cont dl dd ul li > a.icon_none:after {
  content: none;
}
.mod_cont .relation_info_cont dl dd ul li > a.tel_link {
  color: #222;
}
.mod_cont .relation_info_cont dl dd ul li > span {
  line-height: 1.5;
}
.mod_cont .relation_info_cont dl dd ul li.blank a:after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  font-size: 14px;
}
.mod_cont .relation_info_cont dl dd ul li.pdf a:after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  font-size: 18px;
  position: relative;
  top: 3px;
}
.mod_cont .table_cont table {
  table-layout: fixed;
  border-left: 1px #D0D0D0 solid;
  border-top: 1px #D0D0D0 solid;
}
.mod_cont .table_cont table tr th, .mod_cont .table_cont table tr td {
  border-right: 1px #D0D0D0 solid;
  border-bottom: 1px #D0D0D0 solid;
  padding: 1em;
}
.mod_cont .table_cont table tr th {
  font-weight: bold;
  color: #fff;
  background-color: #A8A8A8;
}
.mod_cont .table_cont table tr td a {
  color: #599ee7;
}
.mod_cont .table_cont table tr td a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .table_cont.scroll {
    overflow: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .mod_cont .table_cont.scroll table {
    width: 900px;
  }
}
@media only screen and (max-width: 640px) {
  .mod_cont .table_cont.scroll table {
    width: 640px;
  }
}

/*                エディター
======================================================= */
.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
  font-weight: bold;
  line-height: 2;
}
.editor h1 {
  font-size: 257.1%;
}
@media only screen and (max-width: 1024px) {
  .editor h1 {
    font-size: 171.4%;
  }
}
.editor h2 {
  font-size: 228.6%;
}
@media only screen and (max-width: 1024px) {
  .editor h2 {
    font-size: 157.1%;
  }
}
.editor h3 {
  font-size: 157.1%;
}
@media only screen and (max-width: 1024px) {
  .editor h3 {
    font-size: 142.9%;
  }
}
.editor h4 {
  font-size: 142.9%;
}
@media only screen and (max-width: 1024px) {
  .editor h4 {
    font-size: 128.6%;
  }
}
.editor h5 {
  font-size: 128.6%;
}
@media only screen and (max-width: 1024px) {
  .editor h5 {
    font-size: 114.3%;
  }
}
.editor h6 {
  font-size: 114.3%;
}
@media only screen and (max-width: 1024px) {
  .editor h6 {
    font-size: 100%;
  }
}
.editor a {
  color: #599ee7;
}
.editor blockquote {
  background: #eee;
  padding: 1.5em;
}
.editor ul > li {
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
}
.editor ul > li:before {
  background-color: #222;
  content: "";
  display: inline-block;
  position: relative;
  top: -4px;
  border-radius: 100%;
  height: 4px;
  width: 4px;
  margin: 0 5px 0 5px;
}
.editor ol {
  counter-reset: item;
}
.editor ol > li {
  font-weight: bold;
  padding-left: 1.7em;
  text-indent: -1.7em;
}
.editor ol > li:before {
  color: #599ee7;
  counter-increment: item;
  content: counter(item) ".";
  margin-right: 0.15em;
  display: inline-block;
  width: 1.5em;
  text-align: right;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 0.5em !important;
}

.mb1 {
  margin-bottom: 1em !important;
}

.mb2 {
  margin-bottom: 2em !important;
}

.mb3 {
  margin-bottom: 3em !important;
}

.mb4 {
  margin-bottom: 4em !important;
}

.mb5 {
  margin-bottom: 5em !important;
}

.mb6 {
  margin-bottom: 6em !important;
}

.mb7 {
  margin-bottom: 7em !important;
}

.mb8 {
  margin-bottom: 8em !important;
}

.mb9 {
  margin-bottom: 9em !important;
}

.mb10 {
  margin-bottom: 10em !important;
}