@charset "UTF-8";
/********************************
DEFAULT
*********************************/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  font-size: 0.01em;
  height: 0;
  overflow: hidden;
}
.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

/*************
Contents
***************/
.only-pc {
  display: block;
}

.only-sp {
  display: none;
}

.is-hover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

/*layout*/
.wrapper {
  min-width: 1040px;
  height: auto;
  position: relative;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  text-align: left;
  background: #eaeaea;
  font-size: 100%;
  font-size: 1rem;
  line-height: 1.6em;
  color: #555555;
}
.wrapper h2, .wrapper h3, .wrapper h4, .wrapper p, .wrapper ul {
  margin: 0;
  padding: 0;
}
.wrapper a {
  color: #e67121;
  text-decoration: underline;
}
.wrapper a:link {
  color: #e67121;
  text-decoration: underline;
}
.wrapper a:visited {
  color: #e67121;
}
.wrapper a:hover, .wrapper a:active {
  color: #e67121;
  text-decoration: none;
}
.wrapper img {
  vertical-align: middle;
  line-height: 0;
  font-size: 0;
  margin: 0;
  padding: 0;
}

.area-mainview {
  background: url(../images/bg_mainimg_01.png) center top/cover no-repeat;
  height: 500px;
}

.sec-mainview {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.box-userdata {
  position: absolute;
  top: 19px;
  right: 30px;
  z-index: 999;
  background: #ffffff;
  padding: 8px 12px;
}
.box-userdata p {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1em;
}
.box-userdata p span {
  color: #e67121;
}

.sec-url {
  position: absolute;
  top: 363px;
  left: 50%;
  z-index: 999;
  width: 926px;
  margin: 0 0 0 -463px;
}

.box-url {
  background: url(../images/bg_url_01.png) repeat 0 0;
  padding: 7px;
}

.url-textarea {
  width: 792px;
  float: left;
  text-align: center;
  height: 44px;
}
.url-textarea textarea {
  width: 100%;
  padding: 0.5em 5%;
  height: 44px;
  background: #ffffff;
  border: none;
  font-size: 1.125rem;
  text-align: center;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
  resize: none;
  vertical-align: bottom;
  border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  line-height: 1.5em;
}

.url-btn {
  float: right;
  width: 120px;
  height: 44px;
}
.url-btn button {
  background: url(../images/btn_url_01_no.png) no-repeat center center;
  width: 120px;
  border: 0;
  height: 44px;
  text-align: center;
  line-height: 1em;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: bold;
  cursor: pointer;
}
.url-btn button:hover {
  background: url(../images/btn_url_01_on.png) no-repeat center center;
}

.contents {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 130px 0;
}

.pr_parts_renewal {
  display: flex;
  position: relative;
  justify-content: center;
  background: #6BCCFE;
  margin: 0 0 10px 400px;
  border-radius: 100vw;
  width: 600px;
  text-align: center;
  animation: fluffy1 3s ease infinite;
}
@keyframes fluffy1 {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-15px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (max-width: 600px) {
  .pr_parts_renewal {
    width: 95%;
    margin: 14px auto 10px;
    font-size: 11px;
  }
}
.pr_parts_renewal::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 8px solid #6BCCFE;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .pr_parts_renewal::before {
    margin-left: 80px;
  }
}
.pr_parts_renewal p {
  padding: 10px;
}
.pr_parts_renewal p a {
  font-weight: bold;
  color: #001372 !important;
  text-decoration: none !important;
}
.pr_parts_renewal p a:hover {
  text-decoration: underline !important;
}

.area-tab {
  margin: 0 0 40px 0;
  border-bottom: 2px solid #e67121;
}

.tab-anchor {
  text-align: center;
  width: 100%;
  letter-spacing: -0.4em;
}
.tab-anchor li {
  display: inline-block;
  letter-spacing: normal;
  width: 480px;
  height: 53px;
  background: url(../images/btn_tab_02_no.png) no-repeat 0 bottom;
  text-align: center;
}
.tab-anchor li:hover {
  background: url(../images/btn_tab_02_on.png) no-repeat 0 bottom;
}
.tab-anchor li a {
  font-size: 1.125rem;
  color: #555555 !important;
  display: block;
  height: 53px;
  letter-spacing: -0.4em;
  width: 100%;
  font-weight: bold;
  text-decoration: none;
}
.tab-anchor li:hover a {
  color: #ffffff !important;
}
.tab-anchor li span {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  letter-spacing: normal;
  padding: 15px 20px 15px 20px !important;
  background: url(../images/ico_arrow_01_s_blk.png) no-repeat 0 50%;
}
.tab-anchor li:hover span {
  background: url(../images/ico_arrow_01_s_wh.png) no-repeat 0 50%;
}
.tab-anchor li .is-sp {
  display: none;
}

.area-user {
  margin: 0 0 20px 0;
}

.sec-user {
  display: none !important;
}

.user-name {
  float: left;
  font-size: 0.875rem;
  line-height: 1em;
}
.user-name .is-bold {
  font-size: 1rem;
  font-weight: bold;
}

.txt-link {
  float: right;
  line-height: 1em;
}
.txt-link a {
  font-size: 0.75rem;
  padding: 0 0 0 14px;
  background: url(../images/ico_arrow_01_or.png) no-repeat 0 50%;
}

.table-total {
  display: none !important;
}

.txt-ex {
  font-size: 0.625rem;
  line-height: 1.2em;
}
.txt-ex a {
  color: #2e94fc !important;
  text-decoration: none !important;
}
.txt-ex a:hover {
  text-decoration: underline !important;
}

.table-total tr td {
  border-right: 1px solid #e67121;
  border-bottom: 1px solid #e67121;
  vertical-align: middle;
  text-align: center;
  font-size: 1.125rem;
  padding: 10px 15px;
  background: #ffffff;
}

