<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* more_btn */
.more_btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 310px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 7px 20px;
  border-radius: 3px;
  background: #f3f4f5;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #ddd;
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px #ddd;
}

.more_btn a {
  display: block;
  width: 100%;
  background: url("/search_buy/makasetoku/assets/img/arw_navy_r17x16.png") no-repeat 100% 50%;
  text-align: center;
  text-decoration: none;
}

.more_btn a:hover {
  opacity: 0.7;
}

.more_btn span {
  color: #585858;
  font-size: 15px;
  font-weight: bold;
}

/* merit */
#mainColumn .merit-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
}
#mainColumn .merit-wrap .merit-box {
  width: calc((100% - 50px) / 3);
  text-align: center;
  border-radius: 10px;
}
#mainColumn .merit-wrap .merit-box.box01 {
  width: calc((100% - 20px) / 2);
  background: url("/search_buy/makasetoku/assets/img/pic_01_bg1.png") no-repeat center;
  background-size: cover;
}
#mainColumn .merit-wrap .merit-box.box02 {
  width: calc((100% - 50px) / 2);
  background: url("/search_buy/makasetoku/assets/img/pic_01_bg2.png") no-repeat center;
  background-size: 100%;
}
#mainColumn .merit-wrap .merit-box.box03 {
  background: url("/search_buy/makasetoku/assets/img/pic_01_bg3.png") no-repeat center;
  background-size: 100%;
}
#mainColumn .merit-wrap .merit-box.box04 {
  background: url("/search_buy/makasetoku/assets/img/pic_01_bg4.png") no-repeat center;
  background-size: 100%;
}
#mainColumn .merit-wrap .merit-box.box05 {
  background: url("/search_buy/makasetoku/assets/img/pic_01_bg5.png") no-repeat center;
  background-size: 100%;
}
#mainColumn .merit-wrap .merit-box .img02 {
  margin: 5px auto 10px;
}
#mainColumn .merit-wrap .merit-box.box02 .img02 {
	margin-top: 15px;
}
#mainColumn .merit-wrap .merit-box .text {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4 !important;
  margin: 0 auto 12px;
}
#mainColumn .merit-wrap .merit-box.box01 .text {
  color: #00a0ca;
}
#mainColumn .merit-wrap .merit-box .merit-price-flex{
	display: flex;
	text-align: left;
	padding: 5px 5px 0;
	justify-content: space-around;
}
#mainColumn .merit-wrap .merit-box .merit-price-inner-flex{
	display: flex;
	margin-top: 10px;
}
#mainColumn .merit-wrap .merit-box .merit-price-inner-flex li:first-of-type{
	writing-mode: vertical-rl;
}
#mainColumn .merit-wrap .merit-box.box01 .text .text-red {
  color: #bf1d2c;
}
#homeMain #mainColumn .merit-wrap .merit-box.box01 .text .text-small {
  font-size: 12px;
  line-height: 1;
}
#mainColumn .merit-wrap .merit-box.box01 .text .text-small:first-of-type {
  display: block;
  margin: 1px auto -6px;
}
#mainColumn .merit-wrap .merit-box.box02 .text {
  color: #ca6f89;
  margin: 5px 0;
}
#mainColumn .merit-wrap .merit-box.box03 .text {
  color: #00abb5;
}
#mainColumn .merit-wrap .merit-box.box04 .text {
  color: #637bb1;
}
#mainColumn .merit-wrap .merit-box.box05 .text {
  color: #cb5d6c;
}
#mainColumn .merit-wrap .merit-box.box05 .text .text-small{
	font-size: 14px;
	line-height: 24px;
}
#homeMain #mainColumn .merit-wrap .merit-box .price {
  font-size: 28px;
	line-height: 1;
}
#homeMain #mainColumn .merit-wrap .merit-box .tax {
  font-size: 11px;
  line-height: 1.2;
  position: relative;
  display: block;
}
#mainColumn .merit-wrap .merit-box sup {
  font-size: 10px;
  color: #33332c;
  position:absolute;
  top: -10px;
  right: 0;
}

#mainColumn .link-btn-flex{
	display: flex;
	justify-content: space-between;
}

/* about */
.makasetoku-about-table &gt; table {
  width: 100%;
  table-layout: fixed;
}

.makasetoku-about-table &gt; table &gt; thead &gt; tr &gt; th {
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #eff8fe;
  font-weight: bold;
  text-align: left;
  text-align: center;
}

