﻿@charset "UTF-8";
/* CSS Document */

/* ----------------------------------
				Top 
---------------------------------- */


/* jQuery "BgStretcher" CSS  */

.bgstretcher-area { text-align: left; }
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	left: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bgstretcher {
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: -1;
	_position: absolute; /*IE6 doesn't support fixed positioning*/
	top: 0;
	left: 0;
}
* {margin: 0; padding: 0;}



/* Main Visual */

#main_visual{
	width: 100%;
	height: 460px;
	margin: 0 0 0 0;
	overflow: hidden;
	min-width:1050px;
}

#top_img_cont{
	width:1010px;
	height:460px;
	margin: 0 auto;
	position: relative;
}

#top_img_txt{
	width: 666px;
	height: 40px;
	padding:380px 0 0 0px;
}


/* Top Common */

#top_cont, #top_cont_2, #top_cont_3, #top_cont_4, #top_cont_5{
	width:1010px;
	clear:both;
	text-align:center;
}

#top_cont_ttl, #top_cont_ttl2, #top_cont_ttl3, #top_cont_ttl4, #top_cont_ttl5{
	height:74px;
	margin:0 0 35px 0;
	text-align:center;
}

#top_cont_btn, #top_cont_btn2, #top_cont_btn3{
	width:200px;
	height:45px;
	margin:40px 0 0 405px;
	overflow: hidden;
}

/* NEWS */

#top_news{
	width:800px;
	margin:0 0 0 105px;
	border-top:1px solid #CCC;
}

.top_news_cont{
	width:800px;
	height:40px;
	border-bottom:1px solid #CCC;
	clear:both;
}

.top_news_cont2{
	width:800px;
	height:60px;
	border-bottom:1px solid #CCC;
	clear:both;
}

.top_news_cont3{
	width:800px;
	height:80px;
	border-bottom:1px solid #CCC;
	clear:both;
}

.top_news_icon{
	width:150px;
	/* height:29px; */
	/* margin:20px 0 0 30px; */
	float:left;
	margin-left: 20px;
}

.top_news_date {
	width: 80px;
	/* margin: 22px 0 0 0; */
	float: left;
	text-align: left;
	line-height: 1.6em;
}

.top_news_txt{
	width:558px;
	margin-left: 10px;
	/* margin:10px 0 0 30px; */
	float:left;
	text-align:left;
	line-height: 1.6em;
}


/* GREETING */

#top_greet{
	text-align:center;
	padding:10px 0 10px 0;
}


/* ABOUT */

#about_btn1{
	width:240px;
	height:45px;
	margin:0 0 0 285px;
	overflow: hidden;
}

#top_about{
	width:800px;
	height:300px;
	margin:0 0 0 105px;
}

#top_about_l{
	width:400px;
	height:300px;
	float:left;
	background-image:url(../img/top/top_about_nav01.png);
}

#top_about_r{
	width:399px;
	height:300px;
	float:left;
	margin:0 0 0 1px;
	background-image:url(../img/top/top_about_nav02.png)
}

.top_about_btn{
	width:198px;
	height:43px;
	border:1px solid #1a1a1a;
	color:#1a1a1a;
	text-align:center;
	font-family:'font2';
	font-size:14px;
	line-height:43px;
	letter-spacing:0.3em;
	margin:197px 0 0 100px;
    cursor: pointer;
}
/*IE10以降に適用されるCSSハック（一応）*/
@media all and (-ms-high-contrast:none){
  .top_about_btn {
	line-height:48px;
  }
}
/*IE11だけに適用されるCSSハック*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .top_about_btn {
	line-height:48px;
  }
}

.top_about_btn:hover {
  color: #fff;
  text-decoration:none;
}


/* WORKS */

#top_work{
	width:1010px;
	height:280px;
}

#top_work ul li{
	padding: 0;
	list-style: none;
	display:inline;
	float:left;
	height:280px;
	overflow: hidden;
}

