@charset "UTF-8";

body {
	height: 100%!important;
}

select {
	color: #000;
}

.kaitori-yoyaku {
	font-family: "Noto Sans JP", sans-serif;
	background-color: #fff;
	letter-spacing: 1px;
}
@media screen and (max-width: 980px) {
	.kaitori_yoyaku {
		width: 100%;
		margin: 0 auto;
	}
}
.kaitori_yoyaku__wrapper {
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 50px;
}
.kaitori_yoyaku__box {
	display: flex;
	justify-content: space-between;
}
.page-header {
	margin: 38px 0 0;
	padding: 15px 0 10px;
}

.error .page-header {
	margin: 0;
}

.flex-wrap {
	display: flex;
	flex-wrap: wrap;
}

.partsbox {
	background: #fff;
	margin: 0 2%;
}

.h2-text {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.h2-text > span {
	font-size: 15px;
	display: block;
}

.h2-text > span > span {
	font-family: Arial;
}

.sell-select {
	font-size: 18px;
	font-weight: bold;
}

.attention-text {
	color: #DE4040;
	font-weight: bold;
}

.attention-tag {
	background: #E84040;
	font-weight: bold;
	color: #fff;
	padding: 0 5px;
	position: relative;
	margin: 0 0 0 20px;
	height: 25px;
}

.attention-tag::before {
	content: "";
	position: absolute;
	left: -16px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 16px 12px 0;
	border-color: transparent #E84040 transparent transparent;
}

.c-box table td ul li label {
	margin-right: 30px;
}

input[type=checkbox],
input[type=radio] {
	margin: 0;
}

.form-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.form-wrap-satei {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.form-wrap + .attention-text,
.form-wrap-satei + .attention-text {
	margin: 20px 0 0;
}

.form-wrap dt {
	font-weight: bold;
	padding: 10px 0;
}

.bg-gray .form-wrap dt {
	width: 210px;
}

.form-wrap-satei dt {
	width: 230px;
	font-weight: bold;
	padding: 20px 0 0;
	line-height: 48px
}

.form-wrap dd {
	width: calc(100% - 230px);
	padding: 10px 0 10px 3%;
}

.bg-gray .form-wrap dd {
	width: calc(100% - 210px);
}

.form-wrap-satei dd {
	width: calc(100% - 230px);
	padding: 20px 0 0;
	line-height: 48px;
}

.form-wrap-satei dd > ul {
	padding-top: 0!important;
}

.form-wrap a .form-wrap-satei a {
	color: #000;
}

.form__heading {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 12px;
  text-align: left;
  border-bottom: 2px solid #000;
  padding-bottom: 4px;
  letter-spacing: 0.02em;
}

.dl-side dt {
	font-weight: bold;
	font-size: 15px;
	padding: 20px 0 0;
}

.dl-side dt span {
	display: block;
	font-weight: normal;
	font-size: 12px;
}

.dl-side dd {
	padding: 10px 0 0;
	text-align: center;
}

.file-upload {
	padding: 10px 40px;
	color: #000;
	background: #fff;
	cursor: pointer;
	border: solid 1px #000;
	display: flex;
	max-width: 270px;
	width: auto;
	justify-content: center;
	align-items: center;
	margin: auto;
}

.file-upload-disabled {
	margin: 10px auto 0 auto;
	padding: 10px 40px;
	color: #000;
	background: lightgray;
	cursor: pointer;
	border: solid 1px #000;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: default;
}

.file-upload img {
	margin: 0 10px 0 0;
}

.file-upload input[type="file"] {
	display: none;
}
.imagebox {
	display: flex;
	justify-content: space-around;
	overflow-x: auto;
}
.imagebox .imagebox-in {
	display: flex;
	justify-content: center;
	width: 350px;
}
.imagebox  .uploaded-image {
	width: 50px;
	max-width: inherit;
	height: 50px;
	object-fit: cover;
	border-radius: 5px;
}
.imagebox #img_temp {
	display: flex;
	align-items: center;
}
i.fa.fa-times {
	cursor: pointer;
}

#cus_add {
	margin: 10px 0 0;
	background: #eee;
	padding: 10px;
}

.bg-gray {
	background: #F5F5F5;
	padding: 0 20px 20px;
	margin: 0 0 20px;
}

.parts-ico {
	width: 150px;
}

.select-button {
	background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, #2b2d2d, #2d2d2d);
	background-position: calc(100% - 23px) calc(1.5em + 2px), calc(100% - 18px) calc(1.5em + 2px), 100% 0px;
	background-size: 5px 5px, 5px 5px, 3.5em 3.5em;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	color: #000;
}

.c-box .addpartsbox {
	background: #000;
	width: 320px;
	height: 56px;
	margin: 0 auto;
	align-items: center;
	display: flex;
	justify-content: center;
	border-radius: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	cursor: pointer;
}

.c-box .addpartsbox:not(:last-of-type) {
	margin-bottom: 20px
}

.c-box .addpartsbox img {
	margin: 0 10px 0 0;
}

.addpartsbox + .h3-left-text + .form-wrap {
	padding: 0 20px;
}

.addpartsbox + .h3-left-text {
	margin: 30px 0 0;
}

.h3-left-text {
	font-weight: bold;
	font-size: 18px;
	margin: 30px 0 0;
}

.h3-left-text .attention-text {
	font-size: 15px;
}

.form-section input[type="text"] {
	height: 56px;
	border-radius: 2px;
}

.form-wrap input[type="email"] {
	height: 56px;
	border-radius: 2px;
}

.partsbox-delete {
	position: relative;
	height: 0px;
	right: -8px;
	top: -6px;
	left: 10px;
	color: #fff;
	cursor: pointer;
}

#submit_confirm {
	color: #fff;
	margin: 0 0 40px;
	padding: 20px 40px;
	width: 350px;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 700;
}
#submit_confirm:hover {
	color: #000;
}

.parts-box-inner {
	position: relative;
	padding: 40px 84px 20px;
	border-radius: 4px;
	margin-bottom: 20px;
}

.form-section textarea {
	width: 100%;
}

.consideration {
	font-weight: normal;
	font-size: 12px;
}


/* 確認画面 */

.confirm-detail .under-line {
	width: 336px;
	margin: 20px auto;
	display: flex;
	flex-wrap: wrap;
}

.confirm-detail .under-line dt,
.confirm-detail .under-line dd {
	font-weight: bold;
	border-bottom: solid 1px #DDDDDD;
	padding: 10px 0;
	text-align: left;
}

.confirm-detail .under-line dt:last-of-type,
.confirm-detail .under-line dd:last-of-type {
	border-bottom: none;
}

.confirm-detail .under-line dt {
	width: 40%;
}

.confirm-detail .under-line dd {
	font-weight: normal;
	padding-left: 3%;
	width: 60%;
}

.confirm-detail .bg-gray {
	padding: 0 10px 20px;
}

.confirm-detail .bg-gray .flex-wrap {
	justify-content: space-between;
	align-items: flex-start;
}

.confirm-detail .bg-gray .flex-wrap img {
	padding: 20px 0 0;
	margin: 0 auto;
	max-width: 100%;
}

.dl-style {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	overflow-wrap: break-word;
}

.dl-style dt {
	width: 40%;
	font-weight: bold;
	padding: 10px 0;
	border-bottom: solid 1px #DDD;
}

.dl-style dd {
	width: 60%;
	font-weight: normal;
	padding: 10px 0 10px 3%;
	border-bottom: solid 1px #DDD;
}

.dl-style dt:last-of-type,
.dl-style dd:last-of-type {
	border-bottom: none;
}

.form-center .back-button {
	background: #D9D9D9;
	width: 45%;
	height: 54px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 40px;
	padding: 20px 40px;
	border-radius: 5px;
}

.back-button {
	background: #7E7E7E;
	color: #fff;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
}

.h2-text-big {
	font-size: 50px;
	font-weight: bold;
	text-align: center;
}

.thanks .addpartsbox {
	padding: 40px 0;
}

.thanks-message {
	text-align: center;
}

.thanks .bg-yellow {
	background: #fff8a7;
	padding: 20px;
	margin: 20px 0 0;
}

