@charset "UTF-8";
/*==========================================
  SUB PAGE
==========================================*/
.sub {
  overflow: hidden;
}
.sub .en {
  font-family: "Viga", sans-serif;
}
.sub .sp {
  display: none;
}
.sub .sp420 {
  display: none;
}
.sub .sp360 {
  display: none;
}
.sub main {
  margin-top: 120px;
}
.sub main * {
  outline: none;
  box-sizing: border-box;
}
.sub main img {
  max-width: 100%;
  flex-shrink: 0;
}
.sub main p {
  margin-bottom: 30px;
  line-height: 1.7em;
}
.sub main p:last-child {
  margin-bottom: 0;
}
.sub main p.margin_p {
  margin-bottom: 30px;
}
.sub .top_info {
  height: 385px;
  position: relative;
  z-index: 2;
}
.sub .top_info .container {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.sub .top_info .top_info_txt {
  padding-bottom: 45px;
  position: relative;
  z-index: 3;
}
.sub .top_info .top_info_txt h2 {
  font-size: 50px;
  line-height: 1.2em;
  color: #003ba8;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.sub .top_info .top_info_txt p {
  font-size: 26px;
  letter-spacing: 0.05em;
  color: #003ba8;
  font-weight: 400;
  text-transform: uppercase;
}
.sub .top_info .top_info_img {
  position: relative;
  top: 20px;
  right: -20px;
  width: 50%;
  text-align: right;
}
.sub .top_info .top_info_img p {
  margin-bottom: 0;
}
.sub .top_info .top_info_img .cloud {
  background: url("../images/common/cloud.svg") center/cover no-repeat;
  width: 70px;
  height: 40px;
  content: "";
  position: absolute;
  top: 0;
  animation: ver 4s linear infinite;
  z-index: -1;
}
.sub .top_info .top_info_img .cloud1 {
  left: -310px;
}
.sub .top_info .top_info_img .cloud2 {
  top: -25px;
  left: -90px;
  animation: ver 4s 2s linear infinite;
}
.sub .top_info .top_info_img .cloud3 {
  top: 130px;
  left: 0;
}
.sub .top_info .top_info_img .cloud4 {
  top: 40px;
  left: 145px;
  animation: ver 4s 2s linear infinite;
}
.sub .top_info .top_info_img .cloud5 {
  top: -20px;
  right: 50px;
}
.sub .top_info .top_info_img .cloud6 {
  top: 115px;
  right: -15px;
  animation: ver 4s 2s linear infinite;
}
.sub .sub_info {
  background: #0047a8;
  position: relative;
  z-index: 1;
  padding-bottom: 45px;
}
.sub .sub_info::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 405px 100vw;
  border-color: #fff #fff #0047a8 #fff;
  position: absolute;
  top: -280px;
  left: calc(50% - 50vw);
  content: "";
  z-index: -1;
}
.sub .sub_info::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 220px 0;
  border-color: #fff #0047a8 #fff #fff;
  position: absolute;
  bottom: -450px;
  left: calc(50% - 50vw);
  content: "";
  z-index: -1;
}
.sub .sub_info > div {
  position: relative;
}
.sub .sub_info > div::before {
  width: 100%;
  height: 300px;
  background: #0047a8;
  position: absolute;
  bottom: -300px;
  right: 0;
  content: "";
  z-index: -1;
}
.sub .sub_center {
  color: #fff;
  text-align: center;
  padding-top: 40px;
}
.sub .sub_center p {
  line-height: 2.1875em;
}
.sub .sub_bg {
  position: relative;
  z-index: 2;
  padding: 0 15px;
}
.sub .sub_bg .container {
  background: #fff;
  border-radius: 10px;
  padding-top: 90px;
}
.sub .title {
  text-align: center;
  margin-bottom: 40px;
}
.sub .title h3 {
  font-size: 50px;
  line-height: 1em;
  color: #003ba8;
  margin-bottom: 10px;
}
.sub .title p {
  font-size: 17px;
  line-height: 1em;
  color: #003ba8;
}
.sub .dotted li {
  position: relative;
  padding-left: 15px;
}
.sub .dotted li::before {
  content: "・";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: -2px;
}
.sub .flex_li li {
  display: flex;
  justify-content: space-between;
}
.sub table {
  width: 100%;
  border: 1px solid #dedede;
  border-top: none;
}
.sub table th {
  background: #efefef;
  text-align: center;
  border: none;
  padding: 17px 15px;
  border-top: 1px solid #dedede;
}
.sub table td {
  background: #fff;
  border: none;
  padding: 17px 20px;
}
.sub table.tb_fix {
  table-layout: fixed;
}
.sub .flex_3col {
  display: flex;
  justify-content: center;
}
.sub .flex_3col ol {
  width: 300px;
}
.sub .flex_3col ol li:not(:last-child) {
  margin-bottom: 8px;
}
.sub .gg_map {
  width: 100%;
  height: 540px;
}
.sub .gg_map iframe {
  width: 100%;
  height: 100%;
}
.sub .sub_footer {
  margin-top: 150px;
  position: relative;
  bottom: -1px;
}
.sub .sub_footer .topic_path {
  margin-bottom: 18px;
}
.sub .sub_footer .topic_path ul {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.sub .sub_footer .topic_path ul li {
  font-size: 13px;
}
.sub .sub_footer .topic_path ul li a {
  color: #a1acb7;
  margin-right: 25px;
  position: relative;
}
.sub .sub_footer .topic_path ul li a::before {
  width: 5px;
  height: 8px;
  position: absolute;
  top: 6px;
  right: -16px;
  content: "";
  background: url("../images/common/ic_topic.png") center/cover no-repeat;
}
.sub .sub_footer .foot_btn {
  background: #0047a8;
  padding: 58px 0 18px;
}
.sub .sub_footer .foot_btn .container {
  display: flex;
  justify-content: center;
}
.sub .sub_footer .foot_btn p {
  margin: 0 35px 0 36px;
}
.sub .sub_footer .foot_btn p a {
  width: 470px;
  height: 182px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  display: block;
  padding-top: 63px;
  border: 2px solid #fff;
  position: relative;
}
.sub .sub_footer .foot_btn p a span {
  display: block;
  font-size: 44px;
  color: #003ba8;
  margin: 18px 0 10px;
  letter-spacing: 0.03em;
  transition: all ease 0.3s;
}
.sub .sub_footer .foot_btn p a:before {
  width: 32px;
  height: 28px;
  position: absolute;
  top: 34px;
  left: calc(50% - 16px);
  content: "";
  transition: all ease 0.3s;
}
@media (max-width: 1100px) {
  .sub .sub_footer .foot_btn p {
    margin: 0 15px;
  }
  .sub .sub_footer .foot_btn p a {
    width: 395px;
  }
}
.sub .sub_footer .foot_btn .mail a:before {
  background: url(../images/common/ic_mail.png) center/cover no-repeat;
}
.sub .sub_footer .foot_btn .mail a img {
  display: none;
}
.sub .sub_footer .foot_btn .mail a span {
  font-size: 42px;
}
.sub .sub_footer .foot_btn .tel a:before {
  background: url(../images/common/ic_tel.png) center/cover no-repeat;
}
.sub .sub_footer .foot_btn .tel a img {
  display: none;
}
.sub .sub_footer .foot_btn .tel a span {
  font-size: 42px;
}

/*==========================================
  REPONSIVE ALL
==========================================*/
@media screen and (min-width: 900px) and (max-width: 1340px) {
  .sub .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sub .top_info .container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .sub .company_ct .container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .sub .sub_bg .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 900px) {
  .sub .sub_footer .topic_path ul li a:hover {
    color: #0066cf;
  }
  .sub .sub_footer .foot_btn .tel {
    pointer-events: none;
  }
  .sub .sub_footer .foot_btn p a:hover {
    background: #0b36a2;
    border-color: #fff;
    color: #fff;
  }
  .sub .sub_footer .foot_btn p a:hover span {
    color: #fff;
  }
  .sub .sub_footer .foot_btn .mail a:hover:before {
    background: url(../images/common/ic_mail_w.png) center/cover no-repeat;
  }
  .sub .sub_footer .foot_btn .tel a:hover:before {
    background: url(../images/common/ic_tel_w.png) center/cover no-repeat;
  }
}
@media screen and (max-width: 899px) {
  .sub .top_info .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sub .pc {
    display: none;
  }
  .sub .sp {
    display: block;
  }
  .sub main {
    margin-top: 100px;
  }
  .sub .title {
    margin-bottom: 30px;
  }
  .sub .title h3 {
    font-size: 30px;
  }
  .sub .title p {
    font-size: 16px;
  }
  .sub .top_info {
    height: 240px;
  }
  .sub .top_info .top_info_txt h2 {
    font-size: 32px;
  }
  .sub .top_info .top_info_txt p {
    font-size: 18px;
  }
  .sub .top_info .top_info_img {
    position: absolute;
    width: 100%;
    top: 0;
    right: -15px;
  }
  .sub .top_info .top_info_img .icon {
    margin: 0 0 0 auto;
    width: 190px;
  }
  .sub .top_info .top_info_img .cloud1 {
    left: 0;
  }
  .sub .top_info .top_info_img .cloud2 {
    left: 25%;
    top: -25px;
  }
  .sub .top_info .top_info_img .cloud3 {
    left: 35%;
    top: 25px;
  }
  .sub .top_info .top_info_img .cloud4 {
    left: 50%;
    top: 0;
  }
  .sub .top_info .top_info_img .cloud5 {
    right: 0;
  }
  .sub .top_info .top_info_img .cloud6 {
    display: none;
  }
  .sub .sub_info {
    padding-bottom: 30px;
  }
  .sub .sub_info::before {
    border-width: 0 0 150px 100vw;
    border-color: #fff #fff #0047a8 #fff;
    position: absolute;
    top: -150px;
    left: calc(50% - 50vw);
    content: "";
    z-index: -1;
  }
  .sub .sub_info::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100vw 220px 0;
    border-color: #fff #0047a8 #fff #fff;
    position: absolute;
    bottom: -450px;
    left: calc(50% - 50vw);
    content: "";
    z-index: -1;
  }
  .sub .sub_center {
    text-align: left;
    padding-top: 0;
  }
  .sub .sub_center p {
    line-height: 1.5625;
  }
  .sub .sub_bg {
    padding: 0 17px;
  }
  .sub .sub_bg .container {
    padding: 50px 12px 0;
    margin: 0 -10px;
  }
  .sub .sub_footer {
    margin-top: 50px;
  }
  .sub .sub_footer .topic_path {
    display: none;
  }
  .sub .sub_footer .foot_btn {
    padding: 50px 0 0px;
  }
  .sub .sub_footer .foot_btn .container {
    flex-direction: column;
    align-items: center;
  }
  .sub .sub_footer .foot_btn p {
    margin: 0 0 15px;
    width: 100%;
  }
  .sub .sub_footer .foot_btn p a {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 0 10px;
  }
  .sub .sub_footer .foot_btn p a:before {
    top: 15px;
  }
  .sub .sub_footer .foot_btn p a span {
    margin: 0 0 0;
  }
  .sub .sub_footer .foot_btn .tel a span {
    font-size: 32px;
  }
  .sub .sub_footer .foot_btn .tel a:before {
    background: url(../images/common/ic_tel.png) center top no-repeat;
    background-size: 22px 19px;
    top: 20px;
  }
  .sub .sub_footer .foot_btn .tel {
    pointer-events: inherit;
  }
  .sub .sub_footer .foot_btn .mail {
    margin-bottom: 0;
  }
  .sub .sub_footer .foot_btn .mail a span {
    font-size: 30px;
  }
  .sub .sub_footer .foot_btn .mail a:before {
    background: url(../images/common/ic_mail.png) center top no-repeat;
    background-size: 25px 22px;
  }
}
@media screen and (max-width: 420px) {
  .sub .sp420 {
    display: block;
  }
  .sub .top_info .top_info_txt h2 {
    font-size: 28px;
  }
  .sub .top_info .top_info_txt p {
    font-size: 14px;
  }
  .sub .top_info .top_info_img .cloud {
    width: 35px;
    height: 20px;
  }
  .sub .top_info .top_info_img .cloud1 {
    top: -30px;
  }
  .sub .top_info .top_info_img .cloud5 {
    right: 15px;
  }
  .sub .sub_footer .foot_btn p a {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  .sub .sp360 {
    display: block;
  }
  .sub .top_info .top_info_txt h2 {
    font-size: 24px;
  }
  .sub .sub_footer .foot_btn p a {
    font-size: 12px;
  }
}
/*==========================================
  COMPANY PAGE
==========================================*/
#company .sub_info {
  padding-bottom: 70px;
}

