@charset "UTF-8";
#spmap {display: none; } 

.mainimage{
	text-align:center;
	padding-top:50px;
	padding-bottom:50px;
}
.mainimage h1{
	margin-bottom:12px;
	color:#FFF;
	font-size:36px;
}
.lesson{background:#66CCCC;}
.entrepreneur{background:#EF8BB6;}
.about{background:#DD5A00;}
.reason{background:#00A8E1;}
.classroom{background:#95358C;}
.news{background:#009966;}
.column{background:#009966;}
.contact{background:#89431C;}
.privacy{background:#89431C;}



.container h2{
  font-size: 32px;
font-style: bold;
font-weight:bold;
  line-height: 1;
  padding-bottom: 30px;
  letter-spacing: 0.05em;
  color:#40220F;
}

.container h3{
  font-size: 24px;
font-weight:bold;
  line-height: 1.6;
  padding-bottom: 20px;
}

.line{
	clear:both;
	height:12px;
	padding:16px 0;
	background-image: url(../images/common/line.png);
	background-repeat: repeat-x;
	background-position: left center;
}

.pink{color:#FF0064;}
.wak{background:#FFF6E3;padding:20px;}
.Lbox{
	float:left;
	width:48%;
	padding:0 1%;
	margin:0 0 20px;
}
.Rbox{
	float:right;
	width:48%;
	padding:0 1%;
	margin:0 0 20px;
}

.box3{
	width:25%;
	float:left;
	margin:0 1% 20px;
	border-radius: 20px;
	padding:3%;
}

.box4{
	width:19%;
	float:left;
	margin:0 1% 20px;
	border-radius: 20px;
	padding:2%;
}

p.copy{
	font-size:24px;
}

.container ul{
	list-style-type: disc;
	margin: 8px 8px 15px 30px;
}
.container ul li{
	list-style-type: disc;
	margin: 8px 0px;
}

.container ol{
	list-style-type: decimal;
	margin: 8px 8px 15px 30px;
}
.container ol li{
	list-style-type: decimal;
	margin: 8px 0px;
}


#about .gray{
	background-color:#EEE;
	padding:30px;
	text-align:center;
}
#about .box3{
	text-align:center;
	background-color:#DD5A00;
	color:#FFF;
}
#about .box3 dt{
	font-size:24px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	margin-bottom:12px;
	font-weight:bold;
}
#about .box3 dd{
	font-size:16px;
	margin-bottom:0;
}

#about .solution{
	text-align:center;
}
#about .solution h2{
	color:#CC0000;
}
#about .solution h3{
	color:#DD5A00;
	padding-top:210px;
}
#about .solution h3.sol01{
	background-image: url(../images/about/solution01.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#about .solution h3.sol02{
	background-image: url(../images/about/solution02.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#about .concept{
	text-align:center;
}

#about .message h2{
	text-align:center;
}
#about .profile h2{
	text-align:center;
}

#about .summary{
	padding:30px 150px;
}
#about .summary h2{
	text-align:center;
}
#about .summary dl{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  letter-spacing: 0.3em;
  margin-bottom:30px;
}
#about .summary dt{
	width:24%;
	padding:1%;
	border-top:1px dotted #999999;
}
#about .summary dd{
	width:72%;
	padding:1%;
	border-top:1px dotted #999999;
}

#about .summary dt:nth-last-child(2),#about .summary dd:last-child{
	border-bottom:1px dotted #999999;
}


#reason .reason01{
	text-align:center;
	padding-bottom:30px;
}

#reason .box3 img{
	display:block;
	text-align:center;
	margin:0 auto 20px;
}
#reason .box3 h3{
	font-size:20px;
	border-bottom:2px solid #00A8E1;
	padding-bottom:10px;
	margin-bottom:10px;
	text-align:center;
}

