@charset "UTF-8";

/*ヘッダー*/
header {
    width: 100%;
    margin: 0 auto;
}

.tel a:link{
    color: #ff7800;
    text-decoration: underline;
}
header p{
    padding-bottom: 0;
}
.hea{
    width: 100%;
    max-width: 1100px;
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 0;
    z-index: 100;
    margin: 10px auto;
}
.he_le p{
    font-weight: bold;
    text-align: left;
    line-height: 0.7;
}
.area_tit p{
     font-size: 15px;
    color: #0059d3;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color emoji;
}
.sb_tit{
     padding: 2px 0;
}
.logo img{
    width: 80%;
}
.he_ri{
    display: flex;
    align-items: center;
}
.tel_ic_pc{
    width: 250px;
}
.tel_ic_pc_img{
    padding-top: 0.5vw;
}
.he_ri p{
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
}
.he_ri p.tel{
    font-size: 30px;
    font-weight: bold;
}
.tel_ic{
      display: none;
}

/*----------sp------------*/
@media (max-width: 767px) {
header {
    width: 100%;
    margin: 0;
}
.hea{
    margin: 3px 0;
    padding: 5px;
    box-sizing: border-box;
}
.area_tit{
    display: inline;
}
.area_tit p{
     font-size: 13px;
     display: inline-block;
}
.logo img{
    width: 34vw;
}
.he_ri img{
    width: 15vw;
    text-align: right;
}
.tel_ic_pc_img , .he_ri p{
    display: none;
}
.tel_ic_pc {
    width: 100%;
}
.tel_ic{
    display: block;
}
.he_ri{
    margin-right: 70px;
}
}

/*フッター*/

footer{
    background-color: #2177ed;
    padding: 40px 0 20px;
}
footer a img{
    display: none;
}
footer p{
    padding-bottom: 0;
}
.foot_tex{
    font-size: 14px;
    color: #fff;
    padding: 0 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.fex02{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.foot_tex2{
    margin-right: 10%;
}
.foot_tex2 img{
    width: 100%;
}
.foot_tex3{
    text-align: left;
}
.other_service{
    font-size: 20px;
    margin-top: 25px;
}
.foot_flex,
.foot_area_list{
    display: flex;
    justify-content: space-between;
}
.foot_flex .foot_flex_child:last-child{
    font-weight: bold;
}
.foot_flex_child{
    width: 18%;
    line-height: 1.5;
}
.foot_flex_child a,
.foot_flex_child a:hover,
.foot_flex_child a:visited{
    color: #fff;
}
.foot_flex_child>p{
    font-weight: bold;
    margin-bottom: 10px;
}
.foot_area_list>p{
    display: block;
    width: 33%;
}

/*----------sp------------*/
@media (max-width: 767px) {
footer{
    padding: 20px 0 70px;
}
footer a img{
    display: block;
    width: 96%;
    margin: 0 auto 20px;
}
.foot_tex{
    padding: 0 5% 20px;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.foot_tex2{
    width: 40%;
}
.foot_tex3{
    width: 60%;
}
.other_service{
    font-size: 18px;
}
.foot_flex{
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.foot_flex_child{
    width: 48%;
    margin: 0 1% 20px 0;
}
}