@charset "utf-8";
/* ------- reset --------- */

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  color: #999;
  font-size: 13px;
  line-height: 1.5;
}

dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
p,
blockquote,
fieldset,
div,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul li,
ol li {
  list-style: none;
}

table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

caption,
th {
  text-align: left;
}

caption {
  display: none;
}

table,
pre,
code,
select,
input,
textarea,
kbd,
var,
ins,
del,
samp {
  font-size: 100%;
}

address,
cite,
dfn,
em,
strong,
var,
th,
ins,
del,
samp {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

a:link {
  color: #34aee0;
}

a:visited {
  color: #34aee0;
}

a:hover {
  color: #34aee0;
}

a:active {
  color: #34aee0;
}

a img {
  border: none;
}

a {
  -webkit-tap-highlight-color: rgba(255, 221, 165, 0.498039);
}

fieldset {
  border: none;
}

button,
input,
textarea,
select {
  font-family: sans-serif;
}

strong {
  font-weight: bold;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  min-height: 1%;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  width: 0;
  font-size: 0;
}
/* ------- component --------- */
/* -- button -- */

.button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 10px;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.button.button_block {
  width: 100%;
}

.button.button_primary {
  background-color: #04a1dc;
  color: #fff;
  box-shadow: 0px 3px 0px #0379a5;
}

.button.button_sending_customers {
  background-color: #fa5858;
  color: #fff;
  box-shadow: 0px 3px 0px #8a2703;
}

.button.button_login {
  background-color: #fdb84b;
  color: #fff;
  box-shadow: 0px 3px 0px #de8903;
}

.button.button_cancel {
  background-color: #bbbbbb;
  color: #fff;
  box-shadow: 0px 3px 0px #898989;
}

.button.button_facebook {
  background-color: #4764b3;
  color: #fff;
  box-shadow: 0px 3px 0px #334880;
}

.button.button_google {
  background-color: #5f5f5f;
  color: #fff;
  box-shadow: 0px 3px 0px #3c3c3c;
}

.button.button_mixi {
  background-color: #dfa311;
  color: #fff;
  box-shadow: 0px 3px 0px #99700c;
}

.button.button_yahoo {
  background-color: #e00000;
  color: #fff;
  box-shadow: 0px 3px 0px #9b0000;
}
/* -- indicator -- */

.indicator {
  text-align: center;
}

.indicator .status {
  margin-bottom: 6px;
  color: #04a1dc;
  font-size: 12px;
  text-align: center;
}

.indicator .navigation {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
}

.indicator .navigation .point {
  width: 7px;
  height: 7px;
  line-height: 0;
  margin: 0 4px;
  background: #dcdcdc;
  border-radius: 4px;
  text-indent: -9999px;
}

.indicator .navigation .point.current {
  background: #04a1dc;
}
/* -- formUnit -- */

.formUnit {
  margin-bottom: 20px;
  overflow: hidden;
}

.formUnit.last {
  margin-bottom: 0;
}

.formUnit.last00 {
  margin-bottom: 10px;
}

.formUnit label {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
}

.formUnit label.title {
  display: block;
  font-weight: bold;
}

.formUnit .formControl01 {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  border: 1px solid #c39346;
  /* border: .99px solid #c39346; */
  border-radius: 5px;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.formUnit textarea.formControl01 {
  height: auto;
  padding: 5px;
  line-height: 15px;
}

.formUnit .formControl04 {
  display: block;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  border: 1px solid #c39346;
  /* border: .99px solid #c39346; */
  border-radius: 5px;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.formUnit04 {
  float: left;
  line-height: 35px;
}

.formControl05 {
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  border: 1px solid #c39346;
  /* border: .99px solid #c39346; */
  border-radius: 5px;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.formUnit05 {
  line-height: 35px;
}

.formUnit .checkbox01,
.formUnit .radio01 {
  margin-bottom: 10px;
}

.formUnit .checkbox01 label + label,
.formUnit .radio01 label + label {
  margin-left: 10px;
}

.formUnit input[type="checkbox"],
.formUnit input[type="radio"] {
  margin-right: 3px;
  width: 20px;
  height: 20px;
  float: left;
}

.formUnit .supplement01 {
  margin-top: 5px;
  color: #999;
  font-size: 12px;
}

.formUnit .error01 {
  padding: 5px 3px 0;
  color: #F00;
  font-size: 10px;
  clear: both;
}

.formUnit .select01 {
  position: relative;
}

.error02 {
  color: #F00;
  font-size: 10px;
  clear: both;
}

.formUnit .select01 select,
.formUnit .select select {
  width: 100%;
  height: 35px;
  line-height: 35px;
  margin: 0;
  padding: 0;
  text-indent: 5px;
  border: 1px solid #c39346;
  /* border: .99px solid #c39346; */
  border-radius: 6px;
  background: url(/assets/img/core/site/sp/icon/icon_arrow01.png) no-repeat 96% #fafafa;
  background-size: 10px 10px;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  font-size: 14px;
  color: #999;
  cursor: pointer;
}

.formUnit .select01 select:disabled,
.formUnit .select select:disabled {
  background-color: #eee;
  border-color: #999;
}

.formUnit.inline .formControl01 {
  display: inline-block;
  width: auto;
}

.formUnit.inline .select01 {
  display: inline-block;
}

.main_login .formUnit label {
  font-size: 12px;
}
/* ------- header --------- */

.header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  height: 43px;
  width: 100%;
  border-top: 2px solid #fdb84b;
  border-bottom: 1px solid #fdb84b;
  border-bottom: .99px solid #fdb84b;
  background: #fdfaf4;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 1) {
  .header {
    border-bottom: 1px solid #fdb84b;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .header {
    border-bottom: .99px solid #fdb84b;
  }
}

.header__logo {
  margin: 10px 10px 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  background: url(/assets/img/core/site/sp/common/logo_shoppers_eye002.png) no-repeat 0 0;
  -webkit-background-size: 115px auto;
  -moz-background-size: 115px auto;
  background-size: 115px auto;
  text-indent: -9999px;
}

.header__logo.logined {
  background: url(/assets/img/core/site/sp/common/logo_shoppers_eye002.png) no-repeat 0 0;
  -webkit-background-size: 115px auto;
  -moz-background-size: 115px auto;
  background-size: 115px auto;
  text-indent: -9999px;
}

.header__logo a {
  display: block;
  width: 115px;
  height: 26px;
}

.header__navigation {}

.header__navigation ul {
  display: -webkit-box;
  display: -moz-box;
  display: box;
}

.header__navigation__button {
  position: relative;
  width: 55px;
  height: 43px;
  text-align: center;
  box-sizing: border-box;
  padding: 3px;
}

.header__navigation__button a {
  display: block;
  color: #f4b148;
  font-size: 7px;
  height: 100%;
  box-sizing: border-box;
  padding-top: 22px;
}

.header__navigation__button {
  position: relative;
}

.header__navigation__button--active a {
  background-color: #fdecd0;
}

.header__navigation__button--login a,
.header__navigation__button--signup a,
.header__navigation__button--mypage a,
.header__navigation__button--message a {
  border: 1px solid #f4b148;
  /* border: .99px solid #f4b148; */
  border-radius: 2px;
}

.header__navigation__button--search {
  margin-left: 3px;
  padding: 0;
}
.header__navigation__button--search a {
  padding-top: 25px;
}

.header__navigation__button--search:before {
  content: ' ';
  position: absolute;
  width: .5px;
  height: calc(100% - 6px);
  top: 3px;
  left: 0;
  background: linear-gradient(to bottom, #fdfaf4 0%, #f4b148 20%, #f4b148 80%, #fdfaf4 100%);
}

.header__navigation__button a:before {
  content: ' ';
  width: 25px;
  height: 25px;
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: url(/assets/img/core/site/sp/icon/header__navigation.png) no-repeat;
  background-size: 125px 25px;
}

.header__navigation__button--login a:before {
  background-position: 0 0;
}

.header__navigation__button--signup a:before {
  background-position: -25px 0;
}

.header__navigation__button--search a:before {
  background-position: -50px 0;
}

.header__navigation__button--mypage a:before {
  background-position: -75px 1px;
}

.header__navigation__button--message a:before {
  background-position: -101px 1px;
}

.header__navigation__button__budge {
  color: #fff;
  background-color: red;
  font-size: 7px;
  line-height: 7px;
  font-weight: bold;
  height: 8px;
  min-width: 8px;
  display: block;
  position: absolute;
  border-radius: 4px;
  padding: 0 3px;
  top: 6px;
  right: 10px;
}

.header__message-balloon {
  position: absolute;
  top: 50px;
  right: 20px;
  width: 180px;
  background-color: #fff;
  box-shadow: 0px 0px 4px 0px rgb( 200, 200, 200);
  border: .99px solid #e1e1e1;
  font-size: 9px;
  display: none;
}

.header__message-balloon:after {
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 5px 4.5px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  right: 60px;
  top: -5px;
}

.header__message-balloon:before {
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5.5px 6px 5.5px;
  border-color: transparent transparent #e1e1e1 transparent;
  position: absolute;
  right: 59px;
  top: -6.5px;
}

.header__message-balloon li {
  border-bottom: .99px solid #e1e1e1;
  position: relative;
}

.header__message-balloon li a {
  color: #a5a5a5;
  display: block;
  line-height: 1.4;
  padding: 5px 10px 5px 30px;
}

.header__message-balloon__alert:before {
  content: ' ';
  background: url(/assets/img/core/site/sp/icon/icon--message-balloon.png) no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  background-size: 25px 12px;
  top: 5px;
  left: 2px;
}

.header__message-balloon__unread:after {
  content: ' ';
  background-color: #1289ff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  background-size: 25px 12px;
  top: 8px;
  left: 16px;
}

.header__message-balloon__reply:after {
  content: ' ';
  background: url(/assets/img/core/site/sp/icon/icon--message-balloon.png) no-repeat -12px 0;
  width: 12px;
  height: 12px;
  position: absolute;
  background-size: 25px 12px;
  top: 5px;
  left: 12px;
}

.header__message-balloon__reply {
}

.header__message-balloon .header__message-balloon__more {
  display: block;
  text-align: center;
  color: #f6b23b;
  padding: 7px 0;
}

.search .header__navigation ul li.search,
.mypage.waiting .header__navigation ul li.mypage {
  background: #fdefd8;
}

.mypage00.mypage .header__navigation ul li.mypage {
  background: none;
}

.mypage.search .header__navigation li.mypage {
  background: 0;
}
/* ------- footer --------- */

#footer {
  clear: both;
  background: #fcfcfc;
}

#footer .footerNavigation ul {
  overflow: hidden;
  border-bottom: 1px solid #c8c8c8;
  border-bottom: .99px solid #c8c8c8;
  backface-visibility: #fcfcfc;
}

#footer .footerNavigation ul li {
  float: left;
  width: 50%;
  border-top: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
  border-top: .99px solid #c8c8c8;
  border-left: .99px solid #c8c8c8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#footer .footerNavigation ul li:nth-child(2n-1) {
  border-left: none;
  border-right: .99px solid #c8c8c8;
}
#footer .footerNavigation ul li:nth-child(2n) {
  border-left: none;
}

