@charset "UTF-8";
/* mv-slide */
.mv-slide {
	position: relative;
	margin: 0 auto;
}
.mv-slide h1 {
	position: absolute;
	width: 1040px;
	margin: 0 auto;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
 -webkit- transform: translateY(-50%) translateX(-50%);
    font-size: 3.0em;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    color: #fff;
    letter-spacing: 4px;
    text-align: center;
}
.mv-slide h2 {
	position: absolute;
	width: 1040px;
	margin: 0 auto;
	z-index: 10;
	top: 63%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
 -webkit- transform: translateY(-50%) translateX(-50%);
    font-size: 1.8em;
    color: #fff;
    letter-spacing: 3px;
    text-align: center;
}

.mainvisual-slide-nav-item {
	position: absolute;
	top: 45%;
	z-index: 1;
}
.mainvisual-slide-nav-item.is_previous {
	left: 0;
}
.mainvisual-slide-nav-item.is_next {
	right: 0;
}

 @media screen and (max-width: 749px) {
.mv-slide .swiper-pagination {
	display: none;
}
.mv-slide h1 {
	width:85%;
	max-width:500px;
	color: #fff;
	font-size: 1.9em;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	text-align: center;
}
.mv-slide h2 {
	position: absolute;
	width: 100%;
	margin: 40px auto 0;
	z-index: 10;
	top: 60%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
 -webkit- transform: translateY(-50%) translateX(-50%);
    font-size: 1.5em;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
}

}
 @media screen and (min-width: 750px) {
  .mv-slide {
	width: 1390px;
	margin: -10px auto;
  }
  .mv-slide .swiper-wrapper .swiper-slide {
	width: 1390px;
	height: 370px;
  }
  .mainvisual-slide-nav {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 40%;
	width: 1100px;
  }
}

@media screen and (min-width: 750px) {
  #toptBox {
    width: 100%;
  }
  .newsBox {
    width: 1230px;
    margin: 70px auto;
  }

  .ttl-sec {
    margin-bottom: 40px;
    font-size: 1.5em;
    font-weight: bold;
  }

  .news-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
  }

  .news-item dt {
    font-weight: bold;
    width: 130px;
    flex-shrink: 0;
  }

  .news-content {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    flex: 1;
  }

  .news-item .ico {
    width: 160px;
    padding: 5px 0;
    text-align: center;
    font-weight: normal;
    font-size: 0.8em;
    color: #3192bf;
    border: solid 1px #3192bf;
    flex-shrink: 0;
  }

  .news-item dd {
    margin: 0;
    line-height: 1.6;
  }

  .news-item dd a {
    text-decoration: underline;
  }

  .news-item dd a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 749px) {
  #toptBox {
    width: 100%;
    margin: 50px auto;
  }

  #toptBox .newsBox {
    width: 95%;
    margin: 0 auto 50px;
  }
  #toptBox .newsBox dt {
    margin-left: 10px;
    font-weight: bold;
  }
  #toptBox .newsBox dd {
    margin-top: 5px;
    margin-left: 10px;
  }
  #toptBox .newsBox dt:not(:last-child) {
    margin-bottom: 5px;
  }
  .newsBox dd:not(:last-child) {
    margin-bottom: 15px;
  }
}
/* ▼▼ スマホ（768px以下）対応 ▼▼ */
@media screen and (max-width: 768px) {
  .newsBox {
    width: 90%;
    margin: 40px auto;
  }

  .news-item {
    display: block;
    margin-bottom: 35px;
  }

  .news-item dt {
    width: auto;
    font-size: 0.9em;
    margin-bottom: 5px;
  }

  .news-content {
    display: block;
  }

  .news-item .ico {
    display: inline-block;
    width: auto;
    padding: 5px 12px;
    margin-bottom: 8px;
    font-size: 0.8em;
    color: #3192bf;
    border: solid 1px #3192bf;
  }

  .news-item dd {
    font-size: 0.95em;
    line-height: 1.7;
  }
}

