@charset "UTF-8";   
/*--------------------------------------------------------------------------
core.cssの変更　（　たんばらのcore.cssの変更点　）
--------------------------------------------------------------------------*/
body {
  color: var(--textColor) !important;
}
main .title h3{
color: #CA2847;
font-family: 'Maven Pro', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
.inner {
padding: 0 0;
width: 1028px;}
main .title h3 span { font-weight: normal;}        
@media screen and (max-width: 768px) {
    .inner {padding: 0 25px; width:100%;}
    main #crumbs {
    background: #ffffff;
    }
}

/*--------------------------------------------------------------------------*/
main .movie_area { position: relative; width: 100%; padding-top: 56.25% !important; }
main .movie_area iframe { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}
main .cal_area { position: relative; width: 100%; padding-top: 80% !important; }
main .cal_area iframe { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}
@media screen and (max-width: 768px) {
main .cal_area{padding-top: 100% !important;}
}

.zizen {
  margin: 30px auto;
  font-weight: bold;
}
.zizen h2{
  font-size: 25px;
  line-height: 1.4em;
}
.zizen h2 span{
  color: #cc141d;
}
.zizen p{
  font-size: 16px;
  margin: 10px 0 0 0;
}
.zizen dl{
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 20px auto 0 auto;
  font-size: 15px;
  background: #f9e7e8;
  padding: 20px;
  box-sizing: border-box;
}
.zizen dl dt{
  width: 120px;
  padding: 2px 0;
}
.zizen dl dd{
  width: calc(100% - 120px);
  text-align: left;
  padding: 2px 0;
  font-weight: normal;
}
.zizen .interested a {
  margin: 15px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .zizen h2{
    font-size: 20px;
  }
  .zizen dl{
    font-size: 14px;
  }
  .zizen dl dt{
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 5px 0 0 0;
  }
  .zizen dl dd{
    width: 100%;
  }
}


/*--------------------------------------------------------------------------
main
--------------------------------------------------------------------------*/
main section {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
main #visual {
  background-image: url(../images/rental/visual.jpg?2022);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: cover;
  height: 20vw;
  text-align: center; }
  main #visual .inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center; }
  main #visual h1 {
    color: #fff;
    font-family: "Maven Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-size: 14px;
    line-height: 1.2;
    margin: 0 auto;
    text-align: center; }
    main #visual h1 span {
      display: block;
      font-size: 45px;
      font-weight: bold;
      text-shadow:0px 0px 6px #4c4c4c;
      }
main #index {
  padding: 30px 0 0; }
  main #index .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  main #index a {
    border-radius: 4px;
    border:1px solid #CA2847;
    color: #CA2847;
    display: block;
    padding: 18px 0 0;
    width: 32.6%;
    }
    /*main #index a:nth-of-type(4),
    main #index a:nth-of-type(6) {padding: 16px 0 0;}*/
    main #index a h2 {
      background-image: url(../images/rental/index_arrow.png);
      background-repeat: no-repeat;
      background-position: 50% 80%;
      background-size: 13px auto;
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.5;
      letter-spacing: -0.04em;
      padding: 0 0 22px; }
    /*main #index a:nth-of-type(4) h2,
    main #index a:nth-of-type(6) h2 {font-size: 14px; line-height: 1.1;letter-spacing: -0.04em;}*/  

