#666@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: #478fde;
	text-decoration: underline;
}

a:visited {
    color: #478fde;
}

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


/*初期設定
----------------------------------------------------*/
#wrapper{
	width: 100%;
	padding: 0 0 0 0;
	overflow: hidden;
	color: #444;
}




#content {
	margin:0 auto;
	width: 740px;
	text-align: left;
	background-color: #fff;
	padding:15px 30px;
	background-color: #fff;
   
}

.content-main{
	width: 680px;margin: auto
}

img.pics {
	max-width: 100%;
}

.img.example1 {
width: 80%;
height: 80px;
}

.ie8 img{
	width: auto;
}


/*clearfix*/
.clearfix2 {
  clear: both;
  zoom: 1;
}

.clearfix3:after {
  content: "";
  display: block;
  clear: both;
}
.mB10{
    margin-bottom: 10px!important;
}
.mB20{
    margin-bottom: 20px!important;
}
.mB30{
    margin-bottom: 30px!important;
}
.mB40{
    margin-bottom: 40px!important;
}
.mB50{
    margin-bottom: 50px!important;
}
.mB80{
    margin-bottom: 80px!important;
}
.fsM{
    font-size: 14px;
}
.fsML{
    font-size:16px;
}
.fsL{
    font-size: 18px;
	line-height: 1.4em;
}
.fsXL{
    font-size: 20px;
}
.fsXXL{
    font-size: 27px;
}
.fwB{
    font-weight: bold;
}
.fcR{
    color: #e31021;
	font-weight: bold;
}
.fcP{
    color: #FF237B;
	font-weight: bold;
}
.fcB{
	color: #3090CD;
	font-weight: bold;
}
.fcBr {
	color: #AB8453;
}
.taR{
    text-align: right;
}
.fcY {
    color: #DFAD00;
}
.fcBl {
    color: #45daff;
}
.fcGray {
    color:  #9d9a93;
}
.post1-date{
    color: #909090;
    font-size: 10px;
	margin:  0;
    
}
.post-date{
    color: #909090;
    font-size: 12px;
	margin:  0;
　　}
.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255, 255, 127) 40%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255, 255, 127) 40%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255, 255, 127) 40%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255, 255, 127) 40%);
    background-image: linear-gradient(left, transparent 50%, rgb(255, 255, 127) 40%);
    background-repeat: repeat-x;
    background-size: 150% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
    font-weight: bold;
}
.suptext {
font-size: 40%;
vertical-align: top;
position: relative;
top: -0.1em;
}
/*layout
----------------------------------------------------*/

#header{

	height: 85px;
    border-top: 2px solid #4fadb3;
    border-bottom: 2px solid #bfbfbf;
 position: relative;
    background: #fff;
    margin-bottom: 20px;
	
}



.brand{
	width: 100%;
	font-family: 'Asap Condensed', sans-serif;
	color: #fff;
	font-size: 10px;
	text-align: center;
	background: #FF237B;
	padding-bottom: 0px;
}

h1{
	    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    padding: 20px;
    border-top: 2px dotted #7C7C7C;
    border-bottom: 2px dotted #7C7C7C;
    margin-bottom: 20px;
}



h2{
    padding: 0.5em;/*文字周りの余白*/
    color: #494949;/*文字色*/
    background: #EDEDED;
    border-left: solid 5px #FF237B;
    font-size: 1.3em;
    font-weight: bold;
        margin: 20px 0 20px 0;
}