.makasetoku-about-table &gt; table &gt; thead &gt; tr &gt; th:first-of-type {
  width: 100px;
}

.makasetoku-about-table &gt; table &gt; tbody &gt; tr &gt; th {
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #eff8fe;
  font-weight: bold;
}

.makasetoku-about-table &gt; table &gt; tbody &gt; tr &gt; td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
}


/* merit */
.makasetoku-merit-table {
  width: 320px;
}

.makasetoku-merit-table &gt; table {
  width: 100%;
  table-layout: fixed;
}

.makasetoku-merit-table &gt; table &gt; tbody &gt; tr &gt; th {
  width: 100px;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #e8eefc;
  font-size: 12px;
}

.makasetoku-merit-table &gt; table &gt; tbody &gt; tr &gt; td {
  padding: 10px 15px;
  border: 1px solid #ccc;
  font-size: 12px;
}

.makasetoku-merit-table &gt; table &gt; tbody &gt; tr &gt; td &gt; span {
  font-size: 16px;
  font-weight: bold;
}

/* plam */
h3.h3Txt {
    margin: 60px 0 20px;
    border-top: 0;
    border-bottom: 0;
    border-left: 4px solid #006ebd;
    color: #000;
    font-size: 20px;
    background: none;
    padding: 0 0 0 10px;
    font-weight: normal;
    line-height: 1.6;
}
.plan_step2{
  text-align: right;
}
.plan_step2 .text{
  font-weight: bold;
  width: 300px;
  margin-top: 3px;
  margin-left: auto;
  color: #fff;
  background: #ea535e;
  padding: 5px 5px 3px;
  border-radius: 4px;
  text-align: center;
}
.plan_step2 .text .price {
  font-size: 22px;
}
.plan_arrow_text{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.plan_arrow_text::after{
    content: "";
    width: 0;
    height: 0;
    display: block;
    margin: 15px auto 30px;
    border: 45px solid transparent;
    border-top: 20px solid #6eb7eb;
    border-bottom: 0;
}
.makasetoku-plan-table {
  margin-top: 15px;
}

.makasetoku-plan-table &gt; table {
  width: 100%;
  table-layout: fixed;
}

.makasetoku-plan-table &gt; table &gt; thead &gt; tr &gt; th {
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #b2b2b2;
  color: #fff;
  font-weight: bold;
  text-align: left;
  text-align: center;
}

.makasetoku-plan-table &gt; table &gt; tbody &gt; tr &gt; td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
}

.makasetoku-plan-table &gt; table &gt; tbody &gt; tr &gt; td:nth-of-type(1) &gt; span {
  display: inline-block;
  vertical-align: middle;
}

.makasetoku-plan-table &gt; table &gt; tbody &gt; tr &gt; td:nth-last-of-type(1) {
  color: #f37a00;
  font-weight: bold;
  text-align: right;
}

/* modal */
.modal_wrap {
  display: none;
}

.modal-bill-ttl2 {
  margin-bottom: 27px;
  padding: 6px 10px;
  background-color: #06a2d5;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.modal-bill-ttl {
  padding: 25px 0;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.modal-bill-lead1 {
  padding-bottom: 15px;
  font-size: 14px;
}

.modal-bill-img {
  text-align: center;
}

.modal-bill-img img {
  padding-top: 15px;
}

.modal-btn-closeT {
  padding: 15px 7px 15px 0;
  text-align: right;
}

.modal-btn-closeB {
  padding: 25px 0 0px 0;
  text-align: center;
}

#cboxClose {
  display: none;
}

.modal_inner .close-button {
  margin: 45px auto 20px;
  text-align: center;
}

#cboxOverlay {
    background: #666666;
}
#cboxContent {
    background: #fff;
    overflow: hidden;
    padding: 10px;
    border-radius: 10px;
}
#colorbox {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
}

/* flow */
.makasetoku_flow_list {
  margin-top: 40px;
}
.makasetoku_flow_list &gt; dl {
  border-top: 2px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.makasetoku_flow_list &gt; dl &gt; dt {
  width: 105px;
}
.makasetoku_flow_list &gt; dl &gt; dd {
  width: calc(100% - 105px);
  padding-left: 40px;
}
#mainColumn .makasetoku_flow_list &gt; dl &gt; dd &gt; p:first-of-type {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  color: #d96d85;
}
</pre></body></html>