﻿@charset "utf-8";


.page-header.keyvisual {
	background-image: url(../images/client/case_bg.jpg);
}

.pt--subpage .keyvisual .page-header__page-title {
	margin: 20px 0 20px;
}

.pt--subpage .keyvisual .page-header__page-description-title {
	color: #fff;
}

.pt--subpage .page-header {
	color: #fff;
}

.pt--subpage .page-header.keyvisual {
	padding: 40px 0;
}

.page-header__page-title {
	color: #fff;
}

/* --------------------------- */

.case.page-section {
	margin-top: 80px;
	background: #F0F0F0 none repeat scroll 0% 0%;
	border-radius: 5px;
}

.case.page-section:first-of-type {
	
}

.section-header {
	background: #00a8d2;
	background-repeat: no-repeat;
	background-image: url(../images/client/illust_section_index_1.png), url(../images/client/illust_section_index_2.png), url(../images/client/illust_section_index_3.png);
	background-position: calc(100% - 5px) bottom, calc(100% - 75px) bottom, calc(100% - 145px) bottom;
	background-blend-mode: color-burn;
	background-size: 100px;
	border-radius: 5px 5px 0 0;
	color: #fff;
}

.section-title-container {
	width: 100%;
	position: relative;
	padding: 30px 40px;
	box-sizing: border-box;
	backface-visibility: hidden;
}

.section-title-container:before {
	content: "";
	position: absolute;
	display: block;
	top: -25px;
	left: 30px;
	width: 7px;
	height: 50px;
	background: #26afd5;
	border-radius: 10px;
	mix-blend-mode: color-burn;
	transform: rotate(45deg);
}

.section-title-number {
	font-size: 1.4rem;
	font-weight: bold;
}

.section-title {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
}

.subsection {
	padding: 30px 40px;
	margin: 10px 0;
}

.case__data-list {
	background: rgba(255,255,255,0.2);
	padding: 10px 30px;
	font-size: 1.3rem;
}

.case__data-description-term {
	display: inline-block;
}

.case__data-description-description {
	display: inline-block;
	margin-right: 30px;
	font-weight: bold;
}

.case__data-description-description:before {
	content: ": ";
}

.case__subtitle.headding-state {
	margin-top: 0;
}

.case__section-text {
	margin: 0 0 20px 0;
}

.case__ordered-list {
	list-style: decimal;
	margin-left: 25px;
	font-weight: bold;
	color: #006581;
	line-height: 1.8rem;
}

.case__ordered-list li {
	margin: 5px 0;
}

.case__result {
	background: #f7f7f7;
	border-radius: 5px;
	padding: 30px;
	border-radius: 0 0 5px 5px;
}

.case__result .headding-state {
	font-size: 2.0rem;
	color: #26afd5;
	margin: 0 0 10px;
}




.case__archive-list {
	padding: 30px;
	box-sizing: border-box;
	border-radius: 5px;
}

.case__archive-list .headding-state:first-child {
	margin-top: 0;
}

.case__archive-list .case__list-description-term,
.case__archive-list .case__list-description-description {
	display: inline-block;
}

.case__archive-list .case__list-description-term {
	font-weight: bold;
}

.case__archive-list .case__list-description-term:before {
	content: "●";
}

.case__archive-list .case__list-description-description {
	
}


/* ---------------------------------------------------------------------------------------------- */
/* SmartPhone                                                                                     */

/*@media screen and (max-width: 414px) {*/
@media screen and (max-width: 540px) {
	.section-title-container {
		padding: 20px;
	}
	
	.section-header {
		background-position: calc(100% - 0px) bottom, calc(100% - 40px) bottom, calc(100% - 83px) bottom;
		background-size: 80px auto;
	}
	
	.section-title {
		font-size: 1.8rem;
	}
	
	.section-title br {
		display: none;
	}
	
	.case__data-list {
		background: rgba(255, 255, 255, 0.2) none repeat scroll 0% 0%;
		padding: 10px 20px;
		overflow: hidden;
	}
	
	.case__data-description-term {
		display: block;
		float: left;
		width: 90px;
	}
	.case__data-description-description {
		display: block;
		margin-left: 5px;
	}
	.case__result {
		padding: 20px;
	}
}


