@charset "UTF-8";
/*
Theme Name: 学費等支援ガイド2025 v2
*/
/*=======================================
全体
=========================================*/
#container {
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  #container {
    padding-top: 60px;
  }
}

.l-header {
  height: 90px;
}
.l-header .nav li.contact a {
  width: 220px;
  border-radius: 60px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 20px;
  font-size: 2rem;
}
.l-header .nav li.contact span {
  background-position: left center;
  background-size: 32px auto;
  padding-left: 44px;
  padding-top: 0;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .l-header .nav li.contact a {
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .l-header .btn {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #FF9CB1;
  }
  .l-header .btn span {
    width: 24px;
    height: 4px;
    border-radius: 4px;
  }
  .l-header .btn span:before, .l-header .btn span:after {
    border-radius: 3px;
  }
}

.l-pagetitle {
  text-align: center;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 57px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-pagetitle .h {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.25;
  font-weight: 500;
}
.l-pagetitle.how {
  background: #FF9CB1;
}
.l-pagetitle.loan {
  background: #FFA570;
}
.l-pagetitle.scholarship {
  background: #7ED1C0;
}
.l-pagetitle.newsupport {
  background: #F1BC2A;
}
.l-pagetitle.support {
  background: #FFBEB4;
}
.l-pagetitle.schedule {
  background: #7DBFF8;
}
@media screen and (max-width: 768px) {
  .l-pagetitle {
    padding-top: 12px;
    padding-bottom: 12px;
    height: 100px;
  }
  .l-pagetitle .h {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .l-pagetitle.newsupport, .l-pagetitle.support, .l-pagetitle.loan, .l-pagetitle.schedule {
    margin-bottom: 20px;
  }
}

.l-footer {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-footer {
    flex-wrap: wrap;
    background: #F6F6F6;
    padding: 18px 16px;
    margin-top: 40px;
  }
  .l-footer li {
    width: 47.4860%;
    margin-left: 5.028%;
    margin-bottom: 12px;
  }
  .l-footer li:nth-child(2n) {
    margin-left: 0;
  }
}
@media screen and (min-width: 769px) {
  .l-footer {
    margin-top: 150px;
  }
  .l-footer li {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .l-copyright {
    padding-top: 20px;
    background: #F6F6F6;
  }
}
.pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .pagetop {
    right: 10px;
  }
}

.c-btn1 {
  text-align: center;
}
.c-btn1 a {
  display: block;
  color: #fff;
  text-decoration: none;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
  background: #FF9CB1;
  border-radius: 30px;
  padding: 4px 8px;
  line-height: 1.5;
}
.c-btn1 span {
  display: block;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
}
.c-btn1 span:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  border-left: 7px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
@media screen and (min-width: 769px) {
  .c-btn1 a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 10px;
  }
  .c-btn1 span {
    padding-left: 12px;
    padding-right: 12px;
  }
  .c-btn1 span:after {
    margin-top: -6px;
    border-left-width: 10px;
    border-top-width: 6px;
    border-bottom-width: 6px;
  }
}

.c-lead1 {
  text-align: center;
  margin-bottom: 40px;
}
.c-lead1 .h {
  font-size: 30px;
  font-size: 3rem;
  color: #FF9CB1;
  line-height: 1.5;
  font-weight: 700;
}
.c-lead1 .l {
  margin-top: 30px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-lead1 {
    margin-bottom: 20px;
  }
  .c-lead1 .h {
    font-size: 20px;
    font-size: 2rem;
  }
  .c-lead1 .l {
    margin-top: 15px;
    text-align: left;
  }
}

/*=======================================
トップ
=========================================*/
.p-kv {
  margin-bottom: 0;
  height: auto;
  display: block;
  padding: 40px 16px 20px;
  position: relative;
  background-image: url(../img/top/kv_bg1.jpg?2508);
}
.p-kv__txt1 {
  background: #B8CFDF;
  color: #fff;
  text-align: center;
  padding: 25px 15px;
  position: relative;
  margin-bottom: 44px;
}
.p-kv__txt1:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  border-top: 30px solid #B8CFDF;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
}
.p-kv__txt1 p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.33;
}
.p-kv:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(184, 207, 223, 0) 0%, #b8cfdf 100%);
}
.p-kv .txt1 {
  text-align: right;
  position: relative;
  z-index: 9;
  padding-left: 20px;
  padding-right: 20px;
}
.p-kv .navi {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 9;
}
.p-kv .navi li {
  width: 30.7262%;
  margin-left: 3.9107%;
  text-align: center;
}
.p-kv .navi li:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (min-width: 769px) {
  .p-kv {
    background-image: url(../img/kv_img1.jpg?2508);
    height: 70vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
  .p-kv:before {
    height: 80px;
  }
  .p-kv__txt1 {
    padding-top: 10px;
    padding-bottom: 30px;
    margin-bottom: 80px;
  }
  .p-kv__txt1 p {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .p-kv__txt1:after {
    left: 50%;
    margin-left: -150px;
    border-left-width: 150px;
    border-right-width: 150px;
  }
  .p-kv .navi {
    margin-top: 100px;
    justify-content: flex-end;
  }
  .p-kv .navi li {
    width: auto;
    margin-left: 15px;
  }
  .p-kv .navi li:nth-child(3n+1) {
    margin-left: 15px;
  }
  .p-kv .navi li:nth-child(5n+1) {
    margin-left: 0;
  }
}

.p-top__point .c-wrap {
  padding-left: 0;
  padding-right: 0;
}
.p-top__point .c-lead1 {
  margin-bottom: 16px;
}
.p-top__point .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}
.p-top__point .heading span,
.p-top__point .heading em {
  font-weight: 900;
  text-decoration-line: underline;
  text-decoration-color: rgba(255, 156, 177, 0.4);
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
}
.p-top__point .heading span {
  text-decoration-thickness: 10px;
  text-underline-offset: -4px;
}
.p-top__point .heading em {
  font-size: 26px;
  font-size: 2.6rem;
  text-decoration-thickness: 16px;
  text-underline-offset: -9px;
}
.p-top__point .content {
  padding: 0 30px 1px;
  position: relative;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 15%, #ff9cb1 100%);
}
.p-top__point .content:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  border-top: 30px solid #FF9CB1;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  z-index: 1;
}
.p-top__point .content ul {
  display: flex;
  flex-wrap: wrap;
}
.p-top__point .content li {
  width: 45.4545%;
  margin-left: 9.091%;
  margin-bottom: 30px;
  position: relative;
}
.p-top__point .content li:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 17px;
  margin-left: -4px;
  z-index: 1;
  border-top: 7px solid #FF9CB1;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  pointer-events: none;
}
.p-top__point .content li:nth-child(2n+1) {
  margin-left: 0;
}
.p-top__point .content li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background: #fff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  position: relative;
  font-weight: 900;
  color: #000;
  aspect-ratio: 1;
}
.p-top__point .content li a:before, .p-top__point .content li a:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
}
.p-top__point .content li a:before {
  left: 8px;
  top: 8px;
  border-top: 2px solid #FF9CB1;
  border-left: 2px solid #FF9CB1;
}
.p-top__point .content li a:after {
  right: 8px;
  bottom: 8px;
  border-bottom: 2px solid #FF9CB1;
  border-right: 2px solid #FF9CB1;
}
.p-top__point .content li em {
  color: #FF9CB1;
}
@media screen and (min-width: 769px) {
  .p-top__point .heading {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .p-top__point .heading em {
    font-size: 38px;
    font-size: 3.8rem;
  }
  .p-top__point .content:after {
    left: 50%;
    margin-left: -150px;
    border-left-width: 150px;
    border-right-width: 150px;
  }
  .p-top__point .content li {
    width: 24%;
    margin-left: 1.33%;
    margin-bottom: 40px;
  }
  .p-top__point .content li:nth-child(2n+1) {
    margin-left: 1.33%;
  }
  .p-top__point .content li:nth-child(4n+1) {
    margin-left: 0;
  }
  .p-top__point .content li a {
    aspect-ratio: 3/2;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
  }
  .p-top__point .content li a:before, .p-top__point .content li a:after {
    width: 60px;
    height: 60px;
  }
}
.p-top__diff {
  padding-top: 55px;
  padding-bottom: 30px;
  margin-bottom: 46px;
  background: #FAFAFA;
  position: relative;
}
.p-top__diff:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  border-top: 30px solid #FAFAFA;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
}
.p-top__diff .heading {
  margin-bottom: 20px;
}
.p-top__diff .heading .h {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-top__diff .heading .h span {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 11px;
  text-underline-offset: -4px;
  text-decoration-skip-ink: none;
}
.p-top__diff .heading .h span.c1 {
  text-decoration-color: rgba(126, 209, 192, 0.4);
}
.p-top__diff .heading .h span.c2 {
  text-decoration-color: rgba(255, 165, 112, 0.4);
}
.p-top__diff .heading .h span.c3 {
  text-decoration-color: rgba(255, 156, 177, 0.4);
}
.p-top__diff .content table,
.p-top__diff .content thead,
.p-top__diff .content tbody,
.p-top__diff .content tr,
.p-top__diff .content th,
.p-top__diff .content td {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-top__diff .content th,
.p-top__diff .content td {
  width: 50%;
  padding: 10px 12px;
}
.p-top__diff .content tr {
  display: flex;
  flex-wrap: wrap;
}
.p-top__diff .content .loan {
  background: #FFF3EC;
}
.p-top__diff .content .scholarship {
  background: #F1F6F5;
}
.p-top__diff .content thead th {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.p-top__diff .content thead th p {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 2px;
  white-space: nowrap;
}
.p-top__diff .content thead th .title {
  font-size: 14px;
  font-size: 1.4rem;
}
.p-top__diff .content thead th .title small {
  font-size: 12px;
  font-size: 1.2rem;
}
.p-top__diff .content thead .loan p {
  color: #FFA570;
}
.p-top__diff .content thead .scholarship p {
  color: #7ED1C0;
}
.p-top__diff .content tbody th {
  width: 100%;
  background: #fff;
  padding: 5px;
}
.p-top__diff .content tbody td {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .p-top__diff {
    padding-top: 75px;
    padding-bottom: 50px;
    margin-bottom: 80px;
  }
  .p-top__diff:after {
    left: 50%;
    margin-left: -150px;
    border-left-width: 150px;
    border-right-width: 150px;
  }
  .p-top__diff .heading {
    margin-bottom: 50px;
  }
  .p-top__diff .heading .h {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .p-top__diff .heading .h span {
    text-decoration-thickness: 15px;
    text-underline-offset: -5px;
  }
  .p-top__diff .content table {
    display: table;
    table-layout: fixed;
  }
  .p-top__diff .content thead {
    display: table-header-group;
  }
  .p-top__diff .content thead th:nth-child(1) {
    width: 200px;
  }
  .p-top__diff .content thead th p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-top__diff .content thead th .title {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .p-top__diff .content thead th .title small {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-top__diff .content tbody {
    display: table-row-group;
  }
  .p-top__diff .content tr {
    display: table-row;
  }
  .p-top__diff .content th,
  .p-top__diff .content td {
    display: table-cell;
    padding: 20px 25px;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
  }
  .p-top__diff .content tbody th {
    width: auto;
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 15px;
  }
  .p-top__diff .content tbody td {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-top__inex {
  margin-bottom: 12px;
}
.p-top__inex .c-lead1 {
  margin-bottom: 12px;
}
.p-top__inex .note {
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 600;
  color: #9E9E9E;
  margin-bottom: 10px;
}
.p-top__inex .block1 {
  margin-bottom: 20px;
  border: 2px solid;
  padding: 18px 28px;
}
.p-top__inex .block1:last-child {
  margin-bottom: 0;
}
.p-top__inex .block1 .t {
  text-align: center;
  display: flex;
  flex-direction: column;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
}
.p-top__inex .block1 .t span {
  font-size: 40px;
  font-size: 4rem;
}
.p-top__inex .block1 .js-accordion-heading {
  cursor: pointer;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 6px;
  text-align: center;
  padding: 6px 14px;
  line-height: 1.6;
}
.p-top__inex .block1 .js-accordion-heading span {
  display: block;
  position: relative;
}
.p-top__inex .block1 .js-accordion-heading span:before, .p-top__inex .block1 .js-accordion-heading span:after {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  background: #fff;
  border-radius: 4px;
  right: 0;
  top: 50%;
  margin-top: -2px;
}
.p-top__inex .block1 .js-accordion-heading span:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.p-top__inex .block1 .js-accordion-heading.is-open span:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.p-top__inex .block1 .js-accordion-content {
  display: none;
  padding-top: 25px;
  position: relative;
  margin-left: -28px;
  margin-right: -28px;
  margin-bottom: -18px;
}
.p-top__inex .block1 .js-accordion-content table {
  width: 100%;
}
.p-top__inex .block1 .js-accordion-content th {
  background: #FAFAFA;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: left;
}
.p-top__inex .block1 .js-accordion-content th strong {
  font-size: 14px;
  font-size: 1.4rem;
}
.p-top__inex .block1 .js-accordion-content td {
  width: 90px;
  text-align: center;
}
.p-top__inex .block1 .js-accordion-content th,
.p-top__inex .block1 .js-accordion-content td {
  padding: 8px 10px;
  vertical-align: middle;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-top__inex .block1.expenses {
  border-color: #EB4D5D;
}
.p-top__inex .block1.expenses .t span {
  color: #EB4D5D;
}
.p-top__inex .block1.expenses .js-accordion-heading {
  background: #EB4D5D;
  box-shadow: 0 4px 0 #BE3543;
}
.p-top__inex .block1.expenses .js-accordion-content th strong {
  color: #EB4D5D;
}
.p-top__inex .block1.income {
  border-color: #3A70CC;
}
.p-top__inex .block1.income .t span {
  color: #3A70CC;
}
.p-top__inex .block1.income .js-accordion-heading {
  background: #3A70CC;
  box-shadow: 0 4px 0 #33538B;
}
.p-top__inex .block1.income .js-accordion-content th strong {
  color: #3A70CC;
}
@media screen and (min-width: 769px) {
  .p-top__inex {
    margin-bottom: 50px;
  }
  .p-top__inex:after {
    display: block;
    content: "";
    clear: both;
  }
  .p-top__inex .c-lead1 {
    margin-bottom: 20px;
  }
  .p-top__inex .note {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .p-top__inex .block1 {
    width: 48%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-top__inex .block1.expenses {
    float: left;
  }
  .p-top__inex .block1.income {
    float: right;
  }
  .p-top__inex .block1 .js-accordion-content th {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-top__inex .block1 .js-accordion-content th strong {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-top__use {
  margin-bottom: 26px;
}
.p-top__use .heading {
  text-align: center;
  margin-bottom: 30px;
}
.p-top__use .heading .icon {
  margin-bottom: 12px;
}
.p-top__use .heading p {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}
.p-top__use .heading .h {
  color: #EB4D5D;
  font-size: 40px;
  font-size: 4rem;
}
.p-top__use .heading .h strong {
  font-size: 50px;
  font-size: 5rem;
}
.p-top__use .content {
  position: relative;
  background: #FFF3F6;
  padding: 30px;
  padding-bottom: 27px;
  text-align: center;
}
.p-top__use .content:before {
  display: block;
  content: "";
  border-bottom: 30px solid #FFF3F6;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -32px;
  top: -30px;
}
.p-top__use .content .l {
  text-align: center;
  margin-bottom: 22px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #FF9CB1;
}
.p-top__use .content .txt1 {
  margin-bottom: 22px;
}
@media screen and (min-width: 769px) {
  .p-top__use {
    margin-bottom: 80px;
  }
  .p-top__use .heading {
    margin-bottom: 40px;
  }
  .p-top__use .heading p {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.2;
  }
  .p-top__use .heading .h {
    font-size: 50px;
    font-size: 5rem;
  }
  .p-top__use .heading .h strong {
    font-size: 65px;
    font-size: 6.5rem;
  }
  .p-top__use .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-top__use .content .l {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .p-top__use .content .txt1 {
    margin-bottom: 34px;
  }
  .p-top__use .content .txt1 img {
    width: 550px;
  }
}
.p-top__type .heading {
  margin-bottom: 15px;
}
.p-top__type .heading .h {
  margin-bottom: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.p-top__type .heading .h em {
  text-decoration-line: underline;
  text-decoration-color: rgba(255, 156, 177, 0.4);
  text-decoration-style: solid;
  text-decoration-thickness: 14px;
  text-underline-offset: -8px;
  text-decoration-skip-ink: none;
}
.p-top__type .heading p {
  font-weight: 500;
}
.p-top__type .content li {
  border-bottom: 1px solid #ccc;
}
.p-top__type .content li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-top__type .content li a:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  border-left: 8px solid #FF9CB1;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.p-top__type .content li span {
  margin-right: 6px;
  font-size: 12px;
  font-size: 1.2rem;
}
.p-top__type .content li .t1 {
  color: #fff;
  padding: 2px 4px;
}
.p-top__type .content li em {
  font-weight: 500;
}
.p-top__type .content li.c1 .t1 {
  background: #F1BC2A;
}
.p-top__type .content li.c2 .t1 {
  background: #7ED1C0;
}
.p-top__type .content li.c2 .t2 {
  color: #7ED1C0;
}
.p-top__type .content li.c3 .t1 {
  background: #FFA570;
}
.p-top__type .content li.c4 .t1 {
  background: #FFBEB4;
}
@media screen and (min-width: 769px) {
  .p-top__type .heading {
    margin-bottom: 30px;
  }
  .p-top__type .heading .h {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
  .p-top__type .heading .h em {
    text-decoration-thickness: 15px;
    text-underline-offset: -5px;
  }
  .p-top__type .heading p {
    text-align: center;
  }
  .p-top__type .content li a {
    font-size: 18px;
    font-size: 1.8rem;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .p-top__type .content li a:after {
    border-left-width: 10px;
    border-top-width: 6px;
    border-bottom-width: 6px;
  }
  .p-top__type .content li span {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 8px;
  }
  .p-top__type .content li .t1 {
    padding: 3px 8px;
  }
}

/*=======================================

=========================================*/
.p-how__introduction {
  margin-bottom: 80px;
}
.p-how__introduction .c-lead1 {
  margin-bottom: 30px;
}
.p-how__introduction .content .title {
  text-align: center;
  font-size: 50px;
  font-size: 5rem;
  color: #FF9CB1;
  font-weight: 900;
  margin-bottom: 30px;
}
.p-how__introduction .content ul {
  background: #FAFAFA;
  padding: 44px 20px 52px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.p-how__introduction .content ul li {
  width: 20%;
  margin-bottom: 60px;
  text-align: center;
}
.p-how__introduction .content ul li:nth-last-child(-n+5) {
  margin-bottom: 0;
}
.p-how__introduction .content ul li .img1 {
  margin-bottom: 16px;
}
.p-how__introduction .content ul li .txt1 {
  line-height: 1.875;
}
.p-how__introduction .box1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-how__introduction .box1 .source {
  text-indent: -3em;
  padding-left: 3em;
  color: #9E9E9E;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57;
}
.p-how__inex {
  margin-bottom: 70px;
  border: 4px solid #FF9CB1;
  padding: 40px 20px;
}
.p-how__inex .c-lead1 {
  margin-bottom: 10px;
}
.p-how__inex .result {
  text-align: center;
  margin-bottom: 10px;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 900;
  color: #EB4D5D;
}
.p-how__inex .result em {
  font-size: 50px;
  font-size: 5rem;
}
.p-how__inex .quote {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #9E9E9E;
  font-weight: 600;
  margin-bottom: 30px;
}
.p-how__inex .expenses {
  margin-bottom: 20px;
}
.p-how__inex .expenses-heading {
  background: #EB4D5D;
}
.p-how__inex .expenses-heading:before, .p-how__inex .expenses-heading:after {
  background: #EB4D5D;
}
.p-how__inex .expenses-content th {
  color: #EB4D5D;
}
.p-how__inex .income {
  margin-bottom: 33px;
}
.p-how__inex .income-heading {
  background: #3A70CC;
}
.p-how__inex .income-heading:before, .p-how__inex .income-heading:after {
  background: #3A70CC;
}
.p-how__inex .income-content th {
  color: #3A70CC;
}
.p-how__inex .expenses-heading,
.p-how__inex .income-heading {
  cursor: pointer;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 9px;
  padding-bottom: 16px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
}
.p-how__inex .expenses-heading span,
.p-how__inex .income-heading span {
  font-size: 40px;
  font-size: 4rem;
}
.p-how__inex .expenses-heading:before, .p-how__inex .expenses-heading:after,
.p-how__inex .income-heading:before,
.p-how__inex .income-heading:after {
  display: block;
  content: "";
  position: absolute;
  right: 30px;
  width: 40px;
  height: 4px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  z-index: 9;
}
.p-how__inex .expenses-heading:after,
.p-how__inex .income-heading:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.p-how__inex .expenses-heading p:before,
.p-how__inex .income-heading p:before {
  display: block;
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100%;
  right: 25px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.p-how__inex .expenses-heading.is-open:after,
.p-how__inex .income-heading.is-open:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.p-how__inex .expenses-content,
.p-how__inex .income-content {
  display: none;
  padding-top: 20px;
  padding-bottom: 30px;
}
.p-how__inex .expenses-content table,
.p-how__inex .income-content table {
  width: 100%;
}
.p-how__inex .expenses-content th,
.p-how__inex .expenses-content td,
.p-how__inex .income-content th,
.p-how__inex .income-content td {
  text-align: center;
  padding: 8px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-how__inex .expenses-content th,
.p-how__inex .income-content th {
  width: 300px;
}
.p-how__inex .expenses-content td:last-child,
.p-how__inex .income-content td:last-child {
  width: 240px;
}
.p-how__inex .expenses-content tr:nth-child(2n) th,
.p-how__inex .expenses-content tr:nth-child(2n) td,
.p-how__inex .income-content tr:nth-child(2n) th,
.p-how__inex .income-content tr:nth-child(2n) td {
  background: #FAFAFA;
}
.p-how__nav {
  margin-bottom: 100px;
}
.p-how__nav .h {
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
  font-size: 4rem;
  color: #7DBFF8;
}
.p-how__nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 13px;
  padding-right: 13px;
}
.p-how__nav li {
  margin-bottom: 24px;
  width: 30.6643%;
  margin-left: 4.00355%;
}
.p-how__nav li:nth-child(1) {
  margin-left: 17.333925%;
}
.p-how__nav li:nth-child(2) {
  margin-right: 17.333925%;
}
.p-how__nav li:nth-child(3) {
  margin-left: 0;
}

/*=======================================

=========================================*/
.p-loan {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 100px;
  padding: 0 16px;
  margin-bottom: 20px;
}
.p-loan .nav {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
.p-loan .nav li {
  width: 47.3684%;
  margin-left: 5.2632%;
}
.p-loan .nav li:nth-child(2n+1) {
  margin-left: 0;
}
.p-loan .nav li a {
  background: #FFA570;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  padding: 21px 40px;
  border-radius: 50px;
  display: block;
  text-align: center;
  text-decoration: none;
}
.p-loan .nav li span {
  display: block;
  position: relative;
}
.p-loan .nav li span:before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  border-top: 18px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.p-loan .content {
  padding: 60px 50px;
  margin-bottom: 80px;
  max-width: 1100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  background: #FAFAFA;
}
.p-loan .content:last-child {
  margin-bottom: 0;
}
.p-loan .content-inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.p-loan .content .lead {
  text-align: center;
  margin-bottom: 30px;
}
.p-loan .content .lead .t {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1;
  margin-bottom: 30px;
  color: #FF9E7A;
}
.p-loan .content .lead .t span {
  font-size: 20px;
  font-size: 2rem;
}
.p-loan .content .lead p {
  font-weight: 500;
}
.p-loan .content .body dl {
  margin: 0;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.p-loan .content .body dl:last-child, .p-loan .content .body dl.last {
  border-bottom: 1px solid #ccc;
}
.p-loan .content .body dt {
  width: 155px;
  border-right: 2px solid #FF9E7A;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
  line-height: 1.5;
}
.p-loan .content .body dt span {
  font-size: 14px;
  font-size: 1.4rem;
}
.p-loan .content .body dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 155px);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-weight: 500;
}
.p-loan .content .body dd .tag {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background: #FF9E7A;
  width: 86px;
  margin-right: 22px;
  text-align: center;
}
.p-loan .content .body dd .tag + .tag {
  margin-left: -14px;
}
.p-loan .content .body p {
  margin-top: 15px;
  margin-bottom: 8px;
  line-height: 1.5;
}
.p-loan .content .body p:first-child {
  margin-top: 0;
}
.p-loan .content .body small {
  font-size: 14px;
  font-size: 1.4rem;
}
.p-loan .content .body table {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  table-layout: fixed;
  margin-top: 5px;
}
.p-loan .content .body th,
.p-loan .content .body td {
  border: 1px solid #707070;
  padding: 6px;
  min-width: 140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-loan .content .body th {
  text-align: left;
  font-weight: 400;
}
.p-loan .content .body td {
  text-align: center;
}
.p-loan .content .body ul {
  margin-top: 8px;
}
.p-loan .content .body li {
  text-indent: -3em;
  padding-left: 3em;
  line-height: 1.42;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.p-loan .content .body li:last-child {
  margin-bottom: 0;
}
.p-loan .content .body .note li {
  text-indent: -1em;
  padding-left: 1em;
}
.p-loan .nav {
  margin-bottom: 20px;
}
.p-loan .nav li a {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 9px 8px;
}
.p-loan .nav li span:before {
  border-top-width: 6px;
  border-left-width: 3px;
  border-right-width: 3px;
  margin-top: -3px;
  right: 0;
}
.p-loan .content {
  padding: 20px 10px;
  margin-bottom: 20px;
}
.p-loan .content-inner {
  padding: 0;
}
.p-loan .content .lead {
  margin-bottom: 9px;
}
.p-loan .content .lead .t {
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
}
.p-loan .content .lead .t span {
  font-size: 12px;
  font-size: 1.2rem;
}
.p-loan .content .lead p {
  text-align: left;
}
.p-loan .content .body dl {
  display: block;
  padding: 10px 4px;
  border-top: 1px solid #ccc;
}
.p-loan .content .body dl:last-child {
  border-bottom: 1px solid #ccc;
}
.p-loan .content .body dt {
  width: auto;
  margin-bottom: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #222;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  border-right: 0;
  font-weight: 700;
}
.p-loan .content .body dd {
  width: auto;
  padding-left: 0;
}
.p-loan .content .body dd .tag {
  width: 70px;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 6px;
}
.p-loan .content .body dd .tag + .tag {
  margin-left: -5px;
}
.p-loan .content .body dd.row {
  display: flex;
  flex-wrap: wrap;
}
.p-loan .content .body dd.row p {
  margin-top: 0;
  margin-right: 20px;
}
.p-loan .content .body dd.row .note {
  width: 100%;
}
.p-loan .content .body p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.p-loan .content .body p small {
  font-size: 12px;
  font-size: 1.2rem;
  color: #9E9E9E;
  font-size: 10px;
  font-size: 1rem;
}
.p-loan .content .body .note {
  color: #9E9E9E;
  font-size: 10px;
  font-size: 1rem;
  margin-top: 6px;
}
.p-loan .content .body table {
  table-layout: fixed;
}
.p-loan .content .body th,
.p-loan .content .body td {
  min-width: initial;
  text-align: center;
  font-weight: 700;
  border-color: #ccc;
}
.p-loan .content .body .note {
  margin-top: 10px;
}
.p-loan .content .body .note li {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 600;
  color: #9E9E9E;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .p-loan .nav {
    margin-bottom: 60px;
    justify-content: center;
  }
  .p-loan .nav li {
    width: 350px;
    margin-left: 5.028%;
  }
  .p-loan .nav li:nth-child(2n+1) {
    margin-left: 0;
  }
  .p-loan .nav li a {
    font-size: 20px;
    font-size: 2rem;
    padding: 12px;
  }
  .p-loan .nav li a:after {
    right: 20px;
    margin-top: -5px;
    border-top-width: 10px;
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .p-loan .content {
    padding: 60px 20px;
    margin-bottom: 40px;
  }
  .p-loan .content .lead {
    margin-bottom: 35px;
  }
  .p-loan .content .lead .t {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 25px;
  }
  .p-loan .content .lead .t span {
    font-size: 20px;
    font-size: 2rem;
  }
  .p-loan .content .lead p {
    text-align: center;
  }
  .p-loan .content .body dl {
    display: flex;
  }
  .p-loan .content .body dt {
    width: 230px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-loan .content .body dd {
    width: calc(100% - 230px);
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-loan .content .body dd .tag {
    width: 86px;
  }
  .p-loan .content .body p {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .p-loan .content .body p small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-loan .content .body th,
  .p-loan .content .body td {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 15px;
  }
  .p-loan .content .body .note {
    margin-top: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-loan .content .body .note li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*=======================================

=========================================*/
.p-scholarships .c-lead1 .h {
  color: #7ED1C0;
}
.p-scholarships .heading {
  padding-top: 60px;
  padding-bottom: 80px;
  background: #FAFAFA;
}
.p-scholarships .heading .compare {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.p-scholarships .heading .compare dl {
  width: 47.8260%;
  margin: 0;
  margin-left: 4.348%;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.p-scholarships .heading .compare dl:nth-child(2n+1) {
  margin-left: 0;
}
.p-scholarships .heading .compare dt {
  background: #7BCBC3;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 10px;
}
.p-scholarships .heading .compare dd {
  padding: 20px;
  padding-bottom: 30px;
}
.p-scholarships .heading .compare dd > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-scholarships .heading .compare dd p {
  font-weight: 700;
  color: #fff;
  width: 110px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px;
  margin-bottom: 16px;
  text-align: center;
}
.p-scholarships .heading .compare dd li {
  position: relative;
  padding-left: 21px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.p-scholarships .heading .compare dd li:last-child {
  margin-bottom: 0;
}
.p-scholarships .heading .compare dd li:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 11px;
  height: 11px;
  border-radius: 11px;
}
.p-scholarships .heading .compare dd .merit {
  margin-bottom: 30px;
}
.p-scholarships .heading .compare dd .merit p,
.p-scholarships .heading .compare dd .merit li:before {
  background: #3A70CC;
}
.p-scholarships .heading .compare dd .demerit p,
.p-scholarships .heading .compare dd .demerit li:before {
  background: #EB4D5D;
}
.p-scholarships .newsupport {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-scholarships .newsupport p {
  color: #F1BC2A;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
.p-scholarships .newsupport .btn a {
  display: flex;
  align-items: center;
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #F1BC2A;
  color: #fff;
  text-decoration: none;
  padding: 20px 25px;
  font-size: 36px;
  font-size: 3.6rem;
  position: relative;
  font-weight: 500;
  border-radius: 140px;
}
.p-scholarships .newsupport .btn a:after {
  display: block;
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  border-left: 13px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.p-scholarships .newsupport .btn img {
  margin-right: 20px;
}
.p-scholarships .p-introduction-title1 {
  margin-bottom: 40px;
}
.p-scholarships .content {
  margin-bottom: 80px;
}
.p-scholarships .content:last-child {
  margin-bottom: 0;
}
.p-scholarships .content.bg1 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #F1F6F5;
}
.p-scholarships .content.scholarship {
  background: #F1F6F5;
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-scholarships .content.scholarship .content-heading .title {
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: center;
}
.p-scholarships .content.scholarship .content-tab ul {
  display: flex;
  justify-content: center;
}
.p-scholarships .content.scholarship .content-tab li {
  cursor: pointer;
  color: #fff;
  border-radius: 10px 10px 0 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  background: #E1E1E1;
  padding: 13px 48px;
  margin-left: 20px;
  margin-right: 20px;
}
.p-scholarships .content.scholarship .content-tab li.is-active {
  background: #7ED1C0;
}
.p-scholarships .content.scholarship .content-body {
  background: #fff;
  padding: 60px 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.p-scholarships .content.scholarship .content-body .table table {
  width: 100%;
  table-layout: fixed;
}
.p-scholarships .content.scholarship .content-body .table th,
.p-scholarships .content.scholarship .content-body .table td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #CCC;
  padding: 20px 32px;
  background: #fff;
}
.p-scholarships .content.scholarship .content-body .table th {
  text-align: center;
}
.p-scholarships .content.scholarship .content-body .table td small {
  font-size: 14px;
  font-size: 1.4rem;
}
.p-scholarships .content.scholarship .content-body .table .w150 {
  width: 150px;
}
.p-scholarships .content.scholarship .content-body .table thead th {
  background: #F1F6F5;
  padding: 20px;
  font-size: 20px;
  font-size: 2rem;
  color: #7ED1C0;
}
.p-scholarships .content.scholarship .content-body .table tbody th {
  color: #7ED1C0;
  font-size: 20px;
  font-size: 2rem;
}
.p-scholarships .content.scholarship .content-body .table tbody tr:nth-child(2n) th,
.p-scholarships .content.scholarship .content-body .table tbody tr:nth-child(2n) td {
  background: #FAFAFA;
}
.p-scholarships .content.scholarship .content-body .note {
  margin-top: 40px;
}
.p-scholarships .content-heading {
  margin-bottom: 30px;
}
.p-scholarships .content-heading .nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  margin-top: 30px;
  margin-left: -12px;
  margin-right: -12px;
}
.p-scholarships .content-heading .nav li {
  margin-left: 12px;
  margin-right: 12px;
  width: 150px;
  text-align: center;
  border-radius: 40px;
}
.p-scholarships .content-heading .nav li a {
  display: block;
  background: #7ED1C0;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 5px;
  border-radius: 50px;
}
.p-scholarships .content-body.js-tab-content {
  display: none;
}
.p-scholarships .content-body.js-tab-content.is-active {
  display: block;
}
.p-scholarships .content-body .lead {
  font-weight: 500;
  margin-bottom: 40px;
}
.p-scholarships .content-body .l {
  text-align: center;
  margin-bottom: 30px;
}
.p-scholarships .content-body .t1 {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}
.p-scholarships .content-body .block1 {
  background: #fff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  padding: 40px 50px;
  margin-bottom: 30px;
}
.p-scholarships .content-body .block1:last-child {
  margin-bottom: 0;
}
.p-scholarships .content-body .block1 + .t1 {
  margin-top: 40px;
}
.p-scholarships .content-body .block1 .t2 {
  font-size: 24px;
  font-size: 2.4rem;
  padding-left: 30px;
  margin-bottom: 15px;
  position: relative;
  line-height: 1.5;
}
.p-scholarships .content-body .block1 .t2.bd {
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
}
.p-scholarships .content-body .block1 .t2 em {
  color: #8CD1CA;
  margin-left: 30px;
  font-size: 20px;
  font-size: 2rem;
}
.p-scholarships .content-body .block1 .t2 span {
  font-size: 20px;
  font-size: 2rem;
}
.p-scholarships .content-body .block1 .t2:before {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #7BCBC3;
  left: 0;
  top: 8px;
}
.p-scholarships .content-body .block1 .t2 + .t3 {
  margin-top: 0;
}
.p-scholarships .content-body .block1 .t3 {
  font-size: 20px;
  font-size: 2rem;
  color: #7BCBC3;
  line-height: 1.5;
  margin-top: 15px;
  margin-bottom: 8px;
}
.p-scholarships .content-body .block1 .t3.black {
  color: #222;
  font-size: 18px;
  font-size: 1.8rem;
}
.p-scholarships .content-body .block1 table {
  width: 100%;
  margin-bottom: 16px;
  table-layout: fixed;
}
.p-scholarships .content-body .block1 table .w190 {
  width: 190px;
}
.p-scholarships .content-body .block1 table .w480 {
  width: 480px;
}
.p-scholarships .content-body .block1 th,
.p-scholarships .content-body .block1 td {
  border: 1px solid #ccc;
  padding: 12px;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-scholarships .content-body .block1 th {
  background: #F1F6F5;
  text-align: center;
  vertical-align: middle;
}
.p-scholarships .content-body .block1 th span {
  font-size: 14px;
  font-size: 1.4rem;
}
.p-scholarships .content-body .block1 td {
  padding-left: 20px;
  padding-right: 20px;
}
.p-scholarships .content-body .block1 td .inline {
  display: inline-block;
  text-align: left;
}
.p-scholarships .content-body .block1 a {
  color: #000;
  text-decoration: underline;
}
.p-scholarships .content-body .block1 a:hover {
  text-decoration: none;
}
.p-scholarships .content-body .block1 .btn {
  text-align: center;
  margin-top: 20px;
}
.p-scholarships .content-body .block1 .btn a {
  display: inline-block;
  position: relative;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  padding: 0 35px;
  background: #FF9CB1;
  border-radius: 30px;
}
.p-scholarships .content-body .block1 .btn a:after {
  display: block;
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -4px;
  border-left: 7px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.p-scholarships .heading {
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-scholarships .heading .c-lead1 {
  padding-left: 16px;
  padding-right: 16px;
}
.p-scholarships .heading .c-lead1 .l {
  text-align: left;
}
.p-scholarships .heading .compare {
  display: block;
}
.p-scholarships .heading .compare dl {
  width: auto;
  display: block;
  padding: 20px;
  margin-left: 0;
  margin-bottom: 20px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.p-scholarships .heading .compare dl:last-child {
  margin-bottom: 0;
}
.p-scholarships .heading .compare dt {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  padding: 8px;
  margin-bottom: 10px;
}
.p-scholarships .heading .compare dd {
  padding: 0;
}
.p-scholarships .heading .compare dd > div {
  display: block;
}
.p-scholarships .heading .compare dd .merit {
  margin-bottom: 20px;
}
.p-scholarships .heading .compare dd p {
  margin-bottom: 10px;
}
.p-scholarships .heading .compare dd li {
  padding-left: 15px;
  margin-bottom: 6px;
}
.p-scholarships .heading .compare dd li:before {
  width: 8px;
  height: 8px;
  top: 6px;
}
.p-scholarships .newsupport {
  background: #F1BC2A;
  color: #fff;
  padding: 20px 16px;
}
.p-scholarships .newsupport p {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.p-scholarships .newsupport .btn a {
  width: auto;
  padding: 10px 12px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #F1BC2A;
  background: #fff;
  box-shadow: 0 4px 0 #DCAF32;
  border-radius: 10px;
  text-align: center;
  width: 300px;
}
.p-scholarships .newsupport .btn a:after {
  right: 12px;
  top: 50%;
  margin-top: -3px;
  border-left: 8px solid #F1BC2A;
  border-top-width: 3px;
  border-bottom-width: 3px;
}
.p-scholarships .content {
  margin-bottom: 0;
}
.p-scholarships .content.scholarship {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
}
.p-scholarships .content.scholarship .content-heading {
  margin-bottom: 12px;
}
.p-scholarships .content.scholarship .content-heading .title {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 3px;
}
.p-scholarships .content.scholarship .content-tab {
  margin-bottom: 20px;
}
.p-scholarships .content.scholarship .content-tab li {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0;
  position: relative;
  width: 47.4860%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 5.028%;
  margin-right: 0;
  background: transparent;
}
.p-scholarships .content.scholarship .content-tab li:nth-child(2n+1) {
  margin-left: 0;
}
.p-scholarships .content.scholarship .content-tab li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 9px;
  position: relative;
  text-align: center;
  background: #7ED1C0;
  border-radius: 40px;
}
.p-scholarships .content.scholarship .content-tab li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -3px;
  border-top: 6px solid #fff;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.p-scholarships .content.scholarship .content-body {
  background: transparent;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  box-shadow: none;
  margin-bottom: 20px;
}
.p-scholarships .content.scholarship .content-body .title {
  text-align: center;
  margin-bottom: 11px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #7ED1C0;
}
.p-scholarships .content.scholarship .content-body .table .js-tab-heading {
  display: flex;
  justify-content: space-around;
}
.p-scholarships .content.scholarship .content-body .table .js-tab-heading li {
  cursor: pointer;
  color: #fff;
  background: #D5DCDB;
  border-radius: 7px 7px 0 0;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  width: 44.6927%;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-scholarships .content.scholarship .content-body .table .js-tab-heading li.is-active {
  background: #7ED1C0;
}
.p-scholarships .content.scholarship .content-body .table .body {
  border: 1px solid #7ED1C0;
  padding: 10px;
  display: none;
}
.p-scholarships .content.scholarship .content-body .table .body.is-active {
  display: block;
}
.p-scholarships .content.scholarship .content-body .table .t2 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 16px;
  padding-bottom: 0;
  border-bottom: 0;
  font-weight: 700;
}
.p-scholarships .content.scholarship .content-body .table .t2:before {
  content: "●";
  color: #7ED1C0;
  margin-right: 6px;
  vertical-align: baseline;
}
.p-scholarships .content.scholarship .content-body .table table,
.p-scholarships .content.scholarship .content-body .table tbody,
.p-scholarships .content.scholarship .content-body .table tr,
.p-scholarships .content.scholarship .content-body .table th,
.p-scholarships .content.scholarship .content-body .table td {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-scholarships .content.scholarship .content-body .table tbody tr {
  margin-bottom: 15px;
}
.p-scholarships .content.scholarship .content-body .table tbody tr:nth-child(2n) th,
.p-scholarships .content.scholarship .content-body .table tbody tr:nth-child(2n) td {
  background: #fff;
}
.p-scholarships .content.scholarship .content-body .table tbody th,
.p-scholarships .content.scholarship .content-body .table tbody td {
  border: 0;
  padding: 0;
}
.p-scholarships .content.scholarship .content-body .table tbody th {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 6px;
  color: #7ED1C0;
  text-align: left;
  margin-bottom: 6px;
}
.p-scholarships .content.scholarship .content-body .table tbody td {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.p-scholarships .content.scholarship .note {
  font-size: 10px;
  font-size: 1rem;
  color: #9E9E9E;
  line-height: 2;
  font-weight: 600;
}
.p-scholarships .content.local {
  background: #FAFAFA;
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-scholarships .content.local .content-body .nav {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
.p-scholarships .content.local .content-body .nav:last-child {
  margin-bottom: 0;
}
.p-scholarships .content.local .content-body .nav li {
  width: 30.7262%;
  margin-left: 3.9107%;
  margin-bottom: 10px;
  cursor: pointer;
  background: #D5DCDB;
  border-radius: 30px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
.p-scholarships .content.local .content-body .nav li:nth-child(3n+1) {
  margin-left: 0;
}
.p-scholarships .content.local .content-body .nav li.is-active {
  background: #7ED1C0;
}
.p-scholarships .content.local .content-body .block1 {
  display: none;
  box-shadow: none;
  padding: 0;
  background: transparent;
}
.p-scholarships .content.local .content-body .block1.is-active {
  display: block;
}
.p-scholarships .content.local .content-body .block1 .t2 {
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 9px;
  padding-left: 0;
  color: #7ED1C0;
}
.p-scholarships .content.local .content-body .block1 .t2:before {
  display: none;
}
.p-scholarships .content.local .content-body .block1 .t3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
.p-scholarships .content.local .content-body .block1 .t3:before {
  content: "●";
  color: #7ED1C0;
  vertical-align: baseline;
  margin-right: 6px;
}
.p-scholarships .content.local .content-body .block1 .table table,
.p-scholarships .content.local .content-body .block1 .table thead,
.p-scholarships .content.local .content-body .block1 .table tbody,
.p-scholarships .content.local .content-body .block1 .table tr,
.p-scholarships .content.local .content-body .block1 .table th,
.p-scholarships .content.local .content-body .block1 .table td {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-scholarships .content.local .content-body .block1 .table th {
  padding: 5px;
}
.p-scholarships .content.local .content-body .block1 .table td {
  border-top: 0;
  border-bottom: 0;
  padding: 16px 14px;
}
.p-scholarships .content.local .content-body .block1 .table tr:last-child td {
  border-bottom: 1px solid #ccc;
}
.p-scholarships .content.local .content-body .block1 .btn {
  margin-top: 10px;
}
.p-scholarships .content.local .content-body .block1 .btn a {
  padding: 5px;
  display: block;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-scholarships .content.unofficial {
  background: transparent;
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-scholarships .content.unofficial .content-heading {
  margin-bottom: 10px;
}
.p-scholarships .content.unofficial .content-heading .t {
  font-size: 20px;
  font-size: 2rem;
  color: #7ED1C0;
  text-align: center;
}
.p-scholarships .content.unofficial .content-body .block1 {
  margin-bottom: 10px;
  padding: 10px;
  box-shadow: none;
  background: #EBF6F4;
}
.p-scholarships .content.unofficial .content-body .block1:last-child {
  margin-bottom: 0;
}
.p-scholarships .content.unofficial .content-body .block1 .t2 {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 0;
}
.p-scholarships .content.unofficial .content-body .block1 .t2:before {
  display: none;
}
.p-scholarships .content.unofficial .content-body .block1 .t2 span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  width: 60px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 10px;
  background: #7ED1C0;
}
.p-scholarships .content.unofficial .content-body .block1 p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66;
}
@media screen and (min-width: 769px) {
  .p-scholarships .heading {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .p-scholarships .heading .c-lead1 .l {
    text-align: center;
  }
  .p-scholarships .heading .compare {
    display: flex;
  }
  .p-scholarships .heading .compare dl {
    width: 47.8260%;
    margin-left: 4.348%;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .p-scholarships .heading .compare dt {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-scholarships .newsupport {
    padding: 60px 30px;
  }
  .p-scholarships .newsupport p {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .p-scholarships .newsupport .btn a {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 20px;
    font-weight: 700;
    width: 450px;
  }
  .p-scholarships .newsupport .btn a:after {
    right: 20px;
    margin-top: -5px;
    border-right-width: 12px;
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  .p-scholarships .content.scholarship {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .p-scholarships .content.scholarship .content-heading .title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .p-scholarships .content.scholarship .content-heading .c-lead1 .l {
    margin-top: 15px;
  }
  .p-scholarships .content.scholarship .content-tab {
    margin-bottom: 30px;
  }
  .p-scholarships .content.scholarship .content-tab li {
    width: 350px;
  }
  .p-scholarships .content.scholarship .content-tab li a {
    font-size: 20px;
    font-size: 2rem;
    padding: 12px;
  }
  .p-scholarships .content.scholarship .content-tab li a:after {
    right: 20px;
    margin-top: -5px;
    border-top-width: 10px;
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .p-scholarships .content.scholarship .content-body {
    margin-bottom: 60px;
  }
  .p-scholarships .content.scholarship .content-body .title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .p-scholarships .content.scholarship .content-body .table .js-tab-heading li {
    font-size: 20px;
    font-size: 2rem;
    padding: 10px;
  }
  .p-scholarships .content.scholarship .content-body .table .body {
    padding: 30px;
  }
  .p-scholarships .content.scholarship .content-body .table .t2 {
    font-size: 20px;
    font-size: 2rem;
  }
  .p-scholarships .content.scholarship .content-body .table table {
    display: table;
  }
  .p-scholarships .content.scholarship .content-body .table thead {
    display: table-header-group;
  }
  .p-scholarships .content.scholarship .content-body .table tbody {
    display: table-row-group;
  }
  .p-scholarships .content.scholarship .content-body .table tbody th {
    width: 200px;
  }
  .p-scholarships .content.scholarship .content-body .table tbody td {
    margin-bottom: 0;
  }
  .p-scholarships .content.scholarship .content-body .table tbody th,
  .p-scholarships .content.scholarship .content-body .table tbody td {
    font-size: 16px;
    font-size: 1.6rem;
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .p-scholarships .content.scholarship .content-body .table tbody tr:last-child th,
  .p-scholarships .content.scholarship .content-body .table tbody tr:last-child td {
    border-bottom: 0;
  }
  .p-scholarships .content.scholarship .content-body .table tr {
    display: table-row;
  }
  .p-scholarships .content.scholarship .content-body .table th,
  .p-scholarships .content.scholarship .content-body .table td {
    display: table-cell;
  }
  .p-scholarships .content.scholarship .note {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-scholarships .content.local {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .p-scholarships .content.local .content-body .nav {
    margin-bottom: 50px;
    justify-content: center;
  }
  .p-scholarships .content.local .content-body .nav li {
    width: 130px;
    margin-left: 0;
    margin-right: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-scholarships .content.local .content-body .block1 .t3 {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 40px;
    margin-top: 15px;
  }
  .p-scholarships .content.local .content-body .block1 .table table {
    display: table;
  }
  .p-scholarships .content.local .content-body .block1 .table thead {
    display: table-header-group;
  }
  .p-scholarships .content.local .content-body .block1 .table tbody {
    display: table-row-group;
  }
  .p-scholarships .content.local .content-body .block1 .table tr {
    display: table-row;
  }
  .p-scholarships .content.local .content-body .block1 .table th,
  .p-scholarships .content.local .content-body .block1 .table td {
    display: table-cell;
  }
  .p-scholarships .content.local .content-body .block1 .table th {
    width: 220px;
  }
  .p-scholarships .content.local .content-body .block1 .table td {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .p-scholarships .content.local .content-body .block1 .btn {
    margin-top: 20px;
  }
  .p-scholarships .content.local .content-body .block1 .btn a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 10px;
    width: 450px;
  }
  .p-scholarships .content.local .content-body .block1 .btn span {
    padding-left: 12px;
    padding-right: 12px;
  }
  .p-scholarships .content.local .content-body .block1 .btn span:after {
    margin-top: -6px;
    border-left-width: 10px;
    border-top-width: 6px;
    border-bottom-width: 6px;
  }
  .p-scholarships .content.unofficial {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .p-scholarships .content.unofficial .content-heading {
    margin-bottom: 25px;
  }
  .p-scholarships .content.unofficial .content-heading .t {
    font-size: 30px;
    font-size: 3rem;
  }
  .p-scholarships .content.unofficial .content-body .block1 {
    padding: 25px;
    margin-bottom: 25px;
  }
  .p-scholarships .content.unofficial .content-body .block1 .t2 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 12px;
  }
  .p-scholarships .content.unofficial .content-body .block1 .t2 span {
    font-size: 16px;
    font-size: 1.6rem;
    width: 80px;
  }
  .p-scholarships .content.unofficial .content-body .block1 p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/*=======================================

=========================================*/
.p-newsupport .content {
  margin-bottom: 80px;
}
.p-newsupport .content:last-child {
  margin-bottom: 0;
}
.p-newsupport .content-heading {
  text-align: center;
  margin-bottom: 40px;
}
.p-newsupport .content-heading p {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}
.p-newsupport .content-heading .t {
  color: #F1BC2A;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.p-newsupport .content-body .lead {
  font-weight: 500;
  margin-bottom: 40px;
}
.p-newsupport .content-body .l {
  text-align: center;
  margin-bottom: 30px;
}
.p-newsupport .content-body .t1 {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}
.p-newsupport .content-body .block1 {
  background: #fff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  padding: 40px 50px;
  margin-bottom: 30px;
}
.p-newsupport .content-body .block1:last-child {
  margin-bottom: 0;
}
.p-newsupport .content-body .block1 + .t1 {
  margin-top: 40px;
}
.p-newsupport .content-body .block1 .t2 {
  font-size: 24px;
  font-size: 2.4rem;
  padding-left: 30px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  position: relative;
  line-height: 1.5;
}
.p-newsupport .content-body .block1 .t2 em {
  color: #F1BC2A;
  margin-left: 30px;
  font-size: 20px;
  font-size: 2rem;
}
.p-newsupport .content-body .block1 .t2 span {
  font-size: 20px;
  font-size: 2rem;
}
.p-newsupport .content-body .block1 .t2:before {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #F1BC2A;
  left: 0;
  top: 8px;
}
.p-newsupport .content-body .block1 .t2 + .t3 {
  margin-top: 0;
}
.p-newsupport .content-body .block1 .t3 {
  font-size: 20px;
  font-size: 2rem;
  color: #F1BC2A;
  line-height: 1.5;
  margin-top: 15px;
  margin-bottom: 8px;
}
.p-newsupport .content-body .block1 .t3.black {
  color: #222;
  font-size: 18px;
  font-size: 1.8rem;
}
.p-newsupport .content-body .block1 table {
  width: 100%;
  margin-bottom: 16px;
  table-layout: fixed;
}
.p-newsupport .content-body .block1 table .w140 {
  width: 140px;
}
.p-newsupport .content-body .block1 table .w480 {
  width: 480px;
}
.p-newsupport .content-body .block1 th,
.p-newsupport .content-body .block1 td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-newsupport .content-body .block1 th {
  font-weight: 400;
}
.p-newsupport .content-body .block1 th span {
  font-size: 14px;
  font-size: 1.4rem;
}
.p-newsupport .content-body .block1 td {
  padding-left: 20px;
  padding-right: 20px;
}
.p-newsupport .content-body .block1 td .inline {
  display: inline-block;
  text-align: left;
}
.p-newsupport .content-body .block1 dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
  margin-bottom: 17px;
}
.p-newsupport .content-body .block1 dl:last-child {
  margin-bottom: 0;
}
.p-newsupport .content-body .block1 dt {
  background: #F1BC2A;
  color: #fff;
  width: 100px;
  text-align: center;
  font-weight: 700;
  padding: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-newsupport .content-body .block1 dd {
  width: calc(100% - 110px);
}
.p-newsupport .content-body .block1 .note {
  margin-top: 16px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.p-newsupport .content-body .block1 .note p {
  margin-bottom: 6px;
  text-indent: -1em;
  padding-left: 1em;
}
.p-newsupport .content-body .block1 .note p:last-child {
  margin-bottom: 0;
}
.p-newsupport .content-body .block1 a {
  color: #000;
  text-decoration: underline;
}
.p-newsupport .content-body .block1 a:hover {
  text-decoration: none;
}
.p-newsupport .content-body .note p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  text-indent: -1em;
  padding-left: 1em;
}
.p-newsupport .content-body .example {
  margin-top: 45px;
  margin-bottom: 50px;
}
.p-newsupport .content-body .example-heading {
  display: flex;
  align-items: center;
  margin: 0;
  margin-bottom: 20px;
}
.p-newsupport .content-body .example-heading dt {
  background: #EFEFEF;
  text-align: center;
  padding: 12px 15px;
  font-size: 20px;
  font-size: 2rem;
  margin-right: 10px;
  line-height: 1.5;
}
.p-newsupport .content-body .example-heading dd {
  width: calc(100% - 60px);
}
.p-newsupport .content-body .example-content {
  margin-bottom: 40px;
}
.p-newsupport .content-body .example-note {
  background: url(../img/icon_point.svg) no-repeat left center;
  background-size: 50px auto;
  padding-left: 60px;
}
.p-newsupport .new {
  margin-bottom: 80px;
}
.p-newsupport .new-wrap {
  background: #F9F5EB;
  padding: 40px;
  margin-bottom: 50px;
}
.p-newsupport .new-heading {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 28px;
}
.p-newsupport .new-heading p {
  margin-bottom: 20px;
  /*background: #F1BC2A;*/
  background: #EB612A;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 400px;
}
.p-newsupport .new-heading .t {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  /*color: #F1BC2A;*/
  color: #EB612A;
}
.p-newsupport .new-content {
  /*margin-bottom: 95px;*/
  margin-bottom: 75px;
}
.p-newsupport .new-content .t {
  margin-bottom: 30px;
  background: #F1BC2A;
  color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  font-size: 20px;
}
.p-newsupport .new-content .t span {
  background: #fff;
  color: #F1BC2A;
  padding: 2px 15px;
  margin-right: 15px;
  font-size: 18px;
}
.p-newsupport .new-content dl {
  margin: 0;
  margin-bottom: 10px;
  display: flex;
  background: #fff;
}
.p-newsupport .new-content dl:last-child {
  margin-bottom: 0;
}
.p-newsupport .new-content dt {
  width: 140px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F1BC2A;
}
.p-newsupport .new-content dd {
  width: calc(100% - 140px);
  padding: 16px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}
.p-newsupport .new-content dd span {
  font-size: 16px;
  font-size: 1.6rem;
}
.p-newsupport .new-content.green {
  /*margin-bottom: 125px;*/
}
.p-newsupport .new-content.green .t {
  background: #8dc556;
}
.p-newsupport .new-content.green .t span {
  color: #8dc556;
}
.p-newsupport .new-content.green p {
  padding-left: 0 !important;
}
.p-newsupport .new-content.green p:before {
  display: none !important;
}
.p-newsupport .new-content.green p em {
  color: #8dc556;
  font-size: 20px;
  font-weight: 700;
}
.p-newsupport .new-content.green p span {
  color: #fff;
  display: inline-block;
  background: #8dc556;
  border-radius: 10px;
  padding: 2px 10px;
  margin-right: 3px;
  font-size: 14px;
}
.p-newsupport .new-content.green .l {
  background: #fff;
  color: #22AC38;
  padding: 15px;
  margin-top: 15px;
  font-size: 18px;
  text-align: center;
}
.p-newsupport .new-content.green .note {
  margin-top: 10px;
}
.p-newsupport .new-content.green .note p {
  margin-bottom: 3px;
  font-size: 14px;
  color: #8B8B8B;
  text-indent: -1em;
  padding-left: 1em !important;
}
.p-newsupport .new-point {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.p-newsupport .new-point:last-child {
  margin-bottom: 0;
}
/*.p-newsupport .new-point ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}*/
.p-newsupport .new-point li {
  /*width: 44.44%;*/
  background: #fff;
  position: relative;
  padding: 38px 32px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-newsupport .new-point li .en {
  position: absolute;
  left: -20px;
  top: -43px;
}
.p-newsupport .new-point li .t {
  text-align: center;
  color: #F1BC2A;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 18px;
}
.p-newsupport .new-point li .img1 {
  margin-bottom: 18px;
  text-align: center;
}
.p-newsupport .new-point li p {
  margin-bottom: 18px;
  position: relative;
  padding-left: 23px;
  line-height: 1.5;
}
.p-newsupport .new-point li p:last-child {
  margin-bottom: 0;
}
.p-newsupport .new-point li p:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background: #F1BC2A;
}
.p-newsupport .new-point .quote {
  text-align: center;
  margin-top: 20px;
  text-indent: -3em;
  padding-left: 3mm;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #8B8B8B;
}
.p-newsupport .new-point li.green .t {
  color: #8dc556;
}
.p-newsupport .new-point li.green p:before {
  background: #8dc556;
}
.p-newsupport .new-application {
  text-align: center;
}
.p-newsupport .new-application .lead {
  margin-bottom: 50px;
}
.p-newsupport .new-application .lead em {
  text-decoration-line: underline;
  text-decoration-color: rgba(255, 153, 168, 0.4);
  text-decoration-style: solid;
  text-decoration-thickness: 10px;
  text-underline-offset: -3px;
  text-decoration-skip-ink: none;
}
.p-newsupport .new-application .t {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 18px;
  color: #F1BC2A;
}
.p-newsupport .new-application .t:before {
  content: "＼";
}
.p-newsupport .new-application .t:after {
  content: "／";
}
.p-newsupport .new-application .btn a {
  display: block;
  max-width: 1110px;
  color: #000;
  text-decoration: none;
  background: #FEF030 url(../img/arrow_1.svg) no-repeat calc(100% - 58px) center;
  background-size: 42px auto;
  padding: 60px 20px 63px;
}
.p-newsupport .new-application .btn p {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.p-newsupport .content {
  margin-bottom: 20px;
}
.p-newsupport .content-heading {
  margin-bottom: 10px;
}
.p-newsupport .content-heading p {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.p-newsupport .content-heading .t {
  font-size: 20px;
  font-size: 2rem;
}
.p-newsupport .content-body .lead {
  margin-bottom: 20px;
}
.p-newsupport .content-body .block1 {
  box-shadow: none;
  padding: 0;
  margin-bottom: 20px;
}
.p-newsupport .content-body .block1 .t2 {
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
  padding-left: 0;
}
.p-newsupport .content-body .block1 .t2:before {
  content: "●";
  vertical-align: bottom;
  margin-right: 6px;
  color: #F1BC2A;
  width: auto;
  height: auto;
  background: transparent;
  position: static;
  display: inline;
}
.p-newsupport .content-body .block1 .t3 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 20px;
  margin-bottom: 6px;
}
.p-newsupport .content-body .block1 .t4 {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 14px;
  font-size: 1.4rem;
}
.p-newsupport .content-body .block1 th,
.p-newsupport .content-body .block1 td {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 7px;
  text-align: center;
}
.p-newsupport .content-body .block1 th {
  background: #FAFAFA;
}
.p-newsupport .content-body .block1 .note {
  margin-top: 19px;
  font-size: 10px;
  font-size: 1rem;
  color: #9E9E9E;
}
.p-newsupport .content-body .block1 .note p {
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 6px;
}
.p-newsupport .content-body .block1 .note p:last-child {
  margin-bottom: 0;
}
.p-newsupport .content-body .example-heading {
  align-items: flex-start;
}
.p-newsupport .content-body .example-heading dt {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 4px 8px;
  margin-right: 8px;
}
.p-newsupport .content-body .example-heading dd {
  width: calc(100% - 38px);
  font-size: 12px;
  font-size: 1.2rem;
}
.p-newsupport .content-body .example-content {
  margin-bottom: 20px;
  position: relative;
  margin-right: -15px;
  overflow: auto;
}
.p-newsupport .content-body .example-content img {
  width: 625px;
  max-width: initial;
}
.p-newsupport .content-body .example-note {
  padding-left: 30px;
  background-size: 25px 25px;
  background-position: left top;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.p-newsupport .new {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.p-newsupport .new-wrap {
  padding: 20px 16px;
  margin-bottom: 20px;
}
.p-newsupport .new-heading {
  margin-bottom: 10px;
}
.p-newsupport .new-heading p {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 6px;
  width: auto;
  padding: 4px 16px;
}
.p-newsupport .new-heading .t {
  font-size: 14px;
  font-size: 1.4rem;
}
.p-newsupport .new-content {
  margin-bottom: 55px;
}
.p-newsupport .new-content dl {
  display: block;
  margin-bottom: 0;
}
.p-newsupport .new-content dt {
  width: auto;
  justify-content: flex-start;
  padding: 4px 8px;
}
.p-newsupport .new-content dd {
  width: auto;
  padding: 10px 8px;
  font-size: 14px;
  font-size: 1.4rem;
}
.p-newsupport .new-content dd span {
  font-size: 10px;
  font-size: 1rem;
  color: #9E9E9E;
  line-height: 1.5;
}
.p-newsupport .new-point ul {
  display: block;
}
.p-newsupport .new-point li {
  /*width: auto;*/
  padding: 22px 18px;
  margin-bottom: 30px;
}
.p-newsupport .new-point li:last-child {
  margin-bottom: 0;
}
.p-newsupport .new-point li .en {
  width: 80px;
  left: 15px;
  top: -24px;
}
.p-newsupport .new-point li .t {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
}
.p-newsupport .new-point li p {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.p-newsupport .new-point li p:before {
  top: 3px;
}
.p-newsupport .new-point .quote {
  margin-top: 10px;
  margin-left: 18px;
  margin-right: 18px;
  text-indent: 0;
  padding-left: 0;
  text-align: left;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.4;
}
.p-newsupport .new-application {
  margin-left: 16px;
  margin-right: 16px;
}
.p-newsupport .new-application .lead {
  text-align: left;
  margin-bottom: 20px;
}
.p-newsupport .new-application .lead em {
  text-decoration-color: rgba(255, 190, 180, 0.6);
  text-decoration-thickness: 8px;
}
.p-newsupport .new-application .t {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}
.p-newsupport .new-application .btn a {
  padding: 18px;
  background-size: 13px 13px;
  background-position: calc(100% - 19px) center;
  background-image: url(../img/newsupport/icon1.svg);
}
.p-newsupport .new-application .btn p {
  font-size: 9px;
  font-size: 0.9rem;
  margin-bottom: 8px;
}
.p-newsupport .new-application .btn img {
  width: 202px;
}
@media screen and (min-width: 769px) {
  .p-newsupport .content-heading {
    margin-bottom: 30px;
  }
  .p-newsupport .content-heading p {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
  .p-newsupport .content-heading .t {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .p-newsupport .content-body .lead {
    margin-bottom: 40px;
  }
  .p-newsupport .content-body .block1 {
    margin-bottom: 50px;
  }
  .p-newsupport .content-body .block1 .t2 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .p-newsupport .content-body .block1 .t3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 4px;
  }
  .p-newsupport .content-body .block1 .t4 {
    margin-bottom: 2px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-newsupport .content-body .block1 th,
  .p-newsupport .content-body .block1 td {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 10px;
  }
  .p-newsupport .content-body .block1 .note {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-newsupport .content-body .block1 .note p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-newsupport .content-body .example-heading dt {
    padding: 12px 15px;
    font-size: 20px;
    font-size: 2rem;
    margin-right: 10px;
    line-height: 1.5;
  }
  .p-newsupport .content-body .example-heading dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-newsupport .content-body .example-content img {
    width: auto;
    max-width: initial;
  }
  .p-newsupport .content-body .example-note {
    background-size: 50px auto;
    padding-left: 60px;
    padding-bottom: 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-newsupport .new {
    margin-left: 0;
    margin-right: 0;
  }
  .p-newsupport .new-wrap {
    padding: 40px 30px;
    margin-bottom: 50px;
  }
  .p-newsupport .new-heading {
    margin-bottom: 20px;
  }
  .p-newsupport .new-heading p {
    font-size: 20px;
    font-size: 2rem;
    padding: 6px 20px;
    margin-bottom: 10px;
  }
  .p-newsupport .new-heading .t {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .p-newsupport .new-content {
    margin-bottom: 75px;
  }
  .p-newsupport .new-content.green {
    /*margin-bottom: 125px;*/
  }
  .p-newsupport .new-content dl {
    display: flex;
    margin-bottom: 20px;
  }
  .p-newsupport .new-content dl:last-child {
    margin-bottom: 0;
  }
  .p-newsupport .new-content dt {
    width: 140px;
  }
  .p-newsupport .new-content dd {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 15px 10px;
  }
  .p-newsupport .new-content dd span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-newsupport .new-point {
    margin-bottom: 90px;
  }
  .p-newsupport .new-point ul {
    /*display: flex;*/
  }
  .p-newsupport .new-point li {
    /*width: 44.44%;*/
    padding: 38px 32px 30px;
  }
  .p-newsupport .new-point li .en {
    width: auto;
    left: -20px;
    top: -43px;
  }
  .p-newsupport .new-point li .t {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .p-newsupport .new-point li p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-newsupport .new-point li p:before {
    top: 8px;
  }
  .p-newsupport .new-point .quote {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-newsupport .new-application .lead {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-newsupport .new-application .t {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 15px;
  }
  .p-newsupport .new-application .btn a {
    background-image: url(../img/arrow_1.svg);
    background-size: 42px auto;
    padding: 60px 20px 63px;
  }
  .p-newsupport .new-application .btn p {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 20px;
  }
  .p-newsupport .new-application .btn img {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-newsupport .new-content .t {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    text-align: center;
  }
  .p-newsupport .new-content .t span {
    margin-right: 0;
    margin-bottom: 5px;
    font-size: 16px;
  }
  .p-newsupport .new-content.green {
    background: #fff;
    border: 2px solid #8dc556;
    padding: 15px;
    padding-top: 0;
    margin-bottom: 60px;
  }
  .p-newsupport .new-content.green .t {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
  }
  .p-newsupport .new-content.green p em {
    font-size: 18px;
  }
  .p-newsupport .new-content.green p span {
    font-size: 12px;
  }
  .p-newsupport .new-content.green .l {
    background: #f1f7e9;
  }
  .p-newsupport .new-content.green .l p {
    font-size: 14px !important;
    text-align: left;
  }
  .p-newsupport .new-content.green .note p {
    font-size: 12px !important;
  }
}

/*=======================================

=========================================*/
.p-support {
  margin-bottom: 100px;
  margin-bottom: 0;
}
.p-support .c-lead1 {
  margin-bottom: 20px;
}
.p-support .c-lead1 .h {
  color: #FF9D8E;
}
.p-support__block1 {
  margin-bottom: 30px;
}
.p-support__block1:last-child {
  margin-bottom: 0;
}
.p-support__block1 .title {
  padding-left: 18px;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.p-support__block1 .title em {
  margin-left: 10px;
  color: #FF9D8E;
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
}
.p-support__block1 .title:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: "●";
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
  color: #FFBEB4;
}
.p-support__block1 .nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.p-support__block1 .nav li {
  width: 47.4860%;
  margin-left: 5.028%;
}
.p-support__block1 .nav li:nth-child(2n+1) {
  margin-left: 0;
}
.p-support__block1 .nav li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 40px;
  padding: 9px 12px;
  background: #FFBEB4;
  text-align: center;
}
.p-support__block1 .nav li span {
  display: block;
  position: relative;
}
.p-support__block1 .nav li span:before {
  display: block;
  content: "";
  border-top: 6px solid #fff;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
}
.p-support__block1 .lead {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
  color: #f00;
  text-decoration-line: underline;
  text-decoration-color: #f9ee55;
  text-decoration-style: solid;
  text-decoration-thickness: 22px;
  text-underline-offset: -17px;
  text-decoration-skip-ink: none;
}
.p-support__block1 .lead a {
  color: #f00;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
}
.p-support__block1 .block1 {
  background: #FAFAFA;
  padding: 10px 14px;
  margin-bottom: 20px;
}
.p-support__block1 .block1:last-child {
  margin-bottom: 0;
}
.p-support__block1 .block1 .h {
  text-align: center;
  margin-bottom: 8px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #FF9D8E;
}
.p-support__block1 .block1 table,
.p-support__block1 .block1 tbody,
.p-support__block1 .block1 tr,
.p-support__block1 .block1 th,
.p-support__block1 .block1 td {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-support__block1 .block1 tr {
  margin-bottom: 18px;
}
.p-support__block1 .block1 tr:last-child {
  margin-bottom: 0;
}
.p-support__block1 .block1 th {
  margin-bottom: 6px;
  color: #FF9D8E;
  text-align: left;
  font-weight: 700;
}
.p-support__block1 .block1 td {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-support .c-lead1 {
    margin-bottom: 40px;
  }
  .p-support__block1 {
    margin-bottom: 80px;
  }
  .p-support__block1 .title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 25px;
    padding-left: 30px;
  }
  .p-support__block1 .title:before {
    font-size: 20px;
    font-size: 2rem;
    top: 7px;
  }
  .p-support__block1 .title em {
    font-size: 20px;
    font-size: 2rem;
  }
  .p-support__block1 .nav {
    margin-bottom: 40px;
    justify-content: center;
  }
  .p-support__block1 .nav li {
    width: 350px;
    margin-left: 5.028%;
  }
  .p-support__block1 .nav li:nth-child(2n+1) {
    margin-left: 0;
  }
  .p-support__block1 .nav li a {
    font-size: 20px;
    font-size: 2rem;
    padding: 12px 20px;
  }
  .p-support__block1 .nav li span:after {
    right: 0;
    margin-top: -5px;
    border-top-width: 10px;
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .p-support__block1 .block1 {
    padding: 30px 40px;
    margin-bottom: 60px;
  }
  .p-support__block1 .block1 .h {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .p-support__block1 .block1 table {
    display: table;
    table-layout: fixed;
  }
  .p-support__block1 .block1 thead {
    display: table-header-group;
  }
  .p-support__block1 .block1 tbody {
    display: table-row-group;
  }
  .p-support__block1 .block1 tr {
    display: table-row;
  }
  .p-support__block1 .block1 th,
  .p-support__block1 .block1 td {
    display: table-cell;
    border-bottom: 1px solid #ccc;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .p-support__block1 .block1 tr {
    margin-bottom: 0;
  }
  .p-support__block1 .block1 th {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 0;
    width: 150px;
  }
  .p-support__block1 .block1 td {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/*=======================================

=========================================*/
.p-schedule .c-lead1 .h {
  color: #7DBFF8;
}
.p-schedule__content {
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #FAFAFA;
}
@media screen and (max-width: 768px) {
  .p-schedule {
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-schedule .c-lead1 {
    margin-right: 16px;
    margin-left: 16px;
  }
  .p-schedule .c-lead1 .h {
    margin-bottom: 10px;
  }
  .p-schedule__content {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .p-schedule__content .c-lead1 {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  .p-schedule__content .c-lead1 .h {
    font-size: 20px;
    font-size: 2rem;
  }
  .p-schedule__content .img1 {
    position: relative;
    margin-right: -16px;
    padding-right: 16px;
    overflow: auto;
  }
  .p-schedule__content .img1 img {
    width: 982px;
    max-width: initial;
  }
}
@media screen and (min-width: 769px) {
  .p-schedule {
    padding-top: 20px;
    padding-bottom: 0;
  }
}

/*=======================================
コンテンツ
=========================================*/
/* ----------------------------- タブレット（768～1024px） */
/* ----------------------------- スマホ（～767px） */
