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


html {

    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    font-style: normal;

}

*:first-child + html body {

    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body{
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    font-style: normal;
	
	padding:0;
	margin:0;
	font-size:16px;

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

}

body a:focus{
	outline:none;
}




.bd_bg{

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



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


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

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


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

.slicknav_menu {
	display:none;
}

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

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

}

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

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


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

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

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

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




}

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

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

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


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

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



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

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

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

}	 

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




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



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


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

}

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

}

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

}

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

}

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

}


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

}


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

}



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

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



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


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

}





.container05{

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


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




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

}

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

}


/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}

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






#header {

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

 box-sizing: border-box;

    

}

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


.header_bg{
	width:100%;
	height:80px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
    background: #FFFFFF;

}

header{

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

	box-sizing:border-box;
}

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



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

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


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

nav ul{
	margin:0;
	padding:0;

}

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

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

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

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

}

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

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


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


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


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


footer{

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


}

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



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


    margin-bottom: 10px;


}

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


}

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

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


.f_cpy{
    text-align: center;
	font-size: 13px;
	box-sizing:border-box;
	line-height:120%;
    color: #999999;
}





}



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


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


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

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

}	

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



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


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



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

}

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

}

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

}


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

}


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

}

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

}



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


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


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


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


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




.container05{

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



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


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

}

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

}

/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}

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


.hdr_logo{
width: 200px;
height: auto;
position: absolute;
top: 20px;
left: 30px;
}



#header {

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

 box-sizing: border-box;


}

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


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


}

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




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





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


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



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


footer{


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


}

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



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

    margin-bottom: 10px;


}

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


}

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

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


.f_cpy{

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





}



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


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



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

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

}	



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



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


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


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

}

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

}



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


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

}

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

}

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

}


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

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


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



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


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


.container05{

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



.container05_01{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:30px 0 0 0 ;
}


.container06{
	max-width:1600px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:30px 0;

}

.container06_01{
	max-width:1600px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:30px 0 0 0;

}

/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}


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


.hdr_logo{
width: 180px;
height: auto;
position: absolute;
top: 15px;
left: 20px;
}



#header {

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

 box-sizing: border-box;

}

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


.header_bg{
	width:100%;
	height:50px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
    background: #FFFFFF;

}

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

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




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




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



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





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


footer{

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


}

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



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

    margin-bottom: 10px;


}

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


}

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

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


.f_cpy{

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




}




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


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

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


h1.h1_01{
    position: absolute;
    top: 22px;
    left: 50px;


}

h1.h1_01 a{
    text-decoration: none;
    color: #000;

    font-size: 23px;
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    font-style: normal;
    font-weight: 700;
}



h2.h2_01{
    display: block;
    font-size: 20px;
    line-height: 100%;

    font-family: "fot-udkakugoc80-pro", sans-serif;
    font-weight: 700;
    font-style: italic;

    text-align: center;

   margin: 0px auto 40px;
   
    color: #024ca8;

/*    background: linear-gradient(90deg, #4c3b92 0%, #eb3c4d 100%);
    background: -webkit-linear-gradient(-90deg, #4c3b92 0%, #eb3c4d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

h2.h2_01 p{
    font-size: 60px;
    line-height: 100%;
    padding-bottom: 20px;
    font-family: "urw-din", sans-serif;
    font-weight: 700;
    font-style: italic;
}

h2.h2_01.h2_mg30{
    margin-bottom: 30px;
}








h3.h3_01{
    font-size: 26px;
    line-height: 120%;
    padding-bottom: 8px;
    margin-bottom: 35px;
    color: #000000;
    
    border-bottom: 3px solid #394861;
    
    font-weight: 400;
}





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

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


.top_slide_out{
    padding: 0 30px;

}

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

	z-index:5;


    margin-top:80px;


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


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

box-sizing: border-box;

z-index: 6000;
}


.slide_txt_out p{
position: absolute;
top: 240px;
left: 80px;


font-size: 48px;
line-height: 140%;
color: #FFFFFF;
}


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

box-sizing: border-box;

z-index: 6000;

}


.slide_txt_out01 p{
position: absolute;
top: 150px;
left: 80px;


font-size: 48px;
line-height: 140%;
color: #FFFFFF;
}


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

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

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

box-sizing: border-box;

z-index: 6000;

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


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

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

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

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

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



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

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





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


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


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


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


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

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

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

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



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


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

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












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


.bg_main_tp{
    margin-top: 80px;
}


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


.button_l{
    margin: 0 !important;
}


.button01{
	width:320px;
	height:auto;
	text-align: center;
	text-decoration: none;
    
    margin: 0px auto 60px;
}

.button01 a{
	width:320px;
    height: 60px;
    font-size: 16px;
    line-height: 110%;
    color:#FFFFFF;
    padding-top: 1px;
    
    background: linear-gradient(to right, #4c3b92 0%, #eb3c4d 100%);

    box-sizing: border-box;

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

   font-family: "fot-udkakugoc70-pro", sans-serif;
   font-weight: 400;
   font-style: italic;

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


.button01 a:hover {
    opacity: 0.8;
}


.mrgn0{
    margin-bottom: 0px !important;
}




.cmt_txt001{

}


.cmt_txt001 p{

    display: block;

    max-width: 650px;
    width: 100%;
    height: auto;
    font-size: 20px;
    line-height: 200%;
    text-align: center;
    
    margin: 0 auto;
    
    border: 1px solid #CFCFCF;
    background: #FFFFFF;
    padding: 50px;
    box-sizing: border-box;
}


/* トップ　相談ください。------------------------------------------- */


.tp_gsd{
    text-align: center;
    margin: 0 auto 70px auto;    
}


.tp_gsd img{
    vertical-align: bottom;
    margin: 0;
}






/* トップ　相談ください。------------------------------------------- */


.tp_gsd{
    text-align: center;
}


.tp_gsd img{
    vertical-align: bottom;
    margin: 0;
}




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



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





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


.tp_news{
    margin-bottom: 80px;
}

.tp_news dl{
    margin-bottom: 40px;

}

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

color:#999999;

letter-spacing: 0.03em;

}

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