.box-user-total {
  float: right;
}
.box-user-total .user-detail {
  display: none !important;
}
.box-user-total .btn-user-confirm {
  line-height: 1em;
  text-align: center;
}
.box-user-total .btn-user-confirm a {
  padding: 0 0 0 16px;
  background: url(../images/ico_arrow_01_or.png) no-repeat 0 50%;
}

.sec-contents {
  margin: 0 0 50px 0;
}
.sec-contents:last-child {
  margin: 0 0 0 0;
}

.box-contents {
  padding: 30px;
  background: #ffffff;
}

#friendsInv .box-contents {
  padding: 47px 20px 20px 19px;
}

#inviLevel .box-contents {
  padding: 30px 19px 30px 20px;
}

#inviHow .box-contents {
  margin: 0 0 90px 0;
}

.sec-step {
  margin: 0 0 0 -48px;
}

.box-step {
  width: calc(50% - 48px);
  float: left;
  margin: 0 0 0 48px;
}

.ttl-step {
  margin: 0 0 24px 0 !important;
}
.ttl-step img {
  width: 100% !important;
  height: auto !important;
}

.txt-step-01 {
  margin: 0 0 5px 0 !important;
  line-height: 1em;
  font-size: 1.375rem;
  letter-spacing: -0.03em;
  text-align: center;
}
.txt-step-01 .is-small {
  font-size: 1.125rem;
}
.txt-step-01 .is-or {
  color: #e67121;
}

.img-step {
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
  text-align: center;
}

.txt-step-02 {
  border: 2px dotted #f7da81;
  border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #fefee2;
  height: 130px;
  display: table;
  letter-spacing: -0.4em;
  width: 100%;
  box-sizing: border-box;
}
.txt-step-02 .text-step-02-detail {
  text-align: left;
  padding: 10px;
}
.txt-step-02 .text-step-02-detail .is-bold {
  font-weight: 700;
}
.txt-step-02 .text-step-02-detail .is-red {
  color: #e94335;
  font-weight: 700;
}
.txt-step-02 p {
  display: table-cell;
  letter-spacing: -0.03em;
  line-height: 1.5em;
  vertical-align: middle;
  text-align: center;
  font-size: 0.875rem;
}

.area-entry {
  margin: 0 0 50px 0;
}

.sec-entry {
  border-left: 3px solid #e94335;
  border-bottom: 3px solid #e94335;
  border-right: 3px solid #e94335;
  background: #fefee2;
  padding: 35px 50px;
}

.btn-entry {
  float: left;
  width: 423px;
  height: 98px;
  line-height: 1em;
  text-align: center;
}
.btn-entry.is-login {
  background: url(../images/btn_login_01_no.png) no-repeat 0 0;
}
.btn-entry.is-login:hover {
  background: url(../images/btn_login_01_on.png) no-repeat 0 0;
}
.btn-entry.is-entry {
  float: right;
  background: url(../images/btn_entry_01_no.png) no-repeat 0 0;
}
.btn-entry.is-entry:hover {
  background: url(../images/btn_entry_01_on.png) no-repeat 0 0;
}
.btn-entry a {
  font-size: 1.25rem;
  font-weight: bold;
  color: #ffffff !important;
  display: block;
  padding: 16px 0 17px 0;
  line-height: 1.6em;
  text-decoration: none !important;
}
.btn-entry span {
  font-size: 1.5rem;
}
.btn-entry .is-sp {
  display: none;
}

.sec-friendsinv {
  margin: 0 0 0 -30px;
}

.box-friendsinv {
  float: left;
  width: 300px;
  position: relative;
  margin: 0 0 0 30px;
}

.ico-friendsinv {
  position: absolute;
  z-index: 999;
}

#inviNo1 .ico-friendsinv {
  top: -37px;
  left: -20px;
}

#inviSns .ico-friendsinv {
  top: -15px;
  left: 50px;
}

#inviMail .ico-friendsinv {
  top: -15px;
  left: 48px;
}

.box-friendsinv-in {
  background: #ffffff;
  border-right: 1px solid #d8dedc;
  border-bottom: 1px solid #d8dedc;
  border-left: 1px solid #d8dedc;
  border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  height: 165px;
  padding: 20px 20px 0 20px;
}

.txt-friendsinv, .txt-friendsinv-02 {
  font-size: 0.875rem;
  line-height: 1.5em;
}

.btn.btn-c span {
  position: relative;
  display: flex;
  justify-content: center;
  background: #6bccfe;
  color: #00098f;
  border-radius: 100vw;
  font-size: 15px;
  font-weight: bold;
  min-width: 220px;
  max-width: 80%;
  padding: 2px 0;
  margin: 12px auto 0px;
  z-index: 10;
  animation: fluffy1 3s ease infinite;
}
@keyframes fluffy1 {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-15px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (max-width: 600px) {
  .btn.btn-c span {
    font-size: 13px;
    min-width: 200px;
    max-width: 70%;
    margin: 12px auto -10px;
  }
}
.btn.btn-c span::before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 8px solid #6bccfe;
  z-index: 2;
}
.btn.btn-c span::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -17px;
  border: 12px solid transparent;
  border-top: 10px solid #FFF;
  z-index: 1;
}

.mail-textarea {
  margin: 5px 0 5px 0 !important;
  width: 100%;
  padding: 0.5em 5% !important;
  height: 60px;
  background: #ffffff;
  border: 1px solid #e67121;
  background: #fefee2;
  font-size: 0.875rem;
  text-align: left;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
  resize: none;
  vertical-align: bottom;
}

.box-friendsinv-in .btn-detail {
  margin: 6px auto 0 auto;
  text-align: center;
  width: 225px;
  height: 45px;
  background: url(../images/btn_point_01_red.png) no-repeat 0 0;
}

.btn-detail a {
  color: #ffffff !important;
  font-weight: bold;
  display: block;
  padding: 10px 0 10px 0;
  text-decoration: none !important;
}

