 @charset 'utf-8';

.cont-w > .title{
	color: #00a95a;
	font-size: 5rem;
	text-align: center;
}
.cont-w > .title span{
	color: #555;
	font-size: 2rem;
	display: block;
	margin-top: -3px;
}
/* サブヘッダー //
////////////////////////////////////////////////////////////////////*/

#subheader {
    position: relative;
    height: 850px;
    overflow: hidden;
    background: #a6cefa;
}

#subheader > .mv_bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

#subheader > .mv_bg img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-width: 1920px;
    height: auto;
    min-height: 850px;
    max-width: none;
}
#subheader > .mv_front{
	height: 850px;
	position: absolute;
	left: 50%;
    transform: translateX(-50%) translateY(20px);
    opacity: 0;
    animation: mvFadeUp 0.8s ease 0.2s forwards;
}

@keyframes mvFadeUp {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}
#subheader h1 {
	text-shadow: 0 0 40px rgba(255, 255, 255, 1), 0 0 50px rgba(255, 255, 255, .8), 0 0 30px rgba(255, 255, 255, .7);
    font-size: 5.6rem;
    color: #00379b;
	font-weight: 700;
	font-family:"Noto Sans JP","Hiragino Sans","Yu Gothic",sans-serif;
	/* width: 930px; */
	height: 302px;
	margin: 65px 0 0;
    line-height: 1;
	display: block;
}
#subheader h1 .line {
    display: block;
	margin-bottom:20px;
}
#subheader h1 .line:nth-child(1) .blue {
	font-size:7.2rem ;
	font-feature-settings: "palt";
    letter-spacing: 0.18rem;
}
#subheader h1 .line:nth-child(2) .orange{
	color:#fe4c03 ;
	font-size:6.4rem ;
	font-feature-settings: "palt";
}
#subheader h1 .line:nth-child(2) .green{
	font-size: 6.6rem;
}
#subheader h1 span:nth-child(3) .blue{
	font-size: 7.2rem;
}
#subheader h1 span:nth-child(3)::after {
    content: "";
	display: block;
    background: url(/images/index/yellow-line.webp);
	width: 225px;
    height: 32px;
}
.kensu{
	display: flex;
	gap: 30px;
}
.kensu .kensu-box {
    background: #fff;
    width: 308px;
    height: 154px;
    border-radius: 20px;
    padding: 35px 20px;
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.2);
	display: flex;
}
.kensu .kensu-box:nth-child(1)  {
    gap: 20px;
}
.kensu .kensu-box:nth-child(2)  {
    gap: 30px;
}
.kensu .kensu-box .kensu-info p:nth-child(1) {
    color: #00379b;
    font-size: 2.2rem;
    font-weight: 700;
	margin-top: -8px;
}
.kensu .kensu-box .kensu-info p:nth-child(2) {
    color: #fe4c03;
    font-size: 5.4rem;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
	position: relative;
}
.kensu .kensu-box .kensu-info p:nth-child(2) span{
    color: #00379b;
    font-size: 2.2rem;
    font-weight: 700;
	position: absolute;
    bottom: 0;
    padding-left: 10px;
}

