@charset "utf-8";
/* ========================================================================
		style.css
======================================================================== */
#main-visual {
	height: 50vw;
	min-height: 300px;
	max-height: 400px;
	background-image: url(../../img/top/mv.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	background-size: cover;
	margin: 96px 0 0 0;
}
#main-visual .mv_msg_wrap{
	max-width: 1024px;
	margin: 0 auto;
}
#main-visual .mv_msg{
	font-family :Arial Black,Arial-BoldMT;
	font-weight: bold;
	font-size:40px;
	color:#000;
	letter-spacing: 2px;
    text-shadow: 1px 1px 1px #fff;
	position: relative;
	top:170px;
	padding: 0 10px;
}
/* mobile */
@media screen and (max-width: 950px) {
	#main-visual{
		margin-top: 56px;
	}
}
@media screen and (max-width: 767px) {
	#main-visual.mv_top{
		background-position: 50% 50%;
	}
	#main-visual .mv_msg{
		font-size: 24px;
		font-size: 6vw;
		text-align: center;
		letter-spacing: 1px;
		top:130px;
	}
}


/* main_wrap */
#main_wrap h2{
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","MS PMincho";
	font-size: 28px; 
	color: #21418A;
	text-align: center;
	margin: 10px 0 13px 0;
}
#main_wrap section {
	width: 100%;
	text-align: center;
}
.section_inner{
	max-width: 900px;
	margin: 0 auto;
	padding: 80px 15px;
}

/* top news&topics ------------------------------*/
.sct_top_news{
	max-width: 1024px;
	margin: 0 auto 30px auto;
}
.sct_top_news h2{ margin-bottom: 15px;}
.sct_top_news .col-md-4{ padding:0 6px;}
.sct_top_news .col-md-4-inner{
	height:100%;
	text-align: left;
	border: 1px solid #91A1C5;
	border-radius: 12px;
	-webkit-border-radius: 12px;
}
.sct_top_news .col-md-4-inner h3{
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","MS PMincho";
	font-weight: normal;
	color: #fff;
	width: 127px;
	text-align: center;
	background-color: #21418A;
	display: inline-block;
	position: relative;
	top: -5px;
	left:-1px;
	padding:2px 0;
}
.sct_top_news .col-md-4-inner .top_news_icon{
	display: inline-block;
	position: relative;
	top: 5px;
	left: 30px;
}
.sct_top_news .col-md-4-inner p{
	font-size: 12px;
	padding:10px  15px;
}
@media screen and (max-width: 767px) {
	.sct_top_news .col-md-4{
		padding:0 15px 15px 15px;
	}
}



