<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ヘッダーにフッターにあったパンくずを移動させて調整 */
.page-top-footer{
  display:none;
}

footer, #breadcrumb:after, #page-top a {
    background-color: #FFFFFF;
}

.sp-logo-size a {
    font-size: 200%!important;
}


/* h2タグ 
main article .cps-post-main-box h2 {
    color: #fff;
    background: #dd6363;
    padding: 10px !important;
}*/


/* h3見出し 
.cps-post-box h3{
  border-top: solid 1px #dd6363;
    border-bottom: solid 1px #dd6363;
    color: #dd6363!important;
    font-weight: 600;
  
}*/
/* 
.cps-post-box .h4-style01 h4{
    color: #dd6363;  
  border-left: solid 4px #3b4675 !important;
}
*/


/* 目次のフォント変更 */
#toc_container .toc_list &gt; li &gt; a {
    font-size: 0.85rem;
}

.sidebar_step {
    padding: 15px 0px;
    color: #fff;
    background: #dd6363;
    margin: 10px 0;
    text-align: center;
    font-size: 22px;
    border-radius: 10px;
    font-weight: 300;
}
.step1{
    background: #FADBDB;
}
.step2{
    background: #F7B3B3;
}
.step3{
    background: #FB9191;
}
.step4{
    background: #DD6363;
}

/* ランキングの表のCSS */
.ranking_box table{
  border:0px;
}
.ranking_box table tr td, .ranking_box table tr th{
  border: 0px;
}
.ranking_box .tablepress .even td{
  width:100px;
}
.ranking_box span.su-label.su-label-type-default.ranking_label{
  background: #008db7;
    display: inline-block;
    padding: 7px;
    margin: 5px;
    height: inherit;
  font-weight: 600;
      color: #fff;
  font-size:10px;
}
.ranking_box .su-box-title {
  background-color:#57b3ba !important;
  font-size: 18px;
}
.ranking_box .su-box-content.su-clearfix{
      background-color: #ecf6f7;
}
.su-box.su-box-style-default.ranking_box{
    border:none;
}
.ranking_box ul{
  padding-left:0;
}
.ranking_box .su-row {
    margin-bottom: 0;
}
.ranking_box span.twobutton{
  margin-bottom:0px;
}
.ranking_box p{
  padding-bottom:0px;
}
.ranking_box td{
  font-size: 95%;
}
.ranking_box img{
    max-width: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*記事一覧・関連記事のカテゴリ ・記事中カテゴリボタン*/
.post-list-mag .post-list-item .post-list-inner .post-list-meta .post-list-cat, .post-list.basicstyle .post-list-item .post-list-inner .post-list-cat,.cps-post .cps-post-header .cps-post-cat a{
     font-weight: 500;
    font-size: 0.7rem;
}


/* 文字装飾 */
mark {
  background-color: #ffff99;
}

/* 記事下に新しく設置したカテゴリボタン */
.cps-post-main .cps-post-cat a {
      font-weight: 500;
    font-size: 0.7rem;
    color: #2E2E2E !important;;
    padding: 5px 10px;
    border-radius: 15px;
    line-height: 0;
    text-decoration: none;
}

/* 記事下誘導 */
.clear {
  clear:both;
}
.step-prev{
      float: left;
}
.step-next{
    float: right;
}
.step-prev, .step-next{
    display: inline-block;
    background: #dd6363!important;
    padding: 15px;
    font-size: 18px;
    border-radius: 10px;
    margin-bottom: 20px;
     width: 300px;
    text-align: center;
}
.step-text{
      color: #fff;
  text-decoration: none;
}
.step-arrow-right{
    display: inline-block;
  color:#fff;
  float:right;
}
.step-arrow-left{
    display: inline-block;
    color:#fff;
  float:left;
}
a.step-prev, a.step-next{
  text-decoration: none;
}

@media screen and (max-width: 1080px) { 
  .step-next, .step-prev {
    width:100%;
  }
  .step-prev, .step-next{
      float: none;
}
}

/* tabllepress */
.ranking_box .tablepress tbody tr td {
    font-size: 12px;
}

/* 目次 */
#toc_container{
display: block;
    margin: auto;
    width: 80%;
}
#toc_container p.toc_title{
      margin-top: 10px;
}
@media screen and (max-width: 1080px) { 
  #toc_container{
    width: 100%;
}
}
@media (max-width: 767px){
#toc_container .toc_list {
    padding: 5px 10px;
}
}
#toc_container p.toc_title+ul.toc_list {
    margin: 1em 0;
}

