@charset "UTF-8";
/*------------------------------------------------------------------

BASE

--------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Concert+One&display=swap");
/*Easing*/
/*Screen*/
html, body, div, article, section, span, p, ul, ol, li, table, tr, td, th, hr, h1, h2, h3, h4, h5, h6, a, em, strong, b, img, input, textarea, svg, button, fieldset, figure, header, footer, label {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  list-style-type: none;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
  line-height: 1;
  border-collapse: collapse; }

html {
  font-size: 16px; }

body {
  color: #333333;
  background: #FFF;
  font-family: "Noto Sans JP", MyYuGothic, "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, sans-serif;
  font-weight: 400;
  position: relative;
  word-break: normal;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

html, body {
  zoom: 1;
  min-height: 100%; }

.serif {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", Georgia, serif; }

.sans-serif {
  font-family: "Noto Sans JP", MyYuGothic, "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, sans-serif; }

.mono {
  font-family: "Courier", "Osaka－等幅", Osaka-mono, "ＭＳ ゴシック", "MS Gothic", monospace; }

input[type=text],
input[type=url],
input[type=tel],
input[type=email],
input[type=radio],
input[type=checkbox],
input[type=submit],
select,
textarea {
  -webkit-appearance: none;
  outline: none; }

input[type=submit]:hover {
  cursor: pointer; }

strong, b,
h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

a {
  color: #FF6200;
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease; }

p {
  margin: 0;
  padding: 0 0 1em;
  line-height: 1.5;
  line-break: strict; }
  p a {
    color: #FF6200; }
  p a:hover {
    text-decoration: underline; }
  p:last-child {
    padding-bottom: 0; }

img {
  max-width: 100%;
  display: inline-block;
  outline: none;
  -moz-user-select: none;
  /* These user-select properties are inheritable, used to prevent text selection */
  -webkit-user-select: none;
  -ms-user-select: none;
  /* From IE10 only */
  user-select: none;
  /* Not valid CSS yet, as of July 2012 */
  -webkit-user-drag: none;
  /* Prevents dragging of images/divs etc */
  user-drag: none; }

.clear {
  width: 100%;
  font-size: 0px;
  height: 1px;
  overflow: hidden;
  clear: both;
  float: none;
  margin: 0 0 -1px 0;
  display: block; }

.clear_after:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 0 -1px 0;
  clear: both;
  float: none; }

.l,
.alignleft {
  float: left; }

.r,
.alignright {
  float: right; }

.c,
.aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.tsume_lr {
  margin: 0 -0.1em; }

.none {
  display: none; }

.hidden {
  visibility: hidden; }

.nopc {
  display: none;
  visibility: hidden; }
  @media screen and (max-width: 812px) {
    .nopc {
      display: inherit;
      visibility: visible; } }

@media screen and (max-width: 812px) {
  .nosp {
    display: none;
    visibility: hidden; } }

/*------------------------------------------------------------------

COMMON

--------------------------------------------------------------------*/
section {
  padding: 60px 0; }

section.cta {
  background: #003366;
  text-align: center;
  color: #FFF; }
  section.cta strong {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5; }
  section.cta p {
    margin-top: 22px;
    padding-bottom: 30px; }
  section.cta .btn {
    min-width: 238px; }

.base_wrap {
  width: calc(100% - 40px);
  max-width: 1000px;
  padding: 0;
  margin: 0 auto;
  position: relative; }

.flex_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .flex_wrap .block {
    border-radius: 4px;
    padding: 30px 20px; }
    @media screen and (max-width: 812px) {
      .flex_wrap .block {
        width: 100%;
        max-width: none; } }
  .flex_wrap.row-2 .block {
    width: 50%; }
    @media screen and (max-width: 812px) {
      .flex_wrap.row-2 .block {
        width: 100%;
        max-width: none; } }
  .flex_wrap.row-3 .block {
    width: 32%;
    max-width: 320px; }
    @media screen and (max-width: 812px) {
      .flex_wrap.row-3 .block {
        width: 100%;
        max-width: none; } }

.block_head {
  width: 100%;
  display: flex;
  align-items: flex-end;
  position: relative; }

.item_name {
  font-size: 1.5rem;
  margin-top: 20px; }
  @media screen and (max-width: 812px) {
    .item_name {
      line-height: 1.4; } }

.supplement {
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 20px;
  padding: 0; }

.explanation {
  margin-top: 20px;
  padding: 0; }

.section_head p {
  text-align: center;
  font-size: 1.25rem; }

.content_title {
  font-size: 1.875rem;
  text-align: center;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 812px) {
    .content_title {
      line-height: 1.4; } }

.btn {
  display: inline-block;
  font-size: 1rem;
  background-color: #FF6200;
  border: 1px solid #FF6200;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  padding: 20px 30px;
  min-width: 170px;
  line-height: 1;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  text-indent: -0.7em;
  transition: all 0.3s ease; }
  .btn:before, .btn:after {
    content: "";
    position: absolute;
    right: 20px;
    margin: auto;
    vertical-align: middle;
    display: block;
    width: 10px;
    height: 2px;
    background-color: #FFF;
    border-radius: 5px;
    transition: all 0.3s ease; }
  .btn:before {
    top: 5px;
    bottom: 0;
    transform: rotate(-45deg); }
  .btn:after {
    top: 0;
    bottom: 8px;
    transform: rotate(45deg); }
  .btn:hover {
    background-color: #FFF;
    color: #FF6200; }
    .btn:hover:before, .btn:hover:after {
      background-color: #FF6200; }

.link_dl {
  color: #007BFF;
  font-size: 0.875rem;
  text-decoration: underline; }
  .link_dl:after {
    content: url(../images/uni/icon-download.svg);
    display: inline;
    width: 10px;
    height: 12px;
    position: relative;
    bottom: -2px;
    margin-left: 6px; }

.no {
  font-family: "Roboto", sans-serif;
  background: #003366;
  color: #FFF;
  border-radius: 4px;
  width: 80px;
  height: 80px;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center; }

.tags li {
  display: inline-block;
  background: #FFF;
  border: 1px solid #007BFF;
  border-radius: 4px;
  color: #007BFF;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 8px 13px;
  margin: 5px; }

/*------------------------------------------------------------------

HEADER

--------------------------------------------------------------------*/
header {
  background-color: #003366;
  padding: 19px 0 21px; }
  header:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin: 0 0 -1px 0;
    clear: both;
    float: none; }

/*------------------------------------------------------------------

FOOTER

--------------------------------------------------------------------*/
footer {
  background: #FFF;
  width: 100%; }
  footer a {
    font-size: 0.875rem;
    color: #333333; }
  footer #f_kaitechnology {
    background: #F1F1F0;
    padding: 60px 0;
    text-align: center; }
    footer #f_kaitechnology a img {
      width: 280px;
      height: 53px; }
    footer #f_kaitechnology ul {
      margin: 20px auto 30px; }
      footer #f_kaitechnology ul li {
        display: inline-block; }
        footer #f_kaitechnology ul li:not(:first-child):before {
          content: "｜"; }
    footer #f_kaitechnology #copyright {
      font-size: 0.75rem; }

