@charset "utf-8";

html {
  font-size: medium;
  background-color: #e2e6e9;
  scroll-behavior: smooth;
}

body {
  font-family: BlinkMacSystemFont, Arial, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "M+ 1p", sans-serif;
  line-height: 1.5;
  padding-top: 0;
  font-feature-settings: "palt";
  letter-spacing: .01em;
  color: #333;
}

@media all and (-ms-high-contrast:none) {
  body {
    font-family: arial, BIZ UDPGothic, "ＭＳ Ｐゴシック", "MS PGothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "M+ 1p", sans-serif;
  }
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.4);
}

*:focus {
  outline: none;
}

.container {
  line-height: 2;
  padding-right: 5px;
  padding-left: 5px;
}

a[target="_blank"]::after {
  content: "　";
  background: url(../../images/common/icon_newwindow.svg) center no-repeat;
  margin-right: 2px;
  margin-left: 2px;
}

a[href^="pdf/admission/京都コンピュータ学院_指定校推薦書.docx"]:after {
  content: "";
  background: none;
  margin-right: 0;
  padding-right: 0;
}

a.linkbtn_bl[target="_blank"]::after {
  content: "";
  background: url(../../images/common/icon_newwindow_white.svg) center right no-repeat;
  margin-right: 2px;
  padding-right: 20px;
}

.grow img {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.grow:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

img.grow {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

img.grow:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.transition {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.opacity:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  text-decoration: none;
}

.opacity-light:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

.fadeIn {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: .4s;
}

.fade {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.pt-4_ {
  padding-top: 2rem;
}

.sticky-top {
  position: relative;
  font-feature-settings: "palt";
}


/*///////////headerwrapper///////////*/

.headerwrapper {
  padding: 0;
  background: #f8f8f8;
  font-size: .765rem;
  border-bottom: 1px solid #ededed;
}

.headerwrapper__a:hover {
    background: unset;
}

.header-catch a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 3px 0;
  transition: all 0.3s ease-out;
}

.header-catch a:hover {
  color: #041b63;
  text-decoration: none;
}

.headerwrapper__blank {
  width: .875rem;
  height: .75rem;
  fill: currentColor;
  padding-left: .1rem;
  color: #041B63;
  vertical-align: -.1rem;
  transition: all 0.3s ease-out;
}

.headerwrapper__a:hover .headerwrapper__blank {
  color: #666;
}
.header-contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-sns img{
  width: 20px;
  margin: 0 0.3em;
}
.header-sns a:hover{
  text-decoration: none;
  opacity:0.5;
}
/*///////////headerwrapper end///////////*/


header {
  background: #fff;
}

.header__logo {
  float: left;
  padding: 20px 0;
}

.header__logo a {
  float: left;
}

.header__logo_kcgedu {
  width: 120px;
  height: 34px;
}

.header__logo_kyotocomputergakuin {
  width: 275px;
  height: 29px;
  margin-left: 8px;
  margin-top: 2px;
}

.header__logo_p {
  float: left;
  margin: 0;
  color: #7d8c98;
  font-size: 0.75rem;
  margin-top: 12px;
  margin-left: 15px;
}

.header__logo_p a {
  color: #7d8c98;
  text-decoration: underline;
}

.header__info-wrapper{
  display: flex;
  float: right;
  align-items: center;
  padding: 0.7rem 0;
}
ul.header__list{
  list-style: none;
  display: flex;
  margin: 0;
  padding-left: 0;
  justify-content: space-between;
}
ul.header__list li{
  margin-bottom: 0;
  text-align: center;
  padding: 0 0.5em;
}
ul.header__list li:last-child{
  padding-right: 0;
}
ul.header__list li a{
  text-align: center;
  font-size: 0.875rem;
  color: #333;
  display: block;
}
ul.header__list li a:hover{
  text-decoration: none;
  opacity: .5;
}
.header__contact {
  font-size: 1.375rem;
  margin: 0 1.2rem 0 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 0.5em;
}
.header__contact span::before{
  content: "\A";
  white-space: pre;
}
.header__contact span{
  font-size:   0.875rem;
}
ul.header__list img{
  height: 25px;
  margin-bottom: 5px;
}
.main_menu {
  display: flex;
  list-style: none;
  margin: .5rem 0 1.5rem 0;
  padding: 0;
  text-align: center;
}

.main_menu__li {
  flex: 0 0 14.28%;
  font-size: 1rem;
  line-height: 1.2;
  position: relative;
  border-left: 1px solid #ddd;
  margin-bottom: 0;
}

.main_menu__li:last-child {
  border-right: 1px solid #ddd;
}

.main_menu__a {
  display: block;
  color: #222;
  height: 100%;
}

.main_menu__a:hover {
  color: #222;
  text-decoration: none;
}

.main_menu__li:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 1px;
  background: #0b2e80;
  -webkit-transition: 0.4s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.4s all cubic-bezier(0.23, 1, 0.32, 1);
}

.main_menu__li:hover:after {
  width: 60%;
}

.pagetitle {
  background-size: cover;
  padding-bottom: 7.5rem;
  background-repeat: no-repeat;
}

.breadcrumb_list,
.breadcrumb_list a {
  color: #fff;
  font-size: .8rem;
}

.pagetitle__item {
  background: #fff;
  width: 80%;
  max-width: 560px;
  text-align: center;
  margin: 5rem auto 0 auto;
  padding: 2rem 0;
}

.pagetitle__item h1,
.pagetitle__item__no_image h1 {
  margin-bottom: 1rem;
}

.pagetitle__item p,
.pagetitle__item__no_image p {
  margin-bottom: 0;
  position: relative;
  padding-top: 1rem;
  color: #67708f;
}

.pagetitle__item p:before,
.pagetitle__item__no_image p:before {
  content: "";
  width: 50px;
  height: 4px;
  background: #0b2e80;
  position: absolute;
  top: 0;
  margin-left: -25px;
  left: 50%;
}


.breadcrumb_list__no_image {
  color: #888;
  font-size: .8rem;
  margin-bottom: 1rem;
}

.breadcrumb_list__no_image a {
  color: #888;
}

.pagetitle__item__no_image {
  text-align: center;
  margin: 2rem 0 .5rem;
}

.main_content__border {
  border-top: 1px solid #ddd;
  margin: 0;
}

.submenu__title {
  border-top: 1px solid #ddd;
  border-bottom: 5px solid #0b2e80;
}

.submenu__title a {
  padding: 2rem 0 2rem 1rem;
  display: block;
  color: #333;
}

.submenu__title a:hover {
  text-decoration: none;
  opacity: .7;
}

#accordion_menu ul.accordion,
#accordion_menu .accordion ul,
.accordion li {
  list-style-type: none;
  margin-bottom: 0;
}

#accordion_menu ul.accordion p {
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
  font-weight: bold;
  color: #333;
}

