/* 初期設定--------------------------------------------------------------------------------------------------------------------------------------------- */


html {
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-style: normal;
	font-weight: 300;
	

}

*:first-child + html body {
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-style: normal;
	font-weight: 300;
}

body{
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-style: normal;
	font-weight: 300;
	
	padding:0;
	margin:0;
	font-size:16px;
	color:#000;
	line-height:140%;
	text-align:left;
	



}

body a:focus{
	outline:none;
}




.bd_bg{

background-image:url(/online_renzansai2021/img/common/page_btm_bg.jpg);
background-attachment:fixed;
background-repeat: repeat-x;
background-position: bottom;
}




    .loading {
    	width: 100%;
    	height: 100%;
    	background: rgba(255,255,255,1.0);
    	position: fixed;
    	top: 0;
    	left: 0;
    	z-index: 20000;
    }

    .loading img {
    	width: 40px;
    	height: 40px;
    	position: absolute;
    	top: 50%;
    	left: 50%;
    	margin-top: -20px;
    	margin-left: -20px;
    }





/* 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:20px;
	margin:0;
	font-size:16px;
	color:#000;
	line-height:140%;
	text-align:left;
}	

/* container ---------------------------------------------- */




.container01_bg{
	width:100%;
	height:auto;
	padding:0 50px;
	box-sizing:border-box;
}

.container00{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:100px 0;

}

.container00_01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:100px 0 80px 0;

}

.container01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}

.container02{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0 0;

}

.container03{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}



.container04{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0 60px 0;

}




/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}

/* header ---------------------------------------------- */

.header_bg{

	width:100%;
    height: auto;
	margin:0 auto 20px 0;
    padding: 0 50px;
    box-sizing: border-box;
    background: #0053a6;


}

header{
	max-width:1000px;
	width:100%;
    height: auto;
    padding: 20px 0;
	margin:0 auto;
	box-sizing:border-box;
}

.header_txt{
	position: absolute;
	top:15px;
	left:60px;
	line-height: 120%;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	z-index:200;
	box-sizing:border-box;
}




.m_header_tel{
    display: none;
}

.m_header_fax{
    display: none;
}



.header_tel{

	position:absolute;
    max-width: 170px;
    width: 100%;
    height: auto;
    
	top:15px;
	right:250px;
	font-size:18px;
	line-height:150%;


    color:#0598a9FFF;
    padding: 3px 15px;
    box-sizing: border-box;
    background: #ff3333;

	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-style: normal;
	font-weight: 300;

	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
}

.header_tel img{
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
}



.header_fax{

	position:absolute;
    max-width: 230px;
    width: 100%;
    height: auto;
    
	top:15px;
	right:0;
	font-size:18px;
	line-height:150%;


    color:#0598a9FFF;
    padding: 3px 12px;
    box-sizing: border-box;
    background: #01315d;


	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-style: normal;
	font-weight: 300;
    
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */

}

.header_fax img{
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
}




.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:#0598a9 !important;
	text-decoration:none;

}

nav ul li a:hover{
	color:#0598a9 !important;
	text-decoration:underline;
}

.nav_h{
	color:#0598a9 !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{
	max-width:100%;
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
    background: #0053A6;
		
	padding:0 50px;
	box-sizing:border-box;


}

.footer_in{	
	max-width:100%;
	width:1000px;
	height:auto;
	margin:0 auto 0px auto;
	
	padding:20px 0 20px 0;
	box-sizing:border-box;
}


.f_img{
	max-width:180px;
	width:100%;
	height:auto;
	margin:0 auto;
}

address{
	font-size:14px;
	line-height:120%;
	color:#000;
	margin-bottom:10px;
}

.ad_ttl{
	font-size:15px;
	line-height:120%;
	margin-bottom:8px;	
	color:#000;
}

footer a{
	color:#0598a9;
	text-decoration:none;
}

footer a:hover{
	color:#0598a9;
	text-decoration:none;
}


.f_cpy{

	font-size: 12px;
	color:#FFFFFF;
	width:100%;
	box-sizing:border-box;
	line-height:120%;
    text-align: center;

}


}



/* タブレットベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 1060px) {


body{
	padding:15px;
	margin:0;
	font-size:16px;
	color:#000;
	line-height:140%;
	text-align:left;
}	

/* container ---------------------------------------------- */



.container01_bg{
	width:100%;
	height:auto;
	padding:0 30px;
	box-sizing:border-box;
}

.container00{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}

.container00_01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0 60px 0;

}

.container01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0;

}


.container02{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0 0;

}


.container03{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0;

}


.container04{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0 50px 0;

}



/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}

/* header ---------------------------------------------- */


.header_bg{

	width:100%;
    height: auto;
	margin:0 auto 15px 0;
    padding: 0 40px;
    box-sizing: border-box;
    background: #0053a6;


}

header{
	max-width:1000px;
	width:100%;
    height: auto;
    padding: 20px 0;
	margin:0 auto;
	box-sizing:border-box;
}
.header_txt{

	position: absolute;
	top:9px;
	left:40px;
	line-height: 120%;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	z-index:10;

	text-align:left;

	box-sizing:border-box;
}


.header_tel{
    display: none;

	position:absolute;
    max-width: 170px;
    width: 100%;
    height: auto;
    
	top:15px;
	right:250px;
	font-size:18px;
	line-height:150%;


    color:#0598a9FFF;
    padding: 3px 15px;
    box-sizing: border-box;
    background: #ff3333;

	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-style: normal;
	font-weight: 300;

	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
}

.header_tel img{
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
}



.header_fax{
    display: none;
    
	position:absolute;
    max-width: 230px;
    width: 100%;
    height: auto;
    
	top:15px;
	right:0;
	font-size:18px;
	line-height:150%;


    color:#0598a9FFF;
    padding: 3px 12px;
    box-sizing: border-box;
    background: #01315d;


	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-style: normal;
	font-weight: 300;
    
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */

}

.header_fax img{
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
}




.h_fb{
	max-width:30px;
	width:100%;
	height:auto;
	position:absolute;
	
	top: 19px;
	right:64px;
}

.h_fb img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.h_fb:hover img {
	opacity: .7;
}


#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{
	max-width:100%;
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
    background: #0053A6;
		
	padding:0 40px;
	box-sizing:border-box;


}

.footer_in{	
	max-width:100%;
	width:1000px;
	height:auto;
	margin:0 auto 0px auto;
	
	padding:20px 0 20px 0;
	box-sizing:border-box;
}

address{
	font-size:14px;
	line-height:120%;
	color:#000;
	margin-bottom:10px;
}

.ad_ttl{
	font-size:15px;
	line-height:120%;
	margin-bottom:8px;	
	color:#000;
}

footer a{
	color:#0598a9;
	text-decoration:none;
}

footer a:hover{
	color:#0598a9;
	text-decoration:none;
}





.f_logo{
	max-width:347px;
	width:100%;
	height:auto;
	margin:0 0 10px 0;

}

.f_cpy{

	font-size: 12px;
	color:#0598a9;
	width:100%;
	box-sizing:border-box;
	line-height:120%;

}


}



/* スマホベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 720px) {



body{
	padding:10px;
	margin:0;
	font-size:15px;
	color:#000;
	line-height:140%;
	text-align:left;
}	

/* container ---------------------------------------------- */



.container01_bg{
	width:100%;
	height:auto;
	padding:0 20px;
	box-sizing:border-box;
}


.container00{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:40px 0;

}

.container00_01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:40px 0 40px 0;

}



.container01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:30px 0;
}


.container02{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0 0;

}

.container03{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:30px 0;
}


.container04{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0 30px 0;

}



/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}


/* header ---------------------------------------------- */



.header_bg{

	width:100%;
    height: auto;
	margin:0 auto 10px 0;
    padding: 0 20px;
    box-sizing: border-box;
    background: #0053a6;


}

header{
	max-width:1000px;
	width:100%;
    height: auto;
    padding: 10px 0;
	margin:0 auto;
	box-sizing:border-box;
}
.header_txt{

	position: absolute;
	top:10px;
	left:20px;
	margin-left:0 !important;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align:left !important;
	line-height:110%;
	z-index:10;

	box-sizing:border-box;
}





.header_tel{
    display: none;

	position:absolute;
    max-width: 170px;
    width: 100%;
    height: auto;
    
	top:15px;
	right:250px;
	font-size:18px;
	line-height:150%;


    color:#0598a9FFF;
    padding: 3px 15px;
    box-sizing: border-box;
    background: #ff3333;

	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-style: normal;
	font-weight: 300;

	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
}

.header_tel img{
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
}



.header_fax{
    display: none;
    
	position:absolute;
    max-width: 230px;
    width: 100%;
    height: auto;
    
	top:15px;
	right:0;
	font-size:18px;
	line-height:150%;


    color:#0598a9FFF;
    padding: 3px 12px;
    box-sizing: border-box;
    background: #01315d;


	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-style: normal;
	font-weight: 300;
    
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */

}

.header_fax img{
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
}




.header_01{
	width:220px;
	height:28px;
	position:absolute;
	top:62px;
	left:50%;
	margin-left:-110px;
	
	border-top:1px solid #ff6633;
	border-bottom:1px solid #ff6633;
	
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; 
	align-items: center; 
	-webkit-justify-content: center; 
	justify-content: center; 
}





.h_tanjyou{
	width:250px;
	height:auto;
	
	position: absolute;
	top:68px;
	left:22px;


	color:#000;
	font-size:14px;

	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:30px;
	width:100%;
	height:auto;
	position:absolute;
	
	top: 58px;
	right:20px;
}

.h_fb img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.h_fb:hover img {
	opacity: .7;
}



#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{
	max-width:100%;
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
    background: #0053A6;
		
	padding:0 20px;
	box-sizing:border-box;


}