.btn-sns {
  text-align: center;
  margin: 0 0 7px 0 !important;
}
.btn-sns:last-child {
  margin: 0 0 0 0 !important;
}

.txt-contents {
  font-size: 0.875rem;
  line-height: 1.5em;
  margin: 0 0 20px 0 !important;
}

.img-invilevel {
  text-align: center;
  margin: 0 0 20px 0 !important;
}

.txt-invilevel {
  text-align: right;
  line-height: 1em;
  font-size: 0.75rem;
}

.sec-point {
  background: url(../images/img_point_ex_01_pc.png) no-repeat 0 0;
  width: 960px;
  height: 242px;
  margin: 95px auto 0 auto;
  position: relative;
}

.ttl-point {
  position: absolute;
  top: -47px;
  left: 50%;
  width: 436px;
  height: 74px;
  background: url(../images/ttl_point_01_pc.png) no-repeat 0 0;
  margin: 0 0 0 -218px;
}
.ttl-point h4 {
  text-align: center;
  line-height: 1em;
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  padding: 10px 0 0 0;
  letter-spacing: 1px;
}

.txt-point-01 {
  position: absolute;
  top: 90px;
  left: 50px;
  text-align: center;
  line-height: 1.5em;
  font-size: 0.875rem;
  letter-spacing: 1px;
}

.sec-point .is-bold {
  font-weight: bold;
  font-size: 1.125rem;
}
.sec-point .is-or {
  color: #e67121;
}

.txt-point-02 {
  position: absolute;
  top: 69px;
  left: 425px;
}
.txt-point-02 p {
  text-align: left;
  line-height: 1.5em;
  font-size: 0.875rem;
  margin: 0 0 5px 0;
  letter-spacing: 1px;
}
.txt-point-02 p:last-child {
  margin: 0 0 0 0;
}

.sec-invhow {
  margin: 0 0 0 -11px;
}

.box-invhow {
  float: left;
  width: 171px;
  height: 184px;
  margin: 0 0 0 11px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.box-invhow:nth-child(1) {
  background: url(../images/img_invitation_01_pc.png) no-repeat 0 0;
}
.box-invhow:nth-child(2) {
  background: url(../images/img_invitation_02_pc.png) no-repeat 0 0;
}
.box-invhow:nth-child(3) {
  background: url(../images/img_invitation_03_pc.png) no-repeat 0 0;
}
.box-invhow:nth-child(4) {
  background: url(../images/img_invitation_04_pc.png) no-repeat 0 0;
}
.box-invhow:nth-child(5) {
  border: 1px solid #d8dedc;
  border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  width: 210px;
  float: right;
  margin: 0 0 0 0;
}

.txt-invhow-01 {
  padding: 35px 0 0 0 !important;
  text-align: center;
  line-height: 1em;
  color: #e67121;
  font-size: 1.25rem;
}

.txt-invhow-02 {
  padding: 10px 10px 10px 10px !important;
  font-size: 0.75rem;
  line-height: 1.5em;
}

.box-invhow .btn-detail {
  margin: 0 auto 0 auto;
  text-align: center;
  width: 155px;
  height: 56px;
  background: url(../images/btn_point_01_red_m.png) no-repeat 0 0;
}
.box-invhow .btn-detail a {
  color: #ffffff;
  font-weight: bold;
  display: block;
  padding: 8px 0 8px 0;
  text-decoration: none;
  line-height: 1.3em;
}

.sec-about {
  background: url(../images/bg_invitation_01.png) repeat 0 0;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 30px 40px 0 40px;
  position: relative;
}

.ttl-about {
  position: absolute;
  top: -35px;
  left: 50%;
  width: 470px;
  margin: 0 0 0 -235px !important;
  background: #ffffff;
  border: 3px solid #e67121;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 20px 0 !important;
  text-align: center;
  line-height: 1em;
  font-size: 1.125rem;
  color: #e67121;
}

.box-about {
  padding: 50px 0 50px 355px;
  border-bottom: 1px dotted #4c4c4c;
}
.box-about:nth-child(1) {
  background: url(../images/img_invitation_05_pc.png) no-repeat 12px center;
}
.box-about:nth-child(2) {
  background: url(../images/img_invitation_06_pc.png) no-repeat 12px center;
}
.box-about:nth-child(3) {
  background: url(../images/img_invitation_07_pc.png) no-repeat 12px center;
  border: 0;
}

.txt-about {
  width: 557px;
  height: 124px;
  background: url(../images/bg_invitation_txtarea_01.png) no-repeat 0 0;
  display: table;
  letter-spacing: -0.4em;
}
.txt-about p {
  display: table-cell;
  letter-spacing: normal;
  vertical-align: middle;
  text-align: left;
  padding: 0 30px;
  color: #555555;
}

.sec-notes {
  padding: 25px 0 0 0;
}

.box-notes {
  margin: 0 0 30px 0;
}
.box-notes:last-child {
  margin: 0 0 0 0;
}

.ttl-notes {
  color: #e67121;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1em;
  margin: 0 0 10px 0 !important;
}
.ttl-notes-blocks-h5 {
  font-size: 1em;
  color: #444444;
  margin-bottom: 0.5rem;
  border-left: 5px solid #e67121;
  padding-left: 1rem;
}

.box-notes ul {
  margin: 0 0 10px 0;
  list-style: none;
}
.box-notes ul:last-child {
  margin: 0 0 0 0;
}
.box-notes ul li {
  font-size: 0.8125rem;
}
.box-notes ul li span {
  font-size: 0.75rem;
}
.box-notes dl {
  margin: 0 0 10px 0;
}
.box-notes dl:last-child {
  margin: 0 0 0 0;
}
.box-notes dl dt {
  color: #000000;
  font-size: 1.1rem;
  margin: 10px 0 10px 0;
  line-height: 1em;
  font-weight: bold;
}
.box-notes dl dd {
  font-size: 0.8125rem;
  margin: 0;
}
.box-notes dl dd .is-small {
  font-size: 0.75rem;
}
.box-notes dl dd .is-or {
  color: #e67121;
}

.txt-notes {
  font-size: 0.8125rem;
  margin: 0 0 10px 0;
}
.txt-notes:last-child {
  margin: 0 0 0 0;
}
.txt-notes span {
  font-size: 0.75rem;
}

.link-about {
  font-size: 0.875rem;
  padding: 0 0 0 14px;
  background: url(../images/ico_arrow_01_or.png) no-repeat 0 50%;
}

/*blog*/
.ttl-blogarea {
  padding: 0 0 0 0;
  background-color: transparent;
  border-bottom: 0;
}

.sec-blogarea {
  border-right: 1px solid #e67121;
  border-bottom: 1px solid #e67121;
  border-left: 1px solid #e67121;
  padding: 30px 20px 40px 20px;
}
.sec-blogarea p {
  margin: 0 0 0 0;
}

.blogArea #tabnavi {
  margin: 50px 0 0 -3px;
  padding: 0;
  text-align: left;
  width: 100%;
  letter-spacing: -0.4em;
}
.blogArea #tabnavi li {
  display: inline-block;
  color: #555555;
  border-radius: 0 0 0 0;
  text-align: center;
  width: 331px;
  height: 53px;
  background: none;
}
.blogArea #tabnavi li a {
  background: url(../images/btn_tab_01_no.png) no-repeat 0 bottom;
  padding: 0 0;
  border-radius: 0 0 0 0;
  font-size: 1.125rem;
  color: #555555 !important;
  display: block;
  height: 53px;
  letter-spacing: -0.4em;
  width: 100%;
  font-weight: bold;
  text-decoration: none;
}
.blogArea #tabnavi li a:hover, .blogArea #tabnavi li a.active {
  background: url(../images/btn_tab_01_on.png) no-repeat 0 bottom;
  color: #ffffff !important;
}
.blogArea #tabnavi li span {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  letter-spacing: normal;
  padding: 20px 20px 15px 20px !important;
  background: url(../images/ico_arrow_01_s_blk.png) no-repeat 0 50%;
}
.blogArea #tabnavi li a:hover span, .blogArea #tabnavi li a.active span {
  background: url(../images/ico_arrow_01_s_wh.png) no-repeat 0 50%;
}

