@charset "utf-8";

.p-title-box {
    text-align: center;
    height: 50px;
}
.p-title-box .c-ttl {
    margin: 0;
    line-height: 50px;
    background: linear-gradient(#538940, #72AA56);
    font-size: 17px;
    color: #fff;
}
.p-headttl-area {
    background-image: url(../img/csb_head_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #72aa56;
}
.p-head-title {
    height: 100%;
    background: rgba(114, 170, 86, 0.4);
    padding: 10px 0;
}
.p-head-title .c-ttl {
    margin: 0 auto;
    width: 80%;
    max-width: 500px;
}
.p-headimg-area {
    margin: 10px 0 20px;
}
.p-headimg-area .c-lead-box {
    text-align: center;
}
.p-headimg-area .c-lead {
    margin: 0 0 8px;
    font-size: 25px;
    font-weight: bold;
    color: #578D42;
    text-align: center;
}
.p-headimg-area .c-lead span {
    background: linear-gradient(transparent 65%, #FFF351 65%);
}
.p-headimg-area .c-lead__tx {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: bold;
}
.p-btn-area {
    display: flex;
    justify-content: center;
}
.p-btn-area p {
    margin: 0;
}
.p-btn-area p:first-child {
    width: 60%;
}
.p-btn-area .c-btn {
    position: relative;
    display: block;
    margin: 0 auto;
    padding-right: 12px;
    max-width: 360px;
    height: 50px;
    line-height: 52px;
    background: #CA3535;
    border-radius: 2px;
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 2px #333;
    box-shadow: 3px 3px 0 rgba(0,0,0,.15);
    box-sizing: border-box;
    transition: background .3s;
}
.p-btn-area .c-btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 45%;
    right: 12px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.p-btn-area .c-pdf {
    display: inline-block;
    margin: 15px 0 15px 8px;
    font-size: 1.4rem;
    color: #2846a0;
    background-image: url(../../img/ico_blank.svg);
}
.p-btn-area .c-pdf:hover {
    background-image: url(../../img/ico_blank.svg);
}
.p-tr-trouble {
	margin: 30px 0;
}
.p-tr-trouble .c-lead {
    color: #72AA56;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.c-tr-trouble-list {
    margin: 0; 
    padding: 0;
    width: 100%;
    list-style: none;
    border-collapse: collapse;
    border-spacing: 35px 0;
}
.c-tr-trouble-list li {
    position: relative;
    margin: 0 0 8px;
    padding-left: 10px;
    width: 100%;
    height: 95px;
    background: #DEF1E6;
    font-size: 20px;
    font-weight: bold;
    border-radius: 48px;
    vertical-align: middle;
    box-sizing: border-box;
}
.c-tr-trouble-list li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
}
.c-tr-trouble-list li.c-damage-item:before {
    background-image: url(../img/csb_troble_damage.png);
    background-size: 60px;
    width: 90px;
    height: 87px;
}
.c-tr-trouble-list li.c-ransomware-item:before {
    background-image: url(../img/csb_troble_ransomware.png);
    background-size: 90px;
    width: 90px;
    height: 68px;
}
.c-tr-trouble-list li.c-early-item:before {
    background-image: url(../img/csb_troble_early.png);
    background-size: 80px;
    width: 90px;
    height: 74px;
}
.c-tr-trouble-list p {
    margin: 0;
    padding: 25px 10px;
    width: 60%;
    font-size: 14px;
}
.c-tr-trouble-list strong {
    background: #fff351;
    padding: 2px 5px;
}
.p-tr-solut {
    padding: 0 2%;
}
.p-tr-solut .c-inner {
    margin-top: 15px;
    background: #DEF1E6;
}
.p-tr-solut .c-lead {
    margin: 0 -2%;
    padding: 10px;
    background: #72AA56;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: normal;
}
.c-tr-solut-list {
    margin: 0 5px 30px;
}
.c-tr-solut-list li {
    margin: 0;
    padding: 0 0 20px;
}
.c-tr-solut-list li:first-child {
    padding-top: 20px;
}
.p-tr-solut__box {
    position: relative;
    padding: 20px 5px;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    border: 1px dotted #72AA56;
    border-top: none;
}
.p-tr-solut__box:first-child {
    margin-left: 0;
}
.p-tr-solut__ttl {
    margin-right: 60px;
    padding: 6px 5px 2px;
    border: 1px solid #72AA56;
    background: #72AA56;
}
.p-tr-solut__box .c-ttl {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    box-sizing: border-box;
}
.p-tr-solut__box .c-mttl {
    position: relative;
    margin: 0 0 10px;
    font-size: 16px;
    text-align: center;
    color: #72AA56;
}
.p-tr-solut__box .c-tx {
    margin: 0;
    text-align: center;
}
.p-tr-solut__box .c-img {
    padding: 15px 0;
    text-align: center;
}
.p-tr-solut__box .c-img img {
    height: 50px;
}
.p-se-mtc {
    margin: 30px 0 10px;
}
.p-se-mtc .c-lead,
.p-se-function .c-lead {
    margin-top: 0;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
}
.p-se-mtc-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.p-se-mtc-item {
    margin: 0;
    padding: 20px 4px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.p-se-mtc-item:first-child {
    border-top: none;
    border-left: none;
}
.p-se-mtc-item .c-ttl {
    display: inline-block;
    position: relative;
    margin: 0;
    width: 100%;
    height: 30px;
    line-height: 32px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    background: #79AE5E;
}
.p-se-mtc-item .c-img {
    margin: 15px 0 20px;
}
.c-se-mtc-item__list {
    margin: 10px 0 0;
    padding: 0 3%;
    list-style: none;
    text-align: left;
}
.c-se-mtc-item__list li {
    position: relative;
    padding-left: 12px;
}
.c-se-mtc-item__list li:before {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #72AA56;
    border-radius: 50%;
}
.c-se-mtc-item__list li small {
    display: inline-block;
    margin-left: -0.5em;
}
.p-se-function {
    padding: 0 2%;
    margin-bottom: 30px;
}
.p-se-function .c-inner {
    margin: 0 0 30px;
    padding: 20px 0;
    background: #DEF1E6;
    box-sizing: border-box;
}
.c-se-function-list {
	margin-bottom: 0;
    padding: 0 10px;
    list-style: none;
}
.c-se-function-list li {
    display: inline-block;
    position: relative;
    margin: 8px 10px 2px 0;
    padding: 0 0 0 10px;
    box-sizing: border-box;
}
.c-se-function-list li:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #333;
    border-radius: 50%;
}
.p-record-area .c-inner {
    height: 300px;
}
.p-record-area .p-title-box .c-ttl {
    padding: 10px 0;
    line-height: normal;
}
.p-cost-cont-box {
    margin: 20px 0;
}
.p-cost-cont-box .c-att-txt {
    margin: 3px auto;
    width: 100%;
}
.p-cost-cont-box .c-att-txt p {
    text-align: right;
    font-size: 12px;
}
.p-model-case {
    display: table;
    margin: 0 auto;
    padding: 25px 0 5px;
    width: 100%;
    background: #EEE;
}
.p-model-case .c-year {
    padding-left: 5px;
}
.p-model-case-main,
.p-model-case-sub {
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    vertical-align: middle;
}
.p-model-case-main .c-ttl {
    margin: 0 0 15px;
    color: #72AA56;
    font-size: 17px;
}
.p-model-case-main .c-detail-list {
    margin: 0;
    padding: 5px 10px;
    background: #fff;
    list-style: none;
}
.p-model-case-main .c-detail-list li {
    position: relative;
    margin: 5px 0;
    padding-left: 10px;
}
.p-model-case-main .c-detail-list li:before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #333;
    border-radius: 50%;
}
.c-model-case-sub dl {
    margin: 0;
    padding: 15px 10px 10px;
    border-top: 1px solid #fff;
}
.c-model-case-sub dl:first-child {
    border-top: none;
}
.c-model-case-sub dt,
.c-model-case-sub dd {
    display: table-cell;
}
.c-model-case-sub dt {
    position: relative;
    padding-left: 12px;
    width: 70px;
    color: #72AA56;
}
.c-model-case-sub dt:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #72AA56;
    border-radius: 50%;
}
.c-model-case-sub ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.c-model-case-sub dd li {
    position: relative;
    margin: 0 0 5px;
    padding-left: 10px;
    font-size: 12px;
}
.c-model-case-sub dd li:before {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
}
.c-model-case-sub__add {
    margin: 5px 0 10px;
    padding: 3px;
    border-top: none;
    background: #dcdbdb;
    text-align: center;
}
.c-model-case-sub__add p {
    margin: 2px 0;
    text-indent: -0.5em;
}
.c-model-case-sub__add span {
    padding-left: 10px;
}

