@charset "UTF-8";

/* リセット */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  overflow-y: scroll;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

a:focus {
  outline: none;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

.section:before,
.section:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.section:after {
  clear: both;
}

/* 初期化 */
html,
body {
  font: 15px/1.6 Avenir, "Helvetica Neue", "Helvetica", "Arial", "Verdana", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #313131;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a {
  color: #898989;
  text-decoration: none;
  word-break: break-all;
  -webkit-transition: color 0.35s linear;
  transition: color 0.35s linear;
}

a:hover {
  color: #313131;
}

ul,
ol {
  margin-top: 15px;
  margin-left: 20px;
  list-style-type: disc;
}

table {
  border-collapse: collapse;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  width: 100%;
  margin: 20px auto 0;
}

table tr {
  background-color: #fff;
}

table tr td,
table tr th {
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 2px;
}

img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
}

strong {
  font-weight: bold;
}

/* レイアウト */
header {
  height: 72px;
}

@media screen and (max-width: 768px) {
  header {
    height: 53px;
  }
}

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.container img{
  display: block;
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.section {
  width: 95%;
  max-width: 976px;
  margin: 0 auto;
}

h1.section__title {
  margin-bottom: 30px;
  text-align: center;
}
.section__title {
  border-top: none;
  border-bottom: none;
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
  height: auto;
  line-height: 1.6;
  box-shadow: none;
}

.section__title img {
  width: auto;
}

.pc-only {
  display: block;
}

/* PC表示のみ（768px以下で非表示） */
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

/* campaign_index用 */
@media screen and (max-width: 768px) {
  #campaign_index h2 {
    text-align: left;
  }
}

.text_small {
  font-size: 12px;
}