@charset "UTF-8";

/*===　下部固定バー　===*/
.bottom_bar_type1 { display: block }


label.mypage_radio {
	cursor       : pointer;
	position     : relative;
	margin-right : 20px;
	overflow     : hidden;
	padding: 3px 0 3px 20px;
	display      : inline-block;
}
label.mypage_radio:before {
	position      : absolute;
	width         : 15px;
	height        : 15px;
	border        : 1px solid #707070;
	border-radius : 50%;
	left          : 0px;
	top           : 5px;
	content       : '';
	z-index       : 3;
}
label.mypage_radio:after {
	content          : '';
	position         : absolute;
	width            : 11px;
	height           : 11px;
	border-radius    : 100%;
	left             : 3px;
	top              : 8px;
	background-color : #707070;
	z-index          : 1;
}
label.mypage_radio input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	z-index    : 2;
	width      : 20px;
	height     : 20px;
	left       : -23px;
	top        : 1px;
	margin     : 0px;
	box-shadow : 20px -1px #FFF;
}
label.mypage_radio input[type="radio"]:checked {
	box-shadow : none;
}
label.mypage_radio input[type="radio"]:focus {
	opacity    : 0.2;
	box-shadow : 20px -1px #FFF;
}



label.checkbox_text {
	cursor       : pointer;
	position     : relative;
	overflow     : hidden;
	position     : relative;
	padding: 3px 0 3px 25px;
	display      : inline-block;
	box-sizing   : border-box;
}
label.checkbox_text:before {
	content  : '';
	position : absolute;
	width    : 19px;
	height   : 19px;
	border-radius: 3px;
	left     : 0px;
	top      : 0;
	border   : 1px solid #707070;
	z-index  : 3;
}
label.checkbox_text:after {
	content           : '';
	position          : absolute;
	top               : 33%;
	left              : 6px;
	display           : block;
	margin-top        : -8px;
	width             : 8px;
	height            : 12px;
	border-right      : 3px solid #707070;
	border-bottom     : 3px solid #707070;
	transform         : rotate(45deg);
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	z-index           : 1;
}
label.checkbox_text input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	left       : -40px;
	width      : 20px;
	height     : 20px;
	display    : block;
	box-shadow : 41px 0px #FFF;
	z-index    : 2;
	margin     : 0px;
	padding    : 0px;
}
label.checkbox_text input[type="checkbox"]:checked {
	box-shadow : none;
}
label.checkbox_text input[type="checkbox"]:checked:focus {
	box-shadow : 40px 0px #fff;
	opacity    : 0.1;
}
label.checkbox_text input[type="checkbox"]:focus {
	box-shadow : 41px 0px #EEE;
}


.mypage_confirm_item {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 15px;
}
.mypage_confirm_item .mypage_form_parts_title::before {
	content: none!important;
}
.mypage_confirm_item span {
	margin: 0;
	padding: 0 0 0 15px;
}
.mypage_confirm_btn_group {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 30px;
}
.mypage_confirm_btn_group button {
	width: 49%;
}
.mypage_confirm_btn_group button {
	display: inline-block;
	height: 43px;
	border: none;
	outline: none;
	background-color: #003246;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	box-sizing: border-box;
}

.np-complete-screen .mypage_first_text {
	margin: 20px 0;
}