#accordion_menu ul.accordion p:before,
#accordion_menu ul.accordion li>ul>p:before {
  content: "";
  width: 8px;
  height: 3px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 50%;
  background: #0b2e80;
}

#accordion_menu ul.accordion {
  font-size: 1rem;
  padding: 0px;
  margin-bottom: 30px;
  display: block;
  line-height: 1.3;
}


#accordion_menu ul.accordion a {
  display: block;
  background-position: 8px 1.2em;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #666;
}

#accordion_menu ul.accordion li>a,
#accordion_menu ul.accordion li>span.folder {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 16px;
}

#accordion_menu ul.accordion span>a {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 16px;
}

#accordion_menu ul.accordion span {
  display: block;
  padding: 0px;
  background-position: 8px 1.2em;
  background-repeat: no-repeat;
  color: #666;
}


#accordion_menu ul.accordion ul {
  display: none;
  padding-left: 0;
}

#accordion_menu ul.accordion>li {
  background-color: #fff;
}

#accordion_menu ul.accordion>li>p {
  background-color: #fff;
}

#accordion_menu ul.accordion>li>ul>li {
  padding-left: 1rem;
}

#accordion_menu ul.accordion>li>ul>li>ul>li {
  background: #fff;
}

#accordion_menu .accordion .overCur {
  cursor: pointer;
}

#accordion_menu ul.accordion>li,
#accordion_menu ul.accordion>li>p,
#accordion_menu ul.accordion>li>ul>li>p,
#accordion_menu ul.accordion li>span.folder {
  background-color: #fff;
}

.treeInTree {
  background-color: #fff;
}

#accordion_menu .treeInTree li {
  padding-left: 1rem;
}

#accordion_menu ul.accordion>li>a,
ul.accordion>li>span.folder {
  background-color: #fff;
}

