@charset "UTF-8";
/* CSS Document */
html {
  position: relative;
  min-height: 100%;
  height: 100%;
}

body {
  margin-bottom: 48px;
  height: 100%;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, "Yu Gothic", sans-serif;
  color: #071b3a;
}

.h1,
.h2,
.h3,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

#max_width_box {
  height: 100%;
  min-height: 100%;
  background-color: #ffffff;
}

#bg_white {
  background-color: #fff;
}

body > #max_width_box {
  height: auto;
}

#max_width_box {
  padding-bottom: 48px;
}

@media (min-width: 768px) {
  #max_width_box {
    max-width: 642px;
    margin: 0 auto;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
  }
}
.min_height_wrap {
  min-height: 150px;
}

a:link {
  color: #0a2859;
  text-decoration: none;
}

a:visited {
  color: #0a2859;
  text-decoration: none;
}

a:active {
  color: #0a2859;
  text-decoration: none;
}

a:hover {
  color: #113266;
  text-decoration: none;
}

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

div.circle_box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: url("/tmpl_sphone/img/parts/frame02-min.png") top center no-repeat;
  background-size: 100% auto;
}
div.circle_box::after {
  content: "";
  display: block;
  width: 0;
  padding-top: 100%;
}

img.circle {
  display: block;
  width: 86% !important;
  border-radius: 50%;
  overflow: hidden;
}

h1 {
  margin: 0;
  padding: 0;
}

h1,
h2 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 22px;
  padding: 16px;
  color: #34adb5;
}

.h2_up_line {
  width: 100%;
  margin-bottom: 1px;
  position: relative;
  line-height: 1px;
  padding: 3px 0 1px 0;
}
.h2_up_line::before, .h2_up_line::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #be9647 -0.8%, #eccd9b 36.39%, #895f28 62.4%, #d2b363 100%);
  box-shadow: 0px 1px 0px #785620;
}
.h2_up_line img {
  width: 100%;
  margin: 0;
}
.h2_up_line::after {
  height: 1px;
  top: calc(100% - 1px);
  box-shadow: 0px 0.5px 0px #785620;
}