.footer_in{	
	max-width:100%;
	width:1000px;
	height:auto;
	margin:0 auto 0px auto;
	
	padding:15px 0 15px 0;
	box-sizing:border-box;
}

address{
	font-size:13px;
	line-height:120%;
	color:#000;
	margin-bottom:10px;
}

.ad_ttl{
	font-size:15px;
	line-height:120%;
	margin-bottom:8px;	
	color:#000;
}

footer a{
	color:#0598a9;
	text-decoration:none;
}

footer a:hover{
	color:#0598a9;
	text-decoration:none;
}





.f_logo{
	max-width:347px;
	width:100%;
	height:auto;
	margin:0 0 10px 0;

}

.f_cpy{

	font-size: 12px;
	color:#0598a9;
	width:100%;
	box-sizing:border-box;
	line-height:120%;

}




}




/* PC用スタイルスタイル--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (min-width: 1061px) {

/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
width: 180px;
height: auto;
margin: 0 auto;


}

h1 img{
	width:100%;
	height:auto;
}


h2.h2_01{
	font-size:18px;
	line-height:120%;
    color: #0598a9;

	font-weight:normal;

	margin-bottom:35px;
    text-align: center;
    
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-style: normal;
	font-weight: 500;
}


h2.h2_01 p{
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 12px;
    color: #000000;
}

h2.h2_01 span{
    padding: 0 50px 15px 50px;
    display: inline-block;
    border-bottom: 10px solid #0598a9;
}



/* スライド ---------------------------------------------- */


.top_slide{
	width:100%;
	min-height:530px;

	z-index:5;



	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}









/* 各ページイメージ ---------------------------------------------- */




.main_top_img{
	width: 100%;
	height:700px !important;
	background:url("/online_renzansai2021/img/top/main.jpg") center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 20px auto;
}


.s_top_img{
      display:none;
      text-align:center;
}










/* 共通バナー ---------------------------------------------- */

.contact_banner{
	margin-top:100px;	
}

