* {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue,Hiragino Kaku Gothic ProN", "ÃƒÂ£Ã†â€™Ã‚Â¡ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¤ÃƒÂ£Ã†â€™Ã‚ÂªÃƒÂ£Ã¢â‚¬Å¡Ã‚Âª", meiryo, sans-serif;
}

/* body {
    background: transparent url(../img/bg_base.png) 0 0 repeat;
} */

p {
    margin: 13px 0 0;
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;/*rem算出をしやすくするために*/
}



.btn,
a.btn,
button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    */
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}
a, a:hover, a:active, a:visited {
    color: #105aff;
    font-weight: bold;
    /* text-decoration: none; */
}
td img {
    width: 35%;
    margin-bottom: 6%;
}
.btn_s {
    display: block;
    margin: auto;
    background-color: #fff;
    /* border: solid 1px #f6b37f; */
    margin-bottom: 20px;
    border-radius: 5px;
    width: 55%;
}

.content_box {
    max-width: 740px;
    margin: auto;
    font-size: 16px;
    background: #fff;
    color: #000;
    overflow-x: hidden;
}

/*記事上部黄色いボックスの中の指定*/
p.ten1{
	position:relative;
	line-height:2em;
	padding-left:1em;
}
p.ten1:before{
	position:absolute;
	left:0;
	content:"・";
	display:inline-block;
	width:2em;
	height:2em;
}

p.ten2{
	position:relative;
	line-height:2em;
	padding-left:1em;
}
p.ten2:before{
	position:absolute;
	left:0;
	content:"・";
	display:inline-block;
	width:2em;
	height:2em;
}

p.ten3{
	position:relative;
	line-height:2em;
	padding-left:1em;
}
p.ten3:before{
	position:absolute;
	left:0;
	content:"・";
	display:inline-block;
	width:2em;
	height:2em;
}





.btn_s {
    display: block;
    margin: auto;
    background-color: #fff;
    /* border: solid 1px #f6b37f; */
    margin-bottom: 20px;
    border-radius: 5px;
    width: 55%;
}
.btn_s {
    display: block;
    margin: auto;
    background-color: #f78a5c;
    border-radius: 5px;
    width: 55%;
}
.btn_s p {
    background-color: #fff;
    text-align: center;
    color: #000000;
    padding: 2px;
    font-size: 0.8em;
    /* margin-bottom: 0px; */
}
.btn_s {
    display: block;
    margin: auto;
    background-color: #fff;
    /* border: solid 1px #f6b37f; */
    margin-bottom: 20px;
    border-radius: 5px;
    width: 55%;
}
.searchtable .searchtabletitle {
    background-color: #f6f6f6;
    min-width: 120px;
}

.main_content {}

img {
    max-width: 100%;
    width: 100%;
}
.mb30{
    margin-bottom: 30px;
}
header {
    text-align: center;
    padding: 0;
    margin-bottom: 3%;
}

header img {
    padding: 0;
}

header p {
    text-align: right;
    font-size: 16px;
    color: #ffbb21;
}
.tac{
    text-align: center;
}

.tac2{
    text-align: center;
    font-size: 25px;
}

.orenge{
    color: #ff7630;
}
.index_search {
    border-collapse: collapse;
    width: 90%;
    background: #fff;
    font-size: 1em;
}
.searchtable .searchcenter {
    text-align: center;
}
.index_search td {
    border-collapse: collapse;
    text-align: left;
    vertical-align: middle;
    font-size: 80%;
    width: 70%;
    padding: 0px 0px 0px 30px;
}
    h1 {
        font-size: 25px;
        line-height: 1.5;
        padding: 20px 0;
        text-align: center;
    }
    .searchtable, tr, td, th {
    border: 1px solid #ccc;
    padding: 5px 10px 5px 10px;
    text-align: center;
}
.searchtable .searchbutton {
    background-color: #FF6D46;
    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;
}
    .index_search th {
    border-collapse: collapse;
    background-color: #f6f6f6;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    font-size: 80%;
    padding: 10px;
    line-height: 1.4;
    /* width: 30%; */
    /* border-left: 1px solid #ccc; */
    border-right: 1px solid #ccc;
}
.index_search td {
    border-collapse: collapse;
    text-align: left;
    vertical-align: middle;
    font-size: 80%;
    width: 70%;
    padding: 0px 0px 0px 30px;
}

