@charset "UTF-8";
/******************************************************************
サイトコンテンツスタイルシート（スマホ版）
Author: Y.Yokoyama
Author URI: http://fromdime.com
******************************************************************/
/******************************************************************

共通

******************************************************************/
/*-------------------------------------------
ヘッダーバー
-------------------------------------------*/
/*
メニューボタン
*/
.menu-btn a,
.menu-btn a span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-btn a {
  position: relative;
  width: 40px;
  height: 40px;
}

.menu-btn a span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  border-radius: 4px;
}

.menu-btn a span:nth-of-type(1) {
  top: 7px;
}

.menu-btn a span:nth-of-type(2) {
  top: 18px;
}

.menu-btn a span:nth-of-type(3) {
  bottom: 7px;
}

.menu-btn a.btn-close span:nth-of-type(1) {
  transform: translateY(11px) rotate(-45deg);
}

.menu-btn a.btn-close span:nth-of-type(2) {
  opacity: 0;
}

.menu-btn a.btn-close span:nth-of-type(3) {
  transform: translateY(-11px) rotate(45deg);
}

/*
メニュー
*/
.overlay {
  position: fixed;
  z-index: 100;
  background-color: #f1f1f1;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1.5rem 1.2rem;
  height: calc(100% - 56px);
}

/* スクロールバーのカスタマイズ */
.overlay::-webkit-scrollbar {
  /*    width: 10px;*/
  width: 5px;
}

.overlay::-webkit-scrollbar-track {
  background: #ffffff;
  border-left: solid 1px #ececec;
}

.overlay::-webkit-scrollbar-thumb {
  background: #bbbbbb;
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px #ffffff;
}

.overlay_inner {
  /*        overflow-y: scroll;*/
}

.wrap-globalnavi-sp {
  margin-bottom: 1.5rem;
}

.wrap-globalnavi-sp .globalnavi {
  background-color: #ffffff;
}

.wrap-globalnavi-sp .globalnavi > ul {
  flex-flow: wrap;
}

.wrap-globalnavi-sp .globalnavi > ul > li {
  flex-basis: 100%;
  max-width: 100%;
  padding: 0;
}

.wrap-globalnavi-sp .globalnavi ul li a {
  /*    font-size: 0.9rem;*/
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.9rem 1rem;
  border-bottom: 1px solid #dddddd;
}

.wrap-globalnavi-sp .globalnavi .globalnavi-ul > li:last-child a {
  border-bottom: none;
}

.wrap-globalnavi-sp .globalnavi ul li a:hover {
  opacity: 1;
}

.globalnavi-sp ul li .dropdown li a {
  padding: 0.8rem 0.5rem 0.8rem 2.5rem;
}

.overlay .internal-links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay .internal-item {
  text-align: center;
}

.overlay .internal-item {
  margin-right: 4%;
}

.overlay .internal-item:last-child {
  margin-right: 0;
}

.overlay .internal-item > a {
  display: block;
}

.overlay .internal-item img {
  max-width: 40px;
}

.overlay .internal-item span {
  display: block;
  font-size: 0.7rem;
}

