@media screen and (max-width:767px) {
    .Section {
        padding: 72px 16px 48px;
    }
    .Section.is-white {
        background-color: #fff;
    }
    .Section.is-grey {
        background-color: #fafafa;
    }
    .HeadingTri {
        margin: 48px auto 0;
        text-align: center;
        font-weight: 700;
        font-size: 20px;
        color: #000;
    }
    .HeadingTri:before {
        content: "";
        display: block;
        margin: 0 auto 12px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 48px 92px 0;
        border-color: #fff59d transparent transparent;
    }
    .HeadingTri.in-Section {
        margin-top: 0;
        position: relative;
        top: -72px;
    }
    .HeadingLine {
        margin: 0 0 48px;
        padding: 16px 0;
        border-top: solid 2px #ffeb3b;
        border-bottom: solid 2px #ffeb3b;
        text-align: center;
        font-size: 18px;
        color: #000;
    }
    .Panel {
        margin-bottom: 24px;
        padding: 48px 24px;
    }
    .Panel.is-grey {
        background-color: #fafafa;
    }
    .Panel__lead {
        margin-bottom: 24px;
        text-align: center;
        font-size: 20px;
        font-weight: 700;
    }
    .Panel__lead.line-1 {
        height: 24px;
    }
    .Panel__lead.line-2 {
        height: 48px;
    }
    .Panel__lead.line-3 {
        height: 72px;
    }
    .Panel__desc {
        margin-bottom: 24px;
        font-size: 15px;
    }
    .Panel__desc.line-1 {
        height: 24px;
    }
    .Panel__desc.line-2 {
        height: 48px;
    }
    .Panel__desc.line-3 {
        height: 72px;
    }
    .Panel__desc.line-4 {
        height: 96px;
    }
    .Panel__img {
        height: 140px;
        text-align: center;
    }
    .Button {
        text-align: center;
    }
    .Button > a {
        display: inline-block;
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
        position: relative;
        border: 1px solid #ffed53;
        font-size: 14px;
        color: #000;
        background-color: #fff9c4;
    }
    .Button > a:after,
    .Button > a:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: -1px;
        left: -20px;
        border-style: solid;
        border-width: 20px 20px 20px 0;
    }
    .Button > a:before {
        border-color: transparent #ffed53 transparent transparent;
    }
    .Button > a:after {
        left: -19px;
        top: 0;
        border-width: 19px 19px 19px 0;
        border-color: transparent #fff9c4 transparent transparent;
    }
    .Button > a > span:after,
    .Button > a > span:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: -1px;
        right: -20px;
        border-style: solid;
        border-width: 20px 0 20px 20px;
    }
    .Button > a > span:before {
        border-color: transparent transparent transparent #ffed53;
    }
    .Button > a > span:after {
        right: -19px;
        top: 0;
        border-width: 19px 0 19px 19px;
        border-color: transparent transparent transparent #fff9c4;
    }
    .Button.fullfill > a {
        padding: 0 40px;
        font-size: 16px;
        background-color: #ffed53;
    }
    .Button.fullfill > a:before {
        border-color: transparent #ffed53 transparent transparent;
    }
    .Button.fullfill > a:after {
        border-color: transparent #ffed53 transparent transparent;
    }
    .Button.fullfill > a > span:after {
        border-color: transparent #ffed53 transparent transparent;
    }
    .Button.white > a {
        background-color: #fff;
    }
    .Button.white > a:before {
        border-color: transparent #fff transparent transparent;
    }
    .Button.white > a:after {
        border-color: transparent #fff transparent transparent;
    }
    .Button.white > a > span {
        font-weight: 700;
    }
    .Button.white > a > span:before {
        border-color: transparent transparent transparent #fff;
    }
    .Button.white > a > span:after {
        border-color: transparent #fff transparent transparent;
    }
}
@media screen and (min-width:768px) {
    .Content__cont .container-fruid .row .col-sm-4 a {
        display: block;
    }
    .Content__cont .container-fruid .row .col-sm-4 a:hover {
        opacity: 0.5;
        text-decoration: none;
    }
    .Section {
        position: relative;
        padding: 74px 0;
    }
    .Section.lowh {
        padding: 48px 0;
    }
    .Section__cont {
        width: 960px;
        margin: 0 auto;
    }
    .Section__lead {
        margin-bottom: 48px;
    }
    .Section.is-white {
        background-color: #fff;
    }
    .Section.is-grey {
        background-color: #fafafa;
    }
    .HeadingTri {
        width: 560px;
        height: 144px;
        margin: 0 auto;
        padding-top: 40px;
        text-align: center;
        color: #000;
        background: -webkit-gradient(linear,left bottom,right top,color-stop(50%,rgba(255,255,255,0)),color-stop(50.5%,#fff59d)) no-repeat top left/50% 100%,-webkit-gradient(linear,right bottom,left top,color-stop(50%,rgba(255,255,255,0)),color-stop(50.5%,#fff59d)) no-repeat top right/50% 100%;
        background: -webkit-linear-gradient(bottom left,rgba(255,255,255,0) 50%,#fff59d 50.5%) no-repeat top left/50% 100%,-webkit-linear-gradient(bottom right,rgba(255,255,255,0) 50%,#fff59d 50.5%) no-repeat top right/50% 100%;
        background: -o-linear-gradient(bottom left,rgba(255,255,255,0) 50%,#fff59d 50.5%) no-repeat top left/50% 100%,-o-linear-gradient(bottom right,rgba(255,255,255,0) 50%,#fff59d 50.5%) no-repeat top right/50% 100%;
        background: linear-gradient(to top right,rgba(255,255,255,0) 50%,#fff59d 50.5%) no-repeat top left/50% 100%,linear-gradient(to top left,rgba(255,255,255,0) 50%,#fff59d 50.5%) no-repeat top right/50% 100%;
    }
    .HeadingTri.in-Section {
        position: relative;
        top: -74px;
    }
    .HeadingSmallTri {
        line-height: 1.5;
        text-align: center;
        font-weight: 700;
        font-size: 24px;
        color: #000;
    }
    .HeadingSmallTri:before {
        content: "";
        display: block;
        margin: 0 auto 16px;
    }
    .HeadingSmallTri.is-no1:before {
        width: 160px;
        height: 80px;
        background-image: url("/assets/img/common/icon/tri_1.png");
    }
    .HeadingSmallTri.is-no2:before {
        width: 160px;
        height: 80px;
        background-image: url("/assets/img/common/icon/tri_2.png");
    }
    .HeadingSmallTri.is-no3:before {
        width: 160px;
        height: 80px;
        background-image: url("/assets/img/common/icon/tri_3.png");
    }
    .HeadingWithIcon {
        margin-bottom: 72px;
        text-align: center;
        font-weight: 700;
        font-size: 22px;
        color: #000;
    }
    .HeadingWithIcon:after,
    .HeadingWithIcon:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
    }
    .HeadingWithIcon.is-cloud:after,
    .HeadingWithIcon.is-cloud:before {
        width: 100px;
        height: 100px;
        margin: 0 24px;
        background-image: url("/assets/img/common/icon/cloud.png");
        background-repeat: no-repeat;
    }
    .HeadingWithIcon.is-up-arrow:after,
    .HeadingWithIcon.is-up-arrow:before {
        width: 100px;
        height: 100px;
        margin: 0 24px;
        background-image: url("/assets/img/common/icon/uparrow.png");
        background-repeat: no-repeat;
    }
    .HeadingWithIcon.is-side-arrow:after,
    .HeadingWithIcon.is-side-arrow:before {
        width: 16px;
        height: 32px;
        margin: 0 24px;
        background-repeat: no-repeat;
    }
    .HeadingWithIcon.is-side-arrow:before {
        background-image: url("/assets/img/common/icon/arrow_right_yellow.png");
    }
    .HeadingWithIcon.is-side-arrow:after {
        background-image: url("/assets/img/common/icon/arrow_left_yellow.png");
    }
    .HeadingLine {
        max-width: 450px;
        margin: 0 auto 48px;
        padding: 8px 0;
        line-height: 1.3;
        border-top: solid 2px #ffeb3b;
        border-bottom: solid 2px #ffeb3b;
        text-align: center;
        font-size: 27px;
        color: #000;
    }
    .HeadingUnderLine {
        margin-bottom: 48px;
        text-align: center;
        font-size: 14px;
        color: #000;
    }
    .HeadingUnderLine > span {
        position: relative;
        display: inline-block;
        padding: 8px 36px;
        border-bottom: 1px solid #ffeb3b;
    }
    .HeadingUnderLine > span:after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: -8px;
        position: absolute;
        left: 50%;
        bottom: -8px;
        border-style: solid;
        border-width: 8px 8px 0;
        border-color: #ffeb3b transparent transparent;
        font-size: 17px;
    }
    .Column__text {
        padding-top: 48px;
    }
    .Column__text__lead {
        font-size: 28px;
        color: #000;
    }
    .Column__text__head {
        margin-bottom: 32px;
        color: #000;
        font-size: 20px;
        font-weight: 700;
    }
    .Verticals {
        margin-bottom: 96px;
    }
    .Verticals__lead {
        text-align: center;
        font-size: 28px;
        color: #000;
    }
    .Verticals__sub {
        margin-bottom: 24px;
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        color: #000;
    }
    .Verticals__desc {
        width: 608px;
        margin: 0 auto 48px;
    }
    .Verticals__img {
        margin: 0 auto;
    }
    .Panel {
        padding: 48px 24px;
    }
    .Panel.is-grey {
        background-color: #fafafa;
    }
    .Panel__lead {
        margin-bottom: 24px;
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        color: #000;
    }
    .Panel__lead.line-1 {
        height: 24px;
    }
    .Panel__lead.line-2 {
        height: 48px;
    }
    .Panel__lead.line-3 {
        height: 72px;
    }
    .Panel__desc {
        margin-bottom: 24px;
        font-size: 15px;
    }
    .Panel__desc.line-1 {
        height: 24px;
    }
    .Panel__desc.line-2 {
        height: 48px;
    }
    .Panel__desc.line-3 {
        height: 72px;
    }
    .Panel__desc.line-4 {
        height: 96px;
    }
    .Panel__img {
        height: 140px;
        text-align: center;
    }
    .Box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .Box__col {
        margin-right: 24px;
        margin-bottom: 72px;
    }
    .Box__head {
        margin-top: 24px;
        margin-bottom: 24px;
        font-size: 26px;
        color: #000;
    }
    .IconList {
        margin-bottom: 48px;
        padding: 0 16px;
    }
    .IconList__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 24px;
        color: #000;
    }
    .IconList__head__icon {
        margin-right: 20px;
    }
    .IconList__head__text {
        font-size: 15px;
        font-weight: 700;
    }
    .Button {
        margin-left: 15px;
        text-align: center;
    }
    .Button > a {
        display: inline-block;
        padding: 0 16px;
        height: 30px;
        line-height: 28px;
        position: relative;
        border: 1px solid #ffed53;
        font-size: 13px;
        color: #000;
        background-color: #fff9c4;
    }
    .Button > a:after,
    .Button > a:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: -1px;
        left: -15px;
        border-style: solid;
        border-width: 15px 15px 15px 0;
    }
    .Button > a:before {
        border-color: transparent #ffed53 transparent transparent;
    }
    .Button > a:after {
        left: -13px;
        top: 0;
        border-width: 14px 14px 14px 0;
        border-color: transparent #fff9c4 transparent transparent;
    }
    .Button > a > span:after,
    .Button > a > span:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: -1px;
        right: -15px;
        border-style: solid;
        border-width: 15px 0 15px 15px;
    }
    .Button > a > span:before {
        border-color: transparent transparent transparent #ffed53;
    }
    .Button > a > span:after {
        right: -13px;
        top: 0;
        border-width: 14px 0 14px 14px;
        border-color: transparent transparent transparent #fff9c4;
    }
    .Button.fullfill > a {
        background-color: #ffed53;
    }
    .Button.fullfill > a:before {
        border-color: transparent #ffed53 transparent transparent;
    }
    .Button.fullfill > a:after {
        border-color: transparent #ffed53 transparent transparent;
    }
    .Button.fullfill > a > span {
        font-weight: 700;
    }
    .Button.fullfill > a > span:after {
        border-color: transparent #ffed53 transparent transparent;
    }
    .Button.white > a {
        background-color: #fff;
    }
    .Button.white > a:before {
        border-color: transparent #fff transparent transparent;
    }
    .Button.white > a:after {
        border-color: transparent #fff transparent transparent;
    }
    .Button.white > a > span {
        font-weight: 700;
    }
    .Button.white > a > span:before {
        border-color: transparent transparent transparent #fff;
    }
    .Button.white > a > span:after {
        border-color: transparent #fff transparent transparent;
    }
    .Diamond {
        display: block;
        position: fixed;
        right: 18px;
        bottom: 20px;
        width: 60px;
        height: 60px;
        margin: auto;
        background: #e0e0e0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        overflow: hidden;
    }
    .Diamond__cont {
        display: block;
        position: absolute;
        top: 12px;
        left: 12px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 12px 0 0;
        border-color: #fff transparent transparent;
    }
    .FooterLinks__row__col {
        width: 960px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .FooterLinks__row__col__link {
        width: 33.33%;
        margin-bottom: 26px;
        padding-left: 18px;
    }
    .FooterLinks__row__col__link > a {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 54px;
        padding-left: 18px;
        font-size: 14px;
        font-weight: 700;
        color: #424242;
        background-color: #ffeb3b;
    }
    .FooterLinks__row__col__link > a:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        border-style: solid;
        border-width: 18px 18px 0 0;
        border-color: #fafafa transparent transparent;
    }
    .FooterLinks__row__col__link > a > span:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 0;
        margin-right: 8px;
        border-style: solid;
        border-width: 6px 0 6px 6px;
        border-color: transparent transparent transparent #000;
    }
    .FooterLinks__row__col__link > a > span {
        vertical-align: middle;
        color: #000;
    }
}
.container-fruid .row {
    margin-bottom: 20px;
}
.container-fruid a {
    color: #424242;
}
@media screen and (min-width:768px) {
    .sp_only {
        display: none;
    }
    .Content__cont {
        padding-bottom: 88px;
    }
}
@media screen and (max-width:767px) {
    .pc_only {
        display: none;
    }
    .Content__cont {
        padding: 0 16px;
    }
    .Content__cont h2.Content__lead {
        font-size: 16px;
        line-height: 1.5;
        margin: 0;
        padding: 45px 0 25px;
    }
    .Content__cont .container-fruid .row {
        margin-bottom: 0;
    }
    .Content__cont .container-fruid .row .col-sm-4 {
        margin-bottom: 20px;
    }
    .Content__cont .container-fruid .row .col-sm-4 a p:first-child {
        margin-right: 15px;
        min-width: 89px;
        width: 100%;
    }
    .Content__cont .container-fruid .row .col-sm-4 a div {
        font-size: 16px;
    }
    .Content__cont .container-fruid .row .col-sm-4 a p:nth-child(2) {
        font-size: 16px;
        line-height: 1.5;
        padding-top: 5px;
        margin-bottom: 5px;
        width: 100%;
    }
    .Content__cont .container-fruid .row .col-sm-4 a p:last-child {
        font-size: 14px;
        line-height: 1.5;
        width: 100%;
        padding-top: 0px;
        padding-bottom: 5px;
    }
}

.Content__cont .container-fruid .row .col-sm-4 a p:nth-child(2){
    text-align: center;
}

.Content__cont .container-fruid .row .col-sm-4 a p:last-child:before {
    content: "▶";
    color: #eeb200;
    margin-right: 5px;
}

.Content__cont .container-fruid .row .col-sm-4 a p:last-child{
    text-align: center;
    text-indent: -15px;
}
