/** Shopify CDN: Minification failed

Line 6:9 "UTF-8" will be used instead of unsupported charset "euc-jp"

**/
@charset "euc-jp";
/*====================================================================

guide_line.css

====================================================================*/
.flex{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-wrap: wrap;
	-ms-flex-pack: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap:wrap;
}
.line_id {
	color: #525252;
	width: 70%;
	margin: auto;
}
.disp-none {
	display: none;
}
.line_id .image img {
	width: 100%;
}
.line_id .primary {
	margin: 3em 0;
}
.line_id .arrow_u {
	position: relative;
	display: block;
	padding: 1em;
	color: #fff;
	text-decoration: none;
}
.line_id .arrow_u:after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -6px;
	transform: rotate(45deg);
}
.line_id .primary h2 {
	background: none !important;
	border-bottom: 1px solid #525252 !important;
	font-size: 1.6em;
	font-weight: bold;
	padding-bottom: 0.5em;
	text-align: center;
}
.line_id .primary dt,
.line_id .primary dd {
	border-bottom: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.line_id .btns {
	background: #E61673;
	color: #fff;
	border-radius: 100px;
	text-align: center; 
	line-height: 1.4 !important;
}
.line_id .btn {
	background: none !important;
	display: block !important;
	font-size: 1.6em;
	font-weight: bold;
	padding: 1em;
}

/* anchor */
.line_id .anchor {
	margin: 4em 0;
}
.line_id .anchor ul {
	text-align: center;
}
.line_id .anchor li {
	background-color: #686868;
	border-right: 1px solid #fff;
	width: calc(100%/3);
}
.line_id .anchor li a {
	color: #fff;
}


/* step */
.line_id .wrap-contents dd {
	padding: 1em 0 !important;
}
.line_id .wrap-contents .btns {
	width: 74%;
	margin: auto;
}
.line_id .wrap-contents .ttl {
	margin-top: 2em !important;
	margin-bottom: 1em !important;
}
.line_id .wrap-contents .step1 {
	width: 86% !important;
	margin: auto !important;
}
.line_id .wrap-contents .step2 .qr {
	width: 32%;
	margin: 0;
}
.line_id .wrap-contents .step2 .qr .btn {
	padding: 0;
}
.line_id .wrap-contents .step2 .summary {
	width: 65%;
}
.line_id .wrap-contents .qr {
	background: none;
}
.line_id .primary {
	padding: 3em 1em;
}
.line_id .note {
	margin: 2em 0 0;
	font-size: 1em;
}
.line_id .summary_txt {
	margin: 2em;
}

/* friend connect */
.line_id .primary.friend,
.line_id .primary.faq {
	background-color: #D7F2D1;
}
.line_id .connect .step2.summary {
	width: 92%;
	margin: auto !important;
}
.line_id .friend .btns,
.line_id .connect .btns {
	position: relative;
	display: block;
}
.line_id .friend .btn:after ,
.line_id .connect .btn:after {
	content: "";
	position: absolute;
	top: 36%;
	right: 0;
	right: 4px;
	translate: Y(-50%);
	border: 13px solid transparent;
	border-left: 20px solid #fff;
}


/* faq */
.line_id .primary.faq {
	padding: 3em;
}
.line_id .primary.faq dl {
	font-size: 1.3em;
	line-height: 1.4;
}
.line_id .faq .ttl {
	color: #009944 !important;
	margin-bottom: 0 !important;
	font-weight: normal !important;
}


/* login btn */
.line_id .btns.login_link {
	background-color: #00a65a;
	border-radius: 0;
	margin-bottom: 4rem;
}
.line_id .btns.login_link .arrow_r {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	color: #333;
	text-decoration: none;
 }
 .line_id .btns.login_link .arrow_r:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: 50%;
	right: 16px;
	margin-top: -4px;
	transform: rotate(45deg);
 }

 /*====================================================================

5/1 0:00~

====================================================================*/

.wrap_line_id.may .container {
   width: 100%;
}
.wrap_line_id.may .container .line_id {
   color: #000;
}
.wrap_line_id.may .container .bg_green {
   background-color: #06c755;
   padding: 30px 0;
}
.wrap_line_id.may .container .image img {
   width: 100%;
}
.wrap_line_id.may .container .btns {
   position: relative;
}
.wrap_line_id.may .container .btn_arrow {
   background-color: #645e53;
   border-radius: 15px;
   display: table;
   position: relative;
   padding: 1em 2.5em;
   min-width: 15em;
   color: #fff;
   font-size: 16px;
   font-weight: bold;
   text-align: center;
   text-decoration: none;
   box-sizing: border-box;
   transition: 0.5s;
   margin: auto;
}
.wrap_line_id.may .container .btn_arrow::after {
   position: absolute;
   top: 50%;
   right: 1em;
   width: 0.5em;
   height: 0.5em;
   transform: translateY(-50%) rotate(45deg);
   border-right: 2px solid currentColor;
   border-top: 2px solid currentColor;
   content: "";
}
.wrap_line_id.may .container .btn_arrow:hover {
   border: 2px solid #645e53;
   background-color: #645e53;
   color: #fff;
}
.wrap_line_id.may .container .btn_underline {
   text-decoration: underline;
}
.wrap_line_id.may .container .primary {
   padding: 30px 0;
   margin: 0;
   text-align: center;
}

/* heading */
.wrap_line_id.may .container .line_id .heading {
   background-color: #fff;
   border-radius: 15px;
   width: 90%;
   margin: 0 auto;
   padding: 40px 0 30px;
   text-align: center;
}
.wrap_line_id.may .container .line_id .heading h1 {
   font-size: 24px;
   font-weight: bold;
   line-height: 1.2;
   margin-top: 30px;
}

/* connect */
.wrap_line_id.may .container .line_id .connect {
   background-color: #fff;
   
}

/* point */
.wrap_line_id.may .container .line_id .primary.point {
   padding: 0;
}
.wrap_line_id.may .container .line_id .point {
   text-align: center;
}
.wrap_line_id.may .container .line_id .point h1 {
   color: #fff;
   font-size: 20px;
   font-weight: bold;
   line-height: 1.2;
   margin-bottom: 20px;
}
.wrap_line_id.may .container .line_id .point .point_list {
   justify-content: center;
}
.wrap_line_id.may .container .line_id .point .point_list .box {
   background-color: #fffbd9;
   width: 40%;
   margin: 2%;
   font-size: 14px;
   line-height: 1.2;
   padding-bottom: 20px;
}
.wrap_line_id.may .container .line_id ul.attention {
   font-size: 12px;
   text-align: left;
   line-height: 1;
   margin-top: 4em;
   width: 90%;
   margin: 4em auto 0;
}
.wrap_line_id.may .container .line_id ul.attention li {
   margin-bottom: 10px;
}

/* faq */
.wrap_line_id.may .container .line_id .faq {
   margin: auto;
   padding: 2em;
   text-align: left;
}
.wrap_line_id.may .container .line_id .faq .ttl {
   margin: 2em 0 10px !important;
}
.wrap_line_id.may .container .line_id .primary.faq dl {
	font-size: 0.9em;
}






