@charset "UTF-8";

/*----------------------------------------------------
  SECTION
----------------------------------------------------*/
@media print, screen and (min-width: 769px) {
section {
width: 100%;
min-width: 1080px;
font-size: 14px;
overflow: hidden;
position: relative;
}
}
@media screen and (max-width: 768px) {
section {
width: 100%;
font-size: 14px;
overflow: hidden;
position: relative;
}
}

/*----------------------------------------------------
  INDEX
----------------------------------------------------*/

/* ********** PC ********** */

@media print, screen and (min-width: 769px) {
section#index {
background: #eef2f5;
}
section#index #content1 {
width: 1080px;
margin: 0 auto;
border-left: 1px solid #e1e1e1;
border-right: 1px solid #e1e1e1;
overflow: hidden;
}
section#index #content1 .box {
float: left;
}
section#index #content1 .box:nth-child(5) {
clear: both;
}
section#index #content1 .box.box1 {
width: 25%;
overflow: hidden;
}
section#index #content1 .box.box2 {
width: 50%;
overflow: hidden;
}
section#index #content1 .box .image {
overflow: hidden;
}
section#index #content1 .box img {
width: 100%;
height: auto;
}
section#index #content1 .box .image img {
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
transition:all .5s;
-webkit-transform: scale(1.01);
-moz-transform: scale(1.01);
-ms-transform: scale(1.01);
-o-transform: scale(1.01);
transform: scale(1.01);
}
section#index #content1 .box1 .image img:hover {
-webkit-transform: scale(1.07);
-moz-transform: scale(1.07);
-ms-transform: scale(1.07);
-o-transform: scale(1.07);
transform: scale(1.07);
}
section#index #content2 {
width: 1080px;
margin: 0 auto;
padding: 40px;
border-left: 1px solid #e1e1e1;
border-right: 1px solid #e1e1e1;
background: #f3f3f3 url(../images/top/bg_news.png) repeat 0 0;
overflow: hidden;
}
section#index #content2 .inner {
overflow: hidden;
position: relative;
}
section#index #content2 h2 {
width: 200px;
float: left;
overflow: hidden;
}
section#index #content2 ul {
width: calc(100% - 240px);
float: right;
border: 1px solid #d7d7d7;
background: #fff;
}
section#index #content2 ul li {
font-size: 14px;
background: url(../images/top/ico_news.png) no-repeat 20px 27px;
}
section#index #content2 ul li:nth-child(2) {
background: #fafafa url(../images/top/ico_news.png) no-repeat 20px 27px;
}
section#index #content2 ul li a {
color: #000;
border: 1px dotted #e1e1e1;
display: block;
}
section#index #content2 ul li a dl {
overflow: hidden;
}
section#index #content2 ul li a dl dt {
width: 165px;
padding: 20px 20px 20px 40px;
float: left;
}
section#index #content2 ul li a dl dd {
width: calc(100% - 165px);
padding: 20px 20px 20px 0;
color: #1c60a7;
float: left;
}
section#index #content2 ul li a:hover dl dd {
text-decoration: underline;
}
section#index #content2 .btn {
width: 148px;
position: absolute;
left: 0;
bottom: 0;
}
section#index #content2 .btn img {
width: 100%;
height: auto;
}

section#index #content3 {
width: 1080px;
margin: 0 auto;
padding: 30px 40px;
border-left: 1px solid #e1e1e1;
border-right: 1px solid #e1e1e1;
background: #f3f3f3 url(../images/top/bg_news.png) repeat 0 0;
overflow: hidden;
}
section#index #content3 .inner {
overflow: hidden;
position: relative;
}
section#index #content3 h2 {
font-size: 20px;
line-height: 1.8;
font-weight: 500;
border-bottom: 2px #1c60a7 solid;
float: left;
}
section#index #content3 p {
margin: 7px 0 0 220px;
}

}

/* ********** SP ********** */

@media screen and (max-width: 768px) {

section#index #content1 {
width: 100%;
overflow: hidden;
}
section#index #content1 .box {
float: left;
}
section#index #content1 .box:nth-child(5) {
clear: both;
}
section#index #content1 .box.box1 {
width: 50%;
overflow: hidden;
}
section#index #content1 .box.box2 {
width: 100%;
overflow: hidden;
}
section#index #content1 .box .image {
overflow: hidden;
}
section#index #content1 .box img {
width: 100%;
height: auto;
}
section#index #content1 .box .image img {
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
transition:all .5s;
-webkit-transform: scale(1.01);
-moz-transform: scale(1.01);
-ms-transform: scale(1.01);
-o-transform: scale(1.01);
transform: scale(1.01);
}
section#index #content1 .box1 .image img:hover {
-webkit-transform: scale(1.07);
-moz-transform: scale(1.07);
-ms-transform: scale(1.07);
-o-transform: scale(1.07);
transform: scale(1.07);
}
section#index #content2 {
width: 100%;
padding: 20px;
background: #f3f3f3;
overflow: hidden;
}
section#index #content2 .inner {
width: 100%;
margin: 0 auto;
overflow: hidden;
position: relative;
}
section#index #content2 h2 {
width: 100%;
height: 34px;
margin: 0 0 20px 0;
overflow: hidden;
}
section#index #content2 h2 img {
height: 100%;
height: auto;
}
section#index #content2 ul {
margin: 0 0 20px 0;
border: 1px solid #d7d7d7;
background: #fff;
}
section#index #content2 ul li {
font-size: 14px;
background: url(../images/top/ico_news.png) no-repeat 20px 17px;
}
section#index #content2 ul li:nth-child(2) {
background: #fafafa url(../images/top/ico_news.png) no-repeat 20px 17px;
}
section#index #content2 ul li a {

color: #000;
border: 1px dotted #e1e1e1;
display: block;
}
section#index #content2 ul li a dl {
overflow: hidden;
}
section#index #content2 ul li a dl dt {
padding: 10px 10px 5px 30px;
}
section#index #content2 ul li a dl dd {
padding: 0 20px 10px 20px;
color: #1c60a7;
}
section#index #content2 ul li a:hover dl dd {
text-decoration: underline;
}
section#index #content2 .btn {
width: 160px;
margin: 0 auto;
}
section#index #content2 .btn img {
width: 100%;
height: auto;
}

section#index #content3 {
width: 100%;
padding: 20px;
background: #f3f3f3;
overflow: hidden;
}
section#index #content3 .inner {
width: 100%;
margin: 0 auto;
overflow: hidden;
position: relative;
}
section#index #content3 h2 {
font-size: 20px;
line-height: 2;
font-weight: 500;
border-bottom: 2px #1c60a7 solid;
}
section#index #content3 p {
margin: 5px 0 0 0;
}
}

/*----------------------------------------------------
  SUB
----------------------------------------------------*/

/* ********** PC ********** */

