@charset "UTF-8";
/* Reset */
/*-----------------------------------------------*/
@font-face {
  font-family: "LINE Seed JP";
  src:
  url("../fonts/LINESeedJP/LINESeedJP_OTF_Rg.woff") format("woff"),
  url("../fonts/LINESeedJP/LINESeedJP_OTF_Rg.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "LINE Seed JP";
  src:
  url("../fonts/LINESeedJP/LINESeedJP_OTF_Bd.woff") format("woff"),
  url("../fonts/LINESeedJP/LINESeedJP_OTF_Bd.woff2") format("woff2");
  font-weight: 700;
  font-style: bold;
}
html, body {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: "LINE Seed JP", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /* font-family: -apple-system, BlinkMacSystemFont, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
@media all and (-ms-high-contrast: none) {
  html, body {
    font-family: "LINE Seed JP","游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    /* font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif; */
  }
}

body {
  line-height: 1;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: "LINE Seed JP", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /* font-family: -apple-system, BlinkMacSystemFont, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
@media all and (-ms-high-contrast: none) {
  div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, font, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td {
    font-family: "LINE Seed JP","游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    /* font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif; */
  }
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}

a {
  text-decoration: none;
  color: #000;
}
a.decoration {
  text-decoration: underline;
}
a.decoration:visited, a.decoration:focus, a.decoration:active {
  text-decoration: underline;
  outline: 0;
}
a:visited, a:focus, a:active {
  text-decoration: none;
  color: #000;
  outline: 0;
}

/* clearfix */
/*-----------------------------------------------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

/*-----------------------------------------------*/
/* Reset */
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

#wrap {
  font-size: 16px;
}

a {
  color: #333;
}
a:visited, a:focus, a:active {
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/* common */
/*------------------------------------------------*/
.inner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .inner {
    width: 90%;
  }
}
@media only screen and (max-width: 600px) {
  .inner {
    width: 90%;
  }
}

