.index #mv:before {
	background-image: url(../images/support/img_mv.jpg);
}
@media screen and (max-width: 767px) {
	.index #mv:before {
		background-image: url(../images/support/img_mv_sp.jpg);
	}
}
.index #contents #internship {
	padding-top: 80px;
}
@media screen and (max-width: 767px) {
	.index #contents #internship {
		padding-top: 84px;
		margin-top: -40px;
	}
}
.dormitory #contents section section {
	padding: 60px 0 0;
	position: relative;
}
@media screen and (max-width: 767px) {
	.dormitory #contents section section {
		padding: 40px 0 0;
	}
}
.dormitory #contents section.borderTop {
	padding-top: 40px;
}
@media screen and (max-width: 767px) {
	.dormitory #contents section.borderTop {
		padding-top: 30px;
	}
}
.dormitory #contents h3 {
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	.dormitory #contents h3 {
		margin-top: 35px;
	}
}
.dormitory #contents h3 + section {
	padding: 0;
}
.dormitory #contents h3 + section figure {
	top: 5px;
}
.dormitory #contents h2 + h3 {
	margin-top: 0;
}
@media print, screen and (min-width: 768px) {
	.dormitory #contents figure {
		position: absolute;
		top: 60px;
		right: 0;
	}
}
@media screen and (max-width: 767px) {
	.dormitory #contents figure {
		margin-bottom: 35px;
	}
}
@media print, screen and (min-width: 768px) {
	.dormitory #contents figure img {
		width: 285px;
	}
}
@media print, screen and (min-width: 768px) {
	.dormitory #contents figure + p {
		width: 555px;
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 767px) {
	.dormitory #contents figure + p {
		font-size: 1.5rem;
		line-height: 1.8;
	}
}
@media print, screen and (min-width: 768px) {
	.dormitory #contents figure + p.noData {
		min-height: 198px;
	}
}
@media print, screen and (min-width: 768px) {
	.dormitory #contents h4 {
		width: 555px;
		margin-top: -5px;
	}
}
.dormitory #contents h4 + figure {
	top: 40px;
}
.dormitory #contents table {
	width: 555px;
	margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
	.dormitory #contents table {
		width: 100%;
		margin: 30px 0 0;
	}
}
@media print, screen and (min-width: 768px) {
	.dormitory #contents table th {
		width: 140px;
	}
}
.dormitory #contents .relatedLink {
	margin-top: 36px !important;
}
@media screen and (max-width: 767px) {
	.dormitory #contents .relatedLink {
		margin-top: 26px !important;
	}
}
.dormitory #contents #procure .note {
	margin-top: 26px;
}
.consultation #contents .lead {
	padding-top: 40px;
}
@media screen and (max-width: 767px) {
	.consultation #contents .lead {
		padding-top: 35px;
	}
}
@media print, screen and (min-width: 768px) {
	.consultation #contents .listImg {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media screen and (max-width: 767px) {
	.consultation #contents .listImg {
		margin-right: 0;
		margin-left: 0;
	}
}
@media print, screen and (min-width: 768px) {
	.consultation #contents .listImg li {
		width: calc((100% - 20px) / 2);
		margin-right: 0;
	}
	.consultation #contents .listImg li:nth-child(n + 3) {
		margin-top: 20px;
	}
}
@media screen and (max-width: 767px) {
	.consultation #contents .listImg li {
		width: 100%;
	}
	.consultation #contents .listImg li + li {
		margin-top: 20px;
	}
}
.consultation #contents .listImg li:after {
	display: none;
}
.consultation #contents .listImg li h3 {
	border-width: 4px;
	font-size: 2rem;
	margin-bottom: 0;
	padding: 15px 0 7px 13px;
}
@media screen and (max-width: 767px) {
	.consultation #contents .listImg li h3 span {
		font-size: 2rem;
	}
}
.consultation #contents .listImg li dl dt {
	font-size: 1.6rem;
	font-weight: 400;
	padding: 14px 40px 22px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.5;
	position: relative;
	letter-spacing: 0.04em;
	min-height: 50px;
	padding: 10px 40px 10px 20px;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.3rem;
}
.consultation #contents .listImg li dl dt span {
	display: block;
	position: relative;
	padding-left: 19px;
	font-size: 1.3rem;
	width: 100%;
	margin-top: 10px;
}
.consultation #contents .listImg li dl dt span:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #313198;
	border-radius: 6px;
	display: block;
	position: absolute;
	top: 7px;
	left: 5px;
}
.consultation #contents .listImg li dl dd {
	margin: 4px 0 0;
	line-height: 1.8;
	padding: 15px 20px 20px;
	position: relative;
	font-size: 1.3rem;
}
.consultation #contents .listImg li dl dd:after {
	content: "";
	width: calc(100% - 20px);
	height: 1px;
	background: #dcdcdc;
	position: absolute;
	top: 0;
	left: 10px;
}
.consultation #contents .listImg li span {
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.consultation #contents .listImg li a[target="_blank"] dt {
	background-image: url(../images/icon_blank_p.svg);
	background-size: 12px 12px;
}
@media screen and (max-width: 767px) {
	.consultation #contents .listImg li a[target="_blank"] dt {
		min-height: 54px;
	}
}
.consultation #contents #serviceOffice h3.borderTop {
	margin-top: 32px;
	padding-top: 35px;
}
@media screen and (max-width: 767px) {
	.consultation #contents #serviceOffice h3.borderTop {
		margin-top: 27px;
		margin-bottom: 27px;
		padding-top: 27px;
	}
}
.consultation #contents #serviceOffice .list02 {
	background: #fff;
	padding: 13px 23px;
	margin-top: 25px;
	margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
	.consultation #contents #serviceOffice .list02 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media print, screen and (min-width: 768px) {
	.consultation #contents #serviceOffice .list02 li {
		width: calc(100% / 4);
	}
}
.consultation #contents #serviceOffice .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 40px;
}
.consultation #contents #serviceOffice .info .note {
	width: 485px;
	margin-top: 30px;
	padding: 26px 30px 22px;
}
@media screen and (max-width: 767px) {
	.consultation #contents #serviceOffice .info .note {
		width: 100%;
		margin-top: 20px;
		padding: 20px 25px 20px;
	}
}
@media print, screen and (min-width: 768px) {
	.consultation #contents #serviceOffice .info .note:nth-child(n + 3) {
		margin-top: 10px;
	}
}
.consultation #contents #serviceOffice .info .note dl dt {
	font-weight: 500;
	padding-left: 15px;
	position: relative;
	margin-bottom: 5px;
	line-height: 1.5;
}
.consultation #contents #serviceOffice .info .note dl dt:first-child {
	font-size: 1.5rem;
	margin-bottom: 9px;
}
.consultation #contents #serviceOffice .info .note dl dt:first-child:after {
	content: "";
	width: 6px;
	height: 6px;
	background: #313198;
	border-radius: 6px;
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
}
.consultation #contents #serviceOffice .info .note dl dd {
	padding-left: 15px;
}
.consultation #contents #serviceOffice .info .note dl dd + dt {
	margin-top: 7px;
}
.consultation #contents #serviceOffice .info .note .ttlStyle08 {
	margin-bottom: 9px;
}
.consultation #contents #serviceOffice .info .note ul li {
	line-height: 1.8;
}
.consultation #contents #serviceOffice .info .note ul li:nth-child(2) {
	margin: 16px 0;
}
.club #contents section .inner + .inner {
	margin-top: 50px;
}
@media screen and (max-width: 767px) {
	.club #contents section .inner + .inner {
		margin-top: 30px;
	}
	.club #contents section .inner + .inner .borderTopSp {
		margin-top: 31px;
		padding-top: 20px;
	}
}
@media screen and (max-width: 767px) {
	.club #contents section .inner + .inner li {
		margin-top: 10px;
	}
}
.club #contents section .inner > div {
	overflow: hidden;
}
.club #contents section .inner h2 span {
	font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
	.club #contents section .inner h2 span {
		font-size: 1.3rem;
		display: block;
		margin-top: 10px;
		margin-left: 0;
	}
}
@media print, screen and (min-width: 768px) {
	.club #contents section .attention {
		margin-top: 20px;
	}
}
.club #contents section.lead {
	padding-top: 40px;
}
@media screen and (max-width: 767px) {
	.club #contents section.lead {
		padding-top: 35px;
	}
}
.club #contents section.lead .inner {
	overflow: visible;
}

