@charset "utf-8";

/* ========================================================
	hikkoshi.css => ○○の引越し用CSS
======================================================== */

/* タイトル
============================================================================================================ */
/* page_bg_title */

#office .page_bg_title h1:before {
	background-image: url(../office/images/page_title_bg.jpg);
}

#other .page_bg_title h1:before {
	background-image: url(../other/images/page_title_bg_new.jpg);
}


/* hikkoshi_head
============================================================================================================ */
.hikkoshi_head {
	margin-bottom: 30px;
}
.hikkoshi_head:after {
	content: ""; display: table; clear: both;
}
.hikkoshi_head dl {
	position: relative;
	float: left;
	width: 33.33%;
	background-color: #5ec6f7;
	border-right: 1px solid #fff;
	text-align: center;
	color: #fff;
}
.hikkoshi_head dt {
	position: absolute;
	top: -14px;
	left: 50%;
	margin-left: -70px;
}
.hikkoshi_head dd {
	height: 74px;
	padding-top: 12px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: bold;
}
.hikkoshi_head dd strong {
	font-size: 42px;
	font-size: 4.2rem;
	vertical-align: -0.2em;
}
.hikkoshi_head dd span {
	font-size: 22px;
	font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
	.hikkoshi_head {
		margin-bottom: 0;
	}
	.hikkoshi_head dl {
		float: none;
		width: auto;
		margin-bottom: 28px;
		border-right: 0;
	}
	.hikkoshi_head dd {
		height: auto;
		padding: 20px 0 15px;
	}
	.hikkoshi_head dd strong {
		font-size: 28px;
		font-size: 2.8rem;
		vertical-align: -0.1em;
	}
}

/* family */
#family .hikkoshi_head dl {
	background-color: #f46925;
}
#family .hikkoshi_head dd strong {
	display: block;
	padding-top: 2px;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.2;
	vertical-align: 0;
}
@media screen and (max-width: 768px) {
	#family .hikkoshi_head dd {
		padding: 18px 0 5px;
	}
	#family .hikkoshi_head dd strong {
		padding-top: 0;
		font-size: 2.8rem;
	}
}

/* office */
#office .hikkoshi_head dl {
	background-color: #05a22e;
}
#office .hikkoshi_head dd strong {
	display: block;
	padding-top: 2px;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.2;
	vertical-align: 0;
}
@media screen and (max-width: 768px) {
	#office .hikkoshi_head dd {
		padding: 18px 0 5px;
	}
	#office .hikkoshi_head dd strong {
		padding-top: 0;
		font-size: 2.8rem;
	}
}


/* 引越しのポイント
============================================================================================================ */
.hikkoshi_point section {
	margin-top: 30px;
}
.hikkoshi_point section h1 {
	position: relative;
	padding-bottom: 15px;
}
.hikkoshi_point section h3 {
	position: relative;
	padding-bottom: 15px;
}
.hikkoshi_point section h1 span {
	position: relative;
	display: block;
	width: 300px;
	margin: 0 auto;
	padding: 5px 0;
	background-color: #ffde00;
	border-radius: 100px;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
}
.hikkoshi_point section h3 span {
	position: relative;
	display: block;
	width: 300px;
	margin: 0 auto;
	padding: 5px 0;
	background-color: #ffde00;
	border-radius: 100px;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
}
.hikkoshi_point section h1 span:after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 50%;
	width: 10px;
	height: 10px;
	margin-left: -5px;
	background-color: #ffde00;
	-webkit-transform: scaleX(0.6) rotate(45deg);
	-ms-transform: scaleX(0.6) rotate(45deg);
	-o-transform: scaleX(0.6) rotate(45deg);
	transform: scaleX(0.6) rotate(45deg);
	z-index: -1;
}
.hikkoshi_point section h3 span:after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 50%;
	width: 10px;
	height: 10px;
	margin-left: -5px;
	background-color: #ffde00;
	-webkit-transform: scaleX(0.6) rotate(45deg);
	-ms-transform: scaleX(0.6) rotate(45deg);
	-o-transform: scaleX(0.6) rotate(45deg);
	transform: scaleX(0.6) rotate(45deg);
	z-index: -1;
}

