@charset "euc-jp";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* CSS Document */
body {
	color: #3c4549;
	font-feature-settings: "palt";
}

img {
	max-width: 100%;
}

.br-sp {
	display: none;
}

.wrap {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 100%;
	color: #020200;
}

.page-wrap {
	padding: 70px 0;
}

.page-head {
	padding: 32px 0;
	margin-bottom: 0 !important;
	background-color: #39B900;
	position: relative;
}

.content-inner {
	max-width: 1024px;
	width: 100%;
	padding: 4rem 1rem;
	margin: 0 auto;
}

.cta-inner {
	max-width: 1024px;
	width: 100%;
	padding: 0 1rem;
	margin: 0 auto;
}

.section-title {
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 2.5rem;
    font-weight: 600;
}

.section-sub-title {
	font-size: 2.8rem;
	text-align: center;
	font-weight: 600;
	margin: 3rem 0 1.5rem;
}

.lead-text {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}


/* -----------------------------------------------------------------
	main
----------------------------------------------------------------- */
.breadcrumb {
	max-width: 1024px;
	width: 100%;
}

.breadcrumb,.breadcrumb a, .breadcrumb-item:not(:last-child)::after {
	color: #fff;
}

.breadcrumb-wrap {
	margin-bottom:32px;
}

.breadcrumb-item {
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif !important;
}

.main-wrap {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 32px;
	text-align: center;
	background: url("../images/main-bg.svg") no-repeat;
	background-size: contain;
    background-position: top;
}

.main-sub-title {
	width: 50%;
	margin-bottom: .5rem;
}

.main-title {
	font-size: 5rem;
	font-weight: bold;
	color: #fff;
	margin-bottom: 1rem!important;
}

