body {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial;
    background-color: #ffffff !important;
    width: 100%;
    padding: 20px;
}
/* レスポンシブ表示非表示切り替え */
.pcNone {
    display: none;
}
@media (max-width: 575px){
    .spNone {
        display: none;
    }
    .pcNone {
        display: block;
    }
}

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

main {
    width: 100%;
}

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

    }main {
        width: 100%;
    }
}

footer {
    width: 100%;
}

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

header > h1 {
    font-size: 57px;
    font-weight: bold;
    color: #000000;
}
@media (min-width: 576px) {
    header img {
        width: 60%;
    }
}
header .box--border {
    text-align: left;
}

.blue--color {
    color: rgb(000, 112, 192);
    font-size: 27px;
    font-weight: bold;
}


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

@media (max-width:575px) {
    .ttl {
        border-top: 10px solid red;
        padding-left: 7px;
        margin-top: 20px;
        color: black;
        font-size: 22px;
        line-height: 35px;
    }
    .blue--color {
        font-size: 20px;
    }
    header > h1 {
        font-size: 40px;
        font-weight: bold;
    }
    .copyright {
        font-size: 14px;
    }
    p {
        font-size: 18px;
    }
}

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

th {
    font-weight: normal;
    width: 120px;
    background-color: #f0f0f0;
    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 red;
    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;
}

.leftText {
    background: rgb(000, 112, 192);
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.info_text {
    font-size: 24px;
    line-height: 39px;
}
.guideLines span {
    font-size: 24px;
}
.treatment span {
    font-size: 24px;
}
.check {
    margin: 20px 0;
}

.textRed {
    color: red;
    font-size: 20px !important;
}

.tablemoney {
    width: 100%;
}

.tablemoney th{
    width: 20%;
}

/*ケーツー追加　表の文字揃え調整*/
.tablemoney td {
    text-align: start;
}

@media (min-width: 576px) {
    .pcmt0 {
        margin-top: 0;
    }
}

.mb-20 {
    margin-bottom: 20px;
}

/*天沼インテリア追加　マップの上部空き調整*/
@media (min-width: 576px) {
    .pcmt0 {
        margin-top: 30px;
    }
}

/*天沼インテリア追加　会社情報の行間調整*/
.info_text {
    font-size: 24px;
    line-height: 50px;
}