#footer .footerNavigation ul li a {
  position: relative;
  display: block;
  padding: 10px 7px;
  color: #999;
  font-size: 12px;
}

#footer .footerNavigation ul li a::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 2px solid #c8c8c8;
  border-right: 2px solid #c8c8c8;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

#footer .switchLink {
  padding: 10px 5px;
  text-align: right;
  text-decoration: underline;
  background: #f9f9f9;
}

#footer .copyright {
  padding: 5px 0;
  text-align: center;
  font-size: 11px;
  background: #fff;
}

.img_foot {
  text-align: center;
}

.img_foot img {
  width: 50%;
}
/*----------index----------*/

body {
  background: #fffcf9;
}

.main {
  margin-top: 45px;
  /* padding-bottom:100px; */

  overflow: hidden;
}

#main.main_register,
#main.main_login {
  padding-bottom: 20px;
}

.main_register .formUnit:last-of-type {
  margin-bottom: 0;
}

.main_login .formUnit:last-of-type {
  margin-bottom: 10px;
}

.inner img {
  width: 100%;
}

.inner01 {
  padding: 10px 0 15px;
  border-bottom: 1px solid #c3c3c3;
  border-bottom: .99px solid #c3c3c3;
}

.box {
  margin: 10px;
}

.box01 {
  margin: 3px 10px 10px 10px;
}

