@charset "UTF-8";
/* ======================================================================
 reset
====================================================================== */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

/* html5doctor.com Reset Stylesheet v1.6.1
  Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details,
dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section,
small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
input, select, textarea {
  box-sizing: border-box;
}

html {
  /* Sets a specific default `font-size` for user with `rem` type scales.*/
  font-size: 62.5%;
  /* Changes the default tap highlight to be completely transparent in iOS.*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: #333333;
  line-height: 1.6;
  background: #fff;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  word-break: break-all;
  min-width: 1100px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
}

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

strong {
  font-weight: bold;
}

a:link {
  color: #333333;
  text-decoration: none;
  cursor: pointer;
}

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

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

a:active {
  color: c;
  text-decoration: none;
}

a[href^="tel"] {
  color: #333333;
}

button:focus {
  outline: 0;
}

.contain {
  width: 1100px;
  min-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* input */
input, textarea, select {
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  border-image: none;
  background: transparent;
  font-family: inherit;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-ms-expand, textarea::-ms-expand, select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

input:placeholder-shown, textarea:placeholder-shown {
  color: #333333;
}

input::placeholder, textarea::placeholder {
  color: #333333;
}

input:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: #333333;
}

input:focus::placeholder, textarea:focus::placeholder {
  color: #333333;
}

@media screen and (min-width: 769px) {
  .u_pc {
    display: block;
  }
  .u_sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .u_pc {
    display: none;
  }
  .u_sp {
    display: block;
  }
}

