@charset "utf-8";

/* 共通項目 */

body {
  /* font-family: 'Noto Sans JP', sans-serif; */
  font-family: 'BIZ UDPGothic', sans-serif;
  background-color: #fff;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-style: normal;
  font-weight: 200;
  text-transform: capitalize;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

html,
body {
  font-size: 1rem;
  font-size: 16px;
  letter-spacing: 1px;
  color: #000;
  line-height: 160%;
  scroll-behavior: smooth;
}

div.page-text-animation h2,
div.page-text-animation-s h2 {
  margin-top: 0;
}

#new-page-inner #contents .contents-block {
  margin: 100px auto 0;
  width: 90%;
}

/* 背景ブルー */
.sp-top-h {
  max-width: 1200px;
  margin: 80px auto;
}

/* h2 letter-spacing の調整 */
div.page-text-animation h2 span,
div.page-text-animation-s h2 span {
  letter-spacing: 0em;
}

/* フォント18pt */

.font_l {
  font-size: 18px !important;
}

/* フォント左揃え */
.txt_left {
  text-align: left !important;
}

/* フォントウェイトnormal */
.font_n {
  font-weight: normal !important;
}

/* フォントウェイト500 */
.font_500 {
  font-weight: 500 !important;
}

/* 幅調整 1080px */
#new-page-inner #contents .contents-block {
  max-width: 1080px;
}

/* グローバルナビ */
#g-nav_neon.panelactive {
  right: 0;
}

#g-nav_neon {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -120%;
  width: 40%;
  height: 100vh;
  background: rgba(192, 0, 23, 1);
  /* background: rgba(0,0,0,1); */
  transition: all 0.6s;
  cursor: pointer;
}

#g-nav_neon.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 40%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav_neon ul {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
}

#g-nav_neon li {
  list-style: none;
  text-align: left;
}

.gnav__menu_neon_tap li a {
  position: relative !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  /* padding: 0 5px !important; */
  margin-right: 0 !important;
  text-decoration: none !important;
}

.gnav__menu_neon_tap li a::after {
  position: absolute !important;
  left: 0 !important;
  content: '' !important;
  width: 100% !important;
  height: 3px !important;
  background: #e50012 !important;
  bottom: -10px !important;
  transform: scale(0, 1) !important;
  transform-origin: left top !important;
  transition: transform 0.3s !important;
}

.gnav__menu_neon_tap li a:hover::after {
  transform: scale(1, 1) !important;
}

.gnav__menu_neon_tap li a.active,
a:active,
a:hover {
  outline-width: 0px !important;
}

/* NEON IVR 用ヘッダー */

nav.nav_b {
  overflow: initial !important;
}

#gnav__menu li a {
  padding: 10px 15px !important;
}

#gnav__menu li:last-child a {
  margin-right: -10px !important;
}


#gnav__menu li a::after {
  bottom: 0 !important;
}

#site-logo {
  margin-top: 5px !important;
}

.top_pc_hide {
  display: none;
}

div.container-wrap .title-inner {
  background-image: url(/wordpress/wp-content/themes/twentytwelve-child/neon-tap/assets/img/npage-title-area_neontap.png);
  background-position: right bottom !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.neon-tap-title {
  text-align: center;
}

.title-text {
  color: #000 !important;
}

.txt_center {
  text-align: center;
}

#header_neon {
  position: fixed;
  height: 80px;
  width: 100%;
  z-index: 998;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  text-align: center;
  padding: 20px 100px 10px 20px;
  top: 0;
}

.site-description_neon_tap,
.site_logo_neon_tap,
.top_neon_tap {
  margin: 0 !important;
}

.gnav__menu_neon_tap {
  margin-top: 8px !important;
  margin-bottom: 0 !important;
}

.top_neon_tap,
.gnav__menu_neon_tap {
  list-style: none !important;
}

.top_neon_tap li,
.gnav__menu_neon_tap li {
  margin-left: 0 !important;
}

.neon_ivr_hun_a {
  color: #fff !important;
  text-decoration: none !important;
  padding: 10px 0;
  display: inline-block;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}

.g-navBtn_neon_tap {
  background: #fff;
  margin-top: 20px;
  border-radius: 30px;
  text-align: center;
}

#g-nav_neon li .g-navBtn_neon_tap a {
  color: #e50012;
  padding: 10px 20px;
}

.neon_ivr_hun_a_red {
  color: rgba(192, 0, 23, 1) !important;
  padding-right: 20px;
}

.g-navBtn_neon_tap::after {
  content: " ";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/wordpress/wp-content/uploads/img/ico-mail-r.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0px -1px;
  transition: all .3s ease-out;
}

#g-nav_neon li {
  margin-left: 0 !important;
}

#g-nav_neon li a span {
  position: relative;
}

#g-nav_neon li a span::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #fff;
  bottom: -8px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

.neon_ivr_hun_a_red_li {
  margin-left: 55px;
}

@media (max-width: 768px) {
  #g-nav_neon {
    width: 90%;
  }

  #g-nav_neon.panelactive #g-nav-list {
    width: 90%;
  }

  #g-nav_neon li a {
    padding: 8px 0;
    font-size: 14px;
    letter-spacing: 0;
  }

  #g-nav_neon ul {
    top: 45%;
    left: 30%;
    transform: translate(-25%, -50%);
  }
}

@media (max-width: 600px) {
  .neon-tap-title {
    width: 100% !important;
  }

  div.container-wrap .title-inner {
    padding: 0 20px !important;
  }
}

@media (max-width: 480px) {
  .top_pc_hide {
    display: block;
  }
}


/* ハンバーガーアイコン */

/********** 【.openbtn display: none;】で他ページ共通のメニュー項目をリセット **********/
.openbtn {
  display: none;
}

/********** 【.header-btn-mail display: none;】で他ページ共通のcontactをリセット **********/
.header-btn-mail {
  display: none;
}

.openbtn_neon {
  display: block;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: #c00017;
  cursor: pointer;
  display: none;
}

.openbtn_neon .open {
  display: block;
  cursor: pointer;
}

.openbtn_neon .close {
  display: none;
  cursor: pointer;
}

.openbtn_neon span:nth-of-type(1) {
  top: 24px;
}

.openbtn_neon span:nth-of-type(2) {
  top: 32px;
}

.openbtn_neon span:nth-of-type(3) {
  top: 40px;
}

.openbtn_neon.active span:nth-of-type(1) {
  top: 28px;
  left: 20px;
  transform: translateY(6px) rotate(-25deg);
  width: 52%;
  background-color: #fff;
}

.openbtn_neon.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn_neon.active span:nth-of-type(3) {
  top: 40px;
  left: 20px;
  transform: translateY(-6px) rotate(25deg);
  width: 52%;
  background-color: #fff;
}

.openbtn_neon .open,
.openbtn_neon .close {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: -0.01px;
  color: #fff;
  margin-top: 50px;
  text-align: center;
}

.openbtn_neon.active .open {
  display: none;
  cursor: pointer;
}

.openbtn_neon.active .close {
  display: block;
  cursor: pointer;
}

.openbtn_neon span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 24px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  width: 40%;
}



/************* NEON IVRページ用にCONTACTのアイコンを書き直し START *************/

.header-btn-mail_tap {
  position: fixed;
  z-index: 998;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  margin: auto;
  padding: 12px 0;
  text-align: center;
  background: #e50012;
  transition: all .3s ease-out;
}

.header-btn-mail_tap::before {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(/wordpress/wp-content/uploads/img/ico-mail.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0px 4px;
  transition: all .05s ease-out;
}

.btn-text-mail_tap {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: -0.01px;
  color: #fff;
  margin: 10px 0 0 !important;
  transition: .3s;
}

.btn-text-mail_tap p.open {
  margin: 50px 0 0 !important;
}

/************* NEON Tapページ用にCONTACTのアイコンを書き直し END *************/




/************** 2023.08 グローバルナビレスポンシブ対応（NEON Tap/IVR追加に伴う）START ****************/

@media (max-width:1100px) {
  #navArea {
    display: none;
  }

  .header-btn-mail_tap {
    top: 0;
    right: 80px;
  }

  .openbtn_neon {
    display: block;
  }
}

