@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: normal;
  src: url('noto/NotoSansCJKjp-Regular.woff') format('woff');
}
@font-face{
  font-family:MazdaTypeRegular;
src:url("https://www2.mazda.co.jp/common/fonts/MazdaTypeTT-Regular.woff2") 
format("woff2"),
url("https://www2.mazda.co.jp/common/fonts/MazdaTypeTT-Regular.woff") 
format("woff"),
url("https://www2.mazda.co.jp/common/fonts/MazdaTypeTT-Regular.ttf") 
format("truetype"),
url("https://www2.mazda.co.jp/common/fonts/MazdaTypeTT-Regular.eot") 
format("eot");
}
@font-face{
  font-family:MazdaTypeMedium;
src:url("https://www2.mazda.co.jp/common/fonts/MazdaTypeTT-Medium.woff2") 
format("woff2"),
url("https://www2.mazda.co.jp/common/fonts/MazdaTypeTT-Medium.woff") 
format("woff"),
url("https://www2.mazda.co.jp/common/fonts/MazdaTypeTT-Medium.ttf") 
format("truetype"),
url("https://www2.mazda.co.jp/common/fonts/MazdaTypeTT-Medium.eot") 
format("eot");
}
@font-face{
  font-family:MazdaTypeBold;
src:url("https://www2.mazda.co.jp/common/fonts/MazdaTypeTT-Bold.woff2") 
format("woff2"),
url("https://www2.mazda.co.jp/common/fonts/MazdaTypeTT-Bold.woff") 
format("woff"),
url("https://www2.mazda.co.jp/common/fonts/MazdaTypeTT-Bold.ttf") 
format("truetype"),
url("https://www2.mazda.co.jp/common/fonts/MazdaTypeTT-Bold.eot") 
format("eot");
}
html,
body {
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  line-height: 1.7em;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Helvetica Neue", "ŸàƒSƒVƒbƒN Medium", "ŸàƒSƒVƒbƒN", Yu Gothic Medium, YuGothic, "ƒqƒ‰ƒMƒmŠpƒS ProN W3", "Hiragino Kaku Gothic ProN", "ƒƒCƒŠƒI", Meiryo, system-ui, sans-serif;
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 50%;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 41.0%;
  }
}
@media screen and (max-width: 992px) {
  html {
    font-size: 34.3%;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.1vw;
  }
}
header {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #FFF;
  background-color: #3D3D3D;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
/*  position: relative;*/
  z-index: 100;
}
div.hlogo {
  margin: 0 0 0 50px;
  padding: 0;
  font-size: 0;
}
.globals {
  margin: 0;
  padding: 0 20px 0 0;
}
ul.menu {
  display: flex;
  list-style: none;
  font-size: 13px;
}
ul.menu li {
  margin: 0;
  padding: 0 33px;
  position: relative;
}
ul.menu li a {
  display: block;
  color: #FFF;
  text-decoration: none;
  height: 62px;
  line-height: 62px;
}
ul.menu li a span {
  position: relative;
}
ul.menu li a span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0%;
  margin-top: 44px;
  width: 0;
  height: 4px;
  background: #F00;
  -webkit-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
ul.menu li a.active span:after {
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
}
ul.menu li a:hover span:after,
ul.menu li a.focus span:after,
ul.menu li a.active span:after {
    left: 0%;
    width: 100%;
}
ul.menu ul {
  display: block;
}
ul.menu ul li {
  padding: 5px;
  transition: all .3s;
}
ul.menu ul li a {
  display: block;
  padding: 12px 10px 15px 10px;
  height: auto;
  line-height: 0;
  text-decoration: none;
}
ul.menu ul li a:hover {
  color: #FFF;
}
ul.menu li.has-child ul {
  position: absolute;
  left: 0;
  top: 72px;
  z-index: 4;
  background: #222;
  width: 180px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.menu li.has-child:hover > ul,
ul.menu li.has-child:active > ul {
  visibility: visible;
  opacity: 1;
}
ul.menu li.has-child ul li a {
  color: #FFF;
}
ul.menu li.has-child ul li a:hover,
ul.menu li.has-child ul li a:active {
  background: #3D3D3D;
}
@media screen and (max-width: 1500px) {
  ul.menu li.has-child ul {
    top: 70px;
  }
}
@media screen and (max-width: 992px){
  ul.menu li {
    padding: 0 26px;
  }
}
@media screen and (max-width: 768px){
  header nav {
    position: fixed;
    width: 380px;
    top: 0;
    right: -380px;
    background-color: rgba(33,33,33,.6);
    height: 100%;
    padding-top: 0;
    z-index: 1;
  }
  header nav ul.menu {
    display: block;
    font-size: 22px;
    margin: 62px 0 0 0;
    padding: 1em 0;
  }
  header nav ul.menu li {
    width: 100%;

  }
  header nav ul.menu li a {
    color: #FFF;
    padding: 0 0 0 1em;
    display: block;
    height: 65px;
    line-height: 65px;
  }
  header nav ul.menu li a:hover {
    color: #FFF;
    background-color:#000;
    display: block;
    height: 100%;
    width: 100%;
  }
  header nav ul.menu li a span:after {
    display: none;
  }
  header nav ul.menu li.has-child ul  {
    font-size: 18px;
    margin: 0;
    background-color: rgba(33,33,33,.9);
  }
  header nav ul.menu li.has-child ul li {
    height: auto;
    padding: 0 0em;
  }
  header nav ul.menu .has-child ul li a {
    color: #FFF;
    padding: 0 1.5em;
    display: block;
    height: 3em;
    line-height: 3em;
  }
  header nav ul.menu .has-child ul li a:hover {
    color: #FFF;
    background-color:#000;
    display: block;
    height: 100%;
    width: 100%;
  }
  header .hamburgers {
    position: fixed;
    top: 23px;
    right: 20px;
    width: 40px;
    height: 24px;
    z-index: 3;
    cursor: pointer;
    transition: all 400ms;
    -webkit-transition:all 400ms;
  }
  header .hamburgers span {
    position: absolute;
    height: 4px;
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms
  }
  header .hamburgers span:nth-child(1){
    top: 0;
    width: 30px;
  }
  header .hamburgers span:nth-child(2){
    top: 10px;
    width: 40px;
  }
  header .hamburgers span:nth-child(3){
    top: 20px;
    width: 30px;
  }
  header .hamburgers.spnavshow{
    transform: rotate(180deg);
    -webkit-transform:rotate(180deg);
  }
  header .hamburgers.spnavshow span{
    background: #fff;
  }
  header .hamburgers.spnavshow span:nth-child(1){
    width: 24px;
    transform: translate(-7px,17px) rotate(45deg);
    -webkit-transform: translate(-7px,17px) rotate(45deg);
  }
  header .hamburgers.spnavshow span:nth-child(3){
    width: 24px;
    transform: translate(-7px,-17px) rotate(-45deg);
    -webkit-transform: translate(-7px,-17px) rotate(-45deg);
  }
  ul.menu li.has-child::before {
    content: '';
    position: absolute;
    left: 0;
    top: 28px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(135deg);
  }
  ul.menu li.has-child ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
    transition: none;
  }
  ul.menu li.has-child::before {
    left: 20px;
  }
  ul.menu li.has-child::before {
    transform: rotate(135deg);
    left: 20px;
  }
  ul.menu li.has-child.active::before {
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 820px) {
  div.hlogo {
    margin: 0 0 0 20px;
  }
  ul.menu li {
    padding: 0 20px;
  }
/*  .globals {
    margin: 0;
    padding: 0 0px 0 0;
  }*/
}
@media screen and (max-width: 576px){
/*  .globals {
    margin: 0;
    padding: 0 20px 0 0;
  }*/
  div.hlogo {
    margin: 0 0 0 20px;
  }
}
#PGtop{
  position: fixed;
  bottom: 5px;
  right: 15px;
  z-index: 999;
  opacity: 0.8;
  border-radius: 4px;
  background-color: #666;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s
}
#PGtop a {
  position: relative;
  display: table;
  width: 50px;
  height: 50px;
  text-decoration: none;
  text-align: center;
}
#PGtop a::before{
  font-family: "Font Awesome 5 Free";
  content: '\f35b';
  font-weight: 700;
  font-size: 25px;
  color: #FFF;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 10px;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
}
#PGtop a:hover,
#PGtop a:active,
#PGtop a:focus {
  text-decoration: none;
  outline: none;
  background: rgba(0,0,0,0.5);
}
.imgres {
  width: 100%;
  max-width: 1940px;
}
.wrap00 {
  margin: 0 auto;
  max-width: 1920px;
}
.wrap01 {
  margin: 0 12.5%;
  padding: 0;
}
.wrap02 {
  margin: 0 25%;
  padding: 0;
}
.wrap03 {
  margin: 0 22%;
  padding: 0;
}
.wrap01inner {
  margin: 0 10%;
  padding: 0;
}



