@charset "utf-8";

/* -------------------------------------------------- 
 * customer_service_page.css
 * 
 * オンライン接客ツールページ用CSS
 * ※第1階層フォルダごとに読み込ませるCSSを分けて作成
-------------------------------------------------- */




/* -------------------------------- 
	Parts 
-------------------------------- */

/* heading */

@media only screen and (min-width: 992px) {
    .section {
        padding: 80px 0;
    }
}
[class*="customer_service_"] .heading03 {
	margin: 0 0 20px;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    [class*="customer_service_"] .heading03 {
        margin: 0 0 30px;
    }
}
@media only screen and (min-width: 768px) {
    [class*="customer_service_"] .heading03 {
        margin: 0 0 40px;
    }
}


/* section */

section[class*="customer_service_"] .section:nth-of-type(odd) {
    background: #f7f7f7;
}
section[class*="customer_service_"] .section:nth-of-type(even) {
    background: #fff;
}

/* btn_area */

[class*="customer_service_"] .btn_area {
    text-align: center;
}
[class*="customer_service_"] .btn_area .btn {
    min-width: 250px;
}
[class*="customer_service_"] .btn-success {
    background-color: #008C69;
    border-color: #008C69;
}
[class*="customer_service_"] .btn-success:hover {
    background-color: #18A689;
    border-color: #18A689;
}
[class*="customer_service_"] .btn_disabled {
    background-color: #A1A1A1;
    border-color: #A1A1A1;
    color: #fff;
    pointer-events: none;
}



@media only screen and (min-width: 768px) {
    
    [class*="customer_service_"] .btn_area .btn {
        min-width: 340px;
        font-size: 18px;
        font-size: 1.8rem;
    }

}

/* customer_service_pageheader
------------------------------ */

.customer_service_pageheader {
    padding: 0;
}
.customer_service_pageheader.ver2 {
    background-image: url(/wp-content/themes/eccube/img/lp/customer-service/mv_background_ver2.png);
}
.customer_service_pageheader .sp {
    text-align: center;
}
.customer_service_pageheader h1 {
    margin: 0;
}
.customer_service_pageheader h1 img {
    margin: 0 0 20px;
}


