@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

body {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	color: #000;
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, sans-serif;
	font-weight: normal;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	overflow-x: hidden;
}

.resp_pc {
	display: block !important;
}

.resp_mobile {
	display: none !important;
}

.radio {
	position: absolute;
	opacity: 0;
	margin: 0;
	visibility: hidden;
	width: 0;
}

#container {
	line-height: 1.5;

}

input:focus {
	border: 1px solid #a4afb7;
	color: #4d4f5c;
}

img {
	width: 100%;
}

.imagebox_banner {
	display:flex;
	text-align: center;
	margin-top: 2%;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
}

.imagebox_banner > a:nth-of-type(1) {
	display: block;
	margin: 0 0 30px;
}

.imagebox_banner_in {
	text-align: center;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.img_icon {
	width: 88px;
	height: 88px;
	margin-left: 70%;
	margin-bottom: 5%;
}

h4 span {
	font-size: 12px;
	font-weight: 300;
	padding-left: 10px;

}

.radiosel {
	position: relative;
	display: inline-block;
}

.radiosel label span {
	display: block;
}

.radiosel label {
	display: inline-block;
	background: #fff;
	border: 1px solid #d7dae2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #000;
	padding: 7px 10px;
	text-align: center;
	font-size: 12px;
	cursor: pointer !important;
}

.radiosel2 {
	display: block;
	width: 100%;
	border-bottom: 1px solid rgba(219, 219, 219, 0.56);
	/*	padding-bottom: 8px;*/
}

.radiosel2:last-child {
	border-bottom: none;

}

.radiosel2 label:not(.btndisable) {
	cursor: pointer !important;
}

.radiosel label:not(.btndisable):hover,
.radiosel2 label:not(.btndisable):hover {
	opacity: .7;
}

.radiosel3 input label:not(.btndisable):hover,
.radiosel4 input label:not(.btndisable):hover {
	opacity: .8;
}

.radiosel input[type="radio"]:checked + label {
	background: #003e7a;
	border: 1px solid #003e7a;
	color: #fff;
}

.radiosel2 input[type="radio"]:checked + label {
	color: #094ac6;
}


/* ★★★ ここから修正 ★★★ */
.radiosel3 {
	width: calc(97% / 2); /* ご要望の幅を指定 */
	margin-bottom: 30px;
    position: relative; /* ラジオボタンの位置決めの基点 */
}

.radiosel3 label {
	display: flex;
    flex-direction: column;
    height: 100%; /* 親要素の高さいっぱいに広げる */
	cursor: pointer;
	padding-left: 25px; /* ラジオボタンのスペースを確保 */
}

  .set_title {
            font-size: 1.2rem;
            font-weight: bold;
            color: #333;
            padding: 0.5em 0 0.5em 1em;
            border-left: 6px solid #005bac; /* アクセントカラー */
            background-color: #f4f8fa; /* 薄い背景色 */
            margin-top: 30px;
            margin-bottom: 20px;
            border-radius: 4px;
        }
        /* 1つ目のタイトルだけ上のマージンを調整 */
        .heroestimate_elm.evnt_2 + .set_title {
            margin-top: 20px;
        }

/* ラジオボタンを可視化し、左側に配置 */
.radiosel3 input[type="radio"] {
    position: absolute;
    opacity: 1;
    visibility: visible;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0.2em; /* テキストの高さと合わせる */
    margin: 0;
    cursor: pointer;
}

/* 決済端末のタイトルと詳細ボタンを横並びにするためのラッパースタイル */
.title-wrapper {
    display: flex;
    justify-content: space-between; /* 両端に配置 */
    align-items: center; /* 上下中央揃え */
    margin-bottom: 10px; /* imageboxとの間に余白を追加 */
}

.title-wrapper .title3 {
    margin: 0; /* pタグのデフォルトマージンをリセット */
}

.title-wrapper .help {
    flex-shrink: 0; /* ボタンが縮まないようにする */
}
/* ★★★ ここまで修正 ★★★ */


/* 選択されたアイテムのスタイル */
.radiosel3 input[type="radio"]:checked + label .imagebox {
	border: 3px solid #003e7a !important;
}

.bold {
	font-weight: 600 !important;
}

/* 選択されたアイテムのテキストカラー */
.radiosel3 input[type="radio"]:checked + label p {
	color: #094ac6;
}

.radiosel4 input[type="radio"]:checked + p {
	color: #094ac6;
}

.radiosel4::has(.btndisable) {
	cursor: default;
}

.radiosel4 {
	width: calc(97%/3);
	display: inline-grid;
}

.radiosel3 label:not(.btndisable):hover,
.radiosel4 label:not(.btndisable):hover {
	opacity: .7;
	cursor: pointer;
}

.btnbase {
	display: block;
	color: #fff;
	background: #003e7a;
	border: 1px solid #003e7a;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	text-decoration: none;
	width: 80%;
}

.btnbase:hover {
	background: #1fc2c1;
	border: 1px solid #1fc2c1;
	color: #003e7a;
	transition: 1s;
}

.btndisable {
	opacity: 0.2;
	cursor: default !importnant;
	flex-direction: column;
	display: block;
}

#lbl_14 {
	background: #fff;
	color: #000;
}

