@charset "utf-8";
/* CSS Document */

.main_cam_box {
	max-width: 920px;
	margin: 0 auto;
	width: 100%;
}

.fade-up, .fade-left {
    opacity: 0;
    transition: 0.8s ease-out;
}

/* 下から上 */
.fade-up {
    transform: translateY(40px);
}

/* 左から右 */
.fade-left {
    transform: translateX(-40px);
}

/* 表示状態 */
.show {
    opacity: 1;
    transform: translate(0, 0);
}

body {
	flex-shrink: 0;
}
.top_box {
	position: relative;
}
img {
	width: 100%;
}
.lifestyle_each {
	max-width: 640px;
	margin: 0 auto;
	margin-top: 25px !important;
	width: 100%;
}
.lifestyle_each_top {
    margin-bottom: 37px;
    display: flex;
    font-size: 1.5rem;
    margin-top: 30px;
}
.lifestyle_each_top_R {
	padding-top: 10px;
}
.lifestyle_each_un_list {
	margin-top: 10px;
	
}
.lifestyle_each_un_list li {
    margin-top: 28px;
    font-size: 1.3rem;
	list-style: none;
}
.lifestyle_each_un_list li span {
	margin-right: 20px;
	font-weight: 600;
}
.lifestyle_each_un_coment {
    display: flex;
    gap: 20px;
    margin-top: 35px;
	font-size: 1.3rem;
}
.lifestyle_each_un_coment_L {
	width: 75%
}
.lifestyle_each_top_L::after {
    background: #dc96a6;
    width: 59px;
    height: 54px;
    position: absolute;
    left: 0;
    top: 16px;
    content: "";
    border-radius: 28px 22px 25px;
    z-index: -1;
}
.lifestyle_each_mid {
	font-weight: 600;
	font-size: 1.5rem;
	text-align: center;
}
.lifestyle_each_top_L {
	font-size: 1.5rem;
	position: relative;

	width: 150px;
    padding-left: 20px;
}
.lifestyle_each_top_L span {
    font-size: 3rem;
    position: relative;
    top: 5px;
}
.red_text {
	color: #da4913;
}
.top_box_logo {
    position: absolute;
    left: 36px;
    top: 20px;
    max-width: 110px;
    width: 100%;
}
.back_cream_box {
	background: #f1e9de;
}

.top_box h1 {
	visibility: hidden;
	line-height: 0;
}
.top_box h2 {
    position: relative;
    text-align: center;
    max-width: 680px;
    margin: 0 auto;
    font-size: 2.5rem;
	line-height: 65px;
	margin-bottom: 30px !important;
}
.top_box h2.action::before {
    border-bottom: 2px solid #333;
    content: "";
    position: absolute;
    bottom: 62px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0%;
    transition: 0.5s;
}
.top_box_text_list,.top_box_text_list2 {
    margin: 0 auto;
    width: 100%;
    max-width: 640px;
    font-size: 2rem;
    margin-top: 55px;
    border-top: 1px solid #333;
    padding-top: 13px;
}
.top_box_text_list li,.top_box_text_list2 li {
    display: block;
    margin-bottom: 10px;
    list-style: none;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    padding-left: 20px;
}
.taiken_box,.qr_box {
	font-size: 1.5rem;
	max-width: 640px;
	margin: 0 auto;
	width: 100%;
	margin-top: 35px;
}
.under_sec {
	padding-bottom: 55px;
	padding-top: 55px;
}
.taiken_box li,.qr_box li {
	;list-style: none;
}
.under_map {
	max-width: 640px;
	margin: 0 auto;
	width: 100%;
}
.qr_box li {
	margin-bottom: 20px;
}
.qr_box li .qr_top{
    display: flex;
    gap: 10px;
    align-items: anchor-center;
}
.qr_box li .qr_under span{
  font-size: 2rem;
	margin-right: 20px;
	font-weight: 600;
}
.qr_box li .qr_under {
    text-indent: -3rem;
    padding-left: 64px;
}
.qr_box li .qr_top img {
	width: 55px;
}
.taiken_top {
	background: #be9bb1;
	color: #fff;
	padding: 5px 25px;
}
.taiken_under {
	padding: 5px 25px;
	margin-top: 5px;
	color: #333;
}
.top_box_text {
	text-align: center;
	font-size: 2.2rem;
}
.top_box_text span {
	display: inline;
}
.link_button a .mark_b {
    position: absolute;
    left: 11px;
    top: 10px;
    max-width: 45px;
    width: 100%;
	transition: 0.5s;
}
.link_button a:hover .mark_b {
	transition: 0.5s;
	left: 16px;
}

