.display_pc {
	display:none;
}

/* ========== レイアウト ========== */
* {
  box-sizing: border-box;
}

body {
	font-size: 16px;
	width: 100%;
	box-sizing: border-box;
}
#head {
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#eyecatch {
	width: 100%;
	margin: 0 auto;	
}
#content {
	position: relative;
	z-index: 2;
}

/* ========== ヘッダー ========== */

#head > #header_inner > #logo {
	width: 300px;
	padding:20px 0 0 10px;
}

#head > #header_inner > #logo img {
	width: 300px;
	height:auto;
}
#btn_menu {
	width:21px;
	float:right;
	margin:12px 28px 0 0;

}

.btn {
	position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;

    z-index: 90;
    background-color: #305496;
}
.btn span,
.btn span:before,
.btn span:after {
	content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
	transition: 0.5s;
    position: absolute;
}
.btn span:before {
	bottom: 8px;
}
.btn span:after {
	 top: 8px;
}

#btn_check:checked ~ .btn span {
    background-color: rgba(255, 255, 255, 0);
}
#btn_check:checked ~ .btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#btn_check:checked ~ .btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

input[type=checkbox] > #btn_check > .btn_hidden {
	display: none;
}



#head_in {
	margin:0 0 10px 0;
}


#menu_sp {
	background:#FFF;
	position: fixed;
    width: 100%;
	height: 100%;
    top: 0;
    left: 100%;
    z-index: 80;
	transition: 0.5s;
}

#btn_check {
	display: none;
}

#btn_check:checked ~ #menu_sp {
	left: 0;
}


#menu_sp > ul > li {
	border-bottom:1px solid #333;
	padding:20px 28px;
}
#menu_sp > ul > li > a {
	color:#000;
	display:block;
	background-size:13px 11px;
}
#menu_sp > ul > li:last-child {
	margin: 0;
}

#menu_sp > #drawer_tel {
	margin: 20px auto;
	text-align: center;
}


#menu_sp > #drawer_tel > a {
	color: #000;
	font-size: 2.2em;
	font-weight: bold;
	text-decoration: underline;
}

#menu_sp > #drawer_contact {
	background-color: #305496;
	width:250px;
	height: 55px;
	margin: 0 auto;
}

#menu_sp > #drawer_contact p {
	text-align: center;
	padding-top: 5px;
}

#menu_sp > #drawer_contact p a {
	font-size: 2em;
	color: #FFF;
	font-weight: bold;
}
	

/* ========== フッター ========== */
footer {
	height: 30rem;
	/*background-color: #dce0e0;*/
	margin-top: 3rem;

}


footer > #footer-top{

}

footer >  #footer-top > .footer-menu{
	width: 100%;
	background: #fff;
    color: #000;
    display: block;
    margin-bottom: 0.1rem;
    padding: 1rem 0 1rem 1rem;
	position: relative;	
}

footer > #footer-bottom {
	padding-top: 50px;
	font-size: 0.8em;
	text-align: center;
}

/* ========== 共通スタイル ========== */

#content > .main > .main_contents {
	padding: 0 5px;
}


#content > .main > h1 {
	width: 100%;
	font-size: 1.8em;
	font-weight: normal;
	color: #305496;
	background-color: #d3d3d3;
	padding: 40px 0 40px 20px;
}

#content h2 {
	font-size: 1.4em;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	font-weight: bold;
	padding-left: 8px;
	margin: 20px 0;
	border-left: 3px solid #305496;
	clear: left;
}
#content h3 {
	font-size: 1.2em;
	margin: 30px 0 5px;
}

#content h4 {
	margin: 5px 0 10px;
	font-size: 1.1em;
}

#content p {
	margin-bottom: 15px;
	margin-left: 0px;
	text-indent: 0px;
	clear: left;
}
#content p img {
	margin-top: 20px;
	margin-bottom: 15px;
}

#content ul {
	margin-left: 15px;
}
#content ul li {
	list-style-type: disc;
	margin: 5px 0;
}

#content ol {
	margin: 0px 0px 35px 40px;
	font-size: 1.0em;
}
#content ol li {
	margin: 5px 0;
	list-style-type: decimal;
}
table {
	width: 100% !important;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table tr th {
	color: #333;
	background-color: #EEEEEE;
	padding: 8px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table tr td {
	text-align: left;
	padding: 8px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}



/* ========== トップページ ========== */


#content > #eyecatch {
	position: relative;
	width: 100%;
	height: auto;
}


#content > #eyecatch > #img1, #img2 {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: auto;
}


#img1 {
	animation: slide-animation-01 20s infinite;
}

#img2 {
	animation: slide-animation-02 20s infinite;
}



@keyframes slide-animation-01 {
0% {opacity: 1; transform: scale(1.0);}
30% {opacity: 1;}
40% {opacity: 1; transform: scale(1.0);}
90% {opacity: 0}
100% {opacity: 1; transform: scale(1.0);}
}
@keyframes slide-animation-02 {
0% {opacity: 0;}
30% {opacity: 0; transform: scale(1.0);}
40% {opacity: 0;}
50% {opacity: 1;}
90% {opacity: 1; transform: scale(1.0);}
100% {opacity: 0;}
}



#content > #message > p {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	color: #798486;
	padding-top: 400px;
}

#content > #service {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 1000px;
	margin-top: 70px;
}

#content > #service .box-top {
	position: relative;
	width: 300px;
	height: 300px;
	margin: 10px 0;
	text-align: center;
}

#content > #service .box-top:before {
	content: '';
  	position: absolute;
	top: 0;
 	right: 0;
  	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5); /*半透明のフィルターをかける*/
}

#content > #service .box-top a img {
	width: 100%;
}

#content > #service .box-top a p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #FFF;
	font-size: 2.4rem;
}

#content > #service .box-top a .box-line {
	position: absolute;
	top: 50%;
	left: 25%;
	transform: translate(-8%,-50%);
	color: #FFF;
}


/* ========== 経営方針 ========== */
.main > .main_contents > #management > #decision-outer > p {
	text-align: center;
}

.main > .main_contents > #management > p > #decision-motto {
	color: #FF7B00;
	font-weight: bold;
}

.main > .main_contents > #management > p {
	text-align: center;
}

.main > .main_contents > #environment > ol > li > ul > li {
	list-style-type: none;
}

.main > .main_contents > #environment > #ceo {
	text-align: right;
}
	


/* ========== 地図・アクセス ========== */
.main > .main_contents > .map > .map_right {
	height: 0;
	overflow: hidden;
	padding-bottom: 75%;
	position: relative;
}

.main > .main_contents > .map > .map_right iflame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main > .main_contents > .map > .map_left > img {
	width: 100%;
}


/* ========== 経営方針 ========== */
.main > .main_contents > #management > #decision-outer > p img {
	width: 100%;
}


/* ============= 加工 ============= */
.main > .main_contents > section > .img-flex > .flex-left > img {
	width: 100%;
}

.main > .main_contents > section > .img-flex > .flex-left > div > img {
	width: 100%;
}


/* ========== 製品一覧 ========== */
.main > .main_contents > .product > #wide > img {
	width: 100%;
}

.main > .main_contents > .product > .kakou-outer {
	text-align: center;
	margin-bottom: 30px;
}

/* ========== sec-margin ========== */
.sec-margin {
	margin:50px auto;
}