.hikkoshi_point section .wrap {
	position: relative;
	background-color: #fffdf2;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}
.hikkoshi_point section .wrap:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 80px;
	border-top: 1px solid #d2d2d2;
}
.hikkoshi_point section .wrap dl {
	float: left;
	width: 310px;
}
#other .hikkoshi_point section .wrap dl {
	float: left;
	width: 470px;
}
.hikkoshi_point section .wrap dl + dl {
	margin-left: 50px;
}
.hikkoshi_point section .wrap dl dt {
	position: relative;
	display: table;
	width: 100%;
	height: 80px;
	text-align: center;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: bold;
}
.hikkoshi_point section .wrap dl dt > * {
	display: table-cell;
	vertical-align: middle;
}
.hikkoshi_point section .wrap.has_point dl dt {
	padding-top: 10px;
}
.hikkoshi_point section .wrap dl dt .point {
	position: absolute;
	top: -5px;
	left: 50%;
	width: 170px;
	margin-left: -85px;
	padding: 2px 0;
	background-color: #fff;
	border: 1px solid #d2d2d2;
	font-size: 14px;
	font-size: 1.4rem;
}
.hikkoshi_point section .wrap dl dt .point:after {
	content: "";
	position: absolute;
	right: -6px;
	top: -1px;
	border-style: solid;
	border-width: 5px 0 0 5px;
	border-color: transparent transparent transparent #dcdcdc;
}
.hikkoshi_point section .wrap dl dd {
	padding: 30px 0;
}

/* single / family */
#single .hikkoshi_point section h1:before,
#single .hikkoshi_point section h1:after,
#family .hikkoshi_point section h1:before,
#family .hikkoshi_point section h1:after {
	content: "";
	position: absolute;
	width: 180px;
	height: 190px;
	bottom: 0;
	background-repeat: no-repeat;
	z-index: -1;
}
#single .hikkoshi_point section h3:before,
#single .hikkoshi_point section h3:after,
#family .hikkoshi_point section h3:before,
#family .hikkoshi_point section h3:after {
	content: "";
	position: absolute;
	width: 180px;
	height: 190px;
	bottom: 0;
	background-repeat: no-repeat;
	z-index: -1;
}
#single .hikkoshi_point section h1:before,
#family .hikkoshi_point section h1:before {
	left: 0;
}
#single .hikkoshi_point section h3:before,
#family .hikkoshi_point section h3:before {
	left: 0;
}
#single .hikkoshi_point section h1:after,
#family .hikkoshi_point section h1:after {
	right: 0;
}
#single .hikkoshi_point section h3:after,
#family .hikkoshi_point section h3:after {
	right: 0;
}
#single .hikkoshi_point section h1:before {
	background-image: url(../single/images/point_img01.jpg);
}
#single .hikkoshi_point section h3:before {
	background-image: url(../single/images/point_img01.jpg);
}
#single .hikkoshi_point section h1:after {
	background-image: url(../single/images/point_img02.jpg);
}
#single .hikkoshi_point section h3:after {
	background-image: url(../single/images/point_img02.jpg);
}
#family .hikkoshi_point section h1:before {
	background-image: url(../family/images/point_img01.jpg);
}
#family .hikkoshi_point section h3:before {
	background-image: url(../family/images/point_img01.jpg);
}
#family .hikkoshi_point section h1:after {
	background-image: url(../family/images/point_img02.jpg);
}
#family .hikkoshi_point section h3:after {
	background-image: url(../family/images/point_img02.jpg);
}

/* other */
#other .hikkoshi_point section {
	margin-top: 50px;
}
#other .hikkoshi_point .img {
	position: relative;
}
#other .hikkoshi_point .img img {
	position: absolute;
	left: -70px;
	top: 5px;
}
#other .hikkoshi_point section .wrap dl dt .point {
	width: 200px;
	margin-left: -100px;
}