.thanks-message + .form-center {
	cursor: default;
}


/* 店舗検索 */

.second .contents-body {
	background: none;
}

#sb-site {
	background: none;
}

.select-shop {
	background: #fff;
	min-height: 100vh;
	overflow: initial!important;
}

.select-shop .breadcrumbs-outer,
.kaitori_yoyaku .breadcrumbs-outer
.customer-confirm .breadcrumbs-outer,
.customer_complete .breadcrumbs-outer {
	padding: 7px 0 7px 7px;
	background-color: #f5f5f5;
	text-align: left;
	justify-content: space-between;
}

.shopdetailArea-all {
	/* sell_form.scssで背景色が上書きされてしまうため、優先度を上げる */
	background: #fff !important;
	min-height: 100vh;
}

/* プログレスバー */
.progress {
	padding: 20px 0 5px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.progress__bar {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 65px;
	height: 65px;
	border-radius: 50%;
}
.progress__bar--first {
	background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(#004898 33%, #D9D9D9 0);
}
.progress__bar--first::before {
	content: "1";
}
.progress__bar--second {
	background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(#004898 66%, #D9D9D9 0);
}
.progress__bar--second::before {
	content: "2";
}
.progress__bar--third {
	background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(#004898 100%, #D9D9D9 0);
}
.progress__bar--third::before {
	content: "3";
}
.progress__bar::before {
	font-size: 17px;
	color: #004898;
	font-weight: bold;
	margin: -3px 0 0;
}
.progress__bar::after {
	content: "/3";
	margin: 7px 0 0;
}
.progress__txt {
	width: 95%;
	padding: 0 0 0 30px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
}
@media screen and (max-width: 768px) {
	.progress__txt {
		width: 75%;
		padding: 0 0 0 10px;
		font-size: 17.5px;
	}
}
.progress__subtxt {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.progress .red-txt {
	color: #E50113;
}

.kaitori-yoyaku__box {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.kaitori-yoyaku__icon {
	font-size: 20px;
}
.kaitori-yoyaku__icon {
	filter: brightness(0) invert(1);
	position: absolute;
	top: 50%;
	right: 13px;
	width: 20px;
	transform: translate(-50%);
	margin-top: -9px;
	font-size: 20px;
}

.select-shop a.black-button {
	margin: auto;
	height: 64px;
	background-color: #000;
	display: flex;
	width: 424px;
	box-shadow: none;
}

.second .select-shop .contents-body > .wrapper {
	padding: 30px 55px;
	margin: 0 auto 60px;
}

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

.square-btn-t-g-s.search-button {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	margin: 0 0 0 20px;
	padding: 10px 32px;
	text-align: center;
	width: calc(100% / 3 - (40px / 3));
	height: 62px;
	line-height: 1.5;
	background: #22ac73;
	color: #fff;
	position: relative;
	font-size: 14px;
	text-decoration: none;
	box-shadow: 0 2px 2px rgb(0 0 0 / 30%);
	border-radius: 2px;
	border: none;
	transition: all .5s;
}

.square-btn-t-g-s.search-button i{
	position: absolute;
	top: 50%;
	right: 10px;
	width: 20px;
	transform: translate(-50%);
}

.shop-name {
	font-size: 10px;
}

@media (hover: hover) and (pointer: fine) {
	.square-btn-t-g-s.search-button:hover {
		background: #1A7E54;
		box-shadow: none;
	}
}

@media screen and (max-width: 768px) {
	.box {
		flex-direction: column;
		margin: 0;
	}

	.square-btn-t-g-s.search-button {
		width: 100%;
		margin: 10px 0 0;
	}
}

.kaitori-yoyaku .shop-list {
	width: 1000px;
}

.kaitori-yoyaku .todofuken-box__h2 {
	padding: 70px 0 10px;
	font-size: 17px;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.3px;
}
.kaitori-yoyaku .todofuken-box__tbl {
	border-collapse: separate;
}
.kaitori-yoyaku .todofuken-box__th {
	width: 1%;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	padding: 5px;
	border-bottom: solid 7px #FFF;
	background-color: #ECF0F5;
}
.kaitori-yoyaku .todofuken-box__th strong {
	font-weight: bold;
}
.kaitori-yoyaku .todofuken-box__td {
	display: flex;
	flex-wrap: wrap;
	-moz-column-gap: 2%;
	column-gap: 2%;
	padding: 5px 10px 0 10px;
	border-bottom: solid 7px #FFF;
	background-color: #f5f5f5;
}
.kaitori-yoyaku .todofuken-box__anchor {
	width: 32%;
	margin: 0 0 6px 0;
	padding: 10px 0;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	border-radius: 6px;
	color: #004898;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	border-bottom: solid #e3e3e3;
	border-width: 0 0 1px 0;
	cursor: pointer;
}
.kaitori-yoyaku .todofuken-box__anchor:hover {
	background: #bdbdbd;
	transition: 0.5s;
}
.black-button {
	background: #000;
	align-items: center;
	display: flex;
	justify-content: center;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 17px;
	cursor: pointer;
}


/* 買取店選択 */


.kaitori-yoyaku__shop-name {
	display: block;
	font-size: 12px;
}
.kaitori-yoyaku .blue-text-button {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	border-radius: 6px;
	color: #004898;
}
.kaitori-yoyaku .shop-info {
	padding: 0;
	margin-bottom: 20px;
}
.kaitori-yoyaku .shop-info__list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 5px;
	border-bottom: solid 1px #D9D9D9;
}
.kaitori-yoyaku .shop-info__list:first-child {
	border-top: solid 1px #D9D9D9;
}
.kaitori-yoyaku .shop-info__txt {
	text-align: left;
}
.kaitori-yoyaku .shop-info__name {
	font-weight: bold;
	font-size: 16px;
}
.kaitori-yoyaku .shop-info__address {
	padding: 0;
	font-size: 13px;
}
.kaitori-yoyaku .shop-info__distance {
	display: flex;
	color: #737373;
	align-items: center;
	font-size: 16px;
}
.kaitori-yoyaku .shop-info__map-ico {
	filter: invert(45%) sepia(0%) saturate(170%) hue-rotate(196deg) brightness(98%) contrast(80%);
	width: 14px;
	height: 14px;
	margin-right: 4px;
	content: url(../img/ico-map.svg);
}
.kaitori-yoyaku .shop-info__btn {
	max-width: 115px;
	max-height: 40px;
	font-size: 13px;
	margin: 0;
}
.select-shop .form-center {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-content: center;
	flex-direction: row-reverse;
}

.visa-card {
	width: 36px;
	margin: 0 0 0 4px
}

.master-card {
	width: 27px;
}

.union-card {
	width: 33px;
}

.american-ex-card {
	width: 24px;
}

.diners-card {
	width: 40px;
}

.jcb-card {
	width: 29px;
}

.debit-card {
	width: 25px;
}


/* 来店日時選択 */

.hd2 {
	font-size: 24px;
	line-height: 150%;
	font-weight: bold;
	text-align: center;
}

.select-day-detail-wrap {
	margin: auto;
	text-align: left;
}

.reserved-shop {
	width: 100%;
	max-width: 540px;
	margin: 0 auto;
	font-size: 15px;
}

.reserved-shop dt {
	width: 22%;
	background: #5074AE;
	color: #fff;
	padding: 2%;
	font-weight: bold;
}

.reserved-shop dd {
	width: 78%;
	background: #ECF0F6;
	color: #134492;
	padding: 2%;
	font-weight: bold;
}

.gray-text-button {
	background: none;
	color: #646464;
	font-weight: bold;
	text-align: center;
	padding: 3px 10px;
}

.blue-text-button {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	background: none;
	color: #134492;
	font-weight: bold;
	text-align: center;
	padding: 3px 10px;
}

.blue-text-button .chevron__right {
	display: block;
	float: right;
	content: url(../img/ico-chevron-right.svg);
	filter: invert(20%) sepia(69%) saturate(1798%) hue-rotate(200deg) brightness(91%) contrast(94%);
	width: 15px;
	height: 15px;
	margin-top: 4px;
}

.blue-text-button .chevron__left {
	display: block;
	float: left;
	content: url(../img/ico-chevron-left.svg);
	filter: invert(20%) sepia(69%) saturate(1798%) hue-rotate(200deg) brightness(91%) contrast(94%);
	width: 15px;
	height: 15px;
	margin-top: 4px;
}

.gray-text-button .chevron__left {
	display: flex;
	float: left;
	content: url(../img/ico-chevron-left.svg);
	filter: invert(39%) sepia(1%) saturate(2345%) hue-rotate(343deg) brightness(97%) contrast(88%);
	width: 15px;
	height: 15px;
	margin-top: 4px;
}

.next-back-button-wrapper {
	display: flex;
	justify-content: space-between;
	background: #fff;
	position: sticky;
	z-index: 40;
	border-bottom: solid 1px #dfdedf;
	padding: 10px 0;
	margin: 0 auto;
}

.select-day-table {
	width: 100%;
	text-align: center;
	line-height: 1;
	border: solid 1px #dfdedf;
	border-top: none;
	border-collapse: separate;
}

.select-day-table thead th {
	text-align: center;
	font-weight: bold;
}

.select-day-table thead td {
	text-align: center;
	border-bottom: solid 1px #000000;
	border-left: solid 1px #dfdedf;
}

.select-day-table td:first-of-type {
	border-left: none;
}

.select-day-table tr:last-of-type td {
	border-bottom: none;
}

.select-day-table tr:first-of-type td {
	border-top: none;
	border-bottom: solid 1px #dfdedf;
}

.select-day-table tr#calendar-date td:first-of-type {
	border-right: solid 1px #dfdedf;
	border-bottom: solid 1px #dfdedf;
}

.select-day-table tr#calendar-month td {
	border-right: solid 1px #dfdedf;
	background: #fff;
	position: sticky;
	z-index: 1;
}

.bg-disable {
	background: #efefef;
}

.select-day-table th {
	padding: 10px 5px;
}

.select-day-table td {
	padding: 10px 5px;
	font-weight: bold;
	border: none;
	border-left: solid 1px #dfdedf;
	border-bottom: solid 1px #dfdedf;
	vertical-align: middle;
}

.select-day-table td.bg-select-day-ok {
	padding: 0;
	cursor: pointer;
	background: #fff;
}

.select-day-table td.bg-select-day-ok>a {
	padding: 10px 5px;
}

.select-day-table td.bg-select-day-ok:hover {
	background: #26739f;
	color: #fff;
}

.select-day-table td:first-of-type::before {
	content: none;
}

.select-day-table td.bg-select-day-checked {
	background: #e84040;
	text-shadow: 0px 1px 0 #0000ee;
}

.select-day-table td.bg-disable-except-over-the-counter {
	padding: 4px;
	font-size: 12px;
	background: #fff;
}

.select-day-table td.bg-disable-except-over-the-counter a {
	font-weight: bold;
	color: #26739f;
	pointer-events: none;
}

.text-blue::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #6cbeed;
	z-index: -1;
}

.text-red::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffacad;
	z-index: -1;
}

.text-blue {
	color: #134492;
}

.text-red {
	color: #E84040;
}

.day-of-week {
	display: block;
	margin-top: 4px;
	font-size: 75%;
}

.wrapper {
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#calendar-legend {
	display: none;
	margin: 20px 10px;
	border-collapse: separate;
	border-spacing: 0 10px;
}

#calendar-legend tr td:first-of-type {
	width: 32px;
}