.h2_new,
.h2_up {
  display: inline-block;
  padding: 5px 9px;
  background: linear-gradient(90deg, #82632e -15.62%, #c9a35d 125%);
  border-radius: 4px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  margin-right: 6px;
  min-width: 48px;
}

.h2_up {
  min-width: 72px;
}

h1.page_top {
  font-size: 117%;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  margin-top: 0;
  width: 100%;
  position: relative;
  text-align: left;
  margin-bottom: 15px;
  color: #0b295b;
  padding: 22px 10px 18px 14px;
  background-color: #ecf0f7;
  background: linear-gradient(180deg, #c0cde3 0%, #ffffff 18.06%, #e5ebf4 100%);
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
h1.page_top::before {
  content: none;
}
h1.page_top .h2_name {
  flex-shrink: 2;
}
h1.page_top.img_header {
  background: none;
  border: none;
  padding: 0;
  margin-top: -5px;
  margin-bottom: 10px;
  text-align: center;
  color: #000000;
}
h1.page_top.img_header::before {
  content: none;
}
h1.page_top.img_header::after {
  content: none;
}
h1.page_top.img_header img {
  width: 100%;
  height: auto;
}
h1.page_top::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background: linear-gradient(90deg, #be9647 -0.8%, #eccd9b 36.39%, #895f28 62.4%, #d2b363 100%);
  height: 1px;
  top: calc(100% - 1px);
  box-shadow: 0px 0.5px 0px #785620;
}

h2.mb0 {
  margin-bottom: 0;
}

/*
h3{
	font-size: 1.3em;
	background: #eee;
	color: #333;
	padding: 10px;
	margin-top:0;
}
*/
h3 {
  font-size: 18px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #671503;
  font-weight: bold;
  text-align: center;
}

.h3_inner {
  display: inline-block;
  padding: 8px;
  border-bottom: 2px solid #4e8bd2;
  margin-bottom: -2px;
}

h3.sub-heading {
  font-size: 15px;
  color: #d45c00;
  padding-left: 16px;
  padding-bottom: 10px;
  margin-bottom: 16px;
  border-bottom: 2px solid #fbb93d;
}

label {
  font-weight: normal;
}

ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ul {
  list-style: none;
}

.font12 {
  font-size: 12px;
}

.font14 {
  font-size: 117%;
}

.font16 {
  font-size: 134%;
}

.font18 {
  font-size: 150%;
}

.font20 {
  font-size: 167%;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb46 {
  margin-bottom: 46px !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pt16 {
  padding-top: 16px !important;
}

.pb16 {
  padding-bottom: 16px !important;
}

.pb24 {
  padding-bottom: 24px !important;
}

.pb32 {
  padding-bottom: 32px !important;
}

.pb36 {
  padding-bottom: 36px !important;
}

.pb48 {
  padding-bottom: 48px !important;
}

.wd100 {
  width: 100%;
}

.txt_red {
  color: #d20000;
}

.txt_bold {
  font-weight: bold;
}

.txt_center {
  text-align: center;
}

/*
.fa{
	vertical-align:middle;
}
*/
.fa.fa-play {
  font-size: 8px;
}

.fa_right {
  float: right;
}

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

.fa_left {
  float: left;
  padding-right: 6px;
}

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

.key_wrap {
  padding: 3px 6px;
  background-color: #e26868;
  margin-bottom: 6px;
  margin-right: 6px;
  color: #fff;
  display: inline-block;
}

/*header（navbar）****************************/
header {
  position: relative;
  z-index: 10;
}
header .logo img {
  width: 45%;
}

.navbar {
  min-height: 40px;
  border: none;
  margin-bottom: 0;
}

/*
.navbar-collapse{
	position:fixed;
}
*/
@media (min-width: 768px) {
  .navbar {
    max-width: 640px;
  }
  .navbar-header {
    max-width: 640px;
  }
}
/*横幅が広い時でも狭い時と同じようにグローバルナビのボタンを表示*/
@media (min-width: 768px) {
  .navbar-toggle {
    display: block;
    margin-right: 32px;
  }
  .navbar-header {
    float: none;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.in {
    display: block !important;
  }
}
.navbar-default {
  border: none;
  margin-bottom: 0;
  box-sizing: border-box;
  background: #fff;
  border-bottom: solid 1px #34adb5;
  z-index: 1;
}

.navbar-brand {
  max-width: 320px;
  height: 44px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.navbar-brand img.tlogo {
  width: 55%;
  height: auto;
}
.navbar-brand img.blogo {
  width: 35%;
  height: auto;
  margin-right: 5%;
}
.navbar-brand .sub_name {
  display: inline-block;
  padding: 9px 0 0 5px;
  text-decoration: none;
  font-size: 11px;
  color: #071b3a;
}

.navbar-toggle {
  padding: 0;
  border: none;
  max-width: 32px;
  max-height: 32x;
  margin-top: 6px;
  margin-bottom: 6px;
}

.navbar-default .navbar-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  width: 32px;
  height: 32px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.header_login {
  padding-top: 8px;
}

.header_login img {
  max-width: 32px;
  vertical-align: middle;
}

.header_login .login {
  width: 32px;
  height: 32px;
}

.navbar-right {
  margin-right: 7px;
}

.pc_header_logo {
  width: auto;
}

@media (max-width: 767px) {
  .navbar-right {
    position: absolute;
    top: 0;
    right: 47px;
  }
}
@media (min-width: 767px) {
  ul.sitemenu {
    max-width: 640px;
  }
}
@media (max-width: 767px) {
  ul.sitemenu {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 275px;
    border-radius: 4px;
    padding: 44px 5% 20px 5%;
    background-color: #fff;
  }
  ul.sitemenu li {
    height: 44px;
    line-height: 44px;
    white-space: nowrap;
    text-align: left;
    border-bottom: 1px solid #d6dded !important;
    margin: 0;
    padding-top: 2px;
    position: relative;
  }
  ul.sitemenu li::before, ul.sitemenu li::after {
    content: "";
    position: absolute;
    height: 6px;
    width: 1px;
    bottom: 47%;
    right: 8px;
    transform: rotate(-45deg);
    background: #071b3a;
  }
  ul.sitemenu li::after {
    top: 48%;
    transform: rotate(45deg);
  }
  ul.sitemenu li a {
    color: #671503 !important;
    font-size: 15px;
    font-weight: bold;
  }
  ul.sitemenu li.obt {
    border-bottom: none !important;
    padding: 24px 0;
    height: auto;
    text-align: center;
  }
  ul.sitemenu li.obt::before, ul.sitemenu li.obt::after {
    content: none;
  }
  ul.sitemenu li.obt a {
    display: inline-block;
    background-color: #ea6f94;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 17px;
    font-weight: bold;
    border-radius: 100px;
    padding: 10px 16px;
    color: #fff !important;
    text-align: center;
    line-height: 1;
  }
  .humburger_close {
    position: fixed;
    top: 10px;
    right: 10px;
  }
  .humburger_close button {
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
  }
  .humburger_close button img {
    width: 32px;
    height: 32px;
  }
  .navbar-nav > li > a {
    padding: 0px;
    margin: 0px;
    line-height: 40px;
  }
  .navbar-nav {
    margin: 0;
    padding: 0;
  }
  .navbar-collapse {
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
  }
  .collapse {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .collapse.in {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .collapsing {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    width: 100vw;
    height: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
/*footer****************************/
.footer {
  /*フッター固定用*/
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 20.1vw;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 3;
}
.footer a {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.footer a img {
  width: 100%;
}
@media (min-width: 414px) {
  .footer {
    height: 86px;
  }
  .footer a {
    width: 414px;
    height: 86px;
  }
}

@media (min-width: 768px) {
  .footer {
    max-width: 640px;
    margin: 0 auto;
  }
  .footer a {
    display: block;
    width: 60%;
  }
  .footer a img {
    width: 100%;
  }
}
.footer ul {
  margin: 0;
  height: 48px;
}

.footer ul li {
  margin: 0;
  float: left;
  width: 20%;
  height: 48px;
}

.footer ul li a {
  display: block;
  text-align: center;
}

.footer ul li a img {
  max-width: 64px;
}

/**********************************/
/****** Common ******/
.top_button {
  padding: 32px 0 12px;
}

.oubo_button {
  display: block;
  margin: 0 auto;
  width: 55%;
  min-width: 200px;
  max-width: 400px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  line-height: 1;
  padding: 16px 8px;
  background-color: #ea6f94;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
}
.oubo_button:link, .oubo_button:visited, .oubo_button:hover, .oubo_button:active {
  color: #fff;
}
.oubo_button:hover, .oubo_button:active {
  opacity: 0.7;
  text-decoration: none;
}

.main_comment {
  font-size: 13px;
  color: #071b3a;
  padding: 0 16px 16px;
}
.main_comment a,
.main_comment a:hover,
.main_comment a:valid,
.main_comment a:active {
  color: #671503 !important;
  text-decoration: underline !important;
}

.breadcrumb {
  padding: 8px 16px;
  margin: 0;
  background-color: #fafafa;
  border-radius: 0;
}

.breadcrumb ol {
  margin-bottom: 0;
  padding-left: 0;
}

.breadcrumb ol li {
  list-style: none;
  display: inline-block;
  color: #666;
  font-size: 12px;
}
.breadcrumb ol li .fa {
  margin: 0 5px;
}

.breadcrumb ol li a {
  color: #671503;
  text-decoration: underline;
}

.content-box {
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 16px;
}

.content-flex {
  display: flex;
}

.button {
  text-align: center;
}

.button.add-button a {
  display: inline-block;
  padding: 8px 16px;
  background-color: #4da7e6;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 8px;
}

/*ページTOPへ（）****************************/
#pageTop {
  width: 11.56%;
  max-width: 74px;
  /*width:37px;*/
  position: fixed;
  bottom: 23.5vw;
  right: 4px;
}

#pageTop img {
  width: 100%;
  /*max-width:74px;*/
}

.nav-tabs > li > a {
  margin-right: 0px;
  line-height: 1.42857143;
  border: none;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: none;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified > li > a {
  border: none;
  background-color: #ebe9e9;
  border-top: 3px solid #d0d0d0;
  border-radius: 0;
  color: #d45c00;
  font-size: 117%;
  font-weight: bold;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: none;
  background-color: #fff;
  border-top: 3px solid #d45c00;
  color: #2b1109;
  font-size: 117%;
  font-weight: bold;
}

.nav-tabs-justified > li > a {
  border-bottom: none;
  border-radius: 0;
}

@media (max-width: 767px) {
  .nav-tabs.nav-justified > ul {
    display: table;
    width: 100%;
  }
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 320px;
    border-radius: 0;
    background-image: url(../images/blank.gif);
  }
  /*Android4.Xのtable-cellバグ回避のため、widthを想定される最大pxより大きい数値を指定。bootstrapの標準はwidth:1px;*/
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .nav-tabs.nav-justified > li > a {
    border: none;
    background-color: #ebe9e9;
    border-top: 3px solid #d0d0d0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border: none;
    background-color: #fff;
    border-top: 3px solid #d45c00;
  }
}
.nav-tabs {
  padding: 0 8px;
  background-color: #fff;
}

/*****************************/
.slide_box {
  margin-bottom: 20px;
}

.common_sp_box {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  color: #071b3a;
}
.common_sp_box .support_common_dl {
  margin-top: 6px;
}
.common_sp_box .support_common_dl dt {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 8px 0;
  line-height: 1.6;
}
.common_sp_box .support_common_dl dd {
  padding: 0;
  line-height: 1.6;
  margin-bottom: 32px;
}
.common_sp_box .support_common_dl dd span {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 8px;
}
.common_sp_box .support_common_dl dd a,
.common_sp_box .support_common_dl dd a:hover,
.common_sp_box .support_common_dl dd a:valid,
.common_sp_box .support_common_dl dd a:active {
  color: #671503;
  text-decoration: underline;
}
.common_sp_box .support_common_dl dd:last-child {
  /*margin-bottom: 0;*/
}
.common_sp_box .support_common_dl ul {
  margin-left: 1em;
  padding-left: 1em;
  list-style: disc;
}
.common_sp_box .support_common_dl ul.none {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.common_sp_box .support_common_dl .rate {
  font-size: 150%;
  color: #bf0000;
}

ul.diviner_list li.diviner {
  padding: 10px 8px 20px 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
}

ul.diviner_list li.diviner a {
  display: block;
}

ul.diviner_list li.diviner:last-child {
  margin-bottom: 0;
}

ul.diviner_list dl {
  background: url(../images/diviner_link_right.png) no-repeat center right;
  background-size: 10px 18px;
}

ul.diviner_list dt {
  width: 25%;
  float: left;
}

ul.diviner_list dd {
  padding-left: 26.875%;
  paddgin-top: 8px;
  padding-right: 12px;
}

ul.diviner_list dd ul li {
  margin-bottom: 7px;
}

ul.diviner_list dd ul li.name {
  color: #2b1109;
  font-size: 120%;
  font-weight: bold;
  /*letter-spacing: -2px;*/
  margin-bottom: 6px;
}

.co1 {
  color: #011c5a;
}

.co2 {
  color: #6276cd;
}

ul.diviner_list dd ul li.divination {
  color: #2b1109;
  margin-left: 5px;
}

ul.diviner_list dd ul li.divination .key {
  padding: 3px 6px;
  background-color: #72bad3;
  margin-bottom: 6px;
  margin-right: 6px;
  color: #fff;
  display: inline-block;
}

ul.diviner_list dd ul li.status {
  float: left;
  margin-right: 15px;
  border-radius: 3px;
  background-color: #307bc7;
  margin-bottom: 0;
  color: #fff;
  padding: 5px 6px;
}

ul.diviner_list dd ul li.price {
  color: #2b1109;
  padding: 5px 0;
}

ul.diviner_list dd ul li.time {
  color: #6276cd;
  margin-left: 5px;
}

ul.diviner_list dd ul li:last-child {
  margin-bottom: 0;
}

.more {
  text-align: right;
  padding-right: 8px;
  margin-top: 18px;
}

.more p {
  font-weight: bold;
  font-size: 117%;
  margin-bottom: 0;
}

.more p span.font100 {
  font-size: 100%;
}

.under_info01 {
  background-color: #fff;
  position: relative;
  padding: 16px 0;
  border-top: solid 1px #071b3a;
}
@media (min-width: 768px) {
  .under_info01 {
    padding-top: 5px;
    padding-bottom: 1px;
  }
}
.under_info01 ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 8px;
}
@media (min-width: 768px) {
  .under_info01 ul {
    flex-wrap: nowrap;
    justify-content: space-evenly;
    max-width: 940px;
    padding: 0 10px;
    margin: 0 auto;
    overflow: hidden;
    align-items: center;
  }
}
.under_info01 ul li {
  width: 50%;
  position: relative;
}
.under_info01 ul li::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 100%;
  width: 1px;
  height: calc(100% - 16px);
  background: #071b3a;
}
@media (min-width: 768px) {
  .under_info01 ul li::before {
    left: 104%;
  }
}
.under_info01 ul li:nth-child(2n)::before {
  content: none;
}
.under_info01 ul li:nth-child(2n) a {
  padding: 12px 8px 12px 16px;
}
.under_info01 ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 8px;
  width: calc(100% - 16px);
  height: 1px;
  background: #071b3a;
}
.under_info01 ul li:nth-child(n+3)::after {
  content: none;
}
@media (min-width: 768px) {
  .under_info01 ul li {
    border-right: none;
    width: 21%;
    margin-right: 0%;
    border-bottom: 0;
    float: left;
  }
  .under_info01 ul li::after {
    content: none;
  }
  .under_info01 ul li:nth-child(2n)::before {
    content: "";
  }
  .under_info01 ul li:nth-child(2n) a {
    padding: 12px 8px 12px 8px;
  }
  .under_info01 ul li:last-child::before {
    content: none;
  }
}
.under_info01 ul li a {
  font-size: 14px;
  display: block;
  padding: 12px 8px 12px 8px;
  line-height: 1.2;
  color: #071b3a;
  display: block;
}
@media (min-width: 768px) {
  .under_info01 ul li a {
    font-size: 16px;
    padding: 14px 6px;
  }
}
.under_info01 ul li a .fa_right {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .under_info01 ul li a .fa_right {
    right: 14px;
  }
}

.under_info02 {
  /*padding: 0 8px 30px 8px;*/
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  padding-bottom: 1px;
}
.under_info02 ul {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .under_info02 ul {
    max-width: 940px;
    padding: 0 10px;
    margin: 0 auto;
  }
  .under_info02 ul br {
    display: none;
  }
}
.under_info02 ul li {
  display: inline-block;
  padding: 0 8px;
  width: auto;
}
@media (min-width: 768px) {
  .under_info02 ul li {
    width: 20%;
  }
}
.under_info02 ul li a {
  padding: 8px 0;
  font-size: 13px;
  color: #071b3a;
  display: block;
  font-weight: normal;
  position: relative;
  text-decoration: underline;
}
.under_info02 ul li a .fa_right {
  display: none;
}
@media (min-width: 768px) {
  .under_info02 ul li a {
    font-size: 14px;
  }
}

.info_logo {
  background-color: #fff;
  padding: 15px 0 0;
  text-align: center;
}
.info_logo img {
  width: 38%;
  max-width: 190px;
}

.copyright {
  padding: 20px 0;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}
.login_block .copyright {
  padding: 20px 0 calc(env(safe-area-inset-bottom) + 0px) !important;
}
.copyright p {
  text-align: center;
  color: #071b3a;
  font-style: none;
  margin-bottom: 0;
}

.page_link_box {
  position: relative;
  overflow: hidden;
  margin: 20px 0 10px;
}

ul.page_link {
  position: relative;
  left: 50%;
  float: left;
}

ul.page_link li {
  position: relative;
  left: -50%;
  float: left;
  margin-right: 10px;
  font-weight: bold;
  font-size: 117%;
}

ul.page_link li:last-child {
  margin-right: 0px;
}

ul.page_link li.current {
  border: 1px solid #ebe9e9;
  color: #855dec;
  background-color: #ebe9e9;
  padding: 4px 10px;
}

/*
ul.page_link li.disable{
	padding: 4px 10px;
}
*/
ul.page_link li.prev,
ul.page_link li.next {
  border: none !important;
  background-color: transparent !important;
  font-size: 18px;
  padding: 4px 10px;
}

ul.page_link li a {
  position: relative;
  display: block;
  color: #365782;
  background-color: #dbf0f5;
  border: 1px solid #72bad3;
  padding: 4px 10px;
}

ul.page_link li a:link,
ul.page_link li a:visited {
  text-decoration: none;
}

ul.page_link li a:hover,
ul.page_link li a:active {
  text-decoration: none;
}

ul.page_link li.prev a,
ul.page_link li.next a {
  border: none !important;
  background-color: transparent !important;
  color: #094aed;
  padding: 0 !important;
}

ul.page_link li em {
  display: block;
  padding: 4px 10px;
  background: #d0102c;
  color: #ffffff;
}

/*index**/
#index_top h1 {
  padding: 0;
  margin: 0;
}
#index_top img {
  width: 100%;
  height: auto;
}

.important_text {
  position: relative;
  font-size: 14px;
  color: #671503;
  border: #dbd9d6 solid 1px;
  border-radius: 4px;
  padding: 26px 16px 16px;
  margin: 16px;
  text-align: left;
}
.important_text__title {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 0 16px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #671503;
  font-weight: bold;
  font-size: 15px;
  display: inline-block;
  border: none;
  width: auto;
  margin: 0;
  word-break: keep-all;
  text-align: center;
}
#attraction .important_text {
  padding: 30px 16px 16px;
}
.att_box .important_text {
  margin: 16px 0 0;
  color: #071b3a;
}
.att_box .important_text h3 {
  color: #06419f;
}
.att_box .important_text h2 {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  background-image: none;
  padding: 0 16px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #06419f;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
  display: inline-block;
  border: none;
  width: auto;
  margin: 0;
  word-break: keep-all;
  text-align: center;
}

.sec_line {
  width: 80%;
  margin: 0 auto;
  border-top: solid 1px #ecdddd;
  text-align: center;
}
.sec_line img {
  width: 40%;
  transform: translateY(-55%);
}
@media (min-width: 414px) {
  .sec_line img {
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .sec_line img {
    width: 35%;
  }
}

.sec_line2 {
  width: 80%;
  margin: 0 auto 20px;
  border-top: solid 1px #ecdddd;
  text-align: center;
}
.sec_line2 div {
  width: 52%;
  margin: 0 auto;
  transform: translateY(-55%);
  text-align: center;
  background-color: #ffffff;
}
@media (min-width: 414px) {
  .sec_line2 div {
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .sec_line2 div {
    width: 45%;
  }
}
.sec_line2 div img {
  width: 80%;
}

section#r_top h2 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 22px;
  padding: 16px;
  color: #34adb5;
  line-height: 1.4;
  margin: 0;
  background: transparent;
  background-image: none;
}
section h2 {
  font-size: 18px;
  line-height: 1;
  padding: 8px 0 4px;
  margin-bottom: 8px;
  background-image: linear-gradient(0deg, #f5fbff, #f5fbff 8px, rgba(245, 251, 255, 0) 8px, rgba(245, 251, 255, 0));
}
.top section h2 {
  margin-bottom: 24px;
}

.separate_line svg {
  display: block;
  margin: 27px auto 30px;
}

.case_box {
  text-align: center;
  color: #671503;
}
.case_box svg {
  display: block;
  margin: 0 auto 8px !important;
}
.case_box img {
  display: inline-block;
  width: 180px;
  height: 180px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .case_box img {
    width: 240px;
    height: auto;
  }
}

.item_box {
  border: #bdbdbd solid 1px;
  border-radius: 4px;
  padding: 10px 8px 10px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  margin: 0 0 12px;
}
.item_box h4 {
  display: block;
  text-align: center;
  font-weight: bold;
  padding: 0 0 6px;
}
.item_box.m {
  margin: 24px 0 0;
  padding: 18px 8px 14px;
  position: relative;
  background-image: linear-gradient(180deg, #fff, #fffaf1);
  text-align: left;
  font-size: 13px;
  line-height: 1.6;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, "Yu Gothic", sans-serif;
}
.item_box.m h2,
.item_box.m h4 {
  position: absolute;
  background-color: #fff;
  background-image: none;
  display: inline-block;
  word-break: keep-all;
  top: 0;
  left: 50%;
  font-size: 14px;
  padding: 0 16px;
  font-weight: 700;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #671503;
}

#character {
  margin: 24px 0 10px;
  padding: 0 3%;
}

.statue_box {
  box-sizing: border-box;
  position: relative;
  padding: 18px 24px 24px;
  margin: 0 auto 16px;
}
.statue_box ul {
  display: block;
  margin: 0;
}
.statue_box ul li {
  padding: 8px 0 0 42px;
}
.statue_box ul li img {
  margin: -8px 0 0 -42px;
}
.statue_box svg {
  width: 31px;
  height: 28px;
}
.statue_box .lu,
.statue_box .ru,
.statue_box .ld,
.statue_box .rd {
  position: absolute;
  width: 32px;
  height: auto;
  top: 0;
  left: 0;
}
.statue_box .ru {
  left: unset;
  right: 0;
  transform: scale(-1, 1);
}
.statue_box .ld {
  top: unset;
  bottom: 0;
  transform: scale(1, -1);
}
.statue_box .rd {
  top: unset;
  left: unset;
  bottom: 0;
  right: 0;
  transform: scale(-1, -1);
}
.statue_box h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 0 0 16px;
  padding: 0;
  background-image: none;
  background: transparent;
}
.statue_box h3 img {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-right: 20px;
}
.statue_box .debutflow_comment {
  font-size: 13px;
  color: #671503;
  margin: 0 0 16px;
}

#graf,
#voice {
  margin: 30px 0 10px;
}
#graf h2,
#voice h2 {
  padding: 0;
  background-color: inherit;
  margin: 0 auto 30px;
  border: none;
}
#graf h2::after,
#voice h2::after {
  content: none;
}
#graf h3,
#voice h3 {
  border: none;
  color: #4da7e6;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
#graf img,
#voice img {
  width: 100%;
}
@media (min-width: 768px) {
  #graf .graf_box,
  #voice .graf_box {
    max-width: 480px;
    margin: 0 auto;
  }
}
#graf p,
#voice p {
  margin: 0 3% 15px;
  color: #333;
}
#graf .page_top_txt,
#voice .page_top_txt {
  margin-left: 3%;
  margin-right: 3%;
}
#graf .fbox,
#voice .fbox {
  margin: 30px auto 0;
  display: flex;
  justify-content: space-around;
  width: 80%;
}
#graf .fbox .fbox_inbox,
#voice .fbox .fbox_inbox {
  display: block;
  width: 36%;
  max-width: 150px;
}

