@charset "utf-8";

/* ========== mainImage ========== */
.c-mainImage-04 {
	background-image: url(../img/mainImage_02@x2.jpg);
}

@media only screen and (max-width: 640px) {
.c-mainImage-04.sp {
	background-image: url(../img/mainImage_02_sp@x2.jpg);
}
}

.c-mainImage-04 header h1 {
    margin: 0 auto;
    width: 100%;
}

.c-mainImage-04.pc header h1 {
  padding: 0 7px;
  max-width: 100%;
  width: 994px;
}

.c-mainImage-04.sp header {
  background-size: auto 145%;
}

.heading-group.main-title{
  margin-bottom: 0;
}

.orangeribbon-box-02{
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fef5e9;
  padding: 30px 34px 34px 34px;
}

.c-color-01a {
  color: #eb7000!important;
}


.contribution-c-column-group.c-column-group .col-unit-1\/2{
  width: 28%;
}
.contribution-c-column-group.c-column-group .col-unit-1\/2:first-child{
  width: 65%;
}

@media only screen and (max-width: 640px){
  .contribution-c-column-group.c-column-group .col-unit-1\/2{
    width: 100%;
  }
  .contribution-c-column-group.c-column-group .col-unit-1\/2:first-child{
    width: 100%;
  }
}

/* anchor.html */
.c-anchorList-01.anchor {
  border: 1px solid #D4D5D5;
  border-radius: 20px;
  padding: 30px;
}
@media only screen and (max-width: 750px){
.c-anchorList-01.anchor {
  border: 1px solid #D4D5D5;
  border-radius: 20px;
  padding: 15px;
}
}
.c-anchorList-01.anchor li + span{
  margin-top: 20px;
}
.c-anchorList-01.anchor span{
    font-size: 75%;
    color: #eb7000;
    border: solid;
    border-width: 1px;
    border-radius: 5px;
    padding: 2px;
    display: inline-block;
}

/* limited-time.html */
.cnv-textlink {
  color: #535252;
}
.icon img {
  margin: 0 4px 0 4px;
  width: 16px;
  vertical-align: inherit;
}