.fixedBottomButtonBox {
  margin-bottom: 70px;
}

.link {
  color: #04a1dc;
  text-decoration: underline;
}
/*button*/

.btn {
  width: 95%;
  margin: 0 auto 20px;
  padding: 5px 0;
  overflow: hidden;
}

.btn00 {
  width: 95%;
  margin: -50px auto 0;
}

.btn01,
.btn02 {
  margin: 0 auto 20px;
  padding: 10px 0 30px;
  text-align: center;
  overflow: hidden;
}

.btn01 .button {
  width: 95%;
}

.btn02_inner {
  width: 95%;
  margin: 0 auto;
  text-align: center;
}

.btn03 {
  width: 95%;
  margin: 0 auto;
  padding: 10px 0;
  overflow: hidden;
}

.btn04 {
  padding-top: 0;
}
/*top*/

.index #main {
  padding-bottom: 0;
}

.main__kv {
  position: relative;
  background: url(/assets/img/core/site/sp/photo/img_main.png) no-repeat left 0 bottom 40px;
  background-size: 100% auto;
  height: 74vw;
  background-color: #fff;
}

.main__kv__title {
  color: #04a1dc;
  font-size: 14px;
  font-weight: bold;
  width: 60%;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 10;
  line-height: 1.4;
}
.main__kv__tagline {
  color: #555;
}
.main__kv__text {
  font-size: 7px;
  font-weight: bold;
  position: absolute;
  width: 60%;
  top: 65px;
  right: 0;
  z-index: 10;
  color: #808080;
}

.main__kv__button {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: calc( 100% - 20px);
}

.main__link {
  padding: 15px 10px;
  text-align: right;
  font-size: 9px;
}

.main__total-user {
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
  background: #f6f6f6;
  color: #676768;
}

.main__total-user__number {
  font-size: 18px;
  font-weight: bold;
  color: #ff3d78;
}

.main__total-user__subtext {
  display: block;
  text-align: center;
  font-size: 7px;
}

