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

  HTML5 :: modify.css
  2016.01 Accelight Inc.

-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/*#f9ebf4;*/
/* サブカラー */
/*#BF9239;*/
/*#d92e73;*/
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- 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; }

.nav-search input {
  box-sizing: border-box;
  height: 30px; }
.nav-search .text {
  border: none;
  background: #e5e5e5;
  width: 200px;
  padding: 0 10px 0 10px;
  vertical-align: bottom; }
.nav-search .ico-search {
  background: url(../img/ico_search.svg) center center no-repeat;
  background-size: 16px 16px;
  border: none;
  text-indent: -9999px;
  width: 60px;
  background-color: #f9faa8; }
  .nav-search .ico-search:hover {
    opacity: 0.8; }

.open-header .nav-search {
  width: 100%;
  display: block; }
  .open-header .nav-search input {
    height: 40px; }
  .open-header .nav-search .text {
    width: 80%; }
  .open-header .nav-search .ico-search {
    width: 20%; }

.bricks-searchbar-none .nav-search {
  display: none; }
.bricks-searchbar-none .open-header .nav-search {
  display: none; }

h2 {
  font-size: 115%;
  border-bottom: 4px solid #cccccc;
  padding: 18px 0 8px 15px;
  margin: 30px 0 0 0;
  background: url(../img/page_banner.jpg) top left/100px 100px no-repeat;
  height: 30px;
  color: #fff;
  font-weight: normal; }
  h2:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 20%;
    height: 4px;
    background: #f9faa8; }
  h2:first-child {
    margin: 0;
    background: #81C784;
    padding: 30px 0 10px 20px; }

.bricks-h2-band h2 {
  position: relative;
  border-bottom: none;
  background-color: #43A047;
  margin-top: 1px; }
  .bricks-h2-band h2:before {
    content: "";
    height: 100%;
    width: 300%;
    background-color: #43A047;
    top: 0;
    left: -100%;
    display: block;
    position: absolute;
    z-index: -1; }

h3 {
  font-size: 107%;
  border-bottom: 1px solid #cccccc;
  padding: 6px 0 6px 0;
  margin: 30px 0 15px 0; }
  h3:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 20%;
    height: 1px;
    background: #f9faa8; }

.bricks-h3-block h3 {
  font-size: 120%;
  padding: 8px 0 3px 29px;
  background-color: #e5e5e5;
  border-bottom: 2px solid #f9faa8; }
  @media screen and (min-width: 768px) {
    .bricks-h3-block h3 {
      font-size: 160%;
      padding: 12px 0 8px 29px; } }
  .bricks-h3-block h3:before {
    content: "";
    height: 100%;
    width: 0;
    top: 0;
    border-left: 4px solid #999999; }

.icon-house:before {
  content: '';
  position: absolute;
  background: url(/img/home-ico.png) center center/contain no-repeat;
  top: -2px;
  left: -20px;
  width: 16px;
  height: 16px; }

.icon-heart:before {
  content: '';
  position: absolute;
  background: url(/img/heart-ico.png) center center/contain no-repeat;
  top: -2px;
  left: -20px;
  width: 16px;
  height: 16px; }

@media (min-width: 960px) {
  header .sub-nav li {
    margin: 0 30px 0 0; } }
@media (min-width: 960px) {
  header .sub-nav {
    margin: 40px 0 0 0; }
  header h1 {
    margin: 9px 0 9px 0; }
    header h1 a {
      margin: 0; } }
/*-------------------------------------------------------------------------------
ヘッダー
-------------------------------------------------------------------------------*/
header {
  border-bottom: none; }
  @media (min-width: 960px) {
    header .global-nav {
      background: #E38173;
      margin: 0 -200%;
      padding: 0 200%; }
      header .global-nav li a {
        color: #fff;
        padding: 10px 0 10px 0; }
      header .global-nav li:after, header .global-nav li:before {
        background: #fff;
        top: 10px; }
      header .global-nav li:first-of-type:before {
        top: 10px;
        background: #fff; } }
  @media (max-width: 768px) {
    header {
      height: 90px; } }
  header .sub-nav li a:hover {
    color: #333;
    opacity: 0.7; }
  header h1 a {
    background: url(../img/logov3.png) 0 center/contain no-repeat; }
    @media (min-width: 768px) {
      header h1 a {
        /*width: 270px;*/
        height: 80px; } }

.open-header {
  overflow: unset; }
  .open-header .header-inner {
    background: #fff;
    z-index: 1000;
    position: relative; }
  .open-header .sub-nav ul {
    display: flex;
    justify-content: space-around; }
    .open-header .sub-nav ul li {
      width: 28%; }
      .open-header .sub-nav ul li a {
        border: none; }
        .open-header .sub-nav ul li a:before {
          top: 6px; }

/*-------------------------------------------------------------------------------
ヘッダー
-------------------------------------------------------------------------------*/
footer section.faculty-list {
  font-weight: bold;
  background: unset !important; }
  footer section.faculty-list h2 {
    font-weight: bold; }

/*-------------------------------------------------------------------------------
ホーム
-------------------------------------------------------------------------------*/
.home {
  /*--------------------------------------------------
  メインビジュアル
  --------------------------------------------------*/
  /* end .main-v */
  /*--------------------------------------------------
  メインコンテンツ
  --------------------------------------------------*/
  /* end .contents-wrap */
  /*---------------------------------------------------------
  メニュー1
  ---------------------------------------------------------*/
  /*---------------------------------------------------------
メニュー2
---------------------------------------------------------*/ }
  .home .main-v {
    width: 100%;
    /*background-color: $color-main-2;*/
    padding: 40px 0 15px 0;
    position: relative;
    /* コントローラー */
    /* ページャー */
    /* メインビジュアル追記 */ }
    @media screen and (min-width: 768px) {
      .home .main-v {
        background-position: center;
        min-height: 400px; } }
    .home .main-v .main-v-inner {
      max-width: 940px;
      margin: 0 auto;
      display: flex;
      justify-content: space-around;
      align-items: center;
      flex-wrap: wrap;
      z-index: 10;
      position: relative;
      flex-wrap: wrap; }
    .home .main-v .main-v-title {
      font-size: 22px;
      margin: 30px 40px 0 10px;
      width: 100%;
      padding: 0;
      line-height: 1.6; }
      @media screen and (min-width: 768px) {
        .home .main-v .main-v-title {
          font-size: 36px;
          margin: 30px 40px 0 auto;
          /*width: 500px;*/ } }
    .home .main-v .main-v-description {
      font-size: 16px;
      margin: 10px;
      line-height: 2; }
      @media screen and (min-width: 768px) {
        .home .main-v .main-v-description {
          font-size: 17px;
          margin: 10px 40px 0 auto;
          padding: 10px 0 20px 0;
          /*width: 500px;*/ } }
    .home .main-v img {
      display: block; }
    .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 .main-v .box1 {
      width: 58%;
      text-align: center;
      /*
            .main-v-title {
              margin: 0;
              background-color: #E38173;
              display: inline-block;
              width: auto;
              color: white;
              font-size: 28px;
              border-radius: 30px;
              padding: 2px 30px 0;
              position: relative;
              box-shadow: 3px 3px 0px #E4AEA9;
              @media(max-width: 768px) {
                font-size: 22px;
                padding: 2px 15px 0;
              }
              span {
                color: #ffff9e;
              }
      */
      /*        &:after {
                content: '';
                position: absolute;
                background: url(/img/mainv-txt.png) center center / contain no-repeat;
                top: -39px;
                right: 40px;
                width: 40px;
                height: 40px;
              }
            }*/ }
      @media (max-width: 768px) {
        .home .main-v .box1 {
          width: 100%; } }
      .home .main-v .box1 .main-v-title {
        color: #E38173;
        text-shadow: 1px 1px 0 white, -1px 1px 0 white, 1px -1px 0 white, -1px -1px 0 white;
        font-weight: bold;
        font-size: 24px; }
      .home .main-v .box1 .main-v-description {
        margin: 10px 0 0;
        font-weight: bold; }
    .home .main-v .box2 {
      width: 42%; }
    .home .main-v:before, .home .main-v:after {
      content: '';
      position: absolute; }
      @media (max-width: 768px) {
        .home .main-v:before, .home .main-v:after {
          content: none; } }
    .home .main-v:before {
      background: url(/img/mainv-left.png) center left/contain no-repeat;
      top: 260px;
      left: 280px;
      width: 150px;
      height: 150px; }
    .home .main-v:after {
      background: url(/img/mainv-right.png) center right/contain no-repeat;
      top: 20px;
      right: 280px;
      width: 150px;
      height: 150px; }
    @media (max-width: 1600px) {
      .home .main-v:before {
        left: 80px;
        width: 120px;
        height: 120px; }
      .home .main-v:after {
        right: 80px;
        width: 120px;
        height: 120px; } }
  .home main {
    padding: 0;
    background: #FCF0C0; }
    @media (max-width: 768px) {
      .home main {
        padding-top: 80px; } }
  .home .contents-wrap {
    padding: 0;
    max-width: inherit;
    padding-bottom: 100px; }
  .home section {
    float: none;
    width: 100%;
    max-width: 1060px;
    margin: 0 auto 40px;
    padding: 0 20px 0 20px; }
  .home .general img {
    width: 100%; }
  .home .wrap__box {
    position: relative; }
  .home .menu__box {
    position: relative;
    max-width: 940px;
    min-height: 220px;
    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_about {
    background-color: #81C784;
    padding: 10px; }
    .home .menu__box_about:before {
      position: absolute;
      content: "";
      top: 0;
      right: 50%;
      height: 100%;
      width: 200%;
      background-color: #81C784;
      z-index: -1; }
    .home .menu__box_about a:before {
      content: "";
      background: url(../img/video.png) 0 center no-repeat;
      background-size: contain;
      margin-top: 20px;
      margin-left: 20px;
      width: 300px;
      height: 200px;
      display: block;
      float: none; }
      @media screen and (min-width: 768px) {
        .home .menu__box_about a:before {
          float: left; } }
    .home .menu__box_about h4 {
      line-height: 1.7;
      display: block; }
  .home .menu__box_apply {
    background-color: #43A047;
    padding: 10px; }
    .home .menu__box_apply:after {
      position: absolute;
      content: "";
      top: 0;
      left: 50%;
      height: 100%;
      width: 200%;
      background-color: #43A047;
      z-index: -1; }
    .home .menu__box_apply a:before {
      content: "";
      background: url(../img/ipadiphone.png) 0 center no-repeat;
      background-size: contain;
      background-position: center;
      margin-top: 5px;
      width: 250px;
      height: 200px;
      display: block;
      float: none; }
      @media screen and (min-width: 768px) {
        .home .menu__box_apply a:before {
          width: 200px;
          background-position: left;
          float: right; } }
    .home .menu__box_apply h4 {
      display: block; }
  .home .contents-wrap {
    background-color: #FCF0C0;
    min-height: 250px; }
  .home .news-list {
    background-color: unset;
    padding-bottom: 15px;
    margin-bottom: 0;
    max-width: 960px;
    min-height: 250px; }
    .home .news-list:before {
      content: none;
      background: url(../img/info.png) 0 center no-repeat;
      background-size: contain;
      margin: 5px 10px 0 0;
      width: 150px;
      height: 200px;
      display: block; }
      @media screen and (min-width: 768px) {
        .home .news-list:before {
          height: 248px;
          float: left; } }
    .home .news-list h2 {
      clear: inherit;
      background: none;
      color: #4d4d4d;
      padding: 10px 0; }
      @media screen and (min-width: 768px) {
        .home .news-list h2 {
          padding: 40px 0 0 0; } }
    .home .news-list h2:before {
      content: none; }
    .home .news-list ul {
      overflow: inherit; }
    .home .news-list li {
      border: none;
      line-height: 1; }
      .home .news-list li a {
        color: #000; }
        .home .news-list li a:hover {
          color: #E38173; }
    .home .news-list p.btn {
      display: none;
      margin: 0; }
    .home .news-list ul {
      background-color: #fff;
      padding: 40px 50px;
      border-radius: 100px;
      border: 1px solid #E38173;
      box-shadow: 5px -5px 5px #f9cdd4;
      box-sizing: border-box; }
      @media (max-width: 768px) {
        .home .news-list ul {
          padding: 15px;
          border-radius: 40px;
          margin-top: 20px; } }
      .home .news-list ul li {
        border-bottom: 2px dotted #cccccc;
        font-weight: bold; }
    .home .news-list .flex-wrap {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      align-items: center;
      width: 120px;
      margin: 0 auto; }
      .home .news-list .flex-wrap img {
        width: 40px; }
      .home .news-list .flex-wrap h2 {
        border-bottom: 5px dotted #E38173;
        padding: 10px;
        color: #E38173;
        font-weight: bold;
        font-size: 24px; }
        @media (max-width: 768px) {
          .home .news-list .flex-wrap h2 {
            padding: 5px 0 0 0; } }
  .home .faculty-list {
    background-color: #e7e7e7;
    padding-top: 38px;
    padding-bottom: 15px;
    margin-height: 20px;
    margin-bottom: 0;
    max-width: 960px;
    min-height: 250px;
    text-align: center; }
    .home .faculty-list h2 {
      clear: inherit;
      background: none;
      color: #4d4d4d;
      padding: 10px 0; }
    .home .faculty-list ul {
      overflow: inherit; }
    .home .faculty-list li {
      border: none; }
      .home .faculty-list li a {
        color: #000; }
        .home .faculty-list li a .title1, .home .faculty-list li a .title2 {
          display: inline-block; }
        .home .faculty-list li a .title32 {
          color: #777; }
        @media (max-width: 767px) {
          .home .faculty-list li a .title1 {
            display: block; }
          .home .faculty-list li a .title2 {
            margin-bottom: 15px; } }
    .home .faculty-list p.btn {
      display: none;
      margin: 0; }
  .home .menu1 {
    width: 100%;
    padding: 40px 0 40px 0;
    position: relative;
    background-color: #D6E5D1; }
    .home .menu1 img {
      max-width: 240px; }
    @media (max-width: 768px) {
      .home .menu1 img {
        max-width: 150px; } }
    .home .menu1 .menu1-inner {
      max-width: 940px;
      margin: 0 auto;
      display: flex;
      justify-content: space-around;
      align-items: center;
      flex-wrap: wrap;
      /*
            &:before {
              background: url(/img/menu1-left.png) center left / contain no-repeat;
              top: 160px;
              left: 97px;
              width: 150px;
              height: 150px;
            }
            &:after {
              background: url(/img/menu1-right.png) center right / contain no-repeat;
              top: 48px;
              right: 146px;
              width: 80px;
              height: 80px;
            }
      */ }
      .home .menu1 .menu1-inner .box2 {
        width: 36%;
        text-align: left;
        z-index: 10;
        position: relative; }
        @media (max-width: 768px) {
          .home .menu1 .menu1-inner .box2 {
            width: 100%;
            padding: 20px; } }
        .home .menu1 .menu1-inner .box2 .manu1-title {
          color: #E38173;
          text-shadow: 1px 1px 0 white, -1px 1px 0 white, 1px -1px 0 white, -1px -1px 0 white;
          font-weight: bold;
          font-size: 24px; }
        .home .menu1 .menu1-inner .box2 .menu1-description {
          margin: 10px 0 0;
          font-weight: bold; }
        .home .menu1 .menu1-inner .box2 .btn {
          text-align: right;
          margin-top: 40px; }
          .home .menu1 .menu1-inner .box2 .btn a {
            padding: 10px 50px 10px 30px;
            background-color: #fff;
            border: 1px solid #E38173;
            border-radius: 50px;
            box-sizing: border-box;
            text-align: center;
            position: relative;
            box-shadow: 3px 3px 0px #f3aeba;
            color: #333;
            font-weight: bold; }
            .home .menu1 .menu1-inner .box2 .btn a:after {
              content: '';
              position: absolute;
              background: url(/img/btn-icon.png) center center/contain no-repeat;
              top: 12px;
              right: 15px;
              width: 18px;
              height: 18px; }
          .home .menu1 .menu1-inner .box2 .btn:hover {
            opacity: 0.7; }
      .home .menu1 .menu1-inner .box1 {
        width: 42%;
        z-index: 10;
        position: relative; }
        @media (max-width: 768px) {
          .home .menu1 .menu1-inner .box1 {
            width: 60%; } }
      .home .menu1 .menu1-inner:before, .home .menu1 .menu1-inner:after {
        content: '';
        position: absolute; }
        @media (max-width: 768px) {
          .home .menu1 .menu1-inner:before, .home .menu1 .menu1-inner:after {
            content: none; } }
      .home .menu1 .menu1-inner:after {
        background: url(/img/menu2-left.png) center right/contain no-repeat;
        top: 160px;
        right: 280px;
        width: 150px;
        height: 150px; }
      @media (max-width: 1600px) {
        .home .menu1 .menu1-inner:after {
          right: 85px;
          width: 120px;
          height: 120px; } }
  .home .menu2 {
    width: 100%;
    padding: 40px 0 40px 0;
    position: relative; }
    .home .menu2 img {
      max-width: 240px; }
    @media (max-width: 768px) {
      .home .menu2 img {
        max-width: 150px; } }
    .home .menu2 .menu2-inner {
      max-width: 940px;
      margin: 0 auto;
      display: flex;
      justify-content: space-around;
      align-items: center;
      flex-wrap: wrap;
      /*
            &:before {
              background: url(/img/menu2-left.png) center left / contain no-repeat;
              top: 160px;
              left: 35px;
              width: 220px;
              height: 220px;
            }
      */ }
      .home .menu2 .menu2-inner .box2 {
        width: 36%;
        text-align: left;
        z-index: 10;
        position: relative; }
        @media (max-width: 768px) {
          .home .menu2 .menu2-inner .box2 {
            width: 100%;
            padding: 20px; } }
        .home .menu2 .menu2-inner .box2 .manu2-title {
          color: #E38173;
          text-shadow: 1px 1px 0 white, -1px 1px 0 white, 1px -1px 0 white, -1px -1px 0 white;
          font-weight: bold;
          font-size: 24px; }
        .home .menu2 .menu2-inner .box2 .menu2-description {
          margin: 10px 0 0;
          font-weight: bold; }
        .home .menu2 .menu2-inner .box2 .btn {
          text-align: right;
          margin-top: 40px; }
          .home .menu2 .menu2-inner .box2 .btn a {
            padding: 10px 50px 10px 30px;
            background-color: #fff;
            border: 1px solid #E38173;
            border-radius: 50px;
            box-sizing: border-box;
            text-align: center;
            position: relative;
            box-shadow: 3px 3px 0px #f3aeba;
            color: #333;
            font-weight: bold; }
            .home .menu2 .menu2-inner .box2 .btn a:after {
              content: '';
              position: absolute;
              background: url(/img/btn-icon.png) center center/contain no-repeat;
              top: 12px;
              right: 15px;
              width: 18px;
              height: 18px; }
          .home .menu2 .menu2-inner .box2 .btn:hover {
            opacity: 0.7; }
      .home .menu2 .menu2-inner .box1 {
        width: 42%;
        z-index: 10;
        position: relative; }
        @media (max-width: 768px) {
          .home .menu2 .menu2-inner .box1 {
            width: 60%; } }
      .home .menu2 .menu2-inner:before, .home .menu2 .menu2-inner:after {
        content: '';
        position: absolute; }
        @media (max-width: 768px) {
          .home .menu2 .menu2-inner:before, .home .menu2 .menu2-inner:after {
            content: none; } }
      .home .menu2 .menu2-inner:after {
        background: url(/img/menu2-left.png) center right/contain no-repeat;
        top: 48px;
        left: 280px;
        width: 150px;
        height: 150px; }
      @media (max-width: 1600px) {
        .home .menu2 .menu2-inner:after {
          left: 80px;
          width: 120px;
          height: 120px; } }

/* end .home */
/*-------------------------------------------------------------------------------
下層ページ
-------------------------------------------------------------------------------*/
.single main article, .page main article, .category main article {
  min-height: 400px;
  margin-bottom: 100px; }
.single h3, .page h3, .category h3 {
  border-bottom: none;
  background-color: #E38173d1;
  color: white; }
  .single h3:before, .page h3:before, .category h3:before {
    border-left: 4px solid #db5b49; }
.single .btn-page-jump, .page .btn-page-jump, .category .btn-page-jump {
  background: #E38173;
  border-color: #E38173; }
  .single .btn-page-jump i, .page .btn-page-jump i, .category .btn-page-jump i {
    display: none; }
.single h2, .page h2, .category h2 {
  color: #333;
  padding: 30px 0 30px 20px;
  line-height: 1.6;
  font-weight: bold;
  font-size: 160%;
  background-color: #FCF0C0; }
  .single h2:before, .page h2:before, .category h2:before {
    background-color: #FCF0C0; }
.single .h2-description, .page .h2-description, .category .h2-description {
  background: #b3b3b3;
  padding: 10px 0 10px 20px; }
  .single .h2-description:before, .page .h2-description:before, .category .h2-description:before {
    background-color: #b3b3b3; }
.single .icon-window, .page .icon-window, .category .icon-window {
  display: none; }
.single section ul li:before, .page section ul li:before, .category section ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #E38173; }
.single section ul li > ul, .page section ul li > ul, .category section ul li > ul {
  margin-top: 0; }
  .single section ul li > ul li:before, .page section ul li > ul li:before, .category section ul li > ul li:before {
    background: #b3b3b3; }

/*-------------------------------------------------------------------------------
Q and A
-------------------------------------------------------------------------------*/
.inquiry .qa_area {
  margin: 20px 10px 40px; }
  .inquiry .qa_area .q_text {
    font-weight: bold; }
  .inquiry .qa_area .q_text .q_icon {
    background: #E38173;
    padding: 5px 10px;
    border-radius: 4px;
    margin-right: 10px;
    color: #fff; }
  .inquiry .qa_area .a_text .a_icon {
    background: #D6E5D1;
    padding: 5px 11px;
    border-radius: 16px;
    margin-right: 10px;
    color: #fff;
    font-weight: bold; }
.inquiry .q_text {
  display: flex;
  align-items: flex-start;
  border-left: 0;
  padding: 0; }
  .inquiry .q_text:before {
    content: "Q";
    color: #fff;
    font-weight: bold;
    background-color: #E38173;
    padding: 5px 10px;
    border-radius: 4px;
    margin-right: 10px;
    height: 20px;
    border: 1px solid #E38173;
    line-height: 1.5; }
.inquiry .a_text {
  display: flex;
  align-items: flex-start;
  border-left: 0;
  padding: 0; }
  .inquiry .a_text:before {
    content: "A";
    color: #fff;
    font-weight: bold;
    background-color: #D6E5D1;
    padding: 5px 10px;
    border-radius: 50%;
    margin-right: 10px;
    height: 20px;
    border: 1px solid #D6E5D1;
    line-height: 1.5; }

.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 15px; }

.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.side-contents,
.confirm_id .side-contents,
.cancel_consent .side-contents {
  display: none; }

article h1,
.confirm_id article h1,
.cancel_consent article h1 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  background: #fff; }

.ifr-wrapper {
  margin-top: 30px; }

#ifr_answer {
  width: 100%;
  height: 1000px;
  padding-bottom: 20px;
  min-height: 400px;
  border: 0px;
  max-width: 1024px;
  margin: 0px auto;
  display: block; }

.btn-page-jump {
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.btn-page-jump:hover {
  opacity: 0.7; }

.image-wrapper {
  width: 100%;
  border: 1px solid #aaa; }

img.iphone-screenshot {
  border: 1px solid #ddd;
  max-width: 320px;
  width: 100%; }

.app_installation_manual img {
  border: 1px solid #ddd; }

.color-red {
  color: #db0202; }

.caution-area {
  padding: 10px;
  background: #fae1e1; }

table.research-plan-table {
  width: 100%;
  min-width: 480px;
  white-space: initial; }
  table.research-plan-table tr.th {
    width: 25%; }
  table.research-plan-table tr.row-with-no-th > td {
    border-top: 0;
    border-right: 0; }
  table.research-plan-table tr.row-with-no-th > td:nth-of-type(1) {
    max-width: 200px;
    width: 40%; }
  table.research-plan-table tr > td {
    border-right: 0; }
  table.research-plan-table tr > td:last-of-type {
    border-right: 1px solid #cccccc; }

table.visit-explanation-table thead th {
  text-align: center; }
table.visit-explanation-table th.researcher {
  background: #ffc84c; }
table.visit-explanation-table th.data-center {
  background: #61c54f; }
table.visit-explanation-table th.participant {
  background: #fff; }
table.visit-explanation-table tbody td {
  text-align: center; }

.facilities h2 {
  margin-bottom: 30px; }
.facilities ul {
  list-style: initial; }
  .facilities ul li {
    margin: 15px 0 15px; }

/*****************
管理画面の修正
*****************/
.wp-admin h2.components-panel__body-title {
  background: unset;
  border: none; }
  .wp-admin h2.components-panel__body-title:before {
    content: none; }

/*****************
fooer
*****************/
footer .faculty-list {
  background-color: #e7e7e7;
  padding-top: 38px;
  padding-bottom: 15px;
  margin-height: 20px;
  margin-bottom: 0;
  max-width: 960px;
  min-height: 250px;
  text-align: center; }
  footer .faculty-list h2 {
    clear: inherit;
    background: none;
    color: #4d4d4d;
    padding: 10px 0; }
  footer .faculty-list ul {
    overflow: inherit; }
  footer .faculty-list ul li {
    border: none; }
    footer .faculty-list ul li:before {
      content: none; }
    footer .faculty-list ul li a {
      color: #000; }
      footer .faculty-list ul li a .title1, footer .faculty-list ul li a .title2 {
        display: inline-block; }
      footer .faculty-list ul li a .title32 {
        color: #777; }
      @media (max-width: 767px) {
        footer .faculty-list ul li a .title1 {
          display: block; }
        footer .faculty-list ul li a .title2 {
          margin-bottom: 15px; } }
  footer .faculty-list p.btn {
    display: none;
    margin: 0; }
footer .pill {
  display: inline-block;
  font-weight: 900;
  letter-spacing: .08em;
  padding: 10px 28px;
  font-size: clamp(18px, 2.6vw, 24px);
  margin: 12px 0 18px; }
footer .lines {
  display: grid;
  gap: 10px;
  margin-bottom: 26px;
  font-size: clamp(14px, 2.3vw, 18px);
  line-height: 1.55; }
footer .lines .small {
  font-size: .8em;
  opacity: .9; }

/*****************
研究説明文書
*****************/
/* スクロール用ラッパー（常に横スクロール可能） */
.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

/* テーブル本体：縮めず固定幅を維持するため min-width を設定 */
.visit-explanation-table {
  border-collapse: collapse;
  text-align: center;
  min-width: 860px;
  /* 列幅の合計に合わせて調整 */ }

.visit-explanation-table th,
.visit-explanation-table td {
  border: 1px solid #ddd;
  padding: 8px 10px;
  vertical-align: middle; }

/* 列幅（必要に応じて調整） */
.col-who {
  width: 320px;
  text-align: left;
  line-height: 1.5;
  word-break: break-word; }

.col-item {
  width: 220px; }

.col-week {
  width: 80px; }

/* 最終行の水平矢印（点線＋両端三角） */
.range-arrow {
  position: relative;
  height: 0;
  margin: 14px 34px;
  border-top: 2px dashed #666; }

.range-arrow::before,
.range-arrow::after {
  content: "";
  position: absolute;
  top: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; }

.range-arrow::before {
  left: -2px;
  border-right: 9px solid #666; }

.range-arrow::after {
  right: -2px;
  border-left: 9px solid #666; }

/* 見出し行を少し強調（任意） */
.visit-explanation-table thead th {
  background: #ffe6e6; }

.visit-explanation-table tbody th:first-child {
  background: #ffe6e6; }

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