.next_link {
  display: flex;
  align-items: center;
  justify-content: right;
  margin: 16px 0;
}
.next_link a {
  color: #671503;
  text-decoration: underline;
}
.next_link i {
  margin-left: 8px;
  color: #671503;
}

.gradation {
  background: #fff;
  background-image: linear-gradient(0deg, rgba(226, 244, 219, 0), #e2f4db 3%, #e2f4db 97%, rgba(226, 244, 219, 0));
  padding: 36px 16px;
}
.gradation .att_box {
  background: #fff;
  padding: 16px 16px 16px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 32px;
}
.gradation .att_box:last-child {
  margin-bottom: 0;
}
.gradation .att_box img {
  width: 84px;
  height: auto;
  display: inline-block;
  margin: 0 auto 8px;
}
.gradation .att_box ul {
  display: block;
  margin: 12px 16px 0;
  box-sizing: border-box;
}
.gradation .att_box ul li {
  padding: 2px 0 2px 20px;
  font-size: 16px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  text-align: left;
  position: relative;
  color: #071b3a;
}
.gradation .att_box ul li::before {
  content: "・";
  position: absolute;
  color: #071b3a;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.gradation .att_box .att_box_comment {
  margin: 12px 16px 0;
  text-align: left;
  color: #071b3a;
  font-size: 13px;
}
.gradation .att_box .att_box_comment .atb_title {
  display: block;
  color: #34adb5;
  font-weight: 600;
  padding-top: 13px;
}
.gradation .att_box.w_full {
  padding: 16px 0;
  margin: 0 auto 16px;
}
.gradation .att_box.w_full img {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .gradation .att_box.w_full img {
    max-width: 450px;
  }
}
.gradation .att_box.w_full h3.title_bo {
  padding: 0 16px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #671503;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  display: block;
  border: none;
  width: auto;
  margin: 0;
  word-break: keep-all;
  text-align: center;
}
.gradation.top .att_box:nth-child(9) {
  margin-bottom: 0;
}
.gradation.top .att_box .important_text {
  border: none;
  margin: 0;
  padding: 4px 16px 0px !important;
}
.gradation.top .att_box .important_text span {
  display: none;
}

.normal {
  padding: 36px 16px;
}
.normal.debutflow {
  padding: 16px 16px 0;
}
.normal h2 {
  font-size: 18px;
  line-height: 1;
  padding: 8px 0 4px;
  margin-bottom: 8px;
  background-image: linear-gradient(0deg, #f5fbff, #f5fbff 8px, rgba(245, 251, 255, 0) 8px, rgba(245, 251, 255, 0));
}
.top .normal h2 {
  margin-bottom: 24px;
}
.normal h2.top_sec {
  font-size: 22px;
  margin-top: -24px;
  padding: 0px 0 16px;
  background-image: none;
}
.normal .sec_comment {
  color: #071b3a;
  font-size: 13px;
  padding: 0 0 16px 0;
}

.speech {
  display: flex;
  margin: 0 0 24px;
}
.speech img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: #e8aa30 solid 1px;
}
.speech .comment {
  position: relative;
  background: #fff;
  border-radius: 8px;
  margin-left: 24px;
  border: #d9d9d9 solid 1px;
  padding: 10px 7px 10px 14px;
  font-size: 13px;
  line-height: 1.6;
  flex-grow: 2;
}
.speech .comment::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #fff;
  border-top: #d9d9d9 solid 1px;
  border-left: #d9d9d9 solid 1px;
  transform: rotate(-45deg) skew(11deg, 11deg);
  top: 14px;
  left: -9px;
}
.r .speech .comment {
  margin-left: 0;
  margin-right: 24px;
  padding: 10px 14px 10px 14px;
}
.r .speech .comment::after {
  right: -9px;
  transform: rotate(45deg) skew(11deg, 11deg);
}
.speech.r {
  flex-direction: row-reverse;
}
.speech.r .comment {
  margin-left: 0;
  margin-right: 24px;
  padding: 10px 14px 10px 14px;
}
.speech.r .comment::after {
  left: auto;
  right: -8px;
  transform: rotate(135deg) skew(11deg, 11deg);
}

