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

/*---------------------------------
	form
---------------------------------*/

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

#entry_form.form_block {
  /*
  width: 960px;
  margin: 30px auto;
  */
  width: 100%;
  margin: 0;
  padding: 0;
}

#entry_form.form_block .form_container {
  width: 960px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #entry_form.form_block .form_container {
    width: auto;
    margin: 0 10px;
  }
}

#entry_form.form_block dl {
  clear: both;
  zoom: 1;
  border-top: solid 1px #d5d5d5;
}

#entry_form.form_block dl:nth-of-type(1) {
  border: none;
}

#entry_form.form_block dl:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

#entry_form.form_block dl dt {
  width: 195px;
  padding: 20px 0 0;
  box-sizing: border-box;
  float: left;
  font-weight: normal;
  font-size: 16px;
  color: #000000;
}

#entry_form.form_block dl dd {
  padding: 20px 0 20px 205px;
  min-height: 84px;
  box-sizing: border-box;
}

#entry_form.form_block dl dd span.txt1 {
  font-size: 14px;
  font-weight: bold;
  color: #0098D8;
}

#entry_form.form_block dl dd span.txt2 {
  font-size: 12px;
}

#entry_form.form_block input[type="date"], .form_block input[type="number"], .form_block input[type="email"], .form_block input[type="tel"], .form_block input[type="text"] {
  padding: 15px 10px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 2px solid #d5d5d5;
}

#entry_form.form_block select {
  height: 44px;
  font-size: 16px;
  color: #000000;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 2px solid #d5d5d5;
}

#entry_form.form_block input[type="radio"] {
  display: none;
}

#entry_form.form_block input[type="radio"]+label {
  position: relative;
  margin-right: 20px;
  padding: 0 0 0 36px;
  line-height: 44px;
}

#entry_form.form_block input[type="radio"]+label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  display: block;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  background: #fff;
  border: #d5d5d5 2px solid;
  border-radius: 50%;
}

#entry_form.form_block input[type="radio"]:checked+label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: #0098D8;
  border-radius: 50%;
}

#entry_form.form_block input[type="date"], .form_block input[type="number"], .form_block input[type="email"], .form_block input[type="tel"] {
  ime-mode: disabled;
}

#entry_form.form_block textarea {
  padding: 8px 12px;
  box-sizing: border-box;
  font-size: 16px;
  color: #000000;
  vertical-align: top;
  background-color: #ffffff;
  background-image: none;
  border: 2px solid #d5d5d5;
}

#entry_form.form_block input[type="date"]:focus, .form_block input[type="number"]:focus, .form_block input[type="email"]:focus, .form_block input[type="tel"]:focus, .form_block input[type="text"]:focus, .form_block select:focus {
  border-color: #fcb621;
  outline: 0;
}

#entry_form.form_block input[type="date"].error, .form_block input[type="number"].error, .form_block input[type="email"].error, .form_block input[type="tel"].error, .form_block input[type="text"].error, .form_block select.error {
  border-color: #e80000;
  outline: 0;
  background: #fdedee;
}

#entry_form.form_block input[type="date"].success, .form_block input[type="number"].success, .form_block input[type="email"].success, .form_block input[type="tel"].success, .form_block input[type="text"].success, .form_block select.success {
  border-color: #29abe2;
  outline: 0;
}

#entry_form.form_block input[type="date"]::-webkit-input-placeholde, .form_block input[type="number"]::-webkit-input-placeholde, .form_block input[type="email"]::-webkit-input-placeholde, .form_block input[type="tel"]::-webkit-input-placeholde, .form_block input[type="text"]::-webkit-input-placeholde, .form_block textarea::-webkit-input-placeholde {
  color: #999999;
  font-weight: normal;
}

#entry_form.form_block input[type="date"]:-ms-input-placeholder, .form_block input[type="number"]:-ms-input-placeholder, .form_block input[type="email"]:-ms-input-placeholder, .form_block input[type="tel"]:-ms-input-placeholder, .form_block input[type="text"]:-ms-input-placeholder, .form_block textarea:-ms-input-placeholder {
  color: #999999;
  font-weight: normal;
}

