@charset "utf-8";

@media only screen and (min-width: 641px) {
  .c-hide-pc{
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .c-hide-sp{
    display: none;
  }
}

.c-heading3-01 h2 {
    text-align: center;
    color: #535252;
    position: relative;
    margin: 40px 0 50px 0;
    border-bottom: none;
}

@media screen and (max-width: 750px){
    .c-heading3-01 h2 {
        margin: 35px 0 25px 0;
        border-bottom: none;
    }
}

.c-heading3-01 h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #EB7000;
}


.contents-main {
    background-color: #fff;
    padding-bottom: 15px;
}

.contents-main--inner {
    padding: 10px;
    max-width: 998px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 750px){
    .contents-main {
        padding-bottom: 20px;
    }
    .contents-main--inner {
        padding: 15px;
        margin: 0;
    }
}

.contents-main img.contents-img {
    margin-top: 2.2em;
}

.relative-content {
    position: relative;
}

.absolute-img {
    position: absolute;
    left: 27%;
    bottom: 20%;
    max-width: 100%;
    height: auto;
    width: 14.6%;
}

.absolute-text {
    position: absolute;
}

.absolute-text.pc {
    right: 16%;
    bottom: 10.5%;
    max-width: 100%;
    height: auto;
    width: 13.9%;
}

.absolute-text.sp {
    left: 6%;
    bottom: 23.3%;
    max-width: 100%;
    height: auto;
    width: 35%;
}

.contents-campaign--inner {
    text-align: center;
    padding: 10px;
    padding-bottom: 30px;
    max-width: 1060px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 750px){
    .contents-campaign--inner {
        text-align: center;
        padding: 10px;
        max-width: 1060px;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
}

.contents-campaign--block {
    background-color: #fff;
    display: flex;
}

.contents-campaign--block figure {
    display: inline-block;
}

@media screen and (min-width: 751px){
    .contents-campaign--inner {
        display: flex;
        flex-direction: row;
    }

    .contents-campaign--block {
        padding: 8px;
        flex-grow: 1;
    }

    .contents-campaign--block.left{
        flex: 1;
        margin: 0 5px 0 0;
    }

    .contents-campaign--block.center{
        flex: 1;
        margin: 0 5px 0 5px;
    }

    .contents-campaign--block.right{
        flex: 1;
        margin: 0 0 0 5px;
    }
}

@media screen and (max-width: 750px){
    .contents-campaign--block {
        padding: 13px;
        margin: 10px;
    }
}

.contents-campaign--block figure {
    text-align: left;
}

.contents-campaign--block figure img {
    width: 85%;
}

.campaign-text {
    text-align: left;
}

.campaign-text--period>p {
    color: #888888;
    margin: 0;
    font-size: .875em;
}

.campaign-text--title {
    font-weight: bold;
}

.campaign-text--title a {
    color: #535252;
    text-decoration: none;
}