@charset "UTF-8";
.group {
	padding: 20px;
}
.group:first-child {
	margin-top: 0;
}
.group p {
	font-size: 16px;
}
#second #footer_grp {
	margin-top: 80px;
}
/* 
---------------------------------------
index.html
---------------------------------------
*/
/* フレックス系 */
.fl {
	display: -webkit-flex;
	display: flex;
}
.fdc {
	-webkit-flex-direction: column;
	flex-direction: column;
}
.fw {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.jcc {
	-webkit-justify-content: center;
	justify-content: center;
}
.jcs {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.aic {
	-webkit-align-items: center;
	align-items: center;
}
.jc-fe {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.ai-fe {
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.banner {
	margin: 0 0 35px;
}

/* 
---------------------------------------
student.html
---------------------------------------
*/

#student #searching {
    border: solid 5px #d5eeff;
    border-radius: 10px;
    margin: 90px 0 40px;
    padding: 15px;
    position: relative;
    background: url(../../img/student/searching_bg02.png) no-repeat 4% 30px, url(../../img/student/searching_bg03.png) no-repeat 96% 30px;
    background-size: 119px auto;
}
#student #searching::before {
    content: "";
    position: absolute;
    top: -78px;
    left: 0;
    width: 100%;
    height: 86px;
    background: url(../../img/student/searching_bg01.jpg) no-repeat 50% 0;
    background-size: 150px auto;
}
#student #contents #searching h1,#student #contents #point-7 h1,#student #contents #guide h1 {
    color: #007aec;
    font-size: 22px;
    text-align: center;
    background: url(../../img/student/dot.gif) no-repeat 50% 100%;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
#student #searching > p {
    text-align: center;
    font-size: 16px;
}
#student #searching ul {
    overflow: hidden;
}
#student #searching ul li {
    float: left;
    box-sizing: border-box;
}
#student #search_buttons li {
    width: 32%;
    margin: 15px 1.3% 30px 0;
    height: 82px;
    line-height: 76px;
}
#search_buttons li:last-child {
    margin-right: 0;
}
#student #search_buttons li a {
    -moz-box-shadow: 0px 8px 0px 0px #007bff;
    -webkit-box-shadow: 0px 8px 0px 0px #007bff;
    box-shadow: 0px 8px 0px 0px #007bff;
    padding: 0;
    font-size: 18px;
    color: #999999;
}
#student #search_buttons li a::before {
    width: 10px;
    height: 10px;
    border-top: solid 4px #007aec;
    border-right: solid 4px #007aec;
    margin-top: -6px;
}
#student #search_buttons li a span {
    display: inline-block;
    font-size: 26px;
    color: #007aec;
}
#student #search_buttons li:first-child a span {
    background: url(../../img/student/ico_university.png) no-repeat 0 50%;
    background-size: 51px auto;
    padding-left: 56px;
}
#student #search_buttons li:nth-child(2) a {
    padding-right: 5%;
}
#student #search_buttons li:nth-child(2) a span {
    background: url(../../img/student/ico_train.png) no-repeat 0 50%;
    background-size: 30px auto;
    padding-left: 35px;
}
#student #search_buttons li:last-child a span {
    background: url(../../img/student/ico_map.png) no-repeat 0 50%;
    background-size: 28px auto;
    padding-left: 33px;
}
#searching ul {
    overflow: hidden;
}
#request_buttons li:first-child {
    background: url(../../img/student/request_bg01.jpg) no-repeat 0 0;
}
#searching ul li {
    float: left;
    box-sizing: border-box;
}
#request_buttons li {
    width: 48.7179487179%;
    padding: 2.5641025641%;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
	text-align: -webkit-match-parent;
	text-align: left;
}
#request_buttons h3 {
    color: #007aec;
    font-size: 30px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    position: relative;
    display: inline-block;
}
#request_buttons h3::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 4px #007aec;
    border-right: solid 4px #007aec;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: -40px;
    margin-top: -8px;
}
#request_buttons p {
    font-size: 16px;
    line-height: 1.375;
    text-shadow: 2px 2px 5px white, -2px 2px 5px white, 2px -2px 5px white, -2px -2px 5px white;
}
#request_buttons li:last-child {
    background: url(../../img/student/request_bg02.jpg) no-repeat 0 0;
    margin-left: 2.5641025641%;
	text-align: -webkit-match-parent;
	text-align: left;
}
#student #contents #point-7 h1{
	background: url(../../img/student/dot_02.gif) no-repeat 50% 100%;
	padding: 0;
}
#student #contents #point-7 h1 span{
	font-size: 44px;
}
#student #point-7::before {
  content: url(../../img/student/searching_bg04.jpg);
}
#student #point-7 ul{
	background: url("../../common/img/bg_stripe01.png");
	padding: 30px;
	border-radius: 10px;
	margin-top: 20px;
}
#student #point-7 #sns{
	background: url("../../common/img/bg_stripe02.png") repeat 0 0;
	background-size: 12px auto;
	margin: 10px 0 0;
}
#student #point-7 #sns li{
	margin: 0 10px;
}
#student #point-7 li{
	display: inline-flex;
	margin: -6px -2px;
}
#student #point-7 ul:first-child li a img{
	display: block;
	margin: 0 auto;
	padding: 0;
	height: 125px;
}
#student #guide ul{
	background: #e5f2ff;
	padding: 20px;
}
#student #guide ul li{
	display: inline-block;
}
#student #guide{
	margin-top: 90px;
}
#student #guide h1{
	background: url(../../img/student/dot_03.gif) no-repeat 50% 100%;
	padding: 0;
}