.sub .company_ct .container {
  display: flex;
}
.sub .company_ct .company_img {
  width: 270px;
}
.sub .company_ct .company_txt {
  width: calc(100% - 270px);
  padding: 42px 0 0 90px;
}
.sub .company_ct .company_txt p {
  color: #fff;
  margin-left: 15px;
  letter-spacing: -0.025em;
}
.sub .company_ct .company_txt .big {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px;
}
.sub .company_ct .company_txt .right {
  font-size: 14px;
  line-height: 1.5em;
}
.sub .company_ct .company_txt .right span {
  font-size: 18px;
  margin-left: 20px;
}
.sub .company_over_list {
  border-top: 1px solid #dedede;
  margin-bottom: 50px;
}
.sub .company_over_list dl {
  border-bottom: 1px solid #dedede;
  padding: 18px 30px;
  display: flex;
  align-items: flex-start;
}
.sub .company_over_list dt {
  width: 230px;
}
.sub .company_over_list dd {
  width: calc(100% - 230px);
}
.sub .company_over_list .list_dot {
  display: flex;
}
.sub .company_over_list .list_dot ol:not(:last-child) {
  margin-right: 70px;
}
.sub .company_over_list .list_dot ol li {
  line-height: 2em;
}
.sub .company_over_list ol.mbl10 li:not(:last-child) {
  margin-bottom: 10px;
}
.sub .company_over_list ol.mb li:not(:last-child) {
  margin-bottom: 8px;
}
.sub .company_over .flex_3col {
  margin: 13px 0;
}
.sub .company_over .flex_3col ol:nth-child(2) {
  margin: 0 100px;
}
.sub .company_access {
  border-radius: 10px;
  overflow: hidden;
}
.sub .company_access .gg_map {
  margin-top: 75px;
  margin-bottom: 2px;
}
.sub .company_access .access_box {
  background: #001a4d;
  display: flex;
  align-items: flex-start;
  padding: 60px 0 65px 110px;
}
.sub .company_access .access_box p {
  color: #fff;
  margin-bottom: 0;
  position: relative;
}
.sub .company_access .access_box p:not(:last-child) {
  margin-right: 150px;
}
.sub .company_access .access_box p:last-child::before {
  width: 1px;
  height: 180px;
  background: #808da6;
  position: absolute;
  top: -10px;
  left: -78px;
  content: "";
}
.sub .company_access .access_box p span {
  font-size: 18px;
  position: relative;
  left: -15px;
  display: inline-block;
  margin-bottom: 10px;
}
.sub .company_access .access_box p.en {
  font-size: 38px;
  margin-right: 85px;
  position: relative;
  top: -10px;
}

@media screen and (min-width: 900px) and (max-width: 1300px) {
  .sub .company_over .flex_3col ol {
    width: 33%;
  }
  .sub .company_over .flex_3col ol li {
    font-size: 14px;
  }
  .sub .company_over .flex_3col ol:nth-child(2) {
    margin: 0 40px;
  }
  .sub .company_access .access_box {
    padding: 60px 45px;
    justify-content: space-between;
  }
  .sub .company_access .access_box p.en {
    margin-right: 35px;
  }
  .sub .company_access .access_box p:not(:last-child) {
    margin-right: 10%;
  }
  .sub .company_access .access_box p:last-child::before {
    left: -20%;
  }
  .sub .company_over_list .list_dot ol:not(:last-child) {
    flex-shrink: 0;
    margin-right: 30px;
  }
}
@media screen and (max-width: 899px) {
  #company.sub .top_info .top_info_img .icon {
    width: 191px;
  }
  #company .sub_info {
    padding-bottom: 30px;
  }
  .sub .company_ct .container {
    position: relative;
    top: -46px;
    left: 0;
  }
  .sub .company_ct .company_txt {
    padding: 0;
    width: 100%;
    clear: both;
  }
  .sub .company_ct .company_txt p {
    margin-left: 0;
  }
  .sub .company_ct .company_txt .sp {
    float: left;
    width: 135px;
    margin: 0 30px 30px 0;
  }
  .sub .company_over_list dl {
    padding: 15px 0;
  }
  .sub .company_over_list dt {
    width: 130px;
  }
  .sub .company_over_list dd {
    width: calc(100% - 130px);
  }
  .sub .company_over_list .list_dot {
    flex-direction: column;
  }
  .sub .company_over .flex_3col {
    flex-direction: column;
    margin: 0;
  }
  .sub .company_over .flex_3col ol {
    margin-bottom: 8px;
    width: 100%;
  }
  .sub .company_over .flex_3col ol:nth-child(2) {
    margin: 0 0 8px;
  }
  .sub .company_access .gg_map {
    height: 300px;
  }
  .sub .company_access .access_box {
    padding: 15px 15px 30px;
    flex-direction: column;
  }
  .sub .company_access .access_box p {
    width: 100%;
  }
  .sub .company_access .access_box p:not(:last-child) {
    margin-right: 0;
  }
  .sub .company_access .access_box p:last-child {
    margin-top: 15px;
    padding-top: 15px;
  }
  .sub .company_access .access_box p:last-child::before {
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
  }
  .sub .company_access .access_box p span {
    left: -3px;
  }
  .sub .company_access .access_box p.en {
    font-size: 24px;
    top: 0;
  }
}
/*==========================================
  PARTNER PAGE
==========================================*/
#partner .sub_info {
  padding-bottom: 45px;
}
#partner .sub_info::after {
  border-width: 0 100vw 400px 0;
  bottom: -650px;
}

.sub .partner_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}
.sub .partner_item.revert {
  flex-direction: row-reverse;
  margin-bottom: 0;
}
.sub .partner_item.revert .partner_img {
  padding-top: 70px;
}
.sub .partner_img {
  width: 430px;
  padding-top: 35px;
}
.sub .partner_txt {
  width: calc(100% - 510px);
}
.sub .partner_txt table th {
  padding: 10px 15px;
}
.sub .partner_txt .list_num {
  padding: 5px 20px 12px;
}
.sub .partner_txt .list_num li {
  margin-bottom: 8px;
  display: flex;
}
.sub .partner_txt .list_num li:last-child {
  margin-bottom: 0;
}
.sub .partner_txt .list_num li span {
  width: 20px;
  flex-shrink: 0;
}
.sub .partner_txt .list_num li.sm {
  font-size: 12px;
}

@media screen and (max-width: 899px) {
  #partner .top_info .top_info_img .icon {
    margin: 20px 0 0 auto;
  }
  #partner .sub_info {
    padding-bottom: 30px;
  }
  .sub .partner_item {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .sub .partner_item.revert {
    flex-direction: column;
    margin-bottom: 0;
  }
  .sub .partner_item.revert .partner_img {
    padding: 0;
  }
  .sub .partner_img {
    width: 100%;
    padding: 0;
  }
  .sub .partner_txt {
    width: 100%;
    margin-top: 30px;
  }
  .sub .partner_txt .list_num {
    padding: 0;
  }
}
/*==========================================
  RESERVE PAGE
==========================================*/
#reserve .top_info .top_info_img {
  top: -30px;
}

