@charset "utf-8";

html,body {
	background: #fff none;
	color: #000;
	font-family:  'Noto Sans JP', sans-serif;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0;
}

body {
	background: url("../img/common/bg-main.webp") no-repeat;
	background-size: cover;
	background-attachment: fixed;
	-webkit-font-smoothing: antialiased;
	min-height: 100vh;
}

* { box-sizing: border-box; }

a {
	transition: all 1s;
}

a[href^="tel:"] {
	pointer-events: none;
}

.sp_only {
	display: none;
}

.pc_only {
	display: none;
}

img{
	max-width:100%;
	height: auto;
	vertical-align: bottom;
}

.cl-over {
	clear: both;
	overflow: hidden;
}

.fl-left {float: left;}
.fl-right {float: right;}

.di-fl {
	display: flex;
	flex-wrap: wrap;
}

.ju-sb {justify-content: space-between;}
.ju-cn {justify-content: center;}
.ju-fe {justify-content: flex-end;}

.inner {
	box-sizing: border-box;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}


.font-mi {font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;}
.italic {font-style: italic;}
.font-w8 {
	font-family: "Hiragino Sans";
	font-weight: 800;
} 

.noto {font-family: 'Noto Serif JP', sans-serif;}
.bodoni {font-family: 'Bodoni Moda', serif;}

.fancybox-image, .fancybox-spaceball {
	transform: scale( .9 );
}

/*-----------------------------

sp-nav

------------------------------*/

/*-----------------------------

wrapper

------------------------------*/

.wrapper {
	position: relative;
	overflow: hidden;
}

.main-contents {background: #fff;}
.contact-area {
	padding: 20px 5px 20px 20px;
}

.contact-area.space {
	margin: .6rem 0;
}

.contact-area.space-02 {
	margin-top: .4rem;
	padding-bottom: 3.6rem;
}

.reason-area {background: #faedf1;}

/*--nav--*/
.nav-area {
	position: fixed;
	text-align: center;
	z-index: 10;
	top: calc( 50% - 315px );
	left: calc(50% - 500px);
	width: 380px;
}

.nav-area .nav-inner {
	background: url("../img/common/nav-base.webp") no-repeat center;
	padding: 60px 36px 25px;
	background-size: contain;
}

.nav-area .nav-inner h1 {
	width: 228px;
	margin: 0 auto 10px;
}

.nav-area .nav-inner p.n-txt {
	font-size: 14px;
	letter-spacing: .4em;
	margin-bottom: 30px;
}

.nav-area .nav-inner nav ul {
	padding: 38px 0;
	background: url("../img/common/line.webp"),
		url("../img/common/line.webp");
	background-repeat: no-repeat;
	background-position: top center,bottom center;
	background-size: contain;
}

.nav-area .nav-inner nav ul li {}
.nav-area .nav-inner nav ul li a {
	font-size: 17px;
}

.nav-area .nav-inner nav ul li + li {
	margin-top: 15.2px;
}

.nav-area .nav-inner p.en {
	padding: 25px 0 0;
	font-size: 8px;
	line-height: 2.1;
	letter-spacing: .24em;
}


.copyright {
	margin-top: 20px;
	font-size: 10px;
	letter-spacing: .15em;
}


.menu-fv {margin-bottom: 40px;}
.content-group {
	background: url("../img/page/top/menu-bg.webp") no-repeat top #f7f7f7;
	background-size: 100% auto;
	padding: 0;
}

ul.tab-list {
	padding: 0 .6rem;
	border-bottom: 4px solid #e64570;
	display: flex;
	justify-content: center;
	align-items: center;

}

ul.tab-list li {
	background-color: #bebebe;
	text-align: center;
	height: 44px;
	line-height: 45px;
	cursor: pointer;
	width: 30%;
	margin: 0 4px;
	position: relative;
	border-radius: .5rem .5rem 0 0;
}

ul.tab-list li.current {
	width: 30%;
}

ul.tab-list li span {
	color: #fff;
	font-size: 14px;
	font-weight: 700
}

ul.tab-list li.current span {
	color: #fff;
	position: absolute;
	top: -5px;
	left: 0;
	right: 0
}

ul.tab-list li.current:before {
	content: "";
	top: -10px;
	left: 0;
	width: 100% !important;
	max-width: 100% !important;
	position: absolute;
	height: 55px;
	color: #fff !important;
	background-color: #e64570;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

}

.content-box {
	display: none
}

.menu-img01 {
	width: 90%;
	margin: 0 auto;
}

.menu-img02 {
	width: 100%;
	margin: 0 auto;
}

ul.tab-list li.current img.no-01 {
	position: absolute;
	top:-20px;
	left: 5%;
	width: 90%;
} 

.js-tab img.no-01 {
	position: absolute;
	top:-15px;
	left: 0;
} 

dl.menu {
	display: block;
	width: 90%;
	max-width: 90%;
	margin: 20px auto 10px;
}

dl.menu dt {
	position: relative;
	width: 270px;
	height: 40px;
	line-height: 35px;
	padding-bottom: 5px;
	max-width: 80%;
	border-radius: 30px;
	margin: 0 auto;
	color: #fff;
	font-size: 16px;
	background: #e64570;
	border: 1px solid #e64570;
	text-align: center;
	cursor: pointer;
}

dl.menu .ac-parent:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	width: 13px;
	height: 1px;
	background: #fff;
}

dl.menu .ac-parent:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 22px;
	transform: translateY(-50%);
	transition: all .3s;
	width: 1px;
	height: 13px;
	background: #fff;
}

