body {
  font-size: 16px;
}

p { margin:0; }

.small-caps {
    font-variant-caps: all-small-caps;
}

.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt140 { margin-top: 140px; }

.mb20 { margin-bottom: 20px; }
.mb40 { margin-bottom: 40px; }
.mb140 { margin-bottom: 140px; }

.pt20 { padding-top: 20px; }

.pb20 { padding-bottom: 20px; }

.cener { text-align: center; }
.rigth { text-align: right; }
.left {text-align: left;}

.frame-gray {
  border: solid 4px #C1C1C2;
  text-align:center; }
.td-frame-gray { border: solid 4px #D8DADC; }
.bg-lightgray { background: #F8F8F8 }
.bg-white { background: #fff }
.bg-table-tile { background: #F4F5F6;}



.border-gray { border: 1px solid #C1C1C2; }
.boder-right { border-right: 1px solid #C1C1C2; }
.frame-gray .bg-lightgray {
  padding: 74px 40px;
}

.text-small { font-size: 14px; }
.text-price { font-size: 24px; }
.text-tell { color: #00B2B0; font-size: 32px; font-weight: bold; }
.text-free { font-size: 20px; }
.text-pink { color: #ED88B4; }
.text-green { color: #00B2B0; }
.text-white { color: #fff; }

.list-disc {
  list-style-type: disc;
  margin-left: 20px;
}

.title-h2 {
  font-size: 32px;
}

.title-h3 {
  text-align: center;
  font-size: 28px;
  line-height: 1.8em;
}

button:disabled {
  width: 350px;
  height: 70px;
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 35px;
  color: #C1C1C2;
  border: none;
}

.btn-blue {
  width: 350px;
  height: 70px;
  font-size: 18px;
  font-weight: bold;
  background-color: #0B5BCE;
  border-radius: 35px;
  color: #fff;
  border: none;
}

.btn-blue:disabled::before {
    content: "";
    border: none;
    margin-right: 0;
}

.btn-blue-wd40 {
  text-align: center;
  position: relative;
  display: block;
  width: 400px;
  background-color: #0B5BCE;
  border-radius: 25px;
  border: none;
}

.btn-white {
  position: relative;
  display: block;
  width: 352px;
  background-color: #fff;
  border-radius: 25px;
  border: 1px solid #C1C1C2;
}

.btn-white-wd40 {
  position: relative;
  display: block;
  width: 400px;
  background-color: #fff;
  border-radius: 25px;
  border: 1px solid #C1C1C2;
}

.btn-white-wd43 {
  position: relative;
  display: block;
  width: 432px;
  background-color: #fff;
  border-radius: 25px;
  border: 1px solid #C1C1C2;
}

.btn-white-wd46 {
  position: relative;
  display: block;
  width: 464px;
  background-color: #fff;
  border-radius: 25px;
  border: 1px solid #C1C1C2;
}

.btn-white-result {
  text-align: center;
  position: relative;
  display: block;
  width: 335px;
  background-color: #fff;
  border-radius: 25px;
  border: 1px solid #C1C1C2;
}

.btn-white a,
.btn-white-result a,
.btn-white-wd46 a,
.btn-white-wd43 a,
.btn-white-wd40 a {
  display: block;
  padding: 12px 30px;
  color: #0B5BCE;
  text-decoration: none;
}

.btn-blue-result {
  text-align: center;
  position: relative;
  display: block;
  width: 335px;
  background-color: #0B5BCE;
  border-radius: 25px;
  border: none;
}

.btn-blue-wd34 {
  text-align: center;
  position: relative;
  display: block;
  width: 340px;
  background-color: #0B5BCE;
  border-radius: 25px;
  border: none;
}

.btn-blue-result a,
.btn-blue-wd40 a,
.btn-blue-wd34 a {
  display: block;
  padding: 12px 30px;
  color: #fff;
  text-decoration: none;
}

.triangle-top::before {
  content: "";
  display: inline-block;
  border-top: 0px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 13px solid #fff;
  border-left: 7px solid transparent;
  margin-right: 10px;
}

.triangle-rigth-white::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
  right: 20px;
}

.triangle-rigth-gray::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
  right: 20px;
}

.triangle-rigth-blue::after {
  content: "";
  width: 8px;
  height: 8px;
  top: 50%;
  right: 20px;
  display: inline-block;
  border-top: solid 2px #0B5BCE;
  border-right: solid 2px #0B5BCE;
  transform: rotate(45deg);
  margin-top: -5px;
  margin-left: 8px;
}

a.triangle-rigth-blue { color: #0B5BCE; }

.btn-blue:not(:disabled):hover,
.btn-white:not(:disabled):hover,
.triangle-rigth-gray:not(:disabled):hover,
.triangle-rigth-white:not(:disabled):hover {
  opacity: 0.6;
}

.flex {
  display: flex;
}

.box-2col {
  width: calc(100% / 2);
}


input[type=radio] {
  display: none;
}

.button-list li {
  width: 650px;
  padding: 0;
  margin: 20px 0;
}

.button-list li label {
  display: block;
  padding: 12px;
  cursor: pointer;
}

.button-list li input:not(:disabled) + label {
  cursor: pointer;
}

.button-list li input:not(:disabled) + label:hover {
  opacity: 0.6;
}

#js-checked-insurance .button-list li input[type="radio"] + label,
#js-checked-usedmodel .button-list li input[type="radio"] + label,
#js-checked-usedterm  .button-list li input[type="radio"] + label,
#js-checked-cause  .button-list li input[type="radio"] + label {
  border: 2px solid #C1C1C2;
  border-radius: 26px;
  background: #fff;
}

#js-checked-insurance .button-list li input[type="radio"]:disabled + label,
#js-checked-usedmodel .button-list li input[type="radio"]:disabled + label,
#js-checked-usedterm  .button-list li input[type="radio"]:disabled + label,
#js-checked-cause  .button-list li input[type="radio"]:disabled + label {
  border: none;
  color: #C1C1C2;
  border-radius: 26px;
  background: #fff;
}

#js-checked-insurance .button-list li input[type="radio"]:checked + label,
#js-checked-usedmodel .button-list li input[type="radio"]:checked + label,
#js-checked-usedterm  .button-list li input[type="radio"]:checked + label,
#js-checked-cause  .button-list li input[type="radio"]:checked + label {
  border-radius: 26px;
  border: 2px solid #0B5BCE;
  color: #0B5BCE;
}

.plan {
  width: 870px;
  margin: 0 auto;
}

.wd-table-title {
  width: 123px;
}

.plan th {
  font-size: 20px;
}

.plan tr, .plan th, .plan td {
  border: 1px solid #D8DADC;
}

.plan tr th {
  padding: 10px 0;
}

.plan td {
  width: 40%;
  padding: 20px;
  vertical-align: top;
}

.plan tr:nth-child(2) td {
  padding: 25px 20px 15px;
}

.plan td:first-child {
  width: 15%;
  vertical-align: middle;
  padding: 0 0;
}

.plan td:last-child {
  width: 374px;
}

.plan td.text-middle {
  vertical-align: middle;
}

.td-frame-innner {
  padding: 20px 20px;
}


.table-diagnosis {
  line-height: 2.5em;
}

.recommend {
  font-size: 20px;
  font-weight: bold;
  color: #ED88B4;
}

.close {
  font-size: 20px;
  font-weight: bold;
  color: #808080;
}

.modelchange {
  width: 870px;
  margin: 0 auto;
  margin-bottom: 40px;
  border: 1px solid #D8DADC;
}

.modelchange h3 {
  font-weight: normal;
  font-size: 16px;
  background: #F4F5F6;
  padding: 10px 0;
  border-bottom: 1px solid #D8DADC;
}

.correspondence .btn-white-result {
  width: 400px;
}

.exchange .btn-white-result {
  width: 628px;
}

.border-under {
  border: 1px solid #C1C1C2;
  position:absolute;
  display:block;
  width:100%;
  right: 0;
}

.tell-note li:last-child::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  margin-bottom: 2px;
  margin-right: 10px;
}