@charset "UTF-8";
/* =============================================
 reset
============================================= */
*,:after,:before{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}blockquote,body,dd,dl,figure,h1,h2,h3,h4,p{margin:0}ol[role=list],ul[role=list]{list-style:none}body{min-height:100vh;line-height:1.5}button,h1,h2,h3,h4,input,label{line-height:1.1}h1,h2,h3,h4{text-wrap:balance}a:not([class]){text-decoration-skip-ink:auto;}img,picture{max-width:100%;display:block}button,input,select,textarea{font:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}
/* =============================================
 common
============================================= */
body{
  color: #131313;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.wrapper{
  padding-top: 0 !important;
}
li{
  list-style: none;
}
ul{
  padding: 0;
  margin: 0;
}
img{
  margin: 0 auto;
}
.section-content{
  width: 90%;
  margin: 0 auto;
  max-width: 1110px;
}
a{
  color: inherit;
  text-decoration: none;
}
.dn-sp{
  display: none;
}
@media screen and (min-width: 768px){
  .dn-pc{
    display: none;
  }
  .dn-sp{
    display: block;
  }
  .dn-pc.db-tab{
    display: block;
  }
}
@media screen and (min-width: 1028px){
  .dn-pc.db-tab{
    display: none;
  }
}
/* =============================================
 main
============================================= */
.section-main{
    background: url('/img/topic/kiban-portal/main-sp.jpg')no-repeat top/contain;
    width: 100%;
    padding-top: 140%;
    position: relative;
}
.main-txt{
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 30px;
  white-space: nowrap;
  text-align: center;
  text-shadow: 0px 0px 15px rgba(255, 255, 255, 1);
  line-height: 1.7;
}
.main-txt span{
  font-weight: normal;
  font-size: 14px;
  display: block;
  letter-spacing: .08em;
}
.main-txt-sub{
  position: absolute;
  top: 16%;
  left: 3%;
  font-size: 3.7vw;
  line-height: 1.8;
  color: #2f2f2f;
}
.main-txt-sub span.line{
  font-weight: bold;
  display: inline-block;
  border-bottom: 5px solid #f0e91f;
  line-height: 1.5;
}
.main-txt-sub span.bg{
  font-size: 140%;
}
.main-item{
    position: absolute;
    left: 49.5%;
    transform: translateX(-50%) translateY(80px);
    top: -2vw;
    width: 18.9%;
}
.main-item.open{
    animation: down 1s ease-out;
}
.kurukuru {
  width: 33%;
  position: absolute;
  top: 14%;
  left: 56%;
  transform: translateX(-50%);
}
.kurukuru::after{
    content: '';
    display: inline-block;
    width: 60px;
    height: 98%;
    background: #fff;
    
}
.kurukuru.is-animated {
  animation: kurukuru 1.4s ease-out;
}
@keyframes down {
  0%{
    transform: translateX(-50%) translateY(-100%);
  }
  100%{
    transform: translateX(-50%) translateY(80px);
  }
}
@keyframes kurukuru {
  0%{
    transform: translateX(-50%) rotateY(0);
  }
  100%{
    transform: translateX(-50%) rotateY(360deg);
  }
}
.main-btn{
  position: fixed;
  z-index: 5;
  width: 17vw;
  height: 17vw;
  max-width: 240px;
  max-height: 240px;
  top: 50px;
  right: 2%;
}
.main-btn-img{
  animation: rotate 4s linear infinite;
}
.main-btn-item{
  background: #dbdcde;
  width: 9vw;
  height: 9vw;
  max-width: 110px;
  max-height: 110px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.main-btn-item-img{
  width: 17px;
  margin: 12px auto 0;
}
.main-btn-item-txt{
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
.main-btn-item-txt span{
  font-size: 80%;
  display: block;
}
@keyframes rotate{
  0%{
    transform: rotate(0);
  }
  100%{
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 768px){
  .section-main{
    background: url('/img/topic/kiban-portal/main.jpg')no-repeat center/contain;
    padding-top: 67%;
  }
  .main-txt-sub{
    top: calc(50px + 2%);
    right: auto;
    left: 3%;
    font-size: 1.95vw;
    text-align: left;
  }
  .main-txt{
    bottom: 16vw;
  }
  .main-txt span{
    font-size: 1rem;
  }
}
@media screen and (min-width: 1023px){
  .main-item{
    top: 1vw;
  }
  .main-txt{
    font-size: 44px;
  }
  .main-btn{
    width: 15vw;
    height: 15vw;
    max-width: 190px;
    max-height: 190px;
    top: 50px;
    right: 1.5%;
  }
  .main-btn-item{
    padding-top: 10px;
  }
  .main-btn-item-txt{
    font-size: 1rem;
  }
  .main-btn-item-img{
    width: 25px;
    margin: 5px auto 2px;
  }
}
@media screen and (min-width: 1028px){
  .main-txt span{
    font-size:20px;
  }
  .section-main{
    /* padding-top: 60%; */
  }
  .main-item{
    top: 3vw;
  }
  .main-txt{
    bottom: 15vw;
    line-height: 2;
  }
  .main-txt-sub{
    top: calc(70px + 2%);
    right: auto;
    left: 3%;
    font-size: 1.66vw;
  }
  .main-btn{
    top: 70px;
  }
  .main-btn-item-img{
    width: 35px;
  }
  .main-btn-item-txt{
    font-size: 18px;
  }
}
@media screen and (min-width: 1700px){
  .main-item{
    top: 8vw;
  }
}
@media screen and (min-width: 1680px){
  .main-txt-sub{
    font-size: 30px;
  }
}
/* =============================================
 header
============================================= */  
#header{
  display: none !important;
}
.header-kiban{
  display: block !important;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: rgb(255 255 255 / 85%);
}
.header-kiban-sp-btn{
  width: 35px;
  height: 2px;
  background: #131313;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.header-kiban-sp-btn::before, .header-kiban-sp-btn::after{
  content: '';
  display: inline-block;
  width: 35px;
  height: 2px;
  background: #131313;
  position: absolute;
  left: 0;
}
.on.header-kiban-sp-btn{
  transform: rotate(45deg) translateY(-50%);
}
.on.header-kiban-sp-btn::before{
  display: none;
}
.on.header-kiban-sp-btn::after{
  transform: rotate(-90deg);
  bottom: 0;
}
.header-kiban-sp-btn::before{
  top: -10px;
}
.header-kiban-sp-btn::after{
  bottom: -10px;
}
a.header-kiban-logo{
  width: 80px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.header-kiban-wrapper{
  transform: translateX(100%);
  background: #fff;
  transition: .2s ease;
  width: 100%;
  height: 100vh;
  padding: 3em;
}
.header-kiban-wrapper.on{
  transform: translateX(0);
}
.header-kiban-list-item{
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 18px;
}
.header-kiban-list-item.soon{
  opacity: .25;
  pointer-events: none;
}
.header-kiban-list-btn-item a{
  display: inline-block;
  padding: .2em 2em;
  border-radius: 10px;
  border: 2px solid #040404;
  text-align: center;
  font-weight: bold;
}
.header-kiban-list-btn-item:last-child a{
  background: #040404;
  color: #fff;
  margin-top: 20px;
}
@media screen and (min-width: 768px){
  a.header-kiban-logo{
    z-index: 1;
  }
  .header-kiban-sp-btn{
    display: none;
  }
  .header-kiban-wrapper{
    transform: translateX(0);
    position: relative;
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    text-align: center;
    padding-top: 13px;
    display: block;
  }
  .header-kiban-list-item{
    display: inline-block;
    margin: 0 5px;
    font-size: 14px;
  }
  .header-kiban-list-btn-item{
    display: inline-block;
  }
  .header-kiban-list-btn-item a{
    font-size: 11px;
  }
  .header-kiban-list-btn{
    position: fixed;
    top: 12px;
    right: 15px;
  }
  .header-kiban-list-btn-item a{
    padding: .3em 1em .2em;
  }
  .header-kiban-list-btn-item:last-child a{
    margin-top: 0;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1028px){
  .header-kiban{
    height: 70px;
  }
  a.header-kiban-logo{
    width: 120px;
  }
  .header-kiban-list-item{
    font-size: 18px;
    margin: 0 15px;
  }
  .header-kiban-wrapper{
    padding-top: 20px;
  }
  .header-kiban-list-btn-item a{
    padding: .25em 2em .1em;
    transition: .2s ease;
  }
  .header-kiban-list-btn-item a:hover{
    opacity: .8;
  }
  .header-kiban-list-btn-item a{
    font-size: 1rem;
  }
  .header-kiban-list-btn{
    top: 18px;
  }
}
/* =============================================
 news
============================================= */
.section-news{
  margin-bottom: 50px;
}
.news-box{
  background: #f5f5f5;
  border-radius: 20px;
  position: relative;
  padding: 2em 3em 1.5em;
  font-size: 14px;
  font-weight: bold;
}
.news-list:not(:last-child){
  margin-bottom: 20px;
}
.news-list-item{
  margin-bottom: 5px;
}
.news-slide-btn{
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
}
.news-slide-btn::after{
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 1px solid #131313;
  border-bottom: 1px solid #131313;
  transform: rotate(45deg);
  margin-left: 5px;
  position: relative;
  top: -2px;
}
.on.news-slide-btn::after{
  transform: rotate(225deg);
  top: 2px;
}
.news-list.hide{
  display: none;
}
.news-date{
  display: inline-block;
  margin-right: 10px;
}
.news-tag{
  display: inline-block;
  background: #131313;
  color: #fff;
  padding: .2em 1em;
  border-radius: 30px;
  font-size: 87.5%;
}
.news-list-item-up{
  margin-bottom: 5px;
}
@media screen and (min-width: 768px){
  .section-news{
    margin-top: -80px;
  }
  .news-box{
    padding: 2em 3em .5em;
    max-width: 750px;
    margin: 0 auto;
  }
  .news-date{
    margin-right: 20px;
  }
  .news-slide-btn{
    right: 30px;
  }
  .news-list-item-up, .news-list-item-down{
    display: inline-block;
  }
  .news-list-item-up{
    margin-right: 20px;
  }
}
@media screen and (min-width: 1023px){
  .section-news{
    margin-top: -100px;
  }
}
@media screen and (min-width: 1028px){
  .section-news{
    margin-bottom: 100px;
  }
  .news-box{
    max-width: 1110px;
  }
  .news-slide-btn{
    font-size: 14px;
    bottom: 50%;
    transform: translateY(50%);
    right: 30px;
  }
  .news-box{
    font-size: 1em;
  }
}
/* =============================================
 btn
============================================= */
.section-btn{
  margin-bottom: 50px;
}
a.btn-element{
  display: block;
  color: #fff;
  background: #eb2a87;
  border-radius: 50px;
  padding:1.1em;
  padding-right: 2em;
  text-align: center;
  font-weight: bold;
  box-shadow: 3px 4px 0 #fcb4da;
  position: relative;
}
a.btn-element.soon{
  opacity: .7;
  pointer-events: none;
}
a.btn-element::before{
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background: #fff;
}
a.btn-element::after{
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #eb2a87;
  border-bottom: 2px solid #eb2a87;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 26px;
}
a.btn-element.btn02::after{
  border-right: 2px solid #1b98db;
  border-bottom: 2px solid #1b98db;
}
a.btn-element.btn01{
  margin-bottom: 20px;
}
a.btn-element.btn02{
  background: #1b98db;
  box-shadow: 3px 4px 0 #bedaea
}
.btn-element-icon{
  display: inline-block;
  width: 25px;
  margin-right: 10px;
}
.btn02 .btn-element-icon{
  position: relative;
  top: 4px;
}
.btn-inner{
  position: relative;
}
/* .btn-inner::after{
  position: absolute;
  content: '※準備中';
  display: inline-block;
  font-size: 14px;
  color: #4e4e4e;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
} */
@media screen and (min-width: 768px){
  .btn-inner{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
  .btn-element{
    max-width: calc(((100% / 12) * 6) - 10px);
    flex-basis: calc(((100% / 12) * 6) - 10px);
    margin: 0 5px;
  }
  a.btn-element.btn02{
    /* padding: .8em 1em 1.2em; */
    padding-right: 2em;
  }
  a.btn-element.btn01{
    margin-bottom: 0;
    padding-top: 1.3em;
  }
}
@media screen and (min-width: 1028px){
  .section-btn{
    margin-bottom: 100px;
  }
  .btn-inner{
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .btn-element{
    max-width: calc(((100% / 12) * 6) - 30px);
    flex-basis: calc(((100% / 12) * 6) - 30px);
    margin: 0 15px;
    font-size: 22px;
  }
  .btn-element-icon{
    width: 40px;
  }
  a.btn-element{
    padding: 1.1em;
    padding-right: 2em;
    box-shadow: 5px 5px 0 #fcb4da;
    transition: .2s ease;
  }
  a.btn-element:hover{
    transform: scale(1.025);
  }
  a.btn-element.btn02{
    box-shadow: 5px 5px 0 #bedaea
  }
  .btn01 .btn-element-icon{
    position: relative;
    top: 7px;
  }
  a.btn-element::before{
    width: 45px;
    height: 45px;
    right: 30px;
  }
  a.btn-element::after{
    width: 12px;
    height: 12px;
    right: 48px;
  }
  .btn02 .btn-element-icon{
      top: 7px;
  }
}
/* =============================================
 tab
============================================= */
.tab-list{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin: 0 -5px;
}
.tab-list-item{
  max-width: calc((100% / 12) * 4);
  flex-basis: calc((100% / 12) * 4);
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  padding: .5em 0;
  cursor: pointer;
  transition: .2s ease;
}
.tab-list-item a{
  display: block;
}
.tab-list-item a.soon{
  pointer-events: none;
  opacity: .5;
  cursor: default;
  position: relative;
}
.tab-list-item a.soon::before{
  content: '※準備中';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  font-size: 11px;
  z-index: 3;
}
@media screen and (min-width: 768px){
  .tab-list-item a.soon::before{
    bottom: -20px;
  }
}
.tab-list-item:hover{
  opacity: .85;
}
.on.tab-list-item.material{
  border-bottom: 4px solid #eb2a87;
}
.on.tab-list-item.movie{
  border-bottom: 4px solid #1b98db;
}
.on.tab-list-item.faq{
  border-bottom: 4px solid #ffd800;
}
.on.tab-list-item a{
  pointer-events: none;
}
span.tab-list-item-icon{
  display: block;
  width: 60px;
  margin: 0 auto;
}
.tab-wrapper{
  background: #f5f5f5;
  padding: 3em 0;
}
.tab-box{
  background: #fff;
  padding: 1em;
  box-sizing: border-box;
  border-radius: 20px;
  box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 13%);
}
.tab-box-ttl{
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
#faq .tab-box-ttl{
  text-align: center;
}
#faq .tab-box-ttl.shinko{
  margin-top: 50px;
}
.tab-box-ttl span{
  font-size: 70%;
  color: #cfbfa8;
  display: inline-block;
  margin-left: 10px;
}
.tab-box-ttl::before{
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #eb2a87;
  border-radius: 3px;
  margin-right: 5px;
}
#movie .tab-box-ttl::before{
  background: #1b98db;
}
#faq .tab-box-ttl::before{
  background: #ffd800;
}
#faq .shinko.tab-box-ttl::before{
  background: #45c0c8;
}
.tab-box-inner{
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: calc(100% + 10px);
  margin: 0 -5px;
}
.tab-box-element{
  max-width: calc(((100% / 12) * 6) - 10px);
  flex-basis: calc(((100% / 12) * 6) - 10px);
  margin: 0 5px 20px;
}
.tab-box-element a{
  display: block;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ccc;
  position: relative;
  padding-top: 71.89%;
  background: linear-gradient(135deg, #ddf0fa,#fbe2ef);
}
.material-txt{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  transition: .2s linear;
}
a:hover .material-txt{
  transform: translate(-50%, -50%) scale(1.05);
}
.material-txt-sub{
  color: #4e4e4e;
  margin-bottom: 10px;
  font-size: 12px;
}
.material-txt-main{
  display: inline-block;
  border-bottom: 1px solid #ccc;
  font-size: 1.1em;
}
.material-treat{
  transform: rotate(-90deg);
  position: absolute;
  bottom: 45px;
  right: -55px;
  white-space: nowrap;
  line-height: 1;
  color:#fff;
  font-family: "montserrat", sans-serif;
  display: inline-block;
  width: 120px;
  height: 30px;
  font-size: 150%;
  overflow: hidden;
  opacity: .5;
}

.tab-box-element a img{
  transition: .2s ease;
}
.tab-box-element a img.link02{
  opacity: 0;
}
.tab-box-element a:hover img.link01{
  opacity: 0;
}
.tab-box-element a:hover img.link02{
  opacity: 1;
}
.tab-box-link{
  position: absolute;
  bottom: 7px;
  right: 7px;
  width: 15px;
  height: 15px;
}
.tab-box-link img{
  position: absolute;
  top: 0;
  left: 0;
}
.nonmember .member{
  pointer-events: none;
  position: relative;
}
.nonmember span.member{
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 80%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.nonmember .member::before{
  content: '';
  display: inline-block;
  width: 20px;
  height: 30px;
  background: url('/img/topic/kiban-portal/lock.png')no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.nonmember .member::after{
  content: '会員限定コンテンツ';
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: bold;
  z-index: 2;
  font-size: 12px;
  white-space: nowrap;
}
@media screen and (min-width: 768px){
  .tab-box-element{
    max-width: calc(((100% / 12) * 4) - 10px);
    flex-basis: calc(((100% / 12) * 4) - 10px);
    margin: 0 5px 20px;
  }
  .tab-box{
    padding: 2em;
  }
  .tab-box-ttl{
    margin-bottom: 15px;
  }
  .tab-list-item{
    font-size: 1em;
    padding: 1.5em 0;  
  }
  span.tab-list-item-icon{
    display: inline-block;
    position: relative;
    top: 23px;
    right: 5px;
  }
  .nonmember .member::after{
    font-size: 14px;
    bottom: 15%;
  }
  .material-txt-sub{
    font-size: 14px;
  }
  .material-txt-main{
    font-size: 1.2em;
  }
  .material-treat{
    bottom: 60px;
    right: -75px;
    width: 160px;
    height: 30px;
    font-size: 160%;
  }
  .tab-box-link{
    bottom: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
  }
}
@media screen and (min-width: 1028px){
  .material-treat{
    bottom: 80px;
    right: -90px;
    width: 200px;
    height: 35px;
    font-size: 200%;
  }
}
@media screen and (min-width: 1028px){
  .material-treat{
    bottom: 95px;
    right: -100px;
    width: 230px;
    height: 40px;
    font-size: 40px;
  }
  .tab-list-item{
    font-size: 22px;
  }
  .tab-wrapper{
    padding: 90px 0;
  }
  .tab-box{
    padding: 40px 65px;
  }
  .tab-box-inner{
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .tab-box-element{
    max-width: calc(((100% / 12) * 4) - 30px);
    flex-basis: calc(((100% / 12) * 4) - 30px);
    margin: 0 15px 40px;
  }
  .tab-box-ttl{
    font-size: 28px;
    margin-bottom: 20px;
  }
  .tab-box-ttl::before{
    margin-right: 10px;
  }
  .nonmember .member::after{
    font-size: 1em;
    bottom: 20%;
  }
  .nonmember .member::before{
    width: 30px;
    height: 40px;
  }
  #faq .tab-box-ttl.shinko{
    margin-top: 70px;
  }
  .material-txt-main{
    font-size: 22px;
  }
}

/* movie */
.tab-box-element-movie-item{
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.tab-box-element-movie-item iframe{
	position:absolute;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important;
}
.tab-box-element-movie-wrapper{
	max-width:100%;
  border-radius: 20px;
  overflow: hidden;
}
.tab-box-element-ttl{
  font-weight: bold;
  font-size: 14px;
  margin-top: 5px;
}
@media screen and (min-width: 768px){
  .tab-box-element-ttl{
    font-size: 16px;
  }
}
@media screen and (min-width: 1028px){
  .tab-box-element-ttl{
    font-size: 20px;
    margin-top: 10px;
  }
}
/* faq */
.tab-faq-list-item{
  margin-bottom: 25px;
}
.faq-item{
  border-radius: 20px;
  padding: 1em 2em;
  padding-right: 3.5em;
  font-weight: bold;
  margin-bottom: 10px;
  background: #fff;
}
.faq-item-txt span.color{
  color: #ffd800;
  font-family: "montserrat", sans-serif;
  display: inline-block;
  margin-right: 10px;
  font-size: 110%;
}
.shinko .faq-item-txt span.color{
  color: #45c0c8;
}
.faq-item.faq-q{
  cursor: pointer;
  position: relative;
}
.faq-item.faq-q::before{
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 13px;
  background: #ffd800;
}
.shinko .faq-item.faq-q::before{
  background: #45c0c8;
}
.faq-item.faq-q::after{
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 43%;
  right: 23px;
  transform: rotate(45deg);
  z-index: 2;
}
.on.faq-q::after{
  transform: rotate(-135deg);
  top: 46%;
}
.faq-item.faq-a{
  display: none;
  background: #ffd800;
  font-weight: normal;
  color: #000;
}
.faq-item.faq-a span{
  font-weight: bold;
}
.faq-item.faq-a a{
  font-weight: bold;
  position: relative;
  text-decoration: underline;
}
.faq-item.faq-a a::after{
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url('/img/topic/kiban-portal/link-icon.png')no-repeat center/contain;
  margin-left: 5px;
}
.shinko .faq-item.faq-a{
  background: #45c0c8;
}
.faq-q .faq-item-txt{
  padding-left: 2em;
  text-indent: -1em;
}
@media screen and (min-width: 768px){
  .faq-item{
    padding: 1.2em 2em;
  }
  .faq-item.faq-q::after{
    width: 12px;
    height: 12px;
    top: 40%;
    right: 21px;
  }
  .on.faq-q::after{
    top: 46%;
  }
}
@media screen and (min-width: 1028px){
  .faq-item.faq-q::before{
    width: 35px;
    height: 35px;
  }
  .faq-item{
    font-size: 18px;
    padding: 25px 65px;
  }
  .faq-item.faq-q::after{
    right: 24px;
  }
}
/* =============================================
 contact
============================================= */
.section-contact{
  background: #f5f5f5;
  padding-bottom: 50px;
}
.contact-ttl{
  font-weight: bold;
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 20px;
}
.contact-ttl span{
  font-size: 14px;
  color: #cfbfa8;
  display: block;
  margin-top: 5px;
}
.contact-element{
  border-radius: 20px;
  padding: 1em;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
.contact-element-img{
  width: 60px;
  margin: 0 auto;
}
.contact-element-caption{
  font-size: 11px;
  font-weight: normal;
}

a.contact-element-link{
  font-size: 1.1em;
  display: block;
  margin: 8px 0;
}
.contact-element02 .contact-element-link{
  font-size: 1.3em;
  line-height: 1;
}
@media screen and (min-width: 768px){
  .section-contact{
    padding-bottom: 80px;
  }
  .contact-element-inner{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
  .contact-element-img{
    max-width: calc(((100% / 12) * 3) - 10px);
    flex-basis: calc(((100% / 12) * 3) - 10px);
    margin: 0 5px 10px;
  }
  .contact-element-item{
    max-width: calc(((100% / 12) * 9) - 10px);
    flex-basis: calc(((100% / 12) * 9) - 10px);
    margin: 0 5px 10px;
  }
  .contact-element-caption{
    font-size: 12px;
  } 
  .contact-box-inner{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
  .contact-element{
    max-width: calc(((100% / 12) * 6) - 10px);
    flex-basis: calc(((100% / 12) * 6) - 10px);
    margin: 0 5px ;
    padding: 1.5em 1em .5em;
  }
  a.contact-element-link{
    font-size: 1em;
  }
}
@media screen and (min-width: 1028px){
  .contact-box-inner{
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .contact-element{
    max-width: calc(((100% / 12) * 6) - 30px);
    flex-basis: calc(((100% / 12) * 6) - 30px);
    margin: 0 15px ;
    padding: 40px 20px 20px;
  }
  .section-contact{
    padding-bottom: 120px;
  }
  .contact-element-caption{
    font-size: 1em;
  } 
  .contact-ttl{
    font-size: 22px;
    margin-bottom: 30px;
  }
  .contact-ttl span{
    font-size: 1em;
  }
  .contact-element-txt{
    font-size: 20px;
  }
  a.contact-element-link{
    font-size: 22px;
    margin: 10px 0;
  }
  .contact-element02 .contact-element-link{
    font-size: 30px;
  }
}

/* =============================================
 js
============================================= */
/* コンテンツfadein */
.fade-in {
	opacity: 0;
	transition-duration: 500ms;
	transition-property: opacity, transform;
}
.fade-in-up {
	transform: translate(0, 50px);
}
.scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}