@charset "UTF-8";
/* ============================================================ */
/* mixin */
/* ============================================================ */
@-webkit-keyframes movie_icon_rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes movie_icon_rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

/* ============================================================ */
/* コンバージョン 共通スタイル
   .contactus */
/* ============================================================ */
#wrap {
  position: relative;
  min-width: 1024px;
  width: 100%;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.8;
}

.contactus {
  /*----- .input_must / .input_any -----*/
  /*----- .selectbox.wide -----*/
  /* .ttl_block
	----------------------------------------------------------- */
  /* .flow_lesson
	----------------------------------------------------------- */
  /* #about_lesson
	----------------------------------------------------------- */
  /* .form_flow
	----------------------------------------------------------- */
  /* #counseling
	----------------------------------------------------------- */
  /* .datepicker
	----------------------------------------------------------- */
  /* #customer_info
	----------------------------------------------------------- */
  /* #privacy
	----------------------------------------------------------- */
  /* .btn_block
	----------------------------------------------------------- */
  /* .alert
	----------------------------------------------------------- */
  /* footer
	----------------------------------------------------------- */
}

.contactus header > div {
  padding: 30px 20px;
  max-width: 1280px;
  margin: 0 auto;
}

.contactus .note {
  font-size: 1.4rem;
  line-height: 1.7;
}

.contactus .note a {
  color: #2EA7C2;
  font-weight: bold;
  text-decoration: underline;
}

.contactus .note a:hover {
  text-decoration: none;
}

.contactus dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contactus dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 135px;
          flex: 0 0 135px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.contactus dl:not(:last-child) {
  margin: 0 0 20px;
}

.contactus strong {
  color: #2EA7C2;
}

.contactus .input_must,
.contactus .input_any {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 40px;
  margin: 0 0 0 10px;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  line-height: 22px;
}

.contactus .input_must {
  background: #2EA7C2;
  color: #fff;
}

.contactus .input_any {
  background: #ddd;
  color: #686868;
}

.contactus .selectbox.wide {
  width: 460px;
}

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

.contactus .ttl_block h1 {
  padding: 60px 0;
  background: #2EA7C2;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
}

.contactus .ttl_block p {
  padding: 30px 0;
  font-size: 1.5rem;
}

.contactus .flow_lesson {
  margin: 80px 0;
  padding: 0;
  background: none;
}

.contactus .flow_lesson h2 {
  margin: 0 0 20px;
  color: #2EA7C2;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.contactus .flow_lesson ul {
  display: block;
  margin: -20px 0 40px;
  text-align: center;
}

.contactus .flow_lesson .flow li {
  background: #f2f2f2;
}

.contactus .flow_lesson .flow li div::before {
  border-color: transparent transparent transparent #fff;
}

.contactus .flow_lesson .flow li div::after {
  right: -13px;
  border-color: transparent transparent transparent #f2f2f2;
}

.contactus #about_lesson .about_lesson_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 100px auto;
  padding: 20px 20px 0;
}

.contactus #about_lesson .about_lesson_box .about_lesson_box_inner {
  width: 50%;
  margin: 0 15px 0 0;
}

.contactus #about_lesson .about_lesson_box .about_lesson_box_inner h2 {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 6px;
  text-align: left;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.5;
}

.contactus #about_lesson .about_lesson_box .about_lesson_box_inner ul {
  max-width: 540px;
}

.contactus #about_lesson .about_lesson_box .about_lesson_box_inner .participation {
  margin: 40px 0 0;
  color: #937844;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  font-weight: normal;
}

.contactus #about_lesson .about_lesson_box figure {
  width: 50%;
}

.contactus #about_lesson .about_lesson_box figure img {
  width: 100%;
}

.contactus #about_lesson > ul.note {
  display: block;
  margin: -20px 0 40px;
  text-align: center;
}

.contactus #about_lesson > ul.note li {
  display: block;
}

.contactus #about_lesson > ul.note li span {
  display: inline;
}

.contactus .form_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  padding: 0 20px 60px;
  margin: 60px auto 0;
  overflow: hidden;
}

.contactus .form_flow li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 440px;
          flex: 1 1 440px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  background: #f2f2f2;
}

