/* 初期設定--------------------------------------------------------------------------------------------------------------------------------------------- */


html {
font-family: ryo-gothic-plusn, sans-serif;
font-style: normal;
font-weight: 300;    
	

}

*:first-child + html body {
font-family: ryo-gothic-plusn, sans-serif;
font-style: normal;
font-weight: 300;    
}

body{
font-family: ryo-gothic-plusn, sans-serif;
font-style: normal;
font-weight: 300;    
	
	padding:0;
	margin:0;
	font-size:16px;
	color:#000;
	line-height:140%;
	text-align:left;
	



}

body a:focus{
	outline:none;
}




.bd_bg{

background-image:url(../img/common/page_btm_bg.jpg);
background-attachment:fixed;
background-repeat: repeat-x;
background-position: bottom;
}



/* clear ---------------------------------------------- */


.clearfix:after {
height: 0;
 visibility: hidden;
 content: ".";
 display: block;
 clear: both;
 overflow:hidden;
}
.clearfix {
 display:inline-block;
overflow:hidden;
}

/* exlude MacIE5 \*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display:block;
}


@media screen and (min-width: 1061px) {
/* PC用のスタイル記述 */
.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}

}

@media screen and (max-width: 1060px) {
/* タブレット用のスタイル記述 */

.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	


img, object, embed {
	max-width: 100%;
	height: auto;
}

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}

body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}




}

@media screen and (max-width: 720px) {
/* スマートフォン用のスタイル記述 */
.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}


body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}	

	/* #menu is the original menu */
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	
}



/* PCベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 1061px) {
	
	
body{
	padding:0;
	margin:0;
	font-size:16px;
	color:#000;
	line-height:140%;
	text-align:left;
}	

/* container ---------------------------------------------- */




.container01_bg{
	width:100%;
	height:auto;
	padding:0 50px;
	box-sizing:border-box;
}

.container01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}

.container02{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0 0;

}

.container03{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0;
}



.container04{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0 60px 0;

}

.container05{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0 60px 0;

}


.container06{
	max-width:1600px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0 60px 0;

}

/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}

/* header ---------------------------------------------- */

.header_bg{
	width:100%;
	height:280px;
	margin:0 auto;
	position:relative;


}

header{

	height:280px !important;
	margin:0 auto;
		
	padding:0 60px;

	background:url("../img/common/hmain.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;    
    

}

.h_logo{
	width:334px;
	height:auto;
	position: absolute;
	top:50px;
	left:50px;
}

.header_txt{
	position: absolute;
	top:15px;
	left:60px;
	line-height: 120%;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	z-index:200;
	box-sizing:border-box;
}

.header_tel{

	position:absolute;
	top:20px;
	right:50px;
	font-size:25px;
	line-height:100%;
	vertical-align:top;	
	text-align:right;
    color: #074084;
    
font-family: ryo-gothic-plusn, sans-serif;
font-style: normal;
font-weight: 700;    
}


.header_tel span{
	font-size:16px;
	line-height:160% !important;
	margin-right:10px;
	vertical-align:top;
    color: #000000;
    
    border-bottom: 3px solid #000000;
    padding-bottom: 2px;

    
} 

.header_tel p{
	font-size:16px;
}


.h_t{
width: 596px;
height: auto;
position: absolute;
top: 73px;
left: 50%;
margin-left: -298px;


}

.h_btn{
    max-width: 100px;
    width: 100%;
    height: auto;
    

	position:absolute;
	top:20px;
	right:30px;    
}

.h_btn ul li{
    width: 100%;
    height: auto;
    float: left;
    margin-right: 0%;

}

.h_btn ul li:nth-child(2n){
	margin-right:0%;
}

.h_btn ul li a{
    color: #879ab8;
    background: #FFFFFF;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    display: block;
    padding: 6px 6px 8px 6px;
    box-sizing: border-box;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}


.h_btn ul li a:hover{
    background:#879ab8;
    color: #FFFFFF;
}

.h_btn_on{
    background:#879ab8 !important;
    color: #FFFFFF !important;
}



.h_btn_s{
    display: none;
}




.h_tanjyou{
	width:340px;
	height:auto;
	
	position: absolute;
	top:110px;
	left:52px;


	color:#000;
	font-size:22px;

	line-height:100%;
	box-sizing:border-box;
	

	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 900;
	


}


.h_fb{
	max-width:34px;
	width:100%;
	height:auto;
	position:absolute;
	
	top: 41px;
	right:74px;
}

.h_fb img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.h_fb:hover img {
	opacity: .7;
}


/*nav{
	width:510px;
	position:absolute;
	top:55px;
	right:0;
}

nav ul{
	margin:0;
	padding:0;

}

nav ul li{
	float:left;
	color:#000;
	font-size:16px;

	font-weight:bold;
	margin-right:20px;
	line-height:120%;
}

nav ul li:last-child{
	margin-right:0;
}

nav ul li a{
	color:#FFF !important;
	text-decoration:none;

}

nav ul li a:hover{
	color:#FFF !important;
	text-decoration:underline;
}

.nav_h{
	color:#FFF !important;
	text-decoration:underline !important;
}*/


#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10
{
    margin-top:-40px;
    padding-top:40px;
}


#kyoten{
    margin-top:-40px;
    padding-top:40px;
}


/* footer ---------------------------------------------- */



footer{
	height:auto;
	margin:0 auto;
    padding: 20px;

    box-sizing: border-box;


}

.footer_in{	


	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	

	box-sizing:border-box;
}


.f_img{
	max-width:180px;
	width:100%;
	height:auto;
	margin:0 auto;
}

address{
	font-size:14px;
	line-height:150%;
	color:#000;
	margin-bottom:10px;
 
}

.ad_ttl{
	font-size:16px;
	line-height:120%;
	margin-bottom:4px;	
	color:#000;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;
}

footer a{
	color:#FFF;
	text-decoration:none;
}

footer a:hover{
	color:#FFF;
	text-decoration:none;
}


.f_cpy{

	font-size: 12px;
	color:#666666;
	width:100%;
	box-sizing:border-box;
	line-height:120%;

}


}



/* タブレットベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 1060px) {


body{
	padding:0;
	margin:0;
	font-size:16px;
	color:#000;
	line-height:140%;
	text-align:left;
}	

/* container ---------------------------------------------- */



.container01_bg{
	width:100%;
	height:auto;
	padding:0 30px;
	box-sizing:border-box;
}

.container01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0;

}


.container02{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0 0;

}


.container03{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0;
}


.container04{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0 50px 0;

}

.container05{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0 50px 0;

}


.container06{
	max-width:1600px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0 50px 0;

}


/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}

/* header ---------------------------------------------- */


.header_bg{
	max-width:1420px;
	width:100%;
	height:150px;
	margin:0 auto;
	position:relative;


}

header{	

	height:150px !important;
	margin:0 auto;
		
	padding:0 30px;

	background:url("../img/common/hmain.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;    
}

.h_logo{
	width:230px;
	height:auto;
	position: absolute;
	top:16px;
	left:30px;
}

.header_txt{

	position: absolute;
	top:9px;
	left:40px;
	line-height: 120%;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	z-index:10;

	text-align:left;

	box-sizing:border-box;
}

.header_tel{
	width:219px;
	height:auto;
	position:absolute;
	top:50px;
	right:0;
	
	display:none;
}




.h_t{
width: 350px;
height: auto;
position: absolute;
top: 60px;
left: 50%;
margin-left: -175px;


}



.h_btn{
    max-width: 100px;
    width: 100%;
    height: auto;
    

	position:absolute;
	top:20px;
	right:40px;    
}

.h_btn ul li{
    width: 100%;
    height: auto;
    float: left;
    margin-right: 0%;

}

.h_btn ul li:nth-child(2n){
	margin-right:0%;
}

.h_btn ul li a{
    color: #879ab8;
    background: #FFFFFF;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    display: block;
    padding: 6px 6px 8px 6px;
    box-sizing: border-box;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}


.h_btn ul li a:hover{
    background:#879ab8;
    color: #FFFFFF;
}

.h_btn_on{
    background:#879ab8 !important;
    color: #FFFFFF !important;
}



.h_btn_s{
    max-width: 170px;
    width: 100%;
    height: auto;

}

.h_btn_s ul li{
    width: 48%;
    height: auto;
    float: left;
    margin-right: 4%;


}

.h_btn_s ul li:nth-child(2n){
	margin-right:0%;
}

.h_btn_s ul li a{
    color: #879ab8;
    background: #FFFFFF;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    display: block;
    padding: 8px 6px 8px 6px;
    box-sizing: border-box;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
    
font-family: ryo-gothic-plusn, sans-serif;
font-style: normal;
font-weight: 300;    
    
}


.h_btn_s ul li a:hover{
    background:#879ab8;
    color: #FFFFFF;
}




.h_tanjyou{
	width:250px;
	height:auto;
	
	position: absolute;
	top:72px;
	left:15px;


	color:#000;
	font-size:16px;

	line-height:100%;
	box-sizing:border-box;
	

	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 900;
}




.h_fb{
	max-width:30px;
	width:100%;
	height:auto;
	position:absolute;
	
	top: 19px;
	right:64px;
}

.h_fb img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.h_fb:hover img {
	opacity: .7;
}


#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10
{
    margin-top:-40px;
    padding-top:40px;
}


#kyoten{
    margin-top:-40px;
    padding-top:40px;
}


/* footer ---------------------------------------------- */


.footer_bg{
	height:300px !important;
	background:url("../img/common/footer.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


footer{
	height:auto;
	margin:0 auto;
    padding: 20px 25px;

    box-sizing: border-box;


}

.footer_in{	
	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	

	box-sizing:border-box;
}


.f_img{
	max-width:180px;
	width:100%;
	height:auto;
	margin:0 auto;
}

address{
	font-size:13px;
	line-height:150%;
	color:#000;
	margin-bottom:10px;

}

.ad_ttl{
	font-size:14px;
	line-height:120%;
	margin-bottom:8px;	
	color:#000;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;
}

footer a{
	color:#FFF;
	text-decoration:none;
}

footer a:hover{
	color:#FFF;
	text-decoration:none;
}


.f_cpy{

	font-size: 12px;
	color:#666666;
	width:100%;
	box-sizing:border-box;
	line-height:120%;

}

}



/* スマホベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 720px) {



body{
	padding:0;
	margin:0;
	font-size:15px;
	color:#000;
	line-height:140%;
	text-align:left;
}	

/* container ---------------------------------------------- */



.container01_bg{
	width:100%;
	height:auto;
	padding:0 20px;
	box-sizing:border-box;
}

.container01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:30px 0;
}


.container02{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0 0;

}


.container03{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0;
}


.container04{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:30px 0 30px 0;

}

.container05{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:30px 0 30px 0;

}



.container06{
	max-width:1600px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:30px 0 30px 0;

}



/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}


/* header ---------------------------------------------- */



.header_bg{
	max-width:1420px;
	width:100%;
	height:120px;
	margin:0 auto;
	position:relative;

}

header{

	height:120px !important;
	margin:0 auto;
		
	padding:0 20px;

	background:url("../img/common/hmain.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;    
}



.h_logo{
	width:210px;
	height:auto;
	position: absolute;
	top:17px;
	left:20px;
}


.header_txt{

	position: absolute;
	top:10px;
	left:20px;
	margin-left:0 !important;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align:left !important;
	line-height:110%;
	z-index:10;

	box-sizing:border-box;
}

.header_tel{
	width:180px;
	height:auto;
	position:absolute;
	top:50px;
	right:0;

	display:none;
}



.h_t{
width: 250px;
height: auto;
position: absolute;
top: 55px;
left: 50%;
margin-left: -125px;


}




.h_btn{
    max-width: 65px;
    width: 100%;
    height: auto;
    

	position:absolute;
	top:20px;
	right:20px;    
}

.h_btn ul li{
    width: 100%;
    height: auto;
    float: left;
    margin-right: 0%;

}

.h_btn ul li:nth-child(2n){
	margin-right:0%;
}

.h_btn ul li a{
    color: #879ab8;
    background: #FFFFFF;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    display: block;
    padding: 6px 3px 6px 3px;
    box-sizing: border-box;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}


.h_btn ul li a:hover{
    background:#879ab8;
    color: #FFFFFF;
}

.h_btn_on{
    background:#879ab8 !important;
    color: #FFFFFF !important;
}



.h_btn_on{
    background:#879ab8 !important;
    color: #FFFFFF !important;
}



.h_btn_s{
    max-width: 170px;
    width: 100%;
    height: auto;

}

.h_btn_s ul li{
    width: 48%;
    height: auto;
    float: left;
    margin-right: 4%;
}

.h_btn_s ul li:nth-child(2n){
	margin-right:0%;
}

.h_btn_s ul li a{
    color: #879ab8;
    background: #FFFFFF;
    font-size: 13px;
    line-height: 100%;
    text-align: center;
    display: block;
    padding: 9px 6px 8px 6px;
    box-sizing: border-box;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;  
    
    padding: 6px 6px 8px 6px;    
}


.h_btn_s ul li a:hover{
    background:#879ab8;
    color: #FFFFFF;
}




.header_01{
	width:220px;
	height:28px;
	position:absolute;
	top:62px;
	left:50%;
	margin-left:-110px;
	
	border-top:1px solid #ff6633;
	border-bottom:1px solid #ff6633;
	
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; 
	align-items: center; 
	-webkit-justify-content: center; 
	justify-content: center; 
}





.h_tanjyou{
	width:250px;
	height:auto;
	
	position: absolute;
	top:68px;
	left:22px;


	color:#000;
	font-size:14px;

	line-height:100%;
	box-sizing:border-box;
	

	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 900;
}


.h_fb{
	max-width:30px;
	width:100%;
	height:auto;
	position:absolute;
	
	top: 58px;
	right:20px;
}

.h_fb img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.h_fb:hover img {
	opacity: .7;
}



#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10
{
    margin-top:-40px;
    padding-top:40px;
}



#kyoten{
    margin-top:-40px;
    padding-top:40px;
}

/* footer ---------------------------------------------- */


