
.mv {
	padding:0;
	background: url(../images/lp_mv_bk.jpg) no-repeat;
	background-position: top center;
	background-size: cover;
	height: 654px;
	position: relative;
}

.title_pt {
	text-align: center;
	margin-bottom: 50px;
}

.ctitle_pt {
	margin-bottom: 40px;
	position: relative;
	color: #00afb8;
	font-size: 18px;
	text-align: center;
	font-family: "Chillax-Medium";
}
.ctitle_pt .search_title {
	font-size: 28px;
	line-height: 1.5;
	font-family: "SnellRoundhand";
	letter-spacing: 3px;
	color: #000;
}
.ctitle_pt img {
	margin-right: 10px;
}

.special_pt {
	background-color: #efac69;
	padding: 80px 0;
}
.special_pt .special_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.special_pt .special_list li {
	width: 48%;
	margin-bottom: 80px;
	text-align: center;
	background-color: #fff;
	padding: 10px 30px 40px 30px;
	border-radius: 10px;
	position: relative;
}

.special_pt .special_list li .num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	border-radius: 80px;
	background-color: #00afb8;
	font-family: "Chillax-Medium"; 
	font-size: 48px;
	font-weight: 500;
	color: #fff;
	position: absolute;
	top: -40px;
	left: calc(50% - 40px);
}
.special_pt .special_list li figure {
	margin: 40px 0 20px 0;
}
.special_pt .special_list li .title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}
.special_pt .special_list li .desc {
	font-size: 16px;
	text-align: left;
}

.price_pt {
	padding: 80px 0;
	background-color: #f8f5eb;
}

