@charset "UTF-8";
/* CSS Document */

/* btn
-------------------------------------------*/
.btn {
    margin: 0 auto;
    border-radius: 5px;
    position: relative;
}
.btn a{
    display: block;
    text-align: center;
    margin: 0 auto;
    position: relative;
    background-color: #053A88;
    border-radius: 5px;
    color: #FFF;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    transition-duration: 0.3s;
    font-weight: 600;
}
.btn a:hover{
    text-decoration: none;
    background-color: #2352c8;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.4);   
}

/* _normal */
.btn._normal{
    margin: initial;
}
.btn._normal a{
    padding: 16px 0;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.9;
    font-weight: 500;
}
/* _small */
.btn._small{
    max-width: 200px;
    margin: initial;
}
.btn._small a{
    padding: 5px 15px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
}

/* btn_dld */
.btn.btn_dld a{
    background-color: #E89B14;
}
.btn.btn_dld a,
.btn.btn_trial a{
    transition: 0.5s;
    position: relative;
    padding: 25px 0 26px;
    line-height: 1.3;
}
.btn.btn_dld a ._inner,
.btn.btn_trial a ._inner{
    z-index: 2;
    position: relative;
    text-align: left;
    margin: 0 55px 0 20px;
}
.btn.btn_dld a ._inner span,
.btn.btn_trial a ._inner span{
    display: none;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
}
.btn.btn_dld a:after,
.btn.btn_trial a:after{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    content: "";
    transition-duration: 0.3s;
    opacity: 0;
    background: linear-gradient(90deg,rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
}
.btn.btn_dld a:hover::after,
.btn.btn_trial a:hover::after {
  opacity: 1;
}
.btn.btn_dld:before {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -11px;
    display: inline-block;
    content: "";
    width: 19px;
    height: 21px;
    background: url(../img/icon_download.png) no-repeat;
    background-position: 0px 0px;
    background-size: cover;
    z-index: 1;
}
.btn.btn_trial a{
    background-color: #147C88;
}
/* btn_trial */
.btn_trial:before {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -11px;
    display: inline-block;
    content: "";
    width: 12px;
    height: 20px;
    background: url(../img/icon_arrow_r.png) no-repeat;
    background-position: 0px 0px;
    background-size: cover;
    z-index: 1;
}

/* icn */
.icn_ctt:before {
    position: absolute;
    top: 32%;
    left: 8%;
    display: inline-block;
    content: "";
    width: 38px;
    height: 28px;
    background: url(/img/icon_mail.png) no-repeat;
    background-position: 0px 0px;
    background-size: cover;
    z-index: 1;
}
.icn_dld_r:before {
    position: absolute;
    top: 14%;
    right: 3%;
    display: inline-block;
    content: "";
    width: 150px;
    height: 84px;
    background: url(/img/icn_dld_r.png) no-repeat;
    background-position: 0px 0px;
    background-size: cover;
    z-index: 1;
}
.icn_ctt_r:after {
    position: absolute;
    top: 7%;
    right: 3%;
    display: inline-block;
    content: "";
    width: 159px;
    height: 112px;
    background: url(/img/icn_ctt_r.png) no-repeat;
    background-position: 0px 0px;
    background-size: cover;
}
.icn_outside_r:after {
    position: absolute;
    top: 29%;
    right: 5%;
    display: inline-block;
    content: "";
    width: 17px;
    height: 17px;
    background: url(/img/icon_outside_r.png) no-repeat;
    background-position: 0px 0px;
    background-size: cover;
}
.icn_arrow_r:after {
    position: absolute;
    top: 38%;
    right: 10%;
    display: inline-block;
    content: "";
    width: 11px;
    height: 19px;
    background: url(../img/icon_arrow_r.png) no-repeat;
    background-position: 0px 0px;
    background-size: cover;
}
.icon._cgy{
    font-size: 10px;
    font-size: 1.0rem;
    background-color: #ECECEC;
    border-radius: 15px;
    padding: 2px 10px;
    margin: 4% 4% 0;
    color: #4a72a2;
    width: 120px;
    text-align: center;
    line-height: 1.9em;
}
.icon_login{
    position: relative;
    padding-left: 25px;
}
.icon_login:before{
    position: absolute;
    top: 15%;
    left: 3%;
    display: block;
    content: "";
    width: 14px;
    height: 16px;
    background: url(../img/icon_login_black.png) no-repeat;
    background-position: 0px 0px;
    background-size: cover; 
}
.icon_login_w{
    position: relative;
    padding-left: 25px;
}
.icon_login_w:before{
    position: absolute;
    top: 15%;
    left: 3%;
    display: block;
    content: "";
    width: 14px;
    height: 16px;
    background: url(../img/icon_login.png) no-repeat;
    background-position: 0px 0px;
    background-size: cover; 
}
.icon_tga{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}
.icon_tga::before{
    position: absolute;
    top: 0;
    bottom: 0;
    right: -25px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #053A88;
}
.icon_tga::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: -23px;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 4px solid transparent;
    border-left: 5px solid #fff;
}

/* header
-------------------------------------------*/
.header {
  display: block;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: #fff;
  /*box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);*/
}


.c-hamburger {
  position: relative;
  width: inherit;
  height: inherit;
  margin: 0;
  border: transparent;
  background-color: transparent;
  cursor: pointer;
}



.c-hamburger span {
  display: block;
  position: relative;
  left: 50%;
  width: 24px;
  height: 2px;
  transform: translateX(-50%);
  background: #000;
  transition: all 0.4s;
}

.c-hamburger span:nth-of-type(1) {
  top: -4px;
}

.c-hamburger span:nth-of-type(2) {
  top: 1px;

  transform: translateX(-0.45deg);
}