/* 査定フォーム ///
---------------------------------------------- */
#subheader form {
	margin-bottom: 30px;
    width: 100%;
    background-color: #f5f5f5;
    border: 6px solid #fff;
    border-radius: 24px;
    position: absolute;
    bottom: 0;
    height: 250px;
}
#subheader form::before{
	content: "";
	background: url(/images/index/mv_model.webp) no-repeat center;
    background-size: contain;
	width: 1100px;
    height: 792px;
    position: absolute;
    bottom: -60px;
    z-index: -1;
    right: -460px;
}
#subheader form .gradation-bg {
    padding: 20px 45px;
    background: linear-gradient(90deg, #01409d 0%, #01578f 20%, #026a82 40%, #018170 60%, #019762 80%, #00a95a 100%);
    border-radius: 18px 18px 0 0;
    height: 119px;
	display: flex;
    justify-content: space-between;
	position: relative;
}
#subheader form .gradation-bg:after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid #017679;
}
#subheader form .gradation-bg .title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    width: 194px;
	padding-top: 10px;
}
#subheader form .gradation-bg .title span {
    display: block;
	font-size: 1.8rem;
}
#subheader form .SyubetuJusyoc-list {
    display: flex;
	justify-content: space-evenly;
	border-left: 1px solid #fff;
	gap: 48px;
	padding-left: 60px;
	height: 80px;
}
#subheader form .SyubetuJusyoc-list label {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
	margin-left: -15px;
}
#subheader form .SyubetuJusyoc-list label span{
    width: 34px;
    height: 34px;
    background: #ffe400;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1;
    color: #333;
	margin-right: 10px;
}
#subheader form .example {
	font-size: 14px;
}
#subheader form th, #subheader form td {
	padding-bottom: 10px;
}
#subheader form th {
	padding-top: 4px;
	width: 120px;
	font-weight: bold;
	line-height: 36px;
	text-align: left;
}
#subheader form td {
	margin-left: auto;
	width: 250px;
	height: 40px;
}
#subheader form #shubetsu th,
#subheader form #shubetsu td {
	padding-bottom: 9px;
}
#subheader form #shubetsu td {
	white-space: nowrap;
}
#subheader form #shubetsu label {
	margin-right: 5px;
	padding-top: 6px;
	display: inline-block;
}
#subheader form input[type="text"],
#subheader form input[type="number"],
#subheader form select {
	box-sizing: border-box;
	padding: 0 22px;
	height: 48px;
	border: 1px solid #aaa;
	border-radius: 2px;
	font-size: 16px;
	font-family: inherit;
	-webkit-appearance: none;
	appearance: none;
}
#subheader form select {
	background-image: url(/images/common/arrow.webp);
	background-repeat: no-repeat;
	background-position: center right 15px;
	-moz-appearance: none;
	width: 234px;
	border-radius: 6px;
	color: #444;
    font-size: 1.6rem;
}

 #subheader form .submit{
	margin-top: 18px;
 }
#subheader form button[type="submit"] {
    width: 400px;
    height: 60px;
    border: none;
    outline: none;
    cursor: pointer;
    left: 67px;
    overflow: hidden;
    background: #00a95a;
    border-radius: 30px;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
	margin: auto;
}
#subheader form .submit p {
    font-size: 1.4rem;
    text-align: center;
	margin-top: 10px;
}

#satei-table3,
#satei-table2-eki,
#subheader form button[type="submit"] i,
#subheader form #th_manmei_txt:not(.hissu),
#subheader form #th_manmei_txt:not(.hissu) + td {
	display: none;
}
/* #subheader #tatemen_disp,
#subheader #tochimen_disp {
	margin-top: 5px;
	display: block;
	font-size: 13px;
	line-height: 1;
}
#subheader form #man_input small {
	display: block;
}
#subheader form #manmei_txt::placeholder {
	color: #999;
	font-size: 13px;
}
#subheader form :required {
	background-color: #ffebeb !important;
	border-color: #fd3535 !important;
}
#subheader #th_syozai3 span {
	margin-top: -5px;
	display: block;
	font-size: 12px;
	line-height: 1;
} */

