@charset "utf-8";
/* CSS Document */

/*******************************
パララックスエフェクト
*******************************/
html {
	height: 100%;
}
 
body {
	height: 100%;
	line-height: 1.6;
}

#mainVisual {
	position: relative;
	height: 30%;
	background-color: rgba(0, 0, 0, 1.0);
	overflow: hidden;
}
@media screen and (max-width: 737px) {
	#mainVisual {
		margin-top:0 !important;
	}
}

#mainVisual .bg {
	/*position: fixed;*/
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('/check/images/main01.jpg') no-repeat 0 30% #222;
	background-size: 100%;
	opacity: 0.8;
}

#mainVisual h1 {
	width: 96%;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	color: #fff;
	line-height: 1em;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}

#mainVisual h1 span {
	font-size: 1rem;
	display: block;
}

/*******************************
main
*******************************/
#main {
	background: #fff;
    -webkit-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
	padding-bottom: 5%;
}

/*******************************
check
*******************************/
#check {
	overflow: hidden;
	line-height: 1.6;
}

#check .checkBox01 .english {
	color: #999;
	margin-top: 1.5em;
}

#check .tabBox {
	margin: 3% auto;
    background-color: #333;
	padding: 2%;
}

input[type="text"], input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

#check .tabBox input {
    padding: 0 0 0 10px;
    margin-bottom: 0;
    line-height: 3em;
    height: 3em;
    font-size: 1em;
    border: none;
    width: 25%;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	vertical-align: top;
}

#check .tabBox select {
    border: none;
    width: 12%;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	border-radius: 0;
	padding: 0 0 0 10px;
	margin-bottom: 0;
	line-height: 3em;
	height: 3em;
	font-size: 1em;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	vertical-align: top;
}

#check .tabBox .button_wrap {
    float: right;
    width: 11%;
}

#check .tabBox .button_wrap input {
	width: 100%;
	border: none;
	padding: 0;
    background-color: #29a3dd;
    color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-size: 1rem;
	cursor: pointer;
}

#check .tabBox .button_wrap input:hover {
	opacity: 1.0!important;
    background-color: #ffdd0e;
    color: #000;
}

#check #caution {
	margin-bottom: 4%;
}

#check #caution .japanese {
	background: #eee;
	padding: 1.5em;
}

#check #caution .japanese h2 {
	font-weight: bold;
}

#check #caution .japanese ul {
	margin: 1em 0;
}

#check #caution .japanese ul li {
	margin: 0 0 0 1em;
	list-style-type: disc;
}

#check #caution .english {
	background: #f4f4f4;
	padding: 1.5em;
	color: #999;
}

#check #caution .english h2 {
	font-weight: bold;
}

#check #caution .english ul {
	margin: 1em 0;
}

#check #caution .english ul li {
	margin: 0 0 0 1em;
	list-style-type: disc;
}

/*******************************
result
*******************************/
#result {
	overflow: hidden;
	line-height: 1.6;
}

#result .tabBox {
	margin: 0 auto 3%;
    background-color: #333;
	padding: 2%;
}

#result .resultBox01 {
	background: #fff;
	padding: 2%;
}

#result .resultBox01 .user-name {
	font-size: 1.8em;
	padding-right: 0.5em;
}

#result .tabBox table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	margin-top: 2.5em;
}

#result .tabBox table th,
#result .tabBox table td {
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	padding: 0.5em;
	vertical-align: middle;
	font-weight: bold;
	line-height: 1.6;
}

#result .tabBox table th {
	background: #555;
	color: #fff;
}

#result .tabBox table td {
	background: #f4f4f4;
}

#result .tabBox table td:first-child {
	width: 33%;
}

#result .tabBox table td:nth-child(2) {
	width: 17%;
}

#result .tabBox table td:nth-child(3) {
	width: 25%;
}

#result .tabBox table td:last-child {
	width: 25%;
}

#result .tabBox table tr:nth-child(odd) td {
	background: #e5e5e5;
}

#result #caution {
	margin-bottom: 4%;
	width: 100%;
}

#result #caution table {
	width: 100%;
	border-color: inherit;
	margin-top: 1em;
	border-collapse: collapse;
	border-spacing: 1px;
}

#result #caution table th,
#result #caution table td {
	padding: 0.5em;
	vertical-align: top;
	background: #fff;
	border: 1px solid #333;
}

#result #caution table th {
	font-weight: bold;
}

#result #caution .japanese {
	background: #eee;
	padding: 2%;
	width: 100%;
	box-sizing: border-box;
}

#result #caution .japanese h2 {
	font-weight: bold;
}

#result #caution .english {
	background: #f4f4f4;
	padding: 2%;
	width: 100%;
	color: #999;
	box-sizing: border-box;
}

#result #caution .english h2 {
	font-weight: bold;
}

.changeBox p {
    margin-bottom: 1.5em;
}

.changeBox .changeTable {
    border-collapse: collapse;
    margin-bottom: 1.5em;
}

.changeBox .changeTable td {
    border: 1px dotted #333;
    padding: 3px 15px;
}

/*******************************
bnr
*******************************/
.bnrArea01 {
	text-align: center;
}

.bnrArea01 a {
	display: block;
	width: 30%;
	margin: 0 auto;
}

.bnrArea01 a img {
	width: 100%;
}



