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


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

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

.slicknav_menu {
	display:none;
}

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

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


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

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

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

}	 

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



.container01_bg_mt{

    margin-top: -180px;

    }



    
    

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



.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
{
    margin-top:-100px;
    padding-top:100px;
}


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

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









#global-head {
/*    position: fixed;*/

    width: 100%;
    height: 75px;

    z-index: 800;

}


.sidebar_scroll{
    overflow-y: scroll;
    
 height: calc(100vh - 75px);    
/*    height: 100%;*/
    -ms-overflow-style: none;  /* これを追加 */
    scrollbar-width: none;
}

.sidebar_scroll::-webkit-scrollbar{
    display:none;
}

 
#sidebar {

    width: 210px;
    height: 100%;
    position: fixed;


    text-align: center;
    background: #01264c;
    
    z-index: 600;    
}
 
 
.global-nav_in01{
    background: #000f1e;
}

.global-nav_in02{
    background: #00c2ce;
}


.global-nav_sns{
    max-width: 108px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.global-nav_sns ul li{
    width: 23.8% !important;
      heigh:auto !important;
    min-height: auto !important;
    height: auto;
    float: left;
    margin-right: 1.6%;

    display: block;
}


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


.global-nav_sns ul li a{
    width: 100% !important;
  heigh:auto !important;
    min-height: auto !important;
    
    display: block;
    
    font-size: 14px;
    line-height: 120%;
    text-align: left !important;
    padding: 0px !important;
    box-sizing: border-box;
    
    transition:none;
 
    color: #ffffff;
    text-decoration: none;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   
}
 
.global-nav_sns ul li a:hover{
    background:none !important;
    border-left:none !important;
    box-sizing: border-box;

    padding: 0px !important;

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



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


#global-nav ul {
    list-style: none;
    margin-left: 0;
    

}
#global-nav > ul > li {
    position: relative;
}
  
#global-nav ul li{

    border-bottom: 1px solid #01264c;


}

#global-nav ul li a {
/*  height: calc(100vh / 13);
*/
  height: calc((100vh - 87px) / 13);
   max-height: 55px;
    
    display: block;
    
    font-size: 14px;
    line-height: 120%;
    text-align: left !important;
    padding: 0px 10px;
    box-sizing: border-box;
    
    transition: background-color .3s linear;
 
    color: #ffffff;
    text-decoration: none;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
 
 
}



#global-nav ul li a:hover{
    background: #144678;
    border-left: 6px solid #012a55;
    box-sizing: border-box;

    padding: 0 4px;

}

/* sub-menu */
.sub-menu-nav {
    position: fixed;

    color: #fff;
    top: 0;
    padding-top: 75px;
    left: 210px;
    width: 0;
    height: 100%;
    overflow: hidden;
    transition: width .2s ease-out;
    
	background:rgba(1,38,76,0.80);
}
 .sub-menu-nav a,
.sub-menu:hover .sub-menu-nav {
    width: 220px;
}


.sub-menu-nav ul li{
    border-left:none !important;
}


.sub-menu-nav ul li a{
    color: #FFFFFF !important;
    background:rgba(1,38,76,0.90) !important;
    
    border-left:none !important;

}
 
 
 
 
 
 
/* nav-toggle */
#nav-toggle {
    display: none;
    position: fixed;
    top: 15px;
    right: 15px;
    height: 32px;
}
 
#overlay {
    display: none;
    position: fixed;
	background:rgba(1,38,76,0.90);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
 


#main-in {
	padding-left: 190px;
}
  
  
  
  



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

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

/*　上に上がる動き　*/

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

/*　下に下がる動き　*/

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






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


h1.h1_01{
    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;
}



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


/*
.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: 80px;
}

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

.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_btn01{
    margin-bottom: 60px;
}

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

.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;
  leftt: 0;
}


.youtube_out01{
    margin-bottom: 50px;

}






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


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

.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 tdul li:last-child{
	margin-bottom:0px;
}









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

}



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


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




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

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




	
}

