@charset "UTF-8";
div.main-img-wrap {
	width: 100%;
	height: auto;
	position: relative;
}
div.main-img-wrap img {
	width: 100%;
	height: auto;
}

.h-wrap {
	width: 84.9%;
	top: 50%;
	right: 0;
	left: 0;
	margin: auto;
	position: absolute;
	overflow: hidden;
	/*	background-size: 340px auto;*/
}
.h-wrap h1 {
	position: absolute;
	color: #ffffff;
	font-weight: normal;
	line-height: 1;
}


/* inner */
div.inner-wrap {
	margin: auto;
}
.inner-wrap h2 {
	color: #ffffff;
	text-align: center;
	margin: auto;
	position: relative;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.inner-wrap strong,
.inner-wrap p,
.inner-wrap .period-wrap span {
	text-align: center;
	display: block;
}
.inner-wrap strong span {
	display: block;
}

/* expense */
ul.expense-list {
	margin: auto;
}
.expense-list li {
	box-sizing: border-box;
	border-width: 4px;
	border-style: solid;
	text-align: center;
	border-radius: 5px;
}
.expense-list li:last-child {
	background: #ffffff !important;
}
.expense-list li:last-child span {
	vertical-align: middle;
	padding: 0;
	display: table-cell;
}


/* period */
ul.period-list {
	display: table;
	table-layout: fixed;
	width: 96%;
	margin: auto;
}
.period-list li {
	display: table-cell;
	width: 33.3%;
}

/* banner */
div.banner-wrap {
	margin: auto;
	background-size: auto 100%;
}
.banner-wrap a {
	display: block;
	height: 100%;
}
.banner-wrap img {
	width: 100%;
}
.banner-wrap .cap-wrap,
.cap-wrap p {
	position: absolute;
}
.cap-wrap p {
	color: #ffffff;
	line-height: 1;
}
.cap-wrap p:after {
	content: "";
	display: inline-block;
	background: url(../img/common/arrow-blue-right.png) 50% 50% no-repeat;
	background-size: 100% auto;
	float: right;
}

/* short */
.short .h-wrap {
	background-image: url(../img/top/short-main-cap.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.short .h-wrap h1 {
	bottom: 0;
	left: 0;
}
.short .inner-wrap h2 {
	background-image: url(../img/study/short-h2-arrow.png);
}
.short .inner-wrap strong span {
	color: #93AD1E;
}
.short ul.expense-list li {
	border-color: #93AD1E;
	background: #93AD1E;
}
.expense-list li span {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: block;
	width: 100%;
}
.expense-list li:nth-child(1) span {
	background-image: url(../img/study/short-icon-01.png);
}
.expense-list li:nth-child(2) span {
	background-image: url(../img/study/short-icon-02.png);
}
.expense-list li:nth-child(3) span {
	background-image: url(../img/study/short-icon-03.png);
}
.expense-list li:nth-child(4) span {
	background-image: url(../img/study/short-icon-04.png);
}
.expense-list li:nth-child(5) span {
	background-image: url(../img/study/short-icon-05.png);
}
.short .banner-wrap {
	background-image: url(../img/top/long-main-img.jpg);
}
.short .cap-wrap {
	background-image: url(../img/top/long-main-cap.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
.short .cap-wrap p {
	text-align: right;
	bottom: 0;
	right: 0;
}


/* long */
.long .h-wrap {
	background-image: url(../img/top/long-main-cap.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
.long .h-wrap h1 {
	text-align: right;
	bottom: 0;
	right: 0;
}
.long .inner-wrap h2 {
	background-image: url(../img/study/long-h2-arrow.png);
}
.long .inner-wrap strong span {
	color: #EB665F;
}
.long ul.expense-list li {
	border-color: #EB665F;
	background: #EB665F;
}
.long ul.about-list li {
	border: 2px solid #EB665F;
	box-sizing: border-box;
}
.long ul.about-list {
	margin: auto;
}
.long .about-list li {
	text-align: center;
}
.long .about-list li a {
	color: #EB665F;
	display: block;
	background-image: url(../img/common/arrow-blue-right.png);
	background-position: 94% 50%;
	background-repeat: no-repeat;
}
.long .about-list li a h3 {
	font-weight: normal;
}
.long .banner-wrap {
	background-image: url(../img/top/short-main-img.jpg);
}
.long .cap-wrap {
	background-image: url(../img/top/short-main-cap.png);
	background-repeat: no-repeat;
}
.long .cap-wrap p {
	bottom: 0;
	left: 0;
}




/**==============================================**/
/**==============================================**/
/*
/*
/*			SP
/*
/*
/**==============================================**/
/**==============================================**/


@media screen and (max-width:599px){

	body {}
	header {}

	/* sp main-img */
	div.main-img-wrap {
		position: relative;
		overflow: hidden;
	}
	.h-wrap {
		height: 60%;
		margin-top: -17%;
		background-size: auto 65%;
	}
	.h-wrap h1 {
		width: 90%;
	}
	.h-wrap h1 span {
		font-size: .7em;
	}


	/* sp inner */
	div.inner-wrap {
	}
	.inner-wrap h2 {
		width: 76%;
		line-height: 4em;
		margin-top: -1em;
		letter-spacing: .1rem;
		text-indent: .1rem;
		font-size: 2.1rem;
		margin-bottom: 5%;
	}
	.inner-wrap h2:after {
		content: "";
		display: block;
		padding-top: 34.1%;
	}
	.inner-wrap h2 span {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		margin-top: -.3em;
		display: block;
	}
	.inner-wrap strong {
		font-size: 1.5rem;
		line-height: 1.7;
	}
	.inner-wrap strong span {
		font-size: 1.6rem;
	}
	.inner-wrap > p {
		font-size: 1.4rem;
		line-height: 1.8;
		margin: 5% auto;
		width: 94%;
	}

	ul.expense-list {
		width: 94%;
		margin: 0 auto 3%;
	}
	.expense-list li {
		width: 48%;
		float: left;
		margin-bottom: 2%;
		color: #ffffff;
		font-size: 1.6rem;
		line-height: 2;
		font-weight: bold;
	}
	.expense-list li:nth-child(even) {
		float: right;
	}
	.expense-list li:last-child {
		color: #221814;
	}

	/* sp period */
	ul.period-list {
		margin-bottom: 5%;
	}
	.period-list li dl {}
	.period-list li dl dt {
		padding: 26% 0;
		display: block;
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}
	.period-list li dl dd {
		text-align: center;
		font-weight: bold;
		font-size: 1.4rem;
	}
	.period-wrap p {
		font-size: 1.6rem;
		line-height: 1.8;
		margin: 0 auto 3%;
		width: 94%;
		font-weight: bold;
	}
	.period-wrap span {
		font-size: 1.3rem;
		margin: 0 auto 3%;
		width: 94%;
	}


	/* sp banner-wrap */
	div.banner-wrap {
		background-size: auto 120%;
		background-position: 54% 100%;
		width: 94%;
		position: relative;
		margin: 8% auto;
		background-size: 100% auto !important;
	}
	.banner-wrap:before {
		content: "";
		display: block;
		padding-top: 54.5%;
	}
	.banner-wrap .cap-wrap {
		width: 80%;
		height: 70%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		background-size: auto 80%;
	}
	.cap-wrap p {
		position: absolute;
		font-size: 2rem;
	}
	.cap-wrap p span {
		font-size: 1.6rem;
	}
	.cap-wrap p:after {
		width: 1em;
		height: 1em;
		margin: 0 0 0 .5em;
	}


	/* sp dw-list */
	ul.dw-list {
		width: 88%;
		margin: 5% auto 0;
	}
	.dw-list li {
		width: 100%;
		margin-bottom: 3%;
	}
	.dw-list li a {
		width: 100%;
		margin: auto;
		box-sizing: border-box;
		border-width: 2px;
		line-height: 1.4;
		background-size: 1em !important;
	}


	/* sp short */
	.short-list li dl {}
	.short-list li dl dt {
		background-size: auto 60%;
	}
	.short-list li:nth-child(1) dl dt {
		background-image: url(../img/top/short-month-01.png);
	}
	.short-list li:nth-child(2) {
		width: 33.4%;
	}
	.short-list li:nth-child(2) dl dt {
		background-image: url(../img/top/short-month-02.png);
	}
	.short-list li:nth-child(3) dl dt {
		background-image: url(../img/top/short-month-03.png);
	}
	.expense-list li span {
		padding-top: 3em;
		padding-bottom: .5em;
		background-position: 50% -.5em !important;
		background-size: 70% auto;
	}
	.expense-list li:last-child span {
		height: 88px;
		width: 162px;
	}





	/* sp long */
	.long .inner-wrap h2 {
		line-height: 1.6;
		padding-top: 0;
	}
	.long .inner-wrap h2 span {
		margin-top: 0;
	}
	.long-list li {
		float: left;
		width: 48%;
	}
	.long-list li:nth-child(even) {
		float: right;
	}
	.long-list li dl {}
	.long-list li dl dt {
		background-size: auto 60%;
	}
	.long-list li:nth-child(1) dl dt {
		background-image: url(../img/top/long-year-1_3.png);
	}
	.long-list li:nth-child(2) dl dt {
		background-image: url(../img/top/long-year-1_6.png);
	}
/*
	.long-list li:nth-child(3) {
		width: 33.4%;
	}
*/
	.long-list li:nth-child(3) dl dt {
		background-image: url(../img/top/long-year-1_9.png);
	}
	.long-list li:nth-child(4) dl dt {
		background-image: url(../img/top/long-year-2_0.png);
	}
	.long ul.about-list {
		width: 88%;
		margin-bottom: 5%;
	}
	.about-list li {
		width: 100%;
		margin-bottom: 3%;
	}
	.about-list li:last-child {
		margin: 0;
	}
	.about-list li a {
		line-height: 3;
		font-size: 1.8rem !important;
		text-decoration: none;
		background-size: auto 1.2em;
	}
	.long p.att {
		font-weight: normal;
		line-height: 1.7;
		margin-bottom: 8%;
	}








}




@media screen and (min-width: 600px) and (max-width: 959px){

	.long-list li {
		float: left !important;
		width: 48% !important;
	}
	.long-list li:nth-child(even) {
		float: right !important;
	}
	.long-list li:nth-child(-n+2) {
		margin-bottom: 30px;
	}


}



/*
@media screen and (min-width: 960px) and (max-width: 1280px){}
*/









/**==============================================**/
/**==============================================**/
/*
/*
/*			PC
/*
/*
/**==============================================**/
/**==============================================**/
@media print, screen and (min-width:600px){

	body {}

	div.content-wrap {
		border-bottom: 7px solid #EEEFEF;
		padding-bottom: 90px;
	}
	header {}



	/* pc main-img */
	div.main-img-wrap {
		overflow: hidden;
	}
	.h-wrap {
		height: 45%;
		margin-top: -17%;
		background-size: auto 71%;
	}
	.h-wrap h1 {
		width: 50%;
	}
	.h-wrap h1 span {
		font-size: .7em;
	}

	/* pc inner */
	div.inner-wrap {}
	.inner-wrap h2 {
		width: 364px;
		height: 124px;
		line-height: 96px;
		margin-top: -50px;
		margin-bottom: 37px;
		letter-spacing: .2rem;
		text-indent: .2rem;
		font-size: 30px;
	}
	.inner-wrap strong {
		font-size: 25px;
		line-height: 1.7;
	}
	.inner-wrap strong span {
		font-size: 31px;
	}
	.inner-wrap > p {
		font-size: 18px;
		line-height: 1.8;
		margin: 23px auto 68px;
	}

	ul.expense-list {
		max-width: 1156px;
		margin: auto;
	}
	.expense-list li {
		width: 15.1%;
		float: left;
		margin-right: 1.73%;
		line-height: 63px;
		color: #ffffff;
		font-size: 18px;
	}
	.expense-list li:first-child {
		margin-left: .4%;
	}
	.expense-list li:last-child {
		margin-right: 0;
		color: #221814;
	}

	/* pc period */
	div.period-wrap {}
	.period-wrap ul.period-list {
		display: table;
		table-layout: fixed;
		width: 96%;
		margin: 100px auto 0;
		max-width: 1186px;
	}
	.period-list li {
		display: table-cell;
		width: 33.3%;
	}
	.period-list li dl {
	}
	.period-list li dl dt {
		height: 120px;
		display: block;
		background-repeat: no-repeat;
		background-position: 58% 50%;
		margin-bottom: 30px;
	}
	.period-list li dl dd {
		text-align: center;
		font-weight: bold;
		font-size: 40px;
	}
	.period-wrap p {
		font-size: 25px;
		margin: 48px auto 22px;
	}
	.period-wrap span {
		font-size: 18px;
		margin-bottom: 45px;
	}
	.period-wrap > a {
		max-width: 425px;
		height: 95px;
		width: 33%;
		font-size: 25px;
		line-height: 95px;
		letter-spacing: .2rem;
		text-indent: .2em;
		background-size: auto 1.2em;
	}
	.period-wrap > a:hover {
		background-size: auto 1.2em;
	}

	/* pc banner-wrap */
	div.banner-wrap {
		max-width: 1156px;
		width: 88.9%;
		position: relative;
		margin-top: 80px;
		min-height: 270px;
		background-size: 100% auto !important;
	}
	.banner-wrap a {
		min-height: 270px;
		-webkit-transition-duration: .3s;
		-moz-transition-duration: .3s;
		-ms-transition-duration: .3s;
		-o-transition-duration: .3s;
		transition-duration: .3s;
	}
	.banner-wrap a:hover {
		background: rgba(255,255,255,.3);
	}
	.banner-wrap .cap-wrap {
		width: 88.9%;
		height: 66%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		background-size: auto 120px;
	}
	.cap-wrap p {
		font-size: 37px;
	}
	.cap-wrap p span {
		font-size: 25px;
	}
	.cap-wrap p:after {
		width: 27px;
		height: 27px;
		margin: 6px 0 0 8px;
	}


	/* pc dw-list */
	ul.dw-list {
		max-width: 1156px;
		width: 88.9%;
		margin: auto;
	}
	.dw-list li {
		margin: 0 1%;
		float: left;
		max-width: 425px;
		font-size: 25px;
		line-height: 95px;
		letter-spacing: .2rem;
		text-indent: .2em;
		background-size: auto 1.2em;
	}
	.dw-list li a {
		width: 100%;
		margin: auto;
		box-sizing: border-box;
		display: table-cell;
		width: 280px;
		max-width: 96%;
		margin: auto;
		height: 64px;
		vertical-align: middle;
		line-height: 1.3;
		background-size: 8% !important;
	}
	.dw-list li a span {
/*		font-size: 18px;*/
		margin-bottom: 0;
	}

	.short .dw-list {
	}
	.short .dw-list li {
		width: 46%;
		max-width: 280px;
		margin: 0 2%;
	}
	.short .dw-list li:last-child {
		float: right;
	}
	.short .dw-list li a {
		max-width: 370px;
		border-width: 2px;
	}
	.short ul.dw-list {
		max-width: 820px;
		width: 90%;
	}
	.short .dw-list li {
		width: 46%;
		float: left;
		max-width: 425px;
		max-width: 280px;

		font-size: 25px;
		line-height: 95px;
		letter-spacing: .2rem;
		text-indent: .2em;
		background-size: auto 1.2em;
		margin: 0 2%;
	}
	.short .dw-list li a {
		display: block;
		max-width: 370px;
		width: 100%;
		margin: auto;
		border-width: 2px;
		line-height: 2.8;
	}

	
	
	
	.long .dw-list li {
		width: 23%;
	}




	/* pc short */
	.expense-list li {
		line-height: 1.7;
	}
	.expense-list li span {
		padding-top: 5em;
		padding-bottom: 1em;
	}
	.expense-list li:last-child span {
		height: 138px;
		width: 175px;
	}
	.short-list li dl {}
	.short-list li dl dt {
		background-size: auto 100%;
	}
	.short-list li:nth-child(1) dl dt {
		background-image: url(../img/top/short-month-01.png);
	}
	.short-list li:nth-child(2) {
		width: 33.4%;
	}
	.short-list li:nth-child(2) dl dt {
		background-image: url(../img/top/short-month-02.png);
	}
	.short-list li:nth-child(3) dl dt {
		background-image: url(../img/top/short-month-03.png);
	}
	.short .cap-wrap p {
		bottom: 0;
		rght: 0;
	}

	/* pc long */
	.long .inner-wrap h2 {
		font-size: 29px;
		padding-top: 1%;
		box-sizing: border-box;
		line-height: 37px;
	}
	.long .inner-wrap h2 i {
		display: block;
		font-style: normal;
		font-size: 18px;
	}
	
	
	.long-list li {
		width: 25%;
	}
	.long-list li dl {}
	.long-list li dl dt {
		background-size: auto 100%;
	}
	.long-list li:nth-child(1) dl dt {
		background-image: url(../img/top/long-year-1_3.png);
	}
	.long-list li:nth-child(2) dl dt {
		background-image: url(../img/top/long-year-1_6.png);
	}
	.long-list li:nth-child(3) {
		/*		width: 33.4%;*/
	}
	.long-list li:nth-child(3) dl dt {
		background-image: url(../img/top/long-year-1_9.png);
	}
	.long-list li:nth-child(4) dl dt {
		background-image: url(../img/top/long-year-2_0.png);
	}

/*
	.long-list li:nth-child(1) dl dt {
		background-image: url(../img/top/long-year-01.png);
	}
	.long-list li:nth-child(2) {
		width: 33.4%;
	}
	.long-list li:nth-child(2) dl dt {
		background-image: url(../img/top/long-year-02.png);
	}
	.long-list li:nth-child(3) dl dt {
		background-image: url(../img/top/long-year-03.png);
	}
*/
	.long-wrap > p {
		text-align: center;
		font-size: 25px;
		width: 94%;
		margin: 70px auto 0;
		line-height: 1.7;
	}
	.long ul.about-list {
		max-width: 1156px;
		width: 88.9%;
		margin-bottom: 55px;
	}
	.about-list li {
		width: 31.4%;
		float: left;
		margin-right: 2.5%;
	}
	.about-list li:last-child {
		margin-right: 0;
	}
	.about-list li a {
		line-height: 83px;
		text-decoration: none;
		-webkit-transition-duration: .3s;
		-moz-transition-duration: .3s;
		-ms-transition-duration: .3s;
		-o-transition-duration: .3s;
		transition-duration: .3s;
		background-size: auto 1.2em;
	}
	.about-list li a:hover {
		background-color: #eb665f;
		color: #ffffff;
		background-image: url(../img/common/arrow-white-right.png);
	}
	.long p.att {
		line-height: 1.7;
		margin-bottom: 75px;
		font-size: 18px;
	}










}




















