body {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial;
    background-color: #ffffff;  
    width: 100%;
    padding: 20px;
}

header {
    width: 100%;
    height: auto;
    text-align: center;
}

main {
    width: 100%;
}

@media (max-width: 575px){
    body {
        padding: 10px;

    }main {
        width: 100%;
    }
}

footer {
    width: 100%;
}

p {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 36px;
    font-size: 20px;
    color: #000000;
}

header > h1 {
    font-size: 37px;
    line-height: 23px;
    font-weight: bold;
    color: #063085;
}

.blue--color {
    color: #063085;
    font-size: 27px;
    font-weight: bold;
}


.ttl {
    border-top: 4px solid #063085;
    padding-left: 7px;
    margin-top: 20px;
    color: #000000;
    font-size: 25px;
    font-weight: bold;
    width: 100%;
    background: linear-gradient(white, rgb(211, 210, 210));
}

@media (max-width:575px) {
    .ttl {
        border-top: 10px solid #063085;
        padding-left: 7px;
        margin-top: 20px;
        font-size: 18px;
        line-height: 35px;
    }
    .blue--color {
        font-size: 20px;
    }

    header > h1 {
        font-size: 22px;
        line-height: 23px;
        font-weight: bold;
    }
    .copyright {
        font-size: 14px;
    }
    p {
        font-size: 20px;
    }
    header > p {
        text-align: left;
    }
}

th,
td {
    font-size: 16px;
    color: #000000;
}

th {
    font-weight: normal;
    width: 110px;
    background-color: #f3f3f3;
    border: dotted 1px #666;
}

td {
    font-weight: normal;
    width: auto;
    border: dotted 1px #666;
}

@media (max-width:575px) {
    th,
    td {
        font-size: 16px;
    }
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

section {
    max-width: 1000px;
    margin: 50px auto;
    padding: 0 10px;
}

.box--border {
    padding: 27px;
    border-radius: 26px;
    border: 4px solid #063085;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:575px) {
    .box--border {
        padding: 11px;
        width: 100%;
    }
}

.img {
    margin-top: 20px;
    margin-bottom: 40px;
}

.tableCompany {
    margin: 30px auto 0px auto;
}

.map {
    margin:30px auto 0px auto; 
    max-width: 400px;
    height:400px; 
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.leftContainer {
    border: 1px solid #2472a7;
    margin-left: 0px;
    margin-right: auto;
}
.leftContainer p {
    font-size: 12px;
}
.leftText {
    background:#1b5bbb;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
