@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; }

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

ヘッダー

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

フッター

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

共通パーツ

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



ホーム


-------------------------------------------------------------------------------*/
.home {
  /*--------------------------------------------------
  メインビジュアル
  --------------------------------------------------*/
  /* end .main-v */
  /*--------------------------------------------------
  メインコンテンツ
  --------------------------------------------------*/
  /* end .contents-wrap */
  /* ニュース */
  /* end .news */ }
  .home .main-v {
    width: 100%;
    margin: 0 0 0 0;
    height: 700px;
    background: url(../img/main-v-sp.jpg) center center/cover no-repeat;
    animation: fadeIn 2s linear;
    position: relative;
    /* コントローラー */
    /* ページャー */ }
    @media screen and (min-width: 768px) {
      .home .main-v {
        margin: 0 0 0 0;
        background: url(../img/main-v.jpg) center center/cover no-repeat; } }
    @media (max-width: 767px) {
      .home .main-v {
        height: 600px; } }
    @media (max-width: 375px) {
      .home .main-v {
        height: 500px; } }
    .home .main-v::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.15); }
    .home .main-v h2 {
      font-weight: normal;
      font-size: 70%;
      border-bottom: 0;
      padding-bottom: 0;
      padding-top: 0;
      line-height: 1.3em; }
      @media (max-width: 959px) {
        .home .main-v h2 {
          font-size: 50%; } }
      @media (max-width: 370px) {
        .home .main-v h2 {
          font-size: 45%; } }
      .home .main-v h2::before {
        display: none; }
    .home .main-v p {
      font-size: 36.7%;
      margin-right: 0.5em; }
      @media (max-width: 767px) {
        .home .main-v p {
          font-size: 30%; } }
    .home .main-v .main-v-inner {
      padding: 250px 1em 0 0;
      text-align: right;
      font-size: 500%;
      max-width: 1400px;
      margin: 0 auto;
      color: #fff;
      animation: fadeIn 2s linear;
      z-index: 10;
      position: relative; }
      .home .main-v .main-v-inner p {
        margin: 0; }
      @media (max-width: 959px) {
        .home .main-v .main-v-inner {
          padding-right: 0.5em; } }
      @media (max-width: 767px) {
        .home .main-v .main-v-inner {
          display: none; } }
    .home .main-v .main-v-inner-sp {
      animation: fadeIn 2s ease-in-out;
      padding: 250px 0.2em 0 0;
      text-align: right;
      font-size: 300%;
      margin: 0 auto;
      color: #fff; }
      @media (min-width: 768px) {
        .home .main-v .main-v-inner-sp {
          display: none; } }
      @media (max-width: 375px) {
        .home .main-v .main-v-inner-sp {
          padding-top: 190px; } }
      .home .main-v .main-v-inner-sp p {
        margin: 0; }
    .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 .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: #a90000; }
    .home .main-v .bx-controls-direction {
      display: none; }
  .home .contents-wrap {
    padding: 0;
    max-width: inherit; }
    .home .contents-wrap::before {
      display: none; }
    .home .contents-wrap::after {
      display: none; }
  .home section {
    float: none;
    width: 100%;
    padding: 100px calc((100% - 1100px) / 2);
    margin: 0 auto;
    box-shadow: none; }
    @media screen and (min-width: 768px) {
      .home section .btn {
        clear: both;
        text-align: center; }
        .home section .btn a {
          padding: 12px 90px 12px 90px; } }
    @media (max-width: 1240px) {
      .home section {
        padding-inline: 20px; } }
  .home .message-section {
    background: url(../img/mizu.jpg) center center/cover no-repeat;
    box-shadow: inset 0px 0px 40px 40px #fff;
    position: relative;
    margin: 50px 0; }
    @media (max-width: 767px) {
      .home .message-section {
        margin: 0; } }
    .home .message-section::before {
      position: absolute;
      left: 0;
      top: 0;
      content: "";
      width: 500px;
      height: 300px;
      background: url(../img/nami01.png) top left/contain no-repeat; }
      @media (max-width: 767px) {
        .home .message-section::before {
          height: 150px; } }
    .home .message-section::after {
      position: absolute;
      right: 0;
      bottom: 0;
      content: "";
      width: 500px;
      height: 300px;
      background: url(../img/nami02.png) bottom right/contain no-repeat; }
      @media (max-width: 767px) {
        .home .message-section::after {
          height: 150px; } }
    .home .message-section .message {
      animation: fadeIn 3s linear; }
      .home .message-section .message .h2-point {
        display: inline-block;
        margin-left: -2em; }
      .home .message-section .message p {
        line-height: 2.5em; }
  .home .menu-section {
    background: url(../img/suna.jpg) center center/cover no-repeat;
    position: relative; }
    @media (max-width: 767px) {
      .home .menu-section {
        padding-bottom: 150px; } }
    .home .menu-section .menu-area {
      position: relative;
      z-index: 10; }
      .home .menu-section .menu-area h2 {
        text-indent: -9999px;
        border-bottom: 0;
        height: 0;
        margin: 0;
        padding: 0; }
        .home .menu-section .menu-area h2::before {
          display: none; }
    .home .menu-section::before {
      position: absolute;
      left: 0;
      top: 0;
      content: "Contents";
      width: 5em;
      height: 1em;
      font-size: 140px;
      font-weight: normal;
      color: #fff;
      line-height: 0.6em; }
      @media (max-width: 767px) {
        .home .menu-section::before {
          font-size: 67px; } }
    .home .menu-section::after {
      position: absolute;
      right: -30px;
      bottom: -30px;
      content: "";
      width: 500px;
      height: 500px;
      background: url(../img/deigo-white.png) bottom right/contain no-repeat; }
      @media (max-width: 767px) {
        .home .menu-section::after {
          height: 250px; } }
  .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: #144DAC;
    padding: 10px; }
  .home .menu__box_url_2 a, .home .menu__box_url_4 a {
    color: #144DAC; }
  .home .flex-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px; }
    .home .flex-box .img-box {
      width: 35%;
      background: url(../img/sample.jpg) center center/cover no-repeat; }
    .home .flex-box .txt-box {
      width: 55%; }
  .home .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 70px; }
    @media (max-width: 767px) {
      .home .menu {
        padding-right: 30px; } }
    .home .menu .menu-box {
      width: 45%;
      height: 250px;
      box-shadow: 5px 5px 10px #ccc;
      position: relative;
      color: #333; }
      @media (max-width: 767px) {
        .home .menu .menu-box {
          width: 100%; } }
      .home .menu .menu-box:hover {
        opacity: 0.6; }
      .home .menu .menu-box .img-box {
        height: 250px;
        background: url(../img/sample.jpg) center center/cover no-repeat; }
        .home .menu .menu-box .img-box.img-box01 {
          background: url(../img/menu01.jpg) center center/cover no-repeat; }
        .home .menu .menu-box .img-box.img-box02 {
          background: url(../img/menu02.jpg) center center/cover no-repeat; }
        .home .menu .menu-box .img-box.img-box03 {
          background: url(../img/menu03.jpg) center center/cover no-repeat; }
        .home .menu .menu-box .img-box.img-box04 {
          background: url(../img/menu04.jpg) center center/cover no-repeat; }
      .home .menu .menu-box .txt-box {
        text-align: center;
        position: absolute;
        background: #fff;
        width: 100%;
        bottom: -30px;
        right: -30px;
        box-shadow: 5px 5px 10px #ccc; }
        .home .menu .menu-box .txt-box h3 {
          border-bottom: none;
          margin: 15px 0;
          position: relative; }
          .home .menu .menu-box .txt-box h3::before {
            display: none; }
        .home .menu .menu-box .txt-box::after {
          position: absolute;
          bottom: 10px;
          right: 20px;
          content: "";
          width: 4em;
          height: 1em;
          background: url(../img/arrow.png) center center/contain no-repeat; }
  .home .news {
    display: flex;
    gap: 30px;
    /* アイコン */ }
    @media (min-width: 1000px) {
      .home .news .news-btn01 a {
        padding: 12px 40px 12px 30px;
        white-space: nowrap; }
      .home .news .news-btn02 {
        display: none; } }
    @media (max-width: 999px) {
      .home .news {
        flex-direction: column;
        padding: 50px 20px; }
        .home .news .news-btn01 {
          display: none; } }
    .home .news h2 {
      margin: 0; }
    .home .news ul {
      overflow: hidden;
      width: 100%;
      margin: 0 0 30px 0; }
    .home .news li {
      border-bottom: 1px solid #cccccc;
      padding: 0;
      margin: 0; }
      .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 .ico {
      display: inline-block;
      padding: 1px 8px 1px 8px;
      border-radius: 2px;
      color: #fff;
      font-size: 81%;
      font-weight: bold;
      margin: 0 10px 0 0; }
    .home .news .ico-new {
      background: #144DAC; }
  .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 */
/*-------------------------------------------------------------------------------

  共通パーツ

 -------------------------------------------------------------------------------*/
.ct-title-default h1.medium {
  height: auto;
  line-height: 180px;
  padding: 70px 0;
  letter-spacing: 2px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  background: url(../img/h1-bg05.jpg) center center/cover no-repeat;
  position: relative;
  z-index: 0; }
  @media (max-width: 767px) {
    .ct-title-default h1.medium {
      line-height: 1em;
      padding: 50px 0; } }
  .ct-title-default h1.medium::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: inherit;
    filter: brightness(70%);
    z-index: -1;
    top: 0;
    left: 0; }
  .ct-title-default h1.medium span {
    color: white;
    font-size: 150%;
    padding: 0 30px;
    line-height: 1em; }
    @media (max-width: 767px) {
      .ct-title-default h1.medium span {
        font-size: 110%; } }
    @media (max-width: 374px) {
      .ct-title-default h1.medium span {
        font-size: 100%;
        padding: 0 8px; } }
.ct-title-default h2 {
  height: auto;
  padding: 18px 0 15px 0;
  font-size: 130%;
  font-weight: bold;
  letter-spacing: 0.05em; }
  .ct-title-default h2 + p {
    margin-top: 20px; }
.ct-title-default .h2-line {
  border-bottom: none;
  font-size: 150%;
  letter-spacing: 0.1em;
  padding-bottom: 0.5em;
  margin: 0 0 1em 0;
  display: inline-block;
  padding-left: 0; }
  .ct-title-default .h2-line::before {
    width: 3em;
    left: 50%;
    transform: translateX(-50%); }
.ct-title-default .h2-point {
  border-bottom: none;
  font-size: 150%;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding-bottom: 0.5em;
  margin: 0 0 1em 0;
  padding-left: 2em;
  position: relative; }
  .ct-title-default .h2-point::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 1em;
    height: 1em;
    transform: translateY(-50%);
    background: url(../img/deigo-mini.png) center center/contain no-repeat; }
.ct-title-default h3 {
  font-size: 120%;
  margin-top: 0;
  border-bottom: none;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding-bottom: 0.5em;
  margin: 40px 0 1em 0;
  padding-left: 1.5em;
  position: relative; }
  .ct-title-default h3::before {
    position: absolute;
    left: 0;
    top: calc(50% + 0.5em);
    content: "";
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-0.75em);
    background-color: #b91d22; }
.ct-title-default h4 {
  font-size: 110%; }
.ct-title-default h5 {
  font-size: 105%;
  margin-bottom: 5px; }
.ct-title-default h6 {
  font-size: 100%;
  margin: 1em 0 5px 0; }

.contents-wrap {
  position: relative; }
  .contents-wrap::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 50%;
    height: 450px;
    background: url(../img/page-bg01.png) top left/contain no-repeat;
    z-index: -10; }
  .contents-wrap::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    width: 50%;
    height: 450px;
    background: url(../img/page-bg02.png) bottom right/contain no-repeat;
    z-index: -10; }

