#header {
  position: fixed;
  top: 0;
  overflow: hidden;
  width: 100%;
  padding: 6px 0;
  background: #fff;
  box-sizing: border-box;
  z-index: 1;
}
#header img {
  width: 145px;
}
@media screen and (max-width: 548px) {
  #header ul li:first-child{
    margin-right: 0!important;
  }
  #header ul li{
    width: 14px;
  }
}
#logo {
  text-align: center;
}
#logo img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#footer {
  position: relative;
}
.footer-wrap {
  display: none;
  position: fixed;
  right: 0;
  bottom: -10px;
  left: 0;
  overflow: hidden;
  /* margin: 0 auto; */
  padding: 0 15px 30px;
}
#channel-page .footer-wrap,
#branch-page .footer-wrap {
  display: none;
}
.footer-prompt {
  /* display: inline-block; */
  width: 88%;
  margin: 10px 5px 0;
  padding: 20px 5%;
  border-radius: 10px;
  background-color: #373f83;
  box-shadow: 0 0 3px 0 #b5b5b5;
}
.footer-prompt {
  /* content: "";
	width: 16px;
	height: 26px;
	position: absolute;
	top: 35%;
	right: 15px; */
  display: block;
  background: url('/v-ivr/images/arrow_white.png') right 15px center no-repeat;
  background-size: 14px auto;
}
.footer-prompt div {
  float: left;
}
.footer-prompt .prompt-img {
  max-width: 90px;
}
.prompt-img {
  width: 20%;
}
.prompt-img img {
  width: 100%;
  max-width: 62px;
  margin: 10px 0px;
}
.prompt-content {
  width: 60%;
  margin-left: 5%;
  color: #fff;
  font-size: 85%;
}

.prompt-content img {
  width: 11px;
  margin: 0 1px 0 4px;
}

.footer-link {
  padding-bottom: 20px;
  text-align: center;
}
.footer-link a {
  color: #000;
  text-decoration: none;
}

.footer-sns {
  overflow: hidden;
  width: 209px;
  margin: 0 auto;
}
.footer-sns p.lbl {
  margin-bottom: 7px;
  color: #000;
  text-align: center;
}
.footer-sns a {
  display: block;
  float: left;
  width: 32px;
}
.footer-sns a.first {
  margin-left: 15%;
}
.footer-sns a.mid {
  margin: 0 25px;
}
.footer-sns a.last {
  float: right;
  margin-right: 15%;
}
.footer-sns a img {
  width: 32px;
  height: auto;
}
.footer-sns a:last-child img {
  padding: 2px;
  box-sizing: border-box;
}

.footer-link a::after {
  display: inline-block;
  content: '';
  width: 14px;
  height: 14px;
/*  background: url('/v-ivr/images/attention_arrow.png') no-repeat;*/
  background: url('/v-ivr/images/ico_new_tab.png') no-repeat;
  background-size: 14px;
  margin: 2px 1.5% 0;
  float: right;
}

.footer-prompt span {
  position: absolute;
  top: 0;
  right: -17px;
}
.footer-prompt span img {
  width: 50%;
}
.footer-prompt .close-btn {
  position: absolute;
  top: 0;
  right: 10px;
  width: 32px;
}
.footer-prompt .close-btn img {
  width: 100%;
}
.footer-content {
  overflow: hidden;
  margin: 0 auto;
  padding: 20px;
}
.footer-text {
  float: left;
  width: 54%;
  color: #444;
  font-size: 79%;
  line-height: 1.6;
  letter-spacing: 1px;
}
.footer-logo {
  float: right;
  width: 46%;
  margin-top: 6px;
  text-align: right;
}
.footer-logo img {
  width: 113px;
  height: 24px;
}
.footer-copyright {
  display: block;
  padding: 12px 35px 10px;
  background-color: #5d5d5d;
  text-align: center;
  line-height: 1.7;
}
.footer-bg {
  text-align: center;
}
.footer-copyright p {
  color: #fff;
  font-size: 82%;
  letter-spacing: 0.3px;
}