@media only screen and (min-width: 960px) {
  .flL {
    float: left;
  }

  .flR {
    float: right;
  }

  .hoverOpacity {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .hoverOpacity:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }

  .pcH {
    display: none !important;
  }
}
@media only screen and (max-width: 959px) {
  .spTabH {
    display: none !important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .tabH {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .spH {
    display: none !important;
  }
}
.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

/* font */
/*------------------------------------------------*/
.required {
  color: #c00;
  font-size: 10px;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

/* tab */
/*------------------------------------------------*/
.tabBox {
  width: 100%;
  display: none;
}
.tabBox.active {
  display: block;
}

/* spGlobalNav */
/*------------------------------------------------*/
@media only screen and (max-width: 600px) {
  .slidemenu {
    width: 240px;
    visibility: hidden;
    position: fixed;
    top: 0;
    z-index: -1;
  }
  .slidemenu .slidemenu-body {
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .slidemenu .slidemenu-content {
    position: relative;
  }
  .slidemenu.slidemenu-left {
    left: 0;
  }
  .slidemenu.slidemenu-right {
    right: 0;
  }
}
/* common */
/*------------------------------------------------*/
.bgSec {
  background-color: #e9eff7;
}

.or {
  color: #f17b13;
  font-weight: bold;
}

.borderBtn {
  min-width: 250px;
  padding: 20px 30px;
  background-color: #f17b13;
  color: #fff;
  border: 1px solid #f17b13;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.borderBtn:visited, .borderBtn:focus, .borderBtn:active {
  color: #fff;
}
@media only screen and (min-width: 960px) {
  .borderBtn {
    -webkit-transition-property: color,background-color;
    -moz-transition-property: color,background-color;
    -ms-transition-property: color,background-color;
    -o-transition-property: color,background-color;
    transition-property: color,background-color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .borderBtn:hover {
    color: #f17b13;
    background-color: #fff;
  }
  .borderBtn:hover:visited, .borderBtn:hover:focus, .borderBtn:hover:active {
    color: #f17b13;
  }
}
@media only screen and (max-width: 600px) {
  .borderBtn {
    min-width: 230px;
    padding: 4%;
    font-size: 4.2vw;
  }
}

body {
  background-color: #f0f5fa;
}

#wrap {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}

.newsListBlock ul li {
  border-bottom: 1px solid #d2dbe4;
}
.newsListBlock ul li:first-of-type {
  border-top: 1px solid #d2dbe4;
}
.newsListBlock ul li a {
  display: block;
  padding: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 960px) {
  .newsListBlock ul li a {
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    -ms-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .newsListBlock ul li a:hover {
    background-color: #f2f5f9;
  }
}
@media only screen and (max-width: 600px) {
  .newsListBlock ul li a {
    display: block;
    padding: 5%;
  }
}
.newsListBlock ul li a .date {
  width: 12%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 930px) {
  .newsListBlock ul li a .date {
    width:20%;
  }
}
@media only screen and (max-width: 600px) {
  .newsListBlock ul li a .date {
    width: 100%;
    font-size: 4vw;
    line-height: 1;
  }
}
.newsListBlock ul li a .newsTitle {
  width: 88%;
  font-size: 16px;
  line-height: 1.4;
}
@media only screen and (max-width: 930px) {
  .newsListBlock ul li a .newsTitle {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  .newsListBlock ul li a .newsTitle {
    width: 100%;
    margin-top: 2%;
    font-size: 4vw;
    line-height: 1.8;
  }
}
.newsListBlock .pagerArea {
  margin-top: 50px;
}
.newsListBlock .pagerArea .next, .newsListBlock .pagerArea .prev {
  border: none;
}
@media only screen and (min-width: 960px) {
  .newsListBlock .pagerArea .next, .newsListBlock .pagerArea .prev {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .newsListBlock .pagerArea .next:hover, .newsListBlock .pagerArea .prev:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    color: #2083d3;
    background-color: #fff;
  }
  .newsListBlock .pagerArea .next:hover:visited, .newsListBlock .pagerArea .next:hover:focus, .newsListBlock .pagerArea .next:hover:active, .newsListBlock .pagerArea .prev:hover:visited, .newsListBlock .pagerArea .prev:hover:focus, .newsListBlock .pagerArea .prev:hover:active {
    color: #2083d3;
  }
}
.newsListBlock .btn {
  margin-top: 15px;
  text-align: right;
}
.newsListBlock .btn a {
  color: #2083d3;
}
.newsListBlock .btn a:visited, .newsListBlock .btn a:focus, .newsListBlock .btn a:active {
  color: #2083d3;
}
@media only screen and (min-width: 960px) {
  .newsListBlock .btn a {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .newsListBlock .btn a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}

@media only screen and (min-width: 1112px) and (max-width: 1200px) {
  .head2H {
    display: none !important;
  }
}
/* header */
/*------------------------------------------------*/
#headWrap {
  width: 100%;
  max-width: 1420px;
  position: fixed;
  z-index: 10000;
  top: 0;
}
@media only screen and (max-width: 1110px) {
  #headWrap {
    width: 100%;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    height: 95px;
  }
}
#headWrap #header {
  height: 75px;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /*background-color: rgba(255,255,255,0.7);*/
  background-color: #fff;
}
@media only screen and (max-width: 1110px) {
  #headWrap #header {
    height: 50px;
  }
}
#headWrap #header #headTitle {
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /*>*{
  	display: inline-block;
  	vertical-align: middle;
  }*/
}
@media only screen and (max-width: 1110px) {
  #headWrap #header #headTitle {
    width: 100%;
    padding-left: 5%;
  }
}
#headWrap #header #headTitle .title {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 1110px) {
  #headWrap #header #headTitle .title {
    font-size: 18px;
  }
}
#headWrap #header #headTitle .title a {
  color: #2083d3;
  font-weight: bold;
}
#headWrap #header #headTitle .title a:visited, #headWrap #header #headTitle .title a:focus, #headWrap #header #headTitle .title a:active {
  color: #2083d3;
}
@media only screen and (min-width: 1112px) and (max-width: 1200px) {
  #headWrap #header #headTitle .title a {
    line-height: 1.15;
  }
}
#headWrap #header #headTitle .title a br {
  display: none;
}
@media only screen and (min-width: 1112px) and (max-width: 1200px) {
  #headWrap #header #headTitle .title a br {
    display: block;
  }
}
#headWrap #header #headTitle .subTitle {
  margin-left: 13px;
  font-size: 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  #headWrap #header #headTitle .subTitle {
    display: none;
  }
}
#headWrap #header #headTitle .subTitle .icon {
  width: 63px;
}
#headWrap #header #headTitle .subTitle .icon img {
  width: 100%;
  max-width: none;
}
#headWrap #header #headTitle .subTitle .text {
  margin-left: 10px;
  font-size: 11px;
  line-height: 1.4;
}
#headWrap #header #headContactNavSp {
  display: none;
}
@media only screen and (max-width: 1110px) {
  #headWrap #header #headContactNavSp {
    width: 100%;
    height: 45px;
    position: absolute;
    top: 50px;
    display: flex;
    align-items: center;
    background-color: #f0f5fa;
  }
  #headWrap #header #headContactNavSp a {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2083d3;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0px;
    text-align: center;
  }
  #headWrap #header #headContactNavSp a > * {
    display: inline-block;
    vertical-align: middle;
  }
  #headWrap #header #headContactNavSp a .icon {
    width: 24px;
  }
}
@media only screen and (max-width: 1110px) {
  #headWrap #header #headContactNavSp a .icon img {
    width: 100%;
    max-width: none;
  }
  #headWrap #header #headContactNavSp a .title {
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
    font-weight: bold;
  }
  #headWrap #header #headContactNavSp a.line {
    background-color: #06c755;
  }
}
#headWrap #header #headNavWrap {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#headWrap #header #headNavWrap .none {
  display: none !important;
}
@media only screen and (max-width: 1110px) {
  #headWrap #header #headNavWrap {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 95px;/*50px*/
    display: none;
    background-color: #f0f5fa;
  }
}
#headWrap #header #headNavWrap #headMainNav {
  height: 100%;
}
@media only screen and (max-width: 1110px) {
  #headWrap #header #headNavWrap #headMainNav {
    height: auto;
  }
}
#headWrap #header #headNavWrap #headMainNav ul {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1110px) {
  #headWrap #header #headNavWrap #headMainNav ul {
    display: block;
  }
}
#headWrap #header #headNavWrap #headMainNav ul li {
  height: 100%;
  margin-right: 30px;
}
@media only screen and (min-width: 1111px) and (max-width: 1320px) {
  #headWrap #header #headNavWrap #headMainNav ul li {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1110px) {
  #headWrap #header #headNavWrap #headMainNav ul li {
    margin-right: 0;
    border-bottom: 1px solid #d2dbe4;
  }
  #headWrap #header #headNavWrap #headMainNav ul li:first-of-type {
    border-top: 1px solid #d2dbe4;
  }
}
#headWrap #header #headNavWrap #headMainNav ul li a {
  height: 100%;
  font-size: 16px;
  display: block;
  line-height: 80px;
  letter-spacing: 0.02em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (min-width: 1111px) {
  #headWrap #header #headNavWrap #headMainNav ul li a {
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  #headWrap #header #headNavWrap #headMainNav ul li a:after {
    width: 100%;
    height: 2px;
    content: "";
    display: block;
    -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #f17b13;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    -ms-transition-property: transform;
    -o-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  #headWrap #header #headNavWrap #headMainNav ul li a:hover, #headWrap #header #headNavWrap #headMainNav ul li a.active {
    color: #f17b13;
  }
  #headWrap #header #headNavWrap #headMainNav ul li a:hover:after, #headWrap #header #headNavWrap #headMainNav ul li a.active:after {
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@media only screen and (min-width: 1111px) and (max-width: 1320px) {
  #headWrap #header #headNavWrap #headMainNav ul li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1110px) {
  #headWrap #header #headNavWrap #headMainNav ul li a {
    padding: 20px 5%;
    line-height: 1;
    background-color: #fff;
  }
  #headWrap #header #headNavWrap #headMainNav ul li a.active:before {
    width: 3px;
    height: 100%;
    content: "";
    display: block;
    background-color: #f17b13;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #headWrap #header #headNavWrap #headMainNav ul li a {
    padding: 20px;
  }
}
#headWrap #header #headNavWrap #headMainNav #spMark {
  margin-top: 6%;
}
@media only screen and (min-width: 1111px) {
  #headWrap #header #headNavWrap #headMainNav #spMark {
    display: none;
  }
}
@media only screen and (max-width: 1110px) {
  #headWrap #header #headNavWrap #headMainNav #spMark {
    display: none;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #headWrap #header #headNavWrap #headMainNav #spMark {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  #headWrap #header #headNavWrap #headMainNav #spMark {
    display: block;
  }
}
#headWrap #header #headNavWrap #headMainNav #spMark .subTitle {
  font-size: 0px;
  text-align: center;
}
#headWrap #header #headNavWrap #headMainNav #spMark .subTitle > * {
  display: inline-block;
  vertical-align: middle;
}
#headWrap #header #headNavWrap #headMainNav #spMark .subTitle .icon {
  width: 25%;
}
#headWrap #header #headNavWrap #headMainNav #spMark .subTitle .icon img {
  width: 100%;
  max-width: none;
}
#headWrap #header #headNavWrap #headMainNav #spMark .subTitle .text {
  width: 72%;
  margin-left: 3%;
  font-size: 3.2vw;
  line-height: 1.6;
  text-align: left;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #headWrap #header #headNavWrap #headMainNav #spMark .subTitle .text {
    width: 49%;
    font-size: 2.2vw;
  }
}
#headWrap #header #headNavWrap #headContactNav {
  height: 100%;
  display: flex;
  align-items: center;
  column-gap: 30px;
}
@media only screen and (min-width: 1111px) and (max-width: 1320px) {
  #headWrap #header #headNavWrap #headContactNav {
    column-gap: 10px;
  }
}
@media only screen and (max-width: 1110px) {
  #headWrap #header #headNavWrap #headContactNav {
    display: none;
  }
}
#headWrap #header #headNavWrap #headContactNav a {
  width: 180px;
  height: 100%;
  padding: 31px 0;
  display: block;
  background-color: #2083d3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0px;
  text-align: center;
}
@media only screen and (max-width: 1110px) {
  #headWrap #header #headNavWrap #headContactNav a {
    width: 100%;
    height: auto;
    padding: 20px 5%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #headWrap #header #headNavWrap #headContactNav a {
    padding: 20px;
  }
}
#headWrap #header #headNavWrap #headContactNav a > * {
  display: inline-block;
  vertical-align: middle;
}
#headWrap #header #headNavWrap #headContactNav a .icon {
  width: 13%;
}
@media only screen and (max-width: 1110px) {
  #headWrap #header #headNavWrap #headContactNav a .icon {
    display: none;
  }
}
#headWrap #header #headNavWrap #headContactNav a .icon img {
  width: 100%;
  max-width: none;
}
#headWrap #header #headNavWrap #headContactNav a .title {
  margin-left: 5%;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 1110px) {
  #headWrap #header #headNavWrap #headContactNav a .title {
    margin-left: 0;
  }
}
#headWrap #header #headNavWrap #headContactNav a.line {
  background-color: #06c755;
  width: 150px;
  height: 48px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
