@charset "utf-8";

/* ------------------------------------------------------------
     base
------------------------------------------------------------ */

body {
    font-size: 16px;
    line-height: 1.6;
    width: 100%;
}

p {
    font-size: 19px;
    line-height: 1.6em;
    text-align: justify;
}

ul {
    list-style: none;
}

em {
    font-style: normal;
}

/* ------------------------------------------------------------
     common
------------------------------------------------------------ */
.box_size {
    margin: auto;
    max-width: 1100px;
}

main h2 p {
    font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
    font-size: 40px;
    font-weight: bold;
    text-shadow: #fff 2px 2px 2px,
    #fff -2px 2px 0,
    #fff 2px -2px 2px,
    #fff -2px -2px 2px,
    0 0 20px rgb(255 255 255);
}

main h2 p span {
    color: #c04836;
    font-size: 55px;
}

.bgC_light {
    background-color: #fffdf5;
}

.bgC {
    background-color: #f6eece;
}



/* ------------------------------------------------------------
     header
------------------------------------------------------------ */
header {
    background: url(/img/b/firstview_bg.png);
    background-size: cover;
    padding-top: 10px;
}

nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#siteId a {
    align-items: center;
    display: flex;
}

h1#header {
    overflow: hidden;
}
#header .PC_only.box_size {
    position: relative;
}

#header .PC_only.box_size img {
    margin: auto;
    position: relative;
    width: calc(100% + 21%);
    z-index: 2;
}
div#serviceCategory {
    display: flex;
    position: absolute;
    top: 24%;
    z-index: 3;
}

#serviceCategory img {
    left: 15px;
    min-width: 255px;
    top: 21px;
    width: 39% !important;
}

.serviceCat {
    color: #fff;
    font-family: system-ui;
    font-size: 33px;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 46px;
    min-width: 315px;
    padding-left: 22px;
    position: relative;
    text-align: center;
    text-shadow: 2px 2px 5px #000;
    width: 100%;
    z-index: 3;
}
.serviceCat:before {
    background: url(/img/b/cat_bg.png) center center;
    background-size: cover;
    content: "";
    display: block;
    height: 45px;
    left: 13px;
    position: absolute;
    top: 2px;
    transform: skewX(-20deg);
    width: 100%;
    z-index: -1;
}

#headerContact {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

#headerContact div,
#headerContact div a {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#headerContact div img {
    width: 30px;
}
#headerContact div span {
    color: #13176d;
    margin-left: 5px;
    white-space: nowrap;
}
#headerContact div:before {
    background: url(/img/b/slash.png);
    background-size: cover;
    content: "";
    display: inline-block;
    height: 33px;
    margin-left: 10px;
    margin-right: 10px;
    width: 12px;
}
#headerTerm img {
    left: -5px;
    position: relative;
}
#headerTerm span {
    left: -10px;
    position: relative;
}

#header .Tab_only,
nav.Tab_only {
    display: none;
}

.materialPhotos.slick {
    bottom: 160px;
    position: absolute;
    right: -20px;
    width: 45%;
    z-index: 2;
}

.materialPhotos.slick img {
    /* height: 12vw; */
    max-height: 150px;
    max-width: 220px;
    width: 15vw !important;
}
/* ------------------------------------------------------------
     headerLineup
------------------------------------------------------------ */

ul.item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 100px auto 85px;
}

ul.item li {
    background-color: #d7be59;
    display: flex;
    padding: 7px;
    position: relative;
    width: calc(100% / 4 - 35px);
}

.titleOutline {
    font-size: 0;
    overflow: hidden;
    position: relative;
}
p.title {
    align-items: center;
    background: #fff;
    border-radius: 50% / 100% 100% 0 0;
    bottom: 0;
    color: #13176d;
    display: block;
    font-size: 23px;
    font-weight: bold;
    justify-content: center;
    left: -25px;
    line-height: 1;
    opacity: .9;
    padding: 15px 0 5px;
    position: absolute;
    text-align: center;
    width: calc(100% + 50px);
}

.titleOutline span {
    font-size: 19px;
}

.advice {
    background: url(/img/b/rumors_bg.png) center no-repeat;
    background-size: cover;
    padding: 59px 0;
}

