@charset "Shift_JIS";
h3, h5 {
	font-weight: lighter;
	font-size: 32px;
	margin: 5px;
	color: #bbb;
	margin-bottom: 15px;
	font-family: 'Raleway', sans-serif;
}
h2, h4, h6 {
	font-size: 14px;
	font-weight: lighter;
}
strong {
	font-size: 20px;
}
p {
	margin: 0 10px 20px 10px;
}
.topics {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 1px #c30d23;
    border-radius: 8px;
	clear: both;
}
.topics .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 18px;
    background: #FFF;
    color: #c30d23;
}
.topics p {
    margin: 0; 
    padding: 5px;
	color: #666;
}
.topics strong {
	color: #c30d23;
	font-size: 18px;
}
.topics a {
    color: #c30d23;
    text-decoration: underline;
}
.topics a:hover {
    color: #999;
}
/*　コンテンツ
------------------------------------------------------------*/
.banner {
	width: 50%;
	float: left;
	margin: 50px 0;
	text-align: center;
}
iframe {
	border: 10px #f6f6f6 solid;
	width: 100%;
	height: 315px;
}
.video {
	width: 50%;
	height: auto;
	float: left;
	margin: 50px 0;
	text-align: center;
	position: relative;
}

/* -------------------------------------------------------------------
*  Ipad
* ------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
.banner {
	width: 50%;
	height: auto;
	margin: 0 auto;
	float: none;
}
/*　コンテンツ
------------------------------------------------------------*/
.banner {
	width: 50%;
	float: left;
	margin: 50px 0;
	text-align: center;
}
iframe {
	border: 10px #f6f6f6 solid;
	width: 100%;
	height: 200px;
}
.topics {
    width: 85%;
	margin: 0 auto;
	text-align: left;
}
}

/* -------------------------------------------------------------------
*  スマートフォン
* ------------------------------------------------------------------*/
@media only screen and (max-width: 479px) {
h3, h5 {
	font-size: 18px;
	margin: 5px;
	color: #bbb;
	margin-bottom: 5px;
}
h2, h4, h6 {
	font-size: 13px;
}
strong {
	font-size: 15px;
}
p.styl {
	font-size: 14px;
}
/*　コンテンツ
------------------------------------------------------------*/
.banner {
	width: 100%;
	height: auto;
	margin: 0 auto;
	float: none;
}
.video {
	width: 100%;
	margin: 0 auto;
	float: none;
}
iframe {
	width: 90%;
	height: 200px;
	margin: 0 auto;
}
}
