@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');


html {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 62.5%;
    -moz-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
}

a, a:hover{
	text-decoration: none;
}

.pc{display: block;}
.pc_in{display: inline;}
.sp{display: none;}
.sp_in{display: none;}

body{
	width: 100%;
	color: #231f20;	
	position: relative;
}

#content{
	width: 100%; 
	height: auto;
	padding: 0 0;
	margin: 0 auto;
}

/* navi */
header{
	position: fixed;
	font-size: 0;
	width: 100%;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	z-index: 10000;	
	top: 0;
	font-size: 1.6rem;
	background: #231F20!important;
}

header .inner{
	max-width: 1360px;
	padding: 8px 20px 0 20px;
	margin:  0 auto;
}

header .inner .parker{
	display: block;	
}

header .inner .parker img{
	width: 230px;
	height: auto;
}

header .inner .logo img{
	width: 260px;
	height: auto;
}

header .inner .parker, header .inner .logo{
	transition-duration : 0.3s;
}

header .inner .parker:hover, header .inner .logo:hover{
	opacity: 0.7;
	transition-duration : 0.3s;
}

header .inner .navigation{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .inner .navigation .sp_navigation{
	display: none;
}


header .inner .navigation nav#gnav{
	width: 100%;
/* 	max-width: 980px; */
	max-width: 1060px;
	padding-left: 20px;
}

header .inner .navigation #menu{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

header .inner .navigation #menu li{
	width: 16%;
	height: 46px;
}

header .inner .navigation #menu li a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.2rem;
	font-weight: 500;
	color: #fff;
	background-image: url(../images/nav_line.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 1px 39px;
	transition-duration : 0.3s;
}

/*
header .inner .navigation #menu .products{
	display: flex;
	align-items: center;
}

header .inner .navigation #menu .products:before{
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../images/nav_icon_01a.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 5px;
	transition-duration : 0.3s;
}

header .inner .navigation #menu .contact{
	display: flex;
	align-items: center;
}

header .inner .navigation #menu .contact:before{
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../images/nav_icon_02a.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition-duration : 0.3s;
}
*/

header .inner .navigation #menu > li:first-child a{
	background-image: url(../images/nav_line.png), url(../images/nav_line.png);
	background-position: left center, right center;
	background-repeat: no-repeat, no-repeat;
	background-size: 1px 39px, 1px 39px;
}

header .inner .navigation #menu li a:hover, header .inner .navigation #menu li.sel a{
	color: #231F20;
	background-color: #FDBD13;
	transition-duration : 0.3s;
}

header .inner .navigation #menu li a:hover .products:before, header .inner .navigation #menu li.sel a .products:before{
	background: url(../images/nav_icon_01b.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition-duration : 0.3s;
}

header .inner .navigation #menu li a:hover .contact:before, header .inner .navigation #menu li.sel a .contact:before{
	background: url(../images/nav_icon_02b.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition-duration : 0.3s;
}

#content.products_list header .inner .navigation #menu li a:hover, #content.products_list header .inner .navigation #menu li.sel a{
	color: #fff;
	background-color: #0082c4;
	transition-duration : 0.3s;
}

#content.products_list header .inner .navigation nav#gnav{
	max-width: 1100px;
}


header .inner .navigation #menu li a p{
	padding: 0 0.3em;
}

@media screen and (min-width:1150px) and (max-width:1220px) {
	header .inner .navigation #menu li a{
			font-size: 1.8rem;
	}
}


@media screen and (min-width:950px) and (max-width:1149px) {
	header .inner .parker img{
		width: 180px;
		height: auto;
		margin: 5px 0 0;
	}
	
	header .inner .logo img{
		width: 180px;
		height: auto;
	}

	header .inner .navigation nav#gnav{
		padding-left: 10px;
	}

	header .inner .navigation #menu li{
/* 		padding: 0 5px!important; */
	}	

	header .inner .navigation #menu li a{
			font-size: 1.6rem!important;
	}
	
}

#content.products_list header .inner .navigation #menu li a{
	font-size: 1.6rem;
	line-height: 1.4em;
	text-align: center;
}

@media screen and (min-width:1101px) and ( max-width:1300px) {
	#content.products_list header .inner .navigation #menu li a{
			font-size: 1.3rem!important;
	}
	
}

@media screen and (min-width:950px) and ( max-width:1100px) {
	#content.products_list header .inner .navigation #menu li a{
			font-size: 1.0rem!important;
	}
}


.slicknav_menu {
 display:none;
}

@media screen and (max-width: 949px) {
	header{
		padding: 0.5rem 0;
		height: auto;
	}

	header .inner{
		padding: 0;
	}

	 #gnav {
	 display: none;
	}

	 .slicknav_menu {
	 display: block;
	 z-index: 10000;
	 background: none;
	 padding: 0;
	}	 

	.slicknav_nav ul {
	    margin: 2.0rem auto 0;
	}

	.slicknav_nav ul li{
		border-bottom: 1px solid #ccc;
	}

	.slicknav_nav a  {
	    padding:  0;
	    margin: 0;
	    color: #fff;
		transition-duration: 0;
}

	.slicknav_nav a  p{
		font-size: 1.6rem!important;
	    padding:  1.3em 1.0em;
	    margin: 0;
	    text-decoration: none;
	}

	.slicknav_nav a  p span{
		display: none;
	}

	header .inner .logo{
		position: fixed;
		top: 0.8rem;
		left: 5px;
	}

	header .inner .logo img{
		width: auto;
		height: 30px;
	}

	header .inner .navigation .sp_navigation{
		display: block;
	}

	header .inner .parker{
		display: none;	
	}

