@charset "UTF-8";

p , h1 , h2 , h3{
	line-height: 1.5;
}
p{
	margin: 0;
}
img{
	width: 100%;
	vertical-align: top;
}
a {
    color: #478fde;
}
a:hover {
    opacity: 0.7;
}

/*装飾*/
.co_re{
    color: #ff0000;
}
.co_br{
    color: blue;
}
.co_p{
    color: rgb(255, 55, 166);
}
.co_g{
    color: rgb(136, 136, 136);
}
.bo{
    font-weight: bold;
}
.lin{
    background: linear-gradient(to bottom, transparent 0%, transparent 40%, #ffff66 40%, #ffff66 100%);
    height: 80%;
    vertical-align: bottom;
}
.fo-up{
    font-size: 22px;
}

/*余白*/
.mt1{
	margin-top: 1%;
}
.mt2{
	margin-top: 2%;
}
.mt3{
	margin-top: 3%;
}
.mt5{
	margin-top: 5%;
}
.mt10{
	margin-top: 10%;
}
.mb1{
	margin-bottom: 1%;
}
.mb2{
	margin-bottom: 2%;
}
.mb5{
	margin-bottom: 5%;
}

/*揃え*/
.ta-c{
    text-align: center;
}
.ta-l{
    text-align: left;
}
.ta-r{
    text-align: right;
}

footer {
    font-size: 13px;
    padding: 5%;
    background: #ECECEC;
    text-align: center;
    margin-top: 10px;
}
#content {
	max-width: 620px;
	margin: 0 auto;
}
#content02{
    text-align: left;
    margin: 0 auto;
	padding: 2%;
	background-color: #fff;
}

.tyu{
    font-size: 60%;
    text-align: right;
    color: #999;
}
.lis{
    border: 3px solid #80c7ff;
    border-radius: 10px;
    padding: 2%;
    margin: 2% 0;
    line-height: 2;
    font-weight: bold;
}

@media (max-width: 767px) { 
#content02{
	margin-top: 0;
	padding-top: 0;
}
footer {
    padding: 5% 2%;
	font-size: 14px;
}
}

.img-area{
    text-align: center;  
}


