@charset "utf-8";
@import url("/css/osusume.css");
/* ------------------------------------------------------------------------ */

/*  reset

/* ------------------------------------------------------------------------ */

html {
  overflow-y: scroll;
  height: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote {
  margin: 0;
  padding: 0;
}

fieldset {
  display: inline;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body

/**/

q:before,
q:after {
  content: '';
}

object,
embed {
  vertical-align: top;
}

hr,
legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

/* ------------------------------------------------------------------------ */
body {
  background-image: url(/image_cmn/bg_wrapper.png) !important;
  background-repeat: repeat-y !important;
  background-position: center center !important;
  color: #000;
  min-width: 1000px;
}

img {
  vertical-align: bottom;
}


/*---------------------------------------
	全体レイアウト修正CSS　
---------------------------------------*/
#content {
  width: 1000px;
  margin: 0 auto;
  padding: 15px 0 0 0;
  text-align: left;
}

#content #main {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  width: 645px;
}

/*-- 検索下矢印 ------------*/
.arrow_flow {
  text-align: center;
  margin: 25px 0;
}

/* ------------------------------------------------------------------------ */

/* main

/* ------------------------------------------------------------------------ */

#main .box_top {
  background: #faeeff;
  border: #b9b9b9 1px solid;
  overflow: hidden;
}

#main .box_top .title {
  float: left;
  display: inline;
}

#main .box_top .txt {
  margin: 7px 0 0 8px;
  display: inline;
  font-weight: 600;
  float: left;
}

/*tabBloak*/
#main .tabBloak .tab {
  overflow: hidden;
  clear: both;
}

#main .tabBloak .tab01 {
  border-bottom: #8a3fae 3px solid;
}

#main .tabBloak .tab02 {
  border-bottom: #73c13d 3px solid;
}

#main .tabBloak .tab03 {
  border-bottom: #21b3b9 3px solid;
}

#main .tabBloak .tab04 {
  border-bottom: #ef5b69 3px solid;
}

#main .tabBloak .tab li {
  width: 130px;
  height: 35px;
  overflow: hidden;
  float: left;
  margin-right: 5px;
}

#main .tabBloak .tab li a{
  border-radius: 5px 5px 0 0;
  display: block;
  min-height: 27px;
  margin-top: 8px;
  text-align: center;
  opacity: 0.5;
  padding: 0;
  vertical-align: middle;
  width: 100%;
}

#main .tabBloak .tab li a:hover{
  opacity: 1;
}

#main .tabBloak .tab li.first_tab {
  width: 239px;
}

#main .tabBloak .tab.tab01 li.first_tab a,
#main .tabBloak .tab.tab02 li:nth-child(2) a,
#main .tabBloak .tab.tab03 li:nth-child(3) a,
#main .tabBloak .tab.tab04 li:nth-child(4) a {
  height: 35px;
  margin-top: 0;
  opacity: 1;
  padding: 5px 0 0;
}

#main .tabBloak .tab li.first_tab a{
  background-image: linear-gradient( 0deg, rgb(139,65,176) 0%, rgb(166,108,193) 100%);
}

#main .tabBloak .tab li:nth-child(2) a{
  background-image: linear-gradient( 0deg, rgb(117,194,64) 0%, rgb(151,208,111) 100%);
}

#main .tabBloak .tab li:nth-child(3) a{
  background-image: linear-gradient( 0deg, rgb(38,181,187) 0%, rgb(89,198,203) 100%);
}

#main .tabBloak .tab li:nth-child(4) a{
  background-image: linear-gradient( 0deg, rgb(244,132,144) 0%, rgb(239,94,107) 100%);
}

#main .tab_box {
  overflow: hidden;
  clear: both;
  border: #cbccc7 solid 1px;
  padding-top: 10px;
  clear: both;
}

#main .college_box01 {
  margin-top: 25px;
  padding-bottom: 18px;
  overflow: hidden;
  clear: both;
}

#main .college_box01 dl {
  margin: 15px 0 0 3px;
  float: none;
  clear: both;
  overflow: hidden;
}

#main .college_box01 dl dt {
  float: left;
  margin: 0px 10px 0 0;
}

#main .college_box01 dl dd {
  border-right: 1px solid #a0a0a0;
  font-size: 17px;
  float: left;
  text-align: left;
  height: 17px;
  padding-right: 4px;
  margin: 5px 5px 0 0;
}

#main .college_box01 dl .last {
  background: none;
  float: none;
  padding-right: 0;
  margin-right: 0;
  height: 40px;
  border: none;
  margin: 5px 0 0 0;
}