.contact_banner img {
	width:100%;
	height:auto;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.contact_banner:hover img {
	opacity: .6;
}






/* ページ共通背景 ---------------------------------------------- */



.bg_main{
	width: 100% !important;
	height:auto;
	background:url(/online_renzansai2021/img/top/pg_cmn.png) center top  no-repeat ; 
    background-size:contain;                               /* 画像のサイズを指定    */

}





.button01_b{
	max-width:200px;
	width:100%;
	height:auto;
	margin:0 auto 0 auto;

	font-size:18px;
	line-height:100%;
	

}


.button01 {
	display: inline-block;
	max-width:200px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

	padding:7px 12px 10px 12px;
  
	background-color: #e9eb24;
	border: 2px solid #e9eb24;
	color: #0598a9;

	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */

}
.button01::before,
.button01::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button01,
.button01::before,
.button01::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button01:hover {
  background-color: #0598a9;
  border-color: #e9eb24;
  color: #e9eb24;
}








.button02_b{
	max-width:380px;
	width:100%;
	height:auto;
	margin:0 auto 0px auto;

	font-size:26px;
	line-height:100%;
}


.button02 {
	display: inline-block;
	max-width:380px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

	padding:7px 12px 10px 12px;
  
	background-color: #e9eb24;

	color: #0598a9;
	

	-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 */

}
.button02::before,
.button02::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button02,
.button02::before,
.button02::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button02:hover {
  background-color: #0598a9;
  border-color: #e9eb24;
  color: #e9eb24;
}









/* トップ　文言 ---------------------------------------------- */

.tp_abt{
    margin-bottom: 60px;

}

.tp_abt_l{
    width: 46%;
    height: auto;
    float: left;
    
    padding: 60px 0 0 0;
}

.tp_abt_r{
    width: 53%;
    height: auto;
    float: right;

	display: flex;
	justify-content: center;
	align-items: center;

min-height: 80vh;
    }


.tp_abt_r_in{
    max-width: 900px;
    width: 100%;
    height: auto;
    margin: 0 auto;

   

}



.tp_abt_txt001{

    margin-bottom: 50px;
}

.tp_abt_txt001 dl dt{
    font-size: 42px;
    line-height: 140%;
    letter-spacing: -0.04em;

    margin-bottom: 15px;
    color: #0598a9;
}


.tp_abt_txt001 dl dd{
    font-size: 18px;
    line-height: 160%;
    text-align: left;
    letter-spacing: -0.02em;

}




.tp_abt_txt002{
}

.tp_abt_txt002 dl dt{
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 20px;
    
    
}

.tp_abt_txt002 dl dt span{
line-height: 100%;
 background:linear-gradient(transparent 70%, #fbed55 0%);

}

.tp_abt_txt002 dl dd{
    font-size: 17px;
    line-height: 150%;
    text-align: left;
    margin-bottom: 40px;
    
    word-wrap: break-word;
    word-break: break-all;

}

.tp_abt_txt002 dl dd p{
    text-align: right;
    margin-top: 15px;

}


/* トップ　ボンタン ---------------------------------------------- */

.tp_btn{
margin-bottom: 80px;
}

.tp_btn ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;

    
   
	-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 */
}

.tp_btn ul li:nth-child(3n){
	margin-right:0%;
}

.tp_btn ul li a{
    display: block;
    height: 160px;
    color: #000000;
    font-size: 30px;
    line-height: 120%;
    padding: 15px;
    box-sizing: border-box;
    
   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;
}

.tp_btn ul li a:hover{
color:#FFFFFF;

    background: #3b3b3b;
     opacity: .5; 
}



.tp_btn_01{
	width: 100%;
	height:160px !important;
	background:url("/online_renzansai2021/img/top/btn_01.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 20px auto;
}     
    
.tp_btn_02{
	width: 100%;
	height:160px !important;
	background:url("/online_renzansai2021/img/top/btn_02.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 20px auto;
}     

.tp_btn_03{
	width: 100%;
	height:160px !important;
	background:url("/online_renzansai2021/img/top/btn_03.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 20px auto;
}     

/* トップ　スライド画像 ---------------------------------------------- */


.responsive_slide{
        margin-bottom: 60px;

}

.responsive_slide_list_b{
	margin-right:8px;
}







/* トップ youtube ---------------------------------------------- */

.tp_yt_b{
    margin-bottom: 80px;

}

.tp_yt_b ul li{
    width: 24.1%;
    height: auto;
    float: left;
    margin-right: 1.2%;
    margin-bottom: 30px;
}

.tp_yt_b ul li:nth-child(4n){
	margin-right:0%;
}


.tp_yt_b ul li dl dt{
    margin-bottom: 8px;
}

.tp_yt_b ul li dl dd p{
    max-width: 200px;
    width: 100%;
    height: auto;
    padding: 6px 5px;
    box-sizing: border-box;    
    background:#3765C4;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 120%;
    margin: 0 auto 7px auto;
}


.tp_yt_b ul li dl dd{
text-align: center;
font-size: 16px;
line-height: 120%;
}

.youtube_01 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube_01 iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  leftt: 0;
}



/* トップ タイトル ---------------------------------------------- */

.tp_ttl01{

    font-size: 26px;
    line-height: 140%;
    margin-bottom: 30px;
    text-align: center;
    }

.tp_ttl01 p{

    font-size: 22px;
    line-height: 140%;
    margin-bottom: 6px;
    }
    
    
    
.youtube_02_out{
max-width: 700px;
width: 100%;
height: auto;
margin: 0 auto;
}

.youtube_02 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube_02 iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  leftt: 0;
}


    
    

/* トップ　過去の鎌山祭---------------------------------------------- */


.tp_kako_bg{
    margin-bottom: 20px;
    background: url("/online_renzansai2021/img/top/kako.jpg") repeat;

}


.tp_kako{
}

.tp_kako ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;

}

.tp_kako ul li:nth-child(3n){
	margin-right:0%;
}

.tp_kako ul li dl{
height: 100%;
    position:relative;
}

.tp_kako ul li dl dt{


    z-index: 1;
}

.tp_kako ul li dl dd{
}


.tp_kako ul li dl dd a{
    display: block;    color:#FFFFFF;
    font-size: 46px;
    text-align: center;
    box-sizing:border-box;    
    width: 100%;
    height: 100%;
    background:url("/online_renzansai2021/img/top/kako/bg.png") repeat;

    position: absolute;
    z-index: 100;
    
    left: 0;
    top: 0;
  
    display: flex;
    flex-direction: column;
      justify-content: center;
     align-items: center;
     
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-style: normal;
    font-weight: 900;    

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;

}


.tp_kako ul li dl dd a:hover{    color:#FFFFFF;
    background: #3b3b3b;
     opacity: .7; 
}



/* トップ新着 ---------------------------------------------- */


.tp_news_in{
	width:100%;
	height:auto;
	margin-bottom:40px;
}

.tp_news_in dl dt{
	float:left;
	clear:both;
	color:#1b78af;
	font-size:16px;
	line-height:120%;
	max-width:100px;
}

.tp_news_in dl dd{
	padding-left:120px;
	font-size:16px;
	line-height:120%;	border-bottom:1px dotted #999999;
	padding-bottom:10px;
	margin-bottom:10px;
}

.tp_news_in dl dd a{
	color:#000;
	text-decoration:none;
}

.tp_news_in dl dd a:hover{
	color:#000;
	text-decoration:underline;
}




/* トップ 澳门赌场注册,澳门特区赌场 ---------------------------------------------- */

.tp_cmn_ctt_bg{
	width: 100%;
    height: auto;
	background:#9fe059;
}

.tp_cmn_ctt{

}

.tp_cmn_ctt dl dt{
	font-size:48px;
	line-height:130%;    color:#FFFFFF;

	margin-bottom:15px;
    text-align: center;

    font-family: kozuka-gothic-pr6n, sans-serif;
    font-style: normal;
    font-weight: 500;
}


.tp_cmn_ctt dl dd{

}

.tp_cmn_ctt_dd01{
font-size: 48px;
line-height: 120%;
text-align: center;
margin-bottom: 35px;

}

.tp_cmn_ctt_dd01 p{
    text-align: center;
    margin-bottom: 5px;

}

.tp_cmn_ctt_dd02{
}

.tp_cmn_ctt_dd02 p{
    text-align: center;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 120%;
}




/* タブ---------------------------------------------- */

.p_tab{
    margin-bottom: 40px;
}

.p_tab ul {
    text-align: center;
}

.p_tab ul li{
    display: inline-block;
    max-width: 200px;
    width: 100%;
    height: auto;
    margin-right: 10px;
}

.p_tab ul li a{
display: block;
    background: #a3acba;
    padding: 10px;
    box-sizing: border-box;    color:#FFFFFF;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.p_tab ul li:last-child{
    margin-right: 0px;
}

.p_tab ul li a:hover{
    background: #424d5d;
}





.p_tab01{
    margin-bottom: 40px;
}

.p_tab01 ul {
    text-align: center;
}

.p_tab01 ul li{

    width: 23.5%;
    height: auto;
    margin-right: 2%;
    float: left;
}

.p_tab01 ul li a{
display: block;
    background: #a3acba;
    padding: 10px;
    box-sizing: border-box;    color:#FFFFFF;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.p_tab01 ul li:last-child{
    margin-right: 0px;
}

.p_tab01 ul li a:hover{
    background: #424d5d;
}



.p_tab_on{
    background: #424d5d   !important;
}



/* 会社情報---------------------------------------------- */


.cpy_bg001{
    background: url("/online_renzansai2021/img/company/bg.png") repeat;
}

.cpy_msg{
margin-bottom: 80px;
text-align: center;
}

.cpy_msg dl dt{
    font-size: 60px;
    line-height: 160%;
    color: #2d567c;

	margin-bottom:15px;
	
	word-wrap:break-word;
	word-break:break-all;
    letter-spacing: -0.06em;
}

.cpy_msg dl dd{
    font-size: 26px;
    line-height: 140%;

}




.cpy_b01{
    width: 100%;
    height: auto;
}

.cpy_b01_l{
    width: 35%;
    height: auto;
    float: left;

}


.cpy_b01_r{
    width: 61%;
    height: 343px;
    float: right;
    
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}


.cpy_b01_txt01{
font-size: 25px;
line-height: 140%;
margin-bottom: 20px;
    
}


.cpy_b01_txt01 span::before {
	content: "\A" ;
	white-space: pre ;
}


.cpy_b01_txt02{
font-size: 25px;
line-height: 140%;
}


.cpy_b01_txt02 span::before {
	content: "\A" ;
	white-space: pre ;
}

.cpy_b01_txt03{

}

.cpy_b01_txt03 ul li{
    list-style: disc;
    margin-left: 20px;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 10px;

}

.cpy_b01_txt03 ul li:last-child{
    margin-bottom: 0px;

}


.cpy_b01_txt04{
    margin-bottom: 40px;

}

.cpy_b01_txt04 ul li{
    list-style: disc;
    margin-left: 20px;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 10px;

}

.cpy_b01_txt04 ul li:last-child{
    margin-bottom: 0px;

}



.cpy_b01_txt05{
    max-width: 640px;
    width: 100%;
    margin: 0 auto;

}

.cpy_b01_txt05 ul li{
    list-style: disc;
    margin-left: 20px;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 10px;

}

.cpy_b01_txt05 ul li:last-child{
    margin-bottom: 0px;

}


.cpy_b02{
    max-width: 830px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.cpy_b02 ul li{
    width: 49%;
    height: auto;
    margin-right: 2%;
    float: left;
}

.cpy_b02 ul li:last-child{
    margin-right: 0%;
}


.cpy_b03{
    font-size: 40px;
    line-height: 140%;
    text-align: center;
}











.cpy_t01{
	width:100%;
	height:auto;
    margin-bottom: 80px;

}

.cpy_t01 table{
	width:100%;
	height:auto;
}

.cpy_t01 table th{
	border-collapse:collapse;
	font-size:16px;
	line-height:160%;

	border-bottom:1px dotted #999999;
	text-align:left;
	width:180px;
	padding:10px 0px;

}

.cpy_t01 table td{
	border-collapse:collapse;
	font-size:16px;	
    border-bottom:1px dotted #999999;
	text-align:left;
	padding:10px 0px;
}


.cpy_t01 ul {
    margin-top: 5px;
}

.cpy_t01 ul li{
	font-size:16px;
	line-height:130%;
	padding-left:22px;
	margin-bottom:7px;
    background:url("/online_renzansai2021/img/common/list001.png") left 8px no-repeat;
}


.cpy_t01 dl dd ul li:last-child{
	margin-bottom:0px;
}






.cpy_t02{
    max-width: 800px;
	width:100%;
	height:auto;
    margin: 0 auto 80px auto;
}

.cpy_t02 table{
	width:100%;
	height:auto;
}

.cpy_t02 table th{
	border-collapse:collapse;
	font-size:16px;
	line-height:160%;

	border-bottom:1px dotted #999999;
	text-align:left;
	width:380px;
	padding:10px 0px;

}

.cpy_t02 table td{
	border-collapse:collapse;
	font-size:16px;	
    border-bottom:1px dotted #999999;
	text-align:right;
	padding:10px 15px;

}


.cpy_t02 ul {
    margin-top: 5px;
}

.cpy_t02 ul li{
	font-size:16px;
	line-height:130%;
	padding-left:22px;
	margin-bottom:7px;
    background:url("/online_renzansai2021/img/common/list001.png") left 8px no-repeat;
}

.cpy_t02 dl dd ul li:last-child{
	margin-bottom:0px;
}




.cpy_map_txt{
    margin-bottom: 30px;
}

.cpy_map_txt dl dt{
    max-width: 170px;
    width: 100%;
    text-align: center;    color:#FFFFFF;
    background: #333333;
    font-size: 16px;
    line-height: 110%;
    padding: 4px 5px 6px 5px;
    box-sizing: border-box;
    margin-bottom: 10px;

}


.cpy_map_txt dl dd{
    font-size: 16px;
    line-height: 160%;
}

.cpy_map_txt dl dd a{
    color: #000000;
    text-decoration:nonen;
}

.cpy_map_txt dl dd a:hover{
    color: #000000;
    text-decoration:nonen;
}

.cpy_map{
margin-bottom: 60px;
}



.cpy_hsty{
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 20px;
}






/* 業務内容---------------------------------------------- */



.svs001{
    width: 100%;
    height: auto;
}

.svs001 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 60px;
}

.svs001 ul li:nth-child(2n){
	margin-right:0%;
}


.svs001 ul li dl dt{
    font-size: 30px;
    line-height: 120%;
    text-align:center;
    margin-bottom: 15px;    color:#FFFFFF;
}


.svs001 ul li dl dt span::before {
	content: "\A" ;
	white-space: pre ;
}




.svs001 ul li dl dd{
    font-size: 18px;
    line-height: 150%;    color:#FFFFFF;
}



.svs001_bg01{
	width: 100%;
	height:300px !important;
    padding: 35px;
    box-sizing: border-box;
    margin: 0 auto 20px auto;
    
	background:url("/online_renzansai2021/img/service/01_01.jpg") center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}


.svs001_bg02{
	width: 100%;
	height:300px !important;
    padding: 35px;
    box-sizing: border-box;
    margin: 0 auto 20px auto;
    
	background:url("/online_renzansai2021/img/service/01_02.jpg") center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}


.svs001_bg03{
	width: 100%;
	height:300px !important;
    padding: 35px;
    box-sizing: border-box;
    margin: 0 auto 20px auto;
    
	background:url("/online_renzansai2021/img/service/01_03.jpg") center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}


.svs001_bg04{
	width: 100%;
	height:300px !important;
    padding: 35px;
    box-sizing: border-box;
    margin: 0 auto 20px auto;
    
	background:url("/online_renzansai2021/img/service/01_04.jpg") center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}






/* 施工例---------------------------------------------- */


.p_wk{
    margin-bottom: 40px;
}

.p_wk ul {
    text-align: center;
}

.p_wk ul li{
    width: 23.5%;
    height: auto;
    margin-right: 2%;
    margin-bottom: 10px;
    float: left;
}

.p_wk ul li:nth-child(4n){
	margin-right:0%;
}


.p_wk ul li a{
display: block;
    background: #da7c7c;
    padding: 10px;
    box-sizing: border-box;    color:#FFFFFF;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.p_wk ul li:last-child{
    margin-right: 0px;
}

.p_wk ul li a:hover{
    background: #cc0000;
}


.p_wk_b01{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.p_wk_b01 ul li{
    width: 32%;
    height: auto;
    margin-right: 2%;
    margin-bottom: 40px;
    float: left;
}

.p_wk_b01 ul li:nth-child(3n){
	margin-right:0%;
}

.p_wk_b01 ul li dl dt{
margin-bottom: 15px;
}

.p_wk_b01 ul li dl dd{
font-size: 15px;
line-height: 120%;
text-align: center;
height: 30px;

}

.p_wk_b01 p{
font-size: 16px;
line-height: 160%;
margin-bottom: 20px;
}




.p_wk_t01{
	width:100%;
	height:auto;
    margin-bottom: 80px;

}

.p_wk_t01 table{
	width:100%;
	height:auto;
}


.p_wk_t01 table tr:nth-child(2n){
    background:#FCFCFC;
}


.p_wk_t01 table th{
	border-collapse:collapse;
	font-size:15px;
	line-height:150%;

	border:1px dotted #999999;
	text-align:left;
	width:350px;
	padding:10px 15px;
    box-sizing: border-box;


}

.p_wk_t01 table td{
width: 300px;

	border-collapse:collapse;
	font-size:15px;
	line-height:150%;
	border:1px dotted #999999;
	text-align:left;
	padding:10px 15px;
    box-sizing: border-box;
}

















/* 採用情報 ---------------------------------------------- */


.rrt_msg{
	margin-bottom:80px;

}


.rrt_msg dl dt{
	font-size:26px;
	line-height:160%;
	margin-bottom:10px;
	color:#09F;
}


.rrt_msg dl dd{
	font-size:18px;
	line-height:160%;
}


.rrt_tbl{
	width:100%;
	height:auto;
	margin-bottom:80px;
}

.rrt_tbl table{
	width:100%;
	height:auto;
}

.rrt_tbl table th{
	border-collapse:collapse;
	font-size:16px;
	line-height:160%;	border-bottom:1px dotted #999999;
	text-align:left;
	width:200px;
	padding:10px 0px;

}

.rrt_tbl table td{
	border-collapse:collapse;
	font-size:16px;	border-bottom:1px dotted #999999;
	text-align:left;
	padding:10px 0px;
}



.rrt_tbl table td ul {
    margin-top: 5px;
}

.rrt_tbl table td ul li{
	font-size:16px;
	line-height:130%;
	padding-left:18px;
	margin-bottom:7px;
    background:url("/online_renzansai2021/img/common/list001.png") left 8px no-repeat;
}

.rrt_tbl table td ul li:last-child{
	margin-bottom:0px;
}



/* 澳门赌场注册,澳门特区赌场フォーム ---------------------------------------------- */



.contact-t{
	font-size:18px;
	line-height:160%;
	margin-bottom:50px;	
}

.contact-t dl{
	margin-top:15px;
	margin-bottom:30px;
}

.contact-t dl dt{
	color:#F90;
	font-size:26px;
	text-align:center;
	line-height:120%;
	margin-bottom:10px;
}

.contact-t dl dd{
	
	font-size:18px;
	line-height:140%;
	margin-bottom:15px;
	text-align:center;	border-bottom:1px dotted #999999;
	padding-bottom:15px;
}

.contact-t dl dd:last-child{
	margin-bottom:0px;
}

.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 0px auto;
	text-align:center;
}

#contact-f{
	width:100%;
	height:auto;
	margin-bottom:60px;

}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

