@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');
/* CSS Document */

body{
	color:#000;
	-webkit-text-size-adjust:100%;
	max-width: 1920px;
	margin: auto;
	font-size: 14px;
	line-height: 1.6em;
	-webkit-font-smoothing: antialiased;
}

a{
	text-decoration: none;
}

.logo{
	background-color: #fff;
	margin: 10px;
}

.topimg img{	
	margin: auto;
	width: 100%;
}

.button_flex{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.header_text{
	text-align: center;
	margin-bottom: 20px;
}

.button{
	display: block;
	margin:auto;
	width: 28%;
	height: 50px;
	padding: 20px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 3.5em;
	color: #fff;
	font-size: 1.1em;
}

.button:hover{
	opacity: 0.7;
}

.mukou{
	background-color: #818181;
	pointer-events: none;
}

.manual{	
	background-color: #158C0A;
}

.login{
	background-color: #EF5D39;
}

.test{
	background-color: #DCAA17;
}

.title{
	text-align: center;
	font-size: 1.3em;
	border-bottom: 1px solid #32cd32;
}
.titlesub{
	font-size: 0.7em;
	font-weight: bold;
}

.manualimg{
	display: flex;
	justify-content: space-around;
	text-align: center;
}

.manualimg img{
	width: 98%;
}

.textarea_width{
	margin: auto;
	width:1280px;
}

.title{
	margin-top: 20px;
	text-align: center;
	font-size: 1.3em;
	border-bottom: 1px solid #158C0A;
}

.kinshi{
	background-color: #efefef;
	padding: 10px;
}

.qa{
	padding: 10px;
}

.suishou{
	background-color: #efefef;
	padding: 10px;
}

.suishou span{
	font-weight: bold;
	font-size: 1.2em;
}

.suishou_text{
	display: flex;
	justify-content: space-around;
}

.pc{
	width: 50%;
}

.sp{
	width: 50%;
}

.question:before{
	content: "Q";
	color: #158C0A;
	font-size: 150%;
}

.answer{
	margin-bottom: 50px;
}

.answer:before{
	content: "A";
	color: #ec6b4d;
	font-size: 150%;
}

.contact{
	padding: 10px;
}

.contact span{
	font-size: 1.1em;
	font-weight: bold;
}

.contact_text{
	display: flex;
	justify-content: space-around;
}

.jftc{
	width: 50%;
}

.jl{
	width: 50%;
}

.footer{
	background-color: #158C0A;
	padding: 10px;
	color:#fff;
	text-align: center;
}

.footer span{
	font-size: 0.7em;
}