@charset "utf-8";

/* -------------------------------------------------------------------
.sub-student
------------------------------------------------------------------- */
.sub-student {
  font-size: 1.6rem;
  line-height: 2.25;
}
.sub-student .breadcrumb + section {
  padding-top: 56px;
}
.sub-student .breadcrumb + .copy {
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
}
.sub-student .breadcrumb + .copy p {
  margin-bottom: 0;
  font-weight: 400;
  letter-spacing: 0;
}
.sub-student > section:last-of-type {
  padding-bottom: 120px;
}
.sub-student .heading-style-1 span {
  font-size: 2.4rem;
}
.sub-student .heading-style-2 span {
  font-size: 2rem;
}
.sub-student .heading-style-2 {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 20px;
  font-size: 2.4rem;
}
.sub-student .heading-flex {
  display: flex;
  align-items: center;
}
.sub-student .heading-flex p {
  flex: 1;
}
.sub-student .heading-flex div {
  display: flex;
}
.sub-student .heading-flex div span {
  padding: 6px;
  border: 2px solid #0ea2aa;
  margin-left: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.sub-student .heading-flex div .white {
  background-color: #0ea2aa;
  color: #fff;
}
.sub-student .heading-flex div .green {
  background-color: #fff;
  color: #0ea2aa;
}
/* table */
.yen {
  overflow-x: scroll;
}
.yen > div {
  width: 1200px;
}
.yen table thead tr th {
  vertical-align: middle;
  padding-top: 11px;
  padding-bottom: 11px;
  text-align: center;
}
.yen > div > p {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 1.4rem;
  line-height: 1;
  text-align: right;
}

._yen > div > p {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 1.4rem;
  line-height: 1;
  text-align: right;
}

/* table */
.table-container._yen {
  overflow-x: scroll;
}
.table-container._yen > table {
  width: 1200px;
}
.table-container._yen table thead tr th {
  vertical-align: middle;
  padding-top: 11px;
  padding-bottom: 11px;
  text-align: center;
}
.table-container._yen + p {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 1.4rem;
  line-height: 1;
  text-align: right;
}

.table-container._yen table + p {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 1.4rem;
  line-height: 1;
  text-align: right;
}

/* font */
.font-bold {
  font-weight: bold;
}
.font-green {
  color: #0ea2aa;
}
/* list */
.common-list > li {
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 10px;
  background-color: #f4f4f4;
}
.common-list > li + li {
  position: relative;
  margin-top: 20px;
}
.common-list > li + li::before {
  content: "";
  background-image: url(../../../img/student/sub/arrow-bottom-green.png);
  background-size: cover;
  position: absolute;
  top: -32px;
  left: calc(50% - 20px);
  width: 40px;
  height: 44px;
}





/* content-1 */
.content-1 {
  padding-bottom: 90px;
}
.content-1 table {
  border-collapse: separate;
  border-spacing: 10px;
}
.content-1 table thead tr th {
  width: 14.17%;
  line-height: 1;
  text-align: center;
}
.content-1 table thead tr th:nth-of-type(3) {
  width: auto;
}
.content-1 table tbody tr td {
  padding-right: 0;
  padding-left: 0;
  background-color: #f4f4f4;
  text-align: center;
}
.content-1 table tbody tr td.first,
.content-1 table tbody tr td.second {
  background-color: #e6f6f6;
}
.content-1 table tbody tr td.third {
  padding-right: 1em;
  padding-left: 1em;
  text-align: left;
}
.content-1 table tbody tr td.third,
.content-1 table tbody tr td:last-of-type {
  position: relative;
}
.content-1 table tbody tr td.third::after,
.content-1 table tbody tr td:last-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: #f4f4f4;
}
.content-1 table tbody tr td.third::after {
  right: -10px;
}
.content-1 table tbody tr td:last-of-type::after {
  left: -10px;
}





/* content-2 */
.content-2 {
  padding-bottom: 80px;
}
.content-2 ol li {
  position: relative;
  padding-left: 1.5em;
}
.content-2 ol li::before {
  content: counter(list-item);
  position: absolute;
  top: 0.625em;
  left: 0;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  line-height: 1;
  text-align: center;
  background-color: #0ea2aa;
  color: #fff;
}
.content-2 .heading-style-2 {
  margin-top: 50px;
}
.content-2 p + p {
  margin-top: 30px;
}
.content-2 p:nth-of-type(5) {
  padding-top: 30px;
  border-top: 1px solid #ccc;
  margin-top: 40px;
}
.content-2 p:nth-of-type(2) span,
.content-2 p:nth-of-type(3) span,
.content-2 p:nth-of-type(4) span {
  font-size: 2rem;
}
.content-2 .common-button-pdf {
  width: 26.7em;
  margin-top: 30px;
}





