@charset "UTF-8";


/* aboutIndexLayout
------------------------------------*/

.aboutIndexLayout .h2wrap {
	background-image: url(../img/index_h2.jpg);
}

.aboutIndexLayout #main #c01 .cassette img {
	max-width: 100%;
}

.aboutIndexLayout #main #c01 .cassette.box02 .flex div:nth-child(2) p {
	text-align: center;
}

.aboutIndexLayout #main #c01 .cassette.box04 .flex {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 40px;
}

.aboutIndexLayout #main #c01 .cassette.box04 .flex div {
	width: 48%;
	margin: 0 4% 0 0;
}

.aboutIndexLayout #main #c01 .cassette.box04 .flex div:nth-child(2n) {
	margin: 0;
}

.aboutIndexLayout #main #c01 .cassette.box04 .flex div ul {
	padding: 0;
}

.aboutIndexLayout #main #c01 .cassette.box04 .flex div ul li {
	list-style-type: disc;
	margin: 0 0 0 20px;
}

.aboutIndexLayout #main #c02 .cassette img {
	max-width: 100%;
	width: 400px;
}

.aboutIndexLayout #main #c02 .cassette .flex div:nth-child(1) p {
	text-align: center;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.aboutIndexLayout #main #c01 .cassette.box04 .flex div {
					width: 23%;
					margin: 0 2.6666% 0 0;
				}
				.aboutIndexLayout #main #c01 .cassette.box04 .flex div:nth-child(2n) {
					margin: 0 2.6666% 0 0;
				}
				.aboutIndexLayout #main #c01 .cassette.box04 .flex div:nth-child(4n) {
					margin: 0;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1000px) {
				.aboutIndexLayout #main #c01 .cassette.box01 .flex div:nth-child(1) {
					width: 600px;
				}
				.aboutIndexLayout #main #c01 .cassette.box01 .flex div:nth-child(2) {
					width: 350px;
				}
				.aboutIndexLayout #main #c01 .cassette.box02 .flex {
					flex-direction: row-reverse;
				}
				.aboutIndexLayout #main #c01 .cassette.box02 .flex div:nth-child(1) {
					width: 475px;
				}
				.aboutIndexLayout #main #c01 .cassette.box02 .flex div:nth-child(2) {
					width: 475px;
				}
				.aboutIndexLayout #main #c02 .cassette img {
					width: 100%;
				}
				.aboutIndexLayout #main #c02 .cassette .flex div:nth-child(1) {
					width: 475px;
				}
				.aboutIndexLayout #main #c02 .cassette .flex div:nth-child(2) {
					width: 475px;
				}
			}


/* aboutAchievementLayout
------------------------------------*/

.aboutAchievementLayout .h2wrap {
	background-image: url(../img/achievement_h2.jpg);
}

.aboutAchievementLayout #main #c01 .cassette .flex div:nth-child(1) p {
	text-align: center;
}

.aboutAchievementLayout #main #c01 .cassette .flex div:nth-child(1) p img {
	width: 150px;
}

.aboutAchievementLayout #main #c01 .cassette:nth-child(2) .flex div:nth-child(1) p img {
	width: auto;
	height: 150px;
}

.aboutAchievementLayout #main #c01 .cassette:nth-child(2) .flex div:nth-child(1) p img:nth-child(1) {
	display: inline-block;
	margin: 0 10px 0 0;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.aboutAchievementLayout #main #c01 .cassette .flex {
					display: flex;
					justify-content: space-between;
				}
				.aboutAchievementLayout #main #c01 .cassette .flex div:nth-child(1) {
					width: 25%;
				}
				.aboutAchievementLayout #main #c01 .cassette .flex div:nth-child(2) {
					width: 70%;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1000px) {
			}

/* aboutInternationalLayout
------------------------------------*/

.aboutInternationalLayout .h2wrap {
	background-image: url(../img/international_h2.jpg);
}

.aboutInternationalLayout #main #c01 .cassette .img {
	text-align: center;
}

.aboutInternationalLayout #main #c01 .cassette .img img {
	max-width: 100%;
}

.aboutInternationalLayout #main #c01 .cassette h3 {
	text-align: left;
}

.aboutInternationalLayout #main #c01 .cassette h4 {
	padding: 0 0 10px;
}

.aboutInternationalLayout #main #c01 .cassette .img {
	padding: 0 0 80px;
}

.aboutInternationalLayout #main #c01 .cassette ul li .box01 {
	padding: 0;
}


			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.aboutInternationalLayout #main #c01 .cassette ul {
					display: flex;
					flex-wrap: wrap;
				}
				.aboutInternationalLayout #main #c01 .cassette ul li {
					width: 22%;
					margin: 0 4% 20px 0;
				}
				.aboutInternationalLayout #main #c01 .cassette ul li:nth-child(4n) {
					margin: 0 0 20px;
				}
				.aboutInternationalLayout #main #c01 .cassette ul li .box01 {
					height: 56px;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1000px) {
				.aboutInternationalLayout #main #c01 .cassette ul li .box01 {
					height: 79px;
				}
			}

/* voiceTopLayout
------------------------------------*/


			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1000px) {
			}


/* 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 */