@charset "utf-8";
/* CSS Document */

/* 下層ページ共通 */
.contentstitle {
  background: url(/asset/images/bg_title.jpg) 0 0 no-repeat;
  background-size: cover;
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contentstitle h1 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 30px;
}

.subpage h2 {
  font-size: 36px;
  color: #074d82;
  text-align: center;
  margin-bottom: 55px;
  letter-spacing: 0;
}
.subpage h3 {
  padding-bottom: 15px;
  margin-bottom: 40px;
  letter-spacing: 0;
  border-bottom: 2px solid #c2ced7;
}
.subpage h3 span {
  font-size: 20px;
  color: #074d82;
  text-align: center;
  letter-spacing: 0;
  position: relative;
  padding-left: 23px;
}
.subpage h3 span::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -3px;
  border: 4px solid #05a095;
  border-radius: 50%;
  width: 17px;
  height: 17px;
}
.subpage h3 .news_improvement {
  font-size: 20px;
  color: #074d82;
  text-align: center;
  letter-spacing: 0;
  position: relative;
  padding-left: 23px;
}
.subpage h3 .news_improvement::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -3px;
  border: 4px solid #05a095;
  border-radius: 50%;
  width: 17px;
  height: 17px;
}
h3.comp-h3 {
  font-size: 26px;
  margin: 0 0 30px;
  border: none;
}
h3.price-h3 {
  font-size: 20px;
  margin: 0 0 40px;
}
h3.price-h3-basic {
  margin: 60px 0 40px;
}
.subpage h4 {
  margin: 30px 0;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: bold;
  color: #074d82;
}
.subpage h4.h4style01 {
  position: relative;
  margin: 50px auto 30px;
  padding-left: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: bold;
  color: #074d82;
  max-width: 940px;
}
.subpage h4.h4style01::before {
  content: "";
  position: absolute;
  left: 0;
  background: #05a095;
  width: 6px;
  height: 100%;
}
.subpage h4.h4style02 {
  font-size: 20px;
  color: #000;
}
.subpage h5 {
  margin: 30px 0 20px;
  letter-spacing: 0;
  font-size: 17px;
  font-weight: bold;
  color: #506474;
}
.subpage h5.h5style01 {
  margin: 30px auto 20px;
  max-width: 940px;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: bold;
  color: #074d82;
}
.subpage p {
  max-width: 940px;
  margin: 0 auto;
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}
.subpage p.color-navyblue {
  color: #074d82;
}
.subpage p.font-bold {
  font-weight: bold;
}
.subpage .note {
  font-size: 85%;
}
.subpage .box-image_double {
  margin: 0 auto 30px;
  max-width: 950px;
  overflow: hidden;
}
.subpage .left-block {
  width: 48%;
  height: auto;
  display: block;
  float: left;
}
.subpage .right-block {
  width: 48%;
  height: auto;
  display: block;
  float: right;
}
.subpage a.underline {
  text-decoration: underline;
  color: #1757b9;
}
.subpage a.underline:hover {
  text-decoration: none;
}
.subpage ul.list-style01 {
  max-width: 940px;
  margin: 0 auto;
  list-style: disc;
  font-size: 15px;
  padding-left: 22px;
  color: #333;
}
.subpage ul.list-style01 li {
  margin-bottom: 5px;
}
.subpage ol.list-style01 {
  max-width: 940px;
  margin: 0 auto;
  list-style: decimal;
  font-size: 15px;
  padding-left: 22px;
  color: #333;
}
.subpage ol.list-style01 li {
  margin-bottom: 5px;
}
.subpage ul.list-style02 {
  max-width: 940px;
  margin: 0 auto;
  list-style: disc;
  font-size: 18px;
  padding-left: 22px;
  color: #074d82;
  font-weight: bold;
}
.subpage ul.list-style02 li {
  margin-bottom: 15px;
}
.subpage .image-style01 {
  display: block;
  margin: 0 auto;
  max-width: 940px;
  width: 100%;
  height: auto;
}
.subpage .image-style02 {
  display: block;
  margin: 0;
  max-width: 940px;
  width: 100%;
  height: auto;
  text-align: left;
}

