@charset "UTF-8";
.box-price{border:1px solid #3893c6;}
.box-price h2{text-align:center; font-weight:bold; color:#3893c6; background: #f5f5f5;}
.box-price h3{color:#3893c6;}
@media (max-width: 768px) {
.box-price{margin:0 6% 15px;}
.box-price h2{ font-size:18px; padding: 10px 0;  border-bottom:1px solid #3893c6;}
.box-price .txt{padding:15px 25px; font-size:12px; line-height:1.8;}
}
@media (min-width: 769px) {
.box-price{display:table; margin:20px auto 40px; width: 100%; min-height:220px; max-width: 1000px;}
.box-price:nth-child(3){margin-bottom: 80px;}
.box-price h2 ,.box-price .txt{display:table-cell; vertical-align:middle;}
.box-price h2{width:260px; font-size:30px; border-right:1px solid #3893c6;}
.box-price .txt{padding:45px; font-size:16px; line-height:32px;}
.box-price h3{font-size:20px; margin-bottom: 10px;}
.box-price .txt{padding: 30px;}
}