@media print, screen and (min-width: 769px) {

section.sub {
background: #eef2f5;
}
section.sub .title {
width: 100%;
}
section.sub .title .inner {
width: 100%;
height: 200px;
position: relative;
}
section.sub .title h2 {
color: #fff;
margin: -34px 0 0 -510px;
padding: 10px 15px;
/*font-size: 40px;*/
font-size: 30px;
/*line-height: 1;*/
line-height: 1.4;
background: #1c60a7;
display: inline;
position: absolute;
top: 50%;
left: 50%;
}
section.sub .title h2 span {
height: 44px;
margin: 0 15px 0 0;
padding: 4px 15px 0 5px;
font-size: 18px;
/*border: 2px solid #fff;*/
border-right: 1px #fff solid;
vertical-align: top;
display: inline-block;
/*line-height: 1.8;*/
line-height: 2;
}
section.sub #breadcrumb {
width: 100%;
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
background: #fff url(../images/common/bg_shadow.png) repeat-x left bottom;
}
section.sub #breadcrumb ul {
width: 1040px;
margin: 0 auto;
padding: 15px 20px;
font-size: 12px;
overflow: hidden;
}
section.sub #breadcrumb ul li {
float: left;
}
section.sub #breadcrumb ul li a:hover {
text-decoration: underline;
}
section.sub #breadcrumb ul li:after {
padding: 0 10px;
content: "＞";
}
section.sub #breadcrumb ul li:last-child:after {
content: "";
}
section.sub #content {
width: 1080px;
margin: 0 auto;
padding: 40px 40px 60px 40px;
background: #fff;
overflow: hidden;
}
section.sub #content #leftColumn {
width: 720px;
float: left;
}
section.sub #content #leftColumn .inner {
padding: 0 0 60px 0;
overflow: hidden;
}
section.sub #content #leftColumn .desc {
margin: 0 0 30px 0;
padding: 20px 0 15px 0;
color: #1c60a7;
font-size: 22px;
font-weight: 500;
border-bottom: 2px solid #dfe5eb;
background: url(../images/common/bg_desc.jpg) no-repeat left top;
}
section.sub #content #leftColumn .desc.s {
font-size: 18px;
}
section.sub #content #leftColumn h3 {
margin: 0 0 30px 0;
padding: 7px 15px;
color: #000;
font-size: 22px;
font-weight: 500;
border-top: 1px solid #dfe5eb;
border-left: 5px solid #e96174;
border-right: 1px solid #dfe5eb;
border-bottom: 1px solid #dfe5eb;
background: #f6f6f6;
}
section.sub #content #rightColumn {
width: 250px;
float: right;
}
section.sub #content #rightColumn h3 {
padding: 10px 0;
color: #fff;
font-size: 18px;
font-weight: 500;
text-align: center;
background: #1c60a7;
}
section.sub #leftColumn h4 {
margin: 0 0 30px 0;
padding: 0 0 5px 22px;
font-size: 19px;
font-weight: 500;
border-bottom: 1px dotted #1c60a7;
background: url(../images/company/ico_square.png) no-repeat left 10px;
}
section.sub #content #rightColumn ul.sidenav {
margin: 0 0 20px 0;
padding: 0 0 13px 0;
background: url(../images/common/bg_sidenav_shadow.png) no-repeat center bottom;
}
section.sub #content #rightColumn ul.sidenav > li > a {
padding: 15px;
color: #000;
font-size: 16px;
border-left: 1px solid #dfe5eb;
border-right: 1px solid #dfe5eb;
border-bottom: 1px solid #dfe5eb;
background: url(../images/common/ico_snav.png) no-repeat 220px center;
display: block;
}
section.sub #content #rightColumn  ul.sidenav > li > a.current,
section.sub #content #rightColumn  ul.sidenav > li > a:hover {
background: #eef2f6 url(../images/common/ico_snav.png) no-repeat 220px center;
}
section.sub #content #rightColumn ul.sidenav > li > h4 {
margin: -1px 0 0 0;
padding: 5px 0;
color: #1c60a7;
font-size: 16px;
text-align: center;
border-top: 1px solid #a9b5c2;
border-left: 1px solid #dfe5eb;
border-right: 1px solid #dfe5eb;
border-bottom: 1px solid #a9b5c2;
}
section.sub #content #rightColumn ul.sidenav > li > ul > li > a {
padding: 15px 15px 15px 28px;
color: #000;
font-size: 14px;
border-left: 1px solid #dfe5eb;
border-right: 1px solid #dfe5eb;
border-bottom: 1px solid #dfe5eb;
background: url(../images/common/ico_snav_s.png) no-repeat 15px center;
display: block;
}
section.sub #content #rightColumn  ul.sidenav > li > ul > li > a.current,
section.sub #content #rightColumn  ul.sidenav > li > ul > li > a:hover {
background: #eef2f6 url(../images/common/ico_snav_s.png) no-repeat 15px center;
}
}

/* ********** SP ********** */

@media screen and (max-width: 768px) {

section.sub .title {
width: 100%;
}
section.sub .title .inner {
width: 100%;
height: 100px;
position: relative;
}
section.sub .title h2 {
margin: -17px 0 0 0;
padding: 6px 10px 6px 6px;
color: #fff;
font-size: 18px;
line-height: 1.1;
background: #1c60a7;
display: inline;
position: absolute;
top: 50%;
left: 20px;
}
section.sub .title h2 span {
height: 21px;
margin: 0 8px 0 0;
padding: 2px 10px 2px 5px;
font-size: 10px;
/*border: 1px solid #fff;*/
border-right: 1px solid #fff;
vertical-align: top;
display: inline-block;
line-height: 1.5;
}
section.sub #breadcrumb {
width: 100%;
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
background: url(../images/common/bg_shadow.png) repeat-x left bottom;
}
section.sub #breadcrumb ul {
width: 100%;
margin: 0 auto;
padding: 15px 10px;
font-size: 12px;
overflow: hidden;
}
section.sub #breadcrumb ul li {
float: left;
}
section.sub #breadcrumb ul li a:hover {
text-decoration: underline;
}
section.sub #breadcrumb ul li:after {
padding: 0 10px;
content: "＞";
}
section.sub #breadcrumb ul li:last-child:after {
content: "";
}
section.sub #content {
width: 100%;
margin: 0 auto;
padding: 0 0 40px 0;
overflow: hidden;
}
section.sub #content #leftColumn {
width: 100%;
padding: 0 15px;
float: left;
}
section.sub #content #leftColumn .inner {
padding: 0 0 30px 0;
overflow: hidden;
}
section.sub #content #leftColumn .desc {
margin: 0 0 15px 0;
padding: 15px 0 13px 0;
color: #1c60a7;
font-size: 18px;
font-weight: 500;
line-height: 1.4;
border-bottom: 2px solid #dfe5eb;
background: url(../images/common/bg_desc.jpg) no-repeat left top;
background-size: 100% auto;
}
section.sub #content #leftColumn h3 {
margin: 0 0 15px 0;
padding: 7px 15px;
color: #000;
font-size: 16px;
font-weight: 500;
border-top: 1px solid #dfe5eb;
border-left: 5px solid #e96174;
border-right: 1px solid #dfe5eb;
border-bottom: 1px solid #dfe5eb;
background: #f6f6f6;
}
section.sub #leftColumn h4 {
margin: 0 0 10px 0;
padding: 0 0 5px 22px;
font-size: 16px;
font-weight: 500;
border-bottom: 1px dotted #1c60a7;
background: url(../images/company/ico_square.png) no-repeat left 7px;
}
section.sub #content #rightColumn {
width: 100%;
margin: 0 0 10px 0;
padding: 15px;
}

section.sub #content #rightColumn h3 {
padding: 7px 0;
color: #fff;
font-size: 16px;
font-weight: 500;
text-align: center;
background: #1c60a7;
}
section.sub #content #rightColumn h3 span {
padding: 0 25px 0 0;
background: url(../images/common/ico_submenu_off.png) no-repeat right center;
}
section.sub #content #rightColumn h3.open span {
background: url(../images/common/ico_submenu_on.png) no-repeat right center;
}

