/* 各サービスページ マーケティング・販促系サービス */
#service-title {
    padding: 50px 0;
    background-color: #49b2e0;
    color: #ffffff;
    text-align: center;
    letter-spacing: 3px;
}
#service-title h1.std-aa {
    margin-bottom: 30px;
    text-decoration: none;
    font-size: 12px;
}
#service-title h1.campd {
    font-size: 32px;
}
#service-title h3 {
    font-size: 32px;
}
.service-title02 {
    margin-bottom: 40px;
}
.service-title-eng {
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 40px;
}
.service-title-eng span {
    display: block;
    font-weight: bold;
    font-size: 45px;
    font-family: Arial, Helvetica, sans-serif;
}
.service-title-sub {
    margin: 20px 0;
    font-weight: bold;
    font-size: 22px;
}
#service-title strong {
    padding: 10px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    font-weight: normal;
    font-size: 20px;
}
#service-pmenu {
    padding: 15px 0;
    border-top: 1px solid #c5cdcd;
    background-color: #f1f3f3;
}
#service-pmenu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}
#service-pmenu li {
    margin-right: 5px;
    font-size: 15px;
}
#service-pmenu li a {
    display: block;
    padding: 5px 15px 5px 25px;
    border-radius: 5px;
    background-color: #6b6b6b;
    background-image: url(../images/arrow-white-s.png);
    background-position: left 12px center;
    background-repeat: no-repeat;
    color: #ffffff;
    text-decoration: none;
    transition: background 0.5s ease;
    transform: translateX(0);
}
#service-pmenu li a:hover,
#service-pmenu li a:focus {
    background-color: #4c4c4c;
    color: #ffffff;
}
#service-container {
    padding-top: 22%;
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
}
#service-container.service-secre {
    background-image: url(../images/secre/secre-back.jpg);
}
#service-container.service-camde {
    background-image: url(../images/camde/camde-back.jpg);
}
#service-container.service-tele {
    background-image: url(../images/tele/tele-back.jpg);
}
#service-container.service-mail {
    background-image: url(../images/picmail/mail-back.jpg);
}
#service-contents {
    position: relative;
    width: 1100px;
    margin: -100px auto 0 auto;
    padding: 80px 50px 0 50px;
    background-color: #ffffff;
}
#service-contents h4 {
    margin-bottom: 80px;
    padding-bottom: 20px;
    border-bottom: 3px solid #49b2e0;
    color: #3e3a39;
    text-align: center;
    letter-spacing: 3px;
    font-size: 28px;
}
#service-contents h5 {
    position: relative;
    margin-bottom: 40px;
    padding-left: 180px;
    color: #3e3a39;
    letter-spacing: 3px;
    font-size: 24px;
}
#service-contents h5::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 150px;
    height: 3px;
    background-color: #49b2e0;
    content: "";
    transform: translateY(-50%);
}
#service-contents section {
    margin-bottom: 140px;
}
#service-contents em {
    color: #49b2e0;
    font-style: normal;
}
.service-intro {
    margin: 0 30px 40px 30px;
}
.service-img-center {
    text-align: center;
}
.service-point-item {
    margin-bottom: 40px;
    text-align: left;
}
.service-point-item dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    align-items: center;
    margin-bottom: 20px;
    background-color: #f1f3f3;
    font-weight: bold;
}
.service-point-item dt {
    position: relative;
    padding: 0 20px;
    background-color: #49b2e0;
    color: #ffffff;
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
}
.service-point-item dt:before {
    position: absolute;
    top: 0;
    right: -15px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 15px solid #49b2e0;
    content: "";
}
.service-point-item dt span {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    font-size: 32px;
}
.service-point-item dd {
    padding: 0 20px 0 50px;
    color: #49b2e0;
    font-size: 21px;
}
.service-list {
    list-style: none;
}
.service-list li {
    position: relative;
    padding: 10px 10px 10px 20px;
    border-bottom: 1px solid #e2e2e3;
}
.service-list li::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    color: #49b2e0;
    content: "●";
    font-size: 20px;
    transform: translateY(-50%);
}
.service-works {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    justify-content: center;
    margin: 0 30px 80px 30px;
}
.service-works dl {
    width: 290px;
    margin: 50px 10px 30px 10px;
    background-color: #f1f3f3;
}
.service-works dt {
    position: relative;
    z-index: 10;
    text-align: center;
}
.service-works dt img {
    width: 200px;
    height: 150px;
    margin-top: -30px;
    object-fit: cover;
}
.service-works dd {
    padding: 20px 30px 30px 30px;
    font-size: 15px;
}
.service-works dd strong {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 3px solid #49b2e0;
    color: #49b2e0;
    text-align: center;
    font-size: 16px;
}

