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


html {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", hirakakupro-w3, verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

*:first-child + html body {
	font-family: "メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

body{
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", hirakakupro-w3, verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	padding:0;
	margin:0;
	font-size:13px;
	color:#373737;
	line-height:140%;
	text-align:left;

}

body a:focus{
	outline:none;
}



/* 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: 961px) {
/* 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: 960px) {
/* タブレット用のスタイル記述 */

.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: 690px) {
/* スマートフォン用のスタイル記述 */
.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: 961px) {
	
	
body{
	padding:0;
	margin:0;
	font-size:13px;
	color:#373737;
	line-height:140%;
	text-align:left;

	font-family: "メイリオ", sans-serif;
	

}	

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


.container{		max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto;
	padding-bottom:150px;
	padding-top:50px;
}




.container01{		max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto;

	padding-bottom:200px;
}

.container02{		max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto;

}


.container03{		max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto 200px auto;

}


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


.container_bg02{
	width:100%;
	height:auto;
	padding:60px 0 120px 0;
}

.container_bg03{
	width:100%;
	height:auto;
	background:#FFF;
	padding:60px 0;
}


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

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

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

.header_bg{
	width:100%;
	height:auto;

/*	position:absolute;
	z-index:500;*/
}

header{	
	max-width:94%;
	width:1000px;
	height:150px;

	margin: 0 auto;
	position:relative;
}

.header_txt{
	position: absolute;
	top:10px;
	left:0px;
	line-height: 120%;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	z-index:200;
	font-family: "Noto Sans JP";
}

.header_menu{
	position: absolute;
	top:11px;
	right:0px;
}

.header_menu ul li{
	font-size:12px;
	margin-right:12px;
	padding-left:13px;
	display:inline;
	background:url(../img/common/footer_menu_border.jpg) left no-repeat;
}

.header_menu ul li:last-child{
	margin-right:0px;
	padding-right:13px;
	background:url(../img/common/footer_menu_border.jpg) left no-repeat, url(../img/common/footer_menu_border.jpg) right no-repeat;
}

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

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




.header_tel{
	width:177px;
	height:auto;
	position:absolute;
	top:44px;
	right:288px;
}


.header_btn{
	max-width:265px;
	width:100%;
	height:auto;
	position:absolute;
	top:40px;
	right:0;
}

.header_btn ul li{
	width:49%;
	height:auto;
	margin-right:2%;
	float:left;
	
	font-family: "Noto Sans JP";
	font-size:13px;
	line-height:110%;
	font-weight:bold;
	text-align:center;
}

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

.header_btn ul li a{
	background:url(../img/common/header_btn_bg.png) repeat;
	padding:13px 10px;
	box-sizing:border-box;
	display:block;

	color:#FFF;
}

.header_btn ul li a:hover{
	color:#FFF;
	text-decoration:underline;
}

.header_btn ul li img{
	margin-right:4px;
	margin-top:1px;
	vertical-align:top;
}



/* scroll_header ---------------------------------------------- */

.cb-header_bg{
	width:100%;
	height:auto;
	background:url(../img/common/scroll_header_bg.png) repeat;
}

.cb-header {
  position: fixed;
  top: -80px;
  left: 0;
}

.cb-header_in{
	max-width:94%;
	width:1000px;
	height:80px;
	margin: 0 auto;
	position:relative;
}

.cb-header_in_logo{
	width:400px;
	height:auto;
	position: absolute;
	top:18px;
	left:0;	
}

.cb-header_in_tel{
	width:177px;
	height:auto;
	position:absolute;
	top:18px;
	right:288px;
}

.cb-header_in_btn{
	max-width:265px;
	width:100%;
	height:auto;
	position:absolute;
	top:18px;
	right:0;
}

.cb-header_in_btn ul li{
	width:49%;
	height:auto;
	margin-right:2%;
	float:left;
	
	font-family: "Noto Sans JP";
	font-size:13px;
	line-height:110%;
	font-weight:bold;
	text-align:center;
}

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

.cb-header_in_btn ul li a{
	background:url(../img/common/header_btn_bg.png) repeat;
	padding:13px 10px;
	box-sizing:border-box;
	display:block;

	color:#FFF;
}

.cb-header_in_btn ul li a:hover{
	color:#FFF;
	text-decoration:underline;
}

.cb-header_in_btn ul li img{
	margin-right:4px;
	margin-top:1px;
	vertical-align:top;
}






#gNav a:hover {

}
nav li a {

}
nav .sub-menu,.mean-container .mean-nav ul ul {
/*
  background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);*/
  
  background:url(../img/common/sub_menu_bg.png) repeat;

}





#gNav {
  	width:100%;
	position:absolute;
	top:101px;
}

#gNav ul {
    position: relative;
    display: flex;
}
  
#gNav li {
	width:16.66666%;
	color:#000000;
	font-size:15px;
	font-weight:bold;
	font-family: "Noto Sans JP";
	line-height:100%;
	text-align:center;
	background:url(../img/common/menu_boder.png) left repeat-y;
    position: relative;


}

#gNav li p{
	font-size:10px;
	color:#3399cc;
	margin-top:5px;
}


#gNav li:last-child {
	margin-right:0;
	background:url(../img/common/menu_boder.png) right repeat-y ,url(../img/common/menu_boder.png) left repeat-y;
}

#gNav li a{
	color:#000000;
	text-decoration:none;
	display:block;
	padding:7px 0;
	box-sizing:border-box;
}

#gNav li a:hover{
	color:#3399cc !important;
	text-decoration:none;
}


.sub-menu ul li{

}

  #gNav li i {

  }
  #gNav li a {
    position: relative;
    display: block;


  }
  
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
/*    left: 50%;
    margin-left: -100px;*/
    width:100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  
  #gNav .sub-menu a {
    display: block;
    border-bottom: none;
    padding: 12px 10px;
    line-height:120%;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
	width:100%;
    display: block;
    font-size: 13px !important;
	font-weight:normal !important;
    padding: 0;
    margin: 0;
	background:nonel;
	text-align:left !important;
	background:none !important;
	border-bottom:1px dotted #c6c8c8;

	
  }
  
  #gNav .sub-menu li:last-child {

  }
  
  
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
    color: #3399cc;
  }
  #gNav li:hover ul.sub-menu {
    top: 49px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #111;
  }
  #gNav .sub-menu li a:hover {
    background: #004285;
	color:#FFF !important;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }


.nav_h{

	color:#3399cc !important;
}



/*nav{
	width:100%;
	position:absolute;
	top:102px;
}

nav ul{
	margin:0;
	padding:0;
}

nav ul li{
	width:16.66666%;
	color:#000000;
	font-size:15px;
	font-family: "Noto Sans JP";
	line-height:100%;
	text-align:center;
	background:url(../img/common/menu_boder.png) left no-repeat;
}

nav ul li p{
	font-size:11px;
	color:#999999;
	margin-top:5px;
}

nav ul li:last-child{
	margin-right:0;
	background:url(../img/common/menu_boder.png) right no-repeat,url(../img/common/menu_boder.png) left no-repeat;
}

nav ul li a{
	color:#000000;
	text-decoration:none;
	display:block;
}

nav ul li a:hover{
	color:#0053a6;
	text-decoration:none;
}

*/



#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10
{
    margin-top:-120px;
    padding-top:120px;
}






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



.footer-bg{
	width:100%;
	height:auto;
	background:#FFF;
	padding:30px 0;
}

footer{	
	max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto 0px auto;
}

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

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

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

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

