@charset "utf-8"; /*
16px基準文字サイズ対応表
10px  62.5%
11px  68.75%
12px  75%
13px  81.25%
14px  87.5%
15px  93.75%
16px  100%
17px  106.25%
18px  112.5%
19px  118.75%
20px  125%
21px  131.25%
22px  137.5%
23px  143.75%
24px  150%
25px  156.25%
26px  162.5%
*/


/* ----------------------------------------------------------------------- */
/* 共通 */
/* ----------------------------------------------------------------------- */
* { -webkit-text-size-adjust: none; }

body {
  width:100%;
  height:100%;
  font-family:"Hiragino Kaku Gothic Pro", Helvetica;
  font-size:16px;
  line-height:20px;
  color:#444;
  -webkit-touch-callout:none;
  word-break:break-all;
  word-wrap:break-word;
  background: #444;
}

#wrapper {
  background: #e8e8e8;
}
#container {
  padding: 17px 10px;
}
#terms p.link-btn {
  margin: 0 0 10px;
}
#terms p.link-btn a{
  position: relative;
  padding: 10px;
  display: block;
  background: #FFF;
  font-size: 87.5%;
  line-height: 1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #00a7dd;
}
#terms p.link-btn a:after {
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right:10px;
  content:"";
  width:10px;
  height:15px;
  background:url(../../img/sp/icon_arrow_blue.png) no-repeat;
  background-size:10px 15px;
  -moz-background-size:10px 15px;
  -webkit-background-size:10px 15px;
}
#terms h1{
  padding: 0 10px 10px;
  font-size: 93.75%;
  font-weight: bold;
  line-height: 1;
}
#terms .main {
  margin: 0 0 15px;
  padding: 10px;
  overflow: hidden;
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #ddd;
}
#terms .main p {
  font-size: 75%;
  line-height: 1.333;
}
#terms .main p a {
  color: #00a7dd;
}
/*footer*/
footer p.copy{
  padding: 10px 0 0;
  text-align: center;
  font-size: 62.5%;
}