@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}



/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1150px;
	color: #000;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #02142C;
}

#container {
	text-align: left;
}

#main {
	background: #0B2E56;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

@media screen and (max-width: 767px) {
	body {
		min-width: inherit;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: relative;
}

#gHeader .hBox {
	margin: 0 auto;
	padding-bottom: 14px;
	width: 1100px;
}

#gHeader h1 {
	padding-top: 22px;
	width: 179px;
	float: left;
}

#gHeader h1 img {
	width: 100%;
}

#gHeader .hLinkBox {
	padding-right: 0;
	width: 889px;
	float: right;
}

#gHeader .hLinkBox .hLink {
	width: 168px;
	float: right;
}

#gHeader .hLinkBox .hLink a {
	padding: 0 3px 3px;
	display: block;
	color: #FFF;
	font-size: 19px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	background-color: #B38104;
	box-sizing: border-box;
	font-family: 'Noto Serif JP', serif;
	transition: 0.3s;
}

#gHeader .hLinkBox .hLink a:hover {
	opacity: 0.7;
	letter-spacing: 0.1em;
}

#gHeader .hLinkBox .hLink a .inn {
	padding: 18px 5px 15px;
	display: block;
	border: 1px solid #FFF;
	border-top: none;
}

#gHeader .hLinkBox .hLink a .inn span {
	padding: 5px 0 5px 29px;
	display: inline-block;
	background: url(../../img/common/icon01.png) no-repeat left top 8px;
	background-size: 23px auto;
}

@media screen and (min-width: 768px) {
	#gHeader .menu {
		display: none !important;
	}
	
	#gHeader .menuBox {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	#gHeader {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		width: 100%;
		/* background: url(../../img/common/h_bg01.png) no-repeat center center; */
		/* background-size: cover; */
	}

	#gHeader .hBox {
		padding-bottom: 0;
		width: auto;
	}

	#gHeader h1 {
		margin: 0 auto;
		padding: 20px 15px;
		/* width: 114px; */
		width: 100%;
		float: none;
		background-color: #fff;
	}

	#gHeader h1 img {
		width: 227px;
	}

	#gHeader .hLinkBox {
		display: none;
	}
	
	#gHeader .menu {
		position: absolute;
		right: 18px;
		top: 0;
		cursor: pointer;
		z-index: 1001;
	}
	
	#gHeader .menu.on {
		/* top: 0;
		right: 20px; */
	}
	
	#gHeader .menu img {
		width: 35px;
	}
	
	/* #gHeader .menu.on .open {
		display: none;
	}
	
	#gHeader .menu .close {
		display: none;
	}
	
	#gHeader .menu.on .close {
		display: block;
	}
	
	#gHeader .menu.on .close {
	} */
	
	#gHeader .menu.on .close img {
		width: 55px;
	}
	
	#gHeader .menuBox {
		display: none;
		padding: 71px 20px 40px;
		position: absolute;
		box-sizing: border-box;
		top: 65px;
		left: 0;
		width: 100%;
		background: #062C53;
		z-index: 1000;
	}
	
	#gHeader .menuBox.on {
		display: block !important;
	}
	
	#gHeader .menuBox li {
		border-bottom: 1px solid #FFF;
	}
	
	#gHeader .menuBox li a {
		padding: 13px 0;
		display: block;
		text-decoration: none;
		font-size: 10px;
		color: #FFF;
		letter-spacing: 2px;
	}
	
	#gHeader .menuBox li a .en {
		width: 45%;
		display: inline-block;
		color: #DFB949;
		font-size: 14px;
		letter-spacing: 3px;
	}
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin-top: 36px;
	width: 720px;
	float: left;
}

#gNavi li {
	padding-right: 20px;
	display: inline-block;
	position: relative;
	vertical-align: top;
}

#gNavi li:before {
	width: 20px;
	height: 31px;
	position: absolute;
	right: 0;
	top: -1px;
	background: url(../../img/common/line01.png) no-repeat;
	background-size: 20px auto;
	
	content: "";
}

#gNavi li a {
	padding: 0 18px 0 18px;
	display: block;
	color: #FFF;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}

#gNavi li a:hover {
	opacity: 0.7;
}

#gNavi li a .en {
	display: block;
	color: #DFB949;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 2px;
	font-family: 'Cormorant Garamond', serif;
}

#gNavi .navi05 {
	padding-right: 0;
}

#gNavi .navi05 a {
	padding-right: 0;
}

#gNavi .navi05:before {
	display: none;
}

