@charset "UTF-8";

/* 共通の設定 --------------------- */
:root{
    --shopInfo_main-background-color: #f9f9f9;
    --shopInfo_accent-background-color: #feeeff;
    --shopInfo_basicTextColor: #383838;
    --shopInfo_subTextColor: #555;
    --shopInfo_accent-color01: #c900d8;
    --shopInfo_accent-color02: #e479ec;
}




/* キープボタン --------------------- */
.simplefavorite-button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding: 20px 30px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    font-weight: 500;
    font-size: 13px;
    background-color: var(--shopInfo_accent-color01);
    color: #fff;
    border-radius: 8px;
    transition: .2s;
}

.simplefavorite-button:hover{
    background-color: var(--shopInfo_accent-color02);
    transition: .2s;
}




/* 店舗基本情報セクション --------------------- */
.mainSection01{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 40px 0;
    background-color: var(--shopInfo_main-background-color);
}

.mainSection01__container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 95%;
    max-width: 850px;
    height: auto;
}

.mainSection01__thumbnailBox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 700px;
    height: auto;
}

.mainSection01__thumbnailBox img{
    display: block;
    width: 100%;
    height: auto;
}

.mainSection01__shopBasicInfoBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.mainSection01__shopNameBox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

.mainSection01__shopNameBox h1{
    display: inline;
    font-weight: 600;
    font-size: 1.8rem;
    color: var(--shopInfo_basicTextColor);
}

.mainSection01__shopNameBox p{
    display: inline;
    font-weight: 500;
    font-size: .9rem;
    color: var(--shopInfo_basicTextColor);
}

.mainSection01__shopTaxonomyBox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 3px;
}

.mainSection01__shopTaxonomyBox p{
    display: inline;
    color: var(--shopInfo_subTextColor);
    font-weight: 400;
    font-size: 14px;
    margin: 0 2px;
}

.mainSection01__shopArea{
    display: inline;
    list-style: none;
}

.mainSection01__shopArea li{
    display: inline;
    font-weight: 400;
    font-size: 14px;
}

.mainSection01__shopCategory{
    display: inline;
    list-style: none;
}

.mainSection01__shopCategory li{
    display: inline;
    font-weight: 400;
    font-size: 14px;
}

.mainSection01__oneLinerBox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 2rem;
    margin-top: 20px;
}

.mainSection01__oneLinerBox p{
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: var(--shopInfo_accent-color01);
}

.mainSection01__conditionBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:flex-start;
    width: 100%;
    height: auto;
    margin-top: 24px;
}

.mainSection01__conditionColumn1{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 6px 0;
}

.mainSection01__conditionTitleBox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 35px;
    border-radius: 2rem;
}

.mainSection01__conditionTitleBox span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    left: 8px;
    border-radius: 50%;
    background-color: #fff;
}

.mainSection01__conditionTitleBox span svg{
    display: block;
    height: 15px;
}

.mainSection01__conditionTitleBox p{
    display: block;
    font-weight: 600;
    font-size: 12px;
    width: calc(100% - 35px);
    text-align: center;
}

.hourly-wage{
    background-color: var(--shopInfo_accent-color01);
}

.hourly-wage span svg{
    fill: var(--shopInfo_accent-color01);
}

.hourly-wage p{
    color: #fff;
}

.not_hourly-wage{
    background-color: var(--shopInfo_accent-color02);
}

.not_hourly-wage span svg{
    fill: var(--shopInfo_accent-color02);
}

.not_hourly-wage p{
    color: #fff;
}

.mainSection01__conditionContentBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 120px);
    margin-left: 20px;
}

.mainSection01__hourlyWageBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    font-weight: 500;
    font-size: 12px;
    color: var(--shopInfo_accent-color01);
}

.mainSection01__hourlyWageBox p{
    display: block;
    font-weight: 600;
    font-size: 26px;
    color: var(--shopInfo_accent-color01);
}

.mainSection01__hourlyWageAddInfoBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-left: 5px;
    font-weight: 500;
    font-size: 11px;
    color: var(--shopInfo_subTextColor);
}

.mainSection01__not-hourlyWageBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    font-weight: 500;
    font-size: 15px;
    color: var(--shopInfo_basicTextColor);
}

.mainSection01__conditionColumn2{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 6px 0;
}

.mainSection01__conditionRow{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
}

.mainSection01__conditionRow:nth-child(2){
    margin-left: 40px;
}

.mainSection01__optionsInfoBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

