/*########################################################################################
|
main.css上書き用
|
########################################################################################*/
#wrap_header {
	height: 138px;
}
/*########################################################################################
|
|ログイン画面
|
########################################################################################*/
/*
健保サイトのmain.cssから必要なスタイルのみ抜粋
（健保サイトがある場合はこのcssは不要）
*/
/*-----------------------------------------------------------------------------
|
|■┓基本設定
|┗┛
-----------------------------------------------------------------------------*/
#main .sub_tit {
	border-top: 5px solid #bcd5fc;
	border-bottom: 1px dotted #ccc;
	display: flex;
		align-items: center;
	font-family: "Noto Sans Japanese";
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	margin: 0 auto 32px;
	padding: 20px 0 20px 10px;
	position: relative;
	text-align: left;
	/*width: 95%;*/
}
/*########################################################################################

セカンダリページ 通常版
main#main

########################################################################################*/
table {
	width: 100%;
}
table th, td {
	border: 1px solid #dcdcdc;
	text-align: left;
	vertical-align: middle;
}
table th {
	font-weight: bold;
}
table.normal.check thead th {
	background-color: #999;
	color: #fff;
	font-size:14px;
	font-size: 1.4rem;
	padding: 12px;
	text-align: center;
}
table.normal.check tbody th {
	background-color: #f1fbf1;
	color: #228b22;
	padding-left: 15px;
}
table tbody th,
table tbody td {
	padding: 16px;
}
table tbody td {
	background: #fff;
}
/*########################################################################################

ボタン
button

########################################################################################*/
.btn {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.btn_move {
	position: relative;
	overflow:hidden;
	transition: .3s;
}
.btn_move::after {
	background: #228b22;
	content: '';
	position: absolute;
		bottom: 0;
		left: -10%;
	transition: .3s;
	transform: skewX(15deg);
	width: 0;
	height: 120%;
	z-index: -1;
}
.btn_move:hover {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
.btn_move:hover::after {
	left: -10%;
	width: 120%;
}
.btn_gnav {
	position: relative;
}
.btn_gnav::before,
.btn_gnav::after {
	position: absolute;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
}
.btn_gnav::before {
	background-color: #228b22;
	content: "";
	display: block;
	top: -15px;
	left: 25px;
	width: 0%;
	height: 3px;
}
.btn_gnav::after {
	color: #ffffff;
	content: attr(data-hover);
	max-width: 0%;
	overflow: hidden;
	padding: 0.5em 0;
	position: absolute;
	white-space: nowrap;
}
.btn_gnav:hover::before {
	width: 80%;
}
.btn_gnav a:hover::after {
	max-width: 80%;
}
.btn_up {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.btn_up:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
}
.btn_move_bd {
	position: relative;
	outline: none;
}
.btn_move_bd::before,
.btn_move_bd::after {
	border: 2px solid transparent;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	z-index: 2;
}
.btn_move_bd::before {
	top: -2px;
	left: -2px;
}
.btn_move_bd::after {
	bottom: -2px;
	right: -2px;
}
.btn_move_bd:hover {
	color: #a09678;
	text-decoration: none;
}
.btn_move_bd:hover::before,
.btn_move_bd:hover::after {
	border-radius: 5px;
	width: 100%;
	height: 100%;
}
.btn_move_bd:hover::before {
	border-bottom-color: #228b22;
	border-left-color: #228b22;
	transition: height .2s, width .2s .2s;
}
.btn_move_bd:hover::after {
	border-top-color: #228b22;
	border-right-color: #228b22;
	transition: height .1s .2s, width .1s .3s;
}
#main .btn_close {
	border: 1px solid #228b22;
	display: block;
	padding: 10px;
	text-align: center;
	margin: 3em auto;
	text-decoration: none;
	width: 120px;
}
#main .btn_close:hover,
#main .btn_close:hover::before {
	color: #fff;
}
#main .btn_close::before {
	color: #228b22;
	content: "\f057";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 5px;
}

/*########################################################################################

コンテンツ

########################################################################################*/
/*-----------------------------------------------------------------------------
|
|■┓共通
|┗┛
-----------------------------------------------------------------------------*/
#main {
	min-height: unset;
}

