@charset "utf-8";

/*-------------------- content --------------------*/
.content_txt {
	margin: 40px auto 30px auto;
}

.contact_content {
	width: 100%;
	background-color: #f2f3fa;
	padding: 50px 100px 50px 70px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contact_line {
	width: 100%;
	display: flex;
	align-items: start;
	margin-bottom: 32px;
	font-size: 1.6rem;
}

.contact_line:last-of-type {
	margin-bottom: 0;
}

.contact_type {
	width: 22%;
	display: flex;
	align-items: center;
	justify-content: right;
	padding: 15px 25px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contact_type_img:not(.check .contact_type_img) {
	padding-top: 10px;
}

.contact_tit {
	font-weight: bold;
}

.must,.any{
	margin-left: 10px;
	font-size: 1.4rem;
	width: 40px;
	text-align: center;
}

.must {
	background-color: #ff0000;
	color: #FFFFFF;
}

.any {
	border: 2px solid #ff0000;
    color: #ff0000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contact_write {
	width: 78%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #cccccc;
	font-family: 'Noto Sans JP', sans-serif;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #cccccc;
	font-family: 'Noto Sans JP', sans-serif;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #cccccc;
	font-family: 'Noto Sans JP', sans-serif;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #cccccc;
	font-family: 'Noto Sans JP', sans-serif;
}

input.input_text,
textarea {
	display: block;
	width: 100%;
	border: none;
	background: #FFFFFF;
	font-size: 1.6rem;
	line-height: normal;
	font-family: 'Noto Sans JP', sans-serif;
	height: 56px;
	padding: 15px 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;
}

textarea {
	height: auto;
	padding: 15px 20px;
	resize: none;
}

.input_file {
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
}

::file-selector-button {
	display: inline-block;
	border: 1px solid #233f9a;
	border-radius: 10px;
	font-size: 1.6rem;
	padding: 9px 50px;
	background-color: transparent;
}

.chb_list {
	width: 100%;
	border: 1px solid #233f9a;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 10px;
	padding: 28px 40px;
}

.chb_list>li {
	margin-bottom: 18px;
	position: relative;
}

.chb_list>li:last-of-type {
	margin-bottom: 0;
}

.hope_area {
	display: none;
	overflow: hidden;
	clear: both;
	border: none;
	background-color: #ffffff;
	margin-top: 20px;
	padding-left: 32px;
	padding-right: 32px;
}

.hope_area>li {
	float: left;
	width: 32%;
	margin-right: 2%;
}

.hope_area>li:nth-of-type(3n) {
	margin-right: 0;
}

.input_chb {
	width: 25px;
	height: 25px;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.input_chb+label {
	font-size: 1.6rem;
	display: inline-block;
	position: relative;
	font-weight: bold;
	padding-left: 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.input_chb+label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	margin: auto;
	width: 24px;
	height: 24px;
	border: 1px solid #233f9a;
	background: #FFFFFF;
	cursor: pointer;
	border-radius: 3px;
	z-index: 1;
}

.input_chb:checked+label::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 7px;
	width: 14px;
	height: 6px;
	border: 2px solid #233f9a;
	border-top: none;
	border-right: none;
	-ms-transform: rotate(-50deg);
	-moz-transform: rotate(-50deg);
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
	z-index: 2;
}
.contact_reCAPTCHA{
	margin: 70px auto;
}
.g-recaptcha{
	display: flex;
	justify-content: center;
}
.agree_chb_list {
	border: none;
	padding: 0;
	/* margin: 50px auto 40px auto; */
}

.agree_chb_list>li {
	display: flex;
	justify-content: center;
}

.agree_chb_list>li .input_chb {
	width: 14px;
	height: 14px;
	top: 4px;
}

.agree_chb_list>li .input_chb+label {
	font-size: 1.4rem;
	padding-left: 16px;
	font-weight: normal;
	color: #343434;
}

.agree_chb_list>li .input_chb+label::before {
	width: 12px;
	height: 12px;
	border-radius: 0;
	top: 4px;
	border-color: #343434;
}

.agree_chb_list>li .input_chb:checked+label::after {
	left: 2px;
	top: 6px;
	width: 8px;
	height: 4px;
}

.agree_chb_list a {
	color: #343434;
	text-decoration: underline;
}

.agree_chb_list a:hover {
	color: #233f9a;
}

.btn_common {
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	font-family: 'Noto Sans JP', sans-serif;
	border: none;
	cursor: pointer;
}

/*-------------------- check --------------------*/

.check {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10000;
}

.check .main {
	overflow: auto;
	max-height: 90%;
	background: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.check_txt {
	width: 100%;
	min-height: 56px;
	font-size: 1.6rem;
	background: #bbbbbb;
	padding: 16px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

pre {
	min-height: 56px;
	font-size: 1.6rem;
	background: #EEEEEE;
	padding: 16px 20px;
	font-family: 'Noto Sans JP', sans-serif;
	white-space: pre-wrap;
	word-wrap: break-word;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.check_btn_list {
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	margin: 60px auto 0 auto;
}

.check_btn_list li {
	width: 50%;
}

.check_btn_list li:last-of-type a {
	border-color: #bababa;
	background-color: #bababa;
}

.check_btn_list li:last-of-type a:hover {
	color: #ffffff;
}

/*-------------------- thankspage --------------------*/
.thankspage .contact_content{
	padding: 100px 50px;
}
.thankspage .thankspage_txt{
	font-size: 3.2rem;
	line-height: 1.72;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
.thankspage .thankspage_partner{
	font-size: 1.8rem;
	font-weight: normal;
	color: #000000;
}
.thankspage .btn_common{
	max-width: 345px;
	border: 3px solid #00b5f0;
	background-color: #ffffff;
	color: #233f9a;
	padding-top: 12px;
	padding-bottom: 12px;
}
.thankspage .btn_common:hover{
	background-color: #00b5f0;
	color: #ffffff;
}

/*-------------------- mtg --------------------*/

.mtg_block {
	margin-top: 45px;
}

.mtg_block_chb {
	margin: 80px 0;
}

.mtg_block .font24 {
	margin-bottom: 12px;
}

.web_mtg-contact .contact_write_mtg {
	display: flex;
	align-items: start;
}

.web_mtg-contact .contact_write_mtg .contact_write {
	width: 45%;
}

.web_mtg-contact .chb_list_mtg {
	border: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -28px;
}

.web_mtg-contact .chb_list_mtg>li {
	margin-right: 150px;
	color: #233f9a;
}

.web_mtg-contact .chb_list_mtg>li .input_chb+label {
	font-size: 2rem;
}

.web_mtg-contact .chb_list_mtg>li .input_chb+label::before {
	width: 28px;
	height: 28px;
}

.web_mtg-contact .chb_list_mtg>li .input_chb:checked+label::after {
	width: 18px;
	height: 8px;
}

.web_mtg-contact .mtg_select_list {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.web_mtg-contact .mtg_select_list>li {
	width: 33%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.web_mtg-contact .input_select {
	width: calc(100% - 50px);

}

.web_mtg-contact .mtg_select_list>li span {
	width: 40px;
	font-size: 1.6rem;
	font-weight: bold;
}

.mtg_txt {
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	font-size: 1.4rem;
}

.mtg_txt a {
	color: #000000;
}

.mtg_txt a:hover {
	color: #233f9a;
}

.web_mtg-contact .check .main {
	padding: 0 50px 80px 50px;
}

/*-------------------- member-request --------------------*/
.member-request .sub_mv {
	position: relative;
}

.member-request .sub_mv_mark {
	width: 1110px;
	max-width: 95%;
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1.7rem;
	text-align: center;
}
.for_members{
	width: 100%;
	margin-bottom: 90px;
}
.for_members_list {
	width: 100%;
	display: flex;
	margin: 30px auto 60px auto;
}

.for_members_list>li {
	width: 30.6%;
	margin-right: 4.1%;
	font-size: 1.6rem;
	line-height: 1.625;
	font-weight: bold;
	text-align: center;
	padding: 20px 14px;
}
.for_members_list>li:last-of-type{
	margin-right: 0;
}

.for_members_list>li img {
	display: block;
	margin: 10px auto;
}

.for_members_txt {
	line-height: 1.75;
	text-align: center;
}

#member_log {
	width: 100%;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 38px 0 0 0;
	padding-top: 11px;
	padding-bottom: 11px;
	margin: 0 auto;
}

#member_log span {
	display: inline-block;
	line-height: 1.2;
}
.member-request .content_txt{
	margin: 25px 0 50px 0;
}
.member-request .content_txt02{
	margin: 50px 0 0 0;
}
.member-request .content_txt a{
	text-decoration: underline;
	color: #233f9a;
}

.contact_content_apply {
	padding: 60px 60px 0 60px;
}

.apply_step {
	width: 100%;
	display: flex;
}

.apply_step>li:not(:nth-of-type(even)) {
	width: 31%;
	padding: 12px 30px 35px;
	border: 8px solid #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.apply_step>li:nth-of-type(even) {
	width: 3.5%;
	display: flex;
	align-items: center;
}

.apply_step>li:nth-of-type(even) img {
	display: block;
	margin: 0 auto;
}

.apply_step_num {
	font-size: 5rem;
	font-weight: bold;
	text-align: center;
	color: #00b5f0;
}

.apply_step_tit {
	text-align: center;
	margin: 2px 0 6px;
}

.apply_step_txt {
	margin: 0;
}
.member_login{
	display: none;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
}
.member_login .main{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #ffffff;
	border-radius: 5px;
	max-width: 450px;
	padding: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.6rem;
}
.ico_close_login{
	position: absolute;
	top: 14px;
	right: 18px;
}
.ico_close_login img{
	display: block;
}
.member_login_tit{
	font-size: 3.5rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
.member_block{
	margin-bottom: 25px;
}
.member_name{
	margin-bottom: 7px;
}
.member_input input{
	border: 1px solid #cccccc;
	background-color: #f2f3fa;
	border-radius: 5px;
	height: 50px;
}
.btn_member{
	width: 100%;
	margin-top: 45px;
	border-radius: 23px;
	padding-top: 14px;
	padding-bottom: 14px;
}
/*-------------------- members --------------------*/
.members .members_content:not(:last-child){
	margin-bottom: 65px;
}
.members_content .ttl_h2{
	margin-bottom: 40px;
}
.members .gray_border{
	line-height: 2.2;
	letter-spacing: 2px;
}
.members .content_txt a{
	color: #233f9a;
	text-decoration: underline;
}
.members .members_mark{
	text-align: right;
	margin: 20px 0 0 0;
}
.members .btn_common{
	width: 100%;
	font-size: 1.8rem;
	padding: 5px 45px;
	background-image: url(../img/sub/ico_arrow_white02.png);
	background-repeat: no-repeat;
	background-position: right 35px center;
	letter-spacing: 0;
}
/*-------------------- catalog --------------------*/
.ttl_h3{
	font-size: 2.4rem;
	margin: 85px 0 25px;
}
.catalog .members_content .contact_content{
	padding: 60px;
}
.catalog .members_line{
	margin-bottom: 65px;
}
.catalog .members_line.mb0{
	margin-bottom: 0;
}
.members_line .font20{
	margin-bottom: 25px;
}
.catalog .contact_content .chb_list,.proposal .contact_content .chb_list,.contact .contact_content .chb_list{
	border: none;
	padding: 0;
}
.catalog .chb_list{
	max-width: 730px;
	display: flex;
	flex-wrap: wrap;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.catalog .chb_list>li{
	width: 48%;
}
.catalog .chb_list:not(.chb_list02)>li:first-of-type{
	width: 100%;
}
/*-------------------- proposal --------------------*/
.proposal .ttl_h1{
	letter-spacing: 0;
}
.proposal .contact_content{
	margin-bottom: 65px;
	padding-right: 140px;
}
.contact_input{
	position: relative;
}
.contact_input .input_text{
	padding-right: 90px;
}
.unit{
	position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.6rem;
    color: #cccccc;
    pointer-events: none;
}
.chb_list.chb_list_proposal{
	display: flex;
	flex-wrap: wrap;
	padding-left: 3.5%;
	margin-top: 18px;
}
.chb_list.chb_list_proposal>li{
	width: auto;
	margin-right: 80px;
}
.chb_list.chb_list_proposal>li:last-of-type{
	margin-right: 0;
}
.proposal .check .unit{
	color: #000000;
}
.proposal .check_btn_list{
	margin-bottom: 60px;
}
/*-------------------- contact --------------------*/

.page-template-contact .content_txt a{
	color: #233f9a;
	font-weight: bold;
	text-decoration: underline;
}
.page-template-contact .content_txt a:hover{
	text-decoration: underline;
}
.page-template-contact .input_select{
	width: 100%;
}
.page-template-contact .contact_content{
	padding: 50px 60px;
}
.page-template-contact .chb_list {
	margin-top: 20px;
	width: calc(100% - 20px);
	margin-left: 20px;
}
.page-template-contact .contact_content:first-of-type .chb_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page-template-contact .contact_content:first-of-type .chb_list>li{
	width: 49%;
}
.page-template-contact .contact_content .content_txt{
	margin: 10px 0 20px 0;
}
.page-template-contact .contact_type {
	width: 21%;
	padding: 15px 70px 0 0;
}

.page-template-contact .must,.page-template-contact .any {
	display: inline-block;
	font-weight: normal;
	position: relative;
	top: -2px;
}

.page-template-contact .contact_write {
	width: 79%;
}

.page-template-contact .chb_list textarea{
	margin: 10px 0 0 40px;
	width: calc(100% - 40px);
	display: none;
}
.page-template-contact .font18{
	font-size: 1.8rem;
	font-weight: bold;
}
.page-template-contact .members_line{
	border-bottom: 2px solid #233f9a;
	padding: 30px 0;
}
.page-template-contact .members_line:last-of-type{
	border-bottom: none;
	padding: 10px 0 0 0;
}
.page-template-contact .check .main {
    padding: 80px 50px;
}
.page-template-contact .check .contact_type{
	padding-right: 50px;
}
.page-template-contact .check .members_line:last-of-type {
	padding: 30px 0;
}
.page-template-contact .check_txt:not(.contact_write .check_txt) {
	margin-top: 20px;
}
@media only screen and (min-width: 1025px) {

	/*-------------------- mtg --------------------*/
	.web_mtg-contact .check .contact_content {
		padding-right: 70px;
	}
}

@media only screen and (max-width: 1024px) {

	/*-------------------- content --------------------*/

	.contact_content {
		padding: 50px;
	}

	.contact_line {
		margin-bottom: 24px;
	}

	.contact_type {
		width: 24%;
		padding-right: 20px;
	}

	.contact_write {
		width: 76%;
	}

	.hope_area>li {
		width: 48%;
		margin-right: 4%;
	}

	.hope_area>li:nth-of-type(3n) {
		margin-right: 4%;
	}

	.hope_area>li:nth-of-type(2n) {
		margin-right: 0;
	}
	/*-------------------- thankspage --------------------*/
	.thankspage .contact_content{
		padding: 80px 40px;
	}
	.thankspage .thankspage_txt{
		font-size: 3rem;
	}


	/*-------------------- member-request --------------------*/
	.for_members {
		margin-bottom: 70px;
	}
	.for_members_list {
		margin-bottom: 50px;
	}
	
	.for_members_list>li {
		width: 32%;
		margin-right: 2%;
	}

	.contact_content_apply {
		padding: 60px 40px 0 40px;
	}

	.apply_step_num {
		font-size: 4.2rem;
	}
	/*-------------------- catalog --------------------*/
	.ttl_h3{
		margin-top: 70px;
	}
	.catalog .members_content .contact_content{
		padding: 50px 40px;
	}
	.catalog .members_line{
		margin-bottom: 50px;
	}
	/*-------------------- proposal --------------------*/
	.proposal .contact_content{
		padding-right: 50px;
	}
	
	/*-------------------- contact --------------------*/
	.page-template-contact .contact_content{
		padding: 50px;
	}
	.page-template-contact .chb_list {
		width: 100%;
		margin-left: 0;
	}
	.page-template-contact .contact_type {
		width: 25%;
		padding-right: 20px;
	}

	.page-template-contact .contact_write {
		width: 75%;
	}
	.page-template-contact .check .main {
		padding: 50px;
	}
	.page-template-contact .check .contact_type{
		padding-right: 20px;
	}
}


@media only screen and (max-width: 768px) {

	/*-------------------- content --------------------*/
	.contact_content {
		padding: 50px 30px;
	}

	.content_txt {
		margin: 30px auto 20px auto;
	}

	.contact_line {
		display: block;
	}

	.contact_type {
		width: 100%;
		display: flex;
		justify-content: left;
		padding: 0;
		margin-bottom: 10px;
	}

	.contact_type_img {
		padding-top: 0;
	}

	.contact_write {
		width: 100%;
	}

	input.input_text,
	textarea {
		height: 50px;
		padding: 10px 20px;
	}

	textarea {
		height: auto;
		padding: 10px 20px;
	}

	.chb_list>li {
		margin-bottom: 12px;
	}

	.contact_reCAPTCHA{
		margin: 50px auto;
	}

	.agree_chb_list {
		margin: 40px auto;
	}

	.hope_area {
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 15px;
	}

	/*-------------------- check --------------------*/

	.check_txt {
		min-height: 0;
		padding: 14px 20px;
	}

	pre {
		min-height: 0;
		padding: 14px 20px;
	}

	.check_btn_list {
		width: 100%;
		display: block;
		margin-top: 40px;
	}

	.check_btn_list li {
		width: 100%;
		margin-bottom: 25px;
	}

	.check_btn_list li:last-of-type {
		margin-bottom: 0;
	}
	/*-------------------- thankspage --------------------*/
	.thankspage .contact_content{
		padding: 60px 20px;
	}
	.thankspage .thankspage_txt{
		font-size: 2.4rem;
	}
	.thankspage .thankspage_partner{
		font-size: 1.4rem;
	}

	/*-------------------- mtg --------------------*/

	.mtg_block {
		margin-top: 35px;
	}

	.mtg_block_chb {
		margin: 50px 0;
	}

	.web_mtg-contact .contact_write_mtg {
		display: block;
	}

	.web_mtg-contact .contact_write_mtg .contact_type {
		margin-top: 24px;
	}

	.web_mtg-contact .contact_write_mtg .contact_write {
		width: 100%;
	}

	.web_mtg-contact .chb_list_mtg {
		display: block;
		margin-bottom: 0;
	}

	.web_mtg-contact .chb_list_mtg>li {
		margin-right: 0;
	}

	.web_mtg-contact .chb_list_mtg>li .input_chb+label {
		font-size: 1.8rem;
	}

	.web_mtg-contact .chb_list_mtg>li .input_chb+label::before {
		width: 24px;
		height: 24px;
	}

	.web_mtg-contact .chb_list_mtg>li .input_chb:checked+label::after {
		width: 16px;
		height: 6px;
	}

	.web_mtg-contact .check .main {
		padding: 0 30px 50px 30px;
	}

	/*-------------------- member-request --------------------*/
	.member-request .sub_mv_mark {
		font-size: 1.5rem;
		bottom: 10px;
	}

	.for_members {
		margin-bottom: 50px;
	}
	.for_members_list {
		width: 100%;
		display: block;
		max-width: 340px;
	}
	
	.for_members_list>li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}
	.for_members_list>li:last-of-type{
		margin-bottom: 0;
	}

	.for_members_left {
		width: 100%;
		justify-content: center;
	}

	.for_members_right {
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}

	.for_members_right .font20 {
		text-align: center;
	}

	#member_log {
		font-size: 1.6rem;
		font-weight: bold;
		margin: 30px auto 0 auto;
	}

	.contact_content_apply {
		padding: 40px 30px 0 30px;
	}

	.apply_step>li:not(:nth-of-type(even)) {
		padding: 12px 20px 30px;
		border-width: 4px;
	}

	.apply_step_num {
		font-size: 3.6rem;
	}
	.apply_step_txt{
		margin: 0;
	}
	/*-------------------- members --------------------*/
	.members .members_content:not(:last-child){
		margin-bottom: 50px;
	}
	.members_content .ttl_h2{
		margin-bottom: 30px;
	}
	.members .gray_border{
		line-height: 2;
		letter-spacing: 1px;
	}
	/*-------------------- catalog --------------------*/
	.ttl_h3{
		font-size: 2.2rem;
		margin-top: 60px;
	}
	.catalog .members_content .contact_content{
		padding: 40px 30px;
	}
	.catalog .members_line{
		margin-bottom: 40px;
	}
	.members_line .font20{
		margin-bottom: 20px;
	}
	.catalog .chb_list{
		padding-left: 10px;
	}
	.catalog .chb_list>li{
		width: 50%;
	}
	/*-------------------- proposal --------------------*/
	.proposal .contact_content{
		padding-right: 30px;
		margin-bottom: 40px;
	}
	.unit{
		right: 20px;
	}
	
	/*-------------------- contact --------------------*/

	.page-template-contact .contact_content{
		padding: 40px 30px;
	}
	.page-template-contact .chb_list {
		margin-top: 10px;
	}
	.page-template-contact .contact_content:first-of-type .chb_list>li{
		width: 100%;
	}
	.page-template-contact .contact_content .content_txt{
		margin: 10px 0;
	}
	.page-template-contact .contact_type {
		width: 100%;
		padding: 0;
	}

	.page-template-contact .contact_write {
		width: 100%;
	}

	.page-template-contact .font18{
		font-size: 1.6rem;
	}
	.page-template-contact .members_line{
		padding: 20px 0;
	}
	.page-template-contact .check .main {
		padding: 50px 30px;
	}
	.page-template-contact .check .contact_type{
		padding-right: 0;
	}
	.page-template-contact .check .members_line:last-of-type {
		padding: 20px 0;
	}
	.page-template-contact .check_txt:not(.contact_write .check_txt) {
		margin-top: 10px;
	}

}
@media only screen and (max-width: 700px) {
	
	/*-------------------- member-request --------------------*/

	.apply_step {
		display: block;
	}

	.apply_step>li:not(:nth-of-type(even)) {
		width: 100%;
	}

	.apply_step>li:nth-of-type(even) {
		width: 100%;
		margin: 20px auto;
	}

	.apply_step>li:nth-of-type(even) img {
		transform: rotate(90deg);
	}
}
@media only screen and (max-width: 600px) {

	/*-------------------- member-request --------------------*/
	.member-request .ttl_h1 br {
		display: none;
	}
}

@media only screen and (max-width: 480px) {

	/*-------------------- content --------------------*/

	.contact_content {
		padding: 30px 20px;
	}

	.contact_line {
		margin-bottom: 20px;
		font-size: 1.4rem;
	}

	.must,.any {
		font-size: 1.2rem;
		width: 36px;
	}

	input.input_text,
	textarea {
		font-size: 1.4rem;
		height: 46px;
		padding: 10px 15px;
		border-radius: 6px;
	}

	textarea {
		height: auto;
		padding: 10px 15px;
	}

	.input_file {
		font-size: 1.4rem;
	}

	::file-selector-button {
		border-radius: 6px;
		font-size: 1.4rem;
		padding: 9px 30px;
	}

	.chb_list {
		border-radius: 6px;
		padding: 20px;
	}

	.chb_list>li {
		margin-bottom: 12px;
	}

	.input_chb {
		width: 20px;
		height: 20px;
	}

	.input_chb+label {
		font-size: 1.4rem;
		padding-left: 32px;
	}

	.input_chb+label::before {
		width: 20px;
		height: 20px;
	}

	.input_chb:checked+label::after {
		left: 4px;
		top: 5px;
		width: 12px;
		height: 5px;
	}

	.contact_reCAPTCHA{
		margin: 40px auto;
	}

	.agree_chb_list>li .input_chb {
		width: 10px;
		height: 10px;
	}

	.agree_chb_list>li .input_chb+label {
		font-size: 1.2rem;
		padding-left: 15px;
	}

	.agree_chb_list>li .input_chb+label::before {
		width: 10px;
		height: 10px;
	}

	.agree_chb_list>li .input_chb:checked+label::after {
		width: 7px;
		height: 3px;
		top: 5px;
	}

	.hope_area>li {
		float: left;
		width: 100%;
		margin-right: 0;
	}

	.hope_area>li:nth-of-type(3n) {
		margin-right: 0;
	}

	/*-------------------- check --------------------*/
	.check_txt {
		font-size: 1.4rem;
		padding: 12px 15px;
	}

	pre {
		font-size: 1.4rem;
		padding: 12px 15px;
	}
	/*-------------------- thankspage --------------------*/
	.thankspage .thankspage_txt{
		font-size: 2rem;
	}

	/*-------------------- mtg --------------------*/
	.web_mtg-contact .contact_write_mtg .contact_type {
		margin-top: 20px;
	}

	.web_mtg-contact .chb_list_mtg>li .input_chb+label {
		font-size: 1.6rem;
	}

	.web_mtg-contact .chb_list_mtg>li .input_chb+label::before {
		width: 20px;
		height: 20px;
		top: 2px;
	}

	.web_mtg-contact .chb_list_mtg>li .input_chb:checked+label::after {
		width: 14px;
		height: 6px;
		top: 7px;
	}

	.agree_chb_list {
		padding: 0;
	}

	.web_mtg-contact .mtg_select_list {
		display: block;
	}

	.web_mtg-contact .mtg_select_list>li {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 10px;
	}

	.web_mtg-contact .mtg_select_list>li:last-of-type {
		margin-bottom: 0;
	}

	.web_mtg-contact .input_select {
		width: calc(100% - 45px);

	}

	.web_mtg-contact .mtg_select_list>li span {
		width: 35px;
		font-size: 1.4rem;
	}

	.mtg_txt {
		font-size: 1.2rem;
	}

	.web_mtg-contact .check .main {
		padding: 0 20px 50px 20px;
	}

	/*-------------------- member-request --------------------*/
	.member-request .sub_mv_mark {
		max-width: 93%;
	}

	#member_log {
		font-size: 1.4rem;
	}


	.contact_content_apply {
		padding: 30px 20px 0 20px;
	}

	.apply_step_num {
		font-size: 3.2rem;
	}
	/*-------------------- catalog --------------------*/
	.ttl_h3{
		font-size: 2rem;
		margin: 40px 0 20px 0;
	}
	.catalog .members_content .contact_content{
		padding: 40px 20px;
	}
	.catalog .members_line{
		margin-bottom: 40px;
	}
	.catalog .chb_list>li{
		width: 100%;
	}
	/*-------------------- proposal --------------------*/
	.proposal .contact_content{
		padding-right: 20px;
	}
	.unit{
		font-size: 1.4rem;
	}
	
	/*-------------------- contact --------------------*/

	.page-template-contact .contact_content{
		padding: 30px 20px;
	}
	.page-template-contact .must,.page-template-contact .any {
		top: -1px;
	}
	.page-template-contact .chb_list textarea{
		margin-left: 32px;
		width: calc(100% - 32px);
	}
	.page-template-contact .members_line{
		padding: 15px 0;
	}
	.page-template-contact .check .main {
		padding: 40px 20px;
	}
	.page-template-contact .check .members_line:last-of-type {
		padding: 15px 0;
	}
}