

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


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

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

.slicknav_menu {
	display:none;
}

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

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


/* PCベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */
	
	
body{
	padding:0;
	margin:0;
	font-size:17px;

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

}	 

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


.container_out_b{
    padding-bottom: 80px;
}

.container_out{
    background: url("../img/common/cts_bg01.png") left top no-repeat,url("../img/common/cts_bg02.png") right bottom no-repeat;



}

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



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



    

}



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

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

}

header{

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

	box-sizing:border-box;
}

.header_tel{
    max-width: 240px;
    width: 100%;
    height: auto;
    padding: 3px 5px;
    box-sizing: border-box;
    
	position:absolute;
	top:8px;
	right:50px;
    background: #1b3671;
        
    font-size: 23px;
    line-height: 100%;
    color:#FFFFFF;
    text-align: center;
    
  
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 500;  
         
	-webkit-border-radius: 25px;     /* for Safari and Chrome */
	moz-border-radius: 25px;    /* for Firefox */
	-o-border-radius: 25px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:25px;   /* Linux browsers */
	border-radius: 25px;     /* CSS3 */         
}



.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:-80px;
    padding-top:80px;
}


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


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


footer{
margin-bottom: 80px;
	padding:30px 40px;
	box-sizing:border-box;


}



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



.tp_bnr{
    margin-bottom: 40px;
}

.tp_bnr ul li{
    width: 23.5%;
    height: auto;
    float: left;
    margin-right: 2%;
    
 background:#02b7cd; 
}

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

.tp_bnr ul li img{

  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.tp_bnr ul li:hover img{
  opacity: 0.8;
}



.f_nav{
    margin-bottom: 15px;

}

.f_nav ul{
    text-align: center;
}

.f_nav ul li{
    display: inline-block;
    height: 15px;
    font-size: 14px;
    line-height: 120%;
    margin-right: 10px;
    padding-right: 10px;
    background: url("../img/common/footer_menu_border.jpg") right no-repeat;

}

.f_nav ul li:first-child{
    padding-left: 10px;
    background: url("../img/common/footer_menu_border.jpg") left no-repeat,url("../img/common/footer_menu_border.jpg") right no-repeat;
}

.f_nav ul li a{
    color: #000000;
    text-decoration: none;
}

.f_nav ul li a:hover{
    color: #000000;
    text-decoration:underline;
}




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{

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




/* メニュー ---------------------------------------------- */

.m_mu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   z-index: 6000;
   margin: 0;
   background: #00abff;
}

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

.m_mu_in ul li{
    width: 50%;
    height: 80px;

    float: left;

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

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

}

.m_mu_in_line {
    width: 100%;
    background: url("../img/common/nav_line.jpg") right center no-repeat !important;
}


.m_mu_in_line_01{
    width: 100%;
    background: url("../img/common/nav_line.jpg") left center no-repeat ,url("../img/common/nav_line.jpg") right center no-repeat ;
}



.m_mu_in ul li dl dt{
margin-top: 3px;
    margin-bottom: 3px;
}

.m_mu_in ul li dl dd{
}

.m_mu_in ul li a{
    height: 80px;
    display: block;
    text-align: center;
    color:#ffffff;
    
    font-size: 18px;

    box-sizing: border-box;
    
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;  

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

.m_mu_in ul li a:hover{
    color:#ffffff;
    text-decoration: none;
    background: #ffaebd;
    
}








/*gnav*/




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





#g-nav-list{
max-width: 1000px;
width: 100%;
height: auto;
margin: 0 auto;



}


#g-nav-list ul{
text-align: center;
}
	
#g-nav-list ul li:first-child{

    box-sizing: border-box;
    display: none;
}


#g-nav-list ul li{
display: inline-block;

	font-size:17px;
	line-height:100%;
    text-align: center;
    padding: 0 5px;
    box-sizing: border-box;
    vertical-align: text-top;
    margin-right: 12px;

    letter-spacing: 0.10em;
    
    background: url("../img/common/nav.jpg") right 4px no-repeat;
    padding-right: 20px;


