@charset "UTF-8";
/* ================================================= 
reset setting
================================================= */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, ::after, ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
  cursor: help;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #0275d8;
  text-decoration: none;
}

a:focus, a:hover {
  color: #014c8c;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

[role=button], a, area, button, input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button, input, select, textarea {
  line-height: inherit;
}

input[type=checkbox]:disabled, input[type=radio]:disabled {
  cursor: not-allowed;
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type=search] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

/* ================================================= 
base setting
================================================= */
html {
  height: 100%;
  font-size: 62.5%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans JP',"游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  color: #111;
  line-height: 1.8;
  text-align: left;
  min-width: 1000px;
  width: 100%;
  height: 100%;
  word-wrap: break-word;
  /*word-break:break-all;*/
  -webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.4;
}

p, figure {
  margin: 0;
}

ol, ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a, a:link {
  text-decoration: none;
  color: #111;
  font-weight: 400;
  -webkit-transition: all .4s;
  transition: all .4s;
}

a.none, a:link.none {
  color: #111;
  text-decoration: none;
}

a.link-txt, a:link.link-txt {
  color: #1E3071;
  text-decoration: underline;
}

a:hover, a.link_txt:hover {
  color: #ccc;
}

a:hover:not(.bnrLink) img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.img-wrap img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    min-width: initial;
  }
  .img-wrap {
    width: 100%;
  }
  .img-wrap img {
    width: 100%;
    height: auto;
  }
}

/* iframe */
video {
  width: 100%;
  outline: none;
}

.ggmap {
  position: relative;
  padding-top: 36.25%;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .ggmap {
    padding-top: 65%;
  }
}

.indoor {
  position: relative;
  padding-top: 32.25%;
  height: 0;
  overflow: hidden;
}

.indoor iframe,
.indoor object,
.indoor embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .indoor {
    padding-top: 56%;
  }
}

.youtube {
  position: relative;
  padding-top: 54.25%;
  height: 0;
  overflow: hidden;
}

.youtube iframe,
.youtube object,
.youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* img */
.w100 {
  width: 100%;
}

.w90 {
  width: 90%;
}

.w80 {
  width: 80%;
}

.w75 {
  width: 75%;
}

.w60 {
  width: 60%;
}

.w50 {
  width: 50%;
}

.w40 {
  width: 40%;
}

.flex-inTxt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  .w90, .w80, .w75 {
    width: 100%;
  }
  .w60 {
    width: 90%;
  }
  .w50 {
    width: 80%;
  }
}

/* ================================================= 
 block setting
================================================= */
#wrapper {
  position: relative;
  padding-top: 87px;
}

#wrapper ._sp {
  display: none;
}

@media screen and (max-width: 767px) {
  #wrapper {
    padding-top: 63px;
  }
  #wrapper ._pc {
    display: none;
  }
  #wrapper ._sp {
    display: block;
  }
}

.container {
  max-width: 1100px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .container {
    width: 88%;
  }
}

.container._lg {
  max-width: 1440px;
  width: 100%;
}

.container._sm {
  max-width: 900px;
}

@media screen and (min-width: 1440px) {
  .container._lg {
    width: 100%;
  }
}

.sect {
  padding: 4em 0;
}

.sect._lg {
  padding: 8em 0;
}

@media screen and (max-width: 480px) {
  .sect {
    padding: 2.5em 0;
  }
  .sect._lg {
    padding: 3.5em 0;
  }
}

/* ================================================= 
 form setting
================================================= */
.privacy {
  margin-top: 2em;
}

.privacy > p {
  text-align: center;
  margin-bottom: .5em;
}

.privacy-txt {
  background-color: white;
  margin: 0 0 1em;
  padding: 1% 2.5% 1.5%;
  border: 1px solid #ddd;
  height: 200px;
  overflow-y: scroll;
  font-size: .9em;
  text-align: left;
}

.privacy-txt p {
  margin-top: .25em;
}

.privacy-txt dl dt {
  margin-top: 1em;
}

