@charset "UTF-8";
	
/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){

 html {
font-size: 62.5%;
	/* overflow-x:hidden; */

}
	body {
		/* overflow-x:hidden; */
		font-size:15px;

	}
#wrapper {
margin:0px auto;

/* position:static; */
min-width: 0px;
}
.inner {
		width:96%;
	    margin:0 2%;
	}
.smart {
	display:block;
	display: inline-block;
}
.smart_img100 {
	width:100%;
}
.smart_img50 {
	width:50%;
}

	.pc_tab {
		display: none;
	}
.pctab_left {
	float:none;
}
.pctab_right {
	float:none;
}

.margin_top05_pc {
	margin-top:20px;
}
.margin_top02_smart {
		margin-top: 20px;
	}
.table01 {
	width:100%;
	font-size:1em;
    margin-bottom: 30px;
}
.table01 th {
	padding:5px 10px;
	border:none;
	background-color:#efefef;
	    display: block;
    width: 100%;
}
.table01 td {
	padding:5px 10px;
		border:1px solid #dedede;
	border-bottom:none;
	    display: block;
    width: 100%;
}
.table01 tr {
		border:1px solid #dedede;
	border-left:none;
	border-right:none;
}
.table01 tr:nth-child(4){
    border-bottom: 1px solid #dedede;
  }
.table01 tr:nth-child(1){
    border-top: 1px solid #dedede;
  }
.btn02 {
	border-radius: 15px;
	background-color:#cc0000;
	color:#fff;
	font-size:0.7em;
	text-align: center;
    padding:3px 3px 2px 3px;
}
.btn02 a:link {
text-decoration:none;
color:#ffffff;
}
.btn02 a:visited {
text-decoration:none;
color:#ffffff;
}
.btn02 a:hover {
text-decoration:underline;
color:#ffffff;
}
.btn03 {
		border-radius: 15px;
	background-color:#00a0e9;
	text-align: center;
	color:#fff;
	font-size:1.2em;
	padding:10px 30px;
}
.btn03 a:link {
text-decoration:none;
color:#ffffff;
}
.btn03 a:visited {
text-decoration:none;
color:#ffffff;
}
.btn03 a:hover {
text-decoration:underline;
color:#ffffff;
}
.btn05 {
	border-radius: 0px;
	background-color:#ffffff;
	color:#cc0000;
	font-size:0.7em;
	text-align: center;
    padding:0;
	font-weight:bold;
}
.btn05 a:link {
text-decoration:none;
color:#cc0000;
}
.btn05 a:visited {
text-decoration:none;
color:#cc0000;
}
.btn05 a:hover {
text-decoration:underline;
color:#666666;
}
.head {
width:100%;
margin:0px auto;
height: 100px;

}
.head .head_left {
	float:none;
	position: relative;
	text-align: left;
	height:90px;
	width:74%;
	box-sizing: border-box;
}

.head .head_left h1 img {
	vertical-align: middle;
    margin:5px 0 0 5px;
	width: 95%;
}
.head .head_left h2 {
	color:#333;
	/* font-size:0.7em; */
	font-size:2.5vw;
	margin:0 0 0 8px;
	padding:0;
    /* line-height: 1.4em; */
}

.head nav {
	float:none;
	width:100%;
	margin:0px auto;
	text-align: center;
	height:10px;
    line-height: 1;
	color:#333333;
}
.head nav li {
		vertical-align: middle;
	padding:0 0px;
}
.head .head_right {
	position: absolute;
	right:0;
	top:0;
	bottom:0;
	letf:75%;
	float:none;
	width:26%;
	height:90px;
	background-color: #cc0000;
	text-align: center;
	padding:0px;

}
.head .head_right img {
	width:90%;
    margin-bottom:10px;
}

	
	
	
#pankuzu {
	width: 100%;
	margin:0 auto 30px auto;
	background-color:#014196;
	padding:0px;
}
#pankuzu ul {
	width: 100%;
	margin:0 auto;
	text-align: right;
	color:#fff;
}
#pankuzu li {
display:inline;
font-size:0.9em;
line-height: 32px;
padding-right:2%;
}
#pankuzu li a:link {
text-decoration:none;
color:#fff;
}
#pankuzu li a:visited {
text-decoration:none;
color:#fff;
}
#pankuzu li a:hover {
text-decoration:underline;
color:#fff;
}