#accordion_menu ul.accordion>li>ul>li>a,
ul.accordion>li>ul>li>span.folder,
.treeInTree ul a {
  background-color: #fff;
}

#accordion_menu ul.accordion #treeHere>a,
#accordion_menu ul.accordion>li.active>a,
#accordion_menu ul.accordion>li.active>ul>li.active>a {
  color: #0b2e80;
  background: #efefef;
}


#accordion_menu .overCur a:hover,
#accordion_menu .overCur #treeHere a:hover,
ul.accordion>li>span.folder:hover,
ul.accordion>li>ul>li>span.folder:hover,
#accordion_menu ul.accordion>li>ul>li>a:hover,
#accordion_menu ul.accordion #treeHere a:hover,
#accordion_menu ul.accordion>li.active a:hover,
.treeInTree ul a:hover {
  color: #0b2e80;
  background-color: #efefef;
}

#accordion_menu ul>li.overCur>a:hover {
  color: #0b2e80;
  background-color: #efefef;
}


.lightgray {
  background: #f4f4f2;
}

.content {
  padding: 1rem 0;
}
/*
.heading_h2 {
  background: #536399;
  margin: 3rem 0 2rem 0;
  padding: .65rem .65rem .45rem .65rem;
  color: #fff;
  font-size: 2.3rem;
  font-weight: normal;
  position: relative;
  z-index: 99;
}
.heading_h2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: solid 1.3px;
  margin: 2px;
  z-index: -1;
}
*/
.heading_h2{
    margin: 4rem 0 1.5rem 0;
    padding: .65rem .65rem .45rem 0;
    color: #0b2f80;
    font-size: 1.8rem;
    font-weight: normal;
    position: relative;
    border-top: solid #0b2f80;
    border-bottom: solid #0b2f80;
    background:unset;
    z-index:unset;
}

.heading_h3 {
  margin: 2rem 0 1.8rem 0;
  padding: 0 .5rem;
  font-size:1.375rem;
  position: relative;
  font-weight: normal;
  line-height: 1.5;
  border-left: solid 10px #09206E;
  border-bottom: solid 1px #09206E;
}

.h3_fs-big {
  font-size: 1.7rem;
}

.heading_h4 {
  font-size: 1.375rem;
  border-bottom: 2px solid #CED2E2;
  margin: 1.8rem 0 1.5rem 0;
  padding-bottom: .5rem;
  font-weight: normal;
  position: relative;
  display: inline-block;
}

.heading_h4::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 20%;
  height: 2px;
  background-color: #1971DE;
}

.h4_fs-big {
  font-size: 1.75rem;
}

.card {
  display: block;
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: 5px solid #0b2e80;
  height: 100%;
}

.card:hover {
  text-decoration: none;
}

.card__item {
  color: #222;
  padding: 1rem;
}

.card__title {
  font-size: 1.5rem;
  margin: 0;
  position: relative;
  padding-right: 1rem;
}

.card__text {
  color: #67708f;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.card__title:before {
  right: 4px;
  width: 20px;
  height: 20px;
  border-top: 2px solid #0b2e80;
  border-right: 2px solid #0b2e80;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 11;
  display: block;
  content: "";
  top: 50%;
  position: absolute;
  margin-top: -10px;
}

.linkbtn_wh {
  padding: 1.4rem 2.5rem;
  border: 1px solid #ddd;
  text-align: center;
  color: #222;
  line-height: 1.2;
  display: block;
  position: relative;
  background: #fff;
}

.linkbtn_wh:before {
  right: 20px;
  width: 16px;
  height: 16px;
  border-top: 2px solid #0b2e80;
  border-right: 2px solid #0b2e80;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 11;
  display: block;
  content: "";
  top: 50%;
  position: absolute;
  margin-top: -8px;
}

