@charset "UTF-8";
/* ============================================================ */
/* mixin */
/* ============================================================ */
/* ============================================================ */
/* コンバージョン 共通スタイル
   .contactus */
/* ============================================================ */
.contactus {
  /*----- .input_must / .input_any -----*/
  /* .ttl_block
	----------------------------------------------------------- */
  /* .flow_lesson
	----------------------------------------------------------- */
  /* #about_lesson
	----------------------------------------------------------- */
  /* .form_flow
	----------------------------------------------------------- */
  /* #counseling
	----------------------------------------------------------- */
  /* .datepicker
	----------------------------------------------------------- */
  /*
	.datepicker_wrap {
		display: flex;
		height: 46px;
		border: 1px solid #8c8c8c;
		@include radius(4);
		
		input#datepicker,
		input.hasDatepicker {
			width: 100%;
			height: auto;
			border: none;
			background: transparent;
			cursor: pointer;
			@include radius(0);
		}

		button {
			flex: 0 0 36px;
			position: relative;
			background: #fff;
			border-radius: 0 4px 4px 0;
			font-size: 0;
			cursor: pointer;
			
			&::before {
				position: absolute;
				top: 50%;
				left: 50%;
				content: "\f00a";
				color: #565656;
				font-family: 'icomoon' !important;
				font-size: 2.2rem;
				transform: translate(-50%, -50%);
			}
		}
		
		&.error {
			background: #fef0f5;
		}
	}

	.ui-datepicker {
		display: none;
		background: #fff;
		border: 2px solid #d9d9d9;
		font-size: 1.4rem;
		@include radius(6);

		.ui-datepicker-header {
			position: relative;
			background: $baseColor;
			border-radius: 4px 4px 0 0;
			text-align: center;
			
			.ui-datepicker-prev,
			.ui-datepicker-next {
				position: absolute;
				top: 50%;
				display: block;
				width: 24px;
				height: 24px;
				cursor: pointer;
				transform: translateY(-50%);
				
				&::before {
					position: absolute;
					top: 50%;
					left: 50%;
					display: block;
					color: #fff;
					font-family: 'icomoon';
					font-size: 1.4rem;
					line-height: 1;
					transform: translate(-50%, -50%);
				}
			}

			.ui-datepicker-prev {
				left: 5px;

				&::before {
					content: "\e907";
				}
			}

			.ui-datepicker-next {
				right: 5px;

				&::before {
					content: "\e908";
				}
			}
			
			.ui-state-disabled {
				display: none;
			}

			.ui-datepicker-title {
				color: #fff;
				@include fz(13, 45px);
			}
		}

		.ui-datepicker-calendar {
			width: 360px;
			margin: -1px 0 0;
			border-collapse: separate;
			border-radius: 0 0 6px 6px;
			
			th,
			td {
				border-bottom: 1px solid #d9d9d9;
				border-left: 1px solid #d9d9d9;
				
				span,
				a {
					display: block;
				}
			}

			thead th {
				text-align: center;
				vertical-align: middle;
				
				&.ui-datepicker-week-end:first-of-type {
					color: $baseColor;
					border-left: none;
				}
				&.ui-datepicker-week-end:last-of-type {
					color: #3366cc;
				}
				span {
					@include fz(12, 40px)
				}
			}
			
			tbody {
				td {
					&:first-child {
						border-left: none;
					}
					
					a,
					span {
						height: 40px;
						padding: 6px;
						font-family: Arial, Helvetica," sans-serif";
						text-align: right;
						@include fz(12, 1.5);
					}

					a {
						background: #fbd9e6;
						&:hover {
							text-decoration: none;
						}
					}
					span {
						color: #999;
					}
				}
				
				
				tr:last-child td {
					border-bottom: none;
					&:first-child {
						border-bottom-left-radius: 6px;
					}
					&:last-child {
						border-bottom-right-radius: 6px;
					}
				}
			}
		}
	}
	*/
  /* #customer_info
	----------------------------------------------------------- */
  /* #privacy
	----------------------------------------------------------- */
  /* .btn_block
	----------------------------------------------------------- */
  /* .alert
	----------------------------------------------------------- */
  /* footer
	----------------------------------------------------------- */
}

.contactus #wrap {
  padding: 0;
}

.contactus header {
  position: relative;
  padding: 15px;
  background: none;
}

