@charset "utf-8";
/*------------------------------------------------------------
	policy
------------------------------------------------------------*/
.pageTitle {
    background-image: url("../img/policy/page_title_bg.jpg");
}
#main .policy {
	padding: 80px 0;
}
#main .policy .development {
	margin: 0 40px;
	padding: 70px 70px 90px;
	text-align: center;
	border: 1px solid #ccc;
}
#main .policy .h2Ttl {
	margin-bottom: 50px;
	font-size: 2.6rem;
	color: #222;
	letter-spacing: 0.05em;
}
#main .policy .title {
	margin-bottom: 50px;
	font-size: 4rem;
	color: #df0029;
	letter-spacing: 0.05em;
	line-height: 1.65;
}
#main .policy .text {
	margin-left: 20px;
	font-size: 2rem;
	line-height: 2;
	letter-spacing: 0.1em;
}
#main .reason {
	padding: 60px 0 50px;
	background: url(../img/common/02-cream-paper.png) repeat left top;
}
#main .reason .pointBox {
	margin: 0 40px 30px;
	padding-bottom: 50px;
	background-color: #fff;
}
#main .reason .pointBox h3 {
	margin: 0 15px 25px 15px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
#main .reason .pointBox h3 .point {
	margin-right: 35px;
}
#main .reason .pointBox h3 .ttl {
	font-size: 3.8rem;
	color: #3d117b;
    font-weight: 700;
	letter-spacing: 0.08em;
    width: calc(100% - 120px);
}
#main .reason .pointBox .inner {
	margin: 0 40px 0 130px;
	flex-direction: row-reverse;
}
#main .reason .pointBox .inner .textBox {
	width: 51%;
}
#main .reason .pointBox .inner .textBox p {
	font-size: 1.8rem;
	line-height: 1.8;
	letter-spacing: 0.08em;
	text-align: justify;
}
#main .reason .pointBox .inner .photoBox {
	margin-top: 10px;
	width: 43.5%;
}
#main .btmBox {
	padding: 100px 0;
}
@media all and (min-width: 897px) and (max-width: 1100px) {
    #main .policy .title {
        font-size: 3.9rem;
    }
    #main .reason .pointBox h3 .ttl {
        font-size: 3.7rem;
    }
}
@media all and (max-width: 896px) {
    .pageTitle {
        background-image: url("../img/policy/sp_page_title_bg.jpg");
    }
    #main .policy {
        padding: 30px 0 35px;
    }
	#main .policy .development {
		padding: 25px 20px 25px;
        margin: 0;
	}
	#main .policy .h2Ttl {
		margin-bottom: 25px;
		font-size: 1.8rem;
	}
	#main .policy .title {
		margin: 0 -5px 25px;
		font-size: 2.4rem;
		line-height: 1.67;
		font-weight: 700;
	}
	#main .policy .text {
		margin-left: 0;
		text-align: justify;
		font-size: 1.8rem;
		line-height: 1.67;
	}
	#main .reason {
		padding: 0;
		background: none;
	}
	#main .reason .pointBox {
		margin: 0 0 28px;
		padding-bottom: 25px;
		border-bottom: 1px dashed #ccc;
	}
	#main .reason .pointBox h3 {
		margin: 0 5px 15px 0;		
	}
	#main .reason .pointBox h3 .point {
		margin-right: 18px;
        width: 49px;
	}
	#main .reason .pointBox h3 .ttl {
		font-size: 2.2rem;
		line-height: 1.36;
        width: calc(100% - 70px);
	}
	#main .reason .pointBox .inner {
		margin: 0;
		display: block;		
	}
	#main .reason .pointBox .inner .textBox {
		width: 100%;
	}
	#main .reason .pointBox .inner .photoBox {
		margin: 0 auto 20px;
		width: 100%;
	}
	#main .reason .pointBox .inner .photoBox img {
		width: 100%;
	}
	#main .btmBox {
		padding: 20px 0 50px;
	}
}
@media all and (max-width: 374px) {
    #main .policy .title {
        font-size: 2rem;
    }
    #main .reason .pointBox h3 .point {
        margin-right: 15px;
    }
    #main .reason .pointBox h3 .ttl {
        font-size: 2rem;
        width: calc(100% - 60px)
    }
}