#entry_form.form_block input[type="date"]::-moz-placeholder, .form_block input[type="number"]::-moz-placeholder, .form_block input[type="email"]::-moz-placeholder, .form_block input[type="tel"]::-moz-placeholder, .form_block input[type="text"]::-moz-placeholder, .form_block textarea::-moz-placeholder {
  color: #999999;
  font-weight: normal;
}

#entry_form.form_block input[type="checkbox"], .form_block input[type="radio"] {
  margin-right: 5px;
  vertical-align: middle;
}

#entry_form.form_block .btn_area {
  text-align: center;
  overflow: hidden;
}

#entry_form.form_block .btn_area button {
  background: none;
  border: none;
  margin: 12px 0 0 0;
  padding: 0;
  vertical-align: bottom;
  outline: none;
  cursor: pointer;
}

/*
#entry_form.form_block .btn_area button:first-child {
  margin: 0;
}
*/

#entry_form.form_block .btn_area button img.btn01 {
  width: 488px;
  height: auto;
  vertical-align: bottom;
}

#entry_form.form_block .btn_area button:hover img {
  opacity: 0.75;
}

#entry_form.form_block .btn_area a {
  margin-top: 15px;
  padding: 15px 10px;
  display: inline-block;
  color: #ed0000;
  text-decoration: none;
  border: #d5d5d5 2px solid;
  border-radius: 6px;
  position: relative;
  line-height: 1;
  padding-right: 32px;
}

#entry_form.form_block .btn_area a:before {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: "";
  margin-top: -9px;
  background: url(../images/icon_btn01.png) no-repeat;
  background-size: 12px 18px;
  width: 12px;
  height: 18px;
}

#entry_form.form_block .btn_area a:hover {
  text-decoration: underline;
}

#entry_form.form_block .pagenation {
  overflow: hidden;
}

#entry_form.form_block .pagenation a {
  padding: 15px 10px;
  display: inline-block;
  color: #0098D8;
  text-decoration: none;
  border: #0098D8 2px solid;
  border-radius: 6px;
  position: relative;
  line-height: 1;
}

#entry_form.form_block .pagenation a:hover {
  text-decoration: underline;
}

#entry_form.form_block .pagenation a.prev {
  padding-left: 32px;
  float: left;
}

#entry_form.form_block .pagenation a.prev:before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  content: "";
  margin-top: -9px;
  background: url(../images/icon_prev01.png) no-repeat;
  background-size: 12px 18px;
  width: 12px;
  height: 18px;
}

#entry_form.form_block .pagenation a.next {
  padding-right: 32px;
  float: right;
}

#entry_form.form_block .pagenation a.next:before {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: "";
  margin-top: -9px;
  background: url(../images/icon_next01.png) no-repeat;
  background-size: 12px 18px;
  width: 12px;
  height: 18px;
}

#entry_form.form_block .step {
}

#entry_form.form_block .step.step1 {
  margin-bottom: 20px;
  padding: 0 0 20px;
  border-bottom: #d5d5d5 2px solid;
}

#entry_form.form_block .step h2 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 40px;
  overflow: hidden;
}

#entry_form.form_block .step h2 span {
  margin-right: 10px;
  padding: 0 10px;
  background: #004ebe;
  color: #fff;
  display: block;
  float: left;
}

#entry_form.form_block .tab {
  overflow: hidden;
}

#entry_form.form_block .tab ul {
  float: left;
  overflow: hidden;
}

#entry_form.form_block .tab ul li {
  margin-right: 10px;
  float: left;
  line-height: 1;
  padding: 15px 34px;
  border: #d5d5d5 2px solid;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  /*gradient*/
  background: rgb(255, 255, 255);
  background: -webkit-linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(229, 229, 229) 51%, rgb(229, 229, 229) 100%);
  background: -o-linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(229, 229, 229) 51%, rgb(229, 229, 229) 100%);
  background: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(229, 229, 229) 51%, rgb(229, 229, 229) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}

#entry_form.form_block .tab ul li:last-child {
  margin: 0;
}

#entry_form.form_block .tab ul li.active {
  color: #fff;
  border-color: #0098D8;
  /*gradient*/
  background: rgb(79, 175, 214);
  background: -moz-linear-gradient(top, rgb(79, 175, 214) 49%, rgb(0, 152, 216) 50%);
  background: -webkit-linear-gradient(top, rgb(79, 175, 214) 49%, rgb(0, 152, 216) 50%);
  background: linear-gradient(to bottom, rgb(79, 175, 214) 49%, rgb(0, 152, 216) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fafd6', endColorstr='#0098d8', GradientType=0);
}