@media screen and (min-width: 750px) {
  .productsBox {
    width: 100%;
    padding: 10px 0 60px;
    background-image: url("./images/common-bg.jpg");
    background-repeat: repeat;
  }
  .productsBox h2 {
    font-size: 34px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px; /* 下に余白を追加 */
  }
  .productBox {
    width: 1230px;
    margin: 0 auto;
    display: flex; /* 横並び */
    justify-content: space-between; /* 均等配置 */
  }
  .productBox .leftBox,
  .productBox .rightBox {
    flex: 1;                    /* 幅を均等に */
    display: flex;              /* 中の縦方向レイアウト */
    flex-direction: column;
  }
  .productBox .leftBox {
    width: 340px;
    padding: 20px 0;
    background-color: #fff;
    border: solid 2px #bbbbbb;
    border-right: 0;
    text-align: center;
    overflow: hidden;
    position: relative; /* 相対位置指定 */
  }
  .productBox .leftBox h2 {
    width: 215px;
    line-height: 1.3;
    margin: 20px auto 0;
  }
  .productBox .leftBox .caption {
    font-size: 100%;
    text-align: left;
    padding: 20px;
    color: #fff;
    line-height: 1.6;
  }
  .productBox .leftBox .caption h2{
    color: red;
  }
  .productBox .leftBox .mask {
    width: 100%;
    height: 100%;
    position: absolute; /* 絶対位置指定 */
    top: 0;
    left: 0;
    opacity: 0; /* マスクを表示しない */
    background-color: rgba(0,0,0,0.8);	/* マスクは半透明 */
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .productBox .leftBox:hover .mask {
    opacity: 1; /* マスクを表示する */
  }
  .productBox .rightBox {
    width: 340px;
    padding: 20px 0;
    background-color: #fff;
    border: solid 2px #bbbbbb;
    text-align: center;
    overflow: hidden;
    position: relative; /* 相対位置指定 */
  }
  .productBox .rightBox h2 {
    width: 300px;
    line-height: 1.3;
    margin: 20px auto 0;
  }
  .productBox .rightBox .caption {
    font-size: 100%;
    text-align: left;
    padding: 20px;
    color: #fff;
    line-height: 1.6;
  }
  .productBox .rightBox .caption h2{
    color: red;
  }
  .productBox .rightBox .mask {
    width: 100%;
    height: 100%;
    position: absolute; /* 絶対位置指定 */
    top: 0;
    left: 0;
    opacity: 0; /* マスクを表示しない */
    background-color: rgba(0,0,0,0.8);	/* マスクは半透明 */
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .productBox .rightBox:hover .mask {
    opacity: 1; /* マスクを表示する */
  }
  .productBox .leftBox h2,
  .productBox .rightBox h2{
    font-size: 16px;
    font-weight: bold;
  }
}
@media screen and (max-width: 749px) {
  .productsBox {
    width: 100%;
    padding: 10px 0 60px;
    background-image: url("./images/common-bg.jpg");
    background-repeat: repeat;
  }
  .productsBox h2 {
    font-size: 22px;
    text-align: center;
    font-weight: 500;
  }
  .productBox .leftBox {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0 0;
    background-color: #fff;
    border: solid 2px #bbbbbb;
    border-bottom: 0;
    text-align: center;
  }
  .productBox .leftBox .caption {
    display: none;
  }
  .productBox .rightBox {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0 0;
    background-color: #fff;
    border: solid 2px #bbbbbb;
    text-align: center;
  }
  .productBox .rightBox .caption {
    display: none;
  }
  .productBox .leftBox h2,
  .productBox .rightBox h2{
    width: 80%;
    margin: 10px auto 0;
    font-size: 18px;
    font-weight: bold;
  }
}


@media screen and (min-width: 750px) {
  .shimadzuBox {
    width: 100%;
    margin-top: 100px;
    padding: 10px 0 60px;
    background-image: url("./images/common-bg.jpg");
    background-repeat: repeat;
  }
  .shimadzuBox h2 {
    font-size: 34px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px; /* 下に余白を追加 */
  }
}

@media screen and (min-width: 750px) {
  .linkBox {
    width: 1230px;
    margin: 50px auto;
  }
  .linkBox ul {
    width: 1040px;
    margin: 0 auto;
    padding: 0;
  }
  .linkBox li {
    float: left;
    width: 330px;
    margin-right: 25px;
    list-style: none;
  }
  .linkBox li.right {
    float: right;
    width: 330px;
     margin-right: 0;
    list-style: none;
  }
  .linkBox p {
    text-align: center;
  }
  .linkBox a:link {
    text-decoration: underline;
  }
  .linkBox a:hover {
    text-decoration: none;
    color: #ff2c29;
  }
}
@media screen and (max-width: 749px) {
  #toptBox .linkBox {
    width: 95%;
    margin: 30px auto;
  }
  .linkBox ul {
    padding: 0;
  }
  .linkBox li {
    float: left;
    width: 45%;
    margin: 15px 0 0 15px;
    list-style: none;
  }
  .linkBox li.right {
    float: left;
    width: 45%;
     margin-right: 0;
    list-style: none;
  }
}

@media screen and (min-width: 750px) {
  #toptBox .businessBox {
    margin: 70px 0 0 0;
  }

  .businessBox a:link { color: #000; text-decoration-line: none;} /*未訪問のリンクの色*/
  .businessBox a:hover { color:#196fdd; text-decoration-line: none;} /*カーソルが乗っているリンクの色*/


  #toptBox .businessBox p {
    margin-top: 30px;
    text-align: center;
    font-size: 1.2em;
  }
  #toptBox .businessBox .businessBox-in {
    margin-top: 30px;
  }
  #toptBox .businessBox .businessBox-in .leftBox {
    float: left;
    width: 320px;
    padding: 10px 0 20px;
    text-align: center;
    background-color: #f2f2f2;
    border-radius: 3px 3px 3px 3px; /* 左上・右上・右下・左下 */
  }
  #toptBox .businessBox .businessBox-in .midBox {
    float: left;
    width: 320px;
    margin: 0 0 0 40px;
    padding: 10px 0 20px;
    text-align: center;
    background-color: #f2f2f2;
    border-radius: 3px 3px 3px 3px; /* 左上・右上・右下・左下 */
  }
  #toptBox .businessBox .businessBox-in .rightBox {
    float: right;
    width: 320px;
    padding: 10px 0 20px;
    text-align: center;
    background-color: #f2f2f2;
    border-radius: 3px 3px 3px 3px; /* 左上・右上・右下・左下 */
  }
  /* 画像拡大 */
  #toptBox .businessBox .imgBox {
    margin: 0 0 0 10px;
    cursor: pointer;
    max-width: 300px;
    overflow: hidden;
    width: 100%;
  }
  #toptBox .businessBox .imgBox img {
    height: auto;
    transition: transform .6s ease; /* ゆっくり変化させる */
  }
  #toptBox .businessBox .imgBox:hover img {
    transform: scale(1.1); /* 拡大 */
   }
  #toptBox .businessBox .businessBox-in h3 {
    margin-bottom: 10px;
    font-size: 1.2em;
  }
  #toptBox .businessBox .businessBox-in .b-line {
    width: 25px;
    margin: 0 auto;
    border-bottom: solid 3px #196fdd;
  }
  #toptBox .businessBox .businessBox-in .btn {
    width: 265px;
    margin-top: 20px;
    font-size: 1.0em;
    background: url(./images/ico_arrow.png) no-repeat 190px 22px #000;;
    color: #fff; /* 文字色 */
    padding: 16px 40px; /* 上下の余白、左右の余白 */
    text-decoration: none; /* デフォルトで入る下線を消す */
    border-radius: 5px; /* 角を丸くする */
    transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
  }
  .btn:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 749px) {
  #toptBox .businessBox {
    margin: 70px 0 0 0;
  }

  #toptBox a:link { color: #000; text-decoration-line: none;} /*未訪問のリンクの色*/
  #toptBox a:hover { color:#196fdd; text-decoration-line: none;} /*カーソルが乗っているリンクの色*/


  #toptBox .businessBox p {
    width: 95%;
    margin: 30px auto;
    font-size: 1.1em;
  }
  #toptBox .businessBox .businessBox-in {
    margin-top: 30px;
  }
  #toptBox .businessBox .businessBox-in .leftBox {
    width: 95%;
    margin: 0 auto;
    padding: 20px 0 20px;
    text-align: center;
    background-color: #f2f2f2;
    border-radius: 3px 3px 3px 3px; /* 左上・右上・右下・左下 */
  }
  #toptBox .businessBox .businessBox-in .midBox {
    width: 95%;
    margin: 30px auto;
    padding: 20px 0 20px;
    text-align: center;
    background-color: #f2f2f2;
    border-radius: 3px 3px 3px 3px; /* 左上・右上・右下・左下 */
  }
  #toptBox .businessBox .businessBox-in .rightBox {
    width: 95%;
    margin: 0 auto;
    padding: 20px 0 20px;
    text-align: center;
    background-color: #f2f2f2;
    border-radius: 3px 3px 3px 3px; /* 左上・右上・右下・左下 */
  }
  #toptBox .businessBox .businessBox-in h3 {
    margin-bottom: 10px;
    font-size: 1.2em;
  }
  #toptBox .businessBox .businessBox-in .b-line {
    width: 25px;
    margin: 0 auto;
    border-bottom: solid 3px #196fdd;
  }
  #toptBox .businessBox .businessBox-in .btn {
    width: 265px;
    margin: 20px auto 0;
    font-size: 1.0em;
    background: url(./images/ico_arrow.png) no-repeat 190px 22px #000;;
    color: #fff; /* 文字色 */
    padding: 16px 40px; /* 上下の余白、左右の余白 */
    text-decoration: none; /* デフォルトで入る下線を消す */
    border-radius: 5px; /* 角を丸くする */
    transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
  }
}