#top_work ul li#top_work_1 {margin:0; width:336px;}
#top_work ul li#top_work_2 {margin:0 0 0 1px; width:336px;}
#top_work ul li#top_work_3 {margin:0 0 0 1px; width:336px;}


/* COMPANY */

#top_cont_company{
	width:1010px;
	height:402px;
	background:url(../img/top/top_company_bg.jpg) no-repeat;
	clear:both;
	text-align:center;
}

#top_comp{
	width:910px;
	height:168px;
	margin:0 0 0 50px;
	padding:15px 0 0 0;
}

#top_comp ul li{
	padding: 0;
	list-style: none;
	display:inline;
	float:left;
	height:168px;
	overflow: hidden;
}

#top_comp ul li#top_comp_1 {margin:0; width:198px; background-image:url(../img/top/top_company_nav01.png);}
#top_comp ul li#top_comp_2 {margin:0 0 0 39px; width:198px; background-image:url(../img/top/top_company_nav02.png);}
#top_comp ul li#top_comp_3 {margin:0 0 0 40px; width:198px; background-image:url(../img/top/top_company_nav03.png);}
#top_comp ul li#top_comp_4 {margin:0 0 0 39px; width:198px; background-image:url(../img/top/top_company_nav04.png);}

.top_comp_btn {
	width:128px;
	height:28px;
	border:1px solid #007cc4;
	color:#007cc4;
	text-align:center;
	font-size:11px;
	line-height:28px;
	letter-spacing:0.3em;
	margin:107px 0 0 35px;
    cursor: pointer;
}
/*IE10以降に適用されるCSSハック（一応）*/
@media all and (-ms-high-contrast:none){
  .top_comp_btn {
	line-height:34px;
  }
}
/*IE11だけに適用されるCSSハック*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .top_comp_btn {
	line-height:34px;
  }
}

.top_comp_btn:hover {
  color: #fff;
}







#top_cont1{
	width:1000px;
	height:208px;
	clear:both;
	margin:53px 0 0 0;
}

#top_cont1 ul li{
	padding: 0;
	list-style: none;
	display:inline;
	float:left;
	height:208px;
	overflow: hidden;
}

#top_cont1 ul li#top_cont1_1 {margin:0 0 0 0; width:220px;}
#top_cont1 ul li#top_cont1_2 {margin:0 0 0 40px; width:220px;}
#top_cont1 ul li#top_cont1_3 {margin:0 0 0 40px; width:220px;}
#top_cont1 ul li#top_cont1_4 {margin:0 0 0 40px; width:220px;}

#top_cont1_ttl{
	width:220px;
	height:28px;
	text-align:left;
}

#top_cont1_img{
	width:220px;
	height:160px;
	margin-top:20px;
}

#top_cont2{
	width:1000px;
	height:118px;
	clear:both;
	margin:70px 0 0 0;
}

#top_cont2 ul li{
	padding: 0;
	list-style: none;
	display:inline;
	float:left;
	height:118px;
	overflow: hidden;
}

#top_cont2 ul li#top_cont2_1 {margin:0 0 0 0; width:220px;}
#top_cont2 ul li#top_cont2_2 {margin:0 0 0 40px; width:480px;}
#top_cont2 ul li#top_cont2_3 {margin:0 0 0 40px; width:220px;}

#top_cont2_ttl{
	width:100%;
	height:28px;
	text-align:left;
}

#top_cont2_img{
	width:100%;
	height:70px;
	margin-top:20px;
}

#top_btn_top{
	width:1000px;
	height:25px;
	clear:both;
	text-align:right;
	margin:130px 0 25px 0;
}
#top_btn_top a:hover{
	opacity:0.8;
}



/* ----------------------------------
			中ページ共通 
---------------------------------- */

#cont_center{
	clear:both;
	text-align:center;
}

.cont_center{
	clear:both;
	text-align:center;
}

#cont_inner1{
	width:800px;
	margin:0 105px ;
}

