@charset "UTF-8";

.overLayout #main h2.bg {
	background-image: url(../img/over/h2_bg01.jpg);
}

.overLayout #main #c02 .cassette .flex div h5 {
	font-size: 150%;
	line-height: 1.2;
	padding: 0 0 15px;
}

.overLayout #main #c02 .cassette .flex div h5 .fontS {
	font-size: 50%;
}

.overLayout #main #c02 .cassette .blueLine {
	border: 1px solid #002c62;
	padding: 20px 20px 0;
	margin: 0 0 30px;
}

.overLayout #main #c02 .cassette .blueLine h5 {
	font-size: 120% !important;
}

.overLayout #main #c03 .cassette .flex div:nth-child(1) {
	font-weight: bold;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.overLayout #main #c02 .cassette .flex {
					justify-content: space-around;
				}
				.overLayout #main #c02 .cassette .flex div:nth-child(1) {
					width: 260px;
				}
				.overLayout #main #c02 .cassette .flex div:nth-child(2) {
					width: 390px;
				}
				.overLayout #main #c03 .cassette .flex {
					justify-content: space-around;
				}
				.overLayout #main #c03 .cassette .flex div:nth-child(1) {
					width: 140px;
				}
				.overLayout #main #c03 .cassette .flex div:nth-child(2) {
					width: 510px;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1060px) {
			}

/* clearfix
------------------------------------*/

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

.clearfix {
display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
height: 1%
}

.clearfix {
display:block;
}
/* end MacIE5 */