@charset "UTF-8";

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

/*additional reset
---------------------------------------------------*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body.safari #content,
body.safari #footer {
    /*サファリでリンク先から戻った時文字が拡大する対応*/
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
    margin: 0;
    font-size: 17px;
    background-color: #f0f0f0;
    line-height: 1.6;
}

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

/*初期設定
----------------------------------------------------*/
#wrapper {
    width: 700px;
    padding: 0 0 20px 0;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    margin: 30px auto 0;
}

.content {
    display: block;
    margin: 0 auto;
    width: 95%;
}

@media screen and (min-width:640px) {
    .pc {
        display: block;
    }

    .sp {
        display: none;
    }
}

@media screen and (max-width:640px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    #wrapper {
        width: 100%;
        margin: 0 auto;
    }
}

/*layout
----------------------------------------------------*/

img {
    width: 100%;
}

.w60 {
    display: block;
    width: 60%;
    margin: auto;
}

.w80 {
    display: block;
    width: 80%;
    margin: auto;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.mt0 {
    margin-top: 0;
}

.mt10 {
    margin-top: 10px;
}

.mb0 {
    margin-bottom: 0;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mt30 {
    margin-top: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mt40 {
    margin-top: 40px;
}

.pink {
    color: rgb(255, 0, 120);
}

.red {
    color: rgb(255, 0, 0);
}

.gray {
    color: rgb(110, 110, 110);
}

.orange {
    color: rgb(255, 153, 0);
}

.blue {
    color: rgb(0, 0, 255);
}

.marker {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fffca5 0%) repeat scroll 0 0;
}

.marker02 {
    border-bottom-style: dotted;
    border-bottom-color: #dcdcdc;
    border-bottom-width: 3px;
    padding-bottom: 3px;
}

.fsLL {
    font-size: 26px;
}

.fsL {
    font-size: 22px;
}

.fsM {
    font-size: 20px;
}

.fsS {
    font-size: 10px;
}
.tag {
    background-color: rgb(0, 0, 202);
    width: 100%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px 10px;
    margin: 0px 0 20px 0;
}

h1 {
    font-weight: bold;
    font-size: 27px;
    line-height: 1.4;
    margin-bottom: 10px;
}

/*アコーディオン全体*/
.accordion-area {
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin: 30px auto 30px;
}

.accordion-area li {
    margin: 10px 0;
}

.accordion-area section {
    border: 3px solid rgb(0, 0, 202);
    border-radius: 10px;
}

/*アコーディオンタイトル*/
.title {
    position: relative;
    /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    padding: 8px;
    transition: all .5s ease;
    text-align: center;
    color: rgb(0, 0, 202);
}

/*アイコンの＋と×*/
.title::before,
.title::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: rgb(0, 0, 202);

}

.title::before {
    top: 48%;
    right: 20px;
    transform: rotate(0deg);

}

.title::after {
    top: 48%;
    right: 20px;
    transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/
.title.close::before {
    transform: rotate(45deg);
}

.title.close::after {
    transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;
    /*はじめは非表示*/
    background: #f3f3f3;
    margin: 0 3% 3% 3%;
    padding: 3%;
}

.mokuji {
    margin-bottom: 10px;
}

.mokuji a {
    text-decoration: none;
    color: #000;
}

b.mokuji_n {
    padding: 2px 10px;
    background: #3863b5;
    color: #fff;
    border-radius: 50px;
    margin-right: 10px;
    font-size: 13px;
}

.mokuji p {
    display: flex;
    align-items: center;
}

b.mokuji_t {
    color: #0045c7;
}

.hukidasi {
    margin: 30px 0 50px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding: 20px 30px;
    border-radius: 10px;
    background: #00379c;
    width: fit-content;
}

.hukidasi:before,
.hukidasi:after {
    position: absolute;
    content: '';
    border-radius: 50%;
    background: #00379c;
}

.hukidasi:before {
    bottom: -15px;
    left: 30px;
    width: 30px;
    height: 30px;
}

.hukidasi:after {
    bottom: -30px;
    left: 50px;
    width: 15px;
    height: 15px;
}

h2 {
    margin: 30px 0 20px;
    background-color: rgb(0, 0, 202);
    color: #fff;
    padding: 15px;
    font-size: 22px;
}

h3 {
    position: relative;
    overflow: hidden;
    padding: 15px 15px 15px 90px;
    font-size: 23px;
    word-break: break-all;
    border-top: 3px solid rgb(0, 0, 202);
    border-radius: 12px 0 0 0;
    margin: 30px 0 20px;
}

h3 span {
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 15px 20px;
    color: #fff;
    border-radius: 10px 0 20px 10px;
    background: rgb(0, 0, 202);
}

h4 {
    text-align: center;
    background-color: #fff700;
    margin: 30px 0;
    padding: 10px;
}

.tac {
    text-align: center;
}

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

.rankTable {
    border: 3px solid rgb(30, 108, 255);
    margin-bottom: 11px;
    margin-top: 30px;
}

.rankTable th {
    position: sticky;
    width: 40px;
    padding: 9px 0px 9px;
    background-color: rgb(30, 108, 255);
    color: #fff;
    left: 0;
    border-bottom: 1px dotted #fff;
    font-size: 9px;
}

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

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

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

td.bg-y {
    background-color: #fdffe4;
}

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

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

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

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

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

    .rankTable {
        overflow-x: scroll;
    }
}

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

img.table_icon {
    width: 99%;
}

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

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

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

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

.t_btn {
    display: block;
    width: 95%;
    background: #0cc300;
    padding: 7px 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 0px 7px 0px 0 #087e00;
}

.t_btn02 {
    display: block;
    width: 95%;
    background: #ff6600;
    padding: 7px 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 0px 7px 0px 0 #a72100;
}

.t_btn02,
.t_btn {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

span.star {
    color: #ffa700;
}

.slider {
    margin: 30px auto 0;
    width: 90%;
}

.slick-img img {
    height: auto;
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: rgb(0, 0, 202) !important;
}


/*-------- 口コミ --------*/
.accordion-toggle {
    position: relative;
    text-align: center; /* ← テキストを中央に */
    font-size: 1.2em;
    padding-right: 2em; /* ← アイコンのスペース確保（調整可） */
    cursor: pointer;
  }
  
  .toggle-icon {
    position: absolute;
    right: 1em; /* ← 親要素の右端に固定 */
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
  }
  
.accordion-content {
    display: none;
    margin-top: 10px;
  }
  
  .accordion-content.open {
    display: block;
  }
  
.comments {
    overflow: auto;
    max-height: 300px;
    border: 2px solid rgb(0, 0, 202);
    padding: 2%;
    margin-top: 15px;
    margin-bottom: 5px;
}

.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;
}

.comment_box p {
    font-size: 15px;
    margin-bottom: 0;
}

.comment_box {
    border-bottom: 2px #ddd dotted;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.comments .comment_box:last-child {
    border: none;
    margin: 0;
}

/* フェードアウト */
.fade-text-container {
    position: relative;
    max-height: 100px;
    overflow: hidden;
    margin-bottom: 1em;
  }
  
  .fade-text-container.expanded {
    max-height: none;
  }
  
  .fade-text {
    margin: 0;
    line-height: 1.6;
  }
  
  .fade-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 7em;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
    pointer-events: none;
    transition: opacity 0.3s;
  }
  
  .fade-text-container.expanded .fade-overlay {
    opacity: 0;
  }
  
  .read-more {
    position: absolute;
    bottom: 0;
    left: 50%; /* ← 左端から50%の位置に */
    transform: translateX(-50%); /* ← 自身の幅の半分を左に戻して中央揃え */
    background-color: rgb(0, 0, 202);
    border: 1px solid rgb(0, 0, 202);
    color: #fff;
    border-radius: 20px;
    padding: 0.3em 0.8em;
    font-size: 0.9em;
    cursor: pointer;
    z-index: 1;
}