.contactus header img {
  width: 80%;
}

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

.contactus dl dt {
  margin: 0 0 10px;
  font-weight: bold;
}

.contactus dl .selectbox {
  margin: 0;
}

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

.contactus .table01 th {
  width: 100%;
  display: block;
  padding: 15px 0 5px;
}

.contactus .table01 td {
  width: 100%;
  display: block;
  padding: 15px 0;
}

.contactus .row {
  padding: 0;
}

.contactus strong {
  color: #2EA7C2;
}

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

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

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

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

.contactus .ttl_block h1 {
  padding: 25px 15px;
  background: #2EA7C2;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}

.contactus .ttl_block p {
  padding: 20px 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
}

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

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

.contactus .flow_lesson .flow li:not(:first-child)::before {
  top: 0;
  border-color: #fff transparent transparent;
}

.contactus .flow_lesson .flow li:not(:first-child)::after {
  border-color: #f2f2f2 transparent transparent;
}

.contactus #about_lesson {
  padding: 0 15px;
  margin: 30px 0 0 0;
}

.contactus #about_lesson .about_lesson_box .about_lesson_box_inner h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}

.contactus #about_lesson .about_lesson_box .about_lesson_box_inner .participation {
  margin: 20px 0;
  color: #937844;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  font-weight: normal;
}

.contactus #about_lesson .about_lesson_box figure {
  margin: 0 0 20px;
}

.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 #about_lesson .lesson_flow {
  margin: 0 0 15px;
  padding: 30px 15px 15px;
  background: #eee;
}

.contactus #about_lesson .lesson_flow h2 {
  margin-bottom: calc(30px - (((2.5rem * 1.4) - 2.5rem) / 2));
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
}

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

.contactus #about_lesson .lesson_flow .flow_list {
  margin: 0 auto;
  counter-reset: li;
}

.contactus #about_lesson .lesson_flow .flow_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #fff;
  color: #2EA7C2;
  width: 100%;
  min-height: 160px;
  border: 1px solid #2EA7C2;
  margin: 0 0 15px;
  padding: 15px 10% 15px 20%;
  font-size: 2.0rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

.contactus #about_lesson .lesson_flow .flow_list li::before {
  position: absolute;
  top: 38%;
  left: 20px;
  display: block;
  counter-increment: li;
  content: counter(li);
  background: #2EA7C2;
  color: #fff;
  font-family: Arial, Helvetica," sans-serif";
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.contactus .form_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 15px;
  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: 40px;
  background: #f2f2f2;
}

.contactus .form_flow li::before {
  content: '';
  width: 30px;
  height: 30px;
  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: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  color: #bababa;
}

.contactus .form_flow li .triangle {
  position: absolute;
  top: 0;
  right: -12px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px 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: 20px solid #2EA7C2;
}

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

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

.contactus #counseling .table01 th {
  font-size: 2.0rem;
  padding: 15px 0 5px;
}

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

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

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

.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: 100%;
  height: 46px;
  margin: 0 0 10px;
  border: 1px solid #8c8c8c;
  overflow: hidden;
  border-radius: 4px;
}

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

.contactus .datepicker_wrap button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
  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: #2EA7C2;
  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: 40px;
}

.contactus .ui-datepicker .ui-datepicker-calendar {
  width: 258px;
  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-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
  vertical-align: middle;
}

.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;
  padding: 8px 0;
}

.contactus .ui-datepicker .ui-datepicker-calendar thead th {
  font-weight: bold;
  width: auto !important;
}

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

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

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

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

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

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

.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 .input_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.contactus #customer_info .input_name input[type="text"] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.5%;
          flex: 0 0 83.5%;
}

.contactus #customer_info .input_name label:first-of-type,
.contactus #customer_info .input_name input[type="text"]:first-of-type {
  margin-bottom: 15px;
}

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

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

.contactus #customer_info .input_name_kana input[type="text"] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.5%;
          flex: 0 0 83.5%;
}

.contactus #customer_info .input_name_kana label:first-of-type,
.contactus #customer_info .input_name_kana input[type="text"]:first-of-type {
  margin-bottom: 15px;
}

.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;
  margin-bottom: 40px;
}

.contactus .btn_block [class^="btn_"] {
  width: 100%;
  height: 60px;
  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: 100%;
  margin: 0 0 10px;
  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: 100%;
  margin: 0 0 30px;
}

