@charset "utf-8";

article{
	justify-content:center;
}

.title01{
	margin-bottom:20px;
	color:#c80037;
	font-size:20px;
	font-weight:bold;
}

main section{
	margin:20px 0;
}

.contBox{
	padding:40px;
	border:3px solid #ccc;
	text-align:center;
}

p.notes{
	color:#f77f79;
	font-weight:bold;
	text-align:center;
    margin: 20px auto 10px auto;
}

#status ul{
	display:flex;
	justify-content:space-between;
}

#status ul li{
	position:relative;
	width:250px;
	padding:10px 0;
	background:#b5b4b4;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	letter-spacing:3px;
	text-align:center;
}
#status ul li:last-child::after {
	content: none;
}
#status ul li.now{
	background:#f77f79;
}

#status ul li:after{
	content:"";
	position:absolute;
	right:-45px;
	display:inline-block;
	border:8px solid transparent;
	border-left:8px solid #b5b4b4;
}

.contBox p.errmsg {
	margin-top: 10px;
	color: #f00;
	font-weight: bold;
	text-align: center;
	background: #f9e5ea;
	padding: 10px;
}
.contBox p.errmsg:before{
	content:"※";
}

.contBox dl{
	display:flex;
	justify-content:center;
	align-items:center;
	margin:20px 0;
}

.contBox dt:after{
	content:":";
	display:inline-block;
	padding:0 10px;
}

.contBox dd input{
	width:300px;
	padding:5px;
}

.contBox button{
	background:#555;
	border:none;
	padding:10px 100px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
}

/*=====================確認画面===================*/

.contTbl{
	width:80%;
	margin:20px auto;
	border:1px solid #ccc;
}

.contTbl th,.contTbl td{
	padding:10px;
}

.contTbl th{
	background:#eee;
	text-align:right;
}

.formBtn{
	display:flex;
	justify-content:center;
}

.formBtn button{
	display:inline-block;
	padding:10px 100px;
	border:none;
	color:#fff;
	font-size:16px;
	font-weight:bold;
}

.formBtn button.send{
	background:#555;
}

.formBtn button.return{
	background:#aaa;
}


/*=====================仮メール画面===================*/

.tC{
	margin-top:20px;
	text-align:center;
}


/*=====================マイページ利用規約===================*/

h3.subtitle{
	padding:3px 10px;
	margin-bottom:10px;
	border-left:5px solid #333;
	border-bottom:1px dotted #333;
	font-size:16px;
	font-weight:bold;
}

/*=====================完了画面===================*/

.contBox h3.success{
	color:#f00;
	font-weight:bold;
}

.contBox .btn a{
	position:relative;
	display:block;
	width:250px;
	padding:10px 0;
	margin:10px auto;
	background:#555;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

.contBox .btn a:after{
	content:"";
	position:absolute;
	top:15px;
	right:5px;
	display:inline-block;
	width:10px;
	height:10px;
	border-right:2px solid #fff;
	border-top:2px solid #fff;
	transform:rotate(45deg);
}

/* qr qr qr qr qr */
#qr_shop,
#qr_lady {
	display: block;
	margin: 10px;
}
#qr_shop a,
#qr_lady a {
	text-decoration: underline;
}
#qr_shop p,
#qr_lady p {
	margin-bottom: 10px;
}
#qr_shop p.attention,
#qr_lady p.attention {
	color: #f00;
}