/* top about us ------------------------------*/
.sct_top_about .dotted_top{
	height: 3px;
	background-image: linear-gradient(to right, #E30081, #E30081 3px, transparent 3px, transparent 2px);
	background-size: 18px 3px;
	background-position: top;
	background-repeat: repeat-x;	
}
.sct_top_about .dotted_bottom{
	height: 3px;
	background-image: linear-gradient(to right, #E30081, #E30081 3px, transparent 3px, transparent 2px);
	background-size: 18px 3px;
	background-position: bottom;
	background-repeat: repeat-x;	
}
.sct_top_about{
	margin-bottom: 40px;
	padding:0 15px;
}
.sct_top_about h2{
	margin: 15px 0;
}
.sct_top_about p{
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","MS PMincho";
	font-size: 17px;
	text-align: center;
	margin-bottom: 15px;
}


/* top tartancheck ------------------------------*/
.sct_top_tartan{
	background-color: #F5E8EF;
	margin-bottom: 20px;
	padding:15px 0;
}
.sct_top_tartan .row{
	max-width: 1024px;	
	margin: 0 auto;
}
.sct_top_tartan .col-md-6{
	text-align: left;
	padding: 0 15px;
}
.sct_top_tartan .col-l img{
	width: 100%;
	max-width: 486px;
}
#main_wrap .sct_top_tartan h2{
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","MS PMincho";
	color: #E30081;
	display: inline-block;
	position: relative;
	top: -10px;
}
.sct_top_tartan .top_tartan_icon {
	position: relative;
	top: 0;
	left:30px;
	max-width: 38px;
	display: inline-block;
}
.sct_top_tartan .detail{
	font-weight: bold; 
	text-align: center;
	display: block;
	max-width: 176px;
	background-color: #fff;
	border:1px solid #C9C5C4;
	margin: 12px auto 20px auto;
	padding-bottom:2px;
}
.sct_top_tartan .detail i{
	font-size:22px;
	position: relative;
	top:3px;
}
.sct_top_tartan .tartan_link{
	display: inline-block;
}
.sct_top_tartan .tartan_link img{
	width: 100%;
	max-width: 470px;
}
@media screen and (max-width: 767px) {
	.sct_top_tartan table td img{
		max-width: inherit;
		width: 100%;
	}
	.sct_top_tartan .col-md-6{
		text-align: center;
	}
	.sct_top_tartan .col-l{
		padding-bottom: 15px;
	}
}



/* top school ------------------------------*/
.sct_top_school .row{
	max-width: 1024px;
	margin: 0 auto 15px auto;
	padding: 15px 0;
}
.sct_top_school .col-l img,
.sct_top_school .col-r img{
	width: 100%;
	max-width: 486px;
}
.sct_top_school .col-md-6{
	padding:0 15px;
}
.sct_top_school .school_content{
	width: 200px;
	position: absolute;
	bottom:10%;
	left:10%;
}
.sct_top_school .col-r p{
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","MS PMincho";
	font-size: 18px;
	font-weight: bold;
}
.sct_top_school .col-r .detail{
	font-weight: bold; 
	text-align: center;
	display: block;
	width: 100%;
	max-width: 176px;
	background-color: #fff;
	border:1px solid #C9C5C4;
	margin: 12px auto 0 auto;
	padding-bottom:2px;
}
.sct_top_school .col-r .detail i{
	font-size:22px;
	position: relative;
	top:3px;
}
@media screen and (max-width: 767px) {
	.sct_top_school .col-l img,
	.sct_top_school .col-r img{
		width: 100%;
		max-width: inherit;
	}
	.sct_top_school .col-md-6{
		padding:0 15px 15px 15px ;
	}
	.sct_top_school .school_content{
		bottom:15%;
	}
}


/* top network ------------------------------*/
.sct_top_network .row{
	max-width: 1024px;
	margin: 0 auto 15px auto;
	padding: 15px 0;
}
.sct_top_network .col-l img,
.sct_top_network .col-r img{
	width: 100%;
	max-width: 486px;
}
.sct_top_network .col-md-6{
	padding:0 15px;
}
.sct_top_network .network_content{
	width: 200px;
	position: absolute;
	bottom:10%;
	left:10%;
}
.sct_top_network .col-r p{
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","MS PMincho";
	font-size: 18px;
	font-weight: bold;
}
.sct_top_network .col-r .detail{
	font-weight: bold; 
	text-align: center;
	width: 100%;
	max-width: 176px;
	display: block;
	background-color: #fff;
	border:1px solid #C9C5C4;
	margin: 12px auto 0 auto;
	padding-bottom:2px;
}
.sct_top_network .col-r .detail i{
	font-size:22px;
	position: relative;
	top:3px;
}
/* mobile */
@media screen and (max-width: 767px) {
	.sct_top_network .col-l img,
	.sct_top_network .col-r img{
		width: 100%;
		max-width: inherit;
	}
	.sct_top_network .col-md-6{
		padding:0 15px 15px 15px ;
	}
	.sct_top_network .network_content{
		bottom:15%;
	}
}


/* lower page ------------------------------*/
#main-visual.lower_mv .mv_msg{
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","MS PMincho";
	font-weight: bold;
	font-size:27px;
	color: #21418A;
	text-align: center;
	line-height: 130%;
	position: relative;
	top:140px;
	padding: 0;
}
#main-visual.lower_mv .mv_msg .title_en{
	font-size:34px;
	font-weight: normal;
}
/* mobile */
@media screen and (max-width: 767px) {
	#main-visual.lower_mv .mv_msg{
		top:110px;
	}
}


/* company greeting ------------------------------*/
#main-visual.company_mv {
	background-image: url(../../img/company/mv.jpg);
}
#main_wrap.main_wrap_company {
	max-width: 1024px;
	margin: 0 auto;
}
#main_wrap.main_wrap_company h2{
	color:#000;
}
.main_wrap_company .h2_dotted{
	height: 5px;
	background-image:url(../../img/common/dotted1.jpg);
	background-repeat: repeat-x;
}

.main_wrap_company .row_wrap{
	max-width: 1024px;
	margin:0 auto;
}