/* キャンペーン企画／運用 */
.secre-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    align-items: center;
    margin: 0 30px 50px 30px;
}
.secre-about dt {
    margin-bottom: 10px;
    color: #49b2e0;
    font-weight: bold;
    font-size: 45px;
    font-family: Arial, Helvetica, sans-serif;
}
.secre-about dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 400px;
       -moz-flex: 1 0 400px;
            flex: 1 0 400px;
    margin-right: 50px;
}
.secre-about dd strong {
    display: block;
    margin-bottom: 10px;
    color: #49b2e0;
    font-weight: bold;
    font-size: 20px;
}
.secre-item strong {
    display: block;
    margin-bottom: 10px;
    color: #3e3a39;
    font-weight: bold;
    font-size: 20px;
}
.secre-item p {
    padding: 30px;
    border: 5px solid #f1f3f3;
    text-align: center;
}
.secre-item p img {
    margin: 0 10px;
}
.secre-style {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    justify-content: center;
    margin: 0 30px;
}
.secre-style dl {
    width: 290px;
    margin: 10px;
    padding: 20px;
    background-color: #49b2e0;
    color: #ffffff;
    text-align: center;
}
.secre-style dt {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 3px solid #ffffff;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
}
.secre-style dt img {
    display: block;
    margin: 0 auto 5px auto;
}
.secre-point {
    margin-bottom: 50px;
}
.secre-point-colum {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.secre-point-colum p {
    position: relative;
}
.secre-point-one strong {
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding-left: 40px;
    color: #49b2e0;
    font-size: 20px;
}
.secre-point-one strong::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: #49b2e0;
    content: "";
    transform: translateY(-50%);
}
.secre-point-one p {
    position: relative;
    margin-bottom: 30px;
    padding: 0 40px 20px 40px;
    border-bottom: 1px solid #d8dcdc;
}
.secre-point-one p::after {
    position: absolute;
    bottom: -30px;
    left: 50%;
    content: url(../images/secre/arrow.png);
    transform: translateX(-50%);
}
.secre-point-one p:last-child::after {
    content: "";
}
.secre-point-img {
    margin-left: 50px;
}
.secre-point-mark {
    position: absolute;
    right: 0;
    bottom: 0;
}
.secre-service {
    margin-bottom: 80px;
}
.secre-service strong {
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding-left: 40px;
    color: #49b2e0;
    font-size: 20px;
}
.secre-service strong::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: #49b2e0;
    content: "";
    transform: translateY(-50%);
}
.secre-service-item {
    margin-bottom: 30px;
    padding: 20px 30px;
    border: 5px solid #f1f3f3;
}