#entry_form.form_block .tab .caption {
  padding: 16px 0;
  line-height: 1;
  float: right;
}

#entry_form .calendar table {
  border: #0098D8 2px solid;
  border-collapse: collapse;
}

#entry_form .calendar table th, .calendar table td {
  padding: 5px 10px;
  border: #d5d5d5 1px solid;
  text-align: center;
}

#entry_form .calendar table td {
  font-size: 26px;
}

#entry_form .calendar table th.sat {
  color: #4990e2;
  background: #e1efff;
}

#entry_form .calendar table th.sun {
  color: #d0011b;
  background: #ffecee;
}

#entry_form .calendar table th.time {
  background: #f5f5f5;
}

#entry_form .calendar table td.empty {
  background: #f5f5f5;
}

#entry_form .calendar table td a {
  text-decoration: none;
  color: #ef0000;
}

#entry_form .calendar table td a:hover {
  text-decoration: underline;
}

#entry_form .btn_area_search {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 18px;
  margin: 0 0 0 10px;
  font-size: 100%;
  border: solid 1px #cccccc;
  box-sizing: border-box;
}

#entry_form .text_input_xs {
  width: 98px;
}

#entry_form .text_input_s {
  width: 220px;
}

#entry_form .text_input_m {
  width: 360px;
}

#entry_form .text_input_l {
  width: 100%;
}

#entry_form .text_area_l {
  width: 100%;
}

#entry_form .select_xs {
  width: 75px;
}

#entry_form .select_s {
  width: 106px;
}

#entry_form .select_m {
  width: 300px;
}

#entry_form.form_block label {
  cursor: pointer;
}

#entry_form .label_radio {
  margin-right: 30px;
}

#entry_form .label_num {
  margin-left: 20px;
}

/*
#entry_form .required {
  margin-left: 10px;
}
#entry_form .required img {
  width: 45px;
  height: auto;
  vertical-align: bottom;
}
*/

#entry_form .required {
  background: #e73656;
  color: #fff;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  margin-right: 20px;
  text-align: center;
  width: 44px;
  font-weight: normal;
  font-size: 14px;
}

#entry_form .any {
  background: #eaefee;
  color: #000;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  margin-right: 20px;
  text-align: center;
  width: 44px;
  font-weight: normal;
  font-size: 14px;
}

#entry_form .txt_any {
  color: #ffffff;
  background: #85d077;
  font-weight: 400;
  margin-left: 7px;
  padding: 0 10px;
  font-size: 11px;
  vertical-align: middle;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

#entry_form .icon_success {
  color: #ffffff;
  background: #29abe2;
  font-weight: 400;
  margin-left: 7px;
  padding: 0 10px;
  font-size: 11px;
  vertical-align: middle;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

#entry_form .icon_error {
  color: #ffffff;
  background: #ed1e79;
  font-weight: 400;
  margin-left: 7px;
  padding: 0 10px;
  font-size: 11px;
  vertical-align: middle;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

#entry_form .txt_error {
  color: #ff2c2c;
  font-weight: 400;
}

#entry_form div.error {
  background: none;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0 0 15px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fa5f64;
}

#entry_form div.error * {
  background: none;
  color: #fa5f64;
  font-weight: bold;
}

#entry_form .caution01 {
  padding: 20px 10px;
  background: #f5f5f5;
  text-align: center;
  border-radius: 6px;
  line-height: 1;
}

#entry_form .caution01 input[type="checkbox"]#consent {
  display: none;
}

#entry_form .caution01 input[type="checkbox"]#consent+label {
  position: relative;
  padding: 0 0 0 36px;
}

#entry_form .caution01 input[type="checkbox"]#consent+label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  display: block;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  background: #fff;
  border: #d5d5d5 2px solid;
}

#entry_form .caution01 input[type="checkbox"]#consent:checked+label::after {
  content: "";
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 9px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #0098D8;
  border-bottom: 3px solid #0098D8;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#entry_form .caution02 {
  padding: 20px 10px;
  border: #ed0000 1px solid;
  color: #ed0000;
  text-align: center;
  border-radius: 6px;
  line-height: 1;
}

