body,header,footer,div,ul,li,h1,h2,h3,h4,p,a,figure,img,button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  line-height: 1;
  list-style-type: none;
  word-wrap: break-word;
  font-family: メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',  Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.sp-only {
  display: none;
}

a,a:hover {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
section {
  text-align: center;
}
h2 {
  display: inline-block;
  position: relative;
  height: 35px;
  margin: 25px auto;
  padding: 0 25px;
  font-size: 20px;
  line-height: 1.8;
  border-radius: 17.5px;
  background-color: #FFE72C;
}
h2:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #ffe72c transparent transparent transparent;
  border-width: 10px 10px 0 10px;
}

/* ----------------------------------------------------
  header
---------------------------------------------------- */
#header {
  background-color: #ffe700;
}
#header .header-inside {
  position: relative;
  width: 980px;
  min-height: 50px;
  margin: 0 auto;
}
#header .site-id_{
  position: absolute;
  top: 10px;
  left: 0;
}

/* ----------------------------------------------------
  hero
---------------------------------------------------- */
.hero {
  width: 960px;
  margin: 0 auto;
}
.hero h1 {
  margin-top: 20px;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 2px;
  background-image: url(../img/pc/title.png);
  background-repeat: no-repeat;
  background-position: center 53px;
}
.hero h1 span {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  background: linear-gradient(transparent 40%, #FFE72C 40%);
}

/* ----------------------------------------------------
  merit
---------------------------------------------------- */
.merit {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 35px;
}
.merit ul {
  display: flex;
}
.merit li.block {
  width: 270px;
  height: 323px;
  margin-right: 15px;
  padding: 25px 20px;
  text-align: left;
  letter-spacing: 0.5px;
}
.merit li.block:last-child {
  margin-right: 0;
}
.merit li.block.blue {
  background-color: #DCE4EF;
}
.merit li.block.pink {
  background-color: #F5E2E2;
}
.merit li.block.green {
  background-color: #E3F2F1;
}
.merit li.block .icon {
  text-align: center;
}
.merit li.block h3 {
  padding: 20px 0;
  font-size: 18px;
}
.merit li.block .text {
  text-align: left;
}
.merit li.block p {
  line-height: 1.7;
}

/* ----------------------------------------------------
  feature
---------------------------------------------------- */
.feature {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 25px;
}
.feature:last-child {
  padding-bottom: 175px;
}
.feature ul {
  display: flex;
}
.feature li.block {
  width: 310px;
  height: 260px;
  margin-right: 15px;
  letter-spacing: 0.5px;
  background-color: #fff;
  filter: drop-shadow(1px 2px 3px rgba(0,0,0,0.1));
}
.feature li.block:last-child {
  margin-right: 0;
}
.feature li.block:hover {
  opacity: 0.8;
}
.feature li.block .text {
  padding: 25px 20px;
  text-align: left;
}
.feature li.block .text p {
  line-height: 1.4;
}
.feature li.block a {
  color: #007AD3;
}

/* ----------------------------------------------------
  footer
---------------------------------------------------- */
#footer-inner {
  background-color:#ffe700;
}
#footer-inner .footer-inside{
  width: 980px;
  margin: 0 auto;
  padding: 10px 0;
}
#footer-inner .site-id {
  display:block;
}
#footer-inner .site-id p.return-top {
  float:right;
}
#footer-inner .site-id p.return-top a {
  font-weight: normal;
  display:inline-block;
  text-decoration: none;
  float: right;
  margin-top: 10px;
  color: #15305c;
  padding-right: 20px;
  background: url(/common/img/parts/icon_arrow_top01.png) right center no-repeat;
}
#footer-inner .site-id p.return-top img {
  float: right;
}
.footer-copyright {
  padding: 13px 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #1E2B3F;
}
@media all and (-ms-high-contrast: none) {
  .feature li.block {
    box-shadow: 0px 1px 2px 1px #ddd;
  }
}
#analytics_tags {
  display:none;
  margin:0;
  padding:0;
}
.clearfix:after {
  display:block;
  clear:both;
  content: '';
}