@charset "UTF-8";
span.small {
  font-size: 14px;
}

.link {
  color: #b72c43;
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}

h2 {
  display: flex;
  justify-content: center;
  margin: 0 auto 30px;
  padding-bottom: 22px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 550px) {
  h2 {
    margin: 0 auto 30px;
    padding-bottom: 15px;
    font-size: 20px;
  }
}
h2:after {
  content: "";
  width: 80px;
  height: 10px;
  background-color: #191919;
  position: absolute;
  left: calc(50% - 40px);
  bottom: 0px;
}
@media screen and (max-width: 550px) {
  h2:after {
    width: 60px;
    height: 8px;
    left: calc(50% - 30px);
  }
}

h3 {
  display: flex;
  justify-content: center;
  margin: 0 auto 30px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
h3.old {
  margin-top: 60px;
}
@media screen and (max-width: 550px) {
  h3 {
    margin: 0 auto 20px;
    font-size: 18px;
  }
}

section.top {
  margin: 0 auto 60px;
  width: 90%;
  padding: 40px 2% 60px;
  border: 5px solid #191919;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  section.top {
    border: 3px solid #191919;
    margin: 0 auto 32px;
    padding: 20px 2% 40px;
  }
}
section.top h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  section.top h2 {
    margin-bottom: 16px;
  }
}
section.top ul {
  display: flex;
  justify-content: space-around;
}
section.top ul.second {
  margin-top: 0px;
}
section.top ul.nengen {
  justify-content: left;
  margin-left: 8%;
}
@media screen and (max-width: 768px) {
  section.top ul.nengen {
    margin-left: 0%;
  }
}
section.top ul.nengen li {
  text-align: left;
  margin-bottom: 15px;
}
section.top ul.nengen li h3 .zenniti {
  font-size: 18px;
  translate: 0 5px;
}
@media screen and (max-width: 768px) {
  section.top ul.nengen li h3 .zenniti {
    font-size: 16px;
    translate: 0 3px;
  }
}
section.top ul li {
  font-size: 20px;
  padding: 0 10px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.top ul li {
    font-size: 16px;
    padding: 0 10px;
    text-align: center;
  }
}
section.top ul li span.bold {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.top ul li span.bold {
    font-size: 16px;
  }
}
section.top ul li.border:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  display: inline-block;
  width: 2px;
  height: 60px;
  transform: translate(-50%); /*位置調整*/
  background-color: #000; /*下線の色*/
}
@media screen and (max-width: 768px) {
  section.top ul li.border:before {
    left: -5px;
    top: 30%;
  }
}
section.top ul li.border.second:before {
  left: -60px;
}
@media screen and (max-width: 768px) {
  section.top ul li.border.second:before {
    left: 0px;
  }
}

section.gakuhi {
  max-width: 1000px;
  margin: 0 auto 40px;
  /*p {
  	line-height: 2;
  	text-indent:-1em;
  	@include break {
  	line-height: 1.6;
  	margin: 0 auto;
  	width: 90%;
  	}
  }*/
}
@media screen and (max-width: 768px) {
  section.gakuhi {
    margin: 0 auto 32px;
  }
}
section.gakuhi h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  section.gakuhi h2 {
    margin-bottom: 16px;
  }
}
section.gakuhi .tblWrap {
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.gakuhi .tblWrap {
    overflow-x: scroll;
  }
}
section.gakuhi .tblWrap .prodTbl {
  background-color: #fff;
  border: 2px solid #000;
}
@media screen and (max-width: 768px) {
  section.gakuhi .tblWrap .prodTbl {
    min-width: 750px;
    margin: 0 5%;
  }
}
section.gakuhi .tblWrap .prodTbl tr th {
  padding: 20px 0;
  font-size: 18px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  border: 1px solid #b2b2b2;
}
section.gakuhi .tblWrap .prodTbl tr th.pnk {
  background-color: #f07589;
}
@media screen and (max-width: 768px) {
  section.gakuhi .tblWrap .prodTbl tr th {
    font-size: 15px;
    padding: 8px 0;
  }
}
section.gakuhi .tblWrap .prodTbl tr td {
  padding: 20px 0;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #b2b2b2;
  font-size: 18px;
}
section.gakuhi .tblWrap .prodTbl tr td.Lpnk {
  background-color: #fdeaed;
}
section.gakuhi .tblWrap .prodTbl tr td.gray {
  background-color: #eeebeb;
}
@media screen and (max-width: 768px) {
  section.gakuhi .tblWrap .prodTbl tr td {
    font-size: 15px;
    padding: 8px 0;
  }
}
section.gakuhi ul {
  margin: 10px 10px 20px;
}
@media screen and (max-width: 768px) {
  section.gakuhi ul {
    width: 82%;
    margin: 10px auto 20px;
  }
}
section.gakuhi ul li {
  font-size: 14px;
  text-indent: -1em;
}