/*SPの表示*/
@media (min-width:  640px){
    
    .sp{
        display: none;
    }
    .pc{
        display: block;
    }
    p {
        font-size: 1.4em;
    }
    
    .sp_hyouji{
        display: none
    }
    
    .sp_hyouji2{
        display: none;
    }
    
    .tac3{
    text-align: center;
    font-size: 25px;
    }

}

.tyousa {
    margin: 70px 10px 0;
    background: aliceblue;
    font-size: 12px;
    padding: 10px;
}
@media (max-width:  640px){
    p {
        font-size: 1.2em;
    }
    .sp{
        display: block;
    }
    
    .sp_hyouji{
       text-align: center;
       font-size: 15px;
    }
    
    .sp_hyouji2{
       text-align: center;
       font-size: 12px;
       color: #858585;
       margin: 4px 0 0;
    }
    
    .pc{
        display: none;
    }
    h1 {
        font-size: 22px;
        line-height: 1.4;
        padding: 5% 1%;
        text-align: center;
    }
	.rank_box_main_img {
    width: 35%;
    margin: 0;
}

    .tyousa p{
        line-height: 1.6;
        color: #909090;
    }
    
    .tac3{
    text-align: center;
    font-size: 20px;
    }

}

.f_sizeS {
    font-size: 11px;

}

.f_sizeMS {
    font-size: 18px;


}

.f_sizeM {
    font-size: 25px;
}

.f_sizeL {
    font-size: 30px;

}

.f_sizeO {
    font-size: 19px;


}

.f_black {
    font-weight: bold;
}

.fcR {
    font-weight: bold;
    color: #fd6b72;
}

.fcB {
    font-weight: bold;
    color: #007CA7;
}

.fcP {
    font-weight: bold;
    font-size: 18px;
    color: #ff30ac;
}

.f_gray {
    font-weight: bold;
    font-size: 18px;
    color: #9a9a9a;
}

.f_yellow {
    font-weight: bold;
    color: #FFCE00;

}

.f_green {
    font-weight: bold;
    font-size: 18px;
    color: #32991d;

}

.f_orange {
    font-weight: bold;
    color: #ff9830;


}
.fss{
    font-size: 10px
}

