@charset "utf-8";

/* ========================================================
	modal.css => modal用css
======================================================== */

/* .modal
============================================================================================================ */
.modal {
	position: absolute;
	top: 40px;
	left: 50%;
	width: 820px;
	margin-left: -410px;
	padding: 10px;
	background-color: #beb7ad;
	border-radius: 5px;
	font-size: 16px;
	font-size: 1.6rem;
	z-index: 600;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.modal > div {
	background-color: #fbfaf3;
	border-radius: 4px;
}
.modal > div > h4 {
	padding: 35px 0 30px;
	border-bottom: 2px solid #f6c0b2;
	text-align: center;
	font-weight: normal;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1.5;
}
.modal .btn {
	border-top: 1px solid #e3dfd7;
	padding: 40px 0;
}
.modal .btn a {
	width: 280px;
	margin: 0 auto;
}

.modal .btn.inline {
	text-align: center;
}
.modal .btn.inline a {
	display: inline-block;
}

.modal .btn .use_btn {
	width: 350px;
}
.modal .btn .use_btn + a {
	margin-left: 30px;
	width: 160px;
}


/* useBox
============================================================================================================ */
#useBox {
	display: none;
	top: -9999px;
	z-index: 1100;
}
#useBox .use {
	width: 700px;
	margin: 0 auto;
	padding: 35px 0;
	font-size: 15px;
	font-size: 1.5rem;
}
#useBox .use .row section {
	float: left;
	width: 320px;
}
#useBox .use .row section + section {
	float: right;
}
#useBox .use section h5 {
	position: relative;
	padding-left: 1.4em;
	margin-bottom: 12px;
	font-weight: normal;
	line-height: 1.5;
}
#useBox .use section h5 span {
	color: #f18772;
}
#useBox .use section h5 .num {
	position: absolute;
	left: 0;
	top: -3px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
#useBox .use section p {
	position: relative;
}
#useBox .use section p img {
	border: 2px solid #f18772;
}

#useBox .use .step01 p:after,
#useBox .use .step03 p:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -49px;
	width: 38px;
	height: 22px;
	margin-top: -11px;
}
#useBox .use .step01 p:after{
	background: url(../images/use_arrow01.png);
}
#useBox .use .step03 p:after{
	background: url(../images/use_arrow03.png);
}
#useBox .use .step03-04 {
	margin-top: 12px;
	padding-top: 55px;
	background: url(../images/use_arrow02.png) no-repeat 50% 0;
}
#useBox .use .step03-04 h1 {
	height: 3em;
}
#useBox .use .step04 h1 .fin {
	font-size: 18px;
	font-size: 1.8rem;
}
#useBox .use .step04 h1 .num {
	top: 0;
}
#useBox .use .step05 {
	margin-top: 50px;
}
#useBox .use span.box_link {
	position: relative;
	top: -5px;
	display: inline-block;
	margin: 0 10px 0 5px;
	padding: 6px 15px;
	background-color: #f18772;
	border-bottom: 3px solid #d75137;
	border-radius: 6px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-size: 1.2rem;
	vertical-align: top;
}




/* anime
============================================================================================================ */
.anime {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/* hidden
============================================================================================================ */
.hidden {
	visibility: hidden;
}



/* overlay
============================================================================================================ */
#overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	background-color: rgba(68,66,62,0.5);
}
