/* Scss Document */
/* Scss Document */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Scss Document */
section.lineup article h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  border-left: none;
  font-size: 20px;
  color: #252021;
  text-align: center;
}
@media only screen and (max-width: 759px) {
  section.lineup article h3 {
    font-size: 16px;
    text-align: center;
  }
}
@media only screen and (max-width: 759px) {
  section.lineup article p {
    text-align: center;
  }
}

@media only screen and (max-width: 759px) {
  p.spCenter {
    text-align: center;
  }
}

.overTit {
  position: relative;
}
.overTit h3 {
  position: absolute;
  top: 20px;
  left: 10px;
}
@media only screen and (max-width: 759px) {
  .overTit h3 {
    top: 10px;
  }
}

.smileBox {
  overflow: hidden;
  border: 1px solid #F26633;
  border-radius: 10px;
}
.smileBox dt {
  float: left;
  width: 90px;
  padding: 20px;
}
@media only screen and (max-width: 759px) {
  .smileBox dt {
    float: none;
    width: auto;
    text-align: center;
    padding: 20px 80px 0 80px;
  }
}
.smileBox dd {
  width: 578px;
  padding-top: 15px;
  float: left;
  margin-left: 0;
  font-size: 24px;
  color: #F26633;
}
@media only screen and (max-width: 759px) {
  .smileBox dd {
    float: none;
    width: auto;
    padding: 20px 10px;
    text-align: center;
    font-size: 14px;
  }
}

img.icon__positon-right{
  position: absolute;
  top:0;
  right:0;
}

img.icon__positon-right,
  img.icon__positon-left{
    width:120px;
    height:120px;
  }

@media only screen and (max-width: 759px) {
  img.icon__positon-right,
  img.icon__positon-left{
    right:10px;
    width:80px;
    height:80px;
  }
}
@media only screen and (max-width: 759px) {
  .pos-top{
    top:60px !important;
  }
}
img.icon__positon-left{
  position: absolute;
  top:0;
  left:0;
}

.container{
  position: relative;
}

.container p img{
  display: block;
  border:1px solid #eee;
}

.sp{
  display: none;
}
@media only screen and (max-width: 759px) {
  .sp{
    display: block;
  }
}