@charset "utf-8";
/* CSS Document */
/*************************************
common
**************************************/
/*ttl-dotted*/
.ttl-dotted{
  padding-bottom: 10px;
  border-bottom: 1px dotted #afafaf;
}


/*ttl-border*/
.ttl-border{
  padding-bottom: 10px;
  position: relative;
}
.ttl-border:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 1px;
  background: linear-gradient(90deg,#003670, #009fe8);
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}


/*list-dotted is-gray*/
.list-dotted.is-gray > li {
  padding-left: 20px;
  position: relative;
}

.list-dotted.is-gray > li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #afafaf;
  border-radius: 500px;
  position: absolute;
  top: 8px;
  left: 4px;
}

@media screen and (max-width: 767px){
  /*ttl-dotted*/
.ttl-dotted{
  padding-bottom: 5px;
}
  
  /*list-dotted is-gray*/
  .list-dotted.is-gray > li{
    font-size: 14px;
  }
}

/*********************************************
box
**********************************************/
/*.NewsListBox*/
.NewsListBox .item{
  position: relative;
}
/* .NewsListBox .item:before{
  position: absolute;
  content: "→";
  color: #8e8e8e;
  top: 50%;
  right: 0;
  margin-top: -13px;
} */

.NewsListBox a {
  display: block;
  padding: 15px 0;
  color: inherit;
  /* border-bottom: 1px dotted #afafaf; */
  position: relative;
  transition: all 0.1s ease 0s;
}
.NewsListBox a:hover{
  text-decoration: none;
  opacity: 0.8;
}

.NewsListBox a:hover .txt{
  text-decoration: underline;
}

/* .NewsListBox a:before {
  position: absolute;
  content: '';
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #333333;
  transition: all 0.3s ease 0s;
}
.NewsListBox a:hover:before{
  width: 100%;
} */


.NewsListBox .date{
  width: 75px;
  margin-right: 10px;
  font-size: 14px;
}

.NewsListBox .msgTtl{
  width: 160px;
  padding: 2px;
  margin-right: 15px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
/* msgTtl color */
.msgTtl.setsuzoku{
  background: #ec6c00;
}
.msgTtl.option{
  background: #003670;
}
.msgTtl.biz{
  background: #4ca7bf;
}

@media screen and (max-width : 757px){
  .NewsListBox a {
    padding: 10px 20px 10px 0;
  }
  .NewsListBox .date {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 5px;
    font-size: 12px;
  }
  .NewsListBox .txt {
    font-size: 14px;
  }
  .NewsListBox .msgTtl {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 5px;
    width: 50%;
  }
}


/*woman-box*/
.woman-box{
  box-shadow: 0 0 8px #afafaf;
  background: #fff;
}
.woman-box .inner{
  padding: 20px 30px 20px 200px;
  position: relative;
}
.woman-box .inner:before{
  position: absolute;
  content: "";
  width: 140px;
  height: 157px;
  background: url("/images/img-woman.png") no-repeat;
  background-size: contain;
  bottom: 0;
  left: 30px;
}
.woman-box .ttl{
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #003670;
}
.woman-box li a{
  color: inherit;
  text-decoration: underline;
}
.woman-box li a:hover{
  text-decoration: none;
}

@media screen and (max-width: 767px){
  .woman-box .inner {
    padding: 30px 15px 20px 15px;
  }
  .woman-box .inner:before {
    width: 70px;
    height: 78px;
    bottom: auto;
    left: 50%;
    top: -50px;
    margin-left: -35px;
  }
  .woman-box .ttl {
    font-size: 15px;
  }
  .woman-box li a{
  font-size: 12px;
  }
}

/*white-box*/

.white-box{
  padding: 20px 30px 30px;
  background: #fff;
  box-shadow: 0 0 8px #afafaf;
}
.white-box .ttl{
  margin-bottom: 15px;
  font-size: 24px;
  color: #003670;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px){
  .white-box {
    padding: 10px 15px 15px;
  }
  .white-box .ttl {
    margin-bottom: 10px;
    font-size: 18px;
  }
}



/*********************************************
header
**********************************************/
#header{
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  background: #e2ecf5;
}
.header .inner{
  position: relative;
}

/*logo-box*/
.logo-box {
  width: 200px;
  text-align: center;
  background: #003670;
  position: absolute;
  z-index: 999;
  left: -20px;
}
.logo-box .logo {
  padding:12px 25px;
}
.logo-box .logo-text {
  padding: 11px 25px;
  text-align: left;
  color: #fff;
  font-size: 12px;
  position: relative;
}
.logo-box .logo-text:before {
  position: absolute;
  content: "";
  width: 140px;
  height: 6px;
  background: url(/images/img-border.png) no-repeat;
  background-size: contain;
  top: 0;
}

