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


html {

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

}

*:first-child + html body {

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

body{
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 300;
    font-style: normal;  
	
	padding:0;
	margin:0;
	font-size:16px;

	line-height:140%;
	text-align:left;

}

body a:focus{
	outline:none;
}




.bd_bg{

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



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


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

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


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

.slicknav_menu {
	display:none;
}

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

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

}

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

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


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

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

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

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




}

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

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

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


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

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



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

@media screen and (min-width: 1061px) {
	
	
body{
	padding:0;
	margin:0;
	font-size:17px;

	line-height:160%;
	text-align:left;
    
    background: url("../img/common/b_bg.png") repeat;
 
}	 

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


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

}

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

}

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

}


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

}


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

}



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

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



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


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

}





.container05{

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


.container05_01{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0 0 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 ---------------------------------------------- */






#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:120px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
    background: #006699;

}

header{
max-width: 1200px;
	width:100%;
	height:120px;
	margin:0 auto;

	box-sizing:border-box;

}




.header_mnbr{

	position:absolute;
    max-width: 230px;
    width: 100%;
    height: auto;
    
	top:23px;
	right:210px;
	font-size:14px;
	line-height:110%;


    color:#FFFFFF;

    box-sizing: border-box;
    background: #7898a8;

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

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

.header_mnbr img{
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 10px;
}

.header_mnbr a{
    display: block;
    padding: 6px 15px 9px 15px;
    color: #FFFFFF;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    
	-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 */
}

.header_mnbr a:hover{
    background:#003366;
}


.header_ushi{
	position:absolute;

	top:7px;
	right:40px;
}


.header_mnbr_m{
    display: none;
}


.header_tel{
	position:absolute;
	top:8px;
	right:50px;

    
    font-size: 33px;
    line-height: 120%;
    color: #000000;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;  
          
}


.header_tel span{

    
    font-size: 18px;
    line-height: 120%;
    color: #000000;
    margin-right: 15px;

          
}


.header_time{
	position:absolute;
	top:27px;
	right:30px;
    
    font-size: 15px;
    line-height: 120%;
    
    
      
}


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


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

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

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


}


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

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


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

nav ul{
	margin:0;
	padding:0;

}

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

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

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

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

}

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

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


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


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


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

#footer{

    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 199999;
  
    box-sizing: border-box;
    
}

footer{
    background: #f1f1f1;


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


}

.footer_in{

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



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



    margin-bottom: 10px;


}

.ad_ttl{
	font-size:15px;
	line-height:120%;
	margin-bottom:12px;	


}

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





}



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


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


body{
	padding:0;
	margin:0;
	font-size:16px;

	line-height:160%;
	text-align:left;
    
    background: url("../img/common/b_bg.png") repeat;
 
}	

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



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


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

}

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

}



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


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


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


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


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




.container05{

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



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


}

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




.header_mnbr{
    display: none;

	position:absolute;
    max-width: 230px;
    width: 100%;
    height: auto;
    
	top:23px;
	right:210px;
	font-size:14px;
	line-height:110%;


    color:#FFFFFF;

    box-sizing: border-box;
    background: #7898a8;

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

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

.header_mnbr img{
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 10px;
}

.header_mnbr a{
    display: block;
    padding: 6px 15px 9px 15px;
    color: #FFFFFF;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    
	-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 */
}

.header_mnbr a:hover{
    background:#003366;
}


.header_ushi{

	position:absolute;
    width: 120px;

	top:7px;
	right:90px;
}







.header_mnbr_m{


    max-width: 280px;
    width: 100%;
    height: auto;

	font-size:14px !important;
	line-height:110%;


    color:#FFFFFF;

    box-sizing: border-box;
    background: #7898a8;

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

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

.header_mnbr_m img{
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 10px;
}

.header_mnbr_m a{
    display: block;
    padding: 6px 15px 9px 15px;
    color: #FFFFFF;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    
	-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 */
}

.header_mnbr_m a:hover{
    background:#003366;
}


.header_ushi_m{

	position:absolute;

	top:7px;
	right:40px;
}





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

    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 199999;
  
    box-sizing: border-box;
    
}

footer{
    background: #f1f1f1;


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


}

.footer_in{

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



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



    margin-bottom: 10px;


}

.ad_ttl{
	font-size:14px;
	line-height:120%;
	margin-bottom:12px;	


}

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





}



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


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



body{
	padding:0;
	margin:0;
	font-size:14px;

	line-height:140%;
	text-align:left;
    
    background: url("../img/common/b_bg.png") repeat;
 
}	



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



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


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

}

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

}

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

}


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

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


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



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


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


.container05{

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



.container05_01{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:30px 0 0 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: 15px;
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:70px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
    background: #006699;
}

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

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


.header_mnbr{
    display: none;

	position:absolute;
    max-width: 230px;
    width: 100%;
    height: auto;
    
	top:23px;
	right:210px;
	font-size:14px;
	line-height:110%;


    color:#FFFFFF;

    box-sizing: border-box;
    background: #7898a8;

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

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

.header_mnbr img{
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 10px;
}

.header_mnbr a{
    display: block;
    padding: 6px 15px 9px 15px;
    color: #FFFFFF;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    
	-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 */
}

.header_mnbr a:hover{
    background:#003366;
}


.header_ushi{

	position:absolute;
    width: 95px;

	top:6px;
	right:75px;
}





.header_mnbr_m{


    max-width: 260px;
    width: 100%;
    height: auto;
    margin: 0 auto;

	font-size:14px !important;
	line-height:110%;


    color:#FFFFFF;

    box-sizing: border-box;
    background: #7898a8;

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

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

.header_mnbr_m img{
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 10px;
}

.header_mnbr_m a{
    display: block;
    padding: 6px 15px 9px 15px;
    color: #FFFFFF;

	font-size:14px !important;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    
	-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 */
}

.header_mnbr_m a:hover{
    background:#003366;
}


.header_ushi_m{

	position:absolute;

	top:7px;
	right:40px;
}





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

    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 199999;
  
    box-sizing: border-box;
    
}

footer{
    background: #f1f1f1;


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


}

.footer_in{

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



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



    margin-bottom: 10px;


}

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


}

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

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


.f_cpy{
    text-align: center;

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




}




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


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

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


h1.h1_01{
    font-size: 30px;
    line-height: 140%;
    font-weight: 600;
    text-align: center;
    padding: 20px 0 0 0;
    color: #FFFFFF;
    font-weight: 500;

}


h2.h2_01{
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 40px;
  font-weight: 700;
  text-align: center;
  color: #58c3e0;

  
font-family: futura-pt, sans-serif;
font-style: normal;
font-weight: 300;  

}

h2.h2_01 p{
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 5px;
  color: #333333;
  
  font-weight: 700;
}






h2.h2_01:after {
  right: 0;
}


.h2_cr{
    color:  #FFFFFF !important;
}

.h2_cnr{
    text-align: center !important;
}

.h2_btm{
    margin-bottom: 25px !important
}


.h2_btm0{
    margin-bottom: 0px !important
}

.h2_btm01{
    margin-bottom: 40px !important
}




h3.h3_01{
    font-size: 26px;
    line-height: 120%;
    margin-bottom: 35px;
    color: #000000;
    
    padding-top: 15px;
    padding-left: 15px;
    border-left: 6px solid #006699;
    
    font-weight: 400;
}





h4.h4_01{
    font-size: 18px;
    line-height: 120%;
    padding-bottom: 15px;
    margin-bottom: 25px;
    color: #000000;
    
    border-bottom: 1px dotted #999999;
    
    font-weight: 400;
}

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


.top_slide_out{
    padding: 0 30px;

}

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

	z-index:5;


    margin-top:80px;


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


.top_slide_bg{
	width: 100%;
	height:600px !important;
    background: url("../img/top/slide01.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

	z-index:5;
    margin-top:80px;

}



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

box-sizing: border-box;

z-index: 6000;
}


.slide_txt_out p{
position: absolute;
    top:60%;
    left:50%;
    transform: translate(-50%,-50%);
}


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

box-sizing: border-box;

z-index: 6000;
}


.slide_txt_out01 p{
position: absolute;
bottom: 100px;
right: 0px;
text-align: right;
}


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



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

box-sizing: border-box;

z-index: 6000;

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


