@charset "UTF-8";
/* ==================================================
[Style]
	 1. Reset
	 2. Base
	 3. Animation
	 4. Layout
	 5. Module
	 6. Theme
	 7. Header
	 8. Footer
	 9. Index

	12. News
	13. School
	14. Online
	15. Soudan
	16. Form
	
	99. Print
================================================== */
/* --------------------------------------------------
	 1. Reset
-------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Mochiy+Pop+One&display=swap");
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, main, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* --------------------------------------------------
	 2. Base
-------------------------------------------------- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #000;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  word-break: normal;
  overflow-wrap: normal;
  word-wrap: normal;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  outline: none;
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a:link, a:visited {
  color: #00bfd3;
  text-decoration: underline;
}

a:hover, a:active {
  color: #00bfd3;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

em, dl, i, address {
  font-style: normal;
}

sup, sub {
  font-size: 0.81818rem;
  line-height: 1.35;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1rem;
  font-family: inherit;
}

table th, table td {
  text-align: left;
  vertical-align: middle;
  padding: 0.5em 1em;
}

table th {
  font-weight: normal;
}

table td {
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

select,
textarea,
input[type="text"],
input[type="date"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"] {
  margin: 5px 0;
  padding: 6px;
  font-size: 16px;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

textarea,
input[type="text"],
input[type="date"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"].align_left {
  text-align: left;
}

input[type="text"].align_center {
  text-align: center;
}

input[type="text"].align_right {
  text-align: right;
}

input[type="radio"], input[type="checkbox"] {
  margin: 3px 0 5px 5px;
  outline: none;
  cursor: pointer;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  padding: 0 8px 0 2px;
  cursor: pointer;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #999999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999999;
}

p {
  min-height: 1.8em;
}

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

iframe {
  max-width: 100%;
}

@media all and (min-width: 940px), print {
  html {
    font-size: 22px;
  }
}

@media only screen and (max-width: 939px) {
  html {
    font-size: 18px;
  }
}

/* --------------------------------------------------
	 3. Animation
-------------------------------------------------- */
@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loading01 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes loading01 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes loading02 {
  20% {
    visibility: visible;
    opacity: 1;
  }
  50% {
    visibility: hidden;
    opacity: 0;
  }
}

@keyframes loading02 {
  20% {
    visibility: visible;
    opacity: 1;
  }
  50% {
    visibility: hidden;
    opacity: 0;
  }
}

@-webkit-keyframes load {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes load {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes progress {
  from {
    stroke-dashoffset: 360px;
  }
  to {
    stroke-dashoffset: 0px;
  }
}

@-webkit-keyframes progress {
  from {
    -webkit-stroke-dashoffset: 360px;
  }
  to {
    -webkit-stroke-dashoffset: 0px;
  }
}

/* --------------------------------------------------
	 4. Layout
-------------------------------------------------- */
#header,
#content,
#footer {
  position: relative;
  clear: both;
}

#header .inner,
#header .inner1000,
#content .inner,
#content .inner1000,
#footer .inner,
#footer .inner1000 {
  position: relative;
  margin: 0 auto;
}

#primary .page_title {
  overflow: hidden;
  position: relative;
  background-color: #fff;
}

#primary .page_title h2 {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  color: #ffb000;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.5;
  font-size: 2.45455rem;
}

#primary .page_title h2 strong {
  position: relative;
  padding-left: 32px;
}

#primary .page_title h2 strong::before {
  top: 50%;
  left: 0;
  margin-top: -29px;
  content: "";
  width: 8px;
  height: 58px;
  border-radius: 10px;
  position: absolute;
  background-color: #ffb000;
}

#breadline {
  padding: 15px 0;
  font-weight: 500;
}

#breadline ul {
  padding-left: 32px;
}

#breadline li {
  display: inline-block;
  vertical-align: middle;
}

#breadline li .divider {
  padding: 0 10px;
  color: #000;
  font-weight: bold;
}

#breadline li a {
  color: #ffb000;
  text-decoration: none;
}

#breadline li.home a {
  display: inline-block;
  text-decoration: none;
}

#pagetop {
  position: fixed;
  right: 20px;
  bottom: 50px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 5;
}

#pagetop.fixed {
  pointer-events: auto;
  opacity: 1;
}

#pagetop.footer {
  position: absolute;
  top: auto !important;
  bottom: -160px;
}

#pagetop a {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  width: 70px;
  height: 70px;
  background: #ffb000 url(image/btn_pagetop.png) no-repeat center center;
  background-size: contain;
  border-radius: 50%;
}

@media all and (min-width: 940px), print {
  #header .inner,
  #content .inner,
  #footer .inner {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1240px;
  }
  #header .inner1000,
  #content .inner1000,
  #footer .inner1000 {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1040px;
  }
  #header .inner960,
  #content .inner960,
  #footer .inner960 {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 960px;
  }
  #content {
    padding-top: 100px;
  }
  #primary .page_title h2 {
    height: 180px;
    font-size: 2.45455rem;
  }
  #pagetop a {
    width: 100px;
    height: 100px;
    -webkit-transition: background-color 0.2s, -webkit-transform 0.2s;
    transition: background-color 0.2s, -webkit-transform 0.2s;
    transition: background-color 0.2s, transform 0.2s;
    transition: background-color 0.2s, transform 0.2s, -webkit-transform 0.2s;
  }
  #pagetop a:hover {
    background-color: rgba(255, 176, 0, 0.6);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@media only screen and (max-width: 939px) {
  #header .inner,
  #header .inner1000,
  #header .inner960,
  #content .inner,
  #content .inner1000,
  #content .inner960,
  #footer .inner,
  #footer .inner1000,
  #footer .inner960 {
    padding-left: 20px;
    padding-right: 20px;
    min-width: 280px;
  }
  #primary .page_title h2 {
    font-size: 1.45455rem;
    height: 80px;
  }
  #primary .page_title h2 strong {
    padding-left: 15px;
  }
  #primary .page_title h2 strong::before {
    margin-top: -20px;
    content: "";
    width: 6px;
    height: 40px;
  }
  #breadline {
    padding: 10px 0;
    font-size: 0.72727rem;
  }
  #breadline ul {
    padding-left: 15px;
  }
  #breadline li .divider {
    width: 10px;
    height: 10px;
  }
  #content {
    padding-top: 80px;
  }
  #pagetop {
    right: 0;
  }
  #pagetop.footer {
    bottom: -20px;
  }
}

/* --------------------------------------------------
	 5. Module
-------------------------------------------------- */
#web_content a[href^="tel:"] {
  color: #000;
}

#web_content a[target="_blank"]::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: -.25em .25em 0;
  width: 30px;
  height: 30px;
  background: transparent url(image/icon_window_brown.png) no-repeat center center;
  background-size: contain;
}

#web_content a[target="_blank"].non_style::after {
  display: none;
}

#web_content a[href*=".pdf"]::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-left: .5em;
  width: 30px;
  height: 20px;
  background: transparent url(image/icon_pdf.png) no-repeat center center;
  background-size: contain;
}

a[href^="tel:"] {
  color: #000;
}

a[target="_blank"]::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: -.25em .5em 0;
  width: 20px;
  height: 20px;
  background: transparent url(image/icon_window.png) no-repeat center center;
  background-size: contain;
}

a[target="_blank"].non_style::after {
  display: none;
}

.gothic {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.font_big {
  font-size: 1.18182rem !important;
}

.font_large {
  font-size: 1.09091rem !important;
}

.font_normal {
  font-size: 1rem !important;
}

.font_small {
  font-size: 0.90909rem !important;
}

.font_little {
  font-size: 0.81818rem !important;
}

.font_weight_normal {
  font-weight: normal !important;
}

.font_weight_bold {
  font-weight: bold !important;
}

.mt_0 {
  margin-top: 0rem !important;
}

.mr_0 {
  margin-right: 0rem !important;
}

.mb_0 {
  margin-bottom: 0rem !important;
}

.ml_0 {
  margin-left: 0rem !important;
}

.m_0 {
  margin: 0rem !important;
}

.mx_0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.my_0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.pt_0 {
  padding-top: 0rem !important;
}

.pr_0 {
  padding-right: 0rem !important;
}

.pb_0 {
  padding-bottom: 0rem !important;
}

.pl_0 {
  padding-left: 0rem !important;
}

.p_0 {
  padding: 0rem !important;
}

.px_0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.py_0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.mt_1 {
  margin-top: 1rem !important;
}

.mr_1 {
  margin-right: 1rem !important;
}

.mb_1 {
  margin-bottom: 1rem !important;
}

.ml_1 {
  margin-left: 1rem !important;
}

.m_1 {
  margin: 1rem !important;
}

.mx_1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my_1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.pt_1 {
  padding-top: 1rem !important;
}

.pr_1 {
  padding-right: 1rem !important;
}

.pb_1 {
  padding-bottom: 1rem !important;
}

.pl_1 {
  padding-left: 1rem !important;
}

.p_1 {
  padding: 1rem !important;
}

.px_1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py_1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.mt_2 {
  margin-top: 2rem !important;
}

.mr_2 {
  margin-right: 2rem !important;
}

.mb_2 {
  margin-bottom: 2rem !important;
}

.ml_2 {
  margin-left: 2rem !important;
}

.m_2 {
  margin: 2rem !important;
}

.mx_2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my_2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.pt_2 {
  padding-top: 2rem !important;
}

.pr_2 {
  padding-right: 2rem !important;
}

.pb_2 {
  padding-bottom: 2rem !important;
}

.pl_2 {
  padding-left: 2rem !important;
}

.p_2 {
  padding: 2rem !important;
}

.px_2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py_2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.mt_3 {
  margin-top: 3rem !important;
}

.mr_3 {
  margin-right: 3rem !important;
}

.mb_3 {
  margin-bottom: 3rem !important;
}

.ml_3 {
  margin-left: 3rem !important;
}

.m_3 {
  margin: 3rem !important;
}

.mx_3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my_3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.pt_3 {
  padding-top: 3rem !important;
}

.pr_3 {
  padding-right: 3rem !important;
}

.pb_3 {
  padding-bottom: 3rem !important;
}

.pl_3 {
  padding-left: 3rem !important;
}

.p_3 {
  padding: 3rem !important;
}

.px_3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py_3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.mt_4 {
  margin-top: 4rem !important;
}

.mr_4 {
  margin-right: 4rem !important;
}

.mb_4 {
  margin-bottom: 4rem !important;
}

.ml_4 {
  margin-left: 4rem !important;
}

.m_4 {
  margin: 4rem !important;
}

.mx_4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my_4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.pt_4 {
  padding-top: 4rem !important;
}

.pr_4 {
  padding-right: 4rem !important;
}

.pb_4 {
  padding-bottom: 4rem !important;
}

.pl_4 {
  padding-left: 4rem !important;
}

.p_4 {
  padding: 4rem !important;
}

.px_4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py_4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.mt_5 {
  margin-top: 5rem !important;
}

.mr_5 {
  margin-right: 5rem !important;
}

.mb_5 {
  margin-bottom: 5rem !important;
}

.ml_5 {
  margin-left: 5rem !important;
}

.m_5 {
  margin: 5rem !important;
}

.mx_5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my_5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.pt_5 {
  padding-top: 5rem !important;
}

.pr_5 {
  padding-right: 5rem !important;
}

.pb_5 {
  padding-bottom: 5rem !important;
}

.pl_5 {
  padding-left: 5rem !important;
}

.p_5 {
  padding: 5rem !important;
}

.px_5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py_5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.color_red {
  color: #e91008;
}

.asterisk {
  text-indent: -1em;
  padding: 1em;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.clear_both {
  clear: both;
}

.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.in_block {
  display: inline-block;
}

table {
  width: 100%;
}

table.basic_table {
  margin: 2em auto;
  background-color: #fff;
  border-top: 1px solid #000;
}

table.basic_table.text_center th,
table.basic_table.text_center td {
  text-align: center;
}

table.basic_table.fixed {
  table-layout: fixed;
}

table.basic_table th,
table.basic_table td {
  border-bottom: 1px solid #000;
}

table.basic_table th:empty,
table.basic_table td:empty {
  height: 2.79em;
}

table.basic_table th {
  color: #ffb000;
  font-size: 1.13636rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  background-color: #fffae3;
}

table.basic_table thead {
  line-height: 1.4;
}

table.simple_table {
  margin: 1em auto;
  background-color: #fff;
  border-right: none;
  border-bottom: none;
  max-width: 1000px;
}

table.simple_table th,
table.simple_table td {
  border-bottom: 1px solid #000;
}

table.simple_table th {
  width: 20%;
  color: #ffb000;
  font-size: 1.13636rem;
  text-align: left;
  font-weight: bold;
  vertical-align: top;
}

table.simple_table td > table th,
table.simple_table td > table td {
  border-top: none;
}

table.simple_table td > table th {
  width: 25%;
  text-align: center;
  background: none;
  padding-left: 0;
}

table.simple_table thead {
  line-height: 1.4;
}

table.simple_table tbody.text_center th,
table.simple_table tbody.text_center td {
  text-align: center;
}

div.focus_text, div.attention_text {
  margin: 2em auto;
  padding: 1em 1.5em;
}

div.focus_text .title, div.attention_text .title {
  font-size: 1.27273rem;
}

div.focus_text {
  background-color: #fffae3;
}

div.focus_text .title {
  color: #000;
}

div.attention_text {
  color: #fff;
  background-color: #e91008;
}

div.attention_text .title {
  color: #fff;
}

ul {
  font-weight: 500;
}

ul.basic_ul {
  margin-left: 1.2em;
  padding: .5em 0;
}

ul.basic_ul > li {
  position: relative;
  padding: .2em 0;
}

ul.basic_ul > li::before {
  position: absolute;
  left: -1.2em;
  top: .8em;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #ffb000;
  border: 2px solid #ffb000;
  border-radius: 50%;
}

ul.basic_ul > li > ul,
ul.basic_ul > li > ol {
  margin-left: 1.25em;
}

ul.basic_ul > li > ul {
  list-style: disc;
}

ul.basic_ul > li > ul > li::before {
  background-color: transparent;
}

ul.basic_ul.basic_ul_order {
  margin-top: 1.5em;
}

ul.basic_ul.basic_ul_order > li {
  margin-bottom: 2em;
}

ul.basic_ul.basic_ul_order > li::before {
  top: 1.05em;
}

ul.basic_ul.basic_ul_order > li > .title {
  font-weight: bold;
  font-size: 1.27273rem;
  margin-bottom: .5em;
}

ul.basic_ul.basic_ul_order > li > .item {
  margin-left: -1.6em;
}

ol {
  font-weight: 500;
}

ol.basic_ol {
  margin-left: 1.5em;
  padding: 1em 0;
  list-style: decimal;
}

ol.basic_ol > li {
  padding: .5em 0 .5em .25em;
}

ol.basic_ol > li::marker {
  font-weight: bold;
  font-size: 1rem;
  color: #ffb000;
}

ol.basic_ol > li > ul,
ol.basic_ol > li > ol {
  margin-left: 1.25em;
}

ol.basic_ol.basic_ol_order {
  margin-top: 1.5em;
}

ol.basic_ol.basic_ol_order > li {
  margin-bottom: 2em;
}

ol.basic_ol.basic_ol_order > li::marker {
  font-size: 1.27273rem;
}

ol.basic_ol.basic_ol_order > li > .title {
  font-weight: bold;
  font-size: 1.27273rem;
  margin-bottom: .5em;
}

ol.basic_ol.basic_ol_order > li > .item {
  margin-left: -1.6em;
}

dl.basic_dl > dt {
  font-weight: bold;
}

dl.basic_dl > dd {
  margin-left: 1em;
}

dl.basic_dl > dd + dt {
  padding-top: 1em;
}

pre {
  white-space: normal;
}

.text_indent {
  margin-left: 1em;
  text-indent: -1em;
}

.basic_btn {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  max-width: 360px;
  width: 100%;
  text-align: center;
  padding: 1.04em 2.5em;
  color: #000 !important;
  text-decoration: none !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
  border: 1.5px solid #000;
  border-radius: 3em;
  font-weight: bold;
}

.basic_btn:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.5em;
  content: "";
  width: 10px;
  height: 20px;
  position: absolute;
  background: transparent url(image/icon_arrow.png) no-repeat center center;
  background-size: contain;
}

.basic_btn::before {
  top: 5px;
  left: 5px;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 3em;
  position: absolute;
  background-color: #fffae3;
}

.basic_btn span {
  z-index: 1;
  display: block;
  position: relative;
}

.basic_btn.btn_return::after {
  left: 1.5em;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  right: inherit;
}

.basic_btn.long {
  display: block;
  max-width: 700px;
  margin-bottom: 0.5em;
}

.basic_btn[target="_blank"]::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: 0;
  width: 20px;
  height: 20px;
  background: transparent url(image/icon_window.png) no-repeat center center;
  background-size: contain;
}