/**************** 2023.08 グローバルナビレスポンシブ対応（NEON Tap/IVR追加に伴う）END *******************/

@media (max-width:600px) {
  .pc_hide_space {
    display: block;
  }
}

/* リンクの余白調整 */
@media (max-width:600px) {
  a.pageContents-btn {
    margin-top: 15px;
  }
}

/* トップブロック */

#new-page-inner #contents .wf-block {
  margin-bottom: 15px !important;
}

.neontap-logo-imgSize {
  width: 28%;
}

.neon-tap-logo-img {
  margin-bottom: 40px;
}

.top_txt_neon {
  font-size: 0.9rem;
  line-height: 1.5;
  letter-spacing: 1px;
}

div.title-inner {
  background-color: #fff !important;
}

.neon_check_icon_2_top {
  margin-bottom: 5px !important;
}

.neon_check_icon_2 {
  position: relative;
  padding-left: 30px;
}

.neon_check_icon_2::before {
  content: url(/wordpress/wp-content/themes/twentytwelve-child/neon-tap/assets/img/neon_tap_checkicon.png);
  position: absolute;
  display: block;
  width: 15px;
  top: 4.5px;
  left: 2px;
}

.tap_price_p1 {
  display: inline-block;
  width: 90%;
}

.tap_price_p {
  text-align: right;
}

@media screen and (max-width:1200px) {
  .tap_price_p {}
}

@media screen and (max-width:1000px) {
  .tap_price_p {
    font-size: 0.9rem !important;
  }
}

@media screen and (max-width:800px) {
  .tap_price_p {
    font-size: 0.825rem !important;
    text-align: left;
  }

  .tap_price_p_br {
    display: block;
  }
}

@media screen and (max-width:600px) {
  .neon_tap_price_table {
    width: 100%;
  }

  .neon_tap_price_block {
    margin: 30px auto auto;
  }

  .neontap-logo-imgSize {
    width: 77%;
  }

  .contents_top {
    margin-bottom: 100px !important;
  }

  #cv-title .title-text {
    margin: 0 20px !important;
  }
}

@media screen and (max-width:480px) {
  .contents-block-top_neon {
    width: 100% !important;
  }
}

@media screen and (max-width:380px) {
  .strip_s {
    font-size: 2rem !important;
  }
}


/* トップMV */

img.ivr_topmv_img_b,
img.ivr_topmv_img_c,
img.ivr_topmv_img_d,
img.ivr_topmv_img_e {
  display: none;
}


div.ivr_topmv_wrap {
  background: #1d3fce;
}

div.ivr_topmv {
  position: relative;
  width: 1920px;
  margin-left: -960px;
  left: 50%;
}

a.ivr_topmv_btn_txt {
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #092C83 !important;
  border-radius: 5px;
}


p.mv_contact_txt {
  position: absolute;
  top: 77%;
  left: 29%;
  transform: translate(-29%, -77%);
  font-weight: bold;
  color: #fff;
  font-size: 19px;
}

p.mv_contact_txt::before {
  content: '';
  width: 25px;
  height: 2px;
  border-radius: 5px;
  position: absolute;
  background-color: #ffffff;
  transform: rotate(50deg);
  bottom: 43%;
  left: -11%;
}

p.mv_contact_txt::after {
  content: '';
  width: 25px;
  height: 2px;
  border-radius: 5px;
  position: absolute;
  background-color: #ffffff;
  transform: rotate(-50deg);
  bottom: 43%;
  left: 101%;
}

a.ivr_topmv_btn_txt {
  display: block;
  border-radius: 10px;
  position: absolute;
}

a.ivr_topmv_btn_txt_c {
  background: #e50012;
  box-shadow: 0 5px 8px 2px rgba(0, 0, 0, .14);
  left: 21.5%;
  top: 88.5%;
  transform: translate(-21.5%, -88.5%);
  padding: 10px 15px 13px;
  color: #fff !important;
}

a.ivr_topmv_btn_txt_c:hover {
  background: #fa6370;
  /* border: 4px solid #092C83; */
  box-shadow: 0 5px 8px 2px rgba(0, 0, 0, .14);
  left: 21.5%;
  top: 88%;
  transform: translate(-21.5%, -88%);
}

a.ivr_topmv_btn_txt_t {
  background: #FFDD01;
  box-shadow: 0 5px 8px 2px rgba(0, 0, 0, .14);
  left: 38%;
  top: 88.5%;
  transform: translate(-38%, -88.5%);
  padding: 9px 15px 12px;
}

a.ivr_topmv_btn_txt_t:hover {
  background: #FFF194;
  /* border: 4px solid #FFDD01; */
  box-shadow: 0 5px 8px 2px rgba(0, 0, 0, .14);
  top: 88%;
  left: 38%;
  transform: translate(-38%, -88%);
}


@media screen and (max-width:1250px) {
  img.ivr_topmv_img_a {
    display: none;
  }

  img.ivr_topmv_img_b {
    display: block;
  }

  div.ivr_topmv {
    width: 1250px;
    margin-left: -590px;
  }

  a.ivr_topmv_btn_txt {
    font-size: 16px;
  }

  a.ivr_topmv_btn_txt_t {
    left: 27.7%;
    top: 94.5%;
    transform: translate(-27.7%, -94.5%);
    padding: 7px 20px 8px;
  }

  a.ivr_topmv_btn_txt_c {
    left: 27.7%;
    top: 83.5%;
    transform: translate(-27.7%, -83.5%);
    padding: 7px 15px 8px;
  }

  p.mv_contact_txt {
    font-size: 16px;
    top: 73%;
    left: 27%;
    transform: translate(-27%, -73%);
  }

  p.mv_contact_txt::before {
    left: -13%;
  }

  a.ivr_topmv_btn_txt_c:hover {
    left: 27.7%;
    top: 84.5%;
    transform: translate(-27.7%, -84.5%);
  }


  a.ivr_topmv_btn_txt_t:hover {
    left: 27.7%;
    top: 95.5%;
    transform: translate(-27.7%, -95.5%);
    padding: 7px 20px 8px;
  }
}

@media screen and (max-width:800px) {

  div.ivr_topmv {
    width: 800px;
    margin-left: -415px;
  }

  p.mv_contact_txt::before,
  p.mv_contact_txt::after {
    width: 23px;
  }

  a.ivr_topmv_btn_txt {
    font-size: 15px;
  }

  a.ivr_topmv_btn_txt_c {
    left: 27.7%;
    top: 80.5%;
    transform: translate(-27.7%, -80.5%);
  }

  a.ivr_topmv_btn_txt_t {
    top: 92.5%;
    transform: translate(-27.7%, -92.5%);
  }

  a.ivr_topmv_btn_txt_c:hover {
    top: 81.5%;
    transform: translate(-27.7%, -81.5%);
  }

  a.ivr_topmv_btn_txt_t:hover {
    top: 93.5%;
    transform: translate(-27.7%, -93.5%);
  }

  p.mv_contact_txt {
    top: 68.5%;
    left: 27%;
    transform: translate(-27%, -68.5%);
  }

  img.ivr_topmv_img_b {
    display: none;
  }

  img.ivr_topmv_img_c {
    display: block;
  }
}