.MCarea {
  position: absolute;
  bottom: 18%;
  right: 10vw;
  z-index: 800;
}
.MCarea h1 {
  margin: 0;
  padding: 0;
  font-size: 6rem;
/*  font-size: 1em;*/
  color: #FFF;
  text-shadow: 1px 1px 2px #000, 0 0 1em #000, 0 0 0.2em #000;
}
.MCarea h2 {
  margin: 0.5em 0 0 0;
  padding: 0;
  font-size: 2.8rem;
  color: #FFF;
  text-shadow: 1px 1px 2px #000, 0 0 1em #000, 0 0 0.2em #666;
  line-height: 1.6em;
}
.fsspec {
  font-size: 90%;
}
@media (min-width: 1920px) {
  .MCarea h1 {
    font-size: 6rem;
  }
  .MCarea h2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 992px) {
  .wrap01 {
    margin: 0 5vmin;
  }
  .wrap02 {
    margin: 0 5vmin;
  }
  .wrap03 {
    margin: 0 5vmin;
  }
  .wrap01inner {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .MCarea {
    bottom: 10%;
    right: 0;
    left: 0;
    text-align: center;
  }
  .MCarea h1 {
    font-size: 6rem;
  }
  .MCarea h2 {
    font-size: 3.8rem;
  }
}
.tlead {
  position: relative;
  background-image: url("../img/tlead.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ddd;
  margin: 0;
  padding: 5.5% 0;
}
.tlead h2 {
  margin: 0 0 0 0;
  padding: 0;
  font-size: 5rem;
  color: #FFF;
  text-shadow: 1px 1px #000;
/*  text-align: center;*/
  font-family: "Noto Serif JP", "Ÿà–¾’©‘Ì", YuMincho, "Ÿà–¾’©", "Yu Mincho", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", Georgia, Times, "Times New Roman", serif;
}
.tlead p {
  margin: 1em 0 0 0;
  padding: 0;
  font-size: 1.6rem;
/*  font-size: 0.3em;*/
  color: #FFF;
  text-shadow: 1px 1px #000;
/*  text-align: center;*/
  line-height: 1.5em;
}
.tlead h2 span {
  font-size: 70%;
}



.catch {
  position: relative;
/*  font-size: 3.3vw;*/
  margin: 0;
  padding: 1em 0;
}

.catch h2 {
  margin: 0;
  padding: 0;
  font-size: 5rem;
/*  font-size: 0.75em;*/
  color: #000;
  text-align: center;
  font-family: "Noto Serif JP", "Ÿà–¾’©‘Ì", YuMincho, "Ÿà–¾’©", "Yu Mincho", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", Georgia, Times, "Times New Roman", serif;
}
.catch table.news {
  margin: 1em 0 0 0;
  padding: 0;
  font-size: 1.6rem;
  width: 100%;
  color: #000;
  text-align: center;
  line-height: 1.5em;
}
.catch table.news tr {
  border-bottom: 1px solid #666;
}
.catch table.news th {
  padding: 1em 1em 1em 0;
  font-weight: 300;
  text-align: left;
  width: 16em;
}
.catch table.news td {
  font-weight: 300;
  text-align: left;
  padding: 1em 0;
}
.catch table.news td a:link,
.catch table.news td a:visited {
  color: #000;
  text-decoration: underline;
}
.catch table.news td a:hover,
.catch table.news td a:active {
  color: #F00;
  text-decoration: none;
}
.catch table.news th span.category {
  width: 5em;
  border: 1px solid #000;
  padding: 0.1em 1.5em;
  font-size: 90%;
  font-weight: 300;
  white-space: nowrap;
  display: inline;
}













.catch .newsbtn {
  margin: 2em auto 1em auto;
  padding: 0;
  font-size: 1.5rem;
  text-align: center;
  width: 26em;
  color: #FFF;
  background-color: #B4B4B4;
}
.catch .newsbtn a {
  display: block;
  padding: 1em 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.catch .newsbtn a:link,
.catch .newsbtn a:visited {
  color: #FFF;
}
.catch .rssnewsbtn a:hover,
.catch .rssnewsbtn a:active {
  color: #FFF;
  background-color: #000;
}
.catch h2 span {
  display: block;
  font-size: 27%;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Helvetica Neue", "ŸàƒSƒVƒbƒN Medium", "ŸàƒSƒVƒbƒN", Yu Gothic Medium, YuGothic, "ƒqƒ‰ƒMƒmŠpƒS ProN W3", "Hiragino Kaku Gothic ProN", "ƒƒCƒŠƒI", Meiryo, system-ui, sans-serif;
}


.catch iframe {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-size: 100%;
}

.c00 {
  border-bottom: solid 2px #C00;
}








table.rssnews {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  width: 100%;
  color: #000;
  text-align: center;
  line-height: 1.5em;
}
table.rssnews tr {
  border-bottom: 1px solid #666;
}
table.rssnews th {
  padding: 1em 1em 1em 0;
  font-weight: 300;
  text-align: left;
  width: 13em;
/*  width: 16em;*/
}
table.rssnews td {
  font-weight: 300;
  text-align: left;
  padding: 1em 0;
}
table.rssnews td a:link,
table.rssnews td a:visited {
  color: #000;
  text-decoration: underline;
}
table.rssnews td a:hover,
table.rssnews td a:active {
  color: #F00;
  text-decoration: none;
}
table.rssnews th span.category {
  width: 5em;
  border: 1px solid #000;
  padding: 0.1em 1.5em;
  font-size: 90%;
  font-weight: 300;
  white-space: nowrap;
  display: inline;
}
/*
.rssnewsbtn {
  margin: 2em auto 1em auto;
  padding: 0;
  font-size: 1.5rem;
  text-align: center;
  width: 26em;
  color: #FFF;
  background-color: #B4B4B4;
}
.rssnewsbtn a {
  display: block;
  padding: 1em 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.rssnewsbtn a:link,
.rssnewsbtn a:visited {
  color: #FFF;
}
.rssnewsbtn a:hover,
.rssnewsbtn a:active {
  color: #FFF;
  background-color: #000;
}
*/
.c00hdr {
  margin-right: 0;
  margin-left: 0;
  height: 40px;
}
/*
.c00hdr:before, .c00hdr:after {
  display: table;
  content: " ";
}
.c00hdr:after {
  clear: both;
}
*/
.rssnewsbtn {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  text-align: center;
  width: 100%;
  color: #FFF;
  background-color: #B4B4B4;
}
.rssnewsbtn a {
  display: block;
  padding: 0.5em 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.rssnewsbtn a:link,
.rssnewsbtn a:visited {
  color: #FFF;
}
.rssnewsbtn a:hover,
.rssnewsbtn a:active {
  color: #FFF;
  background-color: #000;
}





table.upnews {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  width: 100%;
  color: #000;
  text-align: center;
  line-height: 1.5em;
}
table.upnews tr {
  border-bottom: 1px solid #666;
}
table.upnews th {
  padding: 1em 1em 1em 0;
  font-weight: 300;
  text-align: left;
}
table.upnews td {
  font-weight: 300;
  text-align: left;
  padding: 1em 0;
}
table.upnews td a:link,
table.upnews td a:visited {
  color: #000;
  text-decoration: underline;
}
table.upnews td a:hover,
table.upnews td a:active {
  color: #F00;
  text-decoration: none;
}
/*
table.upnews tr:last-child {
  border-bottom: none;
}
*/


































@media (max-width: 768px) {
  .tlead {
    background-image: url("../img/tleadsp.jpg");
    padding: 10% 0;
  }
  .tlead p {
    font-size: 14px;
  }
  .catch h2 {
    font-size: 5rem;
    text-align: left;
  }
  .catch table.news {
    font-size: 14px;
  }
  .catch table.news th, .catch table.news td {
    display: block;
    width: 100%;
  }
  .catch table.news th {
    padding: 1em 1em 0.5em 0;
background-color: transparent;
  }
  .catch table.news td {
    padding: 0 0 1em 0;
  }
  .catch .rssnewsbtn {
    width: 100%;
    font-size: 14px;
  }
  .fsspec {
    font-size: 10px !important;
  }
  table.rssnews {
    font-size: 14px;
  }
  table.rssnews th, table.rssnews td {
    display: block;
    width: 100%;
  }
  table.rssnews th {
    padding: 1em 1em 0.5em 0;
  }
  table.rssnews td {
    padding: 0 0 1em 0;
  }
  .rssnewsbtn {
    width: 100%;
    font-size: 14px;
  }
  table.upnews {
    font-size: 14px;
  }
  table.upnews th, table.upnews td {
    display: block;
    width: 100%;
  }
  table.upnews th {
    padding: 1em 1em 0.5em 0;
  }
  table.upnews td {
    padding: 0 0 1em 0;
  }
}



#rtnews {
  margin: 0;
  padding: 0 20px 0 10px;
  height: 264px;
  overflow: auto;
  color: #000;
/*  background-color: #F5F5F5;
  border: 1px solid #000;*/
}
@media (max-width: 1400px) {
  #rtnews {
    height: 212px;
  }
  .c00hdr {
    height: 35px;
  }
}
@media (max-width: 1200px) {
  #rtnews {
    height: 175px;
  }
  .c00hdr {
    height: 35px;
  }
}
@media (max-width: 992px) {
  #rtnews {
    height: 148px;
  }
  .c00hdr {
    height: 30px;
  }
}
@media (max-width: 768px) {
  #rtnews {
    height: 25vh;
  }
  .c00hdr {
    height: auto;
  }
}