section.sub #content #rightColumn .inner {
display: none;
}
section.sub #content #rightColumn ul.sidenav {
}
section.sub #content #rightColumn ul.sidenav > li > a {
padding: 15px;
color: #000;
font-size: 16px;
border-left: 1px solid #dfe5eb;
border-right: 1px solid #dfe5eb;
border-bottom: 1px solid #dfe5eb;
background: url(../images/common/ico_snav.png) no-repeat right 20px center;
display: block;
}
section.sub #content #rightColumn  ul.sidenav > li > a.current,
section.sub #content #rightColumn  ul.sidenav > li > a:hover {
background: #eef2f6 url(../images/common/ico_snav.png) no-repeat right 20px center;
}
section.sub #content #rightColumn ul.sidenav > li > h4 {
margin: -1px 0 0 0;
padding: 5px 0;
color: #1c60a7;
font-size: 16px;
text-align: center;
border-top: 1px solid #a9b5c2;
border-left: 1px solid #dfe5eb;
border-right: 1px solid #dfe5eb;
border-bottom: 1px solid #a9b5c2;
}
section.sub #content #rightColumn ul.sidenav > li > ul > li > a {
padding: 15px 15px 15px 28px;
color: #000;
font-size: 14px;
border-left: 1px solid #dfe5eb;
border-right: 1px solid #dfe5eb;
border-bottom: 1px solid #dfe5eb;
background: url(../images/common/ico_snav_s.png) no-repeat 15px center;
display: block;
}
section.sub #content #rightColumn  ul.sidenav > li > ul > li > a.current,
section.sub #content #rightColumn  ul.sidenav > li > ul > li > a:hover {
background: #eef2f6 url(../images/common/ico_snav_s.png) no-repeat 15px center;
}
section.sub #content #rightColumn p.banner img {
width: 100%;
height: auto;
border-left: 1px solid #dfe5eb;
border-right: 1px solid #dfe5eb;
border-bottom: 1px solid #dfe5eb;
}
}

/*----------------------------------------------------
  MISSION
----------------------------------------------------*/

/* ********** PC ********** */

@media print, screen and (min-width: 769px) {
section#mission .title {
background: url(../images/mission/h2.jpg) no-repeat center center;
background-size: cover;
}
section#mission .philosophy dt {
padding: 10px 20px;
color: #fff;
font-size: 16px;
background: #1c60a7;
border-radius: 10px 10px 0 0;
}
section#mission .philosophy dd {
margin: 0 0 20px 0;
padding: 10px 20px;
background: #eef2f6;
border-radius: 0 0 10px 10px;
}
section#mission .philosophy dd:last-child {
margin: 0;
}
}

/* ********** SP ********** */

@media screen and (max-width: 768px) {
section#mission .title {
background: url(../images/mission/h2.jpg) no-repeat center center;
background-size: cover;
}
section#mission .philosophy dt {
padding: 10px 20px;
color: #fff;
background: #1c60a7;
border-radius: 10px 10px 0 0;
}
section#mission .philosophy dd {
margin: 0 0 20px 0;
padding: 10px 20px;
background: #eef2f6;
border-radius: 0 0 10px 10px;
}
section#mission .philosophy dd:last-child {
margin: 0;
}
}

/*----------------------------------------------------
  ABOUT
----------------------------------------------------*/

/* ********** PC ********** */

@media print, screen and (min-width: 769px) {

section#about .title {
background: url(../images/about/h2.jpg) no-repeat center center;
background-size: cover;
}
section#about #leftColumn .image {
width: 300px;
margin: 0 0 0 30px;
padding: 7px;
border: 1px solid #acc4de;
background: #eef2f6;
float: right;
}
section#about #leftColumn .image img {
width: 100%;
height: auto;
}
section#about #leftColumn dl {
text-align: right;
}
section#about #leftColumn dd {
font-size: 16px;
}
section#about #leftColumn ul.policy {
margin: 0 0 20px 0;
}
section#about #leftColumn ul.policy li {
padding: 10px 0;
font-size: 16px;
border-bottom: 1px dotted #d7d7d7;
}
section#about #leftColumn ul.policy li span {
padding: 0 10px 0 0;
color: #1c60a7;
font-size: 24px;
font-weight: 500;
}
section#about #leftColumn .mark {
float: left;
}
}

/* ********** SP ********** */

@media screen and (max-width: 768px) {
section#about .title {
background: url(../images/about/h2.jpg) no-repeat center center;
background-size: cover;
}
section#about #leftColumn .image {
width: 100%;
margin: 0 0 10px 0;
padding: 7px;
border: 1px solid #acc4de;
background: #eef2f6;
float: right;
}
section#about #leftColumn .image img {
width: 100%;
height: auto;
}
section#about #leftColumn dl {
text-align: right;
}
section#about #leftColumn dd {
font-size: 16px;
}
section#about #leftColumn ul.policy {
margin: 0 0 20px 0;
}
section#about #leftColumn ul.policy li {
padding: 10px 0;
font-size: 14px;
border-bottom: 1px dotted #d7d7d7;
overflow: hidden;
}
section#about #leftColumn ul.policy li span {
padding: 0 10px 0 0;
color: #1c60a7;
font-size: 20px;
font-weight: 500;
}
}

/*----------------------------------------------------
  COMPANY
----------------------------------------------------*/

/* ********** PC ********** */

@media print, screen and (min-width: 769px) {
section#company .title {
background: url(../images/company/h2.jpg) no-repeat center center;
background-size: cover;
}
section#company #leftColumn {
width: 100%!important;
}
section#company #leftColumn table {
width: 100%;
}
section#company #leftColumn table tr th {
width: 200px;
padding: 15px;
text-align: left;
border: 1px solid #dfe5eb;
background: #f4f7f9;
}
section#company #leftColumn table tr td {
padding: 10px 15px;
border: 1px solid #dfe5eb;
}
  section#company #leftColumn table tr td .icon {
    width: 30px;
  }
section#company #leftColumn table tr td table {
width: 100%;
margin: 0 0 20px 0;
}
section#company #leftColumn table tr td table th {
width: auto;
padding: 0;
color: #1c60a7;
font-size: 16px;
font-weight: 500;
text-align: left;
border: none;
background: #fff;
}
section#company #leftColumn table tr td table td {
padding: 10px;
border: none;
}
section#company #leftColumn table tr td table td:nth-child(1) {
width: 150px;
}
section#company #leftColumn table tr td table td:nth-child(2) {
width: 120px;
font-weight: 500;
}
section#company #leftColumn table table tr:nth-child(2n) {
background: #f5f7f9;
}
section#company #leftColumn table table tr td span {
font-size: 12px;
}
}

/* ********** SP ********** */

@media screen and (max-width: 768px) {
section#company .title {
background: url(../images/company/h2.jpg) no-repeat center center;
background-size: cover;
}
section#company #leftColumn {
margin: 20px 0 0 0;
}
section#company #leftColumn table {
width: 100%;
font-size: 12px;
}
section#company #leftColumn table tr th {
width: 95px;
padding: 10px;
text-align: left;
border: 1px solid #dfe5eb;
background: #f4f7f9;
}
section#company #leftColumn table tr td {
padding: 10px 15px;
border: 1px solid #dfe5eb;
}
section#company #leftColumn table tr td table {
width: 100%;
margin: 0 0 20px 0;
font-size: 10px;
}
section#company #leftColumn table tr td table th {
width: auto;
padding: 0;
color: #1c60a7;
font-size: 14px;
font-weight: 500;
text-align: left;
border: none;
background: #fff;
}
section#company #leftColumn table tr td table td {
padding: 0;
border: none;
}
section#company #leftColumn table tr td table td:nth-child(1) {
width: 90px;
}
section#company #leftColumn table tr td table td:nth-child(2) {
width: 70px;
font-weight: 500;
}
section#company #leftColumn table tr td img {
width: 100%;
}
section#company #leftColumn table tr td img.icon {
width: 50px;
}
}

/*----------------------------------------------------
  HISTORY
----------------------------------------------------*/

/* ********** PC ********** */

