@charset "utf-8";

/* CSS Document */
@font-face {
	font-family:-apple-system, "Helvetica Neue", "Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-weight: normal;
	font-style: normal;
}
h1, h2, h3, h4, h5, h6, p, img, div, ol, ul, li, figure, dl, dt, dd{
	margin: 0;
	padding:0; 
}
a{
	color: #22a8ee;
	text-decoration: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
a:hover{
	color: #2295ee;
}
html{
	overflow: auto;
}


/* body,common ------------------------------------------------------------- */
/* -- PC ----------------------------------------- */
body{
	margin:0;
	padding:0;
	font-family:"Noto Sans Japanese", Meiryo, sans-serif;
	font-size: 15px;
	line-height: 1.7;
	color: #111111;
	overflow: hidden;
}
h1, h2{
	font-size: 16px;
	font-weight: bold;
}
li{
	list-style: none;
}
input, textarea{
	font-family:"Noto Sans Japanese", Meiryo, sans-serif;
}
a.launchMail{
    display: block;
	background-color: #e60012;
	color: #ffffff;
	text-align: center;
	padding: 10px 5px;
	border-radius: 12px;
    border: none;
	width: 100%;
	font-size: 14px;
}
.btn-request a{
    display: block;
	background-color: #84bae5;
	text-align: center;
	padding: 10px 5px;
	border-radius: 12px;
	margin: 15px auto;
    border: none;
	width: 90%;
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
}

/* -- tablet & smartPhone -------------------------- */
@media screen and (max-width: 768px) {
/*
        button.launchMail{
		background-color: #e60012;
		color: #ffffff;
		text-align: center;
		padding: 5px;
		border-radius: 12px;
		margin-top: 15px;
		border: none;
		width: 100%;
		font-size: 14px;
	}
*/
	a.launchMail{
		width: 100%;
		padding: 5px;
	}
	.btn-request a{
		width: 90%;
		padding: 5px;
	}


}

/* wrapper ---------------------------------------------------------- */
/* -- PC ------------------------------------------- */
.wrapper{
	width: 70%;
	margin: 0 auto 40px auto;
}
.monitor-flow{
	margin-top:30px;
}
.monitor-flow h2{
	font-size:28px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.monitor-flow li{
	text-align: center;
	margin-bottom: 20px;
}
.monitor-flow li img.mg{
	width: 60%;
	height: auto;
}

.monitor-flow p{
	width:80%;
	text-align: left;
	margin: 0 auto;
}
.monitor-flow p.center{
	text-align: center;
}
.monitor-flow p.attention{
	font-size: 80%;
	color: #e60012;
}
.map-view{
	margin:20px auto 40px auto;
}
.map-view p{
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

.monitor-details{
	background-color: #efefef;
	padding:20px 15px;
	font-size: 90%;
}
.monitor-details dt{
	font-weight: bold;
	margin-bottom: 0;
}
.monitor-details dd{
	margin-bottom: 15px;
	margin-left: 20px;
}
.monitor-details li{
	list-style: disc;
}


/* .monitor-thankyou ----- */
.monitor-thankyou{
	width: 100%;
}
.monitor-thankyou .kv{
	background-color: #fffcbe;
}
.kv-contents{
	width: 70%;
	margin: 0 auto 20px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.kv-contents figure{
	oder:1;
	margin-right: 30px;
}
.kv-contents p{
	oder:2;
}
.monitor-thankyou article{
	width: 70%;
	margin: 0 auto;
	text-align: left;
}
.monitor-thankyou article p{
	margin-bottom: 10px;
}

/* -- tablet & smartPhone -------------------------- */
@media screen and (max-width: 768px) {
	.wrapper{
		width: 100%;
	}
}


/* monitor201912 ------------------------------------------------------------------ */
/* -- PC ------------------------------------------- */
.monitor201912 section.monitor-kv{
	text-align: center;
	margin-top: -10px;
}
.monitor201912 section.monitor-kv img{
	width: 100%;
	height: auto;
}

ul.head li{
	display: inline-block;
	margin-right:20px;
	vertical-align: middle;
}
ul.head li img{
	padding-top:15px;
}
.btn-monitor201912 a{
    display: block;
	background-color: #24a8f5;
	text-align: center;
	padding: 12px;
	border-radius: 20px;
	margin: 15px auto;
    border: none;
	width: 90%;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	cursor: pointer;
	box-shadow: 2px 2px 4px gray;
}


/* -- tablet & smartPhone -------------------------- */
@media screen and (max-width: 768px){
	.monitor201912{
		width: 100%;
		letter-spacing: 1.2;
	}
	.monitor201912 ul.head{
		padding:15px 10px 10px 10px;
		overflow: hidden;
		line-height: 1.3;
		width: auto;
	}
	ul.head li{
		margin-right:0;
	}
	ul.head li.logo{
		width:20%;
		margin-right:20px;
	}
	ul.head li img{
		width:100%;
		height: auto;
		padding-top: 0;
	}

	.monitor201912 div{
		width: 94%;
		display: block;
		margin: 0 auto;
	}
	.monitor201912 div span{
		color: #e60012;
		font-weight: bold;
	}
	.kv-contents{
		width: 100%;
		display: block;
		text-align: center;
	}
	.kv-contents figure{
		margin-bottom: 10px;
	}
	.monitor-thankyou article{
		width: 90%;
	}
	.monitor-thankyou img{
		width:60%;
		height: auto;
	}

}










