@charset "utf-8";
/********************************************************/
/*** 共通 ******************************************/
/********************************************************/
body{
    font-size: 15px;
    line-height: 1.6;
	font-family: arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #333;
	/*background-color:#fdfdfd;*/
}
a{
	color: #0083df;
}
.bold{
	font-weight: bold;
}
.center{
	text-align: center;
}
img {
	max-width: 100%;
	height: auto;
}
/*** youtube・googlemap設定時の調整 ***/
.iframe-box {
    position: relative;
	margin:1.15em;
    padding-bottom: 56.25%;
    /*padding-top: 30px;*/
    height: 0;
    overflow: hidden;
}
.iframe-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*** ヘッダー ********************************/
header{
}
#logo{
	display: none;
}
/*** ヘッダー - PC用 ********************************/
@media (min-width: 768px) {
header{
	box-sizing: border-box;
	max-width: 1024px;
	margin: 0 auto;
	height: 96px;
}
#logo{
	float: left;
	display: block;
	width: 128px;
	margin: 0;
	padding: 22px 0 0 20px;
}
}
/*** メニュー *************************************/
#gnav{
	display: none;/*モバイル時は非表示*/
	width: 100%;
	background-color: #fff;
}
#gnav a{
	color: #333;
	text-decoration: none;
}
/*** メニュー - PC用 ********************************/
@media (min-width: 768px) {
nav{
	max-width: 1024px;
	background-color: #fff;
}
#gnav{
	float: right;
	box-sizing: border-box;
	display: inline-block;/*モバイル時は非表示*/
	max-width: 560px;
	width:auto;
	height: 96px;
	margin: 0;
	padding: 0;
}
#gnav ul{
}
#gnav li{
	box-sizing: border-box;
	float: left;
	display: block;
	list-style: none;
}
#gnav li a{
	box-sizing: border-box;
	display: block;
	padding: 32px 0 0 0;
	width: 140px;
	height: 96px;
	text-align: center;
}
#tw{
	background-color:#ff3300;
}
#tw a{
	color: #fff;
}
.slicknav_menu{
	display: block;/*モバイル時は表示*/
}
.slicknav_menu{
	display: none;/*PC時にハンバーガーを非表示*/
}
}
/*** メニュー固定用 ********************************/
.navi{
	width: 100%;
}
.navi ul li a{
    box-sizing: border-box;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.navi.fixed ul li a{
	padding: 0;
}
/*** フッター ********************************/
footer{
	clear: both;
	margin: 0 auto;
	text-align: center;
	/*max-width: 1024px;*/
}
footer #cv-box{
	margin: 0 0 2em 0;
	padding: 2em 1em 3em 1em;
	background-image: repeating-linear-gradient(135deg, #f7f7f7, #f7f7f7 25px, #ffffff 25px, #ffffff 40px);
}
#cv-btn{
	display: block;
	margin: 2em auto;
	text-align: center;
	max-width: 440px;
	font-size: 1.4em;
	color: #ff3300;
	text-decoration: none;
	border: #ff3300 solid 1px;
	background-color: #fff;
	border-radius: 10px;
}
#recruit-btn{
	display: block;
	margin: 2em auto;
	text-align: center;
	max-width: 440px;
	font-size: 1.4em;
	color: #fff;
	text-decoration: none;
	border: #ff9900 solid 1px;
	background-color: #ff9900;
	border-radius: 10px;
}
footer ul{
	margin: 0;
	padding: 0;
	width: 100%;
}
footer ul li{
	float: none;
	box-sizing: border-box;
	padding: 0.5em 0 0.5em 1em;
	list-style: none;
	text-align: left;
	border-bottom: #e2e2e2 solid 1px;
}
footer ul li a{
	display: block;
	width: 100%;
	text-decoration: none;
	color: #333;
}
footer ul li img{
	width: 88px;
	height: 26px;
}
/*** メニュー - PC用 ********************************/
@media (min-width: 768px) {
footer ul{
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 740px;
}
footer ul li{
	float: left;
	display: block;
	list-style: none;
	width: 140px;
	border-bottom: none;
}
footer ul li a{
	display: inline;
}
}
/*** コピーライト ********************************/
#copy{
	clear: both;
	margin: 0;
	padding: 4em 0 2em 0;
}
/********************************************************/
/*** トップページ ******************************************/
/********************************************************/
#top-box{
	clear: both;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 0 2em 0;
}
#top-slider{
	margin: 0;
	padding: 0;
	height: 360px;
}
/*** トップボックススライダー調整 ********************************/
.bxslider3 {
	overflow: hidden;
}
.bxslider3 .bxslider {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
}
.bxslider3 ul li img {
	width: 100%;
	height: auto;
}
.bxslider3 ul li {
	opacity: 0.5;
}
.bxslider3 ul li.active {
	opacity: 1;
}
.bxslider3 .bx-viewport {
	overflow: visible !important;
}