.mainSection01__optionsInfoTitleBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    color: var(--shopInfo_subTextColor);
}

.mainSection01__options{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 90%;
    height: auto;
    margin-top: 15px;
}

.mainSection01__option{
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    margin: 4px 3px;
}

#on{
    border: var(--shopInfo_accent-color02) solid 1px;
    color: var(--shopInfo_accent-color02);
}

#off{
    border: #bbb solid 1px;
    color: #bbb;
}

@media screen and (max-width: 600px) {
	.mainSection01__conditionColumn2{
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .mainSection01__conditionRow:nth-child(2){
        margin-left: 0;
        margin-top: 12px;
    }

    #hourlyWageInfo{
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
}




/* 応募セクション --------------------- */
.mainSection02{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 60px 0;
    background-color: var(--shopInfo_accent-background-color);
}

.mainSection02__container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 95%;
    max-width: 600px;
    height: auto;
}

.mainSection02__webApplyButton{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 15px 0;
    border-radius: 4px;
    background-color: var(--shopInfo_accent-color01);
    box-shadow: 2px 2px 3px #a3a3a3;
    color: #fefefe;
    font-weight: 600;
    font-size: 15px;
    fill: #fefefe;
    transition: .1s;
}

.mainSection02__webApplyButton:hover{
    background-color: var(--shopInfo_accent-color02);
    transition: .1s;
}

.mainSection02__webApplyButton svg{
    display: block;
    height: 20px;
    width: auto;
    margin-right: 10px;
}

.mainSection02__buttonsBottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.mainSection02__lineApplyButton{
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - 5px);
    height: auto;
    padding: 15px 0;
    border-radius: 4px;
    background-color: #06c755;
    box-shadow: 2px 2px 3px #a3a3a3;
    color: #fefefe;
    font-weight: 600;
    font-size: 15px;
    fill: #fefefe;
    transition: .1s;
}

.mainSection02__lineApplyButton:hover{
    background-color: #83d2a4;
    transition: .1s;
}

.mainSection02__lineApplyButton svg{
    display: block;
    height: 20px;
    width: auto;
    margin-right: 10px;
}

.mainSection02__telApplyButton{
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - 5px);
    height: auto;
    padding: 15px 0;
    border-radius: 4px;
    background-color: #494949;
    box-shadow: 2px 2px 3px #a3a3a3;
    color: #fefefe;
    font-weight: 600;
    font-size: 15px;
    fill: #fefefe;
    transition: .1s;
}

.mainSection02__telApplyButton:hover{
    background-color: #747474;
    transition: .1s;
}

.mainSection02__telApplyButton svg{
    display: block;
    height: 20px;
    width: auto;
    margin-right: 10px;
}

.mainSection02__messageBox{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 4px;
    padding: 15px;
    margin-top: 15px;
}

.mainSection02__messageTitle{
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    font-weight: 500;
    font-size: 12px;
    color: var(--shopInfo_basicTextColor);
    padding-bottom: 1px;
    border-bottom: solid #494949 .8px;
}

.mainSection02__message{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 6px;
    font-weight: 600;
    font-size: 14px;
    color: var(--shopInfo_basicTextColor);
}




/* 店舗画像セクション --------------------- */
.mainSection03{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 60px 0;
    background-color: var(--shopInfo_main-background-color);
}

.mainSection03__container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 95%;
    max-width: 850px;
    height: auto;
}

.mainSection03__sectionTitleBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    border-bottom: solid #ddd 1.5px;
    padding: 3px 15px;
}

.mainSection03__sectionTitleBox svg{
    display: block;
    width: 20px;
    height: 20px;
    fill: var(--shopInfo_basicTextColor);
}

.mainSection03__sectionTitleBox h2{
    display: block;
    font-weight: 600;
    font-size: 20px;
    color: var(--shopInfo_basicTextColor);
    margin-left: 8px;
}

.mainSection03__imagesBox{
    display: grid;
    grid-template-columns: 50% 50%;
    width: 95%;
    height: auto;
    margin-top: 20px;
}

.mainSection03__imagesBox img{
    display: block;
    width: 98%;
    max-width: 350px;
    height: auto;
    margin: 6px auto;
}

@media screen and (max-width: 480px) {
    .mainSection03__imagesBox{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 95%;
        height: auto;
    }

    .mainSection03__imagesBox img{
        display: block;
        width: 98%;
        height: auto;
        margin: 6px auto;
    }
}




