@charset "utf-8";
/* CSS Document */
.pageTop.co {
  background: url("/college/images/top_ver2.jpg") no-repeat left top;
}
.pageTop.co h2 {
  width: auto;
  font-family: 'M PLUS 1 Code', sans-serif;
  font-size: 40px;
  color: #ff4a5f;
  line-height: 1.0em;
  font-weight: 700;
  text-align: center;
  text-shadow: #ffffff 3px 3px;
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
.contents-link {
  width: calc(100% - 40px);
  margin-bottom: 20px;
}
.contents-link ul {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  justify-content: space-around;
}
.contents-link li {
  width: 210px;
  height: 40px;
  margin-bottom: 10px;
}
.contents-link input {
  display: none;
}
.contents-link div {
  background-color: #F5F5F5;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.contents-link svg {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.contents-link label {
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 14px;
  color: #999999;
  line-height: 40px;
  text-align: center;
}
.contents-link label:hover {
  cursor: pointer;
}
.contents-link label span {
  font-size: 12px;
}
.contents-link input:checked ~ div {
  background-color: #DCF3FF;
}
.contents-link input:checked ~ div label {
  color: #484848;
}
/**/
.titleBox {
  border-bottom: 3px solid #cccccc;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.titleBox svg {
  width: 26px;
  height: 26px;
  margin-right: 5px;
  flex-shrink: 0;
}
.titleBox h2 {
  font-family: 'Kosugi', sans-serif;
  font-size: 24px;
  color: #333333;
  line-height: 1;
  position: relative;
}
.titleBox h2::after {
  content: "";
  position: absolute;
  bottom: -8.5px;
  width: calc(100% + 31px);
  border-bottom: 3px solid #0093E5;
  left: -31px;
} /*
.contentsRightBox ul.exam li {
  background-image: url(/images_ver3/line.gif);
  background-repeat: repeat-x;
  padding: 0 15px 15px;
  margin-top: 15px;
  background-position: 0px bottom;
  text-align: center;
}*/
/*  学校検索 */
/*.searchSchool {
  position: relative;
  margin-bottom: 20px;
}
.searchSchool section {
  margin-bottom: 45px;
}*/
/*  エリア  */
.mapBox {
  width: 710px;
}
#contents-area li a {
  color: #1BA3E9;
}
#contents-area li a:hover {
  color: #FF9900;
}
#contents-study input, #contents-shigoto input, #contents-license input {
  display: none;
}
#contents-study ul, #contents-shigoto ul, #contents-license ul, #contents-chara ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
#contents-study ul li {
  -webkit-width: calc((100% - 18px) / 4);
  -moz-width: calc((100% - 18px) / 4);
  width: calc((100% - 18px) / 4);
  margin-bottom: 6px;
  margin-right: 6px;
  position: relative;
}
#contents-shigoto ul li, #contents-license ul li, #contents-chara ul li {
  -moz-width: calc((100% - 80px) / 3);
  -webkit-width: calc((100% - 80px) / 3);
  width: calc((100% - 80px) / 3);
  margin-bottom: 6px;
  margin-right: 40px;
  position: relative;
  display: flex;
  align-items: stretch;
}
#contents-study ul li:nth-child(4n), #contents-shigoto ul li:nth-child(3n), #contents-license ul li:nth-child(3n), #contents-chara ul li:nth-child(3n) {
  margin-right: 0;
}
#contents-study ul li label, #contents-shigoto ul li label, #contents-license ul li label, #contents-chara ul li a {
  width: 100%;
  background: url("/college/images/back-open.svg") no-repeat top 50% right 15px;
  -moz-background-size: 10px 10px;
  -webkit-background-size: 10px 10px;
  background-size: 10px 10px;
  border: #1ba3e9 solid 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 14px;
  color: #484848;
  line-height: 1;
  text-align: center;
  padding: 20px 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contents-chara ul li a {
  background: url("/college/images/back-nextlink.svg") no-repeat top 50% right 15px;
  -moz-background-size: 8.03px 13px;
  -webkit-background-size: 8.03px 13px;
  background-size: 8.03px 13px;
}
#contents-shigoto ul li label, #contents-license ul li label {
  padding: 20px 25px 20px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#contents-study ul li label svg, #contents-shigoto ul li label svg, #contents-license ul li label svg, #contents-chara ul li a svg {
  width: 21px;
  height: 21px;
  margin-right: 5px;
  flex-shrink: 0;
}
#contents-study ul li label:hover, #contents-shigoto ul li label:hover, #contents-license ul li label:hover {
  background: #eeeeee url("/college/images/back-open.svg") no-repeat top 50% right 15px;
  -moz-background-size: 10px 10px;
  -webkit-background-size: 10px 10px;
  background-size: 10px 10px;
  cursor: pointer;
}
#contents-chara ul li a:hover {
  background: #eeeeee url("/college/images/back-nextlink.svg") no-repeat top 50% right 15px;
  -moz-background-size: 8.03px 13px;
  -webkit-background-size: 8.03px 13px;
  background-size: 8.03px 13px;
  cursor: pointer;
}
#contents-study ul li .check:checked ~ label, #contents-shigoto ul li .check:checked ~ label, #contents-license ul li .check:checked ~ label {
  background: #eeeeee url("/college/images/back-close.svg") no-repeat top 50% right 15px;
  -moz-background-size: 10px 10px;
  -webkit-background-size: 10px 10px;
  background-size: 10px 10px;
  cursor: pointer;
}
#contents-study .subcategory, #contents-shigoto .subcategory, #contents-license .subcategory {
  position: absolute;
  background-color: #ffffff;
  border: #cccccc solid 1px;
  width: 957px;
  left: 0;
  top: calc(100% - 1px);
  box-shadow: 3px 3px 0 rgb(0, 0, 0, 0.1);
  padding: 50px 0 30px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  z-index: -10;
  transition: 0.5s;
}
#contents-study ul li:nth-child(4n-2) .subcategory {
  left: calc((100% + 6px) * -1);
}
#contents-study ul li:nth-child(4n-1) .subcategory {
  left: calc((100% + 6px) * -2);
}
#contents-study ul li:nth-child(4n) .subcategory {
  left: calc((100% + 6px) * -3);
}
#contents-shigoto ul li:nth-child(3n) .subcategory, #contents-license ul li:nth-child(3n) .subcategory {
  left: calc((100% + 40px) * -2);
}
#contents-shigoto ul li:nth-child(3n-1) .subcategory, #contents-license ul li:nth-child(3n-1) .subcategory {
  left: calc((100% + 40px) * -1);
}
#contents-study .subcategory ul, #contents-shigoto .subcategory ul, #contents-license .subcategory ul {
  display: flex;
  flex-wrap: wrap;
}
#contents-study .subcategory ul li, #contents-shigoto .subcategory ul li, #contents-license .subcategory ul li {
  width: auto;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1;
}
#contents-study .subcategory li a, #contents-shigoto .subcategory li a, #contents-license .subcategory li a {
  color: #1BA3E9;
}
#contents-study .subcategory li a:hover, #contents-shigoto .subcategory li a:hover, #contents-license .subcategory li a:hover {
  color: #FF9900;
}
#contents-study .subcategory li::before, #contents-shigoto .subcategory li::before, #contents-license .subcategory li::before {
  content: "";
  width: 7.2px;
  height: 9px;
  background: url("/college/images/icon-subcategory.svg") no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
}
#contents-study ul li .check:checked ~ .subcategory, #contents-shigoto ul li .check:checked ~ .subcategory, #contents-license ul li .check:checked ~ .subcategory {
  opacity: 100;
  z-index: 10;
}
/*  オープンキャンパス  */
.searchOc {
  position: relative;
  margin-bottom: 20px;
}
.searchOc .ocBox {
  background-color: #f1eee3;
  width: calc(100% - 112px);
  padding: 15px 0;
  margin-right: auto;
  margin-left: auto;
}
.searchOc .ocBox .caroufredsel_wrapper{
	width: 850px;
  min-height: 159px!important;
	margin:0 auto;
}
.searchOc .ocBox p {
  padding: 0 20px;
}
.searchOc .ocBox li {
  width: 124px;
  float: left;
  margin: 0 15px;
  line-height: 1.5em;
}
.searchOc .ocBox li img {
  width: 124px;
  height: 93px;
  border: 1px solid #dcdcdc;
  margin-bottom: 5px;
  object-fit: cover;
  object-position: center top;
}
.searchOc .prevBtn {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 21px;
  height: 95px;
  transform: translateY(-50%);
}
.searchOc .prevBtn a:hover {
  width: 21px;
  height: 95px;
  -ms-filter: "alpha( opacity=80 )";
  filter: alpha(opacity=80);
  opacity: 0.8;
  zoom: 1;
}
.searchOc .nextBtn {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 21px;
  height: 95px;
  transform: translateY(-50%);
}
.searchOc .nextBtn a:hover {
  width: 21px;
  height: 95px;
  -ms-filter: "alpha( opacity=80 )";
  filter: alpha(opacity=80);
  opacity: 0.8;
  zoom: 1;
}
.contents {
  opacity: 0;
  height: 0;
  margin: 0;
  z-index: -10;
  display: none;
}
.show {
  opacity: 1;
  z-index: 0;
  height: 100%;
  margin: 20px 0 40px;
  display: revert;
}
.fadeAll {
  text-align: center;
}
.fadeAll button {
  width: 213px;
  height: 42px;
  background: #1ba3e9 url("/college/images/back_fade_all.png") no-repeat top 50% right 20px;
  border: none;
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 42px;
  font-weight: 500;
  margin: 0 auto;
  cursor: pointer;
  cursor: hand;
}
.fadeAll button:hover {
  opacity: 0.75;
}
.charaTab {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.charaTabTip {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  border-right: #cccccc solid 1px;
  background-color: #e6e6e6;
  line-height: 50px;
  font-size: 14px;
  color: #484848;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*::-ms-backdrop, .charaTabTip {
  width: 33.33%; /* IE11 */
}
.charaTabTip:last-of-type {
  border-right: none;
}
.charaTabTip:hover {
  background-color: hsla(0, 0%, 0%, 0.05);
  cursor: pointer;
}
input[name="charaTabTip"] {
  display: none;
}
.charaBox {
  width: 100%;
  display: none;
  padding: 10px 0 0;
}
#tab_chara:checked ~ #tab_charaBox, #tab_exam:checked ~ #tab_examBox, #tab_employ:checked ~ #tab_employBox {
  display: block;
}
.charaTab input:checked + .charaTabTip {
  border-right: none;
  background-color: #5ab4bd;
  color: #fff;
}
.charaBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.charaBox ul:last-of-type {
  margin-bottom: 0;
}
.charaBox ul li {
  -webkit-width: calc((100% - 12px) / 3);
  -moz-width: calc((100% - 12px) / 3);
  width: calc((100% - 12px) / 3);
  min-height: 58px;
  background: url("/college/images/back_fade.png") no-repeat top 50% right 10px;
  border: #1ba3e9 dashed 1px;
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 14px;
  color: #484848;
  line-height: 1.0em;
  text-align: center;
  margin-bottom: 6px;
  margin-right: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
*::-ms-backdrop, .charaBox ul li {
  width: 33%; /* IE11 */
  margin-right: 0.5%;
}
@supports (-ms-ime-align: auto) {
  .charaBox ul li {
    width: 33%; /* Ege */
    margin-right: 0.5%;
  }
}
.charaBox ul li:nth-child(3n) {
  margin-right: 0;
}
.charaBox ul li a:hover {
  background: #eeeeee url("/college/images/back_fade.png") no-repeat top 50% right 20px;
}
.charaBox ul li a {
  width: 100%;
  height: 100%;
  color: #484848;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#contents-oc .reserveBtn{
  text-align:center;
  margin:20px auto 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contents-oc .reserveBtn a{
    background: #f6fef3;
    border:2px solid #0093E5;
    border-radius:3px;
    color: #484848;
    font-size:20px;
    font-weight: bold;
    margin:0 auto;
    padding:20px 40px;
    box-sizing:border-box;    
    box-shadow: 0 3px 0 #E0E0E0;
}
#contents-oc .reserveBtn a::after {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    color: #0093E5;
    font-weight: 900;
    padding-left:20px;
}
/*.searchOc .reserveBtn a br{
  display:none;
}*/

/*  短大基礎講座  */
.structure {
  margin: 40px 0;
}
.structure h2 {
  background: url("/college/images/tip_structure.png") no-repeat left top;
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 24px;
  color: #484848;
  line-height: 30px;
  text-indent: 42px;
  margin-bottom: 25px;
  position: relative;
}
.structure h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: calc(50% - 5px);
  width: 60%;
  height: 5px;
  background: -webkit-repeating-linear-gradient(-45deg, #333333, #333333 2px, #ffffff 2px, #ffffff 6px);
  background: repeating-linear-gradient(-45deg, #333333, #333333 2px, #ffffff 2px, #ffffff 6px);
}
.structure ul.list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  counter-reset: li;
}
/**/
.structure ul.list li {
  width: calc((100% - 40px) / 3);
  min-height: 5em;
  background-color: #e2417c;
  margin-bottom: 20px;
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 16px;
  line-height: 1.3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.structure ul.list li:not(:nth-of-type(3)) {
  /*margin-right: calc((100% - 660px) / 2);*/
  margin-right: 20px;
}
.structure ul.list li::after {
  content: "";
  position: absolute;
  right: 1px;
  bottom: 1px;
  border-top: 7px solid transparent;
  border-right: 7px solid #FDEEF4;
  border-bottom: 7px solid #FDEEF4;
  border-left: 7px solid transparent;
}
.structure ul.list li a {
  width: 100%;
  color: #FFF;
  padding: 10px 10px 10px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: .3s;
}
.structure ul.list li span {
  font-size: 12px;
}
.structure ul.list li::before {
  counter-increment: li;
  content: "0"counter(li);
  display: inline-block;
  font-size: 20px;
  position: absolute;
  color: #FFF;
  left: 10px;
  top: 50%;
  margin-top: -10px;
  font-family: 'Kosugi Maru', sans-serif;
  line-height: 1;
}
.structure ul.list li:hover, .structure ul.list2 li:hover {
  opacity: 0.9;
}
.structure ul.list2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.structure ul.list2 li {
  width: 48.5%;
  box-sizing: border-box;
  background-color: #fdeef4;
  text-align: center;
  font-size: 18px;
  font-family: 'Kosugi Maru', sans-serif;
  position: relative;
  color: #e2417c;
}
.structure ul.list2 li a {
  display: block;
  color: #e2417c;
  padding: 20px;
}
.structure ul.list2 li a::after {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-size: 18px;
  color: #e2417c;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -11px;
}
/*  大学基礎講座  */
.structure_co h2 {
  background: url("/college/images/tip_structure.png") no-repeat left top;
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 24px;
  color: #484848;
  line-height: 30px;
  text-indent: 42px;
  position: relative;
}
.structure_co h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: calc(50% - 5px);
  width: 50%;
  height: 5px;
  background: -webkit-repeating-linear-gradient(-45deg, #333333, #333333 2px, #ffffff 2px, #ffffff 6px);
  background: repeating-linear-gradient(-45deg, #333333, #333333 2px, #ffffff 2px, #ffffff 6px);
}
.structure_co .structureCoIndex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.structure_co div.list {
  width: calc((100% - 15px)/4);
  background: #eef5fd;
  margin-bottom: 20px;
  margin-right: 5px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.structure_co div.list:nth-child(4) {
  margin-right: 0;
}
.structure_co div.list p.btn a {
  display: block;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background-color: #0e71eb;
  background-image: -moz-linear-gradient(top, #0e71eb, #3b8df2);
  background-image: -ms-linear-gradient(top, #0e71eb, #3b8df2);
  background-image: -webkit-linear-gradient(top, #0e71eb, #3b8df2);
  background-image: linear-gradient(top, #0e71eb, #3b8df2);
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  position: relative;
  padding: 18px 32px 18px 10px;
}
.structure_co div.list p.btn a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -11px;
}
.structure_co div.list p.btn .icon {
  /*text-align:center;*/
  letter-spacing: 0;
  font-size: 20px;
  color: #FFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  text-shadow: none;
  margin-right: 12px;
}
.structure_co div.list p.btn a:hover {
  opacity: 0.8;
}
.structure_co div.list p.txt {
  font-size: 14px;
  text-align: left;
  padding: 15px 5px;
  font-family: 'Kosugi Maru', sans-serif;
  /*min-height:100px;*/
}
/*  学問・仕事・資格  */
.searchFutureSp {
  position: relative;
  margin-bottom: 20px;
}
.searchFutureSp .studyBox {
  width: 219px;
  float: left;
  border: 1px solid #dadada;
  padding: 1px
}
.searchFutureSp .studyBox p.txt {
  padding: 0 12px 15px;
}
.searchFutureSp .studyBox p.btn {
  text-align: center;
  margin-bottom: 7px;
}
/*  学問・仕事・資格  */
.searchFutureSp .studyBox ul.list {
  padding: 0 12px 15px;
}
.searchFutureSp .studyBox ul.list li {
  background-image: url(/images_ver3/line.gif);
  background-repeat: repeat-x;
  background-position: 0px bottom;
  padding: 10px 0;
}
.searchFutureSp .studyBox ul.list li:last-child {
  background-image: none;
}
/*  おすすめイベント  */
.searchEvent {
  position: relative;
  margin-bottom: 20px;
  min-height: 200px;
}
.searchEvent h4 {
  margin-bottom: 15px;
}
.searchEvent h4 {
  display: flex;
  align-items: center;
  background: inherit;
  padding-bottom: 16px;
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  color: #2296d1;
  position: relative;
}
.searchEvent h4::before {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #81bfdf;
  box-shadow: #62a7d0 2px 2px;
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  color: #FFFFFF;
  margin-right: 10px;
}
.searchEvent h4::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #0198E7, #0198E7 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #0198E7, #0198E7 1px, transparent 1px, transparent 4px);
  background-size: 6px 6px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.searchEvent p.entryTxt {
  padding: 0 15px;
}
.searchEvent p.listBtn {
  position: absolute;
  top: 5px;
  right: 15px;
}
.searchEvent p.listTopBtn {
  position: absolute;
  top: 12px;
  right: 15px;
  height: 29px;
  /*margin-bottom: 10px;*/
}
.searchEvent .eventBox {
  width: 193px;
  float: left;
  margin: 10px 10px 0 10px;
  padding: 10px 10px 0;
  background-color: #f1eee3;
}
.searchEvent .eventBox img {
  object-fit: cover; /*  IE用  */
  object-position: center top; /*  IE用  */
  font-family: 'object-fit: cover; object-position: center top;'
}
.searchEvent .eventBox dl {}
.searchEvent .eventBox dt {
  margin-bottom: 10px;
  text-align: center;
}
.searchEvent .eventBox dt span {
  text-align: left;
  display: block;
}
.searchEvent .eventBox dt img {
  margin-bottom: 10px;
}
.searchEvent .eventBox dd {}
.searchEvent .eventBox dd span.area {
  background-color: #fcc3c9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  text-align: center;
  line-height: normal;
  float: left;
  display: block;
}
.searchEvent .eventBox dd span.date {
  background-color: #b2d861;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  text-align: center;
  line-height: normal;
  float: left;
  display: block;
}
.searchEvent .entryBox {
  overflow: hidden;
  margin-bottom: 20px;
  padding-top: 0;
  padding-right: 5px;
  padding-bottom: 0;
  padding-left: 5px;
  position: relative;
}
.searchEvent .entryBox h4 {
  color: #2296d1;
  font-size: 22px;
  font-weight: bold;
  line-height: 29px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 10px;
}
/*  コンテンツ  */
.searchSchoolSp .contentsBox {
  background-image: url(/specialty/images/contents_box_back.gif);
  background-repeat: repeat;
  /*background-color: #f1eee3;*/
  padding: 10px;
}
.searchSchoolSp .contentsBox h4 {
  padding: 10px;
  color: #2296d1;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
}
.searchSchoolSp .contentsBox ul {}
.searchSchoolSp .contentsBox li {
  width: 210px;
  float: left;
  line-height: 1.8em;
  padding: 10px;
}
.searchSchoolSp .contentsBox li img {
  margin-bottom: 5px;
}
/*specialty 20201102*/
.searchSchool.sp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 20px;
}
.searchSchool.sp h2 {
  margin-bottom: 15px;
}
.searchSchool.sp .areaBox {
  width: 330px;
  height: 222px;
  padding-left: 15px;
}
.searchSchool.sp .btnBox {
  width: 316px;
  height: 330px;
  background-color: #f4f2e9;
  border: 1px solid #dcdcdc;
}
.searchSchool.sp .btnBox ul {
  padding: 10px 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.searchSchool .btnBox li {
  margin: 5px;
}
section.specialty {
  counter-reset: count;
  margin-bottom: 20px;
}
section.specialty h2 {
  background: url("/college/images/tip_structure.png") no-repeat left top;
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 24px;
  color: #484848;
  line-height: 30px;
  text-indent: 42px;
  position: relative;
  margin-bottom: 20px;
}
section.specialty h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: calc(50% - 5px);
  width: 40%;
  height: 5px;
  background: -webkit-repeating-linear-gradient(-45deg, #333333, #333333 2px, #ffffff 2px, #ffffff 6px);
  background: repeating-linear-gradient(-45deg, #333333, #333333 2px, #ffffff 2px, #ffffff 6px);
}
section.specialty article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.specialty article div {
  width: calc((100% - 20px) / 3);
  background-color: #fdf2d9;
  border: solid 3px #8fbd10;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section.specialty article div:hover {
  opacity: 0.75;
}
section.specialty article div h3 {
  width: 100%;
  height: 4em;
  background-color: #8fbd10;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 5px;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
}
section.specialty article div h3::before {
  counter-increment: count;
  content: counter(count);
  color: #8fbd10;
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  background-color: #FFFFFF;
}
section.specialty article div h3::after {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  position: absolute;
  right: 10px;
}
section.specialty article div p {
  padding: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #484848;
  line-height: 1.5em;
}
.entryTopContents {
  width: 100%;
}
.entryTopContents .contentsBox {
  width: 100%;
  box-sizing: border-box;
}
.entryTopContents .contentsBox li {
  width: calc((100% - 80px) / 3);
}
.entryTopContents .contentsBox li:not(:nth-of-type(3n)) {
  margin-right: 10px;
}
.entryTopContents .contentsBox li img {
  width: 100%;
  height: auto;
}
/*おすすめの学校*/
#school-message {
  margin-bottom: 50px;
  padding-bottom: 10px;
}
#school-message h2 {
  background: #0198e7;
  padding: 10px 20px;
  font-size: 28px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 30px;
}
#school-message h2::before {
  content: url("/support/images/icon-message.svg");
  margin-right: 15px;
}
#school-message #carousel .messageBox {
  width: calc((100% - 80px) / 5);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  margin-right: 20px;
}
.messageBox h3 {
  font-size: 14px;
  color: #484848;
  line-height: 16px;
  font-weight: bold;
  text-align: left;
  padding: 10px 5px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.messageBox .txt {
  margin: 0 10px 5px;
}
.messageBox .txt img {
  max-width: 100%;
  max-height: 120px;
  object-fit: cover;
  margin: 0 auto 10px;
}
.messageBox .txt .address {
  font-size: 12px;
  color: #484848;
  line-height: 1;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.messageBox .txt svg {
  max-width: 1.2em;
  height: 1.2em;
  /* margin-right: 5px; */
  flex-shrink: 0;
}
.messageBox .txt .gakubu {
  /*display: inline-block;*/
  display: flex;
  flex-wrap: wrap;
}
.messageBox .txt .gakubu li {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 5px;
  margin-right: 10px;
}
.messageBox .txt .gakubu li:last-of-type {
  margin-bottom: 10px;
}
/*---------------------*/
@font-face {
  font-family: 'icomoon';
  src: url('/college/images/fonts/icomoon.eot?ev905z');
  src: url('/college/images/fonts/icomoon.eot?ev905z#iefix') format('embedded-opentype'), url('/college/images/fonts/icomoon.ttf?ev905z') format('truetype'), url('/college/images/fonts/icomoon.woff?ev905z') format('woff'), url('/college/images/fonts/icomoon.svg?ev905z#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*[class^="icon-"], [class*=" icon-"] {
   use !important to prevent issues with browser extensions that change fonts 
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;*/
/* Better Font Rendering =========== */
/*  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/
.messageBox .txt .gakubu li::before {
  font-family: "icomoon";
  width: 11px;
  height: 11px;
  /* margin-right: 5px; */
}
.culture_college {
  color: #847DB7;
}
.abroad_college {
  color: #09f;
}
.agriculture_college {
  color: #6b920a;
}
.animal_specialty {
  color: #06c;
}
.art_college {
  color: #b7056e;
}
.beauty_specialty {
  color: #6c6;
}
.business_specialty {
  color: #a92253;
}
.civil_servant_specialty {
  color: #069;
}
.commercial_specialty {
  color: #ae303a;
}
.construction_specialty {
  color: #009151;
}
.design_specialty {
  color: #909;
}
.education_college {
  color: #8a0153;
}
.education_specialty {
  color: #f60;
}
.engineering_college {
  color: #014c48;
}
.environment_specialty {
  color: #008c9d;
}
.fashion_specialty {
  color: #575980;
}
.food_specialty {
  color: #f90;
}
.home_college {
  color: #a3010f;
}
.Icon-map-doctor {
  color: #f99;
}
.it_specialty {
  color: #4a796b;
}
.language_specialty {
  color: #f66;
}
.medical_college {
  color: #f9c;
}
.medical_specialty {
  color: #f99;
}
.multimedia_specialty {
  color: #7c6696;
}
.music_specialty {
  color: #492861;
}
.science_college {
  color: #017faa;
}
.sociology_college {
  color: #51965d;
}
.sports_college {
  color: #450d69;
}
.culture_college::before {
  content: "\e91b";
  margin-left: 2px;
  margin-right: 3px;
}
.abroad_college::before {
  content: "\e900";
}
.agriculture_college::before {
  content: "\e901";
}
.animal_specialty::before {
  content: "\e902";
}
.art_college::before {
  content: "\e903";
}
.beauty_specialty::before {
  content: "\e904";
}
.business_specialty::before {
  content: "\e905";
}
.civil_servant_specialty::before {
  content: "\e906";
}
.commercial_specialty::before {
  content: "\e907";
}
.construction_specialty::before {
  content: "\e908";
}
.design_specialty::before {
  content: "\e909";
}
.education_college::before {
  content: "\e90a";
}
.education_specialty::before {
  content: "\e90b";
}
.engineering_college::before {
  content: "\e90c";
}
.environment_specialty::before {
  content: "\e90d";
}
.fashion_specialty::before {
  content: "\e90e";
}
.food_specialty::before {
  content: "\e90f";
}
.home_college::before {
  content: "\e910";
}
.Icon-map-doctor::before {
  content: "\e911";
}
.it_specialty::before {
  content: "\e912";
}
.language_specialty::before {
  content: "\e913";
}
.medical_college::before {
  content: "\e914";
}
.medical_specialty::before {
  content: "\e915";
}
.multimedia_specialty::before {
  content: "\e916";
}
.music_specialty::before {
  content: "\e917";
}
.science_college::before {
  content: "\e918";
}
.sociology_college::before {
  content: "\e919";
  margin-left: 1px;
  margin-right: 1px;
}
.sports_college::before {
  content: "\e91a";
}