#calendar-legend tr td:not(:first-of-type) {
	text-align: left;
}

.select-day-table td.bg-select-day-ok,
#calendar-legend tr:first-of-type td:first-of-type {
	color: #26739f;
}

.select-day-table,
#calendar-legend tr:not(:first-of-type) td:first-of-type {
	color: #888;
}

.calendar-legend-note {
	font-size: 12px;
}

/* お客様情報入力 */

.customer-form .partsbox {
	margin: 0;
}

.customer-form .content-all-wrapper {
	padding-top: 20px;
}

.customer-form .step-image {
	text-align: center;
}

.reserved-shop dd + dt {
	border-top: solid 1px #A3C7FF;
}

.reserved-shop dd + dt + dd {
	border-top: solid 1px #A3C7FF;
}

.customer-form .parts-box-inner {
	padding: 0 0 20px;
}

.user_time {
	margin: 10px 0 0;
}

.customer-form .partsbox {
	padding-bottom: 10px;
}

.back-button-wrap {
	width: 45%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.back-button-wrap .back-button {
	width: 216px;
	padding: 20px 0;
}

.customer-form #submit_confirm {
	color: #fff;
	margin: 0 0 10px;
}
.customer-form #submit_confirm:hover {
	color: #000;
}

.customer-form .form-section {
	padding-bottom: 50px;
}


/* お客様情報確認画面 */

.customer-form .short-text {
	width: 100px;
}

.installation {
	border-bottom: none;
	padding-bottom: 20px;
}

.confirm-installation dt {
	padding-left: 30px;
}

.c-box .addpartsbox {
	border-radius: 5px;
}

.form-section .condition-area label {
	display: flex;
	align-items: center;
}

#calendar-month .th-fixed {
	top: 0;
	border-bottom: none;
	border-right: 1px solid black;
}

.select-day-table th.thread-month:first-of-type {
	position: sticky;
	z-index: 1;
	border-bottom: none;
	border-right: none;
	background: #fff;
}

#calendar-error-message {
	display: none;
	font-size: 16px;
	padding: 20px;
	text-align: center;
	color: #f00;
}

#calendar-date td:first-child {
	border-top: none;
	border-right: 1px solid black;
}

#calendar-date td:first-child:before {
	border-right: 1px solid black;
}

#calendar-date .th-fixed:first-of-type {
	background: #fff;
}

#calendar-date .th-fixed {
	background: #9d9d9d;
	color: #fff;
	position: sticky;
	z-index: 1;
	width: calc(100% / 8);
}

#calendar-date .th-fixed:nth-of-type(2) {
	border: none;
}

.not-found-attention {
	width: 100%;
	max-width: 768px;
	margin: 32px auto;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

#form-data textarea {
	font-family: "Arial", sans-serif;
}

#reservation_error, #reservation_info_error {
	text-align: center;
}

.reservation-error-msg {
	padding-bottom: 32px;
	color: #ef0000;
	font-weight: bold;
}

.btn-under-err-msg {
	width: 75%;
	height: 60px;
	line-height: 60px;
	margin-bottom: 40px;
}

#calendar-header {
	position: sticky;
}

.thread-month {
	background: #fff;
	color: #333;
}

.thread-month + .thread-month {
	border-left: solid 1px #dfdedf;
}

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

.kaitori-form {
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
}
@media screen and (max-width: 1239px) {
	.kaitori-form {
		padding: 0 5%;
		font-size: 12px;
	}
}
.confirm__title-wrap {
	padding: 20px 0;
}
.confirm__title {
	color: #000;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.confirm__explain {
	text-align: center;
	line-height: 1.5;
}
.confirm__data {
	margin: 0 0 16px;
	border-top: solid 1px #1E1E1E;
	border-bottom: solid 1px #1E1E1E;
}
.confirm__table {
	width: 100%;
	border-collapse: collapse;
}
.confirm__table tr:last-child .confirm__table-th,
.confirm__table tr:last-child .confirm__table-td {
	border: none;
}
.confirm__table-tr {
	display: flex;
	width: 100%;
}
.table-images {
	display: flex;
	flex-direction: column;
}
.table-images .flex-wrap {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: scroll;
}
.table-images img {
	margin: 10px;
	height: 50px;
	width: 50px;
	object-fit: cover;
	flex: 0 0 auto;
	border-radius: 5px;
}
.confirm__table-th {
	width: 100%;
	padding: 12px 0;
	text-align: left;
	border-bottom: 1px solid #D9D9D9;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.confirm__table-th {
		width: 65%;
	}
}
.confirm__table-td {
	width: 60%;
	padding: 12px 0;
	text-align: left;
	border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 768px) {
	.confirm__table-td {
		width: 100%;
	}
}