border-bottom: 1px dotted #999999;
}


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


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







.tp_news01{
    margin-bottom: 80px;
}


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

.tp_news01 ul li{
    width: 18.4%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
}

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



.tp_news01_img{
    text-align: center;
    margin: 0 auto 10px auto;
} 

.tp_news01 dl dt{
    font-size: 15px;
    line-height: 100%;

    color: #999999;
}

.tp_news01 dl dd{
    font-size: 15px;
    line-height: 140%;
}

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

.tp_news01 a:hover dl dd{
    color: #000000;
    text-decoration:underline;
}


.tp_news02{
    margin-bottom: 80px;
}

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


.tp_news02 dl dt{
    font-size: 16px;
    line-height: 140%;

    color: #999999;
    
    float: left;
    clear: both;
}

.tp_news02 dl dd{
    font-size: 16px;
    line-height: 140%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #999999;
    padding-left: 120px;
}

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

.tp_news02 dl dd a:hover{
    color: #000000;
    text-decoration:underline;
}






.news_ttl{
    font-size: 30px;
    line-height: 140%;
    border-bottom: 2px solid #ce445f;
    margin-bottom: 15px;
    padding-bottom: 10px;
  
    font-weight: 700;
}

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

    color: #999999;
}

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

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

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



.post_img03{
    margin-bottom:50px;
}

.post_img03 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 45px;

}

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


.post_img03 ul li p{
    font-size: 16px;
    line-height: 130%;
    margin-top: 15px;
}


.post_img03 ul li a{
    color: #000;
}




.txt-limit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 任意の行数を指定 */
}


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

.tpigt01{
    margin-bottom:50px;
}

.tpigt01 ul li{
    width: 23.5%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 25px;

}

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







.tpigt01 ul li dl dd{
    background: #000000;
}




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



.tpigt01 ul li dl dt{
    height: 70px;
    padding: 0 5px;
background: linear-gradient(120deg,rgba(2, 76, 168, 0.83) 0%, rgba(3, 62, 135, 1) 100%);
/*background: linear-gradient(129deg, rgba(66,133,236,1) 0%, rgba(11,186,251,1) 100%); */

    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF; 
 
    font-family: "urw-din", sans-serif;
    font-style: normal;
    font-weight: 700; 
    font-style: italic;    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tpigt01 ul li dl dt span{
    display: block;
    
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    

    font-family: "fot-udkakugoc80-pro", sans-serif;
    font-weight: 700;
    font-style: italic;
}





/* 共通SNS---------------------------------------------- */

.cmm_sns_list{
    margin-bottom: 80px;
}

.sns_list{
    width: 100%;
    text-align: center;
}

.sns_list ul li{
    display: inline-block;
}

.sns_list ul li a{
    transition: 0.3s;
}

.sns_list ul li a:hover{
    opacity: 0.8;
}

.sns_list ul li:first-child{
    margin-right: 40px;
}


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

.cmm_ctt_bg{
	height:300px !important;
	background:url("../img/common/contact.png") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 

}


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

.cmm_ctt dl{
text-align: center;
}


.cmm_ctt dl dt{
    width: 100%;
}

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

    font-family: "urw-din", sans-serif;
    font-style: normal;
    font-weight: 700; 
}

.cmm_ctt dl dd span{
    font-size: 30px;
}


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

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

.cmm_ctt_btn a{
    width: 100%;
    height:50px;

    margin: 0 auto;
    box-sizing: border-box;

    font-size: 18px;
    line-height: 100%;
    color: #FFFFFF; 

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

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

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

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

}


/* 大会案内-------------------------------------------- */

.t_s_list{
    width: 100%;
}

.t_s_list ul li{
    width: 100%;

    border-bottom: 1px dotted #999999;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.t_s_list ul a{
    transition: 0.3s;
}

.t_s_list ul a:hover{
    opacity: 0.8;
}

.t_s_date{
    font-size: 15px;
    line-height: 160%;
    
    color:#999999;
    
    letter-spacing: 0.03em;

}

.t_s_title{
    font-size: 18px;
    line-height: 160%;
    font-weight: 700;
    
    color:#000;

    border-bottom: 2px solid #ce445f;

    margin-bottom: 15px;
    
}

.t_s_title a{
    color:#000;
    text-decoration: none;
}

.t_s_title a:hover{
    color:#000;
    text-decoration:underline;
}





.t_s_ct{
    margin-bottom: 10px;
}

.t_s_ct ul{


}

.t_s_ct ul li{
    width: 130px;
    height: 24px;
    
    float: left;
    margin-right: 20px;
    margin-bottom: 0px;

    box-sizing: border-box;
    
    font-size: 15px;
    text-align: center;
    line-height: 100%;


    box-sizing: border-box;
}


.t_s_ct ul li a{
    display: block;
    width:100%;
    height: 24px;
    background: #FF0004;
    border: 1px solid #FF0004;
    color: #FFFFFF;
    text-align: center;
    box-sizing: border-box;
    padding-top: 2px;
}

.t_s_ct ul li a:hover{

    background:#A80407;
    border: 1px solid #A80407;
    color: #FFFFFF;

}




.t_s_ct_bg{
    display: block;
    width:100%;
    height: 24px;
    background:#FF8A0B;
    border: 1px solid #FF8A0B;
    color: #FFFFFF;
    text-align: center;
    box-sizing: border-box;
    padding-top: 2px;
}


.t_s_cont{
    font-size: 15px;
    line-height: 160%;
    
    color:#000;
}
    


/* 組織概要-------------------------------------------- */

.about_list{
    width: 100%;
}


.about_list ul li{
    width: 100%;

    border-bottom: 1px dotted #999999;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.about_list ul li dl dt{
    font-size: 18px;
    line-height: 160%;
    font-weight: 700;
    
    color:#000;

    border-bottom: 2px solid #ce445f;

    margin-bottom: 20px;
    
}

