@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

.pc {
	display: none;
}

.cf:after {
	content:'';
	display: block;
	clear: both;
}

ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl,
dl dt,
dl dd {
	margin: 0;
	padding: 0;
}

table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	font-weight: normal;
	font-size: 100%;
}

* {
	box-sizing: border-box;
}

/*form tag*/
input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
textarea,
button {
	font-family: 'Zen Kaku Gothic New', "游ゴシック", YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
	appearance: none;
	outline: none;
	background-color: transparent;
	border-radius: 0;
	border: 0;
	font-size: 100%;
}

button,
input[type='submit'],
input[type='button'],
input[type='reset'] {
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	border-radius: 0;
	font-size: 100%;
}

select {
	font-family: 'Zen Kaku Gothic New', "游ゴシック", YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
	outline: none;
	border-radius: 0;
	border: 0;
	font-size: 100%;
}

/* //form tag*/

body {
	font-family: 'Zen Kaku Gothic New', "游ゴシック", YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
	margin: 0;
	padding: 0;
	line-height: 1.8;
	width: 100%;
	font-feature-settings: "palt";
	font-size: 3.6vw;
	color: #000;
	overflow-x: hidden;
}
body.hidden {
	position: fixed;
}

a {
	color: #3B4A71;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: top;
	opacity: 1;
}

p {
	margin: 0 0 1.5em 0;
}
*:last-child {
	margin-bottom: 0!important;
}

#wrapper {
	padding-top: 15vw;
}
.inner_wrap {
	width: 90%;
	margin: 0 auto;
}
.sp_inner {
	padding: 0 5%;
}
#contents {
	margin-top: 2em;
}

/*///// header /////*/
#gb_header {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}
#gb_header .header_inner {
	width: 100%;
	margin: 0 auto;
	padding: 0  0 0 4%;
	height: 15vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
#gb_header #logo {
	width: 70%;
}
#gb_header #menu {
	padding: 4vw;
	width: 5vw;
	box-sizing: content-box;
	line-height: 1;
}
#gb_navigation {
	background: #EBEAE8;
	position: fixed;
	width: 100%;
	top: 15vw;
	left: 0;
	height: calc(100% - 15vw);
	overflow: scroll;
	display: none;
}
#gb_navigation.show {
	display: block;
}
#gb_navigation ul.main_menu {
	margin-top:15vw;
	border-top: 1px solid #707070;
}
#gb_navigation ul.main_menu li {
	display: block;
	font-size: 128%;
	border-bottom: 1px solid #707070;
}
#gb_navigation ul.main_menu li a {
	color: #000;
	text-decoration: none;
	font-weight: 500;
	display: block;
	padding: 1em;
	background: url("../images/common/icon_arrow01.svg") right 5% center no-repeat;
	background-size: auto 1em;
}
#gb_navigation ul.main_menu li a.current {
	color: #002F4D;
}
#gb_navigation ul.sub_menu {
	margin: 1em 5% 0 0;
	text-align: right;
}
#gb_navigation ul.sub_menu li {
	display: inline-block;
}
#gb_navigation ul.sub_menu li:after {
	content:'/';
	margin: 0 0.2em 0 0.5em;
}
#gb_navigation ul.sub_menu li:last-child:after {
	display: none;
}
#gb_navigation ul.sub_menu a {
	text-decoration: none;
	color: #000;
	font-weight: 500;
}

/*///// footer /////*/
#gb_footer {
	background: #C9C9C9;
	padding: 6em 0 4em;
	text-align: center;
	margin-top: 30vw;
	position: relative;
}
#gb_footer ul {
	margin-bottom: 1em!important;
}
#gb_footer ul li {
	display: inline-block;
}
#gb_footer ul li:after {
	content:'/';
}
#gb_footer ul li:last-child:after {
	display: none;
}
#gb_footer ul li a {
	font-size: 107%;
	font-weight: 500;
	color: #000;
	text-decoration: none;
	padding: 0.2em;
}
#gb_footer .logo {
	margin-top: 2em;
}
#gb_footer .logo img {
	width: 45%;
}
#gb_footer .address {
	margin-top: 1em;
	font-weight: 500;
}
#gb_footer .address span {
	display: block;
}
#copyright {
	margin-top: 0.5em;
	font-family: 'Libre Franklin';
}
#pagetop {
	position: fixed;
	right: 3vw;
	bottom: 0;
	transform: translateY(-5vw);
	display: none;
}
#pagetop.stop {
	position: absolute;
	bottom: 100%;
}
#pagetop a {
	display: block;
	width: 5vw;
	height: 20vw;
	position: relative;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
