@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,
footer,
header,
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 {
  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;
}

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

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

/* 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;
}
/* header */
#header-sp {
  display: none;
}
header {
  background: #fff;
  max-height: 120px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
  /*display: flex;
  justify-content: space-between;*/
  position: fixed;
  top: 0;
  transition: 0.5s;
  width: 100%;
}
header.scrolldown {
  top: -30px;
  max-height: 98px;
}
/* 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 */

.header-txt {
  background: #eaeaea;
  height: 30px;
  width: 100%;
}
.header-txt .header-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
}
.header-inner-left {
  display: flex;
  justify-content: flex-start;
}
.header-txt .header-inner p {
  position: relative;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
}
.header-txt .header-inner p span {
  font-size: 10px;
  padding: 0 13px 0 0;
}
.header-txt .header-inner p::after {
  content: "|";
  position: absolute;
  right: 0;
}
.header-inner-tel {
  display: flex;
  justify-content: space-between;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 0 14px;
}
.header-inner-tel .strikethrough {
  text-decoration: line-through;
}
.header-inner-tel li:not(:last-of-type) {
  margin-right: 14px;
}
.header-inner-tel a {
  color: #333;
  transition: 0.2s;
}
.header-inner-tel a:hover {
  color: #333;
  opacity: 0.85;
}
.header-wrap .header-inner {
  position: relative;
  height: 94px;
  transition: 0.5s;
  max-width: 1100px;
  margin: 0 auto;
}
.header-menuwrap {
  display: flex;
  justify-content: space-between;
}
.nav-utilitywrap {
  display: flex;
  justify-content: space-between;
}
/* nav-urgent area */
.nav-urgent {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.nav-urgent li {
  position: relative;
  transition: 0.5s;
  padding: 0 10px;
  font-size: 13px;
}
.nav-urgent li a {
  font-weight: bold;
  color: #074d82;
}
/* nav-urgent area end */
.nav-utility li {
  position: relative;
  transition: 0.5s;
  padding: 0 10px;
  font-size: 13px;
}
.nav-utility li:last-child {
  padding: 0 0 0 10px;
}
.nav-utility li:not(:last-child)::after {
  content: "|";
  position: absolute;
  top: 0;
  right: 0;
}
.nav-utility li a {
  transition: 0.3s;
}
.nav-utility li a:hover {
  opacity: 0.85;
  color: #333;
  text-decoration: underline;
}
.scrolldown .header-wrap .header-inner {
  height: 72px;
}
p.header-logo {
  margin: 30px 0 0;
  position: absolute;
  left: 0;
}
header.scrolldown p.header-logo {
  margin: 18px 0 0;
}
p.header-logo img {
  width: 200px;
  height: 31px;
}
.nav-global {
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.5s;
  line-height: 20px;
}
.nav-global ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0 10px 0;
}
.nav-global ul li:not(.nav-offer) {
  padding-right: 5px;
}
.nav-utilitywrap {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.5s;
  margin: 10px 0;
}
.nav-utility {
  margin: 0 0 0 30px;
  display: flex;
  justify-content: space-between;
}
.scrolldown .nav-utilitywrap {
  /*display: none;*/
  top: -40px;
}
.nav-global li span,
.nav-global li:not(.nav-offer) a,
.nav-global li.nav-global-alignment a {
  padding: 10px 20px 10px 20px;
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0px;
  white-space: nowrap;
}
.nav-global ul li.nav-global-feature span,
.nav-global ul li.nav-global-about a,
.nav-global ul li.nav-global-function a,
.nav-global ul li.nav-global-fee a,
.nav-global ul li.nav-global-case a {
  padding: 10px 30px 10px 15px;
}
.nav-global li.nav-global-feature span::before,
.nav-global li.nav-global-about a::before,
.nav-global li.nav-global-function a::before,
.nav-global li.nav-global-fee a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1a5082;
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 18px;
  right: 15px;
}
/* abt-b */
.nav-global .nav-global__abt-b li span,
.nav-global .nav-global__abt-b li:not(.nav-offer) a,
.nav-global .nav-global__abt-b li.nav-global-alignment a {
  padding: 10px 8px;
}
.nav-global .nav-global__abt-b li.nav-global-feature span,
.nav-global .nav-global__abt-b li.nav-global-about a,
.nav-global .nav-global__abt-b li.nav-global-function a,
.nav-global .nav-global__abt-b li.nav-global-fee a,
.nav-global .nav-global__abt-b li.nav-global-case a {
  padding: 10px 20px 10px 8px;
}
.nav-global .nav-global__abt-b li.nav-global-feature span::before,
.nav-global .nav-global__abt-b li.nav-global-about a::before,
.nav-global .nav-global__abt-b li.nav-global-function a::before,
.nav-global .nav-global__abt-b li.nav-global-fee a::before,
.nav-global .nav-global__abt-b li.nav-global-case a::before {
  right: 0;
}
.nav-global li a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: #1a5082;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.nav-global li:not(.nav-offer) a:hover::after {
  bottom: -6px;
  opacity: 1;
  visibility: visible;
}
.nav-global li:not(.nav-offer) a:hover {
  color: #000;
}

