﻿.form_title{
    background: #009ca2;
    color:#fff;
    font-weight: bold;
    font-size:18px;
    padding:3px;
}

.q_set{
    padding:20px 10px;
    overflow: hidden;
    border-bottom:solid 1px #ccc;
  display: -webkit-flex; /* Safari */
  display: flex;
}
.q_title{
    font-weight: bold;
    font-size:18px;
    margin-bottom:5px;
    width:250px;
}

.q_answer{
    width:750px;
}

.zipcode{
    width:100px;
}

.default_textarea{
    width:500px;
    height:200px;
}

.hissu{
    display: inline-block;
    background-color: #ca161e;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    padding: 4px 4px 3px;
    vertical-align: middle;
}


.mailsubmit{
    width: 280px;
    display: block;
    margin: 15px auto 5px;
    padding: 8px 0;
    background-color: #009CA2;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.4s;
}

.leftChoice,.rightChoice{
    width:50%;
    display: inline-block;
    vertical-align: top;
}
    body{
        font-size:16px;
    }

.pconly{
    display:block;
}
.sponly{
    display:none;
}

.privacy-policy-agree{
    left:0;
    right:0;
    margin:20px auto 10px auto;
}



@media screen and (max-width: 720px) {

    .pconly{
        display:none;
    }
    .sponly{
        display: block;
    }


    #wrapper #header{
        min-width: 100%;
        height:auto;
    }
    #wrapper #header .header_1 .header_1_contents{
        width:100%;

    }
    .header_1{
        display: none;
    }

    #wrapper #header .header_2 .header_2_contents{
        width:100%;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
        padding-bottom:5px;
        position:relative;
    }

    #wrapper #header .header_2 .header_2_contents p.header_logo{
        width:50%;
    }
    #wrapper #header .header_2 .header_2_contents p.header_logo img{
        width:60%;
        height:auto;
        margin-left:15px;
        margin-top:5px;
        margin-bottom:5px;
    }
    #wrapper #header .header_2 .header_2_contents p.header_right_tel{
        width:50%;
        padding-right:0;
        text-align: right;
        float:none;
        position:absolute;
        right:0;
        top:5px;
    }
    #wrapper #header .header_2 .header_2_contents p.header_right_tel img{
        width:70%;
        margin-top:2px;
        margin-right:5px;
    }

    #nav_contents2{
        display:none;
    }

    #contents{
        width:100%;
    }
    .ttlbox h1{
        font-size:16px;
        margin-bottom:10px;
    }
    .form_title{
        background: #009ca2;
        color:#fff;
        font-weight: bold;
        font-size:18px;
        padding:3px;
    }

    .q_set{
        padding:10px;
        overflow: hidden;
        border-bottom:solid 1px #ccc;
        display: block;
    }
    .q_title{
        font-weight: bold;
        font-size:18px;
        margin-bottom:5px;
        width:auto;
    }
    .q_answer{
        width:auto;
    }

    .name_input{
        width:47%;
    }
    .default_input{
        width:100%;
    }

    .default_textarea{
        width:100%;
    }

    .privacy_frame{
        padding:10px;
        width:100%;
        box-sizing: border-box;
    }


    .selectBox{
        margin-bottom:10px;
    }

    #formbox table{
        width:100%;
    }
    .formbtn{
        width:100%;
        padding:10px;
    }

    .desc{
        font-size:12px;
    }
    .leftChoice,.rightChoice{
        width:100%;
        display: block;
    }

    .flowblock{
        width:90%;
        border:solid 2px rgb(43, 99, 180);
        margin:auto;
        left:0;
        right:0;
        border-radius: 5px;
    }
    .flowTitle{
        text-align:center;
        background-color: rgb(43, 99, 180);
        color:#fff;
        font-weight: bold;
        font-size:12px;
        padding:3px;
    }
    .flowDesc{
        font-size:14px;
        text-align: center;
        padding:3px 3px;
    }
    .flowArrow{
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 12.5px 0 12.5px;
        border-color: #ffd500 transparent transparent transparent;
        margin:5px auto;
        left:0;
        right:0;
    }
    .flowArea{
        margin-bottom:10px;
    }
    .privacy-policy-agree{
        width:95%;
    }

}