.advice img {
    bottom: -20px;
    position: relative;
}

img.pMark {
    position: absolute;
    right: 40px;
    top: 135px;
    width: 15%;
}

p.title.PC_only,
.advice .PC_only {
    display: block;
    position: relative;
}

p.title.Tab_only,
.advice .Tab_only {
    display: none;
}

.PmarkSection_Tab {
    margin: 60px auto 0;
    position: relative;
    width: 96%;
}

.PmarkSection_Tab a {
    bottom: 22px;
    display: block;
    position: absolute;
    right: 15vw;
    width: 21%;
}

.workFrame {
    border-radius: 50px;
    box-shadow: 1px 5px 15px 0 rgb(222 232 255);
}

.titleOutline2 {
    background-color: #fff;
    border-radius: 45px;
    padding: 25px 15px;
}

.workHead {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.workHead + p {
    font-size: 15px;
}

.workTitle {
    color: #234f78;
    font-family: "游ゴシック", "Yu Gothic","游ゴシック体";
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    margin: auto;
    text-align: center;
}

.workTitle span {
    font-size: 35px;
}

/* ------------------------------------------------------------
    drug_feature
------------------------------------------------------------ */

#drug_feature {
    overflow: hidden;
    padding-top: 65px;
}

#drug_feature h2.feature_title {
    background: url(/img/b/bg1.png);
    font-size: 42px;
    font-weight: bold;
    padding: 40px 0;
    position: relative;
    text-align: center;
}

#drug_feature h2.feature_title:after {
    background: url(/img/b/bg1triangle.png) center top no-repeat;
    bottom: -70px;
    content: "";
    height: 70px;
    position: absolute;
    right: calc(50% - 100px);
    width: 200px;
}

#drug_feature h2.feature_title p {
    display: inline-block;
    letter-spacing: -2px;
    line-height: 1.3;
    margin: 0 170px;
    position: relative;
    text-align: center;
}

#drug_feature h2.feature_title p:after {
    background: url(/img/b/bug_right.png) center no-repeat;
    background-size: contain;
    bottom: -45px;
    content: "";
    height: 166px;
    position: absolute;
    right: -133px;
    width: 215px;
    z-index: -10;
}

#drug_feature h2.feature_title p:before {
    background: url(/img/b/bug_left.png) center no-repeat;
    background-size: contain;
    bottom: 13px;
    content: "";
    height: 200px;
    left: -158px;
    position: absolute;
    width: 200px;
    z-index: -1;
}

.drug_feature_img {
    margin-bottom: 70px;
}
#drug_feature .feature_content {
    padding: 130px 0 100px 0;
}

.feature_title img.Tab_only {
    display: none !important;
}

/* ------------------------------------------------------------
    contact
------------------------------------------------------------ */
.contact {
    margin: 30px auto 100px auto;
    position: relative;
}
.contact li .title {
    font-size: 30px;
    margin-bottom: 15px;
}

.contact_info {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 67px;
    font-weight: bold;
    justify-content: flex-start;
    letter-spacing: -.08em;
    padding-left: 40px;
    position: absolute;
    text-align: center;
    top: 137px;
    width: calc(100% - 45px);
}
.contact_mail {
    bottom: -32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 50px;
    position: relative;
    width: 26%;
}


.contectTel {
    letter-spacing: -2px;
}

img.contactTel_icon {
    margin-right: 20px;
    width: 6%;
}

.contactMail {
    align-content: center;
}

.contact_img {
    margin-bottom: 30px;
}

.contact_term {
    line-height: 1;
    text-align: center;
}

/* ------------------------------------------------------------
    feature
------------------------------------------------------------ */

#feature {
    padding: 100px 0 40px;
}

#feature .feature_title {
    text-align: center;
}

#feature .feature_title img {
    max-width: 700px;
}

#feature .feature_contents {
    margin-top: 100px;
    text-align: center;
}

#feature .coupon {
    margin: 70px auto;
    max-width: 900px;
}

.feature_list {
    margin: auto;
    max-width: 1150px;
}
.feature {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 3px 3px 4px #c3af8d;
    margin-bottom: 100px;
    position: relative;
}

