@charset "UTF-8";
@keyframes blink_animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/********************************/
/*
  リセット
  /***********************/
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: inherit;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a,
a:hover {
  text-decoration: none;
}

a > img,
nav > img,
li > img,
div > img {
  width: 100%;
  height: auto;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #000;
}

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

button {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  padding: 0;
}

@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  height: 0;
  font-size: 0;
}

body {
  position: absolute;
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  /* font-family: "ヒラギノ角ゴシック Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,Osaka,"MS Pゴシック",MS PGothic,sans-serif; */
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "MS Pゴシック", MS PGothic, sans-serif;
  overflow: visible;
}

body * {
  box-sizing: border-box;
}

div,
h1,
h2,
h3,
h4,
h5,
ul,
ol,
li,
dl,
dt,
dd {
  position: relative;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

p,
div,
span {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}

img,
a img {
  border: none;
  display: inline-block;
}

img {
  width: 100%;
  height: auto;
}

h1,
h2 {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}
/********************************/
html {
  font-size: 62.5%;
}

/*レスポンシブ*/
@media screen and (max-width: 767.9px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 62.5%;
  }
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "BIZ UDPGothic", sans-serif;
  /*  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; */
}

@media screen and (max-width: 1200px) {
  body {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 769px) {
  body {
    /* font-size: 16px;
    font-size:1.3vw; */
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3vw;
  }
}
body.noscroll {
  height: 100%;
  overflow: hidden;
}

body{
    padding:2em;
    position:relative;
    box-sizing: border-box;
}

.wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding:2em;
  border: solid 1px;
}

h1{
    margin-bottom: 1em;
}

p{
    line-height:1.75;
    margin-bottom: 0.5em;
}

footer {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 1px;
  margin-top: 1.5em;
}
.footer__reception{
    margin-bottom:0.5em;
}
.footer__copyright{
    font-size:0.7em;
}

.sp_only {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .sp_only {
    display: block;
  }
}

.pc_only {
  display: block;
}
@media screen and (max-width: 767.9px) {
  .pc_only {
    display: none;
  }
}

dl{
  margin-bottom:1.75em;
}

dt{
  margin-bottom:0.25em;
}

dd{
  line-height:1.75;
}

.decision{
  text-align:right;
}

.indentation{
  text-indent: -1.75em;
margin-left: 1.75em;

}

.indentation2{
  text-indent:0;
  margin-left:0;
} 

.maekakko{
  text-indent: -1.25em;
  margin-left: 1.25em; 
}

dl.management>dt{
  margin-bottom:0.75em;
}