.eq,
.any {
  font-size: 0.85em;
  font-weight: 500;
  padding: 3px 8px 2px;
  margin-right: 10px;
  line-height: 1;
  color: white;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  .eq,
  .any {
    top: 1.65rem;
    left: 1rem;
    right: auto;
  }
}

.any {
  background-color: #22B4D6;
}

.eq {
  background-color: #ED0000;
}

.err {
  font-size: 0.9em;
  color: #ED0000;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  padding: 8px 10px;
  margin: 0 6px;
  outline: none;
  border: none;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  background-color: white;
  font-size: 16px;
  font-size: 1.6rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
  border-color: #FFFD38;
  background-color: #fafafa;
}

input[type="text"]:first-child,
input[type="tel"]:first-child,
input[type="email"]:first-child,
textarea:first-child {
  margin-left: 0;
}

.add-nub {
  margin-bottom: 1em;
}

.add-nub input[type="text"] {
  margin: 0 10px;
  width: 30%;
}

select {
  width: 20%;
  padding: 6px 5px 9px;
  margin: 0 65x;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  border: 1px solid #dfdfdf;
  background-color: #fcfcfc;
  border-radius: 5px;
}

.radio {
  line-height: 1.2;
}

.radio input[type="radio"] {
  margin: 0 5px 0 15px;
}

.radio input[type="radio"]:first-child {
  margin-left: 0;
}

textarea {
  height: 12em;
  border-radius: 0;
  margin-left: 0;
}

textarea:focus {
  background-color: #fafafa;
}

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

.submits {
  margin-top: 1em;
  text-align: center;
}

.submits .submit,
.submits button {
  max-width: 300px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  cursor: pointer;
  outline: none;
  line-height: 1.2;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 20px 0;
  line-height: 1;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: white;
  text-align: center;
  border: none;
  background: #22B4D6;
}

.submits .submit:hover,
.submits button:hover {
  background-color: #AF2424;
  color: white;
}

.submits .submit:nth-of-type(2),
.submits button:nth-of-type(2) {
  margin-left: 15px;
}

.submits .submit.backbtn,
.submits button.backbtn {
  background-color: #aaa;
}

.submits .submit span,
.submits button span {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  margin-bottom: 0.5em;
}

.submits.col2-button .submit,
.submits.col2-button button {
  width: 44%;
}

.ws {
  width: 20%;
}

.wm {
  width: 60%;
}

