@charset 'utf-8';

.relative {
	position: relative;
}

.align-center {
	align-items: center;
}

.okurin-message {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
	position: absolute;
	top: 61%;
	left: 20%;
}

.okurin img {
	width: 210px;
}

.okurin a {
	font-size: 14px;
	position: relative;
}

.okurin a::after {
	position: absolute;
	bottom: 0;
}

.box-type1 {
	padding: 2em;
	border: solid 3px #efefef;
	border-radius: 4px;
}

.box-type1 img {
	image-rendering: -webkit-optimize-contrast;
}

.style-card {
	overflow: hidden;
	max-width: 90%;
	margin: 0 auto;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
}

.badge {
	padding: .5em 0;
	color: #fff;
	background: #ff7045;
}

.badge.blue {
	background: #638fb2;
}

.box-type2 {
	padding: 2em;
	border: solid 1px #ccc;
	border-radius: 10px;
}

.search_box-wrapper {
	padding: 10px 20px;
	background: #f2f2f2;
}

.search_box {
	column-gap: 1em;
}

.search_box dt {
	padding-top: 10px;
	grid-row: 1/2;
}

.search_box select {
	font-size: 15px;
	width: 100%;
}

button:disabled {
	background-color: #efefef !important;
}

.re-select {
	font-size: 96%;
	cursor: pointer;
	background: none;
}

.style-form dt {
	font-weight: bold;
	padding: 0;
}

.style-form dt {
	margin-bottom: .5em;
}

.style-form dd {
	margin-bottom: 1em;
}

.style-form dd input {
	width: 100%;
	padding: .5em;
	border: solid 1px #ccc;
}

.style-form dd input:focus {
	background: #ffe0e0;
}

/*modal*/
.modal-mask {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	display: table;
	width: 100%;
	height: 100%;
	transition: opacity .3s ease;
	background-color: rgba(0, 0, 0, .7);
}

.modal-wrapper {
	display: table-cell;
	vertical-align: middle;
}

.modal-container {
	position: relative;
	width: 100vw;
	min-width: 319px;
	max-width: 768px;
	margin: 0 auto;
	transition: all .3s ease;
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
}

.modal-inner {
	overflow: auto;
	height: 100%;
	max-height: 88vh;
	padding: 20px 4%;
}

.modal-header h3 {
	margin-top: 0;
	color: #42b983;
}

.modal-body {
	margin: 20px 0;
}

.modal-default-button {
	float: right;
}

.modal-enter {
	opacity: 0;
}

.modal-leave-active {
	opacity: 0;
}

.button-modal-close {
	font-size: 30px;
	line-height: 1;
	position: absolute;
	top: calc((1em + 5px) * -1);
	right: 0;
	cursor: pointer;
	color: transparent;
	background: none;
}

.button-modal-close::before,
.button-modal-close::after {
	position: absolute;
	top: 0;
	right: .5em;
	display: inline-block;
	width: 2px;
	height: 1em;
	content: '';
	transform-origin: center;
	background-color: #fff;
}

.button-modal-close::before {
	transform: rotate(45deg);
}

.button-modal-close::after {
	transform: rotate(-45deg);
}

@media screen and (min-width:768px) {
	.search_box {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: repeat(2, 1fr);
		column-gap: 1em;
	}

	.style-form dt {
		padding: .5em 1em;
		background: #efefef;
	}

	.style-form dt,
	.style-form dd {
		margin-bottom: 1em;
	}

	.style-form dd input {
		height: 100%;
	}
}

.progress-icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-left: 10px;
	animation: mailsend 1s infinite;
	vertical-align: middle;
}

.progress-icon svg {
	fill: #e60012;
}

@keyframes mailsend {
	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(100%, 0);
	}
}

/* 当社からお送りする封書に関する返信ハガキおよびWEBによるお手続き方法 */

@media screen and (min-width: 768px) {
	#pc_web {
		padding: 20px 15px;
		border-bottom: 1px solid #ccc;
		font-weight: bold !important;
	}
}

@media screen and (max-width: 767px) {
	#pc_web {
		padding: 12px 30px 12px 10px;
		border-bottom: 1px solid #ccc;
		font-weight: bold !important;
	}
}

html, body {
  scroll-padding-top: 90px;
}