@charset "utf-8";
/* CSS Document */
.bold {
  font-weight: bold;
}
.blue-text{
	color: #00aafa;
}

#wrapper {
  background: #fff;
}
nav li,
nav li a {
  color: #000;
}

section {
  font-size: 14px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 5.333333333333333vw;
}
section#lead,
section#formArea {
  max-width: 1080px;
}
section#formArea {
  max-width: 1080px;
  margin-bottom: 0;
}
select,
button {
  outline: none;
}

/* header */

#breadcrumbs {
	background: #fff;
}

/* mv */
#mv {
  text-align: center;
  background: url(../../counseling/images/kv_pc.jpg) center center no-repeat;
  background-size: 100% auto;
  height: 390px;
  margin-bottom: 0;
}
#mv h1 {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 6.133333333333333vw;
  font-weight: bold;
  padding-top: 15vw;
}
#mv h1 span {
  font-family: 'Roboto', sans-serif;
  font-size: 3.2vw;
  display: block;
}

/* lead */
/*#lead .inner {
  background: #fff;
  border: 2px solid #000;
  padding: 7.638888888888889% 5.3333%;
}
#lead .title {
  font-size: 5.066666666666667vw;
  font-weight: bold;
  text-align: center;
}
#lead .midashi {
  font-size: 4.266666666666667vw;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 6px;
}
#lead .box {
  text-align: center;
  width: 96%;
  background: #e6e6e6;
  padding: 5.3333%;
  margin: 5.3333% auto 0;
}
#lead .box p {
  font-weight: bold;
}
#lead .box a {
  color: #3fa9f5;
  text-decoration: underline;
}*/
section#lead {
	margin: 5.333333333333333vw auto;
}
#lead .inner {
  background: #fff;
  border: 2px solid #000;
  padding: 5.3333%;
  font-weight: bold;
  text-align: center;
}
#lead .box {
  text-align: center;
  width: 96%;
  background: #e6e6e6;
  padding: 5.3333%;
  margin: 2.5% auto 0;
}
#lead .box a {
  color: #3fa9f5;
  text-decoration: underline;
}
#lead .first.inner {
  color: #fff;
  font-weight: normal;
  background: #000;
  margin-top: 4vw;
  border-radius: 1.3333vw;
}
#lead .first.inner .title {
  color: #00aafa;
  font-weight: bold;
  margin-bottom: 1.7em;
}
#lead .first.inner a {
  text-decoration: none;
  letter-spacing: -0.1vw;
  position: relative;
}
#lead .first.inner a .arrow {
  transform: rotate(-90deg);
  display: inline-block;
}
#lead .first.inner a:after {
  content: "";
  background: #fff;
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* formArea */
#formArea .inner {
  background: #fff;
  border-radius: 8px;
  padding: 7.638888888888889% 5.3333%;
}

/* step */
#step .title {
  font-size: 3.8vw;
  font-weight: bold;
  padding-bottom: 3.333333333333333vw;
  margin-bottom: 4.4vw;
  border-bottom: 1px solid #000;
}
#step .text01 {
  margin-bottom: 4.4vw;
}
#step #method2 {
  display: none;
}
#step select {
  font-size: 16px;
  width: 80%;
  padding: 6px;
  margin-bottom: 12vw;
  border: 2px solid #000;
  border-radius: 8px;
}
#step button {
  -webkit-appearance: none;
  appearance: none;
  width: auto;
  padding:0;
  margin:0;
  background:none;
  border:0;
  font-size:0;
  line-height:0;
  overflow:visible;
  cursor:pointer;
  border-radius: 0;
  display: none;
}