#pagetop a:after {
	content:'';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #707070;
}
#pagetop a:before {
	content:'';
	display: block;
	width: 8vw;
	height: 1px;
	background: #707070;
	position: absolute;
	top: 0;
	right: 0;
	transform:rotate(-60deg);
	transform-origin:right top;
}

/*///// parts /////*/
.section {
	margin-bottom: 4em;
}
.section_ttl {
	font-size: 175%;
	font-weight: 500;
	margin-bottom: 1em;
	line-height: 1.4;
}

.sp_image_scroll {
	overflow: auto;
	width: 100vw;
	margin-left: -5vw;
	padding: 0 5% 1em;
}
.sp_image_scroll img {
	max-width: inherit;
}

.btn1 {
	color: #000;
	border: 1px solid #707070;
	line-height: 2;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: 500;
	background-color: #fff;
	transition: background-color 0.5s ease, color 0.5s ease;
	border-radius: 2em;
	
}
.btn1.current {
	color: #fff;
	background-color: #3B4A71;
}

.btn2 {
	color: #fff;
	line-height: 2;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: 500;
	background-color: #939393;
	transition: background-color 0.5s ease;
	border-radius: 2em;
	
}
.btn2.current {
	background-color: #136FB2;
}

.fixedmenu_wrap {
	height: 15vw;
}
.fixedmenu {
	position: absolute;
	width: 100%;
	z-index: 9;
}
.fixedmenu.fixed {
	position: fixed;
	top: 15vw;
}

/*///// contents_top /////*/
#contents_top {
	margin-top: 1.5em;
}
#contents_top .text {
	margin: 1em 0 0 0;
}
#contents_top .text span {
	display: block;
	font-size: 93%;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 0.5em;
}
#contents_top .text .ja {
	display: block;
	font-size: 250%;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 0.3em;
}
#contents_top .text .en {
	display: block;
	font-size: 275%;
	font-weight: bold;
	line-height: 1;
	color: #C9C9C9;
	font-family: 'Libre Franklin';
}

/*///// breadcrumb /////*/
#breadcrumb {
	margin-top: 1em;
}
#breadcrumb ul li {
	display: inline-block;
	font-size: 93%;
	font-weight: 500;
	vertical-align: middle;
}
#breadcrumb ul li:after {
	content:'>';
	margin: 0 0.2em 0 0.5em;
}
#breadcrumb ul li:last-child:after {
	display: none;
}
#breadcrumb ul li a {
	color: #C9C9C9;
}

/*///// index /////*/
#index .main_image .important_text {
	background: #C9C9C9;
	text-align: center;
	padding: 1em 0;
}
#index .main_image .important_text strong {
	display: block;
	line-height: 1.6;
}
#index .main_image .important_text span {
	display: block;
	line-height: 1.6;
	font-weight: bold;
}

#index .section {
	margin: 0;
	width: 100%;
}
#index .section .ttl_box {
	background: #ccc;
	position: relative;
	overflow: hidden;
}
#index .section .ttl_box:after {
	content:'';
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 5%;
}
#index .section .ttl_box .index_section_ttl {
	color: #fff;
	font-size: 200%;
	font-weight: 500;
	padding: 0.5em 0;
}
#index .section .ttl_box .index_section_ttl span {
	font-size: 66.6%;
}
#index .section .ttl_box .index_section_ttl strong {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding-right: 1em;
}
#index .section .content_box {
	padding: 5em 0 8em;
}
#index .section:last-child .content_box {
	padding-bottom: 0;
}
#index .section .caption {
	display: block;
	font-size: 128%;
	margin-bottom: 1em;
	line-height: 1.6;
}
#index .section .movie {
	width: 100%;
	padding-top: 36.45%;
	position: relative;
	overflow: hidden;
}
#index .section .movie iframe {
	width: 101%;
	height: 101%;
	position: absolute;
	top: -0.5%;
	right: 0.5%;
}
#index .section .button {
	text-align: center;
	margin-top: 3em;
}
#index .section .button a {
	display: inline-block;
	width: 72%;
	border: 1px solid #ccc;
	text-decoration: none;
	text-align: center;
	padding: 0.7em 2em;
	border-radius: 3em;
	position: relative;
}
#index .section .button a i {
	display: none;
}
#index .section .button a strong {
	font-size: 107%;
	display: block;
	line-height: 1.2;
}
#index .section .button a span {
	font-size: 115%;
	font-weight: 500;
	display: block;
	line-height: 1.2;
}