.feature_num {
    left: -25px;
    position: absolute;
    top: -30px;
    width: 185px;
}

.feature_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.feature_text {
    font-size: 20px;
    padding: 40px 30px 40px 60px;
    text-align: left;
    width: 70%;
}

.feature_img {
    align-items: center;
    background: #eef3f6;
    border-radius: 0 15px 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 30%;
}

#feature h3 {
    background: url(/img/b/border_style.png) left bottom repeat-x;
    color: #234f78;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
#feature h3 span {
    color: #9e8232;
    display: block;
    font-size: 20px;
    letter-spacing: 2px;
}

.feature_text div {
    padding-right: 30px;
}

.feature_text .Tab_only {
    display: none;
}

/* ------------------------------------------------------------
    trouble
------------------------------------------------------------ */

p.trouble_title {
    background: #553d15;
    color: #fff;
    font-size: 55px;
    font-weight: bold;
    left: 0;
    max-width: 1000px;
    position: absolute;
    text-align: right;
    top: -40px;
    width: 70%;
}

.trouble_title .triangle_topleft {
    border-right: 60px solid transparent;
    border-top: 88px solid #553d15;
    height: 0;
    position: absolute;
    width: 0;
}
.trouble {
    background-image: linear-gradient(#f6eece, #ede1b0 95%);
    padding: 100px 0;
    position: relative;
}

.trouble_content,
.trouble_result {
    margin: 30px auto 0;
    max-width: 1100px;
    position: relative;
}

ul.troubleList {
    background: #fff;
    border-radius: 15px;
    box-shadow: 3px 3px 4px #c3af8d;
    font-size: 33px;
    font-weight: bold;
    padding: 60px 0 50px;
}

ul.troubleList li {
    margin: auto;
    max-width: 800px;
    padding: 20px;
    padding-left: 125px;
}

ul.troubleList li:not(:last-of-type) {
    background: url(/img/b/border_style.png) left bottom repeat-x;
    position: relative;
}

ul.troubleList li:not(:last-of-type):before {
    background: url(/img/b/check_mark.png) center no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 1.5em;
    left: 30px;
    position: absolute;
    width: 1.5em;
}

.check {
    bottom: 70px;
    font-size: 35px;
    font-weight: bolder;
    letter-spacing: -2px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.check span {
    color: #c04836;
    font-size: 55px;
}

.check_bg {
    position: relative;
    top: -2px;
}

.trouble_result_text {
    font-size: 35px;
    line-height: 1.4;
    position: absolute;
    text-align: center;
    top: 25px;
    width: 100%;
}

.trouble_result_text .title {
    font-weight: bold;
}

.trouble_result_text .title em {
    color: #c04836;
    font-size: 50px;
}



/* ------------------------------------------------------------
    reason
------------------------------------------------------------ */

#reason {
    padding: 80px 0;
}

.reason_title {
    margin-bottom: 100px;
    max-width: 700px;
}

#reason h2.title {
    border-bottom: 2px solid #9eaac3;
    color: #4c5b97;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 25px;
    padding-bottom: 5px;
    padding-left: 80px;
}

section.reason {
    background: #fff;
    border: 5px solid #977c11;
    border-radius: 15px;
    box-shadow: 3px 3px 4px #c3af8d;
    margin: auto auto 100px;
    max-width: 980px;
    padding: 40px 40px 20px;
    position: relative;
}

section.reason:last-of-type {
    margin-bottom: 0;
}

img.reason_num {
    width: 80px;
}

h2.title > span {
    background: #d7be59;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    left: -20px;
    max-width: 650px;
    padding-left: 140px;
    padding-top: 3px;
    position: absolute;
    top: -20px;
    width: 80%;
}

#reason h2.title .triangle_topleft {
    border-right: 35px solid transparent;
    border-top: 51px solid #d7be59;
    height: 0;
    position: absolute;
    right: -35px;
    top: 0;
    width: 0;
}

img.reason_num {
    left: 5px;
    position: absolute;
    top: -42px;
    width: 115px;
    z-index: 10;
}

section.reason1 ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

