@charset "UTF-8";
/*--------------------
plan
---------------------*/
img.w100 {
  width: 100%; }

.block_btn .btn_doc {
FONT-VARIANT: JIS78;
    background: #ff6d00;
    position: relative;
    display: inline-block;
    min-width: auto;
    padding: 1.5rem 16px;
    line-height: 1.2em;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    text-align: center;
    border-radius: 8px; }
  .block_btn .btn_doc::before {
    content: "";
    background: url(../img/icon_document.png) no-repeat center/contain;
    width: 31px;
    height: 37px;
    display: inline-block;
    vertical-align: -1.3rem;
    margin-right: 1em; }
  .block_btn .btn_doc.btn_arrow::after {
    position: absolute;
    background: url(../img/icon_document_arrow.png) no-repeat center/contain;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    right: 15px;
    content: ""; }
  .block_btn .btn_doc:hover {
    opacity: 0.7; }

.txt_min {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  color: #ec6a90; }

.plan_hana {
    font-size: 2.5rem;
    line-height: 1;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
    color: #ec6a90;
  }

.plan_yu {
    font-size: 2.5rem;
    line-height: 1;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
    color: #828CFC;
  }

.flex.has_btn_request {
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .flex.has_btn_request .block_btn {
    margin: 0; }

@media screen and (max-width: 798px) {
  .flex {
    text-align: center; }
    .flex img {
      margin-bottom: 2em; }
    .flex.has_btn_request {
      margin-bottom: 30px; } }

.block_price {
  border: 8px solid #fff0f4;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }
  @media screen and (max-width: 1200px) {
    .block_price {
      display: block; } }
  .block_price .box_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 0; }
    .block_price .box_price:first-child {
      margin-right: 40px; }
      @media screen and (max-width: 1200px) {
        .block_price .box_price:first-child {
          margin-right: 0;
          margin-bottom: 20px; } }
    .block_price .box_price.member {
      color: #ec6a90; }
      .block_price .box_price.member .price_header {
        background: #ec6a90; }
      .block_price .box_price.member .discount {
        border: 1px solid #ec6a90;
        font-size: 1.6rem;
        text-align: center;
        margin-top: 10px; }
      .block_price .box_price.member .price2 {
        border: 1px solid #ec6a90;
        font-size: 1.6rem;
        text-align: center;
        margin-top: 10px; }
    .block_price .box_price.nonmember {
      color: #535353; }
      .block_price .box_price.nonmember .price_header {
        background: #535353; }
      .block_price .box_price.nonmember .price2 {
        border: 1px solid #535353;
        font-size: 1.6rem;
        text-align: center;
        margin-top: 10px; }
  .block_price .price_header {
    width: 90px;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.3;
    text-align: center;
    margin-right: 20px;
    padding: 26px 0; }
    @media screen and (max-width: 798px) {
      .block_price .price_header {
        width: 17.54386vw;
        font-size: 3.00752vw;
        margin-right: 3.7594vw; } }
  .block_price .price_body {
    width: calc(100% - (20px + 90px)); }
    @media screen and (max-width: 798px) {
      .block_price .price_body {
        width: calc(100% - (3.7594vw + 17.54386vw)); } }
  .block_price .price {
    font-size: 3.2rem;
    line-height: 1;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
    word-break: break-all; }
    @media screen and (max-width: 798px) {
      .block_price .price {
        font-size: 8vw; } }
    .block_price .price span {
      font-size: 1.6rem;
      margin-left: 5px; }
      @media screen and (max-width: 798px) {
        .block_price .price span {
          font-size: 3vw; } }

.btnarea .block_btn {
  margin-top: 0;
  width: calc(50% - 20px); }
  @media screen and (min-width: 798px) {
    .btnarea .block_btn:first-child {
      margin-right: 20px;
      width: 50%; } }
  @media screen and (max-width: 798px) {
    .btnarea .block_btn {
      width: 100%;
      margin: 1em 0; } }

.btnarea .btn_link {
  margin: 0; }

.btnarea .btn_doc,
.btnarea .btn_link {
  width: 100%; }

.block_plan .btn_list .block_btn a {
  margin: 0;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 100%; }

.notes {
  font-size: 1.3rem; }
  .notes li {
    margin: 0.5em 0;
    position: relative;
    padding-left: 1em;
    text-indent: -1em; }

.family_main_img {
  margin-bottom: 20px; }
  @media screen and (max-width: 798px) {
    .family_main_img {
      margin-bottom: 46px; } }

.plna_ttl_img_mb {
  margin-bottom: 10px; }
  @media screen and (max-width: 798px) {
    .plna_ttl_img_mb {
      margin-bottom: 2rem; } }

.clearfix:after {
  display: block;
  content: "";
  height: 0;
  clear: both; }

.center {
  text-align: center; }

.family_top {
  margin-bottom: 50px; }
  .family_top .main_lead {
    color: #ec6a90; }
  .family_top .box h3 {
    font-size: 2.2rem;
    color: #fff;
    line-height: 70px;
    text-align: center; }
  .family_top .box .box_btn {
    margin: 0 auto;
    width: 410px; }
    @media screen and (max-width: 798px) {
      .family_top .box .box_btn {
        width: 80%; } }
    .family_top .box .box_btn a {
      display: block;
      padding: 1em 0;
      width: 100%;
      border-width: 1px;
      border-style: solid;
      border-radius: 3px;
      font-size: 1.6rem;
      text-align: center;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      .family_top .box .box_btn a:hover {
        color: #fff;
        text-decoration: none; }
  .family_top .box.plan {
    border: 1px solid #ee86a5; }
    .family_top .box.plan h3 {
      background: #ee86a5; }
    .family_top .box.plan .box_inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 10px 15px; }
      @media screen and (max-width: 798px) {
        .family_top .box.plan .box_inner {
          padding: 10px; } }
      .family_top .box.plan .box_inner > p {
        margin: 15px;
        width: calc((100% - 90px) / 3); }
        @media screen and (max-width: 798px) {
          .family_top .box.plan .box_inner > p {
            margin: 10px;
            width: calc((100% - 40px) / 2); } }
  .family_top .box.omotenashiset {
    border: 1px solid #69bd83; }
    .family_top .box.omotenashiset h3 {
      background: #69bd83; }
    .family_top .box.omotenashiset .box_inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 25px 30px 15px; }
      @media screen and (max-width: 798px) {
        .family_top .box.omotenashiset .box_inner {
          padding: 20px; } }
      .family_top .box.omotenashiset .box_inner .set_item {
        margin-bottom: 25px;
        width: 47%; }
        @media screen and (max-width: 798px) {
          .family_top .box.omotenashiset .box_inner .set_item {
            width: 100%; } }
        .family_top .box.omotenashiset .box_inner .set_item .item_ttl {
          font-family: "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
          margin-bottom: 15px;
          color: #fff;
          font-size: 2.2rem;
          line-height: 1.4;
          border-bottom: 1px solid #fff; }
          .family_top .box.omotenashiset .box_inner .set_item .item_ttl span {
            font-size: 1.5em; }
        .family_top .box.omotenashiset .box_inner .set_item .item_inner {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .family_top .box.omotenashiset .box_inner .set_item .item_inner .item_list {
            width: 42%; }
            @media screen and (max-width: 798px) {
              .family_top .box.omotenashiset .box_inner .set_item .item_inner .item_list {
                width: 48%; } }
            .family_top .box.omotenashiset .box_inner .set_item .item_inner .item_list > li {
              position: relative;
              padding-left: 1em;
              font-size: 1.6rem; }
              @media screen and (max-width: 798px) {
                .family_top .box.omotenashiset .box_inner .set_item .item_inner .item_list > li {
                  font-size: 1.4rem; } }
              .family_top .box.omotenashiset .box_inner .set_item .item_inner .item_list > li::before {
                content: "";
                position: absolute;
                left: 0px;
                top: 7px;
                display: block;
                width: 10px;
                height: 10px;
                background-color: #fff;
                border-radius: 50%; }
          .family_top .box.omotenashiset .box_inner .set_item .item_inner .item_img {
            width: 56%; }
            @media screen and (max-width: 798px) {
              .family_top .box.omotenashiset .box_inner .set_item .item_inner .item_img {
                width: 50%; } }
        .family_top .box.omotenashiset .box_inner .set_item:nth-of-type(1) .item_ttl {
          color: #ab8f4a;
          border-color: #ab8f4a; }
        .family_top .box.omotenashiset .box_inner .set_item:nth-of-type(1) .item_inner .item_list > li::before {
          background-color: #ab8f4a; }
        .family_top .box.omotenashiset .box_inner .set_item:nth-of-type(2) .item_ttl {
          color: #bd82b6;
          border-color: #bd82b6; }
        .family_top .box.omotenashiset .box_inner .set_item:nth-of-type(2) .item_inner .item_list > li::before {
          background-color: #bd82b6; }
        .family_top .box.omotenashiset .box_inner .set_item:nth-of-type(3) .item_ttl {
          color: #dc9f04;
          border-color: #dc9f04; }
        .family_top .box.omotenashiset .box_inner .set_item:nth-of-type(3) .item_inner .item_list > li::before {
          background-color: #dc9f04; }
        .family_top .box.omotenashiset .box_inner .set_item:nth-of-type(4) .item_ttl {
          color: #a0a1a1;
          border-color: #a0a1a1; }
        .family_top .box.omotenashiset .box_inner .set_item:nth-of-type(4) .item_inner .item_list > li::before {
          background-color: #a0a1a1; }
    .family_top .box.omotenashiset .box_btn a {
      border-color: #69bd83;
      color: #69bd83; }
      .family_top .box.omotenashiset .box_btn a:hover {
        background-color: #69bd83;
        color: #fff; }
    .family_top .box.omotenashiset .note_txt {
      padding: 1em;
      font-size: 1.3rem;
      text-align: right; }
      @media screen and (max-width: 798px) {
        .family_top .box.omotenashiset .note_txt {
          font-size: 1.2rem; } }
  .family_top .box.option {
    border: 1px solid #a48b78; }
    .family_top .box.option h3 {
      background: #a48b78; }
    .family_top .box.option .box_inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 40px 30px; }
      @media screen and (max-width: 798px) {
        .family_top .box.option .box_inner {
          padding: 20px; } }
      .family_top .box.option .box_inner .option_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 25%; }
        @media screen and (max-width: 798px) {
          .family_top .box.option .box_inner .option_item {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-bottom: 20px;
            width: 50%; } }
        .family_top .box.option .box_inner .option_item .item_name {
          font-family: "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
          margin-left: 0.5em;
          font-size: 2.4rem;
          line-height: 1.4; }
          @media screen and (max-width: 798px) {
            .family_top .box.option .box_inner .option_item .item_name {
              margin-left: 0;
              margin-top: 0.2em; } }
        .family_top .box.option .box_inner .option_item:nth-of-type(1) {
          color: #ee86a5; }
        .family_top .box.option .box_inner .option_item:nth-of-type(2) {
          color: #0599d9; }
        .family_top .box.option .box_inner .option_item:nth-of-type(3) {
          color: #b979b1; }
        .family_top .box.option .box_inner .option_item:nth-of-type(4) {
          color: #f6ad3a; }
    .family_top .box.option .box_btn {
      margin-bottom: 25px; }
      .family_top .box.option .box_btn a {
        border-color: #a48b78;
        color: #a48b78; }
        .family_top .box.option .box_btn a:hover {
          background-color: #a48b78;
          color: #fff; }

.feature {
  margin-bottom: 60px; }
  .feature dl {
    margin-bottom: 30px; }
    .feature dl dt {
      color: #e55d8a; }
      .feature dl dt span {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
        display: inline-block;
        margin-right: 1.2em;
        color: #8588c2;
        font-size: 2rem; }
        .feature dl dt span i {
          position: relative;
          top: 0.1em;
          color: #e55d8a;
          font-size: 1.8em; }

.bouquet {
  margin-bottom: 60px; }
  .bouquet .bouquet_list {
    margin-top: 40px; }
    @media screen and (max-width: 798px) {
      .bouquet .bouquet_list {
        margin-top: 20px; } }
    .bouquet .bouquet_list > li .item_type {
      margin-bottom: 10px;
      border-bottom: 1px solid #f2f2f2;
      font-size: 1.5rem; }
      .bouquet .bouquet_list > li .item_type span {
        margin-right: 1.4em;
        color: #8588c2;
        font-size: 2rem;
        font-weight: bold; }
    .bouquet .bouquet_list > li .item_box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .bouquet .bouquet_list > li .item_box .item_txt_area {
        width: 76%; }
        @media screen and (max-width: 798px) {
          .bouquet .bouquet_list > li .item_box .item_txt_area {
            width: 68%; } }
        .bouquet .bouquet_list > li .item_box .item_txt_area .item_word {
          font-family: "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
          color: #e55d8a;
          font-size: 2.4rem; }
          @media screen and (max-width: 798px) {
            .bouquet .bouquet_list > li .item_box .item_txt_area .item_word {
              font-size: 2.2rem; } }
        .bouquet .bouquet_list > li .item_box .item_txt_area .item_txt {
          margin-top: 5px; }
      .bouquet .bouquet_list > li .item_box .item_img {
        width: 22%; }
        @media screen and (max-width: 798px) {
          .bouquet .bouquet_list > li .item_box .item_img {
            width: 30%; } }
    .bouquet .bouquet_list > li + li {
      margin-top: 30px; }
  .bouquet .plan_list {
    margin-top: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 1200px) {
      .bouquet .plan_list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    .bouquet .plan_list .btn {
      margin: 0 5px;
      width: calc(100% / 6 - 10px); }
      .bouquet .plan_list .btn a:hover {
        opacity: 0.8; }
      @media screen and (max-width: 1200px) {
        .bouquet .plan_list .btn {
          width: calc(33% - 5px);
          margin: 0 10px 0 0; }
          .bouquet .plan_list .btn:nth-child(3n) {
            margin-right: 0; }
          .bouquet .plan_list .btn:nth-child(-n + 3) {
            margin-bottom: 10px; }
          .bouquet .plan_list .btn img {
            width: 100%; } }
      @media screen and (max-width: 798px) {
        .bouquet .plan_list .btn {
          width: calc(50% - 10px);
          margin: 0 20px 0 0; }
          .bouquet .plan_list .btn:nth-child(2n) {
            margin-right: 0; }
          .bouquet .plan_list .btn:nth-child(3) {
            margin-right: 20px; }
          .bouquet .plan_list .btn:nth-child(-n + 4) {
            margin-bottom: 10px; } }

.omotenashi {
  margin-bottom: 50px; }
  .omotenashi .box {
    margin-bottom: 30px;
    padding: 15px 20px;
    border: 1px solid #fff; }
    .omotenashi .box dt {
      margin-bottom: 20px;
      padding-bottom: 5px;
      font-size: 1.3rem;
      color: #231f20;
      border-bottom: 1px solid #fff;
      font-weight: bold; }
      .omotenashi .box dt .set {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
        color: #fff;
        font-size: 2.2rem;
        line-height: 35px;
        display: inline-block;
        margin-right: 20px; }
        .omotenashi .box dt .set i {
          font-size: 1.8em;
          font-style: normal; }
      .omotenashi .box dt .price {
        color: #bf4f76; }
        .omotenashi .box dt .price span {
          font-size: 2.2rem;
          font-style: italic;
          display: inline-block;
          margin: 0 5px; }
    .omotenashi .box dd .note_txt {
      padding-top: 1em; }
      @media screen and (max-width: 798px) {
        .omotenashi .box dd .note_txt {
          font-size: 1.2rem; } }
    .omotenashi .box:nth-of-type(1) {
      border-color: #ab8f4a; }
      .omotenashi .box:nth-of-type(1) dt {
        border-color: #ab8f4a; }
        .omotenashi .box:nth-of-type(1) dt span.set {
          color: #ab8f4a; }
    .omotenashi .box:nth-of-type(2) {
      border-color: #bd82b6; }
      .omotenashi .box:nth-of-type(2) dt {
        border-color: #bd82b6; }
        .omotenashi .box:nth-of-type(2) dt span.set {
          color: #bd82b6; }
    .omotenashi .box:nth-of-type(3) {
      border-color: #dc9f04; }
      .omotenashi .box:nth-of-type(3) dt {
        border-color: #dc9f04; }
        .omotenashi .box:nth-of-type(3) dt span.set {
          color: #dc9f04; }
    .omotenashi .box:nth-of-type(4) {
      border-color: #a0a1a1; }
      .omotenashi .box:nth-of-type(4) dt {
        border-color: #a0a1a1; }
        .omotenashi .box:nth-of-type(4) dt span.set {
          color: #a0a1a1; }

.option {
  margin-bottom: 60px; }
  .option .box {
    margin-bottom: 30px; }
    .option .box .box_header {
      margin-bottom: 10px;
      color: #fff; }
    .option .box.car .box_header {
      background-color: #049ad9; }
    .option .box.car .lin_inner {
      border-color: #049ad9; }
    .option .box.shochi .box_header {
      background-color: #ee86a5; }
    .option .box.shochi .lin_inner {
      border-color: #ee86a5; }
    .option .box.koudengaeshi .box_header {
      background-color: #b979b1; }
    .option .box.koudengaeshi .col_inner {
      border-color: #b979b1; }
    .option .box.kotsutsubo .box_header {
      background-color: #f6ad3a; }
    .option .box.kotsutsubo .col_inner {
      border-color: #f6ad3a; }
    .option .box .box_body.lin .lin_inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 20px 16px;
      border-width: 1px;
      border-style: solid; }
      @media screen and (max-width: 798px) {
        .option .box .box_body.lin .lin_inner {
          display: block; } }
      .option .box .box_body.lin .lin_inner + .lin_inner {
        margin-top: 10px; }
      .option .box .box_body.lin .lin_inner .icon {
        width: 74px; }
        @media screen and (max-width: 798px) {
          .option .box .box_body.lin .lin_inner .icon {
            width: auto;
            text-align: center;
            float: left; } }
      .option .box .box_body.lin .lin_inner .ttl {
        width: 22.5%;
        padding-left: 35px;
        font-size: 1.8rem; }
        @media screen and (max-width: 798px) {
          .option .box .box_body.lin .lin_inner .ttl {
            width: auto;
            padding: 20px 0 21px 90px; }
            .option .box .box_body.lin .lin_inner .ttl.lin_2 {
              padding: 4px 0 5px 90px; } }
      .option .box .box_body.lin .lin_inner .txt {
        width: calc(100% - (22.5% + 74px)); }
        @media screen and (max-width: 798px) {
          .option .box .box_body.lin .lin_inner .txt {
            width: auto;
            clear: left;
            margin-top: 10px; } }
    .option .box .box_body.col .col_inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 20px 16px;
      border-width: 1px;
      border-style: solid; }
      @media screen and (max-width: 798px) {
        .option .box .box_body.col .col_inner {
          display: block; } }
      .option .box .box_body.col .col_inner .icon {
        width: 74px;
        margin-right: 30px; }
        @media screen and (max-width: 798px) {
          .option .box .box_body.col .col_inner .icon {
            width: auto;
            margin-right: 0;
            text-align: center;
            margin-bottom: 30px; } }
      .option .box .box_body.col .col_inner .item {
        width: calc(100% - (74px + 30px));
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media screen and (max-width: 798px) {
          .option .box .box_body.col .col_inner .item {
            width: auto;
            display: block; } }
        .option .box .box_body.col .col_inner .item_box {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          margin-right: 30px; }
          @media screen and (max-width: 798px) {
            .option .box .box_body.col .col_inner .item_box {
              margin-right: 0;
              -webkit-box-flex: 0;
              -ms-flex: none;
              flex: none;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center; }
              .option .box .box_body.col .col_inner .item_box + .item_box {
                margin-top: 20px; } }
          .option .box .box_body.col .col_inner .item_box:last-child {
            margin-right: 0; }
          @media screen and (max-width: 798px) {
            .option .box .box_body.col .col_inner .item_box img {
              width: 40%;
              margin-right: 20px; } }
          .option .box .box_body.col .col_inner .item_box p {
            font-size: 1.3rem;
            text-align: center;
            margin-top: 5px; }
            @media screen and (max-width: 798px) {
              .option .box .box_body.col .col_inner .item_box p {
                width: calc(100% - (40% + 20px));
                text-align: left; } }

.sp_show {
  display: none; }
  @media screen and (max-width: 798px) {
    .sp_show {
      display: block; } }

@media screen and (max-width: 798px) {
  .sp_full_w a.btn_link {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 20px 25px; } }

.m_center {
  margin: 0 auto; }

.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  margin-bottom: 2em;
  cursor: pointer
}

.accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0 0 2px 0;
  border-radius: .5em;
  padding: 0.625em 0.625em 0.625em 1em;
  font-size: 1.25em;
  font-weight: normal;
  color: #fff;
  background: #8588c2;
  cursor: pointer;
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  background-color: #e55d8a;
  color: white;
}

.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  color: white;
}

.accordion-title{
  position: relative;
}

.accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
  padding-left: 2.3125em;
}


#breakdown dt{
  float: left;
}

#breakdown dd{
  margin-left: 10em;
}

#accordion span{
  vertical-align: middle;
}

#accordion .aco_tn img{
  width:10%;
}

#accordion .aco_name{
  margin-left: 1em;
  font-size:1.2em;
}

#accordion .aco_price{
  margin-left: 1em;
  font-size:1.2em;
} 