@charset "UTF-8";
/* ============================================================ */
/* mixin */
/* ============================================================ */
@keyframes movie_icon_rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/* ============================================================ */
/* コンバージョン 共通スタイル
   .contactus */
/* ============================================================ */
#wrap {
  position: relative;
  min-width: 1024px;
  width: 100%;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.8;
}

.contactus {
  /*----- .input_must / .input_any -----*/
  /*----- .selectbox.wide -----*/
  /* .ttl_block
  ----------------------------------------------------------- */
  /* .flow_lesson
  ----------------------------------------------------------- */
  /* #about_counseling
  ----------------------------------------------------------- */
  /* .form_flow
  ----------------------------------------------------------- */
  /* #counseling
  ----------------------------------------------------------- */
  /* .datepicker
  ----------------------------------------------------------- */
  /* #customer_info
  ----------------------------------------------------------- */
  /* #privacy
  ----------------------------------------------------------- */
  /* .btn_block
  ----------------------------------------------------------- */
  /* .alert
  ----------------------------------------------------------- */
  /* footer
  ----------------------------------------------------------- */
}
.contactus header > div {
  padding: 15px 20px;
  max-width: 1280px;
  margin: 0 auto;
}
.contactus .note {
  font-size: 1.4rem;
  line-height: 1.7;
}
.contactus .note a {
  color: #ee0055;
  font-weight: bold;
  text-decoration: underline;
}
.contactus .note a:hover {
  text-decoration: none;
}
.contactus .ttl02 {
  background: #888;
  margin: 0;
  padding: 40px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
.contactus .ttl02::after {
  display: none;
}
.contactus dl {
  display: flex;
  align-items: center;
}
.contactus dl dt {
  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: #08287f;
}
.contactus #form section {
  background: #f4f4f4;
}
.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: #ff1111;
  color: #fff;
}
.contactus .input_any {
  background: #888888;
  color: #fff;
}
.contactus .selectbox.wide {
  width: 460px;
}
.contactus .ttl_block {
  text-align: center;
  margin: 0 0 50px;
}
.contactus .ttl_block h1 {
  padding: 40px 0;
  background: #ee0055;
  color: #fff;
  letter-spacing: .1px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
}
.contactus .ttl_block h1 span {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
.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;
  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_counseling h2 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto 50px;
  color: #333;
}
.contactus #about_counseling .about_counseling_box {
  display: flex;
  margin: 0 auto;
  padding: 0 20px;
}
.contactus #about_counseling .about_counseling_box .about_counseling_box_inner {
  width: 48%;
  margin: 0 0 0 40px;
}
.contactus #about_counseling .about_counseling_box .about_counseling_box_inner h3 {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 6px;
  text-align: left;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  border-left: solid 2px #ee0055;
  padding-left: 10px;
}
.contactus #about_counseling .about_counseling_box figure {
  width: 50%;
}
.contactus #about_counseling .about_counseling_box figure img {
  width: 100%;
}
.contactus #about_counseling > ul.note {
  display: block;
  margin: -20px 0 40px;
  text-align: center;
}
.contactus #about_counseling > ul.note li {
  display: block;
}
.contactus #about_counseling > ul.note li span {
  display: inline;
}
.contactus .form_flow {
  display: flex;
  max-width: 1000px;
  padding: 0 20px 0;
  margin: 50px auto;
  overflow: hidden;
  /*
  		li {
  			flex: 1 1 440px;
  			position: relative;
  			display: flex;
  			align-items: center;
  			justify-content: center;
  			height: 80px;
  			background: #fff;
     border: solid 2px $Pink;
     
     &::after {
      
     }
  			
   
  			span {
  				@include fz(20, 1.5);
      color: $Pink;
  			}
     
    .triangle {
      position: absolute;
      top: 0;
      right: -20px;
      width: 0;
      height: 0;
      border-top: 40px solid transparent;
      border-bottom: 40px solid transparent;
      border-left: 20px solid #fff;
      z-index: 2;
     }
     
    .triangle_back {
      position: absolute;
      top: 0;
      right: -22px;
      width: 0;
      height: 0;
      border-top: 40px solid transparent;
      border-bottom: 40px solid transparent;
      border-left: 20px solid $Pink;
      z-index: 1;
     }
     
     
  
  			.icon-arrow-dotted {
  				position: absolute;
  				top: 50%;
  				right: -22px;
  				color: #999;
  				font-size: 3.0rem;
  				transform: translateY(-50%) rotate(-90deg);
  			}
  
  			&.active {
  				background: $baseColor;
    .triangle {
      right: -22px;
     }
      
      span {
       color: #fff;
      }
  
  				.icon-arrow-dotted {
  					color: $baseColor;
  				}
      .triangle {
       border-left: 20px solid $baseColor;
      }
     }
  
  	}
    */
}
.contactus .form_flow li {
  flex: 1 1 440px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  background: #fff;
  border-top: solid 2px #ee0055;
  border-bottom: solid 2px #ee0055;
}
.contactus .form_flow li:first-child {
  border-left: solid 2px #ee0055;
}
.contactus .form_flow li:last-child {
  border-right: solid 2px #ee0055;
}
.contactus .form_flow li span {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #ee0055;
  display: block;
}
.contactus .form_flow li span::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -17px;
  border-left: 26px solid #ee0055;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  transform-origin: right top;
  transform: scaleX(0.7);
  z-index: 1;
}
.contactus .form_flow li span::before {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  border-left: 25px solid #fff;
  border-top: 39px solid transparent;
  border-bottom: 39px solid transparent;
  transform-origin: right top;
  transform: scaleX(0.7);
  z-index: 2;
}
.contactus .form_flow li:last-child span::after,
.contactus .form_flow li:last-child span::before {
  content: none;
}
.contactus .form_flow li .icon-arrow-dotted {
  position: absolute;
  top: 50%;
  right: -22px;
  color: #999;
  font-size: 3.0rem;
  transform: translateY(-50%) rotate(-90deg);
}
.contactus .form_flow li.active {
  background: #ee0055;
}
.contactus .form_flow li.active span {
  color: #fff;
}
.contactus .form_flow li.active span::before {
  content: none;
}
.contactus .form_flow li:last-child:before {
  display: none;
}
.contactus #counseling h3 {
  margin: 0 0 40px;
}
.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: flex;
  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: 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: #fff;
  cursor: pointer;
  border-radius: 0px;
  border-radius: 5px 0px 0px 5px;
}
.contactus .datepicker_wrap button {
  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: "\e907";
  color: #565656;
  font-family: 'icomoon' !important;
  font-size: 2.2rem;
  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: #ee0055;
  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;
  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;
  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: "\e90f";
}
.contactus .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 5px;
}
.contactus .ui-datepicker .ui-datepicker-header .ui-datepicker-next::before {
  content: "\e90e";
}
.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;
  width: auto !important;
  display: table-cell;
}
.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: #ee0055;
  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 .input_name {
  display: flex;
  align-items: center;
  width: 616px;
}
.contactus #customer_info .input_name label {
  flex: 0 0 auto;
}
.contactus #customer_info .input_name input[type="text"] {
  flex: 0 0 200px;
  min-width: 200px;
  margin: 0 30px 0 20px;
  height: 46px;
}
.contactus #customer_info .input_name_kana {
  display: flex;
  align-items: center;
  width: 616px;
}
.contactus #customer_info .input_name_kana label {
  flex: 0 0 auto;
}
.contactus #customer_info .input_name_kana input[type="text"] {
  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: #333;
  text-decoration: underline;
}
.contactus #privacy .inner a:hover {
  text-decoration: none;
}
.contactus .btn_block {
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
}
.contactus .btn_block [class^="btn_"] {
  width: 360px;
  height: 64px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #fff;
  background: #ff7e00;
  border: 1px solid #ff7e00;
  border-radius: 100px;
  position: relative;
}
.contactus .btn_block [class^="btn_"]:hover {
  background: #fff;
  color: #ff7e00;
  border: 1px solid #ff7e00;
  text-decoration: none;
  opacity: 1;
  cursor: pointer;
}
.contactus .btn_block i {
  margin: 0 0 0　10px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}
