@charset "utf-8";

/* for level2 */
.level2 #mv .stage {
	width: 100%;
	height:434px;
	overflow: hidden;
	background-color: #959698;
}

.level2 #mv.short .stage {
	width: 100%;
	height:235px;
	overflow: hidden;
	background: #fff;
}

.level2 #mv .stage li > img{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-960px;
	
}

.level2 #mv h1{
	position:absolute;
	width:100%;
	left:0;
	top:51%;
	text-align:center;
	font-size:32px;
	font-weight: 500;
	color:#fefefe;
	letter-spacing:0.1em;
}


.level2 #mv.short .stage h1{
	left:0;
	top:43%;
	color: #222222;
	background: #f0f3f5;
	background-image:url(../image-rn/bg_common.png);
	background-repeat:repeat-x;
	background-position:center bottom;
	background-size: auto 100%;
	height: 140px;
	padding-top: 38px;
	font-weight: bold;
}

.level2 #mv h1 .subTitle{
	margin-top: 7px;
	display:block;
	font-size:11px;
	letter-spacing:0em;
}


.level3 #underMv{
	width: 100%;
	height: 267px;
	margin-top: -70px;
}

.level3 #underMv dl{
	width: 1160px;
	margin: 0 auto;

}

/* breadcrumbList */
.breadcrumbListBox{
	position: absolute;
	left: 0;
	top: 20px;
	width:100%;
	z-index: 2;
}
.breadcrumbListBox .breadcrumbList {
	max-width:1160px;
	margin-left:auto;
	margin-right:auto;
	font-size: 68.8%;
	color: #333333;
	font-family: 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', Osaka, Verdana, sans-serif;
}
.breadcrumbListBox .breadcrumbList:after{
	content:"";
	display:block;
	clear:both;
}

.breadcrumbListBox .breadcrumbList li{
	float:left;
}

.breadcrumbListBox .breadcrumbList li:before{
	content:"/";
	color:#999999;
	display:inline;
	margin-left:1em;
	margin-right:1em;
}

.breadcrumbListBox .breadcrumbList li:first-child:before{
	content:none;
}

.breadcrumbListBox .breadcrumbList a{
	text-decoration:underline;
}
#mv .breadcrumbList{
	top: 96px;
	color: #ffffff;
}

#mv.short .breadcrumbList{
	top: 96px;
	color: #333333;
}



/* list */
ul.linkList{
	text-align:center;
}
ul.linkList > li{
	font-size:14px;
	display:inline-block;
	margin:0 auto;
	padding:0 14px;
}
ul.linkList > li:first-child{
	padding-left:0;
}
ul.linkList > li:last-child{
	padding-right:0;
}
ul.linkList > li > p{
	margin-top:14px;
}

ul.triLinkList{
}
ul.triLinkList > li{
	width: 33.3%;
	float: left;
}
ul.triLinkList > li:after{
	content: "";
	display: block;
	width: 0;
	height: 100%;
	border-left: 1px solid #FFFFFF;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
ul.triLinkList > li:nth-child(3n):after{
	content: none;
}

ul.triLinkList > li > dl{
	background-color:#f6f9fc;
	padding:25px 30px;
	border-bottom:1px solid #e9e9e9;
}
ul.triLinkList > li > dl > dt{
	color:#0b2c52;
	font-weight:bold;
}
ul.triLinkList > li > dl > dd{
	font-size:87.5%;
}

a.hoverzoom::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	background-color: transparent;
	background-image: url(/image-rn/bg_hover_layer.png);
	background-repeat: repeat;
	background-position: center;
	background-size: auto;
	opacity:0;
	transition: opacity 0.2s linear;
}


/* linenews */

#lineNews{
	background: #fff;
	border-bottom: 1px solid #e9e9e9;
}

#lineNews dl{
	width: 1160px;
	margin: 0 auto;
	font-size: 14px;
}

#lineNews dl dt,
#lineNews dl dd{
	padding: 1.3em -0px;
}

#lineNews dl dt{
	width: 140px;
	float: left;
	font-weight: bold;
	color: #0c488e;
}

#lineNews dl dd.newsText{
	width: 915px;
	float: left;
}

#lineNews dl dd.newsText span{
	padding-right: 30px;
}

#lineNews dl dd.listLink{
	width: 100px;
	float: right;
}

