/**==============================================**/
/*
/*			共通
/*
/**==============================================**/

.min-inner {
	margin-right: auto;
	margin-left: auto;
}


/* main-img */
.main-img-wrap div.main-img-catch {
	position: absolute;
}
.main-img-catch {}
.main-img-catch h2 img {
	display: block;
	max-width: 100%;
	height: auto;
}
.main-img-catch h2 strong {
	display: block;
	color: #fff;
	text-align: center;
	font-weight: normal;
}



/* sec-01 */
div.sec-01 {}
.sec-01 {}
.sec-01 h2 {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #f5a60c;
	border-radius: 10px;
	color: #f5a60c;
}
.sec-01 div.soon {
	margin-right: auto;
	margin-left: auto;
	background: #f2f2e8;
}
.sec-01 .soon strong span {
	border-radius: 10px;
	background: #fff;
	color: #f5a60c;
}
.sec-01 .soon p {
	color: #ff6300;
}



/* sec-02 */
div.sec-02 {}
.sec-02 h2 {
	text-align: center;
}
.sec-02 .point-list li > strong,
.sec-02 .point-list li a.contact,
.sec-02 .point-list li em {
	color: #f5a60c;
}
.sec-02 .point-list p.ind,
.sec-02 .point-list ul.ind-list li {
	padding-left: 1em;
	text-indent: -1em;
}
.sec-02 .point-list .ind-list span:nth-of-type(1) {
	margin-right: .5em;
}
.sec-02 .point-list .ind-list span:nth-of-type(2) {
	margin-right: 1em;
}
.sec-02 .point-list li:last-child strong a {
	color: #ff6300;
}
.sec-02 .point-list li:last-child  span:nth-of-type(1) {
	margin-right: 1em;
}








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

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

	div.content-wrap {
		margin-bottom: 10%;
	}

	.min-inner {
		width: 94%;
	}


	div.main-img-wrap {
		overflow: hidden;
		max-height: 508px;
	}
	.main-img-wrap > img {
		margin-left: -20%;
		width: 140%;
		height: auto;
	}
	.main-img-wrap div.main-img-catch {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		-webkit-transform: translate(-50%, -16%);
		-ms-transform: translate(-50%, -16%);
		transform: translate(-50%, -16%);
	}
	.main-img-catch h2 {
		font-size: 1.7rem;
	}
	.main-img-catch h2 img {
		margin: auto;
		width: 60%;
	}
	.main-img-catch h2 strong {
		text-indent: .2em;
		letter-spacing: .2em;
	}



	/* sec-01 */
	div.sec-01 {
		padding-bottom: 18%;
	}
	.sec-01 div.sec-01-inner {
		text-align: center;
	}
	.sec-01-inner p.cap {
		display: inline-block;
		padding: 8% 0;
		text-align: left;
		font-size: 1.5rem;
		line-height: 1.8;
	}
	.sec-01 h2 {
		margin-bottom: 8%;
		max-width: 308px;
		width: 90%;
		font-size: 2.2rem;
		line-height: 68px;
	}
	.sec-01 p:not(.cap) {
		margin-bottom: 8%;
		font-size: 1.8rem;
	}
	.sec-01 div.soon {
		box-sizing: border-box;
		padding: 5% 3%;
		width: 96%;
	}
	.sec-01 div.soon > * {
		text-align: center;
	}
	.sec-01 .soon strong {
		display: block;
		margin-bottom: 5%;
	}
	.sec-01 .soon strong span {
		display: inline-block;
		width: 80%;
		font-size: 2rem;
		line-height: 2.4em;
	}
	.sec-01 .soon ul {
		box-sizing: border-box;
		margin-bottom: 5%;
	}
	.sec-01 .soon ul li {
		font-size: 1.7rem;
		line-height: 1.6;
	}
	.sec-01 .soon ul li span {
		display: inline-block;
		line-height: 1.6;
	}
	.sec-01 .soon p {
		margin-bottom: 0;
		font-size: 2rem;
	}



	/* sec-02 */
	div.sec-02 {}
	.sec-02 h2 {
		margin-bottom: 8%;
		text-indent: .2em;
		letter-spacing: .2em;
		font-size: 2.2rem;
	}
	.sec-02 .point-list > li {
		border-top: 1px solid #c7c8c9;
	}
	.sec-02 .point-list li > strong {
		display: block;
		padding: 5% 0 2% 3%;
		font-size: 1.8rem;
	}
	.sec-02 .point-list li > div {
		box-sizing: border-box;
		padding: 3% 3% 5%;
	}
	.sec-02 .point-list li > div * {
		font-size: 1.6rem;
		line-height: 1.8;
	}
	.sec-02 .point-list p.ind,
	.sec-02 .point-list ul.ind-list li {
		margin-bottom: 2%;
	}
	.sec-02 .point-list .ind-list span {
		display: block;
		padding-left: 1em;
		line-height: 1.8;
	}
	.sec-02 .point-list a {
		text-decoration: underline;
	}
	.sec-02 .point-list > li:last-child strong a {
		font-size: 2.3rem;
	}
	.sec-02 .point-list > li:last-child  span {
		display: inline-block;
	}




}



