@charset "utf-8";
/**
 * style.css
 */

@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}

/* commonPageTitle
--------------------------------------------------*/
.commonPageTitle .inTitle:after {
	background-image: url(../../images/clear_case/head_img.png);
}

/* bdrTtl */
.bdrTtl {
	overflow: hidden;
	margin-bottom: 50px;
	text-align: center;
}
.bdrTtl span {
	position: relative;
	display: inline-block;
	padding: 0 30px;
	color: #646464;
	font-weight: bold;
	font-size: 18px;
}
.bdrTtl span:before,
.bdrTtl span:after {
	position: absolute;
	top: 50%;
	display: block;
	content: '';
	width: 120px;
	height: 1px;
	background-color: #a0a0a0;
}
.bdrTtl span:before {
	right: 100%;
}
.bdrTtl span:after {
	left: 100%;
}
@media only screen and (max-width:767px) {
	.bdrTtl {
		margin-bottom: 30px;
	}
	.bdrTtl span {
		padding: 0 15px;
		font-size: 16px;
	}
	.bdrTtl span:before,
	.bdrTtl span:after {
		width: 60px;
	}
}

/* imagePoints
--------------------------------------------------*/
.imagePoints {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: table;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto 115px;
	padding: 0 20px;
}
.imagePoints > * {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	table-layout: fixed;
}
.imagePoints .image {
	width: 30%;
}
.imagePoints .points {
	width: 70%;
	padding-left: 95px;
}
.imagePoints .points .bg {
	position: relative;
	padding: 50px 30px 50px 40px;
	background: url(../../images/clear_case/bg_01.jpg);
}
.imagePoints .points .bg:before,
.imagePoints .points .bg:after {
	position: absolute;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-top: #c8dceb solid 1px;
	border-bottom: #c8dceb solid 1px;
}
.imagePoints .points .bg:before {
	top: 0;
}
.imagePoints .points .bg:after {
	bottom: 0;
}
.imagePoints .points .ttl {
	position: absolute;
	top: -18px;
	left: 18px;
}
.imagePoints .points li {
	position: relative;
	padding-left: 35px;
}
.imagePoints .points li + li {
	margin-top: 1em;
}
.imagePoints .points li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	background: url(../../images/clear_case/icon_check.png) no-repeat center center;
	background-size: 100% auto;
}
@media only screen and (max-width:767px) {
	.imagePoints,
	.imagePoints > * {
		display: block;
	}
	.imagePoints {
		margin-bottom: 70px;
	}
	.imagePoints .image {
		width: auto;
		text-align: center;
	}
	.imagePoints .image img {
		max-width: 75%;
	}
	.imagePoints .points {
		width: auto;
		margin-top: 40px;
		padding-left: 0;
	}
	.imagePoints .points .bg {
		position: relative;
		padding: 25px 20px;
	}
	.imagePoints .points .bg:before,
	.imagePoints .points .bg:after {
		height: 1px;
	}
	.imagePoints .points .ttl img {
		width: 100px;
	}
	.imagePoints .points li {
		padding-left: 22px;
	}
	.imagePoints .points li:before {
		top: 3px;
		width: 15px;
		height: 15px;
	}
}


/* section01
--------------------------------------------------*/
#section01 {
	margin-bottom: 110px;
}
@media only screen and (max-width:767px) {
	#section01 {
		margin-bottom: 45px;
	}
}



/* fl */
#section01 .fl {
	width: 63.75%;
}
#section01 .imageList {
	overflow: hidden;
}
#section01 .imageList ul {
	margin: -80px 0 0 -45px;
}
#section01 .imageList li {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
	width: 50%;
	padding: 80px 0 0 45px;
	text-align: center;
}
#section01 .imageList li p {
	margin-top: 15px;
	font-size: 18px;
	line-height: 1.3;
}
@media only screen and (max-width:767px) {
	#section01 .fl {
		float: none;
		width: auto;
	}
	#section01 .imageList ul {
		margin: -20px 0 0 -20px;
	}
	#section01 .imageList li {
		padding: 20px 0 0 20px;
	}
	#section01 .imageList li p {
		margin-top: 10px;
		font-size: 10px;
	}
}