.title1{border-bottom: 3px solid #f8b551;}
.title2{border-bottom: 3px solid #f19ec2;}
.title3{border-bottom: 3px solid #287ab7;}
.title4{border-bottom: 3px solid #39b5a8;}
.bb2{border-bottom: 2px solid #000;}
h3 {
	font-size: 18px;
    position: relative;
    padding: 0.6em;
    margin-bottom: 30px;
    font-weight: bold;
	text-align: center;
	line-height: 1.4;
	color: #fff;
	margin-top: 20px;
	position: relative;
  background: #FF237B;
  color: white;
}
h3::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(211, 0, 65);
}

h4 {
    line-height: 40px;
	height: 40px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
	color: #fff;
	background-color: #FF237B;
}



p{
	line-height: 1.7;
	word-wrap: break-word;
	padding-bottom: 20px;
}

.pics{
	width: 100%
}

figure{
	padding-bottom: 20px;
}
figcaption{
	font-size: .8em;
	color: #999;
}

.box-voice{
	display: flex;
}
.t-r{
	text-align: right;
}










/*review*/

.review{
    background: #fffcec;
	padding: 10px;
}
.review_area{
      width: 100%;
    background: #fff;
    padding: 15px 15px 0 15px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.star{
    color:#ffa900;
}
.star_g{
    color:#cdcdcd;
}
.review_area ul{
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;

}
.review_area ul li:first-child{
    width: 25%;
}
.review_area ul li:last-child{
    width: 140%;
}

.btn{
    line-height:50px;
    margin-bottom: 50px;
}
.btn a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#A5D85F;
    text-align:center;
    color:#FFFFFF;
    font-size:26px;
    box-shadow:3px 3px 0px 0px #73BD2F ;
}
.btn a:hover{
    background:#B4D879;
    color:#FFFFFF;
    margin-left:3px;
    margin-top:3px;
    box-shadow:none;
}





/*共通パーツ*/


#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;
	    color: #fff;
    background-color: #FF237B;
}


#footer p{
	text-align: center;
	line-height: 1.5;
	font-size:12px;
}

#footer .tx-ss{
	font-size: 11px;
}
#button {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
#button a {
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    border: 1px solid #A5D85F;
    border-radius: 2px;
    background-color: #A5D85F;
    color: #ffffff;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    transition: .15s linear;
    -webkit-transition: .15s linear;
    -moz-transition: .15s linear;
}
#button a:hover {
    color: #A5D85F;
    background-color: #ffffff;
}
#button a:before {
    display: block;
    position: absolute;
    z-index: -1;
    left: -30%;
    top: -50%;
    content: "";
    width: 30px;
    height: 200px;
    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%;
    }
}
/*レスポンシブ用*/

/*@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: 93%;
		
        padding: 15px 12px 20px 12px;}

}

/*@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: 20px;}
	h2{font-size: 18px;}
	h3{font-style: 17px;}
	.sns{display: none;}
	.box-voice{
	flex-direction: column;
	}
	.table-blue{width: 650px;}
	.table-wrap{
	width: 100%;
	overflow:auto;
	overflow-x:scroll;
	}
	.show-sp{display: block;}
}



@media only screen and (max-width:839px){


    .btn{
        line-height:50px;
        margin-bottom: 40px;
    }
    .btn a{
        display:block;
        width:100%;
        height:100%;
        text-decoration: none;
        background:#A5D85F;
        text-align:center;
        color:#FFFFFF;
        font-size:1.0em;
        box-shadow:3px 3px 0px 0px #73BD2F ;
    }
    .btn a:hover{
        background:#B4D879;
        color:#FFFFFF;
        margin-left:3px;
        margin-top:3px;
        box-shadow:none;
    }
    #button a {
        transition: .05s linear;
        -webkit-transition: .05s linear;
        -moz-transition: .05s linear;
    }
    #button a:before {
        animation: shiny 2s infinite linear;
        -webkit-animation: shiny 2s infinite linear;
        -moz-animation: shiny 2s infinite linear;
    }

}
table.satisfaction,
table.satisfaction th,
table.satisfaction td{
    border: 1px solid #999;
    text-align: center;
}
table.satisfaction {
    width: 100%;
    margin: 20px 0;
    border: 2px solid #999999;
}
table.satisfaction th,
table.satisfaction td{
    width: 33.333%;
}
table.satisfaction th {
    background: #fffcec;
    font-weight: bold;
}
table.satisfaction .product th {
    background: #ffffff;
    text-decoration: underline;
    color: #4d9be5;
}
.font-red{
    color: #FF474C;
}
tr.product img {
    width: 100%;
}
@media only screen and (max-width:839px){
    h3 .fsL{
        font-size: 1.2em;
    }
}


/*190121追加*/
.no1_linkbtn{
	position: fixed;
	right:50px;
	bottom: 50px;
	z-index: 5000;
	    width:380px;
    height:80px;
    line-height:80px;
}
.no1_linkbtn a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background-color: rgb(255, 110, 0);
    color:#FFFFFF;
	text-indent: 1.5em;
    font-size:20px;
    font-weight:bold;
    font-style:oblique;
    transition: all 0.8s ease;
}
.no1_linkbtn  a:hover{
    background-color: rgb(255, 110, 0);
    color:#2FAFB1;
    margin-left:0px;
    margin-top:0px;
    box-shadow:none;
}
.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: 320px;
width: 21px;
height: 2px;
background: #ffffff;
	transition: all 0.8s ease;
}
.arrow1::after{
left: 320px;
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: 320px;
width: 21px;
height: 2px;
background: #2FAFB1;
	transition: all 0.8s ease;
}
.arrow1:hover::after{
left: 320px;
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){
	.no1_linkbtn{
	position: fixed;
	right:10px;
	bottom: 10px;
	z-index: 5000;
	    width:260px;
       height: 35px;
    line-height: 30px;
}
.no1_linkbtn a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    border-color: rgb(255, 110, 0) !important;
    background-color: rgba(255, 110, 0, 0.99) !important;
    

    color:#FFFFFF;
	text-indent: 0em;
    font-size:15px;
    font-weight:bold;
    font-style:oblique;
    transition: all 0.8s ease;
}
.no1_linkbtn  a:hover{
    background-color: rgba(42,175,177,0.7);
    color:#ffffff;
    margin-left:0px;
    margin-top:0px;
    border:2px solid #2FAFB1;
    box-shadow:none;
}
.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: 220px;
width: 14px;
height: 2px;
background: #ffffff;
	transition: all 0.8s ease;
}
.arrow1::after{
left: 220px;
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: 220px;
width: 14px;
height: 2px;
background: #ffffff;
	transition: all 0.8s ease;
}
.arrow1:hover::after{
left: 220px;
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;
}
	}
