@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1;
  background: #fff;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section, main {
  display: block;
}

/* change colours to suit your needs */
/* change colours to suit your needs */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

address {
  font-style: normal;
}

/* change border colour to suit your needs */
input, select {
  vertical-align: middle;
}

sup {
  font-size: 50%;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: normal;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes up {
  from {
    transform: translateY(10px);
  }
  to {
    transform: translateY(0px);
  }
}
html {
  width: 100%;
}

body {
  width: 100%;
  font-size: 15px;
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #455351;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  letter-spacing: 0.05em;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
}
body.hide {
  overflow: hidden;
}

a {
  color: #2cb19e;
  -webkit-tap-highlight-color: rgba(0, 145, 219, 0.3);
}
a img {
  border-style: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.disc {
  list-style-type: disc;
  padding-left: 16px;
}

ol {
  padding-left: 30px;
}
ol li {
  margin-bottom: 30px;
}

img.alignleft {
  float: left;
  margin: 0 12px 12px 0;
}
img.alignright {
  float: right;
  margin: 0 0 12px 12px;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}

em {
  color: #e2423d;
  font-style: normal;
}

strong {
  color: #e2423d;
}

p {
  margin: 0 0 24px;
}
p:last-child {
  margin: 0;
}

br {
  font-size: 0px;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  outline: none;
}

form input[type=text],
form input[type=number],
form input[type=tel],
form input[type=email],
form select {
  margin: 0;
  padding: 12px;
  font-size: 18px;
  color: #455351;
  background: transparent;
  letter-spacing: 0.1em;
  background: #f5f5f5;
}
form input[type=text], form input[type=number],
form input[type=tel], form input[type=email] {
  border: 1px solid #c3c3c3;
  border-radius: 5px;
}
form input[type=submit] {
  display: block;
  width: 280px;
  height: 60px;
  background: #2cb19e;
  color: #fff;
  cursor: pointer;
  transition: 0.4s;
  border-radius: 5px;
  letter-spacing: 0.1em;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  form input[type=submit] {
    font-size: 20px;
    height: 72px;
  }
}
form input[type=submit]:hover {
  background: #0091db;
}
form input[type=submit].center {
  margin: 0 auto;
}
form input[type=submit][disabled] {
  background-color: #c3c3c3;
}
form input[readonly] {
  background-color: #c3c3c3;
}
form select {
  padding: 12px 36px 12px 12px;
}
form select::-ms-expand {
  display: none;
}
form .field.select {
  border: 1px solid #c3c3c3;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
form .field.select::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2cb19e;
  pointer-events: none;
  margin-top: -3px;
}
form .field.select select {
  width: 100%;
}

br.sp {
  display: inline;
}
@media screen and (min-width: 769px) {
  br.sp {
    display: none;
  }
}
br.pc {
  display: none;
}
@media screen and (min-width: 769px) {
  br.pc {
    display: inline;
  }
}

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

.txt-danger {
  color: #f00;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 60px;
  background: #2cb19e;
  color: #fff;
  cursor: pointer;
  transition: 0.4s;
  border-radius: 5px;
  letter-spacing: 0.1em;
  font-size: 18px;
  text-decoration: none;
}
.btn.center {
  margin-left: auto;
  margin-right: auto;
}
.btn:hover {
  background: #0091db;
}

.btn_area {
  margin-top: 36px;
}
@media screen and (min-width: 769px) {
  .btn_area {
    margin-top: 60px;
  }
}
@media screen and (min-width: 769px) {
  .btn_area.center {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.btn_area .btn {
  margin-bottom: 12px;
}
@media screen and (min-width: 769px) {
  .btn_area .btn {
    margin-bottom: 0;
  }
}

.error, .formError {
  font-weight: bold;
  line-height: 1.4;
  color: #e2423d;
  margin-top: 12px;
  padding: 12px;
  width: 100%;
  box-sizing: border-box;
  border-left: 2px solid #e2423d;
}

.formError {
  font-size: 20px;
}

.contents_body {
  letter-spacing: 0.1em;
  line-height: 1.8;
}

header {
  width: 100%;
  height: 60px;
  padding: 0 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  header {
    height: 120px;
    padding: 0 18px;
    position: static;
  }
}
header .logo {
  display: block;
  width: 144px;
  height: 26px;
  background: url("../images/logo.png") center center/100% 100% no-repeat;
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  header .logo {
    width: 288px;
    height: 52px;
  }
}
header .logo-jp {
  display: none;
  background: url("../images/logo_jp.png") center center/100% 100% no-repeat;
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 18px;
  right: 18px;
}
@media screen and (min-width: 769px) {
  header .logo-jp {
    display: block;
    width: 200px;
    height: 18px;
  }
}
header .subnav {
  display: none;
}
@media screen and (min-width: 769px) {
  header .subnav {
    display: flex;
    align-items: center;
    position: absolute;
    top: 35px;
    right: 18px;
    height: 85px;
  }
}
header .subnav li {
  margin-right: 20px;
}
header .subnav li:last-of-type {
  margin-right: 0;
}
header .subnav li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  color: #455351;
  transition: 0.4s;
}
header .subnav li a svg {
  display: block;
  width: 20px;
  height: auto;
}
@media screen and (min-width: 769px) {
  header .subnav li a svg {
    margin-right: 8px;
  }
}
header .subnav li a svg .cls-1 {
  fill: #fff;
  opacity: 0;
}
header .subnav li a svg .cls-2 {
  fill: #2aab99;
  fill-rule: evenodd;
  transition: 0.4s;
}
header .subnav li a:hover {
  color: #0091db;
}
header .subnav li a:hover svg .cls-2 {
  fill: #0091db;
}
header #menu_btn {
  position: absolute;
  display: block;
  width: 44px;
  height: 44px;
  top: 8px;
  right: 12px;
  z-index: 999;
}
header #menu_btn div, header #menu_btn:before, header #menu_btn:after {
  display: block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 7px;
  width: 30px;
  height: 3px;
  background: #2cb19e;
}
header #menu_btn:before, header #menu_btn:after {
  content: "";
  display: block;
}
header #menu_btn:before {
  top: 12px;
}
header #menu_btn div {
  top: 20.5px;
}
header #menu_btn:after {
  bottom: 12px;
}
header #menu_btn.on:before {
  transform: translateY(11.5px) rotate(-45deg);
}
header #menu_btn.on div {
  opacity: 0;
}
header #menu_btn.on:after {
  transform: translateY(-11.5px) rotate(45deg);
}
@media screen and (min-width: 769px) {
  header #menu_btn {
    display: none;
  }
}