#header ul {
  position: relative;
  /* height: 33px; */
}
#header ul li {
	float: left;
  width: 15%;
  text-align: center;
}
#header ul li:first-child {
	width: 40%;
  margin-top: 20px;
  margin-right: -50px;
}
#header ul li.chat img, 
#header ul li.question img, 
#header ul li.login img {
  width: 24px;
  height: auto;
  padding-top: 8px;
}
#header ul li.chat .a-icon-text, 
#header ul li.question .a-icon-text, 
#header ul li.login .a-icon-text {
  margin-top: -5px;
  line-height: 1.5;
}
#header ul li:last-child {
  width: 15%;
  /* position: absolute;
  top: -10px;
  right: -8px; */
}
/* #logo .mainlogo {
	display: block;
	padding-top: 10px;
} */
.o-menubar_permanentitem_body {
  padding: 5px;
}
.o-menubar_permanentitem_body span {
  width: 28px;
  height: 28px;
  display: block;
}
.a-icon {
  display: block;
  width: 20px;
  height: 20px;
  margin: 6px;
}
.a-icon-menu {
  background: url('../images/menu.svg') no-repeat center;
  background-size: 28px;
  margin: 0 auto;
}
.a-icon-menu.cross {
  background: url('../images/cross.svg') no-repeat center;
  background-size: 28px;
}
.a-icon-text {
  font-size: 10px;
  color: #4d4d4d;
  line-height: 1;
}
.menulist li {
  border-bottom: 1px solid #f0f0f0;
}
.o-menubar_menubody {
  position: relative;
  padding: 15px;
}
.menulist li .menuLitsHeading {
  color: #4653A2;
  font-size: 16px;
  font-weight: bold;
  text-indent: 15px;
}
.menulist li a.newTabIco {
  background: url('/v-ivr/images/ico_new_tab.png') no-repeat 98% 50%;
  background-size: 15px auto;
}
.menulist li a.sameTabIco {
  background: url('/v-ivr/images/channel_arrow.png') no-repeat 98% 50%;
  background-size: 15px auto;
}
.o-menubar_menubody.open {
  display: block;
  overflow-y: scroll;
}
.o-menubar_menuitem_body {
  display: block;
  padding: 20px 15px 20px 0;
  color: #666;
  font-size: 14px;
}
.o-menubar_menuitem_iconcontainer {
  display: inline-block;
  float: left;
  width: 32px;
  height: 32px;
  margin: 0 13px 0 4px;
  vertical-align: middle;
  background-color: #f3f3f3;
  border-radius: 50%;
}
.o-menubar_menuitem_label {
  vertical-align: middle;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.02214em;
  font-weight: 600;
}
.o-menubar_menuitem_label.fcBlue {
  color: #4653A2;
}
.icon_01 {
  background: url('../images/contact_ico_btn_01.png');
  background-size: 20px;
}
.icon_02 {
  background: url('../images/contact_ico_btn_02.png');
  background-size: 20px;
}
.icon_03 {
  background: url('../images/contact_ico_btn_03.png');
  background-size: 20px;
}
.icon_04 {
  background: url('../images/contact_ico_btn_04.png');
  background-size: 20px;
}
.icon_05 {
  background: url('../images/contact_ico_btn_05.png');
  background-size: 20px;
}
.icon_06 {
  background: url('../images/contact_ico_btn_06.png');
  background-size: 20px;
}
.icon_07 {
  background: url('../images/contact_ico_btn_07.png');
  background-size: 20px;
}
.icon_08 {
  background: url('../images/contact_ico_btn_08.png');
  background-size: 20px;
}
.icon_09 {
  background: url('../images/contact_ico_btn_09.png');
  background-size: 20px;
}
.icon_10 {
  background: url('../images/contact_ico_btn_10.png');
  background-size: 20px;
}
.icon_11 {
  background: url('../images/contact_ico_btn_11.png');
  background-size: 20px;
}
.icon_12 {
  background: url('../images/contact_ico_btn_12.png');
  background-size: 20px;
}
.icon_13 {
  background: url('../images/contact_ico_btn_13.png');
  background-size: 20px;
}
.icon_14 {
  background: url('../images/contact_ico_btn_14.png');
  background-size: 20px;
}
.icon_15 {
  background: url('../images/contact_ico_btn_15.png');
  background-size: 20px;
}
.icon_16 {
  background: url('../images/contact_ico_btn_16.png');
  background-size: 20px;
}
.icon_17 {
  background: url('../images/contact_ico_btn_17.png');
  background-size: 20px;
}
.icon_18 {
  background: url('../images/contact_ico_btn_18.png');
  background-size: 20px;
}
.icon_19 {
  background: url('../images/contact_ico_btn_19.png');
  background-size: 20px;
}
.icon_20 {
  background: url('../images/contact_ico_btn_20.png');
  background-size: 20px;
}
.icon_21 {
  background: url('../images/contact_ico_btn_21.png');
  background-size: 20px;
}
.icon_22 {
  background: url('../images/contact_ico_btn_22.png') center;
  background-size: 35px;
  border-radius: 20px;
}

