@charset "UTF-8";
/* CSS Document */

/*
Theme Name: tulip
Author: chihiro.n
Version: 2014.02
*/

/* =============================================
share
================================================ */

article,
aside,
canvas,
details,
figcaption,
figure,
header,
footer,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

a img {
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.f_left {
  float: left;
}
.f_right {
  float: right;
}
.space10 {
  margin-bottom: 10px;
}
.space20 {
  margin-bottom: 20px;
}
.space30 {
  margin-bottom: 30px;
}
.space40 {
  margin-bottom: 40px;
}
.space50 {
  margin-bottom: 50px;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

hr {
  border-width: 1px 0px 0px 0px; /* 太さ */
  border-style: solid; /* 線種 */
  border-color: #ccc; /* 線色 */
  height: 1px; /* 高さ */
}
hr.dashed {
  border-width: 1px 0px 0px 0px; /* 太さ */
  border-style: dashed; /* 線種 */
  border-color: #ccc; /* 線色 */
  height: 1px; /* 高さ */
}
p {
  color: #777777;
  line-height: 180%;
}
#totop {
  position: fixed;
  right: 0;
  bottom: 180px;
  width: 66px;
  overflow: hidden;
}
#totop a {
  padding-left: 20px;
  -moz-transition: padding 0.3s;
  -webkit-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  -ms-transition: padding 0.3s;
  transition: padding 0.3s;
}
#totop a:hover {
  padding-left: 0;
}
.row {
  zoom: 1;
}
.row:after {
  content: "";
  display: block;
  clear: both;
}
.row .name {
  float: left;
}
.row .cont {
  float: right;
}
.center {
  width: 940px;
  margin: auto;
  padding: 0 20px;
}
h2.title {
  font-size: 165%;
  line-height: 130%;
  color: #777777;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 40px;
  height: 30px;
  font-weight: normal;
}
h3.title.hc {
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  color: #555;
  font-weight: normal;
  margin-bottom: -6px;
  font-size: 16px;
  position: relative;
}
h3.title.hc:before {
  content: "";
  display: inline-block;
  background: url(img/news/hc_title.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  width: 40px;
  margin-right: 20px;
  height: 55px;
  margin-top: -10px;
}
h3.title.probe {
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  color: #555;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
}
h3.title.probe:before {
  content: "";
  display: inline-block;
  background: url(img/news/probe_title.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  width: 40px;
  margin-right: 20px;
  height: 55px;
  margin-top: -10px;
}
h3.title.probe:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: #7ea98e;
  position: absolute;
  left: 0;
  bottom: 0;
}
h4.title {
  height: 30px;
  font-size: 105%;
  line-height: 130%;
  color: #777777;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  font-weight: normal;
}
aside {
  float: right;
  width: 200px;
  overflow: hidden;
  margin-right: -20px;
}
section {
  float: left;
  width: 721px;
}
#pankuzu {
  width: 100%;
  min-width: 980px;
  background: #eee;
  height: 40px;
  line-height: 40px;
  color: #555555;
  font-size: 90%;
  margin-bottom: 50px;
}
#pankuzu a {
  color: #555;
}
aside ul.menu a {
  text-decoration: none;
  line-height: 60px;
  display: block;
  height: 60px;
  border-bottom: 1px solid #ccc;
  color: #555;
  padding-left: 18%;
  background: url(img/share/yazirushi_g_l.png) no-repeat 5% center;
}
aside ul.menu a:hover {
  background: url(img/share/yazirushi_w_l.png) no-repeat 5% center;
  background-color: #e8390d;
  color: white;
}
aside ul.menu a.se {
  background: url(img/share/yazirushi_r_l.png) no-repeat 5% center;
  background-color: #eee;
  color: #555;
}
aside .r2 a {
  line-height: 125% !important;
  padding-top: 13px;
  height: 47px !important;
}
aside .r3 a {
  line-height: 125% !important;
  padding-top: 13px;
  height: 65px !important;
}
aside .r2 a span,
aside .r3 a span {
  font-size: 12px !important;
}
h3.midashi,
#cate_menu h3.midashi {
  font-size: 140%;
  line-height: 150%;
  margin-bottom: 30px;
  color: #333333;
  font-weight: bold;
}
.green {
  color: #00a93a !important;
}
/* footer最下部 */

