@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&amp;subset=japanese");

/* old bootstrap */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a[href^="tel:"] {
  pointer-events: none;
}

article,
aside,
details,
figcaption,
figure,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
figure {
  margin: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
/*.col-xs-12 {
    width: 100%;
}*/
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-md-5 {
  width: 41.66666666666667%;
}
.col-md-6 {
  width: 50%;
}
.paddingbottom10 {
  padding-bottom: 10px;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.hidden-xs {
  display: block !important;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px; /*1170px;*/
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#main-slider .carousel .carousel-content {
  margin-top: 40px !important;
}
.price_item_contents {
  padding: 0;
}
.price_item_contents_left {
  font-weight: bold;
  padding-top: 100px;
}
#main-slider .carousel .item {
  margin-top: 200px !important;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/*.hidden-lg {
    display: block!important;
}
.hidden-md {
    display: block!important;
}
.hidden-sm {
    display: block!important;
}*/

/* old bootstrap end */

/* reset CSS */
ol,
ul {
  list-style: none;
  padding: 0;
}
a {
  text-decoration: none;
  color: #333;
}
a.txt-link2 {
  color: #074d82;
  text-decoration: underline;
}
a.txt-link2:hover {
  color: #074d82;
  text-decoration: none;
}

/*main section a:hover {
  text-decoration: underline;
}*/

table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  display: block;
  margin: 0 auto;
}

/* reset CSS end */

.pagetop {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 40px;
  width: 45px;
  height: 45px;
  z-index: 1000;
}
.pagetop a {
  display: block;
}
.pagetop a img {
  width: 45px;
  height: 45px;
  transition: 0.2s;
}
.pagetop a:hover img {
  opacity: 0.85;
}

.pc-only {
  display: block;
}
.sp-only {
  display: none;
}

/* margin */

.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}

.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt100 {
  margin-top: 100px !important;
}

/* margin end */

/* padding */

.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.pb90 {
  padding-bottom: 90px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}

.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pt90 {
  padding-top: 90px !important;
}
.pt100 {
  padding-top: 100px !important;
}

/* padding end */
.fz120 {
  font-size: 120%;
}
.fz130 {
  font-size: 130%;
}
.color--red {
  color: #f00;
}

body {
  overflow-x: hidden;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h2 {
  font-size: 36px;
  font-weight: bold;
  color: #074d82;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.3;
  margin: 0;
}
h3 {
  font-size: 15px;
  font-weight: bold;
  color: #074d82;
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin: 45px 0 0;
}
.inner {
  max-width: 1000px;
  margin: 0 auto;
}

/* cta-version1 */
.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;
}
.cta-version1 .inner {
  display: flex;
  justify-content: space-between;
}
.cta-version1 .cta-version1-l {
  width: 404px;
  margin: 15px 0 40px 0;
}
.cta-version1 .cta-version1-l img {
  width: 404px;
  height: 230px;
  display: block;
  margin: 0 auto;
}
.cta-version1 .cta-version1-r {
  width: 556px;
}
.cta-version1 h2 {
  font-size: 27px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  margin-bottom: 25px;
}
a.cta-version1-btn {
  display: block;
  position: relative;
  width: 300px;
  padding: 15px 30px 15px 15px;
  background: #f4a608;
  color: #fff;
  text-align: center;
  margin: 0 0 0 80px;
  border-bottom: 3px solid #b28021;
  transition: 0.2s;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
}
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;
}
a.cta-version1-btn:hover {
  background: #f2901c;
  cursor: pointer;
}
.cta-version1-tel {
  margin: 17px 0 10px 80px;
}
.cta-version1-tel a {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  padding-left: 60px;
  letter-spacing: 1px;
  font-family: Lato;
}
.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;
}
.cta-version1-time {
  font-size: 12px;
  padding: 0;
  margin: 0 0 0 108px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.5px;
}
/* cta-version1 end */

/* btn */
.btn-01 {
  display: block;
  width: 250px;
  height: 50px;
  border: 2px solid #074d82;
  margin: 50px auto 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.btn-01 a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #074d82;
  padding-right: 20px;
  text-align: center;
  text-decoration: none;
  line-height: 45px;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
}
.btn-01-effect {
  width: 330px;
  height: 50px;
  left: -330px;
  background: #074d82;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
}
.btn-01:hover .btn-01-effect {
  left: 0;
}
.btn-01:hover a {
  color: #fff !important;
}
.btn-01::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 15px;
  background: url(../images/ic_arrow_b.svg) 0 0 no-repeat;
  background-size: cover;
  width: 9px;
  height: 13px;
}
.btn-01:hover::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 15px;
  background: url(../images/ic_arrow.svg) 0 0 no-repeat;
  background-size: cover;
  width: 9px;
  height: 13px;
  z-index: 2;
}

/* btn end */

