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

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


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

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

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

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

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



/* webフォントのちらつき対応 ---------------------------------------------- */


html {
  visibility: hidden;

}
html.wf-active {
  visibility: visible;
}


html {
    font-family: 'noto400';
	

}

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

body{
    font-family: 'noto400';
}

body a:focus{
	outline:none;
}




.bd_bg{

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



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


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

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


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

.slicknav_menu {
	display:none;
}

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

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

}

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

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


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

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

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

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




}

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

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

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


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

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



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

@media screen and (min-width: 1061px) {
	
	
body{
	padding:0;
	margin:0;
	font-size:16px;
	color:#000;
	line-height:180%;
	text-align:left;

}	 

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




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





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

}

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

}

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

}

.container02_01{
	max-width:1800px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:100px 0 0px 0;

}




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


#header {

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


    box-sizing: border-box;
	background:#FFF;
}

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


.header_bg{
	width:100%;
	height:90px;
	margin:0 auto;

	position:relative;

}

header{

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

	box-sizing:border-box;
}




.header_tel{
	position:absolute;
	top:12px;
	right:50px;
    background: url("../img/common/h_tel.jpg") left center no-repeat;
    background-size: 30px 30px;
    padding-left: 35px;
    
    
    font-size: 28px;
    line-height: 120%;
    color: #204a9c;
     font-family: 'noto700';
    
      
}


.header_time{
	position:absolute;
	top:27px;
	right:30px;
    
    font-size: 15px;
    line-height: 120%;
    
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;      
}


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


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


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



.footer_bg{
background: linear-gradient(117deg,rgba(136, 236, 248, 0.83) 0%, rgba(32, 74, 156, 1) 100%);
padding: 100px 0 50px 0;
}


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

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


}



.f_01{

}

.f_01 ul{
    margin-bottom: 50px;

}

.f_01 ul li{
    width: 48.5%;
    height: 400px;
    float: left;
    margin-right: 3%;
    background: #FBAAAC;   
    padding: 50px 30px;
    background: rgba(255,255,255,0.80);
    box-sizing: border-box;
    
    border-radius: 20px;

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

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


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



.footer_in{	
}

.footer_in dl dt{
    font-size: 22px;
    line-height: 140%;
    text-align: center;

}

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


.footer_in dl dd a{
    color:#000000;
}







address{
	font-size:14px;
	line-height:150%;
	color:#362d2d;

text-align: center;


    margin-bottom: 12px;


}

.ad_ttl{
	font-size:18px;
	line-height:120%;
	margin-bottom:8px;	
	color:#362d2d;
}

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

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


.f_cpy{

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





}



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


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


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

}	

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



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



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

}

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

}

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

}

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

}


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


#header {

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

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


.header_bg{
	max-width:1300px;
	width:100%;
	height:70px;
	margin:0 auto;
/*    padding: 0 30px;*/
    box-sizing: border-box;
	position:relative;


}

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



.header_yoyaku{
    display: none;
}


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

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

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


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



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

.footer_bg{
background: linear-gradient(117deg,rgba(136, 236, 248, 0.83) 0%, rgba(32, 74, 156, 1) 100%);
padding: 60px 0 40px 0;
}


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

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


}



.f_01{

}

.f_01 ul{
    margin-bottom: 40px;

}

.f_01 ul li{
    width: 48.5%;
    height: 330px;
    float: left;
    margin-right: 3%;
    
    padding: 50px 30px;
    background: rgba(255,255,255,0.80);
    box-sizing: border-box;
    
    border-radius: 20px;

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

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


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


.footer_in{	
}

.footer_in dl dt{
    font-size: 17px;
    line-height: 140%;
    text-align: center;

}

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


.footer_in dl dd a{
    color:#000000;
}






address{
	font-size:14px;
	line-height:150%;
	color:#362d2d;
    text-align: center;


    margin-bottom: 15px;


}

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

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

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


.f_cpy{

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










}



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


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



body{
	padding:0;
	margin:0;
	font-size:14px;
	color:#000;
	line-height:150%;
	text-align:left;

}	



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



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




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

}

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

}

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

}

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

}


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


#header {

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

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


.header_bg{
	max-width:1300px;
	width:100%;
	height:65px;
	margin:0 auto;
/*    padding: 0 20px;*/
    box-sizing: border-box;
	position:relative;

}

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

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


.header_yoyaku{
    display: none;
}


.header_yoyaku01{
    max-width: 170px;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    margin: 0 auto   !important;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;  
}

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



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




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


.footer_bg{
background: linear-gradient(117deg,rgba(136, 236, 248, 0.83) 0%, rgba(32, 74, 156, 1) 100%);
padding: 50px 0 30px 0;
}


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

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


}


.f_01 ul li img{
    max-width: 300px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}



.f_01{

}

.f_01 ul{
    margin-bottom: 30px;

}

.f_01 ul li{
    width: 100%;
    height: 290px;
    float: none;
    margin-right: 0%;
    margin-bottom: 30px;
    
    padding: 50px 20px;
    background: rgba(255,255,255,0.80);
    box-sizing: border-box;
    
    border-radius: 20px;

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

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


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


.footer_in{	
}

.footer_in dl dt{
    font-size: 15px;
    line-height: 140%;
    text-align: center;

}

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


.footer_in dl dd a{
    color:#000000;
}







address{
	font-size:13px;
	line-height:150%;
	color:#362d2d;
    text-align: center;


    margin-bottom: 10px;


}

.ad_ttl{
	font-size:14px;
	line-height:130%;
	margin-bottom:8px;	
	color:#362d2d;
}

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

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


.f_cpy{

	font-size: 11px;
	box-sizing:border-box;
	line-height:120%;
	color:#FFFFFF;
    text-align: center;
}









}




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


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

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


h1.h1_01{
width: 245px;
height: auto;
position: absolute;
top: 30px;
left: 50px;


}

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

.h2_01_b01{
    margin-bottom: 25px !important;
}