.nav-global-feature,
.nav-global-about,
.nav-global-function,
.nav-global-fee,
.nav-global-case,
.nav-global-alignment {
  position: relative;
}

.nav-global ul.nav-global-level {
  display: block;
  position: absolute;
  top: 48px;
  left: 0;
  width: 200px;
  transition: 0.2s;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0;
}
.nav-global .nav-global-alignment ul.nav-global-level {
  width: 380px;
}
.nav-global .nav-global-feature ul.nav-global-level {
  width: 280px;
}
.nav-global .nav-global-about ul.nav-global-level {
  width: 280px;
}
.nav-global-feature:hover ul.nav-global-level,
.nav-global-about:hover ul.nav-global-level,
.nav-global-function:hover ul.nav-global-level,
.nav-global-fee:hover ul.nav-global-level,
.nav-global-case:hover ul.nav-global-level,
.nav-global-alignment:hover ul.nav-global-level {
  visibility: visible;
  opacity: 1;
  display: block;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.nav-global ul.nav-global-level li {
  width: 100%;
  display: block;
  padding-right: 0;
  border-bottom: 1px solid #ddd;
  background: none;
  transition: 0.2s;
}
.nav-global ul.nav-global-level li a {
  color: #074d82;
  font-weight: bold;
  padding: 12px 12px 12px 20px;
  font-size: 14px;
  display: block;
}
/* .nav-global li ul.nav-global-level li:last-of-type a {
  margin: 12px auto;
  padding: 12px 12px 12px 12px;
  display: block;
  background-color: #f8a411;
  border: 3px solid #f8a411;
  color: #fff;
  width: 80%;
  text-align: center;
} */
/* .nav-global .nav-global-alignment ul.nav-global-level li:last-of-type a {
  width: 90%;
} */
.nav-global ul.nav-global-level li a:hover {
  color: #074d82;
  font-weight: bold;
}
/* .nav-global ul.nav-global-level li:last-of-type a:hover {
  color: #f8a411;
  background-color: #fff;
  font-weight: bold;
} */
.nav-global ul.nav-global-level li:last-of-type {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.nav-global ul.nav-global-level li:last-of-type {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: none;
}
.nav-global ul.nav-global-level li:hover {
  background: #ececec;
  width: auto;
}
.nav-global ul.nav-global-level li:last-of-type:hover {
  background: #fff;
}
.nav-global li .nav-global-level a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: none;
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
.nav-global .nav-global-level a::after {
  position: absolute;
  content: "";
  background: none;
}

.nav-global li.only-scrolldown {
  display: none;
  transition: 0.5s;
}
.scrolldown .nav-global li.only-scrolldown {
  display: inline-block;
}
.navbar {
  display: none;
}
/*リファクタリング後font-size: 90%に戻す */
.nav-offer-text {
  position: relative;
  margin: 0 20px 6px;
  font-size: 14px;
  font-weight: 500;
}
/*リファクタリング後font-size: 90%に戻す　end */
.nav-offer-text::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -15px;
  width: 2px;
  height: 20px;
  background: #f4a608;
  transform: rotate(-30deg);
}
.nav-offer-text::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -15px;
  width: 2px;
  height: 20px;
  background: #f4a608;
  transform: rotate(30deg);
}
.nav-offer a {
  width: 190px;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 12px 10px;
  display: block;
  text-align: center;
  background: #f4a608; /*#eaa50f*/
  transition: 0.2s;
}
.nav-offer a:hover {
  color: #fff;
  background: #f2901c;
}
/* header 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 */

/* footer */
#footer {
  padding: 0;
  padding-bottom: 0 !important;
  color: #333;
  background: #fff;
}
#footer a {
  color: #333;
}
#footer .relatedsites-list a:hover {
  opacity: 0.7;
}

