@charset "utf-8";

@media screen and (max-width: 768px) {

html {
    padding-bottom: 93px;
}

header {
    padding: 0.5em;
}
header .inner {
    align-items: center;
    justify-content: center;
}
header .logo {
    width: 40%;
}
header .util {
    display: none;
}

.mv_bloc {
    padding: 2em 1em;
}
.mv_bloc .catch {
    width: 74%;
    margin: 0 auto 1em;
}
.mv_bloc h1 {
    margin-bottom: 0em;
}
.mv_bloc h1 span {
    font-size: 6vw;
}
.mv_bloc ul li {
    width: calc(100% / 3 - 0.5em);
}
.mv_figure_bloc {
    background-size: contain;
    background-position: left 10% top;
}
.mv_figure {
    width: 40%;
    margin-right: 0.5em;
}
.mv_bottom {
    padding: 1em;
}
.mv_bottom p {
    font-size: 5vw;
}
.campaign {
    padding: 2em 1em 2em;
}

.cp {
    padding: 1em;
}
.cp_bloc {
    gap: 0.5em;
    margin-bottom: 0.5em;
}
.cp_bloc figure {
    width: 30%;
}

.cp_bloc .box ul li {
    font-size: 4vw;
}
.cp_bloc .box h2 {
    font-size: 5vw;
}
.cp_bloc .box p {
    font-size: 4vw;
    line-height: 1.4em;
}

.cp_btn_bloc .tel_bloc h3 {
    font-size: 4vw;
    line-height: 1.4em;
}
.cp_btn_bloc .tel_bloc .tel a {
    font-size: 8vw;
}
.cp_btn_bloc .tel_bloc p {
    font-size: 3vw;
}
.cp_btn_bloc ul {
    padding: 1em;
    gap: 1em;
}

.title_bloc {
    padding: 1em;
}
.title_bloc h2 {
    font-size: 5vw;
}
.title_bloc h2 b {
    font-size: 7vw;
}

.title_bloc h2 em {
    font-size: 7vw;
}
.title_bloc h2 strong {
    font-size: 7vw;
}

.title_bloc.arrow:after {
    border-width: 20px 20px 0 20px;
    bottom: -20px;
}

.results_content {
    padding: 2em 1em;
}
.results_content h3 {
    font-size: 6vw;
}
.results_content h3 em {
    font-size: 8vw;
}

.results_bloc {
    gap: 2em;
}
.results_desc {
    width: 100%;
}
.results_desc p {
    font-size: 4vw;
}
.results_desc p + p {
    margin-top: 1em;
}
.results_desc h4 {
    font-size: 6vw;
    text-align: center;
}

.results_item_wrap {
    flex: auto;
    width: 100%;
}

.results_item {
    width: calc(100% / 2 - 0.5em);
}
.results_item figure {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 4;
}
.results_item:after {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 4;
}

.results_item dl dt {
    font-size: 3vw;
}
.results_item dl dd {
    font-size: 4vw;
}

.case_content {
    padding: 2em 1em;
}

.price_table th img {
    height: 20px;
}

.price_table th {
    font-size: 3vw;
    padding: 0.5em;
}
.price_table td {
    padding: 0.5em;
}

.d1 {
    width: auto;
}
.d2 {
    width: auto;
}
.d3 {
    width: auto;
}


.d1 em {
    font-size: 2vw;
    margin-bottom: 0.5em;
}
.d1 span {
    font-size: 2vw;
}
.d2 dl {
    gap: 0.1em;
}
.d2 dl + dl {
    margin-top: 0.2em;
}
.d2 dl dt {
    font-size: 2vw;
}
.d2 dl dd {
    font-size: 1vw;
}
.d2 dl dd em {
    font-size: 2vw;
}

.d3 span {
    font-size: 1vw;
}
.d3 span em {
    font-size: 3vw;
}

.price_table th:nth-of-type(3) {
    border-left: solid 5px #e12b19;
    border-right: solid 5px #e12b19;
}
.price_table td:nth-of-type(3) {
    border-left: solid 5px #e12b19;
    border-right: solid 5px #e12b19;
}

.price_table tr:first-child th:nth-of-type(3) {
    border-top: solid 5px #e12b19;
}
.price_table tr:last-child td:nth-of-type(3) {
    border-bottom: solid 5px #e12b19;
}


.price_table th span {
    font-size: 3vw;
}


.price_table tr:first-child th:nth-of-type(3):after {
    display:none;
}
.price_table td:nth-of-type(3):after {
    display:none;
}
.price_table tr:last-child td:nth-of-type(3):after {
    display:none;
}

.case_image {
    margin-bottom: 1em;
}

.brands_content {
    padding: 2em 1em;
}

.brand_bloc ul {
    gap: 1em;
}
.brand_bloc ul li {
    width: calc(100% / 3 - 1em);
}

.safes_content {
    padding: 2em 1em;
}

.safe_bloc ul {
    gap: 1em;
}
.safe_bloc ul li {
    width: 100%;
    padding: 1em 1em 1em 3em;
}
.safe_bloc ul li:before {
    width: 30px;
    height: 22px;
}
.safe_bloc ul li span {
    font-size: 5vw;
}

.reasons_content {
    padding: 2em 1em;
}

.reasons_item {
    gap: 1em;
}
.reasons_item + .reasons_item {
    margin-top: 2em;
}
.reasons_bloc {
    flex: auto;
    width: 100%;
}
.reasons_bloc .ttl i {
    width: 10vw;
}
.reasons_bloc .ttl h3 {
    font-size: 6vw;
    line-height: 1.2em;
}
.reasons_bloc p {
    font-size: 4vw;
    line-height: 1.4em;
}

.reasons_item figure {
    width: 100%;
}

.reasons_bottom p {
    font-size: 5vw;
    line-height: 1.6em;
}
.reasons_bottom em {
    font-size: 6vw;
}

.reasons_b_content {
    padding: 2em 1em;
}

.reasons_b_item_wrap {
    gap: 2em;
}
.reasons_b_item {
    width: 100%;
}
.reasons_b_item figure {
    width: 100%;
}
.reasons_b_bloc {
    width: 100%;
}
.reasons_b_bloc .ttl i {
    width: 10vw;
}
.reasons_b_bloc .ttl h3 {
    font-size: 6vw;
    line-height: 1.2em;
}
.reasons_b_bloc p {
    font-size: 4vw;
    line-height: 1.4em;
}

.step_content {
    padding: 2em 1em;
}

.step_item_wrap {
    gap: 3em;
}
.step_item {
    width: 100%;
}

.step_item i {
    width: 4em;
    margin: -2em auto 0;
}
.step_item h3 {
    font-size: 5vw;
}
.step_item p {
    font-size: 4vw;
}

.areas_content {
    padding: 2em 1em;
}
.areas_wrap {
    gap: 2em;
}
.areas_wrap figure {
    flex: none;
    width: 60%;
    margin: 0 auto;
}
.areas_bloc {
    width: 100%;
}

.areas_bloc h3 {
    font-size: 5vw;
    text-align: center;
}
.areas_bloc p {
    font-size: 4vw;
    text-align: center;
    margin-bottom: 1em;
}

.areas_bloc h4 {
    font-size: 5vw;
    line-height: 1.6em;
    text-align: center;
}
.areas_bloc h4 em {
    font-size: 7vw;
}

.voices_content {
    padding: 2em 1em;
}

.voices_bloc {
    flex: none;
    width: 100%;
}
.voices_item figure {
    margin: 0 auto;
}
.voices_item {
    padding: 1em;
    gap: 1em;
}
.voices_bloc .upper h3 {
    font-size: 4vw;
}

.voices_bloc .upper .rate img {
    width: 1em;
    display: inline-block;
}

.voices_bloc .upper p {
    font-size: 3.6vw;
}
.voices_bloc .bottom h4 {
    font-size: 4vw;
}
.voices_bloc .bottom p {
    font-size: 3.6vw;
}

.faq_content {
    padding: 2em 1em;
}

.faq_bloc dl dt span {
    display: inline-block;
    font-size: 4vw;
    line-height: 1.2em;
}
.faq_bloc dl dd {
    font-size: 3.6vw;
    line-height: 1.4em;
    padding: 1em 1em 1em 3.5em;
}

.faq_bloc dl + dl {
    margin-top: 1em;
}

.faq_bloc dl dt:before {
    width: 20px;
    height: 28px;
}
.faq_bloc dl dd:before {
    width: 20px;
    height: 20px;
}

.contact_wrap {
    padding: 2em 1em;
}

.contact_message p {
    font-size: 4vw;
}

.contact_flow ol li .num {
    font-size: 10px;
    line-height: 1em;
}
.contact_flow ol li .num em {
    font-size: 14px;
    line-height: 1em;
}
.contact_flow ol li .text {
    font-size: 18px;
}
.contact_flow ol li:nth-child(1), .contact_flow ol li:nth-child(2) {
    margin-right: 1em;
}
.contact_flow ol li:nth-child(1):after, .contact_flow ol li:nth-child(2):after {
    border-width: 38px 0 0 1em;
    right: -16px;
}
.contact_flow ol li {
    padding: 10px 0.5em 10px 0.5em;
}
.contact_top {
    margin-bottom: 1em;
}


footer .logo {
    width: 40%;
    margin: 0 auto;
    padding: 1em;
}

footer .copy {font-size: 10px;}





.fix_banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100000000000000000;
}
.fix_banner .util {
    align-items: stretch;
    justify-content: space-between;
    background: #fff;
    border: solid 10px rgb(0 0 0 / 60%);
}
.fix_banner .util .btn_bloc {
    width: 58%;
}
.fix_banner .util .btn_bloc ul {
    height: 100%;
    align-items: stretch;
    justify-content: space-between;
}
.fix_banner .util .btn_bloc ul li {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.fix_banner .util .btn_bloc ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.fix_banner .util .btn_bloc ul li:nth-child(1) a {
    background: #B51D22;
}
.fix_banner .util .btn_bloc ul li:nth-child(2) a {
    background: #04BA4D;
}

.fix_banner .util .tel_bloc {
    background: #fff;
    flex: 1 0 0%;
}
.fix_banner .util .tel_bloc a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    padding: 4px;
}

.fix_banner .util .tel_bloc a > p {
    font-size: 12px;
}
.fix_banner .util .tel_bloc a .tel {
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.fix_banner .util .tel_bloc a .tel i {
    width: 20px;
    display: block;
}
.fix_banner .util .tel_bloc a .tel i img {
    display: block;
}
.fix_banner .util .tel_bloc a .tel .num {
    display: block;
    font-size: 5vw;
    line-height: 1em;
}






}