/* クオカード//
////////////////////////////////////////////////////////////////////*/
#quocard > .cont-w a {
	margin: 60px auto;
	height: 240px;
	border:5px solid #99ddbd;
	background: #00a95a;
	border-radius:24px;
	display: flex;
    justify-content: space-between;
    padding: 25px 20px 10px 50px;
}
#quocard > .cont-w a .yen{
	font-weight: 900;
	font-family: 'Noto Sans JP', sans-serif;
}
#quocard > .cont-w a h2 {
	margin-bottom: 27px;
	margin-left: -4px;
	width: 379px;
	height: 181px;
}
#quocard > .cont-w a > .quocard-box .present {
    display: flex;
    justify-content: space-between;
	align-items: center;
}
#quocard > .cont-w a > .quocard-box .present .present-box{
	border-radius: 10px;
	background: #fff;
	width: 320px;
	height: 125px;
}
#quocard > .cont-w a > .quocard-box .present .present-box:first-of-type {
	margin-right: -5px;
}
#quocard > .cont-w a > .quocard-box .present .present-box:last-of-type {
	width: 340px;
}
#quocard > .cont-w a > .quocard-box .present .present-box .quocard-catch{
	border-radius: 10px 10px 0 0;
	background: #01409d;
	height: 50px;
	display: block;
	font-size: 2.2rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
    padding-top: 10px;
}
#quocard > .cont-w a > .quocard-box .present .present-box .quocard-catch .yellow{
	font-weight: 900;
}

#quocard > .cont-w a > .quocard-box .present .present-box .quocard-kingaku{
	padding: 0 0 0 23px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 75px;
}
#quocard > .cont-w a > .quocard-box .present .present-box:last-of-type .quocard-kingaku{
    padding-left: 27px;
	gap: 10px;
}
#quocard > .cont-w a > .quocard-box .present .present-box .quocard-kingaku .kingaku{
	font-size: 4rem;
	font-weight: 900;
    font-family: 'Lato', sans-serif;

}
#quocard > .cont-w a > .quocard-box .present .present-box:first-of-type .quocard-kingaku {
    gap: 10px;
}
#quocard > .cont-w a > .quocard-box .present .present-box .quocard-kingaku .yen{
	font-size: 2rem;
	padding-top: 15px;
	white-space: nowrap;
	padding-left: 5px;
}
#quocard > .cont-w a > .quocard-box p{
	width: 260px;
    line-height: 45px;
    border-radius: 22.5px;
    background: #ffe400;
    margin: 20px 210px 0;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.15rem;
}

/* 売却実績 //
////////////////////////////////////////////////////////////////////*/
#record {
	height: 897px;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}
#record > .record_bg {
    position: absolute;
	z-index: 0;
}
#record > .record_bg img {
    object-fit: cover;
    display: block;
}
#record > .cont-w{
	position: absolute;
	z-index: 1;
	left: 50%;
    transform: translateX(-50%);
    margin: 95px auto;
}
#record h2 {
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color:#555555;
}
#record h2::after {
	margin: 20px auto 0;
	width: 50px;
	height: 5px;
	border-radius: 2px;
	display: block;
	content: "";
	background: #00a95a;
}
#record h2 + p {
	margin: 35px 0 45px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    font-size: 2.2rem;
	color:#555555;
	font-feature-settings: "palt";
	line-height: 1;
}
#record h2 + p + span {
    color: #d1efe1;
    font-size: 12rem;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
	text-align: center;
    margin: auto;
    display: block;
	line-height: 1;
}
#record .scroll_loop-record {
    margin-top: -3px;
}
#record .wrap_loop-record {
	display: flex;
    justify-content: space-between;
}
#record .loop-record {
	width: 270px;
	height: 284px;
	background-color: #fff;
	box-shadow: 0 0 20px 5px rgba(8, 135, 71, 0.2);
	border-radius: 15px;
}
#record .loop-record > a {
	box-sizing: border-box;
	display: block;
	text-align: justify;
}
#record .loop-record .photo {
	border-radius: 15px 15px 0 0;
    height: 180px;
	background-color: #efefef;
	overflow: hidden;
}
#record .loop-record .photo img {
	max-width: none;
	height: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	pointer-events: none;
	backface-visibility: hidden;
	vertical-align: unset;
}
#record .loop-record .meta {
    padding: 10px 15px;
}
#record .loop-record .meta .baikyaku-date {
    font-size: 1.3rem;
    margin-bottom: 2px;
}
#record .loop-record .meta .meta-upper {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    color: #444444;
    font-size: 1.6rem;
    font-weight: 500;
}
#record .loop-record .meta .meta-lower{
	display: flex;
    justify-content: flex-start;
    gap: 10px;
	align-items: center;
}
#record .loop-record .meta .meta-lower .satei-tag {
    background: #00a95a;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    width: 70px;
    height: 28px;
    border-radius: 2px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