.f_cal{
	max-width:380px;
	width:100%;
	height:auto;
	margin:0 auto 20px auto;

	-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_cal img{
	padding:0;
	margin:0;
	vertical-align:bottom;
}

.f_cal a{
	display:block;
	padding:8px 10px;
	text-align:center;
	background:#009999;


	-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_cal a:hover{
	background:#008383;
}



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

.f_si a{
	display:block;
	padding:12px 10px;
	text-align:center;
	background:#50ACFF;
	font-size:15px;
	color:#FFF;


	-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_si a:hover{
	color:#FFF;
	background:#06C;
}








.f_nav{
	margin-bottom:30px;
}

.f_nav ul{
	text-align:center;
}

.f_nav ul li{
	margin-right:20px;
	padding-left:20px;
	display:inline;
	background:url(../img/common/footer_menu_border.jpg) left no-repeat;
}

.f_nav ul li:last-child{
	margin-right:0px;
	padding-right:20px;
	background:url(../img/common/footer_menu_border.jpg) left no-repeat, url(../img/common/footer_menu_border.jpg) right no-repeat;
}


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

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

footer p{
	font-size: 11px;
	color:#004285;
	width:100%;
	line-height:120%;
	text-align:center;

}

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

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



/* フッター固定　電話 メール ---------------------------------------------- */

.footer_area{
	display: none;
}	

.footer_area_01{
	display: none;
}




}



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


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


body{
	padding:0;
	margin:0;
	font-size:13px;
	color:#373737;
	line-height:140%;
	text-align:left;

	font-family: "メイリオ", sans-serif;


}	

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


.container{		max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto;
	padding-bottom:150px;
	padding-top:50px;
}



.container01{
	max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto;

	padding-bottom:200px;
}


.container02{		max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto;

}

.container03{		max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto 200px auto;

}


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

.container_bg02{
	width:100%;
	height:auto;
	padding:60px 0 120px 0;
}


.container_bg03{
	width:100%;
	height:auto;
	background:#FFF;
	padding:60px 0;
}


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

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

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


.header_bg{
	width:100%;
	height:auto;
	position:fixed;
	background:#FFF;

/*	position:absolute;
	z-index:500;*/
}

header{	
	max-width:94%;
	width:1000px;
	height:70px;

	margin: 0 auto;
	position:relative;
}

.header_txt{
	width:100%;
	position: absolute;
	top:3px;
	left:0px;
	line-height: 120%;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	z-index:200;
	text-align:center;
	font-family: "Noto Sans JP";
}


.header_menu{
	position: absolute;
	top:11px;
	right:0px;
	
	display:none;
}

.header_menu ul li{
	font-size:12px;
	margin-right:12px;
	padding-left:13px;
	display:inline;
	background:url(../img/common/footer_menu_border.jpg) left no-repeat;
}

.header_menu ul li:last-child{
	margin-right:0px;
	padding-right:13px;
	background:url(../img/common/footer_menu_border.jpg) left no-repeat, url(../img/common/footer_menu_border.jpg) right no-repeat;
}

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

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



.header_tel{
	width:177px;
	height:auto;
	position:absolute;
	top:44px;
	right:270px;
	
	display:none;
}


.header_btn{
	max-width:245px;
	width:100%;
	height:auto;
	position:absolute;
	top:40px;
	right:0;

	display:none;
}

.header_btn ul li{
	width:49%;
	height:auto;
	margin-right:2%;
	float:left;
	
	font-family: "Noto Sans Japanese";
	font-size:13px;
	line-height:110%;
	font-weight:bold;
	text-align:center;
}

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

.header_btn ul li a{
	background:url(../img/common/header_btn_bg.png) repeat;
	padding:13px 10px;
	box-sizing:border-box;
	display:block;

	color:#FFF;
}

.header_btn ul li a:hover{
	color:#FFF;
	text-decoration:underline;
}

.header_btn ul li img{
	margin-right:4px;
	margin-top:1px;
	vertical-align:top;
}






/* scroll_header ---------------------------------------------- */

.cb-header_bg{
	width:100%;
	height:auto;
	background:url(../img/common/scroll_header_bg.png) repeat;
	
	display:none;
}

.cb-header {
  position: fixed;
  top: -80px;
  left: 0;
}

.cb-header_in{
	max-width:94%;
	width:1000px;
	height:80px;
	margin: 0 auto;
	position:relative;
}

.cb-header_in_logo{
	width:400px;
	height:auto;
	position: absolute;
	top:18px;
	left:0;	
}

.cb-header_in_tel{
	width:177px;
	height:auto;
	position:absolute;
	top:18px;
	right:288px;
}

.cb-header_in_btn{
	max-width:265px;
	width:100%;
	height:auto;
	position:absolute;
	top:18px;
	right:0;
}

.cb-header_in_btn ul li{
	width:49%;
	height:auto;
	margin-right:2%;
	float:left;
	
	font-family: "Noto Sans JP";
	font-size:13px;
	line-height:110%;
	font-weight:bold;
	text-align:center;
}

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

.cb-header_in_btn ul li a{
	background:url(../img/common/header_btn_bg.png) repeat;
	padding:13px 10px;
	box-sizing:border-box;
	display:block;

	color:#FFF;
}

.cb-header_in_btn ul li a:hover{
	color:#FFF;
	text-decoration:underline;
}

.cb-header_in_btn ul li img{
	margin-right:4px;
	margin-top:1px;
	vertical-align:top;
}


	
#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10
{
    margin-top:-20px;
    padding-top:20px;
}




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



.footer-bg{
	width:100%;
	height:auto;
	background:#FFF;
	padding:30px 0;
	margin-bottom:60px;
}

footer{	
	max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto 0px auto;
}

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

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

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

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


.f_cal{
	max-width:380px;
	width:100%;
	height:auto;
	margin:0 auto 20px auto;

	-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_cal img{
	padding:0;
	margin:0;
	vertical-align:bottom;
}

.f_cal a{
	display:block;
	padding:8px 10px;
	text-align:center;
	background:#009999;
	

	-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_cal a:hover{
	background:#008383;
}






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

.f_si a{
	display:block;
	padding:12px 10px;
	text-align:center;
	background:#50ACFF;
	font-size:15px;
	color:#FFF;


	-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_si a:hover{
	color:#FFF;
	background:#06C;
}




.f_nav{
	margin-bottom:30px;
}

.f_nav ul{
	text-align:center;
}

.f_nav ul li{
	margin-right:10px;
	padding-left:10px;
	display:inline;
	background:url(../img/common/footer_menu_border.jpg) left no-repeat;
	margin-bottom:10px;
}

.f_nav ul li:last-child{
	margin-right:0px;
	padding-right:10px;
	background:url(../img/common/footer_menu_border.jpg) left no-repeat, url(../img/common/footer_menu_border.jpg) right no-repeat;
}


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

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

footer p{
	font-size: 11px;
	color:#004285;
	width:100%;
	line-height:120%;
	text-align:center;

}

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

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


/* フッター固定　電話 メール ---------------------------------------------- */


.footer_area{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;

	z-index: 10000;

}

.footer_area ul li{
	width:33.333%;
	height:auto;
	float:left;
	text-align:center;
	box-sizing:border-box;

	padding:10px 5px;
	box-sizing:border-box;
	font-family: "Noto Sans JP";

}

.footer_area ul li:last-child{
}


.footer_area ul li dl dt{
	width:30px;
	height:auto;
	margin:0 auto 4px auto;
}

.footer_area ul li dl dd{
	font-size:15px;
}

.footer_area a{
	color:#FFF;
}

.footer_area a:hover{
	color:#FFF;
}


.footer_area_01{
	background:#01386b;
}

.footer_area_02{
	background:#ec4e4e;
}

.footer_area_03{
	background:#e7ba08;
}





}



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


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



body{
	padding:0;
	margin:0;
	font-size:13px;
	color:#373737;
	line-height:140%;
	text-align:left;
	font-family: "メイリオ", sans-serif;


}	

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


.container{		max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto;
	padding-bottom:150px;
	padding-top:50px;
}



.container01{		max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto;

	padding-bottom:100px;
}


.container02{		max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto;

}


.container03{		max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto 100px auto;

}



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

.container_bg02{
	width:100%;
	height:auto;
	padding:30px 0 60px 0;
}

.container_bg03{
	width:100%;
	height:auto;
	background:#FFF;
	padding:30px 0;
}



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

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


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


.header_bg{
	width:100%;
	height:auto;

/*	position:absolute;
	z-index:500;*/
}

header{	
	max-width:94%;
	width:1000px;
	height:70px;

	margin: 0 auto;
	position:relative;
}





.header_menu{
	position: absolute;
	top:11px;
	right:0px;
	
	display:none;
}

.header_menu ul li{
	font-size:12px;
	margin-right:12px;
	padding-left:13px;
	display:inline;
	background:url(../img/common/footer_menu_border.jpg) left no-repeat;
}

.header_menu ul li:last-child{
	margin-right:0px;
	padding-right:13px;
	background:url(../img/common/footer_menu_border.jpg) left no-repeat, url(../img/common/footer_menu_border.jpg) right no-repeat;
}

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

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

.header_txt{
	width:100%;
	position: absolute;
	top:5px;
	left:0px;
	line-height: 120%;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	z-index:200;
	text-align:left;
	font-family: "Noto Sans JP";
}

.header_tel{
	width:177px;
	height:auto;
	position:absolute;
	top:44px;
	right:270px;
	
	display:none;
}


.header_btn{
	max-width:245px;
	width:100%;
	height:auto;
	position:absolute;
	top:40px;
	right:0;

	display:none;
}

.header_btn ul li{
	width:49%;
	height:auto;
	margin-right:2%;
	float:left;
	
	font-family: "Noto Sans Japanese";
	font-size:13px;
	line-height:110%;
	font-weight:bold;
	text-align:center;
}

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

.header_btn ul li a{
	background:url(../img/common/header_btn_bg.png) repeat;
	padding:13px 10px;
	box-sizing:border-box;
	display:block;

	color:#FFF;
}

.header_btn ul li a:hover{
	color:#FFF;
	text-decoration:underline;
}

.header_btn ul li img{
	margin-right:4px;
	margin-top:1px;
	vertical-align:top;
}




/* scroll_header ---------------------------------------------- */

.cb-header_bg{
	width:100%;
	height:auto;
	background:url(../img/common/scroll_header_bg.png) repeat;
	
	display:none;
}

.cb-header {
  position: fixed;
  top: -80px;
  left: 0;
}

.cb-header_in{
	max-width:94%;
	width:1000px;
	height:80px;
	margin: 0 auto;
	position:relative;
}

.cb-header_in_logo{
	width:400px;
	height:auto;
	position: absolute;
	top:18px;
	left:0;	
}

.cb-header_in_tel{
	width:177px;
	height:auto;
	position:absolute;
	top:18px;
	right:288px;
}

.cb-header_in_btn{
	max-width:265px;
	width:100%;
	height:auto;
	position:absolute;
	top:18px;
	right:0;
}

.cb-header_in_btn ul li{
	width:49%;
	height:auto;
	margin-right:2%;
	float:left;
	
	font-family: "Noto Sans JP";
	font-size:13px;
	line-height:110%;
	font-weight:bold;
	text-align:center;
}

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

.cb-header_in_btn ul li a{
	background:url(../img/common/header_btn_bg.png) repeat;
	padding:13px 10px;
	box-sizing:border-box;
	display:block;

	color:#FFF;
}

.cb-header_in_btn ul li a:hover{
	color:#FFF;
	text-decoration:underline;
}

.cb-header_in_btn ul li img{
	margin-right:4px;
	margin-top:1px;
	vertical-align:top;
}



#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10
{
    margin-top:-20px;
    padding-top:20px;
}



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



.footer-bg{
	width:100%;
	height:auto;
	background:#FFF;
	padding:30px 0;
	margin-bottom:60px;
}

footer{	
	max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto 0px auto;
}

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

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

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

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


.f_cal{
	max-width:380px;
	width:100%;
	height:auto;
	margin:0 auto 15px auto;

	-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_cal img{
	padding:0;
	margin:0;
	vertical-align:bottom;
}

.f_cal a{
	display:block;
	padding:8px 10px;
	text-align:center;
	background:#009999;
	
	-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_cal a:hover{
	background:#008383;
}





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

.f_si a{
	display:block;
	padding:12px 10px;
	text-align:center;
	background:#50ACFF;
	font-size:15px;
	color:#FFF;


	-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_si a:hover{
	color:#FFF;
	background:#06C;
}


.f_nav{
	margin-bottom:30px;
}

.f_nav ul{
	text-align:center;
}

.f_nav ul li{
	margin-right:10px;
	padding-left:10px;
	display:inline;
	background:url(../img/common/footer_menu_border.jpg) left no-repeat;
	margin-bottom:10px;
}

.f_nav ul li:last-child{
	margin-right:0px;
	padding-right:10px;
	background:url(../img/common/footer_menu_border.jpg) left no-repeat, url(../img/common/footer_menu_border.jpg) right no-repeat;
}


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

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

footer p{
	font-size: 11px;
	color:#004285;
	width:100%;
	line-height:120%;
	text-align:center;

}

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

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

/* フッター固定　電話 メール ---------------------------------------------- */



.footer_area{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;

	z-index: 10000;

}

.footer_area ul li{
	width:33.333%;
	height:auto;
	float:left;
	text-align:center;
	box-sizing:border-box;

	padding:10px 5px;
	box-sizing:border-box;
	font-family: "Noto Sans JP";

}

.footer_area ul li:last-child{
}


.footer_area ul li dl dt{
	width:30px;
	height:auto;
	margin:0 auto 4px auto;
}

.footer_area ul li dl dd{
	font-size:15px;
}

.footer_area a{
	color:#FFF;
}

.footer_area a:hover{
	color:#FFF;
}


.footer_area_01{
	background:#01386b;
}

.footer_area_02{
	background:#ec4e4e;
}

.footer_area_03{
	background:#e7ba08;
}







}




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


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

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


h1.h1_01{
	width:400px;
	height:auto;
	position: absolute;
	top:38px;
	left:0;
}

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


h2.h2_01{
	font-family: "Noto Sans JP";
	font-size:42px;
	line-height:120%;
	color:#000000;
	text-align:center;
	margin-bottom:40px;
	font-weight:normal;
}


h2.h2_01 p{
	font-size:18px;
	color:#0053a6;
	font-family: "Noto Sans JP";
	line-height:120%;
	margin-top:10px;
}

h2.h2_01 p span{
	border-bottom:1px solid #0053a6;
}

h3.h3_01{
	color:#0053a6;
	font-family: "Noto Sans JP";
	line-height:120%;
	font-size:28px;
	font-weight:bold;
	padding-bottom:10px;
	margin-bottom:25px;
	border-bottom:2px solid #0053a6;
}

h3.h3_01 span{
	font-size:20px;
	margin-left:10px;
	font-weight:bold;
}

h4.h4_01{
	font-size:16px;
	font-weight:bold;
	padding-bottom:8px;
	margin-bottom:25px;
	border-bottom:1px dotted #000000;
}

h4.h4_01 span{
	color:#0066cc;
}




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


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

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





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


.top_main_top_img{

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


.about_school_top_img{
	width: 100%;
	height:250px !important;
	background:url(../img/about_school/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.about_course_top_img{
	width: 100%;
	height:250px !important;
	background:url(../img/about_course/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.learning_style_top_img{
	width: 100%;
	height:250px !important;
	background:url(../img/learning_style/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.admission_guidance_top_img{
	width: 100%;
	height:250px !important;
	background:url(../img/admission_guidance/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.learning_center_top_img{
	width: 100%;
	height:250px !important;
	background:url(../img/learning_center/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.about_school_expenses_top_img{
	width: 100%;
	height:250px !important;
	background:url(../img/about_school_expenses/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

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

.document_request_top_img{
	width: 100%;
	height:250px !important;
	background:url(../img/document_request/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.application_documents_top_img{
	width: 100%;
	height:250px !important;
	background:url(../img/application_documents/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

	
.information_disclosure_top_img{
	width: 100%;
	height:250px !important;
	background:url(../img/information_disclosure/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}
	

.voice_top_img{
	width: 100%;
	height:250px !important;
	background:url(../img/voice/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.setumeikai_top_img{
	width: 100%;
	height:250px !important;
	background:url(../img/setumeikai/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.setumeikai01_top_img{
	width: 100%;
	height:250px !important;
	background:url(../img/setumeikai/main01.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.setumeikai01_top_img02{
	width: 100%;
	height:250px !important;
	background:url(../img/setumeikai/main03.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.artclub_top_img{
	width: 100%;
	height:250px !important;
	background:url(../img/artclub/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}





.setumeikai_mainiti_top_img{
	width: 100%;
	height:250px !important;
	background:url(../img/setumeikai_mainiti/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.setumeikai_form{
	margin: 20px auto;
	text-align: center;
}


.setumeikai_txt span{
	color: #0066cc;
	font-weight: bold;
}


.calendar_top_img{
	width: 100%;
	height:250px !important;
	background:url(../img/calendar/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.news_top_img{
	width: 100%;
	height:250px !important;
	background:url(../img/news/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.coronavirus_top_img{
	width: 100%;
	height:250px !important;
	background:url(../img/coronavirus/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}



.online_seminar_top_img{
	width: 100%;
	height:250px !important;
	background:url(../img/online_seminar/main.jpg)  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.recruitment_teachers_top_img{
	width: 100%;
	height:250px !important;
	background:url(../img/recruitment_teachers/main.jpg)  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}







.s_top_img{
      display:none;
      text-align:center;
}










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

.contact_banner{
	margin-top:100px;	
}

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











/* トップ 学校説明会---------------------------------------------- */


.tp_setumeikai_bg01{
	background:#35b1ea;
	padding:40px 0;
}

.tp_setumeikai_bg02{
	background:#dcd0f1;
	padding:40px 0;
}


.tp_setumeikai_bg{
	background:#ebd335;
	padding:40px 0;
}





.tp_setumeikai{
	text-align:center;
}

.tp_setumeikai ul li{
	margin-bottom:30px;
	text-align:left;
	font-size:16px;
	line-height:140%;
	color:#FFF;
}

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

.tp_setumeikai ul li img {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	vertical-align:bottom;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.tp_setumeikai ul li:hover img {
	opacity: .6;
}






/* トップ コロナ---------------------------------------------- */


.tp_coronavirus_bg{
	background:#ff9999;
	padding:40px 0;
}


.tp_coronavirus_img{
	margin-bottom:40px;
}

.tp_coronavirus{
	text-align:center;
}

.tp_coronavirusi ul li{
	margin-bottom:30px;
	text-align:left;
	font-size:16px;
	line-height:140%;
	color:#FFF;
}

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

.tp_coronavirus ul li img {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	vertical-align:bottom;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.tp_coronavirus ul li:hover img {
	opacity: .6;
}


/* トップ 新着---------------------------------------------- */

.news-box{
}

.news-box dl dt{
	font-size:16px;
	color:#0053a6;
	float:left;
	clear:both;
}

.news-box dl dd{
	padding-left:110px;
	font-size:16px;
	color:#000000;
	border-bottom:1px dotted #999999;
	padding-bottom:8px;
	margin-bottom:10px;
	font-weight:300;
}

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

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




.post_b{
}

.post_b dl dt{
	color:#0053a6;
	font-family: "Noto Sans JP";
	line-height:120%;
	font-size:28px;
	font-weight:bold;
	padding-bottom:10px;
	margin-bottom:25px;
	border-bottom:2px solid #0053a6;

}

.post_b dl dd{

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

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

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


.post_b dl dd p{
	text-align:right;
	margin-bottom:15px;
}

.post_b dl dd .img_list{
	width: 100%;
}

.post_b dl dd .img_list li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}

.post_b dl dd .img_list li:nth-child(2n){
    margin-right: 0%;
}

.post_b dl dd .img_list li img{
	width: 100%;
}




/* トップ　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: #1DA1F2;
    border: 1px solid #1DA1F2;

	background-color: #fff;

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

	transition: 0.3s;
}

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

.blog_box{
	width: 100%;

	background-color: #fff;
	border-radius: 25px;
	padding: 30px;
	box-sizing: border-box;
	border: 1px solid #1DA1F2;

}

.blog_title{
	font-family: "M PLUS Rounded 1c";
	text-align: center;

	font-size: 20px;
	font-weight: bold;

	margin-bottom: 30px;
}


.blog_txt{
	font-family: "M PLUS Rounded 1c";
	text-align: center;

	font-size: 18px;
	color: #fff;
	font-weight: bold;

	margin-bottom: 20px;
}


/* トップ 通信とは---------------------------------------------- */

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

.t_tuushin_b ul li{
	width:50%;
	height:400px;
	float:left;
	
	padding:20px;
	box-sizing:border-box;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.t_tuushin_b ul li dl dt{
	font-family: "M PLUS Rounded 1c";
	font-size:36px;
	text-align:center;
	color:#FFF;
	line-height:120%;
	margin-bottom:20px;
	font-weight:bold;
}

.t_tuushin_b ul li dl dt p{
	font-size:26px;
	margin-top:8px;
	font-weight:normal;
}

.t_tuushin_b ul li dl dd{
	font-family: "M PLUS Rounded 1c";
	font-size:18px;
	text-align:center;
	color:#FFF;
	line-height:130%;
	
	margin-bottom:40px;
}


.t_tuushin_b ul li p{

}

.t_tuushin_b ul li p a{
	width:200px;
	height:auto;
	margin:0 auto;
	display:block;
	text-align:center;
	background:url(../img/common/header_btn_bg.png) repeat;
	color:#FFF;
	line-height:110%;
	font-size:18px;
	padding:8px 15px 6px 15px;
	box-sizing:border-box;
}

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


.t_tuushin_b_01{
	background:#ff6633;
}

.t_tuushin_b_02{
	background:#cc00cc;
}




/* 学びのスタイル---------------------------------------------- */


.t_style_b{
	width:100%;
	height:400px;
	padding:20px;
	box-sizing:border-box;
	
	background:#99cc00;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.t_style_b dl dt{
	font-family: "M PLUS Rounded 1c";
	font-size:36px;
	text-align:center;
	color:#FFF;
	line-height:120%;
	margin-bottom:20px;
	font-weight:bold;
}


.t_style_b dl dt p{
	font-size:26px;
	margin-top:8px;
	line-height:110%;
	font-weight:normal;
}

.t_style_b dl dd{
	font-family: "M PLUS Rounded 1c";
	font-size:18px;
	text-align:center;
	color:#FFF;
	line-height:130%;
	
	margin-bottom:40px;
}


.t_style_b p{

}

.t_style_b p a{
	width:200px;
	height:auto;
	margin:0 auto;
	display:block;
	text-align:center;
	background:url(../img/common/header_btn_bg.png) repeat;
	color:#FFF;
	line-height:110%;
	font-size:18px;
	padding:8px 15px 6px 15px;
	box-sizing:border-box;
}

.t_style_b p a:hover{
	color:#FFF;
	text-decoration:underline;
}





/*教員募集---------------------------------------------- */


.t_kb_bg{
	width:100%;
	height:280px;
	padding:20px;
	box-sizing:border-box;
	
	background:#56a764;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 

}


	

.t_kb dl dt{
	font-family: "M PLUS Rounded 1c";
	font-size:36px;
	text-align:center;
	color:#FFF;
	line-height:120%;
	margin-bottom:20px;
	font-weight:bold;
}

.t_kb dl dt p{
	font-size:26px;
	margin-top:8px;
	line-height:110%;
	font-weight:normal;
}

.t_kb dl dd{
	font-family: "M PLUS Rounded 1c";
	font-size:18px;
	text-align:center;
	color:#FFF;
	line-height:130%;

}


.t_kb p{

}

.t_kb p a{
	width:200px;
	height:auto;
	margin:0 auto;
	display:block;
	text-align:center;
	background:url(../img/common/header_btn_bg.png) repeat;
	color:#FFF;
	line-height:110%;
	font-size:18px;
	padding:8px 15px 6px 15px;
	box-sizing:border-box;
}

.t_kb p a:hover{
	color:#FFF;
	text-decoration:underline;
}





/* ツイッタータイムライン--------------------------------------------- */


.tw_b_bg{
	background:#1DA1F2;
	padding:30px 0;
	box-sizing:border-box;
}


.tw_b{
	max-width:650px;
	width:100%;
	height:auto;
	margin:0 auto;
    font-size: 11pt !important;
}


.tw_b_ttl{
	font-family: "M PLUS Rounded 1c";
	font-size:30px;
	text-align:center;
	color:#FFF;
	line-height:120%;
	margin-bottom:30px;
	font-weight:bold;
}
	
/* リーフレット　資料請求---------------------------------------------- */


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

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

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

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



/* 学校バナー---------------------------------------------- */

.t_banner02_bg{
	width:100%;
	height:auto;
	padding:60px 0;
	background:#cfe8f4;
	
}


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

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

.t_banner02 ul li img{
	padding-top:1px;
}


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

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

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








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

.b_contact_bg{
	width:100%;
	height:auto;
	background:url(../img/common/contact_bg.jpg) repeat;
	padding:60px 0;
}

.b_contact{
	margin-bottom:30px;
}


.b_contact dl dt{
	color:#000000;
	font-family: "Noto Sans JP";
	line-height:120%;
	font-size:22px;
	text-align:center;
	margin-bottom:25px;
	font-weight:normal;

}

.b_contact dl dt p{
	margin-bottom:25px;
	font-size:36px;
	font-weight:bold;
}


.b_contact dl dd{
	color:#004285;
	font-family: "Noto Sans JP";
	line-height:120%;
	font-size:48px;
	text-align:center;
	font-weight:900;
}

.b_contact dl dd p{
	color:#000000;
	font-family: "Noto Sans JP";
	line-height:120%;
	font-size:22px;
	text-align:center;
	margin-top:10px;
	font-weight:normal;
}

.b_contact_btn{
	max-width:620px;
	width:100%;
	height:auto;
	margin:0 auto;
}

.b_contact_btn ul li{
	width:49%;
	height:auto;
	float:left;
	margin-right:2%;
	background:#004285;
	text-align:center;
	font-size:20px;
}

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

.b_contact_btn ul li a{
	padding:12px 10px 10px 10px;
	display:block;
	color:#FFF;
}

.b_contact_btn ul li a:hover{
	color:#FFF;
	text-decoration:underline;
}




/* フッターメニュー---------------------------------------------- */


.f_menu_bg{
	width:100%;
	height:auto;
	background:#004285;
	padding:30px 0;
}

.f_menu_ttl{
	font-family: "Noto Sans JP";
	font-size:24px;
	text-align:center;
	color:#FFF;
	line-height:130%;
	margin-bottom:30px;
}

.f_menu_ttl p{
	font-size:18px;
	margin-top:8px;
}


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

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

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


.f_menu ul li dl dt{
	color:#66ccff;
	font-size:15px;
	font-weight:bold;
	padding-bottom:8px;
	margin-bottom:16px;
	border-bottom:1px solid #66ccff;
}

.f_menu ul li dl dt a{
	color:#66ccff;
	text-decoration:none;
}

.f_menu ul li dl dt a:hover{
	color:#66ccff;
	text-decoration:underline;
}

.f_menu ul li dl dd{
	color:#FFF;
	font-size:14px;
	padding-bottom:8px;
}


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

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


/* 各ページ　トップテキストメニュー---------------------------------------------- */

.p_s_menu{
	margin-bottom:40px;
}

.p_s_menu ul{
	text-align:center;
}

.p_s_menu ul li{
	color:#000000;
	font-family: "Noto Sans JP";
	line-height:160%;
	font-size:15px;
	display:inline;
	font-weight:bold;
}

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

.p_s_menu ul li a:hover{
	color:#0053a6;
	text-decoration:underline;

}


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


.p_s_menu ul li:first-child::before{
  content: '/　';
  color:#cccccc;
}


.p_s_menu ul li::after {
  content: '　/';
  color:#cccccc;
  margin-right:7px;
}



/* “昌平通信”とは？---------------------------------------------- */

.abt_msg{
	margin-bottom:60px;
}

.abt_msg dl dt{
	font-size:18px;
	font-weight:bold;
	margin-bottom:25px;
}

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

.abt_msg_l{
	width:100%;
	height:auto;
	float:none;

}

.abt_msg_r{
	width:25%;
	height:auto;
	float:right;
}

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


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

.abt_b01 ul li{
	width:49%;
	min-height:230px;
	height:auto;
	float:left;
	margin-right:2%;
	margin-bottom:20px;
	background:#183e6d;
	padding:30px;
	box-sizing:border-box;
	
	-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 */
}

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

.abt_b01 ul li dl{
	margin-bottom:20px;
}

.abt_b01 ul li dl dt{
	color:#FFF;
	font-family: "Noto Sans JP";
	font-weight:bold;
	line-height:120%;
	font-size:22px;
	margin-bottom:25px;
	text-align:center;
	height:40px;
}

.abt_b01 ul li dl dd{
	color:#FFF;
	line-height:140%;
	font-size:15px;
}

.abt_b01 img{
	text-align:center !important;

}




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

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

.abt_t01 table th{
	border-collapse:collapse;


	width:180px;
	color:#000000;
	padding:10px 0px;
	font-size:14px;
	line-height:160%;
	vertical-align:text-top;
	
	border-bottom:1px solid #cccccc;
}

.abt_t01 table td{
	font-size:14px;
	border-collapse:collapse;
	text-align:left;
	padding:10px 0px;
	border-bottom:1px solid #cccccc;
	line-height:160%;
}

.abt_txt01{
	font-size:16px;
	line-height:160%;
	margin-bottom:40px;
	word-break: break-all;
}


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

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


.abt_t02_ttl{
	width:98%;
	font-family: "Noto Sans JP";
	font-weight:bold;
	line-height:120%;
	font-size:22px;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:2px solid #000;

	
}

.abt_t02 ul li ul li{
	width:50%;
	height:auto;
	float:left;
	padding:0 10px;
	box-sizing:border-box;

}


.abt_t02 ul li ul li dl{
	margin-bottom:20px;
	
}

.abt_t02 ul li ul li dl dt{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

.abt_t02 ul li ul li dl dd{
	font-size:14px;
	margin-bottom:7px;
	background:url(../img/about_school/list.jpg) left 4px no-repeat;
	padding-left:15px;
	line-height:130%;
}

.abt_t02 ul li ul li dl:last-child{
	margin-bottom:0;
}



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

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

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




/* 通信制課程について---------------------------------------------- */

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

.abt_crs_txt01 ul{
	margin-top:10px;
}

.abt_crs_txt01 ul li{
	list-style:decimal;
	margin-left:25px;
	margin-bottom:8px;
	line-height:140%;
}

.abt_crs_ttl01{
	width:100px;
	height:100px;
	background:#6699cc;
	margin:0 auto 30px auto;
	color:#ffffff;
	font-family: "Noto Sans JP";
	font-weight:bold;
	line-height:120%;
	font-size:26px;

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


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

.abt_crs_b01_list{
	padding-bottom:100px;
	margin-bottom:50px;
	background:url(../img/about_course/list.png) center bottom no-repeat;
}

.abt_crs_b01 ul li{
	width:32%;
	min-height:170px;
	height:auto;
	float:left;
	margin-right:2%;
	background:#183e6d;
	padding:20px;
	box-sizing:border-box;
	
	-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 */
}

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


.abt_crs_b01 ul li dl dt{
	color:#FFF;
	font-family: "Noto Sans JP";
	font-weight:bold;
	line-height:120%;
	font-size:22px;
	margin-bottom:25px;
	text-align:center;
}

.abt_crs_b01 ul li dl dd{
	color:#FFF;
	line-height:140%;
	font-size:15px;
}

.abt_crs_b01 p{
	text-align:center;
	font-size:15px;
	margin-top:20px;
}






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

.abt_crs_b02_list{
	padding-bottom:100px;
	margin-bottom:50px;
	background:url(../img/about_course/list.png) center bottom no-repeat;
}

.abt_crs_b02:last-child{
	padding-bottom:0;
	margin-bottom:0;
	background:none;
}


.abt_crs_b02 ul li{
	width:23.5%;
	min-height:200px;
	height:auto;
	float:left;
	margin-right:2%;
	margin-bottom:20px;
	background:#183e6d;
	padding:20px;
	box-sizing:border-box;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
	
	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius:10px;    /* for Firefox */
	-o-border-radius:10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */

}



.abt_crs_b02 ul li dl dt{
	color:#FFF;
	font-family: "Noto Sans JP";
	font-weight:bold;
	line-height:120%;
	font-size:22px;
	margin-bottom:20px;
	text-align:center;
}

.abt_crs_b02 ul li dl dt p{
	font-size:13px;
	font-weight:normal;
	margin-top:5px;
}

.abt_crs_b02 ul li dl dd{
	color:#FFF;
	line-height:140%;
	font-size:15px;
}

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




/* 学びのスタイル---------------------------------------------- */

.ls_msg{
	margin-bottom:60px;
}

.ls_msg dl dt{
	font-size:18px;
	font-weight:bold;
	margin-bottom:25px;
}

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


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

.ls_img01{
	text-align:center;
	margin-bottom:40px;
}

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

.ls_txt02 dl dt{
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
}

.ls_txt02 dl dd{
	font-size:16px;
	line-height:140%;
}


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







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

.ls_b01 ul li{
	width:32%;
	min-height:440px;
	height:auto;
	float:left;
	margin-right:2%;
	background:#183e6d;
	padding:20px;
	box-sizing:border-box;
	
	-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 */
}

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



.ls_b01 ul li dl dt{
	color:#FFF;
	font-family: "Noto Sans JP";
	font-weight:bold;
	line-height:120%;
	font-size:22px;
	margin-bottom:20px;
	text-align:center;
}

.ls_b01 ul li dl dd{
	color:#FFF;
	line-height:140%;
	font-size:15px;
	word-break: break-all;
}

.ls_b01 ul li dl dd p{
	text-align:center;
	margin-bottom:15px;
}





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

.ls_b02 ul li{
	width:49%;
	min-height:350px;
	height:auto;
	float:left;
	margin-right:2%;
	background:#183e6d;
	padding:20px;
	box-sizing:border-box;
	
	-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 */
}

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


.ls_b02 dt{
	color:#FFF;
	font-family: "Noto Sans JP";
	font-weight:bold;
	line-height:120%;
	font-size:22px;
	margin-bottom:20px;
	text-align:center;
}

.ls_b02 ul li dl dd{
	color:#FFF;
	line-height:140%;
	font-size:15px;
}

.ls_b02 ul li dl dd ul{
	margin-bottom:20px;
	
}

.ls_b02 ul li dl dd ul li{
	width:49%;
	min-height:0px;
	height:auto;
	float:left;
	padding:0px;
}

.ls_b02 ul li dl dd ul li:last-child{
	margin-right:0%;
}




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

}

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

}

.ls_t01 table th{
	width:310px;
	border-collapse:collapse;

	color:#000000;
	padding:10px 15px;
	box-sizing:border-box;
	font-size:16px;
	line-height:140%;
	vertical-align:text-top;
	border:1px solid #cccccc;
}

.ls_t01 table td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	padding:10px 15px;
	box-sizing:border-box;
	border:1px solid #cccccc;
	line-height:140%;
}


.ls_b03{
	margin-bottom:60px;
}


.ls_b03 dl dt{
	font-size:16px;
	margin-bottom:5px;
	font-weight:bold;
}


.ls_b03 dl dd{
	font-size:16px;
	line-height:140%;
	margin-bottom:25px;
}

.ls_b04{
	max-width:600px;
	width:100%;
	height:auto;
	margin:0 auto;
	
	background:#3399cc;
	padding:45px 25px;
	
	-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 */
}

.ls_b04 dl dt{
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
	text-align:center;
	color:#FFF;
}

.ls_b04 dl dd{
	font-size:16px;
	text-align:center;
}

.ls_b04 dl dd a{
	color:#FFF;
	text-decoration:underline;

}

.ls_b04 dl dd a:hover{
	color:#FFF;
	text-decoration:none;
}


/* 入学案内---------------------------------------------- */


.ag_txt01{
	font-size:18px;
	line-height:160%;
	font-weight:bold;
	margin-bottom:30px;
}


.ag_txt02{
	margin-bottom:50px;
}

.ag_txt02 dl dt{
	color:#0066cc;
	font-weight:bold;
	font-size:16px;
	line-height:140%;
	margin-bottom:10px;
}

.ag_txt02 dl dd{
	color:#000;
	font-size:16px;
	margin-bottom:30px;
	line-height:150%;
}


.ag_txt02_l{
	width:73%;
	height:auto;
	float:left;

}

.ag_txt02_r{
	width:25%;
	height:auto;
	float:right;
}

.ag_txt02_r img{
	text-align:center;
	display:block;
	margin:0 auto;
}


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



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


.ag_txt03 ul li{
	list-style:decimal;
	margin-left:25px;
}



/* 学習センター---------------------------------------------- */


.lc_txt00{
	color:#e60012;
	font-family: "Noto Sans JP";
	font-weight:bold;
	line-height:120%;
	font-size:24px;
	margin-bottom:25px;
}

.lc_txt01{
	font-size:18px;
	line-height:160%;
	font-weight:bold;
	margin-bottom:30px;
	font-family: "Noto Sans JP";
}



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


.lc_txt02 span{
	padding:1px 8px 0px 8px;
	background:#F00;
	color:#FFF;
	text-align:center;
	line-height:100%;
	font-size:13px;
}

.lc_txt02 span a{
	color:#FFF;
	text-decoration:none;
}

.lc_txt02 span a:hover{
	color:#FFF;
	text-decoration:underline;
}


/* 在校生・卒業生の声---------------------------------------------- */

.vc_01{

  }

.vc_01 dl dt{
	text-align:center;
	font-size:18px;
	line-height:140%;
	margin-bottom:20px;
}

.vc_01 dl dt p{
	font-size:30px;
	line-height:140%;
	font-weight:bold;
	margin-bottom:10px;
	font-family: "Noto Sans JP";
	color:#004285;
}

.vc_01 dl dd{
	font-size:16px;
	line-height:180%;
	
	border-bottom:1px dotted #004285;
	padding-bottom:30px;
	margin-bottom:30px;
}


/* 出願書類---------------------------------------------- */



.ad01{
	font-size:16px;
	line-height:150%;
}

.ad01 ul li{
	margin-bottom:15px;
	list-style:disc;
	margin-left:22px;
}

.ad01 ul li a{
	color:#000;
	text-decoration:none;
}

.ad01 ul li a:hover{
	color:#000;
	text-decoration:underline;
}


.ad01 p{
	margin: 0 0 25px 0;
}

/* カレンダー---------------------------------------------- */


.cal01{
	margin-bottom:60px;
}



/* 学費---------------------------------------------- */

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

.gakuhi_01 dl dt{
	text-align:center;
	margin-bottom:20px;
}

.gakuhi_01 dl dd{
	font-size:16px;
	line-height:150%;
	text-align:left !important;
	font-family: "Noto Sans JP";
	
}



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

.gakuhi_02 dl dt{
	text-align:center;
	margin-bottom:20px;
}

.gakuhi_02 dl dd{
	font-size:28px;
	line-height:150%;
	text-align:center;
	font-family: "Noto Sans JP";
	
}


.gakuhi_03{
	margin-bottom:40px;
}

.gakuhi_03 ul li{
	font-size:16px;
	line-height:150%;
	list-style:disc;
	margin-left:20px;
	margin-bottom:20px;
}

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

.gakuhi_03 ul li a{
	color:#E60012;
	text-decoration:underline;
}

.gakuhi_03 ul li a:hover{
	color:#E60012;
	text-decoration:none;
}


.gakuhi_04{
	margin-bottom:40px;
}

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

}

.gakuhi_04 table th{
	width:290px;
	border-collapse:collapse;

	color:#000000;
	padding:10px 15px;
	box-sizing:border-box;
	font-size:16px;
	line-height:140%;
	vertical-align:text-top;
	border:1px solid #cccccc;
	background:#FBFBFB;
}

.gakuhi_04 table td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	padding:10px 15px;
	box-sizing:border-box;
	border:1px solid #cccccc;
	line-height:140%;
}

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



/* 学費昌平通信ArtClub---------------------------------------------- */


.sac01{


}

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

}

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



.sac01 ul li dl dt{
    text-align: center;
    margin-bottom: 15px;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
}


.sac01 ul li dl dd{
    font-size: 16px;
    line-height: 140%;
    
    border-left: 7px solid #1C45A6;
    padding-left: 7px;
}

.sac01 ul li dl dd p{
    font-size: 18px;
    margin-bottom: 8px;
	font-family: "Noto Sans JP";
	font-weight:bold;

}

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





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

.ct_txt01 a{
	color:#F00;
	text-decoration:underline;
}

.ct_txt01 a:hover{
	color:#F00;
	text-decoration:none;
}

.ct_b01{
	border:1px solid #CCC;
	padding:40px 20px 30px 20px	;
	box-sizing:border-box;
	
}

.ct_b01 dl dt{
	color:#004285;
	font-family: "Noto Sans JP";
	font-weight:bold;
	line-height:120%;
	font-size:28px;
	margin-bottom:25px;
	text-align:center;
}

.ct_b01 dl dt span{
	border-top:3px solid #004285;
	border-bottom:3px solid #004285;
	padding-bottom:2px;
}


.ct_b01 dl dd{
	color:#000;
	font-family: "Noto Sans JP";
	line-height:160%;
	font-size:16px;
	text-align:center;
}

.ct_b01 dl dd p{
	font-size:18px;
	margin-bottom:10px;
}

.contact_f_btn{

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

.contact_f_btn a{
	width:320px;
    height: 60px;
    font-size: 16px;
    line-height: 120%;
    color:#FFFFFF;
    padding-top: 1px;
    
    background: #004285;

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


.contact_f_btn a:hover {
    text-decoration: underline;
}


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



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

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

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

#contact-f p{
	font-size:18px;
	font-weight:bold;
	line-height:120%;
	margin-top:15px;
	text-align:center;
}

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

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

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

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:25%;	
	font-family: "メイリオ", sans-serif;
}

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

	font-family: "メイリオ", sans-serif;
}


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

}

.with-form1{
	width:90%;
	height:30px !important;
	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:160px;
	height:30px !important;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

}



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

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

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

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

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




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

	/*角丸*/
	-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用 */
	/*角丸*/

	font-family: "メイリオ", sans-serif;	
}

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






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

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




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





}


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



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

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

h1.h1_01{
	width:350px;
	height:auto;
	position: absolute;
	top:24px;
	left:50%;
	margin-left:-175px;
	z-index:1000;
}


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


h2.h2_01{
	font-family: "Noto Sans JP";
	font-size:42px;
	line-height:120%;
	color:#000000;
	text-align:center;
	margin-bottom:40px;
	font-weight:normal;
}


h2.h2_01 p{
	font-size:18px;
	color:#0053a6;
	font-family: "Noto Sans JP";
	line-height:120%;
	margin-top:10px;
}

h2.h2_01 p span{
	border-bottom:1px solid #0053a6;
}


h3.h3_01{
	color:#0053a6;
	font-family: "Noto Sans JP";
	line-height:120%;
	font-size:28px;
	font-weight:bold;
	padding-bottom:10px;
	margin-bottom:25px;
	border-bottom:2px solid #0053a6;
}

h3.h3_01 span{
	font-size:20px;
	margin-left:10px;
	font-weight:bold;
}


h4.h4_01{
	font-size:16px;
	font-weight:bold;
	padding-bottom:8px;
	margin-bottom:25px;
	border-bottom:1px dotted #000000;
}


h4.h4_01 span{
	color:#0066cc;
}



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


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

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

}



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


.top_main_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}

.about_school_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}

.about_course_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}


.learning_style_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}

.admission_guidance_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}

.learning_center_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}

.about_school_expenses_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}

.contact_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}

.document_request_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}

.application_documents_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}


.voice_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}


.setumeikai_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}

.setumeikai01_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}


.setumeikai01_top_img02{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}


.artclub_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}




.setumeikai_mainiti_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}


.setumeikai_form{
	margin: 20px auto;
	text-align: center;
}

.setumeikai_txt span{
	color: #0066cc;
	font-weight: bold;
}


.calendar_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}

.news_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}


.coronavirus_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}



.online_seminar_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}



.recruitment_teachers_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}





.s_top_img{
	display:block; 
	text-align:center;
	margin:0 !important;
	padding:0 !important;

	  z-index:1; 
}

.s_top_img img{
	width:100%;
	height:auto !important;
	margin:0 !important;
	padding:0 !important;

	display:block;
	line-height:0 !important;
	vertical-align:bottom;
}


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

.contact_banner{
	margin-top:100px;	
}

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



/* トップ 学校説明会---------------------------------------------- */

.tp_setumeikai_bg01{
	background:#35b1ea;
	padding:40px 0;
}

.tp_setumeikai_bg02{
	background:#dcd0f1;
	padding:40px 0;
}



.tp_setumeikai_bg{
	background:#ebd335;
	padding:40px 0;
}

.tp_setumeikai{
	text-align:center;
}


.tp_setumeikai ul li{
	margin-bottom:30px;
	text-align:left;
	font-size:16px;
	line-height:140%;
	color:#FFF;
}

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


.tp_setumeikai ul li img {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	vertical-align:bottom;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.tp_setumeikai ul li:hover img {
	opacity: .6;
}




/* トップ コロナ---------------------------------------------- */


.tp_coronavirus_bg{
	background:#ff9999;
	padding:40px 0;
}


.tp_coronavirus_img{
	margin-bottom:40px;
}

.tp_coronavirus{
	text-align:center;
}

.tp_coronavirusi ul li{
	margin-bottom:30px;
	text-align:left;
	font-size:16px;
	line-height:140%;
	color:#FFF;
}

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

.tp_coronavirus ul li img {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	vertical-align:bottom;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.tp_coronavirus ul li:hover img {
	opacity: .6;
}




/* トップ 新着---------------------------------------------- */


.news-box{
}


.news-box dl dt{
	font-size:16px;
	color:#0053a6;
	float:left;
	clear:both;
	
}

.news-box dl dd{
	padding-left:110px;
	font-size:16px;
	color:#000000;
	border-bottom:1px dotted #999999;
	padding-bottom:8px;
	margin-bottom:10px;
	font-weight:300;
}

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

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


.post_b{
}

.post_b dl dt{
	color:#0053a6;
	font-family: "Noto Sans JP";
	line-height:120%;
	font-size:28px;
	font-weight:bold;
	padding-bottom:10px;
	margin-bottom:25px;
	border-bottom:2px solid #0053a6;

}

.post_b dl dd{

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

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

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


.post_b dl dd p{
	text-align:right;
	margin-bottom:15px;
}

.post_b dl dd .img_list{
	width: 100%;
}

.post_b dl dd .img_list li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 15px;
}

.post_b dl dd .img_list li:nth-child(2n){
    margin-right: 0%;
}

.post_b dl dd .img_list li img{
	width: 100%;
}


/* トップ　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: #1DA1F2;
    border: 1px solid #1DA1F2;

	background-color: #fff;

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

	transition: 0.3s;
}

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

.blog_box{
	width: 100%;

	background-color: #fff;
	border-radius: 25px;
	padding: 30px;
	box-sizing: border-box;
	border: 1px solid #1DA1F2;

}

.blog_title{
	font-family: "M PLUS Rounded 1c";
	text-align: center;

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

	margin-bottom: 30px;
}


.blog_txt{
	font-family: "M PLUS Rounded 1c";
	text-align: center;

	font-size: 16px;
	color: #fff;
	font-weight: bold;

	margin-bottom: 20px;
}


/* トップ 通信とは---------------------------------------------- */

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

.t_tuushin_b ul li{
	width:50%;
	height:400px;
	float:left;
	
	padding:20px;
	box-sizing:border-box;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.t_tuushin_b ul li dl dt{
	font-family: "M PLUS Rounded 1c";
	font-size:30px;
	text-align:center;
	color:#FFF;
	line-height:120%;
	margin-bottom:20px;
	font-weight:bold;
}

.t_tuushin_b ul li dl dt p{
	font-size:22px;
	margin-top:8px;
}

.t_tuushin_b ul li dl dd{
	font-family: "M PLUS Rounded 1c";
	font-size:16px;
	text-align:center;
	color:#FFF;
	line-height:130%;
	
	margin-bottom:40px;
}


.t_tuushin_b ul li p{

}

.t_tuushin_b ul li p a{
	width:200px;
	height:auto;
	margin:0 auto;
	display:block;
	text-align:center;
	background:url(../img/common/header_btn_bg.png) repeat;
	color:#FFF;
	line-height:110%;
	font-size:16px;
	padding:8px 15px 6px 15px;
	box-sizing:border-box;
}

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


.t_tuushin_b_01{
	background:#ff6633;
}

.t_tuushin_b_02{
	background:#cc00cc;
}






/* 学びのスタイル---------------------------------------------- */


.t_style_b{
	width:100%;
	height:400px;
	padding:20px;
	box-sizing:border-box;
	
	background:#99cc00;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.t_style_b dl dt{
	font-family: "M PLUS Rounded 1c";
	font-size:30px;
	text-align:center;
	color:#FFF;
	line-height:120%;
	margin-bottom:20px;
	font-weight:bold;
}


.t_style_b dl dt p{
	font-size:22px;
	margin-top:8px;
	line-height:110%;
	font-weight:normal;
}


.t_style_b dl dd{
	font-family: "M PLUS Rounded 1c";
	font-size:16px;
	text-align:center;
	color:#FFF;
	line-height:130%;
	
	margin-bottom:20px;
}


.t_style_b p{

}

.t_style_b p a{
	width:200px;
	height:auto;
	margin:0 auto;
	display:block;
	text-align:center;
	background:url(../img/common/header_btn_bg.png) repeat;
	color:#FFF;
	line-height:110%;
	font-size:16px;
	padding:8px 15px 6px 15px;
	box-sizing:border-box;
}

.t_style_b p a:hover{
	color:#FFF;
	text-decoration:underline;
}






/*教員募集---------------------------------------------- */


.t_kb_bg{
	width:100%;
	height:240px;
	padding:20px;
	box-sizing:border-box;
	
	background:#56a764;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 

}


	

.t_kb dl dt{
	font-family: "M PLUS Rounded 1c";
	font-size:36px;
	text-align:center;
	color:#FFF;
	line-height:120%;
	margin-bottom:20px;
	font-weight:bold;
}

.t_kb dl dt p{
	font-size:26px;
	margin-top:8px;
	line-height:110%;
	font-weight:normal;
}

.t_kb dl dd{
	font-family: "M PLUS Rounded 1c";
	font-size:18px;
	text-align:center;
	color:#FFF;
	line-height:130%;

}


.t_kb p{

}

.t_kb p a{
	width:200px;
	height:auto;
	margin:0 auto;
	display:block;
	text-align:center;
	background:url(../img/common/header_btn_bg.png) repeat;
	color:#FFF;
	line-height:110%;
	font-size:18px;
	padding:8px 15px 6px 15px;
	box-sizing:border-box;
}

.t_kb p a:hover{
	color:#FFF;
	text-decoration:underline;
}



/* ツイッタータイムライン--------------------------------------------- */


.tw_b_bg{
	background:#1DA1F2;
	padding:30px 0;
	box-sizing:border-box;
}


.tw_b{
	max-width:600px;
	width:100%;
	height:auto;
	margin:0 auto;
}


.tw_b_ttl{
	font-family: "M PLUS Rounded 1c";
	font-size:30px;
	text-align:center;
	color:#FFF;
	line-height:120%;
	margin-bottom:30px;
	font-weight:bold;
}


/* リーフレット　資料請求---------------------------------------------- */


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

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

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

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







/* 学校バナー---------------------------------------------- */


.t_banner02_bg{
	width:100%;
	height:auto;
	padding:60px 0;
	background:#cfe8f4;
	
}


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

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

.t_banner02 ul li img{
	padding-top:1px;
}


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

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

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


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

.b_contact_bg{
	width:100%;
	height:auto;
	background:url(../img/common/contact_bg.jpg) repeat;
	padding:60px 0;
}

.b_contact{
	margin-bottom:30px;
}


.b_contact dl dt{
	color:#000000;
	font-family: "Noto Sans JP";
	line-height:120%;
	font-size:22px;
	text-align:center;
	margin-bottom:25px;
	font-weight:normal;

}

.b_contact dl dt p{
	margin-bottom:25px;
	font-size:36px;
	font-weight:bold;
}

.b_contact dl dd{
	color:#004285;
	font-family: "Noto Sans JP";
	line-height:120%;
	font-size:30px;
	text-align:center;
	font-weight:bold;
}

.b_contact dl dd p{
	color:#000000;
	font-family: "Noto Sans JP";
	line-height:120%;
	font-size:22px;
	text-align:center;
	margin-top:10px;
	font-weight:normal;
}

.b_contact_btn{
	max-width:620px;
	width:100%;
	height:auto;
	margin:0 auto;
}

.b_contact_btn ul li{
	width:49%;
	height:auto;
	float:left;
	margin-right:2%;
	background:#004285;
	text-align:center;
	font-size:20px;
}

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

.b_contact_btn ul li a{
	padding:12px 10px 10px 10px;
	display:block;
	color:#FFF;
}

.b_contact_btn ul li a:hover{
	color:#FFF;
	text-decoration:underline;
}




/* フッターメニュー---------------------------------------------- */


.f_menu_bg{
	width:100%;
	height:auto;
	background:#004285;
	padding:30px 0;
	
	display:none;
}



.f_menu_ttl{
	font-family: "Noto Sans JP";
	font-size:24px;
	text-align:center;
	color:#FFF;
	line-height:130%;
	margin-bottom:30px;
}

.f_menu_ttl p{
	font-size:18px;
	margin-top:8px;
}


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

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

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


.f_menu ul li dl dt{
	color:#66ccff;
	font-size:15px;
	font-weight:bold;
	padding-bottom:8px;
	margin-bottom:16px;
	border-bottom:1px solid #66ccff;
}

.f_menu ul li dl dt a{
	color:#66ccff;
	text-decoration:none;
}

.f_menu ul li dl dt a:hover{
	color:#66ccff;
	text-decoration:underline;
}

.f_menu ul li dl dd{
	color:#FFF;
	font-size:14px;
	padding-bottom:8px;
}


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

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






/* 各ページ　トップテキストメニュー---------------------------------------------- */

.p_s_menu{
	margin-bottom:40px;
}

.p_s_menu ul{
	text-align:center;
}

.p_s_menu ul li{
	color:#000000;
	font-family: "Noto Sans JP";
	line-height:160%;
	font-size:15px;
	display:inline;
	font-weight:bold;
}

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

.p_s_menu ul li a:hover{
	color:#0053a6;
	text-decoration:none;
}


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


.p_s_menu ul li:first-child::before{
  content: '/　';
  color:#cccccc;
}


.p_s_menu ul li::after {
  content: '　/';
  color:#cccccc;
  margin-right:7px;
}






/* “昌平通信”とは？---------------------------------------------- */

.abt_msg{
	margin-bottom:60px;
}

.abt_msg dl dt{
	font-size:18px;
	font-weight:bold;
	margin-bottom:25px;
}

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

.abt_msg_l{
	width:100%;
	height:auto;
	float:none;

}

.abt_msg_r{
	width:25%;
	height:auto;
	float:right;
}

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


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

.abt_b01 ul li{
	width:49%;
	min-height:230px;
	height:auto;
	float:left;
	margin-right:2%;
	margin-bottom:20px;
	background:#183e6d;
	padding:23px;
	box-sizing:border-box;
	
	-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 */
}

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

.abt_b01 ul li dl{
	margin-bottom:20px;
}

.abt_b01 ul li dl dt{
	color:#FFF;
	font-family: "Noto Sans JP";
	font-weight:bold;
	line-height:120%;
	font-size:20px;
	margin-bottom:25px;
	text-align:center;
}

.abt_b01 ul li dl dd{
	color:#FFF;
	line-height:140%;
	font-size:15px;
}

.abt_b01 img{
	text-align:center !important;
	margin:0 auto;
	display:block;
}






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

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

.abt_t01 table th{
	border-collapse:collapse;


	width:180px;
	color:#000000;
	padding:10px 0px;
	font-size:14px;
	line-height:160%;
	vertical-align:text-top;
	
	border-bottom:1px solid #cccccc;
}

.abt_t01 table td{
	font-size:14px;
	border-collapse:collapse;
	text-align:left;
	padding:10px 0px;
	border-bottom:1px solid #cccccc;
	line-height:160%;
}

.abt_txt01{
	font-size:16px;
	line-height:160%;
	margin-bottom:40px;
	word-break: break-all;
}


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

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


.abt_t02_ttl{
	width:98%;
	font-family: "Noto Sans JP";
	font-weight:bold;
	line-height:120%;
	font-size:22px;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:2px solid #000;

	
}

.abt_t02 ul li ul li{
	width:50%;
	height:auto;
	float:left;
	padding:0 10px;
	box-sizing:border-box;

}


.abt_t02 ul li ul li dl{
	margin-bottom:20px;
	
}

.abt_t02 ul li ul li dl dt{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

.abt_t02 ul li ul li dl dd{
	font-size:14px;
	margin-bottom:7px;
	background:url(../img/about_school/list.jpg) left 4px no-repeat;
	padding-left:15px;
	line-height:130%;
}

.abt_t02 ul li ul li dl:last-child{
	margin-bottom:0;
}


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

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

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





/* 通信制課程について---------------------------------------------- */

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

.abt_crs_txt01 ul{
	margin-top:10px;
}

.abt_crs_txt01 ul li{
	list-style:decimal;
	margin-left:25px;
	margin-bottom:8px;
	line-height:140%;
}

.abt_crs_ttl01{
	width:100px;
	height:100px;
	background:#6699cc;
	margin:0 auto 30px auto;
	color:#ffffff;
	font-family: "Noto Sans JP";
	font-weight:bold;
	line-height:120%;
	font-size:26px;

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


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

.abt_crs_b01_list{
	padding-bottom:100px;
	margin-bottom:50px;
	background:url(../img/about_course/list.png) center bottom no-repeat;
}


.abt_crs_b01 ul li{
	width:32%;
	min-height:170px;
	height:auto;
	float:left;
	margin-right:2%;
	background:#183e6d;
	padding:15px;
	box-sizing:border-box;
	
	-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 */
}

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


.abt_crs_b01 ul li dl dt{
	color:#FFF;
	font-family: "Noto Sans JP";
	font-weight:bold;
	line-height:120%;
	font-size:22px;
	margin-bottom:25px;
	text-align:center;
}

.abt_crs_b01 ul li dl dd{
	color:#FFF;
	line-height:140%;
	font-size:15px;
}

.abt_crs_b01 p{
	text-align:center;
	font-size:15px;
	margin-top:20px;
}






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

.abt_crs_b02_list{
	padding-bottom:100px;
	margin-bottom:50px;
	background:url(../img/about_course/list.png) center bottom no-repeat;
}


.abt_crs_b02 ul li{
	width:49%;
	min-height:170px;
	height:auto;
	float:left;
	margin-right:2%;
	margin-bottom:20px;
	background:#183e6d;
	padding:20px;
	box-sizing:border-box;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
	
	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius:10px;    /* for Firefox */
	-o-border-radius:10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */

}



.abt_crs_b02 ul li dl dt{
	color:#FFF;
	font-family: "Noto Sans JP";
	font-weight:bold;
	line-height:120%;
	font-size:22px;
	margin-bottom:25px;
	text-align:center;
}

.abt_crs_b02 ul li dl dt p{
	font-size:13px;
	font-weight:normal;
	margin-top:5px;
}


.abt_crs_b02 ul li dl dd{
	color:#FFF;
	line-height:140%;
	font-size:15px;
}

.abt_crs_b02 ul li p span{
	font-size:14px;
	font-weight:normal;
}

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


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




/* 学びのスタイル---------------------------------------------- */

.ls_msg{
	margin-bottom:60px;
}

.ls_msg dl dt{
	font-size:18px;
	font-weight:bold;
	margin-bottom:25px;
}

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


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

.ls_img01{
	text-align:center;
	margin-bottom:40px;
}

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


.ls_txt02 dl dt{
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
}

.ls_txt02 dl dd{
	font-size:16px;
	line-height:140%;
}

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



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

.ls_b01 ul li{
	width:32%;
	min-height:430px;
	height:auto;
	float:left;
	margin-right:2%;
	background:#183e6d;
	padding:20px;
	box-sizing:border-box;
	
	-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 */
}

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



.ls_b01 ul li dl dt{
	color:#FFF;
	font-family: "Noto Sans JP";
	font-weight:bold;
	line-height:120%;
	font-size:22px;
	margin-bottom:20px;
	text-align:center;
}

.ls_b01 ul li dl dd{
	color:#FFF;
	line-height:140%;
	font-size:15px;
	word-break: break-all;
}

.ls_b01 ul li dl dd p{
	text-align:center;
	margin-bottom:15px;
}





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

.ls_b02 ul li{
	width:49%;
	min-height:360px;
	height:auto;
	float:left;
	margin-right:2%;
	background:#183e6d;
	padding:20px;
	box-sizing:border-box;
	
	-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 */
}

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


.ls_b02 dt{
	color:#FFF;
	font-family: "Noto Sans JP";
	font-weight:bold;
	line-height:120%;
	font-size:22px;
	margin-bottom:20px;
	text-align:center;
}

.ls_b02 ul li dl dd{
	color:#FFF;
	line-height:140%;
	font-size:15px;
}

.ls_b02 ul li dl dd ul{
	margin-bottom:20px;
	
}

.ls_b02 ul li dl dd ul li{
	width:49%;
	min-height:0px;
	height:auto;
	float:left;
	padding:0px;
}

.ls_b02 ul li dl dd ul li:last-child{
	margin-right:0%;
}


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

}

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

}

.ls_t01 table th{
	width:310px;
	border-collapse:collapse;

	color:#000000;
	padding:10px 15px;
	box-sizing:border-box;
	font-size:16px;
	line-height:140%;
	vertical-align:text-top;
	border:1px solid #cccccc;
}

.ls_t01 table td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	padding:10px 15px;
	box-sizing:border-box;
	border:1px solid #cccccc;
	line-height:140%;
}


.ls_b03{
	margin-bottom:60px;
}


.ls_b03 dl dt{
	font-size:16px;
	margin-bottom:5px;
	font-weight:bold;
}


.ls_b03 dl dd{
	font-size:16px;
	line-height:140%;
	margin-bottom:25px;
}

.ls_b04{
	max-width:600px;
	width:100%;
	height:auto;
	margin:0 auto;
	
	background:#3399cc;
	padding:45px 25px;
	
	-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 */
}

.ls_b04 dl dt{
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
	text-align:center;
	color:#FFF;
}

.ls_b04 dl dd{
	font-size:16px;
	text-align:center;
}

.ls_b04 dl dd a{
	color:#FFF;
	text-decoration:underline;

}

.ls_b04 dl dd a:hover{
	color:#FFF;
	text-decoration:none;
}




/* 入学案内---------------------------------------------- */


.ag_txt01{
	font-size:18px;
	line-height:160%;
	font-weight:bold;
	margin-bottom:30px;
}


.ag_txt02{
	margin-bottom:50px;
}

.ag_txt02 dl dt{
	color:#0066cc;
	font-weight:bold;
	font-size:16px;
	line-height:140%;
	margin-bottom:10px;
}

.ag_txt02 dl dd{
	color:#000;
	font-size:16px;
	margin-bottom:30px;
	line-height:150%;
}


.ag_txt02_l{
	width:73%;
	height:auto;
	float:left;

}

.ag_txt02_r{
	width:25%;
	height:auto;
	float:right;
}

.ag_txt02_r img{
	text-align:center;
	display:block;
	margin:0 auto;
}

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



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


.ag_txt03 ul li{
	list-style:decimal;
	margin-left:25px;
}




/* 学習センター---------------------------------------------- */


.lc_txt00{
	color:#e60012;
	font-family: "Noto Sans JP";
	font-weight:bold;
	line-height:120%;
	font-size:24px;
	margin-bottom:25px;
}

.lc_txt01{
	font-size:18px;
	line-height:160%;
	font-weight:bold;
	margin-bottom:30px;
	font-family: "Noto Sans JP";
}



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



.lc_txt02 span{
	padding:1px 8px 0px 8px;
	background:#F00;
	color:#FFF;
	text-align:center;
	line-height:100%;
	font-size:13px;
}

.lc_txt02 span a{
	color:#FFF;
	text-decoration:none;
}

.lc_txt02 span a:hover{
	color:#FFF;
	text-decoration:underline;
}



/* 在校生・卒業生の声---------------------------------------------- */

.vc_01{

  }

.vc_01 dl dt{
	text-align:center;
	font-size:16px;
	line-height:140%;
	margin-bottom:20px;
}

.vc_01 dl dt p{
	font-size:30px;
	line-height:140%;
	font-weight:bold;
	margin-bottom:10px;
	font-family: "Noto Sans JP";
	color:#004285;
}

.vc_01 dl dd{
	font-size:16px;
	line-height:180%;
	
	border-bottom:1px dotted #004285;
	padding-bottom:30px;
	margin-bottom:30px;
}



/* 出願書類---------------------------------------------- */



.ad01{
	font-size:16px;
	line-height:150%;
}

.ad01 ul li{
	margin-bottom:15px;
	list-style:disc;
	margin-left:22px;
}

.ad01 ul li a{
	color:#000;
	text-decoration:none;
}

.ad01 ul li a:hover{
	color:#000;
	text-decoration:underline;
}


.ad01 p{
	margin: 0 0 25px 0;
}

/* カレンダー---------------------------------------------- */


.cal01{
	margin-bottom:60px;
}








/* 学費---------------------------------------------- */

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

.gakuhi_01 dl dt{
	text-align:center;
	margin-bottom:20px;
}

.gakuhi_01 dl dd{
	font-size:16px;
	line-height:150%;
	text-align:left !important;
	font-family: "Noto Sans JP";
	
}



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

.gakuhi_02 dl dt{
	text-align:center;
	margin-bottom:20px;
}

.gakuhi_02 dl dd{
	font-size:28px;
	line-height:150%;
	text-align:center;
	font-family: "Noto Sans JP";
	
}


.gakuhi_03{
	margin-bottom:40px;
}

.gakuhi_03 ul li{
	font-size:16px;
	line-height:150%;
	list-style:disc;
	margin-left:20px;
	margin-bottom:20px;
}

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


.gakuhi_03 ul li a{
	color:#E60012;
	text-decoration:underline;
}

.gakuhi_03 ul li a:hover{
	color:#E60012;
	text-decoration:none;
}




.gakuhi_04{
	margin-bottom:40px;
}

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

}

.gakuhi_04 table th{
	width:290px;
	border-collapse:collapse;

	color:#000000;
	padding:10px 15px;
	box-sizing:border-box;
	font-size:16px;
	line-height:140%;
	vertical-align:text-top;
	border:1px solid #cccccc;
	background:#FBFBFB;
}

.gakuhi_04 table td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	padding:10px 15px;
	box-sizing:border-box;
	border:1px solid #cccccc;
	line-height:140%;
}


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





/* 学費昌平通信ArtClub---------------------------------------------- */


.sac01{


}

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

}

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



.sac01 ul li dl dt{
    text-align: center;
    margin-bottom: 15px;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
}


.sac01 ul li dl dd{
    font-size: 15px;
    line-height: 140%;
    
    border-left: 7px solid #1C45A6;
    padding-left: 7px;
}

.sac01 ul li dl dd p{
    font-size: 17px;
    margin-bottom: 8px;
	font-family: "Noto Sans JP";
	font-weight:bold;

}

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





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

.ct_txt01 a{
	color:#F00;
	text-decoration:underline;
}

.ct_txt01 a:hover{
	color:#F00;
	text-decoration:none;
}

.ct_b01{
	border:1px solid #CCC;
	padding:40px 20px 30px 20px	;
	box-sizing:border-box;
	
}

.ct_b01 dl dt{
	color:#004285;
	font-family: "Noto Sans JP";
	font-weight:bold;
	line-height:120%;
	font-size:28px;
	margin-bottom:25px;
	text-align:center;
}

.ct_b01 dl dt span{
	border-top:3px solid #004285;
	border-bottom:3px solid #004285;
	padding-bottom:2px;
}


.ct_b01 dl dd{
	color:#000;
	font-family: "Noto Sans JP";
	line-height:160%;
	font-size:16px;
	text-align:center;
}

.ct_b01 dl dd p{
	font-size:18px;
	margin-bottom:10px;
}



.contact_f_btn{

	width:320px;
	height:auto;
	text-align: center;
	text-decoration: none;
    
    margin: 0px auto 50px;
}

.contact_f_btn a{
	width:320px;
    height: 60px;
    font-size: 16px;
    line-height: 120%;
    color:#FFFFFF;
    padding-top: 1px;
    
    background: #004285;

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


.contact_f_btn a:hover {
    text-decoration: underline;
}
































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

.tp_msg{
	margin-bottom:25px;
}


.tp_msg dl dt{
	font-size:32px;
	color:#000000;
	font-family: "Noto Sans Japanese";
	line-height:120%;
	font-weight:normal;
	margin-bottom:20px;
	text-align:center;
	font-weight:bold;
}

.tp_msg dl dd{
	font-size:18px;
	line-height:160%;
	text-align:center;
}



.tp_more_btn{
	width:220px;
	height:auto;
	margin:0 auto;
	text-align:center;
	position:relative;
}

.tp_more_btn a{
	width:220px;
	height:auto;
	padding:10px;
	color:#000;
	font-size:16px;
	box-sizing:border-box;
	border:2px solid #000;
	display:block;
	margin:0 auto;
	text-align:center;
}

.tp_more_btn:after {
	content: "";
	background:url(../img/top/list01.png) no-repeat;
	display: inline-block;
	width: 7px;	
	height: 7px;
	position: absolute;
	top: 0px;
	bottom: 0;
	right: 15px;
	margin: auto 0;
}

.tp_more_btn a:hover{
	text-decoration:underline;
}









/* トップ 会社情報　事業案内---------------------------------------------- */



.tp_cb{
}

.tp_cb ul li{

	width:100%;
	height:auto;
	float:none;


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

.tp_cb01{
	width: 100%;
	height:460px !important;
	background:url(../img/top/tp_01_01.jpg) center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;
	

}

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


.tp_cb ul li dl{
	padding:5%;
	box-sizing:border-box;
}


.tp_cb ul li dl dt{
	font-size:18px;
	color:#FFF;
	font-family: "Noto Sans Japanese";
	line-height:120%;
	font-weight:bold;
	margin-bottom:20px;
	text-align:center;
}

.tp_cb ul li dl dd{
	max-width:480px;
	height:auto;
	margin:0 auto;
	color:#FFF;
	font-size:14px;
	line-height:160%;
	text-align:center;
	margin-bottom:20px;
}




.tp_cb_btn01{
	max-width:140px;
	width:100%;
	height:auto;
	text-align:center;
	margin:0 auto;
}

.tp_cb_btn01 ul li{
	max-width:140px;
	width:100%;
	height:auto;
	float:left;
	margin:0 auto;
	text-align:center;
	margin-right:0%;
	position:relative;
	padding:0;

}

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

.tp_cb_btn01 ul li a{
	width:140px;

	height:auto;
	padding:10px;
	color:#FFF;
	font-size:16px;
	box-sizing:border-box;
	border:2px solid #FFF;
	display:block;
	margin:0 auto;
	text-align:center;
}

.tp_cb_btn01 ul li:after {
	max-width:140px;
	content: "";
	background:url(../img/top/list01.png) no-repeat;
	display: inline-block;
	width: 15px;	
	height: 14px;
	position: absolute;
	top: 8px;
	bottom: 0;
	right: 15px;
	margin: auto 0;
}

.tp_cb_btn01 ul li a:hover{
	text-decoration:underline;
}



.tp_cb_btn02{
	max-width:440px;
	width:100%;

	height:auto;
	margin:0 auto;
}

.tp_cb_btn02 ul li{

	width:32%;
	height:auto;
	float:left;
	text-align:center;
	margin-right:2%;
	position:relative;
	padding:0;
}

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

.tp_cb_btn02 ul li a{
	width:140px;

	height:auto;
	padding:10px;
	color:#FFF;
	font-size:16px;
	box-sizing:border-box;
	border:2px solid #FFF;
	display:block;
	margin:0 auto;
	text-align:center;
}

.tp_cb_btn02 ul li:after {
	max-width:140px;
	content: "";
	background:url(../img/top/list02.png) no-repeat;
	display: inline-block;
	width: 15px;	
	height: 14px;
	position: absolute;
	top: 0px;
	bottom: 0;
	right: 15px;
	margin: auto 0;
}

.tp_cb_btn02 ul li a:hover{
	text-decoration:underline;
}




/* トップ インタビュー---------------------------------------------- */





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

}

.tp_intv dl{
	padding:5%;
	box-sizing:border-box;
	

}


.tp_intv dl dt{
	font-size:18px;
	color:#FFF;
	font-family: "Noto Sans Japanese";
	line-height:120%;
	font-weight:bold;
	margin-bottom:20px;
	text-align:center;
	word-break: break-all;
}

.tp_intv dl dd{
	max-width:480px;
	height:auto;
	margin:0 auto;
	color:#FFF;
	font-size:14px;
	line-height:160%;
	text-align:center;
	margin-bottom:20px;
	word-break: break-all;
}



.tp_intv_btn{
	width:220px;
	height:auto;
	margin:0 auto;
	text-align:center;
	position:relative;
}

.tp_intv_btn a{
	width:220px;
	height:auto;
	padding:10px;
	color:#FFF;
	font-size:16px;
	box-sizing:border-box;
	border:2px solid #FFF;
	display:block;
	margin:0 auto;
	text-align:center;
}

.tp_intv_btn:after {
	content: "";
	background:url(../img/top/list01.png) no-repeat;
	display: inline-block;
	width: 7px;	
	height: 7px;
	position: absolute;
	top: 0px;
	bottom: 0;
	right: 15px;
	margin: auto 0;
}

.tp_intv_btn a:hover{
	text-decoration:underline;
}






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





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

}

.tp_rcrt dl{
	padding:5%;
	box-sizing:border-box;
}

.tp_rcrt dl dt{
	font-size:32px;
	color:#000;
	font-family: "Noto Sans Japanese";
	line-height:120%;
	font-weight:bold;
	margin-bottom:20px;
	text-align:center;
	word-break: break-all;
}

.tp_rcrt dl dd{
	max-width:410px;
	height:auto;
	margin:0 auto;
	color:#000;
	font-size:18px;
	line-height:160%;
	text-align:center;
	margin-bottom:20px;
	word-break: break-all;
	font-weight:bold
}



.tp_rcrt_btn{
	width:220px;
	height:auto;
	margin:0 auto;
	text-align:center;
	position:relative;
}

.tp_rcrt_btn a{
	width:220px;
	height:auto;
	padding:10px;
	color:#000;
	font-size:16px;
	box-sizing:border-box;
	border:2px solid #000;
	display:block;
	margin:0 auto;
	text-align:center;
}

.tp_rcrt_btn:after {
	content: "";
	background:url(../img/top/list01.png) no-repeat;
	display: inline-block;
	width: 7px;	
	height: 7px;
	position: absolute;
	top: 0px;
	bottom: 0;
	right: 15px;
	margin: auto 0;
}

.tp_rcrt_btn a:hover{
	text-decoration:underline;
}








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


.msg_b01{
	text-align:center;
	margin-bottom:40px;
}

.msg_b02{
	margin-bottom:60px;
}

.msg_b02 dl dt{
	font-size:24px;
	color:#000;
	font-family: "Noto Sans Japanese";
	line-height:120%;
	font-weight:bold;
	margin-bottom:20px;
	text-align:center;
	word-break: break-all;	
}

.msg_b02 dl dd{
	margin:0 auto;
	color:#000;
	font-size:16px;
	line-height:160%;
	word-break: break-all;
}



.msg_b03{
}


.msg_b03 dl dt{
	font-size:24px;
	color:#000;
	font-family: "Noto Sans Japanese";
	line-height:120%;
	font-weight:bold;
	margin-bottom:30px;
	text-align:center;
	word-break: break-all;	
}


.msg_b03 dl dd{
}

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

.msg_b03_01 ul li{
	width:100%;
	height:auto;
	float:left;
	margin-right:0%;
	margin-bottom:20px;
	padding:30px;
	box-sizing:border-box;
	background:#006699;

	font-family: "Noto Sans Japanese";	
	color:#FFF;
	font-size:18px;
	line-height:160%;
	word-break: break-all;	
}


.msg_b03_01 ul li:last-child{
	float:left;
	margin-right:0%;
	margin-bottom:0px;	
}





/* インタビュー---------------------------------------------- */


.intvr_ttl{
	margin-bottom:35px;
	padding-bottom:10px;
	
	font-family: "Noto Sans Japanese";	
	color:#000;
	font-size:16px;
	line-height:120%;
	word-break: break-all;
	
	border-bottom:5px solid #c6c8c8;
}


.intvr_ttl p{
	font-family: "Noto Sans Japanese";	
	font-size:20px;
	line-height:120%;
	font-weight:bold;
	word-break: break-all;
	margin-bottom:5px;
}


.intvr_01{
	width:100%;
	height:auto;
	margin-bottom:40px;
	padding-bottom:40px;
	
	border-bottom:1px dotted #999999;

}



.intvr_01_l{
	width:100%;
	height:auto;
	float:none;
}

.intvr_01_r{
	width:100%;
	height:auto;
	float:none;
	
	text-align:center;
}


.intvr_01_l p{
	font-family: "Noto Sans Japanese";	
	font-size:22px;
	line-height:130%;
	font-weight:bold;
	word-break: break-all;
	
	margin-top:15px;
	margin-bottom:20px;
	
	text-align:center;
}

.intvr_01_l dl dt{
	font-family: "Noto Sans Japanese";	
	font-size:18px;
	line-height:130%;
	font-weight:bold;
	word-break: break-all;
	margin-bottom:10px;
}


.intvr_01_l dl dd{
	font-family: "Noto Sans Japanese";	
	font-size:16px;
	line-height:140%;
	font-weight:bold;
	word-break: break-all;
	margin-bottom:30px;
}

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




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

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

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

.intvr_02 ul li dl dt{
	margin-bottom:20px;
	padding-bottom:8px;
	
	font-family: "Noto Sans Japanese";	
	color:#000;
	font-size:18px;
	line-height:120%;
	word-break: break-all;
	
	border-bottom:5px solid #069;
}

.intvr_02 ul li dl dd {
	font-size:14px;
	line-height:150%;
}

.intvr_02 ul li dl dd img{
	margin-bottom:10px;
}

.intvr_02 ul li dl dd p{
	min-height:90px;

}






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

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

.rcrt_tab ul li{
	width:49%;
	height:auto;
	float:left;
	margin-right:2%;
	margin-bottom:10px;
	
	text-align:center;
	font-size:14px;
	line-height:100%;
	background:#01203a;

}

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



.rcrt_tab ul li a{
	width:100%;
	height:auto;
	padding:20px 3px;
	box-sizing:border-box;
	color:#FFF;
	text-decoration:none;
	
	display:block;
}

.rcrt_tab ul li a:hover{
	background:#3091CD;
	color:#FFF;
}

.rcrt_tab_h{
	background:#3091CD !important;
	color:#FFF !important;
}


.rcrt_ttl{
	margin-bottom:35px;
	padding-bottom:10px;
	
	font-family: "Noto Sans Japanese";	
	color:#01203a;
	font-size:24px;
	line-height:130%;
	word-break: break-all;
	font-weight:bold;
	text-align:center;
	
	border-bottom:5px solid #c6c8c8;
}

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

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

.recruit_t table th{
	border-collapse:collapse;


	width:180px;
	color:#000000;
	padding:10px 0px;
	font-size:14px;
	line-height:160%;
	vertical-align:text-top;
	
	border-bottom:1px solid #cccccc;
}

.recruit_t table td{
	font-size:14px;
	border-collapse:collapse;
	text-align:left;
	padding:10px 0px;
	border-bottom:1px solid #cccccc;
	line-height:160%;
}

/* FAQ---------------------------------------------- */



.faq_01{
}


.faq_01 dl dt{
	margin-bottom:35px;
	padding-bottom:10px;
	
	font-family: "Noto Sans Japanese";	
	color:#01203a;
	font-size:24px;
	line-height:130%;
	word-break: break-all;
	font-weight:bold;
	border-bottom:5px solid #c6c8c8;
}

.faq_01 dl dd{
	font-size:16px;
	line-height:160%;
	margin-bottom:50px;
	word-break: break-all;
}

.faq_01 dl dd:last-child{
	margin-right:0%;
}






/* 業務案内---------------------------------------------- */


.bns_ms{
	margin-bottom:40px;
}

.bns_ms dl dt{
	font-size:24px;
	color:#000;
	font-family: "Noto Sans Japanese";
	color:#01203a;
	line-height:120%;
	font-weight:bold;
	margin-bottom:20px;
	text-align:center;
	word-break: break-all;	
}

.bns_ms dl dd{
	margin:0 auto;
	color:#000;
	font-size:16px;
	line-height:160%;
	word-break: break-all;
}




.bns_01{
	margin-bottom:50px;
}

.bns_01 p{
	font-family: "Noto Sans Japanese";
	font-size:18px;
	line-height:130%;
	font-weight:bold;
	margin-bottom:20px;		
}

.bns_01 ul li{
	list-style:disc;
	margin-bottom:8px;
	font-size:16px;
	margin-left:20px;
}


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

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


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

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




.bns_ms01{
	margin-bottom:40px;
}

.bns_ms01 dl dt{
	font-size:24px;
	color:#000;
	font-family: "Noto Sans Japanese";
	color:#01203a;
	line-height:120%;
	font-weight:bold;
	margin-bottom:20px;
	text-align:center;
	word-break: break-all;	
}

.bns_ms01 dl dt p{
	font-size:43px;
	margin-bottom:15px;
}

.bns_ms01 dl dd{
	margin:0 auto;
	color:#000;
	font-size:16px;
	line-height:160%;
	word-break: break-all;
}



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


.cpy_ttl{
	margin-bottom:35px;
	padding-bottom:10px;
	
	font-family: "Noto Sans Japanese";	
	color:#01203a;
	font-size:24px;
	line-height:130%;
	word-break: break-all;
	font-weight:bold;
	text-align:center;
	
	border-bottom:5px solid #c6c8c8;
}



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

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

.company_01 table th{
	border-collapse:collapse;


	width:180px;
	color:#000000;
	padding:10px 0px;
	font-size:14px;
	line-height:160%;
	vertical-align:text-top;
	
	border-bottom:1px solid #cccccc;
}

.company_01 table td{
	font-size:14px;
	border-collapse:collapse;
	text-align:left;
	padding:10px 0px;
	border-bottom:1px solid #cccccc;
	line-height:160%;
}




.map_p{
	margin-bottom:10px;
	font-size:14px;
	line-height:140%;
}

#map01{
	width:100%;
	height:500px;
	border:1px solid #CCC;
	box-sizing:border-box;
	margin-bottom:40px;
}


#map02{
	width:100%;
	height:500px;
	border:1px solid #CCC;
	box-sizing:border-box;

}




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


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

.contact-img{
	text-align:center;
	margin-bottom:40px;	
}

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

#contact-f p{
	font-size:18px;
	font-weight:bold;
	line-height:120%;
	margin-top:15px;
	text-align:center;
}

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

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

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

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:25%;
	font-family: "メイリオ", sans-serif;
}

#contact-f td{
	font-size:13px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;
	font-family: "メイリオ", sans-serif;
}


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

}

.with-form1{
	width:90%;
	height:30px !important;
	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:160px;
	height:30px !important;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}


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

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

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


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

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




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

	/*角丸*/
	-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用 */
	/*角丸*/

	font-family: "メイリオ", sans-serif;	
}

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






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

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




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



}



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

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


h1.h1_01{
	width:280px;
	height:auto;
	position: absolute;
	top:28px;
	left:0%;
	margin-left:0px;
	
	z-index:1000;
}

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

h2.h2_01{
	font-family: "Noto Sans JP";
	font-size:30px;
	line-height:120%;
	color:#000000;
	text-align:center;
	margin-bottom:40px;
	font-weight:normal;
}


h2.h2_01 p{
	font-size:16px;
	color:#0053a6;
	font-family: "Noto Sans JP";
	line-height:120%;
	margin-top:8px;
}

h2.h2_01 p span{
	border-bottom:1px solid #0053a6;
}


h3.h3_01{
	color:#0053a6;
	font-family: "Noto Sans JP";
	line-height:120%;
	font-size:20px;
	font-weight:bold;
	padding-bottom:10px;
	margin-bottom:25px;
	border-bottom:2px solid #0053a6;
}

h3.h3_01 span{
	font-size:16px;
	margin-left:10px;
	font-weight:bold;
}


h4.h4_01{
	font-size:16px;
	font-weight:bold;
	padding-bottom:8px;
	margin-bottom:25px;
	border-bottom:1px dotted #000000;
}



h4.h4_01 span{
	color:#0066cc;
}



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


.top_slide{
	width:100%;
	min-height:440px;
	z-index:5;
	 	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}


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


.top_main_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}


.about_school_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}

.about_course_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}


.learning_style_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}

.admission_guidance_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}


.learning_center_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}

