﻿@charset "UTF-8";
#ie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(img/pattern.png) 0 0 repeat;
  z-index: 999999; }
  #ie > div {
    width: 980px;
    padding: 50px 0;
    background: #000;
    margin: 140px auto 0;
    position: relative; }
    #ie > div > p {
      font-size: 18px;
      line-height: 180%;
      color: #fff;
      text-align: center; }
      #ie > div > p:first-child {
        margin-bottom: 50px; }
    #ie > div > .close {
      position: absolute;
      top: -32px;
      right: -32px;
      cursor: pointer; }

@media (min-width: 737px) {
  .sp {
    display: none; } }

#sp-menu {
  display: none; }

#sp-navigation {
  display: none;
  display: none; }

#sp-langage, .qtranxs-available-languages-message {
  display: none; }

body {
  min-width: 1200px;
  position: relative;
  margin: 0; }

.inner {
  width: 980px;
  margin: 0 auto;
  padding: 0; }


/*  footer  */
footer {
  width: 100%;
  min-width: 1200px;
  border-top: 1px solid #f6f6f6;
  position: relative;
  z-index: 1; }
  footer > #foot-top {
    background: #fff;
    margin: 0 auto;
    padding: 90px 0 70px; }
    footer > #foot-top > #social {
      margin: 0 0 45px;
      padding: 0;
      text-align: center; }
    footer > #foot-top > ul > li {
      display: inline-block;
      text-align: center;
      vertical-align: middle;
      margin: 0 15px 0 0; }
    footer > #foot-top > #logo1, footer > #foot-top > #logo2 {
      margin: 0 0 13px;
      padding: 0;
      text-align: center; }
    footer > #foot-top > #logo3 {
      margin: 0;
      padding: 0;
      text-align: center; }
    footer > #foot-top > #logo1 > li, footer > #foot-top > #logo2 > li, footer > #foot-top > #logo3 > li {
      margin-right: 20px; }
  footer > #foot-bottom {
    background: #e4e4e4;
    border-top: 1px solid #dddddd;
    margin: 0 auto;
    padding: 32px 0; }
    footer > #foot-bottom > .f1 > h2 {
      display: inline-block;
      margin-left: 30px; }
    footer > #foot-bottom > .f1 > p {
      display: inline-block;
      color: #3F3733;
      font-size: 13px;
      line-height: 140%;
      padding-left: 13px;
      margin-left: 15px;
      border-left: 1px solid #403733; }
    footer > #foot-bottom > .f2 {
      text-align: right; }
      footer > #foot-bottom > .f2 > ul {
        margin-bottom: 15px;
        margin-right: 28px; }
        footer > #foot-bottom > .f2 > ul > li {
          display: inline-block;
          font-size: 12px;
          line-height: 120%;
          padding-left: 15px;
          margin-left: 15px;
          border-left: 1px solid #403733; }
          footer > #foot-bottom > .f2 > ul > li:last-child {
            padding-right: 15px;
            border-right: 1px solid #403733; }
          footer > #foot-bottom > .f2 > ul > li > a {
            color: #403733;
            font-weight: bold;
            text-decoration: none; }
            footer > #foot-bottom > .f2 > ul > li > a:hover {
              text-decoration: underline; }
      footer > #foot-bottom > .f2 > .fb {
        margin-right: 18px; }
  footer > #copy {
    width: 100%;
    padding: 11px 0;
    text-align: center;
    line-height: 100%;
    background: #3e3531; }

/*  #title  */
section#title {
  width: 100%;
  padding: 50px 0 43px;
  margin: 0;
  text-align: center;
  position: relative;
}
  section#title h2 {
    text-align: center;
    margin: 0 auto 22px;
    padding: 0;
    font-size: 35px;
    font-weight: 900;
    line-height: 140%;
    text-align: center;
    color: #fff; }
  section#title p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 160%;
    margin: 0;
    padding: 0; }

#fun > section#title {
  background: #1db162; }

#life > section#title {
  background: #f0616a; }

#work > section#title {
  background: #663399; }

#study > section#title {
  background: #3391ca; }

#whykyoto > section#title {
  background: #FFBE0E; }

#study > section#title h2 {
  background: url(img/title_bg.png) center top no-repeat;
  padding-top: 18px; }

#life > section#title h2 {
  background: url(img/title_bg01.png) center top no-repeat;
  padding-top: 18px; }

#fun > section#title h2 {
  background: url(img/title_bg02.png) center top no-repeat;
  padding-top: 18px; }

#work > section#title h2 {
  background: url(img/title_bg03.png) center top no-repeat;
  padding-top: 18px; }

#study > section#title.index h2, #life > section#title.index h2, #fun > section#title.index h2, #work > section#title.index h2 {
  background: none;
  padding-top: 0; }

/*  #navigation */
section#navigation {
  width: 100%;
  padding: 24px 0 15px;
  margin: 0;
  text-align: center; }
  section#navigation > .inner > a {
    display: inline-block;
    padding: 0;
    margin: 0 20px 9px 0;
    color: #fff;
    font-size: 16px;
    line-height: 120%; }
    section#navigation > .inner > a > i {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin-right: 7px;
      border: 3px solid #fff;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      vertical-align: top; }

#fun > section#navigation {
  background: #F0616A; }

#life > section#navigation {
  background: #d85861; }

#work > section#navigation {
  background: #552b7e; }

#study > section#navigation {
  background: #2b7bac; }

#fun > section#navigation > .inner > a > i {
  border-color: #1DB162; }

#life > section#navigation > .inner > a > i {
  border-color: #f0616a; }

#work > section#navigation > .inner > a > i {
  border-color: #663399; }

#study > section#navigation > .inner > a > i {
  border-color: #3391ca; }

/*  2階層other  */
#page > #title, #news > #title {
  width: 100%;
  padding: 50px 0 54px;
  margin: 0;
  text-align: center;
  background: #ffbe0e; }

#page > #title h2, #news > #title h2 {
  font-size: 35px;
  font-weight: 900;
  line-height: 120%;
  text-align: center;
  color: #000;
  margin: 0; }