/*----------------------------
お問い合わせフォーム
----------------------------------------------------------*/
#inquiry {
	margin: 0 auto;
	width: 90%;
}
#inquiry table.arrow {
	margin-bottom: 3em;
}
#inquiry .disabled {
	background: #ddd;
}
.tel_width input[type="text"],
.email_width input[type="text"] {
	width: 400px;
}
.email_area {
	width: 100%;
}
.email_conf {
	display: flex;
	flex-wrap: wrap;
}
.email_conf1_width {
	width: auto;
}
.email_conf1_width input[type="text"] {
	width: 185px;
}
.email_conf2_width input[type="text"] {
	width: 185px;
}
.email_conf2_width {
	display: flex; /* @マーク横並び用 */
	width: auto;
}
.email_conf2_width_contents {
	display: flex;
	width: 100%;
}
.email_conf2_width .mark{
	display: flex;
		align-items: center;
		justify-content: center;
	width: 30px;
	height: 40px; /* input[type="text"]の高さ */
}
.email_conf1_width input {
	width: 185px;
}
.email_conf2_width input {
	width: 185px;
}
.inquiry_textarea {
	width: 100%;
	height: 100px;
}
.wrap_qes {
	width: 95%;
	margin: 0 auto 3em;
}
.wrap_qes div {
	padding: 5px 0;
}
/* arrow */
table.arrow {
	border: none;
	border-collapse: separate;
	border-spacing: 0 5px;
	width: 100%;
}
table.arrow th,
table.arrow td {
	border:0 ;
	padding: 16px;
	vertical-align: middle;
	text-align: left;
}
table.arrow th {
	background: #999;
	color: #fff;
	font-weight: normal;
	overflow: visible;
	position: relative;
	white-space: nowrap;
	width: 30%;
}
table.arrow td {
	background: #f8f8f8;
	padding-left: 20px;
	position: relative;
}
table.arrow td:before {
	border: solid transparent;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #999;
	border-width: 8px;
	content: " ";
	margin-top: -8px;
	position: absolute;
		left: 0;
		top: 50%;
	pointer-events: none;
	width: 0;
	height: 0;
}
table.guide_tbl {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 1em 0 2em 1em;
}
table.guide_tbl th.title {
	background: #808080;
	color: #fff;
	font-weight: normal;
}
table.guide_tbl th {
	background: #efefef;
	border: 1px solid #ccc;
	color: #333;
	font-weight: normal;
	padding: 8px;
	white-space: nowrap;
	vertical-align: middle;
}
table.guide_tbl td {
	border: 1px solid #ccc;
	padding: 8px;
}
/* provision_tbl */
table.provision_tbl {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1em;
	width: 100%;
}
table.provision_tbl th {
	background-color: #808080;
	border: 1px solid #ccc;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	min-width: 200px;
	padding: 8px;
	text-align: center;
	white-space: nowrap;
}
table.provision_tbl th:first-of-type {
	width: 200px;
}
table.provision_tbl td.provision_title {
	background-color: #efefef;
	color: #000;
	text-align: left;
	vertical-align: middle;
}
table.provision_tbl td {
	border: 1px solid #ccc;
	padding: 10px;
}
table.provision_tbl td dt {
	margin-bottom: .5em;
}
table.provision_tbl td dt span {
	border-radius: 4px;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	margin-right: 4px;
	padding: 4px 8px;
}
table.provision_tbl td dt span.insured {
	background: #cdf;
	border: 1px solid #008;
	color: #008;
}
table.provision_tbl td dt span.dependents {
	background: #ffe6b2;
	border: 1px solid #b34700;
	color: #b34700;
}
table.provision_tbl td dt img {
	margin-right: 5px;
}
table.provision_tbl td dd{
	font-weight: bold;
	margin-bottom: 1em;
	padding-left: 5px;
}
#inquiry table.arrow td.name_width_flex {
	display: flex;
		flex-wrap: wrap;
}
.name_width input {
	margin-right: 1em;
	width: 200px;
}
.radio, .checkbox {
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 12px 12px 12px 42px;
	position: relative;
	transition: background-color 0.2s linear;
	-webkit-transition: background-color 0.2s linear;
	vertical-align: middle;
}
.radio:hover::after, .checkbox:hover::after {
	border-color: #999;
}
.radio::after, .checkbox::after {
	border: 2px solid #999;
	border-radius: 10px;
	content: '';
	display: block;
	margin-top: -10px;
	position: absolute;
		top: 50%;
		left: 15px;
	transition: border-color 0.2s linear;
	-webkit-transition: border-color 0.2s linear;
	width: 16px;
	height: 16px;
}
.radio::before {
	background-color: #228b22;
	border-radius: 50%;
	content: '';
	display: block;
	left: 20px;
	margin-top: -5px;
	opacity: 0;
	position: absolute;
		top: 50%;
		width: 10px;
		height: 10px;
	transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
}
.checkbox::before {
	border-right: 3px solid #53b300;
	border-bottom: 3px solid #53b300;
	content: '';
	display: block;
	margin-top: -7px;
	opacity: 0;
	position: absolute;
		top: 50%;
		left: 21px;
	transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	width: 5px;
	height: 9px;
}
.button {
	display: flex;
		flex-wrap: wrap;
		justify-content: center;
	margin: 40px 10px;
}
.button input {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 16px;
	margin: 10px;
	min-width: 200px;
	height: 40px;
}
input[type=submit], input[type=reset] {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	/* box-shadow: none; */
}
.qes_tel {
	border-style: dotted;
	border-width: 1px 0;
	display: inline-block;
	padding: 12px;
}
.qes_tel br {
	display: none;
}
#inquiry span.note{
	color: #f00;
	font-size: 12px;
	font-size: 1.2rem;
}


