@charset "UTF-8";
/* CSS Document */

.verdana {
  font-family: Verdana;
}
.droid-sans {
  font-family: "Droid Sans";
}
.wf-sawarabimincho {
  font-family: "Sawarabi Mincho";
}
@font-face {
	font-family: 'MyYuGothicM';
	font-weight: normal;
	src: local('YuGothic-Medium'), /* PostScript Name = localの正式な指定方法 */
	local('Yu Gothic Medium'),     /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
	local('YuGothic-Regular');     /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
	font-family: 'MyYuGothicM';
	font-weight: bold;
	src: local('YuGothic-Bold'), /* PostScript Name = localの正式な指定方法 */
	local('Yu Gothic');          /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}

.gothic{
	font-family :
	YuGothic,    /* Mac用 */
	'Yu Gothic', /* Windows用 */
	sans-serif;
}
.mincho{
	font-family :
	YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
}

h1, h2, h3, h4, h5, h6, strong, span, a {
  font-weight: bold;
	font-family :
	YuGothic,    /* Mac用 */
	'Yu Gothic', /* Windows用 */
	sans-serif;
}
p, dl, dt, dd, ol, ul, li, tr, th, td {
  font-weight: normal;
	font-family :
	YuGothic,    /* Mac用 */
	'Yu Gothic', /* Windows用 */
	sans-serif;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
figure, figcaption,
article, section, nav, header, footer {
  margin: 0;
  padding: 0;
}


ul {
  list-style:none;
}

a{
  color: #EC6C1F;
}
a:hover,
a:focus {
  outline:none;
  color: #000000;
  text-decoration:none;
}
/************************************************************** 
【トップページ】 
**************************************************************/ 
/*第一学院より*/
.from_d1_txt_box h2 {
  padding-bottom:12px;
  margin-bottom:18px;
  font-size: 28px;
  line-height:36px;
	font-weight: normal;
	color:#ffffff;
  border-bottom:1px solid #ffffff;
}
.from_d1_txt_box h3 {
  font-size: 18px;
  line-height:30px;
	font-weight: normal;
	color:#ffffff;
}
.from_d1_txt_box p {
  margin-top:5px;
  font-size: 12px;
	font-weight: normal;
	color:#ffffff;
}


/*ニュース*/
.news {
	margin-bottom:20px;
	color: #444;
  letter-spacing: 2px;
	font-size: 42px;
	display: flex;
	align-items: center;
}
.news:before, .news:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
}
.news:before {
	margin-right: .4em;
}
.news:after {
	margin-left: .4em;
}
/************************************************************** 
【他ページ／基本】 
**************************************************************/ 
#cover h1{
	padding:0 0 65px 0;
  font-size: 35px;
  letter-spacing: 2px;
	font-weight: normal;
	color:#000000;
}
#cover h2{
	padding:65px 0 20px 0;
  font-size: 18px;
	font-weight: bold;
	color:#EC6C1F;
}
#cover h3{
	padding:0 0 20px 0;
  font-size: 35px;
  letter-spacing: 2px;
	font-weight: normal;
	color:#000000;
}
#cover h4{
	padding:0 0 65px 0;
  font-size: 21px;
  letter-spacing: 0.1em;
	font-weight: normal;
	color:#000000;
}

#head_txt p{
  font-size: 18px;
  line-height:36px;
  color:#000000;
  letter-spacing: 0.1em;
}

/************************************************************** 
【ホームカミングデー】 
**************************************************************/ 

.h2_center2 {
	text-align:center;
	padding:0 0 40px 0;
}
.home h2 {
  font-size: 28px;
  line-height:28px;
  letter-spacing: 5px;
	font-weight: normal;
	color:#000000;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}


/*以下で線を表示*/
.home h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -30px;/*線の上下位置*/
  display: inline-block;
  width: 60px;/*線の長さ*/
  height: 3px;/*線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #EC6C1F;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}
.home h3 {
  margin:0 0 50px 0;
  font-size: 21px;
  letter-spacing: 1px;
	font-weight: normal;
	color:#EC6C1F;
}

.coming_list h3 {
  margin:0;
  font-size: 21px;
  letter-spacing: 2px;
	font-weight: normal;
	color:#000000;
}
.coming_list h4 {
  margin:10px 0 0 0;
  font-size: 16px;
	font-weight: bold;
	color:#EC6C1F;
}
.coming_list h5 {
  margin:10px 0 0 0;
  font-size: 16px;
  letter-spacing: 2px;
	font-weight: normal;
	color:#000000;
}
.coming_list p {
  margin:5px 0 0 0;
  font-size: 12px;
	font-weight: normal;
	color:#000000;
}

#hokkaido h2 {
  margin:0 0 5px 0;
  padding-bottom: 25px;
  border-bottom:2px solid #EA5541;
  font-size: 28px;
  letter-spacing: 2px;
	font-weight: normal;
	text-align:center;
	color:#EA5541;
}
#kanto h2 {
  margin:100px 0 5px 0;
  padding-bottom: 25px;
  border-bottom:2px solid #E5C600;
  font-size: 28px;
  letter-spacing: 2px;
	font-weight: normal;
	text-align:center;
	color:#E5C600;
}
#chubu h2 {
  margin:100px 0 5px 0;
  padding-bottom: 25px;
  border-bottom:2px solid #718CC7;
  font-size: 28px;
  letter-spacing: 2px;
	font-weight: normal;
	text-align:center;
	color:#718CC7;
}
#kansai h2 {
  margin:100px 0 5px 0;
  padding-bottom: 25px;
  border-bottom:2px solid #8CC63F;
  font-size: 28px;
  letter-spacing: 2px;
	font-weight: normal;
	text-align:center;
	color:#8CC63F;
}
#chugoku h2 {
  margin:100px 0 5px 0;
  padding-bottom: 25px;
  border-bottom:2px solid #FBB03B;
  font-size: 28px;
  letter-spacing: 2px;
	font-weight: normal;
	text-align:center;
	color:#FBB03B;
}
#kyushu h2 {
  margin:100px 0 5px 0;
  padding-bottom: 25px;
  border-bottom:2px solid #12B6BC;
  font-size: 28px;
  letter-spacing: 2px;
	font-weight: normal;
	text-align:center;
	color:#12B6BC;
}
/************************************************************** 
【キャリアサポートセンター】 
**************************************************************/ 
.career h2 {
  margin:0 0 25px 0;
  padding-bottom: 15px;
  border-bottom:1px solid #EC6C1F;
  font-size: 28px;
  letter-spacing: 2px;
	font-weight: normal;
	color:#000000;
}

#counselor h4{
  padding:0 0 15px 0;
  font-size: 21px;
  letter-spacing: 0;
  color:#000000;
}
#counselor  p{
  font-size: 14px;
  line-height:25px;
  color:#000000;
}
#counselor  span{
  font-size: 16px;
  color:#000000;
	font-weight: normal;
}
#counselor h5 {
 margin:20px 0 10px 0;
