@charset "UTF-8";
.contact-title-area, .contents-headline {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 80%;
  border-bottom: 4px solid #1a3256;
}

.contact-title-area::before, .contents-headline::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 20%;
  border-bottom: 4px solid #F9C270;
}

.contact-title-area > h3, .contents-headline > h3 {
  position: relative;
  padding-left: 60px;
  color: #1a3256;
  font-size: 25px;
}

.contact-title-area > h3::before, .contents-headline > h3::before {
  content: '\f13d';
  position: absolute;
  top: 4px;
  left: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.index-headline {
  display: block;
  position: relative;
  margin: 1em 0;
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.index-headline::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  border-radius: 3px;
  background: #F9C270;
}

.company-introduction-wrap {
  margin: 50px auto 100px;
  width: 100%;
  text-align: center;
}

.company-introduction-wrap p.main-txt, .company-introduction-wrap p.main-txt-eng {
  display: block;
  margin: 0 auto;
  width: 80%;
  color: #CD5360;
  font-weight: bold;
}

.company-introduction-wrap p.sub-txt {
  margin: 20px 20px 0;
}

.company-introduction-wrap p.main-txt {
  font-size: 45px;
}

.company-introduction-wrap p.main-txt-eng {
  font-size: 35px;
}

.company-introduction-wrap p.sub-txt {
  font-size: 25px;
}

.company-introduction-wrap p.sub-txt-eng {
  font-size: 20px;
  margin: 20px 60px;
}

.software-pickup-wrap {
  padding: 10px 0 20px;
}

.software-pickup-wrap > p {
  display: block;
  margin-top: 50px;
  text-align: center;
}

.software-pickup-wrap > p > span {
  color: #CD5360;
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
}

.software-pickup-wrap .software-others {
  margin: 30px auto 20px;
  width: 100%;
  text-align: center;
}

.software-pickup-wrap .software-others > a {
  display: inline-block;
  margin: 0 auto;
  padding: 10px;
  width: 400px;
  color: #1a3256;
  text-decoration: none;
  text-align: center;
  border: 2px solid #1a3256;
  border-radius: 4px;
  transition: .5s;
}

.software-pickup-wrap .software-others > a:hover {
  color: #fff;
  background-color: #1a3256;
  border-color: #419CC0;
}

.software-pickup-jpn {
  background: #EFEFEF;
}

.pickup-inner {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: row wrap;
  justify-content: center;
  padding: 20px 0;
  width: 100%;
}

.pickup-inner .pickup-soft {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column nowrap;
  margin: 20px;
  width: 320px;
  height: 460px;
  border: 1px solid #EFEFEF;
  background: #fff;
  filter: drop-shadow(0px 0px 5px #ccc);
  -moz-filter: drop-shadow(0px 0px 5px #ccc);
  -webkit-filter: drop-shadow(0px 0px 5px #ccc);
  -ms-filter: drop-shadow(0px 0px 5px #ccc);
}

.pickup-inner .pickup-soft > p {
  display: block;
  margin: 0 auto;
  width: 85%;
}

.pickup-inner .pickup-soft .pickup-soft-title {
  display: inline-block;
  padding: 10px 0 20px 0;
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.pickup-inner .pickup-soft .pickup-soft-title::after {
  content: attr(data-name);
  display: block;
  font-size: 18px;
}

.pickup-inner .pickup-soft .pt-base {
  color: #00a0e9;
}

.pickup-inner .pickup-soft .pt-props {
  color: #e4007f;
}

.pickup-inner .pickup-soft .pt-chart {
  color: #f7b550;
}

.pickup-inner .pickup-soft .pickup-soft-img {
  margin: 20px 0 0;
  text-align: center;
}

.pickup-inner .pickup-soft .learn-link {
  margin: auto auto 20px;
  width: 100%;
}

.pickup-inner .pickup-soft .learn-link a.software-link {
  display: block;
  position: relative;
  margin: auto auto 10px;
  padding: 5px;
  width: 80%;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.pickup-inner .pickup-soft .learn-link a.software-link span {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  transition: left .4s .1s;
}

.pickup-inner .pickup-soft .learn-link a.software-link i.button-icon {
  position: relative;
  left: 0;
  top: 20px;
  font-style: normal;
  opacity: 0;
  transition: left .3s 0s,top .3s 0s,opacity .3s 0s;
}

.pickup-inner .pickup-soft .learn-link a.software-link:hover {
  background: #fff;
}

.pickup-inner .pickup-soft .learn-link a.software-link:hover span {
  left: 10px;
  transition: left .4s;
}

.pickup-inner .pickup-soft .learn-link a.software-link:hover i.button-icon {
  left: 0;
  top: 2px;
  opacity: 1;
  transition: left .3s 0s,top .3s .1s,opacity .3s .1s;
}

.pickup-inner .pickup-soft .learn-link a.software-link:hover i.button-icon::before {
  content: '\f0a9';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.pickup-inner .pickup-soft .learn-link a.software-link-jp {
  border: 2px solid #419CC0;
  border-radius: 5px;
  background: #419CC0;
}

.pickup-inner .pickup-soft .learn-link a.software-link-jp i.button-icon {
  color: #419CC0;
}

.pickup-inner .pickup-soft .learn-link a.software-link-jp:hover {
  color: #419CC0;
  filter: drop-shadow(0px 0px 3px rgba(65, 156, 192, 0.4));
  -moz-filter: drop-shadow(0px 0px 3px rgba(65, 156, 192, 0.4));
  -webkit-filter: drop-shadow(0px 0px 3px rgba(65, 156, 192, 0.4));
  -ms-filter: drop-shadow(0px 0px 3px rgba(65, 156, 192, 0.4));
}

.pickup-inner .pickup-soft .learn-link a.software-link-en {
  border: 2px solid #D7757F;
  border-radius: 5px;
  background: #D7757F;
}

.pickup-inner .pickup-soft .learn-link a.software-link-en i.button-icon {
  color: #D7757F;
}

.pickup-inner .pickup-soft .learn-link a.software-link-en:hover {
  color: #D7757F;
  filter: drop-shadow(0px 0px 3px rgba(215, 117, 127, 0.4));
  -moz-filter: drop-shadow(0px 0px 3px rgba(215, 117, 127, 0.4));
  -webkit-filter: drop-shadow(0px 0px 3px rgba(215, 117, 127, 0.4));
  -ms-filter: drop-shadow(0px 0px 3px rgba(215, 117, 127, 0.4));
}

.pam-wrap {
  padding: 30px 0 0;
}

.pam-wrap .pam-inner {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: row wrap;
  justify-content: center;
  text-align: center;
}

.pam-wrap .pam-inner .pam-box {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column nowrap;
  margin: 20px;
  width: 250px;
  height: 360px;
}

.pam-wrap .pam-inner .pam-box p.p-title {
  display: block;
  margin-bottom: 1em;
  width: 100%;
  color: #419CC0;
  font-weight: bold;
  border-bottom: 2px dotted #419CC0;
}

.pam-wrap .pam-inner .pam-box p.p-2 {
  margin-top: 1.5em;
}

.pam-wrap .pam-inner .pam-box p.p-txt {
  font-size: 13px;
}

.pam-wrap .pam-inner .pam-box p.pdf-icon {
  display: block;
  position: relative;
  margin: 10px auto 0;
  padding-left: 20px;
  width: 90px;
  color: #CD5360;
  font-size: 12px;
  border: 1px solid #CD5360;
  border-radius: 3px;
}

.pam-wrap .pam-inner .pam-box p.pdf-icon::before {
  content: '\f1c1';
  position: absolute;
  box-sizing: border-box;
  text-indent: 0;
  padding-top: 2px;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 100%;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  background: #CD5360;
}

.pam-wrap .pam-inner .pam-box img {
  filter: drop-shadow(2px 0 2px rgba(0, 0, 0, 0.2));
  -moz-filter: drop-shadow(2px 0 2px rgba(0, 0, 0, 0.2));
  -webkit-filter: drop-shadow(2px 0 2px rgba(0, 0, 0, 0.2));
  -ms-filter: drop-shadow(2px 0 2px rgba(0, 0, 0, 0.2));
}

.info-table {
  margin: 50px auto 0;
  width: 80%;
  border-collapse: collapse;
}

.info-table tr:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.info-table th {
  padding: 15px 30px;
  min-width: 130px;
  -moz-text-align-last: justify;
  text-align-last: justify;
  color: #419CC0;
}

.info-table td {
  padding: 15px 40px;
}

.info-table td ul {
  margin-left: 35px;
}

.cp_csslider:before, .cp_csslider:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_cssslider {
  width: 400px;
  padding-top: 300px;
  position: relative;
  margin: 2em auto;
  text-align: center;
}

.cp_cssslider > img {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
  border-radius: 3px;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
}

.cp_cssslider input[name='cp_switch'] {
  display: none;
}

.cp_cssslider label {
  margin: 15px 5px 0 5px;
  border: 2px solid #ffffff;
  display: inline-block;
  cursor: pointer;
  transition: all 0.5s ease;
  opacity: 0.6;
  border-radius: 3px;
}

.cp_cssslider label img {
  display: block;
  width: 60px;
  border-radius: 2px;
}

.cp_cssslider label:hover {
  opacity: 0.9;
}

.cp_cssslider input[name='cp_switch']:checked + label {
  border: 2px solid #c32e4b;
  opacity: 1;
}

.cp_cssslider input[name='cp_switch'] ~ img {
  opacity: 0;
}

.cp_cssslider input[name='cp_switch']:checked + label + img {
  opacity: 1;
}

p.company-text-style {
  display: block;
  margin: 50px auto 100px;
  width: 70%;
  line-height: 1.6em;
}

.access-map {
  margin: 50px auto;
  width: 70%;
}

.access-route {
  margin: 50px auto;
  width: 70%;
}

.access-route > p {
  display: block;
  position: relative;
  padding-left: 30px;
  color: #419CC0;
  font-weight: bold;
  border-bottom: 2px solid #419CC0;
}

.access-route .route-train::before {
  content: '\f238';
  position: absolute;
  top: 2px;
  left: 7px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.access-route .route-bus::before {
  content: '\f207';
  position: absolute;
  top: 2px;
  left: 7px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.access-route > ul {
  position: relative;
  margin: 20px;
  list-style-type: none;
}

.access-route > ul > li {
  padding: 5px 5px 5px 30px;
}

.access-route > ul > li::before {
  content: '\f0a9';
  position: absolute;
  padding-top: 2px;
  left: 5px;
  color: #F9C270;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

#section-business > a.section-top {
  display: block;
  margin-top: -150px;
  padding-top: 150px;
}

#section-business > .business-sample-link {
  margin: 5px auto 50px;
  padding: 10px;
  width: 70%;
  color: #CD5360;
}

#section-business > .business-sample-link > a {
  color: #419CC0;
  font-weight: bold;
}

#section-business ol {
  display: block;
  margin: 30px auto 80px;
  width: 65%;
}

#section-business ol li {
  padding: 0.3em;
}

#section-business ol li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
}

#section-business ol li a.sample-s {
  text-indent: -999px;
  color: #fff;
}

#section-business ol li a.sample-s::before {
  content: '\f1c1';
  position: absolute;
  box-sizing: border-box;
  text-indent: 0;
  padding-top: 2px;
  padding-left: 5px;
  top: 0px;
  left: 0px;
  color: #CD5360;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

#section-business ol li a.sample-s:hover::before {
  content: '\f1c1';
  position: absolute;
  box-sizing: border-box;
  text-indent: 0;
  padding-top: 2px;
  padding-left: 5px;
  top: 0px;
  left: 0px;
  color: #CD5360;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

#section-business ol li a.sample-d-l {
  padding-left: 25px;
  width: 80px;
  border: 1px solid #CD5360;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #CD5360;
  font-size: 11px;
}

#section-business ol li a.sample-d-l::before {
  content: '\f1c1';
  position: absolute;
  box-sizing: border-box;
  padding-top: 2px;
  padding-left: 5px;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 100%;
  background: #CD5360;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

#section-business ol li a.sample-d-l:hover {
  color: #fff;
  background: #CD5360;
}

#section-business ol li a.sample-d-r {
  width: 65px;
  color: #419CC0;
  font-size: 11px;
  text-align: center;
  border: 1px solid #419CC0;
}

#section-business ol li a.sample-d-r:hover {
  color: #fff;
  background: #419CC0;
}