.h2_01{
    font-size: 26px;
    line-height: 140%;
    text-align: center;
    color: #000000;
    text-align: center;
    background: url("../img/common/h2.jpg") top center no-repeat,url("../img/common/h2_b.png") bottom center no-repeat;
    
    padding: 10px 0 15px 0;
    margin-bottom: 50px;

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


.h2_01 p{
    font-size: 72px;
    line-height: 110%;
    margin-bottom: 5px;
    
    background:linear-gradient(117deg,rgba(136, 236, 248, 1) 0%, rgba(32, 74, 156, 1) 100%);    

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

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

.h2_01 span{
    color: #1d54a6;
}




.h3_01{
    font-size: 28px;
    line-height: 140%;
    text-align: center;

    color: #000000;

    margin-bottom: 45px;

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

.h3_01 span{
    background: url("../img/common/h2_b.png") left center no-repeat;
    padding-left: 40px;
}


.h3_01 p{
    font-size: 70px;
    line-height: 100%;
    margin-bottom: -20px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
    
}

.h3_01_c01{
   color:rgba(255,255,255,0.40);

}

.h3_01_c02{
   color:rgba(97,184,217,0.40);

}

.h4_01{
    padding: 15px 20px;
    box-sizing: border-box;
    border-left: solid 20px #61b8d9;

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

    margin-bottom: 40px;
}



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


.top_slide_out{
    padding: 0 30px;

}

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

	z-index:5;


    margin-top: 60px;


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








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




.c_t_txt{

    height: 500px;
    margin: 0 auto;
/*   background: #5E4949;*/

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   margin-left: 90px;
   box-sizing: border-box;
}

.c_t_txt_in{
    font-size: 70px;
    line-height: 115%;
    color: #FFFFFF !important;

    z-index: 9000;
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight:900;
    font-style: normal; 
}

.c_t_txt_rd{
    color: #FF0004;
}





.pg_top_img{
	width: 100%;
	height:200px !important;
	background:url("../img/common/p_m_bg.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:100px auto 0px auto;
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}












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

.bg_main_mt01{
    margin-top: 90px;
}

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




.btn_arrow {

    width: 250px;
    height: 50px;
    margin: 0 auto;
    
    position: relative;
}
.btn_arrow::after {
    color:#3466ab;
    position: absolute;
    top: 51%;
    right: 30px;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    z-index: 1;
}

.btn_arrow a:hover::after {
   color: #fff;
    position: absolute;
    top: 51%;
    right: 30px;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    z-index: 10;
}


.btn_arrow a{

    width: 250px;
    height: 50px;

    color:#3466ab;
    
    border: 2px solid #3466ab;
    
    font-size: 18px;
    line-height: 120%;
    background: #FFFFFF;
    
   border-radius: 30px;

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

.btn_arrow a:hover {

    background:#3466ab;
    color: #fff;
}





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


.tp_msg{
    display: flex;

    margin-bottom: 90px;
}


.tp_msg .tp_msg_l{
    display: flex;
    width:50%;
}

.tp_msg .tp_msg_l img{
    width: auto;
    height: 500px;
    object-fit: cover;
}



.tp_msg .tp_msg_r{
    display: flex;
    flex-direction: column;
    width:47%;
    margin-left: 3%;

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

.tp_msg .tp_msg_r dt{
    color: #15489a;

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

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

    margin-bottom: 20px;
}

.tp_msg .tp_msg_r dd{

    margin: 0 auto 40px auto;
    font-size: 20px;
    line-height: 160%;
}



/* トップ　3つの安心------------------------------------------- */


.tp_3p01{
    margin-bottom: 80px;
}

.tp_3p01 ul li{
    width: 32%;
    height: 280px;
    float: left;
    margin-right: 2%;
    padding: 20px;
    box-sizing: border-box;
    
    border: 2px solid #3466ab;
    border-radius: 20px;
    background: #FFFFFF;
    


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

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

.tp_3p01 dl dt{
    font-size: 21px;
    line-height: 140%;
    text-align: center;
    color: #3356a5;
    margin-bottom:12px;

}

.tp_3p01 dl dd p{
    max-width: 90px;
    width: 100%;
    height: auto;
    margin: 0 auto 8px auto;
}

.tp_3p01 dl dd{
    max-width: 450px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: 17px;
    line-height: 160%;
}

/* トップ　弊社が選ばれる理由------------------------------------------- */

.tp_3p02{
    max-width: 1300px;
    width: 100%;
    margin: 0px auto 40px;
}

.tp_3p02 img{
    width: 100%;
}



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

.tp_news_bg{
    background: url("../img/top/02_bg.jpg") repeat;

}


.tp_news{

}

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

}

.tp_news dl dt span{
    width: 100px;
    height: 15px;
    font-size: 13px;
    font-weight: 700;
    line-height: 100%;
    color: #fff;
    border: 1px solid #1d54a6;
    background-color: #1d54a6;
    margin-left: 15px;
    padding: 6px;
    
    display: inline-block;
    text-align: center;

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



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


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

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



/* トップ　施工例---------------------------------------------- */


.tp_wk01{
    margin-bottom: 50px;
}

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

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

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

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



.tp_wk01_ttl{
    font-size: 18px;
    line-height: 120%;
    border-left: 8px solid #84bfd6;
    padding: 7px 0 8px 10px;
    margin-bottom: 15px;

    color: #000;

}

.tp_wk01_img{
    position: relative;
    margin-bottom: 15px;

}
.tp_wk01_im dl{
    position: relative;
}


.tp_wk01_img dl dt{
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    font-size: 18px;
    line-height: 100%;
    color:#FFFFFF;

    background: rgba(0, 0, 0, 0.8);
    padding: 5px 15px 8px 15px;
    width: 100%;
    box-sizing: border-box;

}



.tp_wk01_img dl dd{

    z-index: 1;   
}


.tp_wk01_img dl dd img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 63/35; 
}

.tp_wk01_ps{
    font-size: 16px;
    line-height: 140%;
}

.tp_wk01_ps span{
    display: inline-block;
    background: #429dc0;
    color: #FFFFFF;
    
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    padding: 5px 10px 8px 10px;
    margin-right: 15px;

}


/* 施工カテゴリ---------------------------------------------- */

.work_cat{
    width: 100%;

    margin-bottom: 60px;
}

.work_cat ul{
    width: 100%;
}

.work_cat ul li{
    float: left;
    display: inline-flex;

    margin-right: 10px;
    margin-bottom: 10px;
}

.work_cat ul li a{
    display: block;
    float: left;

    padding: 10px 25px;
    box-sizing: border-box;
    color: #fff;

    font-size: 18px;
    font-weight: 600;

    background-color: #2b5090;
    border:1px solid #2b5090;
    transition: 0.3s;

    border-radius: 10px;
   
}

.work_cat ul li a:hover{
    color: #2b5090;
    background-color: #fff;
}

.work_cat ul li.on a{
    color: #2b5090;
    background-color: #fff;
}



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

.tp_ig001{
    margin-bottom: 45px;

}

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

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


.tp_ig001 ul li:nth-child(5){

    border: 4px solid #3466ab;
    box-sizing: border-box;
    padding: 0px 20px;

    margin-bottom: 0px;

}

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

.tp_ig001 ul li:nth-child(5) img{
    width: 100%;

}



.tp_ig001_in{

}



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

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


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

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


}

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

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


}

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

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


}

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

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

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

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

}

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

.tp_rrt001{
    display: block;
    width: 100%;
    height: auto;
}

.tp_rrt001 ul li{
    width: 50%;
    height: auto;
    float: left;
    margin-right: 0%;
    

}

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



.tp_rrt001_in{
padding: 0 50px;

}

.tp_rrt001_in dl dd{
    max-width: 580px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
    font-size: 18px;
    line-height: 200%;

}






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


.cmm_ctt_bg_out{
padding: 0 50px
}


.cmm_ctt_bg{

	width: 100%;
	height:500px !important;
	background:url("../img/common/ctt_bg.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:50px auto 50px auto;
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
   border-radius: 10px;
}


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


.cmm_ctt dl{
text-align: center;
}


.cmm_ctt dl dt{
    font-size: 23px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 12px;
    color:#000000;
    font-family: 'noto500';  
}

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

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

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

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

    text-align: center;
    font-family: 'noto700';  
}
  


.cmm_ctt_btn{

	max-width:400px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;
    margin: 0 auto;


}

.cmm_ctt_btn a{
display: block;
height: 40px;
    font-size: 18px;
    line-height: 100%;
    color:#FFFFFF;
    padding-top: 1px;
    background: #bd2b21;
	border: 2px solid #bd2b21;
     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;



    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 

}

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

  color: #bd2b21;
}



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




.abt_msg{
    max-width: 710px;
    width: 100%;
    height: auto;
    margin: 0 auto 100px auto;
    
    position: relative;

}

.abt_msg dl dt{
    font-size: 26px;
    line-height: 140%;
    color: #15489a;
    font-family: 'noto500'; 
    
    text-align: center;
    margin-bottom: 25px;

}

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

}

.abt_greeting{
    margin: 0 auto 100px auto;
	font-size:16px;
    line-height: 160%;
}