.contactus .form_flow li::before {
  content: '';
  width: 50px;
  height: 50px;
  border: 0px;
  border-top: solid 10px #fff;
  border-right: solid 10px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0px;
  right: -17px;
  z-index: 1;
}

.contactus .form_flow li span {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #bababa;
}

.contactus .form_flow li .triangle {
  position: absolute;
  top: 0;
  right: -16px;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #f2f2f2;
  z-index: 1;
}

.contactus .form_flow li .icon-arrow-dotted {
  position: absolute;
  top: 50%;
  right: -20px;
  color: #999;
  font-size: 3.0rem;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.contactus .form_flow li.active {
  background: #2EA7C2;
}

.contactus .form_flow li.active span {
  color: #fff;
}

.contactus .form_flow li.active .icon-arrow-dotted {
  color: #cfa536;
}

.contactus .form_flow li.active .triangle {
  border-left: 30px solid #2EA7C2;
}

.contactus .form_flow li:last-child:before {
  display: none;
}

.contactus #counseling h3 {
  margin: 0 0 40px;
}

.contactus #counseling .table01 th {
  padding: 30px 0;
  width: 29%;
}

.contactus #counseling .table01 th .input_must {
  position: relative;
  top: -3px;
}

.contactus #counseling .table01 td {
  padding: 30px 0;
}

.contactus #counseling .other_course {
  margin: 40px 0 0;
}

.contactus #counseling .other_course p {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.contactus #counseling .other_course p::before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  content: "";
  border-top: 2px solid #d9d9d9;
}

.contactus #counseling .other_course p span {
  position: relative;
  z-index: 1;
  padding: 0 10px 0 0;
  background: #fff;
}

.contactus #counseling .link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 895px;
}

.contactus #counseling .link_list li {
  margin: 20px 50px 0 0;
}

.contactus #counseling .link_list li .icon-outer {
  margin: 0 5px 0 0;
  color: #808080;
  font-size: 1.2rem;
}

.contactus .datepicker_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  height: 46px;
  border: 1px solid #8c8c8c;
  border-radius: 4px;
}

.contactus .datepicker_wrap input#datepicker,
.contactus .datepicker_wrap input.hasDatepicker {
  width: 422px;
  height: auto;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: 0px;
}

.contactus .datepicker_wrap button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
  position: relative;
  background: #fff;
  border-radius: 0 4px 4px 0;
  font-size: 0;
  cursor: pointer;
}

.contactus .datepicker_wrap button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\f00a";
  color: #565656;
  font-family: 'icomoon' !important;
  font-size: 2.2rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.contactus .datepicker_wrap.error {
  background: #fef0f5;
}

.contactus .ui-datepicker {
  display: none;
  background: #fff;
  border: 2px solid #d9d9d9;
  font-size: 1.4rem;
  border-radius: 6px;
}

.contactus .ui-datepicker .ui-datepicker-header {
  position: relative;
  background: #c1a57b;
  border-radius: 4px 4px 0 0;
  text-align: center;
}

.contactus .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.contactus .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contactus .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before,
.contactus .ui-datepicker .ui-datepicker-header .ui-datepicker-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  color: #fff;
  font-family: 'icomoon';
  font-size: 1.4rem;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.contactus .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 5px;
}

.contactus .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before {
  content: "\e907";
}

.contactus .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 5px;
}

.contactus .ui-datepicker .ui-datepicker-header .ui-datepicker-next::before {
  content: "\e908";
}

.contactus .ui-datepicker .ui-datepicker-header .ui-state-disabled {
  display: none;
}

.contactus .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 45px;
}

.contactus .ui-datepicker .ui-datepicker-calendar {
  width: 360px;
  margin: -1px 0 0;
  border-collapse: separate;
  border-radius: 0 0 6px 6px;
}

.contactus .ui-datepicker .ui-datepicker-calendar th,
.contactus .ui-datepicker .ui-datepicker-calendar td {
  border-bottom: 1px solid #d9d9d9 !important;
  border-left: 1px solid #d9d9d9;
  padding: 0 !important;
}

.contactus .ui-datepicker .ui-datepicker-calendar th span,
.contactus .ui-datepicker .ui-datepicker-calendar th a,
.contactus .ui-datepicker .ui-datepicker-calendar td span,
.contactus .ui-datepicker .ui-datepicker-calendar td a {
  display: block;
}