#contact-f th,td{
	padding:15px;
}

#contact-f th{
	font-size:16px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:28%;	

	background:url(/online_renzansai2021/img/contact/bg.png) repeat;
}

#contact-f td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;


	background:url(/online_renzansai2021/img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}

#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:#0598a9;
	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(/online_renzansai2021/css/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: #0598a9;
    }
#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: 130px;
height: auto;
margin: 0 auto;


}

h1 img{
	width:100%;
	height:auto;
}





h2.h2_01{
	font-size:18px;
	line-height:120%;
    color: #0598a9;

	font-weight:normal;

	margin-bottom:35px;
    text-align: center;
    
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-style: normal;
	font-weight: 500;
}


h2.h2_01 p{
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 10px;
    color: #000000;
}

h2.h2_01 span{
    padding: 0 50px 15px 50px;
    display: inline-block;
    border-bottom: 10px solid #0598a9;
}


/* スライド ---------------------------------------------- */


.top_slide{
	width:100%;
	min-height:450px;


	z-index:5;
	 	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}







/* 各ページイメージ ---------------------------------------------- */




.main_top_img{
	width: 100%;
	height:400px !important;
	background:url("/online_renzansai2021/img/top/main.jpg") center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 15px auto;
}



.s_top_img{
      display:none;
      text-align:center;
}



/* 共通バナー ---------------------------------------------- */

.contact_banner{
	margin-top:100px;	
}