.center{
	text-align: center;
}
.fr{
	float: right;
}
.bgc{
	background-color: #ffeff4;
	padding: 10px;
}
.bgc-g{
	background-color: #eee;
	padding: 10px 10px 0 10px;
	border: solid 1px #ccc;
}

@-moz-keyframes animate69 {
    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 animate69 {
    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 animate69 {
    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 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);
    }
}

.animate69 {
    -webkit-animation-name: animate69;
    -moz-animation-name: animate69;
    -o-animation-name: animate69;
    animation-name: animate69;
}

@-moz-keyframes option69 {
    0% {
        -moz-transform: translateX(0);
    }
    20% {
        -moz-transform: translateX(9%);
    }
    50% {
        -moz-transform: translateX(5%);
    }
    60% {
        -moz-transform: translateX(13%);
    }
    90% {
        -moz-transform: translateX(0);
    }
    100% {
        -moz-transform: translateX(0);
    }
}

@-o-keyframes option69 {
    0% {
        -o-transform: translateX(0);
    }
    20% {
        -o-transform: translateX(9%);
    }
    50% {
        -o-transform: translateX(5%);
    }
    60% {
        -o-transform: translateX(13%);
    }
    90% {
        -o-transform: translateX(0);
    }
    100% {
        -o-transform: translateX(0);
    }
}

@-webkit-keyframes option69 {
    0% {
        -webkit-transform: translateX(0);
    }
    20% {
        -webkit-transform: translateX(9%);
    }
    50% {
        -webkit-transform: translateX(5%);
    }
    60% {
        -webkit-transform: translateX(13%);
    }
    90% {
        -webkit-transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes option69 {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(9%);
    }
    50% {
        transform: translateX(5%);
    }
    60% {
        transform: translateX(13%);
    }
    90% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(0);
    }
}

.a-option69 {
    -webkit-animation-name: option69;
    -moz-animation-name: option69;
    -o-animation-name: option69;
    animation-name: option69;
}

img.a-option69 {
    left: 0;
    top: 18%;
}


.a-option69 {
    top: 0%!important;
}

.a-option69 {
    width: 0%!important;
}

.a-btn69 {
    max-width: 100%!important;
}

.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;
}
.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;
}
.marker {
    background: linear-gradient(transparent 60%, rgba(255,248,0,0.4) 0%);
    font-weight: bold;
}
th.search-index{
width: 20%;
background: #FFFFFF;
font-weight: normal;
color: #222222;
padding:5px;
border-bottom: 1px solid #cfcfcf;
border-right: 1px solid #cfcfcf;
}

td.search-index{
border-bottom: 1px solid #cfcfcf;
}

table.search-index{
  border: 1px solid #cfcfcf;
  margin: 0 auto 20px auto;
}

label.search-index{
  display: block;
}

th{
	    background: #f6f6f6;
	
	
	padding:5px;
}

th p{
	padding-bottom: 0;
}
td{
	padding: 10px;
	
}
td p{
	padding-bottom: 0;
}
table img{
	max-width: 100%
}

.index-bottom{
  display: block;
  margin: 0 auto;
}
.back {
    background-color: #fffde8;
}

@media only screen and (min-width:768px){/*PC表示で反映させる設定*/
	table.search-index{
    width: 500px;
    margin: 0 auto 20px auto;
}
}