/* 販促用デザイン制作 */
.campa-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    align-items: center;
    margin: 0 30px 50px 30px;
}
.campa-about dt {
    margin-bottom: 10px;
    color: #49b2e0;
    font-weight: bold;
    font-size: 45px;
    font-family: Arial, Helvetica, sans-serif;
}
.campa-about dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 400px;
       -moz-flex: 1 0 400px;
            flex: 1 0 400px;
    margin-right: 50px;
}
.campa-about dd strong {
    display: block;
    margin-bottom: 10px;
    color: #49b2e0;
    font-weight: bold;
    font-size: 20px;
}
.campa-point {
    margin-bottom: 50px;
}
.campa-works-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    justify-content: center;
    margin: 0 30px 80px 30px;
}
.campa-works-menu a,
.campa-works-menu dl.campa-non {
    width: 270px;
    margin: 15px;
    color: #ffffff;
    text-decoration: none;
}
.campa-works-menu dl {
    border: solid 2px #ffffff;
    background-color: #49b2e0;
    box-shadow: 0 0 0 5px #49b2e0;
    text-align: center;
    transition: background 0.5s;
}
.campa-works-menu a:hover dl {
    background-color: #82cbea;
}
.campa-works-menu dl {
    padding-bottom: 30px;
    background-image: url(../images/camde/arrow.png);
    background-position: center bottom 10px;
    background-repeat: no-repeat;
    color: #ffffff;
}
.campa-works-menu dt {
    margin-top: 30px;
    margin-bottom: 10px;
    transition: transform 0.3s;
    transform: translateY(0);
}
.campa-works-menu a:hover dt {
    transform: translateY(-10px);
}
.campa-works-menu dd {
    letter-spacing: -0.5px;
    font-weight: bold;
    font-size: 21px;
    font-family: Arial, Helvetica, sans-serif;
}
.campa-works-menu dd strong {
    display: block;
    letter-spacing: 0;
    font-size: 12px;
}
.camde-works {
    margin-bottom: 80px;
}
.camde-works-eng {
    margin-bottom: 10px;
    color: #49b2e0;
    font-weight: bold;
    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
}
.camde-works strong {
    display: block;
    margin-bottom: 30px;
    padding: 10px;
    border: solid 2px #ffffff;
    background-color: #49b2e0;
    box-shadow: 0 0 0 5px #49b2e0;
    color: #ffffff;
    text-align: center;
    font-size: 22px;
}
.camde-works p {
    text-align: center;
}
.camde-works-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}
.camde-works-item a {
    display: block;
    width: 300px;
    margin: 0 10px;
    color: #000000 !important;
    text-decoration: none;
    transition: transform 0.4s;
}
.camde-works-item a:hover {
    transform: translateY(-10px);
}
.camde-works-item p {
    text-align: center;
    font-size: 14px;
}
.camde-works-item p img {
    width: 300px;
    height: auto;
    margin-bottom: 10px;
    border: 5px solid #f1f3f3;
}

/* テレマーケティング */
.tele-intro {
    margin-bottom: 40px;
}
.tele-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    justify-content: center;
    margin-bottom: 80px;
    padding: 10px;
    text-align: center;
}
.tele-item figure {
    position: relative;
    margin: 0 20px;
}
.tele-item figure::after {
    position: absolute;
    top: 50%;
    right: -30px;
    content: url(../images/tele/arrow.png);
    transform: translateY(-50%) rotate(-90deg);
}
.tele-item figure:last-child::after {
    content: "";
}
.tele-item figcaption {
    position: relative;
    margin-top: -40px;
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
    font-weight: bold;
    font-size: 17px;
    line-height: 40px;
}
.tele-merit strong {
    position: relative;
    display: block;
    height: 100px;
    margin-bottom: 20px;
    padding-left: 20px;
    background-color: #49b2e0;
    color: #ffffff;
    font-size: 20px;
    line-height: 100px;
}
.tele-merit strong img {
    position: absolute;
    top: 50%;
    right: 0;
    width: 450px;
    height: 100px;
    transform: translateY(-50%);
    object-fit: cover;
}
.tele-merit-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    margin-bottom: 60px;
    padding: 20px 10px;
    border: 5px solid #f1f3f3;
}
.tele-merit-item dl {
    width: calc(100% / 2);
    margin: 0 10px;
}
.tele-merit-item dt {
    padding: 10px 20px;
    border-bottom: 2px solid #49b2e0;
    background-color: #f1f3f3;
    font-weight: bold;
}
.tele-merit-item dd {
    margin-bottom: 20px;
}
.tele-sugoi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    align-items: center;
    margin-bottom: 50px;
    background-color: #ebeded;
    background-image: url(../images/tele/a.jpg), url(../images/tele/b.jpg);
    background-position: right top, left top;
    background-repeat: no-repeat;
}
.tele-sugoi p.tele-sugoi01 {
    width: 300px;
    padding: 30px;
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
    font-weight: bold;
}
.tele-sugoi p.tele-sugoi02 {
    padding: 25px 0 30px 260px;
    background-image: url(../images/tele/icon-come.png);
    background-position: left top;
    background-repeat: no-repeat;
    color: #49b2e0;
    font-weight: bold;
    font-size: 20px;
}

