#pcheader h1.title {
    width: 484px;
    height: 41px;
    background-image: url(/img/logo.png);
    margin: 0;
    margin-top: 70px;
}

div#pcheader {
    position: relative;
    height: 189px;
    border-bottom:4px solid #017070;
}

#pcheader .titleline {margin-top: 0;}

.titleline .buttonarea ul {
    display: flex;
    padding-top: 64px;
}
.titleline .buttonarea ul li{
    display: flex;
    padding-top: 64px;
    margin-top: 0;
    height: auto;
    padding-top: 0;
    margin-left: 10px;
}
.titleline .buttonarea ul li a{
    display:block;
    width:184px;
    height:60px;
    border:2px solid #017024;
    color: #017024;
    border-radius:10px;
    text-align:center;
    font-size:18px;
    font-weight:bold;
    font-family:游ゴシック;
    box-sizing:border-box;
    padding-top: 20px;
    line-height: 1em;
    letter-spacing: 1.8px;
    background-image: linear-gradient(90deg, #ecffdc, #ffffff);
}
.titleline .buttonarea ul li:nth-child(2) a{
    letter-spacing:0.7px;
    background-image: linear-gradient(90deg, ##FFEBCF, #ffffff);
    border-color:#EE8800;
    color:#EE8800;
}
.titleline .buttonarea ul li:nth-child(3) a{
    letter-spacing:0.6px;
    background-color:#017024;
    background-image:none;
    border-radius:0;
    width:233px;
    color:#FFF;
    font-size:25px;
    padding-top:18px;
    border:none;
}
.titleline .buttonarea ul li:nth-child(3) a span{
    display:inline-block;
    width:23px;
    height:22px;
    background-image:url(/img/tindex/icon_tel.png);
    background-size:auto 100%;
    background-repeat:no-repeat;
    background-position:top left;
    vertical-align:top;
}

.pankuzu {
    display: none;
}

.articlebox {
    background-color: #F6FFFE;
}

.titlebox h1 {
    color: #017070;
}

.articlebox .contentbox .tableouter {
    background-color: #D4FEF3;
}

div#secondpage p:first-child {
    color: #017070;
}

div#secondpage ul.where li:nth-child(8) {
    width: 100%;
}
div#secondpage ul.where li:nth-child(8) input[type=text]{
    width:50%;
}

div#fcopy {
    display: none;
}

.footerbtn a {
    display: block;
    width: 214px;
    height: 40px;
    margin: 0 auto;
    border:2px solid #017024;
    color:#017024;
    font-size:17px;
    line-height:1em;
    font-weight:bold;
    letter-spacing: 1.8px;
    text-align:center;
    background-image: linear-gradient(90deg, #ECFFDC, #ffffff);
    border-radius:10px;
    box-sizing:border-box;
    padding-top:9px;
}

.footerbtn {
    padding: 90px 0 100px 0;
    border-top:4px solid #CFFEF3;
}

div#footer {
    margin-top: 70px;
}
@media screen and (max-width: 600px){
    .spmenu {
        position: relative;
    }
    
    .titleline {
        display: block;
        padding: 0;
    }
    
    .spmenu .titleline h1.title {
        width: 206px;
        height: 16px;
        background-image: url(/img/logo_sp.png);
        margin: 0 auto;
        background-size: cover;
    }
    
    .spmenu .titleline {
        padding: 16px 0;
        border-bottom: 2px solid #017070;
    }
    
    .footerbtn {
        padding: 50px 0;
    }
    
    .footerbtn a {
        width: 292px;
    }
}