@charset "utf-8";

html {
  scroll-behavior: auto!important;
}
h2{
margin: 0 0 10px!important;
}
.intro-border{
border-left: 7px solid #93d1ea;
padding: 0 0 0 20px;
margin-bottom:40px;
}
.intro-border p{
font-size: 1.8rem!important;
}
.hilight{
	margin-bottom:50px!important;
}
.hilight p {
    margin-bottom: 1.5em;
}


@media print, screen and (max-width: 991px){
/* ================================================
画面幅が768px未満の場合の表示設定
================================================ */
h2.h2-ttl{
	font-size: 2.0rem;
	margin-bottom:15px;
}

}