/* breadcrumb */
.breadcrumb {
  font-size: 11px;
}
.breadcrumb ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 5px 0;
}
.breadcrumb a {
  font-size: 11px;
  position: relative;
  padding-right: 12px;
  text-decoration: underline;
  transition: 0.2s;
  color: #333;
}
.breadcrumb a:hover {
  opacity: 0.85;
  text-decoration: none;
}
.breadcrumb a::after {
  content: "＞";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb li:last-of-type a::after {
  content: "";
}
/* breadcrumb end */


.ctaversion2 {
  background-image: url("/asset/images/cta_bg_ver_2.jpg");
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
.ctaversion2-trialimage {
  width: 100%;
  background: rgba(27, 172, 206, 0.34);
  padding: 65px 0 50px;
}
.ctaversion2-trialimage-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.ctaversion2-trialimage-inner h2 {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
}
.ctaversion2-trialimage-inner-description {
  display: flex;
  justify-content: flex-start;
  margin: 50px 0 0;
  align-items: flex-start;
}
.ctaversion2-trialimage-inner-description ul {
  width: 545px;
  margin-right: 40px !important;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.ctaversion2-trialimage-inner-description li {
  margin: 0 !important;
  padding: 0;
}
.ctaversion2-trialimage-inner-description li.txt-ex {
  color: #fff;
}
.ctaversion2-trialimage-inner-description p {
  font-size: 15px;
  color: #fff;
  margin: 0;
}
.ctaversion2-trialimage-inner-description img {
  width: 488px;
  height: 164px;
  margin: 0;
}
.ctaversion2-trialimage-inner-description img.ctaversion2-trialimage-inner-description-right {
  width: 410px;
  height: 256px;
}
.ctaversion2-trialimage-inner-btn {
  display: block;
  border: 2px solid #fff;
  width: 250px;
  margin: 10px auto 0;
  height: 48px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  border-radius: 50px;
}
.ctaversion2-trialimage-inner-btn a {
  font-size: 15px;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none;
  line-height: 44px;
  transition: all 0.5s ease;
  z-index: 2;
  display: block;
  position: relative;
}
.ctaversion2-trialimage-inner-btn-effect {
  width: 250px;
  height: 48px;
  left: -250px;
  background: #fff;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
}
.ctaversion2-trialimage-inner-btn:hover .ctaversion2-trialimage-inner-btn-effect {
  left: 0;
}
.ctaversion2-trialimage-inner-btn:hover a {
  color: #074d82 !important;
}
.ctaversion2-trialimage-inner-btn::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  background: url(../images/ic_arrow.svg) 0 0 no-repeat;
  background-size: cover;
  width: 10px;
  height: 14px;
  z-index: 2;
}
.ctaversion2-trialimage-inner-btn:hover::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  background: url(../images/ic_arrow_b.svg) 0 0 no-repeat;
  background-size: cover;
  width: 10px;
  height: 14px;
  z-index: 2;
}

.ctalist-area {
  display: flex;
  justify-content: space-between;
}
.ctalist-area li {
  margin: 0 !important;
  padding: 0 30px;
  position: relative;
}
.ctalist-area li:not(:last-child) {
  border-right: 2px solid #617d96;
}
.ctalist-area h3 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  margin: 16px 0 30px;
}
.ctalist-area-txt {
  color: #fff;
  font-size: 14px;
  margin: 0;
}
.ctalist-area-inquery {
  width: 22%;
}
.ctalist-area-inquery .ctalist-area-txt {
  margin: 0 0 92px;
}
.ctalist-area-download .ctalist-area-txt {
  margin: 0 0 70px;
}
.ctalist-area-inquery .ctalist-area-btn {
  display: block;
  width: 202px;
  height: 42px;
  border: 2px solid #fff;
  position: absolute;
  top: 190px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  overflow: hidden;
}
.ctalist-area-inquery .ctalist-area-btn a {
  font-weight: bold;
  color: #fff !important;
  font-size: 14px;
  padding-left: 20px;
  text-decoration: none;
  line-height: 35px;
  transition: all 0.5s ease;
  display: block;
  z-index: 2;
  position: relative;
}
.ctalist-area-inquery .ctalist-area-btn-effect {
  width: 100%;
  height: 42px;
  left: -202px;
  background: #fff;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
}
.ctalist-area-inquery .ctalist-area-btn:hover .ctalist-area-btn-effect {
  left: 0;
}
.ctalist-area-btn:hover a {
  color: #074d82 !important;
}
.ctalist-area-btn:hover {
  border: 2px solid #fff;
}
.ctalist-area-btn::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 10px;
  background: url(../images/ic_arrow.svg) 0 0 no-repeat;
  background-size: cover;
  width: 9px;
  height: 13px;
  z-index: 2;
}
.ctalist-area-btn:hover::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 10px;
  background: url(../images/ic_arrow_b.svg) 0 0 no-repeat;
  background-size: cover;
  width: 9px;
  height: 13px;
  z-index: 2;
}
.ctalist-area-download .ctalist-area-list {
  display: flex;
  justify-content: space-between;
}
.ctalist-area-list li {
  width: 50%;
  padding-bottom: 30px;
}
.ctalist-area-list h4 {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.ctalist-area-download .ctalist-area-doc {
  position: relative;
  width: 255px;
  margin: 40px auto 0;
}
.ctalist-area-download .ctalist-area-doc::before {
  content: "";
  position: absolute;
  top: -13px;
  left: -30px;
  background: url(../images/dl_file2.png) 0 0 no-repeat;
  background-size: cover;
  width: 85px;
  height: 79px;
  z-index: 20;
}
.ctalist-area-download .ctalist-area-list li:nth-of-type(2) .ctalist-area-doc::before {
  content: "";
  position: absolute;
  top: -13px;
  left: -30px;
  background: url(../images/dl_file3.png) 0 0 no-repeat;
  background-size: cover;
  width: 85px;
  height: 64px;
  z-index: 20;
}
.ctalist-area-download .ctalist-area-list li:nth-of-type(2) h4 {
  margin-bottom: 60px;
}
.ctalist-area-download .ctalist-area-btn {
  display: block;
  padding: 0 0 0 77px;
  border: 2px solid #fff;
  width: 255px;
  margin: 10px auto 0;
  height: 42px;
  text-align: left;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.ctalist-area-download .ctalist-area-btn a {
  font-weight: bold;
  color: #fff !important;
  font-size: 14px;
  text-decoration: none;
  line-height: 35px;
  transition: all 0.5s ease;
  display: block;
  z-index: 2;
  position: relative;
}
.ctalist-area-download .ctalist-area-btn .ctalist-area-btn-effect {
  width: 100%;
  height: 42px;
  left: -100%;
  background: #fff;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
}
.ctalist-area-download .ctalist-area-btn:hover .ctalist-area-btn-effect {
  left: 0;
}
.ctalist-area-btn:hover a {
  color: #074d82 !important;
}
.ctalist-area-btn:hover {
  border: 2px solid #fff;
}
.ctalist-area-btn::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 10px;
  background: url(../images/ic_arrow.svg) 0 0 no-repeat;
  background-size: cover;
  width: 9px;
  height: 13px;
  z-index: 2;
}
.ctalist-area-btn:hover::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 10px;
  background: url(../images/ic_arrow_b.svg) 0 0 no-repeat;
  background-size: cover;
  width: 9px;
  height: 13px;
  z-index: 2;
}
.ctalist-area-mailmagagine {
  width: 30%;
}
.ctalist-area-mail {
  margin: 30px 0 15px;
}
.ctalist-area-mail p {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  margin: 0 0 4px;
}
.ctalist-area-mail-input {
  display: flex;
  justify-content: flex-start;
}

.ctalist-area-mail-input input:first-of-type {
  width: calc(100% - 110px);
  border: 0;
  margin-right: 10px;
  text-indent: 10px;
}
.ctalist-area-mail-input input:nth-of-type(2) {
  background: #f4a608;
  color: #fff;
  font-size: 13px;
  padding: 10px;
  border: 0;
  transition: 0.2s;
  cursor: pointer;
}
.ctalist-area-mail-input input:nth-of-type(2):hover {
  background: #f2901c;
}
.ctalist-area-smalltxt {
  color: #fff;
  font-size: 11px;
  line-height: 1.5;
  margin: 0;
}
.ctalist-area-smalltxt a {
  color: #fff !important;
  text-decoration: underline;
  transition: 0.2s;
}
.ctalist-area-smalltxt a:hover {
  text-decoration: none;
}
.relatedsites {
  width: 100%;
  background: #edf1f2;
}
.relatedsites .inner {
  max-width: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  padding: 33px 0 23px;
  align-items: center;
}
.relatedsites.relatedsites-maildealer .inner {
  max-width: 640px;
}
.relatedsites-title {
  font-size: 18px;
  font-weight: bold;
  color: #074d82;
  margin: 0 auto;
}
.relatedsites-list {
  display: flex;
  justify-content: center;
  width: 50%;
}
.relatedsites.relatedsites-maildealer .relatedsites-list {
  width: 71%;
}
.relatedsites-list li {
  margin-left: 0 !important;
  width: 100%;
}
.relatedsites-list li:not(:last-of-type) {
  margin-right: 2.66%;
}
.relatedsites-list li a:first-of-type {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #dbdbdb;
  transition: 0.2s;
}
.relatedsites-list li a:first-of-type:hover {
  opacity: 0.85;
}
.relatedsites-list li a:nth-of-type(2) {
  color: #074d82 !important;
  text-align: center;
  line-height: 1.2;
  display: block;
  margin-top: 10px;
  font-weight: 500;
  transition: 0.2s;
}
.relatedsites-list li a:nth-of-type(2):hover {
  opacity: 0.85;
}

.relatedsites-list li:first-of-type a:first-of-type {
  padding: 13% 2%;
}
.relatedsites-list li:first-of-type a:first-of-type img {
  width: 85px;
  height: 46px;
}
.relatedsites-list li:nth-of-type(2) a:first-of-type {
  padding: 22% 2%;
}
.relatedsites-list li:nth-of-type(2) a:first-of-type img {
  width: 134px;
  height: 17px;
}
.relatedsites-list li:nth-of-type(3) a:first-of-type {
  padding: 14.5% 2%;
}
.relatedsites-list li:nth-of-type(3) a:first-of-type img {
  width: 118px;
  height: 41px;
}
.relatedsites-list li:last-of-type a:first-of-type {
  padding: 19.12% 2%;
}
.relatedsites-list li:last-of-type a:first-of-type img {
  width: 84px;
  height: auto;
}
.relatedsites.relatedsites-maildealer .relatedsites-list li a:first-of-type {
  height: 109px;
}
.relatedsites.relatedsites-maildealer .relatedsites-list li:last-of-type a:first-of-type {
  padding: 16% 2%;
}
.relatedsites.relatedsites-maildealer .relatedsites-list li:last-of-type a:first-of-type img {
  width: 190px;
  height: 38px;
}
.usefulinfo {
  width: 100%;
  background: #edf1f2;
}
.usefulinfo .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 33px 0;
}
.usefulinfo-title {
  font-weight: bold;
  margin: 35px 0 0;
}
.usefulinfo ul li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 25px;
}
.usefulinfo ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 12px;
  border-top: 4px solid #074d82;
  border-right: 4px solid #074d82;
  transform: rotate(45deg);
}
.usefulinfo ul li a {
  color: #1757b9;
  font-size: 17px;
  font-weight: bold;
  text-decoration: underline;
}
.usefulinfo ul li a:hover {
  opacity: 0.7;
}
.usefulinfo ul li p {
  margin: 10px 0 0;
}

