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

/* 中身-モバイルファースト======================================================================================================== */
#title{
	display: block;
	text-decoration: none;
	background-image: url(../images/cons_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 80% auto;
	padding-top: 21vw;
	position: relative;
}
#title a::before{
	content: "";
	width: 10vw;
	height: 10vw;
	position: absolute;
	bottom: 4vw;
	right: 2vw;
	border-top: 1px solid #111;
	border-right: 1px solid #111;
	transform: rotate(45deg);
}
#title a::after{
	content: "";
	width: 14vw;
	height: 1px;
	position: absolute;
	bottom: 8.8vw;
	right: 0;
	border-top: 1px solid #111;
}
#title em{
	display: block;
	width: 60vw;
	margin: 0 0 2vw auto;
}
#title h2{
	font-size: 5vw;
	text-align: center;
}
#title p{
	font-size: 3.5vw;
	text-align: center;
}
#title .illust{
	width: 18vw;
	position: absolute;
	top: 0;
	right: 0;
}

#point li{
	position: relative;
	margin-top: 40px;
}
#point li .num{
	width: 15vw;
	height: 15vw;
	border: solid 2px #111;
	display: block;
	text-align: center;
	font-size: 5vw;
	line-height: 15vw;
	position: absolute;
	top: -10px;
	right: 4vw;
}
#point li .copy{
	position: absolute;
	top: -10px;
	left: 4vw;
}
#point li .copy img{
	width: auto;
	height: 10vw;
}
#point li .photo{
	margin-bottom: 10px;
}
#point li .illust{
	position: absolute;
	top: 48vw;
	right: 4vw;
	text-align: right;
}
#point li .illust img{
	max-width: 15vw;
	max-height: 15vw;
}
#point li h3{
	font-size: 18px;
}
#point li .btn {
	margin-top: 10px;
}
#point li .btn a{
	display: block;
	text-decoration: none;
	color: #34a142;
	border: solid 2px #34a142;
	padding: 5px;
	text-align: center;
}




/* PCのみ======================================================================================================== */
@media print and (min-width: 671px), screen and (min-width: 671px){

#title{
	background-size: auto;
	padding-top: 160px;
	min-height: 261px;
}
#title a::before{
	width: 30px;
	height: 30px;
	bottom: 0;
	right: 4px;
}
#title a::after{
	width: 70px;
	bottom: 14px;
}
#title em{
	width: auto;
	margin: 0;
	position: absolute;
	top: 90px;
	right: 180px;
}
#title h2{
	font-size: 30px;
	text-align: left;
	padding: 20px 0 20px 550px;
	margin-bottom: 40px;
}
#title p{
	font-size: 20px;
}
#title .illust{
	width: auto;
	top: 40px;
	right: 50px;
}

#point ol{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#point li{
	width: 480px;
	margin-top: 60px;
}
#point li .num{
	width: 80px;
	height: 80px;
	font-size: 40px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 80px;
	top: -10px;
	right: 20px;
}
#point li .copy{
	position: absolute;
	top: -10px;
	left: 10px;
}
#point li .copy img{
	width: auto;
	height: auto;
}
#point li .photo{
	margin-bottom: 20px;
}
#point li .illust{
	top: 280px;
	right: 20px;
}
#point li:nth-child(2) .illust{
	top: 240px;
}
#point li .illust img{
	max-width: 100%;
	max-height: 100%;
}
#point li h3{
	font-size: 24px;
}
#point li .btn {
	margin-top: 20px;
	text-align: center;
}
#point li .btn a{
	width: 300px;
	margin: 0 auto;
	padding: 10px 0;
}
#point li .btn a:hover{
	background-color:  #34a142;
	color: #FFF;
}




}

