@charset "UTF-8";

/*h2調節*/
section > header {
    min-height: 162px;
}

@media screen and (max-width: 768px) {
    section > header {
        min-height: 128px;
    }
}

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

フォーム

-------------------------------------------------- */
section.form {
	padding-top: 0px;
}
@media screen and (max-width: 768px) {
	section.form {
		padding-top: 0px;
	}
}

/* 必須項目 */
.require {
	color: #e61400;
}

/* ステータス */
.status {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-radius: 6px;
	padding: 5px;
	box-shadow: 2px 2px 0 0 #f0e0bc;
}

.status.detail{
    width: 622px;
}

.status:after {
	content: "";
	display: block;
	clear: both;
}
@media screen and (max-width: 768px) {
	.status {
		padding: 14px 9px;
		width: auto;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		margin-left: 13px;
		margin-right: 13px;
	}
    
    .status.detail {
        width:auto;
    }
}
.status img {
	display: block;
	width: 100%;
	height: auto;
}
.status li {
	float: left;
	display: block;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 226px;
	margin-left: -25.0px;
	height: 70px;
	text-align: center;
	position: relative;
	background: transparent url(/club-cozy/img/mypage/step-bg.png) 0% 0% no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	font-size: 15px;
}
@media screen and (max-width: 768px) {
	.status li {
		width: 22%;
		height: auto;
		min-height: 50px;
		font-size: 9px;
		margin-left: -2%;
		line-height: 1.2;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 12px;
		padding-right: 9px;
		letter-spacing: 0;
	}
    
    .status.detail li {
        width: 36%;
        font-size: 13px;
    }
}
.status li.first {
	background-image: url(/club-cozy/img/mypage/bg-step-1st.png);
	width: 225px;
	padding-right: 15px;
	margin-left: 0;
}
@media screen and (max-width: 768px) {
	.status li.first {
		width: 22%;
		padding-right: 10px;
		padding-left: 5px;
	}
    
    .status.detail li.first {
        width: 36%;
    }
}
.status li.first.cur {
	background-image: url(/club-cozy/img/mypage/bg-step-1st-cur.png);
}
.status li.last {
	background-image: url(/club-cozy/img/mypage/step-bg-last.png);
	width: 211px;
	padding-left: 20px;
}
@media screen and (max-width: 768px) {
	.status li.last {
		width: 20%;
		padding-left: 12px;
		padding-right: 4px;
	}
    
    .status.detail li.last {
        width: 36%;
    }
}
.status li.last.cur {
	background-image: url(/club-cozy/img/mypage/step-bg-last-cur.png);
}
.status li.cur {
	background-image: url(/club-cozy/img/mypage/step-bg-cur.png);
	color: #fff;
}
.status li:before_ {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 70px;
	width: 35px;
	background: transparent url(/club-cozy/img/mypage/step-bg-01.png) 0% 0% no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}

.test::after {
	content: '\A';
	white-space: pre;
}

.lead {
	text-align: center;
	color: #052945;
	font-size: 16px;
	letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
	.lead {
		font-size: 14px;
		margin-top: 5px;
		margin-left: 10px;
		margin-right: 5px;
	}
}

