@charset "utf-8";

/* ============================================================

[ information ]
概要 : トップページ専用スタイル

============================================================ */


/* 共通レイアウトの補正 */
#contentNoSideNavi {
	margin-bottom: 0;
}
#mainArea,
#contentNoSideNavi {
	width: 100%;
}
#wrap_01 {
	padding-bottom: 0;
}
#wrap_02 {
	padding-top: 0;
}
#footerWrap {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}


/* 共通スタイルの初期化 */
.keyvisualArea p,
.keyvisualArea ul,
.keyvisualArea ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}


/* z-index */
.keyvisualArea {
	z-index: 11;
}
.keyvisualArea .keyvisualAreaInner {
	z-index: 12;
}
.keyvisualArea .keyImgWrap .keyImg {
	z-index: 21;
}
.keyvisualArea .keyImgWrap .keyImg .imgCopyright {
	z-index: 22;
}
.keyvisualArea .keyMsgWrap .keyMsg {
	z-index: 23;
}
.keyvisualArea .keyImgWrap .keyImg-03−txt {
	z-index: 24;
}
#articleArea1,
#articleArea2,
#footerWrap {
	z-index: 101;
}
#headerWrap {
	z-index: 102;
}


/* メガメニューに影を表示する (未使用3/18) */
/*
#megaMenuWrapOuter {
	padding-bottom: 30px;
	position: absolute;
	width: 100%;
}
#megaMenuWrap {
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,.4902);
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,.4902);
	-ms-box-shadow: 0 10px 20px rgba(0,0,0,.4902);
	-o-box-shadow: 0 10px 20px rgba(0,0,0,.4902);
	box-shadow: 0 10px 20px rgba(0,0,0,.4902);
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#828282, direction=180, strength=16, enabled=true);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#828282, direction=180, strength=16, enabled=true)";
}
*/

/* メガメニューに影を表示する */
#megaMenuWrap.menuOn:after {
	margin-bottom: -35px; /* img:30px + border:5px */
	display: block;
	width: 100%;
	height: 30px;
	content: "";
	background: url(../img/megamenu_shadow.png) repeat-x bottom;
}

/* キービジュアル */
.keyvisualArea {
	width: 100%;
	height: 530px;
	overflow: hidden;
	background-color: #fff;
}
.isScriptOn .keyvisualArea {
	position: fixed;
	top: 0;
	left: 0;
	min-width: 960px;
	height: 720px;
}
.isScriptOn .keyvisualArea .keyvisualAreaInner {
	position: relative;
}
.keyvisualArea .keyvisualAreaInner {
	height: 100%;
/*	background: url(../img/img_keyvisual_script-off.jpg) no-repeat bottom center;
*/
}
.keyvisualArea .keyvisualAreaInner .noScriptImg img {
	display: none;
}
.keyvisualArea .keyImgWrap,
.keyvisualArea .keyMsgWrap {
	display: none;
}
.isScriptOn .keyvisualArea .keyImgWrap,
.isScriptOn .keyvisualArea .keyMsgWrap {
	display: block;
}
.isScriptOn .keyvisualArea .keyMsgWrap {
	margin: 0 auto;
	padding: 0 5px;
	position: relative;
	width: 960px;
	height: 100%;
}
.isScriptOn .keyvisualArea .keyMsgWrap .keyMsg {
	position: absolute;
	zoom: 1;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
}
.isScriptOn .keyvisualArea .keyMsgWrap img.keyMsg-01 {
	top: 233px;
	left: -14px;
}
.isScriptOn .keyvisualArea .keyMsgWrap img.keyMsg-02 {
	top: 290px;
	left: -14px;
}
.isScriptOn .keyvisualArea .keyImgWrap .keyImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 615px;
	zoom: 1;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
}
.isScriptOn .keyvisualArea .keyImgWrap .keyImg img {
	position: absolute;
	bottom: 0;
}
.keyvisualArea .keyImgWrap .keyImg .imgCopyright {
	position: absolute;
	bottom: 10px;
	width: 100%;
}
.keyvisualArea .keyImgWrap .keyImg .imgCopyright span {
	margin: 0 auto;
	display: block;
	width: 950px;
	color: #fff;
	font-size: 94%;
	text-align: right;
}