/*　ime-mode 設定　*/

#entry_form input.ime1 {
  ime-mode: auto;
}

#entry_form input.ime2 {
  ime-mode: active;
}

#entry_form input.ime3 {
  ime-mode: disabled;
}

#entry_form textarea.ime4 {
  ime-mode: inactive;
}

@media only screen and (max-width: 736px) {
  body {
    min-width: 320px;
  }
  * {
    -webkit-appearance: none;
  }
  #entry_form.form_block {
    width: auto;
    height: auto;
  }
  #entry_form.form_block dl {
    clear: both;
    zoom: 1;
  }
  #entry_form.form_block dl dt {
    padding: 10px 0;
    width: auto;
    box-sizing: border-box;
    float: none;
  }
  #entry_form.form_block dl dd {
    float: none;
    padding: 0 0 10px;
    min-height: auto;
    box-sizing: border-box;
  }
  #entry_form.form_block .btn_area button, #entry_form.form_block .btn_area button.buttonA, #entry_form.form_block .btn_area button.buttonA.no_select, #entry_form.form_block .btn_area button.buttonA.back {
    margin-top: 6px;
  }
  #entry_form.form_block .btn_area button img.btn01 {
    width: 100%;
    max-width: 488px;
  }
  #entry_form.form_block .btn_area a {
    font-size: 14px;
  }
  #entry_form.form_block .pagenation {
    font-size: 14px;
  }
  #entry_form.form_block .step {}
  #entry_form.form_block .step.step1 {
    margin-bottom: 10px;
    padding: 0 0 10px;
  }
  #entry_form.form_block .step h2 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: inherit;
    overflow: hidden;
  }
  #entry_form.form_block .step h2 span {
    margin-right: 5px;
    width: 50px;
    text-align: center;
  }
  #entry_form.form_block .tab ul {
    float: none;
  }
  #entry_form.form_block .tab ul li {
    /*
  margin-right: 3.333%;
  font-size: 14px;
  padding: 15px 0;
  width: 48.335%;
  */
    margin: 0;
    padding: 0;
    float: none;
    display: table-cell;
    width: 20%;
    height: 60px;
    vertical-align: middle;
    border: #d5d5d5 1px solid;
    font-size: 12px;
  }
  #entry_form.form_block .tab .caption {
    padding: 0 0 10px;
    font-size: 14px;
    float: none;
  }
  #entry_form .calendar table th, .calendar table td {
    padding: 10px 0;
  }
  #entry_form .calendar table th {
    font-size: 12px;
  }
  #entry_form .calendar table td {
    font-size: 18px;
  }
  #entry_form .text_input_s {
    width: 48.335%;
  }
  #entry_form .text_input_m {
    width: 100%;
  }
  #entry_form .select_xs {
    width: auto;
  }
  #entry_form .select_s {
    width: auto;
  }
  #entry_form .select_m {
    width: 100%;
  }
  #entry_form .label_num {
    margin-left: 0;
  }
  #entry_form .btn_approval {
    /*display: block;
		margin: 5px auto;*/
  }
  #entry_form .btn_denial {
    /*display: block;
		margin: 5px auto;*/
  }
  #entry_form div.error {
    padding: 0;
    width: auto;
    font-size: 1.2rem;
  }
  #entry_form .caution01, #entry_form .caution02 {
    font-size: 12px;
    padding: 10px;
    text-align: left;
    line-height: 1.5;
  }
}

/*---------------------------------
	header
---------------------------------*/

.sa_html {
  /* html */
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  line-height: 1;
  font-size: 14px;
  box-sizing: border-box;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.sa_html small {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

.sa_body {
  /* body */
  min-width: 960px;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .sa_body {
    min-width: 0;
  }
}

#header-guide {
  /* #contact main */
  line-height: 1.5;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  #header-guide {
    font-size: 14px;
  }
}

#header-guide img {
  /* img */
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

#header-guide .inner {
  /* inner */
  max-width: 960px;
  padding: 0 10px;
  margin: auto;
}

#header-guide .page-ttl {
  background: #004ebe;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  line-height: 80px;
  margin-bottom: 20px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #header-guide .page-ttl {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
    padding: 10px;
  }
}