@media screen and (max-width:600px) {

  a.ivr_topmv_btn_txt_c {
    left: 26%;
    top: 96.5%;
    transform: translate(-26%, -96.5%);
    padding: 7px 9px 8px;
  }

  a.ivr_topmv_btn_txt_t {
    left: 70%;
    top: 96.5%;
    transform: translate(-70%, -96.5%);
    padding: 7px 17px 8px;
  }

  a.ivr_topmv_btn_txt_c:hover {
    left: 26%;
    top: 97%;
    transform: translate(-26%, -97%);
  }

  a.ivr_topmv_btn_txt_t:hover {
    left: 70%;
    top: 97%;
    transform: translate(-70%, -97%);
  }


  p.mv_contact_txt {
    top: 89.5%;
    left: 49%;
    transform: translate(-49%, -89.5%);
  }

  a.ivr_topmv_btn_txt {
    font-size: 14px;
  }

  img.ivr_topmv_img_c {
    display: none;
  }

  img.ivr_topmv_img_d {
    display: block;
  }

  div.ivr_topmv {
    width: 600px;
    margin-left: -293px;
  }
}

@media screen and (max-width:480px) {

  div.ivr_topmv {
    width: 100%;
    left: 0;
    margin: 0 auto;
  }

  p.mv_contact_txt {
    top: 80.5%;
    left: 49%;
    transform: translate(-49%, -80.5%);
    width: 250px;
  }

  a.ivr_topmv_btn_txt_c {
    left: 47%;
    top: 88.5%;
    transform: translate(-47%, -88.5%);
    padding: 8px 40px 9px;
    width: 250px;
  }

  a.ivr_topmv_btn_txt_t {
    left: 47%;
    top: 97.5%;
    transform: translate(-47%, -97.5%);
    padding: 8px 45px 9px;
    width: 250px;
  }

  a.ivr_topmv_btn_txt_c:hover {
    left: 47%;
    top: 89.2%;
    transform: translate(-47%, -89.2%);
  }

  a.ivr_topmv_btn_txt_t:hover {
    left: 47%;
    top: 98.2%;
    transform: translate(-47%, -98.2%);
  }

  a.ivr_topmv_btn_txt {
    font-size: 16px;
  }

  img.ivr_topmv_img_d {
    display: none;
  }

  img.ivr_topmv_img_e {
    display: block;
    width: 100%;
  }

  p.mv_contact_txt::after {
    left: 98%;
  }

}

@media screen and (max-width:400px) {

  a.ivr_topmv_btn_txt_c {
    left: 47%;
    top: 88.5%;
    transform: translate(-47%, -88.5%);
    padding: 6.5px 30px 7.5px;
    width: 210px;
    text-align: center;
  }

  a.ivr_topmv_btn_txt_t {
    left: 47%;
    top: 96.5%;
    transform: translate(-47%, -96.5%);
    padding: 6.5px 30px 7.5px;
    width: 210px;
    text-align: center;
  }

  a.ivr_topmv_btn_txt {
    font-size: 14px;
  }

  p.mv_contact_txt {
    font-size: 14px;
    text-align: center;
  }

  p.mv_contact_txt::before,
  p.mv_contact_txt::after {
    width: 18px;
  }

  p.mv_contact_txt::before {
    left: -2%;
  }

  p.mv_contact_txt::after {
    left: 94%;
  }
}


@media screen and (max-width:350px) {
  a.ivr_topmv_btn_txt_t {
    left: 47%;
    top: 97.5%;
    transform: translate(-47%, -97.5%);
  }
}



/* 自動音声応答サービス「NEON IVR」とは？ */

div.contents-block_ivr_onayami_cont {
  max-width: 1080px;
  margin: 0 auto;
}

h2.midashi_blue {
  color: #214c9b;
}

div.contents_top_about {
  margin: 120px auto 130px !important;
}

@media screen and (max-width:1250px) {
  div.contents_top_about {
    margin: 50px auto 90px !important;
  }

  div.contents-block_about {
    margin: 80px auto 0 !important;
  }
}

/* 電話対応でこんなお悩みありませんか？ */

div.ivr_onayami_area {
  background: #3E68CF;
}

div.contents_onayami {
  padding-bottom: 82.5px;
  padding-top: 50px;
}

p.onayami_ttl {
  font-size: 30px;
  color: #fff;
  line-height: 1.3;
  padding-top: 20px;
  text-align: center;
  margin-bottom: 70px;
  font-weight: bold;
}

div.ivr_onayami_flexbox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

div.ivr_onayami_item {
  position: relative;
  width: 31.5%;
}

p.ivr_onayami_item_ttl {
  color: #fff;
  background-color: #092EDD;
  border-radius: 25px;
  position: absolute;
  top: -11%;
  left: 50%;
  transform: translate(-50%, 11%);
  z-index: 2;
  padding: 3px 30px;
  font-weight: bold;
}

p.ivr_onayami_item_txt {
  background-color: #FFDD01;
  border-radius: 20px;
  position: relative;
  padding: 30px;
  height: 155px;
  line-height: 1.3;
  padding: 35px 15px 15px;
  text-align: center;
  font-size: 20px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px;
}

span.blue_bold {
  color: #092EDD;
  font-weight: bold;
}

div.ivr_onayami_item_a::after {
  content: url(/wordpress/wp-content/themes/twentytwelve-child/neon-ivr/assets/img/neon-ivr_onayami_01.png);
  position: absolute;
  display: block;
  left: 50%;
  bottom: -28%;
  transform: translate(-50%, 28%);
}

div.ivr_onayami_item_b::after {
  content: url(/wordpress/wp-content/themes/twentytwelve-child/neon-ivr/assets/img/neon-ivr_onayami_02.png);
  position: absolute;
  display: block;
  left: 50%;
  bottom: -28%;
  transform: translate(-50%, 28%);
}

div.ivr_onayami_item_c::after {
  content: url(/wordpress/wp-content/themes/twentytwelve-child/neon-ivr/assets/img/neon-ivr_onayami_03.png);
  position: absolute;
  display: block;
  left: 50%;
  bottom: -28%;
  transform: translate(-50%, 28%);
}

div.onayami_arrow {
  width: 9%;
  margin: 0 auto;
  margin-bottom: 30px;
}

div.contents_top_arrow_btm {
  margin: 60px auto 160px !important;
}

div.contents_top_arrow_btm_b {
  margin: 60px auto 0 !important;
}

p.onayami_ttl_b {
  font-size: 30px;
  margin-bottom: 60px;
  font-weight: bold;
  line-height: 1.5;
}

span.onayami_ttl_b_2 {
  font-size: 35px;
  color: #3E68CF;
}

p.ivr_flow_ttl {
  background: #9E9E9E;
  color: #fff;
  border-radius: 25px;
  display: inline-block;
  padding: 5px 25px;
  position: absolute;
  left: 50%;
  top: 30.5%;
  transform: translate(-50%, -30.5%);
  font-size: 22px;
  font-weight: bold;
}

img.flow_img {
  border: 9px solid #d8d8d8;
  padding: 50px 35px 15px;
}

.sp_1250,
.sp_800,
.sp_450 {
  display: none;
}

@media screen and (max-width:1200px) {
  div.contents-block_ivr_onayami_cont {
    width: 90%;
  }

  p.ivr_onayami_item_txt {
    font-size: 16px;
    padding: 35px 5px 15px;
  }

  div.ivr_onayami_item {
    width: 31.5%;
  }

  p.ivr_onayami_item_ttl {
    padding: 3px 20px;
  }

  .sp_1250 {
    display: block;
  }

  p.onayami_ttl {
    margin-bottom: 50px;
  }

  div.ivr_onayami_item_a::after {
    left: 50%;
    bottom: -22%;
    transform: translate(-50%, 22%);
  }

  div.ivr_onayami_item_b::after {
    left: 50%;
    bottom: -22%;
    transform: translate(-50%, 22%);
  }

  div.ivr_onayami_item_c::after {
    left: 50%;
    bottom: -22%;
    transform: translate(-50%, 22%);
  }

  div.contents_onayami {
    padding-bottom: 62.5px;
  }
}

