@charset "UTF-8";
:root {
  --fa: "Font Awesome 6 Pro","Font Awesome 6 Free","Font Awesome 6 Brand","Font Awesome 6 Duotone","Line Awesome Free","Line Awesome Brands";
  --mc:#f38007; /* オレンジ */
  --sc:#34c569; /* 緑 */
  --bc:#faf2e6; /*  */
  --ac:#e6cb5b; /*黄色 */
  --tx:#56411c; /* 文字色  */
  --gr:#888; /* 灰 */
  --bk:#000;
  --wh:#fff;
}

i[class*=fa-] {
  font-weight: 900;
  font-family: var(--fa);
  font-size: 1.5em;
  vertical-align: middle;
  color: var(--mc);
  margin-inline: 0.25em;
  line-height: 2;
}
i[class*=fa-]:is(:is(h1, h2, h3) *) {
  font-size: 1.25em;
  line-height: inherit;
}

p {
  font-size: clamp(16px, 1.6vw, 21px);
  font-weight: 700;
}

.f16 {
  font-size: clamp(14px, 1.4vw, 16px);
}

.u-label u {
  --bg:var(--mc);
  display: inline-block;
  font-size: clamp(16px, 1.6vw, 21px);
  padding: 0.125em 0.75em;
  border-radius: 4000px;
  background-color: var(--bg);
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
  vertical-align: middle;
  margin: 0.25em;
  font-weight: 700;
}

.u-large u {
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 700;
}

.u-sc u {
  --bg:var(--sc);
}

.u-minWidth u {
  min-width: 15em;
  text-align: center;
}

#contents .artC article {
  align-items: center;
}

a.itext {
  width: auto !important;
  height: auto !important;
}

.annot, section form h2.mail.title {
  display: none !important;
}

::-moz-selection {
  background-color: #d0d0ff;
}

::selection {
  background-color: #d0d0ff;
}

* {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

li {
  list-style: none;
}

html {
  font-size: 65.5% !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 400;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  counter-reset: number 0;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  color: #000;
}

.inner {
  width: min(100% - 4rem, var(--width, 1000px));
  margin-inline: auto;
}

.inner._large {
  --width: 1200px;
}

#contents_wrap {
  overflow: hidden;
  width: 100%;
  min-width: 100%;
}

#contents {
  width: 90%;
  min-width: auto !important;
  max-width: 1000px;
  padding-bottom: 100px;
}
@media screen and (max-width: 834px) {
  #contents {
    padding: 0 0 50px;
  }
}
@media screen and (max-width: 640px) {
  #contents {
    padding: 0 0 50px;
  }
}
#contents a {
  text-decoration: underline;
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75%;
}

.map {
  margin: 56px 20px 0;
}
.map li {
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  list-style: none;
  text-align: left;
  border-left: 5px solid #ccc;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
}

table td img {
  height: auto !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  height: 0;
  border: none;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

input[type=button] {
  padding: 5px 10px;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #17e012;
}
a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}
@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    max-width: 100% !important;
    margin: 0 auto 10px;
    text-align: center;
  }
}
.mincho {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

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

@media screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    display: block;
    margin-top: 10px;
    text-align: center;
  }
}
header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

.header {
  position: relative;
}
.header-inner {
  display: flex;
  padding: 20px 0;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .header-inner {
    display: block;
    padding: 110px 0 20px;
  }
}
.header-inner:before {
  display: block;
  width: 100%;
  max-width: 210px;
  height: 100%;
  content: "";
  background: #000;
  order: 2;
}
@media only screen and (max-width: 1030px) {
  .header-inner:before {
    display: none;
  }
}
.header-ID {
  font-size: 10px;
  width: 100%;
  max-width: 450px;
  text-align: left;
  order: 1;
}
@media only screen and (max-width: 1030px) {
  .header-ID {
    width: 55%;
    max-width: none;
    padding: 0 20px;
    order: 2;
  }
}
@media screen and (max-width: 834px) {
  .header-ID {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    max-width: inherit;
    margin-bottom: 20px;
    padding: 20px;
    border-bottom: 1px solid #ddd;
    background: #fff;
    order: 1;
    align-items: center;
    justify-content: space-between;
  }
}
.header-btn {
  position: relative;
  display: block;
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin-right: 15px;
  background: #000;
}
.header-btn span {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 60%;
  height: 1px;
  margin: auto;
  content: "";
  transition-duration: 0.6s;
  background: #fff;
}
.header-btn span:nth-child(1) {
  top: 15px;
}
.header-btn span:nth-child(2) {
  top: 25px;
}
.header-btn span:nth-child(3) {
  top: 35px;
}
.header-btn._active span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}
.header-btn._active span:nth-child(2) {
  opacity: 0;
}
.header-btn._active span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg);
}
.header-logo {
  position: absolute;
  z-index: 99999;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 20px;
  background: #fff;
}
@media only screen and (max-width: 1030px) {
  .header-logo {
    position: static;
    margin: 0;
    padding: 0;
    order: 1;
  }
}
@media screen and (max-width: 834px) {
  .header-logo {
    margin-inline: auto;
  }
}
.header-list._wrap {
  display: flex;
  width: 100%;
  max-width: 410px;
  align-items: center;
  justify-content: space-between;
  order: 3;
}
@media only screen and (max-width: 1030px) {
  .header-list._wrap {
    width: auto;
    max-width: 240px;
    flex-wrap: wrap;
    justify-content: end;
  }
}
@media screen and (max-width: 834px) {
  .header-list._wrap {
    display: none;
  }
}
.header-list._sns {
  display: flex;
  width: 100%;
  max-width: 150px;
  margin-left: 20px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1030px) {
  .header-list._sns {
    margin: 0;
    margin-bottom: 10px;
    order: 1;
  }
}
.header-item._tel {
  text-align: right;
}
@media only screen and (max-width: 1030px) {
  .header-item._tel {
    order: 2;
  }
}
.header-item._tel a {
  line-height: 1.4;
  display: block;
  color: #000;
}
.header-item._tel a ._address {
  font-size: 9px;
  display: block;
}
.header-item._tel a ._tel {
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  font-weight: 900;
  padding-left: 30px;
  background: url(../images/common/tel-icon.png) top 8px left no-repeat;
}