font-family: fot-tsukuardgothic-std, sans-serif;
font-style: normal;
font-weight: 700;
}

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

#g-nav-list ul li:last-child{
    background:none;
}


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

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

}



#g-nav-list ul li a:hover{
    color: #ffaebd;
}




/*


#g-nav-list ul li:nth-child(5){
    margin-right: 0%;
}

*/


.gnav_on{
    color: #ffaebd !important;

}


  
  
  











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


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

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

/*　上に上がる動き　*/

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

/*　下に下がる動き　*/

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






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


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



h2.h2_01{
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 40px;
  color: #7c6d6d; 
  text-align: center;
  
font-family: fot-tsukuardgothic-std, sans-serif;
font-style: normal;
font-weight: 700;
  
}


h2.h2_01 p{
    font-size: 60px;
    line-height: 100%;
    color: #ffaebd;
    margin-bottom: 18px;
  
font-family: fot-tsukuardgothic-std, sans-serif;
font-style: normal;
font-weight: 400;
}



h3.h3_01{
    font-size: 26px;
    line-height: 120%;
    padding-bottom: 8px;
    margin-bottom: 35px;
    color: #000000;
    
    border-bottom: 3px solid #394861;
    
    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:650px;

	z-index:5;


    margin-top:100px;


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


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

box-sizing: border-box;

z-index: 6000;
}


.slide_txt_out p{
position: absolute;
top: 180px;
left: 100px;


font-size: 40px;
line-height: 140%;
color: #2f2f2f;


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


.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;
top: 150px;
left: 80px;


font-size: 40px;
line-height: 140%;
color: #2f2f2f;

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



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


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

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


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




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

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


.tp_main_img_in01{
    max-width: 1100px;
    width: 100%;
    height: auto;
    text-align: center;
	 margin:0px auto 0px auto;    
}


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



.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:450px !important;
	background:url("../img/about/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:80px auto 0px auto;
}


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


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


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

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












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


.bg_main_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_btm01{
    margin-bottom: 70px !important;
}


.button01{
	width:420px;
    height: auto;
	text-align: center;
	text-decoration: none;
    margin: 0 auto;
    background:#ffaebd;
    

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

    transition: all  0.3s ease;
}

.button01 a{
    display: block;
	width:420px;
    height: auto;
    font-size: 24px;
    line-height: 100%;
    color:#FFFFFF;
    padding: 7px 10px 14px 10px;

    
    background:#ffaebd;

     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;
    
      cursor: pointer;

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


font-family: fot-tsukuardgothic-std, sans-serif;
font-style: normal;
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 */    
}


.button01 a:hover {
    background:#e47186;
    color:#FFFFFF;
    transition: all  0.3s ease;
}




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



.tp_news{
    background: url("../img/top/news_bg.jpg") repeat;
    padding: 40px 80px;
    box-sizing: border-box;
    margin-bottom: 70px;
    

	-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_news_btm{
    margin-bottom: 0 !important;
}

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

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

color:#02b7cd;

letter-spacing: 0.03em;

}

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

border-bottom: 1px dotted #999999;
}


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


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

.news_ttl{
    font-size: 24px;
    line-height: 140%;
    border-bottom:2px solid #02B7CD;
    color: #7c6d6d;
    
    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%;
    margin-bottom: 70px;    
}




/* いわきファンクラブとは---------------------------------------------- */

.tp_if01{
    margin-bottom: 70px;
}

.tp_if01 dl dt{
    text-align: center;
    margin-bottom: 25px;
}

.tp_if01 dl dd p{
    font-size: 20px;
    line-height: 180%;
    text-align: center;
    color: #7c6d6d;
    margin-bottom: 25px;
}

.tp_if01 dl dd{
    text-align: center;
}




/* 登録料は無料です。さあ、今すぐ登録すっぺ！---------------------------------------------- */