.contactus .ui-datepicker .ui-datepicker-calendar thead th {
  text-align: center;
  vertical-align: middle;
  background: #fff;
  width: auto !important;
}

.contactus .ui-datepicker .ui-datepicker-calendar thead th.ui-datepicker-week-end:first-of-type {
  color: #cfa536;
  border-left: none;
  border-bottom-left-radius: 0;
}

.contactus .ui-datepicker .ui-datepicker-calendar thead th.ui-datepicker-week-end:last-of-type {
  color: #3366cc;
  border-bottom-right-radius: 0;
}

.contactus .ui-datepicker .ui-datepicker-calendar thead th span {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 40px;
}

.contactus .ui-datepicker .ui-datepicker-calendar tbody td:first-child {
  border-left: none;
}

.contactus .ui-datepicker .ui-datepicker-calendar tbody td a,
.contactus .ui-datepicker .ui-datepicker-calendar tbody td span {
  height: 40px;
  padding: 6px;
  font-family: Arial, Helvetica," sans-serif";
  text-align: right;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
}

.contactus .ui-datepicker .ui-datepicker-calendar tbody td a {
  background: #fbd9e6;
}

.contactus .ui-datepicker .ui-datepicker-calendar tbody td a:hover {
  text-decoration: none;
}

.contactus .ui-datepicker .ui-datepicker-calendar tbody td span {
  color: #999;
}

.contactus .ui-datepicker .ui-datepicker-calendar tbody tr:last-child td {
  border-bottom: none !important;
}

.contactus .ui-datepicker .ui-datepicker-calendar tbody tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}

.contactus .ui-datepicker .ui-datepicker-calendar tbody tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}

.contactus #customer_info {
  line-height: 0;
}

.contactus #customer_info h3 {
  margin: 0 0 40px;
}

.contactus #customer_info .table01 th,
.contactus #customer_info .table01 td {
  padding: 30px 0;
}

.contactus #customer_info .input_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 616px;
}

.contactus #customer_info .input_name label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.contactus #customer_info .input_name input[type="text"] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  min-width: 200px;
  margin: 0 30px 0 20px;
  height: 46px;
}

.contactus #customer_info .input_name_kana {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 616px;
}

.contactus #customer_info .input_name_kana label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.contactus #customer_info .input_name_kana input[type="text"] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  min-width: 200px;
  margin: 0 30px 0 20px;
  height: 46px;
}

.contactus #customer_info .list_radio li label {
  height: 35px;
}

.contactus #privacy {
  padding: 35px;
  border: 1px solid #cfcfcf;
}

.contactus #privacy .inner {
  margin: 0 auto;
}

.contactus #privacy .inner .ttl03 {
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
}

.contactus #privacy .inner a {
  color: #2EA7C2;
}

.contactus #privacy .inner .icon-outer {
  color: #2EA7C2;
}

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

.contactus .btn_block [class^="btn_"] {
  width: 430px;
  height: 90px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #fff;
  background: #2EA7C2;
  border: 1px solid #2EA7C2;
}

.contactus .btn_block [class^="btn_"]:hover {
  background: #fff;
  color: #2EA7C2;
  border: 1px solid #2EA7C2;
  text-decoration: none;
  opacity: 1;
  cursor: pointer;
}

.contactus .btn_block i {
  margin: 0 10px 0 0;
}

.contactus .btn_block #btn_revision {
  width: 280px;
  background: #a7a7a7;
  border: none;
}

.contactus .btn_block #btn_revision:hover {
  background: #fff;
  color: #2EA7C2;
  border: 1px solid #2EA7C2;
  text-decoration: none;
  opacity: 1;
  cursor: pointer;
}

.contactus .btn_block #btn_submit {
  width: 280px;
  margin: 0 20px;
}

.contactus .alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  margin: 0 0 60px;
  background: #ffe5ef;
  border-top: 2px solid #2EA7C2;
  border-bottom: 2px solid #2EA7C2;
  color: #2EA7C2;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.contactus .alert .icon-warning {
  margin: 0 15px 0 0;
  font-size: 3.5rem;
}

.contactus .alert.alert_small {
  height: 40px;
  margin: 0 0 30px;
  border: 1px solid #2EA7C2;
  font-size: 1.6rem;
}

.contactus .alert.alert_small .icon-warning {
  margin: 0 20px 0 0;
  font-size: 2.4rem;
}