.sub .reserve_table {
  margin-top: 15px;
}
.sub .reserve_table caption {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 23px;
}
.sub .reserve_table p.date {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between;
  padding: 15px 10px 0;
}
.sub .reserve_table p.date span {
  font-size: 18px;
}
.sub .reserve_table p.date .big {
  font-size: 24px;
}
.sub .reserve_table p.date .red {
  color: #d9273c;
}
.sub .reserve_table table th {
  background: #001a4d;
  color: #fff;
  border: 1px solid #fff;
  border-bottom: none;
  padding: 6px 15px 10px;
}
.sub .reserve_table table th.blue,
.sub .reserve_table table th.sat {
  background: #0047a8;
}
.sub .reserve_table table th.red,
.sub .reserve_table table th.sun {
  background: #d9273c;
}
.sub .reserve_table table td {
  border: 1px solid #dedede;
  text-align: center;
  padding: 12px 15px 13px;
  font-size: 18px;
}
.sub .reserve_table table td span {
  display: block;
}
.sub .reserve_table table td span.none {
  color: #9fa1a6;
}
.sub .reserve_table table td span.blue,
.sub .reserve_table table td span.sat {
  color: #0047a8;
}
.sub .reserve_table table td span.red,
.sub .reserve_table table td span.sun {
  color: #d9273c;
}
.sub .reserve_table table td.none,
.sub .reserve_table table td.no-day {
  background: #f9f9f9;
}
.sub .reserve_table table td.blue,
.sub .reserve_table table td.sat {
  color: #0047a8;
}
.sub .reserve_table table td.red,
.sub .reserve_table table td.sun {
  color: #d9273c;
}
.sub .monthly-prev-next {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 5px 5px 5px 10px;
}
.sub .monthly-prev-next br {
  display: none;
}
.sub .monthly-prev-next .monthly-prev span,
.sub .monthly-prev-next .monthly-prev a {
  font-size: 18px;
  color: #031842;
}
.sub .monthly-prev-next .monthly-prev span:hover,
.sub .monthly-prev-next .monthly-prev a:hover {
  text-decoration: underline;
}
.sub .monthly-prev-next .monthly-next a {
  font-size: 18px;
  color: #d9273c;
}
.sub .monthly-prev-next .monthly-next a:hover {
  text-decoration: underline;
}
.sub .reserve_time {
  width: 800px;
  max-width: 100%;
  margin: 120px auto 0;
}
.sub .reserve_time p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
.sub .reserve_time table th {
  background: #001a4d;
  color: #fff;
  padding: 6px 15px 10px;
  border-right: 1px solid #fff;
}
.sub .reserve_time table th:last-child {
  border: none;
}
.sub .reserve_time table td {
  padding: 26px 15px;
  border: 1px solid #dedede;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.sub .reserve_time table td:first-child {
  background: #f9f9f9;
}

@media screen and (min-width: 900px) {
  #reserve .top_info .top_info_img .icon {
    position: relative;
    top: 100px;
  }
  .sub .reserve_form .container {
    min-height: 600px;
  }
}
@media screen and (max-width: 899px) {
  .sub .reserve_table caption {
    font-size: 20px;
  }
  .sub .reserve_table p.date {
    padding: 0;
  }
  .sub .reserve_table p.date span {
    font-size: 14px;
  }
  .sub .reserve_table p.date span.big {
    font-size: 20px;
  }
  .sub .reserve_table table th {
    font-size: 14px;
  }
  .sub .reserve_table table td {
    font-size: 14px;
  }
  .sub .reserve_table .monthly-prev-next {
    padding: 0;
  }
  .sub .reserve_table .monthly-prev-next .monthly-prev span,
  .sub .reserve_table .monthly-prev-next .monthly-prev a {
    font-size: 14px;
  }
  .sub .reserve_table .monthly-prev-next .monthly-next a {
    font-size: 14px;
  }
  .sub .reserve_time {
    margin-top: 50px;
  }
  .sub .reserve_time table th {
    font-size: 16px;
  }
  .sub .reserve_time table td {
    font-size: 16px;
    padding: 15px;
  }
}
@media screen and (max-width: 420px) {
  .tb_scroll {
    width: 100%;
    overflow: auto;
  }
  .tb_scroll table {
    width: 750px;
    margin-top: 40px;
  }
  .tb_scroll table caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  .sub .reserve_table caption {
    font-size: 18px;
  }
  .sub .reserve_table .monthly-prev-next {
    padding: 0;
  }
  .sub .reserve_table .monthly-prev-next .monthly-prev span,
  .sub .reserve_table .monthly-prev-next .monthly-prev a {
    font-size: 12px;
  }
  .sub .reserve_table .monthly-prev-next .monthly-next a {
    font-size: 12px;
  }
}
/*==========================================
  NEWS PAGE
==========================================*/
#news .sub_info {
  padding: 35px 0 0;
}
#news .sub_info .container {
  background: #fff;
  border-radius: 10px 10px 0 0;
  padding-bottom: 5px;
}
#news .sub_info::after {
  display: none;
}
#news .sub_info > div::before {
  display: none;
}
#news .news_form {
  top: -4px;
}
#news .news_form::before {
  top: 1px;
  height: calc(100% - 239px);
}
#news .news_form::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 220px 0;
  border-color: transparent #0047a8 transparent transparent;
  position: absolute;
  bottom: 19px;
  left: calc(50% - 50vw);
  content: "";
  z-index: -1;
}

.sub .news_select {
  background: #fff;
  padding: 82px 50px 0;
}
.sub .news_select .select_cate {
  position: relative;
  width: 300px;
}
.sub .news_select .select_cate select {
  width: 100%;
  height: 44px;
  background: #efefef;
  padding: 0 25px;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  border-radius: 30px;
  cursor: pointer;
  color: #031842;
}
.sub .news_select .select_cate span {
  width: 56px;
  height: 44px;
  border-radius: 0 30px 30px 0;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  background: #001a4d;
}
.sub .news_select .select_cate span::before {
  width: 12px;
  height: 10px;
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 8px);
  background: url("../images/news/ic_select.png") center/cover no-repeat;
  content: "";
}
.sub .news_form {
  position: relative;
}
.sub .news_form::before {
  background: #0047a8;
  width: 100%;
  height: 430px;
  position: absolute;
  left: 0;
  content: "";
  z-index: -1;
}
.sub .news_form .container {
  padding: 43px 100px 0;
  border-radius: 0;
}
.sub .news_form .news_list .title {
  margin: 15px 0 0;
  text-align: left;
}
.sub .news_form .news_list > li > a {
  padding: 35px 60px 31px 25px;
}
.sub .news_form .news_list > li > a .date {
  margin-right: 10px;
}
.sub .detail_form .container {
  border-radius: 0 10px 10px 10px;
}
.sub .detail_form::before {
  top: 40px;
}
.sub .detail_main {
  padding: 30px;
  margin-bottom: 50px;
}
.sub .detail_main .date {
  font-size: 14px;
  color: #003ba8;
  margin-bottom: 0;
}
.sub .detail_main .date span {
  font-size: 12px;
  color: #e61844;
  position: relative;
  top: -1px;
  font-weight: 700;
}
.sub .detail_main .name {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.sub .detail_main .name::before {
  width: calc(100% + 60px);
  height: 1px;
  background: #dedede;
  position: absolute;
  bottom: 0;
  left: -30px;
  content: "";
}
.sub .detail_main .flex_img {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.sub .detail_main .flex_img p {
  margin-bottom: 0;
}
.sub .detail_content p {
  line-height: 1.5;
  letter-spacing: 0.05em;
}

#news_detail .sub_info {
  padding: 85px 0 0;
}
#news_detail .sub_info > div::before {
  background: none !important;
}
#news_detail .sub_info::after {
  display: none;
}
#news_detail .news_form .container {
  position: relative;
  top: -50px;
  left: 0;
}
#news_detail .news_form::before {
  height: calc(100% - 444px);
}
#news_detail .news_form::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 220px 0;
  border-color: transparent #0047a8 transparent transparent;
  position: absolute;
  bottom: 184px;
  left: calc(50% - 50vw);
  content: "";
  z-index: -1;
}

