body,
h1,
h2,
h3,
h4,
dl,
dt,
dd,
p {
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS P Gothic', 'Osaka', 'Verdana', 'Arial', 'Helvetica', 'sans-serif';
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-align: left;
}

a.opacity {
  display: inline-block;
}

a.opacity:hover img,
a.opacity:active img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

img {
  border: none;
}

#pankuzu {
  font-size: 12px;
  margin: 10px 0;
  padding-top: 10px;
  text-align: left;
}

.pankuzu {
  display: block;
  height: 25px;
  margin-left: -230px;
  text-align: center;
  width: 980px;
  width: 726px;
}

#wrapper-main {
  margin: 0 auto;
  width: 980px;
}

#main-visual {
  margin-top: 5px;

}

#contents {
  margin: 20px 0;
}

.contents-box {
  border-color: #CCC;
  border-radius: 10px;
  border-style: solid;
  border-width: 3px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 20px 20px 20px;
  width: 920px;
}

.apply-button {
  margin-top: 20px;
}

.contents-box h2 {
  text-align: left;
}

.text-box {
  margin-top: 20px;
  text-align: left;
}

#feature-area #pdf-area {
  margin-top: 30px;
  text-align: center;
}

#feature-area #pdf-area h3 {
  font-size: 23px;
  font-weight: normal;
  text-align: center;
}

.image-area img {
  margin-right: 5px;
}

.kaitou-area img {
  width: 179px;
}

.voice-box {
  float: left;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 450px;

}

.voice-text {
  background-repeat: no-repeat;
  font-size: 14px;
  padding: 122px 21px 80px 165px;
}

.yorokobi-text {
  background-position: 0 -7px;
  background-repeat: no-repeat;
  height: 250px;
  padding-left: 180px;
  padding-right: 110px;
  padding-top: 60px;
  width: 600px;

}

#detail-area h4 {
  font-size: 18px;
  font-weight: normal;
  text-align: left;
}

#yorokobi1 {
  color: #EE73AC;
  font-size: 36px;
  font-weight: bold;
  margin-top: 3%;
  text-align: center;
}

#yorokobi2 {
  color: #FFF;
  font-size: 40px;
  font-weight: bold;
  text-align: center
}

.clear {
  clear: both;
}

.gray {
  background-color: #CCC;
}

.hensachi1 {
  background-image: url('../img/hensachi1.jpg');
}

.hensachi2 {
  background-image: url('../img/hensachi2.jpg');
}

.hensachi3 {
  background-image: url('../img/hensachi3.jpg');
}

.hensachi4 {
  background-image: url('../img/hensachi4.jpg');
}

.yorokobi3 {
  background-image: url('../img/yorokobi_3.jpg');
}

.yorokobi4 {
  background-image: url('../img/yorokobi_4.jpg');
}

.yorokobi5 {
  background-image: url('../img/yorokobi_5.jpg');
  padding-left: 60px;
  width: 790px;
}

.white {
  background-color: #fff;
}

.note {
  padding: 10px 20px;
}

.note p {
  font-size: 12px;
  margin-top: -10px;
  text-align: right;
}

.detail-table {
  font-size: 17px;
  margin: 0 auto;
  margin-top: 20px;
  width: 900px;
}

.title {
  margin-left: 10px;
  margin-top: 30px;
}

.voice-fukidashi{
  border: 2px solid #333;
  box-sizing: border-box;
  margin: 4em 0;
  padding: 1em;
  position: relative;
  text-align: left;
  width: 80%;
}

.voice-fukidashi:nth-of-type(odd){
  box-shadow: -.5em .5em 0 #ffd616, -.6em .6em 0 #333, -.6em .4em 0 #333, -.4em .6em 0 #333;
}

.voice-fukidashi:nth-of-type(even){
  box-shadow: .5em .5em 0 #ffd616, .6em .6em 0 #333, .6em .4em 0 #333, .4em .6em 0 #333;
}

.voice-fukidashi::before{
  border-bottom: 2em solid #333;
  border-left: 1.5em solid #333;
  border-top: 2em solid #333;
  border-right: 1.5em solid #333;
  bottom: 1.5em;
  content: "";
  display: block;
  height: auto;
  position: absolute;
  width: auto;
}

.voice-fukidashi::after{
  border-bottom: 1.9em solid #fff;
  border-left: 1.4em solid #fff;
  border-top: 1.85em solid #fff;
  border-right: 1.4em solid #fff;
  bottom: 1.65em;
  content: "";
  display: block;
  height: auto;
  position: absolute;
  width: auto;
}

.voice-fukidashi:nth-of-type(odd)::before,
.voice-fukidashi:nth-of-type(odd)::after{
  border-top-color: transparent;
  border-right-color: transparent;
  right: 0;
  transform: translateX(100%);
}

.voice-fukidashi:nth-of-type(odd)::after{
  right: 1px;
}

.voice-fukidashi:nth-of-type(even)::before,
.voice-fukidashi:nth-of-type(even)::after{
  border-top-color: transparent;
  border-left-color: transparent;
  left: 0;
  transform: translateX(-100%);
}

.voice-fukidashi:nth-of-type(even)::after{
  left: 1px;
}