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




@font-face {
    font-family: 'noto100';
    src:url("../font/noto_sans/NotoSansJP-Thin.woff") format('woff');
}


@font-face {
    font-family: 'noto300';
    src:url("../font/noto_sans/NotoSansJP-Light.woff") format('woff');
}

@font-face {
    font-family: 'noto400';
    src:url("../font/noto_sans/NotoSansJP-Regular.woff") format('woff');
}

@font-face {
    font-family: 'noto500';
    src:url("../font/noto_sans/NotoSansJP-Medium.woff") format('woff');
}

@font-face {
    font-family: 'noto700';
    src:url("../font/noto_sans/NotoSansJP-Bold.woff") format('woff');
}

@font-face {
    font-family: 'noto900';
    src:url("../font/noto_sans/NotoSansJP-Black.woff") format('woff');
}







html {
    font-family: 'noto400';

     font-feature-settings : "palt";
     letter-spacing:1px;
     
}

*:first-child + html body {
    font-family: 'noto400';
}

body{
    font-family: 'noto400';
    
	padding:0;
	margin:0;
	font-size:16px;
	color:#000000;
	line-height:140%;
	text-align:left;

}

body a:focus{
	outline:none;
    
    word-wrap: break-word;
    word-break: break-all;
}




.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: 1199px) {
/* 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: 1198px) {
/* タブレット用のスタイル記述 */

.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: 1199px) {
	
	
body{
	padding:0;
	margin:0;
	font-size:17px;
	color:#000000;
	line-height:160%;
	text-align:left;

}	 

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



.container01_bg_01{
margin: 60px 0;
}

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



.container02_bg{
	width:100%;
	height:auto;
	padding:0 0px;
	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:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;
}



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


.container05{

	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0;
}



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

}

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

}


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

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

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


.hdr_logo{
width: 240px;
height: auto;
position: absolute;
top: 25px;
left: 30px;
}



#header {

  position: fixed;
  
  top: 0;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
  width: 100%;
  z-index: 199999;

 box-sizing: border-box;

    

}

.head-animation {
  transform: translateY(-100%);
}


.header_bg{
	width:100%;
	height:80px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
    background: #FFFFFF;

}

header{

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

	box-sizing:border-box;
}







#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
#section11,
#section12,
#section13,
#section14
{
    margin-top:-100px;
    padding-top:100px;
}


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


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


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

	padding:0 50px;
	box-sizing:border-box;
    background: url("../img/common/footer_bg.jpg") repeat-x;


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

.footer_in{	

	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	
	padding:15px 0 20px 0;
	box-sizing:border-box;


}



address{
	font-size:14px;
	line-height:160%;
	color:#000;


    margin-bottom: 20px;

}

.ad_btm01{
    margin-bottom: 10px;
}

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


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

}

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

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


.f_cpy{

	font-size: 12px;
	box-sizing:border-box;
	line-height:120%;
    color: #999999;
}





}



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


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


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

}	

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


.container01_bg_01{
margin: 50px 0;
}



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


.container02_bg{
	max-width:1300px;
	width:100%;
	height:auto;
	padding:0 0px;
	box-sizing:border-box;
}



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

}

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

}

.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:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0;
}


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

.container05{

	width:100%;
	height:auto;
	margin:0 auto;
	padding:30px 0;
}


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

}

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

}

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

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

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


.hdr_logo{
width: 200px;
height: auto;
position: absolute;
top:17px;
left: 20px;
}



#header {

  position: fixed;
  top: 0;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
  width: 100%;
  z-index: 199999;

 box-sizing: border-box;


}

.head-animation {
  transform: translateY(-100%);
}


.header_bg{
	width:100%;
	height:60px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
    background: #FFFFFF;
 


}

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



.header_yoyaku{
    display: none;
}


.header_yoyaku01{
    max-width: 170px;
    width: 100%;
    height: 60px;
    margin: 0 auto   !important;

    
 
}

.header_yoyaku01 a{
    width: 100%;
    height: 50px;
    display: block;
    background: #fb8b07;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF  !important;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
	-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 */   
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}


.header_yoyaku01 a:hover{
    color: #FFFFFF  !important;
    background: #ff6666

}


.header_tel{
    display: none;
}


.header_time{
    display: none;  
}






#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
#section11,
#section12,
#section13,
#section14
{
    margin-top:-70px;
    padding-top:70px;
}


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


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


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

	padding:0 50px;
	box-sizing:border-box;
    background: url("../img/common/footer_bg.jpg") repeat-x;


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

.footer_in{	

	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	
	padding:15px 0 20px 0;
	box-sizing:border-box;


}



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


    margin-bottom: 15px;

}

.ad_btm01{
    margin-bottom: 10px;
}

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


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

}

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

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


.f_cpy{

	font-size: 12px;
	box-sizing:border-box;
	line-height:120%;
    color: #999999;
}







}



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


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



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

}	



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


.container01_bg_01{
margin: 60px 0;
}



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


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


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

}

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

}



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


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

}

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

}

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

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

.container05{

	width:100%;
	height:auto;
	margin:0 auto;
	padding:20px 0;
}

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

}

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

}

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

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


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


.hdr_logo{
width: 180px;
height: auto;
position: absolute;
top: 14px;
left: 20px;
}



#header {

  position: fixed;
  top: 0;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
  width: 100%;
  z-index: 199999;

 box-sizing: border-box;

}

.head-animation {
  transform: translateY(-100%);
}


.header_bg{
	width:100%;
	height:50px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
    background: #FFFFFF;

}

header{
	max-width:1300px;
	width:100%;
	height:50px;
	margin:0 auto;

		
	padding:0 15px;
	box-sizing:border-box;
}


.header_yoyaku{
    display: none;
}


.header_yoyaku01{
    max-width: 170px;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    margin: 0 auto   !important;
    
 
}

.header_yoyaku01 a{
    width: 100%;
    height: 40px;
    display: block;
    background: #fb8b07;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF  !important;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
	-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 */   
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}


.header_yoyaku01 a:hover{
    color: #FFFFFF  !important;
    background: #ff6666

}


.header_tel{
    display: none;
}






#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
#section11,
#section12,
#section13,
#section14
{
    margin-top:-90px;
    padding-top:90px;
}



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




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


footer{
	max-width:100%;
	width:100%;
	height:170px;
	margin:0 auto;

	padding:0 20px;
	box-sizing:border-box;
    background: url("../img/common/footer_bg.jpg") repeat-x;


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

.footer_in{	

	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	
	padding:15px 0 20px 0;
	box-sizing:border-box;


}



address{
	font-size:11px;
	line-height:140%;
	color:#000;


    margin-bottom: 12px;

}

.ad_btm01{
    margin-bottom: 7px;
}

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


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

}

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

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


.f_cpy{

	font-size: 10px;
	box-sizing:border-box;
	line-height:120%;
    color: #999999;
}









}




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


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

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


h1.h1_01{
width: 250px;
height: auto;
position: absolute;
top: 15px;
left: 40px;

}

h1.h1_01 p{
    font-size: 45px;
    line-height: 100%;
}




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



h2.h2_01{
    position: absolute;
    top: 0;
    left: 40px;


    height: 340px;
    font-size: 20px;
    line-height: 100%;


    color:#000000;
    
    writing-mode: vertical-rl;   

    text-orientation: sideways;
    font-family: ryo-display-plusn, serif;
    font-style: normal;
    font-weight: 700;  
    

    background: url("../img/common/h2_01.png")  13px no-repeat;    
}




h2.h2_01 span {

 
    font-size: 50px;
    line-height: 100%;
    padding-top: 40px;
    text-align: left;

    
    color:#000000;
    margin-bottom: 15px;

    writing-mode: vertical-rl;   
    
    font-family: "satisfy", sans-serif;
    font-weight: 400;
    font-style: normal;   
    
}


h2.h2_02{
    position: absolute;
    top: 0;
    left: 40px;


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


    color:#FFFFFF;
    
    writing-mode: vertical-rl;   

    text-orientation: sideways;
    font-family: ryo-display-plusn, serif;
    font-style: normal;
    font-weight: 700;  
    

    background: url("../img/common/h2_02.png")  13px no-repeat;    
}




h2.h2_02 span {

 
    font-size: 50px;
    line-height: 100%;
    padding-top: 40px;
    text-align: left;

    
    color:#FFFFFF;
    margin-bottom: 15px;

    writing-mode: vertical-rl;   
    
    font-family: "satisfy", sans-serif;
    font-weight: 400;
    font-style: normal;   
    
}





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

.h2_01_clr{
    color: #ffffff !important;
}