.contactus .alert.hide {
  display: none;
}

.contactus footer {
  margin: 60px 0 0;
  padding: 20px 0 50px;
  font-size: 1.1rem;
  text-align: center;
}

.contactus footer p small {
  font-size: 14px;
}

/* ============================================================ */
/* 確認画面
   .contactus_cl_confirm */
/* ============================================================ */
.contactus_cl_confirm .table01 td {
  padding: 30px 0 30px 20px !important;
  box-sizing: border-box;
}

.contactus_cl_confirm .ttl01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contactus_cl_confirm .ttl01 span:first-child {
  margin: 0 10px 0 0;
  font-size: 3.2rem;
}

.contactus_cl_confirm dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}

.contactus_cl_confirm dl:not(:last-child) {
  margin: 0 0 10px;
}

@media only screen and (min-width: 721px) and (max-width: 1024px) {
  .contactus_cl_confirm .form_flow li .triangle {
    position: absolute;
    top: 0;
    right: -17px;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #f2f2f2;
    z-index: 1;
  }
}

/* ============================================================ */
/* 完了画面
   .contactus_cl_thankyou */
/* ============================================================ */
.contactus_cl_thankyou .ttl_block .bold {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 40px 0;
}

.contactus_cl_thankyou .ttl01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contactus_cl_thankyou .ttl01 span:first-child {
  margin: 0 10px 0 0;
  font-size: 3.2rem;
}

@media only screen and (min-width: 721px) and (max-width: 1024px) {
  .contactus_cl_thankyou .form_flow li .triangle {
    position: absolute;
    top: 0;
    right: -17px;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #f2f2f2;
    z-index: 1;
  }
}

/* ============================================================ */
/* form */
/* ============================================================ */
input[type="text"],
input[type="tel"]{
  min-width: 300px;
  height: 46px;
  padding: 0 10px;
  border: 1px solid #999;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
}

input[type="text"].error {
  background: #fef0f5;
}

/* .list_radio
----------------------------------------------------------- */
/*
.list_radio {
	display: flex;
	flex-wrap: wrap;
	
	li {
		
		label {
			display: flex;
		}
		
		input[type="radio"] {
			display: none;
		}
		
		span {
			position: relative;
			display: flex;
			align-items: center;
			justify-content: center;
			width: 100%;
			height: 40px;
			padding: 0 0 0 10px;
			border: 1px solid #8c8c8c;
			text-align: center;
			line-height: 1.3;
			cursor: pointer;
			@include radius(100);
			
		}
	
		input[type="radio"]:checked + span {
			background: #86002e;
			color: #fff;

		}
	}

	&.column03 li {
		flex: 0 0 23.2%;
		margin: 20px 0 0 2.4%;

		&:nth-child(4n+1) {
			margin-left: 0;
		}
	
		&:nth-child(-n+4) {
			margin-top: 0;
		} 
	}
	
	&.column04 li {
		flex: 0 0 23.3%;
		margin: 20px 0 0 2.2%;

		&:nth-child(4n+1) {
			margin-left: 0;
		}
	
		&:nth-child(-n+4) {
			margin-top: 0;
		} 
	}
}

.list_radio_confirm {
	display: flex;
	flex-wrap: wrap;
	
	li {
		display: flex;
		align-items: center;
		justify-content: center;
		min-width: 210px;
		height: 40px;
		background: #f17fab;
		border: 1px solid #8c8c8c;
		color: #fff;
		@include radius(100);
	}
}
*/
.list_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list_radio li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list_radio li input[type="radio"] {
  display: none;
}

.list_radio li span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 40px;
  padding: 0 10px 0 30px;
  border: 1px solid #8c8c8c;
  text-align: center;
  line-height: 1.3;
  cursor: pointer;
  border-radius: 100px;
}

.list_radio li span::before {
  position: absolute;
  top: 50%;
  left: 15px;
  content: "";
  background: #f2f2f2;
  border: 1px solid #ababab;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.list_radio li input[type="radio"]:checked + span {
  background: #2EA7C2;
  color: #fff;
}

.list_radio li input[type="radio"]:checked + span::before {
  background: #fff;
}

