@charset "UTF-8";
body {
  color: #4d4d4d;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  margin: 0;
  padding: 0;
}

#bk-canvas {
  z-index: 0;
  position: fixed;
  width: 100%;
  height: 100%;
}

header {
  margin: 60px 0 10px;
  position: relative;
  z-index: 100;
  /* (学校別) */
}
@media screen and (max-width: 500px) {
  header {
    margin: 10px 0;
  }
}

.page_footer {
  font-size: 10px;
  height: 42px;
  margin: 60px auto 0;
  text-align: center;
  vertical-align: text-top;
  border-top: 1px solid #eaf8fe;
  padding: 1em 0 0;
  z-index: 100;
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #eaf8fe;
}

.wrapper {
  width: 900px;
  margin: 20px auto;
}

h1 {
  font-size: 2em;
  line-height: 1.6;
  font-weight: 400;
}

h2 {
  font-size: 1.5em;
  line-height: 1.6;
}

p {
  line-height: 1.8;
  font-size: 1em;
}

li {
  line-height: 2;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: none !important;
}

hr {
  margin: 30px 0;
  border-color: #eee;
}

textarea {
  width: 100%;
  resize: vertical;
}

input + label {
  padding-left: 3px;
}

.container {
  max-width: 960px;
  min-height: 100%;
}

