body{
	-webkit-text-size-adjust: 100%;
}
/*************************
共通
*************************/
.page .inner {
    max-width: 1100px;
    width: 1100px;
    margin: 0 auto;
}
.page .inner02 {
    max-width: 1100px;
    width: 1100px;
    margin: 0 auto;
}
.page .inner.type02{
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
}
.page #under-searchmap .inner.type03{
    max-width: 645px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
}
main.page {
    padding-top: 80px;
}
.title_area.type02{
	margin-bottom: 22px;
}
.note_area{
	margin-bottom: 30px;
}
.note_area > p{
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.09em;
	line-height: 2;
}
.note_area ul{
    margin: 13px 0;
}
.note_area ul li{

}
ul li p{
	position: relative;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    padding-left: 20px;
}
ul li p::before{
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 9px;
    height: 9px;
    background: #ee8081;
    border-radius: 50%;
    display: block;
}
.note_area ul li p a{
	display: inline-block;
}
.note_area ul li p span{
	position: relative;
	text-decoration: underline;
	color: #3c3c3c;
	padding-right: 20px;
}
.note_area ul li p span::after{
    content: '';
    position: absolute;
    right: 4px;
    bottom: 0;
    top: -4px;
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: 10px;
    max-height: 6px;
    background-image: url(/images/trial/arrow_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}
.mover{
	-moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.mover:hover{
	opacity: 0.6;
}
.flex_box{
	display: flex;
	flex-wrap: wrap;
}
a.text_link{
	display: inline-block;
}
a.text_link span{
	display: inline-block;
	position: relative;
	color: #3c3c3c;
    border-bottom: 1px solid #3c3c3c;
    line-height: 1;
	font-weight: 500;
}
a.text_link span::before{
    content: '>';
    display: inline-block;
    font-size: 16px;
	letter-spacing: 0.09em;
	padding-right: 5px;
	font-weight: 500;
}
.note_area .link{
	margin-bottom: 15px;
}
.note_area .link .icon{
    background-color: #ee8081;
    color: #fff;
    line-height: 1.5;
    box-sizing: border-box;
    padding: 4px 7px 4px 6px;
    font-size: 14px;
    margin-right: 7px;
}
.note_area .link .icon::selection{
	display: none;
}
.note_area .notes{
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    main.page {
        margin-top: 50px;
		padding-top: 37px;
    }
	.page .inner {
        max-width: 88% !important;
        width: 88% !important;
        margin: 0 auto;
    }
    .page .inner02 {
        max-width: 88% !important;
        width: 88% !important;
        margin: 0 auto;
        padding-bottom: 0;
    }
	.title_area.type02{
		margin-bottom: 9px;
	}
	.note_area{
		margin-bottom: 13px;
	}
	.note_area > p{
		font-size: 13px;
		letter-spacing: 0.05em;
	}
	.note_area ul{
		margin: 16px 0;
	}
	ul li p{
		font-size: 13px;
		line-height: 1.69;
		padding-left: 14px;
	}
	ul li p::before{
		top: -3px;
		width: 7px;
		height: 7px;
	}

	.note_area ul li p span{
		padding-right: 16px;
	}
	.note_area .link{
		margin-bottom: 19px;
		line-height: 1.69;
	}
	.note_area .link .icon{
		font-size: 12px;
		margin-right: 5px;
	}
	.note_area .notes{
		margin-bottom: 0;
		line-height: 1.692;
	}
}
/*************************
page_title
*************************/
.page_title .wrap{
    padding: 77px 0 31px;
}
h1.top{
	text-align: center;
	font-weight: bold;
	font-size: 42px;
}
@media screen and (max-width: 767px) {
	.page_title .wrap{
		padding: 0 0 17px;
	}
	h1.top{
		font-size: 19px;
	}
}
/*************************
under-mvbox
*************************/
#under-mvbox{
	margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
	#under-mvbox {
        margin-bottom: 23px;
        overflow: hidden;
    }
}
/*************************
trial_nav
*************************/
.trial_nav{
	margin-bottom: 90px;
}
.trial_nav .wrap{
	background: #efefef;
	padding: 30px 0;
}
.trial_nav{

}
.trial_nav ul{
	display: flex;
	flex-wrap: wrap;
    align-content: space-around;
	justify-content: center;
}
.trial_nav ul li{
    border-left: #000 solid 1px;
    position: relative;
    max-width: 218px;
    width: 100%;
	text-align: center;
}
.trial_nav ul li:last-of-type{
    border-right: #000 solid 1px;
}
.trial_nav ul li .icon_img{
    max-width: 45px;
    box-sizing: border-box;
    margin: auto auto 6px;
    text-align: center;
}
.trial_nav ul li .icon_img img{
	max-width: 100%;
    display: block;
    height: 100%;
    /* max-height: 26px; */
	margin: auto;
}
.trial_nav a:hover img{
	opacity: inherit;
}
.trial_nav a{
	padding: 8px 0 6px;
	text-align: center;
	color: #3c3c3c;
	display: block;
}