.cont_inner1{
	width:800px;
	margin:0 55px ;
}
.cont_inner1_2{
	width:800px;
	margin:0 105px ;
}

#cont_inner2{
	width:910px;
	margin:0 50px;
}

.cont_inner2{
	width:910px;
	margin:0 50px;
}
.cont_inner2.type2{
	width: 950px;
    margin: 0 32px;
}

.cont_inner3{
	width:910px;
	height:40px;
	padding-left: 60px;
	/* margin:0px 50px 0; */
	font-family: 'font3';
}

.cont_inner4{
	width:1010px;
}

#cont_line1{
	clear:both;
	width:1010px;
	height:1px;
	background-color:#999;
	margin:100px 0 60px 0;
}
.cont_line1{
	clear:both;
	width:1010px;
	height:1px;
	background-color:#999;
	margin:100px 0 60px 0;
}

#cont_line2{
	clear:both;
	width:1010px;
	height:1px;
	background-color:#1a1a1a;
	margin:50px 0 30px 0;
}
.cont_line2{
	clear:both;
	width:1010px;
	height:1px;
	background-color:#1a1a1a;
	margin:50px 0 30px 0;
}

#cont_line3{
	clear:both;
	width:100%;
	height:1px;
	background-color:#ccc;
}
.cont_line3{
	clear:both;
	width:100%;
	height:1px;
	background-color:#ccc;
}

.cont_line4{
	clear:both;
	width:100%;
	height:1px;
	background-color:#999;
}

#cont_next{
	width:1010px;
	height:280px;
	background-color:#f0ece3;
	text-align:center;
	clear:both;
}

#cont_next_ttl{
	height:77px;
	margin:30px 0 0 0;
}

#cont_next_btn{
	width:130px;
	height:30px;
	margin:20px 0 0 0;
}

#naka_subt1{
	text-align:left;
	height:70px;
}

.naka_subt1{
	text-align:left;
	height:70px;
}

#naka_subt2{
	width:1010px;
	height:280px;
}

.naka_subt2{
	width:1010px;
	height:280px;
}

.naka_cont{
	width:1010px;
	height:930px;
}

/* Visual Title */

#visual_ttl{
	width: 100%;
	height: 340px;
	margin: 0 0 0 0;
	overflow: hidden;
	min-width:1050px;
}

#visual_ttl_cont{
	width:1010px;
	height:340px;
	margin: 0 auto;
	position: relative;
}




/* ----------------------------------
			 ごあいさつ 
---------------------------------- */

#greet_img{
	width:1010px;
	height:455px;
	margin:0 0 0 0;
	text-align: center;
}

#greet_img img{
	width: 850px;
	height: auto;
}


#greet_next{
	width:700px;
	height:180px;
	margin:0 0 0 155px;
	padding:50px 0 0 0;
}

#greet_next_l{
	width:195px;
	float:left;
}

#greet_next_r{
	width:441px;
	float:right;
}

#greet_next_r ul li{
	padding: 0;
	list-style: none;
	display:inline;
	float:left;
	height:180px;
	overflow: hidden;
}

#greet_next_r ul li#greet_next_r_11 {margin:0 0 0 0; width:220px;}
#greet_next_r ul li#greet_next_r_12 {margin:0 0 0 1px; width:220px;}



/* ----------------------------------
			 NRIみらいとは 
---------------------------------- */


#about_ttl{
	width: 314px;
	height: 63px;
	padding:145px 0 0 0;
}

.about_cont1{
	display: flex;
	width:720px;
	height:auto;
	padding:30px 40px;
	border:1px solid #007cc4;
	border-radius: 8px;        /* CSS3草案 */  
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 8px;   /* Firefox用 */ 
}

.about_cont1_l{
	width: 81px;
	height: 60px;
	font-style: normal;
	font-weight: 400;
	font-size: 60px;
	line-height: 100%;
	color: #0078C2;
	padding-top: 110px;
}

