/* 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: 90%!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;
  margin-bottom: 0px;
}

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: 20px;
}

#main_contents #tab_wrap .ranking-table {
  background: #fff;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  overflow: scroll;
  width: 100%;
}

@media (max-width: 634px) {
	#main_contents #tab_wrap .ranking-table {
	  background: #fff;
	  display: inline-block;
	  margin-left: 10px;
	  overflow: scroll;
	  width: calc(100% - 20px);
	  -webkit-overflow-scrolling: touch
	}
}

.ranking-table::-webkit-scrollbar {
  height: 5px;
}

#main_contents #tab_wrap .ranking-table table {
  table-layout: fixed;
  width: 98%;
}

@media (max-width: 634px) {
	#main_contents #tab_wrap .ranking-table table {
	  table-layout: fixed;
	  width: 600px;
	}
}

#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 {
  width: 120px;
  min-width: 60px;
  background: #fff;
  /* 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;
}

#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, #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 .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;
  border-bottom: solid 1px #efe6bb;
  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 .list_wrap .thumb, #main_contents .basic_list>ul>li .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;
}

@media (max-width: 634px) {
	#main_contents #tab_wrap #tab_contents>div>ul>li .list_wrap .thumb, #main_contents .basic_list>ul>li .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 .top_txt {
  text-align: right;
  background: #f9f9f9;
  width: 100%;
  height: auto;
  float: left;
  background: #ffffff;
  font-size: 12px;
  padding-right: 10px;
  margin-bottom: 5px;
}

#main_contents .maindescription ul.check li {
  font-size: 1.1em;
  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;
  font-size: 12px;
}

#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;
}

#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;
  border-bottom: solid #cc9d04 2px;
  margin-bottom: 20px;
}

#main_contents #tab_wrap #tab_contents>div>ul>li .list_wrap h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  background: #fffcd3;
  border-bottom: solid 1px #efe6bb;
  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 {
  font-size: 12px;
  background: #fff;
  width: 120px;
}

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%;
	}
}

@media (max-width: 634px) {
	#main_contents #tab_wrap #tab_contents>div>ul>li .list_wrap .thumb, #main_contents .basic_list>ul>li .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: 105px;
	  height: auto;
	  border-radius: 5px;
	  overflow: hidden;
	}
}

#main_contents #tab_wrap .ranking-table td, #main_contents #tab_wrap .ranking-table th {
  width: auto;
  font-size: 13px;
}

@media (max-width: 634px) {
	#main_contents #tab_wrap .ranking-table td, #main_contents #tab_wrap .ranking-table th {
	  width: 120px;
	  font-size: 12px;
	}
}

#main_contents #tab_wrap .ranking-table p {
  margin-top: 5px;
  font-weight: bold;
}

img.logoimg {
    width: 80px;
    height: auto;
}

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: 13px;
    font-weight: bold;
}

#main_contents .maindescription ul.check {
  padding: 15px;
  font-size: 12px;
  line-height: 1.7em;
}

.maintxt {
    font-size: 13px;
    line-height: 1.7em;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

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 #E02F58;
	  padding: 10px 0;
	  line-height: 2em;
	  /* font-weight: bold; */
	  color: #000;
	  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%;
}

.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: 20px;
}

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: 110px;
  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: 97%;
  margin: 0;
  margin: auto;
  margin-bottom: 20px;
}

@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;
  /*background: url(../img/parts/kensaku_bg.gif) repeat-x bottom;*/
  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;
  }
}

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 {
  margin: 0 auto;
  width: auto;
  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: 970px;
  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;
}

.valuation-total .label {
    display: inline-block;
    background-color: #E73562;
    color: #FFF;
    padding: .4rem 2rem;
    border-radius: .3rem .3rem 0 0;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    text-align: center;
}

.valuation-total .base {
    padding: 6px;
    background-color: #FEF9FB;
}

