@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Asap+Condensed:600');
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);


/*@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;
}
.taC{
    text-align: center;
}

.mb10{
    margin-bottom: 10px;
}

/*初期設定
----------------------------------------------------*/
#rapper{
    width: 100%;
    padding: 0 0 0 0;
    overflow: hidden;
    color: #222;
    background: #fff;
}




#content {
    margin:0 auto;
    width: 700px;
    text-align: left;
    background-color: #fff;
    padding:15px 30px;
}

.content-main{
    /*width: 700px;*/
}

img.pics {
    max-width: 100%;
}


.ie8 img{
    width: auto;
}


/*clearfix*/
.clearfix2 {
    clear: both;
    zoom: 1;
}

.clearfix3:after {
    content: "";
    display: block;
    clear: both;
}
.buruburu {
    animation: hurueru .2s  infinite;
}

@keyframes hurueru {
    0% {transform: translate(0px, 0px) }
    25% {transform: translate(2px, 0px)}
    50% {transform: translate(0px, 0spx)}
    75% {transform: translate(0px, 2px) }
    100% {transform: translate(0px, 0px) }
}
/*layout
----------------------------------------------------*/

#header{
    height: 45px;
    border-bottom: 1px solid #eee;
    position: relative;
}



.brand{
    position: absolute;
    display: block;
    width: 100%;
    font-family: 'Asap Condensed', sans-serif;
    color: #222;
    font-size: 25px;
    text-align: center;
}

h1{
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3125;
    padding: 20px 0;
}



h2{
    padding:10px 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
}

