@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,600,400);
@import url(http://fonts.googleapis.com/css?family=Kameron:700);
.font_Sans_semiBold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.font_Sans_Bold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.font_Kameron_bold {
  font-family: 'Kameron', serif;
  font-weight: 700;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
#body.d11 {
  padding: 60px 0;
}
@media screen and (max-width: 740px) {
  #body.d11 {
    padding: 30px 0 40px;
  }
}
#body.d11 * {
  box-sizing: border-box !important;
}
#body.d11 img {
  max-width: 100%;
  height: auto;
}
#body.d11 img.pc {
  display: block;
}
@media screen and (max-width: 740px) {
  #body.d11 img.pc {
    display: none;
  }
}
#body.d11 img.sp {
  display: none;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 740px) {
  #body.d11 img.sp {
    display: block !important;
  }
}
#body.d11 .top {
  font-weight: bold;
  line-height: 1.88;
}
@media screen and (max-width: 740px) {
  #body.d11 .top {
    font-weight: normal;
    line-height: 1.75;
  }
}
#body.d11 .main {
  margin-bottom: 30px;
}
@media screen and (max-width: 740px) {
  #body.d11 .main {
    display: none;
  }
}
#body.d11 .main img {
  width: 100%;
  height: auto;
}
#body.d11 .challenge {
  width: 960px;
  margin: 0 auto;
  padding: 0 0 80px;
}
@media screen and (max-width: 740px) {
  #body.d11 .challenge {
    width: 100%;
    height: auto;
    padding: 0 0 40px;
  }
}
#body.d11 .challenge .section01 {
  position: relative;
  height: 400px;
  background: url('../../images/posts/day11/challenge01.jpg') 0 0 no-repeat;
  background-size: cover;
}
@media screen and (max-width: 740px) {
  #body.d11 .challenge .section01 {
    position: static;
    background: none;
    height: auto;
  }
}
#body.d11 .challenge .section01 .text01,
#body.d11 .challenge .section01 .text02 {
  position: absolute;
  width: 280px;
  right: 15px;
  font-size: 15px;
  line-height: 1.6;
  color: #FFF;
}
@media screen and (max-width: 740px) {
  #body.d11 .challenge .section01 .text01,
  #body.d11 .challenge .section01 .text02 {
    position: static;
    background-color: #1E1E1E;
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }
}
#body.d11 .challenge .section01 .text01 {
  top: 15px;
}
@media screen and (min-width: 741px) {
  #body.d11 .challenge .section01 .text01:before {
    content: "（上）";
  }
}
@media screen and (max-width: 740px) {
  #body.d11 .challenge .section01 .text01 {
    margin-bottom: 15px;
  }
}
#body.d11 .challenge .section01 .text02 {
  top: 220px;
}
@media screen and (min-width: 741px) {
  #body.d11 .challenge .section01 .text02:before {
    content: "（左）";
  }
}
#body.d11 .challenge .section02 {
  position: relative;
  margin-top: 30px;
  height: 750px;
  background: url('../../images/posts/day11/challenge02.jpg') 0 0 no-repeat;
  background-size: cover;
}
@media screen and (max-width: 740px) {
  #body.d11 .challenge .section02 {
    height: auto;
    background: none;
  }
}
#body.d11 .challenge .section02 .text {
  position: absolute;
  width: 270px;
  left: 15px;
  top: 15px;
  font-size: 15px;
  line-height: 1.6;
  color: #FFF;
}
@media screen and (max-width: 740px) {
  #body.d11 .challenge .section02 .text {
    position: static;
    background-color: #1E1E1E;
    width: 100%;
    padding: 15px;
  }
}
#body.d11 .challenge .section02 .text h3 {
  font-size: 21px;
  line-height: 1.4;
}
@media screen and (max-width: 740px) {
  #body.d11 .challenge .section02 .text h3 {
    font-size: 19px;
  }
}
#body.d11 .challenge .section02 .text p {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.7;
}
@media screen and (max-width: 740px) {
  #body.d11 .challenge .section02 .text p {
    font-size: 14px;
  }
}
#body.d11 .challenge .section03,
#body.d11 .challenge .section04 {
  margin-top: 15px;
}
#body.d11 .challenge .section05 {
  margin-top: 30px;
}
@media screen and (max-width: 740px) {
  #body.d11 .challenge .section05 {
    padding: 0 10px;
  }
}
#body.d11 .challenge .section05 p {
  font-size: 15px;
  line-height: 1.75;
}
#body.d11 .challenge .section05 p + p {
  margin-top: 20px;
}
@media screen and (max-width: 740px) {
  #body.d11 .challenge .section05 p {
    font-size: 15px;
  }
}
#body.d11 .customize_num {
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 57px;
  background-color: #FAC300;
  color: #FFF;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 740px) {
  #body.d11 .customize_num {
    height: 50px;
    line-height: 50px;
    font-size: 37px;
  }
}
#body.d11 .customize_lead {
  width: 960px;
  margin: 50px auto 40px;
  padding: 0 250px 0 0;
  background: url('../../images/posts/day11/custom_logo.png') 100% 0 no-repeat;
}
@media screen and (max-width: 740px) {
  #body.d11 .customize_lead {
    width: 100%;
    margin: 20px 0;
    padding: 0 10px;
    background: none;
  }
}
#body.d11 .customize_lead h2 {
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: bold;
  color: #1E1E1E;
  line-height: 1;
}
#body.d11 .customize_lead h2 strong {
  color: #D22229;
}
@media screen and (max-width: 740px) {
  #body.d11 .customize_lead h2 {
    margin-bottom: 20px;
    font-size: 19px;
  }
}
#body.d11 .customize_lead p {
  font-size: 17px;
  line-height: 1.75;
}
@media screen and (max-width: 740px) {
  #body.d11 .customize_lead p {
    padding-top: 170px;
    font-size: 15px;
    background: url('../../images/posts/day11/custom_logo.png') 50% 0 no-repeat;
    background-size: auto 150px;
  }
}
#body.d11 .customize_cases {
  background-color: #F5F0E2;
  padding: 60px 0;
}
@media screen and (max-width: 740px) {
  #body.d11 .customize_cases {
    padding: 10px 5px;
  }
}
#body.d11 .customize_cases .block01,
#body.d11 .customize_cases .block02,
#body.d11 .customize_cases .block03 {
  width: 960px;
  margin: 0 auto 20px;
  padding: 20px;
  background-color: #FFF;
}
@media screen and (max-width: 740px) {
  #body.d11 .customize_cases .block01,
  #body.d11 .customize_cases .block02,
  #body.d11 .customize_cases .block03 {
    width: 100%;
    margin: 0;
    padding: 5px;
  }
}
#body.d11 .customize_cases .block01:last-of-type,
#body.d11 .customize_cases .block02:last-of-type,
#body.d11 .customize_cases .block03:last-of-type {
  margin-bottom: 0;
}
#body.d11 .customize_cases .block01 h3,
#body.d11 .customize_cases .block02 h3,
#body.d11 .customize_cases .block03 h3 {
  background-color: #FAC300;
  color: #1E1E1E;
  height: 60px;
  margin-bottom: 20px;
  padding: 7px 0 7px 20px;
  line-height: 46px;
  font-size: 19px;
  font-weight: bold;
}
@media screen and (max-width: 740px) {
  #body.d11 .customize_cases .block01 h3,
  #body.d11 .customize_cases .block02 h3,
  #body.d11 .customize_cases .block03 h3 {
    height: 50px;
    padding: 10px 0 7px 10px;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
#body.d11 .customize_cases .block01 h3 .num,
#body.d11 .customize_cases .block02 h3 .num,
#body.d11 .customize_cases .block03 h3 .num {
  display: inline-block;
  margin: 0 9px 0 7px;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  font-size: 27px;
  text-align: center;
  background-color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 740px) {
  #body.d11 .customize_cases .block01 h3 .num,
  #body.d11 .customize_cases .block02 h3 .num,
  #body.d11 .customize_cases .block03 h3 .num {
    margin: 0 6px 0 5px;
    width: 30px;
    height: 30px;
    font-size: 17px;
  }
}
#body.d11 .customize_cases .block01 h3 .name,
#body.d11 .customize_cases .block02 h3 .name,
#body.d11 .customize_cases .block03 h3 .name {
  font-size: 21px;
}
@media screen and (max-width: 740px) {
  #body.d11 .customize_cases .block01 h3 .name,
  #body.d11 .customize_cases .block02 h3 .name,
  #body.d11 .customize_cases .block03 h3 .name {
    font-size: 15px;
  }
}
#body.d11 .customize_cases .block01 .profile_wrapper,
#body.d11 .customize_cases .block02 .profile_wrapper,
#body.d11 .customize_cases .block03 .profile_wrapper {
  margin-bottom: 30px;
}
#body.d11 .customize_cases .block01 .profile_wrapper:after,
#body.d11 .customize_cases .block02 .profile_wrapper:after,
#body.d11 .customize_cases .block03 .profile_wrapper:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 740px) {
  #body.d11 .customize_cases .block01 .profile_wrapper,
  #body.d11 .customize_cases .block02 .profile_wrapper,
  #body.d11 .customize_cases .block03 .profile_wrapper {
    clear: both;
    float: none;
    margin-bottom: 20px;
  }
}
#body.d11 .customize_cases .block01 .profile,
#body.d11 .customize_cases .block02 .profile,
#body.d11 .customize_cases .block03 .profile {
  float: left;
}
@media screen and (max-width: 740px) {
  #body.d11 .customize_cases .block01 .profile,
  #body.d11 .customize_cases .block02 .profile,
  #body.d11 .customize_cases .block03 .profile {
    clear: both;
    float: none;
  }
}
#body.d11 .customize_cases .block01 .profile .image img,
#body.d11 .customize_cases .block02 .profile .image img,
#body.d11 .customize_cases .block03 .profile .image img {
  display: block;
  width: 100%;
}
#body.d11 .customize_cases .block01 .profile .text,
#body.d11 .customize_cases .block02 .profile .text,
#body.d11 .customize_cases .block03 .profile .text {
  border: 1px solid #E6E6E6;
  padding: 10px 20px;
}
@media screen and (max-width: 740px) {
  #body.d11 .customize_cases .block01 .profile .text,
  #body.d11 .customize_cases .block02 .profile .text,
  #body.d11 .customize_cases .block03 .profile .text {
    padding: 5px;
  }
}
#body.d11 .customize_cases .block01 .profile .text h4,
#body.d11 .customize_cases .block02 .profile .text h4,
#body.d11 .customize_cases .block03 .profile .text h4 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #D22229;
}
#body.d11 .customize_cases .block01 .profile .text p,
#body.d11 .customize_cases .block02 .profile .text p,
#body.d11 .customize_cases .block03 .profile .text p {
  color: #1E1E1E;
  font-size: 13px;
  line-height: 1.6;
}
#body.d11 .customize_cases .block01 .section,
#body.d11 .customize_cases .block02 .section,
#body.d11 .customize_cases .block03 .section {
  clear: both;
  float: none;
  margin-bottom: 20px;
}
@media screen and (max-width: 740px) {
  #body.d11 .customize_cases .block01 .section,
  #body.d11 .customize_cases .block02 .section,
  #body.d11 .customize_cases .block03 .section {
    background-color: #FFF;
    margin-bottom: 15px;
  }
}
#body.d11 .customize_cases .block01 .section.right,
#body.d11 .customize_cases .block02 .section.right,
#body.d11 .customize_cases .block03 .section.right {
  clear: none;
  float: right;
  margin-bottom: 0;
}
@media screen and (max-width: 740px) {
  #body.d11 .customize_cases .block01 .section.right,
  #body.d11 .customize_cases .block02 .section.right,
  #body.d11 .customize_cases .block03 .section.right {
    clear: both;
    float: none;
    margin-top: 20px;
  }
}
#body.d11 .customize_cases .block01 .section.right img,
#body.d11 .customize_cases .block02 .section.right img,
#body.d11 .customize_cases .block03 .section.right img {
  display: block;
  margin: 25px auto 15px;
}
#body.d11 .customize_cases .block01 .section h4,
#body.d11 .customize_cases .block02 .section h4,
#body.d11 .customize_cases .block03 .section h4 {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 740px) {
  #body.d11 .customize_cases .block01 .section h4,
  #body.d11 .customize_cases .block02 .section h4,
  #body.d11 .customize_cases .block03 .section h4 {
    font-size: 17px;
  }
}
#body.d11 .customize_cases .block01 .section p,
#body.d11 .customize_cases .block02 .section p,
#body.d11 .customize_cases .block03 .section p {
  font-size: 15px;
  line-height: 1.85;
}
#body.d11 .customize_cases .block01 .section p.img_note,
#body.d11 .customize_cases .block02 .section p.img_note,
#body.d11 .customize_cases .block03 .section p.img_note {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.5;
}
#body.d11 .customize_cases .block01 .profile {
  width: 500px;
  padding-top: 20px;
}
@media screen and (max-width: 740px) {
  #body.d11 .customize_cases .block01 .profile {
    width: 100%;
    padding-top: 0;
  }
}
#body.d11 .customize_cases .block01 .section.right {
  width: 400px;
}
@media screen and (max-width: 740px) {
  #body.d11 .customize_cases .block01 .section.right {
    width: 100%;
  }
}
#body.d11 .customize_cases .block02 h3,
#body.d11 .customize_cases .block03 h3 {
  padding-left: 370px;
}
@media screen and (max-width: 740px) {
  #body.d11 .customize_cases .block02 h3,
  #body.d11 .customize_cases .block03 h3 {
    padding-left: 10px;
  }
}
#body.d11 .customize_cases .block02 .profile,
#body.d11 .customize_cases .block03 .profile {
  width: 350px;
  margin-top: -80px;
}
@media screen and (max-width: 740px) {
  #body.d11 .customize_cases .block02 .profile,
  #body.d11 .customize_cases .block03 .profile {
    width: 100%;
    margin-top: 0;
  }
}
#body.d11 .customize_cases .block02 .section.right,
#body.d11 .customize_cases .block03 .section.right {
  width: 550px;
}
@media screen and (max-width: 740px) {
  #body.d11 .customize_cases .block02 .section.right,
  #body.d11 .customize_cases .block03 .section.right {
    width: 100%;
  }
}