.corporation {
  margin: 20px auto;
}
.corporation-wrap {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.corporation-wrap-logo img {
  width: 100%;
  height: auto;
  transition: 0.2s;
}
.corporation-wrap-logo img:hover {
  opacity: 0.85;
}

.corporation-wrap-pmark img {
  width: 100%;
  height: auto;
  transition: 0.2s;
}
.corporation-wrap-pmark img:hover {
  opacity: 0.85;
}

.corporation-wrap-isms img {
  width: 100%;
  height: auto;
}
/* bridge */
.bridge-wrap {
  margin: 30px 0 0;
}
.bridge-wrap .arrow-bottom {
}
.bridge-wrap .arrow-bottom img {
  width: 153px;
  height: 67px;
}
.bridge-wrap .bridge-box {
  position: relative;
  max-width: 760px;
  margin: 20px auto 0;
  box-sizing: border-box;
}
.bridge-wrap .bridge-box-03 {
  max-width: 850px;
}
.bridge-wrap .bridge-box:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -40px;
  background: url(../images/top/bridge-new.svg) 0 0 no-repeat;
  background-size: cover;
  width: 114px;
  height: 66px;
}
.bridge-wrap .bridge-box h3 {
  margin: 0;
  padding: 10px 20px;
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #074d82;
  border: none;
  border-radius: 5px 5px 0 0;
}
.bridge-wrap .bridge-box .inner {
  padding: 30px 55px 40px;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.bridge-wrap .bridge-box .inner.inner-nobtn {
  padding: 30px 55px 20px;
}
.bridge-wrap .bridge-box-02 .inner {
  padding: 25px 55px 35px;
}
.bridge-wrap .bridge-box-03 .inner {
  padding: 30px 40px 40px;
}
.bridge-wrap .bridge-box ul.list-01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.bridge-wrap .bridge-box ul.list-01 li {
  margin-bottom: 18px;
  width: 47%;
  font-size: 17px;
  font-weight: bold;
}
.bridge-wrap .bridge-box ul.list-01 li:nth-child(2n + 1) {
  margin-right: 6%;
}
.bridge-wrap .bridge-box ul.list-01 li:before,
.bridge-wrap .bridge-box ul.list-02 li:before {
  content: "";
  background: url(../images/top/bridge-list.svg) 0 0 no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: -0.35em;
}
.bridge-wrap .bridge-box ul.list-02 {
  margin: 0 0 20px 0;
  padding-left: 100px;
}
.bridge-wrap .bridge-box ul.list-02 li {
  margin-bottom: 13px;
  font-size: 17px;
  font-weight: bold;
}
.bridge-wrap .bridge-box ul.list-02 li:last-child {
  margin-bottom: 0;
}
.bridge-wrap .bridge-box ul.list-tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0 25px;
}
.bridge-wrap .bridge-box ul.list-tag li {
  padding: 10px 20px;
  background: #badadd;
  font-size: 17px;
  font-weight: bold;
  color: #074d82;
  border-radius: 20px;
}

.bridge-btn-ctl {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
}
.bridge-btn {
  position: relative;
  display: block;
  background: #fff;
  width: 375px;
  border: 2px solid #074d82;
  cursor: pointer;
  overflow: hidden;
}
.bridge-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;
}
.bridge-btn-effect {
  width: 375px;
  height: 50px;
  left: -375px;
  background: #074d82;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
}
.bridge-btn:hover .bridge-btn-effect {
  left: 0;
}
.bridge-btn:hover a {
  color: #fff !important;
}
.bridge-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;
}
.bridge-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;
}

.bridge-wrap-y-btn {
  margin: 40px auto 0;
  text-align: center;
}

.subpage .bridge-wrap-y-btn a.cta-version1-btn {
  margin: 0;
}

