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

html{
	background-color:#EFEFEF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-top: 16px solid #3abbf9;
	border-bottom: 81px solid #3abbf9;
}
body{
	margin:0 auto;
	width: 90%;
	max-width:860px;
	padding-left: 5%;
	padding-right: 5%;
	background-color: white;
	padding-bottom: 40px;
	padding-top: 20px;
}
header{
	padding-bottom: 40px;
}
.title_img{
	width: 100%;
	max-width:688px;
	margin: 0;
}
.lead_text{
	font-size:17px;
	color:#3F3F3F;
	line-height:23px;
	font-weight:300;
}
.lead_attention{
	position:relative;
	color:#EA0E12;
	font-size: 14px;
	padding-left: 16px;
	line-height: 20px;
}
.lead_attention:before{
	position:absolute;
	width:15px;
	height:15px;
	content:"※";
	left: 0;
}
.wrapper{
	margin:0 auto;
	width: 91%;
	padding: 4%;
	padding-bottom: 26px;
}
.wrapper .title{
	font-size:23px;
	font-weight:bold;
	color:#222222;
	line-height: 28px;
}
.wrapper .text001{
	font-size:16px;
	color:#222222;
	line-height:23px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.wrapper .link{
	font-size:23px;
	margin-top: 0;
}
.wrapper .link a{
	color:#137FFF;
	text-decoration:underline;
}
.wrapper .link a:hover{
	opacity:0.6;
}
@media screen and (max-device-width: 480px) {
	header {
    padding-bottom: 17px;
}
	.title_img {
    max-width: none;
}
.lead_text {
    font-size: 15px;
    line-height: 20px;
}
.lead_attention {
    font-size: 14px;
    line-height: 18px;
}
.wrapper .title {
    font-size: 17px;
    line-height: 25px;
}
.wrapper .text001 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.wrapper .link {
    font-size: 19px;
}
}