/*
	header .slicknav_nav .products{
		background: url(../images/nav_icon_01a.png);
		background-position: 0.5em center;
		background-repeat: no-repeat;
		background-size: auto 2.0em;
		padding-left: 3.0em;
		transition-duration: 0;
	}

	header .slicknav_nav .contact{
		background: url(../images/nav_icon_02a.png);
		background-position: 0.5em center;
		background-repeat: no-repeat;
		background-size: auto 2.0em;
		padding-left: 3.0em;
		transition-duration: 0;
	}
*/

	header .slicknav_nav li a:hover, header .slicknav_nav li.sel a{
		color: #231F20;
		background-color: #FDBD13;
		border-radius: 0;
	}

	#content.products_list header .slicknav_nav li a:hover, #content.products_list header .slicknav_nav li.sel a{
		color: #fff;
		background-color: #0082c4;
		border-radius: 0;
	}

	header .slicknav_nav li a:hover  .products, header .slicknav_nav li.sel a  .products{
		background: url(../images/nav_icon_01b.png);
		background-position: 0.5em center;
		background-repeat: no-repeat;
		background-size: auto 2.0em;
	}

	header .slicknav_nav li a:hover  .contact, header .slicknav_nav li.sel a  .contact{
		background: url(../images/nav_icon_02b.png);
		background-position: 0.5em center;
		background-repeat: no-repeat;
		background-size: auto 2.0em;
	}
}

 #gnav {
	 font-size: 1.6rem;
	 color: #fff;
 }

/*メニューエフェクト*/
.slicknav_icon,
.slicknav_icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.slicknav_icon {
    position: relative;
    width: 50px;
    height: 44px;
}
.slicknav_menu .slicknav_icon-bar{
    position: absolute;
    left: 0;
}
.slicknav_icon span:nth-of-type(1) {
    top: 0;
}
.slicknav_icon span:nth-of-type(2) {
    top: 3px;
}
.slicknav_icon span:nth-of-type(3) {
    bottom: 0;
}
.active .slicknav_icon-bar:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
}
.active .slicknav_icon-bar:nth-of-type(2) {
    opacity: 0;
}
.active .slicknav_icon-bar:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}


/* 共通 */
#content{
	width: 100%;	
}

#content #mv{
	width: 100%;
	height: auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 100px;
	position: relative;
	background-color: #0076CC;
}

#content #mv img{
	width: 100%;
	height: auto;
}

#content section{
	padding: 11.0rem 0;
	background: #fff;
}

#content section > .inn, #content div > .inn{
	width: 96%;
	max-width: 1086px;
	padding: 0 2%;
	margin:  0 auto;
}

#content.top section > .inn, #content.top div > .inn{
	width: 96%;
	max-width: 1360px;
	padding: 0 2%;
	margin:  0 auto;
}

#content #pankuzu{
	width: 100%;
	padding: 125px 0 25px;
	font-size: 10px;
	margin: 0 auto;
}

#content #pankuzu ul{
	list-style: none;
	color: #0082c4;
	font-size: 1.2rem;
}

#content #pankuzu ul li{
	display: inline-block;
}

#content #pankuzu ul li:after{
	content: ">";
	padding: 0 0.5em;
}

#content #pankuzu ul > li:last-child:after{
	content: none;
	padding: 0;
}

#content #pankuzu ul li a{
	color: #0082c4;
}

#content #pankuzu ul li a:hover{
	opacity: 0.5;
}

@media screen and (max-width: 949px) {
	#content #mv{
		width: 100%;
		height: auto;
		margin-top: 49px;
	}

	#content #pankuzu{
		width: 100%;
		padding: 60px 0 10px;
		font-size: 10px;
		margin: 0 auto;
	}
	
	#content #pankuzu ul{
		font-size: 1.0rem;
	}
}

#content #title{
	width: 100%;
	height: 400px;
	background-color: #fdbd13;
}

#content #title .title_inn{
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

#content #title .title_inn .txt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 470px;
	padding: 0 0 0 130px;
	height: 400px;
}

#content #title .title_inn .txt h1{
	font-size: 3.0rem;
	line-height: 1.5em;
	font-weight: normal;
	padding-right: 1.5em;
}

#content #title .title_inn .txt h1 span{
	font-size: 6.3rem;
	font-weight: bold;
}

#content #title .title_inn .ph{
	overflow: hidden;
	height: 400px;
}

#content #title .title_inn .ph img{
	width: auto;
	height: 100%;
}

@media screen and (min-width:950px) and ( max-width:1600px) {
	#content #title .title_inn{
		max-width: none;
	}
	
	#content #title .title_inn .txt{
		width: 470px;
		min-width: 470px;
		padding: 0 0 0 30px;
	}
}

@media screen and (min-width:950px) and ( max-width:1200px) {
	#content #title .title_inn .ph img{
		margin-left: -300px;
	}
	#content.contact #title .title_inn .ph img{
		margin-left: -100px;
		margin-top: 13%;
		height: 70%;
	}
}

@media screen and (min-width:768px) and ( max-width:949px) {
	#content #title{
		height: 300px;
	}
	
	#content #title .title_inn{
		max-width: none;
	}
	
	#content #title .title_inn .txt{
		width: 400px;
		min-width: 400px;
		padding: 0 0 0 20px;
		height: 300px;
	}
	
	#content #title .title_inn .txt h1{
		font-size: 2.0rem;
	}
	
	#content #title .title_inn .txt h1 span{
		font-size: 5.3rem;
	}
	
	#content #title .title_inn .ph{
		height: 300px;
	}
	
	#content.contact #title .title_inn .ph img{
		margin-left: -100px;
		margin-top: 13%;
		height: 70%;
	}

	#content.marine_business #title .title_inn .ph img{
		margin-left: -150px;
	}

}

