@charset "UTF-8";
/*----------------------------------------

	Default CSS (Last Update 2020.02.06)

	- default setting
	- font-family setting
	- font setting
	- line-height setting
	- link setting
	- color setting
	- common setting
	- clearfix
	+ split
		+ header
			- gnav
			- navDrawer
		+ main
			- mv
			- breadcrumb
			- content
		+ footer
			- fmenu
			- flink
	- blank pdf icon
	- pageContents
	- sp swipe icon
	- cookie
	- print

-----------------------------------------*/

/*----------------------------------------
	default setting
-----------------------------------------*/
html {
	font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6, th {
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

p, dl, dd, ol, ul, th, td, figure {
	margin: 0;
	padding: 0;
}

th {
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

picture {
	display: block;
}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

em {
	font-style: normal;
	font-weight: bold;
}

li {
	list-style: none;
	vertical-align: bottom;
}

li img {
	vertical-align: top;
}

small {
	font-size: 100%;
}

select, input, button, textarea {
	font-family: YuGothic, 'Yu Gothic Medium', 'Yu Gothic', meiryo, sans-serif;
}

body {
	line-height: 1.5;
	font-family: YuGothic, 'Yu Gothic Medium', 'Yu Gothic', meiryo, sans-serif;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #222;
}

/* IE */
@media all and (-ms-high-contrast:none) {
	select, input, button, textarea {
		font-family: meiryo, YuGothic, 'Yu Gothic Medium', 'Yu Gothic', sans-serif;
	}

	body {
		font-family: meiryo, YuGothic, 'Yu Gothic Medium', 'Yu Gothic', sans-serif;
	}
}

/* WebKit, Blink, Edge */
::-webkit-input-placeholder {
	color: #999;
}

/* IE, Edge */
:-ms-input-placeholder {
	color: #999;
}

::placeholder {
	color: #999
}

/*----------------------------------------
	font-family setting
-----------------------------------------*/
.min {
	font-family: YuMincho, 'Yu Mincho Medium', 'Yu Mincho', serif;
}
.lato-light {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.lato-regular {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.lato-bold {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

/*----------------------------------------
	font setting
-----------------------------------------*/
.font12,
.font12_14 {
	font-size: 1.2rem;
}

.font14,
.font14_12 {
	font-size: 1.4rem;
}

.font16,
.font16_14 {
	font-size: 1.6rem;
}

.font18,
.font18_16 {
	font-size: 1.8rem;
}

.font20,
.font20_16,
.font20_18,
.font20_14 {
	font-size: 2.0rem;
}

.font22_16 {
	font-size: 2.2rem;
}

.font24,
.font24_16,
.font24_20 {
	font-size: 2.4rem;
}

.font28,
.font28_24 {
	font-size: 2.8rem;
}

.font30_24 {
	font-size: 3.0rem;
}

.font32,
.font32_20,
.font32_24,
.font32_28 {
	font-size: 3.2rem;
}

.font36_28 {
	font-size: 3.6rem;
}

.font40,
.font40_28 {
	font-size: 4.0rem;
}

.font48,
.font48_28,
.font48_40 {
	font-size: 4.8rem;
}

.font50_40 {
	font-size: 5.0rem;
}

.font80 {
	font-size: 8.0rem;
}

@media screen and (max-width: 767px) {
	.font14_12 {
		font-size: 1.2rem;
	}

	.font12_14,
	.font16_14,
	.font20_14  {
		font-size: 1.4rem;
	}

	.font18_16,
	.font20_16,
	.font22_16,
	.font24_16 {
		font-size: 1.6rem;
	}

	.font20_18 {
		font-size: 1.8rem;
	}

	.font24_20,
	.font32_20 {
		font-size: 2.0rem;
	}

	.font28_24,
	.font30_24,
	.font32_24 {
		font-size: 2.4rem;
	}

	.font32_28,
	.font36_28,
	.font40_28,
	.font48_28 {
		font-size: 2.8rem;
	}
	
	.font50_40,
	.font48_40 {
		font-size: 4.0rem;
	}
}

@media screen and (max-width: 1000px) {
	footer .font20_16 {
		font-size: 1.6rem;
	}
}

/*----------------------------------------
	line-height setting
-----------------------------------------*/
.lh1 {
	line-height: 1;
}

.lh13 {
	line-height: 1.3;
}

.lh15 {
	line-height: 1.5;
}

.lh17 {
	line-height: 1.7;
}

.lh175 {
	line-height: 1.75;
}

.lh2 {
	line-height: 2;
}

/*----------------------------------------
	font-feature-settings
-----------------------------------------*/
.ffs {
	font-feature-settings: 'palt';
}

/*----------------------------------------
	link setting
-----------------------------------------*/
a, a:focus {
	outline: none;
}
a:link, a:visited {
	color: #222;
	text-decoration: none;
	transition-property: color;
	transition-duration: .1s;
	transition-timing-function: ease-out;
}
a.l_white01:link, a.l_white01:visited {
	color: #fff;
}
a.l_white02:link, a.l_white02:visited {
	color: #fff;
}
a.l_gray01:link, a.l_gray01:visited {
	color: #666;
}
a.l_gray02:link, a.l_gray02:visited {
	color: #ccc;
}
a.l_gray03:link, a.l_gray03:visited {
	color: #bbb;
}
a.l_gray04:link, a.l_gray04:visited {
	color: #ccc;
}

@media screen and (min-width: 1001px) {
	a:hover, a:active {
		color: #666;
		text-decoration: none;
	}
	a.l_white01:hover, a.l_white01:active {
		color: #666;
	}
	a.l_white02:hover, a.l_white02:active {
		color: #00a0e9;
	}
	a.l_gray01:hover, a.l_gray01:active {
		color: #666;
	}
	a.l_gray02:hover, a.l_gray02:active {
		color: #666;
	}
	a.l_gray03:hover, a.l_gray03:active {
		color: #666;
	}
	a.l_gray04:hover, a.l_gray04:active {
		color: #00a0e9;
	}
}

@media screen and (max-width: 767px) {
	a:hover, a:active {
		color: #222;
	}
}

/*----------------------------------------
	color setting
-----------------------------------------*/
.white01 {
	color: #fff;
}

.gray01 {
	color: #666;
}

.gray02 {
	color: #ccc;
}

.gray03 {
	color: #bbb;
}

.blue01 {
	color: #00a0e9;
}

/*----------------------------------------
	common setting
-----------------------------------------*/
/* インデント */
.indent01 {
	padding-left: 1em;
	text-indent: -1em;
}

/* 太文字 */
.bold01 {
	font-weight: bold;
}

/* 注意事項 米印 */
.note01 {
	position: relative;
	padding-left: 1em;
}

.note01::before {
	content: "\0203B";
	position: absolute;
	top: 0;
	left: 0;
}

/* br */
br.pc {
	display: inline;
}

br.sp {
	display: none;
}

@media screen and (max-width: 767px) {
	br.pc {
		display: none;
	}
	br.sp {
		display: inline;
	}
}

/* blank icon */
a.blank::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 10px;
	margin: -2px 0 2px 10px;
	border-right: 2px solid rgba(255,255,255,0);
	border-bottom: 2px solid rgba(255,255,255,0);
	-webkit-box-shadow: inset 0 0 0 1px #00a0e9, 2px 2px 0px -1px #00a0e9;
	box-shadow: inset 0 0 0 1px #00a0e9, 2px 2px 0px -1px #00a0e9;
}

/* pdf icon */
a.pdf::after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: 4px 0 -4px 5px;
	background-image: url("../img/c_pdf_icon01.png");
	background-repeat: no-repeat;
	background-size: 22px 22px;
}

.inner {
	margin: 0 20px;
}
@media print, screen and (min-width:768px) {
	.inner {
		max-width: 1120px;
		margin: 0 auto;
		padding: 0 50px;
	}
}

/*----------------------------------------
	ofi
-----------------------------------------*/
img.ofi {
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: center;
	font-family: 'object-fit: contain;';
}

/*----------------------------------------
	clear setting
-----------------------------------------*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfsize {
	font-size: 0;
	line-height: 0;
}

/*----------------------------------------
	header
-----------------------------------------*/
.header {
	background: #1b375a;
}
.header-logo {
	width: 153px;
	padding: 24px 0;
	margin: 0 0 0 20px;
}
@media print, screen and (min-width:768px) {
	.header-logo {
		width: 200px;
		padding: 30px 0;
		margin: 0 0 0 42px;
	}
}


/*----------------------------------------
main
-----------------------------------------*/
#main {
	position: relative;
}

@media screen and (max-width: 1000px) {
	#main {
	}
}

/*----------------------------------------
	breadcrumb
-----------------------------------------*/
#breadcrumb {
	display: none;
}
@media print, screen and (min-width:768px) {
	#breadcrumb {
		display: block;
		border-bottom: 1px solid #ddd;
	}
	#breadcrumb ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		padding: 0 30px;
	}

	#breadcrumb ul li {
		position: relative;
		padding: 12px 10px 11px 17px;
	}

	#breadcrumb ul li::before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: -2px;
		width: 7px;
		height: 7px;
		border-top: 1px solid #bbb;
		border-right: 1px solid #bbb;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transform-origin: top right;
		-ms-transform-origin: top right;
		transform-origin: top right;
	}

	#breadcrumb ul li:first-child {
		padding-left: 0;
	}

	#breadcrumb ul li:first-child::before {
		content: none;
	}

	#breadcrumb ul li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	#breadcrumb ul li:last-child {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		overflow: hidden;
		white-space: nowrap;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}
}


