@charset "utf-8";

/*==============================

		ir.css

==============================*/

/*==============================
		PC
==============================*/
@media screen and (min-width: 641px) {

.section + .section {
	margin-top: 60px;
}
.section .block + .block {
	margin-top: 40px;
}
.block .box + .box {
	margin-top: 20px;
}
.innerW20 {
	padding: 0 20px;
}


/*--------------------------------------------------
		secMain
--------------------------------------------------*/
.secMain {
	margin-bottom: 50px;
}



/*--------------------------------------------------
		sideConts
--------------------------------------------------*/
.sideConts .sideTitle {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 40px;
}

/*		blockNav1st
--------------------------------------------------*/
.blockNav1st {
	font-size: 90%;
}
.blockNav1st > p {
	border-bottom: 1px solid #CCCCCC;
	padding: 1px 0;
}
.blockNav1st > p:first-child {
	border-top: 1px solid #CCCCCC;
}
.blockNav1st > p a {
	display: block;
	font-weight: bold;
	padding: 6px 10px 6px 15px;
	background: url(/library/company/common/img/arw_red_r_01.png) no-repeat 5px 12px;
}
.blockNav1st > p.current a {
	color: #FFFFFF;
	background-color: #DD1F30;
	background-image: url(/library/company/common/img/arw_white_r_01.png);
}
.blockNav2nd > p {
	border-top: 1px dotted #CCCCCC;
	padding: 1px 0;
}
.blockNav2nd > p:first-child {
	border-top: none;
}
.blockNav2nd > p a {
	display: block;
	padding: 6px 10px 6px 25px;
	background: url(/library/company/common/img/arw_red_r_02.png) no-repeat 15px 14px;
}
.blockNav3rd > p {
	border-top: 1px dotted #CCCCCC;
	padding: 1px 0;
}
.blockNav3rd > p:first-child {
	border-top: none;
}
.blockNav3rd > p a {
	display: block;
	text-indent: -0.7em;
	padding: 6px 10px 6px 30px;
}
.blockNav3rd > p a::before {
	content: "-";
	padding-right: 5px;
}
.blockNav2nd.current + p {
	border-top: 1px solid #CCCCCC;
}
p + .blockNav3rd {
	border-top: 1px dotted #CCCCCC;
}
.blockNav1st > p a:hover {
	color: #FFFFFF;
	background-color: #DD1F30;
	background-image: url(/library/company/common/img/arw_white_r_01.png);
}
.blockNav2nd > p a:hover,
.blockNav2nd > p.current a {
	color: #FFFFFF;
	background-color: #DD1F30;
	background-image: url(/library/company/common/img/arw_white_r_02.png);
}
.blockNav3rd > p a:hover,
.blockNav3rd > p.current a {
	color: #FFFFFF;
	background-color: #DD1F30;
}
.blockNav2nd,
.blockNav3rd {
	display: none;
}
.blockNav2nd.current,
.blockNav3rd.current {
	display: block;
}



/*--------------------------------------------------
		contsTitle
--------------------------------------------------*/
.contsTitle {
	padding-bottom: 10px;
	margin-bottom: 40px;
	border-bottom: 2px solid #000000;
}
.contsTitle h2 {
	font-size: 120%;
	font-weight: bold;
}
.contsTitle2nd {
	padding: 10px;
	margin-bottom: 20px;
	background: -webkit-gradient(linear, left top, right top, color-stop(1.00, #E71E2A), color-stop(0.00, #910000));
	background: -webkit-linear-gradient(left, #E71E2A, #910000);
	background: -moz-linear-gradient(left, #E71E2A, #910000);
	background: -ms-linear-gradient(left, #E71E2A, #910000);
	background: linear-gradient(left, #E71E2A, #910000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E71E2A', endColorstr='#910000',GradientType=1);
}
.contsTitle2nd h2,
.contsTitle2nd h3 {
	font-size: 180%;
	font-weight: bold;
	line-height: 1.2;
	padding: 20px 30px;
	margin: 0;
	background: #FFFFFF;
}
.contsTitle2nd h2 span,
.contsTitle2nd h3 span {
	display: block;
	font-size: 60%;
	margin-bottom: 10px;
}



/*--------------------------------------------------
		caption
--------------------------------------------------*/
.secTitle1st {
	font-size: 120%;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 30px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F5F5F5), color-stop(0.00, #FFFFFF));
	background: -webkit-linear-gradient(#FFFFFF, #F5F5F5);
	background: -moz-linear-gradient(#FFFFFF, #F5F5F5);
	background: -ms-linear-gradient(#FFFFFF, #F5F5F5);
	background: linear-gradient(#FFFFFF, #F5F5F5);
}
.secTitle1st h2,
.secTitle1st h3 {
	padding: 2px 10px;
	border-left: 4px solid #DD1F30;
	border-radius: 2px;
}



/*--------------------------------------------------
		blockTitle
--------------------------------------------------*/
.blockTitle1st {
	font-weight: bold;
	padding: 10px 20px;
	margin-bottom: 20px;
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
}
.blockTitle2nd {
	padding: 4px;
	margin-bottom: 20px;
/*
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#E71E2A', endColorstr = '#910000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#E71E2A', endColorstr = '#910000')";
*/
	background: -webkit-gradient(linear, left top, right top, color-stop(1.00, #E71E2A), color-stop(0.00, #910000));
	background: -webkit-linear-gradient(left, #E71E2A, #910000);
	background: -moz-linear-gradient(left, #E71E2A, #910000);
	background: -ms-linear-gradient(left, #E71E2A, #910000);
	background: linear-gradient(left, #E71E2A, #910000);
	border-radius: 4px;
}
.blockTitle2nd h3,
.blockTitle2nd h4 {
	font-weight: bold;
	padding: 10px 20px;
	background: url(/library/company/common/img/bg_block_title_02.png) no-repeat left top #FAF7F0;
	border-radius: 2px;
}
.boxTitle1st {
	font-weight: bold;
	padding: 10px 20px;
	margin-bottom: 20px;
	background: #FAF7F0;
	border: 1px solid #DCDCDC;
	border-radius: 4px;
}



/*--------------------------------------------------
		dlListBox
--------------------------------------------------*/
.dlListBox {
	margin-top: 20px;
}
.dlListBox .dlList {
	display: table;
	width: 660px;
	padding: 0 20px;
	border-bottom: 1px dotted #000000;
}
.dlListBox .dlList:first-child {
	border-top: 1px dotted #000000;
}
.dlListBox .dlList dl {
	display: table-row;
}
.dlListBox .dlList dl dt {
	display: table-cell;
	vertical-align: middle;
	width: 560px;
	padding: 10px 20px;
	background: url(/library/company/common/img/arw_red_r_03.png) no-repeat left 18px;
}
.dlListBox .dlList dl dd {
	display: table-cell;
	font-size: 90%;
	vertical-align: middle;
	width: 80px;
}
.dlListBox .dlList dl dd.pdf {
	padding-left: 18px;
	margin-left: 10px;
	position: relative;
}
.dlListBox .dlList dl dd.pdf::before {
	content:" ";
	display: block;
	width: 18px;
	height: 19px;
	margin-top: -9.5px;
	background: url(/library/company/common/img/icn_pdf.png) no-repeat;
	background-size: 18px;
	position: absolute;
	left: 0;
	top: 50%;
}

/*		IE9対応
----------------------------------------*/
:root .dlListBox .dlList dl dd.pdf::before {
	margin-top: 0\0/;
}



/*--------------------------------------------------
		listStyle
--------------------------------------------------*/
.listStyle01 li {
	text-indent: -1em;
	margin: 5px 0 0 1em;
}
.listStyle01 li:first-child {
	margin-top: 0;
}



/*--------------------------------------------------
		btnStyle
--------------------------------------------------*/
.btnStyle01 {
	text-align: center;
	background: #F5F5F5;
	border: 1px solid #BFBFBF;
	border-radius: 4px;
}
.btnStyle01 a {
	display: block;
	color: #000000;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 25px 10px 10px;
}
.btnStyle01 a span {
	display: inline-block;
	padding-left: 15px;
	background: url(/library/company/common/img/arw_red_r_03.png) no-repeat left 6px;
}
.btnStyle01.pdf a span {
	padding-left: 30px;
	background: url(/library/company/common/img/icn_pdf.png) no-repeat 0 0;
}



/*--------------------------------------------------
		moviePart
--------------------------------------------------*/
.moviePart {
	width: 640px;
	margin: 0 auto;
}



/*--------------------------------------------------
		contsTitle
--------------------------------------------------*/
.contsTitle {
	display: table;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 40px;
	border-bottom: 2px solid #000000;
}
.contsTitle .secInner {
	display: table-row;
}
.contsTitle .secInner .captionBox {
	display: table-cell;
	vertical-align: middle;
	width: 520px;
	padding-right: 20px;
}
.contsTitle .secInner .selectBox {
	display: table-cell;
	vertical-align: middle;
	width: 160px;
	overflow: hidden;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
}
.contsTitle .secInner .selectBox select {
	font-size: 100%;
	width: 160px;
	padding: 4px 25px 4px 4px;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(/library/company/common/img/icn_select.png) no-repeat right center;
}
.contsTitle .secInner .selectBox select::-ms-expand {
	display: none;
}

/*		IE9対応
----------------------------------------*/
:root .contsTitle .secInner .selectBox select {
	background: none\0/;
	padding: 4px\0/;
}

/*--------------------------------------------------
		重要なお知らせ
--------------------------------------------------*/
.important_box {
	border: 1px solid #DDDDDD;
	margin: 20px 0;
	font-size: 14px;
}
.important_box .title {
	width: 120px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #DDDDDD;
	box-sizing: border-box;
	padding: 15px 0;
}
.important_box .title h2 {
	color: #E60012;
	font-weight: bold;
}
.important_box .date {
	width: 110px;
	text-align: center;
	color: #999999;
	padding: 15px 0;
}
.important_box .link {
	width: 655px;
	padding: 15px 24px 15px 0;
	display: block;
	border-right: 1px solid #DDDDDD;
	text-align: left;
}
.important_box .arrow {
	background: url(/library/common/img/icn_link_arrow_right.png) no-repeat 700px center;
	text-align: center;
	vertical-align: middle;
}
.important_box a{
	display: block;
	width:728px;
}



}





/*==============================
		SP
==============================*/
@media screen and (max-width: 640px) {


.section + .section {
	margin-top: 30px;
}
.section .block + .block {
	margin-top: 20px;
}
.block .box + .box {
	margin-top: 10px;
}


/*--------------------------------------------------
		secMain
--------------------------------------------------*/
.secMain {
	margin-bottom: 30px;
}



/*--------------------------------------------------
		sideConts
--------------------------------------------------*/
.sideConts .sideTitle {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 20px;
}

/*		blockNav1st
--------------------------------------------------*/
.blockNav1st {
	font-size: 90%;
}
.blockNav1st > p {
	border-bottom: 1px solid #CCCCCC;
	padding: 1px 0;
}
.blockNav1st > p:first-child {
	border-top: 1px solid #CCCCCC;
}
.blockNav1st > p a {
	display: block;
	font-weight: bold;
	padding: 6px 10px 6px 15px;
	background: url(/library/company/common/img/arw_red_r_01.png) no-repeat 5px 10px;
}
.blockNav2nd > p {
	border-top: 1px dotted #CCCCCC;
	padding: 1px 0;
}
.blockNav2nd > p:first-child {
	border-top: none;
}
.blockNav2nd > p a {
	display: block;
	padding: 6px 10px 6px 25px;
	background: url(/library/company/common/img/arw_red_r_02.png) no-repeat 15px 12px;
}
.blockNav3rd > p {
	border-top: 1px dotted #CCCCCC;
	padding: 1px 0;
}
.blockNav3rd > p:first-child {
	border-top: none;
}
.blockNav3rd > p a {
	display: block;
	text-indent: -0.7em;
	margin-left: 0.5em;
	padding: 6px 10px 6px 25px;
}
.blockNav3rd > p a::before {
	content: "-";
	padding-right: 5px;
}
.blockNav2nd.current + p {
	border-top: 1px solid #CCCCCC;
}
p + .blockNav3rd {
	border-top: 1px dotted #CCCCCC;
}
/*
.blockNav1st > p a:hover {
	color: #FFFFFF;
	background-color: #DD1F30;
	background-image: url(/library/company/common/img/arw_white_r_01.png);
}
*/
.blockNav2nd > p.current a {
	color: #FFFFFF;
	background-color: #DD1F30;
	background-image: url(/library/company/common/img/arw_white_r_02.png);
}
.blockNav3rd > p.current a {
	color: #FFFFFF;
	background-color: #DD1F30;
}
.blockNav2nd,
.blockNav3rd {
	display: none;
}
.blockNav2nd.current,
.blockNav3rd.current {
	display: block;
}



/*--------------------------------------------------
		contsTitle
--------------------------------------------------*/
.contsTitle {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 2px solid #000000;
}
.contsTitle h2 {
	font-size: 120%;
	font-weight: bold;
}
.contsTitle2nd {
	padding: 6px;
	margin-bottom: 10px;
/*
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#E71E2A', endColorstr = '#910000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#E71E2A', endColorstr = '#910000')";
*/
	background: -webkit-gradient(linear, left top, right top, color-stop(1.00, #E71E2A), color-stop(0.00, #910000));
	background: -webkit-linear-gradient(left, #E71E2A, #910000);
	background: -moz-linear-gradient(left, #E71E2A, #910000);
	background: -ms-linear-gradient(left, #E71E2A, #910000);
	background: linear-gradient(left, #E71E2A, #910000);
}
.contsTitle2nd h2,
.contsTitle2nd h3 {
	font-size: 110%;
	font-weight: bold;
	line-height: 1.2;
	font-weight: bold;
	padding: 10px 4%;
	margin: 0;
	background: #FFFFFF;
}
.contsTitle2nd h2 span,
.contsTitle2nd h3 span {
	display: block;
	font-size: 80%;
	margin-bottom: 5px;
}



/*--------------------------------------------------
		secTitle
--------------------------------------------------*/
.secTitle1st {
	font-size: 120%;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F5F5F5), color-stop(0.00, #FFFFFF));
	background: -webkit-linear-gradient(#FFFFFF, #F5F5F5);
	background: -moz-linear-gradient(#FFFFFF, #F5F5F5);
	background: -ms-linear-gradient(#FFFFFF, #F5F5F5);
	background: linear-gradient(#FFFFFF, #F5F5F5);
}
.secTitle1st h2,
.secTitle1st h3 {
	padding: 2px 10px;
	border-left: 4px solid #DD1F30;
	border-radius: 2px;
}



/*--------------------------------------------------
		blockTitle
--------------------------------------------------*/
.blockTitle1st {
	font-size: 120%;
	font-weight: bold;
	padding: 10px 0;
	margin-bottom: 20px;
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
}
.blockTitle2nd {
	padding: 4px;
	margin-bottom: 10px;
/*
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#E71E2A', endColorstr = '#910000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#E71E2A', endColorstr = '#910000')";
*/
	background: -webkit-gradient(linear, left top, right top, color-stop(1.00, #E71E2A), color-stop(0.00, #910000));
	background: -webkit-linear-gradient(left, #E71E2A, #910000);
	background: -moz-linear-gradient(left, #E71E2A, #910000);
	background: -ms-linear-gradient(left, #E71E2A, #910000);
	background: linear-gradient(left, #E71E2A, #910000);
	border-radius: 4px;
}
.blockTitle2nd h3,
.blockTitle2nd h4 {
	font-weight: bold;
	padding: 10px 2% 10px 4%;
	background: url(/library/company/common/img/bg_block_title_02.png) no-repeat left top #FAF7F0;
	background-size: 10px;
	border-radius: 2px;
}
.boxTitle1st {
	font-weight: bold;
	padding: 10px 2%;
	margin-bottom: 10px;
	background: #FAF7F0;
	border: 1px solid #DCDCDC;
	border-radius: 4px;
}



/*--------------------------------------------------
		listStyle
--------------------------------------------------*/
.listStyle01 li {
	text-indent: -1em;
	margin: 5px 0 0 1em;
}
.listStyle01 li:first-child {
	margin-top: 0;
}



/*--------------------------------------------------
		btnStyle
--------------------------------------------------*/
.btnStyle01 {
	text-align: center;
	width: 100%;
	background: #F5F5F5;
	border: 1px solid #BFBFBF;
	border-radius: 4px;
}
.btnStyle01 a {
	display: block;
	color: #000000;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 15px 5px 5px;
}
.btnStyle01 a span {
	display: inline-block;
	padding-left: 15px;
	background: url(/library/company/common/img/arw_red_r_03.png) no-repeat left 6px;
}
.btnStyle01.pdf a span {
	padding-left: 30px;
	background: url(/library/company/common/img/icn_pdf.png) no-repeat 0 0;
	background-size: 18px;
}



/*--------------------------------------------------
		dlListBox
--------------------------------------------------*/
.dlListBox {
	margin-top: 10px;
}
.dlListBox .dlList {
	width: 100%;
	border-bottom: 1px dotted #000000;
}
.dlListBox .dlList:first-child {
	border-top: 1px dotted #000000;
}
.dlListBox .dlList dl {
	width: 100%;
	padding: 5px 0;
}
.dlListBox .dlList dl dt {
	display: inline-block;
	line-height: 1.4;
	padding: 5px 0 5px 15px;
	margin-right: 10px;
	background: url(/library/company/common/img/arw_red_r_03.png) no-repeat left 9px;
}
.dlListBox .dlList dl dd {
	display: inline-block;
	font-size: 90%;
	line-height: 1.4;
}
.dlListBox .dlList dl dd.pdf {
	padding-left: 18px;
	margin-left: 10px;
	position: relative;
}
.dlListBox .dlList dl dd.pdf::after {
	content:" ";
	display: block;
	width: 18px;
	height: 19px;
	margin-top: -9.5px;
	background: url(/library/company/common/img/icn_pdf.png) no-repeat;
	background-size: 18px;
	position: absolute;
	left: 0;
	top: 50%;
}



/*--------------------------------------------------
		moviePart
--------------------------------------------------*/
.moviePart {
	width: 300px;
	margin: 0 auto;
}

/*--------------------------------------------------
		contsTitle
--------------------------------------------------*/
.contsTitle {
	display: table;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 2px solid #000000;
}
.contsTitle .secInner {
	display: table-row;
}
.contsTitle .secInner .captionBox {
	display: table-cell;
	vertical-align: middle;
	width: 60%;
	padding-right: 2%;
}
.contsTitle .secInner .selectBox {
	display: table-cell;
	vertical-align: middle;
	width: 40%;
}
.contsTitle .secInner .selectBox select {
	font-size: 100%;
	width: 100%;
	padding: 4px 25px 4px 4px;
	border: 1px solid #CCCCCC;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(/library/company/common/img/icn_select.png) no-repeat right center;
}

/*--------------------------------------------------
		重要なお知らせ
--------------------------------------------------*/
.important_box {
	margin: 1em 0;
	font-size: 12px;
}
.important_box .title {
	display: block;
	border: 1px solid #DDDDDD;
	padding: 1em 4%;
}
.important_box .title h2 {
	color: #E60012;
	font-weight: bold;
}
.important_box .content {
	display: block;
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 1em 4%;
}
.important_box .content .date,
.important_box .content .link {
	display: block;
}
.important_box .content .date {
	color: #999999;
	margin-bottom: 5px;
}
.important_box .content .link a {
	display: block;
	width: 100%;
	background: url(/library/common/img/icn_link_arrow_right.png) no-repeat 98% 6px;
	padding-right: 20px;
	box-sizing: border-box;
}



}





/*==============================
			PC+SP
==============================*/