.list_radio li input[type="radio"]:checked + span::after {
  position: absolute;
  top: 50%;
  left: 20px;
  content: "";
  background: #2EA7C2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

@media only screen and (min-width: 721px) and (max-width: 1024px) {
  .list_radio li span {
    font-size: 80%;
  }
}

.list_radio.column03 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.2%;
          flex: 0 0 23.2%;
  margin: 20px 0 0 2.4%;
}

.list_radio.column03 li:nth-child(4n+1) {
  margin-left: 0;
}

.list_radio.column03 li:nth-child(-n+4) {
  margin-top: 0;
}

.list_radio.column04 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.3%;
          flex: 0 0 23.3%;
  margin: 20px 0 0 2.2%;
}

.list_radio.column04 li:nth-child(4n+1) {
  margin-left: 0;
}

.list_radio.column04 li:nth-child(-n+4) {
  margin-top: 0;
}

.list_radio_confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list_radio_confirm li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 210px;
  height: 40px;
  background: #f17fab;
  border: 1px solid #8c8c8c;
  color: #fff;
  border-radius: 100px;
}

/* .list_checkbox
----------------------------------------------------------- */
.list_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list_checkbox li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list_checkbox li input[type="checkbox"] {
  display: none;
}

.list_checkbox li label {
  width: 100%;
  padding: 10px 2px 10px 0;
  border: 1px solid #8c8c8c;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.3;
  cursor: pointer;
  border-radius: 100px;
}

.list_checkbox li label sup {
  top: -0.2em;
}

.list_checkbox li label.global {
  padding: 3px 0;
}

.list_checkbox li input[type="checkbox"]:checked + label {
  position: relative;
  background: #f17fab;
  color: #fff;
}

.list_checkbox li input[type="checkbox"]:checked + label::after {
  position: absolute;
  top: 50%;
  right: 5px;
  content: "\e876";
  margin: -0.5em 0 0;
  font-family: 'icomoon';
  font-size: 1.4rem;
  line-height: 1;
}

/* .selectbox
----------------------------------------------------------- */
.selectbox {
  position: relative;
  display: inline-block;
  width: 300px;
  height: 46px;
  margin: 0 10px 0 0;
  background: #fff;
  border: 1px solid #8c8c8c;
  overflow: hidden;
  border-radius: 4px;
}

.selectbox select {
  width: 100%;
  height: 46px;
  padding: 0 0 0 10px;
  background: none transparent;
  border: 0;
  color: inherit;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border-radius: 0px;
}

.selectbox::before, .selectbox::after {
  position: absolute;
  right: 0;
  display: block;
  width: 36px;
  text-align: center;
  pointer-events: none;
}

.selectbox.error {
  background: #fef0f5;
}

/* table
--------------------------------------------------------------- */
.table01,
.table02,
.table03,
.table04 {
  width: 100%;
}

.table01 th,
.table01 td,
.table02 th,
.table02 td,
.table03 th,
.table03 td,
.table04 th,
.table04 td {
  padding: 12px 20px;
  background: #fff;
  text-align: left;
  vertical-align: top;
  line-height: 1.5;
}

.table01 th,
.table02 th,
.table03 th,
.table04 th {
  font-weight: bold;
}

.table01 tr,
.table02 tr,
.table03 tr,
.table04 tr {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}

.table01 tr > *:first-child,
.table02 tr > *:first-child,
.table03 tr > *:first-child,
.table04 tr > *:first-child {
  border-left: none;
}

.table01 .border-none,
.table02 .border-none,
.table03 .border-none,
.table04 .border-none {
  border: none;
}

.table01 .border-none th,
.table02 .border-none th,
.table03 .border-none th,
.table04 .border-none th {
  padding: 30px 0 0 !important;
}

.table01 .border_top-none,
.table02 .border_top-none,
.table03 .border_top-none,
.table04 .border_top-none {
  border-top: none;
}

.table01 .border_bottom-none,
.table02 .border_bottom-none,
.table03 .border_bottom-none,
.table04 .border_bottom-none {
  border-bottom: none;
}

.table01 thead:first-child tr:first-child > *:first-child,
.table01 tbody:first-child tr:first-child > *:first-child,
.table02 thead:first-child tr:first-child > *:first-child,
.table02 tbody:first-child tr:first-child > *:first-child,
.table03 thead:first-child tr:first-child > *:first-child,
.table03 tbody:first-child tr:first-child > *:first-child,
.table04 thead:first-child tr:first-child > *:first-child,
.table04 tbody:first-child tr:first-child > *:first-child {
  border-top-left-radius: 10px;
}

