@charset "utf-8";

body {
    font-size: 16px;
}
p {
    line-height: 1.6;
}
a:hover {
    text-decoration: none;
    color: #09f;
}
a img {
	  transition: .3s;
}
a:hover img {
    opacity: 0.6;
    transition: .3s;
}
input[type="text"], input[type="email"], input[type="password"], input[type="number"], textarea, select {
    padding: 10px;
    font-size: 16px;
}
.sp {
	  display: none;
}


/* 基本レイアウト---------------- */
#wrapper {
    position: relative;
    width: 100%;
    text-align: center;
}
#container {
	  padding-top: 80px;
}
.main {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    text-align: left;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 20px;
    padding-top: 15px;
}
.flex01 {
    display: flex;
    flex-wrap: wrap;
    align-items: strecth;
    align-self: center;
}
.flex02, .flex03 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.fixed01 {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    transition: .4s;
    z-index: 10;
}
.fixed02 {
    position: fixed;
    top: 140px;
    width: 210px;
    padding-bottom: 10px;
    background: #fff;
    transition: .4s;
    z-index: 10;
}
.fixed03 {
    position: relative;
    opacity: 0;
    transition: .4s;
}


/* ヘッダー---------------- */
#head {
    position: fixed;
    width: 100%;
    height: 80px;
    background: #fff;
    border-bottom: 4px solid #BCBDC1;
    z-index: 100;
}
#head_in {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    text-align: left;
}
#head01 {
    width: 29.5%;
    margin-right: 10.5%;
}
#head02 {
    width: 60%;
    padding-top: 8px;
}
#head_logo {
    padding-top: 20px;
}
#head_logo img {
    width: 100%;
    height: auto;
}
#head_menu {
    margin-bottom: 10px;
    text-align: right;
}
#head_menu ul li {
    display: inline-block;
    margin-right: 20px;
    font-size: 12px;
}
#head_menu ul li a {
    color: #666;
    transition: .3s;
}
#head_menu ul li a:hover {
    color: #09f;
    transition: .3s;
}
.nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.nav > li {
	  width: 20%;
    max-width: 140px;
}
.nav > li > a {
    display: block;
    line-height: 1.5;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: .3s;
}
.nav > li > a:hover {
    color: #09f;
}
.nav > li > a span {
    position: relative;
}
.nav > li.on > a span:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #232991;
}
@-moz-document url-prefix() {
	  .nav > li.on > a span:after {
        bottom: -23px;
	  }
}
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
    .nav > li.on > a span:after {
        bottom: -24px;
	  }
}
.drop_menu {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    padding-top: 10px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: 100;
}
.close_btn {
    float: right;
    margin-bottom: 5px;
}
.close_btn img {
    cursor: pointer;
}
.drop_in01 {
    clear: both;
    min-height: 200px;
    padding: 20px 0;
    border-top: 1px solid #DBDBDB;
}
.drop_t01 a {
    display: inline-block;
    margin-bottom: 20px;
    padding-right: 25px;
    font-size: 20px;
    background: url("../img/arrow12.png") no-repeat;
    background-position: right center;
}
.drop_ul {
    position: relative;
}
.drop_ul > li {
    width: 220px;
    margin-bottom: 20px;
    font-size: 15px;
}
.drop_ul > li > .drop_ul_cont {
    height: 0;
    overflow: hidden;
    position: absolute;
    top: -10px;
    left: 220px;
    width: 950px;
    transition: .3s;
}
.drop_ul > li:hover > .drop_ul_cont {
    height: 200px;
    background: #fff;
    z-index: 2;
    transition: .3s;
}
.drop_ul01 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 10px;
}
.drop_ul > li > .drop_ul_cont > .drop_ul01 {
    border-bottom: 1px solid #DBDBDB;
}
/*.drop_ul > li > .drop_ul_cont.first {
    height: 200px;
    z-index: 1;
}*/
.drop_ul01 > li {
    width: 33.3%;
    font-size: 14px;
}
.drop_ul01 > li > a {
    display: block;
    padding: 10px 20px 10px 30px;
    line-height: 1.4;
    transition: .3s;
}
.drop_ul01 > li > a > span:after {
    position: absolute;
    display: inline;
    content: "";
    width: 10px;
    height: 12px;
    margin: 2px 0 0 5px;
    background: url("../img/arrow12.png") no-repeat;
}
.drop_ul01 > li > a:hover {
    color: #fff;
    background: #154375;
    transition: .3s;
}
.drop_ul01 > li > a:hover > span:after {
    position: absolute;
    display: inline;
    content: "";
    width: 10px;
    height: 12px;
    margin: 2px 0 0 5px;
    background: url("../img/arrow13.png") no-repeat;
}
.drop_in02 {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    min-height: 150px;
    padding: 20px 0;
    border-top: 1px solid #DBDBDB;
}
.drop_col01 {
    width: 220px;
}
.drop_col02 {
    width: 950px;
}

#sp_navi {
	  display: none;
}


/* フッター----------------- */
#foot {
    position: relative;
	  width: 100%;
    font-size: 16px;
}
#foot a {
    color: #fff;
}
#foot a:hover {
    color: #09f;
}
#foot01 {
    width: 100%;
    padding: 22px 0 15px;
    color: #fff;
    background: #003477;
}
#foot02 {
    width: 100%;
    padding: 15px 0;
    color: #fff;
    background: #46577A;
}
.foot_in {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    text-align: left;
}
#foot_logo {
    margin-bottom: 10px;
}
.foot_col01 {
    width: 24%;
}
.foot_col02 {
    width: 30.5%;
    padding-top: 55px;
}
.foot_col03 {
    width: 15%;
    padding-top: 55px;
}
.foot_col04 {
    display: none;
}
#foot h3 {
    margin-bottom: 15px;
    font-weight: bold;
}
.foot_col01 h3 {
    margin-left: 25px;
}
.foot_ul li {
    margin-bottom: 15px;
    line-height: 1.5;
}
#copyright small {
    font-size: 14px;
}
#pagetop {
    position: fixed;
    bottom: 60px;
    right: 20px;
    width: 37px;
}
#pagetop a {
    display: block;
    width: 37px;
    height: 37px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../img/pagetop.png) no-repeat;
    transition: .3s;
}
#pagetop a:hover {
    opacity: 0.7;
    transition: .3s;
}
#contact_btn {
    position: fixed;
    top: 48%;
    right: 10px;
    width: 71px;
}
#contact_btn a {
    display: block;
    width: 71px;
    height: 72px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../img/contact_b.png) no-repeat;
    transition: .3s;
}
#contact_btn a:hover {
    opacity: 0.7;
    transition: .3s;
}


/* トップ---------------- */
#top_slider {
    width: 100%;
    background: #e4e4ef;
}
#slider {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
#slider img {
    width: 100%;
    height: auto
}
#slider a:hover img {
    opacity: 1;
}
.slick-dots {
    bottom: 15px;
}
.slick-dots li {
    width: 15px;
    height: 15px;
}
.slick-dots li button:before {
    font-size: 12px;
    color: #7E7C7C;
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    color: #11356C;
}