.abt_greeting p{
    text-align: right;    
}




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

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

}

.abt_tbl table th{
	width:170px;

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

    vertical-align: text-top;

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

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

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


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


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


.abt_tbl table td ul li{
    background:url("../img/common/list001.png") left 12px no-repeat;
    padding-left: 8px;
    margin-bottom: 7px;
    
    float: left;
    margin-right: 25px;

}

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






.abt_map{
    margin-bottom: 100px;
}


.abt_sf01{

}


.abt_sf01 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    
    border: 2px solid #909090;
    background:#FFFFFF;
    padding: 50px;
    margin-bottom: 30px;
    border-radius: 20px;
    box-sizing: border-box;

}

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


.abt_sf01_in{

}

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

}


.abt_sf01_in dl dt{
    font-size: 26px;
    line-height: 140%;
    color: #428da9;
    margin-bottom: 15px;

}

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


}



/* よくある質問--------------------------------------------- */

.qa{

}

.qa dl{
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
    
    background: #ebf0f4;
    border-radius: 15px;
    
    padding: 25px;
    box-sizing: border-box;

}


.qa dl dt{
    height: 45px;
    font-size: 18px;
    line-height: 140%;
    
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d7d6d6;
    
    background: url("../img/qa/q.png") left 1px no-repeat;
    background-size: 45px 45px;
    
    padding-left: 60px;


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

}

.qa dl dd{
    height: 45px;
    font-size: 18px;
    line-height: 140%;
    


    
    background: url("../img/qa/a.png") left 1px no-repeat;
    background-size: 45px 45px;

    padding-left: 60px;
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}

/* 当社が選ばれる理由--------------------------------------------- */

.wcu{
    
}

.wcu li{
    width: 100%;
    padding: 60px;
    box-sizing: border-box;

    margin: 0px auto 90px;
    border-radius: 30px;

    background: linear-gradient(to right, #92cfdb ,#e5ecf1);
}

.wcu dt{
    width: fit-content;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: 160%;

    margin: 0px auto 30px;

    padding: 15px 40px; 

    background: linear-gradient(to right, #d87b24 ,#d79c1e);
    border-radius: 15px;
}

.wcu dd{
    font-size: 20px;
    line-height: 160%;
}

.wcu dd span{
    background:linear-gradient(transparent 70%, rgba(205,66,29,0.4) 70%);
}

.wcu dd a{
    color: #000;
    background:linear-gradient(transparent 98%, #333 98%);
}


/* 陶器瓦の性能--------------------------------------------- */


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

    margin: 0px auto 90px;
}

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

    margin: 0px auto 40px;
}


.performance_img01{
    margin: 0px auto 50px;
}

.performance_img01 ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.performance_img01 li{
    display: flex;
    flex-direction: column;

    float: left;
    width: 48%;

    margin-right: 4%;

    margin-bottom: 40px;
}

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

}

.performance_img01 div.img{
    width: 100%;
    margin-bottom: 10px;
}

.performance_img01 p{
    text-align: center;
    font-size: 20px;
    line-height: 160%;
}


.performance_img02{
    margin: 0px auto 50px;
}


.performance_img02 > ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.performance_img02 > ul > li{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    float: left;
    width: 48%;

    margin-right: 4%;

    margin-bottom: 40px;
}

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

}

.performance_img02 dl{
    display: flex;
    flex-direction: column;
    align-items: stretch;

    margin-bottom: 20px;
}

.performance_img02 dt{
    position: relative;
    color: #105ba1;
    font-size: 25px;
    font-weight: 700;
    line-height: 160%;

    padding-left: 50px;
    margin-bottom: 15px;

}

.performance_img02 dt::before{
    position: absolute;
    content: '';

    left: 0;
    top: 50%;
    
    width: 40px;
    height: 2px;

    background-color: #105ba1;

    translate:0 -50%;

}


.performance_img02 dd{
    position: relative;
}

.performance_img02 dd .img{
    width: 100%;
}

.performance_img02 dd .txt{
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    font-size: 20px;
    line-height: 100%;
    color:#FFFFFF;

    text-align: center;

    background: rgba(0, 0, 0, 0.6);
    padding: 20px 10px;
    width: 100%;
    box-sizing: border-box;
}


.performance_img02 li div.list{
    margin-right: 0%;

}

.performance_img02 li div.list ul{
    display: flex;
    flex-direction: column;
    align-items: stretch;

    flex-grow: 1;

}

.performance_img02 li div.list li{
    position: relative;
    padding-left: 20px;

    font-size: 20px;
    line-height: 160%;
    margin-bottom: 5px;

}

.performance_img02 li div.list li::before{
    position: absolute;
    content: '';

    left: 0;
    top: 8px;
    
    width: 15px;
    height: 15px;

    background-color: #c2d8e0;

    border-radius: 50%;




}

/* お客様の声--------------------------------------------- */


.vic01{

}

.vic01 dl dt{
max-width: 1200px;
width: 100%;
height: 60px;
  position: relative;
  display: inline-block;
  margin:0 0 45px 0;
  padding: 7px 25px;
  box-sizing: border-box;

  background: #ebf0f4;
  border-radius: 15px;

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

}



.vic01 dl dt:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 10%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 40px solid #ebf0f4;
}

.vic01 dl dt p {
  margin: 0;
  padding: 0;
  
  font-size: 22px;
  line-height: 140%;
  color: #428da9;
    font-family: 'noto500';    
}


.vic01 dl dd{
    font-size: 18px;
    line-height: 200%;
    
    margin-bottom: 60px;

}

.vic01 dl dd p{
    font-size: 20px;
    line-height: 160%;
    color: #428da9;
    margin-bottom: 15px;

}


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


.vic_01_inner{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}


.vic_01_inner .vic_01_img{
    width: 200px;
    margin-right: 40px;
}

.vic_01_inner .vic_01_txt{
    width: calc(100% - 240px);
}

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

.rrt001{
    margin-bottom: 90px;
}

.rrt001 dl dt{
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 40px;
    color: #15489a;
    font-family: 'noto500';  
}

.rrt001 dl dt span{
    padding: 8px 15px 10px 15px; 
    border: 1px solid #15489a;

}

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

}


.rrt002_bg{
	width: 100%;
	height:1100px !important;
	background:url("../img/recruit/bg.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;

     
}

.rrt002{

}

.rrt002 ul li{
    background: rgba(255,255,255,0.90);
    padding: 35px 35px;
    margin-bottom: 40px;
    
    border-radius: 15px;

}

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


.rrt002 dl dt{
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 25px;
    color: #15489a;
    font-family: 'noto500';  
}

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

}



.rrt003{
    padding: 30px;
    background: #e6f4f5;
    
    font-size: 18px;
    line-height: 200%;
    
    border-radius: 15px;
    margin-bottom: 40px;

}


.rrt_txt01{
    width: 100%;
    height: auto;
    margin: 0 auto 60px auto;
    font-size: 18px;
    line-height: 180%;
}


.rrt_img01{
    margin: 0 auto 60px auto;
}

.rrt_img01 ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.rrt_img01 li{
    display: flex;
    flex-direction: column;

    float: left;
    width: 23.8%;

    margin-right: 1.6%;

    margin-bottom: 30px;
}

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

.rrt_img01 li p{
    text-align: center;
    font-size: 16px;
    line-height: 180%;

}

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


.privacy{
}


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

    margin-bottom: 8px;

    font-family: 'noto700';  
}


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


}


.privacy dd a{
    color: #000000;
    text-align-last: none;
}

.privacy dd a:hover{
    color: #000000;
    text-align-last: none;
}











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