.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;
}
#footer ul > li.ctalist-area-download {
  width: 47%;
  padding: 0;
}
.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;
}
.companyinfo {
  padding: 20px 0;
  background: #fff !important;
  border-bottom: 1px solid #dbdbdb;
}
.companyinfo .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.companyinfo-wrap {
  display: flex;
  justify-content: space-between;
}
.companyinfo-logo {
  margin: 0;
}
.companyinfo-logo img {
  width: 133px;
  height: 21px;
}
.companyinfo-txt {
  position: relative;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
.companyinfo-txt span {
  font-size: 12px;
  padding: 0 13px 0 0;
}
.companyinfo-txt::after {
  content: "|";
  position: absolute;
  right: 0;
}
.companyinfo-tel {
  display: flex;
  justify-content: space-between;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 0 14px;
}
.companyinfo-tel li {
  margin: 0 0 0 15px !important;
}
.companyinfo-tel a {
  transition: 0.2s;
}
.companyinfo-tel a:hover {
  color: #333 !important;
  opacity: 0.85;
}

.corporation {
  margin: 20px auto;
}
.corporation-wrap {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer ul .corporation-wrap-logo {
  width: 7%;
  margin: 0;
}
.corporation-wrap-logo img {
  width: 100%;
  height: auto;
  transition: 0.2s;
}
.corporation-wrap-logo img:hover {
  opacity: 0.85;
}
#footer ul .corporation-wrap-txt {
  width: 58%;
  margin: 0 3%;
  font-size: 11px;
  line-height: 1.5;
}
#footer ul .corporation-wrap-pmark {
  width: 9%;
  margin: 0 3% 0 0;
  transition: 0.2s;
}
.corporation-wrap-pmark img {
  width: 100%;
  height: auto;
  transition: 0.2s;
}
.corporation-wrap-pmark img:hover {
  opacity: 0.85;
}
#footer ul .corporation-wrap-isms {
  width: 16%;
  margin: 0;
}
.corporation-wrap-isms img {
  width: 100%;
  height: auto;
}

.footernav {
  padding-bottom: 125px !important;
  background: #656c72;
  color: #fff;
}
.footernav .inner {
  padding: 17px 0;
}
.footernav-link {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}
.area-sns {
  width: 85px;
}
.area-sns a {
  display: inline-block;
}
.footernav-link-twitter,
.footernav-link-facebook {
  position: relative;
  margin-right: 10px;
}
.footernav-link-twitter img,
.footernav-link-facebook img {
  width: 30px;
  height: 30px;
}
.footernav-link-twitter img:last-of-type,
.footernav-link-facebook img:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.footernav-link-twitter:hover img:last-of-type,
.footernav-link-facebook:hover img:last-of-type {
  opacity: 1;
}
.footernav-link-company {
  display: flex;
  justify-content: flex-end;
}
.footernav-link-company li {
  margin: 0 !important;
}
.footernav-link-company li a {
  color: #fff !important;
  font-size: 13px;
  position: relative;
}
.footernav-link-company li a:hover {
  text-decoration: underline;
}
.footernav-link-company li:not(:last-of-type) a {
  padding: 0 10px 0 8px;
}
.footernav-link-company li:last-of-type a {
  padding: 0 10px 0 8px;
}
.footernav-link-company li:not(:last-of-type) a::after {
  content: "|";
  position: absolute;
  top: 0;
  right: 0;
}
.footernav-copyright {
  text-align: right;
  margin: 0;
  font-size: 11px;
}

