@charset "UTF-8";

#worries + section > .content_wrapper .heading.block_header_7 {
    justify-content: center;
}
#worries + section > .content_wrapper .heading.block_header_7 .h{
    text-align: center;
}
#worries + section > .content_wrapper .wrapper_item {
    width: min(90%, 800px);
    padding: 20px !important;
    margin: 0 auto;
    background: #fff;
}
#worries + section > .content_wrapper .wrapper_item .inner_item_txt p {
    padding-left: 28px;
    position: relative;
    font-weight: bold;
}
#worries + section > .content_wrapper .wrapper_item .inner_item_txt p:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--i_main_color);
    border: 1px solid var(--i_main_color);
    left: 0;
    top: 5px;
}
#worries + section > .content_wrapper .wrapper_item .inner_item_txt p:after {
    content: "";
    display: block;
    position: absolute;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    width: 12px;
    height: 5px;
    transform: rotate(-45deg);
    left: 4px;
    top: 11px;
}

/*電話発信PC時不可*/
@media screen and (min-width: 769px){
	a[href^="tel"] {
    pointer-events: none;
	}
}