@charset "UTF-8";
/** @format */
/** @format */
/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
/*----------------------------------------------------
	色の設定
----------------------------------------------------*/
/*----------------------------------------------------
	各種角丸
----------------------------------------------------*/
.opacity {
  opacity: 0.55;
  -moz-opacity: 0.55;
  filter: alpha(opacity=55);
  -ms-filter: "alpha(opacity=55)";
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.fr,
.imgR {
  float: right;
  margin-left: 10px;
}

.fl,
.imgL {
  float: left;
  margin-right: 10px;
}

.imgC,
.tC,
.btn {
  text-align: center;
}

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tR,
.sign {
  text-align: right;
}

.box_size {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important;
}

.bs_none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

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

.terms_box {
  /* ヘッダータイトルのサイズ*/
  position: relative;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.terms_box .contents_header {
  position: relative;
  max-width: var(--content-max-width-pc);
  margin: 0 auto;
}
.terms_box .contents_header h1 {
  width: 50%;
  display: block;
  margin: 5% auto 0;
}
.terms_box .contents_header h1 .terms_title_img {
  width: 100%;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.terms_box h2 {
  font-size: 120%;
}
.terms_box .sec_box {
  padding: 7px;
  margin-bottom: 30px;
}
.terms_box .sec_title {
  background-color: #abe8fd;
  padding: 7px;
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 30px;
}
.terms_box p {
  margin-bottom: 30px;
  text-align: left;
  line-height: 1.6em;
  font-size: 150%;
}
.terms_box .honmon_small {
  margin-bottom: 30px;
  text-align: left;
  line-height: 1.6em;
  font-size: 120%;
}
.terms_box .border {
  border-bottom: thin dashed #000;
}
.terms_box .subtitle {
  width: 100%;
  font-size: 130%;
  font-weight: bold;
  padding: 0.4em 0.2em 0.2em 0.4em;
  text-align: left;
  line-height: 1.6em;
  display: block;
  background-color: #eeeeee;
}
.terms_box ul {
  text-align: left;
  margin-bottom: 2em;
  line-height: 1.6em;
}
.terms_box ul li {
  list-style-type: none;
  margin-left: 1em;
  font-size: 130%;
  line-height: 1.6em;
}
.terms_box ul .sub2 {
  border-bottom: thin solid #999;
  padding-bottom: 0.2em;
  margin: 0 0 0.8em 1.4em;
  list-style-type: square;
}
.terms_box .show_mailadd {
  width: 100%;
  margin: 1em 0 1em 2em;
  font-size: 120%;
  display: block;
  text-align: left;
}
@media all and (max-width: 1024px) {
  .terms_box {
    width: 95%;
    padding: 2.5%;
    position: relative;
    text-align: center;
    border: 6px solid #eeeeee;
    margin: 10% auto 0;
  }
}
@media all and (max-width: 640px) {
  .terms_box {
    width: 95%;
    position: relative;
    text-align: center;
    border: 6px solid #eeeeee;
    box-sizing: border-box;
    padding: 2%;
  }
  .terms_box .terms_title_img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
  }
  .terms_box .terms_title_img img {
    width: 80%;
  }
  .terms_box .show_mailadd {
    width: 100%;
    margin: 1em auto;
    font-size: 110%;
    display: block;
    text-align: left;
  }
}
@media all and (max-width: 320px) {
  .terms_box {
    width: 85%;
    position: relative;
    text-align: center;
    border: 6px solid #eeeeee;
    box-sizing: border-box;
  }
}/*# sourceMappingURL=terms.css.map */