@charset "UTF-8";


header   {
padding-top: 5px;
padding-bottom: 10px;
background-repeat: repeat-x;
background-image: url(../images/header_bg.png);
margin-left: auto;
margin-right: auto;
width: 100%;
z-index: 1000;
position: relative;
}

header {
    position: sticky;
    top: 0;
}

header h1    {
color: #000000;
padding-left: 2%;
font-size: 0.9em;
font-weight: 200;
letter-spacing: 1px;
float: left;
}
header .icon {
display: none;
}

header .headercontents {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}
header .logo {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 22px;
    float: left;
    clear: left;
}

header .right {
    padding-top: 30px;
    padding-bottom: 10px;
	float: right;
}

/* -----------------------------------------------*/
.hover_nav_mail {
    display: inline-block;
    padding: 0.8em 2.5em  0.8em 5em;
    background: #02B1FF;
    background-image: url(../images/icon_mail.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 10px center;
    border: 0.1875em solid #02B1FF;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    min-width: 50px;
}
.hover_nav_mail a {
  color: #fff;
  letter-spacing: 3px;
  }
  
.hover_nav_mail:hover {
  opacity: 0.6;

}

.hover_nav_download {
    display: inline-block;
    padding: 0.8em 2em  0.8em 3.5em;
    background: #D73A92;
    background-image: url(../images/icon_download.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 10px center;
    border: 0.1875em solid #D73A92;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    min-width: 50px;
}
.hover_nav_download a {
  color: #fff;
  letter-spacing: 3px;
}
.hover_nav_download:hover {
  opacity: 0.6;

}

/* -----------------------------------------------*/


/* 

// -------------------------------------------------------------------------

// NAVI

// -------------------------------------------------------------------------

*/

#nomal_menu  {
    text-align: center;
    clear: both;
    padding-bottom: 15px;
    width: 100%;
}
#nomal_menu .menu {
    display: table;
    margin: 0 auto;
    padding: 10px 0;
    width: 80%;
    text-align: center;
    max-width: 1200px;
}

#nomal_menu .menu li{
display: table-cell;
min-width: 50px;
padding: 15px;
}

.hover1 {
    border-bottom: 0.1875em solid #006db9;
    background-color: #FFFFFF;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    letter-spacing: 3px;
    font-size: 1.1em;
}
.hover2 {
    border-bottom: 0.1875em solid #009c79;
    background-color: #FFFFFF;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    letter-spacing: 3px;
    font-size: 1.1em;
}

.hover3 {
    border-bottom: 0.1875em solid #ffc943;
    background-color: #FFFFFF;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    letter-spacing: 3px;
    font-size: 1.1em;
}

.hover4 {
    border-bottom: 0.1875em solid #a6e017;
    background-color: #FFFFFF;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    letter-spacing: 3px;
    font-size: 1.1em;
}

.hover5 {
    border-bottom: 0.1875em solid #e53b40;
    background-color: #FFFFFF;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    letter-spacing: 3px;
    font-size: 1.1em;
}

.hover6 {
    border-bottom: 0.1875em solid #263882;
    background-color: #FFFFFF;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    letter-spacing: 3px;
    font-size: 1.1em;
}
.hover1:hover,.hover2:hover,.hover3:hover,.hover4:hover,.hover5:hover,.hover6:hover {
  border-bottom-color: transparent;
  transform: translateY(0.1875em);
}






.clear {
	clear:both;
}

/* 

// -------------------------------------------------------------------------

//   PAGETOP

// -------------------------------------------------------------------------

*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
background-color: #333333;
text-decoration: none;
color: #fff;
width: 100px;
padding: 30px 0;
text-align: center;
display: block;
border-radius: 5px;
}
#page-top a:hover {
text-decoration: none;
background-color: #FCB203;
}


/* 

// -------------------------------------------------------------------------

//   FOOTER

// -------------------------------------------------------------------------

*/