#student #contents #guide h1 span{
	font-size: 44px;
}
#student #guide::before {
   content: url(../../img/student/searching_bg05.jpg);
}
#student #news{
	margin-top: 60px;
}
#student #contents #news h1{
	background: #f8007b;
	color: #ffffff;
	padding: 15px 19px;
	display: table;
	font-size: 22px;
	border-radius: 10px;
	font-weight: 300;
	line-height: 1;
}
#student #news ul{
	padding: 26px 0;
	margin-top: 20px;
}
#student #news li{
	display: inline-block;
	width: 32.9%;
	text-align: left;
}

/* 
---------------------------------------
student_2.html
---------------------------------------
*/
.top-banner {
	margin: 0 auto 35px;
	text-align: center;
}
#student #contents{
	text-align: center;
}
#student #contents .title{
	background: url("../../img/student/pat-1.jpg");
	position: relative;
	width: 100%;
}
#student #contents h1{
	font-size: 46px;
	padding: 14px 0 20px;
	font-weight: bold;
	letter-spacing: 0.08em;
	color: #ffffff;
	position: relative;
}
#student #contents .title h2::before{
	content:url("../../img/student/Attention01.png");
	position:absolute;
	margin: -50px 0 0 -140px;
}
#student #contents h2{
	font-size: 26px;
	color: #ffffff;
	letter-spacing: 0.1em;
	padding: 25px 0 0;
	line-height: 1;
}
#student #contents .text{
	background: #fd6f83;
	color: #ffffff;
	font-size: 18px;
	line-height: 29px;
	padding: 20px;
}
#student #contents .period h4{
	background: #ffd505;
	color: #f38796;
	font-size: 23px;
	font-weight: bold;
	padding: 6px 0;
	letter-spacing: 0.24em;
	position: relative;
}
#student #contents .period h4::after{
	content: url("../../img/student/triangle01.png");
	position: absolute;
	bottom: -20px;
	left: 48%;
	margin: auto;
	display: block;
}
#student #contents .period h3{
	padding: 45px 0 0;
	color: #fd6f83;
	font-size: 55px;
	font-weight: bold;
	line-height: 1;
}
#student #contents .period p{
	font-size: 23px;
	padding: 25px 0 30px;
	line-height: 1;
}
#student #contents .Description{
	border: #fd6f83 solid 4px;
	padding: 0 0 21px;
}
#student #contents .Description h2{
	background: #fd6f83;
	padding: 12px 0 16px;
	margin: 0 0 16px;
}
#student #contents .Description h2 span{
	font-size: 34px;
	font-weight: bold;
}