/* したに横線 */
.top_h2 {
		margin:0 auto 10px auto;
	text-align: center;
	width:100%;
}
.top_h2 h2 {

    display: inline-block;
    position: relative;
    color: #333;
	font-size:1.8em;
	font-weight: bold;
	margin-bottom:7px;
}

.top_h2 h2:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 75px;
    height: 1px;
    background-color: #02309e;
}
.top_h2 span {
	text-align: center;
	color:#02309e;
	padding-top:20px;
	font-size:0.8em;
}

	
/* 左右に横線 */
.top_h3 {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
	color:#2795b7;
	font-size:1.6em;
	font-weight: bold;
	margin-bottom: 20px;
}
.top_h3::before,
.top_h3::after {
  background-color: #2795b7; /* 横線の色 */
  content: "";
  height: 1px; /* 横線の高さ */
  width: 60px; /* 横線の長さ */
}
.top_h3::before {
  margin-right: 10px; /* 文字との余白 */
}
.top_h3::after {
  margin-left: 10px; /* 文字との余白 */
}

	
.sub_h2 {
	background-image:url("../img/sub_title_bg_s.png");
	background-repeat: repeat-x;
	background-position: center center;
	display: table;
	text-align: center;
	width: 100%;
	height: 100px;
	margin-top:0px;
}
.sub_h2 h2 {
	display: table-cell;
	vertical-align: middle;
	font-size:1.6em;
	font-weight:bold;
}


.sub_h2 pre {
	color:#648591;
	font-size:0.7em;
	white-space:pre-wrap;
	padding-top:7px;
}
.sub_h3 h3 {
    margin:  0;             /* デフォルトCSS打ち消し */
    font-size:  1.4em;       /* 文字サイズ指定 */
    position:  relative;    /* 位置調整 */
    font-weight:  normal;   /* 文字の太さ調整 */
    display:  inline-block; /* インラインブロックにする */
    background-color: #fff; /* 背景色指定 */
    margin-left: -2px;      /* 周りの余白指定 */
    padding: 0 10px 0 0;        /* 余白指定 */
	color:#333;
	font-weight:bold;
}

.sub_h3 {
    position: relative;     /* 位置調整 */
    background-image: url("../img/sub_midashi_bg_s.png");
	background-position: right center;
	background-repeat: no-repeat;
	margin-bottom:15px;
}
.sub_h3:before {
    content:  '';           /* 空白の要素を作る */
    background-color: #014196; /* 背景色指定 */
    display:  block;        /* ブロック要素にする */
    position:  absolute;    /* 位置調整 */
    left:  0;               /* 位置調整 */
    width:  93%;           /* 幅指定 */
    height:  1px;           /* 高さ指定 */
    top: 0;                 /* 位置調整 */
    bottom:  0;             /* 位置調整 */
    margin:  auto;          /* 位置調整 */
}

.sub_h4 {
margin: 0;
position: relative;
font-size:1.5em;
margin-bottom:20px;
}

.sub_h4:before {
content:  '';
width: 70px;
height: 4px;
background-color: #2558c3;
display: block;
position: absolute;
left: 0;
/* bottom: -6px; */
bottom:-10px;
}
.sub_h4:first-letter{
  color:#2558c3;
 }





#main {
	width:100%;
	max-width:100%;
	margin:0 auto;
}
article {
	/* width:94%;
	margin:0 3%; */
	width:100%;
}



footer {
	width: 100%;
	background-color: #014196;
	color:#fff;
	padding:30px 2%;
	box-sizing: border-box;
}
	

footer .footer_left {
	float: none;
	width:100%;
	box-sizing: border-box;
	margin:0 auto 20px auto;

}
footer .footer_left p {
    font-size:4.2vw;		
	}
