@charset "UTF-8";
/**
 * action配下
 */
/* ==========================================================================
  共通
  ========================================================================== */
* {
  box-sizing: border-box; }

body {
  min-width: 1044px; }
  @media screen and (max-width: 767px) {
    body {
      min-width: inherit; } }
  body img {
    max-width: 100%; }

#topicpath .navigation {
  width: 1004px;
  box-sizing: border-box;
  background: none;
  padding-left: 0; }
  #topicpath .navigation img {
    margin: 0 15px 0 3px; }
  #topicpath .navigation li:first-child {
    padding-left: 20px;
    background: url(/common/css/img/icon_home.gif) no-repeat left 4px; }
  #topicpath .navigation li {
    margin-right: 15px; }

@media screen and (max-width: 767px) {
  #topicpath {
    padding-left: 10px; }
    #topicpath .navigation {
      width: 100%; }
      #topicpath .navigation img {
        vertical-align: middle; } }

#topicpath.topicpath-bottom {
  margin-bottom: 0; }

.local-nav__block {
  background: #d1e4f1;
  padding: 80px 0;
  margin: 25px 0 -50px 0; }
  @media screen and (max-width: 767px) {
    .local-nav__block {
      padding: 40px 10px;
      margin: 25px 0 -25px 0; } }
  .local-nav__block .local-nav-heading {
    font-size: 138.46154%;
    text-align: center;
    color: #0068b4;
    font-weight: bold;
    margin-bottom: 20px; }
  .local-nav__block .local-nav-info {
    display: block;
    width: 1024px;
    margin: auto; }
    .local-nav__block .local-nav-info:after {
      content: "";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    @media screen and (max-width: 767px) {
      .local-nav__block .local-nav-info {
        width: 100%; } }
    .local-nav__block .local-nav-info li {
      width: 200px;
      float: left;
      margin: 0 6px 0 0; }
      .local-nav__block .local-nav-info li:nth-child(5n) {
        float: right;
        margin-right: 0; }
        @media screen and (max-width: 767px) {
          .local-nav__block .local-nav-info li:nth-child(5n) {
            float: none; } }
      @media screen and (max-width: 767px) {
        .local-nav__block .local-nav-info li {
          width: 100%;
          margin: 0 0 1px 0; }
          .local-nav__block .local-nav-info li img {
            width: 100%; }
          .local-nav__block .local-nav-info li:nth-child(2n) {
            float: right; } }
      .local-nav__block .local-nav-info li .local-nav__text {
        display: table;
        width: 100%; }
        .local-nav__block .local-nav-info li .local-nav__text span {
          display: table-cell;
          height: 54px;
          line-height: 1.5;
          vertical-align: middle;
          padding: 0 25px 0 10px;
          background: #f2f2f2 url("img/arrow_right_blue.svg") no-repeat 95% center;
          color: #0068b4; }
      @media screen and (max-width: 767px) {
        .local-nav__block .local-nav-info li .local-nav__photo {
          display: none; } }
      .local-nav__block .local-nav-info li a {
        display: inline-block;
        width: 100%; }
        .local-nav__block .local-nav-info li a.active span {
          display: table-cell;
          width: 100%;
          line-height: 1.5;
          vertical-align: middle;
          padding: 0 25px 0 10px;
          background: #0068b4;
          color: #fff; }
        .local-nav__block .local-nav-info li a:hover {
          opacity: 0.9;
          text-decoration: none; }

.three-phase-head {
  padding: 80px 0;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .three-phase-head {
      padding: 40px 10px;
      margin-bottom: 30px; } }

.three-phase__inner {
  width: 1024px;
  margin: auto; }
  @media screen and (max-width: 767px) {
    .three-phase__inner {
      width: 100%; } }

.three-phase__heading {
  font-size: 215.38462%;
  text-align: center;
  font-weight: bold;
  position: relative;
  line-height: 1.5;
  letter-spacing: -2px; }
  @media screen and (max-width: 767px) {
    .three-phase__heading {
      font-size: 142.85714%;
      font-weight: bold;
      line-height: 1.6; } }

/* ==========================================================================
企業としての取り組み（CSR）
   ========================================================================== */
#index-company-action {
  margin-top: -30px; }
  @media screen and (max-width: 767px) {
    #index-company-action {
      margin-top: -10px; } }
  #index-company-action .full-box {
    width: 1024px; }
    @media screen and (max-width: 767px) {
      #index-company-action .full-box {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        width: 100%; } }
  #index-company-action .three-phase-head {
    background: url("./img/action_head_bg.png") no-repeat center;
    background-size: cover; }
  @media screen and (max-width: 767px) {
    #index-company-action .two-column-list li {
      float: none;
      margin: 0 0 10px; }
      #index-company-action .two-column-list li.right {
        float: none; } }
  #index-company-action .box-grey {
    width: 500px;
    background: #f2f2f2;
    display: block;
    padding: 25px;
    display: block;
    box-sizing: border-box; }
    #index-company-action .box-grey:after {
      content: "";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    #index-company-action .box-grey:hover {
      text-decoration: none; }
    @media screen and (max-width: 767px) {
      #index-company-action .box-grey {
        width: 100%;
        padding: 25px 10px; } }
    #index-company-action .box-grey[target="_blank"] > h3 span {
      padding-right: 15px;
      background: url("./img/icon_blank.png") no-repeat right center;
      background-size: 9px auto; }
  #index-company-action .box-grey__heading {
    margin-bottom: 20px;
    padding-right: 20px;
    background-image: url("img/arrow_right_blue.svg");
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 128.57143%;
    color: #0068b7; }
    @media screen and (max-width: 767px) {
      #index-company-action .box-grey__heading {
        padding-right: 15px;
        font-size: 107.14286%; } }
  #index-company-action .box-grey__text {
    color: #262626; }
    #index-company-action .box-grey__text img {
      float: right;
      margin: 0 0 0 20px; }
      @media screen and (max-width: 767px) {
        #index-company-action .box-grey__text img {
          margin: 0 0 0 10px; } }
