@charset "UTF-8";

/*--追加テキスト--*/
#add_text + section.contents_box01 .blue{
     background: var(--i_main_color);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    margin: 0 0.5rem;
    display: inline-block;
}

/*枠色付きカラム*/
#frame01 + div .inner_item {
    padding-left: 10px;
}
#frame01 + div .inner_item > a {
    border: 5px solid;
    border-radius: 25px;
    margin-top: auto;
}
#frame01 + div .inner_item:nth-child(1) a, #frame01 + div .inner_item:nth-child(5) a {
    border-color: var(--i_main_color);
}
#frame01 + div .inner_item:nth-child(2n) a {
    border-color: #EC510B;
}
#frame01 + div .inner_item:nth-child(3n) a {
    border-color: #F1A90B;
}
#frame01 + div .inner_item_img {
    aspect-ratio: 1;
}
#frame01 + div .inner_item_img img {
    border-radius: 20px;
    min-height: 100px;
    height: 100% !important;
}
#frame01 + div .inner_item .heading {
    margin-bottom: -50px;
    z-index: 2;
}
#frame01 + div .inner_item .heading.block_header_4 .h {
    position: relative;
    left: -10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    font-size: 1.6rem !important;
}
#frame01 + div .inner_item:nth-child(1) .heading.block_header_4 .h, #frame01 + div .inner_item:nth-child(5) .heading.block_header_4 .h {
    background: var(--i_main_color);
}
#frame01 + div .inner_item:nth-child(2n) .heading.block_header_4 .h {
    background: #EC510B;
}
#frame01 + div .inner_item:nth-child(3n) .heading.block_header_4 .h {
    background: #F1A90B;
}
#frame01 + div a + .inner_item_txt {
    margin-top: -20px;
    z-index: 2;
}
#frame01 + div .inner_item .inner_item_txt p {
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
}
#frame01 + div .inner_item:nth-child(1) .inner_item_txt p, #frame01 + div .inner_item:nth-child(5) .inner_item_txt p {
    text-shadow: 2px 0 2px var(--i_main_color), 2px 2px 2px var(--i_main_color), 0 2px 2px var(--i_main_color), -2px 2px 2px var(--i_main_color), -2px 0 2px var(--i_main_color), -2px -2px 2px var(--i_main_color), 0 -2px 2px var(--i_main_color), 2px -2px 2px var(--i_main_color);
}
#frame01 + div .inner_item:nth-child(2n) .inner_item_txt p {
    text-shadow: 2px 0 2px #EC510B, 2px 2px 2px #EC510B, 0 2px 2px #EC510B, -2px 2px 2px #EC510B, -2px 0 2px #EC510B, -2px -2px 2px #EC510B, 0 -2px 2px #EC510B, 2px -2px 2px #EC510B;
}
#frame01 + div .inner_item:nth-child(3n) .inner_item_txt p {
    text-shadow: 2px 0 2px #F1A90B, 2px 2px 2px #F1A90B, 0 2px 2px #F1A90B, -2px 2px 2px #F1A90B, -2px 0 2px #F1A90B, -2px -2px 2px #F1A90B, 0 -2px 2px #F1A90B, 2px -2px 2px #F1A90B;
}
#frame01 + div .heading.block_header_4 p {
    color: #fff;
}
@media screen and (max-width: 500px) {
    #frame01 + div .inner_item .heading.block_header_4 .h {
        width: 50px;
        height: 50px;
        font-size: 1.4rem !important;
    }
    #frame01 + div .inner_item .heading {
        margin-bottom: -30px;
    }
    #frame01 + div a + .inner_item_txt {
        margin-top: -17px;
    }
    #frame01 + div .inner_item .inner_item_txt p {
        font-size: 1.6rem;
    }
}
/*黄色の下線*/
.linear-gradient {
    width: fit-content;
    font-size: 2.6rem;
    background: linear-gradient(rgba(0 0 0 / 0) 60%, #FFE001 60%);
    margin: 0 auto;
    padding: 0 1.5rem;
}
.linear-gradient span {
    font-size: 3.4rem;
}
@media screen and (max-width: 700px) {
    .linear-gradient {
        padding: 0 0.5rem;
    }
    .linear-gradient {
        font-size: 3.8vw;
    }
    .linear-gradient span {
        font-size: 4.6vw;
    }
}
/*コミコミプラン 人気のヒミツ*/
#komikomiplan_ttl + section .content_wrapper > .heading {
    background: var(--i_main_color);
    color: #fff;
    padding: 2rem 0;
    border-radius: 20px 20px 0 0;
}

#komikomiplan_ttl + section .content_wrapper > .heading p{
  display:inline-block;
}