#index .section .info_list li > * {
	display:block; 
	text-decoration: none;
	color: #000;
	position: relative;
	overflow: hidden;
	padding: 1em 2em 1em 0;
	align-items: flex-start;
}
#index .section .info_list li > *:before {
	content:'';
	display:block;
	width: 100%;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: 0;
	right: 0;
}
#index .section .info_list li > a:after {
	content:'';
	width: 1em;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: -1px;
	right: 0;
	transform:rotate(35deg);
	transform-origin:right bottom;
}
#index .section .info_list li > * time {
	width: 10em;
	font-size: 107%;
	font-weight: 500;
	color:#3B4A71;
	line-height: 1.4;
}
#index .section .info_list li > * p {
	flex: 1;
	font-size: 107%;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 0.1em;
}

#index .section .news_list li {
	width: 31%;
	margin-right: 3%;
	float: left;
}
#index .section .news_list li:nth-child(3n) {
	margin-right: 0;
}
#index .section .news_list li a {
	display: block;
	text-decoration: none;
	color: #000;
}
#index .section .news_list li .image {
	position: relative;
}
#index .section .news_list li .image img {
	position: relative;
}
#index .section .news_list li .image:before {
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #D1D1D1;
	box-sizing: border-box;
	z-index: 1;
}
#index .section .news_list li .ttl {
	margin-top: 0.5em;
}
#index .section .news_list li .ttl strong {
	font-size: 128%;
	vertical-align: middle;
	display: block;
	line-height: 1.4;
}
#index .section .news_list li .ttl span {
	font-size: 85%;
	display: block;
	font-weight: 500;
	color: #806B57;
	vertical-align: middle;
	line-height: 1.4;
}
/*whats*/
#index .section.whats .ttl_box {
	background: #3D3E53;
	padding-top: 1.5em;
}
#index .section.whats .ttl_box:after {
	display: none;
}
#index .section.whats .content_box {
	padding-top: 0;
}
#index .section.whats .content_box .text {
	background: #3D3E53;
	color: #fff;
	padding-bottom: 30vw;
}
#index .section .movie {
	margin-top: -20vw;
}
#index .section.whats .button a {
	color: #3B4A7;
	border-color: #3B4A71;
}
#index .section.whats .button a i,
#index .section.whats .button a i:after {
	background-color: #3B4A71;
}
#index .download {
	margin-top: 2em;
}
#index .download a {
	color: #fff;
	background: url("../images/common/icon_download_w.svg") right center no-repeat;
	background-size: auto 1.5em;
	display: inline-block;
	padding-right: 1.8em;
	font-weight: bold;
}

/*information*/
#index .section.information .ttl_box,
#index .section.information .ttl_box .index_section_ttl strong {
	background: #8D8D57;
}

/*newsletter*/
#index .section.newsletter .ttl_box,
#index .section.newsletter .ttl_box .index_section_ttl strong {
	background: #7E213D;
}
#index .section.newsletter .button a {
	color: #7E213D;
	border-color: #7E213D;
}
#index .section.newsletter .button a i,
#index .section.newsletter .button a i:after {
	background-color: #7E213D;
}

/*///// info /////*/
#info .main_text {
	color: #fff;
	text-align: center;
	padding: 2em 5% 3em;
	margin-bottom: 3em;
	position: relative;
	background: url("../images/common/bg_pattern.svg") top left no-repeat #3D3E53;
	background-size: 50% auto;
}
#info .main_text strong {
	font-size: 128%;
	font-weight: 500;
	margin-bottom: 1em;
	display: block;
}
#info .main_text p {
	font-weight: 500;
	text-align: left;
}