/* flash動画エリア */
div.flashAreaWrap {
	text-align: center !important;
	margin-top: -5px;
	
}

/* トップページレイアウト */
.isScriptOn #headerWrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 960px;
	-webkit-transform: translate3d(0,0,0); /* iOS端末のz-indexバグ対策 */
}
.isScriptOn #articleArea1,
.isScriptOn #articleArea2,
.isScriptOn #footerWrap {
	position: relative;
	-webkit-transform: translate3d(0,0,0); /* iOS端末のz-indexバグ対策 */
}
.isScriptOn #articleArea1 {
	margin-top: 530px;
}
#articleArea1,
#articleArea2 {
	background-color: #fff;
}
#articleArea2 {
	border-top: 1px solid #dadde0;
}
.isScriptOn #articleArea2 {
	border: none;
}


/* パララックス固定背景 */
.isScriptOn #parallaxCanvas {
	height: 250px;
}
.isScriptOn #parallaxCanvasInner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg_parallax.jpg) repeat top center;
}


/* レイアウトブロック */
.block {
	width: 100%;
	min-width: 960px;
	overflow: hidden;
	background-color: #fff;
}
.blockInner {
	margin: 60px auto;
	width: 950px;
}
.blockInner + .blockInner {
	margin-top: -10px;
}
.blockInner.wideNarrow {
	width: 800px;
}
.blockInner.wideFull {
	width: 100%;
}
hr.blockBorder {
	margin: 0;
	margin: 0 auto;
	border: none;
	border-top: 1px solid #dadde0;
	width: 950px;
	height: 1px;
	color: #dadde0;
}


/* サムネイル画像付き三列リンク */
.imageLinkArea_03 .item {
	margin-left: 25px;
	display: inline-block;
	width: 300px;
	vertical-align: top;
*display: inline;
*zoom: 1;
}
.imageLinkArea_03 .item:first-child {
	margin-left: 0;
}
.imageLinkArea_03 .item dl {
	margin: 16px 0 0 0;
}
.imageLinkArea_03 .item dl dt {
	font-weight: bold;
	font-size: 108%;
}
.imageLinkArea_03 .item dl dt a {
	padding-right: 13px;
	color: #0a101a;
	background: url(/common/img/icons/ico_arrow_right_red_01.gif) no-repeat right center;
}
.imageLinkArea_03 .item dl dt a.extLink {
	padding-right: 0;
	background-image: none;
}
.imageLinkArea_03 .item dl dt a.extLink img {
	margin-left: 8px;
	vertical-align: middle;
}
.imageLinkArea_03 .item dl dt a:hover {
	color: #0068b3;
	text-decoration: none;
}
.imageLinkArea_03 .item dl dd {
	margin: 0;
}
.imageLinkArea_03 .item a:hover img {
	opacity: 0.7;
	filter: Alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


/* 枠線付きリンクボタン */
.moreLinks {
	margin: 10px 0 0 0;
}
.moreLinks li {
	margin: 0 20px 0 0;
	padding: 0;
	border: 1px solid #737780;
	display: inline-block;
	line-height: 1.5;
*display: inline;
}
.moreLinks li:hover {
	margin: -1px 19px -1px -1px;
	border: 2px solid #003b90;
	background-color: #f7faff;
}
.moreLinks li a {
	padding: 7px 25px 7px 12px;
	display: inline-block;
	min-height: 18px;
	color: #45484d;
	background: url(/common/img/icons/ico_info.gif) no-repeat right 12px top 12px;
	font-size: 94%;
	text-decoration: none;
    box-sizing: border-box;
background: url(/common/img/icons/ico_info.gif) no-repeat right center\9;
*display: inline;
}
.moreLinks li a.extLink {
	padding-right: 12px;
	background-image: none;
}
.moreLinks li a.extLink > img {
	padding-left: 5px;
}



/* ページ固有 */
#pickupArea h1 {
	margin-bottom: 20px;
}
#pickupArea .imageLinkArea_03 {
	margin-bottom: 50px;
}
#newsAreaImportant {
	padding: 25px 30px 20px;
	background-color: #f0f2f5;
}
#newsAreaImportant .infoArea .tableTypeInfo {
	margin: 10px 0 0;
}
#newsAreaNormal p,
#newsAreaNormal ul.moreLinks {
	display: inline-block;
}
#newsAreaNormal ul.moreLinks {
	margin-left: 20px;
}
#useLogo p {
	font-size: 94%; /* 12/12.8 */
}