.hikaku2-title td {
    background-color: rgb(30, 108, 255) !important;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
}

.hikaku2-title th {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.rankTable2 table th {
    vertical-align: middle;
    width: 15%;
    font-size: 15px;
    z-index: 88;
}

.rankTable2 tr th+td {
    background-color: #fff;
}

.cta img{
    width: 100%;
    padding: 20px;
}
.cta {
    display: block;
    position: relative;
    overflow: hidden;
    transition: 300ms;
    margin: 10px auto 0;
}
.cta::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 300ms;
    animation: shiny 2.5s ease-in-out infinite;
}

@-webkit-keyframes shiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
.cta {
    animation: 3s fuwafuwa infinite;
  }

@keyframes fuwafuwa {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-20px);
    }
  }
  
  footer {
    text-align: center;
    background: gray;
    padding: 30px 0;
}

  footer a {text-decoration: none;
    color: #fff;
    font-size: 13px;
}
p.box_title {
    background: #ff8a00;
    color: #fff;
    width: fit-content;
    padding: 2px 10px;
    font-weight: bold;
}
p.check {
    text-indent: -20px;
}
.box02 {
    padding: 10px 15px 10px 35px;
    border: 2px solid #ff8a00;
    margin-bottom: 20px;
}
.box02 p.check::before {
    content: "✓";
    color: #ff8a00;
    margin-right: 3px;
    font-weight: bold;
}
.com {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.com .faceicon {
  float: left;
  margin-right: -90px;
  width: 100px;
}

.com .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #d7ebfe;
  border-radius: 50%;
}