@media print, screen and (min-width: 769px) {
section#history .title {
background: url(../images/history/h2.jpg) no-repeat center center;
background-size: cover;
}
section#history #leftColumn {
width: 100%!important;
}
section#history #leftColumn table {
width: 100%;
}
section#history #leftColumn table tr td:nth-child(1) {
width: 160px;
padding: 15px;
text-align: left;
border: 1px solid #dfe5eb;
background: #f4f7f9;
}
section#history #leftColumn table tr td:nth-child(2) {
padding: 10px 15px;
border: 1px solid #dfe5eb;
}
}

/* ********** SP ********** */

@media screen and (max-width: 768px) {
section#history .title {
background: url(../images/history/h2.jpg) no-repeat center center;
background-size: cover;
}
section#history #leftColumn {
margin: 20px 0 0 0;
}
section#history #leftColumn table {
width: 100%;
font-size: 12px;
}
section#history #leftColumn table tr td:nth-child(1) {
width: 110px;
padding: 10px;
text-align: left;
border: 1px solid #dfe5eb;
background: #f4f7f9;
}
section#history #leftColumn table tr td:nth-child(2) {
padding: 10px 15px;
border: 1px solid #dfe5eb;
}
}


/*----------------------------------------------------
  OFFICE
----------------------------------------------------*/

/* ********** PC ********** */

@media print, screen and (min-width: 769px) {
section#office .title {
background: url(../images/company/h2.jpg) no-repeat center center;
background-size: cover;
}
section#office #leftColumn {
width: 100%!important;
}
section#office #leftColumn table {
width: 100%;
}
section#office #leftColumn table tr td:nth-child(1) {
width: 200px;
padding: 15px;
text-align: left;
border: 1px solid #dfe5eb;
background: #f4f7f9;
}
section#office #leftColumn table tr td:nth-child(2) {
padding: 10px 15px;
border: 1px solid #dfe5eb;
}
section#office #leftColumn table tr td a {
margin: 5px 0 0 0;
padding: 4px 10px 5px 10px;
color: #fff;
font-size: 12px;
background: #1c60a7;
display: inline-block;
}
section#office #leftColumn table tr td a.sp {
display: none;
}
section#office #leftColumn table tr td .map {
width: 100%;
height: 410px;
margin: 0;
padding: 0;
border-bottom: none;
display: none;
}
section#office #leftColumn table tr td .map iframe {
margin: 10px 0 0 0;
}
}

/* ********** SP ********** */

@media screen and (max-width: 768px) {
section#office .title {
background: url(../images/company/h2.jpg) no-repeat center center;
background-size: cover;
}
section#office #leftColumn {
margin: 20px 0 0 0;
}
section#office #leftColumn table {
width: 100%;
font-size: 12px;
}
section#office #leftColumn table tr td:nth-child(1) {
width: 95px;
padding: 10px;
text-align: left;
border: 1px solid #dfe5eb;
background: #f4f7f9;
}
section#office #leftColumn table tr td:nth-child(2) {
padding: 10px 15px;
border: 1px solid #dfe5eb;
}
section#office #leftColumn table tr td a {
margin: 5px 0 0 0;
padding: 4px 10px 5px 10px;
color: #fff;
font-size: 12px;
background: #1c60a7;
display: inline-block;
}
section#office #leftColumn table tr td a.pc {
display: none;
}
section#office #leftColumn table tr td .map,
section#office #leftColumn table tr td .map iframe {
display: none;
}
}

/*----------------------------------------------------
  GROUP
----------------------------------------------------*/

/* ********** PC ********** */

@media print, screen and (min-width: 769px) {
section#group .title {
background: url(../images/group/h2.jpg) no-repeat center center;
background-size: cover;
}
section#group .cat p {
margin: 0 0 20px 0;
padding: 5px 20px;
color: #fff;
font-size: 16px;
background: #1c60a7;
display: inline-block;
}
section#group .cat1 p {
background: #e96174;
}
section#group .cat2 p {
background: #0fcd9a;
}
section#group .cat3 p {
background: #ebc644;
}
section#group .cat4 p {
background: #ca0000;
}
section#group .cat5 p {
background: #0092ce;
}
section#group .cat6 p {
background: #008f70;
}
section#group .cat7 p {
background: #7567a4;
}
section#group ul.domestic {
margin: 0 0 10px 0;
overflow: hidden;
}
section#group ul.domestic li {
margin: 0 0 20px 0;
border: 1px solid #d7d7d7;
float: left;
}
section#group ul.domestic li:nth-child(2n) {
float: right;
}
section#group ul.domestic li a {
width: 350px;
padding: 20px;
font-size: 15px;
color: #000;
display: block;
}
section#group ul.domestic li a:hover {
background: #eef2f6;
}
section#group ul.domestic li a dl dt {
padding: 0 0 0 20px;
background: url(../images/company/ico_square_p.png) no-repeat left 5px;
}
section#group ul.domestic1 li a dl dt {
background: url(../images/company/ico_square_p.png) no-repeat left 5px;
}
section#group ul.domestic2 li a dl dt {
background: url(../images/company/ico_square_g.png) no-repeat left 5px;
}
section#group ul.domestic3 li a dl dt {
background: url(../images/company/ico_square_y.png) no-repeat left 5px;
}
section#group ul.domestic li a dl dd {
margin: 5px 0 0 0;
padding: 7px 0 0 0;
font-size: 13px;
line-height: 1.4;
border-top: 1px dotted #d7d7d7;
}
section#group ul.domestic li a dl dd span {
font-size: 12px;
}
section#group ul.overseas {
margin: 0 0 20px 0;
overflow: hidden;
}
section#group ul.overseas li {
margin: 0 0 20px 0;
border: 1px solid #d7d7d7;
float: left;
}
section#group ul.overseas li:nth-child(2n) {
float: right;
}
section#group ul.overseas li a {
width: 350px;
padding: 20px 0 20px 20px;
font-size: 14px;
color: #000;
display: block;
}
section#group ul.overseas li a:hover {
background: #eef2f6;
}
section#group ul.overseas li a dl dt {
padding: 0 0 0 8px;
line-height: 1;
border-left: 5px solid #1c60a7;
}
section#group ul.overseas1 li a dl dt {
border-left: 5px solid #ca0000;
}
section#group ul.overseas2 li a dl dt {
border-left: 5px solid #0092ce;
}
section#group ul.overseas3 li a dl dt {
border-left: 5px solid #008f70;
}
section#group ul.overseas4 li a dl dt {
border-left: 5px solid #7567a4;
}
section#group ul.overseas li a dl dt span {
font-size: 10px;
}
section#group ul.overseas li a dl dd {
margin: 10px 0 0 0;
padding: 10px 0 0 40px;
border-top: 1px dotted #d7d7d7;
}
section#group ul.overseas li a dl dd.usa {
background: url(../images/company/ico_usa.jpg) no-repeat left 12px;
}
section#group ul.overseas li a dl dd.china {
background: url(../images/company/ico_china.jpg) no-repeat left 12px;
}
section#group ul.overseas li a dl dd.taiwan {
background: url(../images/company/ico_taiwan.jpg) no-repeat left 12px;
}
section#group ul.overseas li a dl dd.korea {
background: url(../images/company/ico_korea.jpg) no-repeat left 12px;
}
section#group ul.overseas li a dl dd.india {
background: url(../images/company/ico_india.jpg) no-repeat left 12px;
}
section#group ul.overseas li a dl dd.indonesia {
background: url(../images/company/ico_indonesia.jpg) no-repeat left 12px;
}
section#group ul.overseas li a dl dd.thai {
background: url(../images/company/ico_thailand.jpg) no-repeat left 12px;
}
section#group ul.overseas li a dl dd.vietnam {
background: url(../images/company/ico_vietnam.jpg) no-repeat left 12px;
}
section#group ul.overseas li a dl dd.none {
padding: 10px 0 0 0;
background: none;
}
section#group ul.overseas li a p {
margin: 5px 0 0 0;
font-size: 12px;
}
}

