@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
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%;
  font: inherit;
  line-height: 2em;
}

article, aside, details, figcaption, figure, main,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
}

img {
  display: inherit;
}

ol, ul {
  list-style: none;
}

th,td {
  border: solid 1px; 
  padding: 5px;	
}
 
table {
  border-collapse: collapse; 
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

* {
  box-sizing: border-box;
  word-break: normal;
  line-height: 1.7em;
  background-repeat: no-repeat;
}

div#ie_container {
  display: none;
  width: 100%;
  height: 100%;
  margin: auto;
}
div#ie_container div.cover {
  width: 100%;
  height: 100%;
  max-width: none;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  margin: auto;
}
div#ie_container div.cover p {
  width: 100%;
  position: absolute;
  font-size: 12px;
  line-height: 1.7em;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
}

.ie7 body {
  overflow: hidden;
  background: #FFFFFF;
}

.ie7 div#container {
  display: none;
}

.ie8 body {
  overflow: hidden;
  background: #FFFFFF;
}

.ie8 div#container {
  display: none;
}

.ie8 div#ie_container {
  display: inherit;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.center_left {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .center_left {
    text-align: left;
  }
}

.left_center {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .left_center {
    text-align: center;
  }
}

.mt_10 {
  margin-top: 10px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_100 {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .mt_20 {
    margin-top: 15px;
  }
  .mt_30 {
    margin-top: 20px;
  }
  .mt_50 {
    margin-top: 30px;
  }
  .mt_100 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 568px) {
  .mt_20 {
    margin-top: 15px;
  }
  .mt_50 {
    margin-top: 25px;
  }
}
.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_100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .mb_20 {
    margin-bottom: 15px;
  }
  .mb_30 {
    margin-bottom: 20px;
  }
  .mb_40 {
    margin-bottom: 30px;
  }
  .mb_50 {
    margin-bottom: 30px;
  }
  .mb_100 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 568px) {
  .mb_20 {
    margin-bottom: 15px;
  }
  .mb_40 {
    margin-bottom: 20px;
  }
  .mb_50 {
    margin-bottom: 25px;
  }
}
.mr_05 {
  margin-right: 5px;
}

.mr_10 {
  margin-right: 10px;
}

.mr_15 {
  margin-right: 15px;
}

.mr_20 {
  margin-right: 20px;
}

.mr_30 {
  margin-right: 30px;
}

.ml_05 {
  margin-left: 5px;
}

.ml_10 {
  margin-left: 10px;
}

.ml_15 {
  margin-left: 15px;
}

.ml_20 {
  margin-left: 20px;
}

.ml_30 {
  margin-left: 30px;
}

.font_size_30 {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .font_size_30 {
    font-size: 26px;
  }
}
@media screen and (max-width: 568px) {
  .font_size_30 {
    font-size: 24px;
  }
}

.font_size_26 {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .font_size_26 {
    font-size: 24px;
  }
}
@media screen and (max-width: 568px) {
  .font_size_26 {
    font-size: 22px;
  }
}

.font_size_24 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .font_size_24 {
    font-size: 22px;
  }
}
@media screen and (max-width: 568px) {
  .font_size_24 {
    font-size: 20px;
  }
}

.font_size_22 {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .font_size_22 {
    font-size: 20px;
  }
}
@media screen and (max-width: 568px) {
  .font_size_22 {
    font-size: 18px;
  }
}

.font_size_20 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .font_size_20 {
    font-size: 18px;
  }
}
@media screen and (max-width: 568px) {
  .font_size_20 {
    font-size: 16px;
  }
}

.font_size_18 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .font_size_18 {
    font-size: 17px;
  }
}
@media screen and (max-width: 568px) {
  .font_size_18 {
    font-size: 15px;
  }
}

.font_size_16 {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .font_size_16 {
    font-size: 15px;
  }
}
@media screen and (max-width: 568px) {
  .font_size_16 {
    font-size: 14px;
  }
}

.font_size_14, footer .copyright {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .font_size_14, footer .copyright {
    font-size: 13px;
  }
}
@media screen and (max-width: 568px) {
  .font_size_14, footer .copyright {
    font-size: 12px;
  }
}

