@charset "UTF-8";

body {
  overflow-x: hidden;
  min-width: 980px;
}

#contents a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#contents .mb1 { margin-bottom: 10px; }
#contents .mb15 { margin-bottom: 15px; }
#contents .mb2 { margin-bottom: 20px; }
#contents .mb25 { margin-bottom: 25px; }
#contents .mb3 { margin-bottom: 30px; }
#contents .mb35 { margin-bottom: 35px; }
#contents .mb4 { margin-bottom: 40px; }
#contents .mb45 { margin-bottom: 45px; }
#contents .mb5 { margin-bottom: 50px; }



/* # lineup-area
----------------------------------- */
#contents .lineup-area {
  padding: 40px 0 50px;
  background-image: url(/takuhai/img/top/bg_lineuparea.png);
  background-repeat: repeat;
  text-align: left;
}

#contents .lineup-area .lineup-area-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
}

#contents .lineup-area .step-inner {
	display: table;
	width: 1000px;
}

/* left-area */
#contents .lineup-area .t-step {
	display: table-cell;
	width: 200px;
	padding: 40px 30px;
	background-color: #0092de;
	border-radius: 10px 0 0 10px;
	box-sizing: border-box;
}

#contents .lineup-area .t-step{
	color: #fff;
	font-weight: bold;
	text-align: center;
}

#contents .lineup-area .t-step h3{
	font-size: 30px;
	border-bottom: 1px solid #fff;
	padding-bottom: 7px;
	line-height: 1.6;
}

#contents .lineup-area .t-step .sub-ttl{
	font-size: 18px;
	padding-top: 20px;
	line-height: 1.444444444444444;
}


/* right-area */
#contents .lineup-area .txt-step {
	display: table-cell;
	width: 800px;
	padding:40px 40px 45px;
	background-color: #fff;
	border-radius: 0 10px 10px 0;
    vertical-align: top;
	box-sizing: border-box;
}

#contents .step1 .txt-step1 {
	font-size: 28px;
	font-weight: bold;
	color: #0092de;
	text-align: center;
	line-height: 1.785714285714286;
	margin-bottom: 25px;
}

#contents .step1 .txtarea,
#contents .step2 .txtarea {
	width: 480px;
	margin-bottom: 18px;
	background-color: #fffac7;
 	background-position: left top;
	background-repeat: no-repeat;
	border-radius: 13px;
	padding: 25px 30px;
	box-sizing: border-box;
}

#contents .lineup-area .txtarea .txt {
	font-size: 15px
	line-height: 1.733333333333333;
}

#contents .lineup-area .txtarea .tel-customertel {
	text-align: center;
	margin-bottom: -14px;
	margin-top: 15px;
}

#contents .lineup-area .txtarea .tel-customertel a {
	font-size: 28px;
	font-weight: bold;
	color: #0039a6;
}

#contents .lineup-area .txtarea .tel-customertel .txt-open{
	font-size: 12px;
	color: #333;
}

#contents .lineup-area .txtarea .txt-open {
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
}

/* step1 */

#contents .step1 .box-img,
#contents .step2 .box-img {
	width: 240px;
	float: left;
}

#contents .step1 .box-info,
#contents .step2 .box-info {
	width: 480px;
	float: right;
}

#contents .step1 .box-customertel {
	margin-bottom: 30px;
}


#contents .step1 .box-customertel .box-customer {
	text-align: center;
}

#contents .step1 .box-customertel .txt-customertel {
	margin-bottom: 20px;
}

#contents .step1 .txtarea .txt-atr {
	display: block;
	font-size: 12px;
}

#contents .step1 .txt-step .inner .box-customerweb .btn-customer {
	display: table;
	width: 720px;
	margin-top: 12px;
}

#contents .step1 .txt-step .inner .box-customerweb .btn-customer .box-btn {
	display: table-cell;
	width: 345px;
}

#contents .step1 .txt-step .inner .box-customerweb .btn-customer .box-btn a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3125;
	padding: 10px 70px;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-position:20px center ;
}

#contents .step1 .txt-step .inner .box-customerweb .btn-customer .btn-tel{
	position: relative;
	padding-right: 28px;
}

#contents .step1 .txt-step .inner .box-customerweb .btn-customer .btn-tel a {
	background-color: #ff381e;
	background-image: url("/takuhai/customer/common/img/icon_sample.png");
	background-size: 28px 38px;
}