@media screen and (min-width: 900px) and (max-width: 1340px) {
  #news .sub_info {
    padding: 35px 15px 0;
  }
}
@media screen and (max-width: 899px) {
  #news .sub_info {
    padding: 0;
  }
  #news .sub_info .container {
    margin: 0 7px;
  }
  #news .sub_footer {
    position: relative;
    z-index: 2;
  }
  #news .sub_footer .foot_btn {
    padding: 50px 0 15px;
  }
  .sub .news_select {
    padding: 30px 0 0;
  }
  .sub .news_select .select_cate {
    margin: 0 auto;
  }
  .sub .news_form .container {
    padding: 30px 15px 30px;
  }
  .sub .news_form .news_list > li > a {
    padding: 20px 0;
  }
  .sub .news_form .news_list .title {
    margin-top: 5px;
  }
  .sub .detail_form {
    top: -15px;
  }
  .sub .detail_main {
    padding: 0;
  }
  .sub .detail_main .name {
    font-size: 19px;
  }
  .sub .detail_main .name::before {
    width: 100%;
    left: 0;
  }
  .sub .detail_main .flex_img {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .sub .detail_main .flex_img p:not(:last-child) {
    margin-bottom: 15px;
  }
  #news_detail .sub_info {
    padding: 0;
  }
  #news_detail .sub_info > div::before {
    background: #0047a8 !important;
  }
}
/*==================================
ページナビ
==================================*/
.page_navigation .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 63px 0 50px;
}
.page_navigation .wp-pagenavi a img {
  transition: all ease 0.3s;
  position: relative;
}
.page_navigation .wp-pagenavi > .page {
  font-size: 16px;
  font-weight: 500;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 10px;
  border-radius: 50%;
}
.page_navigation .wp-pagenavi > .page:not(.current) {
  background-color: #efefef;
}
.page_navigation .wp-pagenavi .current {
  font-size: 16px;
  font-weight: 500;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 10px;
  border-radius: 50%;
}
.page_navigation .wp-pagenavi .current:not(.current) {
  background-color: #efefef;
}
.page_navigation .wp-pagenavi > .page.current {
  background-color: #001a4d;
  color: #fff;
}
.page_navigation .wp-pagenavi .current.current {
  background-color: #001a4d;
  color: #fff;
}
.page_navigation .wp-pagenavi .nextpostslink {
  position: relative;
  font-weight: 500;
  box-sizing: border-box;
}
.page_navigation .wp-pagenavi .nextpostslink img {
  right: 0;
}
.page_navigation .wp-pagenavi .previouspostslink {
  position: relative;
  font-weight: 500;
  box-sizing: border-box;
}
.page_navigation .wp-pagenavi .previouspostslink img {
  left: 0;
}
.page_navigation .wp-pagenavi .nextpostslink.previouspostslink {
  margin-right: 30px;
}
.page_navigation .wp-pagenavi .previouspostslink.previouspostslink {
  margin-right: 30px;
}
.page_navigation .wp-pagenavi .nextpostslink.nextpostslink {
  margin-left: 30px;
}
.page_navigation .wp-pagenavi .previouspostslink.nextpostslink {
  margin-left: 30px;
}
.page_navigation .wp-pagenavi .list_back {
  margin-left: 58px;
  margin-right: 58px;
}
.page_navigation .wp-pagenavi .list_back > a {
  font-weight: 500;
}
.page_navigation .wp-pagenavi .list_back > a > .list_icon {
  display: inline-block;
  padding-left: 24px;
  position: relative;
}
.page_navigation .btn_pre {
  width: 150px;
  height: 50px;
}
.page_navigation .btn_pre a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  background: #efefef;
  border-radius: 30px;
  left: 0;
}
.page_navigation .btn_pre a::before {
  background: url("../images/news/ic_next.png") center/cover no-repeat;
  width: 10px;
  height: 14px;
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: 25px;
  right: inherit;
  left: 25px;
  background: url("../images/news/ic_prev.png") center/cover no-repeat;
}
.page_navigation .btn_next {
  width: 150px;
  height: 50px;
}
.page_navigation .btn_next a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  background: #efefef;
  border-radius: 30px;
  left: 0;
}
.page_navigation .btn_next a::before {
  background: url("../images/news/ic_next.png") center/cover no-repeat;
  width: 10px;
  height: 14px;
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: 25px;
}
.page_navigation .btn_back {
  width: 220px;
  height: 50px;
  margin: 0 30px 30px;
}
.page_navigation .btn_back a {
  background: #d9273c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.detail_form .page_navigation {
  display: flex;
  justify-content: center;
}
.detail_form .page_navigation p {
  margin-bottom: 0;
}

@media (min-width: 900px) {
  .page_navigation .wp-pagenavi > .page:not(.current):hover {
    color: #fff;
    background-color: #001a4d;
  }
  .page_navigation .wp-pagenavi .current:not(.current):hover {
    color: #fff;
    background-color: #001a4d;
  }
  .page_navigation .wp-pagenavi .nextpostslink:hover img {
    right: -15px;
  }
  .page_navigation .wp-pagenavi .previouspostslink:hover img {
    left: -15px;
  }
  .page_navigation .btn_back a:hover {
    background: #001a4d;
    color: #fff;
  }
  .page_navigation .btn_pre:hover a {
    left: -15px;
  }
  .page_navigation .btn_next:hover a {
    left: 15px;
  }
}
@media screen and (max-width: 899px) {
  .page_navigation .wp-pagenavi {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .page_navigation .btn_back {
    width: 150px;
    margin: 0 10px;
  }
  .page_navigation .btn_pre {
    width: 100px;
  }
  .page_navigation .btn_pre a {
    padding-left: 10px;
  }
  .page_navigation .btn_pre a::before {
    left: 15px;
  }
  .page_navigation .btn_next {
    width: 100px;
  }
  .page_navigation .btn_next a {
    padding-right: 10px;
  }
  .page_navigation .btn_next a::before {
    right: 15px;
  }
}
/*==========================================
  SERVICE PAGE
==========================================*/
.service_page .sub_info {
  padding-bottom: 55px;
}
.service_page .sub_info .underline {
  text-align: center;
  margin: 15px 0 0;
}
.service_page .sub_info .underline span {
  font-size: 24px;
  border-bottom: 2px solid #fff;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-weight: 600;
}
.service_page .sub_info .big {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.32em;
}
.service_page .sub_center {
  padding-top: 40px;
}
.service_page .service_form .container {
  display: flex;
  padding-top: 65px;
}
.service_page .service_col {
  width: calc(100% - 290px);
}
.service_page .service_nav {
  width: 240px;
  height: 300px;
  margin-left: 50px;
}
.service_page .service_nav ul {
  overflow: hidden;
  border-radius: 10px;
}
.service_page .service_nav ul li {
  width: 100%;
  height: 50px;
}
.service_page .service_nav ul li a {
  background: #001a4d;
  display: flex;
  align-items: center;
  padding: 0 10px 0 40px;
  color: #fff;
  width: 100%;
  height: 100%;
}
.service_page .service_nav ul li.active a {
  background: #00317b;
}
.service_page .btn_link a {
  background: #d9273c;
  color: #fff;
  display: inline-block;
  padding: 10px 40px;
  border-radius: 30px;
  text-align: center;
  line-height: 1.5em;
}

#service .sub_info {
  padding-bottom: 0;
}
#service .sub_info::after {
  bottom: 0;
  border-width: 0 100vw 300px 0;
}
#service .sub_info > div::before {
  height: 100%;
  z-index: -2;
  bottom: 0;
}