.main_wrap_company .col-md-2,
.main_wrap_company .col-md-10 {
	padding:15px 10px;
}
.main_wrap_company .col-md-2{
	text-align: center;
}
.main_wrap_company .col-md-2 img{
	max-width: 75px;
	margin-bottom: 15px; 
}
.main_wrap_company .col-md-2 a{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	background-color: #F5E8EF;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding: 7px 10px 5px 10px;
}
.main_wrap_company .col-md-2 i{
	float: right;
	font-size: 20px;
	position: relative;
	top:-2px;
}
.main_wrap_company .col-md-2 img,
.main_wrap_company .col-md-10 img {
	width: 100%;
}
.main_wrap_company .col-md-10 h3 {
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","MS PMincho";	
	font-size: 28px;
	color:#21418a;
	line-height: 100%;
	margin-bottom: 20px;
	padding:0 10px;
}
.main_wrap_company .col-md-10 .h3_jp{
	font-size: 16px;
	color:#000;
}
.main_wrap_company .col-md-10 .col-md-5,
.main_wrap_company .col-md-10 .col-md-7 {
	padding:0 15px;
}
.main_wrap_company .col-md-10 .col-md-5 img{
	max-width: 322px;
}
.main_wrap_company .col-md-10 .col-md-7 h4{
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","MS PMincho";
	font-size:21px;
	margin-bottom: 20px;
}
.main_wrap_company .col-md-10 .col-md-7 p{
	font-size:13px;
	line-height: 190%;
	margin-bottom: 40px;
}

/* mobile */
@media screen and (max-width: 767px) {
	.main_wrap_company .col-md-2 a,
	.main_wrap_company .col-md-10{
		text-align: center;
	}
	.main_wrap_company .col-md-10 img{
		margin-bottom: 20px;
	}
	.main_wrap_company .col-md-10 h4,
	.main_wrap_company .col-md-10 p{
		text-align: left;
	}
}

/* company concept ------------------------------*/
.jisage{
	text-indent: -15px;
	padding-left: 15px;
}
.mw_concept .contents_wrap{
	padding: 0 15px;
}
.mw_concept h4{
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","MS PMincho";
	font-size: 22px;
	text-align: center;
	background-color: #7DCCF3;
	margin-bottom: 25px;
	padding: 3px 10px 2px 10px;
}
.mw_concept .col-md-10 .concept_msg{
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","MS PMincho";
	font-size: 20px;
	line-height: 150%;
	text-align: center;
	margin-bottom: 25px;
}
.mw_concept .col-md-10 .text_area{
	font-size: 14px;
	margin-bottom: 30px;	
	padding: 0 15px;
}
.mw_concept .col-md-10 .text_area p{
	line-height: 210%;
}
.rinri_title{
	font-weight: bold;
}
.rinri{
	font-weight: bold;
	text-align: center;
	line-height: 150%;
}

.kankyo_box{
	border:1px solid #7DCCF3;
	font-size: 14px;
	margin-bottom: 20px;
	padding:15px 20px;
}
.kankyo table{
	width: 100%;
}
.kankyo table td{
	padding:5px 20px 5px 0;
}

.mw_concept .signature{
	text-align: left;
	float: right;
	width: 190px;
}
/* mobile */
@media screen and (max-width: 767px) {
	.mw_concept .contents_wrap{
		padding: 0;
	}
	#main_wrap.mw_concept h4{
		text-align: center;
	}
	.mw_concept .col-md-10 .concept_msg{
		line-height: 150%;
	}
	.kankyo table{
		margin-bottom: 20px;
	}
}


/* company outline ------------------------------*/
.mw_outline .contents_wrap{
	padding: 0 15px;
}
.mw_outline h4{
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","MS PMincho";
	font-size: 22px;
	text-align: center;
	background-color: #7DCCF3;
	margin-bottom: 25px;
	padding: 3px 10px 2px 10px;
}
.company-info {
	margin: 35px 0 60px 0;
}
.company-info hr {
    border-top: 1px solid #918C89;
 }
.company-info dt {
	font-weight: normal;
	margin-right: 70px;
}
.company-info dd {
	text-align: left;
}