/* fr */
#section01 .fr {
	width: 30%;
}
#section01 .flowArea {
	padding: 34px 29px 20px;
	border: #0069b9 solid 1px;
	border-radius: 5px;
}
#section01 .flowArea li {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	display: table;
	width: 100%;
	height: 75px;
	padding: 10px;
	border: #5596c8 solid 1px;
	background-color: #fff;
	border-radius: 8px;
	text-align: center;
}
#section01 .flowArea li:before {
	position: absolute;
	top: 100%;
	left: 50%;
	display: block;
	content: '';
	width: 35px;
	height: 16px;
	margin-left: -17px;
	background: url(../../images/clear_case/arw.png);
	background-size: 100% auto;
}
.Firefox #section01 .flowArea li:before,
.IE #section01 .flowArea li:before {
	margin-top: -1px;
}
#section01 .flowArea li:last-child:before {
	display: none;
}
#section01 .flowArea li + li {
	margin-top: 50px;
}
#section01 .flowArea li .step {
	position: absolute;
	top: -15px;
	left: -10px;
	width: 100px;
	padding: 3px 0;
	text-align: center;
	font-size: 14px;
	background-color: #c8dceb;
	border-radius: 15px;
}
#section01 .flowArea li .step:before {
	position: absolute;
	top: 100%;
	left: 23px;
	display: block;
	content: '';
	width: 18px;
	height: 9px;
	background: url(../../images/clear_case/arw02.png);
	background-size: 100% auto;
}
#section01 .flowArea li .icon {
	position: absolute;
	top: 50%;
	right: 3%;
	width: 20%;
	transform: translateY(-50%);
}
#section01 .flowArea li .txt {
	display: table-cell;
	color: #5596c8;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 1.3;
}
#section01 .flowArea li .txt small {
	font-size: 15px;
}
#section01 .flowArea .cutionTxt {
	margin-top: 15px;
	text-align: right;
}
#section01 .flowArea .cutionTxt span {
	position: relative;
	display: inline-block;
	padding-left: 30px;
}
#section01 .flowArea .cutionTxt span:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: '';
	width: 21px;
	height: 19px;
	margin-top: -10px;
	background: url(../../images/clear_case/icon_coution.png);
}
@media only screen and (max-width:1100px) {
	#section01 .flowArea li .txt {
		font-size: 14px;
	}
	#section01 .flowArea li .txt small {
		font-size: 12px;
	}
	#section01 .flowArea li .icon {
		width: 15%;
	}
}
@media only screen and (max-width:767px) {
	#section01 .fr {
		float: none;
		width: auto;
		margin-top: 40px;
	}
	#section01 .flowArea {
		padding: 30px 20px 20px;
		border: none;
		background-color: #f1f1f1;
	}
	#section01 .flowArea li {
		height: 75px;
		padding: 10px;
	}
	#section01 .flowArea li + li {
		margin-top: 45px;
	}
	#section01 .flowArea li .step {
		font-size: 13px;
	}
	#section01 .flowArea li .icon {
		width: 18%;
	}
	#section01 .flowArea li .txt {
		display: table-cell;
		color: #5596c8;
		font-size: 16px;
		vertical-align: middle;
		line-height: 1.3;
	}
	#section01 .flowArea li .txt small {
		font-size: 14px;
	}
	#section01 .flowArea .cutionTxt {
		margin-top: 15px;
		text-align: right;
	}
	#section01 .flowArea .cutionTxt span {
		position: relative;
		display: inline-block;
		padding-left: 30px;
	}
}


/* section02
--------------------------------------------------*/
#section02 .commonWrap {
	max-width: 1000px;
	margin-bottom: 100px;
}
@media only screen and (max-width:767px) {
	#section02 {
	}
}

/* box01 */
#section02 .box01 {
	margin-bottom: 70px;
}
@media only screen and (max-width:767px) {
	#section02 .box01 {
		margin-bottom: 30px;
	}
}