#section-business > ul {
  display: block;
  margin: 40px auto 80px;
  width: 70%;
  list-style-type: none;
}

#section-business > ul > li > h4 {
  display: block;
  position: relative;
  padding-left: 30px;
  border-bottom: 2px solid #419CC0;
}

#section-business > ul > li > h4::before {
  content: '\f138';
  position: absolute;
  padding-top: 2px;
  left: 5px;
  color: #F9C270;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

#section-business > ul > li > ul {
  display: block;
  margin: 30px auto 60px;
  width: 85%;
  list-style-type: lower-alpha;
}

#section-business > ul > li > ul > li {
  padding: 0.2em;
}

.softwarelist-wrap {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
}

.softwarelist-box {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  margin: 10px 20px 30px;
  width: 330px;
  height: 400px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.2));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.2));
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.2));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.2));
}

.softwarelist-box h3 {
  margin-bottom: 20px;
  padding: 45px 0 25px 125px;
  width: 100%;
  font-size: 25px;
}

.softwarelist-box h3::after {
  content: attr(data-text);
  display: block;
  margin-top: .3em;
  color: #666;
  font-size: 15px;
  letter-spacing: .1em;
}

.softwareitem-desc {
  padding: 10px 30px 30px;
}

.vsl_base {
  background: url(../images/software/vsl_base.png) no-repeat;
  background-position: 15px 25px;
}