.pt0 {
    padding-top: 0;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mt20{
    margin-top: 20px;
}
.mt30{
    margin-top: 30px;
}

.marker {
    background: #fff200;
}
.markerblue {
    background: linear-gradient(transparent 60%, #00bfff 90%);
}
@keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

footer {
    font-size: 13px;
    padding: 6% 0 7%;
    background: #ffaa54;
    text-align: center;
    margin-top: 10px
}

footer a {
    display: block;
    text-align: center;
    padding: 1%;
    color: #fff;
    font-size: 13px;
}

footer p {}

.footer_bnt {
    margin-top: 10%;
    display: flex;
    flex-wrap: wrap;
}

.content_box footer p {
    margin-bottom: 5%;
}

.fwb{
    font-weight: bold;
}
.fsL{
font-size: 22px;
}
.fsLL{
    font-size: 26px;
}

.big{
    font-size: 35px;
}

.big2{
    font-size: 25px;
}


.blue{
    font-weight: bold;
    color: #007CA7;
}

table {
    width: 94%;
    margin: 0 auto 2%;
    background: #fff;
    border-collapse: collapse;
    color: #222;
    text-align: center;
}

table td {
    border: 1px solid #afafaf;
    font-size: 15px;
    padding: 5% 0 5%;
}

.fsS {
    font-size: 12px;
}

.fsS2 {
    font-size: 15px;
}

.rankTable table img {
    max-width: 100%;
    padding: 5% 0;
    margin: 0 auto;
}


@media (max-width: 620px){
iframe{
    width: 100%;
    height:200px;
}
    /*ランキング表*/
    .rankTable {
        background: #eaf7fd;
        width: 800px;
        /* margin: 3% auto; */

        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: #fda120;
        color: #fff;
        border-radius: 0;
        /*	padding: 0.5% 0;*/
        font-weight: bold;
    }
    .rankTable table tr:first-child th {
        background: #ffffff;
        border-radius: 0;
        padding: 5% 0 5%;
        font-size: 0.8rem;
        vertical-align: top;
        line-height: 1;
        border-right: 2px dotted #cdd4d0;
    }
    .rankTable table tr:last-child th {
        background: #ffffff;
        border-radius: 0;
        padding: 5% 0 5%;
        font-size: 0.8rem;
        vertical-align: top;
        line-height: 1;
        border-right: 2px dotted #cdd4d0;
    }
    .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: #222;
        text-align: center;
        border-top: none;
        background: #ffffe1;
    }
    .rankTable table tr:first-child th:nth-child(2) {
        color: #222;
        text-align: center;
    }
    .rankTable table tr:first-child th:nth-child(3) {
        color: #222;
        text-align: center;
    }

    .rankTable table tr:last-child th:nth-child(1){
        color: #222;
        text-align: center;
        background: #ffffe1;
    }
    .rankTable table tr:last-child th:nth-child(2) {
        color: #222;
        text-align: center;
    }
    .rankTable table tr:last-child th:nth-child(3) {
        color: #222;
        text-align: center;
    }
    .rankTable table tr:first-child th:nth-child(4) {
        color: #222;
        text-align: center;
    }
    .rankTable table tr:first-child th:nth-child(5){
        color: #222;
        text-align: center;
    }
    .rankTable table tr:first-child th:nth-child(6){
        color: #222;
        text-align: center;
    }
    .rankTable table tr:last-child th:nth-child(4) {
        color: #222;
        text-align: center;
    }
    .rankTable table tr:last-child th:nth-child(5){
        color: #222;
        text-align: center;
    }
    .rankTable table tr:last-child th:nth-child(6){
        color: #222;
        text-align: center;
    }
    .rankTable table tr:first-child th a,
    .rankTable table tr:last-child th a {
        font-size: 16px;
    }
    .rankTable table tr:first-child th a img,
    .rankTable table tr:last-child th a img {
        padding: 5% 0;
    }

    .rankTable td {
        border-right: 2px dotted #cdd4d0;
        text-align: center;
        width: calc(100% / 5);
        vertical-align: top;
    }
    .rankTable td:first-child{
        background: #ffffe1;
    }
    .rankTable td:last-child {
        border-right: none;
    }
    td.txt_only {
        font-size: 16px;
        color: #333333;
        padding: 2.5% 0;
    }
    span.ex, span.go, span.so, span.bad {
        font-weight: normal;
            line-height: 34px;
    }
    span.ex {
        font-size: 4.5rem;
        color: #f8525d;
    }
    span.go {
        font-size:3.5rem;
        color: #7cd0dd;
    }
    span.so {
        font-size: 3.2rem;
        color: #f5c132;
    }
    span.bad {
        font-size: 5.5rem;
        color: #7a7a7a;
    }
    span.txt_ex {
        font-weight: bold;
        color: #f8525d;
    }

    .rankTable table tr th {
        font-size: 16px;
    }

}
@media (min-width: 620px){
    iframe{
    width: 100%;
    height:400px;
}
    .rankTable {
        /*padding: 20px 0 0 0;*/
        border: 10px solid #ffecb1;
        border-top: 10px solid #ffecb1;
        border-width: 10px;
        width: 100%;
        box-sizing: border-box;
        /*margin: 0 0 20px 0;*/
        background: #ffffff;
    }
    .rankTable table {
        width: 100%;
    }
    .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% - 20px);
        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;
    }
    span.ex, span.go, span.so, span.bad {
        line-height: 50px;
    }
    span.ex {
        font-size: 3.5rem;
    }
    span.go {
        font-size: 2.5rem;
    }
    span.so {
        font-size: 2.2rem;
    }span.bad {
        font-size: 3rem;
    }
    .rankTable table tr th {
        font-size: 16px;
    }
    
    
