/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

img, abbr, acronym, fieldset {
  border: 0;
}

img, textarea {
  vertical-align: bottom;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 0.7rem;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

a:link, a:visited, a:active, a:hover {
  text-decoration: none;
  /* color: #FFFFFF; */
}

img {
  width: 100%;
  height: auto;
}

.imgbnt {
  width: 50%;
  height: auto;
}

.koushikibtn {
  width: 400px!important;
  margin-top: 20px;
}

@media (max-width: 634px) {
	.imgbnt {
	  width: 100%;
	}
}

.main {
  /* margin-top: 10px; */
  /* margin-bottom: 10px; */
}

body {
  background-color: #FFFFFF;
  color: #212121;
  font-size: 15px
}


/* サイト全体 */

#wrapper {
  width: 100%;
  height: auto;
  float: left;
}


/* コンテンツ全体 */

#main_contents {
  width: 100%;
  height: auto;
  float: left;
}

#main_contents .main {
  width: 100%;
  height: auto;
  float: left;
}

img.rank_icon_list {
  width: auto;
  height: 24px;
  margin-right: 3px;
  vertical-align: -3px;
}

#main_contents #tab_wrap {
  width: 100%;
  height: auto;
  /* float: left; */
  margin-bottom: 10px;
}

#main_contents #tab_wrap .ranking-table {
  background: #fff;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  overflow: scroll;
  width: 98%;
}

@media (max-width: 634px) {
	#main_contents #tab_wrap .ranking-table {
	  background: #fff;
	  display: inline-block;
	  /* margin-left: 10px; */
	  overflow: scroll;
	  /* width: calc(100% - 10px); */
	width:100%;
	  -webkit-overflow-scrolling: touch
	}
}

.ranking-table::-webkit-scrollbar {
  height: 5px;
}

#main_contents #tab_wrap .ranking-table table {
  /* table-layout: fixed; */
  width: 100%;
}

@media (max-width: 634px) {
	#main_contents #tab_wrap .ranking-table table {
	  table-layout: fixed;
	  /* width: 600px; */
	  width: 100%;
	}
}

#main_contents #tab_wrap .ranking-table th {
  background: #eaeaea;
  font-size: 1.5rem;
}

#main_contents #tab_wrap .ranking-table td, #main_contents #tab_wrap .ranking-table th {
  border: solid 1px #c7c7c7;
  ;
  padding: 0.5em;
  text-align: center;
  width: 90px;
}

#main_contents #tab_wrap .ranking-table td:first-child, #main_contents #tab_wrap .ranking-table th:first-child {
  width: 60px;
  min-width: 60px;
  background: #eaeaea;
  /* font-weight: bold; */
}

#main_contents #tab_wrap .ranking-table p {
  font-weight: bold;
}

#main_contents #tab_wrap .ranking-table tr th:not(.column-1) p {
  font-weight: bold;
  font-size: 1.2rem;
}

.sample04 tr:nth-child(4) td:nth-child(2){ background:#b7d661;}

/*
#main_contents #tab_wrap .ranking-table tr:nth-child(2) td:nth-child(1) p {
  color: rgba(0, 0, 0, 0);
  background-image: url(/images_sp/rank_1.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 33%;
  font-size: 1.2rem;
}

#main_contents #tab_wrap .ranking-table tr:nth-child(3) td:nth-child(1) p {
  color: rgba(0, 0, 0, 0);
  background-image: url(/images_sp/rank_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 33%;
  font-size: 1.2rem;
}

#main_contents #tab_wrap .ranking-table tr:nth-child(4) td:nth-child(1) p {
  color: rgba(0, 0, 0, 0);
  background-image: url(/images_sp/rank_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 33%;
  font-size: 1.2rem;
}
*/
@media (max-width: 634px) {
  #main_contents #tab_wrap .ranking-table tr:nth-child(2) td:nth-child(1) p {
    margin-left: 0;
  }
  #main_contents #tab_wrap .ranking-table tr:nth-child(3) td:nth-child(1) p {
    margin-left: 0;
  }
  #main_contents #tab_wrap .ranking-table tr:nth-child(4) td:nth-child(1) p {
    margin-left: 0;
  }
}

#main_contents #tab_wrap .ranking-table tr th:nth-child(2) p {
  color: rgba(0, 0, 0, 0);
  background-image: url(/images_sp/rank_1.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 44%;
}

@media (max-width: 634px) {
	#main_contents #tab_wrap .ranking-table tr th:nth-child(2) p {
	  margin-left: 32%;
	}
}

#main_contents #tab_wrap .ranking-table tr th:nth-child(3) p {
  color: rgba(0, 0, 0, 0);
  background-image: url(/images_sp/rank_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 44%;
}

@media (max-width: 634px) {
	#main_contents #tab_wrap .ranking-table tr th:nth-child(3) p {
	  margin-left: 32%;
	}
}

#main_contents #tab_wrap .ranking-table tr th:nth-child(4) p {
  color: rgba(0, 0, 0, 0);
  background-image: url(/images_sp/rank_3.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 44%;
}

@media (max-width: 634px) {
	#main_contents #tab_wrap .ranking-table tr th:nth-child(4) p {
	  margin-left: 32%;
	}
}