.vsl_tons {
  background: url(../images/software/vsl_tons.png) no-repeat;
  background-position: 15px 25px;
}

.vsl_props {
  background: url(../images/software/vsl_props.png) no-repeat;
  background-position: 15px 25px;
}

.ld_chart {
  background: url(../images/software/ld_chart.png) no-repeat;
  background-position: 15px 25px;
}

.vsl_helmo {
  background: url(../images/software/vsl_helmo.png) no-repeat;
  background-position: 15px 25px;
}

.vsl_freeb {
  background: url(../images/software/vsl_freeb.png) no-repeat;
  background-position: 15px 25px;
}

.softwareitem-link {
  overflow: hidden;
  position: relative;
  margin: auto auto 30px;
  padding: 10px 0;
  width: 85%;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
  background: #1a3256;
}

.softwareitem-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: transform .25s ease-in;
}

.softwareitem-link span {
  display: block;
  position: relative;
  z-index: 1;
}

.softwareitem-link:hover::before {
  transform: translateX(0);
}

.softwareitem-link:hover span {
  animation: animButtonSpan 0.4s;
}

@keyframes animButtonSpan {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  35% {
    transform: translateX(20px);
    opacity: 0;
  }
  50.001% {
    transform: translateX(-20px);
  }
  60% {
    transform: translateX(0px);
  }
}

