@charset "utf-8";
/* CSS Document */

.all {
	max-width: 680px;
    margin: 0 auto;
    font-size: 15px;
    color: #333;
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.7;
    background-color: #fff;
    letter-spacing: 0.3;
    box-shadow: 0 0px 20px 0 #dddddd8f;
}
@media screen and (max-width: 760px){
.all {
    font-size: 17px;
}
}

.section{
    padding: 30px 3% 0;
    background: #fff;
}
body {
    margin: 0;
    background-image: url(../img/bg_base.png);
}
p{
    margin-bottom: 20px
}
b{
    font-weight: bold;
    font-size: 17.5px;
}

.taC{
	text-align: center;
}

.pink{
	color: #ff4cb5;
}
.fcy{
    color: yellow;
}

.red{
	color: #f52929;
}

.marker{
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%,#ffff99 0%) repeat scroll 0 0;
}
.mt40{
	margin-top: 40px;
}
.gray{
    color: #9c9c9c;
}
.mt60{
	margin-top: 60px;
}

.mt20{
	margin-top: 20px;
}

.mt10{
	margin-top: 10px;
}

.mb10{
	margin-bottom: 10px;
}

.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}

.mb40{
	margin-bottom: 40px;
}

img {
	width: 100%;
	/*margin: 0 auto;*/
}

video {
	max-width: 100%;
}

footer {
	text-align: center;
    padding: 20px 0;
    margin-top: 10px;
    background: #ddd;
}
footer a{
    color: #999;
    font-size: 13px;
}
footer p{
    margin: 2% 0;
}

/*-------- 検索 --------*/
.accordion{
    font-size: 15px;
}
.accordion dt{
    background-color: #dbdbdb;
    color: #fff;
    text-align: center;
    margin: 0 auto 20px;
    padding: 5px;
}
.accordion dd{
    display: none;
}
.searchtable{
    margin: 0 auto 40px;
    border-collapse: collapse;
    width: 80%;
}
.searchtable th,
.searchtable td{
    border: 1px solid #999;
    padding: 5px;
    color: #999;
}
.searchtable th{
    font-weight: normal;
    background-color: #cfcfcf;
    color: #fff;
}
.searchtable td{
    text-align: left;
    padding-left: 15px;
}
.searchtable td:nth-child(1) {
    border: none;
}
.searchbutton {
    background-color: #0fb38c;
    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;
    margin-bottom: 10px;
    width: 42%;
}
.searchtable .searchcenter {
    text-align: center;
}

@media screen and (max-width: 760px){
    .searchtable {
        width: 90%;
    }

    .searchtable th,
    .searchtable td{
        padding: 5px 2%;
    }

    .searchtable th{
        border-bottom: 1px solid #999;
    width: 35%;
    }
}

