@charset "UTF-8";

/* =========================================================
	共通
 * ====================================================== */
body{
  color: #333333;
}
ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
  main img{   
  max-width: 80%;
  vertical-align: bottom;
}
.sp_only{
  display: none;
}

/* 本文ブロック */
.conts_block{
  margin: 60px 20px 0;
}
.conts_block + .conts_block{
  padding-top: 60px;
  border-top: 1px solid #DDDDDD;
}
.conts_inner{
  width: 1280px;
  margin: 0 auto;
}
.conts_txt{
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
}


@media screen and (max-width: 768px) {
  .pc_only{
    display: none;
  }
  .sp_only{
    display: block;
  }
  main img{   
  max-width: 100%;
  vertical-align: bottom;
  }
  .conts_block{
    margin: 35px 30px 0;
  }
  .conts_block + .conts_block{
    padding-top: 35px;
  }
  .conts_inner{
    width: 100%;
  }
  .conts_txt{
    font-size: 16px;
    text-align: left;
  }
}
@media screen and (max-width: 767px){ .cmnOver767 { display: none !important; } }
@media screen and (min-width: 768px){ .cmnUnder767 { display: none !important; } }

/* =========================================================
	H1部分
 * ====================================================== */
.primary_heading{
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
}
.primary_heading + .conts_txt{
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .primary_heading + .conts_txt{
    margin-top: 30px;
  }
.primary_heading{
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
}
}



/* =========================================================
	本文
 * ====================================================== */
.refer{
  display: flex;
  margin: 40px 0 0;
  align-items: center;
}
.refer_img{
  text-align: center;
}
/* 内容一覧 */
.refer_block{
  width: calc(100% - 380px);
  margin-left: 10px;
}
.refer_ttl{
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
}
.refer_ttl::before{
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #053876;
}
.refer_ttl span{
  display: inline-block;
  padding: 0 40px;
  background: #fff;
  color: #053876;
  font-size: 20px;
}
.refer_ttl + .conts_txt{
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .refer{
    display: block;
    margin-top: 20px;
  }
.refer_ttl{
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  }
  .refer_ttl + .conts_txt{
    margin-top: 30px;
  }
  .refer_img{
    width: 76%;
    margin: 0 auto;
  }
  .refer_block{
    width: 100%;
    margin: 24px 0 0;
  }
.contact-info{
    margin-top: 110px !important;
  }
}
/* お問い合わせボタン */
.contact-info{
    margin-top: 150px;
  }