html {
    font-size: 62.5%;
}

body{
    font-size: 1.6rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #333;
    line-height: 1.8;
}
img{
    width: 100%;
    height: auto;
}
:root{
    --main-color:#0081C3;
    --sub-color:#c7e9f5;
}

address{
    font-style:normal;
}
.section-inner{
max-width: 960px;
margin: 0 auto;
margin-bottom: 180px;
}
@media screen and (max-width:767px) {
    .section-inner{
        padding: 0 30px;
        margin-bottom: 60px;
    }
}
h2{
    font-size: 3.0rem;
    color:var(--main-color);
    position: relative;
    padding-bottom: 20px;
    text-align: center;
    margin: 120px 0 60px ;
}
h2::after{
content:"";
background-color: #999999;
height: 2px;
width:45px;
position: absolute;
left:50%;
transform: translateX(-50%);
bottom: 0;
}
@media screen  and (min-width:768px) {
    a[href^="tel:"]{
        pointer-events: none;
    }
}
a{
    color: var(--main-color);
}