#komikomiplan_ttl + section .content_wrapper > .heading p:before{
  letter-spacing: -0.5rem;
}


#komikomiplan_ttl + section .content_wrapper > .heading p,
#komikomiplan_ttl + section .content_wrapper > .heading .h{
    font-size: 3.4rem;
}

@media screen and (max-width: 800px) {
  #komikomiplan_ttl + section .content_wrapper > .heading p,
  #komikomiplan_ttl + section .content_wrapper > .heading .h{
        font-size: 2.6rem;
    }
}

.contents_box01 .inner_item_txt .secret {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.contents_box01 .inner_item_txt .secret .bell {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 30px 30px 28px;
    background-image: url("/common/upload_data/autoshophigashicom/image/20240511153227.png");
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 1.2;
    transform: rotate(20deg);
}
.contents_box01 .inner_item_txt .secret .bell .white {
    color: #fff;
    font-weight: bold;
}
.contents_box01 .inner_item_txt .secret .bell .yellow {
    color: #FFE001;
    font-weight: bold;
}
.contents_box01 .inner_item_txt .secret .ttl {
    font-size: 1.8rem;
}
.contents_box01 .inner_item_txt .secret .ttl .line {
    color: var(--i_main_color);
    background: linear-gradient(rgba(0 0 0 / 0) 60%, #fff 60%);
}
#plan01 + section .content_wrapper .wrapper_item, #plan03 + section .content_wrapper .wrapper_item, #plan05 + section .content_wrapper .wrapper_item {
    background: var(--i_sub2_color);
    padding: 30px 20px !important;
}
#plan02 + div .content_wrapper .wrapper_item, #plan04 + section .content_wrapper .wrapper_item, #plan06 + div .content_wrapper .wrapper_item {
    background: var(--i_sub2_color);
    padding: 0 20px 30px !important;
}
#plan03 + section .content_wrapper .wrapper_item, #plan05 + section .content_wrapper .wrapper_item {
    border-top: 1px solid var(--i_border_color);
}
@media screen and (max-width: 900px) {
    .contents_box01 .inner_item_txt .secret {
        gap: 1rem;
    }
    .contents_box01 .inner_item_txt .secret .bell {
        padding: 5vw 4vw 5vw;
    }
    .contents_box01 .inner_item_txt .secret .bell .white, .contents_box01 .inner_item_txt .secret .bell .yellow {
        font-size: 2vw;
        white-space: nowrap;
    }
}
@media screen and (max-width: 500px) {
    .contents_box01 .inner_item_txt .secret {
        flex-direction: column;
    }
    .contents_box01 .inner_item_txt .secret .bell {
        padding: 40px 30px 30px 28px;
    }
    .contents_box01 .inner_item_txt .secret .bell .white, .contents_box01 .inner_item_txt .secret .bell .yellow {
        font-size: 1.4rem;
    }
}
/*コミコミプラン 人気のヒミツ ヒミツその1*/
#plan02 + div .inner_item_img img {
    height: auto !important;
}
#plan02 + div .inner_item + .inner_item {
    position: relative;
}
#plan02 + div .inner_item + .inner_item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    border: 25px solid transparent;
    border-left: 10px solid var(--i_main_color);
}
@media screen and (max-width: 700px) {
    #plan02 + div .inner_item + .inner_item:before {
        left: -14px;
        border: 15px solid transparent;
    }
}
@media screen and (max-width: 480px) {
    #plan02 + div .inner_item + .inner_item:before {
        border-top: 15px solid var(--i_main_color);
        border-left: 15px solid transparent;
        top: -3rem;
        left: 50%;
        transform: translateX(-50%);
    }
}
/*コミコミプラン 人気のヒミツ ヒミツその3*/
#plan06 + div .content_wrapper .wrapper_item {
    border-radius: 0 0 20px 20px;
}
#plan06 + .composite_box01 .inner_item > a {
    border-radius: 20px 20px 0 0;
    border-top: 5px solid;
    border-right: 5px solid;
    border-left: 5px solid;
}
#plan06 + .composite_box01 .inner_item > a {
    border-radius: 25px 25px 0 0;
    border-top: 5px solid;
    border-right: 5px solid;
    border-left: 5px solid;
}
#plan06 + .composite_box01 .inner_item_img img {
    border-radius: 20px 20px 0 0;
}
#plan06 + .composite_box01 .inner_item_txt {
    border-radius: 0 0 20px 20px;
    border-right: 5px solid;
    border-left: 5px solid;
    border-bottom: 5px solid;
    color: #fff;
    margin-top: 0;
    padding: 0 6px;
}
#plan06 + .composite_box01 .inner_item:nth-child(odd) .inner_item_txt {
    border-color: var(--i_txt_color);
}
#plan06 + .composite_box01 .inner_item:nth-child(odd) .inner_item_txt {
    background: var(--i_main_color);
}
#plan06 + .composite_box01 .inner_item:nth-child(even) .inner_item_txt {
    background: #FFE001;
    color: var(--i_txt_color);
}
#plan06 + .composite_box01 .heading.block_header_4 .h {
    color: var(--i_txt_color);
    padding-left: 3rem;
    text-indent: -3rem;
}
#plan06 + .composite_box01 .inner_item .heading.block_header_4 .h:before {
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    text-indent: initial
}
#plan06 + .composite_box01 .inner_item:nth-child(1) .heading.block_header_4 .h:before {
    content: "1";
    background: var(--i_main_color);
    color: #fff;
}
#plan06 + .composite_box01 .inner_item:nth-child(2) .heading.block_header_4 .h:before {
    content: "2";
    background: #FFE001;
    color: var(--i_txt_color);
}
#plan06 + .composite_box01 .inner_item:nth-child(3) .heading.block_header_4 .h:before {
    content: "3";
    background: var(--i_main_color);
    color: #fff;
}
#plan06 + .composite_box01 .inner_item:nth-child(4) .heading.block_header_4 .h:before {
    content: "4";
    background: #FFE001;
    color: var(--i_txt_color);
}
/*お客様がコミコミプランを選ぶ理由*/
#reason + .composite_box01.block_images_12 .inner_item {
    padding: 0;
}
#reason + .composite_box01.block_images_12 .inner_item_txt .heading .h {
    border-bottom-right-radius: initial;
    padding: 5px 0 !important;
    width: 100%;
    font-size: 2rem !important;
}
#reason + .composite_box01.block_images_12 .inner_item_txt .pwrap {
    background: transparent;
}
#reason + .composite_box01.block_images_12 .inner_item_txt .pwrap p {
    text-shadow: 2px 0 2px #fff, 2px 2px 2px #fff, 0 2px 2px #fff, -2px 2px 2px #fff, -2px 0 2px #fff, -2px -2px 2px #fff, 0 -2px 2px #fff, 2px -2px 2px #fff;
    font-size: 1.6rem !important;
}
/*カラータイトル2*/
.inner_item_txt .ttl2 {
    font-size: 2.6rem;
}
.blue {
    color: var(--i_main_color);
}
.red {
    color: #ED5101;
}
.green {
    color: #01A865;
}
@media screen and (max-width: 700px) {
    .inner_item_txt .ttl2 {
        font-size: max(20px, 3.5vw);
    }
}
/*月収10万円からの「新車」選び*/
#choose + .composite_box01.block_images_3 .inner_item {
    padding: 20px 0 0 0;
}
#choose + .composite_box01.block_images_3 .heading.block_header_4 .h {
    color: var(--i_txt_color);
}
#choose + .composite_box01.block_images_3 a + .inner_item_txt .money {
    background: var(--i_main_color);
    color: #fff;
    border-radius: 0 0 20px 20px;
}
#choose + .composite_box01.block_images_3 a + .inner_item_txt .money span {
    font-size: 2.5rem;
}
#choose + .composite_box01.block_images_3 a + .inner_item_txt .blue {
    padding: 0 1rem;
}
/*もちろん普通者も選べます！*/
#standard + .composite_box01 .inner_item {
    position: relative;
    padding: 0 0 20px 0;
    border-radius: 20px;
}
#standard + .composite_box01 .inner_item .heading {
    position: relative;
    margin-bottom: 0;
}
#standard + .composite_box01 .inner_item .heading h3 {
    color: #fff;
    border-radius: 20px 20px 0 0;
    padding: 1.5rem 0;
}
#standard + .composite_box01 .inner_item:nth-child(odd) .heading h3 {
    background: var(--i_main_color);
}
#standard + .composite_box01 .inner_item:nth-child(even) .heading h3 {
    background: var(--i_txt_color);
}
#standard + .composite_box01 .inner_item .heading h3 + p {
    position: absolute;
    background: #FFE001;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -15px;
    left: 15px;
    font-weight: bold;
}
#standard + .composite_box01 .inner_item_img {
    text-align: left;
}
#standard + .composite_box01 .inner_item_img img {
    height: auto !important;
    width: 50% !important;
    margin: 0 auto 0 1.5rem;
}
#standard + .composite_box01 .inner_item_txt {
    margin-top: -80px;
    padding: 0 2rem 3rem;
}
#standard + .composite_box01 .inner_item > a {
    position: relative;
    top: -1.5rem;
}
#standard + .composite_box01 .inner_item_txt .underline {
    text-decoration: underline;
    text-align: right;
    font-size: 1.8rem;
}
#standard + .composite_box01 .inner_item_txt .anno {
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 2rem;
}
#standard + .composite_box01 .inner_item_txt .price {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 2rem;
    font-size: 2rem;
}
#standard + .composite_box01 .inner_item_txt .price span {
    font-size: 2.5rem;
}
@media screen and (max-width: 900px) {
    #standard + .composite_box01 .inner_item .heading h3 {
        padding-left: 1rem;
    }
    #standard + .composite_box01 .inner_item_txt {
        margin-top: -50px;
        padding: 0 2rem;
    }
    #standard + .composite_box01 .inner_item .heading h3 + p {
        left: -15px;
    }
    #standard + .composite_box01 .inner_item_img img {
        width: 45% !important;
    }
    #standard + .composite_box01 .inner_item_txt .underline {
        font-size: 1.6rem;
    }
    #standard + .composite_box01 .inner_item_txt .anno {
        position: relative;
        left: 0;
        margin-bottom: 0;
    }
    #standard + .composite_box01 .inner_item_txt .price {
        position: relative;
        right: 0;
    }
}
@media screen and (max-width: 700px) {
    #standard + .composite_box01 .inner_item .heading h3 {
        padding-left: 0;
    }
    #standard + .composite_box01 .inner_item {
        width: 100%
    }
    #standard + .composite_box01 .inner_item + .inner_item {
        margin-top: 30px;
    }
}
/*定額払いだから急な出費が無く安心!!*/
.inner_item_txt ul.detail {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.inner_item_txt ul.detail li {
    list-style: none;
}
.inner_item_txt ul.detail li span {
    padding: 0.5rem 1rem;
    border-radius: 5px;
    color: #fff;
}
.inner_item_txt .ttl3 {
    font-size: 2.6rem;
}
.inner_item_txt .ttl3 span {
    font-size: 3.4rem;
}
@media screen and (max-width: 700px) {
    .inner_item_txt .ttl3 {
        font-size: 4.5vw;
    }
    .inner_item_txt .ttl3 span {
        font-size: 5.5vw;
    }
}

/*--4カラムにアイコン追加--*/
#choose + .composite_box01.block_images_3 .heading.block_header_4 .h{
    padding: 0 0 0 2rem;
    width: fit-content;
    margin: 0 auto;
    position:relative;
}

