@charset "UTF-8";

#ex_footer_pc {
    display: block;
    background-color: #003477 !important;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 5em !important;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 1em;
    color: #fff;
}

#ex_footer_pc h5 {
    position: relative;
    display: inline-block;
    width: 400px;
    margin: 0 auto;
    padding: 3px 0;
    line-height: 0;
}
#ex_footer_pc h5 img {
    width: 100%;
    filter: invert(1) brightness(2) contrast(2); 
}
#ex_footer_pc h5:before {
    content: "";
    top: 50%;
    left: -40px;
    width: 30px;
    height: 1px;
    background-color: rgba(255,255,255,0.5);
    position: absolute;
}
#ex_footer_pc h5:after {
    content: "";
    top: 50%;
    right: -40px;
    width: 30px;
    height: 1px;
    background-color: rgba(255,255,255,0.5);
    position: absolute;
}

#ex_sitemap_pc {
    
}
.ex_sitemap_pc {
    max-width: 1200px;
	padding:2em 5% 3em;
	margin:0 auto;
	text-align:left;
}
.ex_sitemap_pc ul {
    display: flex;
    justify-content:space-around;
    align-items: flex-start;   
}
.ex_sitemap_pc ul h6 {
    font-weight: normal;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    line-height: 1.4;
    padding-bottom: 0.2em;
    margin-bottom: 0.6em;
}
.ex_sitemap_pc ul li:nth-child(2),.ex_sitemap ul li:nth-child(3) {
    width: 18%;
}
.ex_sitemap_pc ul li ul {
    flex-direction: column;
}
.ex_sitemap_pc ul li ul li {
    width: 100% !important;
    line-height: 2em;
}
.ex_sitemap_pc ul a {
    color: #fff;
    display: inline-block;
    transition: all 0.3s;
}
.ex_sitemap_pc ul a:hover {
    color: #999;
}

.ex_sns_pc {
    
}
.ex_sns_pc ul {
    display: flex;
    justify-content:center;
    align-items: center;
}
.ex_sns_pc ul li {
    margin: 0 2em;
}
.ex_sns_pc ul li img {
    width: 30px;
    margin-right: 0.5em;
    filter: invert(1) brightness(2) contrast(2); 
}
.ex_sns_pc ul li a {
    display: flex;
    justify-content:center;
    align-items: center;
    color: #fff;
    font-size: 0.76em;
    line-height: 1.4;
    transition: all 0.3s;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
}
.ex_sns_pc ul li a:hover {
    opacity: 0.7;
}

#cp_navi {
	display:none;
}
#ex_footer {
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif; 
	display:none;
}
.cp_spacer40,.cp_spacer50,.cp_spacer60 {
    display: none;
}
@media screen and (max-width: 1100px) {
#ex_footer_pc {
	display:none;
}
.cp_spacer40 {
    display: block;
    height: 40px;
}
.cp_spacer50 {
    display: block;
    height: 50px;
}
.cp_spacer60 {
    display: block;
    height: 60px;
}
#cp_navi {
    height: 50px;
	display: flex;
    justify-content: flex-start;
    align-items: center;
	background-color:#001f57;
    padding-left: 22px;
    background-image: url(https://nakayashiki-g.co.jp/img2018/up.png);
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 14px 14px;
    cursor: pointer;
    text-align: left;
    /*border-top:1px solid rgba(255,255,255,0.5);*/
}
#cp_navi.ex_close {
    background-image: url(https://nakayashiki-g.co.jp/img2018/down.png);
}

#ex_footer {
	display:block;
    background-color: #003477;
}
.ex_sns {
}
.ex_sns ul {
    display: flex;
    justify-content:center;
    align-items: center;
    flex-wrap: wrap;
    padding: 2em 0 1em;
}
.ex_sns ul li {
    margin: 0 1em 1em;
}
.ex_sns ul li img {
    width: 30px;
    margin-right: 0.5em;
    filter: invert(1) brightness(2) contrast(2); 
}
.ex_sns ul li a {
    display: flex;
    justify-content:flex-start;
    align-items: center;
    color: #fff;
    font-size: 0.76em;
    line-height: 1.4;
    transition: all 0.3s;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
}
.ex_sns ul li a:hover {
    opacity: 0.7;
}

#ex_ftnavi {
    display: block;
    border-bottom:1px solid rgba(255,255,255,0.5);
}

#ex_ftnavi ul {
    padding: 0 2em 3em;
}
#ex_ftnavi li {
    position: relative;
    width: 100%;
}
#ex_ftnavi li a {
	display:block;
	text-decoration:none;
	color:#fff;
    background-color: #003477;
	border-top:1px solid rgba(255,255,255,0.5);
	line-height:4em;
    padding-left: 2em;
    text-align: left;
    transition: background-color 0.3s;
}
#ex_ftnavi li:last-child a {
    border-bottom:1px solid rgba(255,255,255,0.5);
}
#ex_ftnavi ul li a:hover {
	background-color:#f5f5f5 !important;
    color: #003477 !important;
}

.ex_accordion_on ul {
    display: none;
}
.ex_accordion_on::after {
  border-right: solid 2px #feeab4;
  border-top: solid 2px #feeab4;
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  right: 2em;
  top: 1.5em;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
}
.ex_accordion_on.open::after {
  top: 1.75em;
  transform: rotate(-45deg);
}
.ex_accordion_on.open a {
    background-color:#003477 !important;
}
.ex_accordion_on a:first-of-type {
    color: #fff !important;
}
.ex_accordion_on li a {
    padding-left: 4em !important;
    line-height:3em !important;
    border-top-style: dotted !important;
}
.ex_accordion_on.open li a:hover {
    background-color:#fff !important;
    color: #003477 !important;
}

.ex_fcredit {
    display: none;
	color:#eee;
	padding:30px 0 30px;
	background-color:#003477;
}
.ex_fcredit h5 {
	margin-bottom:10px;
	line-height:0;
	font-size:1px;
}
.ex_fcredit p {
	font-size:0.84em;
}
}

