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


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

}

*:first-child + html body {

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

body{
font-family: ryo-gothic-plusn, sans-serif;
font-style: normal;
font-weight: 400;
	
	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;
}


body a{
    color: #4175D0;
    text-decoration: underline;


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



body a:hover{
    color: #4175D0;
    text-decoration:none;


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





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

    margin-top: -250px;

    }



    
    

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



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

}


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

}

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

}





.container02{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:80px 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;
    background: #FFFFFF;
}

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


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

header{
	width:100%;
	height:75px;

	box-sizing:border-box;
}



.h_btn{
	max-width:90px;
	width:100%;
	height:auto;
	position:absolute;
	
	top: 20px;
	right:20px;
}

.h_btn ul li{
width: 48.5%;
height: auto;
margin-right: 3%;
float: left;
}

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

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

.h_btn_sns{
	display: none;
}



.sub_mu{
    position: absolute;
    top: 45px;
    right: 150px;
}

.sub_mu ul li{
    font-size: 14px;
    line-height: 120%;
    margin-right: 25px;
    float: left;
}

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

.sub_mu ul li a{
    color: #000000;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}

.sub_mu ul li a:hover{
    color: #084e94;
    text-decoration: none;
}


/*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,
#section15,
#section16,
#section17{
    margin-top:-100px;
    padding-top:100px;

    z-index: -1;
}


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


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


footer{
    background: #1d1d1d;


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


}



.f_skl_bnr{
    margin-bottom: 40px
}

.f_skl_bnr ul li{
    width: 23.5%;
    height: 80px;
    margin-right: 2%;
    float: left;
    text-align: center;
    
    background:#FFFFFF;

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

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

.f_skl_bnr ul li a{
    display: block;
      height: 80px;
      padding: 0 10px;
      box-sizing: border-box;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
   
	-webkit-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 */       
}


.f_skl_bnr ul li{


  transition: 0.5s;
}

.f_skl_bnr ul li:hover{
    filter: brightness(80%);
}


.f_nav{

}

.f_nav ul li{
    width: 13%;
    height: auto;
    margin-right: 1.5%;
    float: left;
}

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


.f_nav ul li dl dt{
    font-size: 13px;
    line-height: 100%;
    padding-bottom: 9px;
    margin-bottom: 14px;
    border-bottom: 1px dotted #FFFFFF;
    color: #FFFFFF;
    text-align: center;

}


.f_nav ul li dl dt a{
    color: #FFFFFF;
    display: block;
    width: 100%;
    height: 100%;

}

.f_nav ul li dl dta:hover{
    color: #12b8c2
}




.f_nav ul li dl dt p{
    text-align: center;
    margin-bottom: 10px;
}

.f_nav ul li dl dd ul li{
    width: auto;
    height: auto;
    margin-right: 0;
    float: none;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 120%;
}


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


.f_nav ul li dl dd ul li a{
    color: #FFFFFF;
}

.f_nav ul li dl dd ul li a:hover{
    color: #12b8c2
}





.footer_nav_out{
    background: #FFFFFF;
    padding: 0 50px;

}

.footer_nav_in{
    padding: 15px 0;
}

.footer_nav{
margin-bottom: 10px;

}

.footer_nav ul li {
    font-size: 13px;
    line-height: 120%;
    margin-right: 10px;
    padding-right: 10px;
    background: url("/img/common/footer_menu_border.jpg") right no-repeat;
    float: left;
}

.footer_nav ul li:last-child{
    background: none;
    margin-right: 0px;
    padding-right: 0px;
}


.footer_nav ul li a{
    color: #1d1d1d;

}

.footer_nav ul li a:hover{
    color: #0053a6;
}


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





}



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


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


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

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

}	

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



.container01_bg_mt{
    margin-top: -200px;
    }
    



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

}


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

}


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

}



.container02{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 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:60px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
    background: #FFFFFF;
 


}

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

	box-sizing:border-box;
}


.h_btn{
	max-width:80px;
	width:100%;
	height:auto;
	position:absolute;
	
	top: 13px;
	right:76px;
}

.h_btn ul li{
    width: 45%;
    height: auto;
    margin-right: 10%;
    float: left;
}

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

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


.h_btn_sns{
	max-width:80px;
	width:100%;
	height:auto;
	position:absolute;
	
	top: 13px;
	right:164px;
}

.h_btn_sns ul li{
    width: 45%;
    height: auto;
    margin-right: 10%;
    float: left;
}

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

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

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











.sub_mu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   z-index: 6000;
   margin: 0;
}

.sub_mu ul li{
    width: 20%;

    font-size: 14px;
    line-height: 120%;
    margin-right:0;
    float: left;
}

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

.sub_mu ul li a{
    height: 55px;
    display: block;
    text-align: center;
    color:#FFFFFF;

    padding: 0 5px;
    
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;  

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

.sub_mu ul li a:hover{
    color:#FFFFFF;
    text-decoration: none;
}



.sub_mu ul li p{
    padding-top: 23px

}  

.sub_mu_img01{
    background: url("/img/common/sub_mu_01.png")  top center no-repeat;
    background-size: 30px 17px;

}

.sub_mu_img02{
    background: url("/img/common/sub_mu_02.png")  top center no-repeat;
    background-size: 30px 17px;
}

.sub_mu_img03{
    background: url("/img/common/sub_mu_03.png")  top center no-repeat;
    background-size: 30px 17px;
}

.sub_mu_img04{
    background: url("/img/common/sub_mu_04.png")  top center no-repeat;
    background-size: 30px 17px;
}

.sub_mu_img05{
    background: url("/img/common/sub_mu_05.png")  top center no-repeat;
    background-size: 30px 17px;
}


.sub_mu_bg01{
    background: #017dc5;
}

.sub_mu_bg02{
    background: #fc6286;
}

.sub_mu_bg03{
    background: #77bb00;
}

.sub_mu_bg04{
    background: #9f55b2;
}

.sub_mu_bg05{
    background: #b48431;
}








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

    z-index: -1;
}


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




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


footer{
    background: #1d1d1d;

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


}



.f_skl_bnr{
    margin-bottom: 30px
}

.f_skl_bnr ul li{
    width: 23.5%;
    height: 70px;
    margin-right: 2%;
    float: left;
    text-align: center;
    
    background:#FFFFFF;

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

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

.f_skl_bnr ul li a{
    display: block;
    height: 70px;
      padding: 0 5px;
      box-sizing: border-box;

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


.f_skl_bnr ul li{


  transition: 0.5s;
}

.f_skl_bnr ul li:hover{
    filter: brightness(80%);
}


.f_nav{

}

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

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


.f_nav ul li dl dt{
    font-size: 13px;
    line-height: 100%;
    padding-bottom: 9px;
    margin-bottom: 14px;
    border-bottom: 1px dotted #FFFFFF;
    color: #FFFFFF;
    text-align: center;
}


.f_nav ul li dl dt a{
    color: #FFFFFF;
    display: block;
    width: 100%;
    height: 100%;

}    


.f_nav ul li dl dt a:hover{
    color: #12b8c2
}



.f_nav ul li dl dt p{
    text-align: center;
    margin-bottom: 10px;
}

.f_nav ul li dl dd{
    display: none;

}

.f_nav ul li dl dd ul li{
    width: auto;
    height: auto;
    margin-right: 0;
    float: none;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 120%;
}

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

.f_nav ul li dl dd ul li a{
    color: #FFFFFF;
}

.f_nav ul li dl dd ul li a:hover{
    color: #12b8c2
}





.footer_nav_out{
    background: #FFFFFF;
    padding: 0 30px;
    margin-bottom: 60px;

}

.footer_nav_in{
    padding: 15px 0;
}

.footer_nav{
margin-bottom: 10px;

}

.footer_nav ul li {
    font-size: 13px;
    line-height: 120%;
    margin-right: 10px;
    padding-right: 10px;
    background: url("/img/common/footer_menu_border.jpg") right no-repeat;
    float: left;
}

.footer_nav ul li:last-child{
    background: none;
    margin-right: 0px;
    padding-right: 0px;
}


.footer_nav ul li a{
    color: #1d1d1d;

}

.footer_nav ul li a:hover{
    color: #0053a6;
}


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







}



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


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



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

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

}	



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


.container01_bg_mt{


    margin-top: -140px;
    }



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


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

}


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

}


.container02{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:40px 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:55px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
    background: #FFFFFF;

}

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

	box-sizing:border-box;
}


.h_btn{
	max-width:65px;
	width:100%;
	height:auto;
	position:absolute;
	
	
	top: 17px;
    /*right: 70px; SNSボタン追加に伴いスマホ時の間隔調整*/
    right:50px;
}

.h_btn ul li{
    width: 45%;
    height: auto;
    margin-right:10%;
    float: left;
}

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

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



.h_btn_sns{
	max-width:65px;
	width:100%;
	height:auto;
	position:absolute;
	
	
	top: 17px;
	right:122px;
}

.h_btn_sns ul li{
    width: 45%;
    height: auto;
    margin-right:10%;
    float: left;
}

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

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






.sub_mu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   z-index: 6000;
   margin: 0;
}

.sub_mu ul li{
    width: 20%;

    font-size: 11px;
    line-height: 120%;
    margin-right:0;
    float: left;
}

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

.sub_mu ul li a{
    height: 60px;
    display: block;
    text-align: center;
    color:#FFFFFF;
    padding: 0 5px;    
    
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;  

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

.sub_mu ul li a:hover{
    color:#FFFFFF;
    text-decoration: none;
}

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

.sub_mu ul li p{
    padding-top: 23px

}  

.sub_mu_img01{
    background: url("/img/common/sub_mu_01.png")  top center no-repeat;
    background-size: 30px 17px;
}

.sub_mu_img02{
    background: url("/img/common/sub_mu_02.png")  top center no-repeat;
    background-size: 30px 17px;
}

.sub_mu_img03{
    background: url("/img/common/sub_mu_03.png")  top center no-repeat;
    background-size: 30px 17px;
}

.sub_mu_img04{
    background: url("/img/common/sub_mu_04.png")  top center no-repeat;
    background-size: 30px 17px;
}

.sub_mu_img05{
    background: url("/img/common/sub_mu_05.png")  top center no-repeat;
    background-size: 30px 17px;
}


.sub_mu_bg01{
    background: #017dc5;
}

.sub_mu_bg02{
    background: #fc6286;
}

.sub_mu_bg03{
    background: #77bb00;
}

.sub_mu_bg04{
    background: #9f55b2;
}

.sub_mu_bg05{
    background: #b48431;
}





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

    z-index: -1;
}



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





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


footer{
    background: #1d1d1d;

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


}



.f_skl_bnr{
    margin-bottom: 20px
}