/* 50音 */
#main .college_box02 > .inner {
  border: 1px solid #609;
}

/*---------------------------------------
  施設名から探す
---------------------------------------*/
#search_04 > .inner {
  border: 1px solid #8a3fae;
  overflow: hidden;
  position: relative;
  width: 642px;

}
#search_04 > h3 {
  background-color: #8a3fae;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3.2px;
  padding: 5px 17px 5px;
}

#search_04 .searchbox {
  box-sizing: border-box;
  padding: 15px 45px;
}

#search_04 .searchbox form {
  display: flex;
}

#search_04 .searchbox input[type="text"] {
  appearance: none;
  border: 2px solid #0f7dee;
  border-right: 2px solid #fff;
  border-radius: 5px 0 0 5px;
  font-size: 20px;
  height: 40px;
  margin: 0;
  padding: 0 15px;
  width: 460px;
}

#search_04 .searchbox input[type="text"]::-webkit-input-placeholder {
  color: #b5b5b5;
  font-size: .8em;
}

#search_04 .searchbox input[type="text"]::-moz-placeholder {
  color: #b5b5b5;
  opacity: 1;
}

#search_04 .searchbox input[type="text"]:-ms-input-placeholder {
  color: #b5b5b5;
}

#search_04 .searchbox input[type="submit"] {
  background: url(../image/icon_keyword_search.png) no-repeat scroll 10px center;
  background-size: 20px 20px;
  background-color: #0168b7;
  border: 2px solid #003366;
  border-radius:  0 5px 5px 0 ;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  margin-left: -1px;
  letter-spacing: 5px;
  padding-left: 38px;
  width: 92px;
}

#search_04 .searchbox input[type="submit"]:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7 !important;
}

#search_04 .searchbox input[type="image"] {
  cursor: pointer;
  vertical-align: top;
  float: right;
  margin-top: 1px;
}

#search_04 .searchbox input[type="image"]:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7 !important;
}




/* 入力して探す */
#main .college_box03 .search_box_wrap {
  padding: 30px;
  border: 1px solid #609;
}

#main .college_box03 .search_box {
  position: relative;
  text-align: left;
}

#main .college_box03 form #kw {
  width: 410px;
  height: 26px;
  font-size: 22px;
  vertical-align: top;
  border: 2px solid #2573BD;
  padding: 7px 15px;
  margin: 0;
  line-height: 26px;
  -webkit-appearance: none;
  border-radius: 0;
}

#main .college_box03 form #kw::-webkit-input-placeholder {
  color: #8DB4D8;
}

#main .college_box03 form #kw::-moz-placeholder {
  color: #8DB4D8;
  opacity: 1;
}

#main .college_box03 form #kw:-ms-input-placeholder {
  color: #8DB4D8;
}

#main .college_box03 form .btn {
  position: absolute;
  top: 2px;
  left: 460px;
  width: 120px;
  height: 40px;
  cursor: pointer;
}

#main .college_box03 form .btn:hover {
  opacity: 0.7 !important;
}

#main .college_box04 {
  margin-top: 20px;
}

#main .college_box04 h2 {
  background: url(/college/image/h2_004.jpg) no-repeat 0 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: normal;
  height: 36px;
  padding: 8px 0 0 0;
}

#main .college_box04 h2 .left_icon {
  background: url(/college/image/icon_004.png) no-repeat left center;
  padding-left: 30px;
}

#main .college_box04 h2 .right_icon {
  background: url(/college/image/icon_004.png) no-repeat right center;
  padding-right: 30px;
}

#main .college_box04 .contents {
  height: 90px;
  border: #d24672 3px solid;
  border-top: 0px;
}

#main .college_box04 .box {
  width: 312px;
  float: left;
  overflow: hidden;
  margin: 10px 0px 0 0px;
}

#main .college_box04 .boxL {
  background: url(/college/image/border_002.gif) repeat-y right center;
  margin-left: 8px;
}

#main .college_box04 .box .btn {
  margin: 10px 0 0 0;
  overflow: hidden;
}

#main .college_box04 .box .btn div {
  float: left;
  margin-right: 7px;
}

#main .college_box05 {
  margin: 40px 0 0 0;
}

#main .college_box05 .list_box {
  overflow: hidden;
  padding-bottom: 10px;
  margin-top: 5px;
}

#main .college_box05 .list_box ul {
  margin: 0 0 0 10px;
}

#main .college_box05 .list_box ul li {
  float: left;
  width: 140px;
  text-align: left;
  margin: 6px 0;
  background: url(/college/image/icon_001.gif) no-repeat 0 4px;
  padding-left: 10px;
}

