@charset "UTF-8";
/*  レスポンシブ用CSS  */
.sp-contents{display: none;}
.pc-contents{display: block;}
@media screen and (max-width: 1400px) {
  header#header-top > .inner-headertop {
    margin: 0 auto;
    width: 96%;
  }
  header#header-top .top-information {
    width: 68%;
  }
  header#header-top .facebook-top {
    width: 30%;
  }
  #top > .wrap {
    margin: 30px auto 0;
  }
  nav#tnavi a .inner {
    margin:0 auto;
    width: 96%;
  }
  footer {
    padding: 40px 2%;
  }
}
@media screen and (max-width: 1200px) {
  nav#gnavi > .inner {
    margin:0 auto;
    width: 96%;
  }
  #contents > header > .inner {
    width: 96%;
  }
  .breadcrumb {
    margin: 22px auto 20px;
    width: 96%;
  }
  #contents > .wrap {
    margin: 0 auto;
    width: 96%;
  }
  #contents > .wrap > #sidenavi {
    width: 22%;
  }
  #contents > .wrap > .main {
    width: 76%;
  }
  #contents > .wrap > .main .subtitle {
    width: 100%;
  }
  footer > .inner {
    width: 100%;
  }
  #contents > .wrap > .main > .wrap-section section > figure img {
    width: 100%;
  }
  #contents.column-1 > .wrap {
    width: 96%;
  }
  .educator-list li {
    width: 20%;
  }
  .pre-footer {
    margin: 40px auto;
    -js-display: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 94%;
  }
  .pre-footer > .wrap-banner > a {
    margin:0 auto 10px;
    display: inline-block;
  }
}
@media screen and (max-width: 980px) {
.sp-contents{display: block;}
.pc-contents{display: none;}

  nav#gnavi {
    position: relative;
    -js-display: none;
    display: none;
    margin:0 auto;
    width: 94%;
    height: auto;
  }
  nav#gnavi > .inner {
    width: 100%;
  }
  header#header-top {
    margin:0 auto;
    width: 100%;
    height: auto;
    background:none;
  }
  header#header-top > .inner-headertop {
    display: block;
    margin:0 auto;
    width: 100%;
  }
  header#header-top > .inner-headertop h1.logo {
    display:block;
    position: relative;
    top: 0;
    left:  -4px;
    width: 268px;
    height: 85px;
    background: url(/img/parts.png) 0 0 no-repeat;
    background-size: 500px 500px;
    text-indent: -9999px;
  }
  header#header-top > .inner-headertop h2.catchcopy {
    display:none;
  }
  header#header-top > .inner-headertop h2.sp-catchcopy {
    display:block;
    margin:0 auto;
    width:94%;
  }
  header#header-top > .inner-headertop h2.sp-catchcopy figure img {
    width:100%;
  }
  header#header-top > .inner-headertop .ht-banner {
    position:relative;
    margin:10px auto 0;
    top:0;
    left:0;
    max-width:450px;
    width:94%;
    text-align:center;
  }
  header#header-top > .inner-headertop .ht-banner img {
    width:100%;
  }
  header#header-top > .inner-headertop .ht-banner2 {
    position:relative;
    margin:10px auto 0;
    top:0;
    left:0;
    max-width:450px;
    width:94%;
    text-align:center;
  }
  header#header-top > .inner-headertop .ht-banner2 img {
    width:100%;
  }

  header#header-top .top-information {
    margin:20px 0 0 0;
    padding:20px 10px;
    width: 100%;
    height: 200px;
    background:#eee;
  }
  header#header-top .top-information img:first-child {
    width:96%;
    margin:0 auto;
  }
  header#header-top .top-information ul li {
    flex-wrap: wrap;
  }
  header#header-top .top-information ul li > .date {
    margin-right:10px;
    width:auto;
  }
  header#header-top .top-information ul li > .category {
    margin: 0;
    width:auto;
  }
  header#header-top .top-information ul li > .title {
    margin-top:5px;
    width: 100%;
    line-height: 2.0em;;
  }
  header#header-top .facebook-top {
    margin:30px auto 0;
    padding:0;
    width: 94%;
  }
  #contents > header > .inner > .title > h1 {
  padding: 0 0 10px;
  font-size: 3.0rem;
  line-height:100%;
  }
  #top > .wrap {
    margin: 30px auto 0;
  }
  nav#tnavi a {
    display: flex;
    align-items: center;
    height:200px;
  }
  nav#tnavi a:first-child {
    margin-top:0;
  }
  nav#tnavi a .inner {
    padding:0 0px;
    width: 100%;
    height: auto;
    border-bottom: none;
  }
  nav#tnavi a .inner:before {
    display:none;
  }
  nav#tnavi a .inner h2 {
    margin:0 auto;
    font-size:2.4rem;
    line-height:120%;
    border-bottom: none;
  }
  nav#tnavi a:hover .inner h2 {
    border-bottom: none;
  }
  nav#tnavi a > .inner.odd > .border , nav#tnavi a > .inner.even > .border {
    display:none;
  }
  nav#tnavi a.banner-krij .inner h2 figure {
    margin:0 auto;
    width:90%;
  }
  nav#tnavi a.banner-krij .inner h2 figure img {
    width:100%;
  }
  #page-top {
    bottom: 10px;
    right: 10px;
  }
  footer {
    padding:20px 0;
  }
  footer > .inner {
    margin: 0 auto;
    display:block;
    width: 94%;
  }
  footer > .inner > nav {
    -js-display: block;
    display: block;
    margin:10px 0 0;
    width:100%;
  }
  footer > .inner > nav a {
    display:block;
    margin-bottom:2px;
    padding:20px 10px;
    width:100%;
    font-size:1.6rem;
    text-align:center;
    background:#45B9CB;
    box-sizing:border-box;
  }
  footer nav > .punctuation {
    display:none;
  }
  footer > .inner > nav a.btn-facebook {
    display:block;
    margin:0;
    padding:20px 10px;
    width:100%;
    height:auto;
    font-size:1.6rem;
    text-align:center;
    background:#45B9CB;
    box-sizing:border-box;
    text-indent: 0;
  }
  .pre-footer > .wrap-facebook {
    margin-top:20px;
  }