.table01 thead:first-child tr:first-child > *:last-child,
.table01 tbody:first-child tr:first-child > *:last-child,
.table02 thead:first-child tr:first-child > *:last-child,
.table02 tbody:first-child tr:first-child > *:last-child,
.table03 thead:first-child tr:first-child > *:last-child,
.table03 tbody:first-child tr:first-child > *:last-child,
.table04 thead:first-child tr:first-child > *:last-child,
.table04 tbody:first-child tr:first-child > *:last-child {
  border-top-right-radius: 10px;
}

.table01 tbody:last-child tr:last-child > *,
.table02 tbody:last-child tr:last-child > *,
.table03 tbody:last-child tr:last-child > *,
.table04 tbody:last-child tr:last-child > * {
  border-bottom: none;
}

.table01 tbody:last-child tr:last-child > *:first-child,
.table02 tbody:last-child tr:last-child > *:first-child,
.table03 tbody:last-child tr:last-child > *:first-child,
.table04 tbody:last-child tr:last-child > *:first-child {
  border-bottom-left-radius: 10px;
}

.table01 tbody:last-child tr:last-child > *:last-child,
.table02 tbody:last-child tr:last-child > *:last-child,
.table03 tbody:last-child tr:last-child > *:last-child,
.table04 tbody:last-child tr:last-child > *:last-child {
  border-bottom-right-radius: 10px;
}

.table01 .border_top,
.table02 .border_top,
.table03 .border_top,
.table04 .border_top {
  border-top: 1px solid #d9d9d9 !important;
}

.table01 .border_btm,
.table02 .border_btm,
.table03 .border_btm,
.table04 .border_btm {
  border-btm: 1px solid #d9d9d9 !important;
}

.table01 .border_left,
.table02 .border_left,
.table03 .border_left,
.table04 .border_left {
  border-left: 1px solid #d9d9d9 !important;
}

.table01 .border_right,
.table02 .border_right,
.table03 .border_right,
.table04 .border_right {
  border-right: 1px solid #d9d9d9 !important;
}

.table03 th,
.table03 td {
  font-size: 1.2rem;
}

.table04 th,
.table04 td {
  font-size: 1.1rem;
}

/* カレンダー
--------------------------------------------------------------- */
.calendar {
  position: relative;
}

