@charset "UTF-8";
/*default style reset---------------------------------------------- */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, li, dl, dt, dd, form, fieldset, legend, hr, span, a, img, strong, em, ins, del, cite, abbr, acronym, sup, sub, dfn, code, var, samp, kbd, address {
	margin: 0;
	padding: 0;
	word-spacing: normal;
	font-family: "Hiragino Kaku Gothic Pro", Osaka, Meiryo,"MS P Gothic", Verdana, sans-serif;
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size:13px;
}
a, a:hover {
	text-decoration: none;
}
/*---------------------------------------------------------------------------- */
body {
    width:100%;
    background-color: #FFF2DA;
}
/*-header------------------------------------ */
header {
    margin:0;
}
.head {
    width:70%;
    margin:0 auto;
    height:80px;
}
.head img {
    max-width:100%;
    height:auto;
    padding-top: 15px;
}
/*-メインイメージ------------------------------ */
.mainimage {
    width:100%;
    position: relative;
}
.mainimage img {
    max-width:100%;
    height:auto;
    position: relative;
}
.mainimage-text1 {
    font-size: 2vw;
    font-weight: bold;
    animation-name: fadein;
    animation-duration: 7s;
    text-align: right;
    position: absolute;
    top: 30%;
    right: 20%;
}
@keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/*-メインバナー--------------------------------- */
.mainbana {
    width:70%;
    z-index: 2;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: auto;
}
.mainbana ul {
    display: flex;
	justify-content: space-around;
}
.mainbana ul li {
    width:24%;
    list-style-type:none;
}
.mainbana ul li img {
    max-width: 100%;
    height: auto;
    box-shadow: 1px 1px 5px #999;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
    -o-box-shadow: 1px 1px 5px #999;
    -ms-box-shadow: 1px 1px 5px #999;
}
.mainbana ul li img:hover {
    box-shadow: 0px 5px 0px #ff0000;
    -moz-box-shadow: 0px 5px 0px #ff0000;
    -webkit-box-shadow: 0px 5px 0px #ff0000;
    -o-box-shadow: 0px 5px 0px #ff0000;
    -ms-box-shadow: 0px 5px 0px #ff0000;
}
/*-メインコンテンツ------------------------------ */
.maincontents01 {
    width:70%;
    margin: 5% auto 30px;
    padding: 30px 0;
    background-color:#fff;
}
.maincontents02 {
    width:70%;
    margin: 0 auto 30px;
    padding: 30px 0;
    background-color:#fff;
}
.maincontents03 {
    width:70%;
    margin: 0 auto 30px;
    padding: 30px 0 0px;
    background-color:#fff;
}
/*---------------------------- */
.introRibon {
    width: 98%;
    height: 40px;
    line-height: 40px;
    padding-left: 2%;
    font-size: 18px;
    margin: 0 0 0 -10px;
    color: #ffffff;
    background-color: #4682b4;
    border: 1px solid #005074;
    position: relative;
}
.introRibon::before {
    display: block;
    width: 10px;
    height: 0px;
    position: absolute;
    bottom: -10px;
    left: -11px;
    content: "";
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgb(0, 80, 116);
}
.labelList {
    padding: 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.labelList li {
    width: 32%;
    list-style-type:none;
    margin-bottom: 10px;
}
.labelList li a {
    display: block;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: left;
    color: #333;
    height: 40px;
    line-height: 40px;
    padding-left: 10%;
}
.labelList li a:hover {
    background-color:#E8961D;
    color:#fff;
}
.labelList li a i {
    padding-right: 10px;
}
/*-全学校検索------------------------------ */
.all_search {
    width: 92%;
    margin: 0 auto;
    padding: 2%;
    background-color: #F4EA4A;
}
.all_search_ttl {
    border-bottom: 1px solid #000;
    padding: 0 0 10px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.select_box {
    display: flex;
	flex-direction: row;
}
.select_box select {
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 40%;
    height: 46px;
    padding: 5px;
}
.btn {
    width: 20%;
}

/*-スライダー------------------------------ */
.slidewrap {
    overflow: hidden;
    margin-top: 25px;
}
.slideList {
    margin: 8px 16px;
}
.slideList li {
    display: block;
    position: relative;
    margin: 0 8px;
}
.slideList li a {
    display: block;
    background-color: #efefef;
}
.slideList li a img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    vertical-align: middle;
}
.reportImageLabel {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 8px;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    text-decoration: none;
}
/*-おすすめ学校一覧--------------------------------- */
.recommended_box {
    padding:2%;
}
.genre_ttl {
    border-bottom: 1px solid #000;
    padding: 0 0 10px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.recommended_sc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
.recommended_sc li {
    list-style-type: none;
    width: 32%;
    margin-bottom: 20px;
}
.reco_sc {
    box-sizing: border-box;
    border-top: 5px solid #4682B4;
    border-left:1px solid #ccc;    
    border-right:1px solid #ccc;    
    border-bottom:1px solid #ccc;
    box-shadow: 1px 1px 5px #999;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
    -o-box-shadow: 1px 1px 5px #999;
    -ms-box-shadow: 1px 1px 5px #999;
    padding:1%;
}
.reco_scname {
    font-size: 1.2vw;
    margin-bottom: 5px;
}
.reco_img {
    margin-bottom: 5px;
    text-align: center;
}
.reco_img img {
    max-width: 100%;
    height: auto;
}
.reco-btn_box {
    margin-bottom: 5px;
}
.reco-btn {
    height: 35px;
    font-size: 1.1vw;
    box-sizing: border-box;
    width: 100%;
    color: #fff;
    margin-bottom: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}
.reco-btn i {
    padding-right:10px;
}
.org {
    background-color:#E8961D;
}
.blu {
    background-color:#4682B4;
}
.reco-btn:hover {
    opacity: 0.7;
}
.reco_txt {
    font-size:12px;
    line-height: 18px;

}
/*-footer-------------------------------- */
footer {
	text-align: center;
	height:50px;
	background-color:#4682B4;
}
.copylight {
	font-size: 14px;
    line-height:50px;
    color:#fff;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (min-width:721px) and (max-width:1200px) {

.mainimage-text1 {
    font-size: 2.2vw;
    top: 20%;
    right: 10%;
}
.head,
.mainbana,
.maincontents01,
.maincontents02,
.maincontents03 {
    width:80%;
}




/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 720px) {

/*-header------------------------------------ */
.head {
    width:90%;
    height:auto;
    text-align: center;
}
.head img {
    max-width:55%;
    height:auto;
    padding: 10px 0 5px;
}
/*-メインイメージ------------------------------ */
.mainimage {
    width:100%;
    position: relative;
}
.mainimage-text1 {
    font-size: 3.5vw;
    top: 25%;
    right: 5%;
}
/*-メインバナー--------------------------------- */
.mainbana {
    width:96%;
    margin:5px auto;
    z-index: 2;
    position: static;
    left: 50%;
    transform: none;
    height: auto;
}
.mainbana ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.mainbana ul li {
    width:49%;
    list-style-type:none;
    text-align: center;
}
/*---------------------------- */
.maincontents01 {
    width:92%;
    margin:0 auto;
    padding: 10px 0;
}
.labelList li {
    width: 49%;
}
.labelList li a {
    padding-left: 3%;
    font-size:11px;
}
.labelList li a:hover {
    background-color:#E8961D;
    color:#fff;
}
.labelList li a i {
    padding-right: 5px;
}
/*-全学校検索------------------------------ */
.all_search_ttl {
    padding: 0 0 5px;
}
.select_box select {
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 40%;
    height: 40px;
}
.btn {
    width: 20%;
    border: 1px solid #ccc;
    font-size: 14px;
    border-radius: 5px;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ddd;
}
/*-スライダー------------------------------ */
.maincontents02 {
    width:92%;
    margin:0 auto;
    padding: 10px 0;
}
.slidewrap {
    margin-top:10px;
}
.slideList {
    margin: 8px 5px;
}
.slideList li {
    margin: 0 4px;
    border: 1px solid #ccc;
}
.slideList li a {
    background-color: #fff;
}
/*-おすすめ学校一覧--------------------------------- */
.maincontents03 {
    width:92%;
    margin:0 auto 15px;
    padding: 10px 0 0;
}
.genre_ttl {
    padding: 0 0 5px;
}
.recommended_sc li {
    list-style-type: none;
    width: 100%;
    margin-bottom: 10px;
}
.reco_scname {
    font-size: 16px;
    font-weight:bold;
    margin-bottom: 5px;
}
.reco_scimgbox {
    display: flex;
	flex-direction: row;
}
.reco_img {
    width:53%;
    margin-right:1%;
    margin-bottom: 0px;
}
.reco-btn_box {
    margin-bottom: 0px;
    width:46%;
}
.reco-btn {
    height: 40px;
    font-size: 12px;
    margin-bottom: 5px;
}
/*-footer-------------------------------- */
.copylight {
	font-size: 12px;
}





/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/