html,
body {
  height: 100%;
  margin: 0px auto;
}
body {
  background: url(img/share/head_back.jpg) repeat-x top;
  position: relative;
  height: 100%;
  min-height: 100%;
  background-color: #ffffff;
  text-align: left;
}
body {
  height: auto;
}
div.container {
  height: auto;
  width: 940px;
  padding: 0 20px 140px;
  margin: 0 auto;
}
#foot_area {
  position: absolute;
  bottom: 0px;
}

/* header */
#header {
  padding: 30px 20px 0;
}
#header h1 {
  float: left;
}
#header h1 img {
  height: 43px;
}
#header #sub_nav {
  float: right;
}
#header #sub_nav a {
  padding: 0 15px;
  text-decoration: none;
  color: #777777;
  font-size: 13px;
  display: block;
  float: left;
  line-height: 30px;
}

#header #sub_nav a.inq {
  border: solid 1px #777;
}
#sarch_area {
  background: #eeeeee;
  width: 170px;
  float: right;
  margin-left: 20px;
}
#sarch_area input {
  border: none;
  background: #eeeeee;
  padding: 5px 5px 5px 0;
}
#sarch_area input#s {
  width: 132px;
}
#sarch_area input#searchsubmit {
  margin-right: -2px;
  width: 30px;
  background: url(img/share/sarch_ico.jpg) no-repeat center center;
}
#nav {
  background: url(img/share/main_nav_line.jpg) no-repeat 20px bottom;
  margin: 20px auto 10px;
  padding: 0 20px 0 25px;
  width: 935px;
}
#nav li.head {
  height: 47px;
  line-height: 47px;
  background: url(img/share/main_nav_line.jpg) no-repeat right top;
  float: left;
  padding-right: 5px;
}
#nav li.head a {
  padding: 0 14px;
  text-align: center;
  margin: 0 8px 5px;
  display: block;
  font-size: 13px;
  text-decoration: none;
}
#nav li ul {
  position: relative;
  top: 0 !important;
  z-index: 99;
}
#nav li ul a {
  background: #ddd;
  border-top: 1px solid white;
  margin-bottom: 0 !important;
  text-align: left !important;
}
#nav li ul a:hover {
  background: #e8390d;
  color: white;
  border-bottom: none;
}
#menuBody ul {
  display: none;
}
#nav a:hover,
#nav a.se {
  border-bottom: solid 5px #e8390d;
  color: black;
  margin-bottom: 0 !important;
}

#nav li.head .sub_in a {
  padding: 0 40px;
  background-color: #eeeeee;
  color: #777777;
  font-size: 90%;
}

#nav li.head .sub_in a:hover {
  background: #e8390d;
  color: white;
}
#header .head_btn_craft_cafe {
  display: inline-block;
  height: 43px;
  margin-left: 30px;
}
#header .head_btn_craft_cafe img {
  height: 100%;
}

/* footer */
#foot_area {
  width: 100%;
  min-width: 980px;
  background: url(img/share/foot_back.jpg) repeat-x;
  background-color: #e8e7e7;
  padding: 35px 0 20px;
  color: #555555;
}
#footer .sns {
  text-align: right;
}
#footer .sns a + a {
  padding-left: 10px;
}
#footer a {
  font-size: 12px;
  padding-left: 30px;
  text-decoration: none;
  color: #555;
}
#footer a:hover {
  text-decoration: underline;
}
#footer small {
  font-size: 10px;
}

/* =============================================
top
================================================ */
/* スライドショー */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  max-width: 1280px;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

