@charset "UTF-8";
/*
* //////////// サイト全体 ///////////////
*/

main.content, main.l-content {
    overflow: hidden;
}

.jm-header *:focus,
.jm-main *:focus,
.jm-footer *:focus {
  outline: none;
}
picture.normal img,
picture img.img-bnr {
	width: auto !important;
	max-width: 100% !important;
	height: auto;
	
}

.jm-screen-reader {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.jm-page *,
.jm-page *::before,
.jm-page *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m-fs-lx {
	font-size: 24px !important;
}

/* テスト用 */
main {
/*  background-color: #e0e0e0;
  min-height: 2000px; */
}

.jm-wrapper {
  margin-top: 56px;
}
#footerNote {
width: 100%;
max-width: 990px;
margin: 0 auto !important;
padding: 15px 15px 0 !important;
}

@media screen and (min-width: 1140px) {
  .jm-wrapper {
    margin-top: 0;
    /*margin-left: 180px;*/
      margin-left: 0px;
  }
}

.jm-container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.jm-side-padding {
  padding-left: 16px;
  padding-right: 16px;
}

iframe.cboxIframe {

}
/*
* //////////// ヘッダーナビゲーション ///////////////
*/
.jm-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1000;
  font-family: "Noto Sans JP";
}

.jm-header a {
  text-decoration: none;
}

.jm-header .jm-nav__menuWrapper {
  display: none;
}

.jm-nav__hamburger {
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 0;
  background: white;
  position: absolute;
  top: 70px;
  left: 0;
  padding: 0 16px;
  z-index: 5;
}

.jm-nav__hamburgerLines {
  width: 22px;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: currentColor;
  color: #00a4a8;
  display: block;
  position: relative;
  opacity: 1;
}

.jm-nav__hamburgerLines::before, .jm-nav__hamburgerLines::after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 100%;
  height: 2px;
  display: block;
  content: "";
  background-color: currentColor;
  -webkit-transform: translateY(0) rotate(0);
          transform: translateY(0) rotate(0);
}

.jm-nav__hamburgerLines::before {
  top: -8px;
}

.jm-nav__hamburgerLines::after {
  bottom: -8px;
}

.jm-nav__mainLogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 56px;
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
    background-color: white;
    position: relative;
    z-index: 3;
}

.jm-nav__mainLogo a {
  display: block;
  margin: 0 auto;
}

.jm-nav__mainLogo img {
  width: 180px;/*150px;*/
  margin-top: 0px;
}

.jm-nav__gLogo {
  	margin-bottom: 16px;
	padding-bottom: 16px;
	
}

.jm-nav__gLogo img {
  display: block;
  /*margin: 0 auto;*/
  max-width: 80px;
}

.jm-nav__menu li {
  line-height: 1;
 white-space: nowrap;
}

.jm-nav__menu a,
.jm-nav__menu span {
  /*color: #00a4a8 !important;*/
  color: #333;  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  line-height: 1;
   text-decoration:  none !important;
}

.jm-nav__menuItem {
  border-bottom: 1px solid #bbe7e8;
}

.jm-nav__menuItem.has-sub .jm-nav__menuLink {
  position: relative;
}

.jm-nav__menuLink {
  font-size: 15px;
}

.jm-nav__menuLink,
.jm-nav__submenuTitle {
  letter-spacing: -0.65px;
}

.jm-nav__menuBtn {
  display: inline-block;
  border: 0;
  background: 0;
  position: relative;
  width: 44px;
  height: 44px;
}

.jm-nav__menuBtn::before, .jm-nav__menuBtn::after {
  display: block;
  content: "";
  background-color: currentColor;
  position: absolute;
  color: #00a4a8;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.jm-nav__menuBtn::before {
  width: 18px;
  height: 1px;
  top: 50%;
  right: 0;
  margin-top: -0.5px;
}

.jm-nav__menuBtn::after {
  width: 1px;
  height: 18px;
  right: 9px;
  top: 50%;
  margin-top: -9px;
  margin-right: -0.5px;
}