.pagination {
  padding: 3em 0 1em;
}

.pagination ul {
  text-align: center;
}

.pagination li {
  padding: 26px 0;
  display: inline-block;
  vertical-align: middle;
}

.pagination li > a,
.pagination li > span {
  position: relative;
  margin: 0 10px;
  width: 32px;
  height: 32px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  line-height: 1.4;
  background-color: #e6e6e6;
}

.pagination li > a {
  color: #000;
  text-decoration: none;
}

.pagination li > span {
  color: #ffb000;
  background-color: #fffae3;
}

.pagination li.dots > span {
  width: 20px;
  height: 20px;
  color: #000;
  background-color: transparent;
  margin: 0 2px;
}

.pagination li.next, .pagination li.prev {
  padding: 0;
}

.pagination li.next a, .pagination li.prev a {
  width: 280px;
  height: 88px;
  font-weight: bold;
  border-radius: 3em;
  border: 1px solid #000;
  background-color: transparent;
}

.pagination li.next a::before, .pagination li.prev a::before {
  top: 5px;
  left: 5px;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 3em;
  position: absolute;
  background-color: #fffae3;
}

.pagination li.next a::after, .pagination li.prev a::after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  width: .5em;
  height: .5em;
}

.pagination li.next a::after {
  right: 1.5em;
  margin-top: -.25em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pagination li.prev a::after {
  left: 1.5em;
  margin-top: -.25em;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.more {
  display: block;
  margin: 3em auto;
  text-align: center;
}

.more:last-child {
  margin-bottom: 0;
}

.btn01 {
  text-align: center;
}

.btn01 a {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 1em;
  width: 200px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.btn01 a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media all and (min-width: 940px), print {
  .only_sp {
    display: none;
  }
  table.basic_table th:empty,
  table.basic_table td:empty {
    height: 3.744em;
  }
  table.basic_table th {
    padding: .5em 2.2em;
    border-right: 1px solid #000;
  }
  table.basic_table td {
    padding: .5em 2.5em;
  }
  div.focus_text, div.attention_text {
    margin: 2.5em auto;
    padding: 3em 4.5em;
  }
  .basic_btn::before {
    -webkit-transition: top 0.2s, left 0.2s;
    transition: top 0.2s, left 0.2s;
  }
  .basic_btn:hover::before {
    top: 0;
    left: 0;
  }
  .pagination ul {
    padding: 0 280px;
    position: relative;
  }
  .pagination a {
    -webkit-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
  }
  .pagination a:hover {
    color: #ffb000;
    background-color: #fffae3;
  }
  .pagination li.next, .pagination li.prev {
    top: 0;
    position: absolute;
  }
  .pagination li.next a, .pagination li.prev a {
    margin: 0;
  }
  .pagination li.next a::before, .pagination li.prev a::before {
    -webkit-transition: top 0.2s, left 0.2s;
    transition: top 0.2s, left 0.2s;
  }
  .pagination li.next a:hover, .pagination li.prev a:hover {
    color: #000;
    background-color: transparent;
  }
  .pagination li.next a:hover::before, .pagination li.prev a:hover::before {
    top: 0;
    left: 0;
  }
  .pagination li.next {
    right: 0;
  }
  .pagination li.prev {
    left: 0;
  }
}

@media only screen and (max-width: 939px) {
  a[href^="tel:"] {
    color: #00bfd3;
    text-decoration: underline;
  }
  .only_pc {
    display: none;
  }
  table.vertical > thead > tr > th,
  table.vertical > thead > tr > td,
  table.vertical > tbody > tr > th,
  table.vertical > tbody > tr > td {
    display: block;
    white-space: normal !important;
    width: 100%;
  }
  table.vertical > thead > tr > th:empty,
  table.vertical > thead > tr > td:empty,
  table.vertical > tbody > tr > th:empty,
  table.vertical > tbody > tr > td:empty {
    display: none;
  }
  table.vertical > thead > tr th,
  table.vertical > tbody > tr th {
    border-bottom: none;
  }
  table.simple_table th {
    text-align: center;
    background-color: #fffae3;
  }
  ul.basic_ul {
    margin-left: 1em;
  }
  ul.basic_ul > li > .title {
    font-size: 1.09091rem;
  }
  ul.basic_ul > li::before {
    left: -1em;
    top: .85em;
    width: .45em;
    height: .45em;
  }
  ul.basic_ul.basic_ul_order > li > .title {
    font-size: 1.09091rem;
  }
  ul.basic_ul.basic_ul_order > li > .item {
    margin-left: -1em;
  }
  ol.basic_ol.basic_ol_order {
    margin-top: 0;
  }
  ol.basic_ol.basic_ol_order > li {
    margin-bottom: 1em;
  }
  ol.basic_ol.basic_ol_order > li > .title {
    font-size: 1.09091rem;
  }
  .basic_btn {
    max-width: 260px;
    padding: .8em 2em;
  }
  .basic_btn::after {
    right: 1.3em;
  }
  .text_indent {
    font-size: 0.90909rem;
  }
  .pagination {
    margin-left: -20px;
    margin-right: -20px;
  }
  .pagination li {
    padding: 1em 0;
  }
  .pagination li > a,
  .pagination li > span {
    margin: 0 5px;
  }
  .pagination li.next, .pagination li.prev {
    padding: 1em 0;
    text-align: center;
  }
  .pagination li.next a, .pagination li.prev a {
    font-size: 0.81818rem;
    width: 80px;
    height: 40px;
    margin: 0 auto;
  }
  .pagination li.next a {
    padding: 0 1.5em 0 .5em;
  }
  .pagination li.next a::after {
    right: 1em;
  }
  .pagination li.prev a {
    padding: 0 .5em 0 1.5em;
  }
  .pagination li.prev a::after {
    left: 1em;
  }
  .more {
    margin: 2.2em 0;
  }
}

@media all and (min-width: 1160px), print {
  .visible_sp {
    display: none !important;
  }
}

@media screen and (max-width: 739px) {
  .visible_pc {
    display: none !important;
  }
}

@media screen and (min-width: 741px) {
  .hide_pc {
    display: none !important;
  }
}

@media screen and (max-width: 740px) {
  .hide_sp {
    display: none !important;
  }
}

/* --------------------------------------------------
	 6. Theme
-------------------------------------------------- */
section {
  padding: 3em 0;
}

section h1,
section h2,
section h3,
section h4,
section h5,
section h6 {
  margin-bottom: .5em;
  padding-top: 2em;
  color: #1a0b05;
  text-align: center;
}

section h1:first-child,
section h2:first-child,
section h3:first-child,
section h4:first-child,
section h5:first-child,
section h6:first-child {
  padding-top: 0;
}

section h1 + h2,
section h2 + h3,
section h3 + h4,
section h4 + h5,
section h5 + h6 {
  padding-top: 0;
}

section h2 {
  font-size: 1.09091rem;
}

section h3 {
  font-size: 1.45455rem;
  position: relative;
  margin-bottom: 1em;
}

section h3::after {
  left: 50%;
  margin-left: -40px;
  content: "";
  width: 80px;
  height: 3px;
  bottom: 0px;
  position: absolute;
  border-radius: 3px;
  background-color: #ffb000;
}

section h3 span {
  font-size: 1.22727rem;
  line-height: 1.5;
  display: block;
}

section h4.title_line {
  font-size: 1.22727rem;
  text-align: left;
  border-bottom: 1.5px solid #ffb000;
}

section h5 {
  font-size: 1rem;
}

section h5.title_point {
  padding-top: 0;
  text-align: left;
  padding-left: 1em;
  margin-bottom: 1em;
  position: relative;
}

section h5.title_point::before {
  top: .65em;
  width: 8px;
  height: 8px;
  left: 0;
  content: "";
  position: absolute;
  background-color: #ffb000;
  border: 2px solid #ffb000;
  border-radius: 50%;
}

section h5.title_point.color01::before {
  background-color: #0071bc;
  border: 2px solid #0071bc;
}

section h5.title_point.color02::before {
  background-color: #f15a24;
  border: 2px solid #f15a24;
}

section h5.title_point.color03::before {
  background-color: #dbd44d;
  border: 2px solid #dbd44d;
}

section h5.title_point.color04::before {
  background-color: #39b54a;
  border: 2px solid #39b54a;
}

section h6 {
  font-size: 0.72727rem;
}

section .title_dots {
  padding-top: 2em;
  margin-bottom: 0.5em;
  color: #1a0b05;
  text-align: center;
  font-weight: bold;
}

section .title_dots > span {
  font-size: 1.13636rem;
  display: inline-block;
  border-bottom: 5px dotted #fff200;
}

select,
textarea,
input[type="text"],
input[type="date"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"] {
  padding: 17px 20px;
  width: 100%;
  font-size: 1rem;
  border: 1px solid #b3b3b3;
  border-radius: 8px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

div.focus_text, div.attention_text, div.error_text {
  font-weight: bold;
}

.js-accordion01 dt, .js-accordion01 dd {
  position: relative;
}

.js-accordion01 dt {
  cursor: pointer;
  text-align: center;
}

.js-accordion01 dt .title_dots {
  padding: 0 50px;
  position: relative;
  display: inline-block;
}

.js-accordion01 dt .icon {
  top: .2em;
  right: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: absolute;
  border: 1px solid #000;
}

.js-accordion01 dt .icon::before {
  top: 4px;
  left: 4px;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 3em;
  position: absolute;
  background-color: #fffae3;
}

.js-accordion01 dt .icon span {
  top: 50%;
  left: calc(50% + 1px);
  display: block;
  position: absolute;
}

.js-accordion01 dt .icon span::after, .js-accordion01 dt .icon span::before {
  content: "";
  position: absolute;
  top: 50%;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #000;
}

.js-accordion01 dt .icon span::after {
  right: 0;
  width: 2px;
  height: 20px;
}

.js-accordion01 dt .icon span::before {
  right: 1px;
  width: 20px;
  height: 2px;
  -webkit-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
}

.js-accordion01 dt.open .icon span::after {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
}

.list_select {
  margin-bottom: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.list_select li {
  position: relative;
}

.list_select input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  border-radius: 2em;
  cursor: pointer;
}

.list_select input[type=checkbox]:checked ~ label {
  background-color: #fff;
  border: 1.5px solid #ffb000;
}

.list_select label {
  width: 100%;
  font-weight: 500;
  display: block;
  border-radius: 2em;
  text-align: center;
  background-color: #e6e6e6;
}

.list_select label.font_21 {
  font-size: 0.90909rem;
}

.search_box {
  margin: 1em auto;
  max-width: 300px;
  position: relative;
}

.search_box input[type=text] {
  width: calc(100% - 56px);
  margin: 0;
  padding: 2px 20px;
  border-radius: 3em;
  border: 3px solid #e6e6e6;
}

.search_box button[type=submit] {
  top: 50%;
  right: 0;
  width: 36px;
  height: 36px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  background-color: transparent;
  border: none;
}

.search_box button[type=submit]::before {
  top: 5px;
  left: 5px;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  background-color: #fffae3;
}

.search_box button[type=submit] span {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  border: 1px solid #000;
  position: absolute;
  border-radius: 50%;
  background: transparent url(image/icon_search.png) no-repeat center center;
  background-size: contain;
}

@media all and (min-width: 940px), print {
  a[href^="tel:"] {
    display: inline-block;
    text-decoration: none;
    pointer-events: none;
  }
  article:not(.index) section:first-child {
    padding-top: 2.5em;
  }
  article > .map .only_pc {
    position: relative;
    margin: 2em 0;
    height: 500px;
    overflow: hidden;
  }
  article > .map .only_pc iframe {
    position: absolute;
    left: 0;
    top: -150px;
    width: 100%;
    height: 800px;
  }
  section {
    padding: 6em 0;
  }
  section h2 {
    font-size: 2.04545rem;
  }
  section h3 {
    font-size: 1.90909rem;
    margin-bottom: 1.5em;
  }
  section h3::after {
    bottom: 5px;
  }
  section h3 span {
    font-size: 1.59091rem;
  }
  section h4.title_dot > span {
    border-bottom-width: 6px;
  }
  section h4.title_line {
    font-size: 1.59091rem;
  }
  section h5.title_point {
    padding-left: 1em;
  }
  section h5.title_point::before {
    top: .6em;
    width: 12px;
    height: 12px;
  }
  section h6 {
    font-size: 0.81818rem;
  }
  .js-accordion01.js-accordion_sp dt {
    cursor: none;
    pointer-events: none;
  }
  .js-accordion01.js-accordion_sp dt .icon {
    display: none;
  }
  .js-accordion01.js-accordion_sp dd {
    display: block !important;
  }
  .js-accordion01 dt {
    margin-bottom: 1em;
  }
  .js-accordion01 dt .icon:hover::before {
    top: 0;
    left: 0;
  }
  .list_select {
    margin-bottom: 2em;
  }
  .list_select li {
    width: 18%;
    margin-bottom: 15px;
  }
  .list_select li:not(:nth-child(5n)) {
    margin-right: 2.5%;
  }
  .search_box {
    max-width: 1000px;
    margin: 1.8em auto 1.5em;
  }
  .search_box input[type=text] {
    width: calc(100% - 108px);
    border-width: 6px;
  }
  .search_box button[type=submit] {
    width: 72px;
    height: 72px;
  }
  .search_box button[type=submit]:hover::before {
    top: 0;
    left: 0;
  }
}

@media only screen and (max-width: 939px) {
  a.non_style {
    color: #000;
    text-decoration: none;
    pointer-events: none;
  }
  .js-accordion01.js-accordion_sp dt .icon {
    display: block;
  }
  .js-accordion01 dt, .js-accordion01 dd {
    padding: .5em 0;
  }
  .js-accordion01 dt .title_dots {
    padding: 0 37px;
  }
  .js-accordion01 dt .icon {
    top: .4em;
    width: 22px;
    height: 22px;
  }
  .js-accordion01 dt .icon span::after {
    width: 1px;
    height: 12px;
  }
  .js-accordion01 dt .icon span::before {
    width: 12px;
    height: 1px;
  }
  .list_select {
    margin-bottom: .5em;
    margin-left: -10px;
    margin-right: -10px;
  }
  .list_select li {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 13px;
  }
  .list_select input {
    left: 10px;
    width: calc(100% - 20px);
  }
}

/* --------------------------------------------------
	 7. Header
-------------------------------------------------- */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  -webkit-box-shadow: 0 5px 2px rgba(255, 176, 0, 0.2);
  box-shadow: 0 5px 2px rgba(255, 176, 0, 0.2);
}

#header .logo {
  max-width: 20%;
  width: 415px;
}

#header .logo a {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  width: 100%;
  padding-top: 8.43373%;
  background: transparent url(image/logo.png) no-repeat center center;
  background-size: contain;
}

#header .nav li.search {
  padding-right: 0;
}