.footer_bg{
	height:240px !important;
	background:url("../img/common/footer.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


footer{
	height:auto;
	margin:0 auto;
    padding: 20px;

    box-sizing: border-box;

}

.footer_in{	


	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	

	box-sizing:border-box;
}


.f_img{
	max-width:180px;
	width:100%;
	height:auto;
	margin:0 auto;
}

address{
	font-size:12px;
	line-height:160%;
	color:#000;
	margin-bottom:5px;

}

.ad_ttl{
	font-size:13px;
	line-height:120%;
	margin-bottom:6px;	
	color:#000;

    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;
}

footer a{
	color:#FFF;
	text-decoration:none;
}

footer a:hover{
	color:#FFF;
	text-decoration:none;
}


.f_cpy{

	font-size: 10px;
	color:#666666;
	width:100%;
	box-sizing:border-box;
	line-height:130%;

}





}




/* PC用スタイルスタイル--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (min-width: 1061px) {

/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
    position: absolute;
    top: 20px;
    left: 40px;

}




h2.h2_01{
	font-size:26px;
	line-height:120%;
	color:#182f53;
	margin-bottom:40px;
    letter-spacing: 0.1em;

    text-align:center;

    font-family: ryo-gothic-plusn, sans-serif;

    font-weight: 600;    
}

h2.h2_01 p{
    text-align: center;
	margin-bottom:5px;

}




h2.h2_02{
	font-size:26px;
	line-height:120%;
	color:#182f53;
	margin-bottom:40px;
    letter-spacing: 0.1em;

    text-align:center;

    font-family: ryo-gothic-plusn, sans-serif;

    font-weight: 600;    
}

h2.h2_02 p{
    text-align: center;
	margin-bottom:5px;

}



.h2_01_btm{
	margin-bottom:20px !important;
}


h2.h2_03{
	font-size:40px;
	line-height:120%;
	color:#005ADF;
	margin-bottom:35px;


    text-align:center;

    font-family: ryo-gothic-plusn, sans-serif;

    font-weight: 600;    
}




h3.h3_01{
	font-size:22px;
	line-height:120%;
	color:#182f53;
    padding-bottom: 10px;
	margin-bottom:35px;
    text-align:center;
    
    border-bottom: 3px solid #607ba4;


    font-family: ryo-gothic-plusn, sans-serif;

    font-weight: 600;    
}



.h3_02{
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 30px;
  font-size: 19px;
  line-height: 130%;
  font-weight: bold;
  
  color: #005ADF;

  border-bottom: 4px solid #0083ED;
}


.h3_02:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 20%;
  height: 4px;
  content: '';
  background: #0050D3;
}

.h3_02 sup{
    font-size: 12px;
}


h4.h4_01{
    height: 40px;
	font-size:18px;
	line-height:120%;
	color:#FFFFFF;
    background: #607ba4;

	margin-bottom:30px;
    text-align:center;


    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;      
}




h5.h5_01{
    text-align:center;
    margin-bottom: 30px;
}

h5.h5_01 p{
  position: relative;
  display:inline-block;
  padding: 0 65px;
  
  font-size: 20px;
  line-height: 140%;
  text-align: center;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;    
}

h5.h5_01 p:before, h5.h5_01 p:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  background-color: black;
}

h5.h5_01 p:before {
  left:0;
}
h5.h5_01 p:after {
  right: 0;
}



h6.h6_01{
    text-align:center;
    margin-bottom: 30px;
}


h6.h6_01 p{
  position: relative;
  display: inline-block;
  color: #607BA4;

  
  font-size: 20px;
  line-height: 140%;
  text-align: center;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;      
}

h6.h6_01 p:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 60px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color:#607BA4;
  border-radius: 2px;
}


/* スライド ---------------------------------------------- */


.top_slide{
	width:100%;
	min-height:600px;

	z-index:5;



	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}








/* 各ページイメージ ---------------------------------------------- */



.m_top_img{
	width: 100%;
	height:600px !important;
	background:url("../img/top/slide01.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
     position: relative;
}


.reasons_to_be_chosen_top_img{
	width: 100%;
	height:450px !important;
	background:url("../img/reasons_to_be_chosen/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.company_top_img{
	width: 100%;
	height:450px !important;
	background:url("../img/company/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.product_top_img{
	width: 100%;
	height:450px !important;
	background:url("../img/product/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.construction_example_top_img{
	width: 100%;
	height:450px !important;
	background:url("../img/construction_example/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.q_a_top_img{
	width: 100%;
	height:450px !important;
	background:url("../img/q_a/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.voice_top_img{
	width: 100%;
	height:450px !important;
	background:url("../img/voice/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}



.agency_top_img{
	width: 100%;
	height:450px !important;
	background:url("../img/agency/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.document_request_top_img{
	width: 100%;
	height:450px !important;
	background:url("../img/document_request/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.contact_top_img{
	width: 100%;
	height:450px !important;
	background:url("../img/contact/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}





.s_top_img{
      display:none;
      text-align:center;
}










/* 共通バナー ---------------------------------------------- */

.contact_banner{
	margin-top:100px;	
}

.contact_banner img {
	width:100%;
	height:auto;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.contact_banner:hover img {
	opacity: .6;
}






/* ページ共通背景 ---------------------------------------------- */



.bg_main{
	width: 100% !important;
	height:auto;
	background:url(../img/top/pg_cmn.png) center top  no-repeat ; 
    background-size:contain;                               /* 画像のサイズを指定    */

}





.button01 {
	max-width:230px;
	width:100%;
	height:auto;
    margin: 0 auto;
    background:#cc0000;
	color: #fff;

}

.button01 a{
    display: block;
        background:#cc0000;
	color: #fff;
    height: 50px;
 
 	font-size:18px;
	line-height:120%;
	text-align:center;
    color: #FFFFFF;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;      
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;   
}


.button01 a:hover{
    background: rgba(0,0,0,0.4);
	color: #fff;
}


/* 英語ページトップ---------------------------------------------- */


.eng_tp_01{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 30px;
    
/*text-align: justify;
text-justify: inter-ideograph;   */ 
}

.eng_tp_01_01{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 70px;
    
/*text-align: justify;
text-justify: inter-ideograph;   */  
}


.eng_tp_01_01 ul li{
    background: url("../img/common/list001.png") left 12px no-repeat;
    padding-left: 10px;
    margin-bottom: 15px;
}


.eng_tp_01_01 ul li:last-child{
    margin-bottom: 0px;
}

.eng_tp_01_02{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 70px;
    
text-align: justify;
text-justify: inter-ideograph;    
}


.eng_tp_01_02 ul li{
    margin-bottom: 15px;
}


.eng_tp_01_02 ul li:last-child{
    margin-bottom: 0px;
}









.eng_tp_02{

    margin-bottom: 60px;
}

.eng_tp_02 dl{
    margin-bottom: 25px;
}

.eng_tp_02 dl:last-child{
    margin-bottom: 0px;
}




.eng_tp_02 dl dt{
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 5px;
}

.eng_tp_02 dl dd{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 5px;
}

.eng_tp_02 dl dd:last-child{
    margin-bottom: 0px;
}


.eng_tp_02 dl dd ul li{
margin-bottom: 5px;
}


.eng_tp_02 dl dd ul li:last-child{
    margin-bottom: 0px;
}

.eng_tp_02 dl dd a{
    color: #005CE0;
    text-decoration: underline;
}

.eng_tp_02 dl dd a:hover{
    color: #005CE0;
    text-decoration:none;
}







/* トップ新着 ---------------------------------------------- */


.tp_news_in{

}

.tp_news_in ul li{
    width: 48.5%;
    height: auto;
    float: left;
    margin-right: 3%;
    margin-bottom: 50px;
}

.tp_news_in ul li:nth-child(2n){
	margin-right:0%;
}




.tp_news_in dl dt{
	font-size:16px;
	line-height:140%;

    margin-bottom: 10px;

    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600; 
}

.tp_news_in dl p{
    text-align: center;
    margin-bottom: 15px;
}

.tp_news_in dl dd{

	font-size:15px;
	line-height:160%;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 300; 
}

.tp_news_txt01{
    margin-top: 18px;

}

.tp_news_in dl dd a{
	color:#3399cc;
	text-decoration:underline;    
}

.tp_news_in dl dd a:hover{
	color:#3399cc;
	text-decoration:none;
}





.tp_news_in01{
margin-bottom: 70px;

}

.tp_news_in01 ul{
    margin-bottom: 30px;
}


.tp_news_in01 ul li{
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px dotted #999999;
}

.tp_news_in01 ul li:last-child{
    margin-bottom: 0px;
}



.tp_news_in01 dl dt{
	font-size:16px;
	line-height:140%;

    margin-bottom: 10px;

    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600; 
}

.tp_news_in01 dl p{
    text-align: center;
    margin-bottom: 15px;
}

.tp_news_in01 dl dd{

	font-size:15px;
	line-height:160%;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 300; 
}



.tp_news_in01 dl dd a{
	color:#3399cc;
	text-decoration:underline;    
}

.tp_news_in01 dl dd a:hover{
	color:#3399cc;
	text-decoration:none;
}







.news_01{
    margin-bottom: 70px;
}

.news_01 dl dt{
    float: left;
    clear: both;
    
    font-size: 16px;
    line-height: 140%;
}

.news_01 dl dd{
    font-size: 16px;
    line-height: 140%;
    
    padding-bottom:14px;
    margin-bottom: 18px;
    padding-left: 240px;
    border-bottom: 1px dotted #7A7A7A;
    
}

.news_01 dl dd a{
    color: #000000;
    text-decoration: underline;
}

.news_01 dl dd a:hover{
    color: #000000;
    text-decoration:none;
}



.news_ttl{
    border-left: 8px solid #879ab8;
    padding: 7px 0 7px 10px;
    margin-bottom: 10px;
    
    font-size: 18px;
    line-height: 140%;
    color: #000000;

}

.news_day{
    text-align: right;
    font-size: 15px;
    line-height: 100%;
    margin-bottom: 30px;
}

.news_post{
    font-size: 17px;
    line-height: 190%;
    margin-bottom: 50px;
}

.news_post a{
    color: #3399cc;
    text-decoration: underline;
}
     
.news_post a:hover{
    color: #3399cc;
    text-decoration:none;
}  


.news_post p{
    margin: 15px 0;
}



.news_img01{
    max-width: 650px;
    width: 100%;
    margin: 30px auto ;
    text-align: center;
}



.act_event_t{
    margin-bottom: 50px;

}


.act_event_t p{
font-size: 16px;
line-height: 120%;
margin-bottom: 15px;

}

.act_event_t table{
	width:100%;
	height:auto;

}

.act_event_t table th{
	width:120px;

	padding:10px 10px 10px 10px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

	text-align:left;
    border: 1px solid #CBCBCB;
}

.act_event_t table td{
	padding:10px 10px 10px 10px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

	text-align:left;
    border: 1px solid #CBCBCB;
}



.act_event_list{
    margin-bottom: 50px;

}

.act_event_list ul li{
    background: url("../img/activity/list01.png") left 2px no-repeat;
    padding-left: 22px;
    margin-bottom: 15px;
    
    font-size: 15px;
    line-height: 140%;

}


.act_event_list ul li:last-child{
    margin-bottom: 0px;
}


.act_event_list ul li a{
    color: #3399cc;
    text-decoration: underline;
}
     

.act_event_list ul li a:hover{
    color: #3399cc;
    text-decoration:none;
}   



.act_event_img02{
    margin-bottom: 70px;

}

.act_event_img02 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
  
}

.act_event_img02 ul li:nth-child(3n){
	margin-right:0%;
}


.act_event_img02 ul li p{
    margin-top: 10px;
    text-align: center;
    
    font-size: 15px;
    line-height: 140%;

}

/* トップ　ICFシンポジウム一覧--------------------------------------------- */

.tp_is_b{
    margin-bottom: 70px;
}

.tp_is_b ul li{
    width: 24.25%;
    height: 100px;
    float: left;
    margin-right: 1%;
    margin-bottom: 12px;
    
    background: #195eb3;
    
    padding: 10px;
    box-sizing: border-box;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */   
}

.tp_is_b ul li:nth-child(4n){
	margin-right:0%;
}


.tp_is_b ul li dl dt{
    font-size: 17px;
    line-height: 160%;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 10px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700; 
}

.tp_is_b ul li dl dt p{
    font-size: 18px;
    line-height: 120%;
}

.tp_is_b ul li dl dd{
    font-size: 15px;
    line-height: 120%;
    text-align: center;
}

.tp_is_b ul li dl dd a{


    color: #f9ed65;
    text-decoration: none;
   
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;   
}

.tp_is_b ul li dl dd a:hover{
    color: #83d0f4;
    text-decoration: none;

}


/* ページタブ ---------------------------------------------- */


.p_tab01{
    max-width: 830px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
}

.p_tab01 ul li{
    width: 23.5%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.p_tab01 ul li:nth-child(4n){
	margin-right:0%;
}


.p_tab01 ul li a{
display: block;
height: 40px;
background: #879ab8;
text-align: center;
color: #FFFFFF;

font-size: 15px;
line-height: 120%;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;   

}

.p_tab01 ul li a:hover{

background: #cc0000;
text-align: center;
color: #FFFFFF;

}




.p_tab02{
    max-width:620px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
}

.p_tab02 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.p_tab02 ul li:nth-child(3n){
	margin-right:0%;
}


.p_tab02 ul li a{
display: block;
height: 40px;
background: #879ab8;
text-align: center;
color: #FFFFFF;

font-size: 15px;
line-height: 120%;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;   

}

.p_tab02 ul li a:hover{

background: #cc0000;
text-align: center;
color: #FFFFFF;

}






.p_tab_on{
background: #cc0000 !important;
text-align: center !important;
color: #FFFFFF !important;
}
    
    
    
/* センター概要---------------------------------------------- */
    
    
.abt_txt01{
    font-size: 18px;
    line-height: 180%;
    margin-bottom: 50px;
}
    
.abt_txt01 a{
    color: #3399cc;
    text-decoration: underline;
}
     
.abt_txt01 a:hover{
    color: #3399cc;
    text-decoration:none;
}   
    
.abt_txt02{
    font-size: 18px;
    line-height: 180%;
}


.abt_txt02 a{
    color: #3399cc;
    text-decoration: underline;
}

.abt_txt02 a:hover{
    color: #3399cc;
    text-decoration:none;
}   




.abt_img{
    text-align: center;
    margin-bottom: 70px;
}



.abt_txt03{
    font-size: 18px;
    line-height: 180%;
}


.abt_txt03 ul{
    margin: 40px 0;
}


.abt_txt03 ul li{
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 15px;
    list-style: decimal;
    margin-left: 20px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700; 
}
    
.abt_txt03 a{
    color: #3399cc;
    text-decoration: underline;
}
     
.abt_txt03 a:hover{
    color: #3399cc;
    text-decoration:none;
}   



.abt_txt04{
    font-size: 18px;
    line-height: 180%;
}


.abt_txt04 p{
    text-align: right;
    margin-top: 25px;
}




.abt_txt05{

}

.abt_txt05 ul li{
    margin-bottom: 40px;

}

.abt_txt05 ul li:last-child{
    margin-bottom: 0px;
}

.abt_txt05 dl dt{

    text-align: center;
    color: #0a5e8f;

    font-size: 18px;
    line-height: 140%;
    margin-bottom: 15px;

    box-sizing: border-box;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700; 

}



.abt_txt05 dl dd{

    text-align: center;
    font-size: 16px;
    line-height: 180%;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500; 
    padding-bottom: 20px;
    border-bottom: 1px dotted #BBBBBB;
}

.abt_txt05 a{
    color: #3399cc;
    text-decoration: underline;
}

.abt_txt05 a:hover{
    color: #3399cc;
    text-decoration:none;
}   




.abt_txt06{
    margin-bottom: 70px;
}

.abt_txt06 dl dt{
    font-size: 28px;
    line-height: 140%;
    margin-bottom: 18px;
    color: #274191;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 800;     
}

.abt_txt06 dl dd{
    font-size: 17px;
    line-height: 180%;
    margin-bottom: 40px;
}

.abt_txt06 dl dd span{
    display: block;
    font-size: 15px;
    margin-top: 10px;
}

.abt_txt06 dl dd:last-child{
    margin-bottom: 0px;
}



.abt_txt06 a{
    color:#00476F;
    text-decoration:none;
}

.abt_txt06 a:hover{
    color:#00476F;
    text-decoration: underline;    
}   






.abt_txt07{
    margin-bottom: 70px;
}

.abt_txt07 dl dt{
    font-size: 28px;
    line-height: 140%;
    margin-bottom: 18px;
    color: #274191;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 800;  
}

.abt_txt07 dl dd{

}

.abt_txt07 dl dd ul{
    margin-top: 10px;
}

.abt_txt07 dl dd ul li{
    font-size: 18px;
    line-height: 180%;
    
    background: url("../img/common/list001.png") left 14px  no-repeat;
    padding-left: 10px;

    margin-bottom: 7px;

}


.abt_txt07 a{
    color: #3399cc;
    text-decoration: underline;
}

.abt_txt07 a:hover{
    color: #3399cc;
    text-decoration:none;
}   






/* センターの活動---------------------------------------------- */


.aty_01{
    margin-bottom: 70px;
}


.aty_01 ul li{
    margin-bottom: 35px;
}


.aty_01 ul li:last-child{
    margin-bottom: 0px;
}



.aty_01 dl dt{
    background: url("../img/activity/list.jpg") left 5px no-repeat;
    padding-left: 20px;
    margin-bottom: 5px;
    
    font-size: 18px;
    line-height: 150%;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600; 

}

.aty_01 dl dd{

    font-size: 18px;
    line-height: 180%;


}



.aty_nv{
    margin-bottom: 40px;

}

.aty_nv ul{
    text-align: center;
}

.aty_nv ul li{
    background:url("../img/activity/list01.png") left 3px no-repeat;
    font-size: 16px;
    line-height: 120%;
    padding-left: 20px;
    margin-right: 30px;
    display: inline-block;

}

.aty_nv ul li a{
    color: #182f53;
    text-decoration: none;
}

.aty_nv ul li a:hover{
    color: #50ae87;
    text-decoration:underline;
}



.aty_dmt{

}

.aty_dmt ul li{

    
     margin-bottom: 60px;
    padding-bottom: 60px;
    
    border-bottom: 1px solid #AEBCD1;   
    
}

.aty_dmt ul li:last-child{
    margin-bottom: 0px;
    
    border-bottom:none; 
}



.aty_dmt dl{
margin-bottom: 70px;
 
}

.aty_dmt dl:last-child{
    margin-bottom: 0px;

}


.aty_dmt dl dt{
    background: url("../img/activity/list.jpg") left 5px no-repeat;

    font-size: 18px;
    line-height: 120%;

    vertical-align:text-top;
    vertical-align: top;
    padding: 0;
    margin: 0 0 10px 0;
    padding-left: 22px;

}


.aty_dmt dl dd {
    font-size: 16px;
    line-height: 160%;
    
    border-left: 2px solid #AEBCD1;
    padding: 4px 0 4px 12px;
    
    display: block;
}

.aty_dmt dl dd p{
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 7px;
    color: #008DBB;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600; 
}


.aty_dmt dl dd a{
    color: #50ae87;
    text-decoration:underline;    

}

.aty_dmt dl dd a:hover{
    color: #50ae87;
    text-decoration: none;
}





.aty_dmt dl dt span{
    display:inline-block;
    margin: 0 0 0 15px;
    padding: 0;
    
    vertical-align: top;
}

.aty_dmt dl dt span a{
    display:inline-block;
    width: 130px;
    padding: 3px 0px;

    box-sizing: border-box;

    border: 1px solid #FF0004;
    background: #FF0004;
    text-align: center;
    color: #FFFFFF;
    
    font-size: 14px;
    line-height: 100%;
    vertical-align: text-top;
    letter-spacing: 0.04em;
    
   
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;       

}


.aty_dmt dl dt span a:hover{
    border: 1px solid #FF0004;
    background:#FFFFFF;
    text-align: center;
    color: #FF0004;
    
    font-size: 14px;
    line-height: 100%;
    vertical-align: text-top;

}



/* ICD---------------------------------------------- */

.icd_txt{
    font-size: 18px;
    line-height: 180%;
    word-break: break-all;
    word-wrap: break-word;
    margin-bottom: 40px;

}

.icd_txt_btm{
    margin-bottom: 70px !important;

}



.icd_list01{
    margin-bottom: 70px;
}

.icd_list01 ul li{
    margin-bottom: 35px;
    
    background: url("../img/activity/list.jpg") left 7px no-repeat;
    padding-left: 20px;
    margin-bottom:10px;
    
    font-size: 18px;
    line-height: 150%;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;     
}

.icd_list01 ul li:last-child{
    margin-bottom: 0px;
}

.icd_list01 ul li a{
    color: #182f53;
    text-decoration:underline;    

}

.icd_list01 ul li a:hover{
    color: #50ae87;
    text-decoration: none;
}



.icd_list02{
    margin-bottom: 70px;
}

.icd_list02 ul li{
    margin-bottom: 45px;

    list-style: decimal;
    margin-left: 20px;
    
    font-size: 18px;
    line-height: 180%;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;     
}

.icd_list02 ul li:last-child{
    margin-bottom: 0px;
}

.icd_list02 span{
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;   
    
    display: block;
    margin-bottom: 5px;    
}

.icd_list02 p{
    margin: 15px 0 15px 30px;
    
}


.icd_img{
    margin-bottom: 70px;
}

.icd_img ul li{
    max-width: 700px;
    width: 100%;
    margin: 0 auto 30px auto;

}

.icd_img ul li:last-child{
    margin-bottom: 0px;
}


/* 選ばれる理由 ---------------------------------------------- */


.rc_b01{
max-width: 1000px;
width: 100%;
height: auto;
margin: 0 auto 50px auto;
font-size: 18px;
line-height: 180%;
}

.rc_b02{
    font-size: 30px;
    line-height: 140%;
    text-align:center;
    margin-bottom: 50px;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;    

    color: #6e7378;
}



.rc_b03{

}

.rc_b03 ul li{
    width: 49.5%;
    height: auto;
    float: left;
    margin-right: 1%;
    margin-bottom: 15px;
    padding: 15px 25px;
    box-sizing:border-box;
    
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */    
}

.rc_b03 ul li:nth-child(2n){
	margin-right:0%;
}


.rc_b03_in{

}

.rc_b03_in dl dt{
    font-size: 21px;
    line-height: 140%;
    text-align:center;
    color: #FFFFFF;
    margin-bottom: 15px;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;   
}

.rc_b03_in dl dt p{
    font-size: 80px;
    line-height: 100%;
    text-align:center;
    margin-bottom: 5px;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;    
}


.rc_b03_in dl dt span:before {
	content: "\A" ;
	white-space: pre ;
}



.rc_b03_in dl dd{
    font-size: 18px;
    line-height: 160%;
    color: #FFFFFF;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;   
}




.rc_b03_bg01{
	width: 100%;
	height:300px !important;
	background:url("../img/reasons_to_be_chosen/01_01.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.rc_b03_bg02{
	width: 100%;
	height:300px !important;
	background:url("../img/reasons_to_be_chosen/01_02.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.rc_b03_bg03{
	width: 100%;
	height:300px !important;
	background:url("../img/reasons_to_be_chosen/01_03.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.rc_b03_bg04{
	width: 100%;
	height:300px !important;
	background:url("../img/reasons_to_be_chosen/01_04.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.rc_b03_bg05{
	width: 100%;
	height:300px !important;
	background:url("../img/reasons_to_be_chosen/01_05.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.rc_b03_bg06{
	width: 100%;
	height:300px !important;
	background:url("../img/reasons_to_be_chosen/01_06.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.rc_b03_bg07{
	width: 100%;
	height:300px !important;
	background:url("../img/reasons_to_be_chosen/01_07.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.rc_b03_bg08{
	width: 100%;
	height:300px !important;
	background:url("../img/reasons_to_be_chosen/01_08.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}















/* 会社情報 ---------------------------------------------- */

.abt_msg{
    margin-bottom: 70px;
}

.abt_msg dl dt{
    font-size: 25px;
    line-height: 130%;
    text-align: center;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;   
    margin-bottom: 25px;
}

.abt_msg dl dd{
    font-size: 16px;
    line-height: 190%;


}

.abt_msg  p{
    font-size: 20px;
    margin: 15px 0;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;  

}

.abt_msg dl dd  strong{
    font-size: 24px;
    line-height: 130%;
    color: #e71a1d;


    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;  
}

.abt_msg_01{
    text-align: right;
    margin-top: 15px;

}







.abt_tbl{
	width:100%;
	height:auto;
    margin-bottom: 70px;

}

.abt_tbl table{
	width:100%;
	height:auto;

}

.abt_tbl table th{
	width:120px;

	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

	text-align:left;
    border-bottom: 1px dotted #999999;
}

.abt_tbl table td{
	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

	text-align:left;
    border-bottom: 1px dotted #999999;
}

.abt_tbl table td ul li{
    background: url("../img/common/list001.png") left 8px no-repeat;
    padding-left: 8px;
    float:left;
    margin-right: 25px;
    margin-bottom: 8px;

}

.abt_map{
  filter: grayscale(50%);
}






/* 製品情報　  ---------------------------------------------- */


.pdt_01{
    font-size: 18px;
    line-height: 170%;
    margin-bottom: 50px;
}


.pdt_02 {
  position: relative;
  color: #175c85;
  font-size: 30px;
  line-height: 150%;
  padding: 35px 0;
  text-align: center;
  margin-bottom: 60px;

}


.pdt_02:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 210px;
  height: 160px;
  border-radius: 50%;
  border: 10px solid #faad9b;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}


.pdt_03{
    font-size: 18px;
    line-height: 170%;

}


.pdt_04_bg{
    background: #e8f0f9;

}

.pdt_04_ttl{
    font-size: 38px;
    line-height: 130%;
    color: #366d91;
    margin-bottom: 40px;
    text-align: center;


    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;  
}

.pdt_04_b{
}

.pdt_04_b ul li{
    width: 50%;
    height: auto;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
}


.pdt_04_b_in{
}
    

.pdt_04_b_in01{
margin-bottom: 20px;
}


.pdt_04_b_in01 dl dt{

    max-width: 220px;
    width: 100%;
    font-size: 28px;
    line-height: 110%;
    text-align: center;    
    padding: 5px 5px;
    box-sizing: border-box;
    margin: 0 auto 20px auto;
    

    text-align: center;
    background: #FFFFFF;
    border: 3px dotted #366d91;


    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;      
}

.pdt_04_b_in01 dl dd{
}

.pdt_04_b_in01 dl dd ul li{

    width: auto;
    height: auto;
    float: none;
    padding: 0px;
    box-sizing: border-box;
    margin-bottom: 10px;
    
    font-size: 26px;
    line-height: 160%;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;          
}

.pdt_04_b_in01 dl dd ul li img{
    margin-right: 15px;
}


.pdt_04_b_in02{
}

.pdt_04_b_in02 ul li{
    width: auto;
    height: auto;
    float: none;
    padding: 0px;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 140%;
    
    background: url("../img/common/list001.png") left 11px no-repeat;
    padding-left: 10px;
}



.pdt_04_b_in02 ul li:last-child{
    margin-bottom: 0px;
}



.pdt_04_b_img{
    text-align: center;
}






.pdt_05{
    margin-bottom: 70px;
}

.pdt_05 ul li{
    width: 49.5%;
    height: auto;
    float: left;
    margin-right: 1%;
    margin-bottom: 15px;
    padding: 0px 25px;
    box-sizing:border-box;
    
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */    
}

.pdt_05 ul li:nth-child(2n){
	margin-right:0%;
}

.pdt_05_in{
height: 300px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;

}

.pdt_05_in dl dt{
    font-size: 80px;
    line-height: 100%;
    text-align:center;
    margin-bottom:15px;
    color: #FFFFFF;



    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;    
}


.pdt_05_in dl dd{
    font-size: 20px;
    line-height: 160%;
    color: #FFFFFF;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;   
}


.pdt_05_bg01{
	width: 100%;
	height:300px !important;
	background:url("../img/product/02_01.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.pdt_05_bg02{
	width: 100%;
	height:300px !important;
	background:url("../img/product/02_02.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.pdt_05_bg03{
	width: 100%;
	height:300px !important;
	background:url("../img/product/02_03.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.pdt_05_bg04{
	width: 100%;
	height:300px !important;
	background:url("../img/product/02_04.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}






.pdt_06{
    margin-bottom: 70px;
}

.pdt_06 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;

    box-sizing:border-box;
}

.pdt_06 ul li:nth-child(3n){
	margin-right:0%;
}


.pdt_06_img{
text-align: center;
margin-bottom: 15px;
}

.pdt_06 dl dt{
    background: #175c85;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    line-height: 120%;
    padding: 8px 8px 10px 8px;
    margin-bottom: 25px;
}


.pdt_06 dl dd{
    font-size: 17px;
    line-height: 160%;
    text-align: center;
}



.pdt_06 dl dd span{

    font-size: 15px;
    line-height: 150%;
    text-align: center;
}



.pdt_07{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
    border: 5px solid #4f86c5;
    padding: 30px 20px;
    box-sizing: border-box;



	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius:10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */
}


.pdt_07 p{
    max-width: 900px;
    width: 100%;
    height: auto;
    margin: 0 auto 0px auto;
    
    font-size: 21px;
    line-height: 160%;
    color: #5286c1;
}



.pdt_08{
	width:100%;
	height:auto;
    margin-bottom: 70px;

}

.pdt_08 table{
	width:100%;
	height:auto;

}

.pdt_08 table th{


	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:18px;
    line-height: 150%;
	border-collapse:collapse;
    color: #175c85;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;
    
	text-align:center;
    border-bottom: 4px solid #175c85;
}

.pdt_08 table td{
	padding:15px 0px 15px 0px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

	text-align:center;
    border-bottom: 1px dotted #999999;
}



.pdt_08_b{

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;
}



.pdt_09{
    max-width: 1000px;
    font-size: 18px;
    line-height: 170%;
    margin: 0 auto 50px auto;
}

.pdt_09 span{
    font-size: 22px;
    color: #FF0004;
}




.pdt_10{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
    background: #4f86c5;
    color: #FFFFFF;
    text-align: center;
    padding: 15px;
    box-sizing:border-box;
    font-size: 18px;
    line-height: 160%;


    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;
}


.pdt_11{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}

.pdt_11 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 40px;
}

.pdt_11 ul li:nth-child(3n){
	margin-right:0%;
}

.pdt_11 ul li dl dt{
    text-align: center;
    margin-bottom: 12px;
}

.pdt_11 ul li dl dd{
    font-size: 16px;
    line-height: 140%;
    text-align: center;
}








/* 施工例---------------------------------------------- */

.ce_01{
    max-width: 1000px;
    width: 100%;
    font-size: 18px;
    line-height: 180%;
    margin: 0 auto 70px auto;
}

.ce_02{

}

.ce_02 ul li{
    width: 32.8%;
    height: auto;
    float: left;
    margin-right: 0.8%;
    margin-bottom: 40px;
}

.ce_02 ul li:nth-child(3n){
	margin-right:0%;
}

.ce_02 dl dt{
    margin-bottom: 12px;
    text-align: center;
}


.ce_02 dl dd{
    font-size: 15px;
    line-height: 150%;
    text-align: center;
}




/* よくある質問---------------------------------------------- */

.qa01{
}

.qa01 dl dt{
    border-left: 7px solid #CF4D6F;
    padding: 12px;
    font-size: 22px;
    line-height: 120%;
}

.qa01 dl dd{
    border-left: 7px solid #A4D7E1;
    padding: 12px;
    font-size: 18px;
    line-height: 180%;    
    margin-bottom: 60px;
}



/* お客様の声---------------------------------------------- */

.vc01{
margin-bottom: 70px;

}

.vc01 ul li{
    background: #e8eff7;
    margin-bottom: 30px;
    padding: 30px;
    
	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */    
}

.vc01 ul li:last-child{
    margin-bottom: 0px;
}

.vc01 ul li dl dt{
    font-size: 30px;
    line-height: 120%;
    color: #5286c1;
    text-align: center;
    margin-bottom: 30px;

}



.vc01 ul li dl dd{
    font-size: 18px;
    line-height: 180%;
}



/* 代理店募集 ---------------------------------------------- */


.agy01{
    margin-bottom: 70px;
}



.agy01 dl dt{
    font-size: 26px;
    line-height: 160%;
    border-left: 8px solid #175c85;
    color: #175c85;
    margin-bottom: 15px;
    padding: 7px 10px;
    



    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;
}

.agy01 dl dd{
    font-size: 16px;
    line-height: 170%;
    margin-bottom: 40px;

}

.agy01 dl dd:last-child{
    margin-bottom: 0px;
}


.agy01 p{
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;
}

.agy01 ul{
    margin-bottom: 20px;
}

.agy01 ul li{
list-style: decimal;
margin-left: 20px;
margin-bottom: 5px;

}


.agy02{
    border: 3px solid #8ba9bb;
    padding: 30px 25px;
    box-sizing: border-box;
    margin: 0 auto 70px auto;


    font-size: 16px;
    line-height: 170%;

	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius:10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */
    

}
















/* 事業案内---------------------------------------------- */


.svs_b01{
	width:100%;
	height:auto;
	margin-bottom:50px;
}

.svs_b01 ul li{
	width:32%;
	height:auto;
	float:left;
	margin-right:2%;
}

.svs_b01 ul li:last-child{
	margin-right:0%;
}


.svs_b01_out{
	height:160px;
	background:#FFF;
	
	padding:20px;
	box-sizing:border-box;
	
	border:1px solid #000;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}


.svs_b01 ul li dl{


	

}

.svs_b01 ul li dl dt{
	font-size:18px;
	line-height:130%;
	margin-bottom:12px;
	color:#000;
	text-align:center;
}

.svs_b01 ul li dl dd{
	font-size:15px;
	line-height:120%;
	text-align:center;
}



.svs_b01_nagare{
	max-width:800px;
	width:100%;
	height:auto;
	margin:0 auto 80px auto;
}


.svs_b01_nagare ul li{

	margin-bottom:15px;
}

.svs_b01_nagare_in{
	background:#125299;
	padding:18px;
	color:#FFF;
	text-align:center;
	margin-bottom:15px;
	
	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */
}

.svs_b01_nagare ul li:not(:last-child):after{
  content:url(../img/service/list.png);
  display:block;
  text-align:center;
}

.svs_b01_nagare dl dt{
	font-size:22px;
	line-height:120%;
	font-weight:bold;
	margin-bottom:8px;
}

.svs_b01_nagare dl dd{
	font-size:16px;
	line-height:120%;

}




.svs_b02{
}

.svs_b02 dl dt{
	font-size:18px;
	margin-bottom:10px;
	font-weight:bold;
}

.svs_b02 dl dd{
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:1px dotted #999999;
}

.svs_b02 dl dd table{
	width:100%;
	height:auto;
}

.svs_b02 dl dd table th{
	border-collapse:collapse;
	font-size:16px;
	line-height:160%;

	text-align:left;
	width:100px;
	padding:3px 0px;
	vertical-align:text-top;

}

.svs_b02 dl dd table td{
	border-collapse:collapse;
	font-size:16px;
	line-height:160%;

	text-align:left;
	padding:3px 0px;
}

.svs_b02 dl dd table td ul li{
	list-style:disc;
	margin-left:20px;
	margin-bottom:5px;
	
}

.svs_b02 dl dd table td ul li:last-child{
	margin-right:0%;
}






.svs_b03{
	margin-bottom:80px;
}

.svs_b03_l{
	width:49%;
	height:auto;
	float:left;
}

.svs_b03_r{
	
	width:49%;
	height:auto;
	float:right;
}

.svs_b03 ul li{
	list-style:disc;
	font-size:17px;
	line-height:120%;
	margin-bottom:15px;
	margin-left:20px;
}

.svs_b03 ul li:last-child{
	margin-bottom:0px;
}


.svs_b04{
	max-width:610px;
	width:100%;
	height:auto;
	margin:0 auto;
}

.svs_b04 ul li{
	margin-bottom:40px;
}

.svs_b04 dl dt{
	font-size:22px;
	line-height:120%;
	margin-bottom:15px;
}

.svs_b04 dl dd{
	font-size:18px;
	line-height:120%;
	margin-bottom:15px;
}


.svs_b05{
	
}

.svs_b05 ul li{
	width:32.4%;
	height:auto;
	margin-right:1.4%;
	margin-bottom:20px;
	float:left;
}

.svs_b05 ul li:nth-child(3n){
	margin-right:0%;
}

	
    
    



/* 経営者の皆さまへ---------------------------------------------- */


.mngr_01{
    background:url("../img/managers/bg.png") 0px repeat-y;
    padding: 60px;

}


.mngr_01 dl dt{

    font-size: 35px;
    line-height: 160%;
    margin-bottom: 40px;
    color: #2F4683;

    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    font-style: normal;
    font-weight: 300;
}


.mngr_01 dl dd{
    font-size: 19px;
    line-height: 180%;
    margin-bottom: 60px;

}




/* プライバシー ---------------------------------------------- */


.privacy{
}


.privacy dt {
    font-size:20px;
    line-height: 160%;

    margin-bottom: 8px;

    font-family: a-otf-ud-shin-go-pr6n,sans-serif;
    font-weight: 600;
    font-style: normal;
}


.privacy dd {
    font-size:15px;
    line-height: 150%;
    margin-bottom: 25px;

    font-family: a-otf-ud-shin-go-pr6n,sans-serif;
    font-weight: 300;
    font-style: normal;
}







/* お問い合わせフォーム ---------------------------------------------- */



.ontact-t01{
    text-align: center;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 120%;
}

.ontact-t01 a{
    color: #000000;
    text-decoration: none;
}

.ontact-t01 a:hover{
    color: #000000;
    text-decoration:underline;
}
.ontact-t01 a:hover{
    color: #000000;
    text-decoration:underline;
}

.contact-t{
	font-size:18px;
	line-height:160%;
	margin-bottom:50px;	
}

.contact-t dl{
	margin-top:15px;
	margin-bottom:30px;
}

.contact-t dl dt{
	color:#F90;
	font-size:26px;
	text-align:center;
	line-height:120%;
	margin-bottom:10px;
}

.contact-t dl dd{
	
	font-size:18px;
	line-height:140%;
	margin-bottom:15px;
	text-align:center;
	border-bottom:1px dotted #999999;
	padding-bottom:15px;
}

.contact-t dl dd:last-child{
	margin-bottom:0px;
}

.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 0px auto;
	text-align:center;
}

#contact-f{
	width:100%;
	height:auto;
	margin-bottom:60px;

}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

#contact-f th,td{
	padding:15px;
}

#contact-f th{
	font-size:16px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:28%;	

	background:url(../img/contact/bg.png) repeat;
}

#contact-f td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;


	background:url(../img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}

#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}

input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:150px;
	height:auto;
	padding:15px 0;
    font-size: 1.2em;
    background-color:#697489;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:16px;

    /*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
    /*角丸*/
	
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}






#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}





}


/* タブレット用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */



@media screen and (max-width: 1060px) {


/* h1 h2 h3 h4 h5 ---------------------------------------------- */



h1.h1_01{
    position: absolute;
    top: 20px;
    left: 30px;
    width: 300px;
}






h2.h2_01{
	font-size:22px;
	line-height:120%;
	color:#182f53;
	margin-bottom:35px;
    letter-spacing: 0.1em;

    text-align:center;

    font-family: ryo-gothic-plusn, sans-serif;

    font-weight: 600;    
}

h2.h2_01 p{
    text-align: center;
	margin-bottom:5px;
}

h2.h2_01 p img{
    width: 50px;
}



h2.h2_02{
	font-size:22px;
	line-height:120%;
	color:#182f53;
	margin-bottom:35px;
    letter-spacing: 0.1em;

    text-align:center;

    font-family: ryo-gothic-plusn, sans-serif;

    font-weight: 600;    
}

h2.h2_02 p{
    text-align: center;
	margin-bottom:5px;
}

h2.h2_02 p img{
    width: 100px;
}




.h2_01_btm{
	margin-bottom:20px !important;
}





h2.h2_03{
	font-size:28px;
	line-height:100%;
	color:#005ADF;
	margin-bottom:30px;


    text-align:center;

    font-family: ryo-gothic-plusn, sans-serif;

    font-weight: 600;    
}





h3.h3_01{
	font-size:22px;
	line-height:120%;
	color:#182f53;
    padding-bottom: 8px;
	margin-bottom:30px;
    text-align:center;
    
    border-bottom: 3px solid #607ba4;


    font-family: ryo-gothic-plusn, sans-serif;

    font-weight: 600;    
}




.h3_02{
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 130%;
  font-weight: bold;
  
  color: #005ADF;

  border-bottom: 4px solid #0083ED;
}


.h3_02:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 20%;
  height: 4px;
  content: '';
  background: #0050D3;
}


.h3_02 sup{
    font-size: 11px;
}







h4.h4_01{
    height:auto;
	font-size:16px;
	line-height:120%;
	color:#FFFFFF;
    background: #607ba4;
    padding: 10px;
    text-align: left;

	margin-bottom:30px;
    text-align:left;


    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;      
}







h5.h5_01{
    text-align:center;
    margin-bottom: 30px;
}

h5.h5_01 p{
  position: relative;
  display:inline-block;
  padding: 0 65px;
  
	font-size:16px;
	line-height:120%;
  text-align: center;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;    
}

h5.h5_01 p:before, h5.h5_01 p:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  background-color: black;
}

h5.h5_01 p:before {
  left:0;
}
h5.h5_01 p:after {
  right: 0;
}



h6.h6_01{
    text-align:center;
    margin-bottom: 30px;
}


h6.h6_01 p{
  position: relative;
  display: inline-block;
  color: #607BA4;

  
	font-size:16px;
	line-height:120%;
  text-align: center;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;      
}

h6.h6_01 p:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 50px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color:#607BA4;
  border-radius: 2px;
}



/* スライド ---------------------------------------------- */


.top_slide{
	width:100%;
	min-height:450px;


	z-index:5;
	 	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}






/* 各ページイメージ ---------------------------------------------- */



.m_top_img{
	width: 100%;
	height:400px !important;
	background:url("../img/top/slide01.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
     position: relative;
}

.reasons_to_be_chosen_top_img{
	width: 100%;
	height:350px !important;
	background:url("../img/reasons_to_be_chosen/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.company_top_img{
	width: 100%;
	height:350px !important;
	background:url("../img/company/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.product_top_img{
	width: 100%;
	height:350px !important;
	background:url("../img/product/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.construction_example_top_img{
	width: 100%;
	height:350px !important;
	background:url("../img/construction_example/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.q_a_top_img{
	width: 100%;
	height:350px !important;
	background:url("../img/q_a/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.voice_top_img{
	width: 100%;
	height:350px !important;
	background:url("../img/voice/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.agency_top_img{
	width: 100%;
	height:350px !important;
	background:url("../img/agency/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}



.document_request_top_img{
	width: 100%;
	height:350px !important;
	background:url("../img/document_request/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.contact_top_img{
	width: 100%;
	height:350px !important;
	background:url("../img/contact/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}




.s_top_img{
      display:none;
      text-align:center;
}



/* 共通バナー ---------------------------------------------- */

.contact_banner{
	margin-top:100px;	
}

.contact_banner img {
	width:100%;
	height:auto;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.contact_banner:hover img {
	opacity: .6;
}




/* ページ共通背景 ---------------------------------------------- */



.bg_main{
	width: 100% !important;
	height:auto;
	background:url(../img/top/pg_cmn.png) center top  no-repeat ; 
    background-size:contain;                               /* 画像のサイズを指定    */

}




.button01 {
	max-width:200px;
	width:100%;
	height:auto;
    margin: 0 auto;


	color: #fff;

}

.button01 a{
    display: block;
    background:#cc0000;
	color: #fff;
    height: 42px;
 
 	font-size:16px;
	line-height:120%;
	text-align:center;
    color: #FFFFFF;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;      
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;   
}


.button01 a:hover{
    background: rgba(0,0,0,0.4);
	color: #fff;
}







/* トップ　文言 ---------------------------------------------- */



.tp_mgn01{
    font-size: 30px;
    line-height: 180%;
    color: #000000;
    margin-bottom:35px;
    text-align: center;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;       
}

.tp_mgn01 span{
    font-size: 45px;
    color: #cc0000;
}



.tp_mgn_img{
    text-align: center;
    margin-bottom: 30px;

}




/* トップ　選ばれる理由 ---------------------------------------------- */

.tp_rbc{
max-width: 600px;
width: 100%;
height: auto;
margin: 0 auto 30px auto;

}

.tp_rbc ul li{
    width: 48.5%;
    margin-bottom: 20px;


    float: left;
    margin-right: 3%;
    
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */      
}

.tp_rbc ul li:nth-child(2n){
	margin-right:0%;
}


.tp_rbc ul li:last-child{
	margin-right:0%;
}


.tp_rbc_in{
  padding-top: 100%;
 position:relative;
}

.tp_rbc_in dl {
    position: absolute;
      width: 100%;
      text-align: center;
      top:16%;
      line-height: 1;


}

.tp_rbc_in dl dt{
    font-size: 80px;
    line-height: 110%;
    color:#FFFFFF;
    margin-bottom:1px;
    text-align: center;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style:normal;
    font-weight: 700;    
}

.tp_rbc_in dl dd{
    font-size: 18px;
    line-height: 160%;
    color:#FFFFFF;
    text-align: center;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;    
}

.tp_rbc_in dl dd span:before {
	content: "\A" ;
	white-space: pre ;
}


.tp_rbc_bg01{

	background:url("../img/top/02_01.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_rbc_bg02{

	background:url("../img/top/02_02.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}


.tp_rbc_bg03{

	background:url("../img/top/02_03.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_rbc_bg04{

	background:url("../img/top/02_04.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}



/* トップ　施工例 ---------------------------------------------- */



.tp_cx_bg{
    background: url("../img/top/03_bg.jpg") repeat;
    margin-bottom: 15px;
}

.tp_cx_in{
    max-width: 600px;
    width: 100%;
    margin: 0 auto;

}

.tp_cx_in ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 25px;
}


.tp_cx_in ul li:nth-child(2n){
	margin-right:0%;
}



.tp_cx_in dl dt{
    text-align: center;
    margin-bottom: 10px;
}

.tp_cx_in dl dd{
    text-align: center;
    font-size: 16px;
    line-height: 160%;
}


/* トップ　入り口 ---------------------------------------------- */




.tp_igti{

}

.tp_igti ul li{
    width: 49.5%;
    height: 300px;
    float: left;
    margin-right: 1%;
    
    padding: 20px;
    box-sizing: border-box;
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.tp_igti ul li:last-child{
	margin-right:0%;
}


.tp_igti ul li dl dt{

}

.tp_igti ul li dl dd{

}

.tp_igti_bg01{
    height: 300px;
	background:url("../img/top/04_01.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_igti_bg02{
    height: 300px;
	background:url("../img/top/04_02.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}






/* 英語ページトップ---------------------------------------------- */


.eng_tp_01{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 25px;

/*text-align: justify;
text-justify: inter-ideograph;   */
}

.eng_tp_01_01{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 60px;
    
/*text-align: justify;
text-justify: inter-ideograph;   */  
}



.eng_tp_01_01 ul li{
    background: url("../img/common/list001.png") left 10px no-repeat;
    padding-left: 10px;
    margin-bottom: 15px;
}


.eng_tp_01_01 ul li:last-child{
    margin-bottom: 0px;
}



.eng_tp_01_02{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 60px;
    
text-align: justify;
text-justify: inter-ideograph;  
}


.eng_tp_01_02 ul li{
    margin-bottom: 15px;
}


.eng_tp_01_02 ul li:last-child{
    margin-bottom: 0px;
}






.eng_tp_02{

    margin-bottom: 50px;
}

.eng_tp_02 dl{
    margin-bottom: 20px;
}

.eng_tp_02 dl:last-child{
    margin-bottom: 0px;
}




.eng_tp_02 dl dt{
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 5px;
}

.eng_tp_02 dl dd{
    font-size: 13px;
    line-height: 160%;
    margin-bottom: 5px;
}

.eng_tp_02 dl dd:last-child{
    margin-bottom: 0px;
}


.eng_tp_02 dl dd ul li{
margin-bottom: 5px;
}


.eng_tp_02 dl dd ul li:last-child{
    margin-bottom: 0px;
}

.eng_tp_02 dl dd a{
    color: #005CE0;
    text-decoration: underline;
}

.eng_tp_02 dl dd a:hover{
    color: #005CE0;
    text-decoration:none;
}






/* トップ新着 ---------------------------------------------- */


.tp_news_in{

}

.tp_news_in ul li{
    width: 48.5%;
    height: auto;
    float: left;
    margin-right: 3%;
    margin-bottom: 50px;
}

.tp_news_in ul li:nth-child(2n){
	margin-right:0%;
}




.tp_news_in dl dt{
	font-size:15px;
	line-height:140%;

    margin-bottom: 10px;

    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600; 
}

.tp_news_in dl p{
    text-align: center;
    margin-bottom: 15px;
}

.tp_news_in dl dd{

	font-size:14px;
	line-height:160%;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 300; 
}

.tp_news_txt01{
    margin-top: 18px;

}

.tp_news_in dl dd a{
	color:#3399cc;
	text-decoration:underline;    
}

.tp_news_in dl dd a:hover{
	color:#3399cc;
	text-decoration:none;
}








.tp_news_in01{
margin-bottom: 60px;

}

.tp_news_in01 ul{
    margin-bottom: 30px;
}


.tp_news_in01 ul li{
    padding-bottom: 30px;
    margin-bottom: 35px;
    border-bottom: 1px dotted #999999;
}

.tp_news_in01 ul li:last-child{
    margin-bottom: 0px;
}



.tp_news_in01 dl dt{
	font-size:15px;
	line-height:140%;

    margin-bottom: 10px;

    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600; 
}

.tp_news_in01 dl p{
    text-align: center;
    margin-bottom: 15px;
}

.tp_news_in01 dl dd{

	font-size:15px;
	line-height:160%;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 300; 
}



.tp_news_in01 dl dd a{
	color:#3399cc;
	text-decoration:underline;    
}

.tp_news_in01 dl dd a:hover{
	color:#3399cc;
	text-decoration:none;
}







.news_01{
    margin-bottom: 60px;
}


.news_01 dl dt{
    float: none;
    clear: both;
    
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 5px;
}

.news_01 dl dd{
    font-size: 15px;
    line-height: 140%;
    
    padding-bottom:14px;
    margin-bottom: 18px;
    padding-left: 0px;
    border-bottom: 1px dotted #7A7A7A;
    
}

.news_01 dl dd a{
    color: #000000;
    text-decoration: underline;
}

.news_01 dl dd a:hover{
    color: #000000;
    text-decoration:none;
}



.news_ttl{
    border-left: 6px solid #879ab8;
    padding: 7px 0 7px 10px;
    margin-bottom: 10px;
    
    font-size: 16px;
    line-height: 140%;
    color: #000000;

}

.news_day{
    text-align: right;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 25px;
}

.news_post{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 45px;
}


.news_post a{
    color: #3399cc;
    text-decoration: underline;
}
     
.news_post a:hover{
    color: #3399cc;
    text-decoration:none;
}   




.news_post p{
    margin: 15px 0;
}




.news_img01{
    max-width: 650px;
    width: 100%;
    margin: 30px auto ;
    text-align: center;
}







.act_event_t{
    margin-bottom: 40px;

}


.act_event_t p{
font-size: 15px;
line-height: 120%;
margin-bottom: 15px;

}

.act_event_t table{
	width:100%;
	height:auto;

}

.act_event_t table th{
	width:80px;

	padding:10px 10px 10px 10px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;

	text-align:left;
    border: 1px solid #CBCBCB;
}

.act_event_t table td{
	padding:10px 10px 10px 10px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;

	text-align:left;
    border: 1px solid #CBCBCB;
}






.act_event_list{
    margin-bottom: 40px;

}

.act_event_list ul li{
    background: url("../img/activity/list01.png") left 2px no-repeat;
    padding-left: 22px;
    margin-bottom: 15px;
    
    font-size: 15px;
    line-height: 140%;

}


.act_event_list ul li:last-child{
    margin-bottom: 0px;
}


.act_event_list ul li a{
    color: #3399cc;
    text-decoration: underline;
}
     

.act_event_list ul li a:hover{
    color: #3399cc;
    text-decoration:none;
}   




.act_event_img02{
    margin-bottom: 60px;

}

.act_event_img02 ul li{
    width: 48.5%;
    height: auto;
    float: left;
    margin-right: 3%;
    margin-bottom: 30px;
  
}

.act_event_img02 ul li:nth-child(2n){
	margin-right:0%;
}


.act_event_img02 ul li p{
    margin-top: 10px;
    text-align: center;
    
    font-size: 14px;
    line-height: 140%;

}


/* トップ　ICFシンポジウム一覧--------------------------------------------- */

.tp_is_b{
    margin-bottom: 60px;
}

.tp_is_b ul li{
    width: 32.4%;
    height: 90px;
    float: left;
    margin-right: 1.4%;
    margin-bottom: 12px;
    
    background: #195eb3;
    
    padding: 10px;
    box-sizing: border-box;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */   
}

.tp_is_b ul li:nth-child(3n){
	margin-right:0%;
}


.tp_is_b ul li dl dt{
    font-size: 15px;
    line-height: 160%;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 7px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700; 
}

.tp_is_b ul li dl dt p{
    font-size: 14px;
    line-height: 120%;
}

.tp_is_b ul li dl dd{
    font-size: 15px;
    line-height: 120%;
    text-align: center;
}

.tp_is_b ul li dl dd a{


    color: #f9ed65;
    text-decoration: none;
   
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;   
}

.tp_is_b ul li dl dd a:hover{
    color: #83d0f4;
    text-decoration: none;

}






/* ページタブ ---------------------------------------------- */


.p_tab01{
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
}

.p_tab01 ul li{
    width: 23.5%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.p_tab01 ul li:nth-child(4n){
	margin-right:0%;
}


.p_tab01 ul li a{
display: block;
height: 35px;
background: #879ab8;
text-align: center;
color: #FFFFFF;

font-size: 14px;
line-height: 120%;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;   

}

.p_tab01 ul li a:hover{

background: #cc0000;
text-align: center;
color: #FFFFFF;

}



.p_tab02{
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
}


.p_tab02 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.p_tab02 ul li:nth-child(3n){
	margin-right:0%;
}



.p_tab02 ul li a{
display: block;
height: 35px;
background: #879ab8;
text-align: center;
color: #FFFFFF;

font-size: 14px;
line-height: 120%;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;   

}


.p_tab02 ul li a:hover{

background: #cc0000;
text-align: center;
color: #FFFFFF;

}





.p_tab_on{
background: #cc0000 !important;
text-align: center !important;
color: #FFFFFF !important;
}






    
/* センター概要---------------------------------------------- */
    
    
.abt_txt01{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 50px;
}
    
.abt_txt01 a{
    color: #3399cc;
    text-decoration: underline;
}
     
.abt_txt01 a:hover{
    color: #3399cc;
    text-decoration:none;
}   
    
.abt_txt02{
    font-size: 16px;
    line-height: 180%;
}

.abt_txt02 a{
    color: #3399cc;
    text-decoration: underline;
}

.abt_txt02 a:hover{
    color: #3399cc;
    text-decoration:none;
}   




.abt_img{
    text-align: center;
    margin-bottom: 60px;
}

.abt_txt03{
    font-size: 16px;
    line-height: 180%;
}


.abt_txt03 ul{
    margin: 40px 0;
}


.abt_txt03 ul li{
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 12px;
    list-style: decimal;
    margin-left: 20px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700; 
}
    
.abt_txt03 a{
    color: #3399cc;
    text-decoration: underline;
}
     
.abt_txt03 a:hover{
    color: #3399cc;
    text-decoration:none;
}  


.abt_txt04{
    font-size: 16px;
    line-height: 180%;
}


.abt_txt04 p{
    text-align: right;
    margin-top: 25px;
}






.abt_txt05{

}

.abt_txt05 ul li{
    margin-bottom: 40px;

}

.abt_txt05 ul li:last-child{
    margin-bottom: 0px;
}


.abt_txt05 dl dt{

    text-align: center;
    color: #0a5e8f;

    font-size: 16px;
    line-height: 140%;
    margin-bottom: 15px;

    box-sizing: border-box;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700; 

}



.abt_txt05 dl dd{

    text-align: center;
    font-size: 15px;
    line-height: 160%;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500; 
    padding-bottom: 20px;
    border-bottom: 1px dotted #BBBBBB;
}

.abt_txt05 a{
    color: #3399cc;
    text-decoration: underline;
}

.abt_txt05 a:hover{
    color: #3399cc;
    text-decoration:none;
}   






.abt_txt06{
    margin-bottom: 60px;
}

.abt_txt06 dl dt{
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 15px;
    color: #274191;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 800;     
}

.abt_txt06 dl dd{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 40px;
}

.abt_txt06 dl dd span{
    display: block;
    font-size: 14px;
    margin-top: 10px;
}


.abt_txt06 dl dd:last-child{
    margin-bottom: 0px;
}

.abt_txt06 a{
    color:#00476F;
    text-decoration:none;
}

.abt_txt06 a:hover{
    color:#00476F;
    text-decoration: underline;    
}   





.abt_txt07{
    margin-bottom: 60px;
}

.abt_txt07 dl dt{
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 15px;
    color: #274191;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 800;
}

.abt_txt07 dl dd{

}

.abt_txt07 dl dd ul{
    margin-top: 10px;
}

.abt_txt07 dl dd ul li{
    font-size: 16px;
    line-height: 170%;
    
    background: url("../img/common/list001.png") left 10px  no-repeat;
    padding-left: 10px;
    margin-bottom: 7px;

}


.abt_txt07 a{
    color: #3399cc;
    text-decoration: underline;
}

.abt_txt07 a:hover{
    color: #3399cc;
    text-decoration:none;
}   



/* センターの活動---------------------------------------------- */


.aty_01{
    margin-bottom: 60px;
}


.aty_01 ul li{
    margin-bottom: 30px;
}


.aty_01 ul li:last-child{
    margin-bottom: 0px;
}



.aty_01 dl dt{
    background: url("../img/activity/list.jpg") left 5px no-repeat;
    padding-left: 20px;
    margin-bottom: 5px;
    
    font-size: 16px;
    line-height: 180%;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600; 

}

.aty_01 dl dd{

    font-size: 16px;
    line-height: 180%;


}




.aty_nv{
    margin-bottom: 30px;

}

.aty_nv ul{
    text-align: center;
}

.aty_nv ul li{
    background:url("../img/activity/list01.png") left 3px no-repeat;
    font-size: 15px;
    line-height: 120%;
    padding-left: 20px;
    margin-right: 26px;
    display: inline-block;
    margin-bottom: 15px;

}

.aty_nv ul li a{
    color: #182f53;
    text-decoration: none;
}

.aty_nv ul li a:hover{
    color: #50ae87;
    text-decoration:underline;
}






.aty_dmt{

}

.aty_dmt ul li{

    
     margin-bottom: 60px;
    padding-bottom: 60px;
    
    border-bottom: 1px solid #AEBCD1;   
    
}

.aty_dmt ul li:last-child{
    margin-bottom: 0px;
    
    border-bottom:none; 
}



.aty_dmt dl{
margin-bottom: 70px;
 
}

.aty_dmt dl:last-child{
    margin-bottom: 0px;

}


.aty_dmt dl dt{
    background: url("../img/activity/list.jpg") left 5px no-repeat;

    font-size: 16px;
    line-height: 140%;

    vertical-align:text-top;
    vertical-align: top;
    padding: 0;
    margin: 0 0 10px 0;
    padding-left: 22px;

}


.aty_dmt dl dd {
    font-size: 15px;
    line-height: 150%;
    
    border-left: 2px solid #AEBCD1;
    padding: 4px 0 4px 12px;
    
    display: block;
}

.aty_dmt dl dd p{
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 7px;
    color: #008DBB;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600; 
}


.aty_dmt dl dd a{
    color: #50ae87;
    text-decoration:underline;    

}

.aty_dmt dl dd a:hover{
    color: #50ae87;
    text-decoration: none;
}





.aty_dmt dl dt span{
    display:inline-block;
    margin: 0 0 0 15px;
    padding: 0;
}

.aty_dmt dl dt span a{
    display:inline-block;
    width: 120px;
    padding: 3px 0px;

    box-sizing: border-box;

    border: 1px solid #FF0004;
    background: #FF0004;
    text-align: center;
    color: #FFFFFF;
    
    font-size: 13px;
    line-height: 100%;
    vertical-align: text-top;
    letter-spacing: 0.04em;
    
   
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;       

}


.aty_dmt dl dt span a:hover{
    border: 1px solid #FF0004;
    background:#FFFFFF;
    text-align: center;
    color: #FF0004;
    
    font-size: 13px;
    line-height: 100%;
    vertical-align: text-top;

}






/* ICD---------------------------------------------- */

.icd_txt{
    font-size: 16px;
    line-height: 180%;
    word-break: break-all;
    word-wrap: break-word;
    margin-bottom: 40px;

}


.icd_txt_btm{
    margin-bottom: 60px !important;

}


.icd_list01{
    margin-bottom: 60px;
}

.icd_list01 ul li{
    margin-bottom: 35px;
    
    background: url("../img/activity/list.jpg") left 5px no-repeat;
    padding-left: 20px;
    margin-bottom: 10px;
    
    font-size: 16px;
    line-height: 140%;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;     
}

.icd_list01 ul li:last-child{
    margin-bottom: 0px;
}

.icd_list01 ul li a{
    color: #182f53;
    text-decoration:underline;    

}

.icd_list01 ul li a:hover{
    color: #50ae87;
    text-decoration: none;
}






.icd_list02{
    margin-bottom: 60px;
}

.icd_list02 ul li{
    margin-bottom: 35px;

    list-style: decimal;
    margin-left: 20px;
    
    font-size: 16px;
    line-height: 160%;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;     
}

.icd_list02 ul li:last-child{
    margin-bottom: 0px;
}

.icd_list02 span{
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;   
    
    display: block;
    margin-bottom: 8px;
}

.icd_list02 p{
    margin: 15px 0 15px 30px;
    
}


.icd_img{
    margin-bottom: 70px;
}

.icd_img ul li{
    max-width: 700px;
    width: 100%;
    margin: 0 auto 30px auto;

}

.icd_img ul li:last-child{
    margin-bottom: 0px;
}




/* 選ばれる理由 ---------------------------------------------- */


.rc_b01{
max-width: 1000px;
width: 100%;
height: auto;
margin: 0 auto 40px auto;
font-size: 16px;
line-height: 170%;
}

.rc_b02{
    font-size: 26px;
    line-height: 140%;
    text-align:center;
    margin-bottom: 40px;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;    

    color: #6e7378;
}



.rc_b03{

}

.rc_b03 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 15px;
    padding: 15px 15px;
    box-sizing:border-box;
    
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */    
}

.rc_b03 ul li:nth-child(2n){
	margin-right:0%;
}


.rc_b03_in{

}

.rc_b03_in dl dt{
    font-size: 17px;
    line-height: 140%;
    text-align:center;
    color: #FFFFFF;
    margin-bottom: 15px;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;   
}

.rc_b03_in dl dt p{
    font-size: 60px;
    line-height: 100%;
    text-align:center;
    margin-bottom: 8px;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;    
}


.rc_b03_in dl dt span:before {
	content: "\A" ;
	white-space: pre ;
}



.rc_b03_in dl dd{
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;   
}




.rc_b03_bg01{
	width: 100%;
	height:300px !important;
	background:url("../img/reasons_to_be_chosen/01_01.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.rc_b03_bg02{
	width: 100%;
	height:300px !important;
	background:url("../img/reasons_to_be_chosen/01_02.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.rc_b03_bg03{
	width: 100%;
	height:300px !important;
	background:url("../img/reasons_to_be_chosen/01_03.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.rc_b03_bg04{
	width: 100%;
	height:300px !important;
	background:url("../img/reasons_to_be_chosen/01_04.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.rc_b03_bg05{
	width: 100%;
	height:300px !important;
	background:url("../img/reasons_to_be_chosen/01_05.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.rc_b03_bg06{
	width: 100%;
	height:300px !important;
	background:url("../img/reasons_to_be_chosen/01_06.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.rc_b03_bg07{
	width: 100%;
	height:300px !important;
	background:url("../img/reasons_to_be_chosen/01_07.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.rc_b03_bg08{
	width: 100%;
	height:300px !important;
	background:url("../img/reasons_to_be_chosen/01_08.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}



/* 会社情報 ---------------------------------------------- */

.abt_msg{
    margin-bottom: 60px;
}

.abt_msg dl dt{
    font-size: 22px;
    line-height: 130%;
    text-align: center;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;   
    margin-bottom: 20px;
}

.abt_msg dl dd{
    font-size: 16px;
    line-height: 170%;


}

.abt_msg  p{
    font-size: 17px;
    margin: 12px 0;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;  

}

.abt_msg dl dd  strong{
    font-size: 20px;
    line-height: 130%;
    color: #e71a1d;


    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;  
}

.abt_msg_01{
    text-align: right;
    margin-top: 15px;

}








.abt_tbl{
	width:100%;
	height:auto;
    margin-bottom: 60px;

}

.abt_tbl table{
	width:100%;
	height:auto;

}

.abt_tbl table th{
	width:120px;

	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

	text-align:left;
    border-bottom: 1px dotted #999999;
}

.abt_tbl table td{
	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

	text-align:left;
    border-bottom: 1px dotted #999999;
}


.abt_tbl table td ul li{
    background: url("../img/common/list001.png") left 8px no-repeat;
    padding-left: 8px;
    float:left;
    margin-right: 25px;
    margin-bottom: 8px;

}

.abt_map{
  filter: grayscale(50%);
}





/* 製品情報　  ---------------------------------------------- */


.pdt_01{
    font-size: 17px;
    line-height: 170%;
    margin-bottom: 50px;
}


.pdt_02 {
  position: relative;
  color: #175c85;
  font-size: 27px;
  line-height: 150%;
  padding: 35px 0;
  text-align: center;
  margin-bottom: 60px;

}


.pdt_02:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 210px;
  height: 150px;
  border-radius: 50%;
  border: 9px solid #faad9b;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}


.pdt_03{
    font-size: 17px;
    line-height: 170%;

}


.pdt_04_bg{
    background: #e8f0f9;

}

.pdt_04_ttl{
    font-size: 30px;
    line-height: 130%;
    color: #366d91;
    margin-bottom: 40px;
    text-align: center;


    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;  
}

.pdt_04_b{
}

.pdt_04_b ul li{
    width: 50%;
    height: auto;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
}


.pdt_04_b_in{
}
    

.pdt_04_b_in01{
margin-bottom: 15px;
}


.pdt_04_b_in01 dl dt{

    max-width: 200px;
    width: 100%;
    font-size: 22px;
    line-height: 110%;
    text-align: center;    
    padding: 5px 5px;
    box-sizing: border-box;
    margin: 0 auto 20px auto;
    

    text-align: center;
    background: #FFFFFF;
    border: 3px dotted #366d91;


    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;      
}

.pdt_04_b_in01 dl dd{
}

.pdt_04_b_in01 dl dd ul li{

    width: auto;
    height: auto;
    float: none;
    padding: 0px;
    box-sizing: border-box;
    margin-bottom: 10px;
    
    font-size: 21px;
    line-height: 160%;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;          
}

.pdt_04_b_in01 dl dd ul li img{
    width: 35px;
    margin-right: 12px;
}


.pdt_04_b_in02{
}

.pdt_04_b_in02 ul li{
    width: auto;
    height: auto;
    float: none;
    padding: 0px;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 140%;
    
    background: url("../img/common/list001.png") left 9px no-repeat;
    padding-left: 8px;
}



.pdt_04_b_in02 ul li:last-child{
    margin-bottom: 0px;
}



.pdt_04_b_img{
    text-align: center;
}







.pdt_05{
    margin-bottom: 60px;
}

.pdt_05 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 15px;
    padding: 0px 25px;
    box-sizing:border-box;
    
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */    
}

.pdt_05 ul li:nth-child(2n){
	margin-right:0%;
}

.pdt_05_in{
height: 260px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;

}

.pdt_05_in dl dt{
    font-size: 60px;
    line-height: 100%;
    text-align:center;
    margin-bottom:12px;
    color: #FFFFFF;



    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;    
}


.pdt_05_in dl dd{
    font-size: 16px;
    line-height: 160%;
    color: #FFFFFF;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;   
}


.pdt_05_bg01{
	width: 100%;
	height:260px !important;
	background:url("../img/product/02_01.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.pdt_05_bg02{
	width: 100%;
	height:260px !important;
	background:url("../img/product/02_02.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.pdt_05_bg03{
	width: 100%;
	height:260px !important;
	background:url("../img/product/02_03.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.pdt_05_bg04{
	width: 100%;
	height:260px !important;
	background:url("../img/product/02_04.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}




.pdt_06{
    margin-bottom: 60px;
}

.pdt_06 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 40px;

    box-sizing:border-box;
}

.pdt_06 ul li:nth-child(2n){
	margin-right:0%;
}

.pdt_06 ul li:nth-child(3n){
    margin-bottom: 0px;
}



.pdt_06_img{
text-align: center;
margin-bottom: 15px;
}

.pdt_06 dl dt{
    background: #175c85;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    line-height: 120%;
    padding: 8px 5px 10px 5px;
    margin-bottom: 25px;
}


.pdt_06 dl dd{
    font-size: 16px;
    line-height: 160%;
    text-align: center;
}



.pdt_06 dl dd span{

    font-size: 15px;
    line-height: 150%;
    text-align: center;
}






.pdt_07{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 60px auto;
    border: 5px solid #4f86c5;
    padding: 20px 15px;
    box-sizing: border-box;



	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius:10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */
}


.pdt_07 p{
    max-width: 900px;
    width: 100%;
    height: auto;
    margin: 0 auto 0px auto;
    
    font-size: 18px;
    line-height: 160%;
    color: #5286c1;
}






.pdt_08{
	width:100%;
	height:auto;
    margin-bottom: 60px;

}

.pdt_08 table{
	width:100%;
	height:auto;

}

.pdt_08 table th{


	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:17px;
    line-height: 150%;
	border-collapse:collapse;
    color: #175c85;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;
    
	text-align:center;
    border-bottom: 4px solid #175c85;
}

.pdt_08 table td{
	padding:15px 0px 15px 0px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

	text-align:center;
    border-bottom: 1px dotted #999999;
}



.pdt_08_b{

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;
}







.pdt_09{
    max-width: 1000px;
    font-size: 16px;
    line-height: 160%;
    margin: 0 auto 40px auto;
}

.pdt_09 span{
    font-size: 20px;
    line-height: 180%;
    color: #FF0004;
}




.pdt_10{
    max-width: 830px;
    width: 100%;
    height: auto;
    margin: 0 auto 60px auto;
    background: #4f86c5;
    color: #FFFFFF;
    text-align:left;
    padding: 15px;
    box-sizing:border-box;
    font-size: 18px;
    line-height: 150%;


    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;
}


.pdt_11{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}

.pdt_11 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 40px;
}


.pdt_11 ul li:nth-child(3n){
	margin-right:0%;
}

.pdt_11 ul li dl dt{
    text-align: center;
    margin-bottom: 12px;
}

.pdt_11 ul li dl dd{
    font-size: 15px;
    line-height: 140%;
    text-align: center;
}




/* 施工例---------------------------------------------- */

.ce_01{
    max-width: 1000px;
    width: 100%;
    font-size: 17px;
    line-height: 180%;
    margin: 0 auto 60px auto;
}

.ce_02{

}

.ce_02 ul li{
    width: 32.8%;
    height: auto;
    float: left;
    margin-right: 0.8%;
    margin-bottom: 40px;
}

.ce_02 ul li:nth-child(3n){
	margin-right:0%;
}

.ce_02 dl dt{
    margin-bottom: 12px;
    text-align: center;
}


.ce_02 dl dd{
    font-size: 14px;
    line-height: 150%;
    text-align: center;
}




/* よくある質問---------------------------------------------- */

.qa01{
}

.qa01 dl dt{
    border-left: 7px solid #CF4D6F;
    padding: 10px;
    font-size: 20px;
    line-height: 120%;
}

.qa01 dl dd{
    border-left: 7px solid #A4D7E1;
    padding: 12px;
    font-size: 16px;
    line-height: 160%;    
    margin-bottom: 50px;
}




/* お客様の声---------------------------------------------- */

.vc01{
margin-bottom: 60px;

}

.vc01 ul li{
    background: #e8eff7;
    margin-bottom: 30px;
    padding: 20px;
    
	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */    
}

.vc01 ul li:last-child{
    margin-bottom: 0px;
}

.vc01 ul li dl dt{
    font-size: 26px;
    line-height: 120%;
    color: #5286c1;
    text-align: center;
    margin-bottom: 20px;

}



.vc01 ul li dl dd{
    font-size: 16px;
    line-height: 170%;
}





/* 代理店募集 ---------------------------------------------- */


.agy01{
    margin-bottom: 60px;
}



.agy01 dl dt{
    font-size: 22px;
    line-height: 160%;
    border-left: 8px solid #175c85;
    color: #175c85;
    margin-bottom: 15px;
    padding: 7px 10px;
    



    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;
}

.agy01 dl dd{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 30px;

}

.agy01 dl dd:last-child{
    margin-bottom: 0px;
}


.agy01 p{
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;
}

.agy01 ul{
    margin-bottom: 20px;
}

.agy01 ul li{
list-style: decimal;
margin-left: 20px;
margin-bottom: 5px;

}


.agy02{
    border: 3px solid #8ba9bb;
    padding: 25px 20px;
    box-sizing: border-box;
    margin: 0 auto 60px auto;


    font-size: 15px;
    line-height: 170%;

	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius:10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */
    

}





/* 事業案内---------------------------------------------- */


.svs_b01{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

.svs_b01 ul li{
	width:32%;
	height:auto;
	float:left;
	margin-right:2%;
}

.svs_b01 ul li:last-child{
	margin-right:0%;
}


.svs_b01_out{
	height:160px;
	background:#FFF;
	
	padding:10px;
	box-sizing:border-box;
	
	border:1px solid #000;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}


.svs_b01 ul li dl{


	

}

.svs_b01 ul li dl dt{
	font-size:16px;
	line-height:130%;
	margin-bottom:12px;
	color:#000;
	text-align:center;
}

.svs_b01 ul li dl dd{
	font-size:14px;
	line-height:120%;
	text-align:center;
}



.svs_b01_nagare{
	max-width:800px;
	width:100%;
	height:auto;
	margin:0 auto 80px auto;
}


.svs_b01_nagare ul li{

	margin-bottom:15px;
}

.svs_b01_nagare_in{
	background:#125299;
	padding:18px;
	color:#FFF;
	text-align:center;
	margin-bottom:15px;
	
	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */
}

.svs_b01_nagare ul li:not(:last-child):after{
  content:url(../img/service/list.png);
  display:block;
  text-align:center;
}

.svs_b01_nagare dl dt{
	font-size:22px;
	line-height:120%;
	font-weight:bold;
	margin-bottom:8px;
}

.svs_b01_nagare dl dd{
	font-size:16px;
	line-height:120%;

}





.svs_b02{
}

.svs_b02 dl dt{
	font-size:17px;
	margin-bottom:10px;
	font-weight:bold;
}

.svs_b02 dl dd{
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:1px dotted #999999;
}

.svs_b02 dl dd table{
	width:100%;
	height:auto;
}

.svs_b02 dl dd table th{
	border-collapse:collapse;
	font-size:16px;
	line-height:160%;

	text-align:left;
	width:100px;
	padding:3px 0px;
	vertical-align:text-top;

}

.svs_b02 dl dd table td{
	border-collapse:collapse;
	font-size:16px;
	line-height:160%;

	text-align:left;
	padding:3px 0px;
}

.svs_b02 dl dd table td ul li{
	list-style:disc;
	margin-left:20px;
	margin-bottom:5px;
	
}

.svs_b02 dl dd table td ul li:last-child{
	margin-right:0%;
}






.svs_b03{
	max-width:450px;
	width:100%;
	height:auto;
	margin:0 auto 60px auto;
}

.svs_b03_l{
	width:100%;
	height:auto;
	float:none;
	margin-bottom:20px;
}

.svs_b03_r{
	
	width:100;
	height:auto;
	float:none;
}

.svs_b03 ul li{
	list-style:disc;
	font-size:17px;
	line-height:120%;
	margin-bottom:15px;
	margin-left:20px;
}

.svs_b03 ul li:last-child{
	margin-bottom:0px;
}



.svs_b04{
	max-width:610px;
	width:100%;
	height:auto;
	margin:0 auto;
}

.svs_b04 ul li{
	margin-bottom:40px;
}

.svs_b04 dl dt{
	font-size:20px;
	line-height:120%;
	margin-bottom:15px;
}

.svs_b04 dl dd{
	font-size:17px;
	line-height:120%;
	margin-bottom:15px;
}



.svs_b05{
	
}

.svs_b05 ul li{
	width:32.4%;
	height:auto;
	margin-right:1.4%;
	margin-bottom:20px;
	float:left;
}

.svs_b05 ul li:nth-child(3n){
	margin-right:0%;
}



/* 経営者の皆さまへ---------------------------------------------- */


.mngr_01{
    background:url("../img/managers/bg.png") 0px repeat-y;
    background-size: 100px;
    padding: 50px 40px;

}


.mngr_01 dl dt{

    font-size: 30px;
    line-height: 160%;
    margin-bottom: 40px;
    color: #2F4683;
    
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    font-style: normal;
    font-weight: 300;
}


.mngr_01 dl dd{
    font-size: 17px;
    line-height: 170%;
    margin-bottom: 50px;

}




/* プライバシー ---------------------------------------------- */


.privacy{
}


.privacy dt {
    font-size:18px;
    line-height: 160%;

    margin-bottom: 8px;

    font-family: a-otf-ud-shin-go-pr6n,sans-serif;
    font-weight: 600;
    font-style: normal;
}


.privacy dd {
    font-size:15px;
    line-height: 150%;
    margin-bottom: 25px;

    font-family: a-otf-ud-shin-go-pr6n,sans-serif;
    font-weight: 300;
    font-style: normal;
}







/* お問い合わせフォーム---------------------------------------------- */


.ontact-t01{
    text-align: center;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 120%;
}

.ontact-t01 a{
    color: #000000;
    text-decoration: none;
}

.ontact-t01 a:hover{
    color: #000000;
    text-decoration:underline;
}



.contact-t{
	font-size:18px;
	line-height:160%;
	margin-bottom:30px;	
}

.contact-t dl{
	margin-top:15px;
	margin-bottom:30px;
}

.contact-t dl dt{
	color:#F90;
	font-size:26px;
	text-align:center;
	line-height:120%;
	margin-bottom:10px;
}

.contact-t dl dd{
	
	font-size:18px;
	line-height:140%;
	margin-bottom:15px;
	text-align:center;
	border-bottom:1px dotted #999999;
	padding-bottom:15px;
}

.contact-t dl dd:last-child{
	margin-bottom:0px;
}

.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 00px auto;
	text-align:center;
}



#contact-f{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

#contact-f th,td{
	padding:15px;
}

#contact-f th{
	font-size:16px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:28%;

	background:url(../img/contact/bg.png) repeat;
}

#contact-f td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;

	background:url(../img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}

#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}


input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:150px;
	height:auto;
	padding:15px 0;
    font-size: 1.2em;
    background-color:#697489;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:16px;

    /*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
    /*角丸*/
	
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}






#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}



}



/* スマホ用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 720px) {	
	
/* h1 h2 h3 h4 h5 ---------------------------------------------- */




h1.h1_01{
    position: absolute;
    top: 17px;
    left: 20px;
    width: 240px;
}

h2.h2_01{
	font-size:19px;
	line-height:120%;
	color:#182f53;
	margin-bottom:30px;
    letter-spacing: 0.1em;

    text-align:center;

    font-family: ryo-gothic-plusn, sans-serif;

    font-weight: 600;    
}

h2.h2_01 p{
    text-align: center;
	margin-bottom:5px;
}

h2.h2_01 p img{
    width: 45px;
}


h2.h2_02{
	font-size:19px;
	line-height:120%;
	color:#182f53;
	margin-bottom:30px;
    letter-spacing: 0.1em;

    text-align:center;

    font-family: ryo-gothic-plusn, sans-serif;

    font-weight: 600;    
}

h2.h2_02 p{
    text-align: center;
	margin-bottom:5px;
}

h2.h2_02 p img{
    width: 80px;
}




h2.h2_03{
	font-size:22px;
	line-height:100%;
	color:#005ADF;
	margin-bottom:20px;


    text-align:center;

    font-family: ryo-gothic-plusn, sans-serif;

    font-weight: 600;    
}





h3.h3_01{
	font-size:18px;
	line-height:120%;
	color:#182f53;
    padding-bottom: 7px;
	margin-bottom:27px;
    text-align:center;
    
    border-bottom: 3px solid #607ba4;


    font-family: ryo-gothic-plusn, sans-serif;

    font-weight: 600;    
}





.h3_02{
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 130%;
  font-weight: bold;
  
  color: #005ADF;

  border-bottom: 4px solid #0083ED;
}


.h3_02:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 20%;
  height: 4px;
  content: '';
  background: #0050D3;
}


.h3_02 sup{
    font-size: 10px;
}





h4.h4_01{
    height:auto;
	font-size:15px;
	line-height:120%;
	color:#FFFFFF;
    background: #607ba4;
    padding: 8px;
    box-sizing: border-box;

	margin-bottom:27px;
    text-align:left;


    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;      
}





h5.h5_01{
    text-align:center;
    margin-bottom: 27px;
}

h5.h5_01 p{
  position: relative;
  display:inline-block;
  padding: 0 45px;
  
	font-size:15px;
	line-height:120%;
  text-align: center;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;    
}

h5.h5_01 p:before, h5.h5_01 p:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 35px;
  height: 2px;
  background-color: black;
}

h5.h5_01 p:before {
  left:0;
}
h5.h5_01 p:after {
  right: 0;
}



h6.h6_01{
    text-align:center;
    margin-bottom: 35px;
}


h6.h6_01 p{
  position: relative;
  display: inline-block;
  color: #607BA4;

  
	font-size:15px;
	line-height:120%;
  text-align: center;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;      
}

h6.h6_01 p:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 40px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color:#607BA4;
  border-radius: 2px;
}







/* スライド ---------------------------------------------- */


.top_slide{
	width:100%;
	min-height:300px;
	z-index:5;

	 	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}






/* 各ページイメージ ---------------------------------------------- */


.m_top_img{
	width: 100%;
	height:240px !important;
	background:url("../img/top/slide01.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
     position: relative;
}


.reasons_to_be_chosen_top_img{
	width: 100%;
	height:200px !important;
	background:url("../img/reasons_to_be_chosen/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.company_top_img{
	width: 100%;
	height:200px !important;
	background:url("../img/company/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.product_top_img{
	width: 100%;
	height:200px !important;
	background:url("../img/product/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.construction_example_top_img{
	width: 100%;
	height:200px !important;
	background:url("../img/construction_example/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.q_a_top_img{
	width: 100%;
	height:200px !important;
	background:url("../img/q_a/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.voice_top_img{
	width: 100%;
	height:200px !important;
	background:url("../img/voice/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.agency_top_img{
	width: 100%;
	height:220px !important;
	background:url("../img/agency/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}



.document_request_top_img{
	width: 100%;
	height:220px !important;
	background:url("../img/document_request/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.contact_top_img{
	width: 100%;
	height:220px !important;
	background:url("../img/contact/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}




.s_top_img{
	display:block; 
	text-align:center;
	margin:0 !important;
	padding:0 !important;

	  z-index:1; 
}

.s_top_img img{
	width:100%;
	height:auto !important;
	margin:0 !important;
	padding:0 !important;

	display:block;
	line-height:0 !important;
	vertical-align:bottom;
}


/* 共通バナー ---------------------------------------------- */

.contact_banner{
	margin-top:60px;	
}

.contact_banner img {
	width:100%;
	height:auto;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.contact_banner:hover img {
	opacity: .6;
}





/* ページ共通背景 ---------------------------------------------- */



.bg_main{
	width: 100% !important;
	height:auto;
	background:url(../img/top/pg_cmn.png) center top  no-repeat ; 
    background-size:contain;                               /* 画像のサイズを指定    */

}





.button01 {
	max-width:160px;
	width:100%;
	height:auto;
    margin: 0 auto;

       background:#cc0000;
	color: #fff;

}

.button01 a{
    display: block;
       background:#cc0000;
	color: #fff;
    height: 36px;
 
 	font-size:14px;
	line-height:120%;
	text-align:center;
    color: #FFFFFF;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;      
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;   
}


.button01 a:hover{
    background: rgba(0,0,0,0.4);
	color: #fff;
}







/* トップ　文言 ---------------------------------------------- */




.tp_mgn01{
    font-size: 20px;
    line-height: 180%;
    color: #000000;
    margin-bottom:30px;
    text-align: center;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;       
}

.tp_mgn01 span{
    font-size: 34px;
    color: #cc0000;
}



.tp_mgn_img{
    text-align: center;
    margin-bottom: 20px;

}




/* トップ　選ばれる理由 ---------------------------------------------- */

.tp_rbc{
max-width: 600px;
width: 100%;
height: auto;
margin: 0 auto 20px auto;

}

.tp_rbc ul li{
    width: 48.5%;
    margin-bottom: 12px;


    float: left;
    margin-right: 3%;
    
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */      
}

.tp_rbc ul li:nth-child(2n){
	margin-right:0%;
}


.tp_rbc ul li:last-child{
	margin-right:0%;
}


.tp_rbc_in{
  padding-top: 100%;
 position:relative;
}

.tp_rbc_in dl {
    position: absolute;
      width: 100%;
      text-align: center;
      top:16%;
      line-height: 1;


}

.tp_rbc_in dl dt{
    font-size: 50px;
    line-height: 110%;
    color:#FFFFFF;
    margin-bottom:1px;
    text-align: center;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style:normal;
    font-weight: 700;    
}

.tp_rbc_in dl dd{
    font-size: 14px;
    line-height: 150%;
    color:#FFFFFF;
    text-align: center;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;    
}

.tp_rbc_in dl dd span:before {
	content: "\A" ;
	white-space: pre ;
}


.tp_rbc_bg01{

	background:url("../img/top/02_01.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_rbc_bg02{

	background:url("../img/top/02_02.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}


.tp_rbc_bg03{

	background:url("../img/top/02_03.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_rbc_bg04{

	background:url("../img/top/02_04.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}





/* トップ　施工例 ---------------------------------------------- */



.tp_cx_bg{
    background: url("../img/top/03_bg.jpg") repeat;
    margin: 0 auto 10px auto;
}

.tp_cx_in{
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.tp_cx_in ul li{
    width: 48.5%;
    height: auto;
    float: left;
    margin-right:3%;
    margin-bottom: 25px;
}


.tp_cx_in ul li:nth-child(2n){
	margin-right:0%;
}



.tp_cx_in dl dt{
    text-align: center;
    margin-bottom: 6px;
}

.tp_cx_in dl dd{
    text-align: center;
    font-size: 15px;
    line-height: 150%;
}





/* トップ　入り口 ---------------------------------------------- */




.tp_igti{

}

.tp_igti ul li{
    width: 100%;
    height: 220px;
    float: none;
    margin: 0 auto 10px auto;
    
    padding: 10px;
    box-sizing: border-box;
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.tp_igti ul li:last-child{
    margin: 0 auto 0px auto;
}


.tp_igti ul li dl dt{

}

.tp_igti ul li dl dd{

}

.tp_igti_bg01{
    height: 220px;
	background:url("../img/top/04_01.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_igti_bg02{
    height: 220px;
	background:url("../img/top/04_02.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}






/* 英語ページトップ---------------------------------------------- */


.eng_tp_01{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 25px;
    
/*text-align: justify;
text-justify: inter-ideograph;   */
}

.eng_tp_01_01{
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 50px;
    
/*text-align: justify;
text-justify: inter-ideograph;   */
}


.eng_tp_01_01 ul li{
    background: url("../img/common/list001.png") left 8px no-repeat;
    padding-left: 10px;
    margin-bottom: 11px;
}


.eng_tp_01_01 ul li:last-child{
    margin-bottom: 0px;
}




.eng_tp_01_02{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 25px;
    
text-align: justify;
text-justify: inter-ideograph;  
}


.eng_tp_01_02 ul li{
    margin-bottom: 11px;
}


.eng_tp_01_02 ul li:last-child{
    margin-bottom: 0px;
}




.eng_tp_02{

    margin-bottom: 40px;
}

.eng_tp_02 dl{
    margin-bottom: 15px;
}

.eng_tp_02 dl:last-child{
    margin-bottom: 0px;
}




.eng_tp_02 dl dt{
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 5px;
}

.eng_tp_02 dl dd{
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 5px;
}

.eng_tp_02 dl dd:last-child{
    margin-bottom: 0px;
}


.eng_tp_02 dl dd ul li{
margin-bottom: 5px;
}


.eng_tp_02 dl dd ul li:last-child{
    margin-bottom: 0px;
}

.eng_tp_02 dl dd a{
    color: #005CE0;
    text-decoration: underline;
}

.eng_tp_02 dl dd a:hover{
    color: #005CE0;
    text-decoration:none;
}









/* トップ新着 ---------------------------------------------- */


.tp_news_in{

}

.tp_news_in ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
    margin-bottom: 40px;
}

.tp_news_in ul li:nth-child(0n){
	margin-right:0%;
}




.tp_news_in dl dt{
	font-size:15px;
	line-height:140%;

    margin-bottom: 10px;

    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600; 
}

.tp_news_in dl p{
    text-align: center;
    margin-bottom: 15px;
}

.tp_news_in dl dd{

	font-size:14px;
	line-height:160%;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 300; 
}

.tp_news_txt01{
    margin-top: 12px;

}

.tp_news_in dl dd a{
	color:#3399cc;
	text-decoration:underline;    
}

.tp_news_in dl dd a:hover{
	color:#3399cc;
	text-decoration:none;
}







.tp_news_in01{
margin-bottom: 50px;

}

.tp_news_in01 ul{
    margin-bottom: 25px;
}


.tp_news_in01 ul li{
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px dotted #999999;
}

.tp_news_in01 ul li:last-child{
    margin-bottom: 0px;
}



.tp_news_in01 dl dt{
	font-size:14px;
	line-height:140%;

    margin-bottom: 10px;

    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600; 
}

.tp_news_in01 dl p{
    text-align: center;
    margin-bottom: 10px;
}

.tp_news_in01 dl dd{

	font-size:14px;
	line-height:160%;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 300; 
}



.tp_news_in01 dl dd a{
	color:#3399cc;
	text-decoration:underline;    
}

.tp_news_in01 dl dd a:hover{
	color:#3399cc;
	text-decoration:none;
}








.news_01{
    margin-bottom: 50px;
}


.news_01 dl dt{
    float: none;
    clear: both;
    
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 3px;
}

.news_01 dl dd{
    font-size: 14px;
    line-height: 140%;
    
    padding-bottom:12px;
    margin-bottom: 16px;
    padding-left: 0px;
    border-bottom: 1px dotted #7A7A7A;
    
}

.news_01 dl dd a{
    color: #000000;
    text-decoration: underline;
}

.news_01 dl dd a:hover{
    color: #000000;
    text-decoration:none;
}



.news_ttl{
    border-left: 6px solid #879ab8;
    padding: 5px 0 5px 8px;
    margin-bottom: 10px;
    
    font-size: 15px;
    line-height: 140%;
    color: #000000;

}

.news_day{
    text-align: right;
    font-size: 13px;
    line-height: 100%;
    margin-bottom: 30px;
}

.news_post{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 40px;
}




.news_post a{
    color: #3399cc;
    text-decoration: underline;
}
     
.news_post a:hover{
    color: #3399cc;
    text-decoration:none;
}   



.news_post p{
    margin: 10px 0;
}



.news_img01{
    max-width: 650px;
    width: 100%;
    margin: 25px auto ;
    text-align: center;
}






.act_event_t{
    margin-bottom: 30px;

}


.act_event_t p{
font-size: 14px;
line-height: 120%;
margin-bottom: 15px;

}

.act_event_t table{
	width:100%;
	height:auto;

}

.act_event_t table th{
	width:78px;

	padding:7px 8px 7px 8px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;

	text-align:center;
    border: 1px solid #CBCBCB;
}

.act_event_t table td{
	padding:7px 5px 7px 5px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;

	text-align:left;
    border: 1px solid #CBCBCB;
}






.act_event_list{
    margin-bottom: 30px;

}

.act_event_list ul li{
    background: url("../img/activity/list01.png") left 2px no-repeat;
    padding-left: 20px;
    margin-bottom: 15px;
    
    font-size: 15px;
    line-height: 140%;

}


.act_event_list ul li:last-child{
    margin-bottom: 0px;
}


.act_event_list ul li a{
    color: #3399cc;
    text-decoration: underline;
}
     

.act_event_list ul li a:hover{
    color: #3399cc;
    text-decoration:none;
}   






.act_event_img02{
    margin-bottom: 50px;

}

.act_event_img02 ul li{
    width: 48.5%;
    height: auto;
    float: left;
    margin-right: 3%;
    margin-bottom: 30px;
  
}

.act_event_img02 ul li:nth-child(2n){
	margin-right:0%;
}


.act_event_img02 ul li p{
    margin-top: 10px;
    text-align:left;
    
    font-size: 14px;
    line-height: 140%;

}




/* トップ　ICFシンポジウム一覧--------------------------------------------- */

.tp_is_b{
    margin-bottom: 50px;
}

.tp_is_b ul li{
    width: 48.5%;
    height: 75px;
    float: left;
    margin-right: 3%;
    margin-bottom: 10px;
    
    background: #195eb3;
    
    padding: 5px;
    box-sizing: border-box;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */   
}


.tp_is_b ul li:nth-child(2n){
	margin-right:0%;
}


.tp_is_b ul li:nth-child(3n){
	margin-right:3%;
}


.tp_is_b ul li:nth-child(6n){
	margin-right:0%;
}




.tp_is_b ul li dl dt{
    font-size: 13px;
    line-height: 150%;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 5px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500; 
}

.tp_is_b ul li dl dt p{
    font-size: 14px;
    line-height: 120%;
}

.tp_is_b ul li dl dd{
    font-size: 13px;
    line-height: 120%;
    text-align: center;
}

.tp_is_b ul li dl dd a{


    color: #f9ed65;
    text-decoration: none;
   
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;   
}

.tp_is_b ul li dl dd a:hover{
    color: #83d0f4;
    text-decoration: none;

}






/* ページタブ ---------------------------------------------- */


.p_tab01{
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
}

.p_tab01 ul li{
    width: 48.5%;
    height: auto;
    float: left;
    margin-right: 3%;
    margin-bottom: 8px;
}

.p_tab01 ul li:nth-child(2n){
	margin-right:0%;
}


.p_tab01 ul li:nth-child(3){
    margin-bottom: 0;
}

.p_tab01 ul li:nth-child(4n){
	margin-right:0%;
    margin-bottom: 0;    
}


.p_tab01 ul li a{
display: block;
height: 30px;
background: #879ab8;
text-align: center;
color: #FFFFFF;

font-size: 12px;
line-height: 120%;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;   

}

.p_tab01 ul li a:hover{

background: #cc0000;
text-align: center;
color: #FFFFFF;

}



.p_tab02{
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
}

.p_tab02 ul li{
    width: 48.5%;
    height: auto;
    float: left;
    margin-right: 3%;
    margin-bottom: 8px;
}

.p_tab02 ul li:nth-child(2n){
	margin-right:0%;
}


.p_tab02 ul li:nth-child(3){
    margin-bottom: 0;
}

.p_tab02 ul li:nth-child(4n){
	margin-right:0%;
    margin-bottom: 0;    
}


.p_tab01 ul li a{
display: block;
height: 30px;
background: #879ab8;
text-align: center;
color: #FFFFFF;

font-size: 12px;
line-height: 120%;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;   

}

.p_tab01 ul li a:hover{

background: #cc0000;
text-align: center;
color: #FFFFFF;

}





.p_tab_on{
background: #cc0000 !important;
text-align: center !important;
color: #FFFFFF !important;
}




/* センター概要---------------------------------------------- */
    
    
.abt_txt01{
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 40px;
}
    
.abt_txt01 a{
    color: #3399cc;
    text-decoration: underline;
}
     
.abt_txt01 a:hover{
    color: #3399cc;
    text-decoration:none;
}   
    
.abt_txt02{
    font-size: 15px;
    line-height: 160%;
}

.abt_txt02 a{
    color: #3399cc;
    text-decoration: underline;
}

.abt_txt02 a:hover{
    color: #3399cc;
    text-decoration:none;
}   





.abt_img{
    text-align: center;
    margin-bottom: 50px;
}



.abt_txt03{
    font-size: 15px;
    line-height: 160%;
}


.abt_txt03 ul{
    margin: 30px 0;
}


.abt_txt03 ul li{
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 10px;
    list-style: decimal;
    margin-left: 20px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700; 
}
    
.abt_txt03 a{
    color: #3399cc;
    text-decoration: underline;
}
     
.abt_txt03 a:hover{
    color: #3399cc;
    text-decoration:none;
}   


.abt_txt04{
    font-size: 14px;
    line-height: 160%;
}


.abt_txt04 p{
    text-align: right;
    margin-top: 20px;
}




.abt_txt05{

}

.abt_txt05 ul li{
    margin-bottom: 30px;

}

.abt_txt05 ul li:last-child{
    margin-bottom: 0px;
}


.abt_txt05 dl dt{

    text-align: center;
    color: #0a5e8f;

    font-size: 14px;
    line-height: 140%;
    margin-bottom: 10px;

    box-sizing: border-box;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700; 

}



.abt_txt05 dl dd{

    text-align: center;
    font-size: 14px;
    line-height: 140%;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500; 
    padding-bottom: 20px;
    border-bottom: 1px dotted #BBBBBB;
}

.abt_txt05 a{
    color: #3399cc;
    text-decoration: underline;
}

.abt_txt05 a:hover{
    color: #3399cc;
    text-decoration:none;
}   






.abt_txt06{
    margin-bottom: 50px;
}

.abt_txt06 dl dt{
    font-size: 19px;
    line-height: 130%;
    margin-bottom: 15px;
    color: #274191;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 800;     
}

.abt_txt06 dl dd{
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 25px;
}

.abt_txt06 dl dd span{
    display: block;
    font-size: 13px;
    margin-top: 10px;
}

.abt_txt06 dl dd:last-child{
    margin-bottom: 0px;
}


.abt_txt06 a{
    color:#00476F;
    text-decoration:none;
}

.abt_txt06 a:hover{
    color:#00476F;
    text-decoration: underline;    
}   







.abt_txt07{
    margin-bottom: 60px;
}

.abt_txt07 dl dt{
    font-size: 19px;
    line-height: 130%;
    margin-bottom: 15px;
    color: #274191;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 800;        
}

.abt_txt07 dl dd{

}
.abt_txt07 dl dd ul{
    margin-top: 10px;
}


.abt_txt07 dl dd ul li{
    font-size: 14px;
    line-height: 160%;;
    
    background: url("../img/common/list001.png") left 8px  no-repeat;
    padding-left: 8px;

    margin-bottom: 7px;

}


.abt_txt07 a{
    color: #3399cc;
    text-decoration: underline;
}

.abt_txt07 a:hover{
    color: #3399cc;
    text-decoration:none;
}   

/* センターの活動---------------------------------------------- */


.aty_01{
    margin-bottom: 50px;
}


.aty_01 ul li{
    margin-bottom: 25px;
}


.aty_01 ul li:last-child{
    margin-bottom: 0px;
}



.aty_01 dl dt{
    background: url("../img/activity/list.jpg") left 4px no-repeat;
    padding-left: 18px;
    margin-bottom: 5px;
    
    font-size: 15px;
    line-height: 160%;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600; 

}

.aty_01 dl dd{

    font-size: 15px;
    line-height: 160%;


}



.aty_nv{
    margin-bottom: 30px;

}

.aty_nv ul{
    text-align: center;
}

.aty_nv ul li{
    background:url("../img/activity/list01.png") left 2px no-repeat;
    font-size: 14px;
    line-height: 120%;
    padding-left: 20px;
    margin-right: 26px;
    display: inline-block;
    margin-bottom: 15px;

}

.aty_nv ul li a{
    color: #182f53;
    text-decoration: none;
}

.aty_nv ul li a:hover{
    color: #50ae87;
    text-decoration:underline;
}








.aty_dmt{

}

.aty_dmt ul li{

    
     margin-bottom: 40px;
    padding-bottom: 40px;
    
    border-bottom: 1px solid #AEBCD1;   
    
}

.aty_dmt ul li:last-child{
    margin-bottom: 0px;
    
    border-bottom:none; 
}



.aty_dmt dl{
margin-bottom: 50px;
 
}

.aty_dmt dl:last-child{
    margin-bottom: 0px;

}


.aty_dmt dl dt{
    background: url("../img/activity/list.jpg") left 5px no-repeat;

    font-size: 15px;
    line-height: 120%;

    vertical-align:text-top;
    vertical-align: top;
    padding: 0;
    margin: 0 0 10px 0;
    padding-left: 18px;

}


.aty_dmt dl dd {
    font-size: 14px;
    line-height: 150%;
    
    border-left: 2px solid #AEBCD1;
    padding: 4px 0 4px 10px;
    
    display: block;
}

.aty_dmt dl dd p{
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 7px;
    color: #008DBB;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400; 
}


.aty_dmt dl dd a{
    color: #50ae87;
    text-decoration:underline;    

}

.aty_dmt dl dd a:hover{
    color: #50ae87;
    text-decoration: none;
}





.aty_dmt dl dt span{
    display:inline-block;
    margin: 0 0 0 15px;
    padding: 0;
}

.aty_dmt dl dt span a{
    display:inline-block;
    width: 90px;
    padding: 3px 0px;

    box-sizing: border-box;

    border: 1px solid #FF0004;
    background: #FF0004;
    text-align: center;
    color: #FFFFFF;
    
    font-size: 11px;
    line-height: 100%;
    vertical-align: text-top;
    letter-spacing: 0.04em;
    
   
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;       

}


.aty_dmt dl dt span a:hover{
    border: 1px solid #FF0004;
    background:#FFFFFF;
    text-align: center;
    color: #FF0004;
    
    font-size: 11px;
    line-height: 100%;
    vertical-align: text-top;

}




/* ICD---------------------------------------------- */

.icd_txt{
    font-size: 15px;
    line-height: 160%;
    word-break: break-all;
    word-wrap: break-word;
    margin-bottom: 30px;

}


.icd_txt_btm{
    margin-bottom: 50px !important;

}



.icd_list01{
    margin-bottom: 50px;
}

.icd_list01 ul li{
    margin-bottom: 35px;
    
    background: url("../img/activity/list.jpg") left 5px no-repeat;
    padding-left: 20px;
    margin-bottom: 10px;
    
    font-size: 15px;
    line-height: 160%;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;     
}

.icd_list01 ul li:last-child{
    margin-bottom: 0px;
}

.icd_list01 ul li a{
    color: #182f53;
    text-decoration:underline;    

}

.icd_list01 ul li a:hover{
    color: #50ae87;
    text-decoration: none;
}







.icd_list02{
    margin-bottom: 60px;
}

.icd_list02 ul li{
    margin-bottom: 35px;

    list-style: decimal;
    margin-left: 20px;
    
    font-size: 15px;
    line-height: 160%;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;     
}

.icd_list02 ul li:last-child{
    margin-bottom: 0px;
}

.icd_list02 span{
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;   
    
    display: block;
    margin-bottom: 5px;
}

.icd_list02 p{
    margin: 12px 0 12px 10px;
    
}


.icd_img{
    margin-bottom: 70px;
}

.icd_img ul li{
    max-width: 700px;
    width: 100%;
    margin: 0 auto 30px auto;

}

.icd_img ul li:last-child{
    margin-bottom: 0px;
}




/* 選ばれる理由 ---------------------------------------------- */


.rc_b01{
max-width: 1000px;
width: 100%;
height: auto;
margin: 0 auto 30px auto;
font-size: 15px;
line-height: 160%;
}

.rc_b02{
    font-size: 18px;
    line-height: 160%;
    text-align:center;
    margin-bottom: 30px;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;    

    color: #6e7378;
}

.rc_b02 span:before {
	content: "\A" ;
	white-space: pre ;
}



.rc_b03{

}

.rc_b03 ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
    margin-bottom: 15px;
    padding: 15px 15px;
    box-sizing:border-box;
    
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */    
}

.rc_b03 ul li:nth-child(2n){
	margin-right:0%;
}


.rc_b03_in{

}

.rc_b03_in dl dt{
    font-size: 16px;
    line-height: 140%;
    text-align:center;
    color: #FFFFFF;
    margin-bottom: 15px;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;   
}

.rc_b03_in dl dt p{
    font-size: 50px;
    line-height: 100%;
    text-align:center;
    margin-bottom: 8px;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;    
}


.rc_b03_in dl dt span:before {
	content: "\A" ;
	white-space: pre ;
}



.rc_b03_in dl dd{
    font-size: 15px;
    line-height: 150%;
    color: #FFFFFF;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;   
}




.rc_b03_bg01{
	width: 100%;
	height:250px !important;
	background:url("../img/reasons_to_be_chosen/01_01.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.rc_b03_bg02{
	width: 100%;
	height:250px !important;
	background:url("../img/reasons_to_be_chosen/01_02.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.rc_b03_bg03{
	width: 100%;
	height:250px !important;
	background:url("../img/reasons_to_be_chosen/01_03.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.rc_b03_bg04{
	width: 100%;
	height:250px !important;
	background:url("../img/reasons_to_be_chosen/01_04.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.rc_b03_bg05{
	width: 100%;
	height:250px !important;
	background:url("../img/reasons_to_be_chosen/01_05.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.rc_b03_bg06{
	width: 100%;
	height:250px !important;
	background:url("../img/reasons_to_be_chosen/01_06.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.rc_b03_bg07{
	width: 100%;
	height:250px !important;
	background:url("../img/reasons_to_be_chosen/01_07.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.rc_b03_bg08{
	width: 100%;
	height:250px !important;
	background:url("../img/reasons_to_be_chosen/01_08.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}








/* 会社情報 ---------------------------------------------- */

.abt_msg{
    margin-bottom: 50px;
}

.abt_msg dl dt{
    font-size: 16px;
    line-height: 130%;
    text-align: center;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;   
    margin-bottom: 15px;
}

.abt_msg dl dd{
    font-size: 14px;
    line-height: 160%;


}

.abt_msg  p{
    font-size: 15px;
    margin: 10px 0;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;  

}

.abt_msg dl dd  strong{
    font-size: 18px;
    line-height: 160%;
    color: #e71a1d;


    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;  
}

.abt_msg_01{
    text-align: right;
    margin-top: 15px;

}







.abt_tbl{
	width:100%;
	height:auto;
    margin-bottom: 50px;
}

.abt_tbl table{
	width:100%;
	height:auto;

}

.abt_tbl table th{
    display: block;
	width:100%;
	padding:5px 0px 0px 0px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;
    color: #7194B7;
    letter-spacing: 0.04em;

	text-align:left;
    border-bottom:none;
}

.abt_tbl table td{
    display: block;
	padding:5px 0px 5px 0px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;

	text-align:left;
    border-bottom: 1px dotted #999999;
}


.abt_tbl table td ul li{
    background: url("../img/common/list001.png") left 8px no-repeat;
    padding-left: 8px;
    float:left;
    margin-right: 25px;
    margin-bottom: 8px;

}

.abt_map{
  filter: grayscale(50%);
}








/* 製品情報　  ---------------------------------------------- */


.pdt_01{
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 40px;
}


.pdt_02 {
  position: relative;
  color: #175c85;
  font-size: 19px;
  line-height: 150%;
  padding: 30px 0;
  text-align: center;
  margin-bottom: 40px;

}


.pdt_02:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 180px;
  height: 120px;
  border-radius: 50%;
  border: 7px solid #faad9b;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}


.pdt_03{
    font-size: 16px;
    line-height: 160%;

}


.pdt_04_bg{
    background: #e8f0f9;

}

.pdt_04_ttl{
    font-size: 22px;
    line-height: 130%;
    color: #366d91;
    margin-bottom: 25px;
    text-align: center;


    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;  
}

.pdt_04_b{
}

.pdt_04_b ul li{
    width: 100%;
    height: auto;
    float: none;
    padding: 0 10px;
    box-sizing: border-box;
}


.pdt_04_b_in{
}
    

.pdt_04_b_in01{
margin-bottom: 13px;
}


.pdt_04_b_in01 dl dt{

    max-width: 200px;
    width: 100%;
    font-size: 16px;
    line-height: 110%;
    text-align: center;    
    padding: 5px 5px;
    box-sizing: border-box;
    margin: 0 auto 20px auto;
    

    text-align: center;
    background: #FFFFFF;
    border: 3px dotted #366d91;


    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;      
}

.pdt_04_b_in01 dl dd{
}

.pdt_04_b_in01 dl dd ul li{

    width: auto;
    height: auto;
    float: none;
    padding: 0px;
    box-sizing: border-box;
    margin-bottom: 10px;
    
    font-size: 17px;
    line-height: 160%;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;          
}

.pdt_04_b_in01 dl dd ul li img{
    width: 25px;
    margin-right: 10px;
}


.pdt_04_b_in02{
margin-bottom: 25px;
}

.pdt_04_b_in02 ul li{
    width: auto;
    height: auto;
    float: none;
    padding: 0px;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 140%;
    
    background: url("../img/common/list001.png") left 9px no-repeat;
    padding-left: 8px;
}



.pdt_04_b_in02 ul li:last-child{
    margin-bottom: 0px;
}



.pdt_04_b_img{
    text-align: center;
}





.pdt_05{
    margin-bottom: 50px;
}

.pdt_05 ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
    margin-bottom: 12px;
    padding: 0px 20px;
    box-sizing:border-box;
    
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */    
}

.pdt_05 ul li:nth-child(2n){
	margin-right:0%;
}

.pdt_05_in{
height: 200px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;

}

.pdt_05_in dl dt{
    font-size: 50px;
    line-height: 100%;
    text-align:center;
    margin-bottom:15px;
    color: #FFFFFF;



    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;    
}


.pdt_05_in dl dd{
    font-size: 15px;
    line-height: 160%;
    color: #FFFFFF;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;   
}


.pdt_05_bg01{
	width: 100%;
	height:200px !important;
	background:url("../img/product/02_01.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.pdt_05_bg02{
	width: 100%;
	height:200px !important;
	background:url("../img/product/02_02.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.pdt_05_bg03{
	width: 100%;
	height:200px !important;
	background:url("../img/product/02_03.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.pdt_05_bg04{
	width: 100%;
	height:200px !important;
	background:url("../img/product/02_04.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}





.pdt_06{
    margin-bottom: 50px;
}

.pdt_06 ul li{
    max-width: 380px;
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto 30px auto;


    box-sizing:border-box;
}

.pdt_06 ul li:nth-child(2n){
    margin: 0 auto 30px auto;
}

.pdt_06 ul li:nth-child(3n){
    margin: 0 auto 0px auto;
}



.pdt_06_img{
max-width: 300px;
width: 100%;
height: auto;
margin: 0 auto 15px auto;
text-align: center;

}

.pdt_06 dl dt{
    background: #175c85;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    line-height: 120%;
    padding: 8px 5px 10px 5px;
    margin-bottom: 25px;
}


.pdt_06 dl dd{
    font-size: 16px;
    line-height: 160%;
    text-align: center;
}



.pdt_06 dl dd span{

    font-size: 15px;
    line-height: 150%;
    text-align: center;
}



.pdt_07{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 60px auto;
    border: 3px solid #4f86c5;
    padding: 15px 15px;
    box-sizing: border-box;



	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius:10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */
}


.pdt_07 p{
    max-width: 900px;
    width: 100%;
    height: auto;
    margin: 0 auto 0px auto;
    
    font-size: 16px;
    line-height: 150%;
    color: #5286c1;
}





.pdt_08{
	width:100%;
	height:auto;
    margin-bottom: 60px;

}

.pdt_08 table{
	width:100%;
	height:auto;

}

.pdt_08 table th{


	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 150%;
	border-collapse:collapse;
    color: #175c85;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;
    
	text-align:center;
    border-bottom: 4px solid #175c85;
}

.pdt_08 table td{
	padding:12px 0px 12px 0px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;

	text-align:center;
    border-bottom: 1px dotted #999999;
}



.pdt_08_b{

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;
}

.pdt_08_b_w{
    width: 110px !important;
}








.pdt_09{
    max-width: 1000px;
    font-size: 15px;
    line-height: 160%;
    margin: 0 auto 40px auto;
}

.pdt_09 span{
    font-size: 17px;
    line-height: 180%;
    color: #FF0004;
}




.pdt_10{
    max-width: 830px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
    background: #4f86c5;
    color: #FFFFFF;
    text-align:left;
    padding: 10px 10px 13px 10px;
    box-sizing:border-box;
    font-size: 16px;
    line-height: 150%;


    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;
}


.pdt_11{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}

.pdt_11 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 25px;
}

.pdt_11 ul li:nth-child(2n){
	margin-right:0%;
}


.pdt_11 ul li:nth-child(3n){
	margin-right:2%;
}

.pdt_11 ul li dl dt{
    text-align: center;
    margin-bottom: 12px;
}

.pdt_11 ul li dl dd{
    font-size: 13px;
    line-height: 140%;
    text-align: center;
}





/* 施工例---------------------------------------------- */

.ce_01{
    max-width: 1000px;
    width: 100%;
    font-size: 16px;
    line-height: 170%;
    margin: 0 auto 50px auto;
}

.ce_02{

}

.ce_02 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 40px;
}

.ce_02 ul li:nth-child(2n){
	margin-right:0%;
}


.ce_02 ul li:nth-child(3n){
    margin-right: 2%;
}

.ce_02 dl dt{
    margin-bottom: 12px;
    text-align: center;
}


.ce_02 dl dd{
    font-size: 13px;
    line-height: 150%;
    text-align: center;
}




/* よくある質問---------------------------------------------- */

.qa01{
}

.qa01 dl dt{
    border-left: 5px solid #CF4D6F;
    padding: 10px;
    font-size: 17px;
    line-height: 120%;
}

.qa01 dl dd{
    border-left: 5px solid #A4D7E1;
    padding: 12px;
    font-size: 15px;
    line-height: 160%;    
    margin-bottom: 50px;
}




/* お客様の声---------------------------------------------- */

.vc01{
margin-bottom: 50px;

}

.vc01 ul li{
    background: #e8eff7;
    margin-bottom: 25px;
    padding: 15px;
    
	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */    
}

.vc01 ul li:last-child{
    margin-bottom: 0px;
}

.vc01 ul li dl dt{
    font-size: 20px;
    line-height: 120%;
    color: #5286c1;
    text-align: center;
    margin-bottom: 10px;

}



.vc01 ul li dl dd{
    font-size: 15px;
    line-height: 160%;
}









/* 代理店募集 ---------------------------------------------- */


.agy01{
    margin-bottom: 50px;
}



.agy01 dl dt{
    font-size: 18px;
    line-height: 160%;
    border-left: 5px solid #175c85;
    color: #175c85;
    margin-bottom: 12px;
    padding: 6px 8px;
    



    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;
}

.agy01 dl dd{
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 30px;

}

.agy01 dl dd:last-child{
    margin-bottom: 0px;
}


.agy01 p{
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;
}

.agy01 ul{
    margin-bottom: 20px;
}

.agy01 ul li{
list-style: decimal;
margin-left: 20px;
margin-bottom: 5px;

}


.agy02{
    border: 3px solid #8ba9bb;
    padding: 10px 15px;
    box-sizing: border-box;
    margin: 0 auto 50px auto;


    font-size: 15px;
    line-height: 160%;

	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius:10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */
    

}

/* 事業案内---------------------------------------------- */


.svs_b01{
	width:100%;
	height:auto;
	margin-bottom:30px;
}

.svs_b01 ul li{
	width:100%;
	height:auto;
	float:none;
	margin-right:0%;
	margin-bottom:15px;
}

.svs_b01 ul li:last-child{
	margin-right:0%;
}


.svs_b01_out{
	height:100px;
	background:#FFF;
	
	padding:10px;
	box-sizing:border-box;
	
	border:1px solid #000;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}

.svs_b01 ul li dl{
}

.svs_b01 ul li dl dt{
	font-size:15px;
	line-height:130%;
	margin-bottom:10px;
	color:#000;
	text-align:center;
}

.svs_b01 ul li dl dd{
	font-size:14px;
	line-height:120%;
	text-align:center;
}



.svs_b01_nagare{
	max-width:800px;
	width:100%;
	height:auto;
	margin:0 auto 50px auto;
}


.svs_b01_nagare ul li{

	margin-bottom:10px;
}

.svs_b01_nagare_in{
	background:#125299;
	padding:12px 15px;
	color:#FFF;
	text-align:left;
	margin-bottom:10px;
	
	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */
}

.svs_b01_nagare ul li:not(:last-child):after{
  content:url(../img/service/list_s.png);
  display:block;
  text-align:center;
}

.svs_b01_nagare dl dt{
	font-size:18px;
	line-height:120%;
	font-weight:bold;
	margin-bottom:5px;
}

.svs_b01_nagare dl dd{
	font-size:15px;
	line-height:140%;

}





.svs_b02{
}

.svs_b02 dl dt{
	font-size:16px;
	margin-bottom:10px;
	font-weight:bold;
}

.svs_b02 dl dd{
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:1px dotted #999999;
}

.svs_b02 dl dd table{
	width:100%;
	height:auto;
}

.svs_b02 dl dd table th{
	border-collapse:collapse;
	font-size:15px;
	line-height:140%;

	text-align:left;
	width:50px;
	padding:3px 0px;
	vertical-align:text-top;

}

.svs_b02 dl dd table td{
	border-collapse:collapse;
	font-size:15px;
	line-height:140%;

	text-align:left;
	padding:3px 0px;
}

.svs_b02 dl dd table td ul li{
	list-style:disc;
	margin-left:20px;
	margin-bottom:5px;
	
}

.svs_b02 dl dd table td ul li:last-child{
	margin-right:0%;
}





.svs_b03{
	max-width:400px;
	width:100%;
	height:auto;
	margin:0 auto 50px auto;
}

.svs_b03_l{
	width:100%;
	height:auto;
	float:none;
	margin-bottom:20px;
}

.svs_b03_r{
	
	width:100;
	height:auto;
	float:none;
}

.svs_b03 ul li{
	list-style:disc;
	font-size:15px;
	line-height:120%;
	margin-bottom:15px;
	margin-left:20px;
}

.svs_b03 ul li:last-child{
	margin-bottom:0px;
}


.svs_b04{
	max-width:430px;
	width:100%;
	height:auto;
	margin:0 auto;
}

.svs_b04 ul li{
	margin-bottom:40px;
}

.svs_b04 dl dt{
	font-size:17px;
	line-height:120%;
	margin-bottom:12px;
}

.svs_b04 dl dd{
	font-size:15px;
	line-height:120%;
	margin-bottom:15px;
}



.svs_b05{
	
}

.svs_b05 ul li{
	width:49%;
	height:auto;
	margin-right:2%;
	margin-bottom:10px;
	float:left;
}

.svs_b05 ul li:nth-child(2n){
	margin-right:0%;
}

.svs_b05 ul li:nth-child(3){
	margin-right:2% !important;
}

.svs_b05 ul li:nth-child(3n){
	margin-right:0;
}





/* 経営者の皆さまへ---------------------------------------------- */


.mngr_01{
    background:url("../img/managers/bg.png") 0px repeat-y;
    background-size: 60px;
    padding: 40px 0px 40px 20px;

}


.mngr_01 dl dt{

    font-size: 18px;
    line-height: 160%;
    margin-bottom: 40px;
    color: #2F4683;
    
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    font-style: normal;
    font-weight: 300;
}


.mngr_01 dl dd{
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 30px;

}





/* プライバシー ---------------------------------------------- */


.privacy{
}


.privacy dt {
    font-size:16px;
    line-height: 160%;

    margin-bottom: 5px;

    font-family: a-otf-ud-shin-go-pr6n,sans-serif;
    font-weight: 600;
    font-style: normal;
}


.privacy dd {
    font-size:14px;
    line-height: 150%;
    margin-bottom: 25px;

    font-family: a-otf-ud-shin-go-pr6n,sans-serif;
    font-weight: 300;
    font-style: normal;
}







/* お問い合わせフォーム---------------------------------------------- */


.ontact-t01{
    text-align: center;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 120%;
}

.ontact-t01 a{
    color: #000000;
    text-decoration: none;
}

.ontact-t01 a:hover{
    color: #000000;
    text-decoration:underline;
}


.contact-t{
	font-size:18px;
	line-height:160%;
	margin-bottom:30px;	
}

.contact-t dl{
	margin-top:15px;
	margin-bottom:30px;
}

.contact-t dl dt{
	color:#F90;
	font-size:20px;
	text-align:left;
	line-height:120%;
	margin-bottom:10px;
}

.contact-t dl dd{
	
	font-size:16px;
	line-height:140%;
	margin-bottom:15px;
	text-align:left;
	border-bottom:1px dotted #999999;
	padding-bottom:15px;
}
.contact-t dl dd:last-child{
	margin-bottom:0px;
}

.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 00px auto;
	text-align:center;
}





#contact-f{
	width:100%;
	height:auto;
	margin-bottom:40px;
}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}


#contact-f th{
	font-size:15px;
	border-collapse:collapse;

	border-bottom:none;
	text-align:left;
	font-weight:bold;
	color:#333;
	
	width:100%;
	display:block;
	padding:10px 10px 5px 10px;	
	box-sizing:border-box;
	background:url(../img/contact/bg.png) repeat;

}

#contact-f td{
	font-size:15px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;

	width:100%;
	display:block;
	padding:0px 10px 10px 10px;
	box-sizing:border-box;
	background:url(../img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:100%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	box-sizing:border-box;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;

}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}

#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}

input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:120px;
	height:auto;
	padding:10px 0;
    font-size: 1.2em;
    background-color:#697489;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:15px;

    /*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
    /*角丸*/

}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}







#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}













}
