@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

html,body{
	height: 100%;
}
html{
	font-size: 62.5%;
    overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address,ul, ol, li, dl, dt, dd,table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	text-align: left;
	color: #000;
	letter-spacing: 0;
	-webkit-text-size-adjust: 100%;
	text-align: justify;
    hanging-punctuation: allow-end;
}
a{
	text-decoration: none;
	color: #000;
}
a:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
}
div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,form,input,textarea,button,table,tr,th,td,article,aside,footer,header,hgroup,nav,section,a,span,img{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	width: 100%;
	word-break: break-all;
	-webkit-appearance: none;
	-webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,p{
	text-align: justify;
	text-justify: distribute;
	line-height: 1.5;
}
img{
	vertical-align: bottom;
	max-width: 100%;
}

.wrap{
	width: 90%;
	max-width: 960px;
	margin: auto;
}
.flex{
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
}
.flexwrap_wrap{
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.flexdirection_column{
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.justifycontent_flexend{
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
}
.justifycontent_center{
	-webkit-justify-content: center;
	        justify-content: center;
}
.justifycontent_spacebetween{
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.justifycontent_spacearound{
	-webkit-justify-content: space-around;
	        justify-content: space-around;
}
.aligncontent_spacebetween{
	-webkit-align-content: space-between;
	        align-content: space-between;
}
.alignitems_center{
	-webkit-align-items: center;
	        align-items: center;
}
.alignitems_flexend{
	-webkit-align-items: flex-end;
	        align-items: flex-end;
}
.alignitems_flexstart{
	-webkit-align-items: flex-start;
	        align-items: flex-start;
}
.txt{
	font-size: 1.6rem;
}

.sp{
	display: none;
}

/* ------------------------------
    clearfix
------------------------------ */

.cf:after{
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.cf{
	display: inline-block;
}

/* Hides from IE Mac */
* html .cf{
	height: 1%;
}
.cf{
	display: block;
}
/* End Hack */

/* ------------------------------
    header
------------------------------ */
.header_logo{
	position: absolute;
	top: 2%;
	right: 2%;
	max-width: 93px;
	max-height: 93px;
	z-index: 2;
}
.header_logo a{
	display: block;
}
#header .nav{
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100px;
	height: 100vh;
}
#header .nav.sp{
	display: none;
}
#header .nav li{
	width: 100%;
	height: calc(100% / 10);
}
#header .nav li a{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 33% 0 0;
	font-size: 1.2rem;
	font-weight: bold;
}
#header .nav li a img{
	position: absolute;
	top: 18%;
	left: 50%;
	transform: translateX(-50%);
}
#header .nav li:first-child a img{
	top: 28%;
}
#header .nav li a .on{
	opacity: 0;
}
#header .nav li.estimation a{
	background: url(../img/common/nav08.svg) no-repeat center 30% #c8113d;
}
#header .nav li.factory a{
	background: url(../img/common/nav09.svg) no-repeat center 33% #005ead;
}
#header .nav li.queryform a{
	background: url(../img/common/nav10.svg) no-repeat center 40% #000;
}
.ie #header .nav li.queryform a{
	background-size: 22%;
}
#header .nav li.nomal a:hover{
	color: #fff;
	background: #c8113d;
	opacity: 1;
}
#header .nav li a:hover .on{
	opacity: 1;
	-webkit-transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
}
#header .nav li a:hover .off{
	opacity: 0;
	-webkit-transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
}
#header .nav li.estimation{
	margin-top: 20%;
}
#header .nav li.estimation a,
#header .nav li.factory a,
#header .nav li.queryform a{
	padding: 45% 0 0;
	color: #fff;
}
#header .nav li.estimation a:hover,
#header .nav li.factory a:hover,
#header .nav li.queryform a:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

/* ------------------------------
    footer
------------------------------ */
#btn_top{
	display: none;
}
#footer{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 70px;
	background: #000;
}
#footer p a{
	font-size: 1.4rem;
	color: #fff;
	letter-spacing: 0.7px;
}
#footer .copy{
	margin-top: 0.5em;
	font-size: 1rem;
	color: #fff;
	letter-spacing: 0.5px;
}