#header .nav li.search a {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  width: 70px;
  height: 70px;
  background: transparent url(image/btn_search.png) no-repeat center center;
  background-size: contain;
}

#header .nav a {
  font-size: 0.90909rem;
  color: #000;
  display: block;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
}

#header .nav a span {
  font-size: 0.72727rem;
}

@media all and (min-width: 940px), print {
  #header {
    padding: 0;
    height: 100px;
  }
  #header.fixed {
    -webkit-box-shadow: 0 5px 2px rgba(255, 176, 0, 0.2);
    box-shadow: 0 5px 2px rgba(255, 176, 0, 0.2);
  }
  #header .inner {
    max-width: inherit;
  }
  #header .menu {
    display: none;
  }
  #header .logo {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #header .logo a {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  #header .logo a:hover {
    opacity: 0.6;
  }
  #header .nav {
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1em 0;
    font-weight: bold;
  }
  #header .nav li {
    padding: 0 0.5em;
    position: relative;
  }
  #header .nav li.ac:hover > a {
    color: #ffb000;
    font-weight: bold;
  }
  #header .nav li.ac:hover .nav_child {
    opacity: 1;
    z-index: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  #header .nav li.search a {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  #header .nav li.search a:hover {
    opacity: 0.7;
  }
  #header .nav a {
    line-height: 1.2;
    position: relative;
    color: #1a0b05;
    -webkit-transition: color 0.2s, font-weight 0.2s;
    transition: color 0.2s, font-weight 0.2s;
  }
  #header .nav a:hover {
    color: #ffb000;
    font-weight: bold;
  }
  #header .nav a:hover ~ .nav_child {
    opacity: 1;
    z-index: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  #header .nav_child {
    width: 300px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    z-index: -1;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    padding: 30px 10px;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    background-color: #fff;
  }
  #header .nav_child ul {
    border-top: 3px solid #ffb000;
  }
  #header .nav_child ul li {
    border-bottom: 3px solid #ffb000;
  }
  #header .nav_child ul a {
    padding: .5em 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  #header .nav_child ul a:hover {
    opacity: 0.7;
  }
}

@media only screen and (min-width: 940px) and (max-width: 1459px) {
  #header .logo {
    max-width: 18%;
  }
  #header .nav > li {
    padding: 0 .5em;
  }
  #header .nav a {
    font-size: 0.72727rem;
  }
  #header .nav a span {
    font-size: 0.63636rem;
  }
  #header .nav li.search {
    padding-right: 0;
  }
  #header .nav li.search a {
    display: block;
    overflow: hidden;
    color: transparent;
    text-decoration: none;
    text-indent: 110%;
    white-space: nowrap;
    font-size: 0;
    width: 55px;
    height: 55px;
  }
}

@media only screen and (min-width: 940px) and (max-width: 1159px) {
  #header .logo {
    max-width: 18%;
  }
  #header .nav > li {
    padding: 0 .2em;
  }
  #header .nav a {
    font-size: 0.63636rem;
  }
  #header .nav a span {
    font-size: 0.54545rem;
  }
  #header .nav li.search {
    padding-right: 0;
  }
  #header .nav li.search a {
    display: block;
    overflow: hidden;
    color: transparent;
    text-decoration: none;
    text-indent: 110%;
    white-space: nowrap;
    font-size: 0;
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 939px) {
  body.menu_opened #header .menu::before, body.menu_opened #header .menu::after {
    opacity: 0;
  }
  body.menu_opened #header .menu span::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  body.menu_opened #header .menu span::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  body.menu_opened #header .global_menu {
    opacity: 1;
    pointer-events: auto;
  }
  #header {
    height: 80px;
    padding: 0;
  }
  #header .logo {
    padding: 25px 0;
    width: 100%;
    max-width: calc(100% - 100px);
  }
  #header .logo a {
    width: 265px;
    height: 30px;
    padding-top: 0;
    max-width: 100%;
  }
  #header .menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    cursor: pointer;
  }
  #header .menu em {
    left: 0;
    bottom: 20%;
    width: 100%;
    position: absolute;
    color: #ffb000;
    line-height: 1;
    font-size: 0.77273rem;
    font-weight: bold;
    text-align: center;
  }
  #header .menu::before, #header .menu::after {
    position: absolute;
    left: 25%;
    display: block;
    content: "";
    width: 50%;
    height: 4px;
    background-color: #ffb000;
    border-radius: 4px;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  #header .menu::before {
    top: 25%;
  }
  #header .menu::after {
    bottom: 45%;
  }
  #header .menu span {
    display: block;
    overflow: hidden;
    color: transparent;
    text-decoration: none;
    text-indent: 110%;
    white-space: nowrap;
    font-size: 0;
  }
  #header .menu span::before, #header .menu span::after {
    position: absolute;
    left: 25%;
    top: 40%;
    display: block;
    content: "";
    margin-top: -2px;
    width: 50%;
    height: 4px;
    background-color: #ffb000;
    border-radius: 4px;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  #header .global_menu {
    position: fixed;
    left: 0;
    top: 80px;
    opacity: 0;
    z-index: 20;
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: #fffbb3;
    pointer-events: none;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 200px;
  }
  #header .nav {
    padding: 0 20px;
  }
  #header .nav > li {
    border-bottom: 1.5px solid #ffb000;
  }
  #header .nav > li.ac > a {
    padding-bottom: .3em;
  }
  #header .nav > li.search {
    border-bottom: none;
    padding: 28px 0;
    text-align: right;
  }
  #header .nav > li.search a {
    width: 60px;
    height: 60px;
    display: inline-block;
  }
  #header .nav a {
    padding: 1em 0;
  }
  #header .nav_child {
    padding-bottom: 1em;
  }
  #header .nav_child > ul {
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #header .nav_child > ul li {
    margin: 0;
    width: 100%;
  }
  #header .nav_child > ul li:last-child {
    margin-right: 0;
  }
  #header .nav_child > ul a {
    padding: 0;
  }
  #header .nav_child > ul a::before {
    content: "";
    width: 18px;
    height: 1.5px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    background-color: #ffb000;
  }
}

/* --------------------------------------------------
	 8. Footer
-------------------------------------------------- */
#footer {
  overflow: hidden;
  padding-top: 90px;
  position: relative;
  background-color: #fffbb3;
}

#footer .inner {
  z-index: 1;
  max-width: 1040px;
}

#footer::before {
  top: 0;
  left: 0;
  z-index: 0;
  content: "";
  width: 100%;
  height: 190px;
  position: absolute;
  background: #fff url(image/bg_footer.jpg) no-repeat top center;
  background-size: cover;
}

#footer .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#footer .nav a {
  color: #000;
  font-size: 0.95455rem;
  font-weight: 500;
  display: block;
  white-space: nowrap;
  text-decoration: none;
}

#footer .nav > li > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#footer .nav > li > ul li {
  margin: 0;
  margin-right: 1em;
}

#footer .nav > li > ul a::before {
  content: "";
  width: 18px;
  height: 1.5px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  background-color: #ffb000;
}

#footer .logo {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  width: 130px;
  height: 30px;
  margin-bottom: 20px;
  background: transparent url(image/logo_pref_saga.png) no-repeat center center;
  background-size: contain;
}

#footer .company {
  margin-bottom: 1.5em;
  font-weight: 500;
}

#footer .company dt {
  margin-bottom: 1em;
}

#footer .company dt strong {
  font-size: 1.22727rem;
  line-height: 1.3;
}

#footer .company dt p span {
  display: inline-block;
  margin-right: 10px;
}

#footer .company dd .tel,
#footer .company dd .fax,
#footer .company dd .mail {
  line-height: 1.5;
  display: inline-block;
  position: relative;
  padding-left: 30px;
}

#footer .company dd .tel::before,
#footer .company dd .fax::before,
#footer .company dd .mail::before {
  width: 25px;
  height: 26px;
  top: 50%;
  left: 0;
  content: "";
  margin-top: -13px;
  position: absolute;
  background: transparent no-repeat center center;
  background-size: contain;
}

#footer .company dd .tel::before {
  background-image: url(image/icon_tel.png);
}

#footer .company dd .fax::before {
  background-image: url(image/icon_fax.png);
}

#footer .company dd .mail {
  color: #00bfd3;
}

#footer .company dd .mail::before {
  background-image: url(image/icon_mail.png);
}

#footer .copyright {
  padding: 1em 0;
  font-size: 0.81818rem;
  text-align: center;
}

#footer .line_btn a {
  display: inline-block;
  margin: 0 5px;
}

#footer .line_btn .bnr_btn::after {
  display: none;
}

@media all and (min-width: 940px), print {
  #footer {
    padding-top: 150px;
  }
  #footer::before {
    width: 100%;
    height: 740px;
  }
  #footer .nav {
    margin-bottom: 4em;
  }
  #footer .nav > li {
    margin: 0 1em;
  }
  #footer .nav a {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  #footer .nav a:hover {
    opacity: .7;
  }
  #footer .logo {
    width: 200px;
    height: 50px;
    margin-bottom: 25px;
  }
  #footer .company {
    margin-bottom: 2.5em;
  }
  #footer .company dt {
    margin-bottom: 1em;
  }
  #footer .company dt strong {
    font-size: 1.59091rem;
  }
  #footer .line_btn {
    position: absolute;
    bottom: calc(80px + 2.5em);
    left: 400px;
  }
  #footer .line_btn a img {
    height: 52px;
  }
}

@media only screen and (max-width: 939px) {
  #footer .nav {
    margin-bottom: 3em;
  }
  #footer .nav > li {
    margin: 0 .8em 1em;
  }
  #footer .nav > li.online ul {
    margin-top: .4em;
  }
  #footer .nav a {
    line-height: 1.3;
    border-bottom: 1px solid #ffb000;
  }
  #footer .line_btn {
    margin-bottom: 1.5em;
  }
  #footer .line_btn a img {
    height: 36px;
  }
  #footer .copyright {
    font-size: 0.63636rem;
  }
}

/* --------------------------------------------------
	 9. Index
-------------------------------------------------- */
body.index #header {
  -webkit-box-shadow: none;
  box-shadow: none;
}

body.index #header.fixed {
  -webkit-box-shadow: 0 5px 2px rgba(255, 176, 0, 0.2);
  box-shadow: 0 5px 2px rgba(255, 176, 0, 0.2);
}