.menu-top {margin-bottom: 15px;}
table.menu-table {
	width: 100%;
	margin: 20px 0 20px;
	border-radius: 10px;
	border-top: 1px solid #dbdbdb;
	border-spacing: 0;
	border-collapse: separate;
}

table.menu-table , 
table.menu-table td, 
table.menu-table th {
}

table.menu-table td, 
table.menu-table th {
	border-bottom: 1px solid #dbdbdb;
}

table.menu-table th {
	background: #333333;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	height: 40px;
	padding: 0;
	border-right: 1px solid #dbdbdb;
}

table.menu-table th.th-01 {
	width: 112px;
	max-width: 34.328%;
}
table.menu-table th.th-02 {
	width: 220px;
	max-width: 65.672%;
}

table.menu-table td {
	background: #fff;
	/* padding: 2px 10px; */
	padding: 10px;
	font-size: 14px;
	line-height: 1.3;
	height: 50.5px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-feature-settings: 'palt';
	letter-spacing: 1px;
}

/*
table.menu-table td + td {
	padding-left: 0;
}
*/

table.menu-table td span {
	display: block;
	font-size: 11px;
	font-feature-settings: 'palt';
	line-height: 1.72;
	margin-top: 2px;
}

table.menu-table td.txt {
	text-align: center;
	border-left: 1px solid #dbdbdb;
	font-weight: 400;
}

table.menu-table td.txt span {
	color: #999999;
	font-size: 12px;
	transform: translateY( -2px );
}


table.menu-table tr:first-child th.th-01 {
	border-radius: 5px 0 0 0;
	padding-left: 10px;
}

table.menu-table tr:first-child th.th-02 {
	border-radius: 0 5px 0 0;
}

table.menu-tabl tr:last-child th {
	border-radius: 0 0 0 10px;
}

table.menu-tabl tr:last-child td {
	border-radius: 0 0 10px 0;
}

/*--料金表--*/
table.menu-table th.wi-03 {
	width: 112px;
	height: 50px;
	text-align: left;
	padding-left: 20px;
}	

table.menu-table th.wi-04,
table.menu-table th.wi-05,
table.menu-table th.wi-06{
	width: 71px;
}

table.menu-02 td {height: 70.5px;}
table.menu-02 td.txt {
	font-size: 14px;
	padding: 0;
}
	
table.menu-02 td.txt small {
	font-size: 9px;
}	

	
table.menu-02 td span.subtitle {
	font-size: 10px !important;
	color: #999999 !important;
	letter-spacing: 0;
}