.subpage figcaption.title {
  margin: 30px 0 0;
  padding-bottom: 15px;
  letter-spacing: 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #074d82;
}
.subpage .pcenter {
  text-align: center;
}
.subpage .p_ex_txt {
  margin-bottom: 40px;
}
.subpage .list-half {
  display: flex;
  justify-content: space-between;
  max-width: 940px;
  margin: 50px auto;
}
.subpage .list-half li {
  width: 45%;
}
.subpage a.linkstyle01 {
  color: #074d82;
  border-bottom: 1px solid #074d82;
  transition: 0.2s;
}
.subpage a.linkstyle01:hover {
  opacity: 0.7;
}
.subpage-link {
  background: #dae3e5;
  border-radius: 5px;
  max-width: 940px;
  padding: 20px 30px;
  margin: 0 auto 60px;
}
.subpage-link p {
  font-size: 17px;
  font-weight: bold;
  margin: 0;
}
.subpage-link-list {
  display: flex;
  justify-content: flex-start;
  list-style: square;
  color: #074d82;
  margin: 10px 0 0 -25px;
  flex-wrap: wrap;
}
.subpage-link-list li {
  margin-left: 45px;
}
.subpage-link-list a {
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
  color: #074d82;
  white-space: nowrap;
}
.subpage-link-list a:hover {
  text-decoration: none;
}
.subpage-illust2 {
  max-width: 815px;
  margin: 50px auto 40px;
}
.subpage-illust2-list {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.subpage-illust2-list h4 {
  color: #074d82;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 25px;
}
.subpage-illust2-list-image {
  width: 380px;
  height: 230px;
  border-radius: 5px;
  border: 1px solid #dadada;
  background: #fff;
  display: flex;
  align-items: center;
}
.subpage-illust3 {
  max-width: 940px;
  margin: 50px auto 40px;
}
.subpage-illust3-list {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.subpage-illust3-list h4 {
  color: #074d82;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 24px;
}
.subpage-illust3-list li {
  width: 30%;
  min-height: 301px;
}
.subpage-illust3-list-image {
  border-radius: 5px;
  background: #dae3e5;
  padding: 30px 30px 40px;
}
.subpage .illust3-img {
  width: 100%;
  margin: 0 auto 20px;
  display: block;
}
.subpage-illust3-list-image img {
  width: 97px;
  height: 97px;
}
.subpage-box {
  background-color: #fff;
  border: 5px solid #dae3e5;
  border-radius: 5px;
  padding: 35px 0;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 60px;
}
.subpage-box.small {
  padding: 8px 15px;
  margin-bottom: 30px;
}
.subpage .subpage-box h4 {
  color: #074d82;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin: 0 0 25px;
}
.subpage-box img.box-img1 {
  max-width: 717px;
  max-height: 171px;
  margin-bottom: 25px;
}
.subpage-box img.box-img2 {
  max-width: 745px;
  max-height: 186px;
  margin-bottom: 25px;
}
.subpage-box:first-of-type {
  margin-top: 50px;
}
.subpage-box-list li {
  text-align: left;
}
.subpage-box-list li strong {
  color: #074d82;
  font-weight: bold;
}
.box-img-single {
  border: 1px solid #dadada;
  padding: 30px;
  margin: 50px auto 50px;
  box-sizing: border-box;
  width: 63.8%;
}
.box-img-single img {
  width: 75%;
  height: auto;
}
.list-strong-01 {
  list-style: none;
  margin: 0 0 30px 40px;
  font-weight: bold;
  color: #074d82;
}
.list-strong-01 li {
  padding: 0;
  margin: 0;
  line-height: 0.4em;
}
.subpage .img-space-01 {
  margin: 50px auto 40px;
}
.subpage .img-space-02 {
  margin: 50px auto 70px;
}
.subpage .img-space-03 {
  margin: 40px auto 40px;
}
.subpage .img-space-01 img,
.subpage .img-space-02 img,
.subpage .img-space-03 img {
  max-width: 100%;
}
.box-step {
  background-color: #dae3e5;
  border-radius: 5px;
  padding: 17px 28px;
}
.box-step dt {
  display: inline;
  font-size: 17px;
  font-weight: bold;
}
.box-step dd {
  display: inline;
  margin-left: 5px;
}
.main-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 30px;
}
.main-inner.col-2 {
  margin-top: 40px;
}
.area-contents {
  max-width: 680px;
  font-size: 15px;
}
.area-sidebar {
  width: 300px;
  max-width: 300px;
  font-size: 15px;
}
.subpage table.tablestyle01 {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  border: 1px solid #ccc;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
.subpage table.tablestyle01 thead {
  background: #074d82;
  color: #fff;
}
.subpage table.tablestyle01 thead th {
  padding: 10px;
  border: 1px solid #fff;
}
.subpage table.tablestyle01 td {
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
}
.subpage table.tablestyle01 td.tablestyle01-left {
  text-align: left;
}
.subpage table.tablestyle01 td.tablestyle01-red {
  color: #f00;
}
.subpage .ta-right {
  display: block;
  text-align: right;
}
/* 下層ページ共通 end*/

/* structure */
.structure-image {
  margin: 70px auto;
}
.structure-image-area {
  background: url(/asset/images/structure-pc.svg) no-repeat;
  background-size: cover;
  width: 350px;
  height: 190px;
  position: relative;
  margin: 130px auto;
}
.structure-image figcaption {
  font-size: 20px;
  font-weight: bold;
  color: #074d82;
  text-align: center;
  margin-bottom: 30px;
}
.structure-image-area a {
  content: "";
  position: absolute;
}
.structure-image-area a:first-of-type {
  top: -100px;
  left: 93px;
}
.structure-image-area a:nth-of-type(2) {
  top: 110px;
  left: 260px;
}
.structure-image-area a:last-of-type {
  top: 110px;
  left: -70px;
}
.structure-image-area a img {
  width: 150px;
  height: 110px;
  transition: 0.2s;
}
.structure-image-area a img:hover {
  opacity: 0.85;
}
/* structure end */

/* operation */
.operation-mailmagazine-cont {
  /*display: flex;*/
  justify-content: space-between;
  margin: 0 30px 40px;
}
.operation-mailmagazine-cont img {
  max-width: 545px;
}
.operation-mailmagazine-cont p {
  float: left;
  width: 40%;
}
.operation-cont p {
  max-width: 370px;
  margin: 0;
}
.operation-cont img {
  width: 546px;
  height: 230px;
  margin: 0;
}
.operation-mailmagazine .subpage-illust2-list li:first-of-type img {
  width: 319px;
  height: 121px;
}
.operation-mailmagazine .subpage-illust2-list li:last-of-type img {
  width: 320px;
  height: 155px;
}
.operation-group .subpage-illust2-list-image {
  height: auto;
  border-radius: 0;
  border: none;
  background: none;
}
.operation-group .subpage-illust2-list li:first-of-type img {
  width: 380px;
}
.operation-group .subpage-illust2-list li:last-of-type img {
  width: 380px;
}
.operation-stepmail .subpage-illust2-list li:first-of-type img {
  width: 320px;
  height: 167px;
}
.operation-stepmail .subpage-illust2-list li:last-of-type img {
  width: 295px;
  height: 163px;
}
.operation-automatic-image {
  width: 600px;
  height: 341px;
  margin-top: 40px;
}
/* operation end */

.effect-image {
  max-width: 940px;
  max-height: 480px;
  margin: 40px auto 70px;
  width: 100%;
}
.error-image {
  max-width: 760px;
  max-height: 457px;
  margin: 40px auto 70px;
}

.total-image {
  max-width: 940px;
  max-height: 604px;
  margin: 40px auto 70px;
  width: 100%;
}
.click-image {
  max-width: 940px;
  max-height: 452px;
  margin: 40px auto 0;
  width: 100%;
}
/* page_enough end */

/* page_support */
.support-point {
  display: flex;
  justify-content: space-between;
  max-width: 750px;
  margin: 50px auto 70px;
}

.support-point li {
  max-width: 230px;
  width: 100%;
  margin: 0 4% 0 0;
}
.support-point li:last-of-type {
  margin: 0;
}
.support-point li img {
  width: 100%;
}

.beforesupport_list {
  display: flex;
  justify-content: space-between;
  margin: 45px auto 0;
  max-width: 940px;
}
.beforesupport_list li {
  max-width: 290px;
  width: 100%;
  margin: 0 3% 0 0;
}
.beforesupport_list li:last-of-type {
  margin: 0 0 25px;
}
.beforesupport_list li img {
  width: 100%;
}
.beforesupport_list h3 {
  font-size: 20px;
  border: none;
  margin: 25px 0 0;
}
.beforesupport-companyinfo {
  background: #fff;
  margin: 10px auto 0;
  padding: 10px 20px;
  max-width: 940px;
}
.beforesupport-companyinfo-wrap {
  display: flex;
  justify-content: center;
}
.beforesupport-companyinfo p {
  margin: 0;
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  width: 27%;
}
.beforesupport-companyinfo-txt {
  position: relative;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
.beforesupport-companyinfo-txt::after {
  content: "|";
  position: absolute;
  right: -10px;
}
.beforesupport-companyinfo-tel {
  display: flex;
  justify-content: space-between;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 0 14px;
}
.beforesupport-companyinfo-tel li {
  margin: 0 0 0 15px !important;
}
.aftersupport_list {
  display: flex;
  justify-content: space-between;
  margin: 45px auto 0;
  max-width: 940px;
}
.aftersupport_list li {
  max-width: 211px;
  width: 100%;
  margin: 0 2% 0 0;
}
.aftersupport_list li:last-of-type {
  margin: 0 0 25px;
}
.aftersupport_list li img {
  width: 100%;
}
.aftersupport_list h3 {
  font-size: 20px;
  border: none;
  margin: 25px 0 0;
}

.seminarsupport_list {
  display: flex;
  justify-content: space-between;
  margin: 45px auto 0;
  max-width: 940px;
}
.seminarsupport_list li {
  max-width: 291px;
  width: 100%;
  margin: 0 2% 0 0;
}
.seminarsupport_list li:last-of-type {
  margin: 0 0 25px;
}
.seminarsupport_list li img {
  width: 100%;
}
.seminarsupport_list h3 {
  font-size: 20px;
  border: none;
  margin: 25px 0 0;
}
/* page_support end */

/* page_easy */
.easy-point {
  display: flex;
  justify-content: space-between;
  max-width: 850px;
  margin: 50px auto 70px;
}

.easy-point li {
  max-width: 175px;
  width: 100%;
  margin: 0 4% 0 0;
  position: relative;
}
.easy-point li:last-of-type {
  margin: 0;
}
.easy-point li img {
  width: 100%;
  transition: 0.2s;
}
.easy-point img:hover {
  opacity: 0.85;
}
.easy-point li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 36px;
  right: -22%;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-left: 23px solid #abd3cf;
}

.pointtxt h2,
.pointlist h2,
.pointdelivery h2,
.pointeffect h2,
.pointimprovement h2 {
  text-align: left;
  position: relative;
  padding-left: 100px;
  padding-top: 100px;
  margin-bottom: 60px;
}
.pointimprovement h2 {
  text-align: left;
  position: relative;
  padding-left: 100px;
  padding-top: 76px;
  margin-bottom: 50px;
}
.pointtxt h2::before {
  content: "";
  position: absolute;
  background-image: url(/asset/images/ic_easypoint_1.svg);
  background-size: cover;
  width: 68px;
  height: 68px;
  top: 90px;
  left: 0;
  z-index: 2;
}
.pointlist h2::before {
  content: "";
  position: absolute;
  background-image: url(/asset/images/ic_easypoint_2.svg);
  background-size: cover;
  width: 68px;
  height: 68px;
  top: 90px;
  left: 0;
  z-index: 2;
}
.pointdelivery h2::before {
  content: "";
  position: absolute;
  background-image: url(/asset/images/ic_easypoint_3.svg);
  background-size: cover;
  width: 68px;
  height: 68px;
  top: 90px;
  left: 0;
  z-index: 2;
}
.pointeffect h2::before {
  content: "";
  position: absolute;
  background-image: url(/asset/images/ic_easypoint_4.svg);
  background-size: cover;
  width: 68px;
  height: 68px;
  top: 90px;
  left: 0;
  z-index: 2;
}
.pointimprovement h2::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 90px;
  left: 20px;
  z-index: 2;
  background: #05a095;
  border-radius: 50%;
}
.pointtxt h3,
.pointlist h3,
.pointdelivery h3,
.pointeffect h3 {
  padding-bottom: 0;
  text-align: left;
  margin-bottom: 35px;
  margin-left: 100px;
  letter-spacing: 0;
  border-bottom: none;
}

.pointtxt-cont {
  margin-left: 100px;
  padding-bottom: 70px;
  border-bottom: 2px solid #fff;
}
.pointtxt-cont:last-of-type {
  border-bottom: none;
}
.pointlist-cont {
  margin-left: 100px;
  padding-bottom: 70px;
  border-bottom: 2px solid #c2ced7;
}
.pointlist-cont:last-of-type {
  border-bottom: none;
}
.pointlist-cont .subpage-link {
  margin-bottom: 0;
}
.pointtxt-cont-movie {
  width: 600px;
  margin: 40px auto 0;
}
.pointtxt-cont-movie img:first-of-type {
  margin-bottom: -1px;
  width: 100%;
}
.pointtxt-cont .movie {
  width: 600px;
  margin: 0;
  display: block;
}
.pointtxt-cont-movie-area {
  width: 600px;
}
.pointtxt-cont-multi {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.pointtxt-cont-multi img {
  width: 296px;
  height: 188px;
  margin-left: 60px;
}
.pointtxt-cont-message {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.pointtxt-cont-message img {
  width: 302px;
  height: 224px;
  margin-left: 60px;
}
.pointlist_1 {
  max-width: 600px;
  height: 402px;
  margin: 40px auto;
}
.pointlist_2 {
  max-width: 600px;
  height: 248px;
  margin: 40px auto 0;
}
.pointtxt .inner {
  position: relative;
}
.pointtxt .inner::after {
  content: "";
  position: absolute;
  left: 32px;
  top: 100px;
  bottom: 0;
  border-right: 2px dashed #c2ced7;
  z-index: 1;
}
.pointtxt-cont .subpage-link {
  margin-bottom: 0;
}

.pointlist .inner {
  position: relative;
}
.pointlist .inner::after {
  content: "";
  position: absolute;
  left: 32px;
  top: 0;
  bottom: 0;
  border-right: 2px dashed #c2ced7;
  z-index: 1;
}
.pointdelivery .inner {
  position: relative;
}
.pointdelivery .inner::after {
  content: "";
  position: absolute;
  left: 32px;
  top: 0;
  bottom: 0;
  border-right: 2px dashed #c2ced7;
  z-index: 1;
}
.pointdelivery_1 {
  max-width: 600px;
  height: 219px;
  margin-top: 40px;
}
.pointeffect_1 {
  max-width: 757px;
  height: auto;
  margin: 40px auto;
}
.pointeffect .inner {
  position: relative;
}
.pointeffect .inner::after {
  content: "";
  position: absolute;
  left: 32px;
  top: 0;
  bottom: 0;
  border-right: 2px dashed #c2ced7;
  z-index: 1;
}
.pointeffect-cont {
  margin-left: 100px;
  padding-bottom: 70px;
  border-bottom: 2px solid #c2ced7;
}
.pointeffect-cont:last-of-type {
  border-bottom: none;
}
.pointeffect-cont .subpage-link {
  margin-bottom: 0;
}
.pointimprovement .inner {
  position: relative;
}
.pointimprovement .inner::after {
  content: "";
  position: absolute;
  left: 32px;
  bottom: 160px;
  height: 110px;
  border-right: 2px dashed #c2ced7;
  z-index: 1;
}
.pointimprovement-cont {
  margin-left: 100px;
  padding-bottom: 70px;
}
/* page_easy end */

/* page_deliverability */
.nonarrival-list {
  margin: 70px 30px 0;
  display: flex;
  justify-content: space-between;
}
.nonarrival-list:not(:last-of-type) {
  margin: 70px 30px 80px;
}
.nonarrival-list li {
  width: 30%;
}
.nonarrival-list li:not(:last-of-type) {
  margin-right: 2.6%;
}
.nonarrival-list-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: 41px;
  height: 41px;
  background: #074d82;
  border-radius: 100%;
}
.nonarrival-list li .nonarrival-list-image::after {
  position: absolute;
  top: 8px;
  padding: 0 0 0 13px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: 41px;
  height: 41px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
.nonarrival-list li:nth-of-type(1) .nonarrival-list-image::after {
  content: "1";
}
.nonarrival-list li:nth-of-type(2) .nonarrival-list-image::after {
  content: "2";
}
.nonarrival-list li:nth-of-type(3) .nonarrival-list-image::after {
  content: "3";
}
.nonarrival-list-image {
  background: #dae3e5;
  border-radius: 5px;
  padding: 18% 3% 0;
  position: relative;
  height: 270px;
  transition: 0.2s;
}
.nonarrival-list h4 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #333;
  transition: 0.2s;
}
.nonarrival-list.decision li:nth-of-type(1) h4 {
  margin: 0 0 25px;
}
.nonarrival-list.decision li:nth-of-type(2) h4 {
  margin: 0 0 45px;
}
.nonarrival-list.decision li:nth-of-type(3) h4 {
  margin: 0 0 50px;
}
.nonarrival-list p {
  font-size: 14px;
  line-height: 1.5;
  margin: 20px 0 0;
  color: #333;
  transition: 0.2s;
}
.nonarrival-list.decision li:nth-of-type(1) .nonarrival-list-image img {
  width: 181px;
  height: 145px;
}
.nonarrival-list.decision li:nth-of-type(2) .nonarrival-list-image img {
  width: 140px;
  height: 91px;
}
.nonarrival-list.decision li:nth-of-type(3) .nonarrival-list-image img {
  width: 76px;
  height: 91px;
}
.deliverabilityresult h2 {
  text-align: center;
  line-height: 1.7;
}
.deliverabilityresult h2 span {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.deliverabilityresult h2 img {
  width: 200px;
  height: 31px;
  margin: 0;
}
.deliverabilityresult img {
  max-width: 738px;
  margin: 30px auto 0;
}
.nonarrival-list.measures li:nth-of-type(1) h4 {
  margin: 0 0 35px;
}
.nonarrival-list.measures li:nth-of-type(2) h4 {
  margin: 0 0 35px;
}
.nonarrival-list.measures li:nth-of-type(3) h4 {
  margin: 0 0 30px;
}
.nonarrival-list.measures li:nth-of-type(1) .nonarrival-list-image img {
  width: 245px;
  height: 84px;
}
.nonarrival-list.measures li:nth-of-type(2) .nonarrival-list-image img {
  width: 163px;
  height: 118px;
}
.nonarrival-list.measures li:nth-of-type(3) .nonarrival-list-image img {
  width: 120px;
  height: 120px;
}

/* page_deliverability end */

/* page_security */
.security-nav {
  display: flex;
  justify-content: center;
}
.security-nav li {
  max-width: 250px;
  width: 100%;
  height: 62px;
  border: 2px solid #dae3e5;
  position: relative;
  transition: 0.2s;
}
.security-nav li:not(:last-of-type) {
  border-right: none;
}
.security-nav li:hover {
  opacity: 0.85;
}
.security-nav li::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 20px;
  width: 11px;
  height: 11px;
  border-top: solid 4px #074d82;
  border-right: solid 4px #074d82;
  transform: rotate(135deg);
  border-radius: 3px;
}
.security-nav li a {
  max-width: 250px;
  width: 100%;
  height: 58px;
  display: block;
  color: #074d82;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding-top: 7px;
  padding-right: 20px;
}
.security-nav li a:hover {
  background-color: #dae3e5;
}
.security-nav li:first-of-type a {
  padding-top: 18px;
}
.authority-list {
  display: flex;
  justify-content: space-between;
  margin: 70px 0 0;
}
.authority-list li {
  width: 31%;
}
.authority-list.row-02 li {
  width: 47%;
}
.authority-list.row-02 li div {
  margin-bottom: 10px;
}
.authority-list-cont {
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  background: #fff;
  min-height: 355px;
}
.row-02 .authority-list-cont {
  min-height: 280px;
}
.authority-list-cont h3 {
  font-size: 20px;
  font-weight: bold;
  background: #d1dee0;
  padding: 8px 5px 13px;
  margin: 0;
  letter-spacing: 0;
  border: none;
}
.authority-list-cont p {
  letter-spacing: 0.8px;
}
.authority-list li:first-of-type img {
  max-width: 150px;
  max-height: 110px;
  box-sizing: content-box;
  padding: 50px 0 40px;
}
.authority-list li:nth-of-type(2) img {
  max-width: 230px;
  max-height: 113px;
  box-sizing: content-box;
  padding: 50px 0 40px;
}
.authority-list li:last-of-type img {
  max-width: 169px;
  max-height: 77px;
  box-sizing: content-box;
  padding: 50px 0 40px;
  margin-bottom: 34px;
}
.authority-list.row-02 li:first-of-type img {
  max-width: 340px;
  max-height: 120px;
  box-sizing: content-box;
  padding: 50px 0 40px;
}
.authority-list.row-02 li:nth-of-type(2) img {
  max-width: 420px;
  max-height: 240px;
  box-sizing: content-box;
  padding: 0;
  margin-bottom: 0;
}
.authority-list-cont p {
  font-size: 14px;
  margin: 0 20px 20px !important;
}
/* page_security end */

/* form_bridge */

#header2 {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 83px;
}
p.bridge-index-text {
  font-size: 11px;
  line-height: 1.1;
  padding: 5px 0 8px;
  margin: 0;
}
.header-bridge-flex {
  display: flex;
  flex-wrap: wrap;
}
.header-logo-bridge {
  width: 15%;
}
.header-logo-bridge img {
  width: auto;
  height: 50px;
}
.header-bridge-flex h1 {
  color: #252525;
  font-size: 2em;
  font-weight: bold;
  width: 70%;
  margin: 0 auto;
  padding: 10px 0 0 20%;
  letter-spacing: 0.08em;
}
.header-bridge-flex h1.ttl-price {
  padding: 10px 0 0 15%;
}
.bridge-casebox {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #edf3f4;
  border-radius: 10px;
  padding: 0 10px;
  box-sizing: border-box;
}
.bridge-casebox-r {
  width: 25%;
  margin: -20px 0 10px 10%;
}
.bridge-casebox-r img {
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
.bridge-casebox-l {
  width: 50%;
  margin: 0;
  background: #fff;
  padding: 20px 30px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.bridge-casebox-l::before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #fff;
  border-width: 10px;
  margin-top: -10px;
}
.bridge-casebox-l p span {
  display: block;
  font-size: 1.2em;
  color: #182987;
  font-weight: bold;
}
p.companyinfo-logo-bridge img {
  width: auto;
  height: 35px;
}
/* form_bridge end */

/* page_bridge */
.MT80 {
  margin-top: 80px;
}
.sec-borderbtm {
  border-bottom: 1px solid #dfdfdf;
}
.img-size-90 img {
  width: 90%;
  margin: 4em auto;
}
.img-size-90 a:hover img {
  opacity: 0.8;
  transition: 0.2s;
}
.img-size-90-2 img {
  width: 90%;
  margin: 3em auto 1em;
}
.img-size-90-2 a:hover img {
  opacity: 0.8;
  transition: 0.2s;
}

/*------------------------------------------
導入時の問題を解消　エリア
-------------------------------------------*/
.subpage .trouble-list {
  margin: 80px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.subpage .trouble-list-point p {
  content: "";
  position: absolute;
  top: -20px;
  transform: translateX(-50%);
  color: #fff;
}
.subpage .trouble-list-point h3 {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.subpage .trouble-list li {
  width: 23%;
  padding: 0;
  background: #fff;
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.subpage .trouble-list li .trouble-list-point img {
  margin: 0 auto;
  display: block;
}
.subpage .trouble-list li:not(:last-of-type) {
  margin-right: auto;
}
.subpage .trouble-list li img.trouble-img01 {
  max-width: 120px;
  width: 100%;
  height: 100px;
  padding: 0;
}
.subpage .trouble-list li img.trouble-img02 {
  max-width: 110px;
  width: 100%;
  height: 90px;
  box-sizing: content-box;
  padding: 0;
}
.subpage .trouble-list li img.trouble-img03 {
  max-width: 120px;
  width: 100%;
  height: 100px;
  box-sizing: content-box;
  padding: 0;
}
.subpage .trouble-list li img.trouble-img04 {
  max-width: 150px;
  width: 100%;
  height: 120px;
  box-sizing: content-box;
  padding: 0;
}
.subpage .trouble-list-point {
  background: #fff;
  padding: 10px 20px 0;
  height: 200px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
}
.subpage li .trouble-list-solution h4 {
  margin: 0 !important;
  color: #074d82;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  padding: 32px 8px;
  letter-spacing: 0.5px;
}
.subpage .trouble-list-solution {
  height: 116px;
  position: relative;
  background: #badadd;
}
.subpage .trouble-list-solution p {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  color: #074d82;
}

/*------------------------------------------
Bridgeが選ばれる理由　エリア
-------------------------------------------*/
.linking-list {
  margin: 70px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.linking-list li {
  width: 30%;
}
.linking-list li:not(:last-of-type) {
  margin-right: 2.6%;
}
.linking-list-image {
  background: #edf3f4;
  border-radius: 5px;
  padding: 13% 3% 0;
  position: relative;
  height: 190px;
  transition: 0.2s;
}
.linking-list-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: 41px;
  height: 41px;
  background: #074d82;
  border-radius: 100%;
}
.linking-list li .linking-list-image::after {
  position: absolute;
  top: 8px;
  padding: 0 0 0 25px;
  left: 46%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: 41px;
  height: 41px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
.linking-list .linking-list-image p {
  color: #074d82;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.linking-list li:nth-of-type(1) .linking-list-image::after {
  content: "1";
}
.linking-list li:nth-of-type(2) .linking-list-image::after {
  content: "2";
}
.linking-list li:nth-of-type(3) .linking-list-image::after {
  content: "3";
}
.linking-list li .linking-list-image img {
  display: block;
  margin: 0 auto;
}
.linking-list li:nth-of-type(1) .linking-list-image img {
  width: 130px;
  height: auto;
}
.linking-list li:nth-of-type(2) .linking-list-image img {
  width: 130px;
  height: auto;
}
.linking-list li:nth-of-type(3) .linking-list-image img {
  width: 130px;
  height: auto;
}
.linking-list h3 {
  border-bottom: none;
  margin: 30px auto 0;
}

/*------------------------------------------
マーケティングオートメーションツールへの架け橋　エリア
-------------------------------------------*/
.bridge-amtool-box {
  margin: 5em auto 0;
  background: #fff;
  padding: 30px;
}
.bridge-amtool-inbox {
  background: #badadd;
  padding: 20px;
  box-sizing: border-box;
  margin: 4em auto 0;
  border-radius: 4px;
  position: relative;
}
.bridge-amtool-inbox::after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #badadd;
  border-width: 20px;
  margin-left: -20px;
}
.bridge-amtool-inbox h3 {
  border-bottom: none;
  font-size: 1.3em;
  margin: 1.5em auto 1em;
  color: #182987;
}
.bridge-amtool-inbox h3 em {
  font-style: normal;
  font-size: 1.3em;
  letter-spacing: 0.05em;
  color: #182987;
}
.bridge-amtool-inbox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 10px;
}
.bridge-amtool-inbox li {
  width: 22%;
  margin: 0 auto;
  background: #fff;
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 4px 0 #82afb4;
  border: 2px solid #82afb4;
}
.bridge-amtool-inbox li:hover {
  position: relative;
  top: 4px;
  box-shadow: none;
}
.bridge-amtool-inbox li a {
  display: block;
}
.bridge-amtool-inbox li img {
  display: block;
  height: 120px;
}
.bridge-amtool-inbox li:nth-of-type(1) img {
  height: 100px;
  margin: 10px auto 20px;
}
.bridge-amtool-inbox li:nth-of-type(2) img,
.bridge-amtool-inbox li:nth-of-type(3) img,
.bridge-amtool-inbox li:nth-of-type(4) img {
  width: 100%;
}
.bridge-amtool-inbox li h4 {
  background: #05a095;
  padding: 4px 10px;
  font-size: 0.9em;
  border-radius: 4px;
  text-align: center;
  margin: 10px auto 0;
  color: #fff;
}
/*------------------------------------------
cta
-------------------------------------------*/
.cta-btn-ctl01 {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
}
.cta-btn {
  position: relative;
  display: block;
  background: #fff;
  width: 375px;
  border: 2px solid #074d82;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 30px;
}
.cta-btn a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #074d82;
  padding-right: 18px;
  text-decoration: none;
  line-height: 45px;
  text-align: center;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
}
.cta-btn-effect {
  width: 375px;
  height: 50px;
  left: -375px;
  background: #074d82;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
}
.cta-btn:hover .cta-btn-effect {
  left: 0;
}
.cta-btn:hover a {
  color: #fff !important;
}
.cta-btn::after {
  content: "";
  position: absolute;
  top: 17px;
  right: 15px;
  background: url(../images/ic_arrow_b.svg) 0 0 no-repeat;
  background-size: cover;
  width: 9px;
  height: 13px;
}
.cta-btn:hover::after {
  content: "";
  position: absolute;
  top: 17px;
  right: 15px;
  background: url(../images/ic_arrow.svg) 0 0 no-repeat;
  background-size: cover;
  width: 9px;
  height: 13px;
  z-index: 2;
}

/* page_bridge end */

/* inquirydl */
.inquirydl-wrap {
  display: flex;
  justify-content: space-between;
}
.inquirydl-cont {
  width: 50%;
}
.inquirydl-cont .inner {
  width: 90%;
  margin-right: 50px;
  max-width: 400px !important;
  margin-top: 50px;
}
.inquirydl-cont img {
  max-width: 350px;
}
.inquirydl-cont h2 {
  font-size: 24px;
  color: #074d82;
  text-align: left;
  letter-spacing: 0;
  margin: 30px auto;
}
.inquirydl-cont h2.inquirydl-cont-h2-small {
  font-size: 21px;
  color: #074d82;
  text-align: left;
  letter-spacing: 0;
  margin: 30px auto;
}
.inquirydl-cont ul {
  list-style: disc;
  padding: 20px;
  border-radius: 5px;
  text-align: left;
}
.inquirydl-cont ul li {
  margin-left: 30px;
}
.inquirydl .form-mailer-half {
  background: #dae3e5;
  width: 50%;
}
.inquirydl .form-mailer-half-inner {
  width: 90%;
  max-width: 410px !important;
  margin: 0 40px;
  padding: 0;
}

.inquirydl .form-mailer-half div label {
  float: none;
  color: #074d82;
  font-weight: 500 !important;
  width: 100% !important;
  line-height: 1.3;
  display: inline-block;
  padding: 8px 20px 0 0 !important;
  margin: 0;
  box-sizing: border-box;
  font-weight: bold;
}

.inquirydl .form-mailer-half .fm-form-sec .form-fieldset legend {
  float: none;
  color: #074d82;
  font-weight: 500 !important;
  width: 100% !important;
  line-height: 1.3;
  display: inline-block;
  padding: 8px 20px 0 0 !important;
  margin: 0;
  box-sizing: border-box;
  font-weight: bold;
}
.inquirydl .form-mailer-half .fm-form-sec .form-fieldset .form-group {
  width: 100%;
}
.inquirydl .form-mailer-half .fm-form-sec .form-fieldset legend::before {
  content: none;
}
.inquirydl .form-mailer-half .fm-form-sec .required legend:after {
  color: #f51358 !important;
  font-size: 11px;
  letter-spacing: 3px;
  border: 1px solid #f51358;
  border-radius: 2px;
  padding: 1px 3px 1px 6px;
  line-height: 100%;
  vertical-align: 2px;
  margin: 0 5px 6px 5px;
  background: none;
}
.inquirydl .form-mailer-half .fm-form-sec .form-group .form-control {
  margin-top: 10px;
}
.inquirydl .form-mailer-half .fm-form-sec input[type="submit"] {
  background: #f51358 !important;
}
.inquirydl .form-mailer-half .fm-form-sec .form-fieldset {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .inquirydl .form-mailer-half {
    width: 100%;
  }
  .inquirydl .form-mailer-half-inner {
    max-width: none !important;
    margin: 0;
    width: 100%;
  }
}

/* inquirydl-announcement */
.inquirydl-announcement-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  background: #f8f8f8;
}
.inquirydl-announcement-wrap .inner {
  width: 90%;
  max-width: 1000px !important;
}
.inquirydl-announcement-wrap .inner h2 {
  position: relative;
  display: block;
  width: 80%;
  border: 3px solid #074d82;
  border-radius: 50px;
  padding: 10px 0;
  margin: 50px auto 30px;
  background: #fff;
}
.inquirydl-announcement-list li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
}

.inquirydl-announcement-list li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 50%;
  right: 50%;
  width: 0;
  height: 0;
  border: none;
  border-top: 35px solid #dae3e5;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  transform: translate(-50%, -50%);
}