.title1{border-bottom: 3px solid #f5dc15;}
.title2{border-bottom: 3px solid #fa7c92;}
.title3{border-bottom: 3px solid #fa7c92;}
.title4{border-bottom: 3px solid #f5dc15;}

h3{
    padding:20px 0 5px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #0092F0;
}

h4{
    background-color: #ffbc5b;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    color: #fff;
    font-size: 20px;
    padding: 10px 0;
    margin-top: 40px;
}

p{
    margin-bottom: 20px;
    word-wrap: break-word;
}

.pics{
    margin-bottom: 10px;
}

.fcP{
    color: #f5dc15;
}
.ttl{
    text-align: center;
}
.table-wrap table img{
    max-width: 100%;
}
/*.wrighter_box{
padding: 10px 2% 5px;
background: #efffff;
margin-bottom: 20px;
}
.wrighter{
width: 100%;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;

}
.wrighter p:first-child{
width: 25%;

}
.wrighter p:last-child{
width: 70%;
}*/

.fwB{
    font-weight: bold;
}

figure{
    margin-bottom: 20px;
}
figcaption{
    font-size: .8em;
    color: #999;
}


@media only screen and (max-width:839px){
    .wrighter p:last-child{
        font-size: 0.7em;

    }
    .ttl{
        text-align: center;
        font-size: 1em;
    }

}
.box-voice{
    display: flex;
}

.gray-box{
    /*border: 1px solid #eee;
    background: #f9f9f9;*/
    padding: 1em;
    color: #555;
    margin-bottom: 20px;
    word-wrap: break-word;
    font-size: .90em;
}

.compare-box{
    font-size: 18px;
    line-height: 30px;
}
.compare-box p{
    display: inline-flex;
    flex-wrap:wrap;
}
.compare-box span{
    word-break: keep-all;
}


.user-name{
    color: #fea3cc;
}

#content a.cv-link:link,
#content a.cv-link:visited,
#content a.cv-link:hover,
#content a.cv-link:active
{
    font-size:24px;
    color: #13b5b1;
    font-weight: bold;
}

ul,li{
    list-style: none;
}


ul.points{
    border:1px solid #eee;
    background: #f9f9f9;
    margin:0px 0 10px;
    padding: 1em 1em 1em 2em;
    font-size: .9em;
}

/*table style*/

/*.table-blue{
border:1px solid #ccc;
}
.table-blue p{margin: 0;}
.table-blue th{
vertical-align: middle;
background:#69d1d7;
color: #fff;
font-weight:bold;
padding:10px;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
}
.table-blue td{
vertical-align: middle;
line-height:1.3;
background:#fff;
padding:0.4em 0.2em;
border-top:1px solid #ccc;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
}*/

/*.post-date{
color: #aaa;
padding: .5em;
font-size: 12px;
}


.customer-voice{
padding: 16px;
background: #ffefe9;
margin-bottom: 20px;
}*/



/*SNS指定*/
/*.sns a:link,
.sns a:visited,
.sns a:hover,
.sns a:active {
color: #fff;
text-decoration: none;
border-bottom: none;
}

.sns ul{
display: flex;
flex-flow: wrap;
margin: 20px 0;
}
.sns li{
display: flex;
min-width: 50px;
margin-right: 10px;
}

.sns ul li .fa-hatebu:before {
content: "B!";
font-family: Verdana;
font-weight: bold;
font-style: normal;
}*/

/*.sns_icon {
width: 130px;
height: 40px;
border-radius: 4px;
font-size: 14px;
font-weight: bold;
padding: 9px 0;
text-align: center;
margin-bottom: 10px;
}
.sns_icon a:link,
.sns_icon a:hover,
.sns_icon a:active,
.sns_icon a:visited {
color: #fff;

}
.sns .vsbl-mb{margin-left: .2em;}

.facebook_back{
background-color: #305097;
}

.twitter_back{
background-color: #55acee;
}

.google_back{
background-color: #db4a39;
}

.hatena_back{
background-color: #00a4de;
}
.sns_line{width: 130px; height: auto;}*/



/*ボタン*/


a.btn{
    text-decoration: none;
    display: inline-block;
    width: 100%;
    padding: .8em 1em;
    background: #FF7600;
    border-radius: 10px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    margin: 1em 0;

}

/*.arw{
display: block;
position: absolute;
top:40px;
left:-20px;
-webkit-animation: arwmove 1.2s infinite;
animation: arwmove 1.2s infinite;
z-index: 10;
width: 76px;
}*/



/*共通パーツ*/
.ref{
    font-size: .8em;
    color: #999;
}
#content .mt40{
    margin-top: 40px;
}
#content .mt30{
    margin-top: 30px;
}
#content .mt20{
    margin-top: 20px;
}
#content .mt10{
    margin-top: 10px;
}
.mb20{margin-bottom: 20px;}
.pr10{padding-right: 10px;}
.ml20{margin-left: 20px;}

#content .pb30{padding-bottom: 30px;}
#content .tac{
    text-align: center;
}
#content .tar{
    text-align: right;
}

#content .red{
    color: #ff5959;
    font-weight: bold;
}

#content .light-pink{
    color: #fcccdf;
}
#content .pink{
    color: #fcccdf;
}

#content .blue{
    color: #008ea8;
}
#content .marker{
    background: linear-gradient(transparent 70%, #ffd589 70%);
    /*  color:#fa7c92;*/
    /*  font-size: 18px;*/
    font-weight: bold;
}

#content .uline{
    text-decoration: underline;
}

#content .black{
    color: #000;
    font-weight: bold;
}

.green{
    color: #009944;
}
.smaller{font-size: .8em;}

.gray{color: #ddd}

#content .wavy { background:url(../img/wavy.png) bottom repeat-x; }

#content .bld{
    font-weight: bold;
}
.tx-m{font-size: 14px;}
#content .tx-s{
    font-size: 12px;
}

.tx-l{font-size: 18px;}

#content .tx-19{font-size: 19px;}
#content .tx-24{font-size: 24px;}

.right{
    float:right;
    padding-top: 30px;
}

.show-sp{display: none;}
.show-br-sp{display: none;}