/* basec h1 block */
.secWrap{
	padding-top:50px;
	padding-bottom:50px;
}
.secWrap-nomv{
	padding-bottom:50px;
}
.innerBox{
	width:1160px;
	margin:0 auto;
}

.secWrap .ttl_h1{
	margin-top:0;
}

.secWrap h1{
	text-align:center;
}


/* banner */

.col-1Banner,
.col-2Banner{
	text-align: center;
	font-size: 14px;
}

.col-1Banner a:hover,
.col-2Banner a:hover{
	opacity: 0.7;
}


.col-1Banner img,
.col-2Banner img{
	display: inline-block;
	margin-bottom: 16px;
}

.col-2Banner li{
	float: left;
}

.col-2Banner li:nth-child(even){
	float: right;

}


/* column 2 news */

#newsContents #side{
	width: 240px;
	float: left;

}

#side .sideMenu{
	border: 1px solid #ebebeb;
	font-size: 14px;
	margin-bottom: 20px;
}

#side .sideMenu a{
	display: block;
	border-bottom: 1px solid #ebebeb;
	padding: 18px 20px;

}

#side .sideMenu li:last-child a{
	border: none;
}

#side .sideMenu a.current{
	background: #f5f7f9;	
}

#side .sideMenu a:hover{
	background: #f5f7f9;
}

#side .sideMenu a span{
	display: block;
	margin-left: 20px;
}

#side .sideMenu a span::before{
	content:"";
	display:block;
	width:7px;
	height:6px;
	position:absolute;
	z-index:1;
	left:-20px;
	top:8px;
	background-image:url(../image-rn/ico_link_arrow_b.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:7px 6px;
}

#side .banner{
	opacity: 0.8;
}

#newsContents #newsList{
	width: 872px;
	float: right;

}

#newsList dt{
	margin-bottom: 2.2em;
	padding-bottom: 2.2em;
	width: 200px;
	float: left;
	clear: both;

}

#newsList dd{
	margin-bottom: 2.2em;
	padding: 0 0 2.2em 200px;	
	border-bottom: 	1px solid #e9e9e9;

}

#newsList dt .date{
	display: inline-block;
	margin-right: 20px;
	font-size: 15px;
}

#newsList .type{
	display: inline-block;
	line-height: 22px;
	width: 83px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	background-color: #ABABAB;
 }

 #newsList dd .pdf{
	display: inline-block;
	line-height: 18px;
	width: 40px;
	color: #e95715;
	font-size: 11px;
	text-align: center;
	border: 1px solid #e95715;
	vertical-align: 15%;
	margin-left: 10px;
 }

#newsList dd .newW{
	vertical-align:middle;
	padding-left: 5px;

}

#newsList dl h2{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: -3px;
}

#newsList dl a:hover{
	text-decoration: underline;
}

#newsList dl .summary{
	font-size: 14px;
}


#newsList .pagerWrap{
   position:relative;
   overflow:hidden;
}

#newsList .pagerWrap .pager{
   position:relative;
   left:50%;
   float:left;
   font-size: 18px;
}

#newsList .pagerWrap .pager li{
   position:relative;
   left:-50%;
   float:left;
   margin: 0 8px;
}

#newsList .pagerWrap .pager li a{
	display: inline-block;
   padding: 8px;
   }

#newsList .pagerWrap .pager li a:hover{
	text-decoration: underline;
	opacity: 0.8;
}

#newsList .pagerWrap .pager li a.current{
	text-decoration: underline;
}

