@charset "utf-8";
/* COMMON
-------------------------------------------------------------- */
html {
  font-size: 62.5%;
}
body {
  position: relative;
  overflow-x: hidden;
  color: #010101;
  line-height: 1.75;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
main {
  position: relative;
  margin-top: 112px;
  background: #f5f5f5;
}
.wrapper {
  overflow: hidden;
}
a {
  transition: all 0.2s ease-in-out;
}
a, a:visited, a:focus {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
table {
  border-collapse: collapse;
}
.invisible {
  transition: opacity 0.5s ease;
  opacity: 0.0;
}
.visible {
  transition: opacity 0.5s ease;
  opacity: 1.0;
}
@media (min-width: 1200px) {
  .container {
      width: 1200px;
  }
}
@media (min-width:768px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: #010101;
  }
}
@media (max-width:767px) {
  main {
    margin-top: 66px;
  }
}
/* HEADER
-------------------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}
header .container {
  padding: inherit;
}
header .navbar-brand {
  position: relative;
  padding: 10px 0;
  display: block;
  height: auto;
}
header .navbar-default {
  background-color: #fff;
  border: none;
  margin: 0;
}
header .navbar-default .navbar-nav {
  padding: 45px 20px;
}
header .navbar-default .navbar-nav > li {
  padding-right: 15px;
}
header .navbar-default .navbar-nav > li > a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #010101;
  padding: 0;
  line-height: 1;
}
header .navbar-default .navbar-nav > li > a:hover {
  color: #E70113;
}
header .userNav {
  padding: 30px 0;
  display: flex;
  justify-content: flex-end;
}
header .userNav li {
  padding-right: 10px;
}
header .userNav li.icoCart.count {
  position: relative;
}
header .userNav li.btnDownload.count::before {
    content: attr(data-contentnum);
  background: #E70113;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  position: absolute;
  top: 18px;
  right: 25px;
  z-index: 10;
}
header .userNav li[data-contentnum="0"]::before {
    display: none;

  }
header .userNav li.btnRegister,
header .userNav li.btnMypage {
  padding-right: 0;
}
header .userNav li.btnMypage {
  margin-right: 1em;
}
header .userNav li.btnDownload a:hover {
  border: 2px solid #010101;
  background: #fff;
  color: #010101;
  border-radius: 24px;
  font-size: 1.6rem;
  font-weight: 700;
  width: 150px;
  text-align: center;
  padding: 4px 20px;
  display: block;
  text-decoration: none;
}
header .userNav li.btnDownload a{
  border: 2px solid #010101;
  background: #010101;
  color: #fff;
  border-radius: 24px;
  font-size: 1.6rem;
  font-weight: 700;
  width: 150px;
  text-align: center;
  padding: 4px 20px;
  display: block;
  text-decoration: none;
}
header .userNav li.btnLogin a,
header .userNav li.btnMypage a {
  /* border: 2px solid #D0D0D0; */
  border: 2px solid #010101;
  color: #010101;
  background: #fff;
  border-radius: 24px;
  font-size: 1.6rem;
  font-weight: 700;
  width: 150px;
  text-align: center;
  padding: 4px 20px;
  display: block;
  text-decoration: none;
}
header .userNav li.btnLogin a:hover,
header .userNav li.btnMypage a:hover {
  background: #010101;
  color: #fff;
}
header .userNav li.btnRegister a {
  border: 2px solid #E70113;
  color: #fff;
  background: #E70113;
  border-radius: 24px;
  font-size: 1.6rem;
  font-weight: 700;
  width: 150px;
  text-align: center;
  padding: 4px 20px;
  display: block;
  text-decoration: none;
}
header .userNav li.btnRegister a:hover {
  border: 2px solid #E70113;
  color: #fff;
  background: #E70113;
  border-radius: 24px;
  font-size: 1.6rem;
  font-weight: 700;
  width: 150px;
  text-align: center;
  padding: 4px 20px;
  display: block;
  text-decoration: none;
}
header .userNav li.btnRegister a:hover {
  background: #fff;
  color: #E70113;
}
@media (max-width: 1199px) {
  header .navbar-brand {
    padding: 18px 0;
  }
  header .navbar-brand img {
    width: 150px;
  }
  header .navbar-default .navbar-nav {
    padding: 50px 15px;
  }
  header .navbar-default .navbar-nav > li > a {
    font-size: 1.3rem;
  }
  header .userNav {
    padding: 36px 0;
  }
  header .userNav li {
    padding-right: 10px;
  }
  header .userNav li.btnRegister {
    padding-right: 0;
  }
  header .userNav li.btnLogin a,
  header .userNav li.btnRegister a {
    font-size: 1.2rem;
    width: 120px;
  }
}
@media (max-width: 991px) {
  header .navbar-brand {
    padding: 30px 0;
  }
  header .navbar-brand img {
    width: 100px;
  }
  header .navbar-default .navbar-nav {
    padding: 35px 15px 0;
    width: 45%;
  }
  header .navbar-default .navbar-nav > li {
    margin-bottom: 10px;
  }
}
@media (min-width: 767px) {
  header .navbar-default .navbar-nav > li .toggle_contents {
    display: none;
  }
}
@media (max-width: 767px) {
  header .userNav li.btnDownload.count::before {
    content: attr(data-contentnum);
    background: #E70113;
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    position: absolute;
    top: 5px;
    right: -14px;
    z-index: 10;
  }
  header .navbar-default {
    padding: 0;
  }
  header .navbar-header {
    padding: 4px 10px;
  }
  header .navbar-header.open {
    background: #9c8d8d;
  }
  header .navbar-default .navbar-nav {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .navbar-default .navbar-collapse {
    overflow: auto;
    background: #9c8d8d;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  header .navwrap {
    padding: 70px 15px 150px;
    height: 100vh;
  }
  header .navbar-brand {
    padding: 0;
  }
  .navbar-toggle {
    padding: 10px 8px;
    margin: 8px 0 0 0;
    background: transparent;
    border: none;
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: transparent;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background: #D0D0D0;
  }
  .navbar .navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
    transform: rotate(0deg);
    top: 0;
  }
  .navbar .navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
    opacity: 1;
    width: 100%;
    margin-left: 0;
  }
  .navbar .navbar-toggle.collapsed .icon-bar:nth-of-type(4) {
    transform: rotate(0deg);
    bottom: 0;
  }
  .navbar .navbar-toggle .icon-bar {
    position: relative;
    transition: all 200ms ease-in-out;
  }
  .navbar .navbar-toggle .icon-bar:nth-of-type(2) {
    transform: rotate(45deg);
    top: 6px;
  }
  .navbar .navbar-toggle .icon-bar:nth-of-type(3) {
    opacity: 0;
    width: 0;
    margin-left: 50%;
  }
  .navbar .navbar-toggle .icon-bar:nth-of-type(4) {
    transform: rotate(-45deg);
    bottom: 6px;
  }
  header .navbar-default .navbar-nav > li {
    padding: 0;
  }
  header .navbar-default .navbar-nav > li > a {
    display: block;
    padding: 5px 30px 5px 15px;
    color: #fff;
    line-height: 1.5;
    font-size: 1.6rem;
    font-weight: 700;
    position: relative;
  }
  header .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
  }
  header .navbar-default .navbar-nav > li > a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 10px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  header .navbar-default .navbar-nav > li > a.open::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .navbar-default .navbar-nav > li .toggle_contents {
    display: none;
    padding-left: 30px;
  }
  header .navbar-default .navbar-nav > li .toggle_contents li {
    padding-bottom: 5px;
    line-height: 2;
  }
  header .navbar-default .navbar-nav > li .toggle_contents li a {
    color: #fff;
  }
  header .logo {
    padding: 20px 10px;
    max-width: 150px;
  }
  header .userNav {
    position: absolute;
    top: 0;
    left: 120px;
    display: flex!important;
    padding: 18px 0;
  }
  header .userNav li {
    padding-right: 5px;
  }
  header .userNav li.icoCart {
    width: 35px;
  }
  header .userNav li.icoCart.count::before {
    width: 20px;
    height: 20px;
    font-size: 1rem;
    line-height: 20px;
    top: -10px;
    right: 5px;
  }
  header .userNav li.btnRegister,
  header .userNav li.btnDownload {
    padding-right: 0;
  }
  header .userNav li.btnMypage{
    margin-right: 1em;
  }
  header .userNav li.btnLogin a,
  header .userNav li.btnMypage a,
  header .userNav li.btnDownload a {
    font-size: 1rem;
    width: auto;
    padding: 3px 10px;
  }
  header .userNav li.btnRegister a {
    font-size: 1rem;
    width: auto;
    padding: 3px 15px;
  }
  header .userNav li.btnDownload a{
    background: #010101;
    color: #fff;
  }
  header .userNav li.btnDownload a:hover{
    border: 2px solid #010101;
    color: #010101;
    background: #fff;
    width: auto;
    font-size: 1rem;
    padding: 3px 10px;
  }
}
@media (max-width: 320px) {
  header .navbar-brand {
    padding: 10px 0;
  }
  header .navbar-brand img {
    width: 60px;
  }
  header .userNav {
    left: 80px;
  }
  header .userNav li.btnLogin a,
  header .userNav li.btnMypage a,
  header .userNav li.btnDownload a {
    padding: 5px;
  }
  header .userNav li.btnRegister a {
    padding: 5px;
  }
}