.contactus .btn_block #btn_revision {
  width: 280px;
  background: #a7a7a7;
  border: none;
  padding: 10px;
}
.contactus .btn_block #btn_revision:hover {
  background: #fff;
  color: #ff7e00;
  border: 1px solid #ff7e00;
  text-decoration: none;
  opacity: 1;
  cursor: pointer;
}
.contactus .btn_block #btn_submit {
  width: 280px;
  margin: 0 20px;
}
.contactus .alert {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  margin: 0 0 60px;
  background: #ffe5ef;
  border-top: 2px solid #ee0055;
  border-bottom: 2px solid #ee0055;
  color: #ee0055;
  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 #ee0055;
  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: 10px 0 35px 35px !important;
  box-sizing: border-box;
}
.contactus_cl_confirm .ttl01 {
  display: flex;
  align-items: 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 {
  flex: 0 0 120px;
}
.contactus_cl_confirm dl:not(:last-child) {
  margin: 0 0 10px;
}
.contactus_cl_confirm .btn_block {
  position: relative;
  height: 64px;
}
.contactus_cl_confirm .btn_block #btn_revision {
  position: absolute;
  top: 0;
  left: 0;
}
.contactus_cl_confirm .btn_block #btn_revision i {
  left: 15px;
  right: inherit;
}
.contactus_cl_confirm .btn_block #btn_submit {
  position: absolute;
  top: 0;
  right: 0;
}

