@charset "utf-8";

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

		module.css

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

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

		PC

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

.inner940 {
	width: 940px;
	padding: 0 10px;
	margin: 0 auto;
}

.w_1200 .inner940 {
	width: 1200px;
	padding: 0;
}





/*==============================
		mainConts
==============================*/

/*--------------------------------------------------
		mainContsTop
--------------------------------------------------*/
.mainContsTop {
	margin-bottom: 20px;
}
.contsTitle1st + .pagePath {
	margin-top: 5px;
}



/*--------------------------------------------------
		contsTitle1st
--------------------------------------------------*/
.contsTitle1st h1 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4;
}



/*--------------------------------------------------
		pagePath
--------------------------------------------------*/
.pagePath ul li {
	display: inline-block;
	font-size: 12px;
	line-height: 1.2;
}
.pagePath ul li strong {
	font-weight: normal;
}
.pagePath ul li + li {
	margin-left: 2px;
}
.pagePath ul li + li::before {
	content: "＞";
	margin-right: 5px;
}



/*--------------------------------------------------
		secNav
--------------------------------------------------*/
.secNav {
	margin-bottom: 40px;
}
.secNav1st + .secNav2nd {
	margin-top: 20px;
}
.btn3Column li {width: calc(100% / 3);}
.btn4Column li {width: calc(100% / 4);}
.btn5Column li {width: calc(100% / 5);}
.btn6Column li {width: calc(100% / 6);}
.btn7Column li {width: calc(100% / 7);}
.btn8Column li {width: calc(100% / 8);}



/*--------------------------------------------------
		secNav1st
--------------------------------------------------*/
.secNav1st .navInner {
	width: calc(100% - 40px);
	height: 44px;
	margin: 0 auto;
	background: #E60012;
	position: relative;
}
.secNav1st .navInner::before {
	display: block;
	content: " ";
	width: 20px;
	height: 44px;
	background: url(/library/common/img/bg_nav_1st_01.png) no-repeat;
	position: absolute;
	top: 0;
	left: -20px;
	z-index: 10;
}
.secNav1st .navInner::after {
	display: block;
	content: " ";
	width: 20px;
	height: 44px;
	background: url(/library/common/img/bg_nav_1st_02.png) no-repeat;
	position: absolute;
	top: 0;
	right: -20px;
	z-index: 10;
}
.secNav1st ul li {
	float: left;
	height: 44px;
}
.secNav1st ul li a {
	display: block;
	height: 30px;
	padding: 7px 0 7px 0;
	position: relative;
}
.secNav1st ul li + li a::before {
	content: " ";
	display: block;
	width: 2px;
	height: 70%;
	border-left: 2px dotted #FFFFFF;
	position: absolute;
	top: 15%;
	left: 0;
	z-index: 10;
}
.secNav1st ul li a span {
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	position: relative;
}
.secNav1st ul li a:hover span {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}



/*--------------------------------------------------
		secNav2nd
--------------------------------------------------*/
.secNav2nd ul {
	min-height: 30px;
	border-left: 4px solid #EDEDED;
}
.secNav2nd ul + ul {
	margin-top: 10px;
}
.secNav2nd ul li {
	float: left;
	height: 30px;
}
.secNav2nd ul li a {
	display: block;
	text-align: center;
	height: 30px;
	border-right: 4px solid #EDEDED;
}
.secNav2nd ul li a span {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}
.secNav2nd ul li a span::after {
	display: inline-block;
	content: " ";
	width: 8px;
	height: 6px;
	margin-left: 5px;
	background: url(/library/common/img/icn_link_arrow_down.png) no-repeat right center;
}



/*==============================
		section
==============================*/
.section + .section {
	margin-top: 82px;
}