.blinking{
    -webkit-animation:0.5s linear 0s alternate none infinite running blink;
    -moz-animation:0.5s linear 0s alternate none infinite running blink;
    animation:0.5s linear 0s alternate none infinite running blink;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    19.9% { opacity: 0; }
    20% { opacity: 1; }
    100% { opacity: 1; }
}
@-moz-keyframes blink{
    0% {opacity:0;}
    19.9% { opacity: 0; }
    20% { opacity: 1; }
    100% { opacity: 1; }
}
@keyframes blink{
    0% {opacity:0;}
    19.9% { opacity: 0; }
    20% { opacity: 1; }
    100% { opacity: 1; }
}


.block-voice{
    margin:20px 0;
    padding: 30px 20px 20px 30px;

    background: #fefaf2 url(../img/quote.png) no-repeat 10px 10px;
    /*border: 1px solid #f2af29;*/
}

/*#footer a:link,
#footer a:hover,
#footer a:visited,
#footer a:active
{
color: #fff;
}*/

#content .ref{font-size: 12px;}/*出典用*/
#content figcaption.ref a:link,
#content figcaption a:link,
#content figcaption a:hover,
#content figcaption a:active
{color: #666; text-decoration: underline;}





/*footer*/
#footer{
    padding: 30px 10px 0;
}


#footer p{
    text-align: center;
    color: #999;
    line-height: 1.5;
    font-size:12px;
}

#footer .tx-ss{
    font-size: 11px;
}


/*レスポンシブ用*/

/*@media only screen and (min-width:840px){*//*PC表示で反映させる設定*/
@media only screen and (min-width:840px){/*PC表示で反映させる設定*/
    .box-voice img{
        margin-right: 20px;
    }
    .box-voice p{margin-top: 20px;}
}

@media only screen and (max-width:999px){/*コンテンツ幅の調整*/
    #content{width: 100%;
        padding:15px;}

}

/*@media only screen and (max-width:839px){*//*スマホ表示で反映させる設定*/
@media only screen and (max-width:839px){/*スマホ表示で反映させる設定*/
    .content-main{width: 100%;}
    img.pics{width: 100%; height: auto;}
    .header-inner{width: 100%}
    h1{font-size: 1.2rem;}
    h2{font-size: 18px;}
    h3{font-style: 17px;}
    .sns{display: none;}
    .box-voice{
        flex-direction: column;
    }
    .table-blue{width: 100%;}
    .table-wrap{
        width: 100%;
    }
    .show-sp{display: block;}
}


.table-wrap table th a{
    color: #fff;
}
@media only screen and (max-width:499px){/*ボタンの改行を調整*/
    .show-br-sp{display: inline-block;}
    .gray-box a,.gray-box_orange a,.gray-box_green a{width: 100%;}

}

.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.arrow1::before{
    left: 260px;
    width: 21px;
    height: 2px;
    background: #ffffff;
    transition: all 0.8s ease;
}
.arrow1::after{
    left: 260px;
    width: 18px;
    height: 18px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.8s ease;
}
.arrow1:hover::before{
    left: 260px;
    width: 21px;
    height: 2px;
    background: #2FAFB1;
    transition: all 0.8s ease;
}
.arrow1:hover::after{
    left: 260px;
    width: 18px;
    height: 18px;
    border-top: 2px solid #2FAFB1;
    border-right: 2px solid #2FAFB1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.8s ease;
}
@media only screen and (max-width:839px){

    .arrow{
        position: relative;
        display: inline-block;
        padding: 0 0 0 16px;
        color: #000;
        vertical-align: middle;
        text-decoration: none;
        font-size: 15px;
    }
    .arrow::before,
    .arrow::after{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
    }
    .arrow1::before{
        left: 140px;
        width: 14px;
        height: 2px;
        background: #ffffff;
        transition: all 0.8s ease;
    }
    .arrow1::after{
        left: 140px;
        width: 12px;
        height: 12px;
        border-top: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: all 0.8s ease;
    }
    .arrow1:hover::before{
        left: 140px;
        width: 14px;
        height: 2px;
        background: #ffffff;
        transition: all 0.8s ease;
    }
    .arrow1:hover::after{
        left: 140px;
        width: 12px;
        height: 12px;
        border-top: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: all 0.8s ease;
    }

}