#main_contents #tab_wrap .ranking-table tr:nth-child(3) td:not(.column-1) p {
  font-weight: bold;
  font-size: 1.2rem;
}

#main_contents #tab_wrap .ranking-table tr:last-child td:not(.column-1) {
  padding: 5px;
}

#main_contents #tab_wrap .ranking-table tr:last-child td:not(.column-1) a {
  display: block;
  /* background: #49AE47; */
  color: white;
  font-size: 0.8rem;
  line-height: 1rem;
  padding: 7px 0;
  border-radius: 3px;
}

#main_contents #tab_wrap #tab_contents {
  width: 100%;
  height: auto;
  float: left;
  background: #FFFFFF;
}

#main_contents #tab_wrap #tab_contents>div, #main_contents .basic_list {
  width: 100%;
  height: auto;
  float: left;
  background: #FFFFFF;
}

#main_contents #tab_wrap #tab_contents>div>ul, #main_contents .basic_list>ul {
  width: 100%;
  float: left;
}

#main_contents #tab_wrap #tab_contents>div>ul>li, #main_contents .basic_list>ul>li {
  position: relative;
  width: 100%;
  float: left;
  border-bottom: solid #BDBDBD 1px;
}

#main_contents #tab_wrap #tab_contents>div>ul>li>a, #main_contents .basic_list>ul>li>a, #main_contents .basic_list>ul>li>span {
  display: block;
  width: 95%;
  width: 100%;
  float: left;
  font-size: 70%;
  color: #212121;
  text-decoration: none;
  padding: 10px;
  background: #FFFFFF;
}

#main_contents #tab_wrap #tab_contents>div>ul>li a .list_wrap, #main_contents .basic_list>ul>li>a .list_wrap, #main_contents .basic_list>ul>li>span .list_wrap {
  width: 100%;
  height: auto;
  float: left;
}

#main_contents #tab_wrap #tab_contents>div>ul>li a .list_wrap h3, #main_contents .basic_list>ul>li>a .list_wrap h3, #main_contents .basic_list>ul>li>span .list_wrap h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  background: #fffcd3;
  margin-top: -10px;
  margin-left: -10px;
  width: calc(100% + 20px);
  padding: 10px;
  border-radius: 10px 10px 0 0;
}

#main_contents #tab_wrap #tab_contents>div>ul>li a .list_wrap .thumb, #main_contents .basic_list>ul>li>a .list_wrap .thumb, #main_contents .basic_list>ul>li>span .list_wrap .thumb {
  position: relative;
  width: 110px;
  height: 110px;
  float: left;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
}

#main_contents #tab_wrap #tab_contents>div>ul>li a .list_wrap .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

#main_contents #tab_wrap #tab_contents>div>ul>li a .list_wrap .item_info_detail {
  display: inline-block;
  /* margin-top: 15px; */
}

#main_contents #tab_wrap #tab_contents>div>ul>li .item_footer, #main_contents .basic_list>ul>li>.item_footer {
  width: 100%;
  height: auto;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

#main_contents #tab_wrap #tab_contents>div>ul>li .item_footer .num_area, #main_contents .basic_list>ul>li>.item_footer .num_area {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  border: solid #BDBDBD 1px;
  background: #c3b159;
  border-radius: 3px;
}

#main_contents #tab_wrap #tab_contents>div>ul>li .item_footer .num_area p, #main_contents .basic_list>ul>li>.item_footer .num_area p {
  display: block;
  width: 100%;
  float: left;
  text-align: center;
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#main_contents #tab_wrap #tab_contents>div>ul>li .item_footer .num_area p>span, #main_contents .basic_list>ul>li>.item_footer .num_area p>span {
  width: 100%;
}

#main_contents #tab_wrap #tab_contents>div>ul>li .item_footer .num_area p span.counter, #main_contents .basic_list>ul>li>.item_footer .num_area p span.counter {
  display: inline-block;
  width: 95%;
  margin-top: 4px;
  font-size: 120%;
  font-weight: bold;
  letter-spacing: 1px;
  background: #ffebee;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  border-radius: 3px;
  border: solid #ffcdd2 1px;
}

#main_contents .contents {
  width: 100%;
  height: auto;
  float: left;
  /* margin-bottom: 10px; */
  padding: 10px;
}

#main_contents .contents p {
  font-size: 75%;
  line-height: 1.8em;
}

#return {
  z-index: 10;
  position: fixed;
  width: 60px;
  height: 60px;
  right: 10px;
  bottom: 10px;
  background: rgba(121, 108, 98, 0.8);
  border: 1px solid #928a86;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  border-radius: 9px;
}

#return a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 18px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 15px;
}

#return a:after {
  content: "▲";
}

/* フッター */

#footer {
  width: 100%;
  height: auto;
  float: left;
  background: #4b3f3a;
}

#footer .copyright {
  width: 100%;
  height: auto;
  float: left;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 75%;
  color: #E0E0E0;
  line-height: 24px;
}


/* オリジナル */

#main_contents .contents {
  background: #fff;
}

#main_contents .contents p span {
  float: unset;
}

