@charset "utf-8";


/*************************************************
	index専用
*************************************************/

/*----トップローディング ---------------------*/
#loader {position: fixed;z-index:900;top: 0;text-align: center;width: 100%;height: 100%;background:#fff;}
#load-text {position: absolute;font-size:11px;color: #666;text-align: center;width: 100%;top:40%;padding-top: 120px;height:60px;display: block;
						background:url(../img/loading.png) no-repeat center top,url(../js/loading.svg) no-repeat center bottom 5px;}



/*TOPページ上部の背景big画像-------------*/


body.home .section {padding: 100px 0 60px;}
/*各種共済制度*/
body.home dl.main-cont-dl > dd{margin:100px 0 0 0;}




/*/////////////　main　////////////////*/
dl.main-cont-dl{}
dl.main-cont-dl > dt{float:left;width:75%;}


.index-news{}

.index-news{float:left;width:47%;}
.index-news:last-child{float:right;width:47%;}

.index-news > .title{font-weight: bold;font-size:190%;text-indent: -0.2em;margin-bottom: 5px;}
.index-news:first-child > .title{letter-spacing: -0.07em;}

.index-news .index-news-ichiran{position: absolute;margin: -39px 0 0 165px;}
.index-news .index-news-ichiran a{background: #285eae url(../img/arrow_white12-21.png) no-repeat right 8px center;background-size: 5px;width: 54px;display: table;text-decoration: none;color: #fff;text-align: center;font-size:70%;line-height: 1;padding:4px 11px 3px 0;border-radius: 11px;}
.index-news .index-news-ichiran a:hover{background-color: #6f99d6;}


dl.news-dl{border-top: 1px dashed #bbb;}
dl.news-dl:last-child{border-bottom: 1px dashed #bbb;}
dl.news-dl dt{float:left;width:86px;line-height: 1.3;color: #666;letter-spacing: 0;transition: 0.8s;font-size: 93%;}
dl.news-dl dd{padding:0 0 0 96px;line-height: 1.3;color: #333;transition: 0.8s;font-size: 95%;}
dl.news-dl dd .title{transition: 0.8s;color: #000;}
dl.news-dl dd .title img{width: auto;margin: 0 0 5px 7px;}

dl.news-dl a{text-decoration:none;display: block;padding:13px 0 11px 0;}
dl.news-dl a:hover{background-color:#efefef;}
dl.news-dl a:hover dt{padding-left:5px;}
dl.news-dl a:hover dd{}
dl.news-dl a:hover dd .title{color:#285eae;}

/*各種共済制度*/
dl.main-cont-dl > dd{float:right;width:19%;margin:40px 0 0 0;}
dl.main-cont-dl > dd.side-right-cont .seido{}
.seido-title{text-align: center;font-size: 125%;font-weight:bold;/*background-color: #e8f3c6;*/border: 1px solid #e8f3c6;line-height: 1;padding:8px 0 7px 0;border-radius: 5px;margin: 12px 10px;}
ul.seido-ul{}
ul.seido-ul li{display: table;width: 100%;}
ul.seido-ul li a{display: table-cell;vertical-align: middle;border-top: 1px solid #ccc;color: #222;text-decoration: none;line-height: 1.3;height: 72px;font-size: 120%;padding-left: 10px;padding-right:30px;background: url(../img/gaibu24.png) no-repeat right 15px center;background-size: 12px;}
ul.seido-ul li a:hover{background-color:#e8f3c6;padding-left:19px;}
ul.seido-ul li:last-child a{border-bottom: 1px solid #ccc;}






