@charset "UTF-8";
/* CSS Document */
img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 1000px) {
  /*PC*/
  .spView {
    display: none; } }
@media screen and (max-width: 999px) {
  /*スマホ*/
  .pcView {
    display: none; } }
@media screen and (max-width: 479px) {
  /*SP縦*/
  #kv .pcView {
    display: none; }

  #kv .spView {
    display: block; } }
@media screen and (min-width: 480px) {
  /*それ以外*/
  #kv .spView {
    display: none; }

  #kv .pcView {
    display: block; } }
@media screen and (max-width: 1059px) {
  .w100Img img {
    width: 100%; } }
.inner {
  width: 96%;
  padding: 0 2%;
  box-sizing: border-box;
  margin: 0 auto; }

@media screen and (min-width: 1060px) {
  /*PC*/
  .inner {
    width: 1060px;
    padding: 0;
    margin: 0 auto; } }
/* 
---------------------------------------
header
---------------------------------------
*/
#header {
  border-top: 3px solid #004ea2;
  border-bottom: 1px solid #efefef; }

#header .inner {
  position: relative; }

#header .inner .logo a {
  display: inline-block;
  position: relative;
  z-index: 1; }

#header .inner .logo a object {
  position: relative;
  z-index: -1; }

#header .inner #hNav {
  position: absolute;
  right: 2%;
  /*	top: 21px;*/
  top: 0;
  /*padding-top: 21px;*/ }

#header .inner #hNav li {
  float: left;
  margin: 0 0 0 3px; }

#header .inner #hNav li.list a {
  width: 174px;
  height: 50px;
  display: block;
  text-align: center;
  padding-top: 15px;
  color:#F00;
  box-sizing: border-box; }

#header .inner #hNav li.google .goog-te-gadget-simple {
  border: 0px; }

#header .inner #hNav li:first-of-type a {
  color: #000;
  font-size: 10px; }

#header .inner #hNav li:first-of-type i {
  color: #004ea2; }

#header .inner #hNav li:last-of-type a {
  background-color: #f19716;
  color: #fff;
  font-size: 14px; }

#header .inner #hNav li i {
  font-size: 18px;
  margin-right: 10px;
  vertical-align: -2px; }

@media screen and (max-width: 999px) {
  #header .inner {
    box-sizing: content-box; }

  #header .inner .logo {
    padding: 5px 0 2px;
    height: 50px;
    width: 165px; }

  #header .inner #hNav {
    position: absolute;
    right: 50px;
    top: 20px; }

  /*#header .inner #hNav li.google .goog-te-menu2 table td{
  	width: 30%;
  	display: inline-block;
  }
  #header .inner #hNav li.google .goog-te-menu2 table td.goog-te-menu2-colpad{
  	display: none;
  }*/ }
@media screen and (min-width: 768px) and (min-width: 1059px) {
  /*SP*/
  #header .inner .logo {
    padding: 7px 0 0;
    height: 60px; } }
@media screen and (min-width: 1000px) {
  #header .inner .logo {
    padding: 8px 0 0;
    height: 60px; }

  #header #nav li a {
    display: block;
    padding: 0.5em 0; }

  #header #nav li a.on {
    color: #004ea2;
    font-weight: bold; } }
@media screen and (min-width: 1060px) {
  /*PC*/
  #header {
    height: 110px; }

  #header .inner #hNav {
    right: 0; }

  #header .inner .logo {
    padding: 13px 0 0;
    height: 60px; }

  #header #nav li a {
    padding: 0 0; }

  #header .inner #hNav li.google {
    padding-top: 15px;
    margin-right: 1em; } }
@media screen and (max-width: 767px) {
  /*SP*/
  #header .inner .logo img {
    padding: 0 0;
    width: 78%; } }
/* 
---------------------------------------
nav
---------------------------------------
*/
#nav ul {
  display: table;
  width: 100%; }

#nav li {
  /*float: left;*/
  font-size: 14px;
  display: table-cell;
  text-align: center;
  border-right: 1px solid #efefef;
  float: none; }

#nav li:first-child {
  border-left: 1px solid #efefef; }

#nav li:nth-of-type(2) {
  width: 260px; }

#nav li img {
  border-bottom: 2px solid #fff; }