.bxslider3 ul{
	margin: 0;
	padding: 0;
}
/*** トップ ********************************/
h2{
	text-align: center;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.25;
}
.pd-box{
	margin: 0 5px 10px 5px;
	padding: 0;
	width: 100%;
}
.pd-box a{
	color: #fff;
	text-decoration: none;
}
.pd-box img{
	margin: 0;
	padding: 0;
	border-radius: 10px 10px 0 0;
	width: 100%;
	height: auto;
}
.pd-text{
	box-sizing: border-box;
	margin: -8px 0 0 0;
	padding: 1em;
	color: #fff;
	border-radius: 0 0 10px 10px;
	background-color: #ff3300;
	min-height: 9em;
}
.pd-text h3{
	margin: 0;
	padding: 0;
}
.pd-text p{
	margin: 0;
	padding: 0;
}
/*** トップ - PC用 ********************************/
@media (min-width: 768px) {
.flex{
    display: flex;
	justify-content: space-around;
}
.pd-box{
	margin: 0 10px 20px 10px;
	padding: 0;
	width: 100%;
	max-width: 480px;
}
.pd-text{
	box-sizing: border-box;
	margin: -8px 0 0 0;
	padding: 1em;
	color: #fff;
	border-radius: 0 0 10px 10px;
	background-color: #ff3300;
	min-height: 7em;
}
}
/********************************************************/
/*** MiNTについて ******************************************/
/********************************************************/
#profile-mainbox{
	padding: 3em 0;
	border-top: #e2e2e2 solid 1px;
	border-bottom: #e2e2e2 solid 1px;
}
#profile-title{
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	margin: 0 auto;
	max-width: 210px;
	border-bottom: #ff3300 solid 4px;
}
#profile-mainbox h2{
	box-sizing: border-box;
	margin: 0;
	text-align: center;
	font-size: 2em;
	font-weight: normal;
}
#profile-mainbox p{
	margin: 0.5em 0;
	text-align: center;
	font-style: italic;
	color: #ff3300;
}
/*** PC用 ********************************/
@media (min-width: 768px) {
#profile-mainbox{
	margin: 0;
	padding: 6em 0;
}
}
/*** 01 ****************************************/
#profile-box01{
	box-sizing: border-box;
	padding: 3em 1.5em;
	text-align: center;
	width: 100%;
	height: auto;
}
#profile-box01 p{
	margin: 0;
	padding: 0 1.5em;
	line-height: 2;
}
.profile-flex{
    display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 2em auto 0 auto;
	max-width: 880px;
	width: 100%;
}
.profile-img{
	margin: 0 5px 10px 5px;
	padding: 0;
	border-radius: 10px;
}
/*** 02 ****************************************/
#profile-box02,
#profile-box-trademark{
	box-sizing: border-box;
	padding: 3em 1.5em;
	text-align: center;
	width: 100%;
	background-color: #fff;
}
.profile-img2{
	box-sizing: border-box;
	padding: 0 1.5em;
	max-width: 100%;
	height: auto;
}
/*** SDGs ****************************************/
#SDGs{
	position: relative;
	box-sizing: border-box;
	margin:0 auto;
	text-align: center;
	width: 100%;
	background-image: url'../images/profile/(sdgs-bg.png');
	backgraund-size: auto 100%;
}
#SDGs>a>img{
	width: 880px;
	max-width:100%;
	height:auto;
}
#SDGs:after{
	content: "";
	display: block;
	clear: both;
}
#SDGs h3 {
	font-size: 3em;
	line-height: 1.3em;
	margin: 0;
}
#SDGs h4 {
	text-align: center;
	background: url('../images/profile/sdgs-bg-l.png') center left repeat-x;
}
#SDGs h4>div {
	display: inline-block;
	padding: 0 30px;
	font-size: 18px;
	background: #FFF;
	font-weight: 400;
}
#SDGs .list table {
	width: 47%;
	border:1px solid #000;
	border-collapse: collapse;
	margin-bottom: 1.7em;
}
#SDGs .list table:nth-child(odd){
	float:left;
	clear: both;
}
#SDGs .list table:nth-child(even){
	float:right;
}
#SDGs table td {
	text-align: left;
	height: 84px;
}
#SDGs table .sdgs_t1 {
	border:1px solid #000;
}
#SDGs table th.sdgs_t1 {
	background: #dbb2b0;
}
#SDGs table .sdgs_t2 {
	border:1px solid #000;
}
#SDGs table th.sdgs_t2 {
	border-bottom:1px dashed #000;
}
#SDGs table td.sdgs_t2 {
	border-top:1px dashed #000;
}
#SDGs table .sdgs_t3 {
	border:1px solid #000;
	background: #e7e6e6;
}
@media screen and (max-width: 770px) {
	#SDGs .list table {
		width: 96%;
		margin-left : auto;
		margin-right: auto;
	}
	#SDGs table td {
		height: auto;
	}
	#SDGs .list table:nth-child(odd){
		float: none;
	}
	#SDGs .list table:nth-child(even){
		float: none;
		clear: both;
	}
}
/*** 03 ****************************************/
#profile-box03{
	box-sizing: border-box;
	padding: 3em 1.5em;
	text-align: center;
	width: 100%;
	background: #e2e2e2 url(../images/profile-spbg2.jpg) center center / cover no-repeat;
}
#profile-box03 p{
	line-height: 2.5;
}
/********************************************************/
/*** 主な取扱商品 ******************************************/
/********************************************************/
#products-mainbox{
	padding: 3em 0;
	border-top: #e2e2e2 solid 1px;
	border-bottom: #e2e2e2 solid 1px;
}
#products-title{
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	margin: 0 auto;
	max-width: 210px;
	border-bottom: #ff3300 solid 4px;
}
#products-mainbox h2{
	box-sizing: border-box;
	margin: 0;
	text-align: center;
	font-size: 2em;
	font-weight: normal;
}
#products-mainbox p{
	margin: 0.5em 0;
	text-align: center;
	font-style: italic;
	color: #ff3300;
}
/*** PC用 ********************************/
@media (min-width: 768px) {
#products-mainbox{
	margin: 0;
	padding: 6em 0;
}
}
/*** 01 ****************************************/
#products-box{
	box-sizing: border-box;
	margin: 2em auto;
	padding: 0 1em;
	max-width: 1024px;
}
.products{
	clear: both;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0 0 1em 0;
	padding: 0;
	width: 100%;
	max-width: 1024px;
	background-color: #ff3300;
	color:#FFF;
	border-radius: 10px;
}
.products-img{
	float: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
}
.products-img img{
	max-width: 100%;
	width: 100%;
	height: auto;
	vertical-align:bottom;
	border-radius: 0 0 10px 10px;
}
.products-text{
	float: none;
	box-sizing: border-box;
	padding: 1em 2em;
	width: 100%;
}
.products-text h3{
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}
.products-text p{
	margin: 0;
	padding: 0;
}
/*** PC用 ********************************/
@media (min-width: 768px) {
.products-img{
	float: right;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 45%;
}
.products-text{
	float: left;
	box-sizing: border-box;
	padding: 1em 2em;
	width: 55%;
}
.products-img img{
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align:bottom;
	border-radius: 0 10px 10px 0;
}
}
/*** 商品詳細 ****************************************/
.products-flex{
    display: block;
	margin: 0 auto;
}
.products-sub{
	margin: 0 0 10px 0;
	width: 100%;
}
.products-flex img{
	border-radius: 10px;
	width: 100%;
	height:auto;
}
.products-sub h4{
	margin: 0;
}
.products-sub p{
	margin: 0;
}
/*** PC用 ********************************/
@media (min-width: 768px) {
.products-flex{
    display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 2em auto 0 auto;
	width: 100%;
}
.products-flex .products-sub{
	margin: 0 10px 20px 10px;
	max-width: 300px;
	width: 100%;
}
.products-flex.rows2 .products-sub{
	max-width: 460px;
}
}
/********************************************************/
/*** 会社概要 ******************************************/
/********************************************************/
#company-mainbox{
	padding: 3em 0;
	border-top: #e2e2e2 solid 1px;
	border-bottom: #e2e2e2 solid 1px;
}
#company-title{
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	margin: 0 auto;
	max-width: 210px;
	border-bottom: #ff3300 solid 4px;
}
#company-mainbox h2{
	box-sizing: border-box;
	margin: 0;
	text-align: center;
	font-size: 2em;
	font-weight: normal;
}
#company-mainbox p{
	margin: 0.5em 0;
	text-align: center;
	font-style: italic;
	color: #ff3300;
}
/*** PC用 ********************************/
@media (min-width: 768px) {
#company-mainbox{
	margin: 0;
	padding: 6em 0;
}
}
/*** テーブル ****************************************/
#company-box{
	box-sizing: border-box;
	margin: 2em auto;
	padding: 0 1em;
	max-width: 980px;
	width: 100%;
}
#company-box table{
	text-align: left;
	width: 100%;
}
#company-box th{
	padding: 1em;
	font-weight: normal;
	border: #fff 3px solid;
	background-color: #eff1f3;
}
#company-box td{
	padding: 1em;
	font-weight: normal;
	border: #fff 3px solid;
	background-color: #fbfbfc;
}
/********************************************************/
/*** お問い合わせ ******************************************/
/********************************************************/
#contact-mainbox{
	padding: 3em 0;
	border-top: #e2e2e2 solid 1px;
	border-bottom: #e2e2e2 solid 1px;
}
#contact-title{
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	margin: 0 auto;
	max-width: 210px;
	border-bottom: #ff3300 solid 4px;
}
#contact-mainbox h2{
	box-sizing: border-box;
	margin: 0;
	text-align: center;
	font-size: 2em;
	font-weight: normal;
}
#contact-mainbox p{
	margin: 0.5em 0;
	text-align: center;
	font-style: italic;
	color: #ff3300;
}
/*** PC用 ********************************/
@media (min-width: 768px) {
#contact-mainbox{
	margin: 0;
	padding: 6em 0;
}
}
/*** 入力フィールド ****************************************/
#contact-box{
	box-sizing: border-box;
	margin: 2em auto;
	padding: 0 2em;
	max-width: 800px;
	width: 100%;
}
#contact-box dt span{
	display: inline-block;
	box-sizing: border-box;
	border-radius: 5px;
	margin: 0 0 10px 1em;
	padding: 2px 10px;
	font-size: 12px;
	color: #fff;
	background-color: #DC2F32;
}
#contact-box dd{
	margin: 0 auto 1em auto;
}
#contact-box textarea{
	width: 100%;
	border: solid 1px #ccc;
}
#contact-box input[type=text],[type=email]{
	width: 80%;
	height: 40px;
	border: solid 1px #ccc;
}
#contact-box ul{
	box-sizing: border-box;
	margin: 0;
	padding: 1em 0;
	list-style: none;
}
#contact-box ul li{
	float: left;
}
#contact-box .btn-default{
	margin: 1em 2em 2em 0;
	padding: 1em 2em;
	border-radius: 5px;
	border: solid 1px #ccc;
	background-color: #fff;
}
#contact-box .btn-warning{
	margin: 1em 2em 2em 0;
	padding: 1em 2em;
	color: #fff;
	border-radius: 5px;
	border: solid 1px #ff3300;
	background-color: #ff3300;
}