@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Helvetica Neue", 'Hiragino Kaku Gothic ProN', "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	margin: 0 auto;
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
}

.message_mv{
	background: url(../message/image_uniq/mv.jpg) no-repeat center;
	background-size: cover;
}

/*CONTENT*/
#content{
	font-family: 'Noto Sans Japanese', sans-serif;
}
.content_inner{
	width:950px;
	margin: 0 auto;
}
@media screen and (max-width: 1024px){
	.content_inner {
    width: 95%;
    margin: 0 auto;
}

}
#content h3{
	font-size: 37px;
	font-size: 3.7rem;
	font-weight: 500;
	color: #3895d1;
    border-bottom: solid 3px #dbdbdb;
    margin: 0 auto 50px;
}
#content h3 span{
	border-bottom: solid 3px #3895d1;
    padding-bottom: 10px;
    margin-bottom: -3px;
    display: inline-block;
}
#content h4{
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
	color: #fff;
	background: #3895d1;
    border: solid 1px #3895d1;
	padding: 10px 20px;
    margin: 0 auto 20px;
}
#content section{
	margin-bottom: 100px;
}
/*MESSAGE*/
.message .first_title{
	font-size: 40px;
	font-size: 4.0rem;
	color: #f0c82a;
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px;
}
.message .first_title02{
	margin-bottom: 70px;
	line-height: 2;
}
.message .top_photo{
	position: relative;
}
.message .top_photo .name_txt{
	position: absolute;
	top: 30%;
	right:0;
	background: #f0c82a;
	width:440px;
	padding: 50px 0 50px 50px;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
}
.message .top_photo .name_txt span{
	display: block;
	font-size: 45px;
	font-size: 4.5rem;
	font-weight: bold;
}
.message h6{
	position: relative;
	text-align: center;
	font-size: 30px;
	font-size: 3.0rem;
	margin-top: 100px;
	margin-bottom: 80px;
	font-weight: 500;
}
.message h6:before {
    border-top: 1px solid #f0c82a;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.message h6 span {
    background-color: white;
    display: inline-block;
    padding: 0 30px;
    position: relative;
}

.message #js-message_movie {
	text-align: center;
}

@media screen and (max-width: 1024px) {
	.message #js-message_movie video {
		height: 360px;
		width: 640px;
	}
}

@media screen and (max-width: 640px) {
	.message #js-message_movie video {
		height: 169px;
		width: 300px;
	}
}

@media screen and (max-width: 768px) {
	img{
		max-width: 100%;
	}
	.content_inner{
	width:95%;
	margin: 0 auto;
}
#content h3{
	font-size: 23px;
	font-size: 2.3rem;
	margin-bottom: 30px;
}
#content h4{
	font-size: 18px;
	font-size: 1.8rem;
	padding: 10px 10px;
    margin: 0 auto 10px;
}
#content section{
	margin-bottom: 60px;
}
/*MESSAGE*/
.message .first_title{
	font-size: 35px;
	font-size: 3.5rem;
	margin-bottom: 30px;
}
.message .first_title02{
	margin-bottom: 50px;
	text-align: left;
}
.message .top_photo{
	text-align: center;
}
.message .top_photo .name_txt{
	position: static;
	width:100%;
	padding: 30px 0 30px 0px;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
}
.message .top_photo .name_txt span{
	display: block;
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: bold;
}
.message h6{
	position: relative;
	text-align: center;
	font-size: 30px;
	font-size: 3.0rem;
	margin-top: 50px;
	margin-bottom: 50px;
	font-weight: 500;
}
.message h6 span {
    background-color: white;
    display: inline-block;
    padding: 0 30px;
    position: relative;
}
}

/*PRIVACY*/
.privacy{
	margin: 200px 0 0 0 !important;
}
.privacy table {
	width: 100%;
	margin-top: 20px;
}
.privacy table tr {
	border-bottom: 1px solid #dbdbdb;
}
.privacy table th {
	width: 25%;
	text-align: left;
	padding: 20px 0 20px 20px;
	vertical-align: top;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	color: #3895d1;
}
.privacy table td {
	padding: 20px 0;
}
@media screen and (max-width: 768px) {
.privacy {
	margin: 100px 0 0 0 !important;
}
.privacy table th {
	width: 100%;
	padding: 20px 0 20px 0px;
	vertical-align: middle;
	font-weight: 500;
	display: block;
}
.privacy table td {
	padding: 0px 0 20px;
	width: 100%;
	display: block;
}
}