#main_imgArea {
  width: 100%;
  min-width: 980px;
  overflow: hidden;
  background: #eee;
}
/* endスライドショー */
#top {
  margin: 30px auto 0;
}
#top section {
  float: left;
  width: 630px;
}
#top h2,
#top h3,
#top h4 {
  font-size: 110%;
  color: #777777;
  border-bottom: solid 1px #cccccc;
  padding: 0 0 10px 5px;
  font-weight: normal;
  margin-bottom: 20px;
}
#top h4 {
  font-size: 100%;
  padding: 0 0 5px;
  margin-bottom: 10px;
  position: relative;
}
#top h4 a {
  position: absolute;
  right: 0;
  margin-top: -5px;
}
#top article {
  zoom: 1;
  margin-bottom: 10px;
}
#top article:after {
  content: "";
  display: block;
  clear: both;
}
#top article img {
  float: left;
  margin-right: 18px;
  border: solid 1px #cccccc;
}
#top article .f_center {
  width: 70px;
  float: left;
}
#top article .f_left {
  width: 420px;
  margin-left: 20px;
}
#top #handicraft article .cate {
  background: #de836d;
}
#top article .cate {
  background: #7fa98e;
  color: white;
  text-align: center;
  font-size: 75%;
  margin-bottom: 5px;
}
#top article .date {
  text-align: center;
  font-size: 80%;
}
#top article p {
  font-size: 90%;
  margin-top: 5px;
}
span.new_ico {
  font-weight: bold;
  color: white;
  background: #e8390d;
  padding: 2px 7px;
  margin-right: 7px;
  line-height: 0;
  font-size: 70%;
}
#top #handicraft {
  margin-bottom: 30px;
}
#top aside {
  float: right;
  width: 280px;
  margin-right: 0;
}
#top .banner img {
  margin-bottom: 20px;
}
#top aside .date {
  text-align: left;
  color: #333333;
  font-size: 75%;
}
#top aside h6 {
  line-height: 130%;
  font-size: 90%;
}
#top aside #media h4 {
  line-height: 0;
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
  height: 25px;
}
#top aside #media h4 img {
  position: absolute;
  display: block;
}
#top aside #media h4 a img {
  right: 0;
}
#top aside #media #in {
  border: solid #777777 5px;
  padding: 10px 10px 0;
  background: url(img/top/media_back.jpg) repeat-x;
  background-color: white !important;
}
.tab-group {
  display: flex;
  justify-content: center;
  border-top: solid #de836d 6px;
  margin-bottom: 30px;
}
.tab-group a {
  text-decoration: none;
  color: #555;
  display: block;
}
.tab-group .tab {
  flex-grow: 1;
  height: 35px;
  line-height: 35px;
  border-right: 1px solid white;
  border-top: 1px solid white;
  list-style: none;
  background: #eeeeee;
  color: #555555;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.panel-group {
  border-top: none;
}
.panel {
  display: none;
}
.tab.is-active {
  background: #999;
  color: #fff;
  transition: all 0.2s ease-out;
}
.tab.is-active a {
  color: #fff;
}
.panel.is-show {
  display: block;
}
/* =============================================
company
================================================ */
/* story */
#story img {
  display: block;
  margin: 70px auto 70px;
}
#story h3.midashi,
#story p {
  width: 520px;
  margin: 0 auto 30px;
}

/* greeting */
#greeting .f_right {
  width: 480px;
}
/* philosophy */
.midashi_line {
  padding-bottom: 18px;
  background: url(img/company/midashi_line.jpg) repeat-x bottom left;
  margin-bottom: 40px;
  color: #777777;
  font-size: 18px !important;
  font-weight: normal;
}
#philosophy ul {
  margin-left: 100px;
}
#philosophy img {
  display: block;
  margin: 0 auto;
}
#philosophy li {
  color: #333333;
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 20px;
}
/* company */
#company .row {
  margin-bottom: 10px;
}
#company .name {
  width: 60px;
  font-size: 90%;
  color: #999999;
  text-align: justify;
  text-justify: inter-word;
}
#company .cont {
  width: 630px;
  color: #777777;
}
#company #annai {
  margin-top: 70px;
}
#company #annai .f_left {
  width: 185px;
}
#company #annai .f_right {
  width: 500px;
  color: #777;
  position: relative;
}
#company #annai .row {
  margin-bottom: 20px;
}
#company #annai .f_right a.map {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 121px;
  height: 32px;
  background: url(img/company/map_btn.jpg) no-repeat;
}
#company #annai h4 {
  color: #555;
  font-weight: normal;
  font-size: 110%;
}
#company #annai p {
  margin-top: 20px;
}
/* exhibition */
#exhibition .f_left img {
  display: block;
  margin-bottom: 5px;
}
#exhibition .f_left {
  color: #777777;
  font-size: 80%;
  margin-bottom: 60px;
}
#exhibition .f_right {
  width: 430px;
}
#exhibition .f_right span {
  display: block;
  margin: 30px 0 0;
  font-size: 80%;
  color: #777777;
}
#exhibition .f_right .name {
  width: 75px;
}
#exhibition .f_right .cont {
  width: 82%;
}
/* =============================================
technical
================================================ */
#technical h3 {
  color: #777777;
  font-size: 210%;
  line-height: 140%;
  font-weight: normal;
  margin: 40px 0;
}
/* new_technical */
#new_technical .f_left {
  width: 230px;
  margin: 0 30px 20px 0;
}
#new_technical .f_right {
  width: 460px;
}
#new_technical h3.midashi_line {
  margin-bottom: 30px;
}
#new_technical h4 {
  font-weight: bold;
  font-size: 110%;
  margin: 20px 0 15px;
}