/* content-3 */
.content-3 {}
.content-3 .inner {
  padding-top: 80px;
  padding-right: 8.5%;
  padding-bottom: 80px;
  padding-left: 8.5%;
  background-color: #f4f4f4;
}
.content-3 p:first-of-type {
  padding-top: 9px;
  padding-right: 1em;
  padding-bottom: 9px;
  padding-left: 1em;
  border-radius: 10px;
  margin-bottom: 32px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  background-color: #000;
  color: #fff;
}
.content-3 p:nth-of-type(2) {
  margin-bottom: 24px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
.content-3 p:last-of-type {
  margin-bottom: 60px;
}
.content-3 img {
  max-width: 792px;
  margin: 0 auto;
}





/* content-4 */
.content-4 {
  padding-bottom: 120px;
}
.content-4 ul li .top {
  display: flex;
  align-items: flex-start;
}
.content-4 ul li img {
  width: 67px;
  margin-left: 2.5%;
}
.content-4 ul li h3 {
  margin-left: 3%;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.content-4 ul li .bottom {
  margin-top: -15px;
  margin-left: calc(2.5% + 67px + 3%);
}
.content-4 ul li p {
  line-height: 2;
}
.content-4 ul li .flex + p {
  margin-top: 40px;
}
.content-4 ul li .flex {
  display: flex;
}
.content-4 ul li p + .flex,
.content-4 ul li p + .common-button {
  margin-top: 25px;
}
.content-4 ul li .flex .common-button + .common-button {
  margin-left: 3.4%;
}
.content-4 .common-button.padding-right {
  padding-right: 1em;
}





/* content-5 */
.content-5 {}
.content-5 ul li .flex {
  display: flex;
  align-items: center;
}
.content-5 ul li h3 {
  margin-right: 6.9%;
  margin-left: 2.5%;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.content-5 ul li .flex h3 {
  width: 8em;
}
.content-5 ul li > h3 {
  margin-bottom: 10px;
}
.content-5 ul li p {
  line-height: 2;
}
.content-5 ul li > p {
  margin-left: 2.5%;
}





/* content-6 */
.content-6 {
  padding-bottom: 80px;
}
.content-6 .container > p {
  margin-bottom: 50px;
}
.content-6 .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.content-6 .flex div {
  width: 48.5%;
}





/* content-7 */
.content-7 {
  padding-bottom: 80px;
}
.content-7 ul li .top {
  display: flex;
  align-items: flex-start;
}
.content-7 ul li img {
  width: 67px;
  margin-left: 2.5%;
}
.content-7 ul li h3 {
  margin-left: 3%;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.content-7 ul li h3 span {
  font-size: 1.8rem;
}
.content-7 ul li .bottom {
  margin-top: -15px;
  margin-right: 6.1%;
  margin-left: calc(2.5% + 67px + 3%);
}
.content-7 ul li p {
  line-height: 2;
}
.content-7 ul li p span {
  font-size: 1.4rem;
}
.content-7 ul li table {
  width: 100%;
  margin-top: 25px;
  font-size: 2rem;
  line-height: 2;
}
.content-7 ul li table thead tr th {
  padding-right: 1em;
  padding-left: 1em;
  background-color: #0ea2aa;
  color: #fff;
	vertical-align: middle;
}
.content-7 ul li table tbody tr {
  border-top: 1px solid #0ea2aa;
}
.content-7 ul li table tbody tr td:first-of-type {
  width: 8.5em;
  text-align: center;
  background-color: #86d0d4;
	vertical-align: middle;
}
.content-7 ul li table tbody tr td:last-of-type {
  padding-right: 1em;
  padding-left: 1em;
  background-color: #fff;
}
.content-7 .common-button-pdf {
  width: 26.7em;
  margin-top: 30px;
}





/* content-8 */
.content-8 {}
.content-8 p + p {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 2;
}





/* content-9 */
.content-9 {
  padding-bottom: 80px;
}
.content-9 table {
  border-bottom: 1px solid #0ea2aa;
}
.content-9 table thead tr th {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}
.content-9 table thead tr th:first-of-type {
  width: 170px;
}
.content-9 table thead tr th:nth-of-type(2),
.content-9 table thead tr th:last-of-type {
  min-width: calc((100% - 170px) / 2);
}
.content-9 table tbody tr {
  border-top: 1px solid #0ea2aa;
}
.content-9 table tbody tr td.font-bold.font-green {
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  background-color: #f4f4f4;
}
.content-9 table tbody tr td:last-of-type:not([colspan="2"]) {
  border-left: 1px solid #0ea2aa;
}
.content-9 table tbody tr td .font-small {
  font-size: 1.4rem;
}
.content-9 table tbody tr td ol li {
  position: relative;
  padding-left: 1.5em;
}
.content-9 table tbody tr td ol li::before {
  content: counter(list-item);
  position: absolute;
  top: 0.625em;
  left: 0;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  line-height: 1;
  text-align: center;
  background-color: #0ea2aa;
  color: #fff;
}
.content-9 .table-container + p {
  margin-top: 10px;
  line-height: 2;
}
.content-9 p a {
  text-decoration: underline;
  display: inline;
}
.content-9 p a:hover {
  text-decoration: none;
}





/* content-10 */
.content-10 {
  padding-bottom: 80px;
}
.content-10 table {
  border-bottom: 1px solid #0ea2aa;
  text-align: center;
}
.content-10 table thead tr th:first-of-type,
.content-10 .table-1 table thead tr th:nth-of-type(2) {
  width: 100px;
}
.content-10 table thead tr th:nth-of-type(4),
.content-10 table thead tr th:last-of-type {
  width: 170px;
}
.content-10 table tbody tr {
  border-top: 1px solid #0ea2aa;
}
.content-10 table tbody tr td:not(:first-of-type),
.content-10 table tbody tr td.border-left {
  border-left: 1px solid #0ea2aa;
}
.content-10 .table-1 table tbody tr:first-of-type td,
.content-10 .table-2 table tbody tr:first-of-type td,
.content-10 .table-2 table tbody tr:nth-of-type(2) td,
.content-10 .table-6 table tbody tr:first-of-type td,
.content-10 .table-6 table tbody tr:nth-of-type(2) td{
  background-color: #f4f4f4;
}
.content-10 p {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 2;
}
.content-10 .table-2 + p {
  text-indent: 0;
  padding-left: 0;
  margin-top: 80px;
  font-size: 1.8rem;
}
.content-10 .w8 {
	width: 8%;
}
.content-10 .w14 {
	width: 14%;
}
.content-10 .w25 {
	width: 25%;
}
.content-10 .w29 {
	width: 29%;
}
.content-10 .w32 {
	width: 32%;
}
.content-10 .table-7 {
	padding-bottom: 40px;
}



/* content-11 */
.content-11 {}
.content-11 .container > .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 80px;
}
.content-11 .container > .flex .common-button-pdf {
  width: 48.5%;
}
.content-11 .inner-1 {
  margin-bottom: 80px;
}
.content-11 .inner-1 ol {
  margin-top: 20px;
  line-height: 2;
}
.content-11 .inner-1 ol li + li {
  margin-top: 20px;
}
.content-11 .inner-1 ol li .top {
  display: flex;
  align-items: center;
}
.content-11 .inner-1 ol li .top img {
  width: 56px;
  margin-right: 20px;
}
.content-11 .inner-1 ol li .top h4 {
  flex: 1;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.content-11 .inner-1 ol li .bottom {
  margin-left: 76px;
}
.content-11 .inner-1 ol li:nth-of-type(3) .bottom p + p {
  font-size: 1.4rem;
}
.content-11 .inner-1 ol li:nth-of-type(4) .bottom p + p {
  margin-top: 20px;
}
.content-11 .inner-1 ol li:nth-of-type(4) .bottom p:nth-of-type(2) {
  font-weight: 900;
}
.content-11 .inner-1 ol li:nth-of-type(4) .bottom p:last-of-type {
  margin-top: 0;
  font-size: 1.4rem;
}
.content-11 .inner-1 ol li:last-of-type .bottom .flex {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  margin-top: 20px;
  background-color: #f4f4f4;
}
.content-11 .inner-1 ol li:last-of-type .bottom .flex span {
  margin-top: 18px;
  margin-right: 2em;
  margin-left: 2em;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
.content-11 .inner-1 ol li:last-of-type .bottom .flex p {
  flex: 1;
  padding-right: 1em;
  line-height: 1.75;
}
.content-11 .inner-2 ul {
  margin-top: 30px;
  line-height: 2;
}
.content-11 .inner-2 ul li + li {
  margin-top: 40px;
}
.content-11 .inner-2 ul li h4 {
  font-size: 2rem;
  letter-spacing: 0.04em;
}
.content-11 .inner-2 ul li p + p {
  margin-top: 20px;
}
.content-11 .inner-2 ul li:first-of-type p:last-of-type {
  margin-top: 0;
  font-size: 1.4rem;
}
.content-11 .inner-2 .common-button-pdf {
  width: 32.3em;
  margin-top: 80px;
}





/* content-12 */
.content-12 {
  padding-bottom: 80px;
}
.content-12 p + h3 {
  margin-top: 60px;
}
.content-12 .table-container {
  margin-top: 20px;
}
.content-12 table {
  border-bottom: 1px solid #0ea2aa;
}
.content-12 table tbody tr:first-of-type td:first-of-type {
  width: 170px;
}
.content-12 table tbody tr:first-of-type td:nth-of-type(2) {
  width: 100px;
}
.content-12 table tbody tr {
  border-top: 1px solid #0ea2aa;
}
.content-12 table tbody tr td:not(:first-of-type),
.content-12 table tbody tr td.border-left {
  border-left: 1px solid #0ea2aa;
}
.content-12 table tbody tr td.font-bold.font-green {
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  background-color: #f4f4f4;
}
.content-12 table tbody tr td p {
  text-indent: -1em;
  padding-left: 1em;
}
.content-12 .table-container + p {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
}





/* content-13 */
.content-13 {
  padding-bottom: 80px;
}
.content-13 table {
  border-bottom: 1px solid #0ea2aa;
}
.content-13 table thead tr:first-of-type th:first-of-type {
  width: 67px;
}
.content-13 table thead tr:first-of-type th:nth-of-type(2) {
  width: 295px;
}
.content-13 table thead tr:first-of-type th:nth-of-type(3) {
  width: 170px;
}
.content-13 table thead tr:first-of-type th:last-of-type {
  width: 103px;
}
.content-13 table thead tr:last-of-type th {
  width: 103px;
}
.content-13 table thead tr,
.content-13 table tbody tr {
  border-top: 1px solid #0ea2aa;
}
.content-13 table thead tr th:not(:first-of-type),
.content-13 table tbody tr td:not(:first-of-type),
.content-13 table thead tr th.border-left,
.content-13 table tbody tr td.border-left {
  border-left: 1px solid #0ea2aa;
}
.content-13 table thead tr th {
  background-color: #f4f4f4;
}
.content-13 table thead tr:first-of-type th:last-of-type {
  background-color: #86d0d4;
}
.content-13 table tbody tr td:last-of-type {
  background-color: #e6f6f6;
}
.content-13 table tbody tr td {
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}
.content-13 table tbody tr td.text-left {
  padding-right: 1em;
  padding-left: 1em;
  text-align: left;
}





/* content-14 */
.content-14 {
  padding-bottom: 80px;
  line-height: 2;
}
.content-14 .heading-style-2 {
  margin-top: 30px;
}
.content-14 p + ul {
  margin-top: 25px;
}
.content-14 ul li + li {
  margin-top: 20px;
}
.content-14 ul li h4 {
  font-size: 2rem;
  letter-spacing: 0.04em;
}
.content-14 ul li p {
  margin-left: 1em;
}
.content-14 img {
  max-width: 1077px;
  margin-top: 15px;
}
.content-14 table {
  border-bottom: 1px solid #0ea2aa;
  text-align: center;
}
.content-14 table thead tr:first-of-type th:first-of-type {
  width: 67px;
}
.content-14 table thead tr:first-of-type th:nth-of-type(2) {
  width: 242px;
}
.content-14 table thead tr:last-of-type th {
  width: 76px;
}
.content-14 table thead tr:last-of-type th:nth-of-type(6) {
  width: 283px;
}
.content-14 table thead tr th {
  border-top: 1px solid #0ea2aa;
  border-left: 1px solid #0ea2aa;
  background-color: #f4f4f4;
}
.content-14 table thead tr:first-of-type th:first-of-type {
  border-left: none;
}
.content-14 table thead tr th.sum {
  background-color: #86d0d4;
}
.content-14 table tbody tr td {
  padding-right: 0;
  padding-left: 0;
  border-top: 1px solid #0ea2aa;
  border-left: 1px solid #0ea2aa;
}
.content-14 table tbody tr:first-of-type td:first-of-type,
.content-14 table tbody tr:nth-of-type(8) td:first-of-type,
.content-14 table tbody tr:nth-of-type(9) td:first-of-type {
  border-left: none;
}
.content-14 table tbody tr td.sum {
  background-color: #e6f6f6;
}
.content-14 table tbody tr td.text-left {
  padding-right: 1em;
  padding-left: 1em;
  text-align: left;
}
.content-14 .yen + p {
  font-size: 1.4rem;
  line-height: 1;
}

.content-14 ._yen + p {
  font-size: 1.4rem;
  line-height: 1;
}




/* content-15 */
.content-15 {
  padding-bottom: 80px;
}
.content-15 .container > p:first-of-type {
  line-height: 2;
}
.content-15 table {
  border-bottom: 1px solid #0ea2aa;
  text-align: center;
}
.content-15 table thead tr:first-of-type th:first-of-type {
  width: 103px;
}
.content-15 table thead tr:first-of-type th:nth-of-type(2) {
  width: 103px;
}
.content-15 table thead tr:first-of-type th:nth-of-type(3) {
  width: 142px;
}
.content-15 table thead tr:last-of-type th {
  width: 142px;
}
.content-15 table thead tr th,
.content-15 table tbody tr {
  border-top: 1px solid #0ea2aa;
}

.content-15 table thead tr th,
.content-15 table tbody tr td:not(:first-of-type),
.content-15 table tbody tr td.border-left {
  border-left: 1px solid #0ea2aa;
}
.content-15 table thead tr:first-of-type th:first-of-type {
  border-left: none;
}
.content-15 table thead tr th {
  background-color: #f4f4f4;
}
.content-15 table thead tr:first-of-type th:first-of-type {
  background-color: transparent;
}
.content-15 table tbody tr:nth-of-type(even) td {
  background-color: #e6f6f6;
}
.content-15 table tbody tr td {
  padding-right: 0;
  padding-left: 0;
}
.content-15 .container > p:last-of-type {
  font-size: 1.4rem;
  line-height: 1;
}





/* content-16 */
.content-16 {
  padding-bottom: 80px;
}
.content-16 .table-container {
  margin-top: 30px;
}
.content-16 table {
  border-bottom: 1px solid #0ea2aa;
}
.content-16 table thead tr th {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}
.content-16 table tbody tr td {
  border-top: 1px solid #0ea2aa;
}
.content-16 table tbody tr td:first-of-type {
  width: 170px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  background-color: #f4f4f4;
}
.content-16 table tbody tr td:nth-of-type(2),
.content-16 table tbody tr td:nth-of-type(3) {
  width: calc((100% - 170px) / 2);
}
.content-16 table tbody tr td:nth-of-type(3) {
  border-left: 1px solid #0ea2aa;
}
.content-16 table tbody tr td .small {
  font-size: 1.4rem;
}
.content-16 .table-container + p {
  margin-top: 0.5em;
  font-size: 1.4rem;
  line-height: 2;
}
.content-16 .heading-style-2 {
  margin-top: 60px;
}
.content-16 .inner-1 {
  font-size: 2rem;
  line-height: 1.5;
}
.content-16 .inner-1 > .common-list > li {
  display: flex;
  align-items: flex-start;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
  border-radius: 20px;
  background-color: #f4f4f4;
}
.content-16 .inner-1 > .common-list > li h4 {
  display: flex;
  align-items: center;
  margin-right: 36px;
}
.content-16 .inner-1 > .common-list > li h4 img {
  width: 56px;
  margin-right: 10px;
}
.content-16 .inner-1 > .common-list > li h4 span {
  width: 3em;
  font-size: 2.4rem;
  line-height: 1;
}
.content-16 .inner-1 > .common-list > li .body {
  width: 788px;
  max-width: 100%;
}
.content-16 .inner-1 > .common-list > li .body .block {
  text-align: center;
}
.content-16 .inner-1 > .common-list > li .body .block div:first-of-type {
  padding-top: 14px;
  padding-bottom: 14px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  font-size: 2.4rem;
  line-height: 1;
  background-color: #0ea2aa;
  color: #fff;
}
.content-16 .inner-1 > .common-list > li:nth-of-type(2) .body .block:first-of-type div:first-of-type {
  background-color: #000;
}
.content-16 .inner-1 > .common-list > li .body .block div:last-of-type {
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #fff;
}
.content-16 .inner-1 > .common-list > li .body .block div:last-of-type ul {
  display: flex;
  flex-wrap: wrap;
}
.content-16 .inner-1 > .common-list > li .body .block div:last-of-type ul li {
  margin-right: 1em;
}
.content-16 .inner-1 > .common-list > li .body .small {
  font-size: 1.4rem;
}
.content-16 .inner-1 > .common-list > li .body > img {
  width: 24px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.content-16 .inner-2 {
  line-height: 1.5;
}
.content-16 .inner-2 ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.content-16 .inner-2 ul li {
  width: 48.5%;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  border-radius: 20px;
  background-color: #e6f6f6;
}
.content-16 .inner-2 ul li > p {
  margin-bottom: 10px;
  font-size: 2.4rem;
  text-align: center;
}
.content-16 .inner-2 ul li .body {}
.content-16 .inner-2 ul li .body > p:first-of-type {
  margin-bottom: 0.5em;
  font-size: 1.6rem;
}
.content-16 .inner-2 ul li .body .flex {
  display: flex;
  align-items: center;
}
.content-16 .inner-2 ul li .body .flex p {
  width: calc((100% - 34px) / 2);
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  font-size: 2rem;
  text-align: center;
  background-color: #fff;
}
.content-16 .inner-2 ul li .body .flex img {
  width: 24px;
  margin-right: 5px;
  margin-left: 5px;
}
.content-16 .inner-2 ul li .body > p:last-of-type {
  margin-top: 0.5em;
  font-size: 1.4rem;
  text-align: right;
}
.content-16 .inner-2 > p {
  margin-bottom: 40px;
  font-size: 1.8rem;
}





/* content-17 */
.content-17 {
  padding-bottom: 80px;
}
.content-17 .common-button-other {
  width: 32.3em;
  max-width: 100%;
  margin-top: 40px;
}
.content-17 .heading-style-2 {
  padding-right: 10px;
  margin-top: 60px;
  letter-spacing: 0;
}
.content-17 .inner-1 p + p {
  margin-top: 0.5em;
  font-size: 1.4rem;
}
.content-17 .inner-2 .heading-flex {
  flex-wrap: wrap;
}
.content-17 .inner-2 .heading-flex p {
  flex: unset;
}
.content-17 .inner-2 .heading-flex div {
  margin-left: auto;
}
.content-17 .inner-2 .heading-flex div span:first-of-type {
  margin-left: 0;
}
.content-17 .inner-2 > p:first-of-type {
  margin-bottom: 20px;
}
.content-17 .inner-2 table {
  border-bottom: 1px solid #0ea2aa;
}
.content-17 .inner-2 table thead tr:first-of-type th:first-of-type {
  width: 96px;
}
.content-17 .inner-2 table thead tr:last-of-type th {
  width: 92px;
}
.content-17 .inner-2 table thead tr th,
.content-17 .inner-2 table tbody tr td.font-bold.font-green {
  background-color: #f4f4f4;
}
.content-17 .inner-2 table thead tr th.sum {
  background-color: #b6e3e5;
}
.content-17 .inner-2 table tbody tr td.sum {
  background-color: #e6f6f6;
}
.content-17 .inner-2 table thead tr th,
.content-17 .inner-2 table tbody tr td {
  border-top: 1px solid #0ea2aa;
  border-left: 1px solid #0ea2aa;
}
.content-17 .inner-2 table thead tr:first-of-type th:first-of-type,
.content-17 .inner-2 table tbody tr td:first-of-type {
  border-left: none;
}
.content-17 .inner-2 table tbody tr td {
  text-align: right;
}
.content-17 .inner-2 table tbody tr:not(:last-of-type) td:first-of-type {
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}
.content-17 .inner-2 table tbody tr:last-of-type td {
  font-size: 1.4rem;
  text-align: left;
}
.content-17 .inner-2 > p:last-of-type {
  font-size: 1.4rem;
}
.content-17 .inner-3 .heading-flex {
  flex-wrap: wrap;
}
.content-17 .inner-3 .heading-flex p {
  flex: unset;
}
.content-17 .inner-3 .heading-flex div {
  margin-left: auto;
}
.content-17 .inner-3 .heading-flex div span:first-of-type {
  margin-left: 0;
}
.content-17 .inner-3 > p span {
  font-size: 0.5em;
}
.content-17 .inner-3 .table-1 {
  border-bottom: 1px solid #0ea2aa;
}
.content-17 .inner-3 .table-1 thead tr:nth-of-type(2) th:first-of-type {
  width: 70px;
}
.content-17 .inner-3 .table-1 thead tr:last-of-type th:first-of-type,
.content-17 .inner-3 .table-1 thead tr:last-of-type th:nth-of-type(2),
.content-17 .inner-3 .table-1 thead tr:last-of-type th:nth-of-type(3),
.content-17 .inner-3 .table-1 thead tr:last-of-type th:nth-of-type(4) {
  width: 154px;
}
.content-17 .inner-3 .table-1 thead tr:last-of-type th:nth-of-type(5),
.content-17 .inner-3 .table-1 thead tr:last-of-type th:last-of-type {
  width: 257px;
}
.content-17 .inner-3 .table-1 thead tr th,
.content-17 .inner-3 .table-1 tbody tr td.font-bold.font-green {
  background-color: #f4f4f4;
}
.content-17 .inner-3 .table-1 thead tr th,
.content-17 .inner-3 .table-1 tbody tr td {
  border-top: 1px solid #0ea2aa;
  border-left: 1px solid #0ea2aa;
}
.content-17 .inner-3 .table-1 thead tr:first-of-type th:first-of-type,
.content-17 .inner-3 .table-1 thead tr:nth-of-type(2) th:first-of-type,
.content-17 .inner-3 .table-1 tbody tr td:first-of-type {
  border-left: 0;
}
.content-17 .inner-3 .table-1 tbody tr td {
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}
.content-17 .inner-3 .table-1 tbody tr:last-of-type td:last-of-type {
  text-align: left;
}
.content-17 .inner-3 .table-1 tbody tr td.small {
  font-size: 1.4rem;
}
.content-17 .inner-3 > p:nth-of-type(2) {
  margin-top: 20px;
}
.content-17 .inner-3 .table-2 {
  border-top: 1px solid #0ea2aa;
  border-bottom: 1px solid #0ea2aa;
}
.content-17 .inner-3 .table-2 tbody tr td:first-of-type {
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  background-color: #f4f4f4;
}
.content-17 .inner-3 > p:last-of-type {
  font-size: 1.4rem;
}
.content-17 .inner-4 {
  font-size: 1.6rem;
  line-height: 1.75;
}
.content-17 .inner-4 .pc {
  text-align: center;
}
.content-17 .inner-4 .pc .flex {
  display: flex;
  justify-content: space-between;
}
.content-17 .inner-4 .pc .flex:nth-of-type(n + 3) {
  margin-top: 70px;
}
.content-17 .inner-4 .pc .flex:nth-of-type(3) .block,
.content-17 .inner-4 .pc .flex:nth-of-type(4) .block,
.content-17 .inner-4 .pc > .block {
  position: relative;
}
.content-17 .inner-4 .pc .flex:nth-of-type(3) .block::before,
.content-17 .inner-4 .pc .flex:nth-of-type(4) .block::before,
.content-17 .inner-4 .pc > .block::before {
  content: "";
  background-image: url(../../../img/student/sub/arrow-bottom-green.png);
  background-size: cover;
  position: absolute;
  top: -57px;
  right: calc((100% - 133px) / 2 - 22px);
  width: 40px;
  height: 44px;
}
.content-17 .inner-4 .pc h4,
.content-17 .inner-4 .pc .block {
  width: 48.5%;
}
.content-17 .inner-4 .pc h4 {
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 10px;
  margin-bottom: 30px;
  text-align: left;
  background-color: #0ea2aa;
  color: #fff;
}
.content-17 .inner-4 .pc h4 span {
  padding-left: 1em;
  margin-right: 20px;
  font-size: 2.4rem;
}
.content-17 .inner-4 .pc .block {
  display: flex;
  align-items: center;
}
.content-17 .inner-4 .pc .block > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 123px;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #0ea2aa;
  border-radius: 10px;
  margin-right: 10px;
  font-size: 2rem;
  line-height: 1;
}
.content-17 .inner-4 .pc .block > div {
  flex: 1;
}
.content-17 .inner-4 .pc .block > div p + p {
  margin-top: 10px;
}
.content-17 .inner-4 .pc .block > div .bg {
  padding-top: 7px;
  padding-right: 0.5em;
  padding-bottom: 7px;
  padding-left: 0.5em;
  border-radius: 10px;
  background-color: #e6f6f6;
}
.content-17 .inner-4 .pc .block > div p.small {
  font-size: 1.4rem;
}
.content-17 .inner-4 .pc .block > div img {
  width: 24px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.content-17 .inner-4 .pc > p {
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 10px;
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 2rem;
  line-height: 1;
  background-color: #f4f4f4;
}
.content-17 .inner-4 .pc > .block {
  align-items: stretch;
  margin-left: auto;
}
.content-17 .inner-4 .pc > .block > span {
  height: auto;
}
.content-17 .inner-4 > p:first-of-type {
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 2rem;
}





/* content-18 */
.content-18 {
  padding-bottom: 80px;
}
.content-18 p {
  margin-bottom: 10px;
  font-size: 2.4rem;
  line-height: 1.5;
}
.content-18 ul {
  list-style-type: disc;
  list-style-position: inside;
}
.content-18 ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.content-18 ul li::marker {
  color: #0ea2aa;
}
.content-18 ul li .small {
  font-size: 1.4rem;
}
.content-18 .common-button {
  margin-top: 40px;
}





/* content-19 */
.content-19 {
  padding-bottom: 80px;
  line-height: 2;
}
.content-19 .container > ul {
  display: flex;
}
.content-19 .container > ul > li + li {
  margin-left: 8.3%;
}
.content-19 .container > ul > li p {
  margin-bottom: 10px;
  font-size: 2rem;
}
.content-19 .container > ul > li ul {
  list-style-type: disc;
  list-style-position: inside;
}
.content-19 .container > ul > li ul li {
  text-indent: -1em;
  padding-left: 1em;
}





/* content-20 */
.content-20 {
  padding-bottom: 80px;
  line-height: 2;
}
.content-20 .container > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-20 .container > ul > li {
  width: 24.17%;
}
.content-20 .container > ul > li:nth-of-type(n + 5) {
  margin-top: 30px;
}
.content-20 .container > ul > li .common-button {
  width: 100%;
  padding-right: 24px;
  font-size: 2rem;
  border-color: #0ea2aa;
  color: #0ea2aa;
}
.content-20 .container > ul > li .common-button::after {
  background-image: url(../../../img/student/sub/icon-common-button-green.png);
  top: 50%;
  right: 24px;
  transform: none;
  transform: translateY(-50%);
  width: 18px;
  height: 11px;
}
.content-20 .container > ul > li .common-button:hover {
  background-color: #0ea2aa;
  color: #fff;
}
.content-20 .container > ul > li .common-button:hover::after {
  background-image: url(../../../img/student/sub/icon-common-button-white.png);
}
.content-20 .heading-style-2 {
  display: flex;
  align-items: center;
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-left: 10px;
  margin-top: 60px;
}
.content-20 .heading-style-2 img {
  width: 42px;
  margin-right: 15px;
}
.content-20 .heading-style-2 span {
  flex: 1;
  font-size: 2.4rem;
}
.content-20 h4 {
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.5;
}
.content-20 .small {
  font-size: 1.4rem;
}
.content-20 .caution {
  display: flex;
  margin-top: 25px;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.content-20 .caution > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  border: 1px solid #0ea2aa;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #0ea2aa;
  color: #fff;
}
.content-20 .caution p {
  flex: 1;
  padding-top: 17px;
  padding-right: 1em;
  padding-bottom: 17px;
  padding-left: 1em;
  border: 1px solid #0ea2aa;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.content-20 .inner-1 ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 10px;
}
.content-20 .inner-1 ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.content-20 .inner-2 {
  line-height: 1.75;
}
.content-20 .inner-2 ol li + li {
  margin-top: 25px;
}
.content-20 .inner-2 ol li div {
  margin-left: 1em;
}
.content-20 .inner-2 ol li .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.content-20 .inner-2 ol li .flex p {
  margin-right: 3.3%;
}
.content-20 .inner-2 ol li .flex .common-button {
  margin-top: 10px;
}
.content-20 .inner-3 p + p {
  margin-top: 15px;
  font-size: 1.8rem;
}
.content-20 .inner-3 table {
  border-bottom: 1px solid #0ea2aa;
  text-align: center;
}
.content-20 .inner-3 table tbody tr td {
  width: 192px;
  padding-right: 0;
  padding-left: 0;
  border-top: 1px solid #0ea2aa;
  border-left: 1px solid #0ea2aa;
}
.content-20 .inner-3 table tbody tr td:first-of-type {
  width: 240px;
  border-left: none;
  background-color: #f4f4f4;
}
.content-20 .inner-3 table tbody tr td:nth-of-type(2) {
  border-left: none;
}
.content-20 .inner-4 h4 {
  margin-top: 25px;
}
.content-20 .inner-4 .small {
  margin-top: 10px;
}
.content-20 .inner-6 h4 {
  margin-top: 25px;
}
.content-20 .inner-6 ol li p {
  margin-left: 1em;
}
.content-20 .inner-6 .common-button {
  margin-top: 25px;
}
.content-20 .inner-7 h4 {
  margin-top: 25px;
}
.content-20 .inner-7 .yen {
  margin-top: 20px;
}
.content-20 .inner-7 ._yen {
  margin-top: 20px;
}
.content-20 .inner-7 table {
  border-bottom: 1px solid #0ea2aa;
  text-align: center;
}
.content-20 .inner-7 table tbody tr:first-of-type td:first-of-type {
  width: 103px;
}
.content-20 .inner-7 table tbody tr:first-of-type td:nth-of-type(2) {
  width: 273px;
}
.content-20 .inner-7 table tbody tr:first-of-type td:nth-of-type(3) {
  width: 206px;
}
.content-20 .inner-7 table tbody tr:first-of-type td:nth-of-type(4) {
  width: 210px;
}
.content-20 .inner-7 table tbody tr:first-of-type td:nth-of-type(5),
.content-20 .inner-7 table tbody tr:first-of-type td:nth-of-type(6),
.content-20 .inner-7 table tbody tr:first-of-type td:last-of-type {
  width: 136px;
}
.content-20 .inner-7 table thead tr th {
  background-color: #f4f4f4;
}
.content-20 .inner-7 table tbody tr td {
  padding-right: 0;
  padding-left: 0;
}
.content-20 .inner-7 table thead tr th,
.content-20 .inner-7 table tbody tr td {
  border-bottom: 1px solid #0ea2aa;
  border-left: 1px solid #0ea2aa;
}
.content-20 .inner-7 table thead tr:first-of-type th:first-of-type,
.content-20 .inner-7 table tbody tr:first-of-type td:first-of-type {
  border-left: none;
}
.content-20 .inner-7 .common-button-pdf {
  width: 32.3em;
  max-width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}





/* content-21 */
.content-21 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-21 ul li {
  width: 22.75%;
  margin-top: 30px;
}
.content-21 ul li .common-button {
  width: 100%;
}
.content-21 ul li .common-button::after {
  transform: translateY(-50%);
}



.font-normal {
	font-weight: normal;
}
.mini_txt {
	font-size: 1.1rem !important;
	margin-top: -0.3rem;
}

.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 10;
}
.modal__bg{
    height: 100vh;
    position: absolute;
    width: 100%;
	background: rgba(0,0,0,0.70);
}
.modal__content{
    left: 50%;
	box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
	max-width: 900px;
}
.modal__content .js-modal-close {
	width: 35px;
	height: 35px;
	background: url("../../../img/student/sub/icon_close.png") no-repeat center top; background-size: contain;
	position: absolute;
	right: 20px;
	top: -1px;
}
.modal__content video {
	width: 100%;
	height: auto;
	display: block;
}
@media screen and (max-width: 1400px) {
  /* content-20 */
  .content-20 .container > ul > li .common-button {
    padding-right: 1vw;
    font-size: 1.43vw;
  }
  .content-20 .container > ul > li .common-button::after {
    right: 1vw;
  }
  /* content-21 */
  .content-21 ul li .common-button {
    font-size: 1.14vw;
  }
}