.about_school_expenses_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}


.contact_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}



.document_request_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}


.application_documents_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}


.voice_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}


.setumeikai_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}


.setumeikai01_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}

.setumeikai01_top_img02{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}

.artclub_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}



.setumeikai_mainiti_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}



.calendar_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}



.news_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}

.coronavirus_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}



.online_seminar_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}

.recruitment_teachers_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:70px 0 0 0;
}






.s_top_img{
	display:block; 
	text-align:center;
	margin:0 !important;
	padding:0 !important;

	  z-index:1; 
}

.s_top_img img{
	width:100%;
	height:auto !important;
	margin:0 !important;
	padding:0 !important;

	display:block;
	line-height:0 !important;
	vertical-align:bottom;
}


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

.contact_banner{
	margin-top:60px;	
}

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



/* トップ 学校説明会---------------------------------------------- */


.tp_setumeikai_bg01{
	background:#35b1ea;
	padding:15px 0;
}


.tp_setumeikai_bg02{
	background:#dcd0f1;
	padding:15px 0;
}


.tp_setumeikai_bg{
	background:#ebd335;
	padding:15px 0;
}

.tp_setumeikai{
	text-align:center;
}


.tp_setumeikai ul li{
	margin-bottom:20px;
	
	text-align:left;
	font-size:13px;
	line-height:130%;
	color:#FFF;
}

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