#info .feature {
}
#info .feature .item {
	margin-bottom: 2.5em;
}
#info .feature .item .image {
	text-align: right;
	position: relative;
}
#info .feature .item .image img {
	width: 90%;
}
#info .feature .item .image .name {
	font-family: "游ゴシック", YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
	writing-mode: vertical-rl;
	line-height: 1.2;
	letter-spacing: 0.2em;
	position: absolute;
	top: 0;
	left: 0;
}
#info .feature .item .image .num {
	font-size: 300%;
	font-weight: 500;
	line-height: 1;
	position: absolute;
	bottom: 0;
	left:0;
}
#info .feature .item .text {
	margin-top: 1.5em;
	width: 100%;
}
#info .feature .item .text .caption {
	font-size: 115%;
	font-weight: bold;
	color: #3B4A71;
	line-height: 1.6;
	display: block;
	border-bottom: 1px solid #000;
	padding-bottom: 0.5em;
	margin-bottom: 0.8em;
}

#info .region .top_text {
	font-weight: bold;
	margin-bottom: 1em;
	text-align: center;
}
#info .region .notes {
	text-decoration: underline;
	font-weight: 500;
}
#info .region .tab_menu {
	text-align: center;
	margin: 3em 0 1em;
}
#info .region .tab_menu li {
	display: inline-block;
}
#info .region .tab_menu li:nth-child(2) {
	margin: 0 0.5em;
}
#info .region .tab_menu li a {
	display: inline-block;
	text-decoration: none;
	color: #3B4A71;
	border: 1px solid #3B4A71;
	border-radius: 1em;
	line-height: 2;
	font-weight: 500;
	text-align: center;
	width: 7em;
}
#info .region .tab_menu li a.current,
#info .region .tab_menu li a:hover {
	background: #3B4A71;
	color: #fff;
}
#info .region .tab_wrap > .tab {
	display: none;
}
#info .region .tab_wrap > .tab:first-child {
	display: block;
}
#info .region .tab_wrap .region_img {
	text-align: center;
}
#info .region .tab_wrap .region_img img {
	width: 640px;
}
#info .region .tab_wrap .region_img map {
	display: none;
}
#info .region .column {
	margin-bottom: 1.5em;
}
#info .region .sub_section {
	margin-top: 3em;
}
#info .region .sub_section .sub_ttl {
	font-size: 128%;
	font-weight: 500;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
}
#info .region .sub_section .sub_ttl a {
	position: relative;
	top: 0.5em;
	font-size: 0.8rem;
	font-weight: bold;
	text-decoration: none;
	float: right;
	background: url("../images/common/icon_arrow02.svg") right center no-repeat;
	background-size: auto 0.5em;
	display: inline-block;
	padding-right: 2em;
}
#info .region .sub_section .item {
	margin-bottom: 1.5em;
}
#info .region .sub_section .item .item_ttl {
	font-size: 115%;
	font-weight: bold;
}
#info .region .sub_section .item strong {
	font-weight: 500;
	display: block;
	margin-bottom: 0.5em;
}
#info .region .sub_section .item ul li {
	padding-left: 1.2em;
	position: relative;
}
#info .region .sub_section .item ul li:before {
	content:'●';
	position: absolute;
	left: 0;
}
/*sub1*/
#info .region .sub_section.sub1 .sub_ttl {
	border-color: #DB8B2E;
}
#info .region .sub_section.sub1 .item .item_ttl,
#info .region .sub_section.sub1 .item ul li:before {
	color: #DB8B2E;
}
/*sub2*/
#info .region .sub_section.sub2 .sub_ttl {
	border-color: #094EA2;
}
#info .region .sub_section.sub2 .item .item_ttl,
#info .region .sub_section.sub2 .item ul li:before {
	color: #094EA2;
}
/*sub3*/
#info .region .sub_section.sub3 .sub_ttl {
	border-color: #BCD951;
}
#info .region .sub_section.sub3 .item .item_ttl,
#info .region .sub_section.sub3 .item ul li:before {
	color: #BCD951;
}

/*///// curriculum /////*/
#curriculum .subject .image img {
	width: 1280px;
}