/*form*/
.searchform {
    display: inline-block;
    text-align: left;
}
.searchtable {
    border-collapse: collapse;
    font-size: 15px;
    line-height: 25px;
    border: none !important;
}
.searchtable, tr, td, th {
    border: 1px solid #cfcfcf;
    padding: 5px 10px 5px 10px;
}
.searchbox {
    font-size: 15px;
    padding: 5px;
    border: 1px solid #DDD;
    border-radius: 5px;
    width: 80%;
}
form input {
    vertical-align: middle;
}

.thisinfotable td, th {
    font-size: 12px;
    line-height: 20px;
}
.thisinfotable td, th {
    border: 1px solid #cfcfcf;
    font-size: 15px;
    line-height: 20px;
}
.searchtable .searchtabletitle {
    background-color: #f6f6f6;
    min-width: 120px;
}
.searchtable .searchbutton {
    background-color: #fb8bc6;
    border: none;
    color: white;
    padding: 10px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    line-height: 15px;
    margin-top: 10px;
}
.searchtable .searchcenter {
    text-align: center;
}
.objecttable tr, td {
    border: none;
}

.searchordercontainer dd{
    display: inline-block;
    margin-left: 20px;
    margin-top:0px;
    line-height: 20px;
}
.searchordercontainer a{
    text-decoration: none;
}
.objecttable{
    border:2px solid #ccc;
    text-align:center;
    margin: auto auto 50px auto;
    width: 95%;
}
.objecttable tr, td{
    border:none;
}
.objecttitle{
    font-size:24px;
    font-weight:bold;
    text-align: center;
    width: 95%;
    margin: 0 auto;
    background-color: #5cbcf9;
    border: 1px solid #cfcfcf;
    color: #fff;
}
.objectimg p{
    text-align: center;
}
.objectmaintext {
    font-size:20px;
    font-weight: bold;
}
.thisinfotable {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}
.thisinfotable td,th {
    border: 1px solid #cfcfcf;
    font-size: 15px;
    line-height: 20px;
}

.oflBtn{
    width: 65%;
    margin: 0 auto;
}

.fontsizenormal {
    font-size:16px;
}
@media screen and (max-width: 575px) {
    .fontsizenormal {
        font-size:0.8em;
    }
}

.searchordercontainer dd{
    display: inline-block;
    margin-left: 20px;
    margin-top:0px;
    line-height: 20px;
}
.searchordercontainer a{
    text-decoration: none;
}
.fcR{
    color: #f99608;
    font-weight:bold;
}
.fcB{
    color:#0092F0;
    font-weight:bold;
}
.fsL{
    font-size: 1.2em;
}
.menu {
    margin: 20px 20px 30px 20px;
}

/*20191002*/
th {
    text-align: center;
}
h2.content_bottom {
    margin-bottom: 0;
}
ul.content li {
    list-style: none !important;
}
.sp_br{
    display: none;
}

@media only screen and (max-width:839px){
    ul, li {
        margin: 5px;
        list-style-position: inside;
        padding-left: 0.6em;
        text-indent: -0.6em;
        line-height: 1.6;
    }
    .sp_br{
        display: block;
    }
    /*  #content .marker {
    background: linear-gradient(transparent 0%, #fefed5 0%);
    color: #fa7c92;
    font-size: 16px;
    font-weight: bold;
}*/
}


