@charset "UTF-8";
#beltbnr {
 display: none;
}
.h_bar{
  display: none;
}
#mainArea {
  letter-spacing: 0;
  line-height: 2;
  overflow: hidden;
  margin: 0 auto;
}
.lead {
   width: 90%;
    font-size: 1.3rem;
    padding: 6% 10% 9%;
    text-align: center;
}
section {
    margin: 11em auto 7em;
}
.bnr_ {
	width: 900px;
	margin: 0 auto;
}
.left{
  text-align: left;
}
.center{
  text-align: center;
}
.f-12 {
  font-size: 1.2rem;
}
.f-n {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.border_ {border-bottom: 1px solid #555;}
.lead {
    width: 100%;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 7% 10% 8%;
    text-align: center;
    background: #4ef490;
    position: relative;
}
.icon_{
	position: absolute;
    display: inline-block;
    width: 64px;
    bottom: -9%;
    left: 48%;
}
.item-img {
	width: 75%;
	display: inline-block;
	vertical-align: middle;
}
.cate_ {
	 width: 920px;
	 margin: 0% auto;
}
.imgArea_ {
    display: inline-block;
    width: 54%;
    margin-right: 9%;
}
.qa_ {
	    position: absolute;
    display: inline-block;
    width: 180px;
    top: -2%;
    left: 43%;
    z-index: 2;
}
.q_  {
        position: absolute;
    z-index: 2;
    width: 47px;
    top: -43%;
    left: -2%;
}
.a_  {
    position: absolute;
    z-index: 2;
    width: 50px;
    top: -39%;
    right: -2%;
}
.fa_ {
	background: linear-gradient(transparent 60%, #4ef490 60%);
	font-size: 1.7rem;
    line-height: 2.0;
    font-family: kepler-std, serif;
    font-style: normal;
}
.crditArea_ {
	width: 36%;
    display: inline-block;
    vertical-align: middle;
}
.crdit {
    margin-bottom: 20px;
}
.qaArea_ {
	width: 960px;
	position: relative;
	background: #eaeaea;
	margin: 11% auto;
}
.qaArea_child {
	width: 680px;
    margin: 0 auto;
    padding: 7% 0 10%;
}
.sub-imgArea {
	width: 700px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}
.sub-img1 {
	position: absolute;
    bottom: 59%;
    left: -8%;
    width: 315px;
}
.sub-img2 {
	position: absolute;
    right: 3%;
    width: 170px;
    top: -15%;
}
/*吹き出し*/
.balloon_l,
.balloon_r{
  margin: 30px 0;
  display:flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;	
}
.balloon_r{
  justify-content:flex-end;
}

.balloon_r .faceicon{
  margin-left:25px;
}
.balloon_l .faceicon{
  margin-right:25px;
}
.balloon_r .faceicon{
  order:2 !important;
}
.says {
  max-width:500px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 26px 20px 26px 24px;
  border-radius: 12px;
  background: #4ef490;
  box-sizing:border-box;
  margin:0 !important;
  line-height:1.7;
  font-size: 1.2rem;
}
.balloon_l .says {
  background: #fff;
  border: solid 3px #4ef490
}	
.says p{
  margin:8px 0 0 !important; 
}
.says p:first-child{
  margin-top:0 !important;
}
.says:after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
/*   margin-top:-3px;  */
}
.balloon_l .says:after {
      left: -25px;
    border-right: 17px solid #fff;
    filter: drop-shadow(-3px 0px 0px #4ef490);
}
.balloon_r .says:after {
  right: -26px;
  border-left: 22px solid #4ef490;
}
/*///*/
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.img-c img {
	width: 100%;
	-webkit-backface-visibility: hidden;
}
/*////*/
.button_crdit {
	width: 73%;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.8;
}
.button_ {
    width: 85px;
    height: 40px;
    border-radius: 12px;
    border: solid 1px #222;
    background: #ffffff;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: inline-block;
}
.eff {
    text-decoration: none;
    line-height: 40px;
    color: #222 !important;
    font-size: 1.3rem;
    letter-spacing: 1px;
    font-weight: 400;
}
.button_:hover{
    background: #222;
	border: solid 2px #222;
	color: #222 !important; 
	transition : .3s;
}
.eff:hover {
    color: #fff !important;
    background: #222;
}
/* アニメーション設定 */
.scr-target {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    /* アニメーションのループ回数 - infiniteで無限ループ */
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.scr-target[class*='fadeIn'],
.scr-target[class*='zoom'] {
    opacity: 0;
}

/* フェードイン */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
.anime__fadeIn.is-active {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
/* ズームイン */
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 1;
    }
}
.anime__zoomIn.is-active {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
/* 左右に揺れるアニメーション */
.animation__{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}

.keyframe3{
  animation-name: anim_s;
  transform: rotate(10deg);
  animation-duration: 3s;
}

@keyframes anim_s {
  50% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}