#curriculum .education .image {
	margin-top: 2em;
	text-align: center;
}
#curriculum .education .image img {
	width: 65%;
}
#curriculum .education .caption {
	font-weight: bold;
	font-size: 128%;
	line-height: 1.4;
}
#curriculum .education .caption strong {
	font-size: 150%;
}
#curriculum .education .caption span {
	font-size: 115%;
}
#curriculum .education .lead {
	font-size: 107%;
	font-weight: 500;
	margin-bottom: 1.5em;
}
#curriculum .education .lead strong {
	color: #214989;
	font-weight: 500;
}
#curriculum .education dl dt {
	background: #E6E6E6;
	text-align: center;
	font-weight: 500;
	font-size: 128%;
	color: #0080C1;
	padding: 0.5em;
	position: relative;
	margin-bottom: 0.5em;
}
#curriculum .education dl dt:before {
	content:'';
	display: block;
	width: 100%;
	height: 1px;
	background: #3F73A7;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
}
#curriculum .education dl dd {
	font-weight: 500;
	margin-bottom: 2em;
}

#curriculum .lesson ul {
}
#curriculum .lesson ul li {
	margin-bottom: 2.5em;
}
#curriculum .lesson ul li:first-child {
	margin-left: 0;
}
#curriculum .lesson ul li .image {
	margin-bottom: 1em;
}
#curriculum .lesson ul li .movie {
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 1em;
	position: relative;
}
#curriculum .lesson ul li .movie iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#curriculum .lesson ul li strong {
	display:block;
	font-size: 128%;
	color: #3B4A71;
	margin-bottom: 0.5em;
}

#curriculum .course .tab_menu {
	text-align: center;
	margin-bottom: 2em;
}
#curriculum .course .tab_menu li {
	display: inline-block;
	margin: 0.5em 0.2em;
}
#curriculum .course .tab_menu li a {
	width: 6em;
	font-size: 115%;
}
#curriculum .course .tab_wrap .tab {
	display: none;
}
#curriculum .course .tab_wrap .tab:first-child {
	display: block;
}
#curriculum .course .tab_wrap .tab .image img {
	width: 960px;
}

/*///// campuslife /////*/
#campuslife .voice {
	position: relative;
}
#campuslife .voice .section_ttl {
	margin-bottom: 0.5em;
}
#campuslife .voice .section_ttl span {
	display: block;
	font-size: 0.8rem;
	font-weight: 500;
	margin-top: 2em;
}
#campuslife .voice .navi {
	position: absolute;
	top: 0;
	right: 0;
}
#campuslife .voice .navi li {
	display: inline-block;
	margin-left: 0.3em;
}
#campuslife .voice .navi li a {
	font-size: 93%;
	width: 6.5em;
	line-height: 2.5;
}
#campuslife .voice .item {
	border-top: 1px solid #707070;
	padding: 2em 0;
	display: flex;
	flex-wrap: wrap;
}
#campuslife .voice .item .caption {
	margin-bottom: 2em;
	cursor: pointer;
}
#campuslife .voice .item .caption strong {
	font-family: 'Libre Franklin';
	font-size: 115%;
	color:#009DE1;
	font-weight: 500;
	display: block;
	margin-bottom: 0.2em;
}
#campuslife .voice .item .caption .copy {
	font-size: 128%;
	font-weight: 500;
}
#campuslife .voice .item .caption .name {
	font-size: 128%;
	font-weight: 500;
	display: block;
	margin-bottom: 1em;
}
#campuslife .voice .item .caption ul {
	font-weight: 500;
}
#campuslife .voice .item .contents .column {
	margin-bottom: 2em;
}
#campuslife .voice .item .contents .image,
#campuslife .voice .item .contents .text {
	margin-bottom: 2em;
}
#campuslife .voice .item .contents .text .question {
	font-size: 107%;
	margin-bottom: 1em;
	padding: 0.1em 0.5em 0.2em;
	background: #F7F7F7;
}
#campuslife .voice .item .contents .text .question strong {
	font-weight: 500;
	display: inline;
}