#page > #body {
  width: 100%;
  background: #fafafa;
  margin: 0;
  padding: 70px 0; }
  #page > #body h3 {
    font-size: 16px;
    line-height: 160%;
    font-weight: bold;
    padding: 0;
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 120%;
    color: #000;
    font-weight: 900;
    padding: 0 0 19px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 19px; }
    #page > #body h3:before {
      content: "";
      border-left: 5px solid #000;
      padding-left: 12px; }
  #page > #body p {
    font-size: 16px;
    line-height: 160%;
    font-weight: normal;
    padding: 0;
    margin: 0 0 20px;
    color: #444; }
  #page > #body.page p {
    font-size: 16px;
    line-height: 160%;
    color: #444;
    padding: 0;
    margin: 0 0 30px; }
  #page > #body ul {
    margin: 0 0 20px;
    padding: 0; }
    #page > #body ul > li {
      font-size: 16px;
      line-height: 160%;
      font-weight: normal;
      color: #444;
      text-indent: -1em;
      margin-left: 1em; }
  #page > #body a {
    color: #E5B119;
    text-decoration: underline; }
  #page > #body.privacy p {
    text-align: center;
    font-size: 18px;
    line-height: 220%; }
  #page > #body.contact p {
    text-align: center;
    font-size: 18px;
    line-height: 180%;
    color: #333; }
  #page > #body.contact small {
    font-size: 14px; }
  #page > #body.contact i {
    color: #ff0000;
    padding-right: 5px; }
  #page > #body.contact table {
    padding: 0;
    margin: 0 0 58px; }
  #page > #body.contact th {
    font-size: 18px;
    line-height: 120%;
    color: #333;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    padding: 20px 22px 0 0; }
  #page > #body.contact td {
    padding: 6px 0;
    width: 770px; }
    #page > #body.contact td > span.error {
      font-size: 14px;
      line-height: 180%;
      color: #ff000 !important; }
    #page > #body.contact td input, #page > #body.contact td textarea {
      width: 100%;
      border: 1px solid #E5E5E5;
      padding: 15px 14px 9px;
      font-size: 18px; }
    #page > #body.contact td select {
      height: 38px;
      border: 1px solid #C1C1C1;
      margin: 0;
      padding: 5px;
      vertical-align: middle;
      font-size: inherit;
      color: inherit;
      box-sizing: content-box;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+42,ededed+49,f3f3f3+100 */
      background: white;
      /* Old browsers */
      /* FF3.6+ */
      /* Chrome,Safari4+ */
      /* Chrome10+,Safari5.1+ */
      /* Opera 11.10+ */
      /* IE10+ */
      background: linear-gradient(to bottom, white 0%, #f6f6f6 42%, #ededed 49%, #f3f3f3 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
      /* IE6-9 */
      border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px; }
  #page > #body.contact #btn {
    text-align: center; }
    #page > #body.contact #btn input[type="submit"] {
      font-size: 14px;
      color: #333;
      line-height: 120%;
      font-weight: bold;
      padding: 21px 120px 16px;
      background: #FFBE0E;
      border: 1px solid #FFBE0E;
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      cursor: pointer;
      transition: 0.3s ease-in-out; }
      #page > #body.contact #btn input[type="submit"]:nth-child(2) {
        margin-right: 15px; }
      #page > #body.contact #btn input[type="submit"]:focus {
        outline: none; }
      #page > #body.contact #btn input[type="submit"]:hover {
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
        opacity: 0.6;
        transition: 0.3s ease-in-out; }
  #page > #body.contentslist > .inner > ul {
    width: 460px;
    float: left;
    padding: 0;
    margin: 0; }
    #page > #body.contentslist > .inner > ul:nth-child(2) {
      margin-left: 60px; }
      #page > #body.contentslist > .inner > ul:nth-child(2) > li:nth-child(1) > a {
        color: #FFBE0D;
        background: url(img/why_kyoto_bg.png) right center no-repeat; }
        #page > #body.contentslist > .inner > ul:nth-child(2) > li:nth-child(1) > a:before {
          border-color: #FFBE0D; }
      #page > #body.contentslist > .inner > ul:nth-child(2) > li:nth-child(2) > a {
        color: #3391CA;
        background: url(img/study_bg.png) right center no-repeat; }
        #page > #body.contentslist > .inner > ul:nth-child(2) > li:nth-child(2) > a:before {
          border-color: #3391CA; }
      #page > #body.contentslist > .inner > ul:nth-child(2) > li:nth-child(3) > a {
        color: #F05F6A;
        background: url(img/life_bg.png) right center no-repeat; }
        #page > #body.contentslist > .inner > ul:nth-child(2) > li:nth-child(3) > a:before {
          border-color: #F05F6A; }
      #page > #body.contentslist > .inner > ul:nth-child(2) > li:nth-child(4) > a {
        color: #1DB15F;
        background: url(img/fun_bg.png) right center no-repeat; }
        #page > #body.contentslist > .inner > ul:nth-child(2) > li:nth-child(4) > a:before {
          border-color: #1DB15F; }
      #page > #body.contentslist > .inner > ul:nth-child(2) > li:nth-child(5) > a {
        color: #663399;
        background: url(img/work_bg.png) right center no-repeat; }
        #page > #body.contentslist > .inner > ul:nth-child(2) > li:nth-child(5) > a:before {
          border-color: #663399; }
      #page > #body.contentslist > .inner > ul:nth-child(2) > li:nth-child(2) > ul > li > a {
        background: url(img/study_bg.png) left center no-repeat; }
        #page > #body.contentslist > .inner > ul:nth-child(2) > li:nth-child(2) > ul > li > a:hover {
          color: #3391CA; }
      #page > #body.contentslist > .inner > ul:nth-child(2) > li:nth-child(3) > ul > li > a {
        background: url(img/life_bg.png) left center no-repeat; }
        #page > #body.contentslist > .inner > ul:nth-child(2) > li:nth-child(3) > ul > li > a:hover {
          color: #F05F6A; }
      #page > #body.contentslist > .inner > ul:nth-child(2) > li:nth-child(4) > ul > li > a {
        background: url(img/fun_bg.png) left center no-repeat; }
        #page > #body.contentslist > .inner > ul:nth-child(2) > li:nth-child(4) > ul > li > a:hover {
          color: #1DB15F; }
      #page > #body.contentslist > .inner > ul:nth-child(2) > li:nth-child(5) > ul > li > a {
        background: url(img/work_bg.png) left center no-repeat; }
        #page > #body.contentslist > .inner > ul:nth-child(2) > li:nth-child(5) > ul > li > a:hover {
          color: #663399; }
    #page > #body.contentslist > .inner > ul > li {
      color: #000;
      font-size: 20px;
      font-weight: 900;
      line-height: 120%;
      padding: 0;
      margin: 0 0 14px 0;
      text-indent: 0; }
      #page > #body.contentslist > .inner > ul > li > a {
        display: block;
        margin: 0;
        padding: 14px 15px 14px 0;
        background: url(img/bg.png) right center no-repeat;
        color: #000;
        text-decoration: none;
        border-bottom: 1px solid #E5E5E5; }
        #page > #body.contentslist > .inner > ul > li > a:hover {
          filter: alpha(opacity=60);
          -moz-opacity: 0.6;
          opacity: 0.6; }
        #page > #body.contentslist > .inner > ul > li > a:before {
          content: "";
          border-left: 5px solid #000;
          padding-right: 11px; }
    #page > #body.contentslist > .inner > ul > li > ul {
      margin: 12px 0 0;
      padding: 0; }
      #page > #body.contentslist > .inner > ul > li > ul > li {
        margin: 0;
        padding: 0;
        text-indent: 0; }
        #page > #body.contentslist > .inner > ul > li > ul > li > a {
          background: url(img/bg.png) left center no-repeat;
          padding: 3px 0 3px 15px;
          font-size: 14px;
          line-height: 120%;
          color: #333;
          text-decoration: none; }

/*  個人情報保護方針  */
/*  お問合せ  */
/*  サイトマップ  */
/*  3階層メインコンテンツ */
#body {
  min-width: 1200px;
  background: #fff;
  position: relative; }
  #body > #content {
    width: 830px;
    margin: 0 auto 0 300px;
    padding: 70px;
    padding-right: 0;
    float: left; }

/*  3階層サイドナビ  */
#side-navi {
  position: absolute;
  top: 0;
  left: 0;
  width: 299px;
  height: 100%;
  background: #F6F6F6;
  border-right: 1px solid #ccc; }
  #side-navi > ul > li {
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e1e1e1; }
    #side-navi > ul > li > a {
      background: #F6F6F6;
      font-size: 14px;
      line-height: 120%;
      padding: 19px 18px 18px;
      margin: 0;
      display: block;
      color: #333;
      text-decoration: none;
      font-weight: bold; }
    #side-navi > ul > li:first-child > a {
      background: #ededed url(img/bg01.png) 277px center no-repeat;
      padding: 29px 0 28px 18px; }
    #side-navi > ul > li.active > a, #side-navi > ul > li > a:hover {
      background: #ededed;
      text-decoration: none; }

#fun #side-navi > ul > li > a {
  background: #F6F6F6 url(img/bg02.png) 277px center no-repeat; }

#fun #side-navi > ul > li.active > a, #fun #side-navi > ul > li > a:hover {
  background: #ededed url(img/bg02.png) 277px center no-repeat;
  color: #1DB162; }

#life #side-navi > ul > li > a {
  background: #F6F6F6 url(img/bg03.png) 277px center no-repeat; }

#life #side-navi > ul > li.active > a, #life #side-navi > ul > li > a:hover {
  background: #ededed url(img/bg03.png) 277px center no-repeat;
  color: #f0616a; }

#work #side-navi > ul > li > a {
  background: #F6F6F6 url(img/bg01.png) 277px center no-repeat; }

#work #side-navi > ul > li.active > a, #work #side-navi > ul > li > a:hover {
  background: #ededed url(img/bg01.png) 277px center no-repeat;
  color: #663399; }

#study #side-navi > ul > li > a {
  background: #F6F6F6 url(img/bg04.png) 277px center no-repeat; }

#study #side-navi > ul > li.active > a, #study #side-navi > ul > li > a:hover {
  background: #ededed url(img/bg04.png) 277px center no-repeat;
  color: #3391ca; }

#work #body > #content .twolinettl {
  position: relative;
  font-size: 28px;
  line-height: 120%;
  color: #663399;
  font-weight: 900;
  padding: 0 0 19px 15px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 19px; }
  #work #body > #content .twolinettl span {
    display: block; }

.kyotomologo {
  margin-top: 30px; }

#work #body > #content .twolinettl .smalltxt {
  font-size: 14px; }

#work #body > #content .twolinettl:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 5px;
  height: 88%;
  background: #663399;
  border: none;
  padding-left: 0; }

#work #body > #content .boxin {
  margin-top: 30px; }
  #work #body > #content .boxin h4 {
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #eee;
    line-height: 2.4;
    margin-bottom: 20px; }
  #work #body > #content .boxin img {
    margin-bottom: -20px; }

/*  共通  */
.box, .box2 {
  margin: 0 0 30px;
  padding: 0; }

.box > h4, .box2 > h4 {
  font-size: 14px;
  line-height: 120%;
  color: #333;
  font-weight: bold;
  padding: 0;
  margin: 0 0 7px; }

.box > h4, .box2 > p {
  font-size: 14px !important;
  line-height: 180% !important;
  color: #333;
  padding: 0;
  margin: 0 0 7px !important; }

.box > .in {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin: 0;
  padding: 20px 18px; }

.box2 > .in {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin: 0;
  padding: 20px 18px; }

.box > .in p, .box > .in li {
  font-size: 14px;
  line-height: 160%;
  color: #444;
  margin: 0;
  padding: 0; }

