@charset "shift_jis";
/* CSS Document */
/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/
main, main#wrapper {
    padding: 0;
    max-width: none !important;
}
#guide-construction{
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
	padding:0;
	background:#f3f5f7;
    padding-bottom: 1em;
}
#guide-construction .pc_none{
    display: none !important;
}
#guide-construction img{
    width: 100%
}
#guide-construction a{
    display: block;
    position: relative;
}  
#guide-construction a:hover{
    opacity: 0.8;
    color:#222 !important;
}
#guide-construction .red{
    color: #b10e1b;
}
/*-----------------------------------------------*/
/*全体*/
/*-----------------------------------------------*/
#guide-construction section{
    margin:0 auto;
    display: grid;
    gap:1em;
    padding: 2em 8em;
    max-width: 1200px;
}
#guide-construction section#item_toilet,
#guide-construction section#item_builtinGas,
#guide-construction section#item_builtin,
#guide-construction section#item_dishwasher,
#guide-construction section#item_airconditioner,
#guide-construction section#item_doorbell,
#guide-construction section#item_projector{
    padding-top:12em;
    margin-top: -11em;
}
#guide-construction section#item_review,
#guide-construction section#item_faq,
#guide-construction section#item_howto,
#guide-construction section#item_warning,
#guide-construction section#item_schedule,
#guide-construction section#item_select{
    margin-top: -25em;
    padding-top:25.5em;
}
#guide-construction .inner{
    padding:1.5em;
    display: grid;
    gap:1.5em;
    border-radius: 5px;
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
}
#guide-construction section#item_service .inner,
#guide-construction section#item_flow .inner,
#guide-construction section#item_payment .inner{
    padding:0;
}
#guide-construction .inner.bg-white{
    background: #fff;
    box-shadow: 0 0 20px #e2e4e5;
}
#guide-construction section#item_category .inner{
    border: 1px solid #364171;
}
/*-----------------------------------------------*/
/*見出し*/
/*-----------------------------------------------*/
#guide-construction h1{
    max-width: 1200px;
    margin: 0 auto;
}
#guide-construction h2,
#guide-construction h3,
#guide-construction h4{
    font-size: 2em;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    color:#313c66;
    padding:0;
}
#guide-construction h2::before,
#guide-construction h2::after,
#guide-construction h3::before,
#guide-construction h3::after,
#guide-construction h4::before,
#guide-construction h4::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color:#313c66;
}
#guide-construction h2::before,
#guide-construction h3::before,
#guide-construction h4::before{
    margin-right: 1rem;
}
#guide-construction h2::after,
#guide-construction h3::after,
#guide-construction h4::after{
    margin-left: 1rem;
}
#guide-construction .item-list-inner{
    padding: .5em 1em;
}
#guide-construction h4{
    font-size: 2em;
}
#guide-construction h5{
    border-left: solid 5px #313c66;
    padding-left:.5em;
    margin:0;
    font-size: 1.8em;
    color: #222;
    text-align: left;
    line-height: 1.5em;
}
#guide-construction .memo{
    font-size: 1.1em;
}
/*サービスアイコン化*/
#guide-construction .item-service-icon{
    display: block;
}
#guide-construction .item-service-icon ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:.5em;
}
#guide-construction .item-service-icon ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4em;
    font-size: 3vw;
    color:#fff;
    height:10vw;
    padding: 0 .5em;
}
#guide-construction .item-service-icon ul li:nth-child(1) {
    background: #5b969e;
}
#guide-construction .item-service-icon ul li:nth-child(2) {
    background: #253b4d;
}
#guide-construction .item-service-icon ul li:nth-child(3) {
    background: #e94e4e;
}
#guide-construction .item-service-icon ul li span{
    display: contents;
    font-size: 1.4em;
    line-height: 0;
}
/*-----------------------------------------------*/
/*アンカー*/
/*-----------------------------------------------*/
#guide-construction #navi{
    z-index: 5;
    position:sticky;
    width: 100%;
    box-sizing: border-box;
    background:#364171;
    padding: 0;
    margin:0 auto 1em auto;
    max-width: 1200px;
}
#guide-construction #navi ul {
    display: flex;
    padding: .8em 5em;
    gap: .5em;
}
#guide-construction #navi ul li{
    width:calc(100% / 6);
}
#guide-construction #navi ul li img{
    border-radius: 100px;
    width: 35%;
}
#guide-construction #navi ul li a{
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    gap:.2em;
    background: #fff;
    border-radius: 4px;
    transition: 0.3s all;
}
#guide-construction #navi .navi-name{
    color: #364171;
    font-size: .8em;
    line-height: 1.3em;
    width: 60%;
}
/*-----------------------------------------------*/
/*あんしんサービス*/
/*-----------------------------------------------*/
#guide-construction .service-list{
    padding:0;
    gap: .8em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#guide-construction .service-list li{
    width: calc(88% / 4);
    display: flex;
    align-items: center;
    gap: .5em;
    border-radius: 6px;
    padding: .4em;
    background: #e2edf7;
    flex-direction: column;
    flex-wrap: wrap;
}
#guide-construction .service-list__innter{
    display: grid;
    height: 100%;
    justify-content: center;
    justify-items: center;
    align-items: start;
}
#guide-construction .service-list li img{
    width:70%;
}
#guide-construction .service__title{
    font-size: 1em;
    line-height: 1.4em;
    flex-direction: column;
    display: flex;
}
#guide-construction .service__title span.big{
    font-size: 1.5em;
    line-height: 1.3em;
    font-weight: bold;
    color: #ed2e3e;
}
#guide-construction .service__title span.big p{
    display: contents;
    font-size: .7em;
}
#guide-construction .service__title span.small{
    display: block;
    font-size: .9em;
}
/*-----------------------------------------------*/
/*商品読み込み 設定*/
/*-----------------------------------------------*/
#guide-construction .pickup-item-slider >ul{
    display: flex;
    gap: 1em;
    margin: 0;
    justify-content: center;
    flex-wrap: wrap;
}
#guide-construction .swiper-container{
    padding-bottom:0;
}
#guide-construction .pickup-item-slider >ul >li{
    text-align: left;
    width: calc(94% /4);
}
#guide-construction .pickup-item-slider .p_icon{
    display: none;
}
#guide-construction .pickup-item-slider .p_name a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-weight: 400;
    letter-spacing: normal;
    word-break: break-all;
    font-size: 1em;
    overflow: hidden;
}
#guide-construction .price-icons{
    display: flex;
    gap: .2em; 
}
#guide-construction .m_price_grid{
    font-size: .8em;
    color:#fff;
    padding: .1em .4em;
}
#guide-construction .pointup{
    background-color: #a6a40e;
}
#guide-construction .coupon_i{
    background-color: #1051c9;

}
#guide-construction .medama {
    background-color: #f1da3e;
    color: #bd1e18;
    font-weight: 700;
    font-size: .9em;
}
#guide-construction .m_price,
#guide-construction .intax{
    color: #eb0007;
}
#guide-construction .m_price{
    font-size: 1.5em;
}
#guide-construction .intax{
    color: #eb0007;
    font-size: 0.8em;
}
/*-----------------------------------------------*/
/*商品*/
/*-----------------------------------------------*/
#guide-construction .item-list {
    display:flex;
    gap: 1em 0.5em;
    justify-content: center;
    align-items:flex-start;
    flex-wrap: wrap;
}
#guide-construction .item-list-box{
    background:#fff;
    padding:0;
    display: grid;
    gap: 1em;
}
#guide-construction .item-list__service{
    border: 2px solid #d1edec;
    padding-bottom: 1em;
}
#guide-construction .item-list__service .item-list{
    width: 80%;
    margin: 0 auto;
}
#guide-construction .item-list__service p{
    font-size: 1.3em;
    background: #d1edec;
    padding: .3em 0;
    margin-bottom: .5em;
}
#guide-construction .item-list__title span{
    background: #313c66;
    padding: .4em .5em;
    color: #fff;
    font-size: 2.5vw;
    line-height: 1;
    display: inline-block;
    margin-right: .5em;
}
#guide-construction .col_1 li{
    width:100%;
}
#guide-construction .col_2 li{
    width: calc(97% /2);
}
#guide-construction .col_3 li{
    width: calc(90% /3);
}
#guide-construction .item-list li a dl {
    display: grid;
    gap: 0.2em;
    background: #fff;
    padding: .5em;
    border: 1px solid #d5d5d5;
}
#guide-construction .item-list-txt {
    line-height: 1.2em;
}
#guide-construction .item-list li .item-list-btn {
    color: #fff !important;
    background-color: #e50012;
    border: 1px solid #e50012;
    border-radius: 5px;
    padding: .3em 0;
    font-size: 0.8em;
    position: relative;
}
/******** 矢印 ********/
#guide-construction .item-list li .item-list-btn::after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    bottom:36%;
    right:7%;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s ease 0s;
}
#guide-construction .item-list li .item-list-btn {
    color: #fff !important;
    background-color: #e50012;
    border: 1px solid #e50012;
    border-radius: 5px;
    padding: .3em 0;
    font-size: 0.8em;
    position: relative;
}
/*注意分*/
#guide-construction .item-list_com {
    color:#222;
    font-size: 1.2em;
    margin-bottom: 1em;
    line-height: 1.4em;
}
/*-----------------------------------------------*/
/*価格プロ*/
/*-----------------------------------------------*/
#guide-construction li.motoprice,
#guide-construction span.spesicalprice,
#guide-construction li.intax {
	display: none !important;
}
#guide-construction li.price {
	font-size: 1.8em;
}
/*-----------------------------------------------*/
/*その他こちら*/
/*-----------------------------------------------*/
#guide-construction .btn-black {
	display: flex;
    gap: 1em;
    flex-wrap: wrap;
    margin: 0;
}
#guide-construction .btn-black a {
	color:#fff !important;
	position: relative;
	font-size: 1em;
	width: 80%;
	padding: 1em 0;
	margin: 0 auto;
	line-height: 1.3em;
}
#guide-construction .btn-black.target a {
	background-color: #e50012;
	border: 1px solid #e50012;
}
#guide-construction .btn-black a::after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    top: 42%;
    right: 4%;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s ease 0s;
}
/*hover*/
#guide-construction .btn-black a:hover {
	color:#222 !important;
    background: #fff;
}
#guide-construction .btn-black a:hover::after {
    right: 3%;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
}
/*キャンペーン用*/
#guide-construction .btn-black.event {
    margin-top:1em;
}
#guide-construction .btn-black.event a {
    background:#263657;
    border: 1px solid #263657;
}
#guide-construction .btn-black.event a:hover {
    background:#fff;
    color: #263657 !important;
}
/*-----------------------------------------------*/
/*トップページ*/
/*-----------------------------------------------*/
#guide-construction .pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
	z-index: 9999;
}
#guide-construction .pagetop a {
	display: flex;
	justify-content: center;
    align-items: center;
    text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	background-color: #222222c7;
	border-radius: 80px;
	width:70px;
	height:70px;
    line-height: 1.3em;
    transition: 0.3s all;
}
#guide-construction .pagetop a:hover{
	background-color: #4b8b91b0;
	color: #fff !important;
	transform: translateY(-2px);
}