/* ------------------------------
    common
------------------------------ */
.main_contet{
	width: calc(100% - 100px);
	margin-left: 100px;
	border-right: 13px solid #c8113d;
	overflow: hidden;
}
.main_title_area{
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
	width: 100%;
	height: 415px;
}
.second .main_title_area{
	height: 170px;
}
.main_title_area .main_title{
	position: relative;
	padding-left: 1.2em;
	font-size: 4rem;
	color: #fff;
	font-weight: bold;
}
.main_title_area .main_title:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0.6em;
	height: 0.6em;
	margin: auto;
	font-size: 4rem;
	border: 6px solid #fff;
	border-radius: 50%;
}
.ie .main_title_area .main_title:before{
	top: 0.1em;
	bottom: auto;
}
.main_title_area .main_title span{
	position: absolute;
	bottom: -1.5em;
	right: 0;
	font-size: 1.2rem;
	font-weight: bold;
}
.breadcrumb{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 1em 0 5em;
	font-size: 1.2rem;
}
.breadcrumb li{
	position: relative;
	font-size: 1.2rem;
	color: #4b4b4b;
}
.breadcrumb li a{
	color: #4b4b4b;
}
.breadcrumb li + li{
	padding-left: 2.4em;
}
.breadcrumb li + li:before{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0.8em;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 0.4em;
    height: 0.4em;
    border-top: 1px solid #4b4b4b;
    border-right: 1px solid #4b4b4b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ie .breadcrumb li + li:before{
	top: 0.1em;
	bottom: auto;
}
.main_contet .tit02{
	position: relative;
	padding: 0 0 0 1em;
	margin: 0 0 1em 0;
	font-size: 3rem;
	color: #c8113d;
	font-weight: bold;
}
.ie .main_contet .tit02{
	padding-top: 10px;
}
.main_contet .tit02:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 8px;
	height: 100%;
	margin: auto;
	background: #c8113d;
}
.main_contet .tit02:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -0.4em;
	width: 100%;
	height: 2px;
	background: #f3f3f3;
}
.main_contet .tit03{
	position: relative;
	padding: 0 0 0 1em;
	margin: 0 0 0.8em 0;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.2;
}
.ie .main_contet .tit03{
	padding-top: 7px;
}
.main_contet .tit03:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 5px;
	height: 100%;
	margin: auto;
	background: #c8113d;
}
.main_contet .tit03_2 {
	position: relative;
	padding-left: 1.2em;
	margin-bottom: 1em;
	font-size: 2rem;
	font-weight: bold;
}
.ie .main_contet .tit03_2 {
	padding-top: 7px;
}
.main_contet .tit03_2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0.8em;
	height: 0.8em;
	margin: auto;
	background: #c42e53;
}
.main_contet .tit04 {
	position: relative;
	margin: 0 0 0.8em 0;
	color: #C8113D;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
}
.txt p {
	font-size: 1.8rem;
	line-height: 2;
}
.btn_pdf a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10em;
	padding: 0 0 0.5em;
	margin: 2em auto 0;
	font-size: 1.6rem;
	color: #005ead;
	font-weight: bold;
	border-bottom: 1px solid #005ead;
}
.btn_pdf a img{
	margin-left: 3%;
}
#btn_area{
	margin-bottom: 10%;
}
#btn_area .btn{
	margin-bottom: 5%;
}
#btn_area p.red{
	margin-bottom: 1em;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}