.title-map{
	font-size: 15px;
	border-bottom:1px solid #918C89;
	margin-bottom: 5px;
	padding: 0 0 5px 0;
}
.title-map span{
	position: relative;
	top:4px;
}
.google-map{
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	float: right;
	border:1px solid #C7C6C4;
	padding:0 10px 2px 10px;
}
.google-map i{
	font-size: 19px;
	position: relative;
	top: 2px;
}
.text_area .info{
	font-size: 13px;
}
.jisage2{
	text-indent: -28px;
	padding-left: 28px;
}
.mw_outline .col-md-8{
	padding:0 0 0 30px;
}
.eigyosho {
	margin-bottom: 50px;
}
.eigyosho hr{
	border-top:1px solid #918C89;
}
.eigyosho .info{
	display: inline-block;
	float: left;
}
.eigyosho .google-map{
	margin-top: 25px;
}
@media (min-width: 768px){
	.dl-horizontal dt {
		float: left;
		width: 240px;
		overflow: hidden;
		clear: left;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}
@media (max-width: 767px){
	.title-map{
		text-align: left;
	}
	.mw_outline .contents_wrap{
		padding: 0;
	}
	#main_wrap.mw_outline h4{
		text-align: center;
	}
	.mw_outline .col-md-8{
		padding:0;
	}
	.company-info dt {
		text-align: left;
		padding:0 0 15px 15px;
	}
	.company-info dd {
		width: 100%;
		text-align: left;
		padding:0 0 0 35px;
	}
}

/* order ------------------------------*/
#main-visual.mv_order {
	background-image: url(../../img/order/mv.jpg);
}
#main-visual.mv_order .mv_msg{
	color: #000;
	top:170px;
}
#main_wrap.main_wrap_order .h2_area{
	max-width: 1024px;
	margin: 0 auto 20px auto;
}

#main_wrap.main_wrap_order h2{
	color:#000;
}
#main_wrap.main_wrap_order .h2_text{
	padding: 0 10px;
}

.main_wrap_order .h2_dotted{
	height: 5px;
	background-image:url(../../img/common/dotted2.jpg);
	background-repeat: repeat-x;
	margin-bottom: 20px;
}
.main_wrap_order .col-md-6 td img{
	width: 100%;
}
.main_wrap_order h3 {
	text-align: left;
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","MS PMincho";
	font-size: 18px;
	margin-bottom: 5px;
}
.main_wrap_order .h3_dotted{
	height: 5px;
	background-image:url(../../img/common/dotted3.jpg);
	background-repeat: repeat-x;
}
.main_wrap_order .contact_area .area{
	color: #fff;
	background-color: #23418A;
	text-align: center;
	display: block;
	max-width: 160px;
	padding:5px 0;
}
.main_wrap_order .contact_area .col-8{
	line-height: 160%;
}
.main_wrap_order .link{
	font-weight: bold; 
	text-align: center;
	display: block;
	max-width: 176px;
	background-color: #fff;
	border:1px solid #C9C5C4;
	margin: 12px auto 20px auto;
	padding-bottom:2px;
}
.main_wrap_order .link i{
	font-size:22px;
	position: relative;
	top:3px;
}

/* section judo */
.sct_order_judo{
	background-color: #E3DDCD;
}
.sct_order_judo .row{
	max-width: 1024px;
	margin:0 auto;
	padding: 10px;
}
.sct_order_judo .col-md-6{
	text-align: left;
}
.sct_order_judo .col-md-6 img{
	width:100%;
}
.sct_order_judo .col-l table tr td{
	padding: 10px;
}
.sct_order_judo .col-l{
	padding-right: 15px;
}
.sct_order_judo .col-r{
	padding: 10px 0 10px 15px;
}
.sct_order_judo .col-r .h3_dotted{
	margin-bottom:5px;
}
.sct_order_judo .contact_area{
	padding:5px 0 10px 0;
}


.sct_order_judo .download p{
	margin: 20px 0 10px 0;
}
.sct_order_judo .download a{
	display: block;
	max-width: 250px;
	background-color: #23418A;
	color: #fff;
	text-align: center;
	line-height: 1;
	margin: 0 auto 10px auto;
	padding:10px 0;
}



/* section uniform */
.sct_order_uniform h3{
	line-height: 180%;
}
.sct_order_uniform .h3_dotted{
	background-image:url(../../img/common/dotted2.jpg);
	margin-bottom: 5px;
}
.sct_order_uniform .row{
	max-width: 1024px;
	margin:0 auto;
	padding: 30px 10px;
}
.sct_order_uniform .col-md-6{
	text-align: left;
}
.sct_order_uniform .col-md-6 img{
	width:100%;
}
.sct_order_uniform .col-r table tr td{
	padding: 10px;
}
.sct_order_uniform .col-l{
	padding-right: 15px;
}
.sct_order_uniform .col-r{
	padding: 10px 0 10px 15px;
}
.sct_order_uniform .col-r .h3_dotted{
	margin-bottom:5px;
}
.sct_order_uniform .contact_area{
	padding:5px 0 10px 0;
}
/* mobile */
@media screen and (max-width: 767px) {
	#main-visual.mv_order .mv_msg{
		top:120px;
	}
	.sct_order_judo .col-l,
	.sct_order_uniform .col-l{
		padding-right: 0px;
	}
}


