/* Tools */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

:root {
	--c-navy: #004da0;
}




html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; -webkit-box-sizing: border-box; box-sizing: border-box; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
.text-align-center { text-align: center; }
.text-align-right { text-align: right; }
.display-block { display: block; }
.hidden { display: none !important; visibility: hidden; }
.clearfix::before, .clearfix::after { content: ""; display: table; }
.clearfix::after { clear: both; }
.clear { clear: both; }


/* show only  SP/PC
-------------------------------*/

/* font
-------------------------------*/
.bold { font-weight: bold; }

/* margin
-------------------------------*/

/* padding
-------------------------------*/

/* base */
html { font-size: 62.5%; }
body { font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif; font-size: 1.4rem; -webkit-font-feature-settings: "palt"; font-feature-settings: "palt"; color: #333333; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
input, textarea, select, button { font-family: inherit; -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: none; }
select::-ms-expand { display: none; }
button { cursor: pointer; font-size: inherit; }
/* for development */
pre { padding: 15px; background: #eee; font-size: 1.2rem; line-height: 1.2; }


/* Layout */
.l-body { width: 100%; overflow: hidden; }
.l-body.is-fixed { position: fixed; }
.l-wrapper { position: relative; width: calc(100% - 60px); margin-left: auto; margin-right: auto; }/*width: 84%;*/
.l-main { background: -webkit-repeating-linear-gradient(135deg, #F5F8FA 0, #F5F8FA 2px, transparent 0, transparent 4px), #E7EEF3; background: -o-repeating-linear-gradient(135deg, #F5F8FA 0, #F5F8FA 2px, transparent 0, transparent 4px), #E7EEF3; background: repeating-linear-gradient(-45deg, #F5F8FA 0, #F5F8FA 2px, transparent 0, transparent 4px), #E7EEF3; }
@media screen and (min-width: 1100px) {
	.d-lg-none { display: none !important; }
	.l-body { }
	.l-wrapper { max-width: 1000px; }
}

/*---------------
		Module
---------------*/

/* Mainvisual */
.mv { position: relative; display: flex; justify-content: center; align-items: flex-end; min-height: 570px; background: url("../img/bg_mv_sp.jpg") no-repeat 50% 0/cover; }
.mv__logo { position: absolute; top: 15px; left: 17px; }
.mv__inner { width: 100%; background: rgba(0,56,147,0.9); padding: 23px 0 90px; }
.mv__head { position: relative; margin-left: auto; margin-right: auto; }
.mv__general { border-bottom: 1px solid #fff; letter-spacing: 0.05em; color: #fff; font-size: 4.3rem; font-weight: 700; }
.mv__point { font: 700 4.3rem "Roboto", sans-serif; letter-spacing: 0.05em; color: #fff; }
.mv__year { font-size: 1.6rem; font-weight: 700; background: #fff; color: #231815; text-align: center; padding: 5px 28px 7px; border-radius: 14px; }

@media screen and (max-width: 680px) {
	.mv__general { display: block; padding-bottom: 10px; margin-bottom: 6px; }
	.mv__year { position: absolute; bottom: 10px; right: 0; }
}

@media screen and (min-width: 681px) {
	.mv { min-height: 601px; background-image: url("../img/bg_mv_pc.jpg"); background-position: 50% 10%; }
	.mv__logo { top: 25px; left: 25px; }
	.mv__head { display: flex; align-items: center; max-width: inherit; border-bottom: 1px solid #fff; margin-left: 0; padding-bottom: 5px; }
	.mv__gp-wrap { position: relative; width: 100%; }
/*	.mv__gp-wrap::before { position: absolute; bottom: 0; left: 0; width: 370px; height: 1px; background: #fff; content: ""; }*/
	.mv__general { font-size: 5rem; border-bottom: none; }
	.mv__point {  font-size: 5rem; }
	.mv__year { font-size: 1.8rem; padding: 10px 36px 12px; border-radius: 20px; white-space: nowrap; }
}
@media screen and (min-width: 1200px) {
	.mv__gp-wrap { display: flex; align-items: center; }
	.mv__inner { padding: 10px 0 150px; }
	.mv__head { display: inline-flex; padding-bottom: 10px; }
	.mv__general { font-size: 6.2rem; }
	.mv__year { transform: translateY(2px); margin-left: 10px; }
	.mv__point { transform: translateY(6px); font-size: 7.4rem; line-height: 1; }
}
@media screen and (min-width: 1401px) {
	.mv { min-height: 650px; background-image: url("../img/bg_mv_pc_wider.jpg"); background-position: 50% 12%; }
}








/* expand */
.expand-wrap { margin-top: -76px; }
.expand { background: #fff000; padding: 10px 10px 21px; }
.expand:not(:last-of-type) { margin-bottom: 20px; }



.expand__ttl__pt { display: flex; justify-content: center; align-items: center; background: #e95513; height: 34px; }
.expand__ttl__pt span,
.expand__ttl__pt strong { font: 700 2.0rem "Roboto", sans-serif; font-weight: 700; line-height: 1; color: #fff; }
.expand__ttl__pt span { margin-right: 10px; }
/*.expand__chart {  margin-bottom: 20px; }*/
.expand__exp { display: flex; flex-direction: column; justify-content: center; align-items: center; margin-top: 18px; text-align: center; color: #1f3b8f; }
.expand__exp__txt { font-size: 2.3rem; font-weight: 700; line-height: 1.4347; }
.expand__exp__small { font-size: 1.4rem; font-weight: 700; line-height: 1.714; }
.expand__notice { font-size: 1.2rem; font-weight: 400; line-height: 1; text-align: right; }
@media screen and (min-width: 681px) {
}
@media screen and (min-width: 1000px) {
	
}
@media screen and (min-width: 1200px) {
	.expand-wrap { margin-top: -130px; display: flex; justify-content: space-between; align-items: stretch; }
	.expand { width: calc(33.333% - 14px); padding: 20px 20px 25px; }
	.expand__ttl__pt { height: 50px; }
	.expand__ttl__pt strong { font-size: 3.5rem; }
	.expand__ttl__pt span { font-size: 2.5rem; }
	.expand:not(:last-of-type) { margin-bottom: 0; }
	.expand__exp { min-height: 124px; margin-top: 23px; }
}


/* easy */
.easy { background: #fff; padding: 30px 0 50px; width: 100vw; position: relative; left: 50%; transform: translateX(-50%); }
.easy::after { content: ""; width: 0; height: 0; display: block; border-top: 40px solid #fff; border-left: 80px solid transparent; border-right: 80px solid transparent; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); }
.easy__head { text-align: center; font-size: 1.6rem; font-weight: 700; line-height: 1.68; }
.easy__head__sm { font-size: 1.6rem; }
.easy__head__lg { font-size: 2.4rem; color: #003893; border-bottom: 1px solid #003893; }
.easy__graph { width: 310px; padding-top: 92px; position: relative; left: 50%; transform: translateX(-50%); }
.easy__graph__line { width: 70px; position: absolute; bottom: 25px; transition: 1s; }
.easy__graph__line--1 { height: 107px; background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #3672B4), to(#3672B4)) no-repeat top/auto 200%; background: -webkit-linear-gradient(top, transparent 0%, transparent 50%, #3672B4 50%, #3672B4 100%) no-repeat top/auto 200%; background: -o-linear-gradient(top, transparent 0%, transparent 50%, #3672B4 50%, #3672B4 100%) no-repeat top/auto 200%; background: linear-gradient(180deg, transparent 0%, transparent 50%, #3672B4 50%, #3672B4 100%) no-repeat top/auto 200%; left: 80px; }
.easy__graph__line--2 { height: 210px; background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #003893), to(#003893)) no-repeat top/auto 200%; background: -webkit-linear-gradient(top, transparent 0%, transparent 50%, #003893 50%, #003893 100%) no-repeat top/auto 200%; background: -o-linear-gradient(top, transparent 0%, transparent 50%, #003893 50%, #003893 100%) no-repeat top/auto 200%; background: linear-gradient(180deg, transparent 0%, transparent 50%, #003893 50%, #003893 100%) no-repeat top/auto 200%; right: 25px; }
.easy__graph__line.is-visible { background-position: bottom; }
.easy__graph__fadein { opacity: 0; transition: 1s; }
.easy__graph__fadein.is-visible { opacity: 1; }
.easy__graph__balloon { font-size: 1.5rem; font-weight: 700; line-height: 1.5; color: #003893; text-align: center; position: absolute; top: 6px; left: 40px; width: 130px; height: 130px; border-radius: 50%; background: #FFF000; padding: 27px 0 0; z-index: 2; }
.easy__graph__balloon-txt1 { font-family: "Roboto", sans-serif; }
.easy__graph__balloon-txt2 { font-size: 1.4rem; }
.easy__graph__balloon::before { content: ""; width: 125px; height: 9px; display: block; background: #FFF000; border-radius: 10px; position: absolute; bottom: 45px; right: -7px; transform: rotate(45deg); z-index: -1; }
.easy__graph__data { font-weight: 700; color: #003893; position: absolute; }
.easy__graph__data span { font: 700 1.6rem "Roboto", sans-serif; }
.easy__graph__data--1 { top: 150px; left: 82px; }
.easy__graph__data--2 { top: 48px; right: 28px; }
.easy__graph__dot { width: 65px; position: absolute; top: 74px; left: 150px; }
@media screen and (min-width: 681px) {
	.easy { width: 100%; padding: 50px 0; transform: translate(-50%, 0); -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.05)); filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.05)); }
	.easy::after { border-top: 50px solid #fff; border-left: 75px solid transparent; border-right: 75px solid transparent; }
	.easy__head { font-size: 3.6rem; margin-bottom: 100px; line-height: 1.5; }
	.easy__head__sm { font-size: 2.6rem; }
	.easy__head__lg { font-size: 4rem; }
	.easy__graph { width: 440px; }
	.easy__graph__line { width: 130px; }
	.easy__graph__line--1 { height: 153px; left: 100px; }
	.easy__graph__line--2 { height: 300px; right: 30px; }
	.easy__graph__balloon { font-size: 2.1rem; width: 200px; height: 200px; top: -67px; left: 50px; padding: 48px 0; }
	.easy__graph__balloon-txt1 { font-size: 3rem; }
	.easy__graph__balloon-txt2 { display: inline-block; transform: translateY(-10px); }
	.easy__graph__balloon::before { bottom: 40px; }
	.easy__graph__data { font-size: 1.8rem; }
	.easy__graph__data span { font-size: 3rem; }
	.easy__graph__data--1 { top: 164px; left: 108px; }
	.easy__graph__data--2 { top: 18px; right: 40px; }
	.easy__graph__dot { width: 51px; top: 70px; left: 230px; }
}
@media screen and (min-width: 1100px) {
	.easy { width: 100%; padding: 50px 0; transform: translate(-50%, 0); -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.05)); filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.05)); }
	.easy .l-sp-wrapper { display: flex; justify-content: center; }
	.easy__head { width: 450px; padding-top: 20px; margin: 0 10px 0 0; }
	.easy__head__lg { font-size: 5rem; }
	.easy__graph { padding-top: 73px; left: 0; transform: translateX(0); }
	.easy__graph__data--1 { top: 140px; }
	.easy__graph__data--2 { top: -2px; }
	.easy__graph__dot { top: 50px; }
	.easy__graph__balloon { top: -136px; text-outline: -137px; }
}


/* point */
.point { padding: 70px 0 40px; }
.point__inner:not(:first-of-type) { margin: 35px 0 0; }
.point__type { margin: 0 0 10px; padding: 12px; font-weight: 700; font-size: 2.4rem; line-height: 1; color: #fff; text-align: center; }
.point__type--blue { background: #003893; }
.point__type--orange { background: #c1450a; }

.point__balloon::before { position: absolute; top: calc(100% - 1px); left: 50%; transform: translateX(-50%); display: block; width: 0; height: 0; border-style: solid; border-width: 10px 10px 0 0; content: ""; }

.point__item-wrap { padding: 30px 0 10px; position: relative; }

.point__item-wrap--01 .point__badge { background: #036eb7; }
.point__item-wrap--01 .point__balloon { background: #036eb7; }
.point__item-wrap--01 .point__balloon::before { border-color: #036eb7 transparent transparent transparent; }
.point__item-wrap--01 .point__heading strong { color: #036eb7; }

.point__item-wrap--02 .point__item { padding-bottom: 30px; }
.point__item-wrap--02 .point__head { position: relative; }
.point__item-wrap--02 .point__badge { background: #008cce; }
.point__item-wrap--02 .point__balloon { background: #008cce; }
.point__item-wrap--02 .point__balloon::before { border-color: #008cce transparent transparent transparent; }
.point__item-wrap--02 .point__heading strong { color: #008cce; }
.point__item-wrap--02 .point__heading__box { position: absolute; right: 0; bottom: 16px; }

.point__item-wrap--03 .point__badge { background: #00a4e3; }
.point__item-wrap--03 .point__heading strong { color: #00a4e3; }
.point__item-wrap--03 .point__balloon::before { border-color: #00a3e3 transparent transparent transparent; }

.point__item-wrap--03 .point__balloon { background: #00a4e3; }


.point__item-wrap--04 .point__badge { background: #00b8ee; }
.point__item-wrap--04 .point__heading__irr { display: flex; align-items: center; }
.point__item-wrap--04 .point__heading ._emp { font-weight: 700; }
.point__item-wrap--04 .point__heading ._emp--blue { color: #00b8ee; }
.point__item-wrap--04 .point__heading ._emp--red { color: #e95513; }
.point__item-wrap--04 .point__heading ._date { margin-left: 5px; margin-right: 5px; font-size: 1.8rem; }
.point__item-wrap--04 .point__balloon { background: #00b8ee; }
.point__item-wrap--04 .point__balloon::before { border-color: #00b8ee transparent transparent transparent; }
.point__item-wrap--04 .point-content-6__list__item:nth-of-type(2),
.point__item-wrap--04 .point-content-6__list__item:nth-of-type(4) { flex-basis: 50%; }


.point__item-wrap--04 .button-5 { margin-top: 31px; }

.point__item-wrap--05 .point__badge { background: #00aca8; }
.point__item-wrap--05 .point__heading strong { color: #00aca8; }
.point__item-wrap--05 .point__balloon { background: #00aca8; }
.point-content-5--1 { margin-bottom: 21px; }
.point-content-5--1__txt { margin-top: 14px; font-size: 1.7rem; font-weight: 700; line-height: 1.6470; }
.point-content-5--1__txt strong { color: #00aca8; }
.point-content-5--2__ttl { margin-bottom: 10px; font-size: 1.4rem; font-weight: 700; line-height: 1.642; }

.point-content-5--1 .point-content-5__subject { position: relative; }
.point-content-5--1 .point-content-5__subject .btn-trsp { position: absolute; bottom: 12vw; left: 6vw; display: block; width: 40%; height: 4vw; }

.point__item-wrap--06::before { content: ""; width: 120px; height: 120px; display: block; background: url(../img/deco_point_04.png) no-repeat center/contain; position: absolute; top: 0; right: 20px; z-index: 1; }
.point__item-wrap--06 .point__badge { background: #40b15d; }
.point__item-wrap--06 .point__heading strong { color: #40b15d; }

.point__item-wrap--07 .point__badge { background: #6fb92c; }
#common .point__heading strong { color: #004da0; }
.point__item-wrap--07 .point__item__lower__cont { margin-bottom: 28px; }

.point__item-wrap--07 .point__item__lower__cont dl:not(:first-of-type) { margin-top: 11px; }
.point__item-wrap--07 .point__item__lower__cont dt { border-bottom: 1px dotted #231815; margin-bottom: 5px; padding-bottom: 6px; font-size: 1.4rem; font-weight: 700; line-height: 1.642; }
.point__item-wrap--07 .point__item__lower__cont dt strong { color: #004da0; }
.point__item-wrap--07 .point__item__lower__cont dd { line-height: 1.5; }
.point__item-wrap--07 .point__item__lower__cont dd span:not(:last-of-type)::after { content: "・"; }
.point__item-wrap--07 .point__item__lower__cont dd span._new::before { display: inline-block; width: 32px; height: 13px; background: url("../img/icon_new.svg") no-repeat 0 0/contain; content: ""; }

.point__item-wrap--08 .point__item { padding-bottom: 30px; }
.point__item-wrap--08 .point__head { position: relative; }
.point__item-wrap--08 .point__badge { background: #f29600; }
.point__item-wrap--08 .point__balloon { min-width: 136px; background: #e95513; }
.point__item-wrap--08 .point__balloon::before { border-color: #e95513 transparent transparent transparent; }
.point__item-wrap--08 .point__heading strong { color: #f29600; }
.point__item-wrap--08 .point__heading__box { position: absolute; right: 0; bottom: 16px; }
._link-bdl { text-decoration: none; font-weight: 700; color: #e95513; }

.point__item-wrap--09 .point__item { padding-bottom: 30px; }
.point__item-wrap--09 .point__head { position: relative; }
.point__item-wrap--09 .point__badge { background: #f29600; }
.point__item-wrap--09 .point__balloon { background: #004da0; }
.point__item-wrap--09 .point__balloon::before { border-color: #004da0 transparent transparent transparent; }
.point__item-wrap--09 .point__heading strong { color: #f29600; }

.point__item-wrap--09 .point__heading__box { position: absolute; right: 0; bottom: 16px; }
.point__item-wrap--09 .point__heading__notice { font-size: 1.3rem; font-weight: 400; line-height: 1.6153; }

.point__target ._normal { font-weight: 400; }

.point__item { background: #fff; padding: 0 30px 30px; position: relative; -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.05)); filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.05)); }
.point__item-wrap--yellow .point__item { background: #fff000; }
.point__badge-wrap { position: relative; transform: translateY(-30px); width: 120px; height: 120px; }
.point__badge-wrap--new::before { position: absolute; top: 0; right: -25px; display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; border-radius: 50%; background-color: #fff000; border: 1px solid #e95513; font: 700 1.4rem "Roboto", sans-serif; text-align: center; color: #e95513; content: "NEW"; z-index: 10; }
.point__badge { font: 700 1.8rem "Roboto", sans-serif; color: #fff; width: 120px; height: 120px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-direction: column; position: relative; z-index: 1; overflow: hidden; }
.point__badge__txt { display: block; width: 100%; height: 50px; padding-top: 10px; font-size: 1.3rem; font-weight: 700; text-align: center; }
.point__badge__txt::after { font-size: 1.4rem; }
#libart .point__badge__txt::after,
#natsci .point__badge__txt::after { content: "POINT"; }
.point__badge__num { display: flex; justify-content: center; align-items: center; width: 100%; height: calc(100% - 50px); padding-bottom: 5px; font-size: 5rem; }



.point__badge__new { font-size: 1.4rem; color: #e95513; background: #FFF000; width: 50px; height: 50px; border: 1px solid #e95513; border-radius: 50%; display: flex; align-items: center; justify-content: center; position: absolute; top: 0; left: calc(100% - 25px); }
.point__balloon { font-weight: 700; line-height: 1.36; text-align: center; padding: 5px 15px 8px; min-width: 100px; border-radius: 10px; color: #fff; display: inline-block; position: absolute; top: 30px; right: 30px; }

.point__target { font-weight: 700; line-height: 1.5; margin-bottom: 10px; margin-top: -13px; text-indent: -14px; padding-left: 14px; }
.point__target::before { content: ""; width: 5px; height: 5px; display: inline-block; border-top: 1px solid #333333; border-right: 1px solid #333333; transform: rotate(45deg); vertical-align: middle; margin-top: -4px; margin-right: 7px; margin-left: 2px; }
.point__head { border-bottom: 1px solid #E6E6E6; padding-bottom: 15px; margin-bottom: 15px; }
.point__item-wrap--yellow .point__head { border-color: #00b8ee; }
.point__heading { font-size: 2.5rem; font-weight: 700; line-height: 1.48; text-align: justify; }
.point__heading__box { font-size: 1.4rem; background: #333333; color: #fff; padding: 1px 10px 3px; display: inline-block; vertical-align: middle; margin-bottom: 3px; }
.point__heading__sm { font-size: 1.4rem; font-weight: 400; vertical-align: middle; }
.point__heading__md { font-size: 1.5rem; vertical-align: middle; }
.point__heading__asterisk { font-size: 1.4rem; vertical-align: top; }
.point__text { line-height: 1.5714; text-align: justify; margin-bottom: 20px; }
.point__text ._emp { font-weight: 700; color: #036eb7; }

.point-content-2__top { margin-bottom: 20px; }/*border-bottom: 1px solid #E6E6E6;*/
.point-content-2__top__item:not(:last-of-type) { margin-bottom: 16px; }
.point-content-2__top__label { font-weight: 700; margin-bottom: 7px; }
.point-content-2__top__label::before { content: ""; width: 0; height: 0; display: inline-block; border-left: 6px solid #036EB7; border-top: 3px solid transparent; border-bottom: 3px solid transparent; margin-right: 3px; vertical-align: middle; margin-bottom: 3px; }

#common .point__item-wrap--07 .point-content-2__top__label { color: #568495; }
#common .point-content-2__top__label::before { border-left: 6px solid #568495; }
#common .point__text strong { color: #004da0; }

.point__item-wrap--06 .point-content-2__top__label::before { border-left: 6px solid #40b15d; } 
.point-content-2__top__text { line-height: 1.64; text-align: justify; }
.point-content-2__middle { margin-bottom: 15px; }
.point-content-2__middle__label { background: #FFF000; padding: 3px 10px 4px; font-size: 1.3rem; font-weight: 700; display: inline-block; margin-bottom: 10px; }
.point-content-2__middle__head { font-size: 2rem; font-weight: 700; color: #00aecb; margin-bottom: 16px; letter-spacing: -0.03em; }
.point-content-2__middle__text-strong { font-weight: 700; line-height: 1.64; text-align: justify; margin-bottom: 25px; }
.point-content-2__middle__text-strong span { background: linear-gradient(to bottom, transparent 0, transparent 70%, #FFF000 70%, #FFF000 100%); }
.point-content-2__middle__text { line-height: 1.79; display: block; text-align: justify; }
.point-content-2__bottom__head { font-weight: 700; background: #F2F2F2; padding: 8px 10px; margin-bottom: 32px; }
.point-content-2__bottom__head::before { content: ""; width: 0; height: 0; display: inline-block; border-left: 6px solid #036EB7; border-top: 3px solid transparent; border-bottom: 3px solid transparent; margin-right: 3px; vertical-align: middle; margin-bottom: 3px; }
.point-content-2__bottom__text { font-size: 1.3rem; font-weight: 700; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 15px; }
.point-content-2__bottom__price-1 { position: relative; }
.point-content-2__bottom__price-1 .point-content-2__bottom__label { background: #999999; }
.point-content-2__bottom__price-2 { position: relative; color: #00aecb; }
.point-content-2__bottom__price-2 .point-content-2__bottom__label { background: #00aecb; }
.point-content-2__bottom__label { color: #fff; position: absolute; bottom: calc(100% + 2px); left: 0; padding: 3px 9px; }
.point-content-2__bottom__num { font: 700 1.7rem "Roboto", sans-serif; }
.point-content-2__bottom__note { font-size: 1.3rem; line-height: 1.46; margin-bottom: 30px; }
.point-content-3__top { margin-bottom: 20px; }
.point-content-3__top__label { line-height: 1.64; }
.point-content-3__top__label strong { font-weight: 700; color: #003893 }
.point-content-3__top__date { margin: 14px 0; }
.point-content-3__label { display: flex; justify-content: center; margin: -23px 0 12px; }
.point-content-3__label span { position: relative; display: inline-block; background: #fff; padding-left: 20px; padding-right: 20px; font-size: 1.4rem; font-weight: 700; line-height: 1; text-align: center; color: #00862e; }
.point-content-3__label span::before,
.point-content-3__label span::after { position: absolute; top: 60%; display: block; width: 1px; height: calc(100% + 5px); background: #00862e; content: ""; }
.point-content-3__label span::before { left: 7px; transform: translateY(-50%) rotate(-30deg); }
.point-content-3__label span::after { right: 7px; transform: translateY(-50%) rotate(30deg); }


.point-content-3__top__text { line-height: 1.64; text-align: justify; }
.point-content-3__bottom__head { padding: 0 0 0 70px; position: relative; font-weight: 700; font-size: 2.5rem; line-height: 1.36; color: #003893; }
.point-content-3__bottom__head span { width: 60px; position: absolute; top: 2px; left: 0; }
.point-content-3__bottom__label { margin: 12px 0 18px; font-weight: 700; font-size: 1.8rem; line-height: 1.39; text-align: justify; }
.point-content-3__bottom__label--blue { color: #003893; }
.point-content-3__bottom__label--red { color: #c1272d; }
.point-content-3__bottom__text { line-height: 1.78; text-align: justify; }
.point-content-3__bottom__new { position: relative; }
.point-content-3__bottom__new::before { content: ""; background: url("../img/ico_new_2.svg") no-repeat 0 0/contain; width: 30px; height: 20px; position: absolute; top: -18px; left: 50%; transform: translateX(-50%); }
.point-content-3__bottom__more { margin: 12px 0; font-weight: 700; line-height: 1.5; text-align: justify; }
.point-content-3__bottom__more strong { color: #003893; }
.point-content-3__bottom__note { margin: 10px 0 0; font-size: 1.3rem; line-height: 1.38; text-align: justify; }
.point-content-3__bottom__map { margin: 30px 0; }
.point-content-4__subject { margin: 20px 0 0; }
.point-content-4__txt { font-size: 1.4rem; line-height: 1.7857; }
.point-content-4__note { margin: 6px 0 25px; font-size: 1.3rem; line-height: 1.38; text-align: justify; }
.point-content-5__more { position: relative; padding: 0 0 0 50px; line-height: 1.78; text-align: justify; }
.point-content-5__more::before { content: ""; background: url("../img/ico_more_2_sp.svg") no-repeat 0 0/contain; width: 40px; height: 40px; position: absolute; top: 3px; left: 0; }
.point-content-5__note { margin: 10px 0 0; font-size: 1.3rem; line-height: 1.78; text-align: justify; }
.point-content-6__item::before,
.point-content-6__item::after { content: ""; display: table; }
.point-content-6__item::after { clear: both; }
.point-content-6__item:not(:last-child) { margin-bottom: 20px; }
.point-content-6__label { font-weight: 700; background: #efeddf; padding: 8px 0; text-align: center; margin-bottom: 10px; }
.point-content-6__label sup { margin-top: -5px; font-size: 75%; }
.point-content-6__label span { font-size: 1rem; vertical-align: top; }
.point-content-6__month { font-size: 1.3rem; border-bottom: 1px solid #B3B3B3; padding-bottom: 10px; display: flex; margin-bottom: 7px; }
.point-content-6__month__item:not(:last-child) { width: 53%; }
.point-content-6__list { display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 7px; }
.point-content-6__list__item { font-size: 1.3rem; line-height: 1.54; width: 33%; position: relative; }
.point-content-6__list__item::before { content: ""; width: 6px; height: 6px; display: inline-block; border-radius: 50%; vertical-align: middle; margin-bottom: 3px; margin-right: 3px; }
.point-content-6__list__item span { display: inline-block; font: 700 1rem "Roboto", sans-serif; background: #FFF000; padding: 2px 5px; position: relative; margin: 0 0 0 5px; transform: translateY(-2px); }
.point-content-6__list__item span::before { content: ""; width: 0; height: 0; display: block; border-right: 5px solid #FFF000; border-top: 2px solid transparent; border-bottom: 2px solid transparent; position: absolute; right: 100%; top: 50%; transform: translateY(-50%); }
.point-content-6__list__item sup { font-size: 75%; vertical-align: super; }
.point-content-6__list__item--md { width: 70%; }
.point-content-6__list__item--lg { width: 100%; }
.point-content-6__note { font-size: 1.3rem; float: left; }

.point-content-6__subject--p01 { padding-top: 4px; }

/*.point__item-wrap--09 .point-content-5__more { margin-bottom: 25px; }*/
.point__item-wrap--09 .point-content-5__more strong { font-weight: 700; color: #e95513; }
.point__item-wrap--09 .point-content-5__note { text-align: right; }


#libart .point__badge { background: #00862e; }
#libart .point__badge__txt::before { content: "文"; }
#libart .point__badge__num { background: #5bb431; }
#libart .point__balloon { background: #aaa419; }
#libart .point__balloon::before { border-color: #aaa419 transparent transparent transparent;}

#libart .point__heading strong { color: #5bb431; }
#libart .point__text ._emp { color: #00862e; }
#libart .point-content-6__list__item::before { background: #00862e; }
#libart .button-5 { color: #5bb431; }

#libart .point-content-3__ttl { position: relative; display: flex; justify-content: center; align-items: center; background: #5bb431; margin-bottom: 6px; padding-top: 12px; padding-bottom: 14px; }
#libart .point-content-3__ttl::before { position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; background: repeating-linear-gradient(-45deg, #89bd78 0, #89bd78 1px, transparent 0, transparent 6px), transparent; content: ""; z-index: 0; opacity: 0.7; }
#libart .point-content-3__ttl__number,
#libart .point-content-3__ttl__txt { position: relative; z-index: 10; color: #fff; }
#libart .point-content-3__ttl__number { margin-right: 28px; font-size: 3.0rem; font-weight: 700; line-height: 1; }
#libart .point-content-3__ttl__txt { font-size: 1.9rem; font-weight: 700; line-height: 1.2105; }
#libart .point-content-3__ttl__txt strong { color: #fff000; }

.point-content-3__score-ttl { position: relative; margin-bottom: 13px; padding-left: 35px; font-size: 1.5rem; font-weight: 700; line-height: 1; }
.point-content-3__score-ttl::before { position: absolute; left: 0; top: 50%; transform: translateY(-50%); display: inline-flex; justify-content: center; align-items: center; width: 24px; height: 24px; border: 2px solid #efeddf; border-radius: 50%; font-size: 95%; text-align: center; content: "例"; }
.point-content-3__score-ttl span { color: #00862e; }

.point-content-3__score:not(:last-of-type) { margin-bottom: 10px; }
.point-content-3__score { display: flex; justify-content: space-between; align-items: stretch; }
.point-content-3__score dt { display: flex; justify-content: center; align-items: center; width: 84px; background: #efeddf; margin-right: 11px; font-size: 1.4rem; line-height: 1; }

.point-content-3__score dd { flex: 1; font-size: 1.4rem; font-weight: 400; line-height: 1.4285; }
.point-content-3__score dd strong { font-weight: 700; color: #00862e; }

.point-content-3__score-line { display: block; width: 100%; height: 2px; background: url("../img/bg_dotline_ls.svg") repeat-x 0 0/9px auto; border: none; margin: 20px 0; }
.point-content-3__bottom__item .point__text { margin-bottom: 12px; }
.point-content-3__bottom__item { margin-top: 22px; }
.point-content-3__emptxt { font-size: 1.6rem; font-weight: 700; line-height: 1.5; }
.point-content-3__emptxt .fc_green { color: #00862e; }
.point-content-3__emptxt .fc_orange { color: #e95513; }

.point__expandation { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #e95513; margin: 22px -30px 30px; padding-top: 19px; padding-bottom: 16px; color: #fff; text-align: center; }
.point__expandation strong { margin-bottom: 13px; font-size: 2.6rem; font-weight: 700; line-height: 1; }
.point__expandation span { font-size: 1.4rem; font-weight: 700; line-height: 1.5714; }

#natsci .point__badge { background: #0062ab; }
#natsci .point__badge__txt::before { content: "理"; }
#natsci .point__badge__num { background: #3188c9; }
#natsci .point__balloon { background: #59a9a0; }
#natsci .point__balloon::before { border-color: #59a9a0 transparent transparent transparent;}

#natsci .point__heading strong { color: #008cce; }
#natsci .point__text ._emp { color: #0062ab; }
#natsci .point-content-6__list__item::before { background: #008cce; }
#natsci .point__item-wrap--04 .point-content-6__list__item--sm { width: 72px; }
#natsci .point__item-wrap--04 .point-content-6__list__item--md { width: calc(100% - 72px); }
#natsci .button-5 { color: #008cce; }

#common .point__badge { background: #568495; }
#common .point__badge__num { background: #8aa9b3; }
#common .point__badge__txt { padding-top: 25px; }


.point__txt { font-size: 1.4rem; font-weight: 400; line-height: 1.7857; }

.point__earlier { margin-top: 15px; }
.point__earlier__label { position: relative; display: block; background: #e95513; padding: 8px 0; font-size: 1.7rem; font-weight: 700; line-height: 1.2941; text-align: center; color: #fff; }
.point__earlier__label::before { position: absolute; bottom: -8px; left: 50%; transform: translateX(-50%); width: 0px; height: 0px; border-style: solid; border-width: 14px 10px 0 10px; border-color: #e95513 transparent transparent transparent; content: ""; }
.point__earlier__date { margin-top: 21px; }
.point__earlier__date__label {  }
.point__earlier__date__txt { font-size: 1.7rem; font-weight: 700; line-height: 1.2; }
.point__earlier__date__txt strong { font-size: 2.4rem; }

/*
#common .point__balloon { background: #aaa419; }
#common .point__balloon::before { border-color: #aaa419 transparent transparent transparent;}

#common .point__heading strong { color: #5bb431; }
#common .point__text ._emp { color: #00862e; }
#common .point-content-6__list__item::before { background: #00862e; }
#common .button-5 { color: #5bb431; }
*/
@media screen and (max-width: 680px) {
	.point__inner { display: flex; flex-direction: column; }
	#libart .point__item-wrap--01 { order: 1; }
	#libart .point__item-wrap--02 { order: 3; }
	#libart .point__item-wrap--03 { order: 2; }
	#libart .point__item-wrap--04 { order: 4; }
	
	#natsci .point__item-wrap--01 { order: 1; }
	#natsci .point__item-wrap--02 { order: 3; }
	#natsci .point__item-wrap--03 { order: 2; }
	#natsci .point__item-wrap--04 { order: 4; }
	#natsci .point__item-wrap--05 { order: 5; }
	
	#common .point__item-wrap--01::before { content: ""; width: 120px; height: 120px; display: block; background: url(../img/deco_point_04.png) no-repeat center/contain; position: absolute; top: 0; right: 20px; z-index: 1; }
	#common .point__item-wrap--07::before { content: ""; width: 120px; height: 120px; display: block; background: url(../img/deco_point_02.png) no-repeat center/contain; position: absolute; top: 0; right: 20px; z-index: 1; }
	
	.point__earlier__date { display: flex; justify-content: space-between; align-items: center; }
	.point__earlier__date__label { display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; border: 1px solid #004da0; border-radius: 3px; font-size: 1.3rem; font-weight: 700; line-height: 1.2; text-align: center; letter-spacing: 0.04em; text-indent: 0.04em; color: #004da0; }
	.point__earlier__date__txt { flex: 1; margin-left: 12px; }
	
	.point__heading__lslesser { letter-spacing: -0.05em; }
}
@media screen and (max-width: 374px) {
	.point__earlier__date__txt { margin-left: 10px; font-size: 1.6rem; }
}
@media screen and (max-width: 390px) {
	.point__heading--cmn-p04 { margin-right: -20px; }
}
@media screen and (min-width: 681px) {
	.point { padding: 105px 0 100px; }
	.point__deco { font: 400 1.6rem "Roboto", sans-serif; color: #E7EEF3; writing-mode: vertical-rl; position: absolute; top: 10px; right: 8px; }
	.point__item-wrap--yellow .point__deco { color: #fff; }
	.point__item-wrap--03::before { right: 50px; }
	.point__balloon { width: auto; left: 200px; right: auto; }
	.point-content-2__top { margin-bottom: 30px; }
	.point-content-2__middle { margin-bottom: 25px; }
	.point-content-2__middle__label { padding: 6px 15px; margin-bottom: 7px; vertical-align: middle; }
	.point-content-2__middle__head { display: inline-block; font-size: 2.1rem; margin-bottom: 13px; }
	.point-content-2__middle__text-strong { margin-bottom: 12px; }
	.point-content-2__bottom__head { margin-bottom: 10px; }
	.point-content-2__bottom__text { margin-bottom: 7px; }
	.point-content-2__bottom__price-1 { margin-right: 5px; }
	.point-content-2__bottom__label { position: static; bottom: auto; left: auto; padding: 0 4px; margin-right: 5px; }
	.point-content-3__top { margin-bottom: 20px; }
	.point-content-3__top__label { line-height: 1.5; }
	.point-content-3__top__date { margin: 11px 0 14px; }
	.point-content-3__top__text { line-height: 1.5; }
	.point-content-3__label { margin-top: -15px; }
	.point-content-3__bottom__head { padding-left: 0; font-size: 3rem; }
	.point-content-3__bottom__head span { top: -12px; left: -70px; }
	.point-content-3__bottom__label { margin-bottom: 22px; }
	.point-content-3__bottom__more { margin: 20px 0 15px; }
	.point-content-3__bottom__map { margin: 10px 0 40px; }
	.point-content-4__note { margin: 15px 0 45px; font-size: 1.3rem; line-height: 1.38; }
	#common .point__item-wrap--01 .point-content-4__note { margin: -18px 0 29px; }
	.point-content-5__note { margin-top: 15px; }

	.point-content-6 { display: -webkit-box; display: -ms-flexbox; display: flex; }
	.point-content-6::before,
	.point-content-6::after { content: ""; display: table; }
	.point-content-6::after { clear: both; }
	.point-content-6__item { float: left; width: 47.4%; }
	.point-content-6__item:not(:last-child) { margin-right: 5.2%; margin-bottom: 0; }
	.point-content-6__item--flex { display: flex; justify-content: space-between; align-items: stretch; flex-wrap: wrap; width: 100%; }
	.point-content-6__item--flex .point-content-6__label { display: flex; justify-content: center; align-items: center; width: 150px; margin-right: 16px; margin-bottom: 0; }
	#libart .point-content-6__item--flex .point-content-6__label { width: 150px; }
	#natsci .point-content-6__item--flex .point-content-6__label { width: 120px; }
	.point-content-6__item--flex .point-content-6__list { flex: 1; }
	.point-content-6__item--flex .point-content-6__note { width: 100%; margin-top: 14px; }
	#natsci .point-content-6__list__item--sm { width: 30%; }
	#natsci .point-content-6__list__item--md { width: 70%; }
	.point-content-6__list__item span { padding: 0 5px; margin-left: 7px; }
	.point-content-6__list__item span.adjust { position: absolute; top: 6px; left: 55px; }
	.point-content-6__note { letter-spacing: -0.06em; }
	
	
	.button-2,
	.button-5 { transition: .4s; }
	.button-5:hover { background: #003893; border-color: #003893; color: #fff !important; }
	
	.point-content-6__subject--p01 { margin-top: -27px; padding-top: 0; }
	.point-content-6__subject--p01 img { width: 100%; }
	
/*	#libart .button-5:hover { background: #5bb431; border-color: #5bb431; color: #fff; } */
	.point-content-3__score-ttl { margin-bottom: 17px; }
	#libart .point-content-3__ttl { margin-bottom: 8px; padding-top: 7px; padding-bottom: 10px; }
	#libart .point-content-3__ttl__number { margin-right: 20px; font-size: 3.3rem; }
	#libart .point-content-3__ttl__txt { font-size: 2.2rem; line-height: 1; }
	
	#libart .point-content-3__top__item .point__text { margin-bottom: 10px; }
	.point-content-3__score { align-items: center; }
	.point-content-3__score dt { width: 84px; min-height: 30px; }
	
	
	

	.point-content-3__bottom__item .point__text { margin-bottom: 10px; }
	.point-content-3__bottom__item { margin-top: 30px; }
	.point-content-3__emptxt { font-size: 1.8rem; line-height: 1.4444; }
	.point-content-3__emptxt .fc_green { color: #00862e; }
	.point-content-3__emptxt .fc_orange { color: #e95513; }
	#common .point__item-wrap--01 .point__heading { letter-spacing: -0.05em; }
	.point__txt { letter-spacing: -0.002em; }
	.point__earlier { margin-top: 15px; }
	.point__earlier__label { padding: 16px 0 17px; line-height: 1; }
	.point__earlier__label::before { bottom: -10px; }
	.point__earlier__date { margin-top: 21px; }
	.point__earlier__date__label { display: flex; align-items: center; font-size: 1.5rem; font-weight: 700; }
	.point__earlier__date__label::before { content: "\025b6"; margin-right: 5px; font-size: 50%; color: #004da0; }
	.point__earlier__date__txt { margin-top: 6px; font-size: 2.1rem; line-height: 1; }
	.point__earlier__date__txt strong { font-size: 2.8rem; }
}


@media screen and (min-width: 1100px) {
	.point { position: relative; }
	.point__inner:not(:first-of-type) { margin-top: 95px; }
	.point__inner::before,
	.point__inner::after { content: ""; display: table; }
	.point__inner::after { clear: both; }
	.point__item-wrap { width: 48%; }
	.point__item-wrap--00 { width: 100%; }
	.point__item-wrap--01 { float: left; }
	.point__item-wrap--02 { float: right; }
	.point__item-wrap--02::before { content: ""; width: 160px; height: 160px; display: block; background: url(../img/deco_point_02.png) no-repeat center/contain; position: absolute; right: -110px; z-index: 1; }
	#libart .point__item-wrap--02::before { bottom: 5px; }
	#natsci .point__item-wrap--02::before { bottom: 30px; }
	.point__item-wrap--02 .point__item { padding-bottom: 50px; }
	.point__item-wrap--02 .point__heading strong { letter-spacing: -0.05em; }
	.point__item-wrap--03 { float: left; }
	.point__item-wrap--03::before { content: ""; width: 160px; height: 160px; display: block; background: url(../img/deco_point_03.png) no-repeat center/contain; position: absolute; left: -108px; bottom: -12px; z-index: 1; }
	#natsci .point__item-wrap--03::before { bottom: 198px; left: -58px;	}
	.point__item-wrap--03 .point__heading strong { margin-left: 5px; }
	.point-content-3__score-wrap { padding-top: 11px; }
	/*.point__item-wrap--03::before { width: 160px; height: 160px; top: 716px; right: auto; left: -108px }*/
	
	
	.point__item-wrap--04 { float: right; }
	.point__item-wrap--04 .point__heading strong { letter-spacing: -0.05em; }
	.point__item-wrap--05 { float: left; }
	.point__item-wrap--05 .point__item { position: relative; display: flex; justify-content: space-between; align-items: flex-end; padding-left: 50px; padding-right: 50px; }
	.point__item-wrap--05 .point__item::before { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 1px; height: calc(100% - 100px); background: #e6e6e6; content: ""; }
	.point__item-wrap--05::before { width: 160px; height: 160px; top: 300px; left: -110px; z-index: 1; }
	#natsci .point__item-wrap--05 .point__balloon { right: auto; left: 50%; transform: translateX(-130%); }
	#libart_target1 .point__heading { margin-right: -20px; }
/*	.point__item-wrap--05::before { content: none; }*/
	.point__item-wrap--06 { float: right; }
	
	.point__item-wrap--05 .point__heading span { letter-spacing: -0.01em; }
	.point-content-5--1 .point-content-5__subject { text-align: center; }
	.point-content-5--1 .point-content-5__subject img { max-width: 290px; }
	
	
	.point-content-5--1__txt { margin-top: 22px; font-size: 2.3rem; line-height: 1.659; }
	.point-content-5--2__ttl { margin-bottom: 12px; line-height: 1; }
	
/*	.point__item-wrap--07 { float: left; }*/
	
	
/*
	.point__item-wrap--07 .point__item__upper,
	.point__item-wrap--07 .point__item__lower { width: 410px; }
*/
	
	.point__item-wrap--07 .point__item__lower__cont { margin-bottom: 93px; }
/*	.point__item-wrap--07 .point-content-2__top { margin-bottom: 0; padding-bottom: 0; }*/
	.point__item-wrap--07 .point-content-2__top__item:last-of-type,
	.point__item-wrap--07 .point-content-2__top__item:last-of-type .point__text { margin-bottom: 0; }
	.point__item-wrap--07 .point-content-2__top__item:nth-child(1) .point__text { margin-bottom: 8px; }
	.point__item-wrap--07 .point__heading { font-size: 2.8rem; }
	
	.point__item-wrap--07 .point__item__lower__cont dl:not(:first-of-type) { border-top: 1px dotted #231815; margin-top: 26px; padding-top: 26px; }
	.point__item-wrap--07 .point__item__lower__cont dt { border-bottom: none; margin-bottom: 7px; padding-bottom: 0; font-size: 1.6rem; line-height: 1.5625; }
	
	.point__item-wrap--08 { float: left; }
/*	.point__item-wrap--09 { float: right; }*/
	.point__item-wrap--09 .point__heading small { transform: translateY(-2px); display: inline-block; font-size: 70%; }
	.point__item-wrap--09 .point__heading__notice { position: absolute; bottom: 37px; left: 82px; font-size: 1.2rem; }
	
	.point__item-wrap--09 .point-content-5__more { margin-bottom: 30px; padding-left: 90px; font-size: 1.7rem; line-height: 1.4705; }
	.point__item-wrap--09 .point-content-5__more strong { font-weight: 700; }
	.point__item-wrap--09 .point-content-5__more::before { width: 73px; height: 72px; background-image: url("../img/ico_more_2_pc.svg"); }
	
	
	#common .point__inner { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, auto); grid-column-gap: 40px; grid-row-gap: 0px; }
	#common .point__item-wrap { width: 100%; }
	#common .point__item-wrap--01 { grid-area: 1 / 1 / 2 / 3; }
	
	#common .point__item-wrap--01 .point__item { position: relative; display: flex; justify-content: space-between; align-items: flex-end; padding-left: 50px; padding-right: 50px; }
	#common .point__item-wrap--01 .point__item::before { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 1px; height: calc(100% - 100px); background: #e6e6e6; content: ""; }
	#common .point__item-wrap--01 .point__item__upper { position: relative; }
	#common .point__item-wrap--01 .point__item__upper,
	#common .point__item-wrap--01 .point__item__lower { width: 410px; }
	#common .point__item-wrap--01 .point__item__lower { margin-top: 50px; }
	#common .point__item-wrap--01 .point-content-2__top__label { margin-bottom: 2px; font-size: 1.5rem; }
	
	#common .point__item-wrap--07 { grid-area: 2 / 1 / 4 / 2; padding-bottom: 0; }
	#common .point__item-wrap--09 { grid-area: 2 / 2 / 3 / 3; }
	#common .point__item-wrap--10 { grid-area: 3 / 2 / 4 / 3; padding-bottom: 0; }
	
	#common .point-content-2__top { margin-bottom: 0; }
	
	#common .point__item-wrap--01 .point-content-4__note { margin-top: 11px; margin-bottom: 48px; }
	
	
	.point__item { padding: 0 50px 50px; }
	.point__badge-wrap { transform: translate(-20px, -30px); }
	.point__balloon { display: flex; justify-content: center; align-items: center; min-width: 160px; height: 30px; padding: 0 20px; border-radius: 15px; padding-bottom: 2px; top: 50px; left: auto; right: 50px; }
	.point__target { margin-bottom: 8px; }
	.point__head { padding-bottom: 27px; margin-bottom: 25px; }
	.point__item-wrap--05 .point__head { padding-bottom: 5px; margin-bottom: 0; border-bottom: none; }
	.point__heading { font-size: 3rem; line-height: 1.4; }
	.point__heading__box { margin-bottom: 0; }
	.point__heading__md { font-size: 1.8rem; }
	
	.point__item-wrap--06 .point__heading { font-size: 2.8rem; }
	.point__item-wrap--06 .point-content-2__top__label { margin-bottom: 11px; }
	#libart .point__item-wrap--04 .point__item { min-height: 832px; }
	#libart .point__item-wrap--04::before { content: ""; background: url("../img/deco_point_student.svg") no-repeat 0 0/contain; width: 357px; height: 220px; position: absolute; bottom: -28px; left: 50%; transform: translateX(-50%); z-index: 10; }
	
	#natsci .point__item-wrap--03 .point__item { min-height: 885px; }
	#natsci .point__item-wrap--03::after { content: ""; background: url("../img/deco_point_student.svg") no-repeat 0 0/contain; width: 357px; height: 220px; position: absolute; bottom:60px; right: -25px; z-index: 10; }
	
	#natsci .point__item-wrap--03 .point__item .point-content-2__top { margin-bottom: 46px; }
	
	
	
	
	#natsci .point__item-wrap--04 .point-content-6__list__item--sm { width: 72px; }
	#natsci .point__item-wrap--04 .point-content-6__list__item--md { width: calc(100% - 72px); }
	.point-content-5--1 .point-content-5__subject .btn-trsp { bottom: 50px; left: 67px; width: 120px; height: 20px; }
	.point__item-wrap--02 .point__heading__box { bottom: auto; top: 40px; }
	.point__item-wrap--05 { width: 100%; }
	
	.point__item-wrap--05 .point__item__upper,
	.point__item-wrap--05 .point__item__lower { width: 410px; }
	.point__expandation { margin-left: -50px; margin-right: -50px; }
/*	.point__item-wrap--05 .point__item { min-height: 1076px; }*/
/*
	.point__expandation { flex-direction: row; height: 70px; margin: 26px -50px 30px; padding: 0 15px; }
	.point__expandation::before { order: 2; width: 1px; height: 36px; background: #fff; margin: 0 10px; content: ""; }
	.point__expandation strong { order: 1; margin-bottom: 0; font-size: 2.0rem; }
	.point__expandation span { order: 3; flex: 1; text-align: left; }
*/
	#common .point__item-wrap--07::before { content: ""; width: 160px; height: 160px; display: block; background: url(../img/deco_point_04.png) no-repeat center/contain; position: absolute; top: auto; bottom: 87px; left: -95px; z-index: 1; }
	
/*	#common .point__item-wrap--09 .point__item { min-height: 607px; }*/
	
}
@media screen and (min-width: 1100px) and (max-width: 1200px) {
	#natsci .point__item-wrap--04 .point-content-6__list__item--sm { width: 58px; letter-spacing: -0.05em; }
	#natsci .point__item-wrap--04 .point-content-6__list__item--md { width: calc(100% - 58px); letter-spacing: -0.05em; }
}
@media screen and (min-width: 1201px) {
	.point__expandation strong { font-size: 2.6rem; }
}

/* heading & button */
.heading { text-align: center; color: #003893; margin-bottom: 30px; }
.heading__top { font-weight: 700; letter-spacing: 0.05em; position: relative; display: block; padding-bottom: 12px; margin-bottom: 9px; }
.heading__top::before { content: ""; width: 186px; height: 1px; display: block; background: #003893; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }
.heading__bottom { font-size: 2rem; font-weight: 700; letter-spacing: 0.05em; }
.heading__bottom span { font-size: 2.4rem; }
.heading--white { color: #fff; }
.heading--white .heading__top::before { background: #fff; }
.heading--mb-sm { margin-bottom: 30px; }
.button-1-wrapper { text-align: right; }
.button-1 { color: #fff; font-weight: 700; padding: 9px 25px 9px 15px; border-bottom: 1px solid #fff; position: relative; text-decoration: none; display: inline-block; }
.button-1::before { content: ""; width: 5px; height: 5px; display: block; border-top: 1px solid #fff; border-right: 1px solid #fff; position: absolute; top: 50%; right: 10px; transform: translateY(-50%) rotate(45deg); }
.button-2 { font-weight: 700; text-align: center; text-decoration: none; display: block; border: 2px solid #e6e6e6; border-radius: 35px; padding: 23px 0 20px; background: #fff; }
.button-2::after { content: ""; width: 20px; height: 20px; display: inline-block; background: url(../img/icon_schedule.svg) no-repeat center/contain; margin-left: 15px; vertical-align: middle; margin-bottom: 3px; transition: 0.4s; }
.button-3 { font-weight: 700; text-align: center; text-decoration: none; border-radius: 30px; background: #333333; color: #fff; height: 60px; display: flex; align-items: center; justify-content: center; flex-direction: column; position: relative; margin-top: 15px; }
.button-3 span { font-size: 1.3rem; font-weight: 400; display: inline-block; margin-top: -5px; }
.button-3::before { content: ""; width: 5px; height: 5px; display: block; border-top: 1px solid #fff; border-right: 1px solid #fff; transition: 0.4s; position: absolute; top: 50%; right: 40px; transform: rotate(45deg) translateY(-50%); }
.button-4 { font-weight: 700; text-align: center; text-decoration: none; border: 1px solid #fff; border-radius: 30px; background: #000000; color: #fff; height: 60px; display: flex; align-items: center; justify-content: center; flex-direction: column; position: relative; margin-top: 15px; }
.button-4::before { content: ""; width: 5px; height: 5px; display: block; border-top: 1px solid #fff; border-right: 1px solid #fff; transition: 0.4s; position: absolute; top: 50%; right: 40px; transform: rotate(45deg) translateY(-50%); }
.button-5 { font-weight: 700; text-align: center; text-decoration: none; display: flex; justify-content: center; align-items: center; height: 70px; border: 2px solid #e6e6e6; border-radius: 35px; background: #fff; }
.button-orange { background-color: #e95513; color: #fff; }
.button-orange::after { background-image: url(../img/icon_schedule_white.svg); }

.bg-blue { background: url(../img/bg_scholarship_sp.png) no-repeat center/cover, #003893; }
@media screen and (min-width: 681px) {
	.heading { margin-bottom: 55px; }
	.heading__top { font-size: 1.8rem; margin-bottom: 7px; }
	.heading__top::before { width: 300px; }
	.heading__bottom { font-size: 3rem; }
	.heading__bottom span { font-size: 3.6rem; }
	.heading--mb-sm { margin-bottom: 30px; }
	.button-1-wrapper { margin-top: -42px; margin-left: auto; width: 20.7%; }
	.button-1 { width: 100%; padding: 9px 0 9px 0; text-align: center; }
	.button-1:hover { opacity: 0.7; }
	.button-1::before { right: 0px; }
	.button-2 { width: 250px; margin-left: auto; margin-right: auto; transition: .4s; }
	.button-2:hover { border-color: #003893; background: #003893; color: #fff; }
	.button-2:hover::after { background: url(../img/icon_schedule_white.svg) no-repeat center/contain; }
	.button-3 { width: 220px; margin-left: auto; margin-right: 0; transition: .4s; }
	.button-3:hover { border-color: #003893; background: #003893; color: #fff; }
	.button-3:hover::after { border-color: #fff; }
	.button-4 { width: 220px; margin-left: auto; margin-right: auto; margin-top: 0; transition: .4s; }
	.button-4:hover { background: #fff; color: #003893; }
	.button-4:hover::before { border-color: #003893; }
	.button-5 { width: 250px; margin-left: auto; margin-right: auto; transition: .4s; }
	.bg-blue { background: url(../img/bg_scholarship_pc.png) no-repeat center/cover, #003893; }
	
	.point__item-wrap--yellow .button-2:hover { border-color: #e6e6e6; background: #e95513; }
	
	
}
@media screen and (min-width: 1100px) {
	.button-1-wrapper { margin-top: -53px; width: auto; }
	.button-1 { width: auto; padding: 9px 42px 9px 30px; text-align: right; }
	.button-1::before { right: 23px; }
	.button-orange { position: relative; width: 400px; transition: .4s; }
	.button-orange::before { position: absolute; top: 50%; transform: translateY(-50%); left: calc(100% + 20px); display: block; width: 200px; height: 60px; background: url("../img/obj_hggk.svg") no-repeat 0 50%/contain; content: ""; }
}





/* scholarship */
.scholarship { padding-top: 60px; padding-bottom: 100px; color: #fff; }
.scholarship ._star { color: #fff000; }
.scholarship__head {  }
.scholarship__head__label { position: relative; display: flex; justify-content: center; align-items: center; height: 40px; border-radius: 20px; background: #fff; font-size: 1.8rem; font-weight: 700; line-height: 1; letter-spacing: 0.05em; text-indent: 0.05em; text-align: center; color: #004da0; }
.scholarship__head__label::before { position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 0px; height: 0px; border-style: solid; border-width: 14px 10px 0 10px; border-color: #fff transparent transparent transparent; content: ""; }
.scholarship__head__ttl-wrap { display: flex; flex-direction: column; align-items: center; }
.scholarship__head__ttl { font-size: 3.0rem; font-weight: 700; line-height: 1; letter-spacing: 0.05em; text-indent: 0.05em; }
.scholarship__head__ttl span { font-size: 1.8rem; }

.scholarship__head__txt { font-size: 1.6rem; font-weight: 700; line-height: 1.4375; }
.scholarship__intro { margin-top: 32px; }
.scholarship img { width: 100%; }
.scholarship__intro__txt { font-size: 1.4rem; font-weight: 700; line-height: 1.7334; text-align: justify; }
.scholarship__intro__txt__notice { font-size: 1.3rem; font-weight: 400; line-height: 1.615; }

.scholarship__ex-wrap { margin-top: 29px; }
.scholarship__ex {  }
.scholarship__ex:not(:first-of-type) { margin-top: 29px; }
.scholarship__ex__ttl { overflow: hidden; font-weight: 700; }
.scholarship__ex__ttl span { position: relative; display: inline-block; }
.scholarship__ex__ttl span::first-letter { color: #fff000; }
.scholarship__ex__date { margin-top: 20px; font-size: 1.8rem; font-weight: 700; line-height: 1.3846; }
.scholarship__ex__date ._num { font-size: 145%; font-weight: 700; }
.scholarship__ex__notice { margin-top: 8px; padding-left: 1em; text-indent: -1em; font-size: 1.3rem; font-weight: 400; line-height: 1.615; }

.scholarship__button-wrap { padding-top: 18px; }

@media screen and (max-width: 1099px) {
	.scholarship__head__ttl { margin-top: 20px; text-align: center; }
	.scholarship__head__ttl span { display: block; margin-top: 10px; }
	.scholarship__head__ttl span::before { content: "（"; }
	.scholarship__head__ttl span::after { content: "）"; }
	
	.scholarship__head__scholarship { width: 100vw; background: #fff000; margin-top: 20px; margin-left: -30px; margin-right: -30px; padding: 11px 0 13px; font-size: 1.6rem; font-weight: 700; line-height: 1; text-align: center; color: var(--c-navy); }
	
	.scholarship__head__txt { border-top: 1px solid #fff; border-bottom: 1px solid #fff; margin-top: 18px; padding: 6px 0 8px; text-align: center; }
	.scholarship__intro__txt { margin-top: 14px; }
	
	.scholarship__ex__ttl span::before { position: absolute; top: 50%; transform: translateY(-50%); left: calc(100% + 2px); display: block; width: 100vw; height: 1px; background: #fff; content: ""; }
}
@media screen and (min-width: 1100px) {
	.scholarship { padding: 80px 0 85px; }
	
	.scholarship__head { position: relative; left: 50%; transform: translateX(-50%); display: inline-flex; padding-left: 166px; }
	.scholarship__head__label { position: absolute; left: 0; top: -90px; height: 160px; background-color: transparent; border-radius: 0; font-size: 1.6rem; line-height: 1.4375; }
	.scholarship__head__label__inner { display: flex; justify-content: center; align-items: center; width: 120px; height: 100%; background: #fff000; clip-path: polygon(100% 0, 100% 100%, 50% 90%, 0 100%, 0 0); }
	.scholarship__head__label::before { position: absolute; top: 0; bottom: auto; left: auto; right: 100%; transform: none; border-width: 0 0 10px 10px; border-color: transparent transparent #E95513 transparent; }
	.scholarship__head__ttl-wrap {  }
	.scholarship__head__ttl { order: 2; display: flex; align-items: center; font-size: 3.2rem; color: #fff000; }
	.scholarship__head__ttl span { font-size: 2.0rem; }
	.scholarship__head__ttl span::before { content: "［"; }
	.scholarship__head__ttl span::after { content: "］"; }
	.scholarship__head__scholarship { position: relative; order: 1; margin-bottom: 15px; font-size: 1.8rem; font-weight: 700; line-height: 1; }
	.scholarship__head__scholarship::before,
	.scholarship__head__scholarship::after { position: absolute;  top: 50%; transform-origin: center; display: block; width: 22px; height: 4px; background: #fff; border-radius: 2px; content: ""; }
	.scholarship__head__scholarship::before { left: -30px; transform: translateY(-50%) rotate(54deg); }
	.scholarship__head__scholarship::after { right: -28px; transform: translateY(-50%) rotate(-54deg); }
	.scholarship__head__txt { margin-top: 14px; font-size: 1.8rem; line-height: 1; }
	.scholarship__intro { display: flex; justify-content: space-between; align-items: center; margin-top: 44px; }
	.scholarship__intro__img { width: 470px; margin-right: 20px; }
	.scholarship__intro__txt { flex: 1; font-size: 1.5rem; letter-spacing: 0.03em; }
	.scholarship__intro__txt__notice { letter-spacing: -0.01em; }
	
.scholarship__ex-wrap { margin-top: 46px; text-align: center; }
.scholarship__ex {  }
.scholarship__ex:not(:first-of-type) { margin-top: 46px; }

.scholarship__ex__ttl { font-size: 1.8rem; }
	.scholarship__ex__ttl span { position: relative; }
	.scholarship__ex__ttl span::before,
	.scholarship__ex__ttl span::after { position: absolute; top: 50%; transform: translateY(-50%); display: block; width: 100vw; height: 2px; background: url("../img/bg_dotline_white.svg") repeat-x center/contain; content: ""; }
	.scholarship__ex__ttl span::before { right: calc(100% + 10px); }
	.scholarship__ex__ttl span::after { left: calc(100% + 10px); }
.scholarship__ex__date { margin-top: 19px; font-size: 2.1rem; }
	.scholarship__ex__date ._num { font-size: 143%; }
.scholarship__ex__notice { margin-top: -1px; padding-left: 0; text-indent: inherit; }
	
	.scholarship__button-wrap { padding-top: 44px; }
}


/* scholarship 
.scholarship { padding: 50px 0 100px; }
.scholarship__baloon { display: flex; justify-content: center; align-items: center; background: #fff; width: 300px; height: 40px; margin: 0 auto 30px auto; position: relative; border-radius: 20px; font-weight: 700; font-size: 1.8rem; line-height: 1; color: #003893; }
.scholarship__baloon::before { content: ""; width: 0; height: 0; position: absolute; bottom: -10px; left: 50%; border-style: solid; border-width: 12px 7px 0 7px; border-color: #fff transparent transparent transparent; transform: translateX(-50%); }
.scholarship__ttl { width: 300px; font-weight: 700; font-size: 3rem; line-height: 1; color: #fff; text-align: center; border-bottom: 1px solid #fff; margin: 0 auto 10px; padding: 0 0 10px; }
.scholarship__cap { font-weight: 700; font-size: 1.8rem; line-height: 1; color: #fff; text-align: center; }
.scholarship__text { margin: 25px 0; font-weight: 700; font-size: 1.5rem; line-height: 1.73; color: #fff; text-align: justify; }
.scholarship__list,
.scholarship__label { line-height: 1.78; color: #fff; }
.scholarship__list__item { padding: 0 0 0 1.4rem; text-indent: -1.4rem; text-align: justify; }
.scholarship__list__item::before { content: "●"; }
.scholarship__label { padding: 0 0 0 1.4rem; }
.scholarship__note { margin: 25px 0; font-size: 1.3rem; line-height: 1.92; color: #fff; text-align: justify; }
.scholarship__emp { display: flex; justify-content: center; align-items: center; height: 70px; background: #aed1f2; border-radius: 7px; font-size: 1.4rem; font-weight: 700; line-height: 1.6428; text-align: center; color: #003893; }
.scholarship .button-4 { width: 220px; margin-left: auto; margin-right: auto; }
@media screen and (min-width: 681px) {
	.scholarship { padding: 80px 0 140px; }
	.scholarship__emp { height: 40px; font-size: 1.5rem; line-height: 1; }
}
@media screen and (min-width: 1100px) {
	.scholarship { display: grid; grid-template-columns: 300px 1fr; grid-template-rows: repeat(2, auto); grid-column-gap: 95px; grid-row-gap: 0px; padding: 150px 0; }
	.scholarship__head { grid-area: 1 / 1 / 2 / 2; }
	.scholarship__detail { position: relative; grid-area: 1 / 2 / 3 / 3; }
	.scholarship__detail::before { position: absolute; top: 0; left: -45px; display: block; width: 1px; height: 100%; background: rgba(255,255,255,0.5); content: ""; }
	.scholarship__button-wrap { grid-area: 2 / 1 / 3 / 2; }
	.scholarship__text { margin-top: 0; }
	.scholarship__note { margin-top: 8px; margin-bottom: 0; }
	.scholarship .button-4 { margin-top: 35px; }
}
*/


/* check */
.check { padding: 30px 0 60px; }
.check__ttl { margin: -70px 0 0; font-weight: 700; font-size: 2.5rem; line-height: 1.48; text-align: center; color: #003893; }
.check__ttl strong{ color: #e95513; }
.check__ttl img { display: block; width: 120px; margin: 0 auto 10px; }
.check__list__item { margin: 30px 0 0; }

.check__point-wrap { position: relative; display: flex; justify-content: flex-start; align-items: stretch; background: var(--c-navy); margin-bottom: 172px; }
.check__point__main { display: flex; justify-content: flex-start; align-items: stretch; }
.check__point-num { display: flex; justify-content: center; align-items: center; background: #000; margin-right: 15px; }
.check__point-num img { width: 40px; }
.check__point-ttl { display: flex; align-items: center; font-size: 1.5rem; font-weight: 700; line-height: 1; letter-spacing: 0.04em; color: #fff; }
.check__point-ttl ._emp { color: #fff000; }
.check__point-term {  }
.check__point-term__ttl {  }
.check__point-term__due {  }
.check__point-term__due__label {  }
.check__point-term__due__date {  }
.check__catch { font-size: 1.5rem; font-weight: 700; line-height: 1.667; color: var(--c-navy); }

.check__heigan { margin-top: 10px; }
.check__heigan__img {  }
/*
.check__point { display: flex; align-items: center; background: #003893; height: 40px; margin: 0 0 15px; font-weight: 700; font-size: 1.5rem; color: #fff; padding: 0 0 0 50px; position: relative; }
.check__point span{ background: #000; width: 40px; position: absolute; top: 0; left: 0; font-size: 0; line-height: 0; }
.check__point span img{ transform: scale(.8); }
*/
.check__text,
.check__dl { line-height: 1.78; text-align: justify; }
.check__text strong,
.check__dl strong { font-weight: 700; color: #003893; }
.check__dt { background: #fff; border-left: 5px solid #003893; margin: 20px 0 10px; padding: 5px 14px; font-weight: 700; font-size: 1.5rem; }
.check__dd__note { display: block; margin: 10px 0 0; font-size: 1.3rem; line-height: 1.9; }


.cheack__case { margin: 10px 0 0; font-weight: 700; font-size: 1.5rem; line-height: 2; }
.cheack__case::before { content: "▶ "; color: #003893; }
.cheack__case strong { color: #003893; }
.cheack__case span { font-weight: 400; }
.check__table-wrap { width: 100%; margin: 10px 0 0; overflow: scroll; }
.check__table { width: 920px; }
.check__movie { max-width: 512px; margin: 40px auto; }
/*
.check__list__item--org .check__point { background: #ec6c00; }
.check__list__item--org .check__text strong,
.check__list__item--org .check__dl strong { color: #ec6c00; }
.check__list__item--org .check__dt { border-left: 5px solid #ec6c00; }
.check__list__item--org .cheack__case::before { color: #ec6c00; }
*/
.check__qna-wrap { position: relative; margin-top: 30px; }
.check__qna-wrap::before { position: absolute; bottom: 30px; right: -5px; display: block; width: 131px; height: 97px; background: url("../img/obj_qna.svg") no-repeat center/contain; content: ""; z-index: 10; pointer-events: none; }
.check__qna { position: relative; }
.check__qna:not(:first-of-type) { margin-top: 41px; }
.check__qna:not(:first-of-type)::before { position: absolute; top: -23px; left: 50%; transform: translateX(-50%); display: block; width: 100%; height: 2px; background: url("../img/bg_dotline_navy.svg") repeat-x center/auto 2px; content: ""; }
.check__qna__item { display: flex; justify-content: flex-start; align-items: flex-start; font-size: 1.4rem; font-weight: 700; line-height: 1.42857; }
.check__qna__item:not(:first-of-type) { margin-top: 10px; }
.check__qna__item--q { color: #025fa0; }
.check__qna__item--a { color: #221815; }
.check__qna__item--a ._emp { color: #ec6c00; }
.check__qna__item__icon { display: flex; justify-content: center; align-items: center; width: 30px; height: 30px; margin-top: 2px; margin-right: 10px; }
.check__qna__item__icon::before { font-size: 2.1rem; font-weight: 700; line-height: 1; text-align: center; color: #fff; }
.check__qna__item__txt { flex: 1; }
.check__qna__item--q .check__qna__item__icon { background: #025fa0; padding-bottom: 3px; }
.check__qna__item--q .check__qna__item__icon::before { content: "Q"; }
.check__qna__item--a .check__qna__item__icon { background: #ec6c00; padding-bottom: 2px; }
.check__qna__item--a .check__qna__item__icon::before { content: "A"; }
.check__under-qna { display: flex; justify-content: center; align-items: center; height: 60px; background: #ec6c00; border-radius: 30px; margin-top: 38px; padding-bottom: 2px; font-size: 1.5rem; font-weight: 700; line-height: 1.6; letter-spacing: 0.04em; text-indent: 0.04em; text-align: center; color: #fff; }




@media screen and (max-width: 680px) {
	.check { margin-left: -10px; margin-right: -10px; }
}
@media screen and (min-width: 681px) {
	.check { padding: 90px 0 110px; }
	
	.check__list { margin: 0 0 0; }
	.check__list__item:not(:first-of-type) { margin-top: 50px; }
/*
	.check__point { margin-bottom: 25px; font-size: 1.8rem; padding-left: 60px; }
	.check__point span img { transform: scale(1); }
*/
	.check__text { padding: 0 40px; }
	.check__dl { padding: 0 40px; }
	.check__dt { margin: 30px 0 15px; }
	.check__dd__note { margin-top: 15px; }
	.cheack__case { margin-top: 15px; }
	.check__movie { margin: 50px auto; }
	.check__movie .button-3 { width: 360px; margin: 30px auto 0; }
}
@media screen and (min-width: 1000px) {
	.check__table-wrap { overflow: visible; }
	.check__table { width: 104.4%; }
}
@media screen and (min-width: 1100px) {
	.check__ttl img { margin: -30px 20px 0 0; }
	.check__ttl { display: flex; align-items: center; margin: 0 0 50px; font-size: 3rem; letter-spacing: 0.06em; }
	
	.check__list__item { margin-top: 0; }
	.check__list__item:not(:first-of-type) { margin-top: 84px; }
	.check__point-wrap { justify-content: space-between; margin-bottom: 0; padding-right: 200px; }
	.check__point__main { display: flex; justify-content: flex-start; align-items: stretch; }
	.check__point-num { display: flex; justify-content: center; align-items: center; background: #000; margin-right: 15px; }
.check__point-num img { width: 40px; }
	.check__point-ttl { font-size: 1.8rem; }
	.check__point-ttl ._emp { color: #fff000; }
	.check__point-term { display: flex; justify-content: flex-end; align-items: stretch; font-weight: 900; color: #fff; }
	.check__point-term__ttl,
	.check__point-term__due { display: flex; align-items: center; }
	.check__point-term__ttl { padding-bottom: 2px; font-size: 1.6rem; letter-spacing: 0.06em; }
	.check__point-term__ttl::after { content: "\025b6"; font-size: 80%; }
	.check__point-term__due { position: absolute; right: 0; bottom: 0; flex-direction: column; align-items: center; justify-content: center; width: 200px; height: 71px; clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 44%); background: var(--c-navy); padding-left: 10px; }
	.check__point-term__due__label { margin-bottom: 7px; font-size: 1.3rem; }
	.check__point-term__due__date { font-size: 2.0rem; }
	.check__point-term__due__date ._num { font-size: 150%; }
	.check__catch { margin-top: 21px; margin-left: 15px; font-size: 1.6rem; }
	.check__heigan-qna { display: flex; justify-content: space-between; align-items: flex-start; margin-top: 28px; padding-left: 15px; padding-right: 15px; }
	.check__heigan { margin-top: 17px; }
	.check__heigan__img {  }
	.check__qna-wrap { flex: 1; margin-top: 0; margin-left: 15px; }
	
	.check__heigan-qna .check__heigan { width: 518px; margin-top: 2px; }
	
	
	.check__qna-wrap::before { bottom: -10px; right: -40px; }
	.check__qna:not(:first-of-type) { margin-top: 34px; }
	.check__qna:not(:first-of-type)::before { top: -18px; }
	.check__qna__item { align-items: center; }
	
	.check__qna__item--irr { align-items: flex-start; }
	.check__qna__item--irr .check__qna__item__icon { margin-top: 1px; }
	.check__qna__item:not(:first-of-type) { margin-top: 6px; }
	.check__qna__item__icon { width: 20px; height: 20px; }
	.check__qna__item__icon::before { font-size: 1.4rem; }
	
	.check__qna:nth-of-type(1) .check__qna__item--a .check__qna__item__txt { margin-right: -20px; }
	
	.check__under-qna { height: 64px; border-radius: 32px; margin-top: 58px; font-size: 2.2rem; }
	
	
}
@media screen and (max-width: 1100px) {
	.check__point-term { position: absolute; left: 50%; transform: translateX(-50%); top: calc(100% + 33px); width: 100%; border: 1px solid var(--c-navy); border-radius: 10px; padding-top: 16px; padding-bottom: 19px; }
	.check__point-term__ttl { position: relative; margin-bottom: 21px; font-size: 1.4rem; font-weight: 700; line-height: 1.357; letter-spacing: 0.06em; text-indent: 0.06em; text-align: center; color: var(--c-navy); }
	.check__point-term__ttl::before { position: absolute; bottom: -13px; left: 50%; transform: translateX(-50%); display: block; width: 100%; height: 2px; background: url("../img/bg_dotline_navy.svg") repeat-x center/auto 2px; content: ""; }
	.check__point-term__due { display: flex; justify-content: center; align-items: baseline; }
	.check__point-term__due__label { margin-right: 16px; font-size: 1.6rem; font-weight: 900; line-height: 1; color: var(--c-navy); }
	.check__point-term__due__label::after { content: "\025b6"; display: inline-block; transform: translateY(-1px); font-size: 80%; }
	.check__point-term__due__date { font-size: 1.7rem; font-weight: 900; color: #e95513; }
	.check__point-term__due__date ._num { font-size: 141.5%; }
	.check__list__item:nth-of-type(1) .check__heigan__img { margin-left: -15px; }
}
@media screen and (max-width: 1200px) {
	.check__table-wrap { width: 116%; }
	.check__heigan__img { overflow: scroll; }
	
	.check__list__item:nth-of-type(1) .check__heigan__img { width: calc(100% + 35px); padding-right: 20px; }
	.check__list__item:nth-of-type(1) .check__heigan__img img { width: 985px; max-width: none; }
	.check__list__item:nth-of-type(2) .check__heigan__img { width: calc(100% + 15px); padding-right: 15px; }
	.check__list__item:nth-of-type(2) .check__heigan__img img { width: 518px; max-width: none; }
	
	
	
}





/* Border Line */
.bdl { background-color: #fff; padding-top: 50px; padding-bottom: 50px; } /*background: url(../img/bg_mv_sp.png) no-repeat center/cover, #003893;*/
.bdl__inner { background: #f6d500; padding: 20px 20px 20px; }
.bdl__ttl { background: #e95513; padding: 10px 0 11px; font-size: 1.8rem; font-weight: 700; line-height: 1.3889; text-align: center; color: #fff; }
.bdl__txt { margin-top: 14px; font-size: 1.4rem; font-weight: 400; line-height: 1.7143; }
.bdl__img { margin-top: 18px; }
.bdl__notice { margin-top: 15px; }
.bdl__notice li { padding-left: 1.0em; text-indent: -1.0em; font-size: 1.4rem; font-weight: 400; line-height: 1.428; }
.bdl__notice li::before { content: "※"; }
@media screen and (max-width: 546px) {
	.bdl__inner { width: calc(100% - 40px); }
	.bdl__img { overflow: scroll; margin-right: -40px; }
	.bdl__img img { max-width: none; width: 715px; }
}
@media screen and (min-width: 1000px) {
	.bdl { padding-top: 100px; padding-bottom: 100px; } /*background-image: url(../img/bg_mv_pc.png);*/
	.bdl__inner { position: relative; padding: 0 40px 40px 40px; }
	.bdl__ttl { padding: 14px 20px 15px; font-size: 2.4rem; line-height: 1; }
	.bdl__txt { margin-top: 14px; font-size: 1.4rem; font-weight: 400; line-height: 1.7143; }
	.bdl__img { margin-top: 18px; }
	.bdl__notice li { font-size: 1.4rem; line-height: 1.461; letter-spacing: -0.02em; }
}
@media screen and (min-width: 1100px) {
	.bdl__inner { position: relative; }
	.bdl__inner::before { position: absolute; right: -10px; bottom: -34px; display: block; width: 163px; height: 198px; background: url("../img/obj_bdl.svg") no-repeat center/contain; content: "";  }
	.bdl__notice { margin-top: 5px; }
}



/* faq */
.faq { position: relative; padding: 50px 0 37px; background: repeating-linear-gradient(-45deg, #F5F8FA 0, #F5F8FA 2px, transparent 0, transparent 4px), #E7EEF3; }
/*.faq::before { content: ""; width: 100vw; border-top: 1px solid #ccc; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }*/
.faq__item { margin-bottom: 13px; }
.faq__label { font: 700 2rem "Roboto", sans-serif; width: 40px; height: 40px; margin-right: 10px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; border-radius: 10px; }
.faq__label--q { background: #003893; color: #fff; margin-top: 5px; }
.faq__label--a { background: #FFF000; color: #003893; }
.faq__q { display: flex; margin-bottom: 7px; }
.faq__q__text { font-size: 1.5rem; font-weight: 700; line-height: 1.67; color: #003893; text-align: justify; }
.faq__a { display: flex; }
.faq__a__main { width: calc(100% - 50px); }
.faq__a__button { background: #FFF000; border: none; outline: none; padding: 0; display: block; width: 100%; height: 40px; border-radius: 10px; position: relative; }
.faq__a__button span { width: 20px; height: 1px; background: #003893; position: absolute; left: 50%; transform: translateX(-50%); transition: 0.4s; }
.faq__a__button span:first-child { top: 13px; }
.faq__a__button span:nth-child(2) { top: 19px; }
.faq__a__button span:nth-child(3) { top: 26px; }
.faq__a__button.is-opened { border-radius: 10px 10px 0 0; }
.faq__a__button.is-opened span:first-child { transform: translateX(-50%) rotate(45deg); top: 20px; }
.faq__a__button.is-opened span:nth-child(2) { display: none; }
.faq__a__button.is-opened span:nth-child(3) { transform: translateX(-50%) rotate(-45deg); top: 20px; }
.faq__a__text { display: none; background: #FFF000; padding: 15px 20px 20px; border-radius: 0 0 10px 10px; line-height: 1.7; text-align: justify; }
.faq__a__text p:not(:first-of-type) { margin-top: 13px; }
.faq__a__text .anchor { text-decoration: none; font-weight: 700; color: #003893; }
.faq .button-3 { margin-top: 0; }
@media screen and (min-width: 681px) {
	.faq { padding: 80px 0; }
	.faq__label--q { margin-top: -2px; margin-right: 20px; }
	.faq__q { margin-bottom: 10px; }
	.faq__q__text { font-size: 1.8rem; line-height: 1.5; }
	.faq__a__text p:not(:first-of-type) { margin-top: 28px; }
	.faq__a__text p:not(:last-of-type) { line-height: 1.79em; }
	.faq__a__text p._futher { padding-top: 13px; }
	.faq .button-3 { margin-left: auto; margin-right: auto; }
}
@media screen and (min-width: 1100px) {
	.faq { padding: 100px 0 110px; }
	.faq::before,
	.faq::after { content: ""; display: table; }
	.faq::after { clear: both; }
	.faq__2col { display: -webkit-box; display: -ms-flexbox; display: flex; }
	.faq__2col__item { width: 48%; }
	.faq__2col__item:nth-child(odd) { margin-right: 4%; }
	.faq__item { margin-bottom: 42px; }
	.faq__item:nth-child(odd) { float: left; }
	.faq__item:nth-child(even) { float: right; }
	.faq__label { font-size: 3rem; width: 60px; height: 60px; }
	.faq__a__main { width: calc(100% - 70px); }
	.faq__a__button { display: none; }
	.faq__a__text { display: block; border-radius: 10px; line-height: 1.79; padding: 25px 30px 30px; }
}




/* fixed-button */
.fixed-button { display: flex; width: 94.7%; height: 70px; position: fixed; bottom: 0; left: 50%; transform: translate(-50%, 100%); z-index: 1000; transition: 0.4s; }
.fixed-button__btn { font-size: 1.6rem; font-weight: 700; color: #003893; text-align: center; }
.fixed-button__btn a { text-decoration: none; display: block; position: relative; padding: 23px 0; width: 100%; height: 100%; transition: 0.4s; }
.fixed-button__btn a::before { content: ""; width: calc(100% - 10px); height: calc(100% - 10px); display: block; border: 1px solid #003893; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.fixed-button__btn a::after { content: ""; display: inline-block; margin-left: 12px; vertical-align: middle; margin-bottom: 3px; transition: 0.4s; }
.fixed-button__btn--schedule { width: 100%; }
/*
.fixed-button__btn--schedule { width: 59.2%; }
*/
.fixed-button__btn--schedule a { background: #FFF000; }
.fixed-button__btn--schedule a::after { width: 21px; height: 21px; background: url(../img/icon_schedule_blue.svg) no-repeat center/contain; }
.fixed-button__btn--request { width: 40.8%; }
.fixed-button__btn--request a { background: #FFD200; }
.fixed-button__btn--request a::after { width: 20px; height: 20px; background: url(../img/icon_request.svg) no-repeat center/contain; }
._noicon a::after { display: none; }
.fixed-button.is-visible { transform: translate(-50%, 0); bottom: 10px; }
@media screen and (min-width: 681px) {
	.fixed-button__btn a { }
	.fixed-button__btn a:hover { color: #fff; }
	.fixed-button__btn a:hover::before { border-color: #fff; }
	.fixed-button__btn--schedule a { }
	.fixed-button__btn--schedule a:hover { background: #003893; }
	.fixed-button__btn--schedule a:hover::after { background: url(../img/icon_schedule_white.svg) no-repeat center/contain; }
	.fixed-button__btn--request a { }
	.fixed-button__btn--request a:hover { background: #003893; }
	.fixed-button__btn--request a:hover::after { background: url(../img/icon_request_white.svg) no-repeat center/contain; }
}
@media screen and (min-width: 1100px) {
	.fixed-button { display: block; width: 70px; height: 430px; top: 50%; bottom: auto; left: auto; right: 0; transform: translate(100%, -50%); }
	.fixed-button__btn { font-size: 2.1rem; writing-mode: vertical-rl; }
	.fixed-button__btn a { display: flex; align-items: center; justify-content: center; height: auto; padding: 25px 0 23px 6px; border-radius: 10px 0 0 10px; }
	.fixed-button__btn a:first-child { margin-bottom: 10px; }
	.fixed-button__btn a::before { width: calc(100% - 5px); border-right: none; left: auto; right: 0; transform: translate(0, -50%); border-radius: 10px 0 0 10px; transition: 0.4s; }
	.fixed-button__btn a::after { margin-left: 0; margin-top: 12px; }
	.fixed-button__btn--schedule { width: 100%; }
	.fixed-button__btn--request { width: 100%; }
	.fixed-button.is-visible { transform: translate(0, -50%); }
}


/* science */
.science { background: #003893; padding: 30px 0 21px; }
.science__heading { text-align: center; margin-bottom: 19px; }
.science__heading img { width: 250px; }
.science__list { display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.science__item { margin-bottom: 9px; width: 31.7%; }
.science__item:not(:nth-child(3n)) { margin-right: 2.45%; }
.science__item:not(:nth-last-child(-n+3)) .science__label::before { width: 108%; }
.science__item--detail { position: relative; display: flex; justify-content: center; align-items: flex-end; }
.science__item--detail a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; font-size: 0.9rem; font-weight: 700; line-height: 1; color: #fff; text-decoration: none; }
.science__item--detail::after { position: absolute; right: 0; top: 50%; transform: rotate(45deg) translateY(-50%); content: ""; width: 5px; height: 5px; border-top: 1px solid #fff; border-right: 1px solid #fff; transition: 0.4s; }
.science__label { display: block; position: relative; margin-bottom: 5px; }
.science__label::before { content: ""; width: 100%; height: 1px; display: block; background: #FFF000; position: absolute; bottom: 0; left: 0; }
.science__label span { font: 700 1rem "Roboto", sans-serif; background: #FFF000; color: #003893; text-align: center; display: inline-block; }
.science__label--new span { padding: 1px 12px; }
.science__label--renewal span { padding: 1px 7px; }
.science__faculty { display: block; font-size: 1.0rem; letter-spacing: 0.05em; color: #fff; text-align: center; padding: 5px 0 7px; }
.science__faculty--blue { background: #0095cd; }
.science__faculty--purple { background: #8062a4; }
.science__faculty--green { background: #07ab80; }
.science__faculty--yellow { background: #8c8729; }
.science__faculty--pink { background: #e46584; }
@media screen and (min-width: 681px) {
	.science { padding: 50px 0; }
	.science__heading { margin-bottom: 35px; }
	.science__heading img { width: 386px; }
	.science__label { margin-bottom: 10px; }
	.science__label span { font-size: 1.5rem; }
	.science__label--new span { padding: 2px 19px; }
	.science__label--renewal span { padding: 2px 11px; }
	.science__faculty { font-size: 1.6rem; padding: 12px 0; }
}
@media screen and (min-width: 1200px) {
	.science { padding: 70px 0; }
	.science__inner { display: flex; justify-content: space-between; align-items: center; }
	.science__heading { margin-bottom: 0; text-align: left; }
	.science__heading img { width: 445px; }
	.science__list { width: 500px; justify-content: space-between; }
	.science__item { width: 160px; font-size: 1.6rem; margin-bottom: 0; margin-right: 0 !important; }
	.science__item:nth-child(-n+3) { margin-bottom: 10px; }
	.science__item--detail { align-items: center; margin-bottom: 0; padding-bottom: 0; }
	.science__item--detail a { position: relative; justify-content: center; align-items: center; padding-bottom: 5px; font-size: 1.4rem; z-index: 10; transition: .4s; }
	.science__item--detail a::after { position: relative; top: 2px; transform: rotate(45deg) translateX(-50%); content: ""; width: 5px; height: 5px; border-top: 2px solid #fff; border-right: 2px solid #fff; margin-left: 15px; transition: 0.4s; }
	.science__item--detail::after { display: none; }
	.science__item--detail::before { position: absolute; left: 0; bottom: 0; display: block; width: 100%; height: 1px; background: #fff; content: ""; transition: .4s; z-index: 0; }
	.science__item--detail:hover::before { height: 100%; }
	.science__item--detail:hover a { color: #003893; }
	.science__item--detail:hover a::after { border-top: 1px solid #003893; border-right: 1px solid #003893; }
	
	/*
	.science__item:not(:nth-child(3n)) { margin-right: 0; }
	.science__item { }
	.science__item:not(:nth-child(4n)) { margin-right: 1.46%; }
	.science__item:not(:nth-last-child(-n+2)) .science__label::before { width: 107%; }
	*/
}


/* another */
.another { padding-top: 45px; }
.another__heading { text-align: center; font-size: 1.8rem; line-height: 1.5; font-weight: bold; }
.another__button-wrapper { margin-top: 26px; }
.another__button { font-weight: 700; text-decoration: none; text-align: center; color: #003893; border-radius: 35px; border: 1px solid #003893; line-height: 1.357; position: relative; padding: 0 20px 2px; height: 70px; display: flex; align-items: center; justify-content: center; flex-direction: column; }
.another__button span { font-weight: 400; font-size: 1.3rem; }
.another__button::after { position: absolute; content: ''; right: 38px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; background: url(../img/icon_link_blue.svg) no-repeat center/contain; }
.another__button:not(:last-child) { margin-bottom: 20px; }
.another__button:hover { background: #003893; color: #fff; }
.another__button:hover::after { background: url(../img/icon_link_white.svg); }
.another__button.is-disable { opacity: 0.5; pointer-events: none; }
.another__button.is-disable::after { content: none; }
@media screen and (min-width: 681px) {
	.another { padding-top: 96px; }
	.another__heading { font-size: 2.1rem; line-height: 1.285; letter-spacing: .05em; }
	.another__button-wrapper { margin-top: 19px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
	.another__button { width: 280px; max-width: 100%; margin-top: 10px; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
	.another__button::after { right: 30px; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
	.another__button:not(:last-child) { margin-bottom: 0; margin-right: 35px; }
}



/* sns */
.sns { width: 283px; margin: 87px auto 50px; max-width: 100%; }
.sns__text { display: inline-block; color: #003893; font-size: 1.4rem; font-weight: 700; line-height: 1.5; text-align: center; position: absolute; top: -17px; left: 50%; width: 77px; transform: translate(-50%, -100%); }
.sns__text::before,
.sns__text::after { position: absolute; content: ""; top: 50%; height: 35px; width: 1px; background: #003893; }
.sns__text::before { left: -9px; transform: translateY(-50%) rotate(-16deg); }
.sns__text::after { right: -6px; transform: translateY(-50%) rotate(16deg); }
.sns__list { display: flex; flex-wrap: wrap; justify-content: center; }
.sns__list__item { position: relative; margin-top: 18px; margin-left: 20px; margin-right: 20px; }
.sns__list__item a { display: block; width: 41px; }
.sns__list__item a img { width: 100%; }
@media screen and (min-width: 681px) {
	.sns { width: 100%; margin-top: 107px; margin-bottom: 100px; }
	.sns__list__item { margin: 0 10px; }
	.sns__list__item a { width: 50px; -webkit-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; }
	.sns__list__item a:hover { opacity: .6; }
}


/* faculty */
.faculty-list { font-size: 1.2rem; line-height: 1.9; }
.faculty-list__item { position: relative; display: flex; }

.faculty-list__label { position: absolute; top: 4px; left: 0; height: 12px; display: none; }
/*
.faculty-list__label:after { content: ""; display: block; border-top: 8px solid #fff000; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); }
.faculty-list__label img { height: 100%; width: auto; max-width: 100px; display: block; }
.faculty-list__label + .faculty-list__main,
.faculty-list__label + .faculty-list__main + .faculty-list__children { padding-top: 20px; }
*/



.faculty-list__main { position: relative; padding-right: 15px; font-weight: bold; width: 9.3em; -ms-flex-negative: 0; flex-shrink: 0; border-right: 1px solid #e1e1e1; text-align: center; }
.faculty-list__main span { font-size: 70%; vertical-align: top; }
.faculty-list__main::before,
.faculty-list__main::after { position: absolute; top: 0; }
.faculty-list__main::before { content: "［"; left: 0; }
.faculty-list__main::after { content: "］"; right: 15px; }


.faculty-list__children { display: flex; flex-wrap: wrap; padding: 0 0 0 1.0em; }
.faculty-list__child { margin-right: 1.2em; }
.faculty-list__child:before { content: ""; display: inline-block; border-left: 7px solid #1f3b8a; border-top: 4px solid transparent; border-bottom: 4px solid transparent; }
.faculty-list-note { font-size: 1.2rem; line-height: 1.58; margin-top: 22px; }
.footer-faculty { padding: 25px 0; background: #f2f2f2; }
@media screen and (max-width: 680px) {
	.faculty-list__child:nth-child(2) { margin-right: 0; }
	.faculty-list__children--spinline { display: block; }
	.faculty-list__children--spinline .faculty-list__child { display: inline; }
}
@media screen and (min-width: 681px) {
	.faculty-list-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
	.faculty-list { line-height: 2; width: 50%; }
	.faculty-list--right { max-width: 500px; padding-left: 30px; margin-left: 20px; }
	.faculty-list__label { left: auto; right: 103%; top: 12px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
	.faculty-list__label:after { border-top: 2px solid transparent; border-left: 4px solid #fff000; border-bottom: 2px solid transparent; top: 50%; left: 100%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
	.faculty-list__label + .faculty-list__main,
	.faculty-list__label + .faculty-list__main + .faculty-list__children { padding-top: 0; }
	.faculty-list__main,
	.faculty-list__main--lg { width: 8.5em; }
	.faculty-list__children { padding-left: 1.5em; }
	.faculty-list-note { max-width: 953px; margin: 20px auto 0; }
	.footer-faculty { padding: 75px 30px 75px 70px; }
}
@media screen and (min-width: 1100px) {
	.faculty-list { width: auto; }
	.faculty-list--right { max-width: 510px; padding-left: 60px; margin-left: 30px; }
	.faculty-list__main--lg { width: 10.4em; }
}


/* footer & copyright */

.footer-univ { text-align: center; padding: 40px 0 30px; }
.footer-logo { width: 207px; margin: 0 auto 25px; }
.footer-info { font-size: 1.2rem; line-height: 1.6; padding-top: 10px; }
.copyright { background-color: #003893; text-align: center; padding: 17px 0 100px; font-size: 1rem; color: #fff; letter-spacing: .1em; line-height: 2.2; }
@media screen and (min-width: 681px) {
	
}
@media screen and (min-width: 1100px) {
	.footer-faculty { padding: 75px 60px; }
	.footer-univ { display: flex; text-align: left; flex-direction: row-reverse; align-items: flex-end; justify-content: space-between; padding: 54px 49px 49px 50px; }
	.footer-logo { margin: -5px 0 0 0; }
	.footer-info { font-size: 1.2rem; padding: 0; }
	.copyright { font-size: 1.1rem; padding: 17px 0 20px; line-height: 2; }
}

@media screen and (min-width: 681px) and (max-width: 1099px) {
	.d-md-none { display: none !important; }
}
@media screen and (max-width: 680px) {
	.d-sm-none { display: none !important; }
	.l-sp-wrapper { position: relative; width: 84%; margin-left: auto; margin-right: auto; }
}
@media screen and (max-width: 369px) {
	.mainvisual__general { font-size: 10vw; }
}



.sp-only { display: none !important; }
.sp-only-2 { display: none !important; }
.pc-only { display: block !important; }
.pc-only-2 { display: inline-block !important; }
@media screen and (max-width: 680px) {
	.sp-only { display: block !important; }
	.sp-only-2 { display: inline-block !important; }
	.pc-only { display: none !important; }
	.pc-only-2 { display: none !important; }
}






.point__inner__tab-wrap { position: relative; display: flex; justify-content: space-between; align-items: flex-end; min-height: 80px; margin-bottom: 30px; }
.point__inner__tab { width: calc(50% - 5px); }
.point__inner__tab button { display: flex; justify-content: center; align-items: center; width: 100%; height: 60px; border-radius: 10px 10px 0 0; outline: none; border: none; font-size: 2.2rem; font-weight: 700; line-height: 1; letter-spacing: 0.05em; text-indent: 0.05em; color: #fff; text-align: center; transition: .4s; }
.point__inner__tab::before { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); display: block; width: 100vw; height: 5px; content: ""; z-index: 10; opacity: 0; transition: .4s; }
.point__inner__tab:first-child button,
.point__inner__tab:first-child::before { background: #aaa419; }
.point__inner__tab:nth-child(2) button,
.point__inner__tab:nth-child(2)::before { background: #59a9a0; }
.point__inner__tab.is-current { pointer-events: none; }
.point__inner__tab.is-current::before { opacity: 1; }
.point__inner__tab.is-current button,
.point__inner__tab:hover button { height: 80px; }
.point__inner__content { display: none; }

.point__inner__tab--common { width: 100%; pointer-events: none; }
.point__inner__tab--common button { background: #004da0 !important; pointer-events: none; }
.point__inner__tab--common::before { background: #4478c0 !important; opacity: 1 !important; }



/*	文・理系共通	*/
.hggk-wrap { background-color: #fff000; border-radius: 20px; margin-bottom: 10px; padding: 34px 30px 30px; }
.hggk__ttl { position: relative; margin-bottom: 26px; padding-bottom: 26px; }

.hggk__ttl__main { position: relative; font-size: 2.4rem; font-weight: 700; line-height: 1.3333; color: #e95513; }
/*	New Icon padding-left: 80px;
.hggk__ttl__main::before { position: absolute; left: -7px; top: 50%; transform: translateY(-50%); display: block; width: 74px; height: 73px; background: url("../img/icon_newboom.svg") no-repeat center/contain; content: ""; }
*/

.hggk__ttl__sub { font-size: 1.8rem; font-weight: 700; line-height: 1.6666; }


.hggk__cont { margin-top: 30px; margin-bottom: 30px; }

.hggk__cont__item__ttl { margin-bottom: 10px; font-size: 1.5rem; font-weight: 700; line-height: 1.5334; }
.hggk__cont__item__img {  }
.hggk__cont__item__img ._notice { margin-top: 10px; padding-left: 1.0em; text-indent: -1.0em; font-size: 1.3rem; font-weight: 400; line-height: 1.3846; }

@media screen and (max-width: 680px) {
	.hggk__ttl { border-bottom: 1px solid #fff; }
	.hggk__ttl__main { margin-bottom: 18px; }
	.hggk__cont__item:first-of-type { margin-bottom: 24px; }
}
@media screen and (min-width: 681px) {
	.hggk__ttl__main { margin-bottom: 34px; }
}
@media screen and (min-width: 1100px) and (max-width: 1150px) {
	.hggk__cont__item { width: calc(50% - 20px); }
}
@media screen and (min-width: 1100px) {
	.point__inner__tab-wrap { margin-bottom: 50px; }
	.hggk-wrap { position: relative; padding: 42px 50px 50px; }
	.hggk-wrap::before { content: ""; width: 160px; height: 160px; display: block; background: url(../img/deco_point_01.png) no-repeat center/contain; position: absolute; bottom: 10px; left: -110px; z-index: 1; pointer-events: none; }
	.hggk__ttl { display: flex; justify-content: center; align-items: center; margin-bottom: 36px; padding-bottom: 36px; }
	.hggk__ttl::before { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: calc(100% + 100px); height: 1px; background: #fff; content: ""; }
	.hggk__ttl__main { min-width: 350px; margin-right: 30px; margin-bottom: 0; font-size: 3.0rem; line-height: 1; }
	.hggk__ttl__sub { font-size: 1.9rem; line-height: 1.5789; }
	.hggk__cont { display: flex; justify-content: space-between; background: url("../img/bg_dotline.svg") repeat-y center/2px auto; }
	.hggk__cont__item__ttl { margin-bottom: 17px; }
}





/*

.point__inner__tab { width: calc(50% - 5px); }
.point__inner__tab button { position: relative; display: block; width: 100%; padding: 20px 0 24px; border-radius: 10px 10px 0 0; outline: none; border: none; font-size: 1.6rem; font-weight: 700; line-height: 1; text-align: center; color: #fff; background: #777;}
.point__inner__tab:nth-child(1).is-current button { background: #1f3b8a; }
.point__inner__tab:nth-child(2).is-current button { background: #29a6dd; }
.point__inner__tab button::before { position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-style: solid; border-width: 5px 6px 0 6px; border-color: rgba(255,255,255,0.5) transparent transparent transparent; content: ""; }
*/







/* Additional CSS
-------------------------------*/

/*	Common Things	*/
#common .point__balloon { background: #e95513; }
#common .point__balloon::before { border-color: #e95513 transparent transparent transparent; }

@media screen and (max-width: 680px) {
	#common .point__item-wrap--01 .point__balloon { display: none; }
}




/*	文系 Point 4	*/
.svrtype-wrap {  }
.svrtype {  }
.svrtype__ttl { background: #efeddf; padding: 8px 0; font-weight: 700; text-align: center; }
.svrtype__txt { display: flex; justify-content: center; align-items: center; padding: 11px 0; }
.svrtype__txt__item { display: inline-flex; align-items: center; font-size: 1.3rem; font-weight: 400; line-height: 1; }
.svrtype__txt__item:not(:first-of-type) { margin-left: 10px; }
.svrtype__txt__item::before { margin-right: 3px; font-size: 70%; content: "\025cf"; }
.svrtype__notice { margin-top: 6px; font-size: 1.3rem; font-weight: 400; line-height: 1.3846; }
.svrtype__notice span { display: block; }

#libart .svrtype__txt__item::before { color: #00862e; }
#natsci .svrtype__txt__item::before { color: #3188c9; }

@media screen and (max-width: 680px) {
	
}
@media screen and (min-width: 681px) {
	.svrtype__notice span { display: inline-block; }
	.svrtype__notice span:first-of-type { margin-right: 10px; }
}
@media screen and (min-width: 1100px) {
	#libart_target2 { padding-bottom: 196px; }
	.svrtype-wrap { padding-bottom: 16px; }
	.svrtype { padding-top: 5px; }
	.svrtype__ttl { background: #efeddf; padding: 8px 0; font-weight: 700; text-align: center; }
	.svrtype__txt { padding: 11px 0 15px; }
	
	.point__text { line-height: 1.785; }
}

/*	文理系共通	*/
.moreover { display: flex; justify-content: space-around; align-items: flex-start; }
.moreover__img { width: 40px; margin-right: 10px; }
.moreover__txt { flex: 1; font-size: 1.4rem; font-weight: 400; line-height: 1.4285; }
.moreover__txt strong { font-weight: 700; color: #e95513; }


.point__cmn-p04-exp {  }
.point__cmn-p04-exp dl { border: 5px solid var(--c-navy); line-height: 1; text-align: center; }
.point__cmn-p04-exp dt { background: #fff; padding: 7px 0 9px; font-size: 1.4rem; font-weight: 500; color: var(--c-navy); }
.point__cmn-p04-exp dd { background: var(--c-navy); padding: 17px 0 17px; font-size: 1.6rem; font-weight: 700; color: #fff; }

@media screen and (max-width: 680px) {
	.point__item-wrap--10::before { content: ""; width: 120px; height: 120px; display: block; background: url(../img/deco_point_03.png) no-repeat center/contain; position: absolute; top: 0; right: 28px; z-index: 1; }
	.point__cmn-p04-exp { position: relative; }
	.point__cmn-p04-exp .point__balloon { top: -68px; left: 50%; transform: translateX(-50%); width: 100%; }
	.point__cmn-p04-exp .point__balloon::before { border-width: 10px 7.5px 0 7.5px; border-color: #e95513 transparent transparent transparent; }
	.point__text--cmn-p04 { margin-bottom: 87px; }
}
@media screen and (min-width: 681px) {
	#common .point__item-wrap--01 .point__balloon { top: 35px; right: 0; }
	.moreover { align-items: center; }
	.moreover__img { width: 69px; margin-right: 20px; }
	.moreover__txt { font-size: 1.7rem; line-height: 1.470; }
}
@media screen and (min-width: 1100px) and (max-width: 1150px) {
	
}
@media screen and (min-width: 1100px) {
	#common .point__item-wrap--09 .point__head { margin-bottom: 26px; padding-bottom: 27px; }
	.point__cmn-p04-exp .point__balloon { height: 50px; border-radius: 25px; }
	.point__text--kyoto { margin-bottom: 25px !important; }
	
	.point__item-wrap--07 .point__item__lower { margin-top: 24px; }
}


/*	理系	*/
.goodat-img { margin-bottom: 30px; }
@media screen and (max-width: 393px) {
	#scipoint03 .point__target { margin-right: -5px; }
	#scipoint03 .point__heading { letter-spacing: -0.05em; }
}
@media screen and (max-width: 680px) {
	
}
@media screen and (min-width: 681px) {
	
}
@media screen and (min-width: 1100px) and (max-width: 1150px) {
	
}
@media screen and (min-width: 1100px) {
	
}