.linkbtn_wh:hover {
  color: #222;
  text-decoration: none;
  background: #ededed;
}
.linkbtn_wh_down {
    padding: 1.4rem 2.5rem;
    border: 1px solid #ddd;
    text-align: center;
    color: #222;
    line-height: 1.2;
    display: block;
    position: relative;
    background: #fff;
}
.linkbtn_wh_down:before {
    right: 20px;
    width: 16px;
    height: 16px;
    border-top: 2px solid #0b2e80;
    border-right: 2px solid #0b2e80;
    -webkit-transform: rotate(135deg);
    transform: translateY(-40%) rotate(135deg);
    z-index: 11;
    display: block;
    content: "";
    top: 50%;
    position: absolute;
    margin-top: -8px;
}
.linkbtn_wh_down:hover {
    color: #222;
    text-decoration: none;
    background: #ededed;
}
.linkbtn_bl {
  padding: 1.4rem 2.5rem;
  border: 1px solid #0b2e80;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  display: block;
  position: relative;
  background: #0b2e80;
}

.linkbtn_bl:before {
  right: 20px;
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 11;
  display: block;
  content: "";
  top: 50%;
  position: absolute;
  margin-top: -8px;
}

.linkbtn_bl:hover:before {
  border-top: 2px solid #0b2e80;
  border-right: 2px solid #0b2e80;
}

.linkbtn_bl:hover {
  color: #0b2e80;
  text-decoration: none;
  background: #d7e4f5;
}

a.linkbtn_bl[target="_blank"]:hover::after {
  content: "";
  background: url(../../images/common/icon_newwindow.svg) center right no-repeat;
  margin-right: 2px;
  padding-right: 20px;
}

.linkbtn_nolink {
    padding: 1.4rem 1rem;
    border: 1px solid #ddd !important;
    text-align: center;
    color: #ddd !important;
    line-height: 1.2;
    display: block;
    position: relative;
    background: #fff;
    margin-bottom: 1.5rem;
    pointer-events: none;
}

.a-gray {
  color: #ddd;
}

.a-gray:hover {
  color: #ddd;
  background: #fff;
}

.pagelink {
  border: 1px solid #d8d8d8;
  text-align: center;
  color: #222;
  display: block;
  padding: 1rem 2.5rem;
  position: relative;
  background: #f0f0f0;
}

.pagelink:hover {
  color: #0b2e80;
  text-decoration: none;
  background: #fff;
}

.pagelink:before {
  right: 20px;
  width: 16px;
  height: 16px;
  border-top: 2px solid #0b2e80;
  border-right: 2px solid #0b2e80;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 11;
  display: block;
  content: "";
  top: 50%;
  position: absolute;
  margin-top: -13px;
}

li {
  margin-bottom: 1rem;
}

dt {
  font-size: 1.375rem;
  font-weight: normal;
  margin: 1.5em 0 .5em 0;
}

dd {
  margin-bottom: .77em;
  font-size: 1rem;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  line-height: 1.875;
}

table th {
  background-color: #efefee;
  padding: 12px 14px;
  border: 1px solid #c9c9c9;
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
  border-style: solid;
  border-width: 1px;
}

table td {
  border: 1px solid #c9c9c9;
  padding: 12px 15px;
  background-color: #fff;
  vertical-align: middle;
  border-style: solid;
  border-width: 1px;
}

.note {
  text-indent: -.5em;
  padding-left: .5em;
}

.url {
  word-break: break-all;
}

.caption {
  font-size: .875rem;
  color: #757575;
}

.sns {
  padding: .5rem;
  border-top: 1px solid #c2c1c0;
  border-bottom: 1px solid #c2c1c0;
}

.underline {
  text-decoration: underline;
}

.bottombanner {
  color: #3ab3ff;
}

.bottombanner__a {
  display: block;
  color: #1971de;
  background: #eff2f6;
  width: 50%;
  float: left;
}

.bottombanner__a:hover {
  text-decoration: none;
  background: #d7e4f5;
  color: #1971de;
}

.bottombanner__area {
  padding: 2.5rem 0;
}

.bottombanner__item {
  width: 358px;
  margin: 0 auto;
  height: 6rem;
}

.bottombanner__brochure {
  border-right: 1px solid #c2c1c0;
}

.bottombanner__title {
  font-size: 2.25rem;
  margin: 0;
}

#fixedbanner {
   transition: all 0.2s;
}
.scroll-menu_opacity {
   opacity: 0;
}

.fixedbanner__area {
  position: fixed;
  right: 0px;
  bottom: 16%;
  z-index:9000;
}

.fixedbanner {
  width: 56px;
  height: 190px;  
  display: block;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;/* IE独自 */
  box-sizing: border-box;
  transition: all 0.2s;
  border: solid 3px #fff;
  overflow: hidden;
}

