@charset "UTF-8";

.newsLayout #pageTitle {
	background-image: url(../img/news/h2_bg_sp.jpg);
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.newsLayout #pageTitle {
					background-image: url(../img/news/h2_bg.jpg);
				}
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
			}

.newsArchiveLayout #c02 {
	padding: 65px 0 0;
}

.newsArchiveLayout #main #c02 .cassette h3 {
	line-height: 1;
	padding: 0 0 40px;
}

.newsArchiveLayout #main #c02 .cassette h3 .en {
	font-size: 4rem;
	font-weight: 700;
	color: #d8d8d8;
}

.newsArchiveLayout #main #c02 .cassette h3 .text {
	font-size: 1.2rem;
	font-weight: 700;
}

.newsArchiveLayout #main #c02 .cassette ul li {
	border: 1px solid #9a9a9a;
	margin: 0 0 20px;
}

.newsArchiveLayout #main #c02 .cassette ul li a {
	display: block;
	padding: 10px 40px 10px 10px;
	position: relative;
}

.newsArchiveLayout #main #c02 .cassette ul li a:link,
.newsArchiveLayout #main #c02 .cassette ul li a:visited {
	color: #111;
	text-decoration: none;
}

.newsArchiveLayout #main #c02 .cassette ul li a:hover,
.newsArchiveLayout #main #c02 .cassette ul li a:active {
	color: #fff;
	background-color: #000;
	opacity: 1;
}

.newsArchiveLayout #main #c02 .cassette ul li a:after {
	content: '';
	display: block;
	width: 14px;
	height: 7.5px;
	background: url(/common/img/arrow01_bk.png) no-repeat center center / contain;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.newsArchiveLayout #main #c02 .cassette ul li a:hover:after,
.newsArchiveLayout #main #c02 .cassette ul li a:active:after {
	background: url(/common/img/arrow01_wh.png) no-repeat center center / contain;
}

.newsArchiveLayout #main #c02 .cassette ul li a .date {
	display: block;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.newsArchiveLayout #main #c02 .cassette h3 .en {
					font-size: 7rem;
				}
				.newsArchiveLayout #main #c02 .cassette h3 .text {
					font-size: 1.6rem;
				}
				.newsArchiveLayout #main #c02 .cassette ul li a {
					display: flex;
					align-items: center;
					padding: 20px 50px 20px 30px;
				}
				.newsArchiveLayout #main #c02 .cassette ul li a:after {
					right: 30px;
				}
				.newsArchiveLayout #main #c02 .cassette ul li a .date time {
					display: block;
					width: 100px;
					border-right: 1px solid #2c2c2c;
				}
				.newsArchiveLayout #main #c02 .cassette ul li a .title {
					margin: 0 0 0 30px;
				}
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
				.newsArchiveLayout #c02 {
					padding: 90px 0 25px;
				}
				.newsArchiveLayout #main #c02 .cassette h3 .en {
					font-size: 9rem;
				}
				.newsArchiveLayout #main #c02 .cassette h3 .text {
					font-size: 2rem;
				}
				.newsArchiveLayout #main #c02 .cassette ul li {
					margin: 0 0 35px;
				}
				.newsArchiveLayout #main #c02 .cassette ul li a {
					padding: 30px 60px 30px 40px;
				}
				.newsArchiveLayout #main #c02 .cassette ul li a:after {
					right: 40px;
				}
				.newsArchiveLayout #main #c02 .cassette ul li a .date time {
					display: block;
					width: 120px;
					border-right: 1px solid #2c2c2c;
				}
				.newsArchiveLayout #main #c02 .cassette ul li a .title {
					margin: 0 0 0 30px;
				}
			}

.newsSingleLayout #c02 {
	padding: 65px 0 0;
}

.newsSingleLayout #c02 .cassette .btnWhite {
	text-align: center;
}

.newsSingleLayout #main #c02 .cassette time {
	display: block;
	font-weight: 700;
	margin: 0 0 15px;
}

.newsSingleLayout #main #c02 .cassette > h3 {
	position: relative;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.2;
	color: #d70c19;
	padding: 0 0 0 30px;
	margin: 0 0 25px;
}

.newsSingleLayout #main #c02 .cassette > h3:after {
	content: '';
	display: block;
	width: 14px;
	height: 100%;
	background-color: #d70c18;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}


			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
				.newsSingleLayout #c02 {
					padding: 90px 0 25px;
				}
				.newsSingleLayout #main #c02 .cassette > h3 {
					font-size: 3.6rem;
					margin: 0 0 40px;
				}
			}


.newsSingleLayout #c02 .cassette .text figure {
	padding: 0 0 25px;
}

.newsSingleLayout #c02 .cassette .text ul {
	padding: 0 0 0 1.5em;
	margin: 0 0 25px;
	list-style-type: disc;
}

.newsSingleLayout #c02 .cassette .text ol {
	padding: 0 0 0 1.5em;
	margin: 0 0 25px;
	list-style-type: decimal;
}

.newsSingleLayout #c02 .cassette .text h1 {
	font-size: 2.5rem;
	padding: 0 0 25px;
}


.newsSingleLayout #c02 .cassette .text h2 {
	font-size: 2.2rem;
	padding: 0 0 25px;
}

.newsSingleLayout #c02 .cassette .text h3 {
	font-size: 2rem;
	padding: 0 0 25px;
}

.newsSingleLayout #c02 .cassette .text h4 {
	font-size: 1.8rem;
	padding: 0 0 20px;
}

.newsSingleLayout #c02 .cassette .text h5 {
	font-size: 1.6rem;
	padding: 0 0 10px;
}

.newsSingleLayout #c02 .cassette .text h6 {
	font-size: 1.4rem;
	padding: 0 0 10px;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.newsSingleLayout #c02 .cassette time {
					padding: 15px 20px;
					margin: 0 0 45px;
				}
				.newsSingleLayout #c02 .cassette h4.title {
					font-size: 3rem;
					padding: 0 0 45px;
					margin: 0 0 45px;
				}
				.newsSingleLayout #c02 .cassette .text p {
					line-height: 3;
				}
				.newsSingleLayout #c02 .cassette .text {
					padding: 0 40px 75px;
				}
				.staffblogSingleLayout #c02 .cassette .text figure {
					padding: 0 0 35px;
				}
				.newsSingleLayout #c02 .cassette .text h1 {
					font-size: 3rem;
					padding: 0 0 35px;
				}
				.newsSingleLayout #c02 .cassette .text h2 {
					font-size: 2.6rem;
					padding: 0 0 35px;
				}
				.newsSingleLayout #c02 .cassette .text h3 {
					font-size: 2.4rem;
					padding: 0 0 35px;
				}
				.newsSingleLayout #c02 .cassette .text h4 {
					font-size: 2rem;
					padding: 0 0 30px;
				}
				.newsSingleLayout #c02 .cassette .text h5 {
					font-size: 1.8rem;
					padding: 0 0 20px;
				}
				.newsSingleLayout #c02 .cassette .text h6 {
					font-size: 1.6rem;
					padding: 0 0 20px;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
			}


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