.font_size_12 {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .font_size_12 {
    font-size: 12px;
  }
}
@media screen and (max-width: 568px) {
  .font_size_12 {
    font-size: 11px;
  }
}

.font_size_10 {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .font_size_10 {
    font-size: 10px;
  }
}
@media screen and (max-width: 568px) {
  .font_size_10 {
    font-size: 10px;
  }
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.corners {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .hide_sp {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .hide_pc {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  .hide_less_pc {
    display: none;
  }
}

@media screen and (min-width: 1281px) {
  .hide_more_pc {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .hide_less_spc {
    display: none;
  }
}

@media screen and (min-width: 1001px) {
  .hide_more_spc {
    display: none;
  }
}

@media screen and (max-width: 568px) {
  .hide_less_sp {
    display: none;
  }
}

@media screen and (min-width: 569px) {
  .hide_more_sp {
    display: none;
  }
}

@media screen and (max-width: 414px) {
  .hide_less_ssp {
    display: none;
  }
}

@media screen and (min-width: 415px) {
  .hide_more_ssp {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  .hide_less_sssp {
    display: none;
  }
}

@media screen and (min-width: 375px) {
  .hide_more_sssp {
    display: none;
  }
}

.display_none {
  display: none;
}

.sp_link {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .sp_link {
    pointer-events: inherit;
  }
}

.wth_100 {
  width: 100%;
  height: auto;
}

.position_relative {
  position: relative;
}

.overflow_hidden {
  overflow: hidden;
}

.unselectable { /* IE 10+ */
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}

html,
body {
  width: 100%;
  height: 100%;
  min-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  opacity: 1;
  overflow: auto;
}
@media screen and (max-width: 1000px) {
  html,
  body {
    min-width: inherit;
  }
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "Roboto", sans-serif;
  color: #404040;
  font-size: 14px;
}

div#container {
  width: 100%;
}

::-moz-selection {
  background: #eb695b;
  color: #FFF;
}

::selection {
  background: #eb695b;
  color: #FFF;
}

::-moz-selection {
  background: #eb695b;
  color: #FFF;
}

a {
  transition: background-color 0.4s ease, color 0.4s ease, opacity 0.4s ease;
}
a, a:hover, a:visited, a:link {
  color: #404040;
  text-decoration: none;
}
a img {
  transition: opacity 0.4s ease;
}
a:hover {
  opacity: 0.8;
}
a:hover img {
  opacity: 0.8;
}

picture {
  display: block;
}

br {
  line-height: inherit;
}

hr {
  height: 1px;
  clear: both;
  border: none;
  border-top: #CCCCCC 1px solid;
  color: #FFF;
}

.privacy_nav_wrap {	
  max-width: 800px;
  margin: 0 auto 100px;
  text-align: center;	
}
@media screen and (max-width: 768px) {
  .privacy_nav_wrap {
    margin-bottom: 50px;
	font-size: 0.9em;  
  }
}
.privacy_nav_wrap a {	
  color: #eb695b;
  text-decoration: underline;
}
.privacy_nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.privacy_nav li{
  list-style: none;
  text-align: center;
}

.wrapper, .sec article, header div.inner {
  zoom: 1;
}
.wrapper:after, .sec article:after, header div.inner:after {
  display: block;
  content: "";
  clear: both;
}

.wrapper, .sec article, header div.inner {
  width: 90%;
  max-width: 950px;
  margin: auto;
  position: relative;
}

.transitions {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .transitions {
    transition: all 0s ease;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
  }
}

.all_transitions {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.vertical, header h1, header div.header_logo {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}

header {
  width: 100%;
  background-color: #fff;
}
header div.inner {
  min-width: 950px;
  height: 90px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  header div.inner {
    min-width: inherit;
    height: 70px;
  }
}
header h1, header div.header_logo {
  left: calc(50% - 36px);
}
header h1 img, header div.header_logo img {
  width: 72px;
  height: auto;
}

footer {
  width: 100%;
  padding: 20px 0;
  margin: auto;
  background-color: #000;
  text-align: center;
}
footer .copyright {
  color: #fff;
  letter-spacing: 0.05em;
}
footer.footer_terms {
  background-color: #8B8B8B;
}

div.ttl {
  width: 100%;
  background-image: url(../img/ttl_bg.jpg);
  background-position: center center;
  background-size: cover;
  text-align: center;
}

.terms .sec {
  padding: 50px 0 100px;
}
@media screen and (max-width: 768px) {
  .terms .sec {
    padding: 20px 0 50px;
  }
}
.terms .wrapper, .terms header div.inner, header .terms div.inner, .terms .sec article, .sec .terms article {
  max-width: 800px;
}
.terms div.ttl {
  background-image: url(../img/bg_ttl_terms.png);
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .terms div.ttl {
    padding: 70px 0;
  }
}
.terms div.ttl h1 {
  font-size: 28px;
  color: #404040;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1000px) {
  .terms div.ttl h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .terms div.ttl h1 {
    font-size: 20px;
  }
}
.terms .term_box {
  letter-spacing: 0.05em;
}
.terms .term_box + .term_box {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .terms .term_box + .term_box {
    margin-top: 50px;
  }
}
.terms .term_box h2 {
  font-size: 24px;
  font-weight: 700;
  color: #8B8B8B;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.terms .term_box h2 span {
  font-size: 14px;
  font-weight: 400;
  display: block;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .terms .term_box h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .terms .term_box h2 span {
    font-size: 10px;
    padding-top: 5px;
  }
}
.terms .term_box h3 {
  margin-top: 2.8em;
}
@media screen and (max-width: 768px) {
  .terms .term_box h3 {
    margin-top: 2em;
  }
}
.terms .term_box h4 {
  margin-top: 1.8em;
}
@media screen and (max-width: 768px) {
  .terms .term_box h4 {
    margin-top: 1em;
  }
}
.terms .term_box h5 {
  margin-top: 2.8em;
}
@media screen and (max-width: 768px) {
  .terms .term_box h5 {
    margin-top: 2em;
  }
}
.terms .term_box .h4-first {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .terms .term_box .h4-first {
    margin-top: 0.5em;
  }
}

.terms .term_box p {
  line-height: 2;
  margin-top: 0.5em;
  margin-bottom: 0.2em;
}
.terms .term_box a {
  color: #eb695b;
  text-decoration: underline;
}
.terms .term_box ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.terms .term_box ol li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 2;
}
.terms .term_box ol li p {
  margin-top: 0.5em;
  margin-bottom: 0.2em;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
@media screen and (max-width: 768px) {
  .terms .term_box ol li p {
    margin-top: 1em;
  }
}
.terms .term_box ol.list_brackets {
  list-style-type: none;
}
.terms .term_box ol.list_brackets li {
  list-style-type: none;
  counter-increment: cnt;
}
.terms .term_box ol.list_brackets li:before {
  content: "(" counter(cnt) ") ";
}
.terms .term_box ol.list_brackets .list_num li {
  counter-increment: none;
}
.terms .term_box ol.list_brackets .list_num li:before {
  content: none;
}
.terms .term_box ol.list_brackets .list_num li span {
  padding-left: 0.3em;
}
.terms .term_box ol.list_brackets ul {
  padding-left: 1.5em;
  margin-bottom: 0.5rem;
}

.list_business li {
  counter-increment: none;
}
.list_business li:before {
  content: none;
}
.list_business {
  padding-left: 1.5em;
  margin-top: 0.5em;	
  margin-bottom: 0.5rem;
}

.list_identification {
  padding-left: 1em;
  margin-bottom: 0.5rem;	
}
.list_identification span {
  text-decoration: underline;	
}


.terms .term_box ol.list_brackets ul li {
  counter-increment: none;
  list-style-type: disc;
  text-indent: 0;
  padding-left: 0;
}
.terms .term_box ul li {
  list-style-type: disc;
}/*# sourceMappingURL=style.css.map */


.ultable {
  border-bottom: 1px solid;
  border-left: 1px solid;
}
.ultable li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  border-top: 1px solid;
}
.ultable__th {
  padding: 5px;
  border-right: 1px solid;
}
.ultable__td {
  padding: 5px;
  border-right: 1px solid;
}
.ultable__num {
  width: 4%;
  text-align: center;
}
.ultable__title {
  width: 36%;
}
@media screen and (max-width: 768px) {
  .ultable__num {
    width: 8%;
  }
  .ultable__title {
    width: 32%;
  }
}