@charset "UTF-8";

/*
##LAYOUT
*/
.under-content {
	max-width: 650px;
	width: 100%;
	float: left;
}
.container .side-content {
	max-width: 300px;
	width: 100%;
	float: right;
}
.container:after {
	clear: both;
	content: " ";
	display: block;
	overflow: hidden;
}

/*
##TITLE　COMMON
*/
@media (min-width: 981px) {

body {
	font-size: 1.4rem;
	line-height: 1.7;
}
/*崩れ　修正　style.css はそのまま*/
.header .content-frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.header .logo-wrapper {
	-webkit-flex-grow: 1;  /*Safari*/
	-webkit-box-flex: 1;  /*android */
	flex-grow: 1;
}
}
h1 {
	font-size: 32px;
	padding-bottom: 10px;
	border-bottom: 4px solid #ddd;
	margin-bottom: 40px;
}
.entry h1 {
	border: none;
}
.entry h1.entry-titile-under {
	border-bottom: 4px solid #ddd;
}
h2 {
	padding-bottom: 5px;
	border-bottom: 2px solid #ddd;
	margin-bottom: 20px;
}

.textC {
	text-align: center;
}
.list-sub-item-span {
	bottom: auto;
	top: 8px;
	display: block;
}
.list-sub-item-span a::before {
	border-bottom: 4px solid transparent;
	border-left: 5px solid #f48fb1;
	border-right: none;
	border-top: 4px solid transparent;
	bottom: 0;
	content: "";
	display: block;
	height: 0;
	left: 5px;
	margin: auto;
	position: absolute;
	top: 0;
	width: 0;
}
.list-sub-item-span a {
	padding-left: 15px;
	position: relative;
}
.under-content section {
    margin-bottom: 80px;
}
.under-content section.textC {
	margin-bottom:40px;
}
section p {
	margin-bottom: .8em;
}
.sub-title-style-1 {
	font-size: 20px;
	font-weight: bold;
}
span.fs1 {
	font-size: 1.3em;
}
.under-content .inner-box {
	padding: 20px;
}
.req {
	font-size: 14px;
	color: #FF0004;
}
.inner.sec {
	margin-bottom: 25px;
}
/*
## ENTRY INDEX
*/
.row {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.row:after {
	content: " ";
	display: block;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.row .mail-entry-box {
	width: 60%;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 10px 20px 10px 0;
}
.row .sns-entry-box {
	width: 40%;
	border-left: 2px solid #ddd;
	float: right;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 10px 0 10px 20px;
}
.row .sns-entry-box h3 {
	margin-bottom: 15px;
}
.under-content.entry.entry-form .inner-box {
	padding: 0 0 10px 0;
	border-bottom: 2px solid #ddd;
	margin-bottom: 20px;
}
.entry-form .row {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #ddd;
}
.row .sns-entry-box .sns-link li {
	width: 100%;
	float: none;
	width: calc(100% );
	width: -webkit-calc(100%);
	margin: 0;
	margin-bottom: 10px;
}
.mail-entry-btn {
	text-align: center;
	margin-top: 80px;
}
.mail-entry-btn a {
	display: block;
	width: 100%;
	margin: 0 auto;
	max-width: 300px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #ffab40;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	border-radius: 4px;
}
.mail-entry-btn a:hover, .login-btn a:hover {
	opacity: .8;
	text-decoration: none;
}
/*.login-btn a {
	text-align: center;
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	max-width: 300px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #f48fb1;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	border-radius: 5px;
	margin-left: 10px;
}*/
a.btn.btn-entry {
	background: #ffab40;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	padding: 12px 0;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	max-width: 180px;
	width: 100%;
	border: none;
	display: inline-block;
	text-align: center;
}
a.btn.btn-entry:hover {
	text-decoration: none;
	opacity: .8;
}
.login-area-box span {
	margin-right: 10px;
}

.col-3.merit-box li {
	position:relative;
}
.col-3.merit-box li:before {
	position:absolute;
	content:"";
	background:url(../img/user/user_regist_1.png) no-repeat left center;
	width:60px;
	height:62px;
	left:-5px;
	top:0;
}
.col-3.merit-box li:nth-child(2):before {
	background:url(../img/user/user_regist_2.png) no-repeat left center;
}
.col-3.merit-box li:nth-child(3):before {
	background:url(../img/user/user_regist_3.png) no-repeat left center;
}
.col-3.merit-box figure {
	background:#f5f3f1;
	text-align:center;
	width:100%;
    margin-bottom: 10px;
}
.col-3.merit-box .title {
	padding-left:60px;
	font-weight:bold;
	font-size:20px;
    width: 100%;
    display: block;
    line-height: 1.4;
    margin-bottom: 10px;
}
p.merit-allow {
	font-weight:bold;
	font-size:20px;
	position:relative;
	text-align:center;
	margin-top:15px;
}
p.merit-allow:before {
    border-right: 32px solid transparent;
    border-top: 40px solid #fadf2d;
    border-bottom: none;
    border-left: 32px solid transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    top: 6px;
    width: 0;
    right: 0;
    z-index: -1;
}
@media (max-width: 980px) {
	.col-3.merit-box {
		display:block;
	}
	.col-3.merit-box li {
		width:100%;
	    margin-bottom: 15px;
	}
	.col-3.merit-box li figure {
		width:20%;
	    padding: 0 10px;
	    margin-bottom: 20px;
	}
	.col-3.merit-box li figure img {
		width:100%;
		max-width:58px;
	}
	.col-3.merit-box li:nth-child(3) figure img {
		max-width:70px;
	}
	.col-3.merit-box li:before,
	.col-3.merit-box li:nth-child(2):before,
	.col-3.merit-box li:nth-child(3):before{
		left: 5px;
		width: 50px;
		background-size: contain;
		top: -8px;
	}
	.col-3.merit-box .text {
		width: 78%;
		display: inline-block;
		position: absolute;
		top: 55px;
		left: 22%;
	    padding-left: 10px;
	}
	.col-3.merit-box .title {
		font-size:16px;
		margin-bottom:15px;
	}
	p.merit-allow {
		font-size:16px;
	}
	
}

/*
## TABLE LOGIN
*/
table {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.entry table {
	margin-bottom: 20px;
}
.entry table tr th {
	padding: 10px 0 10px 15px;
	vertical-align: middle;
}
.entry table tr td {
	padding: 10px 15px 10px 0;
	vertical-align: middle;
}
.entry table tr:last-child th, .entry table tr:last-child td {
	border-bottom: dotted 1px #ddd;
	border-top: dotted 1px #ddd;
}
.inqiry.entry table tr:last-child th, .inqiry.entry table tr:last-child td {
	border: none;
}
.entry .form table tr:last-child th, .entry .form table tr:last-child td {
	border: none;
}
table span.check {
	display: block;
	margin-bottom: 20px;
}
.entry span.check {
	margin-bottom: 0;
}
select {
    border: solid #999 2px;
    padding: 5px 3px 5px 3px;
    cursor: pointer;
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    color: #455a64;
    height: 36px;
}
input:not([type]), input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], textarea[type="text"] {
	border: 2px solid #999;
	height: 36px;
	width: 100%;
	padding: 5px;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	max-width: 448px;
}
.zipCodeTd input[type="text"] {
	width: 20%;
	min-width: 70px;
}
textarea[type="text"] {
	height: auto;
}
input[type="checkbox"] {
	border: 2px solid #999;
	background: #fff;
	padding: 5px;
	margin: 3px;
}
button[type="submit"], button[type="reset"],
a.btn.btn-login {
	background-color: #ffab40;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	padding: 12px 0;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	max-width: 180px;
	width: 100%;
	border: none;
	outline: none;
}
button.zip-btn {
	background: #444;
	border: 0;
	padding: 8px 10px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	margin-left: 10px;
}
button.btn.btn-clear, button.btn.btn-back {
	background-color: #fff;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	padding: 0 12px;
	cursor: pointer;
	color: #09c;
	font-weight: normal;
	font-size: 15px;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	max-width: 180px;
	width: 100%;
	border: none;
	outline: none;
	text-decoration: underline;
}
button.btn.btn-back {
	background: url(../img/icon_backtologin.png) no-repeat 15px center;
	background-size: 20px auto;
}
/*button.btn.btn-clear:hover, button.btn.btn-back:hover {
	opacity: 1;
	color: #09C;
}*/
input:hover, button:hover {
	opacity: .7;
}
label {
	cursor: pointer;
}
table tbody tr td {
	width: 70%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
table tbody tr td input {
	margin-bottom: 15px;
}
table tbody th {
	width: 30%;
	vertical-align: top;
	text-align: left;
}
table tbody th span {
	color: #FF0004;
	margin-left: 10px;
    display: inline-block;
}
.entry .privacy-box {
	margin-bottom: 10px;
    max-width: 626px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	border: 2px solid #999;
	height:154px;

}
.entry .privacy-box iframe {
    width:100%;
    height:100%;
	overflow:scroll;
}

@media (min-width: 980px) {
.entry table + .privacy-box {
	margin: 10px;
    margin-top: -10px;
}
.entry .privacy-box {
	overflow:hidden;
}
}
@media (max-width: 980px) {
.under-content section {
    margin-bottom: 40px;
}
.under-content section.textC {
    margin-bottom: 25px;
}
.entry .privacy-box {
    margin-left:10px;
	margin-right:10px;
    overflow: auto;
    -webkit-overflow-scrolling:touch;
}


.entry .privacy-box::-webkit-scrollbar {
	display:none;
}
.entry table tbody tr td .privacy-box  {
    margin-left:0px;
	margin-right:0px;
    overflow: auto;
}
}
/*.btn-cancel, .under-content button.btn-cancel {
	background: #eee;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	padding: 12px 0;
	border: 1px solid #eee;
	cursor: pointer;
	color: #455a64;
	margin-right: 10px;
}
.btn-cancel {
	font-weight: bold;
	font-size: 15px;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	max-width: 180px;
	width: 100%;
	display: inline-block;
}
.btn-cancel:hover {
	text-decoration: none;
	opacity: .7;
	color: #455a64;
}*/
button.btn-cancel,
a.btn-cancel,
.btn-cancel a{
	text-decoration:underline!important;
	color:#455a64;
	padding-right:10px;
	padding-left:10px;
	background-color:inherit;
    background: none;
    border: none;
    display: block;
    text-align: center;
    margin: 15px auto 0;
	font-family:"Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	cursor:pointer;
	outline: none;
    font-weight: normal;
	width:auto;
}
.btn-area-entry {
	text-align: center;
}

/*
## INQUIRY 
*/
#typeB {
	margin-top: 0;
	visibility:hidden;
	height:0;
	overflow:hidden;
}
/*
## ENTRY NAVIGATION
*/
.form-navigation,
.form-navigation-2 {
	width: 100%;
	background: #ddd;
	margin-bottom: 30px;
}
.form-navigation:after,
.form-navigation-2:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.form-navigation li,
.form-navigation-2 li {
	float: left;
	width: 33%;
	height: 50px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
	position: relative;
	padding: 0;
	margin: 0;
}
.form-navigation li span,
.form-navigation-2 li span {
	display:inline-block;
	line-height:1;
	font-weight:100;
	font-size:1.2rem;
    margin-right: 5px;
}
@media (max-width: 980px) {
.form-navigation-2 li span {
    margin-right: 0px;
	display:block;
	font-size:1.1rem;
}
.form-navigation-2 li {
	line-height:1.6;
	padding-top:10px;
    font-size: 1.2rem;
}
}
.entry-form-1 .form-navigation,
.entry-form-1 .form-navigation-2 {
	background: url(../img/user/entry_form_1.jpg) no-repeat;
	height: 50px;
	background-size: cover;
}
.entry-form-1 .form-navigation li:first-child ,
.entry-form-1 .form-navigation-2 li:first-child {
	color: #fff;
}
.entry-form-2 .form-navigation,
.entry-form-2 .form-navigation-2 {
	background: url(../img/user/entry_form_2.jpg) no-repeat;
	height: 50px;
	background-size: cover;
}
.entry-form-2 .form-navigation li:first-child + * ,
.entry-form-2 .form-navigation-2 li:first-child + * {
	color: #fff;
}
.entry-form-3 .form-navigation,
.entry-form-3 .form-navigation-2 {
	background: url(../img/user/entry_form_3.jpg) no-repeat;
	height: 50px;
	background-size: cover;
}
.entry-form-3 .form-navigation li:first-child + * + *,
.entry-form-3 .form-navigation-2 li:first-child + * + * {
	color: #fff;
}
/*
## ENTRY ERROR
*/
.error-box {
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 35px;
	background: #fff6eb;
	border-radius: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.error-box ul {
	margin-left: 30px;
}
.error-box ul li {
	color: rgba(255,0,4,1.00);
	list-style-type: disc;
}
input[type="text"].form-password3.password-form-3 {
	max-width: 300px;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 5px;
}
/*
## ENTRY CONFIRM
*/
.col-3 {
	width: 100%;
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.col-3:after {
	clear: both;
	content: " ";
	display: block;
	overflow: hidden;
	visibility: hidden;
}
.col-3 li {
	float: left;
	width: 33%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	text-align: left;
	position: relative;
	padding: 0 5px;
	margin: 0;
}
.entry-form-2 .col-3 li {
	line-height: 1.3;
}
.entry-form-2 .col-3 li span {
	text-align: center;
	display: block;
	margin-top: 20px;
}
.entry-form-2 .col-3 li span.step-title {
	text-align: left;
	margin: 0;
	font-weight: bold;
}


/*
## ENTRY COMPLETE
*/
#to-home-btn {
	margin-top: 30px;
	text-align: center;
}
#to-home-btn a.to-home-btn-link {
	position: relative;
	display: inline-block;
	padding: 10px;
	text-decoration: none;
	color: #fff;
	background: #ffab40;
	width: 190px;
	border-radius: 4px;
	padding-left: 30px;
}
#to-home-btn a.to-home-btn-link:hover {
	opacity:.7;
}
#to-home-btn a.to-home-btn-link:before {
	background: url(../img/icon_home_pc.png) no-repeat center center;
	background-size: 16px auto;
	content: "";
	display: block;
	height: 43px;
	left: 18px;
	position: absolute;
	top: 0;
	width: 32px;
}
/*#to-home-btn a.to-home-btn-link:hover {
	background: #ffab40;
}*/
/*
## MY PAGE
*/

