@charset "UTF-8";

/* gift-wrapping
---------------------------------------------------------------------------*/
.page-title-column2 .page-title-set {
	margin-bottom: 100px;
}

/* .container-inner
------------------------------------*/
.container-inner {
	float: right;
	width: 750px;
}

.container-inner p {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 2.1;
	letter-spacing: 0.12em;
	text-align: justify;
}

.container-inner p:last-of-type {
	margin-bottom: 0;
}

.container-inner p a {
	text-decoration: underline;
}

.container-inner p.box {
	display: inline-block;
	border: 1px solid #EEEEEE;
	margin-bottom: 25px;
	padding: 15px 25px 13px;
	letter-spacing: 0.15em;
}


/* .sec-lead
---------------------------------------------------------------------------*/
.sec-lead {
	margin-bottom: 60px;
}

.sec-lead .img-main {
	margin-bottom: 45px;
}

.sec-lead p {
	padding-left: 7px;
}

.sec-lead .pattern {
	overflow: hidden;
	margin-top: 45px;
}

.sec-lead .pattern figure {
	float: left;
	width: 370px;
}

.sec-lead .pattern figure:nth-child(even) {
	float: right;
}

.sec-lead .pattern figcaption {
	display: block;
	margin-top: 13px;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.1em;
}


/* .sec-method
---------------------------------------------------------------------------*/
.sec-method {
	margin-bottom: 85px;
}

.sec-method.bt {
	border-top: 1px solid #EAEAEA;
	padding-top: 70px;
}

.sec-method h2 {
	margin-bottom: 18px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.18em;
}

.sec-method .example {
	display: -webkit-box;
	display: flex;
	box-sizing: border-box;
	border: 1px solid #000000;
	width: 100%;
	margin-top: 35px;
	padding: 30px;
}

.sec-method .example h3,
.sec-method .example p {
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0.1em;
}

.sec-method .example h3 {
	position: relative;
	padding-right: 24px;
}

.sec-method .example h3:after {
	display: block;
	content: '';
	position: absolute;
	top: -13px;
	right: 0;
	background-color: #000000;
	width: 1px;
	height: 40px;
}

.sec-method .example p {
	padding-left: 20px;
}


/* .sec-message
---------------------------------------------------------------------------*/
.sec-message {
	margin-bottom: 85px;
}

.sec-message > figure {
	margin-bottom: 50px;
}

.sec-message .inner {
	display: -webkit-box;
	display: flex;
}

.sec-message .inner figure {
	width: 175px;
	min-width: 175px;
}

.sec-message .inner figcaption {
	display: block;
	margin-top: 15px;
	font-size: 12px;
	letter-spacing: 0.1em;
}

.sec-message .inner .txt-set {
	padding: 0 0 0 40px;
}