body {
    margin: 0;
    font-size: 1rem;
    color: #222;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.top_page {
    background-image: url(img/top_page_bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.top_page_bg {
    background-image:url(img/top_page_bg2.png),
					 url(img/top_page_bg3.png);
    background-repeat:no-repeat,
                    no-repeat,
                    repeat;
    background-position:right top,
                    left bottom;
}

.top_page_content {
    text-align: center;
    padding: 50px 0;
}

.top_page_content img {
    width: 100%;
    max-width: 70%;
    margin: auto;
}

.top_page_content::before {
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #7a0;
    border-right: 2px solid #7a0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow{
    position: relative;
    display: inline-block;
    margin: 0 80px 20px 110px;
}

.arrow::after{
    content: '';
    width: 20px;
    height: 20px;
    border: 0px;
    border-top: solid 5px #fff;
    border-right: solid 5px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
}

.estimate_button {
    padding-top: 30px;
    width: 100%;
    max-width: 47%;
    display: flex;
    margin: auto;
}

.estimate_button .btn-flat-border {
    display: inline-block;
    padding: 0.55em 0 0.5em;
    text-decoration: none;
    color: #fff;
    border: solid 2px #0099FF;
    border-radius: 15px;
    transition: .4s;
    background: linear-gradient(#0099FF, #046CB1);
    font-size: 2.5rem;
    font-weight: bold;
    width: 100%;
    text-align: right;
}
  
.worries_page {
    background-image: url(img/worries_page_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-bottom: 150px;
}

.worries_top_textbox {
    text-align: center;
    position: relative;
    padding-top: 60px;
}

.worries_top_text {
    display: flex;
    margin: 0 auto;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.worries_top_text h3 {
    font-size: 2rem;
    margin: 0 auto 0;
}

.worries_top_text span {
    font-size: 3rem;
    margin: 0;
    padding-top: .4em;
    background-position: top left -5px;
    background-repeat: repeat-x;
    background-size: 1.05em .3em;
    background-image: radial-gradient(.15em .15em at center center,#fff,#fff 100%,transparent);
}

.worries_checkbox {
    width: 100%;
    max-width: 70%;
    margin: 10px auto 0;
    font-weight: 700;
    font-size: 1.1rem;
}

.worries_checkbox_text {
    display: flex;
    justify-content: center;
    text-align: center;
}

.worries_checkbox_text img {
    position: absolute;
    height: calc(100% + 35px);
    right: 0;
    bottom: 0;
    vertical-align:top;
    width: 100%;
    max-width: 20%;
}

.worries_checkbox_text ul {
    list-style-type: none!important;
    padding: 30px 250px 30px 60px;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    margin: 0 auto;
}

.worries_checkbox_text ul li {
    text-align: left;
    line-height: 1.5rem;
    padding: 0.6em 0.5em;
    list-style-type: none!important;/*ポチ消す*/
    font-size: 1.2rem;
    display: flex;
}

.worries_checkbox_text ul li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    font-weight: 900;
    left : 0; /*左端からのアイコンまで*/
    color: #2B4C78; /*アイコン色*/
    background-color: #fff;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 1.5rem;
}

.worries_checkbox_text .text_color {
    color: #0099FF;
}

.solve_page {
    padding-bottom: 250px;
}

.solve_top {
    background-image: url(img/solve_page_topbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.solve_top {
    font-size: 3rem;
    text-align: center;
}

.solve_top h3 {
    font-weight: lighter;
    margin-top: 0;
}

.solve_top_toptext {
    display: flex;
    justify-content: center;
    padding-top: 60px;
}

.solve_top_toptext img {
    width: 100%;
    max-width: 45%;
}

.solve_top_toptext h3 {
    margin: 50px 0 0;
}

.solve_top .text_border::after {
    padding: 0 100px;
}

.text_border::after {
    content: '';
    background: linear-gradient(transparent 50%, yellow 50%);    
    width: 100%;
    height: 40px;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -70%);
    position: absolute;
    z-index: -1;
}

.text_border {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 3rem;
}

.solve_top .text_color {
    font-size: 4rem;
    color: #FC652D;
}

.solve_middle {
    text-align: center;
    font-size: 2rem;
    margin: 80px auto;
}

.solve_middle {
    text-shadow: 0.2px 0.2px 0 #222;
}

.solve_bottom_box .medal {
    background-image: url(img/solve_page_bottombg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 310px;
    max-width: 30vw;
    height: 310px;
    max-height: 30vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4rem;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 6px #000;
    line-height: 4.5rem;
    letter-spacing: 4px;
}

.solve_bottom_box .medal:not(:first-of-type) {
    margin-left: 50px;
}

.solve_bottom_box {
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    justify-content: center;
    position: relative;
}

.solve_bottom_photo {
    fill: white;
    opacity: 1;
    position: absolute;
    bottom: 0;
    z-index: 1;
    background-blend-mode: screen;
    background-image: url(img/solve_page_bottombg.png);
}

.kabiQ_what {
    text-align: center;
    background-image: url(img/kabiQ_what_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 445px;
    position: relative;
    display: flex;
    align-items: center;
}

.kabiQ_what img {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 1;
    width: 100%;
    max-width: 57%;
}

.kabiQ_what_text {
    background: rgba(255,255,255,.6);
    border-radius: 25px;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}

.kabiQ_what_text p {
    padding: 60px 0;
    font-size: 1.5rem;
    font-weight: bold;
}

.kabiQ_how {
    text-align: center;
    background-image: url(img/kabiQ_how_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.kabiQ_how_title {
    display: flex;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    padding-top: 20px;
}

.kabiQ_how_title h3 {
    padding-top: 50px;
    color: #055BB2;
}

.kabiQ_how_title .text_border {
    padding: 0 40px;
}

.kabiQ_how_title_photo {
    margin: 30px 0 0 auto;
}

.kabiQ_how_title_photo img {
    width: 100%;
    max-width: 70%;
}

.kabiQ_how_title_photo2 {
    margin: 90px auto 0 10px;
}

.kabiQ_how_toptext {
    font-size: 1.5rem;
}

.kabiQ_how_toptext .text_color {
    color: #FC652D;
}

.kabiQ_how_middletext {
    font-weight: bold;
    font-size: 1.3rem;
    margin: 40px auto;
}

.kabiQ_how_middletext p {
    margin-bottom: 0;
}

.kabiQ_how_middletext .text_color {
    color: #0099FF;
}

.kabiQ_how_middletext .big_font {
    font-size: 2.5rem;
}

.kabiQ_how_table {
    display: inline-block;
    position: relative;
    padding: 18px;
    border: solid 2px #0099FF;
    font-size: 0.8em;
    width: 100%;
    max-width: 65%;
    margin: 40px auto 80px;
}
   
.kabiQ_how_table::before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: -8px;
    right: -8px;
    left: 4px;
    border: solid 2px #fff;
}

.kabiQ_how_table table {
    padding: 10px 40px 0;
}

.kabiQ_how_table::after {
    content: "";
    position: absolute;
    top: -8px;
    bottom: 6px;
    right: 6px;
    left: -8px;
    border: solid 2px #fff;
}

.kabiQ_how_table th {
    width: 100%;
    max-width: 15%;
    padding: 0 20px 20px 0;
}

.kabiQ_how_table td {
    width: 100%;
    max-width: 60%;
    margin-right: auto;
    text-align: left;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 0 40px 20px 0;
}

.kabiQ_how_table .text_border {
    color: #0066CC;
}

.kabiQ_investigation {
    background-image: url(img/kabiQ_investigation_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.kabiQ_investigation {
    font-size: 2.5rem;
    text-align: center;
    font-weight: bold;
    padding: 80px 0 70px;
}

.kabiQ_investigation .text_color {
    color: #0099FF;
}

.kabiQA_page {
    background-image: url(img/kabiQA_page_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
}

.kabiQA_bg_white {
    background: rgba(255,255,255,.8);
}

.kabiQA_title {
    display: flex;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    padding-top: 40px;
}

.kabiQA_title .Q {
    font-size: 6rem;
    color: #0099FF;
    font-weight: bold;
    font-family: 'Hind', sans-serif;
    padding-right: 20px;
}

.kabiQA_title h3 {
    font-size: 1.8rem;
    margin: 35px 0 0;
}

.kabiQA_figure {
    text-align: center;
}

.kabiQA_figure img {
    width: 100%;
    max-width: 80%;
}

.kabiQA_content {
    text-align: center;
    font-size: 1.2rem;
    padding-top: 20px;
    font-weight: bold;
}

.kabiQA_point {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 20px;
}

.kabiQA_point .text_color {
    color: #0099ff;
}

.kabiQA2_page {
    background-image: url(img/kabiQA2_page_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
}

.kabi_attention_page {
    background-image: url(img/kabi_attention_pagebg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 40px;
}

.kabi_attention_title {
    display: flex;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
}

.kabi_attention_title h3 {
    padding-top: 40px;
    color: #fff;
    text-shadow: 0 0 8px #fff;
    font-size: 2rem;
    text-align: center;
    width: auto;
}

.kabi_attention_title .text_border {
    padding: 0 20px 0 50px;
}

.kabi_attention_title_photo {
    margin: 20px 0 0 auto;
}

.kabi_attention_title_photo img {
    width: 100%;
    max-width: 70%;
}

.kabi_attention_title_photo2 {
    margin-top: 30px;
}

.kabi_attention_title_photo1 {
    margin-top: 80px;
}

.kabi_attention_title .text_border::after {
    background: linear-gradient(transparent 50%, #ff0000 50%);    
    height: 55px;
}


.kabi_denger_bg {
    background-image: url(img/kabi_denger_pagebg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color:rgba(255,255,0,0.65);
    background-blend-mode:lighten;
}

.kabi_denger_page {
    background-color: #FFFF00;
    text-align:center;
}

.kabi_denger_page .small_font {
    font-size: 2rem;
}

.denger_shima {
    width: 100%;
    vertical-align:top;
}

.kabi_denger_page h3 {
    font-size: 2rem;
}

.kabi_denger_title {
    background-color: #fff;
    width: 100%;
    max-width: 60%;
    margin: auto;
    padding: 20px 0;
    margin-top: 60px;
}

.kabi_denger_title .text_border {
    padding: 0 10px 0 30px;
}

.kabi_denger_title .text_border::after {
    background: linear-gradient(transparent 50%, #0099ff 50%);    
    height: 42px;
    bottom: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
}

.kabi_denger_content {
    display: flex;
    width: 100%;
    max-width: 60%;
    margin: 0 auto 40px;
}

.circle_photo1 {
    width: 100%;
    max-width: 80%;
    padding-top: 70px;
    vertical-align: top;
}

.circle_photo2 {
    width: 100%;
    max-width: 60%;
}

.kabi_denger_box {
    margin: auto;
    text-align: center;
}

.kabi_denger_strong {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.kabi_denger_box2 .kabi_denger_strong {
    margin-top: 25px;
}

.kabi_denger_box2 .kabi_denger_strong img {
    max-width: 11%;
    width: 100%;
}

.kabi_denger_strong img {
    width: 100%;
    max-width: 15%;
    height: 100%;
    max-height: 15%;
    padding-top: 3px;
}

.kabi_denger_strong h3 {
    margin: 5px 0 0 10px;
    font-size: 2.5rem;
}

.kabi_denger_box p {
    font-weight: bold;
    line-height: 2.3rem;
    font-size: 1.1rem;
}

.maintenance_page {
    background-image: url(img/maintenance_page_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    
}

.maintenance_bg_white {
    background-color: rgba(255,255,255,.5);
    padding: 80px 0 60px;
}

.maintenance_bg_white > p {
    margin-bottom: 60px;
    font-size: 1.8rem;
}

.maintenance_box {
    background: linear-gradient(rgba(0,102,204,.8), rgba(0,153,255,.8));
    width: 100%;
    max-width: 80%;
    border-radius: 25px;
    color: #fff;
    margin: auto;
    font-size: 3rem;
    padding: 60px 0;
}

.maintenance_box .text_border {
    padding: 0 20px 0 40px;
}

.maintenance_box .text_border::after {
    background: linear-gradient(transparent 50%, #0066CC 50%);    
    height: 42px;
    bottom: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
}

.maintenance_box .text_color {
    color: #FFFF00;
}

.maintenance_text {
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 0 0 5px #fff;
    padding-top: 60px;
}

.questionnaire_page {
    background-image: url(img/solve_page_topbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    font-size: 2rem;
    padding: 120px 0;
}

.kabiQA3_page {
    background-image: url(img/kabiQA3_page_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
}
.kabiQA4_page {
    background-image: url(img/kabiQA4_page_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
}
.kabiQA5_page {
    background-image: url(img/kabiQA5_page_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
}

.questionnaire_result_page {
    background-image: url(img/questionnaire_result_page_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding-bottom: 70px;
}

.questionnaire_result_page .questionnaire_result_ribon {
    padding-top: 70px;
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
}

.questionnaire_result_page .questionnaire_result_table {
    width: 100%;
    max-width: 60%;
    margin: auto;
    background-color: #fff;
    padding: 10px 20px;
}

.questionnaire_result_page .result_topic {
    display: flex;
    width: 100%;
    padding: 20px 0;
    align-items: center;
}

.questionnaire_result_page .result_topic_title {
    display: flex;
    font-family: 'Oswald', sans-serif;
    width: 100%;
    max-width: 10%;
    margin: auto;
}

.questionnaire_result_page .small_font {
    font-size: 1.3rem;
    padding: 25px 10px 0 0;
    color: #e5eaf4;
}

.questionnaire_result_page .big_font {
    font-size: 4rem;
    color: #bac5e1;
}

.questionnaire_result_page .result_topic p {
    font-size: 1.2rem;
    text-align: left;
    width: 100%;
    max-width: 70%;
    font-weight: bold;
}

.questionnaire_result_page .table_border {
    border-bottom: 3px solid #e5eaf4;
}

.questionnaire_result_page .text_color {
    color: #ff0000;
}

.because_page {
    background-image: url(img/solve_page_topbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-bottom: 60px;
}

.because_page .because_title {
    position: relative;
    padding-top: 140px;
    margin-top: 40px;
}

.because_page .because_title_photo {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
}

.because_page .because_title_photo img {
    width: 100%;
}

.because_page .because_ribon {
    width: 100%;
    max-width: 20%;
    position: absolute;
    top: 0;
    left: 20%;
    transform: translate(-20%, 0);
}

.because_page .because_ribon img {
    width: 100%;
}

.because_page h3 {
    color: #2B4C78;
    font-size: 3rem;
    margin-top: 0;
}

.because_page .text_color {
    color: #FC652D;
}

.choice_reason_page {
    background-color: #0099FF;
    padding-bottom: 60px;
}

.choice_reason_title {
    width: 100%;
    max-width: 75%;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    color: #fff;
    font-size: 6.5rem;
}

.choice_reason_title1 {
    margin: 0 0 0 auto;
    width: 100%;
    max-width: 50%;
}

.choice_reason_title2 {
    margin: 0 auto;
    width: 100%;
    max-width: 15%;
}

.choice_reason_title3 {
    margin: 0 auto 0 0; 
    width: 100%;
    max-width: 25%;
}

.choice_reason_title h3 {
    margin: 0;
    font-weight: lighter;
}

.choice_reason_title1 img {
    width: 100%;
}

.choice_reason_title1 h3 {
    line-height: 6rem;
    padding-left: 80px;
}

.choice_reason_title2 h3 {
    font-size: 25rem;
    line-height: 19rem;
    color: #FFFF00;
    font-weight: bold;
    font-family: 'Sen', sans-serif;
}

.choice_reason_title3 {
    padding: 40px 0 0 40px;
}

.choice_reason_title3 h3 {
    line-height: 8.5rem;
}

.choice_reason_box {
    width: 100%;
    max-width: 72%;
    margin: 30px auto;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0 40px 20px;
}

.choice_reason_boxtitle {
    display: flex;
}

.choice_reason_box1 {
    background-image: url(img/choice_reason_box1.png);  
}
.choice_reason_box2 {
    background-image: url(img/choice_reason_box2.png);
}
.choice_reason_box3 {
    background-image: url(img/choice_reason_box3.png);
}
.choice_reason_box4 {
    background-image: url(img/choice_reason_box4.png);
}

.choice_reason_boxtitle .small_font {
    font-size: 2rem;
}
.choice_reason_boxtitle .big_font {
    font-size: 3rem;
}
.choice_reason_boxtitle .top_blank {
    margin-top: 35px;
}
.choice_reason_boxtitle .left_blank {
    padding-left: 40px;
}

.choice_reason_boxnumber span {
    font-size: 5rem;
    line-height: 6rem;
    color: #FC652D;
    font-family: 'Cardo', serif;
    padding-right: 10px;
}
.choice_reason_box2 .choice_reason_boxnumber span {
    line-height: 5.9rem;
}

.choice_reason_box3 .text_color {
    color: #FC652D;
}

.choice_reason_boxtext {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}

.choice_reason_boxtext p {
    font-size: 1.01rem;
    font-weight: bold;
    line-height: 2.5rem;
    margin: 0;
}

.choice_reason_boxtext .text_color {
    color: #FC652D;
}

.choice_reason_box2 {
    padding-bottom: 60px;
}

.choice_reason_box2 .choice_reason_boxtext {
    padding-top: 20px;
}

.choice_reason_box .attention_text {
    font-size: 0.9rem;
}

.costdown_page {
    background-image: url(img/costdown_pagebg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    padding: 60px 0 40px;
}

.costdown_title {
    text-align: center;
}

.costdown_title h3 {
    font-size: 2rem;
    line-height: 6rem;
    margin-bottom: 0;
}

.costdown_title .text_color {
    color: #0099FF;
}

.costdown_title .big_font {
    font-size: 5rem;
    color: #FC652D;
}

.costdown_figure {
    width: 100%;
    margin: auto;
    padding: 20px 0;
    text-align: center;
}

.costdown_figure img {
    width: 100%;
    max-width: 80%;
}

.giveup_page {
    background-image: url(img/giveup_page_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 80px;
}

.giveup_content {
    color: #fff;
}

.giveup_content .text_color {
    color: #FFFF00;
}

.giveup_content_textbottom .text_border {
    font-size: 2.2rem;
}

.giveup_content_text {
    text-shadow: 0 0 10px #fff;
    font-weight: bold;
}

.giveup_content_texttop_bigfont {
    font-size: 2rem;
}

.giveup_content_texttop p {
    margin: 0;
    font-size: 1.15rem;
}

.giveup_content_texttop {
    margin-bottom: 60px;
}

.giveup_content_text {
    margin: auto;
}

.giveup_content {
    padding-top: 60px;
}

.giveup_content img {
    width: 100%;
    max-width: 20%;
    height: 100%;
    max-height: 80%;
    padding-top: 120px;
}

.giveup_content_textbottom .text_border::after {
    background: linear-gradient(transparent 50%, #FC652D 50%);
    padding: 0 80px;
}

.giveup_content_textbottom {
    padding-bottom: 60px;
}

.giveup_content {
    display: flex;
    width: 100%;
    max-width: 80%;
    margin: auto;
}

.shine_page {
    background-image: url(img/shine_page_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 40px;
}

.shine_title {
    width: 100%;
    max-width: 70%;
    margin: auto;
}

.shine_title img {
    width: 100%;
    max-width: 90%;
    margin: 60px 0 0 50px;
}

.shine_content {
    display: flex;
    text-align: center;
    width: 100%;
    max-width: 60%;
    margin: auto;
    padding-bottom: 10px;
}

.shine_content_triangle {
    width: 0;
    height: 0;
    border-left: 30px solid #FC652D;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    margin: 80px 0 0 140px;
}

.shine_content img {
    width: 100%;
    max-width: 80%;
}

.shine_content_after {
    margin-left: auto;
}

.shine_content_before {
    padding-top: 10px;
}

.shine_content_before p,
.shine_content_after p {
    font-weight: bold;
}

.shine_content_before p {
    font-size: 1.5rem;
    color: #0099FF;
}

.shine_content_after p {
    font-size: 2rem;
    color: #FC652D;
    margin: 5px 0;
}

.estimate_buttom_page {
    text-align: center;
    padding: 40px 0 70px;
}

.kabiQA6_page {
    background-image: url(img/kabiQA6_page_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
}

.kabiQA7_page {
    background-image: url(img/kabiQA7_page_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
}

.kabiQA8_page {
    background-image: url(img/kabiQA8_page_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
}

.kabiQA_point_title {
    text-align: center;
}

.kabiQA_point_title h3 {
    font-size: 2.5rem;
}

.kabiQA_point_title .small_font {
    font-size: 2.5rem;
}

.kabiQA_point_title .text_color {
    color: #FC652D;
}

.kabiQA6_page .kabiQA_bg_white,
.kabiQA7_page .kabiQA_bg_white,
.kabiQA8_page .kabiQA_bg_white {
    padding-bottom: 40px;
}

.kabiQA6_page .kabiQA_content .text_color,
.kabiQA7_page .kabiQA_content .text_color,
.kabiQA8_page .kabiQA_content .text_color {
    color: #FC652D;
}

.kabiQA7_page .kabiQA_title h3 {
    margin-top: 50px;
}

.because_page2 {
    padding-bottom: 20px;
}

.because_text_page {
    font-size: 2.5rem;
    color: #0099FF;
    font-weight: bold;
    padding-bottom: 60px;
    text-align: center;
}

.because_text_page .text_color {
    font-size: 3.5rem;
    color: #FC652D;
}

.advantage_title {
    display: flex;
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
    padding: 80px 0 0;
}

.advantage_title_number {
    font-size: 19rem;
    font-weight: bold;
    color: #0099FF;
    line-height: 17rem;
}

.advantage_title_texttop {
    background-color: #FC652D;
    border-radius: 15px;
    color: #fff;
    padding: 10px 60px;
    font-weight: bold;
    font-size: 1.5rem;
    width: 100%;
    max-width: 53%;
}

.advantage_title_texttop h3 {
    margin: 0;
}

.advantage_page {
    background-image: url(img/advantage_page_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 20px;
}

.advantage_title_textbottom h3 {
    font-size: 5.5rem;
    line-height: 4rem;
    margin: 80px 0 0 60px;
}

.advantage_content_box {
    font-weight: bold;
    width: 100%;
    max-width: 65%;
    margin: 40px auto;
    display: flex;
}

.advantage_content_number {
    color: #FC652D;
    font-size: 3.5rem;
    line-height: 3rem;
    padding: 15px 20px 0 0;
}

.advantage_content_subtitle {
    margin: 0 30px 0;
    text-align: left;
}

.advantage_content_subtitle .text_border {
    padding: 0 10px;
}

.advantage_content_text {
    margin: auto;
    width: 100%;
    max-width: 55%;
    font-size: 1.5rem;
}

.advantage_content_box1 .advantage_content_text p {
    margin: 0 0 0 6px;
}
.advantage_content_box2 .advantage_content_text p {
    margin: 0 0 0 22px;
}
.advantage_content_box3 .advantage_content_text p {
    margin: 0;
}
.advantage_content_box4 .advantage_content_text p {
    margin: 0 0 0 25px;
}

.maintenance_flowing_content {
    display: flex;
    text-align: center;
    width: 100%;
    max-width: 80%;
    margin: auto;
    padding-bottom: 40px;
}

.maintenance_flowing_title {
    text-align: center;
    padding-top: 40px;
}

.maintenance_flowing_title img {
    width: 100%;
    max-width: 65%;
}

.maintenance_flowing_triangle {
    width: 0;
    height: 0;
    border-left: 30px solid #FC652D;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    margin-top: 140px;
}

.maintenance_flowing_contentbox {
    margin: auto;
    text-align:center;
}

.maintenance_flowing_contentbox img {
    vertical-align:top;
    width: 100%;
}

.maintenance_flowing_image {
    padding-top: 30px;
}

.maintenance_flowing_image3 {
    padding-top: 40px;
}

.maintenance_flowing_contentbox p {
    font-size: 2rem;
    color: #0099FF;
    font-weight: bold;
}

.maintenance_flowing_contentbox .attention_text {
    font-size: 0.9rem;
    color: #222;
}

.maintenance_flowing_contentbox1 p {
    line-height: 2rem;
}

.question_page {
    background-image: url(img/question_page_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    font-weight: bold;
}

.question_page h3 {
    font-size: 3rem;
    color: #fff;
    padding: 210px 0;
    margin: 0;
}

.kabimente_page {
    background-image: url(img/shine_page_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.kabimente_titletop {
    display: flex;
    margin-left: 40px;
}

.kabimente_titletop h3 {
    color: #0099FF;
    margin: 80px 0 0 10px;
}

.kabimente_title {
    text-align: center;
    font-weight: bold;
    font-size: 4rem;
    line-height: 4rem;
    width: 100%;
    max-width: 80%;
    margin: auto;
}

.kabimente_title img {
    width: 100%;
    max-width: 75%;
}

.kabimente_title > h3 {
    color: #FC652D;
    margin-top: 20px;
}

.kabimente_figure {
    text-align: center;
}

.kabimente_figure img {
    width: 100%;
    max-width: 80%;
}

.behavior_flowing_page {
    background-image: url(img/behavior_flowing_pagebg.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 80px 0 40px;
}

.behavior_flowing_page img {
    width: 100%;
    max-width: 95%;
    filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.3));
}

.behavior_flowing_box5 img {
    width: 100%;
    max-width: 90%;
}

.behavior_flowing_content {
    display: flex;
    width: 100%;
    max-width: 75%;
    margin: auto;
    padding-top: 40px;
}

.behavior_flowing_title span {
    font-weight: bold;
    padding: 0 20px;
}

.behavior_flowing_triangle {
    width: 0;
    height: 0;
    border-left: 30px solid #FC652D;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    margin-top: 100px;
}

.behavior_flowing_box {
    margin: auto;
}

.behavior_flowing_box p {
    color: #0099FF;
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 10px;
}

.behavior_flowing_box5 {
    padding-top: 40px;
}

.customers_voice_page {
    background-image: url(img/customer_voice_pagebg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 80px;
    text-align: center;
}

.customer_voice_title {
    color: #0099FF;
}

.customer_voice_contenttop,
.customer_voice_contentbottom {
    display: flex;
    width: 100%;
    max-width: 70%;
    margin: auto;
}

.customer_voice_contenttop {
    padding-top: 40px;
}

.customer_voice_contentbottom {
    padding-top: 60px;
}

.customer_voice_box {
    display: flex;
    text-align: center;
    width: 100%;
    max-width: 50%;
    margin: auto;
}

.customer_voice_box img {
    width: 100%;
    max-width: 20%;
    margin-left: auto;
}

.customer_voice_textbox {
    text-align: left;
    background-color: #fff;
    width: 100%;
    max-width: 55%;
    margin: auto;
    position: relative;
    z-index: 1;
    padding: 10px 20px;
    font-size: 1.2rem;
    font-weight: bold;
    filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.2));
}

.customer_voice_textbox::before {
    content: '';
    width: 0;
    height: 0;
    border-right: 25px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    top: 50%;
    left: -6%;
    transform: translate(6%, -50%);
}

.customer_voice_textbox .text_color {
    color: #FC652D;
}

.FAQ_page {
    background-color: #0099FF;
    padding: 20px 0 60px;
}

.FAQ_title {
    color: #fff;
    font-weight: bold;
    font-size: 4rem;
    text-align: center;
}

.FAQ_title h3 {
    margin: 20px 0 40px;
}

.FAQ_content {
    width: 100%;
    max-width: 80%;
    margin: auto;
    margin-bottom: 20px;
}

.FAQ_question_box {
    color: #fff;
    background-color: #2B4C78;
}

.FAQ_answer_A {
    color: #FC652D;
}

.FAQ_title,
.FAQ_answer_A,
.FAQ_question_Q {
    font-family: 'Hind', sans-serif;
}

.FAQ_answer_box {
    background-color: #fff;
    padding: 30px 20px 40px;
}

.FAQ_question_box {
    padding: 20px 20px 10px;
}

.FAQ_answer_box,
.FAQ_question_box {
    display: flex;
}

.FAQ_question_Q,
.FAQ_answer_A {
    font-size: 2.5rem;
}

.FAQ_question_text h3,
.FAQ_answer_text p {
    padding-left: 30px;
}

.FAQ_question_text h3 {
    font-size: 2.5rem;
    font-weight: lighter;
    margin: 0;
}

.FAQ_answer_text p {
    font-size: 1.8rem;
    margin: 9px 0 0;
}

.FAQ_answer_text .text_color {
    color: #FC652D;
}

.form_page {
    width: 100%;
    max-width: 47%;
    margin: auto;
    padding: 40px 0 60px;
}

.form_top_box {
    display: flex;
}

.item .label {
    color: #0066CC;
    font-size: 1.2rem;
    font-weight: 600;
    padding-bottom: 2px;
}

.item {
    display: grid;
    padding-bottom: 20px;
    width: 100%;
    max-width: 48%;
    margin-right: auto;
}

.item_big {
    width: 100%;
    max-width: 100%;
}

.item input,
.item textarea {
    font-size: 1.5rem;
    border: 1px solid #707070;
    padding: 5px 10px;
}

.item textarea {
    height: 280px;
}

.send_btn {
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 47%;
}

.send_btn .btn-flat-border {
    font-size: 1.5rem;
    font-weight: bolder;
    padding: 8px 0 5px;
    border-radius: 7px;
    text-align: center;
}

.send_btn_yajjirushi {
    display: inline-block;
    text-align: center;
}

.send_btn .send_btn_yajjirushi::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 59%;
    right: 10%;
    z-index: 1;
}

footer {
    background-color: #0099FF;
    text-align: center;
    padding: 50px 0;
}

footer img {
    width: 100%;
    max-width: 15%;
}


/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
    .pc {
        display: none;
    }
    
    .sp {
        display: block;
    }    

	.top_page_bg {
        background-size: 180px,
                         180px;
        background-image:url(img/top_page_bg2.png),
                         url(img/top_page_bg4.png);
        background-repeat:no-repeat,
                          no-repeat,
                          repeat;
        background-position:right top,
                            left bottom;

    }

    .top_page_content {
        padding: 185px 0 30px;
    }

    .top_page_content img {
        max-width: 95%;
    }

    .estimate_button {
        max-width: 95%;
        padding-top: 105px;
    }

    .estimate_button .btn-flat-border {
        font-size: 1.5rem;
        text-align: left;
        padding: 20px 30px;
    }

    .arrow::after {
        width: 10px;
        height: 10px;
    }
    
    .arrow {
        margin: 0 0 11px 20px;
    }

    .worries_top_text {
        width: 100%;
    }

    .worries_top_text span {
        font-size: 2rem;
        margin: 0;
        background-image: none;
    }

    .worries_top_text h3 {
        font-size: 1.2rem;
        margin-left: 10px;
    }

    .fukidashi1 {
        position: absolute;
        top: 80%;
        left: 20%;
        transform: translate(-20%, -80%);
    }

    .fukidashi1 img {
        max-width: 40%;
    }

    .worries_top_textbox {
        padding-top: 80px;
    }

    .worries_checkbox_text ul {
        padding: 35px 0 100px;
        border-radius: 15px;
        width: 100%;
    }

    .worries_checkbox_text ul li {
        font-size: 0.9rem;
        padding: 3px 0 3px 20px;
    }

    .worries_checkbox {
        max-width: 95%;
    }

    .worries_checkbox_text ul li::before {
        font-weight: 800;
        margin-right: 5px;
        font-size: 1.2rem;
    }
    
    .worries_checkbox_text img {
        height: 55%;
    }

    .worries_page {
        padding-bottom: 35px;
    }

    .solve_top_toptext img {
        max-width: 80%;
        height: 80%;
        margin-top: 25px;
    }

    .solve_top {
        font-size: 1.2rem;
    }

    .solve_top .text_border {
        font-size: 2rem;
    }

    .solve_top .text_border::after {
        padding: 0;
    }

    .solve_top_toptext {
        padding-top: 0;
    }

    .solve_middle {
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 3rem;
        text-shadow: none;
        margin: 0 0 40px;
    }

    .solve_bottom_box .medal:not(:first-of-type) {
        margin-left: 10px;
    }

    .solve_bottom_box .medal {
        font-size: 1.8rem;
        line-height: 1.8rem;
    }

    .solve_page {
        padding-bottom: 100px;
    }

    .kabiQ_what img {
        max-width: 100%;
        top: -19%;
        transform: translate(-50%, 19%);    
    }

    .kabiQ_what_text {
        max-width: 95%;
    }

    .kabiQ_what_text p {
        padding: 0;
        font-size: 1.1rem;
        line-height: 2.7rem;
    }

    .kabiQ_what {
        height: auto;
        padding: 20px 0;
    }

    .kabiQ_how_title {
        max-width: 100%;
        display: block;
        position: relative;
        padding-top: 50px;
    }

    .kabiQ_how_title_photo {
        text-align: left;
        margin: 0;
        position: absolute;
        top: 11%;
        left: 0;
    }
    .kabiQ_how_title_photo2 {
        text-align: right;
        margin: 0;
        top: 75%;
        right: 0;
    }

    .kabiQ_how_title_photo img {
        max-width: 40%;
        padding-left: 10px;
    }

    .kabiQ_how_title_photo2 img {
        max-width: 20%;
        padding: 0 10px 0 0;
    }

    .kabiQ_how_title .text_border {
        font-size: 2rem;
        padding: 0 15px;
    }

    .kabiQ_how_title h3 {
        padding: 0;
        margin: 0;
    }

    .kabiQ_how_toptext {
        font-size: 1rem;
        line-height: 3rem;
        padding-top: 40px;
    }

    .kabiQ_how_middletext {
        font-size: 1.5rem;
    }

    .kabiQ_how_table {
        margin: 0 auto 40px;
        max-width: 80%;
        border: solid 2.5px #0099FF;
        display: block;
    }

    .kabiQ_how_table::after,
    .kabiQ_how_table::before {
        border: solid 4px #fff;
    }

    .kabiQ_how_table table {
        padding: 20px 0;
    }
    .kabiQ_how_table table tr {
        display: grid;
    }
    .kabiQ_how_table th {
        max-width: 100%;
        padding: 0;
    }

    .kabiQ_how_table td {
        max-width: 100%;
        padding: 20px 0;
        font-size: 0.99rem;
        line-height: 2.5rem;
        text-align: center;
    }

    .kabiQ_investigation {
        font-size: 1.8rem;
        padding: 50px 0;
        line-height: 4rem;
    }

    .kabiQA_title {
        max-width: 95%;
        padding-top: 20px;
    }

    .kabiQA_title .Q {
        font-size: 3rem;
        padding-right: 10px;
    }

    .kabiQA_title h3 {
        font-size: 1.1rem;
        margin-top: 0;
    }

    .kabiQA_figure {
        padding-top: 25px;
    }

    .kabiQA_figure img {
        max-width: 100%;
    }

    .kabiQA_content {
        font-size: 1rem;
        padding-top: 0;
        line-height: 2.5rem;
    }

    .kabiQA_point {
        font-size: 1.5rem;
        line-height: 3.5rem;
    }

    .kabiQA_page,
    .kabiQA2_page,
    .kabiQA3_page,
    .kabiQA4_page,
    .kabiQA5_page,
    .kabiQA6_page,
    .kabiQA7_page,
    .kabiQA8_page {
        padding: 20px 10px;
    }

    .kabi_attention_title {
        position: relative;
        display: block;
        max-width: 98%;
        background-image: url(img/kabi_attention_title2.png),
                        url(img/kabi_attention_title1.png);
        background-repeat: no-repeat,
                         no-repeat,
                         repeat;
        background-position: top right,
                               bottom left;
        padding: 20px 0 180px;
    }

    .kabi_attention_title h3 {
        font-size: 1.8rem;
        line-height: 3.5rem;
    }

    .kabi_attention_title .text_border {
        padding: 0 20px;
    }

    .kabi_attention_title .small_text {
        font-size: 1.5rem;
        padding-top: 40px;
    }

    .kabi_attention_page .kabi_attention_title1,
    .kabi_attention_page .kabi_attention_title3 {
        line-height: 2.5rem;
    }

    .kabi_attention_page .kabi_attention_title2 {
        padding-top: 0;
    }
    .kabi_attention_page .kabi_attention_title3 {
        padding-top: 0;
        margin-bottom: 0;
    }

    .kabi_attention_page {
        padding: 30px 0;
    }

    .kabi_denger_title {
        max-width: 92%;
        margin-top: 50px;
    }

    .kabi_denger_page h3 {
        font-size: 1.5rem;
        margin: 10px 0;
    }

    .kabi_denger_page .text_border {
        font-size: 2.2rem;
        padding: 5px;
    }

    .kabi_denger_title .text_border::after {
        top: 75%;
        transform: translate(-50%, -75%);
        height: 30px;
    }

    .kabi_denger_content {
        display: block;
        max-width: 90%;
    }

    .circle_photo1,
    .circle_photo2 {
        padding-top: 40px;
        max-width: 85%;
    }

    .kabi_denger_strong {
        margin-top: 20px;
        line-height: 3rem;
    }

    .kabi_denger_strong h3 {
        font-size: 2.5rem;
        margin: 15px 0 0 5px;
    }

    .kabi_denger_strong img {
        max-width: 20%;
    }

    .kabi_denger_box2 .kabi_denger_strong img {
        max-width: 20%;
    }

    .kabi_denger_box p {
        font-size: 1.3rem;
        line-height: 3rem;
        margin: 0;
    }

    .maintenance_bg_white {
        padding: 10px 0 40px;
    }

    .maintenance_bg_white > p {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    .maintenance_box {
        max-width: 95%;
        font-size: 2rem;
        padding: 40px 0;
        line-height: 4rem;
    }

    .maintenance_text {
        font-size: 1.3rem;
        line-height: 2.3rem;
        padding-top: 40px;
    }

    .questionnaire_page {
        font-size: 1.1rem;
        padding: 40px 0;
    }

    .questionnaire_result_page .questionnaire_result_ribon {
        padding-top: 20px;
        max-width: 100%;
    }

    .questionnaire_result_page .questionnaire_result_table {
        max-width: 100%;
        width: auto;
        margin-top: 10px;
    }

    .questionnaire_result_page .small_font {
        font-size: 0.75rem;
        padding: 12px 5px 0 0;
    }

    .questionnaire_result_page .result_topic p {
        font-size: 1rem;
        max-width: 77%;
    }

    .questionnaire_result_page .big_font {
        font-size: 2rem;
    }

    .questionnaire_result_page .result_topic_title {
        margin: 0 auto 0 0;
    }

    .questionnaire_result_page .result_topic {
        padding: 10px 0;
    }

    .questionnaire_result_page {
        padding-bottom: 30px;
    }

    .because_page .because_ribon {
        max-width: 50%;
        left: 10%;
        transform: translate(-10%, 0);
    }

    .because_page .because_title {
        margin-top: 20px;
        padding-top: 80px;
    }

    .because_page .because_title_photo {
        max-width: 95%;
    }

    .because_page h3,
    .because_page .text_border {
        font-size: 1.6rem;
        margin-bottom: 0;
        line-height: 3rem;
        padding: 0 10px;
    }

    .because_page {
        background-size: 550px;
        background-position: top;
    }

    .choice_reason_title2 h3 {
        font-size: 7.5rem;
        line-height: 5.5rem;
    }

    .choice_reason_title1 h3 {
        line-height: 2rem;
        padding-left: 10px;
    }

    .choice_reason_title {
        font-size: 2.2rem;
        max-width: 95%;
        padding: 30px 0;
    }

    .choice_reason_title3 h3 {
        line-height: 3rem;
    }

    .choice_reason_title3 {
        padding: 0 0 0 10px;
    }

    .choice_reason_title1 {
        width: 100%;
        max-width: 50%;
        padding-left: 10px;
    }

    .choice_reason_box {
        max-width: 90%;
        margin: 0 auto 15px;
        padding: 15px 10px;
    }

    .choice_reason_boxtitle .small_font {
        font-size: 1.5rem;
    }
    .choice_reason_boxtitle_h3 .text_border {
        font-size: 2.2rem;
        padding-left: 10px;
    }

    .choice_reason_boxtitle .left_blank {
        padding-left: 10px;
    }

    .choice_reason_boxtitle_h3 h3 {
        margin: 0;
        line-height: 2.39rem;
    }

    .choice_reason_boxtitle .top_blank {
        margin: 0;
    }

    .choice_reason_boxtext {
        max-width: 92%;
        text-align: center;
        padding: 20px 0;
    }

    .choice_reason_box2 h3 .text_border {
        font-size: 1.9rem;
    }
    .choice_reason_box2 h3 {
        margin-top: 38px
    }

    .choice_reason_box3 h3 .text_border {
        font-size: 1.8rem;
    }
    .choice_reason_box3 h3 {
        margin-top: 42px
    }
    .choice_reason_box3 .second_text .small_font {
        font-size: 1rem;
    }
    .choice_reason_box3 .second_text {
        margin-top: 45px;
    }
    .choice_reason_box3 .choice_reason_boxtitle_h3 {
        display: flex;
    }

    .choice_reason_box4 h3 .text_border {
        font-size: 2.1rem;
    }

    .choice_reason_box4 .top_blank {
        line-height: 1rem;
        margin-top: 22px;
    }

    .choice_reason_page {
        padding-bottom: 10px;
    }

    .costdown_title h3 {
        font-size: 1.5rem;
        line-height: 2.3rem;
    }

    .costdown_title .big_font {
        font-size: 2.5rem;
        line-height: 4rem;
    }

    .costdown_figure img {
        max-width: 100%;
        padding-bottom: 20px;
    }

    .costdown_page {
        padding: 30px 0 0;
    }

    .costdown_figure {
        padding: 40px 0 0;
    }

    .giveup_page {
        padding-top: 40px;
    }

    .giveup_page .maintenance_box {
        padding: 30px 0;
    }

    .giveup_content_texttop_bigfont {
        font-size: 1.17rem;
    }

    .giveup_content_texttop p {
        font-size: 0.9rem;
    }

    .giveup_content_texttop {
        margin-bottom: 40px;
    }

    .giveup_content img {
        padding-top: 0;
        max-width: 70%;
    }

    .giveup_content_textbottom .text_border::after {
        padding: 0 20px;
    }

    .giveup_content_textbottom .text_border {
        font-size: 1.7rem;
    }

    .shine_title img {
        max-width: 100%;
        margin: 0;
    }

    .shine_title {
        max-width: 100%;
        padding-top: 40px;
    }

    .shine_content {
        max-width: 95%;
    }

    .shine_content_triangle {
        margin: 55px 0 0;
        border-left: 15px solid #FC652D;
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
    }

    .shine_content img {
        max-width: 90%;
    }

    .shine_content_after_image img {
        max-width: 95%;
    }

    .shine_content img {
        width: 100%;
        max-width: 100%;
    }

    .shine_page {
        padding-bottom: 20px;
    }

    .sp_estimate_buttom {
        padding: 40px 0;
    }

    .sp_estimate_buttom .estimate_button {
        padding-top: 0;
    }

    .kabiQA_point_title h3 {
        font-size: 1.2rem;
        line-height: 3rem;
        margin-top: 10px;
    }

    .kabiQA_point_title .text_border {
        font-size: 1.8rem;
    }
    .kabiQA_point_title .small_font {
        font-size: 1.8rem;
    }
    
    .kabiQA7_page .kabiQA_title h3 {
        margin-top: 12px;
    }

    .kabiQA8_page .kabiQA_title h3 {
        font-size: 1.09rem;
    }

    .because_text_page,
    .because_text_page .text_color {
        font-size: 1.6rem;
    }

    .because_text_page {
        padding: 0 20px 40px;
        line-height: 3.5rem;
    }

    .advantage_title_number {
        font-size: 8rem;
        line-height: 7rem;
    }
    
    .advantage_title {
        max-width: 95%;
        padding-top: 60px;
    }

    .advantage_title_texttop {
        font-size: 0.9rem;
        border-radius: 25px;
        max-width: 80%;
        padding: 5px 15px;
    }

    .advantage_title_texttop h3 {
        text-align: center;
    }

    .advantage_title_textbottom h3 {
        font-size: 2.5rem;
        line-height: 3rem;
        margin: 20px 0 0 15px;
    }

    .advantage_content_box {
        display: block;
        max-width: 95%;
        margin: 30px 0;
    }

    .advantage_content_sp {
        display: flex;
    }

    .advantage_content_sp .advantage_content_number {
        font-size: 3rem;
        padding: 5px 0 0 10px;
    }

    .advantage_content_subtitle .text_border {
        font-size: 2.2rem;
        margin-left: 0;
    }

    .advantage_content_text {
        max-width: 100%;
        font-size: 1.1rem;
        line-height: 2.7rem;
        padding-top: 10px;
    }

    .advantage_content_box1 .advantage_content_text p {
        margin: 0 0 0 15px;
    }    

    .advantage_content_box2 .advantage_content_text p,
    .advantage_content_box4 .advantage_content_text p,
    .advantage_content_box3 .advantage_content_text p {
        margin: 0 0 0 15px;
    }

    .maintenance_flowing_title img {
        max-width: 100%;
    }

    .maintenance_flowing_title {
        padding: 20px 0;
    }

    .maintenance_flowing_content {
        max-width: 95%;
        padding-bottom: 0;
    }

    .maintenance_flowing_contentbox p {
        font-size: 1.5rem;
    }

    .maintenance_flowing_contentbox .attention_text {
        font-size: 0.75rem;
    }

    .maintenance_flowing_triangle {
        border-left: 20px solid #FC652D;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        margin: 60px 10px 0;
    }
    .triangle_rotation {
        margin: 0;
        position: absolute;
        top: 40%;
        left: 48%;
        border-left: 0;
        border-right: 20px solid #FC652D;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        transform: rotate(-38deg);
    }

    .maintenance_flowing_boxs {
        position: relative;
    }

    .maintenance_flowing_image,
    .maintenance_flowing_image3 {
        padding-top: 0;
    }

    .maintenance_flowing_contentbox {
        margin: 0;
    }

    .question_page {
        background-position: center;
    }

    .question_page h3 {
        padding: 70px 0;
        font-size: 2.2rem;
    }

    .kabimente_title {
        max-width: 95%;
        font-size: 1.5rem;
        line-height: 3rem;
    }

    .kabimente_titletop {
        margin: 0;
    }

    .kabimente_title img {
        height: 100%;
        max-width: 90%;
    }

    .kabimente_titletop h3 {
        margin: 25px 0 0 5px;
    }

    .kabimente_title > h3 {
        margin-top: 0;
    }

    .kabimente_page {
        padding: 40px 0 30px;
    }

    .behavior_flowing_page {
        padding: 60px 0 40px;
    }

    .behavior_flowing_content {
        display: block;
    }

    .behavior_flowing_title span {
        font-size: 2.5rem;
    }

    .behavior_flowing_box p {
        font-size: 2rem;
        margin-bottom: 0;
    }

    .behavior_flowing_triangle {
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 40px solid #FC652D;
        border-bottom: 0;
        margin: 10px auto 20px;
    }

    .behavior_flowing_box5 {
        padding-top: 0;
    }

    .text_border {
        font-size: 1.7rem;
    }

    .text_border::after {
        padding: 0 10px;
    }

    .customers_voice_page {
        padding: 30px 0;
    }

    .customer_voice_content {
        padding: 20px 0 10px;
    }

    .customer_voice_box {
        max-width: 95%;
        padding: 12px 0;
    }

    .customer_voice_box img {
        height: 100%;
        margin-left: 0;
    }

    .customer_voice_textbox {
        max-width: 65%;
        font-size: 1rem;
        padding: 15px 10px 15px 15px;
        margin-left: 20px;
        border-radius: 5px;
    }

    .customer_voice_textbox p {
        margin: 0;
    }

    .FAQ_title {
        font-size: 2rem;
        line-height: 2rem;
    }

    .FAQ_page {
        padding-top: 40px;
    }

    .FAQ_content {
        max-width: 95%;
    }

    .FAQ_question_Q, 
    .FAQ_answer_A {
        font-size: 3rem;
        line-height: 3rem;
    }

    .FAQ_question_text h3 {
        font-size: 1.13rem;
        line-height: 1.5rem;
        padding-left: 15px;
    }
    .FAQ_question_box {
        padding: 20px;
    }

    .FAQ_answer_box {
        display: block;
        padding: 20px 20px 30px;
    }

    .FAQ_answer_text p {
        padding: 0;
        font-size: 1.2rem;
    }

    .FAQ_content5 .FAQ_question_text h3 {
        padding-top: 10px;
    }

    .FAQ_content5 .attention_text {
        font-size: 0.9rem;
    }
    
    .form_page {
        max-width: 95%;
        padding-top: 0;
    }

    .item {
        max-width: 100%;
    }

    .item .label {
        font-size: 1.4rem;
    }

    .item input, 
    .item textarea {
        padding: 10px;
    }

    .send_btn {
        padding-top: 20px;
        max-width: 100%;
    }

    .send_btn .btn-flat-border {
        text-align: center;
    }

    footer {
        padding: 20px 0;
    }

    footer img {
        max-width: 45%;
    }
}