section.shokeihi {
  max-width: 1000px;
  margin: 0 auto 40px;
  /*p {
  	line-height: 2;
  	text-indent:-1em;
  	@include break {
  	line-height: 1.6;
  	margin: 0 auto;
  	width: 90%;
  	}
  }*/
}
@media screen and (max-width: 768px) {
  section.shokeihi {
    margin: 0 auto 32px;
  }
}
section.shokeihi h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  section.shokeihi h2 {
    margin-bottom: 16px;
  }
}
section.shokeihi .tblWrap {
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.shokeihi .tblWrap {
    overflow-x: scroll;
  }
}
section.shokeihi .tblWrap .prodTbl {
  background-color: #fff;
  border: 2px solid #000;
}
@media screen and (max-width: 768px) {
  section.shokeihi .tblWrap .prodTbl {
    min-width: 750px;
    margin: 0 5%;
  }
}
section.shokeihi .tblWrap .prodTbl tr th {
  padding: 20px 0;
  font-size: 18px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  border: 1px solid #b2b2b2;
}
section.shokeihi .tblWrap .prodTbl tr th.pnk {
  background-color: #f07589;
}
@media screen and (max-width: 768px) {
  section.shokeihi .tblWrap .prodTbl tr th {
    font-size: 15px;
    padding: 8px 0;
  }
}
section.shokeihi .tblWrap .prodTbl tr td {
  padding: 20px 0;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #b2b2b2;
  font-size: 18px;
}
section.shokeihi .tblWrap .prodTbl tr td.Lpnk {
  background-color: #fdeaed;
}
section.shokeihi .tblWrap .prodTbl tr td.gray {
  background-color: #eeebeb;
}
@media screen and (max-width: 768px) {
  section.shokeihi .tblWrap .prodTbl tr td {
    font-size: 15px;
    padding: 8px 0;
  }
}
section.shokeihi ul {
  margin: 10px 10px 20px;
}
@media screen and (max-width: 768px) {
  section.shokeihi ul {
    width: 82%;
    margin: 10px auto 20px;
  }
}
section.shokeihi ul li {
  font-size: 14px;
  text-indent: -1em;
}

section.important {
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  section.important {
    margin: 0 auto 32px;
  }
}
section.important h3 {
  font-size: 20px;
}
section.important p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  section.important p {
    line-height: 1.6;
    margin: 0 auto;
    width: 90%;
  }
}