/* HOME
-------------------------------------------------------------- */
#mv {
  background: url("../images/index/mv.png") no-repeat top center;
  background-size: cover;
  padding: 100px 0;
}
#mv h1 {
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 60px;
}
#mv .btn_more a {
  border: 1px solid #E70113;
  color: #fff;
  background: #E70113;
  border-radius: 50px;
  font-size: 2.4rem;
  font-weight: 700;
  width: 460px;
  text-align: center;
  padding: 10px 20px;
  display: block;
  text-decoration: none;
  margin: auto;
}
#mv .btn_more a:hover {
  background: #fff;
  color: #E70113;
}
#dlArea {
  padding: 50px 0 140px;
}
#dlArea h2 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 80px;
  position: relative;
}
#dlArea h2::after {
  content: "";
  background: #E70113;
  width: 100px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}
#dlArea .flexbox {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
}
#dlArea .flexbox .box {
  width: 31.333%;
  margin: 0 1%;
  background: #fff;
}
#dlArea .flexbox .large {
  width: 48%;
  margin: 0 1% 30px;
}
#dlArea .flexbox .box dt {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 15px;
}
#dlArea .flexbox .box dd {
  /* font-size: 1.3rem; */
  font-size: 1.6rem;
  line-height: 2;
}
#dlArea .flexbox .box a {
  color: #010101;
  padding: 30px 25px;
  text-decoration: none;
  display: block;
  position: relative;
}
#dlArea .flexbox .box .btn_more {
  border: 2px solid #010101;
  color: #fff;
  background: #010101;
  border-radius: 24px;
  font-size: 1.6rem;
  font-weight: 700;
  max-width: 300px;
  text-align: center;
  padding: 4px 20px;
  display: block;
  text-decoration: none;
  margin: 20px auto 0;
}
#dlArea .flexbox .box:hover a .btn_more {
  background: #fff;
  color: #010101;
}
#dlArea .flexbox .large .boxIn {
  display: flex;
  justify-content: space-between;
}
#dlArea .flexbox .large .boxIn dl {
  width: calc(100% - 180px);
}
#dlArea .flexbox .large .boxIn .ico {
  width: 180px;
  text-align: right;
  order: 1;
}
@media (max-width: 991px) {
  #mv {
    padding: 80px 0;
  }
  #mv h1 {
    font-size: 4rem;
    margin-bottom: 40px;
  }
  #mv .btn_more a {
    font-size: 2rem;
    width: 300px;
  }
}
@media (max-width: 767px) {
  #mv {
    padding: 40px 0;
  }
  #mv h1 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  #mv .btn_more a {
    font-size: 1.6rem;
    width: 200px;
    padding: 4px 20px;
  }
  #dlArea {
    padding: 30px 15px;
  }
  #dlArea h2 {
    font-size: 2.4rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  #dlArea h2::after {
    width: 50px;
    margin-left: -25px;
  }
  #dlArea .flexbox .box {
    width: 100%;
    margin: 0 1% 15px;
  }
  #dlArea .flexbox .large {
    width: 48%;
    margin: 0 1% 15px;
  }
  #dlArea .flexbox .box dt {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  #dlArea .flexbox .box dd {
    line-height: 1.75;
  }
  #dlArea .flexbox .box a {
    padding: 20px 15px;
  }
  #dlArea .flexbox .box .btn_more {
    font-size: 1.2rem;
    padding: 4px 10px;
    margin: 10px auto 0;
  }
  #dlArea .flexbox .large .boxIn {
    display: block;
  }
  #dlArea .flexbox .large .boxIn dl {
    width: 100%;
  }
  #dlArea .flexbox .large .boxIn .ico {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  #dlArea .flexbox .large .boxIn .ico img {
    max-width: 60px;
  }
  #dlArea .flexbox .small a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #010101;
  }
  #dlArea .flexbox .small a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 28px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #dlArea .flexbox .small dl {
    padding-right: 50px;
  }
  #dlArea .flexbox .small .btn_more {
    display: none;
  }
}

/* SV
-------------------------------------------------------------- */
.mainWrap {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
.mainContents {
  padding: 30px 40px 0 0;
  width: calc(100% - 300px);
}
#sv h1 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 80px;
  position: relative;
}
#sv h1::after {
  content: "";
  background: #E70113;
  width: 100px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}
#sv p{
  font-size: 16px;
}
@media (max-width: 991px) {
  .mainWrap {
    display: block;
    padding: 30px 0;
  }
  .mainContents {
    padding: 30px 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .mainWrap {
    padding: 30px 15px;
  }
  .mainContents {
    padding: 0 0 10px;
  }
  #sv h1 {
    font-size: 2.4rem;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  #sv h1::after {
    width: 50px;
    margin-left: -25px;
  }
}
/* CAD archive
-------------------------------------------------------------- */
.cadList p{
  font-size: 16px;
}
.cadList .category{
  margin-top: 4em;
}
.cadList .category p{
  font-size: 2.4rem;
  font-weight:bold;
  margin-bottom: 20px;
  padding: 0 2rem;
  border-left: 4px solid #E70113;
}
.cadList .sub_category{
    margin-top: 4em;
}
.cadList .sub_category p{
  font-size: 2.0rem;
  font-weight:bold;
  margin-bottom: 20px;
  display: inline-block;
  padding: 0 2rem;
  border: 2px solid #0a0a0a;
}

