@charset "UTF-8";
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

a,
address,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
caption,
center,
cite,
code,
dd,
details,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
i,
iframe,
img,
input,
label,
li,
main,
mark,
menu,
nav,
ol,
p,
pre,
q,
s,
section,
select,
small,
span,
strong,
summary,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
u,
ul,
video {
  margin: 0;
  padding: 0;
  font-size: inherit;
  box-sizing: border-box;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

ol,
ul {
  list-style: none;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

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

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

button,
input,
select {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

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

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

[type="search"] {
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

blockquote,
q {
  quotes: none;
}

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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

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

blockquote,
q {
  quotes: "" "";
}

a img {
  border: 0;
}

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

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

body {
  font-size: 14px;
  line-height: 1.6;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #666666;
  font-weight: 500;
}

.inner {
  margin: 0 auto;
  width: 1100px;
  max-width: 90%;
}

/* リンク設定
------------------------------------------------------------*/
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font-weight: bold;
  color: #008cbf;
}

a:hover, a:active {
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  outline: none;
  opacity: 0.8;
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.arrow::beofore, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrow_right::before {
  left: 3px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow_bottom::before {
  left: 20px;
  left: auto;
  width: 8px;
  height: 8px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* Clearfix
------------------------------------------------------------*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

nav .panel:after,
#mainNav:after,
.newsTitle:after,
.bg:after,
.post:after {
  content: "";
  display: table;
  clear: both;
}

nav .panel,
#mainNav,
.newsTitle,
.bg,
.post {
  zoom: 1;
}

/* ヘッダー
------------------------------------------------------------*/
#header {
  background: #FFF;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}

#header .header_ttl_txt {
  background: url("/assets/img/bg.png") repeat top left;
}

#header .header_ttl_txt .inner {
  padding: 8px 0;
  font-size: 12px;
}

#header .logo {
  position: relative;
  width: 30%;
  float: left;
}

@media screen and (max-width: 768px) {
  #header .logo {
    width: 50%;
  }
}

.drawer #header .logo {
  width: auto;
}

#header .logo img {
  max-width: 100%;
}

.drawer #header .logo img {
  width: auto;
}

#header .pnav ul {
  position: relative;
  float: right;
  margin-top: 10px;
}

#header .pnav li {
  font-weight: bold;
  display: inline;
  margin-left: 20px;
  font-size: 90%;
}

#header .pnav a {
  padding-left: 5px;
  color: #666666;
}

#header .pnav a:hover {
  opacity: 0.8;
}