.main-bottom {
	max-width: 680px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.main-text {
	/*max-width: 80%;*/
	font-weight: 500;
	color: #fff;
	text-align: center;
	display: inline-block;
}

/* -----------------------------------------------------------------
	point
----------------------------------------------------------------- */
.point-wrap {
	display: flex;
	align-self: center;
	justify-content: space-between;
}

.point-item {
	width: calc(100% / 3 - 1.6rem);
}

.point-title-num {
    font-size: 2.5rem;
    color: #fff;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: #39B900;
    text-align: center;
    line-height: 4.5rem;
    margin-right: .5rem;
    display: inline-block;
}

.point-title {
	display: flex;
	margin-bottom: 1rem;
	font-weight: 500;
}


/* -----------------------------------------------------------------
	use
----------------------------------------------------------------- */
.use-image-wrap {
	margin-top: 3rem;
	display: flex;
	justify-content: space-between;
}

.use-image-item {
	width: calc(50% - 2.5rem);
	text-align: center;
}

.image-caption {
	display: inline-block;
	margin-top: 1.5rem;
	text-align: left;
}

.use-image-arrow {
	width: 2rem;
	align-self: center;
	position: relative;
		top: -3rem;
}

/* -----------------------------------------------------------------
	price
----------------------------------------------------------------- */
.price-contents {
	width: 80%;
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}

.price-table-wrap {
	margin: 4rem auto 2rem;
	width: 100%;
}

.price-table-head {
	font-weight: bold;
	padding: 0.8rem 3.2rem;
	background: #DCDCDC;
	border: solid #fff 2px;
	width: 50%;
	align-content: center;
	font-size: 1.6rem;
}

.table-text-small {
	font-size: 80%;
	line-height: 1.2;
	display: block;
}

.price-table-text {
	font-weight: 500;
	text-align: left;
	padding: 0.8rem 3.2rem;
	background: #F5F5F5;
	border: solid #fff 2px;
	width: 50%;
	font-size: 1.6rem;
}

.table-text-plus {
	font-weight: bold;
	margin-right: .25rem;
	display: inline-block;
}

.table-bottom-notes {
    width: 100%;
    font-size: 80%;
    text-align: left;
    display: inline-block;
    margin-bottom: 2rem;
	line-height: 1.8;
}


/* -----------------------------------------------------------------
attention
----------------------------------------------------------------- */
.attention-inner {
	padding: 2rem;
	margin: 0 4rem;
	background: #F5F5F5;
	text-align: center;
}

.attention-title {
    font-size: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.attention-title::before {
    width: 3.2rem;
    height: 3rem;
    content: "";
    background-size: 1.25rem 1.25rem;
    background: url(../images/attention-icon.svg);
    margin-right: 1.25rem;
    display: inline-block;
    background-repeat: no-repeat;
}

.attention-item {
	text-align: left;
	margin-top: 1.5rem;
}

.attention-sub-title {
	padding-bottom: .4rem;
	margin-bottom: .4rem;
	border-bottom: solid 2px;
	font-weight: 500;
}

.attention-text {
	font-size: 80%;
}

/* -----------------------------------------------------------------
	cta
----------------------------------------------------------------- */

.btn-text-wrap {
	margin-bottom: 1.5rem;
}
.btn-text {
    text-align: center;
    font-size: 2rem;
}
.cta-text {
	margin-top: 1rem;
}


.btn-large:link, .btn-large:visited, .btn-large:active{
	font-size: 2rem;
}


/* -----------------------------------------------------------------
	レスポンシブ
----------------------------------------------------------------- */
@media (max-width: 640px){
	.br-pc 	{
		display: none;
	}
	
	.br-sp {
		display: inline-block;
	}
	
	.page-wrap {
		padding: 30px 0 0 !important;
	}
	
	.section-title {
		margin-bottom: 3.2rem;
	}
	
	.content-inner {
		padding: 3.2rem 1.6rem 1.6rem;
	}
	
	.lead-text {
		text-align: left;
	}
	.breadcrumb-wrap {
    	margin: 10px 0;
	}
	
	/* -----------------------------------------------------------------
		main
	----------------------------------------------------------------- */
	.main-wrap {
		width: 100%;
		margin: 0 auto;
		padding: 0 .8rem 3.2rem;
		background: none;
		position: relative;
	}
	
	.main-sub-title {
		width: 100%;
	}

	.main-title {
		font-size: 2.8rem;
	}

	.main-text {
		font-size: 1.5rem;
		width: 100%;
		font-weight: 500;
		margin-right: auto;
	}

	/* -----------------------------------------------------------------
		point
	----------------------------------------------------------------- */
	.point-wrap {
		flex-direction: column;
	}

	.point-item {
		width: 100%;
		margin-bottom: 2rem;
	}

	/* -----------------------------------------------------------------
		use
	----------------------------------------------------------------- */
	.use-image-wrap {
		margin-top: 2rem;
		flex-direction: column;
	}

	.use-image-item {
		width: 100%;
	}

	.use-image-arrow {
		width: 2rem;
		align-self: center;
		position: static;
			top: 0;
		margin: .5rem 0 1rem;
		transform: rotate(90deg);
	}

	/* -----------------------------------------------------------------
		price
	----------------------------------------------------------------- */
	.price-contents {
		width: 100%;
	}

	.price-table-wrap {
		margin: 2rem auto 1rem;
		font-size: .875rem;
	}

	.price-table-head {
		font-weight: bold;
	}

	.table-text-plus {
		margin-right: .25rem;
	}

	.table-bottom-notes {
		margin-bottom: 1rem;
	}

	/* -----------------------------------------------------------------
	attention
	----------------------------------------------------------------- */
	.attention-inner {
		padding: 1rem;
		margin: 0;
	}

	.attention-title {
		font-size: 1.5rem;
	}

	.attention-item {
		margin-top: 1.5rem;
	}

	.attention-sub-title {
		font-size: .875rem;
	}

	.attention-text {
		font-size: .75rem;
	}
	
/* -----------------------------------------------------------------
	cta
	----------------------------------------------------------------- */
	.cta-text {
		text-align: left;
	}
	
	.cta-inner {
		padding: 0 1rem 2rem;
		font-size: 1rem;
	}
	.btn-large:link, .btn-large:visited, .btn-large:active{
		font-size: 1.6rem;
	}
}