@charset "UTF-8";

/* アンカー
--------------------------------------------------------------------*/
.block-link-page-three {
	margin-bottom: 2px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
	.block-link-page-three {
		margin-bottom: 1px;
	}
}

/* リスト
--------------------------------------------------------------------*/
ol.text-list-ast-number > li {
	padding-left: 2.5em;
	position: relative;
	font-size: 14px;
}
ol.text-list-ast-number.red > li {
	color: #f00000;
}
ol.text-list-ast-number > li > a {
	font-size: 14px;
}
ol.text-list-ast-number > li:before {
	position: absolute;
	top: 0;
	left: 0;
}
ol.text-list-ast-number > li:nth-child(1):before {
	content: "※1";
}
ol.text-list-ast-number > li:nth-child(2):before {
	content: "※2";
}
ol.text-list-ast-number > li:nth-child(3):before {
	content: "※3";
}
ol.text-list-ast-number > li:nth-child(4):before {
	content: "※4";
}
ol.text-list-ast-number > li:nth-child(5):before {
	content: "※5";
}
ol.text-list-ast-number > li:nth-child(6):before {
	content: "※6";
}
ol.text-list-ast-number > li:nth-child(7):before {
	content: "※7";
}
ol.text-list-ast-number > li:nth-child(8):before {
	content: "※8";
}
ol.text-list-ast-number > li:nth-child(9):before {
	content: "※9";
}
ol.text-list-ast-number > li:nth-child(10):before {
	content: "※10";
}
ol.text-list-ast-number > li:nth-child(11):before {
	content: "※11";
}
ol.text-list-ast-number > li + li {
	margin-top: 5px;
}
.text-list-notes.no-red  {
	margin: 10px 0;
}
.text-list-notes.no-red li {
	color: #333;
}
ol.text-list-ast-number-notes > li {
	padding-left: 2.5em;
	position: relative;
	font-size: 14px;
}
ol.text-list-ast-number-notes > li > a {
	font-size: 14px;
}
ol.text-list-ast-number-notes > li:before {
	position: absolute;
	top: 0;
	left: 0;
}
ol.text-list-ast-number-notes > li:nth-child(1):before {
	content: "注1）";
}
ol.text-list-ast-number-notes > li:nth-child(2):before {
	content: "注2）";
}
ol.text-list-ast-number-notes > li:nth-child(3):before {
	content: "注3）";
}
ol.text-list-ast-number-notes > li:nth-child(4):before {
	content: "注4）";
}
ol.text-list-ast-number-notes > li + li {
	margin-top: 5px;
}
ol.text-list-ast-number-notes ul {
	padding-left: 2.5em;
}
/* text
--------------------------------------------------------------------*/
.column-one_text.min-image_text {
	width: 696px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
	.column-one_text.min-image_text {
		width: auto;
	}
}
.h3_line h3 {
    border-top: 1px solid #e6e6e6;
    position: relative;
    padding-top: 30px;
}
/* link
--------------------------------------------------------------------*/
.link-arrow-light-blue {
	text-indent: 0;
}
.btn_link.pdf {
	padding: 12px 50px 12px 20px;
	position: relative;
}
.btn_link.pdf:after {
	content: "";
	background: url(/jp/common/v2/img/icon_large-arow_black.png) no-repeat;
	top: 50%;
	right: 20px;
	width: 11px;
	height: 15px;
	position: absolute;
	margin-top: -8px;
}
.link-pdf {
	padding-right: 35px !important;
	background: url(/jp/common/v2/img/icon_pdf.png) right 50% no-repeat !important;
	line-height: 35px !important;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
	.btn_link.pdf {
		padding: 12px 40px 12px 20px;
	}
	.link-pdf {
		line-height: 22px !important;
		padding: 5px 35px 5px 0 !important;
	}
	
}


/* label
--------------------------------------------------------------------*/
.label_black {
	display: inline-block;
	padding: 2px 10px;
	margin: 0 0.5em;
	background: #000;
	color: #fff;

}


/* mv
--------------------------------------------------------------------*/
.section-type02 {
    position: relative;
}

.section-type02 img {
    position: relative;
}

.section-type02 .mv-new {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}

.section-type02 .label-release {
    display: inline-block;
    border: 1px solid #f00000;
    color: #f00000;
    padding: 3px 10px 2px;
    line-height: 1.167;
    position: relative;
    top: 0px;
    border-radius: 12px;
    font-size: 12px;
}


/* width
--------------------------------------------------------------------*/
div.column-one_image.w-20 {
    width: 20%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
	div.column-one_image.w-20 {
		margin: auto;
		width: 40%;
	}
}