@media only screen and (min-width: 768px) {
    .customer_service_pageheader.ver1 {
        background-image: url(/wp-content/themes/eccube/img/lp/customer-service/bg_mainvisual_ver1.jpg);
        background-position: 70% center;
        background-repeat: no-repeat;
        background-color: #F7F8F4;
        background-size: cover;
    }
    .customer_service_pageheader.ver2 {
        background-image:
            url(/wp-content/themes/eccube/img/lp/customer-service/bg_mainvisual_ver2.png),
            url(/wp-content/themes/eccube/img/lp/customer-service/mv_background_ver2.png);
        background-position:
            60% bottom,
            center center;
        background-repeat:
            no-repeat,
            repeat;
        background-size:
            cover,
            auto;
    }
    .customer_service_pageheader .text {
        padding: 35px 45% 35px 0;
    }
    .customer_service_pageheader .text p {
        margin: 0;
        line-height: 1.7;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .customer_service_pageheader.ver2 .text p {
        color: #fff;
    }
    .customer_service_pageheader .text h1 {
        text-align: left;
    }

}
@media only screen and (min-width: 992px) {
    .customer_service_pageheader {
        background-size: auto;
        min-height: 406px;
    }
    .customer_service_pageheader .inner {
        max-width: 1080px;
    }
    .customer_service_pageheader.ver1 {
        background-position: center center;
    }
    .customer_service_pageheader.ver2 {
        background-position:
            center bottom,
            center center;
        background-size:
            auto,
            auto;
    }
    .customer_service_pageheader .text {
        max-width: 525px;
        padding: 55px 0;
    }
    .customer_service_pageheader .text p {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .customer_service_pageheader h1 {
        margin: 5px 0 0;
    }
    .customer_service_pageheader h1 img:first-of-type {
        margin-bottom: 25px;
    }
}



/* customer_service_seminar_button
------------------------------ */

.customer_service_seminar_button {
    padding: 30px 0 0;
}
@media only screen and (min-width: 768px) {
    .customer_service_seminar_button {
        padding: 60px 0 0;
    }
    .customer_service_seminar_button .btn_area .btn {
        font-size: 20px;
        font-size: 2rem;
    }
}
@media only screen and (min-width: 992px) {
    .customer_service_seminar_button {
        padding: 70px 0 0;
    }
}

/* customer_service_about01
------------------------------ */

.customer_service_about01 .heading03 + p {
        text-align: center;
    line-height: 1.8;
}

.customer_service_about01 ul li p {
	margin-top: 20px;
	font-size: 16px;
	font-size: 1.6rem;
    color: #000;
}

@media only screen and (max-width: 767px) {
	.customer_service_about01 ul {
		padding-top: 5px;
	}
	.customer_service_about01 ul li {
		display: table;
		table-layout: fixed;
		width: 100%;
		max-width: 400px;
		margin: 20px auto 0;
	}
	.customer_service_about01 ul li p,
	.customer_service_about01 ul li .image {
		display: table-cell;
		vertical-align: middle;
	}
	.customer_service_about01 ul li .image {
		width: 33%;
		padding-right: 20px;
	}
	.customer_service_about01 ul li img {
		width: 100%;
        max-width: 100px;
	}
}
@media only screen and (min-width: 768px) {
    .customer_service_about01 {
        padding: 55px 0 60px; 
    }
	.customer_service_about01 ul {
		max-width: 610px;
		display: -webkit-box;/* Android < 4.3 */
		display: -webkit-flex;/* safari(PC) */
		display: flex;
        margin: 0 auto;
	}
	.customer_service_about01 ul li {
		text-align: center;
		-webkit-box-flex: 0;
		flex: 0 1 33.33333%;
		padding: 30px 5% 0;
	}
	.customer_service_about01 ul li img {
        max-width: 130px;
	}
	.customer_service_about01 ul li p {
		margin-top: 15px;
		font-size: 18px;
		font-size: 1.8rem;
		margin-bottom: 5px;
        line-height: 1.4;
	}
}
@media only screen and (min-width: 992px) {
    .customer_service_about01 {
        padding: 65px 0 70px; 
    }
    .customer_service_about01 .heading03 {
        font-size: 35px;
        font-size: 3.5rem;
        margin-bottom: 50px;
    }
	.customer_service_about01 ul li {
		padding: 30px 1.5% 0;
	}
    
}



/* customer_service_list
------------------------------ */

.service_item .service_image {
    text-align: center;
}
.service_detail .service_name {
    font-size: 20px;
    font-size: 2rem;
    margin: 0;
    color: #000;
}
.service_detail {
    max-width: 450px;
}

@media only screen and (max-width: 991px) {
    .service_detail {
        margin: 0 auto;
    }
}

.service_detail .catch_text {
    margin-bottom: 0;
    color: #000;
}
.service_detail .service_info {
    font-size: 14px;
    font-size: 1.4rem;
    color: #555;
    margin: 10px 0;
}
.service_detail .service_comment {
    color: #000;
}
.service_detail .btn_area {
    margin: 25px 0 0; 
}
.service_detail .btn_area + .btn_area {
    margin: 10px 0 0; 
}

@media only screen and (min-width: 768px) {
    .service_detail .catch_text {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .service_detail .service_name {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1.3;
    }
    .service_detail .service_info {
        color: #000;
    }
}

@media only screen and (min-width: 992px) {
    .service_item {
        display: -webkit-box;/* Android < 4.3 */
        display: -webkit-flex;/* safari(PC) */
        display: flex;
        -webkit-box-align: start;/* Android < 4.3 */
        -webkit-align-items: flex-start;/* safari(PC) */
        align-items: flex-start;        
        -webkit-box-pack: justify;/* Android < 4.3 */
        -webkit-justify-content: space-between;/* safari(PC) */
        justify-content: space-between;
    }
    .service_detail {
        max-width: 470px;
    }
    .service_detail .catch_text {
        margin: 0;
    }
}

/* customer_service_seminar_area
------------------------------ */

.customer_service_seminar_area {
    background: #008C69;
    color: #fff;
    padding: 40px 0;
}
.customer_service_seminar_area h3 {
    font-size: 20px;
    font-size: 2rem;
    margin: 0;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .customer_service_seminar_area h3 + p br {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .customer_service_seminar_area {
        background: #fff;
        padding: 80px;
    }
    .customer_service_seminar_area .text {
        background: #008C69;
        max-width: 954px;
        margin: 0 auto;
        padding: 20px;
        color: #fff;
    }
    .customer_service_seminar_area h3 {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .customer_service_seminar_area h3 + p {
        text-align: center;
    }
}