.confirm__parts-wrap {
	margin: 0 0 30px;
	padding: 0 4%;
	background: #F5F5F5;
}
.confirm__parts-heading {
	padding: 12px 0;
	margin: 30px 0 0;
	background: #5074AE;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.confirm__caution {
	padding: 0 0 20px;
	line-height: 1.5;
	color: #6d6d6d;
	font-size: 13px;
}
.confirm .caution__list {
	position: relative;
	padding: 0 0 8px 1em;
}
.confirm .caution__list::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.confirm__button-wrap {
	display: flex;
	justify-content: space-around;
	flex-direction: row-reverse;
	padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
	.confirm__button-wrap {
		flex-direction: column;
		align-items: center;
	}
}
.confirm__button-wrap .button__positive {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #144492;
	width: 350px;
	height: 54px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border-radius: 6px;
	text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
	.confirm__button-wrap .button__positive:hover {
		background: #0062d2;
	}
}
.confirm__button-wrap .button__back {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #D9D9D9;
	width: 350px;
	height: 54px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	border-radius: 6px;
	text-decoration: none;
	padding: 30px 0;
}
@media (hover: hover) and (pointer: fine) {
	.confirm__button-wrap .button__back:hover {
		background: #b9b9b9;
	}
}

.login-notice {
	text-align: center;
	line-height: 1.7;
}

/* タブレットスマートフォン */

@media screen and (max-width: 1020px) {

	.page_top {
		margin-top: 0;
	}

	.select-day-table-wrapper {
		overflow: initial;
		height: initial;
	}

	.select-day-table {
		display: table;
	}

	.thread-month::before {
		content: none;
	}

	.th-fixed::before {
		content: none;
	}

	#calendar-month .th-fixed::before {
		content: none;
	}

	.form__heading {
		padding-bottom: 2px;
	}

}

@media screen and (max-width: 768px) {
	.form-section .list-side {
		display: block;
		margin: 10px 0 0 10px;
	}
	.form-section .list-side li {
		margin: 0 10px 10px 0px;
	}
	.bg-gray {
		padding: 0 2% 20px;
	}
	.addpartsbox + .h3-left-text + .form-wrap {
		padding: 0 2%;
	}
	.form-wrap input[type="text"] {
		height: 40px;
		width: 100%;
	}
	.form-section input[type="text"] {
		height: 46px;
	}
	.form-wrap input[type="email"] {
		height: 46px;
		width: 100%;
	}
	#submit_confirm {
		width: 100%;
	}
	.form-section input[type=radio] {
		height: 20px;
		width: 20px;
		margin: 0 5px 0 0;
	}
	input[type="submit"]#submit_confirm {
		-webkit-appearance: none;
		border-radius: 5px;
	}
	.ico-car {
		width: 33px;
	}
	.ico-bike {
		width: 27px;
	}
	.parts-ico {
		width: auto;
	}
	.form-section {
		padding: 10px 0!important;
	}
	.content-all-wrapper {
		padding: 10px 0 0;
	}
	.h2-text {
		font-size: 27px;
		line-height: 1.3;
	}

	/* 確認画面 */
	.confirm .partsbox {
		margin: 0 2%;
	}
	.dl-style dt {
		width: 41%;
		font-size: 13px;
	}
	.dl-style dd {
		width: 59%;
		font-size: 13px;
	}
	.confirm-detail .bg-gray .flex-wrap {
		flex-direction: row;
	}
	.confirm-detail .under-line dt {
		width: 41%;
		font-size: 13px;
	}
	.confirm-detail .under-line dd {
		width: 59%;
		font-size: 13px;
		font-weight: normal;
		padding-left: 3%;
	}
	.form-center .back-button {
		width: 90%;
	}
	#submit_confirm {
		margin: 0 0 10px;
	}
	.h2-text-big {
		font-size: 18px;
	}
	.confirm__button-wrap .button__back {
		width: 100%;
	}

	/* 完了画面 */
	.thanks .bg-yellow {
		margin: 20px 2%;
		text-align: left;
	}

	/* 店舗検索 */
	.step-image {
		flex-direction: row;
	}
	.select-shop .box {
		padding-top: 10px;
	}

	.box a {
		background: #008218;
		border-radius: 5px;
	}

	.select-shop a.black-button {
		width: 96%;
		border-radius: 0;
		background: #D3BE00;
		font-size: 20px;
	}
	.second .select-shop .contents-body > .wrapper {
		padding: 10px 2% 0;
		margin: 0 2% 60px;
	}

	/* 買取店舗選択 */
	.gmap {
		display: none;
	}
	.shop-list {
		width: 100%;
		max-width: none;
	}
	.shop-list .accordion .flex-wrap {
		flex-direction: row;
	}
	.second .select-shop .contents-body > .wrapper {
		padding: 0 2%;
	}
	.select-shop .form-center {
		flex-direction: column;
	}
	.select-shop .form-center .submit_button,
	.select-shop .form-center #submit_confirm,
	.select-shop .form-center .back-button,
	.select-shop .form-center #submit_back,
	.select-shop .form-center #now_sending {
		width: 90%;
		margin: 0 auto 10px;
	}
	.second .select-shop .contents-body > .wrapper {
		margin: 0 2% 20px;
	}

	/* 日時選択 */
	.reserved-shop {
		flex-direction: row;
		padding: 8px 0 0;
	}

	.reserved-shop dt {
		width: 22%;
	}

	.th-fixed {
		background: #fff;
	}

	.select-day-table td.bg-disable-except-over-the-counter {
		font-size: 10px;
	}

	.select-day-table td.bg-disable-except-over-the-counter a {
		font-weight: bold;
		color: #26739f;
		pointer-events: auto;
	}

	#calendar-legend {
		padding-bottom: 20px;
	}

	/* お客様情報入力 */
	.customer-form .grid-innner {
		margin: 0 2%
	}
	.back-button-wrap {
		width: 90%;
		margin: auto;
	}
	.back-button-wrap .back-button {
		width: 49%;
	}
	#submit_confirm,
	.submit_button,
	.form-center .back-button {
		padding: 20px 40px;
	}
	.installation {
		padding-bottom: 0;
		padding-top: 10px;
	}
	.confirm-detail .confirm-installation dt {
		width: 41%;
	}
	.confirm-detail .confirm-installation dd {
		width: 59%
	}
	.thanks-message {
		text-align: left;
	}
	.thanks-message p {
		padding: 0 2%
	}
	.login-notice {
		text-align: center;
		padding: 0 5%;
	}
}

@media (max-width: 320px) {
	.second .select-shop .contents-body > .wrapper {
		margin: 0 0 20px;
	}

	#calendar {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}

	.select-day-table td {
		padding: 10px 0px;
	}

	.gray-text-button {
		padding: 3px 5px;
	}

	.blue-text-button {
		padding: 3px 5px;
	}

	.reserved-shop dt {
		width: 24%;
	}

	.reserved-shop dd {
		width: 76%;
	}
}

.progress-wrapper {
	max-width: 870px;
	margin-right: auto;
	margin-left: auto;
}

