@charset "utf-8";
/* CSS Document */
.koesuta {
  font-size: 1.6em;
  width: 80%;
  margin: 30px auto;
  background-color: #fff;
  font-family: sans-serif;
}
#gt p {
    margin-bottom: 50px;
    line-height: 1.25;
	font-size: 1.6rem;
}
#gt .type8 .summary {
    margin-top: .25rem;
}
#gt .type8 .summary {
    margin-bottom: 10px;
}
#gt .type8 .body {
    padding-left: .5rem;
    -ms-flex: 1;
    flex: 1;
}
#gt .gt-credit {
    display: block;
    text-align: right;
    text-decoration: none;
}
.y {
	color: #e6e600;
}
.img {
	text-align: center;
}
.common-h2 {
	margin-top: 10px;
}
/*もっと見る*/

.link_info{
    margin:auto;
    padding:0;
    text-align:center;
    font-size:1.5rem;
    text-decoration: auto;
}

  .r_link{
    padding: 2px 15px;
    color: #585555;
    display: inline-block;
    font-size: 1.6rem;
    border: 1px solid #8b8b8b;
    border-radius: 5px;
    margin-top: 5px;
    margin-left: 40%;
  }
  .review_box1{
  	  padding:10px;
      border-bottom: 1px dotted #666666;
  }
  .k_title{
      /*.kc_title{*/
      font-size:1.2rem;
      color:#517597;
      font-weight:bold;
  }
  .r_datatext, .r_imgbox, .l_imgbox, .kc_title , .itmimg, .k_title{
     display:inline-block;
  }
  .l_imgbox{
/*   height:150px;*/
  }
  .right_top{
  	    font-size:2rem;
  	    color:#65659a;
  	    font-weight:bold;
  	}
  	.review_box1{
  	    /*height:200px;*/
  	}
  	.itmimg {
  	   
  	}
  	.r_imgbox{
  	    /*width: 70% !important;*/
  	}
  	.r_text{
  	    font-size:1.5rem;
  	}
  		
    .r_text {
        height: 100px; /* 省略せずに表示するサイズを指定 */
        max-width: 100%;
        /*white-space: nowrap;*/
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #rev_wrap{
        font-size: 1.6em;
        width: 70%;
        margin: 30px auto;
        background-color: #fff;
        font-family: sans-serif;
    }
    @media only screen and (max-width: 767px){
      #rev_wrap{
          font-size: 1.6em;
          width: 98%;
          margin: 30px auto;
          background-color: #fff;
          font-family: sans-serif;
      }

      .r_link{
          padding: 2px 15px;
          color: #585555;
          display: inline-block;
          font-size: 1.4rem;
          border: 1px solid #8b8b8b;
          border-radius: 5px;
          margin-top: 5px;
          margin-left: 30%;
      }
    }
    
    
    /*モーダル*/
    .modal-wrap {
    display: inline-block;
}

.modal-wrap input {
    display: none;
}

.open-label,
.close-label {
    cursor: pointer;
}

.open-label {
    color: #4f96f6;
    font-size: .95em;
}

.open-label:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #c7511f
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}



.modal__content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 70%;
    max-width: 650px;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 5px;
}

.close-label {
    background-color: #777;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 36px;
    height: 36px;
    line-height: 1.5;
    text-align: center;
    display: table-cell;
    position: fixed;
    top: -15px;
    right: -2%;
    z-index: 99999;
    font-size: 1.6em;
}

.modal__content {
    max-height: 56vh;
    overflow-y: auto;
    padding: 39px 45px 40px;
    color:#000000;
}

.modal__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

.r_databox {
    font-size: 1.6rem;
}
@keyframes modal-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media only screen and (max-width: 480px) {
    .open-label {
        max-width: 90%;
        padding: .94em 2.1em .94em 2.6em;
    }

    .close-label {
        top: -17px;
        right: -4%;
    }

    .modal__content-wrap {
        width: 90vw;
        height: 70vh;
    }

    .modal__content {
        padding: 33px 21px 35px;
        max-width: 100%;
    }
}
    
@media screen and (max-width: 480px) {
  .koesuta {
	width: 95%;
  }
  
 

}