#record .loop-record .meta .meta-lower .price {
    color: #00a95a;
    font-size: 3.6rem;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
}
#record .loop-record .meta .meta-lower .price .yen{
	font-size: 2rem;
}
/* ボロボロでもOK・ご相談だけでもOK・そのままでもOK //
////////////////////////////////////////////////////////////////////*/
#appeal {
	height: 690px;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}
#appeal > .appeal_bg {
    position: absolute;
	z-index: 0;
	height: 690px;
}
#appeal > .appeal_bg img {
    object-fit: cover;
    display: block;
}
#appeal > .cont-w{
	position: absolute;
	z-index: 1;
	left: 50%;
    transform: translateX(-50%);
    margin: 78px auto;
}
#appeal h2 {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color:#fff;
	margin-bottom: 82px;
}
#appeal h2 .yellow{
	font-size: 4rem;
}
#appeal h2 .ok{
	font-size: 4rem;
}
#appeal .apeal-images {
	display: flex;
	justify-content: space-between;
}
#appeal .apeal-images img {
    aspect-ratio: 373 / 249;
    border-radius: 20px;
	box-shadow: 0 0 10px 10px rgba(8, 135, 71, 0.8);
}
#appeal .appeal-catch {
	display: flex;
	justify-content: center;
	align-items: baseline;
	color: #fff;
	font-size: 72px;
	font-weight: 500;
	margin-top: 35px;
}
#appeal .appeal-catch em {
	display: inline-block;
	font-size: 1.15em;
	font-feature-settings: "palt";
	letter-spacing: 0.15em;
	margin-right: 15px;
}

/* LIFUKUが選ばれる理由 //
////////////////////////////////////////////////////////////////////*/
#reasons {
	height: 1187px;
	position: relative;
	overflow: hidden;
}
#reasons > .reasons_bg {
    position: absolute;
	z-index: 0;
	height: 1187px;
}
#reasons > .reasons_bg img {
    object-fit: cover;
    display: block;
}
#reasons > .cont-w{
	position: absolute;
	z-index: 1;
	left: 50%;
    transform: translateX(-50%);
    margin: 87px auto;
}
#reasons h2 {
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #555555;
    margin-bottom: 82px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    width: 620px;
    margin: 0 auto 102px;
}
#reasons .reason ul{
	display: flex;
	justify-content: center;
	gap: 60px;
	flex-wrap: wrap;
}
#reasons .reason ul li{
    width: 358px;
    height: 312px;
    background: #fff;
    border: 4px solid #00a95a;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    position: relative;
    font-size: 2.2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding-top: 40px;
    font-weight: 700;
    gap: 8px;
}
#reasons .reason ul li::after{
    content: "";
	display: block;
	width: 208px;
    height: 49px;
	top:-26px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
}
#reasons .reason ul li:nth-child(1)::after{
    background: url(/images/index/reason1.webp);
}
#reasons .reason ul li:nth-child(2)::after{
    background: url(/images/index/reason2.webp);
}
#reasons .reason ul li:nth-child(3)::after{
    background: url(/images/index/reason3.webp);
}
#reasons .reason ul li:nth-child(4)::after{
    background: url(/images/index/reason4.webp);
}
#reasons .reason ul li:nth-child(5)::after{
    background: url(/images/index/reason5.webp);
}
#reasons .reason ul li:nth-child(1) img,
#reasons .reason ul li:nth-child(2) img,
#reasons .reason ul li:nth-child(5) img {
    margin-bottom: 15px;
}
#reasons .btn-r {
    margin-top: 95px;
}
/* STAFF  //
////////////////////////////////////////////////////////////////////*/
#member{
	background: #e6f6ee;
}
#member > .cont-w{
	padding: 60px 0 80px;
	text-align: center;
}