@keyframes bottom-top {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes top-bottom {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes big-small {
  0% {
    opacity: 0;
    transform: scale(1.25);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* ======================================================================
 layout
====================================================================== */
/* =================================
 l_content_size
================================= */
.l_content_size_sp_1 {
  padding: 0 4%;
}

@media screen and (min-width: 1025px) {
  .l_content_size_sp_1 {
    max-width: 1100px;
    margin: 0 auto;
  }
}

.l_content_size_pc_1 {
  width: 1100px;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 768px) {
  .l_content_size_pc_1 {
    width: auto;
    padding: 0 4%;
  }
}

/* =================================
 l_container
================================= */
.l_container {
  position: relative;
}

/* =================================
 l_header
================================= */
.l_header {
  background: url(../img/bg_header.png) center top/auto no-repeat;
}

@media screen and (max-width: 768px) {
  .l_header {
    background: transparent;
  }
}

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

.l_header .logo {
  text-align: center;
  margin: 0 -4px -73px -50px;
  padding-top: 13px;
}

@media screen and (max-width: 768px) {
  .l_header .logo {
    margin: 0;
    padding-top: 0;
  }
}

/* =================================
 l_header_sp
================================= */
/* =================================
 l_menu_sp
================================= */
/* =================================
 l_breadcrumbs
================================= */
/* =================================
 l_main_visual
================================= */
/* =================================
 l_content
================================= */
/* =================================
 l_main
================================= */
/* =================================
 l_side
================================= */
/* =================================
 l_footer
================================= */
.l_footer .footer_copy {
  text-align: center;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.5625);
  margin: 35px 0 54px;
}

@media screen and (max-width: 768px) {
  .l_footer .footer_copy {
    font-size: 1.1rem;
    margin: calc(50/750*100vw) 0 calc(86/750*100vw);
  }
}

.l_footer .footer_logo {
  margin-bottom: 35px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l_footer .footer_logo {
    width: calc(298/750*100vw);
    margin: 0 auto calc(60/750*100vw);
  }
}

.l_footer .footer_link {
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 38px;
}

@media screen and (max-width: 768px) {
  .l_footer .footer_link {
    display: block;
    font-size: 1.3rem;
    margin-bottom: calc(64/750*100vw);
    line-height: 2.60769;
  }
}

.l_footer .footer_link li {
  padding: 0 1em;
}

@media screen and (max-width: 768px) {
  .l_footer .footer_link li {
    text-align: center;
  }
}

.l_footer .footer_link li + li {
  border-left: 1px solid #3e3e3e;
}

@media screen and (max-width: 768px) {
  .l_footer .footer_link li + li {
    border-left: none;
  }
}

.l_footer .footer_link a {
  color: #3e3e3e;
}

.l_footer .footer_bottom {
  background: linear-gradient(90deg, #007cfa 0%, #004bbd 100%);
  padding: 14px 0;
}

.l_footer .footer_attend {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .l_footer .footer_attend {
    font-size: 1.1rem;
  }
}

/* =================================
 l_hoge
================================= */
/* ======================================================================
 layout p_top
====================================================================== */
/* =================================
 l_container_top
================================= */
.l_container_top {
  position: relative;
}

/* =================================
 l_header_top
================================= */
/* =================================
 l_header_sp_top
================================= */
/* =================================
 l_main_visual_top
================================= */
/* =================================
 l_content_top
================================= */
/* =================================
 l_main_top
================================= */
/* =================================
 l_side_top
================================= */
/* =================================
 l_footer_top
================================= */
/* =================================
 l_hoge_top
================================= */
.key {
  position: relative;
  background-image: url(../img/bg_key.png?ver2), linear-gradient(90deg, #0dccff 0%, #4760ff 100%);
  background-position: center 55px, center center;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
  text-align: center;
  padding: 25px 0 38px;
}

@media screen and (max-width: 768px) {
  .key {
    padding: calc(40/750*100vw) 0 calc(33/750*100vw);
    background: linear-gradient(90deg, #0dccff 0%, #4760ff 100%) center center/auto no-repeat;
  }
}

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

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

@media screen and (max-width: 768px) {
  .key_ttl {
    margin-right: 0;
  }
}

.key_text {
  margin-top: 67px;
}

@media screen and (max-width: 768px) {
  .key_text {
    margin: calc(36/750*100vw) 4% 0;
  }
}

.present {
  background-image: url(../img/bg_present_line.png), url(../img/bg_present_line.png), url(../img/bg_present.png);
  background-position: center 78px, center 1018px, center center;
  background-size: auto, auto, auto;
  background-repeat: no-repeat, no-repeat, repeat;
}

@media screen and (max-width: 768px) {
  .present {
    background-image: url(../img/sp/bg_present_line.png), url(../img/sp/bg_present_line.png), url(../img/bg_present.png);
    background-position: center calc(250/750*100vw), center calc(2100/750*100vw), center center;
    background-size: 100%, 100%, auto;
    background-repeat: no-repeat, no-repeat, repeat;
  }
}

.present_ttl {
  text-align: center;
  padding: 40px 0 66px;
}

@media screen and (max-width: 768px) {
  .present_ttl {
    padding: calc(40/750*100vw) 0 calc(76/750*100vw);
  }
}

.present_subttl {
  text-align: center;
  margin-bottom: 35px;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .present_subttl {
    margin: 0 calc(20/750*100vw) calc(35/750*100vw);
    padding-top: calc(40/750*100vw);
  }
}

.present_catch {
  margin: 0 -50px 22px -6px;
}

@media screen and (max-width: 768px) {
  .present_catch {
    margin: 0 calc(20/750*100vw) calc(30/750*100vw);
  }
  .present_catch01 {
    width: calc(644/750*100vw);
  }
}

.present_ab {
  display: flex;
  justify-content: space-between;
  margin: 0 -20px 39px -15px;
}

@media screen and (max-width: 768px) {
  .present_ab {
    display: block;
    margin: 0 calc(20/750*100vw) calc(16/750*100vw) calc(35/750*100vw);
  }
}

.present_more {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .present_more {
    margin: calc(43/750*100vw) auto calc(59/750*100vw);
    width: calc(177/750*100vw);
  }
}

.present_gorgo {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .present_gorgo {
    margin: 0 calc(20/750*100vw) 0 calc(35/750*100vw);
  }
}

.present_gorgo-outer {
  display: flex;
  justify-content: space-between;
  margin: 0 -145px 0 -15px;
}

@media screen and (max-width: 768px) {
  .present_gorgo-outer {
    display: block;
    margin: 0;
  }
}

.present_kyotai {
  margin-top: -120px;
}

@media screen and (max-width: 768px) {
  .present_kyotai {
    margin: calc(-83/750*100vw) calc(-30/750*100vw) calc(46/750*100vw) calc(50/750*100vw);
  }
}

.movie {
  text-align: center;
  background: url(../img/movie_waku.png) center center/auto no-repeat;
  width: 1018px;
  height: 588px;
  margin: 0 -6px 47px;
  padding: 27px 0;
}

@media screen and (max-width: 768px) {
  .movie {
    background: url(../img/sp/movie_waku.png) center center/100% no-repeat;
    width: inherit;
    height: 58.1043%;
    overflow: hidden;
    margin: 0 calc(-9/750*100vw) calc(32/750*100vw);
    padding: calc(10/750*100vw) calc(20/750*100vw);
  }
}

.movie_inner {
  width: 970px;
  height: 540px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .movie_inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 55.7971%;
    overflow: hidden;
  }
}

.movie iframe {
  width: 968px;
  height: 538px;
}

@media screen and (max-width: 768px) {
  .movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.bnr01 {
  text-align: center;
  padding-bottom: 66px;
}

@media screen and (max-width: 768px) {
  .bnr01 {
    margin: 0 calc(-9/750*100vw);
    padding-bottom: calc(30/750*100vw);
  }
}

.obo {
  margin-top: -80px;
}

@media screen and (max-width: 768px) {
  .obo {
    margin-top: 0;
    padding-top: calc(17/750*100vw);
  }
}

.obo_ttl {
  background-image: url(../img/bg_obo_ttl.png), linear-gradient(0deg, #1935c2 0%, #1935c2 56%, rgba(25, 53, 194, 0) 56%, rgba(25, 53, 194, 0) 100%);
  background-position: center bottom, center bottom;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
  padding-bottom: 24px;
  text-align: center;
  margin-bottom: 54px;
}

@media screen and (max-width: 768px) {
  .obo_ttl {
    background: transparent;
    padding-bottom: 0;
    margin-bottom: calc(40/750*100vw);
  }
  .obo_ttl .l_content_size_pc_1 {
    padding: 0;
  }
}

.obo_ttl h2 {
  margin-right: -116px;
}

@media screen and (max-width: 768px) {
  .obo_ttl h2 {
    margin-right: 0;
  }
}

.form {
  margin: 0 -10px 80px;
  background: url(../img/bg_form_middle.png) center center/auto repeat-y;
  position: relative;
  padding: 15px 25px;
}

@media screen and (max-width: 768px) {
  .form {
    margin: 0 calc(-25/750*100vw) calc(80/750*100vw);
    background: url(../img/sp/bg_form_middle.png) center center/100% repeat-y;
    padding: calc(15/750*100vw) calc(25/750*100vw);
  }
}

.form:before, .form:after {
  content: "";
  width: 1020px;
  height: 12px;
  position: absolute;
  left: 0;
}

@media screen and (max-width: 768px) {
  .form:before, .form:after {
    width: 100%;
    height: calc(12/750*100vw);
  }
}

.form:before {
  background: url(../img/bg_form_top.png) center top/auto no-repeat;
  top: -12px;
}

@media screen and (max-width: 768px) {
  .form:before {
    background: url(../img/sp/bg_form_top.png) center top/100% no-repeat;
    top: calc(-12/750*100vw);
  }
}

.form:after {
  background: url(../img/bg_form_bottom.png) center bottom/auto no-repeat;
  bottom: -12px;
}

@media screen and (max-width: 768px) {
  .form:after {
    background: url(../img/sp/bg_form_bottom.png) center bottom/100% no-repeat;
    bottom: calc(-12/750*100vw);
  }
}

.form_inner {
  background: #fff;
  border: 2px solid #f8ca6a;
}

.form_ttl {
  margin: 2px 2px 29px;
}

@media screen and (max-width: 768px) {
  .form_ttl {
    margin: 2px 2px calc(25/750*100vw);
  }
  .form_ttl img {
    width: 100%;
  }
}

.form table {
  margin: 0 35px 35px;
  border: 1px solid #d2d2d2;
}

@media screen and (max-width: 768px) {
  .form table {
    margin: 0 auto calc(30/750*100vw);
  }
}

.form tr {
  border: 1px solid #d2d2d2;
}

.form th {
  width: 270px;
  background: #f7f8f8;
  font-size: 1.8rem;
  padding: 17px;
  color: #595757;
}

@media screen and (max-width: 768px) {
  .form th {
    display: block;
    width: calc(630/750*100vw);
    font-size: 1.25rem;
    padding: calc(12/750*100vw) calc(15/750*100vw);
  }
}

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

@media screen and (max-width: 768px) {
  .form_th {
    align-items: center;
  }
}

.form td {
  width: 630px;
  font-size: 1.8rem;
  padding: 17px;
  color: #595757;
}

@media screen and (max-width: 768px) {
  .form td {
    display: block;
    width: calc(630/750*100vw);
    font-size: 1.5rem;
    padding: calc(15/750*100vw);
  }
}

.form .required {
  background: #e90000;
  font-size: 1.6rem;
  color: #fff;
  padding: 4px 8px;
}

@media screen and (max-width: 768px) {
  .form .required {
    font-size: 1.15rem;
    padding: calc(10/750*100vw) calc(12/750*100vw);
  }
}

.form input[type="text"] {
  font-size: 1.5rem;
  border: 1px solid #e5e5e5;
  padding: 4px 8px;
}

@media screen and (max-width: 768px) {
  .form input[type="text"] {
    font-size: 1.6rem;
    padding: calc(10/750*100vw) calc(12/750*100vw);
    width: 100%;
  }
  .form input[type="text"].form_small {
    width: calc(350/750*100vw);
  }
}

.form_small {
  width: 150px;
}

.form_large {
  width: 438px;
}

@media screen and (max-width: 768px) {
  .form_large {
    width: 100%;
  }
}

.form_label {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .form_label {
    font-size: 1.1rem;
  }
}

.form .select_outer {
  position: relative;
  display: inline-block;
}

.form .select_outer:before {
  position: absolute;
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: calc(50% - 24px);
  right: 10px;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .form .select_outer:before {
    top: calc(50% - 19px);
  }
}

.form .select_outer select {
  font-size: 1.5rem;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding: 7px 30px 7px 10px;
}

@media screen and (max-width: 768px) {
  .form .select_outer select {
    margin-bottom: calc(30/750*100vw);
    padding: calc(7/750*100vw) 30px calc(7/750*100vw) calc(10/750*100vw);
  }
}

.form_attend {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .form_attend {
    display: block;
    font-size: 1.1rem;
  }
}

.form_attend + .form_label {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .form_attend + .form_label {
    margin-top: calc(30/750*100vw);
  }
}

.form #form_prefectures {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .form #form_prefectures {
    margin-top: calc(30/750*100vw);
  }
}

.form #form_prefectures + .error {
  margin-top: -20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .form #form_prefectures + .error {
    margin-top: calc(-30/750*100vw);
    margin-bottom: calc(30/750*100vw);
  }
}

.form_radio + .form_radio {
  margin-left: 1em;
}

.form_radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.form_radio input[type="radio"] + .radio-label:before {
  content: '';
  border-radius: 100%;
  border: 1px solid #a5a5a5;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

@media screen and (max-width: 768px) {
  .form_radio input[type="radio"] + .radio-label:before {
    top: 2px;
    margin-right: 8px;
  }
}

.form_radio input[type="radio"]:checked + .radio-label:before {
  background-color: #545454;
  box-shadow: inset 0 0 0 4px #fff;
}

.form_radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #545454;
}

.form_radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}

.form_radio-area {
  display: flex;
}

.form_radio-areaerror .form_radio input[type="radio"] + .radio-label:before {
  border: 1px solid #fb9a93;
}

.form_submit {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .form_submit {
    font-size: 1.75rem;
    margin-bottom: calc(30/750*100vw);
  }
}

.form #submit {
  background: #004cbe;
  border: 2px solid #fff;
  border-radius: 45px;
  box-shadow: 0px 3px 0px 0px rgba(6, 0, 1, 0.1);
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  width: 560px;
  height: 90px;
  line-height: 90px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .form #submit {
    font-size: 1.75rem;
    width: calc(580/750*100vw);
    height: calc(90/750*100vw);
    line-height: calc(90/750*100vw);
  }
}

