@charset "utf-8";
@media only screen and (min-width: 960px) {
    .is-sp {
      display: none !important; } }

@media only screen and (max-width: 959px) {
    .is-pc {
      display: none !important; } }

@media only screen and (max-width: 960px) {
    .is-medium {
      display: none !important; } }
  @media only screen and (min-width: 959px) {
  .is-medium {
    display: none !important; } }

.is-hide {
  display: none !important; }

.fz-ss {
  font-size: 0.6em !important; }
  .fz-s {
    font-size: 0.85em !important; }
  .fz-l {
    font-size: 1.3em !important; }
  .fz-ll {
    font-size: 1.5em !important; }
  .fz-lll {
    font-size: 1.7em !important; }

.ta-c {
  text-align: center; }
  .ta-c .textarea {
    text-align: center; }
  .ta-c h2 {
    text-align: center; }
  .ta-l {
    text-align: left; }
  .ta-l .textarea {
    text-align: left; }
  .ta-r {
    text-align: right; }
  .ta-r .textarea {
    text-align: right; }

.align-center {
  align-items: center; }

@media only screen and (max-width: 959px) {
  .sp-ta-c {
    text-align: center; }
    .sp-ta-c .textarea {
      text-align: center; }
    .sp-ta-c h2 {
      text-align: center; }
    .sp-ta-l {
      text-align: left; }
    .sp-ta-l .textarea {
      text-align: left; } }

* {
  box-sizing: border-box; }

*::before {
  box-sizing: border-box; }

*::after {
  box-sizing: border-box; }

*, *:before, *:after {
  font-family: 'Noto Sans JP', sans-serif; }

.Rlink {
  padding: 1rem 0.5rem 1rem 0.5rem !important;
  background: #ffe0af;
  font-size: 85%;
  margin-bottom: 2em; }