.contact_banner img {
	width:100%;
	height:auto;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.contact_banner:hover img {
	opacity: .6;
}




/* ページ共通背景 ---------------------------------------------- */



.bg_main{
	width: 100% !important;
	height:auto;
	background:url(/online_renzansai2021/img/top/pg_cmn.png) center top  no-repeat ; 
    background-size:contain;                               /* 画像のサイズを指定    */

}



.button01_b{
	max-width:200px;
	width:100%;
	height:auto;
	margin:0 auto 0 auto;

	font-size:18px;
	line-height:100%;
	

}


.button01 {
	display: inline-block;
	max-width:200px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

	padding:7px 12px 10px 12px;
  
	background-color: #e9eb24;
	border: 2px solid #e9eb24;
	color: #0598a9;

	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */

}
.button01::before,
.button01::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button01,
.button01::before,
.button01::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button01:hover {
  background-color: #0598a9;
  border-color: #e9eb24;
  color: #e9eb24;
}








.button02_b{
	max-width:380px;
	width:100%;
	height:auto;
	margin:0 auto 0px auto;

	font-size:26px;
	line-height:100%;
}


.button02 {
	display: inline-block;
	max-width:380px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

	padding:7px 12px 10px 12px;
  
	background-color: #e9eb24;

	color: #0598a9;
	

	-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 */

}
.button02::before,
.button02::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button02,
.button02::before,
.button02::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button02:hover {
  background-color: #0598a9;
  border-color: #e9eb24;
  color: #e9eb24;
}




/* トップ　文言 ---------------------------------------------- */

.tp_abt{
    margin-bottom: 50px;


}

.tp_abt_l{
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 30px;
    
    padding: 30px 0 0px 0;
}

.tp_abt_r{
    width: 100%;
    height: auto;
    float: none;
}


.tp_abt_r_in{
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
   

}


.tp_abt_txt001{

    margin-bottom: 50px;
}

.tp_abt_txt001 dl dt{
    font-size: 42px;
    line-height: 140%;
    letter-spacing: -0.04em;

    margin-bottom: 15px;
    color: #0598a9;
}


.tp_abt_txt001 dl dd{
    font-size: 18px;
    line-height: 160%;
    text-align: left;
    letter-spacing: -0.02em;

}




.tp_abt_txt002{
}

.tp_abt_txt002 dl dt{
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 15px;
    
    
}

.tp_abt_txt002 dl dt span{
line-height: 100%;
 background:linear-gradient(transparent 70%, #fbed55 0%);

}

.tp_abt_txt002 dl dd{
    font-size: 16px;
    line-height: 160%;
    text-align: left;
    margin-bottom: 40px;
    
    word-wrap: break-word;
    word-break: break-all;

}

.tp_abt_txt002 dl dd p{
    text-align: right;
    margin-top: 15px;

}





/* トップ　ボンタン ---------------------------------------------- */

.tp_btn{
margin-bottom: 60px;
}

.tp_btn ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;

   
	-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 */
}

.tp_btn ul li:nth-child(3n){
	margin-right:0%;
}

.tp_btn ul li a{
    display: block;
    height: 110px;
    color: #000000;
    font-size: 24px;
    line-height: 120%;
    
    padding: 15px;
    box-sizing: border-box;
    
   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;
}

.tp_btn ul li a:hover{
color:#FFFFFF;

    background: #3b3b3b;
     opacity: .5; 
}



.tp_btn_01{
	width: 100%;
	height:110px !important;
	background:url("/online_renzansai2021/img/top/btn_01.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 20px auto;
}     
    
.tp_btn_02{
	width: 100%;
	height:110px !important;
	background:url("/online_renzansai2021/img/top/btn_02.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 20px auto;
}     

.tp_btn_03{
	width: 100%;
	height:110px !important;
	background:url("/online_renzansai2021/img/top/btn_03.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 20px auto;
}     




/* トップ　スライド画像 ---------------------------------------------- */


.responsive_slide{
        margin-bottom: 40px;

}


.responsive_slide_list_b{
	margin-right:8px;
}









/* トップ youtube ---------------------------------------------- */

.tp_yt_b{
    margin-bottom: 60px;
}

.tp_yt_b ul li{
    width: 32.4%;
    height: auto;
    float: left;
    margin-right: 1.4%;
    margin-bottom: 20px;
}

.tp_yt_b ul li:nth-child(3n){
	margin-right:0%;
}


.tp_yt_b ul li dl dt{
    margin-bottom: 8px;
}



.tp_yt_b ul li dl dd p{

    width: 100%;
    height: auto;
    padding: 6px 5px 5px 5px;
    box-sizing: border-box;
    background:#3765C4;
    text-align: center;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 120%;
    margin: 0 auto 7px auto;
}



.tp_yt_b ul li dl dd{
text-align: center;
font-size: 15px;
line-height: 120%;
}

.youtube_01 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube_01 iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  leftt: 0;
}



/* トップ タイトル ---------------------------------------------- */

.tp_ttl01{

    font-size: 24px;
    line-height: 140%;
    margin-bottom: 30px;
    text-align: center;
    }

.tp_ttl01 p{

    font-size: 20px;
    line-height: 140%;
    margin-bottom: 6px;
    }
    
    
    
.youtube_02_out{
max-width: 700px;
width: 100%;
height: auto;
margin: 0 auto;
}

.youtube_02 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube_02 iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  leftt: 0;
}


/* トップ　過去の鎌山祭---------------------------------------------- */


.tp_kako_bg{
    margin-bottom: 15px;
    background: url("/online_renzansai2021/img/top/kako.jpg") repeat;

}


.tp_kako{
}

.tp_kako ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;

}

.tp_kako ul li:nth-child(3n){
	margin-right:0%;
}

.tp_kako ul li dl{
height: 100%;
    position:relative;
}

.tp_kako ul li dl dt{


    z-index: 1;
}

.tp_kako ul li dl dd{
}


.tp_kako ul li dl dd a{
    display: block;    color:#FFFFFF;
    font-size: 46px;
    text-align: center;
    box-sizing:border-box;    
    width: 100%;
    height: 100%;
    background:url("/online_renzansai2021/img/top/kako/bg.png") repeat;

    position: absolute;
    z-index: 100;
    
    left: 0;
    top: 0;
  
    display: flex;
    flex-direction: column;
      justify-content: center;
     align-items: center;
     
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-style: normal;
    font-weight: 900;    

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;

}


.tp_kako ul li dl dd a:hover{    color:#FFFFFF;
    background: #3b3b3b;
     opacity: .7; 
}






/* トップ新着 ---------------------------------------------- */




.tp_news_in{
	width:100%;
	height:auto;
	margin-bottom:40px;
}

.tp_news_in dl dt{
	float:left;
	clear:both;
	color:#1b78af;
	font-size:16px;
	line-height:120%;
	max-width:100px;
}

.tp_news_in dl dd{
	padding-left:120px;
	font-size:16px;
	line-height:120%;	border-bottom:1px dotted #999999;
	padding-bottom:10px;
	margin-bottom:10px;
}

.tp_news_in dl dd a{
	color:#000;
	text-decoration:none;
}

.tp_news_in dl dd a:hover{
	color:#000;
	text-decoration:underline;
}





/* トップ 澳门赌场注册,澳门特区赌场 ---------------------------------------------- */

.tp_cmn_ctt_bg{
	width: 100%;
    height: auto;
	background:#9fe059;
}

tp_cmn_ctt{
}

.tp_cmn_ctt dl dt{

}


.tp_cmn_ctt dl dd{

}

.tp_cmn_ctt_dd01{
font-size: 48px;
line-height: 120%;
text-align: center;
margin-bottom: 35px;


}

.tp_cmn_ctt_dd01 p{
    text-align: center;
    margin-bottom: 5px;

}

.tp_cmn_ctt_dd02{
}

.tp_cmn_ctt_dd02 p{
    text-align: center;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 120%;
}





/* 施工例 ---------------------------------------------- */

.wks_tab{
    max-width: 400px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
}

.wks_tab ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.wks_tab ul li:last-child{
    margin-right: 0%;
}

.wks_tab ul li a{
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 100%;    color:#FFFFFF;
    background: #d0952f;
    padding: 10px;

    font-family: kozuka-gothic-pr6n, sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.wks_tab ul li a:hover{
    background: #83b580;
}

.wks_tab_on{
   background: #83b580  !important;
}


.wks01{

}

.wks01 ul li{
    width: 32%;
    height: auto;
    float:left;
    margin-right: 2%;
    margin-bottom: 30px;
}

.wks01 ul li:nth-child(3n){
	margin-right:0%;
}

.wks01_ttl{
    font-size: 18px;
    line-height: 110%;
    color: #0598a9efe;
    text-align: center;
    padding: 8px 5px;
}

.wks01_ttl_bg01{
    background: #83b580;
}

.wks01_ttl_bg02{
    background: #d0952f;
}

.wks01 dl dt{
    margin-bottom: 15px;
}

.wks01 dl dd{
    font-size: 16px;
    line-height: 130%;
}




/* タブ---------------------------------------------- */

.p_tab{
    margin-bottom: 40px;
}

.p_tab ul {
    text-align: center;
}

.p_tab ul li{
    display: inline-block;
    max-width: 200px;
    width: 100%;
    height: auto;
    margin-right: 10px;
}

.p_tab ul li a{
display: block;
    background: #a3acba;
    padding: 10px;
    box-sizing: border-box;    color:#FFFFFF;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.p_tab ul li:last-child{
    margin-right: 0px;
}

.p_tab ul li a:hover{
    background: #424d5d;
}



.p_tab01{
    margin-bottom: 40px;
}

.p_tab01 ul {
    text-align: center;
}

.p_tab01 ul li{
    width: 23.5%;
    height: auto;
    margin-right: 2%;
    float: left;
}

.p_tab01 ul li a{
display: block;
    background: #a3acba;
    padding: 10px;
    box-sizing: border-box;    color:#FFFFFF;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.p_tab01 ul li:last-child{
    margin-right: 0px;
}

.p_tab01 ul li a:hover{
    background: #424d5d;
}





.p_tab_on{
    background: #424d5d   !important;
}


/* 会社情報---------------------------------------------- */


.cpy_bg001{
    background: url("/online_renzansai2021/img/company/bg.png") repeat;
}

.cpy_msg{
margin-bottom: 60px;
text-align: center;
}

.cpy_msg dl dt{
    font-size: 50px;
    line-height: 160%;
    color: #2d567c;

	margin-bottom:15px;
	
	word-wrap:break-word;
	word-break:break-all;
    letter-spacing: -0.06em;
}

.cpy_msg dl dd{
    font-size: 22px;
    line-height: 140%;
    letter-spacing: -0.04em;

}




.cpy_b01{
    width: 100%;
    height: auto;
}

.cpy_b01_l{
max-width: 300px;
    width: 100%;
    height: auto;
    float: none;
    text-align: center;
    margin: 0 auto 30px auto;
}


.cpy_b01_r{

    width: 100%;
    height: auto;
    float: none;
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}


.cpy_b01_txt01{
font-size: 25px;
line-height: 140%;
margin-bottom: 20px;
    
}


.cpy_b01_txt01 span::before {
	content: "\A" ;
	white-space: pre ;
}


.cpy_b01_txt02{
font-size: 22px;
line-height: 140%;
}


.cpy_b01_txt02 span::before {
	content: "\A" ;
	white-space: pre ;
}

.cpy_b01_txt03{

}

.cpy_b01_txt03 ul li{
    list-style: disc;
    margin-left: 20px;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 10px;

}

.cpy_b01_txt03 ul li:last-child{
    margin-bottom: 0px;

}


.cpy_b01_txt04{
    margin-bottom: 40px;

}

.cpy_b01_txt04 ul li{
    list-style: disc;
    margin-left: 20px;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 10px;

}

.cpy_b01_txt04 ul li:last-child{
    margin-bottom: 0px;

}



.cpy_b01_txt05{
    max-width: 640px;
    width: 100%;
    margin: 0 auto;

}

.cpy_b01_txt05 ul li{
    list-style: disc;
    margin-left: 20px;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 10px;

}

.cpy_b01_txt05 ul li:last-child{
    margin-bottom: 0px;

}


.cpy_b02{
    max-width: 830px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.cpy_b02 ul li{
    width: 49%;
    height: auto;
    margin-right: 2%;
    float: left;
}

.cpy_b02 ul li:last-child{
    margin-right: 0%;
}


.cpy_b03{
    font-size: 35px;
    line-height: 140%;
    text-align: center;
}











.cpy_t01{
	width:100%;
	height:auto;
    margin-bottom: 60px;

}

.cpy_t01 table{
	width:100%;
	height:auto;
}

.cpy_t01 table th{
	border-collapse:collapse;
	font-size:16px;
	line-height:160%;

	border-bottom:1px dotted #999999;
	text-align:left;
	width:180px;
	padding:10px 0px;

}

.cpy_t01 table td{
	border-collapse:collapse;
	font-size:16px;	
	border-bottom:1px dotted #999999;
	text-align:left;
	padding:10px 0px;
}


.cpy_t01 ul {
    margin-top: 5px;
}

.cpy_t01 ul li{
	font-size:16px;
	line-height:130%;
	padding-left:22px;
	margin-bottom:7px;
    background:url("/online_renzansai2021/img/common/list001.png") left 8px no-repeat;
}


.cpy_t01 dl dd ul li:last-child{
	margin-bottom:0px;
}




.cpy_t02{
    max-width: 800px;
	width:100%;
	height:auto;
    margin: 0 auto 60px auto;
}

.cpy_t02 table{
	width:100%;
	height:auto;
}

.cpy_t02 table th{
	border-collapse:collapse;
	font-size:16px;
	line-height:160%;

	border-bottom:1px dotted #999999;
	text-align:left;
	width:380px;
	padding:10px 0px;

}

.cpy_t02 table td{
	border-collapse:collapse;
	font-size:16px;	
    border-bottom:1px dotted #999999;
	text-align:right;
	padding:10px 15px;

}


.cpy_t02 ul {
    margin-top: 5px;
}

.cpy_t02 ul li{
	font-size:16px;
	line-height:130%;
	padding-left:22px;
	margin-bottom:7px;
    background:url("/online_renzansai2021/img/common/list001.png") left 8px no-repeat;
}

.cpy_t02 dl dd ul li:last-child{
	margin-bottom:0px;
}






.cpy_map_txt{
    margin-bottom: 30px;
}

.cpy_map_txt dl dt{
    max-width: 170px;
    width: 100%;
    text-align: center;    color:#FFFFFF;
    background: #333333;
    font-size: 16px;
    line-height: 110%;
    padding: 4px 5px 6px 5px;
    box-sizing: border-box;
    margin-bottom: 10px;

}


.cpy_map_txt dl dd{
    font-size: 16px;
    line-height: 160%;
}

.cpy_map_txt dl dd a{
    color: #000000;
    text-decoration:nonen;
}

.cpy_map_txt dl dd a:hover{
    color: #000000;
    text-decoration:nonen;
}

.cpy_map{
margin-bottom: 50px;
}



.cpy_hsty{
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 20px;
}






/* 業務内容---------------------------------------------- */



.svs001{
    width: 100%;
    height: auto;
}

.svs001 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 50px;
}

.svs001 ul li:nth-child(2n){
	margin-right:0%;
}


.svs001 ul li dl dt{
    font-size: 28px;
    line-height: 120%;
    text-align:center;
    margin-bottom: 15px;    color:#FFFFFF;
}


.svs001 ul li dl dt span::before {
	content: "\A" ;
	white-space: pre ;
}




.svs001 ul li dl dd{
    font-size: 17px;
    line-height: 150%;    color:#FFFFFF;
}



.svs001_bg01{
	width: 100%;
	height:280px !important;
    padding: 35px;
    box-sizing: border-box;
    margin: 0 auto 20px auto;
    
	background:url("/online_renzansai2021/img/service/01_01.jpg") center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}


.svs001_bg02{
	width: 100%;
	height:280px !important;
    padding: 35px;
    box-sizing: border-box;
    margin: 0 auto 20px auto;
    
	background:url("/online_renzansai2021/img/service/01_02.jpg") center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}


.svs001_bg03{
	width: 100%;
	height:280px !important;
    padding: 35px;
    box-sizing: border-box;
    margin: 0 auto 20px auto;
    
	background:url("/online_renzansai2021/img/service/01_03.jpg") center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}


.svs001_bg04{
	width: 100%;
	height:280px !important;
    padding: 35px;
    box-sizing: border-box;
    margin: 0 auto 20px auto;
    
	background:url("/online_renzansai2021/img/service/01_04.jpg") center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}







/* 施工例---------------------------------------------- */


.p_wk{
    margin-bottom: 40px;
}

.p_wk ul {
    text-align: center;
}

.p_wk ul li{
    width: 32%;
    height: auto;
    margin-right: 2%;
    margin-bottom: 10px;
    float: left;
}

.p_wk ul li:nth-child(3n){
	margin-right:0%;
}


.p_wk ul li a{
display: block;
    background: #da7c7c;
    padding: 10px;
    box-sizing: border-box;    color:#FFFFFF;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.p_wk ul li:last-child{
    margin-right: 0px;
}

.p_wk ul li a:hover{
    background: #cc0000;
}


.p_wk_b01{
    max-width: 640px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
}

.p_wk_b01 ul li{
    width: 49%;
    height: auto;
    margin-right: 2%;
    margin-bottom: 30px;
    float: left;
}

.p_wk_b01 ul li:nth-child(2n){
	margin-right:0%;
}

.p_wk_b01 ul li dl dt{
margin-bottom: 10px;
}

.p_wk_b01 ul li dl dd{
font-size: 15px;
line-height: 120%;
text-align: center;
height: 30px;
}

.p_wk_b01 p{
font-size: 16px;
line-height: 160%;
margin-bottom: 20px;
}




.p_wk_t01{
	width:100%;
	height:auto;
    margin-bottom: 60px;

}

.p_wk_t01 table{
	width:100%;
	height:auto;
}

.p_wk_t01 table tr:nth-child(2n){
    background:#FCFCFC;
}


.p_wk_t01 table th{
	border-collapse:collapse;
	font-size:15px;
	line-height:150%;

	border:1px dotted #999999;
	text-align:left;
	width:350px;
	padding:10px 15px;
    box-sizing: border-box;


}

.p_wk_t01 table td{
width: 300px;

	border-collapse:collapse;
	font-size:15px;
	line-height:150%;
	border:1px dotted #999999;
	text-align:left;
	padding:10px 15px;
    box-sizing: border-box;
}









/* 採用情報 ---------------------------------------------- */


.rrt_msg{
	margin-bottom:80px;

}


.rrt_msg dl dt{
	font-size:26px;
	line-height:160%;
	margin-bottom:10px;
	color:#09F;
}


.rrt_msg dl dd{
	font-size:18px;
	line-height:160%;
}


.rrt_tbl{
	width:100%;
	height:auto;
	margin-bottom:80px;
}

.rrt_tbl table{
	width:100%;
	height:auto;
}

.rrt_tbl table th{
	border-collapse:collapse;
	font-size:16px;
	line-height:160%;	border-bottom:1px dotted #999999;
	text-align:left;
	width:200px;
	padding:10px 0px;

}


.rrt_tbl table td{
	border-collapse:collapse;
	font-size:16px;	border-bottom:1px dotted #999999;
	text-align:left;
	padding:10px 0px;
}




.rrt_tbl table td ul {
    margin-top: 5px;
}

.rrt_tbl table td ul li{
	font-size:16px;
	line-height:130%;
	padding-left:18px;
	margin-bottom:7px;
    background:url("/online_renzansai2021/img/common/list001.png") left 8px no-repeat;
}

.rrt_tbl table td ul li:last-child{
	margin-bottom:0px;
}










/* 澳门赌场注册,澳门特区赌场フォーム---------------------------------------------- */


.contact-t{
	font-size:18px;
	line-height:160%;
	margin-bottom:30px;	
}

.contact-t dl{
	margin-top:15px;
	margin-bottom:30px;
}

.contact-t dl dt{
	color:#F90;
	font-size:26px;
	text-align:center;
	line-height:120%;
	margin-bottom:10px;
}

.contact-t dl dd{
	
	font-size:18px;
	line-height:140%;
	margin-bottom:15px;
	text-align:center;	border-bottom:1px dotted #999999;
	padding-bottom:15px;
}

.contact-t dl dd:last-child{
	margin-bottom:0px;
}

.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 00px auto;
	text-align:center;
}



#contact-f{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

#contact-f th,td{
	padding:15px;
}