#contents .step1 .txt-step .inner .box-customerweb .btn-customer .btn-tel a:hover {
	background-color: #ff5d47;
}

#contents .step1 .txt-step .inner .box-customerweb .btn-customer .btn-web{
	position: relative;
}

#contents .step1 .txt-step .inner .box-customerweb .btn-customer .btn-web a {
	background-color: #0039a6;
	background-image: url("/takuhai/customer/common/img/icon_webcustomer.png");
}

#contents .step1 .txt-step .inner .box-customerweb .btn-customer .btn-web a:hover {
	background-color: #2258be;
}

#contents .step1 .txt-step .inner .box-customerweb .btn-customer .btn-tel a:after,
#contents .step1 .txt-step .inner .box-customerweb .btn-customer .btn-web a:after {
	position: absolute;
	top: 24px;
	right: 10px;
	display: inline-block;
	content: "";
	background-image: url("/takuhai/common/img/arrow_white.png");
	background-repeat: no-repeat;
	background-position:right center ;
	width: 14px;
	height: 14px;
}
#contents .step1 .txt-step .inner .box-customerweb .btn-customer .btn-tel a:after{
	right: 38px;
}


/* step3 */
#contents .step3 .txt-delivery {
	text-align: center;
	color: #0092de;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	padding: 10px;
	margin: 0 0 20px;
	border: 1px solid #0092de;
}

#contents .step3 .img-delivery {
	margin-bottom: 40px;
	text-align: center;
}

#contents .step3 .box-deliveryinfo {
	margin-bottom: 20px;
	padding: 0 12px 0 8px;
}

#contents .step3 .box-info {
	overflow: hidden;
	background-color: #fffac7;
	border-radius: 13px;
	padding: 25px 30px;
	box-sizing: border-box;
}

#contents .step3 .box-info .txtarea {
	width: 450px;
	float: left;
}

#contents .step3 .box-info .box-img {
	display: inline-block;
	width: 190px;
	float: left;
	text-align: center;
}


#contents .lineup-area .arrow_next {
	margin: 22px 0 20px;
	text-align: center;
}

#contents .lineup-area .txt-link {
	text-align: right;
	font-size: 13px;
	font-weight: bold;
}

#contents .lineup-area .txt-link a {
	padding-right: 20px;
	background-image: url(/takuhai/common/img/arrow_blue.png);
 	background-position: right center;
	background-repeat: no-repeat;
	color: #14a3ee;
}


/* customer-footer */
.site-footer {
  margin-top: 70px;
}

.customer-footer {
	position: relative;
	width: 1000px;
	margin: 50px auto 0;
}

.customer-footer .t-step {
	margin-bottom: 30px;
}

.customer-footer .box-customer {
	float: left;
	display: table;
	width: 460px;
	height: 174px;
	background-color: #f2f2f2;
}

.customer-footer .box-customer .box-customer-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.customer-footer .box-customer .txt-customertel {
	margin-bottom: 20px;
}

.customer-footer .btn-customer {
	width: 460px;
	float: right;
}

.customer-footer .btn-customer li:first-child {
	margin-bottom: 10px;
}

.customer-footer .btn_pagetop {
	position: absolute;
	right: 0;
	bottom: -70px;
}