.coment img {
    width: 42%;
    margin: auto;
    margin-right: 0;
}
    
.kousin {
    overflow: auto;
    width: 50%;
    height: 320px;
    padding: 10px;
    margin: 0 10px;
    border: 2px dotted #ffffff;
    color: #000000;
    background-color: #fcffeb;
    line-height: 1.5em;
    border: 2px solid #ddd;
}
    
}


@media (min-width: 620px){
    /*ランキング表*/
    .rankTable {
        background: #ffecb1;
        width: 100%;

        margin: 3% auto 0px;
        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: #fda120;
        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;
        font-size: 16px;
        vertical-align: top;
        line-height: 1;
        border-right: 2px dotted #cdd4d0;
    }
    .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: #222;
        text-align: center;
        background: #ffffe1;
    }
    .rankTable table tr:first-child th:nth-child(2) {
        color: #222;
        text-align: center;
    }
    .rankTable table tr:first-child th:nth-child(3) {
        color: #222;
        text-align: center;
    }

    .rankTable table tr:last-child th:nth-child(1){
        color: #222;
        text-align: center;
        background: #ffffe1;
    }
    .rankTable table tr:last-child th:nth-child(2) {
        color: #222;
        text-align: center;
    }
    .rankTable table tr:last-child th:nth-child(3) {
        color: #222;
        text-align: center;
    }
    .rankTable table tr:first-child th:nth-child(4) {
        color: #222;
        text-align: center;
    }
    .rankTable table tr:first-child th:nth-child(5){
        color: #222;
        text-align: center;
    }
    .rankTable table tr:first-child th:nth-child(6){
        color: #222;
        text-align: center;

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

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

    }
    .rankTable table tr:last-child th:nth-child(6){
        color: #222;
        text-align: center;
    }
    .rankTable table tr:first-child th a,
    .rankTable table tr:last-child th a {
        font-size: 1em;
    }
    .rankTable table tr:first-child th a img,
    .rankTable table tr:last-child th a img {
        padding: 5% 0;
    }
    .rankTable td {
        border-right: 2px dotted #cdd4d0;
        text-align: center;
        padding: 3%;
        width: calc(100% / 5);
        font-size: 16px;
        vertical-align: top;
    }
    .rankTable td:first-child{
        background: #ffffe1;
    }
    .rankTable td:last-child {
        border-right: none;
    }
    td.txt_only {
        font-size: 16px;
        color: #333333;
        padding: 2.5% 0;
    }
    span.ex, span.go, span.so, span.bad {
        font-weight: normal;
        line-height: 70px;
    }
    span.ex {
        font-size: 7rem;
        color: #f8525d;
    }
    span.go {
        font-size: 7rem;
        color: #7cd0dd;
    }
    span.so {
        font-size: 7rem;
        color: #f5c132;
    }
    span.bad {
        font-size: 7rem;
        color: #7a7a7a;
    }
    span.ex, span.go, span.so, span.bad {
        line-height: 50px;
    }
    span.ex {
        font-size: 7.0rem;
    }
    span.go {
        font-size: 6rem;
    }
    span.so {
        font-size: 6rem;
    }span.bad {
        font-size: 5rem;
    }
    .rankTable table tr th {
        font-size: 16px;
    }
}



@media (max-width: 620px){
    .rankTable {
        /*padding: 20px 0 0 0;*/
        border: 10px solid #ffecb1;
        border-top: 10px solid #ffecb1;
        border-width: 10px;
        width: 100%;
        box-sizing: border-box;
        /*margin: 0 0 30px 0;*/
        background: #ffffff;
        overflow-x: scroll;
    }
    .rankTable table {
        width: 550px;
    }
    .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% - 5%);
        text-align: center;
        /* padding-top: 5px; */
    }

}