#company {
  padding: 0 16px 24px;
  color: #071b3a;
  font-size: 13px;
}
#company dl dt {
  display: flex;
  line-height: 21px;
  align-items: center;
}
#company dl dt::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: #071b3a;
  margin: 0 3px 0 0;
}
#company dl dd {
  margin-bottom: 18px;
}

#contact {
  margin: 0px 0 40px;
  padding: 0 16px;
}
#contact .item_box.m {
  background: #fff;
  background-image: none;
}
#contact .item_box.m h2,
#contact .item_box.m h4 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #071b3a;
}
#contact .item_box .bk {
  color: #071b3a;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 0;
  text-align: center;
}
#contact .item_box .bl {
  color: #34adb5;
  font-size: 14px;
  text-align: center;
  padding: 0 0 8px 0;
}
#contact .item_box .bkc {
  color: #071b3a;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 0;
  text-align: center;
}
#contact .item_box .blu {
  display: block;
  text-decoration: underline;
  color: #34adb5;
  font-size: 14px;
  text-align: center;
  padding: 0 0 8px 0;
}
#contact .tel_bt {
  display: flex;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  justify-content: center;
  align-items: center;
  background-color: #34adb5;
  color: #ffffff !important;
  border-radius: 100px;
  padding: 8px;
  width: 100%;
  max-width: 200px;
  font-size: 16px;
  font-weight: bold;
  margin: 24px auto 48px;
}
#contact .tel_bt:hover {
  opacity: 0.7;
}