/* school ------------------------------*/
#main-visual.mv_school {
	background-image: url(../../img/school/mv.jpg);
}
#main-visual.mv_school .mv_msg{
	text-align: left;
	color: #23418A;
	top:70px;
	left:10px;
}
.main_wrap_school .h2_area{
	max-width: 1024px;
	margin: 0 auto 0px auto;
}
.main_wrap_school h2{
	padding: 0 15px;
}
.main_wrap_school .h2_area img{
	max-width: 470px;
width: 100%;
}
.main_wrap_school .school_dotted{
	height: 5px;
	background-image:url(../../img/common/dotted4.jpg);
}
.main_wrap_school .sct_school_point .col-md-6{
	text-align: left;
}
.main_wrap_school .sct_school_point img{
	width:100%;
}
.main_wrap_school .sct_school_point .row{
	max-width: 1024px;
	margin:0 auto;
	padding: 30px 0px;
}
.main_wrap_school .sct_school_point .col-l{
	padding: 15px 15px 15px 0;
}
.main_wrap_school .sct_school_point .col-r{
	padding: 15px;
}
.main_wrap_school .school_dotted_width{
	max-width: 1024px;
	margin:0 auto;
}
.main_wrap_school .sct_school_point h3{
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","MS PMincho";
	font-size: 20px;
	margin-bottom: 20px;
}


.main_wrap_school .sct_school_soudan{
	background-color: #C79F62;
	margin-bottom:30px; 
}
.main_wrap_school .sct_school_soudan .row{
	max-width: 1024px;
	margin: 0 auto;
}
.main_wrap_school .sct_school_soudan img{
	max-width: 376px;
	margin-top: 20px;
}
.main_wrap_school .sct_school_soudan .col-l{
	padding: 15px;
}
.main_wrap_school .sct_school_soudan .col-r{
	color:#fff;
	text-align: left;
	font-size: 19px;
	line-height: 150%;
	padding: 15px;
}

.main_wrap_school .sct_school_flow {
	max-width: 1024px;
	margin:0 auto 50px auto;
}
.main_wrap_school .sct_school_flow h3{
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","MS PMincho";
	font-size: 21px;
	margin-bottom: 15px;
}
.main_wrap_school .sct_school_flow .row{
	max-width: 900px;
	margin:30px auto 0px auto;
}
.main_wrap_school .sct_school_flow .col-l img{
	max-width: 120px;
}

.main_wrap_school .sct_school_flow .col-r{
	text-align: left;
}
.main_wrap_school .sct_school_flow .col-r h4{
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","MS PMincho";
	font-size: 20px;
	margin: 5px 0 ;
}
.main_wrap_school .sct_school_flow .col-r .school_dotted{
	margin-bottom: 10px;
}
.main_wrap_school .sct_school_flow .col-r p{
	line-height:  200%;
	max-width: 600px;
}


.main_wrap_school .sct_school_qa .section_inner{
	max-width: 700px;
	margin: 0 auto;
	padding:30px 0;
}
.main_wrap_school .sct_school_qa h3{
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","MS PMincho";
	font-size: 21px;
	color: #fff;
	background-color: #C79F62;
	margin-bottom: 15px;
	padding: 15px 0;
}
.main_wrap_school .sct_school_qa th{
	padding: 0 15px;
}
.main_wrap_school .sct_school_qa th div{
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","MS PMincho";
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	height: 50px;
	width: 50px;
	text-align: center;
	padding-top: 15px;
}
.main_wrap_school .sct_school_qa .question th div{
	background-color: #C79F62;
}
.main_wrap_school .sct_school_qa .answer th div{
	background-color: #E51374;
}
.main_wrap_school .sct_school_qa .question td {
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","MS PMincho";
	font-size: 20px;
	@font-weight: bold;
	text-align: left;
	padding:0 15px 0 20px;
}
.main_wrap_school .sct_school_qa .answer td {
	text-align: left;
	line-height: 180%;
	vertical-align: top;
	padding:0 15px 0 20px;
}
.main_wrap_school .sct_school_qa .tbl_answer{
	margin-bottom:50px;
}
/* mobile */
@media screen and (max-width: 767px) {
	#main-visual.mv_school .mv_msg{
		top:200px;
	}
	.sct_order_judo .col-l,
	.sct_order_uniform .col-l{
		padding-right: 0px;
	}
	.main_wrap_school .sct_school_flow .col-l{
		padding-bottom: 20px;
	}
	.main_wrap_school .sct_school_flow .col-r h4{
		padding: 0 15px;
	}
	.main_wrap_school .sct_school_flow .col-r p{
		padding: 0 15px;
	}
	.main_wrap_school .sct_school_flow .col-r .jisage_wrap{
		padding: 0 15px;
	}
}


