@charset "UTF-8";
/*--------------------------------
 1.Foundation
 2.Layout
 3.Object
 3-1.Component
 3-2.Project
 4.Print
 --------------------------------

 Pj1.Header
 Pj2.Nav
 Pj3.Footer
 Pj4.Content
 Pj5.Aside

 --------------------------------

 C1.Main Container
 C2.BreadCrumb
 C3.Page Image
 C3.Page Nation
 C4.Content Foot

 F1.Footer
 F2.Footer Navigation
 F3.Office Information
 F4.CopyRight

 Page
 P1.Index
 P2.Homepage
 P2.Server

 Archives

 Single
--------------------------------*/
/*--------------------------------
 1.Foundation
--------------------------------*/
/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
  line-height: 1.6;
}

@media only screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Verdana, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", meiryo, sans-serif;
  color: #231815;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  counter-reset: operate sort;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a img {
  border: 0;
}
a img:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.7;
}
a:link {
  color: #1e65ae;
  text-decoration: underline;
}
a:visited {
  color: #1e65ae;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

caption {
  display: none;
}

address {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
th,
td,
pre {
  margin: 0;
  padding: 0;
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
}

p {
  margin: 1rem 0;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


.ff-gothic {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Verdana, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", meiryo, sans-serif;
}

.ff-mincho {
  font-family: "Times New Roman", Georgia, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "游明朝体", "Yu Mincho", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

/*--------------------------------
 2.Layout
--------------------------------*/
/*--------------------------------
 Layout
--------------------------------*/
.l-header,
.l-footer,
.l-nav {
  position: relative;
}

.l-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

@media only screen and (min-width: 768px) {
  .l-nav {
    position: relative;
    width: 64%;
  }
  .fixed .l-nav {
    left: 0;
    position: fixed;
    top: 0;
  }
}
.l-body {
  margin: 0 auto;
  width: 100%;
}

.l-main {
  width: 100%;
}

.l-index {
  width: 100%;
}

.l-mainMenu {
  width: 100%;
}

.l-subMenu {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .l-body {
    padding: 0 10px;
    max-width: 960px;
  }
  .l-main {
    width: 74.5%;
    max-width: 700px;
  }
  .l-index {
    width: 48.9%;
    max-width: 460px;
  }
  .l-mainMenu {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 23.4%;
    max-width: 220px;
  }
  .l-subMenu {
    width: 23.4%;
    max-width: 220px;
  }
}
.l-footer {
  margin-top: 24px;
}

/*--------------------------------
 3.Object
--------------------------------*/
/*--------------------------------
 3-1.Component
--------------------------------*/
.c-wrapper {
  margin: 0 auto;
  padding: 0 8px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-wrapper {
    padding: 0 10px;
    max-width: 960px;
  }
}
.c-horizontal--rowreverse { /* Safari */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.c-justify--between { /* Safari */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-justify--center { /* Safari */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-justify--end { /* Safari */
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-alignitem--center { /* Safari */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-alignitem--start { /* Safari */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-alignitem--end { /* Safari */
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (min-width: 768px) {
  .c-horizontal,
  .c-horizontal--rowreverse {
    display: -ms-flexbox; /* IE10 */ /* Safari */
    display: -webkit-box;
    display: flex;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap; /* IE10 */ /* Safari */
    flex-wrap: wrap;
  }
}
/*
button,
input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
  width: 100%;
}
button {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}
input[type=checkbox],
input[type=radio] {
  margin: 0 0.5rem;
}
input[type=text].zipcode {
  width: 9rem;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
*/
input, textarea, select {
  padding: 4px;
}

.middlelength,
.longlength {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .middlelength {
    width: 70%;
  }
  .longlength {
    width: 95%;
  }
}
textarea {
  resize: vertical;
}

.cell-require {
  background: #52a4ce;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  margin: 0 0 0 1rem;
  padding: 1px 6px;
}

.c-radio__list span {
  display: list-item;
  margin: 0.5rem 0 0;
  list-style-type: none;
}
.c-radio__list span:first-child {
  margin-top: 0;
}
.c-radio__list span span {
  display: inline;
}

.c-radio__item {
  margin-top: 0.5rem;
}
.c-radio__item:first-child {
  margin-top: 0;
}

.c-submit-area {
  margin: 40px auto 0;
  text-align: center;
}

.c-back-area {
  border-top: 1px dotted #ccc;
  padding-top: 40px;
}

.btn {
  font-size: 2.4rem;
  border: none;
  color: #fff;
  line-height: 1.5;
  padding: 8px;
  width: 100%;
}

.btn-back {
  background: #ccc;
}

.btn[disabled] {
  background-color: #ccc;
  cursor: not-allowed; /* 禁止カーソル */
}
.btn[disabled]:hover {
  color: #FFF;
}

@media only screen and (min-width: 768px) {
  .c-submit__btn {
    position: relative;
  }
  .btn {
    max-width: 350px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
  }
  .btn-back:hover {
    background: #727171;
  }
}
.span.wpcf7-not-valid-tip {
  display: inline-block;
  margin: 2px;
}

.listtype-inline {
  display: -ms-flexbox; /* IE10 */ /* Safari */
  display: -webkit-box;
  display: flex;
  -webkit-box-lines: multiple;
  -ms-flex-wrap: wrap; /* IE10 */ /* Safari */
  flex-wrap: wrap;
}
.listtype-inline .horizontal-item {
  display: inline-block;
  margin-right: 20px;
}

.listtype-3c {
  display: -ms-flexbox; /* IE10 */ /* Safari */
  display: -webkit-box;
  display: flex;
  -webkit-box-lines: multiple;
  -ms-flex-wrap: wrap; /* IE10 */ /* Safari */
  flex-wrap: wrap;
}
.listtype-3c .horizontal-item {
  display: inline-block;
  padding-right: 5px;
  margin: 0;
  width: 50%;
}

@media only screen and (min-width: 768px) {
  .listtype-3c .horizontal-item {
    width: 33.3333333333%;
  }
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin: 0 !important;
}

@media only screen and (min-width: 768px) {
  .mw_wp_form .horizontal-item {
    margin: 0 1rem 0 0;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-right: 10px !important;
  }
}
.mwform-checkbox-field {
  display: block;
}

@media only screen and (min-width: 768px) {
  .mwform-checkbox-field {
    display: inline-block;
  }
}
.input-subtext-area dt, .input-subtext-area dd {
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .input-subtext-area {
    display: -ms-flexbox; /* IE10 */ /* Safari */
    display: -webkit-box;
    display: flex;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap; /* IE10 */ /* Safari */
    flex-wrap: wrap;
  }
  .input-subtext-area .area1 {
    width: 10%;
  }
  .input-subtext-area .area15 {
    width: 15%;
  }
  .input-subtext-area .area2 {
    width: 20%;
  }
  .input-subtext-area .area25 {
    width: 25%;
  }
  .input-subtext-area .area3 {
    width: 30%;
  }
  .input-subtext-area .area4 {
    width: 40%;
  }
  .input-subtext-area .area6 {
    width: 60%;
  }
  .input-subtext-area .area7 {
    width: 70%;
  }
  .input-subtext-area .area75 {
    width: 75%;
  }
  .input-subtext-area .area8 {
    width: 80%;
  }
  .input-subtext-area .area85 {
    width: 85%;
  }
  .input-subtext-area .area9 {
    width: 90%;
  }
}
.mwform-zip-field {
  display: inline-block;
  margin-bottom: 10px;
}

.mw_wp_form_confirm .input_label {
  display: none;
}

.mw_wp_form_input .c-back-area {
  display: none;
}

.mw_wp_form_confirm .exam-txt {
  display: none;
}

.c-list-unstyle {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.breadcrumb-list {
  font-size: 0;
}

.breadcrumb-list li,
.breadcrumb-item {
  display: inline-block;
  font-size: 1.4rem;
}
.breadcrumb-list li:before,
.breadcrumb-item:before {
  content: ">";
  margin: 0 0.5rem;
}
.breadcrumb-list li:first-child:before,
.breadcrumb-item:first-child:before {
  content: none;
  margin: 0;
}

.c-table {
  width: 100%;
}

.tr {
  margin: 0;
}

.th, .td {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
  padding: 10px 5px;
}

.th {
  background: #efefef;
  position: relative;
}

.td ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.td .disc {
  padding-left: 20px;
  list-style-type: disc;
}

.icon-require {
  background: #c00;
  border-radius: 4px;
  color: #FFF;
  display: inline-block;
  font-size: 1.4rem;
  padding: 2px 4px;
}

@media only screen and (min-width: 768px) {
  .c-table {
    display: table;
  }
  .tr {
    display: table-row;
  }
  .th, .td {
    background: none;
    display: table-cell;
    font-weight: normal;
    padding: 16px;
    position: relative;
    vertical-align: top;
  }
  .th {
    width: 35%;
  }
  .th .icon-require {
    position: absolute;
    right: 16px;
  }
}
.table__striped .tr:nth-child(2n+1) {
  background: #F1F1F1;
}

.table__lefthead .th {
  background: #f1f1f1;
}

@media only screen and (min-width: 768px) {
  .cell__line--bottom .th,
  .cell__line--bottom .td {
    border-bottom: 1px solid #ccc;
  }
}
.cell__line--all .th,
.cell__line--all .td {
  border: 1px solid #ccc;
  border-top: none;
}
.cell__line--all .tr:first-child .th {
  border-top: 1px solid #ccc;
}

@media only screen and (min-width: 768px) {
  .cell__line--all .th,
  .cell__line--all .td {
    border-top: none;
  }
  .cell__line--all .tr:first-child .th,
  .cell__line--all .tr:first-child .td {
    border-top: 1px solid #ccc;
  }
  .cell__line--all .td {
    border-left: none;
  }
}
.c-sp {
  display: block;
}

.c-pc {
  display: none;
}

@media only screen and (min-width: 768px) {
  .c-sp {
    display: none;
  }
  .c-pc {
    display: block;
  }
}
.cf:after {
  content: "";
  display: block;
  clear: both;
}

/*--------------------------------
 3-2.Project
--------------------------------*/
.header {
  background: #FFF;
  height: 60px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.header-wrap {
  padding: 12px 0;
}

.header-logo {
  margin: 0;
  padding: 0 80px;
  text-align: center;
}
.header-logo img {
  max-height: 38px;
}

@media only screen and (min-width: 768px) {
  .header {
    height: auto;
    position: relative;
  }
  .header-logo {
    padding: 0;
    width: 36%;
  }
  .header-logo img {
    max-height: none;
    height: auto;
  }
}
.humb-menu-wrap {
  height: 40px;
  position: absolute;
  right: 10px;
  top: 8px;
}

@media only screen and (min-width: 768px) {
  .humb-menu-wrap {
    display: none;
  }
}
.menu-title {
  bottom: 2px;
  color: #231815;
  font-size: 10px;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.menu-trigger,
.menu-trigger span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.menu-trigger {
  background: #FFF;
  position: relative;
  width: 40px;
  height: 40px;
}

.menu-trigger span {
  position: absolute;
  left: 2px;
  width: 36px;
  height: 2px;
  background-color: #231815;
}

.menu-trigger span:nth-of-type(1) {
  top: 4px;
}

.menu-trigger span:nth-of-type(2) {
  top: 11px;
}

.menu-trigger span:nth-of-type(3) {
  top: 18px;
}

.menu-trigger.menu-list-stateActive span {
  left: 4px;
  width: 30px;
}

.menu-trigger.menu-list-stateActive span:nth-of-type(1) {
  background-color: #231815;
  top: 5px;
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

.menu-trigger.menu-list-stateActive span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.menu-list-stateActive span:nth-of-type(3) {
  background-color: #000;
  top: 21px;
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

.menu-trigger.menu-list-stateActive .menu__title {
  opacity: 0;
}

.menu-list {
  opacity: 0;
  position: absolute;
  top: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}

.menu-list-stateActive {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: visible;
  z-index: 1000;
}

.menu-item {
  background: #FFF;
  border-bottom: 1px solid #dfd3a2;
  text-align: center;
}
.menu-item a {
  color: #231815;
  display: block;
  line-height: 2;
  padding: 8px 8px 8px 24px;
  position: relative;
  text-decoration: none;
}
.menu-item a:before {
  color: #fe0000;
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 8px;
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .menu-list {
    opacity: 1;
    position: static;
    visibility: visible;
    width: auto;
    z-index: 1;
  }
  .menu-item {
    border: none;
    padding: 12px 4px;
  }
  .menu-item a {
    border-radius: 4px;
    display: inline-block;
    padding: 0 8px 0 24px;
  }
  .menu-item a:hover {
    background-color: #f4f7f6;
  }
}
.p-gotop {
  padding: 0;
  text-align: center;
  position: fixed;
  right: 5%;
  bottom: 40px;
  width: 15%;
  z-index: 100;
}
.p-gotop img:hover {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .p-gotop {
    padding: 0;
    position: fixed;
    right: 3%;
    bottom: 30px;
    width: auto;
  }
  .p-gotop--static {
    position: absolute;
    top: -50px;
    bottom: auto;
  }
}
.footer {
  background: #dfd3a2;
  color: #FFF;
}

.footerLink {
  font-size: 0;
  padding-top: 30px;
}

.footerLink-item {
  font-size: 1.4rem;
  padding: 12px;
}

.footerLink-item a {
  color: #231815;
  padding-left: 16px;
  position: relative;
  text-decoration: none;
}
.footerLink-item a:before {
  color: #fe0000;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0px;
  position: absolute;
}
.footerLink-item a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .footerLink {
    font-size: 0;
    padding-top: 30px;
    text-align: center;
  }
  .footerLink-item {
    display: inline-block;
    font-size: 1.4rem;
    margin: 0 12px;
  }
}
.copyright {
  padding: 30px 0;
  text-align: center;
}

.copyright-txt {
  font-size: 4vw;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .copyright-txt {
    font-size: 1.2rem;
  }
}
html {
  padding-top: 53px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  html {
    padding-top: 0;
  }
}
body {
  background: #FAF8EF;
}

.b-section {
  margin-top: 20px;
}
.b-section:first-child {
  margin-top: 12px;
}

@media only screen and (min-width: 768px) {
  .b-section {
    margin-top: 40px;
  }
  .b-section:first-child {
    margin-top: 24px;
  }
}
.section-head {
  background: url(../images/common/ico-ball.png) no-repeat 4px center;
  border-bottom: 3px solid #220e67;
  color: #220e67;
  font-size: 2.4rem;
  padding: 12px 12px 12px 32px;
}

@media only screen and (min-width: 768px) {
  .section-head {
    background-position: left center;
    font-size: 3.2rem;
  }
}
.block-head {
  background: #dfd3a2;
  font-size: 1.8rem;
  margin-top: 16px;
  padding: 8px;
  width: 100%;
}

.block-head-junior {
  background: #d8d8f3;
}

.txt-normal {
  margin: 1rem 0;
}

.content__side {
  margin: 40px 0 0;
}
.content__side:first-child {
  margin-top: 0;
}

.content__side--title {
  background: #9F886E;
  color: #fff;
  font-size: 1.8rem;
  font-weight: normal;
  margin: 0;
  padding: 10px;
  text-align: center;
}

.entry__list {
  margin: 0 15px;
}

.entry__item {
  font-size: 1.4rem;
  margin: 1rem 0 0;
}
.entry__item:first-child {
  margin-top: 1.5rem;
}

.entry__item--date {
  color: #9F886E;
  margin: 0;
}

.entry__item--title {
  margin: 0.5rem 0 0;
}
.entry__item--title a {
  color: #000;
}

.category__list {
  padding: 0 15px;
}

.category__item {
  font-size: 1.4rem;
  margin: 0.5rem 0 0;
}
.category__item:first-child {
  margin-top: 1.5rem;
}
.category__item a {
  color: #9F886E;
}

.content__side--banner {
  margin-top: 40px;
}

.side__banner--item {
  margin-top: 20px;
  text-align: center;
}

.mainvisual {
  height: 200px;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mainvisual {
    height: 500px;
    margin: 0 auto;
  }
}
.caption {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1000;
}

.caption-title {
  color: #FFF;
  font-size: 1.4rem;
  font-weight: bold;
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.65);
}

.caption-text {
  color: #FFF;
  font-size: 8vw;
  font-weight: bold;
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.65);
}

@media only screen and (min-width: 768px) {
  .caption-title {
    font-size: 1.8rem;
  }
  .caption-text {
    font-size: 4.8rem;
  }
}
.slider-wrap {
  background: #EDEBDA;
  position: static;
  text-align: center;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .slider-wrap {
    height: 500px;
  }
}
.slider {
  height: 200px;
}
.slider img {
  height: 100%;
  margin: 0 auto;
  width: auto;
}
.slider .imgVisual {
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .slider {
    height: 500px;
  }
}
.pagevisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .pagevisual {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 300px;
  }
}
.bx-wrapper {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  left: 50%;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 1200px;
  z-index: 100;
}

.b-mainMenu {
  margin: 24px 0 0;
}

.newsBanner {
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}

.newsBanner-item {
  margin-top: 12px;
  padding: 0 10px;
  text-align: center;
}
.newsBanner-item:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .newsBanner-item {
    padding: 0;
  }
}
.newsBanner-ascore {
  background-color: #87740d;
  margin-right: 10px;
  margin-left: 10px;
  padding: 3px;
  position: relative;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .newsBanner-ascore {
    margin-right: 0;
    margin-left: 0;
  }
}
.newsBanner-ascore::after {
  border: 2px solid #fff;
  border-radius: 4px;
  content: "";
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  left: 3px;
  top: 3px;
  pointer-events: none;
}

.newsBanner-title {
  color: #fff;
  font-weight: 16px;
  font-weight: bold;
  margin: 0;
  padding: 0.5em 0.5em 0.5em 42px;
  position: relative;
}
.newsBanner-title::before {
  background: url(../images/common/icon_pitcher.png) no-repeat;
  content: "";
  display: block;
  height: 36px;
  width: 43px;
  opacity: 0.6;
  position: absolute;
  left: 1px;
}

.ascore-list {
  padding: 0 12px 12px;
}
.ascore-list li {
  font-size: 1.3rem;
  line-height: 2;
}
.ascore-list li a,
.ascore-list li span {
  color: #fff;
  display: inline-block;
  line-height: 1.5;
  padding-left: 12px;
  position: relative;
}
.ascore-list li a:before,
.ascore-list li span:before {
  color: #fff;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
  position: absolute;
}
.ascore-list li a span {
  font-size: 1.2rem;
  padding-left: 0;
}
.ascore-list li a span:before {
  content: none;
}

.result {
  background: #ececd0;
  padding: 16px 12px;
}

.tit-result {
  border-bottom: 1px solid #ddd;
  font-size: 1.8rem;
  padding: 0 0 8px;
  text-align: center;
}

.result-list {
  margin: 1rem 0 0;
}

.result-item {
  font-size: 1.3rem;
  line-height: 2;
}
.result-item a,
.result-item span {
  padding-left: 12px;
  position: relative;
}
.result-item a:before,
.result-item span:before {
  color: #231815;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
  position: absolute;
}
.result-item a span {
  font-size: 1.2rem;
  padding-left: 0;
}
.result-item a span:before {
  content: none;
}

.txt-result {
  border-top: 1px solid #ddd;
  font-size: 1.4rem;
  padding-top: 8px;
}

.mainMenu {
  display: none;
}

@media only screen and (min-width: 768px) {
  .mainMenu {
    display: block;
  }
}
.mainMenu-item {
  line-height: 1.5;
  margin-bottom: 1px;
}
.mainMenu-item a {
  background: #FFF;
  display: block;
  padding: 8px 8px 8px 28px;
  position: relative;
  text-decoration: none;
}
.mainMenu-item a:before {
  color: #fe0000;
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 8px;
  position: absolute;
}

.contactInfo {
  background: #e7e7e7;
  padding: 16px;
}

.contactInfo-head {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
  text-align: center;
}

.contactInfo-body {
  font-size: 1.3rem;
  line-height: 1.6;
}

.contactInfo-txt a {
  background: #727171;
  border: 1px solid #727171;
  border-radius: 4px;
  color: #FFF;
  display: block;
  padding: 4px;
  text-align: center;
  text-decoration: none;
}
.contactInfo-txt a:hover {
  background: #f4f7f6;
  color: #727171;
}
.contactInfo-txt .mailto {
  background: url(../images/common/icon_mail.png) no-repeat left top/contain;
  padding-left: 1.5em;
}

.sponser-item {
  margin-top: 12px;
  padding: 0 10px;
  text-align: center;
}
.sponser-item:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .sponser-item {
    padding: 0;
  }
}
.b-subMenu {
  margin: 24px 0 0;
}

.memberEntry {
  background: url(../images/common/bg-member_entry.jpg?20241111) no-repeat center center;
  background-size: cover;
  min-height: 340px;
  margin-top: 40px;
  padding: 8px;
  position: relative;
}

.tit-memberEntry {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .memberEntry {
    margin-top: 24px;
    padding: 40px 0 8px;
  }
  .tit-memberEntry {
    left: -6px;
    position: absolute;
    top: -22px;
  }
}
.txt-memberEntry-caption {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 1rem 0 0;
  padding: 0 12px;
  text-align: right;
}

.memberEntry-flow {
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0;
  padding: 60px 12px 12px 32px;
}

.memberEntry-item {
  margin-top: 24px;
  position: relative;
  color: #000;
  text-shadow: #fff 2px 0px 5px, #fff -2px 0px 5px, #fff 0px -2px 5px, #fff -2px 0px 5px, #fff 2px 2px 5px, #fff -2px 2px 5px, #fff 2px -2px 5px, #fff -2px -2px 5px, #fff 1px 2px 5px, #fff -1px 2px 5px, #fff 1px -2px 5px, #fff -1px -2px 5px, #fff 2px 1px 5px, #fff -2px 1px 5px, #fff 2px -1px 5px, #fff -2px -1px 5px, #fff 1px 1px 5px, #fff -1px 1px 5px, #fff 1px -1px 5px, #fff -1px -1px 5px;
}
.memberEntry-item:before {
  color: #fe0000;
  content: "\f107";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: -20px;
  position: absolute;
  text-align: center;
  top: -24px;
  width: 100%;
}
.memberEntry-item:first-child {
  margin-top: 0;
}
.memberEntry-item:first-child:before {
  content: none;
}

.downloadBanner-item {
  margin-top: 12px;
  padding: 0 10px;
  text-align: center;
}
.downloadBanner-item:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .downloadBanner-item {
    padding: 0;
  }
}
.adRec {
  background: #e7e7e7;
  padding: 16px;
}

.adRec-head {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
  text-align: center;
}

.adRec-body {
  font-size: 1.3rem;
  line-height: 1.6;
}

.topics-item {
  border-bottom: 1px solid #ddd;
  padding: 16px 8px 16px 24px;
  position: relative;
}
.topics-item:before {
  color: #fe0000;
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 4px;
  position: absolute;
}

.topics-title {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 12px 0 0;
}

.topics-sub {
  margin: 4px 0 0;
  font-size: 1.6rem;
  line-height: 1.4;
}

.aboutUs .txt-normal {
  line-height: 1.5;
  margin-right: 8px;
  margin-left: 8px;
}

.aboutus-img {
  margin: 1rem 0;
  padding-right: 8px;
  padding-left: 8px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .aboutus-img {
    float: right;
  }
}
.aboutPurpose .txt-normal {
  line-height: 1.5;
  margin-right: 8px;
  margin-left: 8px;
}

.aboutpurpose-img {
  margin: 1rem 0;
  padding-right: 8px;
  padding-left: 8px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .aboutpurpose-img {
    float: left;
  }
}
.aboutPurpose-list {
  background: #f4f7f6;
  clear: both;
  margin: 24px 8px 1rem;
  padding: 12px 12px 12px 40px;
}

.aboutPurpose-item {
  line-height: 1.5;
}

.topics-maintenance {
  background: #efefef;
  border-bottom: 0;
  margin: 16px 0;
  padding: 16px;
}
.topics-maintenance::before {
  content: none;
}
.topics-maintenance .topics-date {
  display: none;
}
.topics-maintenance .topics-title {
  color: #c00;
  margin: 0;
}

.maintenance-date {
  border: 1px solid #ccc;
  margin-top: 16px;
  padding: 8px;
}

.schedule-alert {
  color: #fe0000;
  font-weight: bold;
  padding: 0 3.125%;
}

@media only screen and (min-width: 768px) {
  .schedule-alert {
    padding: 0;
  }
}
.schedule-item {
  background: #fff;
  border: 1px solid #727171;
  margin: 24px auto 0;
  width: 93.75%;
}

@media only screen and (min-width: 768px) {
  .schedule-item {
    margin: 24px 0 0;
    width: 100%;
  }
}
.schedule-head {
  border-bottom: 1px solid #727171;
  padding: 12px;
}

.schedule-date {
  font-size: 1.4rem;
  margin: 0;
}

.schedule-title {
  font-size: 2rem;
  margin: 0;
  padding: 4px 0 0;
}

.schedule-table .th,
.schedule-table .td {
  font-size: 1.4rem;
  padding: 8px 12px;
}

.schedule-table .th {
  width: 100%;
}

.schedule-table .td {
  padding: 8px 12px;
}

.schedule-table .td .txt-normal {
  margin: 0;
}

.schedule-table .txt-red {
  color: #fe0000;
}

@media only screen and (min-width: 768px) {
  .schedule-table .th,
  .schedule-table .td {
    padding: 8px 0 0 12px;
  }
  .schedule-table .th {
    width: 100px;
  }
  .schedule-table .td {
    padding: 8px 12px 0 0;
  }
  .schedule-table .tr:last-child .th,
  .schedule-table .tr:last-child .td {
    padding: 8px 0 12px 12px;
  }
  .schedule-table .tr:last-child .td {
    padding: 8px 12px 12px 0;
  }
}
.schedule-nav {
  margin: 24px 0 0;
}

.schedule-link {
  display: -ms-flexbox; /* IE10 */ /* Safari */
  display: -webkit-box;
  display: flex;
  -webkit-box-lines: multiple;
  -ms-flex-wrap: wrap; /* IE10 */ /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.schedule-link a,
.schedule-link span {
  border: 1px solid #ECECD0;
  border-radius: 8px;
  display: inline-block;
  padding: 8px;
  text-decoration: none;
}
.schedule-link a {
  background: #ECECD0;
}
.schedule-link a:hover {
  border-color: #1E65AE;
}
.schedule-link span {
  background: #efefef;
  border-color: #EFEFEF;
  color: #ccc;
}

.team-block {
  margin-top: 16px;
}
.team-block:nth-of-type(1) {
  margin-top: 0;
}

.team-item {
  background: #fff;
  border: 1px solid #0d8733;
  margin: 24px auto 0;
  position: relative;
  width: 93.75%;
}

@media only screen and (min-width: 768px) {
  .team-item {
    margin: 24px 0 0;
    max-width: 340px;
    width: 48.6%;
  }
  .team-item:nth-of-type(1), .team-item:nth-of-type(2) {
    margin-top: 12px;
  }
}
.team-name {
  background: #0d8733;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 8px 12px;
  margin: 0;
}

.team-table .th,
.team-table .td {
  background: #FFF;
  display: table-cell;
  margin: 0;
  padding: 8px 0 0 12px;
}

.team-table .th {
  width: 70px;
}

.team-table .td {
  padding: 8px 12px 0 0;
}

.team-table .tr:last-child .th,
.team-table .tr:last-child .td {
  padding: 8px 0 8px 12px;
}

.team-table .tr:last-child .td {
  padding: 8px 12px 8px 0;
}

.team-site {
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
  color: #0D8733;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 12px;
}

.team-site a {
  background: #FFF;
  border-radius: 4px;
  color: #0D8733;
  padding: 4px 12px;
  text-decoration: none;
}

.team-flag {
  margin: 0;
  padding: 0 12px 12px;
}

@media only screen and (min-width: 768px) {
  .team-flag {
    padding: 0;
    position: absolute;
    top: 41px;
    right: 10px;
  }
  .team-flag img {
    height: 70px;
  }
}
/*--------------------------------
 4.Print
--------------------------------*/
@media print {
  body {
    background: none;
    border: none;
  }
  .c-wrapper {
    padding: 0;
  }
  .header-inner {
    padding: 5px 0;
    text-align: left;
  }
  .l-nav {
    display: none;
  }
  .header-logo {
    display: none;
  }
  .page-visual {
    background: none;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    min-height: 0;
  }
  .page-head {
    padding: 4px 0;
  }
  .page-title {
    padding: 3px;
  }
  .breadcrumb {
    display: none;
  }
  .article-head {
    padding: 8px 4px;
  }
  .article-body {
    padding: 8px 4px;
  }
  .article-foot {
    display: none;
  }
  .footer {
    background: none;
    border-top: 1px solid #ccc;
  }
  .footer-inner {
    display: none;
  }
  .copyright {
    padding: 0;
  }
}/*# sourceMappingURL=main.css.map */