body.index .main_image {
  height: 680px;
  background: transparent url(image/img_mv.png) no-repeat center center;
  background-size: cover;
  position: relative;
}

body.index .main_image .line_btn {
  position: absolute;
  top: 1em;
  left: 20px;
  max-width: 174px;
}

body.index .main_image .line_btn a {
  display: inline-block;
}

body.index .main_image .line_btn a img {
  width: auto;
  height: 100%;
}

article.index section .txt_message {
  margin: 1.2em auto;
  max-width: 730px;
}

article.index section .more {
  text-align: center;
}

article.index section.search {
  padding: 4em 0;
  position: relative;
}

article.index section.search::before, article.index section.search::after {
  left: 0;
  width: 100%;
  content: "";
  z-index: 0;
  position: absolute;
  padding-top: 37.76042%;
  background: transparent no-repeat center center;
  background-size: contain;
}

article.index section.search::before {
  top: 0;
  background-image: url(image/bg_top.png);
}

article.index section.search::after {
  bottom: 0;
  background-image: url(image/bg_bottom.png);
}

article.index section.search .inner {
  z-index: 1;
  position: relative;
}

article.index section.search .title_box {
  margin: 0 auto;
  max-width: 670px;
  position: relative;
}

article.index section.search .title_box::before, article.index section.search .title_box::after {
  top: 15px;
  content: "";
  z-index: 1;
  position: absolute;
  background: transparent no-repeat center center;
  background-size: contain;
}

article.index section.search .title_box::before {
  left: 0;
  width: 22%;
  padding-top: 220px;
  background-image: url(image/img_girl.png);
}

article.index section.search .title_box::after {
  right: 0;
  width: 22%;
  padding-top: 220px;
  background-image: url(image/img_boy.png);
}

article.index section.search .title_box h3::before {
  content: "";
  width: 145px;
  height: 130px;
  display: block;
  margin: 0 auto 1em;
  background: transparent url(image/icon_school.png) no-repeat center center;
  background-size: contain;
}

article.index section.search .text_box {
  text-align: center;
  font-weight: bold;
  margin-bottom: 3em;
}

article.index section.search .js-accordion02 {
  max-width: 1000px;
  margin: 0 auto;
}

article.index section.online {
  padding: 2em 0;
}

article.index section.online .list_online {
  margin: 1em 0;
}

article.index section.online .list_online > li {
  margin-bottom: 1em;
  font-weight: 500;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

article.index section.online .list_online .text {
  width: 100%;
  padding: 20px;
}

article.index section.online .list_online .text h5 {
  font-weight: 500;
}

article.index section.online .list_online .text dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

article.index section.online .list_online .text dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
}

article.index section.online .list_online .link {
  width: 100%;
  background-color: #fffae3;
  border-top: 1px solid #000;
}

article.index section.online .list_online .link a {
  color: #000;
  display: block;
  padding: 14px 20px;
  font-weight: bold;
  text-align: center;
  position: relative;
  text-decoration: none;
}

article.index section.online .list_online .link a:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.8em;
  content: "";
  width: 10px;
  height: 20px;
  position: absolute;
  background: transparent url(image/icon_arrow.png) no-repeat center center;
  background-size: contain;
}

article.index section.soudan {
  padding: 3em 0 5em;
}

article.index section.soudan .consultation_box {
  margin-bottom: 2em;
  position: relative;
}

article.index section.soudan .consultation_box::before {
  content: "";
  width: 120px;
  top: -60px;
  right: 0;
  height: 120px;
  position: absolute;
  background: transparent url(image/img_counselor.png) no-repeat center center;
  background-size: contain;
}

article.index section.soudan .consultation_box .basic_table {
  margin: 0;
}

article.index section.soudan .consultation_box .basic_table th, article.index section.soudan .consultation_box .basic_table td {
  text-align: left;
}

article.index section.soudan .consultation_box .basic_table th {
  border-right: none;
}

article.index section.schedule {
  background-color: #fffae3;
}

article.index section.schedule .schedule_box {
  border: 1.5px solid #ffb000;
  background-color: #fff;
}

article.index section.schedule .schedule_box dt span {
  font-size: 1.13636rem;
  font-weight: bold;
  display: inline-block;
  border-bottom: 5px dotted #fff200;
}

article.index section.schedule .schedule_box .basic_ul > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

article.index section.schedule .schedule_box .basic_ul > li span {
  white-space: nowrap;
}

article.index section.schedule .schedule_box .text_indent {
  font-size: 0.81818rem;
}

article.index section.schedule .schedule_box .mt_05 {
  margin-top: .5em;
}

article.index section.schedule .foucs_box {
  border: 1.5px solid #ffb000;
  background-color: #fff;
}

article.index section.contact_us .contact_box {
  margin: 0 auto 1em;
  overflow: hidden;
  max-width: 1000px;
  border-radius: 4px;
  text-align: center;
  border: 1.5px solid #000;
}

article.index section.contact_us .contact_box dt {
  color: #ffb000;
  font-weight: bold;
  font-size: 1.13636rem;
  line-height: 1.5;
  padding: .7em 1em;
  background-color: #fffae3;
  border-bottom: 1.5px solid #000;
}

article.index section.contact_us .contact_box dd {
  padding: 1.5em 1em 1em;
}

article.index section.contact_us .contact_box dd .icon_tel {
  padding: 0 .4em .5em;
  display: inline-block;
  border-bottom: 5px dotted #fff200;
}

article.index section.contact_us .contact_box dd .icon_tel span {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  width: 25px;
  height: 25px;
  margin: 0 auto;
  background: transparent url(image/icon_tel.png) no-repeat top center;
  background-size: contain;
}

article.index section.contact_us .contact_box dd .tel {
  margin-top: 1em;
}

article.index section.contact_us .contact_box dd .tel a {
  font-weight: bold;
  font-size: 1.36364rem;
  line-height: 1.3;
}

article.index section.contact_us .contact_box dd p {
  font-weight: 500;
}

article.index section.contact_us .contact_box dd .name {
  margin: 1em auto;
}

article.index section.contact_us .contact_box dd .name img {
  max-width: 150px;
}

@media all and (min-width: 940px), print {
  article.index section.news {
    padding: 2em 0 5em;
  }
  article.index section.news .search_box {
    margin-top: 0;
  }
  article.index section.school {
    padding: 6.5em 0 3.5em;
  }
  article.index section.school .more {
    margin-top: 1.8em;
  }
  article.index section.online {
    padding: 3em 0;
  }
  article.index section.online .list_online {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 1em 0;
  }
  article.index section.online .list_online > li {
    width: 48.5%;
    border-radius: 8px;
    margin-bottom: 1.5em;
  }
  article.index section.online .list_online > li:not(:nth-child(2n)) {
    margin-right: 3%;
  }
  article.index section.online .list_online .text {
    padding: 30px 40px;
  }
  article.index section.online .list_online .link a {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  article.index section.online .list_online .link a:hover {
    opacity: 0.7;
  }
  article.index section.soudan {
    padding: 3em 0 7em;
  }
  article.index section.soudan .consultation_box {
    margin-bottom: 3.5em;
  }
  article.index section.soudan .consultation_box::before {
    width: 22.5%;
    top: 53%;
    height: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 26.66667%;
  }
  article.index section.soudan .consultation_box .basic_table {
    width: 73.4%;
  }
  article.index section.soudan .consultation_box .basic_table th {
    text-align: center;
  }
  article.index section.schedule {
    padding: 3.7em 0;
  }
  article.index section.schedule .schedule_box {
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 8px;
  }
  article.index section.schedule .schedule_box::after {
    display: block;
    content: "";
    clear: both;
  }
  article.index section.schedule .schedule_box:not(:last-child) {
    margin-bottom: 1.8em;
  }
  article.index section.schedule .schedule_box dt {
    width: 300px;
    float: left;
    padding: 20px 60px;
  }
  article.index section.schedule .schedule_box dt span {
    border-bottom-width: 6px;
  }
  article.index section.schedule .schedule_box dd {
    padding: .5em 60px .5em 0;
    float: right;
    width: calc(100% - 300px);
  }
  article.index section.schedule .foucs_box {
    max-width: 1000px;
    margin: 0 auto;
    padding: 1em 2em;
    border-radius: 8px;
    margin-bottom: 1.8em;
  }
  article.index section.contact_us .contact_box dt {
    font-size: 1.27273rem;
    padding: .83em 1em;
  }
  article.index section.contact_us .contact_box dd {
    padding: 2.5em 1em;
  }
  article.index section.contact_us .contact_box dd .icon_tel {
    padding: 0 .5em .5em;
    border-bottom-width: 6px;
  }
  article.index section.contact_us .contact_box dd .tel {
    margin-top: 1em;
  }
  article.index section.contact_us .contact_box dd .tel a {
    font-size: 1.72727rem;
  }
  article.index section.contact_us .contact_box dd p {
    font-size: 1.09091rem;
  }
}

@media only screen and (max-width: 939px) {
  body.index .main_image {
    height: 0;
    padding-top: 130%;
    background-image: url(image/img_mv_sp.png);
  }
  body.index .main_image .line_btn {
    top: 10px;
    left: 10px;
    max-width: 87px;
  }
  body.index .main_image .line_btn a {
    height: 27px;
  }
  article.index section.news {
    padding-top: 1em;
  }
  article.index section.search {
    margin-top: 1.5em;
    padding: 2.5em 0;
  }
  article.index section.search::before, article.index section.search::after {
    padding-top: 25.33333%;
    background-size: 100% 100%;
  }
  article.index section.search .title_box {
    max-width: 240px;
  }
  article.index section.search .title_box::before, article.index section.search .title_box::after {
    top: -50px;
    width: 70px;
    height: 110px;
    padding-top: 0;
  }
  article.index section.search .title_box::before {
    left: 0;
  }
  article.index section.search .title_box::after {
    right: 0;
  }
  article.index section.search .title_box h3::before {
    width: 68px;
    height: 60px;
  }
  article.index section.soudan .txt_message {
    margin-bottom: 3em;
  }
  article.index section.schedule .schedule_box,
  article.index section.schedule .foucs_box {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
    border-left: none;
    border-right: none;
  }
  article.index section.schedule .schedule_box:not(:last-child),
  article.index section.schedule .foucs_box:not(:last-child) {
    margin-bottom: 1.5em;
  }
  article.index section.schedule .schedule_box dt,
  article.index section.schedule .foucs_box dt {
    text-align: center;
  }
}

/* --------------------------------------------------
	11. Dtail
-------------------------------------------------- */
section.detail .content {
  margin: 3em auto 0;
  overflow: hidden;
}

section.detail .content::after {
  display: block;
  content: "";
  clear: both;
}

section.detail .content h1 {
  font-size: 1.63636rem;
  text-align: center;
  margin-bottom: 1em;
}

section.detail .content h2 {
  font-size: 1.45455rem;
}

section.detail .content h3 {
  font-size: 1.27273rem;
}

section.detail .content h4 {
  font-size: 1.09091rem;
  text-align: left;
}

section.detail .content h5 {
  font-size: 1.09091rem;
  color: #00bfd3;
  text-align: left;
}

section.detail .content h6 {
  font-size: 1rem;
  color: #ffb000;
  text-align: left;
}

section.detail .content p {
  min-height: 1.8em;
}

section.detail .content a {
  text-decoration: underline;
}

section.detail .content a:hover {
  text-decoration: none;
}

section.detail .content img {
  height: auto !important;
}

section.detail .content img.aligncenter {
  display: block;
  margin: 0 auto;
}

section.detail .content img.alignright {
  float: right;
}

section.detail .content img.alignleft {
  float: left;
}

section.detail .content em {
  font-style: italic;
}

section.detail .content blockquote {
  position: relative;
  background-color: #eeeeee;
  padding: 1.5em 1.5em 1em;
  margin: 1em auto;
}

section.detail .content blockquote::before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 10px;
  content: "“";
  font-size: 1.45455rem;
  color: #cfcfcf;
  line-height: 1;
}

