

@media print {
	
	
/* 初期設定--------------------------------------------------------------------------------------------------------------------------------------------- */



html {
font-family: noto-sans-jp,sans-serif;
font-weight: 500;
font-style: normal;

}

*:first-child + html body {
font-family: noto-sans-jp,sans-serif;
font-weight: 500;
font-style: normal;
}

body{
font-family: noto-sans-jp,sans-serif;
font-weight: 500;
font-style: normal;
	
	padding:0;
	margin:0;
	font-size:16px;
	color:#000000;
	line-height:140%;
	text-align:left;

}

}

body a:focus{
	outline:none;
}




.bd_bg{

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







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


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

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

/* PC用のスタイル記述 */
.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}

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

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


/* PCベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */
	
	
body{
	padding:0;
	margin:0;
	font-size:17px;
	color:#000000;
	line-height:160%;
	text-align:left;

}	 

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




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



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

}

.container03{
	max-width:1200px;
	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:auto;
	margin:0 auto;

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


}

.footer_in{	

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


}



address{
	font-size:16px;
	line-height:160%;
	color:#000;
    text-align:center;

    margin-bottom: 12px;


}

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

    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{
    text-align:center;
	font-size: 12px;
	box-sizing:border-box;
	line-height:120%;
    color: #999999;
}






/*========= ページトップのためのCSS ===============*/

/*リンクを右下に固定*/
#page-top {
    width: 50px;
    height: 50px;
	position: fixed;
	right: 10px;
	z-index: 8000;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}


/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}









/*gnav*/




.nav_logo{
	margin-bottom:50px;
	display:none;
}





#g-nav-list{
	position:absolute;
	top:36px;
	right:30px;

    box-sizing: border-box;
}

#g-nav-listul{
    text-align: center;
}

#g-nav-list ul li{
display: inline-block;
	font-size:15px;
	line-height:150%;
	margin-right:20px;
    letter-spacing: 0.15em;

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

}

#g-nav-list ul li:last-child{
	margin-right:0px;
}

#g-nav-list ul li a{
	color:#000;
	text-decoration: none;
	position: relative;

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

}

#g-nav-list ul li a:hover{
	color: #4b698f;

}

.gnav_on{
	color: #4b698f !important;
	line-height:130% !important;
}



.gnav_logo{
    display: none !important;
}

  
  
  





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



h1.h1_01{
width: 262px;
height: auto;
position: absolute;
top: 29px;
left: 50px;

}

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




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



h2.h2_01{
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    color:#FFFFFF;
    margin-bottom: 40px;
    
    font-family: annabelle-jf,sans-serif;
    font-weight: 400;
    font-style: normal;    
}

