@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Asap+Condensed:600');



/*@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/



/*additional reset
---------------------------------------------------*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

body.safari #content, body.safari #footer {/*サファリでリンク先から戻った時文字が拡大する対応*/
    -webkit-text-size-adjust: 100%;
}


/** link **/

a:link {
    color: #1c7fbd;
	text-decoration: underline;
}

a:visited {
    color: #1c7fbd;
}
a:hover,
a:active {
	text-decoration: none;
}
.caution_txt{
    text-align:right;
    font-size:0.7em;
}
.footer a {
    color: #999!important;
}

.marker{
	background: linear-gradient(transparent 50%, #fdfb70 0%);
}

/*初期設定
----------------------------------------------------*/
#rapper{
	width: 100%;
	padding: 0 0 0 0;
	overflow: hidden;
	color: #222;
	background: #fff;
}

@media only screen and (max-width: 640px){
    #content {
        width: 100%;
        padding: 10px;
    }
    h1 {
        text-align: center;
        font-weight: bold;
        font-size: 19px;
        margin: 15px 0;
    }
    h2 {
        padding: 10px 0px 10px 10px;
        border-left: 5px solid #ff659a;
        background: #fdeaf6;
        font-weight: bold;
        margin: 30px 0 20px;
        font-size: 18px;
        line-height: 1.4;
    }
}
@media only screen and (min-width: 640px){

    #content {
        margin:0 auto;
        width: 700px;
        text-align: left;
        background-color: #fff;
        padding:15px 30px;
        display: block;
        margin: auto;
    }
    h1{
        text-align: center;
        font-weight: bold;
        font-size: 25px;
        margin: 20px 0;
        line-height: 1.5;
    }
    h2 {
        padding: 10px 0px 10px 15px;
        border-left: 7px solid #ff659a;
        background: #ffe1e9;
        font-weight: bold;
        margin: 30px 0 20px;
        font-size: 20px;
        line-height: 1.4;
    }
}
.content-main{
	/*width: 700px;*/
}

img.pics {
    max-width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}
img.pics2 {
    width: 60%;
}
.fsS{
	font-size: 0.6em;
	vertical-align: top;
    color: #afafaf;
    font-weight: normal;
}
.fsSS{
    font-size: 0.9em;
}

.mb0{
    margin-bottom: 0;
}

/*--------layout--------*/

.tar{
    text-align: right;
}
.red{
    color: red;
    font-weight: bold;
}
.blue {
    color: blue;
    font-weight: bold;
}
.pink {
    color: #ff37a6;
    font-weight: bold;
}
.gray {
    color: #959595;
}

h3{

}

/*accordion*/

.close {
    display: none;
    margin:0 auto;
}
.OaC_btn {
    display: block;
    margin: 0 auto;
    width: 80%;
    height: 50%;
    padding: 1.2%;
    text-decoration: none;
    background: #4fabda;
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    font-style: oblique;
    border-radius: 5px;
    margin-bottom: 30px;
}
.OaC_btn:last-letter{
    font-size:12px;
    vertical-align:middle;
}
.tac {
    text-align: center;
}

section{
    display: block;
}

p{
	margin-bottom: 20px;
	word-wrap: break-word;
}

.pics{
	margin-bottom: 10px;
}

.fsL{
    font-size: 19px;
    line-height: 1.4;
}

.fsLL{
    font-size: 28px;
    line-height: 1.4;
}