.site_logo {
  margin-left: 1em;
  /* (学校別) */
}
@media screen and (max-width: 500px) {
  .site_logo {
    margin-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .site_logo img {
    width: 60%;
    max-width: calc(100% - 30px);
    height: auto;
  }
}

.page_ttl {
  font-size: 1.7em;
  margin-bottom: 1.5em;
  font-weight: bold;
}

.page_subttl {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  color: white;
  margin: 0;
  background: #BD3A43;
}

.sub_ttl {
  margin-top: 0;
  font-size: 1.5em;
  font-weight: normal;
}

.big_txt {
  font-size: 1.2em;
}

.check_frame {
  background: rgba(0, 160, 255, 0.1);
  padding: 0.2em;
  border-radius: 5px;
}

@media screen and (max-width: 500px) {
  .col-sm-12 {
    padding-right: 0;
    padding-left: 0;
  }
}

.top_section {
  margin: 1em 0;
  padding: 1em;
  background: #eaf8fe;
  border-radius: 15px;
}
.top_hr {
  margin: 2em 0;
  border: 1px solid #0072BC;
  border-radius: 100vw;
}
.top_list {
  padding: 1em;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  width: 25em;
  background: #FFF;
  border-radius: 10px;
}
@media screen and (max-width: 500px) {
  .top_list {
    width: 100%;
  }
}
.top_list dt {
  width: 30%;
  margin: 0.5em 0;
  font-weight: normal;
  text-align: right;
}
@media screen and (max-width: 500px) {
  .top_list dt {
    width: 6em;
  }
}
.top_list dd {
  width: 70%;
  margin: 0.5em 0;
  font-weight: normal;
}
@media screen and (max-width: 500px) {
  .top_list dd {
    width: calc(100% - 6em - 1em);
    text-indent: -1em;
    margin-left: 1em;
  }
}
.top_flyer {
  margin: 1em auto;
  display: table;
}
.top_flyer img {
  border: 1px solid #444;
}
.top_balloon {
  position: relative;
  display: inline-block;
  margin: 0 0 1em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  background: #00A0FF;
  border-radius: 100vw;
}
.top_balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #00A0FF;
}
.top_ttl {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  color: #FFF;
}
.top_subttl {
  margin: 0 auto;
  padding: 0.25em 0.5em;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  width: 100%;
  background: #0072BC;
  border: 3px solid #0072BC;
  border-radius: 100vw;
}
.top_subsubttl {
  margin: 0.5em auto;
  padding: 0.5em 0.25em 0.25em 0.25em;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  display: table;
  width: 10em;
  /* 文字の縁取り */
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  /* 角丸のマーカー */
  background: radial-gradient(circle at calc(100% - 7px) calc(100% - 7px), #2CB5A9 7px, transparent 7px), radial-gradient(circle at 7px calc(100% - 7px), #2CB5A9 7px, transparent 7px), linear-gradient(to bottom, #eaf8fe calc(100% - 14px), transparent calc(100% - 14px)), linear-gradient(to right, transparent 7px, #2CB5A9 7px, #2CB5A9 calc(100% - 7px), transparent calc(100% - 7px));
}
@media screen and (max-width: 500px) {
  .top_subsubttl {
    width: 100%;
  }
}
.top_text {
  margin: 1em auto;
  display: table;
  width: calc(100% - 6em);
}
@media screen and (max-width: 500px) {
  .top_text {
    width: calc(100% - 2em);
  }
}
.top_overview {
  margin: 1em auto;
  padding: 0.25em;
  display: table;
  /*
  background: #FFF;
  border-radius: 10px;
  width: calc(100% - 2em);
  */
}
.top_button {
  border: 4px solid #0072BC;
  border-radius: 15px;
  background: #0072BC;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  display: table;
  width: 12em;
  margin: 1em auto;
  padding: 6px 12px;
  cursor: pointer;
}
.top_button:hover {
  border: 4px solid #008FE8;
  background: #008FE8;
}
.top_button:active {
  position: relative;
  top: 2px;
}
.top_button:link, .top_button:visited, .top_button:hover, .top_button:active {
  color: #ffffff;
}

.request_block {
  background: #FFF;
  margin: 5px auto;
  border: 1px solid #0072BC;
  width: 580px;
  border-radius: 15px;
}
@media screen and (max-width: 700px) {
  .request_block {
    width: 100%;
  }
}
.request_ttl {
  text-align: center;
  color: #fff;
  font-size: 1.2em;
  line-height: 2.6;
  background: #0072BC;
  margin: 0 0 10px;
  border-radius: 13px 13px 0 0;
}
.request_wrap, .request_wrap-single, .request_wrap-survey {
  display: table;
  width: 100%;
  max-width: 700px;
  margin: auto;
  padding: 1em 2em;
}
@media screen and (max-width: 500px) {
  .request_wrap, .request_wrap-single, .request_wrap-survey {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .request_wrap, .request_wrap-single, .request_wrap-survey {
    padding: 1em;
  }
}
.request_wrap {
  border-top: 1px dashed;
  border-bottom: 1px dashed;
}
.request_wrap-survey {
  padding-top: 0;
  padding-bottom: 0;
}
.request_row {
  display: table-row;
}
.request_row-survey, .request_row-single {
  display: block;
}
.request_row-survey {
  padding: 0 0.5em 1em 0.5em;
  background: white;
}
.request_row-survey input {
  padding: 0.2em;
  width: 20em;
  max-width: 100%;
}
.request_row-survey input[type^=radio], .request_row-survey input[type^=checkbox] {
  width: auto;
}
.request_row-survey input[id^=request_koushi] {
  width: 30%;
}
@media screen and (max-width: 500px) {
  .request_row-survey input {
    width: 100%;
  }
}
.request_row-survey input,
.request_row-survey select {
  border: 1px solid;
  border-radius: 5px;
}
.request_label {
  margin: 0;
  padding: 0.5em 0.5em 0.5em 0;
  min-width: 10em;
  font-size: 0.9;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .request_label {
    padding: 0;
    text-align: left;
    display: block;
  }
}
.request_label_wrap {
  margin-left: 1em;
}
.request_label_wrap input {
  padding: 0.2em;
}
.request_label_sub {
  text-indent: -1em;
  padding: 0 0.5em 0.5em 3.5em;
}
.request_label_sub img {
  padding: 0 0.5em 0.5em 0;
}
.request_label_4_checkbox {
  font-weight: normal;
  padding: 0 0.25em;
  vertical-align: text-top;
}
.request_terms {
  padding: 0.5em;
  height: 150px;
  overflow-y: scroll;
  border: solid 1px #C1C1C1;
  background: white;
  font-size: 0.9em;
}
.request_terms h3 {
  margin-top: 1em;
  font-size: 1em;
  font-weight: bold;
}
.request_terms p {
  margin: 0;
}
.request_terms ul {
  list-style-type: disc;
  margin-bottom: 0;
}
.request_terms li {
  margin-left: 2em;
}
.request_input_wrap {
  display: table-cell;
}
.request_input_wrap input {
  width: 100%;
  padding: 0.2em;
}
.request_input_wrap input[id^=age], .request_input_wrap input[id^=sex] {
  width: auto;
}
.request_input_wrap input[id^=name], .request_input_wrap input[id^=kana], .request_input_wrap input#postalcode, .request_input_wrap input[id^=address2] {
  width: 50%;
}
.request_input_wrap input#tel {
  width: 60%;
}
.request_input_wrap span {
  font-size: 0.9em;
}
@media screen and (max-width: 500px) {
  .request_input_wrap {
    display: block;
    padding-bottom: 1em;
  }
}
.request_input_wrap-single {
  padding: 0 0.5em;
}
.request_required {
  color: red;
}
.request_endmessage {
  color: #BD3A43;
  text-align: center;
  font-weight: bold;
  margin: 1em 0;
}

