@charset "UTF-8";

header nav > ul > li:nth-of-type(5) > a          { color: #C00; font-weight: 400;}
header nav > ul > li:nth-of-type(5) > a::before  { background-color: #c00;}

.page #hd_image                 { background: url(../images/corporate/hd_image.jpg) center no-repeat; background-size: 100% auto; padding: 0 1em;}

article dl                      { padding-top: 1em; border-top: 1px solid #e5e5e5;}
article dl dt::before           { content: "■ "; color: #e5e5e5;}
article dl dd                   { padding-left: 15em; margin-top: -2em; margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #e5e5e5;}
article iframe                  { width: 100%; height: 500px;}
article .wp-image-450           { width: 600px; height: auto; float: right; margin-left: 2em; margin-top: -4.5em;}


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

  article dl                      { padding-top: 1em; border-top: 1px solid #e5e5e5;}
  article dl dt::before           { content: "■ "; color: #e5e5e5;}
  article dl dd                   { padding-left: 1.3em; margin-top: 0; }

  article .wp-image-450           { float: none; margin-left: 0; margin-top: 0;}

}