section.detail .content table {
  margin: 2em auto;
  background-color: #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

section.detail .content table th,
section.detail .content table td {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}

section.detail .content table th {
  color: #000;
  text-align: center;
  font-weight: bold;
  background-color: #fffae3;
}

section.detail .content table.aligncenter {
  margin: 0 auto;
}

section.detail .content table.alignright {
  float: right;
}

section.detail .content table.alignleft {
  float: left;
}

section.detail .content ul,
section.detail .content ol {
  margin-left: 1.5em;
}

section.detail .content ul > li > ul,
section.detail .content ul > li > ol,
section.detail .content ol > li > ul,
section.detail .content ol > li > ol {
  margin-left: 1.5em;
}

section.detail .content ul {
  list-style: circle;
}

section.detail .content ul.basic_ul {
  list-style: none;
}

section.detail .content ol {
  list-style: decimal;
}

section.detail .content ol.basic_ol {
  list-style: none;
}

section.detail .content dl > dt {
  font-weight: bold;
}

section.detail .content dl > dd {
  margin-left: 1em;
}

section.detail .return {
  margin-top: 5em;
  text-align: center;
}

@media all and (min-width: 940px), print {
  section.detail .date {
    font-size: 1rem;
  }
  section.detail .content table {
    max-width: calc(1200px - 2.5em * 2) !important;
  }
  section.detail .return {
    text-align: center;
  }
}

/* --------------------------------------------------
	12. News
-------------------------------------------------- */
article .news .content {
  margin: 0 auto;
  overflow: hidden;
}

article .news .date, article .news .cat {
  font-size: 0.90909rem;
  margin-right: 10px;
  display: inline-block;
}

article .news .date {
  text-align: center;
}

article .news .cat {
  width: 140px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  padding: 4px 2px;
  margin: 0 auto;
  border-width: 1px;
  border-style: solid;
  border-radius: 2em;
}

article .news .cat.cat01 {
  color: #73217c;
  border-color: #73217c;
}

article .news .cat.cat02 {
  color: #0b6359;
  border-color: #0b6359;
}

article .news .cat.cat03 {
  color: #706c1d;
  border-color: #706c1d;
}

article .news .cat.cat04 {
  color: #d61616;
  border-color: #d61616;
}

article .news .cat.cat05 {
  color: #0571d6;
  border-color: #0571d6;
}

article .news .cat.cat06 {
  color: #d69405;
  border-color: #d69405;
}

article .news_index .list_news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

article .news_index .list_news li {
  margin-bottom: 20px;
}

article .news_index .list_news a {
  color: #000;
  height: 100%;
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  position: relative;
  text-decoration: none;
  background-color: #fff;
  padding-bottom: 20px;
  font-size: 1rem;
}

article .news_index .list_news a::before, article .news_index .list_news a::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 1px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

article .news_index .list_news a:after {
  width: 0;
  height: 2px;
  background: #ffb000;
}

article .news_index .list_news .box {
  text-align: left;
  overflow: hidden;
}

article .news_index .list_news .new .cat {
  margin-right: 65px;
  position: relative;
}

article .news_index .list_news .new .cat::after {
  right: -65px;
  content: "NEW";
  color: #af2e2e;
  position: absolute;
  font-size: 0.90909rem;
}

article .news_index .list_news .title {
  font-weight: 500;
  text-align: left;
  display: block;
  padding: 0.5em 0 0;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  word-wrap: normal;
}

article.news_detail section.detail {
  padding-top: 3em;
}

article.news_detail .detail .box {
  text-align: left;
  overflow: hidden;
}

article.news_detail .detail .date, article.news_detail .detail .cat {
  font-size: 0.90909rem;
  margin-right: 10px;
  display: inline-block;
}

article.news_detail .detail .date {
  text-align: center;
}

article.news_detail .detail .cat {
  width: 112px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  padding: 4px 2px;
  margin: 0 auto;
  border-width: 1px;
  border-style: solid;
  border-radius: 2em;
}

article.news_detail .detail .cat.cat01 {
  color: #73217c;
  border-color: #73217c;
}

article.news_detail .detail .cat.cat02 {
  color: #0b6359;
  border-color: #0b6359;
}

article.news_detail .detail .cat.cat03 {
  color: #706c1d;
  border-color: #706c1d;
}

article.news_detail .detail .cat.cat04 {
  color: #d61616;
  border-color: #d61616;
}

article.news_detail .detail .cat.cat05 {
  color: #0571d6;
  border-color: #0571d6;
}

article.news_detail .detail .cat.cat06 {
  color: #d69405;
  border-color: #d69405;
  width: 150px;
}

@media all and (min-width: 940px), print {
  body.news #header .nav .news a {
    color: #ffb000;
    font-weight: bold;
  }
  article .news_index .list_news li {
    width: 48.4%;
    margin-bottom: 20px;
  }
  article .news_index .list_news li:nth-child(2n-1) {
    margin-right: 3.2%;
  }
  article .news_index .list_news a {
    padding-bottom: 20px;
  }
  article .news_index .list_news a:hover::after {
    width: 100%;
  }
  article .news_index .box {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 939px) {
  article .news_index .list_news {
    display: block;
  }
  article .news_index .list_news li {
    width: 100%;
  }
  article .news_index .list_news .box {
    padding: 0 10px;
  }
  article .news_index .list_news .date {
    padding-top: 0;
    text-align: left;
  }
  article .news_index .list_news .cat {
    width: 90px;
    padding: 2px;
    font-size: 0.72727rem;
    margin-right: 30px;
  }
  article .news_index .list_news .new .cat {
    position: relative;
    margin-right: 40px;
  }
  article .news_index .list_news .new .cat::after {
    right: -40px;
    font-size: 0.72727rem;
  }
}

/* --------------------------------------------------
	13. School
-------------------------------------------------- */
article .school_index .list_school li {
  margin-bottom: 20px;
}

article .school_index .list_school a {
  color: #000;
  width: 100%;
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 20px;
}

article .school_index .list_school a::before, article .school_index .list_school a::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 1px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

article .school_index .list_school a:after {
  width: 0;
  height: 2px;
  background: #ffb000;
}

article .school_index .list_school .image {
  width: 100%;
  border-radius: 8px;
  padding-top: 55.55556%;
  background: #fff no-repeat center center;
  background-size: cover;
}

article .school_index .list_school span {
  display: block;
  text-align: left;
}

article .school_index .list_school span.name_school {
  font-weight: 500;
}

article .school_index .list_school span.name_district {
  font-size: 0.90909rem;
}

article.school_index .text_box {
  text-align: center;
  font-weight: bold;
  margin: 0 auto 3em;
}

article.school_index .search {
  margin-top: 2.5em;
  position: relative;
  padding-top: 3.2em !important;
  padding-bottom: 3.5em;
}

article.school_index .search::before, article.school_index .search::after {
  left: 0;
  width: 100%;
  content: "";
  z-index: 0;
  position: absolute;
  padding-top: 31.25%;
  background: transparent no-repeat center center;
  background-size: contain;
}

article.school_index .search::before {
  top: 0;
  background-image: url(images/school/bg_top.png);
}

article.school_index .search::after {
  bottom: 0;
  background-image: url(images/school/bg_bottom.png);
}

article.school_index .search .inner {
  z-index: 1;
  position: relative;
}

article.school_index .school .search_result {
  margin: 0 auto 3.5em;
  max-width: 1000px;
}

article.school_index .school .search_result .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

article.school_index .school .search_result .title {
  width: 200px;
  color: #ffb000;
  font-size: 1.13636rem;
  padding: 3px 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
  margin-right: 30px;
  margin-bottom: 1em;
  display: inline-block;
  background-color: #fffae3;
  border: 1px solid #000;
}

article.school_index .school .search_result .list_condition {
  font-size: 0.81818rem;
  font-weight: 500;
  width: calc(100% - 230px);
}

article.school_index .school .search_result .list_condition li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 1em;
}

article.school_index .school .search_result .list_condition li span {
  min-width: 120px;
  padding: 0 10px;
  text-align: center;
  display: inline-block;
  border-radius: 2em;
  background-color: #e6e6e6;
}

article.school_index .school .search_result .txt_result {
  margin-top: 2em;
  display: inline-block;
  line-height: 1.5;
  font-size: 1.13636rem;
  font-weight: bold;
  padding: 0 5px;
  border-bottom: 6px dotted #fff200;
}

article.school_index .school .search_result .txt_result .nb_result {
  color: #ffb000;
  font-size: 1.59091rem;
}

article.school_detail section.detail {
  padding-top: 3em;
}