.form__partsbox {
	margin: 30px 0 15px;
}
.form__input-wrap dd {
	margin-inline-start: 40px;
}
.form__label-wrap {
	margin: 20px 0 5px 0;
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 16px;
}
.form__attention {
	width: 35px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 1px #E50113;
	color: #E50113;
	border-radius: 2px;
	margin: 0 0 0 5px;
	font-size: 13px;
	font-weight: bold;
}
.form__input-wrap {
	padding: 5px 0;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.form__input {
	width: 100%;
	min-width: 295px;
	padding: 10px;
	border: solid 1px #000;
	font-weight: normal;
	font-size: 14px;
	background-color: #fff;
}
.form__input--top {
	width: 100%;
	min-width: 320px;
	height: 38px;
	padding: 10px;
	border: solid 1px #000;
	font-weight: normal;
	font-size: 14px;
	background-color: #fff;
}
@media screen and (max-width: 768px) {
	.form__textarea {
		width: 100%;
	}
}
.form__name {
	display: flex;
	gap: 0 30px;
}
@media screen and (max-width: 980px) {
	.form__name {
		gap: 0 10px;
	}
}
.form__description {
	font-size: 12px;
	color: #707070;
}
.form__description--tel {
	margin-top: -6px
}
/* iOS Safari が電話番号を自動でリンクにするため無効化 */
.form__description a[href^="tel:"] {
	color: #707070;
	text-decoration: none;
	pointer-events: none;
}
.form__select--top {
	width: 100%;
	min-width: 322px;
	height: 38px;
	position: relative;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	color: #B0B0B0;
	font-size: 14px;
	cursor: pointer;
}
.form__select--top::after {
	position: absolute;
	top: 13%;
	right: 10px;
	content: "\f078";
	font-size: 14px;
	color: #000;
	font-family: FontAwesome;
	pointer-events: none;
}
.form__select {
	width: 100%;
	min-width: 295px;
	height: 38px;
	position: relative;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	color: #B0B0B0;
	font-size: 14px;
	cursor: pointer;
}
.form__select::after {
	position: absolute;
	top: 13%;
	right: 10px;
	content: "\f078";
	font-size: 14px;
	color: #000;
	font-family: FontAwesome;
	pointer-events: none;
}
.form__select-in--top {
	position: relative;
	width: 100%;
	min-width: 320px;
	padding: 9px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-color: #fff;
}
.form__select-in {
	position: relative;
	width: 100%;
	min-width: 293px;
	padding: 9px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-color: #fff;
}
.form__anchor {
	display: block;
	margin: -10px 0 0;
	font-size: 12px;
	color: #144492;
	text-decoration: underline;
}
.form__radio {
	display: flex;
	align-items: center;
	font-size: 15px;
	/* sell_form.scssで買取予約のラジオボタンでは不要なpaddingが付与されてしまうため、優先度を上げている */
	padding: none !important;
	font-weight: normal;
	accent-color: #144492;
}
.form__radio--input {
	/*
		買取予約で呼び出される共通のCSSファイルによってラジオボタンのデザインが崩れてしまう
		デザイン崩れを防ぐため優先度を上げている
	*/
	margin-right: 5px !important;
	width: 17px !important;
	height: 17px !important;
	padding: 0.6em !important;
}
.form__parts-head {
	width: 100%;
	padding: 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	background-color: #5074AE;
}
.form__satei-item-head {
	margin: 12px 0;
}
.form__satei-item-wrap {
	margin: 20px 0 0 0;
}
.form__satei-item {
	background-color: #F5F5F5;
}
.form__span {
	color: #707070;
}
.form__img-wrap {
	padding: 10px 5px;
	border: 1px solid #FF9500;
	background: #FFF9F2;
}
.form__merit {
	display: flex;
	align-items: flex-start;
}

.form__merit-logo {
	width: 110px;
}

.form__merit-text {
	font-weight: bold;
	font-size: 18px;
font-feature-settings: "palt";
}

.form__merit-strong {
	color: #FF9500;
	background:linear-gradient(transparent 80%, #ff6 80%);
}

.form__merit-description {
	margin-top: 3px;
	font-size: 11px;
	line-height: 1.6;
	font-weight: normal;
	color: #707070;
	display: block;
}

.form__file-upload {
	margin: 10px auto 0 auto;
	padding: 10px 40px;
	color: #000;
	background: #fff;
	cursor: pointer;
	border: solid 1px #000;
	display: flex;
	justify-content: center;
	align-items: center;
}
.form__file-upload input[type=file] {
	display: none;
}

.form__file-upload img {
	width: auto;
	margin: 0 10px 0 0;
}
.form__note {
	display: block;
	font-weight: normal;
	font-size: 12px;
	color: #707070;
}
.image-item-in {
	display: flex;
	align-items: center;
	flex-direction: column;
	/* justify-content: center; */
	margin: 10px;
}
.form__personal-information-guideline-title {
	font-size: 15px;
}
.form__personal-information-guideline-wrap {
	display: flex;
	align-items: center;
}
.personal-information-guideline-check {
	margin-right: 5px !important;
	width: 17px !important;
	height: 17px !important;
}
.personal-information-guideline-link {
	color: #144492;
	font-size: 14px;
	padding-left: 3px;
	text-decoration: underline;
}
.form__title {
	font-weight: bold;
}
.form__shop-name-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.form__data {
	font-size: 14px;
}
.form .change-btn {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	line-height: 1.5;
	background: #fff;
	width: 88px;
	height: 32px;
	color: #004898;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	border-radius: 3px;
	text-decoration: none;
	filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.3));
	transition: all 0.5s;
}
@media screen and (max-width: 768px) {
	.form .change-btn {
		margin: 10px 0 0;
	}
}
@media (hover: hover) and (pointer: fine) {
	.form .change-btn:hover {
		background: #B0B0B0;
	}
}
.form .add-btn {
	margin: 10px auto 0;
	display: flex;
	justify-content: center;
	font-weight: bold;
	align-items: center;
	width: 240px;
	height: 48px;
	background-color: #5074AE;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	border-radius: 30px;
}
.form .add-btn__plus-circle {
	display: block;
	float: left;
	content: url(../img/ico-plus-circle.svg);
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(63deg) brightness(103%) contrast(106%);
	width: 25px;
	height: 25px;
	margin: 1px 10px 1px 0;
}
.form .add-btn--invalid {
	opacity: 0.4;
	cursor: not-allowed;
	pointer-events: none;
}
.form .not-mandatory {
	color: #3BAF7E;
	border-color: #3BAF7E;
}
@media screen and (max-width: 475px) {
	.form .font-min {
		font-size: 12px;
	}
}

.error-message {
	color: #f33;
}

/* 予約完了画面 */

.complete {
	margin: auto;
	font-size: 14px;
	width: 90vw;
	max-width: 1000px;
}
@media screen and (max-width: 1239px) {
	.complete {
		font-size: 12px;
	}
}
.complete__headeing {
	display: flex;
	align-items: center;
	padding: 35px 0 35px 0;
	font-size: 17px;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.complete__headeing {
		padding: 35px 10px 35px 5px;
	}
}
.complete__headeing-image {
	display: inline-block;
	padding: 0 15px 0 0;
	max-width: 82px;
}
.complete__message-text {
	text-align: left;
	font-size: 15px;
}
.complete .caution__list {
	text-align: left;
	position: relative;
	padding: 0 0 8px 1em;
	font-size: 12px;
	padding-top: 5px;
}
.complete .caution__list::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 5px;
}
.complete__registration {
	display: flex;
	justify-content: center;
	margin: 26px 0 0;
	padding: 56px 0 0;
}
@media screen and (max-width: 768px) {
	.complete__registration {
		border-top: solid 1px #A7A7A7;
	}
}
.complete__button-wrap {
	display: flex;
	justify-content: space-evenly;
	width: 100%;
	max-width: 1000px;
}
@media screen and (max-width: 800px) {
	.complete__button-wrap  {
		display: flex;
		flex-direction: column;
		width: 350px;
	}
}
.complete__button {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #144492;
	width: 350px;
	height: 54px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border-radius: 6px;
	text-decoration: none;
	position: relative;
}
@media (hover: hover) and (pointer: fine) {
	.complete__button:hover {
		background: #0062d2;
	}
}
.complete__button--back {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #D9D9D9;
	width: 350px;
	height: 54px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	border-radius: 6px;
	text-decoration: none;
	position: relative;
}
@media screen and (max-width: 800px) {
	.complete__button--back {
		margin-top: 15px;
	}
}
@media (hover: hover) and (pointer: fine) {
	.complete__button--back :hover {
		background: #e1e1e1;
	}
}
.complete__registration-image {
	display: inline-block;
	max-width: 50px;
	padding: 0 20px 0 0;
}
.complete__registration-message {
	max-width: 355px;
	margin: 10px auto 10px;
	padding: 3px 2.5%;
	font-weight: bold;
	color: #E50113;
	font-size: 15px;
	border: solid 2px #E50113;
}
.complete__registration-annotation {
	font-weight: normal;
	font-size: 12px;
	letter-spacing: normal;
}
.complete__registration-heading {
	font-size: 18px;
	text-align: center;
}
.complete__table {
	width: 100%;
	border-collapse: collapse;
}
.complete__table tr:last-child .confirm__table-th,
.complete__table tr:last-child .confirm__table-td {
	border: none;
}
.complete__table-th {
	width: 10em;
	padding: 12px 0;
	text-align: left;
	border-bottom: 1px solid #D9D9D9;
}
.complete__table-td {
	padding: 12px 0;
	text-align: left;
	border-bottom: 1px solid #D9D9D9;
}
.complete__consent {
	display: inline-block;
	margin: 40px 0 0;
	cursor: pointer;
}