/* #top01---------------- */
#top01 {
    padding: 60px 0 50px;
    background: #F1F1F1;
}
.main01 {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    text-align: left;
}
.h2_01 {
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: bold;
}
.top_ul01 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 40px;
}
.top_ul01 li {
    position: relative;
    width: 48.8%;
    margin-right: 2.4%;
    color: #fff;
    background: #003477;
}
.top_ul01 li:nth-child(2n) {
    margin-right: 0;
}
.top_ul01 li a {
    color: #fff;
}
.top_box01 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 64px;
    padding: 17px 10px 0 20px;
    line-height: 1.3;
    text-align: left;
    color: #fff;
    background: rgba(53,49,49,.8);
    z-index: 10;
}
.top_box01 h3 {
    font-size: 23px;
    white-space: nowrap;
    transform-origin: top left;
    transform: scale(0.8, 1);
}
.top_ul01 li a:hover .top_box01 {
    text-decoration: underline;
}
.ul01 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.ul01 li {
    width: 49.5%;
    margin-right: 1%;
    margin-bottom: 10px;
    color: #fff;
    background: #003477;
}
.ul01 li:nth-child(2n) {
    margin-right: 0;
}
.ul01 li a {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    color: #fff;
}
.ul01 li a:hover {
    color: #09f;
    transition: .3s;
}
.ul01_01 {
    width: 50%;
}
.box01 {
    padding-top: 25%;
    text-align: center;
}
.box01 h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

/* #top02---------------- */
#top02 {
    width: 100%;
}
.top02_btn a {
    display: block;
    width: 100%;
    max-width: 1120px;
    height: 252px;
    margin: 20px auto 70px auto;
    background: url("../img/top_bg01.jpg") no-repeat;
    background-size: 100%;
    transition: .3s;
}
.top02_btn a:hover {
    opacity: 0.7;
    transition: .3s;
}
.top02_btn h2 {
    padding-top: 110px;
    text-align: center;
    font-size: 40px;
}
.btn01 a {
    display: block;
    width: 120px;
    line-height: 32px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background: #4C4C4C;
    transition: .3s;
}
.btn01 a:hover {
    opacity: 0.6;
    transition: .3s;
}

/* #top03---------------- */
#top03 {
    padding-bottom: 95px;
}
.main02 {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    text-align: left;
}
.h2_02 {
    font-size: 22px;
    font-weight: bold;
}
.h2_02_t1 {
    margin: 0 0 30px 60px;
    font-size: 14px;
    font-weight: bold;
    color: #0A69B7;
}
.ul02 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.ul02 li {
    width: 31.63%;
    margin-right: 2.55%;
    margin-bottom: 30px;
}
.ul02 li:nth-child(3n) {
    margin-right: 0;
}
.ul02 li a {
    display: block;
}
.ul02_t {
    min-height: 135px;
    padding: 15px 25px;
    border: 1px solid #666;
}
.ul02_t1 {
    margin-bottom: 10px;
    font-size: 20px;
}
.ul02_t1:after {
    display: inline-block;
    content: "";
    width: 23px;
    height: 23px;
    margin-left: 10px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../img/arrow02.png) no-repeat;
    vertical-align: middle;
}
.ul02 li p {
    font-size: 16px;
}

/* #top_news---------------- */
#top_news {
    width: 100%;
    padding: 25px 0 50px;
    background: #F5F6FA;
}
#top_news a {
    color: #002773;
}
#top_news a:hover {
    color: #09f;
}
.h2_02_t2 {
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #0A69B7;
}
.top_news_col01 {
    width: 16.3%;
    text-align: center;
}
.top_news_col02 {
    width: 83.7%;
    padding-top: 7px;
}
.dl01 {
    font-size: 16px;
}
.dl01 dt {
    width: 9em;
    line-height: 1.5;
    margin-bottom: 1.5em;
    color: #666;
    border-right: 2px solid #fff;
}
.dl01 dd {
    margin: -3em 0 1.5em 10em;
    padding-left: 150px;
    background: url(../img/arrow01.png) no-repeat;
    background-position: 0 5px;
}
.top_news_link {
    text-align: right;
    font-size: 16px;
}


/* 下層ページ---------------- */
.pankuzu {
    padding: 20px 0;
    background: #F7F7F7;
}
.pankuzu ul {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    text-align: left;
}
.pankuzu ul li {
    display: inline;
    margin-right: 1em;
    font-size: 12px;
}
.pankuzu ul li:after {
    display: inline;
    margin-left: 1em;
    content: "＞";
}
.pankuzu ul li:last-child:after {
    display: none;
}