#qr_shop .qr_txt,
#qr_lady .qr_txt {
	padding:0.5em 0.5em 0.5em 2.8em;
	border: 2px solid #F87E79;
	-webkit-border-radius: 0.5em;
	        border-radius: 0.5em;
	background: url(//img.undernavi.com/mypage/sp/common/icon_info.png) 0.3em center no-repeat;
	-webkit-background-size: 2em 2em;
	     -o-background-size: 2em 2em;
	        background-size: 2em 2em;
	color: #333333;
	line-height: 1.3;
}
.qr_shop_inner,
.qr_lady_inner {
	position: relative;
	margin-right: 8px;
	margin-bottom: 2em;
	padding: 20px;
	z-index: 10;
	top: 0;
	left: 0;
}
.qr_shop_inner::before,
.qr_shop_inner::after,
.qr_lady_inner::before,
.qr_lady_inner::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
}
.qr_shop_inner::before,
.qr_lady_inner::before {
	top: 0;
	left: 0;
	z-index: -10;
	background: #f5f5f5;
}
.qr_shop_inner::after,
.qr_lady_inner::after {
	top: 4px;
	left: 4px;
	z-index: -20;
	background: rgba(0,0,0,0.1);
	box-shadow: 4px 4px 0 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 4px 4px 0 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 4px 4px 0 0 rgba(0,0,0,0.2);
}


#qr_shop .shop_cat {
	color: #666666;
	font-size: 93%;
}
.shop_name {
	font-size: 113%;
}
#qr_shop dl {
	display: block;
	max-width: 300px;
	margin: 0 auto;
}

#qr_shop dl dd img {
	display: block;
	max-width: 100%;
	margin: 5px 0;
	border: 1px solid #999;
	vertical-align: top;
}
#qr_shop dl dd .catch {
	padding-top: 5px;
	line-height: 1.3;
}


#qr_lady .qr_lady_inner .thumb {
	display: block;
	text-align: center;
}
#qr_lady .qr_lady_inner .thumb img {
	max-width: 70%;
	border: 1px solid #999;
}
#qr_lady .qr_lady_inner dl {
	margin: 0 auto 1em;
}
#qr_lady .qr_lady_inner > dl dt {
	position: relative;
	margin-bottom: 1em;
	text-align: center;
}
#qr_lady .qr_lady_inner > dl dt span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 4em;
	padding: 0 1em;
	max-width: 50%;
	background-color: #f5f5f5;
	text-align: center;
}
#qr_lady .qr_lady_inner > dl dt::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height:2px;
	background: #ccc;
	background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
	background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}

#qr_lady .qr_lady_inner > dl dd {
	color: #666666;
	text-align: center;
}
#qr_lady .qr_lady_inner .comment {
	margin: 0.5em 0 2em;
	padding: 1em;
	color: #666;
	line-height: 1.3;
	background: #fff;
	-webkit-border-radius: 0.5em;
	        border-radius: 0.5em;
	-webkit-box-shadow: 2px 2px #ccc;
	        box-shadow: 2px 2px #ccc;
}

#qr_lady .shop_data {
	display: block;
	margin: 1em 0;
	padding: 1em 0.5em 0.5em;
	border: 1px solid #999;
	position: relative;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	clear: both;
}
#qr_lady .shop_data .box_ttl {
	display: inline-block;
	padding: 1px 10px;
	position: absolute;
	top: -9px;
	background: #f5f5f5;
	color: #999;
}
#qr_lady .shop_cat {
	margin-bottom: 0.5em;
	color: #999;
	font-size: 93%;
}
#qr_lady .shop_data dt {
	text-align: center;
	font-size: 113%;
}

/*=====================formBox===================*/
.formBox{
	color:#c80037;
	text-align:center;
}

.formBox .innerBox{
	padding:20px;
	border:2px solid #c80037;
}

.formBox .innerBox p,.formBox .innerBox a,.formBox .innerBox dt{
	font-weight:bold;
}

.formBox .innerBox .notes{
	color: inherit;
	font-size:20px;
	text-align:center;
}

.formBox .innerBox dl{
	display:flex;
	justify-content:center;
	align-items:center;
	margin-top:20px;
}

.formBox .innerBox dt{
	width:160px;
	margin-right:5px;
	text-align:right;
}

.formBox .innerBox dd{
	width:300px;
}

.formBox .innerBox .forget{
	width:460px;
	margin:0 auto;
	text-align:right;
}