.Rlink span {
  color: #e22f26; }

.Slink {
  padding: 1rem 0.5rem 1rem 0.5rem !important;
  background: #f5f5f5;
  font-size: 85%;
  margin-bottom: 2em; }

.Slink span {
  color: #e22f26; }

.shadow {
  border: solid 1px #ccc;
  width: 100%; }

.left-rectangle {
  float: left; }

.right-rectangle {
  float: right;
  margin-bottom: 20px; }

.App2 {
  min-height: 75px;
  margin-bottom: 1em;
  background-color: #eee;
  padding: 10px 0 10px 0;
  text-align: center;
  border: solid 1px #ccc; }

.App2 img {
  border-radius: 15px;
  display: inline; }

.App2 img[alt="App"], App2 img[alt="Android app on Google Play"] {
  border-radius: 0; }

.App2:hover {
  background-color: #ffdead; }

.top-ad {
  text-align: center; }

#details {
  background-color: #f3f3f3;
  padding: 25px 25px 10px 25px;
  margin-bottom: 1em;
  font-size: 80%; }

.red {
  color: red; }

.bold {
  font-weight: bold; }

.foot-ad {
  margin-top: -20px; }

.pic {
  font-size: 85%;
  color: #666; }

.content p {
  margin-bottom: 1rem; }

@media screen and (max-width: 640px) {
  .grid_post_thumbnail {
    height: 200px !important; } }

body, p {
  word-break: normal !important;
  word-wrap: break-word !important; }

.content img {
  margin: 0 0 0em 0; }

.sc_getpost .date {
  display: none; }

.sc_getpost .title {
  padding-left: 10px; }

.sc_getpost .substr {
  padding-left: 10px; }

.sc_article.grid .sc_article_title, .sc_article.list .sc_article_title {
  font-size: 12px;
  max-height: none;
  overflow: visible;
  display: flex; }

img[usemap] {
  max-width: 100%;
  height: auto; }

.none {
  display: none; }

.campaign__area {
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 30px auto 0;
  border: 3px solid #6bbed5;
  position: relative; }

.campaign__area .text {
  color: #6bbed5;
  position: absolute;
  top: -25%;
  left: 10px;
  background: #fff;
  padding: 0 10px;
  font-weight: bold; }

.campaign__area .code {
  text-align: center;
  color: #6bbed5;
  font-weight: bold;
  padding: 1em 0;
  margin-bottom: 0; }

.btn {
  border: none;
  border-radius: 3px;
  box-shadow: 0px 3px 0 #edad0b;
  margin: 30px auto 0;
  display: block;
  width: 200px;
  padding: 5px 0;
  background: #f0ba32;
  font-weight: bold;
  color: #fff;
  transition: all 0.1s; }

.btn:hover {
  margin-top: 33px;
  box-shadow: none;
  margin-bottom: -3px; }
/* リンクボタン */
.tsbtn {
  display: block;
  margin-bottom: 30px;
  text-align: center;
  /* 公式サイトリンクボタン　反転タイプ */ }
  .tsbtn .svg_container {
    position: relative;
    width: 100%;
    display: inline-block; }
  .tsbtn .tp_linemo .svg_container svg {
    position: absolute;
    top: -50%;
    left: -50%;
    transform: translate(25%, -60%); }
  .tsbtn > a {
    display: inline-block; }
  .tsbtn > a:hover {
    opacity: 0.5; }
    .tsbtn > a:hover img:hover {
      opacity: 1; }
  .tsbtn p {
    margin-bottom: 0; }
  .tsbtn .flex-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: 360px;
    height: 55px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #90949c;
    margin: 0 auto;
    background-color: #90949c; }
  .tsbtn .flex-container .flexitem {
    width: 100%;
    text-align: center; }
  .tsbtn .flex-container .item1 {
    width: 40%;
    background: #fff;
    padding: 25px;
    line-height: 0; }
  .tsbtn .flex-container .item2 {
    width: 60%;
    padding: 10px; }
  .tsbtn .sim_logo {
    box-shadow: none !important; }
  .tsbtn .arrow {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 16px; }
  .tsbtn .arrow::visited {
    color: #fff; }
  .tsbtn .arrow::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -3px; }
  .tsbtn_typeb {
    display: block;
    margin-bottom: 30px;
    text-align: center; }
  .tsbtn_typeb > a {
    display: inline-block; }
    .tsbtn_typeb > a:hover {
      opacity: 0.5; }
      .tsbtn_typeb > a:hover img:hover {
        opacity: 1; }
  .tsbtn_typeb p {
    margin-bottom: 0; }
  .tsbtn_typeb .flex-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: 360px;
    height: 55px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #90949c;
    margin: 0 auto;
    background-color: #90949c; }
    .tsbtn_typeb .flex-container .flexitem {
      width: 100%;
      text-align: center; }
    .tsbtn_typeb .flex-container .item1 {
      width: 40%;
      padding: 25px;
      line-height: 0; }
    .tsbtn_typeb .flex-container .item2 {
      width: 60%;
      padding: 12px;
      background-color: #fff; }
    .tsbtn_typeb .flex-container .sim_logo {
      box-shadow: none !important; }
    .tsbtn_typeb .flex-container .arrow {
      position: relative;
      display: inline-block;
      padding-right: 20px;
      font-weight: bold;
      font-size: 16px; }
      .tsbtn_typeb .flex-container .arrow::visited {
        color: #fff; }
      .tsbtn_typeb .flex-container .arrow::after {
        content: '';
        width: 8px;
        height: 8px;
        border: 0px;
        border-top: solid 3px;
        border-right: solid 3px;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 0px;
        margin-top: -3px; }

.tp_aeon-card .flex-container {
  border-color: #4653a2;
  background-color: #4653a2;
  color: #4653a2; }

.tp_hafh .flex-container {
  border-color: #1ac2f8;
  background-color: #1ac2f8;
  color: #1ac2f8; }

.tp_amazon-prime .flex-container {
  border-color: #131921;
  background-color: #131921;
  color: #131921; }

.tp_rakuten-card .flex-container {
  border-color: #bf0101;
  background-color: #bf0101;
  color: #bf0101; }

.tp_rakuten .flex-container {
  border-color: #bf0101;
  background-color: #bf0101;
  color: #bf0101; }

.tp_mitsuisumitomo-card .flex-container {
  border-color: #036e4a;
  background-color: #036e4a;
  color: #036e4a; }

.tp_hapitas .flex-container {
  border-color: #ffcc01;
  background-color: #ffcc01;
  color: #ffcc01; }

.tp_timescar .flex-container {
  border-color: #f5d347;
  background-color: #f5d347;
  color: #f5d347; }

.tp_moppy .flex-container {
  border-color: #50a9a2;
  background-color: #50a9a2;
  color: #50a9a2; }

.tp_epos-card .flex-container {
  border-color: #c04436;
  background-color: #c04436;
  color: #c04436; }

.tp_apple-gift-card .flex-container {
  border-color: #f2f3f6;
  background-color: #f2f3f6;
  color: #000; }

.tp_chocozap .flex-container {
  border-color: #fcec4f;
  background-color: #fcec4f;
  color: #fcec4f; }

.tp_nexus-card .flex-container {
  border-color: #181c5d;
  background-color: #181c5d;
  color: #181c5d; }

.tp_saison-card .flex-container {
  border-color: #183F92;
  background-color: #183F92;
  color: #183F92; }

.tp_yahoofleamarket .flex-container {
  border-color: #EA333D;
  background-color: #EA333D;
  color: #EA333D; }

.tp_acom .flex-container {
  border-color: #C52922;
  background-color: #C52922;
  color: #C52922; }

.tp_promise .flex-container {
  border-color: #F9E24C;
  background-color: #F9E24C;
  color: #F9E24C; }

.tp_jibun-bank .flex-container {
  border-color: #EA5027;
  background-color: #EA5027;
  color: #EA5027; }

.tp_lake .flex-container {
  border-color: #69E344;
  background-color: #69E344;
  color: #69E344; }

p.onepoint {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  padding-bottom: 0 !important; }
  p.onepoint:before {
    content: "";
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    display: inline-block;
    border-width: 9px;
    border-color: rgba(247, 143, 53, 0.3);
    margin: 0 0.5em 0 0;
    border-radius: 3px;
    border-style: dotted; }
  p.onepoint:after {
    content: "";
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    display: inline-block;
    border-style: solid;
    border-width: 7px;
    border-color: rgba(247, 143, 53, 0.8);
    margin: 0 0 0 0.5em;
    border-radius: 3px; }
  p.onepoint .text {
    font-size: 100%;
    font-weight: bold;
    text-align: center; }
  p.onepoint .point {
    font-size: 120%;
    color: #f03; }

.pc-none {
  display: none; }

.sp-none {
  display: block; }

.flexwrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: flex-start; }

.flexwrap .flexwrap_body {
  width: 48%;
  font-size: 14px;
  margin: 0 1%; }

@media screen and (max-width: 767px) {
  .column2 .flexwrap .flexwrap_body {
    width: 100%; } }
/*アップデート前のカラーにもどす*/
.content .button.green a {
  background-color: #2ac113 !important; }
  .content .button.green a.solid {
    border-bottom: 5px solid #3da008; }

.bottom_ad {
  margin-top: 1.5em; }

@media screen and (max-width: 760px) {
  .related .related-title {
    line-height: 1.4; } }

@media screen and (max-width: 760px) {
  .related-reference .related-reference-title {
    line-height: 1.4; } }

.product-wrap ul.product-wrap-ul {
  border: none;
  list-style-type: unset;
  padding-left: 1.5em;
  margin-bottom: 1em; }
  .product-wrap ul.product-wrap-ul .product-wrap-li {
    line-height: 1.5;
    margin-bottom: 0.6em; }
  @media screen and (max-width: 768px) {
  .product-wrap ul.product-wrap-ul {
    font-size: 15px; } }

#sidebar .toc_widget {
  display: none; }
  @media only screen and (min-width: 960px) {
    #sidebar .toc_widget {
      display: block; } }
  #sidebar ul.toc_widget_list {
    padding: 2px; }
  #sidebar ul.toc_widget_list li {
    border-bottom: none !important;
    margin: 8px 0;
    padding: 0 !important;
    line-height: 1.3;
    font-size: 13px; }
  #sidebar ul.toc_widget_list li a {
    color: #666; }
  #sidebar ul.toc_widget_list li a:before {
    content: "" !important;
    display: none; }
  #sidebar ul.toc_widget_list li.current > a {
    color: #ff9244; }
  #sidebar ul.toc_widget_list span.toc_number {
    display: none; }

.koblogtitle {
  text-align: center; }

.koblogbtn {
  display: block;
  text-align: center; }

a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  border-bottom: 5px solid #b84c00;
  display: inline-block;
  padding: 7px 15px; }

a.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00; }

a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); }

@media only screen and (max-width: 959px) {
      main .content h2, main h2 {
        font-size: 1em; } }
  @media only screen and (max-width: 959px) {
    main .content h3, main h3 {
      font-size: 1em; } }
  main .padding-none {
    padding: 0 !important; }
  main .margin-none {
    margin: 0 !important; }