.title01 {
    margin-bottom: 65px;
}
.title02 {
    margin-bottom: 0px;
}
.title02 .main {
    position: relative;
}
.title01_01 {
    width: 100%;
    height: 60px;
    padding: 4px 0;
    background: #DFE4ED;
}
.title01_box01 {
    position: absolute;
    top: 73px;
    left: 0;
    width: 430px;
    height: 126px;
    padding-left: 35px;
    color: #fff;
    background: #003477;
}
.title01_t01 {
    margin-bottom: 10px;
    padding-top: 20px;
    font-size: 14px;
    color: #B7BADB;
}
@media screen\0 {
   
}
.title01_t02 {
    padding-top: 14px;
    line-height: 1.2;
    font-size: 12px;
    color: #B7BADB;
}
.h1_01 {
    padding-top: 100px;
    font-size: 40px;
    color: #003477;
}
.h1_02 {
    font-size: 27px;
	padding-top: 25px;
}
.h1_03 {
    line-height: 1.2;
    font-size: 29px;
	  padding-top: 10px;
	  padding-bottom: 10px;
}
.h1_03 span {
    font-size: 20px;
}
.h1_04 {
    font-size: 40px;
    color: #003477;
}
.h1_05 {
    font-size: 32px;
    color: #003477;
}
.h1_05_t {
    margin-bottom: 5px;
    padding-top: 80px;
    font-size: 24px;
    color: #003477;
}
.h1_06 {
    font-size: 22px;
    color: #fff;
}
.h1_07 {
    font-size: 26px;
	padding-top: 25px;
}
.content01 {
    margin: 40px 60px;
}
.content03 {
    margin-bottom: 70px;
}
.content04 {
    margin-bottom: 30px;
}
.content05 {
    margin-bottom: 40px;
    padding-top: 30px;
}
.content06 {
    padding: 65px 0 55px;
    background: #F7F7F7;
}
.content07 {
    padding: 35px 0 85px;
}
.content08 {
    margin-bottom: 100px;
    padding-top: 80px;
    border-top: 1px solid #9F9F9F;
}
.content09 {
    padding: 40px 0 50px;
}
.content10 {
    padding: 70px 0 0;
    background: #F0F0EF url("../img/bg04.jpg") no-repeat;
    background-position: center top;
    background-size: 100%;
}
.content11 {
    background: #F0F0EF url("../img/bg03.png") no-repeat;
    background-position: right bottom;
}
.h2_03 {
    margin-bottom: 5px;
    padding-left: 15px;
    line-height: 30px;
    font-size: 26px;
    font-weight: bold;
    color: #003E6F;
    background: url("../img/line01.png") no-repeat;
    background-position: left center;
}
.h2_04 {
    text-align: center;
    line-height: 1.1;
    font-size: 28px;
    color: #003E6F;
}
.h2_04_t {
    margin-bottom: 10px;
}
.h2_05 {
    font-size: 20px;
    color: #003E6F;
}
.h2_06 {
    margin-bottom: 20px;
    padding-left: 15px;
    font-size: 30px;
    color: #002773;
    background: url("../img/line01.png") no-repeat;
    background-position: left center;
}
.h2_07 {
    margin-bottom: 45px;
    padding-left: 0.5em;
    line-height: 67px;
    font-size: 26px;
    color: #003E6F;
    background: url("../img/title_bg01.png") no-repeat;
    background-size: 100%;
    background-position: center center;
}
.h2_08 {
    margin-bottom: 25px;
    padding-left: 0.5em;
    line-height: 67px;
    font-size: 26px;
    color: #003E6F;
    background: url("../img/title_bg01.png") no-repeat;
    background-size: 100%;
    background-position: center center;
}
.h2_09 {
    margin-bottom: 30px;
    font-size: 35px;
    color: #003E6F;
}
.h2_10 {
    position: relative;
    margin-bottom: 40px;
    font-size: 38px;
    color: #003E6F;
    border-bottom: 1px solid #c7c7c9;
}
.h2_10:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    content: "";
    width: 220px;
    height: 2px;
    background: #1B247A;
}
.h2_11 {
    position: relative;
    margin-bottom: 30px;
    padding-left: 0.8em;
    font-size: 30px;
    color: #002773;
}
.h2_11:before {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    content: "■";
    font-size: 18px;
    color: #265FBC;
}
.h2_12 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #002773;
}
.h2_13 {
    margin-bottom: 20px;
    font-size: 25px;
    color: #151515;
}
.h2_14 {
    margin-bottom: 20px;
    font-size: 23px;
    color: #003477;
}
.h2_14:before {
    display: inline;
    margin-right: 0.3em;
    content: "●";
    color: #828487;
}
.h2_15 {
    position: relative;
    margin-bottom: 60px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #003E6F;
}
.h2_15:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    content: "";
    width: 146px;
    height: 8px;
    background: #1958A8;
}
@media screen\0 {
    .h2_15:after {
        bottom: -20px;
    }
}
.h2_16 {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: bold;
    color: #003E6F;
    border-bottom: 1px solid #c7c7c9;
}
.h3_01 {
    margin-bottom: 5px;
    padding-left: 20px;
    line-height: 1.6;
    font-size: 16px;
    font-weight: bold;
    color: #003E6F;
    background: url("../img/arrow07.png") no-repeat;
    background-position: left center;
}
a:hover .h3_01 {
    color: #09f;
}
.h3_02 {
    margin-bottom: 18px;
	  margin-top: 25px;
    padding-left: 15px;
    line-height: 42px;
    font-size: 24px;
    color: #003E6F;
    background: url("../img/line02.png") no-repeat;
    background-position: left center;
}
.h3_03 {
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 20px;
    color:#162D9A;
    border-bottom: 1.5px solid #ccc;
	font-weight: bold;
}
.h3_04 {
    margin-bottom: 10px;
    font-size: 24px;
    color: #002773;
}
.h3_05 {
    margin-bottom: 15px;
    font-size: 24px;
    color: #151515;
}
.h3_06 {
    margin-bottom: 65px;
    padding-left: 55px;
    line-height: 82px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: url("../img/title_bg02.png") no-repeat;
    background-size: cover;
}
.h3_07 {
    margin-bottom: 15px;
    font-size: 20px;
	  font-weight: bold;
    color: #151515;
}
.h3_08 {
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: bold;
    color: #104480;
    border-bottom: 2px solid #7FA0C5;
}
.h3_09 {
    margin-bottom: 25px;
    padding-left: 1.2em;
    line-height: 43px;
    font-size: 18px;
    font-weight: bold;
    background: url("../img/title_bg03.png") no-repeat;
}
.h4_01 {
    margin-bottom: 15px;
    font-size: 22px;
	line-height: 130%;
}
.h4_02 {
    margin-bottom: 30px;
    width: 342px;
    line-height: 55px;
    text-align: center;
    font-size: 20px;
    color: #1952A4;
    border: 1px solid #1952A4;
}
.h4_03{
  color: #364e96;/*文字色*/
  font-weight: bold;
  padding: 0.5em 0;/*上下の余白*/
  margin-bottom: 15px;
  border-bottom: solid 2px #364e96;/*下線*/
}



.title_txt01 {
    margin-bottom: 10px;
    padding-top: 80px;
    font-size: 20px;
    color: #003477;
}
.main_col {
    width: 940px;
    margin-right: 20px;
}
.side_col {
    width: 210px;
}


/* 製品一覧---------------- */
#product_title01 {
    width: 100%;
    height: 275px;
    background: url("../img/product_bg01.jpg") no-repeat;
    background-position: center center;
}
#product_title10 {
    width: 100%;
    max-width: 100%;
    height: 234px;
    margin: 0 auto;
    background: url("../product/semicon/img/semicon01_sp.jpg") no-repeat;
    background-position: right top;
}
.ul03 {
    display: flex;
	align-items: flex-start;
    justify-content: space-between;
}
.ul03 li {
    width: 99.4%;
    margin-right: 0.6%;
}
.ul03 li:last-child {
    margin-right: 0;
}
.ul03 li a {
    display: block;
    height: 50px;
    padding: 15px 0 8px 30px;
    background: #fff url("../img/arrow04.png") no-repeat;
    background-position: left 7px center;
}
#product04 {
    margin-bottom: 100px;
}
.ul04 {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto 60px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.ul04 li {
    width: 31.53%;
    margin-right: 2.7%;
    margin-bottom: 30px;
}
.ul04 li:nth-child(3n) {
    margin-right: 0;
}
.ul04 li p {
    font-size: 15px;
    color: #666;
}
.product_img01 {
    margin-bottom: 5px;
}
.product_t01 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #003E6F;
}
.product_t01 span {
    position: relative;
}
.product_t01 span:after {
    position: absolute;
    top: 5px;
    display: inline;
    content: "";
    width: 22px;
    height: 20px;
    margin-left: 10px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../img/arrow05.png) no-repeat;
}
 a:hover .product_t01, .ul04 li a:hover p {
    color: #09f;
}
#product05 {
    margin-top: -100px;
    padding-top: 100px;
}

