@media screen and (min-width:768px) {
  #second_contents.e5-contents #container{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
.e5_inner h3{
  color:#690!important;
  height: 24px;
  background-image: url(../img/h_icon1.png)!important;
  background-size: 24px;
  padding-left: 38px;
  background-repeat: no-repeat;
}
.e5_inner p{
  padding: 0 0 15px;
  font-size: 16px!important;
}

.button {
  display: block;
}
.button a {}

.btn{
  background-color: #64a32e;
  color: #fff!important;
  display: block;
  margin: 10px 0;
  padding: 5px 10px!important;
  font-size: 14px;
  border-radius: 4px;
  transition: 0.3s;
}
.btn:hover{
  background-color: #527d2e;
}

.btn-form{
  display: inline-block!important;
  background-color: #F4A515;
  color: #fff;
  display: block;
  margin: 10px 0;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 4px;
  transition: 0.3s;
}

.btn-form:hover{
  background-color: #D28511;
}
.column-50 {
  width: 50%;
  float: left;
  box-sizing: border-box;
}
.btn dl{width: 100%; display: table;width: 100%}

dt{
  display: block;
  width: 100px;
  float: left;
}

dd{
  display: block;
  float: left;
  padding: 13px 10px 2px;
  box-sizing: border-box;
  line-height: 45px;
}

.description-list li {
  display: block;
  float: left;
  box-sizing: border-box;
}
.description-list li img {width: 289px;}
.description-list li img,dt img {max-width: 100%;}

.description-list .thumbnail {
  width: 43%;
  margin-right: 2%;
  background-color: #f5f5f5;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
}
.thumbnail .thum-text {
  padding: 7px;
  text-align: center;
  display:block;
  line-height: 1.4;
}
.buttonform {
  text-align: right;
}
.description-list .textdescription {width: 55%;}

.item-description {
	display: table;
	width: 100%;
	margin: 15px 0;
}
.jrview {font-size:20px;font-weight: 600;}
@media screen and (max-width:640px) {
  .e5_inner h3 {
    margin-bottom: 15px;
    font-size: 90%;
  }
  .jrview {
    font-size: 81%;
    display: block;
    font-weight: 600;
    line-height: 33px;
  }
  .yt {
    /* background-color: #222; */
    background-color: #3d4e9d;
    padding: 6px 0 0 0;
    margin: 0;
    border: 0;
    border-radius: 0;
  }
  .yt iframe{
    max-height: 200px;
    margin: 0;
    padding: 0
  }
  .button {margin-bottom: 20px;}
  .btn,.btn-form{
    font-size: 14px;
    padding: 5px 10px;
    color: #fff !important;
  }
  dt{
    width: 19%;
  }
  dd{
    padding:5px 10px 0;
    width: 81%;
  }
  .description-list li{
    width: 100% !important;
    margin-bottom: 0;
  }
  .textdescription {
    padding: 15px 0 0;
  }
  .textdescription p strong{
    font-size: 120%;
  }
  .description-list {
    display: table;
    width: 100%;
    margin-bottom: 15px;
  }
  .textdescription p {
    font-size: 16px;
    padding: 10px 0;
  }
  .buttonform {
    text-align: center;
  }
  .buttonform,.buttonform a{
    margin-bottom: 0;
    padding-bottom: 0!important;
  }
  .buttonform a {
    /*width: 90%;*/
    line-height: 2.8;
    display: block!important;
  }
  .item-description {
    margin:　20px 0 0;
  }
  .description-list {
    margin-bottom: 0 !important;
  }
  .description-list li img {width: 100%;}
}
.img_wrap{
  /* border: 1px solid #ddd; */
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.img_wrap img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}
.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}