.cadList .box {
  background: #fff;
  padding: 40px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.cadList .box .photo {
  width: 200px;
}
.cadList .box .txt {
  /* width: calc(100% - 400px); */
}
.cadList .box h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.cadList .box h2 a {
  color: #010101;
}
.cadList .box h2 a:hover {
  color: #e70113;
}
.cadList .box dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cadList .box dt {
  font-weight: 700;
  /* width: 120px; */
  /* width: 250px; */
  width: 350px;
  margin-bottom: 20px;
  padding-right: 2em;
}
.cadList .box dd {
  /* width: calc(100% - 130px); */
  /* width: calc(100% - 250px); */
  width: calc(100% - 350px);
  margin-bottom: 10px;
}
.cadList .box dd ul,.cadTable td ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}
.cadList .box dd li{
  /* padding: 0 4px 10px; */
  padding: 0 2px 10px;
}
.cadTable td li {
  padding: 2px;
}
.cadList .box dd li a,.cadTable td li a {
  border: 2px solid #010101;
  color: #fff;
  background: #010101;
  border-radius: 24px;
  /* font-size: 1.6rem; */
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  /* padding: 4px 20px; */
  padding: 4px 15px;
  display: block;
  text-decoration: none;
}
.cadList .box dd li a:hover,.cadList .box dd li a.dl_on,.cadTable .pdfarea a.dl_on {
  background: #fff;
  color: #010101;
}
.cadList th{width:182px;}
.cadList td:last-child{width:349px;}

@media (max-width: 767px) {
  .cadList .category p{
    font-size: 1.8rem;
    font-weight:bold;
    margin-bottom: 15px;
    padding: 0 1rem;
    border-left: 4px solid #E70113;
  }
  .cadList .sub_category p{
    font-size:  1.6rem;
    font-weight:bold;
    margin-bottom: 15px;
    display: inline-block;
    padding: 0 2rem;
    border: 2px solid #0a0a0a;
  }
  .cadList .box {
    padding: 25px 20px 15px;
    display: block;
  }
  .cadList .box .photo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .cadList .box .txt {
    width: 100%;
  }
  .cadList .box h2 {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 15px;
  }
  .cadList .box dl {
    display: block;
  }
  .cadList .box dt {
    font-size: 1.4rem;
    width: 100%;
    margin-bottom: 10px;
  }
  .cadList .box dd {
    width: 100%;
    margin-bottom: 10px;
  }
  .cadList .box dd ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
  }
  .cadList .box dd li {
    padding: 0 4px 10px;
  }
  .cadList .box dd li a {
    font-size: 1.2rem;
    padding: 2px 12px;
  }
  .cadTable table{
    display: block;
    overflow-x: scroll;
    /* white-space: nowrap; */
    -webkit-overflow-scrolling: touch;
  }
}

/* CAD single
-------------------------------------------------------------- */
.cadDetail .box {
  background: #fff;
  padding: 60px 40px;
  margin-bottom: 20px;
}
.cadDetail h1 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 50px;
  position: relative;
}
.cadDetail h1::after {
  content: "";
  background: #E70113;
  width: 100px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}
.cadDetail .box .flexbox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.cadDetail .box .photo {
  width: 200px;
}
.cadDetail .box .txt {
  width: calc(100% - 200px);
}
.cadDetail .box dt {
  font-size: 1.6rem;
  font-weight: 700;
  /*width: 120px;*/
  width: 250px;
  padding-right: 2em;
  margin-bottom: 20px;
}
.cadDetail .box dd {
  /*width: calc(100% - 130px);*/
  width: calc(100% - 250px);
  margin-bottom: 10px;
}
.cadDetail .box dd ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}
.cadDetail .box dd li {
  padding: 0 2px 10px;
}
.cadDetail .box dd li a {
  border: 1px solid #010101;
  color: #fff;
  background: #010101;
  border-radius: 24px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 4px 15px;
  display: block;
  text-decoration: none;
}
.cadDetail .box dd li a:hover {
  background: #fff;
  color: #010101;
}
.cadDetail .box .txtContent p {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 20px;
}
.cadDetail .box dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cadDetail .box .btn_back a {
  border: 2px solid #010101;
  color: #010101;
  border-radius: 24px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 4px 20px;
  width: 220px;
  margin: 50px auto 60px;
  display: block;
  text-decoration: none;
}
.cadDetail .box .btn_back a:hover {
  background: #010101;
  color: #fff;
}
.cadDetail h2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
}
.cadDetail h2::after {
  content: "";
  background: #E70113;
  width: 100px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}
.cadDetail .related a h3 {
  color: #010101;
  font-size: 1.6rem;
  font-weight: 700;
  padding-top: 15px;
}
.cadDetail .related a:hover h3 {
  color: #E70113;
  text-decoration: underline;
}




@media (max-width: 767px) {
  .cadDetail .box {
    padding: 30px 20px;
  }
  .cadDetail h1 {
    font-size: 2.4rem;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .cadDetail h1::after {
    width: 50px;
    margin-left: -25px;
  }
  .cadDetail .box .flexbox {
    display: block;
    margin-bottom: 10px;
  }
  .cadDetail .box .photo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .cadDetail .box .txt {
    width: 100%;
  }
  .cadDetail .box dl {
    display: block;
  }
  .cadDetail .box dt {
    font-size: 1.4rem;
    width: 100%;
    margin-bottom: 10px;
  }
  .cadDetail .box dd {
    width: 100%;
    margin-bottom: 10px;
  }
  .cadDetail .box dd ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
  }
  .cadDetail .box dd li {
    padding: 0 4px 10px;
  }
  .cadDetail .box dd li a {
    font-size: 1.2rem;
    padding: 2px 12px;
  }
  .cadDetail .box .btn_back a {
    font-size: 1.5rem;
    margin: 30px auto 40px;
  }
  .cadDetail h2 {
    font-size: 1.8rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .cadDetail h2::after {
    width: 50px;
    margin-left: -25px;
  }
  .cadDetail .related a h3 {
    font-size: 1.4rem;
    padding-top: 10px;
  }
}

/* slider archive
-------------------------------------------------------------- */
.swiper-button-next{
  position: absolute;
  background: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  text-align: center;
  padding-top: 10px;
  padding-right: 5px;
  opacity: 0.8;
  border: 1px solid #b5b5b5;
}
.swiper-button-next:before{
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #b5b5b5;
  border-top: 1px solid #b5b5b5;
  display: inline-block;
  transform: rotate(45deg);
}
.swiper-button-prev{
  position: absolute;
  background: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  text-align: center;
  padding-top: 10px;
  padding-left: 5px;
  opacity: 0.8;
  border: 1px solid #b5b5b5;
}
.swiper-button-prev:before{
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #b5b5b5;
  border-top: 1px solid #b5b5b5;
  display: inline-block;
  transform: rotate(225deg);
}

/* CATALOG archive
-------------------------------------------------------------- */
.catalogList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 1%;
}
.catalogList .box {
  width: 49%;
  background: #fff;
  /*padding: 30px;*/
  padding: 30px 30px 74px;
  margin-bottom: 20px;
  position: relative;
}
.catalogList h1 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 50px;
  position: relative;
}
.catalogList h1::after {
  content: "";
  background: #E70113;
  width: 100px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}