.col-2 {
	width: 50%;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 0 10px 0 0;
}
.col-2:last-of-type {
	float: right;
	padding: 0 0 0 10px;
}
.col-2 .sns-link li {
	float: none;
	width: 100%;
	width: calc(100%);
	width: -webkit-calc(100%);
	margin-left: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 10px;
}
.col-2 .sns-link li [class$="btn"]{
	width: 100%;
	display: block;
	border: none;
	max-width: 314px;
}
.checklist-btn {
	border: none !important;
	max-width: 230px !important;
}
.favorite-btn {
	border: none !important;
	margin-bottom: 10px !important;
	margin-left: 0;
	background: url(../img/icon_favorite.png) no-repeat 15px center;
	background-size: 18px auto;
	padding-left: 18px !important;
	background-color:#ffab40;
}
.under-content .checklist-btn {
	margin-left: 0;
	background: url(../img/icon_list.png) no-repeat 15px center;
	background-size: 15px auto;
	padding-left: 18px !important;
	background-color:#ffab40;
}
.mypage table {
	border-bottom: 1px solid #ddd;
}
.mypage h1 {
	text-align: left;
}
.mypage h3 {
	margin-top: 0;
	margin-bottom: 5px;
}
.sub-title-style-2 {
	font-size: 1.17em;
	font-weight: bold;
}
.sub-title-style-3 {
	font-size: 20px;
	font-weight: bold;
	color:#fff;
	background:#455a64;
	padding:15px 0 15px 60px;
	position:relative;
	line-height:1;
	border:none;
}
.sub-title-style-3:before {
	position:absolute;
	content:"";
	left:10px;
	bottom:0;
	top:-4px;
	margin:auto;
	background:url(../img/icon_merit.png) no-repeat left center;
	width:25px;
	height:23px;
	border:none;
}
button.btn.btn-login {
}
.line {
	border-bottom: 1px solid #ddd;
	padding: 10px;
}
/*
##SNSアカウントでログイン
*/
.sns-link {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.sns-link:after {
	clear: both;
	content: " ";
	display: block;
	overflow: hidden;
}
.sns-link li {
	float: left;
	width: 30%;
	width: calc((100% - 20px) / 3);
	width: -webkit-calc((100% - 20px) / 3);
	margin-left: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.sns-link li:first-child {
	margin-left: 0;
}
.sns-link li [class$="btn"] {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	padding: 15px 30px;
	display: block;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.sns-link li a:hover {
	text-decoration: none;
	opacity: .7;
}
.sns-link .yahoo-btn {
	background: #ff0033;
	color: #fff;
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.sns-link .facebook-btn {
	background: #3b5998;
	color: #fff;
}
.sns-link .twitter-btn {
	background: #55acee;
	color: #fff;
}
.sns-link .unanable-btn {
	background: #777;
	color: #fff;
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.unanable-btn:hover {
	opacity: 1 !important;
	cursor: auto;
}
/*
## PASSWORD NAVIGATION
*/
.password-form-1 .form-navigation, .password-form-2 .form-navigation, .password-form-3 .form-navigation, .password-form-4 .form-navigation {
	width: 100%;
	background: #ddd;
	margin-bottom: 30px;
}
.password-form-1 .form-navigation:after, .password-form-2 .form-navigation:after, .password-form-3 .form-navigation:after, .password-form-4 .form-navigation:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.password-form-1 .form-navigation li, .password-form-2 .form-navigation li, .password-form-3 .form-navigation li, .password-form-4 .form-navigation li {
	float: left;
	width: 25%;
	height: 50px;
	line-height: 1.2;
	padding: 10px 1px 0 1px;
}
.password-form-1 .form-navigation {
	background: url(../img/user/password-form-1.jpg) no-repeat;
	height: 50px;
	background-size: 100% 100%;
}
.password-form-1 .form-navigation li:first-child {
	color: #fff;
}

@media (max-width: 470px) {
.password-form-1 .form-navigation li:first-child > br, .password-form-2 .form-navigation li:first-child > br, .password-form-3 .form-navigation li:first-child > br, .password-form-4 .form-navigation li:first-child > br {
	display: none;
}
}

@media (max-width: 410px) {
.password-form-1 .form-navigation li:first-child + *, .password-form-2 .form-navigation li:first-child + *, .password-form-3 .form-navigation li:first-child + *, .password-form-4 .form-navigation li:first-child + * {
	padding-top: 3px;
}
}
.password-form-2 .form-navigation {
	background: url(../img/user/password-form-2.jpg) no-repeat;
	height: 50px;
	background-size: 100% 100%;
}
.password-form-2 .form-navigation li:first-child + * {
	color: #fff;
}
.password-form-3 .form-navigation {
	background: url(../img/user/password-form-3.jpg) no-repeat;
	height: 50px;
	background-size: 100% 100%;
}
.password-form-3 .form-navigation li:first-child + * + * {
	color: #fff;
}
.password-form-4 .form-navigation {
	background: url(../img/user/password-form-4.jpg) no-repeat;
	height: 50px;
	background-size: 100% 100%;
}
.password-form-4 .form-navigation li:first-child + * + * + * {
	color: #fff;
}
.password-form-1 table tbody tr {
	border: none;
}
.password-form-1 table {
	/*border-bottom: solid 1px #ddd;*/
	border-top: solid 1px #ddd;
}
.password-form-3 table {
	border-top: solid 1px #ddd;
}
.password-form-3 table tbody tr:last-child td, .password-form-3 table tbody tr:last-child th {
	border-bottom: none;
}
.password-form-3.entry table tr:last-child th, .password-form-3.entry table tr:last-child td {
	border:none;
}
.password-form-3 table tbody tr td, .password-form-3 table tbody tr th {
	padding: 10px 0;
}
.password-form-1 table tbody tr th, .password-form-1 table tbody tr td {
	vertical-align: middle;
	border: none;
}
.entry.password-form-1 table tr:last-child th, .entry.password-form-1 table tr:last-child td {
	border: none;
}
.password-form-1 table tbody tr td input {
	margin-bottom: 0px;
}
.password-form-1 h3, .password-form-2 h3, .password-form-3 h3, .password-form-4 h3 {
	margin-bottom: 5px;
	padding-left: 10px;
}
button[type="submit"].btn-reset-mail {
	max-width: 300px;
}
.under-content .back-to-login-btn, .under-content .back-to-page-btn, .under-content .delete-btn {
	text-align: center;
	margin-bottom: 0;
	margin-top: 35px;
	background: none;
	text-align: center;
	margin-bottom: 0;
	margin-top: 35px;
	background: none;
	margin: 35px 0 0 0;
	padding: 0;
	color: #5c6e72;
	font-weight: normal;
	max-width: none;
	display: inline;
	width: auto;
}
.under-content .delete-btn {
	color:#09c;
}
.under-content .delete-btn:hover,
.under-content .back-to-login-btn a:hover{
	text-decoration:underline;
	opacity:.7;
}
.under-content p.back-to-login-btn, .under-content p.back-to-page-btn {
	display: block;
}
.under-content .back-to-login-btn:hover, .under-content .back-to-page-btn:hover,
.under-content .delete-btn,
.under-content .back-to-login-btn a  {
	text-decoration: underline;
	opacity: 1;
	color: #09c;
}

.delete-btn a,
.under-content .delete-btn {
    text-align: center;
    display: inline-block;
	position:relative;
    width: auto;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    margin-left: 0;
	padding-left:22px;
    text-decoration: underline;
}
.delete-btn a:before,
.under-content .delete-btn:before {
	position:absolute;
	top:0;
	bottom:0;
	margin:auto 0;
	left:0;
	content:"";
	width:19px;
	height:19px;
	background: url(../img/icon_delete.png) no-repeat 0 center;
	background-size: contain;
}


.password-form-3 input[type="text"]#password1, .password-form-3 input[type="text"]#password2 {
	margin-bottom: 0;
}
input[type="text"]#password1, input[type="text"]#password2 {
	max-width: 435px;
}
.name {
	font-weight: bold;
	display: block;
}
@media (max-width: 980px) {
.back-to-page-btn a {
    background-position: left center;
    padding-left: 25px;
	width:auto;
}
.sub-title-style-3 {
    font-size: 17px;
   	padding: 15px 0 15px 50px;
}
}
/*
## FOR SP TB
------------------------------------------------------------
*/
@media (max-width: 980px) {
/*
## COMMON HEADER
*/
.wrapper > .header {
	background: #09c;
}
.header .logo-wrapper .suport-link a br {
	display: none;
}
/*
##LAYOUT
*/
.under-content {
	max-width: 100%;
	width: 100%;
	float: none;
}
.container .side-content {
	max-width: 100%;
	width: 100%;
	float: none;
	display: none;
	height: 0;
}
.under .nav-service {
	visibility: hidden;
	margin: 0;
	height: 0;
}
/*
##TITLE COMMON
*/
body {
	font-size: 1.4rem;
	line-height: 1.7;
}
h1 {
	font-size: 20px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	padding-left: 10px;
}
.entry h1 {
	padding-bottom: 0;
	margin-bottom: 15px;
}
h2 {
	font-size: 15px;
	background: #eee;
	padding: 5px 0 5px 10px;
	border: none;
}
.sp-inner {
	padding: 0 10px;
}
/*
## TABLE LOGIN
*/
table, table tbody, table tbody tr, table tbody tr th, table tbody tr td {
	width: 100%;
	display: block;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
table {
	padding: 0 10px;
}
table tbody th {
	padding-bottom: 10px;
}
button:not(.delete-btn):not(.btn-back):not(.zip-btn):not(.btn-clear):not(.btn-cancel), a.btn.btn-entry {
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-ms-border-radius: 40px;
	border-radius: 40px;
	max-width: 320px;
	padding: 10px 0;
	-moz-box-shadow: 1px 4px 10px -4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 4px 10px -4px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 1px 4px 10px -4px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 4px 10px -4px rgba(0, 0, 0, 0.4);
}
.under-content .checklist-btn {
    margin: auto;
}
button {
	margin-left: auto;
	margin-right: auto;
	display: inherit;
}
.entry button {
	margin-left: 0;
	margin-right: 0;
	display: inline;
}
button.btn.btn-clear, button.btn.btn-back {
	order:2;
	-webkit-order:2;
}

.entry table tr:last-child th {
	border-bottom: none;
	padding: 10px 0;
}
.btn-area-entry {
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	padding: 0 10px;
}
.btn-area-entry .btn-entry, .btn-confirm {
	margin-bottom: 15px;
	display: inline;
}
.btn-cancel, .under-content button.btn-cancel {
	margin-left:auto;
	margin-right:auto;
    margin-top: 0;
}
button.btn-cancel {
    box-shadow: none;
}

.favorite-btn {
	margin: 0 auto;
	max-width: 240px !important;
}
.checklist-btn {
	margin: 0 auto;
	max-width: 240px !important;
}
.login section:last-child .sp-inner {
	text-align: center;
}
.login section:last-child .sp-inner p {
	text-align: left;
}
.bx-inner {
	padding: 0 10px;
}
/*
## ENTRY INDEX
*/
.row .mail-entry-box {
	width: 100%;
	float: none;
	padding: 10px;
	padding-bottom: 20px;
	border-bottom: 2px solid #ddd;
}
.row .sns-entry-box {
	width: 100%;
	border-left: none;
	float: none;
	padding: 10px;
}
.row .sns-entry-box h3 {
	margin-bottom: 15px;
}
.entry-form .row {
	margin-bottom: 10px;
}
.row .sns-entry-box .sns-link li {
	width: 100%;
	float: none;
	width: calc(100% );
	width: -webkit-calc(100%);
	margin: 0;
	margin-bottom: 10px;
}
.mail-entry-btn {
	margin-top: 0;
}
.mail-entry-btn a, .login-btn a {
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-ms-border-radius: 40px;
	border-radius: 40px;
	max-width: 320px;
	padding: 10px 0;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	-moz-box-shadow: 1px 4px 10px -4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 4px 10px -4px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 1px 4px 10px -4px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 4px 10px -4px rgba(0, 0, 0, 0.4);
	margin-left: auto;
	margin-right: auto;
}
.login-btn {
	font-size: 1.17em;
	font-weight: bold;
}
.login-btn p {
	margin-top: 15px;
}
.login-area-box {
	padding: 0 10px;
}
.login-area-box span {
	margin-bottom: 10px;
	display: inline-block;
}
.col-2 {
	width: 100%;
	float: none;
	padding: 0 0 0 0;
}
.mypage h3 {
	margin-bottom: 10px;
}
.back-to-login-btn, .back-to-page-btn {
	display: block;
}
.maypage .check label {
	cursor: pointer;
}
/*
## MODAL WINDOW POP UP
*/
#con1 button.btn.btn-entry.modal-open {
	display: inline;
}
#con1 button.btn.btn-cancel.modal-close {
	margin-left: 0;
	display: inline;
	margin-right: 0;
}
/*
## ENTRY CONFIRM
*/

.col-3 li img {
	width: 100%;
}
.entry-form-2 .col-3 li:first-child span img {
	max-width: 120px;
	width: 65%;
}
.entry-form-2 .col-3 li:first-child + * span img {
	max-width: 169px;
}
.entry-form-2 .col-3 li:last-child span img {
	max-width: 184px;
}
/*
##SNSアカウントでログイン
*/
.sns-link {
	padding: 0 10px;
}
.sns-link li {
	float: nonet;
	width: 100%;
	width: calc(100%);
	width: -webkit-calc(100%);
	margin-left: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 10px;
}
.sns-link li a {
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-ms-border-radius: 40px;
	border-radius: 40px;
	max-width: 320px;
	padding: 10px 0;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	-moz-box-shadow: 1px 4px 10px -4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 4px 10px -4px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 1px 4px 10px -4px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 4px 10px -4px rgba(0, 0, 0, 0.4);
	margin-left: auto;
	margin-right: auto;
}
/*
##新規会員登録
*/
.under-content section .inner-box ,
.under-content.entry.entry-form .inner-box{
	padding: 0 10px;
}
.form-navigation {
	margin-bottom: 0;
}
.entry table tr th {
	padding: 0;
}
.entry table tr td {
	padding-right: 0;
}
.form-navigation {
	margin-bottom: 20px;
}
.form-navigation li {
	font-size: 12px;
}
/* BOX
-------------------------- */
.col-3.link-box {
	display:block;
	border-bottom:2px solid #ddd;
	border-top:2px solid #ddd;
}
.col-3.link-box li {
	padding:15px;
	background:#f5f3f1;
	width:100%;
	position:relative;
	padding-right:25px;
}
.col-3.link-box li:before {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    content: "";
    width: 9px;
    height: 9px;
    border-right: 2px solid #09c;
    border-bottom: 2px solid #09c;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.col-3.link-box li + li {
	border-top: 2px solid #ddd;
}
.link-box li a {
		text-decoration:none;
}
.link-box li .title {
	display:block;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}
.link-box .title:hover {
	opacity:.7;
	text-decoration:underline;
}
.link-box li a .text {
		display:block;
		font-weight:normal;
		color:#455a64;
		font-size:14px;
		text-decoration:none;
}

}

@media (max-width: 651px) {
.entry-form-1 .form-navigation, .entry-form-2 .form-navigation, .entry-form-3 .form-navigation,
.entry-form-1 .form-navigation-2, .entry-form-2 .form-navigation-2, .entry-form-3 .form-navigation-2 {
	background-size: 100% 100%;
}
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mlr0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.pb0 {
	padding-bottom: 0 !important;
}
.fs110 {
	font-size: 110% !important;
}
.bold {
	font-weight: bold !important;
}

@-moz-document url-prefix()
{
.entry .privacy-box,
.entry table tbody tr td .privacy-box {
    overflow: hidden;
	}
	
}

@supports (-ms-ime-align:auto)
{
.entry .privacy-box,
.entry table tbody tr td .privacy-box {
    overflow: hidden;
}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) 
{
.entry .privacy-box,
.entry table tbody tr td .privacy-box {
    overflow: hidden;
	}
}