.box2 > .in p, .box2 > .in li {
  font-size: 14px;
  line-height: 160%;
  color: #444;
  margin: 0;
  padding: 0; }

.box > .in p, .box2 > .in p {
  font-size: 14px !important;
  margin: 0 !important; }

.box > .in li, .box2 > .in li {
  text-indent: -1.5em;
  margin-left: 1.5em; }

.box > .in ul.en, .box2 > .in ul.en {
  margin-left: 3em !important; }

.box > .in ul.en li, .box2 > .in ul.en li {
  list-style-type: lower-roman;
  text-indent: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 3px; }

.color-box {
  margin: 0 0 10px;
  padding: 16px 18px;
  background: #fff;
  border: 4px solid #000;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }

#study .color-box {
  border-color: #3391ca; }

#life .color-box {
  border-color: #f0616a; }

#fun .color-box {
  border-color: #1DB162; }

#work .color-box {
  border-color: #663399; }

#study .color-box h4 {
  color: #3391ca; }

#life .color-box h4 {
  color: #f0616a; }

#fun .color-box h4 {
  color: #1DB162; }

#work .color-box h4 {
  color: #663399; }

.color-box > h4 {
  font-size: 18px;
  font-weight: 900;
  line-height: 180%;
  padding: 0;
  margin: 0; }

.color-box > p {
  font-size: 14px !important;
  color: #333;
  line-height: 160%;
  margin: 0 !important;
  padding: 0; }

#fun .color-box {
  margin-bottom: 20px;
  padding: 16px; }
  #fun .color-box > .in > h4 {
    font-size: 20px;
    text-align: center;
    line-height: 120%;
    font-weight: 900;
    padding: 0;
    margin: 0 0 9px; }
  #fun .color-box > .in > p {
    font-size: 14px !important;
    margin-bottom: 14px !important;
    line-height: 160%;
    color: #444; }
    #fun .color-box > .in > p.img {
      margin-bottom: 17px !important;
      line-height: 100%; }
    #fun .color-box > .in > p.btn {
      margin-bottom: 0 !important;
      line-height: 100%; }

#fun .exchange .color-box > .in > p {
  margin-bottom: 0 !important; }

#page > #body.schoolsearch {
  position: relative; }
  #page > #body.schoolsearch > .inner > .school-box {
    width: 232px;
    margin: 0 14px 14px 0;
    padding: 0;
    border: 1px solid #F6F6F6;
    float: left;
    background: #fff;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px; }
    #page > #body.schoolsearch > .inner > .school-box:nth-child(4n) {
      margin-right: 0; }
    #page > #body.schoolsearch > .inner > .school-box > .in {
      padding: 30px 25px;
      text-align: center; }
      #page > #body.schoolsearch > .inner > .school-box > .in > .logo {
        padding: 0;
        margin: 0 0 9px;
        text-align: center; }
        #page > #body.schoolsearch > .inner > .school-box > .in > .logo > img {
          max-width: 100%; }
      #page > #body.schoolsearch > .inner > .school-box > .in > h3 {
        font-size: 18px;
        line-height: 120%;
        color: #3391CA;
        padding: 0;
        margin: 0 auto 15px;
        font-weight: 900;
        border-bottom: none; }
        #page > #body.schoolsearch > .inner > .school-box > .in > h3:before {
          content: none; }
      #page > #body.schoolsearch > .inner > .school-box > .in > .btn {
        margin: 0;
        padding: 0;
        text-align: center; }
        #page > #body.schoolsearch > .inner > .school-box > .in > .btn > a {
          display: block;
          color: #000;
          background: #FFBE0E;
          margin: 0;
          padding: 14px 0 12px;
          text-align: center;
          font-size: 14px;
          line-height: 160%;
          font-weight: bold;
          text-decoration: none;
          border-radius: 6px;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          transition: 0.3s ease-in-out; }
          #page > #body.schoolsearch > .inner > .school-box > .in > .btn > a:hover {
            filter: alpha(opacity=60);
            -moz-opacity: 0.6;
            opacity: 0.6;
            transition: 0.3s ease-in-out; }

#page > #body.search > .inner > div.mb020 > h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px; }
  #page > #body.search > .inner > div.mb020 > h4 > a {
    text-decoration: underline;
    color: #FF6600;
    line-height: 160%; }

#page > #body.search > .inner > div.mb020 > p {
  color: #333;
  font-size: 14px;
  line-height: 160%;
  padding: 0;
  margin: 0; }

.ui-helper-hidden-accessible {
  display: none; }

.ui-widget {
  background: #fff; }
  .ui-widget > li:hover {
    background: #FFCC00; }

.ui-corner-all {
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold; }

/*MAGAZINE
------------------------------------------*/
#page > #body.magazine-archive article {
  box-sizing: border-box;
  border: 1px solid #E5E5E5;
  background: #fff;
  padding: 19px;
  margin: 0 auto 18px; }
  #page > #body.magazine-archive article:last-child {
    margin-bottom: 50px; }

#page > #body.magazine-archive article > .img {
  width: 308px;
  float: left;
  line-height: 0;
  padding: 0;
  margin: 0; }
  #page > #body.magazine-archive article > .img img {
    max-width: 100%;
    height: auto; }

#page > #body.magazine-archive article > .com {
  float: right;
  width: 612px; }
  #page > #body.magazine-archive article > .com > .date {
    display: inline-block;
    line-height: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    padding: 8px 1em 6px;
    margin: 0 auto 2px;
    background: #FFBE0F; }
  #page > #body.magazine-archive article > .com > h4 {
    font-size: 20px;
    line-height: 160%;
    color: #000;
    padding: 0;
    margin: 0 auto 3px; }
  #page > #body.magazine-archive article > .com > .exp {
    padding: 0;
    margin: 10px auto 15px;
    font-size: 14px;
    line-height: 160%;
    color: #666; }
  #page > #body.magazine-archive article > .com > .link {
    font-size: 16px;
    line-height: 160%;
    font-weight: bold;
    padding: 0;
    margin: 0; }
    #page > #body.magazine-archive article > .com > .link > a {
      color: #BE8F0C;
      position: relative;
      text-decoration: none; }
      #page > #body.magazine-archive article > .com > .link > a:hover {
        text-decoration: underline; }
      #page > #body.magazine-archive article > .com > .link > a > i {
        display: inline-block;
        margin-right: 5px;
        position: relative;
        width: 17px;
        height: 1em;
        vertical-align: middle;
        margin-top: -3px; }
        #page > #body.magazine-archive article > .com > .link > a > i:before {
          position: absolute;
          top: 1px;
          left: 0px;
          display: block;
          content: '';
          width: 9px;
          height: 14px;
          background: url(img/arrow.png) 0 0 no-repeat; }
        #page > #body.magazine-archive article > .com > .link > a > i:after {
          position: absolute;
          top: 1px;
          left: 7px;
          display: block;
          content: '';
          width: 9px;
          height: 14px;
          background: url(img/arrow.png) 0 0 no-repeat; }

#page > #body.magazine-archive .wp-pagenavi {
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: top; }

#page > #body.magazine-single .wp-pagenavi {
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: top; }

#page > #body.magazine-archive .wp-pagenavi span, #page > #body.magazine-archive .wp-pagenavi a:hover {
  display: inline-block;
  background: #FFBE0E;
  color: #333;
  padding: 10px 15px;
  margin: 0 3px;
  vertical-align: top;
  font-weight: bold;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  text-decoration: none;
  border: 1px solid #FFBE0E; }

#page > #body.magazine-single .wp-pagenavi span, #page > #body.magazine-single .wp-pagenavi a:hover {
  display: inline-block;
  background: #FFBE0E;
  color: #333;
  padding: 10px 15px;
  margin: 0 3px;
  vertical-align: top;
  font-weight: bold;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  text-decoration: none;
  border: 1px solid #FFBE0E; }

#page > #body.magazine-archive .wp-pagenavi a, #page > #body.magazine-single .wp-pagenavi a {
  display: inline-block;
  background: #333;
  color: #fff;
  padding: 10px 15px;
  margin: 0 3px;
  vertical-align: top;
  font-weight: bold;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border: 1px solid #333;
  text-decoration: none; }

#page > #body.magazine-archive .wp-pagenavi .previouspostslink, #page > #body.magazine-archive .wp-pagenavi .nextpostslink, #page > #body.magazine-archive .wp-pagenavi .back {
  padding: 10px 30px; }

#page > #body.magazine-single .wp-pagenavi a {
  padding: 10px 30px; }

#page > #body.magazine-archive .wp-pagenavi .previouspostslink:hover, #page > #body.magazine-archive .wp-pagenavi .nextpostslink:hover, #page > #body.magazine-archive .wp-pagenavi .back:hover {
  padding: 10px 30px; }

#page > #body.magazine-single .wp-pagenavi a:hover {
  padding: 10px 30px; }