.faq_sec,
.interview_sec {
  margin: 0;
  padding: 0 16px;
}
.faq_sec h3,
.interview_sec h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto 0px;
  padding: 24px 0 8px;
  position: relative;
}
.faq_sec h3 span,
.interview_sec h3 span {
  color: #671503;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  padding-left: 10px;
  text-align: left;
}
.faq_sec .item_box,
.interview_sec .item_box {
  color: #671503;
}

.interview_sec h3 {
  padding: 24px 0 24px;
}

#entry {
  margin: 6px 0 48px;
  padding: 0 16px;
}
#entry .hed_img {
  text-align: center;
}
#entry P {
  color: #333;
}
#entry P.error_msg {
  padding: 12px 0;
  line-height: 1.5em;
  color: #e01f1f;
}
#entry P .ck_text {
  display: none;
}
#entry a,
#entry a:visited,
#entry a:active {
  color: #671503;
  text-decoration: underline;
}
#entry .form_sending {
  position: relative;
  padding: 30px 16px 30px 16px;
  margin-top: 16px;
  border: 1px solid #dbd9d6;
  border-radius: 4px;
  font-size: 13px;
}
#entry .form_sending h2 {
  position: absolute;
  top: 0;
  left: 8px;
  transform: translateY(-50%);
  margin: 0;
  padding: 0 8px;
  background: #fff;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: 600;
}
#entry .form_sending .user_mail {
  color: #34adb5;
  padding: 16px 0;
}
#entry form {
  margin: 0;
  padding: 0;
}
#entry form fieldset {
  color: #071b3a;
  padding: 16px 16px 24px 16px;
  border: 1px solid #dbd9d6;
  border-radius: 4px;
  margin-top: 12px;
}
@media (min-width: 768px) {
  #entry form fieldset dl dd {
    padding-left: 4%;
  }
}
#entry form fieldset legend {
  font-size: 12px;
  border-bottom: 0;
  display: inline-block;
  width: auto;
  padding: 0 8px;
  margin-bottom: 0px;
  color: #dbd9d6;
}
#entry form fieldset hr {
  margin-top: 16px;
  margin-bottom: 14px;
  border-top: 1px solid #dbd9d6;
}
#entry form fieldset input[type=text],
#entry form fieldset input[type=tel],
#entry form fieldset input[type=email],
#entry form fieldset input[type=number],
#entry form fieldset select,
#entry form fieldset textarea {
  appearance: none;
  background: #ffffff;
  border: 1px solid #bdbdbd;
  box-sizing: border-box;
  box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-size: 14px;
  line-height: 1em;
  padding: 8px;
  width: 80%;
  margin: 0 0 5px 0;
}
#entry form fieldset input[type=text].history,
#entry form fieldset input[type=tel].history,
#entry form fieldset input[type=email].history,
#entry form fieldset input[type=number].history,
#entry form fieldset select.history,
#entry form fieldset textarea.history {
  width: 100px;
}
#entry form fieldset input[type=text].zipcode,
#entry form fieldset input[type=tel].zipcode,
#entry form fieldset input[type=email].zipcode,
#entry form fieldset input[type=number].zipcode,
#entry form fieldset select.zipcode,
#entry form fieldset textarea.zipcode {
  width: 120px;
}
#entry form fieldset input[type=email] {
  width: 100%;
}
#entry form fieldset textarea {
  height: 83px;
}
#entry form fieldset select {
  width: auto;
  background-image: url(../../images/recruit/Polygon14.svg);
  background-repeat: no-repeat;
  background-size: 8px 8px;
  background-position: right 8px center;
  line-height: 22px;
  padding-right: 25px;
  cursor: pointer;
}
#entry form fieldset select.by {
  width: 22vw;
  max-width: 90px;
}
@media (max-width: 357px) {
  #entry form fieldset select.by {
    max-width: 70px;
  }
}
#entry form fieldset select.bm, #entry form fieldset select.bd {
  width: 18vw;
  max-width: 65px;
}
@media (max-width: 357px) {
  #entry form fieldset select.bm, #entry form fieldset select.bd {
    max-width: 52px;
  }
}
#entry form fieldset select.area {
  width: 220px;
}
#entry form fieldset select.reikan {
  width: 110px;
}
#entry form fieldset select.sel {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  #entry form fieldset select.sel {
    width: 420px;
  }
}
#entry form fieldset input[type=checkbox] {
  margin-right: 10px;
  margin-left: 8px;
  cursor: pointer;
  position: relative;
  width: 18px;
  height: 18px;
  margin-top: -2px;
  border-radius: 3px;
  border: solid 1px #b1b1b1;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  transition: 0.3s;
}
#entry form fieldset input[type=checkbox]:focus {
  box-shadow: 0 0 1px #000000 inset, 0 0 1px #000000 inset, 0 0 1px #000000 inset;
  outline: none;
}
#entry form fieldset input[type=checkbox]:checked {
  box-shadow: none;
  background: #439fc6;
}
#entry form fieldset input[type=checkbox]:checked::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-family: "FontAwesome";
  font-weight: normal;
  font-size: 14px;
  content: "\f00c";
}
#entry form fieldset .check_dd {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}
#entry form fieldset .check_dd input[type=checkbox] {
  transform: scale(1);
  margin-right: 10px;
  margin-left: 8px;
  cursor: pointer;
}
#entry form fieldset .check_dd input[type=checkbox]:focus {
  box-shadow: 0 0 4px #34adb5, 0 0 4px #34adb5 inset;
}
#entry form fieldset .check_dd label {
  display: inline-block;
  width: auto;
  width: 50%;
}
#entry form fieldset input[type=radio] {
  transform: scale(1);
  margin-right: 8px;
  margin-left: 8px;
  cursor: pointer;
}
#entry form fieldset input[type=radio]:focus {
  box-shadow: 0 0 4px #34adb5, 0 0 4px #34adb5 inset;
}
#entry form fieldset label {
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  cursor: pointer;
}
#entry form fieldset .ttime_box label {
  width: 98%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #entry form fieldset .ttime_box label {
    width: 98%;
  }
}
#entry form fieldset .sex_box label {
  width: 43%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #entry form fieldset .sex_box label {
    width: 23%;
  }
}
#entry form fieldset .birth_box label {
  width: auto;
  margin-right: 8px;
  margin-bottom: 5px;
}
#entry form fieldset .label {
  display: block;
  color: #071b3a;
  font-weight: bold;
  margin-top: 17px;
  line-height: 1.4em;
  padding: 0 0 8px 0;
  font-size: 16px;
  text-align: left;
  word-break: break-word;
  white-space: normal;
}
#entry form fieldset .label .required {
  background-color: #ec0101;
  display: inline-block;
  border-radius: 4px;
  font-size: 11px;
  line-height: 1;
  color: #fff;
  padding: 3px 4px;
  margin-left: 8px;
  position: relative;
  top: -2px;
}
#entry form fieldset .label .required.none {
  background-color: #c7c7c7;
}
#entry form fieldset .button_box {
  display: flex;
  flex-direction: row-reverse;
}
#entry form fieldset .send_bt {
  border: none;
  display: block;
  background-color: #ea6f94;
  border: #ea6f94 solid 1px;
  color: #ffffff !important;
  border-radius: 8px;
  text-align: center;
  width: 130px;
  margin: 30px auto 10px;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 4px;
  cursor: pointer;
}
#entry form fieldset .send_bt.disabled {
  opacity: 0.7;
}
#entry form fieldset .send_bt:hover {
  opacity: 0.7;
}
#entry form fieldset .send_bt:disabled {
  opacity: 0.7;
}
#entry form fieldset .send_bt.correction {
  font-size: 14px;
  border: #671503 solid 1px;
  background: #fff;
  color: #671503 !important;
  padding: 8px 4px;
  background-color: transparent;
  width: 130px;
}
#entry form fieldset .at {
  font-size: 12px;
  margin: 0 0 15px 2px;
}
#entry form fieldset .caution {
  display: block;
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #8b8b8b;
}
#entry form fieldset .error_com {
  margin-top: 8px;
  color: #d40000;
  font-weight: 600;
  font-size: 11px;
}
#entry form fieldset .history_box label,
#entry form fieldset .check_box label {
  width: auto;
}
#entry form fieldset #ret_bt,
#entry form fieldset #send {
  display: none;
}
#entry form fieldset .check_com {
  font-size: 14px;
  line-height: 1.4em;
  padding: 6px 9px;
  width: 100%;
  margin: 0 0 5px 0;
}