#nav li.on img {
  border-bottom: 2px solid #004ea2; }

@media screen and (max-width: 999px) {
  #nav {
    display: none; } }
#navBtnOpen {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 5; }

#navBtnClose {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  z-index: 100000; }

@media screen and (max-width: 999px) {
  /*SP*/
  #navBtnOpen {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    z-index: 5; }

  #navBtnClose {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 100000; } }
#spNav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 60px 0 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99999;
  display: none; }

#spNav li {
  border-top: 1px dotted #ccc; }

#spNav li a {
  display: block;
  padding: 15px 0;
  height: 25px;
  font-size: 16px;
  color: #fff;
  text-align: center; }

/* 
---------------------------------------
container
---------------------------------------
*/
#container {
  padding: 1px 0 0;
  clear: both;
  color: #000000; }

.breadcrumbs a:link, .breadcrumbs a, .breadcrumbs a:visited {
  /*	text-decoration: underline !important;*/
  color: #006699; }

.ttl01 {
  margin: 0 0%;
  text-align: center; }

.ttl01 span {
  text-align: center;
  line-height: 1.4;
  color: #23b0c5;
  background: #fff; }

@media screen and (max-width: 768px) {
  /**/
  .ttl01 span {
    font-size: 20px; } }
@media screen and (min-width: 769px) {
  /**/
  .ttl01 {
    margin: 0 0 25px;
    border-bottom: 2px solid #23b0c5; }

  .ttl01 span {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    top: 25px;
    font-size: 32px; } }
.orgBtn a {
  text-align: center;
  font-size: 16px;
  display: block;
  width: 250px;
  height: 22px;
  padding: 14px 0;
  color: #fff;
  text-decoration: none;
  background: #f78e31;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.orgBtn2 a {
  text-align: center;
  font-size: 16px;
  display: block;
  width: 248px;
  height: 22px;
  padding: 13px 0;
  color: #f78e31;
  text-decoration: none;
  background: #fdf8f1;
  border: 1px solid #f78e31;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.orgBtn a i, .orgBtn2 a i {
  margin: 0 10px; }

/* 
---------------------------------------
kv
---------------------------------------
*/
#kv {
  position: relative;
  clear: both;
  overflow: hidden; }

#kv h2 {
  position: absolute;
  color: #fff;
  font-size: 26px;
  left: 10%;
  top: 50%;
  margin: -30px 0 0 0px; }

#kv.index h2, .corporate #kv.under h2 {
  position: absolute;
  color: #fff;
  font-size: 32px;
  width: 100%;
  text-align: center;
  left: 0;
  top: 50%;
  margin: -30px 0 0 0px; }

#kv.index.left h2 {
  position: absolute;
  left: 15%;
  text-align: left; }

#kv.under2 h2 {
  position: absolute;
  color: #fff;
  font-size: 26px;
  left: 11%;
  top: 50%;
  margin: -20px 0 0 0px; }

.chart #kv, .message #kv, .products #kv, .entry #kv, .topics #kv {
  height: 80px;
  color: #000; }

.chart #kv h2, .message #kv h2, .products #kv h2, .entry #kv h2, .topics #kv h2 {
  left: 0;
  color: #000; }

.corporate #kv.movie p {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden; }

.corporate #kv.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 0; }

.corporate #kv.movie h2 img {
  width: auto;
  z-index: 5;
  position: relative;
  top: -80px; }

@media screen and (max-width: 479px) {
  /*SP縦*/
  #kv.index h2 {
    margin: -3% 0 0 0px;
    font-size: 24px; }

  #kv.under h2 {
    margin: -3% 0 0 0px;
    font-size: 24px; }

  #kv.index img {
    max-width: none;
    width: 180%;
    margin: 0 0 0 -40%; }

  #kv.under p {
    overflow: hidden; }

  #kv.under img {
    max-width: none;
    width: 180%;
    margin: 0 0 0 -40%; }

  #kv.under2 img {
    max-width: none;
    width: 180%;
    margin: 0 0 0 -40%; }

  .chart #kv h2, .message #kv h2, .products #kv h2, .entry #kv h2, .topics #kv h2 {
    padding: 0 0 0 3%; }

  .corporate.solar #kv.index h2 img {
    width: 100%;
    margin: 0;
    z-index: 5;
    position: relative;
    top: -20px; } }