/* selectArea */
#selectArea {
  display: none;
}
#telArea {
  margin-top: -7vw;
}
#telArea p {
  margin-bottom: 6.266666666666667vw;
}
#telArea li {
  width: 48%;
  margin-bottom: 4%;
  float: left;
}
#telArea li:nth-child(2n) {
  float: right;
}
#telArea li a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #878787;
  border-radius: 5px;
  display: block;
  padding: 10px;
}
#telArea li a:before {
  content: "";
  background: url(../../counseling/images/icon_tel.png);
  background-size: 100% auto;
  width: 5.066666666666667vw;
  height: 5.066666666666667vw;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 0.5em;
}
#telArea .title {
  font-size: 4.266666666666667vw;
  font-weight: bold;
  text-align: center;
  margin-top: 4vw;
}
#telArea .title:before {
  content: "";
  background: url(../../counseling/images/icon_teikei.png);
  background-size: 100% auto;
  width: 4.133333333333333vw;
  height: 4.266666666666667vw;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

.formarea2 * {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
}
.formarea2 th,
.formarea2 td {
  font-size: 3.8vw;
  text-align: left;
  line-height: 1.8em;
  vertical-align: middle;
  display: block;
  width: 100%;
}
.formarea2 th {
  background: #e6e6e6;
  padding: 5px 10px;
  margin-bottom: 4vw;
}
.formarea2 .required {
  color: #fff;
  background: #e60000;
  padding: 3px 12px;
  margin-right: 6px;
}
.formarea2 td {
  padding: 0 0 9.333333333333333vw;
  box-sizing: border-box;
}
.formarea2 td input[type="text"],
.formarea2 td input[type="tel"],
.formarea2 td input[type="email"],
.formarea2 td input[type="url"],
.formarea2 td select,
.formarea2 textarea {
  font-size: 16px;
  width: 100%;
  padding: 6px;
  border: 2px solid #000;
  border-radius: 8px;
  outline: none;
}
.formarea2 textarea {
  height: 5em;
  resize: vertical;
}
.formarea2 td input[name="age"],
.formarea2 td input[name="年齢"] {
  width: 30%;
}
label {
  cursor: pointer;
}
.caution {
  font-size: 0.8em;
  font-weight: normal;
}
.school_box,
#agreement,
.sub_school_box,
.sub_school_box2,
.women,
.hidden_all_face {
  display: none;
}
#hope1,
#hope2,
#hope3 {
  width: 100%;
}
.formarea2 td select.time01 {
  width: 45%;
  margin-top: 10px;
}
#gu {
  display:none;
  margin-top:1em;
}
#sub_gu {
  display:none;
  margin-top:1.5em;
  padding-top:1.5em;
  border-top:1px dotted #333;
}
#policy .policy {
  height: 180px;
  overflow-x: hidden;
  margin: 18px auto;
  border: 1px solid #a7a3a1;
  background: white;
}
#policy .policy .policyInner {
  padding: 0 15px;
  margin-bottom: 10px;
}
#policy .policy h4 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  text-align: center;
}
#policy .policy {
  line-height: 2.5;
}
#policy .policy .headline {
  font-weight: bold;
}

