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

html,body{
	margin: 0;
	padding: 0;
}
.hover:hover{
	opacity: 0.7;
	-webkit-transition: all 500ms ease-out;
-moz-transition: all 500ms ease-out;
-o-transition: all 500ms ease-out;
transition: all 500ms ease-out;
}
.wrapper{
	width: 950px;
	margin: 0 auto;
}
#logo{
	margin-left: 9px;
    margin-top: 11px;
	vertical-align:bottom;
}
#border{
	width: 950px;
	vertical-align: top;
}
a{
	color:#5D3E9F;
}

.box_wrapper{
	display: flex;
	margin: 40px 0;
}
.box{
	width: 459px;
	margin-right: 16px;
	background-color: #F9F9F9;
	padding: 12px;
}
.box:last-child{
	margin-right: 0;
}
.box_img{
	text-align: center;
}
.box_img img{
	vertical-align: bottom;
	margin: 20px 0;
}
.box_img a:hover{
	opacity: 0.7;
		-webkit-transition: all 500ms ease-out;
-moz-transition: all 500ms ease-out;
-o-transition: all 500ms ease-out;
transition: all 500ms ease-out;
}
.box p span{
	font-size: 20px;
	color: #266EDB;
	text-align: center;
	display: block;
	border-bottom: 1px solid #266EDB;
	padding: 10px;
}
.box p{
	color: #464646;
	margin: 0;
}
#footer_border{
	margin: 20px 0;
}
footer a{
	width: 950px;
}
footer a img{
	float: right;
	margin:0 10px 39px 0;
	vertical-align: top;
}
.clear{
	clear: both;
}
/*Facebookとツイッターのシャアボタン*/
.social-grp-link #fb-root{
	display: inline-block;
}
.social-grp-link .fb-share-button>span{
	vertical-align: unset !important;
}
/*YOUTUBE*/
#youtube_container{
	width: 950px;
	height: 533px;
}
#youtube_container iframe{
	width: 100%;
	height: 100%
}