#btn_area .btn_flex{
	display: flex;
	justify-content: center;
	align-items: center;
}
#btn_area .btn_flex p{
	margin: 0 2%;
}
.btn a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 280px;
	width: 90%;
	height: 3.5em;
	margin: auto;
	font-size: 1.6rem;
	color: #c8113d;
	font-weight: bold;
	border: 2px solid #c8113d;
}
.ie .btn a,
.ie .btn_pdf a,
.ie .btn.queryform a,
.ie .btn.estimation a{
	padding-top: 7px;
}
.btn a:after{
	position: absolute;
    top: 0;
    bottom: 0;
    right: 8%;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #c8113d;
    border-right: 2px solid #c8113d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn a:hover{
	opacity: 1;
	color: #fff;
	background: #c8113d;
}
.btn a:hover:after{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
	-webkit-transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
}
.btn.queryform,
.btn.estimation{
	max-width: 360px;
	width: 90%;
}
.btn.queryform a img,
.btn.estimation a img{
	position: absolute;
	top: 50%;
	left: 22%;
	transform: translateY(-50%);
}
.btn.queryform a:hover .on,
.btn.estimation a:hover .on{
	opacity: 1;
	-webkit-transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
}
.btn.queryform a:hover .off,
.btn.estimation a:hover .off{
	opacity: 0;
	-webkit-transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
}
.btn.queryform a .on,
.btn.estimation a .on{
	opacity: 0;
}
.btn.queryform a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: none;
	width: 100%;
	height: 4em;
	padding: 0 0 0 1em;
	margin: 0;
	font-size: 1.8rem;
	color: #fff;
	background: #000;
	border: 2px solid #000;
}
.btn.queryform a:after{
	position: absolute;
    top: 0;
    bottom: 0;
    right: 8%;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 0.4em;
    height: 0.4em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn.queryform a:hover{
	color: #000;
	background: #fff;
	opacity: 1;
}
.btn.queryform a:hover:after{
    border-top: 2px solid #000;
    border-right: 2px solid #000;
	-webkit-transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
}
.btn.estimation a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: none;
	width: 100%;
	height: 4em;
	padding: 0 0 0 1em;
	margin: 0;
	font-size: 1.8rem;
	color: #fff;
	background: #c8113d;
	border: 2px solid #c8113d;
}
.btn.estimation a:after{
	position: absolute;
    top: 0;
    bottom: 0;
    right: 8%;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 0.4em;
    height: 0.4em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn.estimation a:hover{
	color: #C8113D;
	background: #fff;
	opacity: 1;
}
.btn.estimation a:hover:after{
    border-top: 2px solid #C8113D;
    border-right: 2px solid #C8113D;
	-webkit-transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
}
.blank a{
	position: relative;
	font-size: 1.6rem;
	color: #005ead;
	text-decoration: underline;
}
.blank a:after{
	content: "";
	position: absolute;
	right: -30px;
	bottom: 0;
	width: 22px;
	height: 22px;
	background: url(../img/common/icon_target.svg) no-repeat center center;
	background-size: cover;
}
.ie .blank a:after{
	bottom: 6px;
}
.pdf{
	margin: 1em 0;
	font-size: 1.6rem;
}
.pdf a{
	color: #005ead;
	text-decoration: underline;
}
.pdf img{
	margin: 0 0.5em 0 0.8em;
}
.pdf span{
	font-size: 1.4rem;
}
p.red{
	color: #c8113d;
}
table{
	width: 100%;
	margin-bottom: 3%;
	border-collapse: collapse;
	border-spacing: 0;
}
table th,
table td{
	padding: 0.5em 1.5em;
	font-size: 1.8rem;
	line-height: 2;
	border: 1px solid #eae9e9;
}
table th{
	font-weight: bold;
	text-align: center;
	background: #f8f8f8;
}
table td ul li{
	line-height: 2;
}
table td ul.disc li:before{
	content: "・";
}
table td a{
	color: #005ead;
	text-decoration: underline;
}

@media screen and (max-width: 768px){
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
	body{
		min-width: inherit;
	}
	img{
		max-width: 100%;
		height: auto;
	}

	body.fixed{
		position: fixed;
		width: 100%;
		height: 100%;
	}

	/* ------------------------------
	    header
	------------------------------ */
	#header{
		display: flex;
		align-items: center;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 60px;
		background: #fff;
		z-index: 99;
	}
	body.fixed #header{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	body.fixed #header:after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100vh;
		background: rgba(0,0,0,0.5);
		z-index: -1;
	}
	#header .header_logo{
		position: relative;
		top: 0;
		right: 0;
		width: 50px;
		margin: 0 0 0 15px;
		z-index: 0;
	}

	/*nav*/
	.btn_menu{
		position: fixed;
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
		background: #c8113d;
		z-index: 999;
	}
	.toggle{
		width: 40px;
		margin: 13px auto;
	}
	.toggle div{
		position: relative;
		width: 27px;
		height: 18px;
		margin: auto;
		overflow: hidden;
	}
	.toggle span{
		display: inline-block;
		box-sizing: border-box;
		position: absolute;
		right: 0;
		width: 100%;
		height: 0;
		margin: auto;
		border-bottom: 1px solid #fff;
		opacity: 1;
		transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
	}
	.toggle span:nth-of-type(1){
		top: 0;
	}
	.toggle span:nth-of-type(2){
		top: 0;
		bottom: 0;
		transition: .8s;*/
	}
	.toggle span:nth-of-type(3){
		bottom: 1px;
	}
	.toggle span:nth-of-type(4){
		position: relative;
	}
	.toggle p{
		margin-top: 0.5em;
		font-size: 0.9rem;
		color: #fff;
		text-align: center;
	}
	.toggle p.on{
		display: none;
	}
	body.fixed .toggle span:nth-of-type(1) {
		-webkit-transform: translateY( 7px ) rotate(135deg);
		-moz-transform: translateY( 7px ) rotate(135deg);
		-ms-transform: translateY( 7px ) rotate(135deg);
		-o-transform: translateY( 7px ) rotate(135deg);
		transform: translateY( 7px ) rotate(135deg);
	}
	body.fixed .toggle span:nth-of-type(2) {
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	body.fixed .toggle span:nth-of-type(3){
		opacity: 0;
	}
	body.fixed .toggle p.on{
		display: block;
	}
	body.fixed .toggle p.off{
		display: none;
	}
	#header .nav{
		display: none;
		left: auto;
		right: 0;
		width: 90%;
		padding: 60px 0 30vw 5%;
		background: #fff;
		overflow-y: auto;
		z-index: 99;
	}
	#header .nav.sp.on{
		display: block;
	}
	#header .nav li{
		position: relative;
		height: auto;
		margin-right: 0;
		font-size: 1.6rem;
	}
	#header .nav li:after{
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 1px;
		background: rgba(112,112,112,0.2);
	}
	#header .nav li a{
		position: relative;
		display: block;
		padding: 1.5em 0;
	}
	#header .nav li a:after{
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    right: 5%;
	    margin: auto;
	    content: "";
	    vertical-align: middle;
	    width: 0.5em;
	    height: 0.5em;
	    border-top: 2px solid #c8113d;
	    border-right: 2px solid #c8113d;
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
	#header .nav li.first a{
		width: 85%;
	}
	#header .nav li.first a:after{
		width: 0;
		height: 0;
		border: none;
	}
	#header .nav li.first{
		font-size: 1.2rem;
	}
	#header .nav li.first:before{
	    position: absolute;
	    top: 1.5em;
	    right: 5%;
	    left: auto;
	    margin: auto;
	    content: "";
	    vertical-align: middle;
	    width: 0.5em;
	    height: 0.5em;
	    border-top: 2px solid #c8113d;
	    border-right: 2px solid #c8113d;
	    -webkit-transform: rotate(135deg);
	    transform: rotate(135deg);
	}
	#header .nav li.first a.active:after{
	    -webkit-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}
	#header .nav li .under_menu{
		display: none;
		margin-left: 1em;
	}
	#header .nav li .under_menu a:after{
		width: 0;
		height: 0;
		border: none;
	}
	#header .nav .under_menu li:after,
	#header .nav li.policy:after{
		width: 0;
		height: 0;
		background: none;
	}
	#header .nav li.estimation{
		margin-top: 0;
	}
	#header .nav li.estimation a,
	#header .nav li.factory a,
	#header .nav li.queryform a{
		padding: 1.5em 0;
		color: #000;
		background: none;
	}
	#header .nav li.policy{
		margin-top: 1em;
	}
	#header .nav li.policy a{
		font-weight: normal;
	}
	#header .nav li.policy a:after{
	    border-top: 2px solid #000;
	    border-right: 2px solid #000;
	}
	#header .nav .toggle{
		display: block;
		margin: 5% auto;
		z-index: 9999;
	}
	#header .nav .toggle span{
		border-bottom: 2px solid #000;
	}
	#header .nav .toggle p{
		color: #000;
	}
	#header .nav li.toggle:after{
		width: 0;
		height: 0;
		background: none;
	}


	/* ------------------------------
	    footer
	------------------------------ */
	
	#btn_top{
		display: none;
		position: fixed;
		right: 0;
		bottom: 5%;
		z-index: 9;
	}
	#footer{
		height: 104px;
	}

	/* ------------------------------
	    common
	------------------------------ */
	.main_contet{
		width: 100%;
		margin-left: 0;
		margin-top: 60px;
		border-right: none;
	}
	.main_title_area{
		height: 247px;
	}
	.main_title_area .main_title{
		font-size: 3rem;
	}
	.main_title_area .main_title:before{
		font-size: 3rem;
	}
	.breadcrumb{
		margin: 1em 0 2em;
	}
	.txt p{
		font-size: 1.6rem;
	}
	.main_contet .tit02{
		margin: 0 0 1.5em 0;
		font-size: 2rem;
	}
	.main_contet .tit02:before{
		width: 4px;
	}
	.main_contet .tit03{
		font-size: 2rem;
	}
	.main_contet .tit03:before{
		width: 4px;
	}
	#btn_area p.red{
		font-size: 1.8rem;
	}
	#btn_area .btn_flex{
		display: block;
	}
	#btn_area .btn_flex p{
		max-width: none;
		width: 100%;
	}
	#btn_area .btn_flex p{
		margin: 0 0 2%;
	}
	.btn.estimation a img{
		left: 23%;
	}
	#btn_area .btn{
		margin-bottom: 10%;
	}
	.blank a{
		font-size: 1.4rem;
	}
	.pdf{
		font-size: 1.4rem;
	}
	.pdf span{
		font-size: 1.2rem;
	}
	table th, table td{
		padding: 0.5em 1em;
		font-size: 1.6rem;
		line-height: 1.6;
	}
}

@media screen and (max-width: 480px){
	.main_title_area .main_title{
		font-size: 2.4rem;
	}
	.main_title_area .main_title:before{
		font-size: 2.4rem;
		border: 3px solid #fff;
	}
	.main_contet .tit03:before{
		width: 3px;
	}
	.blank a:after{
		width: 18px;
		height: 18px;
	}
}