.file_icon {
  float: left;
  clear: both;
}

.question {
  margin-bottom: 0.6em;
}

.question_review {
  margin: 2em 0 0.6em;
}

.item {
  display: inline-block;
  margin: 0 1em 0.5em;
  vertical-align: top;
}

.item_short {
  display: inline-block;
  margin: 0 0.2em 0.5em 0;
  vertical-align: top;
}

.item_short input {
  width: 60px;
}

.row {
  margin: 0.5em 0;
  word-break: break-all;
}

.number {
  text-align: right;
}

.row.error_msg {
  margin-left: 1em;
}

.txt_r {
  text-align: right;
}

.txt_c {
  text-align: center;
}

.txt_t {
  vertical-align: top;
}

.bold {
  font-weight: bold;
}

.txt_wrap {
  display: table;
}

.txt_label {
  display: table-cell;
  white-space: nowrap;
}

.txt_box {
  display: table-cell;
}

.fs2 {
  font-size: 80%;
}

.fs3 {
  font-size: 12px;
}

.mt0 {
  margin-top: 0;
}

.mt05 {
  margin-top: 0.5em;
}

.mt1 {
  margin-top: 1em;
}

.mt2 {
  margin-top: 2em;
}

.mt3 {
  margin-top: 3em;
}

.mt4 {
  margin-top: 4em;
}

.mb0 {
  margin-bottom: 0;
}

.mb1 {
  margin-bottom: 1em;
}

.mr1 {
  margin-right: 1em;
}

.mr2 {
  margin-right: 2em;
}

.ltsp3of4 {
  letter-spacing: 0.3333333333em;
}

.ltsp2of4 {
  letter-spacing: 1em;
}

.ltsp1of4 {
  letter-spacing: 3em;
}

.ind1-inner {
  text-indent: -1em;
  margin-left: 2em;
}

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

.link_box {
  margin: 30px 5em;
}

.error_msg {
  color: #cc3333;
  font-weight: 700;
}

label {
  display: inline-block;
}

.short_error_msg_box {
  display: inline-block;
  width: 19%;
  word-break: break-all;
  vertical-align: top;
}

.header_error_box {
  margin-bottom: 1em;
  border: 4px solid #cc6666;
  padding: 1em;
  background: #fff;
}

.btn {
  border: 4px solid #0072BC;
  border-radius: 15px;
  background: #0072BC;
  color: #ffffff;
  font-size: 1em;
  font-weight: bold;
  display: block;
  margin: 1em auto;
  padding: 6px 12px;
  cursor: pointer;
}
.btn:hover {
  color: #ffffff;
  border: 4px solid #008FE8;
  background: #008FE8;
}
.btn:active {
  position: relative;
  top: 2px;
}

.btn_back {
  border: 4px solid #444;
  border-radius: 10px;
  background: #444;
  color: #ffffff;
  font-size: 1em;
  font-weight: bold;
  display: block;
  margin: 2em auto;
  padding: 0 2px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .btn_back {
    margin: 1em auto 0;
  }
}
.btn_back:hover {
  color: #ffffff;
  border: 4px solid #777;
  background: #777;
}
.btn_back:active {
  position: relative;
  top: 2px;
}

.btn:active {
  position: relative;
  top: 2px;
}