.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;
  margin: 0px 0 30px;
  background: #ffe5ef;
  border-top: 2px solid #2EA7C2;
  border-bottom: 2px solid #2EA7C2;
  color: #2EA7C2;
  padding: 15px;
  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 {
  margin: 0 0 20px;
  border: 1px solid #2EA7C2;
  font-size: 1.6rem;
  padding: 10px;
}

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

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

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

.contactus .btn_pagetop {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.contactus .btn_pagetop a {
  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: #fff4d4;
  color: #937844;
  font-size: 1.6rem;
  margin: 0 0 20px;
}

.contactus .btn_pagetop a i {
  margin: 0 10px 0 0;
}

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

/* ============================================================ */
/* 確認画面
   .contactus_cl_confirm */
/* ============================================================ */
.contactus_cl_confirm .ttl_block p {
  padding: 20px 0 0;
}

.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: 2.0rem;
}

.contactus_cl_confirm .tabble100 tr {
  border-top: none;
}

.contactus_cl_confirm .tabble100 td {
  border-top: none;
}

.contactus_cl_confirm dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

/* ============================================================ */
/* 完了画面
   .contactus_cl_thankyou */
/* ============================================================ */
.contactus_cl_thankyou .ttl_block p {
  padding: 20px 0 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: 2.0rem;
}

.contactus_cl_thankyou .row_short {
  padding: 0 15px;
}

/* ============================================================ */
/* form */
/* ============================================================ */
#form {
  margin: 0 15px;
  box-sizing: border-box;
}

#form input[type="text"],
#form input[type="tel"] {
  height: 46px;
  padding: 0 10px;
  border: 1px solid #999;
  width: 100%;
  border-radius: 4px;
}

#form 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 47%;
		margin: 20px 0 0 3%;

		&:nth-child(2n+1) {
			margin-left: 0;
		}
	
		&:nth-child(-n+2) {
			margin-top: 0;
		} 
	}
	
}
*/
.list_radio li:not(:first-child) {
  margin: 10px 0 0 0;
}

.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 0 0 10px;
  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%;
}

.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: 100%;
  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;
  cursor: pointer;
  border-radius: 0px;
}

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

.selectbox::after {
  top: 50%;
  content: "\e90c";
  margin: -0.5em 0 0;
  color: #fff;
  font-family: 'icomoon';
  text-align: center;
  line-height: 1;
}

.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_top-none,
.table02 .border_top-none,
.table03 .border_top-none,
.table04 .border_top-none {
  border-top: 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: 15px 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 {
  margin: 0 auto 30px;
}

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

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

.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: 0 0 15px;
  padding: 30px 15px;
  background: #eee;
}

#free_flow h2 {
  margin-bottom: calc(30px - (((2.5rem * 1.4) - 2.5rem) / 2));
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
}

#free_flow ul {
  display: block;
  margin: -20px 0 20px;
  text-align: center;
}

#free_flow ol {
  margin: 0 auto;
  max-width: 400px;
}

#free_flow ol li {
  background: #dcdcdc;
  margin: 0 10px 30px;
  width: 180px;
  height: 180px;
}

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


/* #area_sche
----------------------------------------------------------- */
#area_sche{
    margin-bottom:60px;
}

#area_sche .local_nav {
  border-bottom: 3px solid #D4E6EE;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: none;
}

#area_sche ul {
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

/*
#area_sche ul li:not(:first-child) {
  margin: 0 0 0 2px;
}
*/

#area_sche ul li a {
  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%;
  min-height: 40px;
  background: #EEF0F4;
  border-radius: 6px 6px 0 0;
  color: #2EA7C2;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
}

#area_sche ul li a .icon-chevron-circle-right {
  display: inline-block;
  margin: 0 5px 0 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

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

#area_sche #kanto,
#area_sche #tokai,
#area_sche #kansai{  
    overflow-y: hidden;
    overflow-x: scroll;
    display: flex;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
#area_sche .table02 {
    width: 500px;
    margin-top:15px;
}

#area_sche .table02 td,
#area_sche .table02 th{
    padding: 5px;
    font-size:12px;
    text-align: center;
    border-left: 1px solid #cfcfcf;
    border-top-left-radius: 0;
}
#area_sche .area{
    margin: 20px 0 10px 0;
}

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

#area_sche ul li::after {
  background: none;
}


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