nav a {
  text-decoration: none;
}
nav#global {
  display: none;
}
@media screen and (min-width: 769px) {
  nav#global {
    display: block;
    width: 100%;
    height: 72px;
    background-image: linear-gradient(90deg, #2cb19e 0%, #0091db 100%);
  }
}
nav#global > ul {
  display: flex;
  align-items: center;
 /* justify-content: space-around;*/
  height: 100%;
}
nav#global > ul > li {
  width: calc(100% / 7);
  height: 100%;
  position: relative;
}
nav#global > ul > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  nav#global > ul > li a {
    font-size: 14px;
  }
}
nav#global > ul > li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
nav#global > ul > li a:hover::after {
  opacity: 1;
}
nav#global > ul > li ul {
  background: #2cb19e;
  position: absolute;
  min-width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
nav#global > ul > li ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 18px 12px;
  white-space: nowrap;
  text-align: left;
}
nav#global > ul > li ul li a::before {
  content: "";
  display: block;
  width: 5px;
  height: 8px;
  background: url("../images/arrow_white.svg") center center/100% 100% no-repeat;
  margin-right: 8px;
}
nav#global > ul > li ul.sub {
  top: 72px;
  left: 0;
}
nav#global > ul > li ul.sub li {
  position: relative;
}
nav#global > ul > li ul.sub_2nd {
  top: 0;
  left: 100%;
}
nav#global > ul > li.products ul {
  background: #24aba9;
}
nav#global > ul > li.example ul {
  background: #18a3ba;
}
nav#global > ul > li.member ul {
  background: #0193d8;
}
nav#global > ul > li.member ul.sub {
  left: auto;
  right: 0;
}
nav#global > ul > li:hover ul.sub {
  opacity: 1;
  visibility: visible;
}
nav#global > ul > li:hover ul.sub li:hover ul.sub_2nd {
  opacity: 1;
  visibility: visible;
}
nav#sp_global {
  background-image: linear-gradient(135deg, rgba(44, 177, 158, 0.95) 0%, rgba(0, 145, 219, 0.85) 100%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  z-index: -1;
}
nav#sp_global.on {
  visibility: visible;
  opacity: 1;
  z-index: 1000;
}
nav#sp_global .upper {
  height: 60px;
  position: relative;
}
nav#sp_global #close {
  position: absolute;
  display: block;
  width: 44px;
  height: 44px;
  top: 8px;
  right: 12px;
  z-index: 10000;
}
nav#sp_global #close:before, nav#sp_global #close:after {
  display: block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 7px;
  width: 30px;
  height: 3px;
  background: #fff;
}
nav#sp_global #close:before, nav#sp_global #close:after {
  content: "";
  display: block;
}
nav#sp_global #close:before {
  top: 12px;
  transform: translateY(8.5px) rotate(-45deg);
}
nav#sp_global #close:after {
  bottom: 12px;
  transform: translateY(-8.5px) rotate(45deg);
}
nav .main {
  padding: 16px;
}
nav .main > li a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  padding: 18px 0;
  font-size: 16px;
  position: relative;
}
nav .main > li a::after {
  content: "";
  display: block;
  width: 5px;
  height: 8px;
  background: url("../images/arrow_white.svg") center center/100% 100% no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
}
nav .main > li .sub {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: 0.4s;
  padding-left: 16px;
}
nav .main > li .sub .cat {
  padding: 18px 0;
}
nav .main > li .sub .cat .cat_name {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
}
nav .main > li.accordion > a::after {
  transform: rotate(90deg);
}
nav .main > li.accordion > a.open::after {
  transform: rotate(270deg);
}
nav .main > li.accordion .sub.open {
  visibility: visible;
  opacity: 1;
  height: auto;
}