.tp_trm_ttl{
    max-width: 700px;
    width: 100%;
    height: auto;
    
    font-size: 30px;
    line-height: 120%;
    font-weight: 700;
    text-align: center;
    color: #02b7cd;
    
    padding: 12px 10px 10px 10px;;
    margin: 0 auto 30px auto;
    box-sizing: border-box;
    
    border: 1px solid #02b7cd;
    background: #FFFFFF;    
}

.tp_trm_txt01_btm{
    margin: 0 auto 30px auto !important;
}

.tp_trm_txt01{
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
    
    font-size: 16px;
    line-height: 200%;
    font-weight: 700;
    color: #7c6d6d;

}


.tp_trm_txt02{
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
    
    font-size: 24px;
    line-height: 200%;
    font-weight: 700;
    color: #7c6d6d;
    text-align: center;

}

.tp_trm_txt02 em{
    font-weight: 700;
}

.marker9{
background:linear-gradient(transparent 45%, #f0f23c 75%);
font-weight:bold; 
}


/*いわき市ってどんなところ?（市外の方へ）---------------------------------------------- */



.tp_id_bg{
    background: url("../img/top/news_bg.jpg") repeat;
    padding: 40px 80px;
    box-sizing: border-box;
    margin-bottom: 70px;
    

	-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_id_img01{
    text-align: center;
    margin-bottom: 30px;

}

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

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

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


.tp_id_txt01{
    max-width: 850px;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
    
    font-size: 16px;
    line-height: 180%;
    color: #7c6d6d;
}





/*絆便---------------------------------------------- */



.kb_bg_btm01{
    margin-bottom: 70px !important;
}

.kb_bg{
    background: url("../img/top/03_bg.jpg") repeat;
    padding: 40px 80px;
    box-sizing: border-box;

    

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


.kb_in{

}


.kb_in dl dt{
    text-align: center;
    margin-bottom: 30px;
}

.kb_in dl dd{
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;;
    font-size: 16px;
    line-height: 180%;
    color: #7c6d6d;
    font-weight: 700;
}

.kb_in dl dd p{
    font-size: 30px;
    text-align: center;
    margin-bottom: 25px;
}


.kb_in_btm{
    margin-bottom: 0 !important;
}




/*入会方法・特典　ページ---------------------------------------------- */


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

}

.jin01_txt01_btm01{
    margin-bottom: 40px !important;

}

.jin01_txt01{
    font-size: 20px;
    line-height: 140%;
    font-weight: 700;
    color: #02b7cd;
    text-align: center;
    margin-bottom: 20px;

}


.jin01_txt02{

    
    font-size: 24px;
    line-height: 200%;
    font-weight: 700;
    color: #7c6d6d;
    text-align: center;
    margin-bottom: 70px;

}

.marker10{
background:linear-gradient(transparent 45%, #f0f23c 75%);
font-weight:bold; 
}




.jin02{
    max-width: 700px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
    
    font-size: 20px;
    line-height: 200%;
    font-weight: 700;
    color: #7c6d6d;

}

.jin02 span{
    font-size: 16px;
    line-height: 180%;
    font-weight: 400;
}

.jin_img{ 
    text-align: center;

}



/*協賛店について ページ---------------------------------------------- */



.ss_txt01{
    max-width: 770px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
    
    font-size: 16px;
    line-height: 180%;
    color: #7c6d6d;
    font-weight: 700;
}




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

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

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


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

.ss_in{
}

.ss_in dl dt{
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 5px;
    color: #02b7cd;
    font-weight: 700;
}

.ss_in dl dd{
    font-size: 16px;
    line-height: 150%;
    color: #7c6d6d;
    margin-bottom: 15px;
    height: 40px;
}

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

}

.ss_btn a{
    display: block;
    background: #ffaebd;
    border: 1px solid #ffaebd;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    padding: 3px 0;
    text-align: center;
    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;

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

}

.ss_btn a:hover {
    background:#FFFFFF;
    color:#ffaebd;
    border: 1px solid #ffaebd;
}




/*絆便 ページ---------------------------------------------- */


.kb_01{

}

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

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



.kb_01_img{
    text-align: center;
    margin-bottom: 20px;
}

.kb_01_in{
}


.kb_01_in dl dt{
    color: #02b7cd;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 12px;
}

.kb_01_in dl dt span{
    font-size: 24px;
    margin-right: 15px;
    font-weight: 700;
}

.kb_01_in dl dd{
    font-size: 16px;
    line-height: 180%;
    text-overflow: #7c6d6d;
    
    word-wrap: break-word;
    word-break: break-all;
}




/*よくある質問 ページ---------------------------------------------- */

.fq_b01{
}


.fq_b01 ul li{
    background: url("../img/top/news_bg.jpg") repeat;
    padding: 30px 50px;
    box-sizing: border-box;
    margin-bottom: 40px;
    

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


.fq_b01 ul li dl dt{
    height: 55px;
    background: url("../img/faq/01.png") left no-repeat;
    font-size: 20px;
    line-height: 120%;
    color: #02b7cd;
    font-weight: 700;
    padding-top: 30px;
    padding-left: 50px;
    margin-bottom: 15px;

    box-sizing: border-box;
}

.fq_b01 ul li dl dd{
    font-size: 16px;
    line-height: 140%;
    color: #7c6d6d;
    
    word-wrap: break-word;
    word-break: break-all;
}




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

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

}


.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;
    color:#FFFFFF;    

    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:#FFFFFF;
  
    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: 20px;
    line-height: 100%;
    color: #FFFFFF; 

    background:  #f20909;
    border: 2px solid #f20909;

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

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

}


.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 dd{
    font-size: 16px;
    line-height: 200%;
    
    word-wrap: break-word;
    word-break: break-all;
}


.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;
    margin-bottom: 70px;

}

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

}