/******************************************************************
*******************************************************************

メディアクエリー

*******************************************************************
******************************************************************/
/* 1281px ~ : PC Large screens -> Default */
/* ~ 1280px : PC screens */
@media only screen and (max-width: 80em) {
  /* head-bar
  -------------------------------------------------------*/
  #head-bar {
    padding: 1rem 0.5rem;
  }
  #head-bar .head-bar-inner {
    flex-direction: column;
  }
  #head-bar .head-bar-inner .head-bar-center .globalnavi-ul .menu-item a {
    font-size: 0.75rem;
    padding: 0 0.25rem;
  }
}
/* ~ 1024px : Medium screens */
/* ~ 960px : Tablet screens */
/* ~ 896px : スマホ横 */
@media only screen and (max-width: 56em) {
  .content .section_main .catchphrase_wrapper .catchphrase.large {
    font-size: 3.125rem;
  }
  .content .section_main .catchphrase_wrapper .catchphrase.middle {
    font-size: 1.75rem;
  }
  #lead .mainvisual {
    margin-bottom: 1rem;
  }
  #lead .lead_title_wrapper .lead_title {
    font-size: 1.75rem;
  }
  #lead .lead_description_wrapper .lead_description {
    font-size: 1rem;
  }
  #benefits .section_main .description p {
    font-size: 1rem;
  }
  #entry .section_main .deadline p {
    font-size: 1.5rem;
  }
  #entry .section_main .new p {
    font-size: 1.125rem;
  }
  #about .section_main .description p {
    font-size: 1rem;
  }
  #event .section_main .description p {
    font-size: 1rem;
  }
  #event .section_main .event-info {
    padding: 1rem 1rem;
    font-size: 1.25rem;
  }
} /* 896px以下 End */
/* ~ 812px : iphone X screens */
/* ~ 767px : Tablet screens */
/* 641px ~ */
/* 640px以下:Small screens */
@media only screen and (max-width: 40em) {
  /******************************************************************

    共通

  ******************************************************************/
  html {
    overflow-x: hidden;
  }
  /******************************************************************

    構造調整タグ

  ******************************************************************/
  .base_width {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .base_width.base_width_sp {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .inner_width {
    width: 100% !important;
    margin: 0 auto !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  /*-------------------------------------------
    テーブルの基本レイアウト
  -------------------------------------------*/
  table.base_table {
    border: 1px solid #dbdbdb;
  }
  table.base_table tr th,
  table.base_table tr td {
    display: block;
    width: 100%;
  }
  table.base_table tr th {
    text-align: left;
    font-weight: normal;
    background-color: #eaeaea;
    padding: 0.3rem 1.3rem;
    border-bottom: 1px solid #dbdbdb;
  }
  table.base_table tr td {
    background-color: #ffffff;
    padding: 0.7rem 1.3rem;
    border-bottom: 1px solid #dbdbdb;
  }
  table.base_table tr:last-child td {
    border-bottom: none;
  }
  /******************************************************************

    汎用パーツ

  ******************************************************************/
  /*
    横並びレイアウト
  */
  .flexbox {
    flex-flow: row wrap;
  }
  .contact-sns {
    justify-content: center;
  }
  .wrap_menulist {
    margin-bottom: 1rem;
  }
  .wrap_menulist .menutab li a {
    padding: 0rem 0.2rem;
  }
  /* 文字折り返し用
  -------------------------------------------*/
  .span-wrap {
    display: inline;
  }
  /*-------------------------------------------
  固有スタイル
  -------------------------------------------*/
  #wrap-content {
    margin-bottom: 1.5rem;
  }
  /*-------------------------------------------
  パンくずリスト
  -------------------------------------------*/
  .breadcrumb {
    margin-bottom: 1.5rem;
  }
  /*-------------------------------------------
  ページナビ
  -------------------------------------------*/
  .wrap_pagination {
    margin: 2.4rem 0;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    padding: 5px 10px;
    margin: 5px;
  }
  .link-button {
    font-size: 0.875rem;
    max-width: 200px;
  }
  /******************************************************************

    プラグイン

  ******************************************************************/
  /******************************************************************

    ヘッダー

  ******************************************************************/
  #header {
    padding-top: 0;
  }
  #head-bar-sp {
    position: relative;
    background-color: #2624a8;
    padding: 0.5rem 2%;
  }
  #head-bar-sp .head-bar-inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #head-bar-sp .head-bar-inner .head-bar-left {
    flex: 1;
  }
  #head-bar-sp .head-bar-inner .head-bar-left .menu-btn {
    display: flex;
  }
  #head-bar-sp .head-bar-inner .head-bar-center {
    flex-basis: 70%;
    max-width: 70%;
    text-align: center;
  }
  #head-bar-sp .head-bar-inner .head-bar-center .link {
    padding: 0 1rem;
  }
  #head-bar-sp .head-bar-inner .head-bar-center .link:hover {
    opacity: 0.6;
  }
  #head-bar-sp .head-bar-inner .head-bar-center .link img {
    max-width: 200px;
  }
  #head-bar-sp .head-bar-inner .head-bar-right {
    flex: 1;
  }
  .wrap-globalnavi-sp ul li a {
    position: relative;
  }
  .wrap-globalnavi-sp ul li a::after {
    font-family: FontAwesome;
    content: "\f105";
    color: inherit;
    font-weight: normal;
    position: absolute;
    right: 15px;
  }
  .wrap-globalnavi-sp ul li a:hover, .wrap-globalnavi-sp ul li a:focus {
    color: white;
    background-color: #2624a8;
    opacity: 1;
  }
  .wrap-globalnavi-sp ul li.menu-item-has-children > a::after {
    content: "\f196";
  }
  .wrap-globalnavi-sp ul li.menu-item-has-children.dropdown_open > a::after {
    content: "\f147";
  }
  /******************************************************************

    サイドバー

  ******************************************************************/
  /******************************************************************

    ユーティリティナビゲーション

  ******************************************************************/
  /******************************************************************

    フッター

  ******************************************************************/
  #footer-main {
    padding: 2.5rem 0;
  }
  #footer-main .footer__info {
    flex-direction: column;
  }
  #footer-main .footer__info .footer__logo .link:hover {
    opacity: 0.5;
  }
  #footer-main .footer__info .footer__logo .link img {
    width: 100%;
    max-width: 88px;
  }
  #footer-main .footer__info .footer__details {
    color: #ffffff;
    font-size: 0.875rem;
  }
  #footer-main .footer__info .footer__details .detail_item {
    margin-bottom: 1rem;
  }
  #footer-main .footer__info .footer__details .detail_item:last-child {
    margin-bottom: 0;
  }
  #footer-main .footer__info .footer__details .detail_item .large {
    font-size: 1.125rem;
  }
  /******************************************************************

    トップページ(toppage)

  ******************************************************************/
  .content .section_header .section_title_wrapper .section_title {
    font-size: 1.25rem;
  }
  .content .section_main .catchphrase_wrapper {
    text-align: left;
  }
  .content .section_main .catchphrase_wrapper .catchphrase.large {
    font-size: 2rem;
  }
  .content .section_main .numbered-list {
    font-size: 1rem;
  }
  #lead .lead_title_wrapper .lead_title {
    text-align: left;
  }
  #entry .section_main .deadline {
    margin: 0 auto 1rem;
  }
  #example .section_main .example_list .example_item {
    max-width: 49%;
  }
  #method .section_main .numbered-list {
    margin-bottom: 1.5rem;
  }
  #types .section_main .award_wrapper {
    flex-direction: column;
    align-items: center;
  }
  #types .section_main .award_wrapper .detail {
    order: 2;
  }
  #types .section_main .award_wrapper .image {
    order: 1;
  }
  #types .section_main .award_wrapper .image img {
    width: 100%;
    max-width: 170px;
  }
  #benefits .section_main .description {
    text-align: left;
    margin-bottom: 1.5rem;
  }
  #benefits .section_main .benefit_list {
    gap: 1rem 2%;
  }
  #benefits .section_main .benefit_list .benefit_item {
    text-align: center;
    width: 100%;
    max-width: 49%;
  }
  #benefits .section_main .benefit_list .benefit_item img {
    width: 100%;
    max-width: 150px;
  }
  #event .section_main .description {
    margin-bottom: 1.5rem;
  }
  #event .section_main .event-info {
    font-size: 1.25rem;
    padding: 0.5rem 0.5rem;
  }
  /******************************************************************

    投稿（お知らせ）

  ******************************************************************/
  /* single
  -------------------------------------------------------*/
  .single-post .single_inner_width {
    width: 100% !important;
    margin: 0 auto !important;
  }
  .single-post .post-category {
    gap: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .single-post .article-header .single-title_wrapper {
    margin-bottom: 2rem;
    border: none;
    border-bottom: 1px solid #dddddd;
    padding: 0;
    padding-bottom: 1rem;
    border-radius: 0;
  }
  h1.page-title,
  h1.single-title {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  .single-post .entry-content p {
    font-size: 0.875rem;
  }
  .single-post .article-footer {
    margin-bottom: 2.4rem;
  }
  /******************************************************************

    固定ページ(page)

  ******************************************************************/
  /******************************************************************

    カスタム投稿

  ******************************************************************/
  /******************************************************************

    404 Page Not Found

  ******************************************************************/
  /******************************************************************

    お問い合わせフォーム

  ******************************************************************/
} /* 641以下end */
/* 479px以下: SP screens *//*# sourceMappingURL=style-sp.css.map */