@media screen and (min-width:480px) {
	[id^="lp-"] a[href^="tel"] {
		pointer-events: none;
	}
    .p-title-box {
        height: 80px; 
    }
    .p-title-box .c-ttl {
        line-height: 80px;
        font-size: 35px;
    }
    .p-head-title {
        padding: 15px 0;
    }
    .p-head-title .c-ttl {
        padding: 0;
    }
    .p-headimg-area {
        margin: 15px 0;
    }
    .p-headimg-area .c-lead {
        font-size: min(7vw,50px);
    }
    .p-headimg-area .c-lead__tx {
        font-size: min(4.5vw,30px);
    }
    .p-btn-area {
        display: block;
    }
    .p-btn-area p {
        margin: 0 auto;
    }
    .p-btn-area .c-btn {
        font-size: min(3.5vw,22px);
        height: 60px;
        line-height: 62px;
    }
    .p-btn-area .c-btn:hover {
        background: #d04b4b;
        text-decoration: none;
    }
    .p-btn-area .c-pdf {
        margin: 15px 0 0;
    }
    .p-tr-trouble .c-lead {
        font-size: 26px;
    }
    .c-tr-trouble-list {
        display: flex;
        justify-content: space-between;
        margin: 30px 0;
    }
    .p-tr-solut .c-lead {
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }
    .c-tr-solut-list li {
        display: flex;
        justify-content: space-between;
        padding: 0 0 30px;
    }
    .c-tr-solut-list li:first-child {
        padding-top: 30px;
    }
    .p-tr-solut__box {
        margin-left: 10px;
        padding: 15px 8px;
        border: 1px dotted #72AA56;
    }
    .p-tr-solut__ttl {
        display: flex;
        align-items: center;
        margin-right: 30px;
        padding: 0 10px;
        width: 50%;
    }
    .p-tr-solut__ttl:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: -85px;
        margin-top: -25px;
        border: 25px solid transparent;
        border-left-color: #72aa56;
        border-left-width: 28px;
    }
    .p-tr-solut__box .c-ttl {
        font-size: 20px;
    }
    .p-se-mtc {
        padding: 20px 0;
    }
    .p-se-mtc .c-lead,
    .p-se-function .c-lead {
        font-size: 18px;
    }
    .p-se-mtc-list {
        display: flex;
    }
    .p-se-mtc-item {
        padding: 15px 10px;
        border-left: 1px solid #AAAAAA;
    }
    .p-se-mtc-item:first-child {
        border-left: none;
    }
    .p-se-mtc-item .c-ttl {
        width: 60px;
        height: 60px;
        line-height: 60px;
        border-radius: 50%;
        font-size: 20px;
    }
    .p-se-mtc-item .c-ttl:before {
        content: "";
        position: absolute;
        bottom: -6px;
        right: 22px;
        border-top: 10px solid #72AA56;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
    }
    .p-se-mtc-item .c-img {
        margin: 20px 0;
    }
    .c-se-mtc-item__list {
        padding: 0;
    }
    .c-se-mtc-item__list li small {
        display: block;
    }
	.p-se-function  {
		margin-bottom: 40px;
	}
    .p-se-function .c-inner {
        margin: 15px auto;
        padding: 20px;
    }
    .c-se-function-list {
        padding: 0;
        text-align: center;
    }
    .c-se-function-list li {
        margin: 5px 10px;
        padding: 5px 10px;
        background: #fff;
        box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
    }
    .c-se-function-list li:before {
        content: none;
    }
    .p-cost-cont-box {
        margin: 40px 0;
    }
    .p-model-case {
        margin: 0;
        padding: 0;
    }
    .p-model-case-main,
    .p-model-case-sub {
        display: table-cell;
        padding: 0 20px;
        width: 425px;
    }
    .p-model-case-main .c-ttl {
        font-size: 20px;
    }
    .p-model-case-main .c-detail-list {
        padding: 10px;
    }
    .c-model-case-sub dl {
        padding: 2px 10px;
    }
    .c-model-case-sub__add {
        margin: 5px;
        padding: 3px;
        text-align: center;
    }
}