#main_contents #tab_wrap #tab_contents>div>ul>li a .list_wrap .thumb, #main_contents .basic_list>ul>li>a .list_wrap .thumb, #main_contents .basic_list>ul>li>span .list_wrap .thumb {
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 130px;
  height: 130px;
}

@media (max-width: 634px) {
	#main_contents #tab_wrap #tab_contents>div>ul>li a .list_wrap .thumb, #main_contents .basic_list>ul>li>a .list_wrap .thumb, #main_contents .basic_list>ul>li>span .list_wrap .thumb {
	  margin: 10px;
	}
}

#main_contents #tab_wrap #tab_contents>div>ul>li .item_footer .num_area p span.counter, #main_contents .basic_list>ul>li>.item_footer .num_area p span.counter {
  background: #ffffff;
  border: none;
  color: #424242;
}

span.counter:after {
  content: "人/1,289人";
}

#main_contents #tab_wrap #tab_contents>div>ul>li .item_footer .num_area, #main_contents .basic_list>ul>li>.item_footer .num_area {
  border: none;
  background: #b39c74;
  color: #FFF;
}

#main_contents .contents.last_date {
  text-align: center;
  background: #f9f9f9;
}

#main_contents .maindescription {
  font-size: 0.75em;
}

#main_contents .maindescription span:not(.strong) {
  /* width: 100%; */
  /* display: flex; */
  /* padding: 10px; */
  /* background: #efefef; */
  /* margin-top: 10px; */
  /* margin-bottom: 10px; */
}

#main_contents .maindescription ul.check {
  border: solid 2px #d8d8d8;
  border-radius: 8px;
  padding: 15px;
  font-size: 1.1em;
  line-height: 1.7em;
}

#main_contents .maindescription ul.check li {
  font-size: 1.1em;
  /* font-weight: bold; */
  line-height: 20px;
  color: #292929;
  margin-bottom: 10px;
}

#main_contents .maindescription ul.check li:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/images_sp/icon_check.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: -3px;
  margin-right: 3px;
}

#main_contents .maindescription ul.check li:last-child {
  margin-bottom: 12px;
}

#main_contents .contents.last_date {
  background: #ffffff;
}

#main_contents #tab_wrap #tab_contents>div>ul>li, #main_contents .basic_list>ul>li {
  position: relative;
  width: calc( 100% - 20px);
  float: left;
  border-bottom: solid #BDBDBD 1px;
  margin: 10px;
  background: #fff;
}

#main_contents #tab_wrap #tab_contents>div, #main_contents .basic_list {
  background: #ecc700;
}

#tab1 {
  background: #10A340!important;
}

#tab1-shoken {
  background: #A0CDC3!important;
}

#main_contents #tab_wrap #tab_contents>div>ul>li .item_footer .btn.right a, #main_contents .basic_list>ul>li>.item_footer .btn.right a {
  background: none;
}

#main_contents #tab_wrap #tab_contents>div>ul>li>a, #main_contents .basic_list>ul>li>a, #main_contents .basic_list>ul>li>span {
  border-radius: 10px;
}

#main_contents #tab_wrap #tab_contents>div>ul>li, #main_contents .basic_list>ul>li {
  border-radius: 10px;
  margin-bottom: 20px;
}

#main_contents #tab_wrap #tab_contents>div>ul>li a .list_wrap h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  background: #F1FFF1;
  margin-top: -10px;
  margin-left: -10px;
  width: calc(100% + 20px);
  padding: 10px;
  border-radius: 10px 10px 0 0;
}

#main_contents #tab_wrap .ranking-table td:first-child, #main_contents #tab_wrap .ranking-table th:first-child {
  font-size: 11px;
  background: #fffee6;
  width: 75px;
}

#main_contents #tab_wrap .ranking-table td:first-child {
  font-size: 11px;
  background: #fff;
  width: 75px;
}

@media (max-width: 634px) {
  #main_contents #tab_wrap .ranking-table td:first-child, #main_contents #tab_wrap .ranking-table th:first-child {
    width: 42px;
  }
}

td.thclass {
    font-size: 11px;
    background: #fffee6;
    width: 75px;
    font-weight: bold;
}

td.imgauto img {
    height: auto!important;
    width: auto!important;
}

#main_contents #tab_wrap .ranking-table th {
  background: #fffee6;
}

#main_contents #tab_wrap .ranking-table td, #main_contents #tab_wrap .ranking-table th {
  border: solid 1px #ffe7a9;
}

#main_contents .contents_title {
  background: #fdc068;
}

.usertag {
  background: #ff8f4c;
}

#main_contents .contents_header {
  background: #a9a8a7;
}

#main_contents #tab_wrap #tab_contents>div>ul>li a .list_wrap .thumb img {
  position: unset;
  top: unset;
  left: unset;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  height: auto;
  width: 100%;
}

@media (max-width: 634px) {
	#main_contents #tab_wrap #tab_contents>div>ul>li a .list_wrap .thumb img {
	  position: unset;
	  top: unset;
	  left: unset;
	  -webkit-transform: scale(1.02);
	  -ms-transform: scale(1.02);
	  transform: scale(1.02);
	  height: auto;
	  width: 100%;
	}
}