/* 読者特定 */
.reader{
    width: 80%;
    display: block;
    margin: 30px auto !important;
}
@media screen and (max-width: 1080px) { 
  .reader{
    width: 100%;
}
}

/* 記事トップSNSボタン非表示 */
.share-top{
  display:none;
}

/* フォント設定 */
.cps-post-main p {
    line-height: .1.9;
/*    font-size: 16px; */
}
body#nts-style {
/*     font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",YuGothic,'Yu Gothic',Verdana,Meiryo,sans-serif; */
}
@media (min-width: 768px){
body#nts-style strong {
    font-weight: 700 !important;
}
}

/* リスト表示の見やすさ */
.cps-post-main ol {
    padding-bottom: 10px;
}

/* リスト表示 */
.cps-post-main &gt;ul, .cps-post-main &gt;ol {
    background: #f2f2f2;
    padding: 20px;
}
.cps-post-main-box &gt;.cps-post-main ul &gt; li:before,  .cps-post-main-box &gt; .cps-post-main ol &gt; li:before {
    background-color: #DD6363 !important;
}



/* top-column */
.top-column.su-row {
    clear: both;
    zoom: 1;
    margin-bottom: 1.5em;
  padding: 15px;
}
.su-row:before, .su-row:after {
    display: table;
    content: "";
}
.su-row .su-column:first-child {
    margin-left: 0;
}