.inquirydl-announcement-list img {
  width: 60%;
  height: auto;
}
.inquirydl-announcement-list-text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: auto;
  min-height: 180px;
  padding: 20px;
  background-color: #dcedeb;
  color: #074d82;
  font-weight: bold;
  border-radius: 10px;
}
.inquirydl-announcement-list li:last-of-type {
  margin-bottom: 30px;
}
.inquirydl-announcement-list li:last-of-type .inquirydl-announcement-list-text {
  background: none;
}
.inquirydl-announcement-list-text p {
  color: #074d82;
  font-weight: normal;
}
.inquirydl-announcement-list-text p b {
  border-bottom: 3px solid rgb(226, 212, 16);
}
.inquirydl-announcement-list p::before {
  content: "";
  position: absolute;
  left: -40px;
  width: 0;
  height: 0;
  border: none;
  border-right: 60px solid #dcedeb;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
.subpage p.inquirydl-announcement-toform {
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.inquirydl-announcement-button a {
  margin: 0 auto;
  display: block;
  max-width: 400px;
  width: 90%;
  background: #f51359;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 20px;
  transition: 0.2s;
}
.inquirydl-announcement-button a:hover {
  opacity: 0.8;
}

.inquirydl .form-hubspot {
  background: #dae3e5;
  width: 50%;
}
.inquirydl .form-hubspot-inner {
  width: 90%;
  max-width: 410px !important;
  margin: 0 40px;
  padding: 0;
}
.inquirydl .hs-form-field div.input {
  float: none !important;
  width: 100% !important;
  box-sizing: border-box;
  line-height: 1.3;
  display: block;
  padding: 0;
  font-weight: bold;
  color: #555;
  margin-top: 10px;
}

.inquirydl .hbspt-form .input input {
  line-height: 1.5;
  padding: 5px !important;
  width: 100%;
  font-size: 16px !important;
  margin: 0;
}
.inquirydl input[type="text"],
input[type="email"],
input[type="tel"] {
  padding: 5px 10px !important;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  background: #fff !important;
}
.inquirydl textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 10px !important;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  background: #fff !important;
  min-height: 100px;
  margin-top: 5px;
  width: 100%;
  box-sizing: border-box;
}
.inquirydl .hbspt-form .hs-form-required {
  color: #f51358 !important;
  font-size: 11px;
  letter-spacing: 3px;
  border: 1px solid #f51358;
  border-radius: 2px;
  padding: 1px 3px 1px 6px;
  line-height: 100%;
  vertical-align: 2px;
  margin: 0 5px 6px 5px;
}
.inquirydl .actions input.hs-button {
  font-size: 18px !important;
  font-weight: normal;
  width: 90%;
  padding: 15px 20px !important;
  background: #f51358 !important;
  color: #fff !important;
  border-radius: 4px !important;
  border: none !important;
  margin-top: 10px !important;
  line-height: 1;
}
.inquirydl .hbspt-form div label {
  float: none;
  color: #074d82;
  font-weight: 500 !important;
  width: 100% !important;
  line-height: 1.3;
  display: inline-block;
  padding: 8px 20px 0 0 !important;
  margin: 0;
  box-sizing: border-box;
  font-weight: bold;
}
.inquirydl .hs-pointers {
  width: 90%;
  margin: 20px auto;
  font-size: 13px;
  text-align: left;
}
.inquirydl .hs-pointers a,
.hs-pointers a,
.fm-form-sec .form-fieldset a {
  text-decoration: underline;
  color: #074d82;
}
.inquirydl .hs-pointers a:hover,
.hs-pointers a:hover {
  text-decoration: none;
}
.inquirydl ul.hs-error-msgs li label {
  color: #f51358 !important;
}
.inquirydl .hs_prefectures .input select, .hs_plan .input select/*, .hs_how_to_know .input select*/ {
  width: 100%;
  min-height: 30px;
  color: #555;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: #fff;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 5px 38px 5px 5px;
}
.dlcomplete .lead {
  text-align: center;
  font-weight: 500;
  color: #f51358;
  font-size: 26px;
}
.dlcomplete img {
  width: 350px;
  margin: 30px auto;
}
.dlcomplete-btn a {
  margin: 0 auto;
  display: block;
  max-width: 400px;
  width: 90%;
  background: #f51359;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 20px;
  transition: 0.2s;
}
.dlcomplete-btn a:hover {
  opacity: 0.85;
}

.dlcomplete-btn p {
  text-align: center;
  font-size: 14px;
}
/* inquirydl end */

/* inquiry-bridge-dl 20200515 */

.subpage.inquiry-bridge-dl {
  margin-top: 60px;
}

.siryouslider {
  margin: 0 auto;
  width: 100%;
}
.siryouslider img {
  width: 100%;
  height: auto;
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 45%;
  display: block;
  padding: 0;
  border: none;
  font-size: 0;
  line-height: 0;
  outline: none;
  background: transparent;
}

.slick-prev {
  left: -20px;
  width: 25px;
  height: 25px;
  border-top: 4px solid #074d82;
  border-left: 4px solid #074d82;
  transform: rotate(-45deg);
}
.slick-next {
  right: -20px;
  width: 25px;
  height: 25px;
  border-top: 4px solid #074d82;
  border-right: 4px solid #074d82;
  transform: rotate(45deg);
}
.inquiry-bridge-dl-slide {
  margin-top: 80px;
}
.inquiry-bridge-dl-slide .siryouslider {
  padding: 0;
}
.inquiry-bridge-dl-slide .siryouslider li {
  margin-left: 0;
}
.inquiry-bridge-dl-slide.inquiry-bridge-dl-mail-create-slide {
  margin-top: 110px;
}
.inquiry-bridge-dl-title h2 {
  color: #4e4e4e;
  text-align: right;
  position: relative;
  top: 50px;
  font-size: 27px;
}
.inquiry-bridge-dl-title.inquiry-bridge-dl-mail-create-title h2 {
  top: 80px;
}
.inquiry-bridge-dl-title h2 span {
  font-size: 12px;
}
.inquiry-bridge-dl-title img {
  position: absolute;
  width: 115px;
  margin: -10px 0 0px 34px;
}
.subpage p.inquiry-bridge-dl-gaiyou {
  font-size: 20px;
  margin-bottom: 5px;
}
.subpage p.inquiry-bridge-dl-gaiyou span {
  font-size: 16px;
}
.inquiry-bridge-dl-form .hbspt-form ul.inputs-list li {
  width: 50%;
}
#label-type-dbb34722-ca0e-4335-af7a-111aa98eb68c {
  font-size: 24px !important;
}
.inquiry-bridge-dl-form .hs-form-field div.input {
  margin-right: 0;
}
/* inquiry-bridge-dl end */

