<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(normalize.css);
@import url(reset.css);
@import url(hack.css);

.pc {}
.sp {display: none;}

.photo {
    background-image: url("../../Templates/Images/InPage/camera.png");
    background-repeat: no-repeat;
    width: 24px;
    height: 19px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

.file {
    background-image: url("../../Templates/Images/InPage/file.png");
    background-repeat: no-repeat;
    width: 24px;
    height: 19px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

.infom_photo {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-right: -3px;
    margin-left: -3px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.infom_photo figure {
    margin-left: 3px;
    margin-right: 3px;
    max-width: calc(100% / 3);
}

.infom_photo figure img {
    max-width: 100%;
    height: auto;
}

.infom_file {
    clear: both;
    border-bottom: solid 1px #ddd;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

.infom_file &gt; p a {
    padding: 10px;
    border: solid 1px #ddd;
}

.infom_file &gt; p a::after {
    content: "";
    background-image: url(../../Templates/Images/InPage/download.png);
    background-repeat: no-repeat;
    width: 21px;
    height: 19px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

nav {
	display: none;
}

.header {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	z-index: 110;
}

.slide {
	width: 100%;
	height: 850px;
	float: left;
	position: relative;
	z-index: 1;
}

.slide li {
	height: 850px;
}

.slide li div {
	width: auto;
	height: auto;
	display: block;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
  -webkit- transform: translateX(-50%) translateY(-50%);
	text-align: center;
}

.bgimg01 {
	background: url(../Images/TopPage/slide/01.jpg) center center no-repeat;
	background-size: cover;
}

.bgimg02 {
	background: url(../Images/TopPage/slide/02.png) center center no-repeat;
	background-size: cover;
}

.bgimg03 {
	background: url(../Images/TopPage/slide/03.png) center center no-repeat;
	background-size: cover;
}


.slide2 {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	z-index: 1;
}

.slide2 div {
	width: 100%;
	height: auto;
	float: left;
}

.slide2 div p {
	width: auto;
	height: auto;
	display: block;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
  -webkit- transform: translateX(-50%) translateY(-50%);
	text-align: center;
}

.slide2 div video {
	width: 100%;
}

.slide2 div img {
	width: 100%;
}

.slide3 {
	width: 100%;
	height: 700px;
	float: left;
	position: relative;
	z-index: 1;
}

.slide3 p {
	width: 100%;
	height: auto;
	padding: 20px 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
  -webkit- transform: translateX(-50%) translateY(-50%);
	text-align: center;
	background: rgba(255,255,255,0.3);
}


.manu {
	width: 100%;
	height: auto;
	float: left;
	padding: 30px 0 40px 0;
	box-sizing: border-box;
}

.manu-box {
	width: 1040px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
	position: relative;
}

.manu-area {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}

.manu-area h1 {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
}

.manu-area h1 img {
	vertical-align: middle;
}

.manu-area .left_manu {
	width: auto;
	height: auto;
	position: absolute;
	left: 50px;
	top: 10px;
}

.manu-area .left_manu li {
	width: 150px;
	height: auto;
	float: left;
	border-right: 1px solid #dddddd;
}

.manu-area .left_manu li a {
	display: block;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	transition: 1.0s ;
}
.manu-area .left_manu li a:hover {
	background: #000000;
	color: #ffffff;
}

.manu-area .left_manu li ul {
	position: absolute;
	top: 44px;
	left: 0;
	width: 940px;
	display: none;
	padding-top: 43px;
}

.manu-area .left_manu li:hover ul {
	display: block;
}

.manu-area .left_manu li ul li {
	width: auto;
	min-width: 140px;
	height: auto;
	float: left;
	border-right: 1px solid #ffffff;
	border-top:  1px solid #ffffff;
	background: #eeeeee;
}

.manu-area .left_manu li ul li a {
	padding: 10px 20px;
}

.manu-area .right_manu {
	width: auto;
	height: auto;
	position: absolute;
	right: 50px;
	top: 10px;
}

.manu-area .right_manu li {
	width: 150px;
	height: auto;
	float: right;
	border-left: 1px solid #dddddd;
}

.manu-area .right_manu li:nth-child(1) ul {
	display: none !important;
}

.manu-area .right_manu li a {
	display: block;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	transition: 1.0s ;
}
.manu-area .right_manu li a:hover {
	background: #000000;
	color: #ffffff;
}


.manu-area .right_manu li ul {
	position: absolute;
	top: 44px;
	right: 0;
	width: 940px;
	display: none;
	padding-top: 43px;
}

.manu-area .right_manu li:hover ul {
	display: block;
}

.manu-area .right_manu li ul li {
	width: auto;
	min-width: 140px;
	height: auto;
	float: right;
	border-right: 1px solid #ffffff;
	border-top:  1px solid #ffffff;
	border-left: none;
	background: #eeeeee;
}

.manu-area .right_manu li ul li a {
	padding: 10px 20px;
}

.manu-english {
	width: 150px;
	height: auto;
	position: absolute;
	left: -180px;
	top: 10px;
}

.manu-english a {
	display: block;
	border: 1px solid #03114e;
	color: #03114e;
	font-weight: bold;
	padding: 9px 0;
	box-sizing: border-box;
	transition: 1.0s ;
}

.manu-english a:hover {
	background: #03114e;
	color: #ffffff;
}

.manu-inq {
	width: 150px;
	height: auto;
	position: absolute;
	right: -180px;
	top: 10px;
}

.manu-inq a {
	display: block;
	color: #ffffff;
	background: #03114e;
	font-weight: bold;
	padding: 10px 0 10px 30px;
	box-sizing: border-box;
	transition: 1.0s ;
}

.manu-inq a:hover {
	background: #999999;
	color: #ffffff;
}

.manu-inq a span {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.manu-inq a span img {
	vertical-align: middle;
}

.top_main {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}

.top_bg01 {
	width: 80%;
	height: 500px;
	margin-right: 20%;
	float: left;
	background: url(../Images/TopPage/bg01.png) center center no-repeat;
	background-size: cover;
	margin-bottom: 70px;
	position: relative;
	z-index: 100;
}

.top_bg01 h2 {
	position: absolute;
	top: 440px;
	left: 250px;
}

.top_bg02 {
	width: 80%;
	height: 500px;
	float: right;
	background: url(../Images/TopPage/bg02.png) center center no-repeat;
	background-size: cover;
	margin-bottom: 70px;
	position: relative;
	z-index: 90;
}

.top_bg02 h2 {
	position: absolute;
	top: 400px;
	left: 250px;
}

.top_bg03 {
	width: 80%;
	height: 500px;
	float: left;
	background: url(../Images/TopPage/bg03.png) center center no-repeat;
	background-size: cover;
	margin-bottom: 70px;
	position: relative;
	z-index: 90;
}

.top_bg03 h2 {
	position: absolute;
	top: 440px;
	left: 250px;
}

.top_bg04 {
	width: 100%;
	height: auto;
	float: left;
	background: url(../Images/TopPage/info_bg.png) center center repeat;
	padding: 70px 0;
	position: relative;
	z-index: 95;
}

.top_bg05 {
	width: 100%;
	height: auto;
	float: left;
	background: #ffffff;
	padding: 70px 0;
	position: relative;
	z-index: 95;
}

.top_sec_area {
	width: 1040px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}

.top_sec_box {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	margin-bottom: 50px;
}

.top_sec_box p {
	color: #03114e;
}

.top_sec_box p a {
	width: 220px;
	height: auto;
	float: left;
	display: block;
	padding: 10px 20px;
	box-sizing: border-box;
	background: #03114e;
	color: #ffffff;
	text-align: center;
	position: relative;
	transition: 1.0s ;
}

.top_sec_box p a:hover {
	background: #999999;
	color: #ffffff;
}

.top_sec_box p a span {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.top_sec_box p a span img {
	vertical-align: middle;
}

.top_sec_box2 {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	margin-bottom: 50px;
	box-sizing: border-box;
	padding-left: 300px;
}

.top_sec_box2 p {
	color: #03114e;
}

.top_sec_box2 p a {
	width: 220px;
	height: auto;
	float: left;
	display: block;
	padding: 10px 20px;
	box-sizing: border-box;
	background: #03114e;
	color: #ffffff;
	text-align: center;
	position: relative;
	transition: 1.0s ;
}

.top_sec_box2 p a:hover {
	background: #999999;
	color: #ffffff;
}

.top_sec_box2 p a span {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.top_sec_box2 p a span img {
	vertical-align: middle;
}

.top_item1 {
	position: absolute;
	right: 0;
	top:-20px;
	z-index: 1000;
}

.top_item2 {
	position: absolute;
	right: 20px;
	top:-410px;
}

.top_item3 {
	position: absolute;
	left: 0;
	top: -880px;
}

.top_item4 {
	position: absolute;
	left: 0;
	top: -427px;
}

.top_item5 {
	position: absolute;
	right: 0;
	bottom: -540px;
}

.top_item6 {
	position: absolute;
	right: 0;
	top: -480px;
}

.top_info_title {
	width: 100%;
	height: auto;
	float: left;
	background: url(../Images/TopPage/info_bar.png) center top no-repeat;
	color: #000058;
	font-weight: bold;
	font-size: 2.1em;
	padding-top: 50px;
	padding-bottom: 70px;
}

.top_info_area {
	width: 1040px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.top_info_box {
	width: 100%;
	height: auto;
	float: left;
}

.top_info_list {
	width: 100%;
	height: auto;
	float: left;
	border-top: 1px solid #999999;
}

.top_info_list ul {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px solid #999999;
	padding: 10px 40px 10px 20px;
	box-sizing: border-box;
	background: url(../Images/TopPage/info-icon.png) right center no-repeat;
}

.top_info_list ul li.time {
	width: 17%;
	height: auto;
	float: left;
	text-align: left;
	color: #000058;
}

.top_info_list ul li.text {
	width: 83%;
	height: auto;
	float: left;
	text-align: left;
}

.top_info_bottan {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 50px;
}

.top_info_bottan div {
	width: 220px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}


.top_info_bottan div a {
	width: 220px;
	height: auto;
	float: left;
	display: block;
	padding: 10px 20px;
	box-sizing: border-box;
	background: #03114e;
	color: #ffffff;
	text-align: center;
	position: relative;
	transition: 1.0s ;
}

.top_info_bottan div a:hover {
	background: #999999;
	color: #ffffff;
}

footer {
	width: 100%;
	height: auto;
	float: left;
}

.bottom_area {
	width: 100%;
	height: auto;
	float: left;
	background: #000058;
	color: #ffffff;
}

.bottom_box {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px solid #ffffff;
	padding: 30px 0;
}

.bottom_box_area {
	width: 1040px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.bottom_box_area a {
	padding: 0 35px;
	color: #ffffff;
}

.bottom_box_area a:hover {
	color: #999999;
}

.bottom_box_second {
	width: 100%;
	height: auto;
	float: left;
	padding: 30px 0;
}

.footer_text01 {
	width: 100%;
	height: auto;
	float: left;
	font-size: 0.85em;
}

.footer_text02 {
	width: 100%;
	height: auto;
	float: left;
	font-size: 1.7em;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer_tel {
	width: 100%;
	height: auto;
	float: left;
	font-size: 1.7em;
	font-weight: bold;
}

.footer_tel::before {
	content: url(../Images/TopPage/tel.png);
	vertical-align: middle;
	padding-right: 10px;
}

.footer_end {
	width: 100%;
	height: auto;
	float: left;
	padding: 20px 0;
}

.footer_end_area {
	width: 1040px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.footer_end_area div a:nth-child(3) {
	display: none !important;
}

/*---ここから　内部ページ---*/

.temp_main {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	z-index: 1;
}

.temp-main-title {
	width: 100%;
	height: 480px;
	float: left;
}

.temp-main-title h2 {
	width: 200px;
	height: 200px;
	background: #031048;
	position: relative;
}

.temp-main-title h2 span {
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
}

.title_bg01 {
	background: url(../Images/InPage/title/01.jpg) center center no-repeat;
	background-size: cover;
}

.title_bg02 {
	background: url(../Images/InPage/title/02.jpg) center center no-repeat;
	background-size: cover;
}

.title_bg03 {
	background: url(../Images/InPage/title/03.jpg) center center no-repeat;
	background-size: cover;
}

.title_bg04 {
	background: url(../Images/InPage/title/04.jpg) center center no-repeat;
	background-size: cover;
}

.title_bg05 {
	background: url(../Images/InPage/title/05.jpg) center center no-repeat;
	background-size: cover;
}

.title_bg06 {
	background: url(../Images/InPage/title/06.jpg) center center no-repeat;
	background-size: cover;
}

.title_bg07 {
	background: url(../Images/InPage/title/07.png) center center no-repeat;
	background-size: cover;
}

.title_bg08 {
	background: url(../Images/InPage/title/08.png) center center no-repeat;
	background-size: cover;
}

.title_bg09 {
	background: url(../Images/InPage/title/09.png) center center no-repeat;
	background-size: cover;
}

.title_bg10 {
	background: url(../Images/InPage/title/10.png) center center no-repeat;
	background-size: cover;
}

.title_bg11 {
	background: url(../Images/InPage/title/11.png) center center no-repeat;
	background-size: cover;
}

.title_bg12 {
	background: url(../Images/InPage/title/12.png) center center no-repeat;
	background-size: cover;
}

.title_bg13 {
	background: url(../Images/InPage/title/13.png) center center no-repeat;
	background-size: cover;
}

.title_bg14 {
	background: url(../Images/InPage/title/14.png) center center no-repeat;
	background-size: cover;
}

.temp-grey-area {
	width: 100%;
	height: auto;
	float: left;
	background: #f0f1f4;
	padding: 50px 0;
}

.temp-grey-box {
	width: 1040px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.temp-white-area {
	width: 100%;
	height: auto;
	float: left;
	padding: 50px 0;
}

.temp-white-box {
	width: 1040px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.temp-left {
	width: 22%;
	height: auto;
	float: left;
}

.temp-left-title {
	width: 100%;
	height: auto;
	float: left;
	font-size: 1.7em;
	font-weight: bold;
	color: #031048;
	text-align: left;
}

.temp-right {
	width: 78%;
	height: auto;
	float: right;
	text-align: left;
}

.temp-list {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px solid #031048;
	padding: 13px 0;
}

.temp-list:last-child {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: none;
	padding: 13px 0;
}

.temp-list li.time {
	width: 30%;
	height: auto;
	float: left;
	color: #031048;
	font-weight: bold;
}

.temp-list li.text {
	width: 70%;
	height: auto;
	float: left;
	color: #031048;
}

.temp-list li.text2 {
	width: 100%;
	height: auto;
	float: left;
	color: #031048;
	padding: 0 20px;
	box-sizing: border-box;
}

.temp-list li.text2::before {
	content: "≫ ";
}

.temp-left2 {
	width: 49%;
	height: auto;
	float: left;
}

.temp-right2 {
	width: 49%;
	height: auto;
	float: right;
}

.temp-map-img {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}

.temp-map-img img {
	vertical-align: middle;
	width: 100%;
	position: relative;
	z-index: 1;
}
	
.temp-map-img p {
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 20px;
	z-index: 2;
	background: url(../Images/InPage/hantoumei.png) top left repeat;
	color: #031048;
	font-weight: bold;
}

.temp-map {
	width: 100%;
	height: auto;
	float: left;
}

.temp-map iframe {
	vertical-align: middle;
}

.temp-grey-title {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
	color: #031048;
	margin-bottom: 20px;
}

.temp-grey-box2 {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 30px;
}

.temp-grey-left {
	width: 49%;
	height: auto;
	float: left;
}

.temp-grey-right {
	width: 49%;
	height: auto;
	float: right;
}

.temp-grey-box-title {
	width: 100%;
	height: auto;
	float: left;
	padding: 10px 20px;
	box-sizing: border-box;
	background: #031048;
	color: #ffffff;
}

.temp-grey-box-text {
	width: 100%;
	height: auto;
	min-height: 230px;
	float: left;
	padding: 20px 50px;
	box-sizing: border-box;
	text-align: left;
	background: #ffffff;
}

.business-imglist {
	width: 32%;
	height: auto;
	float: left;
	margin-right: 2%;
}

.business-imglist:nth-child(3) {
	width: 32%;
	height: auto;
	float: left;
	margin-right: 0;
}

.business-imglist:nth-child(6) {
	width: 32%;
	height: auto;
	float: left;
	margin-right: 0;
}

.business-imglist .img {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin: 10px 0;
}

.business-imglist .img img {
	vertical-align: middle;
}

.business-imglist .text {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin: 15px 0;
	padding: 5px 20px;
	box-sizing: border-box;
	border-radius: 10px;
	font-weight: bold;
	background: #eeeeee;
}

.temp-table {
	width: 100%;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}

.temp-table th {
	padding: 5px 10px;
	box-sizing: border-box;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

.temp-table td {
	padding: 5px 10px;
	box-sizing: border-box;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	vertical-align: middle;
}

.temp-table .table-bg01 {
	background: #D7E3FF;
}

.temp-table .table-bg02 {
	background: #eeeeee;
}

.temp-table .table-bg03 {
	background: #f8f8f8;
	text-align: center;
}

.txt-c {
	text-align: center;
}


.txt-r {
	text-align: right;
}

.txt-l {
	text-align: left;
}

.temp_subtitle {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px dotted #999999;
	font-size: 1.5em;
	font-weight: bold;
	padding: 0 0 7px 0;
	margin-bottom: 20px;
	text-align: left;
}

.temp_free_box {
	width: 100%;
	height: auto;
	float: left;
}

.temp_free_box2 {
	width: 23%;
	height: auto;
	float: left;
	/* box-shadow: 0 0 3px #999999; */
	box-shadow: 0 0 6px #eee;
	margin-right: 2%;
    border: solid 1px #ddd;
    box-sizing: border-box;
}

.temp_free_box2 h4 {
	width: 100%;
	height: auto;
	float: left;
	padding: 5px 10px;
	color: #ffffff;
	background: #031048;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.temp_free_box2 div {
	padding: 5px 20px 20px 20px;
	box-sizing: border-box;
	text-align: left;
}

.business-leftimg {
	width:197px;
	height: auto;
	float: left;
	/* border:1px solid #999999; */
	border:1px solid #ddd;
	padding: 5px;
	box-sizing: border-box;
}

.business-leftimg img {
	vertical-align: middle;
}

.business-right-text {
	width: 820px;
	height: auto;
	float: right;
	text-align: left;
}

.business-rightimg {
	width:auto;
	height: auto;
	float: right;
	/* border:1px solid #999999; */
	border:1px solid #ddd;
	padding: 5px;
	box-sizing: border-box;
	margin-left: 20px;
}

.business-rightimg img {
	vertical-align: middle;
}

.iso-img {
	width: auto;
	height: auto;
	float: right;
	border: 1px solid #999999;
	margin-left: 20px;
}

.iso-img img {
	vertical-align: middle;
}

.environment_text {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 20px;
}

.environment_img {
	width: 100%;
	height: auto;
	float: left;
}

.environment_img img {
	width: 100%;
	vertical-align: middle;
}

.environment_time {
	width: 100%;
	height: auto;
	float: right;
	text-align: center;
	margin-top: 20px;
}

.environment_box {
	width: 100%;
	height: auto;
	float: left;
}

.environment_img01 {
	width: auto;
	height: auto;
	float: left;
	margin-right: 20px;
}

.environment_img01 img {
	vertical-align: middle;
}

.environment_boxarea {
	width: 32%;
	height: auto;
	float: left;
	margin-right: 2%;
}

.environment_boxarea:last-child {
	width: 32%;
	height: auto;
	float: left;
	margin-right: 0;
}

.environment_left {
	width: 50%;
	height: auto;
	float: left;
}

.environment_right {
	width: 48%;
	height: auto;
	float: right;
}

.environment_right img {
	vertical-align: middle;
}

.form01 {
	width: 95%;
	height:auto;
	padding: 5px 10px;
	box-sizing: border-box;
	border: 1px solid #e3e3e3;
	background: #f8f8f8;
	margin: 10px 5px;
}

.form02 {
	width: 220px;
	height:auto;
	padding: 5px 10px;
	box-sizing: border-box;
	border: 1px solid #e3e3e3;
	background: #f8f8f8;
	margin: 10px 5px;
}

.contact_box {
	width: 100%;
	height: auto;
	float: left;
	border: 1px solid #cccccc;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	margin-top: 50px;
}

.contact_box input {
	width: 200px;
	padding: 10px 20px;
	background: #031048;
	color: #ffffff;
	border: none;
	margin: 0 5px;
}

.contact_box input:active {
	background: #000000;
}

.contact_box input:hover {
	background: #000000;
}

.sitemap_box {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 30px;
}

.sitemap_list {
	width: 32%;
	height: auto;
	float: left;
	margin-right: 2%;
}

.sitemap_list:nth-child(3) {
	width: 32%;
	height: auto;
	float: left;
	margin-right: 0;
}

.sitemap_list:nth-child(6) {
	width: 32%;
	height: auto;
	float: left;
	margin-right: 0;
}

.sitemap_list li {
	width: 100%;
	height: auto;
	float: left;
}

.sitemap_list li:first-child {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px solid #999999;
	margin-bottom: 10px;
	color: #000000;
	font-weight: bold;
}


.recycle-chart {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 30px;
}

.recycle-chart h5 {
	width: 100%;
	height: auto;
	float: left;
	background: url(../Images/InPage/business/line.jpg) center right repeat-x;
}

.recycle-chart h5 span {
	width: auto;
	height: auto;
	float: left;
	background: #ffffff;
	padding: 2px 20px 2px 0;
	box-sizing: border-box;
	font-size: 1.2em;
	color: #031048;
	font-weight: bold;
}

.recycle-chart div.box {
	width: 23.5%;
	height: auto;
	float: left;
	margin-right: 2%;
}

.recycle-chart div.box:last-child {
	width: 23.5%;
	height: auto;
	float: left;
	margin-right: 0;
}

.recycle-chart div.box p.c_title {
	width: 100%;
	height: 30px;
	float: left;
	background: url(../Images/InPage/business/yajirushi.png) bottom right no-repeat;
	position: relative;
	margin-bottom: 15px;
}

.recycle-chart div.box p.c_title span {
	width: auto;
	height: auto;
	position: absolute;
	bottom: -10px;
	left: 0;
	background: #ffffff;
	padding: 0 20px 0 0;
	box-sizing: border-box;
	color: #031048;
	font-weight: bold;
}

.recycle-chart div.box p.img {
	width: 100%;
	height: auto;
	float: left;
}

.recycle-chart div.box p.img img {
	vertical-align: middle;
	width: 100%;
}

.recycle-chart div.box p.text {
	width: 100%;
	height: auto;
	float: left;
	background: #031048;
	color: #ffffff;
	padding: 15px 20px;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
}

.recycle-chart div.box p.text span {
	font-size: 0.8em;
}




.bunseki-chart {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 30px;
}

.bunseki-chart div.box {
	width: 32%;
	height: auto;
	float: left;
	margin-right: 2%;
}

.bunseki-chart div.box:last-child {
	width: 32%;
	height: auto;
	float: left;
	margin-right: 0;
}

.bunseki-chart div.box p.c_title {
	width: 100%;
	height: 30px;
	float: left;
	background: url(../Images/InPage/business/yajirushi.png) bottom right no-repeat;
	position: relative;
	margin-bottom: 15px;
}

.bunseki-chart div.box p.c_title span {
	width: auto;
	height: auto;
	position: absolute;
	bottom: -10px;
	left: 0;
	background: #ffffff;
	padding: 0 20px 0 0;
	box-sizing: border-box;
	color: #031048;
	font-weight: bold;
}

.bunseki-chart div.box p.img {
	width: 100%;
	height: auto;
	float: left;
}

.bunseki-chart div.box p.img img {
	vertical-align: middle;
	width: 100%;
}

.bunseki-chart div.box p.text {
	width: 100%;
	height: auto;
	float: left;
	background: #031048;
	color: #ffffff;
	padding: 15px 20px;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
}

.bunseki-chart div.box p.text span {
	/* font-size: 0.8em; */
}

.video_left {
	width: 49%;
	height: auto;
	float: left;
}

.video_right {
	width: 49%;
	height: auto;
	float: right;
}

.video_left video {
	vertical-align: middle;
	margin-bottom: 20px;
}

.video_right video {
	vertical-align: middle;
	margin-bottom: 20px;
}

.info_link_bottan {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 50px;
}

.info_link_bottan a {
	border: 1px solid #999999;
	padding: 10px 20px;
	border-radius: 5px;
	background: #ffffff;
	color: #000000;
}

.info_link_bottan a:hover {
	background: #cccccc;
}

.infom_box {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 50px;
	text-align: left;
    min-height: 200px;
}


/* ここから編集してください */
@media screen and (min-width:681px) and (max-width:1416px) {
.manu-box {
	width: 100%;
}
.manu-area {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	font-size: 0.8em;
}
.manu-area .manu-english {
	order: 1;
	left: 0;
	top: auto;
	width: 12%;
	display: block;
	margin-left: 1.5%;
	margin-right: 1.5%;
}
.manu-area .left_manu {
	order: 2;
	position: static;
	width: 20%;
	display: inline-flex;
}
.manu-area .left_manu li {
	float: none;
	width: 50%;
	height: auto;
}
.manu-area .left_manu li ul {
	width: 80%;
	left: 15%;
}
.manu-area .left_manu li ul li {
	width: 15%;
}
.manu-area h1 {
	order: 3;
	float: none;
	width: 30%;
}
.manu-area h1 img {
	width: 100%;
}
.manu-area .right_manu {
	order: 4;
	position: static;
	width: 20%;
	display: inline-flex;
	flex-direction: row-reverse;
}
.manu-area .right_manu li {
	width: 50%;
	height: auto;
}
.manu-area .right_manu li ul {
	width: 80%;
	right: 15%;
}
.manu-area .right_manu li ul li {
	width: 15%;
}
.manu-area .manu-inq {
	order: 5;
	right: 0;
	top: auto;
	width: 12%;
	margin-left: 1.5%;
	margin-right: 1.5%;
}
/*
ここまでメニュー
 */
.temp-white-box {
	width: 100%;
}
.temp-grey-box {
	width: 100%;
}
.vegas-wrapper img {
	max-width: 80%;
}
.top_main {
	width: 100%;
}
.top_info_area {
	width: 100%;
}
.top_sec_area {
	width: 100%;
}
.top_sec_box {
	width: 90%;
	margin-bottom: 6%;
	margin-left: 10%;
}
.top_sec_box p a {
	width: 20%;
}
.top_bg01 h2 {
	left: 20%;
}
.top_sec_box2 {
	width: 90%;
	height: auto;
	margin-bottom: 6%;
	padding-right: 10%;
}
.top_sec_box2 p a {
	width: 20%;
}
.top_bg03 h2 {
	left: 20%;
}
.top_bg02 h2 {
	left: 20%;
}
.bottom_box_area {
	width: 100%;
}
footer {
	width: 100%;
}
.footer_end_area {
	width: 100%;
}
.photo {
	/* width: 100%; */
}
.slide {
	width: 100%;
	object-fit: cover;
}
.slide li {
	height: 100%;
}
.slide3 vegas-container {
	width: 100%;
}
/*
会社概要outlineページなど共通
*/
.temp-white-area {
	padding: 30px 5%;
	box-sizing: border-box;
}
/*
会社概要outlineページ
*/
.temp-left {
	width: 100%;
}
.temp-left-title {
	text-align: center;
}
.temp-right {
	float: none;
	width: 70%;
	margin: 50px auto;
}
.temp-list li.text {
	width: 65%;
	margin-left: 5%;
}
/*
会社概要outlineページ
*/
.temp-list li.time {
	width: 25%;
	margin-left: 5%;
}
/*
リサイクルフローrecycleページ
*/
.Mg30Bottom.txt-l {
	width: 90%;
	margin: 0 auto 50px;
}
/*
品質管理hinsitsuページ
*/
.temp_subtitle {
	text-align: center;
}
.business-leftimg {
	width: 20%;
	margin-left: 5%;
}
.business-leftimg img {
	width: 100%;
}
.business-right-text {
	width: 65%;
	margin: 0 7% 0 3%;
}
/*
事業案内ISO認証ページ
*/
.txt-c.Mg30Bottom img {
	width: 100%;
}
/*
職場環境enviromentページ
*/
.temp-grey-box2 {
	width: 90%;
	height: auto;
	float: left;
	margin: 30px 5% 50px 5%;
}
/*
ここまで編集してください 
*/</pre></body></html>