.formBox .innerBox .forget a{
	color:#c80037;
	text-decoration:underline;
}

.formBox .innerBox button{
	appearance:none;
	display:block;
	width:300px;
	padding:10px 0;
	margin:10px auto;
	background:#c80037;
	border:none;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

.formBox .innerBox .tC{
	text-align:center;
}

.formBox .innerBox .tC a{
	display:block;
	width:300px;
	padding:10px 0;
	margin:10px auto;
	background:#e51345;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

.formBox .sns{
	display:flex;
	justify-content:center;
	margin:20px 0;
}

.formBox .sns li{
	margin:0 10px;
}

.formBox > .innerBox > .link_login {
    background: #c80037;
    display: block;
    width: 35%;
    margin: 25px auto 15px auto;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
}

.contTbl .terms_link {
	color: #c90037;
	margin-right: 5px;
	text-decoration: underline;
}

#erMsg {
	color: #ff3434;
	margin-bottom: 20px;
}

/**********デザイン変更用
********************************/
.register {
	margin-bottom: 30px;
}
.register .inner {
	border: 2px solid #c90037;
}
.firsttime {
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
	color: #c90037;
	font-weight: bold;
}
.register_list-item {
	display: flex;
	align-items: center;
	border: 2px solid #b4910d;
	margin-right: 20px;
	border-radius: 50px;
	overflow: hidden;
}
.register_list {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.register_list-item:last-child {
	margin-right: 0;
}
.register_list-num {
	background: #b4910d;
	padding: 7px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.gold {
	color: #b4910d;
}
.bold {
	font-weight: bold;
}
.register_list-txt {
	margin: 0px 10px;
	font-size: 11px;
	line-height: 1.2;
}
.point_list {
}
.point_list-item {
	display: flex;
	justify-content: space-between;
}
.point_list-contents {
	width: 50%;
}
.input_box {
	width: 48%;
	margin: 0 auto 20px;
}
.add {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 13px;
}
.mailaddress_form {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.mailaddress_form input {
	width: 270px;
	height: 40px;
	border-radius: 5px;
	border-color: #bfbfbf;
}
.mailaddress_form button {
	background-image: -moz-linear-gradient( 90deg, rgb(189,24,55) 0%, rgb(220,35,88) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(189,24,55) 0%, rgb(220,35,88) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(189,24,55) 0%, rgb(220,35,88) 100%);
	box-shadow: 0px 2px 2.52px 0.48px rgba(145, 10, 10, 0.004);
	color: #ffff;
	border: none;
	border-radius: 50px;
	padding: 0 34px;
	font-size: 11px;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
}
.mail_note {
	font-size:11px;
}
.mail_note a {
	text-decoration: underline;
	color: #0072f2;
}
.form_desc {
	margin-bottom: 15px;
}
.form_txt2 .form_desc {
	margin-bottom: 0;
}
.form_txt {
	width: 90%;
	margin: 0 auto;
	font-size: 11px;
}
.key_visual {
	margin-bottom: 10px;
}
.main_contents {
	margin-top: 15px;
}
.main_contents-wrap {
	border-left: 5px solid #ffd036;
	border-right: 5px solid #ffd036;
	border-bottom: 5px solid #ffd036;
	box-sizing: border-box;
}
.inner {
	padding: 40px 45px;
}
.point_list-ttl {
	background: #fed231;
	color: #c90037;
	display: flex;
	align-items: center;
	border-radius: 50px;
	margin-bottom: 20px;
	position: relative;
	padding: 10px 0;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	text-indent: 50px;
}
.point_list-txt {
	font-size: 15px;
}
.red {
	color: #bd1837;
}
.point_list-item {
	margin-bottom: 30px;
}
.point_list2 {
	width: 90%;
}
.point_list2-ttl {
	font-size: 18px;
	margin-bottom: 10px;
}
.point_list2-item {
	display: inline-block;
	background: #ff7070;
	color: #fff;
	margin-bottom: 5px;
	padding: 5px 15px;
	border-radius: 20px;
	font-size: 11px;
}
.point_list2-note {
	font-size: 11px;
}
.point_list-ttl::before {
	content: "";
	display: inline-block;
	width: 68px;
	height: 68px;
	position: absolute;
	left: 0;
}

.point_list-img {
	width: 48%;
}
.point_list-img img {
	margin-bottom: 20px;
}
.point_list-txt > p {
	margin-bottom: 20px;
}
.check {
	font-size: 14px;
	display: flex;
}
.check figure {
	width: 15%;
}
.point_list-check {
	flex: 1;
}
.point_list-ttl1::before {
	background: url(https://img.undernavi.com/front/pc/regist/point_num1.png) no-repeat;
	background-size: contain;
}
.point_list-ttl2::before {
	background: url(https://img.undernavi.com/front/pc/regist/point_num2.png) no-repeat;
	background-size: contain;
}
.point_list-ttl3::before {
	background: url(https://img.undernavi.com/front/pc/regist/point_num3.png) no-repeat;
	background-size: contain;
}
.point_list-item:nth-child(2) {
	flex-flow: row-reverse;
}
.flow_list {
	display: flex;
	justify-content: space-between;
}
.flow_list-item {
	display: flex;
	border: 3px solid #b4920d;
	margin: 0 10px;
	border-radius: 50px;
	align-items: center;
	box-sizing: border-box;
	position: relative;
}
.flow_list-num {
	background: #b4920d;
	color: #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
}
.flow_list-txt {
	margin: 0 20px 0 8px;
	font-size: 14.48px;
	line-height: 1.2;
}
.flow_list-item:not(:last-child)::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 19px;
	background: url(https://img.undernavi.com/front/pc/regist/arrow.png) no-repeat;
	position: absolute;
	right: -30px;
	background-size: contain;
}
.main_contents-flow .inner {
	padding: 40px 10px;
}
.main_contents-form {
	width: 580px;
	margin: 40px auto;
}
.set {
	background: #ffa8a7;
	padding: 10px;
	text-align: center;
}
.set {
	background: #ffa8a8;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
	font-size: 13px;
}
.set_list {
	margin-bottom: 20px;
	font-size: 13px;
}
.btn_form {
	background: #fff2be;
	padding: 40px;
}
.btn_form-ttl {
	text-align: center;
	margin-bottom: 30px;
}
.input_box2 {
	width: 75%;
	margin: 0 auto 30px;
}

.form_txt2 {
	font-size: 13px;
}
.form_txt2 .imp {
	margin-bottom: 20px;
}
.imp.red {
	color: #d40000;
}
#erMsg p {
	background: #f9e5ea;
	padding: 10px;
}
.sbs {
    display: inline-block;
    width: 31.5%;
    margin-right: 1%;
}
.sbs02 {
    display: inline-block;
    width: 48.7%;
    margin-right: 1%;
}
.sbs:last-of-type, .sbs02:last-of-type {
    margin-right: 0;
}

#body.regist-body .sbs02 {
    width: 100%;
}

.select-box {
	display: flex;
	gap: 0 10px;
}
.select-item {
	width: calc(100% / 3 - 7px);
	position: relative;
}
.select-box .select-item .sbs {
	width: 100%;
}
.select-item::before, .osusume-item::before {
	content: "▼";
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	pointer-events: none;
}
.osusume-item {
	position: relative;
}
.note-s {
	font-size: 12px;
	color: #f00;
}
.note-s-r {
	font-size: 12px;
	color: #f00;
}
.formBtn.formBtn-n input[type="submit"] {
	display: block;
	width: 40%;
	background: #555;
	color: #fff;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
}
.formBtn.formBtn-n input[type="submit"]:hover {
	opacity: .7;
	transition: .2s;
}