.catalogList .box .flexbox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.catalogList .box .photo {
  width: 130px;
}
.catalogList .box .txt {
  width: calc(100% - 130px);
}
.catalogList h2 {
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 20px;
}
.catalogList h2 a {
  color: #010101;
}
.catalogList h2 a:hover {
  color: #E70113;
}
.catalogList .box .txtContent p {
  /* font-size: 1.3rem; */
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 20px;
}
.catalogList .box .date {
  text-align: right;
  font-size: 1.3rem;
}
.catalogList .box ul {
  	display: flex;
  	justify-content: space-between;
  	margin: 20px -10px 0;
	position: absolute;
	bottom: 30px;
	width: 100%;
	margin: 0 auto;
  padding: 0 15px;
	left: 0;
}
.catalogList .box li {
  padding: 0 10px;
  width: 50%;
}
.catalogList .box .btn_view a {
  border: 2px solid #000;
  color: #010101;
  border-radius: 24px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 6px 20px;
  display: block;
  text-decoration: none;
}
.catalogList .box .btn_view a:hover {
  background: #010101;
  color: #fff;
}
.catalogList .box .btn_dl a {
  border: 1px solid #010101;
  color: #fff;
  background: #010101;
  border-radius: 24px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 6px 20px;
  display: block;
  text-decoration: none;
}
.catalogList .box .btn_dl a:hover {
  background: #fff;
  color: #010101;
}
.catalogList .sub_catalog a,.catalogDetail .sub_catalog a {
  margin-right:1.5em;
  text-decoration: underline;
  /* color: #E70113; */
  color: #010101;
  /* white-space:nowrap; */
  display: inline-block;
}
.catalogList .sub_catalog a:hover,.catalogDetail .sub_catalog a:hover {
  text-decoration: none;
}
.catalogList .box .btn_dl a.dl_on,.catalogDetail .box .btn_dl a.dl_on {
    background: #fff;
    color: #010101;
}
.catalogList .sub_catalog a.done,
.catalogDetail .sub_catalog a.done{
        color:#949393;
  text-decoration: none;
}

.carousel {
  display: block;
  position: relative;
  -webkit-transform: translateZ(0);
  /*  for demo only */
  width: 55%;
  min-width: 550px;
  margin: 50px auto;
  font-size: 0;
  background: #eeeeee;
  padding: 8px;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 10px #000;
  box-shadow: 0 4px 10px #000;
  /********************/
  height: 200px;
  -webkit-overflow-scrolling: touch;
  /* for tablets */
}
.touch .carousel {
  overflow: auto;
}
.carousel:before, .carousel:after {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 50px;
  text-align: center;
  font-size: 80px;
  line-height: 190px;
  font-family: arial;
  color: #555;
  font-weight: bold;
  pointer-events: none;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.carousel:before {
  content: '\2039';
  left: 0;
  text-indent: -80px;
  -webkit-box-shadow: 50px 0 20px -20px #eeeeee inset;
  box-shadow: 50px 0 20px -20px #eeeeee inset;
}
.carousel:after {
  content: '\203A';
  right: 0;
  text-indent: 50px;
  -webkit-box-shadow: -50px 0 20px -20px #eeeeee inset;
  box-shadow: -50px 0 20px -20px #eeeeee inset;
}
.carousel.right:after, .carousel.left:before {
  opacity: 1;
}
.carousel.right:after {
  right: 8px;
  text-indent: 70px;
}
.carousel.left:before {
  left: 8px;
  text-indent: -120px;
}
.carousel > a {
  position: absolute;
  margin: 0;
  top: 0;
  bottom: 0;
  color: #CCC;
  font-size: 1.5em;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.carousel > a:hover {
  color: #FFF;
}
.carousel > a.prev {
  left: -20px;
}
.carousel > a.next {
  right: -20px;
}
.carousel > .indicator {
  pointer-events: none;
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
  background: #d82b6a;
  height: 4px;
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.2s, bottom 0.2s;
  transition: opacity 0.2s, bottom 0.2s;
}
.carousel:hover > .indicator {
  opacity: 1;
  bottom: -10px;
}
.carousel > .wrap {
  overflow: hidden;
  border-radius: 5px;
}
.carousel > .wrap > ul {
  list-style: none;
  white-space: nowrap;
  height: 200px;
}
.carousel > .wrap > ul > li {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin: 0 0 0 5px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
.carousel > .wrap > ul > li:first-child {
  margin: 0;
}
.carousel > .wrap > ul > li > img {
  display: block;
  height: 100%;
  margin: auto;
  vertical-align: bottom;
  position: relative;
  z-index: 1;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
@media (max-width: 1024px) {
.catalogList .box .btn_view a,
.catalogList .box .btn_dl a {
  font-size: 1.2rem;
}
}

@media (max-width: 767px) {
  .catalogList {
    display: block;
  }
  .catalogList .box {
    width: 100%;
    padding: 30px 20px;
  }
  .catalogList h1 {
    font-size: 2.4rem;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .catalogList h1::after {
    width: 50px;
    margin-left: -25px;
  }
  .catalogList .box .flexbox {
    display: block;
    margin-bottom: 10px;
  }
  .catalogList .box .photo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .catalogList .box .txt {
    width: 100%;
  }
  .catalogList h2 {
    font-size: 1.8rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .catalogList h2::after {
    width: 50px;
    margin-left: -25px;
  }
  .catalogList .box .btn_view a,
  .catalogList .box .btn_dl a {
    font-size: 1.2rem;
  }
  .catalogList .box ul{
  	position: unset;
  }
}

/* CATALOG single
-------------------------------------------------------------- */
.catalogDetail .box {
  background: #fff;
  padding: 60px 40px;
  margin-bottom: 20px;
}
.catalogDetail h1 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 50px;
  position: relative;
}
.catalogDetail h1::after {
  content: "";
  background: #E70113;
  width: 100px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}
.catalogDetail .box .flexbox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.catalogDetail .box .photo {
  width: 200px;
}
.catalogDetail .box .txt {
  width: calc(100% - 200px);
}
.catalogDetail .box .txt p {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 20px;
}
.catalogDetail .box ul {
  display: flex;
  justify-content: center;
  max-width: 500px;
  margin: 20px auto 0;
}
.catalogDetail .box li {
  padding: 0 10px;
  width: 50%;
}
.catalogDetail .box .btn_view a {
  border: 2px solid #010101;
  color: #010101;
  border-radius: 24px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 4px 20px;
  display: block;
  text-decoration: none;
}
.catalogDetail .box .btn_view a:hover {
  background: #010101;
  color: #fff;
}
.catalogDetail .box .btn_dl a {
  border: 1px solid #010101;
  color: #fff;
  background: #010101;
  border-radius: 24px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 4px 20px;
  display: block;
  text-decoration: none;
}
.catalogDetail .box .btn_dl a:hover {
  background: #fff;
  color: #010101;
}
.catalogDetail .box .btn_back a {
  border: 2px solid #010101;
  color: #010101;
  border-radius: 24px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 4px 20px;
  width: 220px;
  margin: 50px auto 60px;
  display: block;
  text-decoration: none;
}
.catalogDetail .box .btn_back a:hover {
  background: #010101;
  color: #fff;
}
.catalogDetail h2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
}
.catalogDetail h2::after {
  content: "";
  background: #E70113;
  width: 100px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}
.catalogDetail .related a h3 {
  color: #010101;
  font-size: 1.5rem;
  font-weight: 700;
  padding-top: 15px;
}
.catalogDetail .related a:hover h3 {
  color: #E70113;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .catalogDetail .box {
    padding: 30px 20px;
  }
  .catalogDetail h1 {
    font-size: 2.4rem;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .catalogDetail h1::after {
    width: 50px;
    margin-left: -25px;
  }
  .catalogDetail .box .flexbox {
    display: block;
    margin-bottom: 10px;
  }
  .catalogDetail .box .photo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .catalogDetail .box .txt {
    width: 100%;
  }
  .catalogDetail .box ul {
    margin: 0 -10px;
  }
  .catalogDetail .box .btn_view a,
  .catalogDetail .box .btn_dl a {
    font-size: 1.4rem;
  }
  .catalogDetail .box .btn_back a {
    font-size: 1.5rem;
    margin: 30px auto 40px;
  }
  .catalogDetail h2 {
    font-size: 1.8rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .catalogDetail h2::after {
    width: 50px;
    margin-left: -25px;
  }
  .catalogDetail .related a h3 {
    font-size: 1.4rem;
    padding-top: 10px;
  }
}

/* MATELIALS
-------------------------------------------------------------- */
.materialsList .box {
  width: 100%;
  background: #fff;
  padding: 35px 40px 20px;
  margin-bottom: 20px;
}
.materialsList .box h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.materialsList .box p {
  margin-bottom: 15px;
  font-size: 1.6rem;
}
.materialsList .box a {
  /* color: #e70113;
  text-decoration: underline; */
  color:#010101;
}
.materialsList .box a:hover {
  /* text-decoration: none; */
  color: #e70113;
  text-decoration: underline;
}
.materialsList .box .grayBox {
  background: #F5F5F5;
  padding: 20px 20px 5px;
  margin-bottom: 20px;
}
.materialsList .box dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.materialsList .box dt {
  font-size: 1.6rem;
  width: calc(100% - 120px);
  margin-bottom: 20px;
}
.materialsList .box dd {
  width: 80px;
  margin-bottom: 20px;
}
.materialsList .box dd a {
  border: 2px solid #010101;
  color: #fff;
  background: #010101;
  border-radius: 24px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 4px 20px;
  display: block;
  text-decoration: none;
}
.materialsList .box dd a:hover {
  background: #fff;
  color: #010101;
}

.materialsList .box dd a.dl_on {
    background: #fff;
    color: #010101;
}
.materialsList .box dt a.done{
    color:#949393;
text-decoration: none;
}

@media (max-width: 767px) {
  .materialsList .box {
    padding: 25px 20px 10px;
    margin-bottom: 15px;
  }
  .materialsList .box h2 {
    margin-bottom: 15px;
  }
  .materialsList .box .grayBox {
    padding: 15px 20px 5px;
    margin-bottom: 15px;
  }
  .materialsList .box dt {
    font-size: 1.4rem;
  }
  .materialsList .box dd a {
    font-size: 1.4rem;
  }
}

/* FIREPROOF&CAD
-------------------------------------------------------------- */
.cadTable{
  width: 100%;
}
.fireproofTable #doc_31 th:first-child{
width:2em;
}
.fireproofTable #doc_31 th:nth-child(3){
width:2em;
}
.fireproofTable #doc_43 td:last-child{
width:319px;
}
.fireproofTable #doc_43 td:nth-last-child(2){
width:70px;
}
.fireproofTable #doc_43 th:first-child{
width:2em;
}
.fireproofTable #doc_43 th:nth-child(2){
width:69px;
}
.fireproofTable #doc_43 th:nth-child(3){
width:2em;
}
.fireproofTable,.cadTable{
  font-size: 1.4rem;
}
.fireproofList p{
  font-size: 1.6rem;
}
.fireproofList .detail {
  /* font-size: 1.2rem; */
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 40px;
}
.fireproofList .detail a{
  color: #e70113;
  text-decoration: underline;
}
.fireproofList .detail a:hover{
  text-decoration: none;
}
.fireproofList .box {
  width: 100%;
  background: #fff;
  padding: 35px 40px 20px;
  margin-bottom: 20px;
}
.fireproofList .box h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.fireproofList .box dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fireproofList .box dt {
  font-size: 1.6rem;
  width: calc(100% - 120px);
  margin-bottom: 20px;
}
.fireproofList .box dt a{
  color:#010101;
}
.fireproofList .box dt a:hover{
  color: #e70113;
  text-decoration: underline;
}
.fireproofList .box dd {
  width: 80px;
  margin-bottom: 20px;
}
.fireproofList .box dd a {
  border: 2px solid #010101;
  color: #fff;
  background: #010101;
  border-radius: 24px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  padding: 4px 20px;
  display: block;
  text-decoration: none;
}
.fireproofList .box dd a:hover {
  background: #fff;
  color: #010101;
}
.fireproofTable table,.cadTable table{
	/*margin:20px 20px 20px 0;*/
	margin: 20px 0 20px 0;
	border:#86868a 2px solid;
	border-collapse:collapse;
	width:100%;
	}
