.tools_calc_screw {
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1280px !important;
  max-width: 1280px !important;
  overflow: hidden;
  background-color: #EEF3F7;
  text-align: left;
}
.is-sp .tools_calc_screw {
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: calc(100% + 30px) !important;
  max-width: calc(100% + 30px) !important;
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
}
.tools_calc_screw a:hover img {
  opacity: 1;
}
.tools_calc_screw .tcs-btn a {
  position: relative;
}
.tools_calc_screw .tcs-btn a:hover {
  opacity: 0.8;
}
.tools_calc_screw .tcs-btn a img {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.is-sp .tools_calc_screw .tcs-btn a img {
  right: 5px;
}
.is-sp .tools_calc_screw .tcs-pc {
  display: none;
}
.tools_calc_screw br.tcs-sp {
  display: none;
}
.is-sp .tools_calc_screw br.tcs-sp {
  display: block;
}
.tools_calc_screw img.tcs-sp {
  display: none;
}
.is-sp .tools_calc_screw img.tcs-sp {
  display: inline-block;
}

.tcs-title {
  position: relative;
  height: 360px;
}
.is-sp .tcs-title {
  height: auto;
  margin: 0;
  text-align: center;
}
.tcs-title img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-inline-size: 1280px;
}
.is-sp .tcs-title img {
  position: relative;
  left: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  max-inline-size: 100%;
}
.tcs-title + .tcs-wrap {
  width: 952px;
  margin: 0 auto;
}
.is-sp .tcs-title + .tcs-wrap {
  width: 100%;
}
.tcs-title + .tcs-wrap a:hover {
  text-decoration: none;
}

.tcs-txt-note {
  text-indent: -2.5em;
  padding-left: 2.5em;
  font-size: 12px !important;
  line-height: 1.5;
  text-align: justify;
}

.tcs-txt-right {
  text-align: right;
}

.tcs-intro {
  padding-top: 40px;
  text-align: center;
  color: #000045;
}
.is-sp .tcs-intro {
  padding-left: 15px;
  padding-right: 15px;
}
.tcs-intro .tcs-txt01 {
  position: relative;
  padding-bottom: 10px;
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
}
.is-sp .tcs-intro .tcs-txt01 {
  font-size: 21px;
}
.tcs-intro .tcs-txt01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 110px;
  height: 1px;
  background-color: #000045;
}
.tcs-intro .tcs-txt02 {
  margin: 15px 0 5px;
  font-size: 19px;
  line-height: 1.5;
  font-weight: bold;
}
.is-sp .tcs-intro .tcs-txt02 {
  margin: 15px 0 10px;
  font-size: 15px;
}
.tcs-intro .tcs-txt-note {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .is-sp .tcs-intro .tcs-txt-note {
    text-align: justify;
  }
}
.tcs-intro .tcs-btn {
  margin-top: 15px;
}
.tcs-intro .tcs-btn a {
  display: block;
  width: 100px;
  margin: 0 auto;
  padding: 7px 10px 7px 0;
  background-color: #000045;
  font-size: 12px;
  color: #fff;
  letter-spacing: 2px;
}