#main_contents #tab_wrap #tab_contents>div>ul>li a .list_wrap .thumb, #main_contents .basic_list>ul>li>a .list_wrap .thumb, #main_contents .basic_list>ul>li>span .list_wrap .thumb {
  width: 42%;
  height: auto;
}

@media (max-width: 634px) {
	#main_contents #tab_wrap #tab_contents>div>ul>li a .list_wrap .thumb, #main_contents .basic_list>ul>li>a .list_wrap .thumb, #main_contents .basic_list>ul>li>span .list_wrap .thumb {
	  width: calc(100% - 20px);
	  height: auto;
	}
}

#main_contents #tab_wrap #tab_contents>div>ul>li a .list_wrap .item_info, #main_contents .basic_list>ul>li>a .list_wrap .item_info, #main_contents .basic_list>ul>li>span .list_wrap .item_info {
  width: 100%;
  min-height: 0;
  text-align: center;
}

#main_contents .maindescription ul.check li:last-child {
  margin-bottom: 0;
}

#main_contents #tab_wrap #tab_contents>div>ul>li .item_footer .num_area, #main_contents .basic_list>ul>li>.item_footer .num_area {
  background: #f3c301;
  margin-bottom: 20px;
}

#main_contents #tab_wrap .ranking-table p.thumb {
  width: 100%;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width: 634px) {
	#main_contents #tab_wrap .ranking-table p.thumb {
	  width: 130px;
	  height: auto;
	  border-radius: 5px;
	  overflow: hidden;
	}
}

#main_contents #tab_wrap .ranking-table td, #main_contents #tab_wrap .ranking-table th {
  width: 120px;
  font-size: 11px;
}

@media (max-width: 634px) {

	#main_contents #tab_wrap .ranking-table td, #main_contents #tab_wrap .ranking-table th {
	  /* width: 120px; */
	  width: 60px;
	  font-size: 11px;
	}

	#main_contents #tab_wrap .ranking-table th.column-2, #main_contents #tab_wrap .ranking-table td.column-2 {
	  width: 140px;
	}

}

#main_contents #tab_wrap .ranking-table p {
  margin-top: 5px;
  font-weight: bold;
  font-size: 1.2rem;
}

td.column-2, td.column-3, td.column-4, td.column-5, td.column-6 {
  font-size: 12px;
  /* font-weight: bold; */
}

.strongred {
  color: red;
  font-weight: bold;
}

.switch_2 {
  margin: 15px 0;
}

#main_contents #tab_wrap #tab_contents>div>ul>li a .list_wrap .item_info_detail {
  width: 100%;
}

#main_contents .maindescription ul.check li {
  font-size: 1.0em;
}

#main_contents .maindescription ul.check {
  border: solid 1px #ffd496;
  background: #fffee7;
  border-radius: 8px;
  padding: 15px;
  font-size: 1.1em;
  line-height: 1.7em;
}

span.double_circle:before {
  content: "";
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background-image: url(/csp/img/double_circle_rank.svg);
}

span.circle:before {
  content: "";
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background-image: url(/csp/img/circle_rank.svg);
}

.redtype {
  width: calc(100% - 10px);
  text-align: center;
  display: block;
  margin: 0 5px 10px 5px;
  border: 7px solid #da6868;
  padding: 10px 0;
  line-height: 2em;
  font-weight: bold;
  color: #d93838;
  border-radius: 5px;
  font-size: 13px;
}

@media (max-width: 634px) {
	.redtype {
	  width: calc(100% - 10px);
	  text-align: center;
	  display: block;
	  margin: 0 5px 10px 5px;
	  border: 7px solid #da6868;
	  padding: 10px 0;
	  line-height: 2em;
	  font-weight: bold;
	  color: #d93838;
	  border-radius: 5px;
	}
}

.detailAreaItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: column;
  width: 100%;
  /* border-right: 1px solid #e2e2e2; */
}

@media (max-width: 634px) {
	.detailAreaItem {
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	  flex-flow: column;
	  width: 100%;
	  /* border-right: 1px solid #e2e2e2; */
	}
}

.detailAreaItemPc {
    float: right;
    width: 54%;
}

@media (max-width: 634px) {
    .detailAreaItemPc {
        width: 100%;
    }
}

.detailAreaTitle {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 6px;
}

.detailAreaRating {
  display: flex;
  align-items: center;
  justify-content: center;
}

.detailAreaRatingStar {
  width: 80px;
  height: auto;
  margin-right: 6px;
}

.detailAreaRatingNumber {
  color: #ff7200;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
}

.companyBlock__attention {
  padding: 15px 15px 10px;
  background: #fafafa;
  /* border-top: 1px solid #e2e2e2; */
  /* border-bottom: 1px solid #e2e2e2; */
}

.attentionsList {
  list-style: none;
}

.attentionsList__item {
  margin: 0 0 7px;
  padding: 0 0 0 25px;
  font-weight: bold;
  background: url(/images_sp/icon_check_circle.png) no-repeat 0 0/18px;
  text-align: justify;
}