/*======================================
配配only汎用クラス common_style
======================================*/
/*multi class*/
.common_container {
  margin-top: 81px;
}
/*common nosticky breadcrumb*/
.common_breadcrumb {
  background: #fff;
  font-size: 90%;
  padding: 20px 0 10px;
}
.common_breadcrumb-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.common_breadcrumb-link {
  font-size: 11px;
  position: relative;
  padding-right: 12px;
  text-decoration: underline;
  transition: 0.2s;
  color: #333;
}
.common_breadcrumb-link::after {
  content: "＞";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  text-decoration: none;
}
.common_breadcrumb-link:hover {
  text-decoration: none;
}
/*common cta*/
/*ctaボタンの色のみの指定*/
.common_button-orange {
  background: #f4a608;
  color: #fff;
  text-align: center;
  font-weight: bold;
  transition: 0.2s;
  cursor: pointer;
  display: block;
  border-bottom: 3px solid #b28021;
}
.common_button-orange:hover {
  color: #fff;
  background: #f2901c;
  cursor: pointer;
  transform: translateY(3px);
  border-bottom: 3px solid transparent;
}
/*ctaボタンの形のみの指定*/
.common_button-radius {
  border-radius: 30px;
}
/*ページ内リンク用ボタン色のみの指定*/
.common_button-green {
  background: #059f94;
  color: #fff;
  text-align: center;
  font-weight: bold;
  transition: 0.2s;
  cursor: pointer;
  display: block;
  border-bottom: 2px solid #00726a;
}
.common_button-green:hover {
  opacity: 0.8;
  cursor: pointer;
  transform: translateY(2px);
  border-bottom: 2px solid transparent;
}
/*common ページ内link button*/
.common_button-pagelink__link {
  max-width: 280px;
  width: 100%;
  display: block;
  padding: 10px;
  margin: 0 auto;
  position: relative;
}
.common_button-pagelink__link::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border: 2px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-45deg);
  right: 9px;
  top: 50%;
  margin-top: -5px;
}
/*common link button*/
.common_button-move-base {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
}
.common_button-move {
  position: relative;
  display: block;
  background: #fff;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  border: 2px solid #074d82;
  cursor: pointer;
  overflow: hidden;
  border-radius: 50px;
}
.common_button-move__link {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #4e62e0;
  padding: 10px 18px 10px 0;
  text-decoration: none;
  line-height: 35px;
  text-align: center;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
}
.common_button-move__effect {
  width: 400px;
  height: 100%;
  left: -400px;
  background: #074d82;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
}
.common_button-move:hover .common_button-move__effect {
  left: 0;
}
.common_button-move__link:hover {
  color: #fff !important;
}
.common_button-move::after {
  content: "";
  position: absolute;
  top: calc(50% - 6.5px);
  right: 15px;
  background: url(../images/ic_arrow_b.svg) 0 0 no-repeat;
  background-size: cover;
  width: 9px;
  height: 13px;
}
.common_button-move:hover::after {
  content: "";
  position: absolute;
  top: calc(50% - 6.5px);
  right: 15px;
  background: url(../images/ic_arrow.svg) 0 0 no-repeat;
  background-size: cover;
  width: 9px;
  height: 13px;
  z-index: 2;
}
/*共通で使用できる下矢印*/
/*arrow 1個*/
.common-add_icon-arrow-bottom {
  position: absolute;
  left: 50%;
  bottom: -55px;
  transform: translateX(-50%);
  background: url(/asset/images/common/icon_arrow-bottom.svg) no-repeat;
  width: 140px;
  height: 140px;
}
/*arrow 2個*/
.common-add_icon-2arrow-bottom {
  position: absolute;
  left: 50%;
  bottom: -55px;
  transform: translateX(-50%);
  background: url(/asset/images/common/icon_2arrow-bottom_150-100.svg) no-repeat;
  width: 150px;
  height: 100px;
}
/*arrow 3個*/
.common-add_icon-3arrow-bottom {
  position: absolute;
  left: 50%;
  bottom: -55px;
  transform: translateX(-50%);
  background: url(/asset/images/common/icon_3arrow-bottom_150-100.svg) no-repeat;
  width: 170px;
  height: 120px;
}
/*共通用cta ボタンのh2*/
.common_cta-heading-l {
  font-size: 170%;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  display: table;
  padding: 0 35px;
  margin: 0 auto 40px;
  position: relative;
}
.common_cta-heading-l--banzai::before,
.common_cta-heading-l--banzai::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #fff;
}
.common_cta-heading-l--banzai::before {
  left: 0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.common_cta-heading-l--banzai::after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
/*共通用cta ボタンのbox*/
.common_cta-box {
  margin: 0 auto 40px;
}
.common_cta-box--ml60 {
  margin-left: 60px;
}
/*共通用cta フレックス　ボタン横並び*/
.common_cta-flex {
  display: flex;
  justify-content: space-between;
}
.common_cta-flex--around {
  justify-content: space-around;
}
.common_cta-flex--center {
  justify-content: center;
}
.common_cta-flex--align-center {
  align-items: center;
}
.common_cta-flex__2box {
  width: 48%;
}
.common_cta-button {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  padding: 18px 30px 18px 15px;
  box-sizing: border-box;
  font-size: 17px;
  position: relative;
  border-radius: 50px;
}
.common_cta-button::after {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: 15px;
  background: url(../images/ic_arrow.svg) 0 0 no-repeat;
  background-size: cover;
  width: 10px;
  height: 14px;
}
.common_cta-text {
  text-align: center;
  font-size: 110%;
  margin-bottom: 12px;
  font-weight: 600;
  padding: 0 30px;
}
.common_cta-text--white {
  color: white;
}
/*ctaエリア　リストボックス*/
.common_cta-list-box {
  background: #fff;
  padding: 0 20px 20px;
  border-radius: 10px;
  max-width: 360px;
  width: 100%;
  box-sizing: border-box;
}
.common_cta-list-box__title{
  background: #29577E;
  text-align: center;
  font-size: 125%;
  font-weight: bold;
  display: table;
  margin: 0 auto;
  padding: 7px 20px;
  color: #fff;
  border-radius: 20px;
  transform: translateY(-16px);
  border: 2px solid #fff;
}
.common_cta-list-box__item {
  position: relative;
  padding: 8px 0 8px 22px;
  font-size: 140%;
  font-weight: bold;
  color: #1a5082;
  line-height: 1.2;
  border-bottom: 2px dashed;
}
.common_cta-list-box__item::before{
  content: "";
  position: absolute;
  background: url(/asset/images/function/icon_check_blue.svg) no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
  left: 0;
  top: 14px;
}
/*common cta ボタンの上のアナウンス（バンザイ）*/
.common_cta-text-banzai {
  text-align: center;
  font-size: 110%;
  position: relative;
  display: table;
  margin: 0 auto 12px;
  font-weight: 600;
  padding: 0 30px;
}
.common_cta-text-banzai--white {
  color: #fff;
}
.common_cta-text-banzai::before,
.common_cta-text-banzai::after,
.common_cta-text-banzai--white::before,
.common_cta-text-banzai--white::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 22px;
  height: 2px;
  background-color: #333;
}
.common_cta-text-banzai::before {
  left: 0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.common_cta-text-banzai::after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.common_cta-text-banzai--white::before,
.common_cta-text-banzai--white::after {
  background-color: #fff;
}
/*長方形の資料請求ボタン*/
.common_cta-request-rectangle__box {
  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;
  width: 100%;
}
.common_cta-request-rectangle__inner {
  display: flex;
  justify-content: center;
  gap: 90px;
}
.common_cta-request-rectangle__left {
  width: 55%;
  margin: 18px 0 40px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.common_cta-request-rectangle__right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.common_cta-request-rectangle__figure{
  width: 70px;
}
.common_cta-request-rectangle__image {
  width: 100%;
  height: auto;
}
.common_cta-request-rectangle__heading-l {
  font-size: 180%;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}
.common_cta-request-rectangle__button {
  width: 300px;
  margin-bottom: 20px;
}
.common_cta-request-rectangle__tel-link {
  position: relative;
  font-size: 230%;
  font-weight: bold;
  color: #fff;
  padding-left: 14px;
  letter-spacing: 1px;
  font-family: Lato;
  text-align: center;
  display: table;
  margin: 0 auto 10px;
}
.common_cta-request-rectangle__tel-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  background: url(../images/ic_phone.svg) 0 0 no-repeat;
  background: cover;
  width: 21px;
  height: 21px;
}
.common_cta-request-rectangle__time {
  font-size: 80%;
  padding: 0;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.5px;
}
/*ctaボタン横 資料の画像*/
.common-add_image-case-doccument::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;
}
/*ctaボタン横 資料の画像*/
.common-add_image-case-doccument2::before {
  background-image: url(/asset/images/common/photo_cta-doc-haihai-introduce.png);
  background-size: 90%;
  background-repeat: no-repeat;
  width: 120px;
  height: 64px;
  content: "";
  position: absolute;
  left: -64px;
  top: -13px;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  z-index: 1;
}
/*ctaボタン横 資料の画像*/
.common-add_image-case-doccument3::before {
  background-image: url(/asset/images/common/photo-cta-pc-trial-screen.png);
  background-size: 90%;
  background-repeat: no-repeat;
  width: 120px;
  height: 64px;
  content: "";
  position: absolute;
  left: -64px;
  top: -13px;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  z-index: 1;
}
/* common_cta-info */
.common_cta-info {
  width: 1000px;
  margin: 30px auto;
  padding: 30px;
  background: #4e62e0;
  background: -webkit-linear-gradient(90deg, #172a88 0%, #4e62e0 100%);
  background: linear-gradient(90deg, #172a88 0%, #4e62e0 100%);
  border-radius: 10px;
  height: 180px;
  box-sizing: border-box;
}
.common_cta-info__inner {
  display: flex;
  justify-content: space-between;
}
.common_cta-info__inner_figure {
  width: 83px;
  height: 83px;
  margin: 0 20px 0 0;
  display: inline-block;
}
.common_cta-info__heading-l {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  margin-bottom: 25px;
  padding-top: 10px;
  line-height: 1.2;
}
.common_cta-info__title {
  width: 640px;
  margin: 18px 0 40px 0;
  display: flex;
  justify-content: space-between;
}
.common_cta-info__aera {
  width: 556px;
  text-align: center;
}
.common_cta-info__link::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;
}
.common_cta-info__link {
  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;
}
.common_cta-info__link::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;
}
.common_cta-info__link:hover {
  background: #f2901c;
  cursor: pointer;
  color: #fff;
}
.common_cta-info__tel {
  margin: 17px 0 10px 68px;
  line-height: 22px;
}
.common_cta-info__tel_link {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  padding-left: 40px;
  letter-spacing: 1px;
  font-family: Lato;
}
.common_cta-info__tel_link::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  background: url(../images/ic_phone.svg) 0 0 no-repeat;
  background: cover;
  width: 21px;
  height: 21px;
}
.common_cta-info__date {
  font-size: 12px;
  padding: 0;
  margin: 0 0 0 96px;
  color: #fff !important;
  line-height: 1;
  letter-spacing: 0.5px;
  text-align: center;
  margin: 0;
}
.common_cta-info__botton {
  margin: 0;
}
/* common_cta-info end */
/*common title*/
.common_heading-xl {
  font-size: 280%;
  color: #444;
  text-align: center;
  margin-bottom: 55px;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
}
.common_heading-l {
  font-size: 230%;
  color: #444;
  text-align: center;
  margin-bottom: 55px;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
}
.common_heading-l::after {
  position: absolute;
  display: block;
  content: "";
  width: 50px;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  background-color: #4d61de;
}
.common_lead-title {
  text-align: center;
  font-size: 150%;
  line-height: 1.6;
  font-weight: bold;
}
/*ボックスにナンバーあり*/
.common-add_number-round {
  position: relative;
}
.common-add_number-round::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: #074d82;
  border-radius: 100%;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 130%;
  font-weight: bold;
}
.common-add_number-round--1::before {
  content: "1";
}
.common-add_number-round--2::before {
  content: "2";
}
.common-add_number-round--3::before {
  content: "3";
}
/*共通　注釈*/
.common_caution-text {
  font-size: 80%;
}
.common_caution-text--right {
  text-align: right;
}
.common_caution-text--bottom {
  font-size: 70%;
  vertical-align: bottom;
  position: relative;
  top: 0;
}
/*フォント小*/
.common_font-small {
  font-size: 80%;
}
/*フォントボールド*/
.common_font-bold {
  font-weight: bold;
}
/*テキストアンダーライン*/
.common_underline {
  text-decoration: underline;
}
.common_bg-orange-underline {
  background: linear-gradient(transparent 60%, #f7c979 60%);
}
/*box flex link shadow*/
.common_box-link {
  display: block;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.common_box-link:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(-4px);
  opacity: 0.7;
  cursor: pointer;
}
/*background*/
.common_bg-blue {
  background: #074d82;
}
.common_bg-gradation {
  background: #4e62e0;
  background: -webkit-linear-gradient(90deg, #172a88 0%, #4e62e0 100%);
  background: linear-gradient(90deg, #172a88 0%, #4e62e0 100%);
}
.common_bg-paleblue {
  background: #f5f6fa;
}
.common_bg-white {
  background: #ffffff;
}
.common_bg-grey {
  background: #f5f5f5;
}
.common_bg-white--border-paleblue {
  border: 3px solid #f5f6fa;
}
.common_bg-border-dullblue {
  border: 3px solid #badadd;
}
.common_bg-photo {
  width: 100%;
  margin: 0 auto;
  background: url(../images/cta_bg_ver_1.jpg) 0 bottom repeat;
  background-size: cover;
}
/*border*/
.common_border-bottom-gray {
  border-bottom: 2px solid #ddd;
}
.common_border-blue {
  border: 2px solid #074d82;
}
/*color*/
.common_color-orange {
  color: #f4a608;
}
.common_color-blue {
  color: #3a48a6;
}
.common_color-white {
  color: #fff;
}
/*common lead*/
.common_lead {
  text-align: center;
  font-size: 115%;
  line-height: 1.8;
  margin-bottom: 50px;
}
.common_lead-accent {
  font-size: 120%;
  font-weight: bold;
}
/*common text caution*/
.common_text-caution {
  font-size: 90%;
}
.common_text-caution--right {
  text-align: right;
}
.common_text-caution--center {
  text-align: center;
}
/*link text*/
.common_textlink-box {
  display: block;
}
.common_textlink-box--right {
  text-align: right;
}
.common_textlink-box--center {
  text-align: center;
}
.common_textlink {
  color: #074d82;
  text-decoration: underline;
  position: relative;
  transition: 0.2s;
}
.common_textlink--arrow-right::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-color: #074d82 #074d82 transparent transparent;
  transform: rotate(45deg);
  top: 50%;
  margin-top: -4px;
  right: -12px;
}
.common_textlink:hover {
  color: #f28828;
  text-decoration: none;
  outline: none;
}

/*common slide*/
.common_slide__image {
  width: 100%;
  height: auto;
}
/*common slide slick*/
.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);
}
/*ctaボタン横 パソコンの画像*/
.common-add_image-trial-pc::before {
  background-image: url(/asset/images/common/photo-_cta-pc-haihai-screen.png);
  background-size: 90%;
  background-repeat: no-repeat;
  width: 130px;
  height: 74px;
  content: "";
  position: absolute;
  left: -74px;
  top: -12px;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  z-index: 1;
}
/*======================================
全製品共通 common_style
======================================*/
/*contents width*/
.common-all_inner-1200 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.common-all_inner-1100 {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.common-all_inner-1000 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.common-all_inner-900 {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.common-all_inner-800 {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
/*width*/
.common-all_width-700 {
  width: 100%;
  max-width: 700px;
}
.common-all_width-600 {
  width: 100%;
  max-width: 600px;
}
.common-all_width-500 {
  width: 100%;
  max-width: 500px;
}
.common-all_width-400 {
  width: 100%;
  max-width: 400px;
}
.common-all_width-300 {
  width: 100%;
  max-width: 300px;
}
.common-all_width-200 {
  width: 100%;
  max-width: 200px;
}
.common-all_width-100 {
  width: 100%;
  max-width: 100px;
}
.common-all_width-700,
.common-all_width-600,
.common-all_width-500,
.common-all_width-400,
.common-all_width-300,
.common-all_width-200,
.common-all_width-100 {
  margin: 0 auto;
}
/*common box flex*/
.common-all_box-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: 10px;
}
.common-all_box-item {
  padding: 0 20px 0 0;
  box-sizing: border-box;
  display: flex;
}
.common-all_box-item--1 {
  width: calc((100% / 12) * 1);
}
.common-all_box-item--2 {
  width: calc((100% / 12) * 2);
}
.common-all_box-item--3 {
  width: calc((100% / 12) * 3);
}
.common-all_box-item--4 {
  width: calc((100% / 12) * 4);
}
.common-all_box-item--5 {
  width: calc((100% / 12) * 5);
}
.common-all_box-item--6 {
  width: calc((100% / 12) * 6);
}
.common-all_box-item--7 {
  width: calc((100% / 12) * 7);
}
.common-all_box-item--8 {
  width: calc((100% / 12) * 8);
}
.common-all_box-item--9 {
  width: calc((100% / 12) * 9);
}
.common-all_box-item--10 {
  width: calc((100% / 12) * 10);
}
.common-all_box-item--11 {
  width: calc((100% / 12) * 11);
}
.common-all_box-item--12 {
  width: calc((100% / 12) * 12);
}
/*margin-top*/
.common-all_mt-10 {
  margin-top: 10px;
}
.common-all_mt-20 {
  margin-top: 20px;
}
.common-all_mt-30 {
  margin-top: 30px;
}
.common-all_mt-40 {
  margin-top: 40px;
}
.common-all_mt-50 {
  margin-top: 50px;
}
.common-all_mt-60 {
  margin-top: 60px;
}
.common-all_mt-70 {
  margin-top: 70px;
}
.common-all_mt-80 {
  margin-top: 80px;
}
.common-all_mt-90 {
  margin-top: 90px;
}
.common-all_mt-100 {
  margin-top: 100px;
}
/*margin-bottom*/
.common-all_mb-10 {
  margin-bottom: 10px;
}
.common-all_mb-20 {
  margin-bottom: 20px;
}
.common-all_mb-30 {
  margin-bottom: 30px;
}
.common-all_mb-40 {
  margin-bottom: 40px;
}
.common-all_mb-50 {
  margin-bottom: 50px;
}
.common-all_mb-60 {
  margin-bottom: 60px;
}
.common-all_mb-70 {
  margin-bottom: 70px;
}
.common-all_mb-80 {
  margin-bottom: 80px;
}
.common-all_mb-90 {
  margin-bottom: 90px;
}
.common-all_mb-100 {
  margin-bottom: 100px;
}
/*padding top and  bottom*/
.common-all_ptb-100 {
  padding: 100px 0;
}
.common-all_ptb-90 {
  padding: 90px 0;
}
.common-all_ptb-80 {
  padding: 80px 0;
}
.common-all_ptb-70 {
  padding: 70px 0;
}
.common-all_ptb-60 {
  padding: 60px 0;
}
.common-all_ptb-50 {
  padding: 50px 0;
}
.common-all_ptb-40 {
  padding: 40px 0;
}
.common-all_ptb-30 {
  padding: 30px 0;
}
.common-all_ptb-20 {
  padding: 20px 0;
}
.common-all_ptb-10 {
  padding: 10px 0;
}
/*padding top*/
.common-all_pt-100 {
  padding-top: 100px;
}
.common-all_pt-90 {
  padding-top: 90px;
}
.common-all_pt-80 {
  padding-top: 80px;
}
.common-all_pt-70 {
  padding-top: 70px;
}
.common-all_pt-60 {
  padding-top: 60px;
}
.common-all_pt-50 {
  padding-top: 50px;
}
.common-all_pt-40 {
  padding-top: 40px;
}
.common-all_pt-30 {
  padding-top: 30px;
}
.common-all_pt-20 {
  padding-top: 20px;
}
.common-all_pt-10 {
  padding-top: 10px;
}
/*padding bottom*/
.common-all_pb-100 {
  padding-bottom: 100px;
}
.common-all_pb-90 {
  padding-bottom: 90px;
}
.common-all_pb-80 {
  padding-bottom: 80px;
}
.common-all_pb-70 {
  padding-bottom: 70px;
}
.common-all_pb-60 {
  padding-bottom: 60px;
}
.common-all_pb-50 {
  padding-bottom: 50px;
}
.common-all_pb-40 {
  padding-bottom: 40px;
}
.common-all_pb-30 {
  padding-bottom: 30px;
}
.common-all_pb-20 {
  padding-bottom: 20px;
}
.common-all_pb-10 {
  padding-bottom: 10px;
}
/*flexbox*/
.common-all_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.common-all_align-center {
  align-items: center;
}
/*text position*/
.common-all_text-center {
  text-align: center;
}
.common-all_text-right {
  text-align: right;
}
.common-all_text-left {
  text-align: left;
}
/*text size development*/
.common-all_fontsize-xl {
  font-size: 150%;
}
.common-all_fontsize-l {
  font-size: 125%;
}
.common-all_fontsize-s {
  font-size: 90%;
}
.common-all_fontsize-xs {
  font-size: 70%;
}
/*全製品共通 common_style　END*/

/*===============================
配配only汎用クラス　タブレット対応
===============================*/
@media screen and (min-width: 769px) and (max-width: 1120px) {
  .common_container {
    margin-top: 97px;
  }
}
/*===============================
配配only汎用クラス　スマホ対応
===============================*/
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .common_container {
    margin-top: 46px;
  }
  .common_heading-area {
    height: 90px;
  }
  .common_heading-xl {
    font-size: 180%;
    margin-bottom: 30px;
  }
  .common_breadcrumb {
    display: none;
  }
  .common_heading-l {
    font-size: 160%;
    margin-bottom: 50px;
  }
  .common_cta-box {
    margin-bottom: 20px;
  }
  .common_cta-box--ml60 {
    margin-left: 0;
  }
  .common_cta-heading-l {
    font-size: 140%;
    padding: 0 24px;
    margin-bottom: 25px;
  }
  .common-add_number-round::before {
    width: 30px;
    height: 30px;
    font-size: 120%;
    padding: 5px;
  }
  .common-add_image-case-doccument::before {
    width: 68px;
    height: 60px;
    left: -21px;
  }
  /*ctaボタン横 パソコンの画像*/
  .common-add_image-trial-pc::before,
  .common-add_image-case-doccument2::before {
    width: 80px;
    height: 65px;
    left: -24px;
    top: -13px;
  }
  .common_lead {
    font-size: 100%;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 25px;
  }
  /*common box flex*/
  .common-all_box-list {
    margin-left: 0;
  }
  .common_cta-flex {
    flex-wrap: wrap;
  }
  .common_cta-flex__2box {
    width: 100%;
  }
  .common_cta-flex__2box--sp-mb-20 {
    margin-bottom: 20px;
  }
  /* common_cta リストボックス */
  .common_cta-list-box {
    margin: 10px auto 20px;
}
.common_cta-list-box__item{
  font-size: 120%;
}
  /* common_cta-info */
  .common_cta-info {
    width: 90%;
    min-height: 250px;
    height: auto;
    box-sizing: border-box;
  }
  .common_cta-info__inner {
    display: block;
    padding: 0;
  }
  .common_cta-info__inner_figure {
    width: 83px;
    height: 83px;
    margin: 0 10px 0 0;
    float: left;
  }
  .common_cta-info__heading-l {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    margin-bottom: 25px;
    padding-top: 10px;
    line-height: 1.2;
  }
  .common_cta-info__title {
    width: 100%;
    margin: 18px 0 40px 0;
    display: block;
    overflow: hidden;
  }
  .common_cta-info__aera {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .common_cta-info__link::before {
    content: "";
    position: absolute;
    top: -14px;
    left: -41px;
    background: url(../images/dl_file.png) 0 0 no-repeat;
    background-size: cover;
    width: 85px;
    height: 79px;
    z-index: 20;
  }
  .common_cta-info__link {
    display: block;
    position: relative;
    width: 260px;
    padding: 15px 5px 15px 20px;
    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: 0;
  }
  .common_cta-info__link::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 10px;
    background: url(../images/ic_arrow.svg) 0 0 no-repeat;
    background-size: cover;
    width: 10px;
    height: 14px;
  }
  .common_cta-info__link:hover {
    background: #f2901c;
    cursor: pointer;
  }
  .common_cta-info__tel {
    margin: 17px 0 10px 0;
    line-height: 22px;
  }
  .common_cta-info__tel_link {
    position: relative;
    font-size: 27px;
    font-weight: bold;
    color: #fff;
    padding-left: 40px;
    letter-spacing: 1px;
    font-family: Lato;
    box-sizing: border-box;
  }
  .common_cta-info__tel_link::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 5px;
    background: url(../images/ic_phone.svg) 0 0 no-repeat;
    background: cover;
    width: 22px;
    height: 22px;
  }
  .common_cta-info__date {
    font-size: 12px;
    padding: 0;
    margin: 10px 0 0 8px;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.5px;
  }
  .common_cta-request-rectangle__inner {
    flex-wrap: wrap;
    gap: 30px;
  }
  .common_cta-request-rectangle__left,
  .common_cta-request-rectangle__right {
    width: 100%;
    margin: 0;
    justify-content: center;
    flex-direction: column;
  }
  .common_cta-request-rectangle__box {
    min-height: 250px;
    height: auto;
    box-sizing: border-box;
  }
  .common_cta-request-rectangle__heading-l {
    font-size: 160%;
  }
  .common_cta-request-rectangle__tel-link {
    font-size: 200%;
  }
  .common_cta-request-rectangle__time {
    margin: 0 auto;
    text-align: center;
  }
  .common_cta-request-rectangle__button{
    width: 290px;
  }
  .breadcrumb {
    padding: 20px;
  }
}