#search01 {
    padding: 35px 0 50px;
    background: #D7DEE3 url("../img/bg01.png") no-repeat;
    background-position: right top;
}
#search02 {
    padding: 35px 0 65px;
    background: #fff;
}
.ul20 {
    width: 100%;
    max-width: 1125px;
    margin: 0 auto;
}
.ul20 li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
    color: #fff;
    transition: .3s;
}
.ul20 li a:hover {
    opacity: .7;
    transition: .3s;
}
.ul20_01 a {
    background: #152B4C url("../img/box_bg02.jpg") no-repeat;
    background-position: left bottom;
    border-left: 1px solid #4F5F78;
}
.ul20_02 a {
    background: #3E669E url("../img/box_bg03.jpg") no-repeat;
    background-position: left bottom;
    border-left: 1px solid #6E8CB6;
}
.ul20_03 a {
    background: #14356C url("../img/box_bg04.jpg") no-repeat;
    background-position: left bottom;
    border-left: 1px solid #4E6790;
}
.ul20_box01 {
    width: 486px;
    padding: 5px 5px 5px 35px;
    line-height: 1.3;
    font-size: 22px;
}
.ul20_box02 {
    width: 317px;
}
.ul20_box03 {
    width: 321px;
    padding: 5px 15px;
    line-height: 1.4;
    font-size: 13px;
}
.ul05 {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.ul05 li {
    width: 23%;
    margin-right: 2%;
    background: #fff;
}
.ul05 li:nth-child(4n) {
    margin-right: 0;
}
.ul05_02 {
    padding: 25px 15px;
}
.ul05 li p {
    font-size: 15px;
}

#contact_bar {
    padding-top: 20px;
}
.contact_bar01 {
    padding: 25px 0 10px;
    background: #E8E8E8 url("../img/bg02.png") no-repeat;
    background-position: right top;
}
.contact_bar_in {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    text-align: left;
}
.contact_bar01_01 {
    width: 41%;
    margin-left: 9%;
    border-right: 1px solid #999;
}
.contact_bar01_02 {
    width: 50%;
}
.contact_bar01_02_in {
    padding: 0 10%;
}
.contact_bar_t01 {
    margin-bottom: 10px;
    font-size: 16px;
}
.contact_bar_tel {
    margin-bottom: 10px;
    text-align: center;
}
.contact_bar_t02 {
    text-align: center;
    font-size: 12px;
}
#contact_bar02 {
    padding: 22px 0 26px;
    background: #E6E6E6;
}
.contact_bar02_btn a img {
  max-width: 100%;
  height: auto;
}
.ul06 {
    width: 100%;
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.ul06 li {
    width: 215px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.ul06 li:nth-child(2n) {
    margin-right: 0;
}

#relation_bar {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding: 35px 0 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    text-align: left;
}
#relation_bar a {
    color: #003E6F;
}
#relation_bar a:hover {
    color: #09f;
}
.relation_bar01 {
    width: 23.5%;
}
.relation_bar02 {
    width: 23.5%;
    margin-right: 3%;
}
.relation_bar03 {
    width: 23.5%;
}
.relation_bar_img {
    margin-bottom: 5px;
}
.relation_bar_img img {
    width: 100%;
    height: auto;
}




.p01 {
    margin-left: 18px;
    font-size: 18px;
    color: #424344;
}
.ul07 {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
	  flex-wrap: wrap;
	  align-items: flex-start;
}
.ul07 li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 25px;
    text-align: center;
}
.ul07 li:nth-child(3n) {
    margin-right: 0;
}
.ul07 li a {
    display: block;
    padding: 30px 10px 5px;
    border: 1px solid #999;
    transition: .3s;
}
.ul07 li a:hover {
    opacity: 0.6;
    transition: .3s;
}
.ul07_01 {
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    color: #003477;
}
.ul07_t01 {
    margin-bottom: 10px;
    font-size: 20px;
}
.ul07_t02 {
    font-size: 18px;
}
.ul08 {
    margin-bottom: 30px;
}
.ul08 li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 27px 10px 25px;
    border-top: 5px solid #E6E6E6;
}
.ul08_01 {
    width: 20.86%;
    margin-right: 2.61%;
}
.ul08_02 {
    width: 26.08%;
    margin-right: 4.35%;
}
.ul08_03 {
    width: 46.1%;
}
.ul08_t01 {
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: bold;
    color: #003477;
}
.ul08_t02 {
    margin: 0 0 20px 0;
}
.ul08_t02 span {
    display: inline-block;
    padding: 4px 5px 1px;
    font-size: 20px;
    color: #fff;
	font-weight: 700;
    background: #283d68;
}
.ul08 li p {
    font-size: 16px;
    line-height: 1.8;
}
.txt07 {
    font-size: 24px;
}
.table01 {
    width: 100%;
    margin-bottom: 20px;
}
.table01 tr:nth-child(odd) {
    background: #f7f7f7;
}
.table01 th, .table01 td {
    padding: 7px;
    line-height: 1.6;
}
.table01 th {
    color: #0088CC;
}
.btn02 {
    margin-bottom: 10px;
    text-align: right;
}
.btn02 a {
    display: inline-block;
    padding: 5px 17px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    background: #104970;
    border-radius: 4px;
    transition: .3s;
}
.btn02 a:hover {
    opacity: 0.6;
    transition: .3s;
}
.btn02_mst2 {
    margin-bottom: 10px;
    text-align: right;
}
.btn02_mst2 a {
    display: inline-block;
    padding: 5px 17px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
	  background: #EC5D12;
    border-radius: 4px;
    transition: .3s;
}
.btn02_mst2 a:hover {
    opacity: 0.6;
    transition: .3s;
}


/* 下層プロダクト3階層 */
.col01_01 {
    width: 53%;
    padding: 35px 0 0 70px;
}
.col01_02 {
    width: 47%;
}
.product_t02 {
    font-size: 23px;
}
.product_t03 {
	margin-top: 20px;
    margin-bottom: 50px;
    font-size: 45px;
}
.product_t04 {
    margin-bottom: 100px;
    font-size: 22px;
    font-weight: bold;
    color: #0E3B97;
}
.product_t05 {
    margin-bottom: 50px;
    font-size: 22px;
    font-weight: bold;
    color: #0E3B97;
}
.product_t06 {
	  margin-top: 20px;
    margin-bottom: 50px;
    font-size: 20px;
}
.ul09 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 20px;
}
.ul09 li {
    width: 85px;
    margin-right: 8px;
}
.page_navi {
    height: 34px;
    padding-left: 10px;
    background: #DFE4ED;
}
.page_navi ul li {
    display: inline-block;
    margin-right: 25px;
}
.page_navi ul li a {
    display: block;
    line-height: 37px;
    padding-left: 22px;
    background: url("../img/arrow08.png") no-repeat;
    background-position: left center;
}
.col02_01 {
    width: 29.06%;
}
.col02_02 {
    width: 41.45%;
    margin-right: 29.49%;
}
.product_img_ul {
    width: 72px;
    margin-left: 70px;
}
.product_img_ul li {
    margin-bottom: 8px;
}
.product_img_ul li img {
    width: 100%;
    height: auto;
}
.product_main_img {
    margin-bottom: 75px;
}
.product_main_img img {
    width: 100%;
    height: auto;
}
.movie01 {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    background: #EAECEF;
}
.movie01 iframe {
    margin-bottom: 10px;
}
.txt02 {
    font-size: 14px;
}
.col03_01 {
    width: 75.21%;
    margin-right: 3.42%;
	margin-top: 10px;
	padding-right: 30px;
}
.col03_02 {
    width: 21.37%;
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.col03_03 {
    width: 26.3%;
    padding-top: 208px;
}
.col03_04 {
    width: 73.7%;
}
.col03_img01 {
    margin-left: 60px;
}
.col03_img01 img, .col03_im02 img {
    width: 100%;
    height: auto;
}
.col04_01 {
    width: 32.06%;
    margin: 0 11.96%;
}
.col04_02 {
    width: 32.06%;
    margin-right: 11.96%;
}
.col04_img01 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 315px;
    margin: 0 auto 10px;
    text-align: center;
}
.col04_img01_01 {
    width: 155px;
    margin-right: 5px;
}
.col04_img01_02 {
    width: 155px;
}
.col04_t01 {
    padding-top: 5px;
    font-size: 11px;
}
.col04_t02 {
    margin-bottom: 40px;
}
.col04_img02 {
    width: 315px;
    margin: 0 auto 10px;
}
.product_spec {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.product_spec img {
    width: 100%;
    height: auto;
}
.popup01 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 90px;
}
.popup01 a {
    display: block;
    width: 17%;
    margin: 0 1.5%;
}
.popup01 a img {
    width: 100%;
    height: auto;
}
.col10_01 {
    width: 44.5%;
    margin-right: 8.5%;
}
.col10_02 {
    width: 47%;
    margin-bottom: 120px;
}
.main07 {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
	  margin-bottom: 15px;
}
.img01 {
    margin-bottom: 30px;
}
.img1_1 {
    margin-bottom: 30px;
	text-align: center;
}
.arrow01 {
    margin-bottom: 25px;
}
.col11_01 {
    width: 43.2%;
    text-align: left;
}
.col11_02 {
    width: 13.6%;
}
.arrow02 {
    margin-top: 140px;
}
.main08 {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}
.table_wrap01 {
    width: 100%;
}
.table03 {
    width: 100%;
}
.table03 th, .table03 td {
    padding: 25px;
    text-align: center;
    background: #fff;
    border-top: 1px solid #BFBFBF;
    border-left: 1px solid #BFBFBF;
    border-right: 1px solid #BFBFBF;
}
.table04 {
    width: 100%;
    margin-bottom: 20px;
}
.table04 th {
    padding: 10px;
    text-align: left;
    font-size: 14px;
    color: #000;
    background: #E9EBF6;
    border: 1px solid #BFBFBF;
}
.table04 td {
    padding: 10px;
    text-align: left;
    font-size: 14px;
    color: #000;
    background: #fff;
    border: 1px solid #BFBFBF;
}
/* 表空セル斜線 */
table.table04 td:empty {
    background-image: linear-gradient(to top right, transparent, transparent 49.5%, #BFBFBF 49.5%, #BFBFBF 50.5%, transparent 50.5%, transparent);
}
.table05 {
    width: 100%;
    margin-bottom: 100px;
}
.table05 th {
    padding: 15px 5px;
    text-align: center;
    font-size: 20px;
    color: #000;
    background: #E9EBF6;
    border: 2px solid #A1B8E1;
}
.table05 td {
    padding: 15px 5px;
    text-align: center;
    font-size: 20px;
    color: #000;
    background: #E9EBF6;
    border: 2px solid #A1B8E1;
}
.table05_img01 {
    margin-bottom: 125px;
}
.ul13 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    text-align: left;
}
.ul13 li {
    width: 40%;
    margin-right: 20%;
    margin-bottom: 25px;
    line-height: 1.6;
    font-weight: bold;
}
.ul13 li:nth-child(2n) {
    margin-right: 0;
}
.ul13 li a {
    display: inline-block;
    margin-left: 1em;
    text-indent: -1em;
}
.ul13 li a:before {
    display: inline;
    content: "●";
    font-weight: normal;
    color: #005BAC;
}