section.reason1 ul:after {
    background: url(/img/b/border_style.png) center repeat-x;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    top: calc(50% - 23px);
    width: 100%;
}

section.reason1 ul li {
    padding: 20px 20px 10px 20px;
    position: relative;
    width: calc(50% - 40px);
}

section.reason1 ul li:nth-child(odd) {
    background: url(/img/b/border_style2.png) right repeat-y;
}

section.reason1 ul li:nth-of-type(1),
section.reason1 ul li:nth-of-type(2) {
    padding-bottom: 30px;
}

.title_sub {
    color: #fff;
    font-size: 22px;
    height: 33px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.title_sub:after {
    background: #c04836;
    content: "";
    display: block;
    height: 33px;
    position: absolute;
    top: 0;
    transform: skewX(-30deg);
    width: 100%;
    z-index: -1;
}
.title_main {
    height: 33px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.title_main:after {
    background: #f3efd4;
    content: "";
    display: block;
    height: 33px;
    position: absolute;
    top: 0;
    transform: skewX(30deg);
    width: 100%;
    z-index: -1;
}

.reason1_img {
    position: absolute;
    top: 5px;
    width: 96px;
}

.reason1 div.title {
    font-size: 25px;
    font-weight: bold;
    line-height: 35px;
    padding-left: 130px;
    position: relative;
    width: calc(100% - 150px);
}

span.key {
    color: #c04836;
}

.title_sub + .triangle_topleft {
    border-right: 20px solid transparent;
    border-top: 35px solid #c04836;
    height: 0;
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
}

.title_sub + .triangle_top {
    border-right: 20px solid transparent;
    border-top: 35px solid #c04836;
    height: 0;
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
}

.title_main + .triangle_topleft {
    border-right: 20px solid transparent;
    border-top: 35px solid #f3efd4;
    height: 0;
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
}

section.reason1.reason li p {
    padding: 30px 20px 30px 20px;
}

section.reason1.reason li p .notes {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
}


section.reason2.reason ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 65px;
}

section.reason2.reason li {
    border: 3px solid #c04836;
    padding-top: 40px;
    position: relative;
    text-align: center;
    width: calc(100% / 3 - 30px);
}

section.reason2.reason li img {
    width: calc(100% - 60px);
}

section.reason2.reason li > p {
    background: #f3efd4;
    margin-top: 15px;
    padding: 5px 10px;
}

section.reason2.reason li .title {
    line-height: 1.9;
    position: absolute;
    top: -53px;
    width: 100%;
}

section.reason2.reason li .title span {
    background: #c04836;
    border-radius: 50px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 5px 15px 2px;
}

section.reason3.reason .content > img {
    bottom: 38px;
    position: absolute;
    right: 36px;
    width: 49%;
}

section.reason3.reason .content .text p {
    background: url(/img/b/reason3_bg.png) center no-repeat;
    background-size: contain;
    font-size: 24px;
    font-weight: bold;
    height: 100%;
    line-height: 2;
    padding: 70px 0 70px 90px;
}

section.reason3.reason .content .text p span {
    color: #c04836;
}

section.reason3.reason .content .text {
    position: relative;
    width: 60%;
}


section.point {
    padding: 100px 0;
    position: relative;
}

section.point:before {
    background: url(/img/b/triangle.png) center no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 80px;
    position: absolute;
    top: -40px;
    width: 100%;
}

section.point .content {
    margin: auto;
    max-width: 1050px;
}

section.point ul {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}

section.point ul li {
    background: #fff;
    border: 3px solid #c04836;
    border-radius: 15px;
    position: relative;
    width: calc(100% / 3 - 30px);
}

p.reason_point {
    align-items: center;
    background: #c04836;
    border-radius: 50px 50px 0 0;
    height: 45px;
    margin: auto;
    padding-top: 15px;
    position: relative;
    text-align: center;
    width: 75px;
}

p.reason_point:before {
    background: url(/img/b/ansinpoint_mark.png) center no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 50px;
    left: -30px;
    position: absolute;
    top: -30px;
    width: 50px;
}

p.reason_point img {
    width: 70%;
}

.point_num {
    position: absolute;
    text-align: center;
    top: -40px;
    width: 100%;
}

section.point .title {
    background: #c04836;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    padding: 20px 0 10px 0;
    text-align: center;
}

section.point ul li > p {
    padding: 25px 30px;
}

/* ------------------------------------------------------------
    summary
------------------------------------------------------------ */

#summary {
    padding: 80px 0;
}