/*header-top*/
.header .header-top {
  padding: 5px 10px;
  padding-left: 180px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* height: 60px; */
}

.login-btn-header-sp{
  width: 280px;
  /* height: 50px; */
  margin: 15px auto 0;
}
.login-btn-header-pc:hover{
  opacity: 0.8;
}

.link-header li+li{
  border-left: 1px solid #b3d1df;
}
.link-header .btn{
  display: block;
  font-size: 12px;
  padding: 5px 14px;
  color: #003670;
  background-color: transparent;
}
.link-header .btn:before{
  content: none;
}
.link-header .btn .icon {
  display: block;
  margin-bottom: 5px;
  width: 100%;
  height: 26px;
  text-align: center;
}
.link-header .btn .icon.icon-tel{
  background: url("/common/images/icon-contact.svg") no-repeat center /contain;
}
.link-header .btn .icon.icon-download{
  background: url("/common/images/icon-download.svg") no-repeat center /contain;
}

/*login-btn*/

.login-btn a{
  display: block;
  padding: 10px;
  padding-top: 35px;
  background: #f00e0e;
  box-shadow: 3px 4px 8px -6px rgba(0,0,0,0.7);
  position: relative;
}
.login-btn a:hover{
  opacity: 0.8;
  text-decoration: none;
}
.login-btn a .icon{
  position: absolute;
  width: 14px;
  height: 22px;
  top: 5px;
  left: 50%;
  margin-left: -7px;
}

.login-btn a:hover img{
  opacity: initial;
}
.login-btn .txt{
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: bold;
}
.login-btn-footer a{
  padding-top: 10px;
  padding-left: 35px;
  text-align: center;
  box-shadow: none;
}

.login-btn-footer a .icon{
  left: 15px;
  margin-left: 0;
  top: 50%;
  margin-top: -14px;
}

.login-btn-footer .txt{
  font-size: 16px;
}

.header .nifty-link{
  width: 92px;
  margin-left: 18px;
  text-align: right;
  font-size: 12px;
  color: inherit;
}

/*header-signup*/
/* .header-signup {
  margin: 0 -200%;
  padding: 5px 200%;
  background: #d6e1ea;
} */
.signup-inner {
  padding: 0 30px;
}
.signup-inner .tel-num {
  margin-right: 15px;
  font-size: 24px;
  font-weight: bold;
}
.signup-inner .tel-time {
  font-size: 12px;
}


/*gnav*/
.gnav {
  margin: 0 -200%;
  padding: 0px 200%;
  background: #fff;
  transition: all 0.2s ease 0s;
}

.list-gnav {
  margin-left: 180px;
  font-size: 14px;
}
.btn.is-gnav {
  padding: 16px 22px;
  background: #fff;
  color: #333;
  position: relative;
}

.btn.is-gnav:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #ec6c00;
  transition: 0.2s ease;
}
.btn.is-gnav:hover:before {
  width: 100%;
}

.btn.is-gnav:hover{
  color: #ec6c00;
  font-weight: bold;
  opacity: 1;
}

.sub-menu-btn.open{
  color: #ec6c00;
  font-weight: bold;
  opacity: 1;
}

/*header-menu*/
.header-menu{
  display: none;
  position: absolute;
  width: 200%;
  left: -50%;
  box-shadow: 0 0 8px #afafaf;
  z-index: 99;
  background: #fff;
}
.header-menu.select{
  display: block;
}

.header-menu .inner{
  max-width: 980px;
  padding: 20px 0;
  margin: 0 auto;
  display: flex;
}

.header-menu .menu-col {
  width: calc(100% / 4);
}
.header-menu .menu-col:nth-of-type(n+2) {
  border-left: 2px dotted #c5ba9f;
}

.header-menu .menu-head{
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
}

.header-menu .list-menu li + li {
  margin-top: 0;
}
.header-menu .list-menu a{
  display: block;
  padding: 10px 10px 10px 35px;
  transition: all 0.1s ease 0s;
}
.header-menu .list-menu a:hover{
  color: inherit;
  background: #ffdbc0;
}
.header-menu .list-menu a:before {
  top: 16px;
  left: 20px;
}

/*.fixed付与*/
.fixed .header-top,
.fixed .header-signup,
.fixed .logo-text{
  opacity: 0;
  z-index: -10;
}

.fixed .gnav {
  top: 0;
  box-shadow: 0 0 8px #afafaf;
}



