@charset "utf-8";

/* ==================================================================
	fullorder.css
	
=================================================================== */


/* --------------------------------
   □ general
-------------------------------- */ 
	.contents .accentArea:before{
		background-image:url("./../img/service/fullorder/accent.jpg");
	}

/* --------------------------------
   □ kodawari
-------------------------------- */ 

.kodawari > .lead p.text{
	margin-bottom: 59px;
	text-align: center;
	line-height: 1.8;
}

/* --------------------------------
   □ headline
-------------------------------- */ 
.kodawari .headline{
	margin-bottom: 79px;
}

.kodawari .headline h2.title{
	font-size: 100%;
}

.kodawari .headline h2.title span{
	display: block;
	text-align: center;
	line-height: 1.1;
	letter-spacing: 0.1em;
}
.kodawari .headline h2.title span.no{
	margin-bottom: 20px;
}

.kodawari .headline h2.title span.en{
	font-size: 281%;
	font-weight: 400;
	margin-bottom: 20px;
}

.kodawari .headline h2.title span.ruby{
	font-size: 118%;
	font-weight: 600;
}

/* --------------------------------
   □ normal
-------------------------------- */ 
.kodawari .normal h3.title{
	font-size: 250%;
	font-weight: 600;
	padding-bottom: 20px;
	margin-bottom: 40px;
	color: #53001b;
	border-bottom: 1px solid #53001b;
	line-height: 1.1;
}
.kodawari .normal h3.title span.block{
	display: block;
}
.kodawari .normal h3.title span.sub{
	display: inline-block;
	font-size: 65%;
}
.kodawari .normal h3.title small{
	display: inline-block;
	font-weight: 500;
	font-size: 45%;
	margin-left: 13px;
}


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

	.contents .accentArea:before{
		background-position:60% 50%;
	}

/* --------------------------------
   □ kodawari
-------------------------------- */ 

.kodawari > .lead p.text{
	margin-bottom: 6%;
}

/* --------------------------------
   □ headline
-------------------------------- */ 
.kodawari .headline{
	margin-bottom: 8%;
}

.kodawari .headline h2.title{
	font-size: 100%;
}

.kodawari .headline h2.title span.no{
	margin-bottom: 2%;
}

.kodawari .headline h2.title span.en{
	font-size: 141%;
	margin-bottom: 2%;
}

.kodawari .headline h2.title span.ruby{
	font-size: 100%;
}


/* --------------------------------
   □ normal
-------------------------------- */ 
.kodawari .normal h3.title{
	font-size: 110%;
	padding-bottom: 10px;
	line-height: 1.3;
	margin-bottom: 6%;
}
.kodawari .normal h3.title span.block{
	display: block;
}
.kodawari .normal h3.title span.sub{
	display: inline-block;
	font-size: 80%;
}
.kodawari .normal h3.title small{
	font-size: 75%;
}