article.school_detail section.detail h3 .school_emblem {
  width: 80px;
  height: 80px;
  margin: 0 auto .5em;
  line-height: 80px;
  text-align: center;
  font-size: 0.63636rem;
  border-radius: 50%;
  border: 2px solid #ffb000;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

article.school_detail section.detail .slider_school {
  position: relative;
}

article.school_detail section.detail .slider_school img {
  width: 100%;
}

article.school_detail section.detail .slider_school .slider-item {
  text-align: center;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

article.school_detail section.detail .slider_school .slider-dots-box {
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

article.school_detail section.detail .slider_school .slider-dots-box .slick-active button {
  width: 36px;
  height: 36px;
}

article.school_detail section.detail .slider_school .slider-dots-box .slick-active button:after {
  z-index: -1;
  background-color: #fff200;
}

article.school_detail section.detail .slider_school .slider-dots {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 36px;
}

article.school_detail section.detail .slider_school .slider-dots button {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  border: 0;
  background-color: transparent;
  margin: 0 5px;
  cursor: pointer;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  -webkit-transition: .3s all;
  transition: .3s all;
  position: relative;
  z-index: 0;
}

article.school_detail section.detail .slider_school .slider-dots button:after {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  right: 6px;
  top: 6px;
  bottom: 6px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #e6e6e6;
}

article.school_detail section.detail .list_tag {
  margin-top: 3.5em;
}

article.school_detail section.detail .list_tag li {
  margin-bottom: 1em;
  padding: 0 30px;
  font-weight: 500;
  border-radius: 3em;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  background-color: #e6e6e6;
}

article.school_detail section.detail .basic_table {
  margin: 1em auto 0;
}

article.school_detail section.detail_message .flame_message01 {
  padding: 0 20px 60px;
  position: relative;
  padding-bottom: 3em;
}

article.school_detail section.detail_message .flame_message01::before {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: calc(100% - 80px);
  position: absolute;
  background-color: #fffae3;
}

article.school_detail section.detail_message .flame_message01 .box_title {
  max-width: 1200px;
  text-align: center;
  padding: 0 20px 30px;
  margin: 0 auto 3em;
  position: relative;
  background: #fff url(images/school/bg_title.png) no-repeat center center;
  background-size: cover;
  border-bottom: 2px solid #37bc43;
}

article.school_detail section.detail_message .flame_message01 .box_title::before, article.school_detail section.detail_message .flame_message01 .box_title::after {
  top: 0;
  content: "";
  width: calc(50% - 55px);
  height: 2px;
  border-radius: 2px;
  position: absolute;
  background-color: #37bc43;
}

article.school_detail section.detail_message .flame_message01 .box_title::before {
  left: 0;
}

article.school_detail section.detail_message .flame_message01 .box_title::after {
  right: 0;
}

article.school_detail section.detail_message .flame_message01 .box_title h3 {
  margin-top: -1.5em;
  margin-bottom: 0;
  display: inline-block;
}

article.school_detail section.detail_message .flame_message01 .box_title h3::before {
  content: "";
  width: 70px;
  height: 60px;
  display: block;
  margin: 0 auto .5em;
  background: transparent url(images/school/icon_school.png) no-repeat center center;
  background-size: contain;
}

article.school_detail section.detail_message .flame_message01 .box_title h3::after {
  content: none;
}

article.school_detail section.detail_message .flame_message01 .box {
  z-index: 1;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}

article.school_detail section.detail_message .flame_message01 .box .image {
  border-radius: 4px;
}

article.school_detail section.detail_message .flame_message01 .box .item {
  margin-top: 2em;
}

article.school_detail section.detail_message .flame_message01 .box .item .title {
  color: #fff;
  font-size: 1.22727rem;
  padding: 0 20px;
  font-weight: bold;
  border-radius: 4px;
  margin-bottom: .8em;
  background-color: #ffb000;
}

article.school_detail section.detail_message .flame_message01 .box .item p {
  line-height: 1.5;
}

article.school_detail section.detail_message .flame_message02 {
  margin: 3em 0;
  display: block;
}

article.school_detail section.detail_message .flame_message02 .title {
  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;
  text-align: center;
  margin-bottom: 1em;
  padding-bottom: .5em;
  border-bottom: 2px solid #ffb000;
}

article.school_detail section.detail_message .flame_message02 .title strong {
  line-height: 1.5;
  padding-bottom: .5em;
  display: block;
  text-align: left;
  font-size: 1.45455rem;
  font-weight: bold;
}

article.school_detail section.detail_message .flame_message02 .title strong span {
  font-size: 1.13636rem;
  display: block;
}

article.school_detail section.detail_message .flame_message02 .title .img {
  padding-left: 10px;
}

article.school_detail section.detail_message .flame_message02 .title .img img {
  width: auto;
  height: 125px;
}

article.school_detail section.detail_message .flame_message03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 3em 0;
}

article.school_detail section.detail_message .flame_message03 > li {
  width: 49%;
}

article.school_detail section.detail_message .flame_message03 > li:not(:nth-child(2n)) {
  margin-right: 2%;
}

article.school_detail section.detail_message .flame_message03 > li:nth-child(2n) .img {
  border-radius: 8px 0 0 8px;
}

article.school_detail section.detail_message .flame_message03 > li:nth-child(2n-1) .img {
  border-radius: 0 8px 8px 0;
}

article.school_detail section.detail_message .flame_message03 .img {
  overflow: hidden;
}

article.school_detail section.detail_message .flame_message03 .img img {
  width: 100%;
}

article.school_detail section.detail_message .flame_message04 {
  margin: 3em 0;
}

article.school_detail section.detail_message .flame_message04 > li {
  padding: 20px 0;
  margin-bottom: 1em;
  border-bottom: 1px solid #000;
}

article.school_detail section.detail_message .flame_message04 > li > dl dt {
  color: #ffb000;
  font-size: 1.13636rem;
  font-weight: bold;
  margin-bottom: .5em;
}

article.school_detail section.detail_message .flame_message04 > li > dl dt span {
  display: block;
  font-size: 0.90909rem;
}

article.school_detail section .movie {
  margin: 3em auto;
  text-align: center;
}

article.school_detail section .movie .title {
  text-align: center;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #ffb000;
  font-size: 1.27273rem;
  font-weight: bold;
}

article.school_detail section .movie .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

article.school_detail section .movie .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

article.school_detail section .movie .video:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

article.school_detail section .movie .gaibu .image {
  width: 100%;
  padding-top: 56.25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

article.school_detail section .movie .gaibu a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

article.school_detail section .movie .gaibu a::after {
  display: none;
}

article.school_detail section .movie .link video {
  vertical-align: top;
  width: 100%;
}

article.school_detail section .movie .flame_archive {
  max-width: 750px;
  margin: 0 auto;
}

@media all and (min-width: 940px), print {
  body.school #header .nav .school a {
    color: #ffb000;
    font-weight: bold;
  }
  article .school_index .list_school {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  article .school_index .list_school li {
    width: 30%;
    margin-bottom: 40px;
  }
  article .school_index .list_school li:not(:nth-child(3n)) {
    margin-right: 5%;
  }
  article .school_index .list_school a {
    padding-bottom: 40px;
  }
  article .school_index .list_school a:hover::after {
    width: 100%;
  }
  article .school_index .list_school .info {
    padding: 10px 0 0;
  }
  article.school_detail section.detail_message .flame_message01 {
    padding: 0 20px 120px;
  }
  article.school_detail section.detail_message .flame_message01::before {
    height: calc(100% - 106px);
  }
  article.school_detail section.detail_message .flame_message01 .box_title {
    padding-bottom: 2.5em;
    margin-bottom: 5.5em;
  }
  article.school_detail section.detail_message .flame_message01 .box_title::before, article.school_detail section.detail_message .flame_message01 .box_title::after {
    width: calc(50% - 85px);
  }
  article.school_detail section.detail_message .flame_message01 .box_title h3 {
    margin-top: -1.1em;
  }
  article.school_detail section.detail_message .flame_message01 .box_title h3::before {
    width: 90px;
    height: 80px;
  }
  article.school_detail section.detail_message .flame_message01 .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  article.school_detail section.detail_message .flame_message01 .box .image {
    width: 48%;
    margin-left: 4%;
    border-radius: 8px;
  }
  article.school_detail section.detail_message .flame_message01 .box .item {
    width: 48%;
    margin: 0;
  }
  article.school_detail section.detail_message .flame_message01 .box .item .title {
    font-size: 1.59091rem;
    padding: 0 40px;
    border-radius: 8px;
  }
  article.school_detail section.detail_message .flame_message01 .box.--text {
    display: block;
    margin-top: 4em;
  }
  article.school_detail section.detail_message .flame_message01 .box.--text .item {
    width: 100%;
  }
  article.school_detail section.detail_message .flame_message02 {
    margin: 5.5em 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  article.school_detail section.detail_message .flame_message02 > li {
    width: 50%;
  }
  article.school_detail section.detail_message .flame_message02 > li:nth-child(2n-1) {
    padding-right: 40px;
  }
  article.school_detail section.detail_message .flame_message02 > li:nth-child(2n) {
    padding-left: 40px;
    border-left: 2px solid #000;
  }
  article.school_detail section.detail_message .flame_message02 .title strong {
    font-size: 1.59091rem;
  }
  article.school_detail section.detail_message .flame_message02 .title strong span {
    font-size: 1.27273rem;
  }
  article.school_detail section.detail_message .flame_message02 .title .img {
    padding-left: 30px;
  }
  article.school_detail section.detail_message .flame_message02 .title .img img {
    height: 155px;
  }
  article.school_detail section.detail_message .flame_message03 {
    margin: 5.5em 0;
  }
  article.school_detail section.detail_message .flame_message04 {
    margin: 5em 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  article.school_detail section.detail_message .flame_message04 > li {
    width: 48%;
    padding: 20px;
  }
  article.school_detail section.detail_message .flame_message04 > li:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  article.school_detail section.detail_message .flame_message04 > li > dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  article.school_detail section.detail_message .flame_message04 > li > dl dt {
    width: 180px;
  }
  article.school_detail section.detail_message .flame_message04 > li > dl dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  article.school_detail section .movie .title {
    font-size: 1.59091rem;
  }
  article.school_detail section .movie .flame_movie {
    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;
  }
  article.school_detail section .movie .flame_movie li {
    width: 33.3%;
    padding: 1%;
  }
}

@media only screen and (max-width: 939px) {
  article .school_index .search_result .box {
    display: block !important;
    text-align: center;
  }
  article .school_index .search_result .title {
    width: 200px;
    display: block;
    margin: 0 auto 1em !important;
  }
  article .school_index .search_result .list_condition {
    width: 100% !important;
    text-align: left;
  }
  article .school_index .search_result .list_condition li {
    margin-right: 5px !important;
  }
  article .school_index .list_school {
    display: block;
  }
  article .school_index .list_school li {
    width: 100%;
  }
  article .school_index .list_school a {
    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;
  }
  article .school_index .list_school .image {
    width: 140px;
    height: 78px;
    border-radius: 4px;
    padding-top: 0;
  }
  article .school_index .list_school .info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
  }
  article.school_index .search {
    margin-top: 2em;
  }
  article.school_detail section.detail .slider_school .slider-dots-box {
    bottom: 10px;
  }
  article.school_detail section.detail .slider_school .slider-dots-box .slick-active {
    min-height: 18px;
  }
  article.school_detail section.detail .slider_school .slider-dots-box .slick-active button {
    width: 18px;
    height: 18px;
  }
  article.school_detail section.detail .slider_school .slider-dots-box .slick-active button:after {
    z-index: -1;
    background-color: #fff200;
  }
  article.school_detail section.detail .slider_school .slider-dots button {
    width: 18px;
    height: 18px;
    margin: 0 3px;
  }
  article.school_detail section.detail .slider_school .slider-dots button:after {
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    width: 12px;
    height: 12px;
  }
  article.school_detail section.detail .slider_school .slider-dots button svg {
    display: none;
  }
  article.school_detail section.detail .list_tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: .5em;
  }
  article.school_detail section.detail .list_tag li {
    width: 48%;
    padding: 0 10px;
    margin: 0 0 13px;
  }
  article.school_detail section.detail .list_tag li:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  article.school_detail section.detail_message .flame_message02 > li {
    margin-bottom: 2em;
  }
  article.school_detail section .movie .flame_movie li {
    margin-bottom: .5em;
  }
}

/* --------------------------------------------------
	14. Online
-------------------------------------------------- */
article.online .sec_online01 .first {
  margin-bottom: 3em;
}

article.online .sec_online01 .first h3.title_line {
  padding-bottom: .5em;
}

article.online .sec_online01 .first h4 {
  text-align: center;
  line-height: 1.5;
}

article.online .sec_online01 .first h4 span {
  display: block;
  font-size: 1rem;
  margin-bottom: .5em;
}

article.online .sec_online01 .first p {
  text-align: center;
  font-weight: bold;
  font-size: 1.18182rem;
}

article.online .sec_online01 .first .focus_text {
  margin: .5em auto;
  padding: 1em 2em;
}

article.online .sec_online01 .first .archive {
  text-align: center;
}

article.online .sec_online01 .first .archive .basic_btn {
  max-width: 500px;
  font-weight: bold;
  font-size: 1.27273rem;
}

article.online .sec_online01 .first .archive.--col2 {
  margin: 4rem auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 20px;
}

article.online .sec_online01 .first .archive.--col2 .col_item {
  width: 50%;
  font-weight: bold;
  font-size: 1.27273rem;
}

article.online .sec_online01 .first .archive.--col2 .col_item .basic_btn {
  display: block;
}

article.online .sec_online01 .message {
  margin: 0 auto;
  font-weight: 500;
  position: relative;
}

article.online .sec_online01 .message .asterisk {
  padding-top: 0;
}

article.online .sec_online02 {
  padding: 3em 0 8em;
  position: relative;
}

article.online .sec_online02::before, article.online .sec_online02::after {
  left: 0;
  width: 100%;
  content: "";
  z-index: -1;
  position: absolute;
  padding-top: 29.6875%;
  background: transparent no-repeat center center;
  background-size: contain;
}

article.online .sec_online02::before {
  top: 0;
  background-image: url(images/online/bg_top.png);
}

article.online .sec_online02::after {
  bottom: 0;
  background-image: url(images/online/bg_bottom.png);
}

article.online .sec_online02 .box_title {
  text-align: center;
  margin-bottom: 2.8em;
}

article.online .sec_online02 .box_title .title_line {
  display: inline-block;
}

article.online .sec_online02 .flame_schedule:not(:last-child) {
  margin-bottom: 3em;
}

article.online .sec_online02 .flame_schedule .left {
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  background-color: #fff200;
}

article.online .sec_online02 .flame_schedule .left .nb {
  width: 20px;
  max-width: 100%;
  margin: .5em auto;
}

article.online .sec_online02 .flame_schedule .left .title {
  margin-bottom: 10px;
}

article.online .sec_online02 .flame_schedule .left .title span {
  font-size: 1.22727rem;
  line-height: 1.5;
}

article.online .sec_online02 .flame_schedule .left p span {
  display: inline-block;
}

article.online .sec_online02 .flame_schedule .left p span::after {
  content: "";
  height: 1.5px;
  width: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 .5em;
  border-radius: 2px;
  background-color: #000;
}

article.online .sec_online02 .flame_schedule .right .list_link_school {
  font-weight: 500;
}

article.online .sec_online02 .flame_schedule .right .list_link_school li {
  padding-bottom: .5em;
  margin: .5em 0;
  border-bottom: 1px solid #000;
}

article.online .sec_online02 .flame_schedule .right .list_link_school p {
  font-weight: bold;
  font-size: 1.09091rem;
}

article.online .sec_online02 .flame_schedule .right .list_link_school p a {
  margin-left: 20px;
  font-weight: normal;
  font-size: 1rem;
}

article.online .sec_online02 .flame_schedule .right .list_link_school a {
  font-size: 0.90909rem;
}

article.online .sec_online02 .flame_schedule .right .list_link_school a.btn {
  position: relative;
  color: #fff;
  background-color: #00bfd3;
  padding: 5px 45px 5px 30px;
  border-radius: 8px;
  text-decoration: none;
}

article.online .sec_online02 .flame_schedule .right .list_link_school a.btn::after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  margin-top: -6px;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
}

article.online .sec_online03 {
  padding-top: 4em;
}

article.online .online0603 a.btn {
  pointer-events: none;
  background-color: #ccc !important;
}

article.online .no_link {
  pointer-events: none;
  background-color: #ccc !important;
}

article.online .online_archive .list_school {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

article.online .online_archive .list_school li span {
  line-height: 1;
  font-size: 0.875rem;
}

article.online .online_archive .list_school a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

article.online .online_archive .list_school a::after {
  display: none;
}

article.online .online_archive .list_school a:hover {
  opacity: 0.7;
}

article.online .online_archive .list_school a:hover img {
  border: 1px solid #ffb000;
}

article.online .online_archive .list_school a.basic_btn:hover {
  opacity: inherit;
}

article.online .online_archive .list_school img {
  border: 1px solid #ccc;
  margin-bottom: .5em;
}

article.online .online_archive .sec_archive02 {
  padding-top: 0;
}

article.online .online_archive .no_link {
  pointer-events: none;
}

article.online .online_archive .more {
  margin-top: 0;
}

article.online .online_archive .period {
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.75rem;
  font-size: 1rem;
}

@media all and (min-width: 940px), print {
  body.online #header .nav .online > a {
    color: #ffb000;
    font-weight: bold;
  }
  article.online .sec_online01 {
    padding: 5em 0;
  }
  article.online .sec_online02 {
    padding: 3em 0 8em;
  }
  article.online .sec_online02 .flame_schedule {
    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;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  article.online .sec_online02 .flame_schedule:not(:last-child) {
    margin-bottom: 3.7em;
  }
  article.online .sec_online02 .flame_schedule .left {
    width: 188px;
    padding: 50px 20px;
    border-radius: 8px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  article.online .sec_online02 .flame_schedule .left .title .nb {
    width: 40px;
  }
  article.online .sec_online02 .flame_schedule .left .title span {
    font-size: 1.59091rem;
  }
  article.online .sec_online02 .flame_schedule .left p span {
    display: block;
  }
  article.online .sec_online02 .flame_schedule .left p span::after {
    width: 1.5px;
    height: 16px;
    display: block;
    margin: 0 auto;
  }
  article.online .sec_online02 .flame_schedule .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 40px;
  }
  article.online .sec_online02 .flame_schedule .right .list_link_school {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  article.online .sec_online02 .flame_schedule .right .list_link_school li {
    width: 48%;
    padding-bottom: 1em;
    margin: .7em 0;
  }
  article.online .sec_online02 .flame_schedule .right .list_link_school li:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  article.online .sec_online02 .flame_schedule .right .list_link_school a {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  article.online .sec_online02 .flame_schedule .right .list_link_school a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  article.online .online_archive .list_school li {
    width: 30%;
    margin-bottom: 40px;
  }
  article.online .online_archive .list_school li:not(:nth-child(3n)) {
    margin-right: 5%;
  }
}

@media only screen and (max-width: 939px) {
  body.online #primary .page_title h2 {
    font-size: 1.27273rem;
  }
  article.online .sec_online01 .message h4 {
    margin-bottom: 2em;
  }
  article.online .sec_online01 .archive.--col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  article.online .sec_online01 .archive.--col2 .col_item {
    width: 100% !important;
  }
  article.online .online_archive .more {
    margin-bottom: 4em;
  }
  article.online .online_archive .more .basic_btn {
    max-width: inherit;
  }
  article.online .online_archive .more .basic_btn.long {
    line-height: 1.3;
  }
  article.online .online_archive .list_school li {
    width: 48%;
    margin-bottom: 30px;
  }
  article.online .online_archive .list_school li:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  article.online .online_archive .list_school li p {
    line-height: 1.2;
  }
  article.online .online_archive .period {
    font-size: 16px;
  }
}

/* --------------------------------------------------
	15. Soudan
-------------------------------------------------- */
article.soudan_index .soudan .box_table {
  position: relative;
}

article.soudan_index .soudan .box_table::before {
  content: "";
  top: -75px;
  right: 0;
  width: 75px;
  height: 75px;
  position: absolute;
  background: transparent url(images/soudan/img_counselor_girl.png) no-repeat center center;
  background-size: contain;
}

article.soudan_index .soudan .box_table .basic_ol {
  padding: 0;
}

article.soudan_index .soudan .box_table .basic_ol li {
  padding: 0 0 0 0.25em;
}

article.soudan_index .soudan .list_venue {
  margin-top: 1.5em;
}

article.soudan_index .soudan .list_venue > li {
  margin-bottom: 3em;
}

article.soudan_index .soudan .list_venue > li h5 {
  text-align: left;
}

article.soudan_index .soudan .list_venue .map {
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  margin: 0.5em 0 2em;
  height: 320px;
  overflow: hidden;
}

article.soudan_index .soudan .list_venue .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

article.soudan_index .soudan .list_venue .basic_table {
  margin-top: 1em;
  border-top: none;
}

article.soudan_index .soudan .list_venue .basic_table th {
  width: 100px;
  vertical-align: top;
  background-color: transparent;
  border-right: none;
}

article.soudan_index .soudan .list_venue .basic_table th, article.soudan_index .soudan .list_venue .basic_table td {
  padding: .5em 1em;
}

article.soudan_touroku .touroku .mail_address {
  margin: 5em auto 2em;
  max-width: 1000px;
}

article.soudan_touroku .touroku .mail_address .title {
  font-size: 1.13636rem;
  font-weight: bold;
  text-align: left;
  margin-top: 1em;
}

article.soudan_touroku .touroku .mail_address .error {
  color: #dc0000;
  font-weight: bold;
}

article.soudan_index .touroku_index h5.title_point {
  font-size: 1.27273rem;
  margin-top: 3.5em;
}

article.soudan_index .touroku_index span {
  font-weight: 500;
  display: inline-block;
}

article.soudan_index .touroku_index span.bookable {
  color: #2e3192;
}

article.soudan_index .touroku_index span.not_possible {
  color: #dc0000;
}

article.soudan_index .touroku_index .radio_item input[type="radio"] {
  position: absolute;
  padding: 0;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

article.soudan_index .touroku_index .radio_item input[disabled="disabled"] + label:before {
  background-color: #b3b3b3;
}

article.soudan_index .touroku_index .radio_item label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

article.soudan_index .touroku_index .radio_item label::before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #333;
  background-color: #fff;
  width: 20px;
  height: 20px;
  margin-bottom: 3.5px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

article.soudan_index .touroku_index .radio_item input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #ffb000;
  border-radius: 50%;
}

article.soudan_index .touroku_index table p {
  margin-bottom: .5em;
}

article.soudan_index .touroku_index .focus_text {
  margin-bottom: 6em;
  font-size: 90%;
}

article.soudan_select_school .form_step li:nth-child(2)::before {
  background-color: #ffb000;
}

article.soudan_select_school .form_step li:nth-child(2)::after {
  border-color: #ffb000;
}

article.soudan_select_school h5.title_point {
  font-size: 1.27273rem;
  margin-top: 3.5em;
}

article.soudan_select_time .form_step li:nth-child(2)::before, article.soudan_select_time .form_step li:nth-child(3)::before {
  background-color: #ffb000;
}

article.soudan_select_time .form_step li:nth-child(2)::after, article.soudan_select_time .form_step li:nth-child(3)::after {
  border-color: #ffb000;
}

article.soudan_select_time h5.title_point {
  font-size: 1.27273rem;
  margin: 2em 0 0;
}

article.soudan_form .form_step li:nth-child(2)::before, article.soudan_form .form_step li:nth-child(3)::before, article.soudan_form .form_step li:nth-child(4)::before {
  background-color: #ffb000;
}

article.soudan_form .form_step li:nth-child(2)::after, article.soudan_form .form_step li:nth-child(3)::after, article.soudan_form .form_step li:nth-child(4)::after {
  border-color: #ffb000;
}

article.soudan_confirm .form_step li:nth-child(2)::before, article.soudan_confirm .form_step li:nth-child(3)::before, article.soudan_confirm .form_step li:nth-child(4)::before, article.soudan_confirm .form_step li:nth-child(5)::before {
  background-color: #ffb000;
}

article.soudan_confirm .form_step li:nth-child(2)::after, article.soudan_confirm .form_step li:nth-child(3)::after, article.soudan_confirm .form_step li:nth-child(4)::after, article.soudan_confirm .form_step li:nth-child(5)::after {
  border-color: #ffb000;
}

article.soudan_complete .form_step li:nth-child(2)::before, article.soudan_complete .form_step li:nth-child(3)::before, article.soudan_complete .form_step li:nth-child(4)::before, article.soudan_complete .form_step li:nth-child(5)::before, article.soudan_complete .form_step li:nth-child(6)::before {
  background-color: #ffb000;
}

article.soudan_complete .form_step li:nth-child(2)::after, article.soudan_complete .form_step li:nth-child(3)::after, article.soudan_complete .form_step li:nth-child(4)::after, article.soudan_complete .form_step li:nth-child(5)::after, article.soudan_complete .form_step li:nth-child(6)::after {
  border-color: #ffb000;
}

article .cancel_confirm .form_step li:nth-child(3)::before {
  background-color: #b3b3b3;
}

article .cancel_confirm .form_step li:nth-child(3)::after {
  border-color: #b3b3b3;
}

article .cancel_confirm .form dl dd {
  padding-left: 20px;
}

article .cancel_complete .form_step li:nth-child(2)::before, article .cancel_complete .form_step li:nth-child(3)::before {
  background-color: #ffb000;
}

article .cancel_complete .form_step li:nth-child(2)::after, article .cancel_complete .form_step li:nth-child(3)::after {
  border-color: #ffb000;
}

@media all and (min-width: 940px), print {
  body.soudan #header .nav .touroku > a {
    color: #ffb000;
    font-weight: bold;
  }
  article.soudan_index .soudan .box_table::before {
    top: -175px;
    right: 64px;
    width: 175px;
    height: 175px;
  }
  article.soudan_index .soudan .box_table .basic_table th {
    padding: .5em 2.2em;
    border-right: 1px solid #000;
  }
  article.soudan_index .soudan .box_table .basic_table td {
    padding: .5em 2.8em;
  }
  article.soudan_index .soudan .list_venue {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  article.soudan_index .soudan .list_venue > li {
    width: 48%;
    margin-bottom: 2.5em;
  }
  article.soudan_index .soudan .list_venue > li:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  article.soudan_index .soudan .list_venue .map {
    border-radius: 8px;
  }
  article.soudan_index .touroku_index .simple_table th {
    width: 160px;
    padding-left: 20px;
    padding-right: 0;
  }
  article.soudan_select_time .form .check.col3 .checkbox_item {
    margin: .5em 0;
  }
}

@media only screen and (max-width: 939px) {
  article.soudan_index .touroku_index .radio_item input:checked + label:after {
    top: 5px;
  }
}

/* --------------------------------------------------
	16. Form
-------------------------------------------------- */
article section .form_step {
  margin: 0 auto;
  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;
}

article section .form_step li {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  position: relative;
  width: 40px;
  height: 40px;
}

article section .form_step li::after {
  content: "";
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  border: 10px solid #b3b3b3;
}

article section .form_step li:not(:first-child) {
  width: 120px;
}

article section .form_step li:not(:first-child)::before {
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  top: 50%;
  z-index: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  background-color: #b3b3b3;
}

article section .form_step li:nth-child(1)::after {
  border-color: #ffb000;
}

article section .form {
  margin: 0 auto;
  max-width: 1000px;
}

article section .form dl {
  margin-bottom: 4.5em;
}

article section .form dl dt {
  background-color: #fff;
  font-weight: bold;
  font-size: 1.13636rem;
}

article section .form dl dt .essential {
  background-color: #dc0000;
  padding: 0.1em .5em;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  margin-left: 1em;
  vertical-align: middle;
}

article section .form dl dt .auto {
  background-color: #2800dc;
  padding: 0.1em .5em;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  margin-left: 1em;
  vertical-align: middle;
}

article section .form dl dd {
  margin-bottom: 3em;
  padding: .5em 0;
}

article section .form dl dd a[target="_blank"]::after {
  width: 20px;
  height: 20px;
}

article section .form dl dd a[href*=".pdf"]::after {
  width: 30px;
  height: 20px;
}

article section .form dl dd.dd_col2 input[type="text"] {
  width: calc(48.6% - 4px);
}

article section .form dl dd.dd_col2 input[type="text"]:nth-child(2) {
  margin-left: 2.8%;
}

article section .form dl dd.dd_col2 input[type="text"].w100 {
  width: 100%;
  margin-left: 0;
  margin-top: 20px;
}

article section .form dl dd.addres input[type="tel"] {
  width: 200px;
}

article section .form dl dd.addres.td_col2 input[type="tel"] {
  width: 100px;
}

article section .form dl dd.addres.td_col2 input[type="tel"]:nth-child(2) {
  width: 150px;
}

article section .form dl dd.addres .auto_addres {
  border: 1px solid #999;
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 4px;
  cursor: pointer;
}

article section .form dl dd.policy a {
  text-decoration: underline;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

article section .form dl dd.policy a:hover {
  text-decoration: none;
}

article section .form dl dd.radio .radio_item {
  display: inline-block;
}

article section .form dl dd.select .select_item {
  width: 300px;
}

article section .form dl dd.error input,
article section .form dl dd.error textarea,
article section .form dl dd.error select {
  border-color: #dc0000;
}

article section .form dl dd.error p {
  color: #dc0000;
  padding-left: 20px;
}

article section .form dl.w100 dt, article section .form dl.w100 dd {
  display: block;
  width: 100%;
}

article section .form .check .checkbox_item {
  display: block;
  position: relative;
}

article section .form .check .checkbox_item:not(:last-child) {
  margin-bottom: .3em;
}

article section .form .check .checkbox_item input[type="checkbox"] {
  position: absolute;
  padding: 0;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

article section .form .check .checkbox_item input[disabled="disabled"] + label:before {
  background-color: #b3b3b3;
}

article section .form .check .checkbox_item label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

article section .form .check .checkbox_item label::before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #000;
  background-color: #fff;
  width: 24px;
  height: 24px;
  margin-bottom: 3.5px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;
}

article section .form .check .checkbox_item input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 8px;
  width: 8px;
  height: 15px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

article section .form .check.col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

article section .form .check.col3 .radio_item,
article section .form .check.col3 .checkbox_item {
  margin: 0.75em 0 0;
}

article section .form_message {
  margin: 5.4em 0 4.4em;
  text-align: center;
}

article section .form_message .title {
  font-size: 2.04545rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: .2em;
}

article section .form_message .title::before {
  content: "";
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto 1.3em;
  border-radius: 50%;
  background: #fff200 url(images/soudan/icon_check.png) no-repeat center center;
  background-size: contain;
}

article section .box_btn {
  position: relative;
}

article section .box_btn .link .basic_btn::before {
  background-color: #f8f8f8;
}

@media all and (min-width: 940px), print {
  article section .form .check.col3 .radio_item,
  article section .form .check.col3 .checkbox_item {
    width: 28%;
  }
  article section .form .check.col3 .radio_item:not(:nth-child(3n)),
  article section .form .check.col3 .checkbox_item:not(:nth-child(3n)) {
    margin-right: 8%;
  }
  article section .box_btn {
    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;
    gap: 20px;
  }
  article section .box_btn .basic_btn {
    width: 360px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 939px) {
  article section .form_step li {
    width: 20px;
    height: 20px;
  }
  article section .form_step li::after {
    width: 20px;
    height: 20px;
    border-width: 5px;
  }
  article section .form_step li:not(:first-child) {
    width: 60px;
  }
  article section .form_step li:not(:first-child)::before {
    height: 2px;
  }
  article section .form dl dt .essential, article section .form dl dt .auto {
    font-size: 0.81818rem;
  }
  article section .form dl dd {
    margin-bottom: 1em;
  }
  article section .form .check.col3 .checkbox_item {
    margin: .5em 0;
    display: block;
    width: 100%;
  }
  article section .form .check.col3 .checkbox_item input:checked + label:after {
    top: 2.5px;
    left: 8px;
  }
  article section .box_btn li {
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 2em;
  }
  article section .box_btn .link .basic_btn {
    font-size: 0.875rem;
  }
}

/* --------------------------------------------------
	18. Faq
-------------------------------------------------- */
article.online_faq .list_anc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.5%;
}

article.online_faq .list_anc li a {
  display: block;
  border: 1px solid #00bfd3;
  padding: 5px;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  color: black;
  text-decoration: none;
}

article.online_faq .school {
  margin-bottom: 5em;
}

article.online_faq .title {
  position: relative;
  background-color: #ffb000;
  padding: .25em .75em;
  color: #fff;
  font-weight: bold;
  font-size: 1.375rem;
}

article.online_faq .title a {
  position: absolute;
  right: .75em;
  top: 1em;
  font-size: .875rem;
  padding-right: 1.5em;
  color: #fff;
  text-decoration: none;
}

article.online_faq .title a::after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  margin-top: -8px;
  right: .5em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
}

article.online_faq .title a:hover {
  opacity: 0.7;
}

article.online_faq dl {
  margin: 1em auto;
  padding: 1em;
  background: #fffcf4;
  border-radius: 10px;
}

article.online_faq dl dt, article.online_faq dl dd {
  padding-left: 2em;
  position: relative;
}

article.online_faq dl dt::before, article.online_faq dl dd::before {
  position: absolute;
  content: 'Q';
  display: block;
  top: .25rem;
  left: .5em;
  font-size: 1.25rem;
  font-weight: bold;
  color: #be2626;
  line-height: 1.2;
}

article.online_faq dl dt {
  font-weight: bold;
  border-bottom: 1px dotted #f7880a;
  padding-bottom: .25em;
}

article.online_faq dl dd {
  margin-top: .5em;
  font-weight: 500;
}

article.online_faq dl dd::before {
  content: 'A';
  color: #114992;
}

@media all and (min-width: 940px), print {
  body.online_faq #header .nav .faq > a {
    color: #ffb000;
    font-weight: bold;
  }
  article.online_faq .list_anc li {
    width: 23%;
    margin-bottom: 1%;
  }
  article.online_faq .list_anc li a:hover {
    background-color: #00bfd3;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media only screen and (max-width: 939px) {
  body.online_faq .page_title h2 strong {
    line-height: 1.2;
  }
  article.online_faq .list_anc li {
    width: 48%;
    margin-bottom: 1.5%;
  }
  article.online_faq .list_anc li a {
    font-size: .875rem;
  }
  article.online_faq .title a {
    display: block;
    max-width: 135px;
    padding-right: 1em;
    position: relative;
    top: auto;
    right: auto;
  }
  article.online_faq .title a::after {
    margin-top: 0;
    top: 10px;
    border-width: 4px 0 4px 6px;
  }
  article.online_faq dl {
    padding: .75em;
  }
  article.online_faq dl dt, article.online_faq dl dd {
    padding-left: 1.5em;
    position: relative;
  }
  article.online_faq dl dt::before, article.online_faq dl dd::before {
    font-size: 1.125rem;
    left: .25em;
  }
  article.online_faq dl dt {
    font-weight: bold;
    border-bottom: 1px dotted #f7880a;
    padding-bottom: .25em;
  }
  article.online_faq dl dd {
    margin-top: .5em;
    font-weight: 500;
  }
  article.online_faq dl dd::before {
    content: 'A';
    color: #114992;
  }
}

/* --------------------------------------------------
	19. Choose
-------------------------------------------------- */
article.choose {
  font-weight: 500;
  /* ボタン */
  /* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
}

article.choose h4 {
  margin: 0 auto 1em;
  font-size: 1.18182rem;
  text-align: left;
  border-bottom: 1px solid #ffb000;
  line-height: 1.5;
}

article.choose h4 span {
  background-color: #ffb000;
  color: #fff;
  padding: .25em .5em;
  margin-right: .5em;
  font-size: 0.95455rem;
}

article.choose .anc_btn {
  display: block;
  text-align: right;
}

article.choose .anc_btn span {
  border-radius: 5px;
  background-color: #00bfd3;
  border: 1px solid #00bfd3;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  font-size: 0.675rem;
  margin: auto;
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-transition: all .1s;
  transition: all .1s;
  z-index: 1;
}

article.choose .anc_btn:hover span {
  background-color: #fff;
  color: #00bfd3;
}

article.choose .comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 90%;
  margin-bottom: 1em;
}

article.choose .comment .img {
  max-width: 150px;
  width: 10%;
}

article.choose .comment .text {
  max-width: calc(100% - 150px - 4%);
  margin: 0 2%;
  padding: 2% 4%;
  background-color: #eef8ec;
  border-radius: 10px;
}

article.choose .comment.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-right: 0;
  margin-left: auto;
}

article.choose .comment.--reverse .text {
  background-color: #fffbf1;
}

article.choose .comment.--mb_0 {
  margin-bottom: 0;
}

article.choose .accordion {
  position: relative;
  background-color: #fff;
  margin: .25em auto 1em;
}

article.choose .accordion .comment {
  margin-top: 40px;
}

article.choose .accordion-btn {
  background-color: #00bfd3;
  border: 1px solid #00bfd3;
  top: 0;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  font-size: 0.675rem;
  position: absolute;
  right: 0;
  margin: auto;
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-transition: all .1s;
  transition: all .1s;
  z-index: 1;
  border-radius: 5px;
}

article.choose .accordion-btn::after {
  content: "続きを読む";
}

article.choose .accordion-btn:hover {
  background-color: #fff;
  color: #00bfd3;
}

article.choose .accordion-text {
  overflow: hidden;
  position: relative;
}

article.choose .accordion-text.is-hide {
  height: 35px;
  /* 最初に見えてるテキストエリアの高さ */
}

article.choose .accordion-text::before {
  background: #fff;
  content: "";
  height: 35px;
  /* 隠す高さ */
  position: absolute;
  width: 100%;
}

article.choose .accordion-btn.is-show::after {
  content: "閉じる";
}

article.choose .accordion-btn.is-show + .accordion-text::before {
  display: none;
}

article.choose .miryoku .accordion-btn {
  left: 12%;
  right: inherit;
}

@media all and (min-width: 940px), print {
  body.choose #header .nav .choose > a {
    color: #ffb000;
    font-weight: bold;
  }
  article.choose .basic_table th, article.choose .basic_table td {
    width: 50%;
  }
}

@media only screen and (max-width: 939px) {
  article.choose h4 {
    margin: 0 auto 1em;
    font-size: 1.18182rem;
    text-align: left;
    border-bottom: 1px solid #ffb000;
    line-height: 1.5;
  }
  article.choose h4 span {
    display: block;
    max-width: 80px;
    text-align: center;
    font-size: 0.81818rem;
  }
  article.choose .comment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: 1em;
  }
  article.choose .comment .img {
    max-width: 80px;
    min-width: 60px;
    width: 10%;
  }
  article.choose .comment .text {
    max-width: 86%;
  }
}

/* --------------------------------------------------
	20. Trial_admission
-------------------------------------------------- */
article.trial .basic_table th, article.trial .basic_table td {
  padding: 0.5em 1em;
}

article.trial .basic_table th:last-child {
  border-right: none;
}

article.trial .basic_table td:last-child {
  text-align: center;
}

@media all and (min-width: 940px), print {
  body.trial #header .nav .trial > a {
    color: #ffb000;
    font-weight: bold;
  }
}

@media only screen and (max-width: 1159px) {
  article.trial .table_scroll {
    overflow-x: scroll;
  }
  article.trial .table_scroll .basic_table {
    min-width: 600px;
  }
}

@media only screen and (max-width: 939px) {
  body.trial #primary .page_title h2 {
    font-size: 1.27273rem;
  }
  article.trial .basic_table th, article.trial .basic_table td {
    padding: 0.5em;
    font-size: 0.90909rem;
  }
  article.trial .basic_table th:first-child {
    width: 125px;
  }
}