.main_txt_out dl dt{
    margin-top: -20px;

    margin-bottom: 2px;
    
    font-size: 54px;
    line-height: 120%;
    color:#ffffff;

    margin-bottom: 15px;
    
   z-index: 9000;

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

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



.main_txt_out dl dd{
    font-size: 48px;
    line-height: 120%;
    color: #FFFFFF;
    margin-top: -15px;

font-family: titular, sans-serif;
font-style: normal;
font-weight: 700;
}


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


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


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




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


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

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












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


.bg_main_tp{
    margin-top: 100px;
}


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


.button_l{
    margin: 0 !important;
}


.button01{
	width:150px;
	height:auto;
	text-align: center;
	text-decoration: none;

}

.button01 a{
    display: block;
	width:150px;
    height: 40px;
    font-size: 16px;
    line-height: 110%;
    color:#FFFFFF;
    padding-top: 1px;
    
    background: #7898a8;

	border: 1px solid #7898a8;
     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: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;   
}


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



/* トップ　真剣塾とは-------------------------------------------- */


.tp_abt01{
    text-align: center;
     margin-bottom:100px;
}



.tp_abt02{
    background: #e5e807;
    padding: 40px;
    margin-bottom: 80px;
    
	-webkit-border-radius: 15px;     /* for Safari and Chrome */
	moz-border-radius: 15px;    /* for Firefox */
	-o-border-radius: 15px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:15px;   /* Linux browsers */
	border-radius: 15px;     /* CSS3 */    
}

.tp_abt02 dl dt{
    text-align: center;
    margin-top: -120px;
}

.tp_abt02 dl dd{
    font-size: 30px;
    line-height: 190%;
    text-align: center;
    color: #003399;

font-family: mochiy-pop-p,sans-serif;
font-weight: 400;
font-style: normal;
}




/* トップ　真剣塾の5つのポイント-------------------------------------------- */

.tp_5pt{
    margin-bottom: 80px;
    
}

.tp_5pt ul{
    margin-bottom: 40px;
}

.tp_5pt ul li{
    margin-bottom: 25px;
}

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


.tp_5pt ul li dl dt{
    text-align: center;
    margin-bottom: -11px;

}

.tp_5pt ul li dl dd{
    max-width: 750px;
    width: 100%;
    height: 70px;
    background: #24c5d3;
    margin: 0 auto;
    
    font-size: 30px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    
	-webkit-border-radius: 15px;     /* for Safari and Chrome */
	moz-border-radius: 15px;    /* for Firefox */
	-o-border-radius: 15px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:15px;   /* Linux browsers */
	border-radius: 15px;     /* CSS3 */   
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}



.tp_5pt_btn_l{
    margin: 0 !important;
}

.tp_5pt_btn{
    width: 240px;
    height: auto;
    margin: 0 auto;

}


.tp_5pt_btn a{
    display: block;
    width: 240px;
    height: 50px;
    background: #e5e807;
    border: 2px solid #e5e807;
    
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #003399;
    font-weight: 500;
    
	-webkit-border-radius: 15px;     /* for Safari and Chrome */
	moz-border-radius: 15px;    /* for Firefox */
	-o-border-radius: 15px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:15px;   /* Linux browsers */
	border-radius: 15px;     /* CSS3 */   
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;       



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

.tp_5pt_btn a:hover{
    background: #FFFFFF;
    border: 2px solid #e5e807;
    color: #003399;
}




/* トップ　開塾キャンペーン------------------------------------------ */


.tp_bnr01{
    text-align: center;
    margin-bottom: 80px;
}



/* トップ　開塾キャンペーン------------------------------------------ */


.tp_cm_bg{

	height:280px !important;
	background:url("../img/top/curriculum_bg.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     padding: 40px 80px;
     
        
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
  
    
	-webkit-border-radius: 15px;     /* for Safari and Chrome */
	moz-border-radius: 15px;    /* for Firefox */
	-o-border-radius: 15px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:15px;   /* Linux browsers */
	border-radius: 15px;     /* CSS3 */   
}

.tp_cm{

}


.tp_cm dl dt{
    font-size: 48px;
    line-height: 120%;
    margin-bottom: 15px;
    color: #29bcdc;
    font-weight:700;
}

.tp_cm dl dd{
    font-size: 16px;
    line-height: 160%;
    font-weight:700;
    margin-bottom: 20px;    
}





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


.tp_igt01{
    max-width: 650px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}


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

}

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

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



.tp_igt01 ul li a{
    display: block;
    height: 60px;
    background:#FFFFFF;
    padding: 15px;
    border: 2px solid #2b83af;
    box-sizing: border-box;
    color:#2b83af;

    font-weight: 400;
    font-size: 17px;
        
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */   
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;       


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



.tp_igt01 ul li a:hover{
    background: #2b83af;
    color: #FFFFFF;
    border: 2px solid #2b83af;

}



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



.tp_msg{
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 25px;
    font-weight: 700;
    text-align: center;
}








/* トップ　コンセプト-------------------------------------------- */

.tp_cct01{
}

.tp_cct01 ul li{
    width: 32%;

    float: left;
    margin-right: 2%;
    margin-bottom: 15px;
    position:relative;
    
    padding: 4px;
    box-sizing: border-box;
    background: url("../img/top/tp_bg001.jpg") repeat;
}

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



.tp_cct01_in{
}

.tp_cct01 ul li p{
    position: absolute;
     bottom: 15px;
     left: 30px;
     
     font-size: 20px;
     line-height: 140%;
     color: #FFFFFF;
     font-weight: 700;
}

.tp_cct01 ul li p:first-letter{
    font-size: 40px;
}

.tp_cct01_bg01{
	height:152px !important;
	background:url("../img/top/01_01.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_cct01_bg02{
	height:152px !important;
	background:url("../img/top/01_02.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_cct01_bg03{
	height:152px !important;
	background:url("../img/top/01_03.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_cct01_bg04{
	height:152px !important;
	background:url("../img/top/01_04.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_cct01_bg05{
	height:152px !important;
	background:url("../img/top/01_05.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_cct01_bg06{
	height:152px !important;
	background:url("../img/top/01_06.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_cct01_bg07{
	height:152px !important;
	background:url("../img/top/01_07.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_cct01_bg08{
	height:152px !important;
	background:url("../img/top/01_08.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_cct01_bg09{
	height:152px !important;
	background:url("../img/top/01_09.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_cct01_bg10{
	height:152px !important;
	background:url("../img/top/01_10.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_cct01_bg11{
	height:152px !important;
	background:url("../img/top/01_11.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_cct01_bg12{
	height:152px !important;
	background:url("../img/top/01_12.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}




/* トップ　物件情報-------------------------------------------- */

.tp_pi{
    margin-bottom: 0px;
}


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

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


.tp_pi ul li dl dt{
    text-align: center;
    margin-bottom: 20px;

}

.tp_pi ul li dl dd table{
	width:100%;
	height:auto;
}

.tp_pi ul li dl dd table th{
	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    width: 120px;
	font-size:16px;
    line-height: 150%;
	border-collapse:collapse;
    font-weight: 700;    
    vertical-align: text-top;
	text-align:left;
    border-bottom: 1px dotted #999999;
}

.tp_pi ul li dl dd table td{
	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 150%;
	border-collapse:collapse;
    
	text-align:left;
    border-bottom: 1px dotted #999999;
}

.tp_pi ul li dl dd table td span{
    font-size: 18px;
    color: #ff3333;
    font-weight: 700;

}



/* トップ　施工授賞作品-------------------------------------------- */

.tp_awd01{
    max-width: 1000px;
    width: 100%;
    height: 400px;
    background: #f1f1f1;
    

}

.tp_awd01 ul{
    max-width: 850px;
    width: 100%;
    height: auto;
    margin:  0 auto;

}

.tp_awd01 ul li{
    width: 48%;
    height: 400px;
    float: left;
    margin-right: 4%;
    
    padding: 40px 10px;
    box-sizing: border-box;


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


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

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

.tp_awd01 ul li dl dd{
    width: 130px;
    height: 25px;
    height: auto;
    margin: 0 auto;
}

.tp_awd01 ul li dl dd a{
    display: block;
    width: 130px;
    height: 25px;
    border: 1px solid #000000;
    background: #000000;
    
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    text-align: center;

  
font-family: futura-pt, sans-serif;
font-style: normal;
font-weight: 700;  


   -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: 15px;     /* for Safari and Chrome */
	moz-border-radius: 15px;    /* for Firefox */
	-o-border-radius: 15px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:15px;   /* Linux browsers */
	border-radius: 15px;     /* CSS3 */
    
}

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



/* トップ　青山バナー-------------------------------------------- */

.tp_aybnr{
    height: 350px !important;


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

   
}

.tp_aybnr a{
    width: 100%;
    height: 350px;
    display: block;

    padding: 25px;
    box-sizing: border-box;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 


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


.tp_aybnr a:hover{
    background: rgba(0,0,0,0.30);

}

.tp_aybnr dl dt{
    text-align:center;
    margin-bottom: 15px;
}


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

}


.tp_aybnr dl dd{
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color:#FFFFFF;

font-family: futura-pt, sans-serif;
font-style: normal;
font-weight: 500;  
}






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


.tp_news{
margin-bottom: 70px;
}

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

.tp_news dl dt{
font-size: 13px;
line-height: 160%;

color:#336699;

letter-spacing: 0.03em;

}

.tp_news dl dd{
font-size: 16px;
line-height: 160%;
margin: 0 0 12px 0;
padding-bottom: 10px;

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

.news_ttl{
    font-size: 24px;
    line-height: 140%;
    border-bottom:3px solid #3b3653;
    margin-bottom: 15px;
    padding-bottom: 5px;
  
       font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;   
}

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

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





/* トップ　社労士の業務---------------------------------------------- */

.tp_svs01{
}

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


.tp_svs01 ul li{
    width: 24.25%;
    height: auto;
    float: left;
    margin-right: 1%;
    margin-bottom: 12px;
    
    padding: 15px;
    box-sizing: border-box;
    
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    
	-webkit-border-radius: 15px;     /* for Safari and Chrome */
	moz-border-radius: 15px;    /* for Firefox */
	-o-border-radius: 15px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:15px;   /* Linux browsers */
	border-radius: 15px;     /* CSS3 */    
}

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

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


.tp_svs_bg01{
	height:238px !important;
	background:url("../img/top/01_01.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
 
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_svs_bg02{
	height:238px !important;
	background:url("../img/top/01_02.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
 
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_svs_bg03{
	height:238px !important;
	background:url("../img/top/01_03.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
 
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_svs_bg04{
	height:238px !important;
	background:url("../img/top/01_04.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
 
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}



.tp_svs_bg05{
	height:238px !important;
	background:url("../img/top/01_05.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
 
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_svs_bg06{
	height:238px !important;
	background:url("../img/top/01_06.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
 
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.tp_svs_bg07{
	height:238px !important;
	background:url("../img/top/01_07.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
 
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_svs_bg08{
	height:238px !important;
	background:url("../img/top/01_08.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
 
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}










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

.cmm_ctt_bg{
	height:450px !important;
	background:url("../img/top/tp_ctt.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 

    margin-bottom: 20px;
}


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

.cmm_ctt dl{
text-align: center;
}


.cmm_ctt dl dt{
    font-size: 30px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 8px;

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

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

    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 700; 
}

.cmm_ctt dl dd p{
    font-size: 44px;
    line-height: 120%;
    margin-bottom: 2px;
    color: #29bcdc;
  
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 700;     
}



.cmm_ctt_btn{
	max-width:410px;
	width:100%;
	height:auto;
    margin: 0 auto;

  text-align: center;
  text-decoration: none;  
}

.cmm_ctt_btn a{
    margin: 0 auto;
    padding: 12px 5px 15px 5px;
    box-sizing: border-box;

    display: block;
    font-size: 24px;
    line-height: 100%;
    color: #003399; 

background: #e5e807;
  border: 2px solid #e5e807;
  
    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;  
    
	-webkit-border-radius: 15px;     /* for Safari and Chrome */
	moz-border-radius: 15px;    /* for Firefox */
	-o-border-radius: 15px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:15px;   /* Linux browsers */
	border-radius: 15px;     /* CSS3 */    
}

.cmm_ctt_btn a:hover{
  color:#003399;
  background:#FFFFFF;
  border: 2px solid #e5e807;

}


.cmm_ctt_btn_bg{
background:linear-gradient(to right, #a90d0d, #cf4b76);
}






/* 支部のご案内--------------------------------------------- */



.abt_msg{
    margin-bottom: 70px;
}

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

.abt_msg dl dt{
    font-size: 40px;
    line-height: 140%;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
}

.abt_msg dl dt span{
    margin-left: 10px;

}

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


.abt_msg dl dd p{
    text-align: right;
    margin-top: 15px;
    font-size: 16px;
    line-height: 200%;
}


.abt_msg dl dd p span{
    font-size: 25px;
    margin-left: 12px;
}



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

}

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

}

.abt_tbl table th{
	padding:10px 20px 10px 20px;	
	box-sizing:border-box;
    background: #006699;
    color: #FFFFFF;
    
	font-size:16px;
    line-height: 150%;
	border-collapse:collapse;

    
    vertical-align: text-top;

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

.abt_tbl table td{
	padding:10px 20px 10px 20px;	
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 150%;
	border-collapse:collapse;
    
	text-align:left;
    border: 1px dotted #999999;
}


.abt_tbl_th01{
    width: 230px;
}

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

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





/* 社労士の業務--------------------------------------------- */

.svc_01{

}


.svc_01 ul li{
    margin-bottom: 50px;

}

.svc_01_in{

}

.svc_01_in_l{
    width: 23%;
    height: auto;
    float: left;
}


.svc_01_in_l{
    
    padding: 15px;
    box-sizing: border-box;
    
    font-size: 22px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    
	-webkit-border-radius: 15px;     /* for Safari and Chrome */
	moz-border-radius: 15px;    /* for Firefox */
	-o-border-radius: 15px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:15px;   /* Linux browsers */
	border-radius: 15px;     /* CSS3 */    
    
    font-weight: 700;
}


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


.svc_01_in_r{
    font-size: 18px;
    line-height: 180%;
    box-sizing: border-box;

    float: right;
    width: 75%;
}





/* 会員一覧---------------------------------------------- */




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

.mnbr_lst01 table{
	width:100%;
	height:auto;
}

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

	border:1px solid #cbcbc9;
	text-align:left;
	width:33.33%;
	padding:10px 15px;
    background: #339999;
    text-align: center;
    color: #FFFFFF;

}

.mnbr_lst01 table td{
	border-collapse:collapse;
	font-size:16px;
	line-height:160%;
	border:1px solid #cbcbc9;
	text-align:left;
	padding:10px 15px;
    background:#FFFFFF;
}



#view40{
    font-size: 14px !important;
    line-height: 120% !important;
}

#view40 th{
	padding:3 10px !important;
    box-sizing: border-box !important;
}

#view40 th:nth-child(1){
	width:110px !important;
	}

#view40 th:nth-child(2){
	width:60px !important;
	}

#view40 th:nth-child(3){
	width:290px !important;
	}


	
#view40 th:nth-child(5){
	width:160px !important;
	}
	
#view40 th:nth-child(6){
	width:280px !important;
	}
    
    
#view40 td{
	word-break:break-all !important;
	word-wrap:break-word !important;
	padding:3 10px !important;
}




/* セミナー・--------------------------------------------- */

.smr01{

}

.smr01 ul li{
    max-width: 750px;
    width: 100%;
    margin: 0 auto 40px auto;
    
    border: 1px solid #cbcccc;
    box-sizing: border-box;
}

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

.smr01 ul li img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	

.smr01 ul li:hover img {
	opacity: .7;
}


/* 会員--------------------------------------------- */

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

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

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

.mnbr_tab ul li a{
    height: 40px;
    display: block;
    background: #3099cd;
    border: 1px solid #3099cd;
    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; 
}

.mnbr_tab ul li a:hover{
    background: #006699;
    border: 1px solid #006699;
    color:#FFFFFF;
}

.mnbr_tab_on{
    background: #006699 !important;
    border: 1px solid #006699 !important;
    color:#FFFFFF !important;
}






.mnbr_tbl{
	width:100%;
	height:auto;

}

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

}


.mnbr_tbl table th{
	padding:10px 20px 10px 20px;	
	box-sizing:border-box;
    background: #006699;
    color: #FFFFFF;
    
	font-size:16px;
    line-height: 150%;
	border-collapse:collapse;

    
    vertical-align: text-top;

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


.mnbr_tbl table td{
	padding:10px 20px 10px 20px;	
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 150%;
	border-collapse:collapse;
    
	text-align:left;
    border: 1px dotted #999999;
}



.mnbr_ps{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #999999;
}

.mnbr_day{
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 10px;
    color: #999999;

}

.mnbr_ttl{
    font-size: 20px;
    line-height: 140%;
    font-weight: 600;
    margin-bottom: 15px;
}

.mnbr_ttl a{
    color: #0099cc;
    text-decoration: underline;
}

.mnbr_ttl a:hover{
    color: #0099cc;
    text-decoration:none;
}


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


.mnbr_post a{
    color: #0099cc;
    text-decoration: underline;
}


.mnbr_post a:hover{
    color: #0099cc;
    text-decoration:none;
}

.mnbr_img{

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

}

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



.mnbr_ks_01{
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 30px;

}



.mnbr_ks dl dt{
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 7px;

}


.mnbr_ks dl dd{
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 30px;


}

.mnbr_ks dl dd:last-child{
    margin-bottom: 60px;

}




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



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


.svs_img01{
margin-bottom: 30px;
}

.svs_img01 ul li{
    width: 49.5%;
    height: auto;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;

}

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

.svs_tbl01{
    margin-bottom: 70px;
}


.svs_tbl01 dt{
    background: url("../img/service/tl.jpg") left center no-repeat;
    font-size: 28px;
    line-height: 120%;
    padding-left: 65px;
    margin-bottom: 20px;

}

.svs_tbl01 dl dd p{
    margin-bottom: 10px;
}

.svs_tbl01 dl dd ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.svs_tbl01 dl dd ul li:nth-child(2n){
    margin-right: 0%;

}

.svs_tbl01 dl dd ul li dl dt{
    font-size: 16px;
    line-height: 140%;

    float: left;
     clear: both;
     
    background:none;
    padding-left: 0px;
    margin-bottom: 0px;    
   
}

.svs_tbl01 dl dd ul li dl dd{

    font-size: 16px;
    line-height: 140%;
    text-align: right !important;

    border-bottom: 1px dotted #8e8c8c !important;
    padding-bottom: 5px;
    margin-bottom: 5px;
}



.svs_lst{
}

.svs_lst ul li{

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


    border-bottom: 1px dotted #8e8c8c !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
}




/* 安全・環境への取組み--------------------------------------------- */



.sfy_txt01{

    margin-bottom: 70px;
    
    word-wrap: break-word;
    word-break: break-all;    
}

.sfy_txt01 dl dt{
    font-size: 28px;
    line-height: 140%;
    margin-bottom: 20px;
    text-align: center;
    
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;    
}


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


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




.sfy_txt02{
margin-bottom: 80px;
}


.sfy_txt02 ul li{
    margin-bottom: 60px;

}

.sfy_txt02 ul li dl dt{
    font-size: 30px;
    line-height: 140%;
    margin-bottom: 20px;
    text-align:left;
    
    border-left: 10px solid #cc0000;
    padding: 15px;
    
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;   
}

.sfy_txt02 ul li dl dd{
    font-size: 18px;
    line-height: 180%;
    word-wrap: break-word;
    word-break: break-all;

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



.sfy_txt02 ul li dl dd span{
    
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;   
}

.sfy_txt02 ul li dl dd ul li{
    background: url("../img/common/list001.png") left no-repeat;
    padding-left: 10px;
    margin-bottom: 10px;
    margin-right: 30px;
    float: left;
}

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

.sfy_txt02_t table{
    width: 100%;
    height: auto;
}

.sfy_txt02_t table th{


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


    vertical-align: text-top;

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

.sfy_txt02_t table td{
    width: 33.33%;
	padding:10px 10px 10px 10px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 160%;
	border-collapse:collapse;

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




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


.rrt_msg{
    margin-bottom: 70px;
}

.rrt_msg dl dt{
    font-size: 40px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 20px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;      
}

.rrt_msg dl dd{
    font-size: 18px;
    line-height: 180%;

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





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

}

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

}

.rrt01_tbl table th{
	width:130px;

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

    vertical-align: text-top;

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

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









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


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


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


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

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


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


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

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

}

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

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

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

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

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

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


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


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

}

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

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

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



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

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


.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: 1060px) {


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


h1.h1_01{
    font-size: 26px;
    line-height: 140%;
    font-weight: 600;
    text-align: center;
    padding: 13px 0 0 0;
    color: #FFFFFF;
    font-weight: 500;    
}

h2.h2_01{
  font-size: 26px;
  line-height: 120%;
  margin-bottom: 35px;
  font-weight: 700;
  text-align: center;
  color: #58c3e0;

  
font-family: futura-pt, sans-serif;
font-style: normal;
font-weight: 300;  

}

h2.h2_01 p{
  font-size: 35px;
  line-height: 120%;
  margin-bottom: 4px;
  color: #333333;
  
  font-weight: 700;
}



.h2_cr{
    color:  #FFFFFF !important;
}


.h2_cnr{
    text-align: center !important;
}

.h2_btm{
    margin-bottom: 15px !important
}

.h2_btm0{
    margin-bottom: 0px !important
}

.h2_btm01{
    margin-bottom: 45px !important
}

.h2_btm01{
    margin-bottom: 30px !important
}




h3.h3_01{
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 30px;
    color: #000000;
    
    padding-top: 13px;
    padding-left: 13px;
    border-left: 6px solid #006699;
    
    font-weight: 400;
}






h4.h4_01{
    font-size: 16px;
    line-height: 120%;
    padding-bottom: 12px;
    margin-bottom: 20px;
    color: #000000;
    
    border-bottom: 1px dotted #999999;
    
    font-weight: 400;
}





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


.top_slide_out{
    padding: 0 20px;
}

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

}


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

	z-index:5;
    margin-top:60px;

}

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

box-sizing: border-box;

z-index: 6000;
}

.slide_txt_out p{
position: absolute;
    top:60%;
    left:50%;
    transform: translate(-50%,-50%);
width: 400px;

}



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

box-sizing: border-box;

z-index: 6000;
}

.slide_txt_out01 p{
position: absolute;
bottom: 50px;
right: 30px;
text-align: right;
width: 410px;

}




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


.main_txt_out{
position: absolute;
width: 100%;
height: 300px;

box-sizing: border-box;

z-index: 6000;

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


.main_txt_out dl dt{


    margin-bottom: 2px;
    
    font-size: 46px;
    line-height: 120%;
    color:#ffffff;

    margin-bottom: 15px;
    
   z-index: 9000;

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

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


.main_txt_out dl dd{
    font-size: 40px;
    line-height: 120%;
    color: #FFFFFF;
    margin-top: -10px;

font-family: titular, sans-serif;
font-style: normal;
font-weight: 300;
}


.about_top_img{
	width: 100%;
	height:300px !important;
	background:url("../img/about/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:300px !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;
}



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


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



.safety_and_environment_top_img{
	width: 100%;
	height:300px !important;
	background:url("../img/safety_and_environment/main.png") 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:300px !important;
	background:url("../img/recruit/main.png") 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:300px !important;
	background:url("../img/contact/main.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
}


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



.bg_main_tp{
    margin-top: 60px;
}

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



.button_l{
    margin: 0 !important;
}

.button_l{
    margin: 0 !important;
}


.button01{
	width:140px;
	height:auto;
	text-align: center;
	text-decoration: none;

}

.button01 a{
    display: block;
	width:140px;
    height: 36px;
    font-size: 15px;
    line-height: 110%;
    color:#FFFFFF;
    padding-top: 1px;
    
    background: #7898a8;

	border: 1px solid #7898a8;
     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: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;   
}


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





/* トップ　真剣塾とは-------------------------------------------- */


.tp_abt01{
    max-width: 700px;
    width: 100%;
    height: auto;
    margin: 0 auto 100px auto;
    text-align: center;

}




.tp_abt02{
    max-width: 700px;
    background: #e5e807;
    padding: 30px;
    margin: 0 auto 70px auto;

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

.tp_abt02 dl dt{
width: 80px;
height: auto;
margin:-110px auto 0 auto;
    text-align: center;
}

.tp_abt02 dl dd{
    font-size: 24px;
    line-height: 180%;
    text-align: center;
    color: #003399;

font-family: mochiy-pop-p,sans-serif;
font-weight: 400;
font-style: normal;
}






/* トップ　真剣塾の5つのポイント-------------------------------------------- */

.tp_5pt{
    margin-bottom: 70px;
    
}


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



.tp_5pt ul li{
    margin-bottom: 25px;
}

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


.tp_5pt ul li dl dt{
    text-align: center;
    margin-bottom: -11px;

}

.tp_5pt ul li dl dd{
    max-width: 750px;
    width: 100%;
    height: 70px;
    background: #24c5d3;
    margin: 0 auto;
    
    font-size: 26px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    
	-webkit-border-radius: 15px;     /* for Safari and Chrome */
	moz-border-radius: 15px;    /* for Firefox */
	-o-border-radius: 15px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:15px;   /* Linux browsers */
	border-radius: 15px;     /* CSS3 */   
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}



.tp_5pt_btn_l{
    margin: 0 !important;
}

.tp_5pt_btn{
    width: 220px;
    height: auto;
    margin: 0 auto;

}


.tp_5pt_btn a{
    display: block;
    width: 220px;
    height: 44px;
    background: #e5e807;
    border: 2px solid #e5e807;
    
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #003399;
    font-weight: 500;
    
	-webkit-border-radius: 15px;     /* for Safari and Chrome */
	moz-border-radius: 15px;    /* for Firefox */
	-o-border-radius: 15px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:15px;   /* Linux browsers */
	border-radius: 15px;     /* CSS3 */   
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;       



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

.tp_5pt_btn a:hover{
    background: #FFFFFF;
    border: 2px solid #e5e807;
    color: #003399;
}





/* トップ　開塾キャンペーン------------------------------------------ */


.tp_bnr01{
    max-width: 750px;
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
}



/* トップ　開塾キャンペーン------------------------------------------ */


.tp_cm_bg{

	height:260px !important;
	background:url("../img/top/curriculum_bg.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     


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

.tp_cm{
    width: 100%;
    height:260px;
    background: rgba(255,255,255,0.40);
    
     padding: 10px 40px;
     box-sizing: border-box;

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


.tp_cm dl dt{
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 10px;
    color: #29bcdc;
    font-weight:700;
}

.tp_cm dl dd{
    font-size: 15px;
    line-height: 150%;
    font-weight:500;
    margin-bottom: 15px;    
}







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


.tp_igt01{
    max-width: 650px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}


.tp_igt01 ul li{
    width: 49%;
    height: 50px;
    margin-right: 2%;
    float: left;
    margin-bottom: 11px;

}

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

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



.tp_igt01 ul li a{
    display: block;
    height: 50px;
    background:#FFFFFF;
    padding: 5px;
    border: 2px solid #2b83af;
    box-sizing: border-box;
    color:#2b83af;
    font-weight: 500;
    font-size: 15px;
        
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */   
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;       


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



.tp_igt01 ul li a:hover{
    background: #2b83af;
    color: #FFFFFF;
    border: 2px solid #2b83af;
}





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


.tp_msg{
    font-size: 21px;
    line-height: 140%;
    margin-bottom: 25px;
    font-weight: 700;
    text-align: center;
}








/* トップ　コンセプト-------------------------------------------- */

.tp_cct01{
}

.tp_cct01 ul li{
    width: 32.8%;

    float: left;
    margin-right: 0.8%;
    margin-bottom: 8px;
    position:relative;
    
    padding: 4px;
    box-sizing: border-box;
    background: url("../img/top/tp_bg001.jpg") repeat;
}

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



.tp_cct01_in{
}

.tp_cct01 ul li p{
    position: absolute;
     bottom: 15px;
     left: 30px;
     
     font-size: 18px;
     line-height: 140%;
     color: #FFFFFF;
     font-weight: 700;
}

.tp_cct01 ul li p:first-letter{
    font-size: 35px;
}

.tp_cct01_bg01{
	height:152px !important;
	background:url("../img/top/01_01.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_cct01_bg02{
	height:152px !important;
	background:url("../img/top/01_02.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_cct01_bg03{
	height:152px !important;
	background:url("../img/top/01_03.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_cct01_bg04{
	height:152px !important;
	background:url("../img/top/01_04.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_cct01_bg05{
	height:152px !important;
	background:url("../img/top/01_05.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_cct01_bg06{
	height:152px !important;
	background:url("../img/top/01_06.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_cct01_bg07{
	height:152px !important;
	background:url("../img/top/01_07.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_cct01_bg08{
	height:152px !important;
	background:url("../img/top/01_08.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_cct01_bg09{
	height:152px !important;
	background:url("../img/top/01_09.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_cct01_bg10{
	height:152px !important;
	background:url("../img/top/01_10.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_cct01_bg11{
	height:152px !important;
	background:url("../img/top/01_11.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_cct01_bg12{
	height:152px !important;
	background:url("../img/top/01_12.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}






/* トップ　物件情報-------------------------------------------- */

.tp_pi{

}


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

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


.tp_pi ul li dl dt{
    text-align: center;
    margin-bottom: 15px;

}

.tp_pi ul li dl dd table{
	width:100%;
	height:auto;
}

.tp_pi ul li dl dd table th{
	padding:7px 0px 7px 0px;	
	box-sizing:border-box;
    width: 100px;
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;
    font-weight: 700;    
    vertical-align: text-top;
	text-align:left;
    border-bottom: 1px dotted #999999;
}

.tp_pi ul li dl dd table td{
	padding:7px 0px 7px 0px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;
    
	text-align:left;
    border-bottom: 1px dotted #999999;
}

.tp_pi ul li dl dd table td span{
    font-size: 17px;
    color: #ff3333;
    font-weight: 700;

}



/* トップ　施工授賞作品-------------------------------------------- */

.tp_awd01{
    max-width: 1000px;
    width: 100%;
    height: 300px;
    background: #f1f1f1;
    

}

.tp_awd01 ul{
    max-width: 700px;
    width: 100%;
    height: auto;
    margin:  0 auto;

}

.tp_awd01 ul li{
    width: 48%;
    height: 300px;
    float: left;
    margin-right: 4%;
    
    padding: 40px 10px;
    box-sizing: border-box;

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


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

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

.tp_awd01 ul li dl dd{
    width: 130px;
    height: 25px;
    height: auto;
    margin: 0 auto;
}

.tp_awd01 ul li dl dd a{
    display: block;
    width: 130px;
    height: 25px;
    border: 1px solid #000000;
    background: #000000;
    
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    text-align: center;

  
font-family: futura-pt, sans-serif;
font-style: normal;
font-weight: 700;  


   -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: 15px;     /* for Safari and Chrome */
	moz-border-radius: 15px;    /* for Firefox */
	-o-border-radius: 15px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:15px;   /* Linux browsers */
	border-radius: 15px;     /* CSS3 */
    
}

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






/* トップ　青山バナー-------------------------------------------- */

.tp_aybnr{
    height: 280px !important;


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

   
}

.tp_aybnr a{
    width: 100%;
    height: 280px;
    display: block;

    padding: 25px;
    box-sizing: border-box;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 


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


.tp_aybnr a:hover{
    background: rgba(0,0,0,0.30);

}

.tp_aybnr dl dt{
    text-align:center;
    margin-bottom: 15px;
}


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

}


.tp_aybnr dl dd{
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color:#FFFFFF;

font-family: futura-pt, sans-serif;
font-style: normal;
font-weight: 500;  
}









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

.tp_news{
margin-bottom: 60px;
}



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



.tp_news dl dt{
font-size: 13px;
line-height: 160%;

color:#336699;

letter-spacing: 0.03em;

}

.tp_news dl dd{
font-size: 15px;
line-height: 150%;
margin: 0 0 12px 0;
padding-bottom: 10px;

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


.news_ttl{
    font-size: 22px;
    line-height: 140%;
    border-bottom:3px solid #3b3653;
    margin-bottom: 15px;
    padding-bottom: 5px;
  
       font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;   
}

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

.news_post{
    font-size: 17px;
    line-height: 170%;
}







/* トップ　社労士の業務---------------------------------------------- */

.tp_svs01{
}

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


.tp_svs01 ul li{
    width: 32.4%;
    height: auto;
    float: left;
    margin-right: 1.4%;
    margin-bottom: 12px;
    
    padding: 10px;
    box-sizing: border-box;
    
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    
	-webkit-border-radius: 15px;     /* for Safari and Chrome */
	moz-border-radius: 15px;    /* for Firefox */
	-o-border-radius: 15px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:15px;   /* Linux browsers */
	border-radius: 15px;     /* CSS3 */    
}

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

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


.tp_svs_bg01{
	height:200px !important;
	background:url("../img/top/01_01.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
 
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_svs_bg02{
	height:200px !important;
	background:url("../img/top/01_02.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
 
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_svs_bg03{
	height:200px !important;
	background:url("../img/top/01_03.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
 
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_svs_bg04{
	height:200px !important;
	background:url("../img/top/01_04.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
 
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}



.tp_svs_bg05{
	height:200px !important;
	background:url("../img/top/01_05.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
 
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_svs_bg06{
	height:200px !important;
	background:url("../img/top/01_06.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
 
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.tp_svs_bg07{
	height:200px !important;
	background:url("../img/top/01_07.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
 
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_svs_bg08{
	height:200px !important;
	background:url("../img/top/01_08.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
 
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}



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

.cmm_ctt_bg{
	height:350px !important;
	background:url("../img/top/tp_ctt.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 

    margin-bottom: 20px;
}


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

.cmm_ctt dl{
text-align: center;
}


.cmm_ctt dl dt{
    font-size: 26px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 8px;

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

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

    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 700; 
}

.cmm_ctt dl dd p{
    font-size: 35px;
    line-height: 120%;
    margin-bottom: 2px;
    color: #29bcdc;
  
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 700;     
}



.cmm_ctt_btn{
	max-width:360px;
	width:100%;
	height:auto;
    margin: 0 auto;

  text-align: center;
  text-decoration: none;  
}

.cmm_ctt_btn a{
    margin: 0 auto;
    padding: 10px 5px 13px 5px;
    box-sizing: border-box;

    display: block;
    font-size: 16px;
    line-height: 100%;
    color: #003399; 

background: #e5e807;
  border: 2px solid #e5e807;
  
    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;  
    
    
	-webkit-border-radius: 15px;     /* for Safari and Chrome */
	moz-border-radius: 15px;    /* for Firefox */
	-o-border-radius: 15px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:15px;   /* Linux browsers */
	border-radius: 15px;     /* CSS3 */    
}

.cmm_ctt_btn a:hover{
  color:#003399;
  background:#FFFFFF;
  border: 2px solid #e5e807;

}


.cmm_ctt_btn_bg{
background:linear-gradient(to right, #a90d0d, #cf4b76);
}







/* 支部のご案内--------------------------------------------- */



.abt_msg{
    margin-bottom: 60px;
}

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

.abt_msg dl dt{
    font-size: 33px;
    line-height: 140%;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
}

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


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


.abt_msg dl dd p{
    text-align: right;
    margin-top: 15px;
    font-size: 15px;
    line-height: 200%;
}


.abt_msg dl dd p span{
    font-size: 22px;
    margin-left: 12px;
}







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

}

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

}

.abt_tbl table th{
	padding:10px 20px 10px 20px;	
	box-sizing:border-box;
    background: #006699;
    color: #FFFFFF;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

    
    vertical-align: text-top;

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

.abt_tbl table td{
	padding:10px 20px 10px 20px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;
    
	text-align:left;
    border: 1px dotted #999999;
}


.abt_tbl_th01{
    width: 230px;
}

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

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






/* 社労士の業務--------------------------------------------- */

.svc_01{

}


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

}

.svc_01_in{

}

.svc_01_in_l{
    width: 28%;
    height: auto;
    float: left;
}


.svc_01_in_l{
    
    padding: 15px;
    box-sizing: border-box;
    
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    
	-webkit-border-radius: 15px;     /* for Safari and Chrome */
	moz-border-radius: 15px;    /* for Firefox */
	-o-border-radius: 15px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:15px;   /* Linux browsers */
	border-radius: 15px;     /* CSS3 */    
    
    font-weight: 700;
}


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


.svc_01_in_r{
    font-size: 15px;
    line-height: 180%;
    box-sizing: border-box;

    float: right;
    width: 69%;
}







/* 会員一覧---------------------------------------------- */




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

.mnbr_lst01 table{
	width:100%;
	height:auto;
}

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

	border:1px solid #cbcbc9;
	text-align:left;
	width:33.33%;
	padding:10px 15px;
    background: #339999;
    text-align: center;
    color: #FFFFFF;

}

.mnbr_lst01 table td{
	border-collapse:collapse;
	font-size:16px;
	line-height:160%;
	border:1px solid #cbcbc9;
	text-align:left;
	padding:10px 15px;
    background:#FFFFFF;
}


#view40{
    font-size: 14px !important;
    line-height: 120% !important;

	height:400px !important;
  overflow: auto !important;
  white-space: nowrap !important;
}  

#view40::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px !important;
}
#view40::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1 !important;
}
#view40::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCB !important;
}
  
  
#view40 table {
  width: 100% !important;
  border-collapse: collapse !important;
}
  
#view40 th{
	padding:3 10px !important;
    box-sizing: border-box !important;
}

#view40 th:nth-child(1){

	width:80px !important;
	}

#view40 th:nth-child(2){
	width:230px !important;
	}


#view40 th:nth-child(4){
	width:120px !important;
	}
    
    #view40 th:nth-child(5){
	width:230px !important;
	}
	
#view40 td{
	word-break:break-all !important;
	word-wrap:break-word !important;
	padding:3 10px !important;
}





/* セミナー・--------------------------------------------- */

.smr01{

}

.smr01 ul li{
    max-width: 750px;
    width: 100%;
    margin: 0 auto 40px auto;
    
    border: 1px solid #cbcccc;
    box-sizing: border-box;
}

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

.smr01 ul li img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	

.smr01 ul li:hover img {
	opacity: .7;
}





/* 会員--------------------------------------------- */

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

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

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

.mnbr_tab ul li a{
    height: 35px;
    display: block;
    background: #3099cd;
    border: 1px solid #3099cd;
    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; 
}

.mnbr_tab ul li a:hover{
    background: #006699;
    border: 1px solid #006699;
    color:#FFFFFF;
}

.mnbr_tab_on{
    background: #006699 !important;
    border: 1px solid #006699 !important;
    color:#FFFFFF !important;
}






.mnbr_tbl{
	width:100%;
	height:auto;

}

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

}


.mnbr_tbl table th{
	padding:10px 10px 10px 10px;	
	box-sizing:border-box;
    background: #006699;
    color: #FFFFFF;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

    
    vertical-align: text-top;

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


.mnbr_tbl table td{
	padding:10px 10px 10px 10px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;
    
	text-align:left;
    border: 1px dotted #999999;
}





.mnbr_ps{
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px dotted #999999;
}

.mnbr_day{
    font-size: 15px;
    line-height: 100%;
    margin-bottom: 10px;
    color: #999999;

}

.mnbr_ttl{
    font-size: 18px;
    line-height: 140%;
    font-weight: 600;
    margin-bottom: 13px;
}

.mnbr_ttl a{
    color: #0099cc;
    text-decoration: underline;
}

.mnbr_ttl a:hover{
    color: #0099cc;
    text-decoration:none;
}


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


.mnbr_post a{
    color: #0099cc;
    text-decoration: underline;
}


.mnbr_post a:hover{
    color: #0099cc;
    text-decoration:none;
}

.mnbr_img{

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

}

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





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

}



.mnbr_ks dl dt{
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 7px;

}


.mnbr_ks dl dd{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 25px;


}

.mnbr_ks dl dd:last-child{
    margin-bottom: 50px;

}





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



.svs_txt01{
    font-size: 16px;
    line-height: 170%;
    margin-bottom: 30px;

    
    word-wrap: break-word;
    word-break: break-all;
}



.svs_img01{
margin-bottom: 20px;
}

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

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

.svs_tbl01{
    margin-bottom: 60px;
}

.svs_tbl01 dt{
    background: url("../img/service/tl.jpg") left center no-repeat;
    background-size: 35px 3px;
    font-size: 24px;
    line-height: 120%;
    padding-left: 48px;
    margin-bottom: 20px;

}


.svs_tbl01 dl dd p{
    margin-bottom: 10px;
}


.svs_tbl01 dl dd ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.svs_tbl01 dl dd ul li:nth-child(2n){
    margin-right: 0%;

}

.svs_tbl01 dl dd ul li dl dt{
    font-size: 15px;
    line-height: 140%;

    float: left;
     clear: both;
     
    background:none;
    padding-left: 0px;
    margin-bottom: 0px;    
   
}

.svs_tbl01 dl dd ul li dl dd{

    font-size: 15px;
    line-height: 140%;
    text-align: right !important;

    border-bottom: 1px dotted #8e8c8c !important;
    padding-bottom: 5px;
    margin-bottom: 5px;
}




.svs_lst{
}

.svs_lst ul li{
    font-size: 15px;
    line-height: 140%;


    border-bottom: 1px dotted #8e8c8c !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
}




/* 安全・環境への取組み--------------------------------------------- */



.sfy_txt01{

    margin-bottom: 60px;
    
    word-wrap: break-word;
    word-break: break-all;    
}

.sfy_txt01 dl dt{
    font-size: 25px;
    line-height: 140%;
    margin-bottom: 20px;
    text-align: center;
    
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;    
}


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

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

}




.sfy_txt02{
margin-bottom: 60px;
}

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

}

.sfy_txt02 ul li dl dt{
    font-size: 26px;
    line-height: 140%;
    margin-bottom: 15px;
    text-align:left;
    
    border-left: 8px solid #cc0000;
    padding: 10px;
    
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;   
}

.sfy_txt02 ul li dl dd{
    font-size: 17px;
    line-height: 180%;
    word-wrap: break-word;
    word-break: break-all;

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





.sfy_txt02 ul li dl dd span{
    
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;   
}

.sfy_txt02 ul li dl dd ul li{
    background: url("../img/common/list001.png") left no-repeat;
    padding-left: 10px;
    margin-bottom: 10px;
    margin-right: 30px;
    float: left;
}

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

.sfy_txt02_t table{
    width: 100%;
    height: auto;
}

.sfy_txt02_t table th{


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


    vertical-align: text-top;

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

.sfy_txt02_t table td{
    width: 33.33%;
	padding:10px 10px 10px 10px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;

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


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


.rrt_msg{
    margin-bottom: 60px;
}

.rrt_msg dl dt{
    font-size: 28px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 20px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;      
}

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

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



.rrt_box01{
    height: 300px;
    margin-bottom: 25px;
}

.rrt_box01_in{
    max-width: 270px;
    width: 100%;
    height: 300px;
    background: #443d4a;
    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; 
}

.rrt_box01_in dl dt{
    font-size: 27px;
    line-height: 140%;
    color:#FFFFFF;

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

.rrt_box01_in dl dt span{
    font-size: 50px;
    line-height: 140%;
    color:#FFFFFF;
    margin-left: 15px;
}

.rrt_box01_in dl dd{
    font-size: 26px;
    line-height: 140%;
    color:#FFFFFF;

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

.rrt_box01_in dl dd p{
    font-size: 17px;
    line-height: 140%;
    color:#FFFFFF;
    margin-bottom: 5px;
}

.rrt_box01_in dl dd span{
    font-size: 20px;
    line-height: 140%;
    color:#FFFFFF;
}



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

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



.rrt_box02{
    margin-bottom: 60px;
}

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

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


.rrt_box02 dl dt{
    font-size: 22px;
    line-height: 160%;
    color: #665f6d;
    margin-bottom: 5px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;        
}

.rrt_box02 dl dt span{
    font-size: 34px;
    line-height: 160%;
    color: #665f6d;
    margin-right: 10px;

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


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


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














.rrt_b01{ 
    margin-bottom: 60px;
}

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

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


.rrt_b01_in{
    height: 280px;
    padding: 30px;
    box-sizing: border-box;
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}

.rrt_b01_in dl dt{
    font-size: 60px;
    line-height: 100%;
    margin-bottom: 30px;
    color:#FFFFFF;

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

.rrt_b01_in dl dd{
    font-size: 17px;
    line-height: 100%;
    color:#FFFFFF;
    margin-bottom: 30px;

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


.rrt_b01_in dl dd p{
    font-size: 26px;
    line-height: 100%;
    margin-bottom: 13px;
    color:#FFFFFF;

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

.rrt_b01_in dl dd p span{
    font-size: 17px;
    line-height: 100%;
    color:#FFFFFF;
    margin-left: 15px;

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




.rrt_b01_in01{
    margin-top: 25px;
    margin-bottom: 30px;

}


.rrt_b01_in01 dl dt{
    font-size: 17px;
    line-height: 100%;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dotted #7b7b7c;
    color: #284684;    

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

.rrt_b01_in01 dl dt:first-letter{

}

.rrt_b01_in01 dl dd{
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 40px;
    
    word-wrap: break-word;
    word-break: break-all;

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


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




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

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






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

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

}

.rrt01_tbl table th{
	width:120px;

	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;
    letter-spacing: 0.1em;
    
    vertical-align: text-top;

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

.rrt01_tbl table td{
	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;
    letter-spacing: 0.1em;
    
	text-align:left;
    border-bottom: 1px dotted #d0d0d0;
}







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


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



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


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

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


.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:16px;
	border-collapse:collapse;

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

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

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

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


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

}

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

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

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



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

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

.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{
    font-size: 18px;
    line-height: 140%;
    font-weight: 600;
    text-align: center;
    padding: 13px 0 0 0;
    color: #FFFFFF;
    font-weight: 500;    
}

h2.h2_01{
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 30px;
  font-weight: 700;
  text-align: center;
  color: #58c3e0;

  
font-family: futura-pt, sans-serif;
font-style: normal;
font-weight: 300;  

}

h2.h2_01 p{
  font-size: 26px;
  line-height: 120%;
  margin-bottom: 2px;
  color: #333333;
  
  font-weight: 700;
}






.h2_cr{
    color:  #FFFFFF !important;
}


.h2_cnr{
    text-align: center !important;
}

.h2_btm{
    margin-bottom: 10px !important
}

.h2_btm0{
    margin-bottom: 0px !important
}

.h2_btm01{
    margin-bottom: 25px !important
}






h3.h3_01{
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 27px;
    color: #000000;
    
    padding-top: 11px;
    padding-left: 11px;
    border-left: 5px solid #006699;
    
    font-weight: 400;
}



h4.h4_01{
    font-size: 15px;
    line-height: 120%;
    padding-bottom: 10px;
    margin-bottom: 18px;
    color: #000000;
    
    border-bottom: 1px dotted #999999;
    
    font-weight: 400;
}






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


.top_slide_out{
    padding: 0 15px;
}


.top_slide{
	width:100%;
	min-height:270px;
	z-index:5;

    margin-top: 50px;
	 	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}


.top_slide_bg{
	width: 100%;
	height:270px !important;
    background: url("../img/top/slide01.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

	z-index:5;
    margin-top:50px;

}



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

box-sizing: border-box;

z-index: 6000;
}

.slide_txt_out p{
position: absolute;
    top:60%;
    left:50%;
    transform: translate(-50%,-50%);
width: 220px;
}




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

box-sizing: border-box;

z-index: 6000;
}

.slide_txt_out01 p{
position: absolute;
bottom: 40px;
right: 30px;
text-align: right;
width: 240px;
}






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


.main_txt_out{
position: absolute;
width: 100%;
height: 230px;

box-sizing: border-box;

z-index: 6000;

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


.main_txt_out dl dt{


    font-size: 25px;
    line-height: 130%;
    color:#ffffff;

    margin-bottom: 10px;
    
   z-index: 9000;

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

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


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


font-family: titular, sans-serif;
font-style: normal;
font-weight: 300;
}

.about_top_img{
	width: 100%;
	height:230px !important;
	background:url("../img/about/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:230px !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;
}




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



.seminar_top_img{
	width: 100%;
	height:230px !important;
	background:url("../img/seminar/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:230px !important;
	background:url("../img/recruit/main.png") 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:230px !important;
	background:url("../img/contact/main.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:50px auto 0px auto;
}





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

.contact_banner{
	margin-top:60px;	
}

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





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



.bg_main_tp{
    margin-top: 50px;
}

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


.button_l{
    margin: 0 !important;
}

.button01{
	width:130px;
	height:auto;
	text-align: center;
	text-decoration: none;

}

.button01 a{
    display: block;
	width:130px;
    height: 32px;
    font-size: 14px;
    line-height: 110%;
    color:#FFFFFF;
    padding-top: 1px;
    
    background: #7898a8;

	border: 1px solid #7898a8;
     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: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;   
}


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




/* トップ　真剣塾とは-------------------------------------------- */




.tp_abt01{
    max-width: 700px;
    width: 100%;
    height: auto;
    margin: 0 auto 80px auto;
    text-align: center;

}







.tp_abt02{
    max-width: 700px;
    background: #e5e807;
    padding: 20px 10px;
    margin: 0 auto 60px auto;

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

.tp_abt02 dl dt{
width: 50px;
height: auto;
margin:-80px auto 0 auto;
    text-align: center;
}

.tp_abt02 dl dd{
    font-size: 16px;
    line-height: 180%;
    text-align: center;
    color: #003399;

font-family: mochiy-pop-p,sans-serif;
font-weight: 400;
font-style: normal;
}







/* トップ　真剣塾の5つのポイント-------------------------------------------- */

.tp_5pt{
    margin-bottom: 70px;
    
}


.tp_5pt ul{
    margin-bottom: 25px;
}


.tp_5pt ul li{
    margin-bottom: 8px;
}

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


.tp_5pt ul li dl dt{
    width: 70px;
    margin: 0 auto -10px auto;
    text-align: center;


}

.tp_5pt ul li dl dd{
    max-width: 750px;
    width: 100%;
    height: 55px;
    background: #24c5d3;
    margin: 0 auto;
    
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    
	-webkit-border-radius: 15px;     /* for Safari and Chrome */
	moz-border-radius: 15px;    /* for Firefox */
	-o-border-radius: 15px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:15px;   /* Linux browsers */
	border-radius: 15px;     /* CSS3 */   
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}





.tp_5pt_btn_l{
    margin: 0 !important;
}

.tp_5pt_btn{
    width: 180px;
    height: auto;
    margin: 0 auto;

}


.tp_5pt_btn a{
    display: block;
    width: 180px;
    height: 35px;
    background: #e5e807;
    border: 2px solid #e5e807;
    
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #003399;
    font-weight: 500;
    
	-webkit-border-radius: 15px;     /* for Safari and Chrome */
	moz-border-radius: 15px;    /* for Firefox */
	-o-border-radius: 15px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:15px;   /* Linux browsers */
	border-radius: 15px;     /* CSS3 */   
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;       



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

.tp_5pt_btn a:hover{
    background: #FFFFFF;
    border: 2px solid #e5e807;
    color: #003399;
}




/* トップ　開塾キャンペーン------------------------------------------ */


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



/* トップ　開塾キャンペーン------------------------------------------ */


.tp_cm_bg{

	height:230px !important;
	background:url("../img/top/curriculum_bg.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     


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

.tp_cm{
    width: 100%;
    height:230px;
    background: rgba(255,255,255,0.40);
    
     padding: 10px 20px;
     box-sizing: border-box;

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


.tp_cm dl dt{
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 10px;
    color: #29bcdc;
    font-weight:700;
}

.tp_cm dl dd{
    font-size: 14px;
    line-height: 150%;
    font-weight:500;
    margin-bottom: 15px;    
}






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


.tp_igt01{

}


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

}

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


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

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






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



.tp_igt01 ul li a{
    display: block;
    height: 45px;
    background:#FFFFFF;
    padding: 5px;
    border: 2px solid #2b83af;
    box-sizing: border-box;
    color:#2b83af;
    font-weight: 700;
    font-size: 14px;
        
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */   
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;       


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



.tp_igt01 ul li a:hover{
    background: #2b83af;
    color: #FFFFFF;
    border: 2px solid #2b83af;
}







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



.tp_msg{
    font-size: 17px;
    line-height: 150%;
    margin-bottom: 25px;
    font-weight: 700;
    text-align: center;
}
.tp_msg span::before {
	content: "\A" ;
	white-space: pre ;
}





/* トップ　コンセプト-------------------------------------------- */

.tp_cct01{
}

.tp_cct01 ul li{
    width: 49%;

    float: left;
    margin-right: 2%;
    margin-bottom: 8px;
    position:relative;
    
    padding: 4px;
    box-sizing: border-box;
    background: url("../img/top/tp_bg001.jpg") repeat;
}


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

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


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



.tp_cct01_in{
}

.tp_cct01 ul li p{
    position: absolute;
     bottom: 15px;
     left: 20px;
     
     font-size: 17px;
     line-height: 140%;
     color: #FFFFFF;
     font-weight: 700;
}

.tp_cct01 ul li p:first-letter{
    font-size: 31px;
}

.tp_cct01_bg01{
	height:125px !important;
	background:url("../img/top/01_01.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_cct01_bg02{
	height:125px !important;
	background:url("../img/top/01_02.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_cct01_bg03{
	height:125px !important;
	background:url("../img/top/01_03.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_cct01_bg04{
	height:125px !important;
	background:url("../img/top/01_04.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_cct01_bg05{
	height:125px !important;
	background:url("../img/top/01_05.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_cct01_bg06{
	height:125px !important;
	background:url("../img/top/01_06.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_cct01_bg07{
	height:125px !important;
	background:url("../img/top/01_07.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_cct01_bg08{
	height:125px !important;
	background:url("../img/top/01_08.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_cct01_bg09{
	height:125px !important;
	background:url("../img/top/01_09.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_cct01_bg10{
	height:125px !important;
	background:url("../img/top/01_10.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_cct01_bg11{
	height:125px !important;
	background:url("../img/top/01_11.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_cct01_bg12{
	height:125px !important;
	background:url("../img/top/01_12.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}





/* トップ　物件情報-------------------------------------------- */

.tp_pi{
    margin-bottom: 0px;
}


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

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


.tp_pi ul li dl dt{
    text-align: center;
    margin-bottom: 15px;

}

.tp_pi ul li dl dd table{
	width:100%;
	height:auto;
}

.tp_pi ul li dl dd table th{
	padding:5px 0px 5px 0px;	
	box-sizing:border-box;
    width: 70px;
	font-size:13px;
    line-height: 150%;
	border-collapse:collapse;
    font-weight: 700;    
    vertical-align: text-top;
	text-align:left;
    border-bottom: 1px dotted #999999;
}

.tp_pi ul li dl dd table td{
	padding:5px 0px 5px 0px;
	box-sizing:border-box;
    
	font-size:13px;
    line-height: 150%;
	border-collapse:collapse;
    
	text-align:left;
    border-bottom: 1px dotted #999999;
}

.tp_pi ul li dl dd table td span{
    font-size: 16px;
    color: #ff3333;
    font-weight: 700;

}






/* トップ　施工授賞作品-------------------------------------------- */

.tp_awd01{
    max-width: 1000px;
    width: 100%;
    height: 200px;
    background: #f1f1f1;
    

}

.tp_awd01 ul{
    max-width: 700px;
    width: 100%;
    height: auto;
    margin:  0 auto;

}

.tp_awd01 ul li{
    width: 49%;
    height: 200px;
    float: left;
    margin-right: 2%;
    
    padding: 20px 15px;
    box-sizing: border-box;

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


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

.tp_awd01 ul li dl dt{
    width: 120px;
    text-align: center;
    margin: 0 auto 15px auto;

}

.tp_awd01 ul li dl dd{
    width: 120px;
    height: 22px;
    height: auto;
    margin: 0 auto;
}

.tp_awd01 ul li dl dd a{
    display: block;
    width: 120px;
    height: 22px;
    border: 1px solid #000000;
    background: #000000;
    
    font-size: 13px;
    line-height: 100%;
    color: #FFFFFF;
    text-align: center;

  
font-family: futura-pt, sans-serif;
font-style: normal;
font-weight: 700;  


   -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: 15px;     /* for Safari and Chrome */
	moz-border-radius: 15px;    /* for Firefox */
	-o-border-radius: 15px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:15px;   /* Linux browsers */
	border-radius: 15px;     /* CSS3 */
    
}

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









/* トップ　青山バナー-------------------------------------------- */

.tp_aybnr{
    height: 160px !important;


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

   
}

.tp_aybnr a{
    width: 100%;
    height: 160px;
    display: block;

    padding: 10px;
    box-sizing: border-box;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 


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


.tp_aybnr a:hover{
    background: rgba(0,0,0,0.30);

}

.tp_aybnr dl dt{
    width: 160px;
    text-align:center;
    margin: 0 auto 10px auto;
}


.tp_aybnr dl dd{


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

}


.tp_aybnr dl dd{
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    color:#FFFFFF;

font-family: futura-pt, sans-serif;
font-style: normal;
font-weight: 500;  
}






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

.tp_news{
margin-bottom: 50px;
}


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

.tp_news dl dt{
font-size: 13px;
line-height: 160%;

color:#336699;

letter-spacing: 0.03em;

}

.tp_news dl dd{
font-size: 14px;
line-height: 150%;
margin: 0 0 10px 0;
padding-bottom: 8px;

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



.news_ttl{
    font-size: 18px;
    line-height: 160%;
    border-bottom:3px solid #3b3653;
    margin-bottom: 15px;
    padding-bottom: 5px;
  
       font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;   
}

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

.news_post{
    font-size: 16px;
    line-height: 170%;
}







/* トップ　社労士の業務---------------------------------------------- */

.tp_svs01{
}

.tp_svs01 ul{
    margin-bottom: 15px;
}


.tp_svs01 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 8px;
    
    padding: 10px;
    box-sizing: border-box;
    
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    
	-webkit-border-radius: 12px;     /* for Safari and Chrome */
	moz-border-radius: 12px;    /* for Firefox */
	-o-border-radius: 12px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:12px;   /* Linux browsers */
	border-radius: 12px;     /* CSS3 */    
}

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


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

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


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


.tp_svs_bg01{
	height:120px !important;
	background:url("../img/top/01_01.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
 
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_svs_bg02{
	height:120px !important;
	background:url("../img/top/01_02.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
 
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_svs_bg03{
	height:120px !important;
	background:url("../img/top/01_03.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
 
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_svs_bg04{
	height:120px !important;
	background:url("../img/top/01_04.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
 
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}



.tp_svs_bg05{
	height:120px !important;
	background:url("../img/top/01_05.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
 
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_svs_bg06{
	height:120px !important;
	background:url("../img/top/01_06.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
 
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.tp_svs_bg07{
	height:120px !important;
	background:url("../img/top/01_07.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
 
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_svs_bg08{
	height:120px !important;
	background:url("../img/top/01_08.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
 
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}





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

.cmm_ctt_bg{
	height:350px !important;
	background:url("../img/top/tp_ctt.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 

    margin-bottom: 20px;
}


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

.cmm_ctt dl{
text-align: center;
}


.cmm_ctt dl dt{
    font-size: 18px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 8px;

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

.cmm_ctt dl dd{
    font-size: 16px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 10px;

    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 700; 
}

.cmm_ctt dl dd p{
    font-size: 25px;
    line-height: 120%;
    margin-bottom: 2px;
    color: #29bcdc;
  
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 700;     
}



.cmm_ctt_btn{
	max-width:260px;
	width:100%;
	height:auto;
    margin: 0 auto;

  text-align: center;
  text-decoration: none;  
}

.cmm_ctt_btn a{
    margin: 0 auto;
    padding: 8px 5px 8px 5px;
    box-sizing: border-box;

    display: block;
    font-size: 13px;
    line-height: 100%;
    color: #003399; 

background: #e5e807;
  border: 2px solid #e5e807;
  
    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;  
    
    
	-webkit-border-radius: 15px;     /* for Safari and Chrome */
	moz-border-radius: 15px;    /* for Firefox */
	-o-border-radius: 15px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:15px;   /* Linux browsers */
	border-radius: 15px;     /* CSS3 */    
}

.cmm_ctt_btn a:hover{
  color:#003399;
  background:#FFFFFF;
  border: 2px solid #e5e807;

}


.cmm_ctt_btn_bg{
background:linear-gradient(to right, #a90d0d, #cf4b76);
}








/* 支部のご案内--------------------------------------------- */



.abt_msg{
    margin-bottom: 50px;
}

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

.abt_msg dl dt{
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
}

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


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


.abt_msg dl dd p{
    text-align: right;
    margin-top: 12px;
    font-size: 14px;
    line-height: 200%;
}


.abt_msg dl dd p span{
    font-size: 20px;
    margin-left: 12px;
}











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

}

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

}

.abt_tbl table th{
	padding:7px 10px 7px 10px;	
	box-sizing:border-box;
    background: #006699;
    color: #FFFFFF;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;

    
    vertical-align: text-top;

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

.abt_tbl table td{
	padding:7px 10px 7px 10px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;
    
	text-align:left;
    border: 1px dotted #999999;
}


.abt_tbl_th01{
    width: 140px;
}

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

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










/* 社労士の業務--------------------------------------------- */

.svc_01{

}


.svc_01 ul li{
    margin-bottom: 25px;

}

.svc_01_in{

}

.svc_01_in_l{
    width: 32%;
    height: auto;
    float: left;
}


.svc_01_in_l{
    
    padding: 5px;
    box-sizing: border-box;
    
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    
	-webkit-border-radius: 15px;     /* for Safari and Chrome */
	moz-border-radius: 15px;    /* for Firefox */
	-o-border-radius: 15px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:15px;   /* Linux browsers */
	border-radius: 15px;     /* CSS3 */    
    
    font-weight: 700;
}


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


.svc_01_in_r{
    font-size: 14px;
    line-height: 150%;
    box-sizing: border-box;

    float: right;
    width: 65%;
}





/* 会員一覧---------------------------------------------- */




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

.mnbr_lst01 table{
	width:100%;
	height:auto;
}

.mnbr_lst01 table th{
	border-collapse:collapse;
	font-size:14px;
	line-height:140%;

	border:1px solid #cbcbc9;
	text-align:left;
	width:33.33%;
	padding:8px 5px;
    background: #339999;
    text-align: center;
    color: #FFFFFF;

}

.mnbr_lst01 table td{
	border-collapse:collapse;
	font-size:14px;
	line-height:140%;
	border:1px solid #cbcbc9;
	text-align:left;
	padding:8px 5px;
    background:#FFFFFF;
}








#view40{

    font-size: 14px !important;
    line-height: 120% !important;
    
	height:400px !important;
  overflow: auto !important;
  white-space: nowrap !important;
}  

#view40::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px !important;
}
#view40::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1 !important;
}
#view40::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCB !important;
}
  
  
#view40 table {
  width: 100% !important;
  border-collapse: collapse !important;
}
  


#view40 th{
	padding:3 10px !important;
}

#view40 th:nth-child(1){

	width:80px !important;
	}

#view40 th:nth-child(2){
	width:230px !important;
	}


#view40 th:nth-child(4){
	width:120px !important;
	}
    
    #view40 th:nth-child(5){
	width:230px !important;
	}
	
#view40 td{
	word-break:break-all !important;
	word-wrap:break-word !important;
	padding:3 10px !important;
}





/* セミナー・--------------------------------------------- */

.smr01{

}

.smr01 ul li{
    max-width: 750px;
    width: 100%;
    margin: 0 auto 40px auto;
    
    border: 1px solid #cbcccc;
    box-sizing: border-box;
}

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

.smr01 ul li img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	

.smr01 ul li:hover img {
	opacity: .7;
}







/* 会員--------------------------------------------- */

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

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

.mnbr_tab ul li:nth-child(2n){
    margin-right: 0%;
    margin-bottom: 10px;
}


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

.mnbr_tab ul li a{
    height: 32px;
    display: block;
    background: #3099cd;
    border: 1px solid #3099cd;
    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; 
}

.mnbr_tab ul li a:hover{
    background: #006699;
    border: 1px solid #006699;
    color:#FFFFFF;
}

.mnbr_tab_on{
    background: #006699 !important;
    border: 1px solid #006699 !important;
    color:#FFFFFF !important;
}






.mnbr_tbl{
	width:100%;
	height:auto;

}

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

}


.mnbr_tbl table th{
	padding:10px 10px 10px 10px;	
	box-sizing:border-box;
    background: #006699;
    color: #FFFFFF;
    
	font-size:13px;
    line-height: 150%;
	border-collapse:collapse;

    
    vertical-align: text-top;

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


.mnbr_tbl table td{
	padding:10px 10px 10px 10px;	
	box-sizing:border-box;
    
	font-size:13px;
    line-height: 150%;
	border-collapse:collapse;
    
	text-align:left;
    border: 1px dotted #999999;
}









.mnbr_ps{
    padding-bottom: 10px;
    margin-bottom: 22px;
    border-bottom: 1px dotted #999999;
}

.mnbr_day{
    font-size: 13px;
    line-height: 100%;
    margin-bottom: 10px;
    color: #999999;

}

.mnbr_ttl{
    font-size: 16px;
    line-height: 140%;
    font-weight: 500;
    margin-bottom: 10px;
}

.mnbr_ttl a{
    color: #0099cc;
    text-decoration: underline;
}

.mnbr_ttl a:hover{
    color: #0099cc;
    text-decoration:none;
}


.mnbr_post{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 20px;
}


.mnbr_post a{
    color: #0099cc;
    text-decoration: underline;
}


.mnbr_post a:hover{
    color: #0099cc;
    text-decoration:none;
}

.mnbr_img{

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

}

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








.mnbr_ks_01{
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 20px;

}



.mnbr_ks dl dt{
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 5px;

}


.mnbr_ks dl dd{
    font-size: 13px;
    line-height: 150%;
    margin-bottom: 20px;


}

.mnbr_ks dl dd:last-child{
    margin-bottom: 40px;

}




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



.svs_txt01{
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 20px;
    
    word-wrap: break-word;
    word-break: break-all;
}




.svs_img01{
margin-bottom: 20px;
}

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

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

.svs_tbl01{
    margin-bottom: 50px;
}


.svs_tbl01 dt{
    background: url("../img/service/tl.jpg") left center no-repeat;
    background-size: 27px 2px;
    font-size: 18px;
    line-height: 120%;
    padding-left: 35px;
    margin-bottom: 20px;

}


.svs_tbl01 dl dd p{
    margin-bottom: 5px;
}


.svs_tbl01 dl dd ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.svs_tbl01 dl dd ul li:nth-child(2n){
    margin-right: 0%;

}

.svs_tbl01 dl dd ul li dl dt{
    font-size: 14px;
    line-height: 140%;

    float: left;
     clear: both;
     
    background:none;
    padding-left: 0px;
    margin-bottom: 0px;    
   
}

.svs_tbl01 dl dd ul li dl dd{

    font-size: 14px;
    line-height: 140%;
    text-align: right !important;

    border-bottom: 1px dotted #8e8c8c !important;
    padding-bottom: 5px;
    margin-bottom: 5px;
}




.svs_lst{
}

.svs_lst ul li{
    font-size: 14px;
    line-height: 140%;;


    border-bottom: 1px dotted #8e8c8c !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
}






/* 安全・環境への取組み--------------------------------------------- */



.sfy_txt01{

    margin-bottom: 50px;
    
    word-wrap: break-word;
    word-break: break-all;    
}

.sfy_txt01 dl dt{
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 20px;
    text-align:left;
    
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;    
}


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

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

}



.sfy_txt02{
margin-bottom: 50px;
}


.sfy_txt02 ul li{
    margin-bottom: 28px;

}

.sfy_txt02 ul li dl dt{
    font-size: 21px;
    line-height: 140%;
    margin-bottom: 15px;
    text-align:left;
    
    border-left: 6px solid #cc0000;
    padding: 8px;
    
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;   
}

.sfy_txt02 ul li dl dd{
    font-size: 15px;
    line-height: 160%;
    word-wrap: break-word;
    word-break: break-all;

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






.sfy_txt02 ul li dl dd span{
    
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;   
}

.sfy_txt02 ul li dl dd ul li{
    background: url("../img/common/list001.png") left no-repeat;
    padding-left: 10px;
    margin-bottom: 8px;
    margin-right: 25px;
    float: left;
}

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

.sfy_txt02_t table{
    width: 100%;
    height: auto;
}

.sfy_txt02_t table th{


	padding:10px 5px 10px 5px;	
	box-sizing:border-box;
    
	font-size:13px;
    line-height: 140%;
	border-collapse:collapse;


    vertical-align: text-top;

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

.sfy_txt02_t table td{
    width: 33.33%;
	padding:10px 5px 10px 5px;	
	box-sizing:border-box;
    
	font-size:13px;
    line-height: 140%;
	border-collapse:collapse;

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



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



.rrt_msg{
    margin-bottom: 50px;
}

.rrt_msg dl dt{
    font-size: 19px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 20px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;      
}

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



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

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







.rrt_box01{
    height: 250px;
    margin-bottom: 25px;
}

.rrt_box01_in{
    max-width: 165px;
    width: 100%;
    height: 250px;
    background: #443d4a;
    padding: 5px;
    box-sizing: border-box;

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

.rrt_box01_in dl dt{
    font-size: 20px;
    line-height: 140%;
    color:#FFFFFF;
    margin-bottom: 5px;

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

.rrt_box01_in dl dt span{
    font-size: 36px;
    line-height: 140%;
    color:#FFFFFF;
    margin-left: 10px;
}

.rrt_box01_in dl dd{
    font-size: 22px;
    line-height: 140%;
    color:#FFFFFF;

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

.rrt_box01_in dl dd p{
    font-size: 14px;
    line-height: 140%;
    color:#FFFFFF;
    margin-bottom: 5px;
}

.rrt_box01_in dl dd span{
    font-size: 17px;
    line-height: 140%;
    color:#FFFFFF;
}



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

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




.rrt_box02{
    margin-bottom: 50px;
}

.rrt_box02 ul li{
    margin-bottom: 25px;
}

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


.rrt_box02 dl dt{
    font-size: 16px;
    line-height: 160%;
    color: #665f6d;
    margin-bottom: 3px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;        
}

.rrt_box02 dl dt span{
    font-size: 26px;
    line-height: 160%;
    color: #665f6d;
    margin-right: 2px;

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


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


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















.rrt_b01{ 
    margin-bottom: 50px;
}

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

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


.rrt_b01_in{
    height: 230px;
    padding: 30px;
    box-sizing: border-box;
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}

.rrt_b01_in dl dt{
    font-size: 50px;
    line-height: 100%;
    margin-bottom: 20px;
    color:#FFFFFF;

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

.rrt_b01_in dl dd{
    font-size: 16px;
    line-height: 100%;
    color:#FFFFFF;
    margin-bottom: 20px;

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


.rrt_b01_in dl dd p{
    font-size: 22px;
    line-height: 100%;
    margin-bottom: 13px;
    color:#FFFFFF;

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

.rrt_b01_in dl dd p span{
    font-size: 16px;
    line-height: 100%;
    color:#FFFFFF;
    margin-left: 15px;

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





.rrt_b01_in01{
    margin-top: 25px;
    margin-bottom: 30px;

}


.rrt_b01_in01 dl dt{
    font-size: 15px;
    line-height: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #7b7b7c;
    color: #284684;    

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

.rrt_b01_in01 dl dt:first-letter{

}

.rrt_b01_in01 dl dd{
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 40px;
    
    word-wrap: break-word;
    word-break: break-all;

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


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





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

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





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

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

}

.rrt01_tbl table th{
display: block;
	width:auto;

	padding:8px 0px 4px 0px;	
	box-sizing:border-box;
    
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;
    color: #e63f3d;
    vertical-align: text-top;
    letter-spacing: 0.1em;
    
	text-align:left;
    border-bottom:none;
}

.rrt01_tbl table td{
display: block;
	width:auto;
	padding:0px 0px 8px 0px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;
    letter-spacing: 0.1em;
    
	text-align:left;
    border-bottom: 1px dotted #d0d0d0;
}



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


.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:150%;
    margin-bottom: 50px;
}





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


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

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


.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:15px;
	border-collapse:collapse;

	border-bottom:none;
	text-align:left;
	font-weight:bold;
	color:#333;
	
	width:100%;
	display:block;
	padding:10px 10px 5px 10px;	
	box-sizing:border-box;
	background:url(../img/contact/bg.png) repeat;

}

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

	width:100%;
	display:block;
	padding:0px 10px 10px 10px;
	box-sizing:border-box;
	background:url(../img/contact/bg.png) repeat;
}


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

}

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

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

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

}



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

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


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













}