.tp_setumeikai ul li img {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	vertical-align:bottom;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.tp_setumeikai ul li:hover img {
	opacity: .6;
}






/* トップ コロナ---------------------------------------------- */


.tp_coronavirus_bg{
	background:#ff9999;
	padding:15px 0;
}


.tp_coronavirus_img{
	margin-bottom:20px;
}

.tp_coronavirus{
	text-align:center;
}

.tp_coronavirusi ul li{
	margin-bottom:20px;
	
	text-align:left;
	font-size:13px;
	line-height:130%;
	color:#FFF;
}

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

.tp_coronavirus ul li img {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	vertical-align:bottom;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.tp_coronavirus ul li:hover img {
	opacity: .6;
}



/* トップ 新着---------------------------------------------- */



.news-box{
}

.news-box dl dt{
	font-size:14px;
	color:#0053a6;
	float:none;
	clear:both;
	margin-bottom:3px;
	

}

.news-box dl dd{
	padding-left:0px;
	font-size:14px;
	color:#000000;
	border-bottom:1px dotted #999999;
	padding-bottom:8px;
	margin-bottom:10px;
	font-weight:300;
	

}

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

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





.post_b{
}

.post_b dl dt{
	color:#0053a6;
	font-family: "Noto Sans JP";
	line-height:120%;
	font-size:20px;
	font-weight:bold;
	padding-bottom:10px;
	margin-bottom:25px;
	border-bottom:2px solid #0053a6;

}

.post_b dl dd{

	font-size:15px;
	line-height:150%;
	color:#000000;
}

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

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


.post_b dl dd p{
	text-align:right;
	margin-bottom:15px;
}


.post_b dl dd .img_list{
	width: 100%;
}

.post_b dl dd .img_list li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
}

.post_b dl dd .img_list li:nth-child(2n){
    margin-right: 0%;
}

.post_b dl dd .img_list li img{
	width: 100%;
}


/* トップ　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: #1DA1F2;
    border: 1px solid #1DA1F2;

	background-color: #fff;

   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 */  
	
	transition: 0.3s;
}

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

