header a:-webkit-any-link {			/*スマホ用ヘッダー*/
	display:none;					/*非表示*/
}
header a{							/*スマホ用ヘッダー*/
/*	font-family:'Cabin', sans-serif;
	width:80%;
    position:relative;
    left:2%;
    top:1vmin;
	font-size:8vmin;
	font-family: 'Cabin', sans-serif;
	text-decoration:none;
	color: #ffffff;*/
	display:none;					/*非表示*/
}
header div{							/*スマホ用ハンバーガー*/
	display:none;					/*非表示*/
}

/*↑スマホ用なので非表示↑*/


h1{									/*PC用ヘッダー*/
	background-color: #19448e;		/*色：メイン1*/
	margin:0;						/*外の余白 削除*/
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	color:#fff;
	font-size:20px;
}


body{
	font-family:'メイリオ', sans-serif;			/*フォント設定*/
	margin:0;						/*余白消し*/
	width:100%;
/*	min-width:1110px;*/
	background:#f5fffa;
}
.head{								/*○○だよ。の部分*/
	font-weight:bold;
	text-align:center;
	color:#000;
	font-size:24px;
	font-family: 'メイリオ', sans-serif;
	margin-bottom: 30px;
	margin-top: 30px;
}
footer{
	background-color:#19448e;		/*色：メイン2*/
	height:75px;
	text-align: center;				/*ロゴと著作を真ん中*/
	padding:1em;
	color:#fff;
	margin-top:0;
	font-size:13px;
}




/*↓qa_pc.html用↓*/

main{
	background-color:#f5fffa;		/*色：ベース背景*/
	height:auto;
	padding-top:0px;
	padding-bottom:200px;
	position:relative;
}

.questions{							/*questionのまとめ*/
	background:#f5fffa;
	/*width:1100px;*/
	height:auto;
	margin:0 auto;
	display:flex;
	
	flex-wrap:wrap;
	width:90%;
	justify-content:center;
}

.question{							/*boxとspanのまとめ*/
	/*margin-left:47px;*/
	transition:filter 0.3s;			/*0.5秒で変化*/
	margin-top:0;
	margin-bottom:20px;
	margin-left:20px;
	margin-right:20px;
}

.question span{						/*質問文*/
	color:#19448e;					/*メイン2*/
	font-weight:600;				/*文字の太さ*/
	font-size:110%;
}

.question:hover{					/*質問にホバーしたとき*/
	cursor:pointer;
	filter:brightness(140%);
/*	filter:hue-rotate(355deg);
	filter:saturate(100%);*/
	text-decoration:underline;		/*下線*/
	text-decoration-color:#19448e;	/*下線の色*/
}

.qBox{								/*四角（質問）*/
	background-color:#fff;
	height:200px;
	width:200px;
	text-align:center;
	border:solid 8px #19448e;
}
#qBox1 img{
	width:auto;
	height:75%;
	margin-top:25px;
}
#qBox2 img{
	width:80%;
	height:auto;
	margin-top:45.6px;
}
#qBox3 img{
	width:90%;
	height:auto;
	margin-top:46.1px;
}
#qBox4 img{
	width:auto;
	height:75%;
	margin-top:25px;
}

#q1{
	order:1;
}
#q2{
	order:2;
}
#q3{
	order:3;
}
#q4{
	order:4;
}

.modal p{
	margin-left:5%;
	margin-right:5%;
}
.modal p span{background: linear-gradient(#fff 60%, #FCC800 0%);
}

.modal .que{						/*モーダル_Q.質問*/
	color:#19448e;
	font-weight:600;				/*文字を太く*/

	
}
.modal .ans{						/*モーダル_A.アンサー*/
	padding-left: 1em;
	text-indent: -1em;
}

/*↑qa_pc.html用↑*/




.menuBtn{
	box-sizing: border-box;
	width:100%;
	margin:0;
}

.menuBtn li{
	box-sizing: border-box;
	display: inline-block;
	width : calc(100% / 6) ;
	float:left;
	height:100px;
}

.japanese{
	font-family: 'メイリオ', sans-serif;
	font-size:14px;
	text-align: center;
}

.Nav_Title{
	font-weight:bold;
	font-size:20px;
	text-align: center;
	font-family: 'Cabin', sans-serif;
}

.Nav_Common ul{
	width:100%;
	padding:0;
	margin:0;	
}

.menuBtn a{
	color:#ffffff;
	text-decoration:none;
}

.menuBtn a li {
	color:#ffffff;
	background-color:rgba(102,204,255,0.7);
	margin-bottom: 0px;
	margin-top: 10px;
	border: 1px solid #ffffff
}

.menuBtn a:hover{
	background-color:rgba(252,200,0,0.7);
}

.menuBtn a li:hover{
	background-color:rgba(252,200,0,0.7);
}

.list .active{
	background-color:rgba(252,200,0,0.7);
}

body {
	position: relative;
}

.menuBtn{
	position:fixed;
	bottom:0px;
}

.height{
	min-height:100vh;
}
