/* Y'S GEAR : /marine/navigation/garmin/fwater/css/fwater.css */


.contentsWidth {
	/* overflow: hidden; */
	font-size: 1.4rem;
	font-family:
		"游ゴシック体", "Yu Gothic", YuGothic, 
		"メイリオ", Meiryo, 
		"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 
		"ＭＳ Ｐゴシック", "MS PGothic", 
		sans-serif;
}

.contentsWidth * { box-sizing: border-box; }

.contentsWidth a, 
.contentsWidth a::before, 
.contentsWidth a::after,
.contentsWidth a * { transition: 0.3s; }

@media screen and (max-width: 980px) {
	.contentsWidth { padding: 0 !important; }
} /* */

@media screen and (min-width: 569px) {
	.contentsWidth .sp { display: none; }
} /* */

@media screen and (max-width: 568px) {
	.contentsWidth .pc { display: none; }
} /* */


/*======================================================================*
 *  [ intro ] 
 *======================================================================*/

.intro p {
	position: relative;
	padding: 30px 20px;
	background: #003865;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.8;
	text-align: center;
}
.intro p::after {
	position: absolute;
	top: calc(100% - 1px);
	right: 0;
	left: 0;
	padding-top: 6%;
	border-bottom: 80px solid #003865;
	background: url(../img/bg_navy.png) left top no-repeat;
	background-size: 100% 102%;
	transform: rotate(180deg);
	content: "";
}
.intro p b {
	display: inline-block;
	margin-bottom: 20px;
	font-size: 2.2rem;
}

.movie {
	position: relative;
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
	padding: 0 20px;
	z-index: 2;
}
.movie > div {
	position: relative;
	padding-top: 56.25%;
}
.movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 568px) {
	.intro p {
		padding: 20px 10px;
		font-size: 1.6rem;
	}
	.intro p b {
		margin-bottom: 15px;
		font-size: 1.8rem;
	}
	
	.movie { padding: 0 10px; }
} /* */


/*======================================================================*
 *  [ nav ] 
 *======================================================================*/