#f_tel {
  width: 280px;
  margin: auto;
  margin-bottom: 26px; }
  #f_tel p {
    padding-left: 52px;
    position: relative; }
    #f_tel p:before {
      content: "";
      background: url(../images/tel.svg) no-repeat left center;
      background-size: contain;
      display: inline-block;
      width: 48px;
      height: 28px;
      position: absolute;
      top: 6px;
      left: 0; }
    #f_tel p a {
      font-size: 2.375rem;
      font-family: "Concert One", cursive;
      color: #333333;
      white-space: nowrap; }
      #f_tel p a:hover {
        text-decoration: none; }
  #f_tel span {
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: right; }

/*------------------------------------------------------------------

TOP

--------------------------------------------------------------------*/
.page_uni .features {
  background: #EFF3F7; }

.first_view {
  background: url(../images/uni/fv.png) no-repeat center/cover;
  color: #FFF;
  position: relative;
  padding: 40px 0 30px; }
  .first_view:before {
    content: "";
    display: block;
    background: #003366;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    mix-blend-mode: multiply; }
  .first_view .base_wrap {
    position: relative; }
    @media screen and (max-width: 812px) {
      .first_view .base_wrap {
        padding-bottom: 90px; } }
    .first_view .base_wrap .btn {
      position: absolute;
      top: 0;
      right: 32px; }
      @media screen and (max-width: 812px) {
        .first_view .base_wrap .btn {
          top: auto;
          bottom: 0;
          right: 0;
          left: 0;
          margin: auto;
          max-width: 280px; } }
  .first_view .flex_wrap {
    align-items: flex-end; }
    .first_view .flex_wrap .block {
      padding: 0; }
  .first_view .text h1.title_uni {
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    white-space: nowrap; }
    .first_view .text h1.title_uni a {
      color: #FFF;
      transition: all 0.3s ease; }
    .first_view .text h1.title_uni span {
      display: block;
      font-family: "Roboto", sans-serif;
      font-size: clamp(3.6rem, 8.4vw, 5.625rem);
      margin-top: 12px; }
    @media screen and (max-width: 812px) {
      .first_view .text h1.title_uni {
        text-align: center; } }
  .first_view .text p.catch {
    font-size: clamp(0.9rem, 2.1vw, 1.4rem);
    font-weight: bold;
    text-align: center;
    white-space: nowrap; }
  .first_view .text .row-2 {
    margin: 0 -5px; }
    .first_view .text .row-2 p {
      width: calc(50% - 10px);
      text-align: center;
      font-size: clamp(0.75rem, 1.5vw, 0.875rem);
      border: 1px solid #FFF;
      padding: 9px 10px 8px;
      margin: 5px; }
  .first_view .img {
    text-align: center; }
    @media screen and (max-width: 812px) {
      .first_view .img {
        margin-top: 30px; } }
    .first_view .img img {
      max-width: 360px; }
      @media screen and (max-width: 812px) {
        .first_view .img img {
          max-width: 300px; } }

.worries {
  padding-bottom: 100px; }
  .worries .contents {
    margin-top: 60px; }
    .worries .contents .block {
      background: #F7F7F7;
      text-align: center;
      padding: 20px 10px 0;
      display: flex;
      flex-direction: column; }
      @media screen and (max-width: 812px) {
        .worries .contents .block:not(:first-child) {
          margin-top: 40px; } }
      .worries .contents .block p {
        font-size: 0.875rem;
        font-weight: bold; }
      .worries .contents .block .img {
        position: relative;
        min-height: 90px;
        margin-top: auto; }
        .worries .contents .block .img img {
          vertical-align: bottom; }

.features .section_head p {
  margin-top: 35px; }
.features .contents {
  margin-top: 20px; }
  .features .contents .block {
    background: #FFF; }
  .features .contents.row-2 {
    margin-left: -20px;
    margin-right: -20px; }
    .features .contents.row-2 .block {
      width: calc(50% - 40px);
      margin: 60px 20px 0; }
      @media screen and (max-width: 812px) {
        .features .contents.row-2 .block {
          width: 100%; } }
  .features .contents.row-1 {
    width: 100%;
    margin-top: 60px; }
  .features .contents.row-3 {
    margin: 0 -10px; }
    .features .contents.row-3 .block {
      width: calc(33.333% - 20px);
      margin: 60px 10px 0; }
      @media screen and (max-width: 812px) {
        .features .contents.row-3 .block {
          width: 100%;
          margin-top: 40px; } }
      .features .contents.row-3 .block .item_name {
        text-align: center; }
    .features .contents.row-3 .item_name {
      margin-top: 0; }
.features .block_head {
  margin-top: -50px;
  margin-left: -20px; }
.features .block .img {
  margin: 30px auto 0;
  text-align: center; }
  .features .block .img img {
    max-width: 100%; }

.structure .section_head p {
  margin-top: 20px; }
.structure .contents {
  margin-top: -10px; }
  .structure .contents .flex_wrap {
    margin: 80px -20px 0; }
.structure .block.text {
  width: calc(50% - 40px);
  margin: 0 20px;
  background: #EFF3F7;
  position: relative;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  min-height: 278px; }
  @media screen and (max-width: 812px) {
    .structure .block.text {
      width: 100%;
      min-height: 0; } }
  .structure .block.text .btn_wrap {
    margin-top: auto; }
    @media screen and (max-width: 812px) {
      .structure .block.text .btn_wrap {
        margin-top: 1.6em; }
        .structure .block.text .btn_wrap a {
          font-size: 0.75rem; } }
.structure .img {
  width: calc(50% - 40px);
  margin: 0 20px; }
  @media screen and (max-width: 812px) {
    .structure .img {
      width: 100%;
      text-align: center;
      margin-top: 30px; }
      .structure .img img {
        max-width: 100%; } }
.structure .block_head {
  margin-top: -50px;
  margin-left: -20px; }
  .structure .block_head .tags {
    margin-left: 15px;
    margin-bottom: 5px; }

section.faq {
  padding-bottom: 100px; }
  section.faq .contents {
    margin-top: 78px; }

/*------------------------------------------------------------------

FAQ

--------------------------------------------------------------------*/
.faq_wrap {
  margin-top: 60px;
  margin-bottom: 0; }
  .faq_wrap .accordion {
    border-bottom: 4px solid #EEEEEE; }
    .faq_wrap .accordion p {
      padding: 0; }
    .faq_wrap .accordion .ac-close {
      cursor: pointer;
      margin-top: 48px;
      padding-bottom: 48px;
      transition: all 0.3s ease; }
      .faq_wrap .accordion .ac-close p {
        font-weight: bold;
        color: #003366;
        text-decoration: underline;
        padding-left: 62px;
        position: relative;
        padding-right: 2em; }
        .faq_wrap .accordion .ac-close p:after {
          content: "";
          position: absolute;
          top: 5px;
          bottom: 0;
          right: 0;
          margin: auto;
          vertical-align: middle;
          box-sizing: border-box;
          width: 14px;
          height: 10px;
          border: 7px solid transparent;
          border-top: 10px solid #003366;
          transition: all 0.3s ease; }
    .faq_wrap .accordion .ac-close---opened p:after {
      top: -5px;
      transform: scaleY(-1); }
    .faq_wrap .accordion .ac-open {
      display: none;
      padding-top: 8px;
      padding-bottom: 48px; }
      .faq_wrap .accordion .ac-open span {
        background: #FFF;
        color: #003366;
        border: 1px solid #003366;
        top: 1px; }
      .faq_wrap .accordion .ac-open p {
        padding-left: 62px;
        position: relative; }
        @media screen and (max-width: 812px) {
          .faq_wrap .accordion .ac-open p {
            padding-right: 0; } }

.ac-close, .ac-open {
  position: relative; }
  .ac-close span, .ac-open span {
    font-family: "Roboto", sans-serif;
    background: #003366;
    color: #FFF;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -0.5rem;
    text-indent: 5px; }

/*------------------------------------------------------------------

FORM

--------------------------------------------------------------------*/
#section_form_step .inner_block {
  padding: 40px 0; }
#section_form_step .flex_wrap {
  flex-wrap: nowrap; }
#section_form_step .block {
  max-width: 240px; }
  #section_form_step .block:last-child .step_num:after {
    display: none; }
