@charset "UTF-8";

/* TOP */

/* header
------------------------------------------------------------------------------*/

header {
	box-sizing: border-box;
	background: url(../img/kv.png) no-repeat;
	background-size: 67% auto;
	background-position: top right;
	margin: 0 auto;
	width: 80vw;
}

h1 {
	color: #c85050;
	font-size: 5vw;
	line-height: 1.4;
	padding-top: 10.5vw;
}

header h3 {
	font-size: 2vw;
/*	font-weight: bold;*/
	font-weight: 600;
}

header p {
	font-size: 1.8em;
	line-height: 1.9;
	width: 24vw;
}

p strong {
	color: #c84850;
}

/* SMP
--------------------------------------*/

@media screen and (max-width:767px) {

	header {
		background-size: 85% auto;
		background-position: top 2vw  right 2vw;
		width: 100%;
		padding: 0 4vw;
	}
	
	h1 {
		box-sizing: border-box;
		font-size: 10.5vw;
		line-height: 1.2;
		padding-top: 21vw;
		height: 70vw;
	}
	h1 span {
		display: block;
	}
	
	header h3 {
		font-size: 4vw;
		padding-bottom: 10vw;
		text-align: center;
	}
	
	header p {
		font-size: 1.7em;
		line-height: 1.9;
		width: 100%;
	}
}

/*----------------------------------------------------------------------------*/
/* section
------------------------------------------------------------------------------*/

section {
	position: relative;
	padding-top: 1vw;
}

section::before {
	content: "";
	display: block;
	clear: both;
	position: absolute;
	top: 2vw;
	left: 3vw;
	background: url(../img/illus01.png?230701) no-repeat;
	background-size: 100% auto;
	background-position: top left;
	width: 22vw;
	height: 22vw;
	opacity: 0.2;
}

section:nth-of-type(2)::before {
	top: 2vw;
	right: 3vw;
	left: auto;
	background: url(../img/illus02.png?230701) no-repeat;
	background-size: 100% auto;
	background-position: top right;
	width: 22vw;
	height: 22vw;
}

section:nth-of-type(3)::before {
	background: url(../img/illus03.png?230701) no-repeat;
	background-size: 100% auto;
	background-position: top right;
	width: 22vw;
	height: 22vw;
}

/* SMP
--------------------------------------*/

@media screen and (max-width:767px) {

	section {
		padding-top: 2vw;
	}
	
	section::before,
	section:nth-of-type(2)::before,
	section:nth-of-type(3)::before {
		top: 6vw;
		left: 0;
		width: 26vw;
		height: 26vw;
		opacity: 1;
	}
}

/*----------------------------------------------------------------------------*/
/* article
------------------------------------------------------------------------------*/

:root {
	--art_wid: 52vw;
	--clr_pro1: #489040;
}

article {
	width: var(--art_wid);
	padding-top: 4vw;
	margin: 0 auto;
}
section article:first-of-type {
	padding-top: 4vw;
}

article h2 {
	font-size: 2vw;
	font-weight: 600;
	line-height: 1.5;
}
article h2 span {
	display: block;
}

article p {
	font-size: 1.9em;
	line-height: 1.9;
	padding-top: .8em;
}

/* ul */

article ul {
	padding: 10px 0 10px 0;
}

article li {
	font-size: 1.9em;
	line-height: 1.3;
	padding-top: .5em;
	margin-left: 3em;
}

/* dl */

article dl {
	position: relative;
	border: 1px solid var(--clr_pro1);;
	border-radius: 36px;
	box-sizing: border-box;
	background-color: #fffaea;
	background-repeat: no-repeat;
	background-size: 15% auto;
	padding: 3% 4% 4% 15%;
	margin-top: 3%;
}
article dl:nth-of-type(1) {background-image: url(../img/pro01.png?2307);}
article dl:nth-of-type(2) {background-image: url(../img/pro02.png?2307);}
article dl:nth-of-type(3) {background-image: url(../img/pro03.png?2307);}
article dl:nth-of-type(4) {background-image: url(../img/pro04.png?2307);}
article dl:nth-of-type(5) {background-image: url(../img/pro05.png?2307);}