#header-guide .desc {
  font-size: 20px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #header-guide .desc {
    font-size: 14px;
    padding: 0 10px;
    text-align: left;
  }
}

#header-guide .tel-wrap {
  background: #e5f6fd;
  margin-bottom: 60px;
  padding: 40px 0;
  text-align: center;
}

#header-guide .tel-wrap .ttl {
  color: #004ebe;
  margin-bottom: 10px;
}

#header-guide .tel-wrap .img {
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  #header-guide .tel-wrap {
    margin-bottom: 30px;
    padding: 40px 20px;
  }
}

#header-guide .tel-wrap .img {
  margin-bottom: 15px;
}

#header-guide .tel-wrap .time {
  border-bottom: 2px solid #004ebe;
  border-top: 2px solid #004ebe;
  line-height: 34px;
  margin: 0 auto;
  width: 330px;
}

@media only screen and (max-width: 768px) {
  #header-guide .tel-wrap .time {
    width: 100%;
  }
}

#header-guide .flow {
  margin-bottom: 20px;
}

#header-guide .flow .flow-list {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #header-guide .flow {
    margin-bottom: 10px;
  }
  #header-guide .flow .flow-list {
    margin: 0 auto;
    width: 300px;
  }
}

#header-guide .flow .flow-list li {
  background: #fff;
  border: 2px solid #004ebe;
  color: #004ebe;
  display: inline-block;
  line-height: 60px;
  font-size: 20px;
  position: relative;
  width: 140px;
  z-index: 10;
}

#header-guide .flow .flow-list li.current {
  background: #004ebe;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  #header-guide .flow .flow-list li {
    font-size: 16px;
    line-height: 50px;
    width: 19%;
    box-sizing: border-box;
  }
}

#header-guide .flow .flow-list li.arrow {
  background: none;
  border: 0;
  margin: 0 0 0 -6px;
  width: auto;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  #header-guide .flow .flow-list li.arrow {
    width: 19%;
  }
}

#header-guide .flow .flow-list li.arrow img {
  vertical-align: middle;
}

#header-guide .flow .txt {
  text-align: center;
}

#header-guide .attention-txt {
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #header-guide .attention-txt {
    padding: 0 10px;
    text-align: left;
  }
}

/*---------------------------------
	footer
---------------------------------*/

#footer {
  margin: 60px 0 0;
}

@media only screen and (max-width: 768px) {
  #footer {
    margin: 30px 0 0;
  }
  .confirm #footer {
    width: 100%;
  }
}

#footer .inner {
  /* inner */
  max-width: 960px;
  padding: 0 10px;
  margin: auto;
}

#footer #footer-policy {
  height: 86px;
}

#footer #footer-policy .inner {
  position: relative;
}

#footer #footer-policy .policy {
  float: left;
  margin: 8px 0 0;
}

@media only screen and (max-width: 768px) {
  #footer #footer-policy .policy {
    position: absolute;
    left: 10px;
    top: 8px;
  }
}

#footer #footer-policy .policy img {
  width: auto;
  height: 60px;
}

@media only screen and (max-width: 768px) {
  #footer #footer-policy .policy img {
    height: 50px;
  }
}

#footer #footer-policy .copyright {
  margin: 20px 0 0;
  float: right;
  font-size: 10px;
}

@media only screen and (max-width: 768px) {
  #footer #footer-policy .copyright {
    display: block;
    float: none;
    margin: 0;
    padding: 20px 0 0 64px;
  }
}

/*---------------------------------
	button
---------------------------------*/

#entry_form.form_block .btn_area .buttonA {
  display: block;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  color: #fff;
  text-align: center;
  background: #ff9600;
  padding: 12px;
  border: 0;
  border-bottom: 4px solid #b06900;
  border-radius: 6px;
  font-weight: bold;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

@media only screen and (max-width: 768px) {
  #entry_form.form_block .btn_area .buttonA {
    font-size: 16px;
  }
}

#entry_form.form_block .btn_area .buttonA:hover {
  opacity: 0.75;
}

#entry_form.form_block .btn_area .buttonA.no_select, #entry_form.form_block .btn_area .buttonA.back {
  margin-top: 20px;
  background: #666;
  border-bottom: 4px solid #333;
}