.sub .list_area {
  position: relative;
  margin-top: 53px;
}
.sub .list_area ul {
  justify-content: center;
  margin: 0 -22px;
}
.sub .list_area ul li {
  width: 33.33%;
  height: 240px;
  padding: 0 22px;
  box-sizing: border-box;
  margin-bottom: 45px;
}
.sub .list_area ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
  border: 2px solid #fff;
  box-sizing: border-box;
  background-color: #0b36a2;
  overflow: hidden;
}
.sub .list_area ul li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 10px;
  background: url(../images/common/arrow_wh.svg) no-repeat 0/contain;
  right: 27px;
  bottom: 23px;
  transition: 0.3s;
}
.sub .list_area ul li a .pt1 {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}
.sub .list_area ul li a .pt1 figure {
  width: 128px;
  height: 83px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.sub .list_area ul li a .pt1 figure img {
  width: 128px;
}
.sub .list_area ul li a .pt1 p {
  color: #fff;
  font-size: 25px;
  line-height: 1;
}
.sub .list_area ul li a .pt2 {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.sub .list_area ul li a .pt2 p {
  text-align: center;
  margin-bottom: 10px;
}
.sub .list_area ul li a .pt2 p span {
  font-size: 18px;
  line-height: 1.8;
  background: linear-gradient(transparent 80%, #ffe972 80%);
}
.sub .list_area ul li:nth-child(n+4) a .pt1 figure img {
  width: 88px;
}

@media (max-width: 1100px) {
  .sub .list_area ul {
    margin: 0 -10px;
  }
  .sub .list_area ul li {
    padding: 0 10px;
  }
  .sub .list_area ul li a .pt2 p span {
    font-size: 15px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .service_page .service_form {
    padding: 0 17px;
  }
  .service_page .service_form .container {
    padding-top: 30px;
    flex-wrap: wrap;
  }
  .service_page .service_col {
    width: 100%;
  }
  .service_page .service_nav {
    width: 100%;
    margin: 30px 0 0;
  }
  .service_page .illegal_tb ul {
    justify-content: center;
  }
  .service_page .traffic_ct .box_btn {
    justify-content: center;
    padding: 0;
  }
}
@media screen and (min-width: 900px) {
  .sub .top_info .top_info_txt h2 {
    word-break: keep-all;
  }
  .sub .list_area ul li a:hover {
    transform: translateY(-10px);
    background: #fff;
    box-shadow: 0 8px 0 #003278;
  }
  .sub .list_area ul li a:hover::before {
    background: url(../images/common/arrow.svg) no-repeat 0/contain;
  }
  .sub .list_area ul li a:hover .pt2 {
    opacity: 1;
  }
  .service_page .service_nav ul li a:hover {
    padding-left: 33px;
  }
  .service_page .service_nav ul li.active a:hover {
    opacity: 1;
  }
  .service_page .btn_link a:hover {
    background: #001a4d;
    color: #fff;
  }
}
@media screen and (max-width: 899px) {
  .sub .list_area {
    margin-top: 30px;
  }
  .sub .list_area ul {
    margin: 0;
  }
  .sub .list_area ul li {
    width: 100%;
    padding: 0;
    height: auto;
    margin-bottom: 20px;
  }
  .sub .list_area ul li a {
    background: #fff;
  }
  .sub .list_area ul li a::before {
    display: none;
  }
  .sub .list_area ul li a .pt1 {
    flex-direction: row;
    height: 130px;
    background: #0b36a2;
    border-radius: 0;
  }
  .sub .list_area ul li a .pt1::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 10px;
    background: url(../images/common/arrow_wh.svg) no-repeat 0/contain;
    right: 15px;
    bottom: 15px;
  }
  .sub .list_area ul li a .pt1 figure {
    width: 95px;
    height: 95px;
    margin-bottom: 0;
  }
  .sub .list_area ul li a .pt1 figure img {
    width: 85px;
  }
  .sub .list_area ul li a .pt1 p {
    font-size: 20px;
    width: 185px;
    margin-left: 15px;
    text-align: center;
  }
  .sub .list_area ul li a .pt2 {
    padding: 15px 25px;
    opacity: 1;
    position: relative;
    top: inherit;
    left: inherit;
    height: auto;
    justify-content: flex-start;
  }
  .sub .list_area ul li a .pt2 p {
    margin-bottom: 0;
    text-align: left;
  }
  .service_page .sub_info {
    padding-bottom: 30px;
  }
  .service_page .sub_info .big {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .service_page .sub_info .underline span {
    font-size: 18px;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .service_page .sub_center {
    padding-top: 0;
  }
  .service_page .service_form .container {
    padding-top: 30px;
    flex-wrap: wrap;
  }
  .service_page .service_col {
    width: 100%;
  }
  .service_page .service_nav {
    width: 100%;
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .sub .list_area ul li a .pt1 p {
    font-size: 18px;
  }
  .service_page .btn_link {
    text-align: center;
  }
  .service_page .btn_link a {
    padding: 5px 10px;
    width: 100%;
  }
  .service_page .sub_info .big {
    font-size: 20px;
  }
}
/*==========================================
  SERVICE | TREE PAGE
==========================================*/
.service_page .tree_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service_page .tree_content dl {
  width: calc((100% - 30px) / 2);
  overflow: hidden;
  background: #efefef;
  border-radius: 10px;
  margin-bottom: 30px;
}
.service_page .tree_content dl:last-child {
  margin-bottom: 0;
}
.service_page .tree_content dd {
  padding: 15px 25px 30px;
}
.service_page .tree_content dd .big {
  text-align: center;
  font-size: 22px;
  margin-bottom: 0;
  font-weight: bold;
}

@media screen and (max-width: 899px) {
  .service_page .tree_content dl {
    width: calc((100% - 20px) / 2);
  }
  .service_page .tree_content dd {
    padding: 15px;
  }
  .service_page .tree_content dd .big {
    font-size: 20px;
  }
}
@media screen and (max-width: 560px) {
  .service_page .tree_content dl {
    width: 100%;
  }
}
/*==========================================
  SERVICE | TRAFFIC + FACILITY + STORE PAGE
==========================================*/
.service_page .traffic_ct h4 {
  line-height: 1.34em;
  font-size: 26px;
  font-weight: 700;
  border-bottom: 1px solid #dedede;
  padding-bottom: 8px;
  margin-bottom: 15px;
}
.service_page .traffic_ct .margin {
  margin-top: 45px;
}
.service_page .traffic_ct table th {
  padding: 10px 15px;
  font-size: 18px;
}
.service_page .traffic_ct table td {
  padding: 27px 50px;
}
.service_page .traffic_ct .flex_col {
  display: flex;
}
.service_page .traffic_ct .flex_col ol:not(:last-child) {
  margin-right: 60px;
}
.service_page .traffic_ct .flex_col ol li {
  margin-bottom: 10px;
}
.service_page .traffic_box p.img02 {
  max-width: 300px;
  float: right;
  padding: 0 0 15px 20px;
}
@media screen and (max-width: 899px) {
  .service_page .traffic_box p.img02 {
    max-width: 300px;
    float: none;
    margin: 0 auto;
  }
}
.service_page .traffic_box .system {
  margin-bottom: 30px;
}
.service_page .traffic_box .flex {
  display: flex;
  justify-content: center;
}
.service_page .traffic_box .bg_red {
  font-size: 18px;
  background: #d9273c;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  padding: 4px 15px;
  line-height: 1.3125em;
  letter-spacing: 0;
}
.service_page .scl {
  overflow: unset;
}
.service_page .camera_ph {
  padding-top: 30px;
}
.service_page .camera_ph img.hiru {
  padding-bottom: 30px;
}

#store .traffic_ct .flex_col ol:not(:last-child) {
  margin-right: 160px;
}

@media screen and (max-width: 899px) {
  .service_page .traffic_ct h4 {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .service_page .traffic_ct .margin {
    margin-top: 30px;
  }
  .service_page .traffic_ct table td {
    padding: 15px;
  }
  .service_page .traffic_ct .flex_col {
    flex-direction: column;
  }
  .service_page .traffic_ct .flex_col ol:not(:last-child) {
    margin-right: 0;
  }
  .service_page .traffic_box {
    margin-bottom: 30px;
  }
  .service_page .traffic_box .flex {
    display: flex;
    justify-content: space-between;
  }
  .service_page .traffic_box .flex img {
    width: 50%;
  }
  #store .traffic_ct .flex_col ol:not(:last-child) {
    margin-right: 160px;
  }
}
@media screen and (max-width: 560px) {
  .service_page .traffic_box {
    flex-wrap: wrap;
  }
  .service_page .traffic_box .img {
    width: 100%;
    margin: 0 auto 15px;
  }
}
/*==========================================
  SERVICE - ILLEGAL PAGE
==========================================*/
.service_page .traffic_ct .illegal_tb td {
  padding: 30px 40px;
}
.service_page .traffic_ct .box_btn {
  display: flex;
  margin-top: 65px;
  padding-left: 54px;
}
.service_page .traffic_ct .box_btn p {
  margin-bottom: 0;
}
.service_page .traffic_ct .box_btn p:not(:last-child) {
  margin-right: 25px;
}
.service_page .traffic_ct .box_btn p a {
  width: 390px;
  max-width: 100%;
  height: 70px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50px;
}
.service_page .illegal_box dl {
  display: flex;
  width: 100%;
}
.service_page .illegal_box dt {
  width: 50%;
  padding-top: 10px;
}
.service_page .illegal_box dd {
  width: 50%;
  padding: 0 4px 0 28px;
}
.service_page .illegal_box dd p {
  margin-bottom: 8px;
  text-align: center;
  background: #d9273c;
  text-align: center;
  color: #fff;
  padding: 0 0 2px;
  border-radius: 30px;
  font-size: 18px;
}
.service_page .illegal_tb {
  margin-bottom: 65px;
}
.service_page .illegal_tb .exam {
  margin: 10px 0 25px;
  position: relative;
  padding-left: 100px;
}
.service_page .illegal_tb .exam span {
  width: 100px;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.service_page .illegal_tb .exam i {
  display: inline-flex;
  color: #d9273c;
  font-style: normal;
}
.service_page .illegal_tb ul {
  display: flex;
  flex-wrap: wrap;
}
.service_page .illegal_tb ul li {
  width: 190px;
  margin: 0 20px 24px 0;
}
.service_page .illegal_tb ul li:nth-child(4n+4) {
  margin-right: 0;
}
.service_page .illegal_tb ul li span {
  display: block;
  font-size: 15px;
  margin-top: 7px;
}
.service_page .illegal_tb + h4 {
  margin-bottom: 5px;
}
.service_page .illegal_step {
  margin-bottom: 65px;
}
.service_page .illegal_step .fs18 {
  font-size: 18px;
}
.service_page .illegal_step dl {
  background: #efefef;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
}
.service_page .illegal_step dt {
  position: relative;
  font-size: 20px;
  padding-left: 60px;
  line-height: 1.5em;
  margin-bottom: 9px;
  font-weight: bold;
}
.service_page .illegal_step dt span {
  position: absolute;
  top: calc(50% - 32px);
  left: -11px;
  background: #0047a8;
  font-size: 13px;
  line-height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 67px;
  height: 67px;
  color: #fff;
  border-radius: 50%;
}
.service_page .illegal_step dt span i {
  font-size: 30px;
  line-height: 1em;
  font-style: normal;
}
.service_page .illegal_step dd {
  display: flex;
}
.service_page .illegal_step dd .step_img {
  width: 310px;
  margin-top: 5px;
}
.service_page .illegal_step dd .step_txt {
  width: calc(100% - 310px);
  padding-left: 40px;
}
.service_page .illegal_step dd .step_txt .mb10 {
  margin-bottom: 10px;
}
.service_page .illegal_step dd .step_txt .dotted {
  margin-bottom: 10px;
}
.service_page .illegal_step dd .step_txt .dotted li {
  line-height: 1.875em;
}

#illegal .traffic_box.mb40 {
  margin-bottom: 40px;
}
#illegal .traffic_ct .box_btn {
  margin-top: 0;
}
#illegal .traffic_box p.img {
  max-width: 620px;
}
#illegal .price_box {
  margin-bottom: 65px;
}
#illegal .price_box table tr th {
  border-right: 1px solid #dedede;
}
#illegal .price_box table tr th:nth-of-type(2) {
  border-right: none;
}
#illegal .price_box table tr td {
  border-right: 1px solid #dedede;
  text-align: center;
}
#illegal .price_box table tr td:nth-of-type(2) {
  border-right: none;
}
#illegal .price_box table tr td span {
  display: inline-block;
}
#illegal .price_box p {
  padding-top: 5px;
  text-indent: -1.1em;
  margin-left: 1.1em;
}

