* {
  padding: 0;
  margin: 0;
}

body {
  font-size: 18px;
  line-height: 1.5;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.sub {

  display: block;
  font-size: 28px;
  color: #B3B3B3;
  ;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  cursor: pointer;
  opacity: 0.7;
}

.sub-title {
  color: lightgrey;
  font-size: 13px;
  position: absolute;
  bottom: -10%;
}

.atten-red {
  color: red;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
}

li {
  list-style: none;
}

input[type="text"] {
  font-family: 'Note Sans CJK JP';
}

/* TOP */
/* ヘッダー */
nav.nav {
  display: flex;
  align-items: center;
}

body.contact-html,body.mail-confirm {
  margin-top: 100px;
}

/*  */
.arrow-h-img {
  margin-left: 20px;
}

ul.nav-list {
  display: flex;
}

img.header-logo {
  margin-left: 20px;
}

header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .5);
  padding-top: 10px;
  padding-bottom: 10px;
}

li.nav-item {
  margin-left: 25px;
}

li.nav-head {
  background-color: #3CA238;
  padding: 5px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  border-radius: 20px;
  margin-left: 50px;
}

li.nav-head:nth-child(2) {
  margin-top: 3px;
  margin-bottom: 3px;
}

.nav-head-a {
  color: white;
}

/* フッター */
.back-green {
  background-image: url(image/back-green.png);
  background-size: cover;
  background-position: center;
  padding: 100px;
  text-align: center;
  color: white;
  font-weight: bold;
  margin-top: 100px;
}

footer .back-green {
  margin-top: 0;
}

.back-green-p {
  color: white;
  margin-bottom: 3%;
  font-size: 25px;
  line-height: 2;
}

.green-a {
  margin-bottom: 5%;
}

.arrow-img {
  margin-left: 35px;
}

span.yellow {
  color: yellow;
  font-size: 2vw;
}

.a-green {
  background-color: white;
  color: #007800;
  width: 350px;
  padding: 20px;
  border-radius: 30px;
  display: inline-block;
  width: 20%;
  margin: 0 15px;
}

.corona {
  background-color: #F6F5F3;
  border: 1px solid #00AA39;
  width: 41%;
  margin: 0 auto;
  margin-top: 50px;
  padding: 20px;
  color: #00AA39;
}

.corona a {
  color: #00AA39;
}

.corona:hover {
  opacity: 0.7;
}

.bold-tx {
  font-weight: bold;
}

.kinou-items p {
  font-weight: bold;
}

.footer-info {
  padding-top: 50px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footer-info-cont {
  border-top: 1px solid #E6E6E6;
  margin-top: 50px;
}

.footer-tx {
  margin-top: 10px;
}

.footer-nav {
  background-color: #F2F8F8;
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 50px;
  align-items: center;
}

ul.nav-foot {
  display: flex;
  align-items: center;
  padding: 10px;
}

li.nav-item.nav-head {
  margin-left: 60px;
}

li.nav-item:nth-child(1) {
  margin-left: 120px;
}

.footer-nav {
  background-color: #F2F8F8;
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 50px;
}

.copyright {
  margin-right: 120px;
}

/* お問い合わせ */
h2 {
  background-image: url("image/back-green.png");
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 40px;
  color: white;
}

.sub {
  display: block;
}

.color-F2F8F8 {
  background-color: #F2F8F8;
}

.bc-blue-ds {
  background-color: #F2F8F8;
  padding: 200px 0;
}

.back-back-btn {
  padding: 13px;
  border-radius: 20px;
  width: 35%;
}

.sp-flex {
  display: flex;
  justify-content: space-around;
}

#formWrap {
  width: 700px;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
  background-color: white;
  /* padding-bottom: 50px; */
  margin-bottom: 50px;
  border-radius: 59px;
  width: 70%;
  margin-top: 150px;
  padding: 50px;
}

.mail-confirm #formWrap {
  padding: 0;
}

table tr:nth-of-type(1),
table tr:nth-of-type(8) {
  /*display:none;*/
}

.contact-html table tr:nth-of-type(1) {
  display: table-row;
}

.mail-confirm#formWrap {
  border-radius: 0;
}