#section_form_step .step_num {
  background: #FF6200;
  padding: 15px 0;
  text-align: center;
  position: relative;
  font-size: 1.875rem;
  font-weight: bold;
  color: #FFF;
  text-indent: 0.4em; }
  #section_form_step .step_num:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #FFF;
    border-width: 30px 0 30px 20px; }
  #section_form_step .step_num:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #FFF transparent #FFF transparent;
    border-width: 30px 0 30px 20px; }
#section_form_step .img {
  text-align: center;
  margin: 20px 0 10px; }
#section_form_step .text {
  font-size: 0.875rem;
  padding: 0 20px; }

.contact_wrap hr {
  width: 100%;
  height: 4px;
  background: #EEEEEE;
  margin-top: 40px; }
.contact_wrap .required {
  background: #FF6200;
  padding: 7px 0px;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .2em;
  text-indent: .2em;
  border-radius: 4px;
  display: inline-block;
  width: 48px;
  text-align: center;
  margin-left: 10px;
  position: relative;
  top: -2px; }
.contact_wrap small {
  font-weight: normal;
  font-size: 12px; }
.contact_wrap .text_wrap:first-child .content_title {
  padding-top: 0; }
.contact_wrap .text_wrap .content_title {
  margin-bottom: 40px; }
.contact_wrap .text_wrap p {
  padding-bottom: 60px; }