.question.disable {
  color: #9d9d9d;
}

.answer.disable {
  color: #9d9d9d;
}

.ml1 {
  margin-left: 1em;
}

.ml4 {
  margin-left: 4em;
}

.youshiki {
  display: inline-block;
  vertical-align: top;
  margin-left: 0.5em;
}

.pamphlet_subtype {
  font-size: 1em;
  margin: 0.2em 0;
  display: block;
  padding: 0.2em 1em;
  margin-right: auto;
  margin-left: auto;
}

.yomigana {
  margin: 0.2em 0 2em;
}
.yomigana a {
  background: #0067CC;
  border-radius: 0.4em;
  color: white;
  padding: 0.2em 0.4em;
}
.yomigana a:hover {
  background: #23527c;
}

.mgn4 {
  margin-top: 4em;
  margin-bottom: 4em;
}

.ml1 {
  margin-left: 1em;
}

.login_btn:hover {
  opacity: 0.8;
}

.link_wrap {
  display: inline-block;
  max-width: 355px;
  vertical-align: top;
}

.nobr {
  white-space: nowrap;
  /* (学校別) */
}
@media screen and (max-width: 991px) {
  .nobr {
    white-space: normal;
  }
}

.utls {
  margin-top: 2em;
}

.utl_item {
  border: 1px solid #333;
  padding: 10px;
  background: white;
}
.utl_item dd::after {
  content: "";
  clear: both;
  display: block;
}
.utl_item:hover {
  background: #fafaff;
}

.download_ttl {
  background: url("/img/ttl_bk_gr.gif");
  padding-left: 15px;
  font-size: 1.5em;
  line-height: 2;
  color: #333;
}

.book_info {
  /* (学校別) */
}
.book_info_wrap {
  background: white;
  border: 1px solid #999;
  margin-top: 2em;
  margin-bottom: 2em;
  min-height: 300px;
  padding-bottom: 2em;
  /* (学校別) */
}
.book_info_wrap-signup {
  display: table-cell;
  width: calc(50% - 1em);
  vertical-align: top;
  position: relative;
  /*padding-bottom: 21em; ←高さが揃ったので廃止*/
}
.book_info_body {
  display: table;
  margin-top: 2em;
}
@media screen and (max-width: 700px) {
  .book_info_body {
    display: block;
  }
}
.book_info_txt {
  margin-bottom: 0;
  padding-bottom: 0;
}
.book_info_txt_wrap {
  padding-right: 1em;
  padding-left: 1em;
  display: table-cell;
  vertical-align: top;
  /* (学校別) */
}
@media screen and (max-width: 700px) {
  .book_info_txt_wrap {
    display: block;
  }
}
.book_info_txt_wrap h2 {
  margin-top: 0;
}
@media screen and (max-width: 700px) {
  .book_info_txt_wrap {
    margin-left: 1em;
  }
}
.book_info_txt_wrap-signup {
  padding-left: 1em;
}
.book_info_footer dt {
  font-weight: normal;
}
.book_info_outer-signup {
  display: table;
  border-spacing: 1em 0;
  margin: 0 -1em;
  padding: 2em 0 0;
}

.poster_wrap {
  padding-left: 1em;
  display: table-cell;
  vertical-align: top;
  /* (学校別) */
}
@media screen and (max-width: 700px) {
  .poster_wrap {
    display: block;
  }
}
.poster_wrap img {
  vertical-align: top;
  max-width: 181px;
  max-height: 257px;
  border: 1px solid #999;
}
@media screen and (max-width: 700px) {
  .poster_wrap {
    margin-right: 1em;
  }
}
.poster_wrap-signup {
  margin-top: 1em;
  margin-left: 1em;
  margin-right: 2em;
  text-align: center;
}
.poster_wrap-entry {
  margin-top: 1em;
  margin-left: 1em;
  margin-right: 2em;
  text-align: center;
}

.clear {
  clear: both;
}

.contact_note {
  text-indent: -1em;
  padding-left: 1em;
}

.contact_address {
  display: inline-block;
  padding: 10px;
  float: right;
}

