@charset "utf-8";

.obi { width:100%; font-size:18px; background:#EBF6FF; color:#137CD3; display:block; text-align:center; line-height:48px; margin-bottom:40px; }
.jisseki_list { width:100%; display:flex; justify-content: space-between; flex-wrap:wrap; }
.jisseki_list li { width:100%; }
.jisseki_list li div { width:100%; margin-bottom:16px; letter-spacing:0.1em; }
.jisseki_list li span { color:#137CD3; margin-right:10px;}
.contents_wrap { margin-bottom:80px; }
.lead_medium { margin-bottom:80px; }
h2 { margin-bottom:20px; }
.lowerpage_title_wrap .contents .img_title { width:50%; right:0; z-index:0; }
@media screen and (min-width:600px) {
   .lowerpage_title_wrap .contents .img_title { width:40%; right:0; z-index:0; }
}
@media screen and (min-width: 768px) {
   .lowerpage_title_wrap .contents .img_title { height:auto; }
   .jisseki_list li { width: calc(100% / 3); }
   .contents_wrap { margin-bottom:120px; }
}
@media screen and (min-width:1100px) {
   .lowerpage_title_wrap .contents .img_title { width:auto; height:275px; top:0; }
}

@media screen and (min-width: 768px) {
   .lead_medium.center { width:100%; text-align:center; }
}

  