.datatbl {
  clear: both;
  width: 100%;
  margin: 10px auto;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

.datatbl_fnt10 {
  clear: both;
  width: 100%;
  margin: 10px auto;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

.datatbl th {
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 14px;
  padding: 3px 0 0;
  font-size: 12px;
}

.datatbl_fnt10 th {
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 14px;
  padding: 3px 0 0;
  font-size: 10px;
}

.datatbl td {
  font-size: 12px;
  border: 1px solid #ccc;
}

.datatbl_fnt10 td {
  font-size: 10px;
  border: 1px solid #ccc;
}

table.table_content {
  width: 90%;
  margin: auto;
  margin-bottom: 10px;
}

table.table_content {
  /* margin: 10px; */
}

table.table_content th {
  color: #333333;
  font-size: 13px;
  width: 40%;
  height: 35px;
  text-align: left;
  border-bottom: 1px solid #e2e2e2;
  padding-left: 10px;
  background-color: #eee;
  border-right: 2px solid #e97a19;
}

table.table_content td {
  color: #333333;
  font-size: 13px;
  width: 60%;
  height: 35px;
  border-bottom: 1px solid #e2e2e2;
  padding-left: 20px;
}

.l-section {
  padding-bottom: 1.875rem;
  padding-top: 10px;
}

.l-row {
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.m-title {
  margin-bottom: 1.25rem;
  padding: 0.9375rem;
  border: 1px solid #646464;
  /* background: url(/images_sp/bg_shadow_left.png) no-repeat left bottom, url(/images_sp/bg_shadow_right.png) no-repeat right bottom; */
  font-size: 1.125rem;
  /* box-shadow: 0px 4px 1px 0px #646464; */
}

.u-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #646464;
  padding-top: 0.875rem;
  padding-bottom: 0.3125rem;
}

.disable-auto-tel a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

p.disable-auto-tel {
  font-size: 100%;
}

.footer_table {
  margin-top: -14px;
  margin-bottom: 18px;
}

div.footer_table div.content_title {
  background-color: #fcc02f;
  border-radius: 4px;
  line-height: 130%;
  font-weight: bold;
  margin: 0;
  padding: 8px 15px 6px 15px;
  color: #fff;
  font-size: 16px;
}

table.table_content_footer {
  margin: 0;
  width: 100%;
}

table.table_content_footer th {
  color: #333333;
  font-size: 12px;
  width: 30%;
  height: 35px;
  text-align: left;
  border-bottom: 1px solid #e2e2e2;
  padding-left: 10px;
  background-color: #eee;
  border-right: 2px solid #e97a19;
}

table.table_content_footer td {
  color: #333333;
  font-size: 12px;
  width: 70%;
  height: 35px;
  border-bottom: 1px solid #e2e2e2;
  padding-left: 20px;
}

.t_space02:last-child {
  border-bottom: none;
}

.t_space02 {
  margin: 5px 5px 10px 5px;
  padding: 0 5px 10px;
  border-bottom: 1px solid #d1d1d1;
}

.tbl001 {
  width: 100%;
  margin: 0 0 10px 0;
  text-align: center;
}

.txt_small {
  font-size: 12px;
}

.tbl001 th {
  background: #f1f1f1;
}

.tbl001 th, .tbl001 td {
  padding: 3px 6px;
  border: 1px solid #c5c5c5;
  text-align: center;
}

.t_space02 table a {
  color: blue;
  text-decoration: underline;
}

.img_auto {
  width: auto;
  height: auto;
}

.t_img02 {
  display: block;
  max-width: 100%;
  border: 1px solid #d5d5d5;
}

.hosoku_left {
  text-align: left;
  font-size: 10px;
  margin: 0;
  padding: 0px 0px 0px 0px;
  background-color: #fff;
}

.text_verysmall {
  font-size: 10px;
  color: #464646;
  display: unset!important;
  padding: 0!important;
  background-color: unset!important;
}

.txtmiddle {
  margin-bottom: 10px;
  margin-left: 10px;
}

li.text_li {
  list-style: none;
}

td.column-2.textleft, td.column-3.textleft, td.column-4.textleft, td.column-5.textleft, td.column-6.textleft {
  text-align: left!important;
}

#campain, .campain {
    width: 50%;
    text-align: center;
    margin: 0px auto 10px;
}

@media (max-width: 634px) {
	#campain, .campain {
	  width: 100%;
	  margin: 0 0 10px;
	}
}

.inner-block {
  box-sizing: border-box;
  margin: auto;
  padding: 0 10px;
  position: relative;
  width: 1020px;
}

.inner-block {
  padding: 0;
  width: auto;
}

#campain .cp_new, .campain .cp_new {
  /* padding: 10px; */
}

#campain .head, .campain .head {
  background: url(../img/common/campain_ttl_bg.jpg) repeat center center;
  border: 1px solid #fb4d4c;
  border-radius: 8px 8px 0 0;
  box-sizing: border-box;
  color: #fff;
  display: table;
  padding: 8px 30px 4px 20px;
  text-align: center;
  width: 100%;
}

.single-ranking .ranking-box .head {
  padding-left: 5px;
  padding-right: 5px;
}

