.article_area * {
  box-sizing: border-box;
}
.article_area {
  background: #F1F1F1;
  margin-top: 15px;
}
article {
  background: #fff;
  width: 670px;
  margin: 0 auto;
  padding-bottom: 50px;
}
section {
  padding: 0 35px;
}
section p {
  font-size: 16px;
  line-height: 1.75;
}
section img {
  max-width: 100%;
}
.mb70 { margin-bottom: 70px !important; }
.yellow {
  color: #F6A700 !important;
}
.lblue {
  color: #00A2E6 !important;
}
.title_treat {
  position: relative;
  border-bottom: 2px dotted #00A2E6;
  margin: 70px 0 30px;
  padding-bottom: 20px;
}
.title_treat::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 56px;
  height: 54px;
  background: url("/guardian/article/treat_star_toka.png") no-repeat center / contain;
}
.title_treat::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 56px;
  height: 54px;
  background: url("/guardian/article/treat_star_toka.png") no-repeat center / contain;
}
.title_treat p {
  position: relative;
  z-index: 2;
  color: #00A2E6;
  font-family: "ヒラギノ丸ゴ Std", sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  line-height: 49px;
}
.title_treat p span {
  font-size: 24px;
}
.title_normal {
  border-bottom: 2px dotted #00A2E6;
  margin: 70px 0 30px;
  padding-bottom: 20px;
}
.title_normal p {
  color: #00A2E6;
  font-family: "ヒラギノ丸ゴ Std", sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  line-height: 49px;
}
.title_normal p span {
  font-size: 24px;
}
.title_normal_black {
  margin: 70px 0 30px;
}
.title_normal_black p {
  color: #000;
  font-family: "ヒラギノ丸ゴ Std", sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  line-height: 49px;
}
.sec {
  margin-bottom: 30px;
}
.sec:last-child {
  margin-bottom: 0;
}
.sub_sec {
  margin-bottom: 30px;
}
.sec_title_area {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
}
.sec_title_area img {
  max-width: 91px;
}
.sec_title_area p {
  font-family: "ヒラギノ丸ゴ Std", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.heading {
  margin-bottom: 30px;
  color: #00A2E6;
  font-family: "ヒラギノ丸ゴ Std", sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
.lead {
  font-size: 18px;
}
.lead2 {
  font-size: 18px;
  font-weight: 600;
}
.note {
  font-size: 12px;
}
.loan_tbl_fit .note {
  margin-top: 8px;
}
.point {
  display: flex;
  gap: 14px;
  align-items: center;
}
.point p {
  font-family: "ヒラギノ丸ゴ Std", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
.article_img {
  display: block;
  margin: 0 auto 30px;
}
/* article4 */
.tuition_select_sec {
  border: 1px solid #D1D1D1;
  border-radius: 10px;
  box-shadow: 3px 3px 3px #00000029;
}
.tuition_select_inner {
  padding: 22px 110px;
  place-items: center;
}
.tuition_title {
  display: flex;
  gap: 10px;
  align-items: center;
}
.tuition_title p {
  font-size: 30px;
  font-weight: 600;
}
.tuition_title p span {
  font-size: 20px;
}
.tuition_dai .tuition_title p {
  color: #0854C1;
}
.tuition_sen .tuition_title p {
  color: #1E923C;
}
.tuition_total {
  font-size: 26px;
  font-weight: 600;
}
.tuition_total span {
  font-size: 40px;
}
.tuition_dai .tuition_total {
  color: #0854C1;
}
.tuition_sen .tuition_total {
  color: #1E923C;
}
.tuition_link {
  position: relative;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 274px;
  height: 42px;
  border: 1px solid #0854C1;
  border-radius: 21px;
  color: #0854C1;
  text-align: center;
  text-decoration: none;
}
.tuition_link::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.tuition_sen .tuition_link {
  border: 1px solid #1E923C;
  color: #1E923C;
}
.tuition_title_item {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 30px;
}
.tuition_title_item p {
  color: #0854C1;
  font-size: 24px;
  font-weight: 600;
}
.tuition_sen .tuition_title_item p {
  color: #1E923C;
}
.tuition_title_top {
  display: flex;
  gap: 5px;
  margin-top: 63px;
  margin-bottom: 30px;
}
.tuition_title_top p {
  position: relative;
  z-index: 0;
  color: #0854C1;
  font-size: 30px;
  font-weight: 600;
}
.tuition_sen .tuition_title_top p {
  color: #1E923C;
}
.tuition_title_top p::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 110%;
  height: 17px;
  background: rgba(8, 84, 193, 0.39);
  border-radius: 10px;
  z-index: -1;
}
.tuition_sen .tuition_title_top p::before {
  background: rgba(30, 146, 60, 0.39);
}
.tuition_title_top p span {
  font-size: 40px;
}
.tx_r { text-align: right !important; }
.tx_l { text-align: left !important; }
.bold_line { border-top: 2px solid #000; }
.tableScroll {
  overflow-x: auto;
  width: 100%;
}
.loan_tbl_fit {
  width: max-content;
  max-width: 100%;
}
.loan_tbl_fit .tableScroll {
  width: auto;
}
.tableScroll .loan_tbl {
  min-width: 800px;
}
.loan_tbl {
  border-collapse: collapse;
  width: 100%;
}
.loan_tbl th, .loan_tbl td {
  border: 1px solid #707070;
  color: #333;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
.loan_tbl th {
  background: #BAE3F9;
  height: 20px;
  padding: 0 9.5px 0 9px;
  font-weight: normal;
  line-height: 1.2;
}
.loan_tbl th span{
  font-size: 14px;
}
.loan_tbl th[rowspan] {
  height: auto;
  padding: 20px 9.5px 20px 9px;
}
.loan_tbl th.ttl_fee_dai {
  width: 258px;
  min-width: 258px;
  max-width: 258px;
  white-space: normal;
  padding: 7px 9.5px 5px 9px;
}
.tableScroll .loan_tbl.loan_tbl_sen {
  min-width: 0;
  width: max-content;
  table-layout: auto;
}
.loan_tbl th.ttl_fee_sen1 {
  width: 346px;
  min-width: 346px;
}
.loan_tbl th.ttl_fee2 {
  width: 323px;
  min-width: 323px;
  white-space: normal;
  padding: 12px 0px 9px 5px;
}
.loan_tbl_sen col.col_num,
.loan_tbl_sen .col_num {
  width: 1%;
  white-space: nowrap;
}
.loan_tbl_sen td.tx_l {
  white-space: normal;
}
.loan_tbl td {
  padding: 13px 9px 9px;
}
.loan_tbl .bg_cream {
  background: #EAF6FD;
}
/* article5 */
.sec.grant_sec,
.sec.loan_sec {
  margin-bottom: 20px;
  border-radius: 12px;
  box-shadow: 3px 3px 3px #00000029;
}
.sec.loan_sec {
  margin-bottom: 0;
}
.grant_sec {
  background: rgba(0, 162, 230, 0.07);
}
.loan_sec {
  background: rgba(0, 201, 101, 0.07);
}
.grant_sec > div,
.loan_sec > div {
  padding: 38px 50px;
}
.grant_sec p,
.loan_sec p {
  margin: 0;
}
.shogakukin_explanation {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 15px;
}
.shogakukin_explanation > div:not(.shogakukin_icon2) {
  flex: 1;
  min-width: 0;
}
.shogakukin_icon2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: rgba(0, 162, 230, 0.5);
  border-radius: 50%;
  flex-shrink: 0;
}
.loan_sec .shogakukin_icon2 {
  background: rgba(0, 201, 101, 0.5);
}
.shogakukin_icon2 img {
  display: block;
  width: 36px;
  height: auto;
}
.shogakukin_type {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-bottom: 12px;
}
.shogakukin_type p {
  color: #00A2E6;
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Std", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}
.loan_sec .shogakukin_type p {
  color: #00C965;
}
.shogakukin_type .repayment_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  background: #00A2E6;
  border-radius: 20px;
  white-space: nowrap;
}
.loan_sec .shogakukin_type .repayment_icon {
  color: #fff;
  background: #00C965;
}
.shogakukin_explanation > div > p {
  color: #333;
  font-size: 14px;
  line-height: 1.75;
}
.shogakukin_feature {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 10px 12px 10px 20px;
  background: #fff;
  border: 1px solid #00A2E6;
  border-radius: 5px;
}
.loan_sec .shogakukin_feature {
  border-color: #00C965;
}
.shogakukin_feature p {
  flex-shrink: 0;
  color: #00A2E6;
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Std", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
.loan_sec .shogakukin_feature p {
  color: #00C965;
}
.shogakukin_feature ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 10px;
}
.shogakukin_feature li {
  position: relative;
  padding-left: 1.5em;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}
.shogakukin_feature li + li {
  margin-top: 3px;
}
.shogakukin_feature li::before {
  content: "";
  position: absolute;
  left: 0.2em;
  top: 0.35em;
  width: 0.32em;
  height: 0.6em;
  border-right: 4px solid #00A2E6;
  border-bottom: 4px solid #00A2E6;
  transform: rotate(45deg);
}
.loan_sec .shogakukin_feature li::before {
  border-color: #00C965;
}
.shogakukin_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
}
.shogakukin_link li {
  width: calc(50% - 10px);
  border-radius: 10px;
  box-shadow: 3px 3px 3px #00000029;
}
.shogakukin_link li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 16px 20px 24px;
  text-decoration: none;
}
.shogakukin_link li.shogakukin_btn1 {
  border: 1px solid #3C58A2;
}
.shogakukin_link li.shogakukin_btn2 {
  border: 1px solid #FF8098;
}
.shogakukin_link li.shogakukin_btn3 {
  border: 1px solid #32BBA9;
}
.shogakukin_link li.shogakukin_btn4 {
  border: 1px solid #FFAD0C;
}
.shogakukin_link li p {
  margin: 0;
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Std", sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
.shogakukin_link li.shogakukin_btn1 p {
  color: #3C58A2;
}
.shogakukin_link li.shogakukin_btn2 p {
  color: #FF8098;
}
.shogakukin_link li.shogakukin_btn3 p {
  color: #32BBA9;
}
.shogakukin_link li.shogakukin_btn4 p {
  color: #FFAD0C;
}
.shogakukin_link li.shogakukin_btn1 .shogakukin_org,
.shogakukin_link li.shogakukin_btn2 .shogakukin_org,
.shogakukin_link li.shogakukin_btn3 .shogakukin_org,
.shogakukin_link li.shogakukin_btn4 .shogakukin_org {
  margin-top: 4px;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  font-family: sans-serif;
}
.shogakukin_icon img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 8px;
  object-fit: contain;
}