/* upload-error modal */
.upload-error-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}
.upload-error-modal.visible-modal {
	display: flex;
}
.upload-error-modal__content {
	background: #fff;
	padding: 20px;
	border-radius: 5px;
	text-align: center;
	line-height: 1.6;
}
@media screen and (min-width: 1024px) {
	.upload-error-modal__content {
		min-width: 400px;
		padding: 30px;
		font-size: 18px;
	}
}
.upload-error-modal button {
	margin-top: 8px;
	padding: 8px 16px;
	background-color: #144492;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	cursor: pointer;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	transition: background-color 0.3s ease;
}
.upload-error-modal button:hover {
	background-color: #0062d2 !important;
	color: #fff !important;
}

/* 買取査定パーツ */
.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  font-size: 0.75em;
  border-radius: 3px;
  padding: 0 6px;
  font-weight: 700;
}
.badge--required {
  color: #e60012;
  border: 1px solid #e60012;
}
.badge--optional {
  color: #3baf7e;
  border: 1px solid #3baf7e;
}

.input-base {
  border: 1.5px solid #333;
  border-radius: 3px;
  background: #fff;
  font-size: 1rem;
  color: #333;
  padding: 0.6rem 0.5rem;
  outline: none;
  box-sizing: border-box;
  width: 100%;
  transition: border 0.2s;
}
.input-base:focus {
  border: 1.5px solid #004898;
}
.input-base::-moz-placeholder {
  color: #b0b0b0;
  font-size: 0.9rem;
}
.input-base::placeholder {
  color: #b0b0b0;
  font-size: 0.9rem;
}

.btn-base {
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  min-width: 0;
  transition: background 0.2s, color 0.2s, border 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
}