@media screen and (max-width:800px) {
  .sp_800 {
    display: block;
  }

  div.ivr_onayami_item_a::after {
    left: 50%;
    bottom: -31%;
    transform: translate(-50%, 31%);
  }

  div.ivr_onayami_item_b::after {
    left: 50%;
    bottom: -31%;
    transform: translate(-50%, 31%);
  }

  div.ivr_onayami_item_c::after {
    left: 50%;
    bottom: -31%;
    transform: translate(-50%, 31%);
  }

  div.contents_onayami {
    padding-bottom: 91.5px;
  }

  p.ivr_onayami_item_ttl {
    padding: 3px 15px;
  }
}

@media screen and (max-width:600px) {
  div.ivr_onayami_flexbox {
    display: block;
  }

  div.contents-block_about {
    margin: 60px auto 0 !important;
  }

  div.contents_top_about {
    margin: 50px auto 70px !important;
  }

  div.ivr_onayami_item {
    width: 100%;
  }

  .sp_1250,
  .sp_800 {
    display: none;
  }

  div.ivr_onayami_item {
    margin-bottom: 110px;
  }

  div.contents_onayami {
    padding-bottom: 10px;
  }

  p.ivr_onayami_item_txt {
    font-size: 18px;
  }

  div.contents_top_arrow_btm {
    margin: 60px auto 100px !important;
  }
}

@media screen and (max-width:480px) {
  div.onayami_arrow {
    width: 18%;

  }

  div.contents_top_arrow_btm {
    margin-top: 40px !important;
  }

  div.contents_top_arrow_btm_b {
    margin-top: 40px !important;
  }
}

@media screen and (max-width:450px) {
  .sp_450 {
    display: block;
  }
}

/* NEON IVRフロー */

.flow_img_sp {
  display: none;
}

@media screen and (max-width:1100px) {
  p.ivr_flow_ttl {
    left: 50%;
    top: 32.5%;
    transform: translate(-50%, -32.5%);
  }

}

@media screen and (max-width:900px) {
  p.ivr_flow_ttl {
    left: 50%;
    top: 35.5%;
    transform: translate(-50%, -35.5%);
  }

}

@media screen and (max-width:800px) {
  .flow_img_sp {
    display: block;
  }

  .flow_img {
    display: none;
  }

  p.ivr_flow_ttl {
    display: none;
  }
}

@media screen and (max-width:800px) {
  p.onayami_ttl_b {
    font-size: 26px;
  }

  span.onayami_ttl_b_2 {
    font-size: 32px;
  }
}

/* NEON IVRの特長 */

div.back_blue {
  margin-top: -100px;
  padding-top: 140px;
  padding-bottom: 10px;
}

div.contents-block_feature_top {
  margin-top: 50px !important;
}

div.back_blue_t {
  padding-bottom: 110px !important;
}

p.tabletxt_pc {
  display: block;
  text-align: right;
  padding-right: 5px;
}

.table_subttl_sp1 {
  font-size: 1.2rem;
}

div.feature_flexbox_a_item_img {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 10px;
}

div.feature_flexbox_a_item {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 20px 0;
  background: #fff;
  width: 31%;
}

p.feature_flexbox_a_item_txt {
  margin-bottom: 0;
  line-height: 1.5;
}

div.back_blue {
  background: #E9F0FF;
}

h4.ivr_ptable_h4 {
  margin-top: 40px !important;
  margin-bottom: 0;
  padding-left: 0 !important;
  text-indent: 0 !important;
  color: #3E68CF;
}

div.feature_flexbox_b_item_img {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 15px 0;
}

div.feature_flexbox_b_item_img img {
  margin-bottom: 15px;
}

p.feature_flexbox_b_item_txt {
  margin-bottom: 0;
}

p.icon_ttl_top {
  margin-top: 10px !important;
}

p.icon_ttl {
  background: #3E68CF;
  color: #fff;
  padding: 1px 10px;
  display: inline-block;
  float: left;
  margin-bottom: 10px;
  font-size: 13px;
  margin-top: 50px;
  font-weight: bold;
}

/*——　文字の右にライン　——*/
h3.ivr_h3 {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0;
  color: #3E68CF;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 17px;
}

h3.ivr_h3:after {
  border-top: 4px solid;
  content: "";
  flex-grow: 1;
  margin-left: 1rem;
}

h3.ivr_h3_last_btm {
  margin-bottom: 40px;
}

div.feature_flexbox_a {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 30px;
  margin-bottom: 10px;
}

div.feature_flexbox_b {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}

div.feature_flexbox_b_item {
  width: 48.5%;
}

p.tabletxt_sp {
  display: none;
}

.p_pc_hide {
  display: none;
}

table.ivr_price_pc {
  margin: auto;
  border-collapse: separate;
  border-spacing: 6px 5px;
  font-size: 0.9rem;
  border-bottom: none;
  margin-top: 10px;
}

table.ivr_price_sp {
  display: none;
}

.contents-block_ivr_price {
  width: 90%;
  margin: 0 auto;

}

table.ivr_price_pc th,
table.ivr_price_pc td {
  padding: 7px 10px;
  line-height: 1.6;
  font-size: 0.9rem;
  border: none;
  color: #000000;
  vertical-align: middle;
  line-height: 1.3;
}

.th_ivr_img {
  max-width: 160px;
  margin: 0 auto;
}

.th_ivr_img img {
  vertical-align: middle;
}

table.ivr_price_pc th {
  background-color: #ffffff;
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, .1);
}

table th.th_ivr,
table th.th_other {
  background-color: #2f3993;
  color: #ffffff;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 20px 20px 0px 0px;
  padding: 15px 10px;
  width: 35%;
}

table th.th_other {
  background-color: #727FA2;
}

table th.th_top {
  border-radius: 20px 20px 0px 0px;
  text-align: center;
  font-size: 1.1rem;
  padding: 15px 10px;
  width: 30%;
  color: #fff;
  background: #878787;
}

table td.td_ivr {
  background-color: #ffffff;
  font-weight: 700;
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, .1);
}

table td.td_other {
  background-color: #ffffff;
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, .1);
}

a.pageContents-btn {
  font-size: 18px !important;
  padding: 20px 0 0 0 !important;
}

a.pageContents-btn::before {
  left: -25px !important;
  top: 56% !important;
}

span.btnlinestretches_a {
  position: relative;
  color: #333;
  padding: 10px 0;
  display: inline-block;
  text-decoration: none;
  outline: none;
  animation: lineAni 8s ease forwards;
}

span.btnlinestretches_a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  margin-top: 0;
  background: rgba(255, 240, 0, 0.8);
  z-index: -1;
}

.sp_700 {
  display: none;
}

div.contents-block_func {
  margin-top: 50px !important;
}

@media screen and (max-width:1000px) {
  .th_ivr_img {
    max-width: 140px;
  }

  table th.th_ivr,
  table th.th_other {
    padding: 0;
  }

  table th.th_other {
    font-size: 1rem;
  }
}


@media screen and (max-width:800px) {
  .p_pc_hide {
    display: block;
  }

  table th.th_other {
    line-height: 1.5;
    vertical-align: middle;
    padding: 5px 0;
  }

  .th_ivr_img {
    padding-top: 5px;
  }

  p.feature_flexbox_b_item_txt {
    font-size: 14px;
    line-height: 1.3;
  }

  .sp_750 {
    display: none;
  }

  div.back_blue {
    padding-top: 100px !important;
  }

  div.back_blue_t {
    padding-bottom: 70px !important;
  }

}

@media screen and (max-width:700px) {
  .sp_700 {
    display: block;
  }

  div.feature_flexbox_b_item_img {
    padding: 15px 0 5px;
  }

  div.feature_flexbox_b_item_img_b {
    padding-bottom: 30px;
  }

  div.back_blue_t {
    padding-bottom: 30px !important;
  }
}

@media screen and (max-width:673px) {

  a.pageContents-btn_page_a {
    padding-top: 0 !important;
  }

  a.pageContents-btn_page_a:before {
    top: 7px !important;
    left: -25px !important;
    right: inherit !important;
  }

  .pageContents-btn_page_a::after {
    bottom: -8px !important;
    width: 100% !important;
  }
}