/* case */
#case .row {
  margin-bottom: 30px;
}
#case .f_right {
  width: 530px;
}

#case h4 {
  font-size: 110%;
  color: #555;
  font-weight: normal;
  margin-bottom: 20px;
}
#case h4 span {
  font-size: 90%;
  padding-left: 20px;
  color: #777777;
}
/* measurement */
#measurement .cont:first-child {
  margin-left: 0;
}
#measurement .cont {
  color: #777;
  float: left;
  margin-left: 30px;
}
#measurement .clearfix {
  margin: 50px 0;
}
#measurement img + div .row:first-child {
  background: #eee;
}
#measurement .row {
  border: solid 1px #ccc;
  margin-bottom: -1px;
  color: #777777;
}
#measurement .name {
  padding: 10px 0 10px 15px;
  border-right: solid 1px #ccc;
  width: 145px;
}
#measurement .cont {
  padding: 10px 0;
  float: left;
}
/**/
#quality .clearfix {
  margin: 0 0 30px;
}
#quality .clearfix .cont:first-child {
  margin-left: 0;
}

#quality .cont {
  color: #777;
  float: left;
  width: 280px;
  margin-left: 30px;
}
/* =============================================
cate_menu
================================================ */
#cate_menu div {
  margin-top: 30px;
  line-height: 1;
  line-height: 0;
}
#cate_menu div img {
  border-bottom: 1px solid white;
}
#probe .banner {
  margin-top: 30px;
}
#probe ul.maru_ico li {
  list-style: url(img/probe/maru_ico.jpg) outside;
  margin: 0 0 20px 25px;
  color: #777;
}
#probe h3 {
  font-size: 43px;
  color: #999999;
  font-weight: normal;
  line-height: 150%;
}
#probe h3 span.sub {
  color: #999999;
  display: inline;
  padding-left: 20px;
}
#probe h3 span {
  font-size: 55%;
  line-height: 100%;
  color: #777;
  display: block;
}
#probe h3 + h4 {
  font-size: 30px;
  margin: 30px 0;
  color: #777777;
  line-height: 130%;
  font-weight: normal;
}
#probe h4 + .clearfix {
  text-align: center;
  margin: 0 0 40px;
}
#probe h6 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px;
}
#probe strong {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px;
  display: block;
  color: #555;
  font-weight: normal;
}
/* tpw */
#probe #tpw ul.no {
  margin: 10px 0 40px 20px;
}
#probe #tpw ul.no li {
  padding: 7px 0 20px 40px;
  color: #777777;
}
#probe #tpw ul.no h6 {
  font-size: 100%;
  color: #333333;
  margin-bottom: 10px;
}
#probe #tpw ul.no li#no1 {
  background: url(img/probe/tpw/no1.jpg) no-repeat;
}
#probe #tpw ul.no li#no2 {
  background: url(img/probe/tpw/no2.jpg) no-repeat;
}
#probe #tpw ul.no li#no3 {
  background: url(img/probe/tpw/no3.jpg) no-repeat;
}
#probe #tip,
#probe #tip.tpw_socket {
  border: solid 1px #999;
  margin-bottom: 40px;
}
#probe #tip div,
#probe #tip.tpw_socket div {
  float: left;
  border-left: solid 1px #999;
  width: 178px;
  height: 120px;
  text-align: center;
  padding: 20px 0;
}
#probe #tip.tpw_socket div {
  width: 142px;
  height: 80px;
}
#probe #tpo #tip div {
  width: 178px;
  height: 80px;
}
#probe #tip p,
#probe #tip.tpw_socket p {
  margin: 40px 0 20px;
}
#probe #tpw #tip div:first-child p {
  margin: 15px 0 0 !important;
  line-height: 130%;
}
#probe #tpo #tip p,
#probe #tip.tpw_socket p {
  margin: 25px 0 20px !important;
}
#probe #tip {
  border: solid 1px #999;
  margin-bottom: 40px;
}
#probe #tip div {
  float: left;
  border-left: solid 1px #999;
  width: 178px;
  height: 120px;
  text-align: center;
  padding: 20px 0;
}
#probe #tip div:first-child {
  border: none;
}
#probe .row {
  border: solid 1px #ccc;
  margin-bottom: -1px;
  color: #777777;
}
#probe .name {
  padding: 10px 0 10px 15px;
  background: #eee;
  border-right: solid 1px #ccc;
}
#probe .cont {
  padding: 10px 0;
  float: left;
}
#probe #specification .name {
  width: 105px;
}
#probe #specification .cont {
  padding-left: 15px;
}
#probe #tpw #tangusuten .name {
  width: 187px;
  border-right: none;
}
#probe #tpw #specification.tpw_socket .name {
  width: 210px;
  border-right: none;
}
#probe #tpw #specification_hari .name {
  width: 185px;
  border-right: none;
}
#probe #tpw #tangusuten .name span,
#probe #tpw #specification.tpw_socket .name span {
  font-size: 80%;
}
#probe #tpw #tangusuten .row:first-child .cont,
#probe #tpw #tangusuten .row:first-child .name {
  height: 40px;
  line-height: 40px;
}
#probe #tpw #tangusuten .row .cont:first-child,
#probe #tpw #specification.tpw_socket .row .cont:first-child {
  border: none;
}
#probe #tpw #tangusuten .cont,
#probe #tpw #specification.tpw_socket .cont {
  width: 85px;
  text-align: center;
  border-left: 1px solid #ccc;
}
#probe #tpw #specification.tpw_socket .cont {
  width: 220px;
}
#probe #tpw #taiou,
#probe #tpw #specification_socket,
#probe #tpw #specification_hari,
#probe #tpo #specification {
  width: 480px;
}
#probe #tpw #specification_socket .name,
#probe #tpw #specification_hari .name,
#probe #tpo #specification .name {
  width: 105px;
  margin-right: 20px;
  border-right: solid 1px #ccc;
}
#probe #tpw #taiou .name {
  width: 245px;
}
#probe #tpw #taiou .cont {
  text-align: center;
  float: none;
}
/* tpo */
#probe #tpo .row {
  border: solid 1px #ccc;
  margin-bottom: -1px;
  color: #777777;
}
#probe #tpo .name {
  padding: 10px 0 10px 15px;
  background: #eee;
  border-right: solid 1px #ccc;
}
#probe #tpo .cont {
  padding: 10px 0;
  width: 330px;
  float: left;
}