/* ********** SP ********** */

@media screen and (max-width: 768px) {
section#group .title {
background: url(../images/group/h2.jpg) no-repeat center center;
background-size: cover;
}
section#group .cat p {
margin: 0 0 10px 0;
padding: 5px 10px;
color: #fff;
font-size: 12px;
background: #1c60a7;
display: inline-block;
}
section#group .cat1 p {
background: #e96174;
}
section#group .cat2 p {
background: #0fcd9a;
}
section#group .cat3 p {
background: #ebc644;
}
section#group .cat4 p {
background: #ca0000;
}
section#group .cat5 p {
background: #0092ce;
}
section#group .cat6 p {
background: #008f70;
}
section#group .cat7 p {
background: #7567a4;
}
section#group ul.domestic {
width: 100%;
margin: 0 0 10px 0;
overflow: hidden;
}
section#group ul.domestic li {
width: 100%;
margin: 0 0 10px 0;
border: 1px solid #d7d7d7;
}

section#group ul.domestic li a {
width: 100%;
padding: 10px 15px 10px 15px;
color: #000;
font-size: 12px;
display: block;
}
section#group ul.domestic li a:hover {
background: #eef2f6;
}
section#group ul.domestic li a dl dt {
padding: 0 0 0 20px;
background: url(../images/company/ico_square_p.png) no-repeat left 3px;
overflow: hidden;
}
section#group ul.domestic1 li a dl dt {
background: url(../images/company/ico_square_p.png) no-repeat left 3px;
}
section#group ul.domestic2 li a dl dt {
background: url(../images/company/ico_square_g.png) no-repeat left 3px;
}
section#group ul.domestic3 li a dl dt {
background: url(../images/company/ico_square_y.png) no-repeat left 3px;
}
section#group ul.domestic li a dl dd {
margin: 5px 0 0 0;
padding: 7px 0 0 0;
line-height: 1.4;
border-top: 1px dotted #d7d7d7;
}
section#group ul.domestic li a dl dd span {
font-size: 10px;
}
section#group ul.overseas {
width: 100%;
margin: 0 0 20px 0;
overflow: hidden;
}
section#group ul.overseas li {
width: 100%;
margin: 0 0 10px 0;
border: 1px solid #d7d7d7;
}
section#group ul.overseas li a {
width: 100%;
padding: 10px;
font-size: 12px;
color: #000;
display: block;
}
section#group ul.overseas li a:hover {
background: #eef2f6;
}
section#group ul.overseas li a dl dt {
line-height: 1.4;
}
section#group ul.overseas li a dl dt span {
padding: 0 0 0 8px;
border-left: 5px solid #1c60a7;
display: block;
}
section#group ul.overseas li a dl dt.c1 span {
border-left: 5px solid #ca0000;
}
section#group ul.overseas li a dl dt.c2 span {
border-left: 5px solid #0092ce;
}
section#group ul.overseas li a dl dt.c3 span {
border-left: 5px solid #008f70;
}
section#group ul.overseas li a dl dt.c4 span {
border-left: 5px solid #7567a4;
}
section#group ul.overseas li a dl dt span span {
padding: 0;
font-size: 10px;
border-left: none!important;
}
section#group ul.overseas li a dl dd {
margin: 5px 0 0 0;
padding: 5px 0 2px 25px;
border-top: 1px dotted #d7d7d7;
}
section#group ul.overseas li a dl dd.usa {
background: url(../images/company/ico_usa.jpg) no-repeat left 9px;
background-size: 20px auto;
}
section#group ul.overseas li a dl dd.china {
background: url(../images/company/ico_china.jpg) no-repeat left 9px;
background-size: 20px auto;
}
section#group ul.overseas li a dl dd.taiwan {
background: url(../images/company/ico_taiwan.jpg) no-repeat left 9px;
background-size: 20px auto;
}
section#group ul.overseas li a dl dd.korea {
background: url(../images/company/ico_korea.jpg) no-repeat left 9px;
background-size: 20px auto;
}
section#group ul.overseas li a dl dd.india {
background: url(../images/company/ico_india.jpg) no-repeat left 9px;
background-size: 20px auto;
}
section#group ul.overseas li a dl dd.indonesia {
background: url(../images/company/ico_indonesia.jpg) no-repeat left 9px;
background-size: 20px auto;
}
section#group ul.overseas li a dl dd.thai {
background: url(../images/company/ico_thailand.jpg) no-repeat left 9px;
background-size: 20px auto;
}
section#group ul.overseas li a dl dd.vietnam {
background: url(../images/company/ico_vietnam.jpg) no-repeat left 9px;
background-size: 20px auto;
}
section#group ul.overseas li a dl dd.none {
padding: 5px 0 2px 0;
background: none;
}
section#group .map img {
width: 100%;
height: auto;
}
}

/*----------------------------------------------------
  GROUP DETAIL
----------------------------------------------------*/

/* ********** PC ********** */

@media print, screen and (min-width: 769px) {
section#groupDetail .title {
background: url(../images/company/h2.jpg) no-repeat center center;
background-size: cover;
}
section#groupDetail #leftColumn .caption {
margin: 0 0 30px 0;
color: #1c60a7;
font-size: 22px;
font-weight: 500;
}
section#groupDetail #leftColumn .image {
width: 300px;
margin: 0 0 0 30px;
padding: 7px;
border: 1px solid #acc4de;
background: #eef2f6;
float: right;
}
section#groupDetail #leftColumn .image img {
width: 100%;
height: auto;
}
section#groupDetail #leftColumn table {
width: 100%;
}
section#groupDetail #leftColumn table tr td:nth-child(1) {
width: 160px;
padding: 15px;
text-align: left;
border: 1px solid #dfe5eb;
background: #f4f7f9;
}
section#groupDetail #leftColumn table tr td:nth-child(2),
section#groupDetail #leftColumn table tr td:nth-child(3) {
padding: 10px 15px;
border: 1px solid #dfe5eb;
}
section#groupDetail #leftColumn ol li {
margin: 0 0 0 20px;
list-style-type: circle;
list-style-position: outside;
}
}

/* ********** SP ********** */

@media screen and (max-width: 768px) {
section#groupDetail .title {
background: url(../images/company/h2.jpg) no-repeat center center;
background-size: cover;
}
section#groupDetail #leftColumn .caption {
margin: 0 0 10px 0;
color: #1c60a7;
font-size: 18px;
font-weight: 500;
}
section#groupDetail #leftColumn .image {
width: 100%;
margin: 0 0 10px 0;
padding: 7px;
border: 1px solid #acc4de;
background: #eef2f6;
float: right;
}
section#groupDetail #leftColumn .image img {
width: 100%;
height: auto;
}
ssection#groupDetail #leftColumn table {
width: 100%;
font-size: 12px;
}
section#groupDetail #leftColumn table tr td:nth-child(1) {
width: 110px;
padding: 10px;
text-align: left;
border: 1px solid #dfe5eb;
background: #f4f7f9;
}
section#groupDetail #leftColumn table tr td:nth-child(2) {
padding: 10px 15px;
border: 1px solid #dfe5eb;
}
section#groupDetail #leftColumn ol li {
margin: 0 0 0 20px;
list-style-type: circle;
list-style-position: outside;
}
}


/*----------------------------------------------------
  BUSINESS
----------------------------------------------------*/

/* ********** PC ********** */

