@charset "utf-8";

.sdm_article {
  width: 900px;
  margin: 60px auto;
  padding: 30px;
  background: #fff;
  border-radius: 6px;
}
.sdm_article .widthFix {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sdm_article {
    width: 92%;
    margin: 30px auto 30px;
    padding: 2%;
  }
}


ul.contentIndex li a {
  color: #0097C9;
  text-decoration: underline;
}
.title_medeium {
  color: #0097C9;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
  margin-top: 25px;
  margin-bottom: 20px;
}
.title-small {
  font-size: 17px;
  font-weight: 400;
  border-left: 4px solid #0097C9;
  padding: 0 0 0 6px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.title-xs {
  font-size: 15px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 12px;
}
p, .content_standard {
  text-align: left;
  font-size: 108%;
  line-height: 2.1;
  margin-bottom: 20px;
}
.sdm_table {
  margin-bottom: 20px;
}
/*.sdm_table th {
  background: rgba(117,195,215);
  color: #fff;
  text-align: center;
  border: 1px solid #eee;
}
.sdm_table td {
  border: 1px solid #eee;
  padding: 0 5px;
}*/
.sdm_table th {
  background: #52b9d3;
  border: 1px solid #ccc;
  color: #fff;
  line-height: 2.5;
  font-size: 18px;
  padding: 9px 0;
  text-align: center;
}
.sdm_table td {
  border: solid 1px #ccc;
  line-height: 1.5;
  font-size: 18px;
  padding: 9px;
  vertical-align: middle;
}
.sdm_table .tableItem{
  width: 70%;
}

@media screen and (max-width: 768px) {
  #MainImage #NameTitle .en {
    font-family: "BEBAS", "sans-serif";
    text-align: center;
    font-size: 32px;
    margin: 6px 0;
  }
  .title_medeium {
    color: #0097C9;
    font-size: 16px;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 12px;
    text-align: left;
  }
  .title-small {
    font-size: 15px;
    font-weight: 400;
    border-left: 4px solid #0097C9;
    padding: 0 0 0 6px;
    margin-top: 25px;
    margin-bottom: 15px;
    text-align: left;
  }
  .title-xs {
    font-size: 14px;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 12px;
    text-align: left;
  }
  p, .content_standard {
    color: #444;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}



ul.contentIndex {
    border: 2px solid #70cce8;
    padding: 15px 35px 13px 35px;
    margin: 0 0 40px;
    list-style-type: none;
}
ul.contentIndex .contentIndexTitle {
    font-size: 22px;
    margin: 3px 0 12px;
}
ul.contentIndex li {
    line-height: 22px;
    letter-spacing: 0.1rem;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
}
ul.contentIndex li a {
    font-size: 15px;
    color: #777;
}
ul.contentIndex li a:hover {
    color: #0097C9;
    border-bottom: 1px dotted #0097C9;
}
@media screen and (max-width: 768px) {
  ul.contentIndex {
    margin: 0 15px 0;
    border: 2px solid #70cce8;
    padding: 10px 20px 8px 20px;
  }
  ul.contentIndex .contentIndexTitle {
      font-size: 16px;
      margin: 3px 0 12px;
  }
  ul.contentIndex li {
      text-align: left;
  }
  .sdm_table th{
    font-size: 14px
  }
  .sdm_table td{
    font-size: 14px
  }
}

@media screen and (min-width: 769px) {
  .bg_lightblue {
    background: #F2F9FC;
  }
  .bg_lightblue .htxA {
    background: #fff;
  }
  #About #Comparison .item {
    margin-bottom: 40px;
  }
  #About #Comparison .item .tableWrap {
    margin: 0 auto;
    width: 433px;
  }
  #About #Comparison .item.B .htxA {
    padding-top: 30px;
    background: #fff;
  }
  #About #Comparison .item.B .tableWrap {
    margin: 0 auto;
    width: 612px;
  }
}


p.textRate{
	color: #cc0000;
}

ul.costList{
	font-size: 108%;
	margin: 0 10px 20px;
}

ul.costList li{
	font-weight: bold;
	line-height: 2.1;
}

dl.costList{
	font-size: 108%;
	margin: 0 10px 20px;
}

dl.costList dt,
dl.costList dd{
	font-weight: bold;
	line-height: 2.1;
}

@media screen and (max-width: 768px) {
	ul.costList{
		font-size: 100%;
	}

	dl.costList{
		font-size: 100%;
	}
}
	