/* 共通 */

img {
    width: 100%;
  }
  
  body {
    /* background-color: #fbf8f6; */
    font-family: serif;
  }
  .pt-15 {
    padding-top: 15px;
  }
  h2 img {
    width: 100%;
    margin-bottom: 30px;
  }
  .section_body {
    /* width: 1000px; */
    margin: 0 auto;
  }
  .mdp-img{
    margin-bottom: 0px !important;
  }
  .value-red3 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
  }
  .value-red3_box {
    width: 30%;
    background-color: #eee9ee;
    padding: 35px 35px 25px 35px;
    box-sizing: border-box;
    position: relative;
  }
  .value-red3_box img {
    width: 100px;
    position: absolute;
    top: -20px;
    left: 0;
  }
  .value-red3_box h3 {
    font-size: 19px;
    line-height: 1.7;
    letter-spacing: 3px;
    font-weight: bold;
    color: #b81c22;
    margin-bottom: 10px;
  }
  .value-red3_box p {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 1.5px;
  }
  .value-red3 + img {
    width: 100%;
    margin-bottom: 70px;
  }
  
  .value-red2 {
    display: flex;
    justify-content: space-evenly;
    width: 80%;
    margin: 0 auto;
  }
  .value-red2_box {
    width: 40%;
    background-color: #eee9ee;
    padding: 35px 35px 25px 35px;
    box-sizing: border-box  ;
    position: relative;
  }
  .value-red2_box img {
    width: 100px;
    position: absolute;
    top: -20px;
    left: 0;
  }
  .value-red2_box h3 {
    font-size: 19px;
    line-height: 1.7;
    letter-spacing: 3px;
    font-weight: bold;
    color: #b81c22;
    margin-bottom: 10px;
  }
  .value-red2_box p {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.5px;
  }
  .value-red2 + img {
    margin-bottom: 70px;
  }
  
  .value-blue {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
  }
  .value-blue_box {
    width: 30%;
    background-color: #eee9ee;
    padding: 35px 35px 25px 35px;
    box-sizing: border-box;
    position: relative;
  }
  .value-blue_box img {
    width: 100px;
    position: absolute;
    top: -20px;
    left: 0;
  }
  .value-blue_box h3 {
    font-size: 19px;
    line-height: 1.7;
    letter-spacing: 3px;
    font-weight: bold;
    color: #003f65;
    margin-bottom: 10px;
  }
  .value-blue_box p {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 1.5px;
  }
  .value-blue + img {
    width: 100%;
    margin-bottom: 70px;
  }




