@charset "utf-8";

.site_wrapper {
    max-width: 1080px;
    width: 100%;
}

.contents_indent {
    padding: 60px 15px;
}

.title01 {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
}

.lead-text {
    line-height: 1.8em;
    letter-spacing: 0.05em;
    margin: 30px 0 0;
}

.notice-box {
    border: solid 1px #fff;
    padding: 20px 15px;
    margin: 20px 0 0;
}

.notice-text {
    line-height: 1.8em;
    letter-spacing: 0.05em;
}

.form-area {
    margin: 60px 0 0;
}

.form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-dl {
    display: block;
}

.form-dt {
    width: 100%;
}

.form-dd {
    width: 100%;
    margin: 10px 0 0;
    position: relative;
}

.required-text {
    font-size: 12px;
    color: #f06671;
}

.form-notice-text {
    font-size: 12px;
    color: #ccc;
    margin: 10px 0 0;
}

.form-add-area {
    display: block;
    margin: 10px 0 0;
}

.form-input {
    width: 100%;
    padding: 10px 5px;
    box-sizing: border-box;
}

.form-select {
    padding: 10px 5px;
    box-sizing: border-box;
}

.form-input-zip {
    max-width: 60px;
}

.form-text-area {
    width: 100%;
    padding: 10px 5px;
    height: 150px;
    box-sizing: border-box;
}

.form-input-date {
    max-width: 100px;
}

.form-check:not(:first-child) {
    margin: 5px 0 0;
}

.bike-color-group {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
}

.bice-color-img {
    padding: 0 0 100%;
    height: 0;
    position: relative;
}

.bice-color-img > img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.bike-color-text-box {
    text-align: center;
    margin: 10px 0 0;
}

.shop-plan-content {
    display: none;
}

@media screen and (min-width:768px) {

.contents_indent {
    padding: 80px 15px;
}
    
.title01 {
    font-size: 32px;
}

.lead-text {
    margin: 40px 0 0;
    text-align: center;
}

.notice-box {
   text-align: center;
}

.notice-box {
    padding: 30px 15px;
    margin: 30px 0 0;
}

.form-area {
    margin: 60px 0 0;
}

.form {
    gap: 30px;
}

.form-dl {
    display: flex;
    justify-content: space-between;
}

.form-dt {
    width: 25%;
}

.form-dd {
    width: 70%;
    margin: 0;
}

.bike-color-group {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

}