#headWrap #header #spNavIcon {
  padding: 14px 10px;
  height: 100%;
  background-color: #fff;/*#2083d3*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1111px) {
  #headWrap #header #spNavIcon {
    display: none;
  }
}
#headWrap #header #spNavIcon .icon, #headWrap #header #spNavIcon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
#headWrap #header #spNavIcon .icon {
  position: relative;
  width: 27px;
  height: 20px;
}
#headWrap #header #spNavIcon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #2083d3;/*#fff*/
  border-radius: 2px;
  transition: all 0.3s;
}
#headWrap #header #spNavIcon span:first-of-type {
  top: 0;
}
#headWrap #header #spNavIcon span:nth-of-type(2) {
  top: 9px;
}
#headWrap #header #spNavIcon span:nth-of-type(3) {
  bottom: 0;
}
@media only screen and (max-width: 1110px) {
  #headWrap #header #spNavIcon.open span:first-of-type {
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
  }
  #headWrap #header #spNavIcon.open span:nth-of-type(2) {
    opacity: 0;
    scale: 0;
  }
  #headWrap #header #spNavIcon.open span:nth-of-type(3) {
    bottom: 50%;
    transform: rotate(-45deg) translateY(50%);
  }
}

/* globalNav */
/*------------------------------------------------*/
/* main */
/*------------------------------------------------*/
#mainWrap {
  width: 100%;
}
#mainWrap #main #recruitWrap {
  width: 100%;
  padding: 60px 0;
  background-color: #d5e6f5;
  /*background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, #f2f6fb), color-stop(.5, transparent), to(transparent));
  background-image:-webkit-gradient(linear, 0 0, right bottom, from($topColor), to($bottomColor));
  background-image:-webkit-linear-gradient(0 0, $topColor, $bottomColor);
  background-image:-moz-linear-gradient(0 0, $topColor, $bottomColor);
  background-image:-ms-linear-gradient(0 0, $topColor, $bottomColor);
  background-image:-o-linear-gradient(0 0, $topColor, $bottomColor);
  background-image:linear-gradient(0 100%, $topColor, $bottomColor);*/
  -webkit-background-size: 5px;
}
@media only screen and (max-width: 600px) {
  #mainWrap #main #recruitWrap {
    padding: 9% 0;
  }
}
#mainWrap #main #recruitWrap #recruit .text {
  font-size: 19px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 600px) {
  #mainWrap #main #recruitWrap #recruit .text {
    font-size: 4.1vw;
    line-height: 1.6;
  }
}
#mainWrap #main #recruitWrap #recruit .btn {
  margin-top: 25px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  #mainWrap #main #recruitWrap #recruit .btn {
    margin-top: 4%;
  }
}
#mainWrap #main #recruitWrap #recruit .btn a {
  width: 250px;
  padding: 20px 30px;
  color: #fff;
  background-color: #2083d3;
  border: 1px solid #2083d3;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