#mdp .section_body > p {
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    letter-spacing: 2px;
    margin-bottom: 50px;
  }
  .mdp_point {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .mdp_point_box {
    width: 30%;
    padding: 30px;
    box-sizing: border-box;
  }
  .mdp_point_box h3 {
    font-size: 20px;
    color: #003f66;
    line-height: 1.5;
    margin-bottom: 15px;
    letter-spacing: 3px;
    font-weight: bold;
  }
  .mdp_point_box h3 span {
    border-bottom: 3px solid #eb6856;
    font-weight: bold;
  }
  .mdp_point_box p {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.8;
    font-weight: bold;
  }

  .mansion_map{
    margin-bottom: 30px;
  }



.nom-lead{
  margin-top: 30px;
  margin-bottom: 70px;
  font-size: 16px !important;
}
.nomu_thanks {
  text-align: center;
  font-size: 23px;
  color: #b81c22;
  letter-spacing: 4px;
  font-weight: bold;
  margin-bottom: 30px;
}
  .nomucom_crown {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .nomucom_crown-sp{
    display: none;
  }
  .nomucom_img {
    width: 300px;
  }
  .img-note{
    max-width: 800px;
    margin: 0 auto;
    font-size: 8px;
  }
  .nomucom_percentage {
  margin-top: 70px;
  margin-bottom: 70px;
  }
  .nomucom_percentage h3 {
    text-align: center;
    font-size: 23px;
    color: #b81c22;
    letter-spacing: 4px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .nomucom_percentage p {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 2;
    margin-bottom: 25px;
  }
  .nomucom_percentage_figure {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .nomucomphoto_sp{
    display: none;
  }
  .nomucom_percentage_graph {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: flex-start;
  }
  .nomucom_percentage_graph-1 {
    width: 48%;
  }
  .nomucom_percentage_graph-2 {
    width: 47%;
  }





  .pcnone {
    display: none;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }


  @media only screen and (max-width: 768px){

     /* 共通 */
  .mainvisual img {
    padding-top: 57px;
  }
  .pc {
    display: none!important;
  }
  .sp {
    display: block!important;
  }
  .spnone {
    display: none
  }
  #mdp .section_body > p{
    font-size: 14px;
  }
  .nom-lead{
    font-size: 14px !important;
    margin-bottom: 20px;
  }
  header .logo_plus {
    width: 140px;
  }
  header .logo_sl {
    display: none;
  }
  header a:last-child {
    width: 65%;
  }
  .logo_plus {
    width: 70%;
  }
  .logo_sl {
    width: 100%;
  }
  .anchors {
    width: 85%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .anchors p {
    text-align: justify;
    font-size: 17px;
    letter-spacing: 1.5px;
    margin-bottom: 0px;
  }
  .anchors p br {
    display: none;
  }
  .anchors_list {
    width: 80%;
    height: auto;
    display: none;
  }
  .anchors_list a {
    width: 100%;
    margin-bottom: 15px;
    height: 55px;
    line-height: 55px;
    font-size: 12px;
  }
  h2 img {
    margin-bottom: 30px;
  }
  footer {
    padding: 40px 0;
  }
  footer a img {
    width: 70%;
  }
  .pt-15 {
    padding-top: 0px;
  }
  .value-red3 {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .value-red3_box {
    width: 100%;
    margin-bottom: 30px;
  }
  .value-red3_box img {
    width: 85px;
    top: -17px;
  }
  .value-red3_box h3 {
    font-size: 16px;
  }
  .value-red3_box p {
    font-size: 13px;
  }
  .value-blue {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .value-blue + img {
    margin-bottom: 0px;
  }
  .value-blue_box {
    width: 100%;
    margin-bottom: 30px;
  }
  .value-blue_box img {
    width: 85px;
    top: -17px;
  }
  .value-blue_box h3 {
    font-size: 16px;
  }
  .value-blue_box p {
    font-size: 13px;
  }
  .value-red2 {
    width: 100%;
    flex-direction: column;
  }
  .value-red2_box {
    width: 100%;
    margin-bottom: 30px;
  }
  .value-red2_box img {
    width: 85px;
    top: -17px;
  }







    .mdp_frow  {
        width: 75%;
        margin: auto;
        margin-bottom: 40px;
      }
      .mdp_point {
        flex-direction: column;
        margin-bottom: 10px;
      }
      .mdp_point_box {
        width: 100%;
        /* margin-bottom: 30px; */
      }
      .mdp_point_box h3 {
        font-weight: bold;
      }
      .nom-lead{
        margin-bottom: 50px;
      }
      .nomu_thanks{
        text-align: justify;
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 1.5;
        margin-bottom: 20px;
      }
      .nomucom_crown {
       display: none;
      }
      .nomucom_crown-sp{
      display: block;
      width: 100%;
      margin: 0 auto;
      text-align: center;
      }
      .sp-wrap{
        display: flex;
        justify-content: center;
      }
      .nomucom_img {
        width: 150px;
      }
      .img-note{
        margin-top: 20px;
        font-size: xx-small;
      }
      .nomucom_percentage_figure {
        flex-direction: column;
      }
      .nomucom_percentage p{
        font-size: 14px;
      }
      .nomucom_percentage h3 {
        text-align: justify;
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 1.5;
        margin-bottom: 15px;
      }
      .nomucom_percentage p {
        letter-spacing: 1px;
        margin-bottom: 30px;
      }
      .nomucomphoto_pc{
        display: none;
      }
      .nomucomphoto_sp{
        display: block;
        margin-bottom: 30px;
      }
      .nomucom_percentage_graph {
        flex-direction: column;
        margin-bottom: 0px
      }
      .nomucom_percentage_graph img {
        width: 100%;
      }
      .nomucom_percentage_graph-1{
        margin-bottom: 40px;
      }
      .nomucom_percentage_graph-2{
        margin-bottom: 10px;
      }
      .nomucom_percentage p.nomucom_nielsen {
        margin-bottom: 50px;
      }
  }