.link-vsl_base::before {
  background: #00a0e9;
}

.link-vsl_tons::before {
  background: #930683;
}

.link-vsl_props::before {
  background: #e4007f;
}

.link-ld_chart::before {
  background: #f7b550;
}

.link-vsl_helmo::before {
  background: #8fc31e;
}

.link-vsl_freeb::before {
  background: #10b4b1;
}

.section-software-wrap {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  margin: 50px 0 100px;
  width: 100%;
}

.section-software-wrap .software-img {
  margin: 10px 0 40px;
}

.section-software-wrap .outline-text-en {
  width: 70%;
}

.section-software-wrap .software-outline-text {
  margin: 0 20px;
}

.section-software-wrap .software-outline-text > ul {
  margin-left: 2em;
  list-style-type: none;
  font-size: 20px;
}

.section-software-wrap .software-outline-text > ul li {
  position: relative;
  margin: 5px auto;
}

.section-software-wrap .software-outline-text > ul li::before {
  content: '\f058';
  position: absolute;
  top: 0.2em;
  left: -1.5em;
  color: #e62e53;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.section-software-wrap .software-outline-text span {
  color: #ff0000;
  font-size: 15px;
}

.section-software-wrap .software-outline-text p {
  margin: 20px 50px;
  color: #ff0000;
}

