﻿.p01 {
  background: url("../images/wide01.jpg") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.p02 {
  background: url("../images/wide02.jpg") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.p03 {
  background: url("../images/wide03.jpg") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.p04 {
  background: url("../images/wide04.jpg") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

main#page section > p {
  margin-bottom: 20px;
}
main#page section .tanaka {
  position: relative;
}
main#page section .tanaka img {
  width: 100%;
  height: auto;
}
main#page section .tanaka p {
  position: absolute;
  left: 20px;
  bottom: 15px;
  color: #FFF;
  font-size: 11px;
}
main#page section .box {
  padding: 20px;
}
main#page section .box p:nth-child(1) {
  margin-bottom: 20px;
}
main#page section .wrap {
  padding: 0 20px;
}
main#page section .wrap section {
  padding-bottom: 10px !important;
}
main#page section .wrap section div {
  margin-bottom: 20px;
}
main#page section .wrap section .illust {
  position: relative;
}
main#page section .wrap section .illust .img {
  width: 100%;
  height: auto;
}
main#page section .wrap section .illust .target {
  display: none;
}
main#page section .wrap section h5 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  color: #765635;
}
main#page section .wrap section ul.sozai li {
  margin: 30px 0;
}
main#page section .wrap section ul.sozai li:last-child {
  margin-bottom: 0;
}
main#page section .wrap section ul.sozai li div {
  width: 80%;
  margin: 0 auto 20px auto;
}
main#page section .wrap section ul.sozai li div img {
  width: 100%;
  height: auto;
}
main#page section .wrap section ul.con_sel li {
  margin-bottom: 30px;
}
main#page section .wrap section ul.con_sel li:last-child {
  margin-bottom: 0;
}
main#page section .wrap section ul.con_sel li div img {
  width: 100%;
  height: auto;
}
main#page section.challenge {
  padding: 60px 20px;
}
main#page section.challenge .inner > div:nth-child(1) {
  margin-bottom: 50px;
}
main#page section.challenge .inner .slider img {
  width: 100%;
  height: auto;
}
main#page section .inner .img {
  width: 100%;
  height: auto;
}
.note { 
padding: 0px 20px 0 45px;
text-align:left;
background: url("../images/note.png") no-repeat 20px center;
}

.note a{ 
color:#333;
text-decoration:underline;
}


/**********************************************************************

 * Media Query For PC

 ***********************************************************************/
@media print, screen and (min-width: 760px) {
  main#page section .tanaka p {
    font-size: 13px;
    left: 80px;
  }
  main#page section .inner {
    max-width: 1080px;
    margin: 0 auto;
  }


  main#page section .box {
    padding: 40px 80px 10px 80px;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  main#page section .box p {
    width: 48%;
  }
  main#page section .box p:nth-child(1) {
    margin-bottom: 0;
  }
  main#page section.layout {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 100px;
  }
  main#page section.layout h3 {
    width: 100px;
    line-height: 1.8;
  }
  main#page section.layout div img {
    width: 100%;
    height: auto;
  }

  main#page section .wrap {
    width: 880px;
    padding: 0;
  }
  main#page section .wrap section {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  main#page section .wrap section h4 {
    width: 100px;
    text-align: left;
  }
  main#page section .wrap section .inner {
    width: 780px;
  }

  main#page section .wrap section h5 {
    letter-spacing: 0;
  }
  main#page section .wrap section ul.sozai {
    display: flex;
    margin-top: 25px;
  }
  main#page section .wrap section ul.sozai li {
    max-width: 240px;
    width: 31%;
    margin: 0 3.5% 30px 0;
  }
  main#page section .wrap section ul.sozai li div {
    width: 100%;
  }
  main#page section .wrap section ul.sozai li:last-child {
    margin-right: 0;
  }
  main#page section .wrap section ul.con_sel {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  main#page section .wrap section ul.con_sel li {
    margin-bottom: 50px;
    max-width: 375px;
    width: 48.1%;
  }
  main#page section .wrap section ul.con_sel li:last-child {
    margin-bottom: 0;
  }
  main#page section .wrap section ul.con_sel li div img {
    width: 100%;
    height: auto;
  }
  main#page section.challenge {
    margin-top: 100px;
    padding: 60px 0;
    position: relative;
    max-width: inherit;
  }
  main#page section.challenge:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 610px;
    background: #f5f3ef;
    z-index: 0;
  }
  main#page section.challenge h3 {
    position: absolute;
    top: 95px;
    right: -70px;
    width: 54px;
  }
  main#page section.challenge > div:nth-child(2) {
    margin-bottom: 0;
  }
  main#page section.challenge .inner {
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  main#page section.challenge .inner > div:nth-child(2) {
    max-width: 320px;
    width: 29.7%;
    padding-top: 90px;
  }
  main#page section.challenge .inner > div:nth-child(1) {
    max-width: 720px;
    width: 66.7%;
  }

  main#page section#a01 .box {
    margin-bottom: 50px;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  main#page section#a01 .box div:nth-child(1) {
    max-width: 520px;
    width: 48.2%;
    margin-top: 18px;
  }
  main#page section#a01 .box div:nth-child(2) {
    max-width: 520px;
    width: 48.2%;
  }

.note { 
	margin: 0px 80px;
	padding-right:25px;
	background: url("../images/note.png") no-repeat right center;
	text-align:right
	}