#campuslife .faq {
	background: #F2F2F2;
	padding: 4em 0 1em;
}
#campuslife .faq_ttl {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.5em;
}
#campuslife .category_menu {
	text-align: center;
	background: #F2F2F2;
	padding: 0.5em 0;
}
#campuslife .category_menu  li {
	display: inline-block;
	font-size: 15px;
	margin: 0.5em 0.3em;
}
#campuslife .category_menu  li a {
	width: 10em;
	line-height: 2.5;
}
#campuslife .faq_category {
	padding: 2.5em 0 3em;
	border-bottom: 1px solid #707070;
}
#campuslife .faq_category:last-child {
	border: none;
}
#campuslife .faq_category .faq_category_ttl {
	font-size: 185%;
	font-weight: 500;
	text-align: center;
	margin-bottom: 1em;
}
#campuslife .faq_category ul {
}
#campuslife .faq_category ul li {
	display: block;
	background: #fff;
	border-radius: 1.5em;
	margin-bottom: 1.5em;
}
#campuslife .faq_category ul li .question {
	position: relative;
	padding: 0.5em 0.8em;
	display: flex;
	align-items: center;
}
#campuslife .faq_category ul li .question span {
	font-size: 150%;
	font-weight: bold;
	background: #ccc;
	width: 1.6em;
	height: 1.6em;
	text-align: center;
	line-height: 1.5em;
	border-radius: 100%;
}
#campuslife .faq_category ul li .question strong {
	margin-left: 1em;
	line-height: 1.6;
	flex: 1;
}
#campuslife .faq_category ul li .answer {
	padding: 1em 1em 0.5em 1em;
	display: none;
}
#campuslife .faq_category ul li .answer > span {
	display: block;
	font-size: 150%;
	font-weight: bold;
	color: #939393;
	margin-bottom: 0.5em;
	line-height: 1.2;
}
#campuslife .faq_category ul li .answer > .close {
	text-align: center;
}
#campuslife .faq_category ul li .answer > .close > a {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(-45deg);
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
#campuslife .faq_category ul li .content {
	padding-bottom: 2em;
}
#campuslife .faq_category ul li .content .text {
	flex: 1;
}
#campuslife .faq_category ul li .content .image {
	margin: 2em auto 0;
	width: 80%;
}
#campuslife .faq_category ul li .content .link {
	color: #3B4A71;
}
#campuslife .faq_category ul li .content .link span {
	display: inline-block;
	margin-right: 1em;
}
#campuslife .faq_category ul li .content .link a {
	display: inline-block;
	word-break: break-all;
}
/*cat*/
#campuslife .faq_category.cat1 .question span {
	background: #99E1E3;
}
#campuslife .faq_category.cat2 .question span {
	background: #FFBF8D;
}
#campuslife .faq_category.cat3 .question span {
	background: #8AB5EA;
}
#campuslife .faq_category.cat4 .question span {
	background: #DAEB9B;
}

/*///// laboratory /////*/
#laboratory .link_area {
	background: #3D3E53;
	padding: 2em 0 4em;
}
#laboratory .link_area .link_area_ttl {
	color: #fff;
	font-weight: 500;
	font-size: 175%;
	text-align: center;
	margin-bottom: 1em;
}
#laboratory .link_area ul {
}
#laboratory .link_area ul li {
	margin-bottom: 1em;
}
#laboratory .link_area ul li a {
	display: block;
	width: 100%;
	padding-bottom: 85%;
	position: relative;
	text-decoration: none;
	background-image: url("../images/common/bg_pattern.svg");
	background-position:  top -4.5em left -3em;
	background-repeat:  no-repeat;
	background-size: 17em auto;
}
#laboratory .link_area ul li:nth-child(1) a {
	background-color: #136FB2;
}
#laboratory .link_area ul li:nth-child(2) a {
	background-color: #305693;
}
#laboratory .link_area ul li:nth-child(3) a {
	background-color: #5A5C89;
}
#laboratory .link_area ul li a strong {
	color:#fff;
	white-space: nowrap;
	font-weight: 500;
	font-size: 175%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#laboratory .link_area ul li a span {
	color:#fff;
	font-weight: 500;
	font-size: 128%;
	position: absolute;
	bottom: 1em;
	right: 1em;
}
#laboratory .link_area ul li a i {
	display: block;
	width: 43%;
	border-bottom: 1px solid #fff;
	position: absolute;
	bottom: 2em;
	left: 1.5em;
}
#laboratory .link_area ul li a i:after {
	content:'';
	width: 0.8em;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -1px;
	right: 0;
	transform:rotate(35deg);
	transform-origin:right bottom;
}

