.c-header-summary,
.c-contents {
  background-color: #e65313;
  color: #fff;
  padding: 2rem 0;
}

.c-contents {
  background-color: rgba(230, 83, 19, 0.8);
}

.c-banner__small {
  padding-top: 20rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("images/Nobuse_1_LM_lores.jpg");
  margin-top: -6rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 981px) {
  .c-header-summary {
    background-color: transparent;
    background-image: url("images/shape2.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    width: 500px;
    order: 2;
    padding-bottom: 15rem;
  }
  .c-banner__small {
    width: 345px;
    order: 1;
    margin-top: 0;
    padding-top: 0;
    background-image: none;
  }
  .c-header-summary .container,
  .c-contents .container {
    width: auto;
    max-width: 100%;
    padding: 0;
  }
  .c-header-summary .container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .c-contents {
    background-color: transparent;
    background-image: url("images/shape1.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
  }
}

.c-header-summary .container {
  padding-top: 0;
}

.c-header-summary {
  position: relative;
  z-index: 2;
}

.c-header-summary h1 {
  font-weight: 700;
  font-size: 2.5rem;
  color: #fff;
}

.c-header-summary h1 {
  max-width: 400px;
}

.c-header-summary p {
  max-width: 300px;
}

.c-header-summary p,
.c-contents li {
  font-weight: 700;
  font-size: 1.1rem;
}

@media (min-width: 981px) {
  .c-header-summary h1 {
    font-size: 3rem;
    margin-bottom: 0.7rem;
  }
  .c-header-summary h1,
  .c-header-summary p {
    text-align: right;
    padding: 0 2rem;
    margin-bottom: 2rem;
  }
  .c-header-summary p,
  .c-contents li {
    font-size: 1.5rem;
  }
}

.c-header-summary__button,
.c-contents__button {
  font-weight: 700;
  font-size: 1.2rem;
  background-color: #fff;
  padding: 0.5rem 1rem;
  color: #e65313;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 3px;
  margin-bottom: 1rem;
  text-align: center;
}

.c-header-summary__button:hover,
.c-contents__button:hover {
  text-decoration: underline;
}

.c-header-summary__button {
  display: none;
}

.c-contents__button {
  width: 10rem;
  font-size: 1rem;
  padding: 0.2rem 0.8rem;
  display: block;
}

@media (min-width: 981px) {
  .c-contents__button {
    display: none;
  }
  .c-header-summary__button {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-left: 2rem;
    margin-right: 2rem;
    width: 12rem;
    display: inline-block;
  }
}

body:not(.et-tb) #main-content .c-header-summary .container,
body:not(.et-tb-has-header) #main-content .c-header-summary .container,
body:not(.et-tb) #main-content .c-contents .container,
body:not(.et-tb-has-header) #main-content .c-contents .container {
  padding-top: 0;
}

.c-contents ul {
  font-size: 1rem;
  padding-left: 1rem;
  margin: 0;
}
.c-contents li {
  list-style: initial;
  line-height: 1;
  padding-left: 0rem;
  margin: 0 0 1rem 0;
}

.c-contents .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

@media (min-width: 981px) {
  .c-contents .container {
    display: block;
  }
}

.c-contents__col1,
.c-contents__col2 {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.c-contents__col1 {
  padding-right: 1rem;
}

.c-contents__col2 {
  align-items: flex-end;
  justify-content: start;
}

@media (min-width: 981px) {
  .c-contents__col1 {
    width: auto;
    padding: 3rem 2rem;
  }
  .c-contents__col2 {
    display: none;
  }
}

.c-social {
  display: none;
}

@media (min-width: 981px) {
  .c-social {
    display: block;
    z-index: 2;
    top: 2rem;
    left: 2rem;
    position: absolute;
  }
  .c-social ul {
    display: flex;
    flex-flow: row wrap;
  }
  .c-social li {
    padding-right: 1rem;
    line-height: 2;
    font-weight: 700;
  }
  .c-social li a {
    color: #e65313;
    display: flex;
    align-items: center;
  }
  .c-social li a svg {
    margin-right: 0.2rem;
  }
  .c-social li a:hover {
    text-decoration: underline;
  }
}

@media (min-width: 981px) {
  .c-article {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("images/Nobuse_1_LM_lores.jpg");
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
  }
}

.c-header-logos {
  display: none;
}

@media (min-width: 981px) {
  .c-header-logos {
    display: block;
    margin-right: 2rem;
    margin-bottom: 1.5rem;
  }
  .c-header-logos svg {
    display: block;
    height: auto;
  }
}