.nav {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: calc(6% + 30px) 0 6%;
	padding: 60px 80px;
	background: #dcdee1;
	text-align: center;
}
.nav::before, .nav::after {
	position: absolute;
	right: 0;
	left: 0;
	padding-top: 6%;
	background: url(../img/bg_gray.png) left top no-repeat;
	background-size: 100% 102%;
	z-index: -1;
	content: "";
}
.nav::before { bottom: 100%; }
.nav::after {
	top: 100%;
	transform: rotate(180deg);
}
.nav a {
	display: block;
	position: relative;
	width: calc(50% - 8px);
	padding: 30px 10px 70px;
	background-position: center center;
	background-size: cover;
	color: #fff;
}
.nav a::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	content: "";
}
.nav a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background: url(../img/arrow_nav.svg) center center no-repeat;
	content: "";
}
.nav a:hover, .nav a:active { color: #fff !important; }
.nav a:hover::before, 
.nav a:active::before { background: rgba(73,73,73,0.7); }
.nav a:nth-child(even) { margin-left: 16px; }
.nav a:nth-child(2) ~ a { margin-top: 16px; }
.nav a:nth-child(1) { background-image: url(../img/nav_001.jpg); }
.nav a:nth-child(2) { background-image: url(../img/nav_002.jpg); }
.nav a:nth-child(3) { background-image: url(../img/nav_003.jpg); }
.nav a:nth-child(4) { background-image: url(../img/nav_004.jpg); }
.nav a > * {
	display: block;
	position: relative;
	z-index: 1;
}
.nav a > p {
	margin-bottom: 15px;
	font-size: 2.4rem;
	font-weight: bold;
}
.nav a > p span { display: inline-block; }
.nav a > span { font-size: 1.4rem; }
.nav a > b {
	font-size: 2.4rem;
	font-weight: 400;
	font-family: 'Didact Gothic', sans-serif;
}
.nav a > b span {
	font-size: calc(1em - 0.4rem);
	font-family:
		"游ゴシック体", "Yu Gothic", YuGothic, 
		"メイリオ", Meiryo, 
		"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 
		"ＭＳ Ｐゴシック", "MS PGothic", 
		sans-serif;
}

@media screen and (max-width: 980px) {
	.nav { padding: 60px 40px; }
} /* */

@media screen and (max-width: 568px) {
	.nav {
		display: block;
		padding: 30px 20px;
	}
	.nav a {
		width: 100%;
		margin-left: 0 !important;
		padding: 15px 10px 40px;
	}
	.nav a::after { height: 40px; }
	.nav a + a { margin-top: 10px !important; }
	.nav a > p {
		margin-bottom: 10px;
		font-size: 2rem;
	}
	.nav a > span {
		font-size: 1.1rem;
		line-height: 1.2;
	}
	.nav a > b {
		font-size: 1.8rem;
		line-height: 1.2;
	}
} /* */


/*======================================================================*
 *  [ section ] 
 *======================================================================*/

.section + section { margin-top: 120px; }

.section .title {
	position: relative;
	margin: 6% 0;
	padding: 10px 20px;
	background: #eef6fb;
	color: #003865;
	text-align: center;
}
.section .title::before,
.section .title::after {
	position: absolute;
	right: 0;
	left: 0;
	padding-top: 6%;
	background: url(../img/bg_blue.png) left top no-repeat;
	background-size: 100% 102%;
	z-index: -1;
	content: "";
}
.section .title::before { bottom: 100%; }
.section .title::after {
	top: 100%;
	transform: rotate(180deg);
}
.section .title p {
	font-size: 2.4rem;
	font-weight: bold;
}
.section .title p span { display: inline-block; }
.section .title h2 * {
	display: inline-block;
	margin: 5px 5px 0;
	vertical-align: middle;
}
.section .title h2 span {
	padding: 5px;
	background: #003865;
	color: #fff;
	font-size: 1.4rem;
	font-weight: normal;
}
.section .title h2 b {
	font-size: 2.4rem;
	font-weight: 400;
	font-family: 'Didact Gothic', sans-serif;
}

@media screen and (max-width: 568px) {
	.section + section { margin-top: 80px; }
	
	.section .title { padding: 15px 10px; }
	.section .title p {
		margin-bottom: 5px;
		font-size: 2rem;
	}
	.section .title h2 * {
		display: inline-block;
		margin-top: 5px;
		vertical-align: middle;
	}
	.section .title h2 span { font-size: 1.2rem; }
	.section .title h2 b { font-size: 2rem; }
} /* */


/*======================================================================*
 *  [ outline ] 
 *======================================================================*/

.outline {
	display: flex;
}
.outline > * { width: calc(50% - 8px); }
.outline > * + * { margin-left: 16px; }

@media screen and (max-width: 980px) {
	.outline { padding: 0 20px; }
} /* */

@media screen and (max-width: 568px) {
	.outline {
		display: block;
		padding: 20px 10px 0;
	}
	.outline > * { width: 100%; }
	.outline > * + * { margin-left: 0; }
} /* */


/*======================================================================*
 *  [ text ] 
 *======================================================================*/

.text h3 {
	margin-bottom: 20px;
	font-size: 1.8rem;
}
.text p { font-size: 1.6rem; }
.text p + p { margin-top: 20px; }
.text .note {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.4rem;
}
.text ul {
	margin-top: 5px;
	font-size: 1.6rem;
}
.text li {
	margin-left: 2em;
	list-style-type: disc;
}

@media screen and (max-width: 568px) {
	.text { margin-top: 30px; }
	.text h3 {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
	.text p { font-size: 1.4rem; }
	.text .note { font-size: 1.2rem; }
	.text ul { font-size: 1.4rem; }
} /* */


/*======================================================================*
 *  [ comment ] 
 *======================================================================*/

.comment {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	margin-top: 30px;
	padding: 20px 25px;
	background: #f8f8f8;
	border: 1px solid #ddd;
}
.comment dt {
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
}
.comment dt b { font-size: 2rem; }
.comment dd:nth-child(2) {
	width: 40%;
	padding-left: 15px;
}
.comment dd:nth-child(3) { width: 60%; }

@media screen and (max-width: 568px) {
	.comment {
		display: block;
		margin-top: 30px;
		padding: 20px 25px;
	}
	.comment dd:nth-child(2) {
		width: 100%;
		margin-bottom: 20px;
		padding-left: 0;
		text-align: center;
	}
	.comment dd:nth-child(2) img { max-width: 160px; }
	.comment dd:nth-child(3) {
		width: 100%;
		font-size: 1.3rem;
	}
} /* */


/*======================================================================*
 *  [ link ] 
 *======================================================================*/

.link {
	margin-top: 30px;
	text-align: center;
}
.link.col2 { display: flex; }
.link.col2 li { width: calc(50% - 8px); }
.link.col2 li + li { margin-left: 16px; }
.link b {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-family: 'Didact Gothic', sans-serif;
}
.link a {
	display: block;
	width: 100%;
	max-width: 233px;
	margin: 0 auto;
	padding: 15px 0;
	background: #000;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
}
.link a:hover, .link.col2 a:active {
	background: #494949;
	color: #fff !important;
}

@media screen and (max-width: 568px) {
	.link { margin-top: 15px; }
} /* */


/*======================================================================*
 *  [ more ] 
 *======================================================================*/

.more {
	margin-top: 60px;
	padding-top: 100px;
	background: url(../img/arrow_detail.svg) center top no-repeat;
}

.more > h3 {
	margin-bottom: 30px;
	font-size: 2.6rem;
	text-align: center;
}

@media screen and (max-width: 980px) {
	.more { padding: 100px 20px 0; }
} /* */

@media screen and (max-width: 568px) {
	.more > h3 { font-size: 2rem; }
} /* */


/*======================================================================*
 *  [ detail ] 
 *======================================================================*/

.detail {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.detail.col2 > * {
	width: calc(50% - 8px);
	margin-left: 16px;
}
.detail.col2 > *:nth-child(2n+1) { margin-left: 0; }
.detail.col2 > *:nth-child(2) ~ * { margin-top: 50px; }
.detail.col3 > * {
	width: calc(33.33% - 10.67px);
	margin-left: 16px;
}
.detail.col3 > *:nth-child(3n+1) { margin-left: 0; }
.detail.col3 > *:nth-child(3) ~ * { margin-top: 50px; }
.detail h3, .detail h4 {
	margin-bottom: 10px;
	color: #003865;
	font-size: 1.6rem;
}
.detail figure { margin-bottom: 15px; }
.detail .note {
	margin-top: 5px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: calc(1em - 0.2rem);
}

@media screen and (max-width: 568px) {
	.detail { display: block; }
	.detail.col2 > *, 
	.detail.col3 > * {
		width: 100%;
		margin: 0 0 30px !important;
	}
} /* */


/*======================================================================*
 *  [ lineup ] 
 *======================================================================*/

.lineup {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 100px;
	background: url(../img/bg_lineup.svg) top 80px center no-repeat;
	background-size: 100% auto;
}
.lineup > * {
	width: calc(33.33% - 10.67px);
	margin-left: 16px;
}
.lineup > *:nth-child(3n+1) { margin-left: 0; }

.lineup h3 {
	margin: 0 15px -25px;
	padding: 50px 10px;
	border-radius: 50%;
	background: #003865;
	color: #fff;
	font-size: 2rem;
	text-align: center;
}
.lineup h3 span { display: inline-block; }

.lineup .link { margin-top: 20px; }
.lineup .link b {
	margin-bottom: 20px;
	font-size: 2rem;
}

@media screen and (max-width: 980px) {
	.lineup {
		padding: 0 20px;
	}
} /* */

@media screen and (max-width: 568px) {
	.lineup {
		display: block;
		margin-bottom: 60px;
		padding: 0;
		background: none;
	}
	.lineup > * {
		width: 100%;
		margin: 0 0 40px;
		padding: 0 20px;
		background: url(../img/bg_lineup.svg) top 80px center no-repeat;
		background-size: 200% auto;
	}
	
	.lineup h3 {
		margin: 0 30px -30px;
		padding: 40px 15px;
		font-size: 1.8rem;
	}
	
	.lineup .link { margin-top: 10px; }
	.lineup .link b { margin-bottom: 10px; }
} /* */


/*======================================================================*
 *  [ banner ] 
 *======================================================================*/

.banner { margin-bottom: 60px; }

@media screen and (max-width: 980px) {
	.banner { padding: 0 20px; }
} /* */

@media screen and (max-width: 568px) {
	.banner { padding: 0 10px; }
} /* */


/*======================================================================*
 *  [ option ] 
 *======================================================================*/

.option {
	margin-bottom: 30px;
	padding: 50px 40px;
	background: #f8f8f8;
}
.option h3 {
	color: #003865;
	font-size: 3rem;
	text-align: center;
}
.option h3 span { display: inline-block; }

.option .link {
	display: flex;
	flex-wrap: wrap;
}
.option .link li { width: calc(20% - 12.8px); }
.option .link li + li { margin-left: 16px; }
.option .link div {
	display: table;
	width: 100%;
}
.option .link p {
	display: table-cell;
	vertical-align: middle;
	height:  4em;
	background: #eef6fb;
	color: #003865;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.1;
	text-align: center;
}
.option .link p span { display: inline-block; }
.option .link b {
	margin: 10px 0;
	font-size: 1.6rem;
}
.option .link a { font-size: 1.4rem; }

@media screen and (max-width: 980px) {
	.option {
	}
} /* */

@media screen and (max-width: 568px) {
	.option {
		padding: 30px 20px;
	}
	.option h3 { font-size: 2.2rem; }
	
	.option .link li {
		width: calc(50% - 8px);
		margin-left: 16px;
	}
	.option .link li:nth-child(2n+1) { margin-left: 0; }
} /* */