/*ランキング*/
.rankIcon {
    width: 70px;
}
.chumoku {
    border-top:3px double #dc78a6;
    border-bottom: 3px double #dc78a6;
    padding: 10px 0;
    margin-bottom: 20px;
}
.chumoku p {
    margin-bottom: 0;
}
span.sankaku {
    font-size: 2em;
    text-align: center;
    color: #dc78a6;
}
.mB5 {
    margin-bottom: 5px;
}


.rankTable {
    background: #E3E3E3;
    width: 640px;
    margin: 0% auto 3%;
    padding: 1.5%;
    box-sizing: border-box;
}
.rankTable table {
    background: #ffffff;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    padding: 1%;
    border-radius: 5px;
}
.rankTable table tr th {
    background: #0092F0;
    color: #fff;
    border-radius: 0;
    padding: 0% 0 0.5%;
    font-weight: bold;
}
.rankTable table tr:first-child th:nth-child(1) {
    background-color: #fdfcd8;
}
.rankTable table tr:last-child th:nth-child(1) {
    background-color: #fdfcd8;
}
.rankTable table tr:first-child th,
.rankTable table tr:last-child th {
    color: #0092F0;
    background: #ffffff;
    border-radius: 0;
    /* padding: 1% 0; */
    font-size: 1rem;
    vertical-align: top;
    line-height: 1.8;
    border-right: 2px dotted #c4c4c4;
}
.rankTable table tr:first-child th:last-child,
.rankTable table tr:last-child th:last-child {
    border-right: none;
}


.rankTable table tr:first-child th a,
.rankTable table tr:last-child th a {
    /* font-size: 0.6em; */
    /* color: #999; */
}
.rankTable table tr:first-child th a img,
.rankTable table tr:last-child th a img {
    padding: 5% 0;
    width: 100%;
}
.rankTable td {
    border-right: 2px dotted #c4c4c4;
    text-align: center;
    /*  padding: 3%;*/
    width: 20%;
    font-size: 0.8em;
    vertical-align: top;
}
.rankTable .koumoku td{
        background-color:#0092f0;
        color: #fff;
        font-weight: bold;
        padding: 0.1%;
        font-size: 14px;
    }

.rankTable td:last-child {
    border-right: none;
}
td.txt_only {
    font-size: 1rem;
    color: #333333;
    padding: 2.5% 0;
}
span.ex, span.go, span.so, span.ba {
    font-weight: normal;
    line-height: 70px;
}
span.ex {
    font-size: 4em;
    color: #ef887f;
}
span.go {
    font-size: 3.5em;
    color: #7dcfe8;
}
span.so {
    font-size: 3.5em;
    color: #f3d76f;
}
span.ba {
    font-size: 4em;
    color: #7a7a7a;
}
span.txt_ex {
    font-weight: bold;
    color: #f8525d;
}
.bgY {
    background-color: #fdfcd8;
}
/*.scrollok{
display: none;
}*/
.contents {
    display: flex;
    margin-bottom: 30px;
}


@media (max-width: 640px){
    .rankTable {
        padding: 0;
        border: 10px solid #ccc;
        /*    overflow: scroll;*/
        width: 100%;
    }
    /* .rankTable table {
    width: 620px;
}*/
    .rankTable table tr.sp_th {
        /*    display: block;*/
        height: 28px;
    }
    .rankTable .koumoku td{
        background-color:#0092f0;
        color: #fff;
        font-weight: bold;
        padding: 0%;
        font-size: 16px;
    }

    .rankTable table tr.sp_th th {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: calc(100% - 50px);
    }
    /*  .scrollok{
    display: block;
    text-align: center;
    color: #ff0000;
    font-size: 0.9em;
}*/
    span.ex, span.go, span.so, span.ba {
        line-height: 50px;
    }
    span.ex {
        font-size: 3rem;
    }
    span.go {
        font-size: 2.5rem;
    }
    span.so {
        font-size: 2.2rem;
    }span.ba {
        font-size: 3rem;
    }
    .rankTable table tr th {
        font-size: 1rem;
        height: 30px;
        line-height: 1.5;
    }
    .rankTable table tr:first-child th a img,
    .rankTable table tr:last-child th a img {
        padding: 5% 0;
        width: 120px;
    }
    .br-sp {
        display: block;
    }
    .left {
        width: 50%;
    }
    .contents {
        padding-top: 15px;
        padding-bottom: 10px;
    }
}