/*-----------------------------------------------*/
/* 1SKU商品追加 240821 TOSHIMA ADD */
/*-----------------------------------------------*/
#guide-construction .buy_price .price {
    position: relative;
    font-size: 1.5em;
    color: #eb0007 !important;
    margin: 0.1em 0;
}
#guide-construction .buy_price .price::after {
    position: absolute;
    right: 13.5em;
    bottom: 0.1em;
    content: '送料無料';
    color: #eb0007 !important;
    font-size: 0.65em;
    font-weight: 500;
    font-family: "Noto Sans JP", "Yu Gothic black", sans-serif, "メイリオ";
    display: contents;
}

/* 子タブ */
#guide-construction .tab-wrap-2 {
    background-color: #fff;
}
#guide-construction .tab-wrap-2 >ul {
    display: flex;
    gap: 11px;
    flex-wrap: wrap;
}
#guide-construction .tab-btn-2 {
    width: calc(90% / 6);
    padding: 10px 0;
    text-align: center;
    list-style: none;
    cursor: pointer;
    border-radius: 5px;
    color: #222;
    border: #222 1px solid;
    transition: 0.3s all;
}
#guide-construction .tab-btn-2.show {
    background: #222;
    color: #fff;
}
#guide-construction .tab-contents-2 {
    display: none;
}
#guide-construction .tab-contents-2.show {
    display: block;
}
/**/
#popup{
    width:100%;
    height: 100%;
    background:rgba(0, 0, 0, 0.8);
    padding:10% 4%;
    box-sizing:border-box;
    display:none;
    position:fixed;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    z-index: 9;
}
#popup img{
    width:40%;
}
label{
    display:block;
    width: 60%;
    margin: 0 auto;
}
label span{
    display:block;
    width:100%;
    text-align:center;
}
label span:hover{
    cursor:pointer;
}
input[type="checkbox"]{
    display:none;
}
input[type="checkbox"]:checked + #popup{
    display: flex;
    transition: .2s;
    align-content: center;
    justify-content: center;
    align-items: center;

}