main {
  padding-top: 84px;
}
@media screen and (min-width: 769px) {
  main {
    padding-top: 0;
  }
}

article {
  padding: 0 16px;
  margin-bottom: 96px;
}
@media screen and (min-width: 769px) {
  article {
    width: 880px;
    margin: 0 auto 120px;
    padding-top: 72px;
  }
}
article h2 {
  color: #2cb19e;
  font-weight: normal;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 48px;
}
@media screen and (min-width: 769px) {
  article h2 {
    font-size: 36px;
    margin-bottom: 72px;
  }
}
article h3 {
  color: #2cb19e;
  font-weight: normal;
  text-align: center;
  font-size: 20px;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  article h3 {
    font-size: 28px;
    margin-bottom: 36px;
  }
}
article .guide {
  text-align: center;
  font-size: 18px;
  margin-bottom: 48px;
}
@media screen and (min-width: 769px) {
  article .guide {
    font-size: 20px;
    margin-bottom: 54px;
  }
}
article section {
  margin-bottom: 72px;
}
@media screen and (min-width: 769px) {
  article section {
    margin-bottom: 150px;
  }
}
article section:last-of-type {
  margin-bottom: 0;
}
article form .category {
  border-top: 1px solid #2cb19e;
  padding: 12px;
  margin-bottom: 36px;
}
@media screen and (min-width: 769px) {
  article form .category {
    margin-bottom: 48px;
    padding: 0;
  }
}
article form .category .sub {
  margin-top: 24px;
  padding-top: 12px;
}
@media screen and (min-width: 769px) {
  article form .category .sub {
    margin-top: 36px;
    padding: 0;
  }
}
article form .category .fields {
  margin-bottom: 24px;
}
article form .category .fields:last-of-type {
  margin-bottom: 0;
}
article form label {
  display: block;
  font-size: 16px;
  width: 100%;
  margin-bottom: 12px;
}
@media screen and (min-width: 769px) {
  article form .category .fields {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
    padding: 20px 36px;
    border-bottom: 1px solid #c3c3c3;
  }
  article form .category .fields:last-of-type {
    border: none;
  }
  article form label {
    width: 40%;
  }
}
@media screen and (min-width: 769px) {
  article form label {
    margin: 0;
    font-size: 18px;
  }
}
article form .cat_title {
  color: #2cb19e;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  article form .cat_title {
    margin-bottom: 0;
  }
}
article form .title {
  font-size: 16px;
  color: #2cb19e;
}
@media screen and (min-width: 769px) {
  article form .title {
    padding: 20px 36px;
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  article form .set {
    display: flex;
    align-items: center;
  }
}
article form #reference {
  display: block;
  width: 100%;
  margin: 0 auto 36px;
}
@media screen and (min-width: 769px) {
  article form #reference {
    width: 92%;
    margin: 0 0 0 auto;
  }
}
article form .container {
  border-bottom: 1px solid #c3c3c3;
  padding: 20px 36px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  article form .container {
    align-items: flex-start;
    flex-direction: row;
  }
}
article form .container.col2 {
  padding: 0 0 20px;
}
article form .container.col2 .set {
  width: 100%;
  border: none;
}
@media screen and (min-width: 769px) {
  article form .container.col2 .set {
    width: 50%;
  }
}
article form .container.col2 .fields label {
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
article form .container.col2 .fields .field {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  article form .container.col2 .fields label {
    width: 60%;
  }
  article form .container.col2 .box {
    width: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
  }
}
@media screen and (min-width: 769px) {
  article form .container.col2 .fields .field {
    width: 40%;
  }
}
article form .container.col2 .fields input {
  width: 100%;
  box-sizing: border-box;
}
article form .container.col2 .fields:last-of-type {
  border: none;
}
article form #position {
  flex-direction: column-reverse;
}
@media screen and (min-width: 769px) {
  article form #position {
    flex-direction: row;
  }
}