#main .college_box06 {
  background: #f6edfb;
  border: #cbb8d4 2px solid;
  padding: 10px;
  margin-top: 40px;
}

#main .college_box06 .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

#main .college_box06 .title h2 {
  font-weight: normal;
  background: url(/college/image/icon_002.jpg) no-repeat 0 5px;
  padding-left: 30px;
}

#main .college_box06 .title h2 span {
  font-size: 24px;
}

#main .college_box06 ul {
  background-color: #ffffff;
  border: #d2dded 1px solid;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#main .college_box06 ul li {
  background: url(/college/image/icon_001.gif) no-repeat center left;
  padding-left: 10px;
  text-align: left;
  margin-left: 24px;
}

#main .college_box06 ul li:first-of-type {
  margin-left: 0;
}

#main .college_box07 {
  clear: both;
  overflow: hidden;
  background: #f6edfb;
  border: #cbb8d4 2px solid;
  margin-top: 30px;
}

#main .college_box07 h2 {
  float: left;
  font-weight: 600;
  margin: 10px 0 0 0;
  margin: 15px 0 15px 10px;
}

#main .college_box07 ul {
  overflow: hidden;
  width: 610px;
  background-color: #ffffff;
  margin: 0 auto 10px;
  border: #d2dded 1px solid;
  padding: 0 0 10px 10px;
  clear: both;
}

#main .college_box07 ul li {
  float: left;
  background: url(/college/image/icon_001.gif) no-repeat 0 14px;
  padding: 10px 0 0 10px;
  width: 290px;
  text-align: left;
}

#main .college_box08 {
  overflow: hidden;
  clear: both;
}


#main .college_box08 .ttl_icn {
  background: url(/college/image/icon_003.gif) no-repeat center left;
  text-align: left;
  padding: 5px 0 2px 15px;
  margin: 10px 0 0 5px;
}

#main .college_box08 .list_box {
  border-bottom: #727272 dashed 1px;
  overflow: hidden;
  padding-bottom: 10px;
  margin-top: 5px;
}

#main .college_box08 .list_box ul {
  margin: 0 0 0 10px;
}

#main .college_box08 .list_box ul li {
  float: left;
  width: 305px;
  text-align: left;
  margin: 6px 0;
  background: url(/college/image/icon_001.gif) no-repeat 0 9px;
  padding-left: 10px;
}

/*----------------------
	お役立ち関連情報
----------------------*/
section.college_box08 figure {
  margin-bottom: 15px;
}

/*--------------------------------
 施設写真／動画コンテストバナー
--------------------------------*/
figure.bnr_campmcon {
  clear: both;
  margin: 0 auto;
  padding: 12px 0 2px;
  text-align: center;
  width: 600px;
}

figure.bnr_campmcon img {
  margin: 0 0 7px;
}

/* ---------------------------------------
 Header修正 20150401追記
---------------------------------------- */
/*---------------------------------------------
	header
----------------------------------------------*/
.cate_head_top {
  background: #f75586;
  color: #fff;
  height: 25px;
  width: 100%;
}

.cate_head_top_inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  width: 1000px;
}

.cate_head_top_inner .right {
  position: relative;
}

.cate_head_top_inner a {
  color: #fff;
}

.cate_head_top_inner a:after {
  bottom: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 6px;
  left: -15px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 6px;
}

#main_img_area .header_logo {
  left: 30px;
  position: absolute;
  top: 25px;
  z-index: 1;
}

#main_img_area {
  height: 400px;
  margin: 0 auto 15px;
  overflow: hidden;
  position: relative;
  width: 1000px;
}

#top_slide_image {
  clear: both;
  position: relative;
  width: 1000px;
  z-index: 0;
}

#top_slide_image li {
  float: left;
}

#top_slide_image.crossfadeVerticalHorizon li:nth-child(1) img,
#top_slide_image.crossfadeVerticalHorizon li:nth-child(5) img {
  animation-name: slider-verticalReverse;
  transform: translateY(0);
}
#top_slide_image.crossfadeVerticalHorizon li:nth-child(4) img {
  animation-name: slider-horizonReverse-01;
  transform: translateX(0);
}

#count {
  bottom: 10px;
  left: 24px;
  width: 235px;
  height: 91px;
  background: url(../image/bg_appearcount.png) no-repeat left top;
  line-height: 53px;
  position: absolute;
  z-index: 1;
  font-weight: 800;
}

.locate_gps { z-index: 99; }
.btn_gps_b { bottom: 15px; }