/* vw 修正 */
/*@media screen and (min-width:480px) and (max-height:736px) and (max-width: 959px) {}*/


/**==============================================**/
/*
/*			sp-l ～ tab
/*
/**==============================================**/

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

	div.content-wrap {
		margin-bottom: 80px;
	}

	.min-inner {
		max-width: 96%;
	}


	div.main-img-wrap {
		overflow: hidden;
		max-height: 508px;
	}
	.main-img-wrap > img {
		width: 100%;
		height: auto;
	}
	.main-img-wrap div.main-img-catch {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -36%);
		-ms-transform: translate(-50%, -36%);
		transform: translate(-50%, -36%);
	}
	.main-img-catch h2 strong {
		text-indent: .2em;
		letter-spacing: .2em;
	}



	/* sec-01 */
	div.sec-01 {}
	.sec-01 div.sec-01-inner {
		margin-bottom: 54px;
		text-align: center;
	}
	.sec-01-inner p.cap {
		padding: 54px 0 28px;
		font-size: 16px;
		line-height: 2.02;
	}
	.sec-01 h2 {
		margin-bottom: 28px;
		max-width: 308px;
		font-size: 26px;
		line-height: 78px;
	}
	.sec-01 p:not(.cap) {
		margin-bottom: 28px;
		font-size: 20px;
	}
	.sec-01 div.soon {
		box-sizing: border-box;
		padding: 0 28px;
		max-width: 684px;
	}
	.sec-01 div.soon > * {
		display: table-cell;
		height: 100px;
		vertical-align: middle;
	}
	.sec-01 .soon strong {
		width: 166px;
	}
	.sec-01 .soon strong span {
		display: inline-block;
		width: 100%;
		font-size: 21px;
		line-height: 50px;
	}
	.sec-01 .soon ul {
		box-sizing: border-box;
		padding: 0 10px 0 20px;
		width: 350px;
		text-align: left;
	}
	.sec-01 .soon ul li {
		font-size: 20px;
		line-height: 1.6;
	}
	.sec-01 .soon p {
		margin-bottom: 54px;
		font-size: 20px;
	}



	/* sec-02 */
	div.sec-02 {}
	.sec-02 h2 {
		margin-bottom: 54px;
		text-indent: .2em;
		letter-spacing: .2em;
		font-size: 24px;
	}
	.sec-02 ul.point-list {
	}
	.sec-02 .point-list > li {
		border-top: 1px solid #c7c8c9;
	}
	.sec-02 .point-list > li > * {
		display: table-cell;
		vertical-align: middle;
	}
	.sec-02 .point-list li > strong {
		width: 190px;
		text-align: center;
		font-size: 18px;
	}
	.sec-02 .point-list li > div {
		box-sizing: border-box;
		padding: 24px 40px;
		width: 676px;
	}
	.sec-02 .point-list li > div * {
		font-size: 16px;
		line-height: 2;
	}
	.sec-02 .point-list li em {
	}
	.sec-02 .point-list p.ind,
	.sec-02 .point-list ul.ind-list li {
	}
	.sec-02 .point-list .ind-list span:nth-of-type(1) {
	}
	.sec-02 .point-list li:last-child strong a {
		font-size: 32px;
	}
	.sec-02 .point-list li a.contact:hover {
		text-decoration: underline;
	}








}