/* ============================================================ */
/* 完了画面
   .contactus_cl_thankyou */
/* ============================================================ */
.contactus_cl_thankyou .thankyou_box {
  background: #f4f4f4;
  padding: 40px;
  text-align: center;
}
.contactus_cl_thankyou .thankyou_box p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 30px;
}
.contactus_cl_thankyou .thankyou_box p span {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 40px;
  display: block;
}
.contactus_cl_thankyou .ttl_block .bold {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 40px 0;
}
.contactus_cl_thankyou .btn_block [class^="btn_"] {
  height: 48px;
}
.contactus_cl_thankyou .btn_block [class^="btn_"] a {
  display: block;
  color: #fff;
}
.contactus_cl_thankyou .btn_block [class^="btn_"] a:hover {
  color: #ff7e00;
}
.contactus_cl_thankyou .ttl01 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactus_cl_thankyou .ttl01 span:first-child {
  margin: 0 10px 0 0;
  font-size: 3.2rem;
}

/* ============================================================ */
/* form */
/* ============================================================ */
input[type="text"],
input[type="tel"] {
  min-width: 300px;
  height: 46px;
  padding: 0 10px;
  border: 1px solid #999;
  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;
			border: 1px solid #dddddd;
			text-align: center;
			line-height: 1.3;
			cursor: pointer;
			@include radius(100);
   background: #fff;
			
		}
  
  .checked {
			position: relative;
			display: flex;
			align-items: center;
			justify-content: center;
			width: 100%;
			height: 40px;
			border: 1px solid #dddddd;
			text-align: center;
			line-height: 1.3;
			cursor: pointer;
			@include radius(100);
			background: $baseColor;
   color: #fff;
		}

	
		input[type="radio"]:checked + span {
			background: $baseColor;
			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: flex;
  flex-wrap: wrap;
}
.list_radio li label {
  display: flex;
}
.list_radio li input[type="radio"] {
  display: none;
}
.list_radio li 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;
  border-radius: 100px;
  background: #fff;
}
.list_radio li span::before {
  position: absolute;
  top: 50%;
  left: 15px;
  content: "";
  background: #fff;
  border: 1px solid #ababab;
  box-sizing: border-box;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.list_radio li input[type="radio"]:checked + span {
  background: #ee0055;
  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: #ee0055;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.list_radio li .checked {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 1.3;
  cursor: pointer;
  border-radius: 100px;
  background: #ee0055;
  color: #fff;
}
.list_radio li .checked::after {
  position: absolute;
  top: 50%;
  left: 20px;
  content: "";
  background: #ee0055;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.list_radio.column03 li {
  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 {
  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: flex;
  flex-wrap: wrap;
}
.list_radio_confirm li {
  display: flex;
  align-items: 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: flex;
  flex-wrap: wrap;
}
.list_checkbox li {
  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: 40px;
  margin: 0 10px 0 0;
  background: #fff;
  border: 1px solid #8c8c8c;
  overflow: hidden;
  border-radius: 4px;
}
.selectbox select {
  width: 100%;
  height: 40px;
  padding: 0 0 0 10px;
  background: none transparent;
  border: 0;
  color: inherit;
  vertical-align: middle;
  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 {
  width: 100%;
  display: block;
  background: none;
  text-align: left;
  vertical-align: top;
  line-height: 1.5;
}
.table01 th,
.table02 th,
.table03 th,
.table04 th {
  font-weight: bold;
  font-size: 1.8rem;
  padding: 35px 35px 10px 35px;
}
.table01 td,
.table02 td,
.table03 td,
.table04 td {
  padding: 10px 35px 35px 35px;
}
.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 .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;
  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: #ee0055;
  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: #ee0055;
}
.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: flex;
  flex-direction: column;
}
.table_calendar tbody td div i {
  align-self: center;
  font-size: 1.4rem;
}
.table_calendar tbody td div i.icon-circle {
  color: #ee0055;
}
.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: #ee0055;
  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: #333;
  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: #333;
}
.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;
	text-align: left;
}
ul.note li > span:first-child {
  display: table-cell;
}