section.keihi {
  max-width: 600px;
  width: 90%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  section.keihi {
    margin: 0 auto 32px;
  }
}
section.keihi h3 {
  font-size: 20px;
}
section.keihi p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  section.keihi p {
    line-height: 1.6;
  }
}
@media screen and (min-width: 769px) {
  section.keihi dl {
    padding: 0 5%;
  }
}
section.keihi dl:nth-last-of-type(n+2) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 6px dotted #191919;
}
@media screen and (max-width: 768px) {
  section.keihi dl:nth-last-of-type(n+2) {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom-width: 3px;
  }
}
section.keihi dl dt {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.keihi dl dt {
    margin-bottom: 12px;
    line-height: 1.4;
    font-size: 18px;
  }
}
section.keihi dl dd {
  line-height: 1.8;
  vertical-align: middle;
}
section.keihi dl dd.mb10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  section.keihi dl dd {
    line-height: 1.6;
  }
}
section.keihi dl dd span.bold {
  font-weight: bold;
}
section.keihi dl dd span.small {
  font-size: 14px;
}
section.keihi dl dd p {
  margin-top: 12px;
  padding-left: 1.1em;
  text-indent: -1.1em;
}
@media screen and (max-width: 768px) {
  section.keihi dl dd p {
    margin-top: 8px;
  }
}

section.delivery {
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  section.delivery {
    margin: 0 auto 32px;
  }
}
section.delivery h3 {
  font-size: 20px;
}
section.delivery p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  section.delivery p {
    line-height: 1.6;
    margin: 0 auto;
    width: 90%;
  }
}

section.scholarship {
  max-width: 600px;
  width: 90%;
  margin: 0 auto 60px;
  border: 5px solid #191919;
  border-radius: 10px;
  background-color: #fff;
  /*table*/
}
@media screen and (max-width: 768px) {
  section.scholarship {
    margin: 0 auto 32px;
    border: 3px solid #191919;
  }
}
section.scholarship h3 {
  font-size: 20px;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  section.scholarship h3 {
    font-size: 18px;
    padding-top: 10px;
  }
}
section.scholarship h3.redh {
  padding-top: 0;
  font-weight: bold;
  width: 130px;
}
@media screen and (max-width: 768px) {
  section.scholarship h3.redh {
    font-size: 16px;
    width: 78px;
    margin: 0 12% 15px;
  }
}
section.scholarship h3.redh span.red {
  color: #b72c43;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  position: absolute;
  top: -12px;
  left: 12%;
}
section.scholarship h3.redh span.red:before {
  display: none;
}
@media screen and (max-width: 768px) {
  section.scholarship h3.redh span.red {
    font-size: 22px;
    top: -5px;
    left: 4%;
  }
}
section.scholarship p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  section.scholarship p {
    line-height: 1.6;
  }
}
section.scholarship dl {
  max-width: 500px;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  section.scholarship dl {
    padding: 0 5%;
  }
}
section.scholarship dl:nth-last-of-type(n+2) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 6px dotted #191919;
}
@media screen and (max-width: 768px) {
  section.scholarship dl:nth-last-of-type(n+2) {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom-width: 3px;
  }
}
section.scholarship dl dt {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.scholarship dl dt {
    margin-bottom: 12px;
    line-height: 1.4;
    font-size: 18px;
  }
}
section.scholarship dl dd {
  line-height: 1.8;
}
section.scholarship dl dd.mb10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  section.scholarship dl dd {
    line-height: 1.6;
  }
}
section.scholarship dl dd span {
  color: #b72c43;
}
section.scholarship ul {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}
section.scholarship ul li {
  font-size: 20px;
  padding: 0 30px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.scholarship ul li {
    font-size: 14px;
    padding: 0 10px;
    text-align: center;
  }
}
section.scholarship ul li span.bold {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.scholarship ul li span.bold {
    font-size: 16px;
  }
}
section.scholarship ul li.border:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 30%;
  display: inline-block;
  width: 2px;
  height: 60px;
  transform: translate(-50%); /*位置調整*/
  background-color: #000; /*下線の色*/
}
@media screen and (max-width: 768px) {
  section.scholarship ul li.border:before {
    left: -2px;
    top: 20%;
  }
}
section.scholarship ul li.border.second:before {
  left: -70px;
}
@media screen and (max-width: 768px) {
  section.scholarship ul li.border.second:before {
    left: -30px;
  }
}
section.scholarship .prodTbl {
  background-color: #fff;
  border: 2px solid #000;
  width: 90%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  section.scholarship .prodTbl {
    margin: 0 auto 5px;
  }
}
section.scholarship .prodTbl tr th {
  padding: 20px 0;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  border: 1px solid #b2b2b2;
  font-weight: bold;
}
section.scholarship .prodTbl tr th.pnk {
  background-color: #f07589;
}
section.scholarship .prodTbl tr th.Lpnk {
  background-color: #fdeaed;
}
section.scholarship .prodTbl tr td {
  padding: 20px 0;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #b2b2b2;
  font-size: 16px;
  font-weight: bold;
}
section.scholarship .prodTbl tr td.Lpnk {
  background-color: #fdeaed;
}
section.scholarship .prodTbl tr td span.bold {
  font-weight: bold;
}