.su-row .su-column {
    margin: 0 0 0 4%;
}
.su-column-size-1-3 {
    width: 30.66%;
}
.su-column {
    display: block;
    margin: 0 4% 0 0;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.su-box {
    margin: 0 0 1.5em 0;
    border-width: 2px;
    border-style: solid;
}
.top-column .su-box-title {
    display: block;
    padding: 0.5em 1em;
    font-weight: bold;
      font-size: 24px;
}
.su-box-content {
    background-color: #fff;
    color: #444;
}
.su-clearfix:before, .su-clearfix:after {
    display: table;
    content: " ";
}
.su-column-inner &gt; *:first-child, .su-accordion &gt; *:first-child, .su-spoiler-content &gt; *:first-child, .su-service-content &gt; *:first-child, .su-box-content &gt; *:first-child, .su-note-inner &gt; *:first-child, .su-expand-content &gt; *:first-child, .su-lightbox-content &gt; *:first-child {
    margin-top: 0;
}
.su-clearfix:after {
    clear: both;
}
@media only screen and (max-width: 768px){
.top-column .su-column {
    width: 100% !important;
    margin: 0 0 0.5em 0 !important;
    float: none !important;
}
.top-column  img.aligncenter {
    margin-bottom: 0px; 
  }
}


/* 動くボタン */
/* .color-button02 {
    -webkit-animation-name:btnAnime02;
    -webkit-animation-duration:1s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease;
    
    -moz-animation-name:btnAnime02;
    -moz-animation-duration:1s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:ease;
}
@-webkit-keyframes btnAnime02 {
    0% {-webkit-transform:translate(0, -6px);}
    50% {-webkit-transform:translate(0, 6px);}
    100% {-webkit-transform:translate(0, -6px);}
}
@-moz-keyframes btnAnime02 {
    0% {-moz-transform:translate(0, -6px);}
    50% {-moz-transform:translate(0, 6px);}
    100% {-moz-transform:translate(0, -6px);}
}
*/

/* ランキング表示 */

.sidebar-ranking1:before {
    content: '';
    background-image: url(https://mastand.com/wp-content/uploads/c7af6b4c326f230c4da26eca0aec1761.png);
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: contain;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-right: 5px;
}
.sidebar-ranking2:before {
    content: '';
    background-image: url(https://mastand.com/wp-content/uploads/b82055846d11c764ed5341f681878cb7.png);
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: contain;
    vertical-align: middle;
    margin-bottom: 5px;
      margin-right: 5px;
}
.sidebar-ranking3:before {
    content: '';
    background-image: url(https://mastand.com/wp-content/uploads/0a5929de81a42ef0a412339c426d85bd.png);
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: contain;
    vertical-align: middle;
    margin-bottom: 5px;
      margin-right: 5px;
}

/*  CV button animation Reflection  */
.is-reflection {
  position: relative;
}
.is-reflection a,.is-reflection button {
  overflow: hidden;
  position: relative;
}
.is-reflection a:after,.is-reflection button:after {
  -moz-animation: is-reflection 3s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -ms-animation: is-reflection 3s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -o-animation: is-reflection 3s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -webkit-animation: is-reflection 3s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  animation: is-reflection 3s ease-in-out infinite;
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
}

.is-reflection +.is-reflection a:after,.is-reflection +.is-reflection button:after {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@keyframes is-reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: .5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@-webkit-keyframes is-reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: .5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/*コジマ追加CSS*/

main article .cps-post-main-box.su-box-ttile {
  background-color: #dd6363;
}

main article .cps-post-main-box th {
  background-color: #f4d184;
}

.tableflow {
  overflow: scroll; white-space: nowrap;
}


/* font-color */
body, a, a:link, a:visited {
    color: #1c1c1c;
}

/* CTA */
.c-card {
  position: relative;
  overflow: hidden;
  font-family: Arial, "YuGothic Medium", YuGothic, "游ゴシック Medium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴPro W3", Meiryo, "メイリオ";
  width: 96%;
  max-width: 600px;
  margin: 0 auto 24px;
  background-color: #fff0f0;
  border-radius: 10px;
  padding: 20px 20px 24px;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.3;
}
.c-card::before {
  content: '';
  position: absolute;
  width: 96px;
  height: 15px;
  background-color: #dd6363;
  top: 30px;
  left: -48px;
  display: block;
  border-radius: 8px;
}
.c-card--type2,
.c-card--type3 {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}
.c-card--type2::before,
.c-card--type3::before {
  content: none;
}
.c-card p {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  line-height: 1;
  font-size: 14px;
}
.c-card img {
  margin-bottom: 0;
}
.c-card-tit {
  width: 100%;
  margin-left: 54px;
  font-size: 36px;
  color: #dd6363;
}
.c-card__box1 {
  width: 49%;
  margin: 20px auto 0;
}
.c-card__box1__scorewom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 10px;
  padding: 16px 15px;
  line-height: 1;
}
.c-card p.c-card__box1__scorewom__txt,
.c-card p.c-card__box2__numcoins__in__txt,
.c-card p.c-card__box2__trust__txt {
  display: flex;
  font-size: 14px;
  align-items: center;
}
.c-card__box1__scorewom__txt &gt; span,
.c-card__box2__numcoins__in__txt &gt; span,
.c-card__box2__trust__txt &gt; span{
  display: inline-block;
  width: 26px;
  margin-right: 5px;
}
.c-card__box1__scorewom__txt &gt; span &gt; img,
.c-card__box2__numcoins__in__txt &gt; span &gt; img,
.c-card__box2__trust__txt &gt; span &gt; img {
  width: 100%;
}
.c-card p.c-card__box1__scorewom__num,
.c-card p.c-card__box2__numcoins__in__num {
  font-size: 39px;
  color: #dd6363;
}
.c-card__box1__img {
  background-color: #fff;
  border-radius: 10px;
  padding: 21px 20px;
  margin-top: 10px;
}
.c-card--type2 &gt; .c-card__box1__img {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
.c-card a.c-card__box1__img__link {
  display: block;
}
.c-card__box1__img__link &gt; img {
  width: 100%;
}
.c-card__box2 {
  width: 49%;
  margin: 20px auto 0;
}
.c-card__box2__numcoins {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  padding: 14px 15px 12px;
}
.c-card__box2__numcoins__in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #e68787;
  padding-bottom: 10px;
}
.c-card__box2__coin {
  margin-top: 10px;
  font-size: 12px;
}
.c-card__box2__coin__item {
  display: inline-block;
}
.c-card__box2__coin__item::before {
  content: '●';
  color: #e68787;
  font-size: 14px;
}
.c-card__box2__trust {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 10px;
  padding: 6px 16px 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.c-card__box2__trust__txt,
.c-card__star {
  width: 50%;
  margin: 0;
}
.c-card__star {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.c-card__star__in {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.c-card__star__in__item {
  position: absolute;
  overflow: hidden;
}
.c-card__star__in__item:before {
  content: "★★★★★";
  color: #ffc814;
}
.c-card__star__in:after {
  content: "★★★★★";
  color: #c8c8c8;
}
.c-card__box3 {
  width: 100%;
  margin: 10px auto 0;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}
.c-card p.c-card__box3__txt {
  font-size: 17px;
}
.c-card p.c-card__box3__txt::before {
  content: '●';
  display: inline-block;
  margin-right: 5px;
  color: #e68787;
  font-size: 23px;
}
.c-card__box4 {
  width: 100%;
  margin: 15px auto 0;
  text-align: center;
}
.c-card--type2 &gt; .c-card__box4 {
  margin-top: 20px;
}
.c-card--type3 &gt; .c-card__box4 {
  margin-top: 0;
}
.c-card a.c-card__box4__btn {
  position: relative;
  background-color: #e63741;
  background-image: -webkit-linear-gradient(90deg, #e63741 0%, #dd6363 70%);
  background-image: linear-gradient(0deg, #e63741 0%, #dd6363 70%);
  display: block;
  width: 100%;
  max-width: 400px;
  font-size: 19px;
  text-align: center;
  color: #fff;
  padding: 20px 20px 18px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 6px 6px rgba(236, 194, 194, .75);
  transition: all .1s ease;
  text-decoration: none;
}
.c-card a.c-card__box4__btn &gt; span {
  position: relative;
}
.c-card a.c-card__box4__btn &gt; span::after {
  position: absolute;
  top: 50%;
  right: -20px;
  content: '';
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  margin-top: -5px;
  transform: rotate(45deg);
}
.c-card a.c-card__box4__btn:active,
.c-card a.c-card__box4__btn:hover {
  box-shadow: none;
  transform: translateY(3px);
}
.c-card a.c-card__box4__link {
  display: inline-block;
  margin: 10px auto 0;
  font-size: 15px;
  color: #dd6363;
  text-decoration: underline;
}
.c-card a.c-card__box4__link:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .c-card-tit {
    text-align: center;
    margin-left: 0;
  }
  .c-card__box1 {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .c-card__box1__scorewom {
    margin-top: 10px;
  }
  .c-card__box1__img {
    margin-top: 0;
  }
  .c-card__box2 {
    width: 100%;
    margin-top: 10px;
  }
}

/* TOPページ：取引所検索フォーム用CSS */
h2.article_fe_search_caption {
    font-size: 18px;
}
.article_fe_search_front{
    margin-top: 40px;
    margin-bottom: 0;
}
.article_fe_search_form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEwMCAxMDAiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cG9seWdvbiBmaWxsPSIjMDEwMTAxIiBwb2ludHM9IjIzLjEsMzQuMSA1MS41LDYxLjcgODAsMzQuMSA4MS41LDM1IDUxLjUsNjQuMSAyMS41LDM1IDIzLjEsMzQuMSAiLz48L3N2Zz4=') no-repeat center right 8px/16px 16px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    font-size: 1em;
    padding: 0.4em 1.8em;
    margin-bottom: 10px;
}
.article_fe_search_form select::-ms-expand {
    display: none;
}
.article_fe_search_form select:focus {
    border: 1px solid rgba(0, 0, 0, 0.32);
    box-shadow: none;
    outline: none;
}

.article_fe_search_form input[type="submit"] {
    border-radius: 2px;
    -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #d9333f;
    padding: 7px 50px;
    font-size: 1em;
    margin: 0 auto;
    background: #d9333f;
    cursor: pointer;
    color: #fff;
}

@media (max-width: 767px) {
    .article_fe_search_front_image {
        display: none;
        width: 0;
    }
    .article_fe_search_front_description {
        float: left;
        width: 90%;
        margin-left: 5%;
    }
    .article_fe_search_form select {
        display: block;
        width: 100%;
    }
    .article_fe_search_form input[type="submit"] {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .article_fe_search_front_image {
        float: left;
        width: 30%;
        text-align: right;
        display: block;
    }
    .article_fe_search_front_description {
        float: left;
        width: 65%;
        margin-left: 5%;
    }
} 
.toppost-list-search--single {
  margin-bottom: 0 !important;
}
.toppost-list-search--single p {
  display: none;
}
.toppost-list-search--single__desc {
  display: inline-block;
  margin: 1em 0;
}

/* ライターページ：プロフィール用CSS */
.profile-card.p-author-profile {
	margin-top: 40px;
	margin-bottom: 60px;
	padding: 30px;
	background-color: rgba(23, 48, 229, .03);
	border-top: none;
	border-radius: 4px;
}

.profile-card.p-author-profile .profile-link-box .profile-link a {
	color: #5a6cee;
	text-decoration: underline;
}

.profile-card.p-author-profile .profile-link-box .profile-link a:hover {
	opacity: .6;
}

@media (max-width:767px) {
	.profile-card.p-author-profile {
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 20px;
	}
}
</pre></body></html>