@charset "utf-8";
/*header*/
header{
    background-image: url("../images/company/mainview.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 0 40px;
}

header .copy_txt{
    clear: both;
    text-align: center;
    color: hsla(0,0%,100%,0.83);
    margin: -25px 0 35px 0;
    text-shadow: 1px 1px 23px hsla(18,91%,9%,1.00);
}

/*contact*/
.contact h2{
    font-size: 2.8em;
    text-align: center;
    letter-spacing: 2px;
    background-color: #fff;
    padding: 0 0 40px;
}
.contact p{
    text-align: center;
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    font-size: 1.1em;
    line-height: 1.4;
    letter-spacing: 1px;
    margin: 0 0 15px;
}
.contact p a{
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    font-weight: bold;
}
.contact p span{
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    color: #dc4f4f;
}
.contact .msg{
    margin: 0 0 45px;
}
.contact .tel{
    margin: 40px auto ;
}
.contact .tel address{
    text-align: center;
}

.contact article{
    padding: 40px 0 0;
    border-top: dotted 1px #c9c9c9;
}
.contact .under{
    border-top: none;
}
.contact article dl{
    border-bottom: dotted 1px #c9c9c9;
    margin: 50px auto 40px;
    letter-spacing: 1px;
}
.contact article dt{
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    font-weight: bold;
    font-size: 1.1em;
}
.contact article dt span{
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    color: #fff;
    background-color: #dc4f4f;
    padding: 5px 10px;
    margin: 0 10px 0 0;
    border-radius: 5px;
}
.contact article dd{
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    min-height: 100px;
}
.contact article dd span{
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    color: #6b6b6b
}
.contact article .btn4 [type="button"]{
    margin: 0 auto 35px;
}
.contact article .btn2 [type="submit"]{
    margin: 0 auto;
}

.contact label{
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
}
.contact article [type="radio"]{
    margin: 0 5px 15px 0;
}
.contact article [type="text"],.contact article [type="tel"],.contact article [type="email"]{
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    border: solid 1px #b7b7b7;
    padding: 5px;
    margin: 0 0 5px;
    width: 100%;
    height: 35px;
}
.contact article textarea{
    border: solid 1px #b7b7b7;
    width: 100%;
    height: 160px;
    overflow-y: scroll;
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    padding: 5px;
}

/*privacy*/
.privacy h2{
    font-size: 2.8em;
    text-align: center;
    letter-spacing: 2px;
    background-color: #fff;
    padding: 0 0 40px;
}
.privacy p{
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    font-size: 1.1em;
    line-height: 1.4;
    letter-spacing: 1px;
    margin: 0 0 40px;
}
.privacy article{
    padding: 40px 0 0;
    border-top: dotted 1px #c9c9c9;
}
.privacy dt{
    font-size: 1.5em;
    letter-spacing: 2px;
    padding: 0 0 10px;
    color: #5C5C5C;
}
.privacy dd{
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 1.6;
    padding: 0 0 40px;
    color: #212121;
}
.privacy dd ul{
    margin: 10px 0 0;
}
.privacy dd ul li{
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    font-size: 1em;
    margin: 5px 0 0;
}
.privacy dd a{
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
}

@media (min-width:641px){
    
    /*header*/
    header .copy_txt{
    font-size: 6em;
    }
    header .txt01,header .txt02{
        margin: 10px 0 145px 0;
    }
    header nav .top_hide{
        display: inline-block;
    }
    
    /*contact*/
    .contact{
        padding: 50px 0;
    }
    .contact .tel{
        width: 740px;
    }
    .contact article dl{
        width:1100px;
    }
    .contact article dt{
        width: 250px;
        float: left;
        clear: both;
        padding: 20px 0;
        margin: 0 0 0 170px;
    }
    .contact article dd{
        border-top: dotted 1px #c9c9c9;
        padding: 20px 170px 20px 430px;
    }
    
    /*privacy*/
    .privacy{
        padding: 50px 0;
        margin: 0 auto;
    }
    .privacy p{
        text-align: center;
    }
    .privacy dl{
        width: 1100px;
        margin: 0 auto;
    }
}

@media (max-width:640px){
    
    /*header*/
    header .copy_txt{
        font-size: 4em;
    }
    header .txt02{
       margin: 5px 0 80px 5px;
    }
    
    /*contact*/
    .contact{
        padding: 50px 20px;
    }
    .contact .tel{
        width: 100%;
    }
    .contact article dt{
        border-top: dotted 1px #c9c9c9;
        padding: 20px 0;

    }
    .contact article dd{
        padding: 10px 0 20px;
    }
    
    /*privacy*/
    .privacy{
        padding: 50px 20px;
    }
    .privacy p{
        text-align: justify;
    }
    .privacy p br{
        display: none;
    }
}