/*ご利用規約*/
#agreement {
	color: #CCC;
	background: #FFFFFF;
}
#agreement dl dt {
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}
#agreement dl dd {
	font-size: 14px;
	line-height: 1.4em;
	color: #333;
	margin-bottom: 25px;
}

/*プライバシーポリシー*/
#Privacy {
	position:relative;
}

#Privacy dt{
	font-size:16px;
	font-weight:500;
	padding-bottom:15px;
}
#Privacy dd{
	font-size:15px;
	position:relative;
	padding-bottom:30px;
}
#Privacy dd ul{
	position:relative;
	padding:15px;
	font-size:15px;
}
#Privacy dd ul li{
	padding-bottom: 15px;
	list-style-position: outside;
	list-style-type: disc;
	margin-left:25px;
}
#Privacy p{
	font-size:15px;
	font-weight:300;
}


/*特定商取引法*/
#Transaction{
	position:relative;
	border:1px solid #C3BDB9;
	border-radius:5px;
	background-color:#FFF;
}
#Transaction dl{
	position:relative;
	width:100%;
	display:table;
	border-bottom:1px solid #C3BDB9;
}
#Transaction dl > *{
	display:table-cell;
	padding:2%;
	vertical-align: top;
}
#Transaction dl dt{
	width:30%;
	border-right:1px solid #C3BDB9;
	font-size:15px;
	background-color:#F7F7F7;
	color:#2F444F;
}
#Transaction dl dd{
	width:60%;
	font-size:15px;
	background-color:#FFFFFF;
}
#Transaction a {
    color: #00CED1;
}
#Transaction dl:last-child{
	border-bottom:0px;
}
#Transaction dl:first-child dt{
	border-top-left-radius:5px;
}
#Transaction dl:first-child dd{
	border-top-right-radius:5px;
}
#Transaction dl:last-child dt{
	border-bottom-left-radius:5px;
}
#Transaction dl:last-child dd{
	border-bottom-right-radius:5px;
}
/*料金表*/
#PointRate{
	text-align:center;
	font-size:23px;
	color:#5B4951;
	position:relative;
	background-color:#FFF;
	width:400px;
	margin:auto;
	border-radius:15px;
	line-height:50px;
	margin-bottom:30px;
	border:3px solid #85CAFF;
}
#PointList{
	position:relative;
	width:500px;
	margin:auto;
}
#PointList dl{
	background-color:#EEF6FF;
	border-radius:10px;
	margin-bottom:15px;
	padding:10px;
	font-weight:500;
}
#PointList dl > *{
	display:inline-block;
	vertical-align:middle;
}
#PointList dl dt{
	width:60%;
	line-height:1.5em;
	color:#242424;
	padding-left:10px;
}
#PointList dl dd{
	width:29%;
	text-align:right;
	font-size:20px;
	color:#2E7ECB;
}

#FreeCont{
	position:relative;
	padding-bottom:35px;
	line-height:1.6em;
}
#FreeCont span{
	display:block;
	padding-bottom:10px;
	color:#BE0800;
	font-size:16px;
	font-weight:500;
}


/*プライバシーポリシー改訂版*/

#Privacy1{
	position:relative;
}
#P1-tx1{
	font-size:15px;
	line-height:1.5em;
	position:relative;
	padding-bottom:30px;
}
#Privacy1 ol{
	position:relative;
}
#Privacy1 ol li{
    list-style-position: outside;
    list-style-type: decimal;
	padding-bottom:7px;
	font-size:15px;
	font-weight:300;
	line-height:1.4em;
}
#P1-tx2{
	text-align:right;
	font-size:16px;
	padding-top:25px;
}

#Privacy2{
	position:relative;
	padding-top:50px;
}
#Privacy2 h2{
	font-size:18px;
	font-weight:500;
	padding-bottom:25px;
}
#P2-tx1{
	font-size:15px;
	line-height:1.5em;
	position:relative;
	padding-bottom:30px;
}
#Privacy2 article{
	position:relative;
	padding-bottom:50px;
}
#Privacy2 article h3{
	font-size:17px;
	font-weight:500;
	position:relative;
	padding-bottom:15px;
}
#Privacy2 article p{
	font-size:15px;
	padding-bottom:25px;
}
.P2Hyo{
	border:1px solid #CCC;
	position:relative;
	background-color:#FFF;
	font-size:14px;
	margin:0 auto 25px;
}
.P2Hyo dl{
	position:relative;
	display:table;
	border-bottom:1px solid #CCC;
	width:100%;
}
.P2Hyo dl > *{
	display:table-cell;
	vertical-align:middle;
	padding:10px;
	
}
.P2Hyo dl dt{
border-right:1px solid #CCC;
}
.P2Hyo dl:first-child{
	background-color:#F7F7F7;
	font-weight:500;
}
.P2Hyo dl:last-child{
	border-bottom:0px;
}
#P2hyo1{
	width:500px;
}
#P2hyo1 dt{
	width:200px;
}
#P2hyo2{
	width:300px;
}
#P2hyo2 dt{
	width:130px;
}
#Privacy2 article ul{
	padding:10px;
	position:relative;
}
#Privacy2 article ul li{
	padding-bottom:7px;
	position:relative;
	font-size:14px;
}
#P2-tx2{
	text-align:right;
	font-size:16px;
	padding-top:25px;
}