p.title01 {
    margin: 0;
    text-align: center;
    padding: 6px 3px 3px;
    background: #fe706e;
    color: #fff;
}
.box01 {
    position: relative;
    /*background: url(../img/bg.jpg) repeat;*/
    background-color: #fff;
    border: 3px solid #fe706e;
    padding: 15px;
    margin-bottom: 30px;
}
.box01 p{
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
        -1px 1px 0 #FFF, 1px -1px 0 #FFF,
        0px 1px 0 #FFF,  0 -1px 0 #FFF,
        -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.icon01{
    width: 20px;
    margin: 0 10px 0 0;
}
.img01{
    position: absolute;
    width: 165px;
    bottom: 0;
    right: 5px;
    z-index: 0;
}
@media screen and (max-width: 700px){
.img01{
    position: absolute;
    width: 165px;
    bottom: 0;
    right: -15px;
    z-index: 0;
}
}
@media screen and (max-width: 500px){
.img01{
    width: 145px;
    right: -10px;
}
}
@media screen and (max-width: 410px){
.box01 p{
    font-size: 16px;
}
.img01{
    width: 130px;
right: -10px;
}
}

.title02 {
    display: flex;
    align-items: center;
    padding: 2%;
    background: url(../img/img_bk.jpg) no-repeat;
    background-position: left top;
    background-size: cover;
    /*background: #ff5fa4;*/
    border-radius: 0;
    margin: 10% 0 3% 0;
}

.title02 img{
    width: 60px;
    height: 100%;
    margin: 0 10px 0 0;
}
h2{
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.4;
    border-left: 3px solid #fff;
    padding: 1% 3%;
}
.fsM{
    font-size: 18px;
}
h3 {
    font-weight: bold;
    font-size: 20px;
    padding: 1% 2%;
    border-left: 3px dotted #fc7571;
    margin-bottom: 2%;
    margin-top: 6%;
    color: #333;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
@media screen and (max-width: 500px){
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .fsM{
        font-size: 14px;
        line-height: 1.6;
    }
    h2{
        font-size: 24px;
        line-height: 1.3;
    }
    h3 {
    margin-top: 10%;
    margin-bottom: 2%;
    padding: 1% 3%;
    border-left: 2px dotted #fc7571;
}
.title02 {
    padding: 2% 3%;
    margin: 14% 0 0 0;
}
}


.scroll-box {
    margin: 15px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 5px solid #ffdcdc;
}
/*===========
scrollbar
===========*/

/*スクロールバー全体の高さ*/
.scroll-box::-webkit-scrollbar {
    height: 4px;
}
/*スクロールバー全体の背景*/
.scroll-box::-webkit-scrollbar-track {
    background: #eee;
}
/*スクロールバーの動く部分*/
.scroll-box::-webkit-scrollbar-thumb {
    background: #aaa;
    border: none;
}
/*スクロールバーの動く部分のホバー（マウスオーバー）*/
.scroll-box::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/*===========
table
===========*/

.scroll-box table {
    min-width: 540px;
}
.scroll-box table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.scroll-box th,.scroll-box td {
    vertical-align: middle;
    padding: 1.5%;
    border: 1px dashed #ccc;
    font-size: 12px;
    text-align: center;
    background: #fff;
    width: calc(88% / 6);
}
.scroll-box th {
    color: #fff;
    background: #fe706e;
    line-height: 1.3;
    vertical-align: middle;
}
.scroll-box tr {
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
}
.scroll-box td:last-child {
    border-right: none;
    border-top: none;
    border-bottom: none;
}
.sticky {
    position: sticky;
    left: 0;
    z-index: 99;
}
.sticky:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ffe6ea;
}
@media (max-width: 620px){
    .scroll-box td {
        font-size: 12px;
        line-height: 1.2;
    }
    .scroll-box th{
        width: 10%!important;
    }
}

.y_bg{
    background: #fff6d4!important;
}
.vgood{
    font-size: 30px;
    font-weight: bold;
    color: red;
    line-height: 1.3;
}
.good{
    font-size: 30px;
    font-weight: bold;
    color: orange;
    /*line-height: 0.4;*/
}
.soso{
    font-size: 30px;
    font-weight: bold;
    color: dodgerblue;
    line-height: 1.2;
}
.bad{
    font-size: 30px;
    font-weight: bold;
    color: #000;
}

.star_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC; /* グレーカラー 自由に設定化 */
    /*font-size: 30px; フォントサイズ 自由に設定化 */
}

.star_rating:before, .star_rating:after{
    content: '★★★★★';
}

.star_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32; /* イエローカラー 自由に設定化 */
}

.star_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star_rating[data-rate="4"]:after{ width: 85%; } /* 星5 */

p.title03 {
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background: #f54b4b;
    width: fit-content;
    margin: 4% auto 1%;
    padding: 2px 3%;
    border-radius: 50px;
}
h4 {
    font-weight: bold;
    font-size: 26px;
    padding: 1% 0 2%;
    /*border-bottom: 2px solid #f54b4b;
    margin-bottom: 10px*/
    text-align: center;
    color: #f54b4b;
}
p.ab{
    border-bottom: 2px solid #f54b4b;
    padding-bottom: 7%;
}