.total_price_wrap {
  text-align: right;
  margin-top: 24px; }
  .total_price_wrap .total_price {
    font-size: 1rem;
    font-weight: bold; }
    .total_price_wrap .total_price em {
      font-style: normal;
      font-size: 1.25rem; }
  .total_price_wrap .breakdown {
    margin-top: 14px;
    font-size: 0.875rem; }

#page_head.page__thanks {
  padding: 60px 20px 120px; }
  #page_head.page__thanks .title {
    text-align: center; }
  #page_head.page__thanks .text {
    text-align: center;
    margin-top: 40px; }
  #page_head.page__thanks .c {
    margin-top: 60px; }
    #page_head.page__thanks .c a:after {
      display: none; }

/*-- FORM --------------------------------------------------*/
.form_wrap {
  padding-bottom: 0; }
  .form_wrap .arrow_box_wrap {
    margin-top: 0;
    padding-top: 100px;
    margin-bottom: 60px;
    text-align: center; }
    .form_wrap .arrow_box_wrap .arrow_box {
      font-size: 1.25rem;
      font-weight: bold;
      color: #FFF; }

form label {
  font-size: 1rem;
  font-weight: bold; }

.form_column:not(:first-child) {
  margin-top: 40px; }
.form_column .label {
  display: flex;
  align-items: center; }
.form_column .form {
  padding-top: 10px; }
  .form_column .form.short {
    max-width: 200px; }
    .form_column .form.short input, .form_column .form.short select {
      max-width: 100%; }
.form_column .flex_wrap.hastxt {
  align-items: center; }
  .form_column .flex_wrap.hastxt .txt {
    font-size: 1rem;
    margin-left: 0.4rem; }
.form_column ul {
  margin-top: 1.3em; }
  .form_column ul li {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-top: 0.6em; }
    .form_column ul li span {
      color: #FF6200;
      font-weight: bold; }

.flex_form_wrap .form_column {
  width: 100%; }
  .flex_form_wrap .form_column .flex_wrap {
    justify-content: start; }
  .flex_form_wrap .form_column .label {
    min-width: 220px;
    width: 40%; }
    .flex_form_wrap .form_column .label label {
      margin-left: auto; }
      .flex_form_wrap .form_column .label label.hascaption {
        display: flex;
        align-items: center; }
        .flex_form_wrap .form_column .label label.hascaption .wrap {
          text-align: right; }
        .flex_form_wrap .form_column .label label.hascaption .caption {
          display: block;
          font-size: 0.875rem;
          font-weight: normal;
          margin-top: 10px; }
  .flex_form_wrap .form_column .form {
    padding-top: 0;
    min-width: 324px;
    width: 60%;
    padding-left: 10px; }
    .flex_form_wrap .form_column .form .form_mim {
      max-width: 150px; }

input, textarea {
  font-size: 1rem;
  background-color: #EEEEEE;
  border-radius: 4px;
  width: 100%;
  padding: .8em 1.25em;
  max-height: 48px; }
  input:focus, textarea:focus {
    background: #EFF3F7; }
  @media screen and (max-width: 812px) {
    input, textarea {
      padding: 0.8em; } }

textarea {
  max-height: none;
  max-width: 100%;
  min-width: 100%; }

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

[type=submit] {
  max-height: none;
  font-size: 1rem;
  background-color: #FF6200;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
  width: 228px;
  height: 60px;
  padding: 0 45px 0 45px;
  line-height: 1;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease; }
  [type=submit]:focus {
    background: #FF6200; }
  [type=submit]:hover {
    color: #FFF;
    background-color: #ca4d00; }

::placeholder {
  color: #AAAAAA;
  font-size: 1rem; }

.select select:focus, input:focus {
  background: #EFF3F7; }

button, select {
  text-transform: none; }

button, input, optgroup, select, textarea {
  font-size: 100%;
  line-height: 1.6;
  margin: 0; }

.control {
  font-weight: normal;
  display: inline-block;
  position: relative;
  padding-left: 40px;
  margin-right: 26px;
  cursor: pointer; }
  .control:first-child {
    margin-top: 11px; }
  .control.control--checkbox {
    margin-bottom: 15px; }
  .control.control--radio {
    margin-bottom: 18px; }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control input:checked ~ .control__indicator:after {
  display: block; }

.control__indicator {
  position: absolute;
  left: 0;
  background: #003366; }
  .control__indicator:after {
    content: '';
    position: absolute;
    display: none; }

.control--checkbox input:checked ~ .control__indicator {
  background: #FFF; }
.control--checkbox .control__indicator {
  border-radius: 4px;
  top: 0px;
  height: 16px;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center; }
.control--checkbox .control__indicator:after {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-size: 0.875rem; }

.control--radio .control__indicator {
  border-radius: 50%;
  top: -6px;
  height: 30px;
  width: 30px; }
.control--radio .control__indicator:after {
  top: 9px;
  left: 9px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #333333; }

.control--radio_text {
  margin-top: 10px;
  padding-left: 40px;
  font-size: 0.875rem; }
  .control--radio_text p {
    padding-bottom: 20px; }
  .control--radio_text a {
    font-weight: bold;
    text-decoration: underline; }

.select {
  font-size: 1rem;
  position: relative;
  display: inline-block;
  width: 100%; }
  .select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: .8em 1.25em;
    max-height: 48px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: #EEEEEE;
    border-radius: 6px;
    color: #8e8e8e;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; }

.address_wrap {
  display: flex; }
  @media screen and (max-width: 812px) {
    .address_wrap {
      display: block; } }
  .address_wrap .prefectures {
    width: 200px;
    position: relative; }
    @media screen and (max-width: 812px) {
      .address_wrap .prefectures {
        width: 100%; } }
    .address_wrap .prefectures .select {
      width: 100%;
      position: relative; }
      .address_wrap .prefectures .select:before {
        content: "▼";
        font-size: 1rem;
        color: #AAAAAA;
        position: absolute;
        right: 14px;
        bottom: 17px;
        pointer-events: none; }
  .address_wrap .addressline {
    width: calc(100% - 200px - 20px);
    margin-left: 20px; }
    @media screen and (max-width: 812px) {
      .address_wrap .addressline {
        width: 100%;
        margin-left: 0;
        margin-top: 40px; } }

.form_btn_wrap {
  margin-top: 58px; }

.check_agree_wrap {
  margin-top: 60px; }
  .check_agree_wrap p {
    padding-bottom: 40px; }
    .check_agree_wrap p a {
      font-weight: bold;
      text-decoration: underline; }
  .check_agree_wrap label.control {
    padding-top: 5px;
    padding-left: 40px;
    margin: 0;
    font-weight: bold; }
  .check_agree_wrap .control__indicator {
    background: #FFF;
    width: 30px;
    height: 30px;
    border-radius: 0; }

.form_btn_wrap #agree {
  position: relative; }
  .form_btn_wrap #agree:after {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    color: #FFF;
    font-size: 0.875rem;
    position: relative;
    right: 36px; }
  .form_btn_wrap #agree .btn {
    text-indent: -8px; }
.form_btn_wrap [type=submit][disabled] {
  cursor: not-allowed;
  border: 1px solid #D1D1D1;
  background-color: #D1D1D1; }
  .form_btn_wrap [type=submit][disabled]:hover {
    color: #FFF; }

.form_btn_wrap_contact {
  margin-top: 58px; }
  .form_btn_wrap_contact #agree {
    position: relative; }
    .form_btn_wrap_contact #agree:after {
      font-weight: 900;
      font-family: "Font Awesome 5 Free";
      content: "\f138";
      color: #FFF;
      font-size: 0.875rem;
      position: relative;
      right: 36px;
      pointer-events: none; }
    .form_btn_wrap_contact #agree .btn {
      text-indent: -8px; }

/*-- CONFIRM --------------------------------------------------*/
.mw_wp_form_confirm .form_column .form {
  margin-top: 10px;
  background-color: #EFF3F7;
  border-radius: 4px;
  padding: .8em 1.25em;
  color: #003366;
  font-weight: bold;
  line-height: 1.6; }
  .mw_wp_form_confirm .form_column .form.control-group {
    padding: .8em 1.25em .8em .1em; }
.mw_wp_form_confirm .flex_form_wrap .form_column .form {
  margin-top: 0;
  background-color: transparent;
  padding-left: 10px; }
  .mw_wp_form_confirm .flex_form_wrap .form_column .form .form_mim {
    width: 65px;
    background-color: #f4f4f4;
    border-radius: 4px;
    padding: .8em 1.25em; }
.mw_wp_form_confirm .form.control-group {
  background-color: transparent; }
.mw_wp_form_confirm .form_btn_wrap #agree {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .mw_wp_form_confirm .form_btn_wrap #agree:after {
    display: none; }
.mw_wp_form_confirm .form_btn_wrap .btn {
  font-size: 1rem;
  margin: auto; }
.mw_wp_form_confirm .form_btn_wrap .return {
  background-color: transparent;
  color: #333333;
  margin: 30px auto 0;
  padding: 0;
  border-radius: 0;
  margin: 60px auto 0;
  width: auto;
  height: auto; }

/*------------------------------------------------------------------

PAGE CONTACT

--------------------------------------------------------------------*/
.contact_attention {
  margin-top: 60px; }
  .contact_attention p {
    font-size: 1rem; }

.form_wrap.page_contact {
  padding-top: 0;
  padding-bottom: 100px;
  background: #003366; }
  .form_wrap.page_contact .inner_block {
    border-radius: 4px;
    padding: 60px;
    background: #FFF; }
    @media screen and (max-width: 812px) {
      .form_wrap.page_contact .inner_block {
        padding: 10px 10px 60px; } }
    .form_wrap.page_contact .inner_block .inner_block {
      padding: 0 60px; }
      @media screen and (max-width: 812px) {
        .form_wrap.page_contact .inner_block .inner_block {
          padding: 30px 10px 10px; } }

.page_contact .mwform-radio-field label input[type="radio"] + span::before {
  z-index: 0;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: none;
  background-color: #EEEEEE; }
.page_contact .mwform-radio-field label input[type="radio"] + span::before, .page_contact .mwform-radio-field label input[type="radio"] + span::after {
  position: absolute;
  content: '';
  top: -5px;
  border-radius: 100%;
  -webkit-transition: all .05s;
  transition: all .05s; }
.page_contact .mwform-radio-field label input[type="radio"] + span::after {
  content: '';
  opacity: 0;
  top: -5px;
  left: 0;
  width: 30px;
  height: 30px;
  background: #003366;
  -webkit-transform: scale(0);
  transform: scale(0); }
.page_contact .mwform-radio-field label input[type="radio"]:checked + span::after {
  opacity: 1;
  -webkit-transform: scale(0.4);
  transform: scale(0.4); }
.page_contact .mwform-radio-field label span {
  display: inline-block;
  position: relative;
  padding-left: 34px; }
.page_contact .mwform-radio-field.horizontal-item {
  display: inline-block;
  margin-left: 0 !important;
  margin-right: 16px; }

label input[type="radio"]:checked + span::after {
  opacity: 1;
  -webkit-transform: scale(0.6);
  transform: scale(0.6); }

/*-- MW WP FORM HACK --------------------------------------------------*/
.mwform-tel-field input[type="text"], .mwform-zip-field input[type="text"] {
  display: inline-block;
  width: auto; }
