@charset "UTF-8";

#js-menubtn{
    display:none;
}
html, body, span, h1, h2, h3, h4, p, a, img, strong, i, div, ul, li, footer, header, nav, section, mark {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

footer, header, nav, section {
    display: block;
}

body {
    line-height: 1;
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
}

html {
    font-size: 62.5%;
    height: 100%;
    position: relative;
}

body {
    color: #333;
    font-family: "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
    font-size: 1.4rem;
    line-height: 1.7;
    font-weight: 500;
    min-width: auto;
    background-image: none;
    position: relative;
    top: 0;
    left: 0;
}

a {
    color: #000;
    text-decoration: none;
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

*, *:after, *:before {
    box-sizing: border-box;
}

.sp_l-inner {
    margin: 0 auto;
    width: 92%;
}

.sp_l-header {
    padding: 5px 0;
    background: url(https://lp.sharing-tech.co.jp/hato/spb/img/common/header_bg.png) no-repeat center / cover;
    font-size: 1rem;
}

.sp_l-header h1 {
    display: none;
}

.sp_h_upper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sp_h_logo {
    margin-right: 5px;
    flex: 0 1 180px;
}

.sp_h_tosho {
    margin-right: auto;
    flex: 0 0 44px;
}

.sp_h_tel {
    flex: 0 0 50px;
    margin-right: 2px;
}

.sp_h_menu {
    flex: 0 0 50px;
}

.sp_gnav {
    display: none;
    position: absolute;
    z-index: 100;
    width: 100%;
    background-color: #fff;
    padding-bottom: 20px;
}

.sp_gnav_list {
    margin: 0 3%;
    border-top: 1px solid #bbb;
}

.sp_gnav_item {
    border-bottom: 1px solid #bbb;
    padding: 10px 10px 10px 45px;
    background-image: url(https://lp.sharing-tech.co.jp/hato/spb/img/common/header_ico_nav.png);
    background-size: 16px 17px;
    background-repeat: no-repeat;
    background-position: 20px 50%;
}

.sp_gnav_item_sub {
    border-bottom: 1px solid #bbb;
    padding: 10px 10px 10px 60px;
    background-image: url(https://lp.sharing-tech.co.jp/hato/spb/img/common/header_ico_nav.png);
    background-size: 16px 17px;
    background-repeat: no-repeat;
    background-position: 30px 50%;
}

ul.sub-menu {
    display: none;
}

.sp_gnav_item, .sp_gnav_item_sub a {
    display: block;
}

.sp_gnav_btn {
    margin: 15px auto 0;
    width: 70%;
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #bbb;
    border-radius: 5px;
    background: #f3f3f3;
    background: linear-gradient(#fff 0%, #ececec 100%);
    font-weight: bold;
    font-size: 16px;
    color: #1d95d4;
}

.sp_l-footer {
    padding-bottom: 22.333vw;
    margin: 20px 0 0 0;
}

.sp_conversion_new_btn {
    width: 95%;
    height: 38%;
    display: block;
}

.ft_nav {
    clear: both;
}

.ft_nav ul {
    border-top: 3px solid #d7d7d7;
}
.ft_nav ul li {
    background: #f7f7f7;
    border-bottom: 1px solid #d7d7d7;
}
.ft_nav ul li a {
    display: block;
    padding: 10px;
    font-size: 1.2rem;
    background-image: url(https://lp.sharing-tech.co.jp/hato/spb/img/common/arrow02.png);
    background-size: 5px 6px;
    background-repeat: no-repeat;
    background-position: 95% 50%;
}
.ft_bg {
    background: #F1F2F1;
    position: relative;
}
.ft_bg .ft_logo {
    width: 45%;
    padding: 20px 15px;
    margin: 0 auto;
}
.ft_copy {
    background: #999;
    padding: 10px 0;
    font-size: 1rem;
    text-align: center;
    color: #fff;
}
.sp_conversion_new {
    position: relative;
    margin: 15px 0 5px;
}
.cv_text {
    position: absolute;
    text-align: center;
    font-size: 1.2rem;
    bottom: 7%;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-weight: bold;
}
.cv_text span {
    color: #ef0b0b;
}
.sp_cv_tel_wrapper {
    position: relative;
}
.sp_cv_tel_wrapper .sp_cv_tel_number {
    position: absolute;
    top: 7vw;
    left: 14.5vw;
}
.sp_cv_tel_wrapper .sp_cv_tel_number span {
    color: #fff;
    font-size:10.5vw;
    font-weight: bold;
    font-family: sans-self, arial, serif;
}
.sp_cv_simple_tel_wrapper {
    position: relative;
}
.sp_cv_simple_tel_wrapper .sp_cv_simple_tel_number {
    position: absolute;
    top: 6.5vw;
    left: 14.5vw;
}
.sp_cv_simple_tel_wrapper .sp_cv_simple_tel_number span {
    color: #fff;
    font-size:10.5vw;
    font-weight: bold;
    font-family: sans-self, arial, serif;
}
.sp_area_list {
    margin-top: 10px;
    padding: 0 4%;
}
.sp_area_item {
    display: inline-block;
    line-height: 1.8;
}
.sp_area_item:not(:last-child)::after{
    content: '|';
    display: inline-block;
    margin-right: .3em;
    padding-left: .4em;
    line-height: 1;
}
@media screen and (min-width: 667px) {
    .sp_l-pagefooter, .sp_l-header, .sp_l-inner, .sp_conversion_new, .sp_mainvisual, .sp_l-footer, .sp_f_sticky, .sp_gnav, .sp_l-main {
        width: 375px!important;
        margin: 0 auto;
    }
    .sp_gnav {
        left: 0;
        right: 0;
    }
}
.sp_conversion_new_btn {
    display: block;
    bottom: 4.5%;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
    height: 43%;
}
.sp_f_text {
    background: #fff;
    text-align: left;
    padding: 10px 13px 12px 12px;
    font-size: 11px;
    line-height: 1.73;
    margin: 0 15px;
}
.sp_f_text .title {
    padding-bottom: 7px;
    font-size: 1.2em;
    font-weight: bold;
}
.sp_f_text .sp_readmore {
    margin-top: 7px;
    text-align: right;
}
.sp_f_text .sp_readmore a {
    position: relative;
    padding-left: 6px;
    text-decoration: underline;
    display: inline-block;
}
.sp_f_text .sp_readmore a:after {
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #2cac38;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
}
.sp_f_sticky {
    width: 100%;
    position: fixed;
    z-index: 100;
    transition: all 0.3s ease;
}
@media screen and (min-width: 667px) {
    .sp_l-inner, .sp_mainvisual, .sp_l-footer, .sp_f_sticky, .sp_conversion_new, .sp_gnav, .sp_l-main {
        width: 320px!important;
        margin: 0 auto;
    }
    .sp_gnav {
        left: 0;
        right: 0;
    }
}
.sp_f_pagetop {
    position: absolute;
    right: 4%;
    bottom: 56vw;
    z-index: 1;
    width: 16%;
}
.sp_f_pagetop {
    position: absolute;
    right: 10px;
    top: -60px;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    text-align: center;
}
.sp_f_pagetop a {
    padding: 14px 10px 0;
    display: block;
}
.spf_pagetop_img {
    width: 60%;
}
.sp_l-pagefooter {
    padding: 0 4%;
}
.p_aside_support {
    margin-top: 20px;
    border: 1px solid #CCC;
}
.p_aside_support .ttl {
    padding: 12px 10px 0;
    background: #fff;
    background-size: 8px 8px;
    font-weight: bolder;
    font-size: 16px;
    color: #333;
    text-align: center;
}
.p_aside_support .p_aside_support_inner {
    padding: 10px;
    background: #fff;
    overflow: hidden;
}
.p_aside_support_inner {
    padding: 10px;
    background: #fff;
    overflow: hidden;
}
.sp_visa_img {
    width: 96%;
    text-align: center;
    margin: 0 auto;
}
.sp_visa .sp_visa_img {
    padding: 10px 0 8px;
}
.sp_visa .sp_visa_txt {
    font-size: 10px;
    color: #999;
}
.sp_visa {
    background-size: 2px;
    padding: 3vw 3vw;
    margin: 0 0 5vw;
    margin-top: 20px;
    border: 1px solid #CCC;
}
.sp_visa .sp_visa_ttl {
    color: #666;
    font-size: 1.1em;
    font-weight: bold;
    padding: 4px 0 10px 0;
    line-height: 1;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.sp_l_footer {
    position: relative;
    background-color: #f3f3f3;
}
.sp_l_footer_wrap02 .sp_f_link {
    padding: 15px 0;
    font-size: 0.65em;
    text-align: center;
}
.sp_l_footer_wrap02 #policy_text {
    background: #fff;
    padding: 10px;
    margin: 0 15px;
    font-size: 0.85em;
}
.sp_l_footer_wrap02 .sp_f_link li {
    padding-right: 6px;
    margin-right: 4px;
    border-right: 1px solid #202d39;
    display: inline;
    text-decoration: underline;
}
.sp_l-footer a {
    text-decoration: none;
}
.sp_l_footer_wrap02 #policy_text strong {
    font-weight: bold;
    font-size: 1.2em;
}
.sp_footer_tel_wrapper {
    position: relative;
}
.sp_footer_tel_wrapper .sp_footer_tel_number {
    position: absolute;
    top: 4.3vw;
    right: 8.5vw;
}
.sp_footer_tel_wrapper .sp_footer_tel_number span {
    color: #fff;
    font-size:8.3vw;
    font-weight: bold;
    font-family: sans-self, arial, serif;
}
#policy_text a {
    text-decoration: underline!important;
}
.s_showmovie {
    position: relative;
    margin: 30px auto 10px;
    padding: 0 0 10px;
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
}
.bg_movie {
    width: 100%;
    padding: 30px 10px 0;
    margin: 0 0 -23px;
    position: relative;
    top: -20px;
    background: url(https://lp.sharing-tech.co.jp/hato/spb/img/common/movie_bg.png) no-repeat right top;
    background-size: 27% auto;
}
.bg_movie h2 {
    font-size: 23px;
    font-weight: bold;
    color: #0d43af;
    text-align: left;
    line-height: 1.2;
    margin: 0 0 5px 0;
    text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
.policyArea {
    display: flex;
    margin: -5px 0 10px;
}
.policyArea .txtPolicy {
    position: relative;
    display: block;
    padding-left: 10px;
    font-size: 11px;
    margin-right: 7px;
}
.policyArea .txtPolicy a::before {
    content: '';
    box-sizing: border-box;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #0A44AF;
    position: absolute;
    top: 25%;
    left: 0;
}
.cv_policy {
    margin: 5px 0 0 10px;
}
/*! CSS Used from: https://lp.sharing-tech.co.jp/hato/resource/sp/css/base.css?v=202006172051 */
.mT10 {
    margin-top: 1rem!important;
}
.mT20 {
    margin-top: 2rem!important;
}
.mT30 {
    margin-top: 3rem!important;
}
.mB30 {
    margin-bottom: 3rem!important;
}
.mT0 {
    margin-top: 0!important;
}
.spConversion__txt {
    color: #ff4810;
    font-size: 4.8vw;
    font-weight: bold;
    position: absolute;
    top: 3.6%;
    left: 18.5%;
    letter-spacing: -0.03em;
}
.spConversion__txt .small {
    font-size: 0.9em;
}
.animBtn {
    position: relative;
    animation: strech 3s both infinite;
}
.animBtn__fing {
    position: absolute;
    right: 2%;
    bottom: 17%;
    width: 10%;
}
.four_reason .ttl {
    width: 100%!important;
    color: #30578f;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
}
.four_reason .num {
    font-size: 1.2em;
}
.diyContents {
    background-color: #efefef;
    font-size: 3.6vw;
}
.diyContents .diyContents__selfList {
    padding: 3vw;
}
.diyContents .diyContents__selfItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.diyContents .diyContents__selfContent {
    background-color: #fff;
    width: 60vw;
    padding: 3vw;
    position: relative;
    font-size: 1.15em;
    line-height: 1.4;
}
.diyContents .diyContents__selfImg {
    width: 30vw;
}
.diyContents .diyContents__selfItem+.diyContents__selfItem {
    margin-top: 3vw;
}
.diyContents .diyContents__selfContent::before {
    content: '';
    position: absolute;
    border-right: 5vw solid #fff;
    border-top: 4vw solid transparent;
    border-bottom: 4vw solid transparent;
    left: -4vw;
    top: 50%;
    transform: translateY(-50%);
}
.diyContents .diyContents__selfTit {
    color: #e22400;
    font-weight: bold;
    font-size: 1.13em;
    background: url(https://lp.sharing-tech.co.jp/hato/resource/sp/img/index_self_icon.png) no-repeat left center/1.2em;
    padding-left: 1.4em;
}
.diyContents .diyContents__proList {
    padding: 3vw;
    position: relative;
    margin-bottom: 5vw;
}
.diyContents .diyContents__proItem {
    background-color: #fff;
    margin-bottom: 2vw;
    display: flex;
    justify-content: space-between;
    padding: 3vw;
    align-items: center;
    line-height: 1.2;
    font-size: 1.1em;
}
.diyContents .diyContents__proContent {
    width: 52vw;
}
.diyContents .diyContents__proImg {
    width: 32vw;
}
.diyContents .diyContents__proTit {
    color: #00a0e9;
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 1.4em;
    background: url(https://lp.sharing-tech.co.jp/hato/resource/sp/img/index_pro_icon.png) no-repeat left center/1.2em;
}
.diyContents .diyContents__proList::after {
    content: '';
    border-top: 6vw solid #385c93;
    border-left: 10vw solid transparent;
    border-right: 10vw solid transparent;
    position: absolute;
    bottom: -3vw;
    left: 50%;
    transform: translateX(-50%);
}
.diyContents .diyContents__img {
    margin: auto;
    width: 94vw;
    display: block;
}
.sp_simpleConversion {
    position: relative;
    height: 37vw;
}
.sp_simpleConversion .sp_conversion_new_btn {
    top: 3vw;
    bottom: inherit;
}
.ttlCommon {
    color: #fff;
    font-size: 5vw;
    text-align: center;
    font-weight: 900;
    line-height: 2.0;
    background: linear-gradient(#4571c1 50%, #0a44ae 50%);
}
.ttlCommon .txtPoint {
    color: #ffe900;
}
.introContents {
    position: relative;
}
.introContents .sp_conversion_new_btn {
    height: auto;
    left: 3%;
    right: inherit;
    bottom: 0.5%;
}
.damageBox {
    background-color: #EFEFEF;
    padding: 10px;
}
.damage_ttl {
    background-color: #4671C0;
    color: #fff;
    font-size: 4vw;
    text-align: center;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 2px 0 4px;
}
.damage_factor {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.damage_factor li {
    width: 100%;
    font-size: 4vw;
    font-weight: 600;
    padding-left: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #CCC;
}
.damage_factor li:before {
    content: '';
    background: url("https://lp.sharing-tech.co.jp/hato/resource/sp/img/price_ico01.png") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 17px;
    height: 20px;
    margin-right: 10px;
}
.damage_factor li span {
    color: #cc0606;
}
.proMeasure {
    background-size: 14px 14px;
    background-color: #efefef;
    background-image: linear-gradient(-45deg, #ececec 25%, transparent 25%, transparent 50%, #ececec 50%, #ececec 75%, transparent 75%, transparent);
}
.proMeasure .proMeasure__toolList {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px;
}
.proMeasure .proMeasure__tool {
    display: flex;
    flex-direction: column;
    width: 48%;
    margin-top: 2vw;
}
.proMeasure .proMeasure__caption {
    text-align: center;
    font-weight: bold;
}
.reasonContents .reason__inner {
    position: relative;
    padding: 0 3vw;
    margin-bottom: 11vw;
}
.reasonContents .reason__readTtl {
    font-size: 8vw;
    font-weight: bold;
    color: #ff6600;
    margin: 0 0 5px;
    padding: 0 3vw;
    text-align: center;
}
.reasonContents .reason__readPhoto {
    width: 39%;
    float: right;
    margin: 0 0 10px 10px;
}
.reasonContents .reason__readText {
    font-size: 3.7vw;
    line-height: 1.4;
    margin-bottom: 10px;
}
.reasonContents .reason__virusName {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    padding-bottom: 0.5vw;
    font-size: 4.2vw;
    font-weight: bold;
    border-bottom: 2px solid #385c93;
}
.reasonContents .reason__virusImg {
    width: 2em;
    height: auto;
    margin-right: 0.5vw;
}
.reasonContents .reason__virusCaption {
    margin-top: 1rem;
}
.reasonContents .reason__detailTtl {
    padding: 1.5vw;
    background-color: #385c93;
    color: #fff;
    font-size: 4.2vw;
    font-weight: bold;
}
.reasonContents .reason__detailTtl.multiple {
    line-height: 1.4;
}
.reasonContents .reason__detailText {
    padding: 1vw;
}
.reasonContents .reason__detailRow {
    margin-top: 3vw;
    padding: 1vw;
    border: 2px solid #666;
    font-size: 1.1em;
}
.reasonContents .reason__detailRow:first-child {
    margin-top: 0;
}
.reasonContents .reason__detailRow .txtPoint {
    color: #ff0000;
}
.reasonContents .reason__inner::after {
    content: '';
    border-top: 6vw solid #385c93;
    border-left: 8vw solid transparent;
    border-right: 8vw solid transparent;
    position: absolute;
    bottom: -10vw;
    left: 50%;
    transform: translateX(-50%);
}
.reasonContents .reason__summary .reason__summaryTit {
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
}
.reasonContents .reason__summary .reason__summaryTit .txtPoint {
    font-size: 1.1em;
    color: #cd0000;
    background-image: linear-gradient(#fff 60%, #fcf99c 60%);
}
.reasonContents .reason__summary .reason__summaryText {
    padding: 1.5vw 3vw 0;
}
.flowContents {
    padding: 0!important;
    box-shadow: none!important;
}
.flowContents .flowContents__ttl {
    position: relative;
    padding: 3vw 0 0 3vw;
}
.flowContents .flowContents__ttlplace {
    position: absolute;
    top: 2vw;
    width: 66vw;
    background-color: #d7effc;
    text-align: center;
    color: #cc0000;
    font-size: 4.2vw;
    font-weight: bold;
    border-radius: 5px;
}
.flowContents .flowContents__ttlplace .sp_place_output {
    color: #333;
}
.flowContents .flowContents__stepContent {
    padding: 3vw;
    background-color: #efefef;
}
.flowContents .flowContents__stepContent:nth-child(2n) {
    background-color: #fff;
}
.flowContents .flowContents__stepTtl {
    display: flex;
    align-items: center;
    color: #385c93;
    font-size: 4.6vw;
    font-weight: bold;
}
.flowContents .flowContents__stepTtlImg {
    width: 6rem;
    margin-right: 0.5rem;
}
.flowContents .flowContents__stepDetail {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 1vw;
}
.flowContents .flowContents__stepText {
    width: 65%;
}
.flowContents .flowContents__stepImg {
    width: 35%;
    padding-left: 0.5vw;
}
.flowContents .flowContents__step2 {
    display: flex;
    justify-content: space-between;
    margin: 1vw 0;
    height: 14vw;
    color: #385c93;
    font-weight: bold;
}
.flowContents .flowContents__step2Item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    background-color: #d7eefc;
    font-size: 4.2vw;
}
.flowContents .flowContents__step2Item:last-child {
    line-height: 1.4;
}
.flowContents .flowContents__step2Item:nth-last-child(n+2)::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -5vw;
    border-left: 3vw solid #385c93;
    border-top: 2vw solid transparent;
    border-bottom: 2vw solid transparent;
    transform: translateY(-50%);
}
.flowContents .flow__attention {
    padding: 1vw 3vw 0;
    font-size: 0.85em;
    line-height: 1.5;
}
.info__payment {
    margin: 4vw 3vw 6vw;
}
.measures .measures__readText {
    padding: 1vw 3vw;
}
.measures .measures__inner {
    margin: 5vw 3vw 3vw;
    border: 2px solid #99cbfe;
}
.measures .measures__inner+.measures__inner {
    margin: 7vw 3vw 3vw;
}
.measures .measures__selfTit {
    position: relative;
    padding-left: 21vw;
    font-size: 6.2vw;
    font-weight: bold;
    line-height: 2.0;
    text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
    background-size: 14px 14px;
    background-color: #a8cff8;
    background-image: linear-gradient(-45deg, #99cbfe 25%, transparent 25%, transparent 50%, #99cbfe 50%, #99cbfe 75%, transparent 75%, transparent);
    border-bottom: 1px solid #fff;
}
.measures .measures__selfTit .txtPoint {
    color: #0099ff;
    font-size: 1.2em;
}
.measures .measures__selfTitImg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 18vw;
}
.measures .measures__inner .article {
    padding: 3vw;
}
.measures .measures__inner .measures-tit {
    margin-top: 0;
}
.measures .measures__proTit {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 6.2vw;
    font-weight: bold;
    line-height: 2.0;
    text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
    background-size: 14px 14px;
    background-color: #a8cff8;
    background-image: linear-gradient(-45deg, #99cbfe 25%, transparent 25%, transparent 50%, #99cbfe 50%, #99cbfe 75%, transparent 75%, transparent);
    border-bottom: 1px solid #fff;
}
.measures .measures__proTitImg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 18vw;
    z-index: 1;
}
.measures .measures__proTitMain {
    position: relative;
    left: 12vw;
    color: #0099ff;
    font-size: 1.2em;
    z-index: 2;
}
.measures .measures__proTit .txtSmall {
    font-size: 0.8em;
}
.measures .measures__proTitSub {
    position: relative;
    left: 14vw;
    font-size: 0.65em;
    line-height: 1.3;
    z-index: 2;
}
.measures .measures__proReadText {
    padding: 1vw 3vw 0;
}
.measures .measures__inner .level {
    margin: 3vw;
}
.four_reason .ttlCommon .txtNumber {
    font-size: 1.1em;
}
.four_reason .four_reason__place {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 1vw 3vw 0;
    padding: 2vw 0;
    font-size: 5.2vw;
    font-weight: bold;
    line-height: 1;
    border-bottom: 2px dotted #385c93;
}
.four_reason .four_reason__placeLogo {
    width: 26.5vw;
}
.four_reason .four_reason__place .txtPlace {
    color: #0099ff;
    font-size: 1.1em;
}
.four_reason .four_reason__place .txtSmall {
    font-size: 0.85em;
}
.ttlCommonSub {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
    padding: 2vw 3vw;
    font-size: 5vw;
    font-weight: 900;
    line-height: 2.0;
    border-top: 4px solid #0099ff;
}
.ttlCommonSub .ttlCommonSub__icon {
    width: 1.3em;
    height: auto;
    margin-right: 1.5vw;
}
.areaContents {
    margin-top: 25px;
}
.areaContents .sp_area_list {
    margin-top: 0;
}
.baisyoContents {
    margin: 20px 10px;
    border: 2px solid #d6d6d6;
    padding: 0 1.5vw;
    font-size: 3.6vw;
}
.baisyoContents__title {
    display: flex;
    align-items: flex-start;
    padding: 2vw;
    border-bottom: 2px solid #fcc;
}
.baisyoContents__titleImg {
    align-self: center;
    width: 2.5em;
}
.baisyoContents__titleTxt {
    padding-left: 1vw;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.4;
}
.baisyoContents__detail {
    background: url(https://lp.sharing-tech.co.jp/hato/resource/sp/img/index_hoken_bg.png) no-repeat right bottom/8.5em;
    padding: 3vw 26vw 2vw 2vw;
}
.baisyoContents__detail .txtStrong {
    color: #f03;
}
.fa-caret-right {
    position: relative;
}
.fa-caret-right::before {
    content: '';
    border-left: 6px solid #30578f;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: 50%;
    left: 36%;
    transform: translateY(-50%);
}
.commentary {
    font-size: 10px;
    margin: 0 10px;
    color: #727272;
}
.commentary.wide {
    margin: 0;
}
/*! CSS Used from: Embedded */
/*! CSS Used from: https://lp.sharing-tech.co.jp/hato/spb/css/index.css */
.sp_mainvisual {
    position: relative;
}
.sp_mainvisual_area {
    color: #898888;
    background-color: #fff;
    position: absolute;
    border: 1px solid #cfcfcf;
    top: 2vw;
    left: 10px;
    padding: 0 3px;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.5;
}
@media screen and (max-width: 320px) {
    .sp_mainvisual_area {
        font-size: 1.7rem;
    }
}
.sp_mainvisual_area .sp_place_output {
    color: #f36100;
}
#price {
    margin-bottom: 15px;
}
#flow {
    overflow: hidden;
    padding: 0 10px 10px 10px;
    box-shadow: 0 3px 3px rgba(150, 150, 150, 0.2);
}
.four_reason {
    margin: 15px 0;
}
.four_reason ul {
    padding: 1px 4% 0;
}
.four_reason ul li {
    position: relative;
    margin-top: 21px;
}
.four_reason ul li h3 {
    width: 68%;
    margin-bottom: 8px;
}
.four_reason ul li p.four_text {
    font-size: 14px;
    line-height: 1.7;
}
.four_reason ul li p.four_illust {
    width: 25%;
    float: right;
    margin: 0 0 5px 15px;
}
.voice_list {
    margin: 0 3%;
}
.voice_item {
    overflow: hidden;
    margin-top: 4%;
    padding-bottom: 4%;
    border-bottom: 1px dotted #e6e6e6;
}
.voice_img {
    float: left;
    margin-right: 10px;
    width: 20%;
}
.voice_customer {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
}
.voice_customer {
    background: #2592d0;
}
.voice_customer.women {
    background: #e24242;
}
.voice_desc {
    float: right;
    width: 76%;
    line-height: 1.7;
    margin-top: 5px;
}
.voice_desc a {
    font-size: 14px;
    text-decoration: underline;
}
.voice_desc a:hover {
    text-decoration: none;
}
.request_box {
    background: url(https://lp.sharing-tech.co.jp/hato/spb/img/common/voice_bg.png);
    padding-bottom: 1px;
    margin-top: 30px;
}
.request_box_inner {
    padding: 0 10px 0;
}
.request_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.request_item {
    width: 100%;
    margin-top: 10px;
    background-image: url(https://lp.sharing-tech.co.jp/hato/spb/img/index_ico_request.png), url(https://lp.sharing-tech.co.jp/hato/spb/img/index_bg_request01.png);
    background-size: 44px 55px;
    background-repeat: no-repeat;
    background-position: 10px 5px;
    border-radius: 3px;
    display: block;
    font-size: 14px;
    padding: 10px 10px 10px 60px;
    background-color: #fff;
}
.request_item01 {
    background-image: url(https://lp.sharing-tech.co.jp/hato/spb/img/index_bg_request01.png);
}
.request_item02 {
    background-image: url(https://lp.sharing-tech.co.jp/hato/spb/img/index_bg_request02.png);
}
.request_item03 {
    background-image: url(https://lp.sharing-tech.co.jp/hato/spb/img/index_bg_request03.png);
}
.request_item04 {
    background-image: url(https://lp.sharing-tech.co.jp/hato/spb/img/index_bg_request04.png);
}
.request_item05 {
    background-image: url(https://lp.sharing-tech.co.jp/hato/spb/img/index_bg_request05.png);
}
.request_item06 {
    background-image: url(https://lp.sharing-tech.co.jp/hato/spb/img/index_bg_request06.png);
}
.request_item01 a {
    display: block;
    width: 100%;
}
.request_item span {
    color: #ff6c2e;
    display: block;
    font-weight: bold;
}
.measures {
    margin-top: 25px;
    background: #fff;
    padding-bottom: 1px;
}
.measures-tit {
    margin: 15px 0;
}
.more {
    display: block;
    text-align: right;
    padding: 5px 0;
    color: #0876bf;
    text-decoration: underline;
}
.more+* {
    display: none;
    padding-bottom: 5px;
}
.measures .article div {
    padding: 0 10px;
}
.measures .article .txt {
    padding: 0;
}
.measures .txt02 {
    text-align: justify;
    padding: 0 10px;
}
.measures .article .img {
    float: right;
    margin: 0 0 13px 20px;
    padding: 0;
    width: 33.79%;
}
.measures .article .list {
    margin: 15px 0 10px;
}
.measures .article .list .item {
    padding-left: 10px;
    margin-bottom: 4px;
    position: relative;
}
.measures .article .list .item:last-child {
    margin-bottom: 0;
}
.measures .article .list .item:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 6px;
    top: 8px;
    left: 0;
    margin-top: 0;
    background: url(https://lp.sharing-tech.co.jp/hato/spb/img/ico_arrow.png) no-repeat;
    background-size: 4px auto;
}
.level {
    padding: 10px;
    margin: 15px 10px 20px;
    border: 2px solid #cfcfcf;
    border-radius: 8px;
    background: url(https://lp.sharing-tech.co.jp/hato/spb/img/bg_demerit_03.png) repeat;
}
.measures .level li p {
    text-align: justify;
    padding: 0 5px;
}
.level .level-wrap {
    background: #fff;
    border-radius: 8px;
    padding: 15px 10px;
    overflow: hidden;
}
.level .level-wrap .level-list .item {
    letter-spacing: -0.045rem;
}
.level .level-wrap .level-list .item h4 {
    margin-bottom: 5px;
}
.level .level-wrap .level-list .item+.item {
    padding-top: 14px;
}
.level .level-wrap .level-list .item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.question {
    margin-top: 25px;
    background: url(https://lp.sharing-tech.co.jp/hato/spb/img/common/voice_bg.png);
    padding-bottom: 1px;
}
.question ul {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px;
}
.question ul li {
    display: flex;
    align-items: center;
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    box-shadow: 0 2px 0 #a0a0a0;
}
.question li a {
    background-image: url(https://lp.sharing-tech.co.jp/hato/spb/img/index_ico01.png), url(https://lp.sharing-tech.co.jp/hato/spb/img/index_ico02.png);
    background-size: 20px, 5px 8px;
    background-repeat: no-repeat;
    background-position: 10px 50%, 95% 50%;
    border-radius: 3px;
    display: block;
    font-size: 14px;
    padding: 10px 13px 10px 40px;
    text-decoration: underline;
    width: 100%;
}
#news .ttlCommonSub {
    margin-top: 20px;
}
.footerArticles__list {
    padding: 0 10px;
}
.footerArticlesList__item {
    border-bottom: 1px solid #CCC;
}
.footerArticles__list a {
    display: inline-block;
    font-size: 4.3vw;
    padding: 10px 0 10px 20px;
    position: relative;
}
.footerArticles__list a::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 6px;
    border-left: 6px solid #7F4F21;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    margin-top: -7px;
}
.info {
    margin-top: 25px;
}
.info ul {
    margin: 0 10px;
}
.info ul li {
    margin-top: 10px;
    position: relative;
    width: 100%;
    border: 2px solid #d8d8d8;
    border-radius: 4px;
    box-shadow: 0 2px 0 0 #bbb;
}
.info ul li:after {
    content: url(https://lp.sharing-tech.co.jp/hato/spb/img/index_arrow01.png);
    position: absolute;
    right: 10px;
    top: 35%;
}
.info ul li a {
    display: block;
    padding: 4.3% 0;
}
.info ul li a span {
    padding: 0 0 0 15%;
    width: 100%;
    font-size: 14px;
    display: inline-block;
}
.info ul li a span img {
    width: 9%;
    position: absolute;
    top: 18.5%;
    left: 3%;
}
.info ul li.hasThumb .img {
    width: 15%;
    padding: 0;
}
.info ul li.hasThumb .tit {
    width: 85%;
    padding: 0;
}
.btn_page_b {
    display: flex;
    align-items: center;
}
.btn_page_b a {
    margin: 20px auto;
    display: inline-block;
    text-decoration: none;
    color: #333;
    width: 90%;
    padding: 8px 0 7px;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-weight: bold;
    background-image: linear-gradient(#fafafa 30%, #ddd 100%);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}
.btn_page_b a i {
    margin-left: 10px;
    font-size: 1.8rem;
    vertical-align: middle;
    color: #30578f;
}
.btn_page_c {
    display: flex;
    align-items: center;
}
.btn_page_c a {
    margin: 20px auto 20px;
    display: inline-block;
    text-decoration: none;
    color: #333;
    width: 90%;
    padding: 8px 0 7px;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-weight: bold;
    background-image: linear-gradient(#fafafa 30%, #ddd 100%);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}
.btn_page_c a i {
    margin-left: 10px;
    font-size: 1.8rem;
    vertical-align: middle;
    color: #30578f;
}
@media screen and (min-width: 667px) {
    .info ul li a span {
        padding: 0 0 0 15%;
        width: 100%;
        font-size: 1.1rem;
        display: inline-block;
    }
}
.tosho {
    margin: 10px 5px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #e11b2e;
}
.tosho_title {
    width: 25%;
    display: flex;
    align-items: center;
    padding: 5px;
    color: #fff;
    font-size: 3.5vw;
    font-weight: 900;
    text-align: center;
    line-height: 1.5;
    background-size: 10px 10px;
    background: linear-gradient(to bottom, #fb1a36, #b41a1b);
}
.tosho_txt {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    padding: 5px 0 5px 5px;
    font-size: 2.6vw;
}
.tosho_txt p {
    width: 100%;
    font-size: 3vw;
}
.tosho_txt .co_name {
    font-weight: 900;
    margin-top: 3px;
}
.tosho_logo {
    width: 15%;
    align-self: center;
    padding: 0 5px;
}
.mark_asterisk {
    font-size: 0.6em;
    vertical-align: super;
    margin-bottom: 0.6em;
}

/*! CSS Used keyframes */
@keyframes strech {
    0% {
        transform: scale3d(1.04, 1.04, 1.04);
    }
    50% {
        transform: scale3d(1, 1, 1);
    }
    100% {
        transform: scale3d(1.04, 1.04, 1.04);
    }
}

.optionTop, .optionMid, .optionBtm {
    padding:10px;
}
.optionTop{

}
.optionTop img:first-child{
    display:block;
    margin-bottom:10px;
}
.optionMid{

}
.optionInner .miniNote{
    display:inline-block;
    font-size:2.7vw;
    line-height:1.2;
    padding-top:5px;
}
.optionInner .miniNote.fat{
    font-weight: bold;
}

#faq{

}
#faq.faq{
    background-color: #ededee;
}
#faq ul.faq-accordion-container{
    padding:3vw;
}
#faq li.faq_cat{
    margin-bottom:3vw;
    padding:3vw;
    background-color:white;
    border-radius: 3vw;
    border:2px solid #aeaeae;
    border-top: 1px solid #aeaeae;
    border-bottom: 4px solid #aeaeae;
}
#faq ul.faq-posts-list{
    padding:2vw;
    background-color: #edf4fd;
    border-radius:3vw;
}
#faq ul.faq-posts-list li.faq-post-item{}

#faq .faq-accordion-trigger {
    display: block;
    position: relative;
    padding-right: 5vw;
    font-weight: 800;
    font-size: 4.5vw;
}

#faq .faq-accordion-trigger::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 3vw;
    transform: translateY(-50%);
    width: 5vw;
    height: 5vw;
    background: url('../sp/img/index/ic01.png') no-repeat center center;
    background-size: contain;
    transition: transform 0.3s;
}
#faq li.faq_cat.is-open .faq-accordion-trigger::after {
    background-image: url('../sp/img/index/ic02.png');
}

#faq ul.faq-posts-list li.faq-post-item {
    position: relative;
    padding-left: 7vw;
    padding-right: 1vw;
    margin-bottom: 4vw;
    font-size: 4vw;
    line-height: 1.3;
    font-weight: bold;
}
#faq li.faq-post-item.faq-questions a{
    text-decoration: underline;
}
#faq ul.faq-posts-list li.faq-post-item:last-child {
    margin-bottom:2vw;
}

#faq ul.faq-posts-list li.faq-post-item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.4vw;
    left: 1.5vw;
    width: 4vw;
    height: 4vw;
    background: url(../sp/img/index/ic03.png) no-repeat center center;
    background-size: contain;
}
.faq-posts-list.faq-cat-list{margin-top:3.5vw;}

#achieve.achieve .achieve_inner{
    background-color: #ededee;
    padding:3vw;
}
#achieve.achieve dl{
    margin:0;
    margin-bottom:3vw;
    padding:3vw;
    background:white;
    font-size:4vw;
}
#achieve.achieve dl:last-child {margin-bottom:0;}
#achieve.achieve dl dd{
    margin:0;
    font-weight:bold;
    line-height:1.2;
    padding-top:3vw;
}
#achieve.achieve dl dd .achieve_work{
    display:flex;
    justify-content: space-between;
    padding:3vw;
    background-color: #fdf7e0;
margin-top:3vw;
}
#achieve.achieve dl dt{
    position: relative;
    padding-bottom: 1vw;
    line-height:1.2;
    padding-left:6vw;
    font-size:4vw;
    font-weight:bold;
    border-bottom: 1px solid #aeaeae;
}
#achieve.achieve dl dt::before{
    content: "";
    display: block;
    position: absolute;
    top: 0.2vw;
    left: 0.5vw;
    width: 4vw;
    height: 5vw;
    background-size: contain;
    background: url(../sp/img/index/ic04.png) no-repeat center center;
    background-size: 4vw 5vw;
}