/* 募集要項セクション --------------------- */
.mainSection04{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 60px 0;
    background-color: var(--shopInfo_main-background-color);
}

.mainSection04__container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 95%;
    max-width: 850px;
    height: auto;
}

.mainSection04__sectionTitleBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    border-bottom: solid #ddd 1.5px;
    padding: 3px 15px;
}

.mainSection04__sectionTitleBox svg{
    display: block;
    width: 20px;
    height: 20px;
    fill: var(--shopInfo_basicTextColor);
}

.mainSection04__sectionTitleBox h2{
    display: block;
    font-weight: 600;
    font-size: 20px;
    color: var(--shopInfo_basicTextColor);
    margin-left: 8px;
}

.mainSection04__infoTable{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 95%;
    height: auto;
    margin-top: 20px;
}

.mainSection04__tableRow{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    border-right: solid 1px #494949;
    border-bottom: solid 1px #494949;
    border-left: solid 1px #494949;
    background-color: #efefef;
}

.mainSection04__tableRow:nth-child(1){
    border-top: solid 1px #494949;
}

.mainSection04__infoTitle{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 110px;
    height: auto;
    padding: 15px;
    font-weight: 500;
    font-size: 13px;
    color: var(--shopInfo_basicTextColor);
}

.mainSection04__infoContent{
    display: block;
    width: calc(100% - 110px);
    height: auto;
    padding: 15px;
    border-left: solid #747474 .8px;
    background-color: #f9f9f9;
    font-weight: 400;
    font-size: 13px;
    color: var(--shopInfo_basicTextColor);
    text-align: left;
}

.mainSection04__infoContent ul{
    list-style: none;
}

.mainSection04__infoContent li a{
    text-decoration: none;
    color: var(--shopInfo_accent-color01);
    font-weight: 500;
    transition: .2s;
}

.mainSection04__infoContent li a:hover{
    text-decoration: underline;
    transition: .2s;
}

#with_addInfo{
    font-weight: 500;
}

#salaryInfo{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

@media screen and (max-width: 500px) {
    .mainSection04__tableRow{
        display: flex;
        flex-direction: column;
    }
    
    .mainSection04__infoTitle{
        width: 100%;
        padding: 8px 10px;
        font-size: 14px;
    }
    
    .mainSection04__infoContent{
        width: 100%;
        padding: 15px 10px;
        border-top: solid #747474 .8px;
        border-left: none;
        font-size: 14px;
    }
    
}





/* PRセクション --------------------- */
.mainSection05{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 60px 0;
    background-color: var(--shopInfo_main-background-color);
}

.mainSection05__container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 95%;
    max-width: 850px;
    height: auto;
}

.mainSection05__sectionTitleBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    border-bottom: solid #ddd 1.5px;
    padding: 3px 15px;
}

.mainSection05__sectionTitleBox svg{
    display: block;
    width: 20px;
    height: 20px;
    fill: var(--shopInfo_basicTextColor);
}

.mainSection05__sectionTitleBox h2{
    display: block;
    font-weight: 600;
    font-size: 20px;
    color: var(--shopInfo_basicTextColor);
    margin-left: 8px;
}

.mainSection05__prBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 95%;
    height: auto;
    padding: 30px 40px;
    background-color: #fff;
    margin-top: 20px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 13px;
    color: var(--shopInfo_basicTextColor);
    text-align: left;
}

@media screen and (max-width: 500px) {
    .mainSection05__prBox{
        justify-content: center;
        font-size: 14px;
        padding: 20px 10px;
    }
}




/* 応募要項セクション --------------------- */
.mainSection06{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 60px 0;
    background-color: var(--shopInfo_main-background-color);
}

.mainSection06__container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 95%;
    max-width: 850px;
    height: auto;
}

.mainSection06__sectionTitleBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    border-bottom: solid #ddd 1.5px;
    padding: 3px 15px;
}

.mainSection06__sectionTitleBox svg{
    display: block;
    width: 20px;
    height: 20px;
    fill: var(--shopInfo_basicTextColor);
}

.mainSection06__sectionTitleBox h2{
    display: block;
    font-weight: 600;
    font-size: 20px;
    color: var(--shopInfo_basicTextColor);
    margin-left: 8px;
}

.mainSection06__infoTable{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 95%;
    height: auto;
    margin-top: 20px;
}

.mainSection06__tableRow{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    border-right: solid 1px #494949;
    border-bottom: solid 1px #494949;
    border-left: solid 1px #494949;
    background-color: #efefef;
}