#laboratory .teacher_list {
	margin-top: 2em;
}
#laboratory .teacher_list .teacher_list_ttl {
	font-weight: 500;
	font-size: 175%;
	text-align: center;
	margin-bottom: 1em;
}
#laboratory .teacher_list table {
	width: 1100px;
	font-size: 90%;
}
#laboratory .teacher_list table th,
#laboratory .teacher_list table td {
	border: 1px solid #707070;
}
#laboratory .teacher_list table thead th {
	background: #E6E7E7;
	font-weight: normal;
	padding: 0.8em 1em;
}
#laboratory .teacher_list table thead th:first-child {
	width: 9em;
}
#laboratory .teacher_list table thead th:nth-child(2) {
	width: 15em;
}
#laboratory .teacher_list table thead th:nth-child(3) {
	width: 12em;
}
#laboratory .teacher_list table thead th:nth-child(4) {
	width: 20em;
}
#laboratory .teacher_list table thead th:last-child {
	width: 12em;
}
#laboratory .teacher_list table tbody td {
	padding:0.8em 1.5em 0.8em 2em;
	white-space: nowrap;
}
#laboratory .teacher_list table tbody td:nth-child(5) img {
	vertical-align: middle;
	width: auto;
	height: 0.9em;
}

/*low*/
#laboratory .laboratory_low_head .laboratory_ttl {
	font-size: 175%;
	font-weight: bold;
	color: #33436E;
	text-align: center;
	margin-bottom: 1em;
}
#laboratory .laboratory_low_head .menu {
	background: #3D3E53;
}
#laboratory .laboratory_low_head .menu ul {
	text-align: center;
	padding: 0.5em 0;
	width: 100%;
}
#laboratory .laboratory_low_head .menu ul li {
	display: inline-block;
	margin: 0.5em 0.2em!important;
}
#laboratory .laboratory_low_head .menu ul li .btn {
	font-weight: 500;
	display: block;
	background-color: #565769;
	color: #fff;
	text-decoration: none;
	line-height: 2.3;
	width: 9em;
	text-align: center;
	border-radius: 2.3em;
	transition: background-color 0.5s ease;
}
#laboratory .laboratory_low_head .menu ul li .btn:hover {
	background-color: #136FB2;
}

#laboratory .lab {
	margin-top: 4em;
}
#laboratory .lab .lab_ttl {
	text-align: center;
	margin-bottom: 3em;
}
#laboratory .lab .lab_ttl .ttl {
	font-size: 175%;
	font-weight: bold;
	position: relative;
	display: inline-block;
}
#laboratory .lab .lab_ttl .ttl:before,
#laboratory .lab .lab_ttl .ttl:after {
	content:'';
	display: block;
	width: 1em;
	height: 1px;
	background: #707070;
	position: absolute;
	top: 50%;
}
#laboratory .lab .lab_ttl .ttl:before {
	right: 100%;
	margin-right: 1em;
}
#laboratory .lab .lab_ttl .ttl:after {
	left: 100%;
	margin-left: 1em;
}
#laboratory .lab .lab_ttl span {
	display: block;
}
#laboratory .lab .lab_ttl span a {
	font-weight: 500;
	color: #333355;
	text-decoration: none;
}

#laboratory .lab .keyword .ttl {
	font-size: 128%;
	font-weight: 500;
	margin-bottom: 0.5em;
}
#laboratory .lab .keyword .list li {
	display: inline-block;
	margin-right: 0.5em;
}
#laboratory .lab .keyword .list li:last-child {
	margin-right: 0;
}
#laboratory .lab .keyword .theme {
	background: #F2F2F2;
	padding: 1em;
	width: 100%;
	margin-top: 2em;
}
#laboratory .lab .keyword .theme strong {
	font-size: 128%;
	font-weight: 500;
	display: block;
	margin-bottom: 0.5em;
}
#laboratory .lab .keyword .theme ul li {
	padding-left: 1.2em;
	position: relative;
}
#laboratory .lab .keyword .theme ul li:before {
	content:'●';
	position: absolute;
	left: 0;
	color: #136FB2;
}
#laboratory .lab .keyword .image {
	margin-top: 2em;
}
#laboratory .lab .keyword .image ul {
	display: flex;
}
#laboratory .lab .keyword .image ul li {
	width: 46%;
	margin-left: 8%;
}
#laboratory .lab .keyword .image ul li:first-child {
	margin-left: 0;
}
#laboratory .lab .keyword .image ul li.border {
	position: relative;
}
#laboratory .lab .keyword .image ul li.border:before {
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #D6D6D6;
	position: absolute;
	top: 0;
	left: 0;
}

#laboratory .lab .overview {
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	padding: 2em 0;
	margin-top: 3em;
}
#laboratory .lab .overview .ttl {
	font-size: 128%;
	font-weight: 500;
	margin-bottom: 0.5em;
}

