@charset "UTF-8";

.row > * { box-sizing:border-box; }
.covid_inspection.row > * { box-sizing:content-box; }
.page_title.h_txt { background:#FFC000; }
#information #info_list .text { word-break:normal; }

.c_green2 { color:#00B050; }
.c_mail { color:#0E6CCE!important; }
.c_line { color:#03B902!important; }

.notes { padding-left:1.5em; font-size:1.15em; }

.time_list { display:table; width:100%; border:5px solid #FFC000; margin:20px 0; border-radius:15px; }
.time_list > * { display:table-cell; vertical-align:middle; font-weight:bold; font-size:1.5em; line-height:1.5; padding:15px 0; }

.passport_arrow { font-size:5em; padding:50px 0; }
.passport_arrow > * { line-height:0; }
.passport_arrow > .arrow { padding:10px 0; }

@media only screen and (max-width: 768px){
	.covid_inspection.row > * { box-sizing:border-box; }

	#base .xx-large { font-size:1.35em; }
	#base .xxx-large { font-size:1.95em; }

	.passport_arrow { transform:rotateZ(-90deg); margin:-70px 0; }
	.passport_arrow > .arrow img { transform:rotateZ(-180deg); }
	.passport_arrow > .c_mail i,
	.passport_arrow > .c_line i { transform:rotateZ(90deg); }
}

.h5_b { font-size:1.4em; font-weight:bold; color:#65AADD; }
.h5_p { font-size:1.4em; font-weight:bold; color:#F09192; }

.allergy td.head { padding:10px 10px 0 10px; border-bottom:none !important; font-size:1.5em; height:30px; }
.allergy td:not(.head) { width:50%; padding:0 10px 10px 10px; border-top:none !important; height:70px; }