/* スクリプトなし */
p.noScript {
	height: 730px;
	background: url(../img/img_keyvisual_script-off.jpg) no-repeat bottom center;

}


/* ---------------------------------------------------------
■■レスポンシブ用sytle■■ 
    - 2018/06 : 追加
--------------------------------------------------------- */

/* タブレット・スマホ以下 */
@media screen and  (max-width:750px){
    
    body{
        margin-top: 46px;
    }
    #contentNoSideNavi{
        padding-left: 0;
        padding-right: 0;
    }
    .isScriptOn #headerWrap{
        min-width: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 105;
    }
    .keyvisualAreaInner object{
        display: none;
    }
    .isScriptOn .keyvisualArea{
        width: 100%;
        min-width: 0;
        min-height: 0;
        height: 120vw;
    }
    .keyvisualArea .keyvisualAreaInner .noScriptImg{
        width: 100%;
        height: 120vw;
        position: relative;
        background: url(/img/img_keyvisual_script-off_sp.jpg) no-repeat center center / cover;
    }
    .keyvisualArea .keyvisualAreaInner .noScriptImg img{
        display: none;
    }
/*
    .keyvisualArea .keyvisualAreaInner .noScriptImg #catchCopy{
        display: block;
        padding: 5px;
        text-align: center;
        background: rgba(255,255,255,0.8);
        position: absolute;
        top: 60vw;
        left: 10vw;
        width: 80vw;
        box-sizing: border-box;
        font-size: 20px;
        font-weight: bold;
        z-index: 5;
    }
*/
	#newsAreaNormal ul.moreLinks{
		margin-left: 0;
		text-align: center;
		width: 100%;
	}
	#newsAreaNormal ul.moreLinks li{
		margin-right: 10px;
	}
	#newsAreaNormal ul.moreLinks li:last-child{
		margin-right: 0;
	}
	#newsAreaNormal ul.moreLinks li a{
		font-size: 12px;
	}
    #contentWrap{
        min-height: 0;
    }
    #articleArea1{
       margin-top: 120vw !important; 
    }
    .block{
        width: 100%;
        min-width: 0;
        padding-left: 10px;
        padding-right: 10px;
        background: #FFF;
        box-sizing: border-box;
    }
    .blockInner{
        width: 100%;
        min-width: 0;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    h1{
        font-size: 160%;
        margin-bottom: 10px;
    }
    #articleArea1 > .block:nth-child(1) {
        padding-left: 0;
        padding-right: 0;
    }
    #articleArea1 > .block:nth-child(1) > .blockInner {
        margin-bottom: 10px;
    }
    #pickupArea h1{
        margin-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #pickupArea .imageLinkArea_03{
        margin-bottom: 0;
    }
    #pickupArea .imageLinkArea_03 .item{
        display : -ms-flexbox;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: flex-start;
        -ms-flex-flow: row wrap;
        -ms-justify-content: flex-start;
        -ms-flex-align: flex-start;
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
        box-sizing: border-box;
        border-bottom: 1px solid #dadde0;
    }
    #pickupArea .imageLinkArea_03 .item > a{
        display: block;
        width: 40%;
        margin-right: 2%;
    }
    #pickupArea .imageLinkArea_03 .item > a img{
        width: 100%;
        height: auto;
    }
    #pickupArea .imageLinkArea_03 .item > dl{
        display: block;
        width: 58%;
        margin-top: 0;
    }
    #pickupArea .imageLinkArea_03 .item > dl dt,
    #pickupArea .imageLinkArea_03 .item > dl dd{
        font-size: 90%; 
    }
    hr.blockBorder{
        width: 100%;
    }
    #useLogo{
        padding-top: 20px;
    }
    #footerWrap{
        margin-top: 15px;
    }
    
}