@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: "メイリオ", meiryo, "ヒラギノ角ゴPro W3", Hiragino Kaku Gothic Pro, Osaka, "MS Pゴシック", MS PGothic, Arial, Helvetica, Verdana, sans-serif;
}

body {
	line-height: 1.5;
	font-family: "メイリオ", meiryo, "ヒラギノ角ゴPro W3", Hiragino Kaku Gothic Pro, Osaka, "MS Pゴシック", MS PGothic, Arial, Helvetica, Verdana, sans-serif;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #222;
}

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

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

::placeholder {
	color: #999
}

/*----------------------------------------
	font-family setting
-----------------------------------------*/
.roboto {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

/*----------------------------------------
	font setting
-----------------------------------------*/
.font10 {
	font-size: 1.0rem;
}

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

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

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

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

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

.font22 {
	font-size: 2.2rem;
}

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

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

.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;
}

.font60_30,
.font60_36 {
	font-size: 6.0rem;
}

.font80 {
	font-size: 8.0rem;
}

.font100_45,
.font100_50,
.font100_60 {
	font-size: 10.0rem;
}

@media screen and (max-width: 767px) {
	.font14_10,
	.font16_10 {
		font-size: 1.0rem;
	}
	.font14_12,
	.font16_12,
	.font20_12 {
		font-size: 1.2rem;
	}

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

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

	.font20_18 {
		font-size: 1.8rem;
	}

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

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

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

	.font60_30 {
		font-size: 3.0rem;
	}

	.font60_36 {
		font-size: 3.6rem;
	}

	.font48_40 {
		font-size: 4.0rem;
	}
	
	.font100_45 {
		font-size: 4.5rem;
	}
	
	.font100_50 {
		font-size: 5.0rem;
	}

	.font100_60 {
		font-size: 6.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 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9000;
	width: 100%;
	height: 50px;
	background: #eee;
}
.header-logo {
	width: 98px;
	margin: 0 0 0 20px;
}
@media print, screen and (min-width:768px) {
	.header {
		height: 100px;
		background: #eee;
		-webkit-transition: height 0.2s, background 0.2s;
		-o-transition: height 0.2s, background 0.2s;
		transition: height 0.2s, background 0.2s;
	}
	.header-logo {
		width: 196px;
		-webkit-transition: width 0.2s;
		-o-transition: width 0.2s;
		transition: width 0.2s;
	}
	.header.h-scl {
		background: #eee;
	}
	.header.h-fix {
		height: 35px;
	}
	.header.h-fix .header-logo {
		width: 126px;
	}
}
@media print, screen and (min-width:920px) {
	.header {
		background: transparent;
	}
}


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

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


/*----------------------------------------
	content
-----------------------------------------*/
#content {
	padding-bottom: 50px;
}
@media print, screen and (min-width:768px) {
	#content {
		padding-bottom: 100px;
	}
}

/*----------------------------------------
	footer
-----------------------------------------*/
.footer-link {
	padding: 45px 20px 15px;
	border-top: 1px solid #0065b2;
}
.footer-link ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0 0 10px;
}
.footer-link ul li {
	width: calc(50% - 5px);
	margin: 0 0 12px;
}
.footer-link ul li a {
	color: #0065b2;
}
.footer-copy {
	margin: 0 0 30px;
	color: #7c7c7c;
}
.footer-logo {
	width: 140px;
}
@media print, screen and (min-width:768px) {
	.footer-link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 8px 40px;
		border-top: none;
	}
	.footer-link ul {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	.footer-link ul li {
		width: auto;
		margin-right: 40px;
	}
	.footer-copy {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		margin: 0 40px 20px 0;
	}
	.footer-logo {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		margin: 0 40px 20px 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: 1200px;
	}
	.header {
		position: absolute;
		background: #eee;
	}
	#main {
		width: 100%;
		margin-top: 70px;
	}
	.footer {
		display: none;
	}
	#main::after {
		display: block;
		margin-top: 20px;
		color: #666;
		content: "Copyright © KURABO INDUSTRIES LTD. All rights Reserved.";
	}
	#pagetop {
		display: none;
	}
}
@media print and (-ms-high-contrast: none){
	body {
		page-break-before: auto;
	}
}