/* .row
----------------------------------------------------------- */
.row {
  max-width: 1240px;
}

.row_short {
  max-width: 960px;
  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: 80px 0 60px;
  background: #eee;
  padding: 50px 0;
}
#free_flow h2 {
  margin: 0;
}
#free_flow ul {
  margin: 0 0 30px;
}
#free_flow ol {
  margin: 0 auto;
  max-width: 1200px;
}
#free_flow ol li {
  background: #fff;
  margin: 0;
  border-radius: 0;
  border: solid 2px #ee0055;
  flex: 1 0 25%;
  padding: 20px 18px;
  height: 278px;
  justify-content: initial;
  border-left: none;
}
#free_flow ol.sonota li {
  height: 218px;
}
#free_flow ol.sonota_monthly_tokai li {
  height: 380px;
}
#free_flow ol li:nth-of-type(1) {
  border-left: solid 2px #ee0055;
}
#free_flow ol li::before {
  position: inherit;
  background: #ee0055;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin: 0 0 20px;
}
#free_flow ol.sonota_monthly_tokai li::before {
  position: inherit;
  background: #ee0055;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 0 20px;
}
#free_flow ol.sonota_monthly_tokai li img {
	margin-bottom: 15px;
}
#free_flow ol li::after {
  content: "";
  position: absolute;
  top: 58px;
  right: -12.5px;
  border-left: 9px solid #ee0055;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform-origin: right top;
  transform: scaleX(1.2);
  z-index: 1;
}
#free_flow ol li h3 {
  color: #ee0055;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
#free_flow ol li p {
  font-size: 1.4rem;
  font-weight: normal;
  text-align: left;
  color: #333;
}
#free_flow ol li:last-child:after {
  content: none;
}

/* .multi_sonota
----------------------------------------------------------- */
.row_wide .multi_sonota {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 960px;
    margin: 0 auto 60px;
	
}
.row_wide .multi_sonota_att {
	text-align: center;
    margin: 30px 0;
    font-size: 1.2em;
}

.row_wide .multi_sonota ul.link_box li {
	float: left;
	margin-bottom: 10px;
}
.row_wide .multi_sonota ul.link_box li:nth-child(odd) {
	margin-right: 10px;
}
.row_wide .multi_sonota ul.link_box li a {
	float: left;
	width: 475px;
}
.row_wide .multi_sonota ul.link_box li a span {
	font-size: 2rem;
	margin-left: 5px;
}

/* .multi_cpn
----------------------------------------------------------- */

.row_wide .multi_cpn {
	margin: 50px auto;
    text-align: center;
}

/* .btn_style
----------------------------------------------------------- */

.btn_style01 {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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: 225px;
    height: 45px;
    padding: 0 20px;
    background: #fff;
    border-style: solid;
    border-width: 2px;
    border-color: #ee0055;
    border-radius: 100px;
    color: #ee0055;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
.btn_style01 i:first-child {
  margin: 0 0 0 8px;
}

.btn_style01 .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_style01 .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_style01:hover {
  background: #ee0055;
  color: #fff;
}


/* ============================================================ */
/* .flow */
/* ============================================================ */
.flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  counter-reset: li;
}

.flow li {
  position: relative;
  margin: 0 0 0 1px;
  background: #fff;
}

.flow li::before {
  position: absolute;
  content: "";
  width: 2000px;
  border-top: 2px dotted #d9d9d9;
}

.flow li div {
  position: relative;
  padding: 20px;
}

.flow li div::before, .flow li div::after {
  position: absolute;
  z-index: 1;
  content: "";
  border-style: solid;
  border-width: 14px 0 14px 14px;
}

.flow li div::before {
  right: -15px;
}

.flow li div::after {
  right: -14px;
  border-color: transparent transparent transparent #fff;
}