.main__search {
}
.main__search__conditions {
  background-color: #fdecd0;
  padding: 11px 9px;
  border-bottom: .99px solid #c3c3c3;
}
.main__search__conditions form {
  background-color: #fff;
  /* border: 0.5px solid #c5c5c5; */
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  padding: 4px;
  margin-bottom: 9px;
}
.main__search__conditions form input[type=text]{
  font-size: 14px;
  line-height: 14px;
  border: none;
  padding: 3px 6px 0;
  display: block;
  float: left;
  height: 26px;
  box-sizing: border-box;
  width: 240px;
}
.main__search__conditions form input[type=submit]{
  border-radius: 3px;
  background: linear-gradient(to bottom, #f5bb60 0%,#daa756 100%);
  color: #fff;
  border: none;
  font-size: 12px;
  padding: 0 14px;
  display: block;
  float: right;
  height: 26px;
  box-sizing: border-box;
}
.main__search__conditions > ul {
  margin-bottom: -7px;
}
.main__search__conditions > ul > li {
  width: 48%;
  width: calc((100% - 9px) / 2);
  float: left;
  background-image: -webkit-linear-gradient( 90deg, rgb(239, 239, 239) 0%, rgb(255, 255, 255) 100%);
  border: .99px solid #bf8b39;
  box-sizing: border-box;
  margin-bottom: 7px;
}
.main__search__conditions > ul > li:nth-child(even) {
  float: right;
}
.main__search__conditions > ul > li a {
  color: #e78b07;
  font-size: 10px;
  display: block;
  padding: 11px;
  font-weight: bold;
  padding-left: 43px;
  position: relative;
}
.main__search__conditions__link:before {
  content: ' ';
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(/assets/img/core/site/sp/icon/search-icon.png) no-repeat;
  background-size: 25px 303px;
  left: 11px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.main__search__conditions__reward:before {
  background-position: 0 -32px;
}
.main__search__conditions__rate:before {
  background-position: 0 -64px;
}
.main__search__conditions__now:before {
  background-position: 0 -97px;
}
.main__search__categories {}
.main__search__categories li {
  background: url(/assets/img/core/site/sp/icon/icon_arrow00.png) no-repeat top -7px right 9px;
  background-size: 13px 72px;
  border-bottom: .99px solid #c3c3c3;
}
.main__search__categories .main__search__categories__link {
  display: block;
  color: #636363;
  font-size: 12px;
  font-weight: bold;
  height: 57px;
  box-sizing: border-box;
  padding-top: 12px;
  padding-left: 47px;
  position: relative;
}
.main__search__categories__link:before {
  content: ' ';
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(/assets/img/core/site/sp/icon/search-icon.png) no-repeat;
  background-size: 25px 303px;
  left: 11px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.main__search__categories__link--mask:before {
  background-position: 0 -136px
}
.main__search__categories__link--monitor:before {
  background-position: 0 -186px
}
.main__search__categories__link--place:before {
  background-position: 0 -228px
}
.main__search__categories__link--home:before {
  background-position: 0 -271px
}
.main__search__categories__link--tentame:before {
  background: url(/assets/img/core/site/sp/icon/tentame-icon.png) no-repeat;
  background-size: 25px 29px;
}

.main__search__categories__link span {
  display: block;
}
.main__search__categories__link--sub {
  font-size: 9px;
  color: #9d9d9d;
  font-weight: normal;
  margin-top: 4px;
}

.main__alert {
  padding: 5px 9px 9px;
  background-color: #fff;
}

.main__alert a {
  font-size: 10px;
  color: red;
  text-decoration: underline;
}

.main__infomation {
  border-top: .99px solid #eaeaea;
}

.main__infomation__title {
  font-size: 12px;
  color: #a4a4a4;
  padding: 1px 9px;
  border-bottom: .99px solid #eaeaea;
}

.main__infomation__link {
  display: block;
  background-color: #f9f9f9;
  padding: 6px 9px;
  color: #3c3c3c;
  border-bottom: .99px solid #eaeaea;
  position: relative;
}

.main__infomation__link:after {
  content: ' ';
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(/assets/img/core/site/sp/icon/icon_arrow04.png) no-repeat;
  background-size: 14px 14px;
  right: 5px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.main__infomation__link:visited,
.main__infomation__link:link {
  color: #3c3c3c;
}

.txt04 {
  text-align: right;
  font-size: 80%;
}

.tit_h3-01 {
  padding: 8px 10px;
  font-weight: bold;
  color: #e78b07;
  font-size: 14px;
  border-top: .99px solid #eaeaea;
  border-bottom: .99px solid #eaeaea;
  background: #ffdca5;
}

.main__section {
  background-color: #fff;
}

.main__section__title {
  padding: 4px 10px;
  font-weight: bold;
  color: #e78b07;
  font-size: 14px;
  border-top: .99px solid #eaeaea;
  border-bottom: .99px solid #eaeaea;
  background: #ffdca5;
  position: relative;
  padding-left: 30px;
}

.main__section__title:before {
  content: ' ';
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  background: url(/assets/img/core/site/sp/icon/main__section__title.png) no-repeat;
  background-size: 30px 320px;
}

.main__section__title--none-icon {
  padding-left: 10px;
}

.main__section__title--pale {
  background-color: #fdf3de;
  color: #808080;
  font-size: 12px;
  padding: 6px 10px;
}

.main__section__title--none-icon:before {
  content: none;
}

.main__section__title--s {
  font-size: 12px;
  line-height: 1.3;
}

.main__section__title--search:before {
  background-position: 1px -1px;
}

.main__section__title--ranking:before {
  background-position: 1px -28px;
}

.main__section__title--recommend:before {
  background-position: 1px -56px;
}

.main__section__title--monitor:before {
  background-position: 1px -88px;
}

.main__section__title--mask:before {
  background-position: 1px -122px;
}

.main__section__title--pickup:before {
  background-position: 1px -154px;
}

.main__section__title--flow:before {
  background-position: 1px -154px;
}

.main__section__title--person:before {
  background-position: 1px -189px;
}

.main__section__title--flow:before {
  background-position: 1px -222px;
}

.main__section__title--review:before {
  background-position: 1px -256px;
}

.main__section__toggle--button {
  color: #808080;
  font-size: 12px;
  font-weight: bold;
  padding: 10px;
  background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
  border-bottom: .99px solid #eaeaea;
  position: relative;
}

.main__section__toggle--button:after {
  content: ' ';
  width: 15px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 12px;
  background: url(/assets/img/core/site/sp/icon/icon_arrow06.png) no-repeat -28px -1px;
  background-size: 72px 13px;
}

.main__section__toggle--area {
  font-size: 12px;
  color: #888;
  text-align: center;
  padding: 7px 0 15px;
}

.main__section__twitter {
  display: table;
  width: 190px;
  margin: 12px auto 0;
}

.main__section__twitter > div {
  display: table-cell;
  padding: 5px;
  vertical-align: middle;
}

.main__section__twitter > div:first-child {
  border: .99px solid #dedede;
  text-align: center;
}

.main__section__twitter > div:last-child {
  padding-left: 13px;
}

.main__section__twitter > div:first-child span {
  font-size: 8px;
  font-weight: bold;
  color: #2ca7e0;
  display: block;
}

.main__section .main__section__twitter img {
  width: 30px;
  vertical-align: bottom;
  display: block;
  margin: 0 auto;
}

.main__section__tabs {
  margin-top: 18px;
  border-bottom: 3px solid #fdb84b;
  padding: 0 10px
}

.main__section__tabs li {
  width: calc((100% - 6px)/4);
  text-align: center;
  margin-left: 2px;
  float: left;
  background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
  font-size: 10px;
  /* border: .5px solid #bf8b39; */
  border: 1px solid #bf8b39;
  border-bottom: none;
  box-sizing: border-box;
  border-radius: 3px 3px 0 0;
}

.main__section__tabs li.active {
  background: #fdb84b;
  border-color: #fdb84b;
}

.main__section__tabs li a {
  color: #bf8b39;
  display: block;
  padding: 4px 0;
}

.main__section__tabs li.active a {
  color: #fff;
}

.main__section__tabs li:first-child {
  margin-left: 0;
}

.main__section__pager {}

.main__section__pager__label {
  display: block;
  text-align: center;
  color: #8f8f8f;
  font-size: 9px;
}

.main__section__pager ul {
  padding-bottom: 24px;
  width: 190px;
  margin: 4px auto 0;
}

.main__section__pager li {
  float: left;
  width: 40px;
  text-align: center;
  font-size: 10px;
  margin-left: 10px;
  padding: 2px 0;
  border: .99px solid #dad8d8;
  box-sizing: border-box;
  background-color: #fff;
}

.main__section__pager li.disable {
  background-color: #eaeaea;
}

.main__section__pager li:first-child {
  margin-left: 0;
}

.main__section__pager li a,
.main__section__pager li span {
  color: #afafaf;
  display: block;
}

li.main__section__pager--prev {
  text-align: right;
  padding-right: 4px;
  position: relative;
}

li.main__section__pager--prev:before {
  position: absolute;
  left: 4px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.25px 6px 3.25px 0;
  border-color: transparent #989898 transparent transparent;
}

li.main__section__pager--next {
  text-align: left;
  padding-left: 4px;
  position: relative;
}

li.main__section__pager--next:before {
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.25px 0 3.25px 6px;
  border-color: transparent transparent transparent #989898;
}

.main__section--search__lists {
  padding: 12px 10px 14px;
}

.main__section--search__lists li {
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 10px;
  border: .99px solid #bf8b39;
  width: calc((100% - 20px)/3);
  background-image: -webkit-linear-gradient( 90deg, rgb(239, 239, 239) 0%, rgb(255, 255, 255) 100%);
}

.main__section--search__lists li:first-child {
  margin-left: 0;
}

.main__section--search__link {
  position: relative;
  height: 50px;
  display: block;
  padding-left: 40px;
  font-size: 10px;
  font-weight: bold;
  color: #e78b07;
  box-sizing: border-box;
  padding-top: 11px;
}

.main__section--search__link--monitor {
  font-size: 8px;
  padding-top: 13px;
}

.main__section--search__link:visited,
.main__section--search__link:link {
  color: #e78b07;
}

.main__section--search__link:before {
  content: ' ';
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 6px;
  background: url(/assets/img/core/site/sp/icon/main__section--search__lists.png) no-repeat;
  background-size: 100px 30px;
}

.main__section--search__link--mask:before {
  background-position: -38px 0;
}

.main__section--search__link--monitor:before {
  background-position: -75px 0;
}

.main__section--ranking__lists {
  padding: 10px;
}

.main__section--ranking__list {
  /* border: .5px solid #b7b7b7; */
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  background: url(/assets/img/core/site/sp/icon/icon_arrow00.png) no-repeat top 0 right 4px;
  background-size: 13px 72px;
  margin-bottom: -5px;
  margin-top: 9px;
}

.main__section--ranking__list_sending_customers{
  border: 1px solid #018aff;
}

.main__section--ranking__list_research{
  border: 1px solid #ff4000;
}

.main__section--ranking__list:first-child {
  margin-top: 0;
}

.main__section--ranking__list__info {
  width: calc(100% - 105px);
  height: 100%;
  padding: 9px 20px 9px 7px;
  box-sizing: border-box;
  position: relative;
}

.main__section--ranking__list__info h4 {
  font-size: 10px;
  color: #999;
  font-weight: bold;
  line-height: 1.2;
}

.main__section--ranking__list__info h4 span {
  color: #fff;
  background-color: #636363;
  border: .99px solid #b7b7b7;
  font-weight: normal;
  font-size: 7px;
  line-height: 7px;
  padding: 0 4px;
}

.main__section--ranking__list:nth-child(1) .main__section--ranking__list__info h4 span {
  background-color: #e9ae2a;
  border-top: .99px solid #f2d084;
  border-left: .99px solid #eebf57;
  border-right: .99px solid #936e1b;
  border-bottom: .99px solid #624912;
}

.main__section--ranking__list:nth-child(2) .main__section--ranking__list__info h4 span {
  background-color: #b7bdc0;
  border-top: .99px solid #dde1e3;
  border-left: .99px solid #c9cfd1;
  border-right: .99px solid #797d80;
  border-bottom: .99px solid #414343;
}

.main__section--ranking__list:nth-child(3) .main__section--ranking__list__info h4 span {
  background-color: #a28977;
  border-top: .99px solid #dbd0c7;
  border-left: .99px solid #b6a294;
  border-right: .99px solid #695a4e;
  border-bottom: .99px solid #34271e;
}

.main__section--ranking__list a {
  display: block;
  height: 72px;
  overflow: hidden;
  position: relative;
}

.main__section--ranking__list .img__wrapper,
.main__section--ranking__list__info {
  float: left;
}

.main__section--ranking__list .img__wrapper {
  width: 100px;
  border-right: 1px solid #b7b7b7;
  border-radius: 4px 0 0 4px;
}
.main__section--ranking__list a img {
  width: 100px;
}


.main__section--ranking__list__fee,
.main__section--ranking__list__date,
.main__section--ranking__list__review {
  font-size: 10px;
  color: #999;
  position: absolute;
  bottom: 7px;
}

.main__section--ranking__list__fee__strong {
  font-size: 10px;
  color: #ff4000;
  position: absolute;
  bottom: 7px;
}

.main__section--ranking__list__fee {
  left: 7px;
  background: url(/assets/img/core/site/sp/icon/reward001.png) no-repeat 0 1px;
  padding-left: 15px;
  background-size: 12px 12px;
}

.main__section--ranking__list__fee__strong {
  left: 7px;
  background: url(/assets/img/core/site/sp/icon/reward001.png) no-repeat 0 1px;
  padding-left: 15px;
  background-size: 12px 12px;
  font-weight: bold;
  font-size: xlarge;
}
.main__section--ranking__list__date {
  left: 90px;
  background: url(/assets/img/core/site/sp/icon/date001.png) no-repeat 0 1px;
  padding-left: 15px;
  background-size: 12px 12px;
}

.main__section--ranking__list__review {
  right: 20px;
}

.main__section--ranking__list__review span {
  color: #fdda06;
  letter-spacing: 1px;
  margin-right: 2px;
}

.main__section--ranking__list .main__section--ranking__list__tag {
  position: absolute;
  width: 45px;
  top: 5px;
  left: 0;
}

.main__section--ranking__list .main__section--ranking__list__tag img {
  display: block;
  width: 100%;
  float: none;
  border: none;
  border-radius: 0;
}

.main__section__categories {
  border: .99px solid #dedede;
  margin: 10px 10px 20px;
  padding: 9px;
}

.main__section__categories h4 {
  color: #1ca2da;
  font-size: 9px;
  margin-bottom: 5px;
}

.main__section__categories li {
  display: inline-block;
  position: relative;
  padding-left: 8px;
  margin-right: 20px;
  margin-bottom: 8px;
}

.main__section__categories li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 6px;
  left: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #1ca1da;
}

.main__section__link a {
  text-align: center;
  display: block;
  padding: 10px 0 20px;
  position: relative;
}

.main__section__link a:after {
  content: ' ';
  position: absolute;
  background: url(/assets/img/core/site/sp/icon/icon_arrow05.png) no-repeat;
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  top: 12.5px;
}

.main__section__link--more {
  display: block;
  background: url(/assets/img/core/site/sp/icon/icon_arrow06.png) no-repeat center 2px;
  background-size: 72px 13px;
  height: 25px;
  border-bottom: .99px solid #c3c3c3;
}

.main__section__img--left {
  border: .99px solid #b7b7b7;
}

.main__section__text--right {
  font-size: 9px;
  font-weight: bold;
  line-height: 1.3;
}

.main__section__text--right__title {
  font-size: 12px;
  color: #04a1dc;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  position: relative;
  padding-left: 8px;
}

.main__section__text--right__title:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 4px;
  left: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #1ca1da;
}

.main__section__lists--text {
  border-top: .99px solid #c3c3c3;
  margin-bottom: 5px;
}

.main__section__lists--text li a {
  border-bottom: .99px solid #c3c3c3;
  padding: 15px 8px;
  font-size: 12px;
  color: #636363;
  display: block;
  font-weight: bold;
  position: relative;
  background: url(/assets/img/core/site/sp/icon/icon_arrow00.png) no-repeat top -12px right 7px;
  background-size: 13px 72px;
}

.main__section__lists--text li a span {
  display: block;
  position: absolute;
  background-color: #04a1dc;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  border-radius: 3px;
  padding: 0 8px;
  right: 28px;
  top: 16px
}

ul.category__list {
    width:100%;
    margin-bottom: 0px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.category__list li {
    float: left;
    width: 49%;
    border-bottom: .99px solid #c3c3c3;
}

ul.category__list li:nth-child(2n+1) {
    border-right: .99px solid #c3c3c3;
}

ul.category__list li a {
    padding: 15px 20px;
    border-bottom: none;
}

.main__section__lists--text--hidden {
  display: none;
  border-top: none;
  margin-top: -5px;
}

.main__section__review {
  border-bottom: .99px solid #cdcdcd;
}

.main__section__review > ul {
  padding: 14px 10px 0;
}

.main__section__review > ul > li {
  border: .99px solid #cdcdcd;
  padding: 5px 12px;
  margin-bottom: 10px;
}

.main__section__review__star {
  color: #fdda06;
  font-size: 19px;
  letter-spacing: 5px;
}

.main__section__review__evaluation {
  color: #999;
  font-size: 12px;
  vertical-align: 2px;
}

.main__section__review__tag--new {
  color: #ff007d;
  font-size: 12px;
  font-weight: bold;
  vertical-align: 2px;
}

.main__section__review__text {
  font-size: 12px;
  color: #545454;
  margin-top: 10px;
  margin-bottom: 3px;
  line-height: 1.2;
}

.main__section__review__text--center {
  font-size: 12px;
  color: #545454;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.2;
  text-align: center
}

.main__section__review__date,
.main__section__review__tag {
  color: #c3c3c3;
  font-size: 12px;
}

.main__sharearea {
  background-color: #fff;
  display: table;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.main__sharearea:before {
  content: ' ';
  background-color: #fff;
  height: 10px;
  width: 100%;
  top: -10px;
  left: 0;
  position: absolute;
}

.main__sharearea > div {
  display: table-cell;
  text-align: left;
  padding-left: 7px;
  width: 50%;
}

.main__sharearea > div:first-child {
  display: table-cell;
  text-align: right;
  padding-right: 7px;
  padding-left: 0;
}

.main__sharearea img {
  width: auto!important;
}

.main__section__prefecture__area h4 {
  font-size: 12px;
  font-weight: bold;
  color: #636363;
  background-color: #fef9f2;
  padding: 12px;
  padding-left: 8px;
  border-bottom: .99px solid #c3c3c3;
  position: relative;
}
.main__section__prefecture__area ul {
  display: none;
}
.main__section__prefecture__area h4:after {
  position: absolute;
  content: ' ';
  width: 21px;
  height: 21px;
  background: url(/assets/img/core/site/sp/icon/toggle.png) no-repeat;
  background-size: 21px 50px;
  background-position: 0 -29px;
  right: 10px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.main__section__prefecture__area h4.opened:after {
  background-position: 0 0;
}

.main__section__prefecture__area li a {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #636363;
  background-color: #fff;
  padding: 12px;
  padding-left: 20px;
  background: url(/assets/img/core/site/sp/icon/icon_arrow00.png) no-repeat top -15px right 9px;
  background-size: 13px 72px;
  border-bottom: .99px solid #c3c3c3;
}
.main__section__beginner {
  padding-bottom: 20px;
  background-color: #fff;
}
.main__section__beginner__block {
  padding: 12px 12px 9px;
  background-color: #fff;
}
.main__section__beginner__block__title {
  font-weight: bold;
  background-color: #ffe8c2;
  font-size: 11px;
  color: #e98b00;
  padding: 6px 15px;
}
.main__section__beginner__block__title--blue {
  background-color: #afe7ff;
  color: #0087c3;
}
.main__section__beginner__block__inner {
  background-color: #f8f7f7;
  padding: 13px;
  font-size: 11px;
  color: #707070;
}
.main__section__beginner__block__inner__image {
  background-color: #fff;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 12px;
}
.main__section__beginner__block__inner__image img {
  width: 37%;
}
.main__section__beginner__block__inner p {
  font-size: 10px;
  color: #4c4c4c;
  font-weight: bold;
}
.main__section__beginner__block__inner h5 {
  margin-bottom: 8px;
}
.main__section__beginner__block__inner h5 a {
  font-size: 12px;
  font-weight: bold;
  position: relative;
  padding-left: 10px;
}
.main__section__beginner__block__inner h5 a:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 3px;
  left: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #1ca1da;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}

.popup__inner {
  background-color: #f3f5f5;
  border-radius: 3px;
  text-align: center;
  width: calc( 100% - 60px);
  margin: auto;
  padding: 25px 30px;
  box-sizing: border-box;
  position: relative;
  transition: 0.5s ease-in-out;
}

.popup__inner p {
  text-align: left;
  font-size: 12px;
}

.popup__button--close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 8px;
  right: 8px;
}

.popup__button--close img {
  width: 100%;
}

.main__section__title.mini {
  font-size: 12px;
  font-weight: bold;
}

.tit_h3-03 {
  padding: 8px 10px;
  font-weight: bold;
  color: #e78b07;
  border-top: .99px solid #eaeaea;
  border-bottom: .99px solid #eaeaea;
  background: #ffdca5;
}

.tit_h4-01 {
  padding: 5px 10px;
  font-weight: bold;
  color: #636363;
  background: #ffecc7;
}

.tit_h4-02 {
  padding: 5px 10px;
  color: #636363;
  background: #fdf2dd;
}

.tit_h4-03 {
  font-weight: bold;
  font-size: 14px;
  color: #505050;
}

.main__section img {
  width: 100%;
}

.main__section .left {
  width: 35%;
}

.main__section .right {
  width: 62%;
}

.point_inner {
  padding: 10px 10px 5px;
  overflow: hidden;
}

.item02 li {
  width: 50%;
  float: left;
  margin: 10px 0 0;
  text-align: center;
}

.item02 img {
  width: 92%;
}

.main__section__flow .left {
  width: 30%;
}

.main__section__flow .right {
  width: 69%;
  padding-top: 8%;
  font-weight: bold;
  font-size: 13px;
  color: #636363;
}

.index .item03 .last .right {
  padding-top: 6%;
}

.index .mini {
  padding: 10px 0;
}

.index .item03 ul {
  padding: 15px 0 10px;
}

.index .item03 .point_inner {
  padding: 0;
}
/*input*/

input[type="checkbox"] {
  float: left;
  outline: none;
  border: 0;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background: transparent;
  cursor: pointer;
  vertical-align: -5px;
  background: url(/assets/img/core/site/sp/common/bg_cbox.png) no-repeat;
  background-size: cover;
}

input[type="checkbox"]:checked {
  background: url(/assets/img/core/site/sp/common/bg_cbox_on.png) no-repeat;
  background-size: cover;
}

.indicator {
  margin: 30px auto 0;
  clear: both;
}
/*radio 1*/

.big-radio {
  display: none;
}

.big-radio + label {
  width: 120px;
  height: 120px;
  border: none;
  display: inline-block;
  position: relative;
  -webkit-appearance: none;
}

.man.big-radio + label {
  background: url(/assets/img/core/site/sp/icon/man_off.png) no-repeat;
  background-size: cover;
}

.woman.big-radio + label {
  background: url(/assets/img/core/site/sp/icon/woman_off.png) no-repeat;
  background-size: cover;
}

.big-radio:checked + label:after {
  content: ' ';
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
}

.man.big-radio:checked + label:after {
  background: url(/assets/img/core/site/sp/icon/man_on.png) no-repeat;
  background-size: cover;
}

.woman.big-radio:checked + label:after {
  background: url(/assets/img/core/site/sp/icon/woman_on.png) no-repeat;
  background-size: cover;
}
/*radio 2*/

.regular-radio {
  display: none;
}

.regular-radio + label {
  padding-left: 23px;
  background: url(/assets/img/core/site/sp/icon/icon_radio.png) no-repeat left;
  background-size: 20px 20px;
  position: relative;
  -webkit-appearance: none;
}

.regular-radio:checked + label:after {
  content: ' ';
  width: 21px;
  height: 21px;
  position: absolute;
  top: 0;
  left: 0;
}

.regular-radio:checked + label:after {
  background: url(/assets/img/core/site/sp/icon/icon_radio_on.png) no-repeat left;
  background-size: 20px 20px;
}
/*フッター固定*/

.page {
  position: relative;
}

.btn_bottom {
  width: 100%;
  border-top: 1px solid #a9a9a9;
  border-top: .99px solid #a9a9a9;
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  background: #fff;
}

.btn_bottom .btn01 {
  margin: 5px auto;
  padding: 5px 0 8px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1) {
  .btn_bottom {
    border-top: 1px solid #a9a9a9;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .btn_bottom {
    border-top: .99px solid #a9a9a9;
  }
}
/*汎用*/

.list {
  margin: 10px auto;
}

.list dl {
  overflow: hidden;
  border: 1px solid #b7b7b7;
  /* border: .99px solid #b7b7b7; */
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  position: relative;
  background: #fff;
}

.list dt {
  width: 25%;
  border-right: .99px solid #b7b7b7;
}

.list dt,
.list dd {
  float: left;
  padding: 5px;
  border-bottom: 1px solid #b7b7b7;
  border-bottom: .99px solid #b7b7b7;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.list dd {
  width: 75%;
}

.list dt.last,
.list dd.last {
  border-bottom: 0;
}

ol.styled-list,
ul.styled-list {
  margin-left: 1.5em;
}

ul.styled-list li,
ol.styled-list li {
  list-style-position: outside;
  margin-top: 0.2em;
}

ol.styled-list li {
  list-style-type: decimal;
}

ul.styled-list li {
  list-style-type: disc;
}

ol.styled-list.cjk-style li {
  list-style-type: cjk-ideographic;
}

.table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #fff;
}

.table,
.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
  border: 1px solid #b7b7b7;
  padding: 5px;
}
.table th {
  font-weight: bold;
}
.error01 {
  padding-top: 10px;
  color: #fc0d1b;
}
.txt02 {
  text-align: left;
  padding-top: 10px;
}
.alert02 {
  color: #fc0d1b;
  font-size: 16px;
}
.box02 {
  margin: 20px 0px 20px 10px;
  font-size: 14px;
}

.box-ads-google {
  margin: 10px 10px 20px;
  padding: 9px;
  text-align: center;
}

.background-referral h4{
  background: #e0f2f7;
}