/*########################################################################################

コンテンツ

########################################################################################*/
/*-----------------------------------------------------------------------------
|
|■┓健保共通
|┗┛
-----------------------------------------------------------------------------*/
main#main {
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 1;
}
.contents {
	margin: 0 auto;
	max-width: 960px;
	/*padding: 56px 20px 40px;*/
	width: 100%;
}
.contents_shrink {
	margin: 0 auto;
	width: 700px;
}
em {
	text-decoration: underline;
}
/*----------------------------
見出し
----------------------------------------------------------*/
#main h2 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 16px;
}

/*----------------------------
テーブルスタイル
----------------------------------------------------------*/
.tbl_scroll {
	overflow-x: auto;
	width: 100%;
}
/* normal */
table.normal th ,
table.normal td {
	border: 1px solid #ddd;
	padding: 16px ;
	vertical-align: middle;
}
table.normal th {
	background: #efefef;
	white-space: nowrap;
}
table.normal thead th {
	background: #999;
	border: 1px solid #fff;
	border-top: 1px solid #999;
	color: #fff;
}
table.normal thead th:nth-child(1) {
	border-left: 1px solid #999;
}
table.normal thead th:nth-last-child(1) {
	border-right: 1px solid #999;
}
table.normal tbody th {
	background: #efefef;
	text-align: left;
}
table.normal tbody td {
	background: #fff;
}
table.normal .delete_cell {
	border: none !important;
	background-color: #fff;
}
/* arrow */
table.arrow {
	border: none;
	border-collapse: separate;
	border-spacing: 0 5px;
	width: 100%;
}
table.arrow th,
table.arrow td {
	border:0 ;
	padding: 16px;
	vertical-align: middle;
	text-align: left;
}
table.arrow th {
	background: #999;
	color: #fff;
	font-weight: normal;
	overflow: visible;
	position: relative;
	white-space: nowrap;
	width: 30%;
}
table.arrow td {
	background: #f0f0f0;
	padding-left: 20px;
	position: relative;
}
table.arrow td:before {
	border: solid transparent;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #999;
	border-width: 8px;
	content: " ";
	margin-top: -8px;
	position: absolute;
		left: 0;
		top: 50%;
	pointer-events: none;
	width: 0;
	height: 0;
}
/*----------------------------
リンクテキスト
----------------------------------------------------------*/
a.link_arrow {
	font-size: 12px;
	font-size: 1.2rem;
	position: relative;
}
a.link_arrow::before {
	content: "\f061"; /* fa-chevron-right */
	color: #228b22;
	display: inline-block;
	font-family: FontAwesome;
	padding-right: 4px;
}
a.link_arrow span {
	border-bottom: 1px solid #000;
}
a.link_arrow:hover span {
	border-bottom: none;
}
/*-----------------------------------------------------------------------------
|
|■┓パスワード変更のメッセージ
|┗┛
-----------------------------------------------------------------------------*/
.alert_box {
	background: #fffcfc;
	border: 1px solid #e66;
	border-radius: 4px;
	margin-bottom: 2em;
	padding: 16px;
}
.alert_ttl {
	color: #f00;
	margin-bottom: 8px;
}
.alert_ttl::before {
	content: "\f06a";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
/*-----------------------------------------------------------------------------
|
|■┓キャリアリンクログインボックス
|┗┛
-----------------------------------------------------------------------------*/
.login_box {
	background: #fff;
	border: 1px solid #ccc;
	display: flex;
		flex-wrap: wrap;
}
.login_box > .left_container {
/*	border-right: 1px solid #ccc;*/
	/*border-bottom: 1px solid #ccc;*/
	order: 2;
	/*padding: 48px;*/
	padding: 28px 44px 36px;
	width: 50%;
}
.login_box > .left_container .ttl_login {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	margin: 0 auto .5em;
	text-align: center;
}
.login_form {
	margin-bottom: 3px;
}
.login_form input {
	font-family: FontAwesome;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	padding: 8px;
	width: 100%;
}
.login_btn {
	display: flex;
		flex-direction: column;
		align-items: center;
/*	margin: 18px 24px 8px;*/
	margin: 18px 24px 0;
}
.login_btn a.btn_login {
	background: #c84302;
	color: #fff;
	display: flex;
		align-items: center;
		justify-content: center;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.0;
	padding: 18px 12px;
/*	margin-bottom: 8px;*/
	transition: all .2s;
	width: 100%;
}
.login_btn a:hover.btn_login {
	opacity: .6;
}
.login_box > .right_container {
	border-right: 1px solid #ccc;
	/*border-bottom: 1px solid #ccc;*/
	display: flex;
		flex-direction: column;
	order: 1;
	padding: 8px 0;
	width: 50%;
}
.howto {
	/*padding: 24px 20px 0;*/
	padding: 18px 12px 0;
}
.howto.lgone {
	/*padding: 24px 20px 0;*/
	padding-top: 28px;
}
.titbig {
	border-bottom: 1px solid #ccc;
	color: #228b22;
	font-family: "Noto Sans Japanese";
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
	/*margin-bottom: 20px;*/
	margin-bottom: 54px;
	padding: 0 .5em 1.5em;
	text-align: center;
}
.system_requirements {
	display: none; /* 推奨環境ページへのリンク修正対応・一時的にcssで非表示対応 */
	order: 3;
	padding: 16px 24px;
}
.system_requirements ul {
	font-size: 14px;
	font-size: 1.4rem;
}
.title {
	font-family: YakuHanJP,"Noto Sans Japanese";
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-indent: -.72em;
	margin: .5em .25em;
	padding-left: calc(1em + 10px);
	/*padding-right: 24px;*/
}
.title i {
	margin-right: 4px;
}
.register_btn {
/*padding: 0 24px 24px 0;*/
	/*padding-bottom: 24px;*/
}
/*
.bd_btm {
	border-bottom: solid 1px #ccc;
}
*/
.register_btn a.btn_registration {
	display: flex;
		align-items: center;
		justify-content: center;
	background: #228b22;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
/*	margin: 1em 0 8px 32px;*/
	margin: 0 2em;
	padding: 18px 16px;
	text-align: center;
}
.register_btn a:hover.btn_registration {
	opacity: .6;
}
.regisml {
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: initial;
}
/* パスワード変更の時のログイン */
.login_box > .bottom_container {
	border-top: 1px solid #ccc;
	padding: 28px 32px 32px;
	width: 100%;
}
.login_box > .bottom_container .ttl_notice {
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 16px;
}
.login_box.login_cp {
	justify-content: center;
}
.login_box.login_cp .left_container {
	border: none;
	width: 384px;
}
/* エラーメッセージ */
ol.circle_err {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
}
ol.circle_err li {
	margin-bottom: 8px;
	padding-left: 20px;
	position: relative;
}
ol.circle_err li::before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: red;
	color: #fff;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 16px;
	margin-left: -20px;
	text-align: center;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	position: absolute;
		top: 4px;
}
.solution {
	background: #fff4f4;
	color: red;
	margin: 16px 0 32px;
	padding: 8px 16px;
}
.solution > div {
	font-weight: bold;
}
.solution > div::before {
	content: "\f05a";
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 900;
	margin-right: 5px;
}
.solution > p {
	margin-bottom: 0;
}

