/* base
=================================*/
html,body {
  width: 100%;
  font-family: MyYuGothicM,游ゴシック Medium,Yu Gothic Medium,游ゴシック体,YuGothic,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
}

body {
  user-select:none;
-webkit-user-select:none;
-ms-user-select: none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;
}

@media print {
body { display: none !important; }
}

.inner {
    margin: auto;
    max-width: 980px;
    width: 90%;
}

article {
  overflow:hidden;
}

section {
    margin: 50px auto;
    padding: 40px;
}

.border {
  border: 1px solid #999;
}

.pborder{
  padding: 20px;
  text-align: center;
  border: 1px solid #999;
  margin-top: 40px;
}

.pborder span {
  font-size: 20px;
  font-weight: bold;
}

section h2 {
    font-size: 28px;
    text-align: center;
}

h2 span {
      border-bottom: 3px solid #333;
}

h2, h3 {
    margin-bottom: 1em;
    font-family: TBゴシック SL,TBGothic SL,游ゴシック,Yu Gothic,YuGothic,Meiryo,sans-serif;
  letter-spacing: .08em;
  line-height: 1.6em;
}

section h3 {
    font-size: 20px;
    color: #333;
    padding-bottom: 0.3em;
    margin: 1.5em 0;
}

p {
    line-height: 1.9em;
    margin-bottom: 1.5em;
    overflow: hidden;
    margin-block-start: 0em;
    margin-block-end: 0em;
}

section h4 {
    font-size: 18px;
    color: #036;
    margin-top: 1.5em;
    line-height: 1.5em;
    margin-bottom: 1em;
    font-family: TBゴシック SL,TBGothic SL,游ゴシック,Yu Gothic,YuGothic,Meiryo,sans-serif;
  letter-spacing: .08em;
  line-height: 1.6em;
}

section:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

h4 span {
  border-bottom: 1px solid;
}

.right {
  text-align: right;
  margin-bottom: 1.5em;
}

.soudan {
  padding-top: 1.5em;
}

.close {
  margin: auto;
  width: 180px;
  height: auto;
  padding: 10px 20px;
  background: #999;
  text-align: center;
  margin-bottom: 50px;
}

.close a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .smp-only {
      display: none !important;
  }
}


@media screen and (max-width: 768px){
article {
    padding-top: 0;
}
section {
    padding: 1em;
    margin: 25px auto;
}
section h2 {
    font-size: 22px;
    line-height: 2em;
}
h3 {
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
}
p {
    font-size: 15px;
}
h2 span {
  border-bottom: 1px solid #333;
}
.right {
  padding: 10px 0px;
}
.close {
  width: 50%;
  height: auto;
  padding: 0.5em;
  margin-bottom: 25px;
}
.close a {
  font-size: 14px
}
}