@media screen and (min-width: 750px) {
  #recruitBox-outline {
    widht: 100%;
    margin: 70px 0 0 0;
    padding: 0 0 30px 0;
    background: url(./images/bg_dot.gif);
  }

  #recruitBox-outline a:link { color: #000; text-decoration-line: none;} /*未訪問のリンクの色*/
  #recruitBox-outline a:hover { color:#196fdd; text-decoration-line: none;} /*カーソルが乗っているリンクの色*/
  /*#recruitBox-outline a:hover img {
	opacity: 0.8 ;
}*/

  #recruitBox-outline .recruitBox {
    width: 1040px;
    margin: 0 auto;
    padding: 50px 0 50px 0;
  }
  #recruitBox-outline .recruitBox-in {

  }
  #recruitBox-outline .recruitBox-in .leftBox {
    position: relative;
    float: left;
    width: 495px;
    background-color: #fff;
  }
  #recruitBox-outline .recruitBox-in .leftBox .absolute {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
  /* 画像拡大 */
  #recruitBox-outline .recruitBox-in .imgBox {
    margin: 15px 0 0 27px;
    cursor: pointer;
    max-width: 442px;
    overflow: hidden;
    width: 100%;
  }
  #recruitBox-outline .recruitBox-in .imgBox img {
    height: auto;
    transition: transform .6s ease; /* ゆっくり変化させる */
  }
  #recruitBox-outline .recruitBox-in .imgBox:hover img {
    transform: scale(1.1); /* 拡大 */
   }
  #recruitBox-outline .recruitBox-in .rightBox {
    float: right;
    width: 495px;
  }
  #recruitBox-outline .recruitBox-in .rightBox .topBox {
    background-color: #fff;
  }
  #recruitBox-outline .recruitBox-in .rightBox .bottomBox {
    margin-top: 20px;
    background-color: #fff;
  }
  #recruitBox-outline .recruitBox-in .rightBox .leftBox {
    float: left;
    width: 268px;
    padding: 15px 0 15px 25px;
  }
  #recruitBox-outline .recruitBox-in .rightBox .midBox {
    float: left;
    width: 3px;
    padding: 15px 0 15px 0;
  }
  #recruitBox-outline .recruitBox-in .rightBox .rightBox {
    float: left;
    width: 200px;
    padding: 15px 0 15px 25px;
  }
  #recruitBox-outline .recruitBox-in .rightBox .rightBox h3 {
    text-align: left;
    margin-top: 57px;
  }
  /* 画像拡大 */
  #recruitBox-outline .recruitBox-in .rightBox .imgBox {
    margin: 0;
    cursor: pointer;
    max-width: 268px;
    overflow: hidden;
    width: 100%;
  }
  #recruitBox-outline .recruitBox-in .rightBox .imgBox img {
    height: auto;
    transition: transform .6s ease; /* ゆっくり変化させる */
  }
  #recruitBox-outline .recruitBox-in .rightBox .imgBox:hover img {
    transform: scale(1.1); /* 拡大 */
   }
  #recruitBox-outline .recruitBox-in .b-line {
    width: 25px;
    margin: 0 auto;
    border-bottom: solid 3px #196fdd;
  }
  #recruitBox-outline .recruitBox-in h3{
    text-align: center;
  }
}

