@charset "euc-jp";

/* 全体
--------------------------------------*/
body {
	font-family: Helvetica, HiraKakuPro-W3, Osaka, "メイリオ",Meiryo, "ＭＳ Ｐゴシック",verdana, arial, sans-serif;
}

@media screen and (max-width:768px) {
	#contents {
		padding-left: 15px;
		padding-right: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media screen and (min-width:769px) {
	#footer_v2 {
		margin-top: 80px;
	}
}

/* 見出し
--------------------------------------*/

/* .headingType01 */
.headingType01 {
	color: #e5111a;
	font-weight: bold;
	font-size: 20px;
	margin-top: 20px;
}
@media screen and (max-width:768px) {
	.headingType01 {
		margin-bottom: 20px;
	}
}
@media screen and (min-width:769px) {
	.headingType01 {
		margin-bottom: 25px;
	}
}

/* .headingType02 */
.headingType02 {
	color: #333;
	font-weight: bold;
	border-bottom: 2px solid #d5d5d5;
	padding-bottom: 5px;
	position: relative;
	margin-top: 25px;
}
.headingType02::before {
	content: "";
	display: block;
	background-color: #e5111a;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -2px;
}
.headingType02:first-of-type {
	margin-top: 0;
}
@media screen and (max-width:768px) {
	.headingType02 {
		font-size: 16px;
	}
	.headingType02::before {
		width: 57px;
	}
}
@media screen and (min-width:769px) {
	.headingType02 {
		font-size: 18px;
	}
	.headingType02::before {
		width: 118px;
	}
}

/* .headingType03 */
.headingType03 {
	color: #333;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 16px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}

/* コンテンツ領域
--------------------------------------*/
.contentsBlock {
	border-bottom: 1px solid #d5d5d5;
	padding-top: 20px;
	padding-bottom: 25px;
}

.contentsBlock strong {
	font-weight: bold;
}

.contentsBlock img {
	width: auto;
}

.contentsWrap {
	background-color: #fafafa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding: 25px;
}
@media screen and (max-width:768px) {
	.contentsWrap.isImg {
		padding-left: 0px;
		padding-right: 0px;
		text-align: center;
	}
}

/* コンテンツ文章
--------------------------------------*/
.contentsText {
	font-size: 14px;
	color: #333;
	line-height: 1.5;
}

/* コンテンツテーブル
--------------------------------------*/
.contentsTable {
	font-size: 14px;
	color: #333;
}
.contentsTable th,
.contentsTable td {
	text-align: left;
}
.contentsTable th {
	font-weight: bold;
	white-space: nowrap;
}
.contentsTable td {
	line-height: 1.5;
}
@media screen and (max-width:768px) {
	.contentsTable,
	.contentsTable th,
	.contentsTable td {
		display: block;
	}
	.contentsTable th {
		margin-top: 20px;
	}
	.contentsTable tr:first-child th {
		margin-top: 0;
	}
	.contentsTable td {
		margin-top: 15px;
	}
}
@media screen and (min-width:769px) {
	.contentsTable {
		border-collapse: separate;
		border-spacing: 0 10px;
	}

	.contentsTable th {
		padding-right: 16px;
	}
}

/* コンテンツリスト
--------------------------------------*/
.contentsList {
	font-size: 14px;
	color: #333;
	line-height: 1.5;
	padding-left: 20px;
}

.contentsList li {
	list-style-type: disc;
}

/* コンテンツ注釈
--------------------------------------*/
.contentsAnnotation {
	font-size: 12px;
	line-height: 1.5;
}
/* コンテンツ矢印付きリンク
--------------------------------------*/
.contentsLinkArrow {
	text-align: right;
}
.contentsLinkArrow a {
	font-size: 12px;
	font-weight: bold;
	position: relative;
	padding-right: 25px;
}

.contentsLinkArrow a:before {
	content: "";
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	width: 5px;
	height: 5px;
	display: block;
	margin-top: auto;
	margin-bottom: auto;
	border-right: 1px solid #e00923;
	border-top: 1px solid #e00923;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	
}
@media screen and (max-width:768px) {
	.contentsLinkArrow {
		margin-top: 10px;
	}
}
@media screen and (min-width:769px) {
	.contentsLinkArrow {
		margin-top: 15px;
	}
}

/* ドア形式
--------------------------------------*/
@media screen and (max-width:768px) {
	.contentsTable.doorTable {
		display: table;
	}
	.contentsTable.doorTable th,
	.contentsTable.doorTable td {
		display: table-cell;
	}
	.contentsTable.doorTable th {
		padding-right: 16px;
	}
}

/* 新着・更新
--------------------------------------*/
.newupdateList {
	font-size: 14px;
	color: #333;
}
@media screen and (max-width:768px) {
	.newupdateList dt img {
		width: auto;
	}
	.newupdateList dd {
		margin-top: 10px;
	}
}
@media screen and (min-width:769px) {
	.newupdateList dt,
	.newupdateList dd {
		float: left;
	}
	.newupdateList dt {
		width: 110px;
	}
	.newupdateList dd {
		line-height: 20px;
	}
}