@media only screen and (min-width: 1000px) {
  #header .inner {
    padding: 20px 0;
  }
  #header nav#mainnav {
    position: relative;
  }
  #header nav#mainnav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #header nav#mainnav ul li {
    float: left;
  }
  #header nav#mainnav ul li a {
    display: block;
    text-align: center;
    padding: 8px 24px;
    font-size: 120%;
    font-weight: bold;
    color: #666666;
    position: relative;
  }
  #header nav#mainnav ul li a:hover span, #header nav#mainnav ul li a:hover {
    opacity: 0.8;
  }
  #header nav#mainnav ul li a:after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #CCC;
  }
  #header nav#mainnav ul li a span,
  #header nav#mainnav ul li a strong {
    display: block;
    font-size: 90%;
    line-height: 1.7;
  }
  #header nav#mainnav ul li a span {
    font-size: 70%;
  }
  #header nav#mainnav ul li ul {
    width: 160px;
    border-top: 0;
    display: none;
  }
  #header nav#mainnav ul li ul li {
    background: #2e2e2e;
    border-bottom: 1px solid #505050;
    float: none;
    width: 160px;
    height: 40px;
    line-height: 40px;
    margin: 0;
  }
  #header nav#mainnav ul li ul li:last-child {
    border: 0;
  }
  #header nav#mainnav ul li ul li a {
    width: 100%;
    height: 40px;
    padding: 0;
    line-height: 40px;
    font-size: 95%;
    color: #FFF;
  }
  #header nav#mainnav ul li ul li a:hover {
    opacity: 0.8;
  }
  #header nav#mainnav ul li:hover ul {
    display: block;
    position: absolute;
    top: 65px;
    text-align: center;
    z-index: 500;
  }
  #header div.panel {
    display: block !important;
  }
  #header a#menu {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  #header {
    width: 100%;
    z-index: 500;
  }
  #header .headerWrap {
    position: relative;
    width: 100%;
    height: 60px;
    background: #ffffff;
    border-bottom: 1px solid #cccccc;
  }
  #header .headerWrap .logo {
    padding: 10px 0 0 10px;
  }
  #header .headerWrap .logo img {
    max-height: 40px;
    width: auto !important;
  }
  .inner {
    padding: 0;
    position: relative;
    max-width: 95%;
  }
  #header .pnav ul {
    display: none;
  }
  a#menu {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
  }
  .menuBtnTxt {
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 11px;
    color: #adadad;
  }
  #menuBtn {
    display: block;
    position: absolute;
    top: 20px;
    right: 15px;
    width: 30px;
    height: 3px;
    margin: -1px 0 0 -7px;
    background: #000;
    transition: .2s;
  }
  #menuBtn:before,
  #menuBtn:after {
    display: block;
    content: "";
    position: absolute;
    top: 20%;
    left: 0;
    width: 30px;
    height: 3px;
    background: #000;
    transition: .3s;
  }
  #menuBtn:before {
    margin-top: -9px;
  }
  #menuBtn:after {
    margin-top: 7px;
  }
  a#menu .close {
    background: transparent;
  }
  a#menu .close:before,
  a#menu .close:after {
    margin-top: 0;
  }
  a#menu .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  a#menu .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  .panel {
    width: 100%;
    display: none;
    overflow: hidden;
    position: relative;
    left: 0;
    top: -5px;
    z-index: 100;
  }
  #mainnav {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: right;
    z-index: 500;
  }
  #mainnav ul {
    background: #2e2e2e;
    text-align: left;
  }
  #mainnav ul li a {
    position: relative;
    display: block;
    padding: 12px 25px;
    border-bottom: 1px solid #505050;
    color: #FFF;
    font-weight: bold;
  }
  #mainnav ul li a span {
    display: none;
  }
  #mainnav ul li li {
    border: 0;
  }
  #mainnav ul li li a {
    padding-left: 40px;
  }
}

/* フッター
------------------------------------------------------------*/
#footer {
  clear: both;
  background: #2e2e2e;
  color: #FFF;
}

#footer .footer_info {
  padding: 20px 0;
}

#footer .footer_info ul {
  text-align: center;
  padding-bottom: 10px;
}

#footer .footer_info li {
  display: inline-block;
  vertical-align: text-top;
  padding: 0 20px;
}

#footer .footer_info li a {
  font-weight: bold;
  display: block;
  overflow: hidden;
  color: #FFF;
}

#footer .footer_info li a:hover {
  opacity: 0.8;
}

#footer .footer_info li li {
  display: block;
  padding: 0;
}

@media only screen and (max-width: 1000px) {
  #footer {
    margin: 0;
    border: 0;
    text-align: center;
  }
  #footer ul {
    text-align: center;
  }
  #footer li {
    margin-right: 20px;
  }
}

#copyright {
  clear: both;
  padding: 20px;
  text-align: center;
  font-size: 75%;
  zoom: 1;
  border-top: 1px solid #505050;
}

#copyright a {
  color: #FFF;
}

/* 共通部品
------------------------------------------------------------*/
.center {
  text-align: center;
}

.clearfix .fl {
  width: 58%;
  float: left;
}

.clearfix .fl img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .clearfix .fl {
    width: 100%;
    float: none;
  }
}

.clearfix .fr {
  width: 40%;
  float: right;
}

.clearfix .fr img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .clearfix .fr {
    width: 100%;
    float: none;
  }
}

.ttl_txt {
  font-size: 28px;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .ttl_txt {
    font-size: 21px;
  }
}

.ttl_txt .small {
  font-size: 18px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .ttl_txt .small {
    font-size: 16px;
  }
}

.ttl_txt .en {
  font-size: 14px;
  display: block;
}

.ttl_block {
  background: #78000a;
  color: #FFF;
  margin-bottom: 24px;
  padding: 8px 16px;
  font-size: 21px;
}

.ttl_line {
  display: flex;
  align-items: center;
  font-size: 28px;
  letter-spacing: 2px;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 768px) {
  .ttl_line {
    font-size: 21px;
  }
}

.ttl_line::before, .ttl_line::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #666666;
  display: block;
}

.ttl_line::before {
  margin-right: 1em;
}

.ttl_line::after {
  margin-left: 1em;
}