.about_cont1_r{
	width:600px;
	margin:0 0 0 40px;
}

.about_cont1_txt{
	text-align:left;
	letter-spacing: 0.165em;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	border-bottom: 3px solid #D99801;
	width: fit-content;
    padding-bottom: 5px;
}

#about_cont2{
	width:800px;
	clear:both;
}

#about_cont2_l{
	width:110px;
	height:143px;
	float:left;
}

#about_cont2_r{
	width:655px;
	float:left;
	margin:0 0 0 35px;
}

/* レポート（「事業紹介」共通） */

#report_ttl{
	width:800px;
	clear:both;
}
#report_ttl_l{
	width:210px;
	height:30px;
	float:left;
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 21px;
    text-align: center;
	/* padding-top: 6px; */
}
#report_ttl_r{
	float:left;
	margin:0 0 0 25px;
}

#report{
	width:800px;
	margin:0 0 0 0;
	border-top:1px solid #CCC;
	clear:both;
}

.report_cont{
	width:800px;
	height:30px;
	border-bottom:1px solid #CCC;
	clear:both;
	padding-top:10px;
}

.report_cont2{
	width:800px;
	height:55px;
	border-bottom:1px solid #CCC;
	clear:both;
	padding-top:12px;
}

.report_cont3{
	width:800px;
	height:75px;
	border-bottom:1px solid #CCC;
	clear:both;
	padding-top:12px;
}

.report_date{
	width:80px;
	margin:0 0 0 0;
	float:left;
	text-align:left;
}

.report_txt{
	margin:0 0 0 40px;
	float:left;
	text-align:left;
}

.report_txt2{
	width:600px;
	margin:0 0 0 40px;
	float:left;
	text-align:left;
}


.report_icon{
	height:20px;
	margin:0 0 0 20px;
	float:left;
	text-align:left;
}

.report_icon2{
	display:inline-block;
	margin-top:5px;
	margin-left:10px;
}

/* NEXT */

#about_next{
	width:920px;
	height:180px;
	margin:0 0 0 45px;
	padding:50px 0 0 0;
}

#about_next_l{
	width:130px;
	float:left;
}

#about_next_r{
	width:723px;
	float:right;
}

#about_next_r ul li{
	padding: 0;
	list-style: none;
	display:inline;
	float:left;
	height:180px;
	overflow: hidden;
}

#about_next_r ul li#about_next_r_1 {margin:0 0 0 0; width:240px;}
#about_next_r ul li#about_next_r_2 {margin:0 0 0 1px; width:240px;}
#about_next_r ul li#about_next_r_3 {margin:0 0 0 1px; width:240px;}





/* ----------------------------------
			 事業紹介 
---------------------------------- */


#work_ttl{
	width: 196px;
	height: 64px;
	padding:145px 0 0 0;
}

#work_cont1, #work_cont1_2{
	width:1010px;
	padding-bottom:80px;
}

#work_cont2{
	width:1010px;
	background:url(../img/naka/work_cont_bg1.png) repeat;
	padding-bottom:80px;
}

#work_cont3{
	width:1010px;
	background:url(../img/naka/work_cont_bg2.png) repeat;
	padding-bottom:80px;
}
.anchor_link{
	width: 97%;
    margin: 0 auto;
}
.anchor_link ul{
	display: flex;
    justify-content: space-around;
}
.anchor_link ul li{
	background-color: #fff;
    width: 30%;
    text-align: center;
	border: 1px solid #dad5c9;
}
.anchor_link ul li:hover{
	opacity: 0.5;
}
.anchor_link ul li a{
	position: relative;
	display: inline-block;
    width: 100%;
    padding: 10px 0;
	color: #333;
	font-weight: bold;
	font-size: 18px;
}
.anchor_link ul li a i{
	position: absolute;
	right: 5px;
	top: 17px;
}
.work_cont_wrapper{
	border: 2px solid #56a6d0;
	padding: 30px 30px 45px 30px;
	width: 910px;
	margin: 0px auto;
}
.work_cont_wrapper.padding-bottom{
	padding-bottom: 40px;
}
.work_cont_subttl{
	width:910px;
	clear:both;
	margin-right:50px;
}
.work_cont_subttl2{
	width:910px;
	clear:both;
	margin-right:50px;
}
.work_cont_subttl3{
	width:910px;
	height:42px;
	clear:both;
	margin-right:50px;
}
.work_cont_subttl_text{
	color: #0076BF;
	background-color: #fbf7f1;
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
	margin: 0 0 45px 0;
}

