@charset "UTF-8";
/* CSS Document */
.entry000 .heading-lead {
  background-image: url(../../images/entry/title-text01.svg);
}
.contact-tel {
  text-align: center;
}
.contact-tel a {
  display: block;
  text-align: center;
  border: 1px solid #333;
}
.contact-tel p {
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid #333;
  padding: 5px 0;
}
.contact-tel img {
  width: 300px;
  height: auto;
  padding: 15px 10px;
}
.entryform-space {
  display: block;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .contact-tel img {
    width: 260px;
  }
}
.form113-table .size01 {
  width: 90%;
}
.form113-table .size02 {
  width: 50%;
}
.form113-table .notes01 {
  padding-top: 5px;
  font-size: 13px;
}
.notes01-wap {
  position: relative;
}
.notes01 {
  position: absolute;
  background-color: #FFF;
  right: 0;
  padding: 5px 5px 5px 20px;
  width: 350px;
  top: 20px;
}
.notes02 {
  padding-left: 5px;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .notes01 {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .notes01 {
    width: 100%;
    position: inherit;
    padding: 5px 0px 0px;
    top: 0px;
  }
  .form113-table .size02 {
    width: 90%;
  }
}
@media (max-width: 575px) {
  .notes02 {
    display: block;
    padding-top: 5px;
  }
}
/* flow */
/*--------------------------------------------------*/
.entryform-flow {
  display: table;
  width: 100%;
  height: 60px;
  margin: 50px 0 30px;
  padding: 0;
  background-color: #f3f3f3;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 991px) {
  .entryform-flow {
    margin: 50px 0;
    background-size: contain;
  }
}
@media (max-width: 575px) {
  .entryform-flow {
    margin: 25px 0;
  }
}
.entryform-flow._input {
  background-image: url("../../images/entry/flow-input.svg");
  max-width: 800px;
  margin: 2em auto;
}
.entryform-flow._confirm {
  background-image: url("../../images/entry/flow-confirm.svg");
}
.entryform-flow._thanks {
  background-image: url("../../images/entry/flow-thanks.svg");
}
.entryform-flow li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.entryform-flow-text {
  display: inline-block;
}
.entryform-flow-text._current {
  color: white;
}
.entryform-flow-en {
  font-family: times;
  font-size: 15px;
  line-height: 1;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .entryform-flow-en {
    display: none;
  }
}
.entryform-flow-ja {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  margin-left: 10px;
  vertical-align: middle;
  letter-spacing: .2em;
}
@media (max-width: 767px) {
  .entryform-flow-ja {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .entryform-flow-ja {
    font-size: 14px;
    position: relative;
    top: -1px;
  }
}
/*--------------------------------------------------*/
.form113-text {
  /*  max-width: 700px;*/
  font-size: 15px;
  line-height: 1.6;
  margin: 0 auto;
}
.mw_wp_form_input .form113-text-confirm {
  display: none;
}
.mw_wp_form_confirm .form113-text-input {
  display: none;
}
.form113-table {
  width: 100%;
  /* max-width: 700px;*/
  margin: 0 auto;
  table-layout: fixed;
  background-color: white;
}
.form113-table tr {
  border-top: 1px solid #333;
}
.form113-table tr:first-child {
  border-top: none;
}
.form113-table th, .form113-table td {
  /*  font-size: 14px;*/
  font-size: 15px;
  line-height: 1.3;
  padding: 10px;
  vertical-align: middle;
}
.form113-table th {
  font-weight: bold;
  width: 30%;
  background-color: #f2f2f2;
  border-right: 1px solid #333;
}
.form113-table td {
  width: 70%;
  padding: 15px 10px 15px 20px;
}
.form113-required::before {
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  padding: 5px;
  content: '必須';
  color: white;
  background-color: #ff8e1e;
  float: right;
}
.mw_wp_form_confirm .form113-required::before {
  display: none;
}
/* 入力系 */
.form113-table input[type='text'], .form113-table input[type='email'], .form113-table input[type='tel'], .form113-table input[type='url'], .form113-table input[type='number'], .form113-table textarea, .form113-table select {
  max-width: 100%;
  padding: 5px;
  -webkit-transition: outline-color 100ms;
  transition: outline-color 100ms;
  border: none;
  border-radius: 0;
  outline: 2px solid transparent;
  /*  background-color: #f2f2f2;*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #999;
}
.form113-table input[type='text']:active, .form113-table input[type='email']:active, .form113-table input[type='tel']:active, .form113-table input[type='url']:active, .form113-table input[type='number']:active, .form113-table textarea:active, .form113-table select:active, .form113-table input[type='tel']:focus, .form113-table input[type='text']:focus, .form113-table input[type='email']:focus, .form113-table input[type='url']:focus, .form113-table input[type='number']:focus, .form113-table textarea:focus, .form113-table select:focus {
  outline-color: #add6ff;
}
/* ラジオ・チェックボックス */
.form113-table .mwform-radio-field-text, .form113-table .mwform-checkbox-field-text {
  vertical-align: middle;
}
.mw_wp_form .vertical-item {
  display: inline-block !important;
  padding-right: 10px;
}
/* セレクト */
.form113-select {
  position: relative;
  display: inline-block; /*  background-color: #f2f2f2;*/
}
.mw_wp_form_confirm .form113-select {
  background-color: transparent;
}
.form113-select::before {
  line-height: 1;
  position: absolute;
  top: 0;
  right: .5em;
  bottom: 0;
  height: 1em;
  /*    height: 60px;*/
  margin: auto 0;
  content: '▼';
  -webkit-transform: scaleY(.6);
  -ms-transform: scaleY(.6);
  transform: scaleY(.6);
  opacity: .5;
  color: black; /*  background-color:#333;*/
}
.mw_wp_form_confirm .form113-select::before {
  display: none;
}
.form113-select select {
  position: relative;
  height: 2.2em;
  padding-right: 2em;
  background-color: transparent;
}
.form113-select select::-ms-expand {
  display: none;
}
/* ファイル */
.form113-file + .form113-file {
  position: relative;
  margin-top: 10px;
}
.form113-file .mwform-file-delete {
  font-size: 18px;
  vertical-align: middle;
}
/* ボタン */
.form113-button {
  font-size: 16px;
  line-height: 1;
  letter-spacing: .1em;
  border: none;
}
.form113-submit {
  font-weight: bold;
  padding: 15px 30px;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
  color: white;
  background-color: #333;
}
.form113-submit:hover {
  opacity: .8;
}
.form113-back {
  font-weight: bold;
  padding: 15px 30px;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
  color: white;
  background-color: #808080;
}
.form113-back:hover {
  opacity: .8;
}
/* 個人情報保護方針 */
.form113-policy {
  font-size: 13px;
  line-height: 1.6;
  overflow-y: auto;
  height: 16em;
  padding: 15px;
  border: 1px solid #aaa;
}
.form113-policy h1, .form113-policy h2 {
  font-weight: bold;
}
.form113-policy h1 {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #aaa;
}
.form113-policy h2 {
  margin-top: 15px;
  margin-left: -.5em;
}
/* エラー */
.form113-table .error {
  font-weight: bold;
  margin-top: 5px;
  color: red !important;
}
/* media query */
@media (max-width: 991px) {
  .form113-table, .form113-table tbody, .form113-table tr, .form113-table th, .form113-table td {
    display: block;
    width: 100%;
  }
  .form113-table input[type='range'] {
    width: 100%;
  }
  .form113-table th {
    border-right: none;
  }
  .form113-table tr {
    border-top: none;
  }
}
@media (max-width: 575px) {
  .form113-policy {
    padding: 10px;
  }
  .form113-table .size01 {
    width: 96%;
  }
  .form113-table .size02 {
    width: 96%;
  }
}
/* datepicker --------------------------------------*/
.ui-widget {
  font-size: 14px !important;
}
.ui-datepicker .ui-datepicker-header {
  font-weight: normal !important;
  background: #f2f2f2 !important;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2em !important;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 40% !important;
  margin: 0 5px !important;
  background: white !important;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  top: 3px !important;
}
.ui-datepicker .ui-datepicker-prev {
  left: 3px !important;
}
.ui-datepicker .ui-datepicker-next {
  right: 3px !important;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 3px !important;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 3px !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border-color: #aaa !important;
  background: #f2f2f2 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border-color: transparent !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  top: 3px !important;
  border-color: #aaa !important;
  background: #eee !important;
}
.privac000 h4 {
  text-align: center;
  font-size: 16px;
}
.privac000 p {
  font-size: 12px;
  text-align: justify;
}
.heading {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}
.container-fluid.container-fluid2 {
  max-width: 990px;
}
p.boxgray {
  border: 1px solid #cdcdcd;
  padding: 0.9em 1.2em;
  max-width: 960px;
  text-align: justify;
  font-size: 14px;
  margin: 0 auto 1em;
}

.privac000 {
    border: 1px solid #cdcdcd;
    padding: 1em;
    margin-bottom: 2em;
    overflow: scroll;
    max-height: 100px;
}

.entry_bottom_title{
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-top: 5%;
  margin-bottom: 4%;
}

.entry_bottom_text{
  margin-bottom: 5%;
  text-align: center;
  line-height: 1.7;
}