/* naviBox */
.naviBox{
	position:relative;
	/*background-color:#f0f3f5;*/
	height:140px;
	display:table;
	width:100%;
	margin-bottom:70px;
	background: -webkit-linear-gradient(45deg, #f3f5f7 0%, #f3f5f7 50%, #e8ebed 50%, #f0f3f5 70%, #f0f3f5 100%);
	background: -moz-linear-gradient(45deg, #f3f5f7 0%, #f3f5f7 50%, #e8ebed 50%, #f0f3f5 70%, #f0f3f5 100%);
	background: -o-linear-gradient(45deg, #f3f5f7 0%, #f3f5f7 50%, #e8ebed 50%, #f0f3f5 70%, #f0f3f5 100%);
	background: linear-gradient(45deg, #f3f5f7 0%, #f3f5f7 50%, #e8ebed 50%, #f0f3f5 70%, #f0f3f5 100%);
}
.naviBox h1{
	font-size:28px;
	text-align:center;
	font-weight:600;
	position:relative;
	z-index:1;
	height:100%;
	display:table-cell;
	vertical-align:middle;
}

/*
.naviBox:before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:50%;
	height:100%;
	background-color:#f5f6f8;
	margin-left:-70px;
}

.naviBox:after{
	content:"";
	display:block;
	position:absolute;
	left:50%;
	top:0;
	margin-left:-70px;
	border: 70px solid transparent;
	border-bottom: 70px solid #f5f6f8;
	border-left: 70px solid #f5f6f8;
	
}
*/
/* sectionLine*/
.sectionLine {
	display: block;
	font-weight: bold;
	font-size: 17px;
	width: 100%;
	padding-top: 25px;
	margin-bottom: 38px;
}

.sectionLine::before {
	border-top: solid 1px #12519b;
  	width: 20px;
  	position: absolute;z-index: 1;top: 0;left: 0;
  	content: "";
}

.sectionLine::after {
  	border-top: solid 1px #e1e3e5;
  	width: 100%;
  	position: absolute;top: 0;left: 0;
  	content: "";
}

.sectionLine h2{
	display: inline-block;
}

.sectionLine span{
	font-size: 14px;
	font-weight: normal;
	padding-left: 25px;
}

@media only screen and (max-width:767px){
	.sectionLine{
		padding-top: 18px;
		margin-bottom: 20px;
	}

	.sectionLine h2{
		display: block;
	}

	.sectionLine span{
		font-size: 12px;
		font-weight: normal;
		padding-left: 0;
	}
}


@media only screen and (min-width:768px){
	a.hoverzoom:hover::before {
		opacity:1;
	}
}

.hoverzoom .txt, .hoverzoom > dl > dd {
	-moz-transition: -moz-all 0.3s linear;
	-webkit-transition: -webkit-all 0.3s linear;
	-o-transition: -o-all 0.3s linear;
	-ms-transition: -ms-all 0.3s linear;
	transition: all 0.3s linear;
	transition-timing-function: ease;
}
.hoverzoom .hoverzoomOverlay{
	display:none;
	opacity:0;
}
.hoverzoom:hover .txt {
    transform: translateY(-25px);
}

.hoverzoom > dl > dd{
	opacity:0;
	height:0;
}
.hoverzoom:hover > dl > dd{
	opacity:1;
}

.hoverzoom:hover .hoverzoomOverlay{
	display:block;
	opacity:1;
}
.hoverzoom .row1 {
    font-size: 18px;
    bottom: 1em;
}

.hoverzoom .txt{
	color: #FFFFFF;
	position: absolute;
	left: 30px;
}

.hoverzoom:hover .row2 {
    opacity: 1;
}
.hoverzoom:hover .txt {
    transform: translateY(-25px);
}
.hoverzoom .row2 {
    font-size: 14px;
    bottom: -1em;
    opacity: 0;
}
.hoverzoom .txt {
    color: #FFFFFF;
    position: absolute;
    left: 30px;
}

/* box */
.wWrap{
	width:1160px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
@media only screen and (min-width:768px){
	.pcwWrap{
		width:1160px;
		margin-left:auto;
		margin-right:auto;
		position:relative;
	}
}

.bronzeBox{
	width:100%;
	height:0;
	padding-bottom:57.4%;
	position:relative;
}
.silverBox{
	width:100%;
	height:0;
	padding-bottom:70.5%;
	position:relative;
}

.borderBox{
	border:1px solid #e9e9e9;
	padding:30px;
}

/*txt class*/
p.annotation{
	font-size:75%;
	text-indent:-1em;
	padding-left:1em;
}

.taL{
	text-align:left;
}
.taC{
	text-align:center;
}
.taR{
	text-align:right;
}
@media only screen and (min-width:768px){
	.pcTaL{
		text-align:left;
	}
	.pcTaC{
		text-align:center;
	}
	.pcTaR{
		text-align:right;
	}
}
/*decoration*/
.underBorder{
	border-bottom:1px solid #909090;
}

.fLeft{
	float:left;
}
.fRight{
	float:right;
}
@media only screen and (max-width:767px){
	img{
		max-width:100%;
	}
	.breadcrumbListBox{
		display:none;
	}
	.fLeft{
		float:none;
	}
	.fRight{
		float:none;
	}
	.wWrap{
		width:auto;
		margin-left:15px;
		margin-right:15px;
	}
	.spwWrap{
		width:auto;
		margin-left:15px;
		margin-right:15px;
	}
	
	.level2 #mv .stage{
		width:auto;
		height:auto;
	}

	.level2 #mv.short .stage {
		width: auto;
		height:90px;
	}

	.level2 #mv .stage li{
		height:0;
		padding-bottom:59.37%;
	}
	.level2 #mv .stage li > img{
		left:0;
		margin-left:0;
		width:100%;
	}
	ul.linkList > li{
		display:block;
		padding:0;
		margin-bottom:5px;
	}
	
	ul.triLinkList > li{
		float:none;
		width:auto;
		margin-bottom:4px;
	}
	
	ul.triLinkList > li > dl{
		padding:15px;
	}
	ul.triLinkList > li > dl > dd{
		font-size:12px;
	}
	.bronzeBox > a, .silverBox > a{
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
	}
	
	.borderBox{
		padding:15px;
	}
	
	.level2 #mv h1{
		top:0;
		margin-top:23%;
		font-size:21px;
		line-height: 1;

	}

	.level2 #mv.short .stage h1{
		height:90px;
		position: static;
		margin-top:0;
		font-size: 21px;
		padding-top: 26px;
	}

	.level3 #underMv{
		width: 100%;
		height: auto;
	}

	.level3 #underMv dl{
		width: auto;


	}

	.level2 #mv h1 .subTitle{
		margin-top: 10px;
		font-size:12px;
	}
	.linkList p{
		margin-top:5px;
		margin-bottom:15px;
	}



	/* basec h1 block */

	.secWrap{
		padding-top:40px;
		padding-bottom:40px;
	}


	.innerBox{
		width:auto;
		padding:0 15px;

	}


	/* linenews */

	#lineNews dl{
		width: auto;
		padding: 15px;
		position: relative;


	}

	#lineNews dl dt,
	#lineNews dl dd{
		padding:0;
	}

	#lineNews dl dd{
		font-size: 12px;
	}

	#lineNews dl dt{
		width: 50%;
		float: none;

	}

	#lineNews dl dd.newsText{
		width: auto;
		float: none;
	}

	#lineNews dl dd.newsText span{
		padding-right: 0;
		display: block;
	}

	#lineNews dl dd.listLink{
		width: 50px;
		float: none;
		position: absolute;
		top:15px;
		right:15px;

	}


	/* banner */

	.col-1Banner,
	.col-2Banner{

		font-size: 12px;

	}

	.col-1Banner img,
	.col-2Banner img{

		margin-bottom: 10px;
	}

	.col-2Banner li{
		float: none;
		margin-bottom: 22px;
	}

	.col-2Banner li:nth-child(even){
		float: none;


	}


	/* column 2 news */

	#newsContents #side{
		width: auto;
		float: none;

	}

	#side .sideMenu{
		font-size: 12px;
		margin-bottom: 20px;
	}


	#side .sideMenu a span{
		margin-left: 20px;
	}

	#newsContents #newsList{
		width: auto;
		float: none;

	}