/* pin */
#pin .row {
  border: none;
  margin-bottom: 20px;
}
#pin .f_right {
  width: 450px;
}
#pin h6 {
  font-weight: bold;
  font-size: 110%;
  margin: 5px 0 20px;
  color: #333333;
}
#pin #inquiry {
  margin-top: 60px;
}
#pin #inquiry .clearfix div {
  float: left;
  margin-bottom: 20px;
  height: 52px;
  line-height: 52px;
  background-position: left center !important;
}
#pin #inquiry .clearfix div,
#pin #inquiry .clearfix div a {
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
}
#pin #inquiry #tel span {
  color: #777;
  font-weight: normal;
  font-size: 14px;
  padding-left: 30px;
}
#pin #inquiry #tel {
  background: url(img/inquiry/tel_ico.jpg) no-repeat;
  padding-left: 50px;
  width: 310px;
}
#pin #inquiry #fax {
  width: 280px;
  padding-left: 80px;
  background: url(img/inquiry/fax_ico.jpg) no-repeat;
}
/* =============================================
detail
================================================ */
#detail .main_img {
  margin: 20px auto 0;
}
#detail .series {
  margin: 0 0 50px;
}
#detail .series div {
  /*background:url(img/handicraft/series_btn.jpg) repeat-x;*/
  float: left;
  width: auto;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
#detail .series a {
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  text-decoration: none;
  font-size: 110%;
  color: white;
  display: block;
}
#detail .series a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#detail h6 {
  font-size: 110%;
  margin: 40px 0 10px;
}

