@charset "UTF-8";

.page_ttl {
	background-image: url(../owner/img/bg-head.jpg);
}

.-flow {
}

.flow_txt {
	margin-bottom: 50px;
	text-align: center;
}

.flow_list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flow_list > li {
	border: 1px solid #ccc;
	padding: 30px;
	width: 32%;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	position: relative;
}

.flow_list > li:after {
	position: absolute;
	content: "";
	top: -20px;
	left: 20px;
	width: 82px;
	height: 97px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.flow_list > li.-item1:after {
	background-image: url("../owner/img/icn-step1.png");
}

.flow_list > li.-item2:after {
	background-image: url("../owner/img/icn-step2.png");
}

.flow_list > li.-item3:after {
	background-image: url("../owner/img/icn-step3.png");
}

.flow_list > li.-item4:after {
	background-image: url("../owner/img/icn-step4.png");
}

.flow_list > li.-item5:after {
	background-image: url("../owner/img/icn-step5.png");
}

.flow_list > li.-item6:after {
	background-image: url("../owner/img/icn-step6.png");
}

.flow_list > li:nth-child(n+4) {
	margin-top: 60px;
}

.flow_list_ttl {
	color: #195BAA;
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
	text-indent: 2.5em;
}

.flow_list_cts {
	margin-bottom: 15px;
}

.flow_list_cts:last-child {
	margin-bottom: 0;
}

.flow_list_cts.-border {
	padding-bottom: 15px;
	border-bottom: 1px dashed #000;
}

.flow_list_cts_ttl {
	font-size: 18px;
	font-weight: bold;
	color: #165BA9;
}

.flow_list_cts_txt {
	text-align: center;
}

.flow_list_link {
	text-align: center;
}

.flow_list_link a {
	color: #FFF;
	background: linear-gradient(to right bottom, #38aec1, #0c6daa);
	padding: 10px 30px;
	text-align: center;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	display: block;
	line-height: 1.4;
	transition: opacity 0.3s, box-shadow 0.3s;
}

.flow_list_link a:hover {
	opacity: 0.8;
	box-shadow: 0 0 10px #c2c0c0;
}

.flow_list_link a span {
	padding-left: 0.5em;
}


.flow_list_link a.-pamph:after {
	content: "";
	background: url("../owner/img/icn-pdf.png") no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	width: 20px;
	height: 23px;
}

/* 新船舶購入例 */
.-example {
	background: #F5F6F8;
}

.example_txt {
	margin-bottom: 30px;
}

.example_row {
	margin-bottom: 50px;
}

.example_col.-slide {
	width: 49%;
}

.example_col.-slide img {
	max-width: 100%;
	height: auto;
}

.example_slider {
	margin: 0 auto 5px;
	padding: 0 5px;
}

.example_slider_item {
}

.example_thumb {
}

.example_thumb_item {
	margin: 5px;
}

.example_slide_notes {
	margin-top: 10px;
	line-height: 1.8;
}

.example_col.-desc {
	width: 47%;
}

.example_desc_ttl {
	color: #165BA9;
	font-weight: bold;
}

.example_desc_txt {
	margin-bottom: 20px;
}

.example_tbl {
	width: 100%;
}

.example_tbl caption {
	color: #FFF;
	background: #218ECF;
	padding: 10px;
	text-align: left;
}

.example_tbl th,
.example_tbl td {
	padding: 10px 20px;
	border-bottom: 1px solid #ccc;
	background: #FFF;
	vertical-align: middle;
}

.example_tbl th {
	border-right: 1px solid #ccc;
}

.example_tbl thead th {
	background: #EAEAEA;
}

.example_tbl thead th.-price {
	letter-spacing: 0.5em;
	text-indent: 0.5em;
	border-right: none;
}

.example_tbl tbody th {
	text-align: left;
}

.example_tbl td {
	text-align: right;
}

.example_tbl td span {
	font-size: 20px;
	font-weight: bold;
}

.example_link {
	text-align: center;
	max-width: 1135px;
	margin: 0 auto;
}

.example_link a {
	width: 49%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px 50px;
	color: #FFF;
	background: linear-gradient(to right bottom, #36b9cc, #0074b6 99%);
	text-align: center;
	transition: opacity 0.3s, box-shadow 0.3s;
}

.example_link a:hover {
	opacity: 0.8;
	box-shadow: 0 0 10px #c2c0c0;
}

.example_link a span {
	vertical-align: middle;
	position: relative;
	padding-right: 1.2em;
	display: inline-block;
}

.example_link a span:after {
	position: absolute;
	font-family: icomoon;
	content: "\e908";
	right: 0;
	line-height: 1;
	bottom: 0.5em;
}

.example_link a b {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	margin-right: 10px;
}

/* 艤装(ぎそう) */
.-rigging {
}

.rigging_row {
	margin-bottom: 70px;
}

.rigging_col.-img {
	width: 49%;
}

.rigging_col.-img img {
	max-width: 100%;
	height: auto;
}

.rigging_col.-desc {
	width: 47%;
}

.rigging_photo {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.rigging_photo_item {
	width: 32.3%;
}

/* All SP & Tablet */
@media screen and (max-width:1200px) {
	.flow_list > li:after {
		width: 55px;
		height: 65px;
		top: -14px;
		left: 10px;
	}

	.flow_list > li {
		padding: 30px 20px;
	}

	.flow_list_ttl {
		font-size: 18px;
	}

	.flow_list_link a {
		padding: 10px 20px;
	}

	.example_col.-desc {
		width: 49%;
	}

	.rigging_col.-desc {
		width: 49%;
	}

}

/* All SP */
@media screen and (max-width:640px) {
	.flow_txt {
		text-align: left;
	}

	.flow_list {
		display: block;
	}

	.flow_list > li {
		width: 100%;
	}

	.flow_list > li:nth-child(n+2) {
		margin-top: 30px;
	}

	.example_row {
		display: block;
	}

	.example_col {
		width: 100% !important;
	}

	.example_col.-slide {
		margin-bottom: 20px;
	}

	.example_link a {
		padding: 10px;
	}

	.example_link a b {
		font-size: 20px;
		margin-right: 0;
	}

	.example_link {
		display: block;
	}

	.example_link a {
		width: 100%;
	}

	.example_link a:first-child {
		margin-bottom: 10px;
	}

	.-rigging {
		padding-bottom: 100px;
	}

	.rigging_row {
		display: block;
	}

	.rigging_col {
		width: 100% !important;
	}

	.rigging_col.-img {
		margin-bottom: 10px;
	}

}