.section-software-wrap > ul {
  margin: 10px auto 20px;
  width: 70%;
  list-style-type: none;
}

.section-software-wrap > ul li {
  position: relative;
  padding-left: 0.8em;
}

.section-software-wrap > ul li::before {
  position: absolute;
  content: "\f058";
  top: 0.1em;
  left: -0.8em;
  color: #e62e53;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.section-software-wrap .software-sample-box {
  margin: 30px auto 50px;
  text-align: center;
}

.section-software-wrap .software-sample-box p {
  margin: 10px;
  font-weight: bold;
}

.section-software-wrap .software-sample-box img {
  display: block;
  margin: 10px auto;
}

.section-software-wrap .software-sample-box > ul {
  display: block;
  margin: 0 auto;
  width: 80%;
  text-align: left;
}

.section-software-wrap .software-sample-box .software-list-box {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: row wrap;
  justify-content: center;
  text-align: left;
}

.section-software-wrap .software-sample-box .software-list-box .list-left, .section-software-wrap .software-sample-box .software-list-box .list-right {
  margin: 20px;
  min-width: 300px;
}

.section-software-wrap .software-sample-box .software-list-box .list-left > p, .section-software-wrap .software-sample-box .software-list-box .list-right > p {
  color: #CD5360;
  font-weight: bold;
}

.section-software-wrap .software-sample-box .software-list-box .list-left > ul, .section-software-wrap .software-sample-box .software-list-box .list-right > ul {
  list-style-position: inside;
  margin: 20px;
}

#section-contact ul {
  display: block;
  margin: 30px auto 0px;
  width: 50%;
  list-style-type: none;
}

.section-contact-mail {
  margin: 80px auto;
  width: 80%;
}

.section-contact-mail > p {
  margin: 0 auto;
  width: 80%;
  line-height: 1.8em;
}

.contact-inner {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-bottom: 1px dashed #ccc;
}

.contact-inner .contact-label {
  min-width: 35%;
  padding: 0 10px;
}

.contact-inner .contact-input-area {
  width: 100%;
}

input.input-type-oth, input[type="email"], input[type="tel"], textarea {
  box-sizing: border-box;
  padding: 0.3em;
  width: 80% !important;
  font: 15px/24px sans-serif;
  letter-spacing: 1px;
  transition: 0.3s;
  border: 1px solid #1a3256;
  border-radius: 4px;
}

textarea {
  height: 200px !important;
}

input.input-type-oth:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
  border: 1px solid #F9C270;
  outline: none;
  filter: drop-shadow(0 0 3px rgba(249, 194, 112, 0.5));
  -moz-filter: drop-shadow(0 0 3px rgba(249, 194, 112, 0.5));
  -webkit-filter: drop-shadow(0 0 3px rgba(249, 194, 112, 0.5));
  -ms-filter: drop-shadow(0 0 3px rgba(249, 194, 112, 0.5));
}

input.input-type-name {
  padding: 0.3em;
  width: 40%;
  font: 15px/24px sans-serif;
  letter-spacing: 1px;
  transition: 0.3s;
  border: 1px solid #1a3256;
  border-radius: 4px;
}

input.input-type-name:focus {
  border: 1px solid #F9C270;
  outline: none;
  filter: drop-shadow(0 0 3px rgba(249, 194, 112, 0.5));
  -moz-filter: drop-shadow(0 0 3px rgba(249, 194, 112, 0.5));
  -webkit-filter: drop-shadow(0 0 3px rgba(249, 194, 112, 0.5));
  -ms-filter: drop-shadow(0 0 3px rgba(249, 194, 112, 0.5));
}