.fireproofTable th, .fireproofTable td,
.cadTable th, .cadTable td{
	border:#86868a 2px solid;
	vertical-align:middle;
	}
	.fireproofTable td,.cadTable td{
	padding: 5px 15px;
	}
.fireproofTable th,.cadTable th{
	background-color:#eaebf3;
	text-align:center;
	padding:5px;
	}
.fireproofTable .pdfarea,.cadTable .pdfarea{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fireproofTable .pdfarea .link_cad,.cadTable .pdfarea .link_cad{
	flex: 0 0 70%;
}
.fireproofTable .pdfarea .link_cad a,.cadTable .pdfarea .link_cad a{
	display: block;
}
.fireproofTable .pdfarea .pdfbtn{
	flex: 1 0 30%;
  margin-left: auto;
}
.cadTable td li a.pdfbtn {
    border: 2px solid #010101;
    color: #fff;
    background: #010101;
    border-radius: 24px;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    /* padding: 2px 15px; */
    padding: 2px 0px;
    width: 59.8px;
    display: block;
    text-decoration: none;
}
.fireproofTable .pdfbtn,.cadTable .pdfbtn{
    border: 2px solid #010101;
    color: #fff;
    background: #010101;
    border-radius: 24px;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    padding: 2px 0;
    display: block;
    text-decoration: none;
    max-width: 64px;
}
.fireproofTable .pdfbtn:hover,.cadTable .pdfbtn:hover {
    background: #fff;
    color: #010101;
}
.fireproofTable .nowrap,.cadTable .nowrap{
  white-space: nowrap;
}
.fireproofTable .dl_on,.cadTable .dl_on {
    background: #fff;
    color: #010101;
}

@media (max-width: 767px) {
  .fireproofList .box {
    padding: 25px 20px 10px;
    margin-bottom: 15px;
  }
  .fireproofList .box h2 {
    margin-bottom: 15px;
  }
  .fireproofList .box dt {
    font-size: 1.4rem;
  }
  .fireproofList .box dd a {
    font-size: 1.4rem;
  }
  .fireproofTable table{
    display: block;
    overflow-x: scroll;
      /* white-space: nowrap; */
    -webkit-overflow-scrolling: touch;
  }
}

/* BUILDING
-------------------------------------------------------------- */
.buildingList .detail {
  /* font-size: 1.2rem; */
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 40px;
}
.buildingList .box {
  width: 100%;
  background: #fff;
  padding: 35px 40px 20px;
  margin-bottom: 20px;
}
.buildingList .box h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.buildingList .box p {
  /* font-size: 1.2rem; */
  font-size: 1.6rem;
  /* line-height: 2; */
  line-height: 1.6;
  /* margin-bottom: 20px; */
  margin-bottom: 32px;
}
/* .buildingList .box a {
  color: #e70113;
  text-decoration: underline;
} */
.buildingList .box dt a {
  color: #010101;
  text-decoration: none;
}
.buildingList .box a:hover {
  text-decoration: none;
}
.buildingList .box dt a:hover {
  color: #e70113;
  text-decoration: underline;
}
.buildingList .box dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.buildingList .box dt {
  font-size: 1.6rem;
  width: calc(100% - 120px);
  margin-bottom: 20px;
}
.buildingList .box dd {
  width: 80px;
  margin-bottom: 20px;
}
.buildingList .box dd a {
  border: 2px solid #010101;
  color: #fff;
  background: #010101;
  border-radius: 24px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 4px 20px;
  display: block;
  text-decoration: none;
}
.buildingList .box dd a:hover {
  background: #fff;
  color: #010101;
}
.buildingList .box dd a.dl_on {
    background: #fff;
    color: #010101;
}

.buildingList .box dt a.done{
    color:#949393;
text-decoration: none;
}

@media (max-width: 767px) {
  .buildingList .box {
    padding: 25px 20px 10px;
    margin-bottom: 15px;
  }
  .buildingList .box h2 {
    margin-bottom: 15px;
  }
  .buildingList .box dt {
    font-size: 1.4rem;
  }
  .buildingList .box dd a {
    font-size: 1.4rem;
  }
}

/* LOGIN
-------------------------------------------------------------- */
#loginForm {
  padding: 60px 0;
}
#loginForm dl {
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 50px;
}
#loginForm dt {
  padding: 0 50px;
}
#loginForm dd {
  padding: 0 50px;
}
#loginForm dd a {
  font-weight: 700;
  color: #E70113;
}
#loginForm fieldset {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 650px;
  margin: auto;
  border: none;
}
#loginForm fieldset label {
  width: 50%;
  color: #6F6F6F;
  font-size: 1.6rem;
  padding-top: 10px;
  margin-bottom: 30px;
}
#loginForm fieldset .div_text {
  width: 50%;
  margin-bottom: 30px;
}
#loginForm fieldset .div_text input {
  border: 1px solid #D0D0D0;
  font-size: 1.6rem;
  padding: 4px 15px;
  width: 100%;
  position: relative;
}
#loginForm fieldset .div_text input.inputMail {
  padding: 4px 35px 8px 15px;
  background: #fff url(../images/common/ico_att.png) no-repeat 96% 50%;
}
#loginForm fieldset .div_text .error a {
  color: #E70113;
  display: inline-block;
  font-size: 1.3rem;
  padding-top: 5px;
}
#loginForm fieldset .button_div input {
  border: 2px solid #010101;
  color: #fff;
  background: #010101;
  border-radius: 24px;
  font-size: 1.6rem;
  font-weight: 700;
  width: 280px;
  text-align: center;
  padding: 10px 20px;
  display: block;
  text-decoration: none;
  margin: 40px auto 0;
}
#loginForm fieldset .button_div input:hover {
  background: #fff;
  color: #010101;
}
@media (min-width: 768px) {
  .noneNav .navbar-default .navbar-collapse {
    display: none!important;
  }
}
@media (max-width: 767px) {
  #loginForm {
    padding: 70px 15px;
  }
  #loginForm dl {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
  #loginForm dt {
    padding: 0 10px;
  }
  #loginForm dd {
    padding: 0 10px;
  }
  #loginForm fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: auto;
    border: none;
  }
  #loginForm fieldset label {
    width: 35%;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  #loginForm fieldset .div_text {
    width: 65%;
    margin-bottom: 20px;
  }
  #loginForm fieldset .div_text input {
    font-size: 1.4rem;
  }
  #loginForm fieldset .div_text .error {
    font-size: 1rem;
  }
  #loginForm fieldset .button_div input {
    font-size: 1.5rem;
    width: 200px;
    margin: 20px auto 0;
  }
}