@media screen and (max-width: 767px) {
  #header{
    background-color: #ffffff;
  }
  .header .inner{
    padding: 0;
  }
  /*logo-box*/
  .logo-box {
    width: 100%;
    background: #fff;
    position: relative;
    left: 0;
    display: flex;
    align-content: center;
  }
  .logo-box .logo {
    width: 24%;
    padding: 10px;
    background: #003670;
  }
  .logo-box .logo-text {
    width: 70%;
    padding: 10px;
    text-align: left;
    color: #333333;
    font-size: 10px;
    position: relative;
  }
  .logo-box .logo-text:before {
    content: none;
  }

  .login-btn a{
    padding-top: 10px;
    text-align: center;
  }

  .login-btn a .icon {
    position: absolute;
    width: 14px;
    height: 22px;
    top: 50%;
    left: 15px;
    margin-left:0;
    margin-top: -11px;
}
  
    /*.btn-menu*/
  .sp-menu {
    cursor: pointer;
    display: flex;
    align-items: center;
}
  .sp-menu .btn-menu {
    width: 30px;
    height: 30px;
    position: relative;
    right: 10px;
  }
  .btn-menu-border {
    display: inline-block;
    width: 20px;
    height: 3px;
    background: #0B267C;
    border-radius: 999em;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    transition: 0.2s ease;
  }
  .btn-menu-border:nth-child(1) {
    top: 7px;
  }
  .btn-menu-border:nth-child(2) {
    top: 50%;
    margin-top: -1px;
  }
  .btn-menu-border:nth-child(3) {
    bottom: 6px;
  }
  .open .btn-menu-border:nth-of-type(1) {
    transform: rotate(-45deg);
    top: 50%;
    margin-top: -1px;
  }
  .open .btn-menu-border:nth-of-type(2) {
    display: none;
  }
  .open .btn-menu-border:nth-of-type(3) {
    transform: rotate(45deg);
    top: 50%;
    margin-top: -1px;
  }
  
  .header .header-top{
    padding-left: 0;
  }
  /*header-signup*/
  .signup-inner {
    margin-left: 0;
    padding: 2px 15px;
  }
  .signup-inner>p {
    padding-left: 0;
  }
  .signup-inner .tel-num {
    font-size: 23px;
  }
  .signup-inner .tel-time {
    font-size: 14px;
  }
  .signup-inner .tel-note {
    padding-left: 10px;
  }
  
    /*gnav*/
  .gnav{
    display: none;
    margin: 0;
    padding: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 52px;
    transition: auto;
    overflow-y: scroll;
    background-color: inherit;
  }
  .list-gnav {
    background: #fff;
    margin-left: 0;
  }
  .list-gnav li:nth-of-type(n+2) {
    border-top: 1px dotted #afafaf;
  }
  .btn.is-gnav {
    padding: 15px 20px;
  }
  .btn.is-gnav:before{
    content: none;
  }
  .sub-menu-btn.open{
  background: #ffdbc0;
  }
  
  /*header-menu*/
  .header-menu {
    position: relative;
    text-align: center;
    width: auto;
    left: auto;
    width: 100%;
  }
  .header-menu .inner {
    padding: 0;
    display: block;
  }
  .header-menu {
    box-shadow: 0 0 0 ;
  }
  .header-menu .menu-head {
    position: relative;
    font-size: 14px;
  }
  .header-menu .menu-head.open {
    box-shadow: 0px 9px 9px -9px grey;
    z-index: 1;
  }
  .header-menu .menu-head:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -8px;
    border-bottom: solid 2px #afafaf;
    border-right: solid 2px #afafaf;
  }
  .header-menu .menu-head.open:before {
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    margin-top: -4px;
  }
  
  .header-menu .menu-col {
    width: 100%;
  }
  .header-menu .menu-col:nth-of-type(n+2) {
    border-left: 0;
  }
  .menu-inner dl dd{
    display: none;
  }
  .header-menu .list-menu a {
    display: block;
    padding: 10px;
    background: #d6e1ea;
  }
  .header-menu .list-menu a:before {
    content: none;
  }
}

@media screen and (max-width: 356px){
  .gnav {
    top: 68px;
  }
}