#page > #body .magazin_email {
  margin-top: 80px;
  text-align: center; }
  #page > #body .magazin_email a {
    color: #000;
    text-decoration: none;
    background: #FFBE0F;
    display: inline-block;
    padding: 15px 50px;
    font-weight: bold;
    font-size: 14px;
    transition: .3s ease-in-out; }
    #page > #body .magazin_email a:hover {
      opacity: 0.8; }
  #page > #body .magazin_email img {
    margin-bottom: 20px; }

.magazine-archive .cat .label a, .magazine-single .magazinerand_box .cat .label span {
  position: relative;
  box-sizing: border-box; }

.magazine-archive .cat, .magazine-single .magazinerand_box .cat {
  display: block;
  position: relative;
  box-sizing: border-box; }

.magazine-archive article .cat {
  position: absolute;
  top: 0;
  left: -1px;
  z-index: 50; }

.magazine-single .magazinerand_box .cat .label {
  position: absolute;
  top: -17px;
  left: -21px;
  z-index: 50; }

.magazine .cat .label {
  display: inline-block;
  margin-bottom: 10px; }

#page > #body .cat .label a, #page > #body.magazine-single .magazinerand_box .cat .label span {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold; }

#page > #body.magazine-archive .cat .label a, #page > #body.magazine-single .magazinerand_box .cat .label span {
  width: 60px;
  display: block;
  overflow: inherit;
  text-align: center;
  font-size: 11px;
  padding: 7px 5px;
  transition: .3s ease-in-out; }

#page > #body.magazine-archive .cat .label a:hover {
  opacity: 0.7; }

#page > #body.magazine-archive .cat .label a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-bottom: 20px solid transparent; }

#page > #body.magazine-single .magazinerand_box .cat .label span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-bottom: 20px solid transparent; }

.magazine .cat .label a, .magazine-single .magazinerand_box .cat .label {
  display: block;
  padding: 7px 10px;
  letter-spacing: 0.07em; }

.magazine .cat .label.work a, .magazine-single .magazinerand_box .cat .label.work span {
  background-color: #552B7E; }

.magazine .cat .label.fun a, .magazine-single .magazinerand_box .cat .label.fun span {
  background-color: #1DB162; }

.magazine .cat .label.life a, .magazine-single .magazinerand_box .cat .label.life span {
  background-color: #F0616A; }

.magazine .cat .label.study a, .magazine-single .magazinerand_box .cat .label.study span {
  background-color: #2B7BAC; }

.magazine .cat .label.other a, .magazine-single .magazinerand_box .cat .label span {
  background-color: #FFBE0E;
  color: #000; }

#page > #body.magazine-archive .cat .label.work a:before, #page > #body.magazine-single .magazinerand_box .cat .label.work span:before {
  border-left: 30px solid #552B7E;
  border-right: 30px solid #552B7E; }

#page > #body.magazine-archive .cat .label.fun a:before, #page > #body.magazine-single .magazinerand_box .cat .label.fun span:before {
  border-left: 30px solid #1DB162;
  border-right: 30px solid #1DB162; }

#page > #body.magazine-archive .cat .label.life a:before, #page > #body.magazine-single .magazinerand_box .cat .label.life span:before {
  border-left: 30px solid #F0616A;
  border-right: 30px solid #F0616A; }

#page > #body.magazine-archive .cat .label.study a:before, #page > #body.magazine-single .magazinerand_box .cat .label.study span:before {
  border-left: 30px solid #2B7BAC;
  border-right: 30px solid #2B7BAC; }

#page > #body.magazine-archive .cat .label.other a:before, #page > #body.magazine-single .magazinerand_box .cat .label span:before {
  border-left: 30px solid #FFBE0E;
  border-right: 30px solid #FFBE0E; }

#page > #body.magazine-archive .termttl {
  font-size: 28px;
  font-weight: 900;
  padding: 0;
  border-bottom: none;
  text-align: center;
  vertical-align: middle;
  margin: 0px 0 70px; }
  #page > #body.magazine-archive .termttl img {
    width: 25px;
    padding-right: 15px;
    margin-left: -15px; }
  #page > #body.magazine-archive .termttl:before {
    display: none; }

.magazine-archive .magazinecat-list {
  text-align: center;
  margin-bottom: 40px;
  margin-top: -10px;
  margin-left: -20px; }
  .magazine-archive .magazinecat-list a {
    display: inline-block;
    padding: 15px 30px;
    font-weight: bold;
    font-size: 16px;
    margin-top: 15px;
    margin-left: 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: .3s ease-in-out; }
    .magazine-archive .magazinecat-list a:hover {
      opacity: 0.8; }

#page > #body.magazine-archive .magazinecat-list a {
  color: #fff;
  text-decoration: none; }
  #page > #body.magazine-archive .magazinecat-list a.other {
    color: #000; }
  #page > #body.magazine-archive .magazinecat-list a.work {
    background-color: #552B7E; }
  #page > #body.magazine-archive .magazinecat-list a.fun {
    background-color: #1DB162; }
  #page > #body.magazine-archive .magazinecat-list a.life {
    background-color: #F0616A; }
  #page > #body.magazine-archive .magazinecat-list a.study {
    background-color: #2B7BAC; }
  #page > #body.magazine-archive .magazinecat-list a.other {
    background-color: #FFBE0E;
    color: #000; }

#page > #body.magazine-archive .backtolist {
  margin-top: 20px;
  text-align: center; }
  #page > #body.magazine-archive .backtolist a {
    background-color: #bdbdbd;
    color: #000;
    text-decoration: none;
    display: inline-block;
    padding: 15px 50px;
    font-weight: bold;
    font-size: 14px;
    transition: .3s ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; }
    #page > #body.magazine-archive .backtolist a:hover {
      opacity: 0.7; }

#page > #body.magazine-single article {
  word-wrap: break-word;
  word-break: break-all; }
  #page > #body.magazine-single article > h1 {
    font-size: 28px;
    line-height: 140%;
    color: #000;
    padding: 0 0 0 10px;
    margin: 0 auto;
    text-align: left;
    font-weight: bolder;
    border-left: 5px solid #000; }

/*MAGAZINE詳細
------------------------------------------*/
.magazine article {
  position: relative; }

#page > #body.magazine-single article .social > div {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0; }
  #page > #body.magazine-single article .social > div.fb {
    margin: 0; }
  #page > #body.magazine-single article .social > div.gp {
    width: 70px;
    overflow: hidden; }

#page > #body.magazine-single article .img {
  line-height: 0;
  margin: 0 auto 35px; }

#page > #body.magazine-single article > .body {
  font-size: 16px;
  line-height: 160%;
  color: #444;
  padding: 0;
  margin: 0 auto 78px; }

#page > #body.magazine-single article > .conts {
  margin: 0 auto 65px;
  padding: 0; }
  #page > #body.magazine-single article > .conts .pagelinkTtl {
    margin-top: -90px;
    padding-top: 100px;
    font-size: 18px;
    border-bottom: 1px dotted #afaaaa;
    padding-bottom: 7px;
    letter-spacing: 0.02em;
    color: #333;
    margin-bottom: 5px; }
    #page > #body.magazine-single article > .conts .pagelinkTtl:before {
      content: "◆";
      padding-right: 6px;
      color: #403f3f; }
  #page > #body.magazine-single article > .conts.conts2page {
    margin-top: 50px; }
  #page > #body.magazine-single article > .conts > h2 {
    text-align: left;
    margin: 0;
    padding: 0 0 0 10px;
    border-left: 5px solid #000;
    font-size: 20px;
    line-height: 120%;
    color: #333; }
  #page > #body.magazine-single article > .conts > .cont {
    border-top: 1px solid #E5E5E5;
    padding: 20px 0 0;
    margin: 10px auto 0;
    text-align: left; }
    #page > #body.magazine-single article > .conts > .cont p {
      font-size: 16px;
      line-height: 160%;
      color: #444;
      padding: 0;
      text-align: left;
      margin: 0 auto 1em; }
    #page > #body.magazine-single article > .conts > .cont img {
      max-width: 100%;
      height: auto; }
  #page > #body.magazine-single article > .conts table {
    text-align: left; }
    #page > #body.magazine-single article > .conts table tbody {
      border: 1px solid #E5E5E5; }
      #page > #body.magazine-single article > .conts table tbody tr {
        border-bottom: 1px solid #E5E5E5; }
    #page > #body.magazine-single article > .conts table th {
      font-size: 14px;
      line-height: 180%;
      color: #444;
      font-weight: bold;
      padding: 0 0 5px;
      text-align: left; }
    #page > #body.magazine-single article > .conts table tbody th {
      background: #F6F6F6;
      padding: 9px 14px 5px 10px;
      margin: 0;
      border-right: 1px solid #E5E5E5;
      text-align: left; }
    #page > #body.magazine-single article > .conts table td {
      font-size: 14px;
      line-height: 180%;
      color: #444;
      padding: 9px 14px 5px 10px;
      background: #fafafa;
      word-break: break-all; }
      #page > #body.magazine-single article > .conts table td.table {
        padding: 0; }
        #page > #body.magazine-single article > .conts table td.table > table tbody {
          border: none; }
          #page > #body.magazine-single article > .conts table td.table > table tbody tr:nth-child(odd) td {
            background: #F4F4F4; }
          #page > #body.magazine-single article > .conts table td.table > table tbody tr:last-child {
            border-bottom: none; }
          #page > #body.magazine-single article > .conts table td.table > table tbody tr > td:first-child {
            border-right: 1px solid #E5E5E5;
            width: 260px; }
          #page > #body.magazine-single article > .conts table td.table > table tbody tr > td:last-child {
            text-align: center; }