@media only screen and (min-width: 960px) {
  #mainWrap #main #recruitWrap #recruit .btn a {
    -webkit-transition-property: background-color,color;
    -moz-transition-property: background-color,color;
    -ms-transition-property: background-color,color;
    -o-transition-property: background-color,color;
    transition-property: background-color,color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  #mainWrap #main #recruitWrap #recruit .btn a:hover {
    background-color: #fff;
    color: #2083d3;
  }
}
@media only screen and (max-width: 600px) {
  #mainWrap #main #recruitWrap #recruit .btn a {
    width: 230px;
    padding: 4%;
    font-size: 4.2vw;
  }
}

/* footer */
/*------------------------------------------------*/
#footWrap {
  width: 100%;
  background-color: #323241;
}
#footWrap #footer {
  padding: 60px 0 25px;
}
@media only screen and (max-width: 600px) {
  #footWrap #footer {
    padding: 15% 0 10%;
  }
}
#footWrap #footer #footName {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  #footWrap #footer #footName {
    font-size: 5vw;
  }
}
#footWrap #footer #footTel {
  margin-top: 13px;
}
@media only screen and (max-width: 600px) {
  #footWrap #footer #footTel {
    margin-top: 4%;
  }
}
#footWrap #footer #footTel p {
  color: #fff;
  text-align: center;
  font-size: 14px;
}
@media only screen and (max-width: 600px) {
  #footWrap #footer #footTel p {
    line-height: 1.6;
    font-size: 4vw;
  }
}
#footWrap #footer #footTel p a {
  color: #fff;
}
#footWrap #footer #footTel p a:visited, #footWrap #footer #footTel p a:focus, #footWrap #footer #footTel p a:active {
  color: #fff;
}
#footWrap #footer #footNavWrap {
  margin-top: 40px;
}
@media only screen and (max-width: 959px) {
  #footWrap #footer #footNavWrap {
    margin-top: 7%;
  }
}
@media only screen and (max-width: 600px) {
  #footWrap #footer #footNavWrap {
    width: 100%;
  }
}
#footWrap #footer #footNavWrap #footNav ul {
  font-size: 0px;
  text-align: center;
}
#footWrap #footer #footNavWrap #footNav ul li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  margin-right: 20px;
}
@media only screen and (max-width: 600px) {
  #footWrap #footer #footNavWrap #footNav ul li {
    width: 50%;
    margin-top: 0;
    margin-right: 0;
    border-bottom: 1px solid #656565;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  #footWrap #footer #footNavWrap #footNav ul li:nth-of-type(odd) {
    border-right: 1px solid #656565;
  }
  #footWrap #footer #footNavWrap #footNav ul li:nth-of-type(-n+2) {
    border-top: 1px solid #656565;
  }
}
#footWrap #footer #footNavWrap #footNav ul li a {
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
  line-height: 1;
}
#footWrap #footer #footNavWrap #footNav ul li a:visited, #footWrap #footer #footNavWrap #footNav ul li a:focus, #footWrap #footer #footNavWrap #footNav ul li a:active {
  color: #fff;
}
@media only screen and (min-width: 960px) {
  #footWrap #footer #footNavWrap #footNav ul li a:hover {
    text-decoration: none;
  }
}
@media only screen and (max-width: 600px) {
  #footWrap #footer #footNavWrap #footNav ul li a {
    padding: 7% 5%;
    width: 100%;
    display: block;
    font-size: 3.5vw;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#footWrap #footer #footCharaInfo {
  margin-top: 50px;
}
@media only screen and (max-width: 600px) {
  #footWrap #footer #footCharaInfo {
    margin-top: 10%;
  }
}
#footWrap #footer #footCharaInfo .textArea .text {
  font-size: 13px;
  color: #fff;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  #footWrap #footer #footCharaInfo .textArea .text {
    font-size: 2.6vw;
  }
}
#footWrap #footer #footCharaInfo .bannerArea {
  margin-top: 22px;
}
@media only screen and (max-width: 600px) {
  #footWrap #footer #footCharaInfo .bannerArea {
    margin-top: 6%;
  }
}
#footWrap #footer #footCharaInfo .bannerArea ul {
  font-size: 0px;
  text-align: center;
}
#footWrap #footer #footCharaInfo .bannerArea ul li {
  height: 59px;
  margin-left: 20px;
  display: inline-block;
  vertical-align: top;
}
#footWrap #footer #footCharaInfo .bannerArea ul li:first-of-type {
  margin-left: 0;
}
@media only screen and (max-width: 600px) {
  #footWrap #footer #footCharaInfo .bannerArea ul li {
    margin-left: 4%;
  }
}
#footWrap #footer #footCharaInfo .bannerArea ul li img {
  width: auto;
  height: 100%;
}

