@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/
/* JOINTNAVI SITE CSS */
/*----------------------
 * 1. Theme Css Overwrite
 * 	  1.1 Gutenberg Basic
 * 	  1.2 Gutenberg Sango
 * 	    1.2.1 Speech Bubble
 * 	  1.3 Header
 * 	  1.4 Footer
 * 	  1.5 Sidebar
 * 	  1.6 Content
 * 	    1.6.1 Heading
 * 	  1.7 Other
 * 	    1.7.1 New Mark
 * 2. Foundation
 * 3. Component
 * 	  3.1 Border Box
 * 	  3.2 Button
 * 4. Project
 * 	  4.1 Header
 * 	    4.1.1 Main Menu
 * 	    4.1.2 Sub Menu
 * 	  4.2 Footer
 * 	  4.3 Sidebar
 * 	    4.3.1 Menu
 * 	    4.3.2 TOC（Original Accordion）
 * 	  4.4 Form（Contact/Lineup）
 * 	  4.5 Form Button
 * 	    4.5.1 Contact/Lineup
 * 	    4.5.2 Contact
 * 	    4.5.3 Lineup
 * 	  4.6 Auto Select
 * 	  4.7 TOC（Original Accordion）
 * 	  4.8 Snow Monkey Froms
 * 5. Page
 * 	  5.1 Glossary
 * 	    5.1.1 Related Posts
 * 	  5.2 Joint Matome
 * 	    5.2.1 Download Button
 * 	  5.3 Top
 * 	    5.3.1 Pickup
 * ●. Utility
 * 	  ●.1 Br
 * 	  ●.2 Display
 * 	  ●.3 Flex
 * 	    ●.3.1 Flex Box
 * 	    ●.3.2 Justify Content
 * 	  ●.4 Margin
 * 	    ●.4.1 Margin Bottom
 * 	    ●.4.2 Margin Top
 * 	    ●.4.3 Margin Right
 * 	  ●.5 Padding
 * 	    ●.5.1 Padding
 * 	    ●.5.2 Padding Bottom
 * 	  ●.6 Position
 * 	  ●.7 Text Align
 * 	  ●.8 Vertical Horizontal Center
 * 	    ●.8.1 Flex
 * 	    ●.8.2 Position
 * 	    ●.8.3 Table
 * 	  ●.9 Font
 * 	  ●.10 Color
 * 	    ●.10.1 Font
 * 	    ●.10.2 Background
 * 	  ●.11 Border
 * 	  ●.12 Width
 * 	  ●.13 Height
 * 	  ●.14 White Space
 */
/**************************************
1. Theme Css Overwrite
***************************************/
/* 1.1 Gutenberg Basic
 ***************************************/
/*** 1.2.1 Column ***/
.column__reverse-sp {
  flex-wrap: wrap-reverse; }

/* 1.2 Gutenberg Sango
 ***************************************/
/*** 1.2.1 Speech Bubble ***/
.sgb-block-say-avatar img {
  border-radius: 0;
  border: none; }

/* 1.3 Header
 ***************************************/
.header {
  position: sticky;
  top: 0; }

.fixed-sidebar:not(.sidefixed) {
  top: 123px; }

/* 1.4 Footer
 ***************************************/
.footer-contents .sns-btn {
  display: none; }

/* 1.5 Sidebar
 ***************************************/
/* 1.6 Content
 ***************************************/
/*** 1.6.1 Heading ***/
.entry-content h2, .entry-content h3, .entry-content h4 {
  position: relative; }
  .entry-content h2::before, .entry-content h3::before, .entry-content h4::before {
    position: absolute;
    content: ''; }