h2.h2_01 p {
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    color:#FFFFFF;
    margin-bottom: 15px;

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


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

.h2_01_clr{
    color: #ffffff !important;
}


h3.h3_01{

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

    margin: 0 auto 30px auto;


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

h3.h3_01 p{

    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color:#6c923c;
    margin-bottom: 7px;

    font-family: annabelle-jf,sans-serif;
    font-weight: 400;
    font-style: normal;   

}



h4.h4_01 {

    font-size: 36px;
    line-height: 120%;
    color: #1975b5;
    text-align: center;

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

}


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




h5.h5_01{

    font-size: 30px;
    line-height: 140%;
    text-align: center;
    padding: 20px 10px;
    
    border: 1px solid #b7c3ce;
    margin-bottom: 50px;
}


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


.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: absolute;
width: 100%;
height: 700px;

box-sizing: border-box;



z-index: 6000;

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

.slide_txt_in{
margin-top: -150px;
}




.slide_txt_out01{
position: absolute;
width: 100%;
height: 500px;

box-sizing: border-box;


z-index: 6000;

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

.slide_txt_in01{
margin-top: -70px;
}


.slide_txt_in02{
margin-top: -10px;
}





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




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


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


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

	width:280px;
	height:auto;
	text-align: center;
	text-decoration: none;
    margin: 0 auto;

}

.button01 a{
display: block;
height: 40px;
    font-size: 18px;
    line-height: 110%;
    color:#FFFFFF;
    background: #91a3ba;


	border: 1px solid #91a3ba;
     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; 

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


.button01 a:hover {
    background:#FFFFFF;
	border: 1px solid #91a3ba;
    color: #91a3ba;
}

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

}

.button02 a{
display: block;
height: 40px;
    font-size: 18px;
    line-height: 110%;
    color:#000000;


	border: 1px solid #91a3ba;
     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; 
   
   font-family: heisei-mincho-stdn,serif;
font-weight: 300;
font-style: normal;     

}


.button02 a:hover {
    background:rgba(207,30,21,0.20);
	border: 1px solid #91a3ba;
    color:#000000;
}




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




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


.tp_hsm_bg01{
	width: 100%;
	height:300px !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: 20px;
    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: 48px;
    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: -140px;
margin-bottom: 30px;
}

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


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





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




.tp_ib_bg{
	width: 100%;
	height:400px !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: 48px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 15px;
    
    font-family: ryo-display-plusn, serif;
    font-style: normal;
    font-weight: 700;
}







.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: 24px;
    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: 48px;
    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:300px !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: 30px;
    line-height: 140%;
    text-align: center;

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


.tp_cp01{

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

.tp_cp01 dl{
    margin-top: 35px;

}

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

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

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

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





.tp_ctt_bg01{
	width: 100%;
	height:300px !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_b01{


}


.tp_b01_l{
    max-width: 200px;
    width: 20%;
    height: 200px;
    padding: 20px;
    float: left;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
    
    background: url("../img/top/news_bg.png") repeat;
    border: 9px solid #bd2b21;
    box-sizing: border-box;
}

.tp_b01_l dl dt{
    font-size: 25px;
    line-height: 120%;
    text-align: center;
    color: #bd2b21;
    margin-bottom: 5px;

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

.tp_b01_l dl dd{
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: #706c6c;
    

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



.tp_b01_r{
width: 78%;
height: auto;
float: right;
}



.tp_news{
height: 200px;
  overflow:hidden;
  overflow-y:scroll;
}

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

}

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










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



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

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



.cmm_ctt_tb{


}

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


.cmm_ctt dl{
text-align: center;
}


.cmm_ctt dl dt{
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 15px;
    color: #000000;

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

.cmm_ctt dl dd{
    font-size: 20px;
    line-height: 110%;
    text-align: center;
    color: #000000;
    margin-bottom: 25px;

    display: inline-block;
    text-align: center;
    color: #FFFFFF;

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

}

  .cmm_ctt dl dd p{
    font-size: 52px;
    line-height: 110%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 10px;


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



}

  


.cmm_ctt_btn{

	width:430px;
	height:auto;
	text-align: center;
	text-decoration: none;
    margin: 0 auto;
}


.cmm_ctt_btn a{
    width: 430px;
    display: block;
    height: 70px;
    font-size: 24px;
    line-height: 100%;
    color:#FFFFFF;
    padding-top: 0px;

    background:#006699;
	border: 2px solid #006699;
     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; 
   
	-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 */   

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

.cmm_ctt_btn a:hover{
    background:#FFFFFF;
	border: 2px solid #006699;

  color:#006699;
}





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

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

}





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


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






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



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


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





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


}

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

}

.abt_tbl table th{
	width:140px;

	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 10px no-repeat;
    padding-left: 8px;
    margin-bottom: 6px;
    display: inline-block;

}

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

.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: 50px;
}


.abt_map{

margin: 0 auto 70px 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: 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;  
}






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


.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-txt{
	font-size:18px;
	line-height:160%;
	margin-bottom:70px;	
}



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

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

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

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

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

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

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

}

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

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

#contact-f th{
	font-size:16px;
    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);
    }
}











	
}