@media screen and (max-width: 600px) {
  .only-sp {
    display: block;
  }
  .is-hover:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
  }
  /*layout*/
  .wrapper {
    min-width: inherit;
    background: #ffffff;
    color: #000000;
    position: relative;
  }
  .ttl-contents img {
    width: 100%;
    height: auto;
  }
  .area-mainview {
    background: url(../images/bg_mainimg_01_sp.png) center top/cover no-repeat;
    height: auto;
  }
  .sec-mainview {
    width: auto;
  }
  .ttl-mainview img {
    width: 100%;
    height: auto;
  }
  .box-userdata {
    display: none;
  }
  .sec-url {
    position: static;
    background: rgba(230, 113, 33, 0.2);
    width: 100%;
    margin: 0 0 0 0;
    padding: 10px 0;
  }
  .box-url {
    width: 94%;
    margin: 0 3% 0 3%;
    background: url(../images/bg_url_01.png) repeat 0 0;
    padding: 3px;
  }
  #logouturl {
    width: 100%;
    position: absolute;
    top: -120px;
  }
  #loginurl {
    width: 100%;
    position: absolute;
    top: -120px;
  }
  .url-textarea {
    width: 100%;
    float: none;
    height: auto;
  }
  .url-textarea textarea {
    width: 100%;
    padding: 1em 0 0 0;
    height: auto;
    line-height: 1em;
    font-size: 0.75rem;
    resize: vertical;
  }
  .url-btn {
    display: none;
  }
  .txt-url-01 {
    text-align: center;
    margin: 0 0 10px 0;
  }
  .txt-url-02 {
    text-align: center;
    padding: 10px 0 0 0;
    margin-top: 50px !important;
  }
  .contents {
    width: auto;
    margin: 0 auto;
    padding: 0 0 0 0;
    position: relative;
  }
  .area-tab {
    margin: 15px 0;
    border-bottom: 4px solid #e67121;
  }
  .tab-anchor {
    text-align: center;
    width: 100%;
    letter-spacing: -0.4em;
  }
  .tab-anchor li {
    display: inline-block;
    letter-spacing: normal;
    width: 46%;
    height: 44px;
    vertical-align: bottom;
    padding: 1px 0.5% 0 0.5%;
    border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    background: none;
    background: #f4f4f4;
    background: -moz-linear-gradient(top, #f4f4f4 1%, #d2d2d2 100%);
    background: -webkit-linear-gradient(top, #f4f4f4 1%, #d2d2d2 100%);
    background: linear-gradient(to bottom, #f4f4f4 1%, #d2d2d2 100%);
    text-align: center;
    line-height: 1.1em;
    margin: 0 0.5% 0 0.5%;
    box-shadow: 0px -1px 4px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -1px 4px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px -1px 4px 1px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .tab-anchor li:first-child {
    margin: 0 1% 0 0;
  }
  .tab-anchor li:last-child {
    margin: 0 0 0 1%;
  }
  .tab-anchor li:hover, .tab-anchor li:active {
    background: #e67121;
  }
  .tab-anchor li a {
    font-size: 0.8125rem;
    color: #000000 !important;
    text-decoration: none !important;
    border-top: 1px solid #ffffff;
    border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    display: table;
    height: 43px;
    letter-spacing: -0.4em;
  }
  .tab-anchor li:hover a {
    color: #ffffff;
  }
  .tab-anchor li span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    letter-spacing: normal;
    padding: 0 0 0 0 !important;
    background: none;
  }
  .tab-anchor li:hover span {
    background: none;
  }
  .area-user {
    margin: 30px 0 10px;
  }
  .ttl-user {
    display: none !important;
  }
  .sec-user {
    margin: 0 10px 13px 10px !important;
  }
  .sec-user-total {
    margin: 0 10px 0 10px !important;
  }
  .user-name {
    float: none;
    font-size: 0.75rem;
    line-height: 1em;
  }
  .user-name .is-bold {
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .user-name .is-right {
    text-align: right;
    float: right;
    font-weight: bold;
  }
  .txt-link {
    display: none;
  }
  .table-total {
    border-top: 1px solid #e67121;
    border-left: 1px solid #e67121;
    width: 100%;
    float: none;
    margin: 0 0 10px 0 !important;
  }
  .table-total tr th {
    width: auto;
    text-align: left;
    font-size: 0.75rem;
    padding: 5px 10px;
    letter-spacing: 1px;
  }
  .table-total .is-bold {
    font-weight: bold;
    font-size: 0.75rem;
  }
  .table-total .is-or {
    color: #e67121;
  }
  .table-total .is-or-bold {
    color: #e67121;
    font-size: 1.3125rem;
  }
  .txt-ex {
    display: none !important;
  }
  .table-total tr td {
    width: 65px;
    font-size: 0.75rem;
    padding: 10px 5px;
    font-weight: bold;
  }
  .box-user-total {
    width: auto;
    float: none;
  }
  .user-detail {
    display: none !important;
  }
  .btn-user-confirm {
    width: 100%;
    text-align: right !important;
  }
  .btn-user-confirm a span {
    font-size: 0.9rem;
  }
  .sec-contents {
    margin: 0 0 0 0;
  }
  .box-contents {
    padding: 25px 10px;
  }
  #friendsInv .box-contents, #inviLevel .box-contents {
    padding: 25px 10px 25px 10px;
  }
  #inviHow .box-contents, .sec-step {
    margin: 0 0 0 0;
  }
  .box-step {
    width: auto;
    float: none;
    margin: 0 0 20px 0;
    position: relative;
    border: 1px solid #e67121;
  }
  .ttl-step {
    margin: 0 0 0 0;
    position: absolute;
    top: -7px;
    left: 5px;
  }
  .ttl-step img {
    width: 85px !important;
    height: auto !important;
  }
  .txt-step-01 {
    background: #fae3d3 url(../images/bg_ttl_step_01.png) no-repeat 0 0;
    background-size: 109px auto;
    -ms-background-size: 109px auto;
    -moz-background-size: 109px auto;
    -webkit-background-size: 109px auto;
    margin: 0 0 0 0 !important;
    line-height: 2.5;
    font-size: 0.8rem;
    letter-spacing: -0.03em;
    text-align: center;
    padding: 0 0 0 109px !important;
    font-weight: bold;
    height: 33px;
  }
  .txt-step-01 .is-small {
    font-size: 0.8rem;
    font-weight: bold;
  }
  .txt-step-01 .is-or {
    font-size: 0.8rem;
    color: #e67121;
  }
  .img-step {
    padding: 10px 0 10px 0 !important;
    text-align: center;
  }
  .txt-step-02 {
    border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    height: auto;
    display: block;
    letter-spacing: normal;
    width: 96%;
    margin: 0 2% 10px 2%;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .txt-step-02 p {
    display: block;
    letter-spacing: -0.04em;
    line-height: 1.5em;
    vertical-align: middle;
    text-align: center;
    font-size: 0.875rem;
    padding: 10px 0 10px 0;
  }
  .area-entry {
    margin: 20px 10px 20px 10px;
  }
  .ttl-entry {
    border: 1px solid #e67121;
    border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    background: url(../images/bg_touroku_01.png) repeat 0 0;
    background-size: 3px auto;
    -ms-background-size: 3px auto;
    -moz-background-size: 3px auto;
    -webkit-background-size: 3px auto;
  }
  .ttl-entry h3 {
    background: url(../images/ico_touroku_01.png) no-repeat 17px center;
    background-size: 43px auto;
    -ms-background-size: 43px auto;
    -moz-background-size: 43px auto;
    -webkit-background-size: 43px auto;
    text-align: center;
    padding: 11px 0 11px 50px;
  }
  .sec-entry {
    border-left: 2px solid #e94335;
    border-bottom: 2px solid #e94335;
    border-right: 2px solid #e94335;
    padding: 20px 10px;
  }
  .btn-entry {
    float: none;
    width: 100%;
    height: auto;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 1px 1px 0 1px;
  }
  .btn-entry.is-login {
    background: #e67121;
  }
  .btn-entry.is-login:hover {
    background: #e67121;
  }
  .btn-entry.is-entry {
    float: none;
    margin: 15px 0 0 0;
    background: #52b304;
  }
  .btn-entry.is-entry:hover {
    background: #52b304;
  }
  .btn-entry a {
    font-size: 0.8125rem;
    padding: 20px 0 20px 0;
    line-height: 1.6em;
    border-top: 1px solid #ffffff;
    border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
  }
  .btn-entry span {
    font-size: 1.125rem;
  }
  .sec-friendsinv {
    margin: 0 0 0 0;
  }
  .box-friendsinv {
    float: none;
    width: auto;
    margin: 0 0 30px 0;
  }
  .box-friendsinv:last-child {
    margin: 0 0 0 0;
  }
  #inviNo1 .ico-friendsinv {
    top: -10px;
    left: -1px;
  }
  #inviSns .ico-friendsinv, #inviMail .ico-friendsinv {
    top: -10px;
    left: 21%;
  }
  .ttl-friendsinv {
    text-align: center;
    background: url(../images/bg_ttl_friendsinv_01.png) repeat 0 0;
    background-size: 3px auto;
    -ms-background-size: 3px auto;
    -moz-background-size: 3px auto;
    -webkit-background-size: 3px auto;
    border-top: 1px solid #d19970;
    border-right: 1px solid #d19970;
    border-left: 1px solid #d19970;
    border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    padding: 6px 0 !important;
  }
  .box-friendsinv-in {
    background: #ffffff;
    border-right: 1px solid #d8dedc;
    border-bottom: 1px solid #d8dedc;
    border-left: 1px solid #d8dedc;
    border-radius: 0 0 6px 6px;
    -ms-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    height: auto;
    padding: 15px 10px 15px 10px;
  }
  .txt-friendsinv {
    font-size: 0.75rem;
  }
  .txt-friendsinv-02 {
    font-size: 0.8125rem;
    margin: 10px 0 0 0 !important;
    padding: 0 0 0 17px !important;
    background: url(../images/ico_arrow_01_or_dwn.png) no-repeat 0 50%;
    background-size: 12px auto;
    -ms-background-size: 12px auto;
    -moz-background-size: 12px auto;
    -webkit-background-size: 12px auto;
    font-weight: bold;
    color: #e67121;
  }
  .mail-textarea {
    margin: 5px 0 5px 0 !important;
    width: 100%;
    padding: 0.5em 5% !important;
    height: 60px;
    background: #ffffff;
    border: 1px solid #e67121;
    background: #fefee2;
    font-size: 0.875rem;
    text-align: left;
    box-sizing: border-box;
    overflow: hidden;
    resize: none;
  }
  .box-friendsinv-in .btn-detail {
    text-align: center;
    margin: 20px 0 0 0;
    width: 100%;
    height: auto;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 1px 1px 0 1px;
    background: #e94335;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .btn-detail a {
    font-weight: bold;
    color: #ffffff;
    display: block;
    text-decoration: none;
    font-size: 0.8125rem;
    padding: 14px 0 14px 0;
    line-height: 1.6em;
    border-top: 1px solid #ffffff;
    border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
  }
  .btn-sns {
    text-align: center;
    margin: 0 0 15px 0 !important;
    width: 100%;
    height: auto;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 1px 1px 0 1px !important;
    letter-spacing: 1px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .btn-sns.is-tw {
    background: #000000;
  }
  .btn-sns.is-fb {
    background: #165698;
  }
  .btn-sns.is-line {
    background: #6fd835;
  }
  .btn-sns:last-child {
    margin: 0 0 0 0 !important;
  }
  .btn-sns a {
    font-weight: bold;
    color: #ffffff !important;
    display: block;
    text-decoration: none !important;
    font-size: 0.8125rem;
    padding: 14px 0 14px 0 !important;
    line-height: 1.6em;
    border-top: 1px solid #ffffff;
    border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
  }
  .txt-contents {
    font-size: 0.75rem;
    line-height: 1.6em;
    margin: 0 0 15px 0;
  }
  .img-invilevel {
    text-align: center;
    margin: 0 0 20px 0;
  }
  .img-invilevel img {
    width: 100%;
    height: auto;
  }
  .txt-invilevel {
    text-align: left;
    line-height: 1.5em;
    font-size: 0.625rem;
  }
  .sec-point {
    background: url(../images/img_point_ex_01_sp.png) no-repeat center 34px;
    background-size: 326px auto;
    -ms-background-size: 326px auto;
    -moz-background-size: 326px auto;
    -webkit-background-size: 326px auto;
    width: 100%;
    height: 395px;
    margin: 45px auto 0 auto;
    position: relative;
    border: 1px solid #e67121;
    padding: 34px 0 0 0;
  }
  .ttl-point {
    position: absolute;
    top: -26px;
    left: 50%;
    width: 290px;
    height: 42px;
    background: url(../images/ttl_point_01_sp.png) no-repeat 0 0;
    background-size: 290px auto;
    -ms-background-size: 290px auto;
    -moz-background-size: 290px auto;
    -webkit-background-size: 290px auto;
    margin: 0 0 0 -145px;
  }
  .ttl-point h4 {
    font-size: 1.25rem;
    padding: 4px 0 0 0;
  }
  .box-point {
    width: 326px;
    height: 345px;
    margin: 0 auto;
    position: relative;
  }
  .txt-point-01 {
    position: absolute;
    top: 45px;
    left: 19px;
    text-align: center;
    line-height: 1.5em;
    font-size: 0.9375rem;
    letter-spacing: normal;
    font-weight: bold;
  }
  .sec-point .is-bold {
    font-weight: bold;
    font-size: 0.9375rem;
  }
  .sec-point .is-bold.is-or {
    font-size: 1.0625rem;
  }
  .sec-point .is-or {
    color: #e67121;
  }
  .txt-point-02 {
    position: absolute;
    top: 198px;
    left: 15px;
  }
  .txt-point-02 p {
    text-align: left;
    line-height: 1.5em;
    font-size: 0.75rem;
    font-weight: bold;
    margin: 0 0 5px 0;
    letter-spacing: normal;
    text-align: center;
  }
  .txt-point-02 p .is-bold.is-or {
    font-size: 0.75rem;
  }
  .txt-point-02 p.is-sp {
    font-size: 0.9375rem;
  }
  .txt-point-02 p.is-sp .is-bold.is-or {
    font-size: 0.9375rem;
  }
  .sec-invhow {
    margin: 0 0 0 0;
    letter-spacing: -0.4em;
    text-align: center;
  }
  .box-invhow {
    float: none;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 167px;
    height: 160px;
  }
  .box-invhow:nth-child(1) {
    background: url(../images/img_invitation_01_sp.png) no-repeat 0 0;
    background-size: 167px auto;
    -ms-background-size: 167px auto;
    -moz-background-size: 167px auto;
    -webkit-background-size: 167px auto;
    margin: 0 10px 20px 0;
  }
  .box-invhow:nth-child(2) {
    background: url(../images/img_invitation_02_sp.png) no-repeat 0 0;
    background-size: 167px auto;
    -ms-background-size: 167px auto;
    -moz-background-size: 167px auto;
    -webkit-background-size: 167px auto;
    margin: 0 0 20px 10px;
  }
  .box-invhow:nth-child(3) {
    background: url(../images/img_invitation_03_sp.png) no-repeat 0 0;
    background-size: 167px auto;
    -ms-background-size: 167px auto;
    -moz-background-size: 167px auto;
    -webkit-background-size: 167px auto;
    margin: 0 10px 20px 0;
  }
  .box-invhow:nth-child(4) {
    background: url(../images/img_invitation_04_sp.png) no-repeat 0 0;
    background-size: 167px auto;
    -ms-background-size: 167px auto;
    -moz-background-size: 167px auto;
    -webkit-background-size: 167px auto;
    margin: 0 0 20px 10px;
  }
  .box-invhow:nth-child(5) {
    border: 0;
    background: #f6f5ed;
    padding: 15px;
    width: auto;
    float: none;
    height: auto;
  }
  .txt-invhow-01 {
    padding: 22px 0 0 0 !important;
    font-size: 1.125rem;
  }
  .txt-invhow-02 {
    padding: 0 0 15px 0 !important;
    font-size: 0.75rem;
    text-align: left;
    line-height: 1.6em;
  }
  .box-invhow .btn-detail {
    text-align: center;
    margin: 0 0 0 0 !important;
    width: 100%;
    height: auto;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 1px 1px 0 1px !important;
    background: #e94335;
    background: #e94335;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .box-invhow .btn-detail a {
    font-weight: bold;
    color: #ffffff;
    display: block;
    text-decoration: none;
    font-size: 0.8125rem;
    padding: 14px 0 14px 0;
    line-height: 1.6em;
    border-top: 1px solid #ffffff;
    border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
  }
  .sec-about {
    background: none;
    border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 0 0 0 0;
    position: relative;
  }
  .ttl-about {
    position: static;
    top: inherit;
    left: inherit;
    width: auto;
    margin: 0 0 0 0 !important;
    border: 0;
    border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 0 0 !important;
  }
  .ttl-about img {
    width: 100%;
    height: auto;
  }
  .sec-about-in {
    padding: 15px 10px 25px 10px !important;
  }
  .box-about {
    padding: 113px 0 0 0 !important;
    border-bottom: 0;
    margin: 0 0 30px 0 !important;
  }
  .box-about:nth-child(1) {
    background: url(../images/img_invitation_05_sp.png) no-repeat center 0;
    background-size: 223px auto;
    -ms-background-size: 223px auto;
    -moz-background-size: 223px auto;
    -webkit-background-size: 223px auto;
  }
  .box-about:nth-child(2) {
    background: url(../images/img_invitation_06_sp.png) no-repeat center 0;
    background-size: 223px auto;
    -ms-background-size: 223px auto;
    -moz-background-size: 223px auto;
    -webkit-background-size: 223px auto;
  }
  .box-about:nth-child(3) {
    background: url(../images/img_invitation_07_sp.png) no-repeat center 0;
    border: 0;
    margin: 0 0 0 0 !important;
    background-size: 223px auto;
    -ms-background-size: 223px auto;
    -moz-background-size: 223px auto;
    -webkit-background-size: 223px auto;
  }
  .txt-about {
    width: auto;
    height: auto;
    background: url(../images/bg_txt_about.png) repeat 0 0;
    background-size: 6px auto;
    -ms-background-size: 6px auto;
    -moz-background-size: 6px auto;
    -webkit-background-size: 6px auto;
    display: block;
    letter-spacing: normal;
    border-top: 1px solid #e67121;
    border-right: 1px solid #e67121;
    border-bottom: 2px solid #e67121;
    border-left: 1px solid #e67121;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
  }
  .txt-about:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffe5 transparent;
    left: 50%;
    margin: 0 0 0 -10px !important;
    top: -10px;
    z-index: 9999;
  }
  .txt-about:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #e67121 transparent;
    left: 50%;
    margin: 0 0 0 -10px !important;
    top: -11px;
    z-index: 999;
  }
  .txt-about p {
    display: block;
    padding: 15px;
    color: #000000;
    font-size: 0.75rem;
    line-height: 1.5em;
  }
  .sec-notes {
    padding: 25px 10px 25px 10px;
  }
  .box-notes {
    margin: 0 0 22px 0;
  }
  .ttl-notes {
    font-size: 0.75rem;
    line-height: 1em;
  }
  .ttl-notes-blocks-h5 {
    margin-top: 0.5em;
  }
  .box-notes ul li {
    font-size: 0.75rem;
    line-height: 1.6em;
  }
  .box-notes dl dt {
    font-size: 0.75rem;
  }
  .box-notes dl dd {
    font-size: 0.75rem;
    line-height: 1.6em;
  }
  .box-notes dl dd .is-or {
    font-size: 0.75rem;
  }
  .txt-notes {
    font-size: 0.75rem;
    line-height: 1.6em;
  }
  .link-about {
    font-size: 0.75rem;
    padding: 0 0 0 14px;
    background: url(../images/ico_arrow_01_or.png) no-repeat 0 50%;
  }
  /*blog*/
  .ttl-blogarea {
    padding: 0 0 0 0;
    background-color: transparent;
    border-bottom: 0;
  }
  .blogArea #tabnavi {
    margin: 20px 0 0 0;
    padding: 0;
    text-align: left;
    width: 100%;
    letter-spacing: -0.4em;
    border-bottom: 4px solid #e67121;
  }
  .blogArea #tabnavi li {
    display: inline-block;
    color: #000000;
    border-radius: 0 0 0 0;
    text-align: center;
    width: 32%;
    height: 44px;
    vertical-align: bottom;
    line-height: 1.3em;
    margin: 0 0.5% 0 0.5%;
    box-shadow: 0px -1px 6px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -1px 6px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px -1px 6px 2px rgba(0, 0, 0, 0.2);
    border: 0;
    float: none;
    border-radius: 4px 4px 0 0 !important;
    -ms-border-radius: 4px 4px 0 0 !important;
    -moz-border-radius: 4px 4px 0 0 !important;
    -webkit-border-radius: 4px 4px 0 0 !important;
  }
  .blogArea #tabnavi li:first-child {
    margin: 0 1% 0 0;
  }
  .blogArea #tabnavi li:last-child {
    margin: 0 0 0 1%;
  }
  .blogArea #tabnavi li a {
    background: #f4f4f4;
    background: -moz-linear-gradient(top, #f4f4f4 1%, #d2d2d2 100%);
    background: -webkit-linear-gradient(top, #f4f4f4 1%, #d2d2d2 100%);
    background: linear-gradient(to bottom, #f4f4f4 1%, #d2d2d2 100%);
    border-radius: 4px 4px 0 0 !important;
    -ms-border-radius: 4px 4px 0 0 !important;
    -moz-border-radius: 4px 4px 0 0 !important;
    -webkit-border-radius: 4px 4px 0 0 !important;
    padding: 1px 2% 0 2%;
    border-radius: 0 0 0 0;
    font-size: 0.8125rem;
    color: #000000 !important;
    display: table !important;
    height: 44px;
    font-weight: bold;
    text-decoration: none !important;
  }
  .blogArea #tabnavi li a:hover, .blogArea #tabnavi li a.active {
    background: #e67121;
    color: #ffffff !important;
    display: table !important;
    border-radius: 4px 4px 0 0 !important;
    -ms-border-radius: 4px 4px 0 0 !important;
    -moz-border-radius: 4px 4px 0 0 !important;
    -webkit-border-radius: 4px 4px 0 0 !important;
  }
  .blogArea #tabnavi li span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    letter-spacing: normal;
    padding: 0 0 0 0 !important;
    background: none;
    border-top: 1px solid #ffffff;
    border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
  }
  .blogArea #tabnavi li a:hover span, .blogArea #tabnavi li a.active span {
    background: none;
  }
}
@media screen and (max-width: 374px) {
  .txt-url-02 img, .img-step img {
    width: 95%;
  }
  .ttl-entry h3 {
    background: url(../images/ico_touroku_01.png) no-repeat 7px center;
    background-size: 25px auto;
    -ms-background-size: 25px auto;
    -moz-background-size: 25px auto;
    -webkit-background-size: 25px auto;
    text-align: center;
    padding: 11px 0 11px 30px !important;
  }
  .btn-entry .is-sp {
    display: block;
  }
  .btn-entry.is-entry a {
    padding: 9px 0 11px 0;
  }
  .tab-anchor li .is-sp {
    display: block;
  }
  #inviNo1 .ttl-friendsinv {
    padding: 6px 0px 6px 60px !important;
  }
  #inviSns .ico-friendsinv {
    left: 16%;
  }
  #inviMail .ico-friendsinv {
    left: 15%;
  }
  .box-point {
    width: 300px;
  }
  .box-invhow {
    width: 140px;
    height: 134px;
  }
  .box-invhow:nth-child(1) {
    background: url(../images/img_invitation_01_sp.png) no-repeat 0 0;
    background-size: 140px auto;
    -ms-background-size: 140px auto;
    -moz-background-size: 140px auto;
    -webkit-background-size: 140px auto;
  }
  .box-invhow:nth-child(2) {
    background: url(../images/img_invitation_02_sp.png) no-repeat 0 0;
    background-size: 140px auto;
    -ms-background-size: 140px auto;
    -moz-background-size: 140px auto;
    -webkit-background-size: 140px auto;
  }
  .box-invhow:nth-child(3) {
    background: url(../images/img_invitation_03_sp.png) no-repeat 0 0;
    background-size: 140px auto;
    -ms-background-size: 140px auto;
    -moz-background-size: 140px auto;
    -webkit-background-size: 140px auto;
  }
  .box-invhow:nth-child(4) {
    background: url(../images/img_invitation_04_sp.png) no-repeat 0 0;
    background-size: 140px auto;
    -ms-background-size: 140px auto;
    -moz-background-size: 140px auto;
    -webkit-background-size: 140px auto;
  }
}
#gpointmain {
  width: 1280px !important;
}

