/*
Theme Name: 中河内救命救急センター 2026
Description: Wordpress 7.0.2 php 8.4.15対応版
Version: 2026.7.21
*/
.fv_page{
  width: 100%;
  background: url(./img/under_bk.jpg);
/*  background-size: 100%;*/
}
.fv_page h2{
  color: #fff;
  font-size: 42px;
  padding: 20px 0;
}
.page_area{
  width: 100%;
  margin: 0px 0 100px;
}
.page_area .title{
  text-align: left;
  font-weight: bold;
  font-size: 26px;
  padding: 15px;
  margin-bottom: 30px;
  background: #f0f0f0;
  line-height: 1;
    border-bottom: 4px solid #ccc;
    position: relative;
}
.page_area .title::after{
  position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #2284a2;
    bottom: -3px;
    left: 0px;
    width: 30%;
    max-width: 130px;
}
/* .page_area .title_bor{
  position: relative;
  border-top: 4px solid #ccc;
}
.page_area .title_bor::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 4px;
  content: "";
  background: #2284a2;
} */
.page_area .body_text{
  line-height: 1.7;
  margin-bottom: 50px;
}

.page_area .body_text h2{
  text-align: left;
  font-weight: bold;
  font-size: 26px;
  padding: 15px;
  margin-bottom: 30px;
  background: #f0f0f0;
  line-height: 1;
    border-bottom: 4px solid #ccc;
    position: relative;
}
.page_area .body_text h2::after{
  position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #2284a2;
    bottom: -3px;
    left: 0px;
    width: 30%;
    max-width: 130px;
}

.breadcrumb{
  background: #f0f0f0;
  padding: 10px 0;
    color: #aaa;
    font-size: 14px;
    margin-bottom: 80px;
}
.breadcrumb a{
  color: #aaa;
}
.breadcrumb .in_page{
  color: #333;
}

h3{
  font-size: 20px;
  font-weight:900;
  margin: 30px 0 16px;
  padding: 10px 0 10px 10px;
  border-left:8px solid #2284a2;
  color:#666666;
  line-height: 130%;
}



@media screen and (min-width:768px) and (max-width:959px) {

}

@media screen and (max-width:639px) {
/*　640pxはここを読み込む　*/
html,body{
  overflow-x: hidden;
}
}

@media screen and (max-width:480px) {
/*　480pxはここを読み込む　*/
}

@media screen and (max-width:320px) {
/*　320pxはここを読み込む　*/
}