/*----------------------------スクワットビヨンドの記述------------------------------*/
html{
    font-family:sans-serif;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%
}
body{
    margin:0;
    word-wrap:break-word
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{
    display:block
}
audio,canvas,progress,video{
    display:inline-block;vertical-align:baseline
}
audio:not([controls]){
    display:none;
    height:0
}
[hidden],template{
    display:none
}
a{
    background-color:transparent
}
a:active,a:hover{
    outline:0
}
abbr[title]{
    border-bottom:1px dotted
}
b,strong{
    font-weight:700
}
dfn{
    font-style:italic
}
h1{
    font-size:2em;
    margin:.67em 0
}
mark{
    background:#ff0;
    color:#000
}
small{
    font-size:80%
}
sub,sup{
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
}
sup{
    top:-.5em
}
sub{
    bottom:-.25em
}
img{
    border:0
}
svg:not(:root){
    overflow:hidden
}
figure{
    margin:0
}
hr{
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    height:0
}
pre{
    overflow:auto
}
code,kbd,pre,samp{
    font-family:monospace,monospace;
    font-size:1em
}
button,input,optgroup,select,textarea{
    color:inherit;
    font:inherit;
    margin:0
}
button{
    overflow:visible
}
button,select{
    text-transform:none
}
body{
    font-size:17px;
    background-color:#F4F4F4;
    user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    -moz-user-select:none;
    -khtml-user-select:none;
    -webkit-user-drag:none;
    -khtml-user-drag:none
}

body .article-header-wrapper img{
    max-width:100%
}
body .article-body{
    font-size:17px;
    line-height:1.8;
    background-color:#ffffff
}
body .article-body span,body .article-body p,body .article-body div,body .article-body h1,body .article-body h2,body .article-body h3,body .article-body h4,body .article-body h5,body .article-body h6{
    max-width:100%
}
body .article-body .sb-font-bold{
    font-weight:bold
}
body .article-body .sb-color-black{
    color:#000
}
body .article-body .sb-color-red{
    color:#ff0000
}
body .article-body .sb-color-blue{
    color:#0000ff
}
body .article-body .sb-align-left{
    display:block;
    text-align:left
}
body .article-body .sb-align-center{
    display:block;
    text-align:center
}
body .article-body .sb-align-right{
    display:block;
    text-align:right
}
body .article-body .sb-bg-gray{
    background:linear-gradient(to right, #eee 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
    background:-webkit-linear-gradient(left, #eee 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
    transition:background-position 1s ease-out;-webkit-transition:background-position 1s ease-out;
    background-position:bottom 0 right 100%
}
body .article-body .sb-bg-white{
    background:linear-gradient(to right, #fff 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
    background:-webkit-linear-gradient(left, #fff 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
    transition:background-position 1s ease-out;
    -webkit-transition:background-position 1s ease-out;
    background-position:bottom 0 right 100%
}
body .article-body .sb-bg-black{
    background:linear-gradient(to right, #000 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
    background:-webkit-linear-gradient(left, #000 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
    transition:background-position 1s ease-out;
    -webkit-transition:background-position 1s ease-out;
    background-position:bottom 0 right 100%
}
body .article-body .sb-bg-red{
    background:linear-gradient(to right, red 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
    background:-webkit-linear-gradient(left, red 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
    transition:background-position 1s ease-out;
    -webkit-transition:background-position 1s ease-out;
    background-position:bottom 0 right 100%
}
body .article-body .sb-bg-green{
    background:linear-gradient(to right, lime 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
    background:-webkit-linear-gradient(left, lime 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
    transition:background-position 1s ease-out;-webkit-transition:background-position 1s ease-out;
    background-position:bottom 0 right 100%
}
body .article-body .sb-bg-yellow{
    background:linear-gradient(to right, #ffee57 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
    background:-webkit-linear-gradient(left, #ffee57 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
    transition:background-position 1s ease-out;
    -webkit-transition:background-position 1s ease-out;
    background-position:bottom 0 right 100%
}
body .article-body .sb-bg-blue{
    background:linear-gradient(to right, blue 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
    background:-webkit-linear-gradient(left, blue 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
    transition:background-position 1s ease-out;
    -webkit-transition:background-position 1s ease-out;
    background-position:bottom 0 right 100%
}
body .article-body .sb-fs-10{
    font-size:10px
}
body .article-body .sb-fs-13{
    font-size:13px
}
body .article-body .sb-fs-15{
    font-size:15px
}
body .article-body .sb-fs-17{
    font-size:17px
}
body .article-body .sb-fs-19{
    font-size:19px
}
body .article-body .sb-fs-21{
    font-size:21px
}
body .article-body .sb-fs-23{
    font-size:23px
}
body .article-body .sb-fs-25{
    font-size:25px
}
body .article-body .sb-fs-27{
    font-size:27px
}
body .article-body .sb-fs-29{
    font-size:29px
}
body .article-body h2{
    font-size:27px;
    margin:0
}
body .article-body p{
    margin:0
}
body .article-body a{
    text-decoration:underline;
    color:#4682b4
}
body .article-body iframe{
    display:block;
    max-width:100%;
    margin-top:20px !important;
    margin-bottom:20px !important
}
body .article-body video{
    display:block;
    max-width:100%;
    margin-top:20px !important;
    margin-bottom:20px !important
}
body .article-body video:not(.lazyload){
    height:auto !important
}
body .article-body img:not(.lazyload){
    height:auto !important
}
body .article-body img{
    display:block;
    max-width:100%;
    margin-top:20px !important;
    margin-bottom:20px !important
}
body .article-body img.sb-fl{
    float:left;
    margin-right:10px
}
body .article-body img.sb-fc{
    display:block;
    float:none;
    margin:0 auto
}
body .article-body img.sb-fr{
    float:right;
    margin-left:10px
}
body .article-body img.sb-img-move-side{
    animation:sb_img_move_side 1s ease-in-out infinite alternate !important
}

@keyframes sb_img_move_side{
    0%{transform:translateX(-5px)}
    100%{transform:translateX(5px)}
}

body .article-body .sb-bg-gum-marker,body .article-body .sb-bg-gum-marker-animated{
    background:linear-gradient(to right, #ffee57 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
    background:-webkit-linear-gradient(left, #ffee57 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
    transition:background-position 1s ease-out;
    -webkit-transition:background-position 1s ease-out
}
body .article-body .sb-bg-gum-marker.animated,body .article-body .sb-bg-gum-marker-animated.animated{
    background-position:bottom 0 right 100% !important
}

body .article-body .sb-bg-gum-marker.sb-bg-gray,body .article-body .sb-bg-gum-marker-animated.sb-bg-gray{
    background:linear-gradient(to right, #eee 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
    background:-webkit-linear-gradient(left, #eee 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
    transition:background-position 1s ease-out;
    -webkit-transition:background-position 1s ease-out
}

body .article-body .sb-bg-gum-marker.sb-bg-gray.animated,body .article-body .sb-bg-gum-marker-animated.sb-bg-gray.animated{
    background-position:bottom 0 right 100%
}
body .article-body .sb-bg-gum-marker.sb-bg-white,body .article-body .sb-bg-gum-marker-animated.sb-bg-white{
    background:linear-gradient(to right, #fff 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
    background:-webkit-linear-gradient(left, #fff 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
    transition:background-position 1s ease-out;
    -webkit-transition:background-position 1s ease-out
}
body .article-body .sb-bg-gum-marker.sb-bg-white.animated,body .article-body .sb-bg-gum-marker-animated.sb-bg-white.animated{
    background-position:bottom 0 right 100%
}
body .article-body .sb-bg-gum-marker.sb-bg-black,body .article-body .sb-bg-gum-marker-animated.sb-bg-black{
    background:linear-gradient(to right, #000 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
    background:-webkit-linear-gradient(left, #000 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
    transition:background-position 1s ease-out;
    -webkit-transition:background-position 1s ease-out
}
body .article-body .sb-bg-gum-marker.sb-bg-black.animated,body .article-body .sb-bg-gum-marker-animated.sb-bg-black.animated{
    background-position:bottom 0 right 100%
}
body .article-body .sb-bg-gum-marker.sb-bg-red,body .article-body .sb-bg-gum-marker-animated.sb-bg-red{
    background:linear-gradient(to right, red 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
    background:-webkit-linear-gradient(left, red 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
    transition:background-position 1s ease-out;
    -webkit-transition:background-position 1s ease-out
}
body .article-body .sb-bg-gum-marker.sb-bg-red.animated,body .article-body .sb-bg-gum-marker-animated.sb-bg-red.animated{
    background-position:bottom 0 right 100%
}
body .article-body .sb-bg-gum-marker.sb-bg-green,body .article-body .sb-bg-gum-marker-animated.sb-bg-green{
    background:linear-gradient(to right, lime 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
    background:-webkit-linear-gradient(left, lime 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
    transition:background-position 1s ease-out;
    -webkit-transition:background-position 1s ease-out
}
body .article-body .sb-bg-gum-marker.sb-bg-green.animated,body .article-body .sb-bg-gum-marker-animated.sb-bg-green.animated{
    background-position:bottom 0 right 100%
}
body .article-body .sb-bg-gum-marker.sb-bg-yellow,body .article-body .sb-bg-gum-marker-animated.sb-bg-yellow{
    background:linear-gradient(to right, #ffee57 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
    background:-webkit-linear-gradient(left, #ffee57 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
    transition:background-position 1s ease-out;
    -webkit-transition:background-position 1s ease-out
}
body .article-body .sb-bg-gum-marker.sb-bg-yellow.animated,body .article-body .sb-bg-gum-marker-animated.sb-bg-yellow.animated{
    background-position:bottom 0 right 100%
}
body .article-body .sb-bg-gum-marker.sb-bg-blue,body .article-body .sb-bg-gum-marker-animated.sb-bg-blue{
    background:linear-gradient(to right, blue 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
    background:-webkit-linear-gradient(left, blue 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
    transition:background-position 1s ease-out;
    -webkit-transition:background-position 1s ease-out
}
body .article-body .sb-bg-gum-marker.sb-bg-blue.animated,body .article-body .sb-bg-gum-marker-animated.sb-bg-blue.animated{
    background-position:bottom 0 right 100%
}
body .article-body .article-body-comment{
    display:table;
    margin-bottom:1.5em;
    padding-bottom:1em;
    width:100% !important;
    max-width:100% !important
}
body .article-body .article-body-comment .comment-image,body .article-body .article-body-comment .comment-content{
    display:table-cell;
    vertical-align:top
}
body .article-body .article-body-comment .comment-image{
    padding-right:1em
}
body .article-body .article-body-comment .comment-image>img{
    display:block;
    height:auto;
    max-width:none;
    margin-top:0 !important;
    margin-bottom:0 !important
}
body .article-body .article-body-comment .comment-content{
    width:100%
}
body .article-body .article-body-comment .comment-content .comment-title{
    font-size:1em;
    margin:0 0 0.5em 0;
    font-weight:bold
}
body .article-body .article-body-comment .comment-content p{
    line-height:1.5em;
    margin-bottom:0.5em
}
body .article-body .article-body-comment .comment-content p.comment-detail{
    color:rgba(51,51,51,0.5);
    font-size:0.9em;font-style:italic
}
body .article-body .sb-custom img{
    display:block !important
}
body .article-body .sb-form iframe{
    height:0;margin:0 auto !important
}

.article-body {
    font-size: 17px !important;
    font-family: Hiragino Sans, Arial, sans-serif !important;
    color: #000000 !important;
    line-height: 1.5 !important;
}

body .article-body img {
    display: unset !important;
    margin-top: 1px !important;
    margin-bottom: 1px !important;
}
body .article-body video {
display: unset !important;
}
body .article-body .sb-custom  {
    font-size: 17px !important;
    font-family: Hiragino Sans, Arial, sans-serif !important;
    color: #000000 !important;
    line-height: 1.5 !important;
}
body .article-body .sb-custom img {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
}

/*------------------------------html内css記述------------------------------*/
 .continue {
  display: flex;
  justify-content: center;
}
 .continue span {
  display: block;
  /*点の幅サイズ*/
  width: 10px;
  /*点の高さサイズ*/
  height: 10px;
  /*点の色*/
  background-color: #ccc;
  /*角を丸くする*/
  border-radius: 100vh;
  /*点周りの余白。左の値が上下、右の値が左右*/
  margin: 10px 0;
}
 .continue .dot-1,
 .continue .dot-2,
 .continue .dot-3 {
  /*アニメーションの指定。左から、アニメーション名、アニメーション時間の長さ（1sは1秒）、infiniteは無限に再生を繰り返す*/
  -webkit-animation: continue 1s infinite;
  -moz-animation: continue 1s infinite;
}
 .continue .dot-1 {
  /*アニメーションし始める時間*/
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
}
 .continue .dot-2 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
}
 .continue .dot-3 {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
}
@-webkit-keyframes continue {

  /*アニメーション時間軸の指定。0%は開始地点、50%は真ん中、100%は最後の地点*/
  0% {
    /*不透明度の指定。1は不透明度100%*/
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes continue {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}


/*口コミ*/
/* 吹き出しの設定 */
.speechBubble__content {
  /* 横幅（全体　-　内側の左右余白） */
  width: calc(95% - 30px);
  /* 横幅の最大値 */
  max-width: 490px;
  /* 高さ */
  height: auto;
  /*外側の余白｜上余白｜左右余白｜下余白｜*/
  margin: 10% auto 0;
  /* 背景色 */
  background: #efefef;
  /* 枠線｜太さ｜線種｜色｜ */
  border: 1px solid #a7a7a7;
  /* 角丸 */
  border-radius: 4px;
  /*影｜水平方向｜垂直方向｜ぼかし具合｜影の拡張｜色｜*/
  box-shadow: 4px 4px 0 0#ccc;
  /* 内側の上下左右余白 */
  padding: 15px;
  /* 行間 */
  line-height: 1.3;
  position: relative;
  box-sizing: border-box;
}

/* 見出しの設定 */
.speechHead__area p {
  /* 文字の大きさ */
  font-size: 20px;
  box-sizing: border-box;
  /* 文字色 */
  color: #ff69b4;
  /* 文字の太さ */
  font-weight: bold;
  /* 外側の上下左右余白 */
  margin: 0;
}

/* 年齢、名前の設定 */
.speechDetail__area p {
  /* 文字の大きさ */
  font-size: 17px;
  box-sizing: border-box;
  /* 文字の色 */
  color: #999;
  /* 文字の太さ */
  font-weight: bold;
  /* 外側の上下左右余白 */
  margin: 0;
}

/* 画像部分 */
.speechImg__area {
  /* 横幅の最大値 */
  max-width: 100%;
  /* 高さ */
  height: auto;
  /*外側の余白｜上下余白｜左右余白（auto=センタリング）｜*/
  margin: 20px auto;
}

/* 画像、動画 */
.speechImg__area img,
 .speechImg__area video {
  /* 横幅 */
  width: 100%;
  /* 高さ */
  height: auto;
}

/* コメント部分 */
.speechComment__area p {
  /* 文字の大きさ */
  font-size: 17px;
  /* 外側の上下左右余白 */
  margin: 0;
}

/* テキストがピンクになる部分 */
._txPink {
  color: rgb(255, 105, 180);
}

/* テキストがグレーになる部分 */
._txGray {
  color: rgb(153, 153, 153);
}

/* 背景色が黄色になる部分 */
._bgYellow {
  background-color: rgb(255, 255, 153);
}

/* 小さい文字の部分 */
._small {
  font-size: 8px;
}

/* 太文字になる部分 */
._bold {
  font-weight: bold;
}

/* 吹き出し部分（影） */
.speechBubble__arrow {
  /* 三角形を作成 */
  border-right: 21px solid transparent;
  /* #ccc = 三角形の色 */
  border-top: 20px solid #ccc;
  /* 影の位置（下基準） */
  bottom: -25px;
  position: absolute;
  /* 影の位置（上基準） */
  left: 35px;
}

/* 吹き出しの線 */
.speechBubble__arrow:before {
  /* 三角形を作成 */
  border-right: 23px solid transparent;
  /* #a7a7a7 = 三角形の線 */
  border-top: 23px solid #a7a7a7;
  /* 影の位置（下基準） */
  bottom: 2px;
  content: "";
  position: absolute;
  /* 影の位置（上基準） */
  left: -5px;
}

/* 吹き出しの中 */
.speechBubble__arrow:after {
  /* 三角形を作成 */
  border-right: 21px solid transparent;
  /* #efefef = 三角形の色 */
  border-top: 21px solid #efefef;
  /* 影の位置（下基準） */
  bottom: 4px;
  content: "";
  position: absolute;
  /* 影の位置（上基準） */
  left: -4px;
}

/*下↓*/
 .arrowFlow__area {
  width: 100%;
  height: auto;
}

 .arrowFlow__inner {
  padding-bottom: 200px;
  overflow-y: hidden;
  position: relative;
}

 .arrowFlow__beforeG,
 .arrowFlow__afterG {
  width: 80%;
  max-width: 400px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  animation-name: arrowFlow;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  transform: translate(-50%, -300%);
  position: absolute;
  top: 0;
  left: 50%;
}

 .arrowFlow__afterG {
  animation-delay: 1s;
}

 .arrow {
  display: inline-block;
  vertical-align: middle;
  color: #ba0d0d;
  line-height: 1;
  position: relative;
  width: 40px;
  height: 60px !important;
  background: currentColor;
  margin: 0 30px;
}

 .arrow:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: #ba0d0d transparent transparent transparent;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}

@keyframes arrowFlow {
  0% {
    transform: translate(-50%, -300%);
  }

  60% {
    transform: translate(-50%, 100%);
  }

  100% {
    transform: translate(-50%, 400%);
  }
}

/*アンケート*/
.ank .ank-btn .anc-wrapper {
  padding: 0 15px 15px;
  /* 枠の色 */
  margin: 0;
  background: linear-gradient(#deebf3, #b9d2e4);
  vertical-align: bottom;
  font-family: serif;
}

.ank .ank-btn .container {
  /* コンテンツ部分の背景色 */
  background-color: #ffffff;
  padding: 0 0 4%;
}

.ank .ank-btn .box-title {
  /* Q1部分の背景色 */
  background-color: #deebf3;
  text-align: center;
}

.ank .ank-btn .tit {
  position: relative;
  bottom: -25px;
  z-index: 1;
  width: 80px;
  height: 80px;
  font-weight: bold;
  /* Q1部分の文字色 */
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ank .ank-btn .box-content {
  padding: 0 2%;
  width: 96%;
  margin: 0 auto;
}

.ank .ank-btn p {
  margin: 60px 0 0;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}

.ank .ank-btn .main {
  padding: 10px 2% 10px;
  margin: 0 auto;
  width: 94%;
}

.ank .ank-btn .questions {
  font-size: 8px;
  margin: 15px auto 0;
}

.ank .ank-btn ul,
.ank .ank-btn li,
.ank .ank-btn label,
.ank .ank-btn span {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  max-height: 99999px;
  text-align: center;
}

.ank .ank-btn .btn_list {
  overflow: hidden;
  padding: 4.68% 5% 5% 5%;
  display: flex;
}

.ank .ank-btn .btn_list li:first-child {
  padding-right: 2%;
}

.ank .ank-btn .btn_list li {
  width: 50%;
}

.ank .ank-btn .radio-input {
  display: none;
}

.ank .ank-btn input[type="radio"]:checked+.y01,
.ank .ank-btn input[type="radio"]:checked+.n01,
 .input_img:hover {
  margin-top: 3px;
  /* 選択時のボタン文字色 */
  color: #010346;
  /* 選択時のボタン背景色 */
  background: #b2b7bd;
  /* 選択時のボタン影色 */
  border-bottom: 2px solid #8fa2b0;
}

.ank .ank-btn .input_img {
  display: block;
  width: 100%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 10%;
  border-radius: 8px;
  font-size: 8vw;
  line-height: 1;
  /* 非選択時のボタン文字色 */
  color: #fff;
  font-weight: bold;
  /* 非選択時のボタン背景色 */
  background: linear-gradient(#d8b45c, #a9751b);
  /* 非選択時のボタン影色 */
  border-bottom: 5px solid #92610b;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  transition: all .3s;
  box-sizing: border-box;
}

@media (min-width: 620px) {
  .ank .ank-btn .input_img {
    font-size: 40px;
  }
}

.ank .ank-btn .btn_list li:last-child {
  padding-left: 2%;
}

.ank .ank-btn .sp {
  display: none;
}

@media (max-width: 750px) {
  .ank .ank-btn .sp {
    display: block;
  }
}

/*3*/
 .ank .anc-wrapper {
  padding: 0 15px 15px;
  /* 枠の色 */
  margin: 0;
  background: linear-gradient(#deebf3, #b9d2e4);
  vertical-align: bottom;
  font-family: serif;
}

.ank .container {
  /* コンテンツ部分の背景色 */
  background-color: #ffffff;
  padding: 0 0 4%;
}

.ank .box-title {
  /* Q1部分の背景色 */
  background-color: #deebf3;
  font-family: sans-serif;
  text-align: center;
}

.ank .tit {
  position: relative;
  bottom: -25px;
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 25px;
  font-weight: bold;
  /* Q1部分の文字色 */
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ank .box-content {
  padding: 0 2%;
  width: 90%;
  margin: 0 auto;
}

.ank p {
  margin: 60px 0 0;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}

.ank .main {
  padding: 10px 2% 10px;
  margin: 0 auto;
  width: 90%;
}

.ank .questions {
  font-size: 8px;
  margin: 15px auto 0;
}

.ank .questions {
  margin-top: 30px;
  font-size: 16px;
  font-family: sans-serif;
}

.ank input[type="checkbox"] {
  display: none;
  appearance: checkbox;
  box-sizing: border-box;
}

.ank input[type="checkbox"]+span {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font-weight: bold;
  cursor: pointer;
}

.ank input[type="checkbox"]:checked+span:before {
  width: 10px;
  top: -5px;
  left: 10px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-right-color: #cd666f;
  border-bottom-color: #cd666f;
  border-left-color: transparent;
  transform: rotate(45deg);
}

.ank input[type="checkbox"]+span:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  transition: all .12s, border-color .08s;
}

/*----矢印----*/
 .center {
  text-align: center;
  font-family: serif;
}

 .words {
  /* 数字下の文字色 */
  color: #fff;
  /* 数字下の背景色 */
  background: linear-gradient(to bottom, #1a2287, #010346);
  padding: 20px;
  max-width: unset;
  /* 数字下の文字サイズ */
  font-size: 17px;
  line-height: 1.3em;
  padding: 20px 0 20px 0;
}

 .step_arr {
  position: relative;
  padding-top: 22vw;
  padding-bottom: 3vw;
  margin-top: -4vw;
}

 .step_arr span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 10vw;
  height: 10vw;
  margin-left: -5vw;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

 .step_arr span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

 .step_arr span:nth-of-type(2) {
  top: 4vw;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}

 .step_arr span:nth-of-type(3) {
  top: 8vw;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@media (min-width: 620px) {
   .step_arr {
    position: relative;
    padding-top: 136px;
    margin-top: -25px;
  }

   .step_arr span {
    width: 62px;
    height: 62px;
    margin-left: -31px;
  }

   .step_arr span:nth-of-type(2) {
    top: 24.8px;
  }

   .step_arr span:nth-of-type(3) {
    top: 49.6px;
  }
}

/*----ぼたん----*/
 .purupuru {
  /*アニメーション名、動きの速さ0.8s（=0.8秒）、動き具合、開始時間5s(=5秒後)、動く回数infinite(=無限 3=3回など)   */
  animation: purupuru 2s linear 0s infinite;
}

@keyframes purupuru {

  /*アニメーションの最初の動き*/
  0% {
    /*skew = 傾斜変形する、1番目の値はX軸、2番目に値がある場合はY軸に傾斜変形する
    　　　　9deg = 9度*/
    transform: skew(9deg);
  }

  10% {
    transform: skew(-8deg);
  }

  20% {
    transform: skew(7deg);
  }

  30% {
    transform: skew(-6deg);
  }

  40% {
    transform: skew(5deg);
  }

  50% {
    transform: skew(-4deg);
  }

  60% {
    transform: skew(3deg);
  }

  70% {
    transform: skew(-2deg);
  }

  80% {
    transform: skew(1deg);
  }

  90% {
    transform: skew(0deg);
  }

  /*アニメーションの最後の動き*/
  100% {
    transform: skew(0deg);
  }
}