/*
.btndisable{
	cursor: default!important;
display: block;}
*/
/*
.btndisable img{opacity: .5}
*/
.heroestimate_inner {
	position: relative;
	margin: 0 auto;
	padding: 40px 0;
	padding-right: 300px;
	width: 100%;
	max-width: 1000px;
}

.heroestimate_box {
	padding: 0 0 10px 0 !important;
	width: 100%;
}

.heroestimate_box_top {
	padding-top: 20px;
}

.heroestimate_elm2 {
	font-size: 18px;
	line-height: 20px;
	margin-left: 10px;
}

.heroestimate_act > div:first-child {
	margin-left: auto;
}

.heroestimate_elm {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
}

.heroestimate_elm2 {
	display: flex;
	/*	width: 100%;*/
	flex-direction: column;
	padding-top: 10px;
	line-height: 30px;
}

.heroestimate_elm > div {
	margin-right: 10px;
}

.heroestimate_fix {
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/*	margin: 30px 10px;*/
	padding: 50px 20px 10px 20px;
	width: 300px;
	z-index: 1;
	overflow-y: auto; /* ★修正: scrollからautoへ変更 */
	max-height: calc(100vh - 40px); /* ★追加: 高さをビューポート基準で制限 */
}

.panel-fixed {
	position: fixed;
    top: 20px;
    /* ★修正: スクロールバーの幅を考慮して右端の位置を微調整 */
    right: max(0px, calc((100vw - 1000px) / 2 - 8px));
}


.pfix2 {
	bottom: 0;
	top: auto;
	right: 0;
}

.bcpos {
	display: flex;
	flex-direction: column;
}

.list {
	display: inline;
}

/*
.rearegi.radiosel2:last-child {
	border-bottom: none;
}
*/
.btndisable:hover {
	opacity: .2;
}

.heroestimate_elm3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
    align-items: stretch; /* ★追加: flexアイテムの高さを揃える */
}

.imagebox {
	margin-top: 10px;
	border: 1px solid #c6c6c6;
	border-radius: 10px;
	padding: 10px;
    flex-grow: 1; /* ★追加: ボックスが親要素の高さまで伸びるようにする */
    display: flex;
    flex-direction: column;
}

.imagebox .img1 {
	max-height: 140px;
	object-fit: contain;
	padding-bottom: 10px;
	display: flex;
	height: 140px;
}

.imagebox .img2 {
	max-height: 110px;
	object-fit: contain;
	padding-bottom: 10px;
	display: flex;
}

.imagebox .img3 {
	max-height: 120px;
	object-fit: contain;
	padding-bottom: 10px;
	display: flex;
}

.imagebox .img_s {
	max-height: 110px;
	object-fit: contain;
	padding-bottom: 20px;
	padding-top: 3%;
	display: flex;
}

.imagebox .blank {
	height: 164px;
	display: block;
}

.price {
	font-weight: 600;
	font-size: 120%;
	text-align: right;
    margin-top: auto; /* ★追加: 価格をボックスの下部に配置 */
}

.price br {
	display: none;
}

.price span {
	font-size: 80%;
	padding-left: 6px !important;
	color: #8d8d8d !important;
	font-weight: 300;
	padding-bottom: 2px;
}

.table {
	display: inline-flex;
	width: 96%;
	padding-left: 10px;
	font-size: 13px;
}

.productlogo img {
	max-width: 104px;
	height: 20px;
	object-fit: contain;
	vertical-align: middle;
	display: inline-table;

}

.table div:first-child {
	display: flex;
	width: 20%;
}

.table div:nth-child(2) {
	display: flex;
	width: 40%;
}

