﻿/*----------------Form-----------------*/
.box07 {
    width: 600px;
    margin: 0 auto;
}

.idx-ttl {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.b07-form input {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-size: 14px;
    font-style: italic;
    padding: 10px;
    color: #a6a6a6;
    box-shadow: 0px 0px 2px #e3e3e3;
}

.b07-form-row:nth-child(1) input {
    width: 100%;
}

.b07-form-row {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

    .b07-form-row:nth-child(1) input:nth-child(1), .b07-form-row:nth-child(2) input:nth-child(1) {
        width: 60%;
    }

    .b07-form-row:nth-child(2) input:nth-child(2), .b07-form-row:nth-child(1) input:nth-child(2) {
        width: calc(40% - 10px);
    }

.b07-form textarea {
    border: none;
    font-size: 14px;
    font-style: italic;
    padding: 13px 30px 15px;
    color: #a6a6a6;
    width: 100%;
    height: 110px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    box-shadow: 0px 0px 2px #e3e3e3;
}

.b07-form button {
    background: #ff0000;
    border: none;
    color: #fff;
    text-align: center;
    margin: 25px auto 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding-left: 20px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.5s;
}

    .b07-form button:after {
        content: '';
        position: relative;
        display: inline-block;
        width: 43px;
        height: 50px;
        margin-left: 20px;
        background: url("/assets/images/b07_icon03.png") no-repeat center center #b92c2c;
    }

    .b07-form button:hover {
        background: #f11e29;
    }

.b07-form ::-webkit-input-placeholder {
    color: #000;
}

.b07-form ::-moz-placeholder {
    color: #000;
}

.b07-form :-ms-input-placeholder {
    color: #000;
}

.b07-form :-moz-placeholder {
    color: #000;
}
/*--------------------------------------*/
.doitac ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.doitac li {
    list-style-type: none !important;
    list-style: none !important;
    margin: 0 15px 15px;
}

    .doitac li a {
        border: 1px solid #ccc;
        display: flex;
        background: #fff;
        justify-content: center;
        align-items: center;
        height: 120px;
    }

.layout {
    display: flex;
    justify-content: space-between;
}

.system {
    justify-content: center;
}

    .system .mainvisual_ttl {
        text-align: center;
    }

.col_left {
    width: 300px;
}

.col_right {
    width: calc(100% - 350px);
}

.col_left a {
    text-decoration: none;
}

.sidebar_list a {
    display: block;
    padding: 7px 10px;
    border-bottom: 1px dashed #ccc;
}

.sidebar_itm_ttl {
    color: var(--mcolor);
    margin-bottom: 13px;
    font-size: 170%;
}



@media screen and (max-width: 768px) {
    .layout {
        flex-wrap: wrap;
    }

        .layout > div {
            width: 100%;
        }

    .col_left {
        display: none;
    }

    .box07 {
        width: 100%;
    }

    .b07-form ::-webkit-input-placeholder {
        font-size: 10px;
    }

    .b07-form ::-moz-placeholder {
        font-size: 10px;
    }

    .b07-form :-ms-input-placeholder {
        font-size: 10px
    }

    .b07-form :-moz-placeholder {
        font-size: 10px;
    }

    
}

@media screen and (max-width: 480px) {
}