.form .error-form {
  border-color: #fb9a93 !important;
}

.form .error {
  color: red;
}

.form_notes {
  font-size: 1.3rem;
  margin: 30px 35px 35px;
  border: 1px solid #d2d2d2;
  padding: 20px 20px 20px 30px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .form_notes {
    font-size: 1.1rem;
    margin: 20px 2.5% calc(30/750*100vw);
    padding: 10px 15px 10px 15px;
  }
}

.form_notes-inner {
  height: 200px;
  overflow-y: scroll;
}

.form_notes dl, .form_notes li {
  margin-bottom: 1.6em;
}

.form_notes dt {
  font-size: 1.5rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .form_notes dt {
    font-size: 1.3rem;
  }
}

.form_notes-parentheses {
  list-style: none;
}

.form_notes-parentheses li {
  counter-increment: cnt;
  margin-bottom: 0;
  margin-left: 2em;
}

.form_notes-parentheses li:before {
  display: marker;
  content: "(" counter(cnt) ") ";
  margin-left: -1.5em;
  width: 2em;
}

.form_notes-disc {
  list-style: disc;
  margin-left: 2em;
}

.form_notes-disc li {
  margin-bottom: 0;
}

.bnr_area {
  margin: 0 -9px;
  padding-bottom: 90px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .bnr_area {
    margin: 0 calc(-9/750*100vw);
    padding-bottom: calc(90/750*100vw);
    display: block;
  }
  .bnr_area .bnr02 {
    margin-bottom: calc(30/750*100vw);
  }
}