#footWrap #footer #footCharaInfo .bannerArea .bannerOther {
  display: grid;
  grid-template-columns: repeat(2 ,auto);
  grid-template-rows: repeat(3 ,auto);
  max-width: 380px;
  width: 100%;
  gap: 30px 20px;
  margin: 52px auto 0;
}
@media only screen and (max-width: 600px) {
  #footWrap #footer #footCharaInfo .bannerArea .bannerOther {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4 ,auto);
    gap: 13px;
    margin: 40px auto 0;
    width: 201px;
  }
}
#footWrap #footer #footCharaInfo .bannerArea .bannerOther a {
  transition: opacity 0.3s;
}
#footWrap #footer #footCharaInfo .bannerArea .bannerOther a:hover {
  opacity: 0.6;
}
#footWrap #footer #footCharaInfo .bannerArea .bannerOther a:first-of-type {
  grid-column: 1;
  grid-row: 1;
}
#footWrap #footer #footCharaInfo .bannerArea .bannerOther a:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
#footWrap #footer #footCharaInfo .bannerArea .bannerOther a:nth-child(3) {
  grid-column: 1 / -1;
  grid-row: 2;
}
#footWrap #footer #footCharaInfo .bannerArea .bannerOther a:last-of-type {
  grid-column: 1 / -1;
  grid-row: 3;
}
#footWrap #footer #footCharaInfo .bannerArea .bannerOther a img{
  height: 60px;
  width: auto;
  display: block;
  margin: 0 auto;
}
#footWrap #footer #footCharaInfo .bannerArea .bannerOther a:nth-child(3) img{
  height: 80px;
}