/* network ------------------------------*/
#main-visual.mv_network {
	background-image: url(../../img/network/mv.jpg);
}
#main-visual.mv_network .mv_msg{
	display: inline-block;
	float: right;
	color: #fff;
	top: 300px;
text-shadow: none;
}
#main_wrap.main_wrap_network {
	max-width: 1024px;
	margin: 0 auto;
}
#main_wrap.main_wrap_network h2{
	color:#000;
}
.main_wrap_network .h2_dotted{
	height: 5px;
	background-image:url(../../img/common/dotted5.jpg);
	background-repeat: repeat-x;
}
.main_wrap_network .row_wrap{
	max-width: 1024px;
	margin:0 auto;
}

.main_wrap_network .col-md-2,
.main_wrap_network .col-md-10 {
	padding:15px 10px;
}
.main_wrap_network .col-md-2{
	text-align: center;
}
.main_wrap_network .col-md-2 img{
	max-width: 75px;
	margin-bottom: 15px; 
}
.main_wrap_network .col-md-2 a{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	background-color: #F5E8EF;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding: 7px 10px 5px 10px;
}
.main_wrap_network .col-md-2 i{
	float: right;
	font-size: 20px;
	position: relative;
	top:-2px;
}
.main_wrap_network .col-md-2 img,
.main_wrap_network .col-md-10 img {
	width: 100%;
}

.main_wrap_network .col-md-10 h3 {
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","MS PMincho";	
	font-size: 28px;
	color:#C10D26;
	line-height: 100%;
	margin-bottom: 20px;
	padding:0 10px;
}
.main_wrap_network .col-md-10 .h3_jp{
	font-size: 16px;
	color:#000;
}
.main_wrap_network .col-md-10 p{
text-align: left;
}
.main_wrap_network .sct_network h4{
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","MS PMincho";
	font-size: 20px;
	text-align: left;
	margin: 5px 0 ;
}
.main_wrap_network .network_dotted{
	height: 5px;
	background-image:url(../../img/common/dotted5.jpg);
	background-repeat: repeat-x;
}
.main_wrap_network .sct_network{
	margin-bottom: 40px;
}
.main_wrap_network .contents_wrap{
	padding: 0 15px;
}
.main_wrap_network .sct_network .network_dotted{
	margin-bottom: 20px;
}
.main_wrap_network .sct_network p{
	line-height: 180%;
}
/* mobile */
@media screen and (max-width: 767px) {
	#main-visual.mv_network{
		background-position: 90% 50%
	}
	#main-visual.mv_network .mv_msg{
		top: 210px;
	}

	.main_wrap_network .col-md-2 a,
	.main_wrap_network .col-md-10{
		text-align: center;
	}
	.main_wrap_network .col-md-10 img{
		margin-bottom: 20px;
	}
	.main_wrap_network .col-md-10 h4,
	.main_wrap_network .col-md-10 p{
		text-align: left;
	}
}


.main_wrap_network .col-l{
	padding-right:5px;
	padding-bottom: 10px;
}
.main_wrap_network .col-r{
	padding-left:5px;
	padding-bottom: 10px;
}
.main_wrap_network .row_planning{
	margin-bottom: 50px;
}

.main_wrap_network .logo_wrap{
	text-align: center;
	margin:10px auto;
}
.main_wrap_network .logo_wrap img{
	max-width: 500px;
	margin:30px auto;
}
.main_wrap_network .row_textile .col-md-3{
	padding:5px; 
}
.main_wrap_network .margin-b{
	margin-bottom: 80px; 
}
.network_msg{
	font-size:25px;
	line-height: 150%;
	letter-spacing: 3px;
	color: #BC1519;
	margin-top: 40px;
}

/* mobile */
@media screen and (max-width: 767px) {
	.main_wrap_network .col-l{
		padding-right:0;
		padding-bottom:0;
	}
	.main_wrap_network .col-r{
		padding-left:0;
		padding-bottom:0;
	}
}