.contact_ttl {
  margin: 40px 0 20px;
  font-size: 3rem;
  text-align: center;
}

.contact_text {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 40px;
}

.contact table {
  margin: 0 35px 35px;
  border: 1px solid #d2d2d2;
}

@media screen and (max-width: 768px) {
  .contact table {
    margin: 0 auto calc(30/750*100vw);
    display: block;
  }
}

.contact tr {
  border: 1px solid #d2d2d2;
}

@media screen and (max-width: 768px) {
  .contact tr {
    display: block;
  }
}

.contact th {
  width: 270px;
  background: #f7f8f8;
  font-size: 1.8rem;
  padding: 17px;
  color: #595757;
}

@media screen and (max-width: 768px) {
  .contact th {
    display: block;
    width: calc(630/750*100vw);
    font-size: 1.25rem;
    padding: calc(12/750*100vw) calc(15/750*100vw);
  }
}

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

@media screen and (max-width: 768px) {
  .contact_th {
    align-items: center;
  }
}

.contact td {
  width: 630px;
  font-size: 1.8rem;
  padding: 17px;
  color: #595757;
}

@media screen and (max-width: 768px) {
  .contact td {
    display: block;
    width: calc(630/750*100vw);
    font-size: 1.5rem;
    padding: calc(15/750*100vw);
  }
}

