@charset "utf-8";

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

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


header {
    padding: 0.5em;
}
header .inner {
    align-items: center;
    justify-content: center;
}
header .logo {
    width: 100px;
}
header .logo img {
    display: block;
}

header .util {
    display: none;
}
.content_body {
    padding-bottom: 5.4em;
}
.content_body header .util {
    background: #48b4fd;
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1000;
    padding: 0.5em 0.5em 1.5em;
    box-sizing: border-box;
}
header .util ul li {
    width: 49%;
}
header .util ul li + li {
    margin-left: 0;
}






nav {
    display: none;
}

.mv_sec {
    background: no-repeat;
    padding: 0;
}
.mv_bloc h1 {
    margin-bottom: 0;
}
.cv_sec {
    padding: 1em;
}
    
.cv_sec ul {
    width: 100%;
    margin: 0 auto 10px;
    align-items: center;
    justify-content: center;
    gap: .5em;
}
.cv_sec ul li {
    width: 45%;

}
.cv_txt {
    width: 96%;
    margin: 0 auto 50px;
    font-size: .9em;
    line-height: 1.8em;
}
.cv_bloc p span {
    font-size: 24px;
}
.cv_btn_bloc h2 {
    font-size: 14px;
}
.cv_btn_bloc ul {
    display: block;
}
.cv_btn_bloc ul li + li {
    margin-top: 0.5em;
    margin-left: 0;
}

.cv_tel .number {
    align-items: center;
}
.cv_tel .number figure {
    width: 9vw;
}
.cv_tel .number a {
    font-size: 9vw;
}

.cv_tel .text {
    font-size: 12px;
}

.cm_sec {
    padding: 1em 0;
}
.cm_bloc h2 {
    margin-bottom: 0;
}

.title_bloc {
    padding: 1em;
}
.title_bloc h2.flex {
    display: block;
}
.title_bloc h2 img {
    display: block;
}
.title_bloc h2 {
    font-size: 21px;
}


.support_sec .title_bloc h2 {
		width: 64%;
    margin: 0 auto;
}
.support_content {
    padding: 1em;
}

.support_bloc .item {
    display: block;
}
.support_bloc .item .detail {
    padding: 1em;
}
.support_bloc .item .detail h3 {
    font-size: 24px;
}
.support_bloc .item .detail p {
    font-size: 14px;
}

.case_content {
    padding: 1em;
}


.case_bloc .item .upper {
		position: relative;
    display: block;
}
.case_bloc .item .upper figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
}
.case_bloc .item .upper .box {
    margin: 0;
}
.case_bloc .item .upper figure {
    position: absolute;
    top: -5px;
    left: 0.5em;
    width: 24px;
}




.case_bloc .item .upper .box .price dl {
    width: 74%;
    margin-left: auto;
}
.case_bloc .item .upper .box .price dl dt {
    font-size: 12px;
}
.case_bloc .item .upper .box .price dl dd {
    font-size: 12px;
}
.case_bloc .item .upper .box .price dl dd span {
    font-size: 32px;
    margin-right: 0.1em;
}
.case_bloc .item .upper .box .meta_box dl {
    width: 100%;
    font-size: 14px;
    line-height: 1.4em;
}

.case_bloc .item .upper .box h3 {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: bold;
}
.case_bloc .item .bottom p {
    font-size: 12px;
}


.flow_content {
    padding: 1em;
}
.flow_bloc ol li figure {
		width: 18%;
}
.flow_bloc ol li .detail {
    flex: 1 0 0%;
    margin-left: 1em;
}
.flow_bloc ol li .detail h3 {
    font-size: 18px;
}
.flow_bloc ol li .detail p {
    font-size: 12px;
}

.faq_content {
    padding: 1em;
}


.faq_bloc dl dt {
    font-size: 14px;
    padding: 1em 3em 1em 3em;
}
.faq_bloc dl dd {
    font-size: 12px;
    padding: 1em 1em 1em 3em;
}

.faq_bloc dl dt:before {
		width: 12px;
    height: 24px;
}
.faq_bloc dl dd:before {
		width: 12px;
    height: 24px;
}



.faq_bloc dl dt:after {
		width: 12px;
    height: 12px;
}
.faq_bloc dl dt.active:after {
		width: 12px;
    height: 12px;
}


.contact_wrap {
    padding: 1em 0;
}
.contact_wrap .upper {
    padding: 0 1em;
    margin-bottom: 1em;
}
.contact_wrap .upper p {
    font-size: 12px;
}
.contact_bloc {
    margin: 0 auto 1em;
}
.contact_bloc dl dt br {
		display:none;
}

footer .logo {
    width: 100px;
    margin: 0 auto;
}



.thanks_body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.thanks_body footer {
  margin-top: auto;
}


























}