.calendar button {
  position: absolute;
  top: 12px;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.calendar button.prev {
  left: 20px;
}

.calendar button.next {
  right: 20px;
}

.calendar button:hover {
  opacity: 0.7;
}

.table_calendar {
  width: 100%;
}

.table_calendar thead td {
  padding: 10px 0;
  background: #cfa536;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.table_calendar tbody th,
.table_calendar tbody td {
  border: 1px solid #d9d9d9;
  font-size: 1.2rem;
  line-height: 1.2;
}

.table_calendar tbody th {
  padding: 12px 0;
  border-top: none;
  font-weight: bold;
}

.table_calendar tbody th.saturday {
  color: #3366cc;
}

.table_calendar tbody th.sunday {
  color: #cfa536;
}

.table_calendar tbody td {
  width: calc(100% / 7);
  height: 42px;
  padding: 6px 8px 0;
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
  vertical-align: top;
}

.table_calendar tbody td.past {
  color: #999;
}

.table_calendar tbody td.today {
  background: #fbd9e6;
}

.table_calendar tbody td div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.table_calendar tbody td div i {
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 1.4rem;
}

.table_calendar tbody td div i.icon-circle {
  color: #cfa536;
}

.table_calendar tbody td div i.icon-triangle {
  color: #ff9900;
}

.table_calendar tbody td div i.icon-close {
  color: #ccc;
}

/* ボックススタイル
--------------------------------------------------------------- */
.box01,
.box02 {
  width: 100%;
  margin: 40px 0;
  padding: 25px 30px;
}

.box01:last-child,
.box02:last-child {
  margin-bottom: 0;
}

.box01 {
  background: #fff2f7;
}

.box02 {
  border: 1px solid #ccc;
}

/* .link_icon
----------------------------------------------------------- */
.link_icon {
  position: relative;
  padding: 0 0 0 1.3em;
}

.link_icon a i {
  position: absolute;
  top: 5px;
  left: 0;
}

.link_icon a i::before {
  display: inline-block;
  text-decoration: none;
}

.privacy_link {
  margin: 30px 0 0;
}

.privacy_link a {
  color: #2EA7C2;
  font-size: 1.3rem;
}

/* .list_disc
----------------------------------------------------------- */
.list_disc li {
  position: relative;
  padding: 0 0 0 14px;
}

.list_disc li::before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  content: "";
  background: #000;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.list_disc:not(:last-child) {
  margin-bottom: 10px;
}

/* .list_square
----------------------------------------------------------- */
.list_square li {
  position: relative;
  padding: 0 0 0 18px;
}

.list_square li::before {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #000;
}

.list_square:not(:last-child) {
  margin-bottom: 10px;
}

/* .list_decimal01
----------------------------------------------------------- */
.list_decimal01 {
  display: table;
}

.list_decimal01 > li {
  display: table-row;
}

.list_decimal01 > li > span:first-child {
  display: table-cell;
}

.list_decimal01 > li:not(:first-child) span:first-child {
  padding: 10px 0 0;
}

.list_decimal01:not(:last-child) {
  margin-bottom: 10px;
}

/* .note
----------------------------------------------------------- */
.note {
  display: table;
  font-size: 1.2rem;
  margin: 10px 0 0;
}

.note:not(ul) > span:first-child {
  display: table-cell;
}

ul.note li {
  display: table-row;
}

ul.note li > span:first-child {
  display: table-cell;
}

/* .row
----------------------------------------------------------- */
.row_short {
  max-width: 900px;
  margin: 0 auto 60px;
}

.row_short .bold {
  font-weight: bold;
}

.row_short .mt100 {
  margin-top: 100px;
}

.row_short .mt100 span:hover {
  text-decoration: underline;
}

.row_short .mt100 .icon-chevron-right {
  position: relative;
  top: 0px;
  margin: 0 8px 0 0;
  color: #b78b29;
  font-size: 1.2rem;
}

/* .free_flow
----------------------------------------------------------- */
#free_flow {
  margin: 100px 0 0;
  background: #eee;
  padding: 50px 0;
}

#free_flow h2 {
  margin: 0;
}

#free_flow ul {
  margin: 0 0 30px;
}

#free_flow ol {
  margin: 0;
}

#free_flow ol li {
  background: #dcdcdc;
  width: 220px;
  height: 220px;
  margin: 0 20px;
}

#free_flow ol li:before {
  top: 15px;
  left: 15px;
}

#free_flow ol li:first-child i {
  position: relative;
  left: 10px;
}

@media only screen and (min-width: 721px) and (max-width: 1024px) {
  #free_flow ol li p {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.3;
  }
}

/* #area_sche
----------------------------------------------------------- */

#area_sche{
    margin-top:60px;
}

#area_sche .local_nav {
    border-bottom: 10px solid #D4E6EE;
  background: none;
}
#area_sche ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

#area_sche ul li{
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*
#area_sche ul li:not(:first-child) {
    margin: 0 0 0 5px;
}
*/
#area_sche ul li a:hover, 
#area_sche ul li.active a {
    background: #2EA7C2;
    color: #fff;
}
    
#area_sche ul li a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 70px;
  width: 100%;
  background: #EEF0F4;
  border-radius: 10px 10px 0 0;
  color: #2EA7C2;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 70px;
}
#area_sche ul li a .icon-chevron-circle-right {
  display: inline-block;
  margin: 0 10px 0 -70px;
  font-size: 1.8rem !important;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
    width:70px;
}

#area_sche ul li a:hover,
#area_sche ul li.active a {
  background: #D4E6EE;
  color: #2EA7C2;
}
#area_sche ul li::after {
  background: none;
}

#area_sche .area{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

#area_sche .table02 td,
#area_sche .table02 th{
    text-align: center;
    border-left: 1px solid #cfcfcf;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 6px 10px;
}

#area_sche .table02 td:first-child, 
#area_sche .table02 th:first-child {
    border-left:none;
}
#area_sche .table02 th{
    background-color: #f6f6f6;
}

/*# sourceMappingURL=../maps/pc/contactus.css.map */
