@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/chugaku/lib/fonts/YakuHanJP-Light.eot);
  src: url(/chugaku/lib/fonts/YakuHanJP-Light.woff2) format("woff2"), url(/chugaku/lib/fonts/YakuHanJP-Light.woff) format("woff");
  unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01, U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/chugaku/lib/fonts/YakuHanJP-Regular.eot);
  src: url(/chugaku/lib/fonts/YakuHanJP-Regular.woff2) format("woff2"), url(/chugaku/lib/fonts/YakuHanJP-Regular.woff) format("woff");
  unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01, U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/chugaku/lib/fonts/YakuHanJP-Medium.eot);
  src: url(/chugaku/lib/fonts/YakuHanJP-Medium.woff2) format("woff2"), url(/chugaku/lib/fonts/YakuHanJP-Medium.woff) format("woff");
  unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01, U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/chugaku/lib/fonts/YakuHanJP-Bold.eot);
  src: url(/chugaku/lib/fonts/YakuHanJP-Bold.woff2) format("woff2"), url(/chugaku/lib/fonts/YakuHanJP-Bold.woff) format("woff");
  unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01, U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
body{
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
body,
body ul,
body ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
body,
body *{
  box-sizing: border-box;
}
body a,
body a:hover,
body a:focus,
body a:visited {
  text-decoration: none;
}
body img{
  max-width: 100%;
  vertical-align: bottom;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/lib/fonts/glyphicons-halflings-regular.eot');
  src: url('/lib/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/lib/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/lib/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/lib/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/lib/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
a.blank-link {
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: 100;
}
a.blank-link:after {
  content: "\e164";
  margin-left: .4em;
  font-family: 'Glyphicons Halflings';
  font-size: 0.8em;
}

.l-header {
  position: relative;
  background-color: #fff;
  border-bottom: 3px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 15px 0 12px;
}
@media screen and (max-width: 767px) {
  .l-header {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 1px solid #ccc;
    padding: 0;
  }
}
.l-header__logo img {
  width: 190px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .l-header__logo img {
    width: 30%;
    margin: 7px 0 8px 15px;
  }
}
.l-header__title {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .l-header__title {
    font-size: 12px;
    width: 100%;
    padding: 6px;
    background: #eee;
    text-align: center;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-header__title {
    display: none;
  }
}

/* [ページ上部に戻るボタン] */
.back-page-top {
  background-color: rgba(220,220,220,.5);
  border-radius: 50%;
  padding: 10px 15px;
  position: fixed;
  bottom: 70px;
  right: 5%;
  color: #00aaff;
  cursor: pointer;
  display: none;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .back-page-top {
    display: none;
  }
}
.youji .back-page-top {
  color: #4aafa0;
}

section > .container {
  padding-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .container {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
  }
  section section .container {
    width: 100%;
  }
  .container-fluid {
    width: 90%;
    max-width: 1000px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  section section > .container {
    padding-right: 0;
    padding-left: 0;
  }
  .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
.clearfix::before,
.clearfix::after,
.container:before,
.container:after,
.row::before,
.row::after{
  content: " ";
  display: table;
}
.clearfix::after,
.container:after,
.row::after{
  clear: both;
}

/* footer
----------------------------------------------*/
body footer {
  background-color: #333;
  color: #fff;
  font-size: 12px;
  padding-bottom: 20px;
}
body footer a, 
body footer a:hover, 
body footer a:visited {
  color: #fff;
}
body footer .copyright {
  text-align: center;
}
body footer .copyright .justsystems-logo {
  display: block;
  width: 196px;
  height: auto;
  margin: 0 auto 5px;
}
@media screen and (max-width: 767px) {
  footer.has-btn-area {
    padding-bottom: 60px;
  }
  body footer ul {
    margin-bottom: 15px;
  }
  body footer ul li {
    border-bottom: 1px solid #000;
    margin-bottom: 0;
  }
  body footer ul li a {
    display: block;
    padding: 10px 15px;
  }
  body footer ul li a:after {
    content: "\e080";
    float: right;
    font-family: 'Glyphicons Halflings';
  }
}
@media screen and (min-width: 768px) {
  body footer {
    padding-top: 20px;
    text-align: center;
  }
  footer.has-btn-area {
    margin-bottom: 61px;
  }
  body footer ul {
    margin-bottom: 20px;
  }
  body footer ul li {
    display: inline-block;
    padding: 0 15px;
  }
  body footer ul li .glyphicon {
    font-size: 0.8em;
    margin-left: 5px;
    vertical-align: 1px;
  }
}

/* .sitemap
----------------------------------------------*/
.sitemap {
  border-top: 2px solid #5C6166;
  background-color: #f7f7f7;
  padding: 20px 0 50px;
}
.sitemap.ele { border-color: #d70c25; }
.sitemap.mid { border-color: #003585; }
.sitemap .site-logo a {
  color: #000;
}

@media screen and (min-width: 768px) {
  .sitemap .site-logo {
    width: 300px;
    margin: 0;
  }
  .sitemap .site-logo:after {
    content: "";
    display: block;
    clear: both;
  }
  .sitemap .site-logo img {
    max-width: 160px;
    height: 42px;
    margin: 0 auto;
    float: none;
    display: block;
  }
  .sitemap .site-logo span {
    padding-top: 8px;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    float: left;
  }
}

@media screen and (max-width: 767px) {
  .sitemap                   { padding: 0; }
  .sitemap.ele, .sitemap.mid { padding-bottom: 10px; }
  .sitemap .site-logo {
    margin: 0;
    padding: 10px;
  }
  .sitemap .site-logo:after {
    content: "";
    display: block;
    clear: both;
  }
  .sitemap .site-logo img {
    max-width: 54%;
    margin-right: 10px;
    float: left;
  }
  .sitemap .site-logo span {
    padding-top: 8px;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    float: left;
  }
  .sitemap .nav {
    border-top: solid 1px #c8c8c8;
    margin: 0;
  }
  .sitemap .nav > li {
    border-bottom: solid 1px #c8c8c8;
  }
  .sitemap .nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #000;
  }
  .sitemap .nav > li > a:hover,
  .sitemap .nav > li > a:focus {
    background-color: transparent;
  }
  .sitemap .nav > li > a:after {
    color: #ed7019;
    content: "\e080";
    float: right;
    font-family: 'Glyphicons Halflings';
  }
  .sitemap .nav > li > a[aria-expanded="true"]:after {
    content: "\e114";
  }
  .sitemap .nav > li > ul {
    border-top: solid 1px #c8c8c8;
    margin-top: 0;
    margin-bottom: 0;
  }
  .sitemap .nav > li > ul > li {
    border-bottom: solid 1px #c8c8c8;
  }
  .sitemap .nav > li > ul > li:last-child {
    border-bottom: none;
  }
  .sitemap .nav > li > ul > li > a {
    position: relative;
    display: block;
    padding: 15px 15px 15px 30px;
    color: #000;
  }
  .sitemap .nav > li > ul > li > a:after {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #19B6A9;
    content: "\e080";
    float: right;
    font-family: 'Glyphicons Halflings';
  }
  .sitemap .nav > li > ul > li > a span {
    display: block;
    margin-top: 5px;
    color: #898989;
}
  .sitemap .login-area {
    margin: 0 10px;
  }
  .sitemap .bnr-smile {
    background-color: #fff;
    border: 1px solid #c8c8c8;
    margin: 10px 10px 0;
  }
  .bnr-smile img {
    width: 153px;
    height: auto;
    margin: 7px auto;
  }

  /* 20190408 共通footer */
  .common-map {
    padding: 0;
  }
  .common-map .site-logo {
    margin-bottom: 0;
    padding: 0;
    background: #FFF;
  }
  .common-map > div > section {
    padding: 0;
  }
  .common-map .site-logo > a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    text-decoration: none;
  }
  .common-map .site-logo img {
    width: auto;
    margin-right: 0;
    max-height: 24px;
    float: inherit;
  }
  .common-map .site-logo span {
    padding-top: 0;
    font-size: 16px;
    font-weight: bold;
    float: inherit;
  }

  .common-map .nav-change-grade {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .common-map .nav-change-grade li {
    position: relative;
    width: 50%;
    float: inherit;
    border-right: none;
  }
  .common-map .nav-change-grade li:nth-child(even) {
    border-right: 1px solid #c8c8c8;
  }
  .common-map .nav-change-grade li.btn-home {
    width: 100%;
  }
  .common-map .nav-change-grade li > a {
    position: relative;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: normal;
    color: #333;
  }
  .common-map .nav-change-grade li > a:active {
    background: #ebebeb;
  }
  .common-map .nav-change-grade li > a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: .6em;
    height: .6em;
    margin: auto 0;
    border-top: 1px solid #808080;
    border-right: 1px solid #808080;
    transform: rotate(45deg);
  }
  .common-map .nav-change-grade.list-odd li:last-child::before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -100%;
    width: 100%;
    border-bottom: 1px solid #c8c8c8;
  }
}

@media screen and (min-width: 768px) {
  .sitemap h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 8px;
  }
  .sitemap .sitemap-group:before {
    content: "";
    display: block;
    /*width: 97.6%;
    max-width: 1000px;*/
    height: 1px;
    margin: 20px 15px;
    border-bottom: 1px solid #c8c8c8;
  }
  .sitemap-ele .sitemap-group:before,
  .sitemap-mid .sitemap-group:before { width: 97%; }

  .sitemap ul li {
    margin-bottom: 8px;
    text-align: left;
  }
  .sitemap ul li a {
    color: #000;
    font-size: 13px;
  }
  .sitemap ul li a:hover {
    text-decoration: underline;
  }
  .sitemap ul li:before {
    color: #ed7019;
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    margin-right: .3em;
    font-size: 12px;
  }
  .sitemap ul > li > ul {
    margin-left: 21px;
  }
  .sitemap ul > li > ul > li:before {
    display: none;
  }

  .sitemap .bnr {
    background-color: #fff;
    border: solid 1px #ccc;
    padding: 12px 0 10px;
    margin-bottom: 10px;
  }
  .sitemap .bnr:hover {
    opacity: .7;
  }
  .sitemap .bnr > div {
    width: 90%;
    max-width: 190px;
    max-height: 50px;
    margin: 0 auto 12px;
  }
  .sitemap .bnr > div > img {
    max-height: 50px;
  }
  .sitemap .bnr > p {
    margin: 0 8px;
    font-size: 11px;
    text-align: center;
    color: #000;
  }
}
.nav-change-grade {
  margin-bottom: 0;
}
.site-logo + .nav-change-grade.list-unstyled {
  border-top: solid 1px #c8c8c8;
}
.nav-change-grade li {
  border-right: solid 1px #c8c8c8;
  border-bottom: solid 1px #c8c8c8;
  width: 33.33333333%;
  margin-bottom: 0;
  float: left;
}
.nav-change-grade.without-new1st li.btn-grade-1st,
.nav-change-grade.without-new1st li.btn-grade-2nd,
.nav-change-grade.without-new1st li.btn-grade-3rd {
  border-top: solid 1px #c8c8c8;
}
.nav-change-grade li.btn-grade-new1st,
.nav-change-grade li.btn-grade-3rd,
.nav-change-grade li.btn-grade-6th,
.nav-change-grade li.btn-grade-nencho {
  border-right: none;
}
.nav-change-grade li.btn-grade-new1st {
  width: 100%;
  float: none;
}
.site-logo + .nav-change-grade li.btn-grade-new1st {
  border-top: solid 1px #c8c8c8;
}
.nav-change-grade li > a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 7px 0 7px 15px;
}

.nav-change-grade.ele li > a > i {
  font-size: 24px;
  vertical-align: -1px;
}
.nav-change-grade.ele li > a {
    padding-left: 42px;/* 背景ベタ */
  font-family: 'GenJyuuGothic';
  transform: rotate(0.1deg);
}
/* [小学：学年別] */
.nav-change-grade.ele li.btn-grade-new1st > a { letter-spacing: -1px; }
.nav-change-grade.ele li.btn-grade-1st > a    { letter-spacing: -3px; }
.nav-change-grade.ele li.btn-grade-new1st > a { color: #77caf5;}
.nav-change-grade.ele li.btn-grade-1st > a    { color: #f05096;}
.nav-change-grade.ele li.btn-grade-2nd > a    { color: #f06e00;}
.nav-change-grade.ele li.btn-grade-3rd > a    { color: #faaf05;}
.nav-change-grade.ele li.btn-grade-4th > a    { color: #14aa32;}
.nav-change-grade.ele li.btn-grade-5th > a    { color: #a53c96;}
.nav-change-grade.ele li.btn-grade-6th > a    { color: #0082c8;}
/* 「4月から」表記 */
/* .nav-change-grade.ele li > a {color: #fff}
.nav-change-grade.ele li.btn-grade-1st {background-color: #f05096;border-color: #fff;border-width: 2px;}
.nav-change-grade.ele li.btn-grade-2nd {background-color: #f06e00;border-color: #fff;border-width: 2px;}
.nav-change-grade.ele li.btn-grade-3rd {background-color: #faaf05;border-color: #fff;border-width: 2px;}
.nav-change-grade.ele li.btn-grade-4th {background-color: #14aa32;border-color: #fff;border-width: 2px;}
.nav-change-grade.ele li.btn-grade-5th {background-color: #a53c96;border-color: #fff;border-width: 2px;}
.nav-change-grade.ele li.btn-grade-6th {background-color: #0082c8;border-color: #fff;border-width: 2px;} */

.nav-change-grade.ele li > a:before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 8px;
  width: 28px;
  height: 28px;
  margin: auto 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.nav-change-grade.ele li.btn-grade-new1st > a:before    { background-image: url(/shogaku/lib/images/icon_pikkari_grade-new1st.svg); }
.nav-change-grade.ele li.btn-grade-1st > a:before    { background-image: url(/shogaku/lib/images/icon_pikkari_grade-1st.svg); }
.nav-change-grade.ele li.btn-grade-2nd > a:before    { background-image: url(/shogaku/lib/images/icon_pikkari_grade-2nd.svg); }
.nav-change-grade.ele li.btn-grade-3rd > a:before    { background-image: url(/shogaku/lib/images/icon_pikkari_grade-3rd.svg); }
.nav-change-grade.ele li.btn-grade-4th > a:before    { background-image: url(/shogaku/lib/images/icon_pikkari_grade-4th.svg); }
.nav-change-grade.ele li.btn-grade-5th > a:before    { background-image: url(/shogaku/lib/images/icon_pikkari_grade-5th.svg); }
.nav-change-grade.ele li.btn-grade-6th > a:before    { background-image: url(/shogaku/lib/images/icon_pikkari_grade-6th.svg); }

/* 「4月から」表記 */
/* .nav-change-grade.ele li.btn-grade-1st > a:before    { background-image: url(/shogaku/lib/images/icon_pikkari_grade-1st_20190404.svg); }
.nav-change-grade.ele li.btn-grade-2nd > a:before    { background-image: url(/shogaku/lib/images/icon_pikkari_grade-2nd_20190404.svg); }
.nav-change-grade.ele li.btn-grade-3rd > a:before    { background-image: url(/shogaku/lib/images/icon_pikkari_grade-3rd_20190404.svg); }
.nav-change-grade.ele li.btn-grade-4th > a:before    { background-image: url(/shogaku/lib/images/icon_pikkari_grade-4th_20190404.svg); }
.nav-change-grade.ele li.btn-grade-5th > a:before    { background-image: url(/shogaku/lib/images/icon_pikkari_grade-5th_20190404.svg); }
.nav-change-grade.ele li.btn-grade-6th > a:before    { background-image: url(/shogaku/lib/images/icon_pikkari_grade-6th_20190404.svg); } */

/* [中学:学年別] */
.nav-change-grade.mid{
  display: flex;
  flex-wrap: wrap;
}
.nav-change-grade.mid li > a > i {
  /* font-size: 21px; */
  font-size: 1.5em;
  vertical-align: -1px;
}
.nav-change-grade.mid li > a {
  /* font-size: 14px; */
  font-size: 3.5vw;
  padding: 9px 0 9px 10px;
  text-align: center;
}
.nav-change-grade.mid li.btn-grade-new1st > a { color: #5B8EA9; font-size: 16px;}
.nav-change-grade.mid li.btn-grade-1st > a,
.nav-change-grade.mid li.btn-grade-1st > a::after { color: #728cba;}
.nav-change-grade.mid li.btn-grade-2nd > a,
.nav-change-grade.mid li.btn-grade-2nd > a::after { color: #df7f3a;}
.nav-change-grade.mid li.btn-grade-3rd > a,
.nav-change-grade.mid li.btn-grade-3rd > a::after { color: #6fb16b;}

header .bnr-smile {
  /*display: none;*/
  border: 1px solid #c8c8c8;
  margin: 10px 0 0;
}

/* [幼児] */
.nav-change-grade li.btn-grade-nenchu,.nav-change-grade li.btn-grade-nencho {
  width: 50%;
}
.nav-change-grade.pre li > a > i {
  font-size: 21px;
  vertical-align: -1px;
}
.nav-change-grade.pre li > a {
  font-size: 16px;
  padding: 9px 10px;
}
.nav-change-grade.pre li.btn-grade-nenchu > a    { color: #F5AA10;}
.nav-change-grade.pre li.btn-grade-nencho > a    { color: #1C8DCB;}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px!important;
  padding-right: 15px!important;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%!important;
  }
}
/* [SNSボタン] */
.sns-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  width: 160px;
  margin: 0 auto;
  padding: 16px 0;
}
.sp-nav .sns-btn {
  margin: 8px auto;
}
.sns-btn div {
  padding: 0 8px;
}
.sns-btn div a img {
  width: 37px;
}
.sns-btn div a:hover img {
  opacity: .6;
}

body .c-article,
body .c-container {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0;
}
.c-container {
  position: relative;
  margin: auto;
}
.c-container p {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-container {
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 992px) {
  .c-container {
    width: 90%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-container {
    width: 100%;
  }
}

/*  form
*/
.form-area{
  background: #f4f9ed;
  padding: 40px 20px;
}
.form-area .container-form{
  max-width: 500px;
  margin: 0 auto;
}
.form-heading{
  text-align: center;
  font-weight: bold;
  color: #85d100;
}
.form-area dl,
.form-area dt,
.form-area dd{
  margin: 0;
  padding: 0;
}
.form-area dl{
  margin-top: 40px;
}
.form-area dt{
  font-weight: bold;
  color: #85d100;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-area dt small{
  color: #333;
  font-weight: normal;
  font-size: 12px;
}
.form-area .label.label-attention{
  display: inline-block;
  border-radius: 3em;
  background: #d9544f;
  color: #fff;
  padding: 1px 10px 0;
  font-size: 12px;
}
.form-area .label.label-optional{
  display: inline-block;
  border-radius: 3em;
  background: #C9D7AF;
  color: #fff;
  padding: 1px 10px 0;
  font-size: 12px;
}
.form-area input,
.form-area select,
.form-area textarea{
  border: 1px solid #CEED9A;
  border-radius: 7px;
  max-width: 100%;
  font-size: 16px;
}
.form-area input:not([type=submit]),
.form-area select{
  line-height: 50px;
  height: 50px;
  padding: 0 15px;
  width: auto;
}
.form-area input[type=submit]{
  background: #85d100;
  color: #fff;
  text-align: center;
  border-radius: 3em;
  display: block;
  width: 350px;
  max-width: 100%;
  margin: 0 auto;
  line-height: 4em;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
}
.form-area input[type=submit]:not(:hover){
  box-shadow: 0 5px 0 0 #89c327;
  transform: translateY(-5px);
}
.form-area .inputWrap{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form-area .inputWrap input,
.form-area .inputWrap select{
  flex: auto;
}
.form-area .inputWrap small{
  display: block;
  width: 100%;
  margin-top: 5px;
  color: #666;
}
.form-area .inputWrap input.zip{
  width: calc((100% / 2) - 1em);
}
.form-area .inputWrap input.tel{
  width: calc((100% / 3) - 1em);
}
.form-area .inputWrap span{
  padding: 0 5px;
}
.form-area #notes{
  margin: 40px 0;
  font-size: 14px;
  /* font-weight: bold; */
}
.form-area #notes a{
  font-weight: bold;
}
.form-pmark{
  display:flex;
  margin-top: 30px;
  justify-content: center;
}
.form-pmark p{
  font-size: 11px;
  padding-top: 10px;
  padding-right: 10px;
  word-break: break-all;
}
.form-pmark a.pmark{
  width: 100px;
}

.p-lp,
.p-lp *{
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-lp{
  line-height: 1.6;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-lp{
    max-width: 500px;
    margin: 0 auto;
    font-size: 18px;
  }
}
.p-lp_kv-text{
  background: url(/info/campaign/lib/images/bg1.png) 50% 50% no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 30px 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.42857143;
}
.p-lp_kv-text small{
  display: inline-block;
  margin-bottom: 7px;
  font-size: 1.1rem;
}
.p-lp_kv-text span{
  font-size: 1.5em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-lp_kv-text span{
    font-size: 1.4rem;
  }
}
.kv-text2 {
  background: url(/info/campaign/lib/images/bg2.png) 50% 50% no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 30px 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.42857143;
}
.kv-text3 {
  background: url(/info/campaign/lib/images/bg3.png) 50% 50% no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 30px 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.42857143;
}
.kv-text4 {
  background: url(/info/campaign/lib/images/bg4.png) 50% 50% no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 30px 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.42857143;
}
.p-lp_lead {
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-lp_lead{
    font-size: 16px;
  }
}
.c-heading-slash .c-heading_maintext {
  display: inline-block;
  position: relative;
  padding: 0 1em;
}
.c-heading-slash .c-heading_maintext::before,
.c-heading-slash .c-heading_maintext::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  transform-origin: top left;
  border-right: 2px solid;
}
.c-heading-slash .c-heading_maintext::before {
  right: 0;
  transform: skew(-15deg);
}
.c-heading-slash .c-heading_maintext::after {
  left: 0;
  transform: skew(15deg);
}
.c-heading-slash.is-dotted .c-heading_maintext::before,
.c-heading-slash.is-dotted .c-heading_maintext::after{
  border-right: 2px dotted;
}

.c-button-frame {
  margin-top: 20px;
}

.c-button {
  display: inline-flex;
  align-items: center;
  vertical-align: bottom;
  position: relative;
  transition: all 0.2s ease;
  z-index: 1;
}
.c-button::before, .c-button::after, .c-button_maintext {
  transition: all 0.2s ease;
}
.c-button_icon {
  margin-right: 0.5em;
}
.c-button_maintext {
  flex: 1;
  line-height: 1.4;
}
.c-button_shoulder {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-button-outline.c-button--round{
    min-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .c-button-outline.c-button--round{
    width: 100%;
  }
}
.c-button-outline.c-button--round{
  background: #fff;
  color: #1bb8ce;
}
.c-button-outline.c-button--round:not(:hover){
  background: #1bb8ce;
  color: #fff;
}
.c-button-convex {
  display: inline-flex;
  align-items: center;
  vertical-align: bottom;
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  margin: 0 auto;
  padding: 0.5em 1em;
  position: relative;
  top: 0;
  text-align: center;
  transition: all 0.2s ease;
}
.c-button-convex:hover {
  box-shadow: none;
  top: 3px;
  opacity: 0.7;
}
.youji .c-button-convex, .c-button-convex.is-youji {
  background: #1bb8ce;
  color: #fff;
}
.shogaku .c-button-convex, .c-button-convex.is-shogaku {
  background: #1bb8ce;
  color: #fff;
}
.chugaku .c-button-convex, .c-button-convex.is-chugaku {
  background: #0059ab;
  color: #fff;
}
.c-button--round {
  border-radius: 3em;
}

.colabobag_cv{
  display: inline-block;
  width: 100%;
  background: #B27F31!important;
}
.colabobag_cv_2{
  display: inline-block;
  width: 100%;
  background: #408cfe!important;
}
@media screen and (max-width: 767px) {
  .colabobag_cv{
    width: 100%;
  }
}

.colabobag_details{
  margin: 2em 0;
}
.colabobag_details summary{
  border: 2px solid;
  border-radius: 5px;
  padding: .5em 1.5em .5em;
  position: relative;
  text-align: center;
  color: #007ac1;
  background: #fff;
}
.colabobag_details summary::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 5px);
  right: 1em;
  width: 10px;
  height: 10px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(45deg);
  transition: all 0.2s ease;
}
.colabobag_details[open] summary::after {
  transform: rotate(225deg);
}


.colabobag_ttl{
  color: #00477f;
  margin: .25em 0 0;
  display: inline-block;
  font-weight: 600;
}

.colabobag_list{
  display: flex;
  margin: 0 -15px;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .colabobag_list{
    flex-direction: column;
  }
}
.colabobag_list-item{
  margin: 15px;
}
@media screen and (min-width: 768px) {
  .colabobag_list-item{
    /*width: calc(50% - 30px);*/
  }
}
.colabobag_list-item figcaption{
  padding-top: 10px;
}
.colabobag_list-ttl{
  margin: .75em 0;
}
.colabobag_list-bd{
  border-top: 2px dotted #685959;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.cnt01{
  background-image: url("/info/lib/images/images/bg01.png");
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .cnt01{
    background-size: 100px auto;
  }
}


.p-lp_contents{
  padding: 40px 20px 30px;
}
@media screen and (min-width: 768px) {
  .p-lp_contents{
    padding: 40px 0;
  }
}


.p-lp_dl dt{
  background: #eee;
  color: #000;
  font-weight: bold;
  padding: 10px 15px;
}
@media screen and (min-width: 768px) {
  .p-lp_dl dt{
    padding: 15px 20px;
  }
}
.p-lp_dl dd{
  padding: 20px 15px 30px;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-lp_dl dd{
    padding: 25px 20px 40px;
  }
}
.p-lp_dl dd:last-child{
  border-bottom-width: 1px;
}

.p-lp_list{
  list-style: disc!important;
  padding-left: 20px!important;
}
.p-lp_list li{
  list-style: disc!important;
}

ul.p-lp_notes, ol.p-lp_notes {
  margin: 0 auto;
  padding: 0;
  color: #333;
  font-size: 11.2px;
  font-weight: 300;
}
ul.p-lp_notes li, ol.p-lp_notes li {
  margin-left: 1em;
  text-indent: -1em;
}
ul.p-lp_notes--ordered li, ol.p-lp_notes--ordered li {
  margin-left: 1.9em;
  text-indent: -1.9em;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .u-font-size--h1 {
    font-size: 24px !important;
    font-size: 5.797vw !important;
  }
  .u-font-size--h2 {
    font-size: 24px !important;
    font-size: 5.797vw !important;
  }
  .u-font-size--h3 {
    font-size: 22px !important;
    font-size: 5.314vw !important;
  }
  .u-font-size--h4 {
    font-size: 20px !important;
    font-size: 4.83vw !important;
  }
  .u-font-size--h5 {
    font-size: 18px !important;
    font-size: 4.347vw !important;
  }
  .u-font-size--h6 {
    font-size: 18px !important;
    font-size: 4.347vw !important;
  }
}
@media screen and (min-width: 768px) {
  .u-font-size--h1 {
    font-size: 32px !important;
  }
  .u-font-size--h2 {
    font-size: 30px !important;
  }
  .u-font-size--h3 {
    font-size: 30px !important;
  }
  .u-font-size--h4 {
    font-size: 28px !important;
  }
  .u-font-size--h5 {
    font-size: 26px !important;
  }
  .u-font-size--h6 {
    font-size: 24px !important;
  }
}

.u-text--bold{
  font-weight: bold;
}
.u-text--center {
  text-align: center;
}
.u-text--left {
  text-align: left;
}
.u-text--right {
  text-align: right;
}

.u-mbt--ll {
  margin-bottom: 80px !important;
  margin-top: 80px !important;
}
.u-mbt--l {
  margin-bottom: 60px !important;
  margin-top: 60px !important;
}
.u-mbt--m {
  margin-bottom: 40px !important;
  margin-top: 40px !important;
}
.u-mbt--s {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}
.u-mbt--ss {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
.u-mbt--0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.u-mb--ll {
  margin-bottom: 80px !important;
}
.u-mb--l {
  margin-bottom: 60px !important;
}
.u-mb--m {
  margin-bottom: 40px !important;
}
.u-mb--s {
  margin-bottom: 20px !important;
}
.u-mb--ss {
  margin-bottom: 10px !important;
}
.u-mb--0 {
  margin-bottom: 0 !important;
}
.u-mt--ll {
  margin-top: 80px !important;
}
.u-mt--l {
  margin-top: 60px !important;
}
.u-mt--m {
  margin-top: 40px !important;
}
.u-mt--s {
  margin-top: 20px !important;
}
.u-mt--ss {
  margin-top: 10px !important;
}
.u-mt--0 {
  margin-top: 0 !important;
}

.u-pbt--ll {
  padding-bottom: 80px !important;
  padding-top: 80px !important;
}
.u-pbt--l {
  padding-bottom: 60px !important;
  padding-top: 60px !important;
}
.u-pbt--m {
  padding-bottom: 40px !important;
  padding-top: 40px !important;
}
.u-pbt--s {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
.u-pbt--ss {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
.u-pbt--0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.u-pb--ll {
  padding-bottom: 100px !important;
}
.u-pb--l {
  padding-bottom: 60px !important;
}
.u-pb--m {
  padding-bottom: 40px !important;
}
.u-pb--s {
  padding-bottom: 20px !important;
}
.u-pb--ss {
  padding-bottom: 10px !important;
}
.u-pb--0 {
  padding-bottom: 0 !important;
}
.u-pt--ll {
  padding-top: 80px !important;
}
.u-pt--l {
  padding-top: 60px !important;
}
.u-pt--m {
  padding-top: 40px !important;
}
.u-pt--s {
  padding-top: 20px !important;
}
.u-pt--ss {
  padding-top: 10px !important;
}
.u-pt--0 {
  padding-top: 0 !important;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}