.customer-footer .btn-customer a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


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

	/* # lineup-area
	----------------------------------- */
	#contents .lineup-area {
	  padding: 20px 20px 40px;
	}

	#contents .lineup-area .step-inner {
		display: block;
		width: 100%;
	}

	/* left-area */
	#contents .lineup-area .t-step {
		display: block;
		width: 100%;
		padding: 13px 15px;
		background-color: #0092de;
		border-radius: 10px 10px 0 0;
		box-sizing: border-box;
	}

	#contents .lineup-area .t-step{
		text-align: left;
	}

	#contents .lineup-area .t-step h3{
		font-size: 22px;
		border-bottom: none;
		padding-bottom: 0;
		line-height: 1.090909090909091;
	}

	#contents .lineup-area .t-step .sub-ttl{
		font-size: 16px;
		padding-top: 0;
		line-height: 1.5;
	}


	/* right-area */
	#contents .lineup-area .txt-step {
		display: block;
		width: 100%;
		padding:15px 15px 30px;
		border-radius: 0 0 10px 10px;
	    vertical-align: baseline;
	}

	#contents .step1 .txt-step1 {
		font-size: 18px;
		text-align: left;
		line-height: 1.333333333333333;
		margin-bottom: 18px;
	}

	#contents .step1 .txtarea,
	#contents .step2 .txtarea {
		width: 100%;
		margin-bottom: 0;
		padding: 15px 20px;
	}

	#contents .lineup-area .txtarea .txt {
		font-size: 15px
		line-height: 1.733333333333333;
	}

	#contents .lineup-area .txtarea .tel-customertel {
		text-align: center;
		margin-top: 10px;
	}

	#contents .lineup-area .txtarea .txt-open {
		font-size: 11px;
		margin-top: 13px;
	}

	/* step1 */

	#contents .step1 .box-img,
	#contents .step2 .box-img {
		width: 100%;
		float: none;
		text-align: center;
		padding-bottom: 15px;
	}

	#contents .step1 .box-info,
	#contents .step2 .box-info {
		width: 100%;
		float: none;
	}

	#contents .step1 .box-customertel {
		margin-bottom: 15px;
	}

	#contents .step1 .box-customertel .txt-customertel {
		margin-bottom: 20px;
	}

	#contents .step1 .txt-step .inner .box-customerweb .btn-customer {
		display: block;
		width: 100%;
		margin-top: 30px;
	}

	#contents .step1 .txt-step .inner .box-customerweb .btn-customer .box-btn {
		display: block;
		width: 100%;
	}

	#contents .step1 .txt-step .inner .box-customerweb .btn-customer .box-btn a {
		display: block;
		font-size: 16px;
		line-height: 1.375;
		padding: 10px 30px 10px 65px;
		background-position:10px center ;
	}

	#contents .step1 .txt-step .inner .box-customerweb .btn-customer .btn-tel{
		padding-bottom: 15px;
		padding-right: 0;
	}

	#contents .step1 .txt-step .inner .box-customerweb .btn-customer .btn-tel a {
		background-image: url("/takuhai/img/sp/customer/icon_sample.png");
		background-position: 15px center;
		background-size: 28.5px 38px;
	}

	#contents .step1 .txt-step .inner .box-customerweb .btn-customer .btn-web a {
		background-size: 40px 33px;
	}

	#contents .step1 .txt-step .inner .box-customerweb .btn-customer .btn-tel a:after
	#contents .step1 .txt-step .inner .box-customerweb .btn-customer .btn-web a:after {
		background-image: url("/takuhai/img/sp/customer/arrow_white.png");
		background-size: auto 100%;
		top: 40%;
	}

	#contents .step1 .txt-step .inner .box-customerweb .btn-customer .btn-tel a:hover {
		background-color: #ff381e;
	}

		#contents .step1 .txt-step .inner .box-customerweb .btn-customer .btn-web a:hover {
		background-color: #0039a6;
	}

	#contents .step1 .txt-step .inner .box-customerweb .btn-customer .btn-tel a:after{
		right: 10px;
	}


	/* step3 */
	#contents .step3 .txt-delivery {
		font-size: 14px;
		line-height: 1.571428571428571;
		padding: 14px;
		margin: 0 0 20px;
		border: 1px solid #0092de;
	}

	#contents .step3 .img-delivery {
		margin-bottom: 40px;
		text-align: center;
	}

	#contents .step3 .img-delivery img{
		width: 100%;
	}

	#contents .step3 .box-deliveryinfo {
		margin-bottom: 20px;
		padding: 0 12px 0 8px;
	}

	#contents .step3 .box-info {
		overflow: hidden;
		background-color: #fffac7;
		border-radius: 13px;
		padding: 25px 30px;
		box-sizing: border-box;
	}

	#contents .step3 .box-info .txtarea {
		width: auto;
		float: none;
	}

	#contents .step3 .box-info .box-img {
		display: inherit;
		width: auto;
		float: none;
		margin-top: 10px;
	}


	#contents .lineup-area .arrow_next {
		margin: 22px 0 20px;
		text-align: center;
	}

	#contents .lineup-area .txt-link {
		text-align: right;
		font-size: 13px;
		font-weight: bold;
	}

	#contents .lineup-area .txt-link a {
		display: inline-block;
		padding-right: 20px;
		background-image: url(/takuhai/common/img/arrow_blue.png);
	 	background-position: right center;
		background-repeat: no-repeat;
		font-size: 13px;
		color: #14a3ee;
		margin-top: 10px;
	}

	#contents .lineup-area .txt-link a br{
		display: inline-block !important;
	}




}
