@charset "UTF-8";
/* ============================================================ */
/* mixin */
/* ============================================================ */
/* ============================================================ */
/* コンバージョン 共通スタイル
   .contactus */
/* ============================================================ */
.contactus {
  /*----- .input_must / .input_any -----*/
  /* .ttl_block
  ----------------------------------------------------------- */
  /* .flow_lesson
  ----------------------------------------------------------- */
  /* #about_counseling
  ----------------------------------------------------------- */
  /* .form_flow
  ----------------------------------------------------------- */
  /* #counseling
  ----------------------------------------------------------- */
  /* .datepicker
  ----------------------------------------------------------- */
  /* #customer_info
  ----------------------------------------------------------- */
  /* #privacy
  ----------------------------------------------------------- */
  /* .btn_block
  ----------------------------------------------------------- */
  /* .alert
  ----------------------------------------------------------- */
  /* footer
  ----------------------------------------------------------- */
}
.contactus #wrap {
  padding: 0;
}
.contactus header {
  position: relative;
  padding: 15px;
  background: none;
}
.contactus header a {
  width: 80%;
}
.contactus .ttl01 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.contactus .ttl02 {
  background: #888;
  margin: 0;
  padding: 15px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.contactus .ttl02::after {
  display: none;
}
.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: #ee0055;
}
.contactus .input_must,
.contactus .input_any {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 40px;
  margin: 0 0 0 10px;
  border: 1px solid #ee0055;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  line-height: 20px;
  border: none;
}
.contactus .input_must {
  background: #ff1111;
  color: #fff;
}
.contactus .input_any {
  background: #888888;
  color: #fff;
}
.contactus .ttl_block {
  text-align: center;
}
.contactus .ttl_block h1 {
  padding: 25px 15px;
  background: #ee0055;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.3;
}
.contactus .ttl_block h1 span {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.1;
  display: block;
  margin: 0 0 -20px;
}
.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_counseling {
  padding: 0 15px;
}
.contactus #about_counseling h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 20px 0;
  color: #333;
}
.contactus #about_counseling .about_counseling_box .about_counseling_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_counseling .about_counseling_box .about_counseling_box_inner ul {
  margin: 20px 0;
}
.contactus #about_counseling .about_counseling_box figure {
  margin: 0 0 20px;
}
.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 #about_counseling .lesson_flow {
  margin: 0 0 15px;
  padding: 30px 15px 15px;
  background: #eee;
}
.contactus #about_counseling .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_counseling .lesson_flow ul {
  display: block;
  margin: -20px 0 20px;
  text-align: center;
}
.contactus #about_counseling .lesson_flow .flow_list {
  margin: 0 auto;
  counter-reset: li;
}
.contactus #about_counseling .lesson_flow .flow_list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #fff;
  color: #86002e;
  width: 100%;
  min-height: 160px;
  border: 1px solid #86002e;
  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_counseling .lesson_flow .flow_list li::before {
  position: absolute;
  top: 38%;
  left: 20px;
  display: block;
  counter-increment: li;
  content: counter(li);
  background: #86002e;
  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: flex;
  margin: 30px 15px;
  overflow: hidden;
  /*
  		li {
  			flex: 1 1 440px;
  			position: relative;
  			display: flex;
  			align-items: center;
  			justify-content: center;
  			height: 40px;
  			background: #f2f2f2;
  			
     &::before{
      content: '';
      width: 30px;
      height: 30px;
      border: 0px;
      border-top: solid 10px #fff;
      border-right: solid 10px #fff;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 0px;
      right: -17px;
      z-index: 1;
     }
  
  			span {
  				@include fz(14, 1.5);
      color: #bababa;
  			}
     
    .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;
     }
     
     
  
  			.icon-arrow-dotted {
  				position: absolute;
  				top: 50%;
  				right: -20px;
  				color: #999;
  				font-size: 3.0rem;
  				transform: translateY(-50%) rotate(-90deg);
  			}
  
  			&.active {
  				background: #86002e;
      
      span {
       color: #fff;
      }
  
  				.icon-arrow-dotted {
  					color: $baseColor;
  				}
      .triangle {
       border-left: 20px solid #86002e;
      }
     }
  
  	}
    */
}
.contactus .form_flow li {
  flex: 1 1 440px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  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: 1.4rem;
  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: 20px solid transparent;
  border-bottom: 20px 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: 19px solid transparent;
  border-bottom: 19px 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 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 .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: 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 {
  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;
  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: "\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: #ee0055;
}
.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: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contactus #customer_info .input_name label {
  flex: 0 0 16.5%;
}
.contactus #customer_info .input_name input[type="text"] {
  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: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contactus #customer_info .input_name_kana label {
  flex: 0 0 16.5%;
}
.contactus #customer_info .input_name_kana input[type="text"] {
  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: #333;
  text-decoration: underline;
}
.contactus #privacy .inner .icon-outer {
  color: #333;
}
.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: #ff7e00;
  border: 1px solid #ff7e00;
  position: relative;
  border-radius: 100px;
}
.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: 100%;
  margin: 0 0 10px;
  background: #a7a7a7;
  border: none;
}
.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: 100%;
  margin: 0 0 30px;
}
.contactus .alert {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0 30px;
  background: #ffe5ef;
  border-top: 2px solid #ee0055;
  border-bottom: 2px solid #ee0055;
  color: #ee0055;
  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 #ee0055;
  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;
}
.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;
  */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  color: #ee0055;
  font-size: 1.4rem;
  font-weight: bold;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  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 {
  margin: 0 0 20px;
}
.contactus_cl_confirm .ttl_block p {
  padding: 20px 0 0;
}
.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: 2.0rem;
}
.contactus_cl_confirm .table01 td {
  padding: 5px 0 15px !important;
}
.contactus_cl_confirm .tabble100 tr {
  border-top: none;
}
.contactus_cl_confirm .tabble100 td {
  border-top: none;
}
.contactus_cl_confirm dl {
  display: flex;
}
.contactus_cl_confirm dl dt {
  flex: 0 0 95px;
  margin: 0;
}
.contactus_cl_confirm dl:not(:last-child) {
  margin: 0 0 10px;
}
.contactus_cl_confirm .btn_block {
  position: relative;
}
.contactus_cl_confirm .btn_block #btn_revision i {
  left: 15px;
  right: inherit;
}
.contactus_cl_confirm .btn_block #btn_submit {
  margin: 0;
}

