@charset "utf-8";

html {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #666;
  font-family: 'メイリオ',Meiryo,'ゴシック',sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

a {
  transition: 0.5s ;
  -webkit−transition: 0.5s;
}

a:hover {
  opacity: 0.6;
  text-decoration: none;
  transition: 0.5s ;
  -webkit−transition: 0.5s;
}

li {
  list-style: none;
}

header {
  background: #e81649;
  flex-wrap: wrap;
  display: flex;
  margin: 0;
  padding: 0;
}

h1 {
  color: #555;
  font-size: 10px;
  font-weight: normal;
  margin: 5px auto 0;
  padding: 0;
  text-align: center;
  width: 90%;
}

.header_logo {
  background: #fff;
  margin: 0;
  text-align: center;
  padding: 0;
  width: 85%;
}

.serch_box {
  background: #ccc;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

.search_container{
  background: #fff;
  border: 1px solid #999;
  border-radius: 20px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left;
  width: 80%;
}

.search_container input[type="text"]{
  background: none;
  border: none;
  font-size: 16px;
  height: 40px;
  margin: 0;
  padding: 0 0 0 15px;
  width: 80%;
}

.search_container input[type="text"]:focus {
  margin: 0;
  outline: 0;
  padding: 0 0 0 15px;
}

.search_container input[type="submit"]{
  background: url("../images/search_icon.png") no-repeat;
  border: none;
  cursor: pointer;
  height: 20px;
  margin: 10px 0 0;
  outline : none;
  padding: 0;
  position: absolute;
  width: 20px;
}

.return_top {
  margin: 20px auto 0;
  padding: 0;
  text-align: center;
  z-index: 0;
}

footer {
  background: #1b1b1b;
  margin: -10px 0 0 0;
  padding: 30px 0 20px;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
}

.footer_menu {
  display:-webkit-flex;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 80%;
}

.footer_menu li {
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.footer_menu li:after {
  content: "｜";
}

.footer_menu li:last-child:after {
  content: "";
}

.footer_menu li a,
.copyright a {
  color: #fff;
  text-decoration: none;
}

.copyright {
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  margin: 30px auto 0;
  padding: 10px 0 0 0;
  text-align: center;
  width: 80%;
}

.copyright a {
  margin: 0 0 0 4px;
}

.cate_list {
  margin: 10px auto;
  padding: 0;
  width: 96%;
}

.cate_list ul {
  flex-wrap: wrap;
  display: flex;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.cate_list li {
  margin: 0 0 5px 10px;
  padding: 0;
  width: 30%;
}


.hidden_box {
  margin: 8px auto 0;
  padding: 0;
  width: 92%;
}

/*ボタン装飾*/
.label100 {
  background: none;
  border-radius: 5px;
  cursor :pointer;
  margin: 0;
  padding: 0;
  transition: .5s;
}

/*アイコンを表示*/
.label100:before {
  display: inline-block;
  padding: 0;
  transition: 0.2s;
}

/*ボタンホバー時*/
.label100:hover {
  background: none;
}

/*アイコンを切り替え*/
.input100:checked ~ .label100:before {
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

/*チェックは見えなくする*/
.input100 {
  display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
  height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  transition: 0.8s;
}

/*クリックで中身表示*/
.input100:checked ~ .hidden_show {
  margin: -10px 0 0;
  padding: 0;
  height: auto;
  opacity: 1;
  z-index: 1;
}

.search_list {
  border: 2px solid #e81649;
  border-top: none;
  margin: 0 auto 0;
  width: 98.6%;
  z-index: 2;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.form_parts {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 10px 0;
  width: 94%;
}

.form_parts th {
  border-bottom: 1px solid #dcdcdc;
  border-collapse: collapse;
  color: #333;
  font-size: 14px;
  margin: 0 auto;
  padding: 15px 0;
  text-align: left;
  width: 30%;
}

.form_parts td {
  border-bottom: 1px solid #dcdcdc;
  border-collapse: collapse;
  margin: 0 auto;
  padding: 15px 0;
  width: 70%;
  text-align: left;
}

.fp_b {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  width: 98%;
}

.fp_b select {
  appearance: none;
  background: transparent;
  background-image: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  outline: none;
  padding-right: 10px;
  width: 100%;
  -webkit-appearance: none;
}

.fp_b select::-ms-expand {
  display: none;
}

.fp_b.fp_c {
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 2px;
  position: relative;
}

.fp_b.fp_c::before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  height: 0;
  padding: 0;
  content: '';
  pointer-events: none;
  position: absolute;
  right: 0.9em;
  top: 0.8em;
  width: 0;
}

.fp_b.fp_c select {
  color: #333;
  font-size: 14px;
  padding: 8px 38px 8px 8px;
}

.cb001i{
  display: none;
}

.cb001p{
  font-size: 13px;
  margin-right: 10px;
  padding-left: 20px;
  position:relative;
}
.cb001p::before{
  border: 1px solid #999;
  border-radius: 4px;
  content: "";
  display: block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 0;
  width: 15px;
}
.cb001i:checked + .cb001p{
  color: #FF9500;
}
.cb001i:checked + .cb001p::after{
  border-bottom: 3px solid #FF9500;
  border-right: 3px solid #FF9500;
  content: "";
  display: block;
  height: 14px;
  left: 5px;
  position: absolute;
  top: -5px;
  transform: rotate(40deg);
  width: 7px;
}

.form_parts label {
  display: inline-block;
  margin: 0 0 20px;
}

.form_parts label:last-child {
  margin: 0;
}

.submit001 {
  background: #fff;
  border: 2px solid #e81649;
  border-radius: 5px;
  color: #e81649;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 3px;
  margin: 10px 0;
  padding: 15px;
  width: 100%;
  -webkit-appearance: none;
}

.new_review {
  background: #dcdcdc;
  margin: 50px 0 0;
  padding: 0 0 20px;
  text-align: center;
  width: 100%;
}

.today_review {
  background: #fff;
  border: 2px solid #e81649;
  border-radius: 20px;
  color: #333;
  font-size: 12px;
  margin: 0 auto;
  padding: 5px 20px;
  position: relative;
  text-align: center;
  top: -15px;
  width: 160px;
}

.today_review::before,
.today_review::after {
  border: 5px solid transparent;
  content: '';
  left: 50%;
  margin-left: -5px;
  position: absolute;
}

.today_review::before {
  border-top-color: #e81649;
  bottom: -12px;
}

.today_review::after {
  border-top-color: #fff;
  bottom: -8px;
}

.new_review h2 {
  color: #e81649;
  font-size: 22px;
  letter-spacing: 2px;
  margin: -10px 0 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

.review_ranking {
  background: #fdfcf4;
  margin: 0;
  padding: 0;
  width: 100%;
}

.review_ranking h2 {
  background: url(../images/review_ranking_h2.jpg) no-repeat;
  font-size: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

.r_r_wrapper {
  margin: 10px auto;
  padding: 0 0 10px;
  width: 96%;
}

.r_r_wrapper h3 {
  background: #e81649;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  margin: 0 auto;
  padding: 15px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.r_r_wrapper h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 10px rgb(185, 0, 25);
}

.r_r_wrapper h3:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 10px rgb(185, 0, 25);
}

.r_r_contents {
  border: 1px solid #ccc;
  border-top: none;
  background: #fff;
  margin: -70px auto 0;
  padding: 15px 0;
  width: 94%;
}

.r_rank {
  height: 70px;
  left: 5px;
  position: relative;
  top: -60px;
  width: 70px;
}

.r_rank img {
  height: 70px;
  width: 70px;
}

.cate_label {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  width: 94%;
}

.cate_label li {
  background: #f39800;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  margin: 0 10px 10px 0;
  padding: 4px 8px;
}

.rank_image {
  margin: 0 auto 15px;
  padding: 0;
  width: 94%;
}

.rating {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto;
  padding: 0;
  width: 94%;
}

.rating li {
  border-right: 1px solid #666;
  color: #333;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 49%;
}

.rating li:last-child {
  border: none;
  padding: 0 0 0 5px;
  text-align: left;
}

.rating li img {
  height: 25px;
  margin: 0;
  padding: 5px -5px 0 0;
  width: 25px;
}

.rating_big {
  color: #000;
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 0 6px;
}

.privilege_w{
  margin: 0 auto;
  width: 94%;
}

.privilege {
  background: #e81649;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin: 10px auto;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.privilege:before,
.privilege:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.privilege:before {
  top: 0;
  left: 0;
  border-width: 20px 0px 20px 10px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.privilege:after {
  top: 0;
  right: 0;
  border-width: 20px 10px 20px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.main_p {
  color: #666;
  font-size: 14px;
  line-height: 160%;
  margin: 6px auto;
  padding: 0;
  text-align: left;
  width: 92%;
}

.main_p_b {
  color: #e81649;
  font-size: 14px;
  font-weight: bold;
  line-height: 140%;
  margin: 6px auto;
  padding: 0;
  text-align: left;
  width: 92%;
}

.enter_button {
  margin: 15px 0;
  padding: 0;
}

.enter_button a {
  background: #339933;
  border-bottom: 3px solid #236622;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  width: 94%;
  text-decoration: none;
}

.enter_button a:after {
  content: ">";
  position: absolute;
  right: 50px;
}

.site_com {
  border: none;
  border-collapse: collapse;
  margin: 20px auto;
  padding: 0;
  width: 94%;
}

.site_com th {
  border: 1px solid #fff;
  background: #999;
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  width: 36%;
}

.site_com td {
  border: 1px solid #fff;
  background: #f0f0f0;
  color: #333;
  font-size: 12px;
  margin: 0;
  padding: 10px 0 10px 10px;
  text-align: left;
  width: 60%;
}

.review_list {
  border: 1px solid #ccc;
  border-top: none;
  margin: 10px auto;
  padding: 0;
  width: 94%;
}

.r_l_hl {
  background: #ffe0ea;
  border-top: 3px solid #e81649;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 8px 0 10px;
  position:relative;
  text-align: left;
  text-indent: 40px;
  width: 100%;
}

.r_l_hl:before {
  background-size:contain;
  content: url(../images/reviewicon.png);
  display: inline-block;
  left: -40px;
  height: 20px;
  margin: 0 5px 0 10px;
  position:absolute;
  width: 21px;
}

.r_l_table {
  border-collapse: collapse;
  margin: 10px auto;
  padding: 0;
  width: 92%;
}

.r_l_hito {
  margin: 0;
  padding: 0;
  width: 20%;
}

.r_l_hito img {
  height: 86%;
  margin: 0;
  padding: 0;
  width: 86%;
}

.r_l_rate {
  border-bottom: 1px solid #ccc;
  color: #333;
  font-weight: bold;
  margin: 0;
  padding: 0 0 5px;
  text-align: left;
  vertical-align: middle;
  width: 70%;
}

.r_l_rate img {
  height: 23px;
  margin: 0 -5px 0 0;
  padding: 10px 0 0;
  width: 23px;
}

.r_l_r_int {
  font-size: 20px;
  margin: 0 10px;
}

.r_l_info {
  color: #333;
  font-size: 12px;
  margin: 0;
  padding: 10px 0;
  text-align: left;
}

.r_l_i_title1 {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
}

.r_l_i_title2 {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 0 15px;
}

.r_l_body {
  background: #fdfbe6;
  color: #333;
  font-size: 12px;
  line-height: 180%;
  margin: 0;
  padding: 8px;
  text-align: left;
  width: 90%;
}

.read_more {
  background: #fff;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}


.read_more span a {
  border: 2px solid #999;
  border-radius: 5px;
  color: #333;
  display: block;
  font-size: 12px;
  padding: 10px 100px;
  text-decoration: none;
}

.review_button {
  margin: 15px 0;
  padding: 0;
}

.review_button a {
  background: #fff;
  border: 1px solid #e71749;
  border-radius: 5px;
  color: #e71749;
  display: block;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0 auto;
  padding: 12px 0;
  text-align: left;
  text-indent: 15%;
  width: 90%;
  text-decoration: none;
}

.review_button a:before {
  content: url("../images/pen_icon.png");
  left: -10%;
  top: 5px;
  position: relative;
}


.other_review_button {
  margin: 15px 0;
  padding: 0;
}

.other_review_button a {
  background: #fff;
  border: 1px solid #333;
  border-radius: 5px;
  color: #333;
  display: block;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0 auto;
  padding: 12px 0;
  text-align: center;
  width: 93%;
  text-decoration: none;
}

.r_r_wrapper4 {
  margin: 10px auto;
  padding: 0 0 10px;
  width: 96%;
}

.r_r_wrapper4 h3 {
  background: #333;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin: 0 auto;
  padding: 15px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.r_r_wrapper4 h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 10px rgb(0, 0, 0);
}

.r_r_wrapper4 h3:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 10px rgb(0, 0, 0);
}

.r_rank4 {
  background: #e71749;
  color: #fff;
  font-family: 'Mongolian Baiti', '小塚ゴシック';
  font-size: 30px;
  left: 10px;
  margin: 0;
  padding: 0 10px;
  position: relative;
  top: 15px;
}

.article {
  background: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
}

.article h2 {
  background: #e71749;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0;
  padding: 15px 0;
  text-align: left;
  text-indent: 10px;
  width: 100%;
}

.article_list {
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  margin: 10px auto;
  padding: 10px 0;
  width: 90%;
}

.a_img {
  margin: 0;
  padding: 0;
  width: 30%;
}

.a_text {
  margin: 0;
  padding: 0;
  width: 66%;
}

.a_text p {
  color: #333;
  font-size: 12px;
  margin: 0 auto 8px;
  padding: 0;
  text-align: left;
  width: 100%;
}

.a_text p a {
  color: #e71749;
  font-weight: bold;
  font-size: 14px;
}

.a_more {
  margin: 15px 0;
  padding: 0;
}

.a_more a {
  background: #fff;
  border: 1px solid #333;
  border-radius: 5px;
  color: #333;
  display: block;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0 auto;
  padding: 12px 0;
  text-align: center;
  width: 80%;
  text-decoration: none;
}

.kutikomi_waku {
  background: #fff;
  justify-content: space-around;
  margin: 0;
  padding: 5px 0;
  width: 46%;
}

.kutikomi_waku li {
  border: 1px solid #333;
  margin: 0 auto;
  padding: 0;
  width: 96%;
}

.kuti_site {
  border: 1px solid #333;
  font-size: 12px;
  font-weight: bold;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 96%;
}

.kuti_site a {
  color: #e71749;
}

.kuti_hosi img {
  margin: 0 auto;
  padding: 0;
  width: 5px;
}

.review_post {
  margin: 20px auto;
  padding: 0;
  width: 90%;
}

.r_title {
  background: #a0a0a0;
  color: #fff;
  font-size: 16px;
  margin: 0 0 10px 0;
  padding: 10px 0;
  text-indent: 10px;
  width: 100%;
}

.r_body,
.r_body1,
.r_submit {
  margin: 0 0 25px 0;
  padding:0;
  width: 100%;
}

.r_body select {
  width: 90%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.r_body select::-ms-expand {
  display: none;
}
.r_body {
  position: relative;
  border-radius: 2px;
  border: 2px solid #ccc;
  border-radius: 50px;
  background: #ffffff;
}
.r_body::before {
  position: absolute;
  top: 0.8em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  pointer-events: none;
}
.r_body select {
  padding: 8px 38px 8px 8px;
  color: #333;
  font-size: 16px;
}

.r_body1 textarea {
  border: 1px solid #ccc;
  color: #333;
  font-size: 16px;
  line-height: 170%;
  height: 150px;
  resize: none;
  width: 98%;
}

.r_submit input[type="submit"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

.r_submit input[type="submit"]::-webkit-search-decoration {
  display: none;
}

.r_submit input[type="submit"]::focus {
  outline-offset: -2px;
}


.r_submit input[type="submit"] {
  background: #e71749;
  border: 1px solid #e71749;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  margin: 0 0 50px;
  padding: 15px 20px;
  width: 100%;
}

.r_body1 input[type="text"] {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 16px;
  margin: 0 0 50px;
  padding: 8px;
  width: 96%;
}