.blog_box{
	width: 100%;

	background-color: #fff;
	border-radius: 20px;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #1DA1F2;

}


.blog_title{
	font-family: "M PLUS Rounded 1c";
	text-align: center;

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

	margin-bottom: 20px;
}

.blog_txt{
	font-family: "M PLUS Rounded 1c";
	text-align: center;

	font-size: 16px;
	color: #fff;
	font-weight: bold;

	margin-bottom: 20px;
}


.blog_txt{
	font-family: "M PLUS Rounded 1c";
	text-align: center;

	font-size: 15px;
	color: #fff;
	font-weight: bold;

	margin-bottom: 20px;
}



/* トップ 通信とは---------------------------------------------- */

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

.t_tuushin_b ul li{
	width:100%;
	height:280px;
	float:none;
	
	padding:20px;
	box-sizing:border-box;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.t_tuushin_b ul li dl dt{
	font-family: "M PLUS Rounded 1c";
	font-size:26px;
	text-align:center;
	color:#FFF;
	line-height:120%;
	margin-bottom:20px;
	font-weight:bold;
}

.t_tuushin_b ul li dl dt p{
	font-size:20px;
	margin-top:8px;
}


.t_tuushin_b ul li dl dd{
	font-family: "M PLUS Rounded 1c";
	font-size:15px;
	text-align:center;
	color:#FFF;
	line-height:130%;
	
	margin-bottom:20px;
}


.t_tuushin_b ul li p{

}

.t_tuushin_b ul li p a{
	width:200px;
	height:auto;
	margin:0 auto;
	display:block;
	text-align:center;
	background:url(../img/common/header_btn_bg.png) repeat;
	color:#FFF;
	line-height:110%;
	font-size:14px;
	padding:8px 15px 6px 15px;
	box-sizing:border-box;
}

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


.t_tuushin_b_01{
	background:#ff6633;
}

.t_tuushin_b_02{
	background:#cc00cc;
}




/* 学びのスタイル---------------------------------------------- */


.t_style_b{
	width:100%;
	height:280px;
	padding:20px;
	box-sizing:border-box;
	
	background:#99cc00;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.t_style_b dl dt{
	font-family: "M PLUS Rounded 1c";
	font-size:26px;
	text-align:center;
	color:#FFF;
	line-height:120%;
	margin-bottom:20px;
	font-weight:bold;
}

.t_style_b dl dt p{
	font-size:20px;
	margin-top:8px;
	line-height:110%;
	font-weight:normal;

}

.t_style_b dl dd{
	font-family: "M PLUS Rounded 1c";
	font-size:15px;
	text-align:center;
	color:#FFF;
	line-height:130%;
	
	margin-bottom:20px;
}


.t_style_b p{

}

.t_style_b p a{
	width:200px;
	height:auto;
	margin:0 auto;
	display:block;
	text-align:center;
	background:url(../img/common/header_btn_bg.png) repeat;
	color:#FFF;
	line-height:110%;
	font-size:14px;
	padding:8px 15px 6px 15px;
	box-sizing:border-box;
}

.t_style_b p a:hover{
	color:#FFF;
	text-decoration:underline;
}







/*教員募集---------------------------------------------- */


.t_kb_bg{
	width:100%;
	height:140px;
	padding:20px;
	box-sizing:border-box;
	
	background:#56a764;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 

}


	

.t_kb dl dt{
	font-family: "M PLUS Rounded 1c";
	font-size:26px;
	text-align:center;
	color:#FFF;
	line-height:120%;
	margin-bottom:15px;
	font-weight:bold;
}

.t_kb dl dt p{
	font-size:26px;
	margin-top:8px;
	line-height:110%;
	font-weight:normal;
}

.t_kb dl dd{
	font-family: "M PLUS Rounded 1c";
	font-size:15px;
	text-align:center;
	color:#FFF;
	line-height:130%;
	
	margin-bottom:20px;

}


.t_kb p{

}

.t_kb p a{
	width:200px;
	height:auto;
	margin:0 auto;
	display:block;
	text-align:center;
	background:url(../img/common/header_btn_bg.png) repeat;
	color:#FFF;
	line-height:110%;
	font-size:14px;
	padding:8px 15px 6px 15px;
	box-sizing:border-box;
}

.t_kb p a:hover{
	color:#FFF;
	text-decoration:underline;
}




/* ツイッタータイムライン--------------------------------------------- */


.tw_b_bg{
	background:#1DA1F2;
	padding:30px 0;
	box-sizing:border-box;
}


.tw_b{
	max-width:600px;
	width:100%;
	height:auto;
	margin:0 auto;
}


.tw_b_ttl{
	font-family: "M PLUS Rounded 1c";
	font-size:26px;
	text-align:center;
	color:#FFF;
	line-height:120%;
	margin-bottom:20px;
	font-weight:bold;
}

/* リーフレット　資料請求---------------------------------------------- */


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

.t_banner01 ul li{
	max-width:500px;
	width:100%;
	height:auto;
	float:none !important;
	margin:0 auto 20px auto;
	text-align:center;

}

.t_banner01 ul li:last-child{
	margin:0 auto 0px auto;
}

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





/* 学校バナー---------------------------------------------- */


.t_banner02_bg{
	width:100%;
	height:auto;
	padding:30px 0;
	background:#cfe8f4;
	
}



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

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


.t_banner02 ul li img{
	padding-top:1px;
}




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

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

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


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

.b_contact_bg{
	width:100%;
	height:auto;
	background:url(../img/common/contact_bg.jpg) repeat;
	padding:15px 0 20px 0;
}

.b_contact{
	margin-bottom:20px;
}


.b_contact dl dt{
	color:#000000;
	font-family: "Noto Sans JP";
	line-height:120%;
	font-size:16px;
	text-align:center;
	margin-bottom:10px;
	font-weight:normal;

}

.b_contact dl dt p{
	margin-bottom:15px;
	font-size:26px;
	font-weight:bold;
}


.b_contact dl dd{
	color:#004285;
	font-family: "Noto Sans JP";
	line-height:120%;
	font-size:30px;
	text-align:center;
	font-weight:bold !important;
}

.b_contact dl dd p{
	color:#000000;
	font-family: "Noto Sans JP";
	line-height:120%;
	font-size:18px;
	text-align:center;
	margin-top:6px;
	font-weight:normal;
}

.b_contact_btn{
	max-width:620px;
	width:100%;
	height:auto;
	margin:0 auto;
}

.b_contact_btn ul li{
	max-width:280px;
	width:100%;
	height:auto;
	float:none;
	margin:0 auto 15px auto;
	background:#004285;
	text-align:center;
	font-size:14px;

}

.b_contact_btn ul li:last-child{
	margin:0 auto 0px auto;
}

.b_contact_btn ul li a{
	padding:12px 10px 10px 10px;
	display:block;
	color:#FFF;
}

.b_contact_btn ul li a:hover{
	color:#FFF;
	text-decoration:underline;
}





/* フッターメニュー---------------------------------------------- */


.f_menu_bg{
	width:100%;
	height:auto;
	background:#004285;
	padding:30px 0;
	
	display:none;
}



.f_menu_ttl{
	font-family: "Noto Sans JP";
	font-size:20px;
	text-align:center;
	color:#FFF;
	line-height:130%;
	margin-bottom:30px;
}

.f_menu_ttl p{
	font-size:16px;
	margin-top:8px;
}



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

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

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


.f_menu ul li dl dt{
	color:#66ccff;
	font-size:15px;
	font-weight:bold;
	padding-bottom:8px;
	margin-bottom:16px;
	border-bottom:1px solid #66ccff;
}

.f_menu ul li dl dt a{
	color:#66ccff;
	text-decoration:none;
}

.f_menu ul li dl dt a:hover{
	color:#66ccff;
	text-decoration:underline;
}

.f_menu ul li dl dd{
	color:#FFF;
	font-size:14px;
	padding-bottom:8px;
}


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

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




/* 各ページ　トップテキストメニュー---------------------------------------------- */

.p_s_menu{
	margin-bottom:40px;
}

.p_s_menu ul{
	text-align:center;
}

.p_s_menu ul li{
	color:#000000;
	font-family: "Noto Sans JP";
	line-height:160%;
	font-size:14px;
	display:inline;
	font-weight:bold;
}

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

.p_s_menu ul li a:hover{
	color:#0053a6;
	text-decoration:none;
}


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


.p_s_menu ul li:first-child::before{
  content: '/　';
  color:#cccccc;
}


.p_s_menu ul li::after {
  content: '　/';
  color:#cccccc;
  margin-right:7px;
}







/* “昌平通信”とは？---------------------------------------------- */

.abt_msg{
	margin-bottom:40px;
}

.abt_msg dl dt{
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
}

.abt_msg dl dd{
	font-size:14px;
	line-height:150%;
}

.abt_msg_l{
	width:100%;
	height:auto;
	float:none;

}

.abt_msg_r{
	max-width:350px;
	height:auto;
	margin:0 auto 20px auto;
	width:100%;
	height:auto;
	float:none;
}


.abt_img01{
	text-align:center;
	margin-bottom:40px;
}


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

.abt_b01 ul li{
	width:100%;
	min-height:200px;
	height:auto;
	float:left;
	margin-right:0%;
	margin-bottom:15px;
	background:#183e6d;
	padding:20px;
	box-sizing:border-box;
	
	-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 */
}

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

.abt_b01 ul li dl{
	margin-bottom:20px;
}

.abt_b01 ul li dl dt{
	color:#FFF;
	font-family: "Noto Sans JP";
	font-weight:bold;
	line-height:120%;
	font-size:18px;
	margin-bottom:25px;
	text-align:center;
}

.abt_b01 ul li dl dd{
	color:#FFF;
	line-height:140%;
	font-size:14px;
}



.abt_b01 img{
	text-align:center !important;
	margin:0 auto;
	display:block;
}


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

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

.abt_t01 table th{
	border-collapse:collapse;


	width:100%;
	color:#000000;
	padding:10px 0px 0 0;
	font-size:14px;
	line-height:160%;
	vertical-align:text-top;
	border-bottom:none;
	display:block;
	font-weight:bold;
	
}

.abt_t01 table td{
	font-size:14px;
	border-collapse:collapse;
	text-align:left;
	padding:5px 0px 10px 0;
	border-bottom:1px solid #cccccc;
	line-height:160%;
	display:block;
}

.abt_txt01{
	font-size:14px;
	line-height:140%;
	margin-bottom:30px;
	word-break: break-all;
}


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

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

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



.abt_t02_ttl{
	width:100%;
	font-family: "Noto Sans JP";
	font-weight:bold;
	line-height:120%;
	font-size:22px;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:2px solid #000;

	
}

.abt_t02 ul li ul li{
	width:100%;
	height:auto;
	float:none;
	padding:0 10px;
	box-sizing:border-box;

}


.abt_t02 ul li ul li dl{
	margin-bottom:20px;
	
}

.abt_t02 ul li ul li dl dt{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

.abt_t02 ul li ul li dl dd{
	font-size:14px;
	margin-bottom:7px;
	background:url(../img/about_school/list.jpg) left 4px no-repeat;
	padding-left:15px;
	line-height:130%;
}

.abt_t02 ul li ul li dl:last-child{
	margin-bottom:0;
}





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

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

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







/* 通信制課程について---------------------------------------------- */

.abt_crs_txt01{
	font-size:14px;
	line-height:140%;
	margin-bottom:40px;
}

.abt_crs_txt01 ul{
	margin-top:10px;
}

.abt_crs_txt01 ul li{
	list-style:decimal;
	margin-left:25px;
	margin-bottom:8px;
	line-height:140%;
}

.abt_crs_ttl01{
	width:100px;
	height:100px;
	background:#6699cc;
	margin:0 auto 30px auto;
	color:#ffffff;
	font-family: "Noto Sans JP";
	font-weight:bold;
	line-height:120%;
	font-size:22px;

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


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

.abt_crs_b01_list{
	padding-bottom:60px;
	margin-bottom:30px;
	background:url(../img/about_course/list.png) center bottom no-repeat;;
}


.abt_crs_b01 ul li{
	width:100%;
	min-height:140px;
	height:auto;
	float:none;
	margin-right:0%;
	background:#183e6d;
	padding:20px;
	box-sizing:border-box;
	margin-bottom:15px;
	
	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius:10px;    /* for Firefox */
	-o-border-radius:10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */
}

.abt_crs_b01 ul li:last-child{
	margin-right:0%;
	margin-bottom:0px;
}


.abt_crs_b01 ul li dl dt{
	color:#FFF;
	font-family: "Noto Sans JP";
	font-weight:bold;
	line-height:120%;
	font-size:20px;
	margin-bottom:15px;
	text-align:center;
}

.abt_crs_b01 ul li dl dd{
	color:#FFF;
	line-height:140%;
	font-size:14px;
}

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






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

.abt_crs_b02_list{
	padding-bottom:60px;
	margin-bottom:30px;
	background:url(../img/about_course/list.png) center bottom no-repeat;
}


.abt_crs_b02 ul li{
	width:100%;
	min-height:140px;
	height:auto;
	float:none;
	margin-right:0%;
	margin-bottom:15px;
	background:#183e6d;
	padding:20px;
	box-sizing:border-box;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
	
	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius:10px;    /* for Firefox */
	-o-border-radius:10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */

}

.abt_crs_b02 ul li dl dt{
	color:#FFF;
	font-family: "Noto Sans JP";
	font-weight:bold;
	line-height:120%;
	font-size:20px;
	margin-bottom:15px;
	text-align:center;
}

.abt_crs_b02 ul li dl dt p{
	font-size:13px;
	font-weight:normal;
	margin-top:5px;
}

.abt_crs_b02 ul li dl dd{
	color:#FFF;
	line-height:140%;
	font-size:14px;
}


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

}






/* 学びのスタイル---------------------------------------------- */

.ls_msg{
	margin-bottom:40px;
}

.ls_msg dl dt{
	font-size:16px;
	font-weight:bold;
	margin-bottom:25px;
}

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


.ls_txt01{
	font-size:14px;
	line-height:160%;
	margin-bottom:40px;
}

.ls_img01{
	text-align:center;
	margin-bottom:40px;
}

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


.ls_txt02 dl dt{
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}

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


.ls_txt03{
	font-size:14px;
	line-height:160%;
	margin-bottom:40px;
}



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

.ls_b01 ul li{
	width:100%;
	min-height:320px;
	height:auto;
	float:none;
	margin-right:0%;
	margin-bottom:15px;
	background:#183e6d;
	padding:20px;
	box-sizing:border-box;
	
	-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 */
}

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



.ls_b01 ul li dl dt{
	color:#FFF;
	font-family: "Noto Sans JP";
	font-weight:bold;
	line-height:120%;
	font-size:20px;
	margin-bottom:20px;
	text-align:center;
}

.ls_b01 ul li dl dd{
	color:#FFF;
	line-height:140%;
	font-size:14px;
	word-break: break-all;
}

.ls_b01 ul li dl dd p{
	max-width:400px;
	height:auto;
	margin:0 auto 14px auto;
	text-align:center;
}





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

.ls_b02 ul li{
	width:100%;
	min-height:350px;
	height:auto;
	float:none;
	margin-right:0%;
	margin-bottom:15px;
	background:#183e6d;
	padding:20px;
	box-sizing:border-box;
	
	-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 */
}

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


.ls_b02 dt{
	color:#FFF;
	font-family: "Noto Sans JP";
	font-weight:bold;
	line-height:120%;
	font-size:20px;
	margin-bottom:20px;
	text-align:center;
}

.ls_b02 ul li dl dd{
	color:#FFF;
	line-height:140%;
	font-size:14px;
}

.ls_b02 ul li dl dd ul{
	margin-bottom:20px;
	text-align:center;
	
}

.ls_b02 ul li dl dd ul li{

	max-width:400px;
	height:auto;
	width:100%;
	min-height:0px;
	height:auto;
	margin:0 auto 14px auto;
	float:none;
	padding:0px;
}

.ls_b02 ul li dl dd ul li:last-child{
	margin:0 auto 0px auto;
}




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

}

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

}

