.trial .title_1 { font-size: 24px; font-weight: bold; color: #444; text-align: center; margin-top: 50px; }
.trial .lead_1 { text-align: center; font-size: 16px; line-height: 22px; margin-top: 13px; }
.trial .trial__items { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin-top: 5px; width: 100%; }
.trial .trial__item { width: 244px; margin-right: 14px; margin-top: 45px; }
.trial .trial__item:nth-child(3n) { margin-right: 0; }
.trial .trial__item img { display: block; }
.trial .trial__item .change_amount { padding: 8px; background-color: #f8f8f8; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
.trial .trial__item .change_amount .select_wrap { display: block; width: 70px; height: 34px; overflow: hidden; background-color: #fff; border-width: 1px; border-style: solid; border-color: #aeb0b0; border-radius: 5px; position: relative; }
.trial .trial__item .change_amount .select_wrap:before { content: ""; width: 0; height: 0; border-style: solid; border-width: 0 4px 4px 4px; border-color: transparent transparent #444444 transparent; position: absolute; top: 12px; right: 8px; }
.trial .trial__item .change_amount .select_wrap:after { content: ""; width: 0; height: 0; border-style: solid; border-width: 4px 4px 0 4px; border-color: #444444 transparent transparent transparent; position: absolute; top: 19px; right: 8px; }
.trial .trial__item .change_amount select { -moz-appearance: none; -webkit-appearance: none; width: 130%; border: none; background-color: #fff; padding: 6px 0 0 20px; color: #444; font-size: 16px; }
.trial .trial__item .change_amount button { -moz-appearance: none; -webkit-appearance: none; width: 149px; height: 35px; font-size: 15px; text-align: center; display: block; vertical-align: top; cursor: pointer; margin-left: 2px; border-width: 1px; border-style: solid; border-color: #aeb0b0; border-radius: 5px; background-color: #aeb0b0; color: #fff; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s; }
.trial .trial__item .change_amount button:hover { background-color: #444; }
.trial .trial__item__title { font-size: 16px; margin-top: 15px; }
.trial .trial__item__price { font-size: 16px; font-weight: bold; }
.trial .trial__item__price span { font-weight: normal; font-size: 13px; }
.trial .trial__item__description { margin-top: 15px; position: relative; display: block; cursor: pointer; -moz-transition: 0.5s; -o-transition: 0.5s; -webkit-transition: 0.5s; transition: 0.5s; }
.trial .trial__item__description .trigger { box-sizing: border-box; padding: 9px; display: block; text-align: center; font-size: 15px; line-height: 1em; color: #444; border-width: 1px; border-style: solid; border-color: #aeb0b0; border-radius: 5px; }
.trial .trial__item__description .balloon { display: none; position: absolute; bottom: 46px; box-sizing: border-box; width: 100%; background-color: rgba(143, 143, 143, 0.9); padding: 18px; color: #fff; line-height: 24px; border-radius: 5px; }
.trial .trial__item__description .balloon:after { content: ""; width: 0; height: 0; border-style: solid; border-width: 12px 13px 0 13px; border-color: #8f8f8f transparent transparent transparent; opacity: 0.9; position: absolute; bottom: -12px; left: calc(50% - 13px); }
.trial .trial__item__description:hover .balloon { display: block; animation: show-description 0.3s linear; }

@keyframes show-description { from { opacity: 0; }
  to { opacity: 1; } }
.merit { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; position: relative; }
.merit .block { margin-top: 20px; box-sizing: border-box; padding: 10px; border-width: 5px; border-style: solid; border-color: #EDEDED; }
.merit .block .block-title { font-size: 20px; font-weight: bold; padding: 0 15px; margin-top: 15px; }
.merit .block .block-text { padding: 0 15px; margin-top: 15px; }
.merit .block.single { width: calc(50% - 10px); height: 360px; }
.merit .block.single .img { width: 100%; text-align: center; }
.merit .block.double { width: 100%; }
.merit .block.double .alloc { display: -webkit-flex; display: flex; -webkit-justify-content: between-space; justify-content: between-space; }
.merit .block.double ul { box-sizing: border-box; padding: 8px; background-color: #ededed; min-width: 90%; font-size: 0.8em; margin: 15px; }
.merit .block.double ul li { list-style: disc; list-style-position: inside; line-height: 1.8; }
.merit .block.double .img { width: 100%; text-align: right; }

.total-price { display: none; box-sizing: border-box; font-size: 16px; width: 190px; padding: 20px 10px; border-width: 6px 0 6px 6px; border-style: solid; border-color: #444; position: fixed; right: 0; bottom: 100px; background-color: rgba(68, 68, 68, 0.92); color: #fff; text-align: center; }
.total-price .price { font-size: 18px; font-weight: bold; }
.total-price .price span { font-size: 13px; font-weight: normal; }
.total-price hr { border: 0; height: 0; display: block; margin: 15px 0; border-top: 1px solid #444; }