@media screen and (min-width: 480px) and (max-width: 999px) {
    [id^="lp-"] .c-inner {
        width: 100%;
        padding: 0 2%;
        box-sizing: border-box;
    }
    /* .p-headimg-area {
        margin: 15px 0;
    } */
    .c-tr-trouble-list li {
        margin: 0 5px 8px;
        height: auto;
    }
    .c-tr-trouble-list li:before {
        top: auto;
        right: 0;
        bottom: 5px;
    }
    .c-tr-trouble-list p {
        padding: 20px 10px;
        box-sizing: border-box;
    }
    .c-tr-trouble-list p br {
        display: none;
    }
    .p-tr-solut__ttl:before {
        right: -52px;
        border: 20px solid transparent;
        border-left-color: #72aa56;
        border-left-width: 20px;
    }
    .p-tr-solut__ttl br {
        display: none;
    }
    .p-tr-solut__box .c-tx br {
        display: none;
    }
    .p-se-function .c-inner {
        padding: 20px 20px 5px;
    }
    .p-model-case {
        padding: 15px 20px;
        box-sizing: border-box;
    }
    .p-model-case-main, .p-model-case-sub {
        padding: 0 20px 0 0;
        width: auto;
    }
}

@media screen and (min-width:1000px) {
    /* .p-headimg-area .c-lead-box {
        text-align: left;
    }
    .p-headimg-area .c-lead {
        font-size: 50px;
    }
    .p-headimg-area .c-inner {
        padding: 45px 35px;
    }
    .p-headimg-area .c-img {
        position: absolute;
        top: 0;
        right: 0;
        width: 520px;
    }
    .p-btn-area {
        display: inline-block;
        text-align: center;
    }
    .p-btn-area .c-btn {
        width: 100%;
    }
    .p-btn-area .c-pdf {
        margin: 20px auto 0;
    } */
    .c-tr-trouble-list {
        padding: 0 0 60px;
    }
    .c-tr-trouble-list li {
        margin: 0;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        box-shadow: 10px 10px 0 #BAE0C7;
    }
    .c-tr-trouble-list li:before {
        top: auto;
        bottom: -70px;
        right: -22px;
    }
    .c-tr-trouble-list li.c-damage-item:before {
        background-size: 90px;
        width: 90px;
        height: 131px;
    }
    .c-tr-trouble-list li.c-ransomware-item:before {
        background-size: 135px;
        width: 135px;
        height: 101px;
    }
    .c-tr-trouble-list li.c-early-item:before {
        background-size: 120px;
        width: 120px;
        height: 110px;
    }
    .c-tr-trouble-list p {
        padding: 40px 16px 0;
        width: 160px;
        font-size: 20px;
    }
    .p-tr-solut .c-lead {
        margin: 0;
        width: 100%;
		height: auto;
        box-sizing: border-box;
    }
    .c-tr-solut-list {
        margin: 0 30px 30px;
    }
    .p-tr-solut__box {
        margin-left: 20px;
        width: 300px;
    }
    .p-tr-solut__ttl {
        margin-right: 55px;
        padding: 0 18px;
        width: 200px;
    }
    .c-tr-solut-list li {
        padding: 0 0 40px;
    }
    .c-tr-solut-list li:first-child {
        padding-top: 40px;
    }
    .p-se-mtc-list {
        margin: 0 30px;
    }
    .p-se-mtc-item {
        width: 300px;
    }
    .c-se-mtc-item__list {
        width: 280px;
    }
    .p-cost-cont-box .c-att-txt {
        width: 850px;
    }
    .p-model-case {
        margin: 0 auto;
        width: 850px;
    }
    .c-model-case-sub {
        padding: 20px 20px 20px 0;
    }

}

@media screen and (min-width:1340px) {

}