.nav {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 834px) {
  .nav {
    position: fixed;
    z-index: 999;
    top: 0;
    left: -300px;
    width: 300px;
    min-width: 300px;
    height: 100vh;
    padding: 30px;
    padding-top: 110px;
    transition-duration: 0.6s;
    border: none;
    background: #fff;
  }
}
.nav._active {
  left: 0;
}
.nav .header-list._wrap {
  display: none;
}
@media screen and (max-width: 834px) {
  .nav .header-list._wrap {
    display: block;
  }
}
.nav .header-list._sns {
  display: flex;
  max-width: none;
  margin-top: 15px;
  padding: 15px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  align-items: center;
  justify-content: center;
}
.nav .header-item._tel {
  margin-top: 10px;
  text-align: left;
}
.nav .header-item._fb {
  margin: 0 20px;
}
.nav-list {
  display: flex;
  max-width: 1200px;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .nav-list {
    flex-direction: column;
  }
}
.nav-list:before {
  display: block;
  width: 100%;
  max-width: 207px;
  height: 100px;
  content: "";
  order: 4;
}
@media only screen and (max-width: 1030px) {
  .nav-list:before {
    display: none;
  }
}
.nav-item {
  width: 14.2857142857%;
}
.nav-item:nth-child(1) {
  order: 1;
}
.nav-item:nth-child(2) {
  order: 2;
}
.nav-item:nth-child(3) {
  order: 3;
}
.nav-item:nth-child(4) {
  order: 4;
}
.nav-item:nth-child(5) {
  order: 5;
}
.nav-item:nth-child(6) {
  order: 6;
}
@media screen and (max-width: 834px) {
  .nav-item {
    width: 100%;
  }
  .nav-item:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
  }
}
.nav-item a {
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 20px 0;
  color: #000;
}
@media screen and (max-width: 834px) {
  .nav-item a {
    font-size: 14px;
    padding: 10px 0;
    text-align: left;
  }
}
.nav-item a span {
  font-size: 12px;
  font-weight: bold;
  display: block;
  color: #f38007;
}
@media screen and (max-width: 834px) {
  .nav-item a span {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .nav-bg {
    position: fixed;
    z-index: 12;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    transition-duration: 0.5s;
    background: rgba(0, 0, 0, 0.6);
  }
}
.nav-bg._active {
  left: 0;
}

.drop {
  position: relative;
}
.drop:hover .drop-list {
  pointer-events: auto;
}
.drop:hover .drop-item {
  display: block;
}
@media screen and (max-width: 834px) {
  .drop:hover .drop-item {
    height: auto;
  }
}
.drop-list {
  position: absolute;
  z-index: 99999;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 8px;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .drop-list {
    position: static;
  }
}
.drop-item {
  display: none;
}
@media screen and (max-width: 834px) {
  .drop-item {
    display: block;
    overflow: inherit;
    height: auto;
    transition: 0;
  }
  .drop-item:nth-child(2) {
    margin-top: 10px;
  }
}
.drop-item a {
  font-size: 13px;
  position: relative;
  display: block;
  padding: 10px;
  padding-left: 35px;
  text-align: left;
  color: #000;
  background: url(../images/common/yaji.png) center left 15px/auto no-repeat #fff;
}
@media screen and (max-width: 834px) {
  .drop-item a {
    padding: 0;
    padding-left: 20px;
    color: #666;
    background: none;
  }
  .drop-item a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 10px;
    height: 1px;
    margin: auto;
    content: "";
    background: #666;
  }
}

