@charset "UTF-8";
/*-------------------------------------------------------------------------------

  HTML5 :: modify.css
  2016.01 Accelight Inc.

-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* サブカラー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- breakpointの定義 -----*/
/*-------------------------------------------------------------------------------
　@mixin
-------------------------------------------------------------------------------*/
/* text-indent:-9999pxの代わり */
/* before,after要素 */
/* before,after要素 インライン */
/* 三角右向きアイコン */
/* media query */
/*-------------------------------------------------------------------------------
web font　定義
-------------------------------------------------------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?kxzv91");
  src: url("../fonts/icomoon.eot?kxzv91#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?kxzv91") format("truetype"), url("../fonts/icomoon.woff?kxzv91") format("woff"), url("../fonts/icomoon.svg?kxzv91#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  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;
}

/* ホームアイコン */
.icon-house:before {
  content: "\e901";
}

/* 別タブで開くアイコン */
.icon-window:after {
  content: "\e903";
  margin: 0 0 0 6px;
}

/*-------------------------------------------------------------------------------



ホーム


-------------------------------------------------------------------------------*/
body {
  margin: 0;
}

.home {
  margin: 0;
  /*--------------------------------------------------
  メインビジュアル
  --------------------------------------------------*/
}
.home .main-v {
  width: 100%;
}
.home .main-v .main-v-inner {
  background: url("../img/main-v.jpeg") center center/cover no-repeat;
  padding: 170px 0 367px;
}
@media (max-width: 600px) {
  .home .main-v .main-v-inner {
    background: url("../img/main-v-sph.jpeg") center center/cover no-repeat;
    padding: 120px 0 140px;
    margin-top: 80px;
  }
}
@media (min-width: 600px) and (max-width: 960px) {
  .home .main-v .main-v-inner {
    background: url("../img/main-v-sph.jpeg") center center/cover no-repeat;
    padding: 180px 0 200px;
    margin-top: 0;
  }
}
.home .main-v .main-v-inner .main-v-txt {
  max-width: 1000px;
  margin: 0 auto;
}
.home .main-v .main-v-inner .main-v-txt h2 {
  height: auto;
  border-bottom: 0px;
  font-size: 479%;
  font-weight: bold;
  margin-top: 0;
  line-height: 1em;
  letter-spacing: 7px;
  padding: 0;
  text-align: center;
}
@media (max-width: 960px) {
  .home .main-v .main-v-inner .main-v-txt h2 {
    font-size: 199%;
  }
}
.home .main-v .main-v-inner .main-v-txt h2:before {
  content: "";
  border-top: 1px solid #063a83;
  position: absolute;
  top: 1em;
  width: 90%;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.home .main-v .main-v-inner .main-v-txt h2 span {
  font-size: 42%;
  /*padding-left: 5px;*/
  /*margin-left: 17%;*/
}
@media (max-width: 960px) {
  .home .main-v .main-v-inner .main-v-txt h2 span {
    font-size: 30%;
    padding-left: 0;
    margin-left: 0;
  }
}
@media (max-width: 960px) {
  .home .main-v .main-v-inner .main-v-txt h2:before {
    display: none;
  }
}
.home .main-v img {
  display: block;
}
@media screen and (min-width: 768px) {
  .home .main-v img {
    margin: 0 auto;
    max-height: 480px;
  }
}
.home .main-v {
  /* コントローラー */
}
.home .main-v .bx-controls {
  position: absolute;
  bottom: -40px;
  z-index: 500;
}
.home .main-v .bx-pager-item {
  display: inline-block;
}
.home .main-v .bx-pager-item a {
  text-indent: -9999px;
  display: block;
  background: #808080;
}
.home .main-v .bx-pager-item .active {
  background: rgb(169, 0, 0);
}
.home .main-v {
  /* ページャー */
}
.home .main-v .bx-controls-direction {
  display: none;
}
.home {
  /* end .main-v */
  /*--------------------------------------------------
  メインコンテンツ
  --------------------------------------------------*/
}
.home main {
  padding: 0;
  /*max-width: 1000px;*/
  margin: 0 auto;
  /*about-us*/
}
.home main .about-us {
  box-sizing: border-box;
  padding: 100px 0 100px;
  background: url("../img/about-top.png") left top no-repeat, url("../img/about-bottom.png") right bottom no-repeat;
  background-color: #fff;
}
@media (max-width: 768px) {
  .home main .about-us {
    padding: 50px 0 50px;
    background-size: 60%;
  }
}
.home main .about-us .about-us-inner .about-us-container {
  text-align: center;
}
@media (max-width: 767px) {
  .home main .about-us .about-us-inner .about-us-container {
    padding: 0 10px;
  }
}
.home main .about-us .about-us-inner .about-us-container h2 {
  border-bottom: none;
  font-size: 280%;
  margin-left: 0;
  height: 60px;
  color: #063a83;
  padding: 0;
  margin-top: none;
}
.home main .about-us .about-us-inner .about-us-container h2:before {
  display: none;
}
.home main .about-us .about-us-inner .about-us-container h2 + p {
  margin: 0;
  font-size: 133%;
  font-weight: bold;
}
.home main .about-us .about-us-inner .about-us-container p.about-us-text {
  font-size: 120%;
  line-height: 4em;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .home main .about-us .about-us-inner .about-us-container p.about-us-text {
    font-size: 97%;
    margin-bottom: 20px;
    line-height: 2em;
    padding: 0 10px;
  }
}
.home main {
  /*menu*/
}
.home main .menu {
  background: #f6f6f6;
}
.home main .menu .menu-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0 40px;
}
.home main .menu .menu-inner .menu-box .menu-box-two {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .home main .menu .menu-inner .menu-box .menu-box-two {
    flex-wrap: wrap;
  }
}
.home main .menu .menu-inner .menu-box .menu-box-two .menu-contents-wrap {
  position: relative;
  width: 45%;
  box-shadow: 0px 0px 10px -2px #ccc;
}
@media (max-width: 960px) {
  .home main .menu .menu-inner .menu-box .menu-box-two .menu-contents-wrap {
    width: 100%;
  }
}
.home main .menu .menu-inner .menu-box .menu-box-two .menu-contents-wrap:before {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(to right, #063a83 0%, #00ffea 100%);
}
.home main .menu .menu-inner .menu-box .menu-box-two .menu-contents-wrap .menu-contents {
  text-align: center;
  padding: 50px 10px;
  background: #fff;
  box-sizing: border-box;
  font-weight: normal;
}
.home main .menu .menu-inner .menu-box .menu-box-two .menu-contents-wrap .menu-contents h3 {
  font-size: 240%;
  border-bottom: none;
  margin: 0;
  color: #063a83;
  padding: 0;
  font-weight: normal;
}
.home main .menu .menu-inner .menu-box .menu-box-two .menu-contents-wrap .menu-contents h3:before {
  display: none;
}
.home main .menu .menu-inner .menu-box .menu-box-one-wrap {
  background: #fff;
  margin-top: 80px;
  box-shadow: 0px 0px 10px -2px #ccc;
}
@media (max-width: 960px) {
  .home main .menu .menu-inner .menu-box .menu-box-one-wrap {
    margin-top: 0;
    box-shadow: none;
  }
}
.home main .menu .menu-inner .menu-box .menu-box-one-wrap:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 327px;
  background: linear-gradient(to bottom, #f4b244 0%, #fffc01 100%);
}
@media (max-width: 960px) {
  .home main .menu .menu-inner .menu-box .menu-box-one-wrap:before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #f4b244 0%, #fffc01 100%);
  }
}
.home main .menu .menu-inner .menu-box .menu-box-one-wrap .menu-box-one {
  padding: 60px;
}
@media (max-width: 960px) {
  .home main .menu .menu-inner .menu-box .menu-box-one-wrap .menu-box-one {
    padding: 50px 10px;
  }
}
.home main .menu .menu-inner .menu-box .menu-box-one-wrap .menu-box-one .side-by-side-1 {
  display: flex;
}
@media (max-width: 960px) {
  .home main .menu .menu-inner .menu-box .menu-box-one-wrap .menu-box-one .side-by-side-1 {
    justify-content: center;
  }
}
.home main .menu .menu-inner .menu-box .menu-box-one-wrap .menu-box-one .side-by-side-1 .left-contents {
  margin-right: 50px;
}
.home main .menu .menu-inner .menu-box .menu-box-one-wrap .menu-box-one .side-by-side-2 {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 960px) {
  .home main .menu .menu-inner .menu-box .menu-box-one-wrap .menu-box-one .side-by-side-2 {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.home main .menu .menu-inner .menu-box .menu-box-one-wrap .menu-box-one .side-by-side-2 .left-contents {
  margin-right: 10px;
  max-width: 540px;
}
@media (max-width: 960px) {
  .home main .menu .menu-inner .menu-box .menu-box-one-wrap .menu-box-one .side-by-side-2 .left-contents {
    margin: 0;
  }
}
.home main .menu .menu-inner .menu-box .menu-box-one-wrap .menu-box-one .side-by-side-2 .left-contents .text {
  margin: 0;
  padding: 0;
}
@media (max-width: 960px) {
  .home main .menu .menu-inner .menu-box .menu-box-one-wrap .menu-box-one .side-by-side-2 .left-contents .text {
    margin-bottom: 30px;
    padding: 0 14px;
  }
}
@media (max-width: 960px) {
  .home main .menu .menu-inner .menu-box .menu-box-one-wrap .menu-box-one .side-by-side-2 .right-contents {
    width: 100%;
  }
}
.home main .menu .menu-inner .menu-box .menu-box-one-wrap .menu-box-one .side-by-side-2 .btn-orange a {
  background: #f4b244;
  border: 1px solid #f4b244;
}
.home main .menu .menu-inner .menu-box .menu-box-one-wrap .menu-box-one .side-by-side-2 .btn-orange a:hover {
  background: rgba(255, 255, 255, 0.2);
  background: #fff;
  color: #f4b244;
}
.home main .menu .menu-inner .menu-box .menu-box-one-wrap .menu-box-one .side-by-side-2 .btn-orange a:hover:before {
  border-top: 2px solid #f4b244;
  border-right: 2px solid #f4b244;
}
.home main .menu .menu-inner .menu-box .menu-box-one-wrap .menu-box-one h3 {
  font-size: 240%;
  border-bottom: none;
  margin: 0;
  color: #f4b244;
  padding: 0;
  font-weight: normal;
}
.home main .menu .menu-inner .menu-box .menu-box-one-wrap .menu-box-one h3:before {
  display: none;
}
.home main .menu .menu-inner .menu-box .text {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 100%;
  padding: 0;
}
.home main .menu .menu-inner .menu-box .title {
  font-size: 120%;
  margin: 0;
}
.home main .menu .menu-inner .menu-box img {
  max-height: 100px;
  margin-top: 20px;
}
.home {
  /*btn*/
  /*.btn {
    a {
      text-align: center;
      font-weight: bold;
      color: #fff;
      display: block;
      border: 1px solid $color-link;
      border-radius: 2px;
      padding: 13px 30px 13px 20px;
      position: relative;
      margin: 0;
      border-radius: 50px;//追加
      background: $color-link;//追加
      margin-bottom: 30px;//追加
      &:before {
        @include before-after;
        width: 6px;
        height: 6px;
        border-top: 2px solid $color-link;
        border-right: 2px solid $color-link;
        top: 50%;
        right: 10px;
        margin: -3px 0 0 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
      }
      &:hover {
        background: rgba($color-white,0.2);
        background: #fff;
        color: $color-link;
        &:before {
          border-top: 2px solid $color-link;
          border-right: 2px solid $color-link;
        }
      }
    }
  }*/
}
.home .contents-wrap {
  padding: 0;
  max-width: inherit;
  background-color: #fff;
}
.home {
  /* end .contents-wrap */
}
.home section {
  float: none;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .home section .btn {
    clear: both;
    text-align: center;
    margin: 0;
  }
  .home section .btn a {
    padding: 12px 60px 12px 60px;
    font-size: 107%;
    letter-spacing: 0.2em;
  }
}
.home .wrap__box {
  position: relative;
}
.home .menu__box {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
  z-index: 2;
}
.home .menu__box a {
  color: #fff;
}
.home .menu__box h4 {
  font-size: 20px;
  font-weight: normal;
  padding: 30px 0 10px 15px;
}
.home .menu__box h4 img {
  margin-left: 20px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .home .menu__box h4 {
    font-size: 30px;
  }
}
.home .menu__box p {
  font-size: 105%;
  padding: 0 0 0 15px;
}
.home .menu__box_url_1, .home .menu__box_url_3, .home .menu__box_url_5 {
  background-color: #063a83;
  padding: 10px;
}
.home .menu__box_url_2 a, .home .menu__box_url_4 a {
  color: #063a83;
}
.home {
  /* ニュース */
}
.home .news {
  margin-top: 90px;
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .home .news {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
.home .news .side-by-side {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: flex-end;
}
.home .news .left-contents {
  text-align: center;
}
.home .news .right-contents {
  position: absolute;
  right: 0;
}
@media (max-width: 767px) {
  .home .news .right-contents {
    display: none;
  }
}
.home .news h2 {
  margin: 0;
  font-size: 306%;
  border-bottom: none;
  color: #063a83;
  text-align: center;
  height: auto;
  padding: 0;
}
.home .news h2:before {
  display: none;
}
.home .news .title {
  margin: 0;
  font-size: 120%;
}
.home .news ul {
  overflow: hidden;
  width: 100%;
  margin: 35px 0 30px 0;
  border-top: 1px solid #ccc;
}
.home .news li {
  border-bottom: 1px solid #cccccc;
  padding: 0;
  padding-left: 50px;
  margin: 0;
}
@media (max-width: 767px) {
  .home .news li {
    padding: 0 10px;
  }
}
.home .news li:before {
  display: none;
}
.home .news li a {
  display: block;
  padding: 5px 0 5px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .home .news li a {
    padding: 15px 0 15px 0;
  }
}
.home .news time, .home .news span {
  display: block;
}
@media screen and (min-width: 768px) {
  .home .news time, .home .news span {
    display: inline;
  }
}
.home .news time {
  color: #000;
  padding: 0 20px 0 0;
}
.home .news {
  /* アイコン */
}
.home .news .ico {
  display: inline-block;
  padding: 2px 16px 2px 16px;
  border-radius: 2px;
  color: #fff;
  font-size: 81%;
  font-weight: bold;
  margin: 0 10px 0 0;
}
.home .news .ico-new {
  background: #f4b244;
}
@media (min-width: 768px) {
  .home .news .smartphone {
    display: none;
  }
}
.home {
  /* end .news */
}
.home .general img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home .general img {
    width: 30%;
    float: left;
    margin: 0 15px 15px 0;
  }
}

/* end .home */
/*header*/
header .nav-search .text {
  border: 2px solid #b2b2b2;
  background-color: white;
  border-radius: 30px 0 0 30px;
  border-right: none;
}
header .nav-search .ico-search {
  border: 2px solid #b2b2b2;
  background-color: white;
  border-radius: 0 30px 30px 0;
  width: 50px;
  border-left: none;
  background: url("../img/ico-search.png") center center no-repeat;
}
header .sub-nav li .btn {
  margin: 0;
}
header .sub-nav li .btn a {
  text-align: center;
  font-weight: bold;
  color: #fff;
  border: 1px solid #063a83;
  border-radius: 2px;
  padding: 15px 50px 15px 50px;
  margin: 0;
  border-radius: 60px;
  background: #063a83;
  letter-spacing: 2px;
}
header .sub-nav li .btn a:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  top: 50%;
  right: 20px;
  margin: -3px 0 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .sub-nav li .btn a:hover {
  background: rgba(255, 255, 255, 0.2);
  background: #fff;
  color: #063a83;
}
header .sub-nav li .btn a:hover:before {
  border-top: 2px solid #063a83;
  border-right: 2px solid #063a83;
}
header .global-nav .current a {
  color: white;
}
@media (max-width: 960px) {
  header .global-nav .current a {
    color: #063a83;
  }
}
@media (max-width: 959px) {
  header .header-inner h1 {
    padding: 0 15px;
  }
  header .header-inner h1 a {
    padding: 0;
  }
}
@media (max-width: 767px) {
  header .header-inner h1 a {
    height: 80px;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  header .header-inner h1 a {
    height: 100px;
    max-width: 500px;
  }
}

@media (min-width: 768px) and (max-width: 960px) {
  .open-header .header-inner {
    padding-left: 0;
  }
}

@media (max-width: 959px) {
  .open-header .header-inner h1 {
    padding: 0;
  }
  .open-header .sub-nav li {
    width: auto;
  }
  .open-header {
    border-bottom: none;
  }
}
/*footer*/
.footer-inner {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}

/* 下層ページ */
.category main, .single main, .page main {
  background-color: #f8f8f8;
}
@media (max-width: 767px) {
  .category main, .single main, .page main {
    padding-top: 80px;
  }
}
.category main article h1.medium, .single main article h1.medium, .page main article h1.medium {
  background: url("../img/h1-background.jpeg") center top/cover no-repeat;
}
@media (max-width: 767px) {
  .category main article h1.medium, .single main article h1.medium, .page main article h1.medium {
    padding: 0;
    height: 84px;
    background: url("../img/h1-background-sph.jpeg") center top/cover no-repeat;
  }
}
@media (max-width: 767px) {
  .category main article h1.medium span, .single main article h1.medium span, .page main article h1.medium span {
    display: block;
    max-width: 1000px;
    margin: 0 auto;
    padding: 1.4em 10px;
    color: white;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .category main article h1.medium span, .single main article h1.medium span, .page main article h1.medium span {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .category main article .sidebar-on section h2, .single main article .sidebar-on section h2, .page main article .sidebar-on section h2 {
    font-size: 130%;
  }
}
.category .contents-wrap, .single .contents-wrap, .page .contents-wrap {
  margin-top: 100px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .category .contents-wrap, .single .contents-wrap, .page .contents-wrap {
    margin-top: 0;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .category .contents-wrap, .single .contents-wrap, .page .contents-wrap {
    margin-top: 10px;
  }
}
.category .box-2line, .single .box-2line, .page .box-2line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.category section, .single section, .page section {
  background: white;
  padding: 10px 50px 50px;
  overflow: hidden;
  box-shadow: 0 0 10px -2px #ccc;
}
@media (max-width: 767px) {
  .category section, .single section, .page section {
    padding: 10px 10px 30px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.category .sidebar-on section h2, .single .sidebar-on section h2, .page .sidebar-on section h2 {
  padding-left: 0;
  font-size: 150%;
}
@media (max-width: 767px) {
  .category .sidebar-on section h2, .single .sidebar-on section h2, .page .sidebar-on section h2 {
    margin-top: 0;
  }
}
.category .sidebar-on .side-contents .local-nav h2, .single .sidebar-on .side-contents .local-nav h2, .page .sidebar-on .side-contents .local-nav h2 {
  border-bottom: none;
}
.category .sidebar-on .side-contents .local-nav h2:before, .single .sidebar-on .side-contents .local-nav h2:before, .page .sidebar-on .side-contents .local-nav h2:before {
  display: none;
}
.category .contents-wrap, .single .contents-wrap, .page .contents-wrap {
  max-width: 1020px;
}
.category .side-contents, .single .side-contents, .page .side-contents {
  background-color: #f8f8f8;
}
@media (max-width: 767px) {
  .category .side-contents .local-nav, .single .side-contents .local-nav, .page .side-contents .local-nav {
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 0 0 10px -2px #ccc;
  }
}
@media (max-width: 767px) {
  .category .global-nav .current a, .single .global-nav .current a, .page .global-nav .current a {
    color: #f4b244;
  }
}

.category time {
  display: block;
  font-size: 80%;
  letter-spacing: 0;
  color: #333;
}

.news section h2 {
  height: auto;
}

article.search {
  background-color: #f8f8f8;
}
@media (max-width: 767px) {
  article.search {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  article.search h1.medium {
    padding: 0;
    height: 84px;
    margin-bottom: 0;
    background: url("../img/h1-background-sph.jpeg") center top/cover no-repeat;
  }
}
@media (max-width: 767px) {
  article.search h1.medium span {
    display: block;
    max-width: 1000px;
    margin: 0 auto;
    padding: 1.4em 10px;
    color: white;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  article.search h1.medium span {
    padding-left: 20px;
  }
}
article.search .contents-wrap {
  margin-top: 100px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 960px) {
  article.search .contents-wrap {
    margin-top: 10px;
  }
}
article.search .contents-wrap section {
  box-shadow: 0 0 10px -2px #ccc;
  background-color: #fff;
  padding: 10px 50px 50px;
  overflow: hidden;
}
@media (max-width: 767px) {
  article.search .contents-wrap section h2 {
    margin-top: 0px;
  }
}

div#wrap {
  background-color: #f8f8f8;
}

/*引用文献*/
section ul.mono {
  font-family: monospace;
  font-size: 118%;
}
section ul.mono li.no-list-style {
  text-indent: -1em;
  padding-left: 1em;
}
section ul.mono li.no-list-style:before {
  display: none;
}

section .has-text-align-right {
  text-align: right;
}

/*-------------------------------------------------------------------------------

 404ページ

 -------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .error-404 h1 {
    margin: 0 0 20px 0;
  }
  .error-404 section {
    float: none;
    width: 100%;
  }
}
/*-------------------------------------------------------------------------------


お問い合わせ


-------------------------------------------------------------------------------*/
.inquiry section {
  width: 100%;
  float: none;
}
.inquiry section .table-wrap {
  white-space: inherit;
}
.inquiry section table th, .inquiry section table td {
  width: 100%;
  display: block;
  padding: 1%;
}
@media screen and (min-width: 768px) {
  .inquiry section table th, .inquiry section table td {
    width: inherit;
    display: table-cell;
  }
}
@media screen and (min-width: 768px) {
  .inquiry section table th {
    width: 30%;
  }
}
.inquiry .side-contents {
  display: none;
}

/* end .inquiry */

/*# sourceMappingURL=modify.css.map */