.contact_btn {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .contact_btn {
    display: block;
    text-align: center;
    margin-bottom: calc(60/750*100vw);
  }
}

.contact_btn .historybackk {
  border: 2px solid #c3c3c3;
  box-shadow: 0px 3px 0px 0px rgba(6, 0, 1, 0.1);
  border-radius: 25px;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 10px 13px 11px;
  cursor: pointer;
  width: 200px;
}

@media screen and (max-width: 768px) {
  .contact_btn .historybackk {
    margin: 0 auto calc(30/750*100vw);
    width: calc(500/750*100vw);
  }
}

.contact_btn .confirm_submit {
  background: #004cbe;
  border: 2px solid #fff;
  border-radius: 25px;
  box-shadow: 0px 3px 0px 0px rgba(6, 0, 1, 0.1);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 10px 13px 11px;
  cursor: pointer;
  margin-left: 20px;
  width: 200px;
}

@media screen and (max-width: 768px) {
  .contact_btn .confirm_submit {
    font-size: 1.75rem;
    margin-left: 0;
    width: calc(500/750*100vw);
  }
}

.btn_back {
  background: #004cbe;
  border: 2px solid #fff;
  border-radius: 45px;
  box-shadow: 0px 3px 0px 0px rgba(6, 0, 1, 0.1);
  font-size: 3rem;
  font-weight: 700;
  width: 560px;
  height: 90px;
  line-height: 90px;
  margin: 0 auto 40px;
  display: block;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .btn_back {
    font-size: 1.75rem;
    width: calc(640/750*100vw);
    height: calc(110/750*100vw);
    line-height: calc(110/750*100vw);
    margin: 0 auto calc(40/750*100vw);
  }
}

.btn_back:link, .btn_back:visited, .btn_back:hover, .btn_back:active {
  color: #fff;
}

/* ======================================================================
 z-index
====================================================================== */
.l_loader {
  z-index: 1000;
}

.l_menu_sp {
  z-index: 999;
}

.l_header {
  z-index: 998;
}

.l_header_sp {
  z-index: 998;
}

.c_btn_p_top {
  z-index: 997;
}

.l_side {
  z-index: 996;
}

.key {
  z-index: 999;
}

/* =================================
 p_top
================================= */
.l_menu_sp_top {
  z-index: 999;
}

.l_header_top {
  z-index: 998;
}

.l_header_sp_top {
  z-index: 998;
}

.c_btn_p_top_top {
  z-index: 997;
}

.l_side_top {
  z-index: 996;
}