/* 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;
}

.floating_cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 74px;
  z-index: 10;
  width: 100%;
  padding: 17px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #e8edf0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: none;
  margin-bottom: 0;
  z-index: 1001;
}
.floating_cta.floating_cta--navy {
  padding: 17px 0 20px;
  bottom: 80px;
  background: #074d82;
}
.floating_cta li {
  margin: 0 4px;
}
.floating_cta li:first-child {
  width: 400px;
  font-size: 18px;
  line-height: 1.2;
  color: #f4a608;
  font-weight: 700;
  text-align: left;
}
.floating_cta.floating_cta--navy li:first-child {
  width: 300px;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  text-align: left;
}
.floating_cta li:nth-child(2),
.floating_cta li:nth-child(3) {
  width: 295px;
}
.floating_cta.floating_cta--navy li:nth-child(2) {
  width: 380px;
}
.floating_cta li a {
  display: block;
  background-color: #f4a608;
  text-align: center;
  line-height: 2.2;
  color: #fff;
  font-size: 17px;
  border-radius: 30px;
  position: relative;
}
.floating_cta.floating_cta--navy li a {
  display: block;
  background-color: #fff;
  text-align: center;
  line-height: 2.2;
  color: #333;
  font-size: 17px;
  font-weight: bold;
  border-radius: 30px;
  border: 4px solid #f4a608;
  position: relative;
  transition: 0.2s;
}
.floating_cta li:nth-child(3) a {
  background-color: #fff;
  color: #f4a608;
  border: solid 1px #f4a608;
}
.floating_cta li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #ffffff;
}
.floating_cta li:nth-child(3) a:after {
  border-color: transparent transparent transparent #f4a608;
}
.floating_cta.floating_cta--navy li a:after {
  border-color: transparent transparent transparent #f4a608;
}
.floating_cta.floating_cta--navy li a:hover {
  background-color: #f4a608;
  text-align: center;
  line-height: 2.2;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  border-radius: 30px;
  border: 4px solid #fff;
  position: relative;
}
.floating_cta.floating_cta--navy li a:hover:after {
  border-color: transparent transparent transparent #fff;
}
/*footer*/
.footer .ctalist {
  padding: 30px 0;
}
.footer .ctalist-area h3,
.footer .ctalist-area-list h4 {
  font-weight: bold;
  line-height: 1.5;
}
.footer .ctalist-area li:nth-child(3) {
  width: 30%;
}
.footer .ctalist-area-list h4 {
  font-size: 16px;
}
.footer .relatedsites-list img {
  margin: 0 auto;
}