.box27 {
    position: relative;
    margin: 40px 0 15px;
    padding: 0.5em 1em;
    border: solid 3px #8adbe6;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -31px;
    left: -3px;
    padding: 5px 15px;
    height: 30px;
    line-height: 20px;
    font-size: 17px;
    background: #8adbe6;
    color: #000;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}


.animate69, .a-btnsub69, .a-option69 {
    animation-duration: 1.4s !important;
    -webkit-animation-duration: 1.4s;
    -ms-animation-duration: 1.4s;
    -moz-animation-duration: 1.4s !important;
}
.animate69 {
    -webkit-animation-name: animate69;
    -moz-animation-name: animate69;
    -o-animation-name: animate69;
    animation-name: animate69;
}
.animate {
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@keyframes animate69{
    0% {
        transform: skewX(
            9deg
        );
    }
    10% {
        transform: skewX(
            -8deg
        );
    }
    20% {
        transform: skewX(
            7deg
        );
    }
    30% {
        transform: skewX(
            -6deg
        );
    }
    40% {
        transform: skewX(
            5deg
        );
    }
    50% {
        transform: skewX(
            -4deg
        );
    }
    60% {
        transform: skewX(
            3deg
        );
    }
    70% {
        transform: skewX(
            -2deg
        );
    }
    80% {
        transform: skewX(
            1deg
        );
    }
    90% {
        transform: skewX(
            0deg
        );
    }
    100% {
        transform: skewX(
            0deg
        );
    }
}
/*--------動くやじるし--------*/
#sb-part-1449.sb-custom-part-YhOGPj5l2HMnv0Tu .cp_arrows {
    position: relative;
    /*widget自体の高さ*/
    height: 50px;
    /*widgetの上余白*/
    margin-top: 1em;
    /*widgetの下余白*/
    margin-bottom: 2em;
}
#sb-part-1449.sb-custom-part-YhOGPj5l2HMnv0Tu/*一個目の矢印*/
.cp_arrows .cp_arrowfirst {
    /*アニメーション設定。
    左からアニメーション名、動きの速さ（2s=2秒）、変化の度合い（ease-in-out=開始時と終了時は、緩やかに変化）、動きの回数（infinite=無限、3=3回など）*/
    animation: arrow-move08 2s ease-in-out infinite;
}
#sb-part-1449.sb-custom-part-YhOGPj5l2HMnv0Tu/*二個目の矢印*/
.cp_arrows .cp_arrowsecond {
    /*アニメーション設定。
    左からアニメーション名、動きの速さ（2s=2秒）、開始時間（1s=1秒後）、変化の度合い（ease-in-out=開始時と終了時は、緩やかに変化）、動きの回数（infinite=無限、3=3回など）*/
    animation: arrow-move08 2s 1s ease-in-out infinite;
}
#sb-part-1449.sb-custom-part-YhOGPj5l2HMnv0Tu/*共通設定*/
.cp_arrows .cp_arrow {
    position: absolute;
    /*矢印の到着位置　（縦位置）*/
    top: 100%;
    /*矢印の到着位置　（横位置）*/
    left: 45%;
    transform: translate(-50%, -50%);
    transform-origin: 50% 50%;
    /*透明度（0=透明、1=不透明）*/
    opacity: 0;
}
#sb-part-1449.sb-custom-part-YhOGPj5l2HMnv0Tu .content :first-child {
    margin-top: 0;
}
@keyframes arrow-move08 {
    /*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
    0% {
        top: 40%;
        opacity: 0;
    }
    /*2sの70％（1.7秒）時に不透明になる*/
    70% {
        opacity: 1;
    }
    /*2s（2秒）時に透明になる*/
    100% {
        opacity: 0;
    }
}
#sb-part-1449.sb-custom-part-YhOGPj5l2HMnv0Tu .cp_arrows .cp_arrow:before {
    /*矢印左の棒の設定。1番目の値は棒の角度、2番目の値は棒のX方向の位置。*/
    transform: rotate(30deg) translateX(-39%);
    /*矢印左の棒の起点。（top left=左上）*/
    transform-origin: top left;
}
#sb-part-1449.sb-custom-part-YhOGPj5l2HMnv0Tu .cp_arrows .cp_arrow:after {
    /*矢印右の棒の設定。1番目の値は棒の角度、2番目の値は棒のX方向の位置。*/
    transform: rotate(-30deg) translateX(39%);
    /*矢印右の棒の起点。（top right=右上）*/
    transform-origin: top right;
}
#sb-part-1449.sb-custom-part-YhOGPj5l2HMnv0Tu .cp_arrows .cp_arrow:before,
#sb-part-1449.sb-custom-part-YhOGPj5l2HMnv0Tu .cp_arrows .cp_arrow:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    /*矢印の棒の横の長さ*/
    width: 40px;
    /*矢印の棒の縦の長さ*/
    height: 3px;
    content: '';
    /*矢印の色*/
    background: #E91E63;
}
#sb-part-1449.sb-custom-part-YhOGPj5l2HMnv0Tu .cp_arrows *,
#sb-part-1449.sb-custom-part-YhOGPj5l2HMnv0Tu .cp_arrows *:before,
#sb-part-1449.sb-custom-part-YhOGPj5l2HMnv0Tu .cp_arrows *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#sb-part-1449.sb-custom-part-YhOGPj5l2HMnv0Tu .cp_arrows *,
#sb-part-1449.sb-custom-part-YhOGPj5l2HMnv0Tu .cp_arrows *:before,
#sb-part-1449.sb-custom-part-YhOGPj5l2HMnv0Tu .cp_arrows *:after {
    box-sizing: border-box;
}
#sb-part-1449.sb-custom-part-YhOGPj5l2HMnv0Tu content div:after,
#sb-part-1449.sb-custom-part-YhOGPj5l2HMnv0Tu .content p:after {
    clear: both;
}
#sb-part-1449.sb-custom-part-YhOGPj5l2HMnv0Tu .content div :after,
#sb-part-1449.sb-custom-part-YhOGPj5l2HMnv0Tu .content p:after {
    display: block;
    content: "";
    clear: both;
}
.sb-custom{
    margin-bottom: 5%;
}