@media screen and (max-width:600px) {
  h3.ivr_h3 {
    display: block;
    text-align: left;
    line-height: 1.4;
  }

  div.feature_flexbox_b {
    display: block;
  }

  div.feature_flexbox_b_item {
    width: 100%;
    margin-bottom: 15px;
  }

  div.feature_flexbox_a {
    display: block;
  }

  .sp_700 {
    display: none;
  }

  div.feature_flexbox_b_item_img {
    padding-bottom: 15px;
  }

  div.feature_flexbox_a_item {
    width: 70%;
    margin: 0 auto 25px;
  }

  .sp_750 {
    display: block;
  }

  table.ivr_price_sp th {
    text-align: center;
    background-color: #F1F1F1;
  }

  .table_subttl_sp {
    display: block;
  }

  p.tabletxt_sp {
    display: block;
    text-align: right;
    padding-right: 5px;
  }

  p.tabletxt_pc {
    display: none;
  }

  .ivr_table_br_b {
    font-size: 90%;
  }

  table.ivr_price_pc {
    display: none;
  }

  table.ivr_price_sp {
    display: block;
    margin: auto;
    border-collapse: separate;
    border-spacing: 6px 5px;
    font-size: 0.9rem;
    border-bottom: none;
    margin-top: 10px;
    text-align: center;
  }

  table.ivr_price_sp td,
  table.ivr_price_sp td {
    padding: 6px 10px 6px 10px;
  }

  .ivr_table_br_b_sp {
    font-size: 85%;
  }

  table th.th_ivr,
  table th.th_other {
    background-color: #2f3993;
    color: #ffffff;
    font-size: 1rem;
    text-align: center;
    border-radius: 20px 20px 0px 0px;
    padding: 15px 10px;
    width: 35%;
  }

  table th.th_other {
    background-color: #727FA2;
  }

  div.contents-block_func {
    margin: 50px auto 60px !important;
  }

  div.contents_top_func {
    margin: 30px auto 60px !important;
  }

  a.pageContents-btn_page {
    padding-top: 0 !important;
  }

  a.pageContents-btn_page:before {
    top: 7px !important;
    left: -25px !important;
    right: inherit !important;
  }

  .pageContents-btn_page::after {
    bottom: -8px !important;
    width: 100% !important;
  }

  div.back_blue {
    padding-bottom: 50px;
  }

}


@media screen and (max-width:480px) {
  div.feature_flexbox_a_item {
    width: 100%;
  }

  table.ivr_price_sp th {
    font-size: 1rem;
  }

  .th_ivr_img {
    max-width: 120px;
  }

  .table_subttl_sp1 {
    font-size: 1rem;
  }

}


/* IVRとは？ */

.about_ivr_flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 45px;
  margin-bottom: 40px;
  flex-direction: row-reverse;
}


.about_ivr_flexbox_l {
  width: 50%;
}

.about_ivr_flexbox_r {
  width: 40%;
}

@media (max-width: 600px) {
  .about_ivr_flexbox {
    display: block;
  }


  .about_ivr_flexbox_l,
  .about_ivr_flexbox_r {
    width: 100%;
  }

  .about_ivr_img {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}


/* 料金 */
.content_p_txt_box {
  margin: 0 auto;
  text-align: left;
  margin-top: 30px;
  width: 100%;
}

.tap_price_p_indent2 {
  padding-left: 1em;
  text-indent: -1em;
}

div.yellow-box,
div.blue-box {
  width: 100% !important;
  max-width: 1200px !important;
}

#new-page-inner #contents .contents-block .yellow-box .inner .left,
#new-page-inner #contents .contents-block .blue-box .inner .left {
  width: 25%;
}

#new-page-inner #contents .contents-block .yellow-box .inner,
#new-page-inner #contents .contents-block .blue-box .inner {
  justify-content: space-between;
}

#new-page-inner #contents .contents-block .yellow-box .inner .right,
#new-page-inner #contents .contents-block .blue-box .inner .right {
  width: 75%;
}

div.contents-block_ivr_price_btm {
  margin-bottom: 160px !important;
}


@media (max-width: 600px) {

  #new-page-inner #contents .contents-block .yellow-box .inner .right,
  #new-page-inner #contents .contents-block .blue-box .inner .right {
    width: 95%;
  }

  #new-page-inner #contents .contents-block .yellow-box .inner .left,
  #new-page-inner #contents .contents-block .blue-box .inner .left {
    width: 100%;
  }

  .contents-block_ivr_mt {
    margin-top: 130px !important;
  }

  div.contents-block_ivr_price_btm {
    margin-bottom: 80px !important;
  }

}

/* 内線IVRオプション？ */
.contents_op {
  width: 90% !important;
  margin: 0 auto;
  margin-bottom: 0 !important;
  margin-top: 120px !important;
}

.title-b {
  text-align: left !important;
}

.title-b_m {
  margin-top: 45px !important;
}

.title-b_m_2 {
  margin-top: 40px !important;
}

.option_p_m {
  margin-bottom: 10px !important;
}

.option_p_m2 {
  margin-bottom: 0 !important;
}

.ivr_option_a {
  width: 100%;
  margin: 0 auto;
  margin-top: 45px;
  background: #f0f2ff;
  text-align: center;
  border-radius: 20px;
  padding: 60px;
  box-shadow: 2px 2px 12px rgb(0 0 0 / 5%);
  text-align: left;
  border: 3px solid #2f3993;
}

.ivr_option_a h2 {
  font-size: 2.4rem;
}

.title-b_m_op {
  margin-top: 0;
}

.text-m3 {
  margin-bottom: 70px !important;
}

.title-b_m_op {
  font-size: 1.8rem !important;
}


#new-page-inner #contents .flow-chart {
  width: 100%;
}

@media (max-width: 1000px) {
  .content_p_txt_box {
    width: 90%;
  }
}

@media (max-width: 770px) {

  .ivr_option_a a {
    border-bottom: none;
  }

  .ivr_option_a {
    padding: 40px;
  }
}

@media (max-width: 600px) {

  .inner-blue_hitsuyou {
    padding-bottom: 25px;
    margin-top: -120px !important;
  }

  .content_p_txt_box {
    width: 100%;
  }

  #new-page-inner #contents .contents-block .yellow-box .inner .right {
    text-align: center;
  }

  .ivr_option_a {
    padding: 30px;
    margin-top: -50px;
  }

  .title-b_m_op {
    font-size: 1.4rem !important;
  }

  a.pageContents-btn_ivr_opt {
    padding: 0 40px 20px 20px !important;
    margin-top: 15px !important;
    font-size: 15px !important;
  }

  a.pageContents-btn_ivr_opt::before {
    top: 5px !important;
    left: 0 !important;
    right: inherit !important;
  }
}

@media (max-width: 480px) {
  .ivr_option_a {
    padding: 20px;
  }

  div.page-text-animation h2 {
    font-size: 1.8rem;
  }

  .ivr_option_a {
    width: 100%;
  }

  .contents_op {
    margin-bottom: 0;
  }

  .inner-blue_hitsuyou {
    margin-top: -50px !important;
  }
}

/* お申し込みの流れ */

@media (max-width: 480px) {
  div.contents_top_flow_btm {
    margin-bottom: 0 !important;
  }

  div.contents-block_top_flow_btm {
    margin-bottom: 10px !important;
  }
}

/* 必要書類 */

table.article-in2 td {
  background-color: #fff;
}

table.article-in2 {
  border-top: 1px solid #3f3f3f;
  border-left: 1px solid #3f3f3f;
  border-right: 1px solid #3f3f3f;
}

table.article-in2 th {
  color: #000;
  width: 20%;
  padding: 10px 10px;
  text-align: left;
  border-bottom: 1px solid #3f3f3f;
  border-right: 1px solid #3f3f3f;
  background: #d3d3d3;
}

