/*----------------------------------------------------

Base
https://www.webdlab.com/labs/responsive-web-design-4/
414px‚Ü‚Å‚ðƒXƒ}ƒzc‰æ–Ê—p
415px`959px‚ðƒXƒ}ƒz‰¡‰æ–Ê‹y‚Ñƒ^ƒuƒŒƒbƒgc‰æ–Ê—p
960pxˆÈã‚ðƒ^ƒuƒŒƒbƒg‰¡‰æ–Ê‚ÆPC—p‚Æ‚µ‚ÄŽg—p
----------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #333;
  line-height: 1;
  font-family: 'Hiragino Kaku Gothic Pro', 'ƒqƒ‰ƒMƒmŠpƒS Pro W3', 'ƒƒCƒŠƒI', Meiryo, '‚l‚r ‚oƒSƒVƒbƒN', sans-serif;
  letter-spacing: 0.05em;
}
.mincyo {
  font-family: "Ÿà–¾’©", YuMincho, "Hiragino Mincho ProN W3", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
}
.sp {}
.pc {
  display: none;
}
article {}
section {
  padding: 40px 0;
}
.inner, .secBox {
  text-align: left;
  font-size: 1.35rem;
  line-height: 1.6;
}
.inner:after, .secBox:after {
  clear: both;
  content: '';
  display: block;
}
@media (min-width: 415px) {
  section {
    padding: 60px 0;
  }
  .inner, .secBox {
    font-size: 1.8rem;
    line-height: 2
  }
}
@media (min-width: 960px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  section {
    padding: 100px 0;
  }
  .inner, .secBox {
    max-width: 1080px;
    margin: 0 auto;
  }
}
/* Header
----------------------------------------------------*/
#wrap {}
header {
  border-top: 5px solid #0066cc;
  border-bottom: 1px solid #ccc;
}
header h1 {}
header h1 a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 13.3%;
  background: url("../img/logo.png");
  background-size: 100% auto;
  overflow: hidden;
}
nav {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(232, 232, 232, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(232, 232, 232, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(232, 232, 232, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8e8e8', GradientType=0);
  padding: 0 5px;
}
nav ul {
  border-left: 1px solid #fff;
  border-right: 1px solid #ccc;
}
nav ul::after {
  clear: both;
  content: '';
  display: block;
}
nav ul li {
  float: left;
  border-right: 1px solid #fff;
  border-left: 1px solid #ccc;
  width: 25%;
}
nav ul a {
  display: block;
  font-size: 1.2rem;
  text-decoration: none !important;
  text-align: center;
  padding: 20px 0 25px;
  position: relative;
}
nav ul a::after {
  position: absolute;
  content: '';
  bottom: 5px;
  left: 5px;
  right: 5px;
  display: block;
  border-bottom: 2px solid #06c;
}
@media (min-width: 415px) {
  header {
    border-top: 7px solid #0066cc;
  }
  nav {
    padding: 0 20px;
  }
  nav ul a {
    font-size: 2rem;
    padding: 25px 0 30px;
  }
  nav ul a::after {
    bottom: 8px;
    left: 8px;
    right: 8px;
    border-bottom: 3px solid #06c;
  }
}
@media (min-width: 960px) {
  header {
    border-top: 10px solid #0066cc;
  }
  nav {
    padding: 0;
  }
  nav ul {
    max-width: 1000px;
    margin: 0 auto;
  }
  nav ul a {
    font-size: 2.4rem;
    padding: 40px 0 45px;
  }
  nav ul a::after {
    bottom: 8px;
    left: 10px;
    right: 10px;
    border-bottom: 5px solid #06c;
  }
}
/* Container
----------------------------------------------------*/
article {
  background: url("../img/main.jpg") no-repeat center top;
  background-size: auto 220px;
  padding-top: 220px;
}
.secBg  {
    background: #f6f6f6;
}
.secBox .ctt {
  text-align: center;
  color: #06c;
  font-size: 2.2rem;
  line-height: 1;
  padding-bottom: 40px;
}
.secBox .ctt h2 {
  position: relative;
}
.secBox .ctt h2::after {
  position: absolute;
  content: '';
  display: block;
  bottom: -15px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 2px;
  background: #06c;
}
.txtBox {
  padding: 0 15px;
}
@media (min-width: 415px) {
  article {
    background-size: auto 420px;
    padding-top: 420px;
  }
  .secBox .ctt {
    font-size: 3.6rem;
    padding-bottom: 50px;
  }
  .secBox .ctt h2::after {
    bottom: -20px;
    margin-left: -60px;
    width: 120px;
  }
  .txtBox {
    padding: 0 50px;
  }
}
@media (min-width: 960px) {
  article {
    background-size: auto 680px;
    padding-top: 680px;
  }
  .secBox .ctt {
    padding-bottom: 70px;
  }
  .secBox .ctt h2::after {
    bottom: -30px;
  }
  .txtBox {
    padding: 0 150px;
  }
}
/* Footer
----------------------------------------------------*/
footer {
padding-bottom: 80px;
}
footer .copylight {
  font-size: 1.1rem;
  text-align: center;
}
.footBox    {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #06c;
    z-index: 100;
    border-top: 1px solid #fff;
}
.footBox    ul  {
    display: flex;
}
.footBox    ul  li:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
@media (min-width: 415px) {
footer {
padding-bottom: 140px;
}
footer .copylight {
  font-size: 1.3rem;
}
}
@media (min-width: 960px) {
footer .inner {
    width: 800px;
}
footer .copylight {
  font-size: 1.8rem;
}
}