.mainSection06__tableRow:nth-child(1){
    border-top: solid 1px #494949;
}

.mainSection06__infoTitle{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 110px;
    height: auto;
    padding: 15px;
    font-weight: 500;
    font-size: 13px;
    color: var(--shopInfo_basicTextColor);
}

.mainSection06__infoContent{
    display: block;
    width: calc(100% - 110px);
    height: auto;
    padding: 15px;
    border-left: solid #747474 .8px;
    background-color: #f9f9f9;
    font-weight: 400;
    font-size: 13px;
    color: var(--shopInfo_basicTextColor);
    text-align: left;
}

.mainSection06__infoContent a{
    text-decoration: none;
    color: var(--shopInfo_accent-color01);
    transition: .2s;
}

.mainSection06__infoContent a:hover{
    text-decoration: underline;
    transition: .2s;
}

@media screen and (max-width: 500px) {
    .mainSection06__tableRow{
        display: flex;
        flex-direction: column;
    }
    
    .mainSection06__infoTitle{
        width: 100%;
        padding: 8px 10px;
        font-size: 14px;
    }
    
    .mainSection06__infoContent{
        width: 100%;
        padding: 15px 10px;
        border-top: solid #747474 .8px;
        border-left: none;
        font-size: 14px;
    }
    
}




/* 応募フォーム --------------------- */
.mainSection07{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 60px 0;
    background-color: var(--shopInfo_main-background-color);
}

.mainSection07__container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 95%;
    max-width: 850px;
    height: auto;
}

.mainSection07__sectionTitleBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    border-bottom: solid #ddd 1.5px;
    padding: 3px 15px;
}

.mainSection07__sectionTitleBox svg{
    display: block;
    width: 20px;
    height: 20px;
    fill: var(--shopInfo_basicTextColor);
}

.mainSection07__sectionTitleBox h2{
    display: block;
    font-weight: 600;
    font-size: 20px;
    color: var(--shopInfo_basicTextColor);
    margin-left: 8px;
}

#wpcf7-f533-o1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    height: auto;
    margin-top: 20px;
}

.wpcf7-form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

.mainSection07__webFormContent{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 98%;
    height: auto;
    margin: 15px 0;
}

.mainSection07__webFormContent p{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
}

.mainSection07__webFormContentTitleBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 250px;
    height: auto;
}

.mainSection07__webFormHissu{
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    font-weight: 500;
    font-size: 12px;
    color: #f9f9f9;
    background-color: var(--shopInfo_accent-color02);
    padding: 5px 10px;
    border-radius: 4px;
    opacity: 0;
}

#hissu{
    opacity: 1;
}

.mainSection07__webFormContentTitleBox label{
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: var(--shopInfo_basicTextColor);
    margin-left: 15px;
}

.userName, .userEmail{
	width: calc(100% - 268px);
}

#userName, #userEmail{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 45px;
    border: solid 1.5px #aaa;
    border-radius: 5px;
    margin-left: 18px;
    padding: 6px 15px;
    font-weight: 400;
    color: var(--shopInfo_basicTextColor);
    font-size: 15px;
}

#birthday, #interview{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 600px);
    min-width: 250px;
    height: 45px;
    border: solid 1.5px #aaa;
    border-radius: 5px;
    margin-left: 18px;
    padding: 6px 15px !important;
    font-weight: 400;
    color: var(--shopInfo_basicTextColor);
    font-size: 15px;
}

@media screen and (max-width: 750px) {
	.mainSection07__webFormContent p{
		flex-direction: column;
	}
	
	.userName, .userEmail{
		display: flex;
		justify-content: flex-end;
		align-items: center;
		width: 100%;
		height: auto;
	}
	
	.birthday, .interview{
		display: flex;
		justify-content: flex-end;
		align-items: center;
		width: 100%;
		height: auto;
	}
	
	#userName, #userEmail{
		margin-left: 0;
	}
	
	#birthday, #interview{
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0;
	}
}

.mainSection07__extraWebForm{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 40px 20px;
    background-color: #efefef;
    margin-top: 15px;
}

.mainSection07__smoothMessageBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.mainSection07__smoothMessageBox p{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
}

.mainSection07__smoothMessageColumn1{
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: var(--shopInfo_basicTextColor);
    padding-bottom: 5px;
    width: 90%;
    border-bottom: solid 1px #747474;
	margin-bottom: -5px;
}