/*add 20181203*/
.area-flow-01 h3 {
  color: #4e4e4e;
  font-weight: normal;
  text-align: left;
  margin-bottom: 10px;
  font-size: 20px;
}
.area-flow-01 h3 span:before {
  display: none;
}
.area-flow-01 .text-muted {
  display: inline-block;
  font-size: 16px;
  color: #999;
  margin-left: 10px;
  padding: 0;
  text-align: left;
  position: static;
}
.subpage .pagefunc-wrap h3 {
  margin-bottom: 25px;
  color: #1757b9;
  font-weight: bold;
  text-align: center;
  border: none;
  font-size: 20px;
}
.subpage .pagefunc-wrap h3 span {
  font-size: 16px;
}
.subpage .pagefunc-wrap h3 span:before {
  display: none;
}
.subpage .pagefunc-wrap h4 {
  font-size: 15px;
  color: #787878;
  font-weight: 400;
  line-height: 1.8em;
}
.price_item dl dd {
  min-height: 40px;
}
.price_item dl dd img {
  display: inline;
}
.subpage .trial-block-lead p {
  padding: 0px;
  text-align: center;
  line-height: 1.65;
  font-size: 110%;
  margin: 10px 0;
}
.subpage .trial-block-lead p.txt-ex {
  font-size: 11px;
}
.info_column_list li a {
  color: #1757b9;
}