@media all and (-ms-high-contrast: none) {
  .fixedbanner > p {
    line-height: 1.5;
  }
}

.fixedbanner:hover {
  text-decoration: none;
  transition: all 0.2s;
}

.fixedbanner__bro {
  background-color: #0B2F80;
  margin-bottom: 10px;  
}

.fixedbanner__oc {
  background-color: #0B2F80;
}

.fixedbanner__bro:hover {
  background-color: #3ab3ff;
  transition: all 0.2s;
}
.fixedbanner__oc:hover {
  background-color: #3ab3ff;
  transition: all 0.2s;
}

.fixedbanner > p {
  margin: 0 auto;
  padding: 20px 10px;
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  font-feature-settings: initial;
  line-height: initial;
}

.fixedbanner:hover > p {
  transition: all 0.2s;
}

.fixedbanner__bro > p {
  padding: 0 12px;
}

.fixedbanner__oc > p {
  padding: 0 12px;
}

.greeting {
  background: #5f92d1;
}

.greeting__list {
  list-style: none;
  padding: .5rem 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.greeting__li {
  display: inline-block;
  margin-bottom: 0;
  flex: auto;
}

.greeting__a {
  color: #fff;
  position: relative;
  padding-left: .5rem;
  padding-right: .5rem;
}

.greeting__a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
}

.greeting__a:hover {
  text-decoration: none;
  color: #fff;
  opacity: .5;
}

.footer_linkbtn_h2 {
  margin-top: 80px;
}

.footer_linkbtn a {
  padding: 1.2rem 0;
  font-size: 95%;
}

.footer_linkbtn a::before {
  top: 50%;
  right: 8px;
  width: 10px;
  height: 10px;
}

.footer_linkbtn .mark_rotate::before {
  transform: rotate(135deg);
}

.footer_linkbtn .fs-small {
  font-size: 85%;
}

.footer {
  background: #1971de;
  color: #fff;
  padding: 70px 0;
}

.footer__upperlist {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: .5rem 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: .8rem;
}

.footer__upperlist_li {
  display: inline-block;
  margin-bottom: 0;
}

.footer__upperlist_a {
  color: #fff;
  padding: 0 .5rem;
  border-right: 1px solid #fff;
}

.footer__upperlist_a:hover {
  text-decoration: none;
  color: #fff;
  opacity: .6;
}

.footer__upperlist_li:first-child a {
  padding-left: 0;
}

.footer__upperlist_li:last-child a {
  border-right: none;
}

.footer__list {
  border-left: 1px solid #fff;
  padding-left: .4rem;
  margin-bottom: 2rem;
}

.footer__list_dt {
  font-weight: bold;
  font-size: 1rem;
}

.footer__list_dd {
  font-size: .8rem;
  margin: 0;
  line-height: 1.875;
}

.footer__list_a {
  color: #fff;
  display: block;
}

.footer__list_a:hover {
  opacity: .7;
  text-decoration: none;
  color: #fff;
}

.footer__grouplist {
  background: #fff;
  padding: .8rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 1rem 0;
  text-align: center;
}

.footer__grouplist_li {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  border-right: 1px solid #1971de;
  margin-bottom: 0;
}

.footer__grouplist_li:last-child {
  border-right: none;
}

.footer__grouplist_a {
  color: #1971de;
  display: block;
}

.footer__grouplist_a:hover {
  color: #1971de;
  text-decoration: none;
  opacity: .6;
}

.footer__grouplist_span {
  font-size: .75rem;
}

.footer__address {
  float: left;
}

.footer__address_img {
  width: 214px;
  height: 61px;
}

.footer__address_p {
  font-size: .75rem;
}

.footer__address_p a {
  color: #fff;
  text-decoration: underline;
}

.footer__address_inquiries {
  font-size: .75rem;
  color: #fff;
  border: 1px solid #fff;
  padding: .25rem 3rem;
}

.footer__address_inquiries:hover {
  background: #fff;
  text-decoration: none;
  color: #1971de;
}

.footer__sns {
  width: 400px;
  float: right;
}

.sns_btn_top,
.sns_btn {
  margin-top: 5px;

  padding-left: 5px;
  float: left;
}

.sns_btn iframe {
  border: none;
}

.footer__snslist {
  list-style: none;
  float: right;
  width: 100%;
}