#campain .cp_new .head, .campain .cp_new .head {
  background: #fd6b59;
  border: 1px solid #fd6b59;
  /* padding: 11px 50px 10px 40px; */
}

.ranking-box .head .name {
  color: #330000;
  font-size: 26px;
  font-weight: bold;
  display: table-cell;
  line-height: 1.2;
  padding: 0 5px 0 20px;
  text-align: left;
  vertical-align: middle;
}

#campain .head .name, .campain .head .name {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  padding: 0px 50px 0px 40px;
}

#campain .head .name:before, .campain .head .name:before {
  background: url(/images_sp/icon_campain_01.png) no-repeat;
  background-size: contain;
  content: "";
  height: 31px;
  width: 19px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 10px;
  margin: auto;
}

#campain .head .name:after, .campain .head .name:after {
  background: url(/images_sp/icon_campain_02.png) no-repeat;
  background-size: contain;
  content: "";
  height: 31px;
  width: 19px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 10px;
  margin: auto;
}

#campain .body, .campain .body {
  padding: 10px;
}

#campain .cp_new .body, .campain .cp_new .body {
  background: #fffbef;
  border: 2px solid #fd6b59;
  border-radius: 0 0 8px 8px;
  font-size: 12px;
  text-align: center;
}

#campain .cp_new .body .campain-txt, .campain .cp_new .body .campain-txt {
  color: #333;
  margin: 0;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

#campain .cp_new .body .campain-txt b, .campain .cp_new .body .campain-txt b {
  color: #ff0000;
  font-weight: bold;
}

.nobr br {
  display: none;
}

.campain-btn_new.sp {
  margin: 0px auto 0px;
  padding: 0px 10px 0px 10px;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
}

@media (max-width: 634px) {

	.campain-btn_new.sp {
	  margin: 0px auto 0px;
	  padding: 0px 10px 0px 10px;
	  display: inline-block;
	  text-align: center;
	  position: relative;
	  overflow: hidden;
	}

	.campain-btn2_new.sp {
	  margin: 20px auto 0px;
	  padding: 0px 10px 0px 10px;
	  display: inline-block;
	  text-align: center;
	  position: relative;
	  overflow: hidden;
	}

	.chart_block_graph {
	    margin-top: 0!important;
	    margin-bottom: 30px!important;
	}

}

.reflection {
  background-color: #fff;
  height: 100%;
  width: 30px;
  top: -180px;
  left: 0;
  position: absolute;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflection 3s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 3s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -moz-animation: reflection 3s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -ms-animation: reflection 3s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -o-animation: reflection 3s ease-in-out infinite;
}

@keyframes reflection {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.hyoka_block {
  margin: 0px;
  right: auto;
  left: auto;
  display: inline-block;
  /* margin-top: 8px; */
  /* width: 100%; */
}

@media (max-width: 634px) {
	.hyoka_block {
	  margin: 0px;
	  right: auto;
	  left: auto;
	  display: inline-block;
	  /* margin-top: 8px; */
	  width: 100%;
	}
}

.hyoka_num {
  float: left;
  display: inline-block;
  margin-left: 14px;
  margin-top: 17px;
  text-align: center;
}

span.hyokanum {
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
}

span.hyokakei {
  color: #999;
  font-size: 10px;
}

.star_block {
  float: left;
  margin-left: 10px;
}

.star-rating {
  position: relative;
  width: 5em;
  height: 16px;
  font-size: 18px;
  text-align: right;
}

.star-rating-front {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #ffcc33;
}

.chart_block {
  float: left;
  margin-top: 7px;
  margin-left: 4px;
  text-align: right;
}

.chart_block_graph {
  margin-top: 25px;
}

span.chart_hyoka {
  color: #999;
  font-size: 10px;
}

.comment_txt {
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 4px;
  color: #red;
  color: #4b3f3a;
  width: 90%;
  line-height: 20px;
}

span.txt_underline {
  border-bottom: solid 2px #F4B2DA;
}

.line-pink {
  background: linear-gradient(transparent 70%, #f7c2e1 50%);
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.popup-notification {
  position: fixed;
  z-index: 110;
  bottom: 30px;
  right: 30px;
  width: 240px;
}

.popup-notification .message {
  position: fixed;
  width: 230px;
  height: 40px;
  margin-top: 15px;
  box-sizing: border-box;
  padding: 8px 10px 0 10px;
  background: #E95F64;
  border-radius: 4px;
  -webkit-transition: bottom 0.5s;
  -moz-transition: bottom 0.5s;
  transition: bottom 0.5s;
  display: none;
  bottom: 30px;
  right: 30px;
}

.popup-notification .message .txt {
  text-align: left !important;
  color: #FFF !important;
  line-height: 1.5 !important;
  font-size: 14px !important;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif !important;
}

.popup-notification .message .delete {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 16px;
  height: 16px;
  background: #666;
  border-radius: 8px;
}

.popup-notification .message .delete a {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  overflow: hidden;
}

.popup-notification .message .delete a:before {
  display: block;
  content: "";
  position: absolute;
  top: 7px;
  right: 3px;
  width: 10px;
  border-top: 2px solid #FFF;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-notification .message .delete a:after {
  display: block;
  content: "";
  position: absolute;
  top: 7px;
  right: 3px;
  width: 10px;
  border-top: 2px solid #FFF;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sidebar.mt9 {
  width: auto;
}

.sidebar.mt9 {
  width: 970px;
  margin: auto;
  border: 1px solid #ded6c0;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

div.sidebar div.title {
  font-weight: bold;
  text-align: center;
  background: linear-gradient(#eee1c0, #e8d8a8);
  font-size: 18px;
  color: #ad772f;
  padding: 6px 0 4px 0;
}

div.sidebar div.content div.article {
  border-bottom: 2px dotted #ddd;
  margin: 5px 0;
  padding: 10px 3%;
}

@media (max-width: 634px) {
  .article {
    width: 96%;
  }
}

div#maintxt {
  margin: 0;
}

div#maintxt {
  padding: 20px;
}

.kiji_1col {
  width: 940px;
  margin: 0;
  margin: auto;
}

@media (max-width: 634px) {
  .kiji_1col {
    width: 100%;
  }
}

.submit_btn {
  margin-bottom: 10px!important;
}

div#page {
  background-color: #f1f1f1;
}

div#maintxt {
  padding: 10px;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}


/*強調*/

strong {
  color: red;
}

body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 1.5em;
  /* background: #f8f8f8 url(/images_pc/header_bg01.gif) repeat-x 0 60px; */
}