/* ============================================================ */
/* 完了画面
   .contactus_cl_thankyou */
/* ============================================================ */
.contactus_cl_thankyou .ttl_block {
  margin: 0 0 20px;
}
.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 */
/* ============================================================ */
#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);
			
		}
  
  .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: $Pink;
			color: #fff;

		}
	}

	&.column03 li {
		flex: 0 0 48%;
		margin: 20px 0 0 4%;

		&: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: 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;
  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 .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 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_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: 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 {
  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 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: 15px 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;
}
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: 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 1 100%;
  padding: 20px 15px;
  justify-content: initial;
  height: auto;
  margin: 0 0 10px;
}
#free_flow ol li::before {
  position: inherit;
  background: #ee0055;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin: 0 0 20px;
  top: 0;
  left: 0;
}
#free_flow ol.sonota_monthly_tokai li img {
	margin-bottom: 15px;
}
#free_flow ol.sonota_monthly_tokai li::before {
  position: inherit;
  background: #ee0055;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 0 20px;
  top: 0;
  left: 0;
}
#free_flow ol li::after {
  content: "";
  position: absolute;
  bottom: -32px;
  border: 16px solid transparent;
  border-top: 16px solid #ee0055;
  transform-origin: right top;
  transform: scaleX(1);
  z-index: 1;
  position: absolute;
}
#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 {
        margin: 0 15px 60px;
}
.row_wide .multi_sonota_att {
	margin: 10px 15px;
}

/* .multi_cpn
----------------------------------------------------------- */

.row_wide .multi_cpn {
    width: 100%;
    margin: 20px auto;
}

.row_wide .multi_cpn img {
    width: 100%;
}

/* .btn_style
----------------------------------------------------------- */
.btn_style01 {
    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;
    padding: 3px 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.4;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
	margin-bottom: 5px;
	display: block;
}
.btn_style01 span {
	font-size: 1.2em;
}

.btn_style01 i:first-child {
  margin: 0 0 0 8px;
}

.btn_style01 .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -0.5em 0 0;
}

.btn_style01 .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

/* ============================================================ */
/* .flow */
/* ============================================================ */
.flow {
  counter-reset: li;
  margin: 0 15px;
}

.flow li {
  position: relative;
  padding: 15px 10px;
  background: #fff;
}

.flow li:not(:first-child) {
  margin: 1px 0 0;
}

.flow li:not(:first-child)::before, .flow li:not(:first-child)::after {
  position: absolute;
  left: 50%;
  z-index: 1;
  content: "";
  border-style: solid;
  border-width: 14px 14px 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.flow li:not(:first-child)::before {
  top: -1px;
}

.flow li:not(:first-child)::after {
  top: -2px;
  border-color: #fff transparent transparent;
}

.flow li figure {
  margin: 0 auto;
}

.flow li figure img {
  width: 100%;
}

.flow li .ttl {
  position: relative;
  margin: 10px 0;
  padding: 40px 0 0;
  box-sizing: content-box;
  font-weight: bold;
}

.flow li .ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 30px;
  background: #ee0055;
  color: #fff;
  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: 20px;
  line-height: 1.2;
}

.flow_lesson .ttl01 span {
  font-size: 1.8rem;
}

.flow_lesson .flow li:not(:first-child)::before {
  border-color: #ffe5ef transparent transparent;
}

.flow_lesson .flow li figure {
  width: 130px;
}