.step_title {
    margin: auto;
    max-width: 530px;
}

#summary .container {
    margin: 70px auto 0;
    max-width: 1100px;
    padding-bottom: 30px;
}

#summary .content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}

#summary .content li {
    background: #fff;
    border: 4px solid #c04836;
    border-radius: 20px;
    box-shadow: 3px 3px 4px #c3af8d;
    padding: 60px 30px 30px;
    position: relative;
    width: calc(100% / 3 - 98px);
}

#summary .content li .title {
    color: #4c5b97;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}
.stepNum {
    background: #c04836;
    border-radius: 10px 0 20px 0;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    left: -1px;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100px;
}

.step:not(:last-of-type):after {
    border-bottom: 35px solid transparent;
    border-left: 35px solid #c04836;
    border-top: 35px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    position: absolute;
    right: -46px;
    top: calc(50% - 20px);
    width: 0;
}
#payment {
    border: #c04836 dotted 5px;
    border-radius: 15px;
    margin-top: 80px;
    padding: 15px;
    position: relative;
}

#payment .title {
    position: absolute;
    text-align: center;
    top: -25px;
    width: calc(100% - 60px);
}

#payment .title span {
    background-color: #fffdf5;
    color: #c04836;
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    padding: 0 20px;
    position: relative;
    text-shadow: #fff 1px 1px 1px,
    #fff -1px 1px 0,
    #fff 1px -1px 1px,
    #fff -1px -1px 1px,
    0 0 3px rgb(0 88 168 / 50%);
}

#payment > p {
    background: #fff;
    border-radius: 10px;
    padding: 50px 40px;
}

/* ------------------------------------------------------------
    faq
------------------------------------------------------------ */

#faq {
    padding: 80px 0 ;
}

.faq_title {
    margin: auto;
    max-width: 530px;
}

.faq_content {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 3px 3px 4px #c3af8d;
    margin: 70px auto 0;
    max-width: 1020px;
    padding: 40px;
}

.faq_content li:not(:last-of-type) {
    margin-bottom: 20px;
}

.faq_content li .q {
    border-bottom: 1px solid #d7be59;
    color: #4c5b97;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
    min-height: 40px;
    padding-bottom: 20px;
    padding-left: 80px;
    padding-top: 20px;
    position: relative;
}

.faq_content li .q:before {
    background: url(/img/b/QA_mark.png) center center no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 50px;
    left: 10px;
    position: absolute;
    top: calc(50% - 28px);
    width: 50px;
}

.faq_content li .a {
    font-size: 19px;
    padding: 20px 30px;
}

/* ------------------------------------------------------------
    other common
------------------------------------------------------------ */

main .other h2 p {
    color: #4c5b97;
    text-align: center;
}

.other {
    padding: 80px 0;
}

.other .container {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 3px 3px 4px #c3af8d;
    margin: 60px auto 0;
    max-width: 1020px;
    padding: 60px 40px 50px;
}

/* ------------------------------------------------------------
    service
------------------------------------------------------------ */
h2.subContentTitle {
    margin: auto;
    max-width: 530px;
}

#serviceContent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

div#serviceContent > p {
    padding-left: 10px;
}

div#serviceContent > div {
    margin-bottom: 40px;
    padding: 0 10px 0 30px;
    width: calc(50% - 40px);
}

div#serviceContent > div:nth-child(odd) {
    background: url(/img/b/border_style2.png) top right repeat-y;
    padding-left: 10px;
    padding-right: 30px;
}

div#serviceContent > div p {
    padding: 0 10px;
}

span.cat {
    background: #c04836;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    margin-right: 30px;
    padding-left: 12px;
    padding-top: 5px;
    position: relative;
    width: 7em;
}

span.cat .triangle_topleft {
    border-right: 20px solid transparent;
    border-top: 44px solid #c04836;
    height: 0;
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
}