footer .footer_left h2 {
	font-size:1.8em;
	font-weight:bold;
	margin-bottom: 10px;
	text-align: center;
}
footer .footer_right {
	width:100%;
	float: none;
	box-sizing: border-box;
	margin:0 auto;

}
footer .footer_right li{
	float:left;
	text-align: left;
	font-size:0.8em;
	margin-right:0px;
	box-sizing: border-box;
	padding-right:0px;
	line-height: 0.7em;
}
footer .footer_right .li01 {
	width:28%;
}
footer .footer_right .li02 {
	width:32%;
}
footer .footer_right .li03 {
	width:40%;
}

footer .footer_right li:nth-of-type(3n) {
	margin-right:0px;
}

footer a:link {
text-decoration:none;
color:#ffffff;
}
footer a:visited {
text-decoration:none;
color:#ffffff;
}
footer a:hover {
text-decoration:underline;
color:#ffffff;
}

footer .copy {
	margin-top:10px;
	font-size:2.7vw;
}



/* #page-top {
    position: fixed;
    bottom: 280px;
    right: 10px;

}
#page-top img {
		width:50px;
	} */
	
.pagetop {
  /* height: 50px;
  width: 50px; */
  position: fixed;
  right: 10px;
  bottom: 350px;
  /* background: #fff;
  border: solid 2px #000;
  border-radius: 50%; */
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
.pagetop img {
		width:50px;
	}

	}
.table01 {
	width:100%;
	font-size:1em;
    margin-bottom: 30px;
}
.table01 th {
	padding:5px 10px;
	border:none;
	background-color:#efefef;
	    display: block;
    width: 100%;
}
.table01 td {
	padding:5px 10px;
		border:1px solid #dedede;
	border-bottom:none;
	    display: block;
    width: 100%;
}
.table01 tr {
		border:1px solid #dedede;
	border-left:none;
	border-right:none;
}
.table01 tr:nth-child(4){
    border-bottom: 1px solid #dedede;
  }
.table01 tr:nth-child(1){
    border-top: 1px solid #dedede;
  }


/* トップ */
#top {
	width:100%;
	height: auto;
	max-height: auto;
	overflow:hidden;
	margin:0;
		vertical-align: bottom;
}
#top img {
	width:100%;
	vertical-align: bottom;
	margin: 0;
}
	
#top01 {
	width:100%;
	background-color: #ffffff;
	margin:15px auto 30px auto;

}
#top01 ul {
	width:100%;
	margin-top:0px;
	margin-bottom:20px;
}
#top01 ul li {
	display: inline-block;
	line-height: 40px;
	font-size:1.2em;
	text-align: center;
	/* background: url("../img/arrow01.png") no-repeat center right; */
}
#top01 ul li img {
	vertical-align: middle;
}
#top01 .top_btn01 {
	width:50%;
	box-sizing: border-box;
	background-color:#014196;
	text-align: center;
	padding:5px 10px;
	color:#fff;
	font-size:0.9em;
}

#top01 .top_btn01 a:link {
text-decoration:none;
color:#ffffff;
}

#top01 .top_btn01 a:visited {
text-decoration:none;
color:#ffffff;
}
#top01 .top_btn01 a:hover {
text-decoration:underline;
color:#ffffff;
}

#top01 .top_btn02 {
	width:50%;
	box-sizing: border-box;
	background-color:#00a1e9;
	text-align: center;
	padding:5px 10px;
	color:#fff;
	font-size:0.9em;
}

#top01 .top_btn02 a:link {
text-decoration:none;
color:#ffffff;
}
#top01 .top_btn02 a:visited {
text-decoration:none;
color:#ffffff;
}
#top01 .top_btn02 a:hover {
text-decoration:underline;
color:#ffffff;
}
#top01 h3 {
	color:#cc0000;
	text-align: center;
	font-size:4.5vw;
	margin-bottom:10px;
	line-height: 1.5em;
}
#top01 p {
	padding:0 2%;
	text-align: left;
	font-size:1.1em;
	line-height: 1.6em;
	margin-bottom:20px;
}
#top01 .sns {
	text-align: center;
	margin:0 auto;
	width:100%;
}
#top01 .sns li {
	display: inline-block;
	padding:0 15px;
}
#top01 .sns li img {
	vertical-align: middle;
}
	