.trial_nav p{
	font-weight: bold;
	letter-spacing: 0.09em;
	font-size: 18px;
	display: inline-block;
	text-align: center;
	padding: 0;
	line-height: 1;
}
.trial_nav p::before{
	display: none;
}
.trial_nav a:hover{
	opacity: 0.6;
}
.trial_nav a p span{
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
	.trial_nav{
		margin-bottom: 50px;
	}
	.trial_nav .wrap{
		padding: 15px 0;
	}
	.trial_nav ul li{
		max-width: calc((100% - 4px) / 5);
	}
	.trial_nav ul li:first-of-type{
		border-left: none;
	}
	.trial_nav ul li:last-of-type{
		border-right: none;
	}
	.trial_nav a{
		display: flex;
		flex-direction: column;
		padding: 10px 0 ;
	}
	.trial_nav p{
		font-size: 11px;
		line-height: 1.09;
		flex-grow: 2;
	}
	.trial_nav a p span{
		font-size: 11px;
		display: block;
	}
	.trial_nav ul li{
		display: flex;
		justify-content: center;
		align-items: stretch;
	}
	.trial_nav ul li .icon_img{
        flex-grow: 1;
        max-width: 30px;
        margin: auto auto 10px;
	}
	.trial_nav ul li .icon_img img{
		height: inherit;
	}
}
/*************************
belongings
*************************/
#belongings > .wrap{
	margin-bottom: 85px;
}
.rental_set_area{

}
.rental_set_area .wrap{
	background: #efefef;
    padding: 48px 60px 37px 60px;
}
.rental_set_area .flex_box{
	justify-content: space-between;
	align-items: center;
}
.rental_set_area .list_box{
	max-width: 680px;
	width: 100%;
}
.rental_set_area .list_box dt{
    position: relative;
    border-bottom: 1px solid #515151;
    padding-bottom: 10px;
    margin-bottom: 19px;
}
.rental_set_area .list_box dt p{
    position: relative;
	padding-left: 34px;
	font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.8;
}
.rental_set_area .list_box dt p:after {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    margin: auto;
    width: 20px;
    height: 18px;
    background-image: url(/images/studio/check_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.rental_set_area .list_box dd{

}
.rental_set_area .list_box dd ul{

}
.rental_set_area .list_box dd ul li{

}
.rental_set_area .img{
	max-width: 239px;
	width: 100%;
}
@media screen and (max-width: 767px) {
	#belongings > .wrap{
		margin-bottom: 65px;
	}
	.rental_set_area{

	}
	.rental_set_area .wrap{
		padding: 20px 25px 25px 23px;
	}
	.rental_set_area .list_box{
		max-width: 680px;
		width: 100%;
	}
	.rental_set_area .list_box dt{
		padding-bottom: 6px;
		margin-bottom: 16px;
	}
	.rental_set_area .list_box dt p{
		padding-left: 24px;
		font-size: 16px;
	}
	.rental_set_area .list_box dt p:after {
		width: 16px;
	}
	.rental_set_area .list_box dd{

	}
	.rental_set_area .list_box dd ul{
		margin-bottom: 7px;
	}
	.rental_set_area .list_box dd ul li p{
		line-height: 1.84;
		padding-left: 14px;
	}
	.rental_set_area .list_box dd ul li p::before{
		top: 7px;
        width: 6px;
        height: 6px;
        bottom: inherit;
        left: 2px;
	}
	.rental_set_area .img{
		max-width: 156px;
		margin: auto;
	}
}
/*************************
program
*************************/
#program .wrap{
	margin-bottom: 85px;
}
.program_recommend {
	background: #F0F0F0;
	padding: 32px 0 30px;
	margin: 40px 0 4px;
}
.program_recommend .slick-slider {
	background: none;
}
.program_recommend .slick-slider .slick-list,
.program_recommend .slick-slider .slick-track {
	background: none;
}
.program_recommend .slick-next,
.program_recommend .slick-prev {
	width: 24px;
	height: 46px;
	transition: all .3s;
}
.program_recommend .slick-next::before,
.program_recommend .slick-prev::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	background: url("../images/program/sld_arw.png") center center no-repeat;
	background-size: contain;
}
.program_recommend .slick-next:hover,
.program_recommend .slick-prev:hover {
	opacity: .8;
}
.program_recommend .slick-next {
	right: auto;
	left: 50%;
	transform: translate3d(565px, -50%, 0);
}
.program_recommend .slick-prev {
	left: auto;
	right: 50%;
	transform: translate3d(-565px, -50%, 0) rotate3d(0, 0, 1, 180deg);
}
.program_recommend .slick-next {
	left: 48%;
}
.program_recommend .slick-prev {
	right: 47%;
}
.recommend_title {
	text-align: center;
	/* font-family: bigcity-grotesque-pro; */
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 1.4;
	margin: 0 0 30px;
}
#program .recommend_title {
    font-size: 38px;
    font-weight: bold;
	margin-bottom: 27px;
}
.program_slider {
	padding: 0 0 60px;
}
.program_slider-item {
	width: 100%;
	max-width: 1100px;
	padding: 0 30px;
	float: left;
	outline: none;
}
.program_slider-inner {
	display: flex;
	background: #fff;
	align-items: center;
	padding: 10px;
}
.program_slider-photo {
	width: 50%;
}
.program_slider-photo img {
	max-width: 100%;
	height: auto;
}
.program_slider-content {
	width: 50%;
	box-sizing: border-box;
	padding: 0 0 0 80px;
}
.program_slider-content .btn_both_pink a {
	margin: 0;
	font-size: 3vw;
}
.program_slider-title {
	font-size: 27px;
	line-height: 1.5;
	margin: 0 0 25px;
	letter-spacing: .1em;
}
.program_slider-description {
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: .05em;
	margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
	#program .wrap{
		margin-bottom: 0;
	}
	.program_recommend {
        padding: 21px 0 20px;
        margin: 34px 0 0;
	}
	.program_recommend .slick-dotted.slick-slider{
		padding-bottom: 37px;
	}
	.program_recommend .slick-slider .slick-list,
	.program_recommend .slick-slider .slick-track {
		background: none;
	}
    .program_recommend .slick-next,
	.program_recommend .slick-prev {
        width: 5vw;
        height: 5vw;
    }
	.program_recommend .slick-next::before,
	.program_recommend .slick-prev::before {
		content: '';
		display: inline-block;
		width: 100%;
		height: 100%;
		background: url("../images/program/sld_arw.png") center center no-repeat;
		background-size: contain;
	}
	.program_recommend .slick-next:hover,
	.program_recommend .slick-prev:hover {
		opacity: .8;
	}
	.program_recommend .slick-next {
        right: 3vw;
        left: auto;
        transform: translate3d(0, -50%, 0);
    }
    .program_recommend .slick-prev {
        left: 3vw;
        right: auto;
        transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 180deg);
    }
	.recommend_title {
		text-align: center;
		/* font-family: bigcity-grotesque-pro; */
		font-style: normal;
		font-weight: 400;
		font-size: 40px;
		line-height: 1.4;
		margin: 0 0 30px;
	}
	#program .recommend_title {
		font-size: 17px;
		margin-bottom: 16px;
	}
	.program_slider {
		padding: 0 0 60px;
	}

	.program_slider-item {
		width: 100%;
		max-width: 1100px;
		padding: 0 30px;
		float: left;
		outline: none;
	}
	.program_slider-inner {
		display: block;
        padding: 2vw;
	}
	.program_slider-item {
        padding: 0 3vw;
    }
	.program_slider-photo {
        width: 100%;
	}
	.program_slider-photo img {
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	.program_slider-content {
        width: 100%;
        padding: 4vw 0 0;
	}
	.program_slider-content .btn_both_pink a {
		margin: 0;
		font-size: 3vw;
	}
	.program_slider-title {
		font-size: 27px;
		line-height: 1.5;
		margin: 0 0 25px;
		letter-spacing: .1em;
	}
	.program_slider-description {
        font-size: 3.5vw;
        margin: 0 0 4vw;
        padding: 0 2vw;
	}
}
/*************************
lesson
*************************/
#lesson .wrap{
	background: #f2f2f2;
	padding: 90px 0 30px;
	margin-bottom: 85px;
}
#lesson .field {
    margin-bottom: 50px;
}
#lesson .field:nth-of-type(2){
	margin-top: 40px;
}
#lesson .field .item{
	display: flex;
	justify-content: space-between;
}
#lesson .field:nth-of-type(even) .item{
	flex-direction: row-reverse;
}
#lesson .field .item dl{
	max-width: 522px;
	width: 100%;
}
#lesson .field_area{
	margin-top: 14px;
}
#lesson .field .item dt{
    display: flex;
    align-items: center;
    padding: 51px 0 19px;
    border-bottom: 1px solid #3c3c3c;
    margin-bottom: 27px;
}
#lesson .field:nth-of-type(2) .item dt{
    padding: 82px 0 19px;
}
#lesson .field:nth-of-type(3) .item dt{
	padding: 130px 0 18px;
}
#lesson .field:nth-of-type(4) .item dt{
	padding: 19px 0 18px;
}
#lesson .field:nth-of-type(5) .item dt{
	padding: 74px 0 19px;
}
 #lesson .field:nth-of-type(6) .item dt {
    padding: 54px 0 18px;
}
#lesson .field:nth-of-type(7) .item dt {
	padding: 109px 0 19px;
}
#lesson .field .item dt p{
	font-size: 20px;
	letter-spacing: 0.05em;
	font-weight: bold;
	line-height: 2;
}
#lesson .field .item .number{
	color: #ee8081;
	font-weight: bold;
	font-size: 44px;
	margin-right: 9px;
}
#lesson .field .item dd p{
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2;
	max-width: 521px;
}
#lesson .field .item dd p .spacing.type02{
	letter-spacing: 0.02em;
}
#lesson .field .item dd p .spacing{
	letter-spacing: 0.07em;
}
#lesson .field .item dd p:not(.notes) + .notes{
	margin-top: 12px;
}
#lesson .field .item dd > ul{
	margin-bottom: 13px;
}
#lesson .field .item .photo{
	max-width: 521px;
}
#lesson .field li p{
	position: relative;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2;
	padding-left: 20px;
}
#lesson .field li p::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 9px;
	height: 9px;
	background: #ee8081;
	border-radius: 50%;
	display: block;
}
#lesson .check{
	margin-top: 50px;
	background: #fff;
	padding: 38px 40px 40px 58px;
}
#lesson .check#lesson5{
    margin-top: 40px;
}
#lesson .check .box{
	display: flex;
	justify-content: space-between;
}
#lesson .check .box dl{
	max-width: 680px;
	width: 100%;
	margin-right: 30px;
	margin-top: 12px;
}
#lesson .check .box dt{
	position: relative;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding-left: 34px;
	border-bottom: 1px solid #515151;
	padding-bottom: 14px;
	margin-bottom: 18px;
}
#lesson .check .box dt::before{
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	margin: auto;
	width: 20px;
	height: 18px;
	background-image: url(/images/studio/check_icon.png);
	background-size: contain;
	background-repeat: no-repeat;
}
#lesson .check .box ul{
	display: flex;
	flex-wrap: wrap;
}
#lesson .check .box ul li{
	max-width: 210px;
	width: 100%;
	margin-right: 40px;
}
#lesson #lesson5.check .box ul li{
	max-width: 150px;
	margin-right: 40px;
}
#lesson .check .box ul li:nth-of-type(2){
	margin-right: 0;
}
#lesson .check .box ul li:nth-of-type(3){
	margin-right: 0;
	max-width: inherit;
	display: inline-block;
	width: auto;
}
#lesson .check .box .photo{
	max-width: 237px;
}
#lesson .inner + .studio_reserve-area{
	padding: 0;
}
@media screen and (max-width: 767px) {
	#lesson .wrap{
		padding: 39px 0;
		margin:40px 0 65px;
	}
	#lesson .field{
		margin-bottom: 52px;
	}
	#lesson .field:last-of-type{
		margin-bottom: 15px;
	}
	#lesson .field .item{
		flex-direction: column;
	}
	#lesson .field:nth-of-type(even) .item{
		flex-direction: column;
	}
	#lesson .field_area {
		margin-top: 32px;
	}
	#lesson .field .item dt{
		margin-bottom: 18px;
		padding-bottom: 9px;
		padding-top: 0;
	}
	#lesson .field:nth-of-type(2){
		margin-top: 0;
	}

	#lesson .field:nth-of-type(2) .item dt,
	#lesson .field:nth-of-type(3) .item dt,
	#lesson .field:nth-of-type(4) .item dt,
	#lesson .field:nth-of-type(5) .item dt,
	#lesson .field:nth-of-type(6) .item dt,
	#lesson .field:nth-of-type(7) .item dt{
		padding-top: 0;
		padding-bottom: 9px;
	}
	#lesson .field .item dt p{
		font-size: 16px;
	}
	#lesson .field .item .number{
		font-size: 35px;
		margin-right: 7px;
	}
	#lesson .field .item dd{
		margin-bottom: 11px;
	}
	#lesson .field .item dd p{
		font-size: 13px;
		line-height: 1.69;
	}
	#lesson .field:last-of-type .item dd p:not(:last-of-type){
		margin-bottom: 13px;
	}
	#lesson .field .item dd p .spacing.type02{
		letter-spacing: 0.05em;
	}
	#lesson .field .item dd p .spacing{
		letter-spacing: 0.05em;
	}
	#lesson .check#lesson5{
		margin-top: 22px;
		padding: 9px 26px 19px 26px;
	}
	#lesson #lesson5.check .box ul li{
		max-width: 100%;
		margin-right: 0;
	}
	#lesson .check{
		margin-top: 22px;
		padding: 9px 27px 0px;
	}
	#lesson .check .box dl{
		margin-right: 0;
	}
	#lesson .check .box dt{
		font-size: 16px;
		padding-left: 25px;
		margin-bottom: 12px;
        padding-bottom: 9px;
	}
	#lesson .check .box dt::before{
		top: 5px;
		width: 14px;
		height: 13px;
	}
	#lesson .check .box dd{
		position: relative;
	}
	#lesson .field .item .photo{
		max-width: 327px;
		margin: auto;
	}
	#lesson .field li p{
		font-size: 13px;
		padding-left: 12px;
		line-height: 1.84;
	}
	#lesson .field li p::before{
		width: 8px;
		height: 8px;
	}
	#lesson .check .box dd .photo{
		max-width: 130px;
		position: absolute;
		right: 0;
		width: 55%;
		bottom: 8px;
	}
	#lesson .check .box ul li{
		max-width: 100%;
	}
}
/*************************
need_area
*************************/
#need_area{

}
#need_area > .wrap:first-of-type{
	position: relative;
	padding-bottom: 110px;
}
#need_area > .wrap:first-of-type::after{
	content: "";
    position: absolute;
    bottom: 38px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 40px 40px 0;
    border-color: #ee8081 transparent transparent;
}
.need_cont{
	max-width: 742px;
	width: 100%;
	margin: auto;
	padding: 60px;
	border: 1px solid #e4e4e4;
	width: 100%;
	background: #fff;
    padding: 61px 80px 58px 58px;
	box-sizing: border-box;
}
.need_title_area{
	text-align: center;
	margin-bottom: 34px;
}
.need_area h3{
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.05em;
	padding-left: 30px;
	position: relative;
	display: inline-block;
}
.need_area h3::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 100%;
	max-width: 20px;
	height: 100%;
	max-height: 17px;
	background-image: url(/images/price/title_icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
}
.need_cont p{
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.05em;
	padding-left: 0;
}
.need_cont p::before{
	display: none;
}
.list_araa{
	margin-top: 39px;
}
.list{

}
.list li{
	border-bottom: 1px solid #e4e4e4;
    padding-bottom: 13px;
    margin-bottom: 20px;
}
.list li:last-of-type{
	margin-bottom: 0;
    padding-bottom: 23px;
}
.list li > div:first-of-type{
	display: flex;
}
.list li > div:first-of-type > span{
    position: relative;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.04em;
    margin-right: 12px;
    line-height: 1;
    z-index: 1;
    padding: 1px 0 0;
}
.list li > div:first-of-type > span:after{
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 25px;
	height: 25px;
	background: #ee8081;
	border-radius: 50%;
	z-index: -1;
}
.list li > div:first-of-type p{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
    margin: 5px 0 3px;
	padding-left: 0;
}
.list li > div:first-of-type p:before{
	display: none;
}
.list li > div:first-of-type p span{
	font-weight: 500;
}
.list_text{
	margin-top: 19px;
}
.need_cont .note_text_area p{
	font-size: 14px;
	letter-spacing: 0.09em;
	line-height: 2.14;
	color: #3c3c3c;
}
.plan_area{

}
.plan_area .wrap{
	background: #fcebe2;
	padding: 73px 0 69px;
}
.plan_inner{
	max-width: 742px;
	width: 100%;
	margin: auto;
}
.plan_area .text{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 17px;
}
.plan_area .text::after{
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 4px;
    margin: auto;
    max-width: 660px;
    min-height: 41px;
    background-image: url(/images/trial/price_text_bk.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.cont_text{
	max-width: 570px;
    margin: auto;
}
.plan_area .img{
	margin-bottom: 40px;
}
.plan_area .add_text_img{
	max-width: 380px;
    margin: auto auto 40px;
}
.need_cont .note_text_area p::before{
	display: none;
}
@media screen and (max-width: 767px) {
	.need_area{
		margin: 54px 0 46px;
	}
	#need_area > .wrap:first-of-type{
		padding-bottom: 87px;
	}
	#need_area .note_area p{
		line-height: 1.69;
	}
	.need_inner{
		width: 88%;
		margin: auto;
	}
	.need_title_area{
		margin-bottom: 14px;
	}
	.need_title_area h3{
		font-size: 19px;
	}
	.need_cont{
		padding: 26px 5.8% 31px;
		margin: 19px 0 0;
	}
	.need_cont p{
		font-size: 13px;
		line-height: 1.69;
	}
	.list_araa{
		margin-top: 23px;
	}
	.list li{
        padding-bottom: 8px;
		margin-bottom: 15px;
	}
	.list li:last-of-type{
		padding-bottom: 15px;
	}
	.list li > div:first-of-type p{
		font-size: 14px;
		padding-top: 4px;
		margin: 1px 0 0 0;
	}
	.list li > div:first-of-type p span{
		line-height: 1.57;
		margin-top: 3px;
		display: inline-block;
	}
	.list li > div:first-of-type > span{
		width: 19px;
		height: 19px;
		font-size: 11px;
		margin: 0 10px 0 4px;
	}
	.list li > div:first-of-type > span:after{
		width: 19px;
		height: 19px;
	}
	.list_text{
		margin-top: 14px;
	}
	.need_cont .note_text_area p{
		font-size: 12px;
		line-height: 1.75;
	}
	#need_area > .wrap:first-of-type::after{
		bottom: 26px;
		border-width: 31px 30px 0;
	}
	.plan_area .wrap{
		padding: 33px 0 35px;
	}
	.plan_area .text{
		margin-bottom: 0px;
		padding-bottom: 12px;
	}
	.plan_area .text::after {
		max-width: 208px;
        bottom: 8px;
        min-height: 22px;
        background-image: url(/images/trial/price_text_bk_sp.png);
        background-size: contain;
	}
	.cont_text {
		max-width: 163px;
	}
	.plan_area .img {
		width: 88%;
        margin: auto auto 20px;
	}
	.plan_area .add_text_img{
		max-width: 190px;
		margin: auto;
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 320px) {
	.need_title_area h4{
		font-size: 15px;
	}
}