#page > #body .writer .name {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0 0 10px;
  color: #000; }

.magazinerand_wrap {
  margin-top: 100px;
  margin-bottom: 10px; }
  .magazinerand_wrap + .magazinerand_wrap {
    margin-top: 20px; }

.magazinerand_inner {
  overflow: hidden;
  margin-left: -2%;
  margin-top: 30px; }

.magazinerand_box {
  width: 31.3%;
  float: left;
  margin-left: 2%;
  background: #fff;
  padding: 10px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px;
  border: 1px solid #f3f3f3; }
  .magazinerand_box img {
    width: 100%; }
  .magazinerand_box a:hover > * {
    opacity: 0.8; }

#page > #body .magazinerand_box a {
  color: #333;
  text-decoration: none;
  font-size: 15px;
  display: block; }

.magazinerand_box .magazinerand_ttl {
  margin-top: 10px;
  line-height: 1.5;
  font-weight: bold;
  font-size: 15px; }

.magazine_exp {
  font-size: 13px;
  margin-top: 10px;
  line-height: 1.6; }

#page > #body .cat .label.other a {
  color: #000;
  text-decoration: none; }

#page > #body .magazinepager a {
  color: #000;
  text-decoration: none; }
  #page > #body .magazinepager a.magazinepager-back {
    background-color: #bdbdbd; }

.magazine-single .magazinepager {
  text-align: center; }
  .magazine-single .magazinepager a {
    background: #FFBE0F;
    color: #000;
    display: inline-block;
    padding: 15px 50px;
    font-weight: bold;
    font-size: 14px;
    transition: .3s ease-in-out; }
    .magazine-single .magazinepager a:hover {
      opacity: 0.8; }

.magazine .writer {
  display: table;
  margin-top: 15px; }
  .magazine .writer .img, .magazine .writer .contin {
    display: table-cell; }

.magazine.magazine-archive .writer {
  margin-top: 0; }

#page > #body.magazine.magazine-archive .writer a {
  text-decoration: none;
  transition: .3s ease-in-out; }
  #page > #body.magazine.magazine-archive .writer a:hover {
    opacity: 0.7; }

#page > #body.magazine.magazine-archive .writer .name {
  margin: 0;
  font-size: 15px;
  line-height: 1; }

.magazine .articlestar {
  border-top: 1px solid #E5E5E5;
  padding: 20px 0 0;
  margin: 10px auto 20px; }

.magazine .writer .contin {
  margin: 0;
  padding-left: 15px;
  vertical-align: middle; }

.magazine.magazine-archive .writer .contin {
  padding-left: 8px; }

.magazine .writer .img {
  width: 60px; }

.magazine.magazine-archive .writer .img {
  width: 40px; }

#page > #body .writertxt {
  font-size: 12px;
  margin-bottom: 0; }

#page > #body.magazine .writer a {
  text-decoration: none; }

.magazine .writer .img img {
  width: 100%;
  vertical-align: middle; }

.magazine .magazinecat_list {
  text-align: left; }

#page > #body .side-magazine .img {
  margin-bottom: 0; }

#page > #body .writer .name {
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.3; }

.notfound_wrap {
  background: #FFBE0F; }
  .notfound_wrap h3 {
    font-size: 15px;
    margin-bottom: 10px; }
  .notfound_wrap .nottxt {
    background: #C97E29;
    padding: 15px 10px 20px; }
    .notfound_wrap .nottxt p {
      line-height: 1.5; }
  .notfound_wrap .notimg {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0 0; }

#life .color-box.kyotohousing {
  overflow: hidden; }
  #life .color-box.kyotohousing p {
    margin-bottom: 10px; }
  #life .color-box.kyotohousing a {
    display: block;
    border: 1px solid #dedede;
    padding: 10px 40px;
    margin-top: 10px; }
  #life .color-box.kyotohousing img {
    width: 100%; }
  #life .color-box.kyotohousing h4 {
    background: #f0616a;
    margin: -11px -11px 7px;
    color: #fff;
    padding: 5px 16px 10px;
    line-height: 1.5; }

.side-magazine {
  width: 200px;
  float: right;
  position: relative;
  text-align: center;
  padding: 10px 0; }

@media screen and (max-width: 800px) {
  .magazine_article, .side-magazine {
    width: 100%;
    float: none; }
  #page > #body .side-magazine {
    margin-top: 80px; }
  .magazinerand_wrap {
    margin-top: 70px; } }

@media screen and (min-width: 640px) {
  #page > #body .side-magazine .img img {
    width: auto; }
  #life .color-box.kyotohousing a {
    width: 190px; }
  #life .color-box.kyotohousing h4 {
    background: #f0616a;
    margin: -16px -18px 6px;
    color: #fff;
    padding: 5px 16px 10px; }
  .notfound_wrap .notimg {
    width: 50%;
    margin: 0 auto; }
  .notfound_wrap h3 {
    font-size: 19px;
    margin-bottom: 20px; }
  .nottxt_inner {
    width: 790px;
    margin: 0 auto;
    padding: 30px 0 100px; }
  .side-magazine img {
    width: 100%; } }

.notfound_wrap .notimg img {
  width: 100%;
  height: auto;
  vertical-align: bottom; }

.g-recaptcha div {
  margin: 0 auto; }

#page > #body.schoolsearch .searchword_list {
  margin-left: -1em; }
  #page > #body.schoolsearch .searchword_list li {
    font-size: 14px;
    text-indent: 0em;
    display: inline-block;
    padding: 3px 15px;
    border: 1px solid #ccc;
    background-color: #fff; }

#page > #body.schoolsearch .school_search_wrap {
  background-color: #fff;
  padding: 20px 5%; }
  #page > #body.schoolsearch .school_search_wrap .school_search {
    background-color: #2E84B8;
    color: #fff;
    padding: 60px 0; }
    #page > #body.schoolsearch .school_search_wrap .school_search .schoolsearch-ttl {
      font-size: 1.6rem;
      letter-spacing: 0.1em; }
    #page > #body.schoolsearch .school_search_wrap .school_search .sub_choice_box {
      margin-top: 15px; }
      #page > #body.schoolsearch .school_search_wrap .school_search .sub_choice_box label, #page > #body.schoolsearch .school_search_wrap .school_search .sub_choice_box a {
        vertical-align: middle; }
      #page > #body.schoolsearch .school_search_wrap .school_search .sub_choice_box a {
        display: inline-block;
        margin-left: 15px;
        color: #fff; }
    #page > #body.schoolsearch .school_search_wrap .school_search .submit {
      margin-top: 10px; }
    #page > #body.schoolsearch .school_search_wrap .school_search input[type="submit"] {
      padding: 10px 50px 10px 40px;
      background: #FFBE0B url(img/search_icon.png) no-repeat 84% center/15px;
      font-weight: bold;
      border-radius: 3px; }
    #page > #body.schoolsearch .school_search_wrap .school_search input[type="submit"], #page > #body.schoolsearch .school_search_wrap .school_search input[type="button"] {
      -webkit-box-sizing: content-box;
      -webkit-appearance: button;
      -moz-appearance: button;
           appearance: button;
      border: none;
      box-sizing: border-box;
      cursor: pointer; }
    #page > #body.schoolsearch .school_search_wrap .school_search input[type="submit"]::-webkit-search-decoration, #page > #body.schoolsearch .school_search_wrap .school_search input[type="button"]::-webkit-search-decoration {
      display: none; }
    #page > #body.schoolsearch .school_search_wrap .school_search input[type="submit"]::focus, #page > #body.schoolsearch .school_search_wrap .school_search input[type="button"]::focus {
      outline-offset: -2px; }
    #page > #body.schoolsearch .school_search_wrap .school_search select {
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      border-radius: 0;
      border: 0;
      margin: 0;
      padding: 0;
      background: none transparent;
      vertical-align: middle;
      font-size: inherit;
      color: inherit;
      box-sizing: content-box; }
    #page > #body.schoolsearch .school_search_wrap .school_search .select_box {
      margin-top: 10px;
      overflow: hidden;
      background-color: #fff;
      color: #000;
      padding: 10px;
      position: relative;
      border-radius: 3px; }
      #page > #body.schoolsearch .school_search_wrap .school_search .select_box:after {
        content: '';
        position: absolute;
        bottom: 13px;
        right: 2.2%;
        margin: 0 0 0 -5px;
        width: 0;
        height: 0;
        border-right: 5px solid transparent;
        border-top: 5px solid #040404;
        border-left: 5px solid transparent; }
    #page > #body.schoolsearch .school_search_wrap .school_search select {
      width: 100%; }
    #page > #body.schoolsearch .school_search_wrap .school_search .search_freeword {
      margin-top: 10px;
      padding-bottom: 15px; }
      #page > #body.schoolsearch .school_search_wrap .school_search .search_freeword input[type="text"] {
        padding: 10px;
        border: none;
        border-radius: 3px;
        width: 100%;
        box-sizing: border-box; }
    #page > #body.schoolsearch .school_search_wrap .school_search .main_choice_box {
      margin-top: 15px; }