/* 準備中 */
.login_box_pre {
	font-size: 16px;
	font-size: 1.6rem;
	padding-top: 56px;
	text-align: center;
}
.login_box_pre > div.pre_ttl {
	color: #228b22;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	padding-bottom: 8px;
}
.login_box_pre > div.pre_ttl::before {
	color: #228b22;
	content: "\f071";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 5px;
}
/*-----------------------------------------------------------------------------
|
|■┓右側ログイン画面
|┗┛
-----------------------------------------------------------------------------*/
.form_group {
	margin-bottom: 16px;
}
.input_group {
	border-collapse: separate;
	display: table;
	position: relative;
}
.input_group .form_control {
	margin-bottom: 0;
	position: relative;
	width: 100%;
	height: 50px;
}
.input_group_addon,
.input_group .form_control {
	display: table-cell;
}
.input_group_addon {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #fff;
	padding: 6px 12px;
	text-align: center;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}
.login_box .form_control,
.login_box .input_group_addon {
	border: none;
	border-radius: 3px;
	box-shadow: none;
}
.login_box .input_group_addon {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	background: #009a22;
}
.login_box .form_control {
	-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border: 1px solid #ccc;
	border-left: none;
}
input[type="password"],
input[type="text"] {
	margin-top: 0;
}
.login_box ul {
	margin-top: 24px;
	padding-left: 8px;
}
.login_box ul li a:hover {
	opacity: .6;
	text-decoration: none;
}
.login_box ul li:first-child {
	margin-bottom: 8px;
}
.login_box ul li::before ,
.login_box ul li a::before {
		top: 4px;
}
.pw_ttl {
	margin: 24px 0 8px;
	font-size: 18px;
	font-size: 1.8rem;
}
ul.normal.pw_ul {
	margin: .5em 0;
}
.input_notes {
	font-size: 12px;
	font-size: 1.2rem;
	/*margin: 8px 0 32px 0;*/
	margin: 28px 0 8px 0;
	color: #f00;
}
.logock {
	margin-bottom: 52px;
}
a.btn_submit.calso {
	width: 100%;
}
/*-----------------------------------------------------------------------------
|
|■┓プライバシーマークなど
|┗┛
-----------------------------------------------------------------------------*/
.privacy_mark {
	padding: 28px 0 14px;
}
.privacy_mark section {
	display: flex;
		align-items: center;
}
.privacy_mark section div:nth-of-type(1) {
	padding-right: 16px;
}
.privacy_mark section div:nth-of-type(2) {
	font-size: 12px;
	font-size: 1.2rem;
}
.privacy_mark section img {
	width: 75px;
}
/*-----------------------------------------------------------------------------
|
|■┓ログアウト
|┗┛
-----------------------------------------------------------------------------*/
.logout_wrap {
	margin: 40px auto;
	width: 700px;
}
#main .btn_knp_top {
	border: 1px solid #228b22;
	display: inline-block;
	padding: 10px;
	text-align: center;
	margin: 54px auto 0;
	text-decoration: none;
}
#main .btn_knp_top:hover {
	background: #228b22;
	color: #fff;
}
#main .btn_knp_top:hover::before {
	color: #fff;
}
#main .btn_knp_top::before {
	color: #228b22;
	content: "\f0a9";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 5px;
}
/*-----------------------------------------------------------------------------
|
|■┓パスワード変更ページ
|┗┛
-----------------------------------------------------------------------------*/
#main .tbl_input_pw {
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
}
#main .tbl_input_pw td input {
	width: 100%;
}
#main .submit_area {
	display: flex;
		justify-content: center;
	margin: 2em 0;
}
/*
#main .btn_submit {
	background-image: url(/vc/base/usr/docs/images/ic_arrow@2x.png);
	background-repeat: no-repeat;
	background-position: 64px calc(50% + 1px);
	background-size: 16px 13px;
	background-color: #c84302;
	border: none;
	color: #fff;
	cursor: pointer;
	display: flex;
		align-items: center;
		justify-content: center;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.0;
	padding: 18px 16px 18px 28px;
	margin-bottom: 8px;
	transition: all .2s;
	width: 240px;
}
*/
#main input:hover.btn_submit {
	opacity: .6;
}
form.password_change table td .it_middle {
	width: 100%;
}
input.btn_submit,
input.btn_back {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: inherit;
	font-size: inherit;
	cursor: pointer;
	line-height: 1;
	transition: all .2s;
	border: none;
	border-radius: 0 !important;
	color: #fff;
}
.button input.btn_back {
	background-color: #999;
	background-image: url(/vc/base/usr/docs/images/ic_arrow_opp@2x.png);
	background-repeat: no-repeat;
	background-position: 64px calc(50% + 1px);
	background-size: 16px 13px;
	border-radius: 4px !important;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	height: 60px;
	min-width: 200px;
	padding: 8px 16px 8px 32px;
}
.button input.btn_back:hover {
	opacity: 0.6;
}
/*----------------------------
ログインに戻る
----------------------------------------------------------*/
.page_transition {
	margin-top: 7rem;
	text-align: center;
}
.page_transition a {
	border: 1px solid #228b22;
	color: #228b22;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px 14px;
	min-width: 160px;
}
.page_transition a i {
	margin-right: 10px;
}
.page_transition a:hover {
	background-color: #228b22;
	color: #fff;
}
#main .btn_knp_top::before {
	color: #228b22;
	content: "\f0a9";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 5px;
}
#main .btn_knp_top:hover::before {
	color: #fff;
}
#main .next_btn_two {
	display: flex;
		justify-content: center;
		flex-wrap: wrap;
}
#main .next_btn_two > div {
	margin: 0 8px;
	width: 30%;
	min-width: 240px;
}
#main .next_btn_two > div > a {
	width: 100%;
}
/*-----------------------------------------------------------------------------
|
|■┓お問い合わせフォーム
|┗┛
-----------------------------------------------------------------------------*/
#inquiry {
	margin: 0 auto;
	width: 90%;
}
#inquiry .disabled {
	background: #ddd;
}
.tel_width input[type="text"],
.email_width input[type="text"] {
	width: 400px;
}
.email_area {
	width: 100%;
}
.email_conf {
	display: flex;
	flex-wrap: wrap;
}
.email_conf1_width {
	width: auto;
}
.email_conf1_width input[type="text"] {
	width: 185px;
}
.email_conf2_width input[type="text"] {
	width: 185px;
}
.email_conf2_width {
	display: flex; /* @マーク横並び用 */
	width: auto;
}
.email_conf2_width_contents {
	display: flex;
	width: 100%;
}
.email_conf2_width .mark{
	display: flex;
		align-items: center;
		justify-content: center;
	width: 30px;
	height: 40px; /* input[type="text"]の高さ */
}
.email_conf1_width input {
	width: 185px;
}
.email_conf2_width input {
	width: 185px;
}
.inquiry_textarea {
	width: 100%;
	height: 100px;
}
.wrap_qes {
	width: 95%;
	margin: 0 auto;
}
.wrap_qes div {
	padding: 5px 0;
}
#inquiry table.arrow td.name_width_flex {
	display: flex;
		flex-wrap: wrap;
}
.name_width input {
	margin-right: 1em;
	width: 200px;
}
.radio, .checkbox {
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 12px 12px 12px 42px;
	position: relative;
	transition: background-color 0.2s linear;
	-webkit-transition: background-color 0.2s linear;
	vertical-align: middle;
}
.radio:hover::after, .checkbox:hover::after {
	border-color: #999;
}
.radio::after, .checkbox::after {
	border: 2px solid #999;
	border-radius: 10px;
	content: '';
	display: block;
	margin-top: -10px;
	position: absolute;
		top: 50%;
		left: 15px;
	transition: border-color 0.2s linear;
	-webkit-transition: border-color 0.2s linear;
	width: 16px;
	height: 16px;
}
.radio::before {
	background-color: #228b22;
	border-radius: 50%;
	content: '';
	display: block;
	left: 20px;
	margin-top: -5px;
	opacity: 0;
	position: absolute;
		top: 50%;
		width: 10px;
		height: 10px;
	transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
}
.checkbox::before {
	border-right: 3px solid #53b300;
	border-bottom: 3px solid #53b300;
	content: '';
	display: block;
	margin-top: -7px;
	opacity: 0;
	position: absolute;
		top: 50%;
		left: 21px;
	transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	width: 5px;
	height: 9px;
}
.button {
	display: flex;
		flex-wrap: wrap;
		justify-content: center;
	margin: 40px 10px;
}
.button input {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 16px;
	margin: 10px;
	min-width: 200px;
	height: 40px;
}
input[type=submit], input[type=reset] {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	/* box-shadow: none; */
}
.qes_tel {
	border-style: dotted;
	border-width: 1px 0;
	display: inline-block;
	padding: 12px;
}
.qes_tel br {
	display: none;
}
#inquiry span.note{
	color: #f00;
	font-size: 12px;
	font-size: 1.2rem;
}
/*-----------------------------------------------------------------------------
|
|■┓お問い合わせボタン
|┗┛
-----------------------------------------------------------------------------*/
.btn_submit.btn_contact {
	display: none;
}
a.contact_btn {
	background-color: #009a22;
	border-radius: 40px;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 16px 40px;
	text-align: center;
}
a.contact_btn span {
	font-size: 14px;
	font-size: 1.4rem;
}
a.contact_btn i {
	margin-right: 8px;
}
i.contact:before {
	content: '\f0e0';
	font-family: FontAwesome;
}