/*
	#newsList dl{
		padding-top: 1.6em;
	}
*/
	#newsList dt{
		margin-bottom: 0.8em;
		padding-bottom: 0;
		width: auto;
		float: none;
		clear: both;

	}

	#newsList dd{
		margin-bottom: 1.6em;
		padding: 0 0 1.6em 0;	
	}

	#newsList dt .date{

		font-size: 11px;
		margin-right: 10px;
	}

	#newsList dl h2{
		font-size: 14px;

	}

	#newsList dl a:hover {
		text-decoration: none;
	}

	#newsList dl .summary{
		font-size: 12px;
	}

	#newsList .pagerWrap{
		margin-bottom: 40px;
	}

	/* naviBox */
	
	.naviBox{
		height:90px;
		overflow:hidden;
	}
	.naviBox h1{
		font-size:21px;
	}
	.naviBox::before{
		margin-left:-45px;
	}
	.naviBox::after{
		margin-left:-45px;
		border-width:45px;
	}
}


/* 二階層目に使うヘッダ */

.headerLv2 {
	position:relative;
	height:150px;
	display:table;
	width:100%;
	margin-bottom:0px;
	background: linear-gradient(60deg, #fff 0%, #fcfcfc 50%, #f5f5f5 50%, #fff 55%, #fff 100%);
	background-position-x: -135px;
}

.headerLv2 h1 {
    position: absolute;
    margin: auto;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
    font-size: 21px;
    line-height: 2em;
    font-weight: bold;
    text-align: center;
    margin-top: 45px;
}

.headerLv2 p {
    position: absolute;
    margin: auto;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    z-index: 1;
    text-align: center;
 
    font-family: 'Open Sans';
    font-weight: 600;
    line-height: 2em;
    color: #12519B;
    font-size: 10px;
    margin-top: 85px;
}

@media only screen and (max-width:767px){
	.headerLv2{
		height:103px;
		background-position-x: 0px;
		overflow:hidden;
	}

	.headerLv2::before{
		margin-left:-45px;
	}
	.headerLv2::after{
		margin-left:-45px;
		border-width:45px;
	}

    .headerLv2 h1 {
        font-size: 19px;
        line-height: 1.7em;
        margin-top: 30px;
    }

    .headerLv2 p {
        line-height: 1.7em;
        font-size: 11px;
        margin-top: 60px;
    }
}


/* naviBoxのナビがないバージョン（３階層目のヘッダーとして使う） */

.naviBox.naviOff {
    margin-bottom: 0;
}

.naviBox.naviOff h1 {
    position: absolute;
    margin: auto;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
    font-size: 21px;
    line-height: 2em;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
}

.naviBox.naviOff p {
    position: absolute;
    margin: auto;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    z-index: 1;
    text-align: center;
 
    font-family: 'Open Sans';
    font-weight: 600;
    line-height: 2em;
    color: #12519B;
    font-size: 10px;
    margin-top: 80px;
}

@media only screen and (max-width:767px){
    .naviBox.naviOff h1 {
        font-size: 19px;
        line-height: 1.7em;
        margin-top: 20px;
    }

    .naviBox.naviOff p {
        line-height: 1.7em;
        font-size: 11px;
        margin-top: 50px;
    }
}

/*companyLink*/
.companyLink li{
	width: 16.66666666666667%;
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
	padding-bottom: 12.34567901234568%;
}

.companyLink .img_01{
	background-image: url(../image-rn/company_bnr_01.jpg);
}

.companyLink .img_02{
	background-image: url(../image-rn/company_bnr_02.jpg);
}

.companyLink .img_03{
	background-image: url(../image-rn/company_bnr_03.jpg);
}

.companyLink .img_04{
	background-image: url(../image-rn/company_bnr_04.jpg);
}

.companyLink .img_05{
	background-image: url(../image-rn/company_bnr_05.jpg);
}

.companyLink .img_06{
	background-image: url(../image-rn/company_bnr_06.jpg);
}

.companyLink .centerTxt{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	z-index: 3;
}

@media only screen and (max-width:767px){
    .companyLink li{
		width: 50%;
		float: left;
		overflow: visible;
		margin: 0;
		padding: 0;
		padding-bottom: 0;
	}

	.companyLink .img_01{
		background-image: none;
	}

	.companyLink .img_02{
		background-image: none;
	}

	.companyLink .img_03{
		background-image: none;
	}

	.companyLink .img_04{
		background-image: none;
	}

	.companyLink .img_05{
		background-image: none;
	}
}


/* subMv */
.subMv {
    background-repeat: no-repeat;
    background-color: #aaa;
	background-position: center; 
	height: 267px;
}

.subMv .mvNote {
	color: #fff;
}

.subMv .mvNote h1{
	padding-top:77px;
	font-size: 18px;
}

.subMv .mvNote p{
	padding-top:24px;
	line-height: 1.75;
	font-size: 16px;
}

@media only screen and (max-width:767px){
	.subMv {
		background-color: #f8f8f8;
		background-position: center top;
		background-size: contain;
		padding-top: 37.5%;
		height: auto;
	}
	
	.subMv .mvNote {
		color: #000;
		background: #f8f8f8;
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 20px;
	}
	
	.subMv .mvNote h1{
		padding-top: 14px;
		font-size: 14px;
		line-height: 1.8;
	}

	.subMv .mvNote p{
		padding-top:5px;
		line-height: 1.75;
		font-size: 13px;
	}
}


.borderHeader {
    background-image: url(../image-rn/bg_border.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto auto;
    padding: 24px 0 26px 0;
    font-size: 17px;
    margin-top: 40px;
}

@media only screen and (max-width:767px){
    .borderHeader{
        background-image: url(../image-rn/sp/bg_border.png);
        background-size: contain;
        padding: 15px 0 20px 0;
        font-size: 16px;
        margin-top: 20px;
    }
}