@media screen and (max-width: 749px) {
  #recruitBox-outline {
    widht: 100%;
    margin: 70px 0 0 0;
    background: url(./images/bg_dot.gif);
  }

  #recruitBox-outline a:link { color: #000; text-decoration-line: none;} /*未訪問のリンクの色*/
  #recruitBox-outline a:hover { color:#196fdd; text-decoration-line: none;} /*カーソルが乗っているリンクの色*/
  /*#recruitBox-outline a:hover img {
	opacity: 0.8 ;
}*/

  #recruitBox-outline .recruitBox {
    width: 95%;
    margin: 0 auto;
    padding: 50px 0 50px 0;
  }
  #recruitBox-outline .recruitBox-in {
    width: 95%;
    margin: 0 auto;
  }
  #recruitBox-outline .recruitBox-in .leftBox {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    background-color: #fff;
  }
  #recruitBox-outline .recruitBox-in .leftBox .absolute {
  position: absolute;
  right: -10px;
  bottom: 30px;
}
  #recruitBox-outline .recruitBox-in .rightBox {
    width: 100%;
  }
  #recruitBox-outline .recruitBox-in .rightBox .topBox {
   float: left;
    margin-top: 20px;
    width: 47%;
    background-color: #fff;
  }
  #recruitBox-outline .recruitBox-in .rightBox .bottomBox {
    float: right;
    width: 47%;
    margin-top: 20px;
    background-color: #fff;
  }
  #recruitBox-outline .recruitBox-in .rightBox .rightBox {
    margin-top: 15px;
    padding-top:0;
  }
  #recruitBox-outline .recruitBox-in .rightBox .rightBox h3 {
    clear: both;
    padding-top: 15px;
  }
  #recruitBox-outline .recruitBox-in .b-line {
    width: 25px;
    margin: 0 auto;
    border-bottom: solid 3px #196fdd;
  }
  #recruitBox-outline .recruitBox-in h3{
    text-align: center;
  }
}

