@charset "utf-8";
/* MIYAZAKI 2016*/
* {
  margin: 0;
  padding: 0;
  font-family: "Lucida Grande", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "segoe UI", "MS PGothic", sans-serif;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: 700;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3);
  font-weight: 400;
}
h1, h2, h3 {
  font-weight: normal;
}
body {
  background: #fff;
  color: #333;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 150%;
  border-top: 5px solid #443d73;
}
ul, dl {
  list-style-type: none;
}
/*reset*/
ol, ul {
  list-style-type: none;
}
address {
  font-style: normal;
}
a {
  color: #333;
}
a:link {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/*画像半透明*/
a.hover_img img {
  background-color: #fff;
  display: block;
}
a:hover.hover_img img {
  transition: 0.5s;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/*---------------------------------------
	汎用スタイル
----------------------------------------*/
.floatL {
  float: left;
}
.mr20 {
  margin-right: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.tc {
  text-align: center !important;
}
.bd {
  font-weight: bold;
}
/*common parts*/
.contents {
  clear: both;
  background: #fff;
  overflow: hidden;
}
header {
  width: 1000px;
  overflow: hidden;
  margin: 0 auto;
  padding: 20px 0 0;
  font-size: 12px;
}
header #logo {
  float: left;
  margin: 0 0 20px;
}
header #logo p {
  margin: 0 0 15px;
}
header h1 {
  font-size: 11px;
  font-weight: normal;
  line-height: 100%;
}
header #address {
  float: right;
  padding: 30px 10px 14px 0;
  margin: 0 13px 0 0;
}
#contact {
  position: absolute;
  top: 5px;
  right: 20px;
}
#contact img {
  background: transparent;
}
/*ボタン*/
.freebutton {
  text-align: center;
}
.freebutton a {
  display: block;
  padding: 20px;
  width: 410px;
  color: #fff;
  margin: 0 auto;
  background: url("../img/bg-btn.jpg") repeat left top;
  border-radius: 5px;
}
.freebutton a:hover {
  opacity: 0.8;
  transition: 0.3s;
  text-decoration: none;
}
/*navigation*/
nav {
  clear: both;
  background: transparent url("../img/bg-nav.png") repeat-x left bottom;
  margin: 0 0 -3px;
  font-size: 14.3px;
}
nav ol {
  clear: both;
  margin: 0 auto;
  display: table;
}
nav ol li {
  line-height: 100%;
  float: left;
  position: relative;
  width: 11%;
  /* width: 12%; */
}
nav ol li:first-child {
  padding: 0 0 0 1px;
  background: url("../img/nav-divider.gif") no-repeat left center;
}
nav ol li a {
  display: table-cell;
  vertical-align: middle;
  width: 125px;
  height: 80px;
  color: #c7c7c7;
  text-align: center;
  text-decoration: none;
  background: url("../img/nav-divider.gif") no-repeat right center;
}
nav ol li a:hover {
  background-color: #fff;
  background-image:
    url("../img/nav-divider.gif"), url("../img/bg-nav.png");
  background-repeat:
    no-repeat, repeat-x;
  background-position:
    center right, left bottom;
  color: #ffd86f;
  text-decoration: none;
}
nav ol li.current a {
  background-color: #fff;
  background-image:
    url("../img/nav-divider.gif"), url("../img/bg-nav.png");
  background-repeat:
    no-repeat, repeat-x;
  background-position:
    center right, left bottom;
  color: #ffd86f;
}
/*pulldown*/
nav ol li ul {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 9999;
  top: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
nav ol li:hover ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
nav ol li ul li {
  border: 1px solid #ccc;
  border-width: 0 0 1px 0;
  float: none;
  width: 100%;
}
nav ol li ul li:first-child {
  padding: 0;
  background: none;
}
nav ol li ul li:last-child {
  border: none;
}
nav ol li ul li a {
  color: #fff;
  border-bottom: none;
  background: #000;
  margin: 0;
  padding: 15px 8px;
  text-align: left;
  height: auto;
}
nav ol li ul li a:hover {
  background: #333;
  border-bottom: none;
  background-image: none;
}
nav ol li.current ul li a {
  background-color: #333;
  background-image: none;
  color: #fff;
}
/*breadcrumbs*/
ol#breadcrumbs {
  clear: both;
  overflow: hidden;
  margin: 0 auto;
  padding: 10px 0;
  width: 1000px;
}
ol#breadcrumbs li {
  float: left;
  margin: 0 10px 0 0;
}
ol#breadcrumbs li a {
  text-decoration: underline;
}
/*フッター*/
footer {
  clear: both;
  background: url(../img/bg-footer.jpg) no-repeat center top;
  background-size: cover;
  width: 100%;
  padding: 0;
  font-size: 15px;
  color: #fff;
  overflow: hidden;
}
footer div.wrapper {
  width: 1000px;
  margin: 0 auto;
}
footer div.wrapper section:nth-child(1) {
  width: 500px;
  float: left;
  padding: 160px 0 160px;
  font-size: 13px;
}
footer div.wrapper section:nth-child(1) img {
  margin: 0 0 10px;
}
footer div.wrapper section:nth-child(2) {
  width: 500px;
  float: right;
}
footer div.footerbottom {
  clear: both;
  background: rgba(0, 0, 0, 0.56);
  overflow: hidden;
}
footer div.footerbottom div {
  width: 1000px;
  margin: 0 auto;
}
footer div.footerbottom div section:nth-child(1) {
  clear: both;
  width: 500px;
  float: left;
  padding: 40px 0;
}
footer div.footerbottom div section:nth-child(2) {
  width: 280px;
  float: right;
  padding: 30px 0 40px;
  font-size: 12px;
}
footer a {
  color: #fff;
}
footer div.footerbottom div section:nth-child(1) ul {
  line-height: 100%;
  float: left;
  padding: 0 80px 0 0;
}
footer div.footerbottom div section:nth-child(1) ul:last-child {
  padding: 0;
}
footer div.footerbottom div section:nth-child(1) ul li {
  font-size: 12px;
  line-height: 230%;
}
footer div.footerbottom div section:nth-child(2) p {
  text-align: center;
  margin: 0 0 10px;
}
footer p#copyright {
  clear: both;
  text-align: center;
  color: #ffffff;
  font-size: 11px;
  padding: 18px 0;
  background-color: #443d73;
}
/*ページ上部に戻る*/
.pagetop {
  position: fixed;
  bottom: 50px;
  margin: 0 0 0 1000px;
}
/*共通見出し*/
.l_contents h1 {
  clear: both;
  overflow: hidden;
  margin: 0 auto 30px;
  width: 930px;
  height: 120px;
  background: url("../img/title-product.jpg") no-repeat left top;
  font-size: 40px;
  line-height: 100%;
  padding: 80px 0 0 70px;
}
.l_contents h1 span {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 50%;
  margin: 0 0 0 10px;
  color: #ccc;
}
/*EACH TITLE*/
#facility h1 {
  background: url("../img/title-facility.jpg") no-repeat left top;
}
#company h1, #faq h1, #contact h1 {
  background: url("../img/title-company.jpg") no-repeat left top;
}
#judging h1 {
  background: url("../img/title-kakou.jpg") no-repeat left top;
}
.l_contents h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  clear: both;
  padding: 10px 0;
  margin: 0 0 10px;
  border-bottom: 5px solid #d2cfe4;
}
.red {
  color: #E7141A;
}
/*下層ページ　共通レイアウト*/
.l_contents {
  width: 1000px;
  overflow: hidden;
  margin: 0 auto 100px;
}
#main {
  float: right;
  width: 726px;
}
#main section {
  clear: both;
  margin: 0 0 50px;
}
.imgright img {
  float: right;
  margin: 0 0 10px 20px;
}
.imgleft img {
  float: left;
  margin: 0 20px 30px 0;
}
#submenu {
  float: left;
  width: 250px;
  background-color: #443d73;
}
#submenu li.nolink {
  background: #443d73 url(../img/smenu-arw.png) no-repeat 10px center;
  border-bottom: 2px solid #69648f;
  padding: 15px 15px 15px 25px;
  color: #fff;
}
#submenu li a {
  display: block;
  background: #443d73 url(../img/smenu-arw.png) no-repeat 10px center;
  border-bottom: 2px solid #69648f;
  padding: 15px 15px 15px 25px;
  color: #fff;
}
#submenu li.second a {
  border-bottom: 2px solid #69648f;
  padding: 15px 15px 15px 35px;
  background: #443d73 url(../img/smenu-arw.png) no-repeat 20px center;
}
#submenu li a:hover {
  background: #69648f;
}
#submenu li.current a {
  background-color: #69648f;
}
/*メイン、３カラム*/
ul.itemlist3 {
  clear: both;
  overflow: hidden;
  margin: 0 0 50px;
}
ul.itemlist3 li {
  width: 225px;
  float: left;
  margin: 0 25px 25px 0;
}
ul.itemlist3 li:nth-child(3n) {
  margin: 0 0 25px 0;
}
ul.itemlist3 li ul li {
  float: none;
  margin: 0;
  line-height: 150%;
}
ul.itemlist3 li ul li:nth-child(3n) {
  margin: 0;
}
ul.itemlist3 li img {
  border: 1px solid #ddd;
}
/*メイン、３カラム プロダクトリンク*/
#main ul.productlinkli {
  clear: both;
  overflow: hidden;
  margin: 0 0 50px;
}
#main ul.productlink li {
  width: 225px;
  height: 225px;
  float: left;
  margin: 0 25px 25px 0;
  display: table;
  text-align: center;
}
#main ul.productlink li:nth-child(3n) {
  margin: 0 0 25px 0;
}
#main ul.productlink li a {
  display: block;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  -moz-text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
  -webkit-text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
  -ms-text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
  background: url(../img/product01.jpg) no-repeat left top;
}
#main ul.productlink li:nth-child(2) a {
  background: url(../img/product02.jpg) no-repeat left top;
}
#main ul.productlink li:nth-child(3) a {
  background: url(../img/product03.jpg) no-repeat left top;
}
#main ul.productlink li a h3 {
  font-size: 160%;
  font-weight: bold;
  padding: 10px 0;
  background: none;
}
#main ul.productlink li a:hover {
  opacity: 0.6;
  transition: 0.8s;
  text-decoration: none;
}
/*メイン、2カラム*/
ul.itemlist2 li {
  width: 350px;
  float: left;
  margin: 0 26px 26px 0;
}
ul.itemlist2 li:nth-child(2n) {
  margin: 0 0 26px 0;
}
ul.itemlist2 li img {
  border: 1px solid #ddd;
}
/*テーブルデフォルトスタイル*/
table {
  width: 100%;
  border-top: 1px solid #999;
}
table caption {
  text-align: left;
  font-weight: bold;
  margin: 0 0 10px 0;
}
table th {
  text-align: left;
  padding: 10px;
  font-weight: normal;
  background-color: #f3f3f3;
  border-bottom: 1px solid #999;
}
table td {
  padding: 10px;
  border-bottom: 1px solid #999;
}
table.horizontal {
  border-collapse: collapse;
}
table.horizontal th {
  background-color: #BDBDBD;
  border: 1px solid #999;
}
table.horizontal tr:nth-child(2n) td {
  background-color: #f3f3f3;
}
table.horizontal td {
  border: 1px solid #999;
}
#judging table.horizontal td:first-child {
  width: 20em;
}
#judging table.horizontal td:nth-child(2) {
  width: 8em;
}
/*各タイトル*/
.contents h1.title {}
/*問い合わせボタン*/
.topbutton {
  clear: both;
  background: url(../img/btn-wht.png) no-repeat left top;
  width: 280px;
  min-height: 22px;
  margin: 0 auto;
}
.topbutton a {
  display: block;
  width: 280px;
  min-height: 22px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  padding: 14px 0;
  background: url(../img/btn-ppl.png) no-repeat left top;
}
.topbutton.orng a {
  background: url(../img/btn-orng.png) no-repeat left top;
}
.topbutton a:hover {
  text-decoration: none;
  transition: 0.5s;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/*---------------------------ページ別コンテンツ-------------------------------------*/
/*-----top page-----*/
#mainvisual {
  clear: both;
  background-color: #000;
}
#mainvisual img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
#top section {
  clear: both;
  padding: 0px 0 60px;
}
#top h2 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #443d73;
  font-size: 40px;
  font-weight: 700;
  width: 80%;
  border-bottom: 1px solid #443d73;
  padding: 0 0 20px;
  margin: 40px auto 0;
  text-align: center;
}
#top #tech h2 {
  color: #ffffff;
  border-bottom: 1px solid #fff;
}
#top #judge h2 {
  color: #003333;
  width: 13em;
  font-family: inherit;
  border-bottom: none;
}
#top #judge h2 span {
  font-weight: normal;
}
#top section .subtitle {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 50px;
}
#top #judge .subtitle {
  font-size: 14px;
  color: #ff9d10;
}
#top #tech {
  background: url("../img/bg-tech.gif") no-repeat center top;
  background-size: cover;
  overflow: hidden;
}
#top #tech ul {
  width: 1000px;
  margin: 0 auto 30px;
  overflow: hidden;
}
#top #tech ul li {
  float: left;
  width: 300px;
  margin: 0 50px 0 0;
  text-align: center;
}
#top #tech ul li:last-child {
  margin: 0;
}
#top #tech ul li p:nth-of-type(2) {
  text-align: left;
  margin: 0 0 30px;
}
#top #tech ul li p.topbutton a {
  margin: 0 auto;
}
#top #tech ul li img {
  display: block;
  margin: 0 0 30px;
  box-shadow: 1px 2px 5px 0px rgba(4, 0, 0, 0.1);
}
#top #tech ul li a.hover_img {
  background: #fff;
  display: block;
}
#top #tech h3 {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 32px;
  font-weight: 300;
  margin: 0 0 6px;
  line-height: 130%;
}
#top #tech ul li p:first-of-type {
  margin: 0 0 18px;
}
#top #tech ul li a {
  text-decoration: none;
}
#top #judge {
  background: url(../img/bg-judge.jpg) no-repeat left bottom;
  /*background-size:cover;*/
}
#top #judge div {
  background: url(../img/judge01.png) no-repeat left top;
  width: 740px;
  height: 370px;
  margin: 0 auto 50px;
}
#top #judge ul li {
  float: left;
  width: 370px;
  padding: 160px 0 0;
  color: #003333;
}
#top #judge ul li h3 {
  font-size: 30px;
  font-weight: 700;
  width: 260px;
  padding: 0 0 20px 40px;
  line-height: 130%;
  text-align: left;
}
#top #judge ul li p {
  width: 260px;
  padding: 0 0 0 40px;
  text-align: left;
  font-size: 14px;
  line-height: 180%;
}
#top #judge ul li:last-child h3 {
  padding: 0 0 20px 70px;
  text-align: center;
}
#top #judge ul li:last-child p {
  padding: 0 0 0 70px;
}
#top #gallery {
  width: 1080px;
  margin: 0 auto;
}
#top #gallery ul {
  width: 1020px;
  margin: 0 0 50px 40px;
}
#top #gallery div {
  margin: 0 0 0 0;
}
#top #gallery ul li {
  margin: 0 0 0 0;
  width: 150px;
}
#top #gallery ul li img {
  width: 150px;
}
#top #other {
  background: url(../img/bg-other.jpg) no-repeat center top;
  background-size: cover;
}
#top #other ul {
  width: 1000px;
  overflow: hidden;
  margin: 0 auto;
}
#top #other ul li {
  float: left;
}
#top #other ul li h3 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  background: url(../img/other-company.jpg) no-repeat left top;
  width: 220px;
  height: 120px;
  text-align: center;
  padding: 100px 0 0;
  margin: 0 40px 30px 0;
}
#top #other ul li:nth-child(2) h3 {
  background: url(../img/other-facility.jpg) no-repeat left top;
}
#top #other ul li:nth-child(3) h3 {
  background: url(../img/other-faq.jpg) no-repeat left top;
}
#top #other ul li:nth-child(4) h3 {
  background: url(../img/other-contact.jpg) no-repeat left top;
  margin: 0 0 30px 0;
}
#top #other ul li p {
  font-size: 14px;
  text-align: center;
  margin: 0 40px 0 0;
}
#top #other ul li a:hover {
  transition: 0.5s;
  opacity: 0.5;
  text-decoration: none;
}
/*--------------下層ページ-------------*/
/*FACILITY*/
#facility #main table {
  margin: 0 0 50px;
}
/*FAQ*/
#faq #main section {
  border: 3px solid #ccc;
  padding: 10px 20px;
  margin: 0 0 30px;
  overflow: hidden;
}
#faq #main ul {
  float: left;
  margin: 0 20px 0 0;
  line-height: 280%;
  width: 46%;
}
#faq #main ul:nth-child(2) {
  margin: 0;
  width: auto;
}
#faq #main dl {
  clear: both;
}
#faq #main dl dt {
  padding: 10px;
  background: #d2cfe4;
}
#faq #main dl dt span {
  color: #443d73;
  font-weight: bold;
}
#faq #main dl dd {
  padding: 10px 10px 40px 40px;
}
#faq #main dl dd:first-letter {
  color: #ff8c2a;
  font-weight: bold;
  margin: 0 0 0 -1.8em;
}
/*JUDGING*/
#judging #main table {
  margin: 0 0 50px;
}
#main section h3 {
  clear: both;
  padding: 10px;
  margin: 0 0 10px;
  background: #666;
  color: #fff;
}
/*MACHINING*/
#machining #main h3 {
  clear: both;
  padding: 10px;
  margin: 0 0 10px;
  background: #666;
  color: #fff;
}
#machining #main .pagenav {
  overflow: hidden;
  margin: 0 0 40px 0;
}
#machining #main .pagenav li a {
  display: block;
  padding: 10px 20px 10px 30px;
  background: #443d73 url("../img/smenu-arw.png") no-repeat scroll 10px center;
  color: #fff;
}
#machining #main .pagenav li {
  float: left;
  width: 16.5%;
  margin: 0 1px 0 0;
}
#machining #main .pagenav li a:hover {
  background-color: #69648f;
  text-decoration: none;
}
/*COMPANY*/
.company table th {
  width: 10em;
}
/*CONTACT*/
#contactform #main h2 {
  border: none;
  padding: 0;
}
#contactform #main section {
  clear: both;
}
#contactform #main table {
  margin: 0 0 50px;
  width: 100%;
}
#contactform #main table th {
  vertical-align: middle;
  white-space: nowrap;
  width: 9em;
}
#contactform #main ul li:first-child {
  margin: 0 10px 10px 0;
  width: 360px;
}
#contactform #main ul li {
  float: left;
}
#contactform #main ul li:nth-child(2) {
  border: 3px solid #ccc;
  padding: 40px 20px;
  width: 300px;
  float: right;
}
#contactform #main ul li:nth-child(2) address {
  line-height: 110%;
  vertical-align: middle;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 40px;
  font-weight: 700;
}
#contactform #main ul li:nth-child(2) address span {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  font-weight: 300;
  width: 1.8em;
  display: block;
  clear: left;
  float: left;
}
#contactform #main ul li:nth-child(2) p {
  text-align: right;
}
#contactform #main p.sml {
  font-size: 80%;
  margin: 0;
}
#contactform #main .button {
  width: 590px;
  overflow: hidden;
  margin: 0 auto;
}
#contactform #main .button button, .mfp_buttons button {
  width: 260px;
  border-width: 0;
  margin: 0 15px 60px;
  float: left;
  display: block;
  padding: 15px 0;
  text-align: center;
  border-radius: 5px;
  background-color: #443d73;
  color: #fff;
  font-size: 24px;
  text-shadow: none;
  cursor: pointer;
}
#contactform #main .button button[type="reset"], .mfp_buttons button[type="reset"] {
  background-color: #979797;
}
#contactform #main .button button:hover, .mfp_buttons button:hover {
  opacity: 0.7;
  text-decoration: none;
}
.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover {
  background: #2b86ed;
  box-shadow: none;
}
#contactform #main .must {
  display: inline;
  float: none;
  padding: 0 5px;
  text-shadow: 0 1px 2px #933;
}
form#mailformpro label.mfp_not_checked {
  border: none;
  padding: 0;
}
form#mailformpro label.mfp_checked {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
input[type=radio] {
  margin: 0 5px 0 10px;
  vertical-align: middle;
}
input[type=text], input[type=tel], input[type=email], textarea {
  font-family: inherit;
  line-height: 150%;
  font-size: 100%;
  overflow: hidden;
  margin: 0;
  width: 90%;
}
.mfp_element_all {
  max-width: none;
}
form#mailformpro {
  padding: 20px 0;
  margin: 0;
  overflow: hidden;
}
#contactform #thanks {
  text-align: center;
  padding: 60px 0;
}
#mfp_phase_stat {
  display: none;
}
form#mailformpro label {
  margin: 0;
  border-radius: 0;
  cursor: pointer;
}
#mfp_overlay_inner h4 {
  text-align: center;
  font-size: 120%;
  margin: 0 0 20px 0;
  padding: 10px 0 0;
}
#mfp_overlay_inner {
  overflow: hidden;
}
#mfp_overlay_inner table {
  margin: 0 0 20px 0;
}
.mfp_buttons {
  width: 470px;
  margin: 0 auto;
  overflow: hidden;
}
#mfp_overlay_inner .mfp_buttons button {
  width: 200px;
  border-width: 0;
  margin: 0 15px;
  padding: 10px 0;
  border-radius: 5px;
  font-size: 130%;
}
.newspage {
  width: 80%;
  margin: 0 auto;
}
.newsbd {
  border: solid 1px;
  width: 80%;
  margin: 0px auto 40px;
  background: #fff;
}
iframe {
  width: 100%;
}
.btn {
  background: #443D73;
  background-image: -webkit-linear-gradient(top, #443D73);
  background-image: -moz-linear-gradient(top, #443D73);
  background-image: -ms-linear-gradient(top, #443D73);
  background-image: -o-linear-gradient(top, #443D73);
  background-image: linear-gradient(to bottom, #443D73);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  width: 100px;
  float: right;
  margin-right: 30px;
}
.btn:hover {
  background: #443D73;
  background-image: -webkit-linear-gradient(top, #443D73);
  background-image: -moz-linear-gradient(top, #443D73);
  background-image: -ms-linear-gradient(top, #443D73);
  background-image: -o-linear-gradient(top, #443D73);
  background-image: linear-gradient(to bottom, #443D73);
  text-decoration: none;
}
.newsBox .topsub {
  padding: 10px 15px;
  font-weight: bold;
  font-size: 1.1rem;
  background-color: #443D73;
  color: #FFF;
  border-radius: 10px 10px 0 0;
}
.com {
  border: 1px solid #C5C5C5;
  padding: 20px;
  margin-bottom: 30px;
  background: #eee;
}
.inner {
  width: 100%;
  margin: 0 auto;
  background: #443D73;
  padding: 40px 0;
  margin-top: 40px;
}
.topics {
  text-align: center;
  color: #fff;
  font-size: 30px;
}
#top h2.newstitle {
  clear: both;
  font-size: 16px;
  background-color: #443D73;
  color: #FFF;
  border-bottom: 5px double;
  border-radius: 10px 10px 0 0;
  padding: 20px 0 15px 10px;
  text-align: left;
  height: auto;
}
.child_nav {
  font-size: 14px;
}
.instagram_wrap {
  width: 1000px;
  overflow: hidden;
  margin: 10px auto;
}
/*---------------------------------
	machining.html
-----------------------------------*/
#box001 div {
  display: inline-block;
  vertical-align: top;
  width: 235px;
  margin: 20px 0;
  text-align: center;
  font-size: 24px;
}
#box001 div span {
  font-size: 12px;
}
#machining section h2 {
  margin-top: 30px !important;
}
#machining .txtBig {
  font-size: 150%;
  font-weight: bold;
}
/*---------------------------------
	全体高さ調整
-----------------------------------*/
#main {
  height: auto !important;
}
ul.toc {
  margin: 20px auto 40px;
  background: #eee;
  padding: 2rem;
  width: 320px;
}
ul.toc li:not(:first-child) {
  margin-top: 10px;
}
ul.toc a {
  text-decoration: underline;
}