/*----------------------------------------
	content
-----------------------------------------*/
#content {
	background: #f7f4f0;
}
@media print, screen and (min-width:768px) {
	#content {
	}
}

/*----------------------------------------
	footer
-----------------------------------------*/
.footer {
	background: #000;
}
.footer-link {
	padding: 15px 0;
}
.footer-link ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 5px;
}
.footer-link ul li {
	width: calc(50% - 5px);
	margin: 0 0 8px;
}
@media print, screen and (min-width:768px) {
	.footer-link {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		padding: 9px 0;
	}
	.footer-link ul {
		justify-content: flex-start;
		margin: 2px 0;
	}
	.footer-link ul li {
		width: auto;
		margin: 0 25px 0 0;
	}
	.footer-link p {
		margin: 2px 0;
	}
}

/*----------------------------------------
	cookie
-----------------------------------------*/
#cookie {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	z-index: 10000;
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100%;
	padding-bottom: 40px;
	background-color: rgba(51, 51, 51, 0.95);
	box-sizing: border-box;
}

#cookie p.font16_14 {
	padding: 34px 50px 2px 38px;
	line-height: 1.75;
}

/* 同意ボタン */
#cookie #agreeBtn {
	margin: 0 40px 0 0;
}

#cookie #agreeBtn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 156px;
	padding: 14px 30px;
	border-radius: 26px;
	background-color: #0072b2;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	transition: background-color .2s ease-out;
}