@media (max-width: 640px){
h2 {
    position: relative;
    padding: 0.7em 0.5em;
    background: linear-gradient(to right, #f24d4d, #f4a730);
    color: white;
    font-weight: lighter;
    box-shadow: 0 0 4px rgb(0 0 0 / 56%);
    margin: 12% 0 7%;
    font-size: 1.5em;
}
    
.coment img {
    width: 100%;
    margin: auto;
    margin-right: 0;
}
.kousin {
    position: relative;
    overflow: auto;
    width: 100%;
    height: 180px;
    padding: 10px;
    margin: 3px 0;
    border: 2px dotted #ffffff;
    color: #000000;
    background-color: #fcffeb;
    line-height: 1.5em;
    border: 2px solid #ddd;
    overflow-y: scroll;
}
    
.kousin::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.kousin::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #d6d6d6;
}
.kousin::-webkit-scrollbar-track {
    border-radius: 3px;
    box-shadow: 0 0 3px #fff inset;
}
    
}
@media (min-width: 640px){
h2 {
    position: relative;
    padding: 0.7em 0.5em;
    background: linear-gradient(to right, #f24d4d, #f4a730);
    color: white;
    font-weight: lighter;
    box-shadow: 0 0 4px rgb(0 0 0 / 56%);
    margin: 12% 0 7%;
    font-size: 2em;
}
}
.yellow{
    color: #ffa500;
}
.red{
    color: red;
}
.box {
    padding: 10px;
    background: #ffecb1;
    border-radius: 10px;
    border: 1px solid #000000;
    margin: 20px 0 30px;
}
.box p {
    line-height: 1.5em;
}
#section1{
    padding: 0 4%;
}

#section1-2{
    padding: 0 4%;
}

.m0{
    margin: 0;
}
.tar{
    text-align: right;
}
.mt50{
    margin-top: 50px;
}
p.point_title {
    background: url(../img/bg_p.jpg) no-repeat 54% 7%;
    padding: 15px 15px;
    font-weight: bold;
    color: #000;
    font-size: 1.2em;
}
.point {
    border: 2px solid #fca993;
}
.point p{
    padding: 0 10px;
}

@media (max-width: 640px){
h3 {
    width: 90%;
    position: relative;
    padding: 1.5rem 1.3rem calc(1rem + 10px);
    background: #fc9e18;
    text-align: center;
    font-size: 1.6em;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #fff;
}

    .small{
        font-size: 10px;
    }
    a.btn--red.btn--cubic {
        font-size: 1.5em;
        width: 100%;
        text-align: center;
        padding: 25px;
        display: block;
        border-bottom: 5px solid #017e14;
        background: linear-gradient(to bottom, #95e880 0%, #00be1a  100%);
    }
    a.btn--red.btn--cubic:hover{
      margin-top: 5px;	
      border: none;	
    }
    h4 {
        padding: 20px;
        font-size: 1.4em;
        background: #c6ccd2;
        text-align: center;
        line-height: 1;
    }
}

@media (min-width: 640px){
h3 {
    width: 90%;
    position: relative;
    padding: 1.5rem 1.3rem calc(1rem + 10px);
    background: #ff9400;
    text-align: center;
    font-size: 2em;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #fff;
}
    a.btn--red.btn--cubic {
        font-size: 2em;
        width: 100%;
        text-align: center;
        padding: 25px;
        display: block;
        border-bottom: 5px solid #017e14;
        background: linear-gradient(to bottom, #95e880 0%, #00be1a 100%);
    }
    h4 {
        padding: 20px;
        font-size: 1.6em;
        background: #c6ccd2;
        text-align: center;
    }
}



/* 最後の記述*/


/*アコーディオン*/
.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: normal;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #a2a2a2;
    font-size: 16px;
    margin-bottom: -24px;
}
.cp_actab .cp_actab-content {
	  overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.35s;
    transition: max-height 0.35s;
    color: #333333;
    background: #eaeaea;
    font-size: 11px;
}
.cp_actab .cp_actab-content p {
	margin: 1em;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 20em;
}
/* Icon */
.cp_actab label::after {
	line-height: 2;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 2em;
    height: 2em;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}

/*追記のみ*/
h3.tuiki {
  position: relative;
  padding: 0 65px;
  text-align: center;
  background: none;
  color: #000;
}

h3.tuiki:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}

