@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%;
}

body {
    font: 14px/1.7 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}


/** link **/

a:link {
    color: #478fde;
	text-decoration: underline;
}

a:visited {
    color: #478fde;
}

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


/*初期設定
----------------------------------------------------*/
html{height: 100%;}
body{height: 100%; background: #ededed;}

#wrapper{
	width: 100%;
	padding: 0 0 0 0;
	overflow: hidden;
	color: #222;
}



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

.content-main{
	width: 680px;
}

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


.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: 1.2em;
}
.fsML{
    font-size: 1.4em;
}
.fsL{
    font-size: 1.4em;
	line-height: 1.4em;
}
.fsXL{
    font-size: 1.8em;
}
.fwB{
    font-weight: bold;
}
.fcR{
    color: #ff0000;
}
.fcP{
    color: #ff6c97;
}
.fcB{
	color: #0093D1;
}
.taR{
    text-align: right;
}
.fcY {
    color: #DFAD00;
}
.post-date{
    color:     color: rgba(34, 34, 34, 0.78);
    padding: .5em;
    font-size: 12px;
}
/*layout
----------------------------------------------------*/

#header{

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



.brand{
	position: absolute;
	top:20%;
	display: block;
	width: 100%;
	font-family: 'Asap Condensed', sans-serif;
	color: #222;
	font-size: 25px;
	text-align: center;
}

h1{
	font-size: 42px;
	font-weight: 700;
	line-height: 1.3125;
    padding: 20px 0 0 0;
}



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

.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: 16px;
    position: relative;
    padding: 0.6em;
    background: #ffd6e2;
    margin-bottom: 30px;
    font-weight: bold;
	text-align: center;
}

h3:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #ffd6e2;
    width: 0;
    height: 0;
}
h4 {
    line-height: 2.4em;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}



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

.pics{
	margin-bottom: 10px;
}

figure{
	margin-bottom: 10px;
    text-align: center;
}
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;
    border: solid 1px #fff45c;
    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: 70%;
}
.review_area ul li img{
   max-width: 100%;
}
.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;
}


#footer p{
	text-align: center;
	color: #999;
	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: 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: 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){
    h4 {


        line-height: 2.0em;
        font-size: 1.0em;
        font-weight: bold;
        margin-bottom: 10px;
    }


    .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: #ff0000;
}
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;
    background-color: rgba(42,175,177,0.7);
    border:2px solid #2FAFB1;
    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 0%, 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: #FF718B;
	font-weight: bold;
	color: #fff;
	padding:5px;
}

th p{
	padding-bottom: 0;
}
table{
	border: solid 1px #FF718B;
}
td{
	padding: 10px;
	width: 33%;
}
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;
}
}

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



