@charset "UTF-8";

.henkankanren .dnone{
    display: none;
}
.henkankanren .dinline{
    display: inline;
}

.henkankanren .dhyoji{
    display: inline-block;
}
.henkanran{
 padding-top: 1%; 
 font-size: 12px;
 background: #f8e3c1!important;
}

.henkanran.setume{
    border-bottom: none;
}
table.mailform tr td.henkantd{
    display:block;
    width: 100%;
    padding: 10px 20px!important;
    box-sizing: border-box;
    }
.henkanbox{
 display:flex;
 height: 200px;
 flex-wrap: wrap;
 width: 100%;
}
.henkahi{
    width: 50%;
    height: 100%;
    display: grid;
    place-items: center start;
}
.henkanmi{
    width: 50%;
    box-sizing: border-box;
    background: #ddd;
    height: 100%;
    display: grid;
    place-items: center;
}
.henkanmi .showmae{
    display :none;
}
.henkanmi .show{
    object-fit: contain;
    width: 150px;
    height: 150px;
    display: inline;
    }
    .henkanbtn{
        display: inline-block;
        background: #f19500;
        color: #fff;
        font-weight: bold;
        padding: 1% 4%;
        border-radius: 8px;
        cursor: pointer;
    }
        .henkanbtnrd{
            background: #f00;
        }
        a.henkanbtnrd:hover{
            color: #fff;
        }

    table.mailform tr.henkanbtnran{
        border-bottom: solid 1px #ccc;
        background: #fdd99d;
        cursor: pointer;
    }
    table.mailform tr.henkanbtnran.henkanbtnue{
        border-top: solid 1px #ccc;

    }
       table.mailform tr.henkanbtnran td{
        font-weight: bold;
        text-align: center;
        width: 100%;
        display: block;
        font-size: 16px;  
        box-sizing: border-box;
    }
    table.mailform tr.henkanbtnran i{
        font-size: 120%;
        color: rgb(194, 2, 2);
        margin-right: 5px;
    }



    @media screen and (max-width: 576px){
    .henkanbox{
     height: auto;
    }
    .henkahi{
    width: 100%;
    height: auto;
    }
    .henkanmi{
    margin-top: 7%;
    width: 100%;
    height: 200px;
    }
    }