#content section h2{
	text-align: center;
	color: #231f20;	
	font-size: 3.3rem;
	line-height: 1.2em;
	font-weight: bold;
	width: 90%;
	max-width: 500px;
	margin: 0 auto;
	background-image: url(../images/h2_line_02.png);
	background-position: center 1.3em;
	background-repeat: repeat-x;
	background-size: 1px;
}

#content section h2 span{
	color: #0076cc;
	font-size: 2.0rem;
	font-weight: bold;
}

#content .anker{
	position: relative;
}

#content .anker a{
	position: absolute;
	bottom: 10.0rem;	
}

#content section .column{
	display: flex;
	justify-content: space-between;
	margin: 70px auto 0;
}

#content section .column .ph{
	width: 44%;
}

#content section .column .ph img{
	width: 100%;
	height: auto;
}

#content section .column .txt{
	width: 49%;
	padding: 0 0 0 5%;
}

#content section .column .txt p{
	text-align: justify;
	font-size: 1.8rem;
	line-height: 1.8em;
}

.page-top {
    bottom: 20px;
    height: 50px;
    position: fixed;
    right: 3vw;
    width: 50px;
    z-index: 100;
}

.page-top a{
    display: block;
    width: 100%;
    height: 100%;
   background-color: #0082C4;
    border: 1px solid #fff;
    background-image: url(../images/btn_move.svg);
    background-repeat: no-repeat;
    background-size: 30% auto;
    background-position: center center ;    
    transition-duration : 0.5s; 
}

.page-top a:hover{
    background-color: #85ABD2;
   transition-duration : 0.5s; 
}

/* フッター */
footer{
	width: 100%;
	background: #fff;
	background-repeat: no-repeat;
	background-position: center top;
	border-top: 5px solid #FDBD13;
}

footer .navi{
	display: flex;
	justify-content: space-between;
	max-width: 1360px;
    padding: 30px 50px;
    margin: 0 auto;
}

footer .navi .address{
	width: 300px;
	min-width: 300px;
}

footer .navi .address p.name{
	font-size: 1.7rem;
	line-height: 1.4em;
	font-weight: bold;
	margin: 2.5em 0 0;
}

footer .navi .address p.add{
	font-size: 1.5rem;
	line-height: 1.6em;
	margin: 0.8em 0 0;
}

footer .navi .address a.privacy {
	color: #000;
}

footer .navi .address a {
    transition-duration : 0.5s; 
}


footer .navi .address a img{
	width: 90%;
}

footer .navi .address a:hover {
	opacity: 0.5;
    transition-duration : 0.5s; 
}

footer .navi .site_map{
	min-width: 850px;
	display: flex;
	justify-content: flex-start;
}

footer .navi .site_map > div{
	padding-right: 100px;
}

footer .navi .site_map > div:last-child{
	padding-right: 0;
}

footer .navi .site_map > div a{
	display: block;
	font-size: 1.5rem;
	line-height: 1.2em;
	margin-bottom: 1.0em;
	color: #000;
    transition-duration : 0.5s; 
}

footer .navi .site_map > div > div a{
	font-size: 1.9rem;
	line-height: 1.2em;
	font-weight: bold;
	margin: 1.3em 0;
}

footer .navi .site_map > div a.sub:before{
	content: "―";	
}

footer .navi .site_map > div a:hover{
	text-decoration: underline;
	opacity: 0.5;
    transition-duration : 0.5s; 
}

footer .navi .site_map > div a.marine{
	margin-top: 2.0em;
}

footer .navi .site_map > div a.privacy{
	margin-top: 13.0em;
}

footer .copy{
	background: #231f20;
}

footer .copy > div{
	max-width: 1360px;
    padding: 30px 10px;
    margin: 0 auto;
}

footer .copy > div p{
	font-size: 1.3rem;
	line-height: 1.0em;
	font-weight: bold;
	color: #fff;
}

footer.products_footer{
	border-top: none;
}

footer.products_footer .copy > div{
    padding: 15px 10px;
}


@media screen and (min-width:768px) and ( max-width:1300px) {
	footer .navi .address{
		width: 250px;
		min-width: 250px;
	}
	
	footer .navi .address p.name{
		font-size: 1.5rem;
	}
	
	footer .navi .address p.add{
		font-size: 1.3rem;
	}
	
	footer .navi .site_map{
		min-width: 0;
	}
	
	footer .navi .site_map > div{
		padding-right: 50px;
	}
	
	footer .navi .site_map > div a{
		font-size: 1.3rem;
	}
	
	footer .navi .site_map > div > div a{
		font-size: 1.6rem;
	}
}

@media screen and (min-width:768px) and ( max-width:989px) {
	footer .navi{
		display: block;
	}
	
	footer .navi .address{
		margin: 0 auto 50px;
	}
	
	footer .navi .site_map{
		justify-content: space-around;
	}
}

/* トップページ */
#content.top #read{
	background-color: #0076cc;
	padding: 11.0rem 0;
}

#content.top #read .inn {
	text-align: center;
	color: #fff;
}

#content.top #read .inn > p{
	font-size: 3.9rem;
	line-height: 1.8em;
	font-weight: bold;
}

/*
#content.top #read .inn > p:last-child{
	font-size: 3.0rem;
	line-height: 1.8em;
}
*/

#content.top #read .inn img{
	width: 60%;
	max-width: 300px;
	height: auto;
}

#content.top #products_link .inn .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 5.0rem auto 0;
}

#content.top #products_link .inn .list a{
	width: 32%;
	border: 1px solid #bdbcbc;
	background-color: #fff;
	margin: 0 0 2.0rem;
}

#content.top #products_link .inn .list a .image{
	width: 100%;
	overflow: hidden;
	aspect-ratio: 440 / 355;
}

#content.top #products_link .inn .list a .image img{
	width: 100%;
	height: auto;
	transition-duration: 1.0s;
}