@media print, screen and (min-width: 769px) {
section#business.top .title {
background: url(../images/business/h2.jpg) no-repeat center center;
background-size: cover;
}
section#business #leftColumn ul.category {
margin: 0 0 -20px 0;
overflow: hidden;
}
section#business #leftColumn ul.category li {
margin: 0 0 20px 0;
float: left;
background: url(../images/common/ico_snav.png) no-repeat 310px center;
}
section#business #leftColumn ul.category li:nth-child(2n) {
float: right;
}
section#business #leftColumn ul.category li a {
width: 350px;
height: 100px;
padding: 10px;
font-size: 13px;
color: #000;
border: 1px solid #d7d7d7;
display: block;
position: relative;
}
section#business #leftColumn ul.category li a span {
width: 190px;
position: absolute;
top: 50%;
left: 110px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
section#business #leftColumn ul.category li:hover {
background: #eef2f6 url(../images/common/ico_snav.png) no-repeat 310px center;
}
/*section#business #leftColumn ul.category li.list1 a {
background: url(../images/business/pic1.jpg) no-repeat 10px center;
}
section#business #leftColumn ul.category li.list2 a {
background: url(../images/business/pic2.jpg) no-repeat 10px center;
}
section#business #leftColumn ul.category li.list3 a {
background: url(../images/business/pic3.jpg) no-repeat 10px center;
}
section#business #leftColumn ul.category li.list4 a {
background: url(../images/business/pic4.jpg) no-repeat 10px center;
}
section#business #leftColumn ul.category li.list5 a {
background: url(../images/business/pic5.jpg) no-repeat 10px center;
}
section#business #leftColumn ul.category li.list6 a {
background: url(../images/business/pic6.jpg) no-repeat 10px center;
}
section#business #leftColumn ul.category li.list7 a {
background: url(../images/business/pic7.jpg) no-repeat 10px center;
}
section#business #leftColumn ul.category li.list8 a {
background: url(../images/business/pic8.jpg) no-repeat 10px center;
}
section#business #leftColumn ul.category li.list9 a {
background: url(../images/business/pic9.jpg) no-repeat 10px center;
}*/

/* detail */

/*section.business01 .title {
background: url(../images/business/h2_01.jpg) no-repeat center center;
background-size: cover;
}
section.business02 .title {
background: url(../images/business/h2_02.jpg) no-repeat center center;
background-size: cover;
}
section.business03 .title {
background: url(../images/business/h2_03.jpg) no-repeat center center;
background-size: cover;
}
section.business04 .title {
background: url(../images/business/h2_04.jpg) no-repeat center center;
background-size: cover;
}
section.business05 .title {
background: url(../images/business/h2_05.jpg) no-repeat center center;
background-size: cover;
}
section.business06 .title {
background: url(../images/business/h2_06.jpg) no-repeat center center;
background-size: cover;
}
section.business07 .title {
background: url(../images/business/h2_07.jpg) no-repeat center center;
background-size: cover;
}
section.business08 .title {
background: url(../images/business/h2_08.jpg) no-repeat center center;
background-size: cover;
}
section.business09 .title {
background: url(../images/business/h2_09.jpg) no-repeat center center;
background-size: cover;
}*/

section#business #leftColumn .image {
width: 300px;
margin: 0 0 0 30px;
padding: 7px;
border: 1px solid #acc4de;
background: #eef2f6;
float: right;
}
section#business #leftColumn .image img {
width: 100%;
height: auto;
}
/*section#business #leftColumn ul.list {
overflow: hidden;
}
section#business #leftColumn ul.list li {
margin: 0 15px 15px 0;
float: left;
}
section#business #leftColumn ul.list li a {
width: 230px;
height: 70px;
padding: 0 20px 0 15px;
color: #000;
vertical-align: middle;
border: 1px solid #d7d7d7;
display: table-cell;
background: url(../images/common/ico_snav.png) no-repeat 210px center;
}
section#business #leftColumn ul.list li:nth-child(3n) {
margin: 0 0 15px 0;
}
section#business #leftColumn ul.list li a:hover {
background: #eef2f6 url(../images/common/ico_snav.png) no-repeat 210px center;
}*/
section#business.detail #leftColumn ul {
overflow: hidden;
}
section#business.detail #leftColumn ul li {
margin: 0 15px 15px 0;
float: left;
}
section#business.detail #leftColumn ul li a {
width: 230px;
height: 70px;
padding: 0 20px 0 15px;
color: #000;
vertical-align: middle;
border: 1px solid #d7d7d7;
display: table-cell;
background: url(../images/common/ico_snav.png) no-repeat 210px center;
}
section#business.detail #leftColumn ul li:nth-child(3n) {
margin: 0 0 15px 0;
}
section#business.detail #leftColumn ul li a:hover {
background: #eef2f6 url(../images/common/ico_snav.png) no-repeat 210px center;
}
section#business #leftColumn table {
width: 100%;
}
section#business #leftColumn table.width-half {
width: 60%;
}
section#business #leftColumn table th {
padding: 15px;
border: 1px solid #dfe5eb;
background: #f4f7f9;
}
section#business #leftColumn table th:first-child {
width: 140px;
}
section#business #leftColumn table td {
padding: 15px;
border: 1px solid #dfe5eb;
}
section#business #leftColumn table td:first-child {
background: #fafbfc;
}
section#business #leftColumn ul.companyList {
overflow: hidden;
}
section#business #leftColumn ul.companyList li {
width: 33.33%;
font-size: 11px;
float: left;
}

section#business #leftColumn .inner strong {
    font-weight: bold;
}
section#business #leftColumn .inner .alignright {
    text-align: right;
    display: block;
}
}

/* ********** SP ********** */

@media screen and (max-width: 768px) {
section#business.top .title {
background: url(../images/business/h2.jpg) no-repeat center center;
background-size: cover;
}
section#business #leftColumn ul.category {
width: 100%;
margin: 0 0 -20px 0;
overflow: hidden;
}
section#business #leftColumn ul.category li {
width: 100%;
margin: 0 0 10px 0;
background: url(../images/common/ico_snav.png) no-repeat right 20px center;
}
section#business #leftColumn ul.category li a {
width: 100%;
height: 70px;
padding: 18px 10px 10px 75px;
font-size: 10px;
color: #000;
line-height: 1.2;
vertical-align: middle;
border: 1px solid #d7d7d7;
display: block;
position: relative;
background-size: 50px auto;
}
section#business #leftColumn ul.category li a span {
width: calc(100% - 110px);
position: absolute;
top: 50%;
left: 75px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
section#business #leftColumn ul.category li:hover {
background: #eef2f6 url(../images/common/ico_snav.png) no-repeat right 20px center;
}
/*section#business #leftColumn ul.category li.list1 a {
background: url(../images/business/pic1.jpg) no-repeat 10px center;
background-size: 50px auto;
}
section#business #leftColumn ul.category li.list2 a {
background: url(../images/business/pic2.jpg) no-repeat 10px center;
background-size: 50px auto;
}
section#business #leftColumn ul.category li.list3 a {
background: url(../images/business/pic3.jpg) no-repeat 10px center;
background-size: 50px auto;
}
section#business #leftColumn ul.category li.list4 a {
background: url(../images/business/pic4.jpg) no-repeat 10px center;
background-size: 50px auto;
}
section#business #leftColumn ul.category li.list5 a {
background: url(../images/business/pic5.jpg) no-repeat 10px center;
background-size: 50px auto;
}
section#business #leftColumn ul.category li.list6 a {
background: url(../images/business/pic6.jpg) no-repeat 10px center;
background-size: 50px auto;
}
section#business #leftColumn ul.category li.list7 a {
background: url(../images/business/pic7.jpg) no-repeat 10px center;
background-size: 50px auto;
}
section#business #leftColumn ul.category li.list8 a {
background: url(../images/business/pic8.jpg) no-repeat 10px center;
background-size: 50px auto;
}
section#business #leftColumn ul.category li.list9 a {
background: url(../images/business/pic9.jpg) no-repeat 10px center;
background-size: 50px auto;
}*/

