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


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

}

*:first-child + html body {
font-family: a-otf-ud-shin-go-pr6n, sans-serif;
font-style: normal;
font-weight: 300;
}

body{
font-family: a-otf-ud-shin-go-pr6n, 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:60px 0;

}



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

}

.container05{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 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:80px;
	margin:0 auto;
	position:relative;


}

header{

	width:100%;
	height:80px;
	margin:0 auto;
		
	padding:0 60px;
	box-sizing:border-box;
}

.h_logo{
	width:360px;
	height:auto;
	position: absolute;
	top:32px;
	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:5px;
	right:60px;
	font-size:25px;
	line-height:100%;
	vertical-align:top;	
	text-align:right;
}


.header_tel span{
	font-size:16px;
	line-height:100% !important;
	margin-right:10px;
	margin-bottom:10px;
	vertical-align:bottom;
} 

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


.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{
	max-width:100%;
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
		
	padding:0 50px;
	box-sizing:border-box;


}

.footer_in{	
	max-width:100%;
	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	
	padding:0px 0 30px 0;
	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;
    text-align: center;    
}

.ad_ttl{
	font-size:15px;
	line-height:120%;
	margin-bottom:8px;	
	color:#000;
    text-align: center;
}

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

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


.f_cpy{

	font-size: 12px;
	color:#999999;
	width:100%;
	box-sizing:border-box;
	line-height:120%;
    text-align: center;
}


}



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


@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:50px 0;

}


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

}

.container05{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 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:55px;
	margin:0 auto;
	position:relative;


}

header{	
	max-width:1300px;
	width:100%;
	height:55px;
	margin:0 auto;
		
	padding:0 30px;
	box-sizing:border-box;
}

.h_logo{
	width:300px;
	height:auto;
	position: absolute;
	top:17px;
	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_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{
	max-width:100%;
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
		
	padding:0 40px;
	box-sizing:border-box;

}

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

address{
	font-size:14px;
	line-height:140%;
	color:#000;
	margin-bottom:10px;
    text-align: center;    
}

.ad_ttl{
	font-size:15px;
	line-height:120%;
	margin-bottom:8px;	
	color:#000;
    text-align: center;        
}

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

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





.f_logo{
	max-width:347px;
	width:100%;
	height:auto;
	margin:0 0 10px 0;

}

.f_cpy{

	font-size: 12px;
	color:#999999;
	width:100%;
	box-sizing:border-box;
	line-height:120%;
    text-align: center;    
}


}



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


@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:30px 0;
}


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

}

.container05{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 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:55px;
	margin:0 auto;
	position:relative;

}

header{
	max-width:1300px;
	width:100%;
	height:55px;
	margin:0 auto;
		
	padding:0 20px;
	box-sizing:border-box;
}



.h_logo{
	width:230px;
	height:auto;
	position: absolute;
	top:18px;
	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;
}

.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{
	max-width:100%;
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
		
	padding:0 20px;
	box-sizing:border-box;


}

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

address{
	font-size:13px;
	line-height:130%;
	color:#000;
	margin-bottom:10px;
    text-align: center;        
}

.ad_ttl{
	font-size:15px;
	line-height:120%;
	margin-bottom:8px;	
	color:#000;
    text-align: center;    
}

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

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





.f_logo{
	max-width:347px;
	width:100%;
	height:auto;
	margin:0 0 10px 0;

}

.f_cpy{

	font-size: 12px;
	color:#999999;
	width:100%;
	box-sizing:border-box;
	line-height:120%;
    text-align: center;        

}




}




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


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

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


h1.h1_01{

    color: #ff9999;
    font-size: 46px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 20px;
    
    font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
    font-style: normal;
    font-weight: 300;
    
}

h1 img{
	width:100%;
	height:auto;
}


h2.h2_01{
	font-size:24px;
	line-height:120%;
	color:#ff6699;
	text-align:center;
	font-weight:normal;
	margin-bottom:40px;
}

h2.h2_01 p{
	font-size:36px;
	line-height:100%;
	color:#000000;
	text-align:center;
	margin-bottom:10px;
	font-weight:normal;

}



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


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


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

	z-index:5;



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








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



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

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


