@charset "utf-8";

/* PC�pCSS */
@media print,
screen and (min-width: 415px) {

    /*���₢���킹*/
    #oe_body_main {
        font-size: 1.5vw;
    }

    #oe_body_main h2 {
        border-bottom: solid;
        border-color: #20b2aa;
        border-width: 5px;
        /*5�s�N�Z���̑����ɂ���*/
    }

    .contact_msg {
        border: 0px;
        margin-left: 30px;
    }

    .phone_table {
        width: 40%;
        margin: 0px;
    }

    .phone_table tr > *:first-child {
        width: 40px;
        text-align: right;
    }

    .phone_table tr > *:first-child + * {
        width: 120px;
        text-align: left;
    }

    .phone_table a {
        font-size: 2.5vw;
    }

    .phone_img {
        width: 30px;
    }

    #form {
        margin-left: 50px;
    }

    .spanreq {
        color: white;
        font-size: 1.5vw;
        border-radius: 5px;
        /* CSS3���� */
        -webkit-border-radius: 5px;
        /* Safari,Google Chrome�p */
        -moz-border-radius: 5px;
        /* Firefox�p */
        -ms-border-radius: 5px;
        background-color: red;
        padding: 3px;
    }

    #oe_body_main table {
        margin-left: auto;
        margin-right: auto;
        border-spacing: 0px 10px;
    }

    #oe_body_main table tr > *:first-child {
        width: 30%;
    }

    #oe_body_main table > *:first-child + * {
        width: 60%;
    }

    #name {
        font-size: 1.5vw;
        height: 30px;
        width: 40%;
    }

    #msg {
        font-size: 1.5vw;
        height: 90px;
        width: 80%;
    }

    #address_num {
        font-size: 1.5vw;
        height: 30px;
        width: 40%;
    }

    #address {
        font-size: 1.5vw;
        height: 30px;
        width: 40%;
    }

    #zip {
        font-size: 1.5vw;
        height: 30px;
        width: 30%;
    }

    #mail {
        font-size: 1.5vw;
        height: 30px;
        width: 80%;
    }

    #phone {
        font-size: 1.5vw;
        height: 30px;
        width: 40%;
    }

    #send_button {
        font-size: 1.6vw;
        width: 8vw;
        height: 3.7vw;
    }

    #souryou{
        font-size: 1.5vw;
        height: 30px;
    }
    #souryou100{
        font-size: 1.5vw;
        height: 30px;
    }

    #lblsouryou{
        font-size: 1.5vw;
        height: 30px;
        width: 40%;
        text-align: center;
    }
    #lblsouryou100{
        font-size: 1.5vw;
        height: 30px;
        width: 40%;
        text-align: center;
    }

    .addition {
        font-size: 1.3vw;
        margin-left: 10px;
    }

    .successMsg {
        margin-left: 30px;
        margin-top: 50px;
        font-size: 20pt;
    }

    .failMsg {
        margin-left: 30px;
        margin-top: 50px;
    }
    .souryou{
        border-collapse: collapse;
        border-spacing: 0;
        table-layout: fixed;
    }
    .souryou th{
        background-color:azure;
    }
    .souryou th, .souryou td{
        border: solid 1px;  /* 枠線指定 */
        padding: 5px;      /* 余白指定 */
        width: 20%;
        text-align: center;
    }
    /*���₢���킹*/
}