#top02 {
	width:100%;
	background-color: #e8f4f9;
	margin:0 auto 0px auto;
	padding:30px 2%;
}
#top02 ul {
	width: 100%;
	margin:0 auto 30px auto;
	text-align: center;
}
#top02 li {
	width:45%;
	display: inline-block;
	padding:0;
}
	#top02 li img {
		width: 98%;
	}

#top02 .slider{
width:100%;
max-width: 100%;
    margin-left: 0;
    margin-right: 0;
	padding: 0;
text-align: center;
height:auto;
	overflow: hidden;
}

#top02 .slider .slick-list{
    overflow:hidden;
	margin:0;
	padding:0;
}

#top02 .slider .slick {
	margin:0;
	text-align: center;
	padding:0 0px;
	width:100%;
}
#top02 .slider .slick img {
	width: 100%;
	}

	
	
#top03 {
	width:100%;
	background-color:#fbfbfb;
	padding:35px 0;
	margin:0 auto 20px auto
}
#top03 .top03_h3 {
	font-color:#131313;
	font-size:1.7em;
	margin-bottom:7px;
}
#top03 .top03_h3 span {
	font-size:0.5em;
	color:#02309e;
	padding-bottom:7px;
}
#top03 .top03_left {
	float:none;
	width:100%;
	margin-right:0px;
	margin-bottom:30px;
	padding:0;
		box-sizing: border-box;
}
#top03 .top03_right {
	float:none;
	width:100%;
	padding:0;
		box-sizing: border-box;
}
#top03 .top03_left dt {
    float: left;
	line-height: 1;
	width:40%;
	border-top:1px solid #ccc;
	padding-top:15px;
	margin-bottom:0px;
}
#top03 .top03_left dt p {
	width:69%;
	float:left;
	/*font-size:3.8vw; */
}
#top03 .top03_left dt div {
	width:30%;
	margin-left:67%;
}
/* #top03 .top03_left dt .icon04{
	background: url( "../img/icon04.png" ) no-repeat right bottom;
} */

#top03 .top03_left dd {
	width:60%;
		line-height: 1;
    background-image:none;
	border-top:1px solid #ccc;
	margin-left:40%;
	padding-left:0%;
	padding-top:15px;
	padding-right:0px;
	margin-bottom:15px;
	box-sizing: border-box;
}

#top03 .top03_right dt {
    float: left;
		line-height: 1;
	width:30%;
	border-top:1px solid #ccc;
	padding-top:15px;
	margin-bottom:0;
}

#top03 .top03_right dd {
	width:70%;
	line-height: 1;
    background-image:none;
	border-top:1px solid #ccc;
	margin-left:30%;
	padding-top:15px;
	padding-right:0px;
	margin-bottom:15px;
	box-sizing: border-box;
}
#top03 .top_btn03 {
	margin: 10px auto 0 auto;
	width:80%;
	background-color:#014196;
	text-align: center;
	padding:10px 0;
	color:#fff;
	box-sizing: border-box;
}

#top03 .top_btn03 a:link {
text-decoration:none;
color:#ffffff;
}
#top03 .top_btn03 a:visited {
text-decoration:none;
color:#fff;
}
#top03 .top_btn03 a:hover {
text-decoration:underline;
color:#ffffff;
}
#top03 .naishoku {
	text-align: center;
	font-size:1.05em;
	color:#cc0000;
	margin-bottom:20px;
}
#top03 .naishoku a:link {
text-decoration:underline;
color:#cc0000;
}
#top03 .naishoku a:visited {
text-decoration:underline;
color:#cc0000;
}
#top03 .naishoku a:hover {
text-decoration:none;
color:#666666;
}


	
#top04 {
	width:96%;
	margin: 0 2% 40px 2%;
}
#top04 li {
	float:none;
	margin:0 0% 20px 0%;
	width:100%;
	box-sizing: border-box;
}

#top04 li:nth-of-type(4) {
  margin-right: 0;
}