/* -----------------------------------
フェードイン
------------------------------------*/
/* パターン① */
.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s; }
  .fadein.fadein-bottom {
    transform: translate(0, 30px); }
  .fadein.scrollin {
    opacity: 1 !important;
    transform: translate(0, 0) !important; }

/* パターン② */
/* 基準となるセレクタ */
.fade-in-element {
  opacity: 0;
  /* 最初は透明 */
  transform: translateY(30px);
  /* 最初は下方に移動 */
  transition: opacity 1s ease-out, transform 1s ease-out;
  /* アニメーションの時間と動き */ }

/* 表示後のスタイル */
.fade-in-element.is-active {
  opacity: 1;
  /* 透明を解除 */
  transform: translateY(0);
  /* 元の位置に戻る */ }

figure {
  margin: 5px 10px; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.mini {
  font-size: 80%; }

.remarks {
  padding-left: 1.5em;
  position: relative; }
  .remarks::before {
    content: "※";
    width: 1em;
    height: 1em;
    position: absolute;
    display: block;
    top: 0;
    left: 0; }

.result-summary {
  margin-top: 10px; }

.single-wrap {
  margin-bottom: 50px; }
  .single-wrap .read-more a {
    position: relative;
    padding-right: 2em; }
    .single-wrap .read-more a .link-icon::before {
      color: inherit; }

.flex-box {
  display: flex; }

.itiran {
  display: none; }
  @media (max-width: 960px) {
    .itiran {
      display: block;
      color: #fff;
      font-size: 92%;
      background: rgba(51, 51, 51, 0.5);
      border: none;
      border-radius: 0;
      text-align: center;
      position: relative;
      padding: 5px 10px 20px 10px;
      width: calc(100% - 20px); }
      .itiran:after {
        content: "";
        display: block;
        position: absolute;
        top: 30px;
        left: 50%;
        width: 8px;
        height: 8px;
        margin: -5px 0 0 -3px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        transform: rotate(135deg); } }

.hax-textalign-right {
  text-align: right; }

dl.qa-list dt {
  padding: 30px 0 0 0;
  display: flex;
  font-weight: bold; }
  dl.qa-list dt:before {
    content: "Q";
    color: #fff;
    font-weight: bold;
    background-color: #144DAC;
    padding: 5px 10px;
    border-radius: 3px;
    margin-right: 10px;
    height: 25px; }
dl.qa-list dd {
  padding: 10px 0 0 0;
  display: flex; }
  dl.qa-list dd:before {
    content: "A";
    color: #fff;
    font-weight: bold;
    background-color: #b91d22;
    padding: 5px 11px;
    border-radius: 3px;
    margin-right: 10px;
    height: 25px; }

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

  沖縄戦とはページ

  -------------------------------------------------------------------------------*/
.about article h1.medium {
  background: url(../img/h1-bg01.jpg) center center/cover no-repeat; }

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

  語り合いの場とはページ

  -------------------------------------------------------------------------------*/
.katariai article h1.medium {
  background: url(../img/h1-bg02.jpg) center center/cover no-repeat; }

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

  語りびとたちの対話ページ

  -------------------------------------------------------------------------------*/
.story article h1.medium {
  background: url(../img/h1-bg03.jpg) center center/cover no-repeat; }

.story-ichiran {
  display: flex;
  gap: 2%;
  row-gap: 15px;
  margin-top: 20px;
  margin-bottom: 50px;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .story-ichiran {
      flex-direction: column; } }
  .story-ichiran a {
    box-shadow: #ccc 3px 3px 5px;
    width: 30%;
    padding: 5px 10px;
    box-sizing: border-box;
    background: #fff; }
    @media (max-width: 767px) {
      .story-ichiran a {
        width: 100%;
        margin-bottom: 20px; } }
    .story-ichiran a:hover {
      color: #144DAC;
      opacity: 0.7; }
    .story-ichiran a:active {
      transform: translateY(3px) translateX(3px);
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2); }
  .story-ichiran .story-box h3 {
    text-align: center;
    border-bottom: 0;
    font-size: 100%;
    margin: 10px 0;
    padding: 0;
    font-weight: normal; }
    .story-ichiran .story-box h3::before {
      display: none; }
  .story-ichiran .story-box .story-katari .story-katari-img {
    width: 100%;
    height: 200px;
    margin: 0;
    background-size: cover;
    background-position: center;
    border-radius: 4px; }
  .story-ichiran .story-box .story-katari .story-katari-meta {
    margin: 5px 0; }
    .story-ichiran .story-box .story-katari .story-katari-meta .katari-day {
      text-align: center;
      margin-bottom: 0; }

/*---------------各記事のスタイル--------------------------------*/
.karati-kiji .h2-point {
  margin-bottom: 5px; }
.karati-kiji .story-katari .story-katari-meta {
  border-top: 1px solid #ccc;
  padding-top: 5px; }
  .karati-kiji .story-katari .story-katari-meta .katari-day {
    text-align: right; }
.karati-kiji dl dt {
  font-weight: bold; }
.karati-kiji dl dd {
  margin-bottom: 2em;
  padding-left: 1em; }

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

  研究成果と書籍ページ

  -------------------------------------------------------------------------------*/
.achievements article h1.medium {
  background: url(../img/h1-bg04.jpg) center center/cover no-repeat; }

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

  newsページ

  -------------------------------------------------------------------------------*/
.news article h1.medium {
  background: url(../img/h1-bg05.jpg) center center/cover no-repeat; }
.news article h3 time {
  font-size: 90%;
  margin-right: 1em; }
  @media (max-width: 767px) {
    .news article h3 time {
      display: block;
      margin-bottom: 5px; } }

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

  その他固定ページ

  -------------------------------------------------------------------------------*/
.english article h1.medium,
.privacy article h1.medium,
.sitemap article h1.medium {
  background: url(../img/h1-bg05.jpg) center center/cover no-repeat; }

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

  404ページ

  -------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  article h1.primary {
    height: auto; } }