.footer__snslist li {
  width: 45px;
  height: 40px;
  float: right;
  margin-left: 5px;
}

.footer__snslist li a {
  display: block;
  text-align: center;
  height: 100%;
}

.footer__snslist li a:hover {
  opacity: .7;
}
.footer__snslist li a img{
  width: 40px;
}
.footer__search {
  width: 325px;
  margin: 0;
  float: right;
}

.footer__search .form-group {
  width: 280px;
  float: left;
}

.footer__search .form-control {
  border-radius: 0;
  padding: .44rem .75rem;
}

.footer__search button {
  width: 40px;
  height: 40px;
  float: right;
  background: #e7e9e3;
  border: none;
  text-align: center;
  position: relative;
}

.footer__search img {
  width: 20px;
  display: inline;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 10px;
}

.footer__copyright {
  clear: both;
  text-align: center;
}

.three-bars {
  font-size: .6875rem;
  text-align: center;
  color: #333;
  float: right;
  display: block;
  margin-right: 8px;
}

.three-bars img {
  width: 1.6rem;
  display: inline;
  padding-bottom: 1px;
}

.child {
  display: none;
}

nav.xs-menu {
  width: 25px;
  height: 30px;
  top: 20px;
  right: 10px;
  position: absolute;
  cursor: pointer;
  overflow: hidden;
  z-index: 9999;
}

nav .xs-menu1 {
  width: 25px;
  height: 2px;
  background-color: #000;
  top: 0px;
  position: absolute;
}

nav .xs-menu2 {
  width: 25px;
  height: 2px;
  background-color: #000;
  top: 8px;
  position: absolute;
}

nav .xs-menu3 {
  width: 25px;
  height: 2px;
  background-color: #000;
  top: 16px;
  position: absolute;
}

nav .xs-menu1,
nav .xs-menu2,
nav .xs-menu3 {
  transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  /* Opera */
  -moz-transition: all 0.5s ease-out;
  /* Firefox */
  -webkit-transition: all 0.5s ease-out;
  /* GoogleChrome, Safari */
  -ms-transition: all 0.5s ease-out;
  /* IE */
}

nav .xs-menuclick1 {
  top: 8px;
  -o-transform: rotate(405deg);
  -moz-transform: rotate(405deg);
  -webkit-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  transform: rotate(405deg);
}

nav .xs-menuclick2 {
  background-color: rgba(255, 255, 255, 0);
}

nav .xs-menuclick3 {
  top: 8px;
  -o-transform: rotate(-405deg);
  -moz-transform: rotate(-405deg);
  -webkit-transform: rotate(-405deg);
  -ms-transform: rotate(-405deg);
  transform: rotate(-405deg);
}

#xs-menu {
  position: fixed;
  display: none;
  right: 0;
  top: 58px;
  list-style-type: none;
  background-color: white;
  padding: 0;
  z-index: 9999;
  width: 100%;
  height: 100% !important;
  font-size: 1rem;
  overflow-y: scroll;
  overflow-x: hidden;
  border-top: 1px solid #e5e5e5;
}

.xs-menu__item {
  border-bottom: 1px solid #e5e5e5;
}

.xs-menu__a {
  display: block;
  padding: .7rem 1rem;
  color: #333;
  background-size: 10px;
}

.xs-menu__row {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}

.xs-menu__col {
  text-align: center;
  border-right: 1px solid #e5e5e5;
}

.xs-menu__col_a {
  color: #333;
  display: block;
  padding: .5rem 0;
  font-size: .75rem;
}

.xs-menu__col_a img {
  height: 30px;
  padding-top: 4px;
  padding-bottom: 3px;
}
.xs-menu__sns {
    display: flex;
    justify-content: flex-start;
  align-items: center;
    padding: 1.5em 1em;
}

.xs-menu__sns_item img{
  width: 40px;
  margin: 0 0.5em;
}
.xs-menu__search {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 5rem;
}

.xs-menu__search_button {
  background: #fff;
  border: 1px solid #ced4da;
  width: 12%;
  height: 38px;
  float: right;
  position: relative;
}

.xs-menu__search_button img {
  width: 20px;
  position: absolute;
  top: 7px;
  left: 50%;
  margin-left: -10px;
}

.xs-menu__search .form-group {
  width: 87%;
  float: left;
}

.xs-menu__search .form-control {
  border-radius: 0;
}