main #re_price, main #re_howto {
    background-color: #fff;
    margin: 10px 0 0;
    padding: 30px 0 50px;
}
main h4{ padding: 5px 0; font-size: 24px; font-weight: bold; color:#212681; font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', sans-serif;}
main h4.sub{ border-top:2px solid #212681; border-bottom:1px solid #DDDDDD; margin: 20px 0 0 0; }
main h4.sub2{ margin: 40px 0 0 0; }
main .subttlarea{margin: 17px 0 25px 0;}
main .subttlarea h5{font-size: 24px; font-weight: bold; color: #212681; line-height: 1.3; text-align: center;}
main .subttlarea h5.gray{color: #434343;}
main .subttlarea ul{margin-top: 15px;}
main .subttlarea ul li{font-size: 15px; color:#5F5F5F;}
main .infoarea{ border: 1px solid #AAAAAA; background: #FFF; padding: 20px 20px; border-radius: 4px; margin-top: 25px ;}
main .infoarea2{  padding: 0 0 20px 0;}
main .infoarea.infoarea_w100{ border: none; padding: 0 0;}
main ul.infoarea_under{margin-top: 10px; text-align: left;}
main ul.infoarea_under li{font-size: 14px; line-height: 1.57; color:#5F5F5F;}
main .infoarea2 .ct_info{  padding: 0 20px;}


/* #re_howto -------------- */
main #re_howto .infoarea .ct_info{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
main #re_howto .infoarea2 .stepttl{ 
background: #434343; color:#fff; font-weight: bold; font-size: 22px; text-align:left;
font-family: 'Maven Pro', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', sans-serif;  padding: 3px 20px;  margin-bottom: 20px;border-top-left-radius: 4px;  border-top-right-radius: 4px;}
main #re_howto .infoarea .ct_info .imgarea{ width:31.8%;}
main #re_howto .infoarea .ct_info .txt-imgarea{ width:48%;}
main #re_howto .infoarea .ct_info .imgarea img,
main #re_howto .infoarea .ct_info .txt-imgarea img{ width:100%;}
main #re_howto .infoarea2 .ct_info span.text{ display: block; font-size: 16px; line-height: 1.5;  padding-top: 10px; text-align: left;}
main #re_howto .infoarea2 .ct_info span.text.pt0{ padding-top: 0;}
main #re_howto .infoarea2 .ct_info span.text2{ display:block; padding-top:2px; }
main #re_howto div.under_arrow{ text-align: center; padding-top: 30px ;}
main #re_howto .colm03area{
-webkit-box-align: center;
-ms-flex-align: center;
align-items: top;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
height: 100%;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;      
}
main #re_howto .colm03area .colm03{ width:317px;}
main #re_howto .colm03area .colm03 .imgarea{ width:100%;}
main #re_howto div.left_arrow{width:40px; margin-top:14em;}
main #re_howto .infoarea2 .ct_info .stepnote{background: #F8F8F8; border-radius:4px; padding: 15px 20px; font-size: 14px; line-height: 1.545; text-align: left; margin-top: 10px; }
main #re_howto .infoarea2 .ct_info .stepnote .left{float: left; width:15%; font-size: 22px; font-weight: bold;color:#BA0021; text-align: left;}
main #re_howto .infoarea2 .ct_info .stepnote .right{ float: right; width:85%; box-sizing: border-box;}

/*  #re_reserve */
main #re_reserve { margin-top: 80px; }
main #re_howto .infoarea div.ct_info p.rentalbtn{ display: table; margin: 5px auto 0 auto; width:439px; padding: 0 2px; box-sizing: border-box;}
main #re_howto .infoarea div.ct_info p.rentalbtn a{ display:table-cell; border-radius: 4px; width:100%; height:60px; padding-left: 20px; text-align: left; vertical-align: middle; color:#fff; font-size: 16px; font-weight: bold; background: #212681 url("../images/rental/rentalbtn_arrow.png")  95% 50% no-repeat; background-size: 12px;}
/* -------------- #re_howto */


/* table_a ------ */
main .table_a table{margin: 10px 0 0; border-collapse:inherit; border-spacing: 0 5px; }

main .table_a table th, 
main .table_a table td { 
border-radius: 10px;
width: 76%; font-size:16px; vertical-align: middle; padding: 0px 0;  border:none; height: auto;}
main .table_a table th{ width: 24%;  background-color: #434343; color:#fff;text-align: center;}
main .table_a table td{
text-align: left;
font-weight: normal;
line-height: 1.7;
color:#434343;
border: none;
}
main .table_a table td p{background-color: #EDEDED; margin-left: 5px; padding: 0.9em 2em; border-radius: 2px;}
main .table_a table th, main .table_a table td { 
 border-radius: 2px;}
main .table_a table tr:nth-child(1) th:nth-child(1) {
border-top-left-radius: 2px; }
main .table_a table tr:last-of-type td:nth-last-child(1) {
border-bottom-right-radius: 2px; }
/* ------ table_a */

/* table_b ------------- */ 
main .table_b table{ width:100%;}
main .table_b table tr th:nth-of-type(1),
main .table_b table tr td:nth-of-type(1){width:30%;}
main .table_b table tr th:nth-of-type(2),
main .table_b table tr th:nth-of-type(3),
main .table_b table tr td:nth-of-type(2),
main .table_b table tr td:nth-of-type(3){width:135px;}
main .table_b table tr th:nth-of-type(4),
main .table_b table tr td:nth-of-type(4){width:426px;}
main .table_b table th,
main .table_b table td{ vertical-align: middle; padding: 0 20px; text-align: center; line-height: 1.4;}
main .table_b table th{ background: #454545; font-size: 14px; height: 5em;}
main .table_b table td{ background: #fff; font-size: 15px; font-weight: bold; height: 4.2em;}
main .table_b table td:first-child{font-size: 17px; text-align: left;}
main .table_b table td{ border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA;}
main .table_b table td:nth-child(1) {border-left: solid 1px #AAAAAA;}
main .table_b table td p.attention{ font-size: 0.8em; font-weight: normal; padding-top: 0.25em;}

/* ------------- table_b */

/* .table_b.table_b2 ------------ */
main .table_b.table_b2 table{ width:720px;}
main .table_b.table_b2 table tr th{width:100%;}
main .table_b.table_b2 table tr th,main .table_b.table_b2 table tr td{text-align: center;}
main .table_b.table_b2 table tr td:nth-of-type(1){width:240px;}
main .table_b.table_b2 table tr td:nth-of-type(2){width:480px;}
/* ------------ .table_b.table_b2 */

/* table_b delivery ---------------- */
main .table_b.delivery table{ width:100%;}
main .table_b.delivery table tr th:nth-of-type(1){ width: 24.5%; background: #212681; font-size: 17px;border-bottom: 1px solid #AAAAAA}
main .table_b.delivery table tr td:nth-of-type(1){ width: 75.5%; font-size: 16px;  border-bottom: 1px solid #AAAAAA;text-align: left;}
main .table_b.delivery table tr:nth-of-type(1) th:nth-of-type(1),
main .table_b.delivery table tr:nth-of-type(1) td:nth-of-type(1){ border-top: 1px solid #AAAAAA;}
main .table_b.delivery table tr th{ border-right:none;}
main .table_b.delivery table tr:nth-of-type(1) td:last-of-type{ border-top-right-radius: 4px;}
main .table_b.delivery table tr:last-of-type th:first-of-type{ border-bottom-left-radius: 4px;}
/* ---------------- table_b delivery */

.p-block__btn_space__narrow {
  padding: 20px 0 35px !important;
}

/*========================================================================*/
/*========================================================================*/
@media screen and (max-width: 768px) {
  /*--------------------------------------------------------------------------
  main
  --------------------------------------------------------------------------*/
    main .inner {
    width: 100%; }
    main #visual {
    background-image: url(../images/rental/visual_sp.jpg?2022);
    height: 65vw;
    min-width: 100%; }
    main #visual .inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%; }
    main #visual h1 {
    font-size: 14px; }
    main #visual h1 span {
    display: block;
    font-size: 35px; }
    main #index {
    padding: 30px 0 0; }
    
    /**/main #index .inner {
    /*display: block;*/
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    
    }
    main #index a/*,
    main #index a:nth-of-type(4), main #index a:nth-of-type(6) */{
    /**/padding: 16px 0 0;
    width: 100%;
    margin-bottom: 6px;}
    /*main #index a:last-of-type{margin-bottom: 0;}*/
    main #index a h2/*,
    main #index a:nth-of-type(4) h2, main #index a:nth-of-type(6) h2 */{
    font-size: 13px;
    line-height: 1.2;
    padding: 0 0 18px;
    background-position: 50% 85%;
    background-size: 14px auto;
    }
    main #index a h2 span {
    font-size: 26px;
    padding: 0 0 5px; }

    main table {
    border-collapse: separate;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    margin: 5% auto 0;
    width: 100%; }
    main table thead, main table tbody {
    width: 100%; }
    main table th, main table td {
    width: 50%; }
    main table th span, main table td span {
    color: #5f5f5f;
    display: block;
    font-weight: normal; }
    main table th {
    padding: 1px 0;
    vertical-align: middle;
    font-size: 13px;
    line-height: 1.3;
    height: 3.7em;}
    main table td {
    background-color: #fff;
    /*border-right: solid 1px #CA2847;*/
   /* border-bottom: solid 1px #CA2847;*/
    padding: 1px 0;
    vertical-align: middle;
    height: 4.7em;}
    main table td:nth-child(1) {
    /*border-left: solid 1px #CA2847;*/ }
    main table tr:nth-child(1) th:nth-child(1) {
    border-top-left-radius: 4px; }
    main table tr:nth-last-child(1) td:nth-child(1) {
    border-bottom-left-radius: 4px; }
    main table tr:nth-last-child(1) td:nth-last-child(1) {
    border-bottom-right-radius: 4px; }

    /*.table03*/
    main .table03 table th, main .table03 table td {
    padding: 10px 15px;
    text-align: left; }
    main .table03 table th {
    font-size: 15px;
    padding: 10px 15px;
    border-bottom: none;
    height: auto;}
    main .table03 table td {
    font-size: 15px;
    height: auto;}
    main .table03 table td:nth-child(1){
    border-left: solid 1px #5F5F5F;
    }
    main .table03 table td dl dt span {
    font-size: 18px; }
    main #seasontickets .button {
    display: block;
    font-size: 15px;
    margin: 30px auto 0;
    padding: 17px 70px 17px 20px;
    text-align: left; }
    /*.table03*/
    



main #re_price, main #re_howto {
    background-color: #fff;
    margin: 10px 0 0;
    padding: 0 0 10px;
}

main h4{ line-height: 1.5; font-size: 20px;}
main h4.sub{ margin-top:0;}
main h4.sub2{ margin-top:20px;}
main .subtitle{
margin: 15px 0 20px 0;
padding: 13px 0 10px 0;
font-size: 20px;
font-weight: bold;
line-height: 1;
text-align: center;
height: auto;
background-color: #CA2847;
color:#fff;
border-radius: 4px;
}
main .subttlarea{margin: 17px 0 25px 0;}
main .subttlarea h5,
main .subttlarea h5.gray{font-size: 16px; line-height: 1.625;}

main .subttlarea ul{margin-top: 10px;}
main .subttlarea ul li{font-size: 14px;}
main .infoarea{  
 border: 1px solid #AAAAAA;
background: #FFF;
padding: 0 0 15px;
border-radius: 4px;
margin-top: 25px;
}
main ul.infoarea_under{padding-bottom: 20px;
margin-bottom: 20px;
/*border-bottom: 1px solid #AAAAAA;*/}
main ul.infoarea_under li{font-size: 12px;}


/* #re_howto -------------- */
main #re_howto .infoarea .ct_info{ display: block;}
main #re_howto .infoarea .ct_info{
display: block;
padding-bottom: 0;
margin-bottom: 0;
}
main #re_howto .infoarea .ct_info .imgarea,
main #re_howto .infoarea .ct_info .txt-imgarea{ width:100%;}
main #re_howto .infoarea2 .ct_info span.text{ font-size: 14px; text-align: left;}
main #re_howto .infoarea2 .ct_info span.text2{ padding: 2px 0 15px ; }
main #re_howto .colm03area{ display:block;}
main #re_howto .colm03area .colm03{ width:100%;}
main #re_howto div.under_arrow,
main #re_howto div.left_arrow { display: none;}
main #re_howto .infoarea2 .ct_info .stepnote{padding: 15px 20px; }
main #re_howto .infoarea2 .ct_info .stepnote .left{float:none; width:100%; font-size: 18px;  text-align: left;}
main #re_howto .infoarea2 .ct_info .stepnote .right{ float: none; width:100%;}
/*  #re_reserve */
main #re_howto .infoarea div.ct_info p.rentalbtn{  width:100%;}
main #re_howto .infoarea div.ct_info p.rentalbtn a{ }
/*  #re_reserve */

  
/* table_a ------ */
main .table_a table{ border-spacing: 0 15px;  }
main .table_a table th, 
main .table_a table td { display: block; width:100%; line-height: 1.5;font-size: 14px; border-bottom : 5px solid #fff;}
main .table_a table td p{ margin-left:0;padding: 10px 1em;}
main .table_a table th{ padding: 10px 1em; box-sizing: border-box;}
/* ------  table_a */

/* table_b ------------- */
main .table_b table tr th:nth-of-type(1),
main .table_b table tr td:nth-of-type(1){width:111px;}
main .table_b table tr th:nth-of-type(2),
main .table_b table tr th:nth-of-type(3),
main .table_b table tr td:nth-of-type(2),
main .table_b table tr td:nth-of-type(3){width:107px;}
main .table_b table tr td{ padding: 10px;}
main .table_b table th, main .table_b table td,main .table_b table td:first-child{  font-size: 12px; /*padding: 0 10px;*/}
main .table_b table td.note:nth-last-child(1) { border-left: none; border-bottom-left-radius: 0; padding: 10px; }
main .table_b table tr:nth-last-child(1) td:nth-child(1){ /*border-left: 1px solid #AAAAAA;*/ /*border-bottom-left-radius: 4px;*/ height: 2.6em; }
/*
main .table_b table tr:nth-last-child(2) td:nth-child(1){ border-bottom-left-radius: 4px;}
*/
main .table_b table td:last-child{ text-align: center;}



main .table_b table td.note{  font-size: 11px; text-align: left;}
main .table_b.tanpin table td{height: 2.6em;}
main .table_b.tanpin table tr:nth-last-child(2) td:nth-child(1){ border-bottom-left-radius: 0;}

main .table_b.other table tr:nth-last-child(2) td:nth-child(1){ border-bottom-left-radius: 4px;}
main .table_b.other table tr:nth-last-child(1) td:nth-child(1){ border-left: none; border-bottom-left-radius: 0;}
/* ------------- table_b */



/* .table_b.table_b2 ------------ */
main .table_b.table_b2 table{ width:100%;}
main .table_b.table_b2 table tr th,main .table_b.table_b2 table tr td{
text-align: left; 
}
main .table_b.table_b2 table tr td{ height: 2.6em;}
main .table_b.table_b2 table tr td:nth-of-type(1){width:100%;}
main .table_b.table_b2 table tr:nth-last-child(1) td:nth-child(1){ border-left: 1px solid #AAAAAA; border-bottom-left-radius: 4px;}
main .table_b.table_b2 table tr:nth-last-child(2) td:nth-child(1){ border-bottom-left-radius: 0;}
/* ------------ .table_b.table_b2 */

/* table_b delivery ---------------- */
main .table_b.delivery table tr th:nth-of-type(1){width: 26.5%; font-size: 12px;}
main .table_b.delivery table tr td:nth-of-type(1){width: 73.5%; font-size: 12px; }
/* ---------------- table_b delivery */

  .p-block__btn_space__narrow {
    padding: 20px 0 35px !important;
  }

}
/*========================================================================*/
.color_p,.color_p span { color: #d54180;}
.color_o,.color_o span { color: #e06203;}
.u-fs__smaller { font-size: 0.8em !important;}
.txt_c { text-align: center !important;}
.set_rental tr:nth-last-child(1) td:nth-child(1) { border-bottom-left-radius: 0;}
.set_rental tr:nth-last-child(1) td:nth-last-child(1) { border-bottom-right-radius: 0;}
.set_rental tr:nth-last-child(17) td:nth-child(1) { border-bottom-left-radius: 4px;}
.set_rental tr:nth-last-child(17) td:nth-last-child(1) { border-bottom-right-radius: 4px;}

.price_txt {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  background: #f2f6f7;
  padding: 10px 0;
  border-radius: 4px;
}

tbody {
  vertical-align: middle;
}

.rental-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
}

.header {
  border: 1px solid #000000;
  padding: 10px;
  text-align: left;
  background-color: #1d2088;
  color: #fff;
}

.item {
  border: 1px solid #000000;
  padding: 10px;
  text-align: left;
  background-color: #f2fafa;
  width: 50%;
  vertical-align: middle;
}

.price {
  border: 1px solid #000000;
  padding: 10px;
  text-align: left;
}

.flex_table {
  display: flex;
  justify-content: space-between;
  align-items: center; 
}

.step_on {
  border: 1px solid;
  padding: 16px 26px 16px 26px;
}
.step_on_div {
  background-color: #e7eff1;
  padding: 16px;
  text-align: left;
  border-radius: 3px;
}
.stepon_title {
  color: #3e8fa0;
  font-size: 20px;
  font-weight: bold;
}

.custom-list {
  list-style: none;
  padding: 0;
}

.custom-list li::before {
  content: "● ";
  color: #3e8fa0;
}

@media (max-width: 768px) {
  .flex_table {
    display: block !important;
    text-align: left;
  }
}


/* faq */
.accordion-item {
  margin-bottom: 10px;
}

input[type="checkbox"] {
  display: none;
}

.accordion-button {
  width: 100%;
  text-align: left;
  background-color: #e7eff1;
  border: none;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 25px;
}

input[type="checkbox"]:checked + .accordion-button::after {
  content: '\25b2';
}

.accordion-button::after {
  content: '\25bc';
  font-size: 12px;
  color: #0033a0;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  background-color: #e7eff1;
  padding-right: 25px;
}

input[type="checkbox"]:checked + .accordion-button + .accordion-content {
  margin-top: 10px;
  width: 100%;
  max-height: 500px;
}

.accordion {
  font-size: 15px;
}

.qa-badge {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  margin-right: 10px;
}

.q-badge {
  background-color: #0033a0; /* 青色 */
  color: #fff;
}

.a-badge {
  background-color: #ffdd00; /* 黄色 */
  color: #000;
}

.accordion-content {
  display: flex;
  align-items: center;
}

.accordion-content p {
  margin-left: 10px;
  text-align: left;
}

.qa-badge {
  display: inline-block;
  width: 50px;
  height: 100%;
  min-width: 50px;
  min-height: 50px;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
}

.q-badge {
  background-color: #0033a0;
  color: white;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.a-badge {
  background-color: #ffcc00;
  color: #0033a0;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.accordion-button p {
  flex: 1;
  margin-left: 10px;
}

.faq_text {
  font-size: 16px;
}
.height2 {
  height: 120px;
}

@media(max-width:768px){
  .height1 {
    height: 120px;
  }
  
  .height2 {
    height: 650px;
  }
  
  .height3 {
    height: 150px;
  }

  .height4 {
    height: 120px;
  }

  .blue1 {
    height: 60px;
  }
  .blue2 {
    height: 100px;
  }
  .blue3 {
    height: 120px;
  }
  .blue4 {
    height: 120px;
  }
  
  .faq_text {
    font-size:14px;
  }
}



.custom-button-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
  justify-content: center;
}

.custom-button {
  display: inline-block;
  width: 160px;
  padding: 10px;
  text-align: center;
  background-color: #1d2088;
  color: #fff;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.custom-button.red{
  background-color: #E20028;
}
.custom-button.black{
  background-color: #1d2b2e;
}

.custom-button .arrow {
  display: block;
  margin-top: 8px;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .custom-button-container {
    flex-direction: column;
    align-items: center;
  }
  
  .custom-button {
    width: 90%;
    padding: 8px;
    font-size: 14px;
  }
  .pc_br {
    display: none;
  }
  .sp_br {
    display: block !important;
  }
}


.stepon-container {
  width: 100%;
  margin-top: 32px;
}

.intro {
  color: #1d2088;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

.stepon-feature {
  margin: 20px 0;
  color: #000;
  text-align: left;
  padding: 10px;
  background-color: #fff;
}

.stepon-feature p {
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
}

.stepon-feature p::before {
  content: '★';
  color: #1d2088;
  font-size: 18px;
  margin-right: 5px;
}

.stepon-feature p span {
  font-weight: bold;
}

@media(max-width:768px){
  .intro {
    font-size: 18px;
  }
  .delivery table tr th {
      padding: 0 10px;
  }
  .rental_pc{
    display: none;
  }
  .rental_sp{
    display: block !important;
  }
}