.ls_t01 table th{
	width:100%;
	border-collapse:collapse;

	color:#000000;
	padding:10px 15px 0 15px;
	box-sizing:border-box;
	font-size:14px;
	line-height:140%;
	vertical-align:text-top;
	border:none;
	
	display:block;
	font-weight:bold;
	
}

.ls_t01 table td{
	font-size:14px;
	border-collapse:collapse;
	text-align:left;
	padding:5px 15px 10px 15px;
	box-sizing:border-box;
	border:none;
	line-height:140%;
	
	display:block;
	border-bottom:1px solid #cccccc;
}


.ls_b03{
	margin-bottom:40px;
}


.ls_b03 dl dt{
	font-size:16px;
	margin-bottom:5px;
	font-weight:bold;
}


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

.ls_b04{
	max-width:600px;
	width:100%;
	height:auto;
	margin:0 auto;
	
	background:#3399cc;
	padding:45px 25px;
	
	-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 */
}

.ls_b04 dl dt{
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;
	text-align:center;
	color:#FFF;
}

.ls_b04 dl dd{
	font-size:14px;
	text-align:center;
}

.ls_b04 dl dd a{
	color:#FFF;
	text-decoration:underline;

}

.ls_b04 dl dd a:hover{
	color:#FFF;
	text-decoration:none;
}





/* 入学案内---------------------------------------------- */


.ag_txt01{
	font-size:16px;
	line-height:140%;
	font-weight:bold;
	margin-bottom:30px;
}


