@CHARSET "UTF-8";

/**
 * index.php であれば index.css 、sample.php であれば sample.css にページ固有のスタイルを記述してください。
 */
h2 {
 	font-weight: bold;
 }
h3 {
	width: 80%;
}

.speech_bubble {
	font-size: 1.5rem!important;
  line-height: 2rem;
  letter-spacing: .2rem;
  font-weight: bold;
}
.point_message {
	background: #f7f3e6;
}
.info_title {
  font-weight: bold;
  font-size: 1.2rem!important;
  letter-spacing: .1rem;
}
.title_useful {
  background: #205289;
  color: #fff;
  font-size: 1.8rem;
}
.area_title {
  border-bottom: solid #dce6f1 .5rem;
  display: block;
  color: #215189;
  font-weight: bold;
  font-size: 1.4rem!important;
}
.usefulLinkList a {
  color: #444;
}
.usefulLinkList a:hover {
  border-bottom: solid #215189 1px;
}
.banner_link {
  width: 70%;
}
@media screen and (max-width:767px) {


}





@media screen and (max-width:575px) {
.info_cont {
  width: 100%;
}
.list-unstyled li {
  border-bottom: solid #999 1px;
  line-height: 2;
}
.banner_link {
  width: 100%;
}


}





@media screen and (max-width:425px) {




}