section.scholarship02 {
  max-width: 600px;
  width: 90%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  section.scholarship02 {
    margin: 0 auto 32px;
  }
}
section.scholarship02 h3 {
  font-size: 20px;
}
section.scholarship02 p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  section.scholarship02 p {
    line-height: 1.6;
  }
}
section.scholarship02 dl:nth-last-of-type(n+2) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 6px dotted #191919;
}
@media screen and (max-width: 768px) {
  section.scholarship02 dl:nth-last-of-type(n+2) {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom-width: 3px;
  }
}
section.scholarship02 dl dt {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 20px;
  font-weight: bold;
  background-color: #fce3e7;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  section.scholarship02 dl dt {
    margin-bottom: 12px;
    line-height: 1.4;
    font-size: 16px;
    padding: 5px;
  }
}
section.scholarship02 dl dd {
  padding: 0 5%;
  line-height: 1.8;
}
section.scholarship02 dl dd.mb10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  section.scholarship02 dl dd {
    line-height: 1.6;
  }
}
section.scholarship02 dl dd ul li.indent {
  text-indent: 4.7em;
}
@media screen and (max-width: 768px) {
  section.scholarship02 dl dd ul li.indent {
    text-indent: 0em;
  }
}
section.scholarship02 dl dd ul li span.bold {
  font-weight: bold;
}
section.scholarship02 dl dd ul li span.small {
  font-size: 14px;
}
section.scholarship02 dl dd ul li span.small a {
  color: #b72c43;
  text-decoration: underline;
}
section.scholarship02 dl dd ul li span.small a:hover {
  text-decoration: none;
}
section.scholarship02 dl dd p {
  margin-top: 12px;
  padding-left: 1.1em;
  text-indent: -1.1em;
}
@media screen and (max-width: 768px) {
  section.scholarship02 dl dd p {
    margin-top: 8px;
  }
}

section.free {
  max-width: 600px;
  width: 90%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  section.free {
    margin: 0 auto 32px;
  }
}
section.free h3 {
  font-size: 20px;
}
section.free p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  section.free p {
    line-height: 1.6;
  }
}
section.free dl:nth-last-of-type(n+2) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  section.free dl:nth-last-of-type(n+2) {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom-width: 3px;
  }
}
section.free dl dt {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 20px;
  font-weight: bold;
  background-color: #fce3e7;
  padding-left: 20px;
}
section.free dl dt.center {
  background-color: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.free dl dt {
    margin-bottom: 12px;
    line-height: 1.4;
    font-size: 18px;
  }
}
section.free dl dd {
  display: flex;
  align-items: center;
  margin: 0 5%;
  line-height: 1.8;
  padding: 15px 25px;
}
section.free dl dd.Lpnk {
  background-color: #fce3e7;
}
section.free dl dd.center {
  text-align: center;
}
section.free dl dd.mb10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  section.free dl dd {
    line-height: 1.6;
    padding: 15px 10px;
  }
}
section.free dl dd p {
  display: inline-block;
  padding: 4px;
  color: #fff;
  background-color: #f07589;
  text-align: center;
  width: 100px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  section.free dl dd p {
    font-size: 12px;
    padding: 15px 0;
    height: 50px;
    width: 110px;
  }
}
section.free dl dd ul {
  margin-left: 20px;
}
section.free dl dd span.bold {
  font-weight: bold;
}
section.free dl dd span.small {
  font-size: 14px;
}
section.free dl dd span.small .link {
  color: #b72c43;
  text-decoration: underline;
}
section.free dl dd span.small .link:hover {
  text-decoration: none;
}
section.free dl .bold {
  text-align: center;
  margin: 30px 0 20px;
  font-weight: bold;
}
section.free dl p.linkBtn {
  text-align: center;
}
section.free dl p.linkBtn a {
  background: #000;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.15em;
  border-radius: 5px;
  padding: 10px 34px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  section.free dl p.linkBtn a {
    font-size: 14px;
  }
}

