@charset "utf-8";
@media screen and (min-width: 641px){

.smart_only {
	display: none;
}
#nav-drawer {
	display: none;
}


/* ------------------------------
 全体
------------------------------ */

* {
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
}


html {
	-webkit-text-size-adjust: none;
}
body {
	background-color: #FFF;
	margin: 0 auto;
	font-family: -apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	color: #111;
	text-align: center;
}
p {
	line-height: 2em;
}
li {
	line-height: 2em;
}
table {
	text-align: left;
}
td {
	vertical-align: top;
}
hr {
	clear: both;
}
img {
	border: none;
	vertical-align: middle;
	backface-visibility: hidden;
}
ul {
	margin: 0;
	padding: 0;
}
ol {
	margin: 0;
	padding: 0;
}
article {
}
section {
	min-width: 1000px;
	overflow: hidden;
	text-align: left;
}
section p {
	margin: 30px 0 60px;
}
a {
	transition: all 100ms 0s ease;
}
a:hover {
	opacity: 0.5;
}

/* ------------------------------
 見出し部分
------------------------------ */

h1 {
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h2.index {
	color: #FFF;
	background-color: #0994b7;
	font-size: 30px;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
}
h2.sub {
	background-color: #1d7ed9;
	font-size: 30px;
	color: #FFF;
	padding: 30px 0;
}
h3 {
	text-align: center;
	color: #1d7ed9;
	font-size: 26px;
	clear: both;
}
h4 {
	color: #1d7ed9;
	font-size: 20px;
	border-bottom: solid 1px #1d7ed9;
	clear: both;
}

/* ------------------------------
 flex
------------------------------ */

.flex_between {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_start {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.flex_center {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.align_center {
	align-items: center;
}
.align_end{
	align-items: flex-end;
}
.reverse {
	flex-direction: row-reverse;
}

/* ------------------------------
 画像関連
------------------------------ */

img.imgleft {
	float: left;
	padding: 40px 40px 40px 0;
}
img.imgright {
	float: right;
	padding: 40px 0 40px 40px;
}

/* ------------------------------
 テキスト関連
------------------------------ */

p.center {
	text-align: center;
	margin: 50px auto !important;
	clear: both;
}
p.pc_center {
	text-align: center;
	margin: 50px auto !important;
	clear: both;
}
p.p_right {
	text-align: right;
}
span.red {
	color: #E10000;
	font-weight: bold;
}
span.blue {
	color: #0065CB;
	font-weight: bold;
}
span.bg_y {
	background-image: linear-gradient(transparent 60%, #fcd900 50%);
}
span.bold {
	color: #000000;
	font-weight: bold;
}
span.none {
	display: none;
}
ul.list {
	margin: 40px 40px;
}
ul.list li {
	margin-bottom: 10px;
}
ol.list {
	margin: 40px 40px;
}
ol.list li {
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
.fnt_s {
	font-size: 0.7em;
}
.fnt_l {
	font-size: 1.3em;
}

/* ------------------------------
 全体
------------------------------ */

div.wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
section div.wrapper {
	margin: 40px auto !important;
}
section div {
	overflow: hidden;
	clear: both;
}

.bg_blue {
	background-color: #e8f0f6;
}

/* ------------------------------
 ヘッダー
------------------------------ */

header {
	width: 100%;
	overflow: hidden;
}
div.header_left {
	width: 40%;
	height: 55px;
	margin: 7px 0 10px;
}
div.header_left p {
}
div.header_left p a {
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
div.header_left p img {
	vertical-align: 0%;
	margin-right: 10px;
}
div.header_right {
	width: 240px;
	height: 55px;
	margin: 7px 0 10px;
}
div.header_right p {
	text-align: center;
	line-height: 55px;
}
div.header_right p img {
	margin-right: 10px;
	vertical-align: -5%;
}
div.header_right p a {
	color: #FFF;
	display: block;
	height: 55px;
	background-color: #ff0072;
	text-decoration: none;
}

/* ------------------------------
 メニュー
------------------------------ */

nav {
	width: 100%;
	height: 45px;
	background-image: linear-gradient(transparent 93%, #06b3df 7%);
	font-size: 15px;
	font-weight: bold;
	overflow: hidden;
}
nav ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
nav li {
	width: 16.6%;
	text-align: center;
	line-height: 45px;
}
nav a {
	display: block;
	height:45px;
	color: #000;
	text-decoration: none;
}
nav a:hover {
	opacity: 1 !important;
	background-image: linear-gradient(transparent 93%, #fe346e 7%);
}


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

div.topimg {
	min-width: 1000px;
	margin: 0 auto 30px;
	background-color: #DDD;
}
div.topimg img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

div.index_img {
}
div.index_img img {
	margin-bottom: 30px;
}

div.index_box_wrapper {
	margin: 30px 0;
}
div.index_box {
	width: 318px;
	border: solid 1px #DDD;
}
div.index_box p {
	margin: 15px 15px;
}
p.index_box_title {
	font-weight: bold;
	color: #000;
	border-bottom: solid 1px #AAA;
}

/* ------------------------------
 お問い合わせバナー
------------------------------ */

section.contact {
	text-align: center !important;
	width: auto;
	height: 33vw;
	background-image:url(image/contact_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
section.contact p {
	margin: 15px auto;
}
p.contact_title {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	border-bottom: solid 3px #FFF;
}

p.contact_button {
	width: 380px;
	background-color: #FFF;
}
p.contact_button a {
	display: block;
	color: #FFF;
	background-color: #ff0072;
	border: solid 3px #FFF;
	text-decoration: none;
	padding: 10px 0;
}

/* ------------------------------
 パンくず、トップ
------------------------------ */

p.bread {
	font-size: 11px;
	margin: 10px 0 !important;
}
div.pagetop {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	position: fixed;
	bottom: 0;
	z-index: 999;
	pointer-events: none;
}
div.pagetop p {
	font-size: 13px;
	text-align: right;
	margin: 20px 0;
}
div.pagetop p a {
	background-color: #FFF;
	padding: 8px 15px;
	border: solid 1px #aaa;
	text-decoration: none;
	font-weight: bold;
	color: #111;
	pointer-events: auto;
}

/* ------------------------------
 テーブル
------------------------------ */

table.tab {
	margin: 30px auto 80px;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-collapse: collapse;
	clear: both;
}
table.tab td {
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	padding: 10px 15px;
	text-align: center;
}
td.tab01 {
	background-color: #eee;
	font-weight: bold;
}
td.tab02 {
	background-color: #D5F5FF;
}
td.tdleft {
	text-align: left !important;
}
td.width10 {
	width: 10%;
}
td.width22_5 {
	width: 22.5%;
}

/* ------------------------------
 取り扱い商品
------------------------------ */

div.service01_1 {
	width: auto;
	margin: 30px auto 60px;
}
div.service01_1 img {
	margin-bottom: 20px;
}
div.service02_1 {
	width: 900px;
	margin: 30px auto 60px;
}
div.service03 {
	width: auto;
	margin: 30px auto 60px;
}
div.service03 p {
	text-align: center;
	margin: 10px auto;
}

/* ------------------------------
 プレス機
------------------------------ */

div.service03_1 {
	width: 750px;
	margin: 30px auto;
}
div.service03_1 div {
	width: 250px;
	text-align: center;
}

/* ------------------------------
 会社概要
------------------------------ */

div.about_wrapper {
	width: 700px;
	margin: 30px auto 60px;
}
div.about {
	border-bottom: solid 1px #DDD;
}
div.about p {
	margin: 10px 10px;
}
div.about01 {
	width: 150px;
	font-weight: bold;
	color: #000;
}
div.about02 {
	width: 550px;
}
div.about02 ul {
	margin: 10px 30px;
}

div.google-maps {
	width: 700px;
	margin: 30px auto 60px;
}

/* ------------------------------
 お問い合わせ
------------------------------ */

div.inq_wrapper {
	width: 700px;
	margin: 30px auto;
}
div.inq {
}
div.inq p {
	margin: 10px 10px;
}
div.inq ul {
	margin: 10px 10px;
	list-style: none;
}
div.inq ul li {
	float: left;
	margin-right: 30px;
}
div.inq label input {
	margin-right: 10px;
}
div.inq01 {
	width: 150px;
	text-align: right;
	font-weight: bold;
	color: #000;
}
div.inq02 {
	width: 550px;
}
input.input_box {
	width: 96%;
	padding: 10px 5px;
	border: solid 1px #BBB;
	border-radius: 5px / 5px;
	font-size: 16px;
}
input.input_box02 {
	width: 50%;
	padding: 10px 5px;
	border: solid 1px #BBB;
	border-radius: 5px / 5px;
	font-size: 16px;
}
input.input_box03 {
	width: 10%;
	padding: 10px 5px;
	border: solid 1px #BBB;
	border-radius: 5px / 5px;
	font-size: 16px;
}
textarea.input_box {
	width: 96%;
	height: 300px;
	border: solid 1px #BBB;
	border-radius: 5px / 5px;
	padding: 10px 5px;
	font-size: 16px;
}
::-webkit-input-placeholder {
	color: #aaa;
}
::-moz-placeholder {
	color: #aaa;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #aaa;
}
label, input[type='radio'] {
	cursor: pointer;
}
label, input[type='checkbox'] {
	cursor: pointer;
}
select {
	padding: 5px 10px;
}

input.button {
	-webkit-appearance: none;
	font-size: 18px;
	padding: 10px 15px;
}
p.thanks {
	text-align: center;
	font-size: 1.3em;
	margin: 200px auto;
}


/* ------------------------------
 フッター
------------------------------ */

footer {
	min-width: 1000px;
	overflow: hidden;
	font-size: 12px;
	margin: 40px 0 60px 0;
	border-top: solid 3px #0994b7;
}
footer ul {
	list-style: none;
	margin: 30px 0 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
footer li {
	padding-right: 10px;
}
footer a {
	color: #000;
	text-decoration: none;
}
footer p {
	clear: both;
	margin: 10px auto;
}

}