#entry_form.form_block .btn_area.twin .buttonA {
  margin-top: 20px;
  float: left;
  width: 48%;
}

#entry_form.form_block .btn_area.twin .buttonA+.buttonA {
  margin-top: 20px;
  float: right;
}

@media only screen and (max-width: 768px) {
  #entry_form.form_block.confirm .form_container {}
  #entry_form.form_block.confirm .btn_area {
    width: 100%;
  }
  #entry_form.form_block .btn_area.twin .buttonA {
    margin-top: 10px;
  }
  #entry_form.form_block .btn_area.twin .buttonA+.buttonA {
    margin-top: 10px;
  }
  #entry_form.form_block .btn_area.twin button.buttonA.back {
    margin-top: 10px;
  }
}

#entry_form.form_block .buttonB {
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  /*
	font-size: 1.6rem;
  */
  color: #fff;
  background: #ff9600;
  border: 2px solid #ff9600;
  text-align: center;
  padding: 14px;
  border-radius: 6px;
  font-weight: bold;
  line-height: 1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
}

#entry_form.form_block .buttonB::before {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-size: 18px;
  /*
	font-size: 1.8rem;
  */
  margin: -9px 0 0;
  top: 50%;
  right: 20px;
  font-family: "FontAwesome";
  content: "\f105";
}

#entry_form.form_block .buttonB:hover {
  background: #fff;
  color: #ff9600;
}

#entry_form.form_block .desc .buttonB {
  margin-top: 10px;
}

@media only screen and (max-width:768px) {
  .buttonB {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#entry_form.form_block p.branch {
  color: #004ebe;
  font-size: 20px;
  font-weight: bold;
}

#entry_form.form_block .btn_change {
  width: 140px;
  float: left;
}

@media only screen and (max-width: 768px) {
  #entry_form.form_block td.reserve .btn_change {
    float: none;
    width: 100%;
  }
}

#entry_form.form_block .btn_change button {
  position: relative;
  display: block;
  max-width: 300px;
  border: 2px solid #ff9600;
  text-align: center;
  padding: 12px;
  border-radius: 6px;
  line-height: 1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: #ff9600;
  color: #fff;
  font-size: 14px;
  width: 140px;
  cursor: pointer;
}

#entry_form.form_block .btn_change button::after {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-size: 18px;
  margin: -9px 0 0;
  top: 50%;
  right: 10px;
  font-family: "FontAwesome";
  content: "\f105";
}

#entry_form.form_block .btn_change button:hover {
  background: #fff;
  color: #ff9600;
}

#entry_form.form_block .btn_change button.cancel {
  margin-left: 10px;
  border: 2px solid #666;
  background: #666;
  color: #fff;
}

#entry_form.form_block .btn_change button.cancel:hover {
  background: #fff;
  color: #666;
}

@media only screen and (max-width: 768px) {
  #entry_form.form_block .btn_change button {
    margin: 0 auto;
    width: 100%;
  }
  #entry_form.form_block .btn_block {
    margin: 0 auto;
    overflow: hidden;
    max-width: 300px;
  }
  #entry_form.form_block .btn_change button.change {
    margin-bottom: 10px;
    float: none;
    width: 100%;
  }
  #entry_form.form_block .btn_change button.cancel {
    margin: 0;
    float: none;
    width: 100%;
  }
}

#entry_form.form_block table.schedule {
  margin-top: 10px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 14px;
}

#entry_form.form_block table.schedule tr:nth-child(odd) {
  background: #eff3f2;
}

@media only screen and (max-width: 768px) {
  #entry_form.form_block table.schedule tr:nth-child(odd) {
    background: #fff;
  }
}

#entry_form.form_block table.schedule th {
  text-align: center;
  padding: 5px 10px;
  background: #eff3f2;
  border: #ccc 1px solid;
}

#entry_form.form_block table.schedule th.date {
  width: auto;
}

#entry_form.form_block table.schedule th.address {
  width: auto;
  display: none;
}

#entry_form.form_block table.schedule th.time, #entry_form.form_block table.schedule th.num {
  width: auto;
}

#entry_form.form_block table.schedule th.office {
  display: none;
}

#entry_form.form_block table.schedule th.reserve {
  width: 140px;
}