.brands {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 45px;
}
.brands a:hover, .brands a:active {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


@media (max-width: 768px) {
  .brands {
    grid-template-columns: auto auto;
    grid-gap: 30px;
  }
}











.sitemap {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-gap: 100px;
  position: relative;
/*  font-size: 3.3vw;*/
  padding: 85px 0;

}




ul.ftrnavi {
  width: 100%;
  margin: 0;
  padding: 0;
/*
  font-family: "Noto Serif JP", "Ÿà–¾’©‘Ì", YuMincho, "Ÿà–¾’©", "Yu Mincho", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", Georgia, Times, "Times New Roman", serif;

  font-family: MazdaTypeRegular,NotoSansCJKjp,Hiragino Kaku Gothic ProN,HiraKakuProN-W3,Meiryo,Yu Gothic Medium,sans-serif !important;
*/
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Helvetica Neue", "ŸàƒSƒVƒbƒN Medium", "ŸàƒSƒVƒbƒN", Yu Gothic Medium, YuGothic, "ƒqƒ‰ƒMƒmŠpƒS ProN W3", "Hiragino Kaku Gothic ProN", "ƒƒCƒŠƒI", Meiryo, system-ui, sans-serif;



  font-size: 1.6rem;
  line-height: 2em;
  list-style-type: none;

}
.lhnt {
  line-height: 10% !important;
}
ul.ftrnavi li.ctttitle {
  display: block;
  width: 100%;
  font-weight: 700;
  border-bottom: 1px solid #000;
  font-size: 110%;
}

ul.ftrnavi li img.mark {
  width: 70%;
}

ul.ftrnavi li img {
  padding: 10px 0 5px 0;
  width: 70%;
}

ul.ftrnavi li a:link, 
ul.ftrnavi li a:visited {
  color: #000;
  text-decoration :none;
}
ul.ftrnavi li a:hover, 
ul.ftrnavi li a:active {
  color: #DC143C;
  text-decoration :underline;
}
@media (max-width: 992px) {
  ul.ftrnavi li img {
    width: 50%;
  }
}
@media (max-width: 768px) {
  ul.ftrnavi li img {
    width: 50%;
  }
}













.ftrs {
  width: 100%;
  padding: 70px 0;
}
.flogo {
  margin: 0;
  padding: 0;
}
.flogo img {
  height: 90px;
}
.corpname {
  margin: 1em 0 0 0;
  padding: 0;
  font-size: 1.7rem;
}
.bizaddr {
  margin: 1em 0 0 0;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.6em;
}
.bizaddr span.dtsl {
  display: inline;
}
address {
  font-style: normal;
  font-size: 1.6rem;
  color: #000;
  text-align: center;
  margin: 1em auto;
  font-family: MazdaTypeRegular,NotoSansCJKjp,Hiragino Kaku Gothic ProN,HiraKakuProN-W3,Meiryo,Yu Gothic Medium,sans-serif !important;
}
@media (max-width: 1500px) {
  .sitemap {
    grid-gap: 50px;
  }
  .flogo img {
    height: 75px;
  }
}

@media (max-width: 1200px) {
  .sitemap {
    grid-gap: 40px;

  }
  .flogo img {
    height: 60px;
  }
}

@media (max-width: 992px) {
  .sitemap {
    grid-gap: 30px;
  }
  .flogo img {
    height: 50px;
  }
}
@media (max-width: 768px) {
  .sitemap {
    grid-template-columns: auto;
    grid-gap: 30px;
  }
  .flogo img {
    height: 75px;
  }
  ul.ftrnavi {
    font-size: 14px;
  }
  ul.ftrnavi li {
    float: left;
  }
  ul.ftrnavi li {
    width: 50%;
  }
  .corpname {
    font-size: 15px;
  }
  .bizaddr {
    font-size: 14px;
  }
  address {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .bizaddr span.dtsl {
    display: none;
  }
}
.bg_lightgray {
  color: #000;
  background-color: #F5F5F5;
}
.bg_gray {
  color: #000;
  background-color: #BBB;
}


a:hover img.onH {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}














.toptitle {
  display: grid;
  justify-items: center;
  align-items: center;
  margin: 0;
  padding: 0;
  background-image: url("../img/hdrttl.jpg");
  background-size: cover;
  height: 18em;
}
.toptitle h1 {
  margin: 0;
  padding: 0;
  font-size: 5rem;
  color: #222;
  font-family: "Noto Serif JP", "Ÿà–¾’©‘Ì", YuMincho, "Ÿà–¾’©", "Yu Mincho", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", Georgia, Times, "Times New Roman", serif;
  text-align: center;

}
.toptitle h1 span {
  display: block;
  font-size: 27%;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Helvetica Neue", "ŸàƒSƒVƒbƒN Medium", "ŸàƒSƒVƒbƒN", Yu Gothic Medium, YuGothic, "ƒqƒ‰ƒMƒmŠpƒS ProN W3", "Hiragino Kaku Gothic ProN", "ƒƒCƒŠƒI", Meiryo, system-ui, sans-serif;
}
img.marks {
  width: 60%;
}
































.bclist {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 1em 0 6em 0;
  padding: 0;
  font-size: 1em;
  color: #707070;
}
.bclist li:not(:last-of-type)::after {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  margin: 0 0.6em;
  color: #707070;
}
.slogan {
  display: flex;
  margin: 5% 0 3% 0;
  justify-content: space-between;
}
.slogancopy {
  display: flex;
  justify-content: left;
  align-items: center;
}
img.img20 {
  width: 100%;
  max-width: 20vw;
}
img.img40 {
  width: 100%;
  max-width: 40vw;
}
h2.reg {
  font-size: 3rem;
  font-family: "Noto Serif JP", "Ÿà–¾’©‘Ì", YuMincho, "Ÿà–¾’©", "Yu Mincho", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", Georgia, Times, "Times New Roman", serif;
  line-height: 1.6em;
}
h2.reg2 {
  font-size: 2.8rem;
  font-family: "Noto Serif JP", "Ÿà–¾’©‘Ì", YuMincho, "Ÿà–¾’©", "Yu Mincho", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", Georgia, Times, "Times New Roman", serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.6em;
}


.philosophy {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 45px;

}
.philosophy .cards {
  color: #000;
  background-color: #EDEEEE;
/*  background-color: #ddd;*/
}
.philosophy .cards h3 {
  margin: 0;
  padding: 2em 0 1.5em 0;
  font-size: 4rem;
  font-family: "Noto Serif JP", "Ÿà–¾’©‘Ì", YuMincho, "Ÿà–¾’©", "Yu Mincho", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", Georgia, Times, "Times New Roman", serif;
  letter-spacing: 0.5em;
  text-align: center;
}
.philosophy .cards p {
  margin: 0;
  padding: 2em 1em 1.5em 1em;
  font-size: 1.6rem;
  line-height: 1.6em;
}
.topmess {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}

.topmessItem  {
  width: 100%;
  margin: 0;
  padding: 0;
}

.topcom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.imgsig {
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: right;
}
img.ceosig {
  width: 70%;
}
.topcom p {
  /*font-family: "‚l‚r ‚o–¾’©", "MS PMincho", "ƒqƒ‰ƒMƒm–¾’© Pro W3", "Hiragino Mincho Pro", serif;*/
  font-family: "Sawarabi Mincho";
}




.titles {
  position: relative;
  margin: 0;
  padding: 1em 0;
}
.titles h2 {
  margin: 0;
  padding: 0;
  font-size: 5rem;
  color: #000;
  text-align: center;
  font-family: "Noto Serif JP", "Ÿà–¾’©‘Ì", YuMincho, "Ÿà–¾’©", "Yu Mincho", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", Georgia, Times, "Times New Roman", serif;
}
.titles h2 span {
  display: block;
  font-size: 27%;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Helvetica Neue", "ŸàƒSƒVƒbƒN Medium", "ŸàƒSƒVƒbƒN", Yu Gothic Medium, YuGothic, "ƒqƒ‰ƒMƒmŠpƒS ProN W3", "Hiragino Kaku Gothic ProN", "ƒƒCƒŠƒI", Meiryo, system-ui, sans-serif;
}
.titles h2 span.bigft {
  font-size: 80%;
}
.titles h3 {
  margin: 0;
  padding: 0;
  font-size: 4rem;
  color: #000;
  text-align: center;
  font-family: "Noto Serif JP", "Ÿà–¾’©‘Ì", YuMincho, "Ÿà–¾’©", "Yu Mincho", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", Georgia, Times, "Times New Roman", serif;
}
.titles h3 span {
  display: block;
  font-size: 34%;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Helvetica Neue", "ŸàƒSƒVƒbƒN Medium", "ŸàƒSƒVƒbƒN", Yu Gothic Medium, YuGothic, "ƒqƒ‰ƒMƒmŠpƒS ProN W3", "Hiragino Kaku Gothic ProN", "ƒƒCƒŠƒI", Meiryo, system-ui, sans-serif;
}
.titles h4 {
  margin: 0 0 0.5em 0;
  padding: 0 0 0.2em 0;
  font-size: 2rem;
  color: #000;
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Helvetica Neue", "ŸàƒSƒVƒbƒN Medium", "ŸàƒSƒVƒbƒN", Yu Gothic Medium, YuGothic, "ƒqƒ‰ƒMƒmŠpƒS ProN W3", "Hiragino Kaku Gothic ProN", "ƒƒCƒŠƒI", Meiryo, system-ui, sans-serif;
  border-bottom: 1px solid #000;
}
.titles p {
  font-size: 1.6rem;
  color: #000;
  text-align: center;
  font-family: "Noto Serif JP", "Ÿà–¾’©‘Ì", YuMincho, "Ÿà–¾’©", "Yu Mincho", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", Georgia, Times, "Times New Roman", serif;
}
.titles .vwlead {
  font-size: 2rem;
  color: #000;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Helvetica Neue", "ŸàƒSƒVƒbƒN Medium", "ŸàƒSƒVƒbƒN", Yu Gothic Medium, YuGothic, "ƒqƒ‰ƒMƒmŠpƒS ProN W3", "Hiragino Kaku Gothic ProN", "ƒƒCƒŠƒI", Meiryo, system-ui, sans-serif;
}


.titles ul.shops {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  color: #000;
  font-family: "Noto Serif JP", "Ÿà–¾’©‘Ì", YuMincho, "Ÿà–¾’©", "Yu Mincho", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", Georgia, Times, "Times New Roman", serif;
  list-style-type: none;
}

.titles table.regs {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  width: 100%;
  color: #000;
  text-align: center;
  line-height: 1.5em;
  border-collapse: collapse;
}
.titles table.regs th {
  padding: 1em 0;
  font-weight: 700;
  text-align: center;
  width: 7em;
  color: #111;
  background-color: #F4F4F4;
  border-top: 1px solid #666;
  border-bottom: 1px solid #B3B3B3;
}
.titles table.regs td {
  font-weight: 300;
  text-align: left;
  padding: 1em;
  color: #555;
  border-top: 1px solid #666;
  border-bottom: 1px solid #B3B3B3;
}






.noto {
  font-family: MazdaTypeRegular,NotoSansCJKjp,Hiragino Kaku Gothic ProN,HiraKakuProN-W3,Meiryo,Yu Gothic Medium,sans-serif !important;
}
.titles .shopbtn {
  margin: 2em auto 1em auto;
  padding: 0;
  font-size: 1.5rem;
  text-align: center;
  width: 26em;
  color: #FFF;
  background-color: #B3B3B3;
}
.titles .shopbtn a {
  display: block;
  padding: 1em 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.titles .shopbtn a:link,
.titles .shopbtn a:visited {
  color: #FFF;
}
.titles .shopbtn a:hover,
.titles .shopbtn a:active {
  color: #FFF;
  background-color: #000;
}






table.shopguide {
  margin: 3em 0 2em 0;
  padding: 0;
  font-size: 1.5rem;
  width: 100%;
  color: #000;
  text-align: left;
  line-height: 1.5em;
  border-collapse: collapse;
}

table.shopguide th {
  padding: 0 0 0.5em 0;
  font-weight: 300;
  text-align: left;
  color: #555;
  border-bottom: 1px solid #B3B3B3;
}
table.shopguide td {
  padding: 0 0 0.5em 1em;
  font-weight: 300;
  text-align: left;
  color: #555;
  border-bottom: 1px solid #B3B3B3;
}
table.shopguide td .dtlbtn {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  text-align: center;
  width: 17em;
/*  width: 10em;*/
  color: #FFF;
  background-color: #999;
}
table.shopguide td .dtlbtn a {
  display: block;
  padding: 0.1em 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}


table.shopguide td .dtlbtn a:link,
table.shopguide td .dtlbtn a:visited {
  color: #FFF;
}
table.shopguide td .dtlbtn a:hover,
table.shopguide td .dtlbtn a:active {
  color: #FFF;
  background-color: #000;
}
.vwshops {
  width: 100%;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 25% 55% 20%;
  grid-template-areas:
  "td01 td02 td03";
  margin: 8% 0 3% 0;
  align-items: flex-end;
  border-bottom: 1px solid #B3B3B3;
}
.td02 {
  padding-bottom: 10px;
}
.td03 {
  padding-bottom: 10px;
}
.shopnames {
  font-size: 1.2em;
}
img.img-vw {
  width: 90%;
  padding: 0;
}
.vwlbtn {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  text-align: center;
  width: 100%;
  color: #FFF;
  background-color: #999;
}
.vwlbtn a {
  display: block;
  padding: 0.1em 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.vwlbtn a:link,
.vwlbtn a:visited {
  color: #FFF;
}
.vwlbtn a:hover,
.vwlbtn a:active {
  color: #FFF;
  background-color: #000;
}
@media (max-width: 992px) {
  .vwshops {
    grid-template-columns: 20% 60% 20%;
  }
}
@media (max-width: 768px) {
  .vwshops {
    grid-template-rows: auto auto;
    grid-template-columns: 70% 30%;
    grid-template-areas:
      "td02 td01"
      "td03 td01";
    font-size: 14px;
    align-items: flex-start;
    border-bottom: none;
/*    margin: 0;
    margin: 8% 0 3% 0;*/
  }
  .td01 {
    grid-area: td01;
  }
  .td02 {
    padding-top: 0;
    grid-area: td02;
  }
  .td03 {
    grid-area: td03;
  }
  img.img-vw {
    width: 100%;
    padding: 0;
  }
  .shopnames {
    padding: 0.0em 0 0.5em 0;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #B3B3B3;
  }
  .shopaddrs {
    line-height: 1.2em;
  }
  .vwlbtn {
    font-size: 1.6rem;
    width: 18rem;
  }
}
.spmap {
  height: 0;
  overflow: hidden;
  padding-top: 35%;
  position: relative;
}
.spmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.orgchart {
  padding: 30px 0;
  border-top: 1px solid #B3B3B3;
  border-bottom: 1px solid #B3B3B3;
}
h3.messh3 {
  font-size: 2.5rem;
  font-family: "Sawarabi Mincho";
}
h3.csrh3 {
  margin: 2em 0 1em 0;
  font-size: 3rem;
}
h3.csrh3 span {
  display: block;
  font-size: 80%;
}
.h3bdrtp {
  padding: 2em 0 0 0;
  border-top: 1px solid #999;
}
h4.csrh4 {
  margin: 2em 0 0.5em 0;
  font-size: 2.5rem;
  font-family: "Noto Serif JP", "Ÿà–¾’©‘Ì", YuMincho, "Ÿà–¾’©", "Yu Mincho", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", Georgia, Times, "Times New Roman", serif;
}
h5.csrh5 {
  margin: 1em 0 0.5em 0;
  font-size: 2.3rem;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Helvetica Neue", "ŸàƒSƒVƒbƒN Medium", "ŸàƒSƒVƒbƒN", Yu Gothic Medium, YuGothic, "ƒqƒ‰ƒMƒmŠpƒS ProN W3", "Hiragino Kaku Gothic ProN", "ƒƒCƒŠƒI", Meiryo, system-ui, sans-serif;
  color: #6E7F5B;
}
h5.csrh5 span {
  border-bottom: 1px solid #6E7F5B;
}
h5.csrh5wc {
  margin: 0 0 0.5em 0;
  font-size: 2.3rem;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Helvetica Neue", "ŸàƒSƒVƒbƒN Medium", "ŸàƒSƒVƒbƒN", Yu Gothic Medium, YuGothic, "ƒqƒ‰ƒMƒmŠpƒS ProN W3", "Hiragino Kaku Gothic ProN", "ƒƒCƒŠƒI", Meiryo, system-ui, sans-serif;
}
.csrld {
  display: flex;
  margin: 0;
  justify-content: space-between;
}
.csrldcopy {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-shrink: 6;
  padding-right: 2em;
}
.csrldpgh {
  display: flex;
  justify-content: left;
  flex-shrink: 6;
  padding-right: 2em;
}
.csrldctt {
  display: flex;
  justify-content: left;
  flex-shrink: 6;
  padding-left: 2em;
}
.imgcsr {
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
  flex-shrink: 1;
}
.imgcsrctt {
  margin: 0;
  padding: 0;
  line-height: 1.2em;
  font-size: 1.6rem;
  text-align: left;
  flex-shrink: 1;
}
.csrldpgh2 {
  display: flex;
  justify-content: right;
  padding-left: 2em;
}
.imgcsrctt2 {
  margin: 0;
  padding: 0;
  line-height: 1.2em;
  font-size: 1.6rem;
  text-align: left;
  flex-shrink: 0;
}
img.img21 {
  width: 100%;
  max-width: 21vw;
}





img.iidea {
  float: right;
  width: 15vw;
  margin-left: 20px;
}
img.iideaW {
  float: right;
  width: 25vw;
  margin-left: 20px;
}
@media (max-width: 768px) {
  img.iidea {
   display: block;
    float: none;
    margin: 0 auto;
    width: auto;
  }
  img.iideaW {
   display: block;
    float: none;
    margin: 0 auto;
    width: auto;
  }
}


ul.csrbase {
  margin: 0;
  padding: 0.5em 4em;
  border: 1px solid #999;
  line-height: 1.6em;
}
span.dcc {
  color: #DC143C;
}
.csrs {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 45px;
}
.csrs .cards {
  color: #000;
  background-color: #FFF;
}
.csrs .cards h4 {
  margin: 0;
  padding: 1em 0 0 0;
  font-size: 2rem;
  font-family: "Noto Serif JP", "Ÿà–¾’©‘Ì", YuMincho, "Ÿà–¾’©", "Yu Mincho", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", Georgia, Times, "Times New Roman", serif;
  text-align: left;
}
.csrs .cards p {
  margin: 0;
  padding: 1em 0 0 0;
  font-size: 1.6rem;
}
.crsbtn {
  margin: 2em 0 1em 0;
  padding: 0;
  font-size: 1.5rem;
  text-align: center;
/*  text-shadow: 1px 1px 10px #000;*/
  width: 26em;
  color: #FFF;
  background-color: #999;
}
.crsbtn a {
  display: block;
  padding: 1em 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.crsbtn a:link,
.crsbtn a:visited {
  color: #FFF;
}
.crsbtn a:hover,
.crsbtn a:active {
  color: #FFF;
  background-color: #000;
}
hr.crshr {
  margin: 6% 0 0 0;
  color: #000;
}
.txtrc {
  text-align: center;
}
.txtlc {
  text-align: left;
}
.rtinf {
  margin: 2em auto;
  padding: 0;
  line-height: 2em;
  text-align: center;
}
.wirectt {
  margin: 0;
  padding: 1em 2em;
  border: 1px solid #000;
}
dl dt {
  font-weight: normal;
}
dl dd {
  padding-left: 2em;
}
@media (max-width: 1500px) {
  img.marks {
    width: 55%;
  }
}
@media (max-width: 1200px) {
  .hdrmark h1 img {
    width: 4.7%;
  }
  img.marks {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .hdrmark h1 img {
    width: 4.9%;
  }
  img.marks {
    width: 45%;
  }
}
@media (max-width: 768px) {
  p {
    font-size: 14px !important;
    line-height: 1.6em !important;
  }
  .vwlead {
    font-size: 15px !important;
    line-height: 1.6em !important;
  }
  ol li {
    font-size: 14px !important;
    line-height: 1.6em !important;
  }
  dl {
    font-size: 14px !important;
    line-height: 1.6em !important;
  }
  .CM_repname {
    font-size: 14px !important;
    line-height: 1.6em !important;
  }
  .CM_signet {
    font-size: 14px !important;
    line-height: 1.6em !important;
  }
  .rtinf {
    margin: 2em 0;
    line-height: 1.8em;
    text-align: left;
  }
  .csrs .cards h4 {
    font-size: 18px;
  }
  h3.csrh3 {
    font-size: 22px;
  }
  h3.messh3 {
    font-size: 20px;
  }
  h4.csrh4 {
    font-size: 20px;
  }
  h5.csrh5 {
    font-size: 18px;
  }
  h5.csrh5wc {
    font-size: 18px;
  }
  .toptitle {
    background-image: url("../img/hdrttlsp.jpg");
    height: 20em;
  }
  img.marks {
    width: 11vw;
  }
  .hdrttl {
    background-image: url("../img/hdrttlsp.jpg");
    padding: 10% 0;
  }
  .hdrmark {
    background-image: url("../img/hdrttlsp.jpg");
    padding: 10% 0;
  }
  .hdrmark h1 img {
    width: 9.2%;
  }
  .bclist {
    margin: 1em 0 2em 0;
  }
  .slogan {
    display: block;
    margin: 6% 0;
  }
  .slogancopy {
    display: block;
  }
  img.img20 {
    width: 60%;
    max-width: 60%;
  }
  img.img40 {
    width: 60%;
    max-width: 60%;
  }
  h2.reg {
    font-size: 3rem;
    margin-bottom: 1em;
  }
  h2.reg2 {
    font-size: 2.8rem;
    margin-bottom: 1em;
  }
  .philosophy {
    grid-template-columns: auto;
    grid-gap: 20px 0;
  }
  .philosophy .cards h3 {
    padding: 1em 0 0.7em 0;
    font-size: 4rem;
  }
  .topmess {
    grid-template-columns: 1fr;
    grid-gap: 0 0 40px 0;
  }
  .topcom {
    display: block;
    height: auto;
  }
  .imgsig {
    text-align: center;
  }
  img.ceosig {
    width: 70%;
  }
  .titles h3 {
    text-align: left;
  }
  .titles h4 {
    font-size: 14px;
  }
  .titles ul.shops {
    grid-template-columns: 1fr 1fr 1fr;
    font-size: 11px;
  }
  .titles table.regs {
    font-size: 14px;
  }
  .titles .shopbtn {
    width: 100%;
    font-size: 14px;
  }
  table.shopguide {
    font-size: 14px;
  }
  table.shopguide th, table.shopguide td {
    display: block;
    width: 100%;
  }
  table.shopguide th {
    border-bottom: 1px solid #B3B3B3;
  }
  table.shopguide td {
    padding: 0.5em 0 0 0;
    border-bottom: none;
  }
  table.shopguide td .dtlbtn {
    font-size: 13px;
  }
  .spmap {
    height: 0;
    padding-top: 75%;
  }
  .csrs {
    grid-template-columns: auto;
    grid-gap: 20px 0;
  }
  .crsbtn {
    width: 100%;
    font-size: 14px;
  }
  .csrld {
    display: block;
  }
  .csrldcopy {
    display: block;
    padding-right: 0;
  }
  .csrldpgh {
    display: block;
    padding-right: 0;
  }
  .csrldctt {
    display: block;
    padding-left: 0;
  }
  .imgcsr {
    display: block;
  }
  .imgcsrctt {
    display: block;
    text-align: center;
    padding-bottom: 20px;
  }
  .csrldpgh2 {
    display: block;
    padding-left: 0;
  }
  .imgcsrctt2 {
    display: block;
    text-align: center;
    padding-bottom: 20px;
  }
  img.img21 {
    width: 60%;
    max-width: 60%;
  }
  .txtrc {
    text-align: left !important;
  }
  .txtlc {
    text-align: center !important;
  }
  ul.csrbase {
    font-size: 14px !important;
    padding: 0.5em 3em;
  }
}
@media (max-width: 640px) {
  h2.reg {
    font-size: 4rem;
  }
  h2.reg2 {
    font-size: 3.4rem;
  }
  img.img40 {
    width: 100%;
    max-width: 100%;
  }
}
.brdnn {
  display: none;
}
.titles table.ctts {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  width: 100%;
  color: #000;
  text-align: center;
  line-height: 1.5em;
  border-collapse: collapse;
}
.titles table.ctts tr {
  display: table-row;
  position: static;
  border: none;
}
.titles table.ctts th {
  padding: 1em 0;
  font-weight: 700;
  text-align: center;
  width: 20em;
  color: #111;
  background-color: #F4F4F4;
  border-top: 1px solid #666;
  border-bottom: 1px solid #B3B3B3;
}
.titles table.ctts td {
  font-weight: 300;
  text-align: left;
  padding: 1em;
  color: #555;
  border-top: 1px solid #666;
  border-bottom: 1px solid #B3B3B3;
}
.titles table.ctts td span.ctms {
  display: inline;
  padding-left: 3em;
}
.titles table.ctts td span.tel-link {
  display: inline;
}
@media (max-width: 768px) {
  .titles table.ctts {
    font-size: 14px;
    border-top: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
  }
  .titles table.ctts tr {
    margin-bottom: 0;
    padding: 0;
    vertical-align: baseline;
    display: block;
    position: relative;
    border-top: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
  }
  .titles table.ctts th {
    display: block;
    padding: 0.5em 0 1em 0;
    width: 100%;
    text-align: center;
    font-size: 110%;
    font-weight: 700;
    border-top: none;
    border-bottom: none;
  }
  .titles table.ctts td {
    display: block;
    padding: 0.5em 0 1em 0;
    text-align: center;
    font-size: 1em;
    font-weight: 300;
    border-top: none;
    border-bottom: none;
  }
  .titles table.ctts td span.ctms {
    display: block;
    padding: 0;
  }
  .titles table.ctts td span.tel-link {
    padding: 0;
    color: #C00 !important;
  }
}
a[target="_blank"]::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f360";
  margin-left: 5px;
}
a.imgtg[target="_blank"]::after {
  content: none !important;
  margin-left: 0 !important;
}
.snddivm {
  padding-bottom: 72px;
}
.snddivt {
  margin-top: 72px;
}
table.csrdata {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  width: 100%;
  color: #000;
  text-align: center;
  line-height: 1.5em;
  border-collapse: collapse;
  border: 2px solid #000;
}
table.csrdata tr {
  display: table-row;
  position: static;
  border: none;
}
table.csrdata caption {
  margin: 0 0 0.3em 0;
  padding: 0;
  font-size: 2rem;
  caption-side: top;
}
table.csrdata th {
  padding: 0.5em;
  font-weight: 300;
  color: #000;
  background-color: #FFF;
}
table.csrdata td {
  font-weight: 300;
  text-align: center;
  padding: 0.5em;
  color: #000;
  background-color: #FFF;
}
table.csrdata th:nth-child(1) {
  width: 50%;
  text-align: left;
}
table.csrdata th:nth-child(n+2):nth-child(-n+5) {
  width: calc(50% / 4);
  text-align: center;
}
table.csrdata th {
  border: 1px solid #000;
}
table.csrdata td {
  border: 1px solid #000;
  width: calc(50% / 4);
}
.bdr3 {
  border-width: 1px 3px !important;
}
.bdrun {
  border-top: #FFF !important;
}
.bdrdn {
  border-bottom: #FFF !important;
}
.bdrsub {
  padding-left: 2em !important;
}
.bdrsub span {
  display: block;
  margin: -0.5em 0 -0.5em 0.5em;
  padding: 0.5em 0 0.5em 0.5em;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  width: 100%;
}
table.csrdata td span.ctms {
  display: inline;
  padding-left: 3em;
}
table.csrdata td span.tel-link {
  display: inline;
}
.dataspec {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  table.csrdata {
    font-size: 14px;
  }
  table.csrdata caption {
    font-size: 17px;
  }
  .dataspec {
    font-size: 11px;
  }
}
@media (max-width: 600px) {
  table.csrdata {
    font-size: 11px;
  }
}
hr.ligra80 {
  border: 0; 
  height: 10px; 
  width: 80%;
  margin: 10% auto;
  background-image: -webkit-linear-gradient(left, #FFF, #000, #FFF);
  background-image: -moz-linear-gradient(left, #FFF, #000, #FFF);
  background-image: -ms-linear-gradient(left, #FFF, #000, #FF);
  background-image: -o-linear-gradient(left, #FFF, #000, #FFF); 
}
.pcsplink {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .pcsplink {
    pointer-events: auto;
    cursor: pointer;
  }
}
table.valuecsr {
  margin: 0;
  padding: 0;
  width: 100%;
}

table.valuecsr tr {
  margin-bottom: 0px;
  padding: 0;
  vertical-align: baseline;
  display: block;
  position: relative;
  background-color: transparent;

}





table.valuecsr th {
  display: none;
}
table.valuecsr td {
  display: block;
  padding: 1em;
  font-size: 14px !important;
  line-height: 1.6em;
  border: 1px solid #101010;
}
table.valuecsr td:nth-child(1) {
  color: #C00;
}
@media (min-width: 768px) {
  table.valuecsr {
    border-collapse: collapse;
  }
  table.valuecsr tr {
    display: table-row;
    position: static;
    border: none;
  }
  table.valuecsr th {
    display: table-cell;
    padding: 0.5em 0;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
    background-color: #390;
    font-size: 1.6rem;
    border: 1px solid #101010;
  }
  table.valuecsr td {
    display: table-cell;
    padding: 1em;
    text-align: left;
    vertical-align: top;
/*    font-size: 0.8em;*/
    font-size: 1.6rem !important;
    line-height: 1.6em;
    border: 1px solid #101010;
  }
  table.valuecsr td:nth-child(1) {
    color: #000;
    width: 38%;
  }
  table.valuecsr td:nth-child(2) {
    width: 42%;
  }
  table.valuecsr td:nth-child(3) {
    width: 20%;
  }
}