#contact-f th{
	font-size:16px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:28%;

	background:url(/online_renzansai2021/img/contact/bg.png) repeat;
}

#contact-f td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;

	background:url(/online_renzansai2021/img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}

#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:#0598a9;
	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(/online_renzansai2021/css/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: #0598a9;
    }
#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: 100px;
height: auto;
margin: 0 auto;
}

h1 img{
	width:100%;
	height:auto;
}









h2.h2_01{
	font-size:15px;
	line-height:120%;
    color: #0598a9;

	font-weight:normal;

	margin-bottom:25px;
    text-align: center;
    
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-style: normal;
	font-weight: 500;
}


h2.h2_01 p{
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 3px;
    color: #000000;
}

h2.h2_01 span{
    padding: 0 30px 8px 30px;
    display: inline-block;
    border-bottom: 6px solid #0598a9;
}


/* スライド ---------------------------------------------- */


.top_slide{
	width:100%;
	min-height:250px;
	z-index:5;

	 	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}






/* 各ページイメージ ---------------------------------------------- */




.main_top_img{
	width: 100%;
	height:260px !important;
	background:url("/online_renzansai2021/img/top/main.jpg") center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 10px auto;
}



.s_top_img{
	display:block; 
	text-align:center;
	margin:0 !important;
	padding:0 !important;

	  z-index:1; 
}

.s_top_img img{
	width:100%;
	height:auto !important;
	margin:0 !important;
	padding:0 !important;

	display:block;
	line-height:0 !important;
	vertical-align:bottom;
}


/* 共通バナー ---------------------------------------------- */

.contact_banner{
	margin-top:60px;	
}