#PPmark{
	width:80px;
	margin:auto;
}

/*料金表　マイル表*/
.table_design08 {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    text-align: center;
	margin-bottom:20px;
  }
  .table_design08 th, .table_design08 td {
    border: 2px solid #00CED1;
    padding: 1em;
  }
  .table_design08 thead th {
	background-color: #00CED1;
    color: #fff;
    border: 2px solid #00CED1;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    text-align: center;
  }
  .table_design08 thead.premium th:first-child {
    width: auto;
  }

  .table_design08 thead th:first-child {
    width: 200px;
  }
  .table_design08 thead th:last-of-type {
    border-right: 2px solid #00CED1;
  }
  .table_design08 tbody th {
    color: #00CED1;
    font-weight: normal;
    text-align: center;
    background: #F9F9F9;
  }

  .table_design08_p {
	margin-bottom:20px;
  }
  @media screen and (max-width: 500px) {
    .table_design08 {
      text-align: left;
    }
    .table_design08 thead {
      display:none;
    }
    .table_design08 th, .table_design08 td {
      display: block;
      border: 0;
      border-bottom: 2px solid #e6f1f6;
    }
    .table_design08 tbody th{
      background: #00CED1;
      color:#fff;
    }
    .table_design08 td::before{
      content: attr(data-label);
      color: #00CED1;
      font-weight: bold;
      display: inline-block;
      width: 20%;
      min-width: 4em;
    }
  }

  /*ポイント・マイル利用履歴表*/
.table_design09 {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    text-align: center;
	margin-bottom:20px;
    overflow-x: auto;
  }
@media screen and (max-width:1024px){
	.table_design09 {
		width:auto;
	}
}
  .table_design09 th {
    border: 1px solid #00CED1;
    padding: 10px 5px;
	white-space:nowrap;
  }
  .table_design09 td {
    border: 1px solid #00CED1;
    padding:5px;
	white-space:nowrap;
  }

  .table_design09 td div {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    white-space: nowrap;
	}

	@media screen and (max-width:1024px){
		.table_design09 td div {
		min-width: auto;
		}
	}

  .table_design09 td img{
    width:20px;
	margin:0 0 0 3px;
  }

  .table_design09 thead th {
    background-color: #00CED1;
    color: #fff;
    border: 2px solid #00CED1;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
	text-align:center;
  }
  .table_design09 thead th:first-child {
    width: 150px;
  }
  .table_design09 thead th:nth-child(2) {
    width: 230px;
  }
  @media screen and (max-width:1024px){
	.table_design09 thead th:nth-child(2) {
		width: 230px;
	}
  }
  .table_design09 thead th:last-of-type {
    border-right: 1px solid #00CED1;
  }
  .table_design09 tbody th {
    color: #00CED1;
    font-weight: bold;
    text-align: center;
  }

  .table_design09_p {
	margin-bottom:20px;
  }
  @media screen and (max-width: 500px) {
    .table_design09 {
      text-align: left;
    }
    .table_design09 thead {
      display:none;
    }
    .table_design09 th, .table_design09 td {
      display: block;
      border: 0;
      border-bottom: 1px solid #e6f1f6;
    }
	.table_design09 td:last-child {
		border-bottom: 3px solid #e6f1f6;
	  }
    .table_design09 tbody th{
      background: #00CED1;
      color:#fff;
    }
    .table_design09 td::before{
      content: attr(data-label);
      color: #00CED1;
      font-weight: bold;
      display: inline-block;
      width: 20%;
      min-width: 4em;
    }
  }

  .c-price {
    text-align: center;
    font-size: 20px;
    color: #00CED1;
    background: #E1F3FE;
    width: 200px;
    margin: auto;
    line-height: 50px;
    margin-bottom: 25px;
    border-radius: 6px;
}