#search-modal {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 9999; }
  #search-modal > .search {
    width: 618px;
    margin: 0 auto;
    padding: 56px;
    background: #FFCC00;
    position: absolute;
    top: 114px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; }
    #search-modal > .search > a {
      position: absolute;
      top: -30px;
      right: -30px;
      cursor: pointer; }
    #search-modal > .search table {
      border: 3px solid #000; }
      #search-modal > .search table h2 {
        text-align: center; }
      #search-modal > .search table tr {
        margin: 0;
        border-bottom: 3px solid #000; }
        #search-modal > .search table tr.s2 {
          border-bottom: 2px dashed #000; }
        #search-modal > .search table tr:last-child {
          border: none; }
      #search-modal > .search table .search-modal_border_none {
        border-bottom: none; }
      #search-modal > .search table td {
        padding: 20px;
        background: none; }
      #search-modal > .search table .x2 {
        padding: 10px 10px 20px; }
      #search-modal > .search table button[type="submit"] {
        font-size: 14px;
        line-height: 120%;
        color: #FFCC00;
        background: #000;
        border: none;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        cursor: pointer;
        padding: 22px 120px 20px; }
  #search-modal .school_search {
    color: #000; }
    #search-modal .school_search .schoolsearch-ttl {
      font-size: 1.6rem;
      letter-spacing: 0.1em; }
    #search-modal .school_search .sub_choice_box {
      margin-left: -10px;
      margin-bottom: 10px; }
      #search-modal .school_search .sub_choice_box label, #search-modal .school_search .sub_choice_box a {
        display: inline-block;
        vertical-align: middle; }
      #search-modal .school_search .sub_choice_box a {
        display: inline-block;
        margin-left: 15px;
        color: #000; }
    #search-modal .school_search .submit {
      margin-top: 10px; }
    #search-modal .school_search input[type="submit"] {
      padding: 10px 50px 10px 40px;
      background: #FFBE0B url(img/search_icon.png) no-repeat 84% center/15px;
      font-weight: bold;
      border-radius: 3px; }
    #search-modal .school_search input[type="submit"], #search-modal .school_search input[type="button"] {
      -webkit-box-sizing: content-box;
      -webkit-appearance: button;
      -moz-appearance: button;
           appearance: button;
      border: none;
      box-sizing: border-box;
      cursor: pointer; }
    #search-modal .school_search input[type="submit"]::-webkit-search-decoration, #search-modal .school_search input[type="button"]::-webkit-search-decoration {
      display: none; }
    #search-modal .school_search input[type="submit"]::focus, #search-modal .school_search input[type="button"]::focus {
      outline-offset: -2px; }
    #search-modal .school_search select {
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      border-radius: 0;
      border: 0;
      margin: 0;
      padding: 0;
      background: none transparent;
      vertical-align: middle;
      font-size: inherit;
      color: inherit;
      box-sizing: content-box; }
    #search-modal .school_search .select_box {
      margin-top: 10px;
      overflow: hidden;
      color: #000;
      position: relative; }
    #search-modal .school_search select {
      width: 100%;
      padding: 10px;
      box-sizing: border-box;
      border-radius: 3px;
      background-color: #fff;
      background: #fff url("img/ico-select.png") no-repeat 95% center/10px 5px; }
      #search-modal .school_search select:hover {
        cursor: pointer; }
    #search-modal .school_search select:disabled {
      background: #dedede;
      border: 1px solid #ccc;
      color: #adadad; }
      #search-modal .school_search select:disabled:hover {
        cursor: default; }
    #search-modal .school_search .search_freeword {
      margin-top: 10px;
      padding-bottom: 15px; }
      #search-modal .school_search .search_freeword input[type="text"] {
        padding: 10px;
        border: none;
        border-radius: 3px;
        width: 100%;
        box-sizing: border-box; }
    #search-modal .school_search .main_choice_box {
      margin-top: 15px; }

#page.school_search_result #body {
  background-color: #FAFAFA; }
  #page.school_search_result #body .school_search_wrap {
    border-radius: 10px;
    background-color: #fff;
    padding: 20px 40px;
    margin-bottom: 70px; }

#body #schoolSearchPanel.school_search_panel .inner {
  width: auto;
  background-color: #2E84B8;
  color: #fff;
  padding: 60px 0;
  border-radius: 10px;
  padding: 15px 15px 25px; }

#body #schoolSearchPanel.school_search_panel .school_search_panel_ttl {
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; }
  #body #schoolSearchPanel.school_search_panel .school_search_panel_ttl:before {
    display: none; }

#body #schoolSearchPanel.school_search_panel .sub_choice_box {
  margin-top: 15px; }
  #body #schoolSearchPanel.school_search_panel .sub_choice_box label, #body #schoolSearchPanel.school_search_panel .sub_choice_box a {
    vertical-align: middle; }
  #body #schoolSearchPanel.school_search_panel .sub_choice_box a {
    display: inline-block;
    margin-left: 15px;
    color: #fff; }

#body #schoolSearchPanel.school_search_panel .submit {
  margin-top: 10px; }

#body #schoolSearchPanel.school_search_panel button[type="submit"] {
  padding: 10px 50px 10px 40px;
  background: #FFBE0B url(img/search_icon.png) no-repeat 84% center/15px;
  font-weight: bold;
  border-radius: 3px;
  cursor: pointer; }

#body #schoolSearchPanel.school_search_panel input[type="submit"], #body #schoolSearchPanel.school_search_panel input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

#body #schoolSearchPanel.school_search_panel input[type="submit"]::-webkit-search-decoration, #body #schoolSearchPanel.school_search_panel input[type="button"]::-webkit-search-decoration {
  display: none; }

#body #schoolSearchPanel.school_search_panel input[type="submit"]::focus, #body #schoolSearchPanel.school_search_panel input[type="button"]::focus {
  outline-offset: -2px; }

#body #schoolSearchPanel.school_search_panel select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box; }

#body #schoolSearchPanel.school_search_panel .select_box {
  margin-top: 10px;
  overflow: hidden;
  color: #000;
  position: relative; }

#body #schoolSearchPanel.school_search_panel select {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 3px;
  background-color: #fff;
  background: #fff url("img/ico-select.png") no-repeat 95% center/10px 5px; }
  #body #schoolSearchPanel.school_search_panel select:hover {
    cursor: pointer; }

#body #schoolSearchPanel.school_search_panel select:disabled {
  background: #dedede;
  border: 1px solid #9a9a9a;
  color: #adadad; }
  #body #schoolSearchPanel.school_search_panel select:disabled:hover {
    cursor: default; }

#body #schoolSearchPanel.school_search_panel .search_freeword {
  margin-top: 10px;
  padding-bottom: 15px; }
  #body #schoolSearchPanel.school_search_panel .search_freeword input[type="text"] {
    padding: 10px;
    border: none;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box; }

#body #schoolSearchPanel.school_search_panel .main_choice_box {
  margin-top: 15px; }

/*  header  */


