@charset "utf-8";
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
table,
th,
td,
figure,
figcaption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
address,
caption,
em,
strong {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: normal;
    text-align: left;
}

li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

fieldset,
img,
table,
th,
td {
    border: 0;
}

img,
input[type="image"] {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}


input,
button,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-indent: 0.01px;
    text-overflow: '';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}





/* all
-------------------------------------------------- */

html {
    font-size: 62.5%;
}

body {
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.6;
    font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    overflow-wrap: break-word;
    word-break: normal;
}

a {
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

a:focus,
a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* clear
-------------------------------------------------- */

.clear {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before {
    display: inline-table;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}





/* padding
-------------------------------------------------- */

.p_0_30 {
    padding: 0 30px;
}

.p_0_35 {
    padding: 0 35px;
}

.pb_80 {
    padding-bottom: 80px;
}


.pl_50 {
    padding-left: 50px;
}



/* margin
-------------------------------------------------- */

.m_auto {
    margin: auto;
}

.mt_20 {
    margin-top: 20px;
}


.mb_10 {
    margin-bottom: 10px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_30 {
    margin-bottom: 30px;
}

.mb_40 {
    margin-bottom: 40px;
}

.mb_50 {
    margin-bottom: 50px;
}

.mb_60 {
    margin-bottom: 60px;
}

.mb_65 {
    margin-bottom: 65px;
}

.mb_70 {
    margin-bottom: 70px;
}


.mb_80 {
    margin-bottom: 80px;
}


.mb_100 {
    margin-bottom: 100px;
}

.mb_180 {
    margin-bottom: 180px;
}


.mb_220 {
    margin-bottom: 220px;
}


.ml_25 {
    margin-left: 25px;
}

.ml_50 {
    margin-left: 50px;
}

.ml_60 {
    margin-left: 60px;
}
.ml_80 {
    margin-left: 80px;
}



/*--------------------------
Privacy Policy Banner
---------------------------*/
#ulccwidparent .cc-window {
  box-shadow: none;
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: black;
}
@media screen and (max-width: 767px) {
  #ulccwidparent .cc-window {
    font-size: 8px;
    line-height: 1.7em;
  }
}
#ulccwidparent .cc-window.cc-banner {
  width: 50%;
  padding: 1.3em;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  #ulccwidparent .cc-window.cc-banner {
    padding: 1.3em;
  }
}
#ulccwidparent .cc-color-override-719788856.cc-window {
  background-color: white;
}
#ulccwidparent .cc-btn.cc-deny {
  display: none;
}
#ulccwidparent .cc-link {
  color: black;
}
#ulccwidparent .cc-btn.cc-allow {
  background-color: #004ea2;
  color: white;
  padding: 1.3em 2.5em;
  line-height: 1em;
  border-radius: 4em;
  font-weight: 400;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  #ulccwidparent .cc-window.cc-floating .cc-compliance {
    width: 18em;
    margin: 0 0 0 auto;
  }
  #ulccwidparent .cc-window.cc-floating {
    padding: 1.4em;
  }
}

.cookie-optout {
  position: fixed;
  z-index: 1;
  bottom: 0;
  background-color: white;
  padding: 1.3em;
  width: 76em;
  display: flex;
  font-size: 11px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cookie-optout {
    width: 100%;
    display: block;
    font-size: 8px;
    line-height: 1.7em;
  }
}
.cookie-optout p {
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: black;
}
@media screen and (max-width: 767px) {
  .cookie-optout p {
    word-break: break-word;
    font-size: 8px;
    line-height: 1.7em;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .cookie-optout .btn_right {
    text-align: right;
  }
}
.cookie-optout .btn_right .cc-cs-optout-btn {
  background-color: #004ea2;
  color: white;
  padding: 1.3em 2.5em;
  line-height: 1em;
  border-radius: 4em;
  font-weight: 400;
  font-size: 1em;
}
.cookie-optout .btn_right .cc-cs-optout-btn:disabled {
  background-color: #bfbfbf;
}/*# sourceMappingURL=gms.css.map */