@media only screen and (max-width: 600px) {
  #footWrap #footer #footCharaInfo .bannerArea .bannerOther a:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  #footWrap #footer #footCharaInfo .bannerArea .bannerOther a:nth-child(3) {
    grid-row: 3;
  }
  #footWrap #footer #footCharaInfo .bannerArea .bannerOther a:last-of-type {
    grid-row: 4;
    margin-top: 20px;
  }
  #footWrap #footer #footCharaInfo .bannerArea .bannerOther a img{
    height: auto;
    width: 100%;
  }
  #footWrap #footer #footCharaInfo .bannerArea .bannerOther a:nth-child(3) img{
    height: auto;
  }
}


#footWrap #footer .bnr {
  text-align: center;
}
#footWrap #footer .bnr img {
  max-width: 320px;
}
@media only screen and (max-width: 600px) {
  #footWrap #footer .bnr img {
    width: 100%;
  }
}
#footWrap #footer #copyright {
  margin-top: 60px;
}
@media only screen and (max-width: 600px) {
  #footWrap #footer #copyright {
    margin-top: 10%;
  }
}
#footWrap #footer #copyright p {
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 13px;
}

/* WP COMMON SETTING */
/* breadcrumb */
/* ------------------------------------------------- */
#breadcrumbWrap {
  width: 100%;
}