#member > .cont-w > .title + p{
	font-size: 2rem;
	text-align: center;
	margin: 12px auto 65px;
}
#member .hitobox{
	display: flex;
    flex-wrap: wrap;
	gap: 30px;
}
#member .hd{
	color: #00a95a;
	font-size: 24px;
	text-align: left;
	padding: 6px 20px 1px;
	font-weight: 700;
}
#member .ruby{
	font-size: 14px;
	color: #999;
	padding: 0 0 10px 20px;
}
#member .hitobox a{
	display: none;
}
#member .hitobox a:has(.on) {
	position: relative;
    display: block;
	background: #fff;
    width: 276px;
    border-radius: 16px;
    height: 277px;
	padding:10px;
	box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
}
#member .hitobox .store{
	color: #fff;
	font-size: 18px;
	background-color: #00a95a;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 3px 20px 4px;
	position: absolute;
	top: 10px;
    left: 10px;
	font-weight: 500;
}
#member .hito .pic{
	width: 256px;
    height: 193px;
}
#member .hito .pic img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
#member .btn-r {
    margin: 60px auto 0px;
}

/*  VOICE //
////////////////////////////////////////////////////////////////////*/
#voice {
	height: 807px;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}
#voice > .voice_bg {
    position: absolute;
	z-index: 0;
}
#voice > .voice_bg img {
    object-fit: cover;
    display: block;
}
#voice > .cont-w{
	position: absolute;
	z-index: 1;
	left: 50%;
    transform: translateX(-50%);
    margin: 60px auto;
}

#voice .scroll_loop-voice {
    margin-top: 65px;
}
#voice .wrap_loop-voice {
	display: flex;
    justify-content: space-between;
}
#voice .loop-voice {
    width: 263px;
    height: auto;
}

#voice .loop-voice > a {
	box-sizing: border-box;
	display: block;
	text-align: justify;
}
#voice .loop-voice .photo {
    height: 176px;
	background-color: #efefef;
}
#voice .loop-voice .photo img {
	width: 100%;
	max-width: none;
	height: 100%;
	pointer-events: none;
	backface-visibility: hidden;
	vertical-align: unset;
	object-fit: cover;
}
#voice .loop-voice .meta {
    padding: 25px 0px 23px;
}
#voice .loop-voice .meta p{
	font-size: 1.6rem;
    font-weight: 300;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	height: 120px;
}
#voice .loop-voice .btn {
	margin: 0 auto 0;
    width: auto;
    height: 44px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
	gap: 15px;
    border-radius: 22px;
    border: 2px solid #00a95a;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
}
#voice .btn-r{
	margin-top: 60px;
}

/*  NEWS //
////////////////////////////////////////////////////////////////////*/
#news {
	height: auto;
	overflow: hidden;
	background-color: rgba(8, 135, 71, 0.05);
	background-image: url(/images/index/pattern-green.webp);
	background-repeat: repeat;
}
#news > .cont-w{
    margin: 80px auto 101px;
    background: #fff;
    width: 1000px;
    border-radius: 30px;
    padding: 30px 100px;
}
#news .scroll_loop-news {
    margin: 36px auto 50px;
}
#news .btn a{
	margin: 0 auto 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
	gap: 15px;
    border-radius: 22px;
    border: 2px solid #00a95a;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
	width: 264px;
	height: 44px;
}
#news .scroll_loop-news .wrap_loop-news li a {
    border-top: 1px solid #cccccc;
    padding: 27px 30px 29px;
    font-size: 1.6rem;
    font-weight: 400;
    display: block;
}
#news .scroll_loop-news .wrap_loop-news li:last-of-type{
    border-bottom: 1px solid #cccccc;
}
#news .scroll_loop-news .wrap_loop-news li .tukihi{
	color: #00a95a;
}
#news .scroll_loop-news .wrap_loop-news li div {
    display: flex;
    gap: 27px;
}

