@charset "UTF-8";
.txt_color_pink {
  color: #ff2275;
}
@media screen and (max-width: 740px) {
  .txt_color_pink {
    font-size: 1em;
  }
}

.dot-text {
  padding-top: .4em;
  background-position: top left -3px;
  background-repeat: repeat-x;
  background-size: 1.15em .3em;
  background-image: radial-gradient(0.15em 0.15em at center center, #ff2275, #ff2275 100%, rgba(0, 0, 0, 0));
}

.u_head_3 {
  border-bottom: solid 1px #aaa;
  padding: 0 0 20px;
}

.img_box {
  text-align: center;
}

#main .inner .l_contents .content .l_content {
  width: 100%;
}
#main .inner .l_contents .content .l_content .l_box {
  margin: 50px 0;
}
@media screen and (max-width: 740px) {
  #main .inner .l_contents .content .l_content .l_box {
    margin: 0;
  }
}
#main .inner .l_contents .content .l_content .l_box .v_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}
@media screen and (max-width: 740px) {
  #main .inner .l_contents .content .l_content .l_box .v_list {
    justify-content: space-between;
  }
}
#main .inner .l_contents .content .l_content .l_box .v_list .li_box {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 740px) {
  #main .inner .l_contents .content .l_content .l_box .v_list .li_box {
    width: 47%;
    margin: 40px 0 0 0;
  }
}
#main .inner .l_contents .content .l_content .l_box .v_list .li_box .ch_box .img_box {
  text-align: center;
}
#main .inner .l_contents .content .l_content .l_box .v_list .li_box .ch_box .img_box ._img {
  max-width: 100%;
}
@media screen and (max-width: 740px) {
  #main .inner .l_contents .content .l_content .l_box .v_list .li_box .ch_box .img_box ._img {
    max-width: 70%;
  }
}
#main .inner .l_contents .content .l_content .l_box .v_list .li_box .ch_box .img_box .c_txt {
  font-size: 1.5em;
  margin: 10px 0;
}
#main .inner .l_contents .content .l_content .l_box .v_list .li_box .ch_box .u_txt {
  font-family: HGP明朝E;
  color: #282828;
  font-size: 16px;
  letter-spacing: 5px;
  line-height: 2;
}
@media screen and (max-width: 740px) {
  #main .inner .l_contents .content .l_content .l_box .v_list .li_box .ch_box .u_txt {
    font-size: .8em;
    letter-spacing: 1px;
  }
}
#main .inner .l_contents .content .l_content .l_box .v_list .li_box .ch_box .u_txt._min {
  min-height: 130px;
  margin: 30px 0px;
}
@media screen and (max-width: 740px) {
  #main .inner .l_contents .content .l_content .l_box .v_list .li_box .ch_box .u_txt._min {
    min-height: 150px;
    margin: 0;
    text-align: left;
  }
}
#main .inner .l_contents .content .l_content .l_box .v_list .li_box .ch_box .u_btn {
  display: block;
  width: 75%;
  background: #555;
  height: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  #main .inner .l_contents .content .l_content .l_box .v_list .li_box .ch_box .u_btn {
    width: 100%;
  }
}
#main .inner .l_contents .content .l_content .l_box .v_list .li_box .ch_box .u_btn .u_lnk {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 740px) {
  #main .inner .l_contents .content .l_content .l_box .v_list .li_box .ch_box .u_btn .u_lnk {
    font-size: .8em;
  }
}
#main .inner .l_contents .content .l_content .l_box .u_txt {
  font-family: HGP明朝E;
  color: #282828;
  font-size: 16px;
  letter-spacing: 5px;
  line-height: 2;
}
@media screen and (max-width: 740px) {
  #main .inner .l_contents .content .l_content .l_box .u_txt {
    font-size: .8em;
    letter-spacing: 1px;
  }
}
#main .inner .l_contents .content .l_content .l_box .u_txt.u_desc {
  text-align: center;
  width: 85%;
  display: block;
  margin: 0 auto 60px;
}
@media screen and (max-width: 740px) {
  #main .inner .l_contents .content .l_content .l_box .u_txt.u_desc {
    width: 100%;
    text-align: left;
    margin: 0;
  }
}
#main .inner .l_contents .content .l_content .l_box1 .price_list {
  width: 90%;
  margin: 0 auto 70px;
}
@media screen and (max-width: 740px) {
  #main .inner .l_contents .content .l_content .l_box1 .price_list {
    width: 100%;
    margin: 20px auto 30px;
    font-size: .6em;
  }
}
#main .inner .l_contents .content .l_content .l_box1 .price_list .h_list .h_box {
  display: flex;
  justify-content: space-between;
  border-bottom: dotted 1px #aaa;
  padding: 20px;
  margin: 0 0 20px;
}
#main .inner .l_contents .content .l_content .l_box1 .price_list .h_list .h_box.bor_top {
  border-top: dotted 1px #aaa;
}
#main .inner .l_contents .content .l_content .l_box1 .price {
  display: flex;
  width: 120%;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 0 0 -10%;
}
@media screen and (max-width: 740px) {
  #main .inner .l_contents .content .l_content .l_box1 .price {
    display: block;
    margin: 0;
    width: 100%;
  }
}
#main .inner .l_contents .content .l_content .l_box1 .price .l_price, #main .inner .l_contents .content .l_content .l_box1 .price .r_price {
  width: 45%;
}
@media screen and (max-width: 740px) {
  #main .inner .l_contents .content .l_content .l_box1 .price .l_price, #main .inner .l_contents .content .l_content .l_box1 .price .r_price {
    width: 100%;
  }
}
#main .inner .l_contents .content .l_content .l_box1 .price .l_price .img_box, #main .inner .l_contents .content .l_content .l_box1 .price .r_price .img_box {
  text-align: center;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 740px) {
  #main .inner .l_contents .content .l_content .l_box1 .price .l_price .img_box, #main .inner .l_contents .content .l_content .l_box1 .price .r_price .img_box {
    margin: 30px 0 0;
  }
}
#main .inner .l_contents .content .l_content .l_box1 .price .l_price .img_box .u_head_4, #main .inner .l_contents .content .l_content .l_box1 .price .r_price .img_box .u_head_4 {
  text-align: center;
  margin: 0 0 20px 0;
}
#main .inner .l_contents .content .l_content .l_box1 .price .l_price .img_box ._img, #main .inner .l_contents .content .l_content .l_box1 .price .r_price .img_box ._img {
  max-width: 100%;
}
@media screen and (max-width: 740px) {
  #main .inner .l_contents .content .l_content .l_box1 .price .l_price .img_box ._img, #main .inner .l_contents .content .l_content .l_box1 .price .r_price .img_box ._img {
    max-width: 50%;
  }
}
#main .inner .l_contents .content .l_content .l_box1 .price .l_price .price_table, #main .inner .l_contents .content .l_content .l_box1 .price .r_price .price_table {
  width: 100%;
}
@media screen and (max-width: 740px) {
  #main .inner .l_contents .content .l_content .l_box1 .price .l_price .price_table, #main .inner .l_contents .content .l_content .l_box1 .price .r_price .price_table {
    margin: 0;
  }
}
#main .inner .l_contents .content .l_content .l_box1 .price .l_price .price_table thead tr .h_cell, #main .inner .l_contents .content .l_content .l_box1 .price .r_price .price_table thead tr .h_cell {
  padding: 0 !important;
  background: #555;
  color: #fff;
  border: solid 1px #555;
  border-right: solid 1px #fff;
  font-size: 16px;
}
@media screen and (max-width: 740px) {
  #main .inner .l_contents .content .l_content .l_box1 .price .l_price .price_table thead tr .h_cell, #main .inner .l_contents .content .l_content .l_box1 .price .r_price .price_table thead tr .h_cell {
    font-size: .6em;
    width: 33%;
    height: 100%;
    float: unset;
  }
}
#main .inner .l_contents .content .l_content .l_box1 .price .l_price .price_table thead tr .h_cell.r_bor, #main .inner .l_contents .content .l_content .l_box1 .price .r_price .price_table thead tr .h_cell.r_bor {
  border-right: solid 1px #555;
}
#main .inner .l_contents .content .l_content .l_box1 .price .l_price .price_table tbody tr .t_cell, #main .inner .l_contents .content .l_content .l_box1 .price .r_price .price_table tbody tr .t_cell {
  padding: 0 !important;
  border: solid 1px #555;
  font-size: 14px;
  height: 40px;
}
@media screen and (max-width: 740px) {
  #main .inner .l_contents .content .l_content .l_box1 .price .l_price .price_table tbody tr .t_cell, #main .inner .l_contents .content .l_content .l_box1 .price .r_price .price_table tbody tr .t_cell {
    font-size: .6em;
    width: 33%;
    height: 100%;
    float: unset;
  }
}
#main .inner .l_contents .content .l_content .l_box1 .price .l_price .price_table tbody tr .t_cell .cell_txt, #main .inner .l_contents .content .l_content .l_box1 .price .r_price .price_table tbody tr .t_cell .cell_txt {
  display: inline-block;
}
#main .inner .l_contents .content .l_content .l_box1 .price .l_price .price_table tbody tr .t_cell .cell_txt .txt_color_pink, #main .inner .l_contents .content .l_content .l_box1 .price .r_price .price_table tbody tr .t_cell .cell_txt .txt_color_pink {
  color: #ff2275;
  font-size: 20px;
}
@media screen and (max-width: 740px) {
  #main .inner .l_contents .content .l_content .l_box1 .price .l_price .price_table tbody tr .t_cell .cell_txt .txt_color_pink, #main .inner .l_contents .content .l_content .l_box1 .price .r_price .price_table tbody tr .t_cell .cell_txt .txt_color_pink {
    font-size: 1.5em;
  }
}
#main .inner .l_contents .content .l_content .l_box3 .l_box_ch {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 740px) {
  #main .inner .l_contents .content .l_content .l_box3 .l_box_ch {
    display: block;
  }
}
#main .inner .l_contents .content .l_content .l_box3 .l_box_ch ._left {
  width: 50%;
  text-align: right;
  padding: 0 50px 0 0;
}
@media screen and (max-width: 740px) {
  #main .inner .l_contents .content .l_content .l_box3 .l_box_ch ._left {
    width: 100%;
    padding: 0;
  }
}
#main .inner .l_contents .content .l_content .l_box3 .l_box_ch ._right {
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 740px) {
  #main .inner .l_contents .content .l_content .l_box3 .l_box_ch ._right {
    width: 100%;
    margin: 30px auto;
  }
}
#main .inner .l_contents .content .l_content .l_box3 .l_box_ch ._right ._txt {
  line-height: 2.2;
}
@media screen and (max-width: 740px) {
  #main .inner .l_contents .content .l_content .l_box3 .l_box_ch ._right ._txt {
    line-height: initial;
    font-size: .8em;
  }
}

/*# sourceMappingURL=futae.css.map */