#product_slider {
    width: 100%;
}
#product_slider .img100 {
    margin-bottom: 5px;
}
.slide01 a {
    display: block;
}
a .slide_t01 {
    width: 75%;
    margin: 0 15%;
    line-height: 1.8;
    font-size: 20px;
    color: #003E6F;
}
a:hover .slide_t01 {
    color: #09f;
}
.slide_t01:after {
    display: inline-block;
    content: "";
    width: 11px;
    height: 20px;
    margin-left: 10px;
    text-indent: 100%;
    overflow: hidden;
    background: url("../img/arrow06.png") no-repeat;
    vertical-align: -2px;
}
.slide_t02 {
    width: 70%;
    margin: 0 15% ;
}
#product_slider .slick-prev {
    width: 30px;
    height: 30px;
    left: -10px;
    background: url("../img/slide_prev.png") no-repeat;
    transition: 0.3s;
}
#product_slider .slick-next {
    width: 30px;
    height: 30px;
	  right: -10px;
    background: url("../img/slide_next.png") no-repeat;
    transition: 0.3s;
}
.slick-prev:before, .slick-next:before {
    content: "";
}
button.slick-prev, button.slick-next {
    z-index: 10;
}
.slick-prev:hover {
    background: url("../img/slide_prev.png") no-repeat;
    opacity: 0.6;
    transition: 0.3s;
}
.slick-next:hover {
    background: url("../img/slide_next.png") no-repeat;
    opacity: 0.6;
    transition: 0.3s;
}
.slick-prev:focus {
    background: url("../img/slide_prev.png") no-repeat;
}
.slick-next:focus {
    background: url("../img/slide_next.png") no-repeat;
}
.slick-arrow {
	  z-index: 10;
}


/* 下層プロダクト事業部別ページ */
#product_title02 {
    width: 100%;
    height: 275px;
	background-image: url("../img/product_demo01.jpg");
    background-size: 100%;
    background-position: center center;
	background-repeat  : no-repeat;
    border-bottom: 4px solid #fff;
}
#product_title03 {
    width: 100%;
    height: 234px;
	background-image: url("../product/precision_cleaning/img/precision_cleaning01.jpg");
    background-size: 100%;
    background-position: center center;
	background-repeat  : no-repeat;
    border-bottom: 4px solid #fff;
}
#product_title04 {
    width: 100%;
    height: 406px;
	background-image: url("../product/balance/img/product_bg003.jpg");
    background-size: 100%;
    background-position: center center;
	background-repeat  : no-repeat;
    border-bottom: 4px solid #fff;
}
#product_title05 {
    width: 100%;
    height: 406px;
	background-image: url("../product/equipment/img/equipment.jpg");
    background-size: 100%;
    background-position: center center;
    background-repeat  : no-repeat;
    border-bottom: 4px solid #fff;
}
#product_title06 {
    width: 100%;
    height: 406px;
	background-image: url("../product/precision_cleaning/img/precision_cleaning.jpg");
    background-size: 100%;
    background-position: center center;
	background-repeat  : no-repeat;
    border-bottom: 4px solid #fff;
}
#product_title08 {
    width: 100%;
    height: 234px;
	background-image: url("../product/equipment/img/equipment01.jpg");
    background-size: 100%;
    background-position: center center;
	background-repeat  : no-repeat;
    border-bottom: 4px solid #fff;
}
.title01_box02 {
    position: absolute;
    top: 140px;
    left: 0;
    width: 700px;
    height: 125px;
    padding-top: 50px;
    text-align: center;
    color: #fff;
    background: #003477;
}
.main09 {
    width: 100%;
    max-width: 1365px;
    margin: 0 auto;
    padding: 40px 62px 120px;
    text-align: left;
    background: #fff;
}
#product_title09 {
    width: 100%;
    height: 406px;
	background-image: url("../product/semicon/img/semicon_bg01.jpg");
    background-size: 100%;
    background-position: center center;
    background-repeat  : no-repeat;
    border-bottom: 4px solid #fff;
}
#product_title11 {
    width: 100%;
    height: 275px;
    background: url("../img/product_service01.jpg") no-repeat;
    background-position: center center;
}
.product_index01 {
    margin-bottom: 100px;
}
.p02 {
    font-size: 18px;
    color: #1B488B;
}
.product_index02 {
    margin-bottom: 200px;
}
.main10 {
    width: 100%;
    max-width: 1085px;
    margin: 0 auto;
}
.ul14 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.ul14 li {
    width: 535px;
    margin-right: 15px;
}
.ul14 li:nth-child(2n) {
    margin-right: 0;
}
.ul14 li a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    min-height: 285px;
    margin-bottom: 25px;
    padding: 47px 30px 25px 25px;
    box-shadow: 1px 1px 5px 1px #ccc;
}
.ul15_img {
    width: 400px;
    margin-right: 35px;
}
.ul14_txt {
    width: 245px;
    padding-top: 20px;
}
.ul15_img {
    width: 200px;
    margin-right: 35px;
}
.ul15_txt {
    width: 245px;
    padding-top: 20px;
}
.btn05 {
    position: absolute;
    bottom: 25px;
    right: 25px;
    width: 80px;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    background: #10366C;
    transition: .3s;
}
.btn05 span:before {
    display: inline;
    content: ">";
    margin-right: 5px;
}
.ul14 li a:hover .btn05 {
    opacity: 0.7;
    transition: .3s;
}
.product_index03_01 {
    margin-bottom: 110px;
}
.main11 {
    position: relative;
    width: 100%;
    max-width: 1365px;
    margin: 0 auto;
    padding-bottom: 375px;
    text-align: left;
    background: #fff;
}
.title_box01 {
    position: relative;
    width: 470px;
    height: 145px;
    padding: 15px 0 0 148px;
    line-height: 1.5;
    text-align: center;
    background: #F1F7FD;
}
.title_box01 h2 {
    font-size: 33px;
    font-weight: bold;
}
.title_box01_t {
    font-size: 15px;
    color: #1958A8;
}
.title_box_img {
    position: absolute;
    top: 99px;
    left: 148px;
}
.title_box02 {
    position: absolute;
    top: 160px;
    right: 0;
    width: 565px;
    height: 170px;
    padding: 18px 200px 0 55px;
    background: #F1F7FD;
}
.title_box02 h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #1958A8;
}
.title_box02 p {
    margin-bottom: 5px;
}
.link01 a {
    display: block;
    width: 68px;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    background: #10366C;
    transition: .3s;
}
.link01 span:before {
    display: inline;
    content: ">";
    margin-right: 5px;
}
.link01 a:hover {
    opacity: 0.7;
    transition: .3s;
}