.c-hamburger span:nth-of-type(3) {
  top: 6px;
  transform: translateX(-0.45deg);
}



.c-hamburger.is-active span:nth-of-type(1) {
  top: 0;
  transform: translateX(-50%) rotate(225deg);
}

.c-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}

.c-hamburger.is-active span:nth-of-type(3) {
  top: -4px;
  transform: translateX(-50%) rotate(-225deg);
}

.header__nav {
  display: flex;
  z-index: 10;
  position: absolute;
  top: 0;
  right: -100%;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: transparent;
  opacity: 0;
  transition: top 0.6s, right 0.6s, opacity 0.6s;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  padding: 0 20px;
  height: 75px;
  position: relative;
  /*box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);*/
}
.header__inner .logo{
  width: 100px;
    padding: 10px 0;
}
.header__inner .logo img{
  display: block;
  width: 100%;

  /*filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);*/
}
.header__inner p{
  font-size: 10px;
  font-size: 1.0rem;
  color: #6B6B6B;
  position: absolute;
  top: 35px;
  left: 140px;
  letter-spacing: 2px;
}

.header__inner p.subtitle_sp{
    display: none;
}

.header__hamburger {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 100%;
}

.header__nav.is-active {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 1;
  background-color: #fff;
}

.g-nav__list {
  display: block;
  padding: 50px 0;
}

