@charset "UTF-8";
/*------------------------------------
	CSS Information
	
	Site URL: /cst/entry/reminder/input.html
	File name: input.css (/excludes/css/p/cst/entry/reminder/input.css)
	Summary: ID・パスワードの再発行
	Created: 2023-12-23
	Last update: 2025-04-03
	Author: Ishibashi
	Order of description
------------------------------------*/
.reissue {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0 80px;
	color: #333;
	text-align: center;
}
.reissue__ttl {
	padding: 0 0 0.5em;
	font-size: 34px;
	line-height: 1;
	color: #F94E8C;
}
.reissue__lead {
	padding: 0 0 35px;
	font-size: 16px;
	line-height: 1.5;
}
.reissue__error {
	padding: 0 0 1em;
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
	color: #D71B58;
	text-align: left;
}
.reissue__error__txt {
	padding: 0 0 0 1.3em;
	background: url(/excludes/images/cst/entry/reminder/icon_notice.svg) no-repeat left top 0.5em;
	background-size: 16px auto;
}
.reissue__wrap {
	display: flex;
	justify-content: space-between;
}
.reissue__box {
	width: 480px;
	background: #FEF7F9;
	border-radius: 8px;
	text-align: left;
	overflow: hidden;
}
.reissue__box__ttl {
	display: flex;
	align-items: center;
	min-height: 90px;
	padding: 0.5em 30px;
	box-sizing: border-box;
	background: #F899B6;
	font-size: 20px;
	line-height: 1.5;
	color: #fff;
}
.reissue__box__inner {
	padding: 30px 30px 40px;
	font-size: 16px;
	line-height: 1.5;
}
.reissue__box__txt {
	line-height: 1.75;
}
.caution{
	font-size: 14px;
}

.reissue__box__subttl {
	padding: 1.2em 0 0.5em;
}
.reissue__box__step {
	margin: 0 0 1em;
	border-bottom: 1px solid #F899B6;
	line-height: 1;
}
.reissue__box__step .label {
	display: inline-block;
	padding: 0.5em 1em 0.3em;
	background: #F899B6;
	border-radius: 8px 8px 0 0;
	color: #fff;
}
.reissue__box__wrap {
	display: inline-grid;
	gap: 10px;
}
.reissue__box__wrap label {
	margin: 0;
}
.reissue__box__send {
	position: relative;
	width: 320px;
	margin: 40px auto 0;
}
.reissue__table + .reissue__box__send {
	width: 360px;
	margin: 60px auto 0;
}
.reissue__box__send:after {
	content: "";
	position: absolute;
	display: block;
	right: 26px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #fff;
}
.reissue__box__send .reissue__btn {
	border: none;
	cursor: pointer;
	font-weight: inherit;
}
.reissue__box__phone {
	margin: 0 0 40px;
	padding: 10px 20px;
	background: #fff;
	border-radius: 4px;
}
.reissue__box__phone--ttl {
	padding: 0 0 0.5em;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}
.reissue__box__phone--txt {
	font-size: 11px;
	line-height: 1;
}
.reissue__box__phone--txt strong {
	padding: 0 0.5em 0 30px;
	background: url(/excludes/images/cst/entry/reminder/icon_phone.svg) no-repeat left center;
	background-size: 22px auto;
	font-size: 24px;
	color: #F94E8C;
}
.reissue__apply {
	padding: 60px 0 0;
	text-align: center;
}
.reissue__box .reissue__apply {
	padding: 0;
}
.reissue__box .reissue__box__txt + .reissue__apply {
	padding: 10px 0 0;
}
.reissue__btn {
	display: inline-block;
	position: relative;
	width: 360px;
	background: #F94E8C;
	border-radius: 32px;
	font-size: 20px;
	font-weight: bold;
	line-height: 64px;
	text-decoration: none;
	text-align: center;
	transition: 0.4s all;
}
.reissue__box .reissue__btn {
	width: 320px;
	line-height: 52px;
}
.reissue .reissue__btn {
	color: #fff;
}
.reissue .reissue__btn.home {
	background: transparent;
	border: 2px solid #F94E8C;
	box-sizing: border-box;
	color: #F94E8C;
}
.reissue .reissue__btn.home:after {
	border-color: transparent transparent transparent #F94E8C;
}
.reissue__btn + .reissue__btn {
	margin-left: 50px;
}
.reissue__btn:after {
	content: "";
	position: absolute;
	display: block;
	right: 26px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #fff;
}
.reissue__btn:hover {
	opacity: 0.7;
	transition: 0.4s all;
}
.reissue__subject {
	margin: 0 0 1em;
	padding: 40px 0 0.2em;
	border-bottom: 4px solid #F94E8C;
	font-size: 23px;
	line-height: 1.4;
	text-align: left;
}
.reissue__txt {
	padding: 0 0 1em;
	font-size: 16px;
	line-height: 1.75;
	text-align: left;
}
.reissue .input_hd {
	margin: 0 0.5em 0 0;
	vertical-align: middle;
}
.reissue .input-base {
	width: 100%;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 0.5em;
	font-size: 16px;
}
.reissue .input-base.input_name {
	width: 420px;
}
.reissue .input-base.input_zip {
	width: 118px;
}
.reissue .input-base + .input_hd {
	margin: 0 0.5em 0 0.2em;
}
.reissue__table {
	width: 100%;
	border-collapse: collapse;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
}
.reissue__table__ttl {
	width: 262px;
	padding: 29px 40px;
	background: #F5F5F5;
	border-top: 1px solid #C2C2C2;
	border-bottom: 1px solid #C2C2C2;
	border-left: 1px solid #C2C2C2;
	box-sizing: border-box;
	font-weight: normal;
}
.reissue__table__txt {
	padding: 29px;
	border-top: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	border-bottom: 1px solid #C2C2C2;
}
.reissue .reissue__table__txt .input-base {
	width: 498px;
}
.reissue .reissue__table__txt .input-base.input_name {
	width: 218px;
}
.reissue .reissue__table__txt .input-base.input_zip {
	width: 118px;
}
.reissue .reissue__table__txt .input-base.input_pass {
	width: 418px;
}
.reissue__table__txt .confirm {
	display: inline-block;
	margin: 1.2em 0 0.4em;
	font-weight: 500;
	color: #D71B58;
}
.reissue__message {
	padding: 40px;
	background: #FEF7F9;
	border-radius: 8px;
}
.reissue__ttl + .reissue__message {
	margin: 40px 0 0;
}
.reissue__message__ttl {
	padding: 0 0 1em;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}
.reissue__message__txt {
	font-size: 16px;
	line-height: 1.75;
}