table.menu-02 td span.subtitle02 {
	font-size: 11px;
	font-feature-settings: 'palt';
	letter-spacing: 1px;
	line-height: 1.72;
	margin-top: 2px;
}

.height85 {height: 85px !important;}
.height140 {height: 94px !important;}
.height250 {height: 170px !important;}

.off {
	width: 50px;
	height: 20px;
	line-height: 20px;
	margin: 0 auto;
	background: #f5e6ea;
	border-radius: 5px;
	color: #e64570;
	font-size: 9px;
	font-weight: bold;
}

.off-price {
	font-size: 16px;
	color: #e64570;
	font-style: italic;
	white-space: nowrap;
	letter-spacing: 0;
}
	
.off-txt {
	font-size: 12px;
	padding: 0;
	text-decoration: line-through;
}
	
.off-txt small {
	font-size: 10px;
}	

.menu-img {
	width: 100%;
}

.payment-area {
	margin-bottom: 2px;
}

.point-area {
	background: url(../img/page/top/point-bg.webp) no-repeat top;
	background-size: 100% auto;
	padding: 0;
	margin-bottom: 40px;
}

.point-area h2 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.flow-area {
	background: #fdecf2;
	padding: 0 0 40px;
}

.flow-area h2 {
	margin: 0 auto 12px;
	padding: 0 1.4rem 0 0;
	text-align: center;
}

.flow-area ol {
	width: 90%;
	margin: 0 auto;
}

.flow-area ol li {
	background: #fff;
	border: 5px solid #fadae3;
	padding: 20px;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	position: relative;
}

.flow-area ol li .no {
	width: 44px;
	height: 25px;
	position: absolute;
	top: -12px;
	left: 2px;
}

.flow-area ol li dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flow-area ol li dl dt {
	width: 15%;
}

.flow-area ol li dl dd {
	width: 78%;
}

.flow-area ol li dl dd h3 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 8px;
}

.flow-area ol li dl dd p {
	font-size: 14px;
	line-height: 1.7;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-feature-settings: 'palt';
	letter-spacing: 1px;
}

.flow-area ol li dl dd p a,
.access-info a{
	color: #c00;
	text-decoration: underline;
}

.flow-area .arrow {
	width: 7%;
	margin: 3px auto 7px;
}

.pt0 {padding-bottom: 0 !important;}




.faq-area {padding-top: 24px;}
.faq-area h2 {
	margin: 0 auto 12px;
	padding: 0 22px 0 18px;
	text-align: center;
}

.faq-top {
	margin-bottom: .5rem;
}

dl.faq {
	display: block;
	width: 90%;
	margin: 0 auto;
	background: #fff;
	border: 10px solid #fdecf2;
	border-top-left-radius: 50px;
	transition: background-color 1s;
}

dl.faq + dl.faq {margin-top: 21px;}

dl.faq dt.ac-parent {
	position: relative;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .1em;
	padding: 18px 22px 22px;
	min-height: 86px;
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

dl.faq dt.ac-parent .faq-q {
	position: absolute;
	top: -10px;
	left: 0;
	width: 23px;
}

dl.faq dt.ac-parent div {
	width: 95%;
	font-weight: 500;
	padding-right: 30px;
}

dl.faq .ac-parent::before {
	content: "";
	position: absolute;
	top: 24%;
	right: 13px;
	display: inline-block;
	width: 46px;
	height: 46px;
	background: url("../img/page/top/close.webp") no-repeat;
	background-size: contain;
}

dl.faq .ac-parent::after {
	content: "";
	position: absolute;
	top: 24%;
	right: 13px;
	display: inline-block;
	width: 46px;
	height: 46px;
	background: url("../img/page/top/open.webp") no-repeat;
	background-size: contain;
}

dl.faq .ac-child {
	padding: 0 20px 26px;
}

dl.faq .ac-child h3 {
	font-size: 16px;
	font-weight: 500;
	color: #e64570;
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;
	padding-top: 12px;
}

dl.faq .ac-child h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px #e64570;
	top: -4px;
	width: 15%;
}