#laboratory .lab .teacher {
	margin-top: 3em;
}
#laboratory .lab .teacher .ttl {
	font-size: 128%;
	font-weight: 500;
	margin-bottom: 1em;
}
#laboratory .lab .teacher ul {
}
#laboratory .lab .teacher ul .item {
	margin-bottom: 2.5em;
}
#laboratory .lab .teacher ul .item .image {
	margin-bottom: 1em;
}
#laboratory .lab .teacher ul .item .info .name {
	font-size: 128%;
	font-weight: 500;
	display: block;
	margin-bottom: 0.5em;
}
#laboratory .lab .teacher ul .item .info ul li {
	display: inline-block;
}
#laboratory .lab .teacher ul .item .info ul li .icon {
	display: inline-block;
	font-weight: 500;
	background: #F2F2F2;
	line-height: 1.8;
	padding: 0 0.5em;
	margin-right: 0.5em;
}
#laboratory .lab .teacher ul .item .info .button {
	margin: 1.5em auto 0;
}
#laboratory .lab .teacher ul .item .info .button .btn {
	font-weight: 500;
	display: block;
	color: #fff;
	border: 1px solid #3B4A71;
	background-color: #3B4A71;
	text-align: center;
	text-decoration: none;
	line-height: 3;
	border-radius: 3em;
}

/*///// course /////*/
#course .voice .voice_list {
	border-top: 1px solid #707070;
	padding-top:2em;
}
#course .voice .item {
	margin-bottom: 3em;
}
#course .voice .item .image {
	text-align: center;
}
#course .voice .item .image img {
	max-height: 70vw;
}
#course .voice .item .content {
	margin-top: 1em;
}
#course .voice .item .content > strong {
	font-size: 107%;
	font-weight: 500;
}
#course .voice .item .content > .name {
	font-size: 142%;
	font-weight: 500;
}
#course .voice .item .content > .name span {
	font-size: 73%;
	margin-left: 0.2em;
}
#course .voice .item .content > ul li {
	display: flex;
}
#course .voice .item .content > ul li span {
	white-space: nowrap;
}
#course .voice .item .content .message {
	margin-top: 1em;
}

#course .course .offer {
	background: #A4C336;
	color: #fff;
	margin-bottom: 2em;
	padding: 0.5em 1em;
}
#course .course .offer strong {
	font-size: 142%;
	font-weight: 500;
}
#course .course .offer span {
	font-size: 107%;
	font-weight: 500;
}
#course .course .note {
	font-weight: 500;
}
#course .course .results {
	margin-bottom: 2em;
}
#course .course .results .results_ttl {
	position: relative;
	overflow: hidden;
	margin-bottom: 1.5em;
}
#course .course .results .results_ttl:before {
	content:'';
	display: block;
	width: 100%;
	height: 1px;
	background: #707070;
	position: absolute;
	top: 50%;
	left: 4em;
}
#course .course .results .results_ttl .ttl {
	display: inline-block;
	font-size: 128%;
	font-weight: 500;
	background: #fff;
	position: relative;
}
#course .course .results .results_ttl span {
	display: inline-block;
	font-weight: 500;
	background: #fff;
	position: relative;
}
#course .course .results .list {
}
#course .course .results .list .image {
	padding-top: 1.5em;
	clear: both;
}
#course .course .results .list ul {
	display: inline;
}
#course .course .results .list ul li {
	display: inline-block;
	width: 50%;
	float: left;
	font-size: 93%;
}

/*///// newsletter /////*/
#newsletter .list {
	border-top: 1px solid #707070;
	padding-top:2em;
}
#newsletter .list ul {
	display: flex;
	flex-wrap: wrap;
}
#newsletter .list ul li {
	width: 48%;
	margin-top: 1em;
}
#newsletter .list ul li:nth-child(-n + 2) {
	margin-top: 0;
}
#newsletter .list ul li:nth-child(even) {
	margin-left: 4%;
}
#newsletter .list ul li a {
	display: block;
	text-decoration: none;
	background: url("../images/common/icon_pdf.svg") right center no-repeat;
	background-size: 1.3em auto;
}
#newsletter .list ul li a span {
	text-decoration: underline;
	display: inline-block;
	width: 3em;
}