/* 下層プロダクト バランサー */
#product_title07 {
    width: 100%;
    max-width: 100%;
    height: 234px;
    margin: 0 auto;
    background: url("../product/balance/img/product_bg03_01.jpg") no-repeat;
    background-position: right top;
}
.title01_box03 {
    position: absolute;
    top: 55px;
    left: 0;
    width: 430px;
    height: 126px;
    padding-left: 35px;
    color: #fff;
    background: #003477;
}
.title01_t03 {
    padding-top: 20px;
    line-height: 1.2;
    font-size: 16px;
    color: #B7BADB;
}
.page_navi03 {
    height: 30px;
    padding-left: 10px;
    background: #DFE4ED;
}
.page_navi03 ul li {
    display: inline-block;
    margin-right: 25px;
    font-size: 14px;
}
.page_navi03 ul li a {
    display: block;
    line-height: 30px;
    padding-left: 22px;
    background: url("../img/arrow08.png") no-repeat;
    background-position: left center;
}
.main_col_in01 {
    width: 100%;
    max-width: 840px;
    margin: 0 35px 60px 65px;
}
.main_col_in001 {
    width: 100%;
    max-width: 840px;
    margin: 0 35px 130px 65px;
}
.main_col_in0001 {
    width: 100%;
    max-width: 840px;
    margin: 0 35px 130px 65px;
}
.col12_01 {
    width: 400px;
    padding-top: 60px;
}
.col12_02 {
    width: 440px;
    margin-bottom: 50px;
}
.title_txt02 {
    margin-bottom: 5px;
    font-size: 18px;
}
.product_t07 {
    font-size: 19px;
    font-weight: bold;
    color: #0E3B97;
}
.box07 {
    width: 770px;
    margin: 0 auto;
}
.box07 h3 {
    padding: 5px 15px;
    font-size: 16px;
    color: #fff;
    background: #003477;
}
.box07_in {
    padding: 10px 25px;
    font-size: 15px;
    border: 1px solid #003477;
}
.box007 {
    width: 850px;
}
.box007 h3 {
    padding: 5px 15px;
    font-size: 16px;
    color: #fff;
    background: #003477;
}
.box007_in {
    padding: 10px 25px;
    font-size: 15px;
    border: 1px solid #003477;
}
.main12 {
    width: 810px;
    margin-left: 30px;
}
.dl03 {
    position: relative;
    margin-bottom: 25px;
}
.dl03 dt {
    position: relative;
    width: 46px;
    z-index: 5;
}
.dl03 dd {
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    padding-left: 60px;
    line-height: 40px;
    font-size: 18px;
    background: #D4EBF9;
}
.col13_01 {
    width: 485px;
    margin: 0 65px 60px 25px;
}
.col13_02 {
    width: 235px;
    margin-bottom: 60px;
}
.col13_01 p {
    margin-bottom: 10px;
}
.p03 {
    font-size: 16px;
}
.btn06 {
    float: right;
}
.btn06 a {
    display: inline-block;
    padding: 1px 10px;
    line-height: 22px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    background: #104970;
    border-radius: 3px;
    transition: .3s;
}
.btn06 a:hover {
    opacity: 0.6;
    transition: .3s;
}
.btn06:after {
    content: "."; 
    display: block; 
    height: 0; 
    font-size: 0;	
    clear: both; 
    visibility: hidden;
}
.main13 {
    width: 780px;
    margin-left: 30px;
}
.col14_01 {
    width: 315px;
    margin: 0 50px 60px 40px;
}
.col14_02 {
    width: 360px;
    margin: 0 15px 60px 0;
}
.ul15 li {
    margin-bottom: 20px;
    line-height: 1.4;
    margin-left: 1em;
    text-indent: -1em;
}
.ul15 li:before {
    display: inline;
    content: "●";
    margin-right: 5px;
    font-size: 10px;
    vertical-align: middle;
    color: #D27231;
}
.waku02 {
    width: 125px;
    margin-bottom: 10px;
    padding: 2px 5px;
    font-size: 15px;
    color: #fff;
    background: #7F7F7F;
}
.col15_01 {
    width: 190px;
    margin-right: 25px;
}
.col15_02 {
    width: 243px;
    margin-right: 25px;
}
.col15_03 {
    width: 243px;
    margin-bottom: 70px;
}
.main14 {
    width: 740px;
    margin: 0 20px 80px 0;
}
.col16_01 {
    width: 243px;
    margin: 0 130px 10px 7px;
}
.col16_02 {
    width: 360px;
    margin-bottom: 10px;
}
.main15 {
    width: 740px;
    margin: 0 20px 60px 0;
}
.col17_01 {
    width: 244px;
    margin: 0 26px 10px 100px;
}
.col17_02 {
    width: 244px;
    margin: 0 126px 10px 0;
}
.p04 {
    text-align: right;
}

