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: 100px;
    font-weight: bold;
    color: #000000;
}

@media (min-width: 576px) {
    header img {
        width: 100%;
    }
}

header .box--border {
    text-align: center;
    font-size: x-large;
}

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


.ttl {
    border-top: 6px solid red;
    padding-top: 16px;
    padding-left: 20px;
    padding-bottom: 16px;
    margin-top: 20px;
    color: #000000;
    font-size: 32px;
    font-weight: bold;
    width: 100%;
    background: linear-gradient(white, rgb(255, 0, 0));
}

@media (max-width:575px) {
    .ttl {
        border-top: 10px solid #000000;
        padding-left: 20px;
        margin-top: 20px;
        color: #000000;
        font-size: 26px;
        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: 8px;
    padding: 8px;
}

th {
    font-weight: normal;
    width: 120px;
    background-color: #fad0d3;
    border: groove 1px #666;
}

td {
    font-weight: normal;
    width: auto;
    border: groove 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: 16px;
    border: 4px solid #ea5532;
    width: 85%;
    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;
}

/*中山ブロック工業追記*/    
p.indent-1 {
	padding-left:2em;
    padding-right:2em;
	text-indent:-1em;
}

.th-td_money {
    font-size: 20px;
    font-weight: normal;
    color: #000000;
    margin: 6px;
    padding: 6px;
}

/*アングルタナカ追記*/
.font_bold {
    font-weight: bold;
}

/*LIMA NAIL追記：中央寄せ*/
p.center {
    text-align: center;
}

/*LIMA NAIL追記：公式LINEバナーサイズ調整*/
.img-size {
    width: 232px;
    height: auto;
}

.img-size-half {
    width: 116px;
    height: auto;
}

/*りんご追記：左寄せ*/
p.left {
    text-align: left;
}