.valuation-total .total {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.valuation-total .total-point {
    color: #E73562;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width: 593px) {
	div.kuchikomi {
	    margin-top: 50px;
	}
}

@media screen and (max-width: 593px) {
	div.kuchikomi div.kuchikomi_title img {
	    width: 80%;
	}
}

.valuation-total .total-base {
    font-size: 25px;
    line-height: 1;
    display: inline-block;
    vertical-align: bottom;
}

div.kuchikomi {
    margin: 43px 0 20px 0;
    border-radius: 10px;
    background-color: #ded6c0;
    padding: 3% 3% 1% 3%;
}

@media screen and (max-width: 593px) {
	div.kuchikomi div.kuchikomi_title {
	    margin-top: -50px;
	}
}

div.kuchikomi div.kuchikomi_content {
    padding: 2%;
    background-color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}

small {
    font-size: 80%;
}

.al-r {
    text-align: right;
    margin-right: 10px;
}

.kuchikomi-etc {
    text-align: center;
    margin-top: 10px;
}

div.kuchikomi-etc a {
    color: #ad772f;
    font-size: 13px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
  .resultBox {
      background-size: 100% auto;
      width: 100%;
      height: auto;
      margin: 0;
      text-align: center;
      margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .resultBoxLeft {
      width: 100%;
      height: auto;
      float: none;
      margin: 0;
      padding: 0;
      text-align: center;
      background: #a3843f;
      padding-bottom: 10px;
  }
}

.rPlan {
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 2.8;
}

@media screen and (max-width: 768px) {
  .rPlan {
      font-size: 21px;
      line-height: 52px;
  }
}

@media screen and (max-width: 768px) {
  .rRace {
      font-size: 16px;
      line-height: 1.0;
      background: #fff;
      margin-left: 10px;
      margin-right: 10px;
      padding-top: 10px;
      padding-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .rMoney {
      color: #9b741e;
      font-size: 32px;
      line-height: 1.1;
      padding: 0;
      background: #fff;
      margin-left: 10px;
      margin-right: 10px;
      font-weight: bold;
  }
}

@media screen and (max-width: 768px) {
  .rDate {
      background: #a3843f;
      margin: 0 0 0 4px;
      font-size: 16px;
      line-height: 1.4;
      color: #fff;
      padding: 10px 0 10px 0;
  }
}

@media screen and (max-width: 768px) {
  .rPlace {
      padding: 8px 0;
      font-size: 16px;
      line-height: 28px;
      margin-left: 10px;
      margin-right: 10px;
      background: #fff;
  }
}

@media screen and (max-width: 768px) {
  .rkaime {
      padding: 8px 0;
      font-size: 16px;
      line-height: 28px;
      margin-left: 10px;
      margin-right: 10px;
      background: #85080E;
      color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .resultBoxRight {
      float: none;
      margin: 10px 0 0 55px;
      text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .rPresents {
      padding: 10px;
      font-size: 14px;
      line-height: unset;
      background: #fff;
      margin-left: 10px;
      margin-right: 10px;
      text-align: left;
  }
}

.mb18 {
    margin-bottom: 18px !important;
}

.mt10 {
    margin-top: 10px!important;
}

.mt20 {
    margin-top: 20px!important;
}

.padlft20 {
    padding-left: 20px;
}

.padrit20 {
    padding-right: 20px;
}

.Title_Sec {
    padding: 8px;
    font-size: 20px;
    background-color: #fafafa;
}

.Title_Sec h2, .Title_Sec h3, .Title_Sec h4 {
    padding: 0 0 0 6px;
    border-left: 6px solid #3a59bf;
    color: #222;
    font-size: 17px;
}

.Payout_Detail_Table {
    border-collapse: collapse;
    width: 100%;
    background: #fff;
}

.Payout_Detail_Table .Tansho {
    background: #edf2ff;
}

.Payout_Detail_Table tr th {
    border-bottom: 1px solid #E3E5EB;
}

.Payout_Detail_Table tr th {
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
}

.Payout_Detail_Table tr th, .Payout_Detail_Table tr td {
    padding: 8px 4px 8px 4px;
    vertical-align: middle;
    text-align: left;
}

.Payout_Detail_Table .Tansho th {
    background: #565eb0;
}

.Payout_Detail_Table tr td.Result {
    font-size: 14px;
    white-space: nowrap;
}

.Payout_Detail_Table tr td.Result span {
    color: #333;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.7;
    position: relative;
}

.Payout_Detail_Table tr th, .Payout_Detail_Table tr td {
    padding: 8px 4px 8px 4px;
    vertical-align: middle;
    text-align: left;
}

.Payout_Detail_Table tr td.Payout, .Payout_Detail_Table tr td.Ninki {
    font-size: 12px;
    text-align: right;
    white-space: nowrap;
}

.Payout_Detail_Table tr td.Payout > span {
    line-height: 2;
    font-weight: bold;
}

.Payout_Detail_Table .Fukusho {
    background: #ffeeee;
}

.Payout_Detail_Table .Fukusho th {
    background: #cb5353;
}

.Payout_Detail_Table .Wakuren {
    background: #f1fdeb;
}

.Payout_Detail_Table .Wakuren th {
    background: #52a455;
}

.Payout_Detail_Table .Umaren {
    background: #f9ebfd;
}

.Payout_Detail_Table .Umaren th {
    background: #87599a;
}

.Payout_Detail_Table .Wide {
    background: #ebfbfd;
}

.Payout_Detail_Table .Wide th {
    background: #529fa8;
}

.Payout_Detail_Table .Umatan {
    background: #fffbe6;
}

.Payout_Detail_Table .Umatan th {
    background: #e5a339;
}

.Payout_Detail_Table .Fuku3 {
    background: #ebf6fd;
}

.Payout_Detail_Table .Fuku3 th {
    background: #4a94bc;
}

.Payout_Detail_Table .Tan3 {
    background: #fdf6eb;
}

.Payout_Detail_Table .Tan3 th {
    background: #e4813e;
}

.Payout_Detail_Table tr td.Result ul li {
    display: inline-block;
    vertical-align: middle;
}

.Payout_Detail_Table tr td ul li + li {
    margin-left: 8px;
}

.Payout_Detail_Table tr td ul li + li span:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 2px;
    background: #333;
    position: absolute;
    top: 8px;
    left: -9px;
}

.Payout_Detail_Table tr td.Ninki > span {
    display: block;
    line-height: 2;
    font-weight: bold;
}

.comment {
    border: 5px double #0CF;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 24px;
}

.comment-nowaku {
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 24px;
}

.comment.mng_top_10 {
    margin-top: 10px;
}

.comment.mng_btm_10 {
    margin-bottom: 10px;
}

.borderred {
    border: 5px solid #fd6b59;
}

.txtcnt {
    text-align: center;
}

.bgblack {
  background-color: #000;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@media screen and (max-width: 1100px) {
  .planContents {
      margin: 0 auto;
      text-align: center;
      width: 100%;
  }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@media screen and (max-width: 1100px) {
  .planArea {
      display: flex;
      justify-content: center;
      margin: 30px 0;
  }
}

.slider-pro {
    position: relative;
    margin: 0 auto;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.sp-slides-container {
    position: relative;
}

.sp-mask {
    position: relative;
    overflow: hidden;
}

.sp-grab {
    cursor: url(/images_sp/openhand.cur),move;
}

.sp-slides {
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.sp-slide {
    position: absolute;
}

@media screen and (max-width: 480px) {
  .sp-slide {
      margin: 0 0!important;
  }
}

.head-image-pc {
    text-align: center;
}

.site {
    margin: 0 auto;
    font-size: 16px;
    width: auto;
    max-width: 900px;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba( 0, 0, 0,0.25);
    -moz-box-shadow: 0 0 10px rgba( 0, 0, 0,0.25);
    -webkit-box-shadow: 0 0 10px rgba( 0, 0, 0,0.25);
}

#primary {
    box-sizing: border-box;
    padding: 0;
}

.entry-content {
    width: 800px;
    margin: 0 auto;
}

.entry-content, .entry-summary, .mu_register {
    line-height: 1.0;
}

.entry-content, .content-width {
    width: auto;
}

.entry-content table, .comment-content table {
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 634px) {
  .entry-content table, .comment-content table {
      width: auto;
      box-sizing: border-box;
      margin-left: 10px;
      margin-right: 10px;
  }
}

table.obi, table.obi-b, table.tape {
    margin: 0 -50px;
    width: 900px;
    height: 100px;
    vertical-align: middle;
    padding: 0 20px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.entry-content .inquiry tr, .entry-content table {
    border: solid 1px #d7d7d7;
}

.entry-obi {
    background-color: #ffff33;
    border-color: #ffffff;
    margin: 0;
    width: auto;
    vertical-align: middle;
    padding: 20px 20px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

@media (max-width: 634px) {
  .entry-obi {
      background-color: #ffff33;
      border-color: #ffffff;
      margin: 0;
      width: auto;
      vertical-align: middle;
      padding: 20px 20px;
      font-size: 33px;
      font-weight: bold;
      text-align: center;
      position: relative;
  }
}

.entry-txt {
    font-size: 16px;
    margin: 0;
    padding: 20px;
}

.inquiry th {
    text-align: left;
    font-size: 14px;
    color: #444;
    padding-right: 5px;
    width: 30%;
    background: #f7f7f7;
    border: solid 1px #d7d7d7;
    padding: 10px;
}

@media (max-width: 634px) {
  .inquiry th {
      width: 50%;
  }
}

.inquiry td {
    font-size: 13px;
    border: solid 1px #d7d7d7;
    padding: 10px;
    width: 70%;
}

.haveto {
    font-size: 7px;
    padding: 5px;
    background: #ff9393;
    color: #fff;
    border-radius: 2px;
    position: relative;
    bottom: 1px;
    margin: 10px;
}

.mailsend {
    margin-top: 20px;
}

.wpcf7-form-control-wrap {
    position: relative;
    margin: 10px;
}

.menu-toggle, input[type="submit"], input[type="button"], input[type="reset"], article.post-password-required input[type=submit], li.bypostauthor cite span {
    font-size: 17px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #337ab7;
    border-color: #2e6da4;
    -webkit-appearance: none;
    padding: 10px;
}

.inputbox {
    width: 200px;
}

@media (max-width: 634px) {
  .inputbox {
      width: 167px;
  }
}

.wd100 {
    width: 100px;
}

.wd200 {
    width: 200px;
}

.red {
    color: red !important;
}

.marker-animation-yellow {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,255,102) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,255,102) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,255,102) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,255,102) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,255,102) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 3s ease;
    font-weight: bold;
}

.marker-animation-yellow.active {
    background-position: -100% .5em;
}

.fnt140 {
    font-size: 140%;
}

div#page {
    margin-bottom: 20px;
}

.footer-cont {
    margin-bottom: 20px;
}

span.fnt16 {
    font-size: 16px;
}

span.fnt18 {
    font-size: 18px;
}

.kiji {
    margin: 10px;
    overflow: hidden;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (max-width: 634px) {
    .kiji {
        margin: 10px;
        overflow: hidden;
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
    }
}

.kiji h2 {
    margin: 10px;
    padding: 0;
    height: 25px;
    font-size: 135%;
    font-weight: 700;
    text-align: center;
}

.tbl_hyoki {
    width: 100%;
    border-left: 1px solid #bbb;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
    empty-cells: show;
    font-size: 95%;
}

.td_color {
    background-color: #f1f1f1;
    font-weight: 700;
}

.tbl_hyoki td {
    border: 1px solid #bbb;
    padding: .3em .2em;
    text-align: center;
}

.tbl_hyoki .td_txt_left {
    text-align: left;
    padding: 0 0 0 10px;
}

.kiji-footer {
    width: 100%;
    padding: 10px;
    font-size: 12px;
    text-align: center;
}

.tbl_privacy {
    width: 100%;
    background-color: #fff;
    empty-cells: show;
    font-size: 95%;
}



@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%,
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}

.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(40% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 130px;
  height: 90px;
  border-radius: 5px;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(0, 0, 0, .7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.Title_scr {
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #E02F58;
    font-weight: bold;
}

span.kaishutxt {
    font-size: 18px;
    font-weight: bold;
}

.kiji_1col .kensaku_waku {
    padding: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.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);
}

.komidashi03_02 {
    width: 160px;
    display: inline-block;
    margin: 0;
    padding: 0px 8px 0px 0;
    vertical-align: middle;
    font-weight: bold;
    font-size: 100%;
    background-color: #fff;
}

.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;
}

a.addbtn {
    display: block;
    background: #49AE47;
    color: white;
    font-size: 0.8rem;
    line-height: 1rem;
    padding: 7px 0;
    border-radius: 3px;
}

.search_box {
    margin-bottom: 10px;
    margin-top: 10px;
}

.search_area {
    width: 100%;
    /* float: left; */
}

.search_area select, #main_contents .contents .search_area input, #main_contents .contents.category select {
    display: block;
    width: 19.4%;
    float: left;
    padding: 10px;
    margin-left: 0.13%;
    margin-right: 0.13%;
    background: #FFFFFF;
    border: solid #BDBDBD 1px;
    margin-left: 10px;
}

.form_btn {
    text-align: center;
}

.form_btn button {
    width: 200px;
    padding: 10px;
    font-size: 80%;
    color: #040404;
    letter-spacing: 0.2em;
    font-weight: bold;
    background-color: #ffffff;
    border-radius: 35px;
    margin-right: 10px;
    /* margin-top: 5px; */
    border: solid 1px #BDBDBD;
}

@media (max-width: 634px) {
    .kiji_1col .kensaku_waku {
        padding: 0;
        border-right: unset;
        border-bottom: unset;
        border-left: unset;
    }

.search_area {
    padding: 10px;
}

.search_area select, #main_contents .contents .search_area input, #main_contents .contents.category select {
    display: inline-block;
    width: 32%;
    float: left;
    padding: 9px;
    margin-left: 0.63%;
    margin-right: 0.63%;
    background: #FFFFFF;
    border: solid #BDBDBD 1px;
    font-size: 12px%;
    margin-bottom: 7px;
}

}