/* tables */
#section02 .tables {
	float: left;
	width: 60%;
}
#section02 .tables .spSc {
	overflow: hidden;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border: #0069b9 solid 1px;
	border-radius: 5px;
	background-color: #fff;
}
#section02 .tables dl {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: table;
	width: 100%;
}
#section02 .tables dl + dl {
	border-top: #77a5c8 dotted 1px;
}
#section02 .tables dl > * {
	display: table-cell;
	padding: 10px 0;
	text-align: center;
	vertical-align: middle;
}
#section02 .tables dl.bgs > * {
	padding: 13px 0;
	color: #0069b9;
	font-size: 16px;
	font-weight: bold;
	background-color: #c8dceb;
}
#section02 .tables dt {
	width: 45%;
	color: #0069b9;
	font-size: 16px;
	border-right: #77a5c8 dotted 1px;
}
#section02 .flImage {
	float: right;
	width: 34%;
}
@media only screen and (max-width:767px) {
	#section02 .tables {
		overflow: auto;
		float: none;
		width: 100%;
		margin-bottom: 30px;
		-webkit-overflow-scrolling: touch;
	}
	#section02 .tables .spSc {
		width: 700px;
	}
	#section02 .tables dl.bgs > * {
		font-size: 14px;
	}
	#section02 .tables dt {
		font-size: 12px;
	}
	#section02 .flImage {
		float: none;
		width: auto;
		text-align: center;
	}
}

/* box02 */
@media only screen and (max-width:767px) {
	#section02 .box02 {
		overflow: auto;
		width: 100%;
		-webkit-overflow-scrolling: touch;
	}
	#section02 .box02 .spSc {
		width: 760px;
	}
}






/* section03
--------------------------------------------------*/
#section03 .commonWrap {
	max-width: 1000px;
}
@media only screen and (max-width:767px) {
	#section03 {
	}
}

/* tables */
#section03 .tables {
	width: 100%;
}
#section03 .tables .spSc {
	overflow: hidden;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border: #0069b9 solid 1px;
	border-radius: 5px;
	background-color: #fff;
}
#section03 .tables dl {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: table;
	width: 100%;
}
#section03 .tables dl + dl {
	border-top: #77a5c8 dotted 1px;
}
#section03 .tables dl > * {
	display: table-cell;
	padding: 20px;
	vertical-align: middle;
}
#section03 .tables dl.bgs > * {
	padding: 17px 0;
	color: #0069b9;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #c8dceb;
}
#section03 .tables dt {
	width: 26%;
	color: #0069b9;
	font-size: 16px;
	text-align: center;
	border-right: #77a5c8 dotted 1px;
}
#section03 .tables dd {
	width: 74%;
}
#section03 .tables dd .ddInner {
	max-width: 580px;
	margin: 0 auto;
}
#section03 .tables .inTxt {
	margin-bottom: 30px;
}
#section03 .tables .list {
	position: relative;
	padding: 17px 17px 17px 95px;
	border: #5596c8 solid 1px;
}
#section03 .tables .list .icon {
	position: absolute;
	top: -14px;
	left: -19px;
	padding: 14px 12px;
	color: #fff;
	font-size: 12px;
	line-height: 1.3;
	background-color: #5596c8;
}
#section03 .tables .list li {
	position: relative;
	padding-left: 20px;
}
#section03 .tables .list li:before {
	position: absolute;
	top: 7px;
	left: 0;
	display: block;
	content: '';
	width: 10px;
	height: 8px;
	background: url(../../images/clear_case/icon.png);
}


@media only screen and (max-width:767px) {
	#section03 .tables {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	#section03 .tables .spSc {
		width: 700px;
	}
	#section03 .tables dl.bgs > * {
		font-size: 14px;
	}
	#section03 .tables dt {
		font-size: 12px;
	}
	#section03 .tables .list {
		padding: 17px 17px 17px 85px;
	}
	#section03 .tables .list .icon {
		position: absolute;
		top: -10px;
		left: -10px;
		padding: 12px 10px;
		font-size: 10px;
	}
}


