<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*----------------------------------------

+ (content)
+ (main)
- main_title
- cmnbox

-----------------------------------------*/
/*----------------------------------------
main_title
-----------------------------------------*/
#main_title {
	background-image: url(../img/title_bg.jpg);
}

/*----------------------------------------
box1 
----------------------------------------*/
.school_wrapper{
	margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
	.school_wrapper .contact{
		display: flex;
		flex-direction: row-reverse;
	}

	.school_wrapper table {
		width: 470px;
		margin-top: -1px;
	}
}
.school_wrapper th {
	width: 30%;
	padding: 12px 10px;
	background: #eee url(../img/cmn_foot_line.gif) repeat-x;
	vertical-align: middle;
}

.school_wrapper td {
	padding: 12px;
	background: url(../img/cmn_foot_line.gif) repeat-x;
}

.school_wrapper .contact ul {
	width: calc( 100% - 480px);		
}

.school_wrapper .contact ul li {
	box-sizing: border-box;
	padding: 2px;
	border: solid 1px #d4d4d4;
	border-top: solid 1px #d4d4d4;
	margin-bottom: 5px;
}
.school_wrapper .contact li img{
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	.school_wrapper {
		margin: 10px 0 25px;
	}
	.school_wrapper table {
		float: none;
		width: 100%;
	}
	.school_wrapper .contact ul {
		float: none;
		margin: 5px 0 10px;
		text-align: center;
		width: 100%;
	}
	.school_wrapper .contact ul li {
		display: inline-block;
		width: 47%;
		max-width: 204px;
	}
	.school_wrapper .contact tr {
		display: block;
	}
	.school_wrapper .contact th,
	.school_wrapper .contact td {
		display: list-item;
	}
	.school_wrapper th {
		background: #eee;
		box-sizing: border-box;
		padding: 8px 10px;
		width: 100%;
		font-weight: 700;
	}
	.school_wrapper td {
		background: none;
		padding: 8px 0 10px; 
	} 
}
@media screen and (min-width:768px){
	.flexbox{
		display: flex;
		justify-content: space-between;
	}
	.flex-txt{
		width: 65%;
		margin-right: 3%;
	}
	.flex-img{
		width: 30%;
		height: auto;
	}
}
.boxlink{
	display: flex;
	margin-bottom: 25px;
	align-items: flex-start
}
.boxlink dt{
	margin-right: 3%;
	display: inline-block;
}
@media screen and (max-width:767px){
	.topixlink dt {
		width: 126px;
	}
	.flex-txt{
		margin-bottom: 25px;
	}
}


/*---------------------------------------------
	.problem追記
---------------------------------------------*/
.problem{
	margin: 30px auto;
}
.problem .inner li figure{
	margin: 15px auto;
	text-align: center;
	width: 75%;
	height: auto;
}
.problem .inner li figure img{
	width: 50%;
	height: auto;
}
.problem .inner li{
	border: none;
}
.problem .inner li p{
	width: 100%;
}

@media screen and (min-width:768px){

	.problem .inner{
		display: flex;
		justify-content: space-between;
	}
	.problem .inner li{
		width: 30%;
		height: auto;
	}
	.problem .inner li figure img{
		width: 70%;
	}
	
}

/*----------------------------------------
classbox
-----------------------------------------*/
@media screen and (min-width: 769px){
	.classbox div {
		width: 670px;
		background-color: #f4f4f4;
		padding-left: 30px;
		display: flex;
		margin-bottom: 30px;
	}
	.classbox ul {
		width: 305px;
		padding: 25px 30px 30px 0;
	}
	.classbox ul li.first  {
		font-weight: bold;
		line-height: 1.2;
		border-left: 3px solid #666666;
		padding-left: 8px;
		margin-bottom: 15px;
	}
	.classbox ul li.other {
		background: url(../img/cmn_foot_line.gif) bottom repeat-x;
		padding: 3px 0;
	}
}
@media screen and (max-width: 768px){
	.classbox div {
		background-color: #f4f4f4;
		padding: 20px 0 0 20px;
	}
	.classbox ul {
		padding: 0px 20px 25px 0;
	}
	.classbox ul li.first  {
		font-weight: bold;
		line-height: 1.2;
		border-left: 3px solid #666666;
		padding-left: 8px;
		margin-bottom: 10px;
	}
	.classbox ul li.other {
		background: url(../img/cmn_foot_line.gif) bottom repeat-x;
		padding: 3px 0;
	}
}
/*-----------------------------------------
#FAQ
-----------------------------------------*/
	#faq {
		padding-top: 15px;
	}
	#faq dt {
		padding: 2px 0 0 54px;
		background: #f4f4f4 url(../img/cmn_main_faq_txt_q.gif) no-repeat;
		background-size: 40px 27px;
		font-weight: bold;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 25px;
	}
	#faq dd {
		margin-top: 1px;
		padding: 6px 0 28px 54px;
		background: url(../img/cmn_main_faq_txt_a.gif) no-repeat;
		background-size: 40px 27px;
	}
	#faq dd:last-child {
		padding-bottom: 10px;
	}