#work_cont_pic{
	width:910px;
	height:340px;
	clear:both;
	margin-left:50px;
	margin-right:50px;
}
.work_cont_pic{
	width:910px;
	height:340px;
	margin-left:50px;
	margin-right:50px;
}
.work_cont_pic_flex{
	width:910px;
	height:340px;
	margin-left:50px;
	margin-right:50px;
	display: flex;
	justify-content: center;
}
.work_cont_pic.height-ajust{
	height: 442px;
}
.work_cont_pic.height-ajust2{
	height: 418px;
}
.work_cont_pic.height-ajust3{
	height: 380px;
}
.work_cont_pic.height-ajust4{
	height: 340px;
}
.work_cont_pic.ml0{
	margin-left:0;
}
.work_cont_pic.row1{
	height:450px;
}
.work_cont_text_list{
	list-style-type: none;
	margin-left: 20px;
}
.work_cont_text_list li::before {
	position: relative;
	top: -3px;
	left: -5px;
	display: inline-block;
	width: 4px;
	height: 4px;
	content: '';
	border-radius: 100%;
	background: #333;
  }
.work_cont_pic_ele{
	width:910px;
	height:322px;
	clear:both;
	margin-right:50px;
}
.work_cont_pic_ele.height-ajust{
	height: 415px;
}
#work_cont_pic1{
	width:910px;
	height:330px;
	clear:both;
	margin-left:10px;
	margin-right:10px;
}
.work_cont_pic1{
	width:910px;
	height:330px;
	clear:both;
	margin-left:10px;
	margin-right:10px;
}

#work_cont_pic_l{
	width:435px;
	height:340px;
	float:left;
}
.work_cont_pic_l{
	width:435px;
	height:340px;
	float:left;
}
.work_cont_pic_l.border-right, .work_cont_pic_l2.border-right{
	border-right: 1px solid #ccc;
	padding-right: 19px;
}
.work_cont_pic_l.height-auto, .work_cont_pic_l2.height-auto,
.work_cont_pic_r.height-auto, .work_cont_pic_r2.height-auto{
	height: auto;
}
.work_cont_pic_l2{
	width:435px;
	height:321px;
	float:left;
}
#work_cont_pic_r{
	width:435px;
	height:340px;
	float:right;
}
.work_cont_pic_r{
	width:435px;
	height:340px;
	float:right;
}
.work_cont_pic_r2{
	width:435px;
	height:321px;
	float:right;
}
.work_cont_pic_r2.border-left{
	border-left: 1px solid #ccc;
	padding-left: 19.5px;
}
#work_cont_pic_l1{
	width:300px;
	height:330px;
	float:left;
}
.work_cont_pic_l1{
	width:300px;
	height:330px;
	float:left;
}

#work_cont_pic_r1{
	width:300px;
	height:330px;
	float:right;
}
.work_cont_pic_r1{
	width:300px;
	height:330px;
	float:right;
}
.work_cont_pic_c{
	width:435px;
	height:340px;
}




#work_pic{
	width:435px;
	height:290px;
}
.work_pic{
	width:435px;
	height:290px;
}

#work_pic1{
	width:350px;
	height:250px;
}
.work_pic1{
	width:350px;
	height:250px;
}

