@charset "utf-8";

.page-color { color: #ff7300; }
.contents-header .headline { color: #ff7300; }


.gradation-box {
  position: relative;
  background: linear-gradient(#e30440, #6c02be);
  background: -moz-linear-gradient(left, #e30440 44%, #6c02be);
  background: -webkit-linear-gradient(left, #e30440 44%, #6c02be);
  background: linear-gradient(to right, #e30440 44%, #6c02be);
  border-radius: 15px;
  box-shadow: 0px 5px 5px #ddd;
  margin-top: 50px;
  padding: 56px 175px 30px 58px;
}

.headline_border-left-bottom {
    border-bottom: 2px solid #ffd200;
    border-left: 5px solid #ffd200;
}

@media only screen and (max-width: 768px) {
.gradation-box {
  background: linear-gradient(#e30440, #6c02be);
  background: -moz-linear-gradient(top, #e30440 44%, #6c02be);
  background: -webkit-linear-gradient(left, #e30440 44%, #6c02be);
  background: linear-gradient(to bottom, #e30440 44%, #6c02be);
  border-radius: 10px;
  margin-top: 40px;
  padding: 2em 0.5em 60px;
}
}

.gradation-box:before {
  content: "";
  position: absolute;
  top: -32px;
  left: -37px;
  background-image: url(../img/img-tag.png);
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  width: 225px;
  height: 87px;
}
@media only screen and (max-width: 768px) {
.gradation-box:before {
  top: -40px;
  left: -7px;
  background-size: 100%;
  width: 165px;
  height: 67px;
}
}

.gradation-box:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 37px;
  background-image: url(../img/img-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 81px;
  height: 82px;
  margin-top: -41px;
}
@media only screen and (max-width: 768px) {
.gradation-box:after {
  top: auto;
  bottom: 10px;
  right: 50%;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  margin-top: 0;
  margin-right: -20px;
}
}

.gradation-box .sentence {
  color: #fff;
  word-break: break-all;
}

.gradation-box .sentence:nth-child(n+2) { margin-top: 1em; }

.img-sensor {
  display: block;
  margin: 0 auto;
}

.gazo_commentary.sensor:after {
  content: "\0020";
  clear: both;
  display: block;
}

.gazo_commentary.sensor .sensor_fukidashi {
  position: relative;
  float: right;
  margin-top: -40px;
}

.gazo_commentary.sensor .sentence:first-of-type { margin-top: 0; }

.gazo_commentary.sensor.float-layout .picture {
  float: left;
  margin-right: 20px;
}

.gazo_commentary.sensor.float-layout .sentence {
  float: right;
  width: 60%;
}

.bonus .headline {
  background-color: #ffd200;
  color: #fff;
}

.profile-box { background-color: #d2dfb8; }
