/*
reset css
*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

/* ==========================================================================
Foundation
========================================================================== */
/* ---------------------------------------------------------
cf
----------------------------------------------------------*/
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.cf { display: inline-block; }
/* exlude MacIE5 \*/
html .cf { height: 1% }
.cf {display:block;}
/* end MacIE5 */

/* ---------------------------------------------------------
style
----------------------------------------------------------*/
.align-right {
  text-align: right;
}
body {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

section {
  margin-bottom: 30px;
}
.wrapper {
  width: 90%;
  margin: 0 auto 50px;
  box-sizing: border-box;
	
}

#terms .wrapper {
	margin-bottom: 20px
}


h1 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}
h2 {
  font-size: 16px;
  font-weight: bold;
}
section > ul > li {
  margin-bottom: 10px;
}
ul li {
  text-indent: -1em;
  margin-left: 1em;
}
li > ul {
  background-color: #eee;
  border-radius: 6px;
  color: #555;
  margin: 5px 0 5px -1em;
  padding: 10px;
}
li > ul li {
  margin-bottom: 5px;
}


table {
	width: 100%;
}

table th {
	background: #eee;
}

table th, table tr, table td {
	padding: 5px;
}

ol.num-list {
	list-style: 	decimal;
padding-left: 30px;}

.click_none {
  text-decoration: none !important;
  pointer-events: none;
  text-decoration-color: #fff;
  -webkit-text-decoration-skip: none;
}

.terms_title {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

/*------------   戻るボタン   --------------*/
.backbtn a {
    width: 80%;
    display: block;
	margin: 0 auto;
    padding: 20px 20px;
    text-decoration: none;
    color: #fff;
    background: #999;
    text-align: center;
    border-radius: 4px;
}