h3.h3_01{

    font-size: 30px;
    line-height: 120%;
    margin-bottom: 30px;


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

h3.h3_01 span{

    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color:#877474;
    margin-left: 10px;
}



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


.top_slide{
	width:100%;
	min-height:700px;
	z-index:5;
    margin-top: 80px;
 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     

}



.slide_txt_out{
    position: relative;
    max-width: 1000px;
    width: 100%;
    height: 700px;
    margin: 0 auto;

    box-sizing: border-box;
    z-index: 6000;
}


.slide_txt_out_bg{
    margin-top: 80px;
      content: "";         /* 疑似要素に必須 */
  width: 100%;         /* 幅いっぱい */
  height: 450px;        /* 高さいっぱい */
  display: block;      /* 高さを指定するためにブロック要素にする */
background: linear-gradient(to top,rgba(000,000,000,0.9),rgba(000,000,000,0.5),rgba(000,000,000,0.4),rgba(000,000,000,0.3),rgba(000,000,000,0.2),rgba(000,000,000,0.1),rgba(000,000,000,0));



  position: absolute;  /*  */
  top: 0;
  left: 0;   
}
  

.slide_txt_in{
    position: absolute;
    top: 290px;
    right: 170px;
    font-size: 48px;
    line-height: 140%;
    writing-mode: vertical-rl;    
    
    font-family: tbudrgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;    
    
   
}




.slide_txt_out01{
    position: relative;
    max-width: 1000px;
    width: 100%;
    height: 450px;
    margin: 0 auto;

    box-sizing: border-box;
    z-index: 6000;
}

/*.slide_txt_in01{
    position: absolute;
    top: 80px;
    right: 190px;
    font-size: 48px;
    line-height: 140%;
    writing-mode: vertical-rl;    
    
    font-family: tbudrgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;    
}
*/



.slide_txt_in01{
    position: absolute;
    bottom: 10px;
    right: 00px;
    font-size: 48px;
    line-height: 140%;
    color: #FFFFFF;

    
    font-family: tbudrgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;    
    
   
}


.slide_txt_in01 span{
    font-size: 70px;
}





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




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



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

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


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




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

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








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



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



.button_btm01{
    margin-bottom: 50px !important;
}




.button01_01{
    position: absolute !important;
    left: 20px;
    bottom: 20px !important;

}




.button01_cr{
    color: #FFFFFF !important;
}

.button01{

    background: url("../img/common/ctt_01.png") left 0px no-repeat;
}

.button01 a{



}

.button01 a p{
    height: 51px  !important;

    font-size: 22px;
    line-height: 240%;
    color:#000000;
    box-sizing: border-box;
    padding-left: 60px;
    

    
    font-family: "caflisch-script-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
position: relative;
display: inline-block;
transition: .3s;

}


.button01 a p::after {
position: absolute;
bottom: 0;
left: 60px;
content: '';
width: 0;
height: 1px;/*下線の太さ*/
background-color: #666666 ;/*下線の色*/
transition: .3s;
}

.button01 a p:hover::after {
width: 60%;
}



.button02{

    background: url("../img/common/ctt_01.png") left 0px no-repeat;
}

.button02 a{



}

.button02 a p{
    height: 51px  !important;

    font-size: 22px;
    line-height: 240%;
    color:#FFFFFF;
    box-sizing: border-box;
    padding-left: 60px;
    

    
    font-family: "caflisch-script-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
position: relative;
display: inline-block;
transition: .3s;

}


.button02 a p::after {
position: absolute;
bottom: 0;
left: 60px;
content: '';
width: 0;
height: 1px;/*下線の太さ*/
background-color:#FFFFFF;/*下線の色*/
transition: .3s;
}

.button02 a p:hover::after {
width: 60%;
}





/* トップ　メッセージ------------------------------------------ */



.tp_msg_bg{
	width: 100%;
	height:450px !important;
	background:url("../img/top/01_bg.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     
}


.tp_msg{
    height: 450px;
    
/*    background: #F15B5E;*/
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.tp_msg dl dt{
    font-size: 40px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;

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


.tp_msg dl dd{
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
    font-size: 24px;
    line-height: 160%;

    color: #FFFFFF;

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

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



/* 新着情報---------------------------------------------- */




.tp_news{
    min-height: 180px;

    margin-bottom:30px; 
}

.tp_news dl {
    margin-bottom: 30px;
}

.tp_news dl dt{
font-size: 16px;
line-height: 160%;
float: left;
clear: both;
color: #999999;

}

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


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

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



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



.tp_igt_ttl{
    max-width: 250px;
    width: 100%;
    padding: 5px 20px;
    box-sizing: border-box;
    
    border: 1px solid #666666;
    
    

    font-size: 26px;
    line-height: 180%;
    text-align: center;
    color: #666666;
    margin: 0 auto 40px auto;


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

.tp_igt01{
}

.tp_igt01 ul li{
    width: 49%;
    height: auto;
    margin-right: 2%;
    float: left;
    margin-bottom: 35px;
    
    border-radius: 15px;
    
    position: relative;
}

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



.tp_igt01_in {
  content: "";         /* 疑似要素に必須 */
  width: 100%;         /* 幅いっぱい */
  height: 100%;        /* 高さいっぱい */
  display: block;      /* 高さを指定するためにブロック要素にする */
background: linear-gradient(to right,rgba(000,000,000,0.9),rgba(000,000,000,0.5),rgba(000,000,000,0.4),rgba(000,000,000,0.3),rgba(000,000,000,0.2),rgba(000,000,000,0.1),rgba(000,000,000,0));



  position: absolute;  /*  */
  top: 0;
  left: 0;
}



.tp_igt_bg01{
	width: 100%;
	height:500px !important;
	background:url("../img/top/01_01.png") 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/01_02.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

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

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



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











/* 共通お問い合わせ---------------------------------------------- */



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


.cmm_ctt dl{

    margin-bottom: 25px;
}


.cmm_ctt dl dt{
    font-size: 18px;
    line-height: 120%;

    margin-bottom: 25px;
    color: #000000;

}

.cmm_ctt dl dd{
    font-size: 48px;
    line-height: 110%;

    color: #666666;


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

}


  


.cmm_ctt_btn{

	width:390px;
	height:auto;
	text-align: center;
	text-decoration: none;


    background:url("../img/common/ctt_btn.jpg") repeat-x;    

	border-radius: 30px;     /* CSS3 */       
}


.cmm_ctt_btn a{
	width:390px;
    display: block;
    height: 50px;
    font-size: 18px;
    line-height: 100%;
    color:#FFFFFF;
    padding-top: 0px;

    background:url("../img/common/ctt_btn.jpg") repeat-x;

     box-sizing: border-box;

   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 

	border-radius: 30px;     /* CSS3 */   

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

.cmm_ctt_btn a:hover{
    background:rgba(0,0,0,0.20);


  color:#FFFFFF;;
}





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



.cpy_01{
    margin-bottom: 70px;
}



.cpy_01_l{
    width: 30%;
    height: auto;
    float: left;
}

.cpy_01_r{
    width: 67%;
    height: auto;
    float: right;
}



.cpy_01_in{
    font-size: 16px;
    line-height: 190%;

}

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



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


}

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

}

.abt_tbl table th{
	width:160px;

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


    vertical-align: text-top;

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

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

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


.abt_tbl table td a{
    color: #000000;
    text-decoration: underline;
}


.abt_tbl table td a:hover{
    color: #000000;
    text-decoration:none;
}

.abt_tbl table td ul{
    margin: 5px 0;
}

.abt_tbl table td ul li{
    background: url("../img/common/list001.png") left 12px no-repeat;
    padding-left: 8px;
    margin-bottom: 6px;
    display: inline-block;
    margin-right: 15px;

}

.abt_tbl table td ul li:last-child{
    margin-bottom: 0px;
}



.abt_map{

}





.abt_tbl01{
margin-bottom: 70px;

}

.abt_tbl01 ul li{
    width: 50%;
    height: auto;
    float: left;
}

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




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

}

.abt_tbl01 table th{
	width:250px;

	padding:10px 10px 10px 10px;	
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 160%;
	border-collapse:collapse;


    vertical-align: text-top;

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

.abt_tbl01 table td{
	padding:10px 10px 10px 10px;
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 160%;
	border-collapse:collapse;

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


.abt_tbl01 table td a{
    color: #000000;
    text-decoration: underline;
}

.abt_tbl01 table td a:hover{
    color: #000000;
    text-decoration:none;
}



/* 事業部紹介--------------------------------------------- */



.svs_01{

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

}

.svs_01 ul li{
    width: 48%;
    height: auto;
    float: left;
    margin-right: 4%;
    margin-bottom: 40px;

}

.svs_01 ul li:nth-child(1){
    margin-left:26%;
}


.svs_01 ul li:nth-child(2){
    margin-bottom: 0px;
}

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





.svs_01 dl dt{
    max-width: 500px;
    width: 100%;
    height: 210px;
    margin: 0 auto 20px auto;
    border-radius: 50%;
    padding: 0 10px;
    box-sizing: border-box;
    
    font-size: 24px;
    line-height: 140%;
    
    font-family: 'noto700';
    text-align: center;
    color: #FFFFFF;

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

.svs_01 dl dt p{
    font-size: 20px;
}



.svs_01 dl dd p{
    font-size: 20px;
    line-height: 140%;
    
    margin-bottom: 25px;
    
    font-family: 'noto700';
    text-align: center;
}


.svs_01 dl dd p span{
    padding: 0 10px 5px 10px;
}


.svs_01 dl dd{
    font-size: 17px;
    line-height: 160%;
    
    word-wrap: break-word;
    word-break: break-all;
}





.svs_01_bg{
    background: #ff6699;
}


.svs_02_bg{
    background: #f5c032;
}

.svs_03_bg{
    background: #21b7c4;
}



.svs_01_bdr01{
    border-bottom: 3px solid #ff6699;
}

.svs_01_bdr02{
    border-bottom: 3px solid #f5c032;
}


.svs_01_bdr03{
    border-bottom: 3px solid #21b7c4;
}



.youtube_in{
    max-width: 900px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;

}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  leftt: 0;
}




.svs_02{
}



.svs_02 dl dt{
    font-size: 26px;
    line-height: 140%;
    font-family: 'noto700';
    margin-bottom: 20px;
    text-align: center;
}

.svs_02 dl dd{
    font-size: 17px;
    line-height: 180%;

}


.svs_03{
    margin-bottom: 70px;
}

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

}

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

}

.svs_03{
    margin-bottom: 70px;
}

.svs_03 p{
    font-size: 24px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 40px;



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

.svs_03 p span{
    padding: 0 10px;

}

/* 工事実績--------------------------------------------- */







.wk01{
}


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

.wk01 ul li img{
    vertical-align: bottom;

}

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


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


.wk01 ul li dl dd{
    font-size: 15px;
    line-height: 160%;
}



.wk02_tbl{

	width:100%;
	height:auto;
    margin-bottom: 70px;
    border-bottom: 1px dotted #d0d0d0;

}

.wk02_tbl p{
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 10px;
    
    font-family: 'noto700';    
}

.wk02_tbl table{
	width:100%;
	height:auto;
    margin-bottom: 50px;

    border-bottom: 1px dotted #d0d0d0;
}



.wk02_tbl table:last-child{
    margin-bottom: 0px;
}





.wk02_tbl table th{
    width: 50%;


	padding:5px 0px 5px 0px;	
	box-sizing:border-box;

	font-size:16px;
    line-height: 160%;
	border-collapse:collapse;


    vertical-align: text-top;

	text-align:left;
    border-bottom: 1px dotted #d0d0d0;
    
    font-family: 'noto500';     
    
    
    background:#F4F4F4;
}

.wk02_tbl table td{
	padding:3px 0px 5px 0px;	
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 140%;
	border-collapse:collapse;

    
	text-align:left;

}


.wk02_tbl td:last-child{
	padding:5px 0px 10px 0px;	
}




.wk02_tbl table tr:nth-child(odd){
    background: #FFF6F6;
}



/* 研修・講習制度--------------------------------------------- */

.trng01{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 30px;
    
    word-break: break-all;
    word-wrap: break-word;
}



.trng02{
    margin-bottom: 70px;
}

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

.trng02 ul li img{
    vertical-align: bottom;

}

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



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


.trng02 ul li dl dd{
    font-size: 15px;
    line-height: 160%;
}


















/* ホルミシスメディカル事業--------------------------------------------- */

.hmb01{
    margin-bottom: 60px;
}

.hmb01 ul li{
    width: 18.4%;
    height: 45px;
    margin-right: 2%;
    
    float: left;

}


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



.hmb01 ul li a{
    display: block;

    height: 45px;    
    padding: 0 5px;
    background: #8ecadb;
    color: #FFFFFF;
    
    font-size: 16px;
    line-height: 100%;
    text-align: center;

   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.hmb01 ul li a:hover{
    color: #ffffff;

    background: #1975b5
}



.hmb02{
    font-size: 18px;
    line-height: 180%;
    margin-bottom: 70px;
}

.hmb02 span{
    font-size: 15px;
    line-height: 160%;
    
    font-weight: 600;
}



.hmb02 ul{
    margin-top: 15px;
}

.hmb02 ul li{
    background: url("../img/common/list001.png")  left 11px no-repeat;
    padding-left: 10px;
    margin-bottom: 19px;
    
    line-height: 150%;
}

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




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




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


.hmb04 ul li{
    width: 48.5%;
    height: 200px;
    float: left;
    margin-right: 3%;
    margin-bottom: 20px;
    background: #28c8d6;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
	border-radius: 15px;   
}

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

.hmb04 ul li:nth-child(3){
    margin-bottom: 0px;
}

.hmb04 ul li:nth-child(4){
    margin-bottom: 0px;
}



.hmb04 ul li dl dt{
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 15px;

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


.hmb04 ul li dl dd{
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;

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



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


.hmb05 ul li{
    width: 32%;
    height: 230px;
    float: left;
    margin-right: 2%;
    background: #e9d67b;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
	border-radius: 50%;   
}


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

.hmb05 ul li p{
    font-size: 24px;
    line-height: 150%;
    text-align: center;    
    font-weight: 600;
}

.hmb05 ul li p span{
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    display: block;
    font-weight: 400;
}



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



.hmb07{
padding-top: 40px;
border-top: 1px dotted #999999;

}

.hmb07 dl dt{
    max-width: 130px;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    
    border: 1px solid #999999;
    
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     

}

.hmb07 dl dd{


}

.hmb07 dl dd ul li{
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 10px;
    
    background: url("../img/hormesis_medica_business/list.jpg") left 11px no-repeat;
    padding-left: 10px;

}

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

.hmb07 dl dd ul li a{    
    color: #0099cc;
    text-decoration: underline;

}

.hmb07 dl dd ul li a:hover{    
    color: #0099cc;
    text-decoration: none;

}



.hmb08{

font-size: 16px;
line-height: 180%;
margin-bottom: 50px;


}

.hmb09{
    max-width: 794px;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;


}


.hmb_bg01{
    background: #ecf3d5;
}

.hmb_in{
    background: #FFFFFF;

}

.hmb_in01{

    padding: 80px 60px;
    box-sizing:border-box; 
}




.hmb10{
    font-size: 20px;
    line-height: 180%;
    margin-bottom: 50px;
}

.hmb10 span{
    color: #ff6600;

}


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


.hmb12{
    font-size: 24px;
    line-height: 160%;
    margin-bottom: 50px;
    color: #817373;
    
    font-weight: 600;
    text-align: center;
}



.hmb13{
    background: #e3d5b7;
    padding: 40px;
    margin-bottom: 80px;

	border-radius: 15px;
}

.hmb13 dl dt{
    font-size: 24px;
    line-height: 140%;
    color: #688457;
    margin-bottom: 10px;
    font-weight: 600;
}

.hmb13 dl dd{
    font-size: 18px;
    line-height: 160%;

}



.hmb14{
}

.hmb14 dl dt{
      max-width: 300px;
    width: 100%;
    height: 40px;
    margin: 0 auto 40px auto;  
    background: #df8585;
    
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    font-weight: 600;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}


.hmb14 dl dd{

    padding: 30px;
    
    box-sizing: border-box;

    border: 1px solid #e08989;

}




.hmb14 dl dd ul{
     max-width: 900px;
    width: 100%;
    margin: 0 auto 0 auto;  


}

.hmb14 dl dd ul li{
    width: 32%;
    height: auto;
    float: left;

}


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



.hmb14 dl dd ul li ul li{
width: auto;
height: auto;
float: none;
    font-size: 15px;
    line-height: 140%;
    background: url("../img/hormesis_medica_business/02/list.jpg") left 10px no-repeat;
    padding-left: 8px;
    margin-bottom: 10px;

}

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



.hmb15{
}


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

}

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


.hmb15_img{
    text-align: center;
    margin-bottom: 0;
}

.hmb15_img img{
    padding:0;
    margin: 0;
    vertical-align: bottom;
}



.hmb15_in{
    padding: 35px 25px;
    background: #eaeded;

}

.hmb15_in dl{
    box-sizing: border-box;

}



.hmb15_in dl dt{
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #1975b5;
    font-weight: 600;
    margin-bottom: 15px;

}

.hmb15_in dl dd{
    height: 65px;
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 25px;


}

.hmb15_btrn{
    max-width: 180px;
    width: 100%;
    height: 45px;
    margin: 0 auto;

}

.hmb15_btrn a{
    display: block;

    height: 45px;    
    padding: 0 5px;
    background: #1975b5;
    
    border: 1px solid #1975b5;
    color: #FFFFFF;
    
    font-size: 16px;
    line-height: 100%;
    text-align: center;

   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.hmb15_btrn a:hover{

    background:#FFFFFF;
    
    border: 1px solid #1975b5;
    color: #1975b5;


}



.hmb16{
    max-width: 640px;
    width: 100%;
    height: auto;
    margin: 0 auto 60px auto;

}

.hmb17{
    width: 100%;
    height: auto;
    margin: 0 auto 60px auto;
}

.hmb17 ul{

}

.hmb17 li{
    width: 48%;
    margin-right: 4%;
    text-align: center;
    float: left;
}

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

.hmb17 li dl dt{
    font-size: 30px;
    font-weight: 700;
    color: #1975b5;
    margin: 10px auto 20px;
}


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



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

.hmb18{
    margin-bottom: 60px;
}


.hmb18 dl dt{
    font-size: 22px;
    line-height: 150%;
    font-weight: bold;
    text-align:center;
    margin-bottom: 15px;
}

.hmb18 dl dd{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;

}


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

}

.hmb18 dl dd table th{
	width:370px;

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


    vertical-align: text-top;

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

.hmb18 dl dd table td{
	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 160%;
	border-collapse:collapse;

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

.hmb18 dl dd table td span{
    color: #D92326;
    font-weight: bold;
}


.hmb_products_mat{

}

.hmb_mat_title dl dt{
    text-align: center;
    width: 100%;
    background-color: #1e6ba1;
    color: #ffffff;
    padding: 10px;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}

.hmb_mat_title dl dd{
    text-align: center;
    width: 100%;
    line-height: 180%;
    font-size: 30px;
    color: #1975b5;
    font-weight: bold;
    margin-bottom: 30px;
}

.hmb_mat_title dl dd span{
    font-size: 40px;
    color: #cc1a1a;
}



.hmb_mat_img{
    width: 100%;
    max-width: 1000px;
    margin: 0px auto 30px;
}

.hmb_mat_img div{
    width: 100%;
    text-align: right;
}

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

.mat_txt02{
    margin-bottom: 30px;
    border-left: 15px solid #1975b5;
    padding:10px 15px 15px;
    font-size: 14px;
    line-height: 200%;
}

.mat_txt02 span{
    font-size: 20px;
}




.mat_txt02_list{
    margin-bottom: 70px;

}

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

.mat_txt02_list dl dt{
    font-size: 24px;
    font-weight: bold;
    line-height: 140%;
    margin-bottom: 7px;  
}

.mat_txt02_list dl dt p{
    font-size: 24px;
    font-weight: bold;
    line-height: 140%;
    margin-bottom: 10px; 
    color: #1975b5;    
}

.mat_txt02_list dl dt span{

    font-size: 24px;
}

.mat_txt02_list dl dd{
    font-size: 18px;

}

.mat_txt02 span{
    font-size: 20px;
}


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



.mat_txt03 dl dt{
    width: auto;
    text-align: center;
    font-size: 30px;
    padding: 10px;
    margin-bottom: 40px;
}

.mat_txt03 dl dt span{
    padding: 0px 10px;
    border-bottom : 5px dotted #1975b5;   /* 枠線の指定（下）     */
}

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

}

.mat_txt04{
    width: 100%;
    padding: 20px;
    text-align: center;
    background-color: #e2f0fa;
    border-radius: 10px;
    font-size: 18px;
    line-height: 140%;
    box-sizing: border-box;

}

.hmb_item_list ul li{
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 70px;
    float: left;
}

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

.hmb_item_headline dl dt{
    width: 100%;
    height: 50px;
    color: #FFFFFF;
    background-color: #1e6ba1;
    text-align:left;
    font-size: 16px;
    line-height: 140%;
    padding: 0px 10px;
    box-sizing: border-box;

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

}

.hmb_item_headline dl dd{
    width: 100%;
    color: #1e6ba1;
    text-align: right;
    font-size: 15px;
    padding: 5px 5px 0px;
    box-sizing: border-box;
}

.hmb_item_img img{
    width: 100%;
    max-width: 580px;
}

.hmb_item_title_area{
    position: relative;

    width: 100%;
    background-color:#FFFFFF;
    border: 2px solid #2670a4;
    box-sizing: border-box;
    margin-bottom: 15px;
    height: 80px;
}

.hmb_item_title_area_l{
    position: relative;

    width: 100%;
    background-color:#FFFFFF;
    height: auto;
    height: 260px;
}

.hmb_item_title_area_l01{
    position: relative;

    width: 100%;
    background-color: #eaeded;
    height: 260px;
}


.hmb_item_title{
    position: absolute;
    width: 100%;
    text-align: center;

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

    top: 48%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.hmb_item_title dl dt{
    font-size: 24px;
    font-weight: 900;
    color: #1975b5;

}

.hmb_item_title dl dt span{
    font-size: 18px;
}

.hmb_item_title dl dd{
    font-size: 24px;
    font-weight: 400;
}

.hmb_item_title dl dd span{
    font-size: 18px;
}

.hmb_item_title_area_l .hmb_item_title dl dd{
    font-size: 16px;
}












/* 保険事業--------------------------------------------- */


.ib01{

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

    margin: 0 auto 40px auto;


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



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



.ib03{

font-family: nitalago-ruika, sans-serif;
font-style: normal;
font-weight: 100;

}

.ib03 dl dt{
    font-size: 24px;
    line-height: 160%;
    text-align: center;
    margin-bottom: 25px;
}



.ib03 dl dd{
    font-size: 30px;
    line-height: 140%;
    text-align: center;
    color: #ff9999;
}

.ib_in_top{
    background: #FFFFFF;

    padding: 10px 30px;
    box-sizing:border-box; 
    border-radius: 15px;
    margin-bottom: 40px;
}

.ib_in_top ul{
    text-align: center;
}

.ib_in_top ul li{
    padding: 25px;
    font-size: 18px;
    border-bottom:1px dotted #ccc ;
}

.ib_in_top ul li:nth-child(3){
    border-bottom:none ;
}

.ib_in_top ul li p{
    font-size: 30px;
    color: #d06aa1;
    font-weight: 900;
    padding-bottom: 10px;
}

.ib_in_top ul li a{
    display: block;
    width: 160px;
    padding: 5px 15px;
    background-color: #fb8ba0;
    box-sizing:border-box; 
    border-radius: 5px;
    color: #fff;
    margin: 10px auto 0px;
    border: 1px solid #fb8ba0;
    transition: 0.3s;

}

.ib_in_top ul li a:hover{
    background-color: #fff;
    color: #fb8ba0;
}

.ib_in01{
}

.ib_in01 ul li{
    background: #FFFFFF;

    padding: 30px 30px;
    box-sizing:border-box; 
    border-radius: 15px;
    margin-bottom: 40px;
}

.ib_in01 dl dt{
    padding: 10px 15px;
    background: #daebe3;
    
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    font-weight: 600;
    
	border-radius: 15px;    
    margin-bottom: 20px;
    
    
}


.ib_in01 dl dt strong{
    color: #cc9999;
    display: inline-block;
    vertical-align: text-top;
}

.ib_in01 dl dd{
    font-size: 18px;
    line-height: 190%;
}











/* 施工実績--------------------------------------------- */


.wrk{
    margin-bottom: 70px;
}

.wrk ul li{
    width: 24.25%;
    float: left;
    margin-right: 1%;
    margin-bottom: 25px;
}

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



.wk_txt01{
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;

}

.wk_txt01 ul li{
    margin-bottom: 10px;
    
    font-size: 18px;
    line-height: 160%;    
    background: url("../img/common/list001.png") left 11px no-repeat;
    padding-left: 12px
}

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





/* 採用情報--------------------------------------------- */

.f_text01{

}

.f_text01 a{
    color: #006699;
    text-decoration: none;
}

.f_text01 a:hover{
    color: #006699;
    text-decoration:underline;
}





.rrt_txt{
    font-size: 32px;
    line-height: 160%;
    text-align: center;
    margin-bottom: 15px;
    
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;  
    margin-bottom: 70px;
}


.rrt_tab{
    max-width: 410px;
    width: 100%;
    margin: 0 auto 40px auto;
}

.rrt_tab ul li{
    width: 49%;
    float: left;
    margin-right: 2%;
}

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

.rrt_tab ul li a{
    height: 50px;
    display: block;
    background: #999999;
    color:#FFFFFF;
    text-align: center;
    
    font-size: 20px;
    line-height: 100%;

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

   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.rrt_tab ul li a:hover{
    background: #333333;

}

.rrt_tab_on{
    background: #333333  !important;

}


.rrt_bx01{
}

.rrt_bx01 ul li{
    width: 49%;
    float: left;
    margin-right: 2%;
}

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

.rrt_bx01_out{
    margin-bottom: 30px;


}

.rrt_bx01_in{
    width: 180px;
    height: 400px;
    background:rgba(99,168,203,0.90);
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.rrt_bx01_in dl dt{
    font-size: 100px;
    line-height: 100%;
    text-align: center;
    color:#FFFFFF;
    font-family: garage-gothic,sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 20px;
}

.rrt_bx01_in dl dt p{
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    color:#FFFFFF;
    font-family: garage-gothic,sans-serif;
    font-weight: 400;
    font-style: normal;
}

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

.rrt_bx01_in dl dd p{
    font-size: 26px;
    line-height: 100%;
    margin-bottom: 8px;
    text-align: center;
    color:#FFFFFF;
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;  
}



.rrt_bx01_bg01{
	height:400px !important;
	background:url("../img/recruit/01.jpg" )center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}

.rrt_bx01_bg02{
	height:400px !important;
	background:url("../img/recruit/02.jpg" )center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}


.rrt_bx01_txt01{

}

.rrt_bx01_txt01 dl dt{
    font-size: 30px;
    line-height: 130%;
    margin-bottom:15px;

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

.rrt_bx01_txt01 dl dd{
    font-size: 16px;
    line-height: 180%;

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






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


}

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

}

.rrt_tbl01 table th{
	width:170px;

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


    vertical-align: text-top;

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

.rrt_tbl01 table td{
	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 160%;
	border-collapse:collapse;

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


.rrt_tbl01 table td a{
    color: #000000;
    text-decoration: underline;
}


.rrt_tbl01 table td a:hover{
    color: #000000;
    text-decoration:none;
}





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


.privacy{
}


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

    margin-bottom: 8px;

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 600;

}


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

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 400;
}














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


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

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

.contact-t dl dt{

	font-size:18px;

	line-height:120%;
	margin-bottom:10px;
}

.contact-t dl dd{
	
	font-size:48px;
	line-height:140%;

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

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





#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;
    line-height: 160%;
	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;
    line-height: 160%;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;


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


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

}

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

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

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



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

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


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

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

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


#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: 1198px) {


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

h1.h1_01{
width: 230px;
height: auto;
position: absolute;
top:4px;
left: 30px;
}




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







h2.h2_01{
    position: static;
    width: 77px;
    margin: -10px auto 0 auto;
    height: 220px;
    font-size: 16px;
    line-height: 105%;



    color:#000000;
    
    
    writing-mode: vertical-rl;   

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




h2.h2_01 span {
    display: block;
    font-size: 42px;
    line-height: 130%;
    padding-top: 40px;
    text-align: left;

    background: url("../img/common/h2_01.png")  15px no-repeat;
    background-size: 1px 200px;
    
    color:#000000;

    writing-mode: vertical-rl;   
    
    font-family: "satisfy", sans-serif;
    font-weight: 400;
    font-style: normal;   
}





h2.h2_02{
    position: static;
    width: 77px;
    margin: -20px auto 0 auto;
    height: 220px;
    font-size: 16px;
    line-height: 105%;


    color:#FFFFFF;
    
    writing-mode: vertical-rl;   

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




h2.h2_02 span {
    display: block;
    font-size: 42px;
    line-height: 130%;
    padding-top: 40px;
    text-align: left;

    background: url("../img/common/h2_02.png")  15px no-repeat;
    background-size: 1px 200px;
    
    color:#FFFFFF;

    writing-mode: vertical-rl;   
    
    font-family: "satisfy", sans-serif;
    font-weight: 400;
    font-style: normal;   
}




h2.h2_01 em{
    padding-top: 100px;

}

h2.h2_02 em{
    padding-top: 120px;

}



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


.h2_01_clr{
    color: #ffffff !important;
}





h3.h3_01{

    font-size: 26px;
    line-height: 120%;
    margin-bottom: 30px;
    text-align: center;


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

h3.h3_01 span{

    font-size: 13px;
    line-height: 120%;
    text-align: center;
    color:#877474;
    margin-left: 10px;
}






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



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

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

}


.slide_txt_out_bg{
    margin-top: 60px;
      content: "";         /* 疑似要素に必須 */
  width: 100%;         /* 幅いっぱい */
  height: 350px;        /* 高さいっぱい */
  display: block;      /* 高さを指定するためにブロック要素にする */
background: linear-gradient(to top,rgba(000,000,000,0.9),rgba(000,000,000,0.5),rgba(000,000,000,0.4),rgba(000,000,000,0.3),rgba(000,000,000,0.2),rgba(000,000,000,0.1),rgba(000,000,000,0));



  position: absolute;  /*  */
  top: 0;
  left: 0;   
}




.slide_txt_out{
    position: relative;
    max-width: 500px;
    width: 100%;
    height: 450px;
    margin: 0 auto;


    box-sizing: border-box;
    z-index: 6000;
}

.slide_txt_in{
    position: absolute;
    top: 160px;
    right: 15px;
    font-size: 40px;
    line-height: 140%;
    writing-mode: vertical-rl;    
    
    font-family: tbudrgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;    
}


.slide_txt_out01{
    position: relative;
    max-width: 500px;
    width: 100%;
    height: 350px;
    margin: 0 auto;


    box-sizing: border-box;
    z-index: 6000;
}

/*.slide_txt_in01{
    position: absolute;
    top: 50px;
    right: 0px;
    font-size: 40px;
    line-height: 140%;
    writing-mode: vertical-rl;    
    
    font-family: tbudrgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;    
}
*/



.slide_txt_in01{
    position: absolute;
    bottom: 10px;
    right: 00px;
    font-size: 40px;
    line-height: 140%;
    color: #FFFFFF;

    
    font-family: tbudrgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;    
    
   
}


.slide_txt_in01 span{
    font-size: 60px;
}






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






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


.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:60px auto 0px auto;
}


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



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




.training_top_img{
	width: 100%;
	height:350px !important;
	background:url("../img/training/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px 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:60px auto 0px auto;
}









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


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


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



.button01_01{
    position: absolute !important;
    left: 20px;
    bottom: 20px !important;

}


.button01{

    background: url("../img/common/ctt_01.png") left 0px no-repeat;
    background-size: 38px 38px;
}

.button01 a{



}

.button01 a p{
    height: 38px  !important;

    font-size: 22px;
    line-height: 170%;
    color:#000000;
    box-sizing: border-box;
    padding-left: 45px;
    

    
    font-family: "caflisch-script-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
position: relative;
display: inline-block;
transition: .3s;

}


.button01 a p::after {
position: absolute;
bottom: 0;
left: 45px;
content: '';
width: 0;
height: 1px;/*下線の太さ*/
background-color: #666666 ;/*下線の色*/
transition: .3s;
}

.button01 a p:hover::after {
width: 60%;
}




.button02{

    background: url("../img/common/ctt_01.png") left 0px no-repeat;
    background-size: 38px 38px;
}

.button02 a{



}

.button02 a p{
    height: 38px  !important;

    font-size: 22px;
    line-height: 170%;
    color:#FFFFFF;
    box-sizing: border-box;
    padding-left: 45px;
    

    
    font-family: "caflisch-script-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
position: relative;
display: inline-block;
transition: .3s;

}


.button02 a p::after {
position: absolute;
bottom: 0;
left: 45px;
content: '';
width: 0;
height: 1px;/*下線の太さ*/
background-color:#FFFFFF;/*下線の色*/
transition: .3s;
}

.button01 a p:hover::after {
width: 60%;
}



/* トップ　メッセージ------------------------------------------ */



.tp_msg_bg{
	width: 100%;
	height:500px !important;
	background:url("../img/top/01_bg.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     
}


.tp_msg{
    height: 230px;
    
/*    background: #F15B5E;*/
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.tp_msg dl dt{
    font-size: 26px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;

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



.tp_msg dl dd{
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 160%;


    color: #FFFFFF;

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


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



/* 新着情報---------------------------------------------- */



.tp_news{


    margin-bottom:30px; 
}

.tp_news dl {
    margin-bottom: 30px;
}

.tp_news dl dt{
font-size: 15px;
line-height: 160%;
float: left;
clear: both;
color: #999999;

}

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


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

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




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




.tp_igt_ttl{
    max-width: 210px;
    width: 100%;
    padding: 3px 15px;
    box-sizing: border-box;
    
    border: 1px solid #666666;
    
    

    font-size: 22px;
    line-height: 180%;
    text-align: center;
    color: #666666;
    margin: 0 auto 40px auto;


    font-family: ryo-display-plusn, serif;
    font-style: normal;
    font-weight: 700;   
    
    }
    
    
    
.tp_igt01{
}

.tp_igt01 ul li{
    width: 49%;
    height: auto;
    margin-right: 2%;
    float: left;
    margin-bottom: 20px;
    
    position: relative;
}

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



.tp_igt01_in {
  content: "";         /* 疑似要素に必須 */
  width: 100%;         /* 幅いっぱい */
  height: 100%;        /* 高さいっぱい */
  display: block;      /* 高さを指定するためにブロック要素にする */
  
  background: linear-gradient(rgba(000,000,000,0.9),rgba(000,000,000,0.5),rgba(000,000,000,0.4),rgba(000,000,000,0.3),rgba(000,000,000,0.2),rgba(000,000,000,0.1),rgba(000,000,000,0));
  
/*background: linear-gradient(rgba(255,255,255,0.9),rgba(255,255,255,0.3),rgba(255,255,255,0));*/
  position: absolute;  /*  */
  top: 0;
  left: 0;
}



.tp_igt_bg01{
	width: 100%;
	height:380px !important;
	background:url("../img/top/01_01.png") 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:380px !important;
	background:url("../img/top/01_02.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

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

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

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






/* トップ　ホルミシスメディカル事業------------------------------------------ */




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


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


.tp_hsm_in{
    padding-top: 60px;
}


.tp_hsm_in dl dt{
}

.tp_hsm_in dl dd{
    font-size: 17px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    
    font-family: ryo-display-plusn, serif;
    font-style: normal;
    font-weight: 500;    
}

.tp_hsm_in dl dd p{
    font-size: 32px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 15px;
    
    font-family: ryo-display-plusn, serif;
    font-style: normal;
    font-weight: 700;
}



.tp_hsm01{

margin-top: -160px;
margin-bottom: 30px;
}

.tp_hsm01 dl dt{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 30px auto;
    text-align: center;

}


.tp_hsm01 dl dd{
    font-size: 15px;
    line-height: 170%;
    
}



.tp_hsm02{
    margin-bottom: 30px;
}

.tp_hsm02 dl dt{
    font-size: 21px;
    line-height: 150%;
    font-weight: bold;
    text-align:center;
    margin-bottom: 10px;
}


.tp_hsm02 dl dd{
    font-size: 18px;
    line-height: 180%;
    
    color: #D92326;
    font-weight: bold;
    text-align:center;

}


.tp_hsm03{
    margin-bottom: 30px;
}


.tp_hsm03 dl dt{
    font-size: 20px;
    line-height: 150%;
    font-weight: bold;
    text-align:center;
    margin-bottom: 15px;
}

.tp_hsm03 dl dd{
    max-width: 700px;
    width: 100%;
    margin: 0 auto;

}


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

}

.tp_hsm03 dl dd table th{
	width:220px;

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


    vertical-align: text-top;

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

.tp_hsm03 dl dd table td{
	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 160%;
	border-collapse:collapse;

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

.tp_hsm03 dl dd table td span{
    color: #D92326;
    font-weight: bold;
}






.tp_hsm04{
    max-width: 700px;
    width: 100%;
    height: auto;
    margin: 0 auto 60px auto;
}

.tp_hsm05{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 60px;
}

.tp_hsm05 ul{
    margin: 13px 0;
}

.tp_hsm05 ul li{
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 5px;
    color: #D92326;
    font-weight: bold;
}





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



.tp_hsm06{
margin-bottom: 35px;
}

.tp_hsm06 ul li{
    width: 23.5%;
    height: 120px;
    float: left;
    margin-right: 2%;
    background: #048cb3;  
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
    
    border-radius: 5px;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
       
}

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


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


.tp_hsm06 ul li dl dd{
    font-size: 15px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;  
}

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






.tp_hsm07{
margin-bottom: 25px;
}

.tp_hsm07 ul li{
    width: 23.5%;
    height: 120px;;
    float: left;
    margin-right: 2%;
    background: #51c4a8;  
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
    
    border-radius: 5px;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
       
}

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


.tp_hsm07 ul li dl dt{
    font-size: 15px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 10px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
}


.tp_hsm07 ul li dl dd{
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 700;  
}



/* トップ　保険事業------------------------------------------ */




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



.tp_ib_in{
    padding-top: 60px;
}

.tp_ib_in dl dt{
}

.tp_ib_in dl dd{
    max-width: 690px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: 20px;
    line-height: 140%;

    color: #FFFFFF;
    
    font-family: ryo-display-plusn, serif;
    font-style: normal;
    font-weight: 500;    
}



.tp_ib_in dl dd p{
    font-size: 27px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 15px;
    
    font-family: ryo-display-plusn, serif;
    font-style: normal;
    font-weight: 700;
}


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

.tp_ib_in01{
    padding-top: 60px;
}

.tp_ib_in01 dl dt{
}

.tp_ib_in01 dl dd{
    max-width: 690px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: 20px;
    line-height: 140%;

    color: #FFFFFF;
    
    font-family: ryo-display-plusn, serif;
    font-style: normal;
    font-weight: 500;    
}



.tp_ib_in01 dl dd p{
    font-size: 40px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 15px;
    
    font-family: ryo-display-plusn, serif;
    font-style: normal;
    font-weight: 700;
}



.tp_ib01_01_tp{
    margin: 0 auto !important;

}

.tp_ib01_01_btn{
    max-width: 140px;
    width: 100%;
    height: auto;
    margin: 10px auto 0 auto;
}

.tp_ib01_01_btn a{
    display: block;
    width: 140px;
    height: auto;
    padding: 8px 10px 8px 10px;
    text-align: center;
    box-sizing: border-box;

    background: #fb8ba1;
    border: 1px solid #fb8ba1;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 100%;
    
    border-radius: 5px;


   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.tp_ib01_01_btn a:hover{
    background:#FFFFFF;
    border: 1px solid #fb8ba1;
    color: #fb8ba1;

}




.tp_ib01_01{
    max-width: 1000px;
    width: 100%;
    margin: -160px auto 40px auto;

}

.tp_ib01_01 ul li{
    width: 32%;
    height: 200px;
    float: left;
    margin-right: 2%;
    
    border-radius: 15px;

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

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


.tp_ib01_01_in{
    width: 100%;
    height: 200px;
    background: rgba(0,0,0,0.10);
    
    border-radius: 15px;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;         
}
.tp_ib01_01_in dl dt{
    font-size: 20px;
    line-height: 140%;
    text-align:center;
    color: #FFFFFF;;

    font-weight: 700;
    margin-bottom: 15px;
}

.tp_ib01_01_in dl dd{
    font-size: 16px;
    line-height: 160%;
    text-align:center;
    color: #FFFFFF;
    
    font-weight: 700;
}


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

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

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





.tp_ib01{

margin-top: -190px;
margin-bottom: 30px;
}

.tp_ib01 dl dt{
    text-align: center;
    margin-bottom: 35px;
}



.tp_ib01_tt{
    max-width: 190px;
    width: 100%;
    height:auto;
    padding: 12px 0;
    margin: 0 auto 20px auto;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
    background: #ff9999;
}


.tp_ib01 dl dd{
    font-size: 21px;
    line-height: 160%;
    text-align: center;
     
    font-family: ryo-display-plusn, serif;
    font-style: normal;
    font-weight: 700;   
}


.tp_ib01 dl dd p{

    font-size: 40px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 15px;
    color: #e0698b;
    
    font-family: ryo-display-plusn, serif;
    font-style: normal;
    font-weight: 700;

}




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

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



.tp_cp_bg01{
	width: 100%;
	height:260px !important;
	background:url("../img/top/03_bg.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.tp_cp_in{
    padding-top: 60px;
}

.tp_cp_in dl dt{
}

.tp_cp_in dl dd p{
    font-size: 27px;
    line-height: 140%;
    text-align: center;

    font-family: ryo-display-plusn, serif;
    font-style: normal;
    font-weight: 700;
    
    color: #FFFFFF;
}


.tp_cp01{

margin-top: -210px;
margin-bottom: 25px;
}

.tp_cp01 dl{
    margin-top: 35px;

}

.tp_cp01 dl dt{
    font-size: 26px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 15px;

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

.tp_cp01 dl dd{
    font-size: 15px;
    line-height: 160%;
    text-align: center;

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


.tp_ctt_bg01{
	width: 100%;
	height:260px !important;
	background:url("../img/top/04_bg.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}






/*トップ採用--------------------------------------------- */

.tp_rrt_bg{
	width: 100%;
	height:300px !important;
	background:url("../img/top/rrt_bg.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     box-sizing:border-box;
        
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}


.tp_rrt{
}

.tp_rrt dl dt{
    margin-bottom: 15px;
}

.tp_rrt dl dd a{
    width: 340px;
    height: 50px;
    display: block;
    font-size: 23px;
    line-height: 110%;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto;
    
    border: 1px solid #FFFFFF;
    
    font-family: tgn-soft-round-con, sans-serif;
    font-style: normal;
    font-weight: 400;
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
   
	-webkit-border-radius: 40px;     /* for Safari and Chrome */
	moz-border-radius: 40px;    /* for Firefox */
	-o-border-radius: 40px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:40px;   /* Linux browsers */
	border-radius: 40px;     /* CSS3 */   
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}



.tp_rrt dl dd a:hover{
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #000000;
}








/* 共通お問い合わせ---------------------------------------------- */



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


.cmm_ctt dl{

    margin-bottom: 25px;
}


.cmm_ctt dl dt{
    font-size: 16px;
    line-height: 120%;
    text-align: center;

    margin-bottom: 20px;
    color: #000000;

}

.cmm_ctt dl dd{
    font-size: 40px;
    line-height: 110%;
    text-align: center;
    color: #666666;


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

}


  


.cmm_ctt_btn{
	width:330px;
	height:auto;
	text-align: center;
	text-decoration: none;
    margin: 0 auto;


    background:url("../img/common/ctt_btn.jpg") repeat-x;    

	border-radius: 30px;     /* CSS3 */       
}


.cmm_ctt_btn a{
	width:330px;
    display: block;
    height: 40px;
    font-size: 16px;
    line-height: 100%;
    color:#FFFFFF;
    padding-top: 0px;
    text-align: center;

    background:url("../img/common/ctt_btn.jpg") repeat-x;

     box-sizing: border-box;

   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 

	border-radius: 30px;     /* CSS3 */   

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

.cmm_ctt_btn a:hover{
    background:rgba(0,0,0,0.20);


  color:#FFFFFF;;
}





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



.cpy_01{
    margin-bottom: 60px;
}



.cpy_01_l{
    width: 30%;
    height: auto;
    float: left;
}

.cpy_01_r{
    width: 67%;
    height: auto;
    float: right;
}



.cpy_01_in{
    font-size: 15px;
    line-height: 180%;

}

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





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

}

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

}

.abt_tbl table th{
	width:150px;

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

    
    vertical-align: text-top;

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

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



.abt_tbl table td a{
    color: #000000;
    text-decoration: underline;
}


.abt_tbl table td a:hover{
    color: #000000;
    text-decoration:none;
}


.abt_tbl table td ul{
    margin: 4px 0;
}


.abt_tbl table td ul li{
    background: url("../img/common/list001.png") left 10px no-repeat;
    padding-left: 8px;
    margin-bottom: 6px;
    display: inline-block;
    margin-right: 15px;

}

.abt_tbl table td ul li:last-child{
    margin-bottom: 0px;
}

.abt_map{

}









.abt_tbl01{
margin-bottom: 60px;

}

.abt_tbl01 ul li{
    width: 50%;
    height: auto;
    float: left;
}

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




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

}

.abt_tbl01 table th{
	width:230px;

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


    vertical-align: text-top;

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

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

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


.abt_tbl01 table td a{
    color: #000000;
    text-decoration: underline;
}

.abt_tbl01 table td a:hover{
    color: #000000;
    text-decoration:none;
}



/* 事業部紹介--------------------------------------------- */



.svs_01{

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

}

.svs_01 ul li{
    width: 48%;
    height: auto;
    float: left;
    margin-right: 4%;
    margin-bottom: 40px;

}

.svs_01 ul li:nth-child(1){
    margin-left:27.5%;
}


.svs_01 ul li:nth-child(2){
    margin-bottom: 0px;
}

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



.svs_01 dl dt{
    max-width: 500px;
    width: 100%;
    height: 180px;
    margin: 0 auto 20px auto;
    border-radius: 50%;
    padding: 0 10px;
    box-sizing: border-box;
    
    
    font-size: 21px;
    line-height: 140%;
    
    font-family: 'noto700';
    text-align: center;
    color: #FFFFFF;

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




.svs_01 dl dt p{
    font-size: 17px;
}




.svs_01 dl dd p{
    font-size: 20px;
    line-height: 140%;
    
    margin-bottom: 25px;
    
    font-family: 'noto700';
    text-align: center;
}


.svs_01 dl dd p span{
    padding: 0 10px 5px 10px;
}


.svs_01 dl dd{
    font-size: 17px;
    line-height: 160%;
    
    word-wrap: break-word;
    word-break: break-all;
}





.svs_01_bg{
    background: #ff6699;
}


.svs_02_bg{
    background: #f5c032;
}


.svs_03_bg{
    background: #21b7c4;
}


.svs_01_bdr01{
    border-bottom: 3px solid #ff6699;
}

.svs_01_bdr02{
    border-bottom: 3px solid #f5c032;
}


.svs_01_bdr03{
    border-bottom: 3px solid #21b7c4;
}





.youtube_in{
    max-width: 900px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;

}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  leftt: 0;
}




.svs_02{
}



.svs_02 dl dt{
    font-size: 22px;
    line-height: 140%;
    font-family: 'noto700';
    margin-bottom: 20px;
    text-align: center;
}

.svs_02 dl dd{
    font-size: 16px;
    line-height: 170%;

}

.svs_03{
    margin-bottom: 70px;
}

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

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

}

.svs_03{
    margin-bottom: 70px;
}


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

}

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

}



.svs_03 p{
    font-size: 20px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 30px;



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

.svs_03 p span{
    padding: 0 10px;

}






/* 工事実績--------------------------------------------- */

.wk01{
}


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

.wk01 ul li img{
    vertical-align: bottom;

}

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


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


.wk01 ul li dl dd{
    font-size: 14px;
    line-height: 150%;
}







.wk02_tbl{

	width:100%;
	height:auto;
    margin-bottom: 50px;
    border-bottom: 1px dotted #d0d0d0;

}

.wk02_tbl p{
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 10px;
    
    font-family: 'noto700';    
}

.wk02_tbl table{
	width:100%;
	height:auto;
    margin-bottom: 50px;

    border-bottom: 1px dotted #d0d0d0;
}



.wk02_tbl table:last-child{
    margin-bottom: 0px;
}





.wk02_tbl table th{
    width: 50%;


	padding:5px 15px 5px 0px;	
	box-sizing:border-box;

	font-size:15px;
    line-height: 140%;
	border-collapse:collapse;


    vertical-align: text-top;

	text-align:left;
    border-bottom: 1px dotted #d0d0d0;
    
    font-family: 'noto500';      
    
    vertical-align: top;   
    
    
    background:#F4F4F4;    
}

.wk02_tbl table td{
	padding:3px 15px 5px 0px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 140%;
	border-collapse:collapse;

    
	text-align:left;
    vertical-align: top;
}


.wk02_tbl td:last-child{
	padding:5px 0px 10px 0px;	
}

.wk02_tbl table tr:nth-child(odd){
    background: #FFF6F6;
}







/* 研修・講習制度--------------------------------------------- */

.trng01{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 25px;
    
    word-break: break-all;
    word-wrap: break-word;
}



.trng02{
    margin-bottom: 70px;
}

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

.trng02 ul li img{
    vertical-align: bottom;

}

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



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


.trng02 ul li dl dd{
    font-size: 14px;
    line-height: 150%;
}











/* ホルミシスメディカル事業--------------------------------------------- */

.hmb01{
    margin-bottom: 60px;
}

.hmb01 ul li{
    width: 18.4%;
    height: 45px;
    margin-right: 2%;
    
    float: left;

}


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



.hmb01 ul li a{
    display: block;

    height: 45px;    
    padding: 0 5px;
    background: #8ecadb;
    color: #FFFFFF;
    
    font-size: 15px;
    line-height: 100%;
    text-align: center;

   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.hmb01 ul li a:hover{
    color: #ffffff;

    background: #1975b5
}






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

.hmb02 span{
    font-size: 14px;
    line-height: 150%;
    
    font-weight: 600;
}






.hmb02 ul{
    margin-top: 15px;
}

.hmb02 ul li{
    background: url("../img/common/list001.png")  left 11px no-repeat;
    padding-left: 10px;
    margin-bottom: 19px;
    
    line-height: 150%;
}

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





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




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


.hmb04 ul li{
    width: 48.5%;
    height: 200px;
    float: left;
    margin-right: 3%;
    margin-bottom: 20px;
    background: #28c8d6;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
	border-radius: 15px;   
}

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

.hmb04 ul li:nth-child(3){
    margin-bottom: 0px;
}

.hmb04 ul li:nth-child(4){
    margin-bottom: 0px;
}



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

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


.hmb04 ul li dl dd{
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;

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


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


.hmb05 ul li{
    width: 32%;
    height: 200px;
    float: left;
    margin-right: 2%;
    background: #e9d67b;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
	border-radius: 50%;   
}


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

.hmb05 ul li p{
    font-size: 22px;
    line-height: 150%;
    text-align: center;    
    font-weight: 600;
}

.hmb05 ul li p span{
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    display: block;
    font-weight: 400;
}





.hmb06{
    max-width: 540px;
    width: 100%;
    height: auto;
    margin: 0 auto 60px auto;
}






.hmb07{
padding-top: 35px;
border-top: 1px dotted #999999;

}

.hmb07 dl dt{
    max-width: 110px;
    width: 100%;
    height: 35px;
    margin-bottom: 15px;
    
    border: 1px solid #999999;
    
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     

}

.hmb07 dl dd{


}

.hmb07 dl dd ul li{
    font-size: 15px;
    line-height: 140%;
    
    margin-bottom: 10px;
    
    background: url("../img/hormesis_medica_business/list.jpg") left 11px no-repeat;
    padding-left: 10px;

}

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

.hmb07 dl dd ul li a{    
    color: #0099cc;
    text-decoration: underline;

}

.hmb07 dl dd ul li a:hover{    
    color: #0099cc;
    text-decoration: none;

}


.hmb08{

font-size: 15px;
line-height: 170%;
margin-bottom: 40px;


}

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


}


.hmb_bg01{
    background: #ecf3d5;
}



.hmb_in{
    background: #FFFFFF;

}

.hmb_in01{

    padding: 40px 30px;
    box-sizing:border-box; 
}




.hmb10{
    font-size: 17px;
    line-height: 160%;
    margin-bottom: 40px;
}

.hmb10 span{
    color: #ff6600;

}


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


.hmb12{
    font-size: 22px;
    line-height: 150%;
    margin-bottom: 40px;
    color: #817373;
    
    font-weight: 600;
    text-align: center;
}


.hmb12 span:before {
	content: "\A" ;
	white-space: pre ;
}



.hmb13{
    background: #e3d5b7;
    padding: 25px;
    margin-bottom: 60px;

	border-radius: 15px;
}

.hmb13 dl dt{
    font-size: 20px;
    line-height: 140%;
    color: #688457;
    margin-bottom: 10px;
    font-weight: 600;
}

.hmb13 dl dd{
    font-size: 16px;
    line-height: 160%;

}







.hmb14{
}

.hmb14 dl dt{
      max-width: 260px;
    width: 100%;
    height: 35px;
    margin: 0 auto 30px auto;  
    background: #df8585;
    
    font-size: 17px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    font-weight: 600;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}


.hmb14 dl dd{

    padding: 30px;
    
    box-sizing: border-box;

    border: 1px solid #e08989;

}




.hmb14 dl dd ul{
     max-width: 900px;
    width: 100%;
    margin: 0 auto 0 auto;  


}

.hmb14 dl dd ul li{
    width: 32%;
    height: auto;
    float: left;

}


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



.hmb14 dl dd ul li ul li{
width: auto;
height: auto;
float: none;
    font-size: 14px;
    line-height: 140%;
    background: url("../img/hormesis_medica_business/02/list.jpg") left 8px no-repeat;
    padding-left: 8px;
    margin-bottom: 10px;

}

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







.hmb15{
}


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

}

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


.hmb15_img{
    text-align: center;
    margin-bottom: 0;
}

.hmb15_img img{
    padding:0;
    margin: 0;
    vertical-align: bottom;
}



.hmb15_in{
    padding: 25px 25px;
    background: #eaeded;

}

.hmb15_in dl{
    box-sizing: border-box;

}



.hmb15_in dl dt{
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #1975b5;
    font-weight: 600;
    margin-bottom: 15px;

}

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



.hmb15_in dl dd{
    height: 65px;
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 25px;


}

.hmb15_btrn{
    max-width: 170px;
    width: 100%;
    height: 40px;
    margin: 0 auto;

}

.hmb15_btrn a{
    display: block;

    height: 40px;    
    padding: 0 5px;
    background: #1975b5;
    
    border: 1px solid #1975b5;
    color: #FFFFFF;
    
    font-size: 15px;
    line-height: 100%;
    text-align: center;

   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.hmb15_btrn a:hover{

    background:#FFFFFF;
    
    border: 1px solid #1975b5;
    color: #1975b5;


}


.hmb16{
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;


}

.hmb17{
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
}

.hmb17 ul{

}

.hmb17 li{
    width: 48%;
    margin-right: 4%;
    text-align: center;
    float: left;
}

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

.hmb17 li dl dt{
    font-size: 22px;
    font-weight: 700;
    color: #1975b5;
    margin: 5px auto 15px;
}




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



.hmb17_txt01{
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 30px;
    
    word-break: break-all;
    word-wrap: break-word;
}


.hmb18{
    margin-bottom: 30px;
}


.hmb18 dl dt{
    font-size: 20px;
    line-height: 150%;
    font-weight: bold;
    text-align:center;
    margin-bottom: 15px;
}

.hmb18 dl dd{
    max-width: 700px;
    width: 100%;
    margin: 0 auto;

}


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

}

.hmb18 dl dd table th{
	width:220px;

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


    vertical-align: text-top;

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

.hmb18 dl dd table td{
	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 160%;
	border-collapse:collapse;

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

.hmb18 dl dd table td span{
    color: #D92326;
    font-weight: bold;
}



.hmb_products_mat{

}

.hmb_mat_title dl dt{
    text-align: center;
    width: 100%;
    background-color: #1e6ba1;
    color: #ffffff;
    padding: 10px;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.hmb_mat_title dl dd{
    text-align: center;
    width: 100%;
    line-height: 180%;
    font-size: 24px;
    color: #1975b5;
    font-weight: bold;
    margin-bottom: 30px;
}

.hmb_mat_title dl dd span{
    font-size: 34px;
    color: #cc1a1a;
}



.hmb_mat_img{
    width: 100%;
    max-width: 1000px;
    margin: 0px auto 30px;
}

.hmb_mat_img div{
    width: 100%;
    text-align: right;
}

.mat_txt01{
    margin-bottom: 30px;
    
    font-size: 15px;
    line-height: 170%;    
}

.mat_txt02{
    margin-bottom: 30px;
    border-left: 15px solid #1975b5;
    padding:10px 15px 15px;
    font-size: 14px;
    line-height: 200%;
}

.mat_txt02 span{
    font-size: 20px;
}



.mat_txt02_list{
    margin-bottom: 40px;

}

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

.mat_txt02_list dl dt{
    font-size: 24px;
    font-weight: bold;
    line-height: 140%;
    margin-bottom: 5px;  
}

.mat_txt02_list dl dt p{
    font-size: 20px;
    font-weight: bold;
    line-height: 140%;
    margin-bottom: 10px; 
    color: #1975b5;    
}

.mat_txt02_list dl dt span{

    font-size: 18px;
}

.mat_txt02_list dl dd{
    font-size: 16px;

}

.mat_txt02 span{
    font-size: 20px;
}


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



.mat_txt03 dl dt{
    width: auto;
    text-align: center;
    font-size: 24px;
    padding: 10px;
    margin-bottom: 30px;
}

.mat_txt03 dl dt span{
    padding: 0px 10px;
    border-bottom : 5px dotted #1975b5;   /* 枠線の指定（下）     */
}

.mat_txt03 dl dd{
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 30px;

}

.mat_txt04{
    width: 100%;
    padding: 20px;
    text-align: center;
    background-color: #e2f0fa;
    border-radius: 10px;
    font-size: 16px;
    line-height: 140%;
    box-sizing: border-box;

}



.hmb_item_list ul li{
    width: 49%;
    margin-right:2%;
    margin-bottom: 40px;
    float: left;
}

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

.hmb_item_headline dl dt{
    width: 100%;
    height: 50px;
    color: #FFFFFF;
    background-color: #1e6ba1;
    text-align:left;
    font-size: 15px;
    line-height: 140%;
    padding: 0px 10px;
    box-sizing: border-box;

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

}

.hmb_item_headline dl dd{
    width: 100%;
    color: #1e6ba1;
    text-align: right;
    font-size: 14px;
    padding: 5px 5px 0px;
    box-sizing: border-box;
}

.hmb_item_img img{
    width: 100%;
    max-width: 580px;
}

.hmb_item_title_area{
    position: relative;

    width: 100%;
    background-color:#FFFFFF;
    border: 2px solid #2670a4;
    box-sizing: border-box;
    margin-bottom: 15px;
    height: 70px;
}

.hmb_item_title_area_l{
    position: relative;

    width: 100%;
    background-color: #eaeded;
    height: 260px;
}


.hmb_item_title_area_l01{
    position: relative;

    width: 100%;
    background-color: #eaeded;
    height: 260px;
}

.hmb_item_title{
    position: absolute;
    width: 100%;
    text-align: center;

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

    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.hmb_item_title dl dt{
    font-size: 20px;
    font-weight: 900;
    color: #1975b5;

}

.hmb_item_title dl dt span{
    font-size: 16px;
}

.hmb_item_title dl dd{
    font-size: 20px;
    font-weight: 400;
}

.hmb_item_title dl dd span{
    font-size: 16px;
}

.hmb_item_title_area_l .hmb_item_title dl dd{
    font-size: 14px;
}

/* 保険事業--------------------------------------------- */


.ib01{

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

    margin: 0 auto 30px auto;


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





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



.ib03{

font-family: nitalago-ruika, sans-serif;
font-style: normal;
font-weight: 100;

}

.ib03 dl dt{
    font-size: 22px;
    line-height: 160%;
    text-align: center;
    margin-bottom: 20px;
}



.ib03 dl dd{
    font-size: 27px;
    line-height: 140%;
    text-align: center;
    color: #ff9999;
}


.ib_in_top{
    background: #FFFFFF;

    padding: 10px 20px;
    box-sizing:border-box; 
    border-radius: 15px;
    margin-bottom: 20px;
}

.ib_in_top ul{
    text-align: center;
}

.ib_in_top ul li{
    padding: 20px;
    font-size: 15px;
    border-bottom:1px dotted #ccc ;
}

.ib_in_top ul li:nth-child(3){
    border-bottom:none ;
}

.ib_in_top ul li p{
    font-size: 25px;
    color: #d06aa1;
    font-weight: 900;
    padding-bottom: 10px;
}

.ib_in_top ul li a{
    display: block;
    width: 160px;
    padding: 5px 15px;
    background-color: #fb8ba0;
    box-sizing:border-box; 
    border-radius: 5px;
    color: #fff;
    margin: 10px auto 0px;
    border: 1px solid #fb8ba0;
    transition: 0.3s;

}

.ib_in_top ul li a:hover{
    background-color: #fff;
    color: #fb8ba0;
}



.ib_in01{
}

.ib_in01 ul li{
    background: #FFFFFF;

    padding: 30px 30px;
    box-sizing:border-box; 
    border-radius: 15px;
    margin-bottom: 30px;
}

.ib_in01 dl dt{
    padding: 8px 10px;
    background: #daebe3;
    
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    font-weight: 600;
    
	border-radius: 15px;    
    margin-bottom: 15px;
}

.ib_in01 dl dt strong{
    color: #cc9999;
    display: inline-block;
    vertical-align: text-top;
    font-size: 21px;
    line-height: 120%;      
}


.ib_in01 dl dd{
    font-size: 16px;
    line-height: 170%;
}





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


.abt_msg{
    margin-bottom: 60px;
    
    font-size: 15px;
    line-height: 160%;    
    
    word-break: break-all;
    word-wrap: break-word;
}


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




.abt_tbl table td dl dt{
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;
    
    margin-bottom: 8px;
}

.abt_tbl table td dl dd{
    margin-bottom: 12px;

}

.abt_tbl table td dl dd p{
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.abt_tbl table td dl dd:last-child{
    margin-bottom: 0px;
}




.abt_img{
    margin-bottom: 40px;
}

.abt_map{

margin: 0 auto 60px auto;

}



.abt_ks{
}

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

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




/* 施工実績--------------------------------------------- */


.wrk{
    margin-bottom: 60px;
}

.wrk ul li{
    width: 49%;
    float: left;
    margin-right: 1%;
    margin-bottom: 12px;
}

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



.wk_txt01{
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;

}

.wk_txt01 ul li{
    margin-bottom: 10px;
    
    font-size: 16px;
    line-height: 140%;    
    background: url("../img/common/list001.png") left 8px no-repeat;
    padding-left: 12px
}

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

/* 採用情報--------------------------------------------- */

.f_text01{

}

.f_text01 a{
    color: #006699;
    text-decoration: none;
}

.f_text01 a:hover{
    color: #006699;
    text-decoration:underline;
}


.rrt_txt{
    font-size: 28px;
    line-height: 150%;
    text-align: center;

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

.rrt_txt span:before {
	content: "\A" ;
	white-space: pre ;
}




.rrt_tab{
    max-width: 410px;
    width: 100%;
    margin: 0 auto 40px auto;
}

.rrt_tab ul li{
    width: 49%;
    float: left;
    margin-right: 2%;
}

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

.rrt_tab ul li a{
    height: 45px;
    display: block;
    background: #999999;
    color:#FFFFFF;
    text-align: center;
    
    font-size: 18px;
    line-height: 100%;

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

   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.rrt_tab ul li a:hover{
    background: #333333;

}

.rrt_tab_on{
    background: #333333  !important;

}


.rrt_bx01{
}

.rrt_bx01 ul li{
    width: 49%;
    float: left;
    margin-right: 2%;
}

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

.rrt_bx01_out{
    margin-bottom: 30px;


}

.rrt_bx01_in{
    width: 140px;
    height: 350px;
    background:rgba(99,168,203,0.90);
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.rrt_bx01_in dl dt{
    font-size: 80px;
    line-height: 100%;
    text-align: center;
    color:#FFFFFF;
    font-family: garage-gothic,sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 20px;
}

.rrt_bx01_in dl dt p{
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    color:#FFFFFF;
    font-family: garage-gothic,sans-serif;
    font-weight: 400;
    font-style: normal;
}

.rrt_bx01_in dl dd{
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color:#FFFFFF;
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;  
}

.rrt_bx01_in dl dd p{
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 8px;
    text-align: center;
    color:#FFFFFF;
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;  
}



.rrt_bx01_bg01{
	height:350px !important;
	background:url("../img/recruit/01.jpg" )center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}

.rrt_bx01_bg02{
	height:350px !important;
	background:url("../img/recruit/02.jpg" )center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}


.rrt_bx01_txt01{

}

.rrt_bx01_txt01 dl dt{
    font-size: 26px;
    line-height: 130%;
    margin-bottom:15px;

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

.rrt_bx01_txt01 dl dd{
    font-size: 15px;
    line-height: 170%;

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






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


}

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

}

.rrt_tbl01 table th{
	width:170px;

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


    vertical-align: text-top;

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

.rrt_tbl01 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 #d0d0d0;
}


.rrt_tbl01 table td a{
    color: #000000;
    text-decoration: underline;
}


.rrt_tbl01 table td a:hover{
    color: #000000;
    text-decoration:none;
}




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


.privacy{
}


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

    margin-bottom: 8px;

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 600;

}


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

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 400;
}















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



.contact-txt{
	font-size:16px;
	line-height:160%;
	margin-bottom:60px;	
}





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

.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:15px;
    line-height: 160%;
	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:15px;
    line-height: 160%;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;

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


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

}

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

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

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



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

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

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

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

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


#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{
width: 160px;
height: auto;
position: absolute;
top:6px;
left: 20px;
}

h1.h1_01 p{
    font-size: 22px;
    line-height: 100%;
}


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




h2.h2_01{
    position: static;
    width: 64px;
    margin: -5px auto 0 auto;
    height: 150px;
    font-size: 13px;
    line-height: 125%;
    text-align: center;

    color:#000000;
    

    
    writing-mode: vertical-rl;   

/*    text-orientation: sideways;*/
    font-family: ryo-display-plusn, serif;
    font-style: normal;
    font-weight: 700;   
}




h2.h2_01 span {
    display: block;
    font-size: 33px;
    line-height: 130%;
    padding-top: 30px;
    text-align: left;

    background: url("../img/common/h2_01.png")  11px no-repeat;
    background-size: 1px 140px;
    
    color:#000000;

    writing-mode: vertical-rl;   
    
    font-family: "satisfy", sans-serif;
    font-weight: 400;
    font-style: normal;   
}




h2.h2_02{
    position: static;
    width: 64px;
    margin: -5px auto 0 auto;
    height: 150px;
    font-size: 13px;
    line-height: 125%;
    text-align: center;

    color:#FFFFFF;
    

    
    writing-mode: vertical-rl;   

/*    text-orientation: sideways;*/
    font-family: ryo-display-plusn, serif;
    font-style: normal;
    font-weight: 700;   
}




h2.h2_02 span {
    display: block;
    font-size: 33px;
    line-height: 130%;
    padding-top: 30px;
    text-align: left;

    background: url("../img/common/h2_02.png")  11px no-repeat;
    background-size: 1px 140px;
    
    color:#FFFFFF;

    writing-mode: vertical-rl;   
    
    font-family: "satisfy", sans-serif;
    font-weight: 400;
    font-style: normal;   
}




h2.h2_01 em{
    padding-top: 60px;

}


h2.h2_02 em{
    padding-top: 70px;

}




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


.h2_01_clr{
    color: #ffffff !important;
}



h3.h3_01{

    font-size: 20px;
    line-height: 120%;
    margin-bottom: 27px;
    text-align: center;


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

h3.h3_01 span{
    display: block;

    font-size: 12px;
    line-height: 120%;
    text-align: center;
    color:#877474;
    margin-left: 0px;
    margin-top: 5px;
}







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




.top_slide{
	width:100%;
	min-height:300px;
	z-index:5;

    margin-top: 50px;
	 	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}


.slide_txt_out_bg{
    margin-top: 50px;
      content: "";         /* 疑似要素に必須 */
  width: 100%;         /* 幅いっぱい */
  height: 250px;        /* 高さいっぱい */
  display: block;      /* 高さを指定するためにブロック要素にする */
background: linear-gradient(to top,rgba(000,000,000,0.9),rgba(000,000,000,0.5),rgba(000,000,000,0.4),rgba(000,000,000,0.3),rgba(000,000,000,0.2),rgba(000,000,000,0.1),rgba(000,000,000,0));



  position: absolute;  /*  */
  top: 0;
  left: 0;   
}


.slide_txt_out{
    position: relative;
    max-width: 260px;
    width: 100%;
    height: 300px;
    margin: 0 auto;


    box-sizing: border-box;
    z-index: 6000;
}

.slide_txt_in{
    position: absolute;
    top: 103px;
    right: -25px;
    font-size: 27px;
    line-height: 140%;
    writing-mode: vertical-rl;    
    
    font-family: tbudrgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;    
}



.slide_txt_out01{
    position: relative;
    max-width: 260px;
    width: 100%;
    height: 250px;
    margin: 0 auto;


    box-sizing: border-box;
    z-index: 6000;
}

/*.slide_txt_in01{
    position: absolute;
    top: 40px;
    right: 0px;
    font-size: 27px;
    line-height: 140%;
    writing-mode: vertical-rl;    
    
    font-family: tbudrgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;    
}*/



.slide_txt_in01{
    position: absolute;
    bottom: 10px;
    right: 00px;
    font-size: 25px;
    line-height: 140%;
    color: #FFFFFF;

    
    font-family: tbudrgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;    
    
   
}


.slide_txt_in01 span{
    font-size: 40px;
}





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





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


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


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




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



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

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


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


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




.button_btm01{
    margin-bottom: 30px !important;
}


.button01_01{
    position: absolute !important;
    left: 20px;
    bottom: 15px !important;

}





.button01{
    background: url("../img/common/ctt_01.png") left 0px no-repeat;
    background-size: 26px 26px;
}

.button01 a{
}

.button01 a p{
    height: 26px  !important;

    font-size: 18px;
    line-height: 140%;
    color:#000000;
    box-sizing: border-box;
    padding-left: 35px;
    

    
    font-family: "caflisch-script-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
position: relative;
display: inline-block;
transition: .3s;

}


.button01 a p::after {
position: absolute;
bottom: 0;
left: 35px;
content: '';
width: 0;
height: 1px;/*下線の太さ*/
background-color: #666666 ;/*下線の色*/
transition: .3s;
}

.button01 a p:hover::after {
width: 60%;
}




.button01 a p.button01_cr::after {
position: absolute;
bottom: 0;
left: 35px;
content: '';
width: 0;
height: 1px;/*下線の太さ*/
background-color: #666666 ;/*下線の色*/
transition: .3s;
}

.button01 a p:hover::after {
    width: 60%;
}




.button02{
    background: url("../img/common/ctt_01.png") left 0px no-repeat;
    background-size: 26px 26px;
}

.button02 a{
}

.button02 a p{
    height: 26px  !important;

    font-size: 18px;
    line-height: 140%;
    color:#FFFFFF;
    box-sizing: border-box;
    padding-left: 35px;
    

    
    font-family: "caflisch-script-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
position: relative;
display: inline-block;
transition: .3s;

}


.button02 a p::after {
position: absolute;
bottom: 0;
left: 35px;
content: '';
width: 0;
height: 1px;/*下線の太さ*/
background-color: #FFFFFF ;/*下線の色*/
transition: .3s;
}

.button02 a p:hover::after {
width: 60%;
}







/* トップ　メッセージ------------------------------------------ */



.tp_msg_bg{
	width: 100%;
	height:400px !important;
	background:url("../img/top/01_bg.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     
}


.tp_msg{
    height: 240px;
    
/*    background: #F15B5E;*/
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.tp_msg dl dt{
    font-size: 17px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;

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


.tp_msg p span:before {
	content: "\A" ;
	white-space: pre ;
}

.tp_msg dl dd{
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 170%;


    color: #FFFFFF;

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


.tp_msg dl dd span:before {
	content: "" ;
	white-space: none ;
}




/* 新着情報---------------------------------------------- */


.tp_news{


    margin-bottom:20px; 
}

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

.tp_news dl dt{
font-size: 14px;
line-height: 150%;
float: none;
clear: both;
color: #999999;
margin-bottom: 2px;
}

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

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

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









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





.tp_igt_ttl{
    max-width: 210px;
    width: 100%;
    padding: 2px 10px;
    box-sizing: border-box;
    
    border: 1px solid #666666;
    
    

    font-size: 17px;
    line-height: 180%;
    text-align: center;
    color: #666666;
    margin: 0 auto 30px auto;


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

.tp_igt01{
}

.tp_igt01 ul li{
    width: 100%;
    height: auto;
    margin-right:0%;
    float: left;
    margin-bottom: 10px;
    
    position: relative;
}

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

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

.tp_igt01_in {
  content: "";         /* 疑似要素に必須 */
  width: 100%;         /* 幅いっぱい */
  height: 100%;        /* 高さいっぱい */
  display: block;      /* 高さを指定するためにブロック要素にする */
  
    background: linear-gradient(rgba(000,000,000,0.9),rgba(000,000,000,0.5),rgba(000,000,000,0.4),rgba(000,000,000,0.3),rgba(000,000,000,0.2),rgba(000,000,000,0.1),rgba(000,000,000,0));
    
/*background: linear-gradient(rgba(255,255,255,0.9),rgba(255,255,255,0.5),rgba(255,255,255,0));*/
  position: absolute;  /*  */
  top: 0;
  left: 0;
}



.tp_igt_bg01{
	width: 100%;
	height:220px !important;
	background:url("../img/top/01_01.png") 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:220px !important;
	background:url("../img/top/01_02.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

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

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



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










/* トップ　ホルミシスメディカル事業------------------------------------------ */




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


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

.tp_hsm_in{
    padding-top: 50px;
}


.tp_hsm_in dl dt{
}

.tp_hsm_in dl dd{
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    
    font-family: ryo-display-plusn, serif;
    font-style: normal;
    font-weight: 500;    
}

.tp_hsm_in dl dd p{
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 15px;
    
    font-family: ryo-display-plusn, serif;
    font-style: normal;
    font-weight: 700;
}



.tp_hsm01{

margin-top: -95px;
margin-bottom: 20px;
}

.tp_hsm01 dl dt{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 30px auto;
    text-align: center;

}


.tp_hsm01 dl dd{
    font-size: 14px;
    line-height: 160%;
    
}



.tp_hsm02{
    margin-bottom: 20px;
}

.tp_hsm02 dl dt{
    font-size: 18px;
    line-height: 150%;
    font-weight: bold;
    text-align:center;
    margin-bottom: 10px;
}


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




.tp_hsm02 dl dd{
    font-size: 16px;
    line-height: 180%;
    
    color: #D92326;
    font-weight: bold;
    text-align:center;

}


.tp_hsm03{
    margin-bottom: 30px;
}


.tp_hsm03 dl dt{
    font-size: 16px;
    line-height: 150%;
    font-weight: bold;
    text-align:center;
    margin-bottom: 15px;
}





.tp_hsm03 dl dd{
    max-width: 360px;
    width: 100%;
    margin: 0 auto;

}


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

}

.tp_hsm03 dl dd table th{
    display: block;
	width:100%;

	padding:5px 0px 0px 0px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 150%;
    color: #295892;
	border-collapse:collapse;


    vertical-align: text-top;

	text-align:left;
    border-bottom: none;
}

.tp_hsm03 dl dd table td{
    display: block;
	width:100%;
	padding:3px 0px 5px 0px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;

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

.tp_hsm03 dl dd table td span{
    color: #D92326;
    font-weight: bold;
}




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

.tp_hsm05{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 50px;
}

.tp_hsm05 ul{
    margin: 10px 0;
}

.tp_hsm05 ul li{
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 5px;
    color: #D92326;
    font-weight: bold;
}




.tp_hsm05_01{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 20px;
}



.tp_hsm06{
margin-bottom: 20px;
}

.tp_hsm06 ul li{
    width: 49%;
    height: 90px;
    float: left;
    margin-right: 2%;
    background: #048cb3;  
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 8px;
    
    border-radius: 5px;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
       
}

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




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


.tp_hsm06 ul li dl dt{
    font-size: 26px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 5px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 700;
}


.tp_hsm06 ul li dl dd{
    font-size: 13px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;  
}

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






.tp_hsm07{
margin-bottom: 20px;
}

.tp_hsm07 ul li{
    width: 32%;
    height: 90px;
    float: left;
    margin-right: 2%;
    background: #51c4a8;  
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 8px;
    
    border-radius: 5px;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
       
}

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



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


.tp_hsm07 ul li dl dt{
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 7px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
}


.tp_hsm07 ul li dl dd{
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 700;  
}




/* トップ　保険事業------------------------------------------ */




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



.tp_ib_in{
    padding-top: 50px;
}

.tp_ib_in dl dt{
}

.tp_ib_in dl dd{
    max-width: 690px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: 14px;
    line-height: 140%;

    color: #FFFFFF;
    
    font-family: ryo-display-plusn, serif;
    font-style: normal;
    font-weight: 500;    
}



.tp_ib_in dl dd p{
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 15px;
    
    font-family: ryo-display-plusn, serif;
    font-style: normal;
    font-weight: 700;
}


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

.tp_ib_in01{
    padding-top: 50px;
}

.tp_ib_in01 dl dt{
}

.tp_ib_in dl dd{
    max-width: 690px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: 14px;
    line-height: 140%;

    color: #FFFFFF;
    
    font-family: ryo-display-plusn, serif;
    font-style: normal;
    font-weight: 500;    
}



.tp_ib_in01 dl dd p{
    font-size: 22px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 15px;
    
    font-family: ryo-display-plusn, serif;
    font-style: normal;
    font-weight: 700;
}





.tp_ib01_01_tp{
    margin: 0 auto !important;

}

.tp_ib01_01_btn{
    max-width: 120px;
    width: 100%;
    height: auto;
    margin: 10px auto 0 auto;
}

.tp_ib01_01_btn a{
    display: block;
    width: 120px;
    height: auto;
    padding: 6px 10px 8px 10px;
    text-align: center;
    box-sizing: border-box;

    background: #fb8ba1;
    border: 1px solid #fb8ba1;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 100%;
    
    border-radius: 5px;


   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.tp_ib01_01_btn a:hover{
    background:#FFFFFF;
    border: 1px solid #fb8ba1;
    color: #fb8ba1;

}





.tp_ib01_01{
    max-width: 1000px;
    width: 100%;
    margin: -130px auto 30px auto;

}

.tp_ib01_01 ul li{
    width: 49%;
    height: 150px;
    float: left;
    margin-right: 2%;
    
    border-radius: 15px;
    margin-bottom: 10px;

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

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




.tp_ib01_01 ul li:nth-child(3n){
    margin-right: 0%;
    margin-left: 25.5%;
    margin-bottom: 0;
    
}

.tp_ib01_01_in{
    width: 100%;
    height: 150px;
    background: rgba(0,0,0,0.10);
    
    border-radius: 15px;
        
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;         
}

.tp_ib01_01_in dl dt{
    font-size: 17px;
    line-height: 140%;
    text-align:center;
    color: #FFFFFF;;

    font-weight: 700;
    margin-bottom: 10px;
}

.tp_ib01_01_in dl dd{
    font-size: 15px;
    line-height: 160%;
    text-align:center;
    color: #FFFFFF;
    
    font-weight: 700;
}


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

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

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







.tp_ib01{

margin-top: -120px;
margin-bottom: 20px;
}

.tp_ib01 dl dt{
    text-align: center;
    margin-bottom: 25px;
}



.tp_ib01_tt{
    max-width: 160px;
    width: 100%;
    height:auto;
    padding: 8px 0 6px 0;
    margin: 0 auto 15px auto;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    background: #ff9999;
}


.tp_ib01 dl dd{
    font-size: 16px;
    line-height: 160%;
    text-align: center;
     
    font-family: ryo-display-plusn, serif;
    font-style: normal;
    font-weight: 700;   
}


.tp_ib01 dl dd p{

    font-size: 23px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 8px;
    color: #e0698b;
    
    font-family: ryo-display-plusn, serif;
    font-style: normal;
    font-weight: 700;

}




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

.tp_cp_bg{
	width: 100%;
	height:280px !important;
	background:url("../img/top/03_bg.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}



.tp_cp_bg01{
	width: 100%;
	height:190px !important;
	background:url("../img/top/03_bg.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}




.tp_cp_in{
    padding-top: 50px;
}

.tp_cp_in dl dt{
}

.tp_cp_in dl dd p{
    font-size: 18px;
    line-height: 140%;
    text-align: center;

    font-family: ryo-display-plusn, serif;
    font-style: normal;
    font-weight: 700;
    
    color: #FFFFFF;
}


.tp_cp01{

margin-top: -120px;
margin-bottom: 20px;
}

.tp_cp01 dl{
    margin-top: 20px;

}

.tp_cp01 dl dt{
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 10px;

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

.tp_cp01 dl dd{
    font-size: 13px;
    line-height: 160%;
    text-align: center;

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




.tp_ctt_bg01{
	width: 100%;
	height:190px !important;
	background:url("../img/top/04_bg.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}







/*トップ採用--------------------------------------------- */

.tp_rrt_bg{
	width: 100%;
	height:230px !important;
	background:url("../img/top/rrt_bg.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     box-sizing:border-box;
        
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}


.tp_rrt{
}

.tp_rrt dl dt{
}

.tp_rrt dl dd{

}

.tp_rrt dl dd a{
    width: 200px;
    height: 31px;
    display: block;
    font-size: 13px;
    line-height: 110%;
    text-align: center;
    color: #FFFFFF;
    
    border: 1px solid #FFFFFF;
    

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
   
	-webkit-border-radius: 25px;     /* for Safari and Chrome */
	moz-border-radius: 25px;    /* for Firefox */
	-o-border-radius: 25px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:25px;   /* Linux browsers */
	border-radius: 25px;     /* CSS3 */   
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}



.tp_rrt dl dd a:hover{
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #000000;
}








/* 共通お問い合わせ---------------------------------------------- */



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


.cmm_ctt dl{

    margin-bottom: 15px;
}


.cmm_ctt dl dt{
    font-size: 13px;
    line-height: 120%;
    text-align: center;

    margin-bottom: 10px;
    color: #000000;

}

.cmm_ctt dl dd{
    font-size: 26px;
    line-height: 110%;
    text-align: center;
    color: #666666;


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

}


  


.cmm_ctt_btn{
	width:220px;
	height:auto;
	text-align: center;
	text-decoration: none;
    margin: 0 auto;


    background:url("../img/common/ctt_btn.jpg") repeat-x;    

	border-radius: 30px;     /* CSS3 */       
}


.cmm_ctt_btn a{
	width:220px;
    display: block;
    height: 30px;
    font-size: 14px;
    line-height: 100%;
    color:#FFFFFF;
    padding-top: 0px;
    text-align: center;

    background:url("../img/common/ctt_btn.jpg") repeat-x;

     box-sizing: border-box;

   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 

	border-radius: 30px;     /* CSS3 */   

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

.cmm_ctt_btn a:hover{
    background:rgba(0,0,0,0.20);


  color:#FFFFFF;;
}



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



.cpy_01{
    margin-bottom: 50px;
}

.cpy_01_l{
    max-width: 200px;
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto 15px auto;
}


.cpy_01_r{
    width: 100%;
    height: auto;
    float: none;
}



.cpy_01_in{
    font-size: 14px;
    line-height: 170%;

}

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





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

}

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

}

.abt_tbl table th{
display: block;
	width:auto;

	padding:8px 0px 4px 0px;	
	box-sizing:border-box;
    
    
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;
    color: #bf2961;
    vertical-align: text-top;

    
	text-align:left;
    border-bottom:none;
}

.abt_tbl table td{
display: block;
	width:auto;
	padding:0px 0px 8px 0px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;

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



.abt_tbl table td a{
    color: #000000;
    text-decoration: underline;
}

.abt_tbl table td a:hover{
    color: #000000;
    text-decoration:none;
}

.abt_tbl table td ul{
    margin: 3px 0;
}


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

}

.abt_tbl table td ul li:last-child{
    margin-bottom: 0px;
}

.abt_map{

}







.abt_tbl01{
margin-bottom: 50px;

}

.abt_tbl01 ul li{
    width: 100%;
    height: auto;
    float: none;
}

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




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

}

.abt_tbl01 table th{
	width:210px;

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


    vertical-align: text-top;

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

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

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


.abt_tbl01 table td a{
    color: #000000;
    text-decoration: underline;
}

.abt_tbl01 table td a:hover{
    color: #000000;
    text-decoration:none;
}






/* 事業部紹介--------------------------------------------- */



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

.svs_01 ul li{
    width: 100%;
    height: auto;
    float: left;
    margin-right: 0%;
    margin-bottom: 50px;

}
.svs_01 ul li:nth-child(1){
    margin: 0 auto 40px auto;
}


.svs_01 ul li:nth-child(2){
    margin: 0 auto 40px auto;
}

.svs_01 ul li:nth-child(3){
    margin: 0 auto 0px auto;
}




.svs_01 dl dt{
    max-width: 300px;
    width: 100%;
    height: 160px;
    margin: 0 auto 15px auto;
    border-radius: 50%;
    padding: 0 10px;
    box-sizing: border-box;    
    
    font-size: 17px;
    line-height: 140%;
    
    font-family: 'noto700';
    text-align: center;
    color: #FFFFFF;

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


.svs_01 dl dt p{
    font-size: 14px;
}




.svs_01 dl dd p{
    font-size: 17px;
    line-height: 140%;
    
    margin-bottom: 25px;
    
    font-family: 'noto700';
    text-align: center;
}


.svs_01 dl dd p span{
    padding: 0 10px 5px 10px;
}


.svs_01 dl dd{
    font-size: 15px;
    line-height: 160%;
    
    word-wrap: break-word;
    word-break: break-all;
}





.svs_01_bg{
    background: #ff6699;
}


.svs_02_bg{
    background: #f5c032;
}

.svs_03_bg{
    background: #21b7c4;
}



.svs_01_bdr01{
    border-bottom: 3px solid #ff6699;
}

.svs_01_bdr02{
    border-bottom: 3px solid #f5c032;
}


.svs_01_bdr03{
    border-bottom: 3px solid #21b7c4;
}





.youtube_in{
    max-width: 900px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;

}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  leftt: 0;
}




.svs_02{
}





.svs_02 dl dt{
    font-size: 18px;
    line-height: 140%;
    font-family: 'noto700';
    margin-bottom: 20px;
    text-align: center;
}

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

}





.svs_03{
    margin-bottom: 50px;
}

.svs_03 p{
    font-size: 17px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 25px;



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

.svs_03 p span{
    padding: 0 10px;

}




/* 工事実績--------------------------------------------- */

.wk01{
}


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

.wk01 ul li img{
    vertical-align: bottom;

}

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


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



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



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


.wk01 ul li dl dd{
    font-size: 14px;
    line-height: 160%;
}







.wk02_tbl{

	width:100%;
	height:auto;
    margin-bottom: 40px;
    border-bottom: 1px dotted #d0d0d0;

}

.wk02_tbl p{
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 10px;
    
    font-family: 'noto700';    
}

.wk02_tbl table{
	width:100%;
	height:auto;
    margin-bottom: 50px;

    border-bottom: 1px dotted #d0d0d0;
}



.wk02_tbl table:last-child{
    margin-bottom: 0px;
}





.wk02_tbl table th{
    width: 50%;


	padding:5px 15px 5px 0px;	
	box-sizing:border-box;

    font-size: 14px;
    line-height: 130%;
	border-collapse:collapse;


    vertical-align: text-top;

	text-align:left;
    border-bottom: 1px dotted #d0d0d0;
    
    font-family: 'noto500';   
    
    vertical-align: top;    
    
    
    background:#F4F4F4;
}

.wk02_tbl table td{
	padding:3px 15px 5px 0px;	
	box-sizing:border-box;
    
    font-size: 14px;
    line-height: 130%;
	border-collapse:collapse;
    
    vertical-align: top;

    
	text-align:left;

}


.wk02_tbl td:last-child{
	padding:5px 0px 10px 0px;	
}


.wk02_tbl table tr:nth-child(odd){
    background: #FFF6F6;
}





/* 研修・講習制度--------------------------------------------- */

.trng01{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 25px;
    
    word-break: break-all;
    word-wrap: break-word;
}



.trng02{
    margin-bottom: 70px;
}

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

.trng02 ul li img{
    vertical-align: bottom;

}

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


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



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



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


.trng02 ul li dl dd{
    font-size: 14px;
    line-height: 140%;
}





/* ホルミシスメディカル事業--------------------------------------------- */

.hmb01{
    margin-bottom: 50px;
}

.hmb01 ul li{
    width: 32%;
    height: 37px;  
    margin-right: 2%;
    
    float: left;
    margin-bottom: 7px;

}

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



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



.hmb01 ul li a{
    display: block;

    height: 37px;    
    padding: 0 5px;
    background: #8ecadb;
    color: #FFFFFF;
    
    font-size: 13px;
    line-height: 100%;
    text-align: center;

   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.hmb01 ul li a:hover{
    color: #ffffff;

    background: #1975b5
}







.hmb02{
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 50px;
}

.hmb02 span{
    font-size: 13px;
    line-height: 150%;
    
    font-weight: 600;
}




.hmb02 ul{
    margin-top: 15px;
}

.hmb02 ul li{
    background: url("../img/common/list001.png")  left 8px no-repeat;
    padding-left: 10px;
    margin-bottom: 19px;
    
    line-height: 150%;
}

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



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




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


.hmb04 ul li{
    width: 48.5%;
    height: 160px;
    float: left;
    margin-right: 3%;
    margin-bottom: 11px;
    background: #28c8d6;
    
    padding: 10px;
    box-sizing: border-box;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
	border-radius: 15px;   
}

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

.hmb04 ul li:nth-child(3){
    margin-bottom: 0px;
}

.hmb04 ul li:nth-child(4){
    margin-bottom: 0px;
}



.hmb04 ul li dl dt{
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 15px;

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


.hmb04 ul li dl dd{
    font-size: 13px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;

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






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


.hmb05 ul li{
    width: 100%;
    height: 70px;
    float: none;
    margin-right: 0%;
    background: #e9d67b;
    
    margin-bottom: 15px;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
	border-radius: 15px;    
}


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

.hmb05 ul li p{
    font-size: 17px;
    line-height: 150%;
    text-align: center;    
    font-weight: 600;
}

.hmb05 ul li p span{
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    display: block;
    font-weight: 400;
}



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







.hmb07{
padding-top: 30px;
border-top: 1px dotted #999999;

}

.hmb07 dl dt{
    max-width: 100px;
    width: 100%;
    height: 32px;
    margin-bottom: 13px;
    
    border: 1px solid #999999;
    
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     

}

.hmb07 dl dd{


}

.hmb07 dl dd ul li{
    font-size: 14px;
    line-height: 140%;
    
    margin-bottom: 7px;
    
    background: url("../img/hormesis_medica_business/list.jpg") left 8px no-repeat;
    padding-left: 10px;

}

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

.hmb07 dl dd ul li a{    
    color: #0099cc;
    text-decoration: underline;

}

.hmb07 dl dd ul li a:hover{    
    color: #0099cc;
    text-decoration: none;

}


.hmb08{

font-size: 14px;
line-height: 160%;
margin-bottom: 30px;


}

.hmb09{
    max-width: 400px;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;


}


.hmb_bg01{
    background: #ecf3d5;
}






.hmb_in{
    background: #FFFFFF;

}

.hmb_in01{

    padding:20px 20px;
    box-sizing:border-box; 
}




.hmb10{
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 30px;
}

.hmb10 span{
    color: #ff6600;

}


.hmb11{
    max-width: 350px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
}


.hmb12{
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 30px;
    color: #817373;
    
    font-weight: 600;
    text-align: center;
}


.hmb12 span:before {
	content: "\A" ;
	white-space: pre ;
}



.hmb13{
    background: #e3d5b7;
    padding: 15px 20px;
    margin-bottom: 40px;

	border-radius: 15px;
}

.hmb13 dl dt{
    font-size: 17px;
    line-height: 140%;
    color: #688457;
    margin-bottom: 7px;
    font-weight: 600;
}

.hmb13 dl dd{
    font-size: 14px;
    line-height: 150%;

}














.hmb14{
}

.hmb14 dl dt{
      max-width: 260px;
    width: 100%;
    height: 35px;
    margin: 0 auto 25px auto;  
    background: #df8585;
    
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    font-weight: 600;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}


.hmb14 dl dd{

    padding: 25px;
    
    box-sizing: border-box;

    border: 1px solid #e08989;

}




.hmb14 dl dd ul{
     max-width: 900px;
    width: 100%;
    margin: 0 auto 0 auto;  


}

.hmb14 dl dd ul li{
    width: 48%;
    height: 270px;
    float: left;
    margin-right: 4%;
    margin-bottom: 40px;

}

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


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



.hmb14 dl dd ul li ul li{
width: auto;
height: auto;
float: none;
    font-size: 14px;
    line-height: 140%;
    background: url("../img/hormesis_medica_business/02/list.jpg") left 8px no-repeat;
    padding-left: 8px;
    margin-bottom: 10px;

}

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





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


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









.hmb15{
}


.hmb15 ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
    
    margin-bottom: 30px;

}

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


.hmb15_img{
    text-align: center;
    margin-bottom: 0;
}

.hmb15_img img{
    padding:0;
    margin: 0;
    vertical-align: bottom;
}



.hmb15_in{
    padding: 25px 25px;
    background: #eaeded;

}

.hmb15_in dl{
    box-sizing: border-box;

}



.hmb15_in dl dt{
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #1975b5;
    font-weight: 600;
    margin-bottom: 15px;

}

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



.hmb15_in dl dd{
    height: 65px;
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 25px;


}

.hmb15_btrn{
    max-width: 160px;
    width: 100%;
    height: 35px;
    margin: 0 auto;

}

.hmb15_btrn a{
    display: block;

    height: 35px;    
    padding: 0 5px;
    background: #1975b5;
    
    border: 1px solid #1975b5;
    color: #FFFFFF;
    
    font-size: 14px;
    line-height: 100%;
    text-align: center;

   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.hmb15_btrn a:hover{

    background:#FFFFFF;
    
    border: 1px solid #1975b5;
    color: #1975b5;


}



.hmb16{
    max-width: 400px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;


}

.hmb17{
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
}

.hmb17 ul{

}

.hmb17 li{
    width: 48%;
    margin-right: 4%;
    text-align: center;
    float: left;
}

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

.hmb17 li dl dt{
    font-size: 16px;
    font-weight: 700;
    color: #1975b5;
    margin: 0px auto 10px;
}





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



.hmb17_txt01{
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 25px;
    
    word-break: break-all;
    word-wrap: break-word;
}






.hmb18{
    margin-bottom: 30px;
}


.hmb18 dl dt{
    font-size: 16px;
    line-height: 150%;
    font-weight: bold;
    text-align:center;
    margin-bottom: 15px;
}





.hmb18 dl dd{
    max-width: 360px;
    width: 100%;
    margin: 0 auto;

}


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

}

.hmb18 dl dd table th{
    display: block;
	width:100%;

	padding:5px 0px 0px 0px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 150%;
    color: #295892;
	border-collapse:collapse;


    vertical-align: text-top;

	text-align:left;
    border-bottom: none;
}

.hmb18 dl dd table td{
    display: block;
	width:100%;
	padding:3px 0px 5px 0px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;

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

.hmb18 dl dd table td span{
    color: #D92326;
    font-weight: bold;
}



.hmb_products_mat{

}

.hmb_mat_title dl dt{
    text-align: center;
    width: 100%;
    background-color: #1e6ba1;
    color: #ffffff;
    padding: 10px;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
}

.hmb_mat_title dl dd{
    text-align: center;
    width: 100%;
    line-height: 180%;
    font-size: 20px;
    color: #1975b5;
    font-weight: bold;
    margin-bottom: 20px;
}

.hmb_mat_title dl dd span{
    font-size: 24px;
    color: #cc1a1a;
}



.hmb_mat_img{
    width: 100%;
    max-width: 1000px;
    margin: 0px auto 20px;
}

.hmb_mat_img div{
    width: 100%;
    text-align: right;
}

.mat_txt01{
    margin-bottom: 30px;
    
    font-size: 14px;
    line-height: 150%;    
}

.mat_txt02{
    margin-bottom: 20px;
    border-left: 7px solid #1975b5;
    padding:8px 10px 10px;
    font-size: 12px;
    line-height: 140%;
}

.mat_txt02 span{
    font-size: 16px !important;
    line-height: 180% !important;
}


.mat_txt02_list{
    margin-bottom: 40px;

}

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

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

.mat_txt02_list dl dt p{
    font-size: 18px;
    font-weight: bold;
    line-height: 140%;
    margin-bottom: 2px; 
    color: #1975b5;    
}

.mat_txt02_list dl dt span{

    font-size: 18px;
}

.mat_txt02_list dl dd{
    font-size: 14px;
    line-height: 150%;

}

.mat_txt02 span{
    font-size: 20px;
}


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




.mat_txt03 dl dt{
    width: auto;
    text-align: left;
    font-size: 17px;
    line-height: 180%;
    padding: 5px;
    margin-bottom: 20px;
}

.mat_txt03 dl dt span{
    padding: 0px 5px;
    border-bottom : 3px dotted #1975b5;   /* 枠線の指定（下）     */
}

.mat_txt03 dl dd{
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 30px;

}

.mat_txt04{
    width: 100%;
    padding: 20px;
    text-align:left;
    background-color: #e2f0fa;
    border-radius: 10px;
    font-size: 14px;
    line-height: 150%;
    box-sizing: border-box;

}



.hmb_item_list ul li{
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
    float: left;
}

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

.hmb_item_headline dl dt{
    width: 100%;
    height: 50px;
    color: #FFFFFF;
    background-color: #1e6ba1;
    text-align:left;
    font-size: 14px;
    line-height: 140%;
    padding: 0px 10px;
    box-sizing: border-box;

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

.hmb_item_headline dl dd{
    width: 100%;
    color: #1e6ba1;
    text-align: right;
    font-size: 13px;
    padding: 5px 5px 0px;
    box-sizing: border-box;
}

.hmb_item_img{
    text-align: center;
}

.hmb_item_img img{
    width: 100%;
    max-width: 580px;
}

.hmb_item_title_area{
    position: relative;


    width: 100%;
    background-color:#FFFFFF;
    border: 2px solid #2670a4;
    box-sizing: border-box;
    margin-bottom: 10px;
    height: 55px;
}

.hmb_item_title_area_l{
    position: relative;

    width: 100%;
    background-color: #eaeded;
    height: 224px;
}


.hmb_item_title_area_l01{
    position: relative;

    width: 100%;
    background-color: #eaeded;
    height: 130px;
}


.hmb_item_title{
    position: absolute;
    width: 100%;
    text-align: center;

    font-size: 13px;
    line-height: 150%;  

    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.hmb_item_title dl dt{
    font-size: 15px;
    font-weight: 900;
    color: #1975b5;

}

.hmb_item_title dl dt span{
    font-size: 14px;
}

.hmb_item_title dl dd{
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
}

.hmb_item_title dl dd span{
    font-size: 14px;
}

.hmb_item_title_area_l .hmb_item_title dl dd{
    font-size: 13px;
    line-height: 180%;
}



/* 保険事業--------------------------------------------- */


.ib01{

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

    margin: 0 auto 30px auto;


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







.ib02{
    max-width: 400px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
}



.ib03{

font-family: nitalago-ruika, sans-serif;
font-style: normal;
font-weight: 100;

}

.ib03 dl dt{
    font-size: 19px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 20px;
}

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





.ib03 dl dd{
    font-size: 19px;
    line-height: 140%;
    text-align: center;
    color: #ff9999;
}



.ib_in_top{
    background: #FFFFFF;

    padding:15px;
    box-sizing:border-box; 
    border-radius: 15px;
    margin-bottom: 20px;
}

.ib_in_top ul{
    text-align: center;
}

.ib_in_top ul li{
    padding: 15px 5px;
    font-size: 14px;
    border-bottom:1px dotted #ccc ;
}

.ib_in_top ul li:nth-child(3){
    border-bottom:none ;
}

.ib_in_top ul li p{
    font-size: 19px;
    color: #d06aa1;
    font-weight: 900;
    padding-bottom: 10px;
}

.ib_in_top ul li a{
    display: block;
    width: 150px;
    padding: 7px 10px;
    background-color: #fb8ba0;
    box-sizing:border-box; 
    border-radius: 5px;
    color: #fff;
    margin: 10px auto 0px;
    border: 1px solid #fb8ba0;
    transition: 0.3s;
    
    font-size: 14px;
    line-height: 100%;

}

.ib_in_top ul li a:hover{
    background-color: #fff;
    color: #fb8ba0;
}

.ib_in_top ul li span:before {
	content: "\A" ;
	white-space: pre ;
}

.ib_in01{
}

.ib_in01 ul li{
    background: #FFFFFF;

    padding: 20px 20px;
    box-sizing:border-box; 
    border-radius: 15px;
    margin-bottom: 25px;
}

.ib_in01 dl dt{
    padding: 8px 10px;
    background: #daebe3;
    
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    font-weight: 600;
    
	border-radius: 10px;    
    margin-bottom: 12px;
}


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


.ib_in01 dl dt strong{
    color: #cc9999;
    display: inline-block;
    vertical-align: text-top;
    font-size: 17px;
    line-height: 120%;    
}


.ib_in01 dl dd{
    font-size: 14px;
    line-height: 150%;
}


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



.abt_msg{
    margin-bottom: 50px;
    
    font-size: 14px;
    line-height: 150%;    
    
    word-break: break-all;
    word-wrap: break-word;
}


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






.abt_tbl_btm{
    margin-bottom: 50px !important;
}

.abt_tbl table td dl dt{
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;
    
    margin-bottom: 8px;
}

.abt_tbl table td dl dd{
    margin-bottom: 12px;

}

.abt_tbl table td dl dd p{
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.abt_tbl table td dl dd:last-child{
    margin-bottom: 0px;
}




.abt_img{
    margin-bottom: 30px;
}

.abt_map{

margin: 0 auto 50px auto;

}


.abt_ks{
}

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

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

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


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





/* 業務内容--------------------------------------------- */


.svs_ttl{
    font-size: 22px;
    line-height: 160%;
    text-align: center;
    margin-bottom: 20px;
    color: #000000;

    font-family: heisei-mincho-stdn,serif;
    font-weight: 300;
    font-style: normal;
}


.svs_ttl span::before {
	content: "\A" ;
	white-space: pre ;
}




.svs_b01{
    border: 1px solid #9a8d89;
    padding: 15px 15px;
    margin-bottom: 50px;
}


.svs_b01 dl dt{
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color:#FFFFFF;
    margin-bottom: 15px;
    
    background: #9a8d89;
    
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;
    padding: 10px;
}

.svs_b01 dl dd{
    font-size: 16px;
    line-height: 140%;
    color:#000000;

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


.svs_b01 dl dd ul{
    margin: 15px 0;
}

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

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










.svs_b02{
}

.svs_b02 ul li{
    width: 100%;
    min-height: 250px;
    float: none;
    margin-right: 0%;
    margin-bottom: 15px;

}

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


.svs_b02 ul li dl{
    position: relative;
}

.svs_b02 dl dt{

    position: absolute;
    z-index: 100;
    background: #000000;
    color: #FFFFFF;
    box-sizing: border-box;
    
    width: 70px;
    
    min-height: 250px;
    height: 100%;
    
    font-size:17px;
    line-height: 100%;


    font-family: heisei-mincho-stdn,serif;
    font-weight: 300;
    font-style: normal;
    
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;   
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.svs_b02 dl dd{


}


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

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


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

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

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


/* 施工実績--------------------------------------------- */


.wrk{
    margin-bottom: 50px;
}

.wrk ul li{
    width: 48.5%;
    float: left;
    margin-right: 3%;
    margin-bottom: 12px;
}

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



.wk_txt01{
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;

}

.wk_txt01 ul li{
    margin-bottom: 10px;
    
    font-size: 14px;
    line-height: 140%;    
    background: url("../img/common/list001.png") left 6px no-repeat;
    padding-left: 8px
}

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




/* 採用情報--------------------------------------------- */


.f_text01{

}

.f_text01 a{
    color: #006699;
    text-decoration: none;
}

.f_text01 a:hover{
    color: #006699;
    text-decoration:underline;
}


.rrt_txt{
    font-size: 20px;
    line-height: 150%;
    text-align: center;

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

.rrt_txt span:before {
	content: "\A" ;
	white-space: pre ;
}




.rrt_tab{
    max-width: 310px;
    width: 100%;
    margin: 0 auto 30px auto;
}

.rrt_tab ul li{
    width: 49%;
    float: left;
    margin-right: 2%;
}

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

.rrt_tab ul li a{
    height: 36px;
    display: block;
    background: #999999;
    color:#FFFFFF;
    text-align: center;
    
    font-size: 15px;
    line-height: 100%;

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

   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.rrt_tab ul li a:hover{
    background: #333333;

}

.rrt_tab_on{
    background: #333333  !important;

}


.rrt_bx01{
}

.rrt_bx01 ul li{
    width: 100%;
    float: none;
    margin-right: 0%;
    margin-bottom: 60px;
}

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

.rrt_bx01_out{
    margin-bottom: 20px;


}

.rrt_bx01_in{
    width: 120px;
    height: 300px;
    background:rgba(99,168,203,0.90);
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.rrt_bx01_in dl dt{
    font-size: 70px;
    line-height: 100%;
    text-align: center;
    color:#FFFFFF;
    font-family: garage-gothic,sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 15px;
}

.rrt_bx01_in dl dt p{
    font-size: 26px;
    line-height: 100%;
    text-align: center;
    color:#FFFFFF;
    font-family: garage-gothic,sans-serif;
    font-weight: 400;
    font-style: normal;
}

.rrt_bx01_in dl dd{
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color:#FFFFFF;
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;  
}

.rrt_bx01_in dl dd p{
    font-size: 17px;
    line-height: 100%;
    margin-bottom: 8px;
    text-align: center;
    color:#FFFFFF;
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;  
}



.rrt_bx01_bg01{
	height:300px !important;
	background:url("../img/recruit/01.jpg" )center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}

.rrt_bx01_bg02{
	height:300px !important;
	background:url("../img/recruit/02.jpg" )center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}


.rrt_bx01_txt01{

}

.rrt_bx01_txt01 dl dt{
    font-size: 21px;
    line-height: 130%;
    margin-bottom:15px;

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

.rrt_bx01_txt01 dl dd{
    font-size: 14px;
    line-height: 160%;

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









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


}

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

}

.rrt_tbl01 table th{
    display: block;
	width:100%;

	padding:6px 0px 0px 0px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;
    color: #0C6EBB;


    vertical-align: text-top;

	text-align:left;
    border-bottom:none;
}

.rrt_tbl01 table td{
    display: block;
	width:100%;
	padding:2px 0px 6px 0px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;

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


.rrt_tbl01 table td a{
    color: #000000;
    text-decoration: underline;
}


.rrt_tbl01 table td a:hover{
    color: #000000;
    text-decoration:none;
}









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


.privacy{
}


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

    margin-bottom: 5px;

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 600;
}


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

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 400;
}













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


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



.contact-t{
	font-size:15px;
	line-height:150%;
	margin-bottom:40px;	
}

.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:14px;
    line-height: 150%;
	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:14px;
    line-height: 150%;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;

	width:100%;
	display:block;
	padding:0px 10px 10px 10px;
	box-sizing:border-box;
	background:url(../img/contact/bg.png) repeat;
}


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

}

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

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

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

}



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

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


.f_txt01{
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 120%;
}

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

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


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













}