#content.top #products_link .inn .list a .name{
	width: 80%;
	height: 5.9em;
	margin: 0 auto;
	text-align: center;
	font-size: 2.2rem;
	line-height: 1.8em;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
} 

#content.top #products_link .inn .list a .name.filter{
	display: flex;
	justify-content: space-around;
	align-items: center;
	text-align: left;
}

#content.top #products_link .inn .list a .name.filter p{
	font-size: 1.6rem
}

@media screen and (min-width:768px) and ( max-width:949px) {
	#content.top #products_link .inn .list a .name{
		font-size: 1.8rem;
	} 
	#content.top #products_link .inn .list a .name.filter p{
		font-size: 1.2rem
	}
}


#content.top #products_link .inn .list a .name p{
	color: #152b39;
}

#content.top #products_link .inn .list a .detail{
	width: 80%;
	margin: 0 auto;
	padding: 33px 0;
	text-align: right;
} 

#content.top #products_link .inn .list a .detail p{
	color: #0076cc;
	font-size: 1.8rem;
	font-weight: 500;
	padding-right: 1.1em;
	background: url(../images/detail_01a.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 1.0em;
}

#content.top #products_link .inn .list a:hover{
	background-color: #efefef;
	transition-duration: 0.5s;
}

#content.top #products_link .inn .list a:hover .image img{
	 mix-blend-mode: multiply;
	transform: scale(1.05);
}

#content.top #marine{
	background-color: #0076cc;
}

#content.top #marine .inn a{
	width: 100%;
	height: 270px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	transition-duration: 0.5s;
}

#content.top #marine .inn a .image{
	width: 67%;
	height: 100%;
	overflow: hidden;
}

#content.top #marine .inn a .image img{
	width: auto;
	height: 100%;
	transition-duration: 1.0s;
}

#content.top #marine .inn a .txt{
	width: 25%;
	min-width: 300px;
	color: #0076cc;
	padding:  40px 4% 0;
}

#content.top #marine .inn a .txt h3{
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
	padding: 0 1.0em 1.5em;
}

#content.top #marine .inn a .txt p{
	text-align: justify;
	font-size: 1.8rem;
	line-height: 1.6em;
	margin-bottom: 1.5em;
}

#content.top #marine .inn a .txt .detail {
	text-align: right;
	color: #0076cc;
	font-weight: 500;
	padding-right: 1.1em;
	margin-bottom: 0;
	background: url(../images/detail_01a.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 1.0em;
}

#content.top #marine .inn a:hover{
	background-color: #efefef;
	transition-duration: 0.5s;
}

#content.top #marine .inn a:hover .image img{
	 mix-blend-mode: multiply;
	transform: scale(1.05);
}

#content.top #news{
	background-color: #fff;
	padding: 11.0rem 0 20.0rem;
}

#content.top #news h2{
	text-align: center;
	color: #0076cc;
	font-size: 3.3rem;
	line-height: 1.1em;
	font-weight: bold;
	width: 90%;
	max-width: 500px;
	margin: 0 auto;
	background-image: url(../images/h2_line_01.png);
	background-position: center 1.1em;
	background-repeat: repeat-x;
	background-size: 1px;
}

#content.top #news h2 span{
	color: #231f20;	
	font-size: 2.0rem;
	font-weight: normal;
}

#content.top #news .news_list{
	width: 100%;
	max-height: 200px;
	max-width: 1360px;
	overflow-y: auto;
	margin: 60px auto 0;
	border: 1px solid #bdbcbc;
}

#content.top #news .news_list > div{
	padding: 20px 4%;
}

#content.top #news .news_list > div > div, #content.top #news .news_list > div > a{
	font-size: 1.6rem;
	line-height: 1.6em;
	display: flex;
	justify-content: flex-start;
	padding-right: 1.5em;
	margin-bottom: 0.8em;
	color: #231f20;
}

#content.top #news .news_list > div > a{
	background: url(../images/news_01.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 1.0em;
}

#content.top #news .news_list > div > a:hover{
	opacity: 0.5;
}

#content.top #news .news_list .day{
	color: #a7a5a6;
	width: 8.0em;
	min-width: 130px;
}

/* 製品情報 */
#content.products section{
	background: #fff;
}

#content.products #parker_store .column .txt h3{
	font-size: 2.5rem;
	line-height: 1.6em;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/h3_line_01.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: 10px 10px;
}

#content.products #parker_store .column.test .txt{
	padding: 0 5% 0 0;
}

#content.products #parker_store .column.test .txt img{
	width: 100%;
	height: auto;
	margin-top: 55px;
}

#content.products #products_link .inn .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 50px auto;
}

#content.products #products_link .inn .list a{
	width: 32%;
	border: 1px solid #bdbcbc;
	background-color: #fff;
	margin: 0 0 2.0rem;
}

#content.products #products_link .inn .list a .image{
	width: 100%;
	overflow: hidden;
	aspect-ratio: 440 / 355;
}

#content.products #products_link .inn .list a .image img{
	width: 100%;
	height: auto;
	transition-duration: 1.0s;
}

#content.products #products_link .inn .list a .name{
	width: 80%;
	height: 5.9em;
	margin: 0 auto;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.8em;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
} 

#content.products #products_link .inn .list a .name p{
	color: #152b39;
}

#content.products #products_link .inn .list a .name.filter{
	display: flex;
	justify-content: space-around;
	align-items: center;
	text-align: left;
}

#content.products #products_link .inn .list a .name.filter p{
	font-size: 1.5rem
}

@media screen and (min-width:768px) and ( max-width:949px) {
	#content.products #products_link .inn .list a .name{
		font-size: 1.6rem;
	} 
	#content.products #products_link .inn .list a .name.filter p{
		font-size: 1.2rem
	}
}