.abt_tbl table th{
    width: 130px;
	padding:10px 0px 10px 0px;	
	box-sizing:border-box;

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

    
    vertical-align: text-top;

	text-align:left;
    border-bottom: 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-bottom: 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;
}


.abt_map_txt{
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 15px;
}

.abt_map{
    margin-bottom: 70px;
}







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



.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{
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 20px;
    border-left: 6px solid #C40003;
    padding: 8px 8px 2px 8px;

}

.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:0px;
    margin-bottom: 0px;    

    border-left:none;
   
}

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




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



.parenthesis {
  position: relative;
  max-width: 600px;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 40px auto;
}
.parenthesis::before,
.parenthesis::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.parenthesis::before {
  top: 0;
  left: 0;
  border-top: 2px solid #555;
  border-left: 2px solid #555;
}
.parenthesis::after {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #555;
  border-right: 2px solid #555;
}




.sfy_txt01{
    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;    
    
    margin-bottom: 40px;
    
    word-wrap: break-word;
    word-break: break-all;    
}

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



.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: 24px;
    line-height: 140%;
    margin-bottom: 20px;
    text-align:left;
    
    border-left: 10px solid #cc0000;
    padding: 12px;
    
      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;
}






.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-bottom: 70px;

}


.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: 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_txt01{
    font-size:16px;
    line-height: 170%;
    margin-bottom: 40px;
}

.privacy{
}


.privacy dt {
    font-size:18px;
    line-height: 160%;
    font-weight: 700;
    margin-bottom: 8px;
}


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

}

.privacy  dd:last-child{
    margin-bottom:0px;

}


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


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







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


.ctt_01{
    margin-bottom: 70px;
}

.ctt_01 dl dt{
    font-size: 26px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 25px;
}

.ctt_01 dl dt span{
padding-bottom: 5px;
    border-bottom: 6px solid #FFAEBD;

}


.ctt_01 dl dd{
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    margin-bottom: 30px;
}


.ctt_01 dl dd p{
    font-size: 46px;
    line-height: 120%;
    font-weight: bold;
    margin-bottom: 7px;
}

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

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



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


}

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


input::placeholder {
 font-size: 16px;
}

textarea::placeholder {
 font-size: 16px;
}


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











	
}