h5{
    /*text-align: center;*/
    font-weight: bold;
    font-size: 24px;
    line-height: 1.3;
    padding: 1% 3%;
}
h5.pa2{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.3;
    padding: 1% 3%;
}
.fsM02{
    font-size: 19px;
    background: #fe706e;
    color: #fff;
    padding: 4px 3%;
    /*border-radius: 50px;*/
    margin: 7% auto 1%;
    /*text-align: center;*/
    font-weight: bold;
    letter-spacing: 2px;
}
.fsM02.pa2{
    font-size: 19px;
    background: #fe706e;
    color: #fff;
    padding: 4px 3%;
    /*border-radius: 50px;*/
    margin: 7% auto 1%;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
}
.po-r{
    position: relative;
    background-color: #fff;
}
.po-a{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
@media (max-width: 620px){
.po-a{
   top: 11%;
    right: 0;
    width: 30%;
}
}
.fsS{
    font-size: 11px;
    line-height: 1.3;
    margin-bottom: 0;
}
.taR{
    text-align: right;
}
h6{
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 25px;
    /*border-top: 6px double #ff5fa4;*/
    border-bottom: 6px double #fe706e;
    margin: 10% 0 2%;
    padding: 5px 2%;
}
h6.fast{
    margin: 3% 0 2%;
}
h6 img{
    width: 50px;
    margin: 0 20px 0 10px;
}
.title04{
    text-align: center;
    margin: 10px 0 0;
    color: #fe706e;
    font-size: 18px;
}

@media (max-width: 620px){
p.title03 {
    margin: 7% auto 1%;
}
h4 {
    font-size: 23px;
}
}


table.item_table{
    max-width: 600px;
    width: 100%;
    margin: 0 auto 15px;
    border-collapse: collapse;
    border: 10px solid #fff;
}

table.item_table tr{
    border-bottom: solid 2px white;
}

table.item_table tr:last-child{
    border-bottom: none;
}

table.item_table th{
    position: relative;
    text-align: left;
    width: 37%;
    /*background-color: #caab72;*/
    background-color: #9dd6cd;
    color: white;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.3;
}

table.item_table th:after{
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top:calc(50% - 10px);
    right:-10px;
    border-left: 10px solid #9dd6cd;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

table.item_table td{
    text-align: left;
    width: 63%;
    text-align: center;
    background-color: #f9f9f9;
    padding: 6px 0;
    font-size: 14px;
    line-height: 1.3;
    vertical-align: middle;
}
.vgood2 {
    font-size: 20px;
    font-weight: bold;
    color: red;
    line-height: 1.2;
}
/*.title05{
    padding: 10px 0 10px 15px;
    border-left: 5px solid #ff5fa4;
    background: #fff4c9;
    font-weight: bold;
    margin: 30px 0 20px;
    font-size: 20px;
    line-height: 1.3;
}*/
.title05 {
    padding: 3% 3%;
    font-weight: bold;
    margin: 10% 0 25px;
    font-size: 23px;
    line-height: 1.5;
    text-align: center;
    background: url(../img/img2_bk.jpg) no-repeat;
    background-position: left top;
    background-size: cover;
    color: #154e12;
    box-shadow: 5px 5px 0px 0px #5c8159;
}

.review{
    padding: 3%;
    background-color: #fffbee;
    margin-bottom: 2%;
}

.title06{
    margin: 0 10px;
    background:  #fff4c9;
    padding: 8px;
    text-shadow:0 0 black  !important;
    font-weight: bold;
}
.title06 span{
    font-size: 12px;
    padding: 3px 10px;
    background:  #000;
    color: #fff;
    border-radius: 50px;
    text-shadow:0 0 black;
    font-weight: bold;
    margin-right: 6px;
}
.box02 {
    position: relative;
    background: url(../img/bg.jpg) repeat;
    border: 3px solid #fe706e;
    padding: 15px;
    margin-bottom: 30px;
}

@keyframes anime{
    0%{transform:scale(.95); opacity:1}
    90%{opacity:.1}to{transform:scale(1.2,1.5); opacity:0}
}

}
figcaption{
	font-size: .8em;
	color: #999;
	text-align: center;
}

.cta {
    position: relative;
    max-width: 500px;
    width: 85%;
    margin: 30px auto;
    transition: .2s;
    z-index: 1;
}
.cta:before, .cta:after {
    content: "";
    position: absolute;
    z-index: -10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 100px;
    background: #89ffe3;
    border: 1px solid #89ffe3;
    transform: translate3d(0,0,0);
}
.cta:before {
    animation: anime 2s ease-out infinite;
}
.cta:after {
    animation: anime 2s ease-out 1s infinite;
}

.cta a {
    display: block;
    padding: 15px 0;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #00b489;
    font-weight: bold;
    line-height: 1.3;
    font-size: 20px;
}
.cta span {
    display: block;
    position: relative;
}
.cta span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 0;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: translateX(5px) rotate(45deg);
}