#wrapper {
  width: 100%;
}

@media (max-width: 634px) {
  div#maintxt {
    margin: 0;
  }
}


/*メインコンテンツ*/

#main {
  overflow: hidden;
  width: 980px;
  margin: auto;
  padding: 0;
}

.kensaku_waku {
  overflow: hidden;
  padding: 10px 5px 10px 0px;
  /*background: url(/images_pc/kensaku_bg.gif) repeat-x bottom;*/
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.serch_top {
  width: 95%;
  margin: 0 10px;
  padding: 0 0 0px 0;
  /*border: 1px solid #ccc;
	border-radius: 5px;*/
}

.komidashi03_02 {
  width: 195px;
  display: inline-block;
  margin: 0;
  padding: 0px 8px 0px 0;
  vertical-align: middle;
  font-weight: bold;
  font-size: 100%;
  background-color: #fff;
  /*20160123追記*/
}

@media (max-width: 634px) {
  .komidashi03_02 {
    width: 100%;
  }
  .komidashi03_02 br {
    display: none;
  }
}

.komidashi05 {
  margin: 0;
  padding: 1px 0 3px 26px;
  background: url(/images_pc/tbl_title.gif) no-repeat;
  font-weight: bold;
  font-size: 125%;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 634px) {
  .komidashi05 {
    margin-left: 10px;
  }
}

.input_style01 {
  display: inline-block;
  margin: 0;
  padding: 4px 0 0 4px;
  ;
  vertical-align: middle;
  font-size: 90%;
  border-left: 1px dotted #ccc;
  background-color: #fff;
  /*20160123追記*/
}

.serch_top label {
  padding: 0 5px 0 0;
}

.serch_top_waku {
  width: 100%;
  margin: 0 0 10px 0px;
  padding: 5px 8px 5px 8px;
  background: #fff;
  vertical-align: bottom;
  /* border: 1px solid #ccc; */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 3px #d5d5d5;
  /* -webkit-box-shadow: 0px 0px 3px #d5d5d5; */
  /* box-shadow: 0px 0px 3px #d5d5d5; */
  /* box-shadow: inset 1px 2px 5px #f1f1f1; */
  position: relative;
  behavior: url(/PIE.htc);
}

.kantan_button {
  display: block;
  margin: 0 auto;
}


/*詳細検索 1カラム用
--------------------------------------------------------------------*/

.kiji_1col {
  width: 940px;
  margin: 0;
  margin: auto;
  margin-top: 10px;
}

@media (max-width: 634px) {
  .kiji_1col {
    width: 100%;
  }
}

.kiji_1col p {
  margin: 5px 3px;
  padding: 5px 0;
}

.kiji_1col .kensaku_waku {
  padding: 15px 0px 10px 5px;
  margin-bottom: 10px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

@media (max-width: 634px) {
  .kiji_1col .kensaku_waku {
    padding: 15px 0 5px;
    margin: 10px;
  }
}

html {
  -webkit-text-size-adjust: 100%;
  /* text-align: center; */
  color: #333;
  font-size: 16px;
  line-height: 1.75;
  word-break: break-all;
  font-family: Arial, Helvetica, 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", 'Noto Sans Japanese', Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0
}

body {
  /* text-align: center */
}

a {
  color: #333;
}

.footer-menu a {
  color: #fff;
}

blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td img, textarea, th, ul {
  margin: 0;
  padding: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  color: #333333;
  font-size: 100%
}

fieldset, img {
  border: 0;
  vertical-align: middle
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: inherit
}

ol, ul {
  list-style: none
}

caption, th {
  text-align: left
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: inherit
}

img {
  border: none
}

a {
  text-decoration: none
}

li {
  list-style-type: none
}

table td {
  word-break: break-all
}

a {
  text-decoration: none
}

#main {
  /* background: #F9F9F9; */
  /* text-align: center; */
  margin: 0 auto;
  width: 970px;
  /* background-color: #f9f5e2; */
  background-color: #fff;
}

@media (max-width: 634px) {
  #main {
    width: 100%;
  }
}