@media screen\0  {
  .service_page .illegal_box dl {
    width: 900px;
  }
  .service_page .illegal_tb ul {
    width: 900px;
  }
  .service_page .traffic_ct .illegal_tb td {
    width: 900px;
  }
}
@media screen and (min-width: 900px) {
  .service_page .illegal_step dl:last-child {
    padding-top: 32px;
  }
  .service_page .illegal_step dl:last-child dt {
    padding-left: 70px;
  }
  .service_page .illegal_step dl:last-child dt span {
    top: calc(50% - 37px);
  }
}
@media screen and (max-width: 899px) {
  .service_page .traffic_ct .illegal_tb td {
    padding: 15px;
  }
  .service_page .traffic_ct .box_btn {
    margin-top: 50px;
    padding: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .service_page .traffic_ct .box_btn p:not(:last-child) {
    margin: 0 0 15px;
  }
  .service_page .illegal_tb ul {
    justify-content: space-between;
  }
  .service_page .illegal_tb ul li {
    width: calc((100% - 20px) / 2);
    margin-right: 0;
  }
  .service_page .illegal_step dd .step_txt {
    padding-left: 20px;
  }
}
@media screen and (max-width: 750px) {
  .service_page .illegal_box dl {
    flex-wrap: wrap;
  }
  .service_page .illegal_box dt {
    width: 100%;
    padding: 0 0 30px;
    text-align: center;
  }
  .service_page .illegal_box dd {
    width: 100%;
    padding: 0;
  }
  .service_page .illegal_step dl {
    padding: 15px;
  }
  .service_page .illegal_step dt {
    font-size: 18px;
    padding-left: 0;
    margin-bottom: 15px;
    display: flex;
  }
  .service_page .illegal_step dt span {
    flex-shrink: 0;
    position: relative;
    top: inherit;
    left: inherit;
    margin-right: 10px;
  }
  .service_page .illegal_step dd {
    flex-wrap: wrap;
  }
  .service_page .illegal_step dd .step_img {
    width: 100%;
    text-align: center;
  }
  .service_page .illegal_step dd .step_img.w80 {
    width: 80%;
    margin: 0 auto;
  }
  .service_page .illegal_step dd .step_img.w70 {
    width: 70%;
    margin: 0 auto;
  }
  .service_page .illegal_step dd .step_txt {
    width: 100%;
    padding: 10px 0 0;
  }
}
@media screen and (max-width: 420px) {
  .service_page .illegal_box dd p {
    font-size: 16px;
  }
  .service_page .traffic_ct .box_btn p {
    width: 100%;
  }
  .service_page .traffic_ct .box_btn p a {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .service_page .illegal_box dd p {
    font-size: 14px;
  }
}
/*==========================================
  SERVICE - SECURITY PAGE
==========================================*/
.service_page .security_form table:not(:last-child) {
  margin-bottom: 20px;
}
.service_page .security_form table th {
  font-size: 20px;
  padding: 8px 15px;
}
.service_page .security_form table td {
  padding: 18px 25px;
}
.service_page .security_form table td .bg_red {
  font-size: 18px;
  background: #d9273c;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
  padding: 4px 15px;
  line-height: 1.3125em;
  letter-spacing: 0;
}
.service_page .security_form table td .border {
  border-bottom: 1px solid #dedede;
  padding-bottom: 17px;
  margin-bottom: 13px;
}
.service_page .security_form table td .mb0 {
  margin-bottom: 0;
}
.service_page .security_form table td ul {
  padding-left: 5px;
}
.service_page .security_form table td ul li {
  line-height: 2.125em;
  padding-left: 20px;
  position: relative;
}
.service_page .security_form table td ul li::before {
  content: "■";
  font-size: 16px;
  color: #031842;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 20px;
}

@media screen and (max-width: 899px) {
  .service_page .security_form table td {
    padding: 15px;
  }
  .service_page .security_form table td ul li {
    line-height: 1.5em;
  }
}
/*==========================================
 EDUCATION PAGE
==========================================*/
.sub .edu_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sub .edu_list ul li {
  width: calc((100% - 20px) / 2);
  margin-bottom: 20px;
  background: #0b36a2;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 25px 34px 30px;
  overflow: auto;
}
.sub .edu_list ul li p {
  color: #fff;
  text-align: left;
  line-height: 1.875em;
  letter-spacing: 0;
}
.sub .edu_list ul li .big {
  text-align: center;
  font-size: 24px;
  border-bottom: 1px solid #fff;
  margin-bottom: 13px;
  font-weight: 600;
}
.sub .edu_list ul li .img {
  width: 200px;
  float: left;
  margin: 5px 20px 5px 0;
}
.sub .edu_form h4 {
  line-height: 1.34em;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px solid #dedede;
  padding-bottom: 8px;
  margin-bottom: 15px;
}
.sub .edu_form .edu_item {
  display: flex;
  margin-bottom: 40px;
}
.sub .edu_form .edu_item:last-child {
  margin-bottom: 0;
}
.sub .edu_form .edu_item2 {
  margin-bottom: 55px;
}
.sub .edu_form .edu_txt .mb15 {
  margin-bottom: 15px;
}
.sub .edu_form .edu_txt .edu_frame_flex {
  display: flex;
}
.sub .edu_form .edu_txt .edu_frame {
  background: #efefef;
  padding: 40px;
  border-radius: 10px;
  font-weight: 700;
}
.sub .edu_form .edu_txt .edu_frame p:not(:last-child) {
  margin-bottom: 10px;
}
.sub .edu_form .edu_txt .edu_frame p span {
  color: #e61844;
  font-size: 18px;
  display: block;
  line-height: 1.66em;
  font-weight: 700;
}
.sub .edu_form .edu_txt .edu_frame .frame_img {
  margin: 10px 46px 0 20px;
}
.sub .edu_form .edu_txt .edu_frame .frame_img p {
  font-size: 12px;
  line-height: 1.4em;
}
.sub .edu_form .edu_txt .edu_frame .frame_txt p {
  padding-left: 20px;
  margin-bottom: 5px;
  font-weight: 700;
}
.sub .edu_form .edu_txt .edu_frame .frame_txt p span {
  position: relative;
  left: -20px;
  font-weight: 700;
  margin-bottom: -4px;
}
.sub .edu_form .edu_img {
  flex-shrink: 0;
  margin: 10px 0 0 50px;
}
.sub .edu_form .edu_img p {
  margin-bottom: 8px;
}
.sub .edu_form .edu_img .sm {
  font-size: 12px;
  color: #686868;
}
.sub .edu_form .container {
  padding-top: 65px;
}
.sub .edu_form .fs14 {
  font-size: 14px;
}

@media screen and (max-width: 899px) {
  #education .sub_info::before {
    top: -120px;
  }
  .sub .edu_list ul li {
    margin-bottom: 10px;
  }
  .sub .edu_list ul li .big {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .sub .edu_list ul li .img {
    width: 100%;
    float: none;
    margin: 0 0 10px;
  }
  .sub .edu_form .container {
    padding-top: 30px;
  }
  .sub .edu_form h4 {
    font-size: 20px;
  }
  .sub .edu_form .edu_item {
    flex-wrap: wrap;
  }
  .sub .edu_form .edu_txt {
    width: 100%;
  }
  .sub .edu_form .edu_txt .edu_frame {
    padding: 15px;
  }
  .sub .edu_form .edu_txt .edu_frame_flex {
    flex-direction: column;
  }
  .sub .edu_form .edu_txt .edu_frame_flex .frame_img {
    width: 100%;
    margin: 0 0 30px;
  }
  .sub .edu_form .edu_txt .mb15 + p {
    margin-bottom: 5px;
  }
  .sub .edu_form .edu_img {
    width: auto;
    margin: 20px auto 0;
    max-width: 100%;
    text-align: center;
  }
  .sub .edu_form .float_sp .sp {
    float: right;
    margin: 0 0 10px 10px;
  }
  .sub .edu_form .float_sp .edu_img {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .sub .edu_form .edu_img {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .sub .edu_list ul li {
    width: 100%;
    padding: 10px 15px;
  }
  .sub .edu_list ul li .img img {
    width: auto;
  }
}
/*==========================================
  CONTACT PAGE
==========================================*/
#contact .sub_info {
  padding-bottom: 20px;
}
#contact .sub_info .sub_center {
  padding-top: 35px;
}
#contact .sub_info .sub_center p {
  margin-bottom: 20px;
}
#contact .sub_info .contact_txt {
  color: #fff;
  display: flex;
  justify-content: center;
  margin-bottom: -5px;
}
#contact .sub_info .contact_txt p {
  font-size: 24px;
  letter-spacing: 0.03em;
  margin-bottom: 0;
}
#contact .sub_info .contact_txt p a {
  color: #fff;
  font-size: 24px;
  letter-spacing: 0;
}
#contact .sub_info .contact_txt span {
  font-size: 40px;
  color: #fff;
  letter-spacing: 0;
}
#contact .sub_info .contact_txt .fax {
  position: relative;
  margin-left: 55px;
}
#contact .sub_info .contact_txt .tel {
  position: relative;
}
#contact .sub_info .contact_txt .tel::before {
  content: "/";
  color: #fff;
  font-size: 26px;
  position: absolute;
  top: 0;
  right: -40px;
  font-family: "Noto Sans JP", sans-serif;
  transform: rotate(20deg);
  font-weight: 400;
}
#contact .sub_info .contact_txt .tel a span {
  font-size: 44px;
  letter-spacing: 0.03em;
}
#contact .contact_over .title {
  margin-bottom: 28px;
}
#contact .contact_over .center {
  width: 1090px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  line-height: 2.1875em;
  letter-spacing: 0;
  text-align: center;
}
#contact .contact_over .center span {
  font-size: 14px;
  color: #e61844;
}
#contact .contact_over .policy {
  height: 200px;
  overflow: auto;
  padding: 30px;
  border: 2px solid #efefef;
  width: 1040px;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 10px;
}
#contact .contact_over .policy_ct p {
  color: #6f6f72;
  margin-bottom: 0;
  font-size: 15px;
}
#contact .contact_over .policy_ct a {
  color: #0047a8;
}
#contact .contact_over .policy_ct .center {
  background: none;
  text-align: center;
  margin-bottom: 15px;
  padding: 0;
}
#contact .contact_over .policy_ct ul {
  margin-bottom: 15px;
}
#contact .contact_over .policy_ct ul li {
  padding-left: 20px;
  position: relative;
  color: #6f6f72;
  font-size: 15px;
}
#contact .contact_over .policy_ct ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #6f6f72;
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
}
#contact .contact_over .agree_area {
  text-align: center;
  margin-top: 30px;
}
#contact .contact_over .agree_area label {
  width: 320px;
  position: relative;
  margin-right: 18px;
}
#contact .contact_over .agree_area a {
  text-decoration: none;
  padding-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #031842;
}
#contact .contact_over .agree_area input[type=checkbox] {
  width: 0;
  height: 0;
  opacity: 0;
}
#contact .contact_over .agree_area input[type=checkbox] + label span {
  position: relative;
  padding-left: 40px;
  display: inline-block;
}
#contact .contact_over .agree_area input[type=checkbox] + label span::before {
  width: 26px;
  height: 26px;
  background: url("../images/contact/ic_check.png") center/cover no-repeat;
  content: "";
  position: absolute;
  top: -3px;
  left: 8px;
}
#contact .contact_over .agree_area input[type=checkbox]:checked + label span::before {
  background: url("../images/contact/ic_checked.png") center/cover no-repeat;
}
#contact .contact_over .submit_area input {
  width: 390px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: #d9273c;
  -webkit-border-radius: none;
  border-radius: 35px;
  margin: 56px auto 0;
  transition: all ease 0.3s;
  -webkit-appearance: none;
  border: none;
}
#contact .contact_over .submit_area .ERR {
  text-align: center;
  color: #d9273c;
  font-size: 14px;
  margin-bottom: 0;
}
#contact .form_ct {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  padding: 0 80px;
}
#contact .form_ct dl {
  width: 100%;
  margin-bottom: 35px;
}
#contact .form_ct dl.w50 {
  width: 49%;
}
#contact .form_ct dt {
  padding-left: 20px;
  font-size: 16px;
  color: #031842;
  margin-bottom: 10px;
}
#contact .form_ct dt span {
  font-size: 14px;
}
#contact .form_ct dt .need {
  color: #e61844;
}
#contact .form_ct dd {
  position: relative;
}
#contact .form_ct dd .zip-ic {
  position: absolute;
  top: 16px;
  left: 30px;
}
#contact .form_ct dd input {
  background: #efefef;
  width: 100%;
  border: none;
  border-radius: 50px;
  padding: 16px 45px;
  line-height: 1.2;
}
#contact .form_ct dd input::placeholder {
  color: #d3d3d3;
  font-weight: 500;
}
#contact .form_ct dd input.zip {
  width: 310px;
  margin-bottom: 10px;
}
#contact .form_ct dd label {
  cursor: pointer;
}
#contact .form_ct dd textarea {
  background: #efefef;
  border: none;
  padding: 30px;
  width: 100%;
  min-height: 260px;
  max-height: 400px;
  max-width: 100%;
  border-radius: 10px;
}
#contact .txt_field .need {
  color: #e61844;
}
#contact .txt_field .sm {
  font-size: 14px;
}
#contact .check_field {
  padding: 15px 15px 30px;
  margin-bottom: -15px;
  position: relative;
  display: flex;
}
#contact .check_field ul:not(:last-child) {
  margin-right: 75px;
}
#contact .check_field ul li:not(:last-child) {
  margin-bottom: 23px;
}
#contact .check_field ul li .error {
  position: absolute;
  bottom: 0;
  left: 0;
}
#contact .check_field input[type=checkbox] {
  border: none;
  background: none;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
