@charset "UTF-8";
/*
Theme Name: マニュアル
Theme URI: https://semi-colon.net/
Author: セミコロン
Author URI: https://semi-colon.net/
Description: マニュアルテンプレート
Version: 1.0.0
*/
/*--------------------------------------------------------------
設定
--------------------------------------------------------------*/
/*--------------------------------------------------------------
共通
--------------------------------------------------------------*/
/* Links
----------------------------------------------------------------- */
.entry-content a::before, .entry-content a::after {
  padding: 0 5px;
  display: inline-block;
  vertical-align: baseline;
  color: #333;
  text-decoration: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.entry-content a[target=_blank]::after {
  content: "\f2d2";
  font-weight: normal;
}
.entry-content a[href$=".pdf"]::after, .entry-content a[href*=".pdf#page="]::after {
  content: "\f1c1";
}
.entry-content a[href$=".doc"]::after, .entry-content a[href$=".docx"]::after {
  content: "\f1c2";
}
.entry-content a[href$=".xls"]::after, .entry-content a[href$=".xlsx"]::after {
  content: "\f1c3";
}
.entry-content a[href^="mailto:"]::before {
  content: "\f0e0";
}
.entry-content a[href^="tel:"]::before {
  content: "";
}

/* 画像リンク */
a:hover {
  opacity: 0.6;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

/* 画像リンク / アイコンなし */
.wp-block-image a::after {
  display: none !important;
}

/* Lists / Icon
----------------------------------------------------------------- */
/* Unordered List */
.entry-content ul,
.entry-content ol {
  padding: 0 0 0 1.8em;
}
.entry-content ul {
  list-style: none outside;
}
.entry-content ul > li {
  position: relative;
  margin: 0 0 5px;
}
@media screen and (max-width: 767px) {
  .entry-content ul > li {
    margin: 0 0 2px;
  }
}
@media screen and (max-width: 567px) {
  .entry-content ul > li {
    margin: 0;
  }
}
.entry-content ul > li::after {
  background: #333;
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: -19px;
  width: 8px;
  height: 8px;
}
.entry-content ul > li ul > li::after {
  background: #808080 !important;
}
.entry-content ul.kome {
  font-size: 1.4rem;
}
.entry-content ul.kome > li {
  margin: 0;
}
.entry-content ul.kome > li::after {
  background: none !important;
  top: 0 !important;
  content: "※" !important;
  color: inherit !important;
  font-size: 1em !important;
  left: -22px !important;
  width: auto;
  height: auto;
}
.entry-content ul.kome > li > ul > li::after {
  top: 9px !important;
}
.entry-content ul.kome > li.red {
  color: #c00 !important;
}
.entry-content ul.kome > li.red::after {
  color: #c00 !important;
}
.entry-content p.kome {
  position: relative;
  padding: 0 0 0 1.8em;
}
.entry-content p.kome::after {
  content: "※" !important;
  font-size: 1em !important;
  position: absolute;
  left: 7px !important;
  top: 0 !important;
}
.entry-content p.kome.red,
.entry-content ul.kome.red li {
  color: #c00 !important;
}
.entry-content p.kome.red::after,
.entry-content ul.kome.red li::after {
  color: #c00 !important;
}

/* Frames
----------------------------------------------------------------- */
.mokuji,
.point,
.explanation {
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .mokuji,
  .point,
  .explanation {
    padding: 30px;
  }
}
.mokuji > *:first-child,
.point > *:first-child,
.explanation > *:first-child {
  margin-top: 0 !important;
}
.mokuji > *:last-child,
.point > *:last-child,
.explanation > *:last-child {
  margin-bottom: 0 !important;
}

ol.point, ol.explanation,
ul.point,
ul.explanation {
  padding: 45px 50px 45px calc(50px + 1.8rem) !important;
}
@media screen and (max-width: 767px) {
  ol.point, ol.explanation,
  ul.point,
  ul.explanation {
    padding: 25px 30px 25px calc(30px + 1.8rem) !important;
  }
}

/* 目次 */
.mokuji {
  background: #efefef;
  margin: 100px 0 0;
}

/* ポイント */
.point {
  background: #e6f0f7;
}

/* 説明 */
.explanation {
  border: 6px solid #eee;
}

/* アンカー */
.anchor {
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  .anchor {
    gap: 0 20px;
  }
}
.anchor .wp-block-button {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .anchor .wp-block-button {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 567px) {
  .anchor .wp-block-button {
    width: 100%;
  }
}
.anchor .wp-block-button a {
  background: none;
  border-bottom: 1px solid #333;
  border-radius: 0;
  color: #333;
  font-size: 1.7rem;
  font-weight: 500;
  padding: 1em 0.5em 1em 2.5em;
  position: relative;
  text-align: left;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.anchor .wp-block-button a::before {
  background-color: #333;
  border-radius: 30px;
  content: "";
  display: block;
  position: absolute;
  left: 0.3em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5em;
  height: 1.5em;
}
.anchor .wp-block-button a::after {
  background-color: #fff;
  -webkit-mask-image: url("images/icon_menu.svg");
          mask-image: url("images/icon_menu.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  content: "";
  display: block;
  position: absolute;
  left: 0.71em;
  top: 51%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.7em;
  height: 0.7em;
}
.anchor .wp-block-button a:hover {
  color: #333;
}

/* フロー */
.flow {
  border: 3px solid #e6f0f7;
  border-radius: 20px;
  padding: 30px 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 10px 25px 25px;
  }
}
.flow + .flow {
  margin: 30px 0 0;
}
.flow + .flow::before {
  content: "\f0d7";
  font-size: 3.6rem;
  padding: 0 5px;
  display: inline-block;
  vertical-align: baseline;
  color: #333;
  text-decoration: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 50%;
  top: -20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.flow .flow-title h3 {
  padding: 0;
}
.flow .flow-title h3::before {
  display: none;
}
.flow .flow-title p {
  color: #333;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .flow .flow-title p {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .flow .flow-title + * {
    margin-top: 0 !important;
  }
}

/* Parts
----------------------------------------------------------------- */
/* リード文 */
.lead {
  color: #333;
  font-size: 3rem;
  font-weight: bold !important;
  line-height: 1.6 !important;
  margin: 60px 0 2rem;
}
@media screen and (max-width: 767px) {
  .lead {
    font-size: 2.2rem;
    line-height: 1.8;
    margin: 40px 0 2rem;
  }
}
@media screen and (max-width: 567px) {
  .lead {
    font-size: 2rem;
    line-height: 1.5;
    margin: 20px 0 2rem;
  }
}

/* パンくず */
.breadcrumbs {
  background: #eee;
  font-size: 1.3rem;
  letter-spacing: 1px;
  padding: 10px 30px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    margin: 10px 0 0;
  }
}
.breadcrumbs a {
  color: #333;
}
.breadcrumbs a:hover {
  color: #333;
  opacity: 1;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.bc-arrow {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 10px 1.5px 6px;
}
@media screen and (max-width: 567px) {
  .bc-arrow {
    width: 6px;
    height: 6px;
    vertical-align: middle;
  }
}

/* ページナビ */
.pagination {
  clear: both;
  margin: 80px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination a {
  background: #ddd;
  border: 2px solid #333;
  padding: 0.6em 2em 0.7em;
  text-decoration: none !important;
}
@media screen and (max-width: 567px) {
  .pagination a {
    font-size: 1.3rem;
    padding: 0.6em 1em 0.7em;
  }
}
@media screen and (max-width: 375px) {
  .pagination a {
    padding: 0.6em 0.5em 0.7em;
  }
}
.pagination a[rel=prev] i {
  padding: 0 1em 0 0;
  margin: 0;
}
@media screen and (max-width: 567px) {
  .pagination a[rel=prev] i {
    padding: 0 0.5em 0 0;
  }
}
.pagination a[rel=next] i {
  padding: 0 0 0 1em;
  margin: 0;
}
@media screen and (max-width: 567px) {
  .pagination a[rel=next] i {
    padding: 0 0 0 0.5em;
  }
}
.pagination a:hover {
  background: #fff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.pagination a:hover i {
  color: #fff !important;
}

.wp-pagenavi {
  line-height: 3;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 30px;
  }
}
@media screen and (max-width: 567px) {
  .wp-pagenavi {
    margin-top: 20px;
  }
}
.wp-pagenavi .current {
  background: #fff;
  border: 1px solid #333;
}
.wp-pagenavi a,
.wp-pagenavi span {
  background: #ddd;
  font-weight: bold;
  text-decoration: none !important;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50px;
  height: 50px;
  text-align: center;
  letter-spacing: 0;
  margin: 4px !important;
  padding: 0 0 2px !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.wp-pagenavi a:hover {
  background: #fff;
  border: 1px solid #333;
}
.wp-pagenavi .previouspostslink > *,
.wp-pagenavi .nextpostslink > * {
  background-color: #333;
  -webkit-mask-image: url("images/icon_arrow.svg");
          mask-image: url("images/icon_arrow.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 0.85em;
  height: 0.85em;
}
.wp-pagenavi .previouspostslink:hover > *,
.wp-pagenavi .nextpostslink:hover > * {
  background-color: #fff;
}
.wp-pagenavi .previouspostslink > * {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* お知らせ一覧 */
.news-list {
  margin: 0;
  padding: 0 !important;
  list-style: none;
}
.news-list li {
  border-bottom: 1px solid #ddd;
  display: block;
  margin: 0 !important;
}
.news-list li > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0;
}
@media screen and (max-width: 767px) {
  .news-list li > * {
    padding: 0.8em 0;
  }
}
@media screen and (max-width: 567px) {
  .news-list li > * {
    display: block;
    padding: 0.8em 0 1em;
  }
}
.news-list li::after {
  content: none !important;
}
.news-list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none !important;
  width: 100%;
}
@media screen and (max-width: 567px) {
  .news-list li a {
    display: block;
  }
}
.news-list li a i {
  display: inline-block;
  margin: 0 5px;
  color: #333;
}
.news-list li a[target=_blank]::after {
  display: none !important;
}
.news-list li a:hover {
  opacity: 0.6;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.news-list li .ent-date {
  color: #333;
  font-weight: 500;
  width: 100px;
  letter-spacing: 1px;
}
@media screen and (max-width: 567px) {
  .news-list li .ent-date {
    width: 100%;
  }
}
.news-list li .ent-title {
  width: calc(100% - 100px);
  font-weight: 500;
}
@media screen and (max-width: 567px) {
  .news-list li .ent-title {
    line-height: 1.5;
    width: 100%;
  }
}
.news-list li span {
  display: block;
}

.home-news-title {
  text-align: center;
  width: 280px;
}
@media screen and (max-width: 1023px) {
  .home-news-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 10px;
    width: 100%;
  }
}

/*--------------------------------------------------------------
Accessibility

--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
Alignments

--------------------------------------------------------------*/
@media screen and (max-width: 781px) {
  .alignleft,
  .alignright {
    display: block !important;
    float: none !important;
    margin: 0 auto !important;
  }
}

/*--------------------------------------------------------------
Clearings

--------------------------------------------------------------*/
.clear {
  clear: both;
}

/*--------------------------------------------------------------
Typography

--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #333;
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.pure-g [class*=pure-u] {
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.05em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.5;
  }
}

h1 {
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
  }
}

h2 {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.2rem;
  }
}

h3 {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.8rem;
  }
}

h5 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 1.7rem;
  }
}

h6 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  h6 {
    font-size: 1.6rem;
  }
}

p {
  margin: 0 0 1.4em;
  padding: 0;
  letter-spacing: 1px;
}

/*--------------------------------------------------------------
Forms

--------------------------------------------------------------*/
label {
  color: #333;
  display: block;
  font-weight: 800;
  margin-bottom: 0.5em;
}

fieldset {
  margin-bottom: 1em;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
  color: #666;
  background: #fff;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #bbb;
  border-radius: 3px;
  display: block;
  padding: 0.6em;
  width: 100%;
}

textarea {
  color: #666;
  background: #fff;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #bbb;
  border-radius: 3px;
  display: block;
  padding: 0.6em;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus {
  color: #222;
  border-color: #333;
}

textarea:focus {
  color: #222;
  border-color: #333 !important;
}

select {
  border: 1px solid #bbb;
  border-radius: 3px;
  height: 3em;
  max-width: 100%;
}

input[type=radio],
input[type=checkbox] {
  margin-right: 0.5em;
}

input[type=radio] + label,
input[type=checkbox] + label {
  font-weight: 400;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder,
:-moz-placeholder {
  color: #333;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
  color: #333;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #333;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

/*--------------------------------------------------------------
Formatting

--------------------------------------------------------------*/
hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
Lists

--------------------------------------------------------------*/
ul,
ol {
  padding: 0;
}

li > ul,
li > ol {
  margin: 3px 0 0;
}

/*--------------------------------------------------------------
Tables

--------------------------------------------------------------*/
.entry-content .wp-block-flexible-table-block-table > table,
.entry-content table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}
.entry-content .wp-block-flexible-table-block-table > table tfoot,
.entry-content table tfoot {
  border-top: none;
}
.entry-content .wp-block-flexible-table-block-table > table tfoot th,
.entry-content .wp-block-flexible-table-block-table > table tfoot td,
.entry-content table tfoot th,
.entry-content table tfoot td {
  background: #ccc !important;
}
.entry-content .wp-block-flexible-table-block-table > table thead,
.entry-content table thead {
  border-bottom: none;
}
.entry-content .wp-block-flexible-table-block-table > table thead th,
.entry-content table thead th {
  background: #ccc;
  vertical-align: middle;
}
.entry-content .wp-block-flexible-table-block-table > table th,
.entry-content .wp-block-flexible-table-block-table > table td,
.entry-content table th,
.entry-content table td {
  padding: 1em !important;
}
.entry-content th {
  background: #f5f5f5;
  border: 0 !important;
  width: 20%;
}
.entry-content td {
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .entry-content td {
    padding: 1rem 1.2rem;
  }
}
@media screen and (max-width: 567px) {
  .entry-content td {
    padding: 0.8rem 1rem;
  }
}
.entry-content .wp-block-flexible-table-block-table > table tr th,
.entry-content .wp-block-flexible-table-block-table > table tr td,
.entry-content th,
.entry-content td {
  border-style: solid !important;
  border-color: #333;
  border-width: 1px !important;
  padding: 0.5em 1em !important;
}
.entry-content .wp-block-flexible-table-block-table.no-decoration > table th,
.entry-content .wp-block-flexible-table-block-table.no-decoration > table td,
.entry-content table.no-decoration th,
.entry-content table.no-decoration td {
  border: none !important;
  background: none !important;
  padding: 0 !important;
}

/*--------------------------------------------------------------
Links

--------------------------------------------------------------*/
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
}
a[href^="tel:"] {
  cursor: default;
}

/*--------------------------------------------------------------
Buttons

--------------------------------------------------------------*/
.entry-content .wp-block-button__link:not(.anchor .wp-block-button__link) {
  background-color: #fff;
  border-color: #333;
  border-radius: 999px;
  border-style: solid;
  border-width: 2px;
  color: #333;
  font-weight: bold;
  padding: 10px 35px;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.entry-content .wp-block-button__link:not(.anchor .wp-block-button__link)::after {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.entry-content .wp-block-button__link:not(.anchor .wp-block-button__link):hover {
  background-color: #333;
  color: #fff;
}
.entry-content .wp-block-button__link:not(.anchor .wp-block-button__link):hover::after {
  color: #fff !important;
}
.entry-content .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 100px 0 0;
}
.entry-content .button a {
  border: 1px solid #333;
  display: block;
  max-width: 300px;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

/*--------------------------------------------------------------
Layout

--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  font-size: 62.5%;
}

* {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior;
  see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior;
  see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  /* 方眼紙模様に必須のスタイル */
}
@media screen and (max-width: 1023px) {
  body {
    margin-top: 80px;
  }
}

#page {
  width: 100%;
  overflow: hidden;
}

.site-content {
  max-width: 920px;
  margin: 120px auto 0;
  padding: 0 30px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .site-content {
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .site-content {
    margin: 60px auto 0;
    padding: 0 20px;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

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

.mt30 {
  margin-top: 30px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

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

.mb30 {
  margin-bottom: 30px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.overflow {
  overflow: hidden;
}

.nowrap {
  white-space: nowrap;
}

.img-border {
  border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/*--------------------------------------------------------------
Header

--------------------------------------------------------------*/
.site-header {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 15px 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media screen and (max-width: 1023px) {
  .site-header {
    padding: 15px 30px;
  }
}

.header-menu {
  max-width: 1000px;
  margin: 0 auto;
}
.header-menu .header-menu-title {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 0.5em;
}
.header-menu .header-menu-title + ol {
  margin: 20px 0 0 30px;
}
.header-menu > ul > li {
  display: block;
}
.header-menu > ul > li + li {
  margin: 30px 0 0;
}

.site-logo {
  display: block;
  max-width: 240px;
  height: auto;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.site-logo img {
  display: block;
  margin: 5px 0 0;
  -o-object-fit: contain;
     object-fit: contain;
  height: 45px;
}
@media screen and (max-width: 1023px) {
  .site-logo img {
    height: 28px;
  }
}

.site-title {
  display: inline-block;
  margin: 0;
}
.site-title a {
  min-height: 45px;
}
@media screen and (max-width: 767px) {
  .site-title a {
    min-height: 35px;
  }
}

.active .site-title a {
  z-index: 1000;
}

.main-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  font-size: 2.4rem;
}

.siet-logo {
  max-height: 45px;
  max-width: 350px;
}
@media screen and (max-width: 767px) {
  .siet-logo {
    max-width: 220px;
  }
}
@media screen and (max-width: 400px) {
  .siet-logo {
    max-width: 200px;
  }
}
.siet-logo img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  height: 45px;
}

.sub-title {
  font-size: 1.5rem;
  font-weight: normal;
}
@media screen and (max-width: 1023px) {
  .sub-title {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .for-pc {
    display: none !important;
  }
}

.for-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .for-sp {
    display: block;
  }
}

.header-button {
  display: none;
}

label {
  margin: 0;
}

/*--------------------------------------------------------------
検索
--------------------------------------------------------------*/
.button-search {
  background: #fff;
  border: none;
  cursor: pointer;
  padding: 9px 0;
  position: fixed;
  top: 10px;
  right: 70px;
  height: 60px;
  width: 60px;
}
.button-search .button-search-icon {
  background: url("images/icon_search.svg") no-repeat center/contain;
  margin: 0 auto;
  height: 24px;
  width: 24px;
}
.button-search .button-search-text {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 2px;
}

.cont-search {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  max-width: 900px;
  height: auto;
  z-index: 10001;
  background: #fff;
  padding: 60px 20px 70px;
}
.cont-search h3 {
  margin: 0;
  text-align: center;
}
.cont-search form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 25px auto 0;
  max-width: 700px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.cont-search input[type=text] {
  background: #f5f5f5;
  border: 1px solid #eee;
  font-size: 1.6rem;
  outline: none;
  padding: 10px 15px;
  width: calc(100% - 110px);
}
.cont-search input[type=submit] {
  background: #333;
  border: 0;
  color: #fff;
  padding: 10px 15px;
  text-align: center;
  width: 110px;
  height: 100%;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cont-search input[type=submit]::before {
  background: url("images/icon_search.svg") no-repeat center/contain;
  content: "";
  display: inline-block;
  position: absolute;
  left: 1em;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.1em;
  height: 1.1em;
}
.cont-search input[type=submit]:hover {
  background: #333;
}

/* 閉じるボタン */
.button-close {
  background: #fff;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.button-close::before, .button-close::after {
  background: #333;
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: 50%;
  width: 2px;
  height: 30px;
}
.button-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.button-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.button-close .button-close-text {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0 -3px 0 0;
}

/* オーバーレイ */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 10000;
}

/* 表示領域外へはスクロールさせない */
.no_scroll {
  overflow: hidden;
}

/* スマホメニュー */
#header-nav {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position: fixed;
  left: 0;
  z-index: -1;
  top: 70px;
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header-nav > * {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#header-nav #header-nav-list {
  height: calc(100vh - 90px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 60px 30px;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
#header-nav #header-nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px 0;
  width: 100%;
}
#header-nav #header-nav-inner > * {
  width: 100%;
}
#header-nav.panelactive {
  height: auto;
  opacity: 1;
  z-index: 999;
}
#header-nav.panelactive #header-nav-list {
  background: #f5f5f5;
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  top: 76px;
  left: 0;
  z-index: 999;
  width: 100%;
  height: calc(100vh - 76px);
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

#header-nav-list-inner {
  display: none;
  width: 100%;
  /*ナビゲーション天地中央揃え*/
  height: 0;
  overflow: hidden;
}

.panelactive #header-nav-list-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  height: auto;
  padding: 0 0 30px;
}

#header-nav.panelactive .header-menu > ul {
  display: block;
}
#header-nav .header-menu > ul > li {
  display: block;
  font-size: 1.7rem;
}

/*========= ボタンのためのCSS ===============*/
.header-button {
  display: block;
  position: fixed;
  z-index: 1000;
  /*ボタンを最前面に*/
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 60px;
  height: 60px;
}
.header-button span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 2px;
  background-color: #333;
  width: 50%;
}
.header-button span:nth-of-type(1) {
  top: 12px;
}
.header-button span:nth-of-type(2) {
  top: 20px;
}
.header-button span:nth-of-type(3) {
  top: 28px;
}
.header-button.active span:nth-of-type(1) {
  top: 20px;
  -webkit-transform: translate(-50%) rotate(-45deg);
          transform: translate(-50%) rotate(-45deg);
}
.header-button.active span:nth-of-type(2) {
  opacity: 0;
}
.header-button.active span:nth-of-type(3) {
  top: 20px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.header-button .header-button-text {
  display: inline-block;
  color: #333;
  left: 50%;
  bottom: -5px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: none;
  height: auto;
  width: auto;
  font-size: 11px;
}

.menu-title {
  position: relative;
}
.menu-title label {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  z-index: 999;
}
@media screen and (max-width: 1023px) {
  .menu-title label {
    height: 63px;
  }
}

/*--------------------------------------------------------------
Front Page

--------------------------------------------------------------*/
.home-inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .home-inner {
    padding: 0 20px;
  }
}

/*--------------------------------------------------------------
Regular Content
--------------------------------------------------------------*/
.entry-header {
  margin: 120px 30px 100px;
}
@media screen and (max-width: 767px) {
  .entry-header {
    margin: 50px 20px;
  }
}

.entry-content {
  max-width: 920px;
  margin: 0 auto;
  position: relative;
  z-index: 30;
}
.entry-content > *:first-child {
  margin-top: 0 !important;
}
.entry-content > *:last-child {
  margin-bottom: 0 !important;
}
.entry-content p {
  line-height: 2;
  letter-spacing: 1.5px;
}
.entry-content a {
  text-decoration: underline;
}
.entry-content a i {
  display: inline-block;
  margin: 0 5px;
  color: #333;
}
.entry-content h6,
.entry-content h5,
.entry-content h4,
.entry-content h3,
.entry-content h2,
.entry-content h1 {
  letter-spacing: 2px;
}
.entry-content h1 {
  margin: 60px 0 40px;
}
.entry-content h2 {
  margin: 80px 0 30px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 1em 0.5em;
}
.entry-content h3 {
  margin: 60px 0 20px;
}
.entry-content h4 {
  margin: 40px 0 20px;
}
.entry-content h5 {
  margin: 20px 0 12px;
}
.entry-content h6 {
  margin: 20px 0 12px;
}
.entry-content h1 + h2,
.entry-content h2 + h3,
.entry-content h3 + h4,
.entry-content h4 + h5,
.entry-content h5 + h6 {
  margin-top: 0.75em;
}
.entry-content .pure-g {
  margin: 50px -20px;
}
.entry-content .pure-g > * {
  padding: 0 20px;
}
.entry-content .pure-g > *:first-child {
  margin-top: 0;
}
.entry-content .pure-g > *:last-child {
  margin-top: 0;
}

/*--------------------------------------------------------------
子ページ
--------------------------------------------------------------*/
.child {
  gap: 40px 0;
}
.child .pure-u-1 .child-image::after {
  padding-top: 35%;
}
.child .pure-u-sm-1-2 .child-image::after {
  padding-top: 65%;
}
.child .pure-u-md-1-3 .child-image::after {
  padding-top: 75%;
}
.child a {
  border-radius: 20px;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.child a:hover img {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.child-image {
  background-color: #333;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.child-image::after {
  content: "";
  display: block;
  padding-top: 85%;
}
.child-image img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  width: 100%;
  height: 100%;
}

.child-title {
  background: #fff;
  border-radius: 0 20px 0 0;
  font-weight: bold;
  line-height: 1.5;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 35px 20px 20px;
  width: 85%;
}
.child-title::after {
  background-color: #333;
  -webkit-mask-image: url("images/icon_arrow.svg");
          mask-image: url("images/icon_arrow.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 12px;
}

.child-detail {
  font-size: 1.4rem;
  font-weight: normal;
  margin: 1.5rem 1rem 0;
}

/*--------------------------------------------------------------
Posts / Pages
--------------------------------------------------------------*/
.entry-thumbnail img {
  display: block;
}
.entry-thumbnail .wp-caption-text {
  display: block;
  text-align: left !important;
}

.side-area {
  padding: 0 30px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .side-area {
    padding: 0;
    margin: 50px 0 0;
  }
}
.side-area h2 {
  font-size: 1.8rem;
  margin-top: 0;
  position: relative;
}
@media screen and (max-width: 567px) {
  .side-area h2 {
    margin-bottom: 10px;
  }
}
.side-area > ul {
  margin-bottom: 0;
}
.side-area li {
  list-style-type: none;
}
.side-area li:last-child {
  margin: 0;
}
.side-area li a {
  display: block;
  list-style-type: none;
  padding: 0.5em 0;
  line-height: 1.5;
}
.side-area li a small {
  display: inline-block;
  line-height: 1.5;
}
.side-area li a:hover {
  opacity: 0.6;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

/* singleページタイトル */
.news-title {
  font-size: 2.6rem;
  margin: 0 0 1.2em !important;
}
@media screen and (max-width: 767px) {
  .news-title {
    font-size: 1.8rem;
  }
}

.site-main .entry-header {
  margin: 0 0 30px;
}
.site-main .entry-header h1 {
  margin: 0;
}

.entry-header-date {
  margin: 0 0 10px;
}
.entry-header-date + h1 {
  border-bottom: 1px solid #ddd;
  font-size: 2.8rem;
  line-height: 1.5;
  margin-top: 0;
  padding: 0 0 30px;
}

.news-content,
.single-post .site-content {
  max-width: 1200px;
}

@media screen and (max-width: 567px) {
  .entry-header-date + h1 {
    font-size: 2rem;
  }
}

/* 404 */
.error-404 {
  margin: 0 auto;
  max-width: 1000px;
  min-height: 400px;
}
.error-404 h1 {
  text-align: center;
  margin: 0 0 40px;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.site-footer {
  margin: 120px 0 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .site-footer {
    margin: 80px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .site-footer {
    margin: 60px 0 0;
  }
}

.footer-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 80px -10px 0;
}
@media screen and (max-width: 767px) {
  .footer-menu {
    margin: 60px -10px 0;
  }
}
.footer-menu > li {
  font-size: 1.5rem;
  list-style-type: none;
  padding: 0 10px;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .footer-menu > li {
    width: 50%;
  }
}
@media screen and (max-width: 567px) {
  .footer-menu > li {
    border-top: 1px solid #eee;
    font-size: 1.3rem;
    padding: 30px 30px 0 30px;
  }
}
@media screen and (max-width: 567px) {
  .footer-menu > li:nth-child(n+3) {
    margin-top: 30px;
  }
}
.footer-menu h3 {
  font-size: 1.6rem;
  margin: 0;
}
.footer-menu h3 + h3 {
  margin-top: 10px;
}
.footer-menu a {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.footer-menu a:hover {
  color: #333;
}

.children {
  list-style-type: none;
  font-weight: 500;
  margin: 15px 0 0;
}
.children > li {
  line-height: 1.5;
  position: relative;
}
.children > li:nth-child(n+2) {
  margin: 8px 0 0;
}
.children > li a {
  display: block;
  padding: 0 0 0 22px;
}
.children > li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 12px;
  height: 1px;
  background: #ccc;
}

.footer-info h3 {
  font-size: 2.8rem;
  font-weight: 900 !important;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 567px) {
  .footer-info h3 {
    font-size: 2.4rem;
  }
}
.footer-info h3 > * {
  display: inline-block;
}
.footer-info .sub-title {
  font-size: 1.3rem;
}

/* ページトップへ戻るボタン */
.footer-pagetop {
  background: #333;
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 15px;
  z-index: 9998;
  width: 50px;
  height: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-pagetop {
    right: 30px;
    bottom: 30px;
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 567px) {
  .footer-pagetop {
    right: 15px;
    bottom: 15px;
  }
}
.footer-pagetop::after {
  background: url("images/icon_arrow.svg") no-repeat center/contain;
  content: "";
  display: block;
  -webkit-filter: brightness(100);
          filter: brightness(100);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  width: 20px;
  height: 20px;
}

.copyright {
  font-size: 1.2rem;
  margin: 30px 0;
  padding: 0 20px;
  text-align: center;
}
@media screen and (max-width: 567px) {
  .copyright {
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
img,
video {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  margin-bottom: 1.5em;
  max-width: 100%;
}

figcaption {
  margin: 0.5em 0;
}

/*--------------------------------------------------------------
個別ページ
--------------------------------------------------------------*/
/* 固定ページ共通 */
.entry-title {
  letter-spacing: 2px;
  margin: 0 auto;
  max-width: 860px;
  text-align: center;
}
.entry-title .entry-title-inner {
  /* アニメーション */
  -webkit-animation: fadeInAnime 0.5s ease 0.5s forwards;
          animation: fadeInAnime 0.5s ease 0.5s forwards;
  opacity: 0;
}

/* スマホ・タブレットのとき電話番号リンク有効化 */
a[href^="tel:"] {
  pointer-events: none;
}
@media (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

/*--------------------------------------------------------------
Snow Monkey Forms（お問い合わせフォーム）

--------------------------------------------------------------*/
.smf-item label {
  font-weight: normal;
}

.smf-item__description {
  font-size: 1.2rem;
}

.smf-form {
  margin: 30px 0 0;
}

.smf-form .smf-text-control__control,
.smf-form .smf-textarea-control__control {
  font-size: 1.6rem;
}

.smf-form--business .smf-item__col--label {
  font-weight: bold;
}

.smf-button-control {
  position: relative;
}

.smf-action .smf-button-control__control {
  background-color: #333;
  background-image: none;
  border: 0;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 15px 20px;
  position: relative;
  max-width: 300px;
  width: 100%;
  outline: 0;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media screen and (max-width: 767px) {
  .smf-action .smf-button-control__control {
    max-width: 250px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 567px) {
  .smf-action .smf-button-control__control {
    max-width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .smf-action .smf-button-control__control {
    max-width: 150px;
  }
}
@media screen and (max-width: 375px) {
  .smf-action .smf-button-control__control {
    max-width: 130px;
  }
}

.smf-action .smf-button-control__control:hover {
  opacity: 0.6;
}

.smf-form .smf-item .smf-checkbox-control,
.smf-form .smf-item .smf-radio-button-control {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.smf-placeholder[data-name=agree] {
  margin: 0 0 40px;
  text-align: center;
}
.smf-placeholder[data-name=agree] label {
  cursor: pointer;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}
.smf-placeholder[data-name=agree] .smf-error-messages {
  text-align: center;
}

.smf-form .smf-checkbox-control__control:checked {
  accent-color: #333;
}

.smf-button-control .smf-button-control__control[data-action=back] {
  background-color: #333 !important;
}

.smf-item__label__text::before {
  border-radius: 2px;
  font-size: 1.2rem;
  padding: 3px 5px;
  margin: 0 10px 0 0;
}

.required .smf-item__label__text::before {
  content: "必須";
  background: #ea2525;
  color: #fff;
}

.optional .smf-item__label__text::before {
  content: "任意";
  background: #eee;
}

.smf-progress-tracker {
  padding-left: 0 !important;
}

.smf-progress-tracker__item {
  padding: 0;
}

/* 送信完了画面 */
.smf-complete-content > *:first-child {
  margin-top: 0 !important;
}

.smf-complete-content > *:last-child {
  margin-bottom: 0 !important;
}

/*--------------------------------------------------------------
Googleマップ レスポンシブ

--------------------------------------------------------------*/
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 55%;
}
@media (max-width: 767px) {
  .map {
    margin: 0 0 30px;
  }
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
ブロックエディタ
--------------------------------------------------------------*/
:where(.wp-block-columns.is-layout-flex) {
  gap: 3em;
}
@media screen and (max-width: 781px) {
  :where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
  }
}

.wp-block-image {
  margin: 0 0 30px;
}
.wp-block-image img {
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 781px) {
  .wp-block-image img {
    display: block;
    margin: 0 auto;
  }
}

.wp-block-columns + .wp-block-columns {
  margin-top: 60px;
}

.wp-block-column > *:first-child {
  margin-top: 0 !important;
}
.wp-block-column > *:last-child {
  margin-bottom: 0 !important;
}
.wp-block-column .wp-block-image {
  margin: 0 0 1em;
}

.is-layout-flex > * > *:first-child {
  margin-top: 0;
}

.wp-block-group.is-nowrap.is-layout-flex > * {
  margin: 0 !important;
}
.wp-block-group.is-nowrap.is-layout-flex + * {
  margin: 1em 0 0;
}
.wp-block-group > * > *:first-child {
  margin-top: 0 !important;
}
.wp-block-group > * > *:last-child {
  margin-bottom: 0 !important;
}

/*--------------------------------------------------------------
YouTube
--------------------------------------------------------------*/
.youtube,
.wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.youtube iframe,
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
アニメーション
--------------------------------------------------------------*/
/* フェードイン */
@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*--------------------------------------------------------------
Table of Contents Plus
--------------------------------------------------------------*/
#toc_container {
  margin: 100px 0 0;
  padding: 20px 30px;
}
#toc_container .toc_list li::after {
  display: none !important;
}

/*--------------------------------------------------------------
ログイン中
--------------------------------------------------------------*/
.admin-bar .site-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px !important;
  }
}
.admin-bar .button-search,
.admin-bar .header-button {
  top: 45px;
}
@media screen and (max-width: 782px) {
  .admin-bar .button-search,
  .admin-bar .header-button {
    top: 59px;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar #header-nav {
    top: 121px !important;
  }
}
.admin-bar #header-nav.panelactive #header-nav-list {
  top: 109px;
  height: calc(100vh - 77px - 32px);
}
@media screen and (max-width: 782px) {
  .admin-bar #header-nav.panelactive #header-nav-list {
    top: 123px !important;
    height: calc(100vh - 77px - 46px);
  }
}

/*--------------------------------------------------------------
20.0 Print

--------------------------------------------------------------*/
@media print {
  /* Hide elements */
  /* Font sizes */
  body {
    font-size: 9pt;
    line-height: 1.6;
    width: 1300px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    margin: 0;
  }
  .home {
    width: 1450px;
  }
  h1 {
    font-size: 15pt;
  }
  h2 {
    font-size: 14pt;
  }
  h3 {
    font-size: 13pt;
  }
  h4,
  h5,
  h6 {
    font-size: 11pt;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 30px 0 15px;
  }
  /* 調整 */
  .content {
    display: block;
  }
  .side {
    float: left;
  }
  .entry {
    float: right;
  }
  /* Pure.css */
  .pure-u-md-7-8 {
    width: 87.5%;
  }
  .pure-u-md-4-5 {
    width: 80%;
  }
  .pure-u-md-18-24,
  .pure-u-md-3-4 {
    width: 75%;
  }
  .pure-u-md-2-3,
  .pure-u-sm-2-3 {
    width: 66.6666%;
  }
  .pure-u-md-3-5 {
    width: 60%;
  }
  .pure-u-sm-1-2,
  .pure-u-sm-12-24,
  .pure-u-md-1-2,
  .pure-u-md-12-24 {
    width: 50%;
  }
  .pure-u-md-2-5 {
    width: 40%;
  }
  .pure-u-md-9-24 {
    width: 37.5%;
  }
  .pure-u-md-1-3,
  .pure-u-sm-1-3,
  .pure-u-md-8-24 {
    width: 33.3333%;
  }
  .pure-u-md-5-24 {
    width: 20.8333%;
  }
  .pure-u-md-7-24 {
    width: 29.1666%;
  }
  .pure-u-md-1-4,
  .pure-u-md-6-24,
  .pure-u-sm-1-4 {
    width: 25%;
  }
  .pure-u-md-1-5 {
    width: 20%;
  }
  .pure-u-md-1-8,
  .pure-u-md-3-24 {
    width: 12.5%;
  }
  .footer-pagetop {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */