@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Asap+Condensed:600');

/*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%;
}
body {
    font-family: Hiragino Sans, Arial, sans-serif !important;
    margin: 0;
    font-size: 19px;
    background-color: #f0f0f0;
    line-height: 1.8;
}

a:hover,
a:active {
    text-decoration: none;
}

/*初期設定
----------------------------------------------------*/
#wrapper{
    width: 650px;
    padding: 0 0 20px 0;
    overflow: hidden;
    margin: auto;
    position: relative;
    background-color: #fff;
}
.content{
    display: block;
    margin: 0 auto;
    width: 95%;
}
@media screen and (min-width:640px) {
    .pc{
        display: block;
    }
    .sp{
        display: none;
    }
}

@media screen and (max-width:640px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    #wrapper{
        width: 100%;
    }
}
/*layout
----------------------------------------------------*/

img{
    width: 100%;
}
.w60{
    display: block;
    width: 60%;
    margin: auto;
}
.w80{
    display: block;
    width: 80%;
    margin: auto;
}
.tac{
    text-align: center;
}
.tar{
    text-align: right;
}
.mt0{
    margin-top: 0;
}
.mb0{
    margin-bottom: 0;
}
.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mt20{
    margin-top: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mt30{
    margin-top: 30px;
}
.mb40{
    margin-bottom: 40px;
}
.mt40{
    margin-top: 40px;
}
.pink{
    color: #fa57cc;
}
.red{
    color: rgb(255, 0, 0);
}
.gray{
    color: rgb(187, 187, 187);
}
.orange{
    color: rgb(255, 153, 0);
}
.blue{
    color: rgb(0, 0, 255);
}
.ster{
    color: #ff9900;
}
.marker{
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%,#ffff00 0%) repeat scroll 0 0;
}
.marker02{
    border-bottom-style: dotted;
    border-bottom-color: #dcdcdc;
    border-bottom-width: 3px;
    padding-bottom: 3px;
}
.fsLL{
    font-size: 27px;
}
.fsL{
    font-size: 25px;
}
.fsM{
    font-size: 21px;
}
.fsS{
    font-size: 10px;
}
.m0{
    margin: 0;
}

h5 {
    background: #ffe4e4;
    padding: 0.5rem 1rem;
    font-weight: bold;
    font-size: 23px;
    line-height: 1.5;
    margin: 45px 0 30px;
text-align: center;
}


@media screen and (max-width:760px) {
   h5 {
        font-size: 18px;
        line-height: 1.4;
        padding: 0.5rem 1rem;
    }
}


.scroll_txt{
    color: #999999;
    margin-top: 5px;
    font-size: 14px;
    text-align: center;
}

.rankTable table {
    width: 100%;
    text-align: center;
    line-height: 1.2;
}

.rankTable {
    border: 3px solid #ff9a66;
    margin-bottom: 60px;
    margin-top: 30px;
}

.rankTable th {
    position: sticky;
    width: 40px;
    padding: 9px 0px 9px;
    background-color: #fd9b7e;
    color: #fff;
    left: 0;
    border-bottom: 1px dotted #fff;
    font-size: 9px;
}

.rankTable td {
    width: auto;
    border-bottom: 1px dotted #eee;
    border-top: none;
    padding: 9px 5px 9px;
    font-size: 12px;
    position: relative;
    vertical-align: middle;
    border-right: 1px dotted #ddd;
    background: none;
}

.rankTable td:last-child {
    border-right: none;
}

.rankTable tr th+td {
    background-color: #fdffe4;
}

.rankTable table th {
    width: 19.0%;
    font-size: 13px;
}

.rankTable td {
    border-right: 1px dotted #ddd;
}

.rankTable tr {
    border-bottom: 1px dotted #ddd;
}

.rankTable tr:last-child td {
    border-bottom: none;
}

@media screen and (max-width:768px) {
    .rankTable table {
        width: 550px;
    }

    .rankTable {
        overflow-x: scroll;
    }
}

.rankTable table th {
    vertical-align: middle;
    width: 9.0%;
    font-size: 12.5px;
    z-index: 88;
}

img.table_icon {
    width: 99%;
    margin-top: 5px;
}

.sogood {
    font-size: 35px;
    color: #ff4a1d;
}

.good {
    font-size: 34px;
    color: #ffbb00;
    font-weight: normal;
}

.bad {
    font-size: 37px;
    font-weight: 300;
    color: #747474;
}

.soso {
    font-size: 34px;
    font-weight: bold;
    color: #0cc300;
}

video{
    width: 100%;
}
.bound_p {
    color: #000;
    font-size: 19px;
    text-align: center;
    display: block;
    width: 400px;
    max-width: 100%;
    height: auto;
    margin: 30px auto 0px;
    animation: bound2Btn 2s ease infinite;
}
@keyframes bound2Btn {
    0% {
        transform: translateY(0);
    }

    15% {
        transform: translateY(-30px);
    }

    30% {
        transform: translateY(0);
    }

    45% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(0);
    }
}
.kuti {
    padding: 15px 10px;
    background: white;
    border: 11px solid #ffa9b8;
}

