html {
    margin-top: 0px !important;
}

.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

.owl-nav.disabled {
    display: none;
}

img {
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: 0px;
    display: block;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html, body,  ul, ol, li,  h1, h2, h3, h4, h5, h6, p, div {
	margin: 0;
    padding: 0;
    font-weight:400;
    list-style:none;
}

::-webkit-scrollbar{
	width: 10px;
}

::-webkit-scrollbar-track{
	background: #f1f1f1;
	border-left: solid 1px #dedede;
}

::-webkit-scrollbar-thumb{
	background: #dedede;
	border-radius: 10px;
	box-shadow: inset 0 0 0 2px #dedede;
}

input, textarea, select {
    font-family: 'Noto Sans JP', sans-serif;
}

small.abc {
    font-family: "yu-mincho-pr6n", sans-serif;
}span.red {
    color: #ff0000;
}a {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
    color: #000;
}





@media screen and (min-width: 970px){

:root {
  font-size: 1vw;
}

body {
    color: #040404;
    background: #fff;
    font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, "Droid Sans", Osaka, sans-serif;
    font-size: 1.2rem;
    -webkit-text-size-adjust: 100%;
    line-height: 1.6;
}

header {
    padding: 2rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}h1#logo {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    line-height: 1.1;
    font-size: 2.9rem;
}h1#logo small {
    font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, "Droid Sans", Osaka, sans-serif;
    font-size: 1rem;
    display: block;
}

ul#header_ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}ul#header_ul li {
    padding: 0 1rem;
    font-weight: bold;
}li.header_ul_tel {
    text-align: center;
    padding: 0 0 0 2rem!important;
    line-height: 1.4;
}li.header_ul_tel small {
    font-size: 0.9rem;
    line-height: 1.2;
    display: block;
}span.tel {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2rem;
    display: block;
}


ul#nav_ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f9f9f9;
    padding: 0 8rem;
}ul#nav_ul li {
    text-align: center;
    width: 100%;
    padding: 2rem;
}ul#nav_ul li {
    text-align: center;
    width: 100%;
    padding: 2rem;
}li.nav_ul_tel {
    background: #ffd200;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: center;
    align-items: center;
}li.nav_ul_line {
	background: #40AA35;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: center;
    align-items: center
}span.line_icon {
    display: block;
    width: 3rem;
    margin: 0 1.2rem 0rem;
}span.phone_icon {
    display: block;
    width: 3rem;
    margin: 0 1.2rem 0rem;
}p.nav_ul_p {
	font-weight: bold;
    font-size: 1.4rem;
}


h2.content_section_h2 {
	margin: 10rem 0 4rem;
    text-align: center;
    font-weight: bold;
    font-size: 3.4rem;
    letter-spacing: 0.1em;
}h2.content_section_h2 small {
    display: block;
    font-size: 1.8rem;
}span.yellow {
    position: relative;
}span.yellow:after {
    content: "";
    background: #ffeb00;
    width: 23rem;
    height: 1rem;
    position: absolute;
    bottom: 0.8rem;
    left: 0;
    z-index: -1;
    margin-left: -0.5rem;
}p.consultation_p {
    padding: 1.6rem 6rem 1.2rem;
    background: #40AA35;
    color: #fff;
    display: table;
    margin: 2rem auto;
    letter-spacing: 0.1em;
    font-size: 1.6rem;
    border-radius: 0.4rem;
    font-weight: bold;
}


h2#very {
	text-align: center;
    margin: 10rem auto 4rem;
    font-weight: bold;
    font-size: 3.4rem;
    position: relative;
    width: 52rem;
    color: #040404;
}h2#very:before {
    content: "";
    background-image: url(../img/star.svg);
    width: 3rem;
    height: 3rem;
    background-size: cover;
    position: absolute;
    left: -1rem;
    top: 0.9rem;
}h2#very:after {
    content: "";
    background-image: url(../img/star.svg);
    width: 3rem;
    height: 3rem;
    background-size: cover;
    position: absolute;
    right: -1rem;
    top: 0.9rem;
}


span.pink {
    position: relative;
    color: #ff2e49;
    padding-left: 0.4rem;
}

ul.very_ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 8rem 6rem;
}ul.very_ul li {
    background: #ffd200;
    padding: 1.5rem;
    width: 20.5rem;
    height: 20.5rem;
    text-align: center;
}p.very_p {
	text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
}span.icon_very {
    display: block;
    margin: 2rem auto;
    width: 7rem;
}