@media screen and (max-width: 768px) {
	.hikkoshi_point section {
		margin-top: 20px !important;
	}
	.hikkoshi_point section h1 span {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.hikkoshi_point section h3 span {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.hikkoshi_point section .wrap:before {
		content: none;
	}
	.hikkoshi_point section .wrap dl {
		float: none;
		width: auto;
	}
	#other .hikkoshi_point section .wrap dl {
		width: auto;
	}
	.hikkoshi_point section .wrap dl + dl {
		margin-left: 0;
	}
	.hikkoshi_point section .wrap.has_point dl + dl {
		border-top: 1px solid #d2d2d2;
	}
	.hikkoshi_point section .wrap dl dt {
		display: block;
		width: auto;
		height: auto;
		margin: 0 10px;
		padding: 15px 0;
		border-bottom: 1px solid #d2d2d2;
		text-align: center;
	}
	.hikkoshi_point section .wrap.has_point dl dt {
		padding-top: 30px;
	}
	.hikkoshi_point section .wrap dl dt > * {
		display: block;
	}
	.hikkoshi_point section .wrap dl dd {
		padding: 10px 10px 20px;
	}

	/* single / family */
	#single .hikkoshi_point section h1:before,
	#single .hikkoshi_point section h1:after,
	#family .hikkoshi_point section h1:before,
	#family .hikkoshi_point section h1:after {
		content: none;
	}
	#single .hikkoshi_point section h3:before,
	#single .hikkoshi_point section h3:after,
	#family .hikkoshi_point section h3:before,
	#family .hikkoshi_point section h3:after {
		content: none;
	}

	/* other */
	#other .hikkoshi_point .img {
		text-align: center;
	}
	#other .hikkoshi_point .img img {
		position: static;
		width: 240px;
	}
}


/* お客様から沢山の喜びの声をいただいています。
============================================================================================================ */
.voice_btn {
	position: relative;
	padding: 30px 0 70px;
}
.voice_btn a {
	position: relative;
	width: 652px;
	margin: auto;
	z-index: 2;
}
.voice_btn a > span {
	padding: 26px 40px 24px 0;
}
.voice_btn img {
	position: absolute;
	right: -7px;
	top: -30px;
}
#single .voice_btn img {
	top: -45px;
}
@media screen and (max-width: 768px) {
	.voice_btn {
		padding: 25px 0 40px;
	}
	.voice_btn a {
		width: auto;
		border-radius: 0;
	}
	.voice_btn a > span {
		padding: 6px 10px;
	}
	.voice_btn img {
		display: none;
	}
}


/* 選べるコース
============================================================================================================ */
.hikkoshi_course {
}
.hikkoshi_course > .w {
	position: relative;
}
.hikkoshi_course .img {
	position: absolute;
	left: -80px;
	top: 15px;
	z-index: -1;
}
.hikkoshi_course .tokuten {
	position: absolute;
	right: 0;
	top: 46px;
}
@media screen and (max-width: 768px) {
	.hikkoshi_course {
		margin-bottom: 50px;
	}
	.hikkoshi_course .img,
	.hikkoshi_course .tokuten {
		position: static;
		text-align: center;
	}
	.hikkoshi_course .tokuten img {
		margin-top: 10px;
	}
}

.hikkoshi_course .course {
	margin-top: 60px;
}
.hikkoshi_course .course:first-child {
	margin-top: 30px;
}
.hikkoshi_course .course header {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	font-weight: bold;
}
.hikkoshi_course .course header .w {
	position: relative;
	width: 1080px;
	display: table;
}
.hikkoshi_course .course header .w:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	width: 100%;
	background-color: #015dac;
}
.hikkoshi_course .course header .w > * {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
.hikkoshi_course .course header .w .point {
	width: 220px;
	background-color: #015dac;
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.4;
}

#office .hikkoshi_course .course header .w .point {
	width: 380px;
}
#other .hikkoshi_course .course header .w .point {
	width: 380px;
}
.hikkoshi_course .course header .w h1 {
	height: 68px;
	padding: 0 25px;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.4;
}
.hikkoshi_course .course header .w h2 {
	height: 68px;
	padding: 0 25px;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.4;
}
.hikkoshi_course .course header .w h3 {
	height: 68px;
	padding: 0 25px;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.4;
}
.hikkoshi_course .course header .w h1:before {
	content: "";
	position: absolute;
	top: 34px;
	left: 0;
	margin-top: -5px;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #015dac;
}
.hikkoshi_course .course header .w h3:before {
	content: "";
	position: absolute;
	top: 34px;
	left: 0;
	margin-top: -5px;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #015dac;
}
.hikkoshi_course .course header .btn {
	position: absolute;
	top: 8px;
	right: 25px;
	width: 220px;
}
.hikkoshi_course .course header .btn a {
	font-size: 18px;
	font-size: 1.8rem;
}
.hikkoshi_course .course header .btn a span {
	padding: 14px 40px 10px 0;
}
@media screen and (max-width: 768px) {
	.hikkoshi_course .course {
		margin-top: 30px;
	}
	.hikkoshi_course .course:first-child {
		margin-top: 0;
	}
	.hikkoshi_course .course header {
		margin-bottom: 0;
		border-top: 0;
		border-bottom: 0;
	}
	.hikkoshi_course .course header .w {
		width: auto;
		display: block;
	}
	.hikkoshi_course .course header .w:before {
		content: none;
	}
	.hikkoshi_course .course header .w > * {
		display: block;
	}
	.hikkoshi_course .course header .w .point {
		width: auto !important;
		padding: 10px 0;
		font-size: 1.8rem;
	}
	.hikkoshi_course .course header .w h1 {
		height: auto;
		padding: 10px 0 0;
		font-size: 2rem;
		line-height: 1.4;
		text-align: center;
	}
	.hikkoshi_course .course header .w h2 {
		height: auto;
		padding: 10px 0 0;
		font-size: 2rem;
		line-height: 1.4;
		text-align: center;
	}
	.hikkoshi_course .course header .w h3 {
		height: auto;
		padding: 10px 0 0;
		font-size: 2rem;
		line-height: 1.4;
		text-align: center;
	}
	.hikkoshi_course .course header .w h1:before {
		content: none;
	}
	.hikkoshi_course .course header .w h2:before {
		content: none;
	}
	.hikkoshi_course .course header .w h3:before {
		content: none;
	}
}