/*--------------------------------------------------
		secTitle
--------------------------------------------------*/
.secTitle {
	padding-top: 13px;
	margin-bottom: 20px;
	position: relative;
}
.secTitle::after {
	content: " ";
	display: block;
	width: 100%;
	height: 3px;
	background: -moz-linear-gradient(left, #E60012 5%, #EDEDED 5%, #EDEDED 5%);
	background: -webkit-linear-gradient(left, #E60012 5%,#EDEDED 5%,#EDEDED 5%);
	background: linear-gradient(to right, #E60012 5%,#EDEDED 5%,#EDEDED 5%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}



/*		color
--------------------------------------------------*/
.secTitle.colorRed01::after {
	background: -moz-linear-gradient(left, #E60012 5%, #EDEDED 5%, #EDEDED 5%);
	background: -webkit-linear-gradient(left, #E60012 5%,#EDEDED 5%,#EDEDED 5%);
	background: linear-gradient(to right, #E60012 5%,#EDEDED 5%,#EDEDED 5%);
}
.secTitle.colorGreen01::after {
	background: -moz-linear-gradient(left, #009333 5%, #EDEDED 5%, #EDEDED 5%);
	background: -webkit-linear-gradient(left, #009333 5%,#EDEDED 5%,#EDEDED 5%);
	background: linear-gradient(to right, #009333 5%,#EDEDED 5%,#EDEDED 5%);
}
.secTitle.colorGreen02::after {
	background: -moz-linear-gradient(left, #4ABA0F 5%, #EDEDED 5%, #EDEDED 5%);
	background: -webkit-linear-gradient(left, #4ABA0F 5%,#EDEDED 5%,#EDEDED 5%);
	background: linear-gradient(to right, #4ABA0F 5%,#EDEDED 5%,#EDEDED 5%);
}
.secTitle.colorPurple01::after {
	background: -moz-linear-gradient(left, #BD027E 5%, #EDEDED 5%, #EDEDED 5%);
	background: -webkit-linear-gradient(left, #BD027E 5%,#EDEDED 5%,#EDEDED 5%);
	background: linear-gradient(to right, #BD027E 5%,#EDEDED 5%,#EDEDED 5%);
}
.secTitle.colorOrange01::after {
	background: -moz-linear-gradient(left, #FF8617 5%, #EDEDED 5%, #EDEDED 5%);
	background: -webkit-linear-gradient(left, #FF8617 5%,#EDEDED 5%,#EDEDED 5%);
	background: linear-gradient(to right, #FF8617 5%,#EDEDED 5%,#EDEDED 5%);
}



/*--------------------------------------------------
		secTitle1st
--------------------------------------------------*/
.secTitle1st h2 {
	font-size: 22px;
	font-weight: bold;
	line-height: 40px;
}



/*--------------------------------------------------
		secTitle2nd
--------------------------------------------------*/
.secTitle2nd {
	display: table;
	width: 100%;
}
.secTitle2nd h2 {
	display: table-cell;
	font-size: 22px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 40px;
	width: 700px;
	padding-right: 10px;
}
.secTitle2nd .txtLink {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	width: 230px;
}
.secTitle2nd .txtLink a {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	padding-right: 10px;
	position: relative;
}
.secTitle2nd .txtLink a::after {
	display: inline-block;
	content: " ";
	width: 6px;
	height: 8px;
	margin-top: -4px;
	background: url(/library/common/img/icn_link_arrow_right.png) no-repeat right center;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 10;
}



/*==============================
		block
==============================*/
.block + .block {
	margin-top: 40px;
}



/*--------------------------------------------------
		blockTitle1st
--------------------------------------------------*/
.blockTitle1st h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 20px;
}



/*==============================
		box
==============================*/
.box + .box {
	margin-top: 20px;
}



/*--------------------------------------------------
		secSlider1st
--------------------------------------------------*/
.secSlider1st {
	padding-bottom: 36px;
}
.secSlider1st .sliderBox img {
	width: 100%;
}
.secSlider1st .bx-wrapper {
	margin-bottom: 0;
}
.secSlider1st .bx-wrapper .bx-controls-direction a {
	display: block;
	width: 51px;
	height: 79px;
	margin-top: -39.5px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	outline: 0;
	position: absolute;
	top: 50%;
	z-index: 10;
}
.secSlider1st .bx-wrapper .bx-prev {
	background: url(/library/common/img/img_slider_preview_01.png) no-repeat left top;
	left: 0;
}
.secSlider1st .bx-wrapper .bx-next {
	background: url(/library/common/img/img_slider_next_01.png) no-repeat right top;
	right: 0;
}
.secSlider1st .bx-wrapper .bx-prev:hover {
	background-position: left bottom;
}
.secSlider1st .bx-wrapper .bx-next:hover {
	background-position: right bottom;
}
.secSlider1st .bx-wrapper .bx-pager {
	color: #666666;
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
	width: 100%;
	height: 12px;
	padding-top: 0;
	text-align: center;
	position: absolute;
	bottom: -36px;
}
.secSlider1st .bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 6px;
	text-indent: 100%;
	overflow: hidden;
	background: url(/library/common/img/icn_pager_01.png) no-repeat left top;
	outline: 0 none;
}
.secSlider1st .bx-wrapper .bx-pager.bx-default-pager a:hover,
.secSlider1st .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url(/library/common/img/icn_pager_01.png) no-repeat left bottom;
}



/*--------------------------------------------------
		secSlider2nd
--------------------------------------------------*/
.secSlider2nd {
	padding-bottom: 50px;
}
.secSlider2nd .sliderBox img {
	width: 100%;
}
.secSlider2nd .bx-wrapper {
	margin-bottom: 0;
}
.secSlider2nd .bx-wrapper .bx-controls-direction a {
	display: block;
	width: 39px;
	height: 38px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	outline: 0;
	position: absolute;
	top: auto;
	bottom: -48px;
	z-index: 10;
}
.secSlider2nd .bx-wrapper .bx-prev {
	background: url(/library/common/img/img_slider_preview_02.png) no-repeat left top;
	left: 120px;
}
.secSlider2nd .bx-wrapper .bx-next {
	background: url(/library/common/img/img_slider_next_02.png) no-repeat left top;
	right: 120px;
}
.secSlider2nd .bx-wrapper .bx-prev:hover {
	background-position: left bottom;
}
.secSlider2nd .bx-wrapper .bx-next:hover {
	background-position: left bottom;
}
.secSlider2nd .bx-wrapper .bx-pager {
	color: #666666;
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
	width: 100%;
	height: 12px;
	padding-top: 0;
	text-align: center;
	position: absolute;
	bottom: -34px;
}
.secSlider2nd .bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 6px;
	text-indent: 100%;
	overflow: hidden;
	background: url(/library/common/img/icn_pager_01.png) no-repeat left top;
	outline: 0 none;
}
.secSlider2nd .bx-wrapper .bx-pager.bx-default-pager a:hover,
.secSlider2nd .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url(/library/common/img/icn_pager_01.png) no-repeat left bottom;
}



/*--------------------------------------------------
		secSlider3rd
--------------------------------------------------*/
.secSlider3rd {
	padding-bottom: 50px;
}
.secSlider3rd .sliderBox img {
	width: 100%;
}
.secSlider3rd .bx-wrapper {
	margin-bottom: 0;
}
.secSlider3rd .bx-wrapper .bx-controls-direction a {
	display: block;
	width: 39px;
	height: 38px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	outline: 0;
	position: absolute;
	top: auto;
	bottom: -48px;
	z-index: 10;
}
.secSlider3rd .bx-wrapper .bx-prev {
	background: url(/library/common/img/img_slider_preview_02.png) no-repeat left top;
	left: 360px;
}
.secSlider3rd .bx-wrapper .bx-next {
	background: url(/library/common/img/img_slider_next_02.png) no-repeat left top;
	right: 360px;
}
.secSlider3rd .bx-wrapper .bx-prev:hover {
	background-position: left bottom;
}
.secSlider3rd .bx-wrapper .bx-next:hover {
	background-position: left bottom;
}
.secSlider3rd .bx-wrapper .bx-pager {
	color: #666666;
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
	width: 100%;
	height: 12px;
	padding-top: 0;
	text-align: center;
	position: absolute;
	bottom: -34px;
}
.secSlider3rd .bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 6px;
	text-indent: 100%;
	overflow: hidden;
	background: url(/library/common/img/icn_pager_01.png) no-repeat left top;
	outline: 0 none;
}
.secSlider3rd .bx-wrapper .bx-pager.bx-default-pager a:hover,
.secSlider3rd .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url(/library/common/img/icn_pager_01.png) no-repeat left bottom;
}



/*--------------------------------------------------
		secSliderLayout1st
--------------------------------------------------*/
.secSliderLayout1st .secL {
	width: 456px;
	height: 456px;
	float: left;
}
.secSliderLayout1st .secL .thumbBox {
	height: 456px;
}
.secSliderLayout1st .secL .thumbBox .boxInner {
	height: 127px;
}
.secSliderLayout1st .secL .thumbBox h4.capPart {
	font-size: 16px;
	font-weight: bold;
}
.secSliderLayout1st .secR {
	width: 456px;
	height: 456px;
	float: right;
}
.secSliderLayout1st .secR .sliderBlock {
	width: 456px;
	height: 456px;
}
.secSliderLayout1st .secR .sliderBlock .sliderBox .thumbBox {
	width: 214px;
	float: left;
	margin: 28px 28px 0 0;
}
.secSliderLayout1st .secR .sliderBlock .sliderBox .thumbBox:nth-child(-n+2) {
	margin-top: 0;
}
.secSliderLayout1st .secR .sliderBlock .sliderBox .thumbBox:nth-child(2n) {
	margin-right: 0;
}



/*--------------------------------------------------
		thumbBox
--------------------------------------------------*/
.thumbBox {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 2px 2px 4px #EDEDED;
}
.thumbBox + .thumbBox {
	margin-top: 0;
}
.thumbBox a {
	display: block;
	border: 1px solid #EDEDED;
}
.thumbBox .imgPart img {
	width: 100%;
}
.thumbBox a:hover .imgPart img {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.thumbBox .boxInner {
	padding: 10px;
}
.thumbBox .tagPart {
	width: 100%;
	height: 20px;
	border-top-width: 3px;
	border-top-style: solid;
}
.thumbBox .tagPart span {
	display: inline-block;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 12px;
	vertical-align: top;
	height: auto;
	padding: 1px 10px 4px 10px;
	border-radius: 0 0 10px 0;
}
.thumbBox .txtPart {
	font-size: 14px;
	line-height: 1.4;
}



/*		color
--------------------------------------------------*/
.thumbBox.colorRed01 .tagPart {border-top-color: #E60012;}
.thumbBox.colorGreen01 .tagPart {border-top-color: #009333;}
.thumbBox.colorGreen02 .tagPart {border-top-color: #4ABA0F;}
.thumbBox.colorPurple01 .tagPart {border-top-color: #BD027E;}
.thumbBox.colorOrange01 .tagPart {border-top-color: #FF8617;}

.thumbBox.colorRed01 .tagPart span {background: #E60012;}
.thumbBox.colorGreen01 .tagPart span {background: #009333;}
.thumbBox.colorGreen02 .tagPart span {background: #4ABA0F;}
.thumbBox.colorPurple01 .tagPart span {background: #BD027E;}
.thumbBox.colorOrange01 .tagPart span {background: #FF8617;}

.thumbBox.colorRed01 a:hover .txtPart {color: #E60012;}
.thumbBox.colorGreen01 a:hover .txtPart {color: #009333;}
.thumbBox.colorGreen02 a:hover .txtPart {color: #4ABA0F;}
.thumbBox.colorPurple01 a:hover .txtPart {color: #BD027E;}
.thumbBox.colorOrange01 a:hover .txtPart {color: #FF8617;}



/*		tagBlank
--------------------------------------------------*/
.thumbBox.colorRed01 .tagBlank,
.thumbBox.colorGreen01 .tagBlank,
.thumbBox.colorGreen02 .tagBlank,
.thumbBox.colorPurple01 .tagBlank,
.thumbBox.colorOrange01 .tagBlank {
	height: 23px;
	border: none;
}
.thumbBox.colorRed01 .tagBlank span,
.thumbBox.colorGreen01 .tagBlank span,
.thumbBox.colorGreen02 .tagBlank span,
.thumbBox.colorPurple01 .tagBlank span,
.thumbBox.colorOrange01 .tagBlank span {
	background: none;
}



/*--------------------------------------------------
		thumbBlock1st
--------------------------------------------------*/
.thumbBlock1st .thumbBox {
	width: 294px;
	float: left;
	margin: 28px 29px 0 0;
}
.thumbBlock1st .thumbBox:nth-child(-n+3) {
	margin-top: 0;
}
.thumbBlock1st .thumbBox:nth-child(3n) {
	margin-right: 0;
}



/*--------------------------------------------------
		thumbBlock2nd
--------------------------------------------------*/
.thumbBlock2nd .thumbBox {
	width: 214px;
	float: left;
	margin: 28px 28px 0 0;
}
.thumbBlock2nd .thumbBox:nth-child(-n+4) {
	margin-top: 0;
}
.thumbBlock2nd .thumbBox:nth-child(4n) {
	margin-right: 0;
}



/*--------------------------------------------------
		thumbBlock3rd
--------------------------------------------------*/
.thumbBlock3rd .thumbBox {
	width: 172px;
	float: left;
	margin: 18px calc(70px / 4) 0 0;
}
.thumbBlock3rd .thumbBox:nth-child(-n+5) {
	margin-top: 0;
}
.thumbBlock3rd .thumbBox:nth-child(5n) {
	margin-right: 0;
}
.thumbBlock3rd .thumbBox .boxInner {
	padding: 10px;
}



/*--------------------------------------------------
		thumbBlock4th
--------------------------------------------------*/
.thumbBlock4th .thumbBox {
	width: 149px;
	float: left;
	margin: 10px calc(46px / 5) 0 0;
}
.thumbBlock4th .thumbBox:nth-child(-n+6) {
	margin-top: 0;
}
.thumbBlock4th .thumbBox:nth-child(6n) {
	margin-right: 0;
}
.thumbBlock4th .thumbBox .boxInner {
	padding: 10px;
}



/*--------------------------------------------------
		thumbBlock5th
--------------------------------------------------*/
.thumbBlock5th .thumbBox {
	width: 136px;
	float: left;
	margin: 10px calc(100px / 5) 0 0;
}
.thumbBlock5th .thumbBox:nth-child(-n+6) {
	margin-top: 0;
}
.thumbBlock5th .thumbBox:nth-child(6n) {
	margin-right: 0;
}
.thumbBlock5th .thumbBox .boxInner {
	padding: 10px;
}



/*--------------------------------------------------
		thumbBlock6th
--------------------------------------------------*/
.thumbBlock6th .blockL {
	width: 456px;
	float: left;
}
.thumbBlock6th .blockR {
	width: 456px;
	float: right;
}
.thumbBlock6th .thumbBox {
	width: 214px;
	float: left;
	margin: 28px 28px 0 0;
}
.thumbBlock6th .thumbBox:nth-child(-n+2) {
	margin-top: 0;
}
.thumbBlock6th .thumbBox:nth-child(even) {
	margin-right: 0;
}



/*		secTitle
--------------------------------------------------*/
.thumbBlock6th .secTitle2nd h2 {
	width: 350px;
}
.thumbBlock6th .secTitle2nd .txtLink {
	width: 96px;
}



/*		blockTitle
--------------------------------------------------*/
.thumbBlock6th .blockTitle {
	padding-top: 13px;
	margin-bottom: 20px;
	position: relative;
}
.thumbBlock6th .secTitle::after,
.thumbBlock6th .blockTitle::after {
	content: " ";
	display: block;
	width: 100%;
	height: 3px;
	background: #E60012; /* Old browsers */
	background: -moz-linear-gradient(left, #E60012 10%, #EDEDED 10%, #EDEDED 10%);
	background: -webkit-linear-gradient(left, #E60012 10%,#EDEDED 10%,#EDEDED 10%);
	background: linear-gradient(to right, #E60012 10%,#EDEDED 10%,#EDEDED 10%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}



/*		color
--------------------------------------------------*/
.thumbBlock6th .blockTitle.colorRed01::after {
	background: -moz-linear-gradient(left, #E60012 10%, #EDEDED 10%, #EDEDED 10%);
	background: -webkit-linear-gradient(left, #E60012 10%,#EDEDED 10%,#EDEDED 10%);
	background: linear-gradient(to right, #E60012 10%,#EDEDED 10%,#EDEDED 10%);
}
.thumbBlock6th .blockTitle.colorGreen01::after {
	background: -moz-linear-gradient(left, #009333 10%, #EDEDED 10%, #EDEDED 10%);
	background: -webkit-linear-gradient(left, #009333 10%,#EDEDED 10%,#EDEDED 10%);
	background: linear-gradient(to right, #009333 10%,#EDEDED 10%,#EDEDED 10%);
}
.thumbBlock6th .blockTitle.colorGreen02::after {
	background: -moz-linear-gradient(left, #4ABA0F 10%, #EDEDED 10%, #EDEDED 10%);
	background: -webkit-linear-gradient(left, #4ABA0F 10%,#EDEDED 10%,#EDEDED 10%);
	background: linear-gradient(to right, #4ABA0F 10%,#EDEDED 10%,#EDEDED 10%);
}
.thumbBlock6th .blockTitle.colorPurple01::after {
	background: -moz-linear-gradient(left, #BD027E 10%, #EDEDED 10%, #EDEDED 10%);
	background: -webkit-linear-gradient(left, #BD027E 10%,#EDEDED 10%,#EDEDED 10%);
	background: linear-gradient(to right, #BD027E 10%,#EDEDED 10%,#EDEDED 10%);
}
.thumbBlock6th .blockTitle.colorOrange01::after {
	background: -moz-linear-gradient(left, #FF8617 10%, #EDEDED 10%, #EDEDED 10%);
	background: -webkit-linear-gradient(left, #FF8617 10%,#EDEDED 10%,#EDEDED 10%);
	background: linear-gradient(to right, #FF8617 10%,#EDEDED 10%,#EDEDED 10%);
}



/*		blockTitle1st
--------------------------------------------------*/
.thumbBlock6th .blockTitle1st h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 40px;
}



/*--------------------------------------------------
		txtListBox1st
--------------------------------------------------*/
.txtListBox1st dl {
	font-size: 14px;
	line-height: 1.4;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #EDEDED;
}
.txtListBox1st dl dt {
	color: #AAAAAA;
	width: 120px;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}
.txtListBox1st dl dd {
	width: 720px;
	float: left;
	padding-right: 20px;
	box-sizing: border-box;
}



/*--------------------------------------------------
		btnList1column
--------------------------------------------------*/
.btnList1column ul li {
	width: 940px;
	margin-bottom: 20px;
}
.btnList1column ul li:last-child {
	margin-bottom: 0;
}



/*--------------------------------------------------
		btnList2column
--------------------------------------------------*/
.btnList2column ul li {
	width: 460px;
	float: left;
	margin: 20px 20px 0 0;
}
.btnList2column ul li:nth-child(-n+2) {
	margin-top: 0;
}
.btnList2column ul li:nth-child(even) {
	margin-right: 0;
}



/*--------------------------------------------------
		btnList3column
--------------------------------------------------*/
.btnList3column ul li {
	width: 303px;
	float: left;
	margin: 15px 15.5px 0 0;
}
.btnList3column ul li:nth-child(-n+3) {
	margin-top: 0;
}
.btnList3column ul li:nth-child(3n) {
	margin-right: 0;
}



/*--------------------------------------------------
		btnStyle1st
--------------------------------------------------*/
.btnStyle1st li a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 80px;
	height: 80px;
	padding: 0 30px;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 4px #EDEDED;
	border: 1px solid #EDEDED;
	border-radius: 10px;
	position: relative;
}
.btnStyle1st li a::after {
	display: inline-block;
	content: " ";
	width: 6px;
	height: 8px;
	margin-top: -4px;
	background: url(/library/common/img/icn_link_arrow_right.png) no-repeat right center;
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 10;
}
.btnStyle1st .txt2Line a {
	line-height: 25px;
	padding: 15px 30px;
	box-sizing: border-box;
}



/*--------------------------------------------------
		btnStyle2nd
--------------------------------------------------*/
.btnStyle2nd li a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	height: 40px;
	padding: 0 30px;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 4px #EDEDED;
	border: 1px solid #EDEDED;
	border-radius: 10px;
	position: relative;
}
.btnStyle2nd li a::after {
	display: inline-block;
	content: " ";
	width: 6px;
	height: 8px;
	margin-top: -4px;
	background: url(/library/common/img/icn_link_arrow_right.png) no-repeat right center;
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 10;
}
.btnStyle2nd .txt2Line a {
	line-height: 15px;
	padding: 5px 30px;
	box-sizing: border-box;
}



/*--------------------------------------------------
		tableBlock
--------------------------------------------------*/
.tableBlock {
	display: table;
	width: 100%;
	box-sizing: border-box;
}
.tableBlock .tableTr {
	display: table-row;
}
.tableBlock .tableTh,
.tableBlock .tableTd {
	display: table-cell;
	vertical-align: middle;
	padding: 30px 20px;
	border-bottom: 1px solid #8D8D8D;
	box-sizing: border-box;
}
.tableBlock .tableTr:first-child .tableTh,
.tableBlock .tableTr:first-child .tableTd {
	border-top: 1px solid #8D8D8D;
}
.tableBlock .tableTh {
	width: 220px;
	background: #EDEDED;
	border-left: 1px solid #8D8D8D;
}
.tableBlock .tableTh .thCap {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}
.tableBlock .tableTd {
	font-size: 14px;
	line-height: 1.4;
	width: 720px;
	background: #FFFFFF;
	border-right: 1px solid #8D8D8D;
}



/*--------------------------------------------------
		importantBlock
--------------------------------------------------*/
.importantBlock {
	border: 1px solid #DDDDDD;
}
.importantBlock .innerImportant {
	display: flex;
}
.importantBlock .innerImportant .content {
	display: flex;
	padding-right: 30px;
}
.importantBlock .innerImportant .content + .content {
	border-top: 1px solid #DDDDDD;
}
.importantBlock .title {
	width: 120px;
	text-align: center;
	border-right: 1px solid #DDDDDD;
	box-sizing: border-box;
	padding: 15px 0;
}
.importantBlock .title .txt {
	color: #E60012;
	font-weight: bold;
}
.importantBlock .date {
	width: 110px;
	text-align: center;
	color: #999999;
	padding: 15px 0;
}
.importantBlock .link {
	width: 655px !important;
	padding: 15px 24px 15px 0;
	display: block;
	border-right: 1px solid #DDDDDD;
	text-align: left;
}
.importantBlock .arrow {
	background: url(/library/common/img/icn_link_arrow_right.png) no-repeat right 10px center;
	text-align: left;
	vertical-align: middle;
}
.importantBlock a {
	display: block;
	width: 100%;
}


}





/*==============================
		width > 1150px
==============================*/
@media screen and (min-width: 1151px) {
}





/*==============================
		width < 1150px
==============================*/
@media screen and (max-width: 1150px) {
}





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

.inner96 {
	padding: 0 2%;
}



/*==============================
		mainConts
==============================*/

/*--------------------------------------------------
		mainContsTop
--------------------------------------------------*/
.mainContsTop {
	margin-bottom: 20px;
}
.contsTitle1st + .pagePath {
	margin-top: 5px;
}



/*--------------------------------------------------
		contsTitle1st
--------------------------------------------------*/
.contsTitle1st h1 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
}



/*--------------------------------------------------
		pagePath
--------------------------------------------------*/



/*--------------------------------------------------
		secNav
--------------------------------------------------*/
.secNav {
	margin-bottom: 20px;
}
.secNav2nd + .secNav2nd {
	margin-top: 10px;
}



/*--------------------------------------------------
		secNav1st
--------------------------------------------------*/
.secNav1st {
}
.secNav1st .navBlock {
	background: #E60012;
}
.secNav1st .navInner {
	display: table;
	width: 100%;
	padding: 5px 0;
}
.secNav1st .navInner + .navInner {
	border-top: 2px solid #CF0010;
}
.secNav1st ul {
	display: table-row;
}
.secNav1st ul li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 33.3%;
	border-right: 2px dotted #FFFFFF;
}
.secNav1st ul li:nth-child(3) {
	border-right: none;
}
.secNav1st ul li.navBlank {
	border: none;
}
.secNav1st ul li a {
	display: block;
	text-align: center;
	padding: 5px 1%;
}
.secNav1st ul li a span {
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
}



/*--------------------------------------------------
		secNav2nd
--------------------------------------------------*/
.secNav2nd {
}
.secNav2nd .navBlock {
}
.secNav2nd .navInner {
	display: table;
	width: 100%;
	padding: 5px 0;
	border-top: 1px solid #EDEDED;
}
.secNav2nd .navInner:last-child {
	border-bottom: 1px solid #EDEDED;
}
.secNav2nd ul {
	display: table-row;
}
.secNav2nd ul li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 50%;
	border-right: 2px solid #EDEDED;
}
.secNav2nd ul li:nth-child(even) {
	border-right: none;
}
.secNav2nd ul li.navBlank {
	border: none;
}
.secNav2nd ul li a {
	display: block;
	text-align: center;
	padding: 5px 1%;
}
.secNav2nd ul li a span {
	display: block;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.2;
	padding-right: 6%;
	position: relative;
}
.secNav2nd ul li a span::after {
	display: inline-block;
	content: " ";
	width: 8px;
	height: 6px;
	margin-top: -3px;
	background: url(/library/common/img/icn_link_arrow_down.png) no-repeat right center;
	position: absolute;
	top: 50%;
	right: 2%;
}



/*==============================
		section
==============================*/
.section + .section {
	margin-top: 40px;
}



/*--------------------------------------------------
		secTitle
--------------------------------------------------*/
.secTitle {
	padding-top: 13px;
	margin-bottom: 20px;
	position: relative;
}
.secTitle::after {
	content: " ";
	display: block;
	width: 100%;
	height: 3px;
	background: -moz-linear-gradient(left, #E60012 10%, #EDEDED 10%, #EDEDED 10%);
	background: -webkit-linear-gradient(left, #E60012 10%,#EDEDED 10%,#EDEDED 10%);
	background: linear-gradient(to right, #E60012 10%,#EDEDED 10%,#EDEDED 10%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}



/*		color
--------------------------------------------------*/
.secTitle.colorRed01::after {
	background: -moz-linear-gradient(left, #E60012 10%, #EDEDED 10%, #EDEDED 10%);
	background: -webkit-linear-gradient(left, #E60012 10%,#EDEDED 10%,#EDEDED 10%);
	background: linear-gradient(to right, #E60012 10%,#EDEDED 10%,#EDEDED 10%);
}
.secTitle.colorGreen01::after {
	background: -moz-linear-gradient(left, #009333 10%, #EDEDED 10%, #EDEDED 10%);
	background: -webkit-linear-gradient(left, #009333 10%,#EDEDED 10%,#EDEDED 10%);
	background: linear-gradient(to right, #009333 10%,#EDEDED 10%,#EDEDED 10%);
}
.secTitle.colorGreen02::after {
	background: -moz-linear-gradient(left, #4ABA0F 10%, #EDEDED 10%, #EDEDED 10%);
	background: -webkit-linear-gradient(left, #4ABA0F 10%,#EDEDED 10%,#EDEDED 10%);
	background: linear-gradient(to right, #4ABA0F 10%,#EDEDED 10%,#EDEDED 10%);
}
.secTitle.colorPurple01::after {
	background: -moz-linear-gradient(left, #BD027E 10%, #EDEDED 10%, #EDEDED 10%);
	background: -webkit-linear-gradient(left, #BD027E 10%,#EDEDED 10%,#EDEDED 10%);
	background: linear-gradient(to right, #BD027E 10%,#EDEDED 10%,#EDEDED 10%);
}
.secTitle.colorOrange01::after {
	background: -moz-linear-gradient(left, #FF8617 10%, #EDEDED 10%, #EDEDED 10%);
	background: -webkit-linear-gradient(left, #FF8617 10%,#EDEDED 10%,#EDEDED 10%);
	background: linear-gradient(to right, #FF8617 10%,#EDEDED 10%,#EDEDED 10%);
}



/*--------------------------------------------------
		secTitle1st
--------------------------------------------------*/
.secTitle1st h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
}



/*--------------------------------------------------
		secTitle2nd
--------------------------------------------------*/
.secTitle2nd h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
}
.secTitle2nd .txtLink {
	display: none;
}
/*
.secTitle2nd {
	display: table;
	width: 100%;
}
.secTitle2nd h2 {
	display: table-cell;
	font-size: 22px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 40px;
	width: 750px;
	padding-right: 10px;
}
.secTitle2nd .txtLink {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	width: 180px;
}
.secTitle2nd .txtLink a {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	padding-right: 10px;
	position: relative;
}
.secTitle2nd .txtLink a::after {
	display: inline-block;
	content: " ";
	width: 6px;
	height: 8px;
	margin-top: -4px;
	background: url(/library/common/img/icn_link_arrow_right.png) no-repeat right center;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 10;
}



/*==============================
		block
==============================*/
.block + .block {
	margin-top: 20px;
}



/*--------------------------------------------------
		blockTitle1st
--------------------------------------------------*/
.blockTitle1st h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}



/*==============================
		box
==============================*/
.box + .box {
	margin-top: 10px;
}



/*--------------------------------------------------
		secSlider1st
--------------------------------------------------*/
.secSlider1st {
	padding-bottom: 25px;
}
.secSlider1st .sliderBox img {
	width: 100%;
}
.secSlider1st .bx-wrapper {
	margin-bottom: 0;
}
.secSlider1st .bx-wrapper .bx-controls-direction a {
	display: block;
	width: 30px;
	height: 46px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	outline: 0;
	background-size: 30px 92px;
	position: absolute;
	top: auto;
	bottom: -23px;
	z-index: 10;
}
.secSlider1st .bx-wrapper .bx-prev {
	background: url(/library/common/img/img_slider_preview_01.png) no-repeat left top;
	left: 0;
}
.secSlider1st .bx-wrapper .bx-next {
	background: url(/library/common/img/img_slider_next_01.png) no-repeat left top;
	right: 0;
}
.secSlider1st .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.secSlider1st .bx-wrapper .bx-next:hover {
	background-position: 0 0;
}
/*
.secSlider1st .bx-wrapper .bx-pager {
	color: #666666;
	font-family: Arial;
	font-size: 0.85em;
	font-weight: bold;
	width: 100%;
	height: 12px;
	padding-top: 0;
	text-align: center;
	position: absolute;
	bottom: -24px;
}
*/
.secSlider1st .bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 6px;
	text-indent: 100%;
	overflow: hidden;
	background: url(/library/common/img/icn_pager_01.png) no-repeat left top;
	outline: 0 none;
}
.secSlider1st .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: url(/library/common/img/icn_pager_01.png) no-repeat left top;
}
.secSlider1st .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url(/library/common/img/icn_pager_01.png) no-repeat left bottom;
}



/*--------------------------------------------------
		secSlider2nd
--------------------------------------------------*/
/*
.secSlider2nd {
	padding-bottom: 30px;
}
*/
.secSlider2nd .sliderBox img {
	width: 100%;
}
.secSlider2nd .bx-wrapper {
	margin-bottom: 0;
}
.secSlider2nd .bx-wrapper .bx-controls-direction a {
	display: block;
	width: 30px;
	height: 29px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	outline: 0;
	background-size: 30px auto;
	position: absolute;
	top: auto;
	bottom: -34px;
	z-index: 10;
}
.secSlider2nd .bx-wrapper .bx-prev {
	background: url(/library/common/img/img_slider_preview_02.png) no-repeat 0 0;
	left: 2%;
}
.secSlider2nd .bx-wrapper .bx-next {
	background: url(/library/common/img/img_slider_next_02.png) no-repeat 0 0;
	right: 2%;
}
.secSlider2nd .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.secSlider2nd .bx-wrapper .bx-next:hover {
	background-position: 0 0;
}
/*
.secSlider2nd .bx-wrapper .bx-pager {
	color: #666666;
	font-family: Arial;
	font-size: 0.85em;
	font-weight: bold;
	width: 100%;
	height: 12px;
	padding-top: 0;
	text-align: center;
	position: absolute;
	bottom: -34px;
}
*/
.secSlider2nd .bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 6px;
	text-indent: 100%;
	overflow: hidden;
	background: url(/library/common/img/icn_pager_01.png) no-repeat left top;
	outline: 0 none;
}
.secSlider2nd .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: url(/library/common/img/icn_pager_01.png) no-repeat left top;
}
.secSlider2nd .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url(/library/common/img/icn_pager_01.png) no-repeat left bottom;
}



/*--------------------------------------------------
		secSlider3rd
--------------------------------------------------*/
.secSlider3rd {
	padding-bottom: 40px;
}
.secSlider3rd .sliderBox img {
	width: 100%;
}
.secSlider3rd .bx-wrapper {
	margin-bottom: 0;
}
.secSlider3rd .bx-wrapper .bx-controls-direction a {
	display: block;
	width: 30px;
	height: 29px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	outline: 0;
	background-size: 30px auto;
	position: absolute;
	top: auto;
	bottom: -34px;
	z-index: 10;
}
.secSlider3rd .bx-wrapper .bx-prev {
	background: url(/library/common/img/img_slider_preview_02.png) no-repeat 0 0;
	left: 2%;
}
.secSlider3rd .bx-wrapper .bx-next {
	background: url(/library/common/img/img_slider_next_02.png) no-repeat 0 0;
	right: 2%;
}
.secSlider3rd .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.secSlider3rd .bx-wrapper .bx-next:hover {
	background-position: 0 0;
}
/*
.secSlider3rd .bx-wrapper .bx-pager {
	color: #666666;
	font-family: Arial;
	font-size: 0.85em;
	font-weight: bold;
	width: 100%;
	height: 12px;
	padding-top: 0;
	text-align: center;
	position: absolute;
	bottom: -34px;
}
*/
.secSlider3rd .bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 6px;
	text-indent: 100%;
	overflow: hidden;
	background: url(/library/common/img/icn_pager_01.png) no-repeat left top;
	outline: 0 none;
}
.secSlider3rd .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: url(/library/common/img/icn_pager_01.png) no-repeat left top;
}
.secSlider3rd .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url(/library/common/img/icn_pager_01.png) no-repeat left bottom;
}



/*	レイアウト
------------------------------*/
.secSliderLayout1st .secL {
	width: 100%;
	padding-bottom: 40px;
	margin-bottom: 20px;
}
.secSliderLayout1st .secL .thumbBox h4.capPart {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
.secSliderLayout1st .secL .thumbBox .txtPart {
	font-size: 12px;
}
.secSliderLayout1st .secR {
	width: 100%;
	padding-bottom: 40px;
}



/*--------------------------------------------------
		thumbBox
--------------------------------------------------*/
.thumbBox {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 2px 2px 4px #EDEDED;
}
.thumbBox a {
	display: block;
	border: 1px solid #EDEDED;
}
.thumbBox .imgPart img {
	width: 100%;
}
.thumbBox .boxInner {
	padding: 10px 2%;
}
.thumbBox .tagPart {
	width: 100%;
	height: 20px;
	border-top-width: 3px;
	border-top-style: solid;
}
.thumbBox .tagPart span {
	display: inline-block;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 10px;
	vertical-align: top;
	height: auto;
	padding: 1px 10px 4px 10px;
	border-radius: 0 0 10px 0;
}
.thumbBox .txtPart {
	font-size: 12px;
	line-height: 1.2;
}



/*		color
--------------------------------------------------*/
.thumbBox.colorRed01 .tagPart {border-top-color: #E60012;}
.thumbBox.colorGreen01 .tagPart {border-top-color: #009333;}
.thumbBox.colorGreen02 .tagPart {border-top-color: #4ABA0F;}
.thumbBox.colorPurple01 .tagPart {border-top-color: #BD027E;}
.thumbBox.colorOrange01 .tagPart {border-top-color: #FF8617;}

.thumbBox.colorRed01 .tagPart span {background: #E60012;}
.thumbBox.colorGreen01 .tagPart span {background: #009333;}
.thumbBox.colorGreen02 .tagPart span {background: #4ABA0F;}
.thumbBox.colorPurple01 .tagPart span {background: #BD027E;}
.thumbBox.colorOrange01 .tagPart span {background: #FF8617;}



/*		tagBlank
--------------------------------------------------*/
.thumbBox.colorRed01 .tagBlank,
.thumbBox.colorGreen01 .tagBlank,
.thumbBox.colorGreen02 .tagBlank,
.thumbBox.colorPurple01 .tagBlank,
.thumbBox.colorOrange01 .tagBlank {
	height: 20px;
	border: none;
}
.thumbBox.colorRed01 .tagBlank span,
.thumbBox.colorGreen01 .tagBlank span,
.thumbBox.colorGreen02 .tagBlank span,
.thumbBox.colorPurple01 .tagBlank span,
.thumbBox.colorOrange01 .tagBlank span {
	background: none;
}



/*--------------------------------------------------
		thumbBlock1st
		thumbBlock2nd
		thumbBlock3rd
		thumbBlock6th
		secSlider2nd
--------------------------------------------------*/
.thumbBlock1st .thumbBox,
.thumbBlock2nd .thumbBox,
.thumbBlock3rd .thumbBox,
.thumbBlock6th .thumbBox,
.secSliderLayout1st .secR .thumbBox {
	width: 49%;
	float: left;
	margin: 10px 2% 0 0;
}
.thumbBlock1st .thumbBox:nth-child(-n+2),
.thumbBlock2nd .thumbBox:nth-child(-n+2),
.thumbBlock3rd .thumbBox:nth-child(-n+2),
.thumbBlock6th .thumbBox:nth-child(-n+2),
.secSliderLayout1st .secR .thumbBox:nth-child(-n+2) {
	margin-top: 0;
}
.thumbBlock1st .thumbBox:nth-child(2n),
.thumbBlock2nd .thumbBox:nth-child(2n),
.thumbBlock3rd .thumbBox:nth-child(2n),
.thumbBlock6th .thumbBox:nth-child(2n),
.secSliderLayout1st .secR .thumbBox:nth-child(2n) {
	margin-right: 0;
}



/*--------------------------------------------------
		thumbBlock3rd
--------------------------------------------------*/
.thumbBlock3rd .thumbBox .boxInner {
	padding: 10px 4%;
}



/*--------------------------------------------------
		thumbBlock4th
--------------------------------------------------*/
.thumbBlock4th .thumbBox {
	width: calc(98% / 3);
	float: left;
	margin: 10px 1% 0 0;
}
.thumbBlock4th .thumbBox:nth-child(-n+3) {
	margin-top: 0;
}
.thumbBlock4th .thumbBox:nth-child(3n) {
	margin-right: 0;
}
.thumbBlock4th .thumbBox .boxInner {
	padding: 5px 4%;
}



/*--------------------------------------------------
		thumbBlock5th
--------------------------------------------------*/
.thumbBlock5th .thumbBox {
	width: calc(98% / 3);
	float: left;
	margin: 10px 1% 0 0;
}
.thumbBlock5th .thumbBox:nth-child(-n+3) {
	margin-top: 0;
}
.thumbBlock5th .thumbBox:nth-child(3n) {
	margin-right: 0;
}
.thumbBlock5th .thumbBox .boxInner {
	padding: 5px 4%;
}



/*--------------------------------------------------
		thumbBlock6th
--------------------------------------------------*/
.thumbBlock6th .blockL {
	width: 100%;
}
.thumbBlock6th .blockR {
	width: 100%;
	margin-top: 20px;
}



/*		blockTitle
--------------------------------------------------*/
.thumbBlock6th .blockTitle {
	padding-top: 13px;
	margin-bottom: 10px;
	position: relative;
}
.thumbBlock6th .blockTitle::after {
	content: " ";
	display: block;
	width: 100%;
	height: 3px;
	background: #E60012; /* Old browsers */
	background: -moz-linear-gradient(left, #E60012 10%, #EDEDED 10%, #EDEDED 10%);
	background: -webkit-linear-gradient(left, #E60012 10%,#EDEDED 10%,#EDEDED 10%);
	background: linear-gradient(to right, #E60012 10%,#EDEDED 10%,#EDEDED 10%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}



/*		color
--------------------------------------------------*/
.thumbBlock6th .blockTitle.colorRed01::after {
	background: -moz-linear-gradient(left, #E60012 10%, #EDEDED 10%, #EDEDED 10%);
	background: -webkit-linear-gradient(left, #E60012 10%,#EDEDED 10%,#EDEDED 10%);
	background: linear-gradient(to right, #E60012 10%,#EDEDED 10%,#EDEDED 10%);
}
.thumbBlock6th .blockTitle.colorGreen01::after {
	background: -moz-linear-gradient(left, #009333 10%, #EDEDED 10%, #EDEDED 10%);
	background: -webkit-linear-gradient(left, #009333 10%,#EDEDED 10%,#EDEDED 10%);
	background: linear-gradient(to right, #009333 10%,#EDEDED 10%,#EDEDED 10%);
}
.thumbBlock6th .blockTitle.colorGreen02::after {
	background: -moz-linear-gradient(left, #4ABA0F 10%, #EDEDED 10%, #EDEDED 10%);
	background: -webkit-linear-gradient(left, #4ABA0F 10%,#EDEDED 10%,#EDEDED 10%);
	background: linear-gradient(to right, #4ABA0F 10%,#EDEDED 10%,#EDEDED 10%);
}
.thumbBlock6th .blockTitle.colorPurple01::after {
	background: -moz-linear-gradient(left, #BD027E 10%, #EDEDED 10%, #EDEDED 10%);
	background: -webkit-linear-gradient(left, #BD027E 10%,#EDEDED 10%,#EDEDED 10%);
	background: linear-gradient(to right, #BD027E 10%,#EDEDED 10%,#EDEDED 10%);
}
.thumbBlock6th .blockTitle.colorOrange01::after {
	background: -moz-linear-gradient(left, #FF8617 10%, #EDEDED 10%, #EDEDED 10%);
	background: -webkit-linear-gradient(left, #FF8617 10%,#EDEDED 10%,#EDEDED 10%);
	background: linear-gradient(to right, #FF8617 10%,#EDEDED 10%,#EDEDED 10%);
}



/*--------------------------------------------------
		txtListBox1st
--------------------------------------------------*/
.txtListBox1st dl {
	font-size: 12px;
	line-height: 1.2;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #EDEDED;
}
.txtListBox1st dl dt {
	color: #AAAAAA;
	margin-bottom: 5px;
}
.txtListBox1st dl dd {
}



/*--------------------------------------------------
		btnList1column
--------------------------------------------------*/
.btnList1column ul li {
	width: 100%;
	margin-bottom: 10px;
}
.btnList1column ul li:last-child {
	margin-bottom: 0;
}



/*--------------------------------------------------
		btnList3column
		btnList2column
--------------------------------------------------*/
.btnList3column ul li,
.btnList2column ul li {
	width: 49%;
	float: left;
	margin: 10px 2% 0 0;
}
.btnList3column ul li:nth-child(-n+2),
.btnList2column ul li:nth-child(-n+2) {
	margin-top: 0;
}
.btnList3column ul li:nth-child(even),
.btnList2column ul li:nth-child(even) {
	margin-right: 0;
}



/*--------------------------------------------------
		btnStyle1st
		btnStyle2nd
--------------------------------------------------*/
.btnStyle1st li a,
.btnStyle2nd li a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 60px;
	height: 60px;
	padding: 0 6% 0 4%;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 4px #EDEDED;
	border: 1px solid #EDEDED;
	border-radius: 5px;
	position: relative;
}
.btnStyle1st li a::after,
.btnStyle2nd li a::after {
	display: inline-block;
	content: " ";
	width: 6px;
	height: 8px;
	margin-top: -4px;
	background: url(/library/common/img/icn_link_arrow_right.png) no-repeat right center;
	position: absolute;
	top: 50%;
	right: 4%;
	z-index: 10;
}
.btnStyle1st .txt2Line a,
.btnStyle2nd .txt2Line a {
	line-height: 20px;
	padding: 10px 6% 10px 4%;
	box-sizing: border-box;
}



/*--------------------------------------------------
		tableBlock
--------------------------------------------------*/
.tableBlock {
	border-right: 1px solid #8D8D8D;
	border-left: 1px solid #8D8D8D;
}
.tableBlock .tableTr {
	border-bottom: 1px solid #8D8D8D;
}
.tableBlock .tableTr:first-child {
	border-top: 1px solid #8D8D8D;
}
.tableBlock .tableTh,
.tableBlock .tableTd {
	padding: 10px 2%;
}
.tableBlock .tableTh {
	background: #EDEDED;
}
.tableBlock .tableTh .thCap {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
}
.tableBlock .tableTd {
	font-size: 12px;
	line-height: 1.4;
	background: #FFFFFF;
}


/*--------------------------------------------------
		importantBlock
--------------------------------------------------*/
.importantBlock {
	padding: 0 2%;
}
.importantBlock .title {
	display: block;
	border: 1px solid #DDDDDD;
	padding: 1em 4%;
}
.importantBlock .title .txt {
	color: #E60012;
	font-weight: bold;
}
.importantBlock .content {
	display: block;
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 1em 4%;
}
.importantBlock .content .date,
.importantBlock .content .link {
	display: block;
}
.importantBlock .content .date {
	font-size: 12px;
	color: #999999;
	margin-bottom: 5px;
}
.importantBlock .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;
}

/*--------------------------------------------------
--------------------------------------------------*/



/*--------------------------------------------------
--------------------------------------------------*/



/*--------------------------------------------------
--------------------------------------------------*/



/*--------------------------------------------------
--------------------------------------------------*/



/*--------------------------------------------------
--------------------------------------------------*/



/*--------------------------------------------------
--------------------------------------------------*/



/*--------------------------------------------------
--------------------------------------------------*/





}

