#news-wrapper * {
  font-size: 18px;
  text-align: justify;
}
#news-wrapper {
  margin: 0 auto;
  max-width: 980px;
  font-size: 18px;
  background-color: #ffffff;
}
#news-wrapper h2 {
display: block;
border: none;
}
#news-wrapper .target {
  max-width: 560px;
  position: absolute;
  top: -40px;
  left: -13px
}
#news-wrapper p {
  margin-bottom: initial;
}
#news-wrapper #heigan, #news-wrapper #oyako {
  margin: 2em auto 4em auto;
  padding: 4em 3em 2em 3em;
  position: relative;
}
#news-wrapper #heigan h3, #news-wrapper #oyako h3 {
  margin-top: -4em;
  background: none;
  border: none;
}
#news-wrapper #heigan h4, #news-wrapper #oyako h4 {
  text-align: center;
  color: #333333;
  border-bottom: solid 2px #333333;
}
#news-wrapper #heigan strong, #news-wrapper #oyako strong {
  display: inline-block;
  margin-right: 1em;
  padding: 0 0.5em !important;
  color: #ffffff;
  background-color: #333333;
}
#news-wrapper #heigan {
  background-image: url("/news/files/bg_yellow.gif");
}
#news-wrapper #oyako {
  background-image: url("/news/files/bg_purple.gif");
}
#news-wrapper div.waku {
  margin-bottom: 2em;
  padding: 2em;
  background: rgba(255, 255, 255, 0.50);
  border-radius: 16px;
}
#news-wrapper a.aply {
  padding: 0.5em 1em;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  border: solid 1px #999999;
  border-radius: 8px;
  transition: 0.3s;
}
#news-wrapper #heigan a.aply {
  background-color: #9390C6;
}
#news-wrapper #oyako a.aply {
  color: #666666;
  background-color: #FFE803;
}
#news-wrapper a.aply:hover {
  opacity: 0.6;
}
#news-wrapper #soudan img {
  width: 640px;
}
#news-wrapper #soudan p {
  text-align: center;
}
#news-wrapper #soudan a {
  text-decoration: none;
}
#news-wrapper p.freecall a {
  font-size: 36px !important;
  line-height: 1;
  font-weight: bold;
}
#news-wrapper p.freecall img {
  margin-right: 0.5em;
  width: 56px !important;
  vertical-align: middle
}
#news-wrapper p.line a {
  font-size: 30px !important;
}
#news-wrapper p.qr img {
  width: 160px !important;
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  #news-wrapper p img.txt_reason {
    display: inline-block;
    margin: 2em 0;
    width: 64%;
  }
  #news-wrapper p img.ilst {
    width: 30%;
    position: absolute;
    right: 3em;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  #news-wrapper .target {
    width: 96%;
    max-width: 560px;
    position: absolute;
    top: -1.6%;
    left: -3%
  }
  #news-wrapper #heigan, #news-wrapper #oyako {
    margin: 2em auto 4em auto;
    padding: 4em 1em 2em 1em;
  }
  #news-wrapper #heigan h3, #news-wrapper #oyako h3 {
    margin-top: -2em;
  }
  #news-wrapper p.reason {
    text-align: center;
  }
  #news-wrapper p img.txt_reason {
    margin-top: 2em;
  }
  #news-wrapper p img.ilst {
    max-width: 430px;
  }
  #news-wrapper #heigan strong, #news-wrapper #oyako strong {
    display: block;
    margin: 0.25em 0;
    color: #000000;
    background: none;
    text-align: center;
    border-bottom: solid 2px #000000;
  }
}

  #d_audition h2 img {
    margin-bottom: 1em;
  }
  #d_audition ul , #d_audition dl {
    list-style: none;
  }
  #d_audition dl dt {
    width: 8em;
    height: 3em;
    vertical-align: top !important;
    float: left;
  }
  #d_audition dl dd {
    width: calc( 100% - 6em );
    height: 3em;
    vertical-align: top !important;
  }
  #d_audition dl dd::after {
    content: " ";
    display: block;
    clear: both;
  }
  #d_audition {
    max-width: 980px;
    padding: 0.5em;
  }
  #visitor_menu , #accs_map {
    display: flex;
    margin: 2em 0;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #visitor_menu > a {
    display: block;
    padding: 2em;
    width: 46%;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: solid 3px rgba(210,46,121,1.00);
    background-color: #666666;
  }
  #accs_map > div {
    width: 48%;
  }
  #accs_map > div > p {
    height: 6em;
  } 
  #accs_map > div iframe {
    width: 99%;
    height: 400px;
  }
  p.link_btn {
    margin: 2em auto;
    padding: 1em;
    text-align: center;
  }

/*20240311追加*/
  #visitor_menu2 , #accs_map2 {
    display: flex;
    margin: 2em 0;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #visitor_menu2 > a {
    display: block;
    padding: 2em;
    width: 30%;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: solid 3px rgba(210,46,121,1.00);
    background-color: #666666;
  }
  #accs_map2 > div {
    width: 30%;
  }
  #accs_map2 > div > p {
    height: 5em;
  } 
 #accs_map2 > div iframe {
    width: 99%;
    height: 300px;
  }
  #accs_map2 span {
    font-size: 1.2rem;
  }

  @media screen and (max-width: 760px){
    #visitor_menu , #accs_map {
      display: block;
    }
    #visitor_menu > a ,  #accs_map > div {
      margin-bottom: 1em;
      width: 100%;
    }
    #d_audition dl dt ,  #d_audition dl dd {
      width: 100%;
      height: inherit;
      float: none;
    }
    #d_audition dl dd {
      margin-bottom: 0.5em;
    }
    #accs_map > div {
      margin-bottom: 1.5em;
    }
    #accs_map > div > p {
      margin-bottom: 0;
      height: inherit;
    }
/*20240311追加*/
    #visitor_menu2 , #accs_map2 {
      display: block;
    }
    #visitor_menu2 > a ,  #accs_map2 > div {
      margin-bottom: 1em;
      width: 100%;
    }
    #accs_map2 > div {
      margin-bottom: 1.5em;
    }
    #accs_map2 > div > p {
      margin-bottom: 0;
      height: inherit;
    }
  }

/*20250108追加ーーーここからーーー*/

  #visitor_menu3 , #accs_map3 {
    display: flex;
    margin: 2em 0;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #visitor_menu3 > a {
    display: block;
    padding: 1em;
    width: 49%;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    background-color: #000;
    position: relative;
  }
  #visitor_menu3 a:after {
	content: "\e902";
	font-family: 'tdg';
	color: #FFF;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
  }
  #accs_map3 > div {
    width: 30%;
  }
  #accs_map3 > div > p {
    height: 8em;
  } 
 #accs_map3 > div iframe {
    width: 99%;
    height: 300px;
  }
  #accs_map3 span {
    font-size: 1.2rem;
  }
  p.link_btn > a {
    margin: 0 10px;
  }
    @media screen and (max-width: 760px){
      #visitor_menu3 , #accs_map3 {
        display: block;
      }
      #visitor_menu3 > a ,  #accs_map3 > div {
        margin-bottom: 1em;
        width: 100%;
      }
      #visitor_menu3 a:after {
        right: 10px;
      }
      #accs_map3 > div {
        margin-bottom: 1.5em;
      }
      #accs_map3 > div > p {
        margin-bottom: 10px;
        height: inherit;
      }
      p.link_btn > a {
        margin: 10px 0;
      }
    }
/*20250108追加ーーーここまでーーー*/