/*************************
newplan_area
*************************/
.newplan_area{
	background: #fcebe2;
	padding: 0 0 60px;
}
.newplan_area .wrap{
	background-color: #ffffff;
	width: 742px;
	margin: 0 auto;
}
.newplan_area .box{
	width: 94%;
	max-width: 742px;
	margin: auto;
}
.newplan_area .note{
	padding: 14px 0 29px 0;
}
.newplan_area .note p{
	font-size: 16px;
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
	.newplan_area{
		padding: 0 0 34px;
	}
	.newplan_area .note p{
		font-size: 3.1vw;
		line-height: 4.5vw;
	}
	.newplan_area .wrap{
		width: 100%;
	}
}
/*************************
reservation_area
*************************/
.reservation_area .wrap{
	background-image: url(/images/trial/reservation_area_bk.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
    padding: 80px 0 43px;
	background-color: #dee0e7;
}
.reservation_inner{
	max-width: 940px;
	margin: auto;
}
.reservation_area .title_area{
    text-align: center;
    max-width: 285px;
    margin: auto auto 33px;
}
.reservation_area .text_area{
	max-width: 590px;
}
.reservation_area .btn_both_pink a {
    width: 280px;
    margin: 0 25px 0 auto;
}
.reservation_area .btn_both_gren a{
	width: 280px;
	margin: 0 auto 40px;
}
.quest_box ol{
	margin-top: 17px;
}
@media screen and (max-width: 767px) {
	.reservation_area .wrap{
		background-image: url(/images/trial/reservation_area_bk_sp.jpg);
		padding: 46px 0 34px;
		background-position: top;
	}
	.reservation_area .flex_box{
		flex-direction: column;
	}
	.reservation_area .title_area{
		max-width: 177px;
		margin: auto auto 51px 42px;
	}
	#page_top .reservation_area .btn_both_pink a {
        width: 88%;
        margin: auto auto 10px;
        padding: 5% 0 4%;
        box-sizing: border-box;
	}
	#page_top .reservation_area .btn_both_gren a{
		width: 88%;
		margin-bottom: 0;
		padding: 5% 0 4%;
	}
}