#top04 li h3 {
	line-height: 1;
	font-size:1.18em;
	font-weight: bold;
	color:#003399;
	margin-bottom:0px;
}
#top04 li h3 img {
	margin-right:5px;
	width:32px;
}
#top04 li .top04_content {
	margin-top:-2px;
	border:1px solid #666666;
	padding:0 15px 0px 15px;
	box-sizing: border-box;
}
#top04 li .top04_content img {
	margin-bottom:10px;
	width: 80%;
}
#top04 li .top04_content h4 {
	text-align: center;
	font-size:1.1em;
	font-weight:bold;
	color:#003399;
}
#top04 li p {
	margin-top:10px;
	margin-bottom:15px;
	text-align: left;
}
#top04 li div {
	text-align: center;
}
	#top04 li .top04_content div img {
		width: 37px;
	}
	
#top05 {
	width: 96%;
	margin:0 2% 80px 2%;
	border:1px solid #333;
	box-sizing: border-box;
	padding:20px 10px;
}
#top05 h3 {
	text-align: center;
	margin-bottom:15px;
}
#top05 h3 img {
	width: 100%;
}
#top05 ul {
	width:100%;
	box-sizing: border-box;
	margin:0 auto;
	text-align: center;
}
#top05 li {
	float:left;
	height: auto;
	line-height:50px;;
	padding:5px 2%;
}
#top05 .li_s {
	width:25%;
	vertical-align: middle;
}
#top05 .li_m {
	width:35%;
	vertical-align: middle;
}
#top05 .li_b {
	width:40%;
	vertical-align: middle;
}
#top05 .li_bb {
	width:58%;
	vertical-align: middle;
}

	
#top05 li .img_s {
	width:100%;
	vertical-align: middle;
}
#top05 li .img_m {
	width:100%;
	vertical-align: middle;
}
#top05 li .img_b {
	width:100%;
	vertical-align: middle;
}
	
/* 会社案内 */
#company01 {
	width:100%;
    margin:0 auto 25px auto;
}
#company01 p {
	font-size:1em;
	margin-bottom:10px;
	line-height: 1.6em;
}

/* #company01 {
	width:1100px;
	margin-bottom:50px;
}
#company01 p {
	margin-bottom:15px;
	font-size:1.2em;
}
#company01 div {
	text-align: right;
	font-size:1.3em;
} */
#company02 {
	width:100%;
    margin:0 auto 25px auto;
}
#company02 table {
	width:100%;
	margin-bottom:20px;
	font-size:1em;
}
#company02 th {
	width:100%;
	border-top:1px solid #dedede;
	border-bottom:none;
	background-color:#f8f8f8;
	padding:10px 10px;
	font-weight: bold;
	display: block;
}
#company02 td {
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
	padding:10px 10px;
	width:100%;
	display: block;
}
#company02 td img {
	vertical-align: middle;
	margin-right: 5px;
	float:left;
	
}
#company02 .company_img {
	text-align: center;
}
#company02 .company_img img {
	height:110px;
	width:auto;
	margin:0 1px;
	}
#company03 {
	width:100%;
    margin:0 auto 25px auto;

}
#company03 dl {
	width:100%;
}
#company03 dt {
	display: block;
	width:100%;
	border-bottom:0px solid #fff;
	padding-bottom:0px;
	margin-bottom:0px;
	font-size:1.2em;
	box-sizing: border-box;
	color:#565656;
}
#company03 dt span {
	font-size:0.8em;
}
#company03 dd {
	display:block;
	width:100%;
	box-sizing: border-box;
	border-bottom:1px solid #dfdfdf;
	padding-bottom:7px;
	padding-left:0px;
	margin-bottom:7px;

}
#company04 {
	width:100%;
    margin:0 auto 50px auto;
}
/*　Googleカレンダー埋め込み　*/
#company04 .google-cal {
width:100%;
max-width:100%;
height:300px;
margin-bottom:10px;
}
#company04 .google-cal iframe{

height:300px;
}
#company04 .company {
width:100%;
}
#company04 .company p {
width: 100%;
display:block;
margin-bottom:10px;
}
#company04 .company div{
	text-align: center;
width: 100%;
display:block;
vertical-align: bottom;
}
	
/* 一般刃物 */
.product01 {
	width: 100%;
    margin:0 auto 30px auto;
}