.ag_txt02{
	margin-bottom:40px;
}

.ag_txt02 dl dt{
	color:#0066cc;
	font-weight:bold;
	font-size:14px;
	line-height:140%;
	margin-bottom:10px;
}

.ag_txt02 dl dd{
	color:#000;
	font-size:14px;
	margin-bottom:30px;
	line-height:150%;
}

.ag_txt02_l{
	width:100%;
	height:auto;
	float:none;
	margin-bottom:20px;

}

.ag_txt02_r{
	max-width:350px;
	height:auto;
	margin:0 auto 20px auto;
	width:100%;
	height:auto;
	float:none;
}

.ag_txt02_r img{
	text-align:center;
	display:block;
	margin:0 auto;
}

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



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


.ag_txt03 ul li{
	list-style:decimal;
	margin-left:25px;
}




/* 学習センター---------------------------------------------- */


.lc_txt00{
	color:#e60012;
	font-family: "Noto Sans JP";
	font-weight:bold;
	line-height:120%;
	font-size:22px;
	margin-bottom:25px;
}

.lc_txt01{
	font-size:16px;
	line-height:140%;
	font-weight:bold;
	margin-bottom:30px;
	font-family: "Noto Sans JP";
}



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


.lc_txt02 span{
	padding:1px 8px 0px 8px;
	background:#F00;
	color:#FFF;
	text-align:center;
	line-height:100%;
	font-size:12px;
}

.lc_txt02 span a{
	color:#FFF;
	text-decoration:none;
}

.lc_txt02 span a:hover{
	color:#FFF;
	text-decoration:underline;
}



/* 在校生・卒業生の声---------------------------------------------- */

.vc_01{

  }

.vc_01 dl dt{
	text-align:center;
	font-size:16px;
	line-height:140%;
	margin-bottom:20px;
}

.vc_01 dl dt p{
	font-size:20px;
	line-height:140%;
	font-weight:bold;
	margin-bottom:8px;
	font-family: "Noto Sans JP";
	color:#004285;
}

.vc_01 dl dd{
	font-size:14px;
	line-height:170%;
	
	border-bottom:1px dotted #004285;
	padding-bottom:20px;
	margin-bottom:20px;
}




/* 出願書類---------------------------------------------- */



.ad01{
	font-size:14px;
	line-height:110%;
}

.ad01 ul li{
	margin-bottom:15px;
	list-style:disc;
	margin-left:22px;
}

.ad01 ul li a{
	color:#000;
	text-decoration:none;
}

.ad01 ul li a:hover{
	color:#000;
	text-decoration:underline;
}


.ad01 p{
	margin: 0 0 15px 0;
}



/* カレンダー---------------------------------------------- */


.cal01{
	margin-bottom:40px;
}





/* 学費---------------------------------------------- */

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

.gakuhi_01 dl dt{
	text-align:center;
	margin-bottom:20px;
}

.gakuhi_01 dl dd{
	font-size:15px;
	line-height:150%;
	text-align:left !important;
	font-family: "Noto Sans JP";
	
}



.gakuhi_02{
	text-align:center;
	margin-bottom:40px;
}

.gakuhi_02 dl dt{
	text-align:center;
	margin-bottom:20px;
}

.gakuhi_02 dl dd{
	font-size:24px;
	line-height:150%;
	text-align:center;
	font-family: "Noto Sans JP";
	
}


.gakuhi_03{
	margin-bottom:30px;
}

.gakuhi_03 ul li{
	font-size:15px;
	line-height:150%;
	list-style:disc;
	margin-left:20px;
	margin-bottom:20px;
}

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


.gakuhi_03 ul li a{
	color:#E60012;
	text-decoration:underline;
}

.gakuhi_03 ul li a:hover{
	color:#E60012;
	text-decoration:none;
}





.gakuhi_04{
	margin-bottom:30px;
}

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

}

.gakuhi_04 table th{
	width:165px;
	border-collapse:collapse;

	color:#000000;
	padding:10px 5px;
	box-sizing:border-box;
	font-size:14px;
	line-height:140%;
	vertical-align:text-top;
	border:1px solid #cccccc;
	background:#FBFBFB;
}

.gakuhi_04 table td{
	font-size:14px;
	line-height:140%;
	border-collapse:collapse;
	text-align:left;
	padding:10px 5px;
	box-sizing:border-box;
	border:1px solid #cccccc;

}


.gakuhi_txt01{
	font-size:14px;
	line-height:160%;
	margin-bottom:40px;
}






/* 学費昌平通信ArtClub---------------------------------------------- */


.sac01{


}

.sac01 ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
    margin-bottom: 40px;
    

}

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



.sac01 ul li dl dt{
    text-align: center;
    margin-bottom: 15px;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
}


.sac01 ul li dl dd{
    font-size: 14px;
    line-height: 140%;
    
    border-left: 5px solid #1C45A6;
    padding-left: 7px;
}

.sac01 ul li dl dd p{
    font-size: 16px;
    margin-bottom: 8px;
	font-family: "Noto Sans JP";
	font-weight:bold;

}


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





.ct_txt01{
	font-size:14px;
	line-height:140%;
	margin-bottom:40px;
}

.ct_txt01 a{
	color:#F00;
	text-decoration:underline;
}

.ct_txt01 a:hover{
	color:#F00;
	text-decoration:none;
}


.ct_b01{
	border:1px solid #CCC;
	padding:30px 15px 20px 15px	;
	box-sizing:border-box;
	
}

.ct_b01 dl dt{
	color:#004285;
	font-family: "Noto Sans JP";
	font-weight:bold;
	line-height:120%;
	font-size:22px;
	margin-bottom:25px;
	text-align:center;
}

.ct_b01 dl dt span{
	border-top:3px solid #004285;
	border-bottom:3px solid #004285;
	padding-bottom:2px;
}


.ct_b01 dl dd{
	color:#000;
	font-family: "Noto Sans JP";
	line-height:160%;
	font-size:14px;
	text-align:center;
}

.ct_b01 dl dd p{
	font-size:16px;
	margin-bottom:10px;
}


.contact_f_btn{

	width:240px;
	height:auto;
	text-align: center;
	text-decoration: none;
    
    margin: 0px auto 40px;
}

.contact_f_btn a{
	width:240px;
    height: 50px;
    font-size: 14px;
    line-height: 120%;
    color:#FFFFFF;
    padding-top: 1px;
    
    background: #004285;

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


.contact_f_btn a:hover {
    text-decoration: underline;
}







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

.tp_msg{
	margin-bottom:25px;
}


.tp_msg dl dt{
	font-size:24px;
	color:#000000;
	font-family: "Noto Sans Japanese";
	line-height:120%;
	font-weight:normal;
	margin-bottom:20px;
	text-align:center;
	font-weight:bold;
}

.tp_msg dl dd{
	font-size:15px;
	line-height:160%;
	text-align:center;
}



.tp_more_btn{
	width:220px;
	height:auto;
	margin:0 auto;
	text-align:center;
	position:relative;
}

.tp_more_btn a{
	width:220px;
	height:auto;
	padding:10px;
	color:#000;
	font-size:15px;
	box-sizing:border-box;
	border:2px solid #000;
	display:block;
	margin:0 auto;
	text-align:center;
	line-height:110%;
}

.tp_more_btn:after {
	content: "";
	background:url(../img/top/list01.png) no-repeat;
	display: inline-block;
	width: 7px;	
	height: 7px;
	position: absolute;
	top: 0px;
	bottom: 0;
	right: 15px;
	margin: auto 0;
}

.tp_more_btn a:hover{
	text-decoration:underline;
}










/* トップ 会社情報　事業案内---------------------------------------------- */



.tp_cb{
}

.tp_cb ul li{

	width:100%;
	height:auto;
	float:none;


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

.tp_cb01{
	width: 100%;
	height:460px !important;
	background:url(../img/top/tp_01_01.jpg) center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;
	

}

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


.tp_cb ul li dl{
	padding:5%;
	box-sizing:border-box;
}


.tp_cb ul li dl dt{
	font-size:16px;
	color:#FFF;
	font-family: "Noto Sans Japanese";
	line-height:120%;
	font-weight:bold;
	margin-bottom:20px;
	text-align:center;
}

.tp_cb ul li dl dd{
	max-width:480px;
	height:auto;
	margin:0 auto;
	color:#FFF;
	font-size:14px;
	line-height:150%;
	text-align:center;
	margin-bottom:20px;
}




.tp_cb_btn01{
	max-width:220px;
	width:100%;
	height:auto;
	text-align:center;
	margin:0 auto;
}

.tp_cb_btn01 ul li{
	max-width:220px;
	width:100%;
	height:auto;
	float:left;
	margin:0 auto;
	text-align:center;
	margin-right:0%;
	position:relative;
	padding:0;

}

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

.tp_cb_btn01 ul li a{
	max-width:220px;
	width:220px;

	height:auto;
	padding:10px;
	color:#FFF;
	font-size:16px;
	box-sizing:border-box;
	border:2px solid #FFF;
	display:block;
	margin:0 auto;
	text-align:center;
}

.tp_cb_btn01 ul li:after {
	max-width:220px;
	content: "";
	background:url(../img/top/list01.png) no-repeat;
	display: inline-block;
	width: 15px;	
	height: 14px;
	position: absolute;
	top: 8px;
	bottom: 0;
	right: 15px;
	margin: auto 0;
}

.tp_cb_btn01 ul li a:hover{
	text-decoration:underline;
}



.tp_cb_btn02{
	max-width:220px;
	width:220px;

	height:auto;
	margin:0 auto;
}

.tp_cb_btn02 ul li{
	max-width:220px;
	width:220px;
	height:auto;
	float:none;
	text-align:center;
	margin-right:0%;
	position:relative;
	padding:0;
	margin-bottom:10px;
}

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

.tp_cb_btn02 ul li a{
	max-width:220px;
	width:220px;
	height:auto;
	padding:10px;
	color:#FFF;
	font-size:16px;
	box-sizing:border-box;
	border:2px solid #FFF;
	display:block;
	margin:0 auto;
	text-align:center;
}

.tp_cb_btn02 ul li:after {
	max-width:220px;
	content: "";
	background:url(../img/top/list02.png) no-repeat;
	display: inline-block;
	width: 15px;	
	height: 14px;
	position: absolute;
	top: 0px;
	bottom: 0;
	right:15px;
	margin: auto 0;
}

.tp_cb_btn02 ul li a:hover{
	text-decoration:underline;
}






/* トップ インタビュー---------------------------------------------- */





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

}

.tp_intv dl{
	padding:5%;
	box-sizing:border-box;
	

}


.tp_intv dl dt{
	font-size:18px;
	color:#FFF;
	font-family: "Noto Sans Japanese";
	line-height:120%;
	font-weight:bold;
	margin-bottom:20px;
	text-align:center;
	word-break: break-all;
}

.tp_intv dl dd{
	max-width:480px;
	height:auto;
	margin:0 auto;
	color:#FFF;
	font-size:14px;
	line-height:160%;
	text-align:center;
	margin-bottom:20px;
	word-break: break-all;
}



.tp_intv_btn{
	width:220px;
	height:auto;
	margin:0 auto;
	text-align:center;
	position:relative;
}

.tp_intv_btn a{
	width:220px;
	height:auto;
	padding:10px;
	color:#FFF;
	font-size:15px;
	box-sizing:border-box;
	border:2px solid #FFF;
	display:block;
	margin:0 auto;
	text-align:center;
}

.tp_intv_btn:after {
	content: "";
	background:url(../img/top/list01.png) no-repeat;
	display: inline-block;
	width: 7px;	
	height: 7px;
	position: absolute;
	top: 0px;
	bottom: 0;
	right: 15px;
	margin: auto 0;
}

.tp_intv_btn a:hover{
	text-decoration:underline;
}




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





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

}

.tp_rcrt dl{
	padding:5%;
	box-sizing:border-box;
}

.tp_rcrt dl dt{
	font-size:32px;
	color:#000;
	font-family: "Noto Sans Japanese";
	line-height:120%;
	font-weight:bold;
	margin-bottom:20px;
	text-align:center;
	word-break: break-all;
	text-shadow: 3px 3px 3px #FFFFFF;  
}

.tp_rcrt dl dd{
	max-width:410px;
	height:auto;
	margin:0 auto;
	color:#000;
	font-size:18px;
	line-height:160%;
	text-align:center;
	margin-bottom:20px;
	word-break: break-all;
	font-weight:bold;

	text-shadow: 3px 3px 3px #FFFFFF;  
}



.tp_rcrt_btn{
	width:220px;
	height:auto;
	margin:0 auto;
	text-align:center;
	position:relative;
}

.tp_rcrt_btn a{
	width:220px;
	height:auto;
	padding:10px;
	color:#000;
	font-size:16px;
	box-sizing:border-box;
	border:2px solid #000;
	display:block;
	margin:0 auto;
	text-align:center;
}

.tp_rcrt_btn:after {
	content: "";
	background:url(../img/top/list01.png) no-repeat;
	display: inline-block;
	width: 7px;	
	height: 7px;
	position: absolute;
	top: 0px;
	bottom: 0;
	right: 15px;
	margin: auto 0;
}

.tp_rcrt_btn a:hover{
	text-decoration:underline;
}






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


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

.msg_b02{
	margin-bottom:60px;
}

.msg_b02 dl dt{
	font-size:20px;
	color:#000;
	font-family: "Noto Sans Japanese";
	line-height:120%;
	font-weight:bold;
	margin-bottom:20px;
	text-align:center;
	word-break: break-all;	
}

.msg_b02 dl dd{
	margin:0 auto;
	color:#000;
	font-size:14px;
	line-height:160%;
	word-break: break-all;
}



.msg_b03{
}


.msg_b03 dl dt{
	font-size:20px;
	color:#000;
	font-family: "Noto Sans Japanese";
	line-height:120%;
	font-weight:bold;
	margin-bottom:30px;
	text-align:center;
	word-break: break-all;	
}


.msg_b03 dl dd{
}

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

.msg_b03_01 ul li{
	width:100%;
	height:auto;
	float:left;
	margin-right:0%;
	margin-bottom:20px;
	padding:20px;
	box-sizing:border-box;
	background:#006699;

	font-family: "Noto Sans Japanese";	
	color:#FFF;
	font-size:14px;
	line-height:160%;
	word-break: break-all;	
}


.msg_b03_01 ul li:last-child{
	float:left;
	margin-right:0%;
	margin-bottom:0px;	
}







/* インタビュー---------------------------------------------- */


.intvr_ttl{
	margin-bottom:35px;
	padding-bottom:10px;
	
	font-family: "Noto Sans Japanese";	
	color:#000;
	font-size:14px;
	line-height:120%;
	word-break: break-all;
	
	border-bottom:5px solid #c6c8c8;
}


.intvr_ttl p{
	font-family: "Noto Sans Japanese";	
	font-size:16px;
	line-height:120%;
	font-weight:bold;
	word-break: break-all;
	margin-bottom:5px;
}


.intvr_01{
	width:100%;
	height:auto;
	margin-bottom:40px;
	padding-bottom:40px;
	
	border-bottom:1px dotted #999999;

}



.intvr_01_l{
	width:100%;
	height:auto;
	float:none;
}

.intvr_01_r{
	width:100%;
	height:auto;
	float:none;
	
	text-align:center;
}


.intvr_01_l p{
	font-family: "Noto Sans Japanese";	
	font-size:18px;
	line-height:130%;
	font-weight:bold;
	word-break: break-all;
	
	margin-top:15px;
	margin-bottom:20px;
	
	text-align:center;
}

.intvr_01_l dl dt{
	font-family: "Noto Sans Japanese";	
	font-size:16px;
	line-height:130%;
	font-weight:bold;
	word-break: break-all;
	margin-bottom:10px;
}


.intvr_01_l dl dd{
	font-family: "Noto Sans Japanese";	
	font-size:14px;
	line-height:140%;
	font-weight:bold;
	word-break: break-all;
	margin-bottom:30px;
}

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




.intvr_02{
	max-width:660px;
	width:100%;
	height:auto;
	margin:0 auto;
}

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


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

.intvr_02 ul li:nth-child(3){
	margin-right:2% !important;
}

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



.intvr_02 ul li dl dt{
	margin-bottom:14px;
	padding-bottom:6px;
	
	font-family: "Noto Sans Japanese";	
	color:#000;
	font-size:16px;
	line-height:120%;
	word-break: break-all;
	
	border-bottom:3px solid #069;
}

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

.intvr_02 ul li dl dd img{
	margin-bottom:10px;
}

.intvr_02 ul li dl dd p{
	min-height:90px;

}








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

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

.rcrt_tab ul li{
	width:49%;
	height:auto;
	float:left;
	margin-right:2%;
	margin-bottom:10px;
	
	text-align:center;
	font-size:13px;
	line-height:100%;
	background:#01203a;

}

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



.rcrt_tab ul li a{
	width:100%;
	height:auto;
	padding:20px 3px;
	box-sizing:border-box;
	color:#FFF;
	text-decoration:none;
	
	display:block;
}

.rcrt_tab ul li a:hover{
	background:#3091CD;
	color:#FFF;
}

.rcrt_tab_h{
	background:#3091CD !important;
	color:#FFF !important;
}


.rcrt_ttl{
	margin-bottom:35px;
	padding-bottom:10px;
	
	font-family: "Noto Sans Japanese";	
	color:#01203a;
	font-size:20px;
	line-height:130%;
	word-break: break-all;
	font-weight:bold;
	text-align:center;
	
	border-bottom:5px solid #c6c8c8;
}


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

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

.recruit_t table th{
	border-collapse:collapse;
	width:100%;
	color:#000000;
	padding:10px 0px 0 0;
	font-size:14px;
	font-weight:bold;
	line-height:160%;
	vertical-align:text-top;
	display:block;
	
	border-bottom:none;
}

.recruit_t table td{
	font-size:14px;
	border-collapse:collapse;
	text-align:left;
	padding:0 0 10px 0px;
	border-bottom:1px solid #cccccc;
	line-height:160%;
	display:block;
}





/* FAQ---------------------------------------------- */



.faq_01{
}


.faq_01 dl dt{
	margin-bottom:20px;
	padding-bottom:10px;
	
	font-family: "Noto Sans Japanese";	
	color:#01203a;
	font-size:18px;
	line-height:130%;
	word-break: break-all;
	font-weight:bold;
	border-bottom:5px solid #c6c8c8;
}

.faq_01 dl dd{
	font-size:14px;
	line-height:160%;
	margin-bottom:40px;
	word-break: break-all;
}

.faq_01 dl dd:last-child{
	margin-right:0%;
}








/* 業務案内---------------------------------------------- */


.bns_ms{
	margin-bottom:30px;
}

.bns_ms dl dt{
	font-size:20px;
	color:#000;
	font-family: "Noto Sans Japanese";
	color:#01203a;
	line-height:120%;
	font-weight:bold;
	margin-bottom:20px;
	text-align:center;
	word-break: break-all;	
}