.locked {
  height: 100%;
  overflow-y: hidden;
}

.support {
  font-size: 1.25rem;
}

.fixedbanner__area_sp {
  right: -1%;
  bottom: 2%;
}

.fixedbanner_sp {
  width: 36px;
  height: 150px;
  border: solid 2px #fff;
}

.fixedbanner_sp > p {
  padding: 0 7px 0 3px !important;
  font-size: 90%;
}

.fixedbanner__bro_sp {
  height: 90px;
}

@media (max-width: 1200px) {
  .header__logo_kcgedu {
    width: 90px;
    height: 26px;
  }

  .header__logo_kyotocomputergakuin {
    width: 223px;
    height: 24px;
  }


  .header__info-wrapper{
    padding: 1.1rem 0 0;
  }
  ul.header__list li a{
    font-size: 0.75rem;
  }
  ul.header__list img{
    margin-bottom: 0px;
  }
  .main_menu__a {
    font-size: .875rem;
  }
}

@media (max-width: 991px) {

  .header__logo_kcgedu {
    display: none;
    /* width: 75px;
    height: 26px; */
  }

  .header__logo_kyotocomputergakuin {
      width: 200px;
      height: 24px;
  }

  .header__contact{
    margin: 0 0.8rem 0 0;
    font-size: 1rem;
  }

  .header__contact span{
    font-size: 0.765rem;
  }

  ul.header__list li {
    padding: 0 0.25em;
  }

  .main_menu_school_info,
  .main_menu_career,
  .main_menu_edu_environment {
    flex: 0 0 12%;
  }

  .main_menu_departments {
    flex: 0 0 8%;
  }

  .main_menu_campuslife {
    flex: 0 0 16%;
  }

  .main_menu_event {
    flex: 0 0 20%;
  }

  .main_menu_admission {
    flex: 0 0 20%;
  }

  .card__title {
    font-size: 1.5rem;
  }

  .linkbtn_wh,
  .linkbtn_wh_down,
  .linkbtn_bl,
  .pagelink {
    padding: .5rem 1rem .5rem .5rem;
  }

  .linkbtn_wh:before,
  .linkbtn_bl:before {
    right: 10px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }

  .pagelink:before {
    right: 10px;
    width: 10px;
    height: 10px;
    margin-top: -8px;
  }

  .footer {
    padding: 30px 0;
  }

  .footer__bottomlist {
    display: none;
  }

  .footer__grouplist {
    font-size: 0.75rem;
  }

  .footer__address_p a {
    color: #fff;
    text-decoration: underline;
  }

  .bottombanner__title {
    font-size: 1.75rem;
    margin: 0;
  }

  .bottombanner__item {
    width: 100%;
    padding-left: 4rem;
    height: 5rem;
  }

  .bottombanner__text {
    font-size: .875rem;
  }

  .greeting__li {
    flex: 1 30%;
  }
}

