@charset "utf-8";
/* CSS Document */
.guide-col-2 {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.guideTitle {
    color: #320703;
}
.gw-6 {
	width: 60%;
}
.gw-4 {
	display: flex;
	justify-content: center;
	width: 40%;
	
}
.gw-4 .guide-sideImg {
    width: 60%;
}
.gw-4 .guide-sideImg img {
	width: 100%;
}

@media (max-width: 768px) {
	.gw-6 {
		width: 100%;
	}
    .gw-4 {
    display: none;
}
}
.guideTitle {
	background: none;
	font-size: 1.5rem;
	font-weight: 700;
	padding: 0;
}
/*検索ボックス*/
.search-form-1 {
	width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 3px;
	padding: 1rem 0;
}
.search-form-1 label {
	width: 100%;
}
.search-form-1 input {
    width: 100%;
    height: 45px;
    padding: 5px 15px;
    border: none;
    border-radius: 3px 0 0 3px;
    box-sizing: border-box;
    background-color: #e1e5e7;
    font-size: 1em;
    outline: none;
}

.search-form-1 input::placeholder {
    color: #777777;
}

.search-form-1 button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 45px;
    border: none;
    border-radius: 0 3px 3px 0;
    background-color: #dc3023;
    cursor: pointer;
}

.search-form-1 button::after {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
}
/*リスト*/
.guide-list .gL-dt {
	font-size: 1rem;
	font-weight: 700;
	color: #320703;
}
.guide-list .nwList .bi-chevron-right {
	color: #c4bebd;
	stroke-width: 3px;
}
/*store_beginners*/
.lightred-box {
    background-color: #fff8ee;
    padding: 1.25rem;
    border: 1px solid #fff8ee;
    border-radius: 1rem;
    box-sizing: border-box;
}
.gs-wrap {
    display: flex;
    flex-direction: column;
    color: #320703;
}
.gs-wrap .stepDt {
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 700;
}
.gs-wrap .stepDd a {
    text-decoration: underline;
    color: #320703;
    font-weight: 600;
}
.lightred-box .step {
    background-color: #c4bebd;
    border: 1px solid #c4bebd;
    border-radius: 1rem;
    padding: 0.25rem 1rem;
    color: #320703;
    font-size: 16px;
    font-weight: 700;
    margin-right: .75rem;
}
.stepVideo {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden; 
}
.stepVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} 
