@charset "UTF-8";
body {
  font-size: 16px;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #4C4948;
}
@media screen and (max-width: 400px) {
  body {
    font-size: 4vw;
  }
}
*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
h1, h2, h3, h4, h5 {
  font-feature-settings: "palt";
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  line-height: 1.8;
  margin: 0;
  overflow-x: hidden;
  color: #222;
}
body, #wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
footer {
  margin-top: auto;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
table {
  width: 100%;
}
img {
  max-width: 100% !important;
  height: auto;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}
/*ヘッダー*/
.header-wrapper {
  padding: 8px 0;
  background: #fff;
  text-align: center;
  z-index: 3;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
}
.header-wrapper img {
  width: 160px;
  height: auto;
}
@media print, screen and (min-width: 640px) {
  .header-wrapper {
    padding: 15px 0;
  }
  .header-wrapper img {
    width: 200px;
  }
}
/*フッター*/
footer {
  border-top: 1px solid #eee;
  padding: 30px 0;
}
footer .footnav {
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 640px) {
  footer .footnav {
    width: 100%;
    padding: 0 5%;
  }
}
@media print, screen and (min-width: 1024px) {
  footer .footnav {
    width: 86%;
    max-width: 960px;
    margin: auto;
    padding: 0;
  }
}
footer .statutes {
  margin-bottom: 1em;
  list-style: none;
}
footer .statutes li {
  font-size: 0.85em;
  margin-bottom: 0.5em;
  display: inline-block;
  margin: 0 0.7em;
}
footer .statutes li:last-child {
  margin-right: 0;
}
footer .statutes li a {
  border-bottom: 1px solid;
}
footer a {
  color: #222;
}
.copyright {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.copyright p {
  font-size: 0.8em;
  color: #aaa;
}
.bw {
  width: 100%;
  padding: 0 20px;
}
@media print, screen and (min-width: 640px) {
  .bw {
    width: 100%;
    padding: 0 5%;
  }
}
@media print, screen and (min-width: 1024px) {
  .bw {
    width: 86%;
    max-width: 960px;
    margin: auto;
    padding: 0;
  }
}
/*注釈※付*/
.notearea {
  margin-top: 3px;
}
.new_system .new_system_list li .notearea ul {
  margin-left: 13px;
  margin-right: 0;
  list-style: none;
  font-size: 12px;
}
.new_system .new_system_list li .notearea ul li {
  position: relative;
  padding: 0;
}
.new_system .new_system_list li .notearea ul li:before {
  content: "※";
  position: absolute;
  left: -13px;
}
/*導入*/
.intro {
  padding: 2em 0 3em;
}
.intro h2 {
  background: #00A384;
  color: #fff;
  padding: .6em 2em;
  border-radius: 10px;
  margin-bottom: 1.2em;
}
.intro h2 strong{background-image: repeating-linear-gradient(-45deg,
    #fcf69f 0, #fcf69f 2px,
    transparent 2px, transparent 4px
  );
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 3px;padding-bottom:10px;}
.intro h2 strong:before {
  
}
.intro dl {
  margin-bottom: 1em;
}
.intro dt {
  color: #00A384;
  font-weight: bold;
  font-size: 1.3em;
}
.intro dd {
  font-weight: bold;
  padding: .5em 0 1em;
}
.intro .juujitsu {
  border: 2px solid #E73650;
  padding: 1em 2em;
}
.intro .juujitsu h3 {
  color: #E73650;
  font-weight: bold;
}
@media print, screen and (min-width: 1024px) {
  .intro {
    padding: 3em 0 4em;
  }
  .intro h2 {
    text-align: center;
  }
}
/*新制度内容*/
.new_system {
  background: #FFF33F;
  padding: 2em 0 1em;
}
.new_system h3 {
  font-weight: bold;
  margin-bottom: 1.2em;
  text-align: center;
  font-size: 1.5em;
}
.new_system .new_system_list ul {
  list-style: none;
}
.new_system .new_system_list li {
  background: #fff;
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 10px;
}
.new_system .new_system_list li h4 {
  color: #DC5F62;
  font-weight: bold;
  font-size: 1.2em;
}
.new_system .new_system_list li p {
  font-weight: bold;
  font-size: .9em;
  margin-top: .3em;
}
@media print, screen and (min-width: 640px) {
  .new_system .new_system_list li {
    padding: 1.2em 2em;
  }
}
.new_system_img {
  padding: 1em;
}
@media print, screen and (min-width: 640px) {
  .new_system_img {
    padding: 2em;
  }
}
@media print, screen and (min-width: 1024px) {
  .new_system_img {
    padding: 4em;
  }
}
/*Q&A*/
.faq1 {
  background: rgba(0, 0, 0, 0.05);
  padding: 2em 0;
}
.faq2 {
  padding: 2em 0;
}
.faq1 h2, .faq2 h2 {
  color: #00A384;
  position: relative;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 1em;position: relative;padding-left:2.5em;
}
.faq1 h2 span, .faq2 h2 span {position: absolute;left:0;top:0;
  background: #00A384;
  color: #fff;
  padding: .1em 0;width:2em;text-align: center;
  border-radius: 10px;
  /*margin-bottom: 1.2em;
  margin-right: 10px;*/
}
.faq1 p, .faq2 p {
  font-size: .95em;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 640px) {
  .faq1 {
    padding: 3em 0;
  }
  .faq2 {
    padding: 3em 0;
  }
	.faq1 h2, .faq2 h2 {font-size: 1.5em;}
}
.faq1 .q, .faq2 .q {
  background: #FFFDDF;
  border: 3px solid #EA5532;
  border-radius: 10px;
  padding: 1em 1.5em;
  color: #EA5532;
  font-size: 1.1em;
  font-weight: bold;
  position: relative;
  margin-bottom: 1em;
  margin-left: 24px;
  margin-top: 2em;
}
.faq1 .q:before, .faq2 .q:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 50px;
  background-image: url('image/q.svg');
  background-position: center;
  background-size: contain;
  position: absolute;
  left: -36px;
  top: -16px;
}
.faq1 .a, .faq2 .a {
  background: #fff;
  border: 3px solid #00A384;
  border-radius: 10px;
  padding: 1em 1.5em;
  position: relative;
  margin-bottom: 1em;
  margin-left: 48px;
}
.faq1 .a:before, .faq2 .a:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 50px;
  background-image: url('image/a.svg');
  background-position: center;
  background-size: contain;
  position: absolute;
  left: -36px;
  top: -16px;
}
.illust1{width:160px;float:right;}
.illust2{width:120px;float:right;}
@media print, screen and (min-width: 640px) {
.illust1{width:200px;}
.illust2{width:160px;}}