/*SP用*/
@media screen and (max-width: 770px) {
  #mainImage {
    /* height: 300px; */
  }
  .reportInner {
    padding-bottom: 10px;
    padding-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .topCopy {
    line-height: 1.7em;
    font-size: 95%;
    text-align: center;
    margin-bottom: 30px;
  }
  .wrList {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .wrList li {
    background-color: white;
    border-color: #e1e1e1;
    border-style: solid;
    border-width: 1px;
    position: relative;
    text-align: left;
    padding: 0px;
    list-style-type: none;
    margin-bottom: 7px;
    width: 49%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    transition: all 0.3s ease-out;
  }
  .wrList li:hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  }
  .wrList li .label {
    font-family: sans-serif;
    background-color: #2d2d2d;
    color: white;
    z-index: 5;
    left: 10px;
    top: 10px;
    position: absolute;
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 17px;
    font-size: 11px;
  }
  .wrList li img {
    display: block;
    height: auto;
    width: 100%;
  }
  .wrList li .comm {
    line-height: 1.7em;
    font-size: 13px;
    padding: 15px;
  }
  .wrList li h4 {
    line-height: 1.3em;
    border-bottom-color: #a7a7a7;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    font-size: 14px;
    text-align: center;
    padding-left: 0px;
    padding-bottom: 5px;
    padding-right: 0px;
    padding-top: 0px;
    margin-bottom: 5px;
  }
  .wrList li h4 a {
    color: #2d2d2d;
  }
  .wrList li .sub {
    letter-spacing: 1px;
    font-family: Quicksand;
    color: #686868;
    font-size: 12px;
    text-align: center;
  }

  .kiji {
    margin-top: 20px;
    margin-bottom: 20px;
    border-color: #f3f3f3;
    border-style: solid;
    border-width: 2px;
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 4px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }

  .kiji h3.title {
    letter-spacing: 0px;
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 30px;
    margin-bottom: 0px;
  }

  .kiji .date {
    margin-bottom: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 3px;
    font-family: Quicksand, sans-serif;
  }

  .kiji_m {
    padding-bottom: 20px;
  }

  .report {
  }
  .report > h4 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-bottom: 0px;
    padding-right: 15px;
    padding-top: 0px;
    position: relative;
    display: table;
    letter-spacing: 1px;
    border-width: 0px;
    margin-top: 0px;
    font-family: Quicksand;
    font-weight: bold;
    font-size: 90%;
  }

  .report > h4:before {
    margin: auto;
    bottom: 0px;
    top: 0px;
    left: -30px;
    position: absolute;
    background-color: #535353;
    height: 2px;
    width: 30px;
    content: "";
  }
  .report > h4:after {
    right: -30px;
    margin: auto;
    bottom: 0px;
    top: 0px;
    position: absolute;
    background-color: #535353;
    height: 2px;
    width: 30px;
    content: "";
  }
  .report h4 + .sub {
    padding-left: 15px;
    padding-bottom: 8px;
    padding-right: 15px;
    padding-top: 8px;
    color: #686868;
    max-width: 55%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    line-height: 1.3em;
    letter-spacing: 1px;
    border-left-width: 0px;
    border-bottom-width: 2px;
    border-right-width: 0px;
    border-top-width: 2px;
    border-color: #e1e1e1;
    border-style: solid;
    font-size: 12px;
    margin-bottom: 15px;
  }

  .report .image-key img {
    margin-bottom: 15px;
    height: auto;
    width: 100%;
  }
  .report .image-last img {
    max-width: 100%;
    margin-bottom: 15px;
    height: auto;
  }
  .report .cont {
    text-align: left;
    padding-left: 15px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-top: 15px;
    color: #535353;
    letter-spacing: 1px;
    line-height: 1.8em;
    font-size: 85%;
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
  }
  .report .cont br {
    display: none;
  }

  .report .cont h4 {
    text-align: center;
    font-size: 16px;
    color: #2d2d2d;
    margin-top: 0px;
    font-weight: bold;
    margin-bottom: 10px;
    border-width: 0px;
  }
  .report .cont p {
    margin-bottom: 25px;
  }
  .report .images img {
    width: 100%;
    height: auto;
  }

  .ftBnrLarge {
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px;
    letter-spacing: 1px;
    line-height: 1.6em;
    font-size: 80%;
    text-align: left;
    margin-bottom: 10px;
    border-color: #e1e1e1;
    border-style: solid;
    border-width: 2px;
  }
  .ftBnrLarge img {
    margin-bottom: 5px;
    height: 150px;
    width: 100%;
    object-fit: cover;
  }
  .ftBnrLarge h4 {
    text-align: center;
    padding-top: 10px;
    margin-bottom: 7px;
    letter-spacing: 0px;
    font-size: 18px;
  }
  .ftBnrLarge a.btn {
    text-shadow: 0px 0px 1px #014b52;
    margin-top: 15px;
    color: white;
    background-color: #048b97;
    margin-right: auto;
    margin-left: auto;
    width: 60%;
    text-align: center;
    font-size: 13px;
    line-height: 40px;
    display: block;
  }

  /* 画像新着 32*/
  .icoWnew2 {
    margin-bottom: 30px;
  }
  .icoWnew2 .inner {
    margin: auto;
  }
  .icoWnew2 .t-WR {
    display: block !important;
  }
  .icoWnew2 .info {
    display: none;
  }
  .icoWnew2 ul.lists {
    display: flex;
    padding: 10px;
    flex-wrap: wrap;
  }
  .icoWnew2 ul.lists li {
    width: 48%;
    list-style: none;
    padding: 0;
    margin: 1%;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #d1d1d1;
    background-color: #fff;
    transition: all 0.3s ease-out;
  }
  .icoWnew2 ul.lists li .thumb {
  }
  .icoWnew2 ul.lists li .thumb .thumbImg {
    width: 100%;
    padding-top: 45%;
    background-size: cover;
  }
  .icoWnew2 ul.lists li .thumb .no-Img {
    position: relative;
    width: 100%;
    padding-top: 45%;
    background-color: #e8e8e8;
  }
  .icoWnew2 ul.lists li .thumb .no-Img::after {
    position: absolute;
    content: "No Image";
    font-size: 0.7rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .icoWnew2 ul.lists li .cont {
    font-size: 0.8rem;
    padding: 15px;
  }
  .icoWnew2 ul.lists li .cont h4 {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  .icoWnew2 ul.lists li .cont a {
    color: #2d2d2d;
  }
  .icoWnew2 ul.lists li .cont .comm {
    display: none;
  }
}

/*PC用*/
@media screen and (min-width: 771px) {
  #mainImage {
    height: 550px;
  }
  .WR .kijiDate {
    font-size: 1rem;
    margin-bottom: 30px;
  }
  .reportInner {
    padding-bottom: 30px;
    padding-top: 60px;
  }
  .topCopy {
    line-height: 1.7em;
    font-size: 16px;
    text-align: center;
    margin-bottom: 60px;
  }
  .wrList {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .wrList li {
    background-color: white;
    border-color: #e1e1e1;
    border-style: solid;
    border-width: 1px;
    position: relative;
    text-align: left;
    padding: 0px;
    list-style-type: none;
    margin-bottom: 15px;
    width: 24%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    transition: all 0.3s ease-out;
  }
  .wrList li:hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  }
  .wrList li .label {
    font-family: sans-serif;
    background-color: #2d2d2d;
    color: white;
    z-index: 5;
    left: 10px;
    top: 10px;
    position: absolute;
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 17px;
    font-size: 11px;
  }
  .wrList li img {
    display: block;
    height: auto;
    width: 100%;
  }
  .wrList li .comm {
    line-height: 1.7em;
    font-size: 13px;
    padding: 15px;
  }
  .wrList li h4 {
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3",
      "Hiragino Mincho ProN", "HG明朝E", serif;
    line-height: 1.3em;
    border-bottom-color: #a7a7a7;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    font-size: 14px;
    text-align: center;
    padding-left: 0px;
    padding-bottom: 5px;
    padding-right: 0px;
    padding-top: 0px;
    margin-bottom: 5px;
  }
  .wrList li h4 a {
    color: #2d2d2d;
  }
  .wrList li .sub {
    letter-spacing: 1px;
    font-family: Quicksand;
    color: #686868;
    font-size: 12px;
    text-align: center;
  }

  .kiji {
    padding: 0;
    margin-top: 30px;
    margin-bottom: 45px;
    border-color: #f3f3f3;
    border-style: solid;
    border-width: 2px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
    border-radius: 8px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  }

  .kiji h3.title {
    font-size: 26px;
    padding-bottom: 10px;
    padding-top: 50px;
    margin-bottom: 0px;
  }

  .kiji .date {
    margin-bottom: 35px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 3px;
    font-family: Quicksand, sans-serif;
  }

  .kiji_m {
    padding: 0 0 30px 0 !important;
    /* padding-bottom: 30px; */
  }

  .report {
  }
  .report > h4 {
    font-size: 1.3rem;
    font-weight: bold;
    font-family: Quicksand;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-bottom: 0px;
    padding-right: 20px;
    padding-top: 0px;
    position: relative;
    display: table;
    letter-spacing: 2px;
    border-width: 0px;
    margin-top: 0px;
  }

  .report > h4:before {
    margin: auto;
    bottom: 0px;
    top: 0px;
    left: -50px;
    position: absolute;
    background-color: #535353;
    height: 2px;
    width: 50px;
    content: "";
  }
  .report > h4:after {
    right: -50px;
    margin: auto;
    bottom: 0px;
    top: 0px;
    position: absolute;
    background-color: #535353;
    height: 2px;
    width: 50px;
    content: "";
  }
  .report h4 + .sub {
    padding-left: 15px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-top: 10px;
    color: #686868;
    max-width: 55%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    line-height: 1.3em;
    letter-spacing: 1px;
    border-left-width: 0px;
    border-bottom-width: 2px;
    border-right-width: 0px;
    border-top-width: 2px;
    border-color: #e1e1e1;
    border-style: solid;
    font-size: 14px;
    margin-bottom: 25px;
  }

  .report .image-key img {
    margin-bottom: 35px;
    height: auto;
    width: 100%;
  }
  .report .image-last img {
    max-width: 100%;
    margin-bottom: 15px;
    height: auto;
  }
  .report .cont {
    color: #535353;
    letter-spacing: 1px;
    line-height: 1.8em;
    font-size: 0.85rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 860px;
    padding: 20px;
  }
  .report .cont h4 {
    color: #2d2d2d;
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 15px;
    border-width: 0px;
  }
  .report .cont p {
    margin-bottom: 25px;
  }
  .report .images {
  }
  .report .images p {
  }
  .report .images img {
    width: 100%;
    height: auto;
  }

  .ftBnrLarge {
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
    padding-top: 20px;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: 1px;
    line-height: 1.7em;
    font-size: 14px;
    text-align: left;
    margin-bottom: 50px;
    border-color: #c6c6c6;
    border-style: solid;
    border-width: 1px;
  }
  .ftBnrLarge img {
    margin-right: 25px;
    float: left;
    height: auto;
    width: 270px;
  }
  .ftBnrLarge h4 {
    padding-top: 30px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-size: 22px;
  }
  .ftBnrLarge a.btn {
    margin-top: 15px;
    color: white;
    background-color: #048b97;
    margin-right: 0px;
    margin-left: auto;
    width: 25%;
    text-align: center;
    font-size: 13px;
    line-height: 40px;
    display: block;
  }

  /* 画像新着 32*/
  .icoWnew2 {
    margin-bottom: 80px;
  }
  .icoWnew2 .inner {
    max-width: 1000px;
    margin: auto;
  }
  .icoWnew2 .t-WR {
    display: block !important;
    margin-bottom: 50px;
  }
  .icoWnew2 .info {
    display: none;
  }
  .icoWnew2 ul.lists {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
  }
  .icoWnew2 ul.lists li {
    width: 24%;
    list-style: none;
    padding: 0;
    margin: 0.5%;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #d1d1d1;
    background-color: #fff;
    transition: all 0.3s ease-out;
  }
  .icoWnew2 ul.lists li .thumb {
  }
  .icoWnew2 ul.lists li .thumb .thumbImg {
    width: 100%;
    padding-top: 45%;
    background-size: cover;
  }
  .icoWnew2 ul.lists li .thumb .no-Img {
    position: relative;
    width: 100%;
    padding-top: 45%;
    background-color: #e8e8e8;
  }
  .icoWnew2 ul.lists li .thumb .no-Img::after {
    position: absolute;
    content: "No Image";
    font-size: 0.7rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .icoWnew2 ul.lists li .cont {
    font-size: 0.8rem;
    padding: 30px 20px 20px 20px;
  }
  .icoWnew2 ul.lists li .cont h4 {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  .icoWnew2 ul.lists li .cont a {
    color: #2d2d2d;
  }
  .icoWnew2 ul.lists li .cont .comm {
    display: none;
  }
}