.scroll-pricing-table {
  overflow: auto;
  white-space: nowrap;
}
.pricing-section {
  width: 100%;
  margin: 100px 0 30px;
  padding: 0;
}
.pricing-section-thead {
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
}
.pricing-section_title {
  width: 100px;
  color: #074d82;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.pricing-section-thead .pricing-section_title_content {
  height: 100px;
}
.pricing-section_title_content {
  margin: 0 0 3px;
  background: #fff;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing-section_title_content-typical {
  margin: 0 0 3px;
  background: #fff;
  height: 274px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing-section_title_content-account {
  height: 74px;
}
.pricing-section_bridge,
.pricing-section_premium,
.pricing-section_standard,
.pricing-section_light {
  width: 225px;
}
.price_item__light {
  width: 100%;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
}
.price_item__standard {
  width: 100%;

  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}
.price_item__premium {
  width: 100%;

  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.price_item__bridge {
  width: 100%;

  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.pricing-section-tbody {
  width: 100%;
}
.pricing-section-tbody .pricing-section_premium {
  width: 450px;
}
.pricing-section-tbody .pricing-section_bridge .pricing-section_bridge_content,
.pricing-section-tbody .pricing-section_premium .pricing-section_premium_content,
.pricing-section-tbody .pricing-section_light .pricing-section_light_content {
  height: 250px;
  margin: 0 0 3px 3px;
  background: #fff;
  padding: 20px;
}

.pricing-section-tbody .pricing-section_bridge h5,
.pricing-section-tbody .pricing-section_premium h5,
.pricing-section-tbody .pricing-section_light h5 {
  color: #06a096;
  margin: 0 0 10px;
  letter-spacing: 0;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
.pricing-section-tbody .pricing-section_bridge p,
.pricing-section-tbody .pricing-section_premium p,
.pricing-section-tbody .pricing-section_light p {
  text-align: center;
}
.pricing-section_bridge_content-small {
  display: block;
  margin-top: 10px;
  font-size: 80%;
  text-align: center;
}
.pricing-section_visit_notification,
.pricing-section_memory-delivery,
.pricing-section_htmlmail-delivery,
.pricing-section_account,
.pricing-section_stepmail,
.pricing-section_conversion_count,
.pricing-section_delivery,
.pricing-section_registration-form {
  height: 33px;
}
.pricing-section_visit_notification_content,
.pricing-section_memory-delivery_content,
.pricing-section_htmlmail-delivery_content,
.pricing-section_account_content,
.pricing-section_stepmail_content,
.pricing-section_conversion_count_content,
.pricing-section_delivery_content,
.pricing-section_registration-form_content {
  height: 30px;
  margin: 0 0 3px 3px;
}
.pricing-section_visit_notification_content-text,
.pricing-section_memory-delivery_content-text {
  display: inline-block;
  width: 221px;
  height: 30px;
  padding-top: 3px;
  text-align: center;
  background: #fff;
}
.pricing-section_htmlmail-delivery_content-text,
.pricing-section_account_content-text {
  display: inline-block;
  width: 445px;
  height: 30px;
  padding-top: 3px;
  text-align: center;
  background: #fff;
}
.pricing-section_stepmail_content-text,
.pricing-section_conversion_count_content-text {
  display: inline-block;
  width: 670px;
  height: 30px;
  padding-top: 3px;
  text-align: center;
  background: #fff;
}
.pricing-section_delivery_content-text,
.pricing-section_registration-form_content-text {
  display: inline-block;
  width: 891px;
  height: 30px;
  padding-top: 3px;
  text-align: center;
  background: #fff;
}
.pricing-section_name {
  position: relative;
  cursor: pointer;
  display: inline-block;
  color: #074d82;
  font-weight: bold;
}
.pricing-section_visit_notification_content-text {
  z-index: 10;
}
.pricing-section_memory-delivery_content-text {
  z-index: 20;
}
.pricing-section_htmlmail-delivery_content-text {
  z-index: 30;
}
.pricing-section_account_content-text {
  z-index: 40;
}
.pricing-section_stepmail_content-text {
  z-index: 50;
}
.pricing-section_conversion_count_content-text {
  z-index: 60;
}
.pricing-section_delivery_content-text {
  z-index: 70;
}
.pricing-section_registration-form_content-text {
  z-index: 80;
}
.subpage p.pricing-section_description {
  display: none;
  position: absolute;
  padding: 10px;
  font-size: 12px;
  line-height: 1.6em;
  color: #fff;
  border-radius: 5px;
  background: rgba(99, 99, 99, 0.9);
  width: 200px;
}
.pricing-section_description::before {
  content: "";
  position: absolute;
  bottom: -25px;
  right: 45%;
  border: 10px solid transparent;
  border-top: 15px solid rgba(99, 99, 99, 0.9);
}
.pricing-section_name:hover .pricing-section_description {
  display: inline-block;
  text-align: left;
  white-space: normal;
}
.pricing-section_visit_notification_content-text .pricing-section_description {
  top: -110px;
  left: 10px;
}
.pricing-section_memory-delivery_content-text .pricing-section_description {
  top: -70px;
  left: 10px;
}
.pricing-section_htmlmail-delivery_content-text .pricing-section_description {
  top: -90px;
  left: 120px;
}
.pricing-section_account_content-text .pricing-section_description {
  top: -110px;
  left: 120px;
}
.pricing-section_stepmail_content-text .pricing-section_description {
  top: -90px;
  left: 230px;
}
.pricing-section_conversion_count_content-text .pricing-section_description {
  top: -90px;
  left: 230px;
}
.pricing-section_delivery_content-text .pricing-section_description {
  top: -90px;
  left: 350px;
}
.pricing-section_registration-form_content-text .pricing-section_description {
  top: -70px;
  left: 350px;
}
.pricing-section_visit_notification_content-gray,
.pricing-section_memory-delivery_content-gray {
  display: inline-block;
  width: 670px;
  height: 30px;
  padding-top: 3px;
  text-align: center;
  background: #e1e1e1;
}
.pricing-section_htmlmail-delivery_content-gray,
.pricing-section_account_content-gray {
  display: inline-block;
  width: 445px;
  height: 30px;
  padding-top: 3px;
  text-align: center;
  background: #e1e1e1;
}
.pricing-section_stepmail_content-gray,
.pricing-section_conversion_count_content-gray {
  display: inline-block;
  width: 221px;
  height: 30px;
  padding-top: 3px;
  text-align: center;
  background: #e1e1e1;
}
.pricing-section_10user,
.pricing-section_5user,
.pricing-section_1user {
  width: 445px;
  display: grid;
  place-content: center;
  height: 74px;
  margin: 0 0 3px 3px;
  background: #fff;
}
.pricing-section_5user {
  width: 221px;
}
.pricing-section_1user {
  width: 217px;
}

.pricing-section_10user p,
.pricing-section_5user p,
.pricing-section_1user p {
  text-align: center;
  color: #074d82;
  font-size: 16px;
  font-weight: bold;
}

.info_column .price_item_contents {
  display: flex;
  align-items: center;
  justify-content: center;
}
/*flexでPC表示時の表示順入替*/
.info_column {
  margin: 0;
  width: 10%;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.price_item_contents {
  position: relative;
  padding: 0;
  margin: 0 0 0 3px;
  height: 100px;
  text-align: center;
  padding: 0;
  color: #022357;
  background: #fff;
}
.subpage p.price_item_contents_left {
  color: #074d81;
  font-weight: bold;
  padding-top: 0;
}

.price_item_contents .item_detail {
  position: absolute;
  top: -30px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 207px;
  height: 70px;
  line-height: 1.2;
  font-size: 14px;
  color: #333;
  padding: 10px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  -moz-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  -ms-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .price_item_contents .item_detail {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  } /* IE11 */
}
.price_item_contents .item_detail::before {
  content: "";
  position: absolute;
  top: 98%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #fff;
}
.price_item_contents .item_detail b {
  display: inline;
  color: #06a096;
  font-weight: 500;
}
.price_item_contents .price_item_ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 0;
  height: 100px;
}
.price_item__bridge .price_item_contents .price_item_ttl {
  background: #074d81;
}
.price_item__premium .price_item_contents .price_item_ttl {
  background: #06a096;
}
.price_item__standard .price_item_contents .price_item_ttl {
  background: #badadd;
}
.price_item__light .price_item_contents .price_item_ttl {
  background: #fff;
}
.price_item_contents .price_item_ttl .ttl {
  padding-bottom: 10px;
  color: #074d82;
  font-size: 28px;
}
.price_item_contents .price_item_ttl .ttl a {
  color: #074d82;
  font-size: 28px;
}
.price_item_contents .price_item_ttl .ttl a:hover {
  color: #2c6d9e;
}
.price_item__bridge .price_item_contents .price_item_ttl .ttl,
.price_item__premium .price_item_contents .price_item_ttl .ttl {
  color: #fff;
}
.price_item_contents .item_tag_01 {
  display: inline-block;
  padding: 3px 10px;
  background: #074d82;
  color: #fff;
  font-size: 13px;
}
.price_item_contents .item_tag_02 {
  position: absolute;
  top: -65px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  padding: 3px 10px;
  width: 90px;
  height: 30px;
  background: #f4a608;
  color: #fff;
  font-size: 13px;
  border-radius: 15px;
}
/* 2020 0630 推奨環境
.environment_table{
  margin: 0 auto 30px;
}
.environment_table th {
  background: #badadd;
  border: solid 1px #ccc;
  color: #074d82;
  padding: 10px;
}
.environment_table td {
  border: solid 1px #ccc;
  padding: 10px;
}
#environment .pricing_memo{
  font-size: 15px;
} */

/* 2023 0118 推奨環境 */
.environment_table {
  margin: 0 auto 30px;
  font-size: 14px;
}
.environment_table th {
  background: #badadd;
  border: solid 1px #ccc;
  color: #074d82;
  padding: 10px;
}
.environment_table td {
  border: solid 1px #ccc;
  padding: 10px;
}
.pricing_memo {
  font-size: 14px;
}
/* 2023 0118 推奨環境 end */

.subpage .cost-txt {
  text-align: center;
  display: inline-block;
  font-size: 1.8rem !important;
  font-weight: bold;
  background-color: #fff;
  border: 3px solid #022357;
  line-height: 200%;
  box-sizing: border-box;
  color: #022357;
  width: 37%;
  margin: 30px auto;
}
.trial-title,
.form-title {
  font-size: 140%;
}
.trial-block-cell p {
  font-size: 101%;
  margin: 13px 0;
}
.pagefunc-icon {
  background-color: #074d82;
}
.lead,
.subpage .pgh,
.column-text-area p {
  margin-bottom: 20px;
}
.subpage .textcenter {
  text-align: center;
}
.subpage .textcenter-blue {
  text-align: center;
  color: #074d82;
}
.subpage .img-area {
  margin: 0 auto 30px;
  width: 90%;
  max-width: 860px;
}
.subpage .column-table th,
.subpage .column-table td {
  border: 1px solid #ccc;
  padding: 10px;
}
.inquiry .lead,
.inquiry-trial .lead {
  padding-bottom: 30px;
}
.ferret .lead_img {
  width: 680px;
  margin: 30px auto;
}
.lead_img .lead_left {
  width: 380px;
  display: inline-block;
  float: left;
  line-height: 2em;
}
p.pgh.txt-lowercase {
  font-size: 12px;
  margin-top: 5px;
}

/*H.M追加　20190204*/
body.single .area-contents ol li {
  margin: 10px auto;
  list-style: decimal;
  list-style-position: inside;
}
body.single .area-contents ul li {
  margin: 10px auto;
  list-style: disc;
  list-style-position: inside;
  /*text-indent: -1.4em;
  padding-left: 1.4em;*/
}
body.single .area-contents ul li ul li {
  margin: 10px auto;
  list-style: none;
  list-style-position: inside;
}
body.single .area-contents p.pgh a,
.column-text-area p a {
  color: #074d82;
  text-decoration: underline;
}
body.single p.pgh a:hover,
.column-text-area p a:hover {
  text-decoration: none;
}
body.single p.pgh.txt-red,
.column-text-area .txt-red {
  color: #c30000;
  line-height: 1.2;
  font-size: 92%;
}

/*.hs-form-field div.input {
  padding: 5px!important;
  background-color: #ffcccc;
}*/
#column .area-sidebar .column-list figure {
  max-width: 100%;
  margin: 0;
}

/*H.M追加　20190409*/
/*Priceページ　流れエリア*/
.price .costs {
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
}
.price .subpage .cost-txt {
  line-height: 1.2;
  padding: 15px 20px;
}
ul.flow-step {
  margin: 3em auto 1em;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
}
ul.flow-step li {
  width: 15%;
  background: #fff;
  vertical-align: middle;
  position: relative;
  padding: 6px;
  box-sizing: border-box;
}
ul.flow-step li:nth-child(even) {
  background: #cbe5e2;
  position: relative;
}
ul.flow-step li::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 10px;
  margin-top: -10px;
  z-index: 1;
}
ul.flow-step li:nth-child(even)::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #cbe5e2;
  border-width: 10px;
  margin-top: -10px;
  z-index: 1;
}
ul.flow-step p {
  font-weight: bold;
  font-size: 0.9em;
  line-height: 1.2;
  color: #2a577e;
  text-align: center;
}
ul.flow-step li p span {
  display: block;
  font-size: 0.9em;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  background: #05a095;
  color: #fff;
  padding: 6px;
}
ul.flow-step p span.mini-font {
  font-size: 0.7em;
  margin-bottom: 0;
  background: none;
  color: #2a577e;
  margin-top: 0;
}
ul.flow-step li.flow-step-result::before,
ul.flow-step li.flow-step-result::after {
  display: none;
}
ul.flow-step li.flow-step-result {
  background: #05a095;
}
ul.flow-step li.flow-step-result p {
  color: #fff;
}
li.flow-step-result img {
  width: 100%;
  max-height: 46px;
  margin: 10px auto 2px;
}
a.to-docrequest {
  display: block;
  text-align: center;
  max-width: 350px;
  width: 100%;
  margin: 30px 0 0;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #074d82;
  text-decoration: underline;
}
p.form-text {
  text-align: center;
  margin: 0 auto 30px;
}
div#flow_introduction {
  text-align: center;
}
p.testimonials_relation a {
  text-decoration: underline;
  color: #074d82;
}
/*料金フローアイコン*/
.f-contact h2::before {
  content: "";
  position: absolute;
  background-image: url("/asset/images/icon_flow1.svg");
  background-size: cover;
  width: 68px;
  height: 68px;
  top: 90px;
  left: 0;
  z-index: 2;
}
.f-hearing h3::before {
  content: "";
  position: absolute;
  background-image: url("/asset/images/icon_flow2.svg");
  background-size: cover;
  width: 68px;
  height: 68px;
  top: 0;
  left: 0;
  z-index: 2;
}
.f-plan h3::before {
  content: "";
  position: absolute;
  background-image: url("/asset/images/icon_flow3.svg");
  background-size: cover;
  width: 68px;
  height: 68px;
  top: 0;
  left: 0;
  z-index: 2;
}
.f-appli h2::before {
  content: "";
  position: absolute;
  background-image: url("/asset/images/icon_flow4.svg");
  background-size: cover;
  width: 68px;
  height: 68px;
  top: 62px;
  left: 0;
  z-index: 2;
}
.f-intro h2::before {
  content: "";
  position: absolute;
  background-image: url("/asset/images/icon_flow5.svg");
  background-size: cover;
  width: 68px;
  height: 68px;
  top: 62px;
  left: 0;
  z-index: 2;
}
.f-invest h2::before {
  content: "";
  position: absolute;
  background-image: url("/asset/images/icon_flow6.svg");
  background-size: cover;
  width: 68px;
  height: 68px;
  top: 62px;
  left: 0;
  z-index: 2;
}
.f-result h2::before {
  content: "";
  position: absolute;
  background-image: url("/asset/images/icon_flow7.svg");
  background-size: cover;
  width: 68px;
  height: 68px;
  top: 62px;
  left: 0;
  z-index: 2;
}
.f-contact h2,
.f-hearing h3,
.f-plan h3,
.f-appli h2,
.f-intro h2,
.f-invest h2,
.f-result h2 {
  text-align: left;
  position: relative;
  padding-left: 100px;
  padding-top: 70px;
  margin-bottom: 50px;
}
.f-contact h2 {
  padding-top: 100px;
}
.f-hearing h3,
.f-plan h3 {
  border-bottom: 0;
  font-size: 26px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.price .pointtxt-cont {
  padding-bottom: 40px;
}
.price .pointtxt-cont-multi {
  margin-bottom: 20px;
}
.f-contact .inner,
.f-hearing .inner,
.f-plan .inner,
.f-appli .inner,
.f-intro .inner,
.f-invest .inner,
.f-result .inner {
  position: relative;
}
.f-contact .inner::after,
.f-hearing .inner::after,
.f-plan .inner::after,
.f-appli .inner::after,
.f-intro .inner::after,
.f-invest .inner::after {
  content: "";
  position: absolute;
  left: 32px;
  top: 0;
  bottom: 0;
  border-right: 2px dashed #c2ced7;
  z-index: 1;
}
.f-result .inner::after {
  content: "";
  position: absolute;
  left: 32px;
  top: 0;
  height: 110px;
  border-right: 2px dashed #c2ced7;
  z-index: 1;
}
.f-contact .inner::after {
  top: 100px;
}
.f-hearing,
.f-plan {
  margin-top: -3em;
}
.pointtxt-cont figcaption {
  text-align: center;
  margin: 0.2em auto;
  padding-left: 60px;
}
/*20191018追加　料金ページ修正*/
.price-cta {
  margin: 50px auto 0;
  background: #dae3e5;
  border-radius: 10px;
  padding: 30px 30px;
  max-width: 900px;
  box-sizing: border-box;
}
.btn-2wrap {
  width: 780px;
  margin: 0 auto 40px;
}
.btn-2wrap ul {
  display: flex;
  text-align: center;
  justify-content: space-around;
  margin: 15px 0;
}
.subpage .btn-2wrap a.cta-version1-btn-big {
  margin: 0;
  padding: 20px 30px;
  width: 370px;
  font-size: 20px;
}
.subpage .btn-2wrap a.cta-version1-btn-big::after {
  top: 23px;
}
.txt-link {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  color: #074d82;
  white-space: nowrap;
}
.txt-link:after {
  content: "";
  display: inline-block;
  background: url(../images/ic_arrow_b.svg) 0 0 no-repeat;
  background-size: cover;
  margin-left: 12px;
  width: 9px;
  height: 13px;
}
/*20210331 料金ページ修正*/
.price-subtitle {
  position: relative;
  display: block;
  margin: 0 auto 10px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #f4a608;
  text-align: center;
  width: 16em;
}
.subpage .price-subtitle:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 28px;
  height: 3px;
  background-color: #f4a608;
  transform: rotate(60deg);
  left: 20px;
}
.subpage .price-subtitle:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 28px;
  height: 3px;
  background-color: #f4a608;
  transform: rotate(-60deg);
  right: 20px;
}

/*20200630追加　コラムぺージ追加css*/
a.alink-bnr img {
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
  max-width: 660px;
  height: auto;
  width: 95%;
  margin: 10px auto;
}
a.alink-bnr:hover img {
  transition: 0.2s;
  opacity: 0.7;
}
/*汎用クラス*/
.sec-cmn-01 {
  margin: 70px auto;
}
.sec-cmn-02 {
  padding: 90px 0 70px;
}
.sec-cmn-03 {
  margin: 50px 0 70px;
}
.sec-cmn-04 {
  margin: 0 auto;
}
.sec-cmn-05 {
  margin: 0 auto;
  padding-bottom: 70px;
}
.sec-cmn-06 {
  padding: 50px 0 70px;
}
.sec-cmn-07 {
  padding: 90px 0 120px;
}
.sec-cmn-08 {
  padding: 90px 0 250px;
}
.sec-cmn-09 {
  margin: 30px 0;
}
.sec-cmn-10 {
  padding: 50px 0 30px;
}
.sec-bg-01 {
  background-color: #edf3f4;
}
.sec-bg-02 {
  background-color: #fff;
}
.sec-bg-03 {
  background-color: #f2f7f8;
}
.area-flow-01 {
  background: #fff;
}
.area-gray {
  background-color: #f7f7f7;
}
.mod-flow-01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 0;
  position: relative;
}
.arrow:after {
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  border: 20px solid transparent;
  border-top-color: #fff;
  top: 100%;
  left: 45%;
  z-index: 100;
}
.area-gray .arrow:after {
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  border: 20px solid transparent;
  border-top-color: #f7f7f7;
  top: 100%;
  left: 45%;
  z-index: 100;
}