.desc {
	font-size: 15px;
	text-align: center;
}
.price_list {
	width: 100%;
	max-width: 940px;
	padding: 0 20px;
	margin: 30px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.price_list li {
	width: 49%;
	margin-bottom: 40px;
}
.price_list li:first-child {
	width: 100%;
	margin-bottom: 20px;
}
.price_list li .title {
	background-color: #000;
	border-radius: 10px 10px 0 0;
	padding: 10px 0;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.price_list li .price_item {
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	padding: 10px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.price_list li .price_item .lt_item {
	text-align: left;
	color: #000;
}
.price_list li .price_item .lt_item .ttitle {
	font-size: 13px;
	font-weight: bold;
}
.price_list li .price_item .lt_item .price_box {
	display: flex;
	align-items: baseline;
}
.price_list li .price_item .lt_item .price_box .num {
	font-family: "Chillax-Medium"; 
	font-size: 26px;
	font-weight: 500;
	line-height: 1;
}
.price_list li .price_item .lt_item .price_box .unit {
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
}

.price_list li .price_item figure {
	margin: 0 10px;
}

.price_list li .price_item .rt_item {
	text-align: left;
	color: #ea933c;
}
.price_list li .price_item .rt_item .ttitle {
	font-size: 16px;
	font-weight: bold;
}
.price_list li .price_item .rt_item .price_box {
	display: flex;
	align-items: baseline;
}
.price_list li .price_item .rt_item .price_box .num {
	font-family: "Chillax-Medium"; 
	font-size: 38px;
	font-weight: 500;
	line-height: 1;
}
.price_list li .price_item .rt_item .price_box .unit {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}


.price_list li .price_item.price_top_item .lt_item .ttitle {
	font-size: 20px;
}
.price_list li .price_item.price_top_item .lt_item .price_box .num {
	font-family: "Chillax-Medium"; 
	font-size: 40px;
	font-weight: 500;
	line-height: 1;
}
.price_list li .price_item.price_top_item .lt_item .price_box .unit {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}

.price_list li .price_item.price_top_item .rt_item .ttitle {
	font-size: 24px;
	font-weight: bold;
}
.price_list li .price_item.price_top_item .rt_item .price_box .num {
	font-family: "Chillax-Medium"; 
	font-size: 66px;
	font-weight: 500;
	line-height: 1;
}
.price_list li .price_item.price_top_item .rt_item .price_box .unit {
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
}


.flow_pt {
	background-color: #fff;
	padding: 80px 0;
}
.flow_list {
	display: flex;
	justify-content: space-between;
}
.flow_list li {
	width: 17%;
	border: 2px solid #00afb8;
	border-radius: 15px;
	padding: 40px 20px;
	text-align: center;
	position: relative;
}
.flow_list li::after {
	content: "";
	background: url(../images/i_arrow_think.png) no-repeat;
	width: 16%;
	height: 14%;
	background-size: contain;
	position: absolute;
	top: calc(50% - 2vw);
	right: -20%;
	z-index: 1;
}

.flow_list li:last-child::after {
	content: "";
	display: none;
}

.flow_list li .num {
	position: absolute;
	bottom: 0px;
	left: calc(50% - 50px);
	font-family: "Chillax-Medium";
	font-size: 180px;
	font-weight: 500;
	line-height: 1;
	color: #e6edee;
	z-index: 0;
}

.flow_list li figure {
	position: relative;
	margin-bottom: 30px;
}
.flow_list li .title {
	position: relative;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #36434b;
}
.flow_list li .desc {
	position: relative;
	font-size: 15px;
	font-weight: 500;
	color: #36434b;
	text-align: left;
	line-height: 1.5;
}


.comparison_pt {
	background-color: #f8f5eb;
	padding: 80px 0;
}
.comparison_pt .lt_text {
	color: #f0f2f4;
}
.comparison_dt {
	width: 80%;
	margin: 30px auto 50px;
}
.comparison_dt img {
	width: 100%;
}
.comparison_dt tr td {
	background: #fff;
	padding: 10px 5px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
	font-feature-settings: "palt";
    letter-spacing: 0.05em;
    white-space: nowrap;
}
.comparison_dt tr td.bk_gray {
	background-color: #f0f2f4;
}
.comparison_dt tr td > span {
    font-size: 38px;
    line-height: 1.0em;
}
.comparison_dt tr td:last-child {
	border-left: 8px solid #00afb8;
	border-right: 8px solid #00afb8;
}
.comparison_dt tr:first-child td:last-child {
	border-top: 8px solid #00afb8;
}
.comparison_dt tr:last-child td:last-child {
	border-bottom: 8px solid #00afb8;
}
.comparison_dt tr .fontbig {
	font-size: 18px;
}
.comparison_dt tr .td_accent {
	background: #dbfcfe;
    color: #00afb8;
    font-size: 22px;
}
.comparison_dt tr td img {
	width: 100%;
	max-width: 250px;
}

.comparison_pt .desc {
	font-size: 28px;
	font-weight: bold;
	color: #00afb8;
}




.faq_list {
	padding: 50px 0;
}
.faq_list .lt_text {
    color: #fff;
}

.faq_list .faq-item {
	margin-bottom: 30px;
}
.faq_list .faq-item .faq-item-q {
    position: relative;
    display: flex;
    cursor: pointer;
	padding: 15px 0 15px 80px;
	color: #fff;
    font-size: 22px;
    font-weight: bold;
	background-color: #ea933c;
	box-shadow: 0 5px 5px 0 #00000036;
}
.faq_list .faq-item .faq-item-q:before {
    content: "Q";
    position: absolute;
    left: 20px;	
	font-family: "Chillax-Medium"; 
	font-size: 36px;
	font-weight: 400;
	color: #fff;
	line-height: 1;
}
.faq_list .faq-item .faq-item-q:after {
    content: "\e92a";
	position: absolute;
    font-family: 'icomoon' !important;
    right: 20px;
	top: 24px;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}
.faq_list .faq-item.act .faq-item-q:after {
    content: "\e9cb";
}

.faq_list .faq-item .faq-item-a {
    position: relative;
	padding: 18px 0 15px 80px;
	font-size: 16px;
	display: none;
}
.faq_list .faq-item.act .faq-item-a {
	display: block;
}
.faq_list .faq-item .faq-item-a:before {
    content: "A";
    position: absolute;
    left: 20px;
	top: 14px;	
	font-family: "Chillax-Medium"; 
	font-size: 36px;
	font-weight: 400;
	color: #ea933c;
	line-height: 1;
}

/* spview */
@media screen and (max-width:767px) {
	
	.mv {
		height: 46vw;
		position: relative;
	}
	.special_pt {
		padding: 50px 15px;
	}
	
	.special_pt .title_pt img {
		width: 80%;
	}
	.special_pt .special_list li {
		margin-bottom: 10vw;
		padding: 2vw 2vw 4vw 2vw;
	}
	.special_pt .special_list li .num {
		width: 14vw;
		height: 14vw;
		border-radius: 14vw;
		font-size: 9vw;
		top: -6vw;
		left: calc(50% - 8vw);
	}
	.special_pt .special_list li figure {
		margin: 10vw 0 3vw 0;
	}
	.special_pt .special_list li figure img {
		width: 17vw;
	}
	.special_pt .special_list li .title {
		font-size: 4vw;
		line-height: 6vw;
		margin-bottom: 3vw;
	}
	.special_pt .special_list li .desc {
		font-size: 3vw;
	}

	.price_pt {
		padding: 50px 15px;
	}

	.ctitle_pt {
		margin-bottom: 4vw;
		font-size: 4vw;
	}
	.ctitle_pt .search_title {
		font-size: 5vw;
	}

	.desc {
		font-size: 3.5vw;
		text-align: left;
	}

	.price_list {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 4vw 0;
	}
	.price_list li {
		width: 100%;
		margin-bottom: 4vw;
	}
	.price_list li .title {
		padding: 2vw 0;
		font-size: 4vw;
	}
	.price_list li .price_item .lt_item .ttitle {
		font-size: 3vw;
	}
	.price_list li .price_item .lt_item .price_box .num {
		font-size: 5vw;
	}
	.price_list li .price_item .lt_item .price_box .unit {
		font-size: 3vw;
	}
	.price_list li .price_item figure {
		margin: 0 2vw;
	}
	.price_list li .price_item .rt_item .ttitle {
		font-size: 4vw;
	}
	.price_list li .price_item .rt_item .price_box .num {
		font-size: 7vw;
	}
	.price_list li .price_item .rt_item .price_box .unit {
		font-size: 4vw;
	}

	.price_list li .price_item.price_top_item .lt_item .ttitle {
		font-size: 3.5vw;
	}
	.price_list li .price_item.price_top_item .lt_item .price_box .num {
		font-size: 5vw;
	}
	.price_list li .price_item.price_top_item .lt_item .price_box .unit {
		font-size: 3vw;
	}
	.price_list li .price_item.price_top_item .rt_item .ttitle {
		font-size: 4vw;
		font-weight: bold;
	}
	.price_list li .price_item.price_top_item .rt_item .price_box .num {
		font-size: 7vw;
	}
	.price_list li .price_item.price_top_item .rt_item .price_box .unit {
		font-size: 4vw;
	}

	.price_list li .price_item figure img {
        width: 3vw;
    }

	.flow_pt {
		padding: 50px 15px;
	}
	.flow_list {
		flex-wrap: wrap;
	}
	.flow_list li {
		width: 100%;
		padding: 3vw 4vw;
		margin-bottom: 50px;
	}
	.flow_list li::after {
		content: "";
		background: url(../images/i_arrow_think.png) no-repeat;
		width: 30px;
		height: 30px;
		background-size: contain;
		position: absolute;
		top: unset;
		bottom: -40px;
		right: calc(50% - 10px);
		z-index: 1;
		transform: rotate(90deg);
	}

	.comparison_pt {
		padding: 50px 15px;
	}
	.comparison_tbl {
		width: 100%;
		overflow-x: scroll;
		margin-bottom: 20px;
	}
	.comparison_dt {
		min-width: 700px;
		width: 100%;
		margin: 0 auto 10px auto;
	}
	.comparison_dt tr td,
	.comparison_dt tr .fontbig,
	.comparison_dt tr .bk_green {
		padding: 5px 5px;
    	font-size: 3.0vw;
		letter-spacing: 0;
	}
	.comparison_dt tr .td_accent {
		font-size: 3vw;
	}
	.comparison_dt tr td:first-of-type {
		max-width: 5em;
	}
	.comparison_dt tr td > span {
		font-size: 30px;
	}
	.comparison_dt tr td img {
		max-width: 100px;
	}
	.comparison_pt .desc {
		font-size: 2.7vw;
	}

	.faq_list {
		padding: 50px 15px;
	}
	.faq_list .faq-item .faq-item-q {
		padding: 3vw 8vw 3vw 11vw;
        font-size: 3.6vw;
	}
	.faq_list .faq-item .faq-item-q:before {
		left: 2vw;
		top: 2vw;
		font-size: 8vw;
	}
	.faq_list .faq-item .faq-item-q:after {
		right: 3vw;
		top: 3vw;
		font-size: 4vw;
		line-height: 6vw;
	}
	.faq_list .faq-item .faq-item-a {
		padding: 4vw 3vw 3vw 11vw;
        font-size: 3.5vw;
	}
	.faq_list .faq-item .faq-item-a:before {
		left: 2vw;
		top: 4vw;
		font-size: 8vw;
	}
}




.btn_gray {
    font-size: 15px;
    line-height: 1.0em;
    padding: 24px 100px;
    border-radius: 50px;
    box-shadow: none;
}

#fixed {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    
    display: none;
    z-index: 1000;
    transition: opacity 0.3s ease;
}
#fixed .btn_gray {
    font-size: 22px;
    letter-spacing: 0.25em;
    writing-mode: vertical-rl;
    padding: 2em 1.5em;
    border-radius: 25px 0 0 25px;
}
/* spview */
@media screen and (max-width:767px) {
    .btn_gray {
        padding: 15px 2.0em;
    }
    
    #fixed {
        top: inherit;
        bottom: 0;
        left: 0;
        transform: inherit;
        background: rgba(255, 255, 255, 0.8);
        padding: 0.5em 1em;
        border-top: 3px solid #efac69;
    }
    #fixed .btn_gray {
        font-size: 15px;
        writing-mode: lr;
        padding: 1.0em 1em;
        border-radius: 50px;
    }
    
    #footer {
        margin-bottom: 64px;
    }
}