.back-top {
  background-color: #3CA238;
  padding: 14px 20px;
  border-radius: 43px;
  color: white;
  font-weight: bold;
  /* width: 150px; */
  border: none;
  font-size: 1rem;
}

.color-F2F8F8.thanks-main {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 200px;
}

.footer-info-cont.thanks-info {
  margin-top: 0;
}

p.thanku-contact {
  margin-bottom: 8%;
}

.radio-inline__input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.contact-cont {
  padding: 50px;
}

.radio-inline__label {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-right: 18px;
  border-radius: 3px;
  transition: all .2s;
  width: 45%;
  border: 1px solid;
}

.mailform-back {
  background-color: #F2F8F8;
}

.radio-inline__input:checked+.radio-inline__label {
  font-weight: bold;
  font-size: 1.1vw;
  background: #666666;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, .7);
  width: 45%;
  border: 1px solid;
}

.radio-inline__input {
  background: white;
}

label.radio-inline__label:checked+label {
  background-color: #666666;
}

.line-center.checkbox {
  margin-top: 5%;
}

input[type="text"] {
  padding: 5px;
  width: 95%;
}

textarea {
  padding: 5px;
  width: 95%;
  font-family: 'Note Sans CJK JP';
}

.mailform-back {
  background-color: #F2F8F8;
  padding-top: 100px;
  padding-bottom: 100px;
}

tr {
  line-height: 3;
}

.main-kinou {
  font-weight: bold;
}

.radio-inline__input:focus+.radio-inline__label {
  outline-color: #4D90FE;
  outline-offset: -2px;
  outline-style: auto;
  outline-width: 5px;
}

fieldset {
  display: flex;

  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

input[type="submit"] {
  -webkit-appearance: none;
  background-color: #3CA238;
  padding: 14px;
  border-radius: 43px;
  color: white;
  font-weight: bold;
  width: 42%;
  border: none;
  font-size: 1rem;
  opacity: 1;
}
.acd-check {
  display: none;
}
.row>dd {
  margin-right: 5px;
  margin-left: 5px;
}
.acd-content {
  text-align: start;
  margin-left: 20px;
  white-space: nowrap;
}

.mail-submit {
  position: relative;
  margin-top: 5%;
}

input.back-back-btn.submitbtn-1 {
  position: absolute;
  width: 200px;
  left: 18%;
  font-weight: bold;
  font-size: 1rem;
  padding: 14px;
  border-radius: 43px;
}

a.privacy-a,
.a.company-info-a {
  position: relative;
}

a.company-info-a {
  position: relative;
}

.qaf-cont.qaf-cont1 {
  padding-bottom: 60px;
}

span.a-desc.a-desc4 {
  top: 7px;
}

input.submitbtn-2 {
  position: absolute;
  width: 200px;
  right: 18%;
}

.mail-confirm .radio-none {
  display: none;
}

input[type="submit"]:hover {
  cursor: pointer;
  opacity: 0.7;
}

a.privacy {
  color: #3CA238;
}

.line-center {
  display: flex;
  align-items: center;
  justify-content: center
}

.tx-center {
  text-align: center;
  margin-top: 50px;
}

/* TOP */
.green-tx {
  color: #3CA238;
}

.top {
  background-image: url(image/top-back.png);
  background-position: revert;
  background-size: cover;
  padding: 74px 27px 73px 12%;
  margin-top: 100px;
}

.top-title {
  font-size: 48px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-weight: bold;
}

img.top-logo-img {
  width: 20%;
  height: 20%;
  margin-right: 5%;
}

span.zisseki-small {
  position: absolute;
  font-size: 10px;
  bottom: 13%;
  right: 30%;
}

span.small-tx {
  font-size: 15px;
  display: block;
}

.trouble-image-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 80%;
  margin-top: 0 auto;
  margin: 0 auto;
}