table.article-in2 td {
  border-top: 1px solid #3f3f3f;
  border-bottom: 1px solid #3f3f3f;
}

.neon_tap_application_block {
  width: 90%;
  margin: 0 auto;
}


/* お問い合わせ */

.c_flow_sub_ttl {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  text-align: center;
}

.page_hitsuyou {
  margin-top: 80px !important;
  padding-bottom: 0;
}

.c_flow_img_box {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 70px;
  margin-bottom: 100px;
}

.c_flow_img_box_item_innr {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}

.c_flow_img_box_item_innr_r {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 0 8px #c9c9c9;
  width: 90%;
  align-items: center;
  padding: 20px 20px 20px 50px;
}

.c_flow_no {
  background-color: #deebf9;
  color: #214c9b;
  font-weight: 700;
  font-size: 2rem;
  border-radius: 40px;
  width: 70px;
  height: 70px;
  margin-bottom: 0 !important;
  padding-top: 6px;
  text-align: center;
}

.c_flow_txt {
  margin-bottom: 0 !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  position: relative;
}

.c_flowicon {
  margin-right: 15px;
  width: 30%;
}

.c_flow_img_box_item {
  margin-bottom: 30px;
  position: relative;
}

.c_flow_img_box_item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  top: 134%;
  left: 2.2%;
  transform: translate(-2.2%, -134%);
  border-color: #214c9b transparent transparent transparent;
}

.c_flow_img_box_item_last {
  margin-bottom: 0;
}

.txt_left {
  text-align: left;
}

.c_flow_txt::before {
  content: url(/wordpress/wp-content/themes/twentytwelve-child/neon-tap/assets/img/neon_tap_checkicon_2.png);
  position: absolute;
  display: block;
  width: 15px;
  top: 2.5px;
  left: -25px;
}

.c_flow_p_1 {
  margin-bottom: 0 !important;
  text-align: right;
  margin-top: 70px !important;
  font-size: 0.95rem;
  padding-left: 1em;
  text-indent: -1em;
}

.c_flow_p_2 {
  text-align: right;
  font-size: 0.95rem;
}

.neon_tap_h4 {
  margin-top: 90px;
}

.neon_tap_h4_top {
  margin-top: 80px !important;
  padding-bottom: 0 !important;
}

.pc_none {
  display: none;
}

.tap_price_p_l2 {
  text-align: left;
}

@media (max-width: 1300px) {
  .c_flow_img_box_item::after {
    top: 140%;
    left: 2.2%;
    transform: translate(-2.2%, -140%);
  }
}

@media (max-width: 1200px) {
  .c_flow_txt {
    font-size: 1rem !important;
  }
}

@media (max-width: 1000px) {
  .c_flow_img_box_item_innr_r {
    display: block;
    width: 85%;
    padding-left: 25px;
  }

  .c_flow_img_box_item::after {
    top: 121%;
    left: 2.8%;
    transform: translate(-2.8%, -121%);
  }


  .c_flow_txt {
    font-size: 1.2rem !important;
    text-align: left;
    padding-left: 30px;
    padding: 0px 10px 10px 27px;
  }

  .c_flowicon img {
    margin-top: 5px;
  }

  .c_flow_txt::before {
    left: 0;
    top: 3.5px;
  }

  .c_flowicon {
    width: 40%;
  }
}

@media (max-width: 850px) {
  .c_flow_txt {
    font-size: 1rem !important;
  }


  .c_flow_img_box_item::after {
    top: 121%;
    left: 2.5%;
    transform: translate(-2.8%, -121%);
  }

  .c_flow_no {
    font-size: 1.6rem !important;
    padding-top: 10px;
    width: 60px;
    height: 60px;
  }


  .c_flow_img_box {
    padding: 40px 30px;
  }

}

@media (max-width: 600px) {
  .c_flow_txt::before {
    display: block;
  }

  .c_flow_no {
    margin: 0 auto;
    background-color: transparent;
  }

  .sp_none {
    display: none;
  }

  .pc_none {
    display: block;
    width: 100%;
  }

  .c_flowicon {
    width: 50%;
  }

  .c_flow_img_box_item_innr {
    display: block;
  }

  .c_flow_img_box_item_innr_r {
    margin: 0 auto;
  }

  .c_flow_img_box_item::after {
    display: none;
  }

  .c_flow_img_box_item_innr_r {
    width: 100%;
  }

  .c_flow_p_1,
  .c_flow_p_2 {
    font-size: 0.85rem;
    text-align: left;
  }

  .c_flow_p_2 {
    margin-bottom: 0 !important;
  }


  table.article-in2 th {
    width: 30% !important;
    padding: 10px !important;
    font-size: 15px;
  }

  .c_flow_img_box_item {
    margin-bottom: 5px;
  }

  div.contents-block_3conta {
    width: 90%;
    margin: 30px auto 50px;
  }
}

@media (max-width: 480px) {
  .c_flow_txt {
    font-size: 0.9rem !important;
    line-height: 1.3;
    padding: 0;
  }

  .c_flow_txt::before {
    display: none;
  }

  .c_flowicon {
    width: 60%;
    margin: 0 auto;
  }

  .page_hitsuyou {
    margin-top: 50px !important;
    padding-bottom: 10px !important;
  }

  .c_flow_img_box {
    margin-bottom: 75px !important;
  }

  .neon_tap_h4_top {
    margin-top: 40px !important;
  }

  .contents_p2 {
    padding-top: 35px;
  }
}

/************** footer ****************/
div.footer-mark {
  background: #fff;
  width: 80%;
  text-align: center;
  margin-left: 0;
  padding: 10px 10px 20px;
}

span.isms_text {
  font-size: 0.8125rem;
}

footer[role="contentinfo_tap"] a {
  color: #686868;
}


/****************************************** footer **************************************/
#footer_neon {
  position: relative;
  padding: 100px 0 27px;
  background: #222;
  color: #919395;
  z-index: 600;
}

.flexwrap_footer {
  /* width: 90%; */
  margin: 0 auto;
}

#footercontents {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto 40px;
}

#footer_neon a {
  font-size: 12px;
  color: #919395;
  opacity: 1;
  text-decoration: none;
}

.isms_a {
  max-width: 130px !important;
}

.isms_b {
  max-width: 85px !important;
}

.isms_text_a {
  margin-top: 5px !important;
  color: #000 !important;
}

.isms_text {
  color: #000 !important;
}

#footer_neon img {
  height: auto;
  border-style: none;
  vertical-align: middle;
  width: 135px;
}

#info {
  width: 20%;
}

.wt-logo-size {
  width: 80%;
}

#nav.sitemap {
  width: 80%;
}

#info dl {
  margin: 0 !important;
}

#info dt {
  margin: 10px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  float: none;
}

#info dd {
  font-size: 12px;
  color: #fff;
  margin-left: 0;
  margin-top: 10px;
  line-height: 1.6;
  text-decoration: none;
}

#sitemap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  white-space: nowrap;
  margin-left: 80px;
  width: 80%;
}

#sitemap li {
  margin-left: 0;
}

#sitemapbtn {
  display: none;
}

#sitemap>ul {
  width: calc((65% - 100px) / 2);
  margin-right: 50px;
}

#sitemap>ul:last-child {
  width: 35%;
  margin-right: 0;
}

#sitemap>ul>li {
  margin-bottom: 15px;
}

#sitemap>ul>li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #424242;
}

#sitemap>ul>li>a.text-btn-m {
  font-size: 14px;
}

#sitemap>ul>li>a {
  display: block;
  padding: 15px 5px 0 5px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #eee;
  text-decoration: none;
}

#sitemap>ul>li>ul {
  flex: 1;
}

#sitemap>ul>li>ul>li {
  margin-bottom: 24px;
}

#sitemap>ul>li>ul>li a {
  position: relative;
  display: inline-block;
  padding-left: 16px;
}