.f_text01{

}

.f_text01 a{
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #000000;
}


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

.contact-t{
    border-top: 1px solid #428da9;
    border-bottom: 1px solid #428da9;
    padding: 25px 0 10px 0;

	margin-bottom:100px;	
}



.contact-t dl dt{

	font-size:22px;
	text-align:center;
	line-height:180%;
	margin-bottom:15px;

}

.contact-t dl dd{
	
	font-size:40px;
	line-height:140%;
	margin-bottom:15px;
    color: #2c7b98;
    font-family: 'noto700';    
    text-align: center;
}

.contact-t dl dd a{
    color: #2c7b98;
    text-decoration: none;
}

.contact-t dl dd a:hover{
    color: #2c7b98;
    text-decoration: none;
}



#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:300px;
    height: 35px !important;

	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{
width: 220px;
	height:auto;
	position: absolute;
    top: 16px;
}

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

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


.h2_01{
    font-size: 21px;
    line-height: 140%;
    text-align: center;
    color: #000000;
    text-align: center;
    background: url("../img/common/h2_t.png") top center no-repeat,url("../img/common/h2_b_t.png") bottom center no-repeat;
    
    padding: 10px 0 15px 0;
    margin-bottom: 40px;

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


.h2_01 p{
    font-size: 54px;
    line-height: 110%;
    margin-bottom: 5px;
    
    background:linear-gradient(117deg,rgba(136, 236, 248, 1) 0%, rgba(32, 74, 156, 1) 100%);    

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

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

.h2_01 span{
    color: #1d54a6;
}



.h3_01{
    font-size: 22px;
    line-height: 140%;
    text-align: center;

    color: #000000;

    margin-bottom: 40px;

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

.h3_01 span{
    background: url("../img/common/h2_b_t.png") left center no-repeat;
    padding-left: 35px;
}


.h3_01 p{
    font-size: 50px;
    line-height: 100%;
    margin-bottom: -20px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
    
}

.h3_01_c01{
   color:rgba(255,255,255,0.40);

}

.h3_01_c02{
   color:rgba(97,184,217,0.40);

}


.h4_01{
    padding: 10px 15px;
    box-sizing: border-box;
    border-left: solid 15px #61b8d9;

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

    margin-bottom: 30px;
}

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


.top_slide_out{
    padding: 0 20px;
}

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

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

}







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

.c_t_txt{


    height: 300px;
    margin: 0 auto;
/*   background: #5E4949;*/

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   margin-left: 60px;
}

.c_t_txt_in{
    font-size: 60px;
    line-height: 115%;
    color: #FFFFFF !important;

    z-index: 9000;
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight:900;
    font-style: normal; 
}

.c_t_txt_rd{
    color: #FF0004;
}





.pg_top_img{
	width: 100%;
	height:140px !important;
	background:url("../img/common/p_m_bg.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:70px auto 0px auto;
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}




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

.bg_main_mt01{
    margin-top: 70px;
}



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



.btn_arrow {

    width: 190px;
    height: 40px;
    margin: 0 auto;
    
    position: relative;
}
.btn_arrow::after {
    color:#3466ab;
    position: absolute;
    top: 52%;
    right: 30px;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    z-index: 1;
}

.btn_arrow a:hover::after {
   color: #fff;
    position: absolute;
    top: 52%;
    right: 30px;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    z-index: 10;
}


.btn_arrow a{

    width: 190px;
    height: 40px;

    color:#3466ab;
    
    border: 2px solid #3466ab;
    
    font-size: 16px;
    line-height: 120%;
    background: #FFFFFF;
    
   border-radius: 30px;

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

.btn_arrow a:hover {

    background:#3466ab;
    color: #fff;
}








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


.tp_msg{
    max-width: 920px;
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;

}


.tp_msg .tp_msg_l{
    width:100%;
    margin-bottom: 30px;
}

.tp_msg .tp_msg_l img{

}



.tp_msg .tp_msg_r{
    display: flex;
    flex-direction: column;
    width:100%;

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

.tp_msg .tp_msg_r dt{
    color: #15489a;

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

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

    margin-bottom: 20px;
}

.tp_msg .tp_msg_r dd{

    margin: 0 auto 30px auto;
    font-size: 18px;
    line-height: 160%;
}



/* トップ　3つの安心------------------------------------------- */


.tp_3p01{
    margin-bottom: 70px;
}

.tp_3p01 ul li{
    width: 48.5%;
    height: 260px;
    float: left;
    margin-right: 3%;
    padding: 20px;
    box-sizing: border-box;
    
    border: 2px solid #3466ab;
    border-radius: 20px;
    background: #FFFFFF;
    margin-bottom: 20px;


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

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


.tp_3p01 ul li:nth-child(3){
    margin-left: 25.75%;
    margin-bottom: 0;
 
}


.tp_3p01 dl dt{
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #3356a5;
    margin-bottom:12px;

}

.tp_3p01 dl dd p{
    max-width: 70px;
    width: 100%;
    height: auto;
    margin: 0 auto 8px auto;
}

.tp_3p01 dl dd{
    max-width: 450px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: 15px;
    line-height: 160%;
}


/* トップ　弊社が選ばれる理由------------------------------------------- */

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

.tp_3p02 img{
    width: 100%;
}



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

.tp_news_bg{
    background: url("../img/top/02_bg.jpg") repeat;

}


.tp_news{

}

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

}

.tp_news dl dt span{
    width: 90px;
    height: 10px;
    font-size: 12px;
    line-height: 100%;
    color: #fff;
    border: 1px solid #1d54a6;
    background-color: #1d54a6;
    margin-left: 10px;
    padding: 3px 6px 6px 6px;
    
    display: inline-block;
    text-align: center;

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



.tp_news dl dd{
font-size: 15px;
line-height: 150%;
margin: 5px 0 15px 0;
padding-bottom: 15px;
padding-left: 0px;
border-bottom: 1px dotted #3a3a3a;
}


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

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






/* トップ　施工例---------------------------------------------- */


.tp_wk01{
    margin-bottom: 40px;
}

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

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

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

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




.tp_wk01_ttl{
    font-size: 16px;
    line-height: 120%;
    border-left: 7px solid #84bfd6;
    padding: 7px 0 8px 10px;
    margin-bottom: 15px;
    color: #000;
}

.tp_wk01_img{
    position: relative;
    margin-bottom: 15px;

}

.tp_wk01_im dl{
    position: relative;
}


.tp_wk01_img dl dt{
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    font-size: 15px;
    line-height: 100%;
    color:#FFFFFF;

    background: rgba(0, 0, 0, 0.8);
    padding: 3px 12px 6px 12px;
    width: 100%;
    box-sizing: border-box;

}


.tp_wk01_img dl dd{

    z-index: 1;   
}

.tp_wk01_img dl dd img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 63/35; 
}


.tp_wk01_ps{
    font-size: 15px;
    line-height: 140%;
}

.tp_wk01_ps span{
    display: inline-block;
    background: #429dc0;
    color: #FFFFFF;
    
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    padding: 5px 6px 5px 6px;
    margin-right: 10px;

}

/* 施工カテゴリ---------------------------------------------- */

.work_cat{
    width: 100%;

    margin-bottom: 50px;
}

.work_cat ul{
    width: 100%;
}

.work_cat ul li{
    float: left;
    display: inline-flex;

    margin-right: 10px;
    margin-bottom: 10px;
}

.work_cat ul li a{
    display: block;
    float: left;

    padding: 8px 20px;
    box-sizing: border-box;
    color: #fff;

    font-size: 16px;
    font-weight: 600;

    background-color: #2b5090;
    border:1px solid #2b5090;
    transition: 0.3s;

    border-radius: 10px;
   
}

.work_cat ul li a:hover{
    color: #2b5090;
    background-color: #fff;
}

.work_cat ul li.on a{
    color: #2b5090;
    background-color: #fff;
}



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

.tp_ig001{
    margin-bottom: 35px;
}

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

}

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

.tp_ig001_in{

}

.tp_ig001 ul li:nth-child(5){

    border: 4px solid #3466ab;
    box-sizing: border-box;
    padding: 0px 20px;

    margin-bottom: 0px;

}

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

.tp_ig001 ul li:nth-child(5) img{

    width: 100%;
    max-width: 400px;
}






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


}


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


}


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

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


}

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

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


}

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

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

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

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

}




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