.box-flow-01 {
  /*float: left;*/
  width: 58.333333333333336%;
  display: flex;
}
.col-1st {
  width: 12%;
}
.col-2nd {
  width: 83.33333333333334%;
}
.col-3rd {
  width: 38%;
}
.area-etc-01 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 30px;
}
.mod-etc-01 {
  width: 32%;
}
.mod-etc-01 .pagefunc-wrap {
  overflow: hidden;
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
  min-height: 38.5em;
}
.list-faq {
  background-color: #fff;
  padding: 20px;
}
.mod-faq {
  width: 100%;
  padding: 20px;
}
.box-func-01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.oem .area-etc-01 {
  margin-top: 0;
}
.mod-etc-02 {
  width: 23%;
  background: #fff;
}
.oem-wrap {
  padding: 20px;
  border-radius: 0 0 4px 4px;
  border-top: 3px solid #05a095;
}
.oem-wrap h2 {
  font-size: 24px;
  color: #074d82;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0;
}
.function-list-wrap {
  padding: 0 15px 25px 15px;
  box-sizing: border-box;
}
.subpage .function-list-wrap h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.function-list-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.function-list-wrap.w75p li {
  width: 30%;
}
.function-list-wrap.w49p li {
  width: 45%;
}
.function-list-wrap.w23p li {
  width: 90%;
}
.function-list-wrap ul a {
  color: #1757b9;
  font-size: 15px;
}
.function-list-wrap ul a:hover {
  color: #f28828;
  text-decoration: underline;
}
.w23p {
  width: 23%;
}
.w25p {
  width: 25%;
}
.w49p {
  width: 49%;
}
.w50p {
  width: 50%;
}
.w75p {
  width: 75%;
}
.w100p {
  width: 100%;
}
#modal-content {
  z-index: 1000;
}
#modal-content video {
  width: 100%;
  height: auto;
}
.single-func #modal-content {
  height: 570px;
}

.subpage .ttl-q-txt {
  font-size: 110%;
  line-height: 160%;
  text-align: left;
  color: #074d82;
}
.subpage .ttl-q-txt:before,
.subpage .ttl-a-txt:before {
  content: "Q.";
  display: inline-block;
  font-size: 140%;
  width: 2em;
}
.subpage .ttl-a-txt:before {
  content: "A.";
  display: inline-block;
  font-size: 140%;
  width: 2em;
}
.subpage .ttl-a {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ddd;
}
.inner-wrap h3 {
  border-bottom: none;
  font-size: 14px;
  margin: 0 0 20px;
  padding: 0;
  color: #333;
}
.inner-wrap h3 a {
  color: #333;
}
h3.font-mini {
  font-size: 0.8em;
  letter-spacing: -0.05em;
}
.inner-wrap h4 {
  font-size: 18px;
  color: #074d82;
  margin: 0;
  min-height: 65px;
}
.col-md-3 {
  width: 24%;
}
.portfolio-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.portfolio-item {
  width: 310px;
  border-radius: 4px;
  box-shadow: 0px 0px 6px 2px #dddddd;
  background: #fff;
  box-sizing: border-box;
  margin: 0 10px 30px 10px;
}
.portfolio-item:nth-child(3n) {
  /*margin-right: 0;*/
}
.portfolio-item:hover {
  box-shadow: 0px 1px 6px 2px #6663;
  opacity: 0.7;
  transition: 0.5s;
}
.portfolio-filter {
  /*margin-top: 50px;*/
}
.portfolio-item {
  padding: 0;
}
.portfolio-item dl {
  margin: 0;
}
.portfolio-item dt {
  width: 310px;
  height: 155px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0px 4px 7px 0px #ededed;
}
.portfolio-item dt img {
  width: 100%;
  margin: 0;
}
.portfolio-item dd {
  margin: 0 0 12px;
}
.portfolio-item dd img {
  width: 40%;
  margin: 0 auto;
}
.inner-wrap {
  min-height: 164px;
  padding: 0 12px 35px;
}
.portfolio-item ul {
  background: #edf3f4;
  padding: 14px 12px 6px;
  margin: 0;
}
.portfolio-item ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  margin: 0;
  padding: 3px 0;
}
.portfolio-item ul li p {
  width: 30%;
  font-size: 12px;
}
.portfolio-item ul li a {
  display: block;
  width: 65%;
  border: 1px solid #074d82;
  border-radius: 2px;
  font-size: 12px;
  text-align: center;
  color: #074d82;
  padding: 3px 0;
  background-color: #fff;
}
.portfolio-item ul.portfolio-item-category {
  background: #edf3f4;
  padding: 14px 12px 6px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.portfolio-item ul.portfolio-item-category li {
  display: block;
  border: 1px solid #074d82;
  border-radius: 2px;
  font-size: 12px;
  text-align: center;
  color: #074d82;
  padding: 3px 0;
  width: 48%;
  background-color: #fff;
  margin-bottom: 7px;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.partner {
  padding: 20px;
}
/* performance */
.performance-partner-logo {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 30px;
}
.performance-partner-logo_inner {
  width: 100%;
  margin: 0 auto;
  max-width: 2000px;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 30px;
  background-color: #fff;
  box-sizing: border-box;
}
.performance-partner-logo_inner li {
  width: calc(100% / 8);
}
.performance-partner-logo_inner li img {
  max-width: 150px;
  width: 100%;
  margin: 0 auto;
}
/* performance end */

.dl-horizontal {
  display: flex;
}
.news_com-area .dl-horizontal {
  flex-wrap: wrap;
}
.dl-horizontal dt {
  width: 140px;
  text-align: right;
  /* float: left;
    width: 140px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap; */
}
.dl-horizontal dd {
  margin-left: 10px;
  width: calc(100% - 150px);
  /* margin-left: 155px; */
}
.dl-horizontal dd span {
  font-weight: bold;
}
.news-list-age dd {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.subpage #function_list_table th {
  font-size: 20px;
  background-color: #074d82;
}
#function_list_table td {
  font-size: 15px;
}
.function_list_table_td_note {
  text-indent: -1em;
  padding-left: -2em;
  margin: 0.5em 0 0 1em;
  font-size: 85%;
}
.ico-ga {
  width: 30%;
  height: auto;
}
.list-ex dd.box-line-gry {
  margin-left: 0;
}
.list-header-link dt a {
  color: #1757b9;
}
.list-header-link dd {
  margin-left: 0;
}

.box-col-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.box-col-4 .feature-wrap {
  /*width: 20%;*/
  max-width: 240px;
  box-sizing: border-box;
}
.box-col-4 h4 {
  font-size: 20px;
}
#branch .text-muted {
  display: inline-block;
  font-size: 16px;
  color: #999;
  margin-left: 10px;
}
.subpage .company h2,
.subpage .branch h2 {
  font-size: 34px;
}
.subpage .branch .lead {
  margin-bottom: 30px;
}
.sitemap-list .dl-horizontal a {
  display: flex;
  justify-content: center;
}
.sitemap-list .dl-horizontal dt {
  width: 280px;
}
.sitemap-list .dl-horizontal dd {
  margin-left: 10px;
  width: calc(100% - 290px);
}
.function_list_table a {
  color: #074d82;
  text-decoration: underline;
}
.trigermail_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
}
.hotlead_extraction_box {
  position: relative;
  margin-top: 50px;
}
.trigermail_box_image {
  width: 45%;
}
.trigermail_box_image img {
  width: 100%;
  height: auto;
}
.function_box_list {
  position: relative;
  width: 50%;
  display: flex;
  flex-direction: column;
  margin: 0;
}
.function_box_list li {
  position: absolute;
  width: 90%;
  border-radius: 10px;
  padding: 20px;
  color: #074d82;
  background: #b9dbdd;
}
.hotlead_extraction_box .function_box_list {
  position: absolute;
  top: 280px;
  left: 0;
  width: 90%;
  display: flex;
  justify-content: space-between;
}
.hotlead_extraction_box .function_box_list li {
  position: absolute;
  border-radius: 10px;
  padding: 20px;
  color: #074d82;
  background: #b9dbdd;
}
.function_box_list li h3 {
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
}
.function_box_list li:first-of-type {
  top: 20px;
  left: 0;
}
.function_box_list li:nth-of-type(2) {
  top: 170px;
  left: 0;
}
.function_box_list li:last-of-type {
  top: 365px;
  left: 0;
}
.function_box_list.visit li:last-of-type {
  top: 570px;
  left: 0;
}
.hotlead_extraction_box .function_box_list li:first-of-type {
  top: 0;
  left: 10%;
  width: 31%;
}
.hotlead_extraction_box .function_box_list li:nth-of-type(2) {
  top: 0;
  left: 42%;
  width: 31%;
}
.hotlead_extraction_box .function_box_list li:last-of-type {
  top: 0;
  left: 74%;
  width: 31%;
}
.function_box_list li span {
  border-bottom: 1px solid #074d82;
}
.function_box_list li::before {
  content: "";
  left: -60px;
  top: 40%;
  position: absolute;
  width: 0;
  height: 0;
  border-top: solid 15px transparent;
  border-left: solid 15px transparent;
  border-bottom: solid 15px transparent;
  border-right: solid 50px #b9dbdd;
}
.hotlead_extraction_box .function_box_list li::before {
  content: "";
  left: 30%;
  top: -80px;
  position: absolute;
  width: 0;
  height: 0;
  border-top: solid 15px transparent;
  border-left: solid 15px transparent;
  border-bottom: solid 80px #b9dbdd;
  border-right: solid 15px transparent;
}
.hotlead_extraction_box .function_box_list li:last-of-type::before {
  content: "";
  left: 37%;
  top: -100px;
  position: absolute;
  width: 0;
  height: 0;
  border-top: solid 15px transparent;
  border-left: solid 15px transparent;
  border-bottom: solid 100px #b9dbdd;
  border-right: solid 15px transparent;
}
.hotlead_extraction_box .function_box_list li:last-of-type::after {
  content: "";
  left: 20%;
  top: -130px;
  position: absolute;
  width: 0;
  height: 0;
  border-top: solid 15px transparent;
  border-left: solid 15px transparent;
  border-bottom: solid 200px #b9dbdd;
  border-right: solid 15px transparent;
  transform: rotate(-70deg);
}
.status_change .function_box_list li:first-of-type,
.scenario_mail .function_box_list li:first-of-type {
  top: 0;
  left: 0;
}
.status_change .function_box_list li:last-of-type {
  top: 280px;
  left: 0;
}
.scenario_mail .function_box_list li:last-of-type {
  top: 325px;
  left: 0;
}
.status_change .function_box_list li:first-of-type::before,
.scenario_mail .function_box_list li:first-of-type::before {
  top: 75%;
}
.status_change .function_box_list li:last-of-type::before,
.scenario_mail .function_box_list li:last-of-type::before {
  top: 50%;
}
.subpage .news_pub-area {
  padding: 20px;
}
.subpage .news_pub-area h3 {
  margin-top: 0;
}
.subpage .blue_box {
  background: #dae3e5;
  border-radius: 5px;
  max-width: 940px;
  padding: 20px 30px;
  margin: 0 auto 20px;
  line-height: 1.6;
}
.tab-cat {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.tab-cat li a {
  padding: 12px 30px;
  background: #074d82;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid #f2f7f8;
  margin: 0 5px;
  color: #fff;
  display: block;
}
.tab-cat li a.active,
.tab-cat li a:hover {
  background: #f2f7f8;
  color: #074d82;
  transition: 0.5s;
}
.tab-cat a.active {
  color: #074d82;
}
.tabcontent {
  width: 1000px;
  margin: 0 auto;
}
.case-list {
  background: #f2f7f8;
  padding: 35px 0;
}
.subpage p.box-hero {
  max-width: 1000px;
  margin: 0 0 40px;
  padding: 0;
}
.box-case-info {
  display: flex;
  justify-content: space-between;
}
.area-info {
  width: 670px;
}
.area-info ul {
  display: flex;
  padding-bottom: 25px;
  margin-bottom: 45px;
  border-bottom: 2px dotted #d1dee0;
}
.area-info ul li {
  color: #074d82;
  border: 1px solid #074d82;
  padding: 3px 0;
  margin-right: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 3px;
  min-width: 12em;
}
.area-info h3 {
  font-size: 32px;
  line-height: 1.4em;
  color: #074d82;
  border: none;
  margin: 0 0 45px;
  padding: 0;
  text-align: left;
}
.area-info h3.font-s {
  margin: 0 0 30px;
  font-size: 25px;
}
.subpage h2.font-s {
  font-size: 30px;
}
.subpage h2.casetitile {
  margin-bottom: 30px;
}
.subpage h2.casetitile b {
  padding-right: 10px;
  font-size: 80px;
  color: #05a095;
  letter-spacing: -2px;
}
.area-info p {
  font-size: 15px;
  line-height: 26px;
  color: #333;
}
.area-logo {
  width: 220px;
  min-height: 290px;
  text-align: center;
}
.area-logo dl {
  margin: 10px 0 20px;
  padding: 0 0 25px 0;
  background-color: #fff;
}
.area-logo dt {
  padding-top: 20px;
  margin: 0 auto 15px;
  width: 80%;
}
.area-logo dd {
  margin: 0 auto;
  padding: 0;
  width: 80%;
}
.testmonials-sns .sns-title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}
.testmonials-sns {
  margin: 0 auto;
  padding: 15px;
  width: 220px;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
}
.testmonials-sns ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.testmonials-sns li {
  margin-right: 15px;
}
.testmonials-sns li:last-child {
  margin-right: 0;
}
.testmonials-sns-bottom {
  width: 220px;
  margin: 50px auto 0;
  border: 3px solid #dae3e5;
  box-sizing: border-box;
}
.testimonials .subpage a.tm-link {
  color: #074d82;
  text-decoration: underline;
}
.testimonials .subpage a.tm-link:hover {
  text-decoration: none;
}
.testimonials .subpage .sec-cmn-06 .area-logo dd a {
  background: #dae3e5;
  display: block;
  padding: 4px 0;
  text-align: center;
  color: #074d82;
  text-decoration: none;
  position: relative;
  font-size: 15px;
  margin-bottom: 2px;
}
.testimonials .subpage .sec-cmn-06 .area-logo dd a:hover {
  background-color: #074d82;
  color: #fff;
  transition: 0.5s;
}
.area-logo a:after {
  content: ">";
  position: absolute;
  right: 5%;
  top: 10%;
}
.subpage p.testimonials_tips {
  color: #074d82;
  font-size: 15px;
  font-weight: bold;
  margin: 30px auto;
}
.subpage .caption {
  font-size: 12px;
  color: #999;
}
.subpage .caption02 {
  font-size: 15px;
  color: #333;
}
.testimonials .subpage .sec-cmn-06 a {
  color: #1757b9;
  text-decoration: underline;
}
.testimonials .subpage .sec-cmn-06 a:hover {
  text-decoration: none;
}
.box-outline {
  margin-top: 60px;
  border: 1px solid #05a095;
  box-sizing: border-box;
}
.box-outline h3 {
  background: #05a095;
  padding: 9px 0;
  margin: 0;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  border-bottom: none;
}
.box-outline a {
  padding: 10px 30px;
  margin: 0;
  background: #fff;
  display: block;
}
.box-outline a:nth-child(even) {
  background: #edf3f4;
}
.box-outline a dt {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.box-outline a dd {
  font-size: 15px;
  color: #074d82;
  padding-left: 25px;
  margin: 0;
}
.box-outline a {
  text-decoration: none;
}
.box-outline a:hover {
  opacity: 0.7;
  background: #ddd;
}
.subpage h2 span {
  margin-bottom: 20px;
  font-size: 20px;
  display: block;
}
#hw01,
#hw02,
#hw03,
#hw04,
#hw05 {
  margin-top: -72px;
  padding-top: 72px;
}
.emp {
  background: linear-gradient(transparent 70%, yellow 70%);
}
ol.style-decimal {
  list-style: decimal;
  padding-left: 55px;
}
.tm-image {
  margin: 40px 0;
}
.w800 {
  max-width: 800px;
}
.funclist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.funclist li {
  width: 23%;
  text-align: center;
}
.funclist li dl {
}
.funclist dt,
.funclist dd {
  margin: 0;
  padding: 0;
}
.funclist dd img {
  padding: 10px;
}
.subpage p.curumeru_cta {
  font-size: 30px;
}
.subpage .cta_area {
  padding-bottom: 35px;
  padding-top: 35px;
}
.subpage .cta_area .btn {
  margin-bottom: 20px;
}
.subpage .cta_area_p-ore {
  color: #f28828;
}
.testimonials .two_photo {
  display: flex;
  justify-content: space-between;
  width: 680px;
  margin: 0 auto;
}
.testimonials .two_photo div {
  width: 320px;
}
.testimonials .two_photo img {
  width: 100%;
}