display:inline-block;
background: #EC6C1F; /*背景色*/
padding: 0.5em;/*文字周りの余白*/
color: white;/*文字を白に*/
border-radius: 0.5em;/*角の丸み*/
}
#counselor  h6{
 margin:20px 0 10px 0;
  font-size: 14px;
  color:#EC6C1F;
  font-weight: bold;
}
.career ul {
    list-style: none;
    padding:0;
    margin:0;
}
.career li { 
	padding-bottom:5px;
    padding-left: 1em; 
    text-indent: -.7em;
}
.career li:before {
    content: "• ";
    color: #EC6C1F;
}
/************************************************************** 
【ヤングアメリカンズ】 
**************************************************************/ 

.h2_center {
	text-align:center;
	padding:0 0 40px 0;
}
.young h2 {
  font-size: 28px;
  line-height:28px;
  letter-spacing: 5px;
	font-weight: normal;
	color:#000000;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}


/*以下で線を表示*/
.young h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -30px;/*線の上下位置*/
  display: inline-block;
  width: 60px;/*線の長さ*/
  height: 3px;/*線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #EC6C1F;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}
.young h5 {
  margin:0;
  padding:0 0 5px 0;
}


.orange_line h3 {
  margin:90px 0 25px 0;
  padding-left: 15px;
  border-left:3px solid #EC6C1F;
  font-size: 20px;
  letter-spacing: 2px;
	font-weight: normal;
	color:#EC6C1F;
}
.orange_line h4 {
  padding:20px 0 20px 0;
  font-size: 28px;
  line-height:28px;
  letter-spacing: 5px;
	font-weight: normal;
	color:#000000;
}
.orange_line p{
  font-size: 16px;
  line-height:28px;
  color:#000000;
}
.table{
  margin:0;
  padding:0;
}
.orange_line2 tr{
  margin:0;
  padding:0;
}
.orange_line2 th{
  margin:0;
  padding:0;
  font-size: 18px;
	font-weight: bold;
  color:#EC6C1F;
}
.orange_line2 td{
  margin:0;
  padding:0;
  font-size: 18px;
  color:#000000;
}


/************************************************************** 
【新着ニュース】 
**************************************************************/ 
.recentArchives h2 {
  margin:0 0 10px 0;
  font-size: 18px;
	font-weight: bold;
  color:#000000;
}
.archives {
  margin:0 0 10px 0;
  font-size: 14px;
	font-weight: normal;
  color:#000000;
}
.sub-title {
  margin:0 0 10px 0;
  font-size: 18px;
	font-weight: normal;
  color:#000000;}
.year-day {
  font-size: 12px;
	font-weight: bold;
	color:#EC6C1F;}
.topics_single p {
  font-size: 14px;
	font-weight: normal;
	color:#000000;}
.media-day {
  font-size: 18px;
	font-weight: bold;
	color:#000000;}
.media-heading {
  font-size: 18px;
	font-weight: normal;
	color:#000000;}
/************************************************************** 
【フッター】 
**************************************************************/ 
footer p {
  font-size:small;
  color: #ffffff;}

#foot_navi {
  font-size: 14px;
  line-height:28px;
	font-weight: normal;
	color:#000000;}


#foot_navi a{
  color: #000000;
	font-weight: normal;
}
#foot_navi a:hover,
#foot_navi a:focus {
  outline:none;
  color: #EC6C1F;
  text-decoration:none;
}


/************************************************************** 
【吹き出し（追加）】 
**************************************************************/ 

.balloon1 {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0 1.5em 15px;
	padding: 17px 20px;
	min-width: 120px;
 	max-width: 100%;
 	color: #555;
	font-size: 16px;
	background: #F2F2F2;
	border-radius: 15px;
}

.balloon1:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
 	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #F2F2F2;
}

.balloon1 p {
	margin: 0;
	padding: 0;
}

.map h6 {
  margin:5px 0 0 0;
  font-size: 13px;
	font-weight: bold;
	color:#000000;
}

.canvas_box2 {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	padding-bottom: 10px;
}