.contact-submit-area {
  padding-top: 20px;
  padding-bottom: 100px;
  text-align: center;
}

button[type="submit"] {
  padding: 10px 20px;
  font-size: 18px;
  color: #fff;
  background: #1a3256;
  border: 2px solid #419CC0;
  border-radius: 5px;
}

button[type="submit"]:hover {
  color: #fff;
  background: #419CC0;
  border: 2px solid #1a3256;
}

.contact-label {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: row wrap;
  justify-content: flex-end;
}

.contact-label .required-item {
  margin: 0 0 0 5px;
  padding: 2px;
  color: #fff;
  font-size: 13px;
  background: #CD5360;
  border: 1px solid #CD5360;
  border-radius: 5px;
}

.contact-txt-area {
  margin: 50px auto 300px;
  width: 70%;
}

.contact-txt-area > div {
  color: #419CC0;
  font-size: 25px;
  font-weight: bold;
}

.contact-txt-area > p {
  margin: 20px 0 0 20px;
  line-height: 1.8em;
}

/*------------------------------------------------------ mailformpro用 -------*/
div#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
}

div#mfp_hidden input {
  margin: 10px;
}

table#mfp_confirm_table {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
}

table#mfp_confirm_table tr.mfp_colored {
  background-color: #F6F7F9;
}

table#mfp_confirm_table tr.mfp_achroma {
  background-color: #FFF;
}

table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
  text-align: left;
  font-size: 12px;
  border-top: solid 1px #CCC;
  padding: 5px 10px;
}

table#mfp_confirm_table tr th {
  white-space: nowrap;
  width: 200px;
}

table#mfp_confirm_table tr td {
  line-height: 1.5em;
  word-break: break-all;
}

div#mfp_phase_confirm {
  clear: both;
}

div#mfp_phase_confirm h4 {
  font-size: 36px;
  padding: 10px 0px 0px 0px;
  text-align: center;
}

div#mfp_overlay {
  position: absolute;
  display: none;
  z-index: 10001;
}

div#mfp_overlay_inner {
  background-color: #FFF;
  padding: 15px;
  margin: 0px auto;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #000;
  width: 640px;
  max-width: 90%;
}

div#mfp_overlay_background {
  background-color: #000;
  position: absolute;
  display: none;
  z-index: 10000;
}

div#mfp_loading_screen {
  z-index: 20000;
  opacity: 0.8;
  display: none;
  background-color: #000;
  position: absolute;
}

div#mfp_loading {
  z-index: 20001;
  position: absolute;
  display: none;
  width: 40px;
  height: 40px;
  background-image: url(../images/mfp_loading.gif);
}

div.mfp_err {
  clear: both;
  display: none;
  text-align: left;
  margin: 5px 0px 0px 0px;
  padding: 3px 0px 5px 17px;
  color: #F00;
  font-size: 12px;
  line-height: normal;
  background-image: url(../images/mfp_error.gif);
  background-repeat: no-repeat;
  background-position: 0px 1px;
}

.mfp_parent_error {
  border: solid 2px #F00;
}

.problem {
  background-color: #FCC;
}

div#mfp_error {
  background-color: #FEE;
  border: solid 1px #F00;
  padding: 10px;
  display: none;
}

div#mfp_error p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: center;
}

div#mfp_error p strong {
  font-size: 18px;
  color: #F00;
}

div#mfp_warning {
  background-color: #FEE;
  border: solid 1px #F00;
  padding: 10px;
  display: none;
  border-radius: 5px;
}

div#mfp_warning p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: center;
}

div#mfp_warning p strong {
  font-size: 18px;
  color: #F00;
}

.tora-text-wrap > p {
  display: block;
  margin: 50px auto;
  width: 70%;
  line-height: 1.8em;
}

.tora-text-wrap > ol {
  margin: 0 auto;
  width: 60%;
}

