body{
  max-width: 1200px;
  margin: 0 auto;
}
header>img{
  width: 100%;
}

.sp-content{
  display: none;
}

.clearfix:after{
  content: "";
  clear: both;
  display: block;
}

.first-block{
  background: url("../img/img_hal02b.jpg");
  background-size: 100% auto;
  background-position: center bottom;
}

h3.title-text{
  font-weight: bold;
  padding: 0.4em 0.5em;
  border-left: solid 9px #66AAD7;
  border-bottom: solid 2px #66AAD7;
}

.first-list{
  float: left;
  padding: 1em;
}

.first-text>h3{
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.first-text p{
  font-size: 1.2em;
  padding-right: 0.5em;
}

.second-block h2{
  font-weight: bold;
}

.second-block h4{
  font-weight: bold;
}

.second-block h4:before{
  content: '●';
  font-size: 1.5em;
  color: #000;
  margin-right: 8px;
}

.second-block > .panel-body{
  background-image: url("../img/img_hal03.png");
  /* background-size: 100% auto; */
  background-position: center top;
}

.second-block ol{
  counter-reset: list_count;
  list-style: none;
}

.second-block ol li{
  line-height: 2em;
}

.second-block ol li:before{
  margin-right: 1em;
  counter-increment: list_count;
  content: counter(list_count);
  display: inline-block;
  line-height: 17px;
  text-align: center;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  font-size: 1em;
  border: 1px solid #000;
}

.third-block h3{
  font-weight: bold;
  padding: 0.4em 0.5em;
  border-left: solid 9px #66AAD7;
  border-bottom: solid 2px #66AAD7;
}

.third-block ol{
  padding: 0;
}

.third-block ol li{
  color: #FFF;
  font-size: 1.2em;
  list-style: none;
  background-color: #66AAD7;
  margin-bottom: 1em;
  padding: 0.5em;
}

.bg-lightgreen{
  background: linear-gradient(to right, rgba(0,153,127,0.8), rgba(0,174,164,0.8), rgba(148,208,196,0.8));
  color: #FFF;
}

.bg-lightblue{
  background: linear-gradient(to right, rgba(45,138,193,0.8), rgba(119,116,209,0.8), rgba(149,182,218,0.8));
  color: #FFF;
}
