@charset "utf-8";
em {
	color: tomato;
	font-weight: bold;
}
/*----------------------------
ヘッダー
----------------------------------------------------------*/
.btn_submit.btn_contact {
	display: none;
}
a.contact_btn {
	background-color: #49938e;
	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;
}
#wrap_header.checkup_wrap_header {
	background: url(../images/gnavi_bg.png) repeat-x;
	background-position-y: bottom;
	background-size: 6px 73px;
	height: 144px;
}
/*----------------------------
テーブルスタイル
----------------------------------------------------------*/
table.normal th {
	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 .delete_cell {
	border: none !important;
	background-color: #fff;
}

/* テーブル　健保色( tbody > th ) */
table.tbl_kenpo_color {
	width: 100%;
}
table.tbl_kenpo_color th,
table.tbl_kenpo_color td {
	border: 1px solid #ddd;
	text-align: left;
	vertical-align: middle;
}
table.tbl_kenpo_color th {
	font-weight: bold;
}
table.tbl_kenpo_color thead th {
	background-color: #999;
	color: #fff;
	padding: 12px;
	text-align: center;
}
table.tbl_kenpo_color tbody th,
table.tbl_kenpo_color tbody td {
	padding: 16px;
}
table.tbl_kenpo_color tbody th {
	background-color: #f4fdfb;
	color: #5cb8b2;
	white-space: nowrap;
}
table.tbl_kenpo_color td {
	background: #fff;
}
/*-----------------------------------------------------------------------------
番号リスト
-----------------------------------------------------------------------------*/
ol.number {
	counter-reset: item;
	list-style-type: none;
	padding-top: .5em;
}
ol.number > li {
	position: relative;
}
ol.number > li {
	padding: 0 0 0 1.6em;
}
ol.number > li:last-child {
	border-bottom: none;
}
ol.number > li:before {
	color: tomato;
	content: counter(item)'.';
	counter-increment: item;
	font-weight: bold;
	padding-right: 0.5em;
	position: absolute;
	left: 0.2em;
}
/*----------------------------
イントロ
----------------------------------------------------------*/
/*緑ボックス*/
#main .procedure_box {
	background: #f4fdfb;
	padding: 32px;
	position: relative;
	z-index: 1;
}
#main .procedure_box .procedure_tit {
	color: #5cb8b2;
	flex-shrink: 0;
	font-family: "Noto Sans Japanese";
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.4;
	padding-left: 24px;
	position: relative;
}
#main .procedure_box .procedure_tit::before {
	display: block;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 19px;
	font-size: 1.9rem;
	position: absolute;
		top: 1px;
		left: 0;
}
#main .procedure_box .procedure_tit.dot-circle::before {
	content: "\f192";/*イントロ*/
}
#main .procedure_box .procedure_tit.check-circle::before {
	content: "\f058";/*手続き*/
}
#main .procedure_box .procedure_tit:not(:first-of-type) {
	margin-top: 2em;
}
#main .procedure_box .procedure_tit:not(:last-of-type) {
	margin-bottom: 0.5em;
}
#main .procedure_box p {
	padding-left: 1.5em;
}
#main .checkup_period {
	display: flex;
		flex-wrap: wrap;
	margin: 0 0 16px 1.5em;
}
#main .checkup_period dt,
#main .checkup_period dd {
	background: #fff;
	font-weight: bold;
	margin-bottom: 8px;
	width: calc(50% - 8px);
}
#main .checkup_period dt{
	border-left: 4px solid #5cb8b2;
	padding: .5em .5em .5em 12px;
	padding-left: 12px;
}
#main .checkup_period dd {
	display: flex;
		align-items: center;
	padding: .5em .5em .5em 24px;
	position: relative;
}
#main .checkup_period dd::before {
	content: "\f054";
	font-family: FontAwesome;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	top: calc(50% - .5em);
	left: 0;
}
#main a.login_url {
	font-size: 20px;
	font-size: 2.0rem;
}
#main .login_img {
	display: flex;
		justify-content: space-between;
}
#main .login_img > div:first-child {
	margin-right: 1em;
}
#main .login_img > div > img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 380px;
}
/* 検査項目一覧 */
#main table.tbl_kenpo_color.tbl_ins {
	min-width: 728px;
}
#main table.tbl_kenpo_color.tbl_ins thead th {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 8px 4px;
	width: 72px;
}
#main table.tbl_kenpo_color.tbl_ins th.subjects {
	text-align: left;
	white-space: nowrap;
}
#main table.tbl_kenpo_color.tbl_ins tbody th,
#main table.tbl_kenpo_color.tbl_ins tbody td {
	font-size: 14px;
	padding: 16px 8px;
}
#main table.tbl_kenpo_color.tbl_ins tbody td {
	text-align: center;
}
#main table.tbl_kenpo_color.tbl_ins tbody td.details {
	font-size: 12px;
	text-align: left;
}
#main table.tbl_kenpo_color.tbl_ins tbody td.batsu {
	background-color: #eee;
}

/*-----------------------------------------------------------------------------
予約から登録の流れ
-----------------------------------------------------------------------------*/
#main .asterisk {
	color: red;
}
#main table.tbl_kenpo_color th.subjects {
	text-align: center;
}
#main table.tbl_kenpo_color td.age,
#main table.tbl_kenpo_color td.charge {
	text-align: center;
}
#main table.tbl_kenpo_color td.age {
	white-space: nowrap;
}
#main table.tbl_kenpo_color td.self_burden {
	white-space: nowrap;
	text-align: center;
}
#main table.tbl_kenpo_color .asterisk {
	margin-left: 4px;
}
#main table.tbl_kenpo_color .bg_yellow {
	background: #fffdeb;
}
#main table.tbl_kenpo_color .bg_pink {
	background: #fff0ff;
}
#main table.tbl_kenpo_color td.subsidy {
	text-align: right;
}
#main td.subsidy {
	text-align: right;
}
#main td.contract_out_course {
	text-align: center;
	white-space: nowrap;
}