.f_skl_bnr ul li{
    width: 48.5%;
    height: 60px;
    margin-right: 3%;
    margin-bottom: 10px;
    float: left;
    text-align: center;
    
    background:#FFFFFF;

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

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


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

.f_skl_bnr ul li a{
    display: block;
    height: 60px;
      padding: 0 5px;
      box-sizing: border-box;

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


.f_skl_bnr ul li{


  transition: 0.5s;
}

.f_skl_bnr ul li:hover{
    filter: brightness(80%);
}


.f_nav{

}

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

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


.f_nav ul li dl dt{
    font-size: 12px;
    line-height: 100%;
    padding-bottom: 9px;
    margin-bottom: 14px;
    border-bottom: 1px dotted #FFFFFF;
    color: #FFFFFF;
    text-align: center;
}


.f_nav ul li dl dt a{
    color: #FFFFFF;
    display: block;
    width: 100%;
    height: 100%;

}    

.f_nav ul li dl dt a:hover{
    color: #12b8c2
}



.f_nav ul li dl dt p{
    text-align: center;
    margin-bottom: 10px;
}

.f_nav ul li dl dd{
    display: none;

}

.f_nav ul li dl dd ul li{
    width: auto;
    height: auto;
    margin-right: 0;
    float: none;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 120%;
}

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

.f_nav ul li dl dd ul li a{
    color: #FFFFFF;
}

.f_nav ul li dl dd ul li a:hover{
    color: #12b8c2
}





.footer_nav_out{
    background: #FFFFFF;
    padding: 0 20px;
    margin-bottom: 55px;

}

.footer_nav_in{
    padding: 15px 0;
}

.footer_nav{
margin-bottom: 5px;

}

.footer_nav ul li {
    font-size: 12px;
    line-height: 120%;
    margin-right: 6px;
    padding-right: 6px;
    margin-bottom: 5px;
    background: url("/img/common/footer_menu_border.jpg") right no-repeat;
    float: left;
}

.footer_nav ul li:last-child{
    background: none;
    margin-right: 0px;
    padding-right: 0px;
}


.footer_nav ul li a{
    color: #1d1d1d;

}

.footer_nav ul li a:hover{
    color: #0053a6;
}


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








}




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


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


/* メニューとコンテンツ---------------------------------------------- */


.cts_bx{

}

.cts_bx_l{


}

.cts_bx_r{



}




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


h1.h1_01{
    width: 222px;
    height: auto;
    position: absolute;
    top: 15px;
    left: 20px;
}



h2.h2_01{
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 50px;
    color: #000000;
    text-align: center;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;
}

h2.h2_01 p{
    font-size: 48px;
    line-height: 120%;
    color: #05cbd7;

    margin-bottom:1px;
    
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
    font-style: italic;
}

.h2_btm00{
    margin-bottom: 40px !important;
}



h3.h3_01{
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 40px;
    color: #000000;
    text-align: center;
    padding-bottom: 10px;

    position: relative;

    border-bottom: 3px solid #014388;  
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;
}


h3.h3_01::before {
  content: "";
  position: absolute;
  top: -12px;
  bottom: -6px;
  left: 0px;
  right:-0px;
  border-bottom: 3px solid #85a4c6;  
  z-index: -1;
}






h4.h4_01{
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 40px;
    color: #006699;
    text-align: center;
    padding-bottom: 10px;
    background: url("/img/common/h4.jpg") center bottom no-repeat;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;
}

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




h5.h5_01{
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 30px;
    color: #000000;
    
    border-left: 3px solid #006699;
    padding-top: 20px;
    padding-left: 10px;

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


h5.h5_01{
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 30px;
    color: #000000;
    
    border-left: 3px solid #006699;
    padding-top: 20px;
    padding-left: 10px;

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


h6.h6_01{
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 30px;
    color: #000000;
   position: relative;
   padding-bottom: 4px;
      
      
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;
}


h6.h6_01:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: 3px solid #85a4c6;  
  bottom: -3px;
  width: 100px;
}




h7.h7_01{
    font-size: 20px;
    line-height: 120%;
    display: block;
    margin-bottom: 20px;

    position: relative;      
    padding-left: 40px;
      
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;
}

h7.h7_01:before{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  left:0;  
  width: 35px;
  height: 2px;
  border-top: 2px solid black;

}


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



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

	z-index:5;

    margin-top: 75px;

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

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

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



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



.university_information_top_img{
	width: 100%;
	height:250px;
	background:url("/img/university_information/main.jpg")  top center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:75px auto 0px auto;
}




/* トップ　お知らせ------------------------------------------- */


.tp_info_b{
    margin-bottom: 80px;
}

.tp_info_b ul{
/*    list-style-image: linear-gradient(#e979ab,#e979ab);*/
}

.tp_info_b ul li{
    font-size: 16px;
    line-height: 140%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #999999;
    background: url("/img/top/list01.jpg") left 5px no-repeat;
    padding-left: 20px;

}

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

.tp_info_b ul li a{
    color: #000000;
}

.tp_info_b ul li a:hover{
    color: #951934;
}



/* トップ　News------------------------------------------- */

.tp_ns_tb{
    margin-bottom: 30px;
}

.tp_ns_tb ul li{
    width: 13%;
    height: auto;
    float: left;
    margin-right: 1.5%;
    
    font-size: 15px;
    line-height: 100%;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;    
}

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

.tp_ns_tb ul li a{
    height: 30px;
    display: block;
    color: #65ace4;
    border: 1px solid #65ace4;

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

.tp_ns_tb ul li a:hover{
    border: 1px solid #65ace4;
    background: #65ace4;
    color: #FFFFFF;
}




.tp_ns_b{
    margin-bottom: 30px;
}

.tp_ns_b dl dt{
    font-size: 16px;
    line-height: 140%;
    
    float: left;
    clear: both;
    
    font-family: ff-good-headline-web-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.tp_ns_b dl dt span{
    width: 90px;
    height: 12px;
    font-size: 13px;
    line-height: 100%;
    color: #65ace4;
    border: 1px solid #65ace4;
    margin-left: 10px;
    padding: 6px;
    
    display: inline-block;
    text-align: center;

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


.tp_ns_b dl dd{
    font-size: 15px;
    line-height: 140%;
    padding-left: 220px;
    padding-bottom: 12px;

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


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

.tp_ns_b dl dd a:hover{
    color: #65ace4;
}

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



.tp_ns_b_btn{
    max-width: 430px;
    width: 100%;
    height: 50px;
    margin: 0 auto 80px auto;
}

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

}


.tp_ns_b_btn ul li:last-child{
    margin-right: 0%;
}





.tp_ns_b_btn a{
    display: block;
    border: 3px solid #E0E0E0;
    
    font-size: 16px;
    line-height: 100%;
    text-align:center;
    
    padding: 5px;
    box-sizing: border-box;
    
    color: #2F2F2F;
    text-decoration: none;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
    
	
	-webkit-border-radius: 25px;     /* for Safari and Chrome */
	moz-border-radius: 25px;    /* for Firefox */
	-o-border-radius: 25px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:25px;   /* Linux browsers */
	border-radius: 25px;     /* CSS3 */

}


.tp_ns_b_btn a:hover{
    border: 3px solid #E0E0E0;
    background:  #E0E0E0;
    
    color: #2F2F2F;    
}

/* トップ　大きめバナー------------------------------------------- */

.tp_bnr_m{
    width: 100%;
    margin-bottom: 60px;
}

.tp_bnr_m > a img{
    width: 100%;
    height: auto;
}

.tp_bnr_m > a img {
    display: block;
    width: 100%;
    transition: 0.5s;
}

.tp_bnr_m > a:hover img {
    filter: brightness(80%);
}
  



.tp_bnr_b{

}

.tp_bnr_b ul li{
    width: 49.2%;
    height: auto;
    margin-right: 1.6%;
    margin-bottom: 20px;
    float: left;

}

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


.tp_bnr_b ul li  a img {
  display: block;
  width: 100%;
  transition: 0.5s;
}

.tp_bnr_b ul li  a:hover img {
    filter: brightness(80%);
}



/* トップ　小さいバナー------------------------------------------- */

.tp_bnr_s{

}

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

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

.tp_bnr_s ul li  a img {
  display: block;
  width: 100%;
  transition: 0.5s;
}

.tp_bnr_s ul li a:hover img {
    filter: brightness(80%);
}






/* ページ共通　ページ上にあるボタン---------------------------------------- */

.p_cmn_b{

}

.p_cmn_b ul li{
    width: 23.95%;
    height: auto;
    float: left;
    margin-right: 1.4%;
    margin-bottom: 15px;
}

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


.p_cmn_b.tri{
    max-width: 1000px;
    width: 100%;

    margin: 0px auto;
}

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

.p_cmn_b.tri ul li:nth-child(4n){
    margin-right: 2%;
}

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





.p_cmn_b ul li a{
    display: block;
    height: 90px;
    background: #014388;
    border-left: 5px solid #012a55;
    padding: 0 5px;
    
    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF;

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

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



.p_cmn_b ul li a:hover{
    background: #012a55;
    border-left: 5px solid #014388;
    color: #FFFFFF;
}


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



/* ページ共通　子メニューボタン---------------------------------------- */


.p_cmn_k{
    margin-bottom: 30px;
}

.p_cmn_k ul{
    text-align:center;
}

.p_cmn_k ul li{
    display: inline-block;
    
    font-size: 16px;
    line-height: 120%;

}

.p_cmn_k ul li a{
    border: 1px solid #3399cc;
    color: #3399cc;
    text-align: center;
    padding: 5px 8px;
    margin-right: 10px;
    display: block;

}

.p_cmn_k ul li a:hover{
    border: 1px solid #3399cc;
    background: #3399cc;
    color:#FFFFFF;
}



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




/* 大学案内---------------------------------------- */

.ui_img{
    text-align: center;
    margin-bottom: 30px;

}

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

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



.ui_txt_b_tx{
    margin-bottom: 40px;
    padding: 30px;
    background:#d6e7f9;
}

.ui_txt_b_tx dl dt{
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 10px;
    color:#1E8DBD;

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

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

}


.ui_txt_lst01{
    margin: 20px 0;
}

.ui_txt_lst01 ul li{
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 15px;
    list-style: decimal;
    margin-left: 20px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;
}

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



.ui_txt_lst02{
    margin: 20px 0 40px;
}

.ui_txt_lst02 ul li{
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 15px;
    list-style: decimal;
    margin-left: 20px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;
}

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



.ui_txt_lst03{
    margin-bottom: 70px;
}

.ui_txt_lst03 ul li{
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 20px;
    list-style: decimal;
    margin-left: 20px;

}

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




.ui_tbl{
    margin-bottom: 80px;
}

.ui_tbl table{
    width: 100%;
}

.ui_tbl table th{
	width:140px;
	padding:10px 0;
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 160%;
	border-collapse:collapse;
    vertical-align: text-top;

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

.ui_tbl table td{
	padding:10px 0;
	box-sizing:border-box;

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

    border-bottom: 1px dotted #999999;
}

.ui_tbl table td ul li{
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 10px;
    margin-right: 25px;
    background: url("/img/common/list001.png") left 12px no-repeat;
    padding-left: 10px;
    display: inline-block;
}





.ui_lst01{
    margin-bottom: 80px;
}


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

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


.ui_lst01 ul li p{
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 5px;
    color: #2D58BB;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.ui_lst01 ul li ul{
    margin:20px 0;
}

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

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





.ui_lst02{
    margin-bottom: 50px;
}


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

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


.ui_lst02 ul li p{
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 5px;
    color: #2D58BB;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
}




.ui_img01{
    max-width: 550px;
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
    text-align: center;
}


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

.ui_img01_01 p{
    font-size: 15px;
    text-align: left;
    margin-top: 7px;
}


.ui_img01_02{
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto 70px auto;
}

.ui_img01_02 p{
    font-size: 15px;
    text-align: left;
    margin-top: 7px;
}


.ui_img01_03{
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto 50px auto;
}

.ui_img01_03 p{
    font-size: 15px;
    text-align: left;
    margin-top: 7px;
    text-align: center;
}


.ui_img01_04{
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto 20px auto;
}

.ui_img01_04 p{
    font-size: 15px;
    text-align: left;
    margin-top: 7px;
}


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

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

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

.ui_img02 ul li p{
    font-size: 15px;
    text-align:center;
    margin-top: 7px;

}



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

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

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

.ui_img02_01 ul li p{
    font-size: 15px;
    text-align:center;
    margin-top: 7px;

}



.ui_img03{

    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
}

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

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

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

.ui_img03 dl dt{
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 5px;
    color: #B56567;
    text-align: center;
}

.ui_img03 dl dd{
    font-size: 15px;
    line-height: 150%;
}




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

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

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

.ui_img04 ul li p{
    min-height: 80px;
    font-size: 14px;
    line-height: 160%;
    margin-top: 7px;
}


.ui_img05{
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
    text-align:center;
}

.ui_img05 p{
    font-size: 15px;
    line-height: 150%;
}




.ui_btn01{
    margin-bottom: 60px;
    font-size: 16px;
}

.ui_btn01 ul li{
}

.ui_btn01 a{
    display: inline-block;
    padding: 10px 15px;
    background: #22AEA8;
    border: 2px solid  #22AEA8;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 100%;
    margin-right: 20px;
    float: left;
    margin-bottom: 15px;    
}

.ui_btn01 a:hover{
    background:#FFFFFF;
    border: 2px solid  #22AEA8;
    color: #22AEA8;
}


.ui_btn02{
    margin-bottom: 30px;
    font-size: 16px;
}

.ui_btn02 ul li{
}

.ui_btn02 a{
    display: inline-block;
    padding: 10px 15px;
    background: #22AEA8;
    border: 2px solid  #22AEA8;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 100%;
    margin-right: 20px;
    float: left;
margin-bottom: 15px;    
}

.ui_btn02 a:hover{
    background:#FFFFFF;
    border: 2px solid  #22AEA8;
    color: #22AEA8;
}


.ui_map01{
    margin-bottom: 70px;
}

.ui_map02{
    margin-bottom: 50px;
}


.youtube_out01{
    margin-bottom: 70px;
}

.youtube_out02{
    margin-bottom: 50px;
}




.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}


.youtube_out01{
    margin-bottom: 50px;

}






/* デジタル想像学科 ---------------------------------------- */


.ui_txt_d_txt01{
    width: 100%;
    font-size: 16px;
    line-height: 160%;
    font-weight: 700;

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

    border: 1px solid #9b9b9b;

    margin-bottom: 40px;

    text-align: center;
}

.ui_txt_d_txt02{
    padding: 40px;
    box-sizing: border-box;

    border: 1px solid #9b9b9b;

    margin-bottom: 70px;

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

.ui_txt_d_txt02 p{
    margin-bottom: 20px;
}


.ui_txt_d_txt02 li{

    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

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

.ui_txt_d_txt02 li dt{
    color: #145e9c;
    font-weight: 700;
}



.ui_txt_d_txt03{
    width: 100%;
    margin-bottom: 70px;
}

.ui_txt_d_txt03 li{
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 30px;
}

.ui_txt_d_txt03 li::first-letter{
    color: #145e9c;
}


.ui_txt_d_txt04{
    width: 100%;
    margin-bottom: 40px;
}

.ui_txt_d_txt04 li{
    width: 100%;
    border-radius: 10px;

    padding: 20px;
    box-sizing: border-box;
    text-align: center;

    margin-bottom: 20px;
}

.ui_txt_d_txt04 li:nth-child(1){
    background-color: #7ccdf3;
}

.ui_txt_d_txt04 li:nth-child(2){
    background-color: #fc9b9b;
}

.ui_txt_d_txt04 li:nth-child(3){
    background-color: #c0d770;
}

.ui_txt_d_txt04 li:nth-child(4){
    background-color: #edc922;
    margin-bottom: 0px;
}

.ui_txt_d_txt04 li dt{
    font-size: 22px;
    line-height: 160%;

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

.ui_txt_d_txt04 li dd{
    font-size: 18px;
    font-weight: 700;
    line-height: 160%;
    color: #ffffff;
}




.ui_txt_d_txt05{
    width: 100%;
    margin-bottom: 40px;
}

.ui_txt_d_txt05 li{
    width: 100%;
    border-radius: 10px;

    padding: 20px;
    box-sizing: border-box;
    text-align: left;

    margin-bottom: 20px;

    font-size: 18px;
    font-weight: 700;
    line-height: 160%;
    color: #ffffff;

    background-color: #156b9d;
}




.ui_img05{
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
    text-align:center;
}

.ui_img05 p{
    font-size: 15px;
    font-weight: 700;
    line-height: 150%;
}


.ui_img06{
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
    text-align:center;
}

.ui_img06 li{
    float: left;
    width: 32%;
    margin-right: 2%;
}

.ui_img06 li:nth-child(3n){

    margin-right: 0%;
}

.ui_img06 li img{
    width: 100%;
}


/* 学部案内 ---------------------------------------- */


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

.fi_pic01_l{
	width:31%;
	height:auto;
	float:left;
}

.fi_pic01_r{
	width:69%;
	height:310px;
	float:right;
    position: relative;
}

.fi_pic01_r_in{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    
	font-size:34px;
	line-height:160%; 

    padding: 20px;
    box-sizing: border-box;
    text-align: center;

}    

.fi_pic01_r p{
	font-size:22px;
	line-height:160%;

}    




.fi_pic02{
	max-width:500px;
	width:100%;
	height:auto;
	margin:0 auto 30px auto;
}

.fi_pic02_l{
	width:40%;
	height:auto;
	float:left;

}

.fi_pic02_l img{
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.fi_pic02_r{
	width:60%;
	height:150px;
	float:right;
    position: relative;
  
}

.fi_pic02_r_in{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    
	font-size:22px;
	line-height:160%; 

    padding: 20px;
    box-sizing: border-box;
    text-align: center;

}    

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

}    




.fi_bx01{

	margin:0 auto 70px auto;
}

.fi_bx01 dl dt{
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 8px;
    color: #2D58BB;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.fi_bx01 dl dd{
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 45px;

}

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

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

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




.fi_bx02{

	margin:0 auto 40px auto;
}

.fi_bx02 dl dt{
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 8px;
    color: #2D58BB;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.fi_bx02 dl dd{
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 45px;

}

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


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

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



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

.fi_tbl01 table{
    width: 100%;
}

.fi_tbl01 table th{
	width:160px;
	padding:10px 15px;
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

    vertical-align: text-top;
    background: #F4F4F4;

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

.fi_tbl01 table td{
	padding:10px 15px;
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;
    border-bottom: 1px solid #D7D7D7;
}


.fi_tbl02{
    width: 100%;
    margin-bottom: 70px;
    font-size:15px;
}

.fi_tbl02 table{
    width: 100%;
}

.fi_tbl02 table th{
	width:160px;
	padding:10px 15px;
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

    vertical-align: text-top;
    background: #F4F4F4;

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

.fi_tbl02 table td{
	padding:10px 15px;
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;
    border-bottom: 1px solid #D7D7D7;
}






.fi_tbl03{
    width: 100%;
    margin-bottom: 70px;
}

.fi_tbl03 table{
    width: 100%;
}

.fi_tbl03 table th{
	width:160px;
	padding:10px 15px;
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

    vertical-align: text-top;
    background: #F4F4F4;

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

.fi_tbl03 table td{
	padding:10px 15px;
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;
    border-bottom: 1px solid #D7D7D7;
}

.fi_tbl03 table td ul{
    margin: 7px 0;

}

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

}

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


.fi_tbl03_td01{
    width: 130px;
}

.fi_tbl03_01 table th{
    text-align: center;
    width: auto;
}

.fi_tbl03_01 table th:nth-child(1){
    width: 80px;
}


.fi_tbl04{
    width: 100%;
    margin-bottom: 70px;
}

.fi_tbl04 table{
    width: 100%;
}

.fi_tbl04 table th{
	width:180px;
	padding:10px 15px;
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

    vertical-align: text-top;
    background: #F4F4F4;
    vertical-align:middle;
    text-align: center;
    border-bottom: 1px solid #D7D7D7;
}

.fi_tbl04 table td{
	padding:10px 15px;
	box-sizing:border-box;
    text-align: center;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;
    border-bottom: 1px solid #D7D7D7;
}

.fi_tbl04a table td{
	padding:10px;
}






.fi_tbl04_01{
    width: 100%;
    margin-bottom: 40px;
}

.fi_tbl04_01 table{
    width: 100%;
}

.fi_tbl04_01 table th{
	width:180px;
	padding:10px 15px;
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

    vertical-align: text-top;
    background: #F4F4F4;
    vertical-align:middle;
    text-align: center;
    border-bottom: 1px solid #D7D7D7;
}

.fi_tbl04_01 table td{
	padding:10px 15px;
	box-sizing:border-box;
    text-align: center;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;
    border-bottom: 1px solid #D7D7D7;
}




.fi_tbl04_02{
    width: 100%;
    margin-bottom: 60px;
}

.fi_tbl04_02 table{
    width: 100%;
}

.fi_tbl04_02 table th{
	width:180px;
	padding:10px 15px;
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

    vertical-align: text-top;
    background: #F4F4F4;
    vertical-align:middle;
    text-align: center;
    border-bottom: 1px solid #D7D7D7;
}

.fi_tbl04_02 table td{
	padding:10px 15px;
	box-sizing:border-box;
    text-align:left;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;
    border-bottom: 1px solid #D7D7D7;
}








.fi_sk_out{
    background: #e7ead7;
    padding: 40px;
    margin-bottom: 70px;
}



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

.fi_sk01_l{
	width:41%;
	height:auto;
	float:right;

}

.fi_pic02_l img{
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.fi_sk01_r{
	width:59%;
	height:150px;

	float:left;    
    position: relative;
  
}

.fi_sk01_in{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    
	font-size:14px;
	line-height:170%; 

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


}    

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


.fi_sk01_qa_in{
    padding: 25px;
    background: #FFFFFF;
}

.fi_sk01_qa_in dl dt{
	font-size:18px;
	line-height:160%;
    margin-bottom: 10px;
    color: #4F9191;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
}

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

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

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



.fi_msg01{

}


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

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

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

}

.fi_msg01_in{

}

.fi_msg01_in dl dt{
    border-left: 3px solid #9EA497;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 15px;
    padding: 5px;

}

.fi_msg01_in dl dt p{
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 3px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;

}

.fi_msg01_in dl dd p{

    color: #D02C35;
    margin-bottom: 3px;


}

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


}




/* 学生生活------------------------------------------ */


.cl_tbl01{
    margin-bottom: 30px;
}

.cl_tbl01 table{
    width: 100%;
    border-top:1px  solid #e9f1f3;
}

.cl_tbl01 table th{
	width:140px;
	padding:10px 15px;
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 160%;
	border-collapse:collapse;
    background: #FFFFFF;
    text-align: center;

    border-bottom: 1px  solid #e9f1f3;
}

.cl_tbl01 table td{
	padding:10px 15px;
	box-sizing:border-box;

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

    border-bottom: 1px  solid #e9f1f3;
}



.cl_tbl02{
    margin-bottom: 80px;
}

.cl_tbl02 table{
    width: 100%;
    border-top:1px  solid #e9f1f3;
}

.cl_tbl02 table th{
	width:140px;
	padding:10px 15px;
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 160%;
	border-collapse:collapse;
    background: #FFFFFF;
    text-align: center;

    border-bottom: 1px  solid #e9f1f3;
}

.cl_tbl02 table td{
	padding:10px 15px;
	box-sizing:border-box;

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

    border-bottom: 1px  solid #e9f1f3;
}

.cl_tbl02 table tr:nth-child(odd){
background:#F7FBFF;
}

.cl_tbl01 table tr:nth-child(even){
background:#FBFCFD;
}



.cl_img01{
    margin-bottom: 40px;
}

.cl_img01 ul li{
width: 24.25%;
height: auto;
float: left;
margin-right: 1%;
}

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


.cl_img02{
    margin-bottom: 80px;
}

.cl_img02 ul li{
width: 24.25%;
height: auto;
float: left;
margin-right: 1%;
}

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





.cl_img03{
    margin-bottom: 80px;
}

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

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




.cl_bx01{
    margin-bottom: 40px;
}


.cl_bx01 dl dt{
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 10px;
    color: #B90C0E;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
}

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

}


.renzansai_btn{
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;
    margin: 0 auto;
    background:#FFFFFF;
}

.renzansai_btn a{
width: 100%;
height: 50px;
    font-size: 16px;
    font-weight: 700;
    line-height: 110%;
    color:#ffffff;
    padding-top: 1px;
    text-decoration: none;

	background:#3399cc;
	border: 1px solid #3399cc;
     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; 

}


.renzansai_btn a:hover {
    background:#FFFFFF;
	border: 1px solid #3399cc;
    color:#3399cc;
}


.renzansai_kyousan{
    width: 100%;
    margin-bottom: 80px;
}

.renzansai_kyousan ul{
    width: 100%;
    text-align: left;
}

.renzansai_kyousan ul li{
    display: inline-block;
    vertical-align: top;
    width: 32.5%;
    padding: 5px;

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

    box-sizing: border-box;
}


/* 勝利の笑顔------ */


.syouri_box_out{
	width:100%;
	height:auto;
	padding-bottom:50px;
	
}


.syouri_ttl{
	width:100%;
	height:auto;
	margin-bottom:20px;
	text-align:center;
}

.syouri_txt01{
	text-align:center;
	font-weight:bold;
	font-size:20px;
	margin-bottom:25px;
}


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

.syouri_button_b ul{
	width:100%;
	height:auto;	
}


.syouri_button_b ul li{
	width:23.5%;
	height:auto;
	margin-right:2%;
    float: left;
	margin-bottom:15px;
	position:relative;
}

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

}




.syouri_button_b ul li span{
	position:absolute;
	top:10px;
	left:5px;
	font-size:33px;
	color:#FFF;

}

.syouri_button_b ul li p{
	font-size:11px;
	margin-top:8px;
	text-align:center;
	
}


.syouri_button_b ul li p a{
	color:#333;
	text-decoration:none;
}

.syouri_button_b ul li p a:hover{
	color:#333;
	text-decoration:underline;
}







.syouri_box_01{
	width:100%;
	height:auto;
	margin-bottom:50px;

}



.syouri_box_01_l{
	width:49%;
	height:auto;
	float:left;
}


.syouri_box_01_r{
	width:49%;
	height:auto;
	float:right;

}

.syouri_box_01_r img{
	width:auto;
	height:auto;
	display:block;
	text-align:center;
	margin:0 auto;
}


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

.syouri_box_01_l_01 dl{
	width:100%;
	height:auto;	
}

.syouri_box_01_l_01 dl dt{
	font-size:24px;
	color:#ff6600;
	font-weight:bold;

	margin-bottom:10px;

}

.syouri_box_01_l_01 dl dt span{
	font-size:50px;
	color:#999999;
}

.syouri_box_01_l_01 dl dd{
	font-size:15px;
}

.syouri_box_01_l_01 dl dd p{
	font-size:18px;
	margin-top:2px;
}

.syouri_box_01_l_01 dl dd p span{
	font-size:13px !important;
}



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

.syouri_box_01_l_02 dl{
	width:100%;
	height:auto;
}

.syouri_box_01_l_02 dl dt{
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
}

.syouri_box_01_l_02 dl dd{
	font-size:15px;
	line-height:150%;
}










.syouri_box_02{
	width:100%;
	height:auto;
	margin-bottom:50px;

}



.syouri_box_02_l{
	width:49%;
	height:auto;
	float:left;
}

.syouri_box_02_l img{
	width:auto;
	height:auto;
	display:block;
	text-align:center;
	margin:0 auto;

}

.syouri_box_02_r{
	width:49%;
	height:auto;
	float:right;
}


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

.syouri_box_02_r_01 dl{
	width:100%;
	height:auto;	
}

.syouri_box_02_r_01 dl dt{
	font-size:24px;
	color:#ff6600;
	font-weight:bold;

	margin-bottom:10px;

}

.syouri_box_02_r_01 dl dt span{
	font-size:50px;
	color:#999999;

}

.syouri_box_02_r_01 dl dd{
	font-size:13px;
}

.syouri_box_02_r_01 dl dd p{
	font-size:18px;
	margin-top:5px;
}

.syouri_box_02_r_01 dl dd p span{
	font-size:13px !important;
}



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

.syouri_box_02_r_02 dl{
	width:100%;
	height:auto;
}

.syouri_box_02_r_02 dl dt{
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
}

.syouri_box_02_r_02 dl dd{
	font-size:15px;
	line-height:150%;
}






/* オープンキャンパス-------------------- */

.oc_contact01{
	width:100%;
	height:auto;
	margin-bottom:70px;
	color:#FFF;
	padding:35px 35px;
	border:2px solid #066;
	box-sizing:border-box;


}

.oc_contact01 dl dt{
	text-align:center;
	font-size:20px;
	margin-bottom:10px;
	color:#066;
	font-weight:bold;

}

.oc_contact01 dl dd{

	font-size:16px;
	line-height:160%;
	color:#333;
	margin-bottom:15px;
}

.oc_contact01 dl dd p{
	font-weight:bold;
	margin-bottom:5px;
}

.oc_contact01 dl dd a{
	color:#693;
	text-decoration:underline;	
}

.oc_contact01 dl dd a:hover{
	color:#693;
	text-decoration:none;

}

.oc_contact01 ul{
	text-align:left !important;
	margin-bottom:20px;
}

.oc_contact01 ul li{
	line-height:140%;
	margin-bottom:5px;
	text-align:left !important;
	list-style:disc;
	margin-left:20px;
	font-size:14px;
	color:#333;
}

.oc_contact01_txtb{
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
	color:#333;
}



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

.oc_cb01 a{
    display: block;
	height:auto;
	padding:15px 20px;
	line-height:120%;
	color:#FFF !important;
	background:#32981D;
	display:block;
	text-align:center;
	text-decoration:none !important;
	font-weight:bold;
	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/css/border-radius.htc); /* IE用 */
}

.oc_cb01 a:hover{
    background: #0D570F;
	color:#FFF !important;

}






/* ｅラーニング------------------------------------------ */

.elg_list01{
    margin-bottom: 50px;

}


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

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

.elg_cr{
    color: #DD0003;
}



.elg_cg{
    color: #0099cc;
}



.elg_txt01{
    margin-bottom: 60px;

}

.elg_txt01 dl dt{
    font-size: 18px;
    line-height: 120%;
    color: #006699;
    margin-bottom: 8px;

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

.elg_txt01 dl dd{
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 40px;
    color: #333333;
}

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


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

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


.elg_bx{
    background: #438EB3;
    padding: 30px 20px;
    margin-bottom: 70px;
    
    font-size: 20px;
    line-height: 120%;
    text-align:center;
    color: #FFFFFF;
 }





/* COC 2019------------------ */


.coc_19_01{
	text-align:center;
	margin-top:60px;
	margin-bottom:60px;
	padding-bottom:60px;
	
	border-bottom:2px solid #f39800;
}


.coc_19_txt01{
	font-size:17px;
	line-height:160%;
	margin-bottom:50px;
}

.coc_19_02{
	text-align:center;
	margin-bottom:50px;

}



.coc_19_03{
	margin-bottom:70px;
	
}


.coc_19_03 dl dt{
	font-size:18px;
	line-height:120%;
	margin-bottom:20px;
	text-align:center;
	background:#003264;
	padding:5px 10px 7px 10px;
	color:#FFF;
}


.coc_19_03 dl dd{
	font-size:14px;
	line-height:140%;
	margin-bottom:30px;
}


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


.coc_19_03 dl dd ul li{
	list-style:disc;
	margin-left:20px;
	margin-right:10px;
	font-size:16px;
	float:left;
	margin-bottom:5px;

}

.coc_19_ttl01{
	font-size:30px;

	font-family: "Noto Sans JP";
	color:#f39800;
	font-weight:bold;
	text-align:center;

	
	border-top:2px solid #f39800;
	border-bottom:2px solid #f39800;
	margin-bottom:35px;
	padding:20px 10px 17px 10px;
}





.coc_19_04{
	margin-bottom:70px;
	
}

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

.coc_19_04 dl dd{
	max-width:630px;
	width:100%;
	height:auto;
	margin:0 auto 30px auto;
}

.coc_19_04 dl dd:last-child{
	margin:0 auto 0px auto;
}




.coc_19_04 dl dd ul.coc_19_04_001 li{
	background:url(/img/coc2019/03_01_list.jpg) left 7px no-repeat;
	font-size:17px;
	line-height:160%;
	padding-left:18px;
}

.coc_19_04 dl dd ul.coc_19_04_001 li ul{
	margin:10px 0;
}

.coc_19_04 dl dd ul.coc_19_04_001 li ul li{
	background:url(/img/coc2019/03_01_list01.jpg) left 8px no-repeat;
	padding-left:10px;
}



.coc_19_04 dl dd ul.coc_19_04_002 li{
	background:url(/img/coc2019/03_02_list.jpg) left 7px no-repeat;
	font-size:17px;
	line-height:160%;
	padding-left:18px;
}


.coc_19_04 dl dd ul.coc_19_04_003 li{
	background:url(/img/coc2019/03_03_list.jpg) left 7px no-repeat;
	font-size:17px;
	line-height:160%;
	padding-left:18px;
}




.coc_19_txt02{
	font-size:16px;
	line-height:160%;
	margin-bottom:60px;
	padding-bottom:40px;
	border-bottom:1px dotted #999999;
}



.coc_19_05_ttl01{
	font-size:26px;
	line-height:140%;
	margin-bottom:30px;
	text-align:center;

}

.coc_19_05_ttl01 span{
	font-size:30px;
	color:#cc0000;
}


.coc_19_05_ttl02{
	font-size:20px;
	line-height:120%;
	margin-bottom:40px;
	text-align:center;
	color:#FFF;
	background:#c30d23;
	padding:10px 10px 12px 10px ;

}

.coc_19_05_img01{
	text-align:center;
	margin-bottom:30px;
}


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

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

.coc_19_05_img02 dl dd{
	text-align:center;
	font-size:17px;
}

.coc_19_05_img02 dl dd a{
	color:#006699;
	text-decoration:underline;
}

.coc_19_05_img02 dl dd a:hover{
	color:#006699;
	text-decoration:none;
}



.coc_19_txt03{
	font-size:17px;
	line-height:160%;
	margin-bottom:30px;

}


.coc_19_txt03 ul li{
	list-style:decimal;
	margin-left:25px;
	line-height:120%;
	margin-bottom:20px;
}



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

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

.coc_19_06 ul li:last-child{
	margin-right:0%;
}

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


.coc_19_06_img{
	margin-bottom:20px;
}

.coc_19_06 ul li dl dt{
	background:url(/img/coc2019/05_list.jpg) left 5px no-repeat;
	color:#ff6600;
	font-size:16px;
	line-height:140%;
	margin-bottom:5px;
	padding-left:20px;
}

.coc_19_06 ul li dl dd{
	font-size:15px;
	line-height:140%;
	margin-bottom:15px;

}


.coc_19_txt04{
	font-size:17px;
	line-height:160%;
	margin-bottom:30px;

}

.coc_19_txt04 ul{
	margin-top:15px;
}

.coc_19_txt04 ul li{
	background:url(/img/coc2019/03_02_list.jpg) left 10px no-repeat;
	padding-left:18px;
	margin-bottom:5px;
}

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



.coc_19_07_ttl{
	font-size:25px;
	line-height:120%;
	text-align:center;
	color:#00adc2;
	margin-bottom:20px;
}

.coc_19_07_ttl span{
	padding-bottom:4px;
	border-bottom:3px solid #00adc2;

}

.coc_19_07{
	margin-bottom:60px;

}


.coc_19_07 ul li{
	width:100%;
	height:auto;

	padding:20px 0 30px 0;
	background:url(/img/coc2019/07_list.jpg) center bottom no-repeat;
}


.coc_19_07 ul li:last-child{
	padding:20px 0 0px 0;
	background:none !important;
}




.coc_19_07 ul li p{
	
	max-width:600px;
	width:100%;
	height:auto;
	display:block;
	padding:25px 10px 25px 10px;
	box-sizing:border-box;

	margin:0 auto 0 auto;
	
	font-size:18px;
	line-height:140%;
	color:#FFF;
	text-align:center;
	
	background:#00adc2;
}


.coc_19_contact{
	margin-bottom:60px;
	border:5px solid #c30d23;
	padding:25px;
	
	-webkit-border-radius: 15px;     /* for Safari and Chrome */
	moz-border-radius: 15px;    /* for Firefox */
	-o-border-radius: 15px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:15px;   /* Linux browsers */
	border-radius: 15px;     /* CSS3 */
}

.coc_19_contact dl dt{
	font-size:36px;
	line-height:120%;
	text-align:center;
	color:#c30d23;
	margin-bottom:20px;
}

.coc_19_contact dl dd{
	font-size:18px;
	line-height:140%;
	text-align:center;
	margin-bottom:10px;
}

.coc_19_contact dl dd p{
	font-size:22px;
	line-height:140%;
	text-align:center;
	margin-bottom:10px;
}

.coc_19_contact_tel{
	font-size:40px;
	line-height:120%;
	text-align:center;
	margin-bottom:10px;
	color:#ff6633;
}

.coc_19_contact_tel a{
	color:#ff6633;
	text-decoration:none;
}

.coc_19_contact_tel a:hover{
	color:#ff6633;
	text-decoration:underline;
}



.coc_19_contact_mail{
	font-size:20px;
	line-height:120%;
	text-align:center;
	color:#000000;
}

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

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







.coc_19_05_ttl03{
	font-size:18px;
	line-height:120%;
	margin-bottom:20px;
	color:#ff6600;
	padding-bottom:10px;
	border-bottom:2px solid #ff6600;

}


.coc_19_08{
	margin-bottom:40px;
}

.coc_19_08 ul li{
	list-style:decimal;
	line-height:140%;
	margin-bottom:15px;
	margin-left:22px;
	
	font-size:16px;
}

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


.coc_19_08 ul li ul{
	margin:15px 0;
}

.coc_19_08 ul li ul li{
	list-style-type: katakana;
	margin-left:30px;
}


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

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

.coc_19_09 ul li{
	width:49%;
	height:auto;
	float:left;
	margin-right:2%;
	margin-bottom:20px;
}
	
.coc_19_09 ul li:nth-child(2n){
	margin-right:0%;
}

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


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


.coc_19_09_01{
	width:100%;
	height:auto;
	margin-bottom:50px;

}

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

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






/* 英語特別講座-------------------- */

.eigo_tab{
	width:715px;
	height:auto;
	margin:20px auto 50px auto;
}

.eigo_tab ul li{
	float:left;
	text-align:center;
	margin-right:20px;
}

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

.eigo_tab ul li a{
	width:225px;
	height:50px;
	text-align:center;
	color:#FFF;
	display:block;
	font-size:16px;
	padding:8px 0 0 0;
	line-height:140%;
	background:url(/img/international/english/2016/tab01.jpg) repeat;
}

.eigo_tab ul li a:hover{
	width:225px;
	height:50px;
	text-align:center;
	color:#FFF;
	display:block;
	padding:8px 0 0 0;
	line-height:140%;
	background:url(/img/international/english/2016/tab01_on.jpg) repeat;
}

.eigo_tab_hover{
	background:url(/img/international/english/2016/tab01_on.jpg) repeat !important;
}


.eigo_box_out{
	padding-bottom:100px;
	
}


.eikoku_btn_b_bg{
	width:100%;
	height:auto;
	margin-bottom:35px;
	padding-top:15px;
	padding-bottom:25px;
	background:url(/img/international/english/bdr.jpg) bottom repeat-x;
}

.eikoku_btn_b{
	max-width:760px;
	width:100%;
	height:auto;
	margin:0 auto 0 auto;
}

.eikoku_btn_b li{
	width:32%;
	height:auto;
	float:left;
	margin-right:2%;
	margin-bottom:10px;
}

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

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

/* グローバル加速中！------------------- */


.eigo_01_ttl{
	text-align:center;
	margin-bottom:30px;	
}

.eigo_02_ttl{
	text-align:center;
	margin-bottom:25px;	
}

.eigo_02_ttl p{
	text-align:center;
	margin-top:10px;
	font-size:14px;
}


.eigo_01_txtb01{
	width:460px;
	height:auto;
	padding:10px 15px;
	font-size:14px;
	line-height:160%;
	margin:0 auto 40px auto;
	
	border:1px solid #333;
	box-sizing: border-box;

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


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

.eigo_box1_txt{
	width:72%;
	float:left;
	line-height:190%;	
}

.eigo_box1_img{
	width:23.5%;
	float:right;
}

.eigo_box1_img p{
	font-size:12px;
	text-align:center;
	margin-top:3px;
}



.eigo_b02_01{
	margin-bottom:40px;
}

.eigo_b02_01 dl dt{
	background:url(/img/international/english/2016/01/list.jpg) left 2px no-repeat;
	padding-left:28px;
	padding-top:2px;
	margin-bottom:12px;
	font-size:19px;
	line-height:130%;
}

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


.eigo_b02_01_01{
	margin-bottom:60px;
}

.eigo_b02_01_01 dl dt{
	background:url(/img/international/english/2016/01/list.jpg) left 2px no-repeat;
	padding-left:28px;
	padding-top:2px;
	margin-bottom:12px;
	font-size:19px;
	line-height:130%;
}

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


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

.eigo_b02_02_txt{
	width:65%;
	float:left;
	line-height:190%;	
}

.eigo_b02_02_txt dl dt{
	background:url(/img/international/english/2016/01/list.jpg) left 2px no-repeat;
	padding-left:28px;
	padding-top:2px;
	margin-bottom:12px;
	font-size:19px;
	line-height:130%;
}

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

.eigo_b02_02_img{
	width:32.5%;
	float:right;
}


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







.eigo_b03_01{
	margin-bottom:20px;
}

.eigo_b03_01 dl dt{

	color:#875304;
	font-size:20px;
	margin-bottom:12px;
}

.eigo_b03_01 dl dt span{
	font-size:35px;
	color:#999999;
	font-family: 'Open Sans', sans-serif;
}

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

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

.eigo_b03_02_txt{
	width:68%;
	float:left;
	line-height:190%;	
}

.eigo_b03_02_txt dl dt{
	background:url(/img/international/english/2016/01/list.jpg) left 2px no-repeat;
	padding-left:28px;
	padding-top:2px;
	margin-bottom:12px;
	font-size:19px;
	line-height:130%;
}

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

.eigo_b03_02_img{
	width:29.5%;
	float:right;
}


.eigo_b03_02_img p{
	text-align:center;
	margin-top:3px;	
}


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

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

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



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

.s_voice_01_img{
	width:46%;
	height:auto;
	float:left;
	
}

.s_voice_01_txt{
	width:50%;
	height:auto;
	float:right;	
}

.s_voice_01_txt dl dt{
	font-size:16px;
	margin-top:20px;
	margin-bottom:20px;
	line-height:160%;
}

.s_voice_01_txt dl dd p{
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}

.s_voice_01_txt dl dd{
	font-size:13px;
	line-height:160%;
	
}


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

.s_voice_02_img{
	width:46%;
	height:auto;
	float:right;	

	
}

.s_voice_02_txt{
	width:50%;
	height:auto;
	float:left;
}

.s_voice_02_txt dl dt{
	font-size:16px;
	margin-top:20px;
	margin-bottom:20px;
	line-height:160%;
}

.s_voice_02_txt dl dd p{
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}

.s_voice_02_txt dl dd{
	font-size:13px;
	line-height:160%;
	
}


/* グローバル人材を育む------------------- */

.e_g_ttl01{
	text-align:center;
	margin-bottom:35px;
}

.e_g_txt01{
	width:100%;
	height:auto;
	margin-bottom:25px;
	font-size:14px;
	line-height:160%;
}

.e_g_txt01 p{
	text-align:center;
	font-size:18px;
	color:#007341;
	margin-bottom:10px;

}

.e_g_txt02{
	font-size:19px;
	text-align:center;
	margin-bottom:20px;
}


.e_g_txt02 p{
	font-size:14px;
	text-align:center;
	margin-top:10px;
}


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

.e_g_img01 ul li{
	width:23.5%;
	height:auto;
	float:left;
	margin-right:2%;
	margin-bottom:2%;	 
}

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

.e_g_img01 ul li p{
	text-align:center;
	margin-top:6px;
	font-size:13px;
	
}


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

.e_g_txt03 dl{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

.e_g_txt03 dl dt{
	float:left;
	clear:both;
	font-size:13px;
	color:#000;
	width:7%;

}

.e_g_txt03 dl dd{
	font-size:13px;
	color:#000;
	border-bottom:1px dotted #cacaca;
	padding-left:7%;
	padding-bottom:8px;
	margin-bottom:8px;
	line-height:150%;

}


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

.e_g_img02 ul li{
	width:49%;
	height:auto;
	float:left;
 
}

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


.e_g_txt04{
	width:100%;
	height:auto;
	margin-bottom:40px;
	font-size:14px;
	line-height:170%;
}

.e_g_txt04 p{
	text-align:right;
	margin-top:7px;
}

.e_g_img03{
	text-align:center;
	margin-bottom:60px;
}











.e_g_txt03{
	width:100%;
	height:auto;
	margin-bottom:65px;
	font-size:14px;
	line-height:160%;
}

.e_g_txt03 p{
	text-align:center;
	font-size:18px;
	color:#007341;
	margin-bottom:10px;

}




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

.eigo_box2_txt{
	width:72%;
	float:left;
	font-size:14px;
	line-height:170%;	
}

.eigo_box2_txt p{
	text-align:center;
	color:#0081c0;
	font-size:30px;
	margin-bottom:15px;
	padding-top:10px;
	font-weight:bold;
	line-height:140% !important;
	
}

.eigo_box2_img{
	width:23.5%;
	float:right;
}

.eigo_box2_img p{
	font-size:12px;
	text-align:center;
	margin-top:3px;
}



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

.eigo_box3_txt{
	width:72%;
	float:right;
	font-size:14px;
	line-height:170%;	
}

.eigo_box3_txt p{
	text-align:center;
	color:#ea006d;
	font-size:30px;
	margin-bottom:15px;
	padding-top:10px;
	font-weight:bold;
	
}

.eigo_box3_img{
	width:23.5%;
	float:left;
}

.eigo_box3_img p{
	font-size:12px;
	text-align:center;
	margin-top:3px;
}





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

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

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

.e_g_img03 ul li p{
	font-size:13px;
	text-align:left;
	height:60px;
	margin-top:10px;
	line-height:150%;
	
}



.e_g_img04{
	text-align:center;
	margin-bottom:5px;
}


.eng_m_bg{
	max-width:100%;
	width:770px;

	background:url(/img/international/english/2016/03/bg01.jpg) repeat;
	padding:25px 15px 25px 15px;
	margin:0 auto 60px  auto;
}

.eng_m{
	max-width:100%;
	width:750px;
	margin:0 auto 0 auto;

}


.eng_m_l{
	width:48.5%;
	height:auto;
	float:left;
}

.eng_m_r{
	width:48.5%;
	height:auto;
	float:right;
}

.eng_m dl dt{
	font-size:16px;
	font-weight:bold;
	margin-bottom:8px;
	color:#FFF;
}

.eng_m dl dd{
	font-size:14px;
	color:#FFF;
	line-height:160%;
	
}







/* 英語特別講座vol2-------------------- */


.eng_v2_m_txt{
	width:620px;
	height:auto;
	padding:10px 15px;
	font-size:14px;
	line-height:160%;
	margin:0 auto 30px auto;
	
	border:1px solid #333;
	box-sizing: border-box;

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

}



.eng_v2_m_img{
	text-align:center;
	margin-bottom:40px;
	z-index:2;

}

.eng_v2_niltutei{
	
	width:980px;
	height:auto;
	padding:20px 20px;
	font-size:14px;
	line-height:160%;
	background:#fbfbf0;
	
	border:1px solid #d2d2d2;
		box-sizing: border-box;	
	
	
	margin:0 auto 60px auto;


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

.eng_v2_niltutei_ttl{
	font-size:26px;
	font-weight:bold;
	color:#803855;
	margin-bottom:20px;
	text-align:center;

	font-family: "Noto Sans Japanese";
}

.eng_v2_niltutei dl{

	margin:0;
	padding:8px 0 0 0;
	border-top:1px dotted #999999;
	box-sizing:border-box;
}

.eng_v2_niltutei dl dt{
	float:left;
	clear:both;
	font-size:14px;
	margin-right:15px;
	font-weight:bold;

}

.eng_v2_niltutei dl dd{
	font-size:14px;
	color:#333;
	padding-left:260px;
	margin-bottom:8px;
	padding-bottom:8px;
	border-bottom:1px dotted #999999;
	box-sizing:border-box;

}




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

.eng_v2_kome ul{
	width:100%;
	height:auto;	
}

.eng_v2_kome ul li{
	width:48%;
	height:auto;
	margin-right:4%;
	margin-bottom:45px;
	padding-bottom:40px;
	float:left;
	background:#FFF !important;
}

.eng_v2_kome ul li:nth-child(2n){
	margin-right:0;
	float:left;
}


.eng_v2_kome ul li img{
	width:100%;
	height:auto;
	margin-bottom:20px;
}

.eng_v2_kome ul li dl dt{
	font-size:15px;
	margin-bottom:25px;
	text-align:center;
}

.eng_v2_kome ul li dl dd{
	font-size:14px;
	line-height:160%;
	height:280px;
}


.eng_v2_kome ul li.eng_v2_kome_g p{
	font-size:22px;
	color:#e17fb7;
	margin-bottom:10px;
}

.eng_v2_kome ul li.eng_v2_kome_g{
	border-bottom:5px solid #e17fb7;
}



.eng_v2_kome ul li.eng_v2_kome_b p{
	font-size:22px;
	color:#21aec3;
	margin-bottom:10px;
}

.eng_v2_kome ul li.eng_v2_kome_b{
	border-bottom:5px solid #21aec3;
}


.eng_v2_img001{
	text-align:center;
}






/* 英語特別講座vol3-------------------- */

.eng_v3_m_img{
	text-align:center;
	margin-bottom:70px;
	z-index:2;

}

.eng_v3_kome01{
	margin-bottom:60px;
}

.eng_v3_kome01 ul{
}

.eng_v3_kome01 ul li{
	margin-bottom:25px;
	padding-bottom:20px;
}

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

.eng_v3_kome01 ul li dl dt{
	font-size:15px;
	margin-bottom:25px;
	display:block;

}

.eng_v3_kome01 ul li dl dd{
	font-size:14px;
	line-height:160%;
	height:280px;
}


.eng_v3_kome_g p{
	font-size:22px;
	color:#e17fb7;
	display:inline-block;
	margin-right:10px;
	margin-bottom:10px;
}

.eng_v3_kome_g{
	border-bottom:5px solid #e17fb7;
}


.eng_v3_kome_b p{
	font-size:22px;
	color:#21aec3;
	display:inline-block;
	margin-right:10px;
	margin-bottom:10px;
}

.eng_v3_kome_b{
	border-bottom:5px solid #21aec3;
}


.eng_v3_kyouin_v{
}

.eng_v3_kyouin_v dl dt{
	font-size:28px;
	color:#900;
	margin-bottom:25px;
	text-align:center;
	
}

.eng_v3_kyouin_v dl dd{
	font-size:14px;
	line-height:150%;
	margin-bottom:30px;
	
	background:#900;
	color:#FFF;
	padding:15px 20px;
	box-sizing:border-box;

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


.eng_v3_kyouin_v dl dd p{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;

}



/* サイトマップ------------------------------------------- */


.main_top_manu{
}



.main_top_manu ul li{
    width: 48%;
    height: auto;
    float: left;
    margin-right: 4%;
}


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

.main_top_manu ul li dl{
margin-bottom: 40px;
padding-bottom: 20px;
    border-bottom: 1px dotted #80a1c3;
}

.main_top_manu ul li dl dt{
    margin-bottom: 20px;
    border-bottom: 1px dotted #80a1c3;
    padding-bottom: -30px;
}

.main_top_manu ul li dl dd{
    font-size: 14px;
    line-height: 120%;
    background: url("/img/sitemap/list.png") left 3px no-repeat;
    margin-bottom: 15px;
    padding-left: 10px;
    
}

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

.main_top_manu ul li dl dd ul{
margin: 10px 0;

}

.main_top_manu ul li dl dd ul li{
    font-size: 14px;
    line-height: 120%;
    background: url("/img/sitemap/list.png") left 3px no-repeat;
    margin-bottom: 15px;
    padding-left: 10px;
    
    width: auto;
    height: auto;
    float: none;
    margin-right: 0%;    
    
}



.main_top_manu ul li dl dd a{
    color:#000000;
    text-decoration: none;
}

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




/*澳门赌场注册,澳门特区赌场一覧------------------------------------------- */




.ctt_lst{
}



.ctt_lst ul li{
    width: 48%;
    height: auto;
    float: left;
    margin-right: 4%;
}


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

.ctt_lst table{
    margin-bottom: 60px;
}


.ctt_lst table th{
	width:120px;
	padding:10px 0;
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;
    vertical-align: text-top;

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

.ctt_lst table td{
	padding:10px 0;
	box-sizing:border-box;

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

    border-bottom: 1px dotted #999999;
}




/* ページ下にある澳门赌场注册,澳门特区赌场のテーブル------------------------------------------- */



.pg_ctt_tbl{
    margin-bottom: 80px;
}

.pg_ctt_tbl table{
    width: 100%;
}

.pg_ctt_tbl table th{
  position: relative;
  
	width:120px;
	padding:10px 10px;
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 160%;
	border-collapse:collapse;
    vertical-align: text-top;
    color: #FFFFFF;

	text-align:left;

    
  background-color: #52c2d0;
}

.pg_ctt_tbl table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}



.pg_ctt_tbl table td{
	padding:10px 20px;
	box-sizing:border-box;

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

    border-bottom:2px solid #FFFFFF;
  background-color: #eee;    
}









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


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


.tp_rrti_in{
    height: 600px;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_rrti_in01{

}

.tp_rrti_in01_eng{
    font-size: 48px;
    line-height: 120%;
    color: #cc0000;
    margin-bottom: 30px;

    font-family: adobe-handwriting-ernie, sans-serif;
    font-style: normal;
    font-weight: 400;
    
    transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);    
}


.tp_rrti_in01 dl dt{
    font-size: 48px;
    line-height: 120%;
    color: #000000;
    
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}


.tp_rrti_in01 dl dt span{
    color: #cc0000;
}


.tp_rrti_in01 dl dd{
    font-size: 24px;
    line-height: 160%;
    color: #000000;
    
    font-weight: bold;
    text-align: center;
    
    margin-bottom: 30px;
}






/* トップ　事業案内 入口-------------------------------------------- */


.tp_sv{
}

.tp_sv ul li{
    width: 49.5%;
    height: auto;
    float: left;
    margin-right: 1%;
}

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


.tp_sv_in{
    max-width: 250px;
    height: 450px;
    background: rgba( 0, 0, 0, 0.60 );
    margin-left: 160px;
    
    color: #FFFFFF;
    
    font-size: 30px;
    line-height: 100%;
    font-weight: bold;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     

}

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

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




/* トップ　会社情報-------------------------------------------- */


.tp_cpny_bg{
	height:500px !important;
	background:url("/img/top/03.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}


.tp_cpny_in{

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





/* 共通澳门赌场注册,澳门特区赌场---------------------------------------------- */


.cmm_ctt_tb{

padding-top: 70px;
padding-bottom: 70px;

background: url("/img/common/ctt_bg.jpg") repeat;

}

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




.cmm_ctt01{
margin-bottom: 20px;
}

.cmm_ctt01 dl dt{
    text-align: center;
    margin-bottom: 10px;
}

.cmm_ctt01 dl dd{
    text-align: center;
    font-size: 24px;
    line-height: 110%;

    color: #000000;
    margin-bottom: 25px;
    font-weight: bold;

}

.cmm_ctt01 dl dd p{
    font-size: 50px;
    line-height: 110%;

    color: #000000;
    margin-bottom: 5px;
    font-weight: bold;
}





.cmm_ctt02{
margin-bottom: 30px;

}

.cmm_ctt02 dl dt{
    text-align: center;
    margin-bottom: 10px;
}

.cmm_ctt02 dl dd{
}

.cmm_ctt03{
    text-align: center;
    font-size: 30px;
    line-height: 110%;

    color: #000000;

    font-weight: bold;  

}



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

.tp_abu_msg{
    margin-bottom: 70px;
}

.tp_abu_msg dl dt{
    font-size: 32px;
    line-height: 140%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}

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

}

.tp_abu_msg dl dd p{
    text-align: right;
    margin-top: 25px;
}


.tp_abu_img{
    margin-bottom: 70px;
}

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

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





.tp_abu_tbl{
    margin-bottom: 70px;
}

.tp_abu_tbl table{
    width: 100%;
}

.tp_abu_tbl table th{
	width:160px;
	padding:10px 0;
	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 #999999;
}

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

    border-bottom: 1px dotted #999999;
}

.tp_abu_map{
    margin-bottom: 70px;
}



.tp_abu_01{
    margin-bottom: 70px;
}

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

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


.tp_abu_01 dl dt{
    float: left;
    clear: both;
    
    font-size: 16px;
    line-height: 140%;
}

.tp_abu_01 dl dd{
    padding-left: 120px;
    font-size: 16px;
    line-height: 140%;

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




/* 事業内容--------------------------------------------- */

.svs_001{
    font-size: 32px;
    line-height: 140%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
}


.svs_002{
    margin-bottom: 70px;
}

.svs_002 ul li{
    width: 49%;
    height: 220px;
    float: left;
    margin-right: 2%;
    background: url("/img/service/bg.jpg") repeat;
    padding: 25px;
    box-sizing: border-box;

}

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

.svs_002 dl dt{
    font-size: 26px;
    line-height: 140%;
    color: #3870a4;
    text-align: center;
    margin-bottom: 25px;
}


.svs_002 dl dd{
    font-size: 18px;
    line-height: 170%;
}


.svs_003{
    margin-bottom: 70px;
}

.svs_003 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 25px;
    box-sizing: border-box;

}

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

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

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








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


.rrt_001{
    margin-bottom: 50px;
}


.rrt_001 dl dt p{
    font-size: 48px;
    line-height: 120%;
    color: #cc0000;
    margin-bottom: 10px;

    font-family: adobe-handwriting-ernie, sans-serif;
    font-style: normal;
    font-weight: 400;
    
    transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);    
}

.rrt_001 dl dt {
    font-size: 120px;
    line-height: 120%;
    color: #3e5f76;
    margin-bottom: 30px;
    text-align: center;
    
    font-family: trade-gothic-next-compressed, sans-serif;
    font-style: normal;
    font-weight: 100;
}


.rrt_001 dl dd{
    font-size: 48px;
    line-height: 120%;
    color: #000000;
    font-weight: bold;
    text-align: center;    
}

.rrt_001 dl dd span{
    color: #cc0000;
}





.rrt_002{
    margin-bottom: 40px;
}


.rrt_002 dl dt{
    font-size: 24px;
    line-height: 160%;
    font-weight: bold;
    margin-bottom: 20px;
}

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




.rrt_003{
    background: url("/img/service/bg.jpg") repeat;
    margin-bottom: 70px;
    padding: 40px;

    font-size: 18px;
    line-height: 180%;
    
    border-bottom: 1px solid #74a1be;
    border-top: 1px solid #74a1be;
}


.rrt_004{
    font-size: 40px;
    line-height: 140%;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.rrt_004 span{
    color: #cc0000;
}



.rrt_005{
    max-width: 520px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
}

.rrt_005 ul li{
    width: 49%;
    height: 250px;
    float: left;
    margin-right: 2%;
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
   
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */   
}

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


.rrt_005 dl dt{
font-size: 20px;
line-height: 120%;
margin-bottom: 10px;
color: #FFFFFF;
text-align: center;
}


.rrt_005 dl dd{
font-size: 30px;
line-height: 140%;
color: #FFFFFF;
text-align: center;
font-weight: bold;
}


.rrt_005 dl dd p{
font-size: 46px;
line-height: 140%;
}


.rrt_005_bg01{
    background: url("/img/recruit/bg01.jpg") repeat;
}

.rrt_005_bg02{
    background: url("/img/recruit/bg02.jpg") repeat;
}


.rrt_006{
    font-size: 18px;
    line-height: 180%;
    margin-bottom: 70px;

}




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

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

}

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

.rrt_007_img{
    text-align: center;
    margin-bottom: 25px;

}

.rrt_007_n{
    margin-bottom: 25px;
}

.rrt_007_n dl dt{
font-size: 36px;
line-height: 140%;
font-weight: bold;
margin-bottom: 5px;
}

.rrt_007_n dl dt span{

    color: #006699;
}



.rrt_007_n dl dd{
font-size: 18px;
line-height: 140%;
}


.rrt_007_v{
}

.rrt_007_v dl dt{
font-size: 24px;
line-height: 140%;
font-weight: bold;
margin-bottom: 5px;
}

.rrt_007_v dl dd{
font-size: 16px;
line-height: 160%;
margin-bottom: 25px;
}

.rrt_007_v dl ddlast-child{
	margin-bottom:0px;
}



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


.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: 40px;
    text-align: center;
}



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

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

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

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

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

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

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

}

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

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

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

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

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

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


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


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

}

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

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

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



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

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


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

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

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


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

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

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




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

    /*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(/css/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);
    }
}

/*  シンポジウム */

#e_s_prog{
    padding-top: 80px;
    margin-top: -80px;

}
#e_s_form{
    padding-top: 80px;
    margin-top: -80px;
}

.e_symposium_box{
	font-size:16px;
	line-height:150%;
	margin-bottom:20px;
  width: 100%;
}


.e_symposium_box a{
	font-size:12px;
	text-decoration:underline;
	color:#2EB8C2;
}

.e_symposium_box a:hover{
	font-size:12px;
	text-decoration:none;
	color:#2EB8C2;	
}

.e_symposium_dl{
  margin-bottom: 30px;
}

.e_symposium_dl li{
  margin-bottom: 20px;
}

.e_symposium_dl li dt{
  width: auto;
  color: #069;
  font-weight: bold;
  margin-bottom: 5px;
}

.e_symposium_dl li dd{
  padding-left: 2em;
  width: auto;
  line-height: 160%;
}

.e_symposium_form{
  margin: 20px auto;
	text-align: center;

}

.e_symposium_link{
    margin-bottom: 20px;
}

.e_symposium_link p{
	text-align: center;
	font-size: 18px;
	text-decoration: underline;
}

.e_symposium_link p a{
	color: #C00;
}


/*  未来創造基金 */

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

.fund_bnr_area ul{
    width: 100%;
    max-width: 1000px;
    margin: 0px auto 60px;   
}

.fund_bnr_area ul li{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
}

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

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


.fund_bnr_area ul li a img{
    width: 100%;
}


.fund_table{
    margin: 0px auto 20px;
}

.fund_table table{
    width: 100%;
}

.fund_table p{
    text-align: right;
}

.fund_table table th{
    text-align: center;

    background-color: #f0f8ff;

    font-size: 16px;
    border: 1px solid #000;
    padding: 5px;
    box-sizing: border-box;
}

.fund_table table th.txtr{
    text-align: right;
}

.fund_table table td{
    text-align: center;

    font-size: 16px;
    border: 1px solid #000;
    padding: 5px;
    box-sizing: border-box;
}


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

    padding: 30px;
    box-sizing: border-box;
	margin:0 auto 50px auto;
}

.fund_msg_l{
	width:200px;
	height:auto;
	float:left;

    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

.fund_msg_l p{
    font-size: 18px;
    font-weight: 500;
}

.fund_msg_r{
	width:calc(100% - 240px);
	height:auto;
	float:right;
    
    padding: 0px;
    box-sizing: border-box;
    font-size:16px;
	line-height:180%;
	margin-bottom:20px;
}

.fund_txt01{
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 30px;
}

.fund_txt02{
    background-color: rgba(32,47,85,1);
    padding: 30px 60px;
    box-sizing: border-box;

    width: 100%;
    max-width: 700px;

    border-radius: 10px;
    margin: 0px auto 60px;
}

.fund_txt02 > p{
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 30px;

    color: #fff;
}

.fund_txt02 dl dt{
    font-size: 18px;
    line-height: 160%;
    font-weight: bold;
    color: #fff;
}

.fund_txt02 dl dd{
    font-size: 16px;
    line-height: 160%;
    color: #fff;
    margin-bottom: 20px;
    padding-left: 22px;
}

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


.fund_txt02 dl p{
    margin-top: 10px;
    font-size: 18px;
}


.fund_txt03{
    width:100%;
    margin-bottom: 60px;
}

.fund_txt03 p{
    width:100%;
    font-size: 22px;
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;

    margin-bottom: 30px;
}

.fund_txt03 ul li{
    display: block;
    width:100%;

    box-sizing: border-box;
    padding-bottom: 30px;
    border-bottom: 1px dotted #999999;
    margin-bottom: 30px;

    clear: both;
    overflow: auto;
}

.fund_txt03 ul li .cat_img{
    float: left;
    width: 100%;
    max-width: 320px;

}


.fund_txt03 ul li dl{
    float: right;
    width: calc(100% - 340px);
}


.fund_txt03 ul li:last-child{
    border-bottom: none;
}

.fund_txt03 ul li dt{
    color: #202f56;

    font-size: 20px;
    font-weight: bold;

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

    margin-bottom: 20px;
}

.fund_txt03 ul li dd{

    font-size: 16px;

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

}



}


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



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


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

h1.h1_01{
    width: 180px;
    height: auto;
    position: absolute;
    top: 10px;
    left: 20px;    
}


h2.h2_01{
    font-size: 26px;
    line-height: 100%;
    margin-bottom: 35px;
    color: #003366;
    text-align: center;
    
font-family: trade-gothic-next-compressed, sans-serif;
font-style: normal;
font-weight: 400;

}



h2.h2_01{
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 45px;
    color: #000000;
    text-align: center;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;
}

h2.h2_01 p{
    font-size: 42px;
    line-height: 120%;
    color: #05cbd7;

    margin-bottom:1px;
    
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
    font-style: italic;
}


.h2_btm00{
    margin-bottom: 30px !important;
}



h3.h3_01{
    font-size: 26px;
    line-height: 120%;
    margin-bottom: 40px;
    color: #000000;
    text-align: center;
    padding-bottom: 10px;

    position: relative;

    border-bottom: 3px solid #014388;  
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;
}


h3.h3_01::before {
  content: "";
  position: absolute;
  top: -12px;
  bottom: -6px;
  left: 0px;
  right:-0px;
  border-bottom: 3px solid #85a4c6;  
  z-index: -1;
}



h4.h4_01{
    font-size: 21px;
    line-height: 120%;
    margin-bottom: 40px;
    color: #006699;
    text-align: center;
    padding-bottom: 10px;
    background: url("/img/common/h4.jpg") center bottom no-repeat;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;
}
    
 .h4_btm{
    margin-bottom: 15px !important;
}

    

h5.h5_01{
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 30px;
    color: #000000;
    
    border-left: 3px solid #006699;
    padding-top: 20px;
    padding-left: 10px;

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

    
    


h6.h6_01{
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 30px;
    color: #000000;
   position: relative;
   padding-bottom: 4px;
      
      
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;
}


h6.h6_01:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: 3px solid #85a4c6;  
  bottom: -3px;
  width: 100px;
}






h7.h7_01{
    font-size: 20px;
    line-height: 120%;
    display: block;
    margin-bottom: 20px;

    position: relative;      
    padding-left: 40px;
      
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;
}

h7.h7_01:before{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  left:0;  
  width: 35px;
  height: 2px;
  border-top: 2px solid black;

}




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



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

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

}

.top_slide li div{
	width:100%;
	min-height:450px;
    box-sizing: border-box;
 	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}




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



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





/* トップ　お知らせ------------------------------------------- */


.tp_info_b{
    margin-bottom: 70px;
}

.tp_info_b ul{
/*    list-style-image: linear-gradient(#e979ab,#e979ab);*/
}

.tp_info_b ul li{
    font-size: 15px;
    line-height: 140%;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px dotted #999999;
    background: url("/img/top/list01.jpg") left 4px no-repeat;
    background-size: 11px 11px;
    padding-left: 16px;

}

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

.tp_info_b ul li a{
    color: #000000;
}

.tp_info_b ul li a:hover{
    color: #951934;
}



/* トップ　News------------------------------------------- */

.tp_ns_tb{
    margin-bottom: 30px;
}

.tp_ns_tb ul li{
    width: 13%;
    height: auto;
    float: left;
    margin-right: 1.5%;
    
    font-size: 15px;
    line-height: 100%;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;    
}

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

.tp_ns_tb ul li a{
    height: 30px;
    display: block;
    color: #65ace4;
    border: 1px solid #65ace4;

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

.tp_ns_tb ul li a:hover{
    border: 1px solid #65ace4;
    background: #65ace4;
    color: #FFFFFF;
}




.tp_ns_b{
    margin-bottom: 20px;
}

.tp_ns_b dl dt{
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 5px;
    
    float: none;
    clear: both;
    
    font-family: ff-good-headline-web-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.tp_ns_b dl dt span{
    width: 80px;
    height: 8px;
    font-size: 12px;
    line-height: 100%;
    color: #65ace4;
    border: 1px solid #65ace4;
    margin-left: 10px;
    padding: 3px 6px 6px 6px;
    
    display: inline-block;
    text-align: center;

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


.tp_ns_b dl dd{
    font-size: 14px;
    line-height: 140%;
    padding-left: 0px;
    padding-bottom: 12px;

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


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

.tp_ns_b dl dd a:hover{
    color: #65ace4;
}


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



.tp_ns_b_btn{
    max-width: 430px;
    width: 100%;
    height: 45px;
    margin: 0 auto 70px auto;
}

.tp_ns_b_btn ul li{
    width: 49%;
    height: 45px;
    float: left;
    margin-right:2%;

}


.tp_ns_b_btn ul li:last-child{
    margin-right: 0%;
}



.tp_ns_b_btn a{
    display: block;
    border: 3px solid #E0E0E0;
    
    font-size: 15px;
    line-height: 100%;
    text-align:center;
    
    padding: 7px 5px 5px 5px;
    box-sizing: border-box;
    
    color: #2F2F2F;
    text-decoration: none;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
    
	
	-webkit-border-radius: 25px;     /* for Safari and Chrome */
	moz-border-radius: 25px;    /* for Firefox */
	-o-border-radius: 25px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:25px;   /* Linux browsers */
	border-radius: 25px;     /* CSS3 */

}


.tp_ns_b_btn a:hover{
    border: 3px solid #E0E0E0;
    background:  #E0E0E0;
    
    color: #2F2F2F;    
}

/* トップ　大きめバナー------------------------------------------- */


.tp_bnr_m{
    width: 100%;
    margin-bottom: 50px;
}

.tp_bnr_m > a img{
    width: 100%;
    height: auto;
}

.tp_bnr_m > a img {
    display: block;
    width: 100%;
    transition: 0.5s;
}

.tp_bnr_m > a:hover img {
    filter: brightness(80%);
}
  





.tp_bnr_b{

}

.tp_bnr_b ul li{
    width: 49.2%;
    height: auto;
    margin-right: 1.6%;
    margin-bottom: 10px;
    float: left;

}

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


.tp_bnr_b ul li  a img {
  display: block;
  width: 100%;
  transition: 0.5s;
}

.tp_bnr_b ul li  a:hover img {
    filter: brightness(80%);
}



/* トップ　小さいバナー------------------------------------------- */

.tp_bnr_s{

}

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

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

.tp_bnr_s ul li  a img {
  display: block;
  width: 100%;
  transition: 0.5s;
}

.tp_bnr_s ul li a:hover img {
    filter: brightness(80%);
}





/* ページ共通　ページ上にあるボタン---------------------------------------- */

.p_cmn_b{

}

.p_cmn_b ul li{
    width: 23.95%;
    height: auto;
    float: left;
    margin-right: 1.4%;
    margin-bottom: 12px;
}

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


.p_cmn_b.tri{
    max-width: 1000px;
    width: 100%;

    margin: 0px auto;
}

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

.p_cmn_b.tri ul li:nth-child(4n){
    margin-right: 2%;
}

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



.p_cmn_b ul li a{
    display: block;
    height: 80px;
    background: #014388;
    border-left: 5px solid #012a55;
    padding: 0 5px;
    
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;

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

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



.p_cmn_b ul li a:hover{
    background: #012a55;
    border-left: 5px solid #014388;
    color: #FFFFFF;
}


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




/* ページ共通　子メニューボタン---------------------------------------- */


.p_cmn_k{
    margin-bottom: 30px;
}

.p_cmn_k ul{
    text-align:center;
}

.p_cmn_k ul li{
    display: inline-block;
    
    font-size: 16px;
    line-height: 120%;

}

.p_cmn_k ul li a{
    border: 1px solid #3399cc;
    color: #3399cc;
    text-align: center;
    padding: 5px 8px;
    margin-right: 10px;
    display: block;

}

.p_cmn_k ul li a:hover{
    border: 1px solid #3399cc;
    background: #3399cc;
    color:#FFFFFF;
}



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



/* 大学案内---------------------------------------- */

.ui_img{
    text-align: center;
    margin-bottom: 30px;

}

.ui_txt01{
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 70px;

}

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


.ui_txt_b_tx{
    margin-bottom: 40px;
    padding: 25px;
    background:#d6e7f9;
}

.ui_txt_b_tx dl dt{
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 10px;
    color:#1E8DBD;

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

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

}


.ui_txt_lst01{
    margin: 15px 0;
}

.ui_txt_lst01 ul li{
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 15px;
    list-style: decimal;
    margin-left: 20px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;
}

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


.ui_txt_lst02{
    margin: 15px 0 30px;
}

.ui_txt_lst02 ul li{
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 15px;
    list-style: decimal;
    margin-left: 20px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;
}

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



.ui_txt_lst03{
    margin-bottom: 60px;
}

.ui_txt_lst03 ul li{
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 17px;
    list-style: decimal;
    margin-left: 16px;

}

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



.ui_tbl{
    margin-bottom: 70px;
}

.ui_tbl table{
    width: 100%;
}

.ui_tbl table th{
	width:130px;
	padding:10px 0;
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 160%;
	border-collapse:collapse;


    vertical-align: text-top;

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

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

    border-bottom: 1px dotted #999999;
}

.ui_tbl table td ul li{
    
	font-size:15px;
    line-height: 160%;
    margin-bottom: 10px;
    margin-right: 25px;
    background: url("/img/common/list001.png") left 10px no-repeat;
    padding-left: 10px;
    display: inline-block;
}




.ui_lst01{
    margin-bottom: 70px;
}


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

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


.ui_lst01 ul li p{
    font-size: 15px;
    line-height: 180%;
    margin-bottom:1px;
    color: #2D58BB;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
}




.ui_lst01 ul li ul{
    margin:20px 0;
}

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

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





.ui_lst02{
    margin-bottom: 40px;
}


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

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


.ui_lst02 ul li p{
    font-size: 15px;
    line-height: 180%;
    margin-bottom:1px;
    color: #2D58BB;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
}




.ui_img01{
    max-width: 400px;
    width: 100%;
    height: auto;
    text-align: center;    
    margin: 0 auto 60px auto;
}


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

.ui_img01_01 p{
    font-size: 15px;
    text-align: left;
    margin-top: 7px;
}



.ui_img01_04{
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto 20px auto;
}

.ui_img01_04 p{
    font-size: 15px;
    text-align: left;
    margin-top: 7px;
}



.ui_img01_02{
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto 60px auto;
}

.ui_img01_02 p{
    font-size: 15px;
    text-align: left;
    margin-top: 7px;
}

.ui_img01_03{
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto 50px auto;
}

.ui_img01_03 p{
    font-size: 15px;
    text-align: left;
    margin-top: 7px;
}



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

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

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

.ui_img02 ul li p{
    font-size: 14px;
    text-align:center;
    margin-top: 6px;

}



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

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

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

.ui_img02_01 ul li p{
    font-size: 14px;
    text-align:center;
    margin-top: 6px;

}



.ui_img03{

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

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

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

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

.ui_img03 dl dt{
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 5px;
    color: #B56567;
}

.ui_img03 dl dd{
    font-size: 15px;
    line-height: 150%;
}






.ui_img04{

    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
}

.ui_img04 ul li{
width: 48.5%;
height: auto;
margin-right: 3%;
float: left;
margin-bottom: 40px;
text-align: center;
}

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

.ui_img04 ul li p{
    min-height: 60px;
    font-size: 14px;
    line-height: 160%;
    margin-top: 12px;
    text-align: left;
}




.ui_btn01{
    margin-bottom: 50px;
    font-size: 15px;
}

.ui_btn01 ul li{

}



.ui_btn01 a{
    display: inline-block;
    padding: 7px 15px;
    background: #22AEA8;
    border: 2px solid  #22AEA8;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 100%;
    margin-right: 20px;
    float: left;
margin-bottom: 15px;    
}

.ui_btn01 a:hover{
    background:#FFFFFF;
    border: 2px solid  #22AEA8;
    color: #22AEA8;
}



.ui_btn02{
    margin-bottom: 20px;
    font-size: 15px;
}

.ui_btn02 ul li{

}

.ui_btn02 a{
    display: inline-block;
    padding: 7px 15px;
    background: #22AEA8;
    border: 2px solid  #22AEA8;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 100%;
    margin-right: 20px;
    float: left;
margin-bottom: 15px;    
}

.ui_btn02 a:hover{
    background:#FFFFFF;
    border: 2px solid  #22AEA8;
    color: #22AEA8;
}


.ui_map01{
    margin-bottom: 60px;
}

.ui_map02{
    margin-bottom: 40px;
}



.youtube_out01{
    margin-bottom: 60px;

}


.youtube_out02{
    margin-bottom: 40px;
}



.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}




/* デジタル想像学科 ---------------------------------------- */


.ui_txt_d_txt01{
    width: 100%;
    font-size: 15px;
    line-height: 160%;
    font-weight: 700;

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

    border: 1px solid #9b9b9b;

    margin-bottom: 30px;

    text-align: center;
}

.ui_txt_d_txt02{
    padding: 30px;
    box-sizing: border-box;

    border: 1px solid #9b9b9b;

    margin-bottom: 60px;

    font-size: 15px;
    line-height: 160%;
}

.ui_txt_d_txt02 p{
    margin-bottom: 20px;
}


.ui_txt_d_txt02 li{

    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

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

.ui_txt_d_txt02 li dt{
    color: #145e9c;
    font-weight: 700;
}



.ui_txt_d_txt03{
    width: 100%;
    margin-bottom: 60px;
}

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

.ui_txt_d_txt03 li::first-letter{
    color: #145e9c;
}


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

.ui_txt_d_txt04 li{
    width: 100%;
    border-radius: 10px;

    padding: 20px;
    box-sizing: border-box;
    text-align: center;

    margin-bottom: 20px;
}

.ui_txt_d_txt04 li:nth-child(1){
    background-color: #7ccdf3;
}

.ui_txt_d_txt04 li:nth-child(2){
    background-color: #fc9b9b;
}

.ui_txt_d_txt04 li:nth-child(3){
    background-color: #c0d770;
}

.ui_txt_d_txt04 li:nth-child(4){
    background-color: #edc922;
    margin-bottom: 0px;
}

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

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

.ui_txt_d_txt04 li dd{
    font-size: 16px;
    font-weight: 700;
    line-height: 160%;
    color: #ffffff;
}




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

.ui_txt_d_txt05 li{
    width: 100%;
    border-radius: 10px;

    padding: 20px;
    box-sizing: border-box;
    text-align: left;

    margin-bottom: 20px;

    font-size: 16px;
    font-weight: 700;
    line-height: 160%;
    color: #ffffff;

    background-color: #156b9d;
}




.ui_img05{
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
    text-align:center;
}

.ui_img05 p{
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
}

.ui_img06{
    width: 100%;
    height: auto;
    margin: 0 auto 60px auto;
    text-align:center;
}

.ui_img06 li{
    float: left;
    width: 32%;
    margin-right: 2%;
}

.ui_img06 li:nth-child(3n){

    margin-right: 0%;
}

.ui_img06 li img{
    width: 100%;
}



/* 学部案内 ---------------------------------------- */


.fi_pic01{
	max-width:540px;
	width:100%;
	height:auto;
	margin:0 auto 40px auto;

}

.fi_pic01_l{
	width:36%;
	height:auto;
	float:left;
}

.fi_pic01_l img{
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.fi_pic01_r{
	width:64%;
	height:295px;
	float:right;
    position: relative;

}

.fi_pic01_r_in{
    position: absolute;
    width: 100%;
    
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    
	font-size:28px;
	line-height:160%; 
    text-align: center;


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

.fi_pic01_r p{
	font-size:18px;
	line-height:160%;
	
}







.fi_pic02{
	max-width:400px;
	width:100%;
	height:auto;
	margin:0 auto 30px auto;

}

.fi_pic02_l{
	width:50%;
	height:auto;
	float:left;

}

.fi_pic02_l img{
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.fi_pic02_r{
	width:50%;
	height:150px;
	float:right;
    position: relative;
  
}

.fi_pic02_r_in{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    
	font-size:20px;
	line-height:160%; 

    padding: 15px;
    box-sizing: border-box;
    text-align: center;

}    

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

}    



.fi_bx01{

	margin:0 auto 60px auto;
}

.fi_bx01 dl dt{
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 7px;
    color: #2D58BB;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.fi_bx01 dl dd{
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 40px;

}

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

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



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

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


.fi_bx02{

	margin:0 auto 30px auto;
}

.fi_bx02 dl dt{
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 7px;
    color: #2D58BB;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.fi_bx02 dl dd{
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 40px;

}

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

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


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



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

.fi_tbl01 table{
    width: 100%;
}

.fi_tbl01 table th{
	width:150px;
	padding:10px 15px;
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;


    vertical-align: text-top;
    background: #F4F4F4;

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

.fi_tbl01 table td{
	padding:10px 15px;
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;
    border-bottom: 1px solid #D7D7D7;
}


.fi_tbl02{
    width: 100%;
    margin-bottom: 60px;
    font-size:14px;
}

.fi_tbl02 table{
    width: 100%;
}

.fi_tbl02 table th{
	width:150px;
	padding:10px 15px;
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;

    vertical-align: text-top;
    background: #F4F4F4;

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

.fi_tbl02 table td{
	padding:10px 15px;
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;
    border-bottom: 1px solid #D7D7D7;
}






.fi_tbl03{
    width: 100%;
    margin-bottom: 60px;
}

.fi_tbl03 table{
    width: 100%;
}

.fi_tbl03 table th{
	width:150px;
	padding:10px 15px;
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;

    vertical-align: text-top;
    background: #F4F4F4;

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

.fi_tbl03 table td{
	padding:10px 15px;
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;
    border-bottom: 1px solid #D7D7D7;
}



.fi_tbl03 table td ul{
    margin: 7px 0;

}

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

}

.fi_tbl03 table tdul li:last-child{
	margin-bottom:0px;
}


.fi_tbl03_td01{
    width: 130px;
}


.fi_tbl03_01 table th{
    text-align: center;
    width: auto;
}

.fi_tbl03_01 table th:nth-child(1){
    width: 80px;
}



.fi_tbl04{
  max-width: 1020px;
  overflow-x: auto;
    margin-bottom: 60px;
}

.fi_tbl04 table{
    width: 100%;

  white-space: nowrap;
  margin: 10px 0;
}

.fi_tbl04 table th{
	width:160px;
	padding:10px 15px;
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;

    vertical-align: text-top;
    background: #F4F4F4;
    vertical-align:middle;
    text-align: center;
    border-bottom: 1px solid #D7D7D7;
}

.fi_tbl04 table td{
	padding:10px 15px;
	box-sizing:border-box;
    text-align: center;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;
    border-bottom: 1px solid #D7D7D7;
}


.fi_tbl04a table td{
	padding:10px;
}




.fi_tbl04::-webkit-scrollbar {
  height: 10px; /* スクロールバーの高さ */
}
 
.fi_tbl04::-webkit-scrollbar-thumb {
  background: #aaa; /* ツマミの色 */
}
 
.fi_tbl04::-webkit-scrollbar-track {
  background: #ddd; /* トラックの色 */
}






.fi_tbl04_01{
  max-width: 1020px;
  overflow-x: auto;
    margin-bottom: 30px;
}

.fi_tbl04_01 table{
    width: 100%;

  white-space: nowrap;
  margin: 10px 0;
}

.fi_tbl04_01 table th{
	width:160px;
	padding:10px 15px;
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;

    vertical-align: text-top;
    background: #F4F4F4;
    vertical-align:middle;
    text-align: center;
    border-bottom: 1px solid #D7D7D7;
}

.fi_tbl04_01 table td{
	padding:10px 15px;
	box-sizing:border-box;
    text-align: center;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;
    border-bottom: 1px solid #D7D7D7;
}

.fi_tbl04_01::-webkit-scrollbar {
  height: 10px; /* スクロールバーの高さ */
}
 
.fi_tbl04_01::-webkit-scrollbar-thumb {
  background: #aaa; /* ツマミの色 */
}
 
.fi_tbl04_01::-webkit-scrollbar-track {
  background: #ddd; /* トラックの色 */
}





.fi_tbl04_02{
  max-width: 1020px;
  overflow-x: auto;
    margin-bottom: 50px;
}

.fi_tbl04_02 table{
    width: 100%;

  white-space: nowrap;
  margin: 10px 0;
}

.fi_tbl04_02 table th{
	width:160px;
	padding:10px 15px;
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;

    vertical-align: text-top;
    background: #F4F4F4;
    vertical-align:middle;
    text-align: center;
    border-bottom: 1px solid #D7D7D7;
}

.fi_tbl04_02 table td{
	padding:10px 15px;
	box-sizing:border-box;
    text-align:left;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;
    border-bottom: 1px solid #D7D7D7;
}

.fi_tbl04_02::-webkit-scrollbar {
  height: 10px; /* スクロールバーの高さ */
}
 
.fi_tbl04_02::-webkit-scrollbar-thumb {
  background: #aaa; /* ツマミの色 */
}
 
.fi_tbl04_02::-webkit-scrollbar-track {
  background: #ddd; /* トラックの色 */
}






.fi_sk_out{
    background: #e7ead7;
    padding: 30px;
    margin-bottom: 60px;
}



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

.fi_sk01_l{
	width:41%;
	height:auto;
	float:right;

}

.fi_pic02_l img{
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.fi_sk01_r{
	width:59%;
	height:150px;

	float:left;    
    position: relative;
  
}

.fi_sk01_in{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    
	font-size:14px;
	line-height:170%; 

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


}    

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


.fi_sk01_qa_in{
    padding: 20px;
    background: #FFFFFF;
}

.fi_sk01_qa_in dl dt{
	font-size:17px;
	line-height:160%;
    margin-bottom: 10px;
    color: #4F9191;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
}

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

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

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






.fi_msg01{

}


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

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

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

}

.fi_msg01_in{

}

.fi_msg01_in dl dt{
    border-left: 3px solid #9EA497;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 15px;
    padding: 5px;

}

.fi_msg01_in dl dt p{
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 3px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;

}

.fi_msg01_in dl dd p{

    color: #D02C35;
    margin-bottom: 3px;


}

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


}




/* 学生生活------------------------------------------ */


.cl_tbl01{
    margin-bottom: 30px;
}

.cl_tbl01 table{
    width: 100%;
    border-top:1px  solid #e9f1f3;
}

.cl_tbl01 table th{
	width:140px;
	padding:10px 15px;
	box-sizing:border-box;
    
	font-size:15px;
	line-height:160%;
	border-collapse:collapse;
    background: #FFFFFF;
    text-align: center;

    border-bottom: 1px  solid #e9f1f3;
}

.cl_tbl01 table td{
	padding:10px 15px;
	box-sizing:border-box;

	font-size:15px;
	line-height:160%;
	border-collapse:collapse;

    border-bottom: 1px  solid #e9f1f3;
}



.cl_tbl02{
    margin-bottom: 80px;
}

.cl_tbl02 table{
    width: 100%;
    border-top:1px  solid #e9f1f3;
}

.cl_tbl02 table th{
	width:120px;
	padding:10px 15px;
	box-sizing:border-box;
    
	font-size:15px;
	line-height:160%;
	border-collapse:collapse;
    background: #FFFFFF;
    text-align: center;

    border-bottom: 1px  solid #e9f1f3;
}

.cl_tbl02 table td{
	padding:10px 15px;
	box-sizing:border-box;

	font-size:15px;
	line-height:160%;
	border-collapse:collapse;

    border-bottom: 1px  solid #e9f1f3;
}

.cl_tbl02 table tr:nth-child(odd){
background:#F7FBFF;
}

.cl_tbl01 table tr:nth-child(even){
background:#FBFCFD;
}



.cl_img01{
    margin-bottom: 40px;
}

.cl_img01 ul li{
width: 24.25%;
height: auto;
float: left;
margin-right: 1%;
}

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


.cl_img02{
    margin-bottom: 80px;
}

.cl_img02 ul li{
width: 24.25%;
height: auto;
float: left;
margin-right: 1%;
}

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




.cl_img03{
    margin-bottom: 70px;
}

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

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




.cl_bx01{
    margin-bottom: 30px;
}


.cl_bx01 dl dt{
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 10px;
    color: #B90C0E;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.cl_bx01 dl dd{
    font-size: 15px;
    line-height: 150%;

}

.renzansai_btn{
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;
    margin: 0 auto;
    background:#FFFFFF;
}

.renzansai_btn a{
width: 100%;
height: 45px;
    font-size: 15px;
    font-weight: 700;
    line-height: 110%;
    color:#ffffff;
    padding-top: 1px;
    text-decoration: none;

	background:#3399cc;
	border: 1px solid #3399cc;
     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; 

}


.renzansai_btn a:hover {
    background:#FFFFFF;
	border: 1px solid #3399cc;
    color:#3399cc;
}


.renzansai_kyousan{
    width: 100%;
    margin-bottom: 70px;
}

.renzansai_kyousan ul{
    width: 100%;
    text-align: left;
}

.renzansai_kyousan ul li{
    display: inline-block;
    vertical-align: top;
    width: 32%;
    padding: 5px;

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

    box-sizing: border-box;
}


/* 勝利の笑顔------ */


.syouri_box_out{
	width:100%;
	height:auto;
	padding-bottom:50px;
	
}


.syouri_ttl{
	width:100%;
	height:auto;
	margin-bottom:20px;
	text-align:center;
}

.syouri_txt01{
	text-align:center;
	font-weight:bold;
	font-size:22px;
    line-height: 160%;
	margin-bottom:25px;
}

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


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

.syouri_button_b ul{
	width:100%;
	height:auto;	
}


.syouri_button_b ul li{
	width:24.25%;
	height:auto;
	margin-right:1%;
    float: left;
	margin-bottom:15px;
	position:relative;
}

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

}




.syouri_button_b ul li span{
	position:absolute;
	top:10px;
	left:5px;
	font-size:33px;
	color:#FFF;

}

.syouri_button_b ul li p{
	font-size:13px;
	margin-top:5px;
	text-align:center;
	
}


.syouri_button_b ul li p a{
	color:#333;
	text-decoration:none;
}

.syouri_button_b ul li p a:hover{
	color:#333;
	text-decoration:underline;
}







.syouri_box_01{
	width:100%;
	height:auto;
	margin-bottom:25px;

}



.syouri_box_01_l{
	width:100%;
	height:auto;
	float:none;

}


.syouri_box_01_r{
    max-width: 500px;
	width:100%;
	height:auto;
	float:none;
    margin: 0 auto 30px auto;

}



.syouri_box_01_l_01{
   max-width: 500px;
	width:100%;
	height:auto;
    margin: 0 auto 10px auto;
}

.syouri_box_01_l_01 dl{
	width:100%;
	height:auto;	
}

.syouri_box_01_l_01 dl dt{
	font-size:24px;
	color:#ff6600;
	font-weight:bold;

	margin-bottom:15px;

}

.syouri_box_01_l_01 dl dt span{
	font-size:50px;
	color:#999999;

}

.syouri_box_01_l_01 dl dd{
	font-size:13px;
}

.syouri_box_01_l_01 dl dd p{
	font-size:18px;
	margin-top:3px;
}

.syouri_box_01_l_01 dl dd p span{
	font-size:13px !important;
}



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

.syouri_box_01_l_02 dl{
	width:100%;
	height:auto;
}

.syouri_box_01_l_02 dl dt{
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
}

.syouri_box_01_l_02 dl dd{
	font-size:15px;
	line-height:150%;
}










.syouri_box_02{
	width:100%;
	height:auto;
	margin-bottom:25px;

}



.syouri_box_02_l{
    max-width: 500px;
	width:100%;
	height:auto;
	float:none;
    margin: 0 auto 30px auto;

}

.syouri_box_02_r{
    max-width: 500px;
	width:100%;
	height:auto;
	float:none;
    margin: 0 auto 50px auto;
}


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

.syouri_box_02_r_01 dl{
	width:100%;
	height:auto;	
}

.syouri_box_02_r_01 dl dt{
	font-size:24px;
	color:#ff6600;
	font-weight:bold;

	margin-bottom:15px;

}

.syouri_box_02_r_01 dl dt span{
	font-size:50px;
	color:#999999;
}

.syouri_box_02_r_01 dl dd{
	font-size:13px;
}

.syouri_box_02_r_01 dl dd p{
	font-size:18px;
	margin-top:5px;
}

.syouri_box_02_r_01 dl dd p span{
	font-size:13px !important;
}



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

.syouri_box_02_r_02 dl{
	width:100%;
	height:auto;
}

.syouri_box_02_r_02 dl dt{
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
}

.syouri_box_02_r_02 dl dd{
	font-size:15px;
	line-height:150%;
}







/* オープンキャンパス-------------------- */

.oc_contact01{
	width:100%;
	height:auto;
	margin-bottom:60px;
	color:#FFF;
	padding:30px 30px;
	border:2px solid #066;
	box-sizing:border-box;


}

.oc_contact01 dl dt{
	text-align:center;
	font-size:18px;
	margin-bottom:10px;
	color:#066;
	font-weight:bold;

}

.oc_contact01 dl dd{

	font-size:15px;
	line-height:160%;
	color:#333;
	margin-bottom:15px;
}

.oc_contact01 dl dd p{
	font-weight:bold;
	margin-bottom:5px;
}

.oc_contact01 dl dd a{
	color:#693;
	text-decoration:underline;	
}

.oc_contact01 dl dd a:hover{
	color:#693;
	text-decoration:none;

}

.oc_contact01 ul{
	text-align:left !important;
	margin-bottom:20px;
}

.oc_contact01 ul li{
	line-height:140%;
	margin-bottom:5px;
	text-align:left !important;
	list-style:disc;
	margin-left:20px;
	font-size:14px;
	color:#333;
}

.oc_contact01_txtb{
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
	color:#333;
}



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

.oc_cb01 a{
    display: block;
	height:auto;
	padding:13px 10px;
	line-height:120%;
	color:#FFF !important;
	background:#32981D;
	display:block;
	text-align:center;
	text-decoration:none !important;
	font-weight:bold;
	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/css/border-radius.htc); /* IE用 */
}

.oc_cb01 a:hover{
    background: #0D570F;
	color:#FFF !important;

}



/* ｅラーニング------------------------------------------ */

.elg_list01{
    margin-bottom: 40px;

}


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

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

.elg_cr{
    color: #DD0003;
}



.elg_cg{
    color: #0099cc;
}



.elg_txt01{
    margin-bottom: 50px;

}

.elg_txt01 dl dt{
    font-size: 16px;
    line-height: 120%;
    color: #006699;
    margin-bottom: 8px;

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

.elg_txt01 dl dd{
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 30px;
    color: #333333;
}

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


.elg_txt01 dl dd ul li{
    background: url("/img/common/list001.png") left 8px no-repeat;
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 15px;
    padding-left: 11px;
}

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


.elg_bx{
    background: #438EB3;
    padding: 25px 15px;
    margin-bottom: 50px;
    
    font-size: 18px;
    line-height: 120%;
    text-align:center;
    color: #FFFFFF;
 }






/* COC 2019------------------ */


.coc_19_01{
	text-align:center;
	margin-top:60px;
	margin-bottom:60px;
	padding-bottom:60px;
	
	border-bottom:2px solid #f39800;
}


.coc_19_txt01{
	font-size:17px;
	line-height:160%;
	margin-bottom:50px;
}

.coc_19_02{
	text-align:center;
	margin-bottom:50px;

}



.coc_19_03{
	margin-bottom:70px;
	
}


.coc_19_03 dl dt{
	font-size:18px;
	line-height:120%;
	margin-bottom:20px;
	text-align:center;
	background:#003264;
	padding:5px 10px 7px 10px;
	color:#FFF;
}


.coc_19_03 dl dd{
	font-size:14px;
	line-height:140%;
	margin-bottom:30px;
}


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


.coc_19_03 dl dd ul li{
	list-style:disc;
	margin-left:20px;
	margin-right:10px;
	font-size:16px;
	float:left;
	margin-bottom:5px;

}

.coc_19_ttl01{
	font-size:30px;

	font-family: "Noto Sans JP";
	color:#f39800;
	font-weight:bold;
	text-align:center;

	
	border-top:2px solid #f39800;
	border-bottom:2px solid #f39800;
	margin-bottom:35px;
	padding:20px 10px 17px 10px;
}





.coc_19_04{
	margin-bottom:70px;
	
}

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

.coc_19_04 dl dd{
	max-width:630px;
	width:100%;
	height:auto;
	margin:0 auto 30px auto;
}

.coc_19_04 dl dd:last-child{
	margin:0 auto 0px auto;
}




.coc_19_04 dl dd ul.coc_19_04_001 li{
	background:url(/img/coc2019/03_01_list.jpg) left 7px no-repeat;
	font-size:17px;
	line-height:160%;
	padding-left:18px;
}

.coc_19_04 dl dd ul.coc_19_04_001 li ul{
	margin:10px 0;
}

.coc_19_04 dl dd ul.coc_19_04_001 li ul li{
	background:url(/img/coc2019/03_01_list01.jpg) left 8px no-repeat;
	padding-left:10px;
}



.coc_19_04 dl dd ul.coc_19_04_002 li{
	background:url(/img/coc2019/03_02_list.jpg) left 7px no-repeat;
	font-size:17px;
	line-height:160%;
	padding-left:18px;
}


.coc_19_04 dl dd ul.coc_19_04_003 li{
	background:url(/img/coc2019/03_03_list.jpg) left 7px no-repeat;
	font-size:17px;
	line-height:160%;
	padding-left:18px;
}




.coc_19_txt02{
	font-size:16px;
	line-height:160%;
	margin-bottom:60px;
	padding-bottom:40px;
	border-bottom:1px dotted #999999;
}



.coc_19_05_ttl01{
	font-size:26px;
	line-height:140%;
	margin-bottom:30px;
	text-align:center;

}

.coc_19_05_ttl01 span{
	font-size:30px;
	color:#cc0000;
}


.coc_19_05_ttl02{
	font-size:20px;
	line-height:120%;
	margin-bottom:40px;
	text-align:center;
	color:#FFF;
	background:#c30d23;
	padding:10px 10px 12px 10px ;

}

.coc_19_05_img01{
	text-align:center;
	margin-bottom:30px;
}


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

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

.coc_19_05_img02 dl dd{
	text-align:center;
	font-size:17px;
}

.coc_19_05_img02 dl dd a{
	color:#006699;
	text-decoration:underline;
}

.coc_19_05_img02 dl dd a:hover{
	color:#006699;
	text-decoration:none;
}



.coc_19_txt03{
	font-size:17px;
	line-height:160%;
	margin-bottom:30px;

}

.coc_19_txt03 ul li{
	list-style:decimal;
	margin-left:25px;
	line-height:120%;
	margin-bottom:20px;
}



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

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

.coc_19_06 ul li:last-child{
	margin-right:0%;
}

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


.coc_19_06_img{
	margin-bottom:20px;
}

.coc_19_06 ul li dl dt{
	background:url(/img/coc2019/05_list.jpg) left 5px no-repeat;
	color:#ff6600;
	font-size:17px;
	line-height:140%;
	margin-bottom:5px;
	padding-left:20px;
}

.coc_19_06 ul li dl dd{
	font-size:15px;
	line-height:140%;
	margin-bottom:10px;

}


.coc_19_txt04{

	font-size:17px;
	line-height:160%;
	margin-bottom:30px;

}

.coc_19_txt04 ul{
	margin-top:15px;
}

.coc_19_txt04 ul li{
	background:url(/img/coc2019/03_02_list.jpg) left 10px no-repeat;
	padding-left:18px;
	margin-bottom:5px;
}

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



.coc_19_07_ttl{
	font-size:25px;
	line-height:120%;
	text-align:center;
	color:#00adc2;
	margin-bottom:20px;
}

.coc_19_07_ttl span{
	padding-bottom:4px;
	border-bottom:3px solid #00adc2;

}

.coc_19_07{
	margin-bottom:60px;

}


.coc_19_07 ul li{
	width:100%;
	height:auto;

	padding:20px 0 30px 0;
	background:url(/img/coc2019/07_list.jpg) center bottom no-repeat;
}


.coc_19_07 ul li:last-child{
	padding:20px 0 0px 0;
	background:none !important;
}




.coc_19_07 ul li p{
	
	max-width:600px;
	width:100%;
	height:auto;
	display:block;
	padding:25px 10px 25px 10px;
	box-sizing:border-box;

	margin:0 auto 0 auto;
	
	font-size:18px;
	line-height:140%;
	color:#FFF;
	text-align:center;
	
	background:#00adc2;
}


.coc_19_contact{
	border:5px solid #c30d23;
	padding:25px;
	
	-webkit-border-radius: 15px;     /* for Safari and Chrome */
	moz-border-radius: 15px;    /* for Firefox */
	-o-border-radius: 15px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:15px;   /* Linux browsers */
	border-radius: 15px;     /* CSS3 */
}

.coc_19_contact dl dt{
	font-size:36px;
	line-height:120%;
	text-align:center;
	color:#c30d23;
	margin-bottom:20px;
}

.coc_19_contact dl dd{
	font-size:18px;
	line-height:140%;
	text-align:center;
	margin-bottom:10px;
}

.coc_19_contact dl dd p{
	font-size:22px;
	line-height:140%;
	text-align:center;
	margin-bottom:10px;
}

.coc_19_contact_tel{
	font-size:40px;
	line-height:120%;
	text-align:center;
	margin-bottom:10px;
	color:#ff6633;
}

.coc_19_contact_tel a{
	color:#ff6633;
	text-decoration:none;
}

.coc_19_contact_tel a:hover{
	color:#ff6633;
	text-decoration:underline;
}



.coc_19_contact_mail{
	font-size:20px;
	line-height:120%;
	text-align:center;
	color:#000000;
}

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

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



.coc_19_05_ttl03{
	font-size:18px;
	line-height:120%;
	margin-bottom:20px;
	color:#ff6600;
	padding-bottom:10px;
	border-bottom:2px solid #ff6600;

}


.coc_19_08{
	margin-bottom:40px;
}

.coc_19_08 ul li{
	list-style:decimal;
	line-height:140%;
	margin-bottom:15px;
	margin-left:22px;
	
	font-size:16px;
}

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


.coc_19_08 ul li ul{
	margin:15px 0;
}

.coc_19_08 ul li ul li{
	list-style-type: katakana;
	margin-left:30px;
}


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

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

.coc_19_09 ul li{
	width:49%;
	height:auto;
	float:left;
	margin-right:2%;
	margin-bottom:20px;
}
	
.coc_19_09 ul li:nth-child(2n){
	margin-right:0%;
}

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


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


.coc_19_09_01{
	width:100%;
	height:auto;
	margin-bottom:50px;

}

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

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




/* 英語特別講座-------------------- */

.eigo_tab{
	width:100%;
	height:auto;
	margin:20px auto 50px auto;
}

.eigo_tab ul li{
	width:32.2%;
	height:58px;
	float:left;
	text-align:center;
	margin-right:1.7%;

}

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

.eigo_tab ul li a{

	text-align:center;
	color:#FFF;
	display:block;
	font-size:16px;
	padding:8px 0;
	line-height:140%;
	background:url(/img/international/english/2016/tab01.jpg) repeat;
}

.eigo_tab ul li a:hover{

	text-align:center;
	color:#FFF;
	display:block;
	padding:8px 0;
	line-height:140%;
	background:url(/img/international/english/2016/tab01_on.jpg) repeat;
}

.eigo_tab_hover{
	background:url(/img/international/english/2016/tab01_on.jpg) repeat !important;
}


.eigo_box_out{
	padding-bottom:100px;
	
}



.eikoku_btn_b_bg{
	width:100%;
	height:auto;
	margin-bottom:35px;
	padding-top:15px;
	padding-bottom:25px;
	background:url(/img/international/english/bdr.jpg) bottom repeat-x;
}

.eikoku_btn_b{
	max-width:500px;
	width:100%;
	height:auto;
	margin:0 auto 0 auto;
}

.eikoku_btn_b li{
	width:49%;
	height:auto;
	float:left;
	margin-bottom:10px;
	text-align:center;
}

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

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



/* グローバル加速中！------------------- */


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

.eigo_02_ttl{
	text-align:center;
	margin-bottom:25px;	
}

.eigo_02_ttl p{
	text-align:center;
	margin-top:10px;
	font-size:14px;
}


.eigo_01_txtb01{
	width:460px;
	height:auto;
	padding:10px 15px;
	font-size:14px;
	line-height:160%;
	margin:0 auto 40px auto;
	
	border:1px solid #333;
	box-sizing: border-box;

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


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

.eigo_box1_txt{
	width:72%;
	float:left;
	line-height:190%;	
}

.eigo_box1_img{
	width:23.5%;
	float:right;
}

.eigo_box1_img p{
	font-size:12px;
	text-align:center;
	margin-top:3px;
}



.eigo_b02_01{
	margin-bottom:40px;
}

.eigo_b02_01 dl dt{
	background:url(/img/international/english/2016/01/list.jpg) left 2px no-repeat;
	padding-left:28px;
	padding-top:2px;
	margin-bottom:12px;
	font-size:19px;
	line-height:130%;
}

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


.eigo_b02_01_01{
	margin-bottom:60px;
}

.eigo_b02_01_01 dl dt{
	background:url(/img/international/english/2016/01/list.jpg) left 2px no-repeat;
	padding-left:28px;
	padding-top:2px;
	margin-bottom:12px;
	font-size:19px;
	line-height:130%;
}

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


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

.eigo_b02_02_txt{
	width:65%;
	float:left;
	line-height:190%;	
}

.eigo_b02_02_txt dl dt{
	background:url(/img/international/english/2016/01/list.jpg) left 2px no-repeat;
	padding-left:28px;
	padding-top:2px;
	margin-bottom:12px;
	font-size:19px;
	line-height:130%;
}

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

.eigo_b02_02_img{
	width:32.5%;
	float:right;
}


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







.eigo_b03_01{
	margin-bottom:20px;
}

.eigo_b03_01 dl dt{

	color:#875304;
	font-size:20px;
	margin-bottom:12px;
}

.eigo_b03_01 dl dt span{
	font-size:35px;
	color:#999999;
	font-family: 'Open Sans', sans-serif;
}

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

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

.eigo_b03_02_txt{
	width:68%;
	float:left;
	line-height:190%;	
}

.eigo_b03_02_txt dl dt{
	background:url(/img/international/english/2016/01/list.jpg) left 2px no-repeat;
	padding-left:28px;
	padding-top:2px;
	margin-bottom:12px;
	font-size:19px;
	line-height:130%;
}

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

.eigo_b03_02_img{
	width:29.5%;
	float:right;
}


.eigo_b03_02_img p{
	text-align:center;
	margin-top:3px;	
}


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

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

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



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

.s_voice_01_img{
	width:46%;
	height:auto;
	float:left;
	
}

.s_voice_01_txt{
	width:50%;
	height:auto;
	float:right;	
}

.s_voice_01_txt dl dt{
	font-size:16px;

	margin-bottom:15px;
	line-height:160%;
}

.s_voice_01_txt dl dd p{
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}

.s_voice_01_txt dl dd{
	font-size:13px;
	line-height:160%;
	
}


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

.s_voice_02_img{
	width:46%;
	height:auto;
	float:right;	

	
}

.s_voice_02_txt{
	width:50%;
	height:auto;
	float:left;
}

.s_voice_02_txt dl dt{
	font-size:16px;

	margin-bottom:15px;
	line-height:160%;
}

.s_voice_02_txt dl dd p{
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}

.s_voice_02_txt dl dd{
	font-size:13px;
	line-height:160%;
	
}





/* グローバル人材を育む------------------- */

.e_g_ttl01{
	text-align:center;
	margin-bottom:35px;
}

.e_g_txt01{
	width:100%;
	height:auto;
	margin-bottom:25px;
	font-size:14px;
	line-height:140%;
}

.e_g_txt02{
	font-size:19px;
	text-align:center;
	margin-bottom:20px;
}


.e_g_txt02 p{
	font-size:14px;
	text-align:center;
	margin-top:10px;
}


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

.e_g_img01 ul li{
	width:23.5%;
	height:auto;
	float:left;
	margin-right:2%;
	margin-bottom:2%;	 
}

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

.e_g_img01 ul li p{
	text-align:center;
	margin-top:6px;
	font-size:13px;
	
}


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

.e_g_txt03 dl{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

.e_g_txt03 dl dt{
	float:left;
	clear:both;
	font-size:13px;
	color:#000;
	width:9%;

}

.e_g_txt03 dl dd{
	font-size:13px;
	color:#000;
	border-bottom:1px dotted #cacaca;
	padding-left:9%;
	padding-bottom:8px;
	margin-bottom:8px;
	line-height:150%;

}


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

.e_g_img02 ul li{
	width:49%;
	height:auto;
	float:left;
 
}

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


.e_g_txt04{
	width:100%;
	height:auto;
	margin-bottom:40px;
	font-size:14px;
	line-height:170%;
}

.e_g_txt04 p{
	text-align:right;
	margin-top:7px;
}

.e_g_img03{
	text-align:center;
	margin-bottom:60px;
}








.e_g_txt03{
	width:100%;
	height:auto;
	margin-bottom:65px;
	font-size:14px;
	line-height:160%;
}

.e_g_txt03 p{
	text-align:center;
	font-size:18px;
	color:#007341;
	margin-bottom:10px;

}




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

.eigo_box2_txt{
	width:72%;
	float:left;
	font-size:14px;
	line-height:170%;	
}

.eigo_box2_txt p{
	text-align:center;
	color:#0081c0;
	font-size:26px;
	margin-bottom:10px;
	padding-top:10px;
	font-weight:bold;
	line-height:140% !important;
	
}

.eigo_box2_img{
	width:23.5%;
	float:right;
}

.eigo_box2_img p{
	font-size:12px;
	text-align:center;
	margin-top:3px;
}



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

.eigo_box3_txt{
	width:72%;
	float:right;
	font-size:14px;
	line-height:170%;	
}

.eigo_box3_txt p{
	text-align:center;
	color:#ea006d;
	font-size:26px;
	margin-bottom:10px;
	padding-top:10px;
	font-weight:bold;
	
}

.eigo_box3_img{
	width:23.5%;
	float:left;
}

.eigo_box3_img p{
	font-size:12px;
	text-align:center;
	margin-top:3px;
}





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

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

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

.e_g_img03 ul li p{
	font-size:13px;
	text-align:left;
	height:80px;
	margin-top:10px;
	line-height:150%;
	
}



.e_g_img04{
	text-align:center;
	margin-bottom:5px;
}


.eng_m_bg{
	width:94%;
	background:url(/img/international/english/2016/03/bg01.jpg) repeat;
	padding:3% 3% 3% 3%;
	margin:0 0 60px 0;
}

.eng_m{
	max-width:100%;
	width:750px;
	margin:0 auto 0 auto;

}


.eng_m_l{
	width:48.5%;
	height:auto;
	float:left;
}

.eng_m_r{
	width:48.5%;
	height:auto;
	float:right;
}

.eng_m dl dt{
	font-size:16px;
	font-weight:bold;
	margin-bottom:8px;
	color:#FFF;
}

.eng_m dl dd{
	font-size:14px;

	color:#FFF;
	line-height:160%;
	
}






/* 英語特別講座vol2-------------------- */


.eng_v2_m_txt{
	width:100%;
	height:auto;
	padding:10px 15px;
	font-size:14px;
	line-height:160%;
	margin:0 auto 30px auto;
	
	border:1px solid #333;
	box-sizing: border-box;

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

}



.eng_v2_m_img{
	text-align:center;
	margin-bottom:40px;
	z-index:2;

}

.eng_v2_niltutei{
	
	width:100%;
	height:auto;
	padding:20px 20px;
	font-size:14px;
	line-height:160%;
	background:#fbfbf0;
	
	border:1px solid #d2d2d2;
		box-sizing: border-box;	
	
	
	margin:0 auto 60px auto;


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

.eng_v2_niltutei_ttl{
	font-size:26px;
	font-weight:bold;
	color:#803855;
	margin-bottom:20px;
	text-align:center;

	font-family: "Noto Sans Japanese";
}

.eng_v2_niltutei dl{

	margin:0;
	padding:8px 0 0 0;
	border-top:1px dotted #999999;
	box-sizing:border-box;
}

.eng_v2_niltutei dl dt{
	float:none;
	clear:both;
	font-size:14px;
	margin-right:15px;
	font-weight:bold;

}

.eng_v2_niltutei dl dd{
	font-size:14px;
	color:#333;
	padding-left:0px;
	margin-bottom:8px;
	padding-bottom:8px;
	border-bottom:1px dotted #999999;
	box-sizing:border-box;

}




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

.eng_v2_kome ul{
	width:100%;
	height:auto;	
}

.eng_v2_kome ul li{
	width:48%;
	height:auto;
	margin-right:4%;
	margin-bottom:45px;
	padding-bottom:40px;
	float:left;
	background:#FFF !important;
}

.eng_v2_kome ul li:nth-child(2n){
	margin-right:0;
	float:left;
}


.eng_v2_kome ul li img{
	width:100%;
	height:auto;
	margin-bottom:20px;
}

.eng_v2_kome ul li dl dt{
	font-size:15px;
	margin-bottom:25px;
	text-align:center;
}

.eng_v2_kome ul li dl dd{
	font-size:14px;
	line-height:160%;
	height:440px;
}


.eng_v2_kome ul li.eng_v2_kome_g p{
	font-size:22px;
	color:#e17fb7;
	margin-bottom:10px;
}

.eng_v2_kome ul li.eng_v2_kome_g{
	border-bottom:5px solid #e17fb7;
}



.eng_v2_kome ul li.eng_v2_kome_b p{
	font-size:22px;
	color:#21aec3;
	margin-bottom:10px;
}

.eng_v2_kome ul li.eng_v2_kome_b{
	border-bottom:5px solid #21aec3;
}


.eng_v2_img001{
	text-align:center;
}










/* 英語特別講座vol3-------------------- */

.eng_v3_m_img{
	text-align:center;
	margin-bottom:60px;
	z-index:2;

}

.eng_v3_kome01{
	margin-bottom:60px;
}

.eng_v3_kome01 ul{
}

.eng_v3_kome01 ul li{
	margin-bottom:25px;
	padding-bottom:20px;
}

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

.eng_v3_kome01 ul li dl dt{
	font-size:15px;
	margin-bottom:25px;
	display:block;

}

.eng_v3_kome01 ul li dl dd{
	font-size:14px;
	line-height:160%;
	height:280px;
}


.eng_v3_kome_g p{
	font-size:22px;
	color:#e17fb7;
	display:inline-block;
	margin-right:10px;
	margin-bottom:10px;
}

.eng_v3_kome_g{
	border-bottom:5px solid #e17fb7;
}


.eng_v3_kome_b p{
	font-size:22px;
	color:#21aec3;
	display:inline-block;
	margin-right:10px;
	margin-bottom:10px;
}

.eng_v3_kome_b{
	border-bottom:5px solid #21aec3;
}


.eng_v3_kyouin_v{
}

.eng_v3_kyouin_v dl dt{
	font-size:28px;
	color:#900;
	margin-bottom:25px;
	text-align:center;
	
}

.eng_v3_kyouin_v dl dd{
	font-size:14px;
	line-height:150%;
	margin-bottom:30px;
	
	background:#900;
	color:#FFF;
	padding:15px 20px;
	box-sizing:border-box;

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


.eng_v3_kyouin_v dl dd p{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;


}






/* サイトマップ------------------------------------------- */


.main_top_manu{
}



.main_top_manu ul li{
    width: 48%;
    height: auto;
    float: left;
    margin-right: 4%;
}


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

.main_top_manu ul li dl{
margin-bottom: 40px;
padding-bottom: 20px;
    border-bottom: 1px dotted #80a1c3;
}

.main_top_manu ul li dl dt{
    margin-bottom: 20px;
    border-bottom: 1px dotted #80a1c3;
    padding-bottom: -30px;
}

.main_top_manu ul li dl dd{
    font-size: 14px;
    line-height: 120%;
    background: url("/img/sitemap/list.png") left 3px no-repeat;
    margin-bottom: 10px;
    padding-left: 10px;
    
}

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

.main_top_manu ul li dl dd ul{
margin: 10px 0;

}

.main_top_manu ul li dl dd ul li{
    font-size: 14px;
    line-height: 120%;
    background: url("/img/sitemap/list.png") left 3px no-repeat;
    margin-bottom: 10px;
    padding-left: 10px;
    
    width: auto;
    height: auto;
    float: none;
    margin-right: 0%;    
    
}



.main_top_manu ul li dl dd a{
    color:#000000;
    text-decoration: none;
}

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






/*澳门赌场注册,澳门特区赌场一覧------------------------------------------- */




.ctt_lst{
}



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


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

.ctt_lst table{
width: 100%;

    margin-bottom: 50px;
}


.ctt_lst table th{
	width:120px;
	padding:10px 0;
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;
    vertical-align: text-top;

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

.ctt_lst table td{
width:auto;
	padding:10px 0;
	box-sizing:border-box;

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

    border-bottom: 1px dotted #999999;
}







/* ページ下にある澳门赌场注册,澳门特区赌场のテーブル------------------------------------------- */



.pg_ctt_tbl{
    margin-bottom: 80px;
}

.pg_ctt_tbl table{
    width: 100%;
}

.pg_ctt_tbl table th{
  position: relative;
  
	width:100px;
	padding:10px 10px;
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;
    vertical-align: text-top;
    color: #FFFFFF;

	text-align:left;

    
  background-color: #52c2d0;
}

.pg_ctt_tbl table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}



.pg_ctt_tbl table td{
	padding:10px 20px;
	box-sizing:border-box;

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

    border-bottom:2px solid #FFFFFF;
  background-color: #eee;    
}







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


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


.tp_rrti_in{
    height: 400px;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_rrti_in01{

}

.tp_rrti_in01_eng{
    font-size: 30px;
    line-height: 120%;
    color: #cc0000;
    margin-bottom: 30px;

    font-family: adobe-handwriting-ernie, sans-serif;
    font-style: normal;
    font-weight: 400;
    
    transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);    
}


.tp_rrti_in01 dl dt{
    font-size: 30px;
    line-height: 120%;
    color: #000000;
    
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}


.tp_rrti_in01 dl dt span{
    color: #cc0000;
}


.tp_rrti_in01 dl dd{
    font-size: 20px;
    line-height: 160%;
    color: #000000;
    
    font-weight: bold;
    text-align: center;
    
    margin-bottom: 20px;
}




/* トップ　事業案内 入口-------------------------------------------- */


.tp_sv{
}

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

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


.tp_sv_in{
    max-width: 220px;
    height: 280px;
    background: rgba( 0, 0, 0, 0.60 );
    margin-left: 40px;
    
    color: #FFFFFF;
    
    font-size: 26px;
    line-height: 100%;
    font-weight: bold;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     

}

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

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




/* トップ　会社情報-------------------------------------------- */


.tp_cpny_bg{
	height:300px !important;
	background:url("/img/top/03.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}


.tp_cpny_in{

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







/* 共通澳门赌场注册,澳门特区赌场---------------------------------------------- */


.cmm_ctt_tb{

padding-top: 40px;
padding-bottom:40px;

background: url("/img/common/ctt_bg.jpg") repeat;

}

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




.cmm_ctt01{
margin-bottom: 20px;
}

.cmm_ctt01 dl dt{
    text-align: center;
    margin-bottom: 10px;
}

.cmm_ctt01 dl dt img{
    width: 40px;
}

.cmm_ctt01 dl dd{
    text-align: center;
    font-size: 21px;
    line-height: 110%;

    color: #000000;
    margin-bottom: 25px;
    font-weight: bold;

}

.cmm_ctt01 dl dd p{
    font-size: 40px;
    line-height: 110%;

    color: #000000;
    margin-bottom: 5px;
    font-weight: bold;
}





.cmm_ctt02{
margin-bottom: 25px;

}

.cmm_ctt02 dl dt{
    text-align: center;
    margin-bottom: 10px;
}

.cmm_ctt02 dl dt img{
    width: 40px;
}

.cmm_ctt02 dl dd{
}

.cmm_ctt03{
    text-align: center;
    font-size: 26px;
    line-height: 110%;

    color: #000000;

    font-weight: bold;  

}







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

.tp_abu_msg{
    margin-bottom: 60px;
}

.tp_abu_msg dl dt{
    font-size: 28px;
    line-height: 140%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.tp_abu_msg dl dd{
    font-size: 15px;
    line-height: 200%;

}

.tp_abu_msg dl dd p{
    text-align: right;
    margin-top: 25px;
}




.tp_abu_img{
    margin-bottom: 60px;
}

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

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




.tp_abu_tbl{
    margin-bottom: 60px;
}

.tp_abu_tbl table{
    width: 100%;
}

.tp_abu_tbl table th{
	width:160px;
	padding:10px 0;
	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 #999999;
}

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

    border-bottom: 1px dotted #999999;
}

.tp_abu_map{
    margin-bottom: 60px;
}



.tp_abu_01{
    margin-bottom: 60px;
}

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

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


.tp_abu_01 dl dt{
    float: left;
    clear: both;
    
    font-size: 15px;
    line-height: 140%;
}

.tp_abu_01 dl dd{
    padding-left: 120px;
    font-size: 15px;
    line-height: 140%;

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







/* 事業内容--------------------------------------------- */

.svs_001{
    font-size: 28px;
    line-height: 140%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}


.svs_002{
    margin-bottom: 60px;
}

.svs_002 ul li{
    width: 49%;
    height: 220px;
    float: left;
    margin-right: 2%;
    background: url("/img/service/bg.jpg") repeat;
    padding: 25px;
    box-sizing: border-box;

}

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

.svs_002 dl dt{
    font-size: 22px;
    line-height: 140%;
    color: #3870a4;
    text-align: center;
    margin-bottom: 25px;
}


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


.svs_003{
    margin-bottom: 60px;
}

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

}

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

.svs_003 dl dt{
    text-align: center;
    margin-bottom: 12px;
}

.svs_003 dl dd{
    font-size: 15px;
    line-height: 140%;
    text-align: center;
}







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


.rrt_001{
    margin-bottom: 40px;
}


.rrt_001 dl dt p{
    font-size: 30px;
    line-height: 120%;
    color: #cc0000;
    margin-bottom: 10px;

    font-family: adobe-handwriting-ernie, sans-serif;
    font-style: normal;
    font-weight: 400;
    
    transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);    
}

.rrt_001 dl dt {
    font-size: 80px;
    line-height: 120%;
    color: #3e5f76;
    margin-bottom: 20px;
    text-align: center;
    
    font-family: trade-gothic-next-compressed, sans-serif;
    font-style: normal;
    font-weight: 100;
}


.rrt_001 dl dd{
    font-size: 40px;
    line-height: 120%;
    color: #000000;
    font-weight: bold;
    text-align: center;    
}

.rrt_001 dl dd span{
    color: #cc0000;
}







.rrt_002{
    margin-bottom: 30px;
}


.rrt_002 dl dt{
    font-size: 22px;
    line-height: 160%;
    font-weight: bold;
    margin-bottom: 15px;
}

.rrt_002 dl dd{
    font-size: 17px;
    line-height: 170%;
}




.rrt_003{
    background: url("/img/service/bg.jpg") repeat;
    margin-bottom: 60px;
    padding: 30px;

    font-size: 17px;
    line-height: 170%;
    
    border-bottom: 1px solid #74a1be;
    border-top: 1px solid #74a1be;
}


.rrt_004{
    font-size: 36px;
    line-height: 140%;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.rrt_004 span{
    color: #cc0000;
}



.rrt_005{
    max-width: 460px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
}

.rrt_005 ul li{
    width: 49%;
    height: 220px;
    float: left;
    margin-right: 2%;
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
   
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */   
}

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


.rrt_005 dl dt{
font-size: 18px;
line-height: 120%;
margin-bottom: 10px;
color: #FFFFFF;
text-align: center;
}


.rrt_005 dl dd{
font-size: 24px;
line-height: 140%;
color: #FFFFFF;
text-align: center;
font-weight: bold;
}


.rrt_005 dl dd p{
font-size: 36px;
line-height: 140%;
}


.rrt_005_bg01{
    background: url("/img/recruit/bg01.jpg") repeat;
}

.rrt_005_bg02{
    background: url("/img/recruit/bg02.jpg") repeat;
}


.rrt_006{
    font-size: 17px;
    line-height: 170%;
    margin-bottom: 60px;

}




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

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

}

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

.rrt_007_img{
    text-align: center;
    margin-bottom: 25px;

}

.rrt_007_n{
    margin-bottom: 25px;
}

.rrt_007_n dl dt{
font-size: 30px;
line-height: 140%;
font-weight: bold;
margin-bottom: 5px;
}

.rrt_007_n dl dt span{

    color: #006699;
}



.rrt_007_n dl dd{
font-size: 16px;
line-height: 140%;
}


.rrt_007_v{
}

.rrt_007_v dl dt{
font-size: 22px;
line-height: 140%;
font-weight: bold;
margin-bottom: 5px;
}

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

.rrt_007_v dl ddlast-child{
	margin-bottom:0px;
}


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


.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: 15px;
    line-height: 160%;
    margin-bottom: 30px;
    text-align: center;
}




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

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

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

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

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



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

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

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

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

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

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

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

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


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

}

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

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

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



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

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

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

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

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


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


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

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




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

    /*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(/css/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);
    }
}

/*  シンポジウム */

#e_s_prog{
    padding-top: 70px;
    margin-top: -70px;

}
#e_s_form{
    padding-top: 70px;
    margin-top: -70px;
}

.e_symposium_box{
	font-size:16px;
	line-height:150%;
	margin-bottom:20px;
  width: 100%;
}


.e_symposium_box a{
	font-size:12px;
	text-decoration:underline;
	color:#2EB8C2;
}

.e_symposium_box a:hover{
	font-size:12px;
	text-decoration:none;
	color:#2EB8C2;	
}

.e_symposium_dl{
  margin-bottom: 30px;
}

.e_symposium_dl li{
  margin-bottom: 20px;
}

.e_symposium_dl li dt{
  width: auto;
  color: #069;
  font-weight: bold;
  margin-bottom: 5px;
}

.e_symposium_dl li dd{
  padding-left: 2em;
  width: auto;
  line-height: 160%;
}

.e_symposium_form{
  margin: 20px auto;
	text-align: center;

}


/*  未来創造基金 */

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

.fund_bnr_area ul{
    width: 100%;
    max-width: 660px;
    margin: 0px auto 50px;   
}

.fund_bnr_area ul li{
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
}

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

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


.fund_bnr_area ul li a img{
    width: 100%;
}


.fund_table{
    margin: 0px auto 20px;
}

.fund_table table{
    width: 100%;
}

.fund_table p{
    text-align: right;
}

.fund_table table th{
    text-align: center;

    background-color: #f0f8ff;

    font-size: 15px;
    border: 1px solid #000;
    padding: 5px;
    box-sizing: border-box;
}

.fund_table table th.txtr{
    text-align: right;
}

.fund_table table td{
    text-align: center;
    
    font-size: 15px;
    border: 1px solid #000;
    padding: 5px;
    box-sizing: border-box;
}


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

    padding: 20px;
    box-sizing: border-box;
	margin:0 auto 40px auto;
}

.fund_msg_l{
	width:200px;
	height:auto;
	float:left;

    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.fund_msg_l p{
    font-size: 16px;
    font-weight: 500;
}

.fund_msg_r{
	width:calc(100% - 220px);
	height:auto;
	float:right;
    
    padding: 0px;
    box-sizing: border-box;
    font-size:15px;
	line-height:180%;
	margin-bottom:20px;
}


.fund_txt01{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 25px;
}

.fund_txt02{
    background-color: rgba(32,47,85,1);
    padding: 25px 40px;
    box-sizing: border-box;

    width: 100%;
    max-width: 620px;

    border-radius: 10px;
    margin: 0px auto 50px;
}

.fund_txt02 > p{
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 25px;

    color: #fff;
}

.fund_txt02 dl dt{
    font-size: 16px;
    line-height: 160%;
    font-weight: bold;
    color: #fff;
}

.fund_txt02 dl dd{
    font-size: 15px;
    line-height: 160%;
    color: #fff;
    margin-bottom: 20px;
    padding-left: 20px;
}

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


.fund_txt02 dl p{
    margin-top: 10px;
    font-size: 16px;
}


.fund_txt03{
    width:100%;
    margin-bottom: 50px;
}

.fund_txt03 p{
    width:100%;
    font-size: 20px;
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;

    margin-bottom: 25px;
}

.fund_txt03 ul li{
    display: block;
    width:100%;

    box-sizing: border-box;
    padding-bottom: 25px;
    border-bottom: 1px dotted #999999;
    margin-bottom: 25px;

    clear: both;
    overflow: auto;
}

.fund_txt03 ul li .cat_img{
    float: left;
    width: 100%;
    max-width: 300px;

}


.fund_txt03 ul li dl{
    float: right;
    width: calc(100% - 320px);
}


.fund_txt03 ul li:last-child{
    border-bottom: none;
}

.fund_txt03 ul li dt{
    color: #202f56;

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

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

    margin-bottom: 20px;
}

.fund_txt03 ul li dd{

    font-size: 15px;

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






}



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

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



h1.h1_01{
    width: 160px;
    height: auto;
    position: absolute;
    top: 10px;
    left: 20px;
}




h2.h2_01{
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 35px;
    color: #000000;
    text-align: center;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;
}

h2.h2_01 p{
    font-size: 34px;
    line-height: 120%;
    color: #05cbd7;

    margin-bottom:5px;
    
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
    font-style: italic;
}



.h2_btm00{
    margin-bottom: 15px !important;
}




h3.h3_01{
    font-size: 21px;
    line-height: 120%;
    margin-bottom: 30px;
    color: #000000;
    text-align: center;
    padding-bottom: 10px;

    position: relative;

    border-bottom: 3px solid #014388;  
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;
}


h3.h3_01::before {
  content: "";
  position: absolute;
  top: -12px;
  bottom: -6px;
  left: 0px;
  right:-0px;
  border-bottom: 3px solid #85a4c6;  
  z-index: -1;
}



h4.h4_01{
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 30px;
    color: #006699;
    text-align: center;
    padding-bottom: 10px;
    background: url("/img/common/h4.jpg") center bottom no-repeat;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;
}

 .h4_btm{
    margin-bottom: 10px !important;
}


       

h5.h5_01{
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 20px;
    color: #000000;
    
    border-left: 3px solid #006699;
    padding-top: 15px;
    padding-left: 8px;

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



h6.h6_01{
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 20px;
    color: #000000;
   position: relative;
   padding-bottom: 4px;
      
      
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;
}


h6.h6_01:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: 3px solid #85a4c6;  
  bottom: -3px;
  width: 70px;
}




h7.h7_01{
    font-size: 16px;
    line-height: 120%;
    display: block;
    margin-bottom: 15px;

    position: relative;      
    padding-left: 30px;
      
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight:500;
}

h7.h7_01:before{
  content: '';
  position: absolute;
  top: 45%;
  display: inline-block;
  left:0;  
  width: 22px;
  height: 2px;
  border-top: 2px solid black;

}



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


.top_slide_out{
    padding: 0 15px;
}


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

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

}

.top_slide li div{
	width:100%;
	min-height:350px;
	 	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}

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



.university_information_top_img{
	width: 100%;
	height:130px;
	background:url("/img/university_information/main.jpg")  top center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:55px auto 0px auto;
}





/* トップ　お知らせ------------------------------------------- */


.tp_info_b{
    margin-bottom: 60px;
}

.tp_info_b ul{
/*    list-style-image: linear-gradient(#e979ab,#e979ab);*/
}

.tp_info_b ul li{
    font-size: 14px;
    line-height: 140%;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px dotted #999999;
    background: url("/img/top/list01.jpg") left 4px no-repeat;
    background-size: 9px 9px;
    padding-left: 14px;

}

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

.tp_info_b ul li a{
    color: #000000;
}

.tp_info_b ul li a:hover{
    color: #951934;
}





/* トップ　News------------------------------------------- */

.tp_ns_tb{
    margin-bottom: 10px;
}

.tp_ns_tb ul li{
    width: 23.5%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 8px;
    
    font-size: 13px;
    line-height: 100%;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;    
}

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

.tp_ns_tb ul li a{
    height: 25px;
    display: block;
    color: #65ace4;
    border: 1px solid #65ace4;

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

.tp_ns_tb ul li a:hover{
    border: 1px solid #65ace4;
    background: #65ace4;
    color: #FFFFFF;
}




.tp_ns_b{
    margin-bottom: 20px;
}

.tp_ns_b dl dt{
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 5px;
    
    float: none;
    clear: both;
    
    font-family: ff-good-headline-web-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.tp_ns_b dl dt span{
    width: 80px;
    height: 8px;
    font-size: 12px;
    line-height: 100%;
    color: #65ace4;
    border: 1px solid #65ace4;
    margin-left: 10px;
    padding: 3px 6px 6px 6px;
    
    display: inline-block;
    text-align: center;

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


.tp_ns_b dl dd{
    font-size: 14px;
    line-height: 140%;
    padding-left: 0px;
    padding-bottom: 12px;

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


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

.tp_ns_b dl dd a:hover{
    color: #65ace4;
}


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



.tp_ns_b_btn{
    max-width: 330px;
    width: 100%;
    height: 40px;
    margin: 0 auto 50px auto;
}

.tp_ns_b_btn ul li{
    width: 49%;
    height: 40px;
    float: left;
    margin-right:2%;

}


.tp_ns_b_btn ul li:last-child{
    margin-right: 0%;
}



.tp_ns_b_btn a{
    display: block;
    border: 3px solid #E0E0E0;
    
    font-size: 14px;
    line-height: 120%;
    text-align:center;
    
    padding: 5px;
    box-sizing: border-box;
    
    color: #2F2F2F;
    text-decoration: none;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
    
	
	-webkit-border-radius: 25px;     /* for Safari and Chrome */
	moz-border-radius: 25px;    /* for Firefox */
	-o-border-radius: 25px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:25px;   /* Linux browsers */
	border-radius: 25px;     /* CSS3 */

}


.tp_ns_b_btn a:hover{
    border: 3px solid #E0E0E0;
    background:  #E0E0E0;
    
    color: #2F2F2F;    
}





/* トップ　大きめバナー------------------------------------------- */


.tp_bnr_m{
    width: 100%;
    margin-bottom: 40px;
}

.tp_bnr_m > a img{
    width: 100%;
    height: auto;
}

.tp_bnr_m > a img {
    display: block;
    width: 100%;
    transition: 0.5s;
}

.tp_bnr_m > a:hover img {
    filter: brightness(80%);
}
  




.tp_bnr_b{

}

.tp_bnr_b ul li{
    width: 49.2%;
    height: auto;
    margin-right: 1.6%;
    margin-bottom: 8px;
    float: left;

}

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


.tp_bnr_b ul li  a img {
  display: block;
  width: 100%;
  transition: 0.5s;
}

.tp_bnr_b ul li  a:hover img {
    filter: brightness(80%);
}



/* トップ　小さいバナー------------------------------------------- */

.tp_bnr_s{

}

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

}

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



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

.tp_bnr_s ul li  a img {
  display: block;
  width: 100%;
  transition: 0.5s;
}

.tp_bnr_s ul li a:hover img {
    filter: brightness(80%);
}







/* ページ共通　ページ上にあるボタン---------------------------------------- */

.p_cmn_b{

}

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

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


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



.p_cmn_b ul li a{
    display: block;
    height: 45px;
    background: #014388;
    border-left: 4px solid #012a55;
    padding: 0 5px;
    
    font-size: 13px;
    line-height: 140%;
    color: #FFFFFF;

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

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



.p_cmn_b ul li a:hover{
    background: #012a55;
    border-left: 4px solid #014388;
    color: #FFFFFF;
}


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





/* ページ共通　子メニューボタン---------------------------------------- */


.p_cmn_k{
    margin-bottom: 25px;
}

.p_cmn_k ul{
    text-align:center;
}

.p_cmn_k ul li{
    display: inline-block;
    
    font-size: 13px;
    line-height: 120%;

}

.p_cmn_k ul li a{
    border: 1px solid #3399cc;
    color: #3399cc;
    text-align: center;
    padding: 5px 8px;
    margin-right: 10px;
    display: block;

}

.p_cmn_k ul li a:hover{
    border: 1px solid #3399cc;
    background: #3399cc;
    color:#FFFFFF;
}



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


/* 大学案内---------------------------------------- */

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

}

.ui_txt01{
	font-size:14px;
    line-height: 150%;
    margin-bottom: 60px;

}


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



.ui_txt_b_tx{
    margin-bottom: 30px;
    padding: 20px;
    background:#d6e7f9;
}

.ui_txt_b_tx dl dt{
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 10px;
    color:#1E8DBD;

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

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

}




.ui_txt_lst01{
    margin: 12px 0;
}

.ui_txt_lst01 ul li{
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 12px;
    list-style: decimal;
    margin-left: 15px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;
}

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



.ui_txt_lst02{
    margin: 12px 0 24px;
}

.ui_txt_lst02 ul li{
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 12px;
    list-style: decimal;
    margin-left: 15px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;
}

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



.ui_txt_lst03{
    margin-bottom: 60px;
}

.ui_txt_lst03 ul li{
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 12px;
    list-style: decimal;
    margin-left: 15px;

}

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



.ui_tbl{
    margin-bottom: 60px;
}

.ui_tbl table{
    width: 100%;
}

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

    color:#374BC0;

    vertical-align: text-top;

	text-align:left;
    border-bottom:none;
}

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

    border-bottom: 1px dotted #999999;
}

.ui_tbl table td ul li{
    
	font-size:14px;
    line-height: 150%;
    margin-bottom: 8px;
    margin-right: 20px;
    background: url("/img/common/list001.png") left 7px no-repeat;
    padding-left: 10px;
    display: inline-block;
}




.ui_lst01{
    margin-bottom: 60px;
}


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

    margin-left: 15px;
    background: url("/img/common/list001.png") left 8px no-repeat;
    padding-left: 10px;
}

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


.ui_lst01 ul li p{
    font-size: 15px;
    line-height: 140%;
    margin-bottom:3px;
    color: #2D58BB;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;
}





.ui_lst01 ul li ul{
    margin:15px 0;
}

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

    margin-left: 15px;
    background: url("/img/common/list001.png") left 8px no-repeat;
    padding-left: 10px;
}

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



.ui_lst02{
    margin-bottom: 30px;
}


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

    margin-left: 15px;
    background: url("/img/common/list001.png") left 8px no-repeat;
    padding-left: 10px;
}

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


.ui_lst02 ul li p{
    font-size: 15px;
    line-height: 140%;
    margin-bottom:3px;
    color: #2D58BB;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;
}


.ui_img01{
    max-width: 300px;
    width: 100%;
    height: auto;
    text-align: center;    
    margin: 0 auto 50px auto;
}

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

.ui_img01_01 p{
    font-size: 13px;
    text-align: left;
    margin-top: 5px;
}




.ui_img01_04{
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto 20px auto;
}

.ui_img01_04 p{
    font-size: 13px;
    text-align: left;
    margin-top: 5px;
}



.ui_img01_02{
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto 50px auto;
}

.ui_img01_02 p{
    font-size: 13px;
    text-align: left;
    margin-top: 5px;
}

.ui_img01_03{
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto 20px auto;
}

.ui_img01_03 p{
    font-size: 13px;
    text-align: left;
    margin-top: 5px;
}


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

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

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

.ui_img02 ul li p{
    font-size: 13px;
    text-align:center;
    margin-top: 5px;

}





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

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

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

.ui_img02_01 ul li p{
    font-size: 14px;
    text-align:center;
    margin-top: 6px;

}





.ui_img03{

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

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

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

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

.ui_img03 dl dt{
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 5px;
    color: #B56567;
}

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


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


.ui_img04{

    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
}

.ui_img04 ul li{
width: 100%;
height: auto;
margin-right: 3%;
float: none;
margin-bottom: 40px;
text-align: center;
}

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

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


.ui_img04 ul li p{
    min-height:auto;
    font-size: 14px;
    line-height: 160%;
    margin-top: 12px;
    text-align: left;
}








.ui_btn01{
    margin-bottom: 40px;
    font-size: 14px;
}

.ui_btn01 ul li{

}



.ui_btn01 a{
    display: inline-block;
    padding: 5px 10px;
    background: #22AEA8;
    border: 2px solid  #22AEA8;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 100%;
    margin-right: 10px;
    float: left;
margin-bottom: 8px;    
}

.ui_btn01 a:hover{
    background:#FFFFFF;
    border: 2px solid  #22AEA8;
    color: #22AEA8;
}


.ui_btn02{
    margin-bottom: 17px;
    font-size: 14px;
}

.ui_btn02 ul li{

}



.ui_btn02 a{
    display: inline-block;
    padding: 5px 10px;
    background: #22AEA8;
    border: 2px solid  #22AEA8;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 100%;
    margin-right: 10px;
    float: left;
margin-bottom: 8px;    
}

.ui_btn02 a:hover{
    background:#FFFFFF;
    border: 2px solid  #22AEA8;
    color: #22AEA8;
}




.ui_map01{
    margin-bottom: 50px;
}


.ui_map02{
    margin-bottom: 30px;
}


.youtube_out01{
    margin-bottom: 50px;
}

.youtube_out02{
    margin-bottom: 30px;
}



.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}



/* デジタル想像学科 ---------------------------------------- */


.ui_txt_d_txt01{
    width: 100%;
    font-size: 14px;
    line-height: 160%;
    font-weight: 700;

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

    border: 1px solid #9b9b9b;

    margin-bottom: 20px;

    text-align: center;
}

.ui_txt_d_txt02{
    padding: 20px;
    box-sizing: border-box;

    border: 1px solid #9b9b9b;

    margin-bottom: 50px;

    font-size: 14px;
    line-height: 160%;
}

.ui_txt_d_txt02 p{
    margin-bottom: 20px;
}


.ui_txt_d_txt02 li{

    border-bottom: 1px solid #cccccc;
    padding-bottom: 6px;
    margin-bottom: 10px;
}

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

.ui_txt_d_txt02 li dt{
    color: #145e9c;
    font-weight: 700;
}



.ui_txt_d_txt03{
    width: 100%;
    margin-bottom: 50px;
}

.ui_txt_d_txt03 li{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 20px;
}

.ui_txt_d_txt03 li::first-letter{
    color: #145e9c;
}


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

.ui_txt_d_txt04 li{
    width: 100%;
    border-radius: 10px;

    padding: 20px;
    box-sizing: border-box;
    text-align: center;

    margin-bottom: 20px;
}

.ui_txt_d_txt04 li:nth-child(1){
    background-color: #7ccdf3;
}

.ui_txt_d_txt04 li:nth-child(2){
    background-color: #fc9b9b;
}

.ui_txt_d_txt04 li:nth-child(3){
    background-color: #c0d770;
}

.ui_txt_d_txt04 li:nth-child(4){
    background-color: #edc922;
    margin-bottom: 0px;
}

.ui_txt_d_txt04 li dt{
    font-size: 16px;
    line-height: 160%;

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

.ui_txt_d_txt04 li dd{
    font-size: 15px;
    font-weight: 700;
    line-height: 160%;
    color: #ffffff;
}




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

.ui_txt_d_txt05 li{
    width: 100%;
    border-radius: 10px;

    padding: 20px;
    box-sizing: border-box;
    text-align: left;

    margin-bottom: 20px;

    font-size: 15px;
    font-weight: 700;
    line-height: 160%;
    color: #ffffff;

    background-color: #156b9d;
}




.ui_img05{
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
    text-align:center;
}

.ui_img05 p{
    font-size: 13px;
    font-weight: 700;
    line-height: 150%;
}

.ui_img06{
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
    text-align:center;
}

.ui_img06 li{
    float: left;
    width: 32%;
    margin-right: 2%;
}

.ui_img06 li:nth-child(3n){

    margin-right: 0%;
}

.ui_img06 li img{
    width: 100%;
}



/* 学部案内 ---------------------------------------- */


.fi_pic01{
	max-width:380px;
	width:100%;
	height:auto;
	margin:0 auto 30px auto;

}

.fi_pic01_l{
	width:50%;
	height:auto;
	float:left;
}

.fi_pic01_l img{
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.fi_pic01_r{
	width:50%;
	height:290px;
	float:right;
    position: relative;

}

.fi_pic01_r_in{
    position: absolute;
    width: 100%;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    
	font-size:20px;
	line-height:160%;


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

.fi_pic01_r p{
	font-size:15px;
	line-height:160%;
	
}








.fi_pic02{
	max-width:350px;
	width:100%;
	height:auto;
	margin:0 auto 30px auto;

}

.fi_pic02_l{
	width:55%;
	height:auto;
	float:left;

}

.fi_pic02_l img{
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.fi_pic02_r{
	width:45%;
	height:140px;
	float:right;
    position: relative;
  
}

.fi_pic02_r_in{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    
	font-size:16px;
	line-height:160%; 

    padding: 15px;
    box-sizing: border-box;
    text-align: center;

}    

.fi_pic02_r p{
	font-size:12px;
	line-height:160%;

}    



.fi_bx01{

	margin:0 auto 50px auto;
}

.fi_bx01 dl dt{
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 4px;
    color: #2D58BB;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
}

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

}

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


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

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





.fi_bx02{

	margin:0 auto 20px auto;
}

.fi_bx02 dl dt{
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 4px;
    color: #2D58BB;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
}

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

}

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


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

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






.fi_tbl01{
    width: 100%;
    margin-bottom: 15px;
}

.fi_tbl01 table{
    width: 100%;
}

.fi_tbl01 table th{
    display: block;
	width:100%;
	padding:5px 15px;
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;


    vertical-align: text-top;
    background: #F4F4F4;

	text-align:left;
    border-bottom:none;
}

.fi_tbl01 table td{
    display: block;
	width:100%;
	padding:10px 15px;
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;
    border-bottom:none;
}


.fi_tbl02{
    width: 100%;
    margin-bottom: 50px;
    font-size:14px;
}

.fi_tbl02 table{
    width: 100%;
}

.fi_tbl02 table th{
    display: block;
	width:100%;
	padding:5px 15px;
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;


    vertical-align: text-top;
    background: #F4F4F4;

	text-align:left;
    border-bottom:none;
}

.fi_tbl02 table td{
    display: block;
	width:100%;
	padding:10px 15px;
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;
    border-bottom:none;
}




.fi_tbl03{
    width: 100%;
    margin-bottom: 50px;
}

.fi_tbl03 table{
    width: 100%;
}

.fi_tbl03 table th{
    display: block;
	width:100%;
	padding:5px 15px;
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;


    vertical-align: text-top;
    background: #F4F4F4;

	text-align:left;
    border-bottom:none;
}

.fi_tbl03 table td{
    display: block;
	width:100%;
	padding:10px 15px;
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;
    border-bottom:none;
}


.fi_tbl03 table td ul{
    margin: 7px 0;

}

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

}

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

.fi_tbl03_td01{
    width: auto;
	padding:10px 15px;
}


.fi_tbl03_01{
    width: 100%;
    margin-bottom: 60px;
}

.fi_tbl03_01 table{
    width: 100%;
}

.fi_tbl03_01 table th{
    display: table-cell;
	width:auto;
	padding:10px 15px;
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;

    vertical-align: text-top;
    background: #F4F4F4;

	text-align:center;
    border-bottom: 1px solid #D7D7D7;
}

.fi_tbl03_01 table td{
    display: table-cell;
    width:auto;
	padding:10px 15px;
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;
    border-bottom: 1px solid #D7D7D7;
}


.fi_tbl03_01 table th:nth-child(1){
    width: 70px;
}


.fi_tbl04{
  max-width: 1020px;
  overflow-x: auto;
    margin-bottom: 50px;
}

.fi_tbl04 table{
    width: 100%;

  white-space: nowrap;
  margin: 10px 0;
}

.fi_tbl04 table th{
	width:160px;
	padding:10px 15px;
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;

    vertical-align: text-top;
    background: #F4F4F4;
    vertical-align:middle;
    text-align: center;
    border-bottom: 1px solid #D7D7D7;
}

.fi_tbl04 table td{
	padding:10px 15px;
	box-sizing:border-box;
    text-align: center;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;
    border-bottom: 1px solid #D7D7D7;
}


.fi_tbl04a table td{
	padding:10px;
}





.fi_tbl04_01{
  max-width: 1020px;
  overflow-x: auto;
    margin-bottom: 20px;
}

.fi_tbl04_01 table{
    width: 100%;

  white-space: nowrap;
  margin: 10px 0;
}

.fi_tbl04_01 table th{
	width:160px;
	padding:10px 15px;
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;

    vertical-align: text-top;
    background: #F4F4F4;
    vertical-align:middle;
    text-align: center;
    border-bottom: 1px solid #D7D7D7;
}

.fi_tbl04_01 table td{
	padding:10px 15px;
	box-sizing:border-box;
    text-align: center;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;
    border-bottom: 1px solid #D7D7D7;
}

.fi_tbl04_01::-webkit-scrollbar {
  height: 10px; /* スクロールバーの高さ */
}
 
.fi_tbl04_01::-webkit-scrollbar-thumb {
  background: #aaa; /* ツマミの色 */
}
 
.fi_tbl04_01::-webkit-scrollbar-track {
  background: #ddd; /* トラックの色 */
}






.fi_tbl04_02{
  max-width: 1020px;
  overflow-x: auto;
    margin-bottom: 40px;
}

.fi_tbl04_02 table{
    width: 100%;

  white-space: nowrap;
  margin: 10px 0;
}

.fi_tbl04_02 table th{
	width:160px;
	padding:10px 15px;
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;

    vertical-align: text-top;
    background: #F4F4F4;
    vertical-align:middle;
    text-align: center;
    border-bottom: 1px solid #D7D7D7;
}

.fi_tbl04_02 table td{
	padding:10px 15px;
	box-sizing:border-box;
    text-align:left;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;
    border-bottom: 1px solid #D7D7D7;
}

.fi_tbl04_02::-webkit-scrollbar {
  height: 10px; /* スクロールバーの高さ */
}
 
.fi_tbl04_02::-webkit-scrollbar-thumb {
  background: #aaa; /* ツマミの色 */
}
 
.fi_tbl04_02::-webkit-scrollbar-track {
  background: #ddd; /* トラックの色 */
}





.fi_sk_out{
    background: #e7ead7;
    padding: 20px 15px;
    margin-bottom: 30px;
}



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

.fi_sk01_l{
	width:100%;
	height:auto;
	float:none;
    text-align: center;

}

.fi_pic02_l img{
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.fi_sk01_r{
	width:100%;
	height:80px;


	float:none;    
    position: relative;
  
}

.fi_sk01_in{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    
	font-size:13px;
	line-height:160%; 

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


}    

.fi_sk01 p{
	font-size:16px;
	line-height:160%;
    margin-bottom: 5px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
}    


.fi_sk01_qa_in{
    padding: 15px;
    background: #FFFFFF;
}

.fi_sk01_qa_in dl dt{
	font-size:15px;
	line-height:160%;
    margin-bottom: 10px;
    color: #4F9191;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
}

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

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

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








.fi_msg01{

}


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

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

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

}

.fi_msg01_in{

}

.fi_msg01_in dl dt{
    border-left: 3px solid #9EA497;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 15px;
    padding: 5px;

}

.fi_msg01_in dl dt p{
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 3px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;

}

.fi_msg01_in dl dd p{

    color: #D02C35;
    margin-bottom: 3px;


}

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


}





/* 学生生活------------------------------------------ */


.cl_tbl01{
    margin-bottom: 30px;
}

.cl_tbl01 table{
    width: 100%;
    border-top:1px  solid #e9f1f3;
}

.cl_tbl01 table th{
	width:80px;
	padding:10px 15px;
	box-sizing:border-box;
    
	font-size:14px;
	line-height:150%;
	border-collapse:collapse;
    background: #FFFFFF;
    text-align: center;

    border-bottom: 1px  solid #e9f1f3;
}

.cl_tbl01 table td{
	padding:10px 10px;
	box-sizing:border-box;

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

    border-bottom: 1px  solid #e9f1f3;
}



.cl_tbl02{
    margin-bottom: 80px;
}

.cl_tbl02 table{
    width: 100%;
    border-top:1px  solid #e9f1f3;
}

.cl_tbl02 table th{
	width:80px;
	padding:10px 10px;
	box-sizing:border-box;
    
	font-size:14px;
	line-height:150%;
	border-collapse:collapse;
    background: #FFFFFF;
    text-align: center;

    border-bottom: 1px  solid #e9f1f3;
}

.cl_tbl02 table td{
	padding:10px 15px;
	box-sizing:border-box;

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

    border-bottom: 1px  solid #e9f1f3;
}

.cl_tbl02 table tr:nth-child(odd){
background:#F7FBFF;
}

.cl_tbl01 table tr:nth-child(even){
background:#FBFCFD;
}



.cl_img01{
    margin-bottom: 30px;
}

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

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



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




.cl_img02{
    margin-bottom: 50px;
}

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

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



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



.cl_img03{
    margin-bottom: 60px;
}

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

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



.cl_bx01{
    margin-bottom: 20px;
}


.cl_bx01 dl dt{
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 7px;
    color: #B90C0E;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
}

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

}

.renzansai_btn{
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;
    margin: 0 auto;
    background:#FFFFFF;
}

.renzansai_btn a{
width: 100%;
height: 40px;
    font-size: 14px;
    font-weight: 700;
    line-height: 110%;
    color:#ffffff;
    padding-top: 1px;
    text-decoration: none;

	background:#3399cc;
	border: 1px solid #3399cc;
     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; 

}


.renzansai_btn a:hover {
    background:#FFFFFF;
	border: 1px solid #3399cc;
    color:#3399cc;
}

.renzansai_kyousan{
    width: 100%;
    margin-bottom: 60px;
}

.renzansai_kyousan ul{
    width: 100%;
    text-align: left;
}

.renzansai_kyousan ul li{
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding: 5px;

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

    box-sizing: border-box;
}


/* 勝利の笑顔------ */


.syouri_box_out{
	width:100%;
	height:auto;
	padding-bottom:50px;
	
}


.syouri_ttl{
	width:100%;
	height:auto;
	margin-bottom:20px;
	text-align:center;
}

.syouri_txt01{
	text-align:center;
	font-weight:bold;
	font-size:19px;
    line-height: 160%;
	margin-bottom:25px;
}

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



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

.syouri_button_b ul{
	width:100%;
	height:auto;	
}


.syouri_button_b ul li{
	width:32.8%;
	height:auto;
	margin-right:0.8%;
    float: left;
	margin-bottom:15px;
	position:relative;
}

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

}


.syouri_button_b ul li:nth-child(4){
	margin-right:0.8%;

}


.syouri_button_b ul li:nth-child(6){
	margin-right:0 !important;

}


.syouri_button_b ul li span{
	position:absolute;
	top:10px;
	left:5px;
	font-size:33px;
	color:#FFF;

}

.syouri_button_b ul li p{
	font-size:11px;
	margin-top:5px;
	text-align:center;
    letter-spacing: -0.06em;
	
}


.syouri_button_b ul li p a{
	color:#333;
	text-decoration:none;
}

.syouri_button_b ul li p a:hover{
	color:#333;
	text-decoration:underline;
}







.syouri_box_01{
	width:100%;
	height:auto;
	margin-bottom:15px;

}



.syouri_box_01_l{
	width:100%;
	height:auto;
	float:none;

}


.syouri_box_01_r{
    max-width: 500px;
	width:100%;
	height:auto;
	float:none;
    margin: 0 auto 20px auto;

}

.syouri_box_01_r img{
	width:auto;
	height:auto;
	display:block;
	text-align:center;
	margin:0 auto;
}


.syouri_box_01_l_01{
   max-width: 500px;
	width:100%;
	height:auto;
    margin: 0 auto 10px auto;
}

.syouri_box_01_l_01 dl{
	width:100%;
	height:auto;	
}

.syouri_box_01_l_01 dl dt{
	font-size:20px;
	color:#ff6600;
	font-weight:bold;

	margin-bottom:05px;

}

.syouri_box_01_l_01 dl dt span{
	font-size:40px;
	color:#999999;

}

.syouri_box_01_l_01 dl dd{
	font-size:13px;
}

.syouri_box_01_l_01 dl dd p{
	font-size:18px;
	margin-top:3px;
}

.syouri_box_01_l_01 dl dd p span{
	font-size:13px !important;
}



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

.syouri_box_01_l_02 dl{
	width:100%;
	height:auto;
}

.syouri_box_01_l_02 dl dt{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

.syouri_box_01_l_02 dl dd{
	font-size:14px;
	line-height:150%;
}










.syouri_box_02{
	width:100%;
	height:auto;
	margin-bottom:15px;

}



.syouri_box_02_l{
    max-width: 500px;
	width:100%;
	height:auto;
	float:none;
    margin: 0 auto 20px auto;

}

.syouri_box_02_r{
    max-width: 500px;
	width:100%;
	height:auto;
	float:none;
    margin: 0 auto 50px auto;
}


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

.syouri_box_02_r_01 dl{
	width:100%;
	height:auto;	
}

.syouri_box_02_r_01 dl dt{
	font-size:20px;
	color:#ff6600;
	font-weight:bold;

	margin-bottom:10px;

}

.syouri_box_02_r_01 dl dt span{
	font-size:40px;
	color:#999999;
}

.syouri_box_02_r_01 dl dd{
	font-size:13px;
}

.syouri_box_02_r_01 dl dd p{
	font-size:18px;
	margin-top:5px;
}

.syouri_box_02_r_01 dl dd p span{
	font-size:13px !important;
}



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

.syouri_box_02_r_02 dl{
	width:100%;
	height:auto;
}

.syouri_box_02_r_02 dl dt{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

.syouri_box_02_r_02 dl dd{
	font-size:14px;
	line-height:150%;
}








/* オープンキャンパス-------------------- */

.oc_contact01{
	width:100%;
	height:auto;
	margin-bottom:50px;
	color:#FFF;
	padding:15px 20px;
	border:2px solid #066;
	box-sizing:border-box;


}

.oc_contact01 dl dt{
	text-align:center;
	font-size:16px;
	margin-bottom:10px;
	color:#066;
	font-weight:bold;

}


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



.oc_contact01 dl dd{

	font-size:14px;
	line-height:150%;
	color:#333;
	margin-bottom:15px;
}

.oc_contact01 dl dd p{
	font-weight:bold;
	margin-bottom:2px;
}

.oc_contact01 dl dd a{
	color:#693;
	text-decoration:underline;	
}

.oc_contact01 dl dd a:hover{
	color:#693;
	text-decoration:none;

}

.oc_contact01 ul{
	text-align:left !important;
	margin-bottom:20px;
}

.oc_contact01 ul li{
	line-height:140%;
	margin-bottom:5px;
	text-align:left !important;
	list-style:disc;
	margin-left:20px;
	font-size:14px;
	color:#333;
}

.oc_contact01_txtb{
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	color:#333;
}



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

.oc_cb01 a{
    display: block;
	height:auto;
	padding:9px 5px;
	line-height:120%;
	color:#FFF !important;
	background:#32981D;
	display:block;
	text-align:center;
	text-decoration:none !important;
	font-weight:bold;
	font-size:14px;
	
	-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/css/border-radius.htc); /* IE用 */
}

.oc_cb01 a:hover{
    background: #0D570F;
	color:#FFF !important;

}




/* ｅラーニング------------------------------------------ */

.elg_list01{
    margin-bottom: 30px;

}


.elg_list01 ul li{
    background: url("/img/common/list001.png") left 6px no-repeat;
	font-size:14px;
	line-height:150%;
    margin-bottom: 15px;
    padding-left: 11px;
}

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

.elg_cr{
    color: #DD0003;
}



.elg_cg{
    color: #0099cc;
}



.elg_txt01{
    margin-bottom: 50px;

}

.elg_txt01 dl dt{
    font-size: 15px;
    line-height: 120%;
    color: #006699;
    margin-bottom: 6px;

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

.elg_txt01 dl dd{
	font-size:14px;
	line-height:150%;
    margin-bottom: 30px;
    color: #333333;
}

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


.elg_txt01 dl dd ul li{
    background: url("/img/common/list001.png") left 6px no-repeat;
	font-size:14px;
	line-height:150%;
    margin-bottom: 15px;
    padding-left: 11px;
}

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


.elg_bx{
    background: #438EB3;
    padding: 20px 10px;
    margin-bottom: 40px;
    
    font-size: 15px;
    line-height: 120%;
    text-align:center;
    color: #FFFFFF;
 }



/* COC 2019------------------ */


.coc_19_01{
	text-align:center;
	margin-top:40px;
	margin-bottom:40px;
	padding-bottom:40px;
	
	border-bottom:2px solid #f39800;
}


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

.coc_19_02{
	text-align:center;
	margin-bottom:40px;

}



.coc_19_03{
	margin-bottom:40px;
	
}


.coc_19_03 dl dt{
	font-size:16px;
	line-height:120%;
	margin-bottom:15px;
	text-align:center;
	background:#003264;
	padding:5px 10px 8px 10px;
	color:#FFF;
}


.coc_19_03 dl dd{
	font-size:14px;
	line-height:140%;
	margin-bottom:30px;
}


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


.coc_19_03 dl dd ul li{
	list-style:disc;
	margin-left:20px;
	margin-right:10px;
	font-size:14px;
	float:left;
	margin-bottom:4px;

}

.coc_19_ttl01{
	font-size:20px;

	font-family: "Noto Sans JP";
	color:#f39800;
	font-weight:bold;
	text-align:center;

	
	border-top:2px solid #f39800;
	border-bottom:2px solid #f39800;
	margin-bottom:25px;
	padding:13px 10px 16px 10px;
}





.coc_19_04{
	margin-bottom:40px;
	
}

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

.coc_19_04 dl dd{
	max-width:630px;
	width:100%;
	height:auto;
	margin:0 auto 30px auto;
}

.coc_19_04 dl dd:last-child{
	margin:0 auto 0px auto;
}




.coc_19_04 dl dd ul.coc_19_04_001 li{
	background:url(/img/coc2019/03_01_list.jpg) left 2px no-repeat;
	font-size:14px;
	line-height:140%;
	padding-left:16px;
}

.coc_19_04 dl dd ul.coc_19_04_001 li ul{
	margin:5px 0;
}

.coc_19_04 dl dd ul.coc_19_04_001 li ul li{
	background:url(/img/coc2019/03_01_list01.jpg) left 6px no-repeat;
	padding-left:10px;
}



.coc_19_04 dl dd ul.coc_19_04_002 li{
	background:url(/img/coc2019/03_02_list.jpg) left 2px no-repeat;
	font-size:14px;
	line-height:140%;
	padding-left:16px;
}


.coc_19_04 dl dd ul.coc_19_04_003 li{
	background:url(/img/coc2019/03_03_list.jpg) left 2px no-repeat;
	font-size:14px;
	line-height:140%;
	padding-left:16px;
}




.coc_19_txt02{
	font-size:14px;
	line-height:140%;
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom:1px dotted #999999;
}



.coc_19_05_ttl01{
	font-size:16px;
	line-height:140%;
	margin-bottom:20px;
	text-align:center;

}

.coc_19_05_ttl01 span{
	font-size:20px;
	color:#cc0000;
}


.coc_19_05_ttl02{
	font-size:16px;
	line-height:120%;
	margin-bottom:30px;
	text-align:center;
	color:#FFF;
	background:#c30d23;
	padding:10px 10px 12px 10px ;

}

.coc_19_05_img01{
	text-align:center;
	margin-bottom:30px;
}


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

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

.coc_19_05_img02 dl dd{
	text-align:center;
	font-size:15px;
}

.coc_19_05_img02 dl dd a{
	color:#006699;
	text-decoration:underline;
}

.coc_19_05_img02 dl dd a:hover{
	color:#006699;
	text-decoration:none;
}



.coc_19_txt03{
	font-size:15px;
	line-height:140%;
	margin-bottom:30px;

}
.coc_19_txt03 ul li{
	list-style:decimal;
	margin-left:25px;
	line-height:120%;
	margin-bottom:20px;
}




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

.coc_19_06 ul li{
	width:100%;
	height:auto;
	float:left;
	margin-right:0%;
	margin-bottom:25px;

}

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

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


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

.coc_19_06 ul li dl dt{
	background:url(/img/coc2019/05_list.jpg) left 1px no-repeat;
	color:#ff6600;
	font-size:15px;
	line-height:140%;
	margin-bottom:5px;
	padding-left:20px;
}

.coc_19_06 ul li dl dd{
	font-size:14px;
	line-height:140%;
	margin-bottom:10px;

}


.coc_19_txt04{
	font-size:15px;
	line-height:140%;
	margin-bottom:35px;

}

.coc_19_txt04 ul{
	margin-top:15px;
}

.coc_19_txt04 ul li{
	background:url(/img/coc2019/03_02_list.jpg) left 10px no-repeat;
	padding-left:18px;
	margin-bottom:5px;
}

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



.coc_19_07_ttl{
	font-size:20px;
	line-height:120%;
	text-align:center;
	color:#00adc2;
	margin-bottom:15px;
}

.coc_19_07_ttl span{
	padding-bottom:4px;
	border-bottom:3px solid #00adc2;

}

.coc_19_07{
	margin-bottom:40px;

}


.coc_19_07 ul li{
	width:100%;
	height:auto;

	padding:15px 0 25px 0;
	background:url(/img/coc2019/07_list.jpg) center bottom no-repeat;
}


.coc_19_07 ul li:last-child{
	padding:15px 0 0px 0;
	background:none !important;
}




.coc_19_07 ul li p{
	
	max-width:600px;
	width:100%;
	height:auto;
	display:block;
	padding:20px 10px 20px 10px;
	box-sizing:border-box;

	margin:0 auto 0 auto;
	
	font-size:15px;
	line-height:130%;
	color:#FFF;
	text-align:center;
	
	background:#00adc2;
}


.coc_19_contact{
	border:4px solid #c30d23;
	padding:15px;

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

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

.coc_19_contact dl dd{
	font-size:16px;
	line-height:140%;
	text-align:center;
	margin-bottom:5px;
}

.coc_19_contact dl dd p{
	font-size:18px;
	line-height:130%;
	text-align:center;
	margin-bottom:5px;
}

.coc_19_contact_tel{
	font-size:20px;
	line-height:120%;
	text-align:center;
	margin-bottom:5px;
	color:#ff6633;
}

.coc_19_contact_tel a{
	color:#ff6633;
	text-decoration:none;
}

.coc_19_contact_tel a:hover{
	color:#ff6633;
	text-decoration:underline;
}



.coc_19_contact_mail{
	font-size:17px;
	line-height:120%;
	text-align:center;
	color:#000000;
}

.coc_19_contact_mail a{
	color:#0099cc;
	text-decoration:underlinel;
}

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











.coc_19_05_ttl03{
	font-size:16px;
	line-height:120%;
	margin-bottom:15px;
	color:#ff6600;
	padding-bottom:8px;
	border-bottom:2px solid #ff6600;

}


.coc_19_08{
	margin-bottom:40px;
}

.coc_19_08 ul li{
	list-style:decimal;
	line-height:140%;
	margin-bottom:15px;
	margin-left:22px;
	
	font-size:14px;
}

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


.coc_19_08 ul li ul{
	margin:10px 0;
}

.coc_19_08 ul li ul li{
	list-style-type: katakana;
	margin-left:30px;
}


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

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

.coc_19_09 ul li{
	max-width:310px;
	width:100%;
	height:auto;
	float:none;
	margin-right:0%;
	margin:0 auto 20px auto;
}
	
.coc_19_09 ul li:nth-child(2n){
	margin:0 auto 20px auto;
}

.coc_19_09 ul li:nth-child(3){
	margin:0 auto 20px auto;
}


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


.coc_19_09_01{
	width:100%;
	height:auto;
	margin-bottom:50px;

}

.coc_19_09_01 ul li{
	max-width:310px;
	width:100%;
	height:auto;
	float:none;
	margin-right:0%;
	margin:0 auto 20px auto;

}
	
.coc_19_09_01 ul li:nth-child(2n){
	margin:0 auto 0px auto;
}




/* 英語特別講座-------------------- */

.eigo_tab{
	width:100%;
	height:auto;
	margin:20px auto 30px auto;
}

.eigo_tab ul li{
	width:32.2%;
	height:58px;
	float:left;
	text-align:center;
	margin-right:1.7%;

}

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

.eigo_tab ul li a{

	text-align:center;
	color:#FFF;
	display:block;
	font-size:12px;
	padding:8px 0;
	line-height:140%;
	background:url(/img/international/english/2016/tab01.jpg) repeat;
}

.eigo_tab ul li a:hover{

	text-align:center;
	color:#FFF;
	display:block;
	padding:8px 0;
	line-height:140%;
	background:url(/img/international/english/2016/tab01_on.jpg) repeat;
}

.eigo_tab_hover{
	background:url(/img/international/english/2016/tab01_on.jpg) repeat !important;
}


.eigo_box_out{
	padding-bottom:100px;
	
}



.eikoku_btn_b_bg{
	width:100%;
	height:auto;
	margin-bottom:30px;
	padding-top:10px;
	padding-bottom:20px;
	background:url(/img/international/english/bdr.jpg) bottom repeat-x;
}

.eikoku_btn_b{
	max-width:500px;
	width:100%;
	height:auto;
	margin:0 auto 0 auto;
}

.eikoku_btn_b li{
	width:49%;
	height:auto;
	float:left;
	margin-bottom:10px;
	text-align:center;
}

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

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



/* グローバル加速中！------------------- */


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

.eigo_02_ttl{
	text-align:center;
	margin-bottom:25px;	
}

.eigo_02_ttl p{
	text-align:center;
	margin-top:10px;
	font-size:12px;
}


.eigo_01_txtb01{
	width:96%;
	height:auto;
	padding:2%;
	font-size:14px;
	line-height:160%;
	margin:0 auto 40px auto;
	
	border:1px solid #333;
	box-sizing: border-box;

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


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

.eigo_box1_txt{
	width:100%;
	float:none;
	line-height:190%;	
}

.eigo_box1_img{
	width:100%;
	float:none;
	text-align:center;
}

.eigo_box1_img p{
	font-size:12px;
	text-align:center;
	margin-top:8px;
	margin-bottom:10px;
}



.eigo_b02_01{
	margin-bottom:30px;
}

.eigo_b02_01 dl dt{
	background:url(/img/international/english/2016/01/list01.jpg) left 5px no-repeat;
	padding-left:20px;
	padding-top:4px;
	margin-bottom:10px;
	font-size:16px;
	line-height:130%;
}

.eigo_b02_01 dl dd{
	font-size:13px;
	line-height:160%;	
}


.eigo_b02_01_01{
	margin-bottom:50px;
}

.eigo_b02_01_01 dl dt{
	background:url(/img/international/english/2016/01/list01.jpg) left 5px no-repeat;
	padding-left:20px;
	padding-top:4px;;
	margin-bottom:12px;
	font-size:16px;
	line-height:130%;
}

.eigo_b02_01_01 dl dd{
	font-size:13px;
	line-height:160%;
}


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

.eigo_b02_02_txt{
	width:100%;
	float:none;
	line-height:190%;	
}

.eigo_b02_02_txt dl dt{
	background:url(/img/international/english/2016/01/list01.jpg) left 5px no-repeat;
	padding-left:20px;
	padding-top:2px;
	margin-bottom:12px;
	font-size:16px;
	line-height:130%;
}

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

.eigo_b02_02_img{
	width:100%;
	text-align:center;
	float:none;
	margin-bottom:20px;
}


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







.eigo_b03_01{
	margin-bottom:20px;
}

.eigo_b03_01 dl dt{

	color:#875304;
	font-size:18px;
	margin-bottom:12px;
}

.eigo_b03_01 dl dt span{
	font-size:28px;
	color:#999999;
	font-family: 'Open Sans', sans-serif;
}

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

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

.eigo_b03_02_txt{
	width:100%;
	float:none;
	line-height:190%;
	margin-bottom:20px;
	font-size:13px;
}

.eigo_b03_02_txt dl dt{
	background:url(/img/international/english/2016/01/list.jpg) left 2px no-repeat;
	padding-left:28px;
	padding-top:2px;
	margin-bottom:12px;
	font-size:19px;
	line-height:130%;
}

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

.eigo_b03_02_img{
	width:100%;
	float:none;
	text-align:center;
}


.eigo_b03_02_img p{
	text-align:center;
	margin-top:3px;
	font-size:12px;
}


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

.eigo_yousu ul li{
	width:49%;
	height:auto;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
	text-align:center;
	
	 
}

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

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



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

.s_voice_01_img{
	width:100%;
	height:auto;
	float:none;
	text-align:center;
	
}

.s_voice_01_txt{
	width:100%;
	height:auto;
	float:none;
}

.s_voice_01_txt dl dt{
	font-size:14px;
	margin-top:20px;
	margin-bottom:13px;
	line-height:140%;
}

.s_voice_01_txt dl dd p{
	font-size:16px;
	font-weight:bold;
	margin-bottom:13px;
}

.s_voice_01_txt dl dd{
	font-size:13px;
	line-height:160%;
	
}


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

.s_voice_02_img{
	width:100%;
	height:auto;
	float:none;
	text-align:center;	

	
}

.s_voice_02_txt{
	width:100%;
	height:auto;
	float:none;
}

.s_voice_02_txt dl dt{
	font-size:14px;
	margin-top:20px;
	margin-bottom:13px;
	line-height:140%;
}

.s_voice_02_txt dl dd p{
	font-size:16px;
	font-weight:bold;
	margin-bottom:13px;
}

.s_voice_02_txt dl dd{
	font-size:13px;
	line-height:160%;
	
}




/* グローバル人材を育む------------------- */

.e_g_ttl01{
	text-align:center;
	margin-top:15px;
	margin-bottom:25px;
}

.e_g_txt01{
	width:100%;
	height:auto;
	margin-bottom:25px;
	font-size:13px;
	line-height:140%;
}

.e_g_txt02{
	font-size:16px;
	text-align:center;
	margin-bottom:20px;
}

.e_g_txt02 p{
	font-size:12px;
	text-align:center;
	margin-top:10px;
}


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

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

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


.e_g_img01 ul li:nth-child(8){
	float:left;
	margin-right:0;
}

.e_g_img01 ul li p{
	text-align:center;
	margin-top:6px;
	font-size:12px;
	
}


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

.e_g_txt03 dl{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

.e_g_txt03 dl dt{
	float:left;
	clear:both;
	font-size:13px;
	color:#000;
	width:18%;
	line-height:150%;
}

.e_g_txt03 dl dd{
	font-size:13px;
	color:#000;
	border-bottom:1px dotted #cacaca;
	padding-left:19%;
	padding-bottom:8px;
	margin-bottom:8px;
	line-height:150%;

}


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

.e_g_img02 ul li{
	width:49%;
	height:auto;
	float:left;
 
}

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


.e_g_txt04{
	width:100%;
	height:auto;
	margin-bottom:40px;
	font-size:13px;
	line-height:160%;
}

.e_g_txt04 p{
	text-align:right;
	margin-top:7px;
}

.e_g_img03{
	text-align:center;
	margin-bottom:60px;
}










.e_g_txt03{
	width:100%;
	height:auto;
	margin-bottom:65px;
	font-size:14px;
	line-height:160%;
}

.e_g_txt03 p{
	text-align:center;
	font-size:16px;
	color:#007341;
	margin-bottom:10px;

}




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

.eigo_box2_txt{
	width:100%;
	float:none;
	font-size:14px;
	line-height:170%;	
	margin-bottom:40px;	
}

.eigo_box2_txt p{
	text-align:center;
	color:#0081c0;
	font-size:26px;
	margin-bottom:10px;
	padding-top:10px;
	font-weight:bold;
	line-height:140% !important;
	
}

.eigo_box2_img{
	width:230px;
	text-align:center;
	margin:0 auto;
	float:none;
}

.eigo_box2_img p{
	font-size:12px;
	text-align:center;
	margin-top:3px;
}



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

.eigo_box3_txt{
	width:100%;
	float:none;
	font-size:14px;
	line-height:170%;
	margin-bottom:40px;	
}

.eigo_box3_txt p{
	text-align:center;
	color:#0081c0;
	font-size:26px;
	margin-bottom:10px;
	padding-top:10px;
	font-weight:bold;
	line-height:140% !important;
	
}

.eigo_box3_img{
	width:23.5%;
	width:230px;
	text-align:center;
	margin:0 auto;
	float:none;
}

.eigo_box3_img p{
	font-size:12px;
	text-align:center;
	margin-top:3px;
}





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

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

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

.e_g_img03 ul li p{
	font-size:12px;
	text-align:left;
	height:95px;
	margin-top:10px;
	line-height:140%;
	
}



.e_g_img04{
	text-align:center;
	margin-bottom:5px;
}


.eng_m_bg{
	width:94%;
	background:url(/img/international/english/2016/03/bg01.jpg) repeat;
	padding:3% 3% 3% 3%;
	margin:0 0 60px 0;
}

.eng_m{
	max-width:100%;
	width:750px;
	margin:0 auto 0 auto;

}


.eng_m_l{
	width:48.5%;
	height:auto;
	float:left;
}

.eng_m_r{
	width:48.5%;
	height:auto;
	float:right;
}

.eng_m dl dt{
	font-size:15px;
	font-weight:bold;
	margin-bottom:8px;
	color:#FFF;
}

.eng_m dl dd{
	font-size:13px;
	margin-bottom:0px;
	color:#FFF;
	line-height:160%;
	
}




/* 英語特別講座vol2-------------------- */


.eng_v2_m_txt{
	width:100%;
	height:auto;
	padding:10px 15px;
	font-size:13px;
	line-height:140%;
	margin:0 auto 20px auto;
	
	border:1px solid #333;
	box-sizing: border-box;

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

}



.eng_v2_m_img{
	text-align:center;
	margin-bottom:20px;
	z-index:2;

}

.eng_v2_niltutei{
	
	width:100%;
	height:auto;
	padding:20px 20px;
	font-size:14px;
	line-height:160%;
	background:#fbfbf0;
	
	border:1px solid #d2d2d2;
		box-sizing: border-box;	
	
	
	margin:0 auto 60px auto;


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

.eng_v2_niltutei_ttl{
	font-size:18px;
	font-weight:bold;
	color:#803855;
	margin-bottom:20px;
	text-align:center;

	font-family: "Noto Sans Japanese";
}

.eng_v2_niltutei dl{

	margin:0;
	padding:8px 0 0 0;
	border-top:1px dotted #999999;
	box-sizing:border-box;
}

.eng_v2_niltutei dl dt{
	float:none;
	clear:both;
	font-size:13px;
	margin-right:15px;
	font-weight:bold;

}

.eng_v2_niltutei dl dd{
	font-size:13px;
	color:#333;
	padding-left:0px;
	margin-bottom:8px;
	padding-bottom:8px;
	border-bottom:1px dotted #999999;
	box-sizing:border-box;

}




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

.eng_v2_kome ul{
	width:100%;
	height:auto;	
}

.eng_v2_kome ul li{
	width:100%;
	height:auto;
	margin-right:4%;
	margin-bottom:45px;
	padding-bottom:40px;
	float:left;
	background:#FFF !important;
}

.eng_v2_kome ul li:nth-child(2n){
	margin-right:0;
	float:none;
}


.eng_v2_kome ul li img{
	width:100%;
	height:auto;
	margin-bottom:20px;
}

.eng_v2_kome ul li dl dt{
	font-size:13px;
	margin-bottom:20px;
	text-align:center;
}

.eng_v2_kome ul li dl dd{
	font-size:13px;
	line-height:150%;
	height:auto !important;
}


.eng_v2_kome ul li.eng_v2_kome_g p{
	font-size:18px;
	color:#e17fb7;
	margin-bottom:10px;
}

.eng_v2_kome ul li.eng_v2_kome_g{
	border-bottom:5px solid #e17fb7;
}



.eng_v2_kome ul li.eng_v2_kome_b p{
	font-size:18px;
	color:#21aec3;
	margin-bottom:10px;
}

.eng_v2_kome ul li.eng_v2_kome_b{
	border-bottom:5px solid #21aec3;
}


.eng_v2_img001{
	text-align:center;
}









/* 英語特別講座vol3-------------------- */

.eng_v3_m_img{
	text-align:center;
	margin-bottom:40px;
	z-index:2;

}

.eng_v3_kome01{
	margin-bottom:30px;
}

.eng_v3_kome01 ul{
}

.eng_v3_kome01 ul li{
	margin-bottom:25px;
	padding-bottom:20px;
}

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

.eng_v3_kome01 ul li dl dt{
	font-size:15px;
	margin-bottom:25px;
	display:block;

}

.eng_v3_kome01 ul li dl dd{
	font-size:13px;
	line-height:160%;
	height:280px;
}


.eng_v3_kome_g p{
	font-size:18px;
	color:#e17fb7;
	display:inline-block;
	margin-right:10px;
	margin-bottom:10px;
}

.eng_v3_kome_g{
	border-bottom:5px solid #e17fb7;
}


.eng_v3_kome_b p{
	font-size:18px;
	color:#21aec3;
	display:inline-block;
	margin-right:10px;
	margin-bottom:10px;
}

.eng_v3_kome_b{
	border-bottom:5px solid #21aec3;
}


.eng_v3_kyouin_v{
}

.eng_v3_kyouin_v dl dt{
	font-size:22px;
	color:#900;
	margin-bottom:20px;
	text-align:center;
	
}

.eng_v3_kyouin_v dl dd{
	font-size:13px;
	line-height:140%;
	margin-bottom:30px;
	
	background:#900;
	color:#FFF;
	padding:15px 15px;
	box-sizing:border-box;

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


.eng_v3_kyouin_v dl dd p{
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;



}






/* サイトマップ------------------------------------------- */


.main_top_manu{
}



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


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

.main_top_manu ul li dl{
margin-bottom: 40px;
padding-bottom: 20px;
    border-bottom: 1px dotted #80a1c3;
}

.main_top_manu ul li dl dt{
    margin-bottom: 20px;
    border-bottom: 1px dotted #80a1c3;
    padding-bottom: -30px;
}

.main_top_manu ul li dl dd{
    font-size: 14px;
    line-height: 120%;
    background: url("/img/sitemap/list.png") left 3px no-repeat;
    margin-bottom: 10px;
    padding-left: 10px;
    
}

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

.main_top_manu ul li dl dd ul{
margin: 10px 0;

}

.main_top_manu ul li dl dd ul li{
    font-size: 14px;
    line-height: 120%;
    background: url("/img/sitemap/list.png") left 3px no-repeat;
    margin-bottom: 10px;
    padding-left: 10px;
    
    width: auto;
    height: auto;
    float: none;
    margin-right: 0%;    
    
}



.main_top_manu ul li dl dd a{
    color:#000000;
    text-decoration: none;
}

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




/*澳门赌场注册,澳门特区赌场一覧------------------------------------------- */




.ctt_lst{
}



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


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

.ctt_lst table{
width: 100%;

    margin-bottom: 40px;
}


.ctt_lst table th{
	width:90px;
	padding:10px 0;
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;
    vertical-align: text-top;

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

.ctt_lst table td{
width:auto;
	padding:10px 0;
	box-sizing:border-box;

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

    border-bottom: 1px dotted #999999;
}





/* ページ下にある澳门赌场注册,澳门特区赌场のテーブル------------------------------------------- */



.pg_ctt_tbl{
    margin-bottom: 80px;
}

.pg_ctt_tbl table{
    width: 100%;
}

.pg_ctt_tbl table th{
  position: relative;
  
	width:80px;
	padding:10px 10px;
	box-sizing:border-box;
    
	font-size:13px;
    line-height: 140%;
	border-collapse:collapse;
    vertical-align: text-top;
    color: #FFFFFF;

	text-align:left;

    
  background-color: #52c2d0;
}

.pg_ctt_tbl table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 7px);
  right:-7px;
  border-left: 7px solid #52c2d0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}



.pg_ctt_tbl table td{
	padding:10px 15px;
	box-sizing:border-box;

	font-size:13px;
    line-height: 140%;
	border-collapse:collapse;

    border-bottom:2px solid #FFFFFF;
  background-color: #eee;    
}






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


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


.tp_rrti_in{
    height: 280px;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_rrti_in01{

}

.tp_rrti_in01_eng{
    font-size: 19px;
    line-height: 120%;
    color: #cc0000;
    margin-bottom: 20px;

    font-family: adobe-handwriting-ernie, sans-serif;
    font-style: normal;
    font-weight: 400;
    
    transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);    
}


.tp_rrti_in01 dl dt{
    font-size: 22px;
    line-height: 120%;
    color: #000000;
    
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}


.tp_rrti_in01 dl dt span{
    color: #cc0000;
}


.tp_rrti_in01 dl dd{
    font-size: 15px;
    line-height: 150%;
    color: #000000;
    
    font-weight: bold;
    text-align: center;
    
    margin-bottom: 15px;
}





/* トップ　事業案内 入口-------------------------------------------- */


.tp_sv{
}

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

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


.tp_sv_in{
    max-width: 140px;
    height: 200px;
    background: rgba( 0, 0, 0, 0.60 );
    margin-left: 20px;
    
    color: #FFFFFF;
    
    font-size: 17px;
    line-height: 100%;
    font-weight: bold;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     

}

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

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




/* トップ　会社情報-------------------------------------------- */


.tp_cpny_bg{
	height:220px !important;
	background:url("/img/top/03.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}


.tp_cpny_in{

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





/* 共通澳门赌场注册,澳门特区赌场---------------------------------------------- */


.cmm_ctt_tb{

padding-top: 30px;
padding-bottom:30px;

background: url("/img/common/ctt_bg.jpg") repeat;

}

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




.cmm_ctt01{
margin-bottom: 20px;
}

.cmm_ctt01 dl dt{
    text-align: center;
    margin-bottom: 5px;
}

.cmm_ctt01 dl dt img{
    width: 30px;
}

.cmm_ctt01 dl dd{
    text-align: center;
    font-size: 18px;
    line-height: 110%;

    color: #000000;
    margin-bottom: 25px;
    font-weight: bold;

}

.cmm_ctt01 dl dd p{
    font-size: 34px;
    line-height: 110%;

    color: #000000;
    margin-bottom: 5px;
    font-weight: bold;
}





.cmm_ctt02{
margin-bottom: 20px;

}

.cmm_ctt02 dl dt{
    text-align: center;
    margin-bottom: 5px;
}

.cmm_ctt02 dl dt img{
    width: 30px;
}

.cmm_ctt02 dl dd{
}

.cmm_ctt03{
    text-align: center;
    font-size: 20px;
    line-height: 110%;

    color: #000000;

    font-weight: bold;  

}






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

.tp_abu_msg{
    margin-bottom: 50px;
}

.tp_abu_msg dl dt{
    font-size: 24px;
    line-height: 140%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}

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



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

}

.tp_abu_msg dl dd p{
    text-align: right;
    margin-top: 15px;
}



.tp_abu_img{
    margin-bottom: 50px;
}

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

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




.tp_abu_tbl{
    margin-bottom: 50px;
}

.tp_abu_tbl table{
    width: 100%;
}

.tp_abu_tbl table th{
    display: block;
    width: 100%;
	padding:4px 0 0 0;
	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:none;
    color: #003366;
}

.tp_abu_tbl table td{
    display: block;
    width: 100%;
	padding:2px 0 6px 0;
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 160%;
	border-collapse:collapse;

    border-bottom: 1px dotted #999999;
}

.tp_abu_map{
    margin-bottom: 50px;
}



.tp_abu_01{
    margin-bottom: 50px;
}

.tp_abu_01 ul li{
    width: 100%;
    height: auto;
    margin-right:0%;
    float: left;
    margin-bottom: 10px;
}

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

}


.tp_abu_01 dl dt{
    float: left;
    clear: both;
    
    font-size: 15px;
    line-height: 140%;
}

.tp_abu_01 dl dd{
    padding-left: 0;
    font-size: 15px;
    line-height: 140%;
    text-align: right;

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








/* 事業内容--------------------------------------------- */

.svs_001{
    font-size: 20px;
    line-height: 140%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}

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


.svs_002{
    margin-bottom: 40px;
}

.svs_002 ul li{
    width: 100%;
    height: 170px;
    float: left;
    margin-right: 0%;
    margin-bottom: 15px;
    background: url("/img/service/bg.jpg") repeat;
    padding: 25px;
    box-sizing: border-box;

}

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

.svs_002 dl dt{
    font-size: 22px;
    line-height: 140%;
    color: #3870a4;
    text-align: center;
    margin-bottom: 15px;
}


.svs_002 dl dd{
    font-size: 15px;
    line-height: 150%;
}


.svs_003{
    margin-bottom: 30px;
}

.svs_003 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 12px;
    box-sizing: border-box;

}

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

.svs_003 dl dt{
    text-align: center;
    margin-bottom: 12px;
}

.svs_003 dl dd{
    font-size: 14px;
    line-height: 140%;
    text-align: center;
}





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


.rrt_001{
    margin-bottom: 50px;
}


.rrt_001 dl dt p{
    font-size: 19px;
    line-height: 120%;
    color: #cc0000;
    margin-bottom: 10px;

    font-family: adobe-handwriting-ernie, sans-serif;
    font-style: normal;
    font-weight: 400;
    
    transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);    
}

.rrt_001 dl dt {
    font-size: 60px;
    line-height: 120%;
    color: #3e5f76;
    margin-bottom: 10px;
    text-align: center;
    
    font-family: trade-gothic-next-compressed, sans-serif;
    font-style: normal;
    font-weight: 100;
}


.rrt_001 dl dd{
    font-size: 25px;
    line-height: 130%;
    color: #000000;
    font-weight: bold;
    text-align: center;    
}

.rrt_001 dl dd span{
    color: #cc0000;
}












.rrt_002{
    margin-bottom: 30px;
}


.rrt_002 dl dt{
    font-size: 18px;
    line-height: 160%;
    font-weight: bold;
    margin-bottom: 15px;
}

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




.rrt_003{
    background: url("/img/service/bg.jpg") repeat;
    margin-bottom: 50px;
    padding: 20px;

    font-size: 16px;
    line-height: 160%;
    
    border-bottom: 1px solid #74a1be;
    border-top: 1px solid #74a1be;
}


.rrt_004{
    font-size: 30px;
    line-height: 140%;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.rrt_004 span{
    color: #cc0000;
}



.rrt_005{
    max-width: 460px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
}

.rrt_005 ul li{
    width: 100%;
    height: 150px;
    float: left;
    margin-right: 0%;
    margin-bottom: 15px;
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
   
	-webkit-border-radius: 15px;     /* for Safari and Chrome */
	moz-border-radius: 15px;    /* for Firefox */
	-o-border-radius: 15px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:15px;   /* Linux browsers */
	border-radius: 15px;     /* CSS3 */   
}

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


.rrt_005 dl dt{
font-size: 16px;
line-height: 120%;
margin-bottom: 10px;
color: #FFFFFF;
text-align: center;
}


.rrt_005 dl dd{
font-size: 21px;
line-height: 140%;
color: #FFFFFF;
text-align: center;
font-weight: bold;
}


.rrt_005 dl dd p{
font-size: 30px;
line-height: 140%;
}


.rrt_005_bg01{
    background: url("/img/recruit/bg01.jpg") repeat;
}

.rrt_005_bg02{
    background: url("/img/recruit/bg02.jpg") repeat;
}


.rrt_006{
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 50px;
}




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

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

}

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

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

}

.rrt_007_n{
    margin-bottom: 20px;
}

.rrt_007_n dl dt{
font-size: 26px;
line-height: 140%;
font-weight: bold;
margin-bottom: 2px;
}

.rrt_007_n dl dt span{

    color: #006699;
}



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


.rrt_007_v{
}

.rrt_007_v dl dt{
font-size: 20px;
line-height: 140%;
font-weight: bold;
margin-bottom: 5px;
}

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

.rrt_007_v dl ddlast-child{
	margin-bottom:0px;
}







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


.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: 27px;
    text-align: center;
}



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

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

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

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

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





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

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


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

	border-bottom:none;
	text-align:left;
	font-weight:bold;
	color:#333;
	
	width:100%;
	display:block;
	padding:10px 10px 5px 10px;	
	box-sizing:border-box;
	background:url(/img/contact/bg.png) repeat;

}

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

	width:100%;
	display:block;
	padding:0px 10px 10px 10px;
	box-sizing:border-box;
	background:url(/img/contact/bg.png) repeat;
}


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

}

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

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

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

}



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

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


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

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

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


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

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

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




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

    /*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(/css/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);
    }
}

#e_s_prog{
    padding-top: 70px;
    margin-top: -70px;

}
#e_s_form{
    padding-top: 70px;
    margin-top: -70px;
}

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


.e_symposium_box a{
	font-size:12px;
	text-decoration:underline;
	color:#2EB8C2;
}

.e_symposium_box a:hover{
	font-size:12px;
	text-decoration:none;
	color:#2EB8C2;	
}

.e_symposium_dl{
  margin-bottom: 20px;
}

.e_symposium_dl li{
  margin-bottom: 15px;
}

.e_symposium_dl li dt{
  width: auto;
  color: #069;
  font-weight: bold;
  margin-bottom: 3px;
}

.e_symposium_dl li dd{
  padding-left: 2em;
  width: auto;
  line-height: 160%;
}

.e_symposium_form{
  margin: 20px auto;
	text-align: center;

}


/*  未来創造基金 */

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

.fund_bnr_area ul{
    width: 100%;
    max-width: 660px;
    margin: 0px auto 40px;   
}

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

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

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


.fund_bnr_area ul li a img{
    width: 100%;
}


.fund_table{
    margin: 0px auto 20px;
    overflow-x: scroll
}

.fund_table table{
    width: 100%;
    min-width: 640px;
}

.fund_table p{
    text-align: right;
}

.fund_table table th{
    text-align: center;

    background-color: #f0f8ff;

    font-size: 14px;
    border: 1px solid #000;
    padding: 5px;
    box-sizing: border-box;
}

.fund_table table th.txtr{
    text-align: right;
}

.fund_table table td{
    text-align: center;
    
    font-size: 14px;
    border: 1px solid #000;
    padding: 5px;
    box-sizing: border-box;
}


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

    padding: 20px;
    box-sizing: border-box;
	margin:0 auto 30px auto;
}

.fund_msg_l{
	width:200px;
	height:auto;
	float:none;

    margin: 0px auto 30px;

    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.fund_msg_l img{
    width: 100%;
}

.fund_msg_l p{
    font-size: 14px;
    font-weight: 500;
}

.fund_msg_r{
	width:100%;
	height:auto;
	float:none;
    
    padding: 0px;
    box-sizing: border-box;
    font-size:14px;
	line-height:180%;
	margin-bottom:20px;
}


.fund_txt01{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}

.fund_txt02{
    background-color: rgba(32,47,85,1);
    padding: 20px 20px;
    box-sizing: border-box;

    width: 100%;
    max-width: 620px;

    border-radius: 10px;
    margin: 0px auto 40px;
}

.fund_txt02 > p{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;

    color: #fff;
}

.fund_txt02 dl dt{
    font-size: 16px;
    line-height: 160%;
    font-weight: bold;
    color: #fff;
}

.fund_txt02 dl dd{
    font-size: 14px;
    line-height: 160%;
    color: #fff;
    margin-bottom: 20px;
    padding-left: 20px;
}

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


.fund_txt02 dl p{
    margin-top: 10px;
    font-size: 16px;
}

.d_n_sp{
    display: none;
}


.fund_txt03{
    width:100%;
    margin-bottom: 40px;
}

.fund_txt03 p{
    width:100%;
    font-size: 18px;
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;

    margin-bottom: 20px;
}

.fund_txt03 ul li{
    display: block;
    width:100%;

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

    clear: both;
    overflow: auto;
}

.fund_txt03 ul li .cat_img{
    float: none;
    width: 100%;
    max-width: 320px;

    margin: 0px auto 20px;

}


.fund_txt03 ul li dl{
    float: none;
    width: 100%;
}


.fund_txt03 ul li:last-child{
    border-bottom: none;
}

.fund_txt03 ul li dt{
    color: #202f56;

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

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

    margin-bottom: 20px;
}

.fund_txt03 ul li dd{

    font-size: 14px;

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






}