section.loan {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px 0;
  max-width: 600px;
  width: 90%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  section.loan {
    margin: 0 auto 48px;
    padding: 22px 7% 26px;
  }
}
section.loan h3 {
  margin-bottom: -10px;
  font-size: 20px;
}
section.loan p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  section.loan p {
    line-height: 1.6;
  }
}
section.loan p.linkBtn {
  padding-top: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.loan p.linkBtn {
    padding-top: 10px;
  }
}
section.loan p.linkBtn a {
  background: #000;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.15em;
  border-radius: 5px;
  padding: 10px 34px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  section.loan p.linkBtn a {
    font-size: 14px;
  }
}

section.systemBox {
  width: 90%;
  padding: 40px 0 40px;
  border: 5px solid #191919;
  border-radius: 10px;
  background-color: #fff;
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  section.systemBox {
    margin: 0 auto 48px;
    padding: 22px 7% 26px;
    border: 3px solid #191919;
  }
}

section.systemBox {
  max-width: 700px;
  /* アコーディオン */
}
section.systemBox .prefecture {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  background: url(/entrance/img/qa/faq_dot_02.gif) repeat-x left bottom;
  width: 620px;
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 768px) {
  section.systemBox .prefecture {
    width: 100%;
  }
}
section.systemBox .prefecture h3 {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  text-align: left;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
section.systemBox .prefecture h3.Active {
  color: #880016;
}
section.systemBox .prefecture h3:hover {
  color: #880016;
}
@media screen and (max-width: 768px) {
  section.systemBox .prefecture h3 {
    padding: 16px 0;
    font-size: 18px;
  }
}
section.systemBox .prefecture h3 span {
  font-size: 0.8em;
  font-weight: inherit;
}
section.systemBox .prefecture h3 i {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 55%;
  right: 3.5%;
  transform: translateY(-50%);
}
section.systemBox .prefecture h3 i.ex {
  transform: translateY(-50%) rotate(45deg);
}
section.systemBox .prefecture h3 i.ex::before, section.systemBox .prefecture h3 i.ex::after {
  content: "";
  background-color: #880016;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.systemBox .prefecture h3 i::before, section.systemBox .prefecture h3 i::after {
  content: "";
  background-color: #191919;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.systemBox .prefecture h3 i::before {
  width: 20px;
  height: 4px;
}
section.systemBox .prefecture h3 i::after {
  width: 4px;
  height: 20px;
}
section.systemBox .prefecture .accordion-content {
  line-height: 1.6;
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
  /*background: url(/entrance/img/qa/faq_dot_02.gif) repeat-x left bottom;*/
}
section.systemBox .prefecture .accordion-content p {
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  section.systemBox .prefecture .accordion-content p {
    padding: 15px 0;
  }
}
section.systemBox .prefecture .accordion-content p.dot {
  border-top: 2px dotted #191919;
}
section.systemBox .prefecture .innerBox {
  display: flex;
  flex-direction: column;
}
section.systemBox .prefecture .innerBox.dot {
  border-top: 2px dotted #191919;
}
section.systemBox .prefecture .innerBox img {
  margin: 0 auto;
}
section.systemBox .prefecture .innerBox ul {
  display: flex;
  justify-content: space-around;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  section.systemBox .prefecture .innerBox ul {
    flex-direction: column;
    margin: 15px 0;
  }
}
@media screen and (max-width: 768px) {
  section.systemBox .prefecture .innerBox ul.direction {
    flex-direction: row;
  }
}
section.systemBox .prefecture .innerBox ul li {
  width: 50%;
  margin: 0 5px;
  display: inline-block;
}
section.systemBox .prefecture .innerBox ul li a {
  color: #b72c43;
  text-decoration: underline;
}
section.systemBox .prefecture .innerBox ul li a:hover {
  text-decoration: none;
}
section.systemBox .prefecture .innerBox ul li p.txtS {
  font-size: 14px;
  font-weight: normal;
}
section.systemBox .prefecture .innerBox ul li.wid60 {
  width: 60%;
}
@media screen and (max-width: 768px) {
  section.systemBox .prefecture .innerBox ul li.wid60 {
    width: 100%;
    margin: 0 auto 10px;
  }
}
section.systemBox .prefecture .innerBox ul li.wid60 p {
  padding: 0;
}
section.systemBox .prefecture .innerBox ul li.wid60 p.txtS {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  section.systemBox .prefecture .innerBox ul li.wid60 p.txtS {
    font-size: 12px;
  }
}
section.systemBox .prefecture .innerBox ul li.wid40 {
  width: 40%;
}
@media screen and (max-width: 768px) {
  section.systemBox .prefecture .innerBox ul li.wid40 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  section.systemBox .prefecture .innerBox ul li.wid40 img {
    margin: 0 auto 10px;
  }
}
section.systemBox .accordion {
  width: 610px;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  section.systemBox .accordion {
    width: 100%;
  }
}
section.systemBox .accordion .accordion-item {
  margin-top: 10px;
  background: url(/entrance/img/outline/system_dot_02.gif) repeat-x left bottom;
  padding: 10px 0 0 10px;
}
@media screen and (max-width: 768px) {
  section.systemBox .accordion .accordion-item {
    background-size: 10px 5px, 10px;
    padding: 0 0 0 10px;
  }
}
section.systemBox .accordion .accordion-item span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  section.systemBox .accordion .accordion-item span {
    font-size: 16px;
  }
}
section.systemBox .accordion .button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #313131;
  font-size: 1em;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