@media screen and (min-width: 750px) {
  #toptBox2 {
    width: 100%;
    margin: 0 auto;
    padding: 70px 0 0 0;
    border-bottom: solid 1px #eae9e9;
  }

  #toptBox2 a:link { color: #000; text-decoration-line: none;} /*未訪問のリンクの色*/
  #toptBox2 a:hover { color:#196fdd; text-decoration-line: none;} /*カーソルが乗っているリンクの色*/

  #toptBox2 .sitemapBox {
    width: 1040px;
    height: 558px;
    margin: 0 auto;
    background: url(./images/bg_sitemap.png) no-repeat right;
  }
  #toptBox2 .sitemapBox h4 {
    margin-top: 0;
    padding: 5px 0 5px 15px;
    background-color: #eae9e9;
  }
  #toptBox2 .sitemapBox {
  }
  #toptBox2 .sitemapBox .leftBox {
    float: left;
    width: 242px;
  }
  #toptBox2 .sitemapBox .midBox1 {
    float: left;
    width: 242px;
    margin: 0 0 0 22px;
  }
  #toptBox2 .sitemapBox .midBox2 {
    float: left;
    width: 242px;
    margin: 0 0 0 22px;
  }
  #toptBox2 .sitemapBox .rightBox {
    float: right;
    width: 242px;
  }
  #toptBox2 .sitemapBox li {
    margin: 0 0 15px 0;
    list-style: square;
    color: #196fdd;
  }
  #toptBox2 .sitemapBox li.listin {
    margin: 0 0 15px 0;
    list-style: circle;
    color: #196fdd;
  }
}