footer {
clear: both;
width: 100%;
background-color: #4f6173;
}
.footerContents {
margin-right: auto;
margin-left: auto;
clear: both;
text-align: center;
background-repeat: repeat;
color: #FFFFFF;
padding-bottom: 30px;
}
.footerinfo {
padding: 50px;
}
.footerinfo p {
	padding-top: 1%;
	letter-spacing: 5px;
}
.name {
    padding: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    font-size: 3em;
}
.footerinfo a {
	color: #FFFFFF;
}
	
.footerWaku {
margin-right: auto;
margin-left: auto;
clear: both;
background-color: #ededed;
padding-top: 10px;
padding-bottom: 10px;
}
.footerWaku a {
color: #999999;
}
.footerNAV1 {
	padding-right: 0px;
	text-align: center;
}
.footerNAV1 ul {
padding-top: 10px;
padding-bottom: 10px;
}
.footerNAV1 li {
    font-size: 1em;
    border-right: 1px solid #999999;
    letter-spacing: 5px;
    padding: 0px 20px;
    display: inline;
}
.footerNAV1 li  a{
    color: #666666;
}
.footerNAV1 li  a:hover{
    color: #cccccc;
}

.footerNAV2 {
	padding-right: 0px;
}
.footerNAV2 ul {
clear: both;
padding-top: 10px;
padding-bottom: 10px;
}
.footerNAV2 li {
    letter-spacing: 3px;
    padding: 1%;
    display: inline-block;
    width: 180px;
}

.rubi {
    font-size: 0.7em;
}

.bold{
    font-size: 1.2em;
	font-weight: bolder;
}

.copy  {
clear: both;
font-size: 0.8em;
text-align: center;
padding-top: 20px;
margin-left: auto;
margin-right: auto;
width: 100%;
letter-spacing: 5px;
color: #000000;
padding-bottom: 20px;
background-color: #ffffff;
}
.hidden {
	display: none;
}

/* -----------------------------------------------*/
.hover_nav {
    display: inline-block;
    padding: 0.6em 2em;
    margin: 0 0 1em;
    background: #fff;
    border: 0.1875em solid #333;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    letter-spacing: 5px;
}
.hover_nav a {
  color: #333;
}
.hover_nav:hover {
  background: #666;
  color: #fff;
}

/* -----------------------------------------------*/




/* 

// -------------------------------------------------------------------------

//  pagecommon Title

// -------------------------------------------------------------------------

*/


#pagetitle{
    padding: 80px;
    margin: 0px auto 50px ;
    background-color: #eeeeee;
    position: relative;
    top: -30px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.2em;
    letter-spacing: 15px;
}



.title_gaiyo{
    width: 70%;
	text-align: center;
	margin: 0px auto;
	color: #006db9;
}
.title_products{
    width: 70%;
	text-align: center;
	margin: 0px auto;
	color: #009c79;
}

.title_machine{
    width: 70%;
	text-align: center;
	margin: 0px auto;
	color: #ffc943;
}

.title_eco{
    width: 70%;
	text-align: center;
	margin: 0px auto;
	color: #a6e017;
}


.title_access{
    width: 70%;
	text-align: center;
	margin: 0px auto;
	color: #e53b40;
}
.title_recruit{
    width: 70%;
	text-align: center;
	margin: 0px auto;
	color: #263882;
}

.title_contact{
    width: 70%;
	text-align: center;
	margin: 0px auto;
	color: #53aef7;
}
.title_download{
    width: 70%;
	text-align: center;
	margin: 0px auto;
	color: #c4488f;
}


/* 

// -------------------------------------------------------------------------

//  pagecommon Section

// -------------------------------------------------------------------------

*/

#container {
    width: 100%;
    background-color: #FFFFFF;
	text-align: center;
}


section {
    padding-bottom: 100px;
    margin: 0px auto;
    clear: both;
    display: block;
}

#contents {
    margin: 0px auto;
    display: block;
    padding: 2%;
    width: 80%;
}

.midashi {
    letter-spacing: 15px;
    font-size: 2em;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    border-bottom: medium solid #cccccc;
    margin-bottom: 20px;
	color: #333333;
}