.tora-text-wrap > ol li {
  line-height: 1.8em;
}

.tora-text-wrap > ul {
  margin: 0 auto;
  width: 70%;
}

.tora-text-wrap > ul li {
  line-height: 1.8em;
  margin: 20px 0 20px 20px;
}

.tora-text-wrap > ul.class-list {
  position: relative;
  margin: 0 auto;
  width: 70%;
  list-style-type: none;
}

.tora-text-wrap > ul.class-list li.class-nk, .tora-text-wrap > ul.class-list li.class-bv {
  margin: 20px 0 20px 50px;
}

.tora-text-wrap > ul.class-list li.class-nk::before {
  content: 'NK :';
  position: absolute;
  left: 0;
}

.tora-text-wrap > ul.class-list li.class-bv::before {
  content: 'BV :';
  position: absolute;
  left: 0;
}

.tora-text-wrap img {
  display: block;
  margin: 20px auto;
}

.tora-text-wrap table {
  margin: 30px auto;
  border-collapse: collapse;
}

.tora-text-wrap table th, .tora-text-wrap table td {
  padding: 10px;
  border: 1px solid #000;
  text-align: center;
}

.tora-text-wrap a {
  display: block;
  margin: 20px auto;
}

.tora-text-wrap a > img {
  margin-bottom: 0;
}

.tora-text-wrap a > p {
  font-size: 13px;
  text-align: center;
}

.pickup-soft-en {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column nowrap;
  margin: 20px;
  width: 340px;
  height: 480px;
  border: 1px solid #EFEFEF;
  background: #fff;
  filter: drop-shadow(0 0 3px #ccc);
  -moz-filter: drop-shadow(0 0 3px #ccc);
  -webkit-filter: drop-shadow(0 0 3px #ccc);
  -ms-filter: drop-shadow(0 0 3px #ccc);
}

.pickup-soft-en .pickup-soft-title {
  display: inline-block;
  padding: 10px 0 20px;
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.pickup-soft-en .pickup-soft-title::after {
  content: attr(data-name);
  display: block;
  font-size: 18px;
}

.pickup-soft-en .pickup-soft-base {
  color: #00a0e9;
}

.pickup-soft-en .pickup-soft-props {
  color: #e4007f;
}

.pickup-soft-en .pickup-soft-ld {
  color: #f7b550;
}

.pickup-soft-en .pickup-soft-img {
  margin: 20px 0 0;
  text-align: center;
}

.pickup-soft-en > ul {
  list-style-type: none;
  margin: 0 20px;
}

.pickup-soft-en > ul > li {
  margin-bottom: 10px;
}

a.software-link {
  display: block;
  position: relative;
  margin: auto auto 30px;
  padding: 5px;
  width: 80%;
  color: #fff;
  border: 2px solid #419CC0;
  border-radius: 5px;
  background: #419CC0;
  text-align: center;
  text-decoration: none;
}

a.software-link span {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  transition: left .4s .1s;
}

a.software-link i.button-icon {
  position: relative;
  left: 0;
  top: 20px;
  color: #419CC0;
  font-style: normal;
  opacity: 0;
  transition: left .3s 0s,top .3s 0s,opacity .3s 0s;
}

a.software-link:hover {
  color: #419CC0;
  background: #fff;
  filter: drop-shadow(0px 0px 3px rgba(65, 156, 192, 0.4));
  -moz-filter: drop-shadow(0px 0px 3px rgba(65, 156, 192, 0.4));
  -webkit-filter: drop-shadow(0px 0px 3px rgba(65, 156, 192, 0.4));
  -ms-filter: drop-shadow(0px 0px 3px rgba(65, 156, 192, 0.4));
}

a.software-link:hover span {
  left: 10px;
  transition: left .4s;
}

a.software-link:hover i.button-icon {
  left: 0;
  top: 2px;
  opacity: 1;
  transition: left .3s 0s,top .3s .1s,opacity .3s .1s;
}

a.software-link:hover i.button-icon::before {
  content: '\f0a9';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