#reason .voice{
	padding:20px;
	background-color:#FDFCE6;
	margin-bottom:60px;
}
#reason .voice h2{
	text-align:center;
}
#reason .voice .voiceImg{
	float:left;
	width:200px;
	margin-right:20px;
}
#reason .voice .voiceTxt{
	float:left;
	width:780px;
}
#reason .voice dt{
	font-weight:bold;
	border-bottom:1px dotted #999;
	padding:8px;
}
#reason .voice dd{
	padding:8px;
}
#reason .material{
	padding-bottom:30px;
}
#reason .material h2{
	text-align:center;
}
#reason .material p.step{
	font-size:1.4em;
	color:#00A8E1;
	font-weight:bold;
}
#reason .material .box3{
	text-align:center;
	background-color:#00A8E1;
	color:#FFF;
}
#reason .material .box3 dt{
	font-size:20px;
	margin-bottom:12px;
	font-weight:bold;
	color:#FFF;
	border:none;
}
#reason .material .box3 dd{
	font-size:16px;
	margin-bottom:0;
	color:#FFF;
}

#reason .material dt{
	color:#00A8E1;
	font-weight:bold;
	padding:6px;
	border-bottom:1px dotted #333;
	margin-bottom:12px;
}
#reason .material dd{
	margin-bottom:20px;
	padding:6px;
}


#classroom dl.classList dt{
	font-weight:bold;
	font-size:18px;
	border-bottom:1px dotted #333;
	margin-bottom:12px;
	background: url(../images/classroom/list.png) no-repeat left center;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 24px;
cursor : pointer;
}
#classroom dd{
	margin-bottom:20px;
	padding:6px;
}

#column ul.column_cate{
	margin:0 0 20px;
	list-style-type: none;
	padding:0px 0 30px;
}
#column ul.column_cate li{
	list-style-type: none;
}
#column ul.column_cate li a{
	display:block;
	width:45%;
	margin:0 1% 10px;
	padding:1%;
	text-align:center;
	float:left;
	border:1px solid #009966;
	font-weight:bold;
}

#column .columnBox{
	padding:20px 0;
    clear:both;
}
#column .columnBox .columnImg{
	float:left;
	width:400px;
	margin-right:30px;
	text-align:center;
}
#column .columnBox .columnTxt{
	float:left;
	width:570px;
}
#column .columnBox h2{
	text-align:left;
	font-size:24px;
}
#column p.meta{
	border-top:1px solid #009966;
	border-bottom:1px solid #009966;
	padding:2px 4px;
}

p.date{
	font-size:12px;
	color:#666;
	text-align:right;
}

.navigation .alignleft a{
	float:left;
	background-color:#009966;
	color:#FFF;
	padding:10px;
	display:block;
}

.navigation .alignright a{
	float:right;
	background-color:#009966;
	color:#FFF;
	padding:10px;
	display:block;
}


#contact a.mail{
	background-image: url(../images/contact/ic_mail.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 60px;
}


#news dl{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  letter-spacing: 0.3em;
  margin-bottom:30px;
}
#news dt{
	width:24%;
	padding:1%;
	border-bottom:1px dotted #999999;
	font-weight:bold;
}
#news dd{
	width:72%;
	padding:1%;
	border-bottom:1px dotted #999999;
}


@media (max-width: 820px) {

.map {display: none; } 
#spmap {display: block; } 
#spmap a {
	display: block;
	border: solid 1px #ccc;
	border-radius: 8px;
	margin: 0.5rem;
	padding: 0.2rem;
}

.mainimage h1{
	font-size:28px;
}
.container h2{
  font-size: 22px;
  line-height: 1.6;
}

.container h3{
  font-size: 20px;
}
p.copy{
	font-size:18px;
}

.Lbox{
	width:96%;
	float:none;
	padding:0 1%;
	margin:0 auto 20px;
}
.Rbox{
	width:96%;
	float:none;
	padding:0 1%;
	margin:0 auto 20px;
}

.box3{
	background-color:#FFF;
	width:96%;
	float:none;
	margin:0 auto 20px;
	border-radius: 20px;
	padding:10px;
}

.box4{
	background-color:#FFF;
	width:96%;
	float:none;
	margin:0 auto 20px;
	border-radius: 20px;
	padding:10px;
}

#about h2 strong{
  display:block;
}

#about .concept{
	text-align:left;
}
#about .concept h2{
	text-align:center;
}


#about .summary{
	padding:20px 0px;
}

#about .summary dl{
  display: block;
}
#about .summary dt{
	width:98%;
	padding:1%;
	border-top:1px dotted #999999;
}
#about .summary dd{
	width:98%;
	padding:1%;
	border-top:none;
	margin-bottom:16px;
}
#about .summary dt:nth-last-child(2){
	border-bottom:none;
}
#about .solution{
	text-align:left;
}
#about .solution h2{
	text-align:center;
}