.light {
	font-size: 0.8em;
	color: #C2C2C2;
	word-spacing: 2em;
}
.alignleft {
	float: left;
	width: 48%;
}
.alignright {
	float: right;
	width: 48%;
}

.center {
margin-left: auto;
margin-right: auto;
text-align: center;
padding-top: 30px;
}

.hidden {
	display: none;
}
#breadcrumb {
background-color: #EDEDED;
padding-left: 1%;
padding-top: 1%;
padding-right: 1%;
padding-bottom: 1%;
text-align: left;
font-size: 0.8em;
}
#breadcrumb  li {
display: inline;
text-align: left;
padding-right: 30px;
}
.title_text {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    text-align: center;
    letter-spacing: 2px;
    padding-top: 30px;
    font-size: 2em;
    line-height: 2.5em;
    font-weight: bolder;
    color: #3A3B41;
}

.ex_text {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    color: #606060;
    line-height: 1.9em;
    letter-spacing: 3px;
    padding-bottom: 50px;
}

.text {
    text-align: left;
    color: #606060;
    line-height: 1.9em;
}
.text_center {
    text-align: center;
    font-size: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #606060;
    letter-spacing: 3px;
    line-height: 1.5em;
}
.text_right {
    text-align: right;
    font-size: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #606060;
    letter-spacing: 3px;
}

.demo {
margin-left: auto;
margin-right: auto;
padding: 80px;
}

/* tableの設定
----------------------------------------------------------- */
table	{
border-collapse: collapse;
}
th, td	{
	border: 1px solid #CCC;
	padding: 10px;
}
th	{
font-weight: bolder;
filter: alpha(opacity=80);
opacity: 0.8;
}


/* 

// -------------------------------------------------------------------------

//   INDEX

// -------------------------------------------------------------------------

*/

#intro {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.manga img {
    width: 1000px;
}

#slider {
position: relative;
width: 100%;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
top: -50px;
}


#mainNAV {
    clear: both;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #f0f7ff;
    padding-top: 60px;
    padding-bottom: 50px;
}
#mainNAV ul {
width: 80%;
display: table;
margin-left: auto;
margin-right: auto;
}
#mainNAV li {
display: table-cell;
padding: 2px;
}
.text_intitle {
color: #FFFFFF;
padding-left: 5%;
padding-top: 15px;
letter-spacing: 2px;
}


#Topics_news {
width: 100%;
height: 400px;
padding-top: 50px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 50px;
clear: both;
background-image: url(../images/contents_bg.jpg);
}


#news  {
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    padding-bottom: 100px;
    padding-top: 100px;
}
.newsWaku {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.scroll  {
    width: 90%;
    height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
}
#news dl  {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#news dt {
	font-weight: 500;
	color: #AD102D;
}
#news dd {
	clear: both;
	text-align: left;
}

#news .date  {
	width: 6em;
	color: #818160;
	float: right;
	font-size: 0.9em;
	padding-bottom: 5px;
}
.newsTitle {
    color: #FF8600;
    font-weight: bold;
    font-size: 1.2em;
    padding-bottom: 20px;
}

/* bxslider画像レイアウト
===================================*/

.bxslider{
    margin: 0px;
    width: 100%;
}

.bx-wrapper {
    position: relative;
}

.bx-wrapper img {
    width:100%;
}

.bx-viewport {
    max-height: 900px;
}



/* 

// -------------------------------------------------------------------------

//   gaiyo

// -------------------------------------------------------------------------

*/

table.company {
width: 800px;
margin-top: 30px;
margin-right: auto;
margin-left: auto;
border-collapse: separate;
border-spacing: 0px 15px;
font-size: 12px;
margin-bottom: 100px;
}
 
table.company th,
table.company td {
background: #f8f8f8;
	padding: 10px;
	text-align: left;
}
 