#gNavi .navi05 a {
	padding-left: 0;
}

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

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	margin-top: 7px;
	padding: 3px 0 7px;
	border-top: 1px solid #203957;
}

#pagePath ul {
	margin: 0 auto;
	width: 918px;
}

#pagePath li {
	margin-right: 5px;
	display: inline;
	color: #FFF;
	font-size: 11px;
	letter-spacing: 2px;
}

#pagePath li a {
	padding-right: 9px;
	color: #FFF;
}

@media all and (-ms-high-contrast:none){
	#pagePath {
		padding: 7px 0 3px;
	}
}

@media screen and (max-width: 767px) {
	#pagePath {
		margin-top: 0;
		padding: 3px 0 7px;
		border-top: 1px solid #203957;
	}

	#pagePath ul {
		margin: 0 20px;
		width: auto;
	}

	#pagePath li {
		margin-right: 3px;
		font-size: 10px;
		letter-spacing: 1px;
	}

	#pagePath li a {
		text-decoration: none;
		padding-right: 5px;
	}
}

@media screen and (max-width: 374px) {
	#pagePath ul {
		margin: 0 10px;
	}
	
	#pagePath li {
		letter-spacing: 0;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin: 0 auto;
	padding: 41px 0 18px;
	/* width: 920px; */
	position: relative;
}

#gFooter .fLogo {
	margin-bottom: 15px;
	text-align: center;
}

#gFooter .fLogo img {
	width: 205px;
}

#gFooter .fSnsList {
	margin-bottom: 39px;
	text-align: center;
}

#gFooter .fSnsList li {
	margin: 0 5px;
	display: inline-block;
}

#gFooter .fSnsList li a:hover {
	opacity: 0.7;
}

#gFooter .fSnsList li img {
	width: 22px;
}

#gFooter .fNaviList {
	/* margin-bottom: 17px; */
	text-align: center;
	max-width: 1090px;
	margin: 0 auto;
}

#gFooter .fNaviList li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
}

#gFooter .fNaviList li:before {
	width: 1px;
	height: calc(100% - 3px);
	-webkit-height: calc(100% - 3px);
	position: absolute;
	right: 0;
	top: 0;
	background-color: #FFF;
	content: '';
}

#gFooter .fNaviList li:last-child:before {
	display: none;
}

#gFooter .fNaviList li a {
	padding: 0 18px;
	display: block;
	color: #FFF;
	font-size: 13px;
	letter-spacing: 1px;
}

#gFooter .copyright {
	color: #FFF;
	font-size: 11px;
	text-align: center;
	letter-spacing: 0.3px;
	margin-top: 40px;
}
@media screen and (min-width: 768px) {
	#gFooter .fNaviList li{
		margin: 10px 0;
	}
}
@media screen and (max-width: 767px) {
	#gFooter {
		padding: 80px 0 75px;
		width: auto;
	}

	#gFooter .fLogo {
		
	}

	#gFooter .fSnsList {
		display: none;
	}

	#gFooter .fNaviList {
		/* margin-bottom: 12px; */
		border-top: 1px solid #1C4371;
		display: flex;
		flex-wrap: wrap;
	}

	#gFooter .fNaviList li {
		display: block;
		border-bottom: 1px solid #1C4371;
		width: 50%;

	}
	#gFooter .fNaviList li:nth-child(2n) {
		border-left: 1px solid #1C4371;
	}

	#gFooter .fNaviList li:before {
		display: none;
	}

	#gFooter .fNaviList li a {
		padding: 24px 10px 21px;
		font-size: 14px;
		letter-spacing: 1.5px;
		text-decoration: none;
	}

	#gFooter .fNaviList li a .sp {
		display: inline !important;
	}

	#gFooter .copyright {
		font-size: 10px;
	}
	
	#gFooter .fLink {
		width: 100%;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 500;
	}
	
	#gFooter .fLink a {
		padding: 17px 10px 16px;
		display: block;
		color: #FFF;
		font-size: 14px;
		text-align: center;
		letter-spacing: 2px;
		background-color: #B38104;
	}
	
	#gFooter .fLink a span {
		padding: 2px 0 0 40px;
		display: inline-block;
		background: url(../../img/common/icon08.png) no-repeat left top;
		background-size: 28px auto;
	}
}	


.c-flow-list__txt {

}

.c-flow-list__txt ul {
  list-style-type: disc;
  padding: 0 0 0 1.5em;
}

.c-flow-list__txt ol {
  list-style-type: decimal;
  padding: 0 0 0 2em;
}

.c-flow-list__txt ol li {
}