#sitemap>ul>li>ul>li>a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 1px;
  background: #919395;
}

#sitemap>ul>li>ul>li li {
  margin-top: 8px;
}

#sitemap>ul>li li a {
  font-size: 1.5rem;
  font-weight: 700;
}

#sitemap ul {
  list-style: none;
  margin-bottom: 20px;
}

#sitemap ul>ul {
  margin-top: -5px;
  margin-left: 5px;
}

#sitemap>ul>li>a::before {
  content: none;
}

.footer-text-btn {
  position: relative;
  display: inline-block;
  text-decoration: none;
}


/* コンバージョンエリア */

.sp_600 {
  display: none;
}

div.conversion_area {
  text-align: center;
  background: #E4E4E4;
  border-top: 10px solid #092C83;
  border-bottom: 10px solid #092C83;
  position: relative;
  height: 350px;
}

p.conversion_area_chatch {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  color: #092C83;
  font-weight: bold;
  border: 7px solid #092C83;
  line-height: 1.4;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px 45px;
  position: absolute;
  top: -39%;
  left: 50%;
  transform: translate(-50%, 39%);
  font-size: 22px;
  display: inline-block;
}

div.ivr_tel {
  padding-top: 70px;
}

p.ivr_tel_txt {
  color: #092C83;
  font-size: 18px;
  margin-top: -15px;
  margin-bottom: 40px;
  padding-left: 80px;
  font-weight: bold;
}

a.conversion_area_btn {
  padding: 10px;
  font-size: 22px;
  font-weight: bold;
  border-radius: 15px;
  display: block;
  width: 265px;
}

a.conversion_area_btn_c {
  color: #fff !important;
  background: #e50012;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, .14);
  text-decoration: none !important;
}


a.conversion_area_btn_c:hover {
  background: #fa6370;
  /* border: 4px solid #3E68CF; */
  box-shadow: 0 5px 8px 2px rgba(0, 0, 0, .14);
  transform: translateY(-1.5px);
}

a.conversion_area_btn_t {
  color: #092C83 !important;
  background: #FFDD01;
  box-shadow: 0 2px 5px 2px rgba(133, 133, 133, 0.14);
  text-decoration: none !important;
}


a.conversion_area_btn_t:hover {
  background: #FFF194;
  /* border: 4px solid #FFDD01; */
  box-shadow: 0 5px 8px 2px rgba(76, 76, 76, 0.14);
  transform: translateY(-1.5px);
}


div.conversion_area:after {
  content: url(/wordpress/wp-content/themes/twentytwelve-child/neon-ivr/assets/img/neon-ivr_contact_01.png);
  position: absolute;
  display: block;
  right: 120px;
  bottom: -1.4%;
  transform: translate(-120px, 1.4%);
}

a.tel_no {
  position: relative;
  text-decoration: none;
  font-weight: bold;
  color: #092C83;
  font-size: 55px;
  padding-left: 60px;
}


a.tel_no::before {
  content: url(/wordpress/wp-content/themes/twentytwelve-child/neon-ivr/assets/img/tel_icon.png);
  position: absolute;
  display: block;
  left: -2%;
  bottom: -19%;
  transform: translate(2%, 19%);
}

div.conversion_btn_flexbox {
  display: flex;
  justify-content: space-around;
  max-width: 600px;
  margin: 0 auto;
}

@media(max-width:1500px) {

  div.conversion_area:after {
    content: url(/wordpress/wp-content/themes/twentytwelve-child/neon-ivr/assets/img/neon-ivr_contact_01_sp.png);
    right: 27%;
    bottom: -1.4%;
    transform: translate(-27%, 1.4%);
  }

  div.conversion_area {
    height: 380px;
  }

  p.conversion_area_chatch {
    width: 750px;
  }

  a.tel_no::before {
    left: 0;
    bottom: -20.4%;
    transform: translate(0, 20.4%);
  }

  div.conversion_area_inner {
    max-width: 750px;
    margin: 0 auto;
  }

  div.ivr_tel {
    padding-top: 65px;
  }


  div.conversion_btn_flexbox {
    display: block;
    max-width: 506px;
  }

  a.conversion_area_btn_c {
    margin-bottom: 15px;
  }

  a.conversion_area_btn {
    font-size: 20px;
  }

  a.tel_no {
    font-size: 48px;
  }

  p.ivr_tel_txt {
    font-size: 16px;
  }

  p.conversion_area_chatch {
    top: -32%;
    left: 50%;
    transform: translate(-50%, 32%);
  }
}

@media(max-width:1300px) {

  div.conversion_area:after {
    right: 18%;
    bottom: -1.4%;
    transform: translate(-18%, 1.4%);
  }
}

@media(max-width:1000px) {
  #sitemap>ul>li {
    margin-left: 0;
  }

  #sitemap>ul>ul>li {
    margin-left: 0;
  }

  #sitemap>ul>ul>ul>li {
    margin-left: 0;
  }

}


@media(max-width:800px) {
  p.conversion_area_chatch {
    padding: 10px 20px;
    top: -23%;
    left: 50%;
    transform: translate(-50%, 23%);
    font-size: 18px;
    width: 580px;
  }

  a.tel_no {
    font-size: 40px;
  }

  a.tel_no::before {
    left: 0;
    bottom: -22.4%;
    transform: translate(0, 22.4%);

  }

  div.conversion_area:after {
    right: 10%;
    bottom: -1.4%;
    transform: translate(-10%, 1.4%);
  }

  div.ivr_tel {
    padding-top: 55px;
  }

  div.conversion_area {
    height: 360px;
  }
}

@media(max-width:600px) {
  .sp_600 {
    display: block;
  }

  p.conversion_area_chatch {
    font-size: 16px;
    width: 400px;
  }

  div.conversion_area:after {
    content: none;
  }

  a.conversion_area_btn {
    font-size: 16px;
  }

  a.conversion_area_btn_c {
    margin: 0 auto 10px;
  }

  a.conversion_area_btn_t {
    margin: 0 auto;
  }

  a.tel_no {
    font-size: 30px;
    padding-left: 40px;
  }

  div.ivr_tel {
    padding-top: 75px;
  }

  a.tel_no::before {
    content: url(/wordpress/wp-content/themes/twentytwelve-child/neon-ivr/assets/img/tel_icon_sp.png);
  }

  p.ivr_tel_txt {
    margin-bottom: 25px;
  }

  p.ivr_tel_txt {
    margin-top: -10px;
    font-size: 14px;
    padding-left: 10px;
  }

  a.tel_no::before {
    left: 2%;
    bottom: -18.4%;
    transform: translate(-2%, 18.4%);
  }


  div.conversion_area {
    height: 320px;
  }
}


@media(max-width:480px) {
  div.conversion_area_b {
    margin-top: -40px;
  }

}

@media(max-width:450px) {

  p.conversion_area_chatch {
    padding: 10px;
    font-size: 14px;
    width: 350px;
  }

}


@media(max-width:360px) {
  p.conversion_area_chatch {
    padding: 5px 0;
    width: 320px;
  }

  a.tel_no {
    font-size: 22px;
    padding-left: 38px;
  }

  p.ivr_tel_txt {
    padding-left: 10px;
    font-size: 13px;
    margin-top: -5px;
  }

  a.tel_no::before {
    left: 6%;
    bottom: -19.4%;
    transform: translate(-6%, 19.4%);
    content: url(/wordpress/wp-content/themes/twentytwelve-child/neon-ivr/assets/img/tel_icon_sp_b.png);
  }

  div.ivr_tel {
    padding-top: 60px;
  }

  div.conversion_area {
    height: 290px;
  }
}

/* NEONIVRでできるること */
div.ivr_function_flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

div.ivr_function_flexbox_item {
  width: 23%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-bottom: 20px;
  height: 230px;
  background: #fff;
}

div.ivr_function_flexbox_item_icon {
  width: 30%;
  margin: 0 auto;
}