article dt {
	color: var(--clr_pro1);
	font-size: 3em;
	font-weight: 800;
	line-height: 1;
}
article dt small {
	font-size: .65em;
	margin-left: .3em;
}

article dd {
	padding-top: 10px;
}

article dd h3 {
	color: var(--clr_pro1);
	font-size: 2.5em;
	font-weight: 600;
	line-height: 1.6;
	padding-top: 1em;
}
article dd h3 small {
	display: inline-block;
	border-radius: 20px;
	background-color: var(--clr_pro1);
	color: #fff;
	font-size: .6em;
	line-height: 1;
	font-weight: normal;
	text-align: center;
	vertical-align: .2em;
	padding: 4px 0 3px 0;
	margin-right: 8px;
	width: 8em;
}
article dd h3 span {
	font-size: .6em;
	font-weight: normal;
}

article dd p {
	font-size: 1.8em;
	line-height: 1.6;
	padding-top: 0;
}

/* onoff2 */

article dd div div {
	display: none;
}

article dd .onoff2 {
	position: absolute;
	top: 10px;
	right: 16px;
	color: #d80040;
	cursor: pointer;
}

article dd .onoff2 {
	font-size: 1.7em;
	font-weight: 600;
}

article dd .onoff2 i {
	font-size: 1.8em;
	vertical-align: -.25em;
}

article figure {
	padding-bottom: 2vw;
}
article .map {
	width: 80%;
	margin: 0 auto;
}

/* SMP
--------------------------------------*/

@media screen and (max-width:767px) {

	article {
		box-sizing: border-box;
		width: 100%;
		padding: 10vw 4vw 0vw 4vw;
		margin: 0;
	}
	section article:first-of-type {
		padding-top: 10vw;
	}
	
	article h2 {
		font-size: 2.1em;
		line-height: 1.5;
		padding-left: 20vw;
	}
	article h2 span {
		display: inline;
	}
	section:nth-of-type(2) article:nth-of-type(2) h2 {
		padding-left: 0;
	}
	
	article p {
		font-size: 1.7em;
		line-height: 1.9;
		padding-top: 1.5em;
	}
	
	/* ul */
	
	article ul {
		padding: 10px 0 10px 0;
	}
	
	article li {
		font-size: 1.7em;
		line-height: 1.3;
		padding-top: .5em;
		margin-left: 2em;
	}
	
	/* dl */
	
	article dl {
		border-radius: 8vw;
		background-size: 20vw auto;
		padding: 4vw 4vw 2vw 4vw;
		margin: 4vw 0 4vw 0;
	}
	
	article dt {
		color: var(--clr_pro1);
		font-size: 7vw;
		font-weight: 800;
		line-height: 1;
	}
	article dt small {
		font-size: .65em;
		margin-left: .5em;
	}
	
	article dt,
	article dd > div > p {
		padding-left: 16vw;
	}
	
	article dd {
		padding-top: 10px;
	}
	
	article dd h3 {
		font-size: 5.5vw;
		font-weight: 600;
		line-height: 1.6;
		text-align: center;
		padding: 1em 0 .2em 0;
	}
	article dd h3 small {
		display: block;
		border-radius: 1em;
		font-size: .7em;
		line-height: 1;
		vertical-align: 0;
		padding: 4px 0 3px 0;
		margin: 0 auto 3px auto;
		width: 10em;
	}
	
	article dd p {
		font-size: 1.7em;
		line-height: 1.7;
		padding-top: 0;
	}
	
	/* onoff2 */
	
	article dd .onoff2 {
		position: static;
		font-size: 1.6em;
		text-align: right;
		padding-top: .5em;
	}
	
	article dd .onoff2 {
		font-size: 1.7em;
	}
}