table.company th {
vertical-align: middle;
text-align: right;
width: 250px;
overflow: visible;
position: relative;
font-weight: bolder;
padding-right: 20px;
letter-spacing: 5px;
}
 


 
table.company td {
padding-left: 20px;
padding-right: 20px;
background-color: #f8f8f8;
}


table.history {
	width: 800px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	border-collapse: separate;
	border-spacing: 0px 15px;
	font-size: 12px;
}
 
table.history th,
table.history td {
background: #f8f8f8;
	padding: 10px;
	text-align: left;
}
 
table.history th {
vertical-align: middle;
text-align: left;
padding-left: 100px;
width: 150px;
overflow: visible;
position: relative;
font-weight: bold;
letter-spacing: 3px;
}



.company_inside{
	width: 1000px;
	margin: 30px auto;
	font-size: 12px;
	    box-sizing: border-box;     /* 余白や線を幅と高さに含める */
}

.company_inside_pic{
	display: flex;
	justify-content: space-between;
  align-items: flex-start;
}

.company_inside_pic img{
	width: 600px;
}

/* 

// -------------------------------------------------------------------------

//  products

// -------------------------------------------------------------------------

*/

.products {
    margin-right: auto;
    margin-left: auto;
    clear: both;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
	  box-sizing: border-box;
}

.products_detail   {
	    width: 100%;
    padding: 20px;
    letter-spacing: 3px;
	margin-bottom: 30px;
}
.products_detail dt {
    background-color: #FBE000;
    width: 100%;
    margin: 30px;
    color: #000000;
    font-size: 1.5em;
	font-weight: 900;
    padding: 10px;
    clear: both;
	
}
.products_detail dd {
width: 90%;
margin: auto;
    font-size: 1.1em;
    text-align: left;
    padding: 10px  40px;
    line-height: 1.8em;
}

.products_detail dd figure{
    text-align: center;
}

.machine {
width: 100%;
    margin: 30px auto;
    display: block;
    text-align: left;
	float:none;
}

.zoom {
    background-image: url(../images/zoom_icon.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 35px 35px;
    float: right;
	margin: 20px;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 15px;
    color: #6F6F6F;
}

.machine_ex {
    width: 100%;
    color: #4E4E4E;
    letter-spacing: 3px;
    text-align: left;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1.1em;
    line-height: 1.8em;
    border-left: 10px solid #D1D1D1;
	margin: 50px  auto 10px;
    padding-bottom: 0px;
}
.machine ul  {
    display: block;
    padding-left: 0px;
    padding-top: 30px;
}
.machine li {
    text-align: left;
}

.machine_pic {
 display: block;
 margin: 30px auto 0px;
 }
 
.machine_pic_ex {
    color: #727272;
    padding-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
 text-align: left;
 width: 45%;
}

.setsubi_waku h4 {
    text-align: left;
    font-size: 1.5em;
    border-left: 5px solid #3F3F3F;
    letter-spacing: 3px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
}
#container #contents .download_wrapper {
}

.setsubi_waku {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}


table.setsubi {
    width: 100%;
    margin: auto auto;
    border-collapse: separate;
    display: inline-table;
    letter-spacing: 5px;
}
 
table.setsubi th,
table.setsubi td {
padding: 10px;
text-align: left;
}
 
table.setsubi th {
    vertical-align: middle;
    text-align: center;
    width: 25%;
    overflow: visible;
    position: relative;
    letter-spacing: 0.2px;
    color: #262626;
    background-color: #EEEEEE;
    font-size: 1em;
}
table.setsubi td {
    text-align: center;
    width: 25%;
	letter-spacing: 0.2px;
    font-size: 0.9em;
}


.product_midashi{
    text-align: center;
    width: 14em;
    letter-spacing: 0.3em;
    font-size: 1.3em;
    background-color: #11853F;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
}
.product_text{
    text-align: left;
	letter-spacing: 0.2em;
    font-size: 1.2em;
	padding: 10px;
	line-height: 150%;
}

.product_feature{
    width: 800px;
    margin: auto;
	padding: 20px;
}