/* メール配信サービス  */
.mail-intro {
    margin: 0 30px 60px 30px;
}
.mail-intro strong {
    display: block;
    margin-bottom: 20px;
    color: #49b2e0;
}
.mail-service {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.mail-service-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 400px;
       -moz-flex: 1 0 400px;
            flex: 1 0 400px;
    margin-right: 30px;
}
.mail-list {
    list-style: none;
}
.mail-list li {
    position: relative;
    margin-bottom: 10px;
    padding: 0 0 0 20px;
}
.mail-list li::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    color: #49b2e0;
    content: "●";
    font-size: 20px;
    transform: translateY(-50%);
}
.mail-onestop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 50px;
    padding: 40px;
    border: 5px solid #f1f3f3;
}
.mail-onestop-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 400px;
       -moz-flex: 1 0 400px;
            flex: 1 0 400px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.mail-onestop-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 30px;
}
.mail-onestop-icon:first-child {
    margin-right: 50px;
}
.mail-onestop-icon p {
    position: relative;
    margin-right: 80px;
    color: #49b2e0;
    font-weight: bold;
    font-size: 20px;
}
.mail-onestop-icon p::after {
    position: absolute;
    top: 50%;
    right: -60px;
    content: url(../images/picmail/arrow.png);
    transform: translateY(-50%);
}
.mail-onestop-icon p:last-child:after {
    content: "";
}
.mail-onestop-icon p img {
    display: block;
    margin: 0 auto 10px auto;
}
.mail-sugoi {
    position: relative;
    min-height: 160px;
    margin-bottom: 50px;
    background-color: #ebeded;
    background-image: url(../images/picmail/koko-back.jpg);
    background-position: left top;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.mail-sugoi p {
    position: absolute;
    top: 50%;
    left: 250px;
    min-height: 80px;
    padding: 10px 90px 10px 260px;
    background-image: url(../images/output/icon-come.png);
    background-position: left top;
    background-repeat: no-repeat;
    color: #49b2e0;
    font-weight: bold;
    font-size: 22px;
    transform: translateY(-50%);
}
.mail-notice {
    text-align: center;
}


.input-case-ohter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    margin-bottom: 30px;
}
.input-case-ohter ul {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 400px;
       -moz-flex: 1 0 400px;
            flex: 1 0 400px;
    margin-right: 50px;
    list-style: none;
}
.input-case-ohter li {
    position: relative;
    padding: 10px 10px 10px 20px;
    border-bottom: 1px solid #e2e2e3;
}
.input-case-ohter li::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    color: #0056a7;
    content: "●";
    font-size: 20px;
    transform: translateY(-50%);
}
.input-case-ohter p {
    padding-top: 20px;
}

.faxdm {
    margin-bottom: 80px;
}
.faxdm table {
    width: 100%;
    border-collapse: collapse;
}
.faxdm table caption {
    margin-bottom: 10px;
    color: #3e3a39;
    text-align: left;
    font-weight: bold;
    font-size: 20px;
}
.faxdm tr {
    border-bottom: 5px solid #ffffff;
}
.faxdm th {
    padding: 10px;
    background-color: #717071;
    color: #ffffff;
    text-align: center;
}
.faxdm td {
    padding: 10px 40px;
    background-color: #f1f3f3;
}