.about_list ul li dl dd{
    font-size: 15px;
    line-height: 160%;
    
    color:#000;
}
    






/* 年間事業計画--------------------------------------------- */

.project_tbl{
    width: 100%;
}

.project_tbl table{
    width: 100%;
}

.project_tbl table th{
    font-size: 18px;
    line-height: 160%;
    font-weight: 700;
    
    color:#000;

    border-bottom: 2px solid #ce445f;

    padding: 10px 0px;
}


.project_tbl table td{
    font-size: 15px;
    line-height: 160%;
    border-bottom: 1px dotted #999999;

    padding: 10px 0px;
}




.project_01{
    font-size: 16px;
    line-height: 190%;
    margin-bottom: 60px;

}

.project_02{
    margin-bottom: 40px;
}

.project_02 ul li{
    background: url("../img/common/list001.png") left 12px no-repeat;
    padding-left: 10px;
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 15px;
}

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


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

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


.project_03{
    margin-bottom: 40px;
}

.project_03 ul li{
    background: url("../img/common/list001.png") left 10px no-repeat;
    padding-left: 10px;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 15px;
}

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


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

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

/* 加盟校一覧--------------------------------------------- */


.ms01{
}

.ms01 ul li{
    border-bottom: 1px dotted #7A7A7A;
    padding-bottom: 10px;
    padding-top: 8px;
    padding-left: 15px;

}

.ms01 ul li:nth-child(even){
    background:rgba(54,59,152,0.10);
}

.ms01 dl dt{
    float: left;
    clear: both;
    
    font-size: 18px;
    line-height: 140%;
    width: 100px;
    
    color: #384596;
}


.ms01 dl dd{
    padding-left: 120px;

    font-size: 18px;
    line-height: 140%;
}


.ms01 dl dd a{
    color: #000000;
    text-decoration: underline;
}

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




/* 写真館--------------------------------------------- */



.heading02 {
	position: relative;
	font-size: 26px;
    line-height: 140%;
    padding-bottom: 10px;
	text-align: center;
	border-bottom: 5px solid #dddddd;
    
    max-width: 700px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
}

.heading02::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 5px;
	background-color: #387ccc;
}




.pg01{
    margin-bottom: 70px;

}

.pg01 ul li{
    width: 32%;
    height: auto;
    margin-right: 2%;
    margin-bottom: 20px;
    float: left;

}

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

.pg_lst{

}

.pg_lst ul li{
font-size: 16px;
line-height: 160%;
margin: 0 0 12px 0;
padding-bottom: 10px;


border-bottom: 1px dotted #999999;
}


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


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





/* ルール--------------------------------------------- */


.rr001{

    font-size: 16px;
    line-height: 180%;
    margin-bottom: 80px;
    
    word-break: break-all;
    word-wrap: break-word;
}






/* 大会会場--------------------------------------------- */


.tk01{
    margin-bottom: 80px;

}


.tk01 ul li{
    background: url("../img/common/list001.png") left 10px no-repeat;
    padding-left: 10px;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 15px;

}

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


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

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





/* オフィシャルパートナー--------------------------------------------- */

.op01{

}

.op01 ul li{
    border: 1px solid #EEEEEE;
    padding: 20px;
    background:#FFFFFF;
    box-sizing: border-box;
    
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
}

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

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

}

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

}



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

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



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



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




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

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



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


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


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




.sfy_txt02{
margin-bottom: 80px;
}


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

}

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

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

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



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

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

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

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

.sfy_txt02_t table th{


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


    vertical-align: text-top;

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

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

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




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


.rrt_msg{
    margin-bottom: 70px;
}

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

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

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






.rrt_b01{ 
    margin-bottom: 60px;
}

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

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


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

}

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

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

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

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


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

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

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

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




.rrt_b01_in01{

    margin-bottom: 70px;

}


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

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

.rrt_b01_in01 dl dt:first-letter{

}

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

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


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




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

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





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

}

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

}

.rrt01_tbl table th{
	width:130px;

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

    vertical-align: text-top;

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

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

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









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


.privacy{
}


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

    margin-bottom: 8px;

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 600;

}


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

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 400;
}














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



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


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


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

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


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


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

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

}

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

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

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

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

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

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


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


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

}

.with-form1{
	width:100%;
    height: 40px !important;
	margin-right:5px;
	padding:10px 20px 10px 20px;
	border:1px solid #CCC;
    box-sizing: border-box;

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

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



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

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


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

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

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


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

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

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




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

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

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






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

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




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





}


/* タブレット用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */



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


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

h1.h1_01{
    position: absolute;
    top: 12px;
    left: 30px;


}

h1.h1_01 a{
    text-decoration: none;
    color: #000;

    font-size: 22px;
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    font-style: normal;
    font-weight: 700;
}