#content.products #products_link .inn .list a .detail{
	width: 80%;
	margin: 0 auto;
	padding: 22px 0;
	text-align: right;
} 

#content.products #products_link .inn .list a .detail p{
	color: #0076cc;
	font-size: 1.4rem;
	font-weight: 500;
	padding-right: 1.1em;
	background: url(../images/detail_01a.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 1.0em;
}

#content.products #products_link .inn .list a:hover{
	background-color: #efefef;
	transition-duration: 0.5s;
}

#content.products #products_link .inn .list a:hover .image img{
	 mix-blend-mode: multiply;
	transform: scale(1.05);
}

#content.products #products_link .link a{
	width: 90%;
	max-width: 440px;
	background-color: #fdbd13;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
	margin: 90px auto 0;
	box-shadow: 5px 5px 5px #efefef;
	transition-duration: 0.5s;
}

#content.products #products_link .link a img{
	width: 39%;
	max-width: 175px;
	height: auto;
}

#content.products #products_link .link a p{
	font-size: 2.0rem;
	line-height: 1.5em;
	padding: 0 1.2em;
	color: #231f20;
	background-image: url(../images/detail_01c.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 1.0em 1.0em;
}

#content.products #products_link .link a:hover{
	background-color: #fed15a;
	transition-duration: 0.5s;
}

#content.products #marine_link .column a{
	width: 90%;
	max-width: 240px;
	background-color: #0076cc;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
	margin: 75px auto 30px;
	box-shadow: 5px 5px 5px #efefef;
	transition-duration: 0.5s;
}

#content.products #marine_link .column a p{
	font-size: 2.0rem;
	line-height: 1.5em;
	padding: 0 1.2em;
	color: #fff;
	background-image: url(../images/detail_01b.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 1.0em 1.0em;
}

#content.products #marine_link .column a:hover{
	background-color: #4ca7d6;
	transition-duration: 0.5s;
}

/* 船舶事業 */
#content.marine_business #lineup{
	background: #f4f4f4;
}

#content.marine_business .box{
	margin: 70px auto 0;
	padding: 50px 2% 40px 8%;
	background: #fff;
	text-align: center;
}

#content.marine_business .box h3{
	font-size: 2.5rem;
	line-height: 1.8em;
	margin: 0 auto 50px;
	padding: 0 0.5em;
	text-align: center;
	display: inline-block;
	color: #fff;
	background: #0082c4;
}

#content.marine_business .box > div{
	text-align: left;
}

#content.marine_business .box > div ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto ;
}

#content.marine_business .box > div li{
	list-style: none;
	font-size: 1.8rem;
	line-height: 1.6em;
	width: 30%;
	text-indent: -1.0em;
	margin: 0 0 0.6em;
}

#content.marine_business .box > div li:before{
	content: "・";	
	color: #80c0e1;
}

#content.marine_business .list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 100px auto 0;
}

#content.marine_business .list > div{
	width: 32%;
	text-align: center;
}

#content.marine_business .list > div img{
	width: 100%;
	height: auto;
}

#content.marine_business .list > div p{
	font-size: 1.4rem;
	line-height: 1.2em;
	padding: 1.0em 1.0em 3.0em;
}

#content.marine_business #delivery table{
	margin: 40px auto;
	text-align: center;
	width: 100%;
}

#content.marine_business #delivery table tbody tr > th{
	font-size: 1.8rem;
	line-height: 1.2em;
	padding: 1.5em 1.0em;
	background: #d3d2d2;
	width: 33%;
}

#content.marine_business #delivery table tbody > tr > td{
	font-size: 1.8rem;
	line-height: 1.2em;
	padding: 1.5em 1.0em;
	background: #f4f4f4;
}
	
#content.marine_business #delivery table tbody > tr:nth-child(odd) td{
	background: #e9e9e9;
}

/* 当社について */
#content.concept #read{
	padding-bottom: 0;
}

#content.concept #read h2{
	width: 100%;
	max-width: none;
	text-align: left;
	background: none;
	color: #005296;
	padding-bottom: 1.0em;
}

#content.concept #read .txt p{
	text-align: justify;
	font-size: 1.8rem;
	line-height: 1.8em;
}

#content.concept #service{
	padding-bottom: 0;
}

#content.concept #service .inn img{
	width: 100%;
	height: auto;
}

#content.concept #products{
}

#content.concept #products .inn h3{
	font-size: 1.8rem;
	line-height: 1.8em;
	font-weight: normal;
}

#content.concept #products .inn h3 a{
	font-size: 3.4rem;
	color: #d67e00;
	margin-right: 1.0em;
	font-weight: bold;
}

#content.concept #products .inn h3 a:hover{
	opacity: 0.5;
}

#content.concept #products .inn > div{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 20px auto;
}

#content.concept #products .inn > div > div{
	width: 23%;
	min-width: 255px;
	border: 3px solid #ffc100;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

#content.concept #products .inn > div > div p{
	width: 45%;
	font-size: 2.1rem;
	line-height: 1.3em;
	font-weight: 500;
	padding: 0 0 0 0.7em;
}

#content.concept #products .inn > div > div img{
	width: 52%;
	height: auto;
}

@media screen and (max-width : 830px) {
	#content.concept #products .inn > div > div{
		width: 47%;
		min-width: auto;
		border: 3px solid #ffc100;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 10px;
	}
}

/* 企業情報 */
#content.company #greeting .name{
	text-align: right;
}

#content.company #philosophy p{
	text-align: center;
	font-size: 4.0rem;
	line-height: 1.4em;
	font-weight: 300;
	padding: 1.5em 1.0em 1.0em;
}

#content.company #overview table{
	margin: 40px auto;
	width: 100%;
	text-align: left;
}

