/*!
Theme Name: Cocoon Child
Description: Parent 2.8.9.1
Template:   cocoon-master
Version:    1.1.3
*/
body {
  background-color: #fff;
}

#header-container {
  background-color: #fff;
}

#header-container .header-in {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 115px;
  padding-right: 40px;
  padding-left: 54px;
}

@media screen and (max-width: 834px) {
  #header-container .header-in {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 356px) {
  #header-container .header-in {
    height: 80px;
  }
}

#header-container .logo-header {
  width: 304px;
}

#header-container .header-site-logo-image {
  display: block;
}

#header-container .link {
  display: none;
  max-width: 30%;
  margin-left: 20px;
}

#header-container .link-item {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 230px;
  max-width: 100%;
  height: 60px;
  border-radius: 10px;
  background-color: #2b76c2;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: .1em;
  box-shadow: 0 5px #274f79;
}

@media screen and (max-width: 480px) {
  #header-container .link-item {
    height: 50px;
    font-size: 16px;
    line-height: 1;
  }
}

#header-container .link-item a {
  color: #fff;
  text-decoration: none;
}

.site-header-eyecatch {
  display: flex;
  align-items: center;
  height: 190px;
  background: url(./images/site-header-bg.png) center/cover #0367a5;
}

.site-header-eyecatch .catch {
  display: flex;
  width: 1256px;
  margin: 0 auto;
  padding-right: 16px;
  padding-left: 16px;
}

.site-header-eyecatch .catch img {
  display: block;
}

.site-header-eyecatch .catch.center {
  justify-content: center;
}

.article .h2,
.article .h3 {
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.25;
}

.article .h2 {
  font-size: 24px;
  margin-bottom: 1.62em;
  padding: 25px;
  border-radius: var(--cocoon-badge-border-radius);
  background-color: #0367a5;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .article .h2 {
    padding: .6em .8em;
    font-size: 20px;
  }
}

.article .h3 {
  padding: 12px 20px;
  border-left: 7px solid var(--cocoon-middle-thickness-color);
  border-right: 1px solid var(--cocoon-thin-color);
  border-top: 1px solid var(--cocoon-thin-color);
  border-bottom: 1px solid var(--cocoon-thin-color);
  border-color: #0367a5;
  font-size: 22px;
}

@media screen and (max-width: 480px) {
  .article .h3 {
    padding: .6em;
    font-size: 18px;
  }
}
/*# sourceMappingURL=style.css.map */