.com .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 114px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

.says p {
  margin: 0;
  padding: 0;
}
@media screen and (max-width:640px) {
    .tag {
    margin: 0 0 15px 0;
}
    h1 {
    font-size: 22px;
    }
    h2 {
    font-size: 20px;
}
h3 {
    font-size: 20px;
    padding: 15px 15px 15px 68px;
    line-height: 1.2;
}
h3 span {
    font-size: 17px;
    padding: 15px 15px;
    height: 100%;
}
.says {
  margin: 5px 0 0 105px;
}

.com .faceicon {
    width: 80px;
}
}
/*検索*/
.sear .btn_s p {
    background-color: #d8d8d8;
    text-align: center;
    color: #fff;
    padding: 2px;
    font-size: 1.1em;
    margin: 13px auto 20px;
    display: block;
    width: 55%;
}

.form tr , .form td , .form th { /*（TOPにsearch_form.htmlを設置する際はclassを追加すること）*/
    border: 1px solid #ccc;
    padding: 5px 10px 5px 10px;
    text-align: center;
}
.form .searchtable {
    margin: auto;
}
.searchtable{
    line-height: 25px;
    padding: 5px 10px 5px 10px;
    text-align: center;
}
.index_search td{
    border: none;
}
.index_search {
    border-collapse: collapse;
    width: 100%;
    background: #fff;
    font-size: 1em;
}
.searchtable .searchtabletitle{
    min-width: 120px;
    background-color: #f6f6f6;
    padding: 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;
    border-right: 1px solid #ccc;
    margin: auto;
}
.index_search td {
    border-collapse: collapse;
    text-align: left;
    vertical-align: middle;
    font-size: 80%;
    width: 70%;
    padding: 0px 0px 0px 30px;
}
.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;
    margin-bottom: 10px;
    width: 42%;
}
.searchtable .searchcenter {
    text-align: center;
}
@media screen and (max-width: 760px){
.sear .btn_s p {
    width: 75%;
}
    .index_search th {
        border: none;
        color: #464646;
        font-size: 16px;
        width: 100%;
        display: block;
    }
    .index_search td {
        border: none;
        padding: 10px;
        font-size: 14px;
        width: 100%;
        display: block;
        text-align: center;
    }
    .index_search tr {
        border: none;
    }
    .searchtable .searchbutton {
        width: 80%;
    }
}

.star-ratings-css {
    unicode-bidi: bidi-override;
        color: #c5c5c5;
        font-size: 15px;
        height: 16px;
        width: 73px;
        margin: 0 auto;
        position: relative;
        padding: 0;
    }
.star-ratings-css-top {
    color: #ffa700;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
    }
.star-ratings-css-bottom {
    padding: 0;
    display: block;
    z-index: 0;
    }
.rankTable .first {
    position: relative;
}
.rankTable .first::after {
    position: absolute;
    content: "";
    background-image: url(../img/speech02_r.png);
    background-repeat: no-repeat;
    background-size: cover;
    left: -15%;
    display: block;
    z-index: 100;
    width: 60%;
    aspect-ratio: 11 / 6.4;
    top: -18%;
}
@media (max-width: 620px) {
    .rankTable .first::after {
        left: 5%;
        width: 48%;
        top: 3%;
        z-index: 10;
    }
    .rankTable table tr:first-child th {
        padding-top: 5%;
    }
}

.cat_block02 {
        background: #f6f5f4;
        border: #c9c9c9 1px solid;
    padding: 20px;
    margin-bottom: 30px;
    text-align: justify;
}
.cat_block02 h3 {
        text-align: center;
        font-size: 18px;
        color: #787878;
        margin-bottom: 20px;
        font-weight: 600;
        background: none;
    border: none;
    padding: 0;
    margin: 0;
}
.cat_block02 li {
        padding: 10px 5px;
        color: #787878;
        font-size: 17px;
        line-height: 1.3em;
    list-style: none;
}

/* pagetop */
.pagetop {
	position: fixed;
	bottom: 0px;
	width: 100%;
	background: rgba(47, 46, 57, 0.75);
	text-align: center;
	padding: 1.1em 0;
	display: none;
	z-index: 100000000;
}

.pagetop a {
	color: #fff;
	text-decoration: none;
	font-size: 1.3em;
}
	.pagetop a img {
		width: 43%;
		margin: 0 auto;
	}
	
		footer {
		margin-bottom: 100px;
	}

@media (max-width:1200px) {
	.pagetop {
		margin-left: auto;
		width: 100%;
		padding: 1em 0;
		z-index: 99999;
	}
	.pagetop a img {
		width: 92%;
		margin: 0 auto;
	}
}