@charset "UTF-8";
/*
Theme Name: Union Theme
Author: unionnet
Author URI: http://unionnet.jp
Version: 1.4
*/
a.p_border_box {
    display: inline-block;
    border: 2px solid #ec6d81;
    padding: 12px 25px;
    font-size: 16px;
    color: #ec6d81;
    font-weight: bold;
    text-align: center;
}
a.p_border_box:hover {
background-color:#ec6d81;
	border: 2px solid #ec6d81;
    color: #fff;
	transition: all 0.2s;
}
/*仕事図鑑*/
.cat_desc {
    margin-bottom: 40px;
}
/*専攻詳細*/
@media only screen and (max-width: 767px){
.course_lower_ttl {
    padding-top: 50%;
}
}
.box_gray {
    background-color: #EEE;
    padding: 25px 25px;
    font-size: 15px;
    border: solid 1px #0096c9;
}
.m-news .post_single .body h2{
color: #2595c9;
    margin-bottom: 15px;
    font-size: 22px;
}
.m-news .post_single .body h3{
border-left: solid 5px #2595c9;
    margin-bottom: 12px;
    margin-top: 40px;
    background-color: #EEE;
    padding: 9px 10px 7px;
}

/*オープンキャンパスページで追従非表示*/
.post-type-archive-opencampus .online a
,.single-opencampus .online a{
	display:none;
}
p.bg_gray_post {
    background-color: #f7f7f7;
    padding: 20px 20px;
    border-radius: 5px;
    border: solid 1px #2595c9;
}
/*ブログ*/
.m-blog .post_single {
    padding-top: 500px;
}
.m-blog .eyecatch {
    max-height: 550px;
}
@media only screen and (max-width: 767px){
.m-blog .post_single .eyecatch {
    max-height: 250px;
	}
.m-blog .post_single {
    padding-top: 210px;
}
}