.tp_rrt001{
    display: block;
    width: 100%;
    height: auto;


}

.tp_rrt001 ul li{
    width: 40%;
    height: auto;
    float: left;
    margin-right: 0%;
    

}

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

.tp_rrt001_in{
padding: 0 30px;

}

.tp_rrt001_in dl dd{
    max-width: 580px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
    font-size: 16px;
    line-height: 180%;

}





.tp_rrt001_bg{
	width: 100%;
	height:400px !important;
	background:url("../img/top/04_01.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
  border-top-left-radius: 20px;

  border-bottom-left-radius: 20px;     
}

.tp_rrt002_bg{
	width: 100%;
	height:400px !important;
	background:url("../img/top/04_02.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
   
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;   
     
}


















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


.cmm_ctt_bg_out{
padding: 0 30px;

}


.cmm_ctt_bg{

	width: 100%;
	height:350px !important;
	background:url("../img/common/ctt_bg.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:40px auto 40px auto;
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
   border-radius: 10px;
}


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


.cmm_ctt dl{
text-align: center;
}


.cmm_ctt dl dt{
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 12px;
    color:#000000;
    font-family: 'noto500';  
}

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

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

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

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

    text-align: center;
    font-family: 'noto700';  
}
  


.cmm_ctt_btn{

	max-width:400px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;
    margin: 0 auto;


}

.cmm_ctt_btn a{
display: block;
height: 40px;
    font-size: 18px;
    line-height: 100%;
    color:#FFFFFF;
    padding-top: 1px;
    background: #bd2b21;
	border: 2px solid #bd2b21;
     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;



    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 

}

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

  color: #bd2b21;
}







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




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

.abt_msg dl dt{
    font-size: 22px;
    line-height: 140%;
    color: #15489a;
    font-family: 'noto500'; 
    
    text-align: center;
    margin-bottom: 25px;

}

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

}

.abt_greeting{
    margin: 0 auto 70px auto;
	font-size:15px;
    line-height: 150%;
}

.abt_greeting p{
    text-align: right;    
}


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

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

}

.abt_tbl table th{
	width:120px;

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

    vertical-align: text-top;

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

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

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


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


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


.abt_tbl table td ul li{
    background:url("../img/common/list001.png") left 10px no-repeat;
    padding-left: 8px;
    margin-bottom: 7px;
    
    float: left;
    margin-right: 25px;

}

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






.abt_map{
    margin-bottom: 70px;
}


.abt_sf01{

}


.abt_sf01 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    
    border: 2px solid #909090;
    background:#FFFFFF;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 20px;
    box-sizing: border-box;

}

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


.abt_sf01_in{

}

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

}


.abt_sf01_in dl dt{
    font-size: 20px;
    line-height: 140%;
    color: #428da9;
    margin-bottom: 10px;

}

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


}


/* よくある質問--------------------------------------------- */

.qa{

}

.qa dl{
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
    
    background: #ebf0f4;
    border-radius: 15px;
    
    padding: 20px;
    box-sizing: border-box;

}


.qa dl dt{
    height: 35px;
    font-size: 15px;
    line-height: 140%;
    
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d7d6d6;
    
    background: url("../img/qa/q.png") left 1px no-repeat;
    background-size: 35px 35px;
    
    padding-left: 50px;


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

}

.qa dl dd{
    height: 35px;
    font-size: 15px;
    line-height: 140%;
    


    
    background: url("../img/qa/a.png") left 1px no-repeat;
    background-size: 35px 35px;

    padding-left: 50px;
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}


/* 当社が選ばれる理由--------------------------------------------- */

.wcu{
    
}

.wcu li{
    width: 100%;
    padding: 40px;
    box-sizing: border-box;

    margin: 0px auto 70px;
    border-radius: 25px;

    background: linear-gradient(to right, #92cfdb ,#e5ecf1);
}

.wcu dt{
    width: fit-content;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 160%;

    margin: 0px auto 25px;

    padding: 12px 32px; 

    background: linear-gradient(to right, #d87b24 ,#d79c1e);
    border-radius: 13px;
}

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

.wcu dd span{
    background:linear-gradient(transparent 70%, rgba(205,66,29,0.4) 70%);
}

.wcu dd a{
    color: #000;
    background:linear-gradient(transparent 98%, #333 98%);
}


/* 陶器瓦の性能--------------------------------------------- */


.performance_txt01{
    font-size: 18px;
    line-height: 160%;

    margin: 0px auto 70px;
}

.performance_txt02{
    font-size: 18px;
    line-height: 160%;

    margin: 0px auto 30px;
}


.performance_img01{
    margin: 0px auto 40px;
}

.performance_img01 ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.performance_img01 li{
    display: flex;
    flex-direction: column;

    float: left;
    width: 49%;

    margin-right: 2%;

    margin-bottom: 30px;
}

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

}

.performance_img01 div.img{
    width: 100%;
    margin-bottom: 10px;
}

.performance_img01 p{
    text-align: center;
    font-size: 18px;
    line-height: 160%;
}


.performance_img02{
    margin: 0px auto 40px;
}


.performance_img02 > ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.performance_img02 > ul > li{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    float: left;
    width: 49%;

    margin-right: 2%;

    margin-bottom: 30px;
}

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

}

.performance_img02 dl{
    display: flex;
    flex-direction: column;
    align-items: stretch;

    margin-bottom: 20px;
}

.performance_img02 dt{
    position: relative;
    color: #105ba1;
    font-size: 22px;
    font-weight: 700;
    line-height: 160%;

    padding-left: 40px;
    margin-bottom: 12px;

}

.performance_img02 dt::before{
    position: absolute;
    content: '';

    left: 0;
    top: 50%;
    
    width: 30px;
    height: 2px;

    background-color: #105ba1;

    translate:0 -50%;

}


.performance_img02 dd{
    position: relative;
}

.performance_img02 dd .img{
    width: 100%;
}

.performance_img02 dd .txt{
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    font-size: 18px;
    line-height: 100%;
    color:#FFFFFF;

    text-align: center;

    background: rgba(0, 0, 0, 0.6);
    padding: 15px 5px;
    width: 100%;
    box-sizing: border-box;
}


.performance_img02 li div.list{
    margin-right: 0%;

}

.performance_img02 li div.list ul{
    display: flex;
    flex-direction: column;
    align-items: stretch;

    flex-grow: 1;

}

.performance_img02 li div.list li{
    position: relative;
    padding-left: 18px;

    font-size: 18px;
    line-height: 160%;
    margin-bottom: 5px;

}

.performance_img02 li div.list li::before{
    position: absolute;
    content: '';

    left: 0;
    top: 9px;
    
    width: 12px;
    height: 12px;

    background-color: #c2d8e0;

    border-radius: 50%;




}

/* お客様の声--------------------------------------------- */


.vic01{

}

.vic01 dl dt{
max-width: 1200px;
width: 100%;
height: 50px;
  position: relative;
  display: inline-block;
  margin:0 0 40px 0;
  padding: 7px 25px;
  box-sizing: border-box;


  background: #ebf0f4;
  border-radius: 15px;

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

}



.vic01 dl dt:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 10%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 30px solid #ebf0f4;
}