@media screen and (max-width:786px){
	#faq {
		padding-top: 15px;
	}
	#faq dt {
		padding: 2px 0 0 54px;
		background: #f4f4f4 url(../img/cmn_main_faq_txt_q.gif) no-repeat;
		background-size: 40px 27px;
		font-weight: bold;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 25px;
	}
	#faq dd {
		margin-top: 1px;
		padding: 6px 0 28px 54px;
		background: url(../img/cmn_main_faq_txt_a.gif) no-repeat;
		background-size: 40px 27px;
	}
	#faq dd:last-child {
		padding-bottom: 10px;
	}
}
/*  step  */
#step{
	margin-top: 20px;
	margin-bottom: 10px;
}
#step img{
	width:123px;
	height: auto;
}
#step h2{
	margin-top: 30px;
	background-color: #000066;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 10px;
	padding: 2px 0 0 10px;
}
#step ul li{
	float: left;
	padding-left: 20px;
	background: url(../img/step_ya.gif)  no-repeat 7px 43px;
}
#step ul li.first{
	padding-left: 0px;
	background: none;
}
#step dd{
	padding: 5px 1px 5px;
}
#step .step{
	color:#000066;
	display: inline-block;
	font-size: 1.1em;
}
#step .flow{
	display: block;
	font-size:1.1em;
	font-weight: bold;
}
#step h3{
	color: #000066;
}
#step .clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#step .clearfix {
	zoom: 1;
	position: relative;
}
#step .caution{
	clear:both;
	text-align: right;
	font-size:small;
}
#school_list h4 {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: solid 1px #bfbfbf;
	font-weight: bold;
	font-size: 1.0em;
}
#school_list {
	margin: -10px auto 0;
	border-top: solid 20px #fff;
}
#school_list li {
	padding: 5px 0 3px 0;
	font-size: 1.0em;
	float:left;
	padding-left: 19px;
	width:18%;
}
#school_list li:last-child {
	padding-left: 20px;
	width: 17%;
}
#school_list li:first-child {
	padding-left: 0;	
}
#school_list .bg_non{
	background: none;
}
#school_list .open{
	font-size: 0.9em;
	margin-left: 8px;
}

@media screen and (max-width:767px) {
	/* box01 */
/*
	#box01 img {
		display: block;
		width: 50%;
		height: auto;
		float: right;
		margin: 0 0 5px 10px;
	}
*/
	/* sp */
	.sp.list ul {
		width: 327px;
	}
	/*  #step  */	
	#step h2{
		margin-left: 10px;
		margin-right: 10px;
	}
	#step ul li{
		float: none;
		width:100%;
		background:none;
		padding-left: 0;
	}
	#step dt:after{
		content: url("../img/step_ya_sp.gif");
		position: absolute;
		left: 50%;
		margin-left: -45px;
		bottom: 0px;
	}
	#step .last dt:after{
		content: none;
	}
	#step img{
		width:40%;
		height: suto;
		display: block;
		margin: 5px auto;
	}
	#school_list {
		width: auto;
		margin: 10px;
	}	
	#step .caution{
		text-align: left;
		font-size: 12px;
		margin: 0 10px;
	}
	#step .step{
		color:#000066;
		display: inline-block;
		font-size: 1.1em;
	}
	#step .flow{
		display: inline-block;
		margin-left: 10px;
		font-size:1.1em;
		font-weight: bold;
	}
	#step h3{
		text-align: center;
		color: #000066;
	}
	#school_list li {
		padding: 2px 0 2px 0;
		font-size: 1.0em;
		float:left;
		width:50%;
	}
	#school_list ul{
		padding: 0 5px 0;
	}	
	#school_list li:last-child {
		padding-left: 0; 
		width: 50%; 
	}	
}