h2.h2_01{
    display: block;
    font-size: 18px;
    line-height: 100%;

    font-family: "fot-udkakugoc80-pro", sans-serif;
    font-weight: 700;
    font-style: italic;

    text-align: center;
   margin: 0px auto 35px;

    color: #024ca8;

/*    background: linear-gradient(90deg, #4c3b92 0%, #eb3c4d 100%);
    background: -webkit-linear-gradient(-90deg, #4c3b92 0%, #eb3c4d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

h2.h2_01 p{
    font-size: 50px;
    line-height: 100%;

    font-family: "urw-din", sans-serif;
    font-weight: 700;
    font-style: italic;
    padding-bottom: 15px;
}

h2.h2_01.h2_mg30{
    margin-bottom: 15px;
}







h3.h3_01{
    font-size: 22px;
    line-height: 120%;
    padding-bottom: 8px;
    margin-bottom: 30px;
    color: #000000;
    
    border-bottom: 3px solid #394861;
    
    font-weight: 400;
}






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





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


.top_slide_out{
    padding: 0 20px;
}

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

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

}



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

box-sizing: border-box;

z-index: 6000;
}

.slide_txt_out p{
position: absolute;
top: 150px;
left: 90px;

font-size: 34px;
line-height: 140%;
color: #FFFFFF;

}



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

box-sizing: border-box;

z-index: 6000;
}

.slide_txt_out01 p{
position: absolute;
top: 100px;
left: 90px;


font-size: 34px;
line-height: 140%;
color: #FFFFFF;

}




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

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



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

box-sizing: border-box;

z-index: 6000;

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


.main_txt_out dl dt{


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

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

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

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


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

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

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


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


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

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


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



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

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

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


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


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

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


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



.bg_main_tp{
    margin-top: 60px;
}

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



.button_l{
    margin: 0 !important;
}


.button01{
	width:270px;
	height:auto;
	text-align: center;
	text-decoration: none;
    
    margin: 0px auto 50px;
}

.button01 a{
	width:270px;
    height: 50px;
    font-size: 15px;
    line-height: 110%;
    color:#FFFFFF;
    padding-top: 1px;
    
    background: linear-gradient(to right, #4c3b92 0%, #eb3c4d 100%);

    box-sizing: border-box;

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

   font-family: "fot-udkakugoc70-pro", sans-serif;
   font-weight: 400;
   font-style: italic;

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


.button01 a:hover {
    opacity: 0.8;
}


.mrgn0{
    margin-bottom: 0px !important;
}


.cmt_txt001{

}

.cmt_txt001 p{

    display: block;

    max-width: 650px;
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 200%;
    text-align: center;
    
    margin: 0 auto;
    
    border: 1px solid #CFCFCF;
    background: #FFFFFF;
    padding: 30px;
    box-sizing: border-box;
}





/* トップ　相談ください。------------------------------------------- */


.tp_gsd{
    max-width: 600px;
    width: 100%;
    margin: 0 auto 60px auto;
    text-align: center;
}


.tp_gsd img{
    vertical-align: bottom;
    margin: 0;
}





/* トップ　相談ください。------------------------------------------- */


.tp_gsd{
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}


.tp_gsd img{
    vertical-align: bottom;
    margin: 0;
}







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


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





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


.tp_news{
    margin-bottom: 70px;
}

.tp_news dl{
    margin-bottom: 30px;

}

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

color:#999999;

letter-spacing: 0.03em;

}

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


border-bottom: 1px dotted #999999;
}


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


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








.tp_news01{
    margin-bottom: 50px;
}

.tp_news01 ul{
    max-width: 680px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
}

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

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


.tp_news01_img{
    text-align: center;
    margin: 0 auto 15px auto;
} 

.tp_news01 dl dt{
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 3px;
    color: #999999;
}

.tp_news01 dl dd{
    font-size: 14px;
    line-height: 140%;
}

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

.tp_news01 a:hover dl dd{
    color: #000000;
    text-decoration:underline;
}



.tp_news02{
    margin-bottom: 50px;
}

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


.tp_news02 dl dt{
    font-size: 15px;
    line-height: 140%;

    color: #999999;
    
    float: left;
    clear: both;
}

.tp_news02 dl dd{
    font-size: 15px;
    line-height: 140%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #999999;
    padding-left: 110px;
}

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

.tp_news02 dl dd a:hover{
    color: #000000;
    text-decoration:underline;
}





.news_ttl{
    font-size: 22px;
    line-height: 140%;
    border-bottom: 2px solid #ce445f;
    margin-bottom: 15px;
    padding-bottom: 10px;
  
    font-weight: 700;
}

.news_day{
    font-size: 14px;
    line-height: 160%;

    color: #999999;
}

.news_post{
    font-size: 15px;
    line-height: 160%;
     margin-bottom: 25px;
}

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

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


.post_img03{
    margin-bottom:40px;
}

.post_img03 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 35px;

}

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

.post_img03 ul li p{
    font-size: 15px;
    line-height: 130%;
    margin-top: 10px;
}


.post_img03 ul li a{
    color: #000;
}



.txt-limit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 任意の行数を指定 */
}




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

.tpigt01{
    margin-bottom:40px;
}


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

}

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




.tpigt01 ul li dl dd{
    background: #000000;
}




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



.tpigt01 ul li dl dt{
    height: 60px;
    padding: 0 5px;
background: linear-gradient(120deg,rgba(2, 76, 168, 0.83) 0%, rgba(3, 62, 135, 1) 100%);
/*background: linear-gradient(129deg, rgba(66,133,236,1) 0%, rgba(11,186,251,1) 100%); */

    font-size: 15px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF; 
 
    font-family: "urw-din", sans-serif;
    font-style: normal;
    font-weight: 700; 
    font-style: italic;    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tpigt01 ul li dl dt span{
    display: block;
    
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    

    font-family: "fot-udkakugoc80-pro", sans-serif;
    font-weight: 700;
    font-style: italic;
}



















/* 共通SNS---------------------------------------------- */

.cmm_sns_list{
    margin-bottom: 70px;
}

.sns_list{
    width: 100%;
    text-align: center;
}

.sns_list ul li{
    display: inline-block;
}

.sns_list ul li a{
    transition: 0.3s;
}

.sns_list ul li a:hover{
    opacity: 0.8;
}

.sns_list ul li:first-child{
    margin-right: 32px;
}





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

.cmm_ctt_bg{
	height:250px !important;
	background:url("../img/common/contact.png") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 

}


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

.cmm_ctt dl{
text-align: center;
}


.cmm_ctt dl dt{
    width: 100%;
}

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

    font-family: "urw-din", sans-serif;
    font-style: normal;
    font-weight: 700; 
}

.cmm_ctt dl dd span{
    font-size: 24px;
}


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

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

.cmm_ctt_btn a{
    width: 100%;
    height:42px;

    margin: 0 auto;
    box-sizing: border-box;

    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF; 

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

    padding-bottom: 2px;

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

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

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

}



/* 大会案内-------------------------------------------- */