@media screen and (min-width: 480px) and (max-width: 768px) {
  /**/
  #kv.index h2 {
    margin: -3% 0 0 0px;
    font-size: 24px; }

  #kv.under h2 {
    margin: -3% 0 0 0px;
    font-size: 24px; }

  #kv.index img {
    max-width: none;
    width: 180%;
    margin: 0 0 0 -40%; }

  #kv.under p {
    overflow: hidden; }

  #kv.under img {
    max-width: none;
    width: 180%;
    margin: 0 0 0 -40%; }

  .chart #kv h2, .message #kv h2, .products #kv h2, .entry #kv h2, .topics #kv h2 {
    padding: 0 0 0 3%; }

  .corporate #kv.movie h2 img {
    width: 100%;
    margin: 0;
    z-index: 5;
    position: relative;
    top: -20px; } }
@media screen and (min-width: 769px) and (max-width: 1059px) {
  /**/
  #kv p {
    height: 300px;
    overflow: hidden; }

  .recruit #kv p {
    height: 400px;
    overflow: hidden; }

  #kv.under2 p {
    height: 145px;
    overflow: hidden; }

  #kv.under img {
    width: 100%;
    margin: 0 0 0 -0%; }

  .chart #kv h2, .message #kv h2, .products #kv h2, .entry #kv h2, .topics #kv h2 {
    padding: 0 0 0 3%; }

  .corporate #kv.movie {
    max-height: 500px;
    overflow: hidden; }

  .corporate #kv.movie p {
    height: inherit; } }
@media screen and (min-width: 1060px) and (max-width: 1399px) {
  /**/
  #kv p {
    height: 300px;
    overflow: hidden; }

  .recruit #kv p {
    height: 450px;
    overflow: hidden; }

  #kv.under img {
    width: 100%;
    margin: 0 0 0 -0%; }

  #kv.under2 p {
    height: 145px; }

  #kv.under2 img {
    width: 100%;
    margin: 0 0 0 0%; }

  .corporate #kv.movie {
    max-height: 600px;
    overflow: hidden; }

  .corporate #kv.movie p {
    height: inherit; } }
@media screen and (min-width: 1400px) {
  /*HD*/
  #kv.index img {
    width: 100%; }

  #kv.index {
    /*	height: 420px;カーポートのメインイメージ下の空白原因*/ }

  .corporate #kv.movie {
    height: 600px;
    overflow: hidden; } }
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ページトップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#pageTop a {
  border-radius: 0;
  background: #004ea2;
  color: #0fa7e7;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #fff; }

@media screen and (max-width: 999px) {
  #pageTop a {
    width: 40px;
    height: 40px;
    line-height: 30px; } }
@media screen and (max-width: 767px) {
  /*SP*/
  .pagetop {
    display: none; }

  #pageTop {
    position: fixed;
    right: 20px;
    bottom: 40px;
    z-index: 10000; }

  #pageTop a {
    display: block;
    font-size: 25px;
    text-align: center;
    padding: 0 0; }

  #pageTop .icon-top {
    font-size: 20px;
    top: 5px;
    position: relative; }

  #pageTop .icon-top span {
    display: none; } }
@media screen and (min-width: 768px) {
  /*SP縦*/
  /*#pageTop a{
  	display: none;
  }
  */
  .pagetop {
    display: none; }

  #pageTop {
    position: fixed;
    right: 60px;
    bottom: 40px;
    z-index: 10000; }

  #pageTop a {
    display: block;
    font-size: 25px;
    text-align: center;
    padding: 0 0; }

  #pageTop .icon-top {
    font-size: 30px;
    top: 5px;
    position: relative; }

  #pageTop .icon-top span {
    display: none; } }
/* 
---------------------------------------
bottom
---------------------------------------
*/
#bottom {
  clear: both;
  background: #efefef; }

#bottom .inner {
  position: relative; }

#bottom #bNav2 {
  float: left;
  margin: 0;
  padding: 0; }

#bottom #bNav2 li {
  margin: 0;
  padding: 0; }

#bottom .pagetop {
  position: absolute;
  top: -30px;
  right: 2%; }