h3.tuiki .senn {
  position: relative;
  padding: 0 1em;
  background: #fff;
}


/*ボタン
a.btn--red.btn--cubic:hover {
    margin-top: 3px;
    border-bottom: 2px solid #9f000c;
}*/

a.btn--radius {
    border-radius: 100vh;
}

.fa-position-right {
    position: absolute;
    top: calc(50% - .5em);
    right: 2rem;
}
.btn{
    width: 100%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 10px;
}
.fa-position-right {
    position: absolute;
    top: calc(50% - .5em);
    right: 1rem;
}
.gr{
    color: #1dc331;
}
.box02 {
    padding: 20px 10px;
    border: 5px dotted #fb5151;
    margin: 30px 0;
    background: #ffffe1;
}

.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;
}
.animate69, .a-btnsub69, .a-option69 {
    animation-duration: 1.4s !important;
    -webkit-animation-duration: 1.4s;
    -ms-animation-duration: 1.4s;
    -moz-animation-duration: 1.4s !important;
}
.animate69 {
    -webkit-animation-name: animate69;
    -moz-animation-name: animate69;
    -o-animation-name: animate69;
    animation-name: animate69;
}
.animate {
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animate69 {
    -webkit-animation-name: animate69;
    -moz-animation-name: animate69;
    -o-animation-name: animate69;
    animation-name: animate69;
}
@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
        );
    }
}
.cta_btn{
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.cta_btn2{
    margin: auto;
    margin-bottom: 30px;
}
.customor_review {
    width: 100%;
    padding: 15px 0 0;
    margin: 0 auto 40px;
}
.customor_review h6 {
    padding: 10px;
    color: #fff;
    background-color: #ffadad;
    position: relative;
    font-size: 22px;
}
.customor_review h6::after {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    border-top: 10px solid #ffadad;
    top: 100%;
    right: 5%;
}
.customor_review_content {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.customor_review_content p {
    display: inline-block;
    width: 55%;
    margin: 3% 0 0 3%;
}
.customor_review_content_imgArea {
    width: 40%;
}
.referenceURL {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #999;
    font-size: 10px;
    margin: 0 !important;
}
.pink{
    color: #fb5151;
    font-weight: bold;
}


/*含有量など簡易比較表*/
tr{
    width: 100%;
}
table.ganyu {
    margin: 10px auto 0px;
    font-weight: bold;
}
.ganyu th {
    background: #ff9400;
    color: #fff;
    padding: 3px 0 0;
    border: 1px solid #fff;
    font-size: 15px;
    padding: 2% 1% 2%;
}
table.ganyu td {
    border: 1px solid #afafaf;
    font-size: 16px;
    padding: 2% 1% 2%;
    width: 25%;
}

table.ganyu td.tate{
    border: 1px solid #afafaf;
    font-size: 15px;
    padding: 2% 1% 2%;
    width: 25%;
    background: #ff9400;
    color: #fff;
}
/*ここまで*/


p.n_btn {
    background: #11c524;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
    box-shadow: 0 10px 0 #00790d;
    margin: 10px 20px 60px;
}

.coment{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
    margin-top: 20px;
}

.slide-arrow{display: none !important;}

.fsN {
    font-size: 0.8em;
}

.mb0 {
    margin-bottom: 0px;
}

/*検索実装追記*/
.btn_s p {
    background-color: #fff;
    text-align: center;
    color: #000000;
    padding: 2px;
    font-size: 0.8em;
}
.btn_s {
    display: block;
    margin: auto;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
    width: 55%;
}
.searchtable .searchtabletitle {
    background-color: #f6f6f6;
    min-width: 120px;
}
.searchtable, tr, td, th {
    border: 1px solid #ccc;
    padding: 5px 10px 5px 10px;
    text-align: center;
}