.flow li figure {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.flow li figure img {
  position: absolute;
  top: 50%;
  left: 50%;
/*
  min-width: 100%;
  min-height: 100%;
*/
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.flow li .ttl {
  position: relative;
  margin: 15px 0;
  padding: 50px 0 0;
  box-sizing: content-box;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.flow li .ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 30px;
  background: #ee0055;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  line-height: 30px;
  counter-increment: li;
}

.flow li .ttl::after {
  position: absolute;
  top: 29px;
  left: 10px;
  content: "";
  border-color: #ee0055 transparent transparent;
  border-style: solid;
  border-width: 6px 5px 0;
}

/* ============================================================ */
/* .flow_lesson */
/* ============================================================ */
.flow_lesson {
  padding: 40px 0 0;
  background: #ffe5ef;
  overflow: hidden;
}

.flow_lesson .ttl01 {
  margin-bottom: 30px;
  line-height: 1.15;
}

.flow_lesson .ttl01 span {
  font-size: 3.2rem;
}

.flow_lesson .flow li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 23.3%;
          flex: 1 0 23.3%;
}

.flow_lesson .flow li:not(:first-child) {
  margin: 0 0 0 1px;
}

.flow_lesson .flow li::before {
  top: 245px;
}

.flow_lesson .flow li:first-child::before {
  right: 0;
}

.flow_lesson .flow li:last-child::before {
  left: 0;
}

.flow_lesson .flow li:not(:first-child):not(:last-child)::before {
  left: 0;
  right: 0;
  width: auto;
}

.flow_lesson .flow li div::before,
.flow_lesson .flow li div::after {
  top: 102px;
}

.flow_lesson .flow li div::before {
  right: -15px;
  border-color: transparent transparent transparent #ffe5ef;
}

.flow_lesson .flow li:last-child div::before,
.flow_lesson .flow li:last-child div::after {
  display: none;
}

.flow_lesson .flow li figure {
  height: 195px;
}

.flow_lesson .flow li .ttl::before {
  width: 90px;
  content: "STEP " counter(li);
  border-radius: 100px;
}

.flow_lesson .flow.column03 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}

.flow_lesson p.note {
  margin: 20px auto 0;
  text-align: center;
}
/* ============================================================ */
/* .local_nav */
/* ============================================================ */
.local_nav {
    background: #fff;
}

.local_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 60px;
}

.local_nav ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  margin: 0 15px;
  color: #808080;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}

.local_nav ul li:first-child {
  margin-left: 0;
}

.local_nav ul li:last-child {
  margin-right: 0;
}

.local_nav ul li sup {
  top: -0.1em;
}

.local_nav ul li a {
  display: block;
  color: #808080;
  text-decoration: none;
}

.local_nav ul li a sup {
  top: -0.2em;
}

.local_nav ul li a:hover {
  opacity: 1;
}

.local_nav ul li::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  width: 0;
  height: 2px;
  background: #ee0055;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.local_nav ul li.active, .local_nav ul li:hover {
  color: #333;
}

.local_nav ul li.active::after, .local_nav ul li:hover::after {
  width: 100%;
}

.local_nav ul.column02 li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
}

.local_nav ul.column05 li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 190px;
          flex: 1 1 190px;
}

.local_nav ul.column07 li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 135px;
          flex: 1 1 135px;
}

.local_nav.local_nav_btm ul li::after {
  top: 0;
  bottom: auto;
}

.tab_box > *:not(:first-child) {
  display: none;
}

/*MLの流れ20210113*/
#b_ml .local_nav {
    width: 1280px;
    margin: 60px auto 0;
}

#b_ml .flow_lesson{
    margin: 0 auto;
    background-color: #ffe5ef;
    width: 1280px;
    padding:40px 0;
    margin-bottom: 60px;
}
#b_ml .flow_lesson .ttl01 {
    font-size: 3rem;
}
#b_ml .flow_lesson .ttl01 span {
    font-size: 2rem;
}
#b_ml .flow_lesson .flow li {
    background: #fff;
}
#b_ml .flow_lesson .flow li > div::before {
    right: -15px;
    border-color: transparent transparent transparent #ffe5ef;
}
#b_ml .flow_lesson .flow li div::after {
    right: -13px;
    border-color: transparent transparent transparent #fff;
}
.contactus #b_ml .flow_lesson .flow li > div div::after {
  display: none;
}

#b_ml .flow li::before {
    width: 100%;
}

#b_ml .local_nav ul{
    padding:0;
}
#b_ml .local_nav ul li{
    margin:0;
    width: 50%;
    background: #fff3f7;
    padding: 10px 0;
}
#b_ml .local_nav ul li.active, 
#b_ml .local_nav ul li:hover {
    background: #ffe5ef;
}

#b_ml .local_nav ul li a{
    font-size:2rem;
}

#b_ml .local_nav ul li.active a {
    color: #333;
}
#b_ml #tab01 p a{
    font-weight: normal;
    text-decoration: underline;
    color:#ee0055;
}

#b_ml.b-type .flow li div div {
    padding: 0;
}