/* detail */

/*section.business01 .title {
background: url(../images/business/h2_01.jpg) no-repeat center center;
background-size: cover;
}
section.business02 .title {
background: url(../images/business/h2_02.jpg) no-repeat center center;
background-size: cover;
}
section.business03 .title {
background: url(../images/business/h2_03.jpg) no-repeat center center;
background-size: cover;
}
section.business04 .title {
background: url(../images/business/h2_04.jpg) no-repeat center center;
background-size: cover;
}
section.business05 .title {
background: url(../images/business/h2_05.jpg) no-repeat center center;
background-size: cover;
}
section.business06 .title {
background: url(../images/business/h2_06.jpg) no-repeat center center;
background-size: cover;
}
section.business07 .title {
background: url(../images/business/h2_07.jpg) no-repeat center center;
background-size: cover;
}
section.business08 .title {
background: url(../images/business/h2_08.jpg) no-repeat center center;
background-size: cover;
}
section.business09 .title {
background: url(../images/business/h2_09.jpg) no-repeat center center;
background-size: cover;
}*/
section#business #leftColumn .image {
width: 100%;
margin: 0 0 10px 0;
padding: 7px;
border: 1px solid #acc4de;
background: #eef2f6;
}
section#business #leftColumn .image img {
width: 100%;
height: auto;
}
/*section#business #leftColumn ul.list {
width: 100%;
overflow: hidden;
}
section#business #leftColumn ul.list li {
width: calc(50% - 5px);
margin: 0 0 10px 0;
display: table;
float: left;
}
section#business #leftColumn ul.list li a {
width: 100%;
height: 80px;
padding: 0 30px 0 15px;
color: #000;
vertical-align: middle;
border: 1px solid #d7d7d7;
display: table-cell;
background: url(../images/common/ico_snav.png) no-repeat right 10px center;
}
section#business #leftColumn ul.list li:nth-child(2n) {
margin: 0 0 10px 0;
float: right;
}
section#business #leftColumn ul.list li a:hover {
background: #eef2f6 url(../images/common/ico_snav.png) no-repeat right 10px center;
}*/
section#business.detail #leftColumn ul {
width: 100%;
overflow: hidden;
}
section#business.detail #leftColumn ul li {
width: calc(50% - 5px);
margin: 0 0 10px 0;
display: table;
float: left;
}
section#business.detail #leftColumn ul li a {
width: 100%;
height: 80px;
padding: 0 30px 0 15px;
color: #000;
vertical-align: middle;
border: 1px solid #d7d7d7;
display: table-cell;
background: url(../images/common/ico_snav.png) no-repeat right 10px center;
}
section#business.detail #leftColumn ul li:nth-child(2n) {
margin: 0 0 10px 0;
float: right;
}
section#business #leftColumn table {
font-size: 12px;
}
section#business #leftColumn table.width-half {
width: 100%;
}
section#business #leftColumn table th {
padding: 10px;
border: 1px solid #dfe5eb;
background: #f4f7f9;
}
section#business #leftColumn table th:first-child {
width: 100px;
}
section#business #leftColumn table td {
padding: 10px;
border: 1px solid #dfe5eb;
}
section#business #leftColumn table td:first-child {
background: #fafbfc;
}
section#business #leftColumn ul.companyList {
overflow: hidden;
}
section#business #leftColumn ul.companyList li {
font-size: 12px;
}
section#business #leftColumn img {
max-width: 100%;
height: auto;
}

section#business #leftColumn .inner strong {
    font-weight: bold;
}
section#business #leftColumn .inner .alignright {
    text-align: right;
    display: block;
}
}


/*----------------------------------------------------
  PRODUCTS
----------------------------------------------------*/

/* ********** PC ********** */

@media print, screen and (min-width: 769px) {
section#products .title {
background: url(../images/business/h2.jpg) no-repeat center center;
background-size: cover;
}
section#products #leftColumn .inner ul {
margin: 0 20px;
}
section#products #leftColumn .inner ul li {
padding: 15px 0 15px 20px;
font-size: 16px;
border-bottom: 1px dotted #dbdbdb;
background: url(../images/common/ico_snav.png) no-repeat left center;
}
section#products #leftColumn .inner ul li a img {
margin: 8px 0 0 10px;
}
section#products #leftColumn .inner ul li a:hover {
text-decoration: underline;
}
section#products #leftColumn .contact {
border: 1px solid #d6d6d6;
background: #f3f3f3;
}
section#products #leftColumn .contact dl dt {
margin: 15px 0 0 20px;
padding: 0 0 10px 0;
font-size: 16px;
font-weight: 500;
background: url(../images/business/border_products.png) no-repeat left bottom;
}
section#products #leftColumn .contact dl dd {
margin: 20px;
padding: 15px;
border: 1px solid #d6d6d6;
background: #fff;
}
section#products #leftColumn .right {
margin: 20px 0 0 0;
text-align: right;
}
}

/* ********** SP ********** */

@media screen and (max-width: 768px) {
section#products .title {
background: url(../images/business/h2.jpg) no-repeat center center;
background-size: cover;
}
section#products #leftColumn .inner ul {
margin: 0 20px;
}
section#products #leftColumn .inner ul li {
padding: 10px 0 10px 15px;
font-size: 14px;
border-bottom: 1px dotted #dbdbdb;
background: url(../images/common/ico_snav.png) no-repeat left center;
background-size: 8px auto;
}
section#products #leftColumn .inner ul li a {
padding: 0 20px 0 0;
}
section#products #leftColumn .inner ul li a img {
margin: 6px 0 0 10px;
}
section#products #leftColumn .inner ul li a:hover {
text-decoration: underline;
}
section#products #leftColumn .contact {
border: 1px solid #d6d6d6;
background: #f3f3f3;
}
section#products #leftColumn .contact dl dt {
margin: 15px 0 0 20px;
padding: 0 0 10px 0;
font-size: 16px;
font-weight: 500;
background: url(../images/business/border_products.png) no-repeat left bottom;
}
section#products #leftColumn .contact dl dd {
margin: 20px;
padding: 15px;
border: 1px solid #d6d6d6;
background: #fff;
}
section#products #leftColumn .right {
margin: 20px 0 0 0;
text-align: right;
}
}

/*----------------------------------------------------
  VISION2023
----------------------------------------------------*/

/* ********** PC ********** */

@media print, screen and (min-width: 769px) {
section#vision .title {
background: url(../images/ir/h2.jpg) no-repeat center center;
background-size: cover;
}
section#vision #leftColumn .box {
margin: 0 0 20px 0;
border-radius: 10px 10px 10px 10px;
background: #f0f0f0;
}
section#vision #leftColumn .box dl {
padding: 10px 20px;
color: #fff;
border-radius: 10px 10px 0 0;
background: #1c60a7;
}
/*section#vision #leftColumn .box1 dl {
background: #e4305b;
}
section#vision #leftColumn .box2 dl {
background: #46bfca;
}
section#vision #leftColumn .box3 dl {
background: #aac33a;
}*/
section#vision #leftColumn .box1 dl {
background: #4dbcef;
}
section#vision #leftColumn .box2 dl {
background: #209de1;
}
section#vision #leftColumn .box3 dl {
background: #007dd1;
}
section#vision #leftColumn .box dl dt {
font-size: 18px;
}
section#vision #leftColumn .box ul {
padding: 10px 20px;
}
section#vision #leftColumn p.em {
color: #1c60a7;
font-size: 18px;
font-weight: 500;
}
}

/* ********** SP ********** */

