@charset "UTF-8";

/* CSS Document */

/*==================================================

container
=================================================*/

html {
	background: #FFF;
}
body {
    position: relative;
    left: 0;
}

/* sp menu setting */

.layer{
    display: none;
    width: 100%;
    height: 100%;
	position: fixed;
    top: 0;
	left: 0;
    background: rgba(0, 0, 0, 0.8);
	z-index: 1002!important;
}
body.open{
	width: 100%;
    position: fixed;
}

#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
    background: #FFF;
	margin: 0 auto;
}


/*==================================================

header
=================================================*/

header {
	width: 100%;
	position: fixed;
	min-width: 100%;
	background-color: rgba(255, 255, 255, 0);
	top: 0;
	left: 0;
	z-index: 7!important;
	
	padding-top: 0;
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#header-inner {
	width: 90%;
    max-width: 1200px;
	position: relative;
	margin: 0 auto;
    padding: 20px 0;
}

.headerbg {
	background-color: rgba(255, 255, 255, 1);
	top: 0;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}

/* cf */

#header-inner:after,#header-logo-wrapper:after {
    content:" ";
    display:block;
    clear:both;
}

/* header PC */

#header-logo {
	width: 50%;
	max-width: 345px;
	position: relative;
	line-height: 100%;
	z-index: 5!important;
	
}
.headerbg #header-logo {
	max-width: 53px;
}

/* header img */

#header-logo img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* header SP */

.header-spmenu {
	width: 40px;
	display: none;
	float: right;
	text-align: center;
	cursor: pointer;
	margin: 20px 0 0;
}
.header-spmenu img {
	width: 100%;
	max-width: 100%;
	height: auto;
}


/*==================================================

Navi
=================================================*/


/* header menu */
.page-menu {
    mix-blend-mode: difference;
    width: 65px;
    height: 65px;
    position: fixed;
    cursor: pointer;
    top: 10px;
    right: 40px;
    z-index: 8!important;
    
    /* animation */
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.page-menu img {
    width: 100%;
	max-width: 100%;
	height: auto;
}
.menu-bg {
    
}
nav {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, 0.9);
	top: -100vh;
	left: 0;
    z-index: 1002;
    
    padding: 5% 0;
    
    /* animation */
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.open {
	top: 0;
	left: 0;
}
nav ul {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
}
nav ul li {
    width: 100%;
}
nav ul li a {
    width: 100%;
    display: block;
    font-size: 1.4rem;
    line-height: 200%;
    color: #FFF;
    text-align: left;
    text-decoration: none;
    border-bottom: 1px solid #666;
    padding: 3% 0;
}
nav ul li p {
    width: 100%;
    display: block;
    font-size: 1.4rem;
    line-height: 200%;
    color: #FFF;
    text-align: left;
    text-decoration: none;
    border-bottom: 1px solid #666;
    padding: 3% 0;
}
nav .navclose {
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin: 5% auto 0;
}
nav .navclose img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

.pc-only {
	display: block;
}
.sp-only {
	display: none;
}

/*==================================================

contents
=================================================*/

.small-font {
	font-size: 1.2rem;
    line-height: 180%;
}

#contents {
	width: 100%;
	position: relative;
	margin: 0 auto 100px;
	z-index: 5!important;
}
#contents-top {
	width: 100%;
	position: relative;
	margin: 0 auto;
	z-index: 5!important;
}
.contents-section {
	margin-top: 80px;
	position: relative;
}
.contents-section-full {
	width: 90%;
	max-width: 1400px;
	position: relative;
	margin: 0 auto;
}
.contents-inner {
	width: 90%;
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
}
.contents-item {
	width: 90%;
	max-width: 1000px;
	position: relative;
	margin: 0 auto;
}

.fl-box {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	
	margin: 0 auto;
}

.dot-item {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url('../images/dot.png') repeat;
	background-size: auto;
	top: 0;
	left: 0;
	z-index: 1;
}
.anchor-item {
	width: 1px;
	height: 1px;
	position: absolute;
	top: -120px;
	left: 0;
}

.link-area {
    width: 90%;
    max-width: 600px;
    margin: 160px auto 0;
}

