@charset "UTF-8";
/* Reset */
/*-----------------------------------------------*/
html, body {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  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: "メイリオ",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: -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: "メイリオ",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: 13px;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

#wrap {
  font-size: 13px;
}

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 (max-width: 600px) {
  .inner {
    width: 90%;
  }
}

@media only screen and (min-width: 960px) {
  .flL {
    float: left;
  }

  .flR {
    float: right;
  }

  .hoverOpacity {
    -webkkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkkit-transition-delay: 0s;
    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: 960px) {
  .spTabH {
    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;
  }
}
/* header */
/*------------------------------------------------*/
#headWrap {
  width: 100%;
  background-color: #058ec5;
}
#headWrap #header {
  padding-top: 20px;
  padding-bottom: 20px;
  display: table;
}
#headWrap #header #logo, #headWrap #header #headNav {
  display: table-cell;
  vertical-align: middle;
}
#headWrap #logo {
  width: 300px;
}
#headWrap #logo a {
  display: block;
}
@media only screen and (min-width: 960px) {
  #headWrap #logo a {
    -webkkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  #headWrap #logo a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
}
#headWrap #headNav {
  text-align: right;
  font-size: 0px;
}
#headWrap #headNav > ul {
  display: inline-block;
}
#headWrap #headNav > ul > li {
  margin-left: 40px;
  display: inline-block;
  font-size: 16px;
}
#headWrap #headNav > ul > li a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
#headWrap #headNav > ul > li a:visited, #headWrap #headNav > ul > li a:focus, #headWrap #headNav > ul > li a:active {
  color: #fff;
}
@media only screen and (min-width: 960px) {
  #headWrap #headNav > ul > li a {
    -webkkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  #headWrap #headNav > ul > li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
}
#headWrap #headNav > ul > li a:before {
  width: 0;
  height: 0;
  content: '';
  margin-right: 0.3em;
  display: inline-block;
  border-top: 5px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
}

/* main */
/*------------------------------------------------*/
#mainWrap {
  width: 100%;
}
#mainWrap #main {
  width: 100%;
}

.contWrap {
  width: 100%;
}
.contWrap > * {
  margin-top: 30px;
}
.contWrap > *:first-child {
  margin-top: 0;
}
.contWrap .contBox > * {
  margin-top: 40px;
}
.contWrap .contBox > *:first-child {
  margin-top: 0;
}
.contWrap .contBoxInner {
  padding-top: 20px;
  padding-bottom: 20px;
}
.contWrap .contBoxInner > * {
  margin-top: 30px;
}
.contWrap .contBoxInner > *:first-child {
  margin-top: 0;
}

/* footer */
/*------------------------------------------------*/
#footWrap {
  width: 100%;
  background-color: #058ec5;
}
#footWrap #footer {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
#footWrap #copyright p {
  font-size: 12px;
  text-align: center;
  color: #fff;
}

/* WP COMMON SETTING */
/* 404 */
/* ------------------------------------------------- */
#notFound {
  padding: 60px 0;
}
#notFound h1 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #058ec5;
}
@media only screen and (max-width: 600px) {
  #notFound h1 {
    margin-bottom: 8%;
    font-size: 18px;
    text-align: left;
  }
}
#notFound p {
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  #notFound p {
    font-size: 12px;
    text-align: left;
  }
}
#notFound p a {
  padding: 8px;
  display: inline-block;
  background-color: #058ec5;
  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;
}
