/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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-size: 100%;
 color: #000;
 font: inherit;
 vertical-align: baseline;
 box-sizing: border-box;
 font-family: "Noto Sans JP", sans-serif;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
 display: block;
}

body {
 line-height: 1;
}

ol,
ul {
 list-style: none;
}

blockquote,
q {
 quotes: none;
}

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

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


/*-----------------------------
汎用layout
------------------------------*/

.bold {
 font-weight: bold !important;
}

.por {
 position: relative;
}

.poa {
 position: absolute;
}

.tac {
 text-align: center !important;
}

.tal {
 text-align: left !important;
}

.tar {
 text-align: right !important;
}

.fwb {
 font-weight: bold !important;
}

.pt1em {
 padding-top: 1em !important;
}

.pb1em {
 padding-bottom: 1em !important;
}

.mga {
 margin-left: auto !important;
 margin-right: auto !important;
}

.mt1em {
 margin-top: 1em !important;
}

.mb1em {
 margin-bottom: 1em !important;
}

.mb20 {
 margin-bottom: 20px !important;
}

.mb30 {
 margin-bottom: 30px !important;
}

.mb50 {
 margin-bottom: 50px !important;
}

.mb100 {
 margin-bottom: 100px !important;
}

.mb150 {
 margin-bottom: 150px !important;
}

.mb200 {
 margin-bottom: 150px !important;
}

.pb30 {
 padding-bottom: 30px !important;
}

.pb50 {
 padding-bottom: 50px !important;
}

.pb100 {
 padding-bottom: 100px !important;
}

@media only screen and (max-width: 750px) {
 .mb20 {
  margin-bottom: 2.6vw !important;
 }

 .mb30 {
  margin-bottom: 4vw !important;
 }

 .mb50 {
  margin-bottom: 6.66667vw !important;
 }

 .mb100 {
  margin-bottom: 13.33333vw !important;
 }

 .mb150 {
  margin-bottom: 20vw !important;
 }

 .mb200 {
  margin-bottom: 26.66667vw !important;
 }
 .pb30 {
  padding-bottom: calc(30 / 750 * 100vw) !important;
 }
 .pb50 {
  padding-bottom: calc(50 / 750 * 100vw) !important;
 }
 .pb100 {
  padding-bottom: calc(100 / 750 * 100vw) !important;
 }
}