.main {
  position: relative;
  overflow: hidden;
}

.main-copy {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  width: 100%;
  max-width: 80%;
  height: 100%;
  align-items: end;
  margin-inline: auto;
}

@media screen and (max-width: 640px) {
  .main-copy {
    max-width: 90%;
  }
}
.main:before, .main:after {
  position: absolute;
  z-index: 11;
  top: 0;
  width: 10%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 640px) {
  .main:before, .main:after {
    display: none;
  }
}
.main:before {
  left: 0;
}

.main:after {
  right: 0;
}

.main-item img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .main-item img {
    height: 40vh !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.mean-container .mean-bar, .mean-container .mean-nav {
  background: #666 !important;
}

.mean-bar {
  line-height: 2;
  position: fixed !important;
  top: 0;
  left: 0;
  margin-bottom: 20px;
  padding: 0 !important;
}

.point-none {
  pointer-events: none;
}

.point-none ._tel {
  display: none;
}

.pagetop {
  position: fixed;
  z-index: 999;
  top: 20%;
  right: 0;
}

@media screen and (max-width: 640px) {
  .pagetop {
    top: inherit;
    bottom: 0;
  }
}
.pagetop a {
  font-size: 16px;
  font-weight: bold;
  font-weight: bold;
  line-height: 1.1;
  display: block;
  width: 60px;
  padding: 20px 20px;
  color: #fff;
  background: linear-gradient(to right, #ff5e9c, #ffb96a);
}

@media screen and (max-width: 640px) {
  .pagetop a {
    display: flex;
    width: 200px;
    height: 42px;
    padding: 0;
    align-items: center;
    justify-content: space-between;
    justify-content: center;
  }
}
.pagetop a:before {
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background: url(../images/common/main-icon.png) center top/contain no-repeat;
}

@media screen and (max-width: 640px) {
  .pagetop a:before {
    height: 15px;
    margin-right: 10px;
  }
}
iframe {
  vertical-align: bottom;
}

.footer {
  padding-top: 40px;
  border-top: 1px solid #ddd;
}

.footer-inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

@media only screen and (max-width: 930px) {
  .footer-inner {
    display: block;
  }
}
.footer-address {
  text-align: left;
}

@media only screen and (max-width: 930px) {
  .footer-address {
    text-align: center;
  }
}
.footer-logo {
  margin-bottom: 10px;
}

.footer-copy {
  font-size: 14px;
  display: block;
  margin-top: 40px;
  padding: 10px 0;
  text-align: center;
  background: #f3f3f3;
}

@media screen and (max-width: 640px) {
  .footer-copy {
    padding-left: 20px;
    text-align: left;
  }
}
.fnav {
  display: flex;
  width: 100%;
  max-width: 550px;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 930px) {
  .fnav {
    max-width: none;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .fnav {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .fnav-list {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 930px) {
  .fnav-list:not(:last-child) {
    margin-right: 60px;
  }
}
@media screen and (max-width: 640px) {
  .fnav-list:not(:last-child) {
    margin-right: 0;
  }
}
.fnav-item {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .fnav-item {
    width: 50%;
    margin-bottom: 20px;
  }
}
.fnav-item:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .fnav-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.fnav-item a {
  font-weight: bold;
  display: block;
  padding-left: 20px;
  color: #000;
  background: url(../images/common/yaji.png) center left no-repeat;
}

.news .blog_list {
  border: none !important;
}

.news .blog_list > div {
  margin-bottom: 20px;
}

.news .blog_list > div .blog_photo {
  display: none !important;
}

.news .blog_list > div .blog_text {
  display: flex;
  width: 100% !important;
  padding: 0 !important;
  align-items: flex-start;
  justify-content: space-between;
  justify-content: flex-start;
}

.news .blog_list > div .blog_date {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  width: 120px !important;
  color: #000 !important;
}

.news .blog_list > div h3 {
  width: 100% !important;
}

.news .blog_list > div .detail {
  margin: 0 !important;
}

.index-01 {
  position: relative;
}

.index-01 .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .index-01 .inner {
    flex-wrap: wrap;
  }
}
.index-01 .Text {
  width: 43%;
}

@media screen and (max-width: 640px) {
  .index-01 .Text {
    width: 100%;
    order: 2;
  }
}
.index-01 .Text h2 {
  margin-bottom: 30px;
}

.index-01 .Img {
  width: 55%;
}

@media screen and (max-width: 640px) {
  .index-01 .Img {
    width: 100%;
    order: 1;
  }
}
.index-01 .Img img {
  width: 100% !important;
}

.index-01 .Bg {
  position: absolute;
  z-index: -1;
  bottom: -20%;
  left: 0;
  width: 60%;
}

@media screen and (max-width: 834px) {
  .index-01 .Bg {
    display: none;
  }
}
.index-01 .Bg img {
  width: 100% !important;
}

.index-02 {
  padding: 80px 0;
  background: url(../images/common/index-point-bg.jpg) center/cover no-repeat;
}

.index-02._common {
  margin-bottom: -100px !important;
}

@media screen and (max-width: 834px) {
  .index-02._common {
    margin-bottom: -50px !important;
  }
}
.index-02 .inner {
  padding: 40px;
  background: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 640px) {
  .index-02 .inner {
    padding: 20px;
  }
}
.index-02 .Flex .box:not(:last-child) {
  margin-bottom: 40px;
}

.index-02 .Flex .box:nth-child(1) article > div:nth-child(1):before {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 20px;
  content: "POINT1";
  color: #fff;
  background: rgba(243, 152, 0, 0.8);
}

.index-02 .Flex .box:nth-child(2) article > div:nth-child(1):before {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 20px;
  content: "POINT2";
  color: #fff;
  background: rgba(255, 76, 76, 0.8);
}

.index-02 .Flex .box:nth-child(3) article > div:nth-child(1):before {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 20px;
  content: "POINT3";
  color: #fff;
  background: rgba(80, 109, 218, 0.8);
}

.index-02 .Flex .box:nth-child(4) article > div:nth-child(1):before {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 20px;
  content: "POINT4";
  color: #fff;
  background: rgba(45, 194, 133, 0.8);
}

.index-02 .Flex .box article {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .index-02 .Flex .box article {
    flex-wrap: wrap;
  }
}
.index-02 .Flex .box div:nth-child(1) {
  position: relative;
  width: 40%;
}

@media screen and (max-width: 640px) {
  .index-02 .Flex .box div:nth-child(1) {
    width: 100%;
  }
}
.index-02 .Flex .box div:nth-child(2) {
  width: 55%;
}

@media screen and (max-width: 640px) {
  .index-02 .Flex .box div:nth-child(2) {
    width: 100%;
    margin-top: 20px;
  }
}
.index-02 .Flex .box div:nth-child(2) h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 23px;
  border-bottom: 1px solid #ccc;
  background: url(../images/common/yaji.png) left top 10px/auto no-repeat;
}

@media screen and (max-width: 834px) {
  .index-03 .Flex ul {
    width: 90%;
    margin-inline: auto;
  }
}
.index-03 .Flex ul li {
  overflow: inherit !important;
  width: 100%;
  padding-bottom: 200px;
}

@media screen and (max-width: 834px) {
  .index-03 .Flex ul li {
    padding-bottom: 0;
  }
}
.index-03 .Flex ul li:not(:last-child) {
  margin-bottom: 40px;
}

.index-03 .Flex ul li:nth-child(even) article {
  flex-direction: row-reverse;
}

.index-03 .Flex ul li:nth-child(even) div {
  position: absolute;
  left: 15%;
}

@media screen and (max-width: 834px) {
  .index-03 .Flex ul li:nth-child(even) article > div {
    position: static;
  }
}
.index-03 .Flex ul li:nth-child(1) h5:before {
  content: "KICK-BOXING・MUAY-THAI";
  background: #f46537;
}

.index-03 .Flex ul li:nth-child(2) h5:before {
  content: "KIDS-KICK-BOXING";
  background: #506dda;
}

.index-03 .Flex ul li article {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .index-03 .Flex ul li article {
    flex-wrap: wrap;
  }
}
.index-03 .Flex ul li article img {
  width: 65% !important;
  height: 550px !important;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 834px) {
  .index-03 .Flex ul li article img {
    width: 100% !important;
    height: 100% !important;
  }
}
.index-03 .Flex ul li article > div {
  position: absolute;
  z-index: 10;
  right: 15%;
  bottom: -20%;
  max-width: 600px;
  padding: 60px 40px;
  background: #fff;
  box-shadow: 0 0 30px rgba(102, 102, 102, 0.1);
}

@media screen and (max-width: 834px) {
  .index-03 .Flex ul li article > div {
    position: static;
    width: 100%;
    max-width: none;
  }
}
.index-03 .Flex ul li article > div h5 {
  font-size: 30px;
  font-weight: 900;
  position: relative;
  margin-bottom: 25px;
  padding-top: 45px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .index-03 .Flex ul li article > div h5 {
    font-size: 25px;
  }
}
.index-03 .Flex ul li article > div h5:before {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: fit-content;
  margin: auto;
  padding: 3px 15px;
  color: #fff;
  border-radius: 40px;
}

.index-03 .Flex ul li article > div a {
  margin-inline: auto;
}

.kids-none ul li:last-child {
  display: none;
}

#contents .noBefore h5 {
  padding-top: unset;
}
#contents .noBefore h5:before {
  display: none;
}

div.items > article a {
  font-size: 16px;
  text-decoration: none !important;
  color: #111;
}

div.under ul li a {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  padding: 10px;
  opacity: 1;
  color: #333 !important;
  border: 1px solid #333;
}

div.under ul li a:hover {
  color: #fff !important;
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
}

div.select > select {
  height: 100%;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order ul li a {
  color: #111;
}

div.items > article p.price {
  color: red;
}

div.crumb {
  display: none;
}

div.item_view div.item_option {
  width: 100% !important;
}

div.item_option dl, button.addcart {
  width: 50% !important;
}

@media screen and (max-width: 834px) {
  div.item_option dl, button.addcart {
    margin: 0 auto;
  }
}
@media screen and (max-width: 834px) {
  .addcart {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
div.item_view div.struct {
  display: block;
}

div.photo div.large {
  width: auto;
}

div.photo {
  margin-left: 0;
}

h2.title_h2 {
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
  border-top: none !important;
  border-bottom: 1px solid #ccc;
  background: none !important;
}

h2.title_h2 span {
  padding: 0 !important;
  border: none !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  display: block !important;
  width: 100% !important;
  padding: 10px 10px 10px 50px !important;
  color: #fff !important;
  border: 1px solid #fff;
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000 !important;
  background-size: 30px auto !important;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #ccc !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: flex;
}

.item_title, .wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2, .item_info h2.title_h2 {
  border-top: 2px solid #ccc;
}

.shop_cont a, .item_info a {
  color: #ccc;
}

.shop_cont a:hover, .item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.shop_cont table {
  table-layout: auto;
}

.btn a {
  display: block;
  width: 100%;
  max-width: 300px;
  margin-top: 20px;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #666;
}

@media screen and (max-width: 640px) {
  .btn a {
    margin-right: auto;
    margin-left: auto;
  }
}
.btn a {
  position: relative;
  border-radius: 40px;
  background: linear-gradient(to right, #34c569, #e6cb5b);
}

.btn a:before {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  display: block;
  width: 10px;
  height: 25px;
  margin: auto;
  content: "〉";
  color: #fff;
}

.btn._green a {
  background: linear-gradient(to right, #34c569, #e6cb5b);
}

.flex1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex1._top {
  align-items: flex-start;
}

.flex1._center {
  align-items: center;
}

.flex1:before {
  width: 99%;
  content: "";
  order: 1;
}

.flex1:before {
  width: 99%;
  content: "";
  order: 1;
}

.flex1:after {
  width: 99%;
  content: "";
  order: 2;
}

.flex1 .box {
  width: 99%;
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: 49%;
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: 49%;
  }
}
.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex2._top {
  align-items: flex-start;
}

.flex2._center {
  align-items: center;
}

.flex2:before {
  width: 49%;
  content: "";
  order: 1;
}

.flex2:before {
  width: 49%;
  content: "";
  order: 1;
}

.flex2:after {
  width: 49%;
  content: "";
  order: 2;
}

.flex2 .box {
  width: 49%;
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: 49%;
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: 49%;
  }
}
.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex3._top {
  align-items: flex-start;
}

.flex3._center {
  align-items: center;
}

.flex3:before {
  width: 32.3333333333%;
  content: "";
  order: 1;
}

.flex3:before {
  width: 32.3333333333%;
  content: "";
  order: 1;
}

.flex3:after {
  width: 32.3333333333%;
  content: "";
  order: 2;
}

.flex3 .box {
  width: 32.3333333333%;
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: 49%;
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: 49%;
  }
}
.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex4._top {
  align-items: flex-start;
}

.flex4._center {
  align-items: center;
}

.flex4:before {
  width: 24%;
  content: "";
  order: 1;
}

.flex4:before {
  width: 24%;
  content: "";
  order: 1;
}

.flex4:after {
  width: 24%;
  content: "";
  order: 2;
}

.flex4 .box {
  width: 24%;
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: 49%;
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: 49%;
  }
}
.flex4 .box img {
  width: 100% !important;
}

.bg100 {
  margin: 0 calc(50% - 50vw);
}

.bg100._mgT {
  margin-top: 10% !important;
}

@media screen and (max-width: 834px) {
  .br-tab br {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .br-sp br {
    display: none;
  }
}
.mg1 {
  margin: 1% !important;
}

.mgT1 {
  margin-top: 1% !important;
}

.mgR1 {
  margin-right: 1% !important;
}

.mgB1 {
  margin-bottom: 1% !important;
}

.mgL1 {
  margin-left: 1% !important;
}

.pd1 {
  padding: 1% !important;
}

.pdT1 {
  padding-top: 1% !important;
}

.pdR1 {
  padding-right: 1% !important;
}

.pdB1 {
  padding-bottom: 1% !important;
}

.pdL1 {
  padding-left: 1% !important;
}

.mg2 {
  margin: 2% !important;
}

.mgT2 {
  margin-top: 2% !important;
}

.mgR2 {
  margin-right: 2% !important;
}

.mgB2 {
  margin-bottom: 2% !important;
}

.mgL2 {
  margin-left: 2% !important;
}

.pd2 {
  padding: 2% !important;
}

.pdT2 {
  padding-top: 2% !important;
}

.pdR2 {
  padding-right: 2% !important;
}

.pdB2 {
  padding-bottom: 2% !important;
}

.pdL2 {
  padding-left: 2% !important;
}

.mg3 {
  margin: 3% !important;
}

.mgT3 {
  margin-top: 3% !important;
}

.mgR3 {
  margin-right: 3% !important;
}

.mgB3 {
  margin-bottom: 3% !important;
}

.mgL3 {
  margin-left: 3% !important;
}

.pd3 {
  padding: 3% !important;
}

.pdT3 {
  padding-top: 3% !important;
}

.pdR3 {
  padding-right: 3% !important;
}

.pdB3 {
  padding-bottom: 3% !important;
}

.pdL3 {
  padding-left: 3% !important;
}

.mg4 {
  margin: 4% !important;
}

.mgT4 {
  margin-top: 4% !important;
}

.mgR4 {
  margin-right: 4% !important;
}

.mgB4 {
  margin-bottom: 4% !important;
}

.mgL4 {
  margin-left: 4% !important;
}

.pd4 {
  padding: 4% !important;
}

.pdT4 {
  padding-top: 4% !important;
}

.pdR4 {
  padding-right: 4% !important;
}

.pdB4 {
  padding-bottom: 4% !important;
}

.pdL4 {
  padding-left: 4% !important;
}

.mg5 {
  margin: 5% !important;
}

.mgT5 {
  margin-top: 5% !important;
}

.mgR5 {
  margin-right: 5% !important;
}

.mgB5 {
  margin-bottom: 5% !important;
}

.mgL5 {
  margin-left: 5% !important;
}

.pd5 {
  padding: 5% !important;
}

.pdT5 {
  padding-top: 5% !important;
}

.pdR5 {
  padding-right: 5% !important;
}

.pdB5 {
  padding-bottom: 5% !important;
}

.pdL5 {
  padding-left: 5% !important;
}

.mg6 {
  margin: 6% !important;
}

.mgT6 {
  margin-top: 6% !important;
}

.mgR6 {
  margin-right: 6% !important;
}

.mgB6 {
  margin-bottom: 6% !important;
}

.mgL6 {
  margin-left: 6% !important;
}

.pd6 {
  padding: 6% !important;
}

.pdT6 {
  padding-top: 6% !important;
}

.pdR6 {
  padding-right: 6% !important;
}

.pdB6 {
  padding-bottom: 6% !important;
}

.pdL6 {
  padding-left: 6% !important;
}

.mg7 {
  margin: 7% !important;
}

.mgT7 {
  margin-top: 7% !important;
}

.mgR7 {
  margin-right: 7% !important;
}

.mgB7 {
  margin-bottom: 7% !important;
}

.mgL7 {
  margin-left: 7% !important;
}

.pd7 {
  padding: 7% !important;
}

.pdT7 {
  padding-top: 7% !important;
}

.pdR7 {
  padding-right: 7% !important;
}

.pdB7 {
  padding-bottom: 7% !important;
}

.pdL7 {
  padding-left: 7% !important;
}

.mg8 {
  margin: 8% !important;
}

.mgT8 {
  margin-top: 8% !important;
}

.mgR8 {
  margin-right: 8% !important;
}

.mgB8 {
  margin-bottom: 8% !important;
}

.mgL8 {
  margin-left: 8% !important;
}

.pd8 {
  padding: 8% !important;
}

.pdT8 {
  padding-top: 8% !important;
}

.pdR8 {
  padding-right: 8% !important;
}

.pdB8 {
  padding-bottom: 8% !important;
}

.pdL8 {
  padding-left: 8% !important;
}

.mg9 {
  margin: 9% !important;
}

.mgT9 {
  margin-top: 9% !important;
}

.mgR9 {
  margin-right: 9% !important;
}

.mgB9 {
  margin-bottom: 9% !important;
}

.mgL9 {
  margin-left: 9% !important;
}

.pd9 {
  padding: 9% !important;
}

.pdT9 {
  padding-top: 9% !important;
}

.pdR9 {
  padding-right: 9% !important;
}

.pdB9 {
  padding-bottom: 9% !important;
}

.pdL9 {
  padding-left: 9% !important;
}

.mg10 {
  margin: 10% !important;
}

.mgT10 {
  margin-top: 10% !important;
}

.mgR10 {
  margin-right: 10% !important;
}

.mgB10 {
  margin-bottom: 10% !important;
}

.mgL10 {
  margin-left: 10% !important;
}

.pd10 {
  padding: 10% !important;
}

.pdT10 {
  padding-top: 10% !important;
}

.pdR10 {
  padding-right: 10% !important;
}

.pdB10 {
  padding-bottom: 10% !important;
}

.pdL10 {
  padding-left: 10% !important;
}

.title-01._common {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.title-01._common h1 {
  font-size: 20px;
  display: flex;
  padding: 120px 0;
  color: #fff;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
}

.title-01._common h1:before, .title-01._common h1:after {
  display: block;
  width: 60px;
  height: 1px;
  margin: 0 10px;
  content: "";
  background: #fff;
}

.title-02._personal h2,
.title-02._index h2 {
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .title-02._personal h2,
  .title-02._index h2 {
    font-size: 50px;
  }
}
.title-02._personal h2:before,
.title-02._index h2:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 300px;
  height: 2px;
  content: "";
  background: linear-gradient(to right, #f5431a, #ffba4f);
  margin-inline: auto;
}
.title-02._personal h2 span,
.title-02._index h2 span {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  display: block;
}

.title-02._personal {
  width: fit-content;
}
.title-02._personal:is(#contents *) {
  margin-inline: auto;
}

.title-02._personal h2 {
  font-size: clamp(32px, 3vw, 48px);
  padding-bottom: unset;
  margin-bottom: 0.5em;
  line-height: 1;
}
.title-02._personal h2 > span {
  line-height: 3;
}
.title-02._personal h2 i {
  margin-inline: 0.25em;
  font-size: 1.25em;
}

.title-02._left h2 {
  text-align: center !important;
}

.title-02._left h2:before {
  right: inherit;
}

@media screen and (max-width: 640px) {
  .title-02._left h2:before {
    right: 0;
  }
}
.title-02._common h2 {
  font-size: 28px;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 3px solid #ddd;
}

.title-02._common h2:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 200px;
  height: 3px;
  content: "";
  background: #f38007;
}

.title-03._common h3 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
}

.title-03._common h3:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 1px;
  margin: auto;
  content: "";
  background: #666;
}

._h3title h3 {
  margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
  ._h3title h3 {
    margin-top: 15px;
  }
}
.text-left .box, .text-right .box {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}

.text-left .box > img, .text-right .box > img {
  width: 35% !important;
}

.text-left .box > div, .text-right .box > div {
  width: 63%;
}

.text-left .box {
  flex-direction: row-reverse;
}

@media screen and (max-width: 834px) {
  ._tab100 .box {
    display: block;
  }
  ._tab100 .box > img {
    width: 100% !important;
    margin-bottom: 10px;
  }
  ._tab100 .box > div {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  ._sp100 .box {
    display: block;
  }
  ._sp100 .box > img {
    width: 100% !important;
    margin-bottom: 10px;
  }
  ._sp100 .box > div {
    width: 100%;
  }
}
.policy h2 {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #666;
  border-bottom: 1px dotted #ccc;
}

.pankuzu {
  line-height: 1.3;
  margin: 30px 0;
}

.pankuzu a {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  text-decoration: underline;
  color: #666;
}

.pankuzu a:before {
  font-size: 10px;
  position: absolute;
  top: 3px;
  right: -6px;
  display: block;
  width: 20px;
  height: 20px;
  content: "〉";
}

.faq dl, .faq dt, .faq dd {
  width: 100% !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
}

.faq dl {
  display: block !important;
  margin-bottom: 5px;
}

.faq dt {
  font-weight: bold;
  position: relative;
  padding: 10px !important;
  padding-right: 30px;
  padding-left: 15px !important;
  border: 1px solid #ccc !important;
}

.faq dt:before {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  display: block;
  width: 20px;
  height: 30px;
  margin: auto;
  content: "";
  background: url(../images/common/icon_plus.png) center/20px no-repeat;
}

.faq dt:hover {
  cursor: pointer;
}

.faq dd {
  display: none;
}

.faq dd span {
  display: block !important;
  padding: 10px !important;
}

aside div#search button {
  background-size: 13px !important;
}

section.blog aside nav > div {
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

section.blog #contents h1 .translate {
  font-size: 26px;
  display: block;
  margin: 10px 0 !important;
  color: #031a40;
}

section div#contents article div.date {
  line-height: 2 !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 0 !important;
  padding: 0 15px !important;
  border-radius: 0 !important;
  border-radius: 3px !important;
  background: #666 !important;
}