#work_cont_pic2{
	width:910px;
	height:450px;
	clear:both;
	margin-left:50px;
	margin-right:50px;
}
.work_cont_pic2{
	width:910px;
	height:450px;
	clear:both;
	margin-left:50px;
	margin-right:50px;
}

#work_cont_pic3{
	width:800px;
	height:450px;
	clear:both;
	margin-left:50px;
	margin-right:50px;
}
.work_cont_pic3{
	width:800px;
	height:450px;
	clear:both;
	margin-left:50px;
	margin-right:50px;
}

#work_cont_pic4{
	width:700px;
	height:350px;
	clear:both;
	margin-left:10px;
	margin-right:10px;
}
.work_cont_pic4{
	width:700px;
	height:350px;
	clear:both;
	margin-left:20px;
	margin-right:20px;
}

#work_cont_report{
	width:800px;
	background-color:#FFF;
	z-index:100;
	padding:55px;
	clear:both;
	margin-left:50px;
	margin-right:50px;
}


/* NEXT */

#work_next{
	width:920px;
	height:180px;
	margin:0 0 0 45px;
	padding:50px 0 0 0;
}

#work_next_l{
	width:130px;
	float:left;
}

#work_next_r{
	width:721px;
	float:right;
}

#work_next_r ul li{
	padding: 0;
	list-style: none;
	display:inline;
	float:left;
	height:180px;
	overflow: hidden;
}

#work_next_r ul li:hover{
	opacity: 0.5;
	transition: all 1s;
}

#work_next_r ul li#work_next_r_1 {margin:0 0 0 0; width:178px;}
#work_next_r ul li#work_next_r_2 {margin:0 0 0 3px; width:178px;}
#work_next_r ul li#work_next_r_3 {margin:0 0 0 3px; width:178px;}
#work_next_r ul li#work_next_r_4 {margin:0 0 0 3px; width:178px;}



/* ----------------------------------
			 会社案内 
---------------------------------- */


#comp_ttl{
	width: 194px;
	height: 64px;
	padding:145px 0 0 0;
}

#comp_info{
	width:910px;
	margin:60px 0 0 0;
	border-top:1px solid #CCC;
	clear:both;
}
.comp_info{
	width:910px;
	margin:60px 0 0 0;
	border-top:1px solid #CCC;
	clear:both;
}

#comp_info_cont{
	width:910px;
	height:50px;
	border-bottom:1px solid #CCC;
	clear:both;
}
.comp_info_cont{
	width:910px;
	height:50px;
	border-bottom:1px solid #CCC;
	clear:both;
}


#comp_info_t{
	width:80px;
	margin:0 0 0 0;
	float:left;
	text-align:left;
	padding-left:20px;
}
.comp_info_t{
	width:80px;
	margin:0 0 0 0;
	float:left;
	text-align:left;
	padding-left:20px;
}

#comp_info_txt{
	margin:0 0 0 40px;
	float:left;
	text-align:left;
}
.comp_info_txt{
	margin:0 0 0 40px;
	float:left;
	text-align:left;
}

#comp_info_cont2{
	width:910px;
	height:150px;
	border-bottom:1px solid #CCC;
	clear:both;
}
.comp_info_cont2{
	width:910px;
	height:150px;
	border-bottom:1px solid #CCC;
	clear:both;
}

#comp_info_txt2{
	margin:0 0 0 40px;
	float:left;
	text-align:left;
}
.comp_info_txt2{
	margin:0 0 0 40px;
	float:left;
	text-align:left;
}

#comp_info_txt2_l{
	width:120px;
	float:left;
}
.comp_info_txt2_l{
	width:120px;
	float:left;
}

#comp_info_txt2_r{
	width:480px;
	float:left;
	margin-left:10px;
}
.comp_info_txt2_r{
	width:480px;
	float:left;
	margin-left:10px;
}


#comp_info_cont3{
	width:910px;
	height:170px;
	border-bottom:1px solid #CCC;
	clear:both;
}