.caption{
    text-align: center;
	letter-spacing: 0.1em;
    font-size: 1.3em;
	font-weight: bolder;
	padding:0px 0px 20px;
	display: block;
}

.ss{
    font-size: 0.6em;
	padding:0px;
	vertical-align:super;
}

/* 

// -------------------------------------------------------------------------

//   eco

// -------------------------------------------------------------------------

*/


/* 

// -------------------------------------------------------------------------

//  Download

// -------------------------------------------------------------------------

*/
.download_box {
    display: inline-block;
    padding: 10px;
    margin-bottom: 50px;
}
.download_wrapper {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.download_waku {
    margin-right: auto;
    margin-left: auto;
    padding: 5px;
    text-align: center;
    font-size: 1em;
    letter-spacing: 3px;
    display: inline-block;
    border: 1px solid #C6C6C6;
}
.download_list {
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
    text-align: center;
    font-size: 1.3em;
    letter-spacing: 3px;}

.download_link {
    position: relative;
    text-align: center;
    letter-spacing: 3px;
    font-size: 1.2em;
    /* 中央揃え */
    display: block;
    margin: 0 auto;
    /* 幅の指定 */
    width: 100%;
    max-width: 200px;
    box-sizing: border-box;
    padding: 10px 10px 10px 30px;
    /* 色の指定 */
    background: linear-gradient(135deg, #d661aa, #c2488d);
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
    transition: 0.3s;
    border: 2px solid #c2488d;
    background: #fff;
    color: #c2488d;
    background-image: url(../images/icon_download_a.png);
    background-position: 10px center;
    background-size: 30px 30px;
    background-repeat: no-repeat;
}
.download_link:hover {
  background: #c2488d;
  color: #fff;
    background-image: url(../images/icon_download_hover.png);
    background-position: 10px center;
    background-size: 30px 30px;
    background-repeat: no-repeat;
}
.download_link:active, .download_link:focus {
  top: 2px;
}

/* 

// -------------------------------------------------------------------------

//  ACCESS

// -------------------------------------------------------------------------

*/
.access {
    margin-right: auto;
    margin-left: auto;
    clear: both;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 500px;
    text-align: left;
    font-size: 1.3em;
    letter-spacing: 3px;
}
.access .car {
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url(../images/icon_car.jpg);
    background-position: left center;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.hover_parking {
    display: inline-block;
    padding-top: 1.6em;
    padding-right: 2em;
    padding-left: 5em;
    padding-bottom: 0.6em;
    background-color: #4CAF50;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    background-image: url(../images/pdf_icon.png);
    background-repeat: no-repeat;
    background-position: 5% center;
}
.hover_parking:hover {
  opacity: 0.6;
}


.map {
    width: 1000px;
	margin: auto;
}


.add {
    padding-top: 30px;
    padding-bottom: 50px;
}

.add dt{
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.2em;
    letter-spacing: 5px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
}
.add dd {
    padding-bottom: 30px;
    font-size: 1.4em;
    letter-spacing: 1px;
}


.icon_car{
    font-size: 1.5em;
    letter-spacing: 3px;
    padding-left: 60px;
    background-image: url(../images/icon_car.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 50px 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #B2B2B2;
}

.icon_train{
    font-size: 1.5em;
    letter-spacing: 3px;
    padding-left: 60px;
    background-image: url(../images/icon_train.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 50px 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #B2B2B2;
}

/* 

// -------------------------------------------------------------------------

//   recruit

// -------------------------------------------------------------------------

*/



.yoko h3 {
    text-align: left;
    border-left: 3px solid #1D1D8A;
    padding-left: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #FFFFFF;
    background-color: #496175;
    letter-spacing: 5px;
    font-size: 1.3em;
}

table.recruit {
    width: 90%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    margin-bottom: 100px;
}
 
table.recruit th,
table.recruit td {
background: #f8f8f8;
	padding: 10px;
	text-align: left;
}
 
table.recruit th {
    vertical-align: middle;
    text-align: center;
    width: 200px;
    overflow: visible;
    padding-right: 20px;
    border-bottom: 1px solid #939393;
    background-color: #EBE9E7;
    letter-spacing: 3px;
    font-size: 1em;
}
 
table.recruit td {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #939393;
    line-height: 180%;
    letter-spacing: 1px;
    color: #4F4F4F;
}




/* 

// -------------------------------------------------------------------------

//   contact

// -------------------------------------------------------------------------

*/

.contact {
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 3px;
    padding-bottom: 30px;
}
.contact .tel a  {
	color: #D43838;
}
.contact  .tel  {
    width: 280px;
    background-image: url(../images/mark_tel.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 40px 40px;
    color: #D43838;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-left: 60px;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5em;
}

.contact .fax a  {
	color: #D43838;
}
.contact  .fax  {
    width: 280px;
    background-image: url(../images/mark_fax.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 40px 40px;
    color: #D43838;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-left: 60px;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5em;
}



.tel_line  {
line-height: 2.5em;
font-size: 1.5em;
font-weight: bold;
}
.fax_line  {
line-height: 2.5em;
font-size: 1.5em;
font-weight: bold;
}

.contact_text li {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    letter-spacing: 2px;
    line-height: 2em;
}



/* tbl_form
------------------------------ */
#form_body table.tbl_form {
    width: 90%;
    border-collapse: collapse;
    border-spacing: 0;
    letter-spacing: 2px;
    font-size: 1em;
    color: #333333;
    margin-top: 50px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
}
#form_body table.tbl_form li {
	display:inline-block;
	vertical-align:top;
	white-space:nowrap;
	margin:0 1em 0.5em 0;
}
#form_body table.tbl_form th,
#form_body table.tbl_form td {
	padding:20px 20px 10px;
}
#form_body table.tbl_form th {
    text-align: right;
    border-right: 1px solid #B4B4B4;
    font-size: 1em;
}
#form_body table.tbl_form td {
	text-align: left;
}
#form_body table.tbl_form p {
	margin-bottom:8px;
}

#form_body .tbl_form .horizon li {
	display:inline-block;
	vertical-align:top;
	white-space:nowrap;
	margin:0 1em 0.5em 0;
}
#form_body .tbl_form .horizon li input,
#form_body .tbl_form .horizon li span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
#form_body .tbl_form .horizon li label {
	margin-right:5px;
}
#form_body .tbl_form .horizon li span {
	padding:4px 0 0 2px;
}
#form_body .tbl_form .in_txt,
#form_body .tbl_form .in_txta {
	border:1px solid #D1C0CA;
	padding:10px;
	width:80%;
}
#form_body .tbl_form .in_txt2 {
	border:1px solid #D1C0CA;
	padding:10px;
	width:10em;
}