@media screen and (max-width: 999px) {
  #bottom {
    margin: 70px 0 0; }

  #bottom #bNav2 {
    /*display: none;*/
    display: block;
    float: none;
    /*display: table;*/
    position: relative;
    top: 0;
    font-size: 12px;
    margin: 0 auto;
    left: 0; }

  #bottom #bNav2 li {
    display: inline-block;
    width: 49%;
    text-align: center;
    border-right: 1px solid #cccccc;
    box-sizing: border-box; }

  #bottom #bNav2 li a {
    display: block;
    padding: 5px 0; }

  #bottom #bNav2 li:nth-of-type(even) {
    border-right: 0px solid #cccccc; }

  #bottom #bNav2 li:nth-of-type(3), #bottom #bNav2 li:nth-of-type(4) {
    margin-top: 10px; }

  #bottom #bNav2 li:nth-of-type(5) {
    width: 100%; }

  #bottom #bNav2 li:nth-of-type(5) a {
    display: inline-block;
    padding: 10px 10px; }

  #bottom .inner {
    height: auto;
    padding: 2em 0 4em;
    margin: 0 auto; } }
@media screen and (min-width: 768px) {
  /*TAB*/
  #bottom .inner {
    height: auto; }

  #bottom #bNav2 {
    position: relative;
    top: 0;
    left: 0;
    float: none; } }
@media screen and (min-width: 1000px) {
  /*PC*/
  #bottom {
    margin: 100px 0 0; }

  #bottom .inner {
    padding: 30px 0; }

  #bottom .pagetop {
    right: 0; }

  #bottom #bNav2 li {
    float: left;
    margin: 0;
    padding: 0; }

  #bottom #bNav2 li a {
    padding: 0 10px; }

  #bottom #bNav2 li:nth-child(1):before, #bottom #bNav2 li:nth-of-type(5):before, #bottom #bNav2 li:nth-of-type(6):before {
    content: ""; }

  #bottom #bNav2 li:before {
    content: "｜";
    color: #cccccc; }

  #bottom #bNav2 li:nth-of-type(5) {
    padding-left: 1.5em; }

  #bottom #bNav2 li:nth-of-type(5) a {
    position: relative;
    top: -7px; }

  #bottom #bNav2 li:nth-of-type(6) a i {
    margin-right: 5px;
    vertical-align: -2px; } }
/* 
---------------------------------------
footer
---------------------------------------
*/
@media screen and (max-width: 999px) {
  #bottom .f_nav {
    display: flex;
    flex-flow: column;
    margin-bottom: 1.5em; }

  #bottom .f_nav .box ul {
    display: none; }

  #bottom .f_nav .box:first-of-type a {
    border-top: 1px solid #ccc; }

  #bottom .f_nav a {
    font-size: 14px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    display: block;
    padding: 10px; }

  #bottom .f_nav a.on {
    background: #004ea2; }

  #bottom .f_nav a.on strong {
    color: #fff; }

  #bottom .f_nav .box strong:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e903";
    color: #0fa7e7;
    margin-right: 7px; } }
@media screen and (min-width: 1000px) {
  #bottom .f_nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px; }

  #bottom .f_nav .box a {
    display: block; }

  #bottom .f_nav .box strong {
    font-size: 16px; }

  #bottom .f_nav .box a:nth-of-type(2) strong, #bottom .f_nav .box a:nth-of-type(3) strong {
    margin-top: 20px; }

  #bottom .f_nav .box ul {
    margin: 10px 0 0 7px; }

  #bottom .f_nav .box ul li {
    line-height: 1.8; }

  #bottom .f_nav .box:first-of-type {
    width: 35%; }

  #bottom .f_nav .box:nth-of-type(2) {
    width: 30%; }

  #bottom .f_nav .box:nth-of-type(3) {
    width: 33%; }

  #bottom .f_nav .box {
    width: 25%; }

  #bottom .f_nav .box:first-of-type ul:first-of-type {
    width: 30%;
    float: left; }

  #bottom .f_nav .box:first-of-type ul:last-of-type {
    width: 59%;
    float: left; } }
#bottom .f_nav .box a i {
  color: #0fa7e7;
  margin-right: 7px;
  font-size: 10px; }

#bottom .f_nav .box strong {
  color: #004ea2;
  display: block; }