/* 下層プロダクト バランスチェッカー */
.main16 {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}
.ul16, .ul17, .ul18, .ul19 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 30px;
}
.ul16 li {
    width: 20%;
    text-align: center;
}
.img02 {
    margin-bottom: 10px;
}
.txt10 {
    font-size: 16px;
}
.ul16_t, .ul17_t, .ul18_t {
    font-size: 13px;
}
.ul17 li {
    width: 23.7%;
    text-align: center;
}
.ul17_t {
    font-size: 13px;
}
.ul18 li {
    width: 25%;
    text-align: center;
}
.ul18 li:nth-child(3) {
    width: 32%;
    text-align: left;
}
.ul19 li {
    width: 18.2%;
    margin-right: 9%;
    text-align: center;
}
.ul19 li:nth-child(4n) {
    margin-right: 0;
}
.main17 {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    text-align: center;
	  margin-bottom: 15px;
}
.col18_01 {
    width: 370px;
    margin-right: 30px;
}
.col18_02 {
    width: 440px;
    padding-top: 30px;
    text-align: left;
}
.col19_01 {
    width: 175px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.col19_02 {
    width: 175px;
    margin-bottom: 10px;
}
.txt09 {
    font-size: 24px;
	font-weight: bold;
	color:#E02629;
}
.p05 {
    margin-bottom: 30px;
}
.col20_01 {
    width: 245px;
    margin-right: 15px;
    padding-top: 50px;
}
.col20_02 {
    width: 580px;
    padding-top: 8px;
    text-align: left;
}
.col21_01 {
    width: 265px;
}
.col21_02 {
    width: 315px;
}
.table06 {
    width: 100%;
}
.table06 th {
    padding: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background: #8DB3E2;
    border: 2px solid #000;
}
.table06 td {
    padding: 5px;
    text-align: center;
    font-size: 16px;
    border: 2px solid #000;
}
.txt11 {
    margin-bottom: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 31px;
    font-weight: bold;
    color: #FF9700;
    border-bottom: 1px solid #FF9700;
}
.txt12 {
    margin-bottom: 5px;
    font-size: 23px;
    font-weight: bold;
}
.txt13 {
    font-size: 23px;
}

/* フィールドバランサ Myself-1 */
.main18 {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
}
.box08 {
    padding: 20px 10px;
    background: #F3F2F0;
}
.box08_01 {
    padding: 0 20px;
}
.txt14 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #1C559A;
}
.h3_10 span {
    display: inline-block;
    margin-bottom: 10px;
    padding: 7px 20px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #1F559A;
}
.h4_04 {
    font-size: 18px;
    font-weight: bold;
    color: #10356C;
}
.btn07 {
    margin-bottom: 10px;
    text-align: right;
}
.btn07 a {
    display: inline-block;
    padding: 8px 25px;
    line-height: 1.2;
    text-align: center;
    text-shadow: 2px 2px 1px #666;
    color: #fff;
	  background: linear-gradient(to bottom, #8F8929, #A98929);
    border-radius: 27px;
    transition: .3s;
}
.btn07 a:hover {
    opacity: 0.6;
    transition: .3s;
}
.col22_01 {
    width: 500px;
    margin: 0 85px 0 25px;
}
.col22_02 {
    width: 210px;
    margin-right: 20px;
}
.col22_03 {
    width: 815px;
    margin-left: 25px;
}
.col22_04 {
    width: 320px;
    margin: 0 45px 0 25px;
}
.col22_05 {
    width: 430px;
    margin-right: 20px;
}
.p06 {
    margin-bottom: 10px;
    font-size: 16px;
}
.img_right01 {
    padding-right: 20px;
    text-align: right;
}
.h4_05 {
    margin-bottom: 10px;
    font-weight: bold;
    color: #0E0C0C;
}
.box09 {
    margin: 0 10px;
    padding: 28px 18px 15px 18px;
    background: #E5F1F8;
    border: 2px solid #B5B9B9;
}
.col23_01 {
    width: 50px;
    margin-right: 10px;
}
.col23_02 {
    width: 720px;
}
.col23_03 {
    width: 510px;
    margin-right: 30px;
}
.col23_04 {
    width: 180px;
}
.txt15 {
    margin-left: 60px;
    font-weight: bold;
    color: #1C5B84;
}



/* 企業情報---------------- */

/* 品質方針・環境方針---------------- */
#info_title01 {
    width: 100%;
    height: 260px;
    background: url("../img/title_bg01.jpg") repeat-x;
    border-bottom: 2px solid #c7c7c9;
    box-shadow: 0 0 4px #ccc;
}
.info_content01 {
    border-bottom: 2px solid #c7c7c9;
}
.page_navi02 {
    width: 100%;
    margin-bottom: 50px;
}
.page_navi02 li {
    display: inline-block;
    margin-right: 25px;
}
.page_navi02 li a {
    display: block;
    line-height: 37px;
    padding-left: 22px;
    background: url("../img/arrow09.png") no-repeat;
    background-position: left 0.7em;
}
.info01, .info02 {
    margin-bottom: 70px;
}
.info02:after {
    content: "."; 
    display: block; 
    height: 0; 
    font-size: 0;	
    clear: both; 
    visibility: hidden;
}
.info01 p {
    font-size: 20px;
    color: #224782;
}
.ol01 {
    margin: 0 0 30px 1.5em;
}
.ol01 > li {
    list-style: decimal;
    margin-bottom: 1em;
    line-height: 1.8;
    font-size: 20px;
    color: #224782;
}
.ul10 li {
    line-height: 1.8;
    font-size: 14px;
    color: #4d4d4d;
}
.right01 {
    float: right;
    width: 18em;
}
.right01 p {
    font-size: 20px;
    color: #020202;
}
.col05_01 {
    width: 33%;
    margin-right: 3%;
}
.col05_02 {
    width: 64%;
}
.info_img01 {
    margin-left: 15px;
}
.info_img02 {
    margin-left: 27px;
}
.dl02 {
    margin: 0 0 50px 60px;
}

.dl02 dt {
    width: 11em;
    margin-bottom: 0.5em;
}
.dl02 dd {
    margin: -1.6em 0 0.5em 13em;
}
.col06_01 {
    width: 22.3%;
    margin-right: 3%;
}
.col06_02 {
    width: 74.7%;
    margin-bottom: 40px;
}
.big01 {
    font-size: 30px;
}
.info_img03 {
    margin-bottom: 70px;
    text-align: right;
}
.table02 {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #80abdd;
}
.table02 th {
    width: 9em;
    padding: 0.8em 0 0.8em 1em;
    background: #efefef;
    border-top: 1px solid #323ead;
}
.table02 tr:last-child th {
    border-bottom: 1px solid #323ead;
}
.table02 td {
    padding: 0.8em 0 0.8em 1em;
    border-top: 1px solid #80abdd;
}
.small01 {
    text-align: right;
    font-size: 12px;
}


/* 拠点・アクセス---------------- */
.col07_01 {
    width: 46.8%;
    margin-right: 6.4%;
}
.col07_02 {
    width: 46.8%;
}
.col07_03 {
    width: 50%;
}
.col07_04 {
    width: 50%;
	padding-top: 1.6em;
}
.map_t01 {
    margin-bottom: 20px;
    font-size: 18px;
}
.box02 {
    padding: 0.7em 0.5em;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background: #F5FFCC;
}
.gmap01 {
    margin-bottom: 60px;
}
.gmap02 {
    margin-bottom: 20px;
}

/* サイドカラム */
.h2_side01 {
    padding: 0.5em 1em;
    font-size: 14px;
    color: #fff;
    background: #202c72;
}
.side_ul01 li a {
    display: block;
    padding: 1em;
    font-size: 14px;
    color: #001847;
    border-bottom: 1px solid #d9d9d9;
    transition: .3s;
}
.side_ul01 li:last-child a {
	  border-bottom: 1px solid #202c72;
}
.side_ul01 li.on a {
    background: #d4d5d6;
}
.side_ul01 li a:hover {
    background: #d4d5d6;
    transition: .3s;
}


