@charset "UTF-8";
/*-----------------------------------

lower_title

-----------------------------------*/
#lower_title{
  height: 200px;
  letter-spacing: 0.2em;
  background-image: url("../img/common/back_img.jpg");
  background-repeat: repeat;
  background-size: contain;
  background-position:center;

  display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#lower_title h2{
  color: #182f60;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
}
#lower_title h2 img{
  width: 150px;
  display: block;
  padding-top: 5px;
  line-height: 100%;
  margin: 0 auto;
}


h3.h3_title{
  font-size: 26px;
  line-height: 140%;
  color: #532716;
  padding-left: 42px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #532716;
}
h3.h3_title::before{
  background: #c32e34;
  content: "";
  display: inline-block;
  height: 7px;
  width: 27px;
  margin-right: 15px;
  margin-left: -42px;
  vertical-align: middle;
}


@media screen and (max-width: 860px) {

  #lower_title{
    height: 150px;
  }

}

@media screen and (max-width: 640px) {

  #lower_title h2{
    font-size: 24px;
  }
  #lower_title h2 img{
    width: 120px;
  }

  h3.h3_title{
    font-size: 18px;
  }

}