#footer {
  padding: 2% 0;
  text-align: center;
  color: #fff;
  font-size: 11px;
  background: #004ea2; }

@media screen and (min-width: 1060px) {
  /*PC*/
  #footer {
    padding: 15px 0; } }
/* 
---------------------------------------
add
---------------------------------------
*/
#contents.mainte {
  text-align: center; }

#contents.mainte h3 {
  margin: 15% 0 5%;
  font-size: 18px; }

#contents.mainte p {
  margin: 0 0 10%; }

/* 
---------------------------------------
共通　ページ内見出しタイトル箇所
---------------------------------------
*/
.EnJp_Ttl .ttl {
  text-align: center;
  letter-spacing: 0.1em;
  color: #006699;
  line-height: 1.3; }

.EnJp_Ttl .ttl:first-letter {
  color: #00a2e6; }

.EnJp_Ttl .ttl strong {
  text-align: center;
  display: block;
  color: #006699; }

.EnJp_Ttl .ttl_d {
  text-align: center; }

@media screen and (max-width: 999px) {
  .EnJp_Ttl .ttl {
    font-size: 24px;
    margin-bottom: 5%; }

  .EnJp_Ttl .ttl strong {
    font-size: 15px; }

  .EnJp_Ttl .ttl_d {
    margin-bottom: 3%; } }
@media screen and (min-width: 1000px) {
  .EnJp_Ttl .ttl {
    font-size: 40px;
    margin-bottom: 25px; }

  .EnJp_Ttl .ttl strong {
    font-size: 20px; }

  .EnJp_Ttl .ttl_d {
    font-size: 16px;
    margin-bottom: 35px; } }
/* 
---------------------------------------
明朝　大テキスト箇所
---------------------------------------
*/
.Jp_Ttl {
  text-align: center; }

.Jp_Ttl .ttl {
  color: #006699;
  letter-spacing: 0.2em; }

@media screen and (max-width: 999px) {
  .Jp_Ttl .ttl {
    font-size: 18px;
    margin-bottom: 3%; }

  .Jp_Ttl .ttl_d {
    margin-bottom: 3%; } }
@media screen and (min-width: 1000px) {
  .Jp_Ttl .ttl {
    font-size: 28px;
    margin-bottom: 30px; }

  .Jp_Ttl .ttl_d {
    font-size: 16px;
    margin-bottom: 35px; } }
/* 
---------------------------------------
共通　ボタン部
---------------------------------------
*/
[class^="btn_"] {
  text-align: center; }

[class^="btn_"] a {
  width: 300px;
  height: 60px;
  line-height: 60px;
  /*font-weight: bold;*/
  position: relative;
  display: inline-block;
  letter-spacing: 0.1em;
  overflow: hidden; }

[class^="btn_"] i {
  font-size: 30px;
  right: 10px;
  color: #0fa7e7;
  position: absolute;
  top: 50%;
  z-index: 0;
  width: 100%;
  transform: translate(45%, -50%);
  transition: 0.2s; }

.btn_w a {
  background-color: #ffffff;
  color: #004ea2;
  border: 1px solid #004ea2; }

.btn_blue a {
  background-color: #004ea2;
  color: #fff !important;
  border: 1px solid #fff; }

@media screen and (max-width: 999px) {
  [class^="btn_"] a {
    width: 250px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    margin: 5% auto 0; }

  [class^="btn_"] i {
    font-size: 20px; } }
@media screen and (min-width: 1000px) {
  [class^="btn_"] a {
    font-size: 16px;
    margin: 50px auto 0; }

  [class^="btn_"] a:hover i {
    right: 0px; } }
/* 
---------------------------------------
下層　追加header
---------------------------------------
*/
/*.corporate-------------------*/
.corporate #corporateNav {
  background: #0d4f98; }

.corporate #corporateNav li {
  font-size: 14px; }

.corporate #corporateNav li:first-child {
  border-top: none; }

.corporate #corporateNav li a {
  display: block;
  padding: 12px 0 10px;
  height: 20px;
  color: #fff;
  text-align: center; }

@media screen and (max-width: 767px) {
  .corporate #corporateNav {
    display: none; }

  .corporate #underNav {
    margin: 5% 0 0;
    padding: 3% 0;
    background: #f3f3f3; }

  .corporate #underNav li:first-child {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border-top: 1px solid #ccc; }

  .corporate #underNav li:last-child {
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px; }

  .corporate #underNav li {
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none; }

  .corporate #underNav li a {
    display: block;
    padding: 15px 15px; }

  .corporate #underNav li i {
    margin: 0 3% 0 0;
    color: #004ea2; }

  .corporate #underNav li.on {
    background: #004ea2; }

  .corporate #underNav li.on a {
    color: #fff; }

  .corporate #underNav li.on i {
    margin: 0 3% 0 0;
    color: #fff; } }