.t_s_list{
    width: 100%;
}

.t_s_list ul li{
    width: 100%;

    border-bottom: 1px dotted #999999;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.t_s_list ul a{
    transition: 0.3s;
}

.t_s_list ul a:hover{
    opacity: 0.8;
}

.t_s_date{
    font-size: 14px;
    line-height: 160%;
    
    color:#999999;
    
    letter-spacing: 0.03em;

}

.t_s_title{
    font-size: 16px;
    line-height: 160%;
    font-weight: 700;
    
    color:#000;

    border-bottom: 2px solid #ce445f;

    margin-bottom:15px;
    
}





.t_s_title a{
    color:#000;
    text-decoration: none;
}

.t_s_title a:hover{
    color:#000;
    text-decoration:underline;
}





.t_s_ct{
    margin-bottom: 10px;
}

.t_s_ct ul{


}

.t_s_ct ul li{
    width: 130px;
    height: 24px;
    
    float: left;
    margin-right:16px;
    margin-bottom: 0px;

    box-sizing: border-box;
    
    font-size: 14px;
    text-align: center;
    line-height: 100%;


    box-sizing: border-box;
}


.t_s_ct ul li a{
    display: block;
    width:100%;
    height: 24px;
    background: #FF0004;
    border: 1px solid #FF0004;
    color: #FFFFFF;
    text-align: center;
    box-sizing: border-box;
    padding-top: 2px;
}

.t_s_ct ul li a:hover{

    background:#A80407;
    border: 1px solid #A80407;
    color: #FFFFFF;

}




.t_s_ct_bg{
    display: block;
    width:100%;
    height: 24px;
    background:#FF8A0B;
    border: 1px solid #FF8A0B;
    color: #FFFFFF;
    text-align: center;
    box-sizing: border-box;
    padding-top: 2px;
}






.t_s_cont{
    font-size: 14px;
    line-height: 160%;
    
    color:#000;
}
    


    

/* 組織概要-------------------------------------------- */

.about_list{
    width: 100%;
}


.about_list ul li{
    width: 100%;

    border-bottom: 1px dotted #999999;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.about_list ul li dl dt{
    font-size: 16px;
    line-height: 160%;
    font-weight: 700;
    
    color:#000;

    border-bottom: 2px solid #ce445f;

    margin-bottom: 20px;
    
}

.about_list ul li dl dd{
    font-size: 14px;
    line-height: 160%;
    
    color:#000;
}





/* 年間事業計画--------------------------------------------- */


.project_tbl{
    width: 100%;
}

.project_tbl table{
    width: 100%;
}

.project_tbl table th{
    font-size: 16px;
    line-height: 160%;
    font-weight: 700;
    
    color:#000;

    border-bottom: 2px solid #ce445f;

    padding: 10px 0px;
}


.project_tbl table td{
    font-size: 14px;
    line-height: 160%;
    border-bottom: 1px dotted #999999;

    padding: 10px 0px;
}



.project_01{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 50px;

}

.project_02{
    margin-bottom: 35px;
}

.project_02 ul li{
    background: url("../img/common/list001.png") left 12px no-repeat;
    padding-left: 10px;
    font-size: 17px;
    line-height: 140%;
    margin-bottom: 15px;
}

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


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

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



.project_03{
    margin-bottom: 35px;
}

.project_03 ul li{
    background: url("../img/common/list001.png") left 10px no-repeat;
    padding-left: 10px;
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 15px;
}

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


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

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

/* 加盟校一覧--------------------------------------------- */


.ms01{
}

.ms01 ul li{
    border-bottom: 1px dotted #7A7A7A;
    padding-bottom: 10px;
    padding-top: 8px;
    padding-left: 15px;

}

.ms01 ul li:nth-child(even){
    background:rgba(54,59,152,0.10);
}

.ms01 dl dt{
    float: left;
    clear: both;
    
    font-size: 16px;
    line-height: 140%;
    width: 90px;
    
    color: #384596;
}


.ms01 dl dd{
    padding-left: 110px;

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


.ms01 dl dd a{
    color: #000000;
    text-decoration: underline;
}

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




/* 写真館--------------------------------------------- */



.heading02 {
	position: relative;
	font-size: 22px;
    line-height: 140%;
    padding-bottom: 10px;
	text-align: center;
	border-bottom: 5px solid #dddddd;
    
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
}

.heading02::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 5px;
	background-color: #387ccc;
}




.pg01{
    margin-bottom: 50px;

}

.pg01 ul li{
    width: 32%;
    height: auto;
    margin-right: 2%;
    margin-bottom: 12px;
    float: left;

}

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


.pg_lst{

}

.pg_lst ul li{
font-size: 15px;
line-height: 160%;
margin: 0 0 12px 0;
padding-bottom: 10px;


border-bottom: 1px dotted #999999;
}


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


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




/* ルール--------------------------------------------- */


.rr001{

    font-size: 15px;
    line-height: 170%;
    margin-bottom: 60px;
    
    word-break: break-all;
    word-wrap: break-word;
}




/* 大会会場--------------------------------------------- */


.tk01{
    margin-bottom: 50px;

}


.tk01 ul li{
    background: url("../img/common/list001.png") left 9px no-repeat;
    padding-left: 10px;
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 15px;

}

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


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

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




/* オフィシャルパートナー--------------------------------------------- */

.op01{

}

.op01 ul li{
    border: 1px solid #EEEEEE;
    padding: 15px;
    background:#FFFFFF;
    box-sizing: border-box;
    
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}

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

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

}

.op01 ul li dl dd {
    font-size: 15px;
    line-height: 140%;
    text-align: center;

}



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

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





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




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






.sfy_txt01{
    font-size: 25px;
    line-height: 140%;

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

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

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




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


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

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

}




.sfy_txt02{
margin-bottom: 60px;
}

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

}

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

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

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





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

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

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

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