.product01 li {
	width:100%;
	float: left;
	background-color:#f3f3f3;
	padding:20px 20px 30px 20px;
	box-sizing: border-box;
	margin-bottom:30px;
}
.product01 li h4 {
	color:#014196;
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:15px;
	text-align: center;
}
.product01 li p a:link {
text-decoration:underline;
color:#cc0000;
}
.product01 li p a:visited {
text-decoration:underline;
color:#cc0000;
}
.product01 li p a:hover {
text-decoration:none;
color:#cc0000;
}

.product01 li img {
	width:70%;
    margin:20px 0;
}
.product01 li div {
	text-align: center;
}
.product01 li:nth-of-type(odd){ 
	margin-right:0%;
}
	
/* 医療刃物 */
#product02-1 {
	width: 96%;
    margin:0 auto 2% auto;
}
#product02-1 h4 {
   color:#cc0000;
	font-size:1.05em;
	line-height: 1.3em;
	text-align: center;
	margin-bottom:10px;
}
#product02-1 ul {
	width:100%;
}
#product02-1 li {
	float:left;
	width:48%;
	margin-bottom:20px;
}
#product02-1 li img {
	width:100%;
	margin-bottom:0px;
	text-align: center;
}
#product02-1 li h5 {
	color:#014196;
	font-size:1em;
	margin-bottom:5px;
	text-align: center;
	line-height: 1.2em;
}
#product02-1 li h5 span {
	font-weight:normal;
	font-size:3.4vw;
	color:#333333;
}
#product02-1 li p {
	font-size:1em;
	line-height: 1.3em;
}
#product02-1 li:nth-of-type(1){ 
	margin-right:2%;
}
#product02-2 {
		width:fit-content;
    margin:0 auto 20px auto;
	border:1px solid #ddd;
	box-sizing: border-box;
	padding:10px;
	text-align: center;
}

#product02-2 h4 {
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:10px;
}
#product02-2 ul {
	width:fit-content;
	text-align: center;
	margin:0 auto;
}
#product02-2 li {
	display: block;
	text-align: left;
	/* background-image: url("../img/list01.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:18px; */
	margin:0 10px;
	color:#333333;
	font-size:1em;
}
#product02-3 {
	width:100%;
	background-color:#f6f6f6;
	padding:20px;
	text-align: center;
}

#product02-3 h4 {
	font-weight:bold;
	font-size:1.3em;
	margin-bottom:10px;
}

#product02-3 ul {
	width:100%;
	text-align: center;
	margin:0 auto;
}
#product02-3 li {
	display: inline-block;
	/* background-image: url("../img/list01.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:18px; */
	margin:0 20px;
	color:#333333;
	font-size:1.15em;
}
#product02-3 div {
	font-size:1.1em;
	color:#ff0000;
	margin-bottom:10px;
}
#product02-3 .p_pro01 {
	font-size:3.8vw;
}
#product02-3 .p_pro02 {
	font-size:4vw;
}
	
#product02-3 .btn03 {
	background-color:#00a0e9;
	text-align: center;
	color:#fff;
	font-size:4.5vw;
	padding:10px 20px;
}
#product02-3 .btn03 a:link {
text-decoration:none;
color:#ffffff;
}
#product02-3 .btn03 a:visited {
text-decoration:none;
color:#ffffff;
}
#product02-3 .btn03 a:hover {
text-decoration:underline;
color:#ffffff;
}
	
/* 特殊刃物 */
#product03-1 {
		width:96%;
	    margin:0 2% 20px 2%;
}
#product03-1 h4 {
   color:#cc0000;
	font-size:4.3vw;
	line-height: 1.35em;
	text-align: center;
	margin-bottom:10px;
}
#product03-1 p {
	font-size:1.1em;
	margin-bottom:20px;
	line-height: 1.3em;
}
#product03-1 ul {
	width: 100%;
	text-align: center;
}
#product03-1 li {
	width:32%;
	margin-right:1px;
	float:left;
}
#product03-1 li img {
	width:100%;
}
#product03-2 {
	width: 96%;
    margin:0 2% 20px 2%;
}
#product03-2 h4 {
	font-size:1.3em;
	color:#014196;
	text-align: center;
	margin-bottom:15px;
}
#product03-2 dl {
	margin: 0 auto;
	width: 100%;
}
#product03-2 dt {
	font-size:1.5em;
	color:#98cff3;
	font-weight:bold;
	font-family: "Arial", "メイリオ";
	display: inline-block;
	width:25%;
	margin-bottom:10px;
		vertical-align: top;
}
#product03-2 dd {
	display: inline-block;
	vertical-align: middle;
	margin-bottom:10px;
	width: 75%;
	font-size:1em;
}
#product03-3 {
	width:100%;
	background-color: #f6f6f6;
	padding:20px;
	text-align: center;
}
#product03-3 h4 {
	font-weight:bold;
	font-size:1em;
	margin-bottom:10px;
}
/* #product03-3 p {
	font-size:1.1em;
}*/
#product03-3 .p_pro01 {
	font-size:3.8vw;
}
#product03-3 .p_pro02 {
	font-size:4vw;
}