section div#contents > dl ul li {
  float: none !important;
}

section div#contents > dl ul li a {
  margin-bottom: 0 !important;
}

.notfound h2 {
  font-family: "Oswald", sans-serif;
  font-size: 100px;
  font-weight: bold;
  color: #aaa;
}

.img-option .box {
  overflow: inherit !important;
}

.img-option img {
  box-shadow: 0 0 20px rgba(102, 102, 102, 0.1);
}

.table td:first-child {
  width: 30%;
  text-align: left !important;
  background: #f6f6f6;
}

@media screen and (max-width: 640px) {
  .table td:first-child {
    text-align: center !important;
  }
}
.anc-list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.anc-list ul:before, .anc-list ul:after {
  width: 24%;
  content: "";
  order: 1;
}

@media screen and (max-width: 834px) {
  .anc-list ul:before, .anc-list ul:after {
    width: 49%;
  }
}
.anc-list ul li {
  float: none;
  width: 24%;
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  .anc-list ul li {
    width: 49%;
  }
}
.anc-list ul li a {
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #000;
  border: 1px solid #000;
  background: #fff;
}

.course-wrap {
  padding: 30px;
  border: 10px solid #eee;
}

.staff-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.staff-img {
  width: 30%;
}

@media screen and (max-width: 640px) {
  .staff-img {
    width: 100%;
  }
}
.staff-table {
  width: 68%;
}