#footer p.article_page {
    padding-bottom: 10px;
}

.input_page a,.input_page a:visited,.input_page a:link{
	color:#999!important;}

.article_page a,.article_page a:visited,.article_page a:link{
    color:#999!important;}

.c_pics{
    max-width: 100%;
}

@media only screen and (max-width: 839px){
    img.c_pics{
        width: 100%;
        height: auto;
}

.mt40{
    margin-top: 40px;
}
}
.mt10{
    margin-top: 30px;
}
/*マーカーアニメーション*/
.marker-animation.active {
    background-position: -100% .5em;
}
.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%,#ffff66 50%);
    background-image: -moz-linear-gradient(left, transparent 50%,#ffff66 50%);
    background-image: -ms-linear-gradient(left, transparent 50%,#ffff66 50%);
    background-image: -o-linear-gradient(left, transparent 50%,#ffff66 50%);
    background-image: linear-gradient(left, transparent 50%,#ffff66 50%);
    background-repeat: repeat-x;
    background-size: 200% .7em;
    background-position: 0 .5em;
    transition: all 2s ease;
    font-weight: bold;
}


.fsS{
    font-size:12px;
}
.fb{
    font-weight: bold;
}

.pink_t{
    color: #FA259A;
}

.blue_t{
    color: #02B1F2;
}

.t_c{
    text-align: center;
}
.review {
    background: #fffcec;
    padding: 5px 15px;
}

.mB20 {
    margin-bottom: 20px !important;
}
img.pic_icon {
    max-width: 50px;
    width: 100%;
}



.taC{
	text-align: center;
}

.txt_right {
    text-align: right !important;
}

.h04 {
    padding: 0.4em 0.5em!important;
    color: #494949;
    background: #f4f4f4;
    border-left: solid 5px #7db4e6;
    border-bottom: solid 3px #d7d7d7;
    font-weight: bold!important;
}

/*点滅*/
.double-flash {
    animation: double-flash_5476 3s ease infinite;
    transform-origin: 50% 50%;
}
@keyframes double-flash_5476 {
    0% { opacity:1 }
    16.66667% { opacity:0 }
    33.33333% { opacity:1 }
    50% { opacity:0 }
    66.66667% { opacity:1 }
    100% { opacity:1 }
}
.under_line{
	text-decoration: underline;
}
@media (max-width: 620px){
	.kaso_pro_tbl table {
		width: 100%;
		margin: 5% auto;
	}
	/*ランキング表*/
.rankTable {
	background: #eaf7fd;
	width: 800px;
	margin: 3% auto;
	padding: 1.5% 0 1.5% 0;
	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: #F48EA1;
	color: #fff;
	border-radius: 0;
/*	padding: 0.5% 0;*/
	font-weight: bold;
}
.rankTable table tr:first-child th {
	background: #ffffff;
	border-radius: 0;
	padding-top:0px;
	vertical-align: top;
	line-height: 0.7;
	border-right: 2px dotted #c4c4c4;
}
.rankTable table tr:last-child th {
	background: #ffffff;
	border-radius: 0;
	padding: 3% 0 1% 0;
	vertical-align: top;
	line-height: 1;
	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:nth-child(1){
	color: #dba728;
	text-align: center;
}
.rankTable table tr:first-child th:nth-child(2) {
	color: #9d9a93;
	text-align: center;
}
.rankTable table tr:first-child th:nth-child(3) {
	color: #c56e6e;
	text-align: center;
}

.rankTable table tr:last-child th:nth-child(1){
	color: #dba728;
	text-align: center;
}
.rankTable table tr:last-child th:nth-child(2) {
	color: #9d9a93;
	text-align: center;
}
.rankTable table tr:last-child th:nth-child(3) {
	color: #c56e6e;
	text-align: center;
}
.rankTable table tr:first-child th:nth-child(4) {
	color: #74cccc;
  text-align: center;
}
.rankTable table tr:first-child th:nth-child(5){
	color: #74cccc;
  text-align: center;
}
.rankTable table tr:first-child th:nth-child(6){
	color: #74cccc;
  text-align: center;
}
.rankTable table tr:last-child th:nth-child(4) {
	color: #74cccc;
  text-align: center;
}
.rankTable table tr:last-child th:nth-child(5){
	color: #74cccc;
  text-align: center;
}
.rankTable table tr:last-child th:nth-child(6){
	color: #74cccc;
  text-align: center;
}


.rankTable td {
	border-right: 2px dotted #c4c4c4;
	text-align: center;
	width: calc(100% / 6);
	vertical-align: top;
}
.rankTable td:last-child {
	border-right: none;
}
td.txt_only {
	color: #333333;
	padding: 2.5% 0;
}
span.ex, span.go, span.so, span.ba {
	font-weight: normal;
	line-height: 70px;
}
span.ex {
	font-size: 5rem;
	color: #f8525d;
}
span.go {
	font-size: 3.5rem;
	color: #7cd0dd;
}
span.so {
	font-size: 3.2rem;
	color: #f5c132;
}
span.ba {
	font-size: 4rem;
	color: #7a7a7a;
}
span.txt_ex {
	font-weight: bold;
	color: #f8525d;
}
/*.scrollok {
	display: none;
}*/

span.ex, span.go, span.so, span.ba {
		line-height: 50px;
	}
	span.ex {
		font-size: 3.5rem;
	}
	span.go {
		font-size: 2.5rem;
	}
	span.so {
		font-size: 2.2rem;
	}span.ba {
		font-size: 3rem;
	}
	.rankTable table tr th {
	}
}

@media (max-width: 620px){
	.rankTable {
		/*padding: 20px 0 0 0;*/
		border: 10px solid #ddd;
		border-top: 10px solid #ddd;
		border-width: 10px;
		overflow-x: scroll;
		width: 100%;
		box-sizing: border-box;
		margin: 0;
		background: #ffffff;
		padding-top: 0px;
	}
	.rankTable table {
		width: 700px;
	}
	.rankTable table tr.sp_th {
		/*display: block;*/
		height: 28px;
	}
	.rankTable table tr.sp_th th {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		width: calc(100% - 12%);
		text-align: center;
		padding-top: 5px;
	}
	.scrollok {
		display: block;
		text-align: center;
		color: #0b4685;
		/*position: absolute;*/
		right: 0;
		left: 0;
		background: #edf5fa;
		width: 100%;
		margin: auto;
	}

}
.rankTable td:last-child {
	border-right: none;
}
@media (max-width: 620px){
	.kaso_pro_tbl table {
		width: 100%;
		margin: 5% auto;
	}
	/*ランキング表*/
.rankTable {
	background: #eaf7fa;
	width: 800px;
	margin: 3% auto;
	padding: 1.5% 0 1.5% 0;
	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: #7C7C7C;
	color: #fff;
	border-radius: 0;
/*	padding: 0.5% 0;*/
	font-weight: bold;
}
.rankTable table tr:first-child th {
	background: #ffffff;
	border-radius: 0;
	padding-top:0px;
	vertical-align: bottom;
	line-height: 1.2;
	border-right: 2px dotted #c4c4c4;
	    font-size: 13px;
}
.rankTable table tr:last-child th {
	background: #ffffff;
	border-radius: 0;
	padding: 3% 0 1% 0;
	vertical-align: top;
	line-height: 1;
	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:nth-child(1){
	color: #dba728;
	text-align: center;
}
.rankTable table tr:first-child th:nth-child(2) {
	color: #9d9a93;
	text-align: center;
}
.rankTable table tr:first-child th:nth-child(3) {
	color: #c56e6e;
	text-align: center;
}

.rankTable table tr:last-child th:nth-child(1){
	color: #dba728;
	text-align: center;
}
.rankTable table tr:last-child th:nth-child(2) {
	color: #9d9a93;
	text-align: center;
}
.rankTable table tr:last-child th:nth-child(3) {
	color: #c56e6e;
	text-align: center;
}
.rankTable table tr:first-child th:nth-child(4) {
	color: #74cccc;
  text-align: center;
}
.rankTable table tr:first-child th:nth-child(5){
	color: #74cccc;
  text-align: center;
}
.rankTable table tr:first-child th:nth-child(6){
	color: #74cccc;
  text-align: center;
}
.rankTable table tr:last-child th:nth-child(4) {
	color: #74cccc;
  text-align: center;
}
.rankTable table tr:last-child th:nth-child(5){
	color: #74cccc;
  text-align: center;
}
.rankTable table tr:last-child th:nth-child(6){
	color: #74cccc;
  text-align: center;
}
.rankTable table tr:first-child th a,
.rankTable table tr:last-child th a {
}



.rankTable td {
	border-right: 2px dotted #c4c4c4;
	text-align: center;
	    line-height: 1.4;
	width: calc(100% / 3);
	vertical-align: top;
	font-size: 14px;
}
.rankTable td:last-child {
	border-right: none;
}
td.txt_only {
	color: #333333;
	padding: 2.5% 0;
}
span.ex, span.go, span.so, span.ba {
	font-weight: normal;
	line-height: 70px;
}
span.ex {
	font-size: 5rem;
	color: #f8525d;
}
span.go {
	font-size: 3.5rem;
	color: #7cd0dd;
}
span.so {
	font-size: 3.2rem;
	color: #f5c132;
}
span.ba {
	font-size: 4rem;
	color: #7a7a7a;
}
span.txt_ex {
	font-weight: bold;
	color: #f8525d;
}
/*.scrollok {
	display: none;
}*/

span.ex, span.go, span.so, span.ba {
		line-height: 50px;
	}
	span.ex {
		font-size: 3.5rem;
	}
	span.go {
		font-size: 2.5rem;
	}
	span.so {
		font-size: 2.2rem;
	}span.ba {
		font-size: 3rem;
	}
	.rankTable table tr th {
	}
}

@media (max-width: 620px){
	.rankTable {
		/*padding: 20px 0 0 0;*/
		border: 10px solid #ddd;
		border-top: 10px solid #ddd;
		border-width: 10px;
		/*overflow-x: scroll;*/
		width: 100%;
		box-sizing: border-box;
		margin: 0;
		background: #ffffff;
		padding-top: 0px;
		    line-height: 0px;
	}
	.rankTable table {
		/*width: 790px;*/
	}
	.rankTable table tr.sp_th {
		/*display: block;*/
		height: 28px;
	}
	.rankTable table tr.sp_th th {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		width: calc(100% - 12%);
		text-align: center;
		padding-top: 2px;
	}
	.scrollok {
		display: block;
		text-align: center;
		color: #0b4685;
		/*position: absolute;*/
		right: 0;
		left: 0;
		background: #edf5fa;
		width: 100%;
		margin: auto;
	}
	span.ex, span.go, span.so, span.ba {
		line-height: 50px;
	}
	span.ex {
		font-size: 2.5rem;
	}
	span.go {
		font-size: 2.5rem;
	}
	span.so {
		font-size: 2.2rem;
	}span.ba {
		font-size: 3rem;
	}
	.rankTable table tr th {
	}
}
/*ランキング表*/
.kaso .kaso_pro_tbl th,
.kaso .kaso_pro_tbl td{
	border: 1px solid #cccccc;
}
.kaso_pro_tbl table {
	width: 100%;
	margin: 5% auto;
}
@media (min-width: 620px){
	.kaso_pro_tbl table {
		width: 100%;
		margin: 5% auto;
	}
	/*ランキング表*/
.rankTable {
    width: 800px;
    margin: 3% auto;
    /* padding: 1.5% 0 1.5% 0; */
    box-sizing: border-box;
}
.rankTable table {
	background: #ffffff;
	margin: auto;
	box-sizing: border-box;
	padding: 1%;
	border-radius: 5px;
}
.rankTable table tr th {
	background: #7C7C7C;
	color: #fff;
	border-radius: 0;
/*	padding: 0.5% 0;*/
	font-weight: bold;
}
.rankTable table tr:first-child th,
.rankTable table tr:last-child th {
	background: #ffffff;
	border-radius: 0;
	padding: 3% 0;
	vertical-align: top;
	line-height: 1;
	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:nth-child(1){
	color: #dba728;
	text-align: center;
}
.rankTable table tr:first-child th:nth-child(2) {
	color: #9d9a93;
	text-align: center;
}
.rankTable table tr:first-child th:nth-child(3) {
	color: #c56e6e;
	text-align: center;
}

.rankTable table tr:last-child th:nth-child(1){
	color: #dba728;
	text-align: center;
}
.rankTable table tr:last-child th:nth-child(2) {
	color: #9d9a93;
	text-align: center;
}
.rankTable table tr:last-child th:nth-child(3) {
	color: #c56e6e;
	text-align: center;
}
.rankTable table tr:first-child th:nth-child(4) {
	color: #74cccc;
  text-align: center;
}
.rankTable table tr:first-child th:nth-child(5){
	color: #74cccc;
  text-align: center;
}
.rankTable table tr:first-child th:nth-child(6){
	color: #74cccc;
  text-align: center;

}
.rankTable table tr:last-child th:nth-child(4) {
	color: #74cccc;
  text-align: center;

}
.rankTable table tr:last-child th:nth-child(5){
	color: #74cccc;
  text-align: center;

}
.rankTable table tr:last-child th:nth-child(6){
	color: #74cccc;
  text-align: center;
}
.rankTable table tr:first-child th a,
.rankTable table tr:last-child th a {
}


.rankTable td {
	border-right: 2px dotted #c4c4c4;
	text-align: center;
	
	width: calc(100% / 6);
	vertical-align: top;
	    line-height: 1.4;
}
.rankTable td:last-child {
	border-right: none;
}
td.txt_only {
	color: #333333;
	padding: 2.5% 0;
}
span.ex, span.go, span.so, span.ba {
	font-weight: normal;
	line-height: 70px;
}
span.ex {
	font-size: 5rem;
	color: #f8525d;
}
span.go {
	font-size: 3.5rem;
	color: #7cd0dd;
}
span.so {
	font-size: 3.2rem;
	color: #f5c132;
}
span.ba {
	font-size: 4rem;
	color: #7a7a7a;
}
span.txt_ex {
	font-weight: bold;
	color: #f8525d;
}
.scrollok {
	display: none;
}

span.ex, span.go, span.so, span.ba {
		line-height: 50px;
	}
	span.ex {
		font-size: 3.5rem;
	}
	span.go {
		font-size: 2.5rem;
	}
	span.so {
		font-size: 2.2rem;
	}span.ba {
		font-size: 3rem;
	}
	.rankTable table tr th {
	}
}






@media (min-width: 620px){
	.rankTable {
    /* padding: 20px 0 0 0; */
    border: 10px solid #ddd;
    border-top: 10px solid #ddd;
    border-width: 10px;
    /* overflow-x: scroll; */
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    background: #ffffff;
		line-height: 0;
}
	}
	.rankTable table {
		    table-layout: fixed;
	}
	.rankTable table tr.sp_th {
		/*display: block;*/
		height: 28px;
	}
	.rankTable table tr.sp_th th {
	/*	position: absolute;*/
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
		padding: 3px;
	}
	.scrollok {
		display: block;
		text-align: center;
		color: #0b4685;
		/*position: absolute;*/
		right: 0;
		left: 0;
		background: #fff;
		width: 100%;
		margin: auto;
		padding-bottom: 0px;
	}
	span.ex, span.go, span.so, span.ba {
		line-height: 50px;
	}
	span.ex {
		font-size: 2.5rem;
	}
	span.go {
		font-size: 2.5rem;
	}
	span.so {
		font-size: 2.2rem;
	}span.ba {
		line-height: 45px;
    font-size: 3.5rem;
	}
	.rankTable table tr th {
	}

/*ランキング表*/


@media (max-width: 380px){
.rankTable table tr.sp_th th {
  width: calc(100% - 12.9%);
}
}

@media (max-width: 330px){
.rankTable table tr.sp_th th {
  width: calc(100% - 14.9%);
}
}
.back {
    background-color: #fffde8;
}

.btn_s{
    display: block;
    margin: auto;
    border: solid 2px #aaa;
    max-width: 65%;
    margin-bottom: 20px;
	border-radius: 10px;
}
.btn_s p{
text-align: center;
color: #aaa;
padding: 8px;
font-size: 1em;
font-weight: bold;
margin: 0px auto;
}




/*form*/
.searchform {
    display: inline-block;
    text-align: left;
}
.searchtable {
    border-collapse: collapse;
    font-size: 15px;
    line-height: 25px;
    border: none !important;
	 border: 1px solid #cfcfcf;
}

.serchtable-border{
	  border-top: 1px solid #cfcfcf;
	  border-right: 1px solid #cfcfcf;
	  border-bottom: 1px solid #cfcfcf;
	  padding: 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;
    color:#111;
    text-align:center;
    vertical-align:middle;
}
.thisinfotable td, th {
    border: 1px solid #cfcfcf;
    font-size: 15px;
    line-height: 20px;
	padding: 10px;
}


.border-none{
	border-style: none;
}
.searchtable .searchtabletitle {
    background-color: #f6f6f6;
    min-width: 120px;
	border:1px solid #cfcfcf;
	padding: 10px;
}
.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: 20px;
}
.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;
	padding: 10px;
}
.objecttitle{
    font-size:24px;
    font-weight:bold;
    text-align: center;
    width: 95%;
    margin: 0 auto;
    background-color: #FF237B;
    border: 1px solid #cfcfcf;
	border-bottom: none;
    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;
}

.btn_search{
	width: 95%;
	margin: 0 auto;
	text-align: center;
}
@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;
}


@media (max-width: 620px){
	.kaso_pro_tbl table {
		width: 100%;
		margin: 5% auto;
	}



.formBtn{
	display: none;
}
}

@media (min-width: 620px){
  .research_inner {
    padding: 10px;
  }
  .research_inner h4 {
    font-size: 16px;
  }
}

.index_search {
  border-collapse: collapse;
  width: 100%;
  background: #fff;
}

.index_search th {
  border-collapse: collapse;
  border: #cccccc 1px solid;
  background-color: #f6f6f6;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  font-size: 80%;
  padding: 10px;
  line-height: 1.4;
}

.index_search td {
  border-collapse: collapse;
  border: #cccccc 1px solid;
  text-align: left;
  vertical-align: middle;
  font-size: 80%;
}

.formBtn{
	display: none;
}


.review_box{
	padding: 2% 2% 20px;
	background-color: #F9F9F9;
	box-shadow:3px 3px 0px 0px #E4E4E4;
	margin-bottom: 10px;
	border: solid 1px #C5C5C5;
}
.review_box ul{
	margin-top: 10px;
}
.review_ttl{
	text-align: center;
	font-size: 18px;
	color: #FF237B;
	font-weight: bold;
	    margin-bottom: 10px;
}
/*　　review　　*/

.bg_beige{
    background-color: #F4F0E9;
    padding: 3% 3% 8% 3%;
    margin-bottom: 20px;
    position: relative;
}
img.like{
    width: 13.5%;
    position: absolute;
    right: 3%;
    bottom: 0.8%;

}
.bg_white{
    background-color: #fff;
    padding: 4%;
    
}
.bg_white p{
    padding-bottom: 0;
}
.bg_white .ttl{
    font-weight: bold;
    font-size: 1.4rem;
}
.bg_white .yellow{
    font-size: 1.2rem;
    color: #e6b82a;
}
.bg_white .star{
    color: #e6b82a;
    font-size: 1.3rem;
}

.bg_white img.r_pic{
    display: block;
    width: 100%;
    margin: 2% auto 2%;
}
.r_flex{
    display: flex;
}
.r_flex_r{
    padding-left: 3%;
    padding-top: 2%;
    line-height: 1.6rem; 
}
.bg_white .k_icon{
    display: block;
    width: 13%;
    height: 13%;
}
.pc_dp_n{
    display: none;
}
@media (max-width: 620px) {
    .sp_dp_n{
        display: none;
    }
    .pc_dp_n{
        display: block;
    }
    .bg_white .ttl{
        font-weight: bold;
        font-size: 1.2rem;
    }
    .bg_white .star {
        color: #e6b82a;
        font-size: 1.08rem;
    }
    .r_flex_r{
        padding-left: 3%;
        padding-top: 2.5%;
        line-height: 1.5rem; 
    }
    .bg_white .k_icon{
        display: block;
        width: 20%;
        height: 20%;
    }
    .bg_white img.r_pic{
        display: block;
        width: 100%;
        margin: 3% auto 5%;
    }
    .bg_white .yellow{
        font-size: 0.95rem;
        color: #e6b82a;
    }
    .bg_beige{
        background-color: #F4F0E9;
        padding: 3% 3% 12% 3%;
        margin-bottom: 20px;
        position: relative;
    }
    img.like{
        width: 20%;
        position: absolute;
        right: 3%;
        bottom: 1.7%;
    }
}
.btn_23 {
	text-align: center;
	padding: 5px;
	background-color:#00E7E3;
	width: 70%;
	margin: auto;
	margin-bottom: 20px;
	color: #fff;
	border-radius: 10px;
	font-weight: bold;
}
.btn_23 a{
	color: #fff;
	text-decoration: none;
}
.btn_1 {
	text-align: center;
	padding: 10px;
	background-color:#00E7E3;
	width: 90%;
	margin: auto;
	margin-bottom: 20px;
	color: #fff;
	border-radius: 10px;
	font-weight: bold;
	border-bottom: 4px solid #00A09D !important;
}
.btn_1 a{
	color: #fff;
	text-decoration: none;
}
.graph_btn{
	 
	text-align: center;
	
}
.graph_btn a{
    padding: 4px 6px;
    background-color: #00E7E3;
    margin: 0 auto;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
	border-bottom: 3px solid #00A09D !important;
}

.choose dd{
    display: none;
}
.uneijyoho{
    width:70%;
}
@media (max-width: 620px) {
    .uneijyoho{
    width:100%;
}
}