@charset "utf-8";

/***  ***/
input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,input {
    overflow: visible
}

button,select {
    text-transform: none
}
input,
textarea,
select,
option {
  font-size: 100%;
  font-family: san-serif;
}

.contact_txt {
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
    font-size: 14px;
}
.opi-h2 {
    margin: 0 auto 3% auto;
    text-align: center;
}

.contact_box {
    width: 98%;
    max-width: 900px;
    margin: 0 auto;
}

.opinions-li {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.opinions-l {
    width: 100%;
    background: rgb(109 32 32 / 68%);
    padding: 2%;
    box-sizing: border-box;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-size: 14px;
}

.opinions-r {
    width: 100%;
    background: #3a3838;
    padding: 2%;
    box-sizing: border-box;
    color: #fff;
}

input.middle {
    width: 100%;
    box-sizing: border-box;
    padding: 1%;
}

input.middle {
    width: 100%;
    background: #3a3838;
    border: 0;
    color: #fff;

}
textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 1%;
    background: #3a3838;
    border: 0;
    color: #fff;
}
.opinions-send {
    padding: 2% 0;
    text-align: center;
}

/***  ***/
.link_hub_table{
    width: 80%;
    display: table;
    margin: 0 auto;
}
.link_hub_contents {
    display: inline-block;
    width: 33%;
    text-align: center;
}

.top_bn{
	max-width:640px;
	width: 98%;
	margin: 20px auto 40px auto;
	text-align: center; 
}


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

.link_hub_contents img{
	width: 100%;
	height: auto;
}

.link_hub_table {
    width: 98%;
    display: table;
    margin: 0 auto;
}

  .girl_data {
      margin-bottom: 10px;
      margin-right: 1%;
      width: 32%;
      vertical-align: top;
      padding: 0;
  }
  .girl_data:nth-child(3n){
    margin-right: 0%;
  }
  
  .girl_data_txt li{
    font-size: 0.8rem;
    padding: 4px 0;
  }
  .new-l {
      display: block;
      width: 100%;
  }
  .new-r {
      display: block;
      color: #fff;
  }
  .news_photo {
      text-align: center;
  }
    #ttl_img_box {
        height: 160px;
    }

    .three_table {
    width: 92%;
    display: table;
    margin: 20px auto;
}

}