.g-nav__item {
  position: relative;
}
.g-nav__item .icon_login{
    padding-left: 25px;
    display: inline-block;
    white-space: nowrap;
}
.g-nav__item .icon_login:before {
    top: 0%;
}
.g-nav__item._top{
    display: none;
}
.g-nav__item._trial,
.g-nav__item._dld{
    margin: 20px 10px;
    border-radius: 5px;
}
.g-nav__item._trial a,
.g-nav__item._dld a{
  display: block;
  padding: 11px 20px 10px;
    text-align: center;
    position: relative;
    background-color: #147c88;
    color: #FFF;
    transition: 0.5s;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    border: none;
}
.g-nav__item._dld a{
    background: #E89B14;
}
.g-nav__item._trial a:hover,
.g-nav__item._dld a:hover{
    text-decoration: none;
}
.g-nav__item._trial a ._inner,
.g-nav__item._dld a ._inner {
    z-index: 2;
    position: relative;
}
.g-nav__item._trial a:after,
.g-nav__item._dld a:after{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition-duration: 0.3s;
    opacity: 0;
    background: linear-gradient(90deg,rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
}
.g-nav__item._trial a:hover::after,
.g-nav__item._dld a:hover::after {
    opacity: 1;
}
.g-nav__link {
    color: #221814;
    display: block;
    padding: 29px 13px 41px;
    box-sizing: border-box;
    height: 34px;
    font-size: calc(0.3vw + 0.8rem);
    position: relative;
}
.g-nav__link::after{
    position: absolute;
    bottom: -5px;
    left: 0;
    content: "";
    width: 100%;
    height: 4px;
    background: #221814;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
}
.g-nav__link:hover {
    text-decoration: none;
    color: #221814;
}
.g-nav__link:hover::after {
  transform: scale(1, 1);
}


/* kv */
.kv{
    background: #ffffff;
    background: linear-gradient(0deg,rgba(197, 197, 197, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    margin-top: 75px;
    overflow: hidden;
    /*background: url(../img/img_kv_bg.png) no-repeat center / cover;*/

}
.kv__inner{
    max-width: 1246px;
    margin: 0 auto;
    position: relative;
    padding: 90px 2% 60px;
}
.kv__inner ._item{
    width: 100%;
    position: relative;
    z-index: 10;
    text-align: center;
}
.kv__inner ._item ._info{
    width: 52%;
    position: relative;
    text-align: left;
}

.kv__inner ._item ._copy{
    font-size: 40px;
    font-size: 3.9rem;
    text-align: left;
    color: #221814;
    margin-top: 20px;
    letter-spacing:0.35em;
    line-height: 1.5em;
    margin-bottom: 40px;
}
.kv__inner ._item ._copy span{
    font-size: 30px;
    font-size: 2.6rem;
}

.kv__inner ._item ._info ._note1{
    background: #B42D2D;
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 2px;
    display: inline-block;
    padding: 6px 12px;
    letter-spacing: 0.1em;
}

.kv__inner ._item ._info ._notetitle{
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}



.kv__inner ._item ._info .kv_img{
    display: inline-flex;
    width: 66%;
    align-items: flex-end
}

.kv__inner ._item ._info .kv_img img.kv_img01{
    width: 92%;
}
.kv__inner ._item ._info .kv_img img.kv_img02{
    width: 40%;
    margin-left: 5%;
}

/*.kv__inner ._item ._info img{
    width: 100%;
    position: relative;
}*/

.kv__inner ._item ._btnList{
    width: 47%;
    display: flex;
    column-gap: 20px;
}
.kv__inner ._item .btn._normal{
    margin: 0 auto;
    width: 267px;
    margin-left: 0;
    display: flex;
}
 .kv__inner ._item .btn._normal .icn_dld_r:before{
    top: -26%;
}
.kv__inner ._mainImg{
    max-width: 50%;
    position: absolute;
    top: 30%;
}
.kv__inner ._mainImg img{
    width: 100%;
}

.floating {
  background: url(/img/ico-apple.svg) no-repeat center center / 60px auto;
  display: inline-block;
}
.kv__inner ._logoList {
  width: 57%;
  display: flex;
  list-style: none;
  padding: 0;
  column-gap: 1.5%;
  flex-wrap: wrap;
}
.kv__inner ._logoList .scroll-logo__item{
  width: 84px;
  background: #fff;
  border-radius: 3px;
  padding: 2px;
}
.kv__inner ._logoList .scroll-logo__item img{
  width: 100%;
}
.kv__inner ._note {
  width: 100%;
  font-size: 10px;
  font-size: 1.0rem;
  margin: 20px 0 0;
  font-weight: 500;
}


/* about */
.about{
    background: url(../img/img_geometry_bg.png) no-repeat center / cover;
    padding: 120px 0;
}
.about ._inner{
    max-width: 1126px;
    padding: 0 2%;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    column-gap: 50px;
}
.about ._side{
    flex: 1;
}
.about h2{
    color: #FFF;
}
.about ._info{
    color: #FFF;
    margin: 0 auto;
    font-size: 14px;
    font-size: 1.4rem;
}
.about ._video{
    width: 480px;
    margin: 20px auto 0;
}

/* trouble */
.trouble{
    max-width: 1206px;
    padding: 0 2%;
}
.trouble h2{
    text-align: center;
}
.trouble ._inner{
    margin: 0 auto;
    max-width: 1040px;
    padding: 0 2%;
}
.trouble ._inner h2{
    text-align: center;
}
.trouble ._itemList{
    width: 100%;
    display: flex;
    justify-content: center;
    column-gap: 30px;
}
.trouble ._itemList ._item{
    width: 32%;
    background-color: #FFF;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
    padding: 3%;
}
.trouble ._itemList ._item p{
    height: 110px;
}
.trouble ._itemList ._item .btn._normal a{
    font-size: 14px;
    font-size: 1.4rem;
    display:table;
    padding: 0;
    line-height: 1.5em;
    height: 60px;
}
.trouble ._itemList ._item .btn._normal a ._text{
    display:table-cell;
    vertical-align:middle;
}

/* function */
.function{
    background-image: linear-gradient(0deg, #ffffff, #e9e9e9);
    width: 100%;
    margin: 0 auto;
}
.function ._catch{
    font-size: 30px;
    font-size: 3.0rem;
    text-align: center;
    letter-spacing: 0.2rem;
    position: relative;
    padding-top: 60px;
}
.function ._catch span{
    font-size: 80px;
    font-size: 8.0rem;
    color: #053A88;
    font-weight: 600;
}
.function ._catch::before{
    position: absolute;
    top: -20%;
    right: 48%;
    display: inline-block;
    content: "";
    width: 59px;
    height: 87px;
    background: url(../img/img_function_arrow.png) no-repeat;
    background-position: 0px 0px;
    background-size: cover;
}
.function h2{
    text-align: center;
}
.function ._info{
    text-align: center;
}
.function ._item{
    max-width: 1126px;
    margin: 0 auto;
    padding: 0 2%;
}
.function ._item ._ttl{
    width: 51%;
    font-weight: 600;
    font-size: 25px;
    font-size: 2.5rem;
    position: relative;
    padding-left: 70px;
    line-height: 1.4em;
    font-size: min(6.5vw, 25px);
}
.function ._item ._ttl::before{
    position: absolute;
    top: -7px;
    left: 0;
    display: block;
    content: "1";
    width: 50px;
    height: 50px;
    background-color: #053A88;
    text-align: center;
    color: #FFF;
    border-radius: 3px;
    line-height: 1.9em;
}
.function ._item:nth-child(3) ._ttl{
    width: 45%;
}
.function ._item:nth-child(3) ._ttl::before{
    content: "2";
}
.function ._item:nth-child(4) ._ttl::before{
    content: "3";
}
.function ._item ._cont{
    width: 51%;
}
.function ._item ._cont ._list{
    
}

.function ._item ._cont ._list li{
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2.0rem;
    padding: 5px 0 0 35px;
    position: relative;
    font-size: min(6.0vw, 20px);
    line-height: 1.4em;
}
.function ._item ._cont ._list li::before{
    position: absolute;
    top: 7px;
    left: 0;
    display: inline-block;
    content: "";
    width: 25px;
    height: 25px;
    background: url(../img/icon_function1.png) no-repeat;
    background-position: 0px 0px;
    background-size: cover;
}
.function ._item:nth-child(3) ._cont ._list li::before{
    background: url(../img/icon_function2.png) no-repeat;
    background-position: 0px 0px;
    background-size: cover;
}
.function ._item:nth-child(4) ._cont ._list li::before{
    background: url(../img/icon_function3.png) no-repeat;
    background-position: 0px 0px;
    background-size: cover;
}
.function ._item ._img{
    width: 47%;
}
.function ._item .saaj{
    border: solid 1px #DBDBDB;
    border-radius: 5px;
    padding: 4% 7%;
    width: 350px;
}
.function ._item .saaj p{
    font-size: 12px;
    line-height: 1.5em;
}

/* dctLink */
.dctLink{
    padding: 100px 0 120px;
    background: url(../img/img_geometry_bg2.png) no-repeat center / cover;
}
.dctLink>._inner{
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 2%;
    position: relative;
}
.dctLink h2{
    color: #FFF;
    width: 40%;
}
.dctLink p{
    color: #FFF;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
    width: 40%;
}
.dctLink .btn_dld{
    margin: initial;
    width: 270px;
}
.dctLink ._img{
    padding: 22px 0 0;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 2%;
    width: 45%;
}

/* feature */
.feature{
    padding: 60px 0;
    background: url(../img/img_feature_bg.png) no-repeat;
    background-position: 0px 0px;
    background-size: cover;
}
.feature ._itemList{
    position: relative;
    width: 740px;
    height: 740px;
    margin: 0 auto;
}
.feature ._itemList::before{
    border: solid #DDD 1px;
    border-radius: 500px;
    content: "";
    display: block;
    height: 500px;
    width: 500px;
    position: absolute;
    top: 15%;
    left: 16%;
}
.feature ._itemList h2{
    position: absolute;
    top: 290px;
    left: 38%;
    color: #FFF;
}
.feature ._itemList h2 span{
    text-align: center;
}
.feature ._itemList ._item{
    width: 245px;
    height: 259px;
    position: absolute;
    top: 20px;
    background: url(../img/img_feature_itembg.png) no-repeat;
    background-position: 0px 0px;
    background-size: cover;
    z-index: 1;
}
.feature ._itemList ._item ._ttl{
    width: 90px;
    height: 90px;
    margin: 50px auto 10px;
    display: flex;
  justify-content: center;
  align-items: center;
}
.feature ._itemList ._item ._cont p{
    text-align: center;
    line-height: 1.5em;
}

.feature ._itemList ._item:nth-child(2){
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.feature ._itemList ._item:nth-child(3){
    top: 190px;
    left: 84%;
    transform: translateX(-50%);
}
.feature ._itemList ._item:nth-child(4){
    top: 496px;
    left: 71%;
    transform: translateX(-50%);
}
.feature ._itemList ._item:nth-child(5){
    top: 496px;
    left: 29%;
      transform: translateX(-50%);
}
.feature ._itemList ._item:nth-child(6){
    top: 190px;
    left: 16%;
    transform: translateX(-50%);
}

/* support */
.support{
}
.support h2 {
    text-align: center;
}
.support ._itemList{
    width: 100%;
    display: flex;
    justify-content: center;
    column-gap: 30px;
    flex-wrap: wrap;
}
.support ._itemList ._item{
    width: 25%;
    background-color: #FFF;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 3%;
    margin-bottom: 30px;
    border-radius: 6px;
}
.support ._itemList ._item ._ttl{
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.support ._itemList ._item ._ttl img{
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}
.support ._itemList ._item ._cont{
    font-size: 12px;
    font-size: 1.2rem;
}

/* other */
.other{
    background-color: #D9ECFC;
    border-radius: 30px;
    padding: 3% 0;
    margin: 0 auto;       
}
.other ._info{
    padding: 0px 0 0 8%;
    position: relative;
}
.other ._info h2{
    font-size: 30px;
    font-size: 3.0rem;
    width: 40%;
}
.other ._info  p{
    line-height: 1.8em;
    font-size: 16px;
    font-size: 1.6rem;
    width: 40%;
}
.other ._info .btn.icn_arrow_r:after{
    width: 6px;
    height: 11px;
}
.other .fRight{
    width: 35%;
    padding: 0 8% 0 0;
}
.other .img_other{
    position: absolute;
    top: 10px;
    right: 8%;
    width: 35%;
}
/* pr_irnavi */
.pr_irnavi{
}
.pr_irnavi>._inner{
    max-width: 1040px;
    margin: 0 auto;
    position: relative;
}
.pr_irnavi>._inner .fRight{
    width: 45%;
}
.pr_irnavi>._inner ._info{
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.5em;
}
.pr_irnavi>._inner ._info ._txTS{
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5em;
}
.pr_irnavi .btn._normal{
    margin: initial;
    width: 270px;
}
.pr_irnavi ._img{
    padding: 22px 0 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 2%;
    width: 50%;
}
.pr_irnavi>._inner .fRight .kv_img{
    display: inline-flex;
    width: 66%;
    align-items: flex-end;
    margin-bottom: 30px;
}

.pr_irnavi>._inner .fRight .kv_img img.kv_img01{
    width: 92%;
}
.pr_irnavi>._inner .fRight .kv_img img.kv_img02{
    width: 40%;
    margin-left: 5%;
}

/* qa */
.qa{
    padding: 120px 0;
}
.qa h2{
    text-align: center;
    color: #FFF;
}
.accordion {
    margin:0 auto;
}
.accordion ul {
    width:100%;
    padding:0;
    margin:0;
    border-top:1px solid #255193;
}
.accordion li {
    background-color: #053a88;
    position:relative;
    border-bottom:1px solid #255193;
    list-style:none;
    color: #FFF;
}
.accordion li h5 {
    margin:0;
    text-align:left;
    padding: 0 35px;
    font-weight: 400;
    text-align: left;
    position: relative;
}

.accordion li h5 i {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    position: absolute;
    top: -8px;
    left: 0px;
}
.accordion li:first-child {

}
.accordion > ul > li > a {
    display: block;
    text-decoration: none;
    cursor: pointer;
    padding: 2%;
    position: relative;
    color: #FFF;
}
.accordion > ul > li > a:hover{
    color: ;
}
.accordion > ul > li > ul {
    display: none;
    text-align:left;
    line-height:1.8;
    border-top:1px dashed #44507b;
}
.accordion li .accordion_icon,
.accordion li .accordion_icon span {
    display: inline-block;
    transition: all .3s;
    box-sizing: border-box;
}
.accordion li .accordion_icon {
    position: absolute;
    width: 3%;
    height: 3%;
    top: 50%;
    right: 2%;
}
.accordion li .accordion_icon span {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #44507b;
}
.accordion li .accordion_icon span:nth-of-type(1) {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
    display:none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.accordion .acin_txt {
    padding:1% 2% 3% 60px ;
    position: relative;
    border-bottom: none;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
}
.accordion .acin_txt i {
    color: red;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    position: absolute;
    top: 0px;
    left: 24px;
}
.accordion .acin_txt a {
    color:red;
}

/* contact
-------------------------------------------*/
.contact{

}
.contact h2{
    text-align: center;
}
.contact_area{
    width:680px;
    margin:0 auto;
}
.contact_area p{

}

.contact_area{
    width:680px;
    margin:0 auto;
}
.contact_area p{

}

.tellArea{
    padding: 30px;
    background-color: #ECECEC;
    text-align: center;
}
.tellArea ._areaTtl{
    font-size: 2.0rem;
    font-weight: 400;
    width: 100%;
}
.tellArea ._areaCont{
    font-size: 1.3rem;
    width: 100%;
}
.tellArea ._areaCont ._tell{
    font-size: 3.0rem;
    font-weight: 700;
    color: #122A88;
    position: relative;
}
.tellArea ._areaCont ._tell:before{
    position: absolute;
    top: 11px;
    left: -30px;
    display: inline-block;
    content: "";
    width: 26px;
    height: 26px;
    background: url(/img/cot_icon1.png) no-repeat;
    background-size: cover;
}


/* dl_area
-------------------------------------------*/
.dl_area .fLeft{width: 45%;}
.dl_area .fRight{
    width: 47%;
    border: 1px solid #CCC;
    padding: 2% 3% 7%;
}
.dl_area .cont_info{
    color: #fff;
    padding: 6%;
    background: #3e4fc2;
    background-image: url(/img/download_img_info_bg.png);
    background-repeat: no-repeat;
    background-size:auto;
}
.dl_area .cont_info._stl_bg2{
    background-image: url(/img/download_img_info_bg2.png);
    
}
.dl_area .cont_info._stl_bg0{
    background-image: url(/img/download_img_info_bg0.png);
    background-size: auto;
    background-color: #3e4fc2;
}
.dl_area .cont_info h3{
    font-size: 2.8rem !important;;
    text-align: left !important;
    text-decoration: underline;
    font-weight: 500;
}
.dl_area .cont_info h3::after{
    display: none !important;
}
.dl_area .cont_mv img{
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.dl_area .dl_img_list{
    display: flex;
    justify-content: space-between;
}
.dl_area .dl_img_list li{
    width: 48%;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.dl_area .cont_tag{position: relative;}
.dl_area .cont_tag ul{padding-left: 15px;}
.dl_area .cont_tag ul:before {
    position: absolute;
    top: 10px;
    left: 0;
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    background: url("/img/download_tag_icon.png") no-repeat;
    background-size: cover;
}
.dl_area .cont_tag ul li{
    position: relative;
    display: inline-block;
    font-size: 1.2rem;
    color: #666;
    padding: 0 3px;
}
.dl_area .cont_tag ul li._point:after {
    position: absolute;
    top: 1px;
    right: -11px;
    content: "、";
}
.dl_area .cont_list dt{
    font-size: 2.0rem;
    font-weight: bold;
}
.dl_area .cont_list dd ul li ._note {
    font-size: 1.2rem;
}
.dl_area .cont_list_send dt{
    font-size: 3.0rem;
    font-weight: bold;
    text-align: center;
    padding: 30px;
}
.dl_area .cont_list_send dd p{
    text-align: center;
    margin: 0 auto;
}
.dl_area .cont_list_send dd span{
    text-align: center;
    margin: 0 auto;
    color: #C10C23;
    display: block;
    font-weight: 700;
}
.dl_area .fRight h4{
    font-size: calc(1.25vw + 2.0rem) !important;
}
.dl_area .fRight h4::after{
    display: none !important;
}
.dl_area #formstyle{}
.dl_area #formstyle .inputArea {
    padding: 10px 0;
    overflow: hidden;
    text-align: left;
}
.dl_area #formstyle .inputArea dt{
    font-weight: 500;
    float: left;
    width: 30%;
    padding-top: 0.4em;
}
.dl_area #formstyle .inputArea dd{
    float: left;
    width: 68%;
}
.dl_area #formstyle .inputArea dt ._optional{
    display: inline-block;
    font-size: 1.0rem;
    background-color: #C10C23;
    padding: 0.15em 0.4em;
    margin-left: 9px;
    line-height: 1;
    color: #fff;
}
.dl_area #formstyle .inputArea dd .input2{
    width: 68%;
}
.dl_area #formstyle .inputArea dd .input2:nth-child(0){
    width: 100%;
}
.dl_area .agreebox{
    background: none;
    margin: 10px 0;
    padding: 15px;
    text-align: center;
    border: none;
}
.dl_area .agreebox a{
    color: #122A88;
    text-decoration: underline;
}
.dl_area .btn_dl{
    width: 53%;
    border: solid 5px #122A88;
    background-color: #122A88;
    color: #FFF;
    padding: 15px 0;
    margin: 0 auto;
    font-size: 1.5rem;
    text-align: center;
    cursor:pointer;
    webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.dl_area .btn_dl span{
    position: relative;
    padding-left: 25px;
}
.dl_area .btn_dl span:before {
    position: absolute;
    top: 3px;
    left: 4px;
    display: inline-block;
    content: "";
    width: 14px;
    height: 17px;
    background: url("/img/download_btn_icon.png") no-repeat;
    background-position: 0px 0px;
    background-size: cover;
}
.dl_area .btn_dl:hover {
    border: solid 5px #3854bf;
    background-color: #3854bf;
}

/* request
------------------------- */
.dl_area .cont_info._irnaviStl{
    background-image: url(/img/request_img_info_bg1.png);
    background-size: cover;
}
.dl_area .cont_info._pycStl{
    background-image: url(/img/request_img_info_bg2.png);
    background-size: cover;
    color: #333;
}
.dl_area .cont_info._irnaviStl h3,
.dl_area .cont_info._pycStl h3{
    font-size: calc(1.25vw + 2.0rem) !important;
    text-decoration: none;
    line-height: 1.4em;
}
.dl_area .cont_info._irnaviStl ._subtxt,
.dl_area .cont_info._pycStl ._subtxt{
    font-size: calc(0.7vw + 1.5rem) !important;
}
.dl_area .cont_info._irnaviStl ._subinfo,
.dl_area .cont_info._pycStl ._subinfo{
    font-size: calc(0.7vw + 1.5rem) !important;
    background-color: #fff;
    border-radius: 50px;
    color: #18247a;
    padding: 1% 5%;
    line-height: 1.4em;
    margin-bottom: 15px;
}
.dl_area .cont_info._pycStl ._subinfo {
    color: #d9a73d;
    border: 1px solid #DFDFDF;
}

/* footer */
footer {
    width: 100%;
    background-color: #1D1512;
}
.footer_inner{
    max-width: 1040px;
    margin: 0 auto;
    padding: 60px 2% 80px;
    border-bottom: solid 1px #3B3B3B;
}
.footer_inner ._logo{
    width: 15%;
    margin-right: 5%;
}
.footer_inner ._logo img{
    width: 140px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(276deg) brightness(104%) contrast(102%);
}
.footer_inner .f-navList{
    width: 15%;
    margin-right: 5%;
}
.footer_inner .f-navList li{
    margin-bottom: 20px;
}
.footer_inner .f-navList li a{
    font-size: 14px;
    font-size: 1.4rem;
    color: #FFF;
}
.footer_inner .f-contact{
    width: 60%;
}
.footer_inner .f-contact ._btnList{
    max-width: 720px;
    
}
.footer_inner .f-contact ._btnList .fLeft{
    width: 47%;
    padding-right: 3%;
}
.footer_inner .f-contact ._btnList .fRight{
    width: 47%;
}
.footer_inner .f-contact ._btnList li p{
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 30px;
    color: #FFF;
    text-align: center;
    line-height: 1.6em;
}
.footer_inner .f-contact ._btnList .fLeft .btn a{
    text-align: left;
}
.footer_inner .f-contact ._btnList .fLeft .btn a.icn_dld_r:before{
    top: -18%;
    width: 131px;
    height: 74px;
}

.footer_bottom{
    color: #FFF;
    padding: 3% 0;
    max-width: 1040px;
    margin: 0 auto;
}
.footer_bottom .bnrList{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 0 auto;
}
.footer_bottom .bnrList li{
    max-width: 260px;
}
.footer_bottom .bnrList li a,
.footer_bottom .bnrList li a img{
    width: 100%;
}
.footer_bottom .bnrList li a:hover{
    opacity: 0.7;
}

.footer_bottom ._linkList{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer_bottom ._linkList li{
    position: relative;
    margin-right: 30px;
    white-space: nowrap;
}
.footer_bottom ._linkList li a{
    color: #FFF;
    font-size: 12px;
    font-size: 1.2rem;
}
/*.footer_bottom ._linkList li a:after{
    position: absolute;
    top: 0;
    right: -15px;
    display: inline-block;
    content: "|";
}*/
.footer_bottom ._willsLogo{
    width: 80px;
    margin: auto;
}
.footer_bottom ._willsLogo img{
    width: 100%;
}
.footer_bottom ._copy{
    width: 100%;
    font-size: 10px;
    font-size: 1.0rem;
    color: #828282;
    text-align: center;
}


/* ====================================
  ここからPC幅
==================================== */
@media screen and (min-width: 768px) {
  .hp_displaySP {
    display: none !important;
  }
  ._tabList li a:not(.active):hover,
  ._tabList2 li a:not(.active):hover {
    background-color: #fff;
    text-decoration: none;
    color: #000C4E;
  }
}

/* ====================================
  ここからスマホ幅
==================================== */
@media screen and (max-width: 767px) {
  .hp_displayPC {
    display: none !important;
  }
  .kv__inner ._item ._info .kv_img{
    width: 75%;
    }
}


@media screen and (min-width: 910px) {

  .header__hamburger {
    display: none;
  }

  .g-nav__inner {
    margin-right: auto;
    margin-left: auto;
    max-width: initial;
    width: 100%;
  }

  .header__nav {
    position: static;
    opacity: 1;
    height: inherit;
    width: initial;
  }

  .g-nav__list {
    padding: 0;
    display: flex;
  }
  .pr_irnavi ._inner{
    width: 100%;
    max-width: ;
  }
}
@media screen and (max-width: 909px) {
    .header__inner p{
        top: 14px;
    }
    .header__inner p.subtitle{
        display: none;
    }
    .header__inner p.subtitle_sp{
        display: block;
    }
    .header__inner{
        height: 50px;
    }
    .header__inner .logo{
        width: 80px;
    }
    .g-nav__inner {
        width: 100%;
    }
    .g-nav__link{
       border-bottom: 1px solid #DDD; 
       text-indent: 2%;
       text-align: center;
       font-size: 14px;
       font-size: 1.4rem;
    }
    .g-nav__link:hover {
      border-bottom: 1px solid #DDD; 
    }
    .g-nav__item._top{
        display: block;
    }
    .g-nav__item._trial a,
    .g-nav__item._dld a{
        padding: 25px 0;
    }
    .g-nav__item._ctt.icn_ctt:before {
        width: 29px;
        height: 21px;
    }
    .g-nav__item.btn_dld:before {
        width: 25px;
        height: 27px;
    }
    .ttlArea{
        margin-top: 60px;
        padding: 15px 0;
    }
    .ttlArea h2{
        font-size: 20px;
        font-size: 2.0rem;
    }
    .ttlArea h2,
    #pankuzu{
        padding-left: 3%;
    }
    .kv{
        margin-top: 50px;
    }
    .kv__inner{
        max-width: 90%;
        padding: 60px 0 60px;
    }
    .kv__inner ._item {
        width: 100%;
    }
    .kv__inner ._item ._copy {
        letter-spacing: 0.3em;
    }
    .kv__inner ._item ._info{
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
    }
    .kv__inner ._item ._info ._note1{
        font-size: 24px;
    }
    .kv__inner ._item ._info ._notetitle{
        font-size: 34px;
    }
    .kv__inner ._item ._info img {
        position: relative;
    }
    .kv__inner ._mainImg {
        max-width: 100%;
        position: initial;
        margin: 0 0 40px;
    }
    .kv__inner ._item ._btnList{
        width: 100%;
    }
    .kv__inner ._item .btn._normal{
        margin-bottom: 30px;
        width: 100%;
    }
    .kv__inner ._logoList{
        width: 100%;
    }
    .kv__inner ._logoList .scroll-logo__item{
        margin-top: 1%;
        width: 22%;
    }
    .btn._normal a{
        font-size: 1.8rem;
    }
    .about {
        padding: 30px 0 40px;
    }
    .about ._inner{
        display: block;
    }
    .about ._inner ._side h2{
        text-align: center;
    }
    .about ._inner ._side ._info{
        padding: 5% 0;
        width: 90%;
    }
    .about ._video {
        position: relative;
        width: 90%;
        padding-top: 56.25%;
        height: 0;
    }
    .about ._video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .trouble ._itemList ._item p{
        height: initial;
        line-height: 1.7em;
    }
    .feature ._inner{
        width: 96%;
        margin: 0 auto;
    }
   .feature ._inner h2{
        width: 90%;
        margin: 20px auto;
    }
    .dctLink ._inner .fLeft,
    .dctLink ._inner .fRight{
        float: none;
        width: 94%;
        margin: 0 auto;
        text-align: center;
    }
    .dctLink ._inner .btn._normal{
        width: 50%;
        margin: 0 auto;
    }
    .dctLink ._inner h2{
        width: 100%;
        text-align: center;
    }
    .dctLink ._inner ._info{
        width: 100%;
        text-align: center;
    }
    .dctLink ._inner ._img{
        position: initial;
        width: 60%;
        margin: 40px auto;
    }
    .support ._itemList ._item {
        width: 43%;
    }
    .support ._itemList {
        column-gap: 10px;
    }
    .other{
        width: 96%;
        margin: 0 2%;
    }
    .other ._info{
        padding: 0 8%;
    }
    .other ._info h2{
        width: 100%;
        text-align: center;
    }
    .other ._info p{
        width: 100%;
    }
    .other .img_other{
        position: initial;
        width: 60%;
        margin: 40px auto;
    }
    .other ._info .btn._small{
        max-width: 56%;
        margin: 0 auto;
    }
    .pr_irnavi>._inner .fRight {
        width: 90%;
        margin: 0 auto;
        float: none;
        text-align: left;
    }
    .pr_irnavi>._inner .fRight ._img{
        position: initial;
        width: 60%;
        margin: 40px auto;
    }
    .pr_irnavi .btn._normal{
        width: 50%;
        margin: 0 auto;
        display: block;
    }
    .pr_irnavi ._logo img {
        margin: 0 auto;
        max-width: 50%;
    }
    .footer_inner{
        padding: 60px 5% 80px;
    }
    .footer_inner ._logo{
        width: 50%;
    }
    .footer_inner .f-navList{
        width: 90%;
        margin: 0 0 60px;
    }
    .footer_inner .f-contact ._btnList .fLeft .btn a,
    .footer_inner .f-contact ._btnList .fRight .btn a{
        padding-left: 0;
        text-align: center;
    }
    .footer_inner .f-contact ._btnList .fLeft .btn a.icn_dld_r:before{
        display: none;
    }
    .footer_inner .f-contact{
        min-width: 100%;
    }
    .footer_inner .f-contact ._btnList{
        max-width: none;
    }

    /*contact*/
    .contact_area{
        width: 94%;
        margin: 0 auto;    
    }

    /*dlList*/
    .dlList_area{
        width: 94%;
        margin: 0 auto;  
    }
    .dlList_area ._history ul li {
        width: calc(50% - 14px);
        margin-bottom: 40px;
    }
    .dlList_area ._history ul li:nth-child(3n) {
        margin-right: 3%;
    }
    .dlList_area ._history ul li:nth-child(2n) {
        margin-right: 0;
    }

    .dl_area{
        width: 90%;
        margin: 0 auto;
    }

    .dl_area .fLeft,
    .dl_area .fRight{
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    .dl_area .fRight{
        width: 94%;
    }
    .dl_area .fLeft .cont_list{
        margin-bottom: 60px!important;
    }

    .satori__custom_form_9259f7f825b8104d_css select {
        width: 100%;
    }
    .footer_bottom ._willsLogo{
        margin-left: 5%;
    }
    .footer_bottom ._linkList{
        display: block;
        margin-left: 5%;
    }
    .footer_bottom ._linkList li{
        margin-bottom: 5px;
    }
    
}
@media screen and (max-width: 480px) {
    .btn._normal a{
        font-size: 18px;
        font-size: 1.8rem !important;
        padding: 10px 0 12px;
    }
    .btn._small a{
        font-size: 16px;
        font-size: 1.6rem;
        padding: 15px;
    }
    .btn_dld:before {
        top: 37%;
        width: 20px;
        height: 23px;
    }
    .icn_dld_r:before{
        width: 100px;
        height: 54px;
    }
    .icn_ctt_r:after{
        width: 80px;
        height: 53px;
    }
    .brpc{display: none;}
    .brsp{display: block;}

    .kv__inner ._item ._btnList {
        display: block;
    }
    .kv__inner ._logoList{
        flex-wrap: wrap;
        column-gap: 3.4%;
    }
    .kv__inner ._item ._copy{
        letter-spacing: 0.12em;
        font-size: 2.2rem;
    }
    .kv__inner ._item ._copy span{
        font-size: 1.7rem;
    }
    .kv__inner ._logoList .scroll-logo__item{
        width: 29%;
        margin-bottom: 2%;
    }
    .kv__inner ._item .btn._normal {
        margin-bottom: 20px;
    }
    .btn.btn_dld a ._inner, .btn.btn_trial a ._inner{
        border-right: 1px solid #fff;
    }
    .btn.btn_dld a ._inner span, .btn.btn_trial a ._inner span{
        display: block;
        font-size: 80%;
        margin-bottom: 2px;
    }
    .kv__inner {
        padding: 30px 0 60px;
    }
    .kv__inner ._item ._info p ._bubble{
        font-size: min(3.3vw, 11px);
        height: 22px;
    }
    .kv__inner ._item ._info p ._bubble:before{
        top: 97%;
        left: 3%;
        width: 10px;
        height: 10px;
        border: 9px solid transparent;
        border-left: 10px solid #0f4f97;
    }
    .kv__inner ._item ._info ._note1{
        font-size: 82%;
    }
    .kv__inner ._item ._info ._notetitle{
        font-size: 130%;
    }
    
    .trouble h2{
        margin-bottom: 30px !important;
    }
    .trouble ._itemList{
        display: block;
    }
    .trouble ._itemList ._item{
        width: initial;
        margin-bottom: 5%;
        padding: 5%;
    }
    .trouble ._itemList ._item ._ttl{
        width: 80%;
        margin: 0 auto 10%;
    }
    .function ._item {
        padding: 0 5%;
    }
    .function ._item ._ttl::before {
        top: 8px;
    }
    .function ._catch::before{
        right: 43%;
        top: -15%;
    }
    .function ._catch{
        line-height: 2.6em;
    }
    .function ._catch span{
        display: block;
    }
    .function ._item ._ttl{
        width: 80%;
        min-height: 60px;
    }
    .function ._item:nth-child(3) ._ttl {
        width: 80%;
        float: none;
    }
    .function ._item ._cont ._list li{

    }
    .function ._item ._cont,
    .function ._item ._img{
        float: none;
        width: 100%;
    }
    .function ._item ._cont{
        margin-bottom: 30px;
    }
    .function ._item .saaj {
        width: 86%;
    }
    .feature{
        padding: 30px 0;
    }
    .feature ._itemList{
        width: 100%;
        height: 610px;
    }
    .feature ._itemList::before{
        display: none;
    }
    .feature ._itemList h2 {
        position: initial;
        text-align: center;
    }
    .feature ._itemList ._item{
        max-width: 170px;
        width: 40%;
        height: auto;
        background-position: center;
        background-size: contain;
    }
    .feature ._itemList ._item:nth-child(2) {
        top: 100px;
        left: 25%;
    }
    .feature ._itemList ._item:nth-child(3) {
        top: 100px;
        left: 75%;
    }
    .feature ._itemList ._item:nth-child(4) {
        top: 255px;
        left: 50%;
    }
    .feature ._itemList ._item:nth-child(5) {
        top: 415px;
        left: 25%;
    }
    .feature ._itemList ._item:nth-child(6) {
        top: 415px;
        left: 75%;
    }
    .feature ._itemList ._item ._ttl {
        width: 50%;
        height: 50px;
        margin: 25% auto 5%;
    }
    .feature ._itemList ._item ._cont p {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.4em;
        font-size: min(3.0vw, 12px);
        margin-bottom: 24% !important;
    }
    .dctLink{
        padding: 30px 0 60px;
    }
    .dctLink>._inner{
        width: 90%;
    }
    .support h2{
        margin-bottom: 30px !important;
    }
    .dctLink ._inner .btn._normal {
        width: 100%;
        margin: 0 auto;
    }
    .dctLink ._inner ._img{
        margin: 0 auto 40px;
        width: 80%;
    }
    .dctLink ._inner ._img img {
        width: 100%;
    }
    .support ._itemList ._item {
        width: 100%;
        padding: 5%;
        margin-bottom: 20px;
    }
    .support ._itemList ._item ._cont{
        font-size: 14px;
        font-size: 1.4rem;
    }
    .other {
        width: 90%;
        margin: 0 auto;
        padding: 3% 0;
    }
    .other ._info h2{
        font-size: 26px;
        font-size: 2.6rem;
    }
    .other ._info{
        width: 90%;
        float: none;
        padding: 5%;
    }
    .other .fRight {
        width: 90%;
        float: none;
        padding: 0;
        margin: auto;
    }
    .other ._info .btn._small{
        max-width: 100%;
        margin-bottom: 30px;
    }
    .other ._info .btn.icn_arrow_r:after{
        top: 43%;
    }
    .pr_irnavi ._logo {
        margin: 0 auto;
    }
    .pr_irnavi>._inner .fRight ._img{
        margin: 0 auto 40px;
        width: 80%;
        padding: 0;
    }
    .pr_irnavi>._inner ._info {
        margin-bottom: 40px !important;
        font-size: 2.2rem;
    }
    .pr_irnavi .btn._normal {
        width: 100%;
    }
    .pr_irnavi>._inner .fLeft{
        width: 100%;
    }

    .pr_irnavi>._inner .fRight .kv_img{
        width: 100%;
    }
    .pr_irnavi>._inner .fRight .kv_img img.kv_img01{
        width: 100%;
    }
    ._inquiry{
        text-align: center;
    }
    .qa{
        padding: 30px 0 60px;
    }
    .footer_inner .f-contact ._btnList .fLeft,
    .footer_inner .f-contact ._btnList .fRight {
        width: 100%;
        float: none;
    }
    .footer_bottom {
        padding: 10% 0;
    }
        
}