.table div:nth-child(3) {
	display: flex;
	width: 53%;
}

#gen_attention {
	padding-left: 30px;
	color: #d00f0f;
	font-size: 11px;
	margin-top: 20px !important;
	line-height: 18px;
	margin-bottom: 10px;
}

.radiosel2 .attention {
	padding-left: 30px;
	color: #d00f0f;
	font-size: 11px;
	margin-top: -5px !important;
	line-height: 18px;
	margin-bottom: 10px;
}

.radiosel2 .attention br {
	display: none;
}

.table2 {
	display: inline-flex;
	width: 96%;
	padding-left: 10px;
	font-size: 12px;
}

.table2 div:first-child {
	/* display: flex; */
	width: 30%;
}

.table2 div:nth-child(2) {
	display: flex;
	width: 20%;
}

.table2 div:nth-child(3) {
	display: flex;
	width: 50%;
}

.heroestimate_fix_txt {
	background: #003e7a;
	border: 1px solid #003e7a;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	color: #fff;
	font-size: 18px;
	line-height: 36px;
	margin-top: 10px;
	text-align: center;
}

.heroestimate_fix_txt_hj {
	background: #3b287a;
	border: 1px solid #3b287a;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	color: #fff;
	font-size: 18px;
	line-height: 36px;
	margin-top: 10px;
	text-align: center;
}

.heroestimate_fix_txt_jh {
	background: royalblue;
	border: 1px solid royalblue;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	color: #fff;
	font-size: 18px;
	line-height: 36px;
	margin-top: 10px;
	text-align: center;
}

.heroestimate_fix_box {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border: 1px solid #003e7a;
	color: #333;
	line-height: 30px;
	padding: 6px 10px;
}

.heroestimate_fix_box > div:first-child {
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 25px;
	color: black;
}

.heroestimate_fix_box > div:last-child {
	font-size: 18px;
	padding-left: 5px;
}

.heroestimate_fix_box_hj {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border: 1px solid #003e7a;
	color: #333;
	line-height: 30px;
	padding: 6px 10px;
}

.heroestimate_fix_box_jh {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border: 1px solid #003e7a;
	color: #333;
	line-height: 30px;
	padding: 6px 10px;
}

.heroestimate_fix_box_jh > div:first-child {
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: royalblue;
}

.heroestimate_fix_box_jh > div:last-child {
	font-size: 18px;
	padding-left: 5px;
	font-weight: normal;
}

.heroestimate_fix_box_hj > div:first-child {
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 25px;
	color: #800000;
}

.heroestimate_fix_box_hj > div:last-child {
	font-size: 18px;
	padding-left: 5px;
}

#meisai .m1 div,
#meisai .m2 div,
#meisai .m3 div,
#meisai .m4 div,
#meisai .m5 div,
#meisai .m6 div,
#meisai .m7 div,
#meisai .m8 div,
#meisai .m9 div,
#meisai .m10 div,
#meisai .m11 div,
#meisai .m12 div,
#meisai .m13 div,
#meisai .m14 div,
#meisai .m15 div,
#meisai .m16 div,
#meisai .m17 div {
	display: flex;
	font-size: 11px;
	line-height: 12px;
}

#meisai .m2 div div:first-child,
#meisai .m3 div div:first-child,
#meisai .m5 div div:first-child,
#meisai .m6 div div:first-child,
#meisai .m7 div div:first-child,
#meisai .m8 div div:first-child,
#meisai .m10 div div:first-child,
#meisai .m11 div div:first-child,
#meisai .m12 div div:first-child,
#meisai .m13 div div:first-child,
#meisai .m14 div div:first-child,
#meisai .m15 div div:first-child {
	width: 50%;
	display: flex;
}

.sbsc {
	width: 100% !important;
	padding-top: 5px;
}

#meisai h3 {
	background: #f0f0f0;
	color: #234962;
	font-weight: 500;
	padding: 4px 5px;
	margin: 8px 0;
	font-size: 12px
}

.radiosel img {
	width: 200px;
}

.help {
	border: 1px solid #3d55b6;
	padding: 2px 3px;
	border-radius: 3px;
	margin-left: 5px;
	color: #3d55b6;
}

.help:hover {
	opacity: 1;
	background: #e5feff;
}

/*
.radiosel img {
    position: absolute;
    top: -100px;
    right: -60px;
    display: none;
    width: 120px;
    z-index: 1;
}
*/
/*
.radiosel:hover img {
    display: block;
    transition: 2s;
}
*/
h3.title {
	background: #e9f0f7;
	color: #074369;
	padding: 5px 5px;
	font-size: 16px;
}