.dl_list dt {
  width: 6em;
  display: block;
  text-align: right;
  float: left;
  line-height: 2;
}
.dl_list dd {
  display: block;
  margin-left: 6em;
  line-height: 2;
}

.link {
  color: #0067CC;
}

.link_under {
  color: #0067CC;
  text-decoration: underline;
}

.endpos {
  position: absolute;
  bottom: 0;
  z-index: 40;
  /* (学校別) */
}
@media screen and (max-width: 500px) {
  .endpos {
    bottom: auto;
  }
}

strong {
  color: #ed4a4a;
}

.ml1 {
  margin-left: 1em;
}

/* (グレーアウト) */
.grayout {
  border: 1px solid #E1DBBA !important;
  background: #FEF9DA !important;
}
.grayout .book_info_head-middle {
  color: #FEF9DA !important;
  background: #B2DADB !important;
  border: 4px solid #B2DADB !important;
}
.grayout .signup_ttl-middle {
  opacity: 0.3;
}
.grayout .signup_block-middle {
  background: #FEF9DA !important;
  border: 1px solid #B2DADB !important;
}
.grayout .signup_block-middle .signup_ttl-middle {
  color: #CAC4A6 !important;
}
.grayout .signup_block-middle .signup_input_wrap input {
  background: #FEF9DA !important;
  border: 1px solid #D5D0B2;
  padding: 1px;
}
.grayout .signup_block-middle .btn-middle {
  color: #FEF9DA !important;
  background: #B2DADB !important;
  border: 4px solid #B2DADB !important;
}
.grayout p, .grayout h2, .grayout dl, .grayout form {
  color: #CAC4A6;
}
.grayout img {
  opacity: 0.3;
}
.grayout * {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

/* (確認画面) */
.confirm {
  color: #000;
  background: #fff;
  padding: 30px 100px;
  overflow-y: auto;
  max-height: calc(100vh - 60px);
  /* (スマホ用のスクロールバー) */
}
@media screen and (max-width: 991px) {
  .confirm {
    padding: 10px;
  }
}
.confirm::-webkit-scrollbar {
  width: 15px;
}
.confirm::-webkit-scrollbar-thumb {
  background: #444;
  border-radius: 10px;
}
.confirm::-webkit-scrollbar-track-piece:start {
  background: #aaa;
}
.confirm::-webkit-scrollbar-track-piece:end {
  background: #fff;
}
.confirm__area {
  display: none;
}
.confirm__area.is_active {
  display: flex;
  z-index: 200;
  width: auto;
  min-width: 600px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 991px) {
  .confirm__area.is_active {
    min-width: auto;
  }
}
.confirm__wrap {
  border-radius: 10px;
  padding: 10px;
  background: #fff;
}
.confirm__footer {
  text-align: center;
}
.confirm__ttl {
  font-size: 1.3em;
  text-align: center;
  margin: 2em 0 0.8em;
  padding: 0.5em;
  color: #fff;
  background: #0072BC;
}
@media screen and (max-width: 991px) {
  .confirm__ttl {
    margin: 0 0 0.8em;
  }
}
.confirm__txt {
  text-align: center;
}
.confirm__tbl {
  border-collapse: collapse;
  width: auto;
  max-width: 40em;
  margin: 2em auto;
}
.confirm__tbl th {
  background-color: #444;
  color: #fff;
  text-align: center;
  padding: 0.5em;
  border: 1px solid #aaa;
  white-space: nowrap;
}
.confirm__tbl td {
  background-color: white;
  text-align: left;
  padding: 0.5em;
  border: 1px solid #aaa;
  word-break: break-all;
}
.confirm_close {
  border: 4px solid #444;
  border-radius: 5px;
  background: #444;
  color: #ffffff;
  font-size: 1em;
  font-weight: bold;
  display: block;
  margin: 2em auto;
  padding: 0 2px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .confirm_close {
    margin: 1em auto 0;
  }
}
.confirm_close:hover {
  color: #ffffff;
  border: 4px solid #777;
  background: #777;
}
.confirm_close:active {
  position: relative;
  top: 2px;
}

.hidden {
  display: none;
}

/* (トップへ戻る) */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #00A0FF;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 110;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f062";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 8px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}/*# sourceMappingURL=style.css.map */