.jm-nav__menuToggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jm-nav__menuToggle .jm-nav__menuLink {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.jm-nav__menuToggle .jm-nav__menuBtn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.jm-nav__submenu {
  display: none;
  padding-left: 16px;
}

.jm-nav__submenu a {
  font-size: 14px;
}
  .jm-nav__submenu li.top_page a {
    font-size: 16px !important;
  } 
.jm-nav__submenu a.is-child {
  position: relative;
  margin-left: 1em;
}

.jm-nav__submenu a.is-child::before {
  content: '';
  position: absolute;
  left: -1em;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #79cfd0;
}

.jm-nav__submenuTitle {
  display: none;
}

.jm-navBtn {
  border-bottom: 1px solid #e0e0e0;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 8px;/**/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;          /* Safari etc. */
  -ms-flex-wrap    : wrap;          /* IE10        */
  flex-wrap        : wrap;   
}

.jm-navBtn > * {
  width: calc(50% - 10px);
}

.jm-navBtn__link {
  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;
  height: 44px;
  border-radius: 3px;
}

.jm-navBtn__link:hover {
  opacity: 0.6;
}

.jm-navBtn__link:hover img {
  opacity: 1;
}

.jm-navBtn__link--entry {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 10px;
  background-color: #e83416;
  border: 1px solid #e83416;
}

.jm-navBtn__link--entry img {
  width: 65%;
  max-width: 90px;
}

.jm-navBtn__link--simu {
  background-color: #e8f6f6;
  border: 1px solid #00a4a8;
   -ms-flex-order: 1;
  order: 1;
}
.jm-navBtn__link--pricemore {
  background-color: #fff;
  border: 1px solid #00a4a8;
  font-size: 13px;
  margin-top: 12px; 
  color: #00a4a8;
  position: relative;
 /* margin-left: auto;
   margin-right: auto;*/
   -ms-flex-order: 3;
  order: 3;
}

.jm-nav__menu.menu--pricemore {
 position: relative;
 /* margin-left: auto;
   margin-right: auto;*/
 -ms-flex-order: 3;
 order: 3;
width: 100%;
}

.jm-navBtn__link--pricemore::before {
content: "";
display: inline-block !important;
background-image: url("/service/mobile/images/css/ico_change.png");
background-position: 0 0;
background-repeat: no-repeat;
background-size: contain;
width: 35px;
height: 20px;
} 
/*
.jm-navBtn__link--pricemore::after {
   content: "";
   display: block;
   width: 8px;
   height: 8px;
   transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   position: absolute;
   right: 20px;
   border-top: 2px solid #00a4a8;
   border-right: 2px solid #00a4a8;
   top: 50%;
   margin-top: -5px;
}
*/
.jm-navBtn__link--simu img {
  width: 90%;
  max-width: 129px;
}

/* 【ヘッダー】SP、タブレット画面のみ */
@media screen and (max-width: 1139px) {
   main.jm-main {
    margin-top: 124px;
    } 
    main.l-content {
    margin-top: 124px;
    }
  .jm-page.is-fixed {
    position: fixed;
  }
  .jm-header[data-mode="sp"] .jm-nav__menuWrapper {
    display: block;
  }
    .jm-nav__mainLogo {
    margin-top: 70px;
    }
  .jm-nav__menuWrapper {
    background-color: white;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
    padding: 56px 16px 16px;
    overflow-y: auto;
  }
  .jm-header.is-active {
    bottom: 0;
  }
  .jm-header.is-active .jm-nav__hamburgerLines {
    background-color: transparent;
  }
  .jm-header.is-active .jm-nav__hamburgerLines::before {
    -webkit-transform: translateY(8px) rotate(-45deg);
            transform: translateY(8px) rotate(-45deg);
  }
  .jm-header.is-active .jm-nav__hamburgerLines::after {
    -webkit-transform: translateY(-8px) rotate(45deg);
            transform: translateY(-8px) rotate(45deg);
  }
  .jm-header.is-active .jm-nav__menuWrapper {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .jm-nav__menuItem.has-sub.is-active .jm-nav__menuBtn::after {
    opacity: 0;
  }
   
  .menu--pricemore  {
  margin-top:  20px;   
   }   
   .menu--pricemore .jm-nav__menuItem {
        border-top: 1px solid #bbe7e8;
   } 
}
.jm-navBtn {
   
}





/* 【ヘッダー】PC画面以上 */
@media screen and (min-width: 1140px) {
  .jm-header {
    width: 180px;
    height: 100%;
    border-bottom: 0;
    border-right: 1px solid #e0e0e0;
  }
  .jm-header::before {
    content: "";
    background-color: #e8f6f6;
    position: absolute;
    left: 179px;
    top: 0;
    width: 271px;
    overflow: hidden;
    height: 100%;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate3D(-100%, 0, 0);
            transform: translate3D(-100%, 0, 0);
    opacity: 0.5;
    visibility: hidden;
  }
  .jm-header.is-active::before {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
  }
  .jm-header[data-mode="pc"] .jm-nav__menuWrapper {
    display: block;
  }
  .jm-nav {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 21px 16px 16px;
	overflow-y: auto;
	overflow-x: hidden;
  }
  .jm-nav__hamburger {
    display: none;
  }
  .jm-nav__menu {
    margin-bottom: 20px;
    margin-right: -16px;
  }
  .jm-nav__menu a,
  .jm-nav__menu span {
    color: #333 !important;
    height: 40px;
  }
   .jm-nav__submenuTitle a,
      .jm-nav__submenuTitle span{
      color: #00a4a8 !important
   }   
   
  .jm-nav__menuItem {
    border-bottom: 0;
    position: relative;
  }
  .jm-nav__menuItem .jm-nav__menuBtn {
    display: none;
  }
  .jm-nav__menuItem.has-sub::after {
    position: absolute;
    top: 50%;
    right: -8px;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background-color: #e8f6f6; /*white*/
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
  }
  .jm-nav__menuItem.has-sub .jm-nav__menuLink::before,
   .jm-nav__menuItem.has-sub .jm-nav__menuLink::after,
  .jm-nav__menuItem.has-sub-noscript .jm-nav__menuLink::before,   
   .jm-nav__menuItem.has-sub-noscript .jm-nav__menuLink::after {
    display: block;
    content: "";
    background-color: #8e8e8e;
    position: absolute;
    color: #666;
    width: 8px;
    height: 1px;
    top: 50%;
    right: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
   
  .jm-nav__menuItem.has-sub-noscript .jm-nav__menuLink::before,   
   .jm-nav__menuItem.has-sub-noscript .jm-nav__menuLink::after {
      right:  0;
   }

  .jm-nav__menuItem.has-sub .jm-nav__menuLink::before,
  .jm-nav__menuItem.has-sub-noscript .jm-nav__menuLink::before {
    margin-top: -3px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
   
  .jm-nav__menuItem.has-sub .jm-nav__menuLink::after,
  .jm-nav__menuItem.has-sub-noscript .jm-nav__menuLink::after  {
    margin-top: 2px;
    margin-right: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .jm-nav__menuLink {
    font-size: 13px;
  }
  .jm-nav__menuLink:hover {
    color: #00a4a8;
  }
  .jm-nav__menuLink:hover::before, .jm-nav__menuLink:hover::after {
    color: #00a4a8;
  }
  .jm-nav__submenu {
    display: block;
    background: transparent;
    position: fixed;
    left: 180px;
    top: 0;
    width: 0;
      /*   overflow: hidden;*/
overflow: auto;
    height: 100%;
    padding: 0;
    opacity: 0;
  }
  .jm-nav__submenu a {
    font-size: 13px;
  }
   
  .jm-nav__submenu li.top_page a {
    font-size: 16px !important;
  }
   
  .jm-nav__submenu a:hover {
    color: #00a4a8;
  }
  .jm-nav__submenu span {
    font-size: 13px;
  }
  .jm-nav__submenu a.is-child {
    height: 36px;
    margin-left: 1.25em;
  }
  .jm-nav__submenu a.is-child::before {
    left: -1.25em;
  }
  .jm-nav__submenuInner {
    position: absolute;
    right: 0px;
    top: 0;
    width: 270px;
    opacity: 0;
    padding: 60px 20px 20px 25px;
    -webkit-transition: all 0.01s ease;
    transition: all 0.01s ease;
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  .jm-nav__submenuTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: -2px 0 16px;
  }
  .jm-nav__submenuTitle span {
    font-size: 19px;
    font-weight: normal;
    line-height: 24px;
    color: #00a4a8;
    height: auto;
  }
  .jm-nav__submenuTitle img {
    width: auto;
    height: 24px;
    margin-right: 10px;
  }
  .jm-nav__menuItem.has-sub.is-active::after {
    opacity: 1;
    visibility: visible;
  }
  .jm-nav__menuItem.has-sub.is-active .jm-nav__menuLink {
    color: #00a4a8;
  }
  .jm-nav__menuItem.has-sub.is-active .jm-nav__menuLink::before, .jm-nav__menuItem.has-sub.is-active .jm-nav__menuLink::after {
    color: #00a4a8;
  }
  .jm-nav__menuItem.has-sub.is-active .jm-nav__submenu {
    opacity: 1;
    width: 270px;
  }
  .jm-nav__menuItem.has-sub.is-active .jm-nav__submenuInner {
    -webkit-transition: all 0.25s 0.1s ease;
    transition: all 0.25s 0.1s ease;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 1;
  }
  .jm-nav__mainLogo {
    display: block;
    margin-bottom: 16px;
    height: auto;
    padding: 0;
    border-bottom: 0;
  }
  .jm-nav__mainLogo a {
    display: block;
    line-height: 24px;
  }
  .jm-nav__mainLogo img {
    width: 100%;
    margin-top: 0;
  }
  .jm-navBtn {
    display: block;
    padding-bottom: 30px;
    padding-top: 0;
    margin-bottom: 16px;/*30px*/
     border-bottom: 1px solid #ccedee !important;
  }
  .jm-navBtn > * {
    width: 100%;
  }
  .jm-navBtn > * + * {
    margin-top: 10px;
  }
  .jm-navBtn__link--entry {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-left: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .jm-navBtn__link--entry img {
    width: 90px;
    margin-left: 14px;
  }
  .jm-navBtn__link--simu img {
    width: 129px;
  }
 .jm-navBtn__link--pricemore {
  margin-top: 12px; 
  font-size: 11px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
   }
   
.jm-navBtn__link--pricemore::before {
position: absolute;
content: "";
display: inline-block !important;
left: 10px;
top: 10px;
width: 35px;
height: 20px;
} 

   
}

/* IE 11対応 */
@media screen and (min-width: 1140px) {
  _:-ms-input-placeholder, :root .jm-nav__submenuTitle {
    display: block;
  }
  _:-ms-input-placeholder img, :root .jm-nav__submenuTitle img {
    display: inline-block;
    vertical-align: middle;
  }
  _:-ms-input-placeholder span, :root .jm-nav__submenuTitle span {
    display: inline-block;
    vertical-align: baseline;
  }
}

/*
* //////////// フッター ///////////////
*/
.jm-footer {
  width: 100%;
  margin: 0 auto;
  background-color: white;
  font-family: "Noto Sans JP";
}

.jm-footer .m-footerUtil {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 12px;
}

.jm-footer .m-footerUtil a {
  letter-spacing: -0.65px;
}

.jm-footer .m-footerUtil a:hover, .jm-footer .m-footerUtil a:active {
  text-decoration: none;
  color: #00a4a8;
}

.jm-footer .m-footerUtil .spacer {
  display: block;
  width: 100%;
}

.jm-footer__padding {
  padding-left: 10px;
  padding-right: 10px;
}

.jm-footer__logo {
  width: 74px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 32px;
}

.jm-footer__logo a {
  display: block;
}

.jm-footer__logo img {
  display: block;
}

.jm-footer__info {
  padding: 20px 0;
}

.jm-footer__info small {
  font-size: 10px;
}

.jm-bottomBtn {
  position: fixed;
  bottom: 20px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
}

.jm-bottomBtn > * + * {
  margin-left: 5px;
}

.jm-bottomBtn.is-slideUp {
  -webkit-transform: translate3D(0, -50px, 0);
          transform: translate3D(0, -50px, 0);
}

.jm-bottomBtn.is-fadeOut {
  opacity: 0;
  visibility: hidden;
}

.jm-bottomBtn__link {
  width: 74px;
height: 74px;
  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;
  border-radius: 50%;
  -webkit-box-shadow: 1px 3px 6px -2px rgba(0, 0, 0, 0.125);
          box-shadow: 1px 3px 6px -2px rgba(0, 0, 0, 0.125);
}

.jm-bottomBtn__link:hover {
  opacity: 0.6;
}

.jm-bottomBtn__link:hover img {
  opacity: 1;
}

.jm-bottomBtn__link--simu {
  background-color: #e8f6f6;
  border: 1px solid #00a4a8;
}

.jm-bottomBtn__link--simu img {
width: 58px;
margin-top: -10px;
}

.jm-bottomBtn__link--entry {
  background-color: #e83416;
  border: 1px solid #e83416;
}

.jm-bottomBtn__link--entry img {
width: 50px;
margin-top: -5px;
}

.jm-footer__pageTop {
  position: fixed;
    right: 30px;/*70px【新チャットボット用の画像表示時の指定】*/
/*  bottom: 230px; 【新チャットボット用の画像表示時の指定】*/
  bottom: 30px;
  width: 36px;
  height: 36px;
  z-index: 500;
  display: none;
}

.jm-footer__pageTop a {
  width: 100%;
  height: 100%;
  color: #fff;
  display: block;
  overflow: hidden;
  position: relative;
}

.jm-footer__pageTop a::before {
  opacity: .4;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
  background: #969696;
  content: '';
}

.jm-footer__pageTop a:hover::before {
  opacity: 7;
}

.jm-footer__pageTop a::after {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -6px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: '';
}
@media screen and (max-width: 1139px) {
  .jm-footer__pageTop {
 /*   right: 59px;*/
      bottom: 30px;
   /* bottom: 200px;*/
  }
}

@media screen and (max-width: 767px) {
  .jm-footer__pageTop {
    /*right: 48px;*/
      bottom: 20px;
    /*  bottom: 170px;*/
      
  }
}

/* 【フッター】タブレット画面以上 */
@media screen and (min-width: 768px) {
  .jm-footer .m-footerUtil .spacer {
    display: none;
  }
  .jm-footer__padding {
    padding-left: 16px;
    padding-right: 16px;
  }
  .jm-bottomBtn {
    bottom: 40px;
    right: 20px;
  }
  .jm-bottomBtn > * + * {
    margin-left: 15px;
  }
  .jm-bottomBtn__link {
width: 98px;
height: 98px;
  }
  .jm-bottomBtn__link--simu img {
    width: 70px;
    margin-top: -5px;
  }
  .jm-bottomBtn__link--entry img {
width: 60px;
margin-top: -5px;
  }

}

.jm-footerUtil {
    margin: -10px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
}

.jm-footerUtil li {
    margin: 10px 17px 0 0;
    padding: 0 17px 0 0;
    text-align: center;
    border-right: 1px solid #b5b5b5;
}
.jm-footerUtil .spacer {
    display: none;
    width: 100%;
}
.jm-footerUtil li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


@media screen and (max-width: 767px) {
  .jm-footerUtil li {
    margin: 10px 8px 0 0;
    padding: 0 8px 0 0;
  }

  .jm-footerUtil .spacer {
    display: block;
  }


}

.jm-info {
    background-color: #fbe7e3;
    font-size: 12px;
    color: #e73817;
    padding: 1em;
}


.jm-info--normal {
  background-color: #fff;
  font-size: 12px;
  color: #333;
    padding: 1em;
}


.jm-info.jm-info--qa {
    display: flex;
}
.jm-info--normal.jm-info--qa {
    display: flex;
}
.jm-info .jm-info__icon {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 16px;
}
.jm-info--nromal .jm-info__icon {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 16px;
}
.jm-info__icon::before {
    content: "！";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.5em;
    height: 1.5em;
    line-height: 1;
    color: #fff;
    border-radius: 50%;
    background: #e73817;
}

 .wm_sp_logo {
      display:none;
}
 .wm_pc_logo {
      display: block;
}

/* 【フッター】PC画面以上 */
@media screen and (min-width: 1140px) {
.jm-footerUtil {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .jm-footer__logo {
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .jm-footer__info {
    text-align: center;
  }
}


/* 【ナビ】スマホ*/
@media screen and (max-width: 1139px) {
    .wm_sp_logo {
      display: block;
   }
 .wm_pc_logo {
      display:none;
}
   .jm-nav__mainLogo,
   .jm-nav__hamburger{
      background-color: #00a4a8;
   }
   .jm-nav__hamburgerLines{
      color: #fff;
   }
   
   .jm-nav__gLogo {
      position: fixed;
       padding: 16px 16px;
      margin: 0px 0px 0px 0px;
      background: #fff;
       width: 100%;
       top:0;
       z-index: 1000;
   }
   
   /*
   .jm-nav__menuWrapper{
      background-color: #00a4a8;
   }

   .jm-nav__menu a,
   .jm-nav__menu span {
      color: #fff !important;
   }
   .jm-nav__menuBtn::before,
   .jm-nav__menuBtn::after{
      color: #fff;
   }
   .jm-nav__menuItem {
      border-color: #EFEFEF;
   }
   

   
   .jm-kvWrapper {
      background: #fff;
      padding: 0;
   }

   .jm-slideshow-container[data-type="kv"] .slick-dots li button {
      background-color: rgba(0,164,168,0.3);
   }
   .jm-slideshow-container[data-type="kv"] .slick-dots li.slick-active button {
      background-color: #00a4a8;
   }
   */
}

/*＝＝＝＝＝＝＝＝＝2021.02.18追加分＝＝＝＝＝＝＝＝＝＝*/

.jm-price__list * {
   
}

.m-pt-40-pc {
   padding-top: 0px;
}
.lp__section-item {
   margin: 30px auto 0;
}

.sm {
    font-size: 70%;
}

h3.lp-tit .sm {
    font-size: 75%;
}
.jm-price__list {
  position: relative;
  table-layout: fixed;
  width: 100%;
  margin: 20px auto 0; }

.jm-price__list .th-data {
    position: relative;
}

span.ico_Pop, span.ico_Recommend{
   position: absolute;
   font-size: 12px;
   padding: 0.2em 0.5em;
   border-radius: 1em;
   font-weight: 700;
   color: #e83416;
   display: inline-block;
   background: #f2ee81;
}

span.ico_Pop {
right: calc(50% - 15px);
top: -10px;

}

span.ico_Recommend{
right: calc(50% - 30px);
top: -10px;

}




/*---------------*/   
@media (min-width: 768px) {
/*---------------*/
   .m-pt-40-pc {
   padding-top: 40px;
}
   .lp__section-item {
   margin: 0 auto;
   }
   
   
   span.ico_Pop, span.ico_Recommend{
   background-color: transparent;
   background-image: url("/service/mobile/images/css/icon_fukudashi.png");
   background-repeat: no-repeat;
   background-size: contain;
}

span.ico_Pop {
    right: 0px;;
    top: -20px;
    padding: 20px 18px 18px 18px;
}
span.ico_Pop span{ transform: rotate(20deg);display: inline-block; }
span.ico_Recommend{
    right: 3px;
    top: -20px;
    padding: 20px 7px 22px 9px;
}
span.ico_Recommend span{ transform: rotate(20deg);display: inline-block; }

/*---------------*/   
}
/*---------------*/   
/*---------------*/   
@media (min-width: 1140px) {
/*---------------*/   


/*---------------*/   
}
/*---------------*/   

  @media screen and (max-width: 767px) {
    .jm-price__list {
      margin-top: 15px; } }
  .jm-price__list th,
  .jm-price__list td {
    position: relative;
    font-family: 'NotoSansJP', sans-serif !important;
    font-feature-settings: "palt" 1;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    padding: 15px 0;
    text-align: center;
    box-sizing: border-box; }
    @media (min-width: 320px) {
      .jm-price__list th,
      .jm-price__list td {
        font-size: calc(0.9375rem + ((1vw - 3.2px) * 1.566));
        min-height: 0vw; } }
    @media (min-width: 767px) {
      .jm-price__list th,
      .jm-price__list td {
        font-size: 22px; } }
    @media (min-width: 768px) {
      .jm-price__list th,
      .jm-price__list td {
        font-size: calc(1.125rem + ((1vw - 7.68px) * 1.8018));
        min-height: 0vw; } }
    @media (min-width: 990px) {
      .jm-price__list th,
      .jm-price__list td {
        font-size: 22px; } }
    @media screen and (max-width: 767px) {
      .jm-price__list th,
      .jm-price__list td {
        display: block;
        padding: 12px 0; } }
    .jm-price__list th .em,
    .jm-price__list td .em {
      font-weight: 700;
      color: #e83416; }
    .jm-price__list th .sm,
    .jm-price__list td .sm {
      font-size: 12px;
      line-height: 1.4; }
      @media screen and (max-width: 767px) {
        .jm-price__list th .sm,
        .jm-price__list td .sm {
          font-size: 10px; } }
    .jm-price__list th .md,
    .jm-price__list td .md {
      font-size: 85%;
      line-height: 1.6; }
    .jm-price__list th .lg,
    .jm-price__list td .lg {
      position: relative;
      font-size: 125%;
      line-height: 1.0;
      top: 1px; }
    .jm-price__list th .b,
    .jm-price__list td .b {
      font-weight: 700; }
    @media screen and (max-width: 767px) {
      .jm-price__list th .br-sp,
      .jm-price__list td .br-sp {
        display: block; } }
  .jm-price__list thead th {
    font-weight: 700;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.5); }
    .jm-price__list thead th:last-of-type {
      /*border-color: #29a5a9;*/ }
    .jm-price__list thead th .em {
      font-weight: 700;
      color: #f2ee82; }
    @media screen and (max-width: 767px) {
      .jm-price__list thead th {
        padding: 13px 0; } }
  .jm-price__list .th-data {
    width: 20%;
    font-size: 20px;
    font-weight: 700;
    background-color: #29a5a9; }
    @media (min-width: 320px) {
      .jm-price__list .th-data {
        font-size: calc(1.25rem + ((1vw - 3.2px) * 1.3423));
        min-height: 0vw; } }
    @media (min-width: 767px) {
      .jm-price__list .th-data {
        font-size: 26px; } }
    @media (min-width: 768px) {
      .jm-price__list .th-data {
        font-size: 24px; } }
    @media (min-width: 990px) {
      .jm-price__list .th-data {
        font-size: 26px; } }
    @media screen and (max-width: 767px) {
      .jm-price__list .th-data {
        float: left;
        width: 25%; } }
    .jm-price__list .th-data .sm {
      font-size: 75%;
      font-weight: 700; }
    @media screen and (max-width: 767px) {
      .jm-price__list .th-data.empty {
        display: none; } }
  .jm-price__list td {
    border-right: 1px solid #a3dee0;
    border-bottom: 1px solid #a3dee0;
     line-height: 1;
     min-height: 93px;}
  .jm-price__list td.blank_cell { padding-top: 35px;}
  .jm-price__list td.height_auto { min-height: auto !important;}
    @media screen and (max-width: 767px) {
      .jm-price__list td:not(.td-item) {
        float: left;
        width: 25%; }
        .jm-price__list td:not(.td-item):nth-of-type(2) {
          border-left: 1px solid #a3dee0; }
        .jm-price__list td:not(.td-item) .lg {
          font-size: 100%; }
      .jm-price__list td[colspan="4"] {
        width: 100%; } }
  .jm-price__list .td-item {
    font-size: 16px;
    background-color: #e3f6f6;
    border-left: 1px solid #a3dee0; }
    @media screen and (max-width: 989px) {
      .jm-price__list .td-item {
        font-size: 15px; } }
    @media screen and (max-width: 767px) {
      .jm-price__list .td-item {
        width: 100%;
        font-size: 14px !important;
        padding: 9px 0; 
       min-height: auto;}
        .jm-price__list .td-item br {
          display: none; }
        .jm-price__list .td-item .m-sp {
          display: inline; } }
  .jm-price__list .pb {
    padding-bottom: 68px !important; }
.jm-price__list.old_plan .pb {
    padding-bottom: 15px !important; }
    @media screen and (max-width: 767px) {
      .jm-price__list .pb {
        padding-bottom: 64px !important; } }
  @media screen and (max-width: 767px) {
    .jm-price__list .td-spd {
      padding: 14px 0 14px; } }
  .jm-price__list .label {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 10;
    left: 15px;
    bottom: 15px;
    font-weight: 700;
    color: #29a5a9;
    width: calc(400% - 25px);
    height: 38px;
    box-sizing: border-box;
    border-radius: 60px;
    background: #f2ee81; }
    @media screen and (max-width: 767px) {
      .jm-price__list .label {
        font-size: 100%; } }
  .jm-price__list.col-4 .th-data:not(.empty) {
    width: 26.6666%; }
  @media screen and (max-width: 767px) {
    .jm-price__list.col-4 .th-data {
      width: 33.3333% !important; } }
  .jm-price__list.col-4 .label {
    width: calc(300% - 25px); }
  @media screen and (max-width: 767px) {
    .jm-price__list.col-4 td:not(.td-item) {
      width: 33.3333%; }
    .jm-price__list.col-4 td[colspan="3"] {
      width: 100%; } }

.m-btn.m-btn--jm {
    border: 1px solid #00a4a8;
    font-size: 16px;
    border-radius: 0;
    color: #00a4a8;
    width: auto;
    max-width: none;
    display: inline-block;
    padding: 12px 40px 10px;
    letter-spacing: 0.05em;
}

.m-conv-btn.m-btn--jm {
   border: none;
   font-size: 16px;
   border-radius: 0;
   width: auto;
   max-width: none;
   display: inline-block;
   padding: 12px 40px 10px;
   letter-spacing: 0.05em;
   background-color: #e83416;
    color: white;
   font-weight: 700;
}

.m-btn.m-btn--jm[data-bg-color="mobile"] {
    background: #00a4a8 !important;
    color: white !important;
}

.m-btn.m-btn--jm[data-type="arrow"],
.m-btn-conv.m-btn--jm[data-type="arrow"] {
    padding: 12px 45px 10px 35px;
}

.m-txt a.m-bnr[target="_blank"]::after {
   display: none !important;
}

/*==========================================*/
/* フッター */
/*==========================================*/
.l-content { margin-bottom: 0 ;}
.jm-footerUtil {
    margin: 0 auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    background-color: #dcdcdc;
}

.jm-footerUtil li {
    margin: 10px 17px 10px 0;
    padding: 0 17px 0 0;
    text-align: center;
    border-right: 1px solid #b5b5b5;
}
.jm-footerUtil li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
/* PC */
@media screen and (min-width: 768px) {
	.m-mt-10-pc { margin-top: 10px !important}
	.jm-footer__hr {
		margin: 40px 0 40px;
		border-top: 1px solid #bbb;
		display: block;
	}

	.jm-footer__viewSp {
		display: none;
	}

	.jm-footer__menu {
		padding: 30px 0 40px;
		background-color: #eee;
	}

	.jm-footer__menuInner {
		max-width: 896px;
		margin: 0 auto;
		padding: 0 15px;
	}

	.jm-footer__menuWrap {
		margin-bottom: 35px;
	}

	.jm-footer__menuWrap:last-child {
		margin-bottom: 0;
	}

	.jm-footer__menuItem,
	.jm-footer__menuExItem {
		margin-top: 0;
		margin-bottom: 10px;
		font-size: 10px;
		font-weight: bold;
	}
	
	.jm-footer__menuItem a:link,
	.jm-footer__menuItem a:visited,
	.jm-footerUtil a:link,
	.jm-footerUtil a:visited{
		color: #333 !important;
		text-decoration: none !important;
	}
	

	.jm-footer__menuItem.-children,
	.jm-footer__menuExItem.-children {
		font-weight: normal;
	}

	.jm-footer__menuItem:last-child,
	.jm-footer__menuExItem:last-child {
		margin-bottom: 0;
	}

	.jm-footer__menuItem.-otherServices {
		float: left;
		width: 210px;
	}

	.jm-footer__menuItem.-otherServices:nth-child(4n) {
		width: 88px;
	}

	.jm-footer__menuBtn {
		display: none;
	}

	.jm-footer__menuList {
		margin-bottom: 10px;
		position: relative;
		overflow: hidden;
	}

	.jm-footer__menuList:last-child {
		margin-bottom: 0;
	}

	.jm-footer__menuRow {
		margin-bottom: 20px;
		display: flex;
		justify-content: space-between;
	}

	.jm-footer__menuCol {
		width: 210px;
		flex: 0 0 210px;
	}

	.jm-footer__menuExItem {
		display: none;
	}
}

/* SP */
@media screen and (max-width: 767px) {
	.jm-footer__viewPC {
		display: none;
	}

	.jm-footer__menuList {
		display: none;
	}

	.jm-footer__menuItem {
		height: 55px;
		margin-top: 0;
		border-bottom: 1px solid #ccc;
		position: relative;
	}

	.jm-footer__menuItem a {
		width: 100%;
		height: 100%;
		padding-left: 15px;
		padding-right: 45px;
		display: flex;
		align-items: center;
		position: relative;
		box-sizing: border-box;
	}

	.jm-footer__menuItem.-parent a{
		cursor: default;
	}

	.jm-footer__menuItem a::after {
		content: "";
		width: 10px;
		height: 10px;
		border-left: 1px solid #333;
		border-bottom: 1px solid #333;
		transform: rotate(225deg);
		transform-origin: center;
		position: absolute;
		top: 21px;
		right: 19px;
	}

	.jm-footer__menuItem.-parent a::after {
		content: none;
	}

	.jm-footer__menuItem.-children a {
		padding-left: 30px;
	}

	.jm-footer__menuItem a:hover {
		text-decoration: none;
	}

	.jm-footer__menuBtn {
		width: 48px;
		height: 54px;
		position: absolute;
		top: 0;
		right: 0;
		background: transparent;
		border: none;
	}

	.jm-footer__menuBtn::before {
		content: "";
		width: 1px;
		height: 15px;
		background-color: #00a4a8;
		position: absolute;
		top: 20px;
		right: 21px;
		display: block;
	}

	.jm-footer__menuBtn::after {
		content: "";
		width: 15px;
		height: 1px;
		background-color: #00a4a8;
		position: absolute;
		top: 27px;
		right: 14px;
		transform: none;
		border: none;
	}

	.is-active .jm-footer__menuBtn::before {
		display: none;
	}

	.jm-footer__menuEx {
		padding-top: 20px;
		padding-left: 15px;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		background-color: #f5f5f5;
		border-bottom: 1px solid #ccc;
	}

	.jm-footer__menuExItem {
		margin-top: 0;
		margin-right: 20px;
		margin-bottom: 20px;
		flex: 0 0 calc(50% - 20px);
	}

	.jm-footer__menuExItem a {
		display: block;
		padding-right: 20px;
		box-sizing: border-box;
		position: relative;
	}

	.jm-footer__menuExItem a::after {
		content: "";
		width: 10px;
		height: 10px;
		border-left: 1px solid #333;
		border-bottom: 1px solid #333;
		transform: rotate(225deg);
		transform-origin: center;
		position: absolute;
		top: calc(50% - 5px);
		right: 2px;
	}

	.jm-footer__hr {
		display: none;
	}
	
	.jm-footerUtil {
		padding: 5px 0 15px;
	}
	
	.jm-footerUtil li {
    	margin: 10px 8px 0 0;
    	padding: 0 8px 0 0;
	}
}
/*==========================================*/
/* ナビ　-他のサービス- */
/*==========================================*/

.jm-nav__svLinks {
	margin-bottom: 16px;
}

.jm-nav__svHeading {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.jm-nav__svHeading::after {
	content: url(/resources/images/icon/icon_arrow_down.svg);
	transform-origin: center;
	transition: transform 300ms ease-out;
	line-height: 0;
}

.jm-nav__svHeading.is-open::after {
	transform: rotate(180deg);
}

.jm-nav__svListWrap {
	position: relative;
	overflow: hidden;
	display: none;
}

.jm-nav__svList {
	position: relative;
	overflow: hidden;
	letter-spacing: -0.4em;
}

.jm-nav__svLink {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: -0.01em;
	font-size: 10px;
	line-height: 24px;
}



/* 【ヘッダー】SP、タブレット画面のみ */
@media screen and (max-width: 1139px) {	
	.jm-nav__svLinks {
		width: 180px;
		margin: 30px auto 16px;
	}

	.jm-nav__svHeading {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 17px;
		color: #00a4a8;
	}

	.jm-nav__svHeading::after {
		content: "";
		width: 10px;
		height: 5px;
		background-image: url(/resources/images/icon/icon_arrow_down_sp-mobile.svg);
		background-size: contain;
	}

	.jm-nav__svHeading.is-open::after {
		transform: rotate(180deg);
	}

	.jm-nav__svListWrap {
		position: relative;
		overflow: hidden;
		display: none;
	}

	.jm-nav__svList {
		position: relative;
		overflow: hidden;
		letter-spacing: -0.4em;
	}

	.jm-nav__svLink {
		font-size: 10px;
		line-height: 32px;
	}

	.jm-nav__svLink a {
		color: #00a4a8;
	}
}

.slick-prev::before,
.slick-next::before {
	/*color: #00a4a8 !important;*/
}

.m-alfa-20,.m-alfa-20:hover{
    opacity: 0.2;
}

/*display: flex */
.m-m-flex {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 768px) {
    .m-m-flex-pc {
        display: flex;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 767px) {
    .m-m-flex-sp {
        display: flex;
        margin-left: auto;
        margin-right: auto;
    }
}
    .m-xs {
        display: none;
    }
@media screen and (max-width: 518px) {
    .m-link.m-ar.wm_flex.wm_menu_ap01 li span.m-border {
        display: block;
    }
    .m-xs {
        display: block;
    }
    br.m-xs {
        display: inline-block;
    }
    .m-xs-hidden {
        display: none;
    }
}

.jm-relative {
    position: relative;
}
.price_down {
    background-color: #e83416 !important;
    color: #FFF;
    display: block;
    position: absolute;
    font-size: 16px;
    padding: 2px 16px;
    border-radius: 5px;
    font-weight: 600;
    font-family: "NotoSansJP",YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

body#mobile_home .price_down {
    width: 180px;
     left: calc(50% - 90px);
}

.device_item .price_down {
    bottom: 15%;
    left: calc(50% - 2em);
}


@media screen and (max-width: 767px) { 
    .price_down { 
        font-size: 14px;
        padding: 2px 14px;
    }
    .device_item .price_down {
        
    }

}
.m-underline { text-decoration: underline !important;}
#cboxClose {
    right: 20px;
    top: 20px;
}
.m-accordion.m-mt-0 {
    margin-top: -1px !important;
}
/*==========================================*/
/*2022.02.18 ナビ改修*/
/**/

    ul.other_services li.jm-nav__menuItem {

    }
    ul.other_services li.jm-nav__menuItem a {

    } ul.other_services li.jm-nav__menuItem a:last-child {

    }

@media screen and (max-width: 1139px) { ul.other_services li.jm-nav__menuItem {
        border: 0;

    } ul.other_services li.jm-nav__menuItem a {

    } ul.other_services li.jm-nav__menuItem a:last-child {

    }   
    
}