.reason h1 strong{
  display: block;
}

#reason .voice .voiceImg{
	float:none;
	width:98%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	text-align:center;
}
#reason .voice .voiceTxt{
	float:none;
	width:98%;
	margin:0 auto 20px;
}

#column .columnBox .columnImg{
	float:none;
	width:96%;
	margin:0 auto 20px;
}
#column .columnBox .columnTxt{
	float:none;
	width:96%;
	margin:0 auto 20px;
}
#column .columnBox h2{
	font-size:20px;
}
.navigation .alignleft a{
	float:left;
	background-color:#009966;
	color:#FFF;
	padding:10px;
	display:block;
}

.navigation .alignright a{
	float:right;
	background-color:#009966;
	color:#FFF;
	padding:10px;
	display:block;
}

#contact p.copy{
	margin-top:60px;
	text-align:center;
}
#contact a.mail{
	background-image: url(../images/contact/ic_mail.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0px;
	text-align:center;
}

#news dl{
  display: block;
}
#news dt{
	width:98%;
	padding:1%;
	border-bottom:none;
}
#news dd{
	width:98%;
	padding:1%;
	border-bottom:1px dotted #999999;
	margin-bottom:16px;
}

}

#entrepreneur p.copy strong{
  font-weight:normal;
}

#entrepreneur .enter01{
	text-align:center;
	padding-bottom:30px;
}
#entrepreneur .box3 img{
	display:block;
	text-align:center;
	margin:0 auto 20px;
}
#entrepreneur .box3 h3,#entrepreneur .box4 h3{
	font-size:20px;
	border-bottom:2px solid #EF8BB6;
	padding-bottom:10px;
	margin-bottom:10px;
	text-align:center;
}

#entrepreneur .course{
	text-align:left;
	padding-bottom:30px;
}
#entrepreneur .course h2{
	text-align:center;
}
#entrepreneur .course .box4 h3{
	text-align:left;
}
#entrepreneur .course .list h3{
	background-color:#EF8BB6;
	color:#FFF;
	padding:10px;
	margin-bottom:16px;
}
#entrepreneur .course dl.courseList{
	margin-bottom:20px;
}
#entrepreneur .course dl.courseList dt{
	font-size:24px;
}
#entrepreneur .course dl.courseList dt::before {
	content: "♪";
	white-space: pre;
}
#entrepreneur .course dl.courseList dd{
	margin-bottom:20px;
	padding-left:20px;
}

#course .detail {
	padding-top:20px;
}
#course .detail h3{
	border-bottom:1px dotted #333;
	padding:10px;
	margin-bottom:20px;
}
#course .detail h4{
	background-color:#009966;
	color:#FFF;
	padding:10px;
}
#course .detail p{
	padding:10px;
}

#list{
	padding-bottom:30px;
}
#list h2{
	text-align:center;
}
#list h3{
	padding:10px;
	margin-bottom:16px;
	border-bottom:1px dotted #333;
}

#list table{
	width:100%;
	margin-bottom:30px;
}
#list table th{
	font-weight:bold;
	text-align:center;
}
#list p.bt a{
	display:block;
	font-size:20px;
	width:300px;
	padding:16px;
	color:#FFF;
	background-color:#EF8BB6;
}
@media (max-width: 750px) {
.entrepreneur h1 strong{
  display: block;
}
#entrepreneur h2 strong{
  display:block;
}
#entrepreneur p.copy strong{
  display:block;
}

#entrepreneur .course dl.courseList dt{
	font-size:20px;
}
#list p.bt a{
	width:90%;
}
}

#contact table{
}
#contact table{
width: 100%;margin:0 auto 20px;
}
#contact table th{
	width:20%;
}
@media (max-width: 750px) {
#contact table{
width: 95%; border:none; padding: 10px;margin:0 auto 20px;
}

#contact table tr{
    display: block;
    margin-bottom: 10px;}
#contact table th{
    display: block;
	width: 92%;
    padding: 6px 4%; text-align:center;}
#contact table td{
    display: block;
	width: 92%;
    padding: 6px 4%; text-align:center;}
#contact table td.inp01 input{
	width:90%;
}
}