.title2 {
	display: flex;
	font-weight: 500;
	font-size: 13px;
	background: rgba(240, 240, 240, 0.81);
	padding: 5px 5px;
	padding-left: 20px;
	text-indent: -15px;
	list-style-type: disc;
	list-style-position: inside;

}

.title2 h4 {
	font-size: 12px;
	font-weight: 500;
	width: 165px;
}


.title2 h4::before {
	content: "■";
	padding-right: 4px;
	color: #646464;
}

.title2 div {
	width: 70%
}

.title2 span {
	font-size: 12px;
}


h5 {
	background: #ededed;
	padding: 2px 5px;
	font-weight: 400;
	margin-top: 5px;
}

.set ul {
	margin-top: 10px;
}

.set li {
	font-size: 12px;
	list-style: inside;
}

.plus::before {
	content: "+";
	padding-right: 4px;
}

.wd1 {
	width: 80% !important;
}

.textarea input {
	width: 100%;
	padding: 8px;
	margin: 15px 0 20px 0;
}

.fancybox__content {
	max-width: 1010px;
}


.fancybox__content h4 {
	font-size: 13px;
	font-weight: 300;
	margin: 8px 0 10px;

}

.hojyo_red {
	color: #800000;
	font-weight: normal;
	/*white-space:nowrap;*/
	display: block;
}

.hojyo_blue {
	color: royalblue;
	font-weight: normal;
	/*white-space:nowrap;*/
	display: block;
}

.hojyo_blue_small {
	color: royalblue;
	font-size: small;
	font-weight: normal;
	/*white-space:nowrap;*/
	display: block;
}

.hojyo_memo {
	width: 100%;
}

.setmeter_hj {
	color: #800000;
}

.heroestimate_fix {
	height: auto;
}

.description_small {
	color: darkslategray;
	font-size: small;
	font-weight: normal;
	/*white-space:nowrap;*/
	display: block;
}

.description_x_small {
	color: darkslategray;
	font-size: x-small;
	font-weight: normal;
	/*white-space:nowrap;*/
	display: block;
}

.nval {
	font-size: 12px;
	font-weight: normal;
}


/*tablet*/

.resp_pc {
	display: block !important;
	width:88%;
}

.resp_mobile {
	display: none !important;
}

