#mv-info {
  display: flex;
  height: 360px;
  overflow: hidden;
}
#mv-info #main-imgArea {
  width: 40%;
}
#mv-info .newsArea {
  background-color: rgba(255, 255, 255, 0.9);
  margin: 10px 0;
  padding: 15px 5px 15px 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}

#mv-info .newsArea div {
  display: flex;
  justify-content: space-between;
  padding: 0 15px 5px 0;
}
#mv-info .newsArea h4 {
  border-left: 5px solid #ff6600;
  font-size: 1.4rem;
  padding-left: 0.5em;
}
#mv-info .newsArea .btnInformation {
  display: block;
  float: right;
  padding: 2px 10px;
  line-height: 1.5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ff6600;
  color: #ffffff;
}

#mv-info .newsArea .btnInformation:hover {
  background: #006f66;
}
#mv-info .newsArea dl::-webkit-scrollbar {
  width: 5px;
}

#mv-info .newsArea dl::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}

#mv-info .newsArea dl::-webkit-scrollbar-thumb {
  background-color: #ff6600;
  border-radius: 100px;
}

#mv-info dl {
  overflow-y: scroll;
  height: 280px;
  display: flex;
  flex-wrap: wrap;
}

#mv-info dl dt {
  width: 27%;
  padding: 5px 0;
  font-size: 1.05rem;
  border-bottom: dotted 1px #ccc;
}
#mv-info dl dd {
  width: 68%;
  font-size: 1.05rem;
  padding: 5px 0;
  border-bottom: dotted 1px #ccc;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  #mv-info {
    display: block;
    height: auto;
  }
  #mv-info #main-imgArea {
    width: 250%;
  }
  #mv-info .newsArea .btnInformation {
    text-decoration: none;
  }
  #mv-info dl {
    display: block;
  }
  #mv-info dl dt {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
  #mv-info dl dd {
    width: 100%;
    padding-top: 0;
  }
}

#information #main dl {
  margin: 1em 0 2em;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
#information #main dl dt {
  margin: 0.5em 0;
  width: 20%;
  padding: 5px 0;
  font-size: 14.4px;
  border-bottom: dotted 1px #000;
}
#information #main dl dd {
  margin: 0.5em 0;
  width: 80%;
  font-size: 14.4px;
  padding: 5px 0;
  border-bottom: dotted 1px #000;
  line-height: 1.5;
}
#information #main dl dd a {
  text-decoration: underline;
}
#information #main dl dd a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  #information #main dl {
    display: block;
  }
  #information #main dl dt {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #information #main dl dd {
    width: 100%;
    padding-top: 0;
  }
}
#information #main .pageback {
  clear: both;
  padding: 5px 0 3px 16px;
  margin: 25px 0 0;
  text-align: left;
  background: url(https://www.nactva.gr.jp/php/assets/img/main/arrow-left.png)
    no-repeat left center;
}
#information .contentsbox {
  background-color: #fff;
  margin: 20px 0;
  padding: 20px;
  width: 630px;
  -webkit-box-shadow: #cccccc 0px 0px 10px;
  -moz-box-shadow: #cccccc 0px 0px 10px;
  box-shadow: #cccccc 0px 0px 10px;
  behavior: url(/PIE.htc);
}
#information .contentsbox .freetext {
  border: solid 1px #ff6600;
  padding: 5px 10px;
  margin-bottom: 10px;
}
#information .contentsbox dl {
  margin: 5px 0 0;
  padding-bottom: 4px;
  font-size: 90%;
  border-bottom: 1px dotted #3e3e3e;
  overflow: hidden;
  _zoom: 1;
}
#information .contentsbox dl dt {
  float: left;
  width: 555px;
  padding: 7px 0 7px 7px;

}
#information .contentsbox dl dt span {
  color: #ff6600;
}
#information .contentsbox dl dd {
  float: right;
  padding: 7px 7px 7px 0;

}
#information .contentsbox a {
  color: #ffffff;
  text-align:center;
  text-decoration: none;
  background-color: #ff6600;
  padding: 2px 10px 0;
  width: 40px;
  height: 100%;
  display: block;
}
#information .contentsbox a:hover {
  background-color: #ff9900;
}

@media only screen and (max-width: 640px) {
  #information .contentsbox {
    box-sizing: border-box;
    width: 100%;
  }
  #information .contentsbox dl dt {
    float: left;
    width: 85%;
  }
}