.article {
  margin: 0 auto;
  padding: 0 0 30px 0;
  width: 900px
}

@media (max-width: 634px) {
  .article {
    width: 96%;
  }
}

.article>*:last-child, .article>*:last-child>*:last-child, .article>*:last-child>*:last-child>*:last-child {
  margin-bottom: 0 !important
}

.sidebar.mt9 {
  width: 940px;
  margin: auto;
  border: 1px solid #ded6c0;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width: 634px) {
  .sidebar.mt9 {
    width: auto;
  }
}

div.sidebar div.title {
  font-weight: bold;
  text-align: center;
  background: linear-gradient(#eee1c0, #e8d8a8);
  font-size: 18px;
  color: #ad772f;
  padding: 6px 0 4px 0;
}

div.sidebar div.content div.article {
  border-bottom: 2px dotted #ddd;
  margin: 5px 0;
  padding: 10px 3%;
  text-align: center;
}

.scroll-table {
    overflow: auto;
    white-space: nowrap;
    margin-top: 20px;
    margin-bottom: 20px;
}

.scroll-table img {
    width: auto;
}

.tbl_hikaku03 {
    width: 98%;
    margin: auto;
    border-left: 1px solid #bbb;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #ffffff;
    empty-cells: show;
    font-size: 85%;
    line-height: 1.250em;
}

.tbl_hikaku03 {
    margin-left: 10px;
    margin-right: 10px;
}

.tbl_hikaku03 tr:hover {
    /* background: #f4f4f4; */
    background: #F9F9B2;
}

.tbl_hikaku03 th {
    border: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    color: #333;
    background-color: #f1f1f1;
    padding: 0.3em 0.8em;
    text-align: center;
    /* font-weight: normal; */
}

table td {
    word-break: break-all;
}

.tbl_hikaku03 td {
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    color: #333;
    padding: 0 0.2em;
    text-align: center;
}

.tbl_kaisha {
    border: 1px solid #bbb;
    width: auto;
}

td.td_txt_left {
    text-align: left;
}

.mgn24 {
    margin-top: 24px;
    margin-bottom: 15px;
}

.al-c {
    text-align: center;
}

@media (max-width: 767px) {
	.nored {
	    color: #e15047;
	    font-size: 6vw;
	    -webkit-animation: blink 1s ease-in-out infinite alternate;
	    -moz-animation: blink 1s ease-in-out infinite alternate;
	    animation: blink 1s ease-in-out infinite alternate;
	}
}

.blinking{
    -webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

@media (max-width: 767px) {
	.number_registered {
	    text-align: center;
	    position: relative;
	    display: inline-block;
	    margin: 0;
	    padding: 10px 10px;
	    min-width: 120px;
	    max-width: 100%;
	    color: #555;
	    font-size: 15px;
	    background: #FFF;
	    border: solid 3px #555;
	    box-sizing: border-box;
	}
}

@media (max-width: 767px) {
	.number_registered:before {
	    content: "";
	    position: absolute;
	    top: -24px;
	    left: 50%;
	    margin-left: -15px;
	    border: 12px solid transparent;
	    border-bottom: 12px solid #FFF;
	    z-index: 2;
	}
}

@media (max-width: 767px) {
	.number_registered:after {
	    content: "";
	    position: absolute;
	    top: -30px;
	    left: 50%;
	    margin-left: -17px;
	    border: 14px solid transparent;
	    border-bottom: 14px solid #555;
	    z-index: 1;
	}
}

span.hyokatxt {
    font-size: 18px;
}

.pdg18 {
    padding-top: 18px!important;
    padding-bottom: 18px!important;
}

.witdhpc50 {
    width: 50%;
    margin: auto;
}

.witdhpc60 {
    width: 64%;
    margin: auto;
}

img.mngbtm10px {
    margin-bottom: 10px;
}

.num_area {
    background: #f3c301;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    border: solid #BDBDBD 1px;
    border-radius: 3px;
    border: none;
    color: #FFF;
    margin-top: 20px;
}

.num_area p {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.num_area span {
    width: 100%;
}

.num_area span.counter {
    background: #ffffff;
    border: none;
    color: #424242;
    display: inline-block;
    width: 95%;
    margin-top: 4px;
    font-size: 120%;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    border-radius: 3px;
    border: solid #ffcdd2 1px;
}

img.rankingimg {
    margin-bottom: 10px;
}

img.ranktblimg {
    width: 130px;
}

.tbltxt {
    text-align: right;
}

a.addbtn {
    display: block;
    background: #49AE47;
    color: white;
    font-size: 0.8rem;
    line-height: 1rem;
    padding: 7px 0;
    border-radius: 3px;
}

.last_date_top_image {
    margin-bottom: 20px;
}

img.spmv {
    margin-bottom: 12px;
}

.fff6f6 {
    background: #fff6f6!important;
}