@media screen and (min-width: 768px) and (max-width: 979px) {
  /*SP*/
  .corporate #corporateNav li {
    float: left;
    widht: -webkit-calc(100% / 3 - 1px);
    width: -moz-calc(100% / 3 - 1px);
    width: calc(33.3333% - 1px);
    border-bottom: 1px dotted #3371b5;
    border-right: 1px dotted #3371b5; }

  .corporate #corporateNav li:nth-child(2n) {
    border-right: none; }

  .corporate #corporateNav li:nth-child(5), .corporate #corporateNav li:nth-child(6) {
    border-bottom: none; }

  .corporate #corporateNav li.on {
    background: #3371b5; }

  .corporate #underNav {
    display: none; } }
@media screen and (min-width: 980px) {
  /*TAB*/
  .corporate #corporateNav li {
    float: left;
    widht: -webkit-calc(100% / 3 - 2px);
    width: -moz-calc(100% / 3 - 2px);
    width: calc(33.3333% - 2px);
    border-right: 1px solid #3371b5; }

  .corporate #corporateNav li:nth-child(1) {
    border-left: 1px solid #3371b5; }

  .corporate #corporateNav li.on {
    background: #3371b5; }

  .corporate #underNav {
    display: none; } }
@media screen and (min-width: 1060px) {
  /*PC*/
  .corporate #corporateNav .inner {
    height: 42px; }

  .corporate #corporateNav li {
    float: left;
    height: 42px;
    width: 352px;
    font-size: 14px; }

  .corporate #corporateNav li.on {
    background: #3371b5; }

  .corporate #corporateNav li a:hover {
    background: #3371b5; } }
/*サイトマップ箇所CSS*/
@media screen and (min-width: 1060px) {
  .sitemap #contents #personalSection .box > ul {
    float: left !important;
    width: 30% !important; }

  .sitemap #contents #personalSection .box li, .sitemap #contents #personalSection .box li ul li {
    float: none !important;
    width: 100% !important; } }
/* 
---------------------------------------
foot_nav
---------------------------------------
*/
@media screen and (max-width: 999px) {
  #foot_nav {
    padding: 8% 0; }

  #foot_nav .box a {
    display: block;
    position: relative; }

  #foot_nav .box .txt {
    padding: 3% 0; }

  #foot_nav .box + .box {
    margin-top: 5%; }

  #foot_nav .pic {
    height: 25vw;
    position: relative;
    overflow: hidden; }

  #foot_nav .pic img {
    position: absolute;
    bottom: -30%;
    left: 0; } }
@media screen and (min-width: 1000px) {
  #foot_nav {
    padding: 30px 0; }

  #foot_nav .box .txt {
    padding: 10px 0 12px;
    font-size: 16px; } }
/*PC・スマホ共通*/
#foot_nav .box {
  overflow: hidden;
  line-height: 1.8;
  border: 1px solid #eeeeee;
  text-align: center;
  box-sizing: border-box;
  background: #fff;
  padding: 1px; }

#foot_nav .box .txt {
  text-align: center;
  color: #004ea2; }

/*wp-pagenavi 17*/
.wp-pagenavi {
  clear: both;
  text-align: center;
  padding: 40px 0 0; }

.wp-pagenavi a, .wp-pagenavi span {
  color: #009ee6;
  background-color: #FFFFFF;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  border: thin dotted #004ea2; }

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #004ea2; }

.wp-pagenavi span.current {
  color: #fff;
  background-color: #004ea2; }

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  color: #009ee6; }

.wp-pagenavi .pages {
  display: block;
  border: 0 dotted #004ea2;
  padding: 20px; }