.flow_lesson .flow li .ttl {
  text-align: center;
}

.flow_lesson .flow li .ttl::after, .flow_lesson .flow li .ttl::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.flow_lesson .flow li .ttl::before {
  width: 80px;
  content: "STEP " counter(li);
  border-radius: 100px;
}

.flow_lesson .note {
  margin: 10px 15px 0;
}
/* ============================================================ */
/* .local_nav */
/* ============================================================ */
.local_nav {
  width: 100%;
  background: #f5f5f5;
  overflow-x: auto;
  overflow-scrolling: touch;
}

.local_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  /*
		&.column02 li { flex: 1 1 50%; }
		&.column05 li { flex: 1 1 190px; }
		&.column07 li { flex: 1 1 135px; }*/
}

.local_nav ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      -webkit-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 sup {
  top: -0.1em;
}

.local_nav ul li a {
  display: block;
  color: #808080;
}

.local_nav ul li a sup {
  top: -0.2em;
}

.local_nav ul li a:hover {
  text-decoration: none;
  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 {
  color: #333;
}

.local_nav ul li.active a {
  color: #333;
}

.local_nav ul li.active::after {
  width: 100%;
}

.local_nav.local_nav_btm ul li::after {
  top: 0;
  bottom: auto;
}

.tab_content {
  display: none;
}

.tab_box > *:not(:first-child) {
  display: none;
}
/*MLの流れ20210113*/
#b_ml .local_nav {
    width:100%;
    margin: 30px auto -40px;
}
#b_ml .flow_lesson{
    width: 100%;
    padding:20px 0;
    margin-bottom: 30px;
    background-color: #ffe5ef;
}
#b_ml .flow li::before {
    width: auto;
}
#b_ml .local_nav ul li a {
    font-size: 1.6rem;
    line-height: 1.4;
	display: unset;
}

#b_ml .local_nav ul li {
    margin: 0;
    padding: 10px;
    background: #fff3f7;
}
#b_ml .flow li {
    background: #ffffff;
}
#b_ml .local_nav ul li.active, #b_ml .local_nav ul li:hover {
    background: #ffe5ef;
}

#b_ml .flow_lesson .flow li:not(:first-child)::after {
    border-color: #fff transparent transparent;
}
#b_ml .flow_lesson .flow li:not(:first-child)::before {
    border-color: #ffe5ef transparent transparent;
}
#b_ml .flow_lesson .ttl01 {
    font-size: 2.5rem;
}

#b_ml .flow_lesson .ttl01 span {
    font-size: 1.8rem;
}
#b_ml .ttl01 {
  display: block;
}
#b_ml.b-type .flow_lesson .flow li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
align-items: center;
}

#b_ml.b-type .flow_lesson .flow li div figure {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 40%;
          flex: 1 0 40%;
  padding-right: 20px;
}
#b_ml.b-type .flow_lesson .flow li div div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 60%;
          flex: 1 0 60%;
}

#b_ml .flow li .ttl {
  position: relative;
  margin: 10px 0;
  padding: 40px 0 0;
  box-sizing: content-box;
  font-weight: bold;
}

#b_ml.b-type .flow li .ttl {
  position: relative;
  margin: 10px 0;
  padding: 0 0 0;
  box-sizing: content-box;
  font-weight: bold;
}
#b_ml.b-type .flow_lesson .flow li .ttl {
    text-align: left;
}
#b_ml.b-type .flow li .ttl::before {
  display: none;
  /*position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  background: #ee0055;
  color: #fff;
  text-align: center;
  line-height: 30px;
  counter-increment: li;*/
}

#b_ml.b-type .flow li .ttl::after {
  display: none;
  /*position: absolute;
  top: 29px;
  left: 10px;
  content: "";
  border-color: #ee0055 transparent transparent;
  border-style: solid;
  border-width: 6px 5px 0;*/
}

#b_ml .flow_lesson .flow li .ttl::after, #b_ml .flow_lesson .flow li .ttl::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#b_ml.b-type .flow_lesson .flow li .ttl::before {
  display: none;
  width: 0;
  content: ";
  border-radius: none;
}

#b_ml.b-type .flow_lesson .flow li div figure::before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  height: 30px;
  background: #ee0055;
  color: #fff;
  text-align: center;
  line-height: 30px;
  counter-increment: li;
}

#b_ml.b-type .flow_lesson .flow li div figure::after {
  position: absolute;
  top: 39px;
  left: 10px;
  content: "";
  border-color: #ee0055 transparent transparent;
  border-style: solid;
  border-width: 6px 5px 0;
}

#b_ml.b-type .flow_lesson .flow li div figure::after, #b_ml.b-type .flow_lesson .flow li div figure::before {
  left: 45px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#b_ml.b-type .flow_lesson .flow li div figure::before {
  width: 80px;
  content: "STEP " counter(li);
  border-radius: 100px;
}

#b_ml.b-type .flow_lesson .flow li div figure {
  padding-top: 15px;
}