#comp_access_l{
	width:455px;
	height:360px;
	float:left;
}

#comp_access_r{
	width:405px;
	float:left;
	margin:0 0 0 50px;
}

#comp_access_btn{
	width:160px;
	height:40px;
	margin:40px 0 0 0;
}

#comp_group1, #comp_group2, #comp_group3, #comp_group4{
	width:910px;
	height:140px;
	clear:both;
}

#comp_group1 ul li, #comp_group2 ul li, #comp_group3 ul li, #comp_group4 ul li{
	padding: 0;
	list-style: none;
	display:inline;
	float:left;
	height:140px;
	overflow: hidden;
}

#comp_group1 ul li#comp_group1_1 {margin:0 0 0 0; width:212px;}
#comp_group1 ul li#comp_group1_2 {margin:0 0 0 20px; width:213px;}
#comp_group1 ul li#comp_group1_3 {margin:0 0 0 20px; width:212px;}
#comp_group1 ul li#comp_group1_4 {margin:0 0 0 20px; width:213px;}

#comp_group2 ul li#comp_group2_1 {margin:0 0 0 0; width:212px;}
#comp_group2 ul li#comp_group2_2 {margin:0 0 0 20px; width:213px;}
#comp_group2 ul li#comp_group2_3 {margin:0 0 0 20px; width:212px;}
#comp_group2 ul li#comp_group2_4 {margin:0 0 0 20px; width:213px;}

#comp_group3 ul li#comp_group3_1 {margin:0 0 0 0; width:212px;}
#comp_group3 ul li#comp_group3_2 {margin:0 0 0 20px; width:213px;}
#comp_group3 ul li#comp_group3_3 {margin:0 0 0 20px; width:212px;}
#comp_group3 ul li#comp_group3_4 {margin:0 0 0 20px; width:213px;}

#comp_group4 ul li#comp_group4_1 {margin:0 0 0 0; width:212px;}
#comp_group4 ul li#comp_group4_2 {margin:0 0 0 20px; width:213px;}
#comp_group4 ul li#comp_group4_3 {margin:0 0 0 20px; width:212px;}
#comp_group4 ul li#comp_group4_4 {margin:0 0 0 20px; width:213px;}

#comp_faq{
	width:240px;
	height:45px;
	clear:both;
	margin:80px 0 0 335px;
}




/* ----------------------------------
			 お知らせ 
---------------------------------- */


#news_ttl{
	width: 170px;
	height: 64px;
	padding:145px 0 0 0;
}

#news_cont{
	width:1010px;
}

#news_tab {
	margin:20px auto 0 auto;
	width:1010px;
	text-align:left;
}

#news_tab ul#tab {
	margin:0 0 20px 0;
	padding:0;
	float:left;
	width:100%;
}

#news_tab ul#tab li {
	height:30px;
	margin:0 5px;
	padding:0 25px;
	text-align:center;
	float:left;
	font-size:14px;
	line-height:30px;
	letter-spacing:0.16em;
}
#news_tab ul#tab li a{
	color:#1a1a1a;
}
#news_tab ul#tab li a:hover{
	color:#007cc4;
}

#tab_sep_line {
	float:left;
	margin:0; width:1px; height:18px; background-color:#1a1a1a; margin:6px 0;
}

#news_tab ul#tab li.selected {
	background-color:#1a1a1a;
}

#news_tab ul#tab li.selected a {
	color:#fff;
}

#news_tab dl {
	margin:0;
	padding:0;
	color:#1a1a1a;
	border-top:1px solid #1a1a1a;
	clear:both;
}


#news_tab_cont{
	width:970px;
	padding:40px 20px;
	border-bottom:1px solid #999;
}

#news_tab_cont_txt{
	width:800px; 
}

#news_tab_cont_ico{
	width:92px;
	height:20px;
	margin:0 0 20px 0;
}

