/*all*/
html{
    font-size: 16px;
}
.fix{
    padding: 0 30px;
    font-family: 'Book Antiqua';
    color: #101010;
}

/*header*/
.header_top{
    background-color: #E2EDFE;
    padding: 10px 0;
}
.header_top p{
    font-family: Consolas;
    font-size: 1.0rem;
    padding-left: 6.0rem;
}
.menu_pc{
    padding: 10px 0;
}
.menu_pc h1{
    font-family: Cambria;
    font-size: 3.0rem;
}
.menu_pc a {
    text-decoration: none;
    color: #101010;
    font-size: 20px;
    display: inline-block;
    padding: 20px 40px 0px 40px;
}
.menu_notpc{
    display: none;
}


/*single header*/
.header_title{
    background-color: #E2EDFE;
    padding: 7rem 0;
    text-align: center;
    font-family: Century;
    margin-bottom: 2rem;
}
.header_title h3{
    font-size: 4rem;
    font-weight: bold;
}
.header_title p{
    font-size: 1.3rem;
}

/*footer*/
.footer_top{
    background-color: #E2EDFE;
    padding: 3rem 0;
}
.footer_address{
    margin: 2rem 0 2rem 6rem;
}
.footer_address h1{
    font-family: Cambria;
    font-size: 3rem;
}
.footer_address address{
    font-family: Consolas;
    font-size: 1rem;
}
.footer_address dt{
    font-family: Century;
    font-size: 1.5rem;
}
.mail{
    text-decoration: none;
    color: #101010;
}
.ftsns {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #707070;
    position: relative;
    display: inline-block;
    margin: 0.5rem 1rem;
}
.fb {
    text-decoration: none;
    color: #706D6D;
    font-size: 15px;
    position: absolute;
    top: 7px;
    left: 8px;
}
.tw {
    text-decoration: none;
    color: #706D6D;
    font-size: 15px;
    position: absolute;
    top: 8px;
    left: 6px;
}
.ig {
    text-decoration: none;
    color: #706D6D;
    font-size: 15px;
    position: absolute;
    top: 7px;
    left: 7px;
}
.footer_fix dd{
    display: inline-block;
    font-family: Consolas;
    font-size: 1rem;
}
.footer_fix dt{
    padding-left: 2rem;
    font-family: Century;
    font-size: 1.5rem;
}
.footer_fix li{
    list-style: none;
}
.footer_bottom{
    background-color: #D0E0F8;
    padding: 1rem 0;
}
.payment{
    text-align: right;
}
.payment i{
    color: #706D6D;
    font-size: 1.3rem;
    padding: 0 2rem;
}

/*main*/
.contents_fix{
    padding-left: 3.0rem;
    margin: 6rem 0;
}
/*left*/
.left{
    width: 50%;
    float: left;
}
.left h2{
    font-family: Century;
    font-size: 3.0rem;
}
.left p{
    font-family: Consolas;
    font-size: 0.9rem;
    color: #878383;
}
.input1{
    margin: 20px 0px;
}
.input2{
    margin: 20px 0px;
}
/*right*/
.right{
    width: 50%;
    float: right;
}
.right_fix{
    background-color: #D0E0F8;
    width: 80%;
    margin: 20px auto;
    padding: 20px 0px;
}
.right_fix dl{
    margin-left: 5.0em;
}
.right_fix dt{
    font-family: Century;
    font-size: 1.6rem;
    display: inline-block;
    border-bottom: 2px solid #101010;
}

/*float clear*/
.clear{
    clear: both;
}
