/*########################################################################################
|
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;
}
/*########################################################################################

セカンダリページ 通常版
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 {
	overflow:hidden;
	position: relative;
	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 .35s ease;
	-webkit-transition: all .35s ease;
}
.btn_gnav::before {
	background-color: #228b22;
	content: "";
	display: block;
		top: -15px;
		left: 25px;
	width: 0%;
	height: 3px;
}
.btn_gnav::after {
	color: #fff;
	content: attr(data-hover);
	max-width: 0%;
	overflow: hidden;
	padding: .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 {
	outline: none;
	position: relative;
}
.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;
	margin: 3em auto;
	padding: 10px;
	text-align: center;
	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;
}

/*########################################################################################

コンテンツ

########################################################################################*/
/*-----------------------------------------------------------------------------
|
|■┓健保共通
|┗┛
-----------------------------------------------------------------------------*/
main#main {
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 1;
}
.contents {
	margin: 0 auto;
	max-width: 960px;
	width: 100%;
}
.contents_shrink {
	margin: 0 auto;
	width: 800px;
}
em {
	text-decoration: underline;
}
/*----------------------------
見出し
----------------------------------------------------------*/
#main h2 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 16px;
}

/*----------------------------
リンクテキスト
----------------------------------------------------------*/
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;
}

/*-----------------------------------------------------------------------------
|
|■┓ログインボックス
|┗┛
-----------------------------------------------------------------------------*/
.login_box {
	background: #fff;
	border: 1px solid #ccc;
	display: flex;
		flex-wrap: wrap;
}
.login_box > .left_container {
	border-bottom: 1px solid #ccc;
	order: 2;
	padding: 28px 32px 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;
		align-items: center;
		flex-direction: column;
	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;
	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: 16px 24px;
}
.howto.lgone {
	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: 40px;
	padding: 0 .5em 1.5em;
	text-align: center;
}
.system_requirements {
	order: 3;
	padding: 16px 24px;
}
.login_box .requirements_txt {
	font-size: 14px;
	font-size: 1.4rem;
	padding-left: 3em;
}
.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);
}
.title svg {
	margin-right: 4px;
}
.register_btn a.btn_registration {
	background: #228b22;
	color: #fff;
	display: flex;
		align-items: center;
		justify-content: center;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	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_pre {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 56px 12px;
	text-align: center;
	width: 100%;
}
.login_box_pre > div.pre_ttl {
	color: #f00;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	padding-bottom: 8px;
}
/*
.login_box_pre > div.pre_ttl::before {
	color: #f00;
	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;
	white-space: nowrap;
	width: 1%;
	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;
}
.login_body .input_group.insurance_card .input_group_addon {
	padding: 6px 11px;
}
.login_body .input_group.insurance_card .hyphen {
	display: table-cell;
	padding: 0 8px;
	vertical-align: middle;
	width: 5%;
}
.login_body .input_group.insurance_card input:last-child.form_control {
	border-left: 1px solid #ccc;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
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 {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 24px 0 8px;
}
ul.normal.pw_ul {
	margin: .5em 0;
}
.input_notes {
	color: #f00;
	font-size: 12px;
	font-size: 1.2rem;
	/*margin: 8px 0 32px 0;*/
	margin: 28px 0 8px;
}
.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;
	margin: 54px auto 0;
	padding: 10px;
	text-align: center;
	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;
}

/*-----------------------------------------------------------------------------
|
|■┓お問い合わせボタン
|┗┛
-----------------------------------------------------------------------------*/
.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;
}