#student #contents .Description .text{
	font-size: 22px;
}
#student #contents .Description p{
	font-size: 18px;
}
#student #contents .Description .yellow{
	background: #ffd505;
	border-radius: 20px;
}
#student #contents .Description img{
	padding: 14px 0 20px;
}
#student #contents .Attention-1,#student #contents .Attention-2,#student #contents .Attention-3,#student #contents .Attention-4,#student #contents .Attention-5,#student #contents .Attention-6,#student #contents .Attention-7{
	margin: 50px 0 145px;
}
#student #contents .Description div{
	padding-left: 38px;
	padding-right: 28px;
}

/*.Attention-1*/

#student #contents .Attention-1 .Description div{
	width: 45.5%;
	display: inline-block;
	padding: 0;
}
#student #contents .Attention-1 .top-banner::before{
	content: none;
}

/*.Attention-2*/

#student #contents .Attention-2 .title{
	background: url("../../img/student/pat-2.jpg");
}
#student #contents .Attention-2 .title h2::before{
	content:url("../../img/student/Attention02.png");
}
#student #contents .Attention-2 .text {
    background: #448aca;
	margin: 0 0 40px;
}
#student #contents .Attention-2 .Description h2{
	font-size: 18px;
}
#student #contents .Attention-2 .Description h2 span {
    font-size: 26px;
	line-height: 1.5em;
}
#student #contents .Attention-2 .Description {
    border: #444bda solid 4px;
}

#student #contents .Attention-2 .Description h2 {
    background: #444bda;
}
#student #contents .Attention-2 .Description p{
	text-align: left;
}

/*.Attention-3*/

#student #contents .Attention-3 .title{
	background: url("../../img/student/pat-3.jpg");
}
#student #contents .Attention-3 .title h2::before{
	content:url("../../img/student/Attention03.png");
}
#student #contents .Attention-3 .text {
    background: #80c269;
}
#student #contents .period h4 {
    color: #1fbf5c;
}
#student #contents .Attention-3 .Description {
	background: #1fbf5c;
    border: #1fbf5c solid 4px;
    padding: 0;
}
#student #contents .Attention-3 .Description h2{
	background: #1fbf5c;
	margin: 0;
}
#student #contents .Attention-3 .Description p{
	background: #ffffff;
	padding: 37px 0;
	position: relative;
}
#student #contents .Attention-3 .Description p::after{
    content: url(../../img/student/triangle03.png);
    position: absolute;
    bottom: -20px;
    left: 48%;
    margin: auto;
    display: block;
}
#student #contents .Attention-3 .Description div{
	padding: 30px 0 37px;
}

/*.Attention-4*/

#student #contents .Attention-4 .title{
	background: url("../../img/student/pat-4.jpg");
}
#student #contents .Attention-4 .title h2::before{
	content:url("../../img/student/Attention04.png");
}
#student #contents .Attention-4 .text {
    background: #eb6100;
	margin: 0 0 40px;
}
#student #contents .Attention-4 .Description {
    border: #f39700 solid 4px;
    padding: 0;
}
#student #contents .Attention-4 .Description h2{
	background: #f39700;
	margin: 0;
}
#student #contents .Attention-4 .Description div{
	padding-top: 31px;
	padding-bottom: 56px;
}
#student #contents .Attention-4 .Description p{
	text-align: left;
	padding: 28px 32px;
}


/*.Attention-5*/

#student #contents .Attention-5 .title{
	background: url("../../img/student/pat-5.jpg");
}
#student #contents .Attention-5 .title h2::before{
	content:url("../../img/student/Attention05.png");
}
#student #contents .Attention-5 .text {
    background: #d84848;
	margin: 0 0 40px;
}
#student #contents .Attention-5 .Description {
    border: #d61a1a solid 4px;
    padding: 0;
}
#student #contents .Attention-5 .Description h2{
	background: #d61a1a;
	margin: 0;
}
#student #contents .Attention-5 .Description h2::after{
	content: url("../../img/student/img06.png");
	position: absolute;
	margin: -50px 0 0 5%;
}
#student #contents .Attention-5 .Description div{
	padding-top: 34px;
	padding-bottom: 0px;
}