/*-----------------------------------------------*/
/* 改修 240905 HONNMA ADD */
/*-----------------------------------------------*/
/*-----------------------------------------------*/
/*リフォームの流れ*/
/*-----------------------------------------------*/
#guide-construction .flow-list {
    display: flex;
    flex-wrap: wrap;
    gap: .8em;
    justify-content: center;
}
#guide-construction .flow-list li{
    width: calc(84.5%/5);
    position: relative;
    background: #fff;
    border-radius: 6px;
    padding: .5em;
}
#guide-construction .flow-list__innter {
    display: grid;
    height: 100%;
    justify-content: center;
    justify-items: center;
    align-items: start;
}
#guide-construction .flow-list li img{
    border-radius: 6px;
}
/* #guide-construction .flow-list li::after{
    content: "";
    position: absolute;
    top:40%;
    right:-9% ;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 1.2em solid transparent;
    border-bottom:1.2em solid transparent;
    border-left: 1.4em solid #ddd;
    border-right: 0;
    z-index: 9;
} */
#guide-construction .flow-list li:nth-child(3)::after,
#guide-construction .flow-list li:nth-child(5)::after,
#guide-construction .flow-list li:nth-child(8)::after{
    display: none;
}
#guide-construction .flow__title{
    font-size: 1em;
    margin-top: .5em;
}
#guide-construction .flow-list li a .flow__title{
    display: inline-block;
    font-size: 1em;
    color: #e73232;
    text-decoration: underline !important;
}
#guide-construction .flow__title span.red{
    display: block;
    font-size: .8em;
    line-height: 1.3em;
}
#guide-construction .flow-list li a .flow__title::after{
    content: "";
    width: .4em;
    height: .4em;
    position: absolute;
    right:.1em;
    bottom:.6em;
    border-top: solid 2px #e73232;
    border-right: solid 2px #e73232;
    transform: rotate(45deg);
    transition: 0.3s all;
}
/*hover*/
#guide-construction .flow-list li a:hover .flow__title::after{
    right:-.1em;
}
/*-----------------------------------------------*/
/*PHP制御 タブ*/
/*-----------------------------------------------*/
#guide-construction .header-sticky {
    background: #f3f5f7;
    z-index: 10;
    padding-top: .8em;
}
#guide-construction #tab1,
#guide-construction #tab2,
#guide-construction #tab3 {
    padding-top: 11em;
    margin-top: -11em;
}
#guide-construction .tab-wrap >ul {
    display: flex;
    gap: 1em;
    max-width: 800px;
    margin: 0 auto 1em auto;
}
#guide-construction .tab-wrap >ul li{
    width: 50%;
}
#guide-construction .tab-wrap li a {
    padding:.3em 0 .5em 0;
    text-align: center !important;
    list-style: none;
    cursor: pointer;
    font-size: 1.1em;
    background: #fff;
    color: #222;
    border: #222 1px solid;
    transition: 0.3s all;
    border-radius: 50px;
    position: relative;
    display: block;
}
#guide-construction .tab-wrap li.active a {
    background: #364171;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: #364171 1px solid;
}
#guide-construction .tab-wrap li a::after {
    content: "";
    width: .5em;
    height: .5em;
    position: absolute;
    top:.8em;
    right:2em;
    border-top: solid 1px #222;
    border-right: solid 1px #222;
    transform: rotate(135deg);
    transition: 0.3s all;
}
#guide-construction .tab-wrap li a:hover::after {
    top:1em;
}
#guide-construction .tab-wrap li.active a::after {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
}
#guide-construction .tab-wrap li.active a:hover{
    color: #fff !important;
}
/*-----------------------------------------------*/
/*CSS制御 タブ*/
/*-----------------------------------------------*/
#guide-construction .tab-wrap-2 {
    background-color: #fff;
}
#guide-construction .tab-wrap-2 >ul {
    display: flex;
    flex-wrap: wrap;
    gap:.3em;
    margin:0;
    padding:0;
}
#guide-construction .tab-btn-2 {
    width: calc(95.8%/3);
    padding: .5em 0;
    text-align: center;
    list-style: none;
    cursor: pointer;
    border-radius: 5px;
    color: #222;
    border: #222 1px solid;
    font-size: .7em;
    transition: 0.3s all;
}
#guide-construction .tab-btn-2.show {
    background: #222;
    color: #fff;
}
#guide-construction .tab-contents-2 {
    display: none;
}
#guide-construction .tab-contents-2.show {
    display: block;
}
/*-----------------------------------------------*/
/*選ばれる理由*/
/*-----------------------------------------------*/
#guide-construction .select-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 1em;
}
#guide-construction .select-list li{
    width: calc(96% / 3);
}
#guide-construction .select-list li img{
    border-radius: 6px;
}
#guide-construction .select-list__title{
    font-size: 3vw;
    margin-bottom: .4em;
}
/*-----------------------------------------------*/
/*お客様の声*/
/*-----------------------------------------------*/
#guide-construction .review-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 1em;
}
#guide-construction .review-list li{
    width:calc(98% / 2);
}
/*-----------------------------------------------*/
/*よくある質問*/
/*-----------------------------------------------*/
#guide-construction h6{
    font-size:1em;
    background: #7b7d85;
    color: #fff;
    text-align: left;
    padding: .2em 0 .2em .6em;
}
#guide-construction .faq-list{
    text-align: left;
    text-align: left;
    display: grid;
    gap: .2em;
}
#guide-construction .faq-list dt{
    color: #316fa5;
    font-size: 1em;
    padding: .3em 0 .3em .5em;
    background: #f3f3f3;
}
#guide-construction .faq-list dt::before{
    content: "Q.";
    margin-right: .2em;
}
#guide-construction .faq-list dd{
    font-size:1em;
    margin-bottom: .8em;
}
#guide-construction .faq-list dd:last-of-type{
    border-bottom: none;
}
#guide-construction .faq-list dd a{
    display:inline-block;
    font-size:1em;
    color: #e73232;
    text-decoration: underline !important;
}
/*-----------------------------------------------*/
/*ご利用方法*/
/*-----------------------------------------------*/
/*ご注文方法*/
#guide-construction .howto-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 1.5em;
}
#guide-construction .howto-list li{
    box-sizing: border-box;
    width: calc(96% / 2);
    padding:0;
    border: 1px solid #eee;
    position: relative;
}
#guide-construction .howto-list li::after{
    content: "";
    position: absolute;
    top: 46%;
    right: -8%;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 2em solid transparent;
    border-bottom: 2em solid transparent;
    border-left:2.2em solid #ddd;
    border-right: 0;
    z-index: 9;
}
#guide-construction .howto-list li:nth-child(2n):after{
    display: none;
}
#guide-construction .howto-list__name{
    font-size: 1em !important;
    background: #eff3f6;
    padding: .5em 0;
}
#guide-construction .howto-list li:nth-child(3) .howto-list__name{
    background: #ffcdcd;
}
#guide-construction .howto-list__name a{
    display: inline-block;
    font-size: 1em;
    color: #e73232;
    text-decoration: underline !important;
}
#guide-construction .howto-list__txt{
    font-size:1em;
    line-height: 1.4em;
    margin-top: .5em;
}
#guide-construction .howto-list__or{
    font-size:1.5em;
}
/*注意事項*/
#guide-construction .warning-list {
    display: grid;
    gap: .5em;
}
#guide-construction .warning-list li{
    text-align: left;
    font-size: 1em;
    display: flex;
}
#guide-construction .warning-list li::before{
    content: "・";
}
#guide-construction .warning-list li a{
    display: inline-block;
    font-size: 1em;
    color: #e73232;
    text-decoration: underline !important;
}