#appearcount{
	margin: 34px 0 0 0;
	color: #444;
}

#appearcount span {
  font-size: 24px;
}

#count a {
   color: #444;
   display: block;
}

#count:hover {
    opacity: .7;
}

.ttl_top_subtxt {
  background: #fff;
  border: 2px solid #4780fe;
  color: #4780fe;
  font-size: 30px;
  font-weight: normal;
  left: 20px;
  outline: 5px solid #fff;
  padding: 10px 25px;
  position: absolute;
  top: 25px;
  text-align: center;
  z-index: 1;
}

p#lead_college {
  margin: 20px;
  text-align: left;
  line-height: 1.6em;
}

#main .college_box01 p.btn_list {
  font-size: 17px;
  text-align: left;
  margin: 18px 0 4px 103px;
}

#main .college_box01 p.btn_list a {
  padding: 0 0 0 20px;
  background: url(../image/arw_list.png) no-repeat left top;
}

/*---------------------------------------------
 #search_free_word
----------------------------------------------*/
#search_free_word {
  width: 644px;
  margin: 18px 0 18px 0;
  padding: 0 0 22px 0;
  overflow: hidden;
  border: 1px solid #d12e2e;
}

#search_free_word h3 {
  margin: 0 0 22px 0;
  text-align: left;
}

#search_free_word li {
  list-style: inside disc;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}

.keyword_free_l {
  width: 549px;
  margin: 15px auto 0;
  text-align: left;
}

#search_free_word li.keyword_free_l span {
  display: inline-block;
  vertical-align: middle;
  width: 380px;
  padding-right: 20px;
}

#search_free_word li.keyword_free_l a {
  display: inline-block;
  vertical-align: middle;
}

#search_free_word li.list_hr {
  list-style: none;
}

#search_free_word li.list_hr hr {
  border: none;
  border-top: 1px dashed #999;
  display: inherit;
  margin: 0;
}

/* ---------------------------------------
 search_area
---------------------------------------- */
#tab_contents {
  margin-top: 20px;
  width: 644px;
}

section#search_area {
  margin: 25px auto 0;
}

section#search_area .line_box {
  background: transparent url(/college/image/bg_search_area.png) no-repeat 545px 195px;
}

/*  地域別ランキングボタン */
#search_area #btn_point_list li span {
  background: url("../image/btn_point_list_gr.png") no-repeat 0 0;
}

#search_area #btn_point_list .access a {
  background: url("../image/btn_point_list_access.png") no-repeat 0 0;
}

#search_area #btn_point_list .popular a {
  background: url("../image/btn_point_list_popular.png") no-repeat 0 0;
}

#search_area .area_name_box {
  position: relative;
  margin: 0 auto 11px;
  padding: 0;
  width: 620px;
  height: 563px;
  background: url(../image/search_area/map.png) no-repeat 0 0;
}

section#search_area .area_name {
  position: absolute;
}

section#search_area .area_name.i01 {
  top: 98px;
  left: 434px;
}

section#search_area .area_name.i02 {
  top: 5px;
  left: 323px;
}

section#search_area .area_name.i03 {
  top: 185px;
  left: 482px;
}

section#search_area .area_name.i04 {
  top: 5px;
  left: 218px;
}

section#search_area .area_name.i05 {
  top: 365px;
  left: 482px;
}

section#search_area .area_name.i06 {
  top: 365px;
  left: 325px;
}

section#search_area .area_name.i07 {
  top: 5px;
  left: 63px;
}

section#search_area .area_name.i08 {
  top: 365px;
  left: 218px;
}

section#search_area .area_name.i09 {
  top: 185px;
  left: 63px;
}

section#search_area .area_name.i10 {
  top: 365px;
  left: 63px;
}

section#search_area .area_name img {
  vertical-align: top;
  width: auto;
  height: 17px;
}

section#search_area .area_name.i01 img {
  display: none;
}

section#search_area .area_name:not(.i10) img {
  padding-left: 19px;
}

section#search_area .prefs {
  overflow: hidden;
  position: absolute;
  width: 100px;
}

section#search_area .prefs.cols {
  width: 200px;
}

section#search_area .prefs > li {
  float: left;
  margin: 0 6px 6px 0;
}

section#search_area .prefs.i01 {
  top: 117px;
  left: 430px;
}

section#search_area .prefs.i02 {
  top: 29px;
  left: 321px;
}

section#search_area .prefs.i03 {
  top: 208px;
  left: 429px;
}

section#search_area .prefs.i04 {
  top: 29px;
  left: 212px;
}

section#search_area .prefs.i05 {
  top: 387px;
  left: 429px;
}

