/*  ========================
    *********  buy  *********
=============================================  */
.wide_btn_2col {
  justify-content: center;
  margin: 4em 0 5em;
}

.wide_btn {
  width: 48.5%;
}

.wide_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #10218B;
  font-size: 16px;
  text-decoration: none;
  padding: 2em 1em 2em;
  border: 1px solid #10218B;
  border-radius: 5px;
  text-align: center;
  position: relative;
  font-weight: bold;
}

.wide_btn a:hover {
  border: 1px solid #fff;
  color: #fff;
  background: #10218B;
}

.wide_btn a .icon {
  display: flex;
  vertical-align: middle;
  width: 30px;
  margin-right: 10px;
}

.wide_btn a:hover .icon img {
  width: 100%;
  vertical-align: baseline;
}

.wide_btn a:hover .icon img {
  filter: brightness(0) invert(1);
}

.wide_btn a::after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 1px solid #10218B;
  border-bottom: 1px solid #10218B;
  position: absolute;
  right: 1em;
  top: calc(50% - 4px);
  transform: rotate(-45deg);
}

.wide_btn a:hover::after {
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

@media screen and (max-width: 768px) {
  .wide_btn {
    width: 100%;
    margin-bottom: 16px;
  }
}

#design_support h3 {
  padding: 16px 0 8px 0;
}

#design_support h3, #design_support h3 a {
  color: #10218B;
  font-size: 20px;
  font-weight: bold;
  border: none;
}

#designsupport .column3 {
  margin-bottom: 4em;
}

#designsupport .column3 li {
  width: 32%;
}

@media only screen and (max-width: 768px) {
  #designsupport .column3 li {
    width: 100%;
  }
}

#agree_page h2 .ja {
  font-size: 34px;
  line-height: 1.3;
}

#agree_page .first {
  padding-bottom: 2em;
  border-bottom: 1px #ccc solid;
  margin-bottom: 3em;
}

#agree_page .agree_contents h3 {
  text-align: center;
  border-bottom: none;
}

#agree_page .agree_contents .listBasicBlack li {
  color: #333;
}

#agree_page .agree_contents .listBasicBlack li.mT15 {
  margin-top: 1.5em;
}

#agree_page .agree_contents .listBasicBlack02 {
  margin-left: 30px;
}

#agree_page .agree_contents .listBasicBlack02 li {
  list-style: upper-roman outside none;
}

#agree_page .agree_contents .under {
  color: #333;
  text-decoration: underline;
}

#agree_page .agree_contents .mR12 {
  margin-right: 12px;
}

#agree_page .agree_contents .strong {
  font-weight: bold;
}

#agree_page .agree_contents form {
  text-align: center;
  margin-top: 2em;
}

#agree_page .agree_contents .license_check {
  position: relative;
  padding-left: 1.5em;
}

#agree_page .agree_contents [type=checkbox] {
  position: absolute;
  top: 7px;
  left: 0;
}

#kit h2 {
  margin-bottom: 0.5em;
}

#kit .mt2 {
  margin-top: 2em;
}

#kit .table {
  margin-top: 2em;
  margin-bottom: 1em;
}

#kit .tokucyo .ttl {
  margin-top: 1em;
}

#kit .tokucyo ul {
  margin-left: 2em;
}

#kit .tokucyo ul li {
  list-style-type: circle;
}

#kit .product_link {
  line-height: 2;
}

#kit .product_link a {
  display: inline-block;
  margin-bottom: 1em;
}

#kit .product_link .arrow_link {
  margin: 0;
}

#kit .column3 {
  margin-top: 4em;
}

#kit .board {
  margin-top: 2em;
}

@media only screen and (max-width: 768px) {
  #kit .board {
    flex-direction: row;
  }
  #kit .board > div {
    width: 31.5%;
  }
}

#tools .document_box {
  border: 1px #10218B solid;
  margin: 2em 0;
}

#tools .document_box h4 {
  background-color: #10218B;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-weight: 600;
}

#tools .document_box .inbox {
  padding: 0 20px 20px;
}

#tools .document_box .inbox .link {
  margin-top: 15px;
}

#tools .document_box .inbox .link a {
  position: relative;
}

#tools .document_box .inbox .link a:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #10218B;
  border-bottom: 1.5px solid #10218B;
  transform-origin: center;
  margin-right: 8px;
  vertical-align: baseline;
  transform: translateY(-3px) rotate(-45deg);
}

#tools .document_box .inbox p.small {
  margin-top: 1.5em;
}

#download #column_two,
#download_3d #column_two {
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #download #column_two,
  #download_3d #column_two {
    flex-direction: column;
    position: static;
  }
}

#download #column_two > div:nth-child(1),
#download_3d #column_two > div:nth-child(1) {
  order: 2;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #download #column_two > div:nth-child(1),
  #download_3d #column_two > div:nth-child(1) {
    order: 0;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 99;
  }
  #download #column_two > div:nth-child(1) #tableOfContents,
  #download_3d #column_two > div:nth-child(1) #tableOfContents {
    margin: 0;
    display: none;
  }
  #download #column_two > div:nth-child(1) h3,
  #download_3d #column_two > div:nth-child(1) h3 {
    border-top: 1px #10218B solid;
    border-bottom: 1px #10218B solid !important;
    padding: 0.7em;
    text-align: center;
    background-color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    position: relative;
  }
  #download #column_two > div:nth-child(1) h3::before, #download #column_two > div:nth-child(1) h3:after,
  #download_3d #column_two > div:nth-child(1) h3::before,
  #download_3d #column_two > div:nth-child(1) h3:after {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background-color: #10218B;
    position: absolute;
    top: 50%;
    right: 10px;
    transition: 0.3s;
  }
  #download #column_two > div:nth-child(1) h3::after,
  #download_3d #column_two > div:nth-child(1) h3::after {
    transform: rotate(90deg);
  }
  #download #column_two > div:nth-child(1) h3.open::after,
  #download_3d #column_two > div:nth-child(1) h3.open::after {
    transform: rotate(0deg);
  }
}