/*ポップアップ*/
#guide-construction #popup{
    width:100%;
    height: 100%;
    background:rgba(0, 0, 0, 0.8);
    padding:10% 4%;
    box-sizing:border-box;
    display:none;
    position:fixed;
    top:59%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
}
#popup img{
    width:70%;
}
#guide-construction label{
    display:block;
    position: relative;
}
#guide-construction label span{
    display:block;
    width:100%;
    text-align:center;
}
#guide-construction label span:hover{
    cursor:pointer;
}
#guide-construction input[type="checkbox"]{
    display:none;
}
#guide-construction input[type="checkbox"]:checked + #popup{
    display: flex;
    transition: .2s;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#guide-construction label::after{
    content: "\e977";
    font-family: 'fontPlazaIcon' !important;
    font-size: 4vw;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #7b7b7b;
    color: #fff;
    padding: .1em .4em;
}
/*-----------------------------------------------*/
/*ライトナビ*/
/*-----------------------------------------------*/
@media screen and (max-width: 1300px){
    #guide-construction .nav_wrap {
        display: none !important; 
}
}
#guide-construction .nav_wrap {
    position:fixed;
    z-index: 11;
	bottom: 0;
	right:0;
    width: 230px;
    height: 100vh;
    background: rgb(54 68 109 / 97%);
}
#guide-construction .nav_wrap.panelactive .nav_inner {
    position: fixed;
    z-index: 11;
    width: 2030px;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*内容*/
#guide-construction .nav_wrap ul {
    position: absolute;
    z-index: 999;
    width:100%;
    top: 30%;
}
/**********▼ PC・SMP共通 数値変更のみ▼**********/
#guide-construction .navigation ul li a {
    position: relative;
    display: flex;
    align-items: center;
    padding:1em 0 1em 1em;
    color: #364171;
    border-bottom: 1px solid #ffffff4d;
    line-height: 1.3em;
    text-align: left;
    justify-content: flex-start;
    transition: all 0.3s;
    gap: 1em;
}
#guide-construction .navigation ul li img{
    width:20%;
    border-radius: 100px;
}
#guide-construction .navigation ul li .navi-name{
    color: #fff;
    font-size: 1em;
}
/*hover*/
#guide-construction .navigation ul li a:hover {
    background: #4c6297;
}
#guide-construction .navigation ul li a:hover::before{
    transform: translateX(2px);
}
#guide-construction .navigation ul li:last-child a:hover::after{
    bottom: 3vw;
}
/**********▲ PC・SMP共通 数値変更のみ▲**********/