#breadcrumb > ul {
  width: 100%;
  overflow-x: auto;
  font-size: 0px;
  white-space: nowrap;
}
#breadcrumb > ul > li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}
#breadcrumb > ul > li a {
  text-decoration: underline;
}
@media only screen and (min-width: 960px) {
  #breadcrumb > ul > li a:hover {
    text-decoration: none;
  }
}

/* Pager */
/* ------------------------------------------------- */
.pagerArea {
  text-align: center;
  font-size: 0px;
}
@media only screen and (max-width: 600px) {
  .pagerArea:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
}
.pagerArea a, .pagerArea span {
  padding: 8px 12px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #2083d3;
  font-size: 16px;
  color: #2083d3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-property: background-color color;
  -moz-transition-property: background-color color;
  -ms-transition-property: background-color color;
  -o-transition-property: background-color color;
  transition-property: background-color color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.pagerArea a:visited, .pagerArea a:focus, .pagerArea a:active, .pagerArea span:visited, .pagerArea span:focus, .pagerArea span:active {
  color: #2083d3;
}
.pagerArea a.current, .pagerArea span.current {
  background-color: #2083d3;
  color: #fff;
}
.pagerArea a.current:visited, .pagerArea a.current:focus, .pagerArea a.current:active, .pagerArea span.current:visited, .pagerArea span.current:focus, .pagerArea span.current:active {
  color: #fff;
}
.pagerArea a:first-child, .pagerArea span:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 600px) {
  .pagerArea a, .pagerArea span {
    display: none;
  }
  .pagerArea a.next, .pagerArea a.prev, .pagerArea span.next, .pagerArea span.prev {
    display: inline-block;
  }
  .pagerArea a.next, .pagerArea span.next {
    float: right;
  }
  .pagerArea a.prev, .pagerArea span.prev {
    float: left;
  }
}
@media only screen and (min-width: 960px) {
  .pagerArea a:hover {
    background-color: #2083d3;
    color: #fff;
  }
  .pagerArea a:hover:visited, .pagerArea a:hover:focus, .pagerArea a:hover:active {
    color: #fff;
  }
}