/*===============================
汎用クラス　ipad対応
===============================*/
@media screen and (min-width: 769px) and (max-width: 1240px) {
  /* common_cta-info */
  .common_cta-info {
    width: 90%;
    min-height: 250px;
    height: auto;
    box-sizing: border-box;
  }
  .common_cta-info__inner {
    display: block;
    padding: 0;
  }
  .common_cta-info__inner_figure {
    width: 83px;
    height: 83px;
    margin: 0 10px 0 0;
    float: left;
  }
  .common_cta-info__heading-l {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    margin-bottom: 25px;
    padding-top: 10px;
    line-height: 1.2;
  }
  .common_cta-info__title {
    width: 100%;
    margin: 18px 0 40px 0;
    display: block;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  .common_cta-info__aera {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .common_cta-info__link::before {
    content: "";
    position: absolute;
    top: -14px;
    left: -41px;
    background: url(../images/dl_file.png) 0 0 no-repeat;
    background-size: cover;
    width: 85px;
    height: 79px;
    z-index: 20;
  }
  .common_cta-info__link {
    display: block;
    position: relative;
    width: 260px;
    padding: 15px 5px 15px 20px;
    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: 0;
  }
  .common_cta-info__link::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 10px;
    background: url(../images/ic_arrow.svg) 0 0 no-repeat;
    background-size: cover;
    width: 10px;
    height: 14px;
  }
  .common_cta-info__link:hover {
    background: #f2901c;
    cursor: pointer;
  }
  .common_cta-info__tel {
    margin: 17px 0 10px 0;
    line-height: 22px;
  }
  .common_cta-info__tel_link {
    position: relative;
    font-size: 27px;
    font-weight: bold;
    color: #fff;
    padding-left: 40px;
    letter-spacing: 1px;
    font-family: Lato;
    box-sizing: border-box;
  }
  .common_cta-info__tel_link::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 5px;
    background: url(../images/ic_phone.svg) 0 0 no-repeat;
    background: cover;
    width: 22px;
    height: 22px;
  }
  .common_cta-info__date {
    font-size: 12px;
    padding: 0;
    margin: 10px 0 0 8px;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.5px;
  }
  .common_cta-request-rectangle__inner {
    flex-wrap: wrap;
    gap: 30px;
  }
  .common_cta-request-rectangle__left,
  .common_cta-request-rectangle__right {
    width: 100%;
    margin: 0;
    justify-content: center;
  }
  .common_cta-request-rectangle__box {
    min-height: 250px;
    height: auto;
    box-sizing: border-box;
  }
  .common_cta-request-rectangle__image {
    max-width: 150px;
  }
  .common_cta-request-rectangle__tel-link {
    font-size: 200%;
  }
  .common_cta-request-rectangle__time {
    margin: 0 auto;
    text-align: center;
  }
  .breadcrumb {
    padding: 20px;
  }
}