.must_red {
    color: #FF5500;
    border: 1px solid #FF5500;
    padding: 2px;
    border-radius: 3px;
    margin: 0px 10px;
}
/* form_btn
------------------------------ */
#form_body .form_btn p {
	display:inline-block;
	vertical-align: top;
	margin:0 5px;
	width:230px;
	box-sizing:border-box;
}
#form_body .form_btn p input {
    cursor: pointer;
    padding: 10px 0;
    width: 100%;
    font-size: 1.2em;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
#form_body .form_btn .reset input {
	border:1px solid #cccccc;
	background-color:#eeeeee;
	color:#666666;
}
#form_body .form_btn .submit input {
	border:1px solid #00A6DD;
	background-color:#00A6FF;
	color:#ffffff;
}

/* お問い合わせフォームへ誘導ボタン
------------------------------ */
.button-56 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 250px;
    margin: 0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    background-color: #2589d0;
    color: #fff;
    font-weight: 500;
    font-size: 1em;
}

.button-56:hover {
    background-color: #1579c0;
}

.button-56::before {
    width: 1.25em;
    height: 1.25em;
    margin-right: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3ZM12.0606 11.6829L5.64722 6.2377L4.35278 7.7623L12.0731 14.3171L19.6544 7.75616L18.3456 6.24384L12.0606 11.6829Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    content: '';
}