#news_tab_cont_btn{
	width:130px;
	height:35px;
	float:right;
	padding:20px 20px 0 0;
}
#news_tab_cont_btn a:hover{
	opacity: 0.8;
}



.news_tab_cont{
	width:970px;
	padding:40px 20px;
	border-bottom:1px solid #999;
}

div.news_tab_cont:nth-of-type(2n+1){
	background-color:#f7f5f1;
}

.news_tab_cont_txt{
	width:800px; 
}

.news_tab_cont_ico{
	width:92px;
	height:20px;
	margin:0 0 20px 0;
}

.news_tab_cont_btn{
	width:130px;
	height:35px;
	float:right;
	padding:20px 20px 0 0;
}
.news_tab_cont_btn a:hover{
	opacity: 0.8;
}


/* ----------------------------------
			 トピックス 
---------------------------------- */

.topix_tab_cont{
	width:970px;
	padding:40px 20px;
	border-bottom:1px solid #999;
}

.topix_tab_cont2{
	width:970px;
	padding:0px 20px;
}

div.topix_tab_cont:nth-of-type(2n+1){
	background-color:#f7f5f1;
}

.topix_tab_cont_txt{
	width:800px; 
}

.topix_tab_cont_ico{
	width:92px;
	height:20px;
	margin:0 0 20px 0;
}

.topix_tab_cont_btn{
	width:130px;
	height:35px;
	float:right;
	padding:20px 20px 0 0;
}

#topix_cont{
	width:1010px;
}

#topix_tab {
	margin:20px auto 0 auto;
	width:1010px;
	text-align:left;
}

#topix_tab ul#tab {
	margin:0 0 20px 0;
	padding:0;
	float:left;
	width:100%;
}

#topix_tab ul#tab li {
	height:30px;
	margin:0 5px;
	padding:0 25px;
	text-align:center;
	float:left;
	font-size:14px;
	line-height:30px;
	letter-spacing:0.16em;
}
#topix_tab ul#tab li a{
	color:#1a1a1a;
}
#topix_tab ul#tab li a:hover{
	color:#007cc4;
}

#topix_tab ul#tab li.selected {
	background-color:#1a1a1a;
}

#topix_tab ul#tab li.selected a {
	color:#fff;
}


/* ----------------------------------
			 その他 
---------------------------------- */

.list_num {
	margin: 50px 10px 0 10px;
	list-style: inside decimal;
}

.list_num li {
	margin-bottom: 2em;
	padding-left: 1.5em;
	text-indent: -1.8em;
}

.list_dot {
	list-style: inside disc;
}

.list_dot li {
	margin: 1em 0 1em 1.5em;
	padding-left: 1em;
	text-indent: -1em;
}

.box_txt{
	width:890px;
	padding-left: 20px;
	margin-top: 1em;
	margin-bottom: 1em;
}

#notfound_ttl{
	width:100%;
	padding:20px 0;
	margin:40px 0 0 0;
	text-align:center;
	border-top:1px solid #007cc4;
	border-bottom:1px solid #007cc4;
}

.seminar_cont_pic1{
	width:800px;
	height:450px;
	clear:both;
	margin-top: 30px;
}

.box_blue p {  
	width: 92px;
	text-align: center;
	vertical-align: middle;
	text-indent: 2px;
	letter-spacing: 2px;
	font-size: 8px;
	color: #007cc4;
	border: solid 1px #007cc4;
	margin:0 0 20px 0;
}

.box_orange p {  
	width: 92px;
	text-align: center;
	vertical-align: middle;
	text-indent: 2px;
	letter-spacing: 2px;
	font-size: 8px;
	color: #d29902;
	border: solid 1px #d29902;
	margin:0 0 20px 0;
}

.box_gray p {  
	width: 92px;
	text-align: center;
	vertical-align: middle;
	text-indent: 2px;
	letter-spacing: 2px;
	font-size: 8px;
	color: #606060;
	border: solid 1px #606060;
	margin:0 0 20px 0;
}