@charset "UTF-8";
/* CSS Document */
.copy {
  font-size: 16px;
}

a.underlink {
  text-decoration: underline;
}
a.underlink:hover {
  text-decoration: none;
}

/* index */
.tameru .campaign .box1 a {
  color: #0075AD;
}
.tameru .campaign .box1 p.text {
  padding-left: 20px;
}

.feature ul li .text {
  color: #0075AD;
}
.feature a.btn_gray {
  background-image: url(../icon_gray_arrow.png);
  background-repeat: no-repeat;
  background-position: 20px 50%;
  background-color: #eee;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  margin-top: 10px;
  padding: 10px 40px;
}
.feature a.btn_gray:hover {
  text-decoration: none;
  opacity: 0.7;
}

#contents #service_detail #kokusai h5 {
  background:  no-repeat left 48%;
  color: #ed2128;
  font-size: 16px;
  font-weight: bold;
  padding-left: 15px;
  margin-bottom: 10px;
}
#contents #service_detail #kokusai .pdf {
  background: #eee url(../../../about/files/icon_pdf.png) no-repeat 20px 43%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  margin-top: 8px;
  padding: 10px 20px 10px 45px;
}
#contents #service_detail #kokusai .pdf:hover {
  text-decoration: none;
  opacity: 0.7;
}
#contents #service_detail #kokusai .arrow_red {
  background: url(../../icon_detail_link.gif) 0 45% no-repeat;
  padding-left: 20px;
  text-decoration: none;
  display: inline-block;
}
#contents #service_detail #kokusai .arrow_red:hover {
  text-decoration: underline;
}
#contents #service_detail #kokusai > div {
  margin-top: 40px;
}
#contents #service_detail #kokusai > div p > a {
  display: inline-block;
  margin-top: 10px;
}
#contents #service_detail #kokusai > div.buy > div {
  margin-bottom: 30px;
}
#contents #service_detail #kokusai > div.detail table tr:first-child th:first-child {
  border-width: 1px 0 1px 1px;
}
#contents #service_detail #kokusai > div.detail table tr:first-child th:nth-child(2), #contents #service_detail #kokusai > div.detail table tr:first-child th:nth-child(3), #contents #service_detail #kokusai > div.detail table tr:first-child th:last-child {
  color: #fff;
  font-size: 15px;
  text-align: center;
}
#contents #service_detail #kokusai > div.detail table tr:first-child th:nth-child(2) {
  background: #ed2128;
  border-width: 1px 1px 1px 0;
}
#contents #service_detail #kokusai > div.detail table tr:first-child th:nth-child(3) {
  background: #0075ad;
}
#contents #service_detail #kokusai > div.detail table tr:first-child th:last-child {
  background: #FF8B00;
  border-width: 1px;
}
#contents #service_detail #kokusai > div.detail table tr.text-center td {
  text-align: center;
}
#contents #service_detail #kokusai > div.detail table tr th:first-child {
  width: 150px;
}
#contents #service_detail #kokusai > div.detail table tr:nth-child(5) td, #contents #service_detail #kokusai > div.detail table tr:nth-child(6) td, #contents #service_detail #kokusai > div.detail table tr:nth-child(7) td, #contents #service_detail #kokusai > div.detail table tr:nth-child(8) td, #contents #service_detail #kokusai > div.detail table tr:nth-child(9) td {
  text-align: center;
}
#contents #service_detail #kokusai > div.detail .list {
  margin-top: 20px;
}
#contents #service_detail #kokusai > div.detail .list li {
  padding-left: 3em;
  position: relative;
}
#contents #service_detail #kokusai > div.detail .list li:before {
  display: block;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0;
}
#contents #service_detail #kokusai > div.detail .list li:first-child::before {
  content: "※1";
}
#contents #service_detail #kokusai > div.detail .list li:nth-child(2)::before {
  content: "※2";
}
#contents #service_detail #kokusai > div.detail .list li:nth-child(3)::before {
  content: "※3";
}
#contents #service_detail #kokusai > div.detail p {
  margin-top: 20px;
}
#contents #service_detail #kokusai > div.point {
  margin-bottom: 100px;
}
#contents #service_detail #kokusai > div.point > div {
  margin-bottom: 30px;
}
#contents #service_detail #kokusai > div.point > div ul li {
  margin-bottom: 26px;
  padding-left: 1em;
  position: relative;
}
#contents #service_detail #kokusai > div.point > div ul li:before {
  content: "・";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0;
}
#contents #service_detail #kokusai > div.point > div ul li p {
  margin-bottom: 14px;
}
#contents #service_detail #kokusai > div.point > div ul li p span {
  border: 2px solid #ddd;
  display: inline-block;
  font-weight: bold;
  margin: 10px 0;
  padding: 10px 20px;
}