footer .upper {
  background: #e5f2f0;
}
footer .upper::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: linear-gradient(-90deg, #2cb19e 0%, #0091db 100%);
}
@media screen and (min-width: 769px) {
  footer .upper::after {
    height: 10px;
  }
}
@media screen and (min-width: 769px) {
  footer .upper .container {
    display: flex;
  }
}
footer .upper .visual {
  display: none;
}
@media screen and (min-width: 769px) {
  footer .upper .visual {
    display: block;
    width: 50%;
    background: url("../images/footer_bg.png") center right/cover no-repeat;
  }
}
footer .upper .box {
  padding: 36px 12px;
}
@media screen and (min-width: 769px) {
  footer .upper .box {
    width: 50%;
    margin: 0 0 0 auto;
    padding: 48px 0;
  }
}
footer .upper .box .nav {
  display: none;
}
@media screen and (min-width: 769px) {
  footer .upper .box .nav {
    display: flex;
  }
}
footer .upper .box .nav > ul {
  width: 50%;
}
footer .upper .box .nav > ul li {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  footer .upper .box .nav > ul li {
    margin-bottom: 24px;
    font-size: 14px;
  }
}
footer .upper .box .nav > ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 8px;
  background: url("../images/arrow_green.svg") center center/100% 100% no-repeat;
  margin-right: 8px;
}
footer .upper .box .nav > ul li a {
  text-decoration: none;
  color: #455351;
}
footer .upper .box .nav > ul li a[href]:hover {
  color: #2cb19e;
}
footer .upper .box .nav > ul li > span {
  font-weight: bold;
  color: #2cb19e;
  padding-left: 13px;
}
footer .upper .box .nav > ul li ul {
  margin-top: 24px;
  padding-left: 13px;
}
footer .upper .box .nav > ul li.cat {
  display: block;
}
footer .upper .box .nav > ul li.cat::before {
  display: none;
}
footer .upper .box .nav > ul li.cat ul {
  display: flex;
  flex-wrap: wrap;
}
footer .upper .box .nav > ul li.cat ul li {
  width: 50%;
}
footer .upper address {
  display: block;
}
@media screen and (min-width: 769px) {
  footer .upper address {
    margin-top: 30px;
    padding-left: 1vw;
  }
}
footer .upper address .company_name {
  color: #2cb19e;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
}
footer .upper address .company_name_en {
  font-size: 11px;
  margin-bottom: 20px;
}
footer .upper address .address {
  font-size: 13px;
  line-height: 1.4;
}
footer .bottom {
  padding: 48px 0;
}
footer .bottom .logo {
  display: block;
  width: 206px;
  margin: 0 auto 36px;
}
@media screen and (min-width: 769px) {
  footer .bottom .logo {
    margin-bottom: 48px;
  }
}
footer .bottom .logo img {
  width: 100%;
}
footer .bottom .subnav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
footer .bottom .subnav li {
  margin-right: 20px;
}
@media screen and (min-width: 769px) {
  footer .bottom .subnav li {
    margin-right: 60px;
  }
}
footer .bottom .subnav li:last-of-type {
  margin-right: 0;
}
footer .bottom .subnav li a {
  color: #455351;
  font-size: 12px;
  text-decoration: none;
}
footer .bottom .subnav li a[href]:hover {
  color: #2cb19e;
}
footer small {
  display: block;
  text-align: center;
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  footer small {
    font-size: 12px;
  }
}