.ttl_point {
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 1.5;
  padding-top: 40px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .ttl_point {
    font-size: 18px;
  }
}

.ttl_point::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  background: url("/assets/img/icon_point.svg") no-repeat top center;
  background-size: contain;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.page_sec {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .page_sec {
    padding: 40px 0;
  }
}

iframe {
  vertical-align: bottom;
}

.post-content {
  padding-top: 160px;
}

.post-content #about,
.post-content #curriculum,
.post-content #access,
.post-content #contact {
  margin-top: -160px;
  padding-top: 160px;
}

.point_flower {
  position: relative;
}

.point_flower::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/assets/img/icon_flower.svg) no-repeat center center;
  background-size: contain;
  margin-right: 8px;
}

.point_circle::before {
  content: "●";
  display: inline-block;
  color: #c3a93e;
  margin-right: 8px;
}

/* トップページ
------------------------------------------------------------*/
#kyoukai_mainImg img {
  width: 100%;
  height: auto;
}

.top_about {
  background: #FFF;
}

.top_about .ttl_small {
  font-size: 18px;
  margin: 2em 0 0.5em;
}

.top_carr {
  background: url("/assets/img/bg.png") repeat top left;
}

.top_carr .box_carr {
  background: #FFF;
  padding: 60px;
  margin: 16px 0;
}

@media screen and (max-width: 768px) {
  .top_carr .box_carr {
    padding: 24px;
  }
}

.top_carr .box_carr .ttl {
  font-size: 24px;
  margin-bottom: 24px;
}

.top_carr .box_carr .ttl .small {
  font-size: 18px;
}

.top_carr .box_carr .maru {
  color: #fff;
  background-color: #c3a93e;
  padding: 0;
  margin: 0;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
}

.top_carr .box_carr ul {
  margin: 24px 0;
}

.top_carr .box_carr ul li {
  padding: 16px 0;
  border-bottom: 1px solid #CCC;
  font-size: 18px;
}

.top_carr .box_carr ul li:first-child {
  border-top: 1px solid #CCC;
}

.top_carr .box_carr ul li .small {
  font-size: 14px;
}

.top_carr .box_carr dl {
  display: table;
  line-height: 2em;
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #CCC;
  padding: 16px 0;
  margin: 0;
}

.top_carr .box_carr dl.first {
  border-top: 1px solid #CCC;
}

.top_carr .box_carr dl dt,
.top_carr .box_carr dl dd {
  display: table-cell;
  vertical-align: top;
}

.top_carr .box_carr dl dt {
  width: 30%;
  position: relative;
  font-size: 18px;
}

.top_carr .box_carr dl dd {
  padding: 0 0 0 30px;
  line-height: 1.8em;
}

.subnav_carr ul {
  text-align: center;
  margin: 24px 0;
}

.subnav_carr ul li {
  display: inline-block;
  margin: 2px;
}

.subnav_carr ul li a {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background: #c3a93e;
  color: #FFF;
  text-decoration: none;
}

.top_access .ttl_txt {
  margin-bottom: 24px;
}

.contact {
  background: #c3a93e;
  text-align: center;
}

.contact .box_contact {
  background: #FFF;
  padding: 60px;
  max-width: 700px;
  margin: 0 auto;
}

.contact .box_contact .tel {
  font-size: 32px;
}

.contact .box_contact .tel .small {
  font-size: 18px;
}

.contact .box_contact .ttl_txt {
  margin-bottom: 24px;
}

.contact .box_contact .ttl_mail {
  font-size: 21px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #CCC;
}

.top_data {
  margin: 0 auto;
  max-width: 900px;
}

.top_nittei {
  margin: 40px auto;
  max-width: 900px;
}

.top_nittei .ttl {
  font-size: 18px;
  margin-bottom: 16px;
}

.top_nittei .ttl_youbi {
  font-size: 16px;
  display: inline-block;
  width: 20%;
}

.top_nittei .box {
  display: flex;
  border-bottom: 1px solid #CCC;
  padding: 24px 0;
}

.top_nittei .bt {
  border-top: 1px solid #CCC;
}

.table_normal {
  max-width: 20em;
}

.top_bnr {
  text-align: center;
  margin: 40px 0;
}

.top_bnr img {
  max-width: 900px;
  width: 100%;
}

/* 下層ページ共通
------------------------------------------------------------*/
.entry-header {
  padding: 60px 0;
  text-align: center;
}

.entry-header .entry-title {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
}