/* related ------------------------------*/
#main-visual.mv_related {
	background-image: url(../../img/related/mv.jpg);
}
#main-visual.mv_related .mv_msg{
	color: #fff;
text-shadow: none;
}
#main_wrap.main_wrap_related {
	max-width: 1024px;
	margin: 0 auto;
}
#main_wrap.main_wrap_related h2{
	color:#000;
}
.main_wrap_related .h2_dotted{
	height: 5px;
	background-image:url(../../img/common/dotted1.jpg);
	background-repeat: repeat-x;
}
.main_wrap_related .row_wrap{
	max-width: 1024px;
	margin:0 auto;
}

.main_wrap_related .col-md-2,
.main_wrap_related .col-md-10 {
	padding:15px 10px;
}
.main_wrap_related .col-md-2{
	text-align: center;
}
.main_wrap_related .col-md-2 img{
	max-width: 75px;
	margin-bottom: 15px; 
}
.main_wrap_related .col-md-2 a{
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	background-color: #F5E8EF;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding: 7px 10px 5px 10px;
}
.main_wrap_related .col-md-2 i{
	float: right;
	font-size: 20px;
	position: relative;
	top:-2px;
}
.main_wrap_related .col-md-2 img,
.main_wrap_related .col-md-10 img {
	width: 100%;
}

.main_wrap_related .col-md-10 h3 {
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","MS PMincho";	
	font-size: 28px;
	color:#C10D26;
	line-height: 100%;
	margin-bottom: 20px;
	padding:0 10px;
}
.main_wrap_related .col-md-10 .h3_jp{
	font-size: 16px;
	color:#000;
}
.main_wrap_related .col-md-10 p{
text-align: left;
}
.main_wrap_related .sct_related h4{
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","MS PMincho";
	font-size: 20px;
	text-align: left;
	margin: 5px 0 ;
}
.main_wrap_related .related_dotted{
	height: 5px;
	background-image:url(../../img/common/dotted5.jpg);
	background-repeat: repeat-x;
}
.main_wrap_related .sct_related{
	margin-bottom: 40px;
}
.main_wrap_related .contents_wrap{
	margin-top: 75px;
	padding: 0 15px;
}
.main_wrap_related .sct_related .related_dotted{
	margin-bottom: 20px;
}
.main_wrap_related .sct_related p{
	line-height: 180%;
}
/* mobile */
@media screen and (max-width: 767px) {
	.main_wrap_related .col-md-2 a,
	.main_wrap_related .col-md-10{
		text-align: center;
	}
	.main_wrap_related .col-md-10 img{
		margin-bottom: 20px;
	}
	.main_wrap_related .col-md-10 h4,
	.main_wrap_related .col-md-10 p{
		text-align: left;
	}
}


/* contact */
.main_wrap_related .contact_area .area{
	font-size: 15px;
	color: #fff;
	background-color: #23418A;
	text-align: center;
	display: block;
	max-width: 250px;
	padding:5px 0;
}
.main_wrap_related .contact_area .col-md-4{
	padding-bottom: 20px;
}
.main_wrap_related .contact_area .col-md-8{
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","MS PMincho";
	font-size: 19px;
	line-height: 160%;
	text-align: left;
	padding:0 20px 20px 20px;
}

/* pryvacy policy */
.main_wrap_related .sct_related.sct_related_privacy p{
	line-height: 200%;
}

/* links */
.sct_related.sct_related_links .row{
	margin-bottom:15px;
}
.sct_related.sct_related_links .row .col-inner{
	display: flex;
	flex-direction: column; 
	justify-content: center; 
	align-items: center;
	min-height:90px;
}
.sct_related.sct_related_links .row1 img{
	max-width: 170px;
}
.sct_related.sct_related_links .row2 img{
	max-width: 190px;
}
@media screen and (max-width: 767px) {
	.main_wrap_related .contact_area .area{
		max-width: 100%;
	}
	.main_wrap_related .contact_area .col-md-8{
		font-size: 16px;
		padding-left: 0px;
		padding-right: 0px;
	}

	.sct_related.sct_related_links .row .col-inner{
		min-height:40px;
	}
}



/* network ------------------------------*/
#main-visual.mv_tartan {
	background-image: url(../../img/tartan/mv.jpg);
}
#main-visual.mv_tartan .mv_msg{
	color: #fff;
	top:170px;