/**==============================================**/
/*
/*			sp tab 共通
/*
/**==============================================**/

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


/**==============================================**/
/*
/*			PC
/*
/**==============================================**/

@media print,	screen and (min-width:960px) {

	div.content-wrap {
		margin-bottom: 28px;
	}

	.min-inner {
	max-width: 866px;
	}
	
	
	div.main-img-wrap {
		overflow: hidden;
		margin-top: 90px;
		max-height: 508px;
	}
	.main-img-wrap > img {
		width: 100%;
		height: auto;
	}
	.main-img-wrap div.main-img-catch {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -36%);
		-ms-transform: translate(-50%, -36%);
		transform: translate(-50%, -36%);
	}
	.main-img-catch h2 strong {
		text-indent: .2em;
		letter-spacing: .2em;
	}





	/* sec-01 */
	div.sec-01 {}
	.sec-01 div.sec-01-inner {
		margin-bottom: 88px;
		text-align: center;
	}
	.sec-01 p.cap {
		padding: 54px 0 28px;
		font-size: 16px;
		line-height: 2.02;
	}
	.sec-01 h2 {
		margin-bottom: 28px;
		max-width: 308px;
		font-size: 26px;
		line-height: 78px;
	}
	.sec-01 p:not(.cap) {
		margin-bottom: 28px;
		font-size: 20px;
	}
	.sec-01 div.soon {
		box-sizing: border-box;
		padding: 0 28px;
		max-width: 684px;
	}
	.sec-01 div.soon > * {
		display: table-cell;
		height: 100px;
		vertical-align: middle;
	}
	.sec-01 .soon strong {
		width: 166px;
	}
	.sec-01 .soon strong span {
		display: inline-block;
		width: 100%;
		font-size: 21px;
		line-height: 50px;
	}
	.sec-01 .soon ul {
		box-sizing: border-box;
		padding: 0 10px 0 20px;
		width: 350px;
		text-align: left;
	}
	.sec-01 .soon ul li {
		font-size: 20px;
		line-height: 1.6;
	}
	.sec-01 .soon p {
		margin-bottom: 54px;
		font-size: 20px;
	}



	/* sec-02 */
	div.sec-02 {}
	.sec-02 h2 {
		margin-bottom: 54px;
		text-indent: .2em;
		letter-spacing: .2em;
		font-size: 24px;
	}
	.sec-02 ul.point-list {
	}
	.sec-02 .point-list > li {
		border-top: 1px solid #c7c8c9;
	}
	.sec-02 .point-list > li > * {
		display: table-cell;
		vertical-align: middle;
	}
	.sec-02 .point-list li > strong {
		width: 190px;
		text-align: center;
		font-size: 18px;
	}
	.sec-02 .point-list li > div {
		box-sizing: border-box;
		padding: 24px 0 24px 40px;
		width: 676px;
	}
	.sec-02 .point-list li > div * {
		font-size: 16px;
		line-height: 2;
	}
	.sec-02 .point-list li em {
	}
	.sec-02 .point-list p.ind,
	.sec-02 .point-list ul.ind-list li {
	}
	.sec-02 .point-list .ind-list span:nth-of-type(1) {
	}
	.sec-02 .point-list li:last-child strong a {
		font-size: 32px;
	}
	.sec-02 .point-list li a.contact:hover {
		text-decoration: underline;
	}




}




/* vw 修正 */
@media print, screen and (min-width:1300px) {}




/**==============================================**/
/*
/*			print
/*
/**==============================================**/

@media print {}