/* tbl_asterisk */
#main table.tbl_asterisk td {
	border: none;
	padding: 0 0 12px 0;
	vertical-align: top;
}
#main table.tbl_asterisk td.asterisk {
	text-align: right;
	padding-right: 4px;
}
/*共通*/
#main div.tbl_ttl {
	color: #f2941a;
	font-size:1.6rem;
	font-size:16px;
	font-weight: bold;
	position: relative;
	padding-left: 16px;
	margin-bottom: 4px;
}
#main div.tbl_ttl::before {
	display: block;
	content: "\f04b ";
	font-size: 12px;
	font-size: 1.2rem;
	font-family: FontAwesome;
	font-weight: normal;
	position: absolute;
		top: 4px;
		left: 0;
	transform: rotate(90deg);
}
#main .alert_warning {
	background-color: #fcf8e3;
	border: 1px solid #faebcc;
	border-radius: 4px;
	color: #8a6d3b;
	padding: 15px;
	margin: 1em 0;
}
#main .application_flow h3:not(:first-of-type) {
	margin-top: 2em;
}
#main .application_flow ol li {
	font-weight: normal;
}
#main .qrcord {
	display: flex;
		align-items: flex-end;
	margin-top: 8px;
}
#main .qrcord p {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0 0 0 8px;
}
#main .qrcord img {
	border: 1px solid #ddd;
}
/* ID、パスワード取得方法 */
#main .idpass_ttl {
	color: tomato;
	font-size: 18px;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 16px;
}
#main .idpass_box {
	display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
}
#main .idpass_box > div {
	width: calc(50% - 16px);
}
#main .idpass_box img {
	border: 1px solid #ddd;
	width: 360px;
	max-width: 100%;
}
#main .idpass_box h4 {
	min-height: 60px;
}
#main .reserve_list li {
	display: block;
	margin-bottom: .2em;
	margin-left: 0;
	padding-left: 1em;
	padding-bottom: 0;
	position: relative;
}
#main .reserve_list li::before {
	content: "\f111";
	font-family: FontAwesome;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 1;
	position: absolute;
	top: 9px;
	left: 2px;
	transform: scale(0.5);
}
/* 雇用時ページ用 */
#main .application_flow .employment_reserve_img {
	margin: 1em 0;
	text-align: center;
}
#main .application_flow .employment_reserve_img img {
	border: 1px solid #ccc;
	width: 400px;
}

/*----------------------------
よくある質問
----------------------------------------------------------*/
#main .faq_accordion .accordion_one .accordion_header {
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
	position: relative;
	transition-duration: 0.2s;
	z-index: +1;
}
#main .faq_accordion .accordion_one .accordion_header.faq_ctg {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}
#main .faq_accordion .accordion_one .accordion_header.faq_ctg,
#main .faq_accordion .accordion_one .accordion_header.faq_qus {
	cursor: pointer;
}
#main .faq_accordion .accordion_one .accordion_header.faq_ctg:hover,
#main .faq_accordion .accordion_one .accordion_header.faq_qus:hover {
	opacity: .8;
}
#main .faq_accordion .accordion_one .accordion_header.faq_qus {
	font-weight: bold;
	padding: 20px 6em 20px 2.5em;
	text-indent: -1.5em;
}
#main .faq_accordion .accordion_one .accordion_header.faq_qus::before {
	color: #f60;
	content: "Q.";
	margin-right: 8px;
}
#main .faq_accordion .accordion_one .accordion_header.faq_ans {
	background: #fcfcfc;
	padding: 20px 1em 20px 2.5em;
	text-indent: -1.5em;
}
#main .faq_accordion .accordion_one .accordion_header.faq_ans::before {
	color: #f60;
	content: "A.";
	margin-right: 8px;
}
#main .faq_accordion .accordion_one .accordion_header .i_box {
	display: flex;
		align-items: center;
		justify-content: center;
	position: absolute;
		top: 50%;
		right: 5%;
	margin-top: -20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	width: 40px;
	height: 40px;
}
#main .faq_accordion .accordion_one .accordion_header .i_box .one_i {
	display: block;
	position: relative;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	width: 18px;
	height: 18px;
}
#main .faq_accordion .accordion_one .accordion_header.open .i_box {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
#main .faq_accordion .accordion_one .accordion_header .i_box .one_i:before,
#main .faq_accordion .accordion_one .accordion_header .i_box .one_i:after {
	display: flex;
	content: '';
	background-color: #ddd;
	border-radius: 10px;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
}
#main .faq_accordion .accordion_one .accordion_header .i_box .one_i:before {
		top: 0;
		left: 7px;
	width: 4px;
	height: 18px;
}
#main .faq_accordion .accordion_one .accordion_header.open .i_box .one_i:before {
	content: none;
}
#main .faq_accordion .accordion_one .accordion_header.open .i_box .one_i:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#main .faq_accordion .accordion_one .accordion_inner {
	display: none;
	padding: 0;
}
#main .faq_accordion .accordion_one .accordion_inner .box_one {
	height: 300px;
}
#main .faq_accordion .accordion_one .accordion_inner p.txt_a_ac {
	margin: 0;
}
#main .sendto {
	background: #fff;
	border: 2px solid #eee;
	display: inline-block;
	margin: 1em 0 1em 1em;
	padding: .5em 1em;
	text-indent: 0;
}
/*----------------------------
トップへ
----------------------------------------------------------*/
.page_top {
	z-index: 1;
}