#content.company #overview table tbody  th{
	font-size: 1.8rem;
	line-height: 1.6em;
	font-weight: bold;
	padding: 1.5em 1.0em 1.5em 2.0em;
	width: 6.0em;
	border-right: 2px solid #fff;
}

#content.company #overview table tbody td{
	font-size: 1.8rem;
	line-height: 1.6em;
	padding: 1.5em 1.0em 1.5em 2.0em;
}

#content.company #overview table tbody > tr{
	background: #f4f4f4;
}
	
#content.company #overview table tbody > tr:nth-child(odd){
	background: #e9e9e9;
}

#content.company #overview table tbody td.add{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#content.company #overview table tbody td.add a{
	font-size: 1.5rem;
	line-height: 1.6em;
	padding: 0 2.0em;
	margin-left: 1.5em;
	border-radius: 0.8em;
	color: #fff;
	background-color: #0082c4;
	background-image: url(../images/company_link.png);
	background-position: 90% center;
	background-repeat: no-repeat;
	background-size: 1.2em auto;
    transition-duration : 0.5s; 
}

#content.company #overview table tbody td.add a:hover{
	opacity: 0.5;
    transition-duration : 0.5s; 
}

#content.company #main_customers ul{
	max-width: 900px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 70px auto 0;
}

#content.company #main_customers li{
	list-style: none;
	font-size: 1.8rem;
	line-height: 1.6em;
	width: 46%;
	text-indent: -1.0em;
	margin: 0 0 0.6em;
}

#content.company #main_customers li:before{
	content: "・";	
	color: #80c0e1;
}


#content.company #main_customers ul > li:last-child{
	text-align: right;
	font-size: 1.6rem;
	margin-top: 1.6em;
}

#content.company #main_customers ul > li:last-child:before{
	content: none;	
}


#content.company #group{
	text-align: center;
}

#content.company #group p{
	font-size: 1.8rem;
	line-height: 1.6em;
	padding: 0 1.0em;
	margin: 40px auto 70px;
}

#content.company #group img{
	width: 100%;
	max-width: 900px;
	height: auto;
}

#content.company #history .inn > div{
	width: 100%;
	max-width: 800px;
	margin: 70px auto;
	font-size: 1.8rem;
	line-height: 1.6em;
	padding: 0 1.0em 0 0;
	background-image: url(../images/company_history_02.png);
	background-repeat: repeat-y;
	background-position: left center;
	background-size: 1.0em auto;
}

#content.company #history .inn > div .year{
	padding: 2.0em 0 0.5em;
}

#content.company #history .inn > div .year p{
	font-size: 2.4rem;
	line-height: 1.4em;
	padding-left: 2.25em;
	color: #0076cc;
	background-image: url(../images/company_history_01.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 0.75em auto;
}

#content.company #history .inn > div .year p span{
	font-size: 60%;
}

#content.company #history .inn > div .event{
	padding: 0 0 1.0em;
}

#content.company #history .inn > div .event p{
	font-size: 1.8rem;
	line-height: 1.8em;
	padding-left: 3.0em;
}

#content.company #history .inn > div .event p.sub{
	font-size: 2.4rem;
	line-height: 1.4em;
	padding-left: 2.25em;
	padding-top: 1.0em;
	color: #0076cc;
}

#content.company #history .inn > div .event p.sub span{
	font-size: 60%;
}


/* カタログダウンロード */
#content.catalog  #catalog_download .inn .read{
	font-size: 1.8rem;
	line-height: 1.6em;	
	margin-bottom: 5.0rem;
}

#content.catalog  #catalog_download .inn .read a{
	color: #5eb0da;
	text-decoration: underline;
    transition-duration : 0.5s; 
}

#content.catalog  #catalog_download .inn .read a:hover{
	opacity: 0.5;
    transition-duration : 0.5s; 
}

#content.catalog  #catalog_download .inn .list{
	width: 100%;
	margin: 0 auto 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#content.catalog  #catalog_download .inn .list > div{
	width: 31%;
	max-width: 300px;
	margin: 38px 0;
}

#content.catalog  #catalog_download .inn .list > div > p{
	font-size: 1.8rem;
	line-height: 1.2em;
	padding-bottom: 0.5em;
	text-indent: -1em;
	padding-left: 2em;
	margin-left: -0.5em;
}

#content.catalog  #catalog_download .inn .list > div > p:before{
	content: "●";
	color: #80c0e1;
}

@media screen and (min-width:768px) and ( max-width:1000px) {
	#content.catalog  #catalog_download .inn .list > div > p{
		font-size: 1.4rem;
		line-height: 1.2em;
		padding-bottom: 0.5em;
	}
}

#content.catalog  #catalog_download .inn .list > div img{
	width: 100%;
	height: auto;
	border: 1px solid #b9bfc4;
}

#content.catalog  #catalog_download .inn .list > div a{
	width: 100%;
	height: 60px;
	max-width: 240px;
	background: #0082c4;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 25px auto 0;
	box-shadow: 5px 5px 5px #efefef;
}

#content.catalog  #catalog_download .inn .list > div a p{
	font-size: 1.8rem;
	color: #fff;
}

#content.catalog  #catalog_download .inn .list > div a p:after{
	content: "";
	display: inline-block;
	width: 24px;
	height: 18px;
	background: url(../images/download.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 5px;
	transition-duration : 0.3s;
}

#content.catalog  #catalog_download .inn .list > div a:hover{
	opacity: 0.6;
	transition-duration : 0.3s;
}

/* 個人情報保護方針 */
#content.privacy .inn{
	max-width: 800px;
	font-size: 1.8rem;
	line-height: 1.8em;
	text-align: justify;
}

