@charset "utf-8";
/* CSS Document */

.bnr_pickup {
	width: 935px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.bnr_pickup .left {
	width: 250px;
	height: auto;
	display: flex;
	align-items: center;
	margin-right: 10px;
	background-color: #fc81c1;
	padding: 10px 15px;
	color: #FFFFFF;
	text-align: center;
	border-radius: 6px;
	font-weight: bold;
	font-size: 120%;
}
.bnr_pickup .left img {
	width: 100%;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bnr_pickup .left a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: 0.5s;
}
.bnr_pickup .right {
	width: 635px;
	height: auto;
}
.bnr_pickup .right img {
	width: 635px;
	height: auto;
}
.bnr_pickup .right a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: 0.5s;
}
.youtube {
	width: 406px;
	display: block;
	float: right;
	background-color: #3a9de7;
	border-radius: 5px;
	padding: 10px 20px 5px 20px;
	box-sizing: border-box;
}
.youtube h3 {
	text-align: center;
	margin-bottom: 10px;
}
.youtube h3 img {
	width: 320px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
/*.youtube ul {
	display: flex;
	flex-wrap: wrap;
}*/
.youtube ul li {
	/*width: 224px;
	height: 126px;*/
	margin-bottom: 10px;
}
/*.youtube ul li:nth-child(odd) {
	margin-right: 20px;
}*/
.youtube ul li div {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube ul li div iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
p.comment {
	position: relative;
	text-align: center;
	padding: 0.6em 1em;
	background: #3a9de7;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	border-radius: 6px;
	width: 97%;
	margin: 0 auto 2em;
	line-height: 1.4em;
	box-sizing: border-box;
}
p.comment:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #3a9de7 transparent transparent transparent;
	border-width: 20px 20px 0 20px;
}
.gaibuSite {
	width: 97%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	font-size: 110%;
}
.gaibuSite .pepup,
.gaibuSite .kenko,
.gaibuSite .shika {
	border-width: 2px;
	border-style: solid;
	border-radius: 5px;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.36);
}
.gaibuSite .pepup {
	width: 35%;
	border-color:  #3a9de7;
}
.gaibuSite .kenko {
	border-color:  #329898;
	margin-bottom: 15px;
}
.gaibuSite .shika {
	border-color:  #f885a3;
}
.gaibuSite .pepup > div {
	padding: 3em 2em 0 2em;
}
.gaibuSite .kenko > div {
	padding: 1em 1.5em;
}
.gaibuSite .shika > div {
	padding: 1em 2em;
}
.gaibuSite h2 {
	color: #ffffff;
	text-align: center;
	font-size: 145%;
	line-height: 1;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.gaibuSite .pepup h2 {
	background-color: #3a9de7;
}
.gaibuSite .kenko h2 {
	background-color: #329898;
}
.gaibuSite .shika h2 {
	background-color: #f885a3;
}
.gaibuSite .wrap_kenko-shika {
	width: 63%;
}
.gaibuSite .pepup .btn {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}
.gaibuSite .pepup .btn img {
	width: 100%;
}
.gaibuSite .pepup .txt {
	line-height: 1.7;
	margin-bottom: 2em;
}
.gaibuSite .pepup .txt img {
	width: 70px;
	height: auto;
	margin-left: 5px;
	margin-bottom: 40px;
	float: right;
	clear: right;
}
.gaibuSite .pepup .center {
	width: 100%;
	text-align: center;
}
.gaibuSite .pepup .center a {
	font-weight: bold;
}
.gaibuSite .kenko {
	line-height: 1.5;
	text-align: center;
}
.gaibuSite .kenko .info {
	width: 70%;
	margin: 1em auto;
	background-color: #dcfafa;
	border-radius: 8px;
	padding: 0.5em 0;
}
.gaibuSite .kenko .info p:first-child {
	font-weight: bold;
}
.gaibuSite .kenko .info p:first-child span {
	font-size: 140%;
}
.gaibuSite .shika {
	line-height: 1.5;
}
.gaibuSite .shika .txt {
	width: 100%;
	clear: both;
}
.gaibuSite .shika .txt img {
	width: 45px;
	height: auto;
	margin-left: 5px;
	margin-bottom: 40px;
	float: right;
	clear: right;
}
.gaibuSite .shika .btn {
	width: 200px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width:640px) {
.bnr_pickup {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	display: block;
}
.bnr_pickup .left {
	width: 100%;
	height: auto;
	margin-right: 0;
	margin-bottom: 2em;
	box-sizing: border-box;
}
.bnr_pickup .right {
	width: 100%;
	display: block;
}
.bnr_pickup .right img {
	width: 100%;
	height: auto;
}
.youtube {
	width: 100%;
	clear: both;
	border-radius: 0;
	margin-bottom: 10px;
}
.gaibuSite {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	display: block;
}
.gaibuSite .pepup {
	width: 100%;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.gaibuSite .pepup > div {
	padding: 1em;
}
.gaibuSite .pepup .txt {
	line-height: 1.5;
	margin-bottom: 1em;
}
.gaibuSite .pepup .btn {
	width: 50%;
}
.gaibuSite .wrap_kenko-shika {
	width: 100%;
}
.gaibuSite .kenko {
	width: 100%;
	box-sizing: border-box;
}
.gaibuSite .shika {
	width: 100%;
	box-sizing: border-box;
}

}