/* Archive */
/* ------------------------------------------------- */
.archive .archiveTitleArea {
  padding-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .archive .archiveTitleArea {
    padding-bottom: 4%;
  }
}
@media only screen and (max-width: 600px) {
  .archive .archiveTitleArea {
    padding-bottom: 6%;
  }
}
.archive .archiveTitleArea > h2 {
  line-height: 1.2;
  padding-left: 0.5em;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  border-left: 8px solid #2083d3;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .archive .archiveTitleArea > h2 {
    font-size: 4.2vw;
  }
}
@media only screen and (max-width: 600px) {
  .archive .archiveTitleArea > h2 {
    font-size: 5.2vw;
  }
}
.archive .archiveTitleArea > h2 .archiveCountNum {
  font-size: 16px;
  color: #333;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .archive .archiveTitleArea > h2 .archiveCountNum {
    width: 100%;
    margin-top: 1%;
    display: block;
    font-size: 2.3vw;
    color: #666;
  }
}
@media only screen and (max-width: 600px) {
  .archive .archiveTitleArea > h2 .archiveCountNum {
    width: 100%;
    margin-top: 3%;
    display: block;
    font-size: 2.8vw;
    color: #666;
  }
}
.archive .archiveList {
  margin-top: 60px;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .archive .archiveList {
    margin-top: 4%;
  }
}
@media only screen and (max-width: 600px) {
  .archive .archiveList {
    margin-top: 6%;
  }
}
.archive .archiveList > ul > li {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px dotted #eaeaea;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .archive .archiveList > ul > li {
    padding-top: 4%;
    margin-top: 4%;
  }
}
@media only screen and (max-width: 600px) {
  .archive .archiveList > ul > li {
    padding-top: 6%;
    margin-top: 6%;
  }
}
.archive .archiveList > ul > li:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.archive .archiveList > ul > li a {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 960px) {
  .archive .archiveList > ul > li a {
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    -ms-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .archive .archiveList > ul > li a:hover {
    background-color: #fafafa;
  }
}
.archive .archiveList > ul > li a .archiveBox {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.archive .archiveList > ul > li a .archiveBox > * {
  display: table-cell;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.archive .archiveList > ul > li a .archiveBox .photo {
  width: 180px;
}
@media only screen and (max-width: 600px) {
  .archive .archiveList > ul > li a .archiveBox .photo {
    width: 20%;
  }
}
.archive .archiveList > ul > li a .archiveBox .detail {
  padding-left: 30px;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .archive .archiveList > ul > li a .archiveBox .detail {
    padding-left: 4%;
  }
}
@media only screen and (max-width: 600px) {
  .archive .archiveList > ul > li a .archiveBox .detail {
    padding-left: 5%;
  }
}
.archive .archiveList > ul > li a .archiveBox .detail > * {
  margin-top: 15px;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .archive .archiveList > ul > li a .archiveBox .detail > * {
    margin-top: 5%;
  }
}
@media only screen and (max-width: 600px) {
  .archive .archiveList > ul > li a .archiveBox .detail > * {
    margin-top: 5%;
  }
}
.archive .archiveList > ul > li a .archiveBox .detail > *:first-child {
  margin-top: 0;
}
.archive .archiveList .articleInfo {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.archive .archiveList .articleInfo > * {
  display: table-cell;
  vertical-align: middle;
}
.archive .archiveList .date {
  width: 6em;
  line-height: 1;
  font-size: 16px;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .archive .archiveList .date {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 600px) {
  .archive .archiveList .date {
    font-size: 3.6vw;
  }
}
.archive .archiveList .categoryList > ul {
  vertical-align: top;
}
.archive .archiveList .categoryList > ul > li {
  margin-left: 15px;
  display: inline-block;
}
.archive .archiveList .categoryList > ul > li:first-child {
  margin-left: 0;
}
.archive .archiveList .categoryList > ul > li .catIcon {
  padding: 6px 18px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  background-color: #2083d3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .archive .archiveList .categoryList > ul > li .catIcon {
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 600px) {
  .archive .archiveList .categoryList > ul > li .catIcon {
    padding: 3px 10px;
    font-size: 2.8vw;
  }
}
.archive .archiveList .title {
  line-height: 1.4;
  font-size: 18px;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .archive .archiveList .title {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 600px) {
  .archive .archiveList .title {
    font-size: 3.8vw;
  }
}

/* 404 */
/* ------------------------------------------------- */
#notFound {
  padding: 60px 0;
}
#notFound h1 {
  line-height: 1.2;
  margin-bottom: 30px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #2083d3;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #notFound h1 {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 600px) {
  #notFound h1 {
    margin-bottom: 8%;
    font-size: 5.2vw;
    text-align: left;
  }
}
#notFound p {
  line-height: 1.8;
  text-align: center;
  font-size: 16px;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #notFound p {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 600px) {
  #notFound p {
    font-size: 3.6vw;
    text-align: left;
  }
}
#notFound p a {
  padding: 8px;
  display: inline-block;
  background-color: #2083d3;
  color: #fff;
}
#notFound p a:visited, #notFound p a:focus, #notFound p a:active {
  color: #fff;
}
#notFound p.returnTop {
  margin-top: 15px;
}
@media only screen and (max-width: 600px) {
  #notFound p.returnTop {
    margin-top: 5%;
  }
}

/* MWWP FORM */
/* ------------------------------------------------- */
.mw_wp_form_input .inputH {
  display: none !important;
}

.mw_wp_form_confirm .confirmH {
  display: none !important;
}