/* --------------------------------------------------
	21. Other
-------------------------------------------------- */
article.other .other__title {
  font-size: 50px;
  margin-bottom: 1.5em;
  text-decoration: underline;
  text-underline-offset: 0.5em;
  -webkit-text-decoration-color: #ffb000;
  text-decoration-color: #ffb000;
  text-decoration-thickness: 0.15em;
  font-family: 'Mochiy Pop One', sans-serif;
  text-shadow: 0px 0px 5px #fff82b;
  font-weight: 500;
}

article.other .other__title::after {
  display: none;
}

@media (max-width: 768px) {
  article.other .other__title {
    font-size: 33px;
  }
}

article.other .conditions__head {
  color: #1a0b05;
  font-weight: 700;
}

article.other .conditions__head span {
  background-color: #ffb000;
  color: #fff;
  padding: .25em .5em;
  margin-right: .5em;
  font-size: 0.95455rem;
}

article.other .conditions .basic_ul li + li {
  margin-top: 0;
}

article.other .basic_table {
  margin: 1em auto;
}

article.other .basic_table th,
article.other .basic_table td {
  padding: 0.5em 1em;
}

article.other .basic_table th {
  background-color: #f9f9f9;
  color: #000;
}

article.other .basic_table th:last-child {
  border-right: none;
}