@media screen and (max-width: 749px) {
    #toptBox2 {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 0 0;
    border-bottom: solid 1px #eae9e9;
  }

  #toptBox2 a:link { color: #000; text-decoration-line: none;} /*未訪問のリンクの色*/
  #toptBox2 a:hover { color:#196fdd; text-decoration-line: none;} /*カーソルが乗っているリンクの色*/

  #toptBox2 .sitemapBox {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: url(./images/bg_sitemap_sp.png) no-repeat bottom;
  }
  #toptBox2 .sitemapBox h4 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 0 5px 15px;
    background-color: #eae9e9;
  }
  #toptBox2 .sitemapBox .leftBox {
    float: left;
    margin: 0 20px;
    width: 42%;
  }
  #toptBox2 .sitemapBox .midBox1 {
    float: right;
    margin: 0 20px 0 0;
    width: 42%;
  }
  #toptBox2 .sitemapBox .midBox2 {
    clear: both;
    float: left;
    margin: 0 20px;
    width: 42%;
  }
  #toptBox2 .sitemapBox .rightBox {
    float: right;
    margin: 0 20px 0 0;
    width: 42%;
  }
  #toptBox2 .sitemapBox ul {
    margin-top: 15px;
    padding-left: 20px;
  }
  #toptBox2 .sitemapBox li {
    margin: 0 0 15px 0;
    list-style: square;
    color: #196fdd;
  }
  #toptBox2 .sitemapBox ul.listin {
    margin: 0;
    padding-left: 10px;
  }
  #toptBox2 .sitemapBox li.listin {
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    list-style: circle;
    color: #196fdd;
  }
}

@media screen and (min-width: 750px), print {
  .linksBox {
    width: 1040px;
    margin: 150px auto;
  }
  .linksBox .linksBox-in {
    margin-top: 30px;
  }
  .linksBox .linksBox-in .leftBox {
    float: left;
    width: 515px;
    padding: 39px 0 ;
    text-align: center;
    border: solid 1px #dddddd;
  }
  .linksBox .linksBox-in .rightBox {
    float: right;
    width: 515px;
    padding: 39px 0 ;
    text-align: center;
    border: solid 1px #dddddd;
  }

  .DivLink{
    position:relative;
    width:515px;
  }
  .DivLink .Link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .linksBox a:hover {
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}
}

@media screen and (max-width: 749px), print {
  .linksBox {
    width: 95%;
    margin: 50px auto 50px;
  }
  .linksBox .linksBox-in {
    margin-top: 30px;
  }
  .linksBox .linksBox-in .leftBox {
    width: 95%;
    margin: 0 auto;
    padding: 39px 0 ;
    text-align: center;
    border: solid 1px #dddddd;
  }
  .linksBox .linksBox-in .rightBox {
    width: 95%;
    margin: 20px auto;
    padding: 39px 0 ;
    text-align: center;
    border: solid 1px #dddddd;
  }

  .DivLink{
    position:relative;
    width:515px;
  }
  .DivLink .Link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/* ===============================================   ===============================================  */
/* プライバシーポリシー */
@media screen and (min-width: 750px), print {
  #privacy a:link { color: #196fdd; text-decoration-line: underline;} /*未訪問のリンクの色*/
  #privacy a:hover { color:#196fdd; text-decoration-line: none;} /*カーソルが乗っているリンクの色*/
  #privacy {
    width: 1040px;
    margin: 70px auto 0;
  }
  #privacy ol li {
    list-style: none;
    text-indent: -2em;
    padding-left: 2em;
    line-height: 1.7;
  }
  #privacy ul li {
    list-style: none;
    line-height: 1.7;
  }
  #privacy .with_number {
    list-style-position: inside;
  }
  #privacy .with_number li {
    list-style-type: decimal;
    padding-left: 0em;
    text-indent: 0em;
  }
}

@media screen and (max-width: 749px), print {
  #privacy a:link { color: #196fdd; text-decoration-line: underline;} /*未訪問のリンクの色*/
  #privacy a:hover { color:#196fdd; text-decoration-line: none;} /*カーソルが乗っているリンクの色*/
  #privacy {
    width: 90%;
    margin: 50px auto 0;
  }
  #privacy h2.ttl-sec {
    width: 100%;
    margin: 0 auto;
  }
  .longurl{word-break: break-all;}

  #privacy ol li {
    list-style: none;
    text-indent: -2em;
    padding-left: 2em;
    line-height: 1.7;
  }
  #privacy ul li {
    list-style: none;
    line-height: 1.7;
  }
  #privacy .with_number {
    list-style-position: inside;
  }
  #privacy .with_number li {
    list-style-type: decimal;
    padding-left: 0em;
    text-indent: 0em;
  }
}