/*======================================
配配only汎用クラス common_style
======================================*/
/*multi class*/
.common_container {
  margin-top: 110px;
}
/*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: #074d82;
  padding-right: 18px;
  text-decoration: none;
  line-height: 45px;
  text-align: center;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
}
.common_button-move__effect {
  width: 400px;
  height: 50px;
  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: 17px;
  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: 17px;
  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__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: 23px;
  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;
}
/*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: space-between;
}
.common_cta-request-rectangle__left {
  width: 55%;
  margin: 18px 0 40px 0;
  display: flex;
  align-items: center;
}
.common_cta-request-rectangle__right {
  width: 44%;
}
.common_cta-request-rectangle__image {
  max-width: 70px;
  width: 100%;
  height: auto;
  margin-right: 20px;
}
.common_cta-request-rectangle__heading-l {
  font-size: 180%;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}
.common_cta-request-rectangle__button {
  margin-bottom: 30px;
}
.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;
  margin: 0 0 0 64px;
  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: url(../images/cta_bg_ver_1.jpg) 0 bottom repeat;
  background-size: cover;
  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: #074d82;
  text-align: center;
  margin-bottom: 55px;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
}
.common_heading-xl::after {
  position: absolute;
  display: block;
  content: "";
  width: 70px;
  height: 4px;
  border-radius: 50px;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  background-color: #074d82;
}
.common_heading-l {
  font-size: 230%;
  color: #074d82;
  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: #074d82;
}
.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-paleblue {
  background: #edf3f4;
}
.common_bg-white {
  background: #ffffff;
}
.common_bg-grey {
  background: #f5f5f5;
}
.common_bg-white--border-paleblue {
  border: 3px solid #edf3f4;
}
.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: #074d82;
}
.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;
}

/* floating banner */
.js_cta-floating {
  display: none;
}
.common_cta-floating__list {
  position: fixed;
  left: 0;
  right: 0;
  align-items: center;
  transform: translateY(102%);
  opacity: 1;
  margin-bottom: 0;
  z-index: 1000;
  justify-content: center;
}
.common_cta-floating__list--navy {
  padding: 17px 0 20px;
  bottom: 80px;
  background: #074d82;
}
.common_cta-floating__item-right {
  padding-right: 20px;
}
.common_cta-floating__item-left {
  max-width: 380px;
  width: 100%;
}
.common_cta-floating__item-text {
  margin: 0;
  font-size: 17px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  text-align: left;
}
.common_cta-floating__link {
  display: block;
  background-color: #fff;
  border-radius: 30px;
  border: 4px solid #f4a608;
  position: relative;
  transition: 0.2s;
  box-sizing: border-box;
  text-align: center;
  line-height: 2.2;
  color: #333;
  font-size: 17px;
  font-weight: bold;
}
.common_cta-floating__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #f4a608;
}
.common_cta-floating__link:hover {
  background-color: #f4a608;
  text-align: center;
  line-height: 2.2;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  border-radius: 30px;
  border: 4px solid #fff;
  position: relative;
}
/*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: 1240px) {
  .common_container {
    margin-top: 120px;
  }
}
/*===============================
配配only汎用クラス　スマホ対応
===============================*/
@media (max-width: 768px) {
  .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: 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_cta-request-rectangle__box {
    min-height: 250px;
    height: auto;
    box-sizing: border-box;
  }
  .common_cta-request-rectangle__inner {
    flex-wrap: wrap;
  }
  .common_cta-request-rectangle__left,
  .common_cta-request-rectangle__right {
    width: 100%;
  }
  .common_cta-request-rectangle__figure {
    margin-right: 10px;
  }
  .common_cta-request-rectangle__heading-l {
    font-size: 150%;
    text-align: left;
  }
  .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;
  }
  .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;
  }
  /*header*/
  a[href^="tel:"] {
    pointer-events: auto;
  }
  body {
    max-width: 768px;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  #header {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 45px;
  }
  #header-sp {
    display: block;
  }
  .header .header-sp {
    position: relative;
  }
  .header .header-sp-logo {
    width: 130px;
    margin: 0.9em 0;
  }
  .header .header-sp-logo img {
    width: 115px;
    height: 18px;
    margin: 0 15px;
  }
  .header .header-sp-inquiry img {
    position: absolute;
    top: 15px;
    right: 60px;
  }
  .header .header-sp-inquiry img {
    width: 24px;
    height: 17px;
  }
  .header .header-txt {
    display: none;
  }
  .header .header-wrap {
    display: none;
  }
  #header .burger-icon {
    position: absolute;
    z-index: 110;
    top: 0px;
    right: 10px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    transition: all 0.3s ease 0.4s;
    transform-origin: 50% 50%;
    text-align: center;
  }
  #header .burger-icon span {
    transition: all 0.3s;
    transform: rotate(0deg);
    width: 24px;
    height: 3px;
    display: block;
    border-radius: 3px;
    background: #074d82;
    position: relative;
    left: 15px;
    top: 0px;
  }
  #header .burger-icon span:first-of-type {
    transform: translateY(14px);
    transform-origin: center center;
  }
  #header .burger-icon span:nth-of-type(2) {
    transform: translateY(19px);
  }
  #header .burger-icon span:last-of-type {
    transform: translateY(24px);
    transform-origin: center center;
  }
  #header .burger-icon.act span:nth-of-type(2) {
    background: rgba(255, 255, 255, 0);
    transform: translate(100px, 27px);
  }
  #header .burger-icon.act span:first-of-type {
    transform: rotate(-45deg) translate(-17px, 13px);
    transform-origin: center center;
  }
  #header .burger-icon.act span:last-of-type {
    transform: rotate(45deg) translate(9px, 13px);
    transform-origin: center center;
  }
  #header #global-nav {
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    overflow: auto;
    height: 100vh;
  }
  #header #global-nav ul {
    margin: 0;
  }
  #header #global-nav ul li:first-of-type div {
    border-top: 1px solid #dbdbdb;
  }
  #header #global-nav ul li div {
    display: block;
    padding: 15px 20px;
    text-align: left;
    background-color: #fff;
    font-weight: bold;
    font-size: 15px;
    color: #222;
    border-bottom: 1px solid #dbdbdb;
  }
  #header #global-nav ul li a {
    display: block;
    padding: 15px 20px;
    text-align: left;
    background-color: #fff;
    font-weight: bold;
    font-size: 15px;
    color: #222;
    border-bottom: 1px solid #dbdbdb;
  }
  #header #global-nav ul ul li a {
    background-color: #ececec;
    border-bottom: none;
    padding: 20px 15px 0px 30px;
    font-size: 16px;
  }
  #header #global-nav ul ul li:last-of-type a {
    background-color: #ececec;
    border-bottom: none;
    padding: 20px 15px 20px 30px;
  }
  .header .nav-global-feature,
  .header .nav-global-about,
  .header .nav-global-function {
    position: relative;
  }
  .header .nav-global-feature .trigger:after,
  .header .nav-global-about .trigger:after,
  .header .nav-global-function .trigger:after {
    position: absolute;
    content: "";
    top: 25px;
    right: 30px;
    border-top: 6px solid #074d82;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
  }
  .header .nav-global-feature-level.act,
  .header .nav-global-about-level.act,
  .header .nav-global-function-level.act {
    display: block !important;
  }
  .header .nav-global-feature .trigger.act:after,
  .header .nav-global-about .trigger.act:after,
  .header .nav-global-function .trigger.act:after {
    transform: rotate(-180deg) translateY(8px);
  }
  .header #global-btn {
    position: relative;
    display: none;
    background: #f4a608;
    width: 100%;
    padding: 30px 7%;
    z-index: 10;
  }
  .header #global-btn .global-btn-form {
    width: 98%;
    margin: 0 auto 20px;
  }
  .header #global-btn .global-btn-form p {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 20px;
    position: relative;
    padding-left: 25px;
  }
  .header #global-btn .global-btn-form p::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0px;
    background-image: url(/asset/images/sp_mail_w.svg);
    width: 16px;
    height: 12px;
  }
  .header #global-btn .global-btn-form a {
    position: relative;
    display: block;
    margin: 0 auto;
    border: 1px solid #fff;
    background: #fcc26d;
    font-weight: bold;
    font-size: 17px;
    color: #222;
    width: 100%;
    height: 55px;
    padding: 15px 0;
    text-align: center;
  }
  .header #global-btn .global-btn-form a::after {
    content: "";
    position: absolute;
    background: url(/asset/images/ic_arrow_black.svg) no-repeat;
    width: 10px;
    height: 14px;
    top: 20px;
    right: 30px;
  }
  .header #global-btn .global-btn-tel {
    width: 98%;
    margin: 25px auto;
    padding-top: 25px;
    border-top: 1px solid #fff;
  }
  .header #global-btn .global-btn-tel p {
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-left: 20px;
  }
  .header #global-btn .global-btn-tel p span {
    font-size: 12px;
  }
  .header #global-btn .global-btn-tel p::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0px;
    background: url(/asset/images/sp_tel.svg) no-repeat;
    width: 12px;
    height: 12px;
  }
  .header #global-btn .global-btn-tel ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .header #global-btn .global-btn-tel ul li {
    position: relative;
    display: flex;
    align-items: center;
    width: 48%;
    height: auto;
    border: 1px solid #fff;
    background: #fcc26d;
  }
  #header #global-nav #global-btn .global-btn-tel a {
    position: relative;
    display: block;
    font-weight: bold;
    font-size: 17px;
    color: #222;
    width: 100%;
    padding: 12px 0;
    text-align: center;
    border: none;
    background: none;
  }
  #global-btn .global-btn-tel ul li::after {
    content: "";
    position: absolute;
    background: url(/asset/images/ic_arrow_black.svg) no-repeat;
    width: 10px;
    height: 14px;
    top: 37px;
    right: 20px;
  }
  /*footer*/
  .footer .ctaversion2 {
    background-image: url(/asset/images/cta_bg_ver_2.jpg);
    background-attachment: fixed;
    background-size: cover;
    height: auto;
    position: relative;
  }
  .footer .ctaversion2-trialimage-inner-btn {
    display: block;
    border: 2px solid #fff;
    width: 230px;
    margin: 10px auto 0;
    height: 48px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
  }
  .footer .ctaversion2-trialimage {
    padding: 40px 0;
  }
  .footer .ctaversion2-trialimage-inner h2 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
  }
  .footer .ctaversion2-trialimage-inner-description p {
    font-size: 14px;
  }
  .footer .ctaversion2-trialimage-inner-description img.ctaversion2-trialimage-inner-description-right {
    display: none;
  }
  .footer .ctaversion2-trialimage-inner-description {
    display: block;
    margin: 30px 15px;
  }
  .footer .ctaversion2-trialimage-inner-description ul {
    width: 100%;
  }
  .footer .ctaversion2-trialimage-inner-description img {
    width: 100%;
    height: auto;
    margin: 30px 0 0;
  }
  .footer .ctalist-area h3 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin: 0 0 25px;
  }
  .footer .ctalist-area {
    display: block;
  }
  .footer .ctalist-area li {
    width: 90%;
    margin: 0 auto !important;
    padding: 30px 0;
    position: relative;
    border-bottom: 1px solid #617d96;
  }
  .footer .ctalist-area li:nth-child(3) {
    width: 90%;
    border-bottom: none;
  }
  .footer .ctalist-area-inquery .ctalist-area-btn {
    display: block;
    width: 230px;
    height: 45px;
    border: 2px solid #fff;
    padding-left: 30px;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    overflow: hidden;
  }
  .footer .ctalist-area-inquery .ctalist-area-btn-effect {
    width: 230px;
    height: 45px;
    left: -230px;
    background: #fff;
    position: absolute;
    transition: all 0.5s ease;
    z-index: 1;
  }
  .footer .ctalist-area-inquery .ctalist-area-btn a {
    font-weight: bold;
    color: #fff !important;
    font-size: 15px;
    text-decoration: none;
    line-height: 40px;
    transition: all 0.5s ease;
    z-index: 2;
    position: relative;
    padding: 0;
  }
  .footer .ctalist-area-btn::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    background: url(../images/ic_arrow.svg) 0 0 no-repeat;
    background-size: cover;
    width: 9px;
    height: 13px;
    z-index: 2;
  }
  .footer .ctalist-area-inquery .ctalist-area-txt {
    margin: 0 0 30px;
  }
  .footer .ctalist-area li:not(:last-child) {
    border-right: none;
  }
  .footer .ctalist-area-download .ctalist-area-doc {
    position: relative;
    width: 255px;
  }
  .footer .ctalist-area-download .ctalist-area-list li:nth-of-type(2) .ctalist-area-doc::before {
    left: -40px;
  }
  .footer .ctalist-area .ctalist-area-list li {
    padding: 0 0 30px;
  }
  #footer ul > li.ctalist-area-download {
    padding: 30px 0;
    width: 90%;
  }
  .footer .ctalist-area-download .ctalist-area-list li:nth-of-type(2) {
    padding-bottom: 0;
    border-bottom: none;
  }
  .footer .ctalist-area-download .ctalist-area-txt {
    margin: 0 0 50px;
  }
  .footer .ctalist-area-download .ctalist-area-btn {
    display: block;
    padding: 0 0 0 40px;
    border: 2px solid #fff;
    width: 230px;
    margin: 10px auto 0;
    height: 45px;
    text-align: left;
    position: relative;
    cursor: pointer;
    overflow: hidden;
  }
  .footer .ctalist-area-download .ctalist-area-btn a {
    font-weight: bold;
    color: #fff !important;
    font-size: 15px;
    text-decoration: none;
    line-height: 40px;
    transition: all 0.5s ease;
    z-index: 2;
    position: relative;
  }
  .footer .ctalist-area-download .ctalist-area-doc::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -40px;
    background: url(../images/dl_file2.png) 0 0 no-repeat;
    background-size: cover;
    width: 85px;
    height: 79px;
    z-index: 20;
  }
  .footer .ctalist-area-download .ctalist-area-btn .ctalist-area-btn-effect {
    height: 45px;
  }
  .footer .relatedsites .inner {
    display: block;
    padding: 25px 15px 5px;
  }
  .footer .relatedsites-title {
    font-size: 16px;
    font-weight: bold;
    color: #074d82;
    margin: 0 0 20px;
    text-align: center;
  }
  .footer .relatedsites-list {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
  }
  .footer .relatedsites.relatedsites-maildealer .relatedsites-list {
    width: 100%;
  }
  .footer .relatedsites-list li {
    margin-left: 0 !important;
    width: 48%;
    height: 100px;
    margin-bottom: 60px;
  }
  .footer .relatedsites-list li:nth-of-type(odd) {
    margin-right: 4%;
  }
  .relatedsites-list li:nth-of-type(even) {
    margin-right: 0;
  }
  .footer .relatedsites-list li a:first-of-type {
    display: flex;
    align-items: center;
    height: 100px;
    padding: 0 !important;
  }
  .footer .relatedsites.relatedsites-maildealer .relatedsites-list li:last-of-type a:first-of-type img {
    width: 100%;
    max-width: 150px;
    height: 30px;
  }
  .footer .subpage .usefulinfo .inner {
    padding: 4%;
  }
  .footer .usefulinfo ul li a {
    font-size: 14px;
  }
  .footer .companyinfo .inner {
    display: block;
  }
  .footer .companyinfo-wrap {
    display: block;
  }
  .footer .companyinfo-logo {
    display: none;
  }
  .footer .companyinfo-txt {
    position: relative;
    margin: 0 15px 15px;
    font-size: 14px;
    font-weight: bold;
  }
  .footer .companyinfo-tel {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 0 14px;
    flex-wrap: wrap;
    width: 100%;
  }
  .footer .companyinfo-txt::after {
    display: none;
  }
  .footer .corporation .inner {
    width: 100%;
  }
  .facebookarea {
    margin: 20px auto;
  }
  .facebookarea iframe {
    width: 100% !important;
    height: auto !important;
  }
  #footer ul.corporation-wrap {
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }
  #footer ul .corporation-wrap-logo {
    width: 50px;
    margin: 0;
  }
  #footer ul .corporation-wrap-txt {
    width: calc(95% - 50px);
    margin: 0 0 0 5%;
  }
  #footer ul .corporation-wrap-pmark {
    width: 70px;
    margin: 20px 5% 0 0;
    transition: 0.2s;
  }
  #footer ul .corporation-wrap-isms {
    width: 130px;
    margin: 20px 0 0 0;
  }
  .footernav-link {
    display: block;
    margin: 0 20px;
  }
  .footernav-link-twitter {
    display: block;
    padding-bottom: 15px;
  }
  .footernav-link-facebook {
    display: block;
    padding-bottom: 15px;
  }
  .footernav-link-twitter img {
    width: 30px;
    height: 30px;
    margin-right: 0;
  }
  .footernav-link-twitter:hover img:last-of-type {
    opacity: 0;
  }
  .footernav-link-company {
    display: flex;
    justify-content: flex-start;
    padding: 20px 0 !important;
    margin: 0;
    border-top: 1px solid #7f7f7f;
    flex-wrap: wrap;
  }
  .footernav-link-company li a {
    color: #fff !important;
    font-size: 12px;
    position: relative;
  }
  .footernav-copyright {
    text-align: center;
    margin: 0;
    font-size: 11px;
  }
  .footernav .inner {
    padding: 15px 0;
  }
  /* footer */
  #footer {
    width: 100%;
  }
  /* floating banner */
  .common_cta-floating__list {
    width: 100%;
    bottom: 87px;
    padding: 15px 5px;
    font-size: 0;
    flex-wrap: wrap;
  }
  .common_cta-floating__list--navy {
    padding: 15px 20px;
    bottom: 110px;
    background: #074d82;
  }
  .common_cta-floating__item-right {
    max-width: inherit;
    padding-bottom: 10px;
    padding-right: 0;
  }
  .common_cta-floating__item-text {
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    text-align: center;
  }
  .common_cta-floating__item-left {
    max-width: inherit;
  }
  .common_cta-floating__link {
    font-size: 14px;
    display: block;
    background-color: #f4a608;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    position: relative;
  }
  .common_cta-floating__link::after {
    border-color: transparent transparent transparent #ffffff;
  }
  .common_cta-flex {
    flex-wrap: wrap;
  }
  .common_cta-flex__2box {
    width: 100%;
  }
  .common_cta-flex__2box--sp-mb-20 {
    margin-bottom: 20px;
  }
  /* 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;
  }
}

/*===============================
汎用クラス　ipad対応
===============================*/
@media (max-width: 1240px) {
  .footer .ctalist-area-inquery {
    width: 33%;
  }
  .footer .ctalist-area .ctalist-area-list li:not(:last-child) {
    border-right: none;
  }
  #footer .footer ul > li.ctalist-area-download {
    width: 33%;
  }
  .footer .ctalist-area-download .ctalist-area-list {
    flex-direction: column;
  }
  .footer .ctalist-area-list li {
    width: 100%;
  }
  .footer .ctalist-area-download .ctalist-area-doc {
    margin: 20px auto 0;
  }
  .footer .ctalist-area-download .ctalist-area-list li:nth-of-type(2) h4 {
    margin: 20px auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1240px) {
  header.scrolldown {
    top: -60px;
    max-height: 130px;
  }
  /* 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;
  }
}
@media (min-width: 1200px) {
  #footer ul > li {
    display: inline-block;
    margin-left: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .ctalist-area-download .ctalist-area-list {
    flex-direction: column;
  }
  #footer ul > li.ctalist-area-download {
    width: 70%;
  }
  .footer .ctalist-area .ctalist-area-list li:not(:last-child) {
    border-right: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #footer ul > li {
    display: inline-block;
    margin-left: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /*fotter レスポンシブ*/
  #footer ul.ctalist-area > li {
    width: 33%;
  }
  /* footer cta */
  .footer .ctaversion2-trialimage-inner-description {
    justify-content: center;
  }
  .footer .ctaversion2-trialimage-inner-description ul {
    width: calc(100% - 310px);
    max-width: 488px;
  }
  .footer .ctaversion2-trialimage-inner-description img {
    width: 100%;
  }
  .footer .ctaversion2-trialimage-inner-description img.ctaversion2-trialimage-inner-description-right {
    width: 310px;
    height: auto;
  }
  .footer .ctalist-area-download .ctalist-area-doc {
    width: 100%;
    max-width: 202px;
  }
  .footer .ctalist-area-download .ctalist-area-btn {
    width: 100%;
    padding-left: 40px;
  }
}

/*======================================
全製品共通 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*/