/*======================================
全製品共通 common_style　スマホ対応
======================================*/
@media (max-width: 768px) {
  .common-all_box-item--1,
  .common-all_box-item--2,
  .common-all_box-item--3,
  .common-all_box-item--4,
  .common-all_box-item--5,
  .common-all_box-item--6,
  .common-all_box-item--7,
  .common-all_box-item--8,
  .common-all_box-item--9,
  .common-all_box-item--10,
  .common-all_box-item--12 {
    width: 100%;
    padding: 0;
  }
  .common-all_mt-50,
  .common-all_mt-60,
  .common-all_mt-70,
  .common-all_mt-80,
  .common-all_mt-90,
  .common-all_mt-100 {
    margin-top: 40px;
  }
  .common-all_mb-50,
  .common-all_mb-60,
  .common-all_mb-70,
  .common-all_mb-80,
  .common-all_mb-90,
  .common-all_mb-100 {
    margin-bottom: 40px;
  }
  .common-all_ptb-50,
  .common-all_ptb-60,
  .common-all_ptb-70,
  .common-all_ptb-80,
  .common-all_ptb-90,
  .common-all_ptb-100 {
    padding: 40px 0;
  }
  .common-all_pt-50,
  .common-all_pt-60,
  .common-all_pt-70,
  .common-all_pt-80,
  .common-all_pt-90,
  .common-all_pt-100 {
    padding-top: 40px;
  }
  .common-all_pb-50,
  .common-all_pb-60,
  .common-all_pb-70,
  .common-all_pb-80,
  .common-all_pb-90,
  .common-all_pb-100 {
    padding-bottom: 40px;
  }
}
/*全製品共通 common_style　スマホ対応 END*/