/* ===============================================   ===============================================  */
/* サイトマップ */
@media screen and (min-width: 750px), print {
  #sitemap a:link { color: #196fdd; text-decoration-line: underline;} /*未訪問のリンクの色*/
  #sitemap a:hover { color:#196fdd; text-decoration-line: none;} /*カーソルが乗っているリンクの色*/
  #sitemap {
    width: 1040px;
    margin: 70px auto 0;
  }
  #sitemap .sitemapBox {
  }
  #sitemap .sitemapBox .leftBox {
    float: left;
    width: 310px;
  }
  #sitemap .sitemapBox .midBox {
    float: left;
    width: 310px;
    margin-left: 50px;
  }
  #sitemap .sitemapBox .rightBox {
    float: right;
    width: 310px;
  }
  #sitemap .sitemapBox dt {
    padding: 15px;
    background-color: #f5f5f5;
    border: solid 1px #d8d8d8;
    font-weight: bold;
  }
  #sitemap .sitemapBox dd {
    margin: 0;
    padding: 15px;
    border-left: solid 1px #d8d8d8;
    border-right: solid 1px #d8d8d8;
    border-bottom: solid 1px #d8d8d8;
  }
  #sitemap .sitemapBox dd p {
    width: 250px;
    margin: 0 auto;
    padding: 15px 0 15px 0;
    border-bottom: dashed 1px #d8d8d8;
  }
  #sitemap .sitemapBox dd p.sub {
    margin: 0 0 0 30px;
    padding: 15px 0 15px 0;
    border-bottom: dashed 1px #d8d8d8;
  }
}

@media screen and (max-width: 749px), print {
  #sitemap {
    width: 90%;
    margin: 50px auto 0;
  }
  #sitemap .sitemapBox dt {
    padding: 15px;
    background-color: #f5f5f5;
    border: solid 1px #d8d8d8;
    font-weight: bold;
  }
  #sitemap .sitemapBox dd {
    margin: 0;
    padding: 15px;
    border-left: solid 1px #d8d8d8;
    border-right: solid 1px #d8d8d8;
    border-bottom: solid 1px #d8d8d8;
  }
  #sitemap .sitemapBox dd p {
    width: 90%;
    margin: 0 auto;
    padding: 15px 0 15px 0;
    border-bottom: dashed 1px #d8d8d8;
  }
  #sitemap .sitemapBox dd p.sub {
    margin: 0 0 0 30px;
    padding: 15px 0 15px 0;
    border-bottom: dashed 1px #d8d8d8;
  }
}

/*  SPECIAL CONTENTS   */
/* ===== セクション全体 ===== */
.section {
  margin-top: 100px;
  background: url("./images/common-bg.jpg") repeat; /* 背景画像 */
  padding: 40px 0 80px; /* 上下余白 */
  text-align: center;
}

/* ===== タイトル ===== */
.section h2 {
  font-size: 34px;
  font-weight: normal;
  margin-bottom: 30px;
  color: #333;
  letter-spacing: 1px;
}

/* ===== コンテンツ枠 ===== */
.spcontents {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* PC時は3列 */
  max-width: 1230px;
  margin: 0 auto;
  gap: 0;
}

/* ===== アイテム ===== */
.spcontents .item {
  position: relative;
  overflow: hidden;
}

.spcontents .item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.spcontents .item:hover img {
  transform: scale(1.05);
  filter: brightness(70%);
}

/* ===== キャプション ===== */
.spcontents .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.6);
  color: #fff;
  text-align: center;
  padding: 12px 0;
  font-weight: bold;
  font-size: 16px;
}

/* ===== スマホ対応 ===== */
@media screen and (max-width: 768px) {
  .section h2 {
    font-size: 22px;
  }
  .spcontents {
    grid-template-columns: 1fr; /* 縦積み */
    width: 100%;
    padding: 0 40px; /* 左右に余白 */
    box-sizing: border-box;
  }
  .spcontents .item {
    border: 1px solid #bbbbbb; /* 枠線を追加 */
  }
  .spcontents .item img {
    width: 100%;
    height: auto;
    display: block;
  }
}