.gnavi {
  margin-top: 55px; }
  .gnavi input {
    margin: 10px auto;
    border: none;
    width: 85%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 10px 5%;
    background: #fff url(img/input_bg.png) 97% center no-repeat;
    background-size: auto 50%;
    font-size: 12px; }
  .gnavi li a {
    display: block;
    padding: 20px 0; }
  .gnavi > li {
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4); }
    .gnavi > li a {
      font-size: 26px; }
      .gnavi > li a:hover {
        text-decoration: none; }
  .gnavi > li > ul {
    display: none; }
    .gnavi > li > ul > li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
      .gnavi > li > ul > li a {
        position: relative;
        font-size: 14px;
        display: block;
        padding: 20px;
        color: #fff;
        text-decoration: none;
        text-align: left; }
        .gnavi > li > ul > li a:after {
          content: "";
          position: absolute;
          width: 8px;
          height: 15px;
          top: 0;
          bottom: 0;
          right: 5px;
          margin: auto;
          background: url(img/sub_bg.png) no-repeat;
          background-size: contain; }
      .gnavi > li > ul > li:last-child {
        border-bottom: none; }
  .gnavi .study-nav {
    background: #3391CA; }
  .gnavi .life-nav {
    background: #F0606A; }
  .gnavi .work-nav {
    background: #663399; }
  .gnavi .fun-nav {
    background: #1DB162; }

.body-active {
  position: relative; }
  .body-active header .nav-pc_bottom {
    background-color: #ffb920;
    display: block;
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200; }

.sp-btn-lang .sp-lang_list-wrap {
  overflow: hidden;
  position: fixed;
  height: 0;
  transition: .3s ease-in-out;
  top: 55px;
  left: 0;
  background: #302926;
  width: 100%; }
  .sp-btn-lang .sp-lang_list-wrap .sp-lang_list {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  .sp-btn-lang .sp-lang_list-wrap li {
    float: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }

.sp-btn-lang a {
  color: #fff;
  display: block;
  padding: 20px;
  background: url(img/sub_bg.png) 96% center no-repeat;
  color: #fff;
  background-size: auto 25%;
  text-decoration: none;
  text-align: left;
  cursor: pointer; }
  .sp-btn-lang a.active {
    color: #FFCC00; }

.sp-btn-lang.active .sp-lang_list-wrap {
  opacity: 1;
  height: 100%;
  z-index: 200; }

.sp-submenu {
  background: #000; }
  .sp-submenu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    .sp-submenu li a {
      display: block;
      padding: 20px;
      font-size: 12px;
      background: url(img/sub_bg.png) 96% center no-repeat;
      color: #fff;
      background-size: auto 25%;
      text-decoration: none; }

footer {
  background-color: #fff; }
  footer ul {
    text-align: center; }
  footer li {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin: 15px 0 0 0; }
  footer .fb-en {
    width: 22%; }
  footer .fb-th {
    width: 34%; }
  footer .fb-ko {
    width: 32%; }
  footer .fb-cn {
    width: 27%; }
  footer .insta {
    width: 22%; }
  footer .youtube {
    width: 24%; }
  footer .weibo {
    width: 22%; }
  footer .bnr-area {
    margin-top: 20px; }
  footer .qs_best_student_cities {
    width: 9%; }
  footer .beyond {
    width: 13%; }
  footer .kyotomo {
    width: 10%; }
  footer .study_in_japan {
    width: 15%; }
  footer .study_in_japan_ryugaku_gaide {
    width: 19%; }
  footer .kyoto_study_program {
    width: 15%; }
  footer .kyoto_city_official_website {
    width: 15%; }
  footer .kyoto_prefectuer_web_site {
    width: 12%; }
  footer .the_consortium_of_universities_in_kyoto {
    width: 34%; }
  footer .kyoto_city_international_foundation {
    width: 22%; }
  footer .kyoto_profectional_international_center {
    margin-right: 10px; }
  footer .gakuseisaiten {
    width: 9%; }
  footer .travelandleisure2015 {
    width: 9%; }
  footer .jobpark {
    width: 20%; }
  footer .hataraku {
    width: 15%; }
  footer .copy {
    color: #fff;
    padding: 11px 0;
    text-align: center;
    background: #3e3531; }
  footer .foot-bottom {
    background: #e4e4e4;
    border-top: 1px solid #dddddd;
    margin: 60px auto 0;
    padding: 24px 0; }
  footer .inner {
    padding: 0; }
  footer .bottom-box {
    margin-bottom: 10px;
    text-align: center; }
    footer .bottom-box h2 {
      display: inline-block;
      margin-left: 30px; }
    footer .bottom-box .adress {
      margin-top: 20px;
      display: inline-block;
      color: #3F3733;
      font-size: 12px;
      line-height: 140%;
      padding-left: 13px;
      margin-left: 15px;
      text-align: left;
      border-left: 1px solid #403733; }
  footer .f2 ul {
    display: none; }
    footer .f2 ul li {
      border-left: 1px solid #403733; }
    footer .f2 ul a {
      font-weight: bold;
      color: #000;
      text-decoration: none;
      padding: 3px; }
  footer .f2 .fb {
    text-align: center; }

@media screen and (max-width: 400px) {
  footer .bottom-box {
    text-align: center; }
    footer .bottom-box h2 {
      width: 40%;
      margin: 0 auto;
      display: block; }
    footer .bottom-box .adress {
      display: block;
      text-align: center;
      margin: 20px 0 0;
      border-left: none;
      padding-left: 0; } }

.btn-spnav {
  float: right;
  width: 60px;
  height: 55px;
  right: 0;
  top: 0;
  background-color: #000; }

.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.menu-trigger {
  width: 40px;
  height: 30px;
  position: relative;
  margin: 13px 10px; }

.body-active header .btn-spnav {
  float: none;
  position: absolute;
  z-index: 210; }

.body-active header .menu-trigger {
  position: absolute; }

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px; }

.menu-trigger span:nth-of-type(1) {
  top: 0; }

.menu-trigger span:nth-of-type(2) {
  top: 13px; }

.menu-trigger span:nth-of-type(3) {
  bottom: 0; }

.body-active .menu-trigger span:nth-of-type(1) {
  top: -7px; }

.body-active .menu-trigger span:nth-of-type(2) {
  top: 13px; }

.body-active .menu-trigger span:nth-of-type(3) {
  bottom: -7px; }

.menu-trigger span:nth-of-type(1) {
  -webkit-animation: menu-bar01 .55s forwards;
  animation: menu-bar01 .55s forwards; }

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(20px) rotate(45deg); }
  50% {
    -webkit-transform: translateY(20px) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0); } }

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(20px) rotate(45deg);
            transform: translateY(20px) rotate(45deg); }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
            transform: translateY(20px) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0); } }

.menu-trigger span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1; }

.menu-trigger span:nth-of-type(3) {
  -webkit-animation: menu-bar02 .55s forwards;
  animation: menu-bar02 .55s forwards; }

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-20px) rotate(-45deg); }
  50% {
    -webkit-transform: translateY(-20px) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0); } }

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
            transform: translateY(-20px) rotate(-45deg); }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
            transform: translateY(-20px) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0); } }

.btn-spnav.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .55s forwards;
  animation: active-menu-bar01 .55s forwards; }

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(20px) rotate(0); }
  100% {
    -webkit-transform: translateY(20px) rotate(45deg); } }

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
            transform: translateY(20px) rotate(0); }
  100% {
    -webkit-transform: translateY(20px) rotate(45deg);
            transform: translateY(20px) rotate(45deg); } }

.btn-spnav.active span:nth-of-type(2) {
  opacity: 0; }

.btn-spnav.active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 .55s forwards;
  animation: active-menu-bar03 .55s forwards; }

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(-20px) rotate(0); }
  100% {
    -webkit-transform: translateY(-20px) rotate(-45deg); } }

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
            transform: translateY(-20px) rotate(0); }
  100% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
            transform: translateY(-20px) rotate(-45deg); } }

#page.school_search_result > #body #SearchResultBox {
  text-align: center; }
  #page.school_search_result > #body #SearchResultBox .school_result_ttl {
    font-size: 18px;
    color: #3291CA;
    font-weight: bold;
    margin-bottom: 10px; }
  #page.school_search_result > #body #SearchResultBox .search_keyword {
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
    padding: 5px 15px;
    border: 1px solid #ccc;
    margin-top: 10px; }
    #page.school_search_result > #body #SearchResultBox .search_keyword:empty {
      display: none; }

#page.school_search_result > #body #schoolSearchPanel.school_search_panel {
  margin: 70px auto 60px; }

#page.school_search_result > #body .school_search_wrap {
  margin-top: 30px; }
  #page.school_search_result > #body .school_search_wrap:empty {
    display: none; }
  #page.school_search_result > #body .school_search_wrap a {
    display: block; }
  #page.school_search_result > #body .school_search_wrap .school_title {
    margin-top: 10px; }
  #page.school_search_result > #body .school_search_wrap .inner {
    width: 95%;
    margin: 0 auto; }
  #page.school_search_result > #body .school_search_wrap .img {
    background-position: center;
    background-size: cover;
    padding-bottom: 75%;
    position: relative; }
    #page.school_search_result > #body .school_search_wrap .img .ico {
      position: absolute;
      bottom: 0;
      right: 0;
      background-color: #FFBE0B;
      padding: 4px 4px 0; }
    #page.school_search_result > #body .school_search_wrap .img .txt {
      display: none; }
  #page.school_search_result > #body .school_search_wrap .school_name {
    font-size: 16px;
    margin-left: 4px; }
  #page.school_search_result > #body .school_search_wrap .degree_box {
    border: none; }

#page.school_search_result > #body #body > #content .school_search_wrap .school_title {
  border-bottom: none; }

#page.school_search_result > #body .school_search_wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  #page.school_search_result > #body .school_search_wrap a {
    text-decoration: none; }
  #page.school_search_result > #body .school_search_wrap .school_box {
    margin-top: 20px;
    width: 50%; }

#page.school_search_result > #body .recommend_school_wrap a, #page.school_search_result > #body .school_search_wrap a {
  display: block; }

#page.school_search_result > #body .recommend_school_wrap .school_title, #page.school_search_result > #body .school_search_wrap .school_title {
  margin-top: 10px; }