.assessment-info {
  display: flex;
}
.assessment-info__title {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-bottom: 12px;
  text-align: left;
  border-bottom: 2px solid #000;
  padding-bottom: 4px;
  letter-spacing: 0.02em;
}
.assessment-info__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  gap: 1.5em;
}
.assessment-info__label {
  font-size: 15px;
  font-weight: 700;
  color: #222;
  display: flex;
  align-items: center;
}
.assessment-info__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  color: #e60012;
  background: #fff;
  border: 1px solid #e60012;
  border-radius: 3px;
  font-size: 12px;
  padding: 0 6px;
  font-weight: 700;
  line-height: 1.5;
  margin-left: 0.4em;
  vertical-align: middle;
}
.assessment-info__progress-section {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
@media screen and (max-width: 1020px) {
  .assessment-info__progress-section {
	margin-bottom: 28px;
  }
}
.assessment-info__progress {
  margin-top: 9px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  margin-right: 5px;
}
.assessment-info__progress-step {
  position: relative;
  display: flex;
  justify-content: center;
  width: 40px;
}
.assessment-info__progress-step--done .material-icons {
  color: #3baf7e;
  font-size: 1.7em;
}
.assessment-info__progress-step--done .material-icons::after {
  content: "";
  display: block;
  width: 2px;
  height: 61px;
  position: relative;
  left: calc(50% - 1px);
  background: #222;
  margin-bottom: -23px;
}
.circle-icon--green {
  color: #3baf7e !important;
}
.circle-icon--red {
  color: #FF0000 !important;
}

@media (max-width: 1020px) {
  .assessment-info__progress-step--done .material-icons::after {
	height: 55px;
	left: calc(50% - 4px);
	margin-bottom: 0;
  }
}
.assessment-info__progress-step--pending {
  flex-direction: column;
  align-items: center;
  position: relative;
}
.assessment-info__progress-step--pending .material-icons {
  color: #222;
  font-size: 1.7em;
}
.assessment-info__progress-line {
  width: 2px;
  flex: 1 1 53px;
  background: #222;
  margin: 0;
  z-index: 0;
}
.assessment-info__progress-optional {
  display: flex;
  align-items: center;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  font-size: 0.6em;
  color: #3baf7e;
  background: #fff;
  border: 1px solid #3baf7e;
  border-radius: 3px;
  font-weight: 700;
  padding: 0 4px;
  width: -moz-max-content;
  width: max-content;
  box-sizing: border-box;
  z-index: 2;
  margin: 0;
}
.assessment-info__item-block {
  position: relative;
}
.assessment-info__items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex: 1;
  width: calc(100% - 40px);
}
.assessment-info__anchor {
  position: absolute;
  right: 0;
  bottom: -28px;
  color: #144492;
  font-size: 0.9rem;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  margin-left: auto;
}
.assessment-info__item {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.assessment-info__item--pending {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.assessment-info__item--pending .assessment-info__input {
  background: #fff;
  border: 1.5px solid #000;
  color: #b0b0b0;
  border-radius: 3px;
  font-size: 1.1rem;
  padding: 0.6em 0.7em;
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  opacity: 1;
  transition: border 0.2s, background 0.2s;
}
.assessment-info__item--pending .assessment-info__input::-moz-placeholder {
  color: #b0b0b0;
}
.assessment-info__item--pending .assessment-info__input::placeholder {
  color: #b0b0b0;
}
.assessment-info__item--error .assessment-info__error {
  display: flex;
  align-items: center;
  background: #FFF5F5;
  border: 1.5px solid #e60012;
  color: #e60012;
  border-radius: 3px;
  padding: 0.6em 0.7em;
  font-size: 1rem;
  width: 100%;
  justify-content: space-between;
  font-weight: 400;
}
.assessment-info__item--filled .assessment-info__input {
  background: #fff;
  border: 1.5px solid #333;
  color: #222;
  border-radius: 3px;
  font-size: 1rem;
  padding: 0.6em 0.7em;
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  transition: border 0.2s, background 0.2s;
}
.assessment-info__input {
  border: none;
  background: none;
  font: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  outline: none;
}
.assessment-info__input .label {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.assessment-info__input--empty {
  color: #b0b0b0;
}
div.assessment-info__input--error {
  border-color: #FF0000 !important;
  color: #FF0000 !important;
  background: #FFF5F5 !important;
}
.assessment-info__input--valid {
  color: #333333 !important;
  border-color: #333333 !important;
}
.assessment-info__error {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1.5px solid #e60012;
  color: #e60012;
  border-radius: 6px;
  padding: 0.3em 0.5em;
  font-size: 1.05rem;
  width: 100%;
  justify-content: space-between;
  font-weight: 400;
}
.assessment-info__arrow {
  margin-left: auto;
  font-size: 1em;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
}
.assessment-info__note {
  color: #707070;
  font-size: 13px;
  text-align: right;
  padding-top: 10px;
}
.assessment-info__item--filled .assessment-info__input, .assessment-info__item--pending .assessment-info__inputs {
  font-size: 1rem;
  padding: 0.6em 0.7em;
}
@media (max-width: 1020px) {
  .assessment-info {
    padding: 1.2rem 0.5rem 1rem 0.5rem;
    max-width: 100%;
  }
  .assessment-info__title {
    font-size: 16px;
    padding-bottom: 2px;
  }
  .assessment-info__label {
    font-size: 15px;
  }
  .assessment-info__text-input {
    height: 40px;
    font-size: 15px;
    padding: 0 8px;
  }
  .assessment-info__note {
    font-size: 11px;
    margin-left: 16px;
	padding-top: 0;
  }
  .assessment-info__input-row {
    height: auto;
  }
  .assessment-info__progress {
    width: 36px;
    margin-right: 0.5em;
  }
  @media screen and (max-width: 1020px) {
	.assessment-info__progress {
	  margin-right: 0;
	}
  }
  .assessment-info__progress-step, .assessment-info__progress-step--done .material-icons, .assessment-info__progress-step--pending .material-icons {
    width: 24px;
    height: 24px;
    font-size: 1.2em;
  }
  .assessment-info__progress-line {
    width: 2px;
    min-height: 12px;
  }
  .assessment-info__error {
    font-size: 1rem;
    padding: 0.6em 0.7em;
  }
  .assessment-info__arrow.material-symbols-outlined {
    font-size: 1em;
  }
}

.part-select-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
}
.part-select-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.part-select-modal__content {
  position: relative;
  background: #F5F5F5;
  border-radius: 0.7rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  width: 60vw;
  padding: 10px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  max-height: 90vh;
  overflow-y: auto;
  height: auto;
  left: 0;
  right: 0;
  top: 24px;
  bottom: 24px;
  margin: 0 auto;
  transform: none;
  scrollbar-width: none;
}
.part-select-modal__content::-webkit-scrollbar {
  display: none;
}
@media (max-width: 600px) {
  .part-select-modal__content {
    width: calc(100vw - 24px);
  }
}
.part-select-modal__close {
  position: fixed;
  background: #000 !important;
  color: #fff;
  border: none;
  font-size: 1.7rem;
  cursor: pointer;
  z-index: 3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
  top: 17px;
  right: calc(20vw - 17px);
  width: 36px;
  height: 36px;
  box-sizing: border-box;
}
.part-select-modal__close::before {
	background: #fff;
    content: "";
    display: block;
    height: 6%;
    left: 20%;
    position: absolute;
    top: 47%;
    transform: rotate(45deg);
    width: 60%;
}
.part-select-modal__close::after {
	background: #fff;
    content: "";
    display: block;
    height: 6%;
    left: 20%;
    position: absolute;
    top: 47%;
    transform: rotate(-45deg);
    width: 60%;
}
@media (max-width: 600px) {
  .part-select-modal__close {
    top: 26px;
    right: 13px;
  }
}
.part-select-modal__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1.2rem;
  color: #222;
  text-align: center;
  letter-spacing: 0.02em;
}
@media (max-width: 600px) {
  .part-select-modal__title {
    margin-bottom: 1rem;
  }
}
.part-select-modal__form {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
@media (max-width: 600px) {
  .part-select-modal__form {
    gap: 0.8rem;
  }
}
.part-select-modal__field {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-bottom: 0.2rem;
}
.part-select-modal__field--count {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.3rem;
}
.part-select-modal__field--count .part-select-modal__label {
  width: 100%;
  margin-bottom: 0;
}
.part-select-modal__field--count .part-select-modal__count-row {
  display: flex;
  align-items: center;
  gap: 0.3em;
}
.part-select-modal__field--count .part-select-modal__input {
  width: 10em;
  margin-right: 0;
}
.part-select-modal__field--count .part-select-modal__unit {
  margin-left: 0.2em;
  font-size: 1rem;
  color: #333;
}
@media (max-width: 600px) {
  .part-select-modal__field {
    gap: 0.2rem;
  }
}
.part-select-modal__label {
  display: flex;
  align-items: center;
  gap: 0.4em;
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.1rem;
  align-items: center;
}
@media (max-width: 600px) {
  .part-select-modal__label {
    font-size: 0.95rem;
  }
}
.part-select-modal__required {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #e60012;
  font-size: 0.75em;
  border: 1px solid #e60012;
  border-radius: 3px;
  padding: 0 6px;
  font-weight: 700;
}
.part-select-modal__optional {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #3baf7e;
  font-size: 0.75em;
  border: 1px solid #3baf7e;
  border-radius: 3px;
  padding: 0 6px;
  font-weight: 700;
}
.part-select-modal__select, .part-select-modal__input, .part-select-modal__textarea {
  border: 1.5px solid #333;
  border-radius: 3px;
  background: #fff;
  font-size: 1rem;
  color: #333;
  padding: 0.6rem 0.5rem;
  outline: none;
  box-sizing: border-box;
  width: 100%;
  transition: border 0.2s;
}
.part-select-modal__select:focus, .part-select-modal__input:focus, .part-select-modal__textarea:focus {
  border: 1.5px solid #004898;
}
.part-select-modal__select::-moz-placeholder, .part-select-modal__input::-moz-placeholder, .part-select-modal__textarea::-moz-placeholder {
  color: #b0b0b0;
  font-size: 0.9rem;
}
.part-select-modal__select::placeholder, .part-select-modal__input::placeholder, .part-select-modal__textarea::placeholder {
  color: #b0b0b0;
  font-size: 0.9rem;
}
@media (max-width: 600px) {
  .part-select-modal__select, .part-select-modal__input, .part-select-modal__textarea {
    font-size: 1rem;
    padding: 0.5rem 0.7rem;
  }
}
.part-select-modal__textarea {
  min-height: 80px;
  resize: vertical;
}
.part-select-modal__upload {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
}
.part-select-modal__upload-box {
  border: 2px solid #ff9500;
  background: #fff9f2;
  border-radius: 8px;
  padding: 1.1em 1em 1.2em 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  display: flex;
  flex-direction: column;
  gap: 0.7em;
}
@media (max-width: 600px) {
  .part-select-modal__upload-box {
    padding: 0.7em 0.5em 0.8em 0.5em;
    border-radius: 8px;
  }
}
.part-select-modal__quick-row {
  display: flex;
  align-items: flex-start;
  gap: 1.2em;
  margin-bottom: 0.2em;
}
@media (max-width: 600px) {
  .part-select-modal__quick-row {
    flex-direction: column;
    gap: 0.7em;
  }
}
.part-select-modal__quick-logo-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 80px;
  margin-top: 0.1em;
  gap: 0.2em;
}
@media (max-width: 600px) {
  .part-select-modal__quick-logo-block {
    flex-direction: row;
    align-items: center;
    gap: 0.5em;
    min-width: 0;
    margin-bottom: 0.2em;
  }
}
.part-select-modal__quick-logo {
  width: 32px;
  height: 32px;
  margin-bottom: 0.1em;
}
@media (max-width: 600px) {
  .part-select-modal__quick-logo {
    width: 28px;
    height: 28px;
  }
}
.part-select-modal__quick-label {
  color: #ff9500;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.01em;
  margin-left: 0.1em;
  margin-top: 0.1em;
  font-family: inherit;
}
@media (max-width: 600px) {
  .part-select-modal__quick-label {
    font-size: 1rem;
    margin-top: 0;
  }
}
.part-select-modal__quick-message-block {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  gap: 0.2em;
}
.part-select-modal__quick-message {
  font-size: 1.35rem;
  font-weight: 700;
  color: #222;
  margin: 0 0 0.1em 0;
  line-height: 1.4;
}
@media (max-width: 600px) {
  .part-select-modal__quick-message {
    font-size: 1.1rem;
  }
}
.part-select-modal__quick-main {
  font-size: 1.35rem;
  font-weight: 700;
  color: #222;
  background: none;
}
@media (max-width: 600px) {
  .part-select-modal__quick-main {
    font-size: 1.1rem;
  }
}
.part-select-modal__quick-accent {
  color: #ff9500;
  background: #fff3d9;
  font-weight: 700;
  font-size: 1.1em;
  padding: 0 0.1em;
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  box-shadow: 0 2px 0 #ffe3a3;
}
.part-select-modal__quick-note {
  font-size: 0.98rem;
  color: #707070;
  margin: 0.2em 0 0 0;
  line-height: 1.5;
}
.part-select-modal__upload-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #222;
  font-weight: 700;
  border: 2px solid #222;
  border-radius: 6px;
  padding: 0.7em 1.2em;
  font-size: 1rem;
  cursor: pointer;
  margin: 0.7em 0 0.5em 0;
  transition: background 0.2s, border 0.2s;
  gap: 0.5em;
}
.part-select-modal__upload-btn:hover, .part-select-modal__upload-btn:focus {
  background: #f7f7f7;
  border: 2px solid #004898;
  outline: none;
}
@media (max-width: 600px) {
  .part-select-modal__upload-btn {
    font-size: 0.95rem;
    padding: 0.5em 1em;
  }
}
.part-select-modal__upload-btn-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.3em;
}
.part-select-modal__accordion {
  margin-top: 0.7em;
  border-top: 1.5px solid #222;
  padding-top: 0.5em;
}
.part-select-modal__accordion-summary {
  font-size: 1rem;
  font-weight: 700;
  color: #222;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.3em;
  outline: none;
  padding: 0.2em 0;
  transition: color 0.2s;
}
.part-select-modal__accordion-summary::-webkit-details-marker {
  display: none;
}
.part-select-modal__accordion[open] .part-select-modal__accordion-summary::after {
  transform: rotate(-180deg);
}
.part-select-modal__accordion-content {
  margin-top: 0.5em;
  font-size: 0.95rem;
  color: #222;
  padding-left: 1.2em;
}
.part-select-modal__history-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: initial !important;
  color: #144492 !important;
  font-size: 1rem;
  border: none;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  background: none;
}
.part-select-modal__history-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #144492;
  border-radius: 50%;
  color: #144492;
  font-size: 1em;
  margin-right: 0.3em;
}
.part-select-modal__actions {
  margin-top: 1.2em;
}
.part-select-modal__action-btn {
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  min-width: 0;
  flex-shrink: 1;
  transition: background 0.2s, color 0.2s, border 0.2s;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  margin-bottom: 10px;
}
.part-select-modal__action-btn--close {
  background: #fff !important;
  color: #144492;
  border: 2px solid #144492;
  flex-basis: 30%;
  max-width: 40%;
}
.part-select-modal__action-btn:hover {
  background: #ddd;
  color: #000;
}
.part-select-modal__action-btn--next {
  background: #144492;
  color: #fff;
  flex-basis: 70%;
  max-width: 100%;
}