.link-area .pdf-link {
    width: 100%;
    display: block;
    position: relative;
    text-decoration: none;
    font-size: 3rem;
    line-height: 140%;
    color: #FFF;
    text-align: center;
    background-color: #a1d10e;
    border: 3px solid #a1d10e;
    margin-bottom: 40px;
    padding: 40px 1em;
}
.link-area .pdf-link:hover {
    opacity: 1;
    color: #a1d10e;
    background-color: #FFF;
}
.link-area .pdf-link:before {
    content: " ";
	display: block;
    position: absolute;
    width: 150px;
    height: 150px;
    background-image: url("../../factory/images/factory_kanbara_20.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    top: -100px;
    left: 50%;
    -webkit-transform: translate(-50%, 0); 
    transform: translate(-50%, 0);
    z-index: 1!important;
}
.link-area .pdf-link img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.link-area ul li a {
    width: 100%;
    display: block;
    text-decoration: none;
    font-size: 3rem;
    color: #FFF;
    text-align: center;
    background-color: #0e87d1;
    border: 3px solid #0e87d1;
    padding: 40px 1em;
}
.link-area ul li a:hover {
    opacity: 1;
    color: #0e87d1;
    background-color: #FFF;
}
.link-area ul li:nth-of-type(2) {
    margin-top: 40px;
}
.link-area ul li:nth-of-type(2) a {
    background-color: #0052ce;
    border: 3px solid #0052ce;
}
.link-area ul li:nth-of-type(2) a:hover {
    opacity: 1;
    color: #0052ce;
    background-color: #FFF;
}

/* cf */
#contents:after,.contents-inner:after {
    content:" ";
    display:block;
    clear:both;
}

/* 印刷時 */

@media print {
	header {
		position: absolute;
	}
}

/*==================================================

button
=================================================*/

/* next */

.next-back {
    width: 90%;
    max-width: 1000px;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
    
    margin: 80px auto 0;
}
.next-back li {
    width: 33.33%;
    max-width: 200px;
}
.next-back li .button {
    width: 100%;
    margin: 0;
}
.next-back li:nth-of-type(2) {
    width: 31px;
}


/* ボタン */