#policy {
  margin: 16px 0 10px;
  padding: 0 16px;
}

.sh_button {
  display: block;
  color: #0b295b;
  border: 1px solid #0b295b;
  border-radius: 6px;
  background: #fff;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  width: 70%;
  max-width: 280px;
  margin: 34px auto 24px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}
.sh_button:visited, .sh_button:active, .sh_button:link {
  color: #0b295b;
  border: 1px solid #0b295b;
}
.sh_button:hover {
  opacity: 0.7;
}

a.pc_obt {
  display: flex;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  background-color: #ea6f94;
  color: #ffffff !important;
  border-radius: 100px;
  padding: 8px;
  width: 100%;
  max-width: 330px;
  font-size: 18px;
  font-weight: bold;
  float: right;
}
a.pc_obt:hover {
  opacity: 0.7;
  text-decoration: none;
}
a.pc_obt svg {
  display: none;
}

#lp001_topsec {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: row;
  border-bottom: solid 1px #679898;
  margin-bottom: 36px;
}
#lp001_topsec .topl,
#lp001_topsec .topr {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  width: 50%;
  background-color: #f5f0de;
  padding: 16px 12px 6px;
}
#lp001_topsec .topr {
  background-color: #dbf1f5;
}
#lp001_topsec .link_l,
#lp001_topsec .link_l2,
#lp001_topsec .link_r {
  display: flex;
  color: #fff;
  background: #c87f30;
  padding: 12px 8px;
  border-radius: 5px;
  box-shadow: 0 3px 0 #966313;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-weight: bold;
}
#lp001_topsec .link_l2 {
  background: #b7a241;
  box-shadow: 0 3px 0 #7c7126;
}
#lp001_topsec .link_r {
  background: #4596bc;
  box-shadow: 0 3px 0 #3472a2;
  height: 30%;
}

