@charset "utf-8";

/***** reset *****/
html {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, article, aside, details, figcaption, figure, header, footer, hgroup, menu, nav, section, summary {
  margin: 0;
  padding: 0;
}
article, aside, details, figcaption, figure, header, footer, hgroup, menu, nav, section, summary {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul, ol {
  list-style-type: none;
}
input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

/***** common *****/
img {
  border: 0;
  vertical-align: middle;
}
body {
  background: url("../images/bgHeader.png") no-repeat 50% 0;
  color: #212529;
  font-size: 14px;
  font-family: Helvetica, Arial, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'モリサワ 新ゴ R', 'Droid Sans', 'メイリオ', 'sans-serif';
  line-height: 1.8;
}
a {
  color: #212529;
  text-decoration: none;
}
a:hover {
  opacity: .7;
}
.wrapper {
  position: relative;
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.plogo {
  position: absolute;
  top: 16px;
  left: 0;
  width: 120px;
}
.plogo > a {
  display: inline-block;
}
.plogo > a > img {
  width: 100%;
}
.section {
  margin-bottom: 16px;
}
.section-title {
  margin-bottom: 16px;
  padding: 4px 16px;
  background-color: #3099B2;
  color: #FFF;
  font-size: 20px;
}
.section-inner {
  padding-left: 16px;
  padding-right: 16px;
}
.snsBox {
  display: inline-table;
}
.snsBox-item {
  display: table-cell;
}
.snsBox-item > a {
  display: block;
}
.snsBox-item > a > img {
  width: 34px;
  height: 34px;
}

/***** header *****/
.header {
  padding-top: 32px;
  margin-bottom: 32px;
}
.slogo {
  text-align: center;
}
.slogo-logo {
  margin-bottom: 8px;
}
.slogo-logo img {
  width: 100%;
  max-width: 352px;
  height: auto;
}
.slogo-mapImage img {
  width: 300px;
}
.slogo-h1 strong {
  position: relative;
  color: #3099B2;
  font-size: 21px;
}
.slogo-h1 strong:before,
.slogo-h1 strong:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 28px;
  height: 1px;
  margin: auto;
  background-color: #3099B2;
  content: "";
}
.slogo-h1 strong:before {
  left: -30px;
}
.slogo-h1 strong:after {
  right: -30px;
}

/***** lead *****/
.lead {
  margin-bottom: 24px;
}
.lead-title {
  margin-bottom: 8px;
  text-align: center;
}
.lead-title img {
  width: 100%;
  max-width: 680px;
  height: auto;
}
.lead-snsBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 8px;
}
.lead-snsBox .snsBox-item {
  padding-right: 12px;
}
.lead-caption {
  margin-bottom: 16px;
  padding: 16px;
  background-color: #9F9F9F;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
}
.lead-thumbGrid {
  display: table;
  margin: 0 auto 16px;
}
.lead-thumbGrid > p {
  display: table-cell;
}
.lead-thumbGrid > p:first-child {
  width: 168px;
}
.lead-thumbGrid > p:last-child {
  width: 441px;
  padding-left: 16px;
}
.lead-thumbGrid > p > img {
  width: 100%;
  max-width: 100%;
}

/***** toc *****/
.toc-grid {
  margin-bottom: 24px;
  border: solid 1px #C3C3C3;
}
.toc-list {
  padding: 1em 2.5em;
  list-style-type: decimal;
}
.toc-list a {
  text-decoration: underline;
}

/***** feature *****/
.feature {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.feature-item {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 24px;
}
.feature-item:nth-child(2n) {
  padding-left: 16px;
}
.feature-item:nth-child(2n-1) {
  padding-right: 16px;
}
.feature-title {
  color: #3099B2;
  font-size: 16px;
  font-weight: bold;
}
.feature-text {
  margin-bottom: 1em;
}
.feature-text-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
  margin-right: 4px;
  background: url("../images/featureNo.svg") no-repeat;
  -webkit-background-size: 170px 20px;
  -moz-background-size: 170px 20px;
  background-size: 170px 20px;
  vertical-align: middle;
}
.feature-text-icon[data-no="1"] {
  background-position: 0 0;
}
.feature-text-icon[data-no="2"] {
  background-position: -30px 0;
}
.feature-text-icon[data-no="3"] {
  background-position: -60px 0;
}
.feature-text-icon[data-no="4"] {
  background-position: -90px 0;
}
.feature-text-icon[data-no="5"] {
  background-position: -120px 0;
}
.feature-text-icon[data-no="6"] {
  background-position: -150px 0;
}
.feature-thumb {
  text-align: center;
}
.feature-thumb > img {
  width: 100%;
  height: auto;
}

/***** hallLink *****/
.hallLink {
  margin-top: 1em;
}
.hallLink img {
  max-width: 100%;
}

/***** coryright *****/
.coryright {
  padding: 12px 0 8px;
  background-color: #8C8C8C;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A0A0A0), color-stop(100%, #8C8C8C));
  background-image: -webkit-linear-gradient(#A0A0A0, #8C8C8C);
  background-image: -moz-linear-gradient(#A0A0A0, #8C8C8C);
  background-image: -o-linear-gradient(#A0A0A0, #8C8C8C);
  background-image: linear-gradient(#A0A0A0, #8C8C8C);
  text-align: center;
}
.coryright-link {
  display: inline-block;
  padding: 0 8px;
  border: solid 1px #414141;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #414141;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #858585), color-stop(100%, #414141));
  background-image: -webkit-linear-gradient(#858585, #414141);
  background-image: -moz-linear-gradient(#858585, #414141);
  background-image: -o-linear-gradient(#858585, #414141);
  background-image: linear-gradient(#858585, #414141);
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
}

/***** 横幅799px以下 *****/
@media screen and (max-width:799px) {
  .lead,
  .toc {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/***** 横幅767px以下 *****/
@media screen and (max-width:767px) {
  .plogo {
    top: 12px;
    left: 16px;
  }
  .header {
    margin-bottom: 12px;
    padding-top: 54px;
  }
  .slogo-logo img {
    max-width: 298px;
  }
  .lead-thumbGrid img {
    width: 100%;
  }
  .lead-thumbGrid > p[data-type="pc"] {
    display: none;
  }
  .feature {
    display: block;
  }
  .feature-item {
    width: 100%;
  }
  .feature-item:nth-child(2n) {
    padding-left: 0;
  }
  .feature-item:nth-child(2n-1) {
    padding-right: 0;
  }
}