div#serviceContent .title {
    background: #f3efd4;
    border-radius: 50px 0 0 50px;
    display: flex;
    font-size: 24px;
    font-weight: bold;
    justify-content: space-between;
    margin-bottom: 15px;
}

div#serviceContent .price {
    font-size: 19px;
    padding-right: 12px;
    padding-top: 5px;
}

div#serviceContent .key {
    font-size: 24px;
}
/* ------------------------------------------------------------
    area
------------------------------------------------------------ */

#area .container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-bottom: 95px;
    position: relative;
}

ul.group {
    width: calc(100% / 6 - 30px);
}

ul.group li.title {
    border-bottom: 2px solid #c04836;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
}

#area .container:after {
    bottom: 35px;
    content: "※上記の地域に対応中です。基本的に県内全域に対応しておりますが、離島や山間部などは対応が難しい、あるいは対応にお時間をいただく地域がございます。 詳細は、お電話による無料ご相談をご活用ください。";
    font-size: 14px;
    left: 30px;
    line-height: 1.2;
    position: absolute;
    width: calc(100% - 60px);
}

/* ------------------------------------------------------------
    company2
------------------------------------------------------------ */

#company2 table {
    background: #fff;
    border: solid 1px #d8d6d3;
    font-size: 13px;
    width: 100%;
}

#company2 tr {
    border-bottom: solid 1px #d8d6d3;
}

#company2 th {
    background: #fafafa;
    border-right: solid 1px #d8d6d3;
    padding: 10px;
    width: 196px;
}

#company2 td {
    padding: 10px;
}

#company2 dl {
    border-bottom: solid 1px #d8d6d3;
    margin-bottom: 10px;
}

#company2 dl p {
    font-size: 13px;
}

#company2 dt:nth-child(odd) {
    float: left;
    width: 20%;
}

#company2 .client li:nth-child(odd) {
    float: left;
    width: 50%;
}

/* ------------------------------------------------------------
    policy
------------------------------------------------------------ */

#policy .container ul {
    height: 300px;
    overflow-y: scroll;
}

/* ------------------------------------------------------------
    footer
------------------------------------------------------------ */

footer#footer {
    background: #f6eece;
    text-align: center;
}

ul#motation {
    background: #f6eece;
    padding: 50px 0;
    text-align: left;
}

small {
    background: #553d15;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 5px 0;
}

li.link {
    margin-top: 15px;
}


