@charset "utf-8";

.cert h2 {
	background: url(../images/ttl_bg_green.jpg) no-repeat right top #d9e8f0;
}
.cert .conFrame h2 {
	background-image: none;
}
.cert h3 {
	margin-top: 40px;
}
.conFrame {
	margin-top: 30px;
}
.certend {
	font-size: 200%;
	text-align: center;
}
.error {
	color: #c00;
}
a.button {
	color: #fff;
	font-size: 100%;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	background-color: #096;
	border-bottom: solid 4px #576;
	border-radius: 3px;
	padding: 15px 0 13px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
a.button:hover {
	background-color: #0b7;
}
.cert form {
	margin-top: 20px;
}
.cert .form1 {
	position: relative;
	border: 1px solid #ccc;
	padding: 30px 10px;
}
.cert .form1 input {
	width: 70%;
	height: 44px;
	font-size: 100%;
	display: inline-block;
	line-height: 40px;
	 border-radius: 3px;
	outline: none;
	border: 1px solid #ccc;
}
.cert .form1 .button {
	position: absolute;
	top: 30px;
	right: 10px;
	width: 27%;
	padding: 12px 0 0;
	height: 32px;
}
.headsup {
	background-color: #f1f1f1;
	padding: 10px 10px 15px 25px;
	margin-top: 20px;
}
.headsup li {
	margin-top: 5px;
}
.headsup li small {
	display: inline;
	font-size: 1.8em !important;
	line-height: 0;
	vertical-align: middle;
	position: relative;
	top: 0.1em;
}
.judge {
	background-color: #f1f1f1;
	padding: 8px 10px 15px 25px;
	margin-top: 30px;
	list-style: circle;
}
.judge li {
	margin-top: 7px;
	font-size: 0.8em;
}
.fullsize {
	width: 100%;
	margin: 20px 0 0;
	font-size: 100%;
	box-sizing: border-box;
	border-radius: 3px;
	padding: 8px;
	outline: none;
	border: 1px solid #ccc;
}
/*
.fullsize::-moz-placeholder {color: #666;}
.fullsize:-ms-input-placeholder {color: #666;}
.fullsize::-webkit-input-placeholder {color: #666;}
*/
.fullsize::input-placeholder {color: #666;}
.form6 table #pref {
	padding: 3px 0;
	width: 93%;
	margin-bottom: 6px;
	margin-top: 8px;
}
.form6 table input,
.form6 table textarea {
	width: 90%;
	padding: 8px;
	outline: none;
    border: 1px solid #ccc;
}
.form6 table input:focus,
.form6 table textarea:focus {
	box-shadow: 0 0 3px #39c;
	border: 1px solid #39c;
}
.form6 table input {
	border-radius: 3px;
}
.form6 table th {
	width: 12.5em;
}
.form6 table td {
	padding: 10px;
}
.form6 table th span,
.form5 table th span {
	margin-left: 2px;
	color: #c00;
}
/*
.form6 table input::-moz-placeholder {color: #666;}
.form6 table input:-ms-input-placeholder {color: #666;}
.form6 table input::-webkit-input-placeholder {color: #666;}
*/
.form6 table input::input-placeholder {color: #666;}
/*
.form6 table textarea::-moz-placeholder {color: #666;}
.form6 table textarea:-ms-input-placeholder {color: #666;}
.form6 table textarea::-webkit-input-placeholder {color: #666;}
*/
.form6 table textarea::input-placeholder {color: #666;}
.form5 table th {
	width: 12.5em;
}
.form5 table td {
	padding: 10px;
}
/*self*/
.self {
	margin-top: 20px;
	text-align: center;
}
.self th {
	text-align: center;
}
.form5 .self th, .form5 .self td,
.form6 .self th, .form6 .self td,
.form7 .self th, .form7 .self td {text-align: left;}
.self td:first-child {
	text-align: left;
}
.self .cancelbtn {
	padding: 5px;
	height: 18px;
	white-space: nowrap;
	background-color: #ccc;
    border-bottom: solid 2px #aaa;
	color: #333;
	margin: 2px 0;
	cursor: pointer;
}
.self .cancelbtn:hover {
	background-color: #ddd;
}
.self a.button {
	padding: 5px;
	/* height: 18px; */
	white-space: nowrap;
	background-color: #ccc;
    border-bottom: solid 2px #aaa;
	color: #333;
	margin: 2px 0;
}
.self a.button:hover {
	background-color: #ddd;
}
.form5 .self,
.form6 .self {
	margin-top: 0;
}
.cancelbtn,
.form1 a,
.longbtn a,
.shortbtn a,
.shortbtn input {
	color: #fff;
	cursor: pointer;
	font-size: 100%;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	background-color: #096;
	border-bottom: solid 4px #576;
	border-radius: 3px;
	padding: 15px 0 13px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.cancelbtn:hover,
.form1 a:hover,
.longbtn a:hover,
.shortbtn a:hover,
.shortbtn input:hover {
	background-color: #0b7;
}
.longbtn {
	text-align: center;
	font-size: 1em;
}
.longbtn a,
.shortbtn a.button,
.shortbtn input {
	margin: 20px auto 0;
	width: 48%;
}
.shortbtn input {
	border-left: none;
	border-right: none;
	border-top: none;
	box-shadow: none;
}
.shortbtn {
	position: relative;
	font-size: 1em;
}
.shortbtn a + a,
.shortbtn input + a {
	position: absolute;
	top: 0;
	right: 0;
	width: 55%;
}
.self .cancelbtn {
	padding: 5px;
	height: 18px;
	white-space: nowrap;
	background-color: #ccc;
    border-bottom: solid 2px #aaa;
	color: #333;
	margin: 2px 0;
	cursor: pointer;
}
.self .cancelbtn:hover {
	background-color: #ddd;
}
article #supplement_ttl {
	padding: 0 20px;
	color: #000;
	border-top: solid 1px #e5eaef;
    padding: 0.5em 20px 3px;
	margin-top: 40px;
}
article #supplement_ttl::before {
    background-color: #e5eaef;
    left: 4px;
    margin-top: -4px;
    width: 6px;
}
.supplement_img img {
	margin-right: 5px;
}
.disclaimer {
	margin: 20px -20px 0;
	list-style: none;
	padding-left: 0;
}
.disclaimer li{
	margin-top: 0.2em;
	padding-left: 0.7em;
	text-indent: -0.7em;
}
.icon {
	margin-top: 20px;
}
.icon .caution {
	list-style: none;
	margin-top: 4px;
	padding-left: 0.7em;
	text-indent: -0.7em;
}
.destination {
	font-size: 16px;
	margin-top: 4px;
}
.cert .destination:nth-child(5) {
	margin-top: 20px;
}

/* 検索結果
	 2019.11.29追加 */
.search-result {
	margin-top: .5em;
	font-size: 140%;
	line-height: 300%;
	vertical-align: middle;
}
.search-result strong {
	font-size: 125%;
}

.additional {
	background: #096;
	color: #fff !important;
	text-decoration: none;
	border-radius: 2px;
	border: 1px solid #096;
	border-bottom: 2px solid #576;
	white-space: nowrap;
	display: block;
}
a.additional:hover {
	background-color: #0b7;
}
.end {
	opacity: 0.5;
}

tr td div.kome {
	font-size: 70% !important;
	opacity: 0.75;
}
li .additional,
p .additional {
	display: inline-block;
	padding: 0 4px;
	margin-right: 2px;
}
li .end {
	margin-left: 2px;
}

.judge dl dt,
.judge dl dd {
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
}
.judge dl dt {
	width: 7em;
}
.judge dl dd {
	width: calc(100% - 8em);
}
.judge dl dt.dt-wide {
	width: 11em;
}
.judge dl dt.dt-wide + dd {
	width: calc(100% - 12em);
}
.judge dl dt.dt-full {
	width: 100%;
}
/* 
	 追加ここまで */

/* PC */
@media only screen and (min-width: 601px) {
/*.form6 table th {
	width: 12.5em;
	height: 24px;
}*/
}

/* タブレット、スマホ */
@media only screen and (max-width: 600px) {
	.cert .form1 input {
		width: 100%;
	}
	.cert .form1 .button {
		position: relative;
		width: 100%;
		top: 0;
		right: 0;
		margin: 20px 0;
	}
	.longbtn a {
		width: 100%;
		padding: 12px 0 0;
		height: 32px;
	}
	.shortbtn a.button,
	.shortbtn input {
		width: 100%;
		position: relative;
	}
	.cert .form6 table th {
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	.cert .form6 table td {
		display: block;
		margin: 0 0 20px;
	}
	.cert .form4 table th {
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	.cert .form4 table td {
		display: block;
		margin: 0 0 20px;
	}
}

/* チェックボックスとラジオボタン
	 IE8以下は通常のチェックボックスとラジオボタンを表示*/
.form5 .choose {
	margin-top: 8px;
	font-size: 100%;
    text-align: center;
}
.choose span {
	display: block;
	font-size: 84%;
	line-height: 1.4;
	padding-right: 200px;
}
.choose input[type=radio],
.choose input[type=checkbox] {
	display: inline-block;
	margin-right: 6px;
}
.choose input[type=radio] + label,
.choose input[type=checkbox] + label {
	position: relative;
	cursor: pointer;
}
@media (min-width: 1px) {
	.choose input[type=radio],
	.choose input[type=checkbox] {
		display: none;
		margin: 0;
	}
	.choose input[type=radio] + label,
	.choose input[type=checkbox] + label {
		padding: 0 0 0 24px;
	}
	.choose input[type=radio] + label {
		margin-left: 10px;
	}
	.choose input[type=radio] + label::before,
	.choose input[type=checkbox] + label::before {
		content: "";
		position: absolute;
		display: block;
		top: 50%;
		left: 0;
		width: 16px;
		height: 16px;
		margin-top: -10px;
		border-radius: 4px;
		background-color: #fff;
	}
	.choose input[type=radio] + label::before {
		border: 2px solid #ccc;
		border-radius: 30px;
	}
	.choose input[type=checkbox] + label::before {
		border: 2px solid #ccc;
	}
	.choose input[type=radio]:checked + label::after,
	.choose input[type=checkbox]:checked + label::after {
		content: "";
		position: absolute;
		top: 50%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		display: block;
	}
	.choose input[type=radio]:checked + label::after {
		left: 5px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		background: #09c;
		border-radius: 8px;
	}
	.choose input[type=checkbox]:checked + label::after {
		left: 3px;
		width: 16px;
		height: 8px;
		margin-top: -8px;
		border-left: 3px solid #09c;
		border-bottom: 3px solid #09c;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
	}
}