@charset "utf-8";

/* その他レイアウトに関するクラス
------------------------------------------------------------*/
.width_100per {
	width:100%;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:2px;
	padding-left:2px;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.width_100per_noline {
	width:100%;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:2px;
	padding-left:2px;
	float:left;
}
.form_left10px {
	padding-left:10px;
	float:left;
}

.clear_float{
clear:both;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* ------------------------------------------------------------*/
/* 画面表示関連 */
.display-none{
	display: none;
}


/* フォント関連 */
.color_red_nomal {
	color: #F00;
}
.color_red_em08 {
	color: #F00;
	font-size: 0.8em;
}

.color_red_bold {
	color: #F00;
	font-size: 1.2em;
	font-weight: bold;
}
.color_blue_bold {
	color: #00F;
	font-size: 1.2em;
	font-weight: bold;
}
.color_dark-green_bold {
	color: #184c00;
	font-size: 1.2em;
	font-weight: bold;
}
.color_blue_bold_bg_yellow {
	color: #00F;
	font-size: 1.2em;
	font-weight: bold;
    background-color: yellow;
}
.color_blue_em12 {
	color: #00F;
	font-size: 1.2em;
}
.color_blue_em11 {
	color: #00F;
	font-size: 1.1em;
}
.color_blue_nomal {
	color: #00F;
}
.color_black_em12 {
	color: #000;
	font-size: 1.2em;
}
.color_black_em11 {
	color: #000;
	font-size: 1.1em;
}
.color_black_em09 {
	color: #000;
	font-size: 0.9em;
}
.color_glay60 {
	color: #666666;
}
.color_glay40_em08 {
	color: #999999;
	font-size: 0.8em;
}
.color_glay40_bg_em08 {
	color: #999999;
    background-color: #f7f5f5;
	font-size: 0.8em;
}


.font-weight-bold {
	font-size: 1.2em;
	font-weight: bold;
}

.font-weight-extra {
	color: #00F;
	font-size: 2.0em;
	font-weight: bold;
}
.font-weight-extra16em {
	color: #000;
	font-size: 1.6em;
	font-weight: bold;
    margin-bottom:-20px;
}


/* フォームレイアウト */
.block-align-center{
	display: block;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	padding-top:5px;
}

.text-align-center {
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.text-align-right {
	display: block;
	text-align:right;
	margin-right: 5px;
	margin-left: auto;
}

.float_left {
	float:left;
}
.float_right {
	float:right;
}


/* YOUTUBEの組み込み動画レスポンシブ対応 ---------------------------------- */
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* どの端末からでもレスポンシブ------ */
.responsive_video { 
    position: relative; 
    padding-bottom: 36.5%; /* ←動画のサイズによって左の数値は可変となる（960x350px幅の動画のサイズ）------ */
}
.responsive_video video, 
.responsive_video iframe, 
.responsive_video object, 
.responsive_video embed { 
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}