/* REGISTER
-------------------------------------------------------------- */
.oneClm #sv {
  padding-top: 60px;
}
.oneClm #sv h1 {
  margin-bottom: 50px;
}
#registerForm {
  max-width: 860px;
  padding-bottom: 80px;
}
#registerForm .box {
  padding: 30px 50px;
  background: #fff;
  margin-bottom: 40px;
}
#registerForm dl {
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 60px;
}
#registerForm dt {
  padding: 0 50px;
}
#registerForm dd {
  padding: 0 50px;
}
#registerForm dd a {
  border: 2px solid #D0D0D0;
  color: #010101;
  border-radius: 24px;
  font-size: 1.6rem;
  font-weight: 700;
  width: 150px;
  text-align: center;
  padding: 4px 20px;
  display: block;
  text-decoration: none;
}
#registerForm dd a:hover {
  background: #010101;
  color: #fff;
}
#registerForm fieldset {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 650px;
  margin: auto;
  border: none;
}
#registerForm fieldset label {
  width: 50%;
  color: #6F6F6F;
  font-size: 1.6rem;
  font-weight: 700;
  padding-top: 5px;
  margin-bottom: 30px;
}
#registerForm fieldset label .req {
  width: 50%;
  color: #fff;
  background: #E70113;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 5px 10px;
  margin-left: 20px;
}

#registerForm fieldset label.row2Label{
  display:flex;
  align-items: flex-start;
}
#registerForm fieldset label.row2Label span.row2LabelTx{
  font-weight:bold;
}
#registerForm fieldset label.row2Label .req {
  width:48px;
  text-align:center;
  margin:5px 0 0 15px;
}