form.chg_info {
	margin-top: 18px;
}
@media screen and (max-width: 768px) {
	form.chg_info {
		margin-top: 23px;
	}
}
form.chg_info table {
	border-collapse: separate;
	width: 100%;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 2px 1px 0px 0px #f0e0bc;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	form.chg_info table {
		display: block;
		margin-left: 15px;
		margin-right: 15px;
		width: auto;
	}
}
@media screen and (max-width: 768px) {
	form.chg_info table tbody, form.chg_info table tr {
		display: block;
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	form.chg_info table tr {
		position: relative;
	}
	form.chg_info table tr:nth-of-type(1) th {
		border-top: none;
	}
}
form.chg_info table th, form.chg_info table td {
	color: #0e0e0e;
	vertical-align: middle;
	padding-top: 30px;
	padding-bottom: 30px;
	letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
	form.chg_info table th, form.chg_info table td {
		display: block;
		padding: 17px 15px;
	}
}
form.chg_info table th {
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	padding-left: 22px;
	padding-right: 22px;
	font-size: 18px;
	border-right: 1px solid #f0e0bc;
	border-bottom: 1px solid #f0e0bc;
	width: 265px;
	white-space: nowrap;
}
@media screen and (min-width: 769px) {
	form.chg_info table th {
		vertical-align: top;
	}
}
@media screen and (max-width: 768px) {
	form.chg_info table th {
		width: 100%;
		border: none;
		padding-top: 17px;
		padding-bottom: 14px;
		background-color: #fff;
		border-top: 1px solid #f0e0bc;
		padding-left: 15px;
	}
}
form.chg_info table td {
	border-bottom: 1px solid #f0e0bc;
	padding-left: 28px;
	padding-right: 28px;
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	form.chg_info table td {
		border: none;
		padding: 0 15px 24px;
	}
}
form.chg_info table td .note {
	font-size: 12px;
}
form.chg_info table td.detail {
	font-size: 18px;
	line-height: 2;
}
@media screen and (max-width: 768px) {
	form.chg_info table td.detail {
		font-size: 16px;
	}
}
form.chg_info table td.btn {
	padding-right: 20px;
	padding-left: 0;
	width: 105px;
}
@media screen and (max-width: 768px) {
	form.chg_info table td.btn {
		position: absolute;
		top: 12.0px;
		right: 17.0px;
		padding: 0;
	}
}
form.chg_info table td.btn a {
	width: 105px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
@media screen and (max-width: 768px) {
	form.chg_info table td.btn a {
		background-color: #fff;
		border: none;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}
}
form.chg_info table td.btn a:after {
	display: none;
}

.description {
	font-size: 14.0px;
	margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
	.description {
		line-height: 1.786;
	}
}

.hosoku {
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: -12px;
}

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

記念日

-------------------------------------------------- */
.anniversary + .anniversary {
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
	.anniversary {
		font-size: 15px;
		letter-spacing: 0;
	}
}
.anniversary .label {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
}
.anniversary .add {
	display: block;
	border: 1px solid #d2d2d2;
	height: 30px;
	line-height: 29px;
	border-radius: 15px;
	text-align: center;
	width: 185px;
	font-size: 14px;
	color: #000;
	margin-top: 25px;
}
@media screen and (max-width: 768px) {
	.anniversary .add {
		margin-left: auto;
		margin-right: auto;
	}
}
.anniversary .add:before {
	content: "\f218";
	display: inline-block;
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #d2d2d2;
	font-size: 18px;
	margin-right: 8px;
	-moz-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
}
@media screen and (min-width: 769px) {
	.anniversary .add {
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.anniversary .add:before {
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.anniversary .add:hover {
		background-color: #d2d2d2;
		color: #fff;
	}
	.anniversary .add:hover:before {
		color: #fff;
	}
}

/* 利用規約 */
.terms {
	font-size: 13px;
	line-height: 1.846;
}
@media screen and (min-width: 769px) {
	.terms {
		width: 1024px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 32px;
		padding-left: 50px;
	}
}
@media screen and (max-width: 768px) {
	.terms {
		width: auto;
		margin-left: 25px;
		margin-right: 25px;
		font-size: 12px;
		margin-top: 20px;
	}
}

/* フォームリセット */
input, textarea, button {
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* テキストボックス */
input[type="text"], input[type="password"] {
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	background-color: #f6f6f6;
	width: 360px;
	height: 40px;
	font-size: 17px;
	display: inline-block;
	padding-left: 12px;
	box-shadow: 0px 3px 0px 0px #ffffff, 0px 4px 0px 0px #d2d2d2;
}
input[type="text"] + br + input[type="text"] {
	margin-top: 15px;
}
input[type="text"].nickname {
	width: 555px;
}
@media screen and (max-width: 768px) {
	input[type="text"].nickname {
		width: 100%;
	}
}
input[type="text"].address {
	width: 555px;
}
@media screen and (max-width: 768px) {
	input[type="text"].address {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	input[type="text"].comment {
		width: -webkit-calc(100% - 100.0px);
		width: calc(100% - 100.0px);
	}
}
@media screen and (max-width: 768px) {
	input[type="text"], input[type="password"] {
		height: 40px;
		padding-left: 10px;
		border-radius: 0;
		font-size: 14px;
		width: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: -webkit-calc(100% - 35px);
		width: calc(100% - 35px);
	}
	.iphone input[type="text"] {
		font-size: 16px;
	}
	.iphone input[type="text"]::-webkit-input-placeholder {
		padding-top: 4px;
	}
}
input[type="text"]::-webkit-input-placeholder {
	font-size: 17px;
	color: #787878;
	line-height: 1.5;
	letter-spacing: 1px;
	overflow: visible;
}
input[type="text"]:-ms-input-placeholder {
	font-size: 17px;
	color: #787878;
	line-height: 1.5;
	letter-spacing: 1px;
	overflow: visible;
}
input[type="text"]::-moz-placeholder {
	font-size: 17px;
	color: #787878;
	letter-spacing: 1px;
	overflow: visible;
}
input[type="text"]::placeholder {
	font-size: 17px;
	color: #787878;
	line-height: 1.5;
	letter-spacing: 1px;
	overflow: visible;
}
@media screen and (max-width: 768px) {
	input[type="text"]::-webkit-input-placeholder {
		font-size: 13px;
		color: #787878;
		line-height: 1.2;
		letter-spacing: 1px;
		overflow: visible;
	}
	input[type="text"]:-ms-input-placeholder {
		font-size: 13px;
		color: #787878;
		line-height: 1.2;
		letter-spacing: 1px;
		overflow: visible;
	}
	input[type="text"]::-moz-placeholder {
		font-size: 13px;
		color: #787878;
		letter-spacing: 1px;
		overflow: visible;
	}
	input[type="text"]::placeholder {
		font-size: 13px;
		color: #787878;
		line-height: 1.2;
		letter-spacing: 1px;
		overflow: visible;
	}
}

form_ {
	margin-top: 62px;
	margin-left: 70px;
	margin-right: 70px;
}
@media screen and (max-width: 768px) {
	form_ {
		margin-top: 27px;
		margin-left: 15px;
		margin-right: 15px;
	}
}
form_ input, form_ radio, form_ textarea, form_ button {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
form_ input[type="text"] {
	width: 100%;
	height: 60.0px;
	border: 1px solid #dedede;
	background-color: #f2f2f2;
	display: block;
	padding-left: 20px;
}
@media screen and (max-width: 768px) {
	form_ input[type="text"] {
		height: 40px;
		padding-left: 10px;
		border-radius: 0;
		font-size: 14px;
	}
	.iphone form_ input[type="text"] {
		font-size: 16px;
	}
	.iphone form_ input[type="text"]::-webkit-input-placeholder {
		padding-top: 4px;
	}
}
form_ input[type="text"]::-webkit-input-placeholder {
	font-size: 14px;
	color: #AAAAAA;
	line-height: 1;
	letter-spacing: 1px;
	overflow: visible;
}
form_ input[type="text"]:-ms-input-placeholder {
	font-size: 14px;
	color: #AAAAAA;
	line-height: 1;
	letter-spacing: 1px;
	overflow: visible;
}
form_ input[type="text"]::-moz-placeholder {
	font-size: 14px;
	color: #AAAAAA;
	letter-spacing: 1px;
	overflow: visible;
}
form_ input[type="text"]:focus, form_ input[type="text"].active {
	background-color: #fff;
}
form_ textarea {
	border-radius: 0;
	border: 1px solid #dedede;
	background-color: #f2f2f2;
	color: #0e0e0e;
	padding-left: 8px;
	padding-right: 8px;
	width: 100%;
	height: 180px;
	display: block;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: .5em;
}
form_ textarea:focus {
	background-color: #fff;
}
@media screen and (max-width: 768px) {
	form_ textarea {
		height: 120px;
	}
	.iphone form_ textarea {
		font-size: 16px;
	}
}
.MS form_ textarea {
	overflow: auto;
}
form_ .notes {
	line-height: 1.57;
	color: #4f95b5;
	margin-top: 5px;
	margin-bottom: -20px;
}
@media screen and (max-width: 768px) {
	form_ .notes {
		line-height: 1.61;
		margin-bottom: -10.0px;
		margin-top: 10px;
	}
}
form_ .submit {
	display: block;
	width: 660px;
	height: 52px;
	background-color: #656565;
	border: none;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
	form_ .submit {
		width: 100%;
		font-size: 14px;
		height: 40px;
		margin-top: 10.0px;
		line-height: 40px;
	}
}
form_ .submit:hover {
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
	opacity: .7;
}
form_ #pribacy_policy {
	width: auto;
	height: 135px;
	border: 1px solid #d3d7d9;
	background-color: #fff;
	padding: 26px 28px 0;
	overflow-y: scroll;
	line-height: 1.57;
	margin-top: 38.0px;
}
@media screen and (max-width: 768px) {
	form_ #pribacy_policy {
		padding: 13px 13px 0;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}
}

/* ドロップダウンメニュー */
.select-wrap {
	position: relative;
	display: inline-block;
	box-shadow: 0px 3px 0px 0px #ffffff, 0px 4px 0px 0px #d2d2d2;
	margin-right: 10px;
}
@media screen and (max-width: 768px) {
	.select-wrap.year {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 768px) {
	.select-wrap.date {
		margin-left: 15.0px !important;
	}
}
.select-wrap + .select-wrap {
	margin-left: 20px;
}
.select-wrap.category {
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.select-wrap.category select {
		padding-left: 10px;
	}
}
@media screen and (max-width: 345px) {
	.select-wrap.category select {
		padding-right: 35.0px;
	}
}
.select-wrap:before {
	z-index: 1;
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 15px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "\f104";
	pointer-events: none;
	color: #787878;
	width: 11px;
	height: 20px;
	font-size: 20px;
}

select {
	outline: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 40px;
	padding: 8px 12px;
	border: 1px solid #ddd;
	color: #787878;
	width: 100%;
	border-radius: 3px;
	cursor: pointer;
	background-color: #f6f6f6;
	padding-right: 50px;
}
select.selected {
	color: #0e0e0e;
}
select option {
	background-color: #fff;
}
select option.placeholder {
	display: none;
}
select::-ms-expand {
	display: none;
}
select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #828c9a;
}

.radio-wrap {
	position: relative;
	display: inline-block;
}

.radio-wrap:nth-child(2){
    margin-top: 18px;
}

input[type=radio] {
	display: none;
}
input[type=radio]:checked + span::after {
	background-color: #0082e6;
}

label.radio {
	cursor: pointer;
	display: inline-block;
	position: relative;
	width: auto;
	font-size: 14px;
	padding: 3px 0;
	padding-left: 36px;
	text-align: center;
	position: relative;
}
label.radio + label.radio {
	margin-left: 60.0px;
}
@media screen and (max-width: 768px) {
	label.radio {
		letter-spacing: 0;
	}
label.radio + label.radio {
	margin-left: 0px;
}
}
label.radio > span {
	display: inline-block;
}
label.radio > span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	border: 1px solid #d2d2d2;
	background-color: #f6f6f6;
	width: 25px;
	height: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 100%;
	text-align: center;
	color: #000;
	font-size: 14px;
}
label.radio > span:after {
	-moz-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	content: "";
	position: absolute;
	left: 5px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	background-color: transparent;
	width: 15px;
	height: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 100%;
	text-align: center;
	color: #000;
	font-size: 14px;
}

/* 送信ボタン */
.btn-box {
	text-align: center;
	margin-top: 68px;
    margin-bottom: 68px;
}
@media screen and (max-width: 768px) {
	.btn-box {
		margin-top: 25px;
	}
}
.btn-box input {
	display: inline-block;
}
.btn-box input[type=submit] {
	background-color: #e61400;
	width: 240px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	text-align: center;
	color: #fff;
	font-size: 21px;
}

.btn-box.withdrow input[type=submit] {
    display: inline-block;
    background: rgba(0,0,0,0);
    border: 1px solid #8c3200;
    height: 50px;
    border-radius: 25px;
    padding-left: 33px;
    padding-right: 33px;
    width: 140px;
    position: relative;
    line-height: 48px;
    color: #8c3200;
    font-size: 15px;
    cursor: pointer;
}

@media screen and (min-width: 769px) {
	.btn-box input[type=submit] {
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		margin-right: 22px;
	}
    .btn-box.withdrow input[type=submit] {
		margin-right: 0px;
	}
	.btn-box input[type=submit]:hover {
		transform: translate3d(4px, 4px, 0);
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		cursor: pointer;
	}
    .btn-box.withdrow input[type=submit]:hover {
		background-color: #8c3200;
        color: #fff;
		cursor: pointer;
	}
    .btn-box.send input[type=submit] {
		margin-right: 0px;
	}
}
@media screen and (max-width: 768px) {
	.btn-box input[type=submit] {
		width: 50%;
		margin-right: 5px;
	}
    .btn-box.withdrow input[type=submit] {
		width: 50%;
		margin-right: 5px;
	}
}
.btn-box input[type=reset] {
	font-size: 15px;
	padding-left: 30px;
	padding-right: 30px;
    cursor: pointer;
}
.btn-box a {
	margin-top: 50px;
	display: block;
	width: 272px;
	margin-left: auto;
	margin-right: auto;
/*
	padding-left: 13px;
	padding-right: 0;
*/
	font-size: 15px;
}
@media screen and (max-width: 768px) {
	.btn-box a {
		margin-top: 20px;
	}
}
/*
.btn-box a:after {
	right: auto;
	left: 15px;
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
*/

/*# sourceMappingURL=form.css.map */