/* お問い合わせ */
#contact01 {
	width:100%;
    margin:0 auto 50px auto;
}
#contact01 .table01 {
	width:100%;
	margin-bottom:10px;
	fot-size:1em;
}
#contact01 .table01 th {
	padding:5px 10px;
	border:none;
	background-color:#efefef;
	    display: block;
    width: 100%;
}
.t#contact01 able01 td {
	padding:5px 10px;
		border:1px solid #dedede;
	border-bottom:none;
	    display: block;
    width: 100%;
}
#contact01 .table01 tr {
		border:1px solid #dedede;
	border-left:none;
	border-right:none;
}
#contact01 .table01 tr:nth-child(4){
    border-bottom: 1px solid #dedede;
  }
#contact01 .table01 tr:nth-child(1){
    border-top: 1px solid #dedede;
  }
#contact01 .table01 td input {
	border:1px solid #ddd;
	padding:5px;
}
#contact01 .table01 td textarea {
	border:1px solid #ddd;
	padding:5px;	
}

#contact01 .btn02 {
  /* 枠線を消す */
  border: none;
  /* クリックした際に枠線をnone消す */
  outline: none;
  /* 影を消す */
  box-shadow: none;
	padding:15px 50px;
	font-size:1.2em;
}
#contact01 .btn03 {
			border-radius: 15px;
		background-color:#00a0e9;
  /* 枠線を消す */
  border: none;
  /* クリックした際に枠線をnone消す */
  outline: none;
  /* 影を消す */
  box-shadow: none;
	padding:15px 50px;
}

/* 新着。お知らせ一覧 */
#new_info {
	width:100%;
    margin:0 auto 40px auto;
}
#new_info .sub_h3 {
	font-size:1em;
}
#new_info .new {
	width:100%;
	margin-right:0px;
	margin-bottom:20px;
	float:none;
}

#new_info .new ul {
	width:100%;
}
#new_info .new li {
	/* border-bottom:1px solid #dddddd; */
	padding-bottom:7px;
	margin-top:7px;
}
#new_info .new li .new_left {
	float:left;
	width:25%;
}
#new_info .new li .new_right {
	float:left;
	width:75%;
}

#new_info .info {
	width:100%;
	float:none;
}

#new_info .info ul {
	width:100%;
}
#new_info .info li {
	/* border-bottom:1px solid #dddddd; */
	padding-bottom:7px;
	margin-top:7px;
}
#new_info .info li .info_left {
	float:left;
	width:25%;
}
#new_info .info li .info_right {
	float:left;
	width:75%;
}

/* プライバシーポリシー */
#policy {
	width:100%;
    margin:0 auto 40px auto;
}
#policy h4 {
	font-size:1.1em;
	font-weight:bold;
	border-left:5px solid #014196;
	padding-left:8px;
    margin-bottom:10px;
}
#policy dt {
font-weight:bold;
}
#policy dd {
	margin-bottom:10px;
	padding-left:1em;
}

/* サイトマップ */
#sitemap {
	width:100%;
    margin:0 auto 40px auto;
}
#sitemap .site_left {
	width:100%;
	margin-left:0px;
	margin-right:0px;
	float:none;
}
#sitemap .site_right {
	width:100%;
	float:none;
}
#sitemap li {
	margin-bottom:5px;
}
	
}


