.hikkoshi_course .course .summary {
	display: table;
	margin-bottom: 20px;
}
.hikkoshi_course .course .summary > * {
	display: table-cell;
	vertical-align: middle;
}
.hikkoshi_course .course .summary dl {
	width: 200px;
	text-align: center;
}
.hikkoshi_course .course .summary dt {
	padding-bottom: 5px;
	border-bottom: 1px solid #0c0c0c;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
.hikkoshi_course .course .summary dd {
	padding-top: 5px;
	font-weight: bold;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.5;
}
.hikkoshi_course .course .summary dd strong {
	font-size: 55px;
	font-size: 5.5rem;
	line-height: 1.3;
}
.hikkoshi_course .course .summary p {
	padding-left: 40px;
}
@media screen and (max-width: 768px) {
	.hikkoshi_course .course .summary {
		display: -moz-box;
		display: -webkit-box;
		display: -o-box;
		display: -ms-box;
		-moz-box-orient: vertical;
		-webkit-box-orient: vertical;
		-o-box-orient: vertical;
		-ms-box-orient: vertical;
		margin-bottom: 15px;
	}
	.hikkoshi_course .course .summary > * {
		display: block;
	}
	.hikkoshi_course .course .summary dl {
		width: auto;
		display: table;
		width: 100%;
		border-top: 1px solid #0c0c0c;
		border-bottom: 1px solid #0c0c0c;
		-moz-box-ordinal-group: 2;
		-webkit-box-ordinal-group: 2;
		-o-box-ordinal-group: 2;
		-ms-box-ordinal-group: 2;
		text-align: center;
	}
	.hikkoshi_course .course .summary dl > * {
		display: table-cell;
		vertical-align: middle;
	}
	.hikkoshi_course .course .summary dt {
		padding-top: 5px;
		padding-left: 10px;
		padding-bottom: 0;
		border-bottom: 0;
		font-size: 1.2rem;
		text-align: left;
	}
	.hikkoshi_course .course .summary dd {
		height: 60px;
		padding-top: 0;
		padding-right: 10px;
		font-size: 2.8rem;
		text-align: right;
	}
	.hikkoshi_course .course .summary dd strong {
		font-size: 5.2rem;
		line-height: 1.1;
	}
	.hikkoshi_course .course .summary p {
		padding: 10px;
		-moz-box-ordinal-group: 1;
		-webkit-box-ordinal-group: 1;
		-o-box-ordinal-group: 1;
		-ms-box-ordinal-group: 1;
	}
}


.hikkoshi_course .course .works {
	margin-bottom: 15px;
	padding-bottom: 20px;
	background-color: #f6f6f8;
	border: 3px solid #fff;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.15);
	box-shadow: 1px 1px 2px rgba(0,0,0,.15);
}
.hikkoshi_course .course .works h1 {
	width: 170px;
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 8px 0;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	background-color: #ffde00;
}
.hikkoshi_course .course .works h4 {
	width: 170px;
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 8px 0;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	background-color: #ffde00;
}
.hikkoshi_course .course .works ul {
	padding: 0 10px;
}
.hikkoshi_course .course .works ul:after {
	content: ""; display: table; clear: both;
}
.hikkoshi_course .course .works ul li {
	float: left;
	width: 14.28%;
	text-align: center;
	line-height: 1.5;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.hikkoshi_course .course .works ul li span {
	display: block;
	margin-top: 5px;
}
@media screen and (max-width: 768px) {
	.hikkoshi_course .course .works {
		margin: 0 10px 15px;
		padding-bottom: 0;
	}
	.hikkoshi_course .course .works h1 {
		width: auto;
		margin-bottom: 10px;
		border-radius: 8px 8px 0 0;
		font-size: 1.4rem;
	}
	.hikkoshi_course .course .works h4 {
		width: auto;
		margin-bottom: 10px;
		border-radius: 8px 8px 0 0;
		font-size: 1.4rem;
	}
	.hikkoshi_course .course .works ul li {
		width: 50%;
		padding-bottom: 15px;
	}
}


.hikkoshi_course .course .osusume {
	margin-bottom: 20px;
}
.hikkoshi_course .course .osusume:after {
	content: ""; display: table; clear: both;
}
.hikkoshi_course .course .osusume h1 {
	position: relative;
	top: 6px;
	float: left;
	width: 210px;
	padding: 10px;
	border-radius: 8px;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	background-color: #ffde00;
}
.hikkoshi_course .course .osusume h4 {
	position: relative;
	top: 6px;
	float: left;
	width: 210px;
	padding: 10px;
	border-radius: 8px;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	background-color: #ffde00;
}
.hikkoshi_course .course .osusume ul {
	float: left;
	display: table;
	width: 820px;
	height: 3.4em;
	table-layout: fixed;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}
.hikkoshi_course .course .osusume ul > * {
	display: table-cell;
	padding: 0 10px 0 50px;
	background: url(../common/images/parts/ico_check.png) no-repeat 12px;
	-webkit-background-size: 24px;
	background-size: 24px;
	vertical-align: middle;
}
@media screen and (max-width: 768px) {
	.hikkoshi_course .course .osusume {
		margin: 0 10px 15px;
	}
	.hikkoshi_course .course .osusume h1 {
		top: 0;
		float: none;
		width: auto;
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
	.hikkoshi_course .course .osusume h4 {
		top: 0;
		float: none;
		width: auto;
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
	.hikkoshi_course .course .osusume ul {
		float: none;
		display: block;
		width: auto;
		height: auto;
		font-size: 1.4rem;
	}
	.hikkoshi_course .course .osusume ul > * {
		display: block;
		padding: 8px 0 8px 36px;
		padding-top: 8px;
		padding-bottom: 8px;
		background-position: 0;
	}
}



.hikkoshi_course .course .btns {
	margin-top: 20px;
}
.hikkoshi_course .course .btns .option {
	display: block;
	width: 304px;
	background-color: #e56c00;
	border-radius: 6px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: bold;
	-webkit-box-shadow: 0 3px 0 0 #ca5f00;
	box-shadow: 0 3px 0 0 #ca5f00;
}
.hikkoshi_course .course .btns .option > span {
	position: relative;
	display: inline-block;
	padding: 16px 25px 14px 0;
}
.hikkoshi_course .course .btns .option > span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
	.hikkoshi_course .course .btns .option:hover > span:after {
		right: 0;
	}
}
@media screen and (max-width: 768px) {
	.hikkoshi_course .course .btns {
		margin: 15px 10px 0;
	}
	.hikkoshi_course .course .btns li + li {
		margin-top: 15px;
	}
	.hikkoshi_course .course .btns .option {
		width: auto;
		text-align: left;
	}
	.hikkoshi_course .course .btns .option > span {
		display: block;
		margin: 0 15px 0 20px;
	}
	.hikkoshi_course .course .btns .box_link {
		border-radius: 6px;
	}
	.hikkoshi_course .course .btns .box_link > span {
		padding-left: 20px;
	}
}