#choose + .composite_box01.block_images_3 .heading.block_header_4 .h:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1.8rem;
    height: 1.8rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#choose + .composite_box01.block_images_3 .inner_item:nth-of-type(1) .heading.block_header_4 .h:before{
  background-image:url("/common/upload_data/autoshophigashicom/image/20240520134701.png");
}

#choose + .composite_box01.block_images_3 .inner_item:nth-of-type(2) .heading.block_header_4 .h:before{
  background-image:url("/common/upload_data/autoshophigashicom/image/20240520134704.png");
}

#choose + .composite_box01.block_images_3 .inner_item:nth-of-type(3) .heading.block_header_4 .h:before{
  background-image:url("/common/upload_data/autoshophigashicom/image/20240520134709.png");
}

#choose + .composite_box01.block_images_3 .inner_item:nth-of-type(4) .heading.block_header_4 .h:before{
  background-image:url("/common/upload_data/autoshophigashicom/image/20240520134707.png");
}


@media screen and (min-width:1221px){
  #choose + .composite_box01.block_images_3 .heading.block_header_4 .h{
    font-size: 1.8rem !important;
  }

  #choose + .composite_box01.block_images_3 .heading.block_header_4 .h:before{
    top: 40%;
    left: -1.8rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}

@media screen and (min-width:921px) and (max-width:1220px){
  #choose + .composite_box01.block_images_3 .heading.block_header_4 .h{
    font-size: clamp(1.6rem , 1.8vw , 1.8rem) !important;
  }
}

@media screen and (max-width:920px){
   #choose + .composite_box01.block_images_3 .heading.block_header_4 .h:before{
    top: 40%;
    left: -2rem;
    width: 3rem;
    height: 3rem;
  }
}

@media screen and (max-width:600px){
  #choose + .composite_box01.block_images_3 .heading.block_header_4 .h{
    font-size: 1.6rem !important;
  }

   #choose + .composite_box01.block_images_3 .heading.block_header_4 .h:before{
    top: 50%;
    left: -1.0rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}


@media screen and (max-width:480px){
  #choose + .composite_box01.block_images_3 .heading.block_header_4 .h{
        font-size: 1.8rem !important;
  }

   #choose + .composite_box01.block_images_3 .heading.block_header_4 .h:before{
    top: 40%;
    left: -2rem;
    width: 3rem;
    height: 3rem;
  }
}