/*cta*/
.common_cta-area__flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.common_cta-area__list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-width: 650px;
}
.common_cta-area__item {
  width: 310px;
}
.common_cta-area__list:has(> :nth-child(1):last-child) .common_cta-area__item {
  width: 340px;
}
.common_cta-area__image {
  max-width: 310px;
  min-width: 150px;
  width: 100%;
  height: auto;
}
.common_cta-area__width-30 {
  width: 30%;
}
.common_cta-area__width-40 {
  width: 40%;
}
.common_cta-area__width-50 {
  width: 49%;
}
.common_cta-area__width-60 {
  width: 60%;
}
.common_cta-area__width-70 {
  width: 70%;
}
.common_cta-width-40 {
  width: 40%;
}
.common_cta-width-60 {
  width: 60%;
}
.common_cta-area__heading-l {
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #fff;
  line-height: 1.3;
}
.common_cta-area__heading-l.common_cta-area__heading-l--small{
  font-size: 20px;
}
.common_cta-area__heading-l-long{
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #fff;
  line-height: 1.3;
}
.common_cta-area__heading-l-long.common_cta-area__heading-l-long--small{
  font-size: 20px;
}
.common_cta-area__heading-s {
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 30px;
  color: #fff;
  line-height: 1.3;
}
.common_cta-area-box .common_cta-area__item{
  width: 100%;
}
.common_cta-area-box .common_cta-area__banzai {
  font-size: 14px;
}
.common_cta-area-box .common_cta-area__list{
  min-width: initial;
}
.common_cta-area-box__wrap {
  max-width: 360px;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #fff;
}
.common_cta-area-box__title{
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #3a48a6;
  border-radius: 8px 8px 0 0;
}
.common_cta-area-box__list{
  padding: 15px 20px 20px;
}
.common_cta-area-box__item {
  position: relative;
  padding: 8px 0 8px 22px;
  font-size: 18px;
  font-weight: bold;
  color: #3a48a6;
  line-height: 1.2;
  border-bottom: 2px dashed;
}
.common_cta-area-box__item::before {
  content: "";
  position: absolute;
  background: url(/asset/images/function/icon_check_blue.svg) no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
  left: 0;
  top: 14px;
}
.common_cta-area__fukidashi {
  background: #fff;
  width: 200px;
  text-align: center;
  display: table;
  margin: 0 auto;
  transform: translateY(10px);
  z-index: 1;
  position: relative;
  padding: 6px;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.common_cta-area__fukidashi::after {
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  position: absolute;
  bottom: -7px;
  left: calc(50% - 5px);
  background: #fff;
}
.common_cta-area__fukidashi.common_cta-area__fukidashi--pink {
  color: #e22986;
  border: 2px solid #f359a6;
}
.common_cta-area__fukidashi.common_cta-area__fukidashi--pink::after {
  border-bottom: 2px solid #f359a6;
  border-left: 2px solid #f359a6;
}
.common_cta-area__fukidashi.common_cta-area__fukidashi--green {
  color: #28ac1e;
  border: 2px solid #54ce4b;
}
.common_cta-area__fukidashi.common_cta-area__fukidashi--green::after {
  border-bottom: 2px solid #54ce4b;
  border-left: 2px solid #54ce4b;
}
.common_cta-area__banzai {
  display: table;
  margin: 0 auto 10px;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  color: #fff;
  position: relative;
  padding: 0 40px;
}
.common_cta-area__banzai--blastengine{
  font-weight: normal;
}
.common_cta-area__banzai::before,
.common_cta-area__banzai::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 22px;
  height: 2px;
  background: #fff;
}
.common_cta-area__banzai::before {
  left: 0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.common_cta-area__banzai::after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.common_cta-area__link {
  position: relative;
  font-size: 24px;
  max-width: 340px;
  width: 100%;
  height: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 10px;
  border-radius: 50px;
  letter-spacing: 0.1em;
  margin: 0 auto;
}
.common_cta-area__link.common_cta-area__link--small {
  font-size: 19px;
  letter-spacing: normal;
}
.common_cta-area__link::after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
/*-----------------
common button
----------------*/
.common_button-light-green {
  background: #00ce9d;
  color: #fff;
  text-align: center;
  font-weight: bold;
  transition: 0.2s;
  cursor: pointer;
  border-bottom: 3px solid #0da4aa;
}
@media (hover: hover) {
  .common_button-light-green:hover {
    opacity: 0.8;
    cursor: pointer;
    transform: translateY(2px);
    border-bottom: 3px solid transparent;
  }
}
.common_button--yellow {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: 100ms ease all;
  border: 3px solid transparent;
  background: #ffb300;
  background: -webkit-linear-gradient(90deg, #ffa200 0%, #ffb300 100%);
  background: linear-gradient(90deg, #ffa200 0%, #ffb300 100%);
  border-bottom: 3px solid #de9c00;
}
@media (hover: hover) {
  .common_button--yellow:hover {
    opacity: 0.8;
    cursor: pointer;
    transform: translateY(2px);
    border-bottom: 3px solid transparent;
  }
}

.common_button__link {
  display: block;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  transition: 300ms ease all;
  border-radius: 50px;
}
.common_button__link::after {
  content: "";
  position: absolute;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.common_button__link--detail {
  display: table;
  max-width: 280px;
  width: 100%;
  padding: 14px 20px;
  box-sizing: border-box;
  font-size: 120%;
  letter-spacing: 0.02em;
  margin: 0 auto;
}
.common_button__link--detail::after {
  top: 20px;
  right: 10px;
  width: 4px;
  height: 4px;
}
/*-----------------
cta other product common 
----------------*/
.common_cta-image-2button__left, .common_cta-image-2button__right {
  width: 49%;
}
.common_cta-image-2button__flex {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}
/*cta area rakutel */
.common_bg-rakutel-gradation {
  background: #3f6eb3;
  background: -webkit-linear-gradient(90deg, #3f6eb3 0%, #5e94e5 100%);
  background: linear-gradient(90deg, #3f6eb3 0%, #5e94e5 100%);
}
.common_bg-rakutel-blue {
  background: #3f6eb3;
}
/*cta area blastengine*/
.common_bg-blastengine-red {
  background: #C12620;
}
.common_bg-blastengine{
  background: #17181b;
}
.common_button__link--blastengine-red {
  background: #C12620;
  box-shadow: 0 2px 0 #E01F18;
  font-size: 120%;
  font-weight: bold;
  transition: 0.3s;
  color: #fff;
}
.common_button__link--blastengine-white {
  background: #fff;
  color: #17181b;
  box-shadow: 0 2px 0 #4C5767;
  font-size: 120%;
  font-weight: bold;
  transition: 0.3s;
}
.common_button__link--blastengine-white:after{
  border-top: 2px solid #17181b;
  border-right: 2px solid #17181b;
}
.common_button__link--blastengine-red:hover,
.common_button__link--blastengine-white:hover {
  opacity: 0.7;
  transform: translateY(2px);
  box-shadow: none;
}

.common_button__link.common_button__link--rakutel-pink {
  height: 64px;
  background: #f359a6;
  box-shadow: 0 2px 0 #e22986;
  padding: 22px 10px;
  font-size: 18px;
  max-width: 380px;
}
.common_button__link.common_button__link--rakutel-green {
  height: 64px;
  background: #54ce4b;
  box-shadow: 0 2px 0 #28ac1e;
  padding: 22px 10px;
  font-size: 18px;
  max-width: 380px;
}
.common_button__link.common_button__link--rakutel-pink::after,.common_button__link.common_button__link--rakutel-green::after {
  border-top: none;
}
.common_button__link.common_button__link--rakutel-pink:hover,
.common_button__link.common_button__link--rakutel-green:hover {
  opacity: 0.7;
  transform: translateY(2px);
  box-shadow: none;
}
.common_button__link--rakutel-blue-line {
  color: #3f6eb3;
  background: #fff;
  border: 2px solid #3f6eb3;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.common_button__link--rakutel-blue-line:hover {
  color: #fff;
  background: #3f6eb3;
  border: 2px solid #fff;
}
.common_button__link--rakutel-blue-line::after {
  border-right: 2px solid #3f6eb3;
  border-bottom: 2px solid #3f6eb3;
}
.common_button__link--rakutel-blue-line:hover::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
/*cta area haihai*/
.common_bg-haihai-gradation {
  background: #4e62e0;
  background: -webkit-linear-gradient(90deg, #172a88 0%, #4e62e0 100%);
  background: linear-gradient(90deg, #172a88 0%, #4e62e0 100%);
}
.common_bg-haihai-blue {
  background: #172a88;
}
.common_button__link--haihai-yellow {
  background: #f4a608;
  box-shadow: 0 2px 0 #b28021;
}
.common_button__link--haihai-green {
  background: #00ce9d;
  box-shadow: 0 2px 0 #0da4aa;
}
.common_button__link--haihai-yellow:hover,
.common_button__link--haihai-green:hover{
  opacity: 0.7;
  transform: translateY(2px);
  box-shadow: none;
}
/*cta area md*/
.common_bg-md-orange {
  background: #ffd182;
}
.common_bg-md-sub-orange {
  background: #F08300;
}
.common_cta-area__heading-l-md {
  padding-bottom: 30px;
  color: #d35923;
  font-size: 190%;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  background: none;
}
.common_button__link--md-green {
  height: 64px;
  background: #148880;
  background: -webkit-linear-gradient(right, #19af93, #148880);
  background: linear-gradient(to right, #19af93, #148880);
  border: 2px solid transparent;
}
.common_button__link--md-green::after {
  border-top: none;
}
.common_button__link--md-green:hover{
  background: linear-gradient(to right, #d88000, #c74f2d);
  color: #fff;
  border: 2px solid #d88000;
}
.common_cta-area__banzai--md {
  color: #434343;
}
.common_cta-area__banzai--md::before,
.common_cta-area__banzai--md::after {
  background: #434343;
}

@media screen and (max-width: 1100px) {
  .common_cta-area__link {
    padding: 12px 10px;
    width: 90%;
    height: 59px;
    font-size: 20px;
    letter-spacing: normal;
  }
  .common_button__link--md-green{
    padding: 18px 10px;
  }
  .common_button__link--blastengine-red,.common_button__link--blastengine-white{
   padding: 18px 10px;
  }
  .common_cta-area__item {
    width: 290px;
  }
  .common_cta-area__heading-l-long{
    font-size: 24px;
  }
  .common_cta-area__heading-l-long.common_cta-area__heading-l-long--small{
    font-size: 17px;
  }
  .common_cta-area__list{
    min-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .common_cta-area__width-30,
  .common_cta-area__width-40,
  .common_cta-area__width-50,
  .common_cta-area__width-60,
  .common_cta-area__width-70 {
    width: 100%;
  }
  .common_cta-area__heading-l {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .common_cta-area__heading-l.common_cta-area__heading-l--small {
    font-size: 17px;
  }
  .common_cta-area__heading-l-long{
    font-size: 20px;
  }
  .common_cta-area__heading-l-long.common_cta-area__heading-l-long--small{
    font-size: 15px;
  }
  .common_cta-area__heading-s {
    font-size: 140%;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .common_cta-area-box__item {
    font-size: 15px;
  }
  .common_cta-area__flex {
    flex-direction: column-reverse;
  }
  .common_cta-area__flex.common_cta-area__flex--sp-column{
    flex-direction: column;
  }
  .common_cta-area-box__wrap {
    margin-bottom: 20px;
  }
  .common_cta-area__list{
    min-width: initial;
    flex-direction: column-reverse;
  }
  .common_cta-area__item:not(:first-of-type){
    margin-bottom: 20px;
  }
  .common_cta-area__list:has(> :nth-child(1):last-child) .common_cta-area__item {
    margin-bottom: 20px;
  }
  .common_cta-area-box .common_cta-area__list:has(> :nth-child(1):last-child) .common_cta-area__item {
    margin-bottom: 0;
  }
  .common_cta-area__link {
    padding: 12px 10px;
    width: 90%;
    font-size: 20px;
    letter-spacing: normal;
  }
  .common_cta-area__link.common_cta-area__link--small {
    font-size: 16px;
    letter-spacing: normal;
  }
  .common_cta-area__image {
    max-width: 220px;
  }
  .common_button__link--detail {
    font-size: 115%;
    padding: 10px;
  }
  .common_cta-area__heading-l-md{
    font-size: 120%;
  }
  .common_cta-area__banzai{
    font-size: 16px;
  }
  .common_cta-area__banzai--blastengine{
  font-weight: normal;
  }
  .common_cta-pc-document__image{
    max-width: 280px;
  }
  .common_button__link--md-green{
    padding: 16px 10px;
  }
  .common_cta-image-2button__content {
    flex-direction: column-reverse;
  }
  .common_cta-image-2button__left,
  .common_cta-image-2button__right {
    width: 100%;
    margin: 0 auto 10px;
  }
}