@charset "UTF-8";

#god_section01 + .contents_box01 .heading.block_header_2 .h {
 font-size: 40px;
}


@media screen and (max-width: 1350px) {
#god_section01 + .contents_box01 .heading.block_header_2 .h {
 font-size: 2.7rem !important;
 }
}

#god_section01 + .contents_box01 .heading.block_header_2 .h:before{
content: none;
}

/*余白調整 260724*/
.border-added + ul{
  margin-top: 20px;
}

/*--------2カラム---------*/
a#clm2+div .inner_item:nth-of-type(1) .inner_item_img {
    margin-bottom: 0;
}
a#clm2+div .inner_item:nth-of-type(1) img {
    width: 65% !important;
    object-fit: contain;
    height: auto !important;
}
a#clm2+div .inner_item:nth-of-type(1) .inner_item_txt .tel a {
    font-size: 2.6rem;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#clm2+div .inner_item:nth-of-type(1) .inner_item_txt .tel a svg {
    width: 22px;
    height: 22px;
    position: relative;
    margin-right: 3px;
    top: 1px;
}
@media screen and (min-width: 769px) {
a#clm2+div .inner_item:nth-of-type(1) .inner_item_txt .tel a {
    pointer-events: none;
}
}

a#clm2+div .inner_item:nth-of-type(2) .inner_item_txt,
#clm2+div .inner_item:nth-of-type(1) .inner_item_txt {
    margin-top: 0;
}
a#clm2+div .inner_item:nth-of-type(2) .inner_item_txt .heading.block_header_4 h3.h {
    font-size: 3.0rem !important;
}
a#clm2+div .inner_item:nth-of-type(2) .inner_item_txt .brdr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    gap: 10px;
　 background-color: #00479c;
}
a#clm2+div .inner_item:nth-of-type(2) .inner_item_txt .brdr p {
    width: 46%;
    border: 1px solid var(--i_border_color);
    margin: 0;
    border-radius: 5px;
}
