@charset "utf-8";

/** Font Setting **/
/*
@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium"), local("Yu Gothic");
	font-weight: 500;
}
*/
@font-face{
	font-family: "Yu Gothic M";
	src: local("Yu Gothic Medium");
}
@font-face{
	font-family: "Yu Gothic M";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
/** /Font Setting **/

body{
/*	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, YuGothicM, "Yu Gothic", "游ゴシック", "游ゴシック体", "メイリオ", Meiryo, sans-serif; */
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0 auto;
	padding 0;
}

#container{
	margin:0;
	padding 0;
}

/** タブレット以上の解像度のコンテンツ幅をタブレットサイズに固定 **/
@media screen and (min-width:768px){
	body{
		width:768px;
	}
}

img{
	outline:none;
	border-style:none;
}

a{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

a:visited{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

a:hover {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

header{
	display: block;
	overflow: hidden;
}

header.logo1{
	margin: 15px 0 15px 0;
	text-align: center;
}

header.logo1 img{
	width:75%;
}

header.logo2{
	margin: 15px 0 15px 0;
	text-align: center;
}

header.logo2 img{
	width:85%;
}

.description1{
	margin: 0 20px 0 20px;
	font-size: 90%;
}

.description2{
	margin: 0 20px 0 20px;
	text-align: center;
	font-weight: bold;
}

.bigtitle{
	margin: 0 20px 0 20px;
	text-align: center;
	font-weight: bold;
	font-size: 5vw;
}
@media screen and (min-width:601px) and (max-width:979px){
	.bigtitle{
		font-size: 4vw;
	}
}
@media screen and (min-width:980px) and (max-width:1600px){
	.bigtitle{
		font-size: 3vw;
	}
}
@media screen and (min-width:1601px){
	.bigtitle{
		font-size: 2vw;
	}
}
.level-front{
	font-size: 150%;
	font-weight: bold;
}

.level-number{
	font-size: 300%;
	font-weight: bold;
}

footer{
	font-size: 75%;
	text-align: center;
	border-top: 1px solid black;
	padding: 10px 0 10px 0;
	margin-top: 25px;
}

footer address{
	letter-spacing: 1px;
}

.form-area{
	margin: 20px 20px 20px 20px;
	text-align: center;
}

.modal-area{
	padding: 10px;
}

.modal-area-title{
	font-size: 20px;
	border-bottom: 1px solid black;
}

.modal-area-text{
	margin-top: 25px
}

.qa-block{
	width: 100%;
	margin: 0 auto;
}

.qa-block-label{
	text-align: left;
	float: left;
	font-weight: bold;
}

.qa-block-discription{
	text-align: right;
}

.qa-block-supplement{
	color: #ff0000;
	font-size: 70%;
}

.scroll-box{
	width: 100%;
	height: 500px;
	overflow: auto;
	margin: 0 auto;
	padding: 30px 0 15px 0;
	border: 1px #999999 solid;
}

.myscore-block{
	width: 85%;
	margin: 0 auto;
}

.ib-box{
	display: inline-block;
}

.step-box{
	width: 65%;
	color: #ffffff;
	display: inline-block;
	margin-bottom: 15px;
}

.item-disable{
	filter: brightness(45%);
}

input[type="text"],input[type="password"]{
	width: 100%;
	height: 30px;
	border: 1px solid #999999;
	text-align:center;
	line-height:1.3;/* placeholder位置調整 */
	border-radius: 0;
	-webkit-appearance: none;
}

input[type="button"],input[type="submit"]{
	width: 100%;
	height: 40px;
	background-color: #7f7f7f;
	color: #ffffff;
	padding: 5px 0 5px 0;
	border-style: none;
	border-radius: 0;
	-webkit-appearance: none;
}

input[type=checkbox]{
	background-color: #ffffff;
	border: 1px solid #000000;
	border-radius: 0;
}

select{
	width: 100%;
	border: 1px solid #000000;
	border-radius: 0;
}

.error_msg{
	font-size: 90%;
	color:#cc0000;
	text-align:center
}

button,
input[type="button"],
input[type="submit"] {
	cursor: pointer;
}

table.score{
	width:100%;
	border:0px;
	border-collapse:separate;
	border-spacing:1px;
}
.score td{
	width:16.66%;
	background-repeat: no-repeat;
	background-size:102%;
	background-position: center;
}
.score img{
	width:100%;
}

table.score-explain{
	width:100%;
	border:2px #000000 solid;
}
.score-explain td{
	width:16.66%;
	border:2px #000000 solid;
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
.score-explain img{
	width:100%;
}
.qaset-table-2 {
	width:100%;
	border:0px;
	border-collapse:separate;
	border-spacing:10px;
	cursor:pointer;
}
.qaset-table-2 .td-l {
	width: 33%;
	cursor:pointer;
	background-repeat: no-repeat;
	background-size: 100%;
}
.qaset-table-2 .td-l img {
	width: 100%;
}
.qaset-table-2 .td-c {
	width: 33%;
	cursor:pointer;
	background-repeat: no-repeat;
	background-size: 100%;
}
.qaset-table-2 .td-c img {
	width: 100%;
}
.qaset-table-2 .td-r {
	width: 33%;
	cursor:pointer;
	background-repeat: no-repeat;
	background-size: 100%;
}
.qaset-table-2 .td-r img {
	width: 100%;
}

.qaset-table {
	width:100%;
	border:0px;
	border-collapse:separate;
	border-spacing:10px;
	cursor:pointer;
}
.qaset-table .td-l {
	width: 70%;
	cursor:pointer;
	background-repeat: no-repeat;
	background-size: 100% 101%;
}
.qaset-table .td-l img {
	width: 100%;
}
.qaset-table .td-r {
	width: 30%;
	background-color:#0070c0;
	text-align:center;
	vertical-align: middle;
	color: #ffffff;
}
.btn-info input[type="button"] {
	background-color: #0070c0;
}
.btn-info .btn-half-l,
.btn-info .btn-half-r {
	width: calc(50% - 5px);
}
.btn-info .btn-half-l {
	float: left;
	padding-right: 5px;
	padding-bottom: 10px;
}
.btn-info .btn-half-r {
	float: right;
	padding-left: 5px;
	padding-bottom: 10px;
}

/* トップへ戻るボタン */
input.toppage[type="button"] {
	color: #000000;
	background-color: #eee8aa;
	margin-top:10px;
}

/* ダイアログのキャンセルボタン */
button.remodal-cancel, 
button.remodal-cancel:hover,
button.remodal-cancel:focus, 
button.remodal-cancel:active {
	color: #FFFFFF;
	background-color: #8C0001;
}

.mb5{
	margin-bottom: 5px;
}

.mb10{
	margin-bottom: 10px;
}

.mb15{
	margin-bottom: 15px;
}

.mb20{
	margin-bottom: 20px;
}

.mb25{
	margin-bottom: 25px;
}

.mb30{
	margin-bottom: 30px;
}

.mb35{
	margin-bottom: 35px;
}

.mb40{
	margin-bottom: 40px;
}

.mb45{
	margin-bottom: 45px;
}

.mb50{
	margin-bottom: 50px;
}

.mb55{
	margin-bottom: 55px;
}

.mb60{
	margin-bottom: 60px;
}