#page.school_search_result > #body .recommend_school_wrap .inner, #page.school_search_result > #body .school_search_wrap .inner {
  width: 95%;
  margin: 0 auto; }

#page.school_search_result > #body .recommend_school_wrap .img, #page.school_search_result > #body .school_search_wrap .img {
  background-position: center;
  background-size: cover;
  padding-bottom: 75%;
  position: relative; }
  #page.school_search_result > #body .recommend_school_wrap .img .ico, #page.school_search_result > #body .school_search_wrap .img .ico {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #FFBE0B;
    padding: 4px 4px 0; }

#page.school_search_result > #body .recommend_school_wrap .school_name, #page.school_search_result > #body .school_search_wrap .school_name {
  font-size: 16px;
  margin-left: 4px; }

#page.school_search_result > #body .recommend_school_wrap .degree_box, #page.school_search_result > #body .school_search_wrap .degree_box {
  border: none; }

#page.school_search_result > #body .degree_box {
  display: inline-block;
  border: 1px solid #D0D0D0;
  padding: 4px;
  font-size: 12px;
  margin-bottom: 0; }
  #page.school_search_result > #body .degree_box span, #page.school_search_result > #body .degree_box img {
    width: auto;
    vertical-align: middle; }
  #page.school_search_result > #body .degree_box img {
    margin-right: 4px; }

#page.school_search_result > #body .school_title {
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 0; }
  #page.school_search_result > #body .school_title .school_type {
    font-size: 12px;
    padding: 5px;
    vertical-align: middle;
    color: #fff;
    background-color: #3291CA; }
    #page.school_search_result > #body .school_title .school_type:empty {
      display: none; }
  #page.school_search_result > #body .school_title .school_name {
    vertical-align: middle;
    color: #333;
    margin-left: 10px; }

#page.school_search_result > #body .school_appeal {
  margin-top: 15px;
  background-color: #F9F9F9;
  border-radius: 10px;
  padding: 10px 20px; }
  #page.school_search_result > #body .school_appeal ul {
    margin-left: -10px; }
  #page.school_search_result > #body .school_appeal li {
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 5px;
    padding: 3px 5px;
    display: inline-block;
    background-color: #fff;
    color: #3291CA;
    border: 1px solid #3291CA;
    text-indent: 0; }

#page.school_search_result > #body .link {
  margin-top: 6px;
  color: #298AC5;
  text-decoration: underline;
  text-align: right;
  font-size: 12px; }

@media screen and (min-width: 737px) {
 
  html:lang(vi) header .btn-list a {
    font-size: 10px; }
  html:lang(vi) header .inner {
    min-width: 1100px; }
  footer .inner {
    width: 1000px;
    padding-top: 40px; }
  footer li {
    padding-left: 10px; }
    footer li img {
      width: 100%; }
  footer .fb-en {
    width: 153px; }
  footer .fb-th {
    width: 225px; }
  footer .fb-ko {
    width: 212px; }
  footer .fb-cn {
    width: 171px; }
  footer .insta {
    width: 147px; }
  footer .youtube {
    width: 147px; }
  footer .weibo {
    width: 133px; }
  footer .bnr-area {
    margin-top: 4px; }
  footer .kyoto_study_program {
    width: 23%; }
  footer .study_in_japan_ryugaku_gaide {
    width: 22%; }
  footer .the_consortium_of_universities_in_kyoto {
    width: 27%; }
  footer .hataraku {
    width: 10%; }
  footer .foot-bottom {
    background: #e4e4e4;
    border-top: 1px solid #dddddd;
    margin: 60px auto 0;
    padding: 24px 0; }
    footer .foot-bottom .inner {
      padding: 0 20px;
      max-width: 1200px;
      width: auto;
      min-width: 1000px; }
    footer .foot-bottom .bottom-box {
      float: left;
      text-align: center; }
      footer .foot-bottom .bottom-box h2 {
        margin-left: 0; }
    footer .foot-bottom .f2 ul {
      display: block;
      font-size: 10px;
      border-right: 1px solid #403733; }
      footer .foot-bottom .f2 ul li {
        margin: 0 4px 0 0; }
    footer .foot-bottom .f2 .fb {
      text-align: center; }
    footer .foot-bottom .adress {
      margin-top: 0; }
  #page > #body.schoolsearch .school_search_wrap .school_box {
    width: 33.3%; }
  #search-modal .search h2 {
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0.3em;
    color: #000;
    font-weight: 900;
    text-align: center; }
  #search-modal .search input[type="submit"] {
    padding: 22px 120px 20px; }
  #search-modal .search table td {
    padding: 20px 40px; }
  #search-modal .search table .x2 {
    padding: 10px 10px 50px; }
  #search-modal .main_choice_box {
    margin-top: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -10px; }
  #search-modal .school_search .sub_choice_box {
    font-size: 0.9rem;
    margin-left: 0;
    text-align: center; }
  #search-modal .school_search label, #search-modal .school_search a {
    display: inline-block;
    vertical-align: middle;
    margin-top: 15px;
    cursor: pointer; }
  #search-modal .school_search select {
    font-size: 0.9rem; }
  #search-modal .select_box {
    width: 48.1%;
    margin-top: 0;
    margin-left: 10px; }
    #search-modal .select_box:after {
      bottom: 15px; }
    #search-modal .select_box:last-child {
      width: 100%; }
      #search-modal .select_box:last-child:after {
        right: 1.4%; }
  #search-modal .schoolsearch-ttl {
    font-size: 1.8rem; }
  #search-modal .left {
    width: 20%;
    float: left; }
  #search-modal .right {
    width: 80%;
    float: right; }
  #search-modal .search_freeword {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0; }
    #search-modal .search_freeword input[type="text"] {
      vertical-align: top;
      font-size: 0.9rem; }
  #search-modal .submit {
    margin-top: 10px; }
  #body #schoolSearchPanel.school_search_panel {
    max-width: 640px;
    margin: 0 auto 60px; }
    #body #schoolSearchPanel.school_search_panel .inner {
      padding: 25px 55px 35px; }
    #body #schoolSearchPanel.school_search_panel select {
      font-size: 0.9rem; }
    #body #schoolSearchPanel.school_search_panel .main_choice_box {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-left: -10px; }
      #body #schoolSearchPanel.school_search_panel .main_choice_box .select_box {
        width: 50%;
        margin-top: 0;
        margin-left: 10px; }
    #body #schoolSearchPanel.school_search_panel .sub_choice_box {
      width: 70%;
      margin: 5px auto 0;
      text-align: center; }
      #body #schoolSearchPanel.school_search_panel .sub_choice_box label {
        display: inline-block;
        margin-left: 15px; }
        #body #schoolSearchPanel.school_search_panel .sub_choice_box label:hover {
          cursor: pointer; }
      #body #schoolSearchPanel.school_search_panel .sub_choice_box label, #body #schoolSearchPanel.school_search_panel .sub_choice_box a {
        vertical-align: middle;
        margin-top: 10px;
        font-size: 0.9rem; }
    #body #schoolSearchPanel.school_search_panel .submit {
      text-align: center;
      margin-top: 30px; }
    #body #schoolSearchPanel.school_search_panel .search_freeword input[type="text"] {
      font-size: 0.9rem; }
  #SearchResultBox {
    margin-top: -20px; }
  .school_search_result #schoolSearchPanel.school_search_panel .main_choice_box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .school_search_result #schoolSearchPanel.school_search_panel .main_choice_box .select_box {
      width: 48% !important; }
      .school_search_result #schoolSearchPanel.school_search_panel .main_choice_box .select_box:nth-child(3) {
        margin-top: 10px !important;
        width: 100% !important; }
        .school_search_result #schoolSearchPanel.school_search_panel .main_choice_box .select_box:nth-child(3) select {
          background: #fff url("img/ico-select.png") no-repeat 97.1% center/10px 5px !important; }
  #page.school_search_result > #body .school_search_wrap {
    margin-top: 50px; }
    #page.school_search_result > #body .school_search_wrap .school_box {
      width: 33.3%;
      margin-left: 0; }
    #page.school_search_result > #body .school_search_wrap a {
      display: block;
      transition: .3s ease-in-out; }
      #page.school_search_result > #body .school_search_wrap a:hover {
        opacity: 0.8; }
    #page.school_search_result > #body .school_search_wrap .school_box {
      margin-top: 40px; }
      #page.school_search_result > #body .school_search_wrap .school_box .school_title {
        margin-top: 15px; }
      #page.school_search_result > #body .school_search_wrap .school_box .school_type {
        font-size: 12px; }
      #page.school_search_result > #body .school_search_wrap .school_box .school_name {
        font-size: 16px; }
    #page.school_search_result > #body .school_search_wrap .img .ico img {
      vertical-align: middle; }
    #page.school_search_result > #body .school_search_wrap .img .ico .txt {
      display: inline-block;
      font-size: 14px;
      vertical-align: middle;
      font-weight: bold;
      margin-left: 5px; } }