ul {
    list-style: none;
}
.fa-check-circle {
    color: #f08d68;
}
span.fz {
    font-size: 0.8em;
}
h3.title {
    background-color: #0092F0;
    text-align: center;
    line-height: 1.3;
    color: #fff;
    font-size: 20px;
    padding:10px 0;
}
ul.point {
    background-color: #fff5e3;
    padding: 20px 30px;
    margin-bottom: 20px;
    line-height: 2;
}


@media (max-width: 640px){
    ul.point {
        background-color: #fff5e3;
        padding: 10px 20px;
        margin-bottom: 20px;
    }
    .rankTable td {
        border-right: 2px dotted #c4c4c4;
        text-align: center;
        padding: 3%;
        width: 20%;
        font-size: 0.8em;
        vertical-align: top;
    }
    .right{
        float:right;
        padding-top: 0px;
    }
    .contents {
        margin-bottom: 30px;
    }
}

@media (min-width: 620px){
    .pc_dp_n {
        display:none;
    }
}



.sp_dp_n {
    display:none;
}
}


.review-good,
.kaso .review-nt,
.kaso .review-bad {
    padding: 10px;
}
.review .good {
    color: #fa2c7a;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}
.review .good:before {
    font-family: FontAwesome;
    content: "\f087";
    margin-right: 3px;
}
.kaso_inner P {
    font-size: 16px;
    line-height: 1.6;
    color:#555;
}
.review dl{
    display: flex;
}
.review dt {
    float: left;
    width: 100px;
    margin-right: 20px;
}
.review dd {
    background: #ffffff;
    border-radius: 10px;
    float: right;
    width: 600px;
    padding: 10px;
    line-height: 1.5em;
}

@media (max-width:1200px) {
    .review dd {
        font-size: 0.9em;
        /* margin-bottom: 10px; */
    }
    .review dt {
        display: none;
    }
    .review dd {
        float: none;
        width: 100%;
    }
}
.review-good {
    background: #fef5f7;
    border-radius: 10px;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.disclaimer {
    display: block;
    text-align: right;
    font-size: 65%;
    margin-top: 10px;
}




#button {
    display: block;
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
}
#button a {
    display: block;
    position: relative;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    /* border: 4px solid #fff; */
    border-radius: 10px;
    background: -webkit-linear-gradient(#5db72d, #00a23f);
    background: linear-gradient(#5db72d, #00a23f);
    color: #fff;
    font-size: 1.5em;
    line-height: 1.5;
    padding: 12px 0;
    text-align: center;
    font-weight: bold;
    /* text-decoration: none; */
    transition: .25s linear;
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
    box-shadow: -webkit-box-shadow: 0 0 5px 0 #999;
    -moz-box-shadow: 0 0 5px 0 #999;
    box-shadow: 0px 6px #006e97;
    /* text-shadow: 0 0 10px #006125; */
}

@media (min-width:640px){
    #button a {
        display: block;
        position: relative;
        z-index: 0;
        overflow: hidden;
        width: 100%;
        /* border: 4px solid #fff; */
        border-radius: 10px;
        /* padding: 2%!important; */
        background: -webkit-linear-gradient(#5db72d, #00a23f);
        background: linear-gradient(#2dc4fb, #00a6e2);
        color: #fff;
        font-size: 2em;
        line-height: 1.4!important;
        padding: 12px 0;
        text-align: center;
        font-weight: bold;
        /* text-decoration: none; */
        transition: .25s linear;
        -webkit-transition: .25s linear;
        -moz-transition: .25s linear;
        box-shadow: -webkit-box-shadow: 0 0 5px 0 #999;
        -moz-box-shadow: 0 0 5px 0 #999;
        box-shadow: 0px 9px #006e97;
        /* text-shadow: 0 0 10px #006125; */
    }
}
@media screen and (max-width:640px){
    #button a {
        display: block;
        position: relative;
        z-index: 0;
        overflow: hidden;
        width: 100%;
        /* border: 3px solid #fff; */
        border-radius: 10px;
        background: -webkit-linear-gradient(#5db72d, #00a23f);
        background: linear-gradient(#2dc4fb, #00a6e2);
        color: #fff;
        font-size: 1.2em;
        /* line-height: 1.5; */
        padding: 6px 0;
        text-align: center;
        font-weight: bold;
        /* text-decoration: none; */
        transition: .25s linear;
        -webkit-transition: .25s linear;
        -moz-transition: .25s linear;
        box-shadow: -webkit-box-shadow: 0 0 5px 0 #999;
        -moz-box-shadow: 0 0 5px 0 #999;
        /* box-shadow: 0 0 5px 0 #999; */
        /* text-shadow: 0 0 10px #006125; */
    }
}


@keyframes shiny {
    0% {
        left: -30%;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}
@-webkit-keyframes shiny {
    0% {
        left: -30%;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}
@-moz-keyframes shiny {
    0% {
        left: -30%;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}



.oya{
    position: relative;
}
@media (min-width:640px){
    .child1{
        position: absolute;
        z-index: 2;
        top: 3px;
        left: 16px;
    }
}
@media screen and (max-width:640px){
    .child1{
        position: absolute;
        z-index: 2;
        top: 6px;
        left: 0px;
    }
}

@media (min-width:640px){
    .child2{
        position: absolute;
        z-index: 2;
        top: 25px;
        left: 27px;
    }
}
@media screen and (max-width:640px){
    .child2{
        position: absolute;
        z-index: 2;
        top: 17px;
        left: 9px;
    }
}


.fa-angle-right:before {
    content: "\f105";
}
@media (min-width:640px){
    .fa, .fas {
        font-weight: 900;
        position: absolute;
        font-size: 2em;
        top: 35px;
        left: 540px;
    }
}
@media screen and (max-width:640px){
    .fa, .fas {
        font-weight: 900;
        position: absolute;
        font-size: 2em;
        top: 19px;
        left: 310px;
    }
}

#button a {
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    background-color: #00b2f3;
    text-align: center;
    line-height: 1.4;
    padding: 3% 0;
    text-decoration: none;
    transition: .15s linear;
    -webkit-transition: .15s linear;
    -moz-transition: .15s linear;
}

#button a:before {
    display: block;
    position: absolute;
    z-index: -1;
    left: -30%;
    top: -50%;
    content: "";
    width: 30px;
    height: 240px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));
    background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ffffff rgba(255,255,255,1),rgba(255,255,255,0) 100%);
    animation: shiny 2s infinite linear;
    -webkit-animation: shiny 2s infinite linear;
    -moz-animation: shiny 2s infinite linear;
}
@keyframes shiny {
    0% {
        left: -30%;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}
@-webkit-keyframes shiny {
    0% {
        left: -30%;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}
@-moz-keyframes shiny {
    0% {
        left: -30%;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

.cta{
    padding: 0 2em;
    margin-bottom: 10px;
}

@media (max-width: 620px){
.orange{
	display: block;
	color: #fff;
	background-color: #ff7600;
	font-size: 0.9em;
	font-weight: 400;
	line-height: 1.2;
	padding: 1%;
	height:39px;
}
}
@media (min-width: 620px){
	.orange{
	display: block;
	color: #fff;
	background-color: #ff7600;
	font-size: 0.9em;
	font-weight: 500;
	line-height: 1.3;
	padding: 2%;
}
}