.bns_ms dl dd{
	margin:0 auto;
	color:#000;
	font-size:14px;
	line-height:140%;
	word-break: break-all;
}




.bns_01{
	margin-bottom:50px;
}

.bns_01 p{
	font-family: "Noto Sans Japanese";
	font-size:18px;
	line-height:130%;
	font-weight:bold;
	margin-bottom:20px;		
}

.bns_01 ul li{
	list-style:disc;
	margin-bottom:5px;
	font-size:14px;
	margin-left:20px;
}


.bns_img01{
	max-width:660px;
	width:100%;
	height:auto;
	margin:0 auto 40px auto;
}

.bns_img01 ul li{
	width:48%;
	height:auto;
	float:left;
	margin-right:4%;
	margin-bottom:20px;
}


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

.bns_img01 ul li:nth-child(3){
	margin-right:4% !important;
}


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

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




.bns_ms01{
	margin-bottom:30px;
}

.bns_ms01 dl dt{
	font-size:20px;
	color:#000;
	font-family: "Noto Sans Japanese";
	color:#01203a;
	line-height:120%;
	font-weight:bold;
	margin-bottom:20px;
	text-align:center;
	word-break: break-all;	
}

.bns_ms01 dl dt p{
	font-size:35px;
	margin-bottom:15px;
}

.bns_ms01 dl dd{
	margin:0 auto;
	color:#000;
	font-size:14px;
	line-height:140%;
	word-break: break-all;
}



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




.cpy_ttl{
	margin-bottom:35px;
	padding-bottom:10px;
	
	font-family: "Noto Sans Japanese";	
	color:#01203a;
	font-size:20px;
	line-height:130%;
	word-break: break-all;
	font-weight:bold;
	text-align:center;
	
	border-bottom:5px solid #c6c8c8;
}



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

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

.company_01 table th{
	border-collapse:collapse;
	width:100%;
	color:#000000;
	padding:10px 0px 0 0;
	font-size:14px;
	font-weight:bold;
	line-height:160%;
	vertical-align:text-top;
	display:block;
	
	border-bottom:none;
}

.company_01 table td{
	font-size:14px;
	border-collapse:collapse;
	text-align:left;
	padding:0 0 10px 0px;
	border-bottom:1px solid #cccccc;
	line-height:160%;
	display:block;
}





.map_p{
	margin-bottom:10px;
	font-size:14px;
	line-height:140%;
}

#map01{
	width:100%;
	height:400px;
	border:1px solid #CCC;
	box-sizing:border-box;
	margin-bottom:40px;
}


#map02{
	width:100%;
	height:400px;
	border:1px solid #CCC;
	box-sizing:border-box;

}






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

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



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

.t_bnr_b01 ul li{
	max-width:472px;
	width:100%;
	height:auto;
	float:none;
	margin:0 auto 10px auto;
}

.t_bnr_b01 ul li:nth-child(2n){
	float:none;
	margin:0 auto 10px auto;
}

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

	margin:0 auto 10px auto;
}

.t_bnr_b01 ul li:last-child{
	margin:0 auto 0px auto;
}

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







/* トップ インスタタイトル---------------------------------------------- */

.t_insta_ttl {
	background:url(../img/top/insta.png) center top no-repeat;

	line-height:120%;
	font-size:16px;
	color:#516973;
	font-family: "Noto Sans Japanese";
	text-align:center;
	
	padding-top:35px;
	margin-bottom:30px;
}

.t_insta_ttl span{
	border-bottom:2px dotted #000000;
	padding-bottom:3px;
}

.t_insta_ttl a{
	color:#516973;
}

.t_insta_ttl a:hover{
	color:#516973;
}




/* トップ フェイスブック　ブログ---------------------------------------------- */


.t_f_b_b01{
	width:100%;
	height:auto;
	padding-top:7px;
}


.t_f_b_b01_l{
	width:100%;
	height:auto;
	float:none;
	
	margin-bottom:50px;
}

.t_f_b_b01_r{
	width:100%;
	height:auto;
	float:none;
}



.facebook-wrapper {
    max-width: 500px;
    margin: 0 auto;
}
.facebook-wrapper > .fb-page {
    width: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}



#feed{

}

#feed dl.list{
	margin:0;
	padding:0;
	border-top:1px solid #cacccb;
	padding-top:7px;
}

#feed dl dt{
	float:none;
	clear:both;
	font-size:14px;
	margin-right:15px;
}

#feed dl dd{
	font-size:14px;
	color:#000;
	border-bottom:1px solid #cacccb;
	padding-bottom:7px;
	padding-left:0px;
	margin-bottom:10px;
}

#feed dl dd a{
	font-size:14px;
	color:#000000;
	text-decoration:none;
}

#feed dl dd a:hover{
	font-size:14px;
	color:#000000;
	text-decoration:underline;
}


/* トップ施工ギャラリー---------------------------------------------- */


.tg_ttl{
	max-width:250px;
	width:100%;
	height:auto;
	margin:0 auto 20px auto;
	padding:10px 5px;
	box-sizing:border-box;
	background:#516973;
	font-size:16px;
	line-height:110%;
	color:#FFF;
	font-family: "Noto Sans Japanese";
	text-align:center;
}


.top_gallery_b01{
	max-width:640px;
	width:100%;
	margin:0 auto;
	height:auto;
	margin:0 auto 20px auto;

}

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

	text-align:center;
}
.top_gallery_b01 ul li img{
	width:100%;
	height:auto;
}

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

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

.top_gallery_b01 ul li:hover img {
	opacity: .6;
}


.top_gallery_btn{

	width: 100%;
	height:auto;
}

.top_gallery_btn ul li{
	width:100%;
	height:auto;
	margin-right:0%;
	float:none;
	text-align:center;
	margin-bottom:20px;
	background:url(../img/top/01-bg.jpg) repeat;
}

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

.top_gallery_btn ul li a{
	padding:12px 0 14px 0;
	font-size:17px;
	line-height:110%;
	color:#FFF;
	font-family: "Noto Sans Japanese";
	display:block;
}

.top_gallery_btn ul li a:hover{
	color:#FFF;
	text-decoration:underline;
}




/* トップ　スタンプ---------------------------------------------- */



.top_stanp_bg01{
	width: 100%;
	height:auto;
	padding:20px 0;
	background:url(../img/top/02-01-bg.jpg) repeat;
}

.top_stanp_bg02{
	width: 100%;
	height:auto;
	padding:20px 0;
	background:url(../img/top/02-02-bg.jpg) repeat;

}


.top_stanp_in{
	width:100%;
	height:auto;

}

.top_stanp01{
	
}

.top_stanp01 dl dt{
	font-size:18px;
	color:#FFF;
	font-family: "Noto Sans Japanese";
	margin-bottom:14px;
}

.top_stanp01 dl dd{
	font-size:13px;
	line-height:130%;
	color:#FFF;
	margin-bottom:15px;
}


.top_stanp01 dl p{
	width:150px;
	height:auto;
	background:#666666;
	text-align:center;
	font-size:13px;
}

.top_stanp01 dl p a{
	padding:6px 0;
	color:#FFF;
	text-decoration:none;
	display:block;
}

.top_stanp01 dl p a:hover{
	padding:6px 0;
	text-decoration:underline;
}





.top_stanp02{

	
}

.top_stanp02 dl dt{
	font-size:18px;
	color:#FFF;
	font-family: "Noto Sans Japanese";
	margin-bottom:14px;
}

.top_stanp02 dl dd{
	font-size:13px;
	line-height:130%;
	color:#FFF;
	margin-bottom:15px;
}

.top_stanp02 dl p{
	width:150px;
	height:auto;
	background:#282121;
	text-align:center;
	font-size:13px;
}

.top_stanp02 dl p a{
	padding:6px 0;
	color:#FFF;
	text-decoration:none;
	display:block;
}

.top_stanp02 dl p a:hover{
	padding:6px 0;
	text-decoration:underline;
}




.top_stanp_img{
	width:100%;
	height:auto;
	margin:0 !important;
	padding:0 !important;
}











/* トップ　カテゴリ---------------------------------------------- */


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

.top_cat ul li{
	width:48%;
	height:auto;
	margin-right:4%;
	margin-bottom:20px;
	float:left;

	text-align:center;
}

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

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

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

.top_cat ul li dl dt{
	margin:0;
	padding:0;
}

.top_cat ul li dl dt img {
	width:100%;
	height:auto;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.top_cat ul li dl dt:hover img {
	opacity: .8;
}	

.top_cat ul li dl dd{
	height:60px;
	text-align:center;
	background:url(../img/top/01-bg.jpg) repeat;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.top_cat ul li dl dd a{
	padding:15px 0 17px 0;
	font-size:14px;
	line-height:110%;
	color:#FFF;
	font-family: "Noto Sans Japanese";
	display:block;
}

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









/* こだわり---------------------------------------------- */


.policy_txt01{
	font-family: "Noto Sans Japanese";
	font-size:16px;
	line-height:180%;
	font-weight:bold;
	word-break: break-all;
}



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


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




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

.policy_b01_l{
	width:100%;
	height:auto;
	float:none;
}

.policy_b01_r{
	width:100%;
	height:auto;
	float:none;
}

.policy_b01_l img{
	max-width:400px;
	width:100%;
	height:auto;
	text-align:center;
	margin:0 auto 25px auto;
	display:block;
}


.policy_b01_r dl dt{
	font-size:19px;
	font-family: "Noto Sans Japanese";
	font-weight:bold;
	line-height:120%;
	margin-bottom:20px;
	text-align:center;
}

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



.policy_b01_r dl dd ul li{
	font-size:14px;
	line-height:150%;
	margin-bottom:20px;
	
	word-break: break-all;	
}

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

.policy_b01_r dl dd ul li p{
	font-size:16px;
	font-family: "Noto Sans Japanese";
	line-height:120%;
	margin-bottom:5px;
	font-weight:bold;	
}






/* リフォーム エクステリア　ガレージ　共通---------------------------------------------- */


.cimg_ttl{
	font-size:18px;
	font-family: "Noto Sans Japanese";
	line-height:120%;
	margin-bottom:20px;
	font-weight:bold;
	text-align:center;
}

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

.cimg_b01 ul li{
	width:100%;
	height:auto;
	float:left;
	margin-right:0%;
	margin-bottom:15px;
	text-align:center;
}

.cimg_b01 ul li:last-child{
	float:noen;
	margin-right:0;
	margin-bottom:0;
}

.cimg_b01_txt{
	font-size:14px;
	font-family: "Noto Sans Japanese";
	line-height:140%;
	margin-bottom:35px;
	font-weight:normal;
	padding-bottom:35px;	
	border-bottom:2px solid #4D6C6E;
}









/* リフォーム---------------------------------------------- */


.r_txt01{
	font-family: "Noto Sans Japanese";
	font-size:14px;
	line-height:160%;
	font-weight:bold;
	word-break: break-all;
}

.r_txt02{
	font-family: "Noto Sans Japanese";
	font-size:14px;
	line-height:160%;
	font-weight:bold;
	word-break: break-all;
	margin-bottom:30px;
}

.rfm_ttl{
	text-align:center;
	margin-bottom:20px;
	font-family: "Noto Sans Japanese";
	font-size:16px;
	line-height:120%;
	font-weight:bold;
	
}

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

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

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



.rfm_b01 p{
	text-align:center;
	margin-top:12px;
	font-family: "Noto Sans Japanese";
	font-size:14px;
	line-height:120%;
	font-weight:bold;
}







/* エクステリア---------------------------------------------- */


.ex_txt01{
	font-family: "Noto Sans Japanese";
	font-size:14px;
	line-height:160%;
	font-weight:bold;
	word-break: break-all;
}




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

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


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


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

.ex_b01 ul li img{
	margin-bottom:10px;
}

.ex_b01 ul li dl dt{
	text-align:center;
	font-size:15px;
	line-height:130%;
	margin-bottom:2px;
	font-weight:bold;

}

.ex_b01 ul li dl dd{
	font-size:14px;
	line-height:120%;
	text-align:center;
	height:30px;
}


.ex_b01 ul li p{
	font-size:14px;
	line-height:120%;
	text-align:center;
	margin-top:0px;
	height:30px;
}


/* ガレージ---------------------------------------------- */


.grg_txt01{
	font-family: "Noto Sans Japanese";
	font-size:14px;
	line-height:160%;
	font-weight:bold;
	word-break: break-all;
}



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

.grg_b01 ul li{
	width:48.5%;
	height:auto;
	float:left;
	margin-right:3%;
	margin-bottom:20px;

}

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


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

.grg_b01 ul li img{
	margin-bottom:10px;

}

.grg_b01 ul li p{
	font-size:14px;
	line-height:120%;
	text-align:center;
	margin-top:0px;
	height:30px;
}




/* マットスタンプ---------------------------------------------- */


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


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

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



.mt_stmp_b01 p{
	margin-bottom:10px;
	font-family: "Noto Sans Japanese";
	font-size:15px;
	line-height:120%;
	font-weight:bold;
}



/* マットスプレー---------------------------------------------- */


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


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

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



.mt_spry_b01 p{
	margin-bottom:10px;
	font-family: "Noto Sans Japanese";
	font-size:15px;
	line-height:120%;
	font-weight:bold;
}




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

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

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

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

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

.mt_spry_pnt ul li dl dt{
	background:#937b67;
	color:#ffffff;
	margin-bottom:8px;
	font-family: "Noto Sans Japanese";
	font-size:18px;
	line-height:120%;
	font-weight:bold;
	padding:5px 10px 5px 10px;
	box-sizing:border-box;
}

.mt_spry_pnt ul li dl dd{

	font-family: "Noto Sans Japanese";
	font-size:14px;
	line-height:130%;
}

.mt_spry_pnt ul li dl dd p{
	color:#937b67;
	font-weight:900;
	font-family: "Noto Sans Japanese";
	font-size:18px;
	line-height:120%;
	margin-bottom:7px;
}




/* デザイン---------------------------------------------- */

.dsn_b01{
	margin-bottom:40px;
}

.dsn_b01 ul li{
	margin-bottom:20px;
	text-align:center;
}

.dsn_b01 ul li img{
	border:1px solid #c6c8c8;
}

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




/* クラフト新聞---------------------------------------------- */

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

.kn_b01 ul li{
	width:48%;
	height:auto;
	float:left;
	margin-right:4%;
	margin-bottom:20px;

}

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


.kn_b01 ul li:nth-child(3n){
	float:left;
	margin-right:4%;
}


.kn_b01 ul li img{
	margin-bottom:10px;
}

.kn_b01 ul li p{
	font-size:14px;
	line-height:120%;
	text-align:center;
	margin-top:0px;
	height:30px;
}




/* 会社案内---------------------------------------------- */


.top_msg01{
	width:100%;
	height:auto;
	word-break: break-all;
	font-size:14px;
	font-family: "Noto Sans Japanese";
	line-height:130%;

	margin-bottom:30px;
}

.top_msg01 p{
	margin-top:15px;
	text-align:right;
}


.top_msg_img{
	text-align:center;
}


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

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

.gaiyou_b01 table th{
	width:100%;
	height:auto;
	padding:0px 0 !important;
	font-size:14px;
	line-height:140%;
	vertical-align:top;
	display:block;
	font-weight:bold;
	margin-bottom:1px;
	
}

.gaiyou_b01 table td{
	width:100%;
	font-size:14px;
	line-height:140%;
	vertical-align:top;
	display:block;
	padding:0px 0 !important;
	margin-bottom:15px;
}

.gaiyou_b01 table td ul li{
	list-style:disc;
	margin-bottom:10px;
	margin-left:20px;
}

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

.gaiyou_b01 table td a{
	color:#000;
	text-decoration:underline;
}

.gaiyou_b01 table td a:hover{
	color:#000;
	text-decoration:none;
}



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

#map01{
	width:100%;
	height:300px;
	box-sizing:border-box;
	border:1px solid #CCC;
	margin-bottom:60px;
}


#map02{
	width:100%;
	height:300px;
	box-sizing:border-box;
	border:1px solid #CCC;

}











/* 家づくりへの想い---------------------------------------------- */

.feeling_bg{
	background:url(../img/feeling/bg.jpg) center top no-repeat;
	padding:60px 0 80px 0;
}


.feeling_m_b{
	background:url(../img/feeling/main_bg.png) repeat;
	box-sizing:border-box;
	border:1px solid #e6e4cc;
	padding:20px;
	font-size:14px;
	line-height:150%;
	margin-bottom:50px;
	
}



/* 施工例---------------------------------------------- */

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



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

.s_b01_l{
	max-width:360px;
	width:100%;
	height:auto;
	float:none;
	margin:0 auto 20px auto;
}

.s_b01_l img{
	width:100%;
	height:auto;

}

.s_b01_r{
	width:100%;
	height:auto;
	float:none;
	font-size:15px;
	line-height:150%;
	padding-bottom:1px;
}


.s_b01_r dl{
	margin:0;
	padding:0;
	border-top:1px solid #cacccb;
	padding-top:10px;
	margin-bottom:0px;
}

.s_b01_r dl dt{
	float:left;
	clear:both;
	font-size:14px;

	margin-right:15px;

}

.s_b01_r dl dd{
	font-size:14px;
	color:#000;
	border-bottom:1px dotted #999999;
	padding-bottom:8px;
	padding-left:90px;
	margin-bottom:10px;
}

.s_b01_r dl dd a{
	font-size:14px;
	color:#000000;
	text-decoration:none;

}

.s_b01_r dl dd a:hover{
	font-size:14px;
	color:#000000;
	text-decoration:underline;
}



.s_b01_r table{
	width:100%;
	height:auto;
	border-top:1px dotted #999999;
}

.s_b01_r table th{
	width:50px;
	height:auto;
	padding:8px 0 7px 0;
	border-bottom:1px dotted #999999;
	font-size:14px;
	
}

.s_b01_r table td{
	padding:8px 0 7px 0;
	border-bottom:1px dotted #999999;
	font-size:14px;
}

.s_b01_r table td a{
	color:#000;
	text-decoration:underline;
}

.s_b01_r table td a:hover{
	color:#000;
	text-decoration:none;
}


.info_slide{

	margin-bottom:60px;
}

.info_slide ul .responsive{
	width:100%;
	height:auto;
}


.info_slide ul li{

}

.info_slide ul li img{
	width:100%;
	height:auto;
}





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


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

.contact-img{
	text-align:center;
	margin-bottom:40px;	
}



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


#contact-f p{
	font-size:16px;
	font-weight:bold;
	line-height:120%;
	margin-top:12px;
	text-align:center;
}


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


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

	border-bottom:none;
	text-align:left;
	font-weight:bold;
	color:#333;
	
	width:100%;
	display:block;
	padding:10px 5px 5px 5px;	
	
	font-family: "メイリオ", sans-serif;

}

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

	width:100%;
	display:block;
	padding:0px 5px 10px 5px;
	font-family: "メイリオ", sans-serif;
}


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

}

.with-form1{
	width:90%;
	height:25px !important;
	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:160px;
	height:30px !important;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

}



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

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

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

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

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




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

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

	font-family: "メイリオ", sans-serif;
}

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













}