.bottom_modal {
  width: 100%;
  background: linear-gradient(70deg, rgba(129, 148, 215, 0.9), rgba(59, 121, 191, 0.9));
  color: #fff;
  padding: 10px 12px;
  border-top: solid 1px #fff;
}
.bottom_modal .modal_inbox {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .bottom_modal .modal_inbox {
    max-width: 640px;
  }
}
.bottom_modal .modal_text {
  text-align: center;
  margin-bottom: 8px;
}
.bottom_modal .modal_bt_box {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
.bottom_modal .modal_bt_box .button01 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  width: 45%;
  padding: 6px 8px;
  background: #e2ebf2;
  border-radius: 100px;
  box-shadow: 0 3px 0 #8ab4d7;
  color: #0c3557;
}
.bottom_modal .modal_bt_box .button01 i {
  color: #26557c;
  margin-right: 8px;
  font-size: 20px;
}
.bottom_modal .modal_bt_box .button01 i.fa-envelope {
  margin-right: 5px;
  margin-top: -3px;
}
.bottom_modal .modal_bt_box .button01 + .button01 {
  margin-left: 6px;
}
.bottom_modal .button02 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-weight: bold;
  width: 80%;
  padding: 13px 8px;
  background: #e2ebf2;
  border-radius: 15px;
  box-shadow: 0 3px 0 #8ab4d7;
  color: #0c3557;
}