#content.privacy .inn h2{
	margin-bottom: 5.0rem;
}

#content.privacy .inn .name{
	text-align: right;
	margin-bottom: 1.2em;
}

#content.privacy #policy{
	background: #f4f4f4;
}

#content.privacy #policy p{
	padding-bottom: 1.0em;
}

#content.privacy #policy h3{
	color: #0076cc;
	font-weight: bold;
}

#content.privacy #contact a{
	color: #5eb0da;
	text-decoration: underline;
	transition-duration : 0.3s;
}

#content.privacy #contact a:hover{
	opacity: 0.6;
	transition-duration : 0.3s;
}

/* 製品詳細 */

#content.products_list .main{
	padding-top: 100px;
	text-align: center;
	font-size: 0;
}

#content.products_list .main .head{
	width: 100%;
	max-width: 1200px;
	height: 300px;
/* 	background: #e9e9e9; */
	background: #fdbd13;
	margin: 50px auto 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#content.products_list .main .head > div:first-child{
	width: 41%;
	height: 300px;
	overflow: hidden;
	position: relative;
}

#content.products_list .main .head > div img{
	width: auto;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#content.products_list .main .head > div h1{
	text-align: left;
	font-size: 4.0rem;
	line-height: 1.4em;
	font-weight: 700;
	padding-left: 1.0em;
}

#content.products_list .main .head > div h1 > div{
	display: flex;
	justify-content: flex-start;
}

#content.products_list .main .head > div h1 > div > p{
	font-size: 85%;
	padding-right: 1.0em;
}

#content.products_list .main .head > div h1 > div > p:last-child {
	padding-right: 0;
}

#content.products_list .sub_nav #sub_nav_menu{
	width: 100%;
	max-width: 1200px;
	margin: 50px auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#content.products_list .sub_nav #sub_nav_menu span{
	font-size: 85%;
}

#content.products_list .sub_nav #sub_nav_menu li{
/* 	width: 18%; */
	width: 197px;
	border-right: 0.5px solid #bdbcbc;
	border-left: 0.5px solid #bdbcbc;
	border-top:  1px solid #bdbcbc;
	border-bottom:  1px solid #bdbcbc;
}

#content.products_list .sub_nav.filter #sub_nav_menu li{
	width: 169px;
}


#content.products_list .sub_nav #sub_nav_menu > li:first-child{
	border-left: 1px solid #bdbcbc;
}

#content.products_list .sub_nav #sub_nav_menu > li:last-child{
	border-right: 1px solid #bdbcbc;
}


#content.products_list .sub_nav #sub_nav_menu li a{
	font-size: 1.6rem;
	line-height: 2.5em;
	font-weight: 500;
	display: block;
	color: #0082c4;
	background-color: #e9e9e9;
	transition-duration: 0.3s;
}

#content.products_list .sub_nav #sub_nav_menu li a:hover, #content.products_list .sub_nav #sub_nav_menu li.sel a{
	color: #fff;
	background-color: #0082c4;
	transition-duration : 0.3s;
}

/* 準備中 */
#content.products_list .preparation{
	text-align: center;
	font-size: 4.0rem;
	padding: 2.0em 0;
}

#content.products_list .main .line_up{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 0;
	padding: 0 0 115px;
}

#content.products_list .main .line_up > div{
	width: 94%;
	padding: 28px 3%;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	background-image: url(../images/products_link_back.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	color: #231F20;
	border-top: 1px solid #BFBFBF;
}

#content.products_list .main .line_up > div:last-child{
	border-bottom: 1px solid #BFBFBF;
}

 #content.products_list .main .line_up > div p{
	font-size: 1.6rem;
	line-height: 1.8em;
	font-weight: 400;
	text-align: justify;
}

#content.products_list .main .line_up > div p.name{
	font-size: 2.3rem;
	line-height: 1.6em;
	text-align: left;
	font-weight: 700;
}

#content.products_list .main .line_up > div h3{
	text-align: left;
	font-size: 1.8rem;
	line-height: 1.6em;
	font-weight: 700;
	color: #0082C4;
	margin-top: 1.3em;
}

#content.products_list .main .line_up > div h4{
	text-align: left;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.8em;
	color: #0082C4;
	margin-top: 1.3em;
}

#content.products_list .main .line_up > div p.series{
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.8em;
	text-align: justify;
}

#content.products_list .main .line_up > div ul{
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.8em;
	text-align: justify;
	padding-left: 1.0em
}

#content.products_list .main .line_up > div li{
	list-style: "・";
}

#content.products_list .main .line_up > div > div:first-child{
	width: 63%;
	max-width: 720px;
}

#content.products_list .main .line_up > div > div:last-child{
	width: 32%;
	padding-left: 5%;
	max-width: 360px;
}
#content.products_list .main .line_up > div > div:last-child img{
	width: 100%;
	height: auto;
}

#content.products_list .main .line_up .ttl{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#content.products_list .main .line_up .btn{
	display: flex;
	justify-content:  flex-start;
	margin-top: 20px;
	flex-wrap: wrap;
}

#content.products_list .main .line_up .btn a{
	font-size: 1.6rem;
	line-height: 2.0em;
	padding: 0 1.0em;
	margin: 0 5px 8px;
	text-decoration: none;
	color: #fff;
	background: #0082C4;
}

#content.products_list .main .line_up .ttl .btn{
	margin-top: 0;
	padding-left: 20px;
}

#content.products_list .main .line_up .ttl .btn a{
	width: 5.0em;
	background: #FDBD13;
	color: #000;
	margin-left: 20px;
}

#content.products_list .main .line_up .btn a.pdf {
	background: #fb0f01;
}

#content.products_list .main .line_up .btn a.move {
	background: #aaa;
}

#content.products_list .main .line_up .btn a:hover{
	opacity: 0.5;
}