.sfy_txt02_t table th{


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


    vertical-align: text-top;

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

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

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


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


.rrt_msg{
    margin-bottom: 60px;
}

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

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

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



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

.rrt_box01_in{
    max-width: 270px;
    width: 100%;
    height: 300px;
    background: #443d4a;
    padding: 10px;
    box-sizing: border-box;

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

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

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

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

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

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

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

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



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

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



.rrt_box02{
    margin-bottom: 60px;
}

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

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


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

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

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


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


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














.rrt_b01{ 
    margin-bottom: 60px;
}

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

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


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

}

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

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

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

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


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

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

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

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




.rrt_b01_in01{
    margin-bottom: 60px;


}


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

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

.rrt_b01_in01 dl dt:first-letter{

}

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

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


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




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

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






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

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

}

.rrt01_tbl table th{
	width:120px;

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

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

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







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


.privacy{
}


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

    margin-bottom: 8px;

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 600;
}


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

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 400;
}





















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



.contact-txt{
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 60px;
}



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


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

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


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

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

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

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

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

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



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

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

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

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

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

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

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

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


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

}

.with-form1{
	width:100%;
    height: 35px !important;    
	margin-right:5px;
	padding:10px;
	border:1px solid #CCC;
    box-sizing: border-box;

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

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



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

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

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

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

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


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


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

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




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

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

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






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

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




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



}



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

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


h1.h1_01{
    position: absolute;
    top: 8px;
    left: 20px;


}

h1.h1_01 a{
    text-decoration: none;
    color: #000;

    font-size: 18px;
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    font-style: normal;
    font-weight: 700;
}



h2.h2_01{
    display: block;
    font-size: 16px;
    line-height: 100%;

    font-family: "fot-udkakugoc80-pro", sans-serif;
    font-weight: 700;
    font-style: italic;

    text-align: center;
   margin: 0px auto 30px;

    color: #024ca8;

/*    background: linear-gradient(90deg, #4c3b92 0%, #eb3c4d 100%);
    background: -webkit-linear-gradient(-90deg, #4c3b92 0%, #eb3c4d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

h2.h2_01 p{
    font-size: 42px;
    line-height: 100%;
    padding-bottom: 10px;
    font-family: "urw-din", sans-serif;
    font-weight: 700;
    font-style: italic;
}

h2.h2_01.h2_mg30{
    margin-bottom: 10px;
}








h3.h3_01{
    font-size: 18px;
    line-height: 120%;
    padding-bottom:5px;
    margin-bottom: 26px;
    color: #000000;
    
    border-bottom: 3px solid #394861;
    
    font-weight: 400;
}



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






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


.top_slide_out{
    padding: 0 15px;
}


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

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

}


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

box-sizing: border-box;

z-index: 6000;
}

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


font-size: 20px;
line-height: 140%;
color: #FFFFFF;
}




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

box-sizing: border-box;

z-index: 6000;
}

.slide_txt_out01 p{
position: absolute;
top: 85px;
left: 30px;


font-size: 20px;
line-height: 140%;
color: #FFFFFF;
}






/* 各ページイメージ ---------------------------------------------- */
.tp_main_img{
	width: 100%;
	height:250px !important;
	background:url("../img/top/main.jpg") center top no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     margin: 50px auto 0px;
}




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

box-sizing: border-box;

z-index: 6000;

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


.main_txt_out dl dt{


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

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

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

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


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


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

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

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

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

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


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




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

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

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



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


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

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





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

.contact_banner{
	margin-top:60px;	
}

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





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



.bg_main_tp{
    margin-top: 50px;
}

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


.button_l{
    margin: 0 !important;
}

.button01{
	width:200px;
	height:auto;
	text-align: center;
	text-decoration: none;
    
    margin: 0px auto 40px;
}

.button01 a{
	width:200px;
    height: 40px;
    font-size: 14px;
    line-height: 110%;
    color:#FFFFFF;
    padding-top: 1px;
    
    background: linear-gradient(to right, #4c3b92 0%, #eb3c4d 100%);

    box-sizing: border-box;

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

   font-family: "fot-udkakugoc70-pro", sans-serif;
   font-weight: 400;
   font-style: italic;

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


.button01 a:hover {
    opacity: 0.8;
}


.mrgn0{
    margin-bottom: 0px !important;
}


.cmt_txt001{

}

.cmt_txt001 p{

    display: block;

    max-width: 650px;
    width: 100%;
    height: auto;
    font-size: 15px;
    line-height: 200%;
    text-align: center;
    
    margin: 0 auto;
    
    border: 1px solid #CFCFCF;
    background: #FFFFFF;
    padding: 30px;
    box-sizing: border-box;
}



/* トップ　相談ください。------------------------------------------- */


.tp_gsd{
    text-align: center;
    margin: 0 auto 50px auto;    
}


.tp_gsd img{
    vertical-align: bottom;
    margin: 0;
}





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



.tp_msg{
    font-size: 17px;
    line-height: 150%;
    margin-bottom: 25px;
    font-weight: 700;
    text-align: center;
}
.tp_msg span::before {
	content: "\A" ;
	white-space: pre ;
}





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


.tp_news{
    margin-bottom: 60px;
}

.tp_news dl{
    margin-bottom: 20px;

}

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

color:#999999;

letter-spacing: 0.03em;

}

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


border-bottom: 1px dotted #999999;
}


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


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






.tp_news01{
    margin-bottom: 40px;
}

.tp_news01 ul{
    max-width: 460px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
}

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


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

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

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



.tp_news01_img{
    text-align: center;
    margin: 0 auto 10px auto;
} 

.tp_news01 dl dt{
    font-size: 13px;
    line-height: 100%;
    margin-bottom: 3px;
    color: #999999;
}

.tp_news01 dl dd{
    font-size: 13px;
    line-height: 140%;
}

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

.tp_news01 a:hover dl dd{
    color: #000000;
    text-decoration:underline;
}




.tp_news02{
    margin-bottom: 40px;
}

.tp_news02 dl{
    margin-bottom: 20px;
}


.tp_news02 dl dt{
    font-size: 14px;
    line-height: 140%;

    color: #999999;
    
    float: left;
    clear: both;
}

.tp_news02 dl dd{
    font-size: 14px;
    line-height: 140%;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px dotted #999999;
    padding-left: 90px;
}

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

.tp_news02 dl dd a:hover{
    color: #000000;
    text-decoration:underline;
}






.news_ttl{
    font-size: 18px;
    line-height: 140%;
    border-bottom: 2px solid #ce445f;
    margin-bottom: 10px;
    padding-bottom: 8px;
  
    font-weight: 700;
}

.news_day{
    font-size: 13px;
    line-height: 160%;

    color: #999999;
}

.news_post{
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 20px;    
}

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

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



.post_img03{
    margin-bottom:30px;
}

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


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

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

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




.post_img03 ul li p{
    font-size: 14px;
    line-height: 130%;
    margin-top: 7px;
}

.post_img03 ul li a{
    color: #000;
}


.txt-limit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 任意の行数を指定 */
}








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

.tpigt01{
    margin-bottom: 20px;
}


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

}

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


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