.wl {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .eq,
  .any {
    top: 1.5rem;
    left: 0;
  }
  .submits {
    margin-top: 1em;
    text-align: center;
  }
  .submits .submit,
  .submits button {
    padding: 10px 0 12px;
    width: 100%;
    line-height: 1.4;
    font-size: 20px;
    font-size: 2rem;
    margin: 0 5px;
  }
  .submits .submit:nth-of-type(2),
  .submits button:nth-of-type(2) {
    margin: 0.5em 5px 0;
  }
  .submits .submit span,
  .submits button span {
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.01em;
    margin-bottom: 0;
  }
  .submits.col2-button .submit,
  .submits.col2-button button {
    font-size: 18px;
    font-size: 1.8rem;
  }
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  textarea,
  select {
    margin: 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  input[type="text"]:first-child,
  input[type="tel"]:first-child,
  input[type="email"]:first-child,
  textarea:first-child,
  select:first-child {
    margin-left: 0;
  }
  textarea {
    margin-left: 0;
  }
  select {
    width: auto;
  }
  textarea {
    height: 6em;
  }
  .ws {
    width: 25% !important;
  }
  .wm {
    width: 90%;
  }
  .wl {
    width: 100%;
  }
}

/* ================================================= 
common setting
================================================= */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex.fl-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex.jc-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex.jc-cen {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex.jc-bet {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex.jc-ar {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex.ai-cen {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex.ai-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex .inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 5%;
}

.flex .inner p {
  margin: 0 0 1em;
}

.flex .inner p:last-child {
  margin-bottom: 0;
}

.flex.fl-row .inner {
  padding: 0 5% 0 0;
}

.flex.col2 .blc {
  width: 48%;
  margin: 1% 0;
}

.flex.col2 .blc:nth-child(odd) {
  margin-right: 4%;
}

@media screen and (max-width: 767px) {
  .flex .inner {
    width: 100%;
    padding: 5% 0 0;
  }
  .flex .inner p {
    margin-bottom: .75em;
  }
  .flex.fl-row .inner {
    width: 100%;
    padding: 5% 0 0;
  }
  .flex.col2 {
    display: block;
  }
  .flex.col2 .blc {
    width: 100%;
    margin: .5em auto;
  }
  .flex.col2 .blc:nth-child(3n+3) {
    margin-right: auto;
    margin-bottom: 0;
  }
}

/* title */
.ttl {
  color: #1E3071;
  font-size: 35px;
  font-size: 3.5rem;
  text-align: center;
  margin-bottom: 1em;
  padding-bottom: 20px;
  position: relative;
}

.ttl::after {
  content: '';
  width: 100px;
  height: 5px;
  background-color: #22B4D6;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .ttl {
    font-size: calc(46 / 750 * 100vw);
  }
  .ttl::after {
    width: 60px;
    height: 4px;
  }
}

.blc-ttl {
  text-align: center;
  margin-bottom: 2em;
}

.blc-ttl span {
  display: inline-block;
  padding: .25rem 2rem;
  font-size: 30px;
  font-size: 3rem;
  color: white;
  background-color: #1E3071;
  -webkit-box-shadow: 5px 5px rgba(30, 48, 113, 0.2);
          box-shadow: 5px 5px rgba(30, 48, 113, 0.2);
}

@media screen and (max-width: 767px) {
  .blc-ttl span {
    padding: .75rem 2rem;
    font-size: calc(38 / 750 * 100vw);
    line-height: 1.2;
  }
}

.lg-ttl {
  font-size: 35px;
  font-size: 3.5rem;
  text-align: center;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .lg-ttl {
    font-size: calc(46 / 750 * 100vw);
  }
}

.md-ttl {
  color: #1E3071;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  margin-bottom: .75em;
}

.md-ttl._bd {
  padding-bottom: .75em;
  text-align: center;
  background: url(../images/border.svg) no-repeat center bottom;
}

@media screen and (max-width: 767px) {
  .md-ttl {
    font-size: calc(40 / 750 * 100vw);
  }
}

.sm-ttl {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: .5em;
}

@media screen and (max-width: 767px) {
  .sm-ttl {
    font-size: calc(34 / 750 * 100vw);
    margin-bottom: .25em;
  }
}

.read {
  font-size: 1.2em;
}

@media screen and (max-width: 767px) {
  .read {
    font-size: 1.1em;
  }
}

/* img */
.trim {
  overflow: hidden;
  width: 100%;
  height: 250px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .trim {
    height: 150px;
  }
}

.trim.trim-x img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.trim.trim-y img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

.img-scale {
  overflow: hidden;
}

.img-scale img {
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

a:hover .img-scale img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}

/* list */
.disclist > li {
  margin: .5em 0 0 20px;
  list-style: disc outside;
  line-height: 1.4;
}

.checklist li {
  line-height: 1.5;
  margin-top: .75em;
  padding: 4px 0 2px 35px;
  background: url(../images/check.svg) no-repeat left center;
  background-size: 25px auto;
  font-size: 1.25em;
  color: #1E3071;
}

.checklist li span {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .checklist li {
    margin-top: .75em;
    padding: 0 0 0 23px;
    background-position: left 3px;
    background-size: 16px auto;
    font-size: 1.1em;
  }
}

/* table */
.tbl {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  background-color: #707070;
}

.tbl tr th, .tbl tr td {
  padding: 1rem 1.5rem;
}

.tbl tr th {
  color: white;
  background-color: #1E3071;
  text-align: center;
}

.tbl tr th:nth-of-type(1) {
  width: 20%;
}

.tbl tr th:nth-of-type(2) {
  background-color: #707070;
}

.tbl tr th:nth-of-type(2), .tbl tr th:nth-of-type(3) {
  width: 40%;
}

.tbl tr td {
  font-size: .95em;
  line-height: 1.4;
  text-align: center;
}

.tbl tr td p {
  text-align: left;
}

.tbl tr td:nth-of-type(1) {
  text-align: center;
  background-color: #F5F4EF;
}

.tbl tr td:nth-of-type(2) {
  background-color: white;
}

.tbl tr td:nth-of-type(3) {
  background-color: #EFFBFF;
  color: #1E3071;
}

@media screen and (max-width: 767px) {
  .tbl tr th, .tbl tr td {
    padding: 1rem 2%;
  }
  .tbl tr th {
    line-height: 1.4;
  }
  .tbl tr td {
    text-align: left;
  }
}

.nmr-tbl {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  background-color: #707070;
}

.nmr-tbl tr th, .nmr-tbl tr td {
  padding: 1rem 2rem;
}

.nmr-tbl tr th {
  background-color: #1E3071;
  color: white;
  text-align: center;
}

.nmr-tbl tr td {
  background-color: white;
}

@media screen and (max-width: 767px) {
  .nmr-tbl tr th, .nmr-tbl tr td {
    width: 100%;
    display: block;
  }
}

.bd-tbl {
  width: 100%;
  margin: 2em 0 0;
}

.bd-tbl tr th, .bd-tbl tr td {
  padding: 3rem 2rem;
  border-bottom: 1px solid #ddd;
}

.bd-tbl tr th {
  width: 100px;
  font-weight: 400;
  font-size: 1.2em;
}

.bd-tbl tr:last-child th, .bd-tbl tr:last-child td {
  padding-bottom: 0;
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .bd-tbl {
    margin-top: 1em;
  }
  .bd-tbl tr th, .bd-tbl tr td {
    width: 100%;
    display: block;
    padding: 0;
  }
  .bd-tbl tr th {
    font-size: 1.1em;
    font-weight: 700;
    border-bottom: none;
    padding-top: 2rem;
  }
  .bd-tbl tr td {
    padding-bottom: 2rem;
  }
}

.form-tbl {
  width: 100%;
}

.form-tbl tbody tr th,
.form-tbl tbody tr td {
  padding: 2rem 0 1rem;
  display: block;
  width: 100%;
}

.form-tbl tbody tr th {
  padding-bottom: .25rem;
  position: relative;
}

.form-tbl tbody tr td {
  padding-top: 0.5rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .form-tbl tbody tr th,
  .form-tbl tbody tr td {
    padding: 1rem 0 0.5rem;
    display: block;
    width: 100%;
  }
  .form-tbl tbody tr th {
    position: relative;
    padding-bottom: 0;
  }
  .form-tbl tbody tr td {
    padding-top: 0.5rem;
    position: relative;
  }
}

.confirm-tbl {
  width: 100%;
  margin: 1em auto 2em;
}

.confirm-tbl tbody tr th,
.confirm-tbl tbody tr td {
  padding: 2rem 1.75rem;
  border-bottom: 1px dotted #ccc;
}

.confirm-tbl tbody tr th {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .confirm-tbl tbody tr th,
  .confirm-tbl tbody tr td {
    padding: 1rem 1rem;
    display: block;
    width: 100%;
  }
  .confirm-tbl tbody tr th {
    padding-bottom: 0;
    border-bottom: none;
  }
  .confirm-tbl tbody tr td {
    padding-top: 0.5rem;
  }
}

/* btn */
.btn {
  text-align: center;
}

.btn a {
  display: inline-block;
  padding: .5rem 2.5rem;
  background-color: #FD8C2C;
  border: 2px solid white;
  border-radius: 60px;
  color: white;
  font-weight: 700;
  font-size: 21px;
  font-size: 2.1rem;
}

.btn a span {
  padding-left: 25px;
  background: url(../images/arw.png) no-repeat left center;
  background-size: 14px auto;
}

.btn a:hover {
  background-color: #AF2424;
}

.btn._lg a {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.6;
}

.btn._lg a span {
  padding-left: 35px;
  background-position: left 13px;
  background-size: 20px auto;
}

@media screen and (max-width: 767px) {
  .btn a {
    padding: .5rem 2rem .75rem;
  }
  .btn._lg a {
    font-size: 20px;
    font-size: 2rem;
  }
  .btn._lg a span {
    padding-left: 30px;
    background-position: left 6px;
    background-size: 18px auto;
  }
}

/* bg-color */
.bg-color {
  background-color: #EFFBFF;
}

/* box */
.box {
  padding: 4%;
  background-color: #F5F4EF;
  margin-bottom: 5em;
}

.box-inner {
  max-width: 830px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .box {
    margin-bottom: 3em;
  }
}

/* panel */
.panel {
  padding: 2.5%;
  background-color: #F5F4EF;
  margin: 2em auto 60px;
  -webkit-box-shadow: 5px 5px #1e3071;
          box-shadow: 5px 5px #1e3071;
  position: relative;
}

.panel::after {
  content: '';
  width: 174px;
  height: 33px;
  background: url(../images/arw02.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -50px;
}

.panel-title {
  text-align: center;
}

.panel-title span {
  background-color: #22B4D6;
  color: white;
  font-size: 1.2em;
  font-weight: 500;
  border-radius: 30px;
  padding: 0 1rem;
}

.panel:last-child {
  margin-bottom: 0;
}

.panel:last-child::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .panel {
    padding: 5%;
  }
}

/* font */
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-inline span {
  display: inline-block;
}

.small {
  font-size: 0.85em;
}

.large {
  line-height: 1.6;
  font-size: 1.35em;
}

@media screen and (max-width: 767px) {
  .large {
    font-size: 1.2em;
  }
}

.xlarge {
  font-size: 1.4em;
}

.super {
  font-size: 0.75em;
  vertical-align: super;
  margin-left: 5px;
}

.bold {
  font-weight: 600;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.fsize24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.fsize20 {
  font-size: 20px;
  font-size: 2rem;
}

.fsize18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.fsize16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.white {
  color: white;
}

.gray {
  color: #595656;
}

.black {
  color: #111;
}

.blue {
  color: #1E3071;
}

.green {
  color: #AEBB3E;
}

.red {
  color: #AF2424;
}

.orange {
  color: #FD8C2C;
}

.yellow {
  color: #FFFD38;
}

.brown {
  color: #6A5942;
}

.gold {
  color: #ab8c1e;
}

.pink {
  color: #FF5D9B;
}

@media screen and (max-width: 767px) {
  .fsize24 {
    font-size: 20px;
    font-size: 2rem;
  }
  .fsize20 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .fsize18 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .fsize16 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 480px) {
  .fsize24 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .fsize20 {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .fsize18 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .fsize16 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/* padding,margin */
.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

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

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

.mt05 {
  margin-top: .5em !important;
}

.mt1 {
  margin-top: 1em !important;
}

.mt15 {
  margin-top: 1.5em !important;
}

.mt2 {
  margin-top: 2em !important;
}

.mt25 {
  margin-top: 2.5em !important;
}

.mt3 {
  margin-top: 3em !important;
}

.mt4 {
  margin-top: 4em !important;
}

.mt5 {
  margin-top: 5em !important;
}

.mt6 {
  margin-top: 6em !important;
}

.mb05 {
  margin-bottom: .5em !important;
}

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

.mb15 {
  margin-bottom: 1.5em !important;
}

.mb2 {
  margin-bottom: 2em !important;
}

.mb25 {
  margin-bottom: 2.5em !important;
}

.mb3 {
  margin-bottom: 3em !important;
}

.mb4 {
  margin-bottom: 4em !important;
}

.mb5 {
  margin-bottom: 5em !important;
}

.mb6 {
  margin-bottom: 6em !important;
}
/*# sourceMappingURL=common.css.map */