#registerForm fieldset .div_text {
  width: 50%;
  margin-bottom: 30px;
}
#registerForm fieldset .div_text input {
  border: 1px solid #D0D0D0;
  font-size: 1.6rem;
  padding: 6px 15px;
  width: 100%;
  position: relative;
}
#registerForm fieldset .div_text input.inputMail {
  padding: 4px 35px 8px 15px;
  background: #fff url(../images/common/ico_att.png) no-repeat 96% 50%;
}
input::placeholder {
  color: #D0D0D0;
  font-size: 1.4rem;
}
/* IE */
input:-ms-input-placeholder {
  color: #D0D0D0;
}
/* Edge */
input::-ms-input-placeholder {
  color: #D0D0D0;
}
#registerForm fieldset .div_text .contact {
  display: none;
}
#registerForm fieldset .div_text .contact + label{
  padding: 0 0 0 25px;
  position:relative;
  font-weight: normal;
  color: #010101;
  width: 100%;
  margin: 0 20px 10px 0;
}
#registerForm fieldset .div_text .contact + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #999;
  border-radius: 50%;
}
#registerForm fieldset .div_text .contact:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #E70113;
  border-radius: 50%;
}
#registerForm fieldset .checkbox-input{
  display: none;
}
#registerForm fieldset .checkbox label {
  color: #010101;
  width: 100%;
  margin-bottom: 15px;
  padding: 0;
  font-size: 1.2rem;
}
#registerForm fieldset .checkbox label a {
  color: #010101;
  text-decoration: underline;
}
#registerForm fieldset .checkbox label a:hover {
  text-decoration: none;
}
#registerForm fieldset .checkbox-parts{
  padding: 5px 0 0 40px;
  position:relative;
}
#registerForm fieldset .checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #D0D0D0;
  background: #fff;
}
#registerForm fieldset .checkbox-input:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
  width: 10px;
  height: 17px;
  transform: rotate(40deg);
  border-bottom: 3px solid #A5A5A5;
  border-right: 3px solid #A5A5A5;
}
#registerForm fieldset .div_text select {
  padding: 4px 15px;
  width: 100%;
  font-weight: normal;
  border: 1px solid #e7e7e7;
}
#registerForm fieldset .div_text .selectwrap {
  font-size: 1.6rem;
  margin-bottom: 10px;
  position: relative;
}
select::-ms-expand {
  display: none;
}
#registerForm fieldset .div_text .selectwrap::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #A5A5A5;
    border-right: 2px solid #A5A5A5;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#registerForm fieldset .div_text .txt_att {
  color: #6F6F6F;
  display: inline-block;
  font-size: 1.2rem;
  padding-top: 5px;
}
#registerForm fieldset .div_text .error {
  color: #E70113;
  display: inline-block;
  font-size: 1.2rem;
  padding-top: 5px;
}
#registerForm fieldset .button_div {
  width: 100%;
}
#registerForm fieldset .button_div input {
  border: 2px solid #010101;
  color: #fff;
  background: #010101;
  border-radius: 24px;
  font-size: 1.6rem;
  font-weight: 700;
  width: 280px;
  text-align: center;
  padding: 10px 20px;
  display: block;
  text-decoration: none;
  margin: 40px auto 0;
}
#registerForm fieldset .button_div input:hover {
  background: #fff;
  color: #010101;
}
#registerForm fieldset .agree {
  margin: 20px auto -20px;
  width: 280px;
}
#registerForm fieldset .confirm {
  font-size: 1.6rem;
  font-weight: 700;
  padding-top: 5px;
  margin-bottom: 30px;
}
#registerForm fieldset .btnConfirm {
  display: flex;
  justify-content: center;
}
#registerForm fieldset .btnConfirm .btnBack {
  border: 2px solid #D0D0D0;
  color: #010101;
  background: #fff;
  border-radius: 24px;
  font-size: 1.6rem;
  font-weight: 700;
  width: 200px;
  text-align: center;
  padding: 10px 20px;
  display: block;
  text-decoration: none;
  margin: 40px 10px 0;
}
#registerForm fieldset .btnConfirm .btnBack:hover {
  background: #010101;
  color: #fff;
}
#registerForm fieldset .btnConfirm .btnSubmit {
  border: 2px solid #010101;
  color: #fff;
  background: #010101;
  border-radius: 24px;
  font-size: 1.6rem;
  font-weight: 700;
  width: 280px;
  text-align: center;
  padding: 10px 20px;
  display: block;
  text-decoration: none;
  margin: 40px 10px 0;
}
#registerForm fieldset .btnConfirm .btnSubmit:hover {
  background: #fff;
  color: #010101;
}
#registerForm .btnLogin a {
  border: 2px solid #D0D0D0;
  color: #010101;
  background: #fff;
  border-radius: 24px;
  font-size: 1.6rem;
  font-weight: 700;
  width: 150px;
  text-align: center;
  padding: 4px 20px;
  display: block;
  margin: 20px auto 0;
  text-decoration: none;
}
#registerForm .btnLogin a:hover {
  background: #010101;
  color: #fff;
}
@media (min-width: 768px) {
  .noneNav .navbar-default .navbar-collapse {
    display: none!important;
  }
}
@media (max-width: 767px) {
  .oneClm #sv {
    padding-top: 30px;
  }
  .oneClm #sv h1 {
    margin-bottom: 30px;
  }
  #registerForm {
    padding: 0 15px 30px;
  }
  #registerForm .box {
    padding: 20px 30px;
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
  #registerForm dl {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
  #registerForm dt {
    padding: 0 10px;
  }
  #registerForm dd {
    padding: 0 10px;
  }
  #registerForm dd a {
    font-size: 1.4rem;
  }
  #registerForm fieldset {
    display: block;
    max-width: 100%;
  }
  #registerForm fieldset label {
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  #registerForm fieldset label .req {
    font-size: 1rem;
    padding: 3px 10px;
    margin-left: 15px;
  }
  #registerForm fieldset .div_text {
    width: 100%;
    margin-bottom: 20px;
  }
  #registerForm fieldset .div_text input {
    font-size: 1.4rem;
  }
  #registerForm fieldset .div_text .error {
    font-size: 1rem;
  }
  #registerForm fieldset .button_div input {
    font-size: 1.5rem;
    width: 200px;
    margin: 20px auto 0;
  }
  #registerForm fieldset .div_text .contact + label{
    padding: 0 0 0 30px;
    margin: 0 20px 15px 0;
  }
  #registerForm fieldset .div_text .contact + label::before{
    width: 20px;
    height: 20px;
    top: 2px;
  }
  #registerForm fieldset .div_text .contact:checked + label::after{
    width: 12px;
    height: 12px;
    top: 6px;
  }
  #registerForm fieldset .checkbox label {
    margin-bottom: 5px;
    padding: 0;
    font-size: 1.2rem;
  }
  #registerForm fieldset .checkbox-parts{
    padding: 0 0 0 30px;
  }
  #registerForm fieldset .checkbox-parts::before{
    width: 20px;
    height: 20px;
  }
  #registerForm fieldset .checkbox-input:checked + .checkbox-parts::after{
    top: 4px;
    left: 7px;
    width: 6px;
    height: 10px;
    border-bottom: 2px solid #A5A5A5;
    border-right: 2px solid #A5A5A5;
  }
  #registerForm fieldset .div_text select {
    font-size: 1.4rem;
  }
  #registerForm fieldset .agree {
    margin: 20px auto 0;
  }
}