.button {
	width: 100%;
	max-width: 360px;
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 1.4rem;
    line-height: 160%;
	color: #FFF;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	font-weight: 500;
	background-color: #666;
	border: 2px solid #666;
    border-radius: 24px;
	padding: .6em 2em .6em 1.5em;
}
.button:hover {
	opacity: 1;
	border: 2px solid #ff3399;
	background-color: #ff3399;
}
.button:before {
	content:"";
	width: 11px;
	height: 11px;
	display: block;
	position: absolute;
    background-image: url("../images/arrow_w.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	top: 50%;
	right: 0;
	-webkit-transform: translate(-15px, -50%); 
	transform: translate(-15px, -50%);
	z-index: 1;
	
	/* animation */
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.button:hover:before {
	-webkit-transform: translate(-10px, -50%); 
	transform: translate(-10px, -50%);
}

.button-b {
	width: 100%;
	max-width: 370px;
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 1.4rem;
	color: #FFF;
	overflow: hidden;
	text-align: right;
	text-decoration: none;
	font-weight: 500;
	background-color: #666;
	border: 2px solid #666;
    border-radius: 24px;
	padding: .2em 2em;
}
.button-b:hover {
	opacity: 1;
    border: 2px solid #ff3399;
	background-color: #ff3399;
}
.button-b:before {
	content:"";
	width: 11px;
	height: 11px;
	display: block;
	position: absolute;
    background-image: url("../images/arrow_wl.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	top: 50%;
	left: 0;
	-webkit-transform: translate(15px, -50%); 
	transform: translate(15px, -50%);
	z-index: 1;
	
	/* animation */
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.button-b:hover:before {
	-webkit-transform: translate(10px, -50%); 
	transform: translate(10px, -50%);
}

.paging {
	display: table;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	margin: 8% auto 0;
}
.paging li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #FFF;
    background-color: #EEE;
}
.paging li:nth-of-type(1) {
    background-color: #999;
}
.paging li:nth-last-of-type(1) {
    background-color: #999;
}
.paging li a {
	display: block;
	color: #999;
	text-decoration: none;
	padding: .2em 1em;
}
.paging li:nth-of-type(1) a {
    color: #FFF;
}
.paging li:nth-last-of-type(1) a {
    color: #FFF;
}
.paging li a.active {
	color: #FFF;
	background-color: #122c8e;
}
.paging li a:hover {
	color: #FFF;
	background-color: #122c8e;
}

[class^="button"] {
	
	/* animation */
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/*==================================================

map
=================================================*/

.map {
	width: 100%;
	height: 380px;
	position: relative;
	overflow: hidden;
	margin: 0;
}
.map iframe,
.map object,
.map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*==================================================

table
=================================================*/

.data-tstyle {
	width: 100%;
	background-color: #FFF;
    border-collapse: separate;
    border-spacing: 0 18px;
    margin: 0 auto;
}
.data-tstyle th {
	width: 200px;
	font-size: 1.5rem;
	line-height: 2.4rem;
	text-align: center;
	color: #FFF;
	font-weight: 600;
    border-radius: 12px 0 0 12px;
    background-color: #0052ce;
	padding: 28px 1em;
}
.data-tstyle th span {
	color: #F00;
}
.data-tstyle td {
	font-size: 1.5rem;
	color: #000;
	line-height: 2.4rem;
    border-radius: 0 12px 12px 0;
    background-color: #efefef;
	text-align: left;
	padding: 28px 1em;
}
.data-tstyle td span {
    width: 20em;
	display: inline-block;
    margin-right: 1em;
}
.data-tstyle td small {
    font-size: 1.5rem;
    color: #666;
}
.data-tstyle tr {
	
}
.data-tstyle td dl {
	width: 100%;
    display: table;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 10px;
}
.data-tstyle td dl dt {
	width: 10em;
    display: table-cell;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    background-color: #666;
    padding: 15px 0;
}
.data-tstyle td dl dd {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    background-color: #FFF;
    padding: 15px 1em;
}


/*==================================================

footer
=================================================*/

.pagetop {
	width: 150px;
	height: 45px;
	position: fixed;
	right: -150px;
	bottom: 100px;
	z-index: 1001!important;
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.pagetop-visible {
	right: 0;
}
#footer-pagetop {
	width: 100%;
	max-width: 49px;
	text-align: center;
	margin: 5% auto 0;
}
#footer-banner {
	width: 100%;
	max-width: 1200px;
	margin: 80px auto 0;
}
footer {
	width: 100%;
    position: relative;
    z-index: 6!important;
}
footer .footer-top {
	width: 100%;
    background-color: #FFF;
	padding: 60px 0;
}
footer .footer-top .inner {
	width: 90%;
	max-width: 290px;
    position: relative;    
    text-align: center;
    margin: 0 auto;
}
footer .footer-top .inner img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

footer .footer-bottom {
	width: 100%;
	position: relative;
    background-color: #333333;
    background-image: url("../../images/corner_1.png"),url("../../images/corner_2.png");
    background-position: left top,right bottom;
    background-repeat: no-repeat,no-repeat;
    background-size: 12%,12%;
	padding: 60px 0;
}
footer .footer-bottom .inner {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
footer .footer-bottom .inner .banner {
	width: 100%;
	max-width: 920px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto;
}
footer .footer-bottom .inner .banner a {
    display: block;
    width: 48%;
    max-width: 440px;
    margin-bottom: 40px;
}
footer .footer-bottom .inner .footer-menu {
	width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}
footer .footer-bottom .inner .footer-menu > ul {
    width: 24%;
}
footer .footer-bottom .inner .footer-menu ul > li {
	text-align: left;
	line-height: 160%;
}
footer .footer-bottom .inner .footer-menu > ul li a {
    width: 100%;
    display: block;
    font-size: 1.4rem;
    color: #CCC;
	text-decoration: none;
    padding: 0 0 5px 1.2em;
}
footer .footer-bottom .inner .footer-menu > ul > li > a,footer .footer-bottom .inner .footer-menu > ul > li > p {
    font-size: 1.6rem;
    color: #FFF;
    background-image: url("../images/arrow_b.png");
    background-position: left 17px;
    background-repeat: no-repeat;
    background-size: auto;
    border-bottom: 2px solid #0e87d1;
    margin-bottom: 20px;
    padding: 10px 0 20px 1.2em;
}
footer .footer-bottom .inner .footer-menu > ul:nth-last-of-type(1) > li > a {
    background-image: url("../images/arrow_bl.png");
}

#copyright {
    width: 90%;
	max-width: 1000px;
	font-size: 1.2rem;
	color: #999;
	line-height: 180%;
	text-align: center;
    margin: 40px auto 0;
}

/* footer img */

#footer-pagetop img,.footer-logo img,.footer-bottom .inner .banner img {
	width: 100%;
	max-width: 100%;
	height: auto;	
}

/* footer cf */

footer .footer-bottom .inner:after {
    content:" ";
    display:block;
    clear:both;
}

.annotation {
    width: 50%;
    display: block;
    font-size: 1.4rem;
    line-height: 180%;
    text-align: left;
    margin: 10px 0 0 auto;
}


/*==================================================

size m
=================================================*/


@media only screen and (min-width:1px) and (max-width: 768px) {
	
	#wrapper {
		width: 100%;
		min-width: 100%;
	}
	
	/*==================================================
	
	header
	=================================================*/
	
	header {
		width: 100%;
		min-width: 100%;
		position: fixed;
		background-color: rgba(255, 255, 255, 1);
		top: 0;
		
		padding-top: 0;
	}
	#header-inner {
		width: 100%;
		position: relative;
		margin: 0 auto;
		padding: 15px 2.5%;
	}
	#header-option {
		display: none;
	}
	#header-logo {
        width: 100%;
		max-width: 260px;
		position: relative;
		padding: 0;
	}
	.headerbg #header-logo {
		
	}
	
	/* header SP*/
	.header-spmenu {
		display: block;
	}
    
    .page-menu {
        width: 50px;
        height: 50px;
        position: fixed;
        cursor: pointer;
        top: 10px;
        right: 2.5%;
        z-index: 8!important;

        /* animation */
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
	
	.headerbg {
		background-color: rgba(255, 255, 255, 1);
	}
	.headerbg nav > ul > li > a {
		
	}
	
	.side-item {
		display: none;
	}
	
	/*==================================================
	
	Navi
	=================================================*/
	
	.close-button {
		width: 50%;
		cursor: pointer;
		font-size: 12px;
		line-height: 24px;
		color: #FFF;
		text-align: center;
		border: 1px solid #666;
		border-radius: 24px;
        background-color: #666;
		margin: 30px auto;
		padding: 5px;
		
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.close-button:hover {
		background-color: #666;
	}
	.sp-only {
		display: block;
	}
	.pc-only {
		display: none;
	}
	
	/*==================================================
	
	contents
	==================================================*/
	
	#contents {
		margin: 0 auto 10%;
	}
	.contents-inner {
		margin: 8% auto 0;
	}
	.contents-section-full {
		margin-top: 8%;
	}
	.contents-section {
		margin-top: 12%;
	}
	.anchor-item {
		top: -80px;
	}
    
    .link-area {
        margin: 20% auto 0;
    }
    .link-area .pdf-link {
        font-size: 2.4rem;
        margin-bottom: 5%;
        padding: 6% 1em;
    }
    .link-area .pdf-link:before {
        width: 120px;
        height: 120px;
        top: -80px;
    }
    .link-area ul li a {
        font-size: 2.4rem;
        padding: 6% 1em;
    }
    .link-area ul li a:hover {
        opacity: 1;
        color: #0e87d1;
        background-color: #FFF;
    }
    .link-area ul li:nth-of-type(2) {
        margin-top: 5%;
    }
    
    .button {
        font-size: 1.2rem;
        padding: .8em 1.5em;
    }
    .button-b {
        font-size: 1.2rem;
        padding: .2em 1.5em;
    }
	
	/*==================================================
	
	map
	==================================================*/
	
	.map {
		width: 100%;
		height: 350px;
		margin: 5% 0 0;
	}
	
	/*==================================================
	
	table
	==================================================*/
	
	.data-tstyle {
		border: none;
	}
	.data-tstyle th {
		width: 100%;
		display: block;
        color: #FFF;
		background-color: #0052ce;
        border-radius: 12px 12px 0 0;
		padding: 1em 1em;
	}
	.data-tstyle td {
		width: 100%;
		display: block;
		border: none;
        border-radius: 0 0 12px 12px;
		padding: 1em 1em;
	}
    .data-tstyle td dl dt {
        width: 8em;
    }
	
	/*==================================================
	
	footer
	=================================================*/
	
    .pagetop {
        bottom: 100px;
    }
	.pagetop-visible {
		right: -100px;
	}
    footer .footer-top {
        padding: 5% 0;
    }
    footer .footer-bottom {
        background-size: 15%,15%;
        padding: 10% 0;
    }
    footer .footer-bottom .inner .banner {
        margin: 0 auto;
    }
    footer .footer-bottom .inner .banner a {
        display: block;
        width: 100%;
        max-width: 440px;
        margin: 0 auto 4%;
    }
    footer .footer-bottom .inner .footer-menu > ul {
        width: 100%;
    }
    footer .footer-bottom .inner .footer-menu > ul li ul {
        padding-bottom: 20px;
    }
    footer .footer-bottom .inner .footer-menu > ul > li > a,footer .footer-bottom .inner .footer-menu > ul > li > p {
        font-size: 1.6rem;
        color: #FFF;
        border-top: 2px solid #0e87d1;
        border-bottom: none;
        margin-bottom: 0;
        background-position: left center;
        padding: 20px 0 20px 1.2em;
    }
    
	#copyright {
		font-size: 1rem;
		text-align: center;
		margin-top: 2%;
	}
	
}

/*==================================================

size s
==================================================*/

@media only screen and (min-width:1px) and (max-width: 568px) {
	
	
	/*==================================================
	
	header
	==================================================*/

		
	/*==================================================
	
	Navi
	==================================================*/
	
	
	/*==================================================
	
	contents
	==================================================*/
	
	
	/*==================================================
	
	footer
	==================================================*/
	

}

@media only screen and (min-width:1px) and (max-width: 480px) {
	
	
	/*==================================================
	
	header
	==================================================*/

	
	/*==================================================
	
	Navi
	==================================================*/
	
	
	/*==================================================
	
	contents
	==================================================*/
	
	
	/*==================================================
	
	table
	==================================================*/
	
	
	/*==================================================
	
	footer
	==================================================*/
	
	
}