.accordion_menu {
  display: block;
  padding-left: 15px;
}
.plus_icon {
  background: url('../images/plus.png') no-repeat center right;
  background-size: 15px;
}
.plus_icon.minus {
  background: url('../images/minus.png') no-repeat center right;
  background-size: 15px;
}
.accordion_list {
  display: none;
  margin-bottom: 30px;
}
.accordion_list.open {
  display: block;
}
.plus_icon .accordion_list.open {
  background: url('../images/minus.png') no-repeat center right;
  background-size: 15px;
}
.accordion01 ul li {
  border: none;
}
.accordion_list a {
  display: block;
  padding: 7px 7px 7px 38px;
  color: #666;
  font-size: 14px;
}
.menuOverlay {
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  overflow-y: scroll;
  z-index: 100;
}
.menuOverlay.open {
  display: block;
}

/* 20220419 追加 */
.retuenTop {
  position: fixed;
  right: 2%;
  bottom: 10px;
  width: 68px;
  height: 68px;
  background-image: url('/v-ivr/images/rmvtop.png');
  background-size: cover;
}

#channel-area {
  padding-bottom: 20px;
  background-color: #f0f0f0;
}

#channel-area .section-content:last-child {
  margin-bottom: -20px;
}

#channel-area .around-w:last-child {
  margin-bottom: -20px;
}

/* 01AP2024 new */
#faq-area {
  overflow: hidden;
  padding: 20px 16px 5px;
  background: #fff;
  text-align: center;
}
#faq-area h2 {
  margin-bottom: 20px;
  color: #4553a3;
  font-size: 170%;
  font-weight: bold;
}
#faq-area ul li {
  overflow: hidden;
  margin-bottom: 10px;
  border: 2px solid #c9ced5;
  background: url(/v-ivr/images/ico_new_tab.png) right 20px top 12px no-repeat;
  background-size: 15px;
  border-radius: 10px;
}
#faq-area ul li a.newTabIco {
  display: block;
  float: left;
  width: 100%;
  color: #444;
  text-decoration: none;
  text-align: left;
  background: url(/v-ivr/images/needs_deco_img.png) transparent right bottom no-repeat;
  background-size: 22px 22px;
}
#faq-area ul li a.newTabIco span.faqListIco {
  display: block;
  float: left;
  margin: 10px;
  width: 20px;
  height: 20px;
  background: url(/v-ivr/include/images/contact_ico_btn_22.png) center no-repeat;
  background-size: 35px;
  border-radius: 20px;
}
#faq-area ul li a.newTabIco p {
  overflow: hidden;
  width: 75%;
  margin: 10px 0;
}

/* 05AP2024 new */
.attention .attention-header h2.attV2 {
  color: #c32e96;
}

/* 05AU2024 new | sougou page */
#title .lBel {
  display: block;
  padding: 10px 53px 10px;
  overflow: hidden;
  text-align: center;
}
#title .lBel img {
  max-width: 100%;
  height: auto;
}
h2.noticeHeading {
  padding: 10px 0;
  color: #000;
  font-size: 135%;
  font-weight: bold;
  line-height: 33px;
  text-indent: 40px;
  background: #d9d9d9 url('../../images/icon_importantinfo.png')18px no-repeat;
  background-size: 18px;
}
h2.noticeHeading.pnk {
  color: #c32e96;
}
#procNinq {
  overflow: hidden;
  padding: 0 10px;
  background: #faf9f5;
  box-sizing: border-box;
}
#procNinq a {
  display: block;
  float: left;
  overflow: hidden;
  width: 50%;
  line-height: 0;
}
#procNinq a img {
  width: 100%;
  height: auto;
}

/* 21AP2025 | top page - needs area heading */
h2.needsAreaHeading {
  margin-bottom: 20px;
  color: #4553a3;
  font-size: 170%;
  font-weight: bold;
}

/*
#procNinq .panel {
  float: left;
  width: 48%;
  height: 230px;
  padding: 10px;
  overflow: hidden;
  background: #fff;
  border: 4px solid #c32e96;
  border-radius: 20px;
  box-sizing: border-box;
}
#procNinq .panel:first-child {
  margin-right: 4%;
  border: 4px solid #4653a2;
}
#procNinq .panel .ttl {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 135%;
  font-weight: bold;
}
#procNinq .panel .ttl img {
  float: left;
  max-width: 25%;
  max-height: 50px;
  margin-right: 10px;
}
#procNinq .panel .ttl p {
  padding-top: 6%;
  box-sizing: border-box;
}
#procNinq .panel p {
  float: left;
  font-size: 85.7%;
  text-align: center;
}
#procNinq .panel .nTab {
  display: inline-block;
  margin-top: 10px;
}
#procNinq .panel .nTab:after {
  display: inline-block;
  content: '';
  position: relative;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  background-image: url(/v-ivr/images/ico_new_tab.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#procNinq .panel .nTab a {
  color: #333;
  text-decoration: none;
}
*/