.link_button a:hover {
	background: #ff6c9d;
}
.link_button {
	margin-bottom: 75px;
	padding-bottom: 55px;
}
.second_box_list li {
    background: #f4e0e0;
    box-shadow: 1px 1px 4px #333;
    margin-bottom: 45px;
    text-align: left;
    border-radius: 5px;
    display: flex;
    gap: 30px;
    padding: 15px 15px 0;
}
.second_box_list li img{
    position: relative;
    width: 75px;
    top: -4px;
    left: 10px;
    margin-right: 10px;
}
.second_box_list {
    margin: 0 auto;
    width: 100%;
    max-width: 640px;
    font-size: 1.5rem;
    margin-top: 0px;
    padding-top: 13px;
}
.link_button a {
position: relative;
    background: #dc7295;
    display: block;
    border-radius: 5px;
    max-width: 600px;
    width: 100%;
    padding: 11px;
    text-align: center;
    margin: 0 auto;
    margin-top: 55px;
    color: #fff;
    text-decoration: none;
    font-size: 2rem;
}
.flower {
	    position: relative;
    text-align: center;
    max-width: 680px;
    margin: 0 auto;

}
.flower::before {
    content: "";
    background-image: url(img/cam_2.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    left: -65px;
    top: 0;
    width: 88px;
    height: 69px;
}
.second_box_inn2 {
	margin-top: 45px;
}
.line_box {
    margin-top: 45px !important;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 55px;
}
.second_box_inn3 {
	margin-top: 85px;
}
.second_box_inn4 {
    margin-top: 55px !important;
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
}
.voice_box_name_L,.voice_box_name_R {
    display: flex;
    column-gap: 20px;
    align-items: end;
}
.m_down {
	margin-top: 55px;
}
.voice_box_name_R .voice_name {
	text-align: right;
}
.voice_box_name_L img,.voice_box_name_R img {
	width: 34%;
}
.voice_box_each {
    margin-top: 35px !important;
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
}
.voice_name span {
	font-weight: 600;
}
.voice_box_text {
	font-size: 1.5rem;
	margin-top: 25px;
}
.voice_name {
	width: 65%;
	border-bottom: 2px solid #eee;
	padding-bottom: 10px;
	font-size: 1.5rem;
}
.mid_box_inn_img {
    max-width: 220px;
    margin: 0 auto;
    width: 100%;
    margin-top: 25px;
}
.mid_box_inn h3 {
    font-size: 1.5rem;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    max-width: 640px;
    margin: 0 auto;
    margin-bottom: 25px !important;
}
.mid_2img_box {
	display: flex;
	gap:20px;
	justify-content: space-around;
	width: 100%;
	
}
.mid_main_box2_inn_up {
    max-width: 485px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: -35px;
    margin-top: 40px;
}
.mid_main_box2_inn .top_box_text_list li {
    text-indent: -2rem;
    padding-left: 40px;
}
.mid_main_box2_inn .top_box_text_list2 li {
    text-indent: -2.4rem;
    padding-left: 40px;
}
.mid_sec {
padding-top: 35px;
    margin-top: 55px;
	padding-bottom: 45px;
}

.mid_sec2 {
padding-top: 55px;
    margin-top: 0px;
	padding-bottom: 45px;
}

.mid_main_inn_box {
	margin-bottom: 65px;
}
.mid_box_text,.mid_main_box3_text,.mid_main_box3_listbox_text,.gohoubi_box_text {
font-size: 1.5rem;
    max-width: 845px;
    margin: 0 auto;
    width: 100%;
    margin-top: 25px;
    line-height: 40px;
}
.mid_main_box3_listbox_title h3{
    font-size: 1.5rem;
    margin-top: 5px;
    margin-bottom: -20px;
}
.back_white_box h3.gohoubi {
	font-size: 1.5rem;
	text-align: center;
	
}
.mid_main_konnakatabox h4 {
	font-size: 1.5rem;
	color: #dc96a6;
	text-align: center;
	margin-bottom: -35px;
}
.gohoubi_title{
	display: block;
	font-weight: 800;
}
.about_plan h2,.about_plan2 h2 {
	font-size: 2rem;
	position: relative;
	z-index: 5;
}
.about_plan h2:after {
    content: "";
    background: #e19aae;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    position: absolute;
    left: -18px;
    top: 0;
    z-index: -1;
}
.about_cam_text {
    font-size: 5rem;
    position: relative;
    font-weight: 600;
    text-align: center;
    font-family: cursive;
}
.cam_box_each {
    text-align: center;
    padding-bottom: 55px;
    border-bottom: 9px dotted #dc96a6;
}
.cam_box_each h3 {
	font-size: 3rem;
	position: relative;
	margin-bottom: 0;
}
.cam_box_each h4 {
	font-size: 3rem;
	position: relative;
	margin-bottom: 0;
}
.cam_box_each h3 span {
    font-size: 4rem;
    margin-left: 5px;
    font-family: cursive;
    top: 9px;
    position: relative;
}
.cam_box_each_text {
    font-size: 2.5rem;
}
.color_pink {
    font-size: 5.5rem;
    color: #e19aae;
    display: inline;
    font-weight: 500;
    margin-left: 25px;
}
.color_pink2 {
    font-size: 5.5rem;
    color: #e19aae;
    display: inline;
    font-weight: 500;
    margin-left: 25px;
	position: relative;
}
.cam_box_each_gentei {
    font-size: 2.5rem;
    font-family: cursive;
    font-weight: 400;
    margin-top: 35px;
}
.color_pink span,.color_pink2 span {
    font-size: 2.3rem;
    font-weight: 700;
}
.color_pink2 span.tuujou {
	position: absolute;
	bottom: -20px;
	color: #333;
	font-size: 1.5rem;
	left: 0;
}
.cam_box_each_text2 {
    font-size: 2.1rem;
    margin-top: 17px;
	padding-bottom: 25px;
}
.about_cam_text span {font-size: 1.3rem;}
.month {
    position: relative;
    display: inline;
    top: -33px;
    font-size: 3.5rem;
}
.about_kessai {
	text-align: center;
	border: 3px solid #e19aae;
	padding: 10px;
	color: #e19aae;
	margin-bottom: 25px;
	font-weight: 600;
}
.plan_kessai {
	max-width: 640px;
	margin: 0 auto;
	margin-top: 35px !important;
	font-size: 1.5rem;
}
.about_plan2 h2:after {
    content: "";
    background: #f9c162;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    position: absolute;
    left: -18px;
    top: 0;
    z-index: -1;
}
 
.about_plan li,.about_plan2 li {
list-style: none;
    font-size: 1.5rem;
    margin-bottom: 10px;
    text-indent: -1.3rem;
    padding-left: 33px;
}
.about_plan ,.about_plan2 {
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
	
}
.about_plan2 table {
	width: 100%;
	font-size: 1.5rem;
}
.about_plan2 table th {
	background: #8a8785;
	color: #fff;
}
.about_plan2 table td {
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
	text-align: center;
	padding-top: 10px;
}
.about_plan li span {
	font-size: 1.5rem;
}
.plan_b_font {
	font-size: 2rem;
	display: inline;
}
.gohoubi_box {
	margin-bottom: 35px;
}
.gohoubi_title span {
	color: #dc96a6;
}
.mid_sec .mid_main_box3_text {
	margin-bottom: 25px;
}
.mid_main_konnakatabox2,.mid_main_konnakatabox3 {
    margin-top: 25px;
    text-align: center;
}
.mid_main_konnakatabox2 li,.mid_main_konnakatabox3 li {
	font-size: 1.5rem;
	margin-bottom: 25px;
	list-style: none;
}
.mid_main_konnakatabox3 li span {
	font-weight: 500;
}
.mid_main_konnakatabox2 li img {
	display: block;
	margin-bottom: 10px !important;
	max-width: 250px;
	margin: 0 auto;
	width: 100%;
}
.mid_main_konnakatabox3 li img {
		display: block;
	margin-bottom: 10px !important;
	max-width: 350px;
	margin: 0 auto;
	width: 100%;
}

.mid_main_box3_listbox_title_inn {
    margin-top: 35px !important;
    display: flex;
    font-size: 2rem;
    max-width: 640px;
    margin: 0 auto;
    width: 100%;
    border-bottom: 1px solid #333;
}

.mid_main_box3_listbox{
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 55px;
    padding-bottom: 55px;
}

.mid_small_font {
    font-size: 1.3rem;
    margin-left: 10px;
    padding-top: 11px;
    font-weight: 700;
}
.mid_main_box3_listbox_title_inn span {
	width: 50px;
	font-size: 2rem;
	color: #dc96a6;
}
.mid_2img_box img {
	flex: 1;
	width: 48%;
}
.flower::after {
    content: "";
    background-image: url(img/cam_2.png);
    background-repeat: no-repeat;
    position: absolute;
    transform: rotate(125deg);
    background-size: contain;
    right: -65px;
    top: 57px;
    width: 88px;
    height: 69px;
}

.second_box_movie video {
	width: 100%;
}
.top_box h2.action.show::before {
	width: 100%;
	transition: 0.5s;
}
.about_cam_text br {
	display: none;
}
	.plan_title img,.back_pink img {
        position: absolute;
        top: -33px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: -1;
    }
	.plan_title,.back_pink {
		font-size: 2.3rem;
		position: relative;
		color: #fff;
		text-align: center;
		margin-bottom: 65px;
		z-index: 5;
	}

.pink_margin {
	margin-top: 85px;
}
.back_pink.pink_small {
	font-size: 2rem;
}
 .back_pink.pink_small_pc{
	font-size: 2rem;
}
	/*//mobb/*/
@media only screen and (max-width: 480px) {
	.top_box_text span {
	display: block;
}
	.line_box {
		margin-bottom: 75px !important;
	}
	.back_pink.margin_s {
	margin-bottom: 10px !important;
}
.back_pink.margin_m {
	margin-bottom: 45px !important;
}
	.mid_main_konnakatabox2, .mid_main_konnakatabox3 {
    margin-top: 25px !important;
    text-align: center;
    width: 95%;
    margin: 0 auto;
}
	.back_pink.pink_small_pc {
    font-size: 1.5rem;
}
	.top_box_logo {
    position: absolute;
    left: 20px;
    top: 14px;
    max-width: 55px;
    width: 100%;
}
	.background_pink {
		        font-size: 1.3rem;
        position: relative;
        color: #fff;
        text-align: center;
        z-index: 5;
        background: #dc96a6;
        border-radius: 15px;
	}
	.background_pink span {
		display: block;
	}
	.background_pink img {
		display: none !important;
	}
	.back_pink.pink_small {
        font-size: 1.0rem !important;
        position: relative;
        color: #fff;
        text-align: center;
        z-index: 5;
    }
	.back_pink.pink_small img {
		top: -10px !important;
	}
	
	.plan_title img,.back_pink img {
        position: absolute;
        top: -11px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: -1;
    }
	.plan_title,.back_pink {
		font-size: 1.3rem;
		position: relative;
		color: #fff;
		text-align: center;
		z-index: 5;
	}
	
	.pink_margin {
	margin-top: 85px;
}
	.ore_margin {
	margin-top: 35px;
		margin-bottom: 0;
}
	.mid_sec2 {
    padding-top: 5px;
    margin-top: 0px;
    padding-bottom: 45px;
}
	.mid_main_konnakatabox3 li{
		text-align: center !important;
	}
.mid_sec {
    padding-top: 5px;
    margin-top: 50px;
    padding-bottom: 45px;
}
	.second_box_inn2 {
    margin-top: 45px !important;
    width: 95%;
    margin: 0 auto;
}
	.taiken_box, .qr_box {
    font-size: 1.3rem;
    max-width: 640px;
    margin: 0 auto;
    width: 100%;
    margin-top: 35px;
}
	.lifestyle_each {
    max-width: 640px;
    margin: 0 auto;
    margin-top: 25px !important;
    width: 100%;
    margin-bottom: 55px;
}
	.lifestyle_each_un_coment_L {
    width: 35%;
    margin: 0 auto;
}
	.lifestyle_each_un_coment {
    display: flex;
    gap: 5px;
    margin-top: 10px;
    font-size: 1.3rem;
    flex-direction: column;
}
	.lifestyle_each_un_list li span {
    margin-right: 0px;
    font-weight: 600;
    display: block;
}
	.lifestyle_each_top_R {
    padding-top: 10px;
    font-size: 1.3rem;
}
	.lifestyle_each_top_L {
    font-size: 1.3rem;
    position: relative;
    width: 85px;
    padding-left: 1px;
}
	.lifestyle_each_top {
    margin-bottom: 37px;
    display: flex;
    font-size: 1.5rem;
    margin-top: 5px;
}
	.lifestyle_each_top_L span {
    font-size: 2.5rem;
    position: relative;
    top: 5px;
}

	.top_box h2.action::before {
    border-bottom: 2px solid #333;
    content: "";
    position: absolute;
    bottom: 39px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0%;
    transition: 0.5s;
}
	.about_plan2 table th span {
		display: block;
		font-size: 0.8rem;
	}
	.voice_name {
    width: 65%;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    font-size: 1.2rem;
}
	.voice_box_text {
    font-size: 1.3rem;
    margin-top: 25px;
}
	.second_box_inn3 {
    margin-top: 45px;
}
	.cam_box_each {
    text-align: center;
    margin-top: 20px;
}
	
	.cam_box_each_text.cam_top_each {
		margin-bottom: -35px;
	}
	.cam_box_each_text2 {
    font-size: 1.8rem;
		font-weight: 700;
    margin-top: 17px;
    padding-bottom: 45px;
}
	.cam_box_each_text {
        font-size: 1.8rem;
        margin-bottom: 55px;
        font-weight: 700;
        margin-top: 15px;
    }
	.cam_box_each_gentei {
    font-size: 1.5rem;
    font-family: cursive;
    font-weight: 400;
    margin-top: 35px;
}
	.color_pink2 span.tuujou {
    position: absolute;
    bottom: -25px;
    color: #333;
    font-size: 1.5rem;
    left: 0;
    right: 0;
}
.color_pink {
    font-size: 5.5rem;
    color: #e19aae;
    display: block;
    font-weight: 500;
}
	.color_pink span, .color_pink2 span {
    font-size: 2.3rem;
    font-weight: 700;
}
	.cam_box_each h3 span {
    font-size: 3rem;
    margin-left: 5px;
    font-family: cursive;
    top: 6px;
    position: relative;
}
	.second_box_inn4 {
    margin-top: 30px !important;
    max-width: 640px;
    width: 90%;
    margin: 0 auto;
}
	.color_pink2 {
    font-size: 5.5rem;
    color: #e19aae;
    display: block;
    font-weight: 500;
    margin-left: 25px;
    position: relative;
}
.plan_kessai {
    max-width: 640px;
    margin: 0 auto;
    margin-top: 35px !important;
    font-size: 1.3rem;
}

	.cam_box_each h3 {
        font-size: 2.5rem;
        position: relative;
        margin-bottom: 10px;
        margin-top: 0;
    }
	.about_cam_text br {
	display: inherit;
}
	.mid_main_konnakatabox2 li, .mid_main_konnakatabox3 li {
    font-size: 1.2rem;
    margin-bottom: 25px;
    list-style: none;
    text-align: left;
}
	.mid_main_inn_box {
    margin-bottom: 25px;
}
	.mid_box_text, .mid_main_box3_text, .mid_main_box3_listbox_text, .gohoubi_box_text {
    font-size: 1.3rem;
    max-width: 845px;
    margin: 0 auto;
    width: 95%;
    margin-top: 15px;
    line-height: 30px;
}
	.mid_box_inn_img {
    max-width: 145px;
    margin: 0 auto;
    width: 100%;
    margin-top: 25px;
}
	.second_box_list li {
    background: #f4e0e0;
    box-shadow: 1px 1px 4px #333;
    margin-bottom: 20px;
    text-align: left;
    border-radius: 5px;
    display: flex;
    gap: 10px;
    padding: 10px 10px 10px 0;
    font-size: 1.3rem;
}
	.second_box_list {
		margin-bottom: 25px;
	}
	.second_box_list li img {
    position: relative;
    width: 46px;
    top: -4px;
    left: 10px;
    margin-right: 10px;
}
	.link_button {
    margin-bottom: 45px;
    padding-bottom: 55px;
}
	.top_box_text {
    text-align: center;
    font-size: 1.5rem;
}
	.top_box h2 span {
		display: block;
	}
	.top_box h2 br {
		display: none;
	}
	.top_box h2 {
    position: relative;
    text-align: center;
    max-width: 680px;
    margin: 0 auto;
    font-size: 2.0rem;
    line-height: 40px;
    margin-bottom: 30px !important;
}
	body {
		margin: 0 !important;
	}
	.flower::after {
    content: "";
    background-image: url(img/cam_2.png);
    background-repeat: no-repeat;
    position: absolute;
    transform: rotate(125deg);
    background-size: contain;
    right: 15px;
    top: -14px;
    width: 57px;
    height: 69px;
}
	.flower::before {
        content: "";
        background-image: url(img/cam_2.png);
        background-repeat: no-repeat;
        position: absolute;
        background-size: contain;
        left: 9px;
        top: 0;
        width: 56px;
        height: 69px;
    }
	.link_button a {
		width: 90%;
	}
	.link_button a .mark_b {
        position: absolute;
        left: 1px;
        top: 13px;
        max-width: 16px;
        width: 100%;
        transition: 0.5s;
    }
	.link_button a {
    position: relative;
    background: #dc7295;
    display: block;
    border-radius: 5px;
    max-width: 600px;
    width: 93%;
    padding: 11px 0 11px 16px;
    text-align: center;
    margin: 0 auto;
    margin-top: 55px;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
}
	.about_plan2,.about_plan{
		width: 100%;
		padding: 0 ;
		margin-top: 35px;
	
	}
	.about_plan2 table {
        width: 95%;
        font-size: 1.2rem;
        margin: 0 auto;
    }
	.about_plan h2, .about_plan2 h2 {
    font-size: 1.8rem;
    position: relative;
    z-index: 5;
    margin-left: 25px;
}
	.about_plan li, .about_plan2 li {
    list-style: none;
    font-size: 1.2rem;
    margin-bottom: 5px;
    text-indent: -1.3rem;
    padding-left: 33px;
}
	.about_cam_text {
        font-size: 3rem;
        position: relative;
        font-weight: 500;
        text-align: center;
        margin-top: 45px;
    }
	.top_box_text_list,.second_box_list,.mid_main_box3_listbox,.plan_kessai,.voice_box_each,.lifestyle_each,.taiken_box,.qr_box,.under_map {
		max-width: inherit;
		width: 95%;
		
	}
	.mid_main_box3_listbox {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
	
	    .top_box_text_list,.top_box_text_list2 {
        max-width: inherit;
        width: 90%;
        font-size: 1.3rem;
        text-indent: -1.2em;
        /* padding-left: 0px; */
    }
	
	.mid_main_box2_inn .top_box_text_list li{
		
		text-indent: -1.6rem;
		
	}
		.mid_main_box2_inn .top_box_text_list2 li{
		
		text-indent: -1.6rem;
		
	}
	
	.lifestyle_each_top_L::after {
    background: #dc96a6;
    width: 41px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 17px;
    content: "";
    border-radius: 28px 22px 25px;
    z-index: -1;
}
	
}
@media only screen and (max-width: 320px) {
    .plan_title img, .back_pink img {
        position: absolute;
        top: -5px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: -1;
    }
	.top_box_text_list li {
    display: block;
    margin-bottom: 10px;
    list-style: none;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    padding-left: 20px;
}
	
}