.tpigt01 ul li:nth-child(4){
    margin-left: 0%;

}


.tpigt01 ul li:nth-child(5){
    margin-left: 25.5%;

    margin-bottom: 0px;
}



.tpigt01 ul li dl dd{
    background: #000000;
}




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



.tpigt01 ul li dl dt{
    height: 55px;
    padding: 0 5px;
background: linear-gradient(120deg,rgba(2, 76, 168, 0.83) 0%, rgba(3, 62, 135, 1) 100%);
/*background: linear-gradient(129deg, rgba(66,133,236,1) 0%, rgba(11,186,251,1) 100%); */

    font-size: 13px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF; 
 
    font-family: "urw-din", sans-serif;
    font-style: normal;
    font-weight: 700; 
    font-style: italic;    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tpigt01 ul li dl dt span{
    display: block;
    
    font-size: 15px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    

    font-family: "fot-udkakugoc80-pro", sans-serif;
    font-weight: 700;
    font-style: italic;
}















/* 共通SNS---------------------------------------------- */

.cmm_sns_list{
    margin-bottom: 60px;
}

.sns_list{
    width: 100%;
    text-align: center;
}

.sns_list ul li{
    display: inline-block;
}

.sns_list ul li a{
    transition: 0.3s;
}

.sns_list ul li a:hover{
    opacity: 0.8;
}

.sns_list ul li:first-child{
    margin-right: 24px;
}




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

.cmm_ctt_bg{
	height:180px !important;
	background:url("../img/common/contact.png") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 

}


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

.cmm_ctt dl{
text-align: center;
}


.cmm_ctt dl dt{
    width: 100%;
}

.cmm_ctt dl dd{
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 10px;
    color:#000;    

    font-family: "urw-din", sans-serif;
    font-style: normal;
    font-weight: 700; 
}

.cmm_ctt dl dd span{
    font-size: 18px;
}


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

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

.cmm_ctt_btn a{
    width: 100%;
    height:36px;

    margin: 0 auto;
    box-sizing: border-box;

    font-size: 15px;
    line-height: 100%;
    color: #FFFFFF; 

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

    padding-bottom: 2px;

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

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

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

}


/* 大会案内-------------------------------------------- */

.t_s_list{
    width: 100%;
}

.t_s_list ul li{
    width: 100%;

    border-bottom: 1px dotted #999999;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.t_s_list ul a{
    transition: 0.3s;
}

.t_s_list ul a:hover{
    opacity: 0.8;
}

.t_s_date{
    font-size: 13px;
    line-height: 160%;
    
    color:#999999;
    
    letter-spacing: 0.03em;

}

.t_s_title{
    font-size: 15px;
    line-height: 140%;
    font-weight: 700;
    
    color:#000;

    border-bottom: 2px solid #ce445f;

    margin-bottom: 12px;
    padding-bottom:5px;
    
}






.t_s_title a{
    color:#000;
    text-decoration: none;
}

.t_s_title a:hover{
    color:#000;
    text-decoration:underline;
}





.t_s_ct{
    margin-bottom: 10px;
}

.t_s_ct ul{


}

.t_s_ct ul li{
    width: 110px;
    height: 20px;
    
    float: left;
    margin-right:14px;
    margin-bottom: 0px;

    box-sizing: border-box;
    
    font-size: 13px;
    text-align: center;
    line-height: 100%;


    box-sizing: border-box;
}


.t_s_ct ul li a{
    display: block;
    width:100%;
    height: 20px;
    background: #FF0004;
    border: 1px solid #FF0004;
    color: #FFFFFF;
    text-align: center;
    box-sizing: border-box;
    padding-top: 2px;
}

.t_s_ct ul li a:hover{

    background:#A80407;
    border: 1px solid #A80407;
    color: #FFFFFF;

}




.t_s_ct_bg{
    display: block;
    width:100%;
    height: 20px;
    background:#FF8A0B;
    border: 1px solid #FF8A0B;
    color: #FFFFFF;
    text-align: center;
    box-sizing: border-box;
    padding-top: 2px;
}












.t_s_cont{
    font-size: 13px;
    line-height: 160%;
    
    color:#000;
}


/* 組織概要-------------------------------------------- */


.about_list{
    width: 100%;
}


.about_list ul li{
    width: 100%;

    border-bottom: 1px dotted #999999;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.about_list ul li dl dt{
    font-size: 15px;
    line-height: 160%;
    font-weight: 700;
    
    color:#000;

    border-bottom: 2px solid #ce445f;

    margin-bottom: 15px;
    
}

.about_list ul li dl dd{
    font-size: 13px;
    line-height: 160%;
    
    color:#000;
}




/* 年間事業計画--------------------------------------------- */

.project_tbl{
    width: 100%;

    overflow-x: scroll;
}

.project_tbl table{
    width: 100%;
    min-width: 650px;
    margin-bottom: 10px;
}

.project_tbl table th{
    font-size: 15px;
    line-height: 160%;
    font-weight: 700;
    
    color:#000;

    border-bottom: 2px solid #ce445f;

    padding: 8px 3px;
}


.project_tbl table td{
    font-size: 13px;
    line-height: 160%;
    border-bottom: 1px dotted #999999;

    padding: 8px 3px;
}



.project_01{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 40px;

}

.project_02{
    margin-bottom: 30px;
}

.project_02 ul li{
    background: url("../img/common/list001.png") left 11px no-repeat;
    padding-left: 10px;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 13px;
}

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


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

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



.project_03{
    margin-bottom: 35px;
}

.project_03 ul li{
    background: url("../img/common/list001.png") left 10px no-repeat;
    padding-left: 10px;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 12px;
}

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


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

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







/* 加盟校一覧--------------------------------------------- */


.ms01{
}

.ms01 ul li{
    border-bottom: 1px dotted #7A7A7A;
    padding-bottom: 8px;
    padding-top: 5px;
    padding-left: 10px;

}

.ms01 ul li:nth-child(even){
    background:rgba(54,59,152,0.10);
}

.ms01 dl dt{
    float: left;
    clear: both;
    
    font-size: 14px;
    line-height: 140%;
    width: 70px;
    
    color: #384596;
}


.ms01 dl dd{
    padding-left: 90px;

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


.ms01 dl dd a{
    color: #000000;
    text-decoration: underline;
}

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





/* 写真館--------------------------------------------- */



.heading02 {
	position: relative;
	font-size: 16px;
    line-height: 140%;
    padding-bottom: 10px;
	text-align: center;
	border-bottom: 4px solid #dddddd;
    
    max-width: 400px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
}

.heading02::after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 4px;
	background-color: #387ccc;
}




.pg01{
    margin-bottom: 50px;

}

.pg01 ul li{
    width: 49%;
    height: auto;
    margin-right: 2%;
    margin-bottom: 8px;
    float: left;

}


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

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

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


.pg_lst{

}

.pg_lst ul li{
font-size: 14px;
line-height: 150%;
margin: 0 0 12px 0;
padding-bottom: 10px;


border-bottom: 1px dotted #999999;
}


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


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



/* ルール--------------------------------------------- */


.rr001{

    font-size: 14px;
    line-height: 150%;
    margin-bottom: 50px;
    
    word-break: break-all;
    word-wrap: break-word;
}





/* 大会会場--------------------------------------------- */


.tk01{
    margin-bottom: 40px;

}


.tk01 ul li{
    background: url("../img/common/list001.png") left 8px no-repeat;
    padding-left: 8px;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 12px;

}

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


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

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





/* オフィシャルパートナー--------------------------------------------- */

.op01{

}

.op01 ul li{
    border: 1px solid #EEEEEE;
    padding: 10px;
    background:#FFFFFF;
    box-sizing: border-box;
    
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 8px;
}


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


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



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


.op01 ul li dl dt{
    text-align: center;
    margin-bottom: 10px;

}

.op01 ul li dl dd {
    font-size: 14px;
    line-height: 140%;
    text-align: center;

}



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

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


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


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



.sfy_txt01{
    font-size: 20px;
    line-height: 140%;

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

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

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



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


.sfy_txt01 dl dt span::before {
	content: "" ;
	white-space:normal;
}

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

}



.sfy_txt02{
margin-bottom: 50px;
}


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

}

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

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

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






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

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

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

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