dl.faq .ac-child p {
	font-size: 14px;
	line-height: 1.84;
	letter-spacing: .05em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

.ac-parent.open::after {
	display: none !important;
}

footer {
	background: url("../img/page/top/menu-bg.webp"),
	url("../img/common/footer-bg.webp");
	background-repeat: no-repeat;
	background-position: top -20px left,bottom;
	background-size: contain;
}


footer .footer-logo {
	width: 390px;
	max-width: 71%;
	text-align: center;
	margin: 28px auto 32px;
}

footer .access-ttl {
	max-width: 89%;
	margin: 0 auto 16px;
	text-align: center;
}

footer dl.access-info {
	display: flex;
	width: 90%;
	padding: 19px 2px 20px 0;
	margin: 0 auto;
	border-top: 1px solid #ccc;
}

footer dl.access-info dt {
	width: 128px;
	max-width: 38%;
	font-size: 14px;
	font-weight: bold;
	font-weight: 500;
	padding-left: .6rem;
}

footer dl.access-info dd {
	width: 210px;
	max-width: 62.687%;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.6;
}

footer .map {
	width: 90%;
	margin: 0 auto 18px;
}

footer .map iframe {
	width: 100%;
	height: 225px;
}

footer dl.access-info.wi100 {
	flex-wrap: wrap;
	padding-bottom: 1.5rem;
}
footer dl.access-info.wi100 dt {
	margin-bottom: 13px;
	padding-left: 0;
}

footer dl.access-info.wi100 dt,
footer dl.access-info.wi100 dd{
	width: 100%;
	max-width: 100%;
}

footer dl.access-info.wi100 dd {
	padding-left: 2px;
}

footer dl.access-info.last {
	border-bottom: 1px solid #ccc;
}

.sp-copyright {
	width: 100% !important;
	font-size: 12px;
	letter-spacing: .15em;
	padding: 45px 0 75px;
	text-align: center;
	display: inherit !important;
}

.contact-form {
	padding-top: 37px;
}
	
.contact-form h2 {
	width: 83%;
	margin: 0 auto 24px;
}
	
.contact-form .form-dd {
	padding-top: 18px;
}
	
.contact-form p.form-txt {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	line-height: 1.8;
	margin-bottom: 4px;
	letter-spacing: -0.03em;
}
	
.wrap {
	width: 100%;
	padding: 0 30px;
	text-align: left;
	margin: 0 auto;
}

.flex {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
	
.gentle-img {background: #c00;}

.fixed-banner.display-fixed-banner{
	display: block;
	position: fixed;
	bottom: 0;
	z-index: 999;
}
.fixed-banner{
	display: none;
}


/******************************************************************
 * modaal
******************************************************************/

.hide-area{
	display: none;
}

.modaal-close:after, 
.modaal-close:before{
	background:#ccc;  
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

.popup{
	color: #e64570;
	text-decoration: underline;
	transition: all .3s ease;
}

.popup:hover{
	opacity: .6;
}

.modaal-container{
	width: 40% !important;
}

@media (max-width: 959px){
	.modaal-container{
		width: 70% !important;
	}
}

@media (max-width: 749px){
	.modaal-container{
		width: 90% !important;
	}
}

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

	.pc_only {
		display: inline;
	}

	.wrapper {
		max-width: 1000px;
		margin: 0 auto;
	}
	
	.main-contents {
		margin-left: auto;
		padding: 0;
		width: 550px;
		min-height: 100vh;
	}

	.contact-area {
		padding: 30px 5px 30px 30px;
	}
	
	.js-tab img.no-01 {
		position: absolute;
		top: -25px;
		left: 0;
	}

	ul.tab-list li.current {
		width: 28%;
	}

	ul.tab-list li span {
		font-size: 20px;
	}
	
	ul.tab-list li {
		background-color: #bebebe;
		text-align: center;
		height: 66px;
		line-height: 66px;
		cursor: pointer;
		width: 28%;
		margin: 0 10px;
		position: relative;
		border-top-left-radius: 7px;
		border-top-right-radius: 7px;
	}
	
	ul.tab-list li.current:before {
		height: 80px;
	}
	
	ul.tab-list li.current span {
		top: -5px;
	}
	
	ul.tab-list li.current img.no-01 {
		position: absolute;
		top: -25px;
		left: 0;
	}
	
	dl.menu dt {
		position: relative;
		width: 400px;
		height: 58px;
		line-height: 58px;
		font-size: 24px;
		transition: background-color 1s;
	}
	
	dl.menu dt:hover {
		transition: background-color 1s;
	}
	
	
	dl.menu .ac-parent:before {
		right: 20px;
		transform: translateY(-50%);
		width: 20px;
		height: 1px;
		background: #fff;
	}

	dl.menu .ac-parent:after {
		right: 30px;
		transform: translateY(-50%);
		transition: all .3s;
		width: 1px;
		height: 20px;
	}

	table.menu-table th {
		background: #333333;
		color: #fff;
		height: 60px;
		text-align: center;
		font-size: 20px;
		padding: 0;
		border-right: 1px solid #dbdbdb;
	}

	table.menu-table tr:first-child th.th-01 {
		padding-left: 20px;
	}
	
	table.menu-table td {
		background: #fff;
		/* padding: 0 0 0 20px; */
		padding: 20px;
		height: 75px;
		font-size: 20px;
	}

	table.menu-table td.txt span {
		font-size: 14px;
	}

	/*--料金表--*/
	table.menu-table th.wi-03 {
		width: 175px;
		height: 75px;
		text-align: left;
		padding-left: 20px;
	}
	
	table.menu-table th.wi-04 {
		width: 105px;
	}

	table.menu-table th.wi-05 {
		width: 105px;
	}
	
	table.menu-table th.wi-06 {
		width: 105px;
	}

	table.menu-table th small {
		font-size: 14px;
		padding-left: 2px;
	}
	table.menu-02 td {height: 105px;}
	table.menu-02 td.txt {
		font-size: 16px;
		padding: 0;
	}
	
	table.menu-02 td.txt small {
		font-size: 14px;
	}	
	
	table.menu-02 td span.subtitle {
		font-size: 14px !important;
		color: #999999 !important;
	}
	
	table.menu-02 td span.subtitle02 {
		font-size: 15px !important;
		line-height: 1.6;
	}
	
	.off {
		width: 70px;
		height: 27px;
		line-height: 27px;
		margin: 0 auto;
		background: #f5e6ea;
		border-radius: 5px;
		color: #e64570;
		font-size: 12px;
		font-weight: bold;
	}
	
	.off-price {
		font-size: 23px;
		color: #e64570;
		font-style: italic;
	}
	
	.off-txt {
		font-size: 16px;
		padding: 0;
		text-decoration: line-through;
	}
	
	.off-txt small {
		font-size: 14px;
	}	
	
	.height140 {height: 140px !important;}
	.height250 {height: 250px !important;}

	table.menu-table td span {
		display: block;
		font-size: 17px;
	}

	.flow-area ol li {
		background: #fff;
		border: 7px solid #fadae3;
		padding: 30px 25px;
		border-top-left-radius: 50px;
		border-bottom-right-radius: 50px;
		position: relative;
	}
	
	.flow-area ol li .no {
		width: 65px;
		height: 37px;
	}
	
	.flow-area .arrow {
		width: 8%;
		margin: 10px auto;
	}

	
	dl.faq .ac-parent::before {
		content: "";
		position: absolute;
		top: 30%;
		right: 10px;
		width: 44px;
		height: 44px;

	}

	dl.faq .ac-parent::after {
		content: "";
		position: absolute;
		top: 30%;
		right: 10px;
		width: 44px;
		height: 44px;
	}
		
	.flow-area ol li dl dd h3 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	
	.flow-area ol li dl dd p {
		font-size: 16px;
		line-height: 1.8;
	}
	
	dl.faq dt.ac-parent {
		position: relative;
		cursor: pointer;
		font-size: 23px;
		letter-spacing: .1em;
		padding: 30px;
	}
	
	dl.faq .ac-child {
		padding: 0 20px 20px 30px;
	}

	dl.faq .ac-child h3 {font-size: 23px;}
	dl.faq .ac-child p {
		font-size: 20px;
		line-height: 1.8;
		letter-spacing: .05em;
	}
	

	.flow-area ol li dl dd p a,
	.access-info a{
		color: #000;
		text-decoration: none;
	}
	

	footer .footer-logo {
		width: 400px;
		max-width: 80%;
		text-align: center;
		margin: 30px auto 35px;
	}

	footer .footer-logo img {width: 100%;}
	
	footer dl.access-info dt {
		width: 180px;
		max-width: 36.735%;
		font-size: 20px;
		font-weight: bold;
	}

	footer dl.access-info dd {
		width: 310px;
		max-width: 63.265%;
		font-size: 20px;
	}

	footer .map {
		width: 86%;
		margin: 0 auto 45px;
	}

	footer .map iframe {
		width: 100%;
		height: 335px;
	}	
	
	
	footer {
		padding: 0 0 90px;
	}
	
	ul.tab-list li.current img.no-01 {
		position: absolute;
		top:-35px;
		left: 0;
	}	
	
	.menu-fv {margin-bottom: 60px;}
	
	.contact-form {
		padding-top: 50px;
	}
	
	.contact-form h2 {
		width: 80%;
		margin: 0 auto 30px;
	}
	
	.contact-form .form-dd {padding-top: 30px;}
	
	.contact-form p.form-txt {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 17px;
		line-height: 1.8;
		margin-bottom: 10px;
	}
	
	.cont-txt {
		font-size: 20px;
		padding: 20px 30px 5px;
	} 
	.cont {
		width: 100%;
		padding: 10px 20px 20px 20px;
	}

	.efo-form .cont select {
		width: 100%;
		position: relative;
		/*background: url(../img/common/arrow-select.png) right 10px center no-repeat !important;
		background-size: 6% !important;*/
	}
	
	.agree label {
		font-size: 20px !important;
	}
	
	.sp-copyright {display: none !important;}

	a:hover img{
		opacity:0.8;
		filter: alpha(opacity=80);
	}

	.nav-area .nav-inner nav ul li a:hover {
		color: #e6406c;
	}

	dl.menu dt:hover {
		color: #e64570;
		cursor: pointer;
		background: #fdecf2;
	}

	dl.menu .ac-parent:hover:before,
	dl.menu .ac-parent:hover:after{
		background: #e64570;
	}

	dl.faq dt.ac-parent:hover {
		cursor: pointer;
		background: #fdecf2;
		border-top-left-radius: 40px;
		transition: background-color 1s;
	}
	
	.display-fixed-banner.fixed-banner{
		display: none !important;
	}
}

@media
only screen and (max-width : 1200px){
	.nav-area {display: none;}
	.main-contents {margin: 0 auto;}
	img {width: 100%;}
}


.line_add_freinds{
    width: 90%;
    max-width: 90%;
    margin: 20px auto 10px;
}
.line_add_freinds_a{
	position: relative;
    height: 58px;
    line-height: 58px;
    font-size: 24px;
    transition: background-color 1s;
    background-color: #06c755;
    border: 1px solid #06c755;
    border-radius: 10px;
    display: block;
    width: 90%;
    max-width: 90%;
    padding-bottom: 5px;
    color: #fff;
    text-align: center;
    cursor: pointer;
	margin: 0 auto;
}
.line_add_freinds_a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15%;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../img/page/top/line_friends.png) no-repeat;
    background-size: contain;
    transform: translate(0,-50%);
}
.line_txt{
	width: 90%;
    max-width: 90%;
    margin: 0 auto;
    margin-top: 30px;
}
.line_txt p{
	text-align: center;
}

@media print, screen and (min-width: 768px){
.pcnone{
	display: none;
	}
}

@media print, screen and (max-width: 768px){
.line_add_freinds_a{
	position: relative;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}
.line_add_freinds_a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15%;
    display: inline-block;
    width: 30px;
    height:30px;
    background: url(../img/page/top/line_friends.png) no-repeat;
    background-size: contain;
    transform: translate(0,-50%);
}
}