section.systemBox .accordion .button i {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 3.5%;
  transform: translateY(-50%);
}
section.systemBox .accordion .button i.ex {
  transform: translateY(-50%) rotate(45deg);
}
section.systemBox .accordion .button i::before, section.systemBox .accordion .button i::after {
  content: "";
  background-color: #191919;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.systemBox .accordion .button i::before {
  width: 20px;
  height: 4px;
}
section.systemBox .accordion .button i::after {
  width: 4px;
  height: 20px;
}
section.systemBox .accordion .button:hover, section.systemBox .accordion .button:focus {
  cursor: pointer;
  color: #b72c43;
}
section.systemBox .accordion .button:hover::after, section.systemBox .accordion .button:focus::after {
  cursor: pointer;
  color: #D80C18;
  border: 1px solid #b72c43;
}
section.systemBox .accordion .button .accordion-title {
  padding: 0 1.5em 0 0;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  section.systemBox .accordion .button .accordion-title {
    margin: -5px 0 0 3px;
  }
}
section.systemBox .accordion .button .icon {
  display: inline-block;
  position: absolute;
  top: 14px;
  right: 0;
  width: 24px;
  height: 24px;
}
section.systemBox .accordion .button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 10px;
  left: 5px;
  width: 24px;
  height: 4px;
  background: currentColor;
}
section.systemBox .accordion .button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 1px;
  left: 15px;
  width: 4px;
  height: 24px;
  background: currentColor;
}
section.systemBox .accordion .button[aria-expanded=true] {
  color: #D80C18;
}
section.systemBox .accordion .button[aria-expanded=true] .icon::after {
  width: 0;
}
section.systemBox .accordion .button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 50em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
section.systemBox .accordion .accordion-content {
  background: url(/entrance/img/outline/system_dot_01.gif) repeat-x left top;
  margin: 10px 0 5px 0;
  opacity: 0;
  max-height: 0;
  /* overflow: hidden;*/
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  section.systemBox .accordion .accordion-content {
    margin: 10px 0 5px 0;
  }
}
section.systemBox .accordion .accordion-content .inner {
  padding: 15px 0 30px 0;
}
@media screen and (max-width: 768px) {
  section.systemBox .accordion .accordion-content .inner {
    padding: 15px 0 15px 0;
    background-size: 35px 35px;
  }
}
section.systemBox .accordion .accordion-content .inner p {
  margin: 0 20px 15px 0;
}
@media screen and (max-width: 768px) {
  section.systemBox .accordion .accordion-content .inner p {
    margin: 0 auto 10px;
  }
}
section.systemBox .accordion .accordion-content .inner .mgT15 {
  margin-top: 15px;
}
section.systemBox .accordion .accordion-content .inner .txtS {
  font-size: 14px;
  font-weight: normal;
}
section.systemBox .accordion .accordion-content .inner .linkBtn a {
  background: #191919;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.15em;
  border-radius: 5px;
  padding: 10px 34px;
  display: inline-block;
}
section.systemBox .accordion .accordion-content .inner .acoLis li {
  list-style-type: disc;
  list-style: inside;
  margin-bottom: 10px;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
section.systemBox .accordion .accordion-content .inner .innerBox {
  display: flex;
  flex-direction: column;
}
section.systemBox .accordion .accordion-content .inner .innerBox img {
  margin: 0 auto;
}
section.systemBox .accordion .accordion-content .inner .innerBox ul {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  section.systemBox .accordion .accordion-content .inner .innerBox ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  section.systemBox .accordion .accordion-content .inner .innerBox ul.direction {
    flex-direction: row;
  }
}
section.systemBox .accordion .accordion-content .inner .innerBox ul li {
  width: 50%;
  margin-top: 20px;
  display: inline-block;
}
section.systemBox .accordion .accordion-content .inner .innerBox ul li a {
  color: #b72c43;
  text-decoration: underline;
}
section.systemBox .accordion .accordion-content .inner .innerBox ul li a:hover {
  text-decoration: none;
}
section.systemBox .accordion .accordion-content .inner .innerBox ul li.txtS {
  font-size: 14px;
  font-weight: normal;
}
section.systemBox .accordion .accordion-content .inner .innerBox ul li.wid60 {
  width: 60%;
}
@media screen and (max-width: 768px) {
  section.systemBox .accordion .accordion-content .inner .innerBox ul li.wid60 {
    width: 100%;
    margin: 0 auto;
  }
}
section.systemBox .accordion .accordion-content .inner .innerBox ul li.wid40 {
  width: 40%;
}
@media screen and (max-width: 768px) {
  section.systemBox .accordion .accordion-content .inner .innerBox ul li.wid40 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  section.systemBox .accordion .accordion-content .inner .innerBox ul li.wid40 img {
    margin: 0 auto 10px;
  }
}

section.keihi, section.scholarship02, section.free, section.loan {
  width: 90%;
  padding: 40px 5% 60px;
  border: 5px solid #191919;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  section.keihi, section.scholarship02, section.free, section.loan {
    border: 3px solid #191919;
  }
}
section.keihi, section.scholarship02, section.free, section.loan, section.scholarship {
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  section.keihi, section.scholarship02, section.free, section.loan, section.scholarship {
    margin: 0 auto 48px;
    padding: 22px 7% 26px;
  }
}
section.scholarship, section.free {
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  section.scholarship, section.free {
    margin: 0 auto 48px;
    padding: 22px 2% 26px;
  }
}
section.top, section.important, section.keihi, section.delivery, section.scholarship, section.scholarship02, section.free, section.loan {
  max-width: 700px;
}/*# sourceMappingURL=style-outline.css.map */