@charset "UTF-8";

/* ===================================================================
  use toppage
=================================================================== */

/* CSS Document */

/* 画像サイズ調整 ---------------------------------------------------------------------------*/

/* フォントサイズ調整 ---------------------------------------------------------------------------*/

/* ブレークポイント ---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/

@media screen and (min-width: 769px), print {
  /* ===================================================================
  use toppage
=================================================================== */
  /* price=============================== */
  .red {
    color: #ec2b00;
  }
  .bold {
    font-weight: bold;
  }
  .eachlink_list {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .eachlink_list__wrapper {
    background-color: #f7f7f7;
    padding-top: 50px;
  }
  .eachlink_list li a {
    text-align: center;
    width: 230px;
    min-height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1d8d3c;
    color: #fff;
    position: relative;
    padding: 5px 10px;
  }
  .eachlink_list li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 12px;
    background: url(/common/images/arrow_white.png) no-repeat center;
    -moz-background-size: contain;
    background-size: contain;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .credit_card {
    margin-top: 20px;
  }
  .credit_card .card {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .caution_list dt {
    color: #1d8d3c;
    font-size: 1.8rem;
    margin: 15px 0 5px;
  }
  .caution_list dd {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .caution_list li {
    position: relative;
    padding-left: 1em;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .caution_list li a {
    display: inline-block;
    color: #1d8d3c;
    border-bottom: 1px solid #1d8d3c;
  }
  .caution_list li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
  .dl_plan {
    margin-top: 40px;
  }
  .dl_plan.question {
    margin-top: 20px;
    border-top: 1px solid #ccc;
  }
  .dl_plan.question div {
    border-bottom: none;
  }
  .dl_plan.question .f_small {
    line-height: 1.7;
  }
  .plans dt {
    color: #1d8d3c;
  }
  .plans dd {
    font-size: 1.6rem;
  }
  .plans dd a {
    display: inline-block;
    font-size: 1.8rem;
  }
  .plans dd,
  .plans dt {
    margin-bottom: 10px;
  }
  .contents {
    padding-bottom: 100px;
  }
  .contents section {
    padding: 60px 0;
  }
  .contents section:nth-of-type(odd) {
    background-color: #f7f7f7;
  }
  .contents section:nth-of-type(odd) .box_ttl {
    background-color: #fff;
  }
  #contents .guid_link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 350px;
    height: 50px;
    background-color: #1d8d3c;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 60px auto 0px;
    color: #fff;
    font-size: 2rem;
    position: relative;
  }
  #contents .guid_link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 11px;
    height: 17px;
    background: url(/common/images/arrow_white.png) no-repeat center;
    -moz-background-size: contain;
    background-size: contain;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .box_ttl {
    margin: 20px 0 0;
  }
  .box_ttl span {
    font-size: 1.6rem;
    margin-left: 15px;
  }
  h2 {
    text-align: center;
    font-size: 2.8rem;
  }
  h2 small {
    margin-left: 10px;
    font-size: 2rem;
  }
  .box_ttl {
    background-color: #f7f7f7;
  }
  .box_ttl::before {
    background-color: #1d8d3c;
  }
  .tbl_shop {
    border-right: none;
    position: relative;
  }
  .tbl_shop .tbl_row {
    border-right: 1px solid #c9c9c9;
  }
  .tbl_shop .table_wrapper {
    position: relative;
  }
  .tbl_shop .table_wrapper .radio {
    position: absolute;
    left: -70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .tbl_shop__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
  }
  .tbl_shop .underline {
    border-bottom: 1px solid #c9c9c9;
  }
  .tbl_shop .emphasis {
    background-color: #f19149;
    display: inline-block;
    color: #fff;
    padding: 3px 15px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
  .txt {
    margin-bottom: 50px;
  }
  .caution_txt {
    margin-bottom: 40px;
  }
  .price_confirm {
    padding-top: 70px;
  }
  .price .price_confirm .inner,
  .price .price_complete .inner {
    padding: 0 50px;
  }
  .price .price_confirm .price_top p,
  .price .price_complete .price_top p {
    font-size: 1.6rem;
    line-height: 20px;
    padding: 23px 0 0;
    position: relative;
  }
  .price .price_confirm .price_top .box_txt,
  .price .price_complete .price_top .box_txt {
    padding: 0 0 28px;
    line-height: 30px;
  }
  .price .price_confirm .price_top .box_txt a,
  .price .price_complete .price_top .box_txt a {
    color: #35852e;
    text-decoration: underline;
  }
  .price .price_confirm .price_top .box_txt a:hover,
  .price .price_complete .price_top .box_txt a:hover {
    text-decoration: none;
  }
  .price .price_confirm .price_top .price_tep,
  .price .price_complete .price_top .price_tep {
    /* For IE 6/7 only */
    *zoom: 1;
    margin: 27px -22px 0;
    position: relative;
  }
  .price .price_confirm .price_top .price_tep:before,
  .price .price_confirm .price_top .price_tep:after,
  .price .price_complete .price_top .price_tep:before,
  .price .price_complete .price_top .price_tep:after {
    content: " ";
    display: table;
  }
  .price .price_confirm .price_top .price_tep:after,
  .price .price_complete .price_top .price_tep:after {
    clear: both;
  }
  .price .price_confirm .price_top .price_tep li,
  .price .price_complete .price_top .price_tep li {
    width: 33.333333333%;
    float: left;
    padding: 0 22px;
    position: relative;
  }
  .price .price_confirm .price_top .price_tep li p,
  .price .price_complete .price_top .price_tep li p {
    background: #caebd5;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.6rem;
    color: #1d8d3c;
    line-height: 58px;
    padding: 0;
    height: 58px;
  }
  .price .price_confirm .price_top .price_tep li p.active,
  .price .price_complete .price_top .price_tep li p.active {
    background: #1d8d3c;
    color: #fff;
  }
  .price .price_confirm .price_top .price_tep li.pseudo::before,
  .price .price_confirm .price_top .price_tep li.pseudo::after,
  .price .price_complete .price_top .price_tep li.pseudo::before,
  .price .price_complete .price_top .price_tep li.pseudo::after {
    content: "";
    position: absolute;
    top: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 13px;
    border-color: transparent transparent transparent #1d8d3c;
  }
  .price .price_confirm .price_top .price_tep li.pseudo::before,
  .price .price_complete .price_top .price_tep li.pseudo::before {
    left: -3px;
  }
  .price .price_confirm .price_top .price_tep li.pseudo::after,
  .price .price_complete .price_top .price_tep li.pseudo::after {
    right: -7px;
  }
  .top_area {
    background: url(../images/main.jpg) center center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
  }
  .var_01 .tbl_shop .tbl_row > *:nth-of-type(1) {
    width: 200px;
  }
  .var_01 .tbl_shop .tbl_row > *:nth-of-type(2) {
    width: 147px;
  }
  .var_01 .tbl_shop .tbl_row > *:nth-of-type(3) {
    width: 144px;
  }
  .var_01 .tbl_shop .tbl_row > *:nth-of-type(4) {
    width: 180px;
  }
  .var_01 .tbl_shop .tbl_row > *:nth-of-type(5) {
    width: auto;
  }
  .var_01 .tbl_shop .tbl_row > *:nth-of-type(5) .tbl_content {
    text-align: left;
  }
  .var_02 .tbl_shop {
    margin: 0;
  }
  .var_02 .tbl_shop .tbl_row > *:nth-of-type(1) {
    width: 200px;
  }
  .var_02 .tbl_shop .tbl_row > *:nth-of-type(2) {
    width: 260px;
  }
  .var_02 .tbl_shop .tbl_row > *:nth-of-type(3) {
    width: 240px;
  }
  .var_02 .tbl_shop .tbl_row > *:nth-of-type(4) {
    width: 120px;
  }
  .var_02 .tbl_shop .tbl_row > *:nth-of-type(5) .tbl_content {
    text-align: center;
  }
  .var_02 .tbl_shop .tbl_row_full {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
  }
  .var_02 .tbl_shop .tbl_row_full .cell {
    position: absolute;
    bottom: 0;
    height: 99%;
    padding: 13px 5px;
    text-align: center;
    background: #fff;
    border-bottom: solid 1px #c9c9c9;
    border-left: solid 1px #c9c9c9;
  }
  .var_02 .tbl_shop .tbl_row_full .cell:nth-of-type(1) {
    right: 241px;
    width: 141px;
    height: 1167px;
    bottom: 0;
    top: 43px;
  }
  .var_02 .tbl_shop .tbl_row_full .cell:nth-of-type(2) {
    right: 2px;
    width: 19.9%;
    height: 318px;
    top: 229px;
  }
  .var_02 .tbl_shop .tbl_row_full .cell:nth-of-type(3) {
    right: 2px;
    width: 19.9%;
    height: 115px;
  }
  .var_02 .tbl_shop .tbl_row_full p {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .var_03 .tbl_shop {
    margin: 0;
  }
  .var_03 .tbl_shop .tbl_row > *:nth-of-type(1) {
    width: 200px;
  }
  .var_03 .tbl_shop .tbl_row > *:nth-of-type(2) {
    width: 280px;
  }
  .var_03 .tbl_shop .tbl_row > *:nth-of-type(3) {
    width: 240px;
  }
  .var_03 .tbl_shop .tbl_row > *:nth-of-type(4) {
    width: 120px;
  }
  .var_03 .tbl_shop .tbl_row > *:nth-of-type(5) {
    width: 180px;
  }
  .var_03 .tbl_shop .tbl_row > *:nth-of-type(5) .tbl_content {
    text-align: center;
  }
  .var_03 .tbl_shop .tbl_row_full {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
  }
  .var_03 .tbl_shop .tbl_row_full .cell {
    position: absolute;
    bottom: 0;
    height: 99%;
    padding: 13px 5px;
    text-align: center;
    background: #fff;
    border-bottom: solid 1px #c9c9c9;
    border-left: solid 1px #c9c9c9;
  }
  .var_03 .tbl_shop .tbl_row_full .cell:nth-of-type(1) {
    right: 213px;
    width: 141px;
    height: 531px;
    bottom: 0;
    top: auto;
  }
  .var_03 .tbl_shop .tbl_row_full .cell:nth-of-type(2) {
    right: 1px;
    width: 212px;
    height: 540px;
  }
  .var_03 .tbl_shop .tbl_row_full .cell:nth-of-type(3) {
    right: 1px;
    width: 19.9%;
    height: 208px;
  }
  .var_03 .tbl_shop .tbl_row_full p {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .var_04 .tbl_row > *:nth-of-type(1) {
    width: 200px;
  }
  .var_04 .tbl_row > *:nth-of-type(2) {
    width: 280px;
  }
  .var_04 .tbl_row > *:nth-of-type(3) {
    width: 240px;
  }
  .var_04 .tbl_row > *:nth-of-type(4) {
    width: 120px;
  }
  .var_04 .tbl_row > *:nth-of-type(5) {
    width: 180px;
  }
  .var_04 .tbl_row > *:nth-of-type(5) .tbl_content {
    text-align: center;
  }
  .var_04 .tbl_row_full {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 500px;
    z-index: 3;
  }
  .var_04 .tbl_row_full .cell {
    position: absolute;
    bottom: 0;
    height: 99%;
    padding: 13px 5px;
    text-align: center;
    background: #fff;
    border-bottom: solid 1px #c9c9c9;
    border-left: solid 1px #c9c9c9;
  }
  .var_04 .tbl_row_full .cell:nth-of-type(1) {
    right: 213px;
    width: 11.7%;
    height: 743px;
    bottom: 0;
    top: auto;
  }
  .var_04 .tbl_row_full .cell:nth-of-type(2) {
    right: 1px;
    width: 17.6%;
    height: 672px;
    top: -243px;
  }
  .var_04 .tbl_row_full .cell:nth-of-type(3) {
    right: 354px;
    width: 23.5%;
    height: 561px;
    top: -131px;
  }
  .var_04 .tbl_row_full p {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .var_05 .tbl_row > *:nth-of-type(1) {
    width: 200px;
  }
  .var_05 .tbl_row > *:nth-of-type(2) {
    width: 280px;
  }
  .var_05 .tbl_row > *:nth-of-type(3) {
    width: 240px;
  }
  .var_05 .tbl_row > *:nth-of-type(4) {
    width: 120px;
  }
  .var_05 .tbl_row > *:nth-of-type(5) {
    width: 180px;
  }
  .var_05 .tbl_row > *:nth-of-type(5) .tbl_content {
    text-align: center;
  }
  .var_05 .tbl_row_full {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 500px;
    z-index: 3;
  }
  .var_05 .tbl_row_full .cell {
    position: absolute;
    bottom: 0;
    height: 99%;
    padding: 13px 5px;
    text-align: center;
    background: #fff;
    border-bottom: solid 1px #c9c9c9;
    border-left: solid 1px #c9c9c9;
  }
  .var_05 .tbl_row_full .cell:nth-of-type(1) {
    right: 213px;
    width: 141px;
    height: 349px;
    bottom: 0;
    top: auto;
  }
  .var_05 .tbl_row_full .cell:nth-of-type(2) {
    right: 354px;
    width: 23.5%;
    height: 349px;
    top: auto;
    bottom: 0;
  }
  .var_05 .tbl_row_full .cell:nth-of-type(3) {
    right: 354px;
    width: 23.5%;
    height: 284px;
    top: 167px;
  }
  .var_05 .tbl_row_full p {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .var_05 > div:nth-of-type(4) {
    position: relative;
    z-index: 1;
  }
  .var_05 > div:nth-of-type(4) .tbl_sp_row:last-of-type {
    position: relative;
  }
  .var_05 > div:nth-of-type(4) .tbl_sp_row:last-of-type .tbl_content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 212px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .var_06 .tbl_row > *:nth-of-type(1) {
    width: 150px;
  }
  .var_06 .tbl_row > *:nth-of-type(2) {
    width: 150px;
  }
  .var_06 .tbl_row > *:nth-of-type(3) {
    width: 150px;
  }
  .var_06 .tbl_row > *:nth-of-type(4) {
    width: 150px;
  }
  .var_06 .tbl_row_full {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 500px;
    z-index: 3;
  }
  .var_06 .tbl_row_full .cell {
    position: absolute;
    bottom: 0;
    height: 99%;
    padding: 13px 5px;
    text-align: center;
    background: #fff;
    border-bottom: solid 1px #c9c9c9;
    border-left: solid 1px #c9c9c9;
  }
  .var_06 .tbl_row_full .cell:nth-of-type(1) {
    right: 213px;
    width: 141px;
    height: 404px;
    bottom: 0;
    top: auto;
  }
  .var_06 .tbl_row_full .cell:nth-of-type(2) {
    right: 354px;
    width: 23.5%;
    height: 354px;
    top: auto;
    bottom: 0;
  }
  .var_06 .tbl_row_full .cell:nth-of-type(3) {
    right: 354px;
    width: 23.5%;
    height: 284px;
    top: 167px;
  }
  .var_06 .tbl_row_full p {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .var_07 {
    text-align: center;
  }
  .var_07 .tbl_row > *:nth-of-type(1) {
    width: 10%;
  }
  .var_07 .tbl_row > *:nth-of-type(2) {
    width: 10%;
  }
  .var_07 .tbl_row > *:nth-of-type(3) {
    width: 10%;
  }
  .var_07 .tbl_row > *:nth-of-type(4) {
    width: 10%;
  }
  .var_07 .tbl_row > *:nth-of-type(5) {
    width: 10%;
  }
  .var_07 .tbl_row_full {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 500px;
    z-index: 3;
  }
  .var_07 .tbl_row_full .cell {
    position: absolute;
    bottom: 0;
    height: 99%;
    padding: 13px 5px;
    text-align: center;
    background: #fff;
    border-bottom: solid 1px #c9c9c9;
    border-left: solid 1px #c9c9c9;
  }
  .var_07 .tbl_row_full .cell:nth-of-type(1) {
    right: 213px;
    width: 141px;
    height: 404px;
    bottom: 0;
    top: auto;
  }
  .var_07 .tbl_row_full .cell:nth-of-type(2) {
    right: 354px;
    width: 23.5%;
    height: 354px;
    top: auto;
    bottom: 0;
  }
  .var_07 .tbl_row_full .cell:nth-of-type(3) {
    right: 354px;
    width: 23.5%;
    height: 284px;
    top: 167px;
  }
  .var_07 .tbl_row_full p {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .var_07 .tbl_sp_row:first-child .tbl_content {
    background: #fff;
    color: #000 !important;
    text-align: center !important;
  }
  .var_07 .tbl_shop .tbl_row .tbl_sp_row:last-child .tbl_content {
    text-align: center;
  }
  .btn_default.btn_left {
    background-color: #caebd5;
    color: #1d8d3c !important;
  }
  .btn_default.btn_left::after {
    background-image: url("/common/images/arrow_green.svg") !important;
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  .btn_default.bold {
    background-color: #1d8d3c;
  }
  .tbl_shop .tbl_row .tbl_sp_row:last-child .tbl_content {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  /* ===================================================================
  use toppage
=================================================================== */
  /* contact=============================== */
  #container {
    overflow: hidden;
  }
  .bold {
    font-weight: bold;
  }
  .mb {
    margin-bottom: 10px;
  }
  .emphasis {
    background-color: #f19149;
    color: #fff;
    padding: 2px 8px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 1.2rem;
    margin-bottom: 4px;
    display: inline-block;
  }
  .eachlink_list {
    padding: 0 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .eachlink_list__wrapper {
    background-color: #f7f7f7;
    padding-top: 20px;
  }
  .eachlink_list li {
    width: 48%;
    margin-bottom: 10px;
  }
  .eachlink_list li a {
    text-align: center;
    min-height: 15vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1d8d3c;
    color: #fff;
    position: relative;
    padding-right: 10px;
    font-size: 3.5vw;
  }
  .eachlink_list li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2vw;
    width: 2vw;
    height: 3vw;
    background: url(/common/images/arrow_white.png) no-repeat center;
    -moz-background-size: contain;
    background-size: contain;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .red {
    color: #ec2b00;
  }
  .top_area {
    background: url("../images/main_sp.jpg") center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    padding-top: 44.5%;
  }
  .box_ttl {
    line-height: 1.3;
    height: auto;
    padding: 5px 20px;
    background-color: #f7f7f7;
  }
  .box_ttl::before {
    background-color: #1d8d3c;
  }
  .contents {
    padding-bottom: 30px;
  }
  .contents section {
    padding: 20px 0;
  }
  .contents section:nth-of-type(odd) {
    background-color: #f7f7f7;
  }
  .contents section:nth-of-type(odd) .box_ttl {
    background-color: #fff;
  }
  .txt {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .cl_red {
    margin-top: 10px;
    margin-left: 0;
  }
  .credit_card {
    margin-top: 10px;
  }
  .credit_card .card {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .credit_card dt {
    margin-bottom: 10px;
  }
  .credit_card img {
    margin-top: 10px;
  }
  #contents .guid_link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
    padding: 8px;
    background-color: #1d8d3c;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 20px auto 0px;
    color: #fff;
    font-size: 1.8rem;
    position: relative;
  }
  #contents .guid_link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 11px;
    height: 17px;
    background: url(/common/images/arrow_white.png) no-repeat center;
    -moz-background-size: contain;
    background-size: contain;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .caution_list {
    margin-bottom: 30px;
  }
  .caution_list dt {
    color: #1d8d3c;
    font-size: 1.6rem;
    margin: 20px 0 10px;
  }
  .caution_list dd {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .caution_list dd li {
    position: relative;
    padding-left: 1em;
    margin-bottom: 5px;
  }
  .caution_list dd li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
  }
  .caution_list dd li a {
    display: inline-block;
    color: #1d8d3c;
    text-decoration: underline;
  }
  .dl_plan {
    margin-top: 20px;
  }
  .dl_plan .circle {
    font-size: 1.8rem;
    padding-left: 18px !important;
  }
  .dl_plan .circle::before {
    height: 10px !important;
    width: 10px !important;
  }
  .dl_plan dl dt {
    font-size: 1.4rem;
  }
  .dl_plan dl dd {
    margin-left: 0 !important;
    font-size: 1.4rem;
  }
  .dl_plan .mr_b {
    font-size: 1.4rem;
  }
  .plans {
    line-height: 1.7;
  }
  .plans .circle {
    color: #1d8d3c;
    font-size: 1.6rem;
  }
  .plans dd {
    font-size: 1.4rem;
  }
  .dl_plan .dot {
    font-size: 1.6rem !important;
  }
  .f_small {
    padding-left: 1em;
    position: relative;
  }
  .f_small::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
  }
  .tbl_shop .tbl_content {
    display: block !important;
  }
  .underline {
    border-bottom: 1px solid #cdcdcd;
  }
}