.post-content {
  padding: 60px 0 0;
}

.post-content a {
  text-decoration: underline;
}

/* Archive & Single
------------------------------------------------------------*/
.archive_list {
  border-bottom: 1px solid #EEE;
  padding: 30px 0;
}

/* Pagenation
------------------------------------------------------------*/
.pagenation {
  margin: 1em auto;
  text-align: center;
  display: block;
}

.pagenation:after,
.pagenation ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.pagenation ul {
  margin: 0;
}

.pagenation li {
  display: inline-block;
  list-style: none outside none;
  margin-left: 1px;
}

.pagenation li:first-child {
  margin-left: 0;
}

.pagenation li.active {
  background-color: #999999;
  border-radius: 3px;
  color: #FFFFFF;
  cursor: not-allowed;
  padding: 10px 20px;
}

.pagenation li a {
  background: none repeat scroll 0 0 #CCCCCC;
  border-radius: 3px;
  color: #FFFFFF;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.pagenation li a:hover {
  background-color: #444444;
  color: #FFFFFF;
  opacity: 0.8;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: ease;
}

h2.screen-reader-text {
  display: none;
}

.nav-previous {
  float: left;
}

.nav-previous::before {
  content: "\0ab";
  margin-right: 5px;
}

.nav-next {
  float: right;
}

.nav-next::after {
  content: "\0bb";
  margin-left: 5px;
}

.nav-links:after {
  content: "";
  clear: both;
  display: block;
}

/* Form
------------------------------------------------------------*/
.form {
  margin: 2em auto;
  max-width: 740px;
}

.form dl {
  position: relative;
  width: 100%;
  padding: 16px 0;
  margin: 0;
  display: table;
}

.form dt,
.form dd {
  display: table-cell;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

.form dt {
  width: 25%;
  padding-right: 24px;
  position: relative;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .form dt {
    text-align: left;
  }
}

.form textarea,
.form .txt {
  background-color: #FFF;
  padding: 0 10px;
  border: 1px solid #CCC;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
}

.form textarea {
  height: 100%;
}

.form .ctSelect {
  background-color: #fff;
  padding: 0 10px;
  border: 1px solid #FFF;
  border-radius: 5px;
  width: 50%;
  height: 40px;
  line-height: 40px;
}

.form .customSelectInner {
  width: 100% !important;
}

.form .chra {
  list-style: none;
  margin: 0;
  padding: 0;
}

.form .chra li {
  display: inline-block;
  margin-right: 20px;
}

.form .exa {
  font-size: 80%;
  color: #717171;
}

.form .required::after {
  content: "必須";
  background: #b10000;
  color: #FFF;
  font-size: 80%;
  padding: 5px 0;
  position: absolute;
  right: 1em;
  width: 3em;
  text-align: center;
}

.form .kakunin {
  text-align: center;
}

.form .btn_submit {
  position: relative;
  display: block;
  margin: 20px auto;
  padding: 19px 40px;
  width: 100%;
  line-height: 1.6;
  background: #c3a93e;
  color: #fff;
  text-align: center;
  border: none;
  letter-spacing: 3px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

.form .btn_submit:after {
  content: "\03e";
  display: block;
  margin-top: -0.5em;
  width: 40px;
  line-height: 1;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
}

.form .btn_submit:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: 0.5s;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

@media screen and (max-width: 768px) {
  .form dl {
    width: 100%;
    display: block;
  }
  .form dt {
    position: static;
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .form dd {
    width: 100%;
    display: block;
  }
  .form textarea,
  .form .txt {
    display: block;
    margin: 0;
  }
}

/* 募集要項(0406)
------------------------------------------------------------*/
.youkou_img{
  max-width: 100%;
  margin-top: 50px;
}

.youkou_img img{
  width: 100%;
}

.top_youkou {
  margin: 40px auto;
  max-width: 100%;
}

.top_youkou .ttl {
  font-size: 18px;
  margin-bottom: 16px;
}

.top_youkou .ttl_youbi {
  font-size: 16px;
  display: inline-block;
  width: 20%;
  padding-right: 10px;
}

.top_youkou .box {
  display: flex;
  border-bottom: 1px solid #CCC;
  padding: 15px 0;
}

.top_youkou .bt {
  border-top: 1px solid #CCC;
}

.table_youkou {
  max-width: 40em;
}

.youkou_note{
  margin-top: 15px;
}