section#search_area .prefs.i06 {
  top: 387px;
  left: 321px;
}

section#search_area .prefs.i07 {
  top: 29px;
  left: 7px;
}

section#search_area .prefs.i08 {
  top: 387px;
  left: 212px;
}

section#search_area .prefs.i09 {
  top: 208px;
  left: 7px;
}

section#search_area .prefs.i10 {
  top: 387px;
  left: 7px;
}

section#search_area .prefs > li a {
  display: block;
  background: transparent url(../image/search_area/search_01_bg_btn.png) no-repeat scroll 0 0;
  width: 90px;
  height: 38px;
  text-align: center;
}

section#search_area .prefs > li a:hover {
  background-position: 0 -50px;
}

section#search_area .prefs > li a img {
  padding: 9px 0 0 7px;
  height: 18px;
}

section#search_area .prefs > li.text3 a img {
  padding-left: 12px;
}

section#search_area .prefs > li.btn_gr {
  display: block;
  background: transparent url(../image/search_area/search_01_btn_gr.png) no-repeat scroll 0 0;
  width: 90px;
  height: 38px;
  text-align: center;
}

section#search_area .prefs > li.btn_gr img {
  opacity: 0.5;
  margin: 9px 0 0 7px;
}

/* ↓ お役立ちコンテンツ仕様 追記 ↓ */

.college_box h2.ttl_useful2 {
  background: url(../image/h2_007.jpg) no-repeat center top;
  margin: 0 -10px 0 -10px;
  display: block;
  height: 40px;
}

.college_box .useful2 h4 {
  background: url(../image/useful2_bnr01.png) no-repeat center left !important;
  width: 624px;
  height: 52px;
  text-align: left;
  color: #FFFFFF;
  line-height: 45px;
  padding: 15px 0 2px 35px !important;
  margin: 10px 0 0 5px;
}

.college_box .useful2 .list_box {
  border-bottom: none !important;
}

.college_box .useful2 .list_box ul li {
  width: 295px !important;
  background: url(../image/useful2_ico.gif) no-repeat center left !important;
  padding-left: 20px !important;
}

/* ↑ お役立ちコンテンツ仕様 追記 ↑ */

/*-------------------------------------
 関連カテゴリ検索 mod_relation_cate
-------------------------------------*/
.mod_relation_cate .bc159 {
  display: none;
}

/*--メディアクエリ--*/
@media screen and (max-device-width: 1024px) {
  .ttl_top_subtxt {
    left: 30px;
    padding: 8px 25px;
  }

  #main .college_box01 dl dd {
    padding-right: 6px;
    margin: 5px 7px 0 0;
  }

  #main .college_box01 dl dd a {
    display: block;
    margin: -4px 0 0 0;
  }

  #main .college_box03 form #kw::-webkit-input-placeholder {
    line-height: 30px;
  }
}

/*-------------------------------------
 左カラム上部 バナーリスト
-------------------------------------*/
.mod_bnrlist {
  margin-top: 20px;
}

.mod_bnrlist_list > li {
  margin-top: 10px;
}

.mod_bnrlist_item .mod_bnrlist_item_image {
  display: block;
}

.mod_bnrlist_item .mod_bnrlist_item_image > img {
  width: 100%;
  height: auto;
}

.mod_bnrlist_item .mod_bnrlist_item_desc {
  margin: 8px auto 0;
  text-align: center;
}

/* glossary */
.glossary_box {
  margin-top: 34px;
}
.glossary_box h2:before {
  background-position: 6px 42px;
}
.glossary_box > p {
	font-size: 15px;
	letter-spacing: 1.4px;
	margin: 22px 14px 10px;
}
.glossary_box h2 img {
  margin-left: 8px;
}
.glossary_box h3 {
  position: relative;
}
.glossary_box h3:after {
	background: url(../image/img-glossary-college.png) no-repeat;
  content: "";
  height: 48px;
  right: -3px;
  position: absolute;
  top: 0;
  width: 169px;
}

.ttl_srch_area {
  background: #8a3fae;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3.2px;
  padding: 5px 17px 5px;
}

#search_area.is_tab02 .ttl_srch_area {
  background: #73c13d;
}

#search_area.is_tab03 .ttl_srch_area {
  background: #21b3b9;
}

#search_area.is_tab04 .ttl_srch_area {
  background: #ef5b69;
}

/* tab: 2 button */
#search_area[class*="is_tab"]:not(.is_tab01) .line_box {
  background-position: 545px calc(105px + 64px);
}

.detail_article_full {
  overflow: hidden;
}