.club #contents section ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding: 0;
	border: none;
	margin-top: -10px;
	margin-bottom: -10px;
}

.club #contents section ul li {
	margin: 0;
	padding: 10px 10px 10px 35px;
	width: 33.3%;
	border-left: 1px solid #dcdcdc;
}



@media print, screen and (min-width: 768px) {

.club #contents section .inner-taiiku2 ul li {
	padding-bottom:0;
}
.club #contents section .inner-taiiku2 ul li.end{
	padding-bottom:10px;
	margin-top:-11px;
}

	.club #contents section li {
		width: calc(100% / 3);
	}
}
@media screen and (max-width: 767px) {
    .club #contents section ul{
        padding-left: 24px;
        width: auto;
        justify-content: space-between;
		margin-top: -5px;
		margin-bottom: -5px;
    }
	.club #contents section ul li {
		width: 47%;
		border-left: none;
        padding: 5px 0 5px 20px;
	}
	.club #contents section ul li:nth-of-type(n + 3) {
		margin-top: 0;
	}
}


@media screen and (max-width: 767px) {
	.club #contents section ul + ul {
		margin-top: 10px;
	}
}

@media print{

.club #contents section .inner-taiiku2 ul li {
	padding-bottom:0;
}
.club #contents section .inner-taiiku2 ul li.end{
	padding-bottom:10px;
	margin-top:-11px;
}

.club #contents section li{
}


@-moz-document url-prefix() {
.club #contents section .inner{
	clear:both;
}

.club #contents section .inner:after{content: ""; display: block; clear: both;height: 0;}

.club #contents section ul{
	display:block;
	float:none;
}
.club #contents section ul:after{content: ""; display: block; clear: both;height: 0;}

.club #contents section ul li{
	width:33%;
	display:inline-block;
}
.club #contents section ul li:nth-child(3n+1){
	clear:both;

}


}

/*

.club #contents section ul{
	float:none;
}

.club #contents section  .ttlStyle01{
	margin-top:0;
}

.club #contents section .inner{
	clear:both;
	margin-top:0;
}
.club #contents section .inner:after{
	content:"";
	display:block;
	height:50px;
	clear:both;
}



.club #contents section ul{
	display:block;
	float:none;
}
.club #contents section ul:after{content: ""; display: block; clear: both;height: 0;}

.club #contents section ul li{
	width:33%;
	display:inline-block;
}
.club #contents section ul li:nth-child(3n+1){
	clear:both;

}
*/


}



.guidance #contents h3 {
	margin-top: 40px;
}
.guidance #contents .lead {
	padding: 35px 0 40px;
}
@media screen and (max-width: 767px) {
	.guidance #contents .lead {
		padding: 27px 0 36px;
	}
}
.guidance figure img {
	width: 100%;
}
/*# sourceMappingURL=map/support.css.map */