.sfy_txt02_t table th{


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


    vertical-align: text-top;

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

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

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



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



.rrt_msg{
    margin-bottom: 50px;
}

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

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



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

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







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

.rrt_box01_in{
    max-width: 165px;
    width: 100%;
    height: 250px;
    background: #443d4a;
    padding: 5px;
    box-sizing: border-box;

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

.rrt_box01_in dl dt{
    font-size: 20px;
    line-height: 140%;
    color:#FFFFFF;
    margin-bottom: 5px;

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

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

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

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

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

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



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

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




.rrt_box02{
    margin-bottom: 50px;
}

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

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


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

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

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


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


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















.rrt_b01{ 
    margin-bottom: 50px;
}

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

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


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

}

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

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

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

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


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

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

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

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





.rrt_b01_in01{
    margin-bottom: 50px;


}


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

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

.rrt_b01_in01 dl dt:first-letter{

}

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

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


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





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

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





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

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

}

.rrt01_tbl table th{
display: block;
	width:auto;

	padding:8px 0px 4px 0px;	
	box-sizing:border-box;
    
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;
    color: #e63f3d;
    vertical-align: text-top;
    letter-spacing: 0.1em;
    
	text-align:left;
    border-bottom:none;
}

.rrt01_tbl table td{
display: block;
	width:auto;
	padding:0px 0px 8px 0px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;
    letter-spacing: 0.1em;
    
	text-align:left;
    border-bottom: 1px dotted #d0d0d0;
}



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


.privacy{
}


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

    margin-bottom: 5px;

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 600;
}


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

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 400;
}













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


.contact-txt{
	font-size:15px;
	line-height:150%;
    margin-bottom: 50px;
}





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


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

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


.contact-t{
	font-size:15px;
	line-height:150%;
	margin-bottom:40px;	
}

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

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

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

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





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

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


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

	border-bottom:none;
	text-align:left;
	font-weight:bold;
	color:#333;
	
	width:100%;
	display:block;
	padding:10px 10px 5px 10px;	
	box-sizing:border-box;
	background:url(../img/contact/bg.png) repeat;

}

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

	width:100%;
	display:block;
	padding:0px 10px 10px 10px;
	box-sizing:border-box;
	background:url(../img/contact/bg.png) repeat;
}


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

}

.with-form1{
	width:100%;
    height: 35px !important;
	margin-right:5px;
	padding:6px;
	border:1px solid #CCC;
    box-sizing: border-box;

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

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

}



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

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


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

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

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


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

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

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




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

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

}

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







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

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




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













}