#download #column_two > div:nth-child(2),
#download_3d #column_two > div:nth-child(2) {
  width: calc(100% - 25%);
}

@media only screen and (max-width: 768px) {
  #download #column_two > div:nth-child(2),
  #download_3d #column_two > div:nth-child(2) {
    width: 100%;
  }
}

#download #column_two .fixed_menu,
#download_3d #column_two .fixed_menu {
  width: 22%;
  transition: 0.3s;
}

@media only screen and (max-width: 768px) {
  #download #column_two .fixed_menu,
  #download_3d #column_two .fixed_menu {
    width: 100%;
    transition: none;
  }
  #download #column_two .fixed_menu .fixed_in,
  #download_3d #column_two .fixed_menu .fixed_in {
    width: 100%;
    right: auto !important;
  }
}

#download #column_two .fixed_menu h3,
#download_3d #column_two .fixed_menu h3 {
  color: #10218B;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  border: none;
}

#download #column_two .fixed_menu .fixed,
#download_3d #column_two .fixed_menu .fixed {
  position: sticky;
  top: 10%;
  right: calc(calc(100% - 84%) / 2);
}

@media only screen and (max-width: 768px) {
  #download #column_two .fixed_menu .fixed,
  #download_3d #column_two .fixed_menu .fixed {
    top: 70px;
    position: fixed;
  }
}

#download #column_two .fixed_menu.hide,
#download_3d #column_two .fixed_menu.hide {
  opacity: 0;
}

#download #column_two .fixed_menu #tableOfContents ol,
#download_3d #column_two .fixed_menu #tableOfContents ol {
  padding-left: 0;
  background-color: #fff;
}

#download #column_two .fixed_menu #tableOfContents ol li,
#download_3d #column_two .fixed_menu #tableOfContents ol li {
  list-style: none !important;
  width: 100%;
  border: 1px #D9E3EC solid;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  font-size: 90%;
}

#download #column_two .fixed_menu #tableOfContents ol li:after,
#download_3d #column_two .fixed_menu #tableOfContents ol li:after {
  content: '';
  width: 7px;
  height: 7px;
  border-right: 1px solid #10218B;
  border-bottom: 1px solid #10218B;
  position: absolute;
  right: 5%;
  top: calc(50% - 6px);
  transform: rotate(45deg);
}

#download #column_two .fixed_menu #tableOfContents ol li:last-child,
#download_3d #column_two .fixed_menu #tableOfContents ol li:last-child {
  border-bottom: 1px #D9E3EC solid;
}

#download #column_two .fixed_menu #tableOfContents ol li:hover,
#download_3d #column_two .fixed_menu #tableOfContents ol li:hover {
  background-color: #10218B;
  color: #fff;
}

#download #column_two .fixed_menu #tableOfContents ol li:hover:after,
#download_3d #column_two .fixed_menu #tableOfContents ol li:hover:after {
  border-color: #fff;
}

#download #column_two .fixed_menu #tableOfContents ol li:hover a,
#download_3d #column_two .fixed_menu #tableOfContents ol li:hover a {
  color: #fff;
  text-decoration: none;
}

#download #column_two .fixed_menu #tableOfContents ol li a,
#download_3d #column_two .fixed_menu #tableOfContents ol li a {
  display: block;
  width: 100%;
  padding: 1em 1.6em 1em 1em;
  font-weight: normal;
  text-align: left;
}

#download .search,
#download_3d .search {
  align-items: flex-end;
}

@media only screen and (max-width: 768px) {
  #download .search,
  #download_3d .search {
    align-items: flex-start;
  }
}

#download .search .serachForm,
#download_3d .search .serachForm {
  width: 40%;
}

@media only screen and (max-width: 768px) {
  #download .search .serachForm,
  #download_3d .search .serachForm {
    width: 100%;
  }
}

#download h2,
#download_3d h2 {
  font-size: 20px;
  margin-bottom: 0;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  #download h2,
  #download_3d h2 {
    margin-bottom: 0.5em;
  }
}

#download .table,
#download_3d .table {
  margin-bottom: 4em;
}

#download .table table td,
#download_3d .table table td {
  text-align: center;
}

#download .table table td.txtL,
#download_3d .table table td.txtL {
  text-align: left;
}

#download .table table td a,
#download_3d .table table td a {
  display: block;
}

#download .table table td span.icon,
#download_3d .table table td span.icon {
  display: inline-block;
}

#download .table table td span.icon img,
#download_3d .table table td span.icon img {
  width: 20px;
  margin-right: 4px;
  margin-top: -2px;
  vertical-align: sub;
}

#designsupport #topColumn {
  padding-top: 80px;
}