/*----------------------------------------
221021追加:.cv_box
-----------------------------------------*/
.cv-box {
	background-color: #fbff29;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.cv-box .inner {
	padding: 2vw;
}
.cv-box h5 {
	text-align: center;
}
.cv-box h5 .ico {
	background-color: #37b8dc;
	color: #fff;
	border-radius: 35px;
	padding: 2.66667vw 4vw;
	margin-bottom: 5.33333vw;
	position: relative;
	display: inline-block;
}
.cv-box h5 .ico:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 11px 0 11px;
	border-color: #37b8dc transparent transparent transparent;
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -11px;
}
.cv-box h5 .txt {
	font-size: 5vw;
	margin-bottom: 2.66667vw;
}
.cv-box .lede {
	font-size: 3.73333vw;
	margin-bottom: 5.33333vw;
	text-align: center;
	font-weight: bold;
}
.cv-box .btn-box {
	padding: 0 5.33333vw;
}
.cv-box .btn-box .btn + .btn {
	margin-top: 8vw;
}
.cv-box .btn-box .btn {
	width: 100%;
}
.cv-box .btn-box .btn a {
	display: block;
	text-align: center;
	padding: 4vw;
	font-size: 3.73333vw;
	font-weight: bold;
	position: relative;
	border-radius: 2px;
}
.cv-box .btn-box .btn a:after {
	position: absolute;
	top: 50%;
	right: 2.66667vw;
	margin-top: -2.5px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #fff;
}
.cv-box .btn-box .btn-document a {
	background-color: #fff;
	color: #1c20a1;
}
.cv-box .btn-box .btn-document a:after {
	border-color: transparent transparent transparent #1c20a1;
}
.cv-box .btn-box .btn-cv a {
	background-color: #1c20a1;
	color: #fff;
}
.cv-box .btn-box .btn-cv a .ico {
	position: absolute;
	top: -2vw;
	left: 0;
	text-align: center;
	display: block;
	width: 100%;
}
.cv-box .btn-box .btn-cv a .ico span {
	display: inline-block;
	font-size: 2.93333vw;
	background-color: #00be70;
	padding: 0.66667vw 2.66667vw;
	border-radius: 2px;
}
@media only screen and (min-width: 750px) {
	.cv-box {
		background-size: cover;
	}
	.cv-box .inner {
		padding: 30px 0 10px;
		max-width: 1020px;
		margin: 0 auto;
	}
	.cv-box h5 .ico {
		border-radius: 35px;
		padding: 10px 25px;
		margin-bottom: 30px;
		font-size: 16px;
	}
	.cv-box h5 .txt {
		font-size: 30px;
		margin-bottom: 5px;
	}
	.cv-box .lede {
		font-size: 20px;
		margin-bottom: 50px;
	}
	.cv-box .btn-box {
		padding: 0 25px;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.cv-box .btn-box .btn + .btn {
		margin-top: 0;
		margin-left: 6%;
	}
	.cv-box .btn-box .btn {
		width: 47%;
	}
	.cv-box .btn-box .btn a {
		padding: 25px 0 20px;
		font-size: 16px;
		border-radius: 6px;
	}
	.cv-box .btn-box .btn a:hover{
		opacity: .7;
	}
	.cv-box .btn-box .btn a:after {
		position: absolute;
		top: 50%;
		right: 20px;
		margin-top: -7px;
		border-width: 8px 0 8px 10px;
	}
	.cv-box .btn-box .btn-cv a .ico {
		top: -25px;
	}
	.cv-box .btn-box .btn-cv a .ico span {
		font-size: 12px;
		padding: 8px 5%;
	}
}
@media only screen and (min-width: 980px) {
	.cv-box .btn-box .btn a {
		font-size: 16px;
	}
	.cv-box .btn-box .btn-cv a .ico span {
		font-size: 12px;
	}
}
</pre></body></html>