.lp_css .bottom_modal {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
}
.lp_css .copyright {
  padding: 20px 0 174px;
}

.img_box, .main_ft_topbt, .main_ft_form_box {
  position: relative;
}
.img_box img, .main_ft_topbt img, .main_ft_form_box img {
  width: 100%;
  height: auto;
}

.main_ft_topbt {
  background: url("/recruit/img/lp/lp002/Sec_04.jpg") top left;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 8px 0 16px;
}

.main_ft_form_box {
  background: url("/recruit/img/lp/lp002/Sec_10.jpg") top left;
  background-size: 100% auto;
  background-repeat: repeat-y;
  padding: 0 0 32px;
}

.beginner_form_box {
  background: url("/recruit/img/lp/lp004/Sec_18b.jpg") top left;
  background-size: 100% auto;
  background-repeat: repeat-y;
  padding: 0 0 18%;
}

.main_ft_lastlink {
  background: url("/recruit/img/lp/lp002/Sec_20.jpg") top left;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 0px 22px 18%;
  text-align: right;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.main_ft_lastlink i {
  color: #5D3837 !important;
  margin-left: 4px;
  font-size: 16px;
}

.lp_button01 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  margin: 0 auto;
  background: #2CA7B9;
  color: #fff !important;
  font-weight: bold;
  border-radius: 8px;
  padding: 14px 8px;
  text-align: center;
  box-shadow: 0 3px 0 #0D7F84;
  width: 85%;
  font-size: 16px;
}
@media (min-width: 768px) {
  .lp_button01 {
    font-size: 18px;
  }
}
.lp_button01.bt2 {
  background: #DA657F;
  box-shadow: 0 3px 0 #AA4056;
}

.lp_lastlink {
  display: inline-flex;
  color: #5D3837 !important;
  align-items: center;
  font-size: 16px;
  text-decoration: underline !important;
  line-height: 1;
}
@media (min-width: 768px) {
  .lp_lastlink {
    font-size: 18px;
  }
}

.lp_selectform_box {
  width: 90%;
  margin: 0 auto;
  padding: 16px 16px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.5);
}
.lp_selectform_box .selectform_title {
  color: #8B6829;
  padding: 0 8px 16px;
  text-align: center;
}
.lp_selectform_box .sel_label {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 16px;
}
.lp_selectform_box .sel_label::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  width: 14px;
  height: 12px;
  background: #828282;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.lp_selectform_box .sel_label .lp_select {
  display: block;
  width: 100%;
  border: solid 1px #828282;
  border-radius: 6px;
  padding: 16px 26px 16px 8px;
  appearance: none;
  cursor: pointer;
}
.lp_selectform_box .send_bt {
  display: block;
  margin: 0 auto;
  background: #2CA7B9;
  color: #fff !important;
  font-weight: bold;
  border-radius: 8px;
  padding: 14px 8px;
  text-align: center;
  box-shadow: 0 3px 0 #0D7F84;
  width: 100%;
  border: none;
  font-size: 16px;
}
@media (min-width: 768px) {
  .lp_selectform_box .send_bt {
    font-size: 18px;
  }
}
.lp_selectform_box .send_bt.bt2 {
  background: #DA657F;
  box-shadow: 0 3px 0 #AA4056;
}

.beginner_float_bt {
  display: block;
  width: 125px;
  height: 125px;
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 99;
}
@media (min-width: 768px) {
  .beginner_float_bt {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */