@charset "utf-8";

/* CSS Document */
#contents {
    position: relative;
}

#inquiry {
    position: relative;
    width: 80%;
    margin: 50px auto 80px;
    max-width: 900px;
}

#inquiry dt {
    font-family: 'Open Sans';
    /*font-family: 'Crimson Text', serif;*/
    font-weight: 700;
    font-size: 190%;
    line-height: 1;
    color: #d03828;
    text-align: left;
}

#inquiry dt img {
    width: 60px;
    height: auto;
    display: block;
    margin: 0 0 1em 2em;
}

#inquiry dt span {
    display: block;
    font-size: 300%;
    margin: 0.1em 0 0.3em;
    color: #d03828;
}

#inquiry dt span br {
    display: inline;
}

#inquiry dt span span {
    font-weight: 600;
    font-size: 20%;
    color: #001861;
}

#inquiry dd {
    text-align: left;
}

#inquiry h2 {
    font-size: 140%;
    margin-bottom: 0.5em;
    line-height: 1.7;
}

@media screen and (max-width: 768px) {
    #inquiry {
        margin: 50px auto 50px;
    }

    #inquiry dt {
        font-size: 120%;
    }

    #inquiry dt span span {
        font-size: 25%;
    }

    #inquiry dd {
        font-size: 90%;
        text-align: justify;
    }

    #inquiry dd a {
        text-align: center;
    }

    #inquiry dd p br {
        display: none;
    }

    #inq_ #inquiry dd p br {
        display: inline;
    }
}

@media screen and (max-width:480px) {
    #inquiry {
        margin: 30px auto;
        width: 90%;
    }

    #inquiry dt {
        font-size: 110%;
    }

    #inquiry dd h2 br {
        display: none;
    }

    #inquiry dd {
        font-size: 80%;
    }

    #inquiry dt img {
        display: none;
    }
}

@media screen and (max-width:380px) {
    #inquiry dt {
        font-size: 70%;
    }
}

i {
    padding-right: 0.2em;
}

#inq_box {
    width: 80%;
    margin: 0 auto;
    max-width: 900px;
}

@media screen and (max-width: 768px) {
    #inq_box {
        font-size: 90%;
    }
}

@media screen and (max-width:480px) {
    #inq_box {
        width: 90%;
        font-size: 80%;
    }
}

#inq1 {
    margin: 0 auto 80px;
    padding: 50px;
    text-align: center;
    border-top: 3px dotted #61709d;
    border-bottom: 3px dotted #61709d;
    font-size: 130%;
    line-height: 1.5;
}

#inq1 dt {
    font-size: 120%;
}

#inq1 dd span {
    display: block;
    font-size: 200%;
    font-family: 'Open Sans';
    letter-spacing: 0.05em;
}

#privacy #inquiry_box p {
    font-size: 90%;
}

#privacy #inq2 {
    font-size: 90%;
}

#privacy #inq2 dt {
    font-size: 120%;
    text-align: left;
}

#privacy #inq2 dd {
    margin-bottom: 2em;
}

@media screen and (max-width: 768px) {
    #inq1 {
        margin: 0 auto 50px;
        padding: 30px;
        font-size: 110%;
    }
}

@media screen and (max-width:480px) {
    #inq1 {
        margin: 0 auto 30px;
        padding: 20px 0;
        border-top: 2px dotted #61709d;
        border-bottom: 2px dotted #61709d;
        font-size: 100%;
    }
}

#inq2 {
    margin-bottom: 4em;
    border-bottom: 3px dotted #61709d;
    padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
    #inq2 {
        padding-bottom: 50px;
    }

    #privacy #inq2 {
        padding-bottom: 50px;
        margin-bottom: 0;
    }
}

@media screen and (max-width:480px) {
    #inq2 {
        margin-bottom: 3em;
        border-bottom: 2px dotted #61709d;
        padding-bottom: 30px;
    }

    #privacy #inq2 {
        padding-bottom: 20px;
    }
}

#inq2 dt {
    text-align: center;
    font-size: 150%;
    margin-bottom: 0.5em;
}

#inq2 dd dt {
    text-align: left;
    color: #8f362d;
    font-size: 110%;
    margin: 2em auto 0.5em;
}

@media screen and (max-width:480px) {
    #inq2 dd dt {
        font-size: 100%;
    }
}

#inq2 dd dd {
    line-height: 2;
}

.fa-arrow-right {
    color: #d03828;
}

#inq2 dd dd a {
    border-bottom: 1px dotted #d03828;
}

form {
    margin: 0 auto;
}

table {
    width: 100%;
}

th {
    width: 30%;
    text-align: left;
    vertical-align: middle;
}

td {
    text-align: left;
    padding: 1.5em;
}

td input, textarea {
    padding: .5em;
    width: 70%;
    border-radius: 5px;
}

textarea {
    height: 100px;
}

select {
    padding: .5em;
    border-radius: 5px;
}

th span {
    font-size: 80%;
}

select:hover {
    cursor: pointer;
}

p input:hover {
    cursor: pointer;
}

.return {
    color: #009ee7;
}

.return img {
    padding-left: 10px;
}

.orange {
    font-size: 70%;
}

#form_submit {
    margin: 0 auto;
    padding: 2em;
    text-align: center;
}

#form_submit input {
    padding: 0.7em;
    border-radius: 5px;
}

@media screen and (max-width: 768px) {
    th {
        width: 40%;
    }

    td {
        padding: 1.5em 0;
    }

    td input, textarea {
        width: 100%;
    }
}

@media screen and (max-width:480px) {
    th, td {
        display: block;
        width: 100%;
    }

    td {
        padding: 1.5em 0;
    }

    #form_submit {
        margin: -2em auto 0;
    }
}

input[type="text"] {
    font-size: 110%;
}

textarea {
    font-weight: bold;
}

#inq_select {
    display: flex;
    justify-content: space-between;
    margin: 3rem 0 2rem;
}

#inq_select li {
    width: 49%;
    ;
}

#inq_select li a {
    display: block;
    background: #001861;
    color: #fff;
    padding: 2rem;
    font-size: 130%;
    border-radius: 15px;
    text-align: center;
    width: 100%;
}

#inq_select li a br {
    display: none;
}

td.table_title {
    padding: 0;
}

table td h2 {
    text-align: center;
    margin: 2rem auto 1rem;
    font-size: 120%;
    background: #e5e5e5;
    padding: 0.75rem;
}

.orangebox {
    background: rgb(255, 75, 4);
    color: #fff;
    padding: 0.25rem;
    margin-right: 0.5rem;
    font-size: 70%;
}

@media screen and (max-width: 768px) {
    #inq_select li a br {
        display: inline
    }
}

@media screen and (max-width:480px) {
    #inq_select li a {
        padding: 1rem;
        font-size: 120%;
        border-radius: 10px;
        margin-bottom: 1rem;
    }

    #inq_select li a br {
        display: none;
    }

    #inq_select {
        display: block;
        margin: 1rem 0;
    }

    #inq_select li {
        width: 100%;
    }
}