section#comparison {
    background-image: url(../img/content_bg.jpg);
    background-size: cover;
    padding: 8rem 8rem;
}table {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    table-layout: fixed;
    width: 100%;
}table tr {
	background-color: rgb(255 255 255 / 75%);
    padding: 0.35em;
    border: 1px solid #fff;
}table th{
    text-indent: 0.1em;
    padding: 1em;
    border-right: 1px solid #fff;
    letter-spacing: 0.1em;
}table td {
  padding: 1em;
  border-right: 1px solid #fff;
  text-align: center;
}table thead tr{
  color:#fff;
}table tbody th {
	border-right: 1px solid #fff;
    font-size: 1.4rem;
}th.non {
    border-right: none;
}.price{
  color: #000;
  font-weight: bold;
  font-size:1.3em
}.red_bk{
    background: #e81010;
    font-size: 1.6rem;
}.red-txt {
    color: #e81010;
    font-weight: bold;
    font-family: system-ui;
    font-size: 2rem;
}th.grey {
    font-size: 1.4rem;
    background: #ededed;
    color: #000;
}th.grey small {
    display: block;
    font-size: 1.2rem;
}


section#user_review {
    padding: 6rem 10rem 2rem;
    background: #f9f9ec;
}h2#review_h2 {
    margin: 2rem auto 0rem;
    font-weight: bold;
    font-size: 3.4rem;
    position: relative;
    color: #040404;
    text-align: center;
    width: 70rem;
}h2#review_h2:before {
    content: "";
    background-image: url(../img/star.svg);
    width: 3rem;
    height: 3rem;
    background-size: cover;
    position: absolute;
    left: -1rem;
    top: 0.9rem;
}h2#review_h2:after {
    content: "";
    background-image: url(../img/star.svg);
    width: 3rem;
    height: 3rem;
    background-size: cover;
    position: absolute;
    right: -1rem;
    top: 0.9rem;
}h3.review_title {
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
}ul.review {
    margin: 2rem 0;
}ul.review li {
    border-radius: 0.4rem;
    background: #fff;
    padding: 2rem;
    margin-bottom: 1rem;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}h3.review_h3 {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}



section#flow {
    padding: 6rem 10rem;
    background: #f9f9f9
}h2#flow_h2 {
    margin: 0rem auto 0rem;
    font-weight: bold;
    font-size: 3.4rem;
    position: relative;
    color: #040404;
    text-align: center;
}ul.flow {
    margin: 4rem 0;
}ul.flow li {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 0.6rem;
    overflow: hidden;
    margin-bottom: 2rem;
    box-shadow: 0 0 10px rgb(0 0 0 / 13%);
    background: #fff;
}.flow_img {
    width: 50%;
}.flow_text {
    width: 50%;
    padding: 2rem 4rem;
}span.flow_num {
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 5rem;
    color: #40AA35;
    display: block;
}span.flow_num small {
    font-size: 3rem;
}h3.flow_h3 {
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.4;
    margin: 1rem 0;
}p.flow_p {
    font-size: 1.1rem;
}


section#qa {
    padding: 6rem 10rem;
}h2#qa_h2 {
    margin: 0rem auto 0rem;
    font-weight: bold;
    font-size: 3.4rem;
    position: relative;
    color: #040404;
    text-align: center;
}ul.flow_ul {
    margin: 4rem 0;
}li.flow_ul_text {
    display: none;
}li.flow_ul_title {
    font-weight: bold;
    font-size: 1.6rem;
    padding: 2rem 6rem;
    border-bottom: 1px solid #dedede;
    position: relative;
}li.flow_ul_title:before {
    content: "\0051";
    background: #ffd200;
    color: #fff;
    border-radius: 10rem;
    font-family: 'Roboto Condensed', sans-serif;
    width: 2.6rem;
    height: 2.6rem;
    position: absolute;
    text-align: center;
    line-height: 1.7;
    font-weight: 500;
    left: 1rem;
}li.flow_ul_title:after {
    content: "\002b";
    position: absolute;
    right: 2rem;
    top: 2.2rem;
    color: #252525;
}


section#area {
    padding: 0rem 10rem 20rem;
}h2#area_h2 {
    font-weight: bold;
    font-size: 3.4rem;
    position: relative;
    color: #040404;
    text-align: center;
}ul.area_ul {
    text-align: center;
    margin: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}ul.area_ul li {
    padding: 0 1rem;
    font-size: 1.4rem;
}.kome {
    text-align: center;
}.kome:before {
    content: "\00203b";
}



ul#footer_nav_ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f9f9f9;
    padding: 0 8rem;
}ul#footer_nav_ul li {
    text-align: center;
    width: 100%;
    padding: 2rem;
}footer {
    background: #212121;
    padding: 10rem 14rem 10rem;
}ul.footer_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}ul.footer_nav li {
    color: #fff;
    font-size: 1.4rem;
}


h4#footer_h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    line-height: 1.1;
    font-size: 4rem;
    text-align: center;
    color: #fff;
    margin-bottom: 4rem;
}h4#footer_h4 small {
    font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, "Droid Sans", Osaka, sans-serif;
    font-size: 1.4rem;
    display: block;
    color: #fff;
    font-weight: bold;
}


}