/* ------------------------------------------------------------
    レスポンシブ
------------------------------------------------------------ */
@media screen and (max-width: 1099px) {
    p {
        font-size: 17px;
    }
    .box_size,
    section.point .content,
    .trouble_content,
    .trouble_result,
    #summary .container {
        width: 90%;
    }

    ul.troubleList {
        width: 100%;
    }

    .faq_content,
    .other .container {
        width: calc(90% - 80px);
    }

    main h2.feature_title p {
        bottom: 27%;
        font-size: 3vw;
        left: 10%;
        margin: 0 !important;
        position: absolute !important;
        width: 80%;
        z-index: 99;
    }

    main h2.feature_title p span {
        font-size: 3.5vw;
    }

    .feature_title img.Tab_only {
        bottom: -20px !important;
    }

    #drug_feature {
        padding-top: 20px;
    }

    #drug_feature h2.feature_title {
        padding: 0;
    }

    main h2 p span {
        font-size: 50px;
    }
    /*------------------------------------------------------------
        nav
    ------------------------------------------------------------ */

    div#siteId {
        width: 15%;
    }
    #headerContact div span {
        font-size: 14px;
    }
    #headerContact div img {
        width: 25px;
    }
    #headerContact div:before {
        height: 25px;
    }

    .materialPhotos.slick {
        bottom: 14vw;
    }

    div#serviceCategory {
        display: flex;
        position: absolute;
        top: 24%;
        z-index: 3;
    }

    #serviceCategory img {
        min-width: unset;
        width: 19vw !important;
    }

    .serviceCat {
        font-size: 2.5vw;
        line-height: 3vh;
        min-width: 23vw;
        padding-left: 2vw;
        position: relative;
    }
    .serviceCat:before {
        height: 3vh;
    }

    /*------------------------------------------------------------
        headerLineup
    ------------------------------------------------------------ */
    ul.item {
        margin: 50px auto 35px;
    }

    ul.item li {
        padding: 4px;
        width: calc(100% / 4 - 22px);
    }
    p.title {
        font-size: 2.3vw;
    }
    .titleOutline span {
        font-size: 2vw;
    }
    p.title.PC_only,
    .advice .PC_only {
        display: none;
    }
    p.title.Tab_only,
    .advice .Tab_only {
        display: block;
    }

    .advice {
        background: none;
        padding: 0;
    }

    /*------------------------------------------------------------
        drug_feature
    ------------------------------------------------------------ */

    #drug_feature h2.feature_title {
        background: none;
        font-size: 0;
        position: relative;
    }

    #drug_feature h2.feature_title p:before,
    #drug_feature h2.feature_title p:after {
        display: none;
    }

    .feature_title p.PC_only {
        display: none !important;
    }

    .feature_title img.Tab_only {
        bottom: -13px;
        display: block !important;
        position: relative;
    }

    /*------------------------------------------------------------
        drug_feature
    ------------------------------------------------------------ */

    .contact_info {
        height: 100%;
        padding-left: 28px;
        top: -8px;
        width: calc(100% - 90px);
    }

    img.contactTel_icon {
        margin-right: 10px;
        width: 6%;
    }
    .drug_feature_img {
        margin-bottom: 30px;
    }

    .contact_mail a {
        display: flex;
        height: auto;
    }
    .contact_mail {
        top: 1vw;
    }

    #drug_feature .feature_content {
        padding: 80px 0 50px;
    }

    /*------------------------------------------------------------
        contact
    ------------------------------------------------------------ */

    .contact {
        margin: 10px auto 50px auto;
    }

    .contectTel {
        font-size: 5.5vw;
        letter-spacing: -2px;
    }
    /*------------------------------------------------------------
        feature
    ------------------------------------------------------------ */

    #feature {
        padding: 50px 0 40px;
    }

    #feature .feature_title img {
        max-width: 500px;
    }

    #feature .coupon {
        margin: 40px auto 60px;
    }

    #feature h3 {
        background-size: 7%;
        font-size: 3.5vw;
    }

    .feature {
        margin-bottom: 80px;
    }

    .feature_num {
        width: 160px;
    }

    .feature_text {
        padding: 40px 30px 40px 40px;
        width: 60%;
    }

    .feature_img {
        width: 40%;
    }

    .feature_img img {
        right: -4px;
        width: 89%;
    }

    .feature_text div {
        padding-right: 10px;
    }

    .feature_text .PC_only {
        display: none;
    }

    .feature_text .Tab_only {
        display: block;
        font-size: 14px;
    }

    /*------------------------------------------------------------
    trouble
    ------------------------------------------------------------ */

    .trouble {
        padding: 80px 0;
    }

    ul.troubleList {
        padding: 40px 0 50px;
    }

    p.trouble_title {
        font-size: 5vw;
        height: 88px;
        line-height: 2;
    }

    ul.troubleList li {
        font-size: 27px;
        margin: auto 20px;
        max-width: 755px;
        padding: 15px;
        padding-left: 90px;
    }

    ul.troubleList li:not(:last-of-type):before {
        left: 20px;
    }

    .trouble_result_text {
        top: 1.5vw;
    }

    .trouble_result_text .title em {
        font-size: 4vw;
    }

    .trouble_result_text .point {
        font-size: 3vw;
    }

    .trouble_result_text .title {
        font-size: 3vw;
    }

    /*------------------------------------------------------------
    reason
    ------------------------------------------------------------ */

    #reason {
        padding: 50px 0 70px;
    }
    .reason_title {
        margin-bottom: 70px;
        max-width: 500px;
    }

    img.reason_num {
        left: -5px;
        top: -42px;
        width: 93px;
    }

    h2.title > span {
        font-size: 22px;
        padding-left: 99px;
    }

    #reason h2.title .triangle_topleft {
        border-right: 30px solid transparent;
        border-top: 38px solid #d7be59;
        right: -30px;
    }

    section.reason3.reason .content .text p {
        margin: auto;
        max-width: 20em;
    }

    #reason h2.title {
        font-size: 27px;
        padding-left: 47px;
    }

    section.reason {
        margin: auto auto 70px;
        padding: 30px;
    }
    .reason1 div.title {
        font-size: 17px;
        font-weight: bold;
        padding-left: 10px;
        position: relative;
        width: calc(100% - 20px);
    }
    .title_sub {
        font-size: 19px;
    }

    .reason1_img {
        display: none;
    }
    section.reason1.reason li p {
        padding: 20px 20px 30px 20px;
    }

    section.reason2.reason li {
        padding-top: 20px;
        width: calc(100% / 3 - 15px);
    }

    section.reason2.reason li .title span {
        font-size: 17px;
    }

    section.reason2.reason li > p {
        font-size: 1.5vw;
        margin-top: 10px;
    }

    section.reason2.reason li img {
        width: calc(100% - 30px);
    }

    section.reason3.reason .content > img {
        display: none;
    }

    section.reason3.reason .content .text {
        width: 100%;
    }

    section.point {
        padding: 70px 0 50px 0;
    }

    section.point ul li {
        width: calc(100% / 3 - 15px);
    }

    section.point .title {
        font-size: 4vw;
    }

    section.point ul li > p {
        padding: 20px 25px;
    }

    /*------------------------------------------------------------
    summary
    ------------------------------------------------------------ */

    #summary {
        padding: 50px 0;
    }

    .step_title {
        max-width: 500px;
    }

    #summary .container {
        margin: 40px auto 0;
    }

    #summary .content {
        flex-direction: column;
        padding: 30px 15px 20px;
    }

    #summary .content li {
        background: #fff;
        border: 4px solid #c04836;
        border-radius: 20px;
        margin: 30px 0;
        padding: 30px;
        width: calc(100% - 60px);
    }
    .step:not(:last-of-type):after {
        border-left: 35px solid transparent;
        border-right: 35px solid transparent;
        border-top: 35px solid #c04836;
        bottom: -88px;
        content: "";
        display: inline-block;
        height: 0;
        position: absolute;
        right: calc(50% - 20px);
        top: unset;
        width: 0;
    }

    #payment {
        margin: 30px 15px 0 15px;
        padding: 30px 15px 20px;
    }

    /*------------------------------------------------------------
    faq
    ------------------------------------------------------------ */

    #faq {
        padding: 50px 0;
    }

    .faq_title {
        max-width: 400px;
    }

    .faq_content {
        margin: 50px auto 0;
    }

    .faq_content li .q {
        align-items: center;
        display: flex;
        line-height: 1.2;
        min-height: 2em;
        padding-left: 60px;
        position: relative;
    }

    .faq_content li .q:before {
        align-items: center;
        background-size: contain;
        content: "";
        display: flex;
        height: 100%;
        left: 0;
        min-height: 50px;
        position: absolute;
        top: 0;
        width: 50px;
    }

    /*------------------------------------------------------------
    other
    ------------------------------------------------------------ */

    .other {
        padding: 50px 0;
    }

    .other .container {
        margin: 40px auto 0;
    }

    #serviceContent {
        padding: 0;
    }


    #area .container {
        display: block;
    }

    ul.group {
        display: flex;
        flex-direction: row;
        margin-bottom: 10px;
        width: 100%;
    }

    ul.group li {
        align-items: center;
        display: flex;
        justify-content: center;
        margin-right: 10px;
    }

    ul.group li.title {
        background: #eef3f6;
        border-bottom: 0;
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 0;
        padding: 5px;
        text-align: center;
        width: 6em;
    }

    /*------------------------------------------------------------
    service
    ------------------------------------------------------------ */
    div#serviceContent .title {
        border-radius: 0;
        flex-direction: column;
        text-align: center;
    }
    span.cat {
        padding-left: 0;
        width: 100%;
    }
    .cat .triangle_topleft {
        display: none;
    }
    div#serviceContent .price {
        border-radius: 0;
    }
}

@media screen and (max-width: 414px) {
    p {
        font-size: 15px;
    }

    #header .PC_only {
        display: none !important;
    }
    #header img.Tab_only {
        display: block !important;
    }
}