#cookie #agreeBtn a:hover {
	background-color: #3f95c5;
}

@media (max-width: 767px) {
	#cookie {
		display: block;
		padding-bottom: 20px;
	}

	#cookie p.font16_14 {
		padding: 20px 19px 15px 19px;
		line-height: 1.5;
	}

	#cookie #agreeBtn {
		width: 156px;
		margin: 0 auto;
	}
}

/*----------------------------------------
	pagetop
-----------------------------------------*/
#pagetop {
	display: block;
	position: absolute;
	top: -25px;
	right: 10px;
	width: 48px;
	height: 48px;
	border-radius: 50px;
	border: 1px solid #ddd;
	background: #fff;
	box-shadow: 0px 2px 0 rgba(0, 0, 0, 0.1);
	cursor: pointer;
	transition: .2s;
	opacity: 0;
}
#pagetop::after {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 7px);
    width: 12px;
    height: 12px;
    border-top: 2px solid #00a0e9;
    border-right: 2px solid #00a0e9;
    transform: rotate(-45deg);
}
@media print, screen and (min-width:1001px) {
	#pagetop {
		right: 30px;
	}
	footer > #pagetop:hover {
		border: 1px solid #00a0e9;
		background: #00a0e9;
		color: #fff;
	}
	footer > #pagetop:hover::after {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
}

/*-----------------------------------------
	print
-----------------------------------------*/
@media print {
	body {
		width: 1100px;
	}
	footer {
		display: none;
	}
}
@media print and (-ms-high-contrast: none){
	body {
		page-break-before: auto;
	}
}
