.main{
  font-size: 1.6rem;
  font-weight: inherit;
}
.main img{
  width: auto;
}
.main h2,.main h3,.main h4,.main h5{
  margin: 0;
}
.main p{
  margin: 0;
}
.pc_only{
  display: block;
}
.sp_only{
  display: none;
}
.pc_only_inline{
  display: inline;
}
.sp_only_inline{
  display: none;
}
.main a{
  transition: opacity .3s;
}
.main a:hover{
  opacity: .7;
}
.main .contents.module a:hover{
  opacity: 1;
  text-decoration: none!important;
}
@media screen and (max-width: 767px){
  .pc_only{
    display: none;
  }
  .sp_only{
    display: block;
  }
  .pc_only_inline{
    display: none;
  }
  .sp_only_inline{
    display: inline;
  }
  picture img{
    width: 100%!important;
  }
}


.mvArea .mv{
  max-width: 1920px;
  margin: 0 auto;
}
.mvArea .mv picture{
  width: 100%;
}
.mvArea .mv picture img{
  width: 100%;
}

/* アンカー */
.anchorArea {
  padding: 60px 0px;
}
.anchorWrap {
  max-width: 1200px;
  margin: 0 auto;
}
.anchorWrap ul{
  width: 90%;
  margin: 0 auto;
  display: flex;
}
.anchorWrap ul li{
  width: calc(100% / 3);
  text-align: center;
}
.anchorWrap ul li:nth-child(2){
  border-right: 2px solid #00146E;
  border-left: 2px solid #00146E;
}
.anchorWrap ul li a{
  display: block;
  padding: 80px 25px 40px;
  font-size: 2rem;
  font-weight: bold;
  color: #00146E;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.anchorWrap ul li a::before{
  content: '';
  position: absolute;
  width: 115px;
  height: 50px;
  background-image: url(/amc/skycoin/shared/images/250829/anc_icon01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 15px;
  left: 50%;
  transform: translate(-50%, 0);
}
.anchorWrap ul li:nth-child(2) a::before{
  background-image: url(/amc/skycoin/shared/images/250829/anc_icon02.png);
}
.anchorWrap ul li:nth-child(3) a::before{
  background-image: url(/amc/skycoin/shared/images/250829/anc_icon03.png);
}
.anchorWrap ul li a::after{
content: '';
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #00146E;
}
@media screen and (max-width: 767px){
  .anchorWrap ul{
    width: 100%;
  }
  .anchorWrap ul li a{
    font-size: 1.6rem;
    padding: 50px 10px 30px;
  }
  .anchorWrap ul li a::before{
    width: 70px;
    height: 40px;
    top: 5px;
  }
  .anchorWrap ul li a::after{
    bottom: 5px;
  }
}
/* /アンカー */


/* ANA SKY コインとは？ */
.sectionTitle {
  background-color: #00146E;
  padding-top: 40px;
  position: relative;
  text-align: center;
}
.sectionTitle .wrap{
  padding: 0 20px;
}
.sectionTitle h2 {
  color: #fff;
  text-align: center;
  font-size: 3rem;
  margin: 0;
  line-height: 3rem;
  padding-bottom: 15px;
  background-image: url(/amc/skycoin/shared/images/250829/dot_line.png);
  background-position: bottom center;
  background-repeat: repeat-x;
  display: inline-block;
  width: fit-content;
}
.sectionTitle h2 span{
  font-size: 2.5rem;
}
.sectionTitle::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -59px;
  width: 100%;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 60px solid #00146E;
}
.skycoinWrap{
  padding: 0 20px;
  padding-top: 100px;
  padding-bottom: 120px;
}
.skycoinWrap .contents01{
  max-width: 1200px;
  margin: 0 auto;
}
.skycoinWrap .contents01 .text01 span{
  color: #00146E;
  font-weight: bold;
}
.skycoinWrap .contents01 .skycoin_img{
  margin-top: 60px;
  text-align: center;
}
.skycoinWrap .contents02{
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
}
.skycoinWrap .contents02 .con2Title{
  text-align: center;
}
.skycoinWrap .contents02 .con2Title h3{
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: bold;
  background-image: url(/amc/skycoin/shared/images/250829/dot_line.png);
  background-position: bottom center;
  background-repeat: repeat-x;
  display: inline-block;
  width: fit-content;
  padding-bottom: 10px;
  color: #00146E;
}
.skycoinWrap .contents02 .text01{
  margin-top: 30px;
  text-align: center;
}
.skycoinWrap .contents02 .text01 span{
  color: #00146E;
  font-weight: bold;
}
.skycoinWrap .contents02 table * {
  width: auto;
}
.skycoinWrap .contents02 .tbWrap{
  overflow-x: scroll;
  position: relative;
}
.skycoinWrap .contents02 table{
  border-collapse: collapse;
  margin-top: 30px;
  min-width: 600px;
}
.skycoinWrap .contents02 table tr th{
  border: solid 1px #C7C7C7;
  padding: 15px 25px;
  width: calc(100% / 3);
  text-align: center;
  vertical-align: middle;
  font-weight: inherit;
}
.skycoinWrap .contents02 table tr td{
  border: solid 1px #C7C7C7;
  padding: 15px 25px;
  width: calc(100% / 3);
  text-align: center;
  vertical-align: middle;
}
.skycoinWrap .contents02 table tr:nth-child(n+2) th{
  background-color: #F1F1F1;
}
.skycoinWrap .contents02 table tr:first-child th:nth-child(1){
  border: none;
}
.skycoinWrap .contents02 table tr:first-child th:nth-child(2){
  background-color: #00146E;
  color: #fff;
  border: solid 2px #00146E;
  font-weight: bold;
}
.skycoinWrap .contents02 table tr:first-child th:nth-child(3){
  background-color: #FFF9AE;
  font-weight: bold;
}
.skycoinWrap .contents02 table tr td:nth-child(2){
  border-left: solid 2px #00146E;
  border-right: solid 2px #00146E;
  color: #00146E;
  font-weight: bold;
}
.skycoinWrap .contents02 table tr:last-child td:nth-child(2){
  border-bottom: solid 2px #00146E;
}
.skycoinWrap .contents02 .note{
  margin-top: 15px;
  font-size: 1.4rem;
  color:#6E6E6E;
}
.skycoinWrap .contents02 .note a{
  text-decoration: underline;
}
.skycoinWrap .contents02 .note a:hover{
  text-decoration: none;
  opacity: 1;
}
.scrollMessage{
  display: none;
}
@media screen and (max-width: 600px){
  .scrollMessage{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .7;
    text-align: center;
    transition: opacity 0.5s ease;
  }
  .scrollMessage.hid {
      opacity: 0; /* 非表示状態の透明度 */
      pointer-events: none; /* クリックなどのイベントを無効にする */
  }
}
@media screen and (max-width: 767px){
  .sectionTitle{
    padding-top: 30px;
  }
  .sectionTitle h2{
    font-size: 2.5rem;
  }
  .sectionTitle::after{
    bottom: -39px;
    border-top: 40px solid #00146E;
  }
  .skycoinWrap{
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
/* / ANA SKY コインとは？ */


/* こんな使い方も！便利な活用法 */
.useWrap {
  padding: 0 20px;
  padding-top: 100px;
  padding-bottom: 120px;
  background-color: #D9F6FF;
}
.useWrap .contents01{
  max-width: 1200px;
  margin: 0 auto;
}
.useWrap .contents01 .caseCon {
  margin-top: 50px;
  background-color: #fff;
  padding: 40px;
  text-align: center;
  position: relative;
  border-radius: 10px;
}
.useWrap .contents01 .caseCon .text01{
  text-align: left;
}
.useWrap .contents01 .caseCon .text02{
  text-align: left;
}
.useWrap .contents01 .caseCon:nth-child(n+2){
  margin-top: 100px;
}
.useWrap .contents01 .caseCon .c1{
  width: fit-content;
  font-size: 1.3rem;
  font-weight: bold;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #fff;
  padding: 15px 30px;
  border-radius: 70vw 70vw 40vw 40vw;
  line-height: 2.5rem;
  width: 125px;
  height: 95px;
  padding-top: 5px;
  color: #00146E;
}
.useWrap .contents01 .caseCon .c1 span{
  font-size: 3rem;
}
.useWrap .contents01 .caseCon .titleWrap{
  padding-left: 35px;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.useWrap .contents01 .caseCon .titleWrap:before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 25px;
  height: 44px;
  background-image: url(/amc/skycoin/shared/images/250829/case_title_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.useWrap .contents01 .caseCon h3{
  display: inline;
  font-size: 2.5rem;
  width: fit-content;
  background: linear-gradient(transparent 60%, #9FE8FF 60%);
}
.useWrap .contents01 .caseCon p.title02{
  margin-top: 15px;
  background: linear-gradient(transparent 60%, #FFF03C 60%);
  font-size: 2.5rem;
  font-weight: bold;
  display: inline;
}
.useWrap .contents01 .caseCon .text01{
  margin-top: 15px;
}
.useWrap .contents01 .caseCon .titleWrap{
  margin-top: 15px;
}
.useWrap .contents01 .caseCon .text02{
  margin-top: 15px;
}
.useWrap .contents01 .caseCon .text02 span{
  font-weight: bold;
}
.useWrap .contents01 .caseCon .titleWrap .text02{
  margin-top: 0;
}
.useWrap .contents01 .caseCon .caseImg{
  margin-top: 20px;
}
@media screen and (max-width: 767px){
  .useWrap{
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .useWrap .contents01{
    padding: 0px;
  }
  .useWrap .contents01 .caseCon{
    padding: 40px 15px;
  }
  .useWrap .contents01 .caseCon h3{
    font-size: 2rem;
  }
  .useWrap .contents01 .caseCon p.title02{
    font-size: 2rem;
  }
  .useWrap .contents01 .caseCon .titleWrap{
    text-align: left;
  }
  .useWrap .contents01 .caseCon .caseImg img{
    width: 100%;
  }
  .useWrap .contents01 .caseCon .text01{
    text-align: left;
  }
  .useWrap .contents01 .caseCon .text02{
    text-align: left;
  }
  .useWrap .contents01 .caseCon:nth-child(n+2){
    margin-top: 70px;
  }
}
/* / こんな使い方も！便利な活用法 */



/* ANA SKY コインの交換・貯める・使用方法 */
.tameruWrap {
  background-color: #D9F6FF;
  padding: 100px 20px 120px;
}
.tameruWrap .contents:nth-child(n+2){
  margin-top: 70px;
}
.tameruWrap .contents .itemWrap{
  max-width: 1200px;
  margin: 0 auto;
}
.tameruWrap .contents .itemWrap .itemTitle{
  padding: 30px 25px;
  background-color: #9FE8FF;
  border-radius: 10px 10px 0 0;

}
.tameruWrap .contents.module .itemWrap .itemTitle{
  background-color: #53d6ff;
}
.tameruWrap .contents .itemWrap .itemTitle h3{
  font-size: 2.5rem;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto;
  padding-left: 85px;
  position: relative;
}
.tameruWrap .contents .itemWrap .itemTitle h3::before{
  content: '';
  width: 80px;
  height: 119px;
  position: absolute;
  background: url(/amc/skycoin/shared/images/250829/ex01.png) no-repeat;
  left: 0;
  bottom: -20px;
  background-size: contain;
  background-position: center;
}
.tameruWrap .contents .itemWrap .itemTitle h3 span{
  color:#00146E;
}
.tameruWrap .contents .itemWrap .itemContents{
  padding: 40px 50px;
  background-color: #fff;
  display: flex;
  gap: 50px;
}

.tameruWrap .contents .itemWrap .itemContents .L{
  width: calc(50% - 25px);
}
.tameruWrap .contents .itemWrap .itemContents .L h4{
  font-size: 2rem;
  font-weight: bold;
  color: #00146E;
}
.tameruWrap .contents .itemWrap .itemContents .L .text01{
  margin-top: 10px;
}
.tameruWrap .contents .itemWrap .itemContents .L .text01 span{
  font-weight: bold;
}
.tameruWrap .contents .itemWrap .itemContents .L .note{
  color: #6E6E6E;
  margin-top: 10px;
}
.tameruWrap .contents .itemWrap .itemContents .itemBtn a {
  position: relative;
  display: block;
  padding: 15px 40px;
  width: 100%;
  border-radius: 100vh;
  text-align: center;
  color: #00146E;
  background: #fff;
  border: 2px solid #00146E;
  font-weight: bold;
  margin: auto;
  margin-top: 30px;
  font-size: 1.9rem;
  line-height: 1.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tameruWrap .contents .itemWrap .itemContents .itemBtn a::after {
  content: "";
  position: absolute;
  top: 47%;
  right: 25px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #00146E;
  border-bottom: 2px solid #00146E;
  transform: rotate(-45deg) translate(0, -50%);
}
.tameruWrap .contents .itemWrap .itemContents .itemBtn.BLU a{
  background: #00146E;
  color:#fff;
}
.tameruWrap .contents .itemWrap .itemContents .itemBtn.BLU a::after{
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.tameruWrap .contents .itemWrap .itemContents .R{
  width: calc(50% - 25px);
}
.tameruWrap .contents .itemWrap .itemContents .R .itemImg{
  text-align: center;
}
.tameruWrap .contents .itemWrap .itemContents .R .itemImg picture{
  display: block;
  margin: 0 auto;
}
.tameruWrap .contents .itemWrap .itemContents .R .note{
  color: #6E6E6E;
  margin-top: 10px;
  font-size: 1.5rem;
}
.tameruWrap .contents .itemWrap .itemContents .top{
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .tameruWrap {
    padding-top: 90px;
    padding-bottom: 40px;
  }
  .tameruWrap .contents .itemWrap .itemTitle{
    padding: 15px;
  }
  .tameruWrap .contents .itemWrap .itemTitle h3::before{
    bottom: 0;
    width: 65px;
  height: 100px;
  }
  .tameruWrap .contents .itemWrap .itemTitle h3{
    padding-left: 70px;
    font-size: 1.8rem;
  }
  .tameruWrap .contents .itemWrap .itemContents{
    padding: 20px;
    display: block;
  }
  .tameruWrap .contents .itemWrap .itemContents .L{
    width:100%;
  }
  .tameruWrap .contents .itemWrap .itemContents .R{
    width:100%;
  }
  .tameruWrap .contents .itemWrap .itemContents .L h4{
    font-size: 1.8rem;
    text-align: center;
  }
  .tameruWrap .contents .itemWrap .itemContents .L .text01{
    font-size: 1.5rem;
  }
  .tameruWrap .contents .itemWrap .itemContents .L .note{
    font-size: 1.3rem;
  }
  .tameruWrap .contents .itemWrap .itemContents .itemBtn a{
    font-size: 1.8rem;
    margin-top: 20px;
  }
  .tameruWrap .contents .itemWrap .itemContents .R .itemImg{
    margin-top: 10px;
  }
  .tameruWrap .contents .itemWrap .itemContents .R .itemImg img{
    width: 100%;
  }
  .tameruWrap .contents .itemWrap .itemContents .R .note{
    font-size: 1.3rem;
  }
  .tameruWrap .contents .itemWrap .itemContents .itemBtn a::after{
    right: 20px;
  }
  .tameruWrap .contents.column1 .itemWrap .itemContents .itemBtn a{
    font-size: 1.7rem;
  }
}

.tameruWrap .contents.column1 .itemWrap .itemTitle h3::before{
  background: url(/amc/skycoin/shared/images/250829/ex02.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.tameruWrap .contents.column1 .itemWrap .itemContents{
  display: block;
}
.tameruWrap .contents .itemWrap .itemContents .text01 span{
  font-weight: bold;
}
.tameruWrap .contents.column1 .itemWrap .itemContents .itemBtn a{
  width: 70%;
}
@media screen and (max-width: 767px){
  .tameruWrap .contents:nth-child(n+2){
    margin-top: 50px;
  }
  .tameruWrap .contents.column1 .itemWrap .itemContents .itemBtn a{
    width: 100%;
  }
}

.contents.column3{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  gap: 30px;
}
.contents.column3 .itemWrap{
  width: calc((100% / 3) - 20px);
}
.tameruWrap .contents.column3 .itemWrap .itemContents{
  display: block;
}
.tameruWrap .contents.column3 .itemWrap .itemTitle{
  padding: 15px;
  background-color: #9fd0ff;
}
.tameruWrap .contents.column3 .itemWrap .itemTitle h3{
  margin: 0;
  line-height: 3.5rem;
}
.tameruWrap .contents.column3 .itemWrap .itemTitle h3::before{
  background: url(/amc/skycoin/shared/images/250829/tameru01.png) no-repeat;
  background-size: contain;
  background-position: center;
  top: -20px;
}
.tameruWrap .contents.column3 .itemWrap:nth-child(2) .itemTitle h3::before{
  background: url(/amc/skycoin/shared/images/250829/tameru02.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.tameruWrap .contents.column3 .itemWrap:nth-child(3) .itemTitle h3::before{
  background: url(/amc/skycoin/shared/images/250829/tameru03.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.tameruWrap .contents.column3 .itemWrap .itemContents{
  padding: 30px;
}
.tameruWrap .contents.column3 .itemWrap .itemContents .con3_itemImg{
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px){
  .tameruWrap .contents.column3{
    display: block;
  }
  .contents.column3 .itemWrap{
    width: 100%;
  }
  .contents.column3 .itemWrap:nth-child(n+2){
    margin-top: 50px;
  }
  .tameruWrap .contents.column3 .itemWrap .itemTitle h3{
    line-height: 3rem;
  }
  .tameruWrap .contents.column3 .itemWrap .itemContents .itemBtn a{
    font-size: 1.6rem;
  }
  .tameruWrap .contents.column3 .itemWrap .itemContents .itemBtn a{
    padding: 15px 28px;
  }
  .tameruWrap .contents.column3 .itemWrap .itemContents .itemBtn a::after {
    right: 12px;
  }
  .tameruWrap .contents.column3 .itemWrap .itemTitle h3::before{
    top: -35px;
  }
}
.tameruWrap .contents.module .itemWrap .itemTitle h3::before{
  background: url(/amc/skycoin/shared/images/250829/use01.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.tameruWrap .contents.module .itemWrap .itemTitle h3{
  padding-left: 100px;
}
.tameruWrap .contents.module .itemWrap .itemContents{
  display: block;
}
.tameruWrap .contents.module .itemWrap .itemContents .experiencefragment{
  margin-top: 65px;
}
.tameruWrap .contents.module .itemWrap .itemContents a{
  text-decoration: underline;
}
.tameruWrap .contents.module .itemWrap .itemContents .text01 a.link01{
  position: relative;
  padding-right: 15px;
  color: #00146E;
}
.tameruWrap .contents.module .itemWrap .itemContents .text01 a.link01::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  border-right: 1px solid #00146E;
  border-bottom: 1px solid #00146E;
  transform: rotate(-45deg) translate(0, -50%);
}
.tameruWrap .contents.module .itemWrap .itemContents .text02 {
  margin-top: 20px;
}
@media screen and (max-width: 767px){
  .tameruWrap .contents.module .itemWrap .itemTitle h3{
    padding-left: 75px;
  }
  .tameruWrap .contents.module .itemWrap .itemTitle h3::before{
    height: 82px;
  }
}
/* / ANA SKY コインの交換・貯める・使用方法 */


/* よくあるご質問 */
.faqArea{
  padding: 0 20px;
}
.faqArea a{
  text-decoration: underline;
}
.faqArea a:hover{
  text-decoration: none;
  opacity: 1;
}
.faqWrap{
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 120px;
}
.faqWrap .faqTitle {
  text-align: center;
}
.faqWrap .faqTitle h2 {
  display: inline;
  font-size: 3rem;
  font-weight: bold;
  color: #00146E;
  padding-bottom: 5px;
  background-image: url(/amc/skycoin/shared/images/250829/dot_line.png);
  background-position: bottom left;
  background-repeat: repeat-x;
}
.faqWrap .faqContents{
  margin-top: 30px;
}
.faqWrap .faqContents .item{
  border: solid 1px #00146E;
  background-color: #D9F6FF;
  border-radius: 15px;
}
.faqWrap .faqContents .item:nth-child(n+2){
  margin-top: 10px;
}
.faqWrap .faqContents .qArea {
  padding: 15px 20px;
  font-weight: bold;
  position: relative;
  padding-right: 50px;
  cursor: pointer;
}
.faqWrap .faqContents .qArea::after{
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  background-image: url(/amc/skycoin/shared/images/250829/toggle_open.png);
  right: 20px;
  top:50%;
  transform: translate(0, -50%);
}
.faqWrap .faqContents .qArea span{
  color: #00146E;
  font-size: 2.5rem;
  margin-right: 5px;
}
.faqWrap .faqContents .aArea{
  padding: 0px 20px 0px 60px;
  font-size: 1.8rem;
  height: 0;
  overflow: hidden;
  transition: 0.3s ease;
}
.faqWrap .faqContents .aArea.active{
  height: auto;
  padding: 15px 20px 15px 60px;
}
.faqWrap .faqContents .aArea span{
   font-size: 2rem;
   color: #00146E;
   margin-right: 5px;
}
.faqWrap .faqContents .qArea.active::after{
  background-image: url(/amc/skycoin/shared/images/250829/toggle_close.png);
}
.faqBtn{
  margin-top: 30px;
}
.faqBtn a{
  position: relative;
  display: block;
  padding: 15px 40px;
  width: 370px;
  border-radius: 100vh;
  text-align: center;
  background: #00146E;
  color: #fff;
  border: 2px solid #00146E;
  font-weight: bold;
  margin: auto;
  margin-top: 30px;
  font-size: 2rem;
  line-height: 2rem;
  text-decoration: none;
  transition: opacity .3s;
}
.faqBtn a:hover{
  opacity: .7;
}
.faqBtn a::after {
  /*content: "";
  position: absolute;
  top: 47%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translate(0, -50%);*/
}
.faqBtn a::after{
  content: "";
  display: block;
  font-family: "asw-icon";
  font-weight: 400;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  right: 20px;
}
.inquiryArea{
  margin-top: 100px;
}
.inquiryArea a{
  width: 80%;
  border: 2px solid #00146E;
  background-color: #9FE8FF;
  padding: 20px 200px;
  text-align: center;
  display: block;
  margin: 0 auto;
  border-radius: 15px;
  font-size: 1.8rem;
  color:#00146E;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  transition: opacity .3s;
}
.inquiryArea a:hover{
  opacity: .7;
}
.inquiryArea a span{
  font-size: 2.5rem;
}
.inquiryArea a::before{
  content: '';
  width:61px;
  height: 71px;
  position: absolute;
  background-image: url(/amc/skycoin/shared/images/250829/inquiry_img.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 10%;
  top: 50%;
  transform: translate(0, -50%);
}
.inquiryArea a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #00146E;
  border-bottom: 2px solid #00146E;
  transform: rotate(-45deg) translate(0, -50%);
}
@media screen and (max-width: 767px){
  .faqWrap{
    padding-top: 50px;
  }
  .faqWrap .faqContents .qArea{
    font-size: 1.4rem;
  }
  .faqWrap .faqContents .aArea{
    font-size: 1.4rem;
    padding: 0 20px;
  }
  .faqWrap .faqContents .aArea.active{
    padding: 15px 20px 15px 20px;
  }
  .faqBtn a{
    width: 100%;
  }
  .faqBtn a{
    padding: 15px 30px;
  }
  .faqBtn a::after{
    right: 15px;
  }
  .inquiryArea{
    margin-top: 30px;
  }
  .inquiryArea a{
    width:100%;
    font-size: 1.4rem;
    padding: 20px 60px;
  }
  .inquiryArea a span {
    font-size: 2rem;
  }
  .inquiryArea a::before{
    width: 41px;
    height: 51px;
    left: 5%;
  }
}
/* / よくあるご質問 */