.vic01 dl dt p {
  margin: 0;
  padding: 0;
  
  font-size: 18px;
  line-height: 140%;
  color: #428da9;
    font-family: 'noto500';    
}


.vic01 dl dd{
    font-size: 16px;
    line-height: 180%;
    
    margin-bottom: 50px;

}

.vic01 dl dd p{
    font-size: 18px;
    line-height: 160%;
    color: #428da9;
    margin-bottom: 15px;

}


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


.vic_01_inner{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}


.vic_01_inner .vic_01_img{
    width: 200px;
    margin-right: 30px;
}

.vic_01_inner .vic_01_txt{
    width: calc(100% - 230px);
}



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

.rrt001{

}

.rrt001 dl dt{
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 40px;
    color: #15489a;
    font-family: 'noto500';  
}

.rrt001 dl dt span{
    padding: 8px 15px 10px 15px; 
    border: 1px solid #15489a;

}

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

}


.rrt002_bg{
	width: 100%;
	height:950px !important;
	background:url("../img/recruit/bg.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;

     
}

.rrt002{

}

.rrt002 ul li{
    background: rgba(255,255,255,0.90);
    padding: 30px 30px;
    margin-bottom: 35px;
    
    border-radius: 15px;

}

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


.rrt002 dl dt{
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 25px;
    color: #15489a;
    font-family: 'noto500';  
}

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

}



.rrt003{
    padding: 20px;
    background: #e6f4f5;
    
    font-size: 16px;
    line-height: 180%;
    
    border-radius: 15px;
    margin-bottom: 30px;

}


.rrt_txt01{
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
    font-size: 15px;
    line-height: 170%;
}


.rrt_img01{
    max-width: 900px;
    width: 100%;
    margin: 0 auto 50px auto;
}

.rrt_img01 ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.rrt_img01 li{
    display: flex;
    flex-direction: column;

    float: left;
    width: 32%;

    margin-right: 2%;

    margin-bottom: 20px;
}

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

.rrt_img01 li p{
    text-align: center;
    font-size: 15px;
    line-height: 170%;

}





















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


.privacy{
}


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

    margin-bottom: 8px;

    font-family: 'noto700';  
}


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

}




.privacy dd a{
    color: #000000;
    text-align-last: none;
}

.privacy dd a:hover{
    color: #000000;
    text-align-last: none;
}


















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


.f_text01{

}

.f_text01 a{
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #000000;
}


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


.contact-t{
    border-top: 1px solid #428da9;
    border-bottom: 1px solid #428da9;
    padding: 20px 0 7px 0;

	margin-bottom:70px;	
}



.contact-t dl dt{

	font-size:18px;
	text-align:center;
	line-height:180%;
	margin-bottom:15px;

}

.contact-t dl dd{
	
	font-size:32px;
	line-height:140%;
	margin-bottom:15px;
    color: #2c7b98;
    font-family: 'noto700';    
    text-align: center;
}

.contact-t dl dd a{
    color: #2c7b98;
    text-decoration: none;
}

.contact-t dl dd a:hover{
    color: #2c7b98;
    text-decoration: none;
}



#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:300px;
    height: 35px !important;

	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}


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

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

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

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

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


#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}


input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:150px;
	height:auto;
	padding:15px 0;
    font-size: 1.2em;
    background-color:#697489;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:16px;

    /*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
    /*角丸*/
	
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}






#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}



}



/* スマホ用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 720px) {	
	
/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
    width: 190px;
	height:auto;
	position: absolute;
    top: 17px;
}

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

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



.h2_01{
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #000000;
    text-align: center;
    background: url("../img/common/h2_s.png") top center no-repeat,url("../img/common/h2_b_s.png") bottom center no-repeat;
    
    padding: 10px 0 15px 0;
    margin-bottom: 35px;

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


.h2_01 p{
    font-size: 36px;
    line-height: 110%;
    margin-bottom: 5px;
    
    background:linear-gradient(117deg,rgba(136, 236, 248, 1) 0%, rgba(32, 74, 156, 1) 100%);    

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

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

.h2_01 span{
    color: #1d54a6;
}



.h3_01{
    font-size: 17px;
    line-height: 140%;
    text-align: center;

    color: #000000;

    margin-bottom: 35px;

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

.h3_01 span{
    background: url("../img/common/h2_b_s.png") left center no-repeat;
    padding-left: 30px;
}


.h3_01 p{
    font-size: 35px;
    line-height: 100%;
    margin-bottom: -10px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
    
}

.h3_01_c01{
   color:rgba(255,255,255,0.40);

}

.h3_01_c02{
   color:rgba(97,184,217,0.40);

}


.h4_01{
    padding: 5px 10px;
    box-sizing: border-box;
    border-left: solid 10px #61b8d9;

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

    margin-bottom: 20px;
}


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


.top_slide_out{
    padding: 0 15px;
}


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

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

}







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


.c_t_txt{

    width: 100%;
    height: 200px;
    margin: 0 auto;
/*   background: #5E4949;*/

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   margin-left: 15px;
}

.c_t_txt_in{
    font-size: 35px;
    line-height: 115%;
    color: #FFFFFF !important;

    z-index: 9000;
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight:900;
    font-style: normal; 
}

.c_t_txt_rd{
    color: #FF0004;
}