.contact_banner img {
	width:100%;
	height:auto;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.contact_banner:hover img {
	opacity: .6;
}





/* ページ共通背景 ---------------------------------------------- */



.bg_main{
	width: 100% !important;
	height:auto;
	background:url(/online_renzansai2021/img/top/pg_cmn.png) center top  no-repeat ; 
    background-size:contain;                               /* 画像のサイズを指定    */

}






.button01_b{
	max-width:200px;
	width:100%;
	height:auto;
	margin:0 auto 0 auto;

	font-size:15px;
	line-height:100%;
	

}


.button01 {
	display: inline-block;
	max-width:200px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

	padding:7px 10px 7px 10px;
  
	background-color: #e9eb24;
	border: 2px solid #e9eb24;
	color: #0598a9;

	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */

}
.button01::before,
.button01::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button01,
.button01::before,
.button01::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button01:hover {
  background-color: #0598a9;
  border-color: #e9eb24;
  color: #e9eb24;
}








.button02_b{
	max-width:260px;
	width:100%;
	height:auto;
	margin:0 auto 0px auto;

	font-size:18px;
	line-height:120%;
}


.button02 {
	display: inline-block;
	max-width:260px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

	padding:7px 5px 7px 5px;
  
	background-color: #e9eb24;

	color: #0598a9;
	

	-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 */

}
.button02::before,
.button02::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button02,
.button02::before,
.button02::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button02:hover {
  background-color: #0598a9;
  border-color: #e9eb24;
  color: #e9eb24;
}





/* トップ　文言 ---------------------------------------------- */

.tp_abt{
    margin-bottom:40px;


}

.tp_abt_l{
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 30px;
    
    padding: 30px 0 0px 0;
}

.tp_abt_r{
    width: 100%;
    height: auto;
    float: none;
}


.tp_abt_r_in{
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
   

}


.tp_abt_txt001{

    margin-bottom: 30px;
}

.tp_abt_txt001 dl dt{
    font-size: 30px;
    line-height: 140%;
    letter-spacing: -0.04em;

    margin-bottom: 15px;
    color: #0598a9;
}


.tp_abt_txt001 dl dd{
    font-size: 16px;
    line-height: 160%;
    text-align: left;
    letter-spacing: -0.02em;

}




.tp_abt_txt002{
}

.tp_abt_txt002 dl dt{
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 10px;
    
    
}

.tp_abt_txt002 dl dt span{
line-height: 100%;
 background:linear-gradient(transparent 70%, #fbed55 0%);

}

.tp_abt_txt002 dl dd{
    font-size: 15px;
    line-height: 150%;
    text-align: left;
    margin-bottom: 30px;
    
    word-wrap: break-word;
    word-break: break-all;

}

.tp_abt_txt002 dl dd p{
    text-align: right;
    margin-top: 15px;

}






/* トップ　ボンタン ---------------------------------------------- */

.tp_btn{
margin-bottom: 40px;
}

.tp_btn ul li{
    width: 100%;
    height: auto;
    float: none;

    
    margin-right: 0%;
    
    margin-bottom: 15px;
   
	-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 */
}

.tp_btn ul li:nth-child(3n){
	margin-right:0%;
    margin-bottom: 0;
}

.tp_btn ul li a{
    display: block;
    height: 90px;
    color: #000000;
    font-size: 22px;
    line-height: 120%;
    padding: 15px;
    box-sizing: border-box;
    
   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;
}

.tp_btn ul li a:hover{
color:#FFFFFF;

    background: #3b3b3b;
     opacity: .5; 
}



.tp_btn_01{
	width: 100%;
	height:90px !important;
	background:url("/online_renzansai2021/img/top/btn_01.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 20px auto;
}     
    
.tp_btn_02{
	width: 100%;
	height:90px !important;
	background:url("/online_renzansai2021/img/top/btn_02.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 20px auto;
}     

.tp_btn_03{
	width: 100%;
	height:90px !important;
	background:url("/online_renzansai2021/img/top/btn_03.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 20px auto;
}     






/* トップ　スライド画像 ---------------------------------------------- */


.responsive_slide{
        margin-bottom: 30px;

}

.responsive_slide_list_b{
	margin-right:8px;
}




/* トップ youtube ---------------------------------------------- */

.tp_yt_b{
    margin-bottom: 40px;
}

.tp_yt_b ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}

.tp_yt_b ul li:nth-child(2n){
	margin-right:0%;
}


.tp_yt_b ul li:nth-child(3n){
	margin-right:2%;
}

.tp_yt_b ul li:nth-child(6n){
	margin-right:0%;
}

.tp_yt_b ul li dl dt{
    margin-bottom: 5px;
}


.tp_yt_b ul li dl dd p{
    max-width: 200px;
    width: 100%;
    height: auto;
    padding: 6px 5px;
    box-sizing: border-box;    
    background:#3765C4;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 120%;
    margin: 0 auto 7px auto;
}

.tp_yt_b ul li dl dd{
text-align: center;
font-size: 14px;
line-height: 120%;
}

.youtube_01 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube_01 iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  leftt: 0;
}




/* トップ タイトル ---------------------------------------------- */

.tp_ttl01{

    font-size: 18px;
    line-height: 140%;
    margin-bottom: 30px;
    text-align: center;
    }

.tp_ttl01 p{

    font-size: 17px;
    line-height: 140%;
    margin-bottom: 6px;
    }
    
    
    
.youtube_02_out{
max-width: 700px;
width: 100%;
height: auto;
margin: 0 auto;
}

.youtube_02 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube_02 iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  leftt: 0;
}


/* トップ　過去の鎌山祭---------------------------------------------- */


.tp_kako_bg{
    margin-bottom: 10px;
    background: url("/online_renzansai2021/img/top/kako.jpg") repeat;

}


.tp_kako{
}

.tp_kako ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;

}


.tp_kako ul li:nth-child(2n){
	margin-right:0%;
}

.tp_kako ul li:nth-child(3n){
	margin-right:2%;
}


.tp_kako ul li:nth-child(6n){
	margin-right:0%;
}



.tp_kako ul li dl{
height: 100%;
    position:relative;
}

.tp_kako ul li dl dt{


    z-index: 1;
}

.tp_kako ul li dl dd{
}


.tp_kako ul li dl dd a{
    display: block;    color:#FFFFFF;
    font-size: 36px;
    text-align: center;
    box-sizing:border-box;    
    width: 100%;
    height: 100%;
    background:url("/online_renzansai2021/img/top/kako/bg.png") repeat;

    position: absolute;
    z-index: 100;
    
    left: 0;
    top: 0;
  
    display: flex;
    flex-direction: column;
      justify-content: center;
     align-items: center;
     
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-style: normal;
    font-weight: 900;    

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;

}


.tp_kako ul li dl dd a:hover{
    color:#FFFFFF;
    background: #3b3b3b;
     opacity: .7; 
}







/* トップ新着 ---------------------------------------------- */




.tp_news_in{
	width:100%;
	height:auto;
	margin-bottom:30px;
}

.tp_news_in dl dt{
	float:none;
	clear:both;
	color:#1b78af;
	font-size:15px;
	line-height:120%;
	max-width:auto;
	margin-bottom:5px;
}

.tp_news_in dl dd{
	padding-left:0px;
	font-size:15px;
	line-height:120%;	border-bottom:1px dotted #999999;
	padding-bottom:10px;
	margin-bottom:10px;
}

.tp_news_in dl dd a{
	color:#000;
	text-decoration:none;
}

.tp_news_in dl dd a:hover{
	color:#000;
	text-decoration:underline;
}






/* トップ 澳门赌场注册,澳门特区赌场 ---------------------------------------------- */

.tp_cmn_ctt_bg{
	width: 100%;
    height: auto;
	background:#9fe059;
}



.tp_cmn_ctt{

}

.tp_cmn_ctt dl dt{
	font-size:32px;
	line-height:130%;    color:#FFFFFF;

	margin-bottom:15px;
    text-align: center;

    font-family: kozuka-gothic-pr6n, sans-serif;
    font-style: normal;
    font-weight: 500;
}


.tp_cmn_ctt dl dd{

}



.tp_cmn_ctt_dd01{
font-size: 26px;
line-height: 120%;
text-align: center;
margin-bottom: 5px; 
color:#FFFFFF;

}

.tp_cmn_ctt_dd01 p{
    text-align: center;
    margin-bottom: 1px;

}

.tp_cmn_ctt_dd01 img{
    width: 40px;
}

.tp_cmn_ctt_dd02{
}

.tp_cmn_ctt_dd02 p{
    text-align: center;
    margin-bottom: 1px;
    font-size: 40px;
    line-height: 120%;
}



.tp_cmn_ctt_dd02 img{
    width: 40px;
}





/* 施工例 ---------------------------------------------- */


.wks_tab{
    max-width: 300px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
}

.wks_tab ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.wks_tab ul li:last-child{
    margin-right: 0%;
}

.wks_tab ul li a{
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 100%;    color:#FFFFFF;
    background: #d0952f;
    padding: 8px;

    font-family: kozuka-gothic-pr6n, sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.wks_tab ul li a:hover{
    background: #83b580;
}

.wks_tab_on{
   background: #83b580  !important;
}



.wks01{

}

.wks01 ul li{
    width: 49%;
    height: auto;
    float:left;
    margin-right: 2%;
    margin-bottom: 30px;
}

.wks01 ul li:nth-child(2n){
	margin-right:0%;
}


.wks01 ul li:nth-child(3n){
	margin-right:0%;
}


.wks01 ul li:nth-child(3){
	margin-right:2%;
}


.wks01_ttl{
    font-size: 16px;
    line-height: 110%;
    color: #0598a9efe;
    text-align: center;
    padding: 5px 5px;
}

.wks01_ttl_bg01{
    background: #83b580;
}

.wks01_ttl_bg02{
    background: #d0952f;
}

.wks01 dl dt{
    margin-bottom: 10px;
}

.wks01 dl dd{
    font-size: 15px;
    line-height: 130%;
}





/* タブ---------------------------------------------- */

.p_tab{
    margin-bottom: 25px;
}

.p_tab ul {
    text-align: center;
}

.p_tab ul li{
    display: inline-block;
    max-width: 140px;
    width: 100%;
    height: auto;
    margin-right: 10px;
}

.p_tab ul li a{
display: block;
    background: #a3acba;
    padding: 10px;
    box-sizing: border-box;    color:#FFFFFF;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.p_tab ul li:last-child{
    margin-right: 0px;
}

.p_tab ul li a:hover{
    background: #424d5d;
}



.p_tab01{
    margin-bottom: 25px;
}

.p_tab01 ul {
    text-align: center;
}

.p_tab01 ul li{
    width: 23.5%;
    height: auto;
    margin-right: 2%;
    float: left;
}

.p_tab01 ul li a{
display: block;
    background: #a3acba;
    padding: 10px;
    box-sizing: border-box;    color:#FFFFFF;
    font-size: 14px;
    line-height: 120%;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.p_tab01 ul li:last-child{
    margin-right: 0px;
}

.p_tab01 ul li a:hover{
    background: #424d5d;
}




.p_tab_on{
    background: #424d5d   !important;
}


/* 会社情報---------------------------------------------- */


.cpy_bg001{
    background: url("/online_renzansai2021/img/company/bg.png") repeat;
}

.cpy_msg{
margin-bottom:30px;
text-align: center;
}

.cpy_msg dl dt{
    font-size: 30px;
    line-height: 160%;
    color: #2d567c;

	margin-bottom:8px;
	
	word-wrap:break-word;
	word-break:break-all;
    letter-spacing: -0.06em;
}

.cpy_msg dl dd{
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.04em;
    text-align: left;

}




.cpy_b01{
    width: 100%;
    height: auto;
}

.cpy_b01_l{
max-width: 240px;
    width: 100%;
    height: auto;
    float: none;
    text-align: center;
    margin: 0 auto 20px auto;
}


.cpy_b01_r{

    width: 100%;
    height: auto;
    float: none;
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}


.cpy_b01_txt01{
font-size: 20px;
line-height: 140%;
margin-bottom: 20px;
    
}


.cpy_b01_txt01 span::before {
	content: "\A" ;
	white-space: pre ;
}


.cpy_b01_txt02{
font-size: 16px;
line-height: 140%;
}


.cpy_b01_txt02 span::before {
	content: "\A" ;
	white-space: pre ;
}

.cpy_b01_txt03{

}

.cpy_b01_txt03 ul li{
    list-style: disc;
    margin-left: 20px;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 8px;

}

.cpy_b01_txt03 ul li:last-child{
    margin-bottom: 0px;

}


.cpy_b01_txt04{
    margin-bottom: 15px;

}

.cpy_b01_txt04 ul li{
    list-style: disc;
    margin-left: 20px;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 8px;

}

.cpy_b01_txt04 ul li:last-child{
    margin-bottom: 0px;

}



.cpy_b01_txt05{
    max-width: 640px;
    width: 100%;
    margin: 0 auto;

}

.cpy_b01_txt05 ul li{
    list-style: disc;
    margin-left: 20px;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 8px;

}

.cpy_b01_txt05 ul li:last-child{
    margin-bottom: 0px;

}


.cpy_b02{
    max-width: 830px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.cpy_b02 ul li{
max-width: 240px;
    width: 100%;
    height: auto;
    float: none;
    text-align: center;
    margin: 0 auto 20px auto;

    float: none;
}

.cpy_b02 ul li:last-child{
    margin: 0 auto 0 auto;
}


.cpy_b03{
    font-size: 22px;
    line-height: 140%;
    text-align: center;
    letter-spacing: -0.06em;
}











.cpy_t01{
	width:100%;
	height:auto;
    margin-bottom: 40px;

}

.cpy_t01 table{
	width:100%;
	height:auto;
}

.cpy_t01 table th{
display: block;
	border-collapse:collapse;
	font-size:15px;
	line-height:150%;
	border-bottom:none;
	text-align:left;
	width:auto;
	padding:8px 0px 0 0;
    color: #4C62B5;

}

.cpy_t01 table td{
display: block;
	border-collapse:collapse;
	font-size:15px;
	line-height:150%;
	border-bottom:1px dotted #999999;
	text-align:left;
	padding:8px 0px 8px 0px;
}


.cpy_t01 ul {
    margin-top: 5px;
}

.cpy_t01 ul li{
	font-size:16px;
	line-height:130%;
	padding-left:22px;
	margin-bottom:7px;
    background:url("/online_renzansai2021/img/common/list001.png") left 8px no-repeat;
}


.cpy_t01 dl dd ul li:last-child{
	margin-bottom:0px;
}



.cpy_t02{
    max-width: 800px;
	width:100%;
	height:auto;
    margin: 0 auto 40px auto;
}

.cpy_t02 table{
	width:100%;
	height:auto;
}

.cpy_t02 table th{
	border-collapse:collapse;
	font-size:15px;
	line-height:150%;

	border-bottom:1px dotted #999999;
	text-align:left;
	width:280px;
	padding:10px 0px;

}

.cpy_t02 table td{
	border-collapse:collapse;
	font-size:15px;
	line-height:150%;
    border-bottom:1px dotted #999999;
	text-align:right;
	padding:10px 15px;

}


.cpy_t02 ul {
    margin-top: 5px;
}

.cpy_t02 ul li{
	font-size:16px;
	line-height:130%;
	padding-left:22px;
	margin-bottom:7px;
    background:url("/online_renzansai2021/img/common/list001.png") left 8px no-repeat;
}

.cpy_t02 dl dd ul li:last-child{
	margin-bottom:0px;
}




.cpy_map_txt{
    margin-bottom: 30px;
}

.cpy_map_txt dl dt{
    max-width: 170px;
    width: 100%;
    text-align: center;    color:#FFFFFF;
    background: #333333;
    font-size: 15px;
    line-height: 110%;
    padding: 4px 5px 6px 5px;
    box-sizing: border-box;
    margin-bottom: 8px;

}


.cpy_map_txt dl dd{
    font-size: 15px;
    line-height: 150%;
}

.cpy_map_txt dl dd a{
    color: #000000;
    text-decoration:nonen;
}

.cpy_map_txt dl dd a:hover{
    color: #000000;
    text-decoration:nonen;
}

.cpy_map{
margin-bottom: 40px;
}



.cpy_hsty{
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 20px;
}






/* 業務内容---------------------------------------------- */



.svs001{
    width: 100%;
    height: auto;
}

.svs001 ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
    margin-bottom: 40px;
}

.svs001 ul li:nth-child(2n){
	margin-right:0%;
}


.svs001 ul li dl dt{
    font-size: 24px;
    line-height: 120%;
    text-align:center;
    margin-bottom: 15px;    color:#FFFFFF;
}


.svs001 ul li dl dt span::before {
	content: "\A" ;
	white-space: pre ;
}




.svs001 ul li dl dd{
    font-size: 16px;
    line-height: 150%;    color:#FFFFFF;
}



.svs001_bg01{
	width: 100%;
	height:200px !important;
    padding: 35px;
    box-sizing: border-box;
    margin: 0 auto 15px auto;
    
	background:url("/online_renzansai2021/img/service/01_01.jpg") center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}


.svs001_bg02{
	width: 100%;
	height:200px !important;
    padding: 35px;
    box-sizing: border-box;
    margin: 0 auto 15px auto;
    
	background:url("/online_renzansai2021/img/service/01_02.jpg") center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}


.svs001_bg03{
	width: 100%;
	height:200px !important;
    padding: 35px;
    box-sizing: border-box;
    margin: 0 auto 15px auto;
    
	background:url("/online_renzansai2021/img/service/01_03.jpg") center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}


.svs001_bg04{
	width: 100%;
	height:200px !important;
    padding: 35px;
    box-sizing: border-box;
    margin: 0 auto 15px auto;
    
	background:url("/online_renzansai2021/img/service/01_04.jpg") center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}








/* 施工例---------------------------------------------- */


.p_wk{
    margin-bottom: 20px;
}

.p_wk ul {
    text-align: center;
}

.p_wk ul li{
    width: 32.5%;
    height: auto;
    margin-right: 1.25%;
    margin-bottom: 5px;
    float: left;
}

.p_wk ul li:nth-child(3n){
	margin-right:0%;
}



.p_wk ul li a{
font-size: 13px;
line-height: 120%;
display: block;
    background: #da7c7c;
    padding: 5px;
    box-sizing: border-box;    color:#FFFFFF;
    letter-spacing: -0.07em;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.p_wk ul li:last-child{
    margin-right: 0px;
}

.p_wk ul li a:hover{
    background: #cc0000;
}


.p_wk_b01{
    max-width: 640px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
}

.p_wk_b01 ul li{
    width: 49%;
    height: auto;
    margin-right: 2%;
    margin-bottom: 20px;
    float: left;
}

.p_wk_b01 ul li:nth-child(2n){
	margin-right:0%;
}

.p_wk_b01 ul li dl dt{
margin-bottom: 6px;
}

.p_wk_b01 ul li dl dd{
font-size: 13px;
line-height: 120%;
text-align:left;
height: 30px;
letter-spacing: -0.06em;
}


.p_wk_b01 p{
font-size: 15px;
line-height: 150%;
margin-bottom: 15px;
}






.p_wk_t01{
	width:100%;
	height:auto;
    margin-bottom: 50px;

}

.p_wk_t01 table{
	width:100%;
	height:auto;
}

.p_wk_t01 table tr:nth-child(2n){
    background:#FCFCFC;
}


.p_wk_t01 table th{
	border-collapse:collapse;
	font-size:12px;
	line-height:130%;

	border:1px dotted #999999;
	text-align:left;
	width:250px;
	padding:10px 5px;
    box-sizing: border-box;


}

.p_wk_t01 table td{
width: 300px;

	border-collapse:collapse;
	font-size:14px;
	line-height:140%;
	border:1px dotted #999999;
	text-align:left;
	padding:10px 5px;
    box-sizing: border-box;
}








/* 採用情報 ---------------------------------------------- */


.rrt_msg{
	margin-bottom:50px;

}


.rrt_msg dl dt{
	font-size:20px;
	line-height:130%;
	margin-bottom:10px;
	color:#09F;
}


.rrt_msg dl dd{
	font-size:15px;
	line-height:140%;
}


.rrt_tbl{
	width:100%;
	height:auto;
	margin-bottom:80px;
}

.rrt_tbl table{
	width:100%;
	height:auto;
}

.rrt_tbl table th{
	display:block;
	border-collapse:collapse;
	font-size:15px;
	line-height:150%;

	border-bottom:none;
	text-align:left;
	width:100%;
	padding:10px 0px 0 0;
	
	font-weight:bold;

}

.rrt_tbl table td{
	display:block;
	width:100%;
	border-collapse:collapse;
	font-size:15px;	
    border-bottom:1px dotted #999999;
	text-align:left;
	padding:5px 0px 10px 0;
}




.rrt_tbl table td ul {
    margin-top: 5px;
}

.rrt_tbl table td ul li{
	font-size:15px;
	line-height:130%;
	padding-left:18px;
	margin-bottom:7px;
    background:url("/online_renzansai2021/img/common/list001.png") left 8px no-repeat;
}

.rrt_tbl table td ul li:last-child{
	margin-bottom:0px;
}




/* 澳门赌场注册,澳门特区赌场フォーム---------------------------------------------- */


.contact-t{
	font-size:18px;
	line-height:160%;
	margin-bottom:30px;	
}

.contact-t dl{
	margin-top:15px;
	margin-bottom:30px;
}

.contact-t dl dt{
	color:#F90;
	font-size:20px;
	text-align:left;
	line-height:120%;
	margin-bottom:10px;
}

.contact-t dl dd{
	
	font-size:16px;
	line-height:140%;
	margin-bottom:15px;
	text-align:left;	border-bottom:1px dotted #999999;
	padding-bottom:15px;
}
.contact-t dl dd:last-child{
	margin-bottom:0px;
}

.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 00px auto;
	text-align:center;
}





#contact-f{
	width:100%;
	height:auto;
	margin-bottom:40px;
}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}


#contact-f th{
	font-size:15px;
	border-collapse:collapse;

	border-bottom:none;
	text-align:left;
	font-weight:bold;
	color:#333;
	
	width:100%;
	display:block;
	padding:10px 10px 5px 10px;	
	box-sizing:border-box;
	background:url(/online_renzansai2021/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(/online_renzansai2021/img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:100%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	box-sizing:border-box;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;

}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}

#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:#0598a9;
	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(/online_renzansai2021/css/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: #0598a9;
    }
#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);
    }
}













}