/*menu-list*/
.menu-list li{
  padding: 0 40px;
}
.menu-list li+li{
  border-left: 1px solid #333;
}
.menu-list a{
  color: inherit;
}
@media screen and (max-width : 767px){
  .menu-list a{
    display: block;
    padding: 10px;
    background: #d6e1ea;
  }
  .menu-list a:hover{
    text-decoration: none;
    background: #ffdbc0;
  }
  .menu-list li {
    padding: 0;
    border-top: 1px dotted #afafaf;
  }
  .menu-list li+li{
    border-left:0;
  }
}
/*********************************************
mv-area
**********************************************/
.mv-area {
  background: url("/images/ttl-bg.png") repeat-y;
  position: relative;
  z-index: 0;
}
.mv-area:before{
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  z-index: -1;
}

.mv-area .ttl-wrap{
  margin-bottom: 0;
}
.mv-area .ttl-01{
  color: #fff;
}
/*********************************************
category note配下
**********************************************/
.category .grid {
  justify-content: flex-end;
}
.category li + li {
  border-left: 1px solid;
  padding-left: 10px;
  margin-left: 10px;
}
.category a {
  color: #333;
}

/*************************************
corporate-area
**************************************/
.corporate-box a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 25px;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  background: #4ca7bf;
  transition: all 0.2s ease 0s;
  position: relative;

}
.corporate-box a:hover{
  text-decoration: none;
  opacity: 0.7;
}
.corporate-box a:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 999em;
  background-color: #ffffff;
  -webkit-border-radius: 999em;
  -moz-border-radius: 999em;
  -ms-border-radius: 999em;
  -o-border-radius: 999em;
  right: 10px;
  top: 50%;
  margin-top: -11px;
}
.corporate-box a:after {
  position: absolute;
  content: '→';
  right: 10px;
  top: 50%;
  margin-top: -14px;
  color: #003670;
  width: 22px;
  height: 22px;
}

.corporate-box.bg-money a{
  background: url("/common/images/bg-money.png"),#4ca7bf;
  background-repeat: no-repeat,no-repeat;
  background-size: contain,cover;
  background-position: bottom left 10px,center;
}
.corporate-box.bg-tool a{
  background: url("/common/images/bg-tool.png"),#4ca7bf;
  background-repeat: no-repeat,no-repeat;
  background-size: contain,cover;
  background-position: bottom left 10px,center;
}
.corporate-box.bg-tel a{
  background: url("/common/images/bg-tel.png"),#4ca7bf;
  background-repeat: no-repeat,no-repeat;
  background-size: contain,cover;
  background-position: bottom left 10px,center;
}
@media screen and (max-width: 767px){
  .corporate-box a{
    padding: 15px;
    font-size: 16px;
    text-align: center;
    display: block;
  }
  .corporate-box a:after{
    margin-top: -12px;
  }
}

/*********************************************
faq-other-area
**********************************************/
.faq-other-area{
  padding: 70px 0 40px;
  background: #f0f0f0;
}
.faq-list-box li{
  border-bottom: 1px dashed #ffffff;
}

.faq-list-box a{
  display: block;
  padding: 15px 40px 15px 60px;
  position: relative;
  color: inherit;
  background: url(/images/icon_arrow_gray.svg) right 20px center no-repeat;
  background-size: 20px 26px;
  transition: all 0.1s ease 0s;
}

.faq-list-box a:hover{
  text-decoration: none;
  opacity: 0.8;
}


.faq-list-box a:before{
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 40px;
  height: 40px;
  background: url("/faq/images/icon-Q.png") no-repeat;
  background-size: contain;
}
.faq-list-box a:after {
  position: absolute;
  content: '';
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #333333;
  transition: all 0.3s ease 0s;
}
.faq-list-box a:hover:after {
  width: 100%;
}
@media screen and (max-width: 767px){
  .faq-other-area{
    padding: 35px 0 20px;
  }
  .faq-list-box a {
    padding: 15px 20px 15px 30px;
    font-size: 14px;
    background: url(/images/icon_arrow_gray.svg) right 0px center no-repeat;
    background-size: 15px 15px;
  }
  .faq-list-box a:before {
    top: 15px;
    width: 25px;
    height: 25px;
  }
}

/*************************************
btn-area
**************************************/
.btn-area{
  padding: 70px 0 30px;
  background: #d6e1ea;
  position: relative;
  z-index: 0;
}
.btn-area:before{
  position: absolute;
  content: "";
  width: 100%;
  height: 55%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: -1;
}
.faq-other-area+.btn-area:before{
  background:#f0f0f0;
}

.btn-area .btn-list{
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
  z-index: 1;
}

.btn-area .btn-list a{
  display: flex;
  width: 150px;
  height: 130px;
  padding-top: 60px;
  box-shadow: 0 0 8px #afafaf;
  text-align: center;
  font-size:16px;
  font-weight: bold;
  color: #003670;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: relative;
  z-index: 0;
  transition: all 0.2s ease 0s;
}
.btn-area .btn-list a:hover{
  text-decoration: none;
  opacity: 0.8;
  transform: scale(1.1,1.1);
}