.form__img-section {
  font-size: 1rem;
}
.form__img-wrap {
  border: 2px solid #FF9500;
  background: #FFF9F2;
  border-radius: 6px;
  padding: 1.2rem 0.5rem 1rem 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.form__img-wrap--franchise {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.form__merit {
  display: flex;
  align-items: flex-start;
}
.form__merit-logo {
  width: 100px;
  height: auto;
  flex-shrink: 0;
}
.form__merit-label {
  color: #FF9500;
  font-weight: 700;
  font-size: 1.1rem;
  margin-top: 0.5em;
  margin-bottom: 0.2em;
  display: block;
}
.form__merit-text {
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.3;
  color: #222;
  margin: 0;
}
.form__merit-strong {
  color: #FF9500;
  background: linear-gradient(transparent 70%, #FFEB3B 70%);
  font-weight: 700;
  font-size: 1.1em;
  padding: 0 0.1em;
  border-radius: 2px;
}
.form__merit-description {
  display: block;
  margin-top: 0.7em;
  font-size: 0.8rem;
  color: #707070;
  font-weight: 400;
  line-height: 1.6;
}
.form__file-upload {
  margin: 0 auto 0 auto;
  padding: 0.7rem 0;
  color: #222;
  background: #fff;
  cursor: pointer;
  border: 2px solid #222;
  border-radius: 4px;
  display: flex;
  max-width: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  gap: 1rem;
  transition: border 0.2s, background 0.2s;
}
.form__file-upload input[type=file] {
  display: none;
}
.form__file-upload img {
  width: 1.5rem;
  height: 2.5rem;
}
.form__img-section details {
  border-top: 2px solid #222;
}
.form__img-section summary {
  font-size: 1rem;
  font-weight: 700;
  color: #222;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  outline: none;
  padding: 0.5em 0;
  transition: color 0.2s;
}
.form__img-section .form__img-points {
  margin-top: 0.7em;
  font-size: 1.1rem;
  color: #222;
  padding-left: 1.2em;
}
@media (max-width: 600px) {
  .form .form__img-wrap {
    padding: 1.2rem 0.5rem 1rem 0.5rem;
    border-radius: 6px;
  }
  .form .form__merit-logo {
    width: 80px;
  }
  .form .form__merit-text {
    font-size: 1.1rem;
  }
  .form .form__file-upload {
    font-size: 1rem;
    padding: 0.7rem 0;
  }
  .form .form__file-upload img {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
  }
  .form .form__img-section {
    font-size: 0.95rem;
  }
}
.form__img-accordion {
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
  background: transparent;
  padding: 0;
}
.form__img-accordion-summary {
  font-size: 1.2rem;
  font-weight: 700;
  color: #222;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  outline: none;
  padding: 0.5em 0;
  transition: color 0.2s;
  border: none;
  background: transparent;
}
@media (max-width: 600px) {
  .form__img-accordion-summary {
    font-size: 1rem;
    padding: 0.8rem 0 0.8rem 0;
  }
}
.form__img-accordion-arrow {
  font-family: "Material Icons";
  font-size: 1.3em;
  color: #000;
  margin-left: 0.5em;
  transition: transform 0.2s;
  display: inline-block;
}
@media (max-width: 600px) {
  .form__img-accordion-arrow {
    font-size: 1em;
  }
}
.form__img-accordion[open] .form__img-accordion-arrow {
  transform: rotate(-180deg);
}
.form__img-accordion-list {
  list-style: none;
  margin: 0;
  padding: 0 0 1.2rem 0;
}
.form__img-accordion-item {
  margin: 0;
  padding: 0;
}
.form__img-accordion-link {
  width: 100%;
  background: none;
  border: none;
  color: #144492;
  font-size: 1.1rem;
  font-weight: 400;
  text-align: left;
  padding: 1.1rem 0 1.1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: color 0.2s;
}
@media (max-width: 600px) {
  .form__img-accordion-link {
    font-size: 1rem;
    padding: 0.7rem 0 0.7rem 0;
  }
}
.form__img-accordion-link:hover, .form__img-accordion-link:focus {
  color: #003366;
  outline: none;
}
.form__attention.attention-text.not-mandatory {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #3baf7e;
  border: 1px solid #3baf7e;
  height: 20px;
  border-radius: 3px;
  font-size: 0.75em;
  padding: 0 6px;
  font-weight: 700;
  margin-left: 0.5em;
  line-height: 1.5;
}

.category-list {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
  margin: 1.2rem 0 1.5rem 0;
  padding: 0;
  list-style: none;
}
.category-list__btn {
  width: 100%;
  background: transparent !important;
  border: none;
  color: #144492;
  font-size: 1rem;
  font-weight: 400;
  padding: 0 0 0.2em 0;
  text-align: left;
  cursor: pointer;
  outline: none;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.7em;
  box-shadow: none;
  border-radius: 0;
  transition: color 0.2s, -webkit-text-decoration 0.2s;
  transition: color 0.2s, text-decoration 0.2s;
  transition: color 0.2s, text-decoration 0.2s, -webkit-text-decoration 0.2s;
}
button.category-list__btn:hover {
  background: transparent !important;
}
.category-list__btn[aria-expanded=true] .category-list__arrow {
  transform: rotate(0deg);
}
.category-list__arrow {
  font-family: "Material Icons";
  font-size: 1.3em;
  color: #144492;
  margin-left: auto;
  transition: transform 0.2s;
  display: inline-block;
}
@media (max-width: 600px) {
  .category-list {
    gap: 1.2rem;
  }
  .category-list__btn {
    font-size: 1rem;
    padding: 0 0 0.2em 0;
  }
  .category-list__btn[aria-expanded=true] .category-list__arrow {
    transform: rotate(0deg);
  }
}
.category-list .category-accordion {
  background: transparent;
  border: none;
  margin-top: 0.7rem;
  display: block;
  text-align: center;
  animation: fadeInAccordion 0.25s;
}
.category-list .category-accordion[hidden] {
  display: none;
}
.category-list .category-accordion__img {
  width: 75%;
  height: auto;
  box-shadow: 0 2px 8px rgba(20, 68, 146, 0.08);
}
@media screen and (max-width: 1020px) {
  .category-list .category-accordion__img {
	width: 100%;
  }
}
@media (max-width: 600px) {
  .category-list .category-accordion {
    padding: 0 0 0 0.1rem;
  }
}

@keyframes fadeInAccordion {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