#contact .check_field input[type=checkbox] + label {
  position: relative;
  padding-left: 35px;
  display: inline-block;
}
#contact .check_field input[type=checkbox] + label::before {
  width: 26px;
  height: 26px;
  background: url("../images/contact/ic_check.png") center/cover no-repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
#contact .check_field input[type=checkbox]:checked + label::before {
  background: url("../images/contact/ic_checked.png") center/cover no-repeat;
}
#contact .form_confirm p {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #808080;
}
#contact .form_confirm p > span {
  display: inline-block;
}
#contact .form_confirm p .fs14 {
  font-size: 14px;
}
#contact .form_confirm .need {
  font-size: 14px;
  color: #d9273c;
}
#contact .error {
  color: #d9273c;
  font-size: 14px;
  display: block;
}
#contact .koumoku {
  display: flex;
  justify-content: center;
}
#contact .koumoku .btn_back {
  margin-right: 30px;
}
#contact .koumoku .btn_back input {
  background: #031842;
  border-color: #031842;
}

.ct_confirm .sub_info > div::before {
  display: none;
}

.ct_thanks .sub_info > div::before {
  display: none;
}
.ct_thanks .btn a {
  width: 390px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: #d9273c;
  border-radius: 35px;
  margin: 65px auto 0;
  transition: all ease 0.3s;
}

@media screen and (min-width: 900px) {
  #contact .top_info .top_info_img {
    top: -30px;
  }
  #contact .top_info .top_info_img .icon {
    position: relative;
    top: 100px;
  }
  #contact .sub_info .contact_txt p a {
    pointer-events: none;
  }
  #contact .contact_over .agree_area a:hover {
    border: none;
  }
  #contact .contact_over .agree_area a.privacy_a:hover {
    border-bottom: 1px solid #031842;
  }
  #contact .contact_over .submit_area input:hover {
    cursor: pointer;
    background: #001a4d;
    color: #fff;
  }
  #contact .koumoku .btn_back input:hover {
    opacity: 0.7;
  }
  .ct_thanks .btn a:hover {
    cursor: pointer;
    background: #001a4d;
    color: #fff;
  }
  .ct_thanks .sub_info::after {
    bottom: -220px;
  }
  .ct_thanks .sub_footer {
    margin-top: 250px;
  }
}
@media screen and (max-width: 899px) {
  #contact .top_info .top_info_img .icon {
    margin: 50px 0 0 auto;
  }
  #contact .sub_info .sub_center {
    padding-top: 0;
  }
  #contact .sub_info .contact_txt {
    margin-bottom: 0;
    justify-content: flex-start;
    flex-direction: column;
    align-content: flex-start;
  }
  #contact .sub_info .contact_txt .fax {
    margin-left: 0;
  }
  #contact .sub_info .contact_txt .fax span {
    font-size: 24px;
  }
  #contact .sub_info .contact_txt p {
    font-size: 16px;
  }
  #contact .sub_info .contact_txt p a {
    font-size: 16px;
  }
  #contact .sub_info .contact_txt .tel a span {
    font-size: 32px;
  }
  #contact .sub_info .contact_txt .tel::before {
    right: inherit;
    left: 270px;
  }
  #contact .contact_over .center {
    text-align: left;
    padding: 0;
    line-height: 1.5625em;
  }
  #contact .contact_over .policy {
    padding: 15px;
  }
  #contact .contact_over .submit_area input {
    margin-top: 35px;
  }
  #contact .contact_over .agree_area input[type=checkbox] + label span {
    padding-left: 33px;
    font-size: 14px;
    line-height: 1.3em;
  }
  #contact .contact_over .agree_area input[type=checkbox] + label span::before {
    left: 0;
    top: calc(50% - 13px);
  }
  #contact .form_ct {
    padding: 0;
  }
  #contact .form_ct dl.w50 {
    width: 100%;
  }
  #contact .form_ct dt {
    padding-left: 0;
  }
  #contact .form_ct dd input {
    padding: 13px 30px;
  }
  #contact .form_ct dd .checkbox {
    padding: 15px 0 0;
  }
  #contact .form_ct dd .zip-ic {
    top: 13px;
    left: 15px;
  }
  #contact .koumoku {
    flex-direction: column;
    align-items: center;
  }
  #contact .koumoku li {
    width: 100%;
  }
  #contact .koumoku .btn_back {
    margin-right: 0;
  }
  .ct_thanks .sub_footer {
    margin-top: 250px;
  }
  .ct_thanks .sub_info::after {
    bottom: -220px;
  }
}
@media screen and (max-width: 480px) {
  #contact .check_field {
    padding: 15px 0 30px;
    flex-wrap: wrap;
    margin-bottom: -20px;
  }
  #contact .check_field ul {
    width: 100%;
  }
  #contact .check_field ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  #contact .check_field ul:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
  #contact .form_ct dd .checkbox {
    flex-direction: column;
  }
  #contact .form_ct dd .checkbox ul li {
    margin-bottom: 20px;
  }
  #contact .sub_info .contact_txt + p {
    font-size: 14px;
  }
}
@media screen and (max-width: 420px) {
  #contact .form_ct dd input.zip {
    width: 50%;
  }
  #contact .contact_over .submit_area input {
    width: 100%;
    height: 60px;
  }
  .ct_thanks .btn a {
    width: 100%;
    height: 60px;
  }
}
/*==========================================
  BOOKING PAGE
==========================================*/
.sub .reserve_table #booking-form fieldset {
  margin-bottom: 30px;
}
.sub .reserve_table #booking-form legend {
  font-size: 20px;
  margin-bottom: 10px;
}
.sub .reserve_table #booking-form legend:last-child {
  margin-bottom: 0;
}
.sub .reserve_table #booking-form table {
  margin-top: 15px;
}
.sub .reserve_table #booking-form table tr:first-child th {
  border-top: 1px solid #001a4d;
}
.sub .reserve_table #booking-form table tr:last-child th {
  border-bottom: 1px solid #001a4d;
}
.sub .reserve_table #booking-form table th {
  width: 30%;
  vertical-align: middle;
  padding: 10px 15px;
}
.sub .reserve_table #booking-form table td {
  padding: 10px 15px;
  text-align: left;
  font-size: 16px;
}
.sub .reserve_table #booking-form table td input,
.sub .reserve_table #booking-form table td textarea {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #d3d3d3;
  max-width: 100%;
  margin-bottom: 15px;
  float: none;
}
.sub .reserve_table #booking-form table td input:last-child,
.sub .reserve_table #booking-form table td textarea:last-child {
  margin-bottom: 0;
}
.sub .reserve_table #booking-form table td .error-message {
  color: #d9273c;
}
.sub .reserve_table .day-calendar table {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  table-layout: fixed;
}
.sub .reserve_table .day-calendar table tr:nth-child(n+2) th {
  background: #f9f9f9;
  padding: 25px 15px;
  font-size: 18px;
  color: #031842;
  border-color: #dedede;
}
.sub .reserve_table .day-calendar table tr:nth-child(n+2) td {
  padding: 25px 15px;
  font-size: 18px;
  color: #031842;
}
.sub .reserve_table .day-calendar table tr:nth-child(n+2) td a {
  color: #031842;
  font-size: 18px;
  font-weight: 600;
}

