@charset "UTF-8";


/* PC向けのスタイル： 481px～ */
@media only screen and (min-width: 481px) {


#v_top {
	width: 100%;
	height: 380px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0px;
	padding: 0px;
}
#v_top dl {
	height: auto;
	width: 1040px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 75px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	text-align: center;
}
#v_top dl dt {
	font-weight: bold;
	font-size: 180%;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	color: #FFFFFF;
}
#v_top dl dt span{
	background: linear-gradient(transparent 80%, #fae13c 80%);
}
#v_top dl dd {
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 2.2em;
	color: #FFF;
}
#voice {
	margin: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0px;
}
#voice dl {
	border-radius: 10px;
	position: relative;
	border: 2px solid #0099cb;
	padding: 50px;
	height: auto;
	width: 48%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
#voice dl dt {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#voice dl dt img{
	border-radius:8px;
}
#voice dl dd {
	font-size: 90%;
	margin: 0px;
	line-height: 1.7em;
	padding: 0px;
}
.fkv {
	margin: 0px;
	padding: 0px;
	height: 76px;
	width: 107px;
	background-image: url(../images/fukidashi.png);
	background-repeat: no-repeat;
	font-style: italic;
	color: #f984d4;
	font-weight: bold;
	text-align: center;
	line-height: 4.3em;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	position: absolute;
	left: -20px;
	top: -25px;
	font-size: 110%;
}
}



/* スマホ向けのスタイル： ～480px */
@media only screen and (max-width: 480px) {

#v_top {
	width: 100%;
	height: 380px;
	background-image: url(../images/top_sp.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0px;
	padding: 0px;
}
#v_top dl {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 85px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	text-align: center;
	height: auto;
	width: 90%;
}
#v_top dl dt {
	font-weight: bold;
	font-size: 130%;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#v_top dl dt span{
	background: linear-gradient(transparent 80%, #fae13c 80%);
}
#v_top dl dd {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFF;
	font-size: 85%;
}
#voice {
	margin: 0px;
	padding: 0px;
}
#voice dl {
	border-radius: 10px;
	position: relative;
	border: 2px solid #0099cb;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
}
#voice dl dt {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#voice dl dt img{
	border-radius:8px;
}
#voice dl dd {
	font-size: 90%;
	margin: 0px;
	line-height: 1.7em;
	padding: 0px;
}
.fkv {
	margin: 0px;
	padding: 0px;
	height: 76px;
	width: 107px;
	background-image: url(../images/fukidashi.png);
	background-repeat: no-repeat;
	font-style: italic;
	color: #f984d4;
	font-weight: bold;
	text-align: center;
	line-height: 4.3em;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	position: absolute;
	left: -20px;
	top: -25px;
	font-size: 110%;
}

}