#entry_form.form_block table.schedule th.change {
  width: 290px;
}

@media only screen and (max-width: 768px) {
  #entry_form.form_block table.schedule th {
    display: none;
  }
}

#entry_form.form_block table.schedule td {
  padding: 5px 10px;
  border: #ccc 1px solid;
  overflow: hidden;
}

#entry_form.form_block table.schedule td.address {
  display: none;
}

#entry_form.form_block table.schedule td.office {
  display: none;
}

#entry_form.form_block table.schedule td.num {
  text-align: center;
  font-size: 20px;
}

@media only screen and (max-width: 768px) {
  #entry_form.form_block table.schedule tr {
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    display: block;
    overflow: hidden;
    border-bottom: #ccc 1px solid;
  }
  #entry_form.form_block table.schedule tr:first-child {
    display: none;
  }
  #entry_form.form_block table.schedule td {
    display: block;
    padding: 0;
    border: none;
    font-size: 12px;
    position: relative;
  }
  #entry_form.form_block table.schedule td.date {
    padding: 0;
    border: none;
    font-size: 14px;
    font-weight: bold;
    float: left;
    width: 65%;
  }
  #entry_form.form_block table.schedule td.time {
    padding: 0 0 0 2.5em;
    width: 30%;
    float: left;
    clear: both;
    max-width: 65%;
    box-sizing: border-box;
  }
  #entry_form.form_block table.schedule td.office {
    display: none;
    /* padding: 0 0 0 2.5em;
    display: block;
    float: left;
    clear: both;
    max-width: 65%;
    box-sizing: border-box; */
  }
  #entry_form.form_block table.schedule td.address {
    display: none;
  }
  #entry_form.form_block table.schedule td.num {
    padding: 0 0 0 2.5em;
    float: left;
    text-align: left;
    font-size: 14px;
    max-width: 65%;
    box-sizing: border-box;
  }
  #entry_form.form_block table.schedule td.time:before, #entry_form.form_block table.schedule td.office:before, #entry_form.form_block table.schedule td.num:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: attr(data-label);
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #004ebe;
  }
  #entry_form.form_block table.schedule td.reserve {
    width: 35%;
  }
}

#entry_form.form_block table.schedule td.btn {
  width: 290px;
}

#entry_form.form_block table.schedule td.btn.reserve {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #entry_form.form_block table.schedule td.btn, #entry_form.form_block table.schedule td.btn.reserve {
    padding-bottom: 10px;
    width: 100%;
  }
}

#entry_form.form_block table.confirm {
  margin-top: 60px;
  width: 100%;
  border-spacing: 0;
}

#entry_form.form_block table.confirm th, #entry_form.form_block table.confirm td {
  padding: 10px;
  border: 2px solid #004ebe;
  text-align: left;
}

#entry_form.form_block table.confirm th {
  color: #004ebe;
  border-right: none;
  width: 20%;
}

#entry_form.form_block table.confirm td {
  border-left: none;
}

#entry_form.form_block table.confirm.cancel th, #entry_form.form_block table.confirm.cancel td {
  border-color: #666;
}

#entry_form.form_block table.confirm.cancel th {
  color: #666;
}

@media only screen and (max-width: 768px) {
  #entry_form.form_block table.confirm th, #entry_form.form_block table.confirm td {
    display: block;
  }
  #entry_form.form_block table.confirm th {
    width: auto;
    border-right: 2px solid #004ebe;
    border-bottom: none;
  }
  #entry_form.form_block table.confirm td {
    border-left: 2px solid #004ebe;
    border-top: none;
    padding-top: 0;
  }
}

#entry_form.form_block .confirm_new {
  margin-top: 20px;
}

#entry_form.form_block .confirm_new p.tit {
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: bold;
  border-left: #004ebe 4px solid;
  background: #f5f5f5;
}

#entry_form.form_block .confirm_new p.desc {
  margin-bottom: 20px;
}

#entry_form.form_block .confirm_text {
  margin: 20px 0;
  font-size: 20px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #entry_form.form_block .confirm_new p.tit {
    font-size: 16px;
  }
  #entry_form.form_block .confirm_new p.desc {
    font-size: 14px;
  }
  #entry_form.form_block .confirm_text {
    font-size: 14px;
  }
}