text-shadow: none;
}
#main_wrap.main_wrap_tartan {
	max-width: 1024px;
	margin: 0 auto;
}
#main_wrap.main_wrap_tartan h2{
	color:#000;
}
.main_wrap_tartan .h2_dotted{
	height: 5px;
	background-image:url(../../img/common/dotted5.jpg);
	background-repeat: repeat-x;
}
.main_wrap_tartan .row_wrap{
	max-width: 1024px;
	margin:0 auto;
}




.main_wrap_tartan .col-md-2,
.main_wrap_tartan .col-md-10 {
	padding:15px 10px;
}
.main_wrap_tartan .col-md-2{
	text-align: center;
}
.main_wrap_tartan .col-md-2 img{
	max-width: 70px;
	margin-bottom: 15px; 
}
.main_wrap_tartan .col-md-2 a{
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	background-color: #F5E8EF;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding: 7px 10px 5px 10px;
}
.main_wrap_tartan .col-md-2 i{
	float: right;
	font-size: 20px;
	position: relative;
	top:-2px;
}
.main_wrap_tartan .col-md-2 img,
.main_wrap_tartan .col-md-10 img {
	width: 100%;
}

.main_wrap_tartan .col-md-10 h3 {
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","MS PMincho";	
	font-size: 28px;
	color:#C10D26;
	line-height: 100%;
	margin-bottom: 20px;
	padding:0 10px;
}
.main_wrap_tartan .col-md-10 .h3_jp{
	font-size: 16px;
	color:#000;
}
.main_wrap_tartan .col-md-10 p{
	text-align: left;
}
.main_wrap_tartan .sct_tartan h4{
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","MS PMincho";
	font-size: 20px;
	text-align: left;
	margin: 20px 0 5px 0 ;
}
.main_wrap_tartan .tartan_dotted{
	height: 5px;
	background-image:url(../../img/common/dotted5.jpg);
	background-repeat: repeat-x;
}
.main_wrap_tartan .h4_under{
	margin-bottom:20px; 
}
.main_wrap_tartan .sct_tartan{
	margin-bottom: 40px;
}
.main_wrap_tartan .contents_wrap{
	padding: 0 15px;
}
.main_wrap_tartan .sct_tartan .tartan_dotted{
	margin-bottom: 20px;
}
.main_wrap_tartan .sct_tartan p{
	line-height: 180%;
}
/* mobile */
@media screen and (max-width: 767px) {
	#main-visual.mv_tartan .mv_msg{
		top: 150px;
	}
	.main_wrap_tartan .col-md-2 a,
	.main_wrap_tartan .col-md-10{
		text-align: center;
	}
	.main_wrap_tartan .col-md-10 img{
		margin-bottom: 20px;
	}
	.main_wrap_tartan .col-md-10 h4,
	.main_wrap_tartan .col-md-10 p{
		text-align: left;
	}
}

.main_wrap_tartan .col-l,
.main_wrap_tartan .col-r{
	padding-right:10px;
	padding-bottom:20px;
}
.main_wrap_tartan .col-l img,
.main_wrap_tartan .col-r img{
	margin-bottom: 5px;
}
/* mobile */
@media screen and (max-width: 767px) {
	.main_wrap_tartan .col-l,
	.main_wrap_tartan .col-r{
		padding-right:0;
	}
}

/* library */
.main_wrap_tartan .sct_tartan_library h4{
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","MS PMincho";
	font-size: 25px;
	color:#C40D23;
	text-align: left;
	margin: 20px 0 5px 0 ;
}
.main_wrap_tartan .sct_tartan_library .h4_under{
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","MS PMincho";
	font-size: 22px;
	margin: 5px 0 20px 0;
}
.main_wrap_tartan .sct_tartan_library .col-md-6{
	padding-bottom:40px;
}
.main_wrap_tartan .sct_tartan_library .col-inner{
	height: 100%;
	background-color: #E5E4EA;
}
.main_wrap_tartan .sct_tartan_library .col-md-6 img{
	margin:0;
}
.main_wrap_tartan .sct_tartan_library .title_jp{
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","MS PMincho";	
	font-size: 16px;
	background-color: #fff;
	padding: 5px 10px;
}
.main_wrap_tartan .sct_tartan_library .text_area{
	padding: 10px;
}
.main_wrap_tartan .sct_tartan_library .text_area h5{
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","MS PMincho";
	font-size: 22px;
	margin-bottom: 10px;
}
.main_wrap_tartan .sct_tartan_library .text_area p{

}