@charset "UTF-8";
/* ----- reset ----- */
html, body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ W3 JIS2004",sans-serif; }

h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, figure, iframe, img, table, th, td {
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, ol {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  vertical-align: middle;
  border: 0;
  width: 100%; }

/* ----- style ----- */
.spElem {
  display: none; }

.mt16 {
  margin-top: 16px; }

/* ----- stracture ----- */
.inner {
  width: 960px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative; }

header {
  box-sizing: border-box;
  background: url(../img/bg.png) repeat top center/auto 100%;
  color: #fff; }
  header .inner {
    height: 200px;
    padding-top: 70px; }
  header h1 {
    padding-bottom: 28px;
    font-size: 30px;
    background: url(../img/dot.png) bottom right/auto 7px no-repeat;
    font-weight: bold; }
  header span {
    font-size: 18px;
    display: block;
    margin-bottom: 20px; }
  header .logo {
    width: 200px;
    height: 42px;
    position: absolute;
    top: 24px;
    right: 0; }

article .inner {
  padding: 32px 16px; }
article figure {
  width: 612px;
  margin: 16px auto 48px; }
article p {
  line-height: 1.875;
  text-align: justify;
  text-justify: inter-ideograph; }
article h3 {
  line-height: 40px;
  border-bottom: 2px solid #fe730c;
  margin-bottom: 20px;
  display: flex; }
  article h3 span {
    display: inline-block;
    background: #fe730c;
    color: #fff;
    margin-right: 14px;
    padding: 0 14px;
    font-family: 'Oswald';
    font-size: 24px; }
  article h3 strong {
    font-size: 20px;
    font-weight: normal; }

.internet-info {
  background: #ffede0;
  padding: 16px;
  margin-bottom: 32px; }
  .internet-info .wrp {
    padding: 0 16px; }
  .internet-info .text {
    margin: 8px 0; }
  .internet-info h2 {
    font-size: 20px;
    text-align: center;
    background: #fe730c;
    color: #fff;
    padding: 10px 0;
    font-weight: bold; }
  .internet-info .part {
    background: #fff;
    margin-bottom: 16px;
    padding: 16px; }
    .internet-info .part dt {
      color: #fe730c;
      font-size: 18px;
      font-weight: bold;
      border-bottom: 1px solid #fe730c;
      padding-bottom: 8px;
      padding-left: 12px;
      position: relative; }
      .internet-info .part dt::before {
        content: "";
        position: absolute;
        top: 3px;
        left: 0;
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 9px;
        border-color: transparent transparent transparent #fe730c; }
    .internet-info .part dd {
      margin-top: 8px;
      line-height: 1.5; }
    .internet-info .part h4:nth-of-type(2) {
      margin-top: 8px; }
  .internet-info .green {
    color: #2a990c;
    font-weight: bold; }
  .internet-info .orange {
    color: #fe730c;
    font-weight: bold; }
  .internet-info .attention {
    margin-top: 8px;
    font-size: 14px;
    padding-left: 1em; }
    .internet-info .attention span {
      margin-left: -1em; }

footer {
  padding: 24px 0;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #fe730c; }

@media screen and (max-width: 768px) {
  .inner {
    width: 90%; }

  header .inner {
    height: inherit;
    padding-top: 48px;
    padding-bottom: 24px; }
  header h1 {
    padding-bottom: 12px;
    font-size: 28px; }
  header span {
    font-size: 18px;
    margin-bottom: 12px; }
  header .logo {
    width: 120px;
    top: 16px; }

  article .inner {
    padding: 32px 0; }
  article h3 {
    margin-bottom: 8px;
    line-height: 1.5; }
  article figure {
    width: 100%;
    margin-bottom: 20px; }

  .internet-info .wrp {
    padding: 0; }
  .internet-info .text {
    margin: 8px 0; }
  .internet-info .part dt {
    line-height: 1.5; }
    .internet-info .part dt::before {
      top: 8px; }

  .pcElem {
    display: none; }

  .spElem {
    display: block; } }
@media screen and (max-width: 640px) {
  footer {
    padding: 12px 0;
    font-size: 9px; } }
/* ----- header ----- */
/* ----- contents ----- */

/*# sourceMappingURL=style.css.map */