/* sidebnr_function */
.sidebnr_function {
  position: fixed;
  width: 250px;
  height: 184px;
  top: 60%;
  right: 0;
  z-index: 999;
}
.sidebnr_function .box_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 30px 0 10px;
}
.sidebnr_function .close {
  position: absolute;
  top: 0;
  right: 1px;
  background: #ccc;
  padding: 5px 3px 0 3px;
}
.sidebnr_function .close a {
  display: block;
  width: 24px;
  height: 25px;
}
.sidebnr_function .close img {
  width: 15px;
  height: 20px;
}
.sidebnr_function .box_btn_1 {
  list-style: none;
}
.sidebnr_function .btn_base {
  box-sizing: border-box;
  display: inline-block;
  padding: 13px 25px 16px;
  border-radius: 4px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
}
.sidebnr_function .btn_base:before {
  background-image: url(/asset/images/img-minipc.png);
  background-size: 90%;
  background-repeat: no-repeat;
  width: 110px;
  height: 70px;
  content: "";
  position: absolute;
  left: -35px;
  top: -14px;
  transition: 0.15s ease-in-out;
}
.sidebnr_function .btn_base:hover:before {
  width: 130px;
  height: 83px;
  left: -50px;
  top: -25px;
}

/* cta-version1 */
.subpage .cta-version1 {
  width: 100%;
  margin: 0 auto;
  padding: 35px 0;
  background: url(../images/cta_bg_ver_1.jpg) 0 bottom repeat;
  background-size: cover;
  height: 280px;
}
.subpage .cta-version1 .inner {
  display: flex;
  justify-content: space-between;
}
.subpage .cta-version1 h2 {
  font-size: 27px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  margin-bottom: 25px;
}
.subpage .cta-version1 .cta-version1-l {
  width: 404px;
  margin: 18px 0 40px 0;
}
.subpage .cta-version1 .cta-version1-l img {
  width: 404px;
  height: 227px;
  display: block;
  margin: 0 auto;
}
.subpage .cta-version1 .cta-version1-r {
  width: 556px;
}
.subpage a.cta-version1-btn {
  display: block;
  position: relative;
  width: 300px;
  padding: 15px 30px 15px 15px;
  background: #f4a608;
  color: #fff !important;
  text-align: center;
  margin: 0 0 0 68px;
  border-bottom: 3px solid #b28021;
  transition: 0.2s;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: none !important;
}
.subpage a.cta-version1-btn.navy {
  background: #074d82;
  border-bottom: 3px solid #022357;
}
.subpage a.cta-version1-btn::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 15px;
  background: url(../images/ic_arrow.svg) 0 0 no-repeat;
  background-size: cover;
  width: 10px;
  height: 14px;
}
.subpage a.cta-version1-btn:hover {
  background: #f2901c;
  cursor: pointer;
}
.subpage a.cta-version1-btn.navy:hover {
  background: #2c6d9e;
}
.subpage a.cta-version1-btn.btn-wide {
  width: 330px;
  margin: 0 auto;
  letter-spacing: 1px;
}
.subpage .cta-version1-tel {
  margin: 17px 0 10px 68px;
  line-height: 22px;
}
.subpage .cta-version1-tel a {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  padding-left: 60px;
  letter-spacing: 1px;
  font-family: Lato;
}
.subpage .cta-version1-tel a::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 30px;
  background: url(../images/ic_phone.svg) 0 0 no-repeat;
  background: cover;
  width: 21px;
  height: 21px;
}
.subpage .cta-version1-time {
  font-size: 12px;
  padding: 0;
  margin: 0 0 0 96px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.5px;
}
/* cta-version1 end */
/* cta-version2 */
.subpage .cta-version2 {
  width: 1000px;
  margin: 30px auto;
  padding: 30px;
  background: url(../images/cta_bg_ver_1.jpg) 0 bottom repeat;
  background-size: cover;
  border-radius: 10px;
  height: 180px;
  box-sizing: border-box;
}
.subpage .cta-version2 .inner {
  display: flex;
  justify-content: space-between;
}
.subpage .cta-version2-ico {
  width: 83px;
  height: 83px;
  margin: 0 20px 0 0;
  display: inline-block;
}
.subpage .cta-version2 h2 {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  margin-bottom: 25px;
  padding-top: 10px;
}
.subpage .cta-version2 .cta-version2-l {
  width: 640px;
  margin: 18px 0 40px 0;
  display: flex;
  justify-content: space-between;
}
/*.subpage .cta-version2 .cta-version2-l img {
  width: 404px;
  height: 227px;
  display: block;
  margin: 0 auto;
}*/
.subpage .cta-version2 .cta-version2-r {
  width: 556px;
}
.subpage a.cta-version2-btn::before {
  content: "";
  position: absolute;
  top: -16px;
  left: -61px;
  background: url(../images/dl_file.png) 0 0 no-repeat;
  background-size: cover;
  width: 85px;
  height: 79px;
  z-index: 20;
}
.subpage a.cta-version2-btn {
  display: block;
  position: relative;
  width: 300px;
  padding: 15px;
  background: #f4a608;
  color: #fff;
  text-align: center;
  margin: 0 0 0 68px;
  border-bottom: 3px solid #b28021;
  transition: 0.2s;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 2px;
}
.subpage a.cta-version2-btn.btn-wide {
  width: 360px;
  margin: 0 auto;
  letter-spacing: 1px;
}
.subpage a.cta-version2-btn.btn-wide::before {
  left: -40px;
}
.subpage .doc_image a.cta-version2-btn.btn-wide::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 64px;
  top: -44px;
  left: -61px;
  background: url(../images/cta_doc_border_image.png) 0 0 no-repeat;
  background-size: contain;
}
.subpage a.cta-version2-btn::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 15px;
  background: url(../images/ic_arrow.svg) 0 0 no-repeat;
  background-size: cover;
  width: 10px;
  height: 14px;
}
.subpage a.cta-version2-btn:hover {
  background: #f2901c;
  cursor: pointer;
}
.subpage .cta-version2-tel {
  margin: 17px 0 10px 68px;
  line-height: 22px;
}
.subpage .cta-version2-tel a {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  padding-left: 60px;
  letter-spacing: 1px;
  font-family: Lato;
}
.subpage .cta-version2-tel a::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 30px;
  background: url(../images/ic_phone.svg) 0 0 no-repeat;
  background: cover;
  width: 21px;
  height: 21px;
}
.subpage .cta-version2-time {
  font-size: 12px;
  padding: 0;
  margin: 0 0 0 96px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.5px;
}
/* cta-version1 end */
#column h2.column-h2 {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 20px;
}