.pg_top_img{
	width: 100%;
	height:100px !important;
	background:url("../img/common/p_m_bg.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:70px auto 0px auto;
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}









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


.bg_main_mt01{
    margin-top: 65px;
}



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



.btn_arrow {

    width: 160px;
    height: 35px;

    margin: 0 auto;
    
    position: relative;
}
.btn_arrow::after {
    color:#3466ab;
    position: absolute;
    top: 53%;
    right: 20px;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    z-index: 1;
}

.btn_arrow a:hover::after {
   color: #fff;
    position: absolute;
    top: 53%;
    right: 20px;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    z-index: 10;
}


.btn_arrow a{

    width: 160px;
    height: 35px;

    color:#3466ab;
    
    border: 2px solid #3466ab;
    
    font-size: 14px;
    line-height: 120%;
    background: #FFFFFF;
    
   border-radius: 30px;

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

.btn_arrow a:hover {

    background:#3466ab;
    color: #fff;
}














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


.tp_msg{
    max-width: 920px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;

}



.tp_msg .tp_msg_l{
    width:100%;
    margin-bottom: 20px;
}

.tp_msg .tp_msg_l img{

}



.tp_msg .tp_msg_r{
    display: flex;
    flex-direction: column;
    width:100%;

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

.tp_msg .tp_msg_r dt{
    color: #15489a;

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

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

    margin-bottom: 10px;
}

.tp_msg .tp_msg_r dd{

    margin: 0 auto 20px auto;
    font-size: 16px;
    line-height: 160%;
}


/* トップ　3つの安心------------------------------------------- */


.tp_3p01{
    margin-bottom: 60px;
}

.tp_3p01 ul li{
    width: 100%;
    height: 200px;
    float: none;
    margin-right: 0%;
    padding: 20px;
    box-sizing: border-box;
    
    border: 2px solid #3466ab;
    border-radius: 20px;
    background: #FFFFFF;
    margin-bottom: 20px;


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

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


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


.tp_3p01 dl dt{
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #3356a5;
    margin-bottom:12px;

}

.tp_3p01 dl dd p{
    max-width: 50px;
    width: 100%;
    height: auto;
    margin: 0 auto 8px auto;
}

.tp_3p01 dl dd{
    max-width: 450px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: 14px;
    line-height: 150%;
}

/* トップ　弊社が選ばれる理由------------------------------------------- */

.tp_3p02{
    max-width: 1300px;
    width: 100%;
    margin: 0px auto 20px;
}

.tp_3p02 img{
    width: 100%;
}




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

.tp_news_bg{
    background: url("../img/top/02_bg.jpg") repeat;

}


.tp_news{

}

.tp_news dl dt{
font-size: 14px;
line-height: 160%;
float: none;
clear: both;
margin-bottom: 5px;

}

.tp_news dl dt span{
    width: 80px;
    height: 9px;
    font-size: 12px;
    line-height: 100%;
    color: #fff;
    border: 1px solid #1d54a6;
    background-color: #1d54a6;
    margin-left: 10px;
    padding: 1px 6px 6px 6px;
    
    display: inline-block;
    text-align: center;

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


.tp_news dl dd{
    font-size: 14px;
    line-height: 140%;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    padding-left: 0px;
    border-bottom: 1px dotted #3a3a3a;
}


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

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




/* トップ　施工例---------------------------------------------- */


.tp_wk01{
    margin-bottom: 40px;
}

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

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


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



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

.tp_wk01 ul li:nth-child(5){

}

.tp_wk01 ul li:nth-child(6){
    margin-right: 0%;

}


.tp_wk01_ttl{
    font-size: 15px;
    line-height: 120%;
    border-left: 5px solid #84bfd6;
    padding: 7px 0 8px 6px;
    margin-bottom: 15px;
    color: #000;
}

.tp_wk01_img{
    position: relative;
    margin-bottom: 10px;

}

.tp_wk01_im dl{
    position: relative;
}

.tp_wk01_img dl dt{
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    font-size: 13px;
    line-height: 100%;
    color:#FFFFFF;

    background: rgba(0, 0, 0, 0.8);
    padding: 5px 12px 8px 12px;
    width: 100%;
    box-sizing: border-box;

}

.tp_wk01_img dl dd{

    z-index: 1;   
}

.tp_wk01_img dl dd img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 63/35; 
}


.tp_wk01_ps{
    font-size: 14px;
    line-height: 140%;
}

.tp_wk01_ps span{
    display: inline-block;
    background: #429dc0;
    color: #FFFFFF;
    
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    padding: 2px 6px 5px 6px;
    margin-right: 10px;

}


/* 施工カテゴリ---------------------------------------------- */

.work_cat{
    width: 100%;

    margin-bottom: 40px;
}

.work_cat ul{
    width: 100%;
}

.work_cat ul li{
    float: left;
    display: inline-flex;

    margin-right: 10px;
    margin-bottom: 10px;
}

.work_cat ul li a{
    display: block;
    float: left;

    padding: 5px 15px;
    box-sizing: border-box;
    color: #fff;

    font-size: 14px;
    font-weight: 600;

    background-color: #2b5090;
    border:1px solid #2b5090;
    transition: 0.3s;

    border-radius: 10px;
   
}

.work_cat ul li a:hover{
    color: #2b5090;
    background-color: #fff;
}

.work_cat ul li.on a{
    color: #2b5090;
    background-color: #fff;
}



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

.tp_ig001{
    margin-bottom: 25px;
}

.tp_ig001 ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
    
    border-radius: 20px;
    margin-bottom: 30px;

}

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

.tp_ig001 ul li:nth-child(5){
    margin-bottom: 30px;
    padding: 0px 15px;
}

.tp_ig001 ul li:last-child{
    margin-bottom: 0%;
}

.tp_ig001 ul li:nth-child(5) img{

    width: 100%;
    max-width: 400px;
}



.tp_ig001_in{

}



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


}


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


}


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

.tp_rrt001{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 50px;


}

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

}

.tp_rrt001 ul li:nth-child(2n){
    width: 100%;
    margin-right: 0%;
    margin-top: -50px;
}

.tp_rrt001_in{
padding: 0 20px;

}

.tp_rrt001_in dl dd{
    max-width: 580px;
    width: 100%;
    height: auto;
    margin: 0 auto 15px auto;
    font-size: 14px;
    line-height: 160%;

}





.tp_rrt001_bg{
	width: 100%;
	height:200px !important;
	background:url("../img/top/04_01.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
 
}

.tp_rrt002_bg{
	width: 100%;
	height:300px !important;
	background:url("../img/top/04_02.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
   
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;   
    border-bottom-left-radius: 20px;       
}





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


.cmm_ctt_bg_out{
padding: 0 20px;

}


.cmm_ctt_bg{

	width: 100%;
	height:290px !important;
	background:url("../img/common/ctt_bg.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:30px auto 30px auto;
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
   border-radius: 10px;
}


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


.cmm_ctt dl{
text-align: center;
}


.cmm_ctt dl dt{
    font-size: 17px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 10px;
    color:#000000;
    font-family: 'noto500';  
}

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

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

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

}
  
.cmm_ctt dl dd p{
    font-size: 30px;
    line-height: 110%;
    text-align: center;
    color: #0a2788;
    margin-bottom: 7px;

    text-align: center;
    font-family: 'noto700';  
}
  


.cmm_ctt_btn{

	max-width:400px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;
    margin: 0 auto;


}

.cmm_ctt_btn a{
display: block;
height: 40px;
    font-size: 18px;
    line-height: 100%;
    color:#FFFFFF;
    padding-top: 1px;
    background: #bd2b21;
	border: 2px solid #bd2b21;
     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;



    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 

}

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

  color: #bd2b21;
}








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




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

.abt_msg dl dt{
    font-size: 20px;
    line-height: 160%;
    color: #15489a;
    font-family: 'noto500'; 
    
    text-align: center;
    margin-bottom: 20px;

}

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

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

}

.abt_greeting{
    margin: 0 auto 60px auto;
	font-size:14px;
    line-height: 150%;
}

.abt_greeting p{
    text-align: right;    
}

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

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

}

.abt_tbl table th{
    display: block;
	width:100%;

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

    vertical-align: text-top;

	text-align:left;
    border-bottom:none;
    
    color: #266192;
}

.abt_tbl table td{
    display: block;
	width:100%;
	padding:5px 0px 5px 0px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;

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


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


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


.abt_tbl table td ul li{
    background:url("../img/common/list001.png") left 10px no-repeat;
    padding-left: 8px;
    margin-bottom: 7px;
    
    float: left;
    margin-right: 25px;

}

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






.abt_map{
    margin-bottom: 60px;
}


.abt_sf01{

}


.abt_sf01 ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
    
    border: 2px solid #909090;
    background:#FFFFFF;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 20px;
    box-sizing: border-box;

}

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


.abt_sf01_in{

}

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

}


.abt_sf01_in dl dt{
    font-size: 18px;
    line-height: 140%;
    color: #428da9;
    margin-bottom: 10px;

}

.abt_sf01_in dl dd{
    height: 100px;
    font-size: 14px;
    line-height: 150%;


}



/* よくある質問--------------------------------------------- */

.qa{

}

.qa dl{
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
    
    background: #ebf0f4;
    border-radius: 15px;
    
    padding: 20px;
    box-sizing: border-box;

}


.qa dl dt{
    height: 30px;
    font-size: 14px;
    line-height: 140%;
    
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d7d6d6;
    
    background: url("../img/qa/q.png") left 1px no-repeat;
    background-size: 30px 30px;
    
    padding-left: 50px;


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

}