.btn-area .btn-list a:before{
  position: absolute;
  content: "";
  top: 40px;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 50px;
  height: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

    /*icon*/
.btn-area .btn-list a.ic-faq:before{
  background-image: url("/common/images/icon-faq.svg");
}
.btn-area .btn-list a.ic-doc:before{
  background-image: url("/common/images/icon-doc.svg");
}
.btn-area .btn-list a.ic-contact:before{
  background-image: url("/common/images/icon-contact.svg");
}
.btn-area .btn-list a.ic-kiyaku:before{
  background-image: url("/common/images/icon-kiyaku.svg");
}
.btn-area .btn-list a.ic-dictionary:before{
  background-image: url("/common/images/icon-dictionary.svg");
}
.btn-area .btn-list a.ic-download:before{
  background-image: url("/common/images/icon-download.svg");
}

@media screen and (max-width: 767px){
  .btn-area {
    padding: 35px 0 15px;
  }
  .btn-area:before {
    height: 20%;
  }
  .btn-area .btn-list {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .btn-area .btn-list li{
    width: 48%;
  }
  .btn-area .btn-list li:nth-of-type(n+3) {
    margin-top: 18px;
  }
  .btn-area .btn-list a {
    width: 100%;
    height: auto;
    padding: 60px 0 15px;
    box-shadow: 0 0 6px #afafaf;
    font-size: 16px;
  }
  .btn-area .btn-list a:before {
    top: 30px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 320px){
  .btn-area .btn-list a{
    font-size: 14px;
  }
}

/*************************************
contact-area
**************************************/
.contact-area{
  background: #003670;
}

.contact-area .ttl-wrap{
  color: #fff;
}

.contact-area .ttl-02{
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}
.contact-area .ttl-02:before{
  position: absolute;
  content: "";
  width: 80px;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}

.contact-wrap{
  padding: 35px 30px;
  background: #fff;
}
.contact-wrap .heading{
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #afafaf;
}

.contact-wrap .heading .tel-time{
  padding: 5px 30px;
  background: #f0f0f0;
}

.contact-wrap .text-read {
  margin-top: 0px;
}

.contact-wrap .list-dotted:nth-of-type(n+2){
  margin-top: 0px;
}
.ivr-group{
  margin: 15px auto 10px;
}
.ivr-btn{
  max-width: 580px;
  margin: 0 auto;
  padding: 8px;
  background: #008dcf;
  color: #fff;
  text-align: center;
  transition: all 0.2s ease 0s;
  cursor: pointer;
  font-size: 13px;	
}
.triangle-bottom {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 10px;
  border-style: solid;
  border-width: 11px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
  transition: all 0.2s ease;
}
.ivr-btn.active > .triangle-bottom {
  transform: scale(1, -1);
}
.ivr-btn:hover{
  background: #0774a7;
}
.ivr-info{
  margin-top: 30px;
  text-align: center;
  display: none;
}
.ivr-info span {
  display: block;
  width: 871px;
  margin: 0 auto;
}
.faq-inner {
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    margin: 20px;
    padding: 20px 28px;
}
.faq-list li a {
	position: relative;
	color: #ffffff;
    text-decoration: underline;
}
.faq-list li a:hover {
	color: #ec6c00;
    text-decoration: underline;
}
.faq-list li a:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 8px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 8px;
    left: -14px;
}
.faq-list li a:hover:before{
  border-color: transparent transparent transparent #ec6c00;
}

@media screen and (max-width: 767px){
  .contact-area .ttl-02 {
    margin-bottom: 15px;
  }
  .contact-wrap {
    padding: 18px 15px;
  }
  .contact-wrap .heading {
    margin-bottom: 10px;
    padding-bottom: 15px;
  }
  .contact-wrap .tel-wrap {
    text-align: center;
  }
  .contact-wrap .heading .tel-time {
    padding: 10px 10px;
    font-size: 14px;
  }
  .contact-wrap .text-read {
    margin-top: 10px;
    font-size: 12px;
  }
  .contact-wrap .list-dotted:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .ivr-info{
    overflow-x: scroll;
    margin-top: 10px;
  }
}

.kiyaku_box{
	padding-top: 10px;
	font-size: 12px !important;
}

/** デバイス出し分け **/

@media screen and (max-width: 767px){
  .hide-sp { display: none;  }
}

@media screen and (min-width: 768px){
  .hide-pc { display: none;  }
}