@media screen and (max-width: 640px) {
  .staff-table {
    width: 100%;
    margin-top: 20px;
  }
}
.slide-main, .slide-thumb {
  width: 100% !important;
}

.slide-main img, .slide-thumb img {
  width: 100% !important;
}

.slide-main img {
  height: 500px !important;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 640px) {
  .slide-main img {
    height: 300px !important;
  }
}

.slide-thumb:hover {
  cursor: pointer;
}

.slide-thumb img {
  height: 230px !important;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 640px) {
  .slide-thumb img {
    height: 100px !important;
  }
}

.greeting-text {
  display: flex;
  height: 600px;
  background: url(../images/common/aisatsu.png) left center/60% no-repeat;
  align-items: center;
  justify-content: space-between;
  justify-content: end;
}
@media screen and (max-width: 640px) {
  .greeting-text {
    display: block;
    height: auto;
    background: none;
  }
}

.greeting-text > div {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .greeting-text > div {
    width: 100%;
  }
}

.guide-num ul {
  display: block;
}
.guide-num ul li {
  position: relative;
  float: none;
  overflow: inherit !important;
  width: 100%;
  padding-left: 50px;
}
.guide-num ul li:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #999;
}
.guide-num ul li:nth-child(1):before {
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 8px 15px;
  content: "1";
  color: #fff;
  background: #000;
}
.guide-num ul li:nth-child(2):before {
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 8px 15px;
  content: "2";
  color: #fff;
  background: #000;
}
.guide-num ul li:nth-child(3):before {
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 8px 15px;
  content: "3";
  color: #fff;
  background: #000;
}
.guide-num ul li:nth-child(4):before {
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 8px 15px;
  content: "4";
  color: #fff;
  background: #000;
}
.guide-num ul li:nth-child(5):before {
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 8px 15px;
  content: "5";
  color: #fff;
  background: #000;
}