#content.products_list .main .filter_map > div{
}

#content.products_list .main .filter_map > div > div:first-child{
	max-width: 500px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

#content.products_list .main .filter_map > div > div:first-child img{
	width: 100%;
	height: auto;
	margin: 0;
}

#content.products_list .main .filter_map > div > div:last-child{
	min-width: 600px;
}

#content.products_list .main .filter_map > div > div:last-child img{
	width: 100%;
	height: auto;
	margin-bottom: 0;
}

#content.products_list .main .line_up .annotation{
	border: 1px solid #ddd;
	padding: 15px;
	width: auto;
	margin-top: 10px;
}

#content.products_list .main .line_up .annotation h5{
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.8em;
	text-align: justify;
}

#content.products_list .main .line_up .annotation p{
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.8em;
	text-align: justify;
}

#content.products_list .main .line_up .maintenance_ph img{
	margin-bottom: 10px;
}

#content.products_list .main .line_up .maintenance_ph > img:last-child{
	margin-bottom: 0;
}

@media screen and (max-width: 949px) {
	#content.products_list .main{
		padding-top: 3.0rem;
	}

	#content.products_list .main .line_up .ttl{
		display: block;
	}
	
	#content.products_list .main .line_up > div p.name{
		margin-bottom: 0.5em;
	}

	#content.products_list .main .line_up .ttl .btn{
		padding-left: 0;
	}
	
	#content.products_list .main .line_up .ttl .btn a{
		margin-left: 0;
	}

	#content.products_list .main .filter_map > div{
		display: block;
	}
	
	#content.products_list .main .filter_map > div > div:first-child{
		max-width: none;
		display: block;
	}
	
	#content.products_list .main .filter_map > div > div:first-child img{
		width: 100%;
		max-width: 600px;
		height: auto;
		margin: 0 auto 50px;
	}
	
	#content.products_list .main .filter_map > div > div:last-child{
		width: 100%;
		max-width: 600px;
		min-width: 0;
		text-align: center;
		margin: 0 auto;
	}
}

@media screen and (min-width:768px) and ( max-width:950px){
	#content.products_list .main .head > div h1{
		font-size: 3.0rem;
	}
}

/* お問い合わせ */
#content.contact #form form{
	font-size: 1.8rem;
	font-weight: 400;
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
}

#content.contact #form form > p{
	font-size: 1.6rem;
	line-height: 1.8em;
	font-weight: 400;
	padding-bottom: 3.0em;
}

#content.contact #form form > p a{
	color: #5eb0da;
	text-decoration: underline;
}

#content.contact #form form > p a:hover{
	opacity: 0.5;
}


#content.contact #form form > div{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	margin:  0 0 18px;
}

#content.contact #form form > div > div:first-child{
	width: 33%;
	max-width: 270px;
	position: relative;
}

#content.contact #form form .required:after {
    color: #fff;
    background: red;
    content: "必須";
    display: block;
    font-size: 1.4rem;
    line-height: 1.0em;
    padding: 0.3em 0.8em;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}


#content.contact #form form > div > div:last-child{
	width: 67%;
	min-width: 490px;
	padding: 10px 0px 10px 60px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

@media screen and (min-width:768px) and ( max-width:810px) {
	#content.contact #form form > div > div:first-child{
		width: auto;
		min-width: 220px;
	}
	
	#content.contact #form form > div > div:last-child{
		width: 64%;
		min-width: none;
		padding: 10px 0px 10px 3%;
	}
	
}

#content.contact #form form > div > div:last-child > p:first-child{
	padding-right: 2.0em;
}

#content.contact #form form > div > div:last-child input{
	border: 1px solid #ccc;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    padding: 17px 4%;
    position: relative;
    width: 92%;
}

#content.contact #form form > div > div:last-child textarea {
	border: 1px solid #ccc;
    height: 22em;
    letter-spacing: 0.1em;
    padding: 17px 4%;
    width: 92%;
}

#content.contact #form form div.tel > div:last-child{
	justify-content: space-between;
}

#content.contact #form form div.tel > div:last-child input{
    width: 22%;
}

#content.contact #form form div > div:last-child #zip01{
    width: 22%;
}


#content.contact #form form div > div:last-child  p{
	font-size: 1.4rem;
	line-height: 1.2em;
	font-weight: 400;
	padding-top: 0.5em;
} 

#content.contact #form form .consent_txt {
	display: block;
    text-align: center;
	font-size: 1.6rem;
    line-height: 1.6em;
    margin: 120px 0 50px ;
}

#content.contact #form form .consent_txt a{
	color: #808080;	
	text-decoration: underline;
}

#content.contact #form form .consent_check{
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.2em;
	font-weight: 400;
	margin: 3.0em auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

#content.contact #form form .consent_check label .required_txt{
    color: #fff;
    background: red;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.0em;
    padding: 0.3em 0.8em;
    font-weight: 500;
}

#content.contact #form form .privacy_check {
    display: inline-block !important;
    padding: 0;
    min-height: inherit;
    width: 18px;
    height: 18px;
    border: none;
    border: solid 1px #000;
    border-radius: 3px;
    background-color: #f8f8f8;
    margin-bottom: 5px;
}

#content.contact .submit{
	display: flex;
	justify-content: center!important;
	align-items: center;
	padding: 80px 0;
	width: 100%;
}

#content.contact .submit input[type=submit]{
    -webkit-appearance: button;
    border: none;
    background: #0082c4;
    color: #fff;
    font-size: 1.8rem;
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 240px;
    height: 60px;
    margin: 0 20px;
	box-shadow: 5px 5px 5px #efefef;
}

#content.contact .submit input[type=submit]:hover{
	opacity: 0.5;
	transition-duration : 0.3s;
}