#strength_calc .contents_body {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #strength_calc .contents_body {
    margin-bottom: 72px;
  }
}
#strength_calc .items {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  #strength_calc .items {
    flex-direction: row;
    margin: 0 auto;
  }
}
#strength_calc .items .item {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #strength_calc .items .item {
    width: 50%;
    order: inherit !important;
  }
}
#strength_calc .items .item .title,
#strength_calc .items .item .data {
  padding: 18px 10px;
  box-sizing: border-box;
  font-size: 14px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  #strength_calc .items .item .title,
#strength_calc .items .item .data {
    margin: 0;
    font-size: 16px;
    padding: 18px 12px;
  }
}
#strength_calc .items .item .title {
  width: 75%;
  background: #e5f2f0;
  color: #2cb19e;
  border-bottom: 1px solid #2cb19e;
}
@media screen and (min-width: 769px) {
  #strength_calc .items .item .title {
    width: 65%;
  }
}
#strength_calc .items .item .data {
  width: 25%;
  border-bottom: 1px solid #c3c3c3;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  #strength_calc .items .item .data {
    width: 30%;
  }
}
#strength_calc .items.term {
  border-top: 2px solid #2cb19e;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  #strength_calc .items.term {
    flex-direction: row;
  }
}
#strength_calc .items.term .head {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2cb19e;
  box-sizing: border-box;
  padding: 12px 0 18px;
}
@media screen and (min-width: 769px) {
  #strength_calc .items.term .head {
    width: 10%;
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  #strength_calc .items.term .term_data {
    width: 90%;
  }
}
#strength_calc .items.term .term_data .item {
  width: 100%;
}
#strength_calc .items.term .term_data .item:last-child .title,
#strength_calc .items.term .term_data .item:last-child .data {
  border-bottom: none;
}
#strength_calc .items.term .term_data .title.cat {
  background: #fff;
}

#conditions #cond-calc_method {
  order: 1;
}
#conditions #cond-product {
  order: 2;
}
#conditions #cond-type {
  order: 3;
}
#conditions #cond-ac {
  order: 4;
}
#conditions #cond-vertical_num {
  order: 5;
}
#conditions #cond-vertical_pitch {
  order: 6;
}
#conditions #cond-horizontal_num {
  order: 7;
}
#conditions #cond-horizontal_pitch {
  order: 8;
}
#conditions #cond-anchor {
  order: 9;
}
#conditions #cond-material {
  order: 10;
}
#conditions #cond-area {
  order: 11;
}
#conditions #cond-pit_diameter {
  order: 12;
}
#conditions #cond-pit_depth {
  order: 13;
}
#conditions #cond-concrete {
  order: 14;
}
#conditions #cond-product .data {
  font-weight: bold;
  color: #2cb19e;
}

#result .result_container {
  border-bottom: 2px solid #2cb19e;
}
@media screen and (min-width: 769px) {
  #result .pdf {
    margin-left: 60px;
  }
}