.praivacyBox ul {
  margin: 0 auto;
  width: 100%;
  display: table;
  overflow: hidden;
  zoom: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.praivacyBox ul li {
  background: #deecf7;
  padding: 6px 0;
  box-sizing:border-box;
}
.praivacyBox ul li label {
  text-align: center;
  line-height:unset;
  height:auto;
  border:none;
  display: block;
}
.form_mail_caution {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #4e9ecc;
  margin: 20px auto 50px;
  padding: 15px;
  text-align: left;
}
.form_mail_caution p {
  font-size: 17px;
  color:#f00;
}
.formarea2 a {
  text-decoration: underline;
}
.form_mail_caution_ttl {
  font-weight: bold;
}
.btnArea {
  text-align: center;
}
.btnArea button {
  color: #fff;
  font-size: 3.2vw;
  -webkit-appearance: none;
  appearance: none;
  width: 71.46666666666667vw;
  padding:15px;
  margin:0;
  background: #878787;
  border-radius: 85px;
  border:0;
  overflow:visible;
  cursor:pointer;
}
.btnArea a {
  text-decoration: underline;
  display: block;
  margin-top: 20px;
}

.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter:Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
  z-index: 1000 !important;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {

  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 16px;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #C6DFF0;
  background: #C6DFF0;
  color: #1f1f1f;
}
.ui-widget-content a {
  color: #1f1f1f;
}
.ui-widget-header {
  border: 1px solid #FFF4EF;
  background: #ffffff url("../images/ui-bg_fine-grain_15_ffffff_60x60.png") 50% 50% repeat;
  color: #453821;
  font-weight: bold;
}
.ui-widget-header a {
  color: #453821;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #4e9ecc;
  background: #FFF 50% 50% repeat;
  font-weight: bold;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #654b24;
  text-decoration: none;
}
.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 {
  border: 1px solid #4E9ECC;
  background: #4E9ECC;
  font-weight: bold;
  color: #ffffff;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #ffffff;
  text-decoration: none;
}
.ui-state-active,

.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #d9d6c4;
  background: #4E9ECC;
  font-weight: bold;
  color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #140f06;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #b2a266;
  background: #f7f3de url("../images/ui-bg_fine-grain_15_f7f3de_60x60.png") 50% 50% repeat;
  color: #3a3427;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #3a3427;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #681818;
  background: #b83400 url("../images/ui-bg_fine-grain_68_b83400_60x60.png") 50% 50% repeat;
  color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter:Alpha(Opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter:Alpha(Opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

#check .formarea2 textarea {
  height: auto !important;
}
/*#check h2,
#thanks h2 {
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 5vw;
  margin-bottom: 5vw;
*/

#thanks #flow_box {background:#fff;display:table;margin:0 auto 20px;}
#thanks #flow_box li {line-height:1.6;}
#thanks .thanksL{width:220px;margin:30px 0;text-align:center;float:left;}
#thanks .thanksR{width:220px;margin:30px 0;text-align:center;float:left;}
#thanks .thanksLL{width:30px;margin:20px 0 0 0;text-align:left;float:left;}
#thanks .thanksLR{width:190px;margin:20px 0 0 0;text-align:left;float:right;}
#thanks .thanks_arrow{margin:44px auto 0 auto;padding-right:5px;text-align:center;float:left;}
#thanks .thanks_ttl{font-size:15px;}
#thanks .cau_box{padding:20px;background:none;margin-bottom:20px;}
#thanks .cau_box .title{font-size:16px;font-weight:bold;margin-bottom:15px;}

.sp_i {
  display: inline-block;
}
.pc_i {
  display: none;
}

@media screen and (max-width:767px) {
  body {
    font-family: sans-serif;
  }
  .inner {
    margin: 0 5.333333%;
  }
  section#formArea {
    padding: 0 5.3333%;
  }

  /* mv */
  #mv {
    background: url(../../counseling/images/kv_sp.jpg) center center no-repeat;
    background-size: 100% auto;
    height: 0;
    position: relative;
    padding-bottom: 46.66666666666667%;
  }
  #mv.inner {
    margin: 0;
  }
  
	
  #check #breadcrumbs, #thanks #breadcrumbs {
	padding: 15.333333vw 0 0;
  }

  .form_mail_caution {
    width:100%;
    border:1px solid #4e9ecc;
    padding:2%;
    margin-bottom:10%;
    box-sizing:border-box;
    word-break: break-all;
  }
  .form_mail_caution p {
    margin-bottom:3% !important;
  }
  #ctl-g-nav,
  #ctl-g-nav + ul {
    /*display: none !important;*/
  }
  #footer_copy .inner {
    /*padding-bottom: 12vw;*/
  }

  #thanks #flow_box {padding-left:0;}
  #thanks .thanksL{clear:both;width:100%;margin:6.2% 0;text-align:center;}
  #thanks .thanksL > img,
  #thanks .thanksR > img{width:24%;float:left;}
  #thanks .thanksR{clear:both;width:100%;margin:6.2% 0;text-align:center;}
  #thanks .thanksLL{width:6%;margin:3.1% 1% 0 4%;text-align:right;float:left;}
  #thanks .thanksL .thanksLL img,.thanksR .thanksLL img{width:100%;}
  #thanks .thanksLR{width:62%;margin:3% 0 3% 0;text-align:left;float:right;}
  #thanks .thanks_arrow{clear:both;width:6%;margin:0 auto;padding:0;text-align:center; float:none;}
  #thanks .thanks_ttl{font-weight:bold;}
  #thanks .cau_box{padding:5%;background:#DEECF6;margin-bottom:5%;}
  #thanks .cau_box .title{font-weight:bold;margin-bottom:3%;}

  .address-block .address-title {
    font-size: 16px !important;
  }
}