section div.entry dl {
  display: flex;
}

section div.entry dl.file {
  border-top: 1px solid #ccc;
}

section div.entry dl.file:first-child {
  border-top: none;
}

section div.entry dl dt {
  border: 1px solid #ccc;
  border-bottom: none;
  border-right: none;
  background-color: #f5f5f5;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
}

section div.entry dl dd {
  border: 1px solid #ccc;
  border-bottom: none;
  background-color: #fff;
  padding: 8px;
  box-sizing: border-box;
}

section div.entry dl:last-of-type dt {
  border-bottom: 1px solid #ddd;
}

section div.entry dl:last-of-type dd {
  border-bottom: 1px solid #ddd;
}

section div.entry dl dt label {
  color: #ff0000;
  font-size: 13px;
}

section form p.annot {
  margin: 20px 0;
  color: #ff0000;
}

section div.entry dl dd > div {
  display: flex;
}

section div.entry dl dd input[type=text],
section div.entry dl dd input[type=password] {
  width: 300px;
  max-width: 100%;
}

section div.entry dl dd div input[type=text],
section div.entry dl dd div input[type=password],
section form div.entry dl dd div select {
  margin-bottom: 8px;
}

section div.entry dl dd div:last-of-type input[type=text],
section div.entry dl dd div:last-of-type select {
  margin-bottom: 0;
}

section div.entry dl dd span {
  margin-right: 8px;
  line-height: 32px;
}

section div.entry dl dd input[type=text] + span,
section div.entry dl dd select + span {
  margin-left: 8px;
}

section div.entry dl dd p {
  margin-top: 4px;
}

section div.entry dl dd.addr input,
section div.entry dl dd.ship_addr input {
  width: 100%;
}

section div.entry dl dd.addr select,
section div.entry dl dd.ship_addr select {
  width: 122px !important;
}

section div.entry dl dd.addr div:nth-of-type(1) input,
section div.entry dl dd.ship_addr div:nth-of-type(1) input {
  width: 100px !important;
  text-align: center;
}

section div.entry dl dd.date div,
section div.entry dl dd.birthday div,
section div.entry dl dd.is_entry div {
  float: left;
  margin-right: 8px;
}

section div.entry dl dd.is_entry div {
  display: flex;
  height: 32px;
  align-items: center;
}

section div.entry dl dd.is_entry label {
  width: 80px;
}/*# sourceMappingURL=common_style.css.map */