#student #contents .Attention-5 .Description div h3{
	font-size: 18px;
	font-weight: bold;
}
#student #contents .Attention-5 .Description div h3 span{
	font-size: 16px;
}
#student #contents .Attention-5 .Description div ul{
	padding: 20px 0 66px;
}
#student #contents .Attention-5 .Description div li{
	display: inline-grid;
	width: 203px;
	height: 80px;
	background:#d61a1a; 
	border-radius: 8px;
	margin-top: 36px;
	color: #ffffff;
	font-weight: bold;
}
#student #contents .Attention-5 .Description div li p{
	font-size: 16px;
	line-height: 1.5em;
	padding-top: 20px;
}

#student #contents .Attention-5 .Description div li p span{
	font-size: 20px;
	display: contents;
}
#student #contents .Attention-5 .Description div li::before{
	content: "";
	height: 56px;
	width: 56px;
	position: absolute;
	margin: -30px 0 0 0;
	background:url("../../img/student/img07.png")
}
#student #contents .Attention-5 .Description div li:nth-child(2)::before{
	background:url("../../img/student/img08.png")
}
#student #contents .Attention-5 .Description div li:nth-child(3)::before{
	background:url("../../img/student/img09.png")
}
#student #contents .Attention-5 .Description div li:nth-child(4)::before{
	background:url("../../img/student/img10.png")
}
#student #contents .Attention-5 .Description div li:nth-child(5)::before{
	background:url("../../img/student/img11.png")
}
#student #contents .Attention-5 .Description div li:nth-child(6)::before{
	background:url("../../img/student/img12.png")
}

#student #contents .Attention-5 .Description .support{
	text-align: left;
}
#student #contents .Attention-5 .Description .support h3::before{
	content: url("../../img/student/triangle04.png");
	position: absolute;
	margin: 0 0 0 -22px ;
}
#student #contents .Attention-5 .Description .support p{
	padding: 5px 0 45px;
}
#student #contents .Attention-5 .Description .support h4{
	color: #2a468f;
	font-size: 18px;
	font-weight: bold;
}
#student #contents .Attention-5 .Description h4::after{
	content: url("../../img/student/img13.png");
	position: absolute;
	margin: -50px 0 0 100px;
}


/*.Attention-6*/

#student #contents .Attention-6 .title{
	background: url("../../img/student/pat-6.jpg");
}
#student #contents .Attention-6 .title h2::before{
	content:url("../../img/student/Attention06.png");
}
#student #contents .Attention-6 .text {
    background: #985dcf;
	margin: 0 0 40px;
}
#student #contents .Attention-6 .Description {
    border: #8957a1 solid 4px;
    padding: 0;
}
#student #contents .Attention-6 .Description h2{
	background: #8957a1;
	margin: 0 0 35px;
}
#student #contents .Attention-6 .Description div p,#student #contents .Attention-6 .Description div ul{
	text-align: left;
	font-size: 18px;
	margin: 30px 0
}
#student #contents .Attention-6 .Description div ul span,#student #contents .Attention-6 .Description div h3{
	font-size: 20px;
	font-weight: bold;
}
#student #contents .Attention-6 .Description div h3{
	padding: 20px 0;
}
#student #contents .Attention-6 .Description div h3 span{
	color: #e2001b;
}
#student #contents .Attention-6 .Description div .mini{
	font-size: 16px;
	text-align: right;
}
#student #contents .Attention-6 .Description .Introduction h3{
	margin: 0 0 50px ;
}
#student #contents .Attention-6 .Description .Introduction li{
	padding: 20px 0 20px 124px;
	border-bottom: 2px dotted #cbafd7;
}
#student #contents .Attention-6 .Description .Introduction li span{
	line-height: 2em;
}
#student #contents .Attention-6 .Description .Introduction li span::before{
	content: url("../../img/student/step1.jpg");
	position: absolute;
	margin: 0 0 0 -100px;
}
#student #contents .Attention-6 .Description .Introduction li:nth-child(2) span::before{
	content: url("../../img/student/step2.jpg");
}
#student #contents .Attention-6 .Description .Introduction li:nth-child(3) span::before{
	content: url("../../img/student/step3.jpg");
}