/*-------------------------------------------------------------------------------


お問い合わせ


-------------------------------------------------------------------------------*/
section .mw_wp_form table th.required:after {
  float: right; }
section .mw_wp_form table .mwform-checkbox-field.horizontal-item + .horizontal-item {
  margin-left: 0; }
section .mw_wp_form table .mwform-checkbox-field.horizontal-item label {
  margin: 0 0 0 1em; }
  section .mw_wp_form table .mwform-checkbox-field.horizontal-item label input {
    margin: 0 5px 0 -1.4em; }
  section .mw_wp_form table .mwform-checkbox-field.horizontal-item label span {
    white-space: normal; }
section .mw_wp_form table th, section .mw_wp_form table td {
  word-break: break-all; }
section .mw_wp_form table textarea {
  width: 91%; }
@media (max-width: 959px) {
  section .mw_wp_form .table-wrap table {
    white-space: normal;
    display: block;
    box-sizing: border-box; } }
@media (max-width: 768px) {
  section .mw_wp_form table tbody {
    display: block; }
    section .mw_wp_form table tbody tr {
      display: block; }
      section .mw_wp_form table tbody tr th,
      section .mw_wp_form table tbody tr td {
        display: block;
        width: 100%; }
        section .mw_wp_form table tbody tr th .size-m,
        section .mw_wp_form table tbody tr td .size-m {
          width: 91%; }
        section .mw_wp_form table tbody tr th textarea,
        section .mw_wp_form table tbody tr td textarea {
          width: 91%;
          height: 60px; }
        section .mw_wp_form table tbody tr th select,
        section .mw_wp_form table tbody tr td select {
          width: 91%; }
          section .mw_wp_form table tbody tr th select option,
          section .mw_wp_form table tbody tr td select option {
            width: 91%;
            white-space: normal; } }

.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 */
