@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
a, a:link {
	color: #50555C;
	text-decoration: none;
}
a:visited {
	color: #50555C;
}
a:hover {
	color: #50555C;
}
a:active {
	color: #50555C;
}
button, button:link {
	color: #50555C;
	text-decoration: none;
}
button:visited {
	color: #50555C;
}
button:hover {
	color: #50555C;
}
button:active {
	color: #50555C;
}
select::-ms-expand {
	display: none;
}
input[type="password"]::-ms-reveal {
	display: none;
}
input[type="text"]::-ms-clear {
	display: none;
}
button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
}
label {
    font-weight: 700;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #50555C;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	background-color: #DCF5F3;
}
body.fixed {
	position: fixed;
	width: 100%;
	overflow-y: scroll;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
	overflow: hidden;
}
#main {
	margin: 0 auto;
	padding: 35px 20px;
	max-width: 1000px;
	display: block;
	box-sizing: border-box;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 737px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 736px) {
	body.fixed {
		overflow: hidden;
	}
	#main {
		padding: 15px;
		max-width: inherit;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	button[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	button:hover, button:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: relative;
	z-index: 100;
}
#gHeader .h-wrap {
	padding: 6px 20px 5px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 100;
	background: #fff;
	box-sizing: border-box;
}
#gHeader h1 {
	width: 64px;
}
#gHeader .h-box {
	margin-top: 5px;
	display: flex;
}
#gHeader .user {
	margin-right: 15px;
	width: 52px;
}
#gHeader .user a {
	display: block;
	position: relative;
	border-radius: 50%;
	border: 1px solid #fff;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
}
#gHeader .user button {
	display: block;
	position: relative;
	border-radius: 50%;
	border: 1px solid #fff;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
	width: 50px;
	height: 50px;
}
#gHeader .user img {
	width: 100%;
}
#gHeader .user a::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	border: 2px solid #fff;
	box-sizing: border-box;
	z-index: 1;
	content: "";
}
#gHeader .user button::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	border: 2px solid #fff;
	box-sizing: border-box;
	z-index: 1;
	content: "";
}
.menu {
	width: 50px;
	cursor: pointer;
}
.menu_box {
	width: 100%;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	overflow-x: hidden;
	overflow-y: auto;
	transform: translateX(100%);
	transition: 0.3s;
}
.menu_box.on {
	transform: translateX(0);
}
.menu_box .cover {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.menu_box .menu_inner {
	margin: 0 0 0 auto;
	padding: 115px 52px;
	width: 305px;
	min-height: 100%;
	position: relative;
	background: #fff;
	box-sizing: border-box;
	z-index: 1;
}
.menu_box .user_photo {
	margin: 0 auto 15px;
	width: 125px;
	position: relative;
	border-radius: 50%;
}
.menu_box .user_photo::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	border: 2px solid #fff;
	box-sizing: border-box;
	content: "";
}
.menu_box .user_photo img {
	width: 100%;
}
.menu_box .name {
	margin: 0 10px 30px;
	padding: 6px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: #49C3BA;
}
.menu_box .btn_list li:not(:last-child) {
	margin-bottom: 10px;
	width: 100%;
}
.menu_box .btn_list li a {
	padding: 10px 30px 8px;
	display: block;
	text-align: center;
	color: #49C3BA;
	font-size: 1.3rem;
	font-weight: bold;
	border: #49C3BA 1px solid;
	border-radius: 40px;
	background: #fff url("../images/common/top_btn.png") no-repeat left 11px center / 19px auto;
}
.menu_box .btn_list .profileEdit_btn a {
	background-image: url("../images/common/profileEdit_btn.png");
}
.menu_box .btn_list .info_btn a {
	background-image: url("../images/common/info_btn.png");
}
.menu_box .btn_list .printer_btn a {
	background-image: url("../images/common/printer_btn.png");
}
.menu_box .btn_list .mailaddress_register_btn a {
	background-image: url("../images/common/mailRegister.png");
}
.menu_box .btn_list li button {
	padding: 10px 30px 8px;
	display: block;
	text-align: center;
	color: #49C3BA;
	font-size: 1.3rem;
	font-weight: bold;
	border: #49C3BA 1px solid;
	border-radius: 40px;
	background: #fff url("../images/common/top_btn.png") no-repeat left 11px center / 19px auto;
}
.menu_box .btn_list .profileEdit_btn button {
	background-image: url("../images/common/profileEdit_btn.png");
}
.menu_box .btn_list .info_btn button {
	background-image: url("../images/common/info_btn.png");
}
.menu_box .btn_list .printer_btn button {
	background-image: url("../images/common/printer_btn.png");
}
.menu_box .btn_list .mailaddress_register_btn button {
	background-image: url("../images/common/mailRegister.png");
}
.menu_box .logout {
	padding: 0 53px;
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	bottom: 40px;
	left: 0;
}
.menu_box .logout a {
	padding: 10px;
	display: block;
	text-align: center;
	color: #47C3BA;
	font-size: 1.3rem;
	font-weight: bold;
	background: #fff;
	border: 1px solid #47C3BA;
	border-radius: 45px;
}
.menu_box .logout button {
	padding: 10px;
	display: block;
	text-align: center;
	color: #47C3BA;
	font-size: 1.3rem;
	font-weight: bold;
	background: #fff;
	border: 1px solid #47C3BA;
	border-radius: 45px;
}
.menu_box .logout input {
	padding: 10px;
	display: block;
	text-align: center;
	color: #47C3BA;
	font-size: 1.3rem;
	font-weight: bold;
	background: #fff;
	border: 1px solid #47C3BA;
	border-radius: 45px;
}
@media all and (min-width: 737px) {
	#gHeader .user a:hover::before {
		border-color: #BDC0C7;
	}
	#gHeader .user button:hover::before {
		border-color: #BDC0C7;
	}
	.menu:hover {
		opacity: 0.7;
	}
	.menu_box .btn_list li a:hover {
		color: #fff;
		background-color: #49C3BA;
	}
	.menu_box .btn_list .top_btn a:hover {
		background-image: url("../images/common/top_btn_white.png");
	}
	.menu_box .btn_list .profileEdit_btn a:hover {
		background-image: url("../images/common/profileEdit_btn_white.png");
	}
	.menu_box .btn_list .info_btn a:hover {
		background-image: url("../images/common/info_btn_white.png");
	}
	.menu_box .btn_list .printer_btn a:hover {
		background-image: url("../images/common/printer_btn_white.png");
	}
	.menu_box .btn_list .mailaddress_register_btn a:hover {
		background-image: url("../images/common/mailRegisterWhite.png");
	}	.menu_box .logout a:hover {
		color: #fff;
		background-color: #47C3BA;
	}
	.menu_box .logout input:hover {
		color: #fff;
		background-color: #47C3BA;
	}
	.menu_box .btn_list li button:hover {
		color: #fff;
		background-color: #49C3BA;
	}
	.menu_box .btn_list .top_btn button:hover {
		background-image: url("../images/common/top_btn_white.png");
	}
	.menu_box .btn_list .profileEdit_btn button:hover {
		background-image: url("../images/common/profileEdit_btn_white.png");
	}
	.menu_box .btn_list .info_btn button:hover {
		background-image: url("../images/common/info_btn_white.png");
	}
	.menu_box .btn_list .printer_btn button:hover {
		background-image: url("../images/common/printer_btn_white.png");
	}
	.menu_box .btn_list .mailaddress_register_btn button:hover {
		background-image: url("../images/common/mailRegisterWhite.png");
	}
	.menu_box .logout button:hover {
		color: #fff;
		background-color: #47C3BA;
	}
	.menu_box .logout input:hover {
		color: #fff;
		background-color: #47C3BA;
	}
}
@media all and (max-width: 736px) {
	#gHeader .h-wrap {
		padding: 4px 15px 2px 15px;
	}
	#gHeader h1 {
		width: 45px;
	}
	#gHeader .h-box {
		margin-top: 0;
	}
	#gHeader .user {
		margin-right: 10px;
		width: 30px;
		border: none;
	}
	#gHeader .sp-student-img {
		height: 30px !important;
	}
	#gHeader .user button {
		width: 30px;
		height: 30px;
	}
	#gHeader .user a:hover::before {
		border-width: 1px;
	}
	#gHeader .user button:hover::before {
		border-width: 1px;
	}
	.menu {
		width: 30px;
	}
	.menu_box {
		background: rgba(47,47,47,0.5);
		z-index: 110;
	}
	.menu_box .menu_inner {
		padding: 40px 20px 100px;
		width: 240px;
	}
	.menu_box .menu_close {
		width: 30px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.menu_box .name {
		margin: 0 7px 30px;
	}
	.menu_box .btn_list li:not(:last-child) {
		margin-bottom: 20px;
	}
	.menu_box .logout {
		padding: 0 20px;
	}
	
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	display: none;
}
@media all and (max-width: 736px) {
	#gFooter {
		padding-bottom: 62px;
		display: block;
		position: relative;
		z-index: 1;
	}
	#gFooter .f-link_list {
		width: 100%;
		box-sizing: border-box;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 10;
		background: #fff;
	}
	#gFooter .f-link_list li {
		width: 44%;
	}
	#gFooter .f-link_list li a {
		padding: 9px 10px 9px;
		display: block;
		text-align: center;
		font-size: 0.9rem;
		font-weight: bold;
		
	}
	#gFooter .f-link_list li button {
		padding: 9px 10px 9px;
		display: block;
		text-align: center;
		font-size: 0.9rem;
		font-weight: bold;
		width: 100%;
	}
	#gFooter .f-link_list li span {
		display: block;
	}
	#gFooter .f-link_list li .ico img {
		max-height: 29px;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
}
@media all and (max-width: 736px) {
	.content {
		margin: 0 24px;
	}
}
/*------------------------------------------------------------
	head_line01
------------------------------------------------------------*/
.head_line01 {
	margin-bottom: 27px;
	padding-bottom: 16px;
	font-size: 1.6rem;
	border-bottom: 1px solid #50555C;
	font-weight: bold;
}
@media all and (max-width: 736px) {
	.head_line01 {
		margin-bottom: 15px;
		padding-bottom: 11px;
	}
}
/*------------------------------------------------------------
	com_pagenavi
------------------------------------------------------------*/
.com_pagenavi {
	margin: 14px 9px 0 0;
}
.com_pagenavi .prev {
	float: left;
}
.com_pagenavi .next {
	float: right;
}
.com_pagenavi a {
	box-sizing: border-box;
	min-width: 94px;
	padding: 3px 5px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	color: #A5A5A5;
	font-size: 1.2rem;
	border-radius: 3px;
	border: 1px solid #F0EFF0;
	background: #F0EFF0;
}
.com_pagenavi button {
	box-sizing: border-box;
	min-width: 94px;
	padding: 3px 5px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	color: #A5A5A5;
	font-size: 1.2rem;
	border-radius: 3px;
	border: 1px solid #F0EFF0;
	background: #F0EFF0;
}
@media all and (-ms-high-contrast:none) {
	.com_pagenavi a {
		padding: 5px 5px 1px;
	}
	.com_pagenavi button {
		padding: 5px 5px 1px;
	}
}
@media all and (min-width: 737px) {
	.com_pagenavi a:active {
		color: #fff;
		border-color: #47C3BA;
		background-color: #47C3BA;
	}
	.com_pagenavi a:hover {
		color: #47C3BA;
		border-color: #47C3BA;
		background-color: #fff;
	}
	.com_pagenavi button:active {
		color: #fff;
		border-color: #47C3BA;
		background-color: #47C3BA;
	}
	.com_pagenavi button:hover {
		color: #47C3BA;
		border-color: #47C3BA;
		background-color: #fff;
	}
}
/*------------------------------------------------------------
	com_btn
------------------------------------------------------------*/
.com_btn {
	margin: 0 auto;
	width: 180px;
}
.com_btn a {
	padding: 10px 10px 8px;
	display: block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.3rem;
	border-radius: 45px;
	border: 1px solid #47C3BA;
	background: #47C3BA;
}
.com_btn button {
	padding: 10px 10px 8px;
	display: block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.3rem;
	border-radius: 45px;
	border: 1px solid #47C3BA;
	background: #47C3BA;
}
.com_btn input {
	width: 100%;
	padding: 10px 10px 8px;
	display: block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.3rem;
	border-radius: 45px;
	border: 1px solid #47C3BA;
	background: #47C3BA;
}
@media all and (min-width: 737px) {
	.com_btn a:hover {
		color: #47C3BA;
		background-color: #fff;
	}
	.com_btn button:hover {
		color: #47C3BA;
		background-color: #fff;
	}
	.com_btn input:hover {
		color: #47C3BA;
		background-color: #fff;
	}
}
/*------------------------------------------------------------
	com_step_list
------------------------------------------------------------*/
.com_step_list {
	margin-bottom: 35px;
	display: flex;
}
.com_step_list li {
	width: 20%;
	padding: 13px 20px 10px 32px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	background: #67CAE3;
}
.com_step_list li::after {
	position: absolute;
	top: 0;
	right: -15px;
	width: 15px;
	height: 100%;
	background: url("../images/common/step_bg01.png") no-repeat center center / 100% 100%;
	content: "";
	z-index: 1;
}
.com_step_list li:first-child {
	border-radius: 8px 0 0 8px;
}
.com_step_list li:last-child {
	border-radius: 0 8px 8px 0;
}
.com_step_list li:last-child::after {
	display: none;
}
.com_step_list li .num {
	padding: 4px 5px 3px;
	position: absolute;
	left: 15px;
	top: -7px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	line-height: 1;
	border-radius: 3px;
	background-color: #E59996;
	z-index: 1;
}
.com_step_list li .num span {
	margin-left: 0.5em;
}
.com_step_list li.current {
	background: #1B5282;
}
.com_step_list li.current::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 100%;
	background: url("../images/common/step_bg03.png") no-repeat center center / 100% 100%;
	content: "";
	z-index: 1;
}
.com_step_list li.current::after {
	background-image: url("../images/common/step_bg02.png");
}
.com_step_list li.current .num {
	background-color: #CF5A55;
}
.com_step_list li:first-child::before {
	display: none;
}
@media all and (max-width: 736px) {
	.com_step_list {
		margin-bottom: 25px;
	}
	.com_step_list li {
		padding: 14px 5px 14px 5px;
		font-size: 0.8rem;
	}
	.com_step_list li::after {
		right: -7px;
		width: 7px;
		background-image: url("../images/common/sp_step_bg01.png");
	}
	.com_step_list li:first-child {
		border-radius: 5px 0 0 5px;
	}
	.com_step_list li:last-child {
		border-radius: 0 5px 5px 0;
	}
	.com_step_list li .num {
		padding: 3px 4px;
		left: 6px;
		top: -8px;
		text-align: center;
		font-size: 0.4rem;
	}
	.com_step_list li .num span {
		margin: 0;
		display: block;
		font-size: 0.9rem;
	}
	.com_step_list li.current::before {
		width: 7px;
		background-image: url("../images/common/sp_step_bg03.png");
	}
	.com_step_list li.current::after {
		background-image: url("../images/common/sp_step_bg02.png");
	}
}
/*------------------------------------------------------------
	com_form
------------------------------------------------------------*/
.com_form table {
	width: 100%;
	border-collapse: collapse;
}
.com_form .mail_form {
	margin-bottom: 26px;
}
.com_form .mail_form.mb01 {
	margin-bottom: 59px;
}
.com_form .mail_form th, .com_form .mail_form td {
	padding: 0 0 15px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 2;
	box-sizing: border-box;
}
.com_form .mail_form tr:last-of-type th, .com_form .mail_form tr:last-of-type td {
	padding-bottom: 0;
}
.com_form .mail_form th {
	padding-right: 5px;
	width: 15.52%;
	min-width: 149px;
	font-weight: normal;
}
.com_form .mail_form .th_txt {
	display: block;
}
.com_form .mail_form th .sml {
	margin-right: -35px;
	font-size: 1.2rem;
	transform: scale(0.75);
	display: inline-block;
	transform-origin: left center;
}
.com_form .mail_form td p {
	padding: 0 8px;
}
.com_form input[type="text"], .com_form input[type="password"], .com_form input[type="email"], .com_form input[type="tel"], .com_form select {
	padding: 0 7px;
	width: 100%;
	max-width: 230px;
	height: 25px;
	position: relative;
	color: #50555C;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0;
	border-radius: 3px;
	border: none;
	background: #fff;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	z-index: 1;
}
.com_form select {
	padding-right: 20px;
	background-image: url("../images/common/icon10.png");
	background-position: right 8px center;
	background-size: 8px auto;
	background-repeat: no-repeat;
}
.com_form input::placeholder {
	opacity: 1;
	color: #BDC0C7;
}
.com_form input:-ms-input-placeholder {
	opacity: 1;
	color: #BDC0C7;
}
.com_form input::-ms-input-placeholder {
	opacity: 1;
	color: #BDC0C7;
}
.com_form .password {
	max-width: 230px;
	position: relative;
}
.com_form .password input[type="text"],
.com_form .password input[type="password"] {
	padding-right: 30px;
}
.com_form .password .eye {
	width: 25px;
	height: 25px;
	position: absolute;
	right: 0;
	top: 0;
	background: url("../images/common/icon01.png") no-repeat right 7px center / 14px auto;
	z-index: 2;
}
.com_form .password .eye.open {
	background-image: url("../images/common/icon02.png");
}
.com_form .name_ul {
	max-width: 230px;
}
.com_form .name_ul li {
	width: calc(50% - 5px);
}
.com_form .tel_ul {
	max-width: 230px;
}
.com_form .tel_ul::after {
	width: calc(33.33% - 3px);
	content: "";
}
.com_form .tel_ul li {
	width: calc(33.33% - 3px);
}
.com_form .note_list {
	margin-bottom: 24px;
}
.com_form .note_list li {
	padding-left: 1em;
	text-indent: -1em;
	color: #DD6468;
	font-weight: bold;
}
.com_form .note_list li:not(:last-child) {
	margin-bottom: 10px;
}
.com_form label input[type="checkbox"] {
	display: none;
}
.com_form label input[type="checkbox"] ~ span {
	padding: 0 0 1px 19px;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	background: url("../images/common/check_img.png") no-repeat left center / 14px auto;
}
.com_form label input[type="checkbox"]:checked ~ span {
	background-image: url("../images/common/checked_img.png");
}
.com_form .submit {
	display: flex;
	justify-content: center;
}
.com_form .submit li {
	margin: 0 15px;
	width: 180px;
}
.com_form .submit li input {
	padding: 10px;
	width: 100%;
	height: 40px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1;
	border-radius: 40px;
	border: 1px solid #47C3BA;
	background: #47C3BA;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.com_form .submit li.noclick input {
	cursor: none;
	pointer-events: none;
	color: #A5A5A5;
	background-color: #F0EFF0;
	border-color: #A5A5A5;
}
.com_form .submit li.cancel {
	margin-left: 5px;
	margin-right: 19px;
	width: auto;
}
.com_form .submit li.cancel input {
	color: #DD6468;
	font-size: 1.2rem;
	border-color: transparent;
	background-color: transparent;
}
.com_form .submit li.back {
	width: 77px;
}
.com_form .submit li.continue {
	width: 230px;
}
.com_form .submit li.return-top {
	width: 100px;
  	& input {/* & は不要だがeclipseでエラー表示になるため */ 
		color: #47C3BA;
    	background-color: #fff;
  	}
}
.com_form .submit li.back input {
	color: #47C3BA;
	background-color: #fff;
}
/*------------------------------------------------------------
	com_form
------------------------------------------------------------*/
#privacy {
	text-align: center;
	margin-top: 20px;
}
@media all and (min-width: 737px) {
	.com_form .submit li input:hover {
		color: #47C3BA;
		background-color: #fff;
		border-color: #47C3BA;
	}
	.com_form .submit li.back input:hover {
		color: #fff;
		background-color: #47C3BA;
	}
	.com_form .submit li.cancel input:hover {
		opacity: 0.7;
		color: #DD6468;
		border-color: transparent;
		background-color: transparent;
	}
}
@media all and (max-width: 736px) {
	.com_form .mail_form {
		margin-bottom: 27px;
	}
	.com_form .mail_form.mb01 {
		margin-bottom: 45px;
	}
	.com_form .mail_form th, .com_form .mail_form td {
		width: 100% !important;
		padding: 0 0 11px;
		display: block;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.com_form .mail_form tr:last-of-type th, .com_form .mail_form tr:last-of-type td {
		padding-bottom: 0;
	}
	.com_form .mail_form th {
		padding: 0;
		width: 100%;
		min-width: inherit;
	}
	.com_form .mail_form .th_txt {
		padding: 0 0 4px;
	}
	.com_form .mail_form th .sml {
		margin-right: 0;
		font-size: 1.4rem;
		transform: scale(1);
		display: inline;
	}
	.com_form .mail_form td p {
		padding: 8px 8px 5px;
	}
	.com_form input[type="text"], .com_form input[type="password"], .com_form input[type="email"], .com_form input[type="tel"], .com_form select {
		max-width: inherit;
		height: 30px;
		font-size: 1.4rem;
	}
	.com_form .password {
		max-width: inherit;
	}
	.com_form .password .eye {
		height: 30px;
		background-size: 18px auto;
		background-position: right 8px center;
	}
	.com_form .name_ul {
		max-width: inherit;
	}
	.com_form .tel_ul {
		max-width: inherit;
	}
	.com_form .tel_ul::after {
		width: calc(33.33% - 5px);
	}
	.com_form .tel_ul li {
		width: calc(33.33% - 5px);
	}
	.com_form .note_list li:not(:last-child) {
		margin-bottom: 18px;
	}
	.com_form .submit {
		margin: 0 -5px 0 -15px;
	}
	.com_form .submit li {
		margin: 0 5px;
	}
	.com_form .submit li.back {
		margin-left: -10px;
	}
}
/********************************************
* Now Loading
********************************************/
#overlay{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    width: 80px;
    height: 80px;
    border: 4px #ddd solid;
    border-top: 4px #999 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(359deg); }
}
.is-hide{
    display:none;
}

.preventDoubleSubmit:disabled {
	cursor: default !important;
}