.qa dl dd{
    height: 75px;
    font-size: 14px;
    line-height: 140%;
    


    
    background: url("../img/qa/a.png") left 1px no-repeat;
    background-size: 30px 30px;

    padding-left: 45px;
    
    
   display: -webkit-block;
   display: block;
   -webkit-align-items: left;; 

}

/* 当社が選ばれる理由--------------------------------------------- */

.wcu{
    
}

.wcu li{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;

    margin: 0px auto 50px;
    border-radius: 20px;

    background: linear-gradient(to right, #92cfdb ,#e5ecf1);
}

.wcu dt{
    width: fit-content;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 160%;

    margin: 0px auto 20px;

    padding: 8px 25px; 

    background: linear-gradient(to right, #d87b24 ,#d79c1e);
    border-radius: 10px;
}

.wcu dd{
    font-size: 15px;
    line-height: 160%;
}

.wcu dd span{
    background:linear-gradient(transparent 70%, rgba(205,66,29,0.4) 70%);
}

.wcu dd a{
    color: #000;
    background:linear-gradient(transparent 98%, #333 98%);
}


/* 陶器瓦の性能--------------------------------------------- */


.performance_txt01{
    font-size: 16px;
    line-height: 160%;

    margin: 0px auto 50px;
}

.performance_txt02{
    font-size: 16px;
    line-height: 160%;

    margin: 0px auto 20px;
}


.performance_img01{
    margin: 0px auto 30px;

        max-width: 580px;
    width: 100%;
}

.performance_img01 ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.performance_img01 li{
    display: flex;
    flex-direction: column;

    float: none;
    width: 100%;

    margin-right: 0%;

    margin-bottom: 30px;
}

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

}

.performance_img01 div.img{
    width: 100%;
    margin-bottom: 10px;
}

.performance_img01 p{
    text-align: center;
    font-size: 16px;
    line-height: 160%;
}


.performance_img02{
    margin: 0px auto 30px;
    max-width: 580px;
    width: 100%;
}


.performance_img02 > ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.performance_img02 > ul > li{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    float: none;
    width: 100%;

    margin-right: 0%;

    margin-bottom: 30px;
}

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

}

.performance_img02 dl{
    display: flex;
    flex-direction: column;
    align-items: stretch;

    margin-bottom: 10px;
}

.performance_img02 dt{
    position: relative;
    color: #105ba1;
    font-size: 20px;
    font-weight: 700;
    line-height: 160%;

    padding-left: 30px;
    margin-bottom: 10px;

}

.performance_img02 dt::before{
    position: absolute;
    content: '';

    left: 0;
    top: 50%;
    
    width: 20px;
    height: 2px;

    background-color: #105ba1;

    translate:0 -50%;

}


.performance_img02 dd{
    position: relative;
}

.performance_img02 dd .img{
    width: 100%;
}

.performance_img02 dd .txt{
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    font-size: 16px;
    line-height: 100%;
    color:#FFFFFF;

    text-align: center;

    background: rgba(0, 0, 0, 0.6);
    padding: 12px 10px;
    width: 100%;
    box-sizing: border-box;
}


.performance_img02 li div.list{
    margin-right: 0%;

}

.performance_img02 li div.list ul{
    display: flex;
    flex-direction: column;
    align-items: stretch;

    flex-grow: 1;

}

.performance_img02 li div.list li{
    position: relative;
    padding-left: 15px;

    font-size: 16px;
    line-height: 160%;
    margin-bottom: 5px;

}

.performance_img02 li div.list li::before{
    position: absolute;
    content: '';

    left: 0;
    top: 6px;
    
    width: 10px;
    height: 10px;

    background-color: #c2d8e0;

    border-radius: 50%;




}





/* お客様の声--------------------------------------------- */


.vic01{

}

.vic01 dl dt{
max-width: 1200px;
width: 100%;
height: 50px;
  position: relative;
  display: inline-block;
  margin:0 0 30px 0;
  padding: 7px 20px;
  box-sizing: border-box;


  background: #ebf0f4;
  border-radius: 15px;

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

}



.vic01 dl dt:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 18%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 25px solid #ebf0f4;
}

.vic01 dl dt p {
  margin: 0;
  padding: 0;
  
  font-size: 16px;
  line-height: 140%;
  color: #428da9;
    font-family: 'noto500';    
}


.vic01 dl dd{
    font-size: 14px;
    line-height: 150%;
    
    margin-bottom: 50px;

}

.vic01 dl dd p{
    font-size: 16px;
    line-height: 160%;
    color: #428da9;
    margin-bottom: 10px;

}


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



.vic_01_inner{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: column;
}


.vic_01_inner .vic_01_img{
    width: 200px;
    margin:0px auto 20px
}

.vic_01_inner .vic_01_txt{
    width: 100%;
}




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

.rrt001{

}

.rrt001 dl dt{
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 30px;
    color: #15489a;
    font-family: 'noto500';  
}

.rrt001 dl dt span{
    padding: 5px 6px 8px 6px; 
    border: 1px solid #15489a;

}

.rrt001 dl dd{
    font-size: 14px;
    line-height: 160%;

}


.rrt002_bg{
	width: 100%;
	height:800px !important;
	background:url("../img/recruit/bg.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;

     
}

.rrt002{

}

.rrt002 ul li{
    background: rgba(255,255,255,0.90);
    padding: 20px 20px;
    margin-bottom: 30px;
    
    border-radius: 15px;

}

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


.rrt002 dl dt{
    font-size: 17px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 10px;
    color: #15489a;
    font-family: 'noto500';  
}

.rrt002 dl dd{
    font-size: 14px;
    line-height: 160%;

}



.rrt003{
    padding: 20px;
    background: #e6f4f5;
    
    font-size: 14px;
    line-height: 160%;
    
    border-radius: 15px;
    margin-bottom: 30px;

}

.rrt_txt01{
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
    font-size: 14px;
    line-height: 160%;
}


.rrt_img01{
    max-width: 900px;
    width: 100%;
    margin: 0 auto 40px auto;
}

.rrt_img01 ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.rrt_img01 li{
    display: flex;
    flex-direction: column;

    float: left;
    width: 48%;

    margin-right: 4%;

    margin-bottom: 20px;
}

.rrt_img01 li:nth-child(3n){
    margin-right: 4%;
}

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

.rrt_img01 li p{
    text-align: center;
    font-size: 14px;
    line-height: 160%;

}




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


.privacy{
}


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

    margin-bottom: 8px;

    font-family: 'noto700';  
}


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

}




.privacy dd a{
    color: #000000;
    text-align-last: none;
}

.privacy dd a:hover{
    color: #000000;
    text-align-last: none;
}





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

.f_text01{

}

.f_text01 a{
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #000000;
}


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

.contact-t{
    border-top: 1px solid #428da9;
    border-bottom: 1px solid #428da9;
    padding: 15px 0 2px 0;

	margin-bottom:60px;	
}


.contact-t dl dt{

	font-size:16px;
	text-align:center;
	line-height:170%;
	margin-bottom:12px;

}



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



.contact-t dl dd{
	
	font-size:26px;
	line-height:140%;
	margin-bottom:15px;
    color: #2c7b98;
    font-family: 'noto700';    
    text-align: center;
}

.contact-t dl dd a{
    color: #2c7b98;
    text-decoration: none;
}

.contact-t dl dd a:hover{
    color: #2c7b98;
    text-decoration: none;
}



#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:280px;
    height: 35px !important;

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













}