@media (max-width: 767px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .sticky-top {
    position: sticky;
    position: -webkit-sticky;
    border-bottom: 1px solid #eee;
    top: -1px;
    background: #fff;
    width: 100%;
  }

  .locked .sticky-top {
    top: -1px !important;
  }

  .header {
    padding: 15px 0;
  }

  .support {
    font-size: 1.15rem;
  }

  .header__logo {
    padding: 0px;
  }

  /* .header__logo_kcgedu {
    display: none;
  } */

  .header__logo_kyotocomputergakuin {
    width: 240px;
    margin-left: 0;
  }

  .header__info-wrapper{
    display: none !important;
  }

  .header__tell_sp {
    max-width: 100%;
    margin: 15px auto;
    display: block;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.3;
    color: #333;
    text-decoration: none;
  }


  .pagetitle {
    padding-bottom: 3rem;
  }

  .pagetitle .container {
    padding: 0;
  }

  .pagetitle__item {
    width: 90%;
    text-align: left;
    margin: 1.5rem 0 0 0;
    padding: 1rem 0 1rem 1rem;
  }

  .pagetitle__item h1 {
    font-size: 1.5rem;
    margin-bottom: .5rem;
  }

  .pagetitle__item p {
    padding-top: .5rem;
  }

  .pagetitle__item p:before {
    margin-left: 0;
    left: 0;
  }

  .pagetitle__item__no_image {
    margin: 1rem 0 .5rem;
  }

  .pagetitle__item__no_image h1 {
    font-size: 1.5rem;
    margin-bottom: .5rem;
  }

  .pagetitle__item__no_image p {
    padding-top: .5rem;
  }

  .breadcrumb_list {
    padding-left: 15px;
  }

  .heading_h2 {
    font-size: 1.5rem;
    margin: 2rem 0 1rem 0;
  }

  .heading_h3 {
    font-size: 1.375rem;
  }

  .h3_fs-big {
    font-size:1.5rem;
  }

  .heading_h4 {
    font-size: 1.1875rem;
  }

  .h4_fs-big {
    font-size:1.375rem;
  }

  dt {
    font-size: 1.1875rem;
  }

  .pagelink {
    padding: .5rem 1rem .5rem 0;
  }

  .table-wrap {
    overflow: auto;
  }

  .table-wrap {
    position: relative;
    overflow-x: scroll;
    display: block;
    overflow-y: scroll;
  }

  table {
    min-height: 80px;
  }

  .table-wrap table {
    width: 920px;
  }

  .main_content .table-wrap .shrink,
  .main_content .double {
    width: 100%;
  }

  .table-wrap .shrink,
  .table-wrap .shrink ul,
  .table-wrap .shrink ol {
    font-size: 0.4375rem;
    max-width: 100%;
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    line-height: 1.5;
    margin: 0;
  }

  .table-wrap .shrink td,
  .table-wrap .shrink th {
    padding: 5px 3px;
    line-height: 1.5;
  }

  div.table-zoom-btn {
    display: block;
    width: 60px;
    height: 60px;
    opacity: 0.4;
    color: #fff;
    position: absolute;
    left: 10px;
    background: url(../../images/common/plus_icon.png) no-repeat center center rgba(0, 0, 0, 0.5);
    background-size: 32px auto;
    border-radius: 50%;
    top: 10px;
    cursor: pointer;
  }

  .double {
    border-color: #e3e3e2;
  }

  .double th,
  .double td {
    display: block;
    width: 100%;
    padding: 5px 10px;
  }

  .card__area {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card__title {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: .5rem;
    padding-right: 0;
  }

  .card__title:before {
    display: none;
  }

  .card__text {
    font-size: .75rem;
    margin-bottom: 0;
  }

  .card__item {
    padding: .5rem;
  }

  .bottombanner__area {
    padding: 1rem 0;
  }

  .profile_img {
    width: 50%;
    display: block;
    margin: 0 auto;
  }

  .bottombanner__a {
    width: 100%;
  }

  .bottombanner__brochure {
    border-right: none;
    border-bottom: 1px solid #c2c1c0;
  }

  .bottombanner__item {
    max-width: 420px;
    margin: 0 auto;
    height: auto;
  }

  .bottombanner__title {
    float: none;
    font-size: 1.5rem;
  }

  .bottombanner__text {
    width: auto;
  }

  .footer_linkbtn_h2 {
    margin-top: 60px;
    font-size: 1.75rem;;
  }

  .footer__upperlist {
    border: none;
  }

  .footer__upperlist_li {
    width: 50%;
    float: left;
    line-height: 2.5;
  }

  .footer__upperlist_a {
    display: block;
    border: none;
    padding: 0;
  }

  .greeting__li {
    flex: 1 50%;
    font-size: 85%;
  }

  .footer__grouplist {
    clear: both;
    background: transparent;
  }

  .footer__grouplist_li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer__grouplist_a {
    background: #fff;
    margin: 0 5px 5px 0;
    padding: 5px 0;
  }

  .footer__sns {
    width: 100%;
    float: none;
  }

  .footer__snslist {
    padding: 0;
  }

  .footer__snslist_li {
    width: 45px;
    margin: 0;
  }

  .footer__search {
    width: 100%;
  }

  .footer__search .form-group {
    width: 87%;
  }

  .footer__search button {
    width: 12%;
  }

  .footer__address {
    text-align: center;
    width: 100%;
  }

  .footer__address a {
    color: #fff;
  }

  .footer__address_inquiries {
    display: block;
    width: 100%;
  }

  .footer__copyright {
    font-size: .8rem;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .header .container {
    max-width: 100%;
  }
}

@media (max-width: 375px) {
  .xs-menu__col {
    padding-right: 7px;
    padding-left: 7px;
  }
}