.entry-content h2 {
  padding: 10px 10px 8px 10px;
  margin-bottom: 1.4em;
  background: #80c4ff;
  color: white; }
  .entry-content h2::before {
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #959e9b; }
.entry-content h3 {
  border-bottom: solid 3px #cce4ff;
  padding-left: 0;
  border-left: none; }
  .entry-content h3::before {
    display: block;
    border-bottom: solid 3px #5472cd;
    bottom: -3px;
    left: 0;
    width: 20%; }
.entry-content h4 {
  padding: 0 0 0 10px;
  border-left: 4px solid #6bb6ff; }

/* 1.7 Other
 ***************************************/
/*** 1.7.1 New Mark ***/
.accent-bc {
  background: #ef090d;
  background: -moz-linear-gradient(45deg, #ef090d 0%, #ed8788 100%);
  background: -webkit-linear-gradient(45deg, #ef090d 0%, #ed8788 100%);
  background: linear-gradient(45deg, #ef090d 0%, #ed8788 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef090d', endColorstr='#ed8788',GradientType=1 ); }

/* FLOCSS */
/**************************************
2. Foundation
***************************************/
/* 2.1 Sango Base Module
 ***************************************/
/* .m-all {
 *   width: 100%;
 *  }
 *  @media (max-width: 1029px) and (min-width: 769px) {
 *    .t-2of3 {
 *      float: left;
 *      width: 66.66%;
 *      padding-right: 0.75em;
 *    }
 *   }
 *  @media (min-width: 1030px) {
 *    .d-5of7 {
 *      float: left;
 *      width: 69%;
 *      padding-right: 2em;
 *    }
 *   }
 */
/* 2.2 Layout Width
 ***************************************/
/* レイアウト基準幅769px */
/* 2.3 Layout Break Point
 ***************************************/
/* 2.4 Mixin
 ***************************************/
/**************************************
3. Component
***************************************/
/* 3.1 Border Box
 ***************************************/
.c-box__border {
  border: 1px solid #1e1e2a;
  padding: 15px 20px 11px 20px; }

/* 3.2 Button
 ***************************************/
.wp-block-button a {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
  text-decoration: none !important; }
  .wp-block-button a:hover {
    transform: translateY(-4px);
    opacity: .8; }

.c-btn__sns {
  width: 100%; }
  .c-btn__sns a {
    width: 60%;
    margin: 0 auto;
    text-decoration: none; }
    .c-btn__sns a:hover {
      box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15);
      transform: translateY(-4px); }
  @media screen and (min-width: 769px) {
    .c-btn__sns a {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }

.printfriendly a {
  padding: 8px 20px;
  border-radius: 30px;
  margin-top: 40px;
  border: 2px solid #ffa552 !important;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3); }
  .printfriendly a:hover {
    transform: translateY(-4px);
    opacity: .8; }

/**************************************
4. Project
***************************************/
/* 4.1 Header
 ***************************************/
/*** 4.1.1 Main Menu ***/
#inner-header #menu-item-5187 {
  position: relative; }
  #inner-header #menu-item-5187::before {
    font-size: .7rem;
    position: absolute;
    content: "New!";
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    color: #fff;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1.1px;
    padding: 0 16px;
    background: #ef090d;
    background: -moz-linear-gradient(45deg, #ef090d 0%, #ed8788 100%);
    background: -webkit-linear-gradient(45deg, #ef090d 0%, #ed8788 100%);
    background: linear-gradient(45deg, #ef090d 0%, #ed8788 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef090d', endColorstr='#ed8788',GradientType=1 ); }
#inner-header .menu__contact a {
  background-color: #ffb36b;
  height: 42px;
  margin-top: 10px;
  line-height: 42px;
  border-radius: 3px;
  box-shadow: 0 3px 4px rgba(36, 96, 148, 0.3); }
#inner-header .menu__contact::after {
  content: none; }
#inner-header .menu__contact:hover a {
  background-color: #ffa552; }

/*** 4.1.2 Sub Menu ***/
.p-subHeader {
  display: none; }
  @media screen and (min-width: 769px) {
    .p-subHeader {
      display: block;
      background-color: #fff; }
      .p-subHeader .p-subHeader__inner {
        width: 96%;
        margin: 0 auto; }
      .p-subHeader .p-subNav__lists {
        display: inline-block;
        width: 100%;
        text-align: right;
        margin: 0; }
      .p-subHeader .p-subNav__item {
        display: inline-block;
        vertical-align: top;
        margin: 0; }
        .p-subHeader .p-subNav__item a {
          color: #626262;
          padding: 0 10px;
          font-size: 14px;
          font-weight: bold; }
          .p-subHeader .p-subNav__item a::after {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            padding: 0 6px;
            color: rgba(0, 0, 0, 0.2);
            content: "\f0da";
            font-size: 16px; }
          .p-subHeader .p-subNav__item a:hover {
            color: #92979f;
            text-decoration: none; } }
  @media screen and (min-width: 1030px) {
    .p-subHeader .p-subHeader__inner {
      width: 92%; } }
  @media screen and (min-width: 1240px) {
    .p-subHeader .p-subHeader__inner {
      width: 1180px; } }

/* 4.2 Footer
 ***************************************/
.p-footerMenu {
  display: flex;
  justify-content: center; }
  .p-footerMenu .p-footerMenu__logo {
    display: inline-block;
    height: 62px;
    line-height: 62px;
    margin: 0 10px 0 0;
    text-align: left;
    width: auto; }
    .p-footerMenu .p-footerMenu__logo a {
      display: inline;
      line-height: inherit;
      vertical-align: baseline; }
    .p-footerMenu .p-footerMenu__logo img {
      display: inline-block;
      height: 62px;
      padding: 10px 0 10px 0;
      vertical-align: middle; }
  .p-footerMenu .p-footerMenu__company {
    color: #fff;
    border: 1px solid #fff;
    padding: 4px 20px 0;
    font-size: 14px;
    text-align: left; }

/* 4.3 Sidebar
 ***************************************/
/*** 4.3.1 Menu ***/
.p-sidebar__menu li {
  font-size: 16px; }
.p-sidebar__menu img {
  display: block;
  width: 70px;
  margin: 0 auto; }
@media screen and (min-width: 769px) {
  .p-sidebar__menu li {
    font-size: calc(62% + 0.22vw); } }

/*** 4.3.2 TOC（Original Accordion） ***/
.sidebar #toc_container {
  margin-top: 0 !important; }

/* 4.4 Form（Contact/Lineup）
 ***************************************/
.form_contact .wpcf7-validation-errors,
.form_contact .wpcf7-acceptance-missing {
  color: #f00; }

.table-contactform7 {
  overflow: hidden;
  table-layout: fixed;
  display: block;
  width: 100%;
  border: none; }
  .table-contactform7 .wpcf7-validation-errors {
    border: 2px solid #dc3545 !important;
    font-size: 16px;
    padding: 0.29rem 0.375rem 0.75rem; }
  .table-contactform7 tbody, .table-contactform7 tr {
    display: block;
    width: 100%; }
  .table-contactform7 th, .table-contactform7 td {
    vertical-align: middle;
    text-align: left; }
  .table-contactform7 th {
    width: 100%;
    display: block;
    margin: 0 auto;
    border-right: none;
    border-bottom: none;
    font-size: 14px; }
  .table-contactform7 td {
    display: list-item;
    width: 100%;
    list-style-type: none;
    margin: 0;
    border-bottom: none;
    padding: 12px 8px; }
    .table-contactform7 td.last {
      border-bottom: 1px solid #ccc; }
    .table-contactform7 td .wpcf7-not-valid-tip {
      font-weight: bold;
      font-size: 12px; }
  .table-contactform7 dl {
    margin: 0; }
  .table-contactform7 dt {
    padding: 0; }
  .table-contactform7 dd {
    padding: 4px 0 0 0; }
  .table-contactform7 .required-contactform7 {
    display: inline-block;
    background: #fb5858;
    margin: 0 0 0 5px;
    font-size: 0.72rem;
    color: #FFF;
    vertical-align: baseline;
    padding: 2px 5px 2px 5px;
    font-weight: bold;
    position: relative;
    top: -1px; }
  .table-contactform7 .wpcf7-list-item {
    margin: 0 1em 0 0; }
  .table-contactform7 input[type=text], .table-contactform7 input[type=tel], .table-contactform7 input[type=email], .table-contactform7 select, .table-contactform7 textarea {
    background-color: #fff;
    border: 1px solid #a8a8a8;
    color: #1e1e2a;
    margin-bottom: 0; }
    .table-contactform7 input[type=text]::-webkit-input-placeholder, .table-contactform7 input[type=tel]::-webkit-input-placeholder, .table-contactform7 input[type=email]::-webkit-input-placeholder, .table-contactform7 select::-webkit-input-placeholder, .table-contactform7 textarea::-webkit-input-placeholder {
      color: #bbb; }
    .table-contactform7 input[type=text]:-ms-input-placeholder, .table-contactform7 input[type=tel]:-ms-input-placeholder, .table-contactform7 input[type=email]:-ms-input-placeholder, .table-contactform7 select:-ms-input-placeholder, .table-contactform7 textarea:-ms-input-placeholder {
      color: #bbb; }
    .table-contactform7 input[type=text]::placeholder, .table-contactform7 input[type=tel]::placeholder, .table-contactform7 input[type=email]::placeholder, .table-contactform7 select::placeholder, .table-contactform7 textarea::placeholder {
      color: #bbb; }
  .custom-wpcf7c-confirmed .table-contactform7 input[type=text], .custom-wpcf7c-confirmed .table-contactform7 input[type=tel], .custom-wpcf7c-confirmed .table-contactform7 input[type=email], .custom-wpcf7c-confirmed .table-contactform7 textarea {
    background-color: #e8f0fe !important; }
  .custom-wpcf7c-confirmed .table-contactform7 select {
    color: #000 !important;
    border: 1px solid #868686;
    background-color: #dde9ff !important; }
  .table-contactform7 input[type="checkbox"],
  .table-contactform7 input[type="radio"] {
    position: relative;
    top: -2px; }
  .table-contactform7 input[type=radio] {
    margin-right: 2px; }
  .table-contactform7 input[type=checkbox] {
    vertical-align: middle;
    margin: 5px 5px 7px;
    width: 14px;
    height: 14px; }
  .table-contactform7 textarea {
    width: 100%;
    font-size: 16px; }
  @media screen and (min-width: 769px) {
    .table-contactform7 {
      display: table; }
      .table-contactform7 tbody {
        display: table-row-group; }
      .table-contactform7 tr {
        display: table-row; }
      .table-contactform7 th {
        width: 32%;
        display: table-cell;
        margin: 0 auto;
        border-right: 2px solid #e0e0e0; }
        .table-contactform7 th.last {
          border-bottom: 1px solid #ccc; }
      .table-contactform7 td {
        display: table-cell;
        width: 68%; }
      .table-contactform7 dt {
        float: left;
        clear: left;
        margin-right: 8px;
        height: 36px;
        line-height: 36px;
        width: 54px; }
      .table-contactform7 dd {
        padding: 0; }
      .table-contactform7 input[type=text], .table-contactform7 input[type=tel], .table-contactform7 input[type=email], .table-contactform7 select {
        width: 80%; } }

/* 4.5 Form Button
====================================== */
/*** 4.5.1 Contact/Lineup ***/
.form_contact .btns__contact {
  margin: 0 auto;
  max-width: 160px;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  justify-content: center; }
  .form_contact .btns__contact::after {
    content: "";
    display: block;
    clear: both; }
.form_contact .btn__contact {
  margin: 0;
  min-width: 140px;
  padding: 8px 20px;
  letter-spacing: 1.5px; }
.form_contact .btn__contact-fix {
  float: left; }
.form_contact .btn__contact-submit,
.form_contact .btn__catalog-submit {
  color: #fff;
  border: none;
  padding: 10px 22px;
  border-radius: 3px;
  font-weight: bold;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to bottom, #ffbd04 0%, #fe5e1a 84%); }
  .form_contact .btn__contact-submit:hover,
  .form_contact .btn__catalog-submit:hover {
    opacity: .8; }

/*** 4.5.2 Contact ***/
#contact .btn__contact-submit {
  float: right; }

#catalog_contact .btn__catalog-submit {
  float: right; }

/*** 4.5.3 Lineup ***/
/* 4.6 Auto Select
====================================== */
.p-autoSelect {
  margin-bottom: 40px;
  border: 1px solid #ccc;
  padding: 20px; }
  .p-autoSelect .p-autoSelect__form {
    margin-bottom: 12px; }
  .p-autoSelect label {
    width: 136px;
    display: inline-block; }
  .p-autoSelect input[type="number"] {
    display: inline-block;
    width: auto;
    max-width: 142px;
    margin-left: 4px; }
  .p-autoSelect .p-autoSelect__button {
    text-align: center; }
    .p-autoSelect .p-autoSelect__button button {
      margin-left: 16px;
      margin-right: 16px;
      font-size: 1.2em; }
    .p-autoSelect .p-autoSelect__button .search {
      background-color: #FFB36B;
      border-radius: 3px; }
  @media screen and (min-width: 481px) {
    .p-autoSelect input[type="number"] {
      max-width: none; } }
  @media screen and (min-width: 768px) {
    .p-autoSelect label {
      width: auto; }
    .p-autoSelect input[type="number"] {
      max-width: 190px; }
    .p-autoSelect .p-autoSelect__form {
      display: flex;
      justify-content: space-between; }
    .p-autoSelect .p-autoSelect__button button {
      margin-left: 32px;
      margin-right: 32px; } }

.tabulator-header .tabulator-col:first-of-type .tabulator-col-title {
  padding-right: 0 !important; }
.tabulator-header .tabulator-col:first-of-type .tabulator-arrow {
  display: none !important; }

/* 4.7 TOC（Original Accordion）
====================================== */
#toc_container details {
  margin-left: -18px;
  transition: .8s all ease-out; }
  #toc_container details li {
    margin-bottom: 4px; }
    #toc_container details li a {
      width: 100%;
      display: inline-block;
      padding: 0; }
      #toc_container details li a:hover {
        background-color: #ffeddc; }
      #toc_container details li a span {
        display: inline-block;
        padding-left: 28px; }
  #toc_container details:last-child {
    margin-bottom: 0; }
#toc_container details[open] summary {
  background-color: #ffeddc; }
#toc_container summary {
  cursor: pointer;
  padding: 10px;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  background: #f4f4f4;
  font-weight: bold;
  transition: .8s all ease-out; }
  #toc_container summary:hover {
    background-color: #ffeddc; }

/* 4.8 Snow Monkey Froms
====================================== */
.snow-monkey-form .smf-item__col--label {
  display: flex;
  align-items: center; }
.snow-monkey-form .smf-item__col--controls input {
  margin-bottom: 0; }
.snow-monkey-form .smf-select-control .smf-select-control__toggle {
  display: none !important; }
.snow-monkey-form .smf-action {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px; }
  .snow-monkey-form .smf-action [data-action="complete"] {
    color: #fff;
    border: none;
    padding: 10px 22px;
    border-radius: 3px;
    font-weight: bold;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
    background: linear-gradient(to bottom, #ffbd04 0%, #fe5e1a 84%); }
    .snow-monkey-form .smf-action [data-action="complete"]:hover {
      opacity: .8; }
.snow-monkey-form .pf-button {
  display: none !important; }

/**************************************
5. Page
***************************************/
/* 5.1 Glossary
====================================== */
/*** 5.1.1 Related Posts ***/
.single-glossary .article-footer {
  display: none !important; }

.glossary-footer {
  margin: 2em 0 0; }
  .glossary-footer .footer-meta_title {
    margin: 0; }
  .glossary-footer .rlmg {
    font-weight: bold; }
    .glossary-footer .rlmg img {
      width: 100%;
      max-height: 138px;
      object-fit: cover;
      margin-bottom: 8px; }
  @media screen and (min-width: 769px) {
    .glossary-footer {
      padding: 0 25px; }
      .glossary-footer .rlmg img {
        max-height: 165px; } }
  @media screen and (min-width: 1030px) {
    .glossary-footer {
      padding: 0 40px; }
      .glossary-footer .rlmg img {
        max-height: 125px; } }

/* 5.2 Joint Matome
====================================== */
/*** 5.2.1 Download Button ***/
.catalog .btn-download {
  margin-bottom: 12px; }
  .catalog .btn-download a {
    font-size: 1em;
    background: #ffb36b;
    font-weight: bold;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15); }

/* 5.3 Top
====================================== */
/*** 5.3.1 Slider ***/
.n2-ss-slide .n2-ss-item-image-content {
  position: relative;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
  transition: .2s all ease-in-out; }
  .n2-ss-slide .n2-ss-item-image-content:hover {
    box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px); }
.n2-ss-slide:nth-of-type(1) .n2-ss-item-image-content::before, .n2-ss-slide:nth-of-type(1) .n2-ss-item-image-content::after, .n2-ss-slide:nth-of-type(2) .n2-ss-item-image-content::before, .n2-ss-slide:nth-of-type(2) .n2-ss-item-image-content::after, .n2-ss-slide:nth-of-type(3) .n2-ss-item-image-content::before, .n2-ss-slide:nth-of-type(3) .n2-ss-item-image-content::after {
  position: absolute;
  display: block; }
.n2-ss-slide:nth-of-type(1) .n2-ss-item-image-content::before, .n2-ss-slide:nth-of-type(2) .n2-ss-item-image-content::before, .n2-ss-slide:nth-of-type(3) .n2-ss-item-image-content::before {
  content: "";
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 80px 80px 0;
  border-color: transparent #f66 transparent transparent; }
.n2-ss-slide:nth-of-type(1) .n2-ss-item-image-content::after, .n2-ss-slide:nth-of-type(2) .n2-ss-item-image-content::after, .n2-ss-slide:nth-of-type(3) .n2-ss-item-image-content::after {
  content: "Pickup";
  letter-spacing: 1px;
  top: 28px;
  right: -2px;
  color: #fff;
  transform: rotate(45deg); }

/**************************************
●. Utility
***************************************/
/* ●.1 Br
====================================== */
.u-br__sp {
  display: inline-block !important; }

.u-br__tab {
  display: none !important; }

.u-br__spTab {
  display: inline-block !important; }

.u-br__tabPc {
  display: none !important; }

.u-br__pc {
  display: none !important; }

@media screen and (min-width: 769px) {
  .u-br__sp {
    display: none !important; }

  .u-br__tab {
    display: inline-block !important; }

  .u-br__spTab {
    display: inline-block !important; }

  .u-br__tabPc {
    display: inline-block !important; }

  .u-br__pc {
    display: none !important; } }
@media screen and (min-width: 1030px) {
  .u-br__sp {
    display: none !important; }

  .u-br__tab {
    display: none !important; }

  .u-br__spTab {
    display: none !important; }

  .u-br__tabPc {
    display: inline-block !important; }

  .u-br__pc {
    display: inline-block !important; } }
/* ●.2 Display
====================================== */
.u-dsp-i {
  display: inline !important; }

.u-dsp-n {
  display: none !important; }

.u-dsp-b {
  display: block !important; }

.u-dsp-ib {
  display: inline-block !important; }

.u-dsp-li {
  display: list-item !important; }

.u-dsp-ih {
  display: inherit !important; }

.u-dsp-b__sp {
  display: block !important; }

.u-dsp-b__spTab {
  display: block !important; }

.u-dsp-b__spPc {
  display: block !important; }

.u-dsp-b__tab {
  display: none !important; }

.u-dsp-b__pc {
  display: none !important; }

.u-dsp-ib__sp {
  display: inline-block !important; }

.u-dsp-ib__spTab {
  display: inline-block !important; }

.u-dsp-ib__spPc {
  display: inline-block !important; }

.u-dsp-ib__tab {
  display: none !important; }

.u-dsp-ib__pc {
  display: none !important; }

@media screen and (min-width: 769px) {
  .u-dsp-b__sp {
    display: none !important; }

  .u-dsp-b__spTab {
    display: block !important; }

  .u-dsp-b__spPc {
    display: block !important; }

  .u-dsp-b__tab {
    display: block !important; }

  .u-dsp-b__pc {
    display: none !important; }

  .u-dsp-ib__sp {
    display: none !important; }

  .u-dsp-ib__spTab {
    display: inline-block !important; }

  .u-dsp-ib__spPc {
    display: inline-block !important; }

  .u-dsp-ib__tab {
    display: inline-block !important; }

  .u-dsp-ib__pc {
    display: none !important; } }
@media screen and (min-width: 1030px) {
  .u-dsp-b__sp {
    display: none !important; }

  .u-dsp-b__spTab {
    display: none !important; }

  .u-dsp-b__spPc {
    display: block !important; }

  .u-dsp-b__tab {
    display: none !important; }

  .u-dsp-b__pc {
    display: block !important; }

  .u-dsp-ib__sp {
    display: none !important; }

  .u-dsp-ib__spTab {
    display: none !important; }

  .u-dsp-ib__spPc {
    display: inline-block !important; }

  .u-dsp-ib__tab {
    display: none !important; }

  .u-dsp-ib__pc {
    display: inline-block !important; } }
/* ●.3 Flex
====================================== */
/*** ●.3.1 Flex Box ***/
.u-fx {
  display: flex !important; }

.u-ifx {
  display: inline-flex !important; }

/*** ●.3.2 Justify Content ***/
.u-jc-fs {
  justify-content: flex-start !important; }

.u-jc-fe {
  justify-content: flex-end !important; }

.u-jc-c {
  justify-content: center !important; }

.u-jc-sb {
  justify-content: space-between !important; }

.u-jc-sa {
  justify-content: space-around !important; }

/* ●.4 Margin
====================================== */
/*** ●.4.1 Margin Bottom ***/
.u-mb0 {
  margin-bottom: 0px !important; }

.u-mb04 {
  margin-bottom: 4px !important; }

.u-mb08 {
  margin-bottom: 8px !important; }

.u-mb12 {
  margin-bottom: 12px !important; }

.u-mb16 {
  margin-bottom: 16px !important; }

.u-mb20 {
  margin-bottom: 20px !important; }

.u-mb24 {
  margin-bottom: 24px !important; }

.u-mb28 {
  margin-bottom: 28px !important; }

.u-mb32 {
  margin-bottom: 32px !important; }

.u-mb36 {
  margin-bottom: 36px !important; }

.u-mb40 {
  margin-bottom: 40px !important; }

.u-mb44 {
  margin-bottom: 44px !important; }

.u-mb48 {
  margin-bottom: 48px !important; }

.u-mb52 {
  margin-bottom: 52px !important; }

.u-mb56 {
  margin-bottom: 56px !important; }

.u-mb60 {
  margin-bottom: 60px !important; }

/*** ●.4.2 Margin Top ***/
.u-mt0 {
  margin-top: 0px !important; }

.u-mt04 {
  margin-top: 4px !important; }

.u-mt08 {
  margin-top: 8px !important; }

.u-mt12 {
  margin-top: 12px !important; }

.u-mt16 {
  margin-top: 16px !important; }

.u-mt20 {
  margin-top: 20px !important; }

.u-mt24 {
  margin-top: 24px !important; }

.u-mt28 {
  margin-top: 28px !important; }

.u-mt32 {
  margin-top: 32px !important; }

.u-mt36 {
  margin-top: 36px !important; }

.u-mt40 {
  margin-top: 40px !important; }

.u-mt44 {
  margin-top: 44px !important; }

.u-mt48 {
  margin-top: 48px !important; }

.u-mt52 {
  margin-top: 52px !important; }

.u-mt56 {
  margin-top: 56px !important; }

.u-mt60 {
  margin-top: 60px !important; }

/*** ●.4.3 Margin Right ***/
.u-mr20__pc {
  margin-right: 0 !important; }
  @media screen and (min-width: 768px) {
    .u-mr20__pc {
      margin-right: 20px !important; } }

/* ●.5 Padding
====================================== */
/*** ●.5.1 Padding ***/
.u-pd0 {
  padding: 0px !important; }

.u-pd04 {
  padding: 4px !important; }

.u-pd08 {
  padding: 8px !important; }

.u-pd12 {
  padding: 12px !important; }

.u-pd16 {
  padding: 16px !important; }

.u-pd20 {
  padding: 20px !important; }

.u-pd24 {
  padding: 24px !important; }

.u-pd28 {
  padding: 28px !important; }

.u-pd32 {
  padding: 32px !important; }

.u-pd36 {
  padding: 36px !important; }

.u-pd40 {
  padding: 40px !important; }

/*** ●.5.2 Padding Bottom ***/
.u-pb0 {
  padding-bottom: 0px !important; }

.u-pb04 {
  padding-bottom: 4px !important; }

.u-pb08 {
  padding-bottom: 8px !important; }

.u-pb12 {
  padding-bottom: 12px !important; }

.u-pb16 {
  padding-bottom: 16px !important; }

.u-pb20 {
  padding-bottom: 20px !important; }

.u-pb24 {
  padding-bottom: 24px !important; }

.u-pb28 {
  padding-bottom: 28px !important; }

.u-pb32 {
  padding-bottom: 32px !important; }

.u-pb36 {
  padding-bottom: 36px !important; }

.u-pb40 {
  padding-bottom: 40px !important; }

.u-pb44 {
  padding-bottom: 44px !important; }

.u-pb48 {
  padding-bottom: 48px !important; }

.u-pb52 {
  padding-bottom: 52px !important; }

.u-pb56 {
  padding-bottom: 56px !important; }

.u-pb60 {
  padding-bottom: 60px !important; }

/* ●.6 Position
====================================== */
.u-pos-s {
  position: static !important; }

.u-pos-r {
  position: relative !important; }

.u-pos-a {
  position: absolute !important; }

.u-pos-sk {
  position: sticky !important; }

.u-pos-f {
  position: fixed !important; }

/* ●.7 Text Align
====================================== */
.u-text-center {
  text-align: center !important; }

.u-text-left {
  text-align: left !important; }

.u-text-right {
  text-align: right !important; }

/* ●.8 Vertical Horizontal Center
====================================== */
/*** ●.8.1 Flex ***/
.u-fx-vhc {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important; }

/*** ●.8.2 Position ***/
.u-vhc-pos01 {
  /* 親要素に.u-pos-rを要指定 */
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  margin: auto !important;
  text-align: center !important;
  width: 80% !important;
  /* 要幅指定 */
  height: 3.2rem !important;
  /* 要高さ指定 */ }

.u-vhc-pos02 {
  /* 親要素に.u-pos-rを要指定 */
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translateY(-50%) translateX(-50%) !important;
  -webkit-transform: translateY(-50%) translateX(-50%) !important; }

/*** ●.8.3 Table ***/
.u-vhc-tab {
  display: table !important;
  width: 100% !important;
  text-align: center !important; }
  .u-vhc-tab .u-vhc-tab__inner {
    display: table-cell !important;
    vertical-align: middle !important; }

/* ●.9 Font
====================================== */
.u-font-en {
  font-family: "Times New Roman",Sans-serif; }

/* ●.10 Color
====================================== */
/*** ●.10.1 Font ***/
.u-color-white {
  color: #fff !important; }

.u-color-yellow {
  color: #fff86b !important; }

.u-color-pink {
  color: #ff06b9 !important; }

.u-color-red {
  color: #D50000 !important; }

.u-color-gold {
  color: #bfaa67;
  background: #bfaa67;
  background: -moz-linear-gradient(top, #bfaa67 0%, #d6c896 25%, #fcf8e2 50%, #d6c896 75%, #bfaa67 100%);
  background: -webkit-linear-gradient(top, #bfaa67 0%, #d6c896 25%, #fcf8e2 50%, #d6c896 75%, #bfaa67 100%);
  background: linear-gradient(to bottom, #bfaa67 0%, #d6c896 25%, #fcf8e2 50%, #d6c896 75%, #bfaa67 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfaa67', endColorstr='#bfaa67',GradientType=0 );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent; }

/*** ●.10.2 Background ***/
.u-bgc-gray {
  background-color: #ddd !important; }

.u-bgc-lightBlue {
  background-color: #3d85cc !important; }

/* ●.11 Border
====================================== */
.u-border-t-n {
  border-top: none !important; }

.u-border-r-n {
  border-right: none !important; }

.u-border-b-n {
  border-bottom: none !important; }

.u-border-l-n {
  border-left: none !important; }

.u-border-blue {
  border: 1px solid #1262b3 !important; }

/* ●.12 Width
====================================== */
.u-width05per {
  width: 5% !important; }

.u-width10per {
  width: 10% !important; }

/* ●.13 Height
====================================== */
.u-height05per {
  height: 5% !important; }

.u-height10per {
  height: 10% !important; }

/* ●.14 White Space
====================================== */
.u-ws-nowrap {
  white-space: nowrap !important; }

.u-ws-normal {
  white-space: normal !important; }

.page-id-4849 #main {
  max-width: 1180px; }

.tablepress.tablepress-id-2 td {
  border: 1px solid #ddd;
  vertical-align: middle; }
.tablepress.tablepress-id-2 .row-1 td,
.tablepress.tablepress-id-2 .row-2 td {
  background: #ebf8ff;
  font-weight: bold;
  text-align: center; }
.tablepress.tablepress-id-2 .row-1 {
  border-bottom: none; }
.tablepress.tablepress-id-2 .column-4,
.tablepress.tablepress-id-2 .column-5,
.tablepress.tablepress-id-2 .column-6,
.tablepress.tablepress-id-2 .column-7,
.tablepress.tablepress-id-2 .column-8,
.tablepress.tablepress-id-2 .column-9,
.tablepress.tablepress-id-2 .column-10,
.tablepress.tablepress-id-2 .column-11 {
  text-align: center; }
.tablepress.tablepress-id-2 .column-2 {
  min-width: 280px; }
.tablepress.tablepress-id-2 .column-3,
.tablepress.tablepress-id-2 .column-12 {
  text-align: center;
  min-width: 140px; }
.tablepress.tablepress-id-2 .column-4 {
  min-width: 156px; }
.tablepress.tablepress-id-2 .column-5,
.tablepress.tablepress-id-2 .column-6,
.tablepress.tablepress-id-2 .column-7,
.tablepress.tablepress-id-2 .column-8,
.tablepress.tablepress-id-2 .column-9 {
  min-width: 78px; }
.tablepress.tablepress-id-2 .column-10 {
  min-width: 74px; }
.tablepress.tablepress-id-2 .column-11 {
  min-width: 104px; }

.c-btn__internalLink {
  background-color: #ffb36b;
  padding: 8px 16px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
  .c-btn__internalLink:hover {
    opacity: .8;
    text-decoration: none; }

.c-btn__externalLink {
  border: 2px solid #ff922d;
  padding: 8px 16px;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: bold;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
  .c-btn__externalLink:hover {
    opacity: .8;
    text-decoration: none; }

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