@charset "utf-8";

.content {
	padding: 50px 0 100px 0;
}

.ttl_h2 {
	color: #1881b9;
	font-size: 3rem;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #282728;
}

.font_mark {
	color: #9c3c6b;
}

.content_txt16 {
	font-size: 1.6rem;
	line-height: 1.875;
	font-weight: bold;
}

.content_txt16 a {
	color: #222;
	text-decoration: underline;
}

.content_txt16 a:hover {
	color: #1881b9;
}

.form_block {
	margin-top: 65px;
}

.form_block:first-of-type {
	margin-top: 25px;
}

.form_block .ttl_h2 {
	margin-bottom: 40px;
}

.contact_line {
	width: 100%;
	display: flex;
	border: 1px solid #30302f;
	border-top: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 1.8rem;
	font-weight: bold;
}

.contact_line01 {
	border-top: 1px solid #30302f;
}

.contact_type {
	display: flex;
	align-items: center;
	width: 30%;
	border-right: 1px solid #30302f;
	background-color: #f2f2f2;
	padding: 28px 20px;
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.contact_type01{
	align-items: start;
}
.contact_type_inner span{
	font-size: 1.4rem;
	display: block;
}

.contact_write {
	width: 70%;
	display: flex;
	align-items: center;
	padding: 25px 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.contact_write_block {
	display: block;
}

.form_block:first-of-type .contact_write {
	padding-right: 110px;
	padding-top: 16px;
	padding-bottom: 16px;
}

input::-webkit-input-placeholder {
	color: #b0b0b0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

input:-moz-placeholder {
	color: #b0b0b0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

input::-moz-placeholder {
	color: #b0b0b0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

input:-ms-input-placeholder {
	color: #b0b0b0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

input.input_text {
	display: block;
	width: 100%;
	border: none;
	background: #FFFFFF;
	border: 1px solid #30302f;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	height: 50px;
	padding: 10px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	border-radius: 10px;
}

.contact_write02 {
	display: flex;
	justify-content: space-between;
}

.contact_write02 input.input_text {
	width: 47%;
}

.contact_write03 {
	display: flex;
	align-items: center;
}

.contact_write03_tel {
	justify-content: space-between;
}

.contact_write03 .input_text {
	width: 185px;
}

.contact_write03 .short_line {
	margin: 0 14px;
}

.contact_mark {
	margin-left: 20px;
}

.mt15 {
	margin-top: 15px;
}

.radio_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -20px;
}

.radio_list li {
	width: 190px;
	display: flex;
	position: relative;
	margin-bottom: 20px;
}

.radio_list02 li {
	width: 100%;
	float: none;
}

.radio_list li input[type="radio"] {
	width: 20px;
	height: 20px;
	opacity: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.radio_list li label {
	padding-left: 30px;
	cursor: pointer;
	background: #FFFFFF;
	position: relative;
}

.radio_list li label::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
	width: 18px;
	height: 18px;
	border: 1px solid #30302f;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.radio_list li input.input_radio:checked+label::after {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	top: 7px;
	left: 4px;
	background: #1881b9;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

ul.content_txt16>li {
	text-indent: -16px;
	padding-left: 16px;
}

.ttl_h3 {
	font-size: 2rem;
	color: #1881b9;
	font-weight: bold;
	margin-bottom: 10px;
}

.form_fee {
	margin-bottom: 30px;
}

.form_fee .contact_type {
	width: 72%;
	padding-top: 15px;
	padding-bottom: 15px;
}

.form_fee .contact_write {
	width: 28%;
	display: block;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.form_fee .contact_write span {
	display: inline-block;
	width: 70px;
	text-align: right;
}

.contact_btn {
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	margin-top: 60px;
}

.input_btn {
	display: block;
	width: 45%;
	max-width: 400px;
	font-size: 3rem;
	font-weight: bold;
	margin: 0 auto;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	padding: 13px 0;
	cursor: pointer;
	border: 2px solid #1881b9;
	background-color: #1881b9;
	color: #ffffff;
	border-radius: 32px;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.input_btn:hover {
	color: #1881b9;
	background-color: #FFFFFF;
}
.input_btn#btn_clear,.input_btn#btn_back{
	background-color: #282728;
	border-color: #282728;
}
.input_btn#btn_clear:hover,.input_btn#btn_back:hover{
	color: #282728;
	background-color: #ffffff;
}
/*--------------- confirm ---------------*/
.comfirm_content .form_block:first-of-type .contact_write{
	padding: 25px 40px;
}
.comfirm_content textarea:not([hidden]){
	background-color: transparent;
	color: #232323;
	overflow-x: hidden;
	line-height: 1.5;
	display: block;
	width: 100%;
	padding: 0;
	border: none;
	resize: none;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	outline: none;
}

/*--------------- complete ---------------*/

.complete_block {
	display: none;
	width: 100%;
	padding: 75px;
	border: 5px solid #e9f6fb;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-top: 50px;
}
.complete_block .ttl_h2{
	margin: 30px auto;
}

.complete_block_tit {
	font-size: 1.8rem;
	margin-bottom: 5px;
	color: #1881b9;
}

.complete_block_txt {
	color: #222222;
	font-size: 2rem;
	line-height: 1.85;
	font-weight: bold;
}

.btn_complete {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 64px;
	max-width: 400px;
	margin: 50px auto 0 auto;
	font-size: 2rem;
	font-weight: bold;
	color: #ffffff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 3px solid #1881b9;
	background-color: #1881b9;
	border-radius: 30px;
}

.btn_complete img {
	vertical-align: middle;
	margin-left: 10px;
}

.btn_complete02 {
	font-size: 3rem;
	color: #1881b9;
	background-color: #ffffff;
}

.btn_complete02:hover {
	color: #ffffff;
	background-color: #1881b9;
}
/*--------------- list ---------------*/
.list_content{
	padding-top: 100px;
}
#members_list{
	width: 95%;
	margin: 0 auto;
	display: none;
	max-width: 1500px;
}

#members_list .btn_complete{
	margin: 0 0 20px 0;
}
.list_table{
	width: 1500px;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1.4rem;
}
.list_table th,.list_table td{
	border: 1px solid #1881b9;
	padding: 10px 5px;
}
.list_table th{
	font-weight: bold;
	background-color: #1881b9;
	color: #ffffff;
	border-right: 1px solid #ffffff;
}
.list_table th:last-of-type{
	border-right-color: #1881b9;
}
.list_table th.list_th01{
	width: 80px;
}
.list_table th.list_th02{
	width: 152.5px;
}
.list_table th.list_th03{
	width: 140px;
}
.list_table th.list_th04{
	width: 130px;
}
.list_table td{
	text-align: center;
}
.list_table tr:nth-of-type(odd) td{
	background-color: #e9f6fb;
}
.list_table textarea{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	resize: none;
	display: block;
	width: 100%;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	line-height: 1.5;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
}
.list_table textarea:read-only{
	border: none;
	background-color: transparent;
	padding: 0;
}
@media only screen and (max-width:1600px) {
	.list_table_wrap{
		overflow-x: scroll;
	}
}
@media only screen and (max-width:1200px) {
	.form_block:first-of-type .contact_write {
		padding-right: 40px;
	}

	.contact_write03 .input_text {
		width: calc(100%/3 - 80px/3);
	}

	.contact_write03_wrap {
		display: block;
	}
	.contact_write03_wrap .contact_mark{
		display: block;
		margin: 5px 0 0 0;
	}
}

@media only screen and (max-width:1024px) {
	.content {
		padding-bottom: 80px;
	}

	.ttl_h2 {
		font-size: 2.6rem;
	}

	.form_block {
		margin-top: 50px;
	}

	.contact_type {
		padding-left: 20px;
	}

	.ttl_h3 {
		font-size: 1.8rem;
	}


	/*--------------- complete ---------------*/

	.complete_block {
		padding: 50px;
		margin-top: 30px;
	}

	.complete_block_txt {
		font-size: 1.8rem;
	}
	/*--------------- list ---------------*/
	.list_content{
		padding-top: 80px;
	}

}

@media only screen and (max-width:768px) {
	.content {
		padding-bottom: 70px;
	}

	.ttl_h2 {
		font-size: 2.2rem;
	}

	.content_txt16 {
		font-size: 1.6rem;
		line-height: 1.875;
		font-weight: bold;
	}

	.form_block {
		margin-top: 40px;
	}

	.form_block:first-of-type {
		margin-top: 20px;
	}

	.form_block .ttl_h2 {
		margin-bottom: 30px;
	}

	.contact_line {
		display: block;
		font-size: 1.6rem;
	}

	.contact_type {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #30302f;
		padding: 20px 30px;
	}

	.contact_write {
		width: 100%;
		padding: 20px 30px;
	}

	.contact_write_block {
		display: block;
	}

	.form_block:first-of-type .contact_write {
		padding-right: 30px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	input.input_text {
		padding: 5px 20px;
		border-radius: 6px;
	}

	.mt15 {
		margin-top: 15px;
	}

	.radio_list {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		margin-bottom: -20px;
	}

	.radio_list li {
		width: 190px;
		display: flex;
		position: relative;
		margin-bottom: 20px;
	}

	.radio_list02 li {
		width: 100%;
		float: none;
	}

	.radio_list li input[type="radio"] {
		width: 20px;
		height: 20px;
		opacity: 0;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}

	.radio_list li label {
		padding-left: 30px;
		cursor: pointer;
		background: #FFFFFF;
		position: relative;
	}

	.radio_list li label::before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 3px;
		width: 18px;
		height: 18px;
		border: 1px solid #30302f;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}

	.radio_list li input.input_radio:checked+label::after {
		position: absolute;
		content: "";
		width: 12px;
		height: 12px;
		top: 7px;
		left: 4px;
		background: #1881b9;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}

	.form_fee {
		margin-bottom: 30px;
	}

	.form_fee .contact_line {
		display: flex;
	}

	.form_fee .contact_type {
		border-right: 1px solid #30302f;
		border-bottom: none;
	}

	.contact_btn {
		display: block;
		margin-top: 50px;
	}

	.input_btn {
		width: 90%;
		font-size: 2.2rem;
	}
	.input_btn#btn_clear,.input_btn#btn_back{
		margin-top: 30px;
	}
	/*--------------- confirm ---------------*/
	.comfirm_content .form_block:first-of-type .contact_write{
		padding: 20px 30px;
	}


	/*--------------- complete ---------------*/

	.complete_block {
		padding: 40px 30px;
		border-width: 3px;
		margin-top: 20px;
	}
	/*--------------- list ---------------*/
	.list_content{
		padding-top: 70px;
	}
}

@media only screen and (max-width: 480px) {

	.content {
		padding-top: 40px;
	}

	.ttl_h2 {
		font-size: 2rem;
	}

	.content_txt16 {
		font-size: 1.4rem;
	}

	.contact_type {
		padding: 15px 20px;
	}

	.contact_write {
		padding: 15px 20px;
	}

	.form_block:first-of-type .contact_write {
		padding: 15px 20px;
	}

	input.input_text {
		height: 42px;
		padding: 5px 15px;
	}

	.contact_write03 .input_text {
		width: calc(100%/3 - 30px/3);
	}

	.contact_write03 .short_line {
		margin: 0 10px;
	}

	.contact_mark {
		margin: 8px 0 0 0;
		font-size: 1.3rem;
	}

	.mt15 {
		margin-top: 10px;
	}

	.radio_list {
		width: 100%;
		display: block;
		margin-bottom: -15px;
	}

	.radio_list li {
		margin-bottom: 15px;
	}

	.radio_list li input[type="radio"] {
		width: 18px;
		height: 18px;
	}

	.radio_list li label {
		padding-left: 28px;
	}

	.radio_list li label::before {
		width: 16px;
		height: 16px;
	}

	.radio_list li input.input_radio:checked+label::after {
		width: 10px;
		height: 10px;
	}

	ul.content_txt16>li {
		text-indent: -14px;
		padding-left: 14px;
	}

	.ttl_h3 {
		font-size: 1.6rem;
	}

	.form_fee .contact_type {
		width: 68%;
		padding: 15px 20px;
	}

	.form_fee .contact_write {
		width: 32%;
		padding: 15px 20px;
		text-align: right;
	}

	.form_fee .contact_write span {
		width: auto;
	}

	.input_btn {
		font-size: 2rem;
	}
	/*--------------- confirm ---------------*/
	.comfirm_content .form_block:first-of-type .contact_write{
		padding: 15px 20px;
	}


	/*--------------- complete ---------------*/

	.complete_block {
		padding: 30px 20px;
		margin-top: 20px;
	}

	.complete_block_tit {
		font-size: 1.6rem;
	}

	.complete_block_txt {
		font-size: 1.6rem;
	}

	.btn_complete {
		height: 60px;
		margin-top: 30px;
		font-size: 1.6rem;
		border-width: 2px;
	}

	.btn_complete img {
		width: 20px;
		margin-left: 5px;
	}

	.btn_complete02 {
		font-size: 2rem;
	}
	/*--------------- list ---------------*/
	.list_content{
		padding-top: 70px;
	}
	#members_list .btn_complete{
		max-width: 85%;
		margin: 0 auto 20px auto;
	}
}