#detail .series a.r2 {
  line-height: 130%;
  padding-top: 15px;
  height: 65px;
}
#detail .series a.r3 {
  line-height: 100%;
  padding-top: 13px;
  height: 67px;
}
#detail h3.midashi_line {
  margin-bottom: 20px;
}
#detail .clearfix .item:first-child {
  margin-left: 0;
}
#detail .item {
  float: left;
  width: 220px;
  margin: 40px 0 50px 30px;
}
#detail .item h4 {
  font-size: 125%;
  margin-bottom: 10px;
}
#detail .item h5 {
  font-size: 110%;
  margin: 10px 0 15px;
}
#detail h3 + article {
  border-top: none;
}
#detail article {
  margin-bottom: 30px;
  padding-top: 50px;
  border-top: 1px dashed #cccccc;
  position: relative;
}
#detail article td a:first-child img {
  margin-right: 5px;
}
#detail article table {
  width: 100%;
  margin-bottom: 50px;
}
#detail article th,
#detail article td {
  text-align: left;
  vertical-align: top;
}
#detail article td {
  text-align: right;
}
#detail article h2 {
  color: #333333;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 20px;
}
/*#detail article h2.r2{
	line-height: 115%;
	padding: 15px 0;
}*/
#detail article h2.r2 p {
  color: white;
  font-size: 14px;
}
#detail article h2 span {
  font-size: 60%;
  padding-left: 10px;
}
#detail article h4 {
  line-height: 140%;
  font-size: 140%;
  margin-bottom: 20px;
}
#detail article h4.products {
  border: solid 1px #333;
  padding: 10px 20px;
  width: auto;
  display: inline-block;
}
#detail article h5 {
  background: #999999;
  font-weight: normal;
  color: white;
  width: 200px;
  text-align: center;
  font-size: 90%;
  line-height: 22px;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  -o-border-radius: 1em;
  -ms-border-radius: 1em;
  margin: 40px 0 20px;
}
#detail .item_area {
  margin-top: 30px;
}
#detail .item_area div {
  color: #777777;
  float: left;
  text-align: center;
  width: 25%;
  height: 220px;
}
#detail .item_area img {
  display: block;
  margin: 0 auto 15px;
  max-width: 100%;
  max-height: 100%;
}
#detail .mind_catalog:first-child {
  right: 210px;
}
#detail .mind_catalog {
  display: block;
  right: 0;
  margin-top: -20px;
  position: absolute;
}
ul.maru_ico {
  list-style: url(img/handicraft/maru_ico.png) inside;
}
ul.maru_ico li {
  font-weight: bold;
  color: #777777;
  margin-bottom: 10px;
}
ul.maru_ico.pink {
  list-style: url(img/handicraft/maru_ico_p.png) inside;
}
ul.maru_ico.pink li {
  color: #ff618c;
}
/*230816追加*/
.catalog_fix {
  position: fixed;
  right: 0;
  bottom: 285px;
  width: 66px;
  overflow: hidden;
}
.catalog_fix a {
  padding-left: 20px;
  -moz-transition: padding 0.3s;
  -webkit-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  -ms-transition: padding 0.3s;
  transition: padding 0.3s;
}
.catalog_fix a:hover {
  padding-left: 0;
}
/*end 230816追加*/
/* =============================================
catalog
================================================ */
#catalog section {
  float: none;
  width: 100%;
}
#catalog h5 {
  margin: 0 0 40px;
  padding-top: 40px;
}
.catalog_nav {
  width: auto;
  margin: 20px 0 0;
  display: flex;
}
.catalog_nav div {
  background: url(img/catalog/menu_back.jpg) repeat-x;
  width: 25%;
  text-align: center;
}
.catalog_nav a {
  display: block;
  text-align: center;
  border-left: solid 1px white;
  text-decoration: none;
  color: white;
  line-height: 60px;
}
.catalog_nav div:first-child a {
  border: none;
}
.catalog_nav a.r2 {
  line-height: 20px;
  height: 48px;
  padding: 12px 0 0;
}
.catalog_dw {
  margin: 0 0 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.catalog_dw div {
  width: 200px;
  color: #555;
  line-height: 110%;
  margin-bottom: 40px;
}
.catalog_dw img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 10px;
  border: solid 1px #ccc;
}
.catalog_dw span {
  margin-top: 10px;
  color: #777;
  font-size: 14px;
  display: block;
}
.catalog_dw div:first-child {
  margin-left: 0;
}
/* =============================================
news
================================================ */
#cat_menu {
  margin: -20px 0 20px;
}
#cat_menu a {
  display: block;
  float: left;
}
.cat_bar {
  width: 170px;
  padding: 10px 0;
  color: white;
  font-size: 16px;
  text-align: center;
  margin: 30px 0 20px;
}
.cat_bar#all {
  color: #555555;
  background: #eee;
}
.cat_bar#handicraft {
  background: #de836d;
}
.cat_bar#probe {
  background: #7fa98e;
}
.cat_bar#media {
  background: #777;
}
h3#date_num {
  font-size: 16px;
  margin: 30px 0 10px;
}
#news_area {
  background: url(img/company/midashi_line.jpg) repeat-x top;
  padding-top: 30px;
}
#news article {
  zoom: 1;
  border-bottom: dashed 1px #ccc;
  padding: 10px 0;
}
#news article:after {
  content: "";
  display: block;
  clear: both;
}
#news article .f_left {
  width: 180px;
  height: 53px;
}
#news article .f_right {
  width: 520px;
}
#news article .f_left img {
  margin-right: 15px;
  border: solid 1px #ccc;
}
#news article .date {
  color: #777777;
  font-size: 12px;
  margin-bottom: 5px;
}
#news article .date span {
  font-weight: bold;
  color: white;
  background: #e8390d;
  padding: 0 5px;
  margin-left: 10px;
}
#news article h4 {
  font-size: 16px;
}
#news article .f_left span img {
  margin: 0;
  border: none;
}
#news h4.title {
  height: 40px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  line-height: 40px;
  font-size: 12px;
  padding: 0;
  margin: 40px 0 20px;
}
#news #new_list a {
  display: block;
  margin-bottom: 20px;
}

