/* =============================================================
common
* ============================================================= */
#header *,
.footer * {box-sizing: border-box;}
.hidePC {display: none!important;}
div#header a:link, div#header a:visited,
div#footer a:link, div#footer a:visited {
	text-decoration: none;
}
div#header a:hover, div#footer a:hover { text-decoration: underline; }
div#header img, div#footer img { vertical-align: top; }

/* =============================================================
Header
* ============================================================= */
#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 960px;
  height: 100px;
  background: #000;
  position: relative;
  margin:0 auto;
}
#header p.text_01{
  vertical-align: top;
  width: 170px;
  color: #ffffff;
  font-size:18px;
  font-weight: bold;
  text-align: center;
}
#header h1 {
  width: 750px;
  color: #FFF;
  font-size: 32px;
  font-weight: bold;
  padding-top: 8px;
}
#header:after{content: none;}
#navi{
    border-top: 5px solid #000000;
    clear: both;
    margin: 0 auto 30px;
    padding: 7px 0 0;
    width: 960px;
}
#navi ul{
  width: 960px;
  margin: 0 auto;
}
#navi ul li{ float: left;}

/* =============================================================
topicspath
* ============================================================= */
.topicspath{
	font-family: "\?\?\?\?", "Meiryo", verdana, "\?\?\?\???\L Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "???? ??\L\?\?\?", "MS PGothic", Arial, Helvetica, Sans-Serif;
	color: #666666;
	font-size: 11px;
	margin: 30px auto 10px !important;
	width: 960px;
}
ul.topicspath li{
	float: left;
}
ul.topicspath li a {
    background: url("/newpackage/0910053/img/icon_topicspath.gif") no-repeat scroll right center transparent;
    margin-right: 5px;
    padding-right: 15px;
    text-decoration: none;
    color: #FF8C00;
}
ul.topicspath li a:hover{ color: #FF6600;}

/* =============================================================
Footer
* ============================================================= */
.footer {
  position: relative;
  background: #A7CA7A;
  border-top: 4px solid #CC0000;
  width: 100%;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1280px;
  margin: 0 auto;
}
.footer__container details {
  width: calc(100% - 280px);
  padding: 50px;
  border-right: 1px solid #FFF
}
.footer__container details>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.footer__container details>ul>li:nth-child(n+2) {
  margin-left: 40px
}
.footer__container details>ul>li:nth-child(n+2) {
  margin-left: 30px
}

.footer__container details>ul>li>ul>li {
  line-height: 1.0
}

.footer__container details>ul>li>ul>li:nth-child(n+2) {
  margin-top: 30px
}

.footer__container details>ul>li>ul>li>a {
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  text-decoration: underline;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.footer__container details>ul>li>ul>li>a:hover {
  color: #CC0000;
  text-decoration: none
}

.footer__container details>ul>li>ul>li dl dt {
  line-height: 1.0;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px
}

.footer__container details>ul>li>ul>li dl dd {
  padding-left: 1.0em
}

.footer__container details>ul>li>ul>li dl dd ul li {
  line-height: 1.4;
  font-size: 14px
}

.footer__container details>ul>li>ul>li dl dd ul li:nth-child(n+2) {
  margin-top: 12px
}

.footer__container details>ul>li>ul>li dl dd ul li a {
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.footer__container details>ul>li>ul>li dl dd ul li a {
  color: #FFF;
  text-decoration: underline
}
.footer__container details>ul>li>ul>li dl dd ul li a:hover {
  color: #CC0000;
  text-decoration: none
}

.footer__container .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.footer__container .sns {
  width: 280px
}

.footer__container .sns h2 {
  line-height: 1.0;
  color: #FFF;
  font-family: "Arial";
  font-size: 16px;
  font-weight: 700;
  text-align: center
}

.footer__container .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 15px auto 25px auto
}

.footer__container .sns ul li {
  width: 20px;
  margin: 0 12px
}

.footer__container .sns ul li a {
  display: block;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.footer__container .sns ul li a:hover {
  opacity: 0.8
}

.footer__container .sns ul li a img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto
}

.footer__container .sns p {
  line-height: 1.0;
  font-size: 14px;
  text-align: center
}

.footer__container .sns p a {
  color: #FFF;
  text-decoration: underline;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.footer__container .sns p a:hover {
  color: #CC0000;
  text-decoration: none
}

.footer>p {
  height: 40px;
  line-height: 1.4;
  color: #FFF;
  font-family: "Arial";
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #333
}