article.other .basic_table td {
  text-align: left;
}

article.other .basic_table td:last-child {
  text-align: left;
}

article.other input[type="radio"] + label,
article.other input[type="checkbox"] + label {
  cursor: default;
}

article.other .transport_box {
  margin-top: 5em;
}

article.other .basic_table {
  max-width: 1000px;
}

article.other .basic_ul li + li {
  margin-top: 0.5em;
}

article.other .foucs_box {
  margin-top: 1em;
  margin-inline: auto;
  border: 1.5px solid #ffb000;
  background-color: #fff;
}

article.other .transport_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

article.other .transport_info + .transport_info {
  margin-top: 0.3em;
}

article.other .transport_type-wide {
  width: 132px;
}

article.other .like_saga {
  margin-top: 5em;
}

article.other .like_saga_box {
  text-align: center;
  margin-top: 1em;
}

article.other .like_saga_box a:hover {
  opacity: 0.8;
}

article.other .like_saga_box a::after {
  display: none;
}

article.other .area_box {
  margin-top: 3em;
}

article.other .area_box .area_link {
  width: 100%;
  font-weight: 500;
  display: block;
  border-radius: 2em;
  text-align: center;
  background-color: #e6e6e6;
  padding: 0 8px 0 2px;
  cursor: pointer;
  color: #000;
  text-decoration: none;
}

article.other .area_box .area_link:hover {
  opacity: 0.8;
}

article.other .area_box .area_link.--blue {
  background-color: #97BEDF;
}

article.other .area_box .area_link.--red {
  background-color: #F4BBA7;
}

article.other .area_box .area_link.--yellow {
  background-color: #F5E3A1;
}

article.other .area_box .area_link.--green {
  background-color: #BCDCB3;
}

article.other .area_box .list_select {
  margin-bottom: 0;
}

article.other .area_box .list_select:not(:last-child) {
  margin-bottom: 1em;
}

article.other .traffic_access {
  margin-top: 2em;
  background-color: #fffae3;
  padding: 2em 1em;
  font-size: 1.1em;
}

article.other .traffic_access__inner {
  max-width: 860px;
  margin-inline: auto;
}

article.other .traffic_access__route {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5em;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

article.other .traffic_access__route:not(:last-child) {
  margin-bottom: 2em;
}

article.other .traffic_access__route-destination {
  text-align: center;
  border-radius: 0.5em;
  padding: 0.1em 1em;
  width: 380px;
  color: #333333;
  font-weight: bold;
}

article.other .traffic_access__route-destination.--blue {
  background-color: #97BEDF;
  /* より明るい青 */
}

article.other .traffic_access__route-destination.--red {
  background-color: #F4BBA7;
  /* より濃いピンク */
}

article.other .traffic_access__route-destination.--yellow {
  background-color: #F5E3A1;
}

article.other .traffic_access__route-destination.--green {
  background-color: #BCDCB3;
  /* より濃い緑 */
}

article.other .traffic_access__route-departures {
  width: 100%;
}

article.other .traffic_access__route-departures-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

article.other .traffic_access__route-departures-item:not(:last-child) {
  margin-bottom: 12px;
}

article.other .traffic_access__route-departures-from {
  width: 310px;
  margin-right: 1.5em;
}

article.other .traffic_access__route-departures-time {
  color: #fff;
  font-weight: bold;
  width: 153px;
  margin-right: 1.5em;
  padding: 0.1em 1em;
  border-radius: 0.5em;
  text-align: center;
}

article.other .traffic_access__route-departures-time.--blue {
  background-color: #185e99;
}

article.other .traffic_access__route-departures-time.--red {
  background-color: #f15a24e6;
}

article.other .traffic_access__route-departures-time.--yellow {
  background-color: #b18b00;
}

article.other .traffic_access__route-departures-time.--green {
  background-color: #0b6359d1;
}

article.other .traffic_access__route-departures-note {
  margin-left: 1em;
  text-indent: -1em;
}

article.other .traffic_access__note {
  margin-top: 0.5em;
  text-align: start;
  font-size: 0.8em;
}

article.other .transport_box {
  margin-top: 2em;
}

article.other .transport_box .foucs_box {
  max-width: 1100px;
  padding: 1em 2em;
  border-radius: 8px;
}

@media all and (min-width: 940px), print {
  body.other #header .nav .other > a {
    color: #ffb000;
    font-weight: bold;
  }
}

@media only screen and (max-width: 1159px) {
  article.other .table_scroll {
    overflow-x: scroll;
  }
  article.other .table_scroll .basic_table {
    min-width: 600px;
  }
}

@media only screen and (max-width: 939px) {
  body.other #primary .page_title h2 {
    font-size: 1.27273rem;
  }
  article.other .basic_table th,
  article.other .basic_table td {
    padding: 0.5em;
    font-size: 0.90909rem;
  }
  article.other .basic_table th:first-child {
    width: 125px;
  }
  article.other .transport_boxes {
    padding: 1.5em 0;
  }
  article.other .transport_boxes .transport_box .foucs_box {
    padding: 20px;
    border-left: none;
    border-right: none;
  }
  article.other .transport_boxes .transport_box .foucs_box:not(:last-child) {
    margin-bottom: 1.5em;
  }
  article.other .transport_boxes .transport_box .foucs_box dt {
    text-align: center;
  }
  article.other .transport_boxes .transport_box .transport_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  article.other.other .table_scroll {
    overflow-x: scroll;
  }
  article.other.other .table_scroll .basic_table {
    min-width: 600px;
  }
  article.other.other .traffic_access {
    background-color: #fffae3;
    padding: 1em 0.6em;
    font-size: 1em;
  }
  article.other.other .traffic_access__inner {
    max-width: 530px;
  }
  article.other.other .traffic_access__route {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  article.other.other .traffic_access__route:not(:last-child) {
    margin-bottom: 2em;
  }
  article.other.other .traffic_access__route-destination {
    border-radius: 0.5em;
    min-width: 180px;
    max-width: 240px;
    width: 50%;
  }
  article.other.other .traffic_access__route-departures-item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  article.other.other .traffic_access__route-departures-item:not(:last-child) {
    margin-bottom: 18px;
  }
  article.other.other .traffic_access__route-departures-from {
    width: 100%;
    max-width: 310px;
    min-width: 185px;
    margin-right: 0.8em;
  }
  article.other.other .traffic_access__route-departures-time {
    width: 100%;
    max-width: 180px;
    margin-right: 0.8em;
    padding: 0.2em 1em;
    border-radius: 0.5em;
    font-weight: normal;
  }
  article.other.other .traffic_access__route-departures-note {
    width: 100%;
    font-size: 0.8em;
  }
  article.other.other .like_saga {
    margin-top: 2em;
  }
}

/* --------------------------------------------------
	96. Print
-------------------------------------------------- */
@media print {
  * {
    -webkit-print-color-adjust: exact !important;
  }
  body {
    zoom: .8;
  }
  #header {
    position: absolute !important;
  }
}

/* --------------------------------------------------
	98. slick
-------------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track::before, .slick-track::after {
  content: "";
  display: table;
}

.slick-track::after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 10px;
}

.slick-prev,
.slick-next {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 32%;
  padding: 0;
  line-height: 0;
  border: none;
  outline: none;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 1;
  opacity: .8;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev::before,
.slick-next::before {
  position: absolute;
  top: 20px;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  opacity: .75;
}

.slick-prev {
  left: 30px;
}

.slick-prev::before {
  left: 20px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slick-next {
  right: 30px;
}

.slick-next::before {
  left: 15px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slick-dots {
  position: absolute;
  left: inherit;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  bottom: 20px;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  z-index: 3;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  width: 15px;
  height: 15px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover::before, .slick-dots li button:focus::before {
  background-color: #000;
}

.slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #afafaf;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button::before {
  background-color: #000;
}
