@charset "UTF-8";

.con07 .wpcf7-list-item{
    margin: 0;
}

.con07 form {
    background: rgb(255, 255, 255);
    padding: 0 10px 30px
}

.con07 .blockWrapper {
    padding: 10px
}

.con07 [class$="Block"] {
    font-size: 14px;
    line-height: 1.2
}

.con07 [class$="__labelWrapper"] {
    display: flex
}

.con07 [class$="__labelWrapper"]>label {
    font-size: 15px
}

.con07 [class$="__heading"] {
    display: block;
    margin-top: 10px
}

.con07 .wpcf7-text,
.wpcf7-date,
.wpcf7-textarea {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 14px;
    line-height: 1.2;
    border: 1px solid #ececec;
    border-radius: 4px;
    appearance: none;
    box-sizing: border-box;
    resize: none;
    background: none
}

.con07 .calendarBlock__input {
    position: relative
}

.con07 .calendarBlock__input::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0
}

.con07 .calendarBlock__note {
    margin-top: 10px;
    font-size: 12px;
    color: rgb(102, 102, 102)
}

.con07 .selectboxBlock__note,
.con07 .phoneNumberBlock__note {
    margin-top: 10px;
    font-size: 12px;
    color: rgb(102, 102, 102)
}

.con07 .desired-time-Block {
    margin-top: 20px
}

.con07 .useBlock__list,
.con07 .storeBlock__list,
.con07 .desired-time-Block__list {
    display: flex;
    justify-content: space-between;
    padding-left: 0
}

@media screen and (max-width:420px) {
    .con07 .desired-time-Block__list {
        flex-direction: column;
        margin-top: 0;
        margin-bottom: 10px
    }
}

.con07 .useBlock__listItem {
    width: calc(33% - 5px)
}

.con07 .storeBlock__listItem {
    width: calc(50% - 5px)
}

.con07 .desired-time-Block__listItem {
    width: calc(20% - 5px)
}

@media screen and (max-width:420px) {
    .con07 .desired-time-Block__listItem {
        width: 100%
    }
}

.con07 .useBlock__listItem,
.con07 .storeBlock__listItem,
.con07 .desired-time-Block__listItem {
    box-sizing: border-box;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.2;
    border: 1px solid #ccc;
    border-radius: 4px;
    list-style: none
}

.con07 .useBlock__label,
.con07 .storeBlock__label,
.con07 .desired-time-Block__item-label {
    display: flex;
    position: relative;
    padding: 17px 14px 17px;
    align-items: center;
    cursor: pointer
}

.con07 .useBlock__radio,
.con07 .storeBlock__radio,
.con07 .desired-time-Block__radio {
    display: none
}

.con07 .useBlock__radio+span,
.con07 .storeBlock__radio+span,
.con07 .desired-time-Block__radio+span {
    position: relative;
    padding-left: calc(17px + 6px);
    line-height: calc(17px + 1px * 2);
    display: block
}

.con07 .useBlock__radio+span::before,
.con07 .storeBlock__radio+span::before,
.con07 .desired-time-Block__radio+span::before {
    content: "";
    display: inline-block;
    position: absolute;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #b9b9b9;
    width: 17px;
    height: 17px;
    left: 0;
    margin-right: 6px;
    vertical-align: top;
    cursor: pointer;
    text-align: center
}

.con07 .useBlock__radio:checked+span::before,
.con07 .storeBlock__radio:checked+span::before,
.con07 .desired-time-Block__radio:checked+span::before {
    background-color: #0086ff;
    box-shadow: inset 0 0 0 3px #fff
}

.con07 .selectboxBlock__note>span {
    color: rgb(69, 69, 69);
    font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, Verdana, Arial, sans-serif;
    font-size: 14.4px
}

.con07 .selectboxBlock__note>span.notice {
    color: rgb(220, 23, 26)
}

.con07 [class$="Block__selectbox"] {
    display: inline-block;
    height: 45px;
    width: 100%;
    margin-top: 10px;
    padding-left: 14px;
    font-size: 14px;
    border: 1px solid #ececec;
    border-radius: 4px;
    appearance: none;
    outline-style: none;
    cursor: pointer;
    background: none
}

.con07 .badge {
    margin-left: 10px;
    padding: 0 4px;
    line-height: 1.5;
    font-size: 11px;
    color: #666;
    background: #ececec;
    border-radius: 2px
}

.con07 .badge.required {
    color: #ff5252;
    background: #ffe6e6
}

.con07 .btn {
    display: block;
    padding: 14px 0;
    font-weight: 700;
    text-align: center;
    appearance: none;
    border: none;
    color: rgb(255, 255, 255);
    background: rgb(37, 198, 209);
    cursor: pointer
}

.con07 .btn:hover {
    background: rgb(33, 167, 176)
}

.con07 .addDesiredDateTime {
    width: 200px;
    margin-left: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    border-radius: 4px
}

.con07 .submitButtonBlock {
    width: 100%;
    font-size: 18px;
    border-radius: 50px
}

/*
ここから追記コード
*/
.con07 .useBlock__radio,
.con07 .storeBlock__radio,
.con07 .desired-time-Block__radio {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
}
.con07 .desired-time-Block__radio{
    flex-wrap: wrap;
}

@media screen and (max-width:420px) {
    .con07 .desired-time-Block__radio {
        flex-direction: column;
        margin-top: 0;
        margin-bottom: 10px;
    }
}

/* 当院のご利用 */
.con07 .useBlock__radio .wpcf7-list-item {
    width: calc(33% - 5px);
}

/* ご希望のクリニック */
.con07 .storeBlock__radio .wpcf7-list-item {
    width: calc(50% - 5px);
}

/* ご予約希望時間 */
.con07 .desired-time-Block__radio .wpcf7-list-item{
    width: calc(20% - 5px);
}

@media screen and (max-width:420px) {
    .con07 .desired-time-Block__radio .wpcf7-list-item {
        width: 100%;
    }
}

.con07 .wpcf7-list-item{
    box-sizing: border-box;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.2;
    border: 1px solid #ccc;
    border-radius: 4px;
    list-style: none;
}

.con07 .wpcf7-list-item label{
    display: flex;
    position: relative;
    padding: 17px 14px 17px;
    align-items: center;
    cursor: pointer;
}

.con07 .wpcf7-list-item label input[type="radio"]{
    display: none;
}

.con07 .wpcf7-list-item label input[type="radio"]+span{
    position: relative;
    padding-left: calc(17px + 6px);
    line-height: calc(17px + 1px * 2);
    display: block;
}

.con07 .wpcf7-list-item label input[type="radio"]+span::before{
    content: "";
    display: inline-block;
    position: absolute;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #b9b9b9;
    width: 17px;
    height: 17px;
    left: 0;
    margin-right: 6px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
}

.con07 .wpcf7-list-item label input[type="radio"]:checked+span::before{
    background-color: #0086ff;
    box-shadow: inset 0 0 0 3px #fff;
}