@media screen and (max-width:955px) {
	.radiosel2 .attention br {
		display: block;
	}

	.radiosel label {
		margin-bottom: 5px;
	}

	.radiosel2 .attention {
		margin-top: 0px !important;
		padding-left: 10px;
	}

	.radiosel2 {
		width: 98%;
		display: flex;
	}

	.price {
		text-align: left;
	}

	.price br {
		display: block;
	}


	input[type="radio"] {
		width: 13px;
		height: 20px;
		top: 4px;
		position: relative;

	}

	.list {
		display: block;
		width: 100%;
	}

	element.style {
		padding-left: 11px;
	}

	.table {
		display: inline-flex;
		flex-wrap: wrap;
		width: 100%;
	}

	.table2 {
		display: inline-flex;
		flex-wrap: wrap;
		width: 94%;
	}

	.table div:first-child {
		display: inline;
		width: 35%;
	}

	.table div:nth-child(2) {
		display: inline;
		width: 50%;
	}

	.table div:nth-child(3) {
		display: inline;
		width: 50%;
	}

	.table div:nth-child(4) {
		display: inline;
		width: 10%;
	}

	.table2 div:first-child {
		display: inline;
		width: 45%;
	}

	.table2 div:nth-child(2) {
		display: inline;
		width: 50%;
	}

	.table2 div:nth-child(3) {
		display: inline;
		width: 100%;
	}

	.heroestimate_fix {
		height: 1024px;
	}

	.imagebox_banner {
		text-align: center;
		margin-top: 2%;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
}

/*************************************************************************************/
/*Sp Layout*/
/*************************************************************************************/
@media screen and (max-width:767px) {

	.resp_pc {
		display: none !important;
	}

	.resp_mobile {
		display: block !important;
	}

	.price {
		text-align: left;
	}

	.list {
		width: 100%;
	}

	.wd1 {
		width: 100% !important;
	}


	.productlogo img {
		max-width: 70px;
		height: 14px;
	}

	.title2 div {
		width: 50%;
	}

	.title2 span {
		font-size: 11px;
	}

	i.fas.fa-external-link-alt.fa-sm {
		font-size: 12px;
	}

	.radiosel4 {
		width: 85%;
		margin: auto;
		display: flex;
	}

	.heroestimate_inner {
		padding: 40px 0;
		padding-left: 0;
	}

	.heroestimate_box > div:first-child {
		font-size: 1.8rem;
		line-height: 2rem;
	}

	.heroestimate_fix {
		/* ★★★★★ スマホ表示用のスタイルをここに集約 ★★★★★ */
		display: block; /* display:flexを解除 */
		position: sticky;
		bottom: 0;
		top: auto !important;
		width: 100%;
		max-height: 26vh;
		overflow-y: auto; /* パネル内でスクロールを許可 */
		padding: 10px;
		margin: 0;
		border-radius: 0;
		border-top: 1px solid #ccc;
		background-color: rgba(255, 255, 255, 0.95); /* 半透明の背景色 */
		backdrop-filter: blur(4px); /* 背景をぼかす */
		-webkit-backdrop-filter: blur(4px);
		box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
		transition: 300ms;
	}

	.pfix3 {
		position: relative !important;
		max-height: inherit !important;
		border-bottom: none;
		box-shadow: none;
		height: 1100px;
	}

	.heroestimate_elm3 {
		display: block;
	}

	.radiosel3 {
		width: 85%;
		display: block;
		margin: 10px auto;
	}



	.imagebox .img2 {
		max-height: 90px;
	}

	.heroestimate_fix > div:first-child,
	.heroestimate_fix > div:last-child {
		width: auto; /* width指定を解除 */
		margin: 0;
	}

	.table {
		display: inline-flex;
		flex-wrap: wrap;
		width: 100%;
	}

	.table div:nth-child(2) {
		display: inline;
		width: 50%;
	}

	.table div:nth-child(3) {
		display: inline;
		width: 100%;
	}

	.imagebox_banner {
		text-align: center;
		margin-top: 2%;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		padding: 0 20px;
	}
}

@media screen and (max-width:599px) {
	.heroestimate_fix_txt {
		font-size: 1.6rem; /* 少し小さく調整 */
		line-height: 2.5rem;
	}

	.heroestimate_fix_box > div:first-child {
		font-size: 1.8rem; /* 少し小さく調整 */
	}

	.heroestimate_fix_box > div:last-child {
		font-size: 1.6rem; /* 少し小さく調整 */
		padding-left: 0.5rem;
	}

	.heroestimate_fix_box_hj > div:first-child {
		font-size: 1.8rem;
	}

	.heroestimate_fix_box_hj > div:last-child {
		font-size: 1.6rem;
		padding-left: 0.5rem;
	}

	.heroestimate_fix_box_jh > div:first-child {
		font-size: 1.8rem;
	}

	.heroestimate_fix_box_jh > div:last-child {
		font-size: 1.6rem;
		padding-left: 0.5rem;
	}

	.imagebox_banner {
		text-align: center;
		margin-top: 2%;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
}

/* ▼▼▼ 変更箇所 ▼▼▼ */
/* ボタンコンテナのスタイル */
.heroestimate_act.printbtn {
    display: flex;
    justify-content: space-between; /* ボタンを両端に配置 */
    align-items: center;
    width: 100%; /* コンテナの幅を100%に */
}

/* ★★★ 修正: 既存のスタイルを上書きしてボタンを正しく配置します ★★★ */
.heroestimate_act.printbtn > div:first-child {
    margin-left: 0;
}

.heroestimate_act.printbtn > div {
    width: 48%; /* ボタンのコンテナ幅を調整して隙間を広げる */
}

.heroestimate_act.printbtn .btnbase {
    width: 100%; /* ボタン自体の幅をコンテナに合わせる */
}

/* 「この内容で問い合わせる」ボタンのスタイル（オレンジ系） */
#actContact.btnbase {
    background: #ef8100;
    border-color: #ef8100;
}

#actContact.btnbase:hover {
    background: #d67300;
    border-color: #d67300;
    color: #fff;
}

/* 「印刷」ボタンのスタイルをグレー系に変更 */
.actprint.btnbase {
    background: #6c757d;
    border-color: #6c757d;
}

.actprint.btnbase:hover {
    background: #5a6268;
    border-color: #545b62;
    color: #fff;
}
/* ▲▲▲ 変更箇所 ▲▲▲ */