#menuArea .area-tab ul.tab-anchor li:last-child {
  display: none !important;
}

#feeSys h3.ttl-contents {
  display: none !important;
}
#feeSys .box-contents .box-step:nth-child(3) {
  display: none !important;
}

.news-cont {
  width: 100%;
  max-width: 860px;
  margin: auto;
}
.news {
  padding: 20px;
  background: #fefee2;
  border: 6px solid #f7da81;
  color: #444444;
  font-size: 0.875rem;
}
.news .news-h2 {
  margin: 0 0 1em;
  font-size: 140%;
  text-align: center;
  color: #e94335;
}
.news .news-list {
  margin: 0 0 10px;
  padding: 0;
}
.news .news-list dt {
  font-weight: 700;
  margin: 10px 0 5px;
  padding: 0;
}
.news .news-list dd {
  margin: 0;
  padding: 0;
}
.news .news-list table {
  width: 100%;
}
.news .news-list table th {
  background: #efefef;
}
.news .news-list table td {
  background: #fff;
}
.news .news-list table, .news .news-list table th, .news .news-list table td {
  border: 1px solid #999;
  border-collapse: collapse;
}
.news .news-list table th, .news .news-list table td {
  padding: 0.4rem 0.8rem;
}
.news .news-attention {
  margin-bottom: 1rem;
}
.news .is-bold {
  font-weight: 700;
}
.news .is-underline {
  text-decoration: underline;
}

/*# sourceMappingURL=style.css.map */