/* お問い合わせについて---------------- */
.main03 {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    text-align: left;
}
.main04 {
    width: 100%;
    max-width: 900px;
    margin:  auto;
}
.col08_01 {
    width: 30%;
    margin: 0 5% 0 15%;
}
.col08_02 {
    width: 30%;
    margin: 0 15% 0 5%;
}
.calender01 {
    width: 100%;
    margin-bottom: 40px;
}
.calender01 caption {
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
}
.calender01 th {
    padding: 3px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #ccc;
}
.calender01 td {
    padding: 2px 3px 15px;
    text-align: right;
    font-size: 12px;
    border: 1px solid #ccc;
}
.calender01 th:first-child {
    color: #D52320;
}
.calender01 th:last-child {
    color: #0C0BE8;
}
.calender01 .off {
    background: #FDDEE6;
}
.calender01 .not {
    color: #ccc;
}
.calender01 .off_not {
    background: #FDDEE6;
	color: #ccc;
}
.day_off {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    background: #FDDEE6;
    border: 1px solid #ccc;
    vertical-align: middle;
}
.note01 {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
}
.main05 {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 40px;
    text-align: left;
    border-top: 1px solid #707070;
}
.box03 {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 100px 0 40px 20px;
    padding: 30px 85px 25px;
    border: 2px solid #B6CECE;
}
.box03_icon {
    position: absolute;
    top: -35px;
    left: -55px;
    width: 100px;
    height: 70px;
}
.txt03 {
    margin-bottom: 10px;
    font-size: 18px;
}
.txt04 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}
.txt004 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
	letter-spacing: -1px;
}
.txt31 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.ib01 {
    display: inline-block;
    margin-left: 1.5em;
    font-size: 13px;
    text-decoration: underline;
}
.ib02 {
    display: inline-block;
    margin-left: 1.5em;
    font-size: 16px;
    text-decoration: underline;
}
.ib03 {
    display: inline-block;
    font-size: 13px;
	margin-bottom: 5px;
}
.box04 {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 60px 0 20px 20px;
    padding: 30px 60px 25px 85px;
    border: 2px solid #B6CECE;
}
.box04_icon {
    position: absolute;
    top: -35px;
    left: -55px;
    width: 100px;
    height: 70px;
}
.col09_01 {
    width: 65.5%;
}
.col09_02 {
    width: 34.5%;
    padding-top: 15px;
}
.col09_03 {
    width: 34.5%;
}
.btn03 a {
    display: block;
    line-height: 58px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #1E4E9B;
    border-radius: 4px;
    transition: .3s;
}
.btn03 a:hover {
    opacity: .7;
    transition: .3s;
}


/* 検査装置の点検校正について---------------- */
.main06 {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 40px 40px;
    text-align: left;
}
.txt05 {
    font-weight: bold;
    color: #E50A0A;
}
.txt06 {
    font-weight: bold;
    color: #E36709;
}
.txt07 {
    font-weight: bold;
	font-size: 18px;
    color: #E02629;
}
.txt08 {
    font-weight: bold;
    color: #0E0C0C;
}
.txt50 {
    font-size: 10px;
    color: #C0C0C0;
}
.txt001 {
    font-weight: bold;
    color: #221CA4;
}
.box05 {
    padding: 25px 20px 10px;
	margin-bottom: 15px;
    background: #FCFCFC;
    border: 2px solid #B6CECE;
}
.ul11 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 25px;
}
.ul11 li {
    width: 24%;
    margin: 0 1% 25px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.ul11 li a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.ul11_img {
    width: 31.2%;
    margin-right: 7.8%;
}
.ul11_txt {
    width: 61%;
    padding-top: 1.5em;
    font-size: 14px;
}
.ul11_img img {
    width: 100%;
    height: auto;
}
.note02 {
    text-align: right;
    font-size: 14px;
}
.btn04 a {
    display: block;
    width: 295px;
    line-height: 58px;
    margin: 20px auto 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #1E4E9B;
    border-radius: 4px;
    transition: .3s;
}
.btn04 a:hover {
    opacity: .7;
    transition: .3s;
}
.inspection01 {
    margin-bottom: 100px;
}
.ol02 {
    margin: 0 0 40px 1em;
}
.ol02 > li {
    margin-bottom: 10px;
    list-style-type: upper-roman;
    line-height: 1.8;
}
.ol03 {
    margin: 0 0 0 1em;
}
.ol03 > li {
    list-style-type: lower-roman;
    line-height: 1.8;
}
.ul12 {
    margin-left: 1em;
    list-style-type: disc;
}
.ul12 > li {
    line-height: 1.8;
}
.bg_line01 {
    position: relative;
    margin-bottom: 40px;
    padding: 45px 0 45px;
    background: url("../inquiry/img/bg_line01.png") no-repeat;
    background-position: left top;
}
.bg_line01:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 12px;
    background: url("../inquiry/img/bg_line02.png") no-repeat;
    background-position: right bottom;
}
.box06 {
    padding: 3px 5px;
    border: 1px solid #E8384A;
}
.box06_in {
    padding: 25px 80px 35px;
    border: 1px solid #C7C7D1;
}
.waku01 {
    width: 40em;
    line-height: 36px;
    margin: 0 auto 25px;
    text-align: center;
    color: #fff;
    background: #2E4060;
}
.dl_form {
    text-align: center;
}
.dl_form img {
    vertical-align: middle;
}
.dl_form input[type="button"] {
    padding: 4px 10px;
    background: linear-gradient(#fff, #ccc);
    border: 1px solid #aaa;
}
.inspection02 {
    margin-bottom: 70px;
}



/* プライバシーポリシー---------------- */





/* 汎用スタイル---------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    font-size: 0;	
    clear: both; 
    visibility: hidden;
}
.clear {
	  clear: both;
}
.center {
	  text-align: center;
}
.left {
	  text-align: left;
}
.right {
	  text-align: right;
}
.img100 img {
    width: 100%;
    height: auto;
}
.bold {
	  font-weight: bold;
}
.mb05 {
	  margin-bottom: 5px;
}
.mb10 {
	  margin-bottom: 10px;
}
.mb20 {
	  margin-bottom: 20px;
}
.mb25 {
	  margin-bottom: 25px;
}
.mb30 {
	  margin-bottom: 30px;
}
.mb35 {
	  margin-bottom: 35px;
}
.mb40 {
	  margin-bottom: 30px;
	  padding-top: 20px
}
.mb45 {
	  margin-bottom: 45px;
}
.mb50 {
	  margin-bottom: 50px;
}
.mb60 {
	  margin-bottom: 60px;
}
.mb70 {
	  margin-bottom: 70px;
}
.mb80 {
	  margin-bottom: 80px;
}
.mb90 {
	  margin-bottom: 90px;
}
.mb100 {
	  margin-bottom: 100px;
}
.hr01 {
    width: 100%;
    height: 1px;
    margin-bottom: 20px;
    border-top: hidden;
    border-left: hidden;
    border-right: hidden;
    border-bottom: 1px solid #fff;
}

/* 字下げ */
.sage01 {
    margin-left: 1em;
}
.sage02 {
    margin-left: 2em;
    text-indent: -1em;
}