.trouble-title {
  font-size: 26px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

p.trouble-b {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 44px;
}

.dot-text {
  padding-top: .5em;
  background-position: top left -2px;
  background-repeat: repeat-x;
  background-size: 1em .3em;
  background-image: -webkit-radial-gradient(.15em .15em at center center, #3CA238, #3CA238 100%, transparent);
  background-image: radial-gradient(.15em .15em at center center, #3CA238, #3CA238 100%, transparent);
}

.resolve-cont {
  margin: 0 auto;
  width: 70%;
  text-align: center;
  background-color: white;
  border-radius: 50px;
  box-shadow: 0 10px 25px 0 rgb(128 128 128 / 50%);
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 30px;
}

.resolve-item {
  display: flex;
  margin-bottom: 5%;
  margin-left: 5%;
}

.align-start {
  text-align: start;
}

.resolve-p {
  margin-left: 10%;
}

.zisseki-img {
  display: flex;
  justify-content: space-around;
}

.zisseki-imgs:nth-child(2) {
  margin-right: 3%;
  margin-left: 3%;
}

.resolve-cont-cont {
  background-color: #F2F8F8;
  position: relative;
  padding-bottom: 50px;
}

.reason-cont {
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  justify-content: space-around;
}

.reason-item {
  width: 30%;
}

h3 {
  font-size: 25px;
}

.reason {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  margin-top: 60px;
  padding-bottom: 60px;
}

span.green-tx.fz29 {
  font-size: 24px;
}

p.align-cent.rears-font {
  width: 80%;
  margin: auto;
  font-weight: bold;
}

.features {
  background-color: #F2F8F8;
  padding-top: 70px;
  padding-bottom: 70px;
}

h3 {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.7;
}

.features-cont {
  display: flex;
  width: 80%;
  margin: 0 auto;
  margin-top: 10px;
  align-items: center;
  margin-left: 14%;
}

.features-title {
  font-size: 25px;
  margin-bottom: 15px;
}

.features-cont:nth-child(even) {
  flex-flow: row-reverse;
  margin-left: 10%;
}

.title-num {
  width: 10%;
  margin-right: 5%;
}

.feature-1 {
  width: 40%;
}

.feature-2 {
  width: 60%;
}

a.kinou-more {
  background-color: white;
  padding: 15px 80px;
  border-radius: 24px;
  margin: 0 auto;
  border: 1px solid #AFD4C3;
  font-weight: bold;
  position: relative;
}

img.more-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
}

.align-cent {
  text-align: center;
}

.price-item-cont {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.function-cont {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.function-p {
  background-color: rgba(38, 64, 115, 100);
  font-size: 25px;
  height: 70px;
  padding: 20px;
  border-radius: 25px;
}

p.function-p.white-tx {
  display: table-cell;
  vertical-align: middle;
  width: 150px;
}

.function-item.function-item2 {
  margin-right: 5%;
  margin-left: 5%;
}

.dis-table {
  display: table;
}

.dis-table:nth-child(1) {
  margin-bottom: 35px;
}

.dis-table:nth-child(2) {
  margin-bottom: 35px;
}

.function-p2 {
  background-color: #D0E6DC;
  font-size: 22px;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 25px;
  color: #004A34;
}

.function-p2:nth-child(4) {
  margin-bottom: 0;
}

.function-item2 {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}

.price-cont {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  margin-bottom: 60px;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}


.price-item-cont.price-item-cont01 {
  top: 23%;
}

.blue-tx2 {
  color: #264073;
}

.orange-tx {
  color: rgb(255, 147, 30);
}
.alin-left{
  text-align: left;
}
.year-trial {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.price-item,.price-item2,.price-item3,.price-item4 {
  border: 1px solid rgb(39, 126, 127);
  width: 24%;
  text-align: center;
  border-radius: 10px;
  background-color: white;
  height: 400px;
  position: relative;
}

.blue-tx {
  color: #30997f;
}

.price-item2 {
  border: 1px solid rgb(52, 72, 112);
}

.price-item3 {
  border: 1px solid #3CA238;
}

.price-item4 {
  border: 1px solid rgb(255, 147, 30);
}

.price-title {
  color: white;
  font-size: 24px;
}

.price-title1 {
  background-color: rgba(39, 126, 127 ,0.7);
  padding: 20px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  margin-bottom: 20px;
}

.price-title2 {
  background-color: rgba(52, 72, 112,0.75);
  padding: 20px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  margin-bottom: 20px;
}

.price-title3 {
  background-color: #3CA238;
  padding: 20px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  margin-bottom: 20px;
}

.price-title4 {
  background-color: rgb(255, 147, 30);
  padding: 20px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  margin-bottom: 20px;
}
dd.main-fun.table30 {
  justify-content: left;
}
.price-link {
  margin-top: auto;
}
.dt-table-cell02 {
  font-size: 13px;
}
.price-price {
  font-size: 3vw;
  font-family: DINNextLTPro-Black, sans-serif;
  font-weight: bold;
}
p.nowrap-p{
  white-space: nowrap;
}

.white-tx {
  color: white;
}

a.kinou-more.white-tx {
  background-color: #3CA23B;
}

.voice-img {
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
}

p.green-tx.bold-tx.part-title {
  font-size: 30px;
}

.ab-title.voice-title {
  font-size: 24px;
  font-weight: bold;
  border: navajowhite;
}

.ab-info.befo-info.voice-talk {
  background-color: #DAEBE3;
}

img.voice-man-imgs {
  width: 10%;
  height: 5%;
}

.f-info-item1 {
  font-size: 12px;
}

.f-info-item2 {
  font-size: 9px;
}

/* 機能 */
.slick-slide img {
  display: block;
  width: 100%;
}

.wid100img {
  display: block;
  width: 100%;
}

.kinou-title {
  font-size: 28px;
  color: white;
  margin-bottom: 20px;
}

.kinou-cont1 {
  background-color: #8978A0;
}

.kinou-cont2 {
  background-color: #61ADB0;
}

.kinou-cont3 {
  background-color: #E5B576;
}

.kinou-cont {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.kinou-items {
  display: flex;
  justify-content: center;
}

.kinou-items a {
  margin-right: 1%;
  margin-left: 1%;
}

.kinou-items p {
  background-color: white;
  padding: 8px;
  height: 3em;
  font-size: 1rem;
}

.mark-kpi {
  display: table-cell;
}

.cmn-title {
  background-color: #3CA238;
  font-size: 25px;
  text-align: center;
  border-radius: 5px;
  color: white;
  padding: 10px;
  margin-bottom: 50px;
}

.grume-small-title {
  font-size: 35px;
  text-align: center;
  margin-bottom: 40px;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.grume {
  background-color: #F2F8F8;
  padding-top: 50px;
  padding-bottom: 100px;
}

.grume-cont {
  padding: 50px;
  width: 60%;
  margin: 0 auto;
  background-color: white;
  border-radius: 10px;
}

.date {
  border: 10px solid #F0F5EC;
  margin-top: 30px;
  padding: 20px;
}

.flex p {
  width: 35%;
  line-height: 1.8;
  margin-left: 5%;
}

.circle-pos {
  position: relative;
}

.h4-circle {
  position: absolute;
  top: -32%;
  right: 9%;
}

h4.cmn-title {
  margin-top: 40px;
}

.grume-small-title {
  margin-top: 30px;
  margin-bottom: 30px;
}

.report-cont {
  display: flex;
  justify-content: space-around;
  border: 10px solid #F0F5EC;
  padding: 20px;
}

.report-item {
  width: 40%;
}

.report-item2 {
  width: 30%;
}

/* PRICE */
.row {
  display: flex;
}

dt {
  border: 1px solid #F2F8F8;
  width: 100px;
  background-color: white;
}

dd {
  border: 1px solid #F2F8F8;
  width: 300px;
  background-color: white;
}

dl.price-list {
  text-align: center;
  background-color: #F2F8F8;
  width: 80%;
  margin: 0 auto;
}

dl.price-list2 {
  text-align: center;
  background-color: #F2F8F8;
  width: 80%;
  max-width: 1080px;
  font-size: 14px;
  margin: 0 auto;
  position: relative;
}

span.attention-please {
  position: absolute;
  right: -2%;
  top: 0%;
}

.table30 {
  /*width: 21%;*/
  width: 30%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
}
.account-title,.date-title,.pro-title,dd.premium-title{
  color: white;
  font-size: 21px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  /*width: 21%;*/
  width: 30%;
  font-weight: bold;
  margin-top: 30px;
}
.account-title {
  background-color: rgba(39, 126, 127 ,0.7);
  
}

.date-title {
  background-color: rgba(52, 72, 112,0.75);
}
.pro-title {
  background-color: #3CA238;
}
dd.premium-title {
  background-color: rgb(255, 147, 30);
}
.fz50 {
  font-size: 38px;
}
span.fz14.alin-left {
  color: rgb(128,128,128);
  width: 80%;
}
.fz20 {
  font-size: 21px;
}

.fz14 {
  font-size: 14px;
}


dt {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
}



input#agree {
  margin-right: 4%;
}

.yellow-tx {
  color: #FFD400;
}

.price-cont-cont {
  background-color: #F2F8F8;
  padding-bottom: 200px;
}

.price-link-btn {
  background-color: #3CA238;
  color: white;
  padding: 10px 30px;
  border-radius: 20px;
}

.marker-yellow {
  background: linear-gradient(transparent 60%, #FFD400 0%);
}

.trial {
  text-align: center;
}

.marker {
  font-size: 26px;
  text-align: center;
  margin-top: 130px;
}

.normal-h2 {
  font-size: 36px;
  color: black;
  background-image: none;
  margin-top: 100px;
  margin-bottom: 60px;
  padding: 0;
}

.trial-img {
  width: 70%;
  margin: 100px auto;
}

dd.main-fun {
  padding-bottom: 41px;
}

a.price-link-btn {
  white-space: nowrap;
}

/* VOICE */
.voice-item {
  width: 70%;
  margin: 0 auto;
  background-color: #fff;
  padding: 50px;
  border-radius: 30px;
  text-align: center;
}

.voice-info {
  border: 1px solid #3CA238;
  border-radius: 10px;
  padding: 30px;
  text-align: start;
  margin-top: 50px;
}

.fz23 {
  font-size: 23px;
  margin-bottom: 40px;
  font-weight: bold;
}

.voice-title {
  font-size: 28px;
}

.voice-item:first-child {
  margin-top: 120px;
}

.voice-item:nth-child(n+2) {
  margin-top: 100px;
}

.voice-cont {
  padding-bottom: 120px;
}

h3.align-cent {
  padding-top: 100px;
}

/* QANDA */
.q-title {
  background-color: #3CA238;
  color: white;
  padding: 8px;
  border-radius: 50%;
  margin-bottom: 20px;
  margin-right: 3%;
  width: 2%;
  text-align: center;
  font-size: 15px;
}

.a-title {
  background-color: #999999;
  color: white;
  padding: 8px;
  border-radius: 50%;
  margin-bottom: 20px;
  margin-right: 3%;
  width: 2%;
  text-align: center;
  font-size: 15px;
}

.qaf-cont {
  background-color: white;
  border-radius: 30px;
  padding: 30px;
  width: 70%;
  margin: 0 auto;
}

.service-title.align-cent {
  font-size: 25px;
  margin-bottom: 15px;
}

.qaf-cont:first-child {
  margin-top: 40px;
}

.qaf-cont:nth-child(n+2) {
  margin-top: 25px;
}

.flex2 {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.service-title:nth-child(n+2) {
  margin-top: 150px;
}

.service-title.align-cent {
  margin-top: 130px;
}

.service-title.align-cent.service-title2 {
  margin-top: 0;
}

/* PARTNER */
.partner-title {
  font-size: 25px;
}

.point-cont {
  display: flex;
  width: 90%;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  position: relative;
}

p.norma-p,
p.knowl-p {
  position: absolute;
  width: 80%;
  top: 41%;
}

.norma-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 15%;
  width: 100%;
}

.know-titile {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 15%;
}

.point-item {
  width: 24%;
  background-color: white;
  padding: 30px 40px;
  border-radius: 30px;
  margin: 10px;
  height: 200px;
  position: relative;
}

p.green-tx.align-cent.point-p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.part-man {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -14%;
}

.partner-cont2 {
  background-color: white;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 150px;
}

.main-part-cont {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 60%;
  margin-top: 100px;
}

.main-part-cont:first-child {
  margin-top: 100px;
}

.main-part-cont:last-child {
  margin-top: 70px;
}

.partner-cont3 {
  background-color: #F2F2F2;
  padding-top: 100px;
  padding-bottom: 150px;
  text-align: center;
}

.part-item {
  text-align: center;
}

.main-part-cont-sp {
  display: none;
}

.part-item p {
  color: #3CA238;
  font-weight: bold;
}

.partner-cont3-img {
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
}

.partner-title.align-cent {
  margin-bottom: 40px;
}

.point-point {
  margin-top: 120px;
}

.partner-cont4 {
  background-color: white;
  padding-top: 100px;
  padding-bottom: 150px;
}

.variety-cont-cont {
  width: 80%;
  margin: 0 auto;
  background-color: #F2F8F8;
  padding-top: 70px;
  border-radius: 30px;
  padding-bottom: 30px;
}

.variety-cont {
  display: flex;
  justify-content: center;

}

.variety-info {
  width: 42%;
  margin-right: 5%;
}

img.column-allow {
  position: absolute;
  left: 19.9%;
  top: 75%;
  height: 76%;
}

.faq-title p {
  font-weight: bold;
}

.fz40 {
  font-size: 47px;
}

.variety-border-title {
  background-color: #AFD4C3;
  color: white;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  text-align: center;
  padding: 10px;
  font-size: 18px;
}

.variety-border {
  background-color: white;
  border-radius: 20px;
  text-align: center;
  font-size: 30px;
  width: 90%;
  margin: 0 auto;
}

div.ab-info.befo-info.voice-talk::before {
  border-right: 15px solid #DAEBE3;
}

.variety-p {
  padding-top: 40px;
  padding-bottom: 40px;
}

.variety-special {
  position: relative;
}

.variety-special-img {
  position: absolute;
  left: 12%;
  top: 74%;
}

.back-blue {
  background-color: #F2F8F8;
  font-size: 17px;
  padding: 15px 25px;
  border-radius: 27px;
}

.back-yellow {
  background-color: #FFD400;
  font-size: 17px;
  padding: 15px 25px;
  border-radius: 27px;
}

.align-cent.blue-arrow {
  margin-top: 30px;
}

p.variety-p.var-p2 {
  padding-top: 0;
}

.fz20 {
  font-size: 20px;
}

.variety-border:last-child {
  margin-top: 20px;
}

.block-tx {
  display: block;
}

.variety-cont-cont:last-child {
  margin-top: 60px;
}

p.green-tx.fz20 {
  margin-top: 15px;
  padding-bottom: 60px;
}

.faq-title {
  position: relative;
  padding: 8px;
  border-bottom: solid 1px #333;
  cursor: pointer;
}

.kinou-title {
  position: relative;
  padding: 8px;
  border-bottom: solid 1px #333;
  font-weight: bold;
}

.kinou-description {
  display: none;
  margin: 0 0 24px;
  padding: 8px;
}

.kinou-description.active {
  display: block;
}

dl.kinou {
  width: 80%;
  margin: 0 auto;
}

dt.kinou-title {
  width: 100%;
  border: none;
  background-color: #F2F8F8;
  padding: 20px;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

dd.kinou-description {
  width: 100%;
  border: none;
}

.kinou-q {
  background-color: #007800;
  color: white;
  padding: 10px;
  margin-right: 3%;
}

span.title-jp {
  font-size: 36px;
}

span.title-eng {
  font-size: 28px;
}

.faq-cont-cont {
  margin-top: 180px;
}

h3 {
  font-size: 24px;
}

.flex2:first-child {
  font-weight: bold;
}

.q-desc {
  position: absolute;
  top: 10%;
}

.a-desc {
  position: absolute;
  bottom: 45%;
}

span.a-desc2 {
  position: absolute;
  bottom: 0%;
}

.kinou-a {
  background-color: #FFD400;
  color: white;
  padding: 10px;
  margin-right: 3%;
}

dd.kinou-description {
  width: 100%;
  border: none;
  padding: 20px;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

.faq-title::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: translate(0, -50%) rotate(135deg);
  transform-origin: center;
}


.faq-title.active::after {
  transform: translate(0, -50%) rotate(-45deg);
}

.faq-description {
  display: none;
  margin: 0 0 24px;
  padding: 8px;
}

.faq-description.active {
  display: block;
}

dl.faq {
  width: 80%;
  margin: 0 auto;
}

dt.faq-title {
  width: 100%;
  border: none;
  background-color: #F2F8F8;
  padding: 20px;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

dd.faq-description {
  width: 100%;
  border: none;
}

th.flex-tx {
  position: relative;
}

.faq-q {
  background-color: #007800;
  color: white;
  padding: 10px;
  margin-right: 3%;
  width: 25px;
  height: 25px;
  text-align: center;
}

.sub1 {
  color: white;
}

.top-back {
  background-color: #007800;
  color: white;
  padding: 10px 40px;
  border-radius: 33px;
}

.ab-info {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 3em;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: black;
  padding: 30px;
  font-size: 16px;
  background: #FFF;
  box-sizing: border-box;
  text-align: start;
  border-radius: 15px;
}

.befo-info {
  background-color: #F2F2F2;
}

.aft-info {
  background-color: #FFD400;
}

.ab-info:first-child {
  margin-top: 2em;
}

.ab-info:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e0edff;
}

.befo-info:before {
  border-right: 15px solid #F2F2F2;
}

.aft-info:before {
  border-right: 15px solid #FFD400;
}

/* .ab-info:after{
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #555;
  z-index: 1;
} */
.ab-info p {
  margin: 0;
  padding: 0;
}

p.man-grey {
  color: #999999;
  font-size: 16px;
}

.man-cont {
  display: flex;
}

.man-info {
  display: flex;
  flex-direction: column;
  width: 30%;
}

.vm-img {
  width: 40%;
}

.manimg-cont {
  margin-bottom: 8%;
}

.abinfo-cont {
  display: flex;
  flex-direction: column;
  width: 80%;
}

.ab-title {
  border-bottom: 2px dotted;
  padding-bottom: 10px;
}

.ab-tx {
  margin-top: 15px;
}

p.man-gray-bor {
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #E6E6E6;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
  width: 120px;
  margin-right: auto;
  margin-top: 5px;
  margin-left: auto;
}

.ab-spa {
  font-size: 25px;
}

a.a-green.now-a {
  background-color: yellow;
  color: black;
}

.faq-a {
  background-color: #FFD400;
  color: white;
  padding: 10px;
  margin-right: 3%;
  width: 25px;
  height: 25px;
  text-align: center;
}

dd.faq-description {
  width: 100%;
  border: none;
  padding: 20px;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

.slider-cont {
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 5px;
  border: 1px solid #CCCCCC;
  position: relative;
}

.slick-a-1 {
  position: absolute;
  top: 50%;
  left: -3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.slick-a-2 {
  position: absolute;
  top: 50%;
  right: -3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.flex.flex-2 {
  position: relative;
  margin-bottom: 18%;
}

p.alert-p {
  position: absolute;
  right: 6%;
  top: 0%;
}

.flow-item {
  display: flex;
  background-color: white;
  width: 50%;
  margin: 0 auto;
  padding: 30px;
  border-radius: 25px;
  margin-top: 2%;
}

.flow-info {
  text-align: start;
  margin-left: 5%;
}

.flow-item img {
  width: 60px;
}

.contact-p {
  margin-bottom: 150px;
}

.flow-num {
  background-color: #007800;
  color: white;
  padding: 5px 13px;
  display: inline-block;
  border-radius: 40px;
  position: absolute;
  left: 20%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.flow-cont-cont {
  position: relative;
}

.pc-off {
  display: none;
}

.pc-off-table {
  display: none;
}

.table-flex {
  position: relative;
  width: 80%;
  height: 1300px;
  margin: 0 auto;
  margin-top: 50px;
}

/* dl.price-list {
  position: absolute;
}
dl.price-list:nth-child(1) {
  left: 0;
  top: 0%;
  width: 100%;
}
dl.price-list:nth-child(2) {
  left: 87%;
  top: -2%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
}
dl.price-list:nth-child(3) {
  right: 0;
  width: 100%;
  right: -67%;
  border-radius: 10px;
  top: 3px;
} */
label.acd-label.price-link-btn.acd-check61 {
  margin-top: 33%;
}

label.acd-label.price-link-btn.acd-check51 {
  margin-top: 33%;
}

label.acd-label.price-link-btn.acd-check41 {
  margin-top: 10%;
}

/*  */
.height1 {
  height: 70px;
}

.height2 {
  height: 330px;
}

.height3 {
  height: 70px;
}

.height6 {
  height: 240px;
}

.acd-label {
  display: block;
  margin-bottom: 1px;
  padding: 10px;
}

.acd-content {
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
  font-size: 12px;
}

.acd-check:checked+.acd-label+.acd-content {
  height: 100%;
  opacity: 1;
  padding: 10px;
  visibility: visible;
  transition: 0.5s;
}

label.acd-label.price-link-btn {
  white-space: nowrap;
  padding-right: 20px;
  padding-left: 20px;
  width: 61%;
  margin: auto;
  margin-top: 3%
}

input#acd-check1 {
  display: none;
}

input#acd-check2 {
  display: none;
}

input#acd-check3 {
  display: none;
}

input#acd-check4 {
  display: none;
}

input#acd-check5 {
  display: none;
}

input#acd-check6 {
  display: none;
}

dt.trans-blue {
  background: transparent;
}
dt {
  position: relative;
}
.row .table30 .bold-tx{
  font-size: 27px;
}
.row dt{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: 5px;
  width: 80px;
  font-size: 15px;
}
.table30 {
  position: relative;
}
.table30 .sm {
  font-size: 13px;
}

/* dd.table30.rear-date-border {
  border-right: 4px solid #264073;
  border-left: 4px solid #264073;
  border-radius: 0;
} */
.table30{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

div#formWrap {
  padding: 30px;
  padding-bottom: 80px;
}

.contact-btn-p,
.trial-btn-p {
  font-weight: bold;
  font-size: 1.1vw;
  background: #666666;
  color: #fff;
  text-shadow: 0 0 1px rgb(0 0 0 / 70%);
  width: 45%;
  border: 1px solid;
  text-align: center;
}

.trial-btn-p {
  background: white;
  color: black;
}

td.choose-contact {
  display: flex;
  justify-content: space-around;
}

p.trouble-image-tx {
  color: white;
  font-weight: bold;
}

p.trouble-image-tx.trouble-image-tx1 {
  background-color: #3CA238;
}

p.trouble-image-tx.trouble-image-tx2 {
  background-color: #007800;
}

span.trouble-yellow {
  color: #FFD400;
}

.trouble-tx-cont {
  background-color: #007800;
}

.trouble-tx-cont2 {
  background-color: #3CA238;
}

.trouble-tx-cont2,
.trouble-tx-cont {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 27px;
  height: 80px;
  border-radius: 10px;
  text-align: center;

}

.trouble-image-item {
  position: relative;
  width: 19%;
}

img.problem-icon {
  position: absolute;
  top: -74%;
  left: 50%;
  transform: translateX(-50%);
}

.trouble-image-cont {
  margin-top: 130px;
}

.slick-next {
  right: -2% !important;
}

.slick-prev {
  left: -2% !important;
}

.slick-arrow {
  z-index: 2 !important;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 30px !important;
  line-height: 1;
  opacity: 1;
  color: #3CA238 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.trial-custmer-cont {
  background-color: rgba(73, 90, 126, 0.4);
  width: 45%;
  border-radius: 5px;
}

.trial-rears-cont {
  background-color: #AFD4C3;
  width: 45%;
  height: 100%;
  border-radius: 5px;
}

.trial-cont {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
}

.trial-step-cont1,
.trial-step-cont2 {
  position: relative;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
  border-radius: 10px;
  padding: 20px 20px 50px 20px;
  margin-bottom: 90px;
  text-align: start;
}

img.cust-step-img {
  position: absolute;
  z-index: 1;
  top: -9%;
}

.trial-step-title {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.trial-title {
  font-size: 26px;
  padding-top: 60px;
  margin-bottom: 50px;
}

.trial-step-cont2 {
  margin-top: 150px;
  margin-bottom: 200px;
}

.price-03,
.price-04,
.price-05 {
  position: absolute;
}

img.price-03 {
  bottom: 32%;
  left: 21%;
  height: 7%;
}

img.price-04 {
  top: 27%;
  right: 21%;
  width: 38%;
}

img.price-05 {
  bottom: 44%;
  right: 22%;
  width: 37%;
}

.traial-allow1 {
  display: none;
}

span.a-desc8 {
  bottom: -123%;
}

.qaf-cont5 {
  height: 170px;
}

span.a-desc5 {
  bottom: -130%;
}

.qaf-cont4 {
  height: 190px;
}

span.a-desc2.a-desc11 {
  position: initial;
}