.title07{
    position: relative;
    padding: 0 65px;
    text-align: center;
    color: #fe706e;
    font-weight: bold;
    font-size: 20px;
}
.title07:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #fe706e;
}

.title07 span {
    position: relative;
    padding: 0 1em;
    background: #fff;
}

.comment{
    padding: 15px;
    border: 2px solid #fe706e;
}
.title08 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.title08 p{
    margin: 0;
    font-weight: bold;
    font-size: 17px!important;
    line-height: 1.3;
}
.title08 img {
    width: 50px;
    margin: 0 15px 0 0;
}
.comment_box p{
    font-size: 15px;
    margin-bottom: 0;
}
.comment_box {
    border-bottom: 2px #ddd dotted;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.comment .comment_box:last-child{
    border: none;
    margin: 0;
}
@media (max-width: 620px){
    .title07 {
        font-size: 18px;
    }
    .title05 {
        font-size: 18px;
    }
    .title06{
        text-align: center;
    }
    .title06 span {
        display: block;
        width: fit-content;
        font-size: 12px;
        margin: 0 auto 3px;
    }
    .cta a {
        font-size: 18px;
    }
    h6 {
        font-size: 22px;
        margin: 6% 0 2%;
    }
    .good {
    font-size: 30px;
    line-height: 1.3;
}
}

.img18{
    border: 3px solid #fe706e;
}
.fsL{
    font-size: 20px;
}
.cta02 {
    position: relative;
    max-width: 500px;
    width: 85%;
    margin: 30px auto;
    transition: .2s;
    z-index: 1;
}
.cta02:before, .cta02:after {
    content: "";
    position: absolute;
    z-index: -10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 100px;
    background: #89ffe3;
    transform: translate3d(0,0,0);
}

.cta02 a {
    display: block;
    padding: 15px 0;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #3ca088;
    font-weight: bold;
    line-height: 1.3;
    font-size: 20px;
}
.cta02 span {
    display: block;
    position: relative;
}
.cta02 span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 0;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: translateX(5px) rotate(45deg);
}
.good2{
    font-size: 20px;
    font-weight: bold;
    color: orange;
}

.mv_video {
    display: block;
    width: 100%;
    margin: 20px 0;
    max-width: 800px;
}

video {
    display: block;
    width: 100%;
    margin: auto;
    max-width: 550px;
}
@media (max-width: 620px){
    .title04 {
        font-size: 17px;
    }
    .cta02 a {
        font-size: 18px;
    }
}

/*-------- 口コミ --------*/
.comments {
    overflow: auto;
    height: 500px;
    border: 5px solid #ffe6ea;
    padding: 2%;
    margin-bottom: 1%;
    background-color: #fff;
}
.comments::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.comments::-webkit-scrollbar-thumb {
  background: #9dd6cd;
  border-radius: 5px;
}
.comments::-webkit-scrollbar-track {
  background: #fff3f5;
}

.icon {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    margin-bottom: 10px;
}
.icon img {
    width: 50px;
    margin-right: 3%;
}
.comment_box {
    border-bottom: 1px solid #ddd;
    /*margin-top: 3%;*/
    padding: 3%;
}
.star {
    color: #ffcc00;
}
.sp_n{
    display: block;
}
@media screen and (max-width: 500px){
.sp_n {
    display: none;
}
}
/*-------- CTA_アニメーション --------*/
.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}

.keyframe6 {
  animation-name: poyopoyo;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}


/*-------- 画像切替 --------*/
img.pics {
	max-width: 100%;
	height: auto;
	position: relative;
  /*margin-bottom:20px;*/
}*/