/*===============================================
●スマホ用（700px未満）
===============================================*/
@media screen and (max-width:699px) {

	.mypage_first_text {
		padding: 60px 30px;
		font-size: 14px;
		color: #414141;
		text-align: left;
	}
	.mypage_first_text p:not(:first-child) {
		margin-top: 30px;
	}

	.mypage_tel_btn p {
		font-size: 16px;
		color: #003246;
	}
	.mypage_btn {
		margin-top: 10px;
		padding: 0 20px;
	}
	.mypage_btn a {
		display: block;
		padding: 12px 0;
		background-color: #003246;
		border-radius: 10px;
		font-size: 20px;
		color: #fff;
		font-weight: bold;
	}
	.mypage_btn a span {
		padding: 10px 0 10px 35px;
		background: url('img/icn_tel.png') no-repeat left center;
	}

	.mypage_form {
		margin: 30px 20px 0;
		padding: 30px 10px;
		background-color: #fff;
		text-align: left;
	}
	.mypage_form > p {
		margin-bottom: 30px;
		font-size: 14px;
		color: #003246;
		font-weight: bold;
	}
	.mypage_form_parts {
		margin-top: 20px;
	}
	.mypage_form_parts_title {
		font-size: 14px;
		color: #777777;
	}
	.mypage_form_parts_title::before {
		content: '任意';
		display: inline-block;
		width: 30px;
		margin-right: 10px;
		height: 16px;
		line-height: 16px;
		text-align: center;
		background-color: #0387B1;
		font-size: 10px;
		color: #fff;
	}
	.mypage_form_parts_title.mypage_must::before {
		content: '必須';
		background-color: #F86161;
	}
	.mypage_form_parts_title.mypage_no::before {
		content: none;
	}

	.mypage_checkbox_list {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin-top: 8px;
	}
	.mypage_checkbox_list label {
		width: 50%;
	}
	.mypage_checkbox_list label:not(:nth-of-type(-n+2)) {
		margin-top: 10px;
	}
	.mypage_checkbox_list label span {
		color: #777777;
		font-size: 14px;
	}
	.mypage_caution {
		margin-top: 10px;
		font-size: 12px;
		color: #777777;
	}

	.mypage_radio_list {
		display: flex;
		justify-content: flex-start;
		margin-top: 8px;
	}
	.mypage_radio_list label {
		width: 50%;
	}
	.mypage_radio_list label span {
		color: #777777;
		font-size: 14px;
	}
	input, textarea {
		font-size: 12px!important;
		font-family: YuGothic;
	}
	input[type="text"],
	input[type="email"],
	input[type="tel"] {
		width: 100%;
		height: 30px;
		margin-top: 5px;
		padding: 0 13px;
		border: 1px solid #707070;
		border-radius: 3px;
		box-sizing: border-box;
		font-size: 12px;
	}
	input[type="text"]:placeholder-shown { color: #77777769; }
	input[type="text"]::-webkit-input-placeholder { color: #77777769; }
	input[type="text"]:-moz-placeholder { color: #77777769; }
	input[type="text"]::-moz-placeholder { color: #77777769; }
	input[type="text"]:-ms-input-placeholder { color: #77777769; }
	input[type="email"]:placeholder-shown { color: #77777769; }
	input[type="email"]::-webkit-input-placeholder { color: #77777769; }
	input[type="email"]:-moz-placeholder { color: #77777769; }
	input[type="email"]::-moz-placeholder { color: #77777769; }
	input[type="email"]:-ms-input-placeholder { color: #77777769; }
	input[type="tel"]:placeholder-shown { color: #77777769; }
	input[type="tel"]::-webkit-input-placeholder { color: #77777769; }
	input[type="tel"]:-moz-placeholder { color: #77777769; }
	input[type="tel"]::-moz-placeholder { color: #77777769; }
	input[type="tel"]:-ms-input-placeholder { color: #77777769; }

	textarea {
		width: 100%;
		height: 150px;
		margin-top: 5px;
		padding: 13px;
		resize: none;
		border: 1px solid #707070;
		box-sizing: border-box;
		border-radius: 3px;
	}

	input[type="submit"] {
		display: inline-block;
		width: 100%;
		height: 43px;
		border: none;
		outline: none;
		margin-top: 30px;
		background-color: #003246;
		font-size: 14px;
		color: #fff;
		font-weight: bold;
		border-radius: 5px;
	}

	.mypage_confirm_btn_group {
		flex-wrap: wrap;
	}
	.mypage_confirm_btn_group button {
		width: 100%;
	}
	.mypage_confirm_btn_group button:nth-of-type(2) {
		margin-top: 20px;
	}

}

/*===============================================
●PC・タブレット用（700px以上）
===============================================*/
@media screen and (min-width:700px){

	img {
		width: 100%;
	}


	.mypage_first_text {
		max-width: 650px;
		margin: 0 auto;
		padding: 60px 30px;
		font-size: 14px;
		color: #414141;
		text-align: left;
	}
	.mypage_first_text p:not(:first-child) {
		margin-top: 30px;
	}

	.mypage_tel_btn p {
		font-size: 16px;
		color: #003246;
	}
	.mypage_btn {
		max-width: 650px;
		margin: 10px auto 0;
		padding: 0 20px;
	}
	.mypage_btn a {
		display: block;
		padding: 12px 0;
		background-color: #003246;
		border-radius: 10px;
		font-size: 20px;
		color: #fff;
		font-weight: bold;
	}
	.mypage_btn a span {
		padding: 10px 0 10px 35px;
		background: url('img/icn_tel.png') no-repeat left center;
	}

	.mypage_form {
		max-width: 650px;
		margin: 30px auto 0;
		padding: 30px 10px;
		background-color: #fff;
		text-align: left;
	}
	.mypage_form > p {
		margin-bottom: 30px;
		font-size: 14px;
		color: #003246;
		font-weight: bold;
	}
	.mypage_form_parts {
		margin-top: 20px;
	}
	.mypage_form_parts_title {
		font-size: 14px;
		color: #777777;
	}
	.mypage_form_parts_title::before {
		content: '任意';
		display: inline-block;
		width: 30px;
		margin-right: 10px;
		height: 16px;
		line-height: 16px;
		text-align: center;
		background-color: #0387B1;
		font-size: 10px;
		color: #fff;
	}
	.mypage_form_parts_title.mypage_must::before {
		content: '必須';
		background-color: #F86161;
	}
	.mypage_form_parts_title.mypage_no::before {
		content: none;
	}

	.mypage_checkbox_list {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin-top: 8px;
	}
	.mypage_checkbox_list label {
		width: 50%;
	}
	.mypage_checkbox_list label:not(:nth-of-type(-n+2)) {
		margin-top: 10px;
	}
	.mypage_checkbox_list label span {
		color: #777777;
		font-size: 14px;
	}
	.mypage_caution {
		margin-top: 10px;
		font-size: 12px;
		color: #777777;
	}

	.mypage_radio_list {
		display: flex;
		justify-content: flex-start;
		margin-top: 8px;
	}
	.mypage_radio_list label {
		width: 50%;
	}
	.mypage_radio_list label span {
		color: #777777;
		font-size: 14px;
	}
	input, textarea {
		font-size: 12px!important;
		font-family: YuGothic;
	}
	input[type="text"],
	input[type="email"],
	input[type="tel"] {
		width: 100%;
		height: 30px;
		margin-top: 5px;
		padding: 0 13px;
		border: 1px solid #707070;
		border-radius: 3px;
		box-sizing: border-box;
		font-size: 12px;
	}
	input[type="text"]:placeholder-shown { color: #77777769; }
	input[type="text"]::-webkit-input-placeholder { color: #77777769; }
	input[type="text"]:-moz-placeholder { color: #77777769; }
	input[type="text"]::-moz-placeholder { color: #77777769; }
	input[type="text"]:-ms-input-placeholder { color: #77777769; }
	input[type="email"]:placeholder-shown { color: #77777769; }
	input[type="email"]::-webkit-input-placeholder { color: #77777769; }
	input[type="email"]:-moz-placeholder { color: #77777769; }
	input[type="email"]::-moz-placeholder { color: #77777769; }
	input[type="email"]:-ms-input-placeholder { color: #77777769; }
	input[type="tel"]:placeholder-shown { color: #77777769; }
	input[type="tel"]::-webkit-input-placeholder { color: #77777769; }
	input[type="tel"]:-moz-placeholder { color: #77777769; }
	input[type="tel"]::-moz-placeholder { color: #77777769; }
	input[type="tel"]:-ms-input-placeholder { color: #77777769; }

	textarea {
		width: 100%;
		height: 150px;
		margin-top: 5px;
		padding: 13px;
		resize: none;
		border: 1px solid #707070;
		box-sizing: border-box;
		border-radius: 3px;
	}

	input[type="submit"] {
		display: inline-block;
		width: 100%;
		height: 43px;
		border: none;
		outline: none;
		margin-top: 30px;
		background-color: #003246;
		font-size: 14px;
		color: #fff;
		font-weight: bold;
		border-radius: 5px;
	}
}