/* inquiry */
.shortheader .inquiry-wrap,
.inquiry.shortheader .inquiry-wrap {
  display: flex;
  justify-content: space-between;
}
.shortheader .line-title,
.inquiry.shortheader .line-title {
  flex-direction: column;
  border-top: 5px solid #074d82;
  border-bottom: 5px solid #074d82;
}
.inquiry.shortheader .line-title {
  padding: 20px;
}
.shortheader .line-title {
  padding: 0;
}
.shortheader .contentstitle.line-title h1,
.inquiry.shortheader .contentstitle.line-title h1 {
  color: #074d82;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.shortheader .line-title .lead,
.inquiry.shortheader .line-title .lead {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #074d82;
  text-shadow: none;
}
.shortheader .line-title .lead {
  padding-bottom: 10px;
}
.shortheader .inquiry-cont,
.inquiry.shortheader .inquiry-cont {
  width: 50%;
}
.shortheader .inquiry-cont .inner,
.inquiry.shortheader .inquiry-cont .inner {
  width: 90%;
  margin-right: 50px;
  max-width: 400px !important;
  margin-top: 50px;
}
.shortheader .inquiry-cont img,
.inquiry.shortheader .inquiry-cont img {
  width: 100%;
}
.inquiry.shortheader .inquiry-cont ul {
  list-style: disc;
  padding: 0 20px;
  border-radius: 5px;
  text-align: left;
}
.inquiry.shortheader .inquiry-cont .inquiry-img-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
}
.inquiry.shortheader .inquiry-img-list > li {
  width: 49%;
  border: 1px solid #999;
  margin-bottom: 10px;
}
.inquiry.shortheader .inquiry-img-list > li:last-child {
  border: none;
}
.inquiry.shortheader .inquiry-date-text {
  font-size: 13px;
}
.inquiry.shortheader .inquiry-date-text span {
  font-size: 16px;
  font-weight: bold;
  color: #007bc7;
}
.shortheader .pp,
.inquiry.shortheader .pp {
  background-color: #eee;
  padding: 20px;
  border-radius: 5px;
}
.shortheader .pp-title p,
.inquiry.shortheader .pp-title p {
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
  color: #007bc7;
}
.shortheader .pp-text p,
.inquiry.shortheader .pp-text p {
  font-size: 11px !important;
  margin: 1rem 0;
}
.shortheader .pp-text a,
.inquiry.shortheader .pp-text a {
  color: #007bc7;
  text-decoration: underline;
}
.shortheader .pp-text a:hover,
.inquiry.shortheader .pp-text a:hover {
  opacity: 0.7;
}
/* inquiry 20220509 */
.abt-b.inquiry.shortheader .inquiry-cont--w55 {
  width: 55%;
}
.abt-b.inquiry.shortheader .inquiry-cont--w55 .inner {
  width: 90%;
  margin-right: 50px;
  max-width: 580px !important;
  margin-top: 50px;
}
.abt-b .form-formmailer-sticky {
  position: sticky;
  top: 0;
  z-index: 1;
  height: 100vh;
  min-height: 940px;
}
.abt-b .inquiry-announcement-list,
.abt-b .inquiry-announcement-item {
  list-style: none;
}
.abt-b .inquiry-announcement-item {
  margin-bottom: 100px;
  position: relative;
}
.abt-b .inquiry-announcement-item::before {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 50%;
  right: 50%;
  width: 0;
  height: 0;
  border: none;
  border-top: 25px solid #dae3e5;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  transform: translate(-50%, -50%);
}
.abt-b .inquiry-announcement-item:first-child {
  padding-top: 40px;
}
.abt-b .inquiry-announcement-item:last-child {
  margin-bottom: 30px;
}
.abt-b .inquiry-announcement-item:last-child::before {
  display: none;
}
.abt-b .inquiry-announcement-item__icon-tag {
  width: 120px !important;
  position: absolute;
  top: -50px;
  left: -50px;
}
.abt-b .inquiry-announcement-item__img {
  width: 100%;
  height: auto;
}
.abt-b .inquiry-announcement-toform {
  position: relative;
  margin-bottom: 70px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.abt-b .inquiry-announcement-toform.tab__only {
  display: none;
}
.abt-b .inquiry-announcement-button {
  margin-bottom: 50px;
}
.abt-b .inquiry-announcement-button a {
  margin: 0 auto;
  display: block;
  max-width: 350px;
  width: 90%;
  background: #f51359;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 18px;
  transition: 0.2s;
}
.abt-b .inquiry-announcement-button a:hover {
  opacity: 0.8;
}
/* inquiry-trial 20220222 */
.subpage h2.inquiry-2column__heading-m {
  font-size: 18px;
  color: #fff;
  background: #f4a608;
  padding: 5px;
  width: 90%;
  margin: 25px auto 10px;
  border-radius: 30px;
}
.subpage h3.inquiry-2column__heading-number {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 16px;
}
.shortheader p.inquiry-2column__point-text {
  margin-bottom: 20px;
  font-size: 13px;
}
.inquiry-2column__pc-img {
  max-width: 300px;
  margin: 0 auto 20px;
}
.inquiry-2column__htmlmail-img {
  max-width: 250px;
  margin: 0 auto 10px;
}
.subpage p.inquiry-2column__point-note--center {
  font-size: 12px;
  text-align: center;
  margin-bottom: 20px;
}
.inquiry-2column__circle-icon-item {
  padding-left: 20px;
  position: relative;
  font-size: 13px;
  margin-bottom: 10px;
}
.inquiry-2column__circle-icon-item::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 4px double #074d82;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 0;
}
/* inquiry short header */
.shortheader #header {
  position: static;
  height: 36px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.shortheader .header-txt {
  display: none;
}
.shortheader .header-wrap .header-inner {
  height: 61px;
}
.shortheader p.header-logo {
  margin-top: 30px;
}
.shortheader main.subpage {
  margin-top: 20px;
}
.shortheader .contentstitle {
  background-image: none;
  height: auto;
}
.shortheader .contentstitle h1 {
  color: #000;
  text-shadow: none;
}
.shortheader .contact-page {
  background-color: transparent;
  padding: 0;
}
.shortheader.inquiry .lead {
  padding-bottom: 0;
}
.shortheader .actions input.hs-button {
  margin-top: 30px !important;
}
/* inquiry end */

/* cta-version1 end */

/* column_movie */
.column_movie {
  width: 100%;
  margin: 0 auto 30px;
}
.column_movie video {
  width: 100%;
}
/* column_movie end */

.case-answer-pixta {
  background-color: #fff;
  border: 3px solid #9fc450;
  padding: 16px;
  border-radius: 10px;
  position: relative;
}
.case-answer-pixta::before,
.case-answer-pixta::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}
.case-answer-pixta::before {
  left: -15px;
  top: 20px;
  border-right: 15px solid #9fc450;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.case-answer-pixta::after {
  left: -12px;
  top: 20px;
  border-right: 15px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.case-answer-staff {
  background-color: #f2f7f8;
  border: 3px solid #074d82;
  padding: 16px;
  border-radius: 10px;
  position: relative;
}
.case-answer-staff::before,
.case-answer-staff::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}
.case-answer-staff::before {
  right: -15px;
  top: 20px;
  border-left: 15px solid #074d82;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.case-answer-staff::after {
  right: -12px;
  top: 20px;
  border-left: 15px solid #f2f7f8;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.case-box {
  width: 90%;
  margin: 30px auto;
  line-height: 1.5;
}
.case-box-navy {
  padding: 15px;
  color: #074d82;
  border: 3px solid #074d82;
  background: #fff;
}
.case-box-bg-navy {
  padding: 40px;
  color: #222;
  background: #daebf7;
  border-radius: 10px;
}
.case-box-bg-navy .case-box-item-disc {
  margin-left: 20px;
  list-style: disc;
}
.case-box-bg-navy .case-box-item-disc:not(:last-of-type) {
  margin-bottom: 18px;
}
.case-box-navy li:not(:last-of-type) {
  margin-bottom: 8px;
}
dl.case-discription-box {
  margin: 60px auto 0;
}
.case-discription-box dt {
  text-align: center;
}
.case-discription-box dt span {
  padding: 10px 40px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #074d82;
  text-align: center;
}
.case-discription-box dd {
  margin: 0;
  padding: 25px 25px 20px;
  color: #fff;
  background: #05a095;
  border-radius: 10px;
}
.case-discription-box dd.bg--white {
  color: #333;
  background: #fff;
  border: 1px solid #05a095;
}
.case-biography {
  width: 90%;
  margin: 30px auto;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
}
.case-biography-photoarea {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.case-biography-photo {
  margin: 0 50px 0 0;
}
.case-biography-photo img {
  max-width: 100px;
}
.case-biography-namearea {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.subpage p.case-biography-name {
  margin: 0 20px 0 0;
  font-size: 120%;
  font-weight: bold;
}
.case-biography-link-twitter {
  position: relative;
}
.case-biography-link-twitter img {
  width: 30px;
  height: 30px;
}
.case-biography-link-twitter img:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.case-biography-link-twitter:hover img:last-of-type {
  opacity: 1;
}
.case-step {
  width: 90%;
  margin: 50px auto;
}
.case-step-item {
  position: relative;
  width: calc(100% - 60px);
  margin: 0 0 30px auto;
  padding: 30px;
  color: #222;
  background: #daebf7;
  border-radius: 10px;
  list-style: none;
}
.case-step-item::before {
  content: url(/images/case/icon_mail.svg);
  position: absolute;
  width: 50px;
  top: 45%;
  bottom: 45%;
  transform: translateY(-45%);
  left: -60px;
}
.case-step-item:not(:last-of-type):after {
  content: "";
  position: absolute;
  bottom: -65px;
  right: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border: 25px solid transparent;
  border-top: 25px solid #999;
}
.case-step-title-navy {
  color: #074d82;
  font-size: 110%;
  font-weight: bold;
}

.subpage .cta-version1-center,
.subpage .cta-version2-center {
  margin: 40px 0;
}
.subpage .cta-version1-center p {
  max-width: 100%;
  margin: 15px 0 25px;
  font-weight: bold;
  text-align: center;
}
.subpage .cta-version2-center p {
  max-width: 100%;
  margin: 15px 0 25px;
  font-weight: bold;
  text-align: center;
  transform: translateX(13px);
}
.subpage .cta-version1-center p span,
.subpage .cta-version2-center p span {
  position: relative;
}
.subpage .cta-version1-center p span::before,
.subpage .cta-version2-center p span::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 2px;
  height: 30px;
  background: #333333;
  transform: rotate(-25deg);
}
.subpage .cta-version2-center.line2 p span::before {
  content: "";
  position: absolute;
  top: 0;
  left: -60px;
  width: 2px;
  height: 45px;
  background: #333333;
  transform: rotate(-25deg);
}
.subpage .cta-version1-center p span::after,
.subpage .cta-version2-center p span::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 2px;
  height: 30px;
  background: #333333;
  transform: rotate(25deg);
}
.subpage .cta-version2-center.line2 p span::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 2px;
  height: 45px;
  background: #333333;
  transform: rotate(25deg);
}
.subpage .cta-version2-center a.cta-version2-btn {
  margin: 0 auto;
}
/* cta-version3 */
.cta-version3 {
  width: 100%;
  margin: 0 auto;
  padding: 35px 0;
  background: url(../images/cta_bg_ver_1.jpg) 0 bottom repeat;
  background-size: cover;
  height: 290px;
}
.cta-version3 .cta-version1-r {
  width: 448px;
  margin: 0 auto;
}
.cta-version3 h2 {
  font-size: 27px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}
.cta-version3-block {
  display: flex;
  justify-content: space-between;
  width: 710px;
  margin: 0 auto;
}
p.cta-version3-text {
  margin: 0 auto 10px;
  color: #fff;
  position: relative;
  width: 100px;
  text-align: center;
  font-size: 15px;
}
p.cta-version3-text-long {
  margin: 0 0 10px 70px;
  color: #fff;
  position: relative;
  width: 180px;
  text-align: center;
  font-size: 15px;
}
p.cta-version3-text::after {
  content: "／";
  position: absolute;
  top: 0;
  right: -20px;
  background-size: cover;
  width: 10px;
  height: 14px;
}
p.cta-version3-text::before {
  content: "＼";
  position: absolute;
  top: 0;
  left: -20px;
  background-size: cover;
  width: 10px;
  height: 14px;
}
p.cta-version3-text-long::after {
  content: "／";
  position: absolute;
  top: 0;
  right: -20px;
  background-size: cover;
  width: 10px;
  height: 14px;
}
p.cta-version3-text-long::before {
  content: "＼";
  position: absolute;
  top: 0;
  left: -20px;
  background-size: cover;
  width: 10px;
  height: 14px;
}
a.cta-version3-btn {
  display: block;
  position: relative;
  width: 300px;
  padding: 15px 30px 15px 15px;
  background: #f4a608;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  border-bottom: 3px solid #b28021;
  transition: 0.2s;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
}
a.cta-version3-btn::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 15px;
  background: url(../images/ic_arrow.svg) 0 0 no-repeat;
  background-size: cover;
  width: 10px;
  height: 14px;
}
a.cta-version3-btn:hover {
  background: #f2901c;
  cursor: pointer;
}
.cta-version3-tel {
  margin: 30px 0 10px 0;
  text-align: center;
}
.cta-version3-tel a {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  padding-left: 60px;
  letter-spacing: 1px;
  font-family: Lato;
}
.cta-version3-contents .cta_doc_image {
  position: relative;
}
.cta-version3-contents .cta_trial_image {
  position: relative;
}
.cta-version3-contents .cta_doc_image::before {
  background-image: url(../images/cta_doc_image.png);
  background-size: 90%;
  background-repeat: no-repeat;
  width: 120px;
  height: 64px;
  content: "";
  position: absolute;
  left: -64px;
  top: -44px;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  z-index: 1;
}
.cta-version3-contents .cta_trial_image::before {
  background-image: url(../images/cta_trial_image.png);
  background-size: 90%;
  background-repeat: no-repeat;
  width: 120px;
  height: 74px;
  content: "";
  position: absolute;
  left: -56px;
  top: -44px;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  z-index: 1;
}
.cta-version3-tel a::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 30px;
  background: url(../images/ic_phone.svg) 0 0 no-repeat;
  background: cover;
  width: 21px;
  height: 21px;
}
.cta-version3-time {
  font-size: 12px;
  padding: 0;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.5px;
  text-align: center;
}
/* cta-version3 end */
/*download page*/
.subpage .download-lead {
  font-size: 20px;
}
.download-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.download-list:after {
  content: "";
  display: block;
  width: 30%;
  height: 0;
}
.download-list li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30%;
  margin-bottom: 40px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
.download-list li h2 {
  font-size: 20px;
  color: #074d82;
  text-align: center;
  margin: 15px 0 20px;
  letter-spacing: 0;
}
.download-list li img {
  width: 100%;
  height: auto;
  flex-shrink: 0;
}
.download-btn a {
  margin: 0 auto;
  display: block;
  max-width: 400px;
  width: 90%;
  background: #f51359;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 20px;
  transition: 0.2s;
}
/*download page end*/

.flexlist-3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexlist-3 li.flexlist-3-item {
  width: 33%;
}
.flexlist-3-item .img-area {
  margin: 0 auto;
}
.subpage p.flexlist-3-item-underarrow {
  position: relative;
  color: #074d82;
  font-size: 18px;
  font-weight: bold;
}
.flexlist-3-item-underarrow::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #074d82;
}
.flexlist-3-item-underarrow::after {
  content: "";
  position: absolute;
  bottom: -17px;
  right: 0;
  width: 18px;
  height: 18px;
  border-top: 4px solid #074d82;
  border-right: 4px solid #074d82;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.news-voice-wrap__list {
  align-items: center;
}
.news-voice-wrap__box {
  position: relative;
  padding: 30px;
  border-radius: 10px;
}
.news-voice-wrap__box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #edf3f4;
}
.subpage h4.news-voice-wrap__heading-s {
  margin: 0;
  padding-bottom: 10px;
  font-size: 100%;
  font-weight: bold;
  color: #333;
}
.news-voice-wrap__figure {
  margin: 0 auto;
}