/*.Attention-7*/

#student #contents .Attention-7 .title{
	background: url("../../img/student/pat-7.jpg");
}
#student #contents .Attention-7 .title h2::before{
	content:url("../../img/student/Attention07.png");
}
#student #contents .Attention-7 .text {
    background: #aaaaaa;
	margin: 0 0 40px;
}
#student #contents .Attention-7 .Description {
    border: #707070 solid 4px;
    padding: 0 0 65px;
}
#student #contents .Attention-7 .Description h2{
	background: #707070;
	margin: 0;
}
#student #contents .Attention-7 .Description .university-1{
	padding:  40px 0 0;
	background: url("../../img/student/img30.jpg") no-repeat bottom right 57px;
}
#student #contents .Attention-7 .Description .university-1 a{
	width: 160px;
	display: inline-block;
}
#student #contents .Attention-7 .Description .university-2{
	padding-top: 50px;
	padding-bottom: 50px;
}
#student #contents .Attention-7 .Description .university-2 a{
	width: 49%;
	text-align: left;
	display: inline-block;
	font-size: 16px;
	color: #2a468f;
	text-decoration: underline;
	padding: 12px 0;
}
#student #contents .Attention-7 .Description h3{
	font-size: 20px;
	font-weight: bold;
	padding: 20px;
}
/*
ーーーーー
PC/スマホ
ーーーーー*/

.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
@media (max-width: 640px){
	.pc {
    display: none !important;
}
.sp {
    display: block !important;
	}}



@media screen and (max-width: 1080px) {
.room .top .txt {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	margin: 0 0 10px;
	position: static;
}
.room .top .txt h1 {
	width: 65%;
	margin: 0;
}
.room .top .txt figure {
	width: 30%;
}
.room .top > figure.pc {
	display: none !important;
}
	.room .top > figure.sp {
	display: block !important;
}
.btn_area .btn_list .btn {
	display: block;
	margin: 0 0 10px !important;
}
.btn_area .btn_list .btn a {
	width: 90%;
	box-sizing: border-box;
	margin: auto;
}
}


@media (max-width: 768px) {

}


@media (max-width: 480px) {
	#student #contents .title h2::before {
    content: url(../../img/student/Attention01.png);
		display: contents;
	}
	#student #contents .Attention-5 .Description h2 {
    background: #d61a1a;
}
#student #contents .Attention-5 .Description h2::after {
    content:none;
}
	#student #contents .Attention-5 .Description div::before{
		content: url("../../img/student/img06.png");
	}
	#student #contents .Attention-5 .Description .support::before{
		content: url(../../img/student/img13.png);
}
	#student #contents .Attention-5 .Description h4::after{
		display: none;
	}
#student #contents .Attention-1 .Description div{
    width: 100%;
}
#student #contents .Attention-5 .Description div li {
	width: 100%;
	}
#student #contents .Description div {
    padding-left: 3%;
    padding-right: 3%;
}
#student #contents .Attention-5 .Description .support h3::before {
    content: url(../../img/student/triangle04.png);
    position: absolute;
    margin: 0 0 0 -12px;
}	
#student #contents .Attention-7 .Description .university-1 {
    padding: 40px 0;
    background: url(../../img/student/img30.jpg) no-repeat bottom right 57px;
}	
#student #contents .Attention-7 .Description .university-2 a{
    width: 100%;
}
#student #contents h1 {
	font-size: 32px;
	}
	#student #contents .Attention-6 .Description div h3 {
    padding: 20px 10px;
}
	#student #search_buttons li {
		width: 100%;}
	#request_buttons li {
		width: 100%;}
	#request_buttons li:last-child {
	margin-left: 0;}
	#student #searching {
    background:#ffffff;
}
}