#news #new_list li a:hover {
  color: #e8390d;
}
#news #cate_list a {
  display: block;
  color: white;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
  background: #7fa98e;
}
#news #cate_list a:first-child {
  background: #de836d;
  margin-bottom: 10px;
}
#news #date_list a {
  display: block;
  text-decoration: none;
  line-height: 30px;
  padding-left: 10px;
}
#news #date_list a.se,
#news #date_list a:hover {
  background: #e8390d;
  color: white;
}
#hc_news article .cont,
#news #detail .cont {
  float: left;
  width: 420px;
}
#hc_news article:first-child {
  border: none;
  padding-top: 0;
}
#news #detail article {
  border-top: none;
  padding: 0;
  margin: 10px 0 30px;
}
#news #detail article h4 {
  font-size: 20px;
}
#hc_news article h4 {
  font-size: 18px;
  height: auto;
  border: none;
  margin-top: 10px;
  font-weight: bold;
}
#news #detail article .date {
  color: black;
}
#news #detail article .f_left {
  width: 70px;
}
#hc_news article .f_right,
#news #detail article .f_right {
  width: 645px;
}
#hc_news article .photo,
#news #detail .photo {
  float: right;
  width: 260px;
  text-align: right;
}

#hc_news .photo img,
#news #detail .photo img {
  margin-bottom: 20px;
}

#hc_news #hc_news_area,
#news #detail #news_area {
  padding-bottom: 80px;
  border-bottom: 1px dashed #cccccc;
}
#news_area .cont a {
  font-weight: bold;
}
#pagenation {
  margin: 20px 0;
  position: relative;
}
#pagenation div#new {
  float: left;
  width: 106px;
}
#pagenation div a {
  line-height: 9999;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 33px;
}
#pagenation div#new a {
  background: url(img/news/new_btn.jpg) no-repeat;
}
#pagenation div#old a {
  background: url(img/news/old_btn.jpg) no-repeat;
}
#pagenation div#old {
  float: right;
  width: 106px;
}

/* hc archive */
#hc_news_area {
  padding-top: 30px;
}

#hc_news h2.title {
  font-size: 165%;
  line-height: 130%;
  color: #777777;
  margin-bottom: 20px;
  height: 30px;
  font-weight: normal;
}

/*#news_area { border-top: dashed 1px #777; border-bottom: dashed 1px #777; padding: 30px 0; }*/

.topics_cont .date,
.topics_cont .cate,
#news_area .date,
#news_area .cate {
  display: inline-block;
}
.topics_cont .cate,
#hc_news .cate {
  border: solid 1px #707070;
  padding: 0 5px;
  font-size: 12px;
  margin-left: 10px;
}
.topics_cont h4,
#news_area h4 {
  font-size: 18px;
  color: #555;
}

/* =============================================
inquiry
================================================ */
#mailform {
  border-top: #cccccc dashed 1px;
  margin-top: 40px;
  padding-top: 40px;
}
#mailform p {
  border-top: #cccccc dashed 1px;
  border-bottom: #cccccc dashed 1px;
  padding: 30px 0;
  text-align: center;
  margin-bottom: 30px;
}
#mailform span.green {
  font-size: 90%;
  padding: 0 10px;
}
#mailform span {
  color: #999999;
}
#mailform .name,
#mailform th {
  font-weight: normal;
  font-size: 90%;
  color: #999999;
  width: 200px;
  padding: 0px 0 20px 30px;
}
#mailform input[type="text"],
#mailform textarea {
  border: solid 1px #ccc;
}
#mailform td,
#mailform .cont {
  float: left;
  vertical-align: top;
  color: #777777;
  line-height: 180%;
  margin-bottom: -5px;
}
#mailform table {
  width: 100%;
  margin: 0 0 40px;
}
#mailform textarea {
  vertical-align: top;
}
#mailform #send input {
  width: 100px;
  text-align: center;
  height: 25px;
  margin: 0 10px;
}
#inquiry_thanks h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 90px 0 50px;
}
#inquiry_page .clearfix div {
  float: left;
  margin-bottom: 20px;
  line-height: 34px;
  background-position: left center !important;
}
#inquiry_page .clearfix div,
#inquiry_page .clearfix div a {
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
}
#inquiry_page #fax span,
#inquiry_page #tel span {
  display: block;
  color: #777;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
}