.tcs-tabs {
  position: relative;
  margin-top: 60px;
}
.is-sp .tcs-tabs {
  margin-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.tcs-tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.is-sp .tcs-tabs ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.tcs-tabs ul li {
  position: relative;
}
.is-sp .tcs-tabs ul li {
  width: 33.3333333333%;
}
.tcs-tabs ul li a {
  display: block;
  width: 153px;
  height: 100%;
  padding: 10px 0 5px;
  background-color: #9C9C9C;
  border-radius: 7px 7px 0 0;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
}
.is-sp .tcs-tabs ul li a {
  width: 100%;
  font-size: 11px;
}
.tcs-tabs ul li a:hover {
  opacity: 0.8;
}
.tcs-tabs ul li a.active {
  background-color: #00338E;
}
.tcs-tabs ul li a.active:hover {
  opacity: 1;
}
.tcs-tabs ul li a.active span {
  color: #00338E;
}
.tcs-tabs ul li a span {
  display: inline-block;
  width: 120px;
  padding: 2px 0;
  margin-bottom: 6px;
  background-color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #9C9C9C;
}
.is-sp .tcs-tabs ul li a span {
  margin-bottom: 8px !important;
  font-size: 12px;
}
.tcs-tabs ul li a img {
  margin-top: 6px;
}
.is-sp .tcs-tabs ul li a img {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  margin-top: 2px !important;
}
.tcs-tabs ul li:nth-child(1) {
  z-index: 3;
}
.tcs-tabs ul li:nth-child(1) a span {
  margin-bottom: 13px;
}
.tcs-tabs ul li:nth-child(1) a img {
  margin-top: 15px;
}
.tcs-tabs ul li:nth-child(2) {
  z-index: 2;
}
.tcs-tabs ul li:nth-child(3) {
  z-index: 1;
}
.tcs-tabs ul li:nth-child(3) a span {
  margin-bottom: 13px;
}
.tcs-tabs ul li:nth-child(3) a img {
  margin-top: 15px;
}

.tcs-contents {
  position: relative;
  z-index: 3;
  padding: 40px;
  background-color: #fff;
  border: 1px solid #0048BA;
  -webkit-box-shadow: 5px 5px 10px rgba(138, 160, 174, 0.5);
          box-shadow: 5px 5px 10px rgba(138, 160, 174, 0.5);
  color: #00338E;
}
.is-sp .tcs-contents {
  padding: 30px 15px;
  margin-left: 15px;
  margin-right: 15px;
}
.tcs-contents > .tcs-btn {
  position: absolute;
  top: -60px;
  right: 0;
}
.is-sp .tcs-contents > .tcs-btn {
  top: auto;
  bottom: -80px;
  width: 100%;
}
.tcs-contents > .tcs-btn a {
  display: block;
  width: 260px;
  padding: 10px 10px 10px 0;
  background-color: #00338E;
  -webkit-box-shadow: 2px 2px 10px rgba(138, 160, 174, 0.5);
          box-shadow: 2px 2px 10px rgba(138, 160, 174, 0.5);
  font-size: 17px;
  color: #fff;
  text-align: center;
}
.is-sp .tcs-contents > .tcs-btn a {
  width: 100%;
  margin-top: 40px;
  font-size: 12px;
}
.tcs-contents h2 {
  position: relative;
  font-size: 21px;
  font-weight: bold;
}
.is-sp .tcs-contents h2 {
  margin-top: 0;
  font-size: 18px;
  color: #00338E;
}
.tcs-contents h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0048BA;
}
.tcs-contents h2 span {
  display: inline-block;
  padding: 8px 7px;
  margin-right: 10px;
  background-color: #0048BA;
  font-weight: normal;
  color: #fff;
  letter-spacing: -1px;
}
.tcs-contents h2 + p {
  margin: 10px 0 30px;
  font-size: 14px;
}
.tcs-contents h3 {
  position: relative;
  padding-bottom: 10px;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1;
}
.is-sp .tcs-contents h3 {
  margin-top: 0;
  font-size: 18px;
  color: #00338E;
}
.tcs-contents h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0048BA;
}
.tcs-contents p {
  font-size: 14px;
  line-height: 1.5;
}
.tcs-contents form {
  font-size: 15px;
  color: #231815;
}
.tcs-contents form input[type=text] {
  width: 100%;
  padding: 3px;
  font-size: 14px;
}
.is-sp .tcs-contents form input[type=text] {
  padding: 0 3px;
  font-size: 16px;
}
.tcs-contents form select {
  padding: 2px;
  width: 100%;
  font-size: 14px;
}
.tcs-contents form label {
  display: inline-block;
  margin-right: 20px;
}
.tcs-contents form label:last-child {
  margin-right: 0;
}
.tcs-contents form label input[type=radio] {
  margin-right: 5px;
}
.tcs-contents form .tcs-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tcs-contents form .tcs-btn a {
  display: block;
  width: 100%;
  padding: 8px 10px 8px 0;
  background-color: #F26820;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.tcs-contents form .tcs-btn a:last-child {
  background-color: #fff;
  border: 1px solid #00338E;
  font-size: 12px;
  color: #00338E;
  -ms-flex-item-align: center;
      align-self: center;
}
.tcs-contents .tcs-btn-info {
  margin-top: 15px;
}
.tcs-contents .tcs-btn-info a {
  display: block;
  width: 126px;
  padding: 2px;
  background-color: #EEF3F7;
  border: 1px solid #8099C6;
  font-size: 10px;
  text-align: center;
  line-height: 1.5;
  color: #00338E;
}
.tcs-contents .tcs-btn-info a img {
  margin-right: 3px;
  vertical-align: middle;
}
.tcs-contents .tcs-result {
  margin-top: 40px;
  padding: 25px 20px;
  background-color: #EEF3F7;
}
.tcs-contents .tcs-result + .tcs-txt-note {
  margin-top: 10px;
}
.tcs-contents .tcs-products h3 {
  text-align: center;
}
.tcs-contents .tcs-products h3 + p {
  text-align: center;
  margin: 10px 0 30px;
  font-size: 13px;
}
.tcs-contents .tcs-products .tcs-btn a {
  display: block;
  width: 100%;
  padding: 10px 10px 10px 20px;
  background-color: #4C70B0;
  -webkit-box-shadow: 2px 2px 10px rgba(138, 160, 174, 0.5);
          box-shadow: 2px 2px 10px rgba(138, 160, 174, 0.5);
  font-size: 15px;
  color: #fff;
}
.is-sp .tcs-contents .tcs-products .tcs-btn a {
  font-size: 12px;
}

