h3.pickup {
  padding: 20px 0 10px 0;
}

div.top_content h3 {
  padding: 30px 0 10px 0;
}

#contents {
  padding-bottom: 66px;
}
.top-contents{
    width: 90%;
    max-width: 1200px;
    margin: auto;
}
@media screen and (max-width: 750px) {
    .top-contents{
        margin-top: 40px;
    }
}
.read_more{
    margin: 40px auto;
    width: 200px;
    text-align: center;
}
.read_more a{
    display: inline-block;
    width: 100%;
    line-height: 3em;
    background: #f0f0f0;
    border-radius: 1.5em;
    color: #333;
}
/*************** top_box  *****************/
.toppage .top_box {
  width: 100%;
  padding: 0;
  margin: 0;
  padding-top: 100px;
}

.toppage .top_box:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

.toppage .top_guide,
.toppage .all_project,
.toppage .new_project{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 10px auto 30px;
    flex-wrap: wrap;
}

.toppage .top_guide{
    margin: 70px auto 30px;
}
@media screen and (max-width: 750px) {
    .toppage .top_guide{
        margin: 0px auto 20px;
    }
}
.toppage .top_guide div{
    margin-bottom:20px;
}

.main_visual .item{
    position: relative;
}
.main_visual .item p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
    margin: auto;
    color: #333;
    font-size: 1.8em;
    text-align: center;
    text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
}
@media screen and (max-width: 750px) {
    .main_visual .item p{
        font-size: 1.4em;
    }
}

.slick-slide img{
    width: 100%;
}
/*************** Jumbotron > content1 & content2  *****************/
.top_box .content1,
.top_box .content2 {
  text-align: center;
  padding: 40px 0 0 0;
  position: relative;
  z-index: 1;
}

.top_box .content1 {
  font-size: 25px;
}

.top_box h1 {
  padding: 0px 20px;
  font-size: 40px;
  font-weight: bold;
}

@media screen and (max-width: 780px) {
  .top_box .content1,
  .top_box .content2 {
    padding: 50px 0 0 0;
  }

  .top_box h1 {
    font-size: 25px;
  }

  h3 {
    padding: 10px 0 5px 0;
  }

  #contents {
    padding-bottom: 40px;
  }
}

/*************** pickup_project  *****************/
.pickup_project_box {
  width: 100%;
  padding: 10px 10px 20px 10px;
  margin-bottom: 0px;
}

.pickup_project {
  margin: 0 auto 20px auto;
  display: table;
  box-shadow: 0 4px 0 #ccc;
}

.pickup_project .imgholder,
.pickup_project .right {
  display: table-cell;
  vertical-align: top;
}

.pickup_project .imgholder {
  position: relative;
  max-width: 600px;
}

.pickup_project .right {
  padding: 10px 20px;
  background: #fff;
  position: relative;
  width: 700px;
}

.pickup_project h2.title a {
  color: #000;
  font-size: 18px;
}

.pickup_project p.description {
  font-size: 13px;
}

.pickup_project .graph_footer {
  position: absolute;
  bottom: 0px;
  width: 90%;
}

.pickup_project .grid_footer {
  font-size: 12px;
  display: table;
  width: 100%;
}

.pickup_project .grid_footer div {
  display: table-cell;
  width: 33%;
  text-align: center;
  padding-bottom: 5px;
}

/****** success ******/
.pickup_project .project_success {
  position: absolute;
  top: 0;
  left: 50%;
  width: 80%;
  margin-left: -40%;
  padding: 4px 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

@media screen and (max-width: 1200px) {
  .pickup_project .right {
    width: 550px;
  }
}

@media screen and (max-width: 1100px) {
  .pickup_project .right {
    width: 500px;
  }
}

@media screen and (max-width: 1000px) {
  .pickup_project .right {
    width: 450px;
  }
}

@media screen and (max-width: 900px) {
  .pickup_project .right {
    width: 400px;
  }
}

@media screen and (max-width: 749px) {
  .pickup_project {
    display: block;
    max-width: 600px;
  }

  .pickup_project .imgholder,
  .pickup_project .right {
    display: block;
    margin: 0;
  }

  .pickup_project .right {
    padding: 10px 10px 10px 10px;
    background: #fff;
    position: relative;
    width: 100%;
  }

  .pickup_project h2.title {
    margin: 0 0 10px 0;
  }

  .pickup_project h2.title a {
    color: #000;
    font-size: 15px;
  }

  .pickup_project .graph_footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  .pickup_project .grid_footer {
    font-size: 12px;
    display: table;
  }

  .pickup_project .grid_footer div {
    display: table-cell;
    width: 33%;
    text-align: center;
    padding-bottom: 0px;
  }
}