#inquiry_page #tel {
  background: url(img/inquiry/tel_ico.jpg) no-repeat;
  padding-left: 50px;
  width: 310px;
  padding-top: 20px;
}
#inquiry_page #fax {
  width: 280px;
  padding-left: 80px;
  padding-top: 20px;
  background: url(img/inquiry/fax_ico.jpg) no-repeat;
  background-position: left 70% !important;
}
#inquiry_page h5 + p {
  height: 28px;
  line-height: 28px;
  padding-left: 70px;
  background: url(img/inquiry/mail_ico.jpg) no-repeat;
}
/* =============================================
privacy
================================================ */
#privacy h5 {
  margin: 40px 0 10px;
  font-size: 110%;
  font-weight: bold;
}
/* =============================================
recruit
================================================ */
#recruit .name {
  color: #999999;
  font-size: 90%;
  width: 120px;
}
#recruit .cont {
  width: 600px;
  color: #777777;
}
#recruit .row {
  border-bottom: 1px dashed #cccccc;
  padding: 15px 0;
}
#recruit .midashi_line {
  margin: 40px 0 10px;
}
#recruit aside {
  margin-top: 40px;
}
/* =============================================
sitemap
================================================ */
#sitemap .clearfix {
  border-bottom: dashed 1px #ccc;
  padding: 0 0 30px;
  margin: 30px 0;
}
#sitemap a.top {
  width: 29%;
}
#sitemap .cont div span,
#sitemap a {
  display: block;
  background: #ccc;
  text-decoration: none;
}
#sitemap .cont {
  float: left;
  width: 32%;
  margin-left: 2%;
}
#sitemap .cont:first-child {
  margin: 0;
}
#sitemap .cont div span {
  color: #999999;
}
#sitemap a.top,
#sitemap .cont div span,
#sitemap .cont a,
#sitemap .cont div a:first-child {
  padding: 10px 15px;
  font-weight: bold;
  background: #dddddd;
  margin: 0;
  background-image: none;
}
#sitemap .cont div a:first-child {
  color: black;
}
#sitemap .cont a {
  margin-bottom: 10px;
  border-bottom: solid 1px white;
}
#sitemap .cont div {
  margin-bottom: 30px;
}
#sitemap .cont div a {
  margin: 0;
  font-weight: normal;
  color: #777777;
  background: url("img/share/yazirushi_g_r.png") no-repeat 15px center;
  background-color: #eee;
  padding: 10px 10px 10px 40px;
}
#sitemap a.top,
#sitemap .cont div a:first-child:hover {
  background-image: none !important;
}

#sitemap a:hover {
  color: white !important;
  background-color: #e8390d !important;
}
#sitemap .cont div a:hover {
  background: url("img/share/yazirushi_w_r.png") no-repeat 15px center;
}

#sitemap .cont div a.sub_menu {
  background-image: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* =============================================
sarch
================================================ */
#sarch {
  width: 100%;
  float: none;
}
#sarch article {
  padding-bottom: 10px;
}

/* =============================================
actionplan
================================================ */
#actionplan section {
  float: none;
  width: 100%;
}
#actionplan section.area_cont:not(:last-child) {
  margin-bottom: 60px;
}
#actionplan .space60 {
  margin-bottom: 60px;
}
#actionplan .list-pdf li {
  margin-bottom: 10px;
  text-indent: -23px;
  padding-left: 23px;
}
#actionplan .list-pdf li a {
  font-size: 15px;
  color: #333;
  font-weight: bold;
  padding-left: 25px;
  position: relative;
}
#actionplan .list-pdf li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17.5px;
  height: 20px;
  top: -2px;
  left: 0;
  background-image: url(img/actionplan/ico_pdf.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#actionplan .list-pdf li a:hover {
  color: #555;
}
