@charset "utf-8";

#mainArea ul,
#mainArea li,
#mainArea p {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#mainArea h1,
#mainArea h2,
#mainArea h3,
#mainArea h4 {
	padding: 0;
	margin: 0;
}

/* main_head
---------------------------- */
.main_head .main_lead {
	text-align: center;
	font-size: 1.6rem;
	padding: 100px 0 0 !important;
}
@media screen and (max-width:767px){
	.main_head .main_lead {
		text-align: left;
		font-size: 1.4rem;
		padding: 10vw 0 5vw !important;
	}
}

/* section
---------------------------- */
.section {
	padding: 20px 0 100px;
	font-size: 1.6rem;
}
.section .section_inner_s {
	max-width: 980px;
}
.section .right20 {	margin-right: 20px; }
.section .right100 {	margin-right: 100px; }
.section .bottom10 {	margin-bottom: 10px; }
.section .top10 {	margin-top: 10px; }

@media screen and (min-width:811px) {
	.section .right10_pc {	margin-right: 10px; }
	.section .top40_pc {	margin-top: 40px; }
}

.text_center { text-align: center; }

.section .sub_title {
	font-size: 2.4rem;
	font-weight: 600;
	margin: 70px 0 10px 0 !important;
	padding: 0 0 10px !important;
	border-bottom: 2px solid #15b2c9;
	position: relative;
}
.section .error_text {
	color: #ff0000;
	padding-bottom: 5px;
}
.section dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.section dl dt {
  margin: 0;
  padding: 2.5rem 0 2rem 0;
  width: 35%;
  line-height: 1.4;
}
.section dl dt .req {
	font-weight: normal;
  font-size: 1.2rem;
  color: #fff;
  background-color: #15b2c9;
  display: inline-block;
  padding: 1px 8px 2px;
  margin-right: 10px;
  border-radius: 5px;
}
.section .chara {
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
  padding-top: 0.5em;
}
.section .small {
  font-size: 1.4rem;
  font-weight: normal;
}
.section .notes {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.6;
}
.section dl dd {
  margin: 0;
  padding: 2rem 0;
  width: 65%;
}
.section dl dd .bar {
	padding-right: 2%;
}
.section dl dd .link a {
  font-size: 1.4rem;
  text-decoration: underline;
}
.section dl dd .link a:hover {
  text-decoration: none;
}
.radio label {
  min-height: 26px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 35px;
  overflow: hidden;
  cursor: pointer;
}
.radio label:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 26px;
  height: 26px;
  border: #adadad 1px solid;
  border-radius: 50%;
  left: 0;
  top: 0;
  z-index: 1;
}
.radio label:after {
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 14px;
  height: 14px;
  background: #15b2c9;
  border-radius: 50%;
  left: 6px;
  top: 6px;
  z-index: 2;
}
.radio label .input_radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 3;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  left: -17px;
  top: 6px;
  margin: 0;
  -webkit-box-shadow: 22px -1px #fff;
  box-shadow: 22px -1px #fff;
  border-collapse: separate;
  border: none;
}
.radio label .input_radio:checked {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.section dl dd .input {
  color: #333;
  font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 10px;
  border: solid 1px #bbb;
  margin-right: 2%;
  line-height: 1.8;
}
.section dl dd .input_2 {
  margin-top: 15px;
}
.section dl dd .input_s {
  width: 40%;
}
.section dl dd .input_m {
  width: 70%;
}
.section dl dd .input_l {
  width: 100% !important;
}
.section .textArea {
  font-family: 'Noto Sans JP', '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #333;
  font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 10px;
  border: solid 1px #bbb;
  width: 100%;
  height: 180px;
}
.section dl dd .select_sigle {
  color: #333;
  font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 10px 50px 10px 10px;
  border: solid 1px #bbb;
  background: url(../img/common/icon_arrow_down.png) no-repeat;

  background-size: auto;
  background-size: 15px auto;
  background-position: right 7px bottom 50%;
  margin-right: 1%;
}
.section .columns3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section .check .item_01 { width: 40%; }
.section .check .item_02 { width: 35%; }
.section .check .item_03 { width: 25%; }

.section .check .check_s {
  position: relative;
  display: block;
  padding-left: 35px;
  overflow: hidden;
	font-size: 1.6rem;
	margin-top: 10px;
}
.section .check .check_s:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25px;
  height: 25px;
  border: #dadada 1px solid;
  background: #fff;
  left: 0;
  top: 0;
  z-index: 1;
}
.section .check .check_s:after {
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 25px;
  height: 25px;
	background: url('../img/common/icon_checked.png') no-repeat;
	background-position: left top;
	background-size: contain;
  left: 0;
  top: 0;
  z-index: 2;
}
.section .check .check_s .input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 3;
  width: 23px;
  height: 23px;
  left: -35px;
  top: 0;
  margin: 0;
  -webkit-box-shadow: 36px 1px #fff;
  box-shadow: 36px 1px #fff;
  border-collapse: separate;
}
.section .check .check_s .input:checked {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.section .check .check_s .text {
	line-height: 1.6;
	display: inline-block;
}
.form_consultBottom {
  margin-top: 50px;
}
.form_consultBottom .privacy {
	min-height: 30px;
	line-height: 30px;
  position: relative;
  display: inline-block;
  padding-left: 40px;
	padding-bottom: 50px;
  overflow: hidden;
	font-size: 1.6rem;
}
.form_consultBottom .privacy:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border: #cfcfcf 1px solid;
  background: #fff;
  left: 0;
  top: 0;
  z-index: 1;
}
.form_consultBottom .privacy:after {
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 30px;
  height: 30px;
	background: url('../img/common/icon_checked.png') no-repeat;
	background-position: left top;
	background-size: contain;
  left: 0;
  top: 0;
  z-index: 2;
}
.form_consultBottom .privacy .input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 3;
  width: 28px;
  height: 28px;
  left: -35px;
  top: 0;
  margin: 0;
  -webkit-box-shadow: 36px 1px #fff;
  box-shadow: 36px 1px #fff;
  border-collapse: separate;
}
.form_consultBottom .privacy .input:checked {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form_consultBottom a {
	color: #15b2c9;
	text-decoration: underline;
}
.form_consultBottom a:hover {
	text-decoration: none;
}
.form_consultBottom .submit {
	width: 45%;
	display: inline-block;
}
.form_consultBottom .submit .input_sample,
.form_consultBottom .submit input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-family: 'Noto Sans JP', '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	width: 100%;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 90px;
	background: #15b2c9;
	border-radius: 45px;
	border: none;
	cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.form_consultBottom .return {
	width: 45%;
	margin-right: 5%;
	display: inline-block;
}
.form_consultBottom .return input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-family: 'Noto Sans JP', '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	width: 100%;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 90px;
	background: #b4b4b9;
	border-radius: 45px;
	border: none;
	cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.form_consultBottom input:hover {
  opacity: .5;
}

@media screen and (max-width:810px) {
	.section {
		padding: 0 0 15%;
		font-size: 1.4rem;
	}
	.section .right5_sp {	margin-right: 5px; }
	.section .top5_sp {	margin-top: 5%; }
	.section .bottom5_sp {	margin-bottom: 5vw !important; }

	.section .sub_title {
		font-size: 1.6rem;
		margin: 10vw 0 0 !important;
		padding: 0 0 5px !important;
	}
	.section dl {
	  font-size: 1.4rem;
	}
	.section dl dt {
	  padding: 2rem 0 0 0;
	  width: 100%;
	}
	.section dl dt .req {
	  font-size: 1.1rem;
	}
	.section .chara {
	  display: inline-block;
	  padding-top: 0;
	  margin-left: 10px;
	}
	.section .small {
	  font-size: 1.2rem;
	}
	.section .notes {
	  font-size: 1.2rem;
	}
	.section dl dd {
	  margin: 0;
	  padding: 1rem 0 1.5rem;
	  width: 100%;
	}
	.section dl dd .link a {
	  font-size: 1.2rem;
	}
	.section dl dd .input {
	  font-size: 1.4rem;
	  padding: 10px;
	  margin-right: 2%;
	  line-height: 1.8;
	}
	.section dl dd .input_ss {
	  width: 25%;
	}
	.section dl dd .input_s {
	  width: 48%;
	}
	.section dl dd .input_m {
	  width: 100%;
	}
	.section dl dd .input_l {
	  width: 100% !important;
	}
	.section .textArea {
	  font-size: 1.4rem;
	  height: 180px;
	}
	.section dl dd .select_sigle {
	  font-size: 1.4rem;
	}
	.section .columns3 {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  justify-content: space-between;
	}
	.section .check .item_01 { width: 50%; }
	.section .check .item_02 { width: 50%; }
	.section .check .item_03 { width: 50%; }
	.section .check .item_long { width: 100%; }

	.section .check .check_s {
		font-size: 1.4rem;
	}
	.form_consultBottom {
	  margin-top: 10%;
	}
	.form_consultBottom .privacy {
	  padding-left: 40px;
		padding-bottom: 30px;
		font-size: 1.4rem;
	}
	.form_consultBottom .submit {
		width: 85%;
	}
	.form_consultBottom .submit .input_sample,
	.form_consultBottom .submit input {
		font-size: 1.8rem;
		line-height: 60px;
	}
	.form_consultBottom .return {
		width: 85%;
		margin-right: 0;
		margin-bottom: 5%;
	}
	.form_consultBottom .return input {
		font-size: 1.8rem;
		line-height: 50px;
	}
}

/* register
---------------------------- */
.register .section .step_img {
	padding-top: 50px;
	text-align: center;
}
.register .section .step_img img {
	max-width: 100%;
}
.register .card_notes {
	background-color: #ebf0f3;
	padding: 35px 45px;
	margin-top: 60px;
	font-size: 1.4rem;
}
.register .card_notes img {
	max-width: 100%;
	margin-top: 20px;
}
@media screen and (max-width:810px) {
	.register .section .step_img {
		padding: 5vw 0 0;
	}
	.register .card_notes {
		padding: 5vw 5vw;
		margin-top: 10vw;
		font-size: 1.2rem;
	}
}

/* comfirm
---------------------------- */
@media screen and (min-width:811px) {
	.confirm .section dl dt {
	  border-bottom: 1px solid #ddd;
	  padding: 3rem 0;
	}
	.confirm .section dl dd {
	  padding: 3rem 0;
	}
}
.confirm .section dl dd {
  border-bottom: 1px solid #ddd;
}
.confirm .form_consultBottom {
	text-align: center;
}
@media screen and (max-width:810px) {
	.confirm .form_consultBottom .submit {
		width: 85%;
	}
}

/* complete
---------------------------- */
.complete .section .text {
	text-align: center;
	font-size: 2rem;
	line-height: 2;
	padding: 50px 0 0 !important;
}
@media screen and (max-width:810px) {
	.complete .section .text {
		text-align: left;
		font-size: 1.4rem;
	}
}