/*  COLUMN //
////////////////////////////////////////////////////////////////////*/
#column {
	height: 772px;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}
#column > .column_bg {
    position: absolute;
	z-index: 0;
}
#column > .column_bg img {
    object-fit: cover;
    display: block;
}
#column > .cont-w{
	position: absolute;
	z-index: 1;
	left: 50%;
    transform: translateX(-50%);
    margin: 68px auto 81px;
}
#column .cont-w > h2 {
    color: #fff;
    font-size: 3.6rem;
    text-align: center;
}
#column .cont-w > h2 span {
    color: rgb(255, 255, 255, 0.3);
    font-size: 2rem;
    display: block;
    margin-top: 2px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
#column .scroll_loop-column {
    margin-top: 45px;
}
#column .wrap_loop-column {
	display: flex;
    justify-content: space-between;
}
#column .loop-column {
	width: 350px;
    height: 384px;
	background: #fff;
}
.loop-column .new{
	display: inline-block;
	margin-right: 5px;
	font-size: 1.8rem;
	font-weight: 900;
	color: #ff6600;
}
#column .loop-column > a {
	box-sizing: border-box;
	display: block;
	text-align: justify;
}
#column .loop-column .photo {
    height: 234px;
	background-color: #efefef;
}
#column .loop-column .photo img {
	width: 100%;
	max-width: none;
	height: 100%;
	pointer-events: none;
	backface-visibility: hidden;
	vertical-align: unset;
	object-fit: cover;
}
#column .loop-column .meta {
    height: 150px;
    padding: 15px 20px;
	display: flex;
    flex-direction: column;
	gap: 5px;
}
#column .loop-column .meta .post-title{
	overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#column .loop-column .meta .column-staff {
	background: #00a95a;
    display: inline-block;
    padding: 2px 15px;
    color: #fff;
    width: fit-content;
    margin-top: 7px;
}
#column .btn-r.rov {
    margin-top: 60px;
}
#column .btn-r > a {
    border: 2px solid #fff;
}


/*  STORE LIST //
////////////////////////////////////////////////////////////////////*/
#store > .cont-w {
	margin: 140px auto 30px;
}

#store p{
	font-size: 20px;
	text-align: center;
	margin: 35px 0 75px;
}
#store .shopbox{
    display: flex;
    flex-wrap: wrap;
    gap: 42px 45px;
    justify-content: space-between;
}
#store .shopbox::after {
    display: block;
    content: "";
    width: 400px;
}
#store .shopbox .shop {
    width: 370px;
}
#store .shopbox h3{
    color: #fff;
    background: #00a95a;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
#store .shopbox h3::after{
	margin-left: 20px;
	font-size: 1.8rem;
	position: relative;
	top: 1px;
	font-weight: 900;
	line-height: 1;
	content: "\f138";
	font-family: "Font Awesome 5 Free";
}
#store ul{
	color: #333;
	margin: 17px 0 0;
	font-size: 1.4rem;
    font-weight: 400;
}
#store ul li{
	margin-bottom: 8px;
	display: flex;
    align-items: center;
}
#store ul li::before{
	color: #00a95a;
	margin: 0 7px 0 1px;
	font-weight: 900;
	content: "\f3cd";
	font-family: "Font Awesome 5 Free";
}
#store ul li:nth-of-type(2):before{
	margin: 0 8px 0 0;
	content: "\f3c5";
}
#store ul li:nth-of-type(3):before{
	margin: 0 7px 0 0;
	content: "\f017";
}
#store ul li:nth-of-type(4):before{
	margin: 0 6px 0 0;
	content: "\f073";
}
#store .shop img{
	width: 370px;
}
#store ul > p{
	font-size: 16px;
	margin-top: 50px;
}