.managers_top_img{
	width: 100%;
	height:500px !important;
	background:url("../img/managers/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:500px !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_b{

	width:200px;
	height:auto;
	margin:0 auto 0 auto;

	font-size:18px;
	line-height:100%;
}


.button01 {
	display: inline-block;
	max-width:200px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

	padding:9px 12px 10px 12px;
    background: #ff6699;
	border: 2px solid #ff6699;
	color: #fff;

}
.button01::before,
.button01::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button01,
.button01::before,
.button01::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button01:hover {
	border: 2px solid #ff6699;
    background:#FFFFFF;
    color: #ff6699;
}








.button02_b{
	max-width:440px;
	width:100%;
	height:auto;
	margin:0 auto 0px auto;

	font-size:18px;
	line-height:100%;
}


.button02 {
	display: inline-block;
	max-width:470px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

	padding:7px 12px 10px 12px;
    background: #ff6699;
	border: 2px solid #ff6699;
	color: #fff;
	



}
.button02::before,
.button02::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button02,
.button02::before,
.button02::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button02:hover {
	border: 2px solid #ff6699;
    background:#FFFFFF;
    color: #ff6699;
}








.button03_b{
	max-width:250px;
	width:100%;
	height:auto;
	margin:0 auto 0px auto;

	font-size:18px;
	line-height:100%;
}


.button03 {
	display: inline-block;
	max-width:250px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

	padding:7px 12px 10px 12px;
  
	background-color: #ff6600;
	border: 2px solid #ff6600;
	color: #fff;
	
font-family: fot-tsukubrdgothic-std, sans-serif;
font-style: normal;
font-weight: 700;
	

	-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 */

}
.button03::before,
.button03::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button03,
.button03::before,
.button03::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button03:hover {
  background:#FFF !important;
  border-color: #ff6600;
  color: #ff6600;
}


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


.tp_mgn01{
	margin-bottom:70px;
}

.tp_mgn01 dl dt{

}

.tp_mgn01 dl dd{
    max-width: 800px;
    width: 100%;
	font-size:18px;
	line-height:180%;
	text-align:center;
    margin: 0 auto;
}



.tp_mgn02{
    max-width: 800px;
    width: 100%;
	font-size:18px;
	line-height:180%;
	text-align:center;
    margin: 0 auto;
}


.tp_mgn03{
    max-width: 800px;
    width: 100%;
	font-size:18px;
	line-height:180%;
	text-align:center;
    margin: 0 auto 60px auto;
}


/* トップ　業務案内 ---------------------------------------------- */

.tp_svs_01{
margin-bottom: 15px;
} 

.tp_svs_01_r{
    padding-right: 10%;
}

.tp_svs_01_l{
    padding-left: 10%;
}

.tp_svs_01_btm{
margin-bottom: 40px !important;
}

.tp_svs_01_bg{
    background: rgba(0,0,0,0.20);
}


.tp_svs_01 ul li{
    width: 32.8%;
    height: auto;
    float: left;
    margin-right:0.8%;
    padding: 60px 40px;
    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 */    
}

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


.tp_svs_01 dl dt{
    font-size: 70px;
    line-height: 140%;
    color: #f94a82;
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    font-style: normal;
    font-weight: 300;  

}


.tp_svs_01 dl dd{
    font-size: 27px;
    line-height: 140%;
    color:#FFFFFF;
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    font-style: normal;
    font-weight: 300;  

  text-shadow: 0 0 2px #000000, 0 0 5px #000000;
}




.tp_svs_bg01{

	width: 100%;
	height:400px !important;
	background:url("../img/top/01_01.png")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

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

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

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

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

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




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


.tp_news_in{
	width:100%;
	height:auto;
	margin-bottom:40px;
}

.tp_news_in dl dt{
	float:left;
	clear:both;

	font-size:16px;
	line-height:120%;
	max-width:100px;
}

.tp_news_in dl dd{
	padding-left:120px;
	font-size:16px;
	line-height:120%;
	
	border-bottom:1px dotted #999999;
	padding-bottom:10px;
	margin-bottom:10px;
}

.tp_news_in dl dd a{
	color:#000;
	text-decoration:none;
}

.tp_news_in dl dd a:hover{
	color:#000;
	text-decoration:underline;
}



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


.tp_igt{

}

.tp_igt ul li{
    width: 49.5%;
    height: 500px;;
    margin-right: 1%;
    float: left;
    
	-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 */    
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

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




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

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








/* 業務案内 ---------------------------------------------- */

.svs_01{

} 

.svs_01 ul li{
    width: 32.4%;
    height: auto;
    float: left;
    margin-right:1.4%;

    box-sizing: border-box;
    margin-bottom: 20px;
}

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


.svs_01_bg{
height: 400px;
    padding: 60px 30px;
    box-sizing: border-box;
    margin-bottom: 20px !important;
    
	-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_01_bg dl dt{
    font-size: 70px;
    line-height: 140%;
    color: #f94a82;
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    font-style: normal;
    font-weight: 300;    


}

.svs_01_bg dl dd{
    font-size: 27px;
    line-height: 140%;
    color:#FFFFFF;
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    font-style: normal;
    font-weight: 300;   
  text-shadow: 0 0 2px #000000, 0 0 5px #000000;        
}



.svs_01_in{
height: 130px;
padding: 0 15px;
}

.svs_01_in dl dt{
    font-size: 18px !important;
    line-height: 140%;
    color: #000000 !important;

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


.svs_01_in dl dd{
    font-size: 15px !important;
    line-height: 160%;

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

}



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

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

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

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

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

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






/* トップ　会社情報 ---------------------------------------------- */




.tp_cpy_bg{
	width: 100%;
	height:500px !important;
	background:url(../img/top/tp_03_01_bg.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 	 

}



.tp_cpy{
	width:100%;
	height:auto;
}

.tp_cpy_l{
	width:49%;
	height:500px;
	float:left;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}

.tp_cpy_r{
	width:49%;
	height:500px;
	float:right;
	
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}

.tp_cpy_l dl dt{
}


.tp_cpy_l dl dd{
	max-width:390px;
	width:100%;
	height:auto;
	margin:0 auto 20px auto;
	font-size:18px;
	line-height:150%;
	
	word-wrap:break-word;
	word-break:break-all;
}








/* トップ　事業案内 ---------------------------------------------- */




.tp_svs_bg{
	width: 100%;
	height:500px !important;
	background:url(../img/top/tp_03_02_bg.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 	 

}



.tp_svs{
	width:100%;
	height:auto;
}

.tp_svs_l{
	width:49%;
	height:500px;
	float:left;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}

.tp_svs_r{
	width:49%;
	height:500px;
	float:right;
	
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}

.tp_svs_r dl dt{
}


.tp_svs_r dl dd{
	max-width:390px;
	width:100%;
	height:auto;
	margin:0 auto 20px auto;
	font-size:18px;
	line-height:150%;
	
	word-wrap:break-word;
	word-break:break-all;
}











/* トップ お問い合わせ ---------------------------------------------- */



.tp_cmn_ctt{
	height:400px;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_cmn_ctt dl dt{
	font-size:42px;
	line-height:130%;

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

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

.tp_cmn_ctt dl dt p{
	font-size:20px;
	line-height:130%;

	text-align:left;
	margin-bottom:2px;
}

.tp_cmn_ctt dl dt a{
	color:#000;
	text-decoration:none;
}


.tp_cmn_ctt dl dt a{
	color:#000;
	text-decoration:underline;
}

.tp_cmn_ctt dl dd{
	

}












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

.abt_msg{
    margin-bottom: 70px;
}

.abt_msg dl dt{
    font-size: 36px;
    line-height: 130%;

    letter-spacing: -0.03em;
    margin-bottom: 25px;


font-family: ryo-display-plusn, serif;
font-style: normal;
font-weight: 800;

}

.abt_msg dl dd{
    font-size: 18px;
    line-height: 200%;

    letter-spacing: -0.03em;

font-family: heisei-mincho-std, serif;
font-weight: 700;
font-style: normal;
}


.abt_msg dl dd p{
    text-align: center;
    margin-bottom: 25px;

}

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

.abt_msg dl dd a{
    color: #0099cc;
    text-decoration: underline;
}

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



.abt_msg_bg{
	height:270px !important;
	background:url("../img/about/msg.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 30px auto;
}

.abt_msg01{
max-width: 850px;
margin: 0 auto;
height: 270px;

    font-size: 27px;
    line-height: 160%;
    color:#EF6265;

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

    display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}



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

}

.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%);
}

.abt_img01{

}


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

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



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


.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 0px 60px 40px;

}


.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;
}


.with-form1::placeholder {
    font-size: 14px;
    line-height: 100%;
    color:#7C7C7C;
}



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

}

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

}

.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{

    color: #ff9999;
    font-size: 36px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 20px;
    
    font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
    font-style: normal;
    font-weight: 300;

}

h1 img{
	width:100%;
	height:auto;
}



h2.h2_01{
	font-size:20px;
	line-height:120%;
	color:#ff6699;
	text-align:center;
	font-weight:normal;
	margin-bottom:35px;
}

h2.h2_01 p{
	font-size:30px;
	line-height:100%;
	color:#000000;
	text-align:center;
	margin-bottom:10px;
	font-weight:normal;

}

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


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


.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;

}






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



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

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


.managers_top_img{
	width: 100%;
	height:350px !important;
	background:url("../img/managers/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_b{
	width:200px;
	height:auto;
	margin:0 auto 0 auto;

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

}


.button01 {
	display: inline-block;
	max-width:200px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

	padding:7px 12px 10px 12px;
    background: #ff6699;
	border: 2px solid #ff6699;
	color: #fff;



}
.button01::before,
.button01::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button01,
.button01::before,
.button01::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button01:hover {
	border: 2px solid #ff6699;
    background:#FFFFFF;
    color: #ff6699;
}








.button02_b{


	height:auto;
	margin:0 auto 0px auto;

	font-size:18px;
	line-height:100%;
}


.button02 {
	display: inline-block;
	max-width:470px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

	padding:7px 12px 10px 12px;
    background: #ff6699;
	border: 2px solid #ff6699;
	color: #fff;
	



}
.button02::before,
.button02::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button02,
.button02::before,
.button02::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button02:hover {
	border: 2px solid #ff6699;
    background:#FFFFFF;
    color: #ff6699;
}







.button03_b{
	max-width:250px;
	width:100%;
	height:auto;
	margin:0 auto 0px auto;

	font-size:18px;
	line-height:100%;
}


.button03 {
	display: inline-block;
	max-width:250px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

	padding:7px 12px 10px 12px;
  
	background-color: #ff6600;
	border: 2px solid #ff6600;
	color: #fff;
	
font-family: fot-tsukubrdgothic-std, sans-serif;
font-style: normal;
font-weight: 700;
	

	-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 */

}
.button03::before,
.button03::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button03,
.button03::before,
.button03::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button03:hover {
  background:#FFF !important;
  border-color: #ff6600;
  color: #ff6600;
}







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


.tp_mgn01{
	margin-bottom:60px;
}

.tp_mgn01 dl dt{

}

.tp_mgn01 dl dd{
    max-width: 800px;
    width: 100%;
	font-size:17px;
	line-height:170%;
	text-align:center;
    margin: 0 auto;
}




.tp_mgn02{
    max-width: 800px;
    width: 100%;
	font-size:17px;
	line-height:170%;
	text-align:center;
    margin: 0 auto;
}

.tp_mgn03{
    max-width: 800px;
    width: 100%;
	font-size:17px;
	line-height:170%;
	text-align:center;
    margin: 0 auto 50px auto;
}




/* トップ　業務案内 ---------------------------------------------- */

.tp_svs_01{
margin-bottom: 10px;
} 

.tp_svs_01_r{
    padding-right: 5%;
}

.tp_svs_01_l{
    padding-left: 5%;
}

.tp_svs_01_btm{
margin-bottom: 40px !important;
}



.tp_svs_01 ul li{
    width: 32.8%;
    height: auto;
    float: left;
    margin-right:0.8%;
    padding: 40px 30px;
    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 */    
}

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


.tp_svs_01 dl dt{
    font-size: 60px;
    line-height: 140%;
    color: #f94a82;
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    font-style: normal;
    font-weight: 300;    
}


.tp_svs_01 dl dd{
    font-size: 22px;
    line-height: 140%;
    color:#FFFFFF;
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    font-style: normal;
    font-weight: 300;  

  text-shadow: 0 0 2px #000000, 0 0 5px #000000;    
}




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

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

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

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

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

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






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




.tp_news_in{
	width:100%;
	height:auto;
	margin-bottom:40px;
}

.tp_news_in dl dt{
	float:left;
	clear:both;

	font-size:16px;
	line-height:120%;
	max-width:100px;
}

.tp_news_in dl dd{
	padding-left:120px;
	font-size:16px;
	line-height:120%;
	
	border-bottom:1px dotted #999999;
	padding-bottom:10px;
	margin-bottom:10px;
}

.tp_news_in dl dd a{
	color:#000;
	text-decoration:none;
}

.tp_news_in dl dd a:hover{
	color:#000;
	text-decoration:underline;
}




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


.tp_igt{

}

.tp_igt ul li{
    width: 49.5%;
    height: 300px;
    margin-right: 1%;
    float: left;
    
	-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 */    
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

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




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

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




/* 業務案内 ---------------------------------------------- */

.svs_01{

} 

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

    box-sizing: border-box;
    margin-bottom: 30px;
}

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


.svs_01_bg{
height: 250px;
    padding: 30px 30px;
    box-sizing: border-box;
    margin-bottom: 20px !important;
    
	-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_01_bg dl dt{
    font-size: 60px;
    line-height: 140%;
    color: #f94a82;
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    font-style: normal;
    font-weight: 300;

}

.svs_01_bg dl dd{
    font-size: 23px;
    line-height: 140%;
    color:#FFFFFF;
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    font-style: normal;
    font-weight: 300;    
  text-shadow: 0 0 2px #000000, 0 0 5px #000000;    
}



.svs_01_in{
padding: 0 15px;
}

.svs_01_in dl dt{
    font-size: 17px !important;
    line-height: 140%;
    color: #000000 !important;

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


.svs_01_in dl dd{
    font-size: 15px !important;
    line-height: 150%;

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

}



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

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

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

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

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

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






/* トップ　会社情報 ---------------------------------------------- */




.tp_cpy_bg{
	width: 100%;
	height:400px !important;
	background:url(../img/top/tp_03_01_bg.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 	 

}



.tp_cpy{
	width:100%;
	height:auto;
}

.tp_cpy_l{
	width:49%;
	height:400px;
	float:left;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}

.tp_cpy_r{
	width:49%;
	height:400px;
	float:right;
	
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}

.tp_cpy_l dl dt{
}


.tp_cpy_l dl dd{
	max-width:390px;
	width:100%;
	height:auto;
	margin:0 auto 20px auto;
	font-size:18px;
	line-height:150%;
	
	word-wrap:break-word;
	word-break:break-all;
}









/* トップ　事業案内 ---------------------------------------------- */




.tp_svs_bg{
	width: 100%;
	height:400px !important;
	background:url(../img/top/tp_03_02_bg.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 	 

}



.tp_svs{
	width:100%;
	height:auto;
}

.tp_svs_l{
	width:49%;
	height:400px;
	float:left;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}

.tp_svs_r{
	width:49%;
	height:400px;
	float:right;
	
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}

.tp_svs_r dl dt{
}


.tp_svs_r dl dd{
	max-width:390px;
	width:100%;
	height:auto;
	margin:0 auto 20px auto;
	font-size:18px;
	line-height:150%;
	
	word-wrap:break-word;
	word-break:break-all;
}




/* トップ お問い合わせ ---------------------------------------------- */

.tp_cmn_ctt_bg{

	height:300px !important;
	background:url(../img/top/tp_ctt_bg.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

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


.tp_cmn_ctt dl dt{
	font-size:42px;
	line-height:130%;

	text-align:center;
	margin-bottom:15px;
    
font-family: ryo-gothic-plusn, sans-serif;
font-style: normal;
font-weight: 800;    
}

.tp_cmn_ctt dl dt p{
	font-size:21px;
	line-height:130%;

	text-align:left;
	margin-bottom:2px;
}


.tp_cmn_ctt dl dt a{
	color:#000;
	text-decoration:none;
}


.tp_cmn_ctt dl dt a{
	color:#000;
	text-decoration:underline;
}

.tp_cmn_ctt dl dd{

}







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

.abt_msg{
    margin-bottom: 60px;
}

.abt_msg dl dt{
    font-size: 28px;
    line-height: 130%;

    letter-spacing: -0.03em;
    margin-bottom: 15px;


font-family: ryo-display-plusn, serif;
font-style: normal;
font-weight: 800;

}

.abt_msg dl dd{
    font-size: 17px;
    line-height: 160%;

    letter-spacing: -0.03em;

font-family: heisei-mincho-std, serif;
font-weight: 700;
font-style: normal;
}


.abt_msg dl dd p{
    text-align: center;
    margin-bottom: 20px;

}

.abt_msg_r{
    text-align: right;
    margin-top: 10px;
}


.abt_msg dl dd a{
    color: #0099cc;
    text-decoration: underline;
}

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



.abt_msg_bg{
	height:240px !important;
	background:url("../img/about/msg.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 30px auto;
}

.abt_msg01{
max-width: 700px;
margin: 0 auto;
height: 240px;

    font-size: 24px;
    line-height: 160%;
    color:#EF6265;



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

    display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}






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

.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%);
}



.abt_img01{

}


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

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





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


.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;
}


.with-form1::placeholder {
    font-size: 14px;
    line-height: 100%;
    color:#7C7C7C;
}


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

}

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

}

.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{

    color: #ff9999;
    font-size: 25px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 20px;
    
    font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
    font-style: normal;
    font-weight: 300;
}

h1 img{
	width:100%;
	height:auto;
}


h2.h2_01{
	font-size:17px;
	line-height:120%;
	color:#ff6699;
	text-align:center;
	font-weight:normal;
	margin-bottom:30px;
}

h2.h2_01 p{
	font-size:25px;
	line-height:100%;
	color:#000000;
	text-align:center;
	margin-bottom:8px;
	font-weight:normal;

}


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



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


.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;

}






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



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

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


.managers_top_img{
	width: 100%;
	height:200px !important;
	background:url("../img/managers/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:200px !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_b{
	width:160px;
	height:auto;
	margin:0 auto 0 auto;

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

}


.button01 {
	display: inline-block;
	max-width:160px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

	padding:9px 12px 10px 12px;
    background: #ff6699;
	border: 2px solid #ff6699;
	color: #fff;



}
.button01::before,
.button01::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button01,
.button01::before,
.button01::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button01:hover {
	border: 2px solid #ff6699;
    background:#FFFFFF;
    color: #ff6699;
}








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

	font-size:15px;
	line-height:100%;
}


.button02 {
	display: inline-block;
	max-width:350px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

	padding:7px 12px 10px 12px;
    background: #ff6699;
	border: 2px solid #ff6699;
	color: #fff;
	



}
.button02::before,
.button02::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button02,
.button02::before,
.button02::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button02:hover {
	border: 2px solid #ff6699;
    background:#FFFFFF;
    color: #ff6699;
}











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

	font-size:16px;
	line-height:100%;
}


.button03 {
	display: inline-block;
	max-width:200px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

	padding:7px 5px 7px 5px;
  
	background-color: #ff6600;
	border: 2px solid #ff6600;
	color: #fff;
	
font-family: fot-tsukubrdgothic-std, sans-serif;
font-style: normal;
font-weight: 700;
	

	-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 */

}
.button03::before,
.button03::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button03,
.button03::before,
.button03::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button03:hover {
  background:#FFF !important;
  border-color: #ff6600;
  color: #ff6600;
}



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


.tp_mgn01{
	margin-bottom:60px;
}

.tp_mgn01 dl dt{

}

.tp_mgn01 dl dd{
    max-width: 800px;
    width: 100%;
	font-size:16px;
	line-height:160%;

    margin: 0 auto;
    text-align: left;
}


.tp_mgn02{
    max-width: 800px;
    width: 100%;
	font-size:15px;
	line-height:150%;

    margin: 0 auto;
    text-align: left;
}



.tp_mgn03{
    max-width: 800px;
    width: 100%;
	font-size:15px;
	line-height:150%;

    margin: 0 auto 40px auto;
    text-align: left;
}





/* トップ　業務案内 ---------------------------------------------- */



.tp_svs_01{
margin-bottom: 0px;
} 

.tp_svs_01_r{
    padding-right: 0%;
}

.tp_svs_01_l{
    padding-left: 0%;
}

.tp_svs_01_btm{
margin-bottom: 15px !important;
}



.tp_svs_01 ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right:0%;
    padding: 20px 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
    
	-webkit-border-radius: 8px;     /* for Safari and Chrome */
	moz-border-radius: 8px;    /* for Firefox */
	-o-border-radius: 8px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:8px;   /* Linux browsers */
	border-radius: 8px;     /* CSS3 */    
}

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


.tp_svs_01 dl dt{
    font-size: 50px;
    line-height: 140%;
    color: #ff6699;
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    font-style: normal;
    font-weight: 300;    
}


.tp_svs_01 dl dd{
    font-size: 20px;
    line-height: 140%;
    color:#FFFFFF;
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    font-style: normal;
    font-weight: 300;    

  text-shadow: 0 0 2px #000000, 0 0 5px #000000;    
}




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

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

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

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

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

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





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




.tp_news_in{
	width:100%;
	height:auto;
	margin-bottom:30px;
}

.tp_news_in dl dt{
	float:none;
	clear:both;

	font-size:15px;
	line-height:120%;
	max-width:auto;
	margin-bottom:5px;
}

.tp_news_in dl dd{
	padding-left:0px;
	font-size:15px;
	line-height:120%;
	
	border-bottom:1px dotted #999999;
	padding-bottom:10px;
	margin-bottom:10px;
}

.tp_news_in dl dd a{
	color:#000;
	text-decoration:none;
}

.tp_news_in dl dd a:hover{
	color:#000;
	text-decoration:underline;
}




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


.tp_igt{

}

.tp_igt ul li{
    width: 100%;
    height: 230px;
    margin-right: 0%;
    float: none;
    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 */    
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

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




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

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







/* 業務案内 ---------------------------------------------- */

.svs_01{

} 

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

    box-sizing: border-box;
    margin-bottom: 40px;
}

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


.svs_01_bg{
height: 150px;
    padding: 20px 20px;
    box-sizing: border-box;
    margin-bottom: 20px !important;
    
	-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_01_bg dl dt{
    font-size: 50px;
    line-height: 140%;
    color: #f94a82;
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    font-style: normal;
    font-weight: 300;

}

.svs_01_bg dl dd{
    font-size: 18px;
    line-height: 140%;
    color:#FFFFFF;
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    font-style: normal;
    font-weight: 300;    
  text-shadow: 0 0 2px #000000, 0 0 5px #000000;       
}



.svs_01_in{
padding: 0 10px;
}

.svs_01_in dl dt{
    font-size: 16px !important;
    line-height: 140%;
    color: #000000 !important;

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


.svs_01_in dl dd{
    font-size: 15px !important;
    line-height: 150%;

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

}



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

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

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

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

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

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






/* トップ　会社情報 ---------------------------------------------- */




.tp_cpy_bg{
	width: 100%;
	height:600px !important;
	background:url(../img/top/tp_03_01_bg.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 	 

}



.tp_cpy{
	width:100%;
	height:auto;
}

.tp_cpy_l{
	width:100%;
	height:auto;
	float:none;

	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}

.tp_cpy_r{
	max-width:400px;
	width:100%;
	height:auto;
	float:none;
	margin:0 auto 30px auto;
	
	
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}

.tp_cpy_l dl dt{
}


.tp_cpy_l dl dd{
	max-width:390px;
	width:100%;
	height:auto;
	margin:0 auto 20px auto;
	font-size:16px;
	line-height:150%;
	
	word-wrap:break-word;
	word-break:break-all;
}







/* トップ　事業案内 ---------------------------------------------- */




.tp_svs_bg{
	width: 100%;
	height:600px !important;
	background:url(../img/top/tp_03_02_bg.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 	 

}



.tp_svs{
	width:100%;
	height:auto;
}

.tp_svs_l{

	max-width:400px;
	width:100%;
	height:auto;
	float:none;
	margin:0 auto 30px auto;
	
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;

}

.tp_svs_r{
   
	width:100%;
	height:auto;
	float:none;

	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}

.tp_svs_r dl dt{
}


.tp_svs_r dl dd{
	max-width:390px;
	width:100%;
	height:auto;
	margin:0 auto 20px auto;
	font-size:16px;
	line-height:150%;
	
	word-wrap:break-word;
	word-break:break-all;
}







/* トップ　商品案内 ---------------------------------------------- */

.tp_pdt_b{
	width:100%;
	height:auto;
}

.tp_pdt_b ul li{
	width:100%;
	height:auto;
	float:left;
	margin-right:0%;
	margin-bottom:25px;
}

.tp_pdt_b ul li:last-child{
	margin:0;
}

.tp_pdt_b_img{
	text-align:center;
	

}

.tp_pdt_b_img img{
	max-width:420px;
	width:100%;
  height: 170px;
  object-fit: cover;
}

.tp_pdt_b dl{
	max-width:420px;
	width:100%;
	height:auto;
	margin:0 auto;
	background:url(../img/top/tp01_bg.jpg) repeat;
	padding:18px 10px;
	box-sizing:border-box;
}


.tp_pdt_b dl dt{
	font-size:18px;
	line-height:120%;
	margin-bottom:5px;
	font-style:italic;

	text-align:center;
	margin-bottom:12px;
}


.tp_pdt_b dl dt p{
	font-size:24px;
	line-height:120%;
	margin-bottom:5px;
	font-style:normal;
	color:#000;
}

.tp_pdt_b dl dt span::before {
	content: "" ;
	white-space:normal;
}


.tp_pdt_b_cr01{
	color:#0455a7;
}

.tp_pdt_b_cr02{
	color:#339900;
}

.tp_pdt_b_cr03{
	color:#00cccc;
}

.tp_pdt_b dl dd{
	font-size:15px;
	line-height:165%;
	word-wrap:break-word;
	word-break:break-all;
	margin-bottom:20px;
}




/* トップ　会社情報　事業案内 ---------------------------------------------- */


.tp_cysvs_b_bg{
	width: 100%;
	height:750px !important;
	background:url(../img/top/tp02_bg.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
	 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_cysvs_b{
	width:100%;
	height:auto;
}

.tp_cysvs_b ul li{
	max-width:420px;
	width:100%;
	height:auto;
	margin:0 auto 40px auto;
	float:none;

}

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

.tp_cysvs_b_img{
	text-align:center;
	margin:0 auto 15px auto;
}


.tp_cysvs_b ul li dl dt{
}






/* トップ お問い合わせ ---------------------------------------------- */


.tp_cmn_ctt{
	height:260px;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_cmn_ctt dl dt{
	font-size:26px;
	line-height:130%;

	text-align:center;
	margin-bottom:15px;
}

.tp_cmn_ctt dl dt p{
	font-size:18px;
	line-height:130%;

	text-align:center;
	margin-bottom:2px;
}

.tp_cmn_ctt dl dt a{
	color:#000;
	text-decoration:none;
}


.tp_cmn_ctt dl dt a{
	color:#000;
	text-decoration:underline;
}

.tp_cmn_ctt dl dd{

}







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

.abt_msg{
    margin-bottom: 50px;
}

.abt_msg dl dt{
    font-size: 22px;
    line-height: 140%;

    letter-spacing: -0.04em;
    margin-bottom: 15px;


font-family: ryo-display-plusn, serif;
font-style: normal;
font-weight: 800;

}

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




.abt_msg dl dd{
    font-size: 15px;
    line-height: 160%;

    letter-spacing: -0.03em;

font-family: heisei-mincho-std, serif;
font-weight: 700;
font-style: normal;
}


.abt_msg dl dd p{
    text-align: center;
    margin-bottom: 20px;

}



.abt_msg_r{
    text-align: right;
    margin-top: 10px;
}


.abt_msg dl dd a{
    color: #0099cc;
    text-decoration: underline;
}

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

.abt_msg_bg{
	height:150px !important;
	background:url("../img/about/msg.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 10px auto;
}

.abt_msg01{
max-width: 400px;
margin: 0 auto;
height: 150px;

    font-size: 14px;
    line-height: 160%;
    color:#EF6265;



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

    display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}






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

.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%);
}



.abt_img01{

}


.abt_img01 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 15px;

}

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


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


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


.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;
}


.with-form1::placeholder {
    font-size: 14px;
    line-height: 100%;
    color:#7C7C7C;
}



#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;


}

.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);
    }
}













}