@media screen and (max-width: 768px) {
section#vision .title {
background: url(../images/ir/h2.jpg) no-repeat center center;
background-size: cover;
}
section#vision #leftColumn .box {
margin: 0 0 20px 0;
border-radius: 0 0 10px 10px;
background: #f0f0f0;
}
section#vision #leftColumn .box dl {
padding: 10px;
color: #fff;
border-radius: 10px 10px 0 0;
background: #1c60a7;
}
/*section#vision #leftColumn .box1 dl {
background: #e4305b;
}
section#vision #leftColumn .box2 dl {
background: #46bfca;
}
section#vision #leftColumn .box3 dl {
background: #aac33a;
}*/
section#vision #leftColumn .box1 dl {
background: #4dbcef;
}
section#vision #leftColumn .box2 dl {
background: #209de1;
}
section#vision #leftColumn .box3 dl {
background: #007dd1;
}
section#vision #leftColumn .box dl dt {
font-size: 16px;
}
section#vision #leftColumn .box dl dd {
font-size: 12px;
}
section#vision #leftColumn .box ul {
padding: 10px;
}
section#vision #leftColumn p.em {
color: #1c60a7;
font-size: 18px;
font-weight: 500;
}
section#vision #leftColumn img {
width: 100%;
}
}

/*----------------------------------------------------
  IR LIBRARY
----------------------------------------------------*/

/* ********** PC ********** */

@media print, screen and (min-width: 769px) {
section#library .title {
background: url(../images/ir/h2.jpg) no-repeat center center;
background-size: cover;
}
section#library #leftColumn table {
width: 100%;
}
section#library #leftColumn table tr th {
width: 120px;
padding: 15px;
text-align: left;
border: 1px solid #dfe5eb;
background: #f4f7f9;
}
section#library #leftColumn table tr td {
padding: 10px 15px;
line-height: 2;
border: 1px solid #dfe5eb;
}
section#library #leftColumn table tr td a {
padding: 0 30px 0 0;
background: url(../images/ir/ico_pdf.png) no-repeat right center;
}
section#library #leftColumn ul {
border-top: 1px solid #dfe5eb;
}
section#library #leftColumn ul li {
padding: 15px 0;
font-size: 16px;
border-bottom: 1px solid #dfe5eb;
}
section#library #leftColumn ul li a {
padding: 0 30px 0 0;
background: url(../images/ir/ico_pdf.png) no-repeat right center;
}
section#library #leftColumn h3 span {
padding: 0 0 0 10px;
font-size: 12px;
}
}

/* ********** SP ********** */

@media screen and (max-width: 768px) {
section#library .title {
background: url(../images/ir/h2.jpg) no-repeat center center;
background-size: cover;
}
section#library #leftColumn table {
width: 100%;
font-size: 12px;
}
section#library #leftColumn table tr th {
width: 95px;
padding: 10px;
text-align: left;
border: 1px solid #dfe5eb;
background: #f4f7f9;
}
section#library #leftColumn table tr td {
padding: 10px 15px;
line-height: 2;
border: 1px solid #dfe5eb;
}
section#library #leftColumn table tr td a {
padding: 0 25px 0 0;
background: url(../images/ir/ico_pdf.png) no-repeat right center;
}
section#library #leftColumn ul {
border-top: 1px solid #dfe5eb;
}
section#library #leftColumn ul li {
padding: 10px 0;
font-size: 14px;
border-bottom: 1px solid #dfe5eb;
}
section#library #leftColumn ul li a {
padding: 0 25px 0 0;
background: url(../images/ir/ico_pdf.png) no-repeat right center;
}
section#library #leftColumn h3 span {
padding: 0 0 0 10px;
font-size: 12px;
}
section#library #leftColumn img {
width: 100%;
}
}

/*----------------------------------------------------
  NEWS
----------------------------------------------------*/

/* ********** PC ********** */

@media print, screen and (min-width: 769px) {
section#news .title {
background: url(../images/about/h2.jpg) no-repeat center center;
background-size: cover;
}
section#news #leftColumn li {
padding: 20px;
border-bottom: 1px #ccc dotted;
}
section#news #leftColumn li:last-child {
border: none;
}
section#news #leftColumn li small {
font-weight: bold;
}
section#news #leftColumn li p {
font-size: 14px;
}
section#news #leftColumn li p.title {
font-size: 16px;
}

section#news #detail h2 {
color: #1c60a7;
font-size: 18px;
}
section#news #detail small {
font-size: 12px;
font-weight: bold;
}
section#news #detail .content p {
margin: 0 0 20px 0;
font-size: 14px;
}
}

/*----------------------------------------------------
  SITEMAP
----------------------------------------------------*/

/* ********** PC ********** */

@media print, screen and (min-width: 769px) {
section#sitemap .title {
background: url(../images/about/h2.jpg) no-repeat center center;
background-size: cover;
}
section#sitemap #leftColumn {
width: 100%!important;
}
section#sitemap #leftColumn ul {
font-size: 16px;
}
section#sitemap #leftColumn ul li {
padding: 0 0 0 15px;
background: url(../images/common/ico_snav.png) no-repeat left 12px;
background-size: 8px auto;
}
section#sitemap #leftColumn ul li ul li {
background: url(../images/common/ico_dot.png) no-repeat left 16px;
background-size: 6px auto;
}
section#sitemap #leftColumn ul li a {
padding: 5px 0;
display: inline-block;
}
section#sitemap #leftColumn ul li a:hover {
text-decoration: underline;
}
}

/* ********** SP ********** */

@media screen and (max-width: 768px) {
section#sitemap .title {
background: url(../images/about/h2.jpg) no-repeat center center;
background-size: cover;
}
section#sitemap #leftColumn {
margin: 20px 0 0 0;
}
section#sitemap #leftColumn ul {
font-size: 14px;
}
section#sitemap #leftColumn ul li {
padding: 0 0 0 15px;
background: url(../images/common/ico_snav.png) no-repeat left 12px;
background-size: 8px auto;
}
section#sitemap #leftColumn ul li ul li {
background: url(../images/common/ico_dot.png) no-repeat left 16px;
background-size: 6px auto;
}
section#sitemap #leftColumn ul li a {
padding: 5px 0;
display: inline-block;
}
section#sitemap #leftColumn ul li a:hover {
text-decoration: underline;
}
}










/*----------------------------------------------------
  COMING SOON
----------------------------------------------------*/

@media print, screen and (min-width: 769px) {
section#history.business .title {
background: url(../images/business/h2.jpg) no-repeat center center;
background-size: cover;
}
section#history.group .title {
background: url(../images/group/h2.jpg) no-repeat center center;
background-size: cover;
}
section#history.sitemap .title {
background: url(../images/about/h2.jpg) no-repeat center center;
background-size: cover;
}
}

@media print, screen and (max-width: 768px) {
section#history.business .title {
background: url(../images/business/h2.jpg) no-repeat center center;
background-size: cover;
}
section#history.group .title {
background: url(../images/group/h2.jpg) no-repeat center center;
background-size: cover;
}
section#history.sitemap .title {
background: url(../images/about/h2.jpg) no-repeat center center;
background-size: cover;
}
}


/*----------------------------------------------------
  ビジュアルエディタ対応
----------------------------------------------------*/

.visualWrap p {
	margin-block-start: 1em;
	margin-block-end: 1em;
}

.visualWrap strong{
	font-weight: bold;
}

.visualWrap del {
	text-decoration: line-through;
}

.visualWrap em {
    font-style: italic;
}

.visualWrap ul {
	list-style-type: disc;
	padding-inline-start: 40px;
	margin-block-start: 1em;
	margin-block-end: 1em;
}

.visualWrap ol {
	list-style-type: decimal;
	padding-inline-start: 40px;
	margin-block-start: 1em;
	margin-block-end: 1em;
}


.visualWrap blockquote {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 40px;
	margin-inline-end: 40px;
}