#action-button button {
  width: 150px;
  height: 40px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #d9273c;
  color: #fff;
  margin: 0 auto;
  border-radius: 30px;
  transition: all ease 0.3s;
}
#action-button button:hover {
  background: #001a4d;
}

@media screen and (max-width: 899px) {
  .sub .reserve_table #booking-form fieldset {
    margin-bottom: 30px;
  }
  .sub .reserve_table #booking-form legend {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .sub .reserve_table #booking-form legend:last-child {
    margin-bottom: 0;
  }
  .sub .reserve_table #booking-form table {
    width: 100%;
    border-bottom: none;
  }
  .sub .reserve_table #booking-form table th {
    display: block;
    width: 100%;
    border: 1px solid #001a4d;
  }
  .sub .reserve_table #booking-form table td {
    display: block;
    width: 100%;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 15px;
    min-height: 55px;
  }
  .sub .reserve_table .day-calendar table {
    width: 100%;
  }
  .sub .reserve_table .day-calendar table tr:nth-child(n+2) th {
    padding: 15px;
    font-size: 16px;
  }
  .sub .reserve_table .day-calendar table tr:nth-child(n+2) td {
    padding: 15px;
    font-size: 16px;
  }
  .sub .reserve_table .day-calendar table tr:nth-child(n+2) td a {
    font-size: 16px;
    font-weight: 600;
  }
}
@media screen and (max-width: 899px) {
  #Privacy.sub .top_info .top_info_img .icon {
    width: 191px;
  }
  #Privacy.sub .sub_info .Privacy_txt {
    padding: 0;
    width: 100%;
    clear: both;
  }
  #Privacy.sub .sub_info .Privacy_txt p {
    color: #fff;
  }
  #Privacy.sub .sub_info .Privacy_txt .big {
    color: #fff;
  }
  #Privacy.sub .sub_info .Privacy_txt .sp {
    float: left;
    width: 135px;
    margin: 0 30px 30px 0;
  }
  #privacy .sub_info {
    padding-bottom: 30px;
  }
  #privacy .Privacy_txt {
    padding: 0;
    width: 100%;
    clear: both;
    margin-bottom: 30px;
  }
  #privacy .Privacy_txt p {
    color: #fff;
    margin-bottom: 20px;
  }
  #privacy .Privacy_txt .big {
    color: #fff;
    text-align: center;
    font-size: 18px;
  }
  #privacy .Privacy_txt ul {
    margin-bottom: 20px;
  }
  #privacy .Privacy_txt ul li {
    color: #fff;
    margin-bottom: 10px;
  }
  #privacy .Privacy_txt ul li:last-child {
    margin: 0;
  }
  #privacy .Privacy_txt .right {
    float: unset;
    text-align: right;
  }
  #privacy .Privacy_txt .sp {
    float: left;
    width: 135px;
    margin: 0 30px 30px 0;
  }
  .sub .Privacy_ct .container {
    position: relative;
    top: 0;
    left: 0;
  }
  .sub .Privacy_ct .container .Privacy_txt {
    padding: 0;
    width: 100%;
    clear: both;
  }
  .sub .Privacy_ct .container .Privacy_txt p {
    color: #fff;
  }
  .sub .Privacy_ct .container .Privacy_txt .big {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
  }
  .sub .Privacy_ct .container .Privacy_txt .sp {
    float: left;
    width: 135px;
    margin: 0 30px 30px 0;
  }
  .sub .Privacy_over_list dl {
    padding: 15px 0;
  }
  .sub .Privacy_over_list dt {
    width: 130px;
  }
  .sub .Privacy_over_list dd {
    width: calc(100% - 130px);
  }
  .sub .Privacy_over_list .list_dot {
    flex-direction: column;
  }
  .sub .Privacy_over .title {
    text-align: unset;
  }
  .sub .Privacy_over .title p {
    font-size: 16px;
    color: #031842;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .sub .Privacy_over .title .big {
    font-size: 18px;
    color: #031842;
    margin-bottom: 20px;
    font-weight: 600;
    border-bottom: 1px solid #dedede;
    padding-bottom: 8px;
    margin-bottom: 15px;
  }
  .sub .Privacy_over .title .last_text {
    margin-top: 20px;
  }
  .sub .Privacy_over .sbox h4 {
    padding: 1.5em 0 10px 0;
  }
  .sub .Privacy_over .sbox p {
    padding: 0 !important;
    line-height: 1.875em;
  }
  .sub .Privacy_over .sbox ul li {
    text-indent: -1em;
    padding-left: 1em;
    padding-bottom: 0.5em;
  }
  .sub .Privacy_over .sbox ul li::before {
    content: "・";
    padding-right: 0.5em;
  }
  .sub .Privacy_over .content1 table th {
    vertical-align: middle;
    border-right: 1px solid #dedede;
  }
  .sub .Privacy_over .content1 table td {
    border-top: 1px solid #dedede;
    vertical-align: middle;
  }
  .sub .Privacy_over .content2 p {
    margin-bottom: 20px;
  }
  .sub .Privacy_over .content2 p:last-child {
    margin-bottom: 30px;
  }
  .sub .Privacy_over .content2 ul {
    margin-bottom: 20px;
  }
  .sub .Privacy_over .content2 ul li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .sub .Privacy_over .content3 p {
    margin-bottom: 20px;
  }
  .sub .Privacy_over .content3 p:last-child {
    margin-bottom: 30px;
  }
  .sub .Privacy_over .content4 {
    margin-bottom: 30px;
  }
  .sub .Privacy_over .content4 p {
    margin-bottom: 20px;
  }
  .sub .Privacy_over .content4 p:last-child {
    margin-bottom: 30px;
  }
  .sub .Privacy_over .content4 dl {
    margin-bottom: 5px;
  }
  .sub .Privacy_over .content4 dl:last-child {
    margin-bottom: 0;
  }
  .sub .Privacy_over .content5 {
    margin-bottom: 30px;
  }
  .sub .Privacy_over .content5 p {
    margin-bottom: 20px;
  }
  .sub .Privacy_over .content5 ul {
    margin-bottom: 20px;
  }
  .sub .Privacy_over .content6 p {
    margin-bottom: 20px;
  }
  .sub .Privacy_over .content6 ul li.contact a {
    text-decoration: underline;
  }
  .sub .Privacy_over .content6 ul li.contact a :hover {
    color: #0066cf !important;
  }
  .sub .Privacy_over .content1 {
    margin-bottom: 40px;
  }
  .sub .Privacy_over .content1 p:nth-child(1) {
    margin-bottom: 10px;
  }
  .sub .Privacy_over .content1 p:nth-child(2) {
    margin-bottom: 20px;
  }
  .sub .Privacy_over .content1 table {
    margin-bottom: 20px;
  }
  .sub .Privacy_over .content1 table td {
    position: relative;
  }
  .sub .Privacy_over .content1 table td ul li {
    padding-left: 30px;
  }
  .sub .Privacy_over .content1 table td ul li::before {
    content: "・";
    position: absolute;
    left: 35px;
    display: block !important;
    background: none;
  }
  .sub .Privacy_over .content2 {
    margin-bottom: 30px;
  }
  .sub .Privacy_over .content2 p:nth-child(1) {
    margin-bottom: 10px;
  }
  .sub .Privacy_over .content2 p:nth-child(2) {
    margin-bottom: 10px;
  }
  .sub .Privacy_over .content2 ul {
    margin-bottom: 10px;
  }
  .sub .Privacy_over .content2 ul li {
    text-indent: -1em;
    margin-bottom: 5px;
  }
  .sub .Privacy_over .content3 {
    margin-bottom: 30px;
  }
  .sub .Privacy_over .content3 p:nth-child(1) {
    margin-bottom: 10px;
  }
  .sub .Privacy_over .content4 {
    margin-bottom: 30px;
  }
  .sub .Privacy_over .content4 p {
    margin-bottom: 10px;
  }
  .sub .Privacy_over .content4 p:last-child {
    margin-bottom: 30px;
  }
  .sub .Privacy_over .content4 dl:last-child {
    margin-bottom: 0;
  }
  .sub .Privacy_over .content4 dl dt {
    margin-bottom: 3px;
  }
  .sub .Privacy_over .content4 dl dd {
    margin-bottom: 10px;
    line-height: 1.8;
  }
  .sub .Privacy_over .content4 dl dd.not {
    margin-bottom: 0;
  }
  .sub .Privacy_over .content5 ul li {
    margin-bottom: 5px;
    line-height: 1.8;
  }
  .sub .Privacy_over .content5 {
    margin-bottom: 30px;
  }
  .sub .Privacy_over .content5 p {
    margin-bottom: 10px;
  }
  .sub .Privacy_over .content5 p:last-child {
    padding-left: 1em;
    text-indent: -1em;
  }
  .sub .Privacy_over .content5 p.not_bottom {
    margin-bottom: 5px;
  }
  .sub .Privacy_over .content5 ul {
    margin-bottom: 20px;
  }
  .sub .Privacy_over .content6 p {
    margin-bottom: 20px;
  }
  .sub .Privacy_over .content6 ul li {
    line-height: 1.8;
    margin-bottom: 0;
  }
  .sub .Privacy_over .flex_3col {
    flex-direction: column;
    margin: 0;
  }
  .sub .Privacy_over .flex_3col ol {
    margin-bottom: 8px;
    width: 100%;
  }
  .sub .Privacy_over .flex_3col ol:nth-child(2) {
    margin: 0 0 8px;
  }
}