/* REGISTER
-------------------------------------------------------------- */
#mypage .tab_wrap {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 40px;
  margin-bottom: 80px;
}
#mypage .tab_wrap input[type="radio"] {
  display: none;
}
#mypage .tab_area {
  width: 300px;
}
#mypage .tab_area label {
  width: 100%;
  padding: 15px 25px;
  color: #6a6a6a;
  background: #f5f4f2;
  font-size: 1.6rem;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
  transition: ease 0.2s opacity;
}
#mypage #tab01:checked ~ .tab_area .tab01, #mypage .tab_area .tab01:hover {
  color: #fff;
  background: #6a6a6a;
}
#mypage #tab01:checked ~ .panel_area #panel01 {
  display: block;
}
#mypage #tab02:checked ~ .tab_area .tab02, #mypage .tab_area .tab02:hover {
  color: #fff;
  background: #6a6a6a;
}
#mypage #tab02:checked ~ .panel_area #panel02 .tab_panel {
  display: block;
}
#mypage #tab03:checked ~ .panel_area #panel03 {
  display: block;
}
#mypage #tab03:checked ~ .tab_area .tab03, #mypage .tab_area .tab03:hover {
  color: #fff;
  background: #6a6a6a;
}
#panel03 p{
  padding:2em;
}
#mypage .btn_logout a {
  width: 100%;
  padding: 15px 25px;
  color: #6a6a6a;
  background: #f5f4f2;
  font-size: 1.6rem;
  position: relative;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
}
#mypage .btn_logout a:hover {
  color: #fff;
  background: #6a6a6a;
}
#mypage .panel_area {
  width: calc(100% - 350px);
}
#mypage .tab_panel {
  display: none;
  font-size: 1.6rem;
  border: 1px solid #c9c9c9;
}
#mypage .tab_panel table {
  width: 100%;
  color: #6a6a6a;
  border: 2px solid #fff;
}
#mypage .tab_panel th {
  background: #f5f4f2;
  border: 1px solid #fff;
  padding: 10px 15px;
}
#mypage .tab_panel td {
  border-bottom: 1px solid #c9c9c9;
  padding: 15px 15px;
}
#mypage .tab_panel .btnDL a {
  /* background: #999;
  display: inline-block;
  color: #fff;
  padding: 10px 25px; */
  border: 1px solid #010101;
    color: #fff;
    background: #010101;
    border-radius: 24px;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    padding: 6px 10px;
    display: block;
    text-decoration: none;
}
#mypage .tab_panel .btnDL a:hover {
  background: #fff;
      color: #010101;
}
#panel01 .button_div .btnDL{text-align: center;}
#panel01 .button_div .btnDL a{
  border: 1px solid #010101;
    color: #fff;
    background: #010101;
    border-radius: 24px;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    padding: 6px 30px;
    display: inline-block;
    text-decoration: none;
}
#panel01 .button_div .btnDL a:hover{
background: #fff;
    color: #010101;
}
#panel02 .button_div .btnDL{
  text-align:center;
  margin: 25px 0;
}
#panel02 .button_div .btnDL a {
    border: 1px solid #010101;
    color: #fff;
    background: #010101;
    border-radius: 24px;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    padding: 6px 30px;
    display: inline-block;
    text-decoration: none;
}
#mypage .tab_panel dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  color: #6a6a6a;
  margin: 2px;
}
#mypage .tab_panel dt {
  width: 30%;
  padding: 15px 20px;
  background: #f5f4f2;
  font-weight: 700;
  border-bottom: 1px solid #c9c9c9;
}
#mypage .tab_panel dd {
  width: 70%;
  padding: 15px 20px;
  border-bottom: 1px solid #c9c9c9;
}
#mypage .tab_panel .noLine {
  border: none;
}
#mypage input[type="checkbox"]{
-webkit-appearance: revert;
display: inline-block;
}
#resign_form input[type="password"] {
  width: 13em;
}
#resign_form input[type="password"]::placeholder {
  font-size: 1rem;
  text-align: center;
}
@media (max-width: 1199px) {
  #mypage .tab_area {
    width: 200px;
  }
  #mypage .panel_area {
    width: calc(100% - 230px);
  }
}
@media (max-width: 767px) {
  #mypage .tab_wrap {
    display: block;
    padding: 20px 15px;
    margin-bottom: 80px;
  }
  #mypage .tab_area {
    width: 100%;
    display: flex;
  }
  #mypage .tab_area label {
    width: 33.33%;
    padding: 10px;
    text-align: center;
    font-size: 1rem;
  }
  #mypage .btn_logout {
    width: 33.33%;
  }
  #mypage .btn_logout a {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 1rem;
  }
  #mypage .panel_area {
    width: 100%;
  }
  #mypage .tab_panel {
    font-size: 1.2rem;
  }
  #mypage .tab_panel table {
    width: 100%;
  }
  #mypage .tab_panel th {
    padding: 5px 10px;
  }
  #mypage .tab_panel td {
    padding: 5px 10px;
  }
  #mypage .tab_panel .btnDL a {
    padding: 5px 15px;
  }
  #mypage .tab_panel dl {
    display: block;
    font-size: 1.4rem;
  }
  #mypage .tab_panel dt {
    width: 100%;
    padding: 10px 15px;
  }
  #mypage .tab_panel dd {
    width: 100%;
    padding: 10px 15px;
  }
}

@media (max-width: 540px) {
#mypage .tab02{
  padding:10px 0px !important;
}
}

/* terms 利用規約
-------------------------------------------------------------- */
.terms h1{
  text-align: center;
    font-size: 3.6rem;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 80px;
    position: relative;
}
.terms h1::after {
    content: "";
    background: #E70113;
    width: 100px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
}
.terms h2{
  margin-bottom: 1rem;
}
.terms p{
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.terms section{
  margin-bottom: 4rem;
}
.terms ol{
  counter-reset: item;
 list-style-type: none;
 padding-left: 1em;
   font-size: 1.6rem;
}
.terms li{
  text-indent: -1em;
 padding-left: 1em;
}
.terms li:before {
  counter-increment: item;
  content: counter(item)'.';
  /* 以下は自由に装飾... */
  padding-right: .5em;
  font-weight: bold;
}

/* SIDE
-------------------------------------------------------------- */
aside {
  width: 300px;
  background: #fff;
  padding: 30px 20px;
}
aside li.parent {
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
}
aside li.parent a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #010101;
  position: relative;
  display: inline-block;
}
aside li.parent::before {
    content: "▶︎";
    color: #e70113;
  position: absolute;
  top: 1px;
  left: 0;
}
aside li.parent a:hover {
  color: #e70113;
}
aside .toggle_contents > li a {
  /* margin: 0 0 5px 20px; */
  margin: 0 0 5px 1em;
  /* font-size: 1.2rem; */
  font-size: 1.4rem;
  display: inline-block;
}
aside .toggle_contents > li a:hover {
  color: #e70113;
}
aside .toggle_contents_child > li {
  /* margin: 0 0 5px 45px; */
  margin: 0 0 5px 1.8em;
  position: relative;
}
aside .toggle_contents_child li::before {
  content:'\02022';
  position: absolute;
  top: 0;
  left: 0;
}
aside .toggle_contents_child > li a {
  /* font-size: 1.2rem; */
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0 0 10px;;
  /* padding-left: 20px; */
  padding-left: 1em;
  display: inline-block;
}
aside .toggle_contents_child > li a:hover {
  color: #e70113;
}
@media (max-width: 991px) {
  aside {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  aside {
    padding: 20px 20px 10px;
    margin-bottom: 0;
  }
  aside li.parent {
    margin-bottom: 10px;
    padding-left: 18px;
  }
  aside li.parent a {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  aside li.parent::before {
    top: 0;
  }
  aside li .toggle_contents {
    display: none;
    padding-left: 0px;
  }
  aside .toggle_contents > li a {
    margin: 0 0 5px 10px;
    font-size: 1.2rem;
    display: inline-block;
  }
  aside li .toggle_contents_child {
    display: none;
    padding-left: 30px;
  }
  aside .toggle_contents_child > li {
    margin: 0 0 5px 0;
  }
  aside .toggle_contents_child > li a {
    font-size: 1.1rem;
    margin: 0;
  }
}

/* footer
-------------------------------------------------------------- */
footer {
  background: #010101;
  color: #fff;
  padding: 20px 0;
}
footer .footerIn {
  display: flex;
  justify-content: space-between;
}
footer .fNav {
  width: calc(100% - 200px);
}
footer .fLogo {
  width: 200px;
}
footer nav {
  display: flex;
}
footer nav ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
footer nav li {
  padding: 0 20px 10px 0;
}
footer nav li a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  position: relative;
}
footer nav li a:hover {
  color: #e70113;
}
footer #Pagetop {
  position: fixed;
  bottom: 130px;
  right: 30px;
}
footer #Pagetop p {
  max-width: 50px;
}
footer .copy {
  text-align: center;
  font-size: 1.2rem;
}
@media (max-width: 1199px) {
  footer nav li a {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  footer {
    position: relative;
  }
  footer .footerIn {
    display: block;
  }
  footer .fNav {
    width: 100%;
  }
  footer .fLogo {
    width: 120px;
    margin-bottom: 10px;
  }
  footer nav {
    display: flex;
  }
  footer nav ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  footer nav li {
    padding: 0 5px 5px 0;
    position:relative;
  }
  footer nav li::after {
    content: "|";
    padding-left: 5px;
  }
  footer nav li:last-child::after {
    content: none;
  }
  footer nav li a {
    font-size: 1.2rem;
    font-weight: normal;
  }
  footer .copy {
    font-size: 0.9rem;
    text-align: left;
  }
  footer #Pagetop {
    bottom: 40px;
    right: 10px;
  }
  footer #Pagetop p {
    max-width: 50px;
  }
}

/*追加*/
#mypage input.buttons {
    margin-top: 1em;
}
/*印刷時にURLを表示する設定を打ち消す*/
@media print {
 a[href]:after {
 content: "" !important;
 }

 abbr[title]:after {
 content: "" !important;
 }
}