div.ivr_function_flexbox_item_a {
  background: #FFF194;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 7px 5px 5px;
}


p.ivr_function_flexbox_item_ttl {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: bold;
  color: #3E68CF;
}

div.ivr_function_flexbox_item_b {
  padding: 10px 13px;
}

p.ivr_function_flexbox_item_txt {
  margin-bottom: 0;
  text-align: left;
  font-size: 14px;
  line-height: 1.3;
  font-weight: normal;
}

div.ivr_function_flexbox_item_kara {
  box-shadow: none;
  background-color: transparent;
}

span.ivr_function_flexbox_item_txt_s {
  font-size: 11.7px;
}



@media(max-width:1200px) {
  div.ivr_function_flexbox_item {
    width: 31%;
  }

  div.ivr_function_flexbox_item {
    height: 220px;
  }

  div.ivr_function_flexbox_item_kara {
    display: none;
  }
}

@media(max-width:900px) {
  div.ivr_function_flexbox_item {
    width: 48%;
  }
}

@media(max-width:600px) {
  div.ivr_function_flexbox {
    display: block;
  }

  div.ivr_function_flexbox_item {
    width: 70%;
    margin: 0 auto 20px;
  }

  div.ivr_function_flexbox_item_icon {
    width: 25%;
  }

  div.ivr_function_flexbox_item {
    height: 200px;
  }
}


@media(max-width:480px) {
  div.ivr_function_flexbox_item {
    width: 100%;
  }

  div.ivr_function_flexbox_item_icon {
    width: 20%;
  }

  div.ivr_function_flexbox_item {
    height: 200px;
  }
}


/* フッター */

.footer-text-btn::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: rgb(238, 238, 238);
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.footer-text-btn:hover::after {
  transform: scale(1, 1);
}

a.footer-text-btn {
  padding: 0;
  transition: all .3s;
  color: #ccc !important;
  font-size: 12px;
  font-weight: 500;
}

.link-blank::after {
  content: url(/wordpress/wp-content/uploads/img/link-blank.svg);
  width: 14px;
  height: 14px;
  float: right;
  margin-left: 5px;
  margin-top: 12px;
}

.link-blank2::after {
  content: url(/wordpress/wp-content/uploads/img/link-blank.svg);
  width: 12px;
  height: 12px;
  float: right;
  margin-left: 8px;
  margin-top: 0;
}

span.left-space {
  padding-left: 10px;
}

.f_left_m {
  margin-left: 15px;
}

@media(min-width:1401px) {
  div.footer-mark {
    width: 80%;
  }
}

@media (max-width:1400px) and (min-width:1261px) {
  div.footer-mark {
    width: 90%;
  }
}

@media (max-width:1260px) and (min-width:1001px) {
  div.footer-mark {
    width: 100%;
  }

  #sitemap {
    margin-left: 50px;
  }
}

@media (max-width: 1000px) {
  #footercontents {
    flex-wrap: wrap;
    width: 85%;
  }


  #info {
    width: 100%;
  }
}

@media (max-width: 1000px) and (min-width: 600px) {
  #info {
    margin-bottom: 50px;
  }

  .wt-logo-size {
    width: 40% !important;
  }

  #sitemap>ul {
    margin: 0 0 50px 0 !important;
  }

  #sitemap {
    justify-content: space-between !important;
  }
}

@media (max-width: 1000px) and (min-width: 769px) {
  #sitemap {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    white-space: nowrap;
    margin-left: 1px;
    flex-direction: row;
    flex-wrap: wrap;
  }

  #sitemap>ul {
    width: 45%;
    margin: 0 auto;
  }

  span.isms_text {
    font-size: 12px;
  }
}

@media (max-width:768px) and (min-width:681px) {


  #footercontents {
    flex-wrap: wrap;
    width: 85%;
  }

  div.footer-mark {
    width: 50%;
    margin: auto;
  }
}


@media (max-width:768px) and (min-width:281px) {
  div.footer-mark {
    background: #fff;
    width: 100%;
  }

  #sitemap {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    white-space: nowrap;
    margin-left: 1px;
    flex-direction: row;
    flex-wrap: wrap;

  }

  #sitemap>ul {
    width: 40%;
    margin: 0 5%;
  }

  span.isms_text {
    font-size: 12px;
  }
}

@media (max-width: 599px) {


  #sitemap {
    margin-left: 1px;
  }

  #sitemap>ul:last-child {
    width: 100%;
  }

  #sitemap>ul {
    width: 100%;
    margin: auto;
  }

  #footercontents {
    flex-wrap: wrap;
    width: 85%;
  }

  #info {
    width: 100%;
  }

  .wt-logo-size {
    width: 50% !important;
  }

  .flexwrap_footer {
    width: 100%;
  }

  div.footer-mark {
    max-width: 260px;
    margin: auto 0;
  }
}



/* フッター２行のアンダーライン */

.footer-text-btn_2::after {
  content: none;
}

#sitemap>ul>li.br_marker {
  display: inline !important;
}

#sitemap>ul>li>a.footer-text-btn_2 {
  padding-bottom: .25em !important;
  background: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) 0 100%/0 1px no-repeat !important;
  transition: background .4s !important;
  text-decoration: none !important;
  display: inline !important;
}

#sitemap>ul>li>a.footer-text-btn_2:hover {
  background-size: 100% 1px !important;
}


/*************************************************

2024.03.21 追加 START

************************************************/
div.ivr--effect--box {
  width: 100%;
  margin: 40px auto auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

div.ivr--effect--box .effect {
  position: relative;
  width: 49%;
  margin-right: 1%;
  font-size: 1.125rem;
  border: 3px solid #c5d3ff;
  border-radius: 10px;
}

div.ivr--effect--box .effect:nth-of-type(2) {
  margin-right: 0;
  margin-left: 1%;
}

div.ivr--effect--box .effect::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 12px;
  width: 52px;
  height: 52px;
  background: url(/wordpress/wp-content/themes/twentytwelve-child/neon-ivr/assets/img/graph.png) center center / 52px no-repeat;
  transition: all .3s ease-out;
}

div.ivr--effect--box .effect:nth-of-type(2)::after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 10px;
  width: 70px;
  height: 70px;
  background: url(/wordpress/wp-content/themes/twentytwelve-child/neon-ivr/assets/img/good.png) center center / 70px no-repeat;
  transition: all .3s ease-out;
}

div.ivr--effect--box .effect .title {
  margin: auto auto 15px;
  padding: 12px 0;
  font-size: 1.45rem;
  font-weight: 700;
  text-align: center;
  background: #cad6fd;
}

div.ivr--effect--box .effect .inner {
  padding: 5px 10px 0;
}

@media (max-width:600px) {
  div.ivr--effect--box {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: -60px;
  }

  div.ivr--effect--box .effect {
    width: 100%;
    margin-right: 0;
    font-size: 1rem;
  }

  div.ivr--effect--box .effect:first-child {
    margin-bottom: 20px;
  }

  div.ivr--effect--box .effect:nth-of-type(2) {
    margin-left: 0;
  }

  div.ivr--effect--box .effect .inner {
    padding: 5px 10px 40px 0;
  }

  div.ivr--effect--box .effect:nth-of-type(2) .inner {
    padding: 5px 10px 25px 0;
  }

  div.ivr--effect--box .effect .title {
    font-size: 20px;
  }

  div.ivr--effect--box .effect::after {
    width: 46px;
    height: 46px;
    background: url(/wordpress/wp-content/themes/twentytwelve-child/neon-ivr/assets/img/graph.png) center center / 46px no-repeat;
  }

  div.ivr--effect--box .effect:nth-of-type(2)::after {
    bottom: 2px;
    width: 54px;
    height: 54px;
    background: url(/wordpress/wp-content/themes/twentytwelve-child/neon-ivr/assets/img/good.png) center center / 54px no-repeat;
  }
}

/*************************************************

2024.03.21 追加 END

************************************************/