.recommend {
    position: relative;
    display: block;
    margin: 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #ff8100;
    font-size: 16px;
    background: #fff4a6;
    text-align: center;
}

.recommend:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #fff4a6;
}

.recommend p {
    margin: 0;
    padding: 0;
}

.shuffling {
    animation-duration: 1.4s!important;
    -webkit-animation-duration: 1.4s;
    -ms-animation-duration: 1.4s;
    -moz-animation-duration: 1.4s!important;
    -webkit-animation-name: shuffling;
    -moz-animation-name: shuffling;
    -o-animation-name: shuffling;
    animation-name: shuffling;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-moz-keyframes shuffling {
    0% {-moz-transform: skewX(9deg);}
    10% {-moz-transform: skewX(-8deg);}
    20% {-moz-transform: skewX(7deg);}
    30% {-moz-transform: skewX(-6deg);}
    40% {-moz-transform: skewX(5deg);}
    50% {-moz-transform: skewX(-4deg);}
    60% {-moz-transform: skewX(3deg);}
    70% {-moz-transform: skewX(-2deg);}
    80% {-moz-transform: skewX(1deg);}
    90% {-moz-transform: skewX(0deg);}
    100% {-moz-transform: skewX(0deg);}
}
@-o-keyframes shuffling {
    0% {-o-transform: skewX(9deg);}
    10% {-o-transform: skewX(-8deg);}
    20% {-o-transform: skewX(7deg);}
    30% {-o-transform: skewX(-6deg);}
    40% {-o-transform: skewX(5deg);}
    50% {-o-transform: skewX(-4deg);}
    60% {-o-transform: skewX(3deg);}
    70% {-o-transform: skewX(-2deg);}
    80% {-o-transform: skewX(1deg);}
    90% {-o-transform: skewX(0deg);}
    100% {-o-transform: skewX(0deg);}
}
@-webkit-keyframes shuffling {
    0% {-webkit-transform: skewX(9deg);}
    10% {-webkit-transform: skewX(-8deg);}
    20% {-webkit-transform: skewX(7deg);}
    30% {-webkit-transform: skewX(-6deg);}
    40% {-webkit-transform: skewX(5deg);}
    50% {-webkit-transform: skewX(-4deg);}
    60% {-webkit-transform: skewX(3deg);}
    70% {-webkit-transform: skewX(-2deg);}
    80% {-webkit-transform: skewX(1deg);}
    90% {-webkit-transform: skewX(0deg);}
    100% {-webkit-transform: skewX(0deg);}
}
@keyframes shuffling {
    0% {transform: skewX(9deg);}
    10% {transform: skewX(-8deg);}
    20% {transform: skewX(7deg);}
    30% {transform: skewX(-6deg);}
    40% {transform: skewX(5deg);}
    50% {transform: skewX(-4deg);}
    60% {transform: skewX(3deg);}
    70% {transform: skewX(-2deg);}
    80% {transform: skewX(1deg);}
    90% {transform: skewX(0deg);}
    100% {transform: skewX(0deg);}
}
/*--------口コミ--------*/
.kutikomi {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border: 5px solid #d4f4ff;
    padding: 22px;
    border-radius: 10px;
    margin-bottom: 20px;
    align-items: flex-end;
    justify-content: space-evenly;
}
p.\.sp_b0 {
    margin-top: 2%;
    margin-bottom: 0;
}
@media screen and (max-width: 640px){
    p.\.sp_b0 {
        margin-top: 5%;
        margin-bottom: 0;
    }
    .kutikomi {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        border: 5px solid #d4f4ff;
        padding: 16px;
        border-radius: 10px;
        margin-bottom: 20px;
        align-items: flex-end;
        justify-content: space-evenly;
    }
    img.pics2 {
        width: 100%;
    }
}
@media screen and (min-width:640px){
    .br-sp {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    .br-pc { display:none; }
}

.dot span {
    display: block;
    /*点の幅サイズ*/
    width: 10px;
    /*点の高さサイズ*/
    height: 10px;
    /*点の色*/
    background-color: #ccc;
    /*角を丸くする*/
    border-radius: 100vh;
    /*点周りの余白。左の値が上下、右の値が左右*/
    margin: 10px auto;
}

.dot .dot-1,
.dot .dot-2,
.dot .dot-3 {
    /*アニメーションの指定。左から、アニメーション名、アニメーション時間の長さ（1sは1秒）、infiniteは無限に再生を繰り返す*/
    -webkit-animation: continue 1s infinite;
    -moz-animation: continue 1s infinite;
}

.dot .dot-1 {
    /*アニメーションし始める時間*/
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
}

.dot .dot-2 {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
}

.dot .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: 90%;
    /* max-width: 490px; */
    height: auto;
    margin: 30px auto 30px;
    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;
}
.speechBubble {
    /* 横幅（全体　-　内側の左右余白） */
    width: calc(95% - 30px);
    /* 横幅の最大値 */
    max-width: 490px;
    /* 高さ */
    height: auto;
    /*外側の余白｜上余白｜左右余白｜下余白｜*/
    margin: 0 auto;
    /* 背景色 */
    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;
}
/* テキストがピンクになる部分 */
._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%);
    }
}

 .anc-wrapper {
    padding: 0 15px 15px;
     /* 枠の色 */
     margin: 20px 0 0;
    background: linear-gradient(#deebf3, #b9d2e4);
    vertical-align: bottom;
}

 .container {
    /* コンテンツ部分の背景色 */
    background-color: #ffffff;
    padding: 0 0 4%;
}

 .box-title {
    /* Q1部分の背景色 */
    background-color: #deebf3;
    text-align: center;
}

 .tit img{
    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;
}

 .box-content {
    padding: 0 2%;
    width: 96%;
    margin: 0 auto;
}
.ffs{
    font-family: serif;
    line-height: 1.4;
}
.box-content p {
    margin: 60px 0 0;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
}

 .main {
    padding: 10px 2% 10px;
    margin: 0 auto;
    width: 94%;
}

 .questions {
    font-size: 8px;
    margin: 15px auto 0;
}

 ul,
 li,
 label,
 span {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    max-height: 99999px;
    text-align: center;
}

 .btn_list {
    overflow: hidden;
    padding: 4.68% 5% 5% 5%;
    display: flex;
}

 .btn_list li:first-child {
    padding-right: 2%;
}

 .btn_list li {
    width: 50%;
}

 .radio-input {
    display: none;
}

 input[type="radio"]:checked+.y01,
 input[type="radio"]:checked+.n01,
 .input_img:hover {
    margin-top: 3px;
    /* 選択時のボタン文字色 */
    color: #010346;
    /* 選択時のボタン背景色 */
    background: #b2b7bd;
    /* 選択時のボタン影色 */
    border-bottom: 2px solid #8fa2b0;
}

 .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) {
     .input_img {
        font-size: 40px;
    }
}

 .btn_list li:last-child {
    padding-left: 2%;
}

 .sp {
    display: none;
}

@media (max-width: 750px) {
     .sp {
        display: block;
    }
}
input[type="checkbox"] {
    display: none;
    appearance: checkbox;
    box-sizing: border-box;
}
input[type="checkbox"]+span {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font-weight: bold;
    cursor: pointer;
    text-align: left;
    font-size: 16px;
    line-height: 1.3;
}
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);
}
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;
}



.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;
    }
}
.fcY{
    color: yellow;
}
@media (min-width: 620px) {
    .step_arr {
        position: relative;
        padding-top: 136px;
        margin-top: 5px;
    }

    .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;
    }
}
.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;
}

.purupuru {

    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);
    }
}