/* slide */
.slide {
  position: relative;
  margin: 0;
  padding: 0;
}
.slide .item {
  position: relative;
  height: 100%;
}
.slide .item::before {
  display: block;
  padding-top: 95%;
  content: "";
  position: relative;
  overflow: hidden;
}
.slide .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
}
.slide > .slick-list,
.slide > .slick-list > .slick-track,
.slide > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  /*height: 77%;*/
  max-height: 620px;
  height: 100%;
}

@media (max-width: 620px){
.slide > .slick-list,
.slide > .slick-list > .slick-track,
.slide > .slick-list > .slick-track > .slick-slide > div {
  height: 55%;
}
}
@media (max-width: 400px){
.slide > .slick-list,
.slide > .slick-list > .slick-track,
.slide > .slick-list > .slick-track > .slick-slide > div {
  height: 63%;
}
}
/*@media only screen and (max-width: 839px) {
img.pics {
    width: 100%;
    height: auto;
}
}*/


/* slide-navigation */

.slide-navigation {
  position: relative;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  margin-bottom: 30px;
   justify-content: space-between;
}
.slide-navigation .item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: calc(97%/5);
  height: 116%;
  margin: 0%;
  padding: 0;
}
.slide-navigation .item::before {
  /*display: block;*/
  padding-top: 70%;
  content: "";
}
.slide-navigation .item img {
  /*position: absolute;*/
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
.slide-navigation .current::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  background: #000;
}



/* ３ステップスライダー */
.slider-2 .slick-slide {
  /*margin: 0 40px;*/
  position: relative;
  overflow: hidden;
  height: auto;
}
.slider-2 .slick-slide img {
  width: 100%;
  display: block;
    margin-bottom:15px;
}

.slider-2 .slick-arrow {
    width: 40px;
    height: 40px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.slider-2 .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 14px;
  transform: rotate(45deg);
}

.slider-2 .slick-next {
  right: 0;
}
.slider-2 .slick-prev {
  left: 0;
}
.slider-2 .slick-next::before {
  left: 10px;
}
.slider-2 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 10px;
}

.dots-2 .slick-dots {
  text-align: center;
}
.dots-2 .slick-dots li {
  display: inline-block;
}
.dots-2 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.dots-2 .slick-dots .slick-active button {
  background: #0a467d;
}

#js-slider-2 {
    padding: 0 10px;
    /*background: url(../img/bg.jpg) repeat;
    border: 3px solid #ff5fa4;
    margin-bottom: 50px;*/
}

#js-slider-2 .slick-prev:hover,#js-slider-2 .slick-prev:focus,#js-slider-2 .slick-next:hover,#js-slider-2 .slick-next:focus {
    color: #000;
    outline: none;
    background: #fff;
}

#js-slider-2 .slick-dots {
    position: absolute;
    /*bottom: 6px;*/
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    left: 0;
}

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

.slick-initialized .slick-slide {
    display: block;
}
.slider-2 .slick-slide {
    margin: 0 20px;
}

.slider-2 .slick-arrow::before {
    width: 10px;
    height: 10px;
}

    .slider-2 .slick-arrow {
    width: 28px;
    height: 28px;
    }
    .slider-2 .slick-arrow::before {
    top: 8px;
    }
    .slider-2 .slick-next::before {
    left: 5px;
}
.slider-2 .slick-prev::before {
    right: 5px;
}
}

/* 比較表_cta */
.tbl_ttl {
    font-size:15px;
}

.t_btn {
    position: relative;
    display: block;
    padding: 12% 3%;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    background-color: #01A801;
    border-bottom: solid 3px #004800;
    border-radius: 4px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    line-height: 1.5;
}

a.t_btn:hover {
    opacity: 0.7;
}
@media (max-width: 620px){
.tbl_ttl {
    font-size:12px;
}
.t_btn {
    padding: 15% 3%;
    font-size: 11px;
}
}

.step {
    background: url(../img/bg_base.png) repeat;
    border: 3px solid #fe706e;
    /*padding: 6px;*/
    margin-bottom: 50px;
}

.cta_txt{
    font-weight: bold;
    text-align: center;
    margin-bottom: -5%;
}

@media only screen and (max-width: 408px){
    .cta_txt{
        margin-bottom: -1%;
    }
}



.step_mini {
    margin: 15px 10px;
}