.mainSection07__smoothMessageColumn2{
    display: block;
    font-weight: 400;
    font-size: 13px;
    color: var(--shopInfo_basicTextColor);
	margin-top: -8px;
}

.mainSection07__extraWebFormContent{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    height: auto;
    margin: 18px 0;
}

.mainSection07__extraWebFormContent p{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	height: auto;
}

.mainSection07__extraWebFormContent br{
	display: none;
}

.mainSection07__extraWebFormContent label{
    display: block;
    width: 150px;
    font-weight: 500;
    font-size: 15px;
    color: var(--shopInfo_basicTextColor);
}

.nightWork_experience{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	height: auto;
}

.nightWork_experience span{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
}

.phoneNumber{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
}

#phone-number{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    margin-left: 18px;
    padding: 6px 15px;
    font-weight: 400;
    color: var(--shopInfo_basicTextColor);
    background-color: var(--shopInfo_main-background-color);
    font-size: 15px;
}

#working-days_box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 168px);
    height: 45px;
    margin-left: 18px;
    font-weight: 400;
    color: var(--shopInfo_basicTextColor);
    font-size: 14px;
}

#working-days{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 90px;
    height: 45px;
    border-radius: 5px;
    padding: 6px 15px;
    font-weight: 400;
    color: var(--shopInfo_basicTextColor);
    background-color: var(--shopInfo_main-background-color);
    font-size: 15px;
    margin: 0 10px;
}

#experience_title{
    display: block;
    width: 150px;
    font-weight: 500;
    font-size: 15px;
    color: var(--shopInfo_basicTextColor);
	margin-bottom: 8px;
}

#othersTitle{
	margin-bottom: 8px;
}

#experience_box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: calc(100% - 168px);
    margin-left: 18px;
}

#experience_box label{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 30px;
    font-weight: 400;
    color: var(--shopInfo_basicTextColor);
    font-size: 15px;
}

#experience_box label input{
    margin-right: 5.5px;
}

.freeSpace{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
}

#freeSpace{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 200px;
    border-radius: 5px;
    margin-left: 18px;
    padding: 15px;
    font-weight: 400;
    color: var(--shopInfo_basicTextColor);
    background-color: var(--shopInfo_main-background-color);
    font-size: 15px;
    resize: none;
}

.mainSection07__submitButtonBox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.mainSection07__submitButtonBox label input{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: auto;
    padding: 20px;
    border-radius: 5px;
    background-color: var(--shopInfo_accent-color01);
    box-shadow: 2px 2px 3px #a3a3a3;
    color: #fefefe;
    font-weight: 600;
    font-size: 16px;
    transition: .1s;
}

.mainSection07__submitButtonBox label input:hover{
    background-color: var(--shopInfo_accent-color02);
    transition: .1s;
}

.mainSection07__webFormCheck1{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 268px);
    height: 45px;
    border: solid 1.5px #aaa;
    border-radius: 5px;
    margin-left: 18px;
    padding: 6px 15px;
    font-weight: 400;
    color: var(--shopInfo_basicTextColor);
    font-size: 15px;
}

@media screen and (max-width: 750px) {
    .mainSection07__extraWebForm{
        padding: 40px 12px;
    }

    .mainSection07__smoothMessageColumn1{
        width: 95%;
        font-size: 15px;
    }

    .mainSection07__smoothMessageColumn2{
        font-size: 11px;
    }

    .mainSection07__extraWebFormContent{
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    #experience_title, #othersTitle{
        width: 100%;
        margin-bottom: 10px;
        font-size: 14px;
    }

    #experience_box, #working-days_box, #phone-number, #freeSpace{
        width: 98%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 500px) {
    .mainSection07__webFormContent{
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        overflow: hidden;
    }

    .mainSection07__webFormContentTitleBox{
        width: 100%;
        margin-bottom: 10px;
    }
}

.mainSection08{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 80px 0;
    background-color: var(--shopInfo_accent-background-color);
}

.mainSection08__container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 95%;
    max-width: 800px;
    height: auto;
}

.mainSection08__titleBox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    font-weight: 600;
    font-size: 20px;
    color: var(--shopInfo_basicTextColor);
}

.mainSection08__dailyListBox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.mainSection08__dailyList{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
}

.mainSection08__dailyList li{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 80px;
    background-color: #fff;
    margin: 0 4px;
    border-radius: 8px;
}

.mainSection08__dailyList li a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: 400;
    font-size: 13px;
    color: var(--shopInfo_basicTextColor);
}