/* --------------------------------------------------------
	contents
-------------------------------------------------------- */
  #contents > header > .inner {
    width: 94%;
  }
  body#contents > #hamburgericonmenuwrapper > .logo {
    display: block;
    position: absolute;
    top: -90px;
    left: 0px;
    width: 268px;
    height: 85px;
    background: url(/img/parts.png) 0 0 no-repeat;
    background-size: 500px 500px;
    text-indent: -9999px;
  }
  #contents > header > .inner > .title {
    width: 100%;
  }
  #contents > header > .inner > .title > h2 {
    padding:0;
    font-size:2.4rem;
    line-height:100%;
    border-bottom: none;
  }
  #contents > header > .inner > .title > .border {
    display:none;
  }
  .breadcrumb {
    margin:10px 0;
    background:#eee;
  }
  .breadcrumb > .inner {
    width: 94%;
    line-height:130%;
  }
.breadcrumb > .inner:after {
    display:none;
  }
  #contents > header {
    margin-top: 90px;
  }
  #contents > .wrap {
    -js-display: block;
    display: flex;
    flex-direction: column-reverse;
    width: 94%;
  }
  #contents > .wrap > #sidenavi {
    width: 100%;
    margin-top:2em;
  }
  #contents > .wrap > #sidenavi a {
    height:40px;
    font-weight:normal;
    font-weight: bold;;
  }
  #contents > .wrap > .main {
    margin-top:20px;
    width: 100%;
  }
  #contents > .wrap > .main .subtitle {
    padding:20px 10px;
    width: 100%;
    height:auto;
  }
  #contents.about > .wrap > .main .subtitle {
    padding:30px 10px;
    background-position: left bottom;
  }
  #contents.ckd > .wrap > .main .subtitle {
    padding:20px 10px;
    background-position: left top;
  }
  #contents.educator > .wrap > .main .subtitle {
    padding:30px 10px;
    background-position: left top;
  }
  #contents.circle > .wrap > .main .subtitle {
    padding:30px 10px;
    background-position: right bottom;
  }
  #contents.krij > .wrap > .main .subtitle {
    padding:30px 10px;
    background-position: left bottom;
  }
  #contents > .wrap > .main > .subtitle > .inner > h3 {
    font-size: 2.4rem;
  }
  #contents > .wrap > .main > .subtitle > .inner >h4 {
    font-size: 1.8rem;
    line-height: 1.6em;
  }
  #contents > .wrap > .main > .wrap-section .message .wrap-img p {
    font-size: 1.2rem;

  }
  #contents > .wrap > .main > .wrap-section > section.accessmap figure {
    width: 100%;
  }
  #contents > .wrap > .main > .wrap-section section > figure img {
    width: 100%;
  }
  #contents > .wrap > .main > .wrap-section section > figure.bg-imgckdindex img {
    width: 90%;
  }
  #contents > .wrap > .main > .wrap-section section > figure.bg-imgckdindex02 img {
    width: 90%;
  }
  #contents > .wrap > .main > .wrap-section section > figure.bg-imgckdapp img {
    width: 96%;
  }
  table.checktbl th {
    display:block;
    width: 100%;
    box-sizing:border-box;
  }
  table.checktbl td {
    display:block;
    width: 100%;
    box-sizing:border-box;
  }
  .check .checkbtn a {
    width: 90%;
}
  #contents.column-1 > .wrap {
    width: 94%;
  }
  #contents > .wrap > .main {
    margin-top: 20px;
  }
  #contents.column-1 > .wrap > .main {
    margin-top: 0;
  }
  #contents > .wrap > .main > .wrap-section {
    padding: 15px 10px 10px 10px;
        min-height: 100px;
  }
  #contents.ckdabout > .wrap > .main > .wrap-section > section .note > .inner-note {
    padding: 0 10px 10px 10px;
  }
  .check #result_img {
    width: 100%;
  }
  .wrap-applist {
    width: 100%;
  }
  .wrap-applist > div {
    width: 100%;
  }
  .table-educatordl {
    width:100%;
  }
  .table-educatordl tr th, .table-educatordl tr td {
    padding:10px 2px;
  }
  .table-educatordl tr th:first-child {
    display:none;
  }
  .educator .past-list dt {
    width: 35%;
  }
  .educator .past-list dd {
    width: 65%;
  }
  .educator .innernav a {
    margin-bottom:10px;
    width:100%;
  }
  .educator .innernav a:last-child {
    margin-bottom:0;
  }
  .educator .information-list li > .date {
    margin-bottom:5px;
    width:100%;
  }
  .educator .information-list li > .title {
    padding:0;
    width:100%;
    border-left:none;
  }
  .educator-list li {
    width: 25%;
}

  .krij section ul {
    margin-left: 10px;
  }
  .krij section ul li {
    line-height:120%;
  }
  .certification section ul.certification-listA {
    margin-left: 0;
  }
  .certification section ul.certification-listB {
    margin-left: 20px;
  }
  .certification section ul.certification-listC li {
    padding: 10px 3px;
  }
  .certification section ul.certification-listC li a {
    -js-display: flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .certification section ul.certification-listC li p {
    height: auto;
    font-size:1.4rem;
    line-height:120%;
    text-align:center;
  }
  .certification section ul.certification-listC li figure {
    flex-wrap: wrap;
  }
  .certification section ul.certification-listC li figure img {
    width:100%;
    height:auto;
  }
  .certification section .btn-application {
    width: 100%;
  }

}
@media screen and (max-width: 768px) {
  #contents > .wrap > .main > .subtitle > .inner > h1 {
    font-size: 2.0rem!important;
    line-height: 1.5!important;
}
}
@media screen and (max-width: 480px) {
  .news .news-list li > .date {
    min-width: 100px;
  }
  .educator-list li {
    width: 50%;
    text-align:left;
  }
}