@media screen and (min-width:768px) {
  /* header */
  header,
  nav {
    background: #fff;
  }
  header {
    height: 65px;
  }
  nav {
    /*padding: 20px 0;*/
  }
  nav .logo {
    padding-top: 5px;
  }
  .inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
  }

  /* mv */
  #mv h1 {
    font-size: 36px;
    line-height: 50px;
    padding-top: 145px;
  }
  #mv h1 span {
    font-size: 18px;
  }

  section {
    margin-bottom: 110px;
  }
  section#lead {
	margin: 40px auto 110px;
  }
  section#formArea {
    margin-bottom: 0;
  }

  /* lead */
  #lead .inner {
    padding: 25px 0;
  }
  /*#lead .title {
    font-size: 29px;
  }
  #lead .midashi {
    font-size: 22px;
  }*/
  #lead .box {
    max-width: 710px;
    padding: 25px;
    margin: 10px auto 0;
  }
  #lead .box a:hover {
    text-decoration: none;
  }
  .caution {
    font-size: 14px;
  }
  #lead .first.inner {
    margin-top: 36px;
    border-radius: 5px;
  }
  #lead .first.inner a {
    letter-spacing: 0;
  }
  #lead .first.inner a:hover {
    opacity: 1;
  }
  #lead .first.inner a:hover:after {
    content: initial;
  }

  /* formArea */
  #formArea .inner {
    padding: 47px 72px;
  }
  #formArea .title {
    font-size: 22px;
  }
  button:hover {
    opacity: 0.8;
  }
  #step select,
  .formarea2 th,
  .formarea2 td,
  .formarea2 td input[type="text"],
  .formarea2 td input[type="tel"],
  .formarea2 td input[type="email"],
  .formarea2 td input[type="url"],
  .formarea2 td select,
  .formarea2 textarea {
    font-size: 22px;
  }
  #step .title {
    padding-bottom: 12px;
    margin-bottom: 14px;
    border-bottom: 2px solid #000;
  }
  #step select {
    width: 50%;
    margin-bottom: 50px;
  }
  #step .text01 {
    margin-bottom: 14px;
  }

  #telArea {
    margin-top: -20px;
  }
  #telArea p {
    margin-bottom: 35px;
  }

  .formarea2 th {
    margin-bottom: 14px;
  }
  .formarea2 td {
    padding-bottom: 50px;
  }
  .formarea2 td input[type="text"],
  .formarea2 td input[type="tel"],
  .formarea2 td input[type="email"],
  .formarea2 td input[type="url"],
  .formarea2 td select,
  .formarea2 textarea {
    width: 627px;
  }
  #hope1,
  #hope2,
  #hope3 {
    width: 100%;
  }
  .formarea2 td input[name="age"],
  .formarea2 td input[name="年齢"] {
    width: 150px;
  }
  .formarea2 td select.time01 {
    width: auto;
    margin-top: 0;
    margin-left: 30px;
  }
  .formarea2 td select.time01[name="oclock011"],
  .formarea2 td select.time01[name="oclock021"],
  .formarea2 td select.time01[name="oclock031"] {
    margin-left: 0;
  }
  .formarea2 textarea {
    width: 100%;
  }
  .formarea2 a:hover {
    text-decoration: none;
  }
  .btnArea button {
    font-size: 25px;
    width: 500px;
  }

  #check #formArea .inner,
  #thanks #formArea .inner {
    margin-top: 50px;
  }
  /*#check h2,
  #thanks h2 {
    font-size: 30px;
    border-bottom: 2px solid #000;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }*/

  .sp {
    display: none;
  }
  .sp_i {
    display: none;
  }
  .pc_i {
    display: inline-block;
  }
}