.tcs-disclaimer {
  position: relative;
  margin-top: 70px;
  padding: 70px 0 60px;
}
.is-sp .tcs-disclaimer {
  margin-top: 120px;
  padding: 30px 15px;
}
.tcs-disclaimer > * {
  position: relative;
}
.tcs-disclaimer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1300px;
  height: 100%;
  background-color: #fff;
}
.tcs-disclaimer h2 {
  position: relative;
  padding: 0 0 10px 20px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #000045;
}
.is-sp .tcs-disclaimer h2 {
  margin-top: 0;
}
.tcs-disclaimer h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000045;
}
.tcs-disclaimer ul {
  list-style-type: disc;
  padding-left: 40px;
  margin: 20px 0 40px;
  color: #000045;
}
.is-sp .tcs-disclaimer ul {
  padding-left: 30px;
}
.tcs-disclaimer ul li {
  margin-top: 3px;
  font-size: 13px;
  line-height: 1.5;
}
.tcs-disclaimer .tcs-btn a {
  display: block;
  width: 130px;
  margin: 0 auto;
  padding: 5px 10px 5px 0;
  background-color: #00338E;
  -webkit-box-shadow: 2px 2px 10px rgba(138, 160, 174, 0.5);
          box-shadow: 2px 2px 10px rgba(138, 160, 174, 0.5);
  font-size: 13px;
  color: #fff;
  text-align: center;
}

.tcs-modal {
  margin: 30px 20px;
  font-size: 12px;
}
.is-sp .tcs-modal {
  margin: 15px 10px 10px;
}
.tcs-modal h2 {
  position: relative;
  padding-bottom: 6px;
  margin-top: 40px;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: bold;
  color: #00338E;
}
.tcs-modal h2:first-of-type {
  margin-top: 0;
}
.tcs-modal h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #00338E;
}
.tcs-modal h3 {
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  color: #00338E;
}
.tcs-modal p {
  margin-top: 8px;
  line-height: 1.4;
}
.tcs-modal figure {
  margin: 16px 0;
  text-align: center;
}
.tcs-modal figure:last-child {
  margin-bottom: 0;
}
.tcs-modal figure img {
  min-width: 100%;
  max-width: none;
}
.is-sp .tcs-modal figure img {
  min-width: auto;
  max-width: 100%;
}
.tcs-modal table {
  margin: 16px 0;
}
.tcs-modal table td {
  padding: 2px 0 2px 15px;
}
.tcs-modal table td:first-of-type {
  padding-left: 0;
}
.tcs-modal .tcs-2col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 40px;
}
.is-sp .tcs-modal .tcs-2col-wrap {
  display: block;
}
.tcs-modal .tcs-txt01 {
  margin-top: 25px;
}
.tcs-modal .tcs-txt02 span {
  display: inline-block;
}
.tcs-modal .tcs-txt02 span:nth-of-type(1) {
  margin-right: 10px;
}
.tcs-modal .tcs-txt-note {
  padding-left: 1em;
  text-indent: -1em;
}

.modal-open {
  overflow: visible !important;
  position: static !important;
}/*# sourceMappingURL=common.css.map */