h2 {
    padding: 10px 5px 10px 10px;
    font-size: 19px;
}
h2 {
    background: #ffe4e4;
    padding: 0.5rem 1rem;
    font-weight: bold;
    font-size: 23px;
    line-height: 1.5;
    margin: 45px 0 30px;
    border-left:10px solid #E31A1A;
}
.btn {
    width: 100%;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border: none;
    overflow: hidden;
    box-sizing: border-box;
    animation: bound2Btn 2s ease infinite;
}
@keyframes bound2Btn {
    0% {
        transform: translateY(0);
    }

    15% {
        transform: translateY(-30px);
    }

    30% {
        transform: translateY(0);
    }

    45% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(0);
    }
}

.downArrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.downArrow>span {
    /* 矢印の大きさの設定 */
    width: 100px;
    height: 65px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.downArrow>span::before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 50%;
    height: 40%;
    /* 矢印の色の設定 */
    background: #ffc8c8;
}

.downArrow>span::after {
    content: "";
    display: block;
    width: 100%;
    height: 60%;
    /* 矢印の色の設定 */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(49%, transparent), color-stop(50%, #d096bb)) top left/50% 100% no-repeat, -webkit-gradient(linear, right bottom, left top, color-stop(49%, transparent), color-stop(50%, #d096bb)) top right/50% 100% no-repeat;
    background: linear-gradient(to top right, transparent 49%, #ffc8c8 50%) top left/50% 100% no-repeat, linear-gradient(to top left, transparent 49%, #ffc8c8 50%) top right/50% 100% no-repeat;
}

.movebtn {
    -webkit-animation-name: btnAnime02;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    -moz-animation-name: btnAnime02;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease;
    align-items: flex-start;
    justify-content: center;
}

@-webkit-keyframes btnAnime02 {
    /*初期位置*/
    0% {
        /*1番目の値はX方向, 2番目の値はY方向*/
        -webkit-transform: translate(0, 0);
    }

    /*animation-durationで設定した値の半分の時間（50%）の時の位置*/
    50% {
        -webkit-transform: translate(0, -8px);
    }

    /*animation-durationで設定した値になった（100%）時の位置*/
    100% {
        -webkit-transform: translate(0, 0);
    }
}

/*上記の「@-webkit-keyframes btnAnime02」と同様の値にしてください*/
@-moz-keyframes btnAnime02 {
    0% {
        -moz-transform: translate(0, 0);
    }

    50% {
        -moz-transform: translate(0, -8px);
    }

    100% {
        -moz-transform: translate(0, 0);
    }
}
h3 {
    animation: flash 1.5s linear infinite;
    text-align: center;
    font-size: 24px;
    color: red;
}

@keyframes flash {
    0% { opacity:1 }
    16.66667% { opacity:0 }
    33.33333% { opacity:1 }
    50% { opacity:0 }
    66.66667% { opacity:1 }
    100% { opacity:1 }
}

h4 {
    /* 見出しの下線色 */
    background-color: #EC6A00;
    color: #fff;
    margin: 10px 0 10px;
    padding: 10px 10px 10px 20px;
    font-size: 27px;
}
li{
    list-style: none;
    font-weight: bolder;
    margin-top: 5px;
}
.container {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin: 1rem;
}

.container .item {
    margin-bottom: 1rem;
}

figure {
    margin: 0 auto 10px;
    padding: 0;
}

img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.list-ans {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-ans .radio-input {
    display: none;
}

.btn2 {
    /* 非選択時のボタン文字色 */
    color: #2b2b2b;
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    white-space: normal;
    word-break: break-all;
    /* 非選択時のボタン背景色 */
    background-color: #ededed;
    /* 非選択時のボタン影色 */
    box-shadow: 0 0.25rem 0 0 #949494;
    border: 0 solid transparent;
    border-radius: 0.25rem;
    width: 100%;
    margin-bottom: 1rem;
    padding: 1rem;
    position: relative;
    display: inline-block;
    transition: all 0.1s linear;
    box-sizing: border-box;
}

.btn2:hover {
    /* マウスオン時のボタン背景色 */
    background-color: #f2f2f2;
    cursor: pointer;
}

.btn2:active, .list-ans .radio-input:checked+.btn2 {
    transform: translate(0, 0.25rem);
    box-shadow: 0 0 0 0 #949494;
    /* 選択時のボタン背景色 */
    background-color: #bababa;
}

.btn2:focus {
    outline: none !important;
}
@media screen and (max-width:768px) {
    h2 {
        padding: 10px 5px 10px 10px;
        font-size: 19px;
    }
}
ul.column li a {
    font-size: 15px;
    color: #6f6f6f;
    margin: 0;
}

ul.column li {
    line-height: 1.3;
}
ul.column{
    padding: 0 10px;
    margin-top: 0;
    margin-bottom: 40px;
}

/*-------------比較表-------------*/
.rankTable {
    border: 10px solid #fde5ec;
    border-top: 10px solid #fde5ec;
    border-width: 10px;
    box-sizing: border-box;
    background: #ffffff;
    margin: 0 auto;
}
.rankTable table {
    border-collapse: collapse;
    table-layout: fixed;
    color: #222;
    text-align: center;
}
.rankTable table td {
    font-size: 11px;
    padding: 1.5% 1%;
    line-height: 1.5;
    vertical-align: middle;
    width: 100%;
}
.rankTable tr td a{
    display: block;
    background-color: #FF9F00;
    border-radius: 5px;
    color: #fff;
    padding: 6px 0;
    box-shadow: 0 3px 0 #c96211;
    margin-bottom: 3px;
}
.rankTable tr td.frbn a{
    background-color: #4caf50;
    box-shadow: 0 3px 0 #09930f;
}
.star_orenge{
   color: #ff7510;
}
.rankTable table img {
    max-width: 100%;
    margin: 0 auto;
}
.rankTable a {
    color: #E31A1A;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.2;
}
.rankTable table tr {
    border-top: 1px solid #cdd4d0;
}
.rankTable table tr th {
    background: #E31A1A;
    color: #fff;
    border-radius: 0;
    /*	padding: 0.5% 0;*/
    font-weight: bold;
    font-size: 13px;
    width: 100px;
    line-height: 1.3;
    position: sticky;
    left: 0;
    z-index: 5;
}
.rankTable td {
    border-right: 2px dotted #cdd4d0;
    text-align: center;
}
.rankTable td:first-child{
    background: #cdd4d0;
}
.rankTable td:last-child {
    border-right: none;
}

.rankTable table tr:first-child th:last-child,
.rankTable table tr:last-child th:last-child {
    border-right: none;
}
.rankTable td {
    font-size: 13px;
}
.rankTable td.txt_only {
    font-size: 1.5rem;
    color: #333333;
    padding: 2.5% 0;
}
.y_bg {
    background: #feffdf;
}
.chart_btn {
    border-radius: 5px;
    padding: 5px;
    background-color: #ff7510;
    box-shadow: 0 5px 0 0 #ce6010;
    text-align: center;
    margin: 5px auto;
    position: relative;
    line-height: 1.3;
    color: #fff;
    font-size: 15px;
}
.chart_btn a{
    color: #fff;
    font-size: 15px;
}
.chart02_btn {
    border-radius: 5px;
    padding: 5px;
    background-color: #E31A1A;
    box-shadow: 0 5px 0 0 #d4396a;
    text-align: center;
    margin: 5px auto;
    position: relative;
    line-height: 1.3;
    color: #fff;
    font-size: 15px;
}
.chart02_btn a{
    color: #fff;
    font-size: 15px;
}
.rankTable td.not::before {
    content: "△";
    color: #ffe20f;
    font-size: 250%;
    line-height:1.2
}
.rankTable td.good::before {
    content: "〇";
    font-weight: bold;
    color: #9de6f3;
    font-size: 250%;
    line-height:1.2
}
.rankTable td.berry::before {
    content: "◎";
    font-weight: bold;
    color: #ff3a3a;
    font-size: 250%;
    line-height:1.2
}
@media (max-width: 760px) {
  .rankTable table td {
    font-size: 11px;
    padding: 1.5% 1%;
    line-height: 1.5;
    vertical-align: middle;
    width: 110px;
}
    .chart_btn a{
        font-size: 12px !important;
    }
    .chart_btn02 a{
        font-size: 12px !important;
    }
    .rankTable a {
        font-size: 12px;
        line-height: 1;
    }
    .rankTable table {
        width: 100%;
    }
    .rankTable {
        border: 5px solid #fde5ec;
        border-top: 5px solid #fde5ec;
        width: 100%;
        overflow-x: scroll;
    }
    .rankTable table tr th{
        width: 80px;
    }
    .chart_btn,.chart02_btn{
        width: 100%;
        padding: 2px 0;
    }
}

/*ランク*/
.rank{
    background: #fff;
    padding: 3% 20px 5%;
}
.rank h2{
    display: flex;
    align-items: center;
    padding: 2%;
    background: linear-gradient(90deg,#DBB252 0%,#EFD895 100%);
    margin: 3% 0 0;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    border: none;
}
.rank h2 img {
    width: 50px;
    margin: 0 20px 0 10px;
}
.flow{
    border:1px solid #E31A1A;
    margin: 30px 0;
    border-radius: 20px;
    background: #fff;
}
.flow_ttl{
    background: #E31A1A;
    padding: 16px;
    margin: 0;
    color: #fff;
    text-align: center;
    border-radius: 20px 20px 0 0;
}
.flow_inner{
    padding: 30px 20px;
}
.flow_inner h4{
    color: #E31A1A;
    font-weight: bold;
    margin: 30px 0 20px;
    font-size: 18px;
}
.flow_inner h4 span{
    background-color: #E31A1A;
    padding: 5px 12px;
    color: #fff;
    margin-right: 15px;
}

@media (max-width: 760px) {
    .rank h2{
        font-size: 20px;
        padding: 2% 4%;
    }
    .flow_inner h4{
        margin: 20px 0 15px;
    }
    .flow_inner h4 span{
        padding: 2px 8px;
        margin-right: 7px;
    }
    .rank h2 img{
        width: 10%;
        margin: 0 9px 0;
    }
}
/*-------- mini table --------*/
.mini_table{
    margin: 0 auto 25px;
    border: 2px solid #cfcfcf;
    width: 100%;
    background: #fff;
}
table.mini_table th, table.mini_table td{
    border: 1px dotted #cfcfcf;
    padding: 2% 1%;
    text-align: center;
    vertical-align: middle;
    width: 25%;
    line-height: 1.5;
}
table.mini_table th {
    background-color: #cfcfcf;
    border: 1px dotted #fff;
    line-height: 1.2rem;
    font-weight: bold;
}
@media (max-width: 760px) {
    .scroll {
        display: block;
        font-size: 0.8rem;
        color: #999;
        margin-bottom: 0;
    }
    .scrollbox{
        display: block;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .mini_table{
        width: 710px;
        font-size: 12px;
    }
    table.mini_table th, table.mini_table td{
        padding: 5px 1%;
    }
}

.cp_arrows {
    position: relative;
    height: 50px;
    margin-top: 1em;
    margin-bottom: 2em;
}
.cp_arrows .cp_arrow {
    position: absolute;
    top: 100%;
    left: 45%;
    transform: translate(-50%, -50%);
    transform-origin: 50% 50%;
    opacity: 0;
}
.cp_arrows .cp_arrowfirst {
    animation: arrow-move08 2s ease-in-out infinite;
}
.cp_arrows .cp_arrowsecond {
    animation: arrow-move08 2s 1s ease-in-out infinite;
}
.cp_arrows .cp_arrow:before,.cp_arrows .cp_arrow:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 3px;
    content: '';
    background: #E91E63;
}
.cp_arrows .cp_arrow:before {
    transform: rotate(30deg) translateX(-39%);
    transform-origin: top left;
}
.cp_arrows .cp_arrow:after {
    transform: rotate(-30deg) translateX(39%);
    transform-origin: top right;
}

@keyframes arrow-move08 {
    0% {
        top: 40%;
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*-------- スリック --------*/
/*.voice_slider{
	background: #fce8ed;
    padding: 3%;
}
.voice_ttl{
	background: #fce8ed;
    padding: 2%;
	text-align: center;
	margin: 1% 0;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.voice {
    border: 3px solid #ea7397;
	box-sizing: border-box;
    border-radius: 10px;
    background-color: #fff;
    padding: 3%;
    width: 570px;*/
    /*max-width: 600px;*/
    /*margin: 0px 35px;*/
    /*height: 200px;
}/*
/*.voice_flex {
    align-items: center;
    justify-content: center;
    margin: 0 0 15px;
    border-bottom: 1px solid #999;
}*/
.voice_ttl02 {
    color: #ea7397;
    margin: 0 0 10px 0;
}
.scroll{
	color: #999999;
    margin-top: 1px;
    font-size: 14px;
    text-align: center;
}
.voice {
    padding: 15px 10px;
    border: 11px solid #ffa9b8;
}
@media screen and (max-width: 760px){
	.voice_ttl02 p{
		line-height: 1.5;
	}
}
.m_0{
    margin: 0px;
}
.black{
 color:#000;
}


.detail table,.detail td,.detail th {
	border: 1px solid #595959;
	border-collapse: collapse;
    width: 100%;
}
.detail td,.detail th {
	padding: 3px;
	width: 33%;
	height: 25px;
}
.detail td {
	padding: 10px;
    font-size: 18px;
}
.detail th {
	background: #be3b49;
    color: #fff;
}

@media screen and (max-width: 760px){
    .detail td {
        line-height: 1.4;
        padding: 8px;
        font-size: 16px;
    }
    .detail th {
        font-size: 16px;
    }
}