@charset "UTF-8";
/* 記事カード */
/* スペシャルコンテンツカード */
/* アクセス総合ランキング */
/* イベントセミナーランキング */
/* SNS周りアイコン色 */
/* 記事詳細(行高) */
/* ---------- PC 記事 start ---------- */
/* ---------- PC 記事 end ---------- */
/* ---------- SP 記事 start ---------- */
/* ---------- SP 記事 end ---------- */
/* ---------- ビジネス+IT特集 記事 start ---------- */
/* pc, spともにデザイン同じため、共通にしている */
/* ---------- ビジネス+IT特集 記事 end ---------- */
/**
* font
* $fv : font-size
* $lv : line-height
* $ls : letter-spacing
* $c  : color
* $fw : font-weight
*/
/**
* icon
* $url   : background-image: url()
* $w     : width, background-size
* $h     : height, background-size
* $align : vertical-align
*/
/**
* select box allow
*/
@media only screen and (max-width: 1185px) {
  .crypto header .header_ctl .header_sns {
    display: none;
  }
  .crypto header .header_nav_main-textlink.header_link-bit {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .crypto footer .footer_logo {
    padding: 20px 13px 0;
  }
  .crypto footer .footer_logo span {
    display: inline-block;
    width: 94px;
  }
  .crypto footer .footer_nav {
    font-size: 1.4rem;
    padding: 0 30px;
    margin-top: 16px;
  }
  .crypto footer .footer_nav .footer_nav_list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .crypto footer .footer_nav .footer_nav_list li {
    line-height: 1.2;
    width: 50%;
    padding-top: 14px;
  }
  .crypto footer .footer_nav .footer_nav_list li:nth-of-type(odd) {
    padding-right: 20px;
  }
  .crypto footer .footer_info {
    background-color: #fff;
    padding: 15px 30px;
    padding-right: 15px;
    margin-top: 15px;
  }
  .crypto footer .footer_sbit {
    margin-top: 13px;
    line-height: 15px;
  }
  .crypto footer .footer_corp {
    font-size: 1.4rem;
    letter-spacing: 0.8px;
  }
  .crypto footer .footer_copyright {
    margin-top: 15px;
  }
  .crypto header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  .crypto header.state_input_focus {
    display: none;
  }
  .crypto header .header_notice {
    background-color: #ffe7ea;
  }
  .crypto header .header_notice_inner {
    padding: 0 20px;
  }
  .crypto header .header_notice_ttl {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 44px;
  }
  .crypto header .header_notice_ttl_txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #CE0000;
    font-weight: bold;
    padding-left: 33px;
    background: url("/assets/images/common/icon_alert.png") left center no-repeat;
    background-size: 22px auto;
  }
  .crypto header .header_notice_ttl_trigger {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/assets/images/common/arrow_down_blu_02.png") right center no-repeat;
    background-size: 20px auto;
  }
  .crypto header .header_notice_cont {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    transition: height .4s ease;
    height: 0;
    overflow: hidden;
  }
  .crypto header .header_notice_cont_txt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    letter-spacing: 0.17px;
    color: #333;
    font-weight: normal;
  }
  .crypto header .header_notice_cont_txt a {
    color: #277AEB;
  }
  .crypto header .header_inner {
    position: relative;
  }
  .crypto header .header_infoarea {
    height: 45px;
    border-bottom: 1px solid #fff;
  }
  .crypto header .header_menubtn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 45px;
  }
  .crypto header .header_menubtn span {
    position: absolute;
    content: "";
    display: block;
    transition: all .5s ease;
    background-color: #333;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    width: 30px;
    height: 3px;
  }
  .crypto header .header_menubtn.state_close span:nth-of-type(1) {
    top: 14px;
    left: 14px;
  }
  .crypto header .header_menubtn.state_close span:nth-of-type(2) {
    top: 21px;
    left: 14px;
    opacity: 1;
  }
  .crypto header .header_menubtn.state_close span:nth-of-type(3) {
    top: 28px;
    left: 14px;
  }
  .crypto header .header_menubtn.state_open span:nth-of-type(1) {
    top: 21px;
    left: 14px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .crypto header .header_menubtn.state_open span:nth-of-type(2) {
    top: 21px;
    left: 14px;
    opacity: 0;
  }
  .crypto header .header_menubtn.state_open span:nth-of-type(3) {
    top: 21px;
    left: 14px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .crypto header .header_logo {
    padding: 11px 0 0;
  }
  .crypto header .header_logo h1 {
    text-align: center;
  }
  .crypto header .header_logo h1 a {
    width: 98px;
    display: inline-block;
  }
  .crypto header .header_navarea {
    height: 40px;
  }
  .crypto header .header_nav_list {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .crypto header .header_nav_list:after {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #979797;
  }
  .crypto header .header_nav_list li {
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    text-align: center;
  }
  .crypto header .header_nav_list li a.header_nav_link {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.58px;
    background-color: #292929;
    line-height: 40px;
  }
  .crypto header .header_nav_list li a.header_nav_link.state_current {
    background-color: #2E7DE8;
  }
  .crypto header .header_drawer {
    position: fixed;
    top: 45px;
    left: 0;
    width: 100%;
    height: 0;
    overflow-y: scroll;
    font-size: 1.4rem;
    background-color: #2f2f2f;
    transition: top .4s ease, height .4s ease;
  }
  .crypto header .header_drawer.state_open {
    height: calc(100% - 45px);
  }
  .crypto header .header_drawer_usermenu {
    display: none;
    padding: 0 30px;
  }
  .crypto header .header_drawer_usermenu.state_show {
    display: block;
  }
  .crypto header .header_drawer_normalmenu {
    display: none;
  }
  .crypto header .header_drawer_normalmenu.state_show {
    display: block;
  }
  .crypto header .header_drawer_bottom {
    background-color: #e2e5e7;
  }
  .crypto header .header_drawer_bottom > p a {
    color: #354455;
    padding-left: 15px;
    letter-spacing: 0.58px;
    padding: 18px 32px 17px;
    display: block;
    background: url("/assets/images/common/arrow_right_blu_02.png") center right 24px no-repeat;
    background-size: 9px 15px;
  }
  .crypto header .header_drawer_bottom > p:not(:last-of-type) a {
    border-bottom: 1px solid #354455;
  }
  .crypto header .header_login_status {
    color: #FFFFFF;
    letter-spacing: 0.54px;
    padding-top: 14px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    letter-spacing: 0.5px;
    color: #fff;
    font-weight: normal;
  }
  .crypto header .header_login_status_company {
    display: block;
    line-height: 1.5;
  }
  .crypto header .header_login_status_position {
    display: block;
    line-height: 1.5;
    margin-top: 8px;
  }
  .crypto header .header_login_name {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    letter-spacing: 0.58px;
    color: #fff;
    font-weight: normal;
    margin-top: 14px;
  }
  .crypto header .header_drawer_ctlArea {
    margin-top: 26px;
  }
  .crypto header .header_mypage {
    margin-bottom: 11px;
  }
  .crypto header .header_mypage a {
    display: block;
    color: #274d9c;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    line-height: 32px;
    letter-spacing: 0.5px;
    border-radius: 3px;
    height: 32px;
    background-color: #fff;
  }
  .crypto header .header_ctl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .crypto header .header_ctl li {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 0 5px 0 0;
  }
  .crypto header .header_ctl li:last-child {
    padding: 0 0 0 5px;
  }
  .crypto header .header_ctl li a {
    display: block;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0.5px;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.56);
    height: 32px;
  }
  .crypto header .header_cat_layer01 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .crypto header .header_cat_layer01 li {
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    text-align: center;
  }
  .crypto header .header_cat_layer01 li a {
    display: block;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.58px;
    line-height: 40px;
    background-color: #4a4a4a;
  }
  .crypto header .header_cat_layer01 li a.state_current {
    color: #4a4a4a;
    background-color: #fff;
  }
  .crypto header .header_cat_layers {
    display: none;
    background-color: #fff;
    line-height: 1.2;
    letter-spacing: 1.4px;
  }
  .crypto header .header_cat_layers.state_current {
    display: block;
  }
  .crypto header .header_cat_layers ul li a {
    display: block;
    color: #354455;
  }
  .crypto header .header_cat_layer02 > li {
    position: relative;
    margin: 0 7px;
  }
  .crypto header .header_cat_layer02 > li:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #d8d8d8;
  }
  .crypto header .header_cat_layer02 > li:last-child:after {
    content: none;
  }
  .crypto header .header_cat_layer02 > li:first-child {
    border-top: none;
  }
  .crypto header .header_cat_layer02 > li > a {
    padding: 12px 16px 12px 26px;
    background-image: url("/assets/images/common/arrow_down_blu_01.png");
    background-position: right 23px center;
    background-repeat: no-repeat;
    background-size: 13px 7px;
  }
  .crypto header .header_cat_layer02 > li > a.state_current {
    background-color: #d6dadd;
    background-image: url("/assets/images/common/arrow_up_blu_01.png");
  }
  .crypto header .header_cat_layer03 {
    display: none;
    background-color: #eff0f2;
  }
  .crypto header .header_cat_layer03 > li > a {
    padding: 8px 23px 8px 33px;
  }
  .crypto header .header_drawer_foot {
    background-color: #2f2f2f;
    padding: 30px 0 36px;
  }
  .crypto header .header_search {
    position: relative;
    max-width: 360px;
    padding: 0 10px;
    margin: 0 auto;
  }
  .crypto header .header_search input[type="text"] {
    font-size: 1.4rem;
    color: #fff;
    border: none;
    width: 100%;
    padding: 0px 40px 10px 10px;
    background-color: transparent;
    border-radius: 0;
    letter-spacing: 0.58px;
  }
  .crypto header .header_search input[type="text"]:placeholder-shown {
    color: #a4a4a4;
    text-align: center;
  }
  .crypto header .header_search input[type="text"]::-webkit-input-placeholder {
    color: #a4a4a4;
    text-align: center;
  }
  .crypto header .header_search input[type="text"]:-moz-placeholder {
    color: #a4a4a4;
    text-align: center;
  }
  .crypto header .header_search input[type="text"]::-moz-placeholder {
    color: #a4a4a4;
    text-align: center;
  }
  .crypto header .header_search input[type="text"]:-ms-input-placeholder {
    color: #a4a4a4;
    text-align: center;
  }
  .crypto header .header_search input[type="submit"] {
    position: absolute;
    top: 0px;
    right: 12px;
    display: block;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    padding: 0;
    border: none;
    line-height: 1;
    cursor: pointer;
    width: 21px;
    height: 20px;
    background-size: cover;
  }
  .crypto header .header_sns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 80px;
    margin: 30px auto 0;
  }
  .crypto header .header_sns li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .crypto header .header_sns li a.header_sns_rss {
    background-image: url("/assets/images/common/icon_rss_wht.png");
    width: 16px;
    height: 16px;
  }
  .crypto header .header_sns li a.header_sns_fb {
    background-image: url("/assets/images/common/icon_facebook_wht.png");
    width: 19px;
    height: 19px;
  }
  .crypto header .header_sns li a.header_sns_tw {
    background-image: url("/assets/images/common/icon_twitter_wht.png");
    width: 20px;
    height: 16px;
  }
  .crypto header .header_link-bit {
    width: 180px;
    margin: 24px auto;
  }
  .crypto header .header_link-bit > a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: 0.58px;
    color: #fff;
    font-weight: 700;
    padding: 10px 40px 10px 20px;
    display: block;
    width: 100%;
    background: url("/assets/images/common/arrow_right_white.png") right 17px center no-repeat;
    background-size: 9px 15px;
    text-align: center;
  }
  /* ------------- スニペット ページャー start ------------- */
  .ar-pager__inner {
    padding: 4px 0 24px 0;
    text-align: center;
  }
  .ar-pager__list--item {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 6px;
    border: 1px solid #7591a3;
    text-align: center;
  }
  .ar-pager__list--item.is-current {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 0 6px;
    border: 1px solid #7591a3;
    text-align: center;
    background-color: #53768c;
  }
  .ar-pager__list--item.is-current .ar-pager__list--link {
    pointer-events: none;
    cursor: default;
    font-size: 20px;
    font-size: 2rem;
    line-height: normal;
    letter-spacing: 0.8px;
    color: #fff;
    font-weight: 400;
  }
  .ar-pager__list--item.is-prev, .ar-pager__list--item.is-next {
    width: auto;
    height: auto;
    border: none;
  }
  .ar-pager__list--link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 20px;
    font-size: 2rem;
    line-height: normal;
    letter-spacing: 0.8px;
    color: #53768c;
    font-weight: 400;
  }
  .ar-pager__list--link.prev {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: 1.6px;
    color: #53768c;
    font-weight: 400;
    line-height: 34px;
    position: relative;
    display: inline-block;
    padding-left: 20px;
  }
  .ar-pager__list--link.prev:before {
    content: '';
    width: 11px;
    height: 11px;
    border: 0px;
    border-top: solid 3px #53768c;
    border-right: solid 3px #53768c;
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
    position: absolute;
    top: 50%;
    left: 3px;
    margin-top: -6px;
  }
  .ar-pager__list--link.next {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: 1.6px;
    color: #53768c;
    font-weight: 400;
    line-height: 34px;
    position: relative;
    display: inline-block;
    padding-right: 20px;
  }
  .ar-pager__list--link.next:after {
    content: '';
    width: 11px;
    height: 11px;
    border: 0px;
    border-top: solid 3px #53768c;
    border-right: solid 3px #53768c;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 3px;
    margin-top: -6px;
  }
  /* ------------- スニペット ページャー end ------------- */
  .crypto #contents {
    padding-top: 45px;
  }
  .crypto .ar-cont_box .ar-pager__list--item {
    border: 1px solid #354455;
  }
  .crypto .ar-cont_box .ar-pager__list--item.is-prev, .crypto .ar-cont_box .ar-pager__list--item.is-next {
    border: none;
  }
  .crypto .ar-cont_box .ar-pager__list--item.is-current .ar-pager__list--link {
    color: #fff;
    background-color: #354455;
  }
  .crypto .ar-cont_box .ar-pager__list--link {
    color: #354455;
  }
  .crypto .ar-cont_box .ar-pager__list--link.prev:before, .crypto .ar-cont_box .ar-pager__list--link.next:after {
    border-top: solid 3px #354455;
    border-right: solid 3px #354455;
  }
  .crypto .ar-cont_box .ar-pager__list--link:hover {
    background-color: #F5F3E6;
  }
  .crypto .co-article_card__remarks {
    background-color: #354455;
  }
  .crypto .co-article_card__remarks--category {
    font-size: 0.9rem;
    font-size: 9px;
  }
  .crypto .co-pankuzu-link span {
    color: #2470ff;
  }
  .crypto .contents_main {
    background-color: #fff;
  }
  .crypto #side {
    border-bottom: 1px solid #F0F0F0;
  }
  .crypto #side .side-ad_wrapper > div a {
    display: inline-block;
  }
  .crypto .co-article_card:nth-last-of-type(2) {
    border-bottom: 1px solid rgba(83, 118, 140, 0.2);
  }
  .crypto .co-article_morecheck {
    margin-top: 7px;
  }
  .crypto .co-article_morecheck--text {
    background-color: #000;
    margin: 0 15px 10px 18px;
    color: #fff;
  }
  .crypto .co-article_morecheck--r_arrow {
    right: 30px;
    background-image: url("/assets/images/common/arrow_right_white.png");
  }
  .crypto .crypto_list .co-article_cardlists {
    border-bottom: none;
  }
  .crypto .crypto_article .ar-category {
    background-color: #e2e5e7;
  }
  .crypto .crypto_article .ar-category_scroll {
    height: 36px;
  }
  .crypto .crypto_article .ar-category_list {
    height: 50px;
  }
  .crypto .crypto_article .ar-cont {
    padding-bottom: 0;
  }
  .crypto .crypto_article .ar-cont_box .ar-title-sentence__sentence--text > .ar-title-sentence .ar-title-sentence__inner {
    padding: 10px 0 30px;
  }
  .crypto .crypto_article .ar-cont_box .ar-toc__contents__list li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26pxpx;
    letter-spacing: 0.88px;
    color: #53768C;
    font-weight: normal;
  }
  .crypto .crypto_article .ar-cont_box .ar-toc__contents__list li a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26pxpx;
    letter-spacing: 0.88px;
    color: #53768C;
    font-weight: normal;
  }
  .crypto .crypto_article .ar-cont_box .ar-toc {
    padding-bottom: 35px;
  }
  .crypto .crypto_article .ar-sns_list_item--container a {
    border-color: #354455;
    background-color: #354455;
  }
}

@media only screen and (min-width: 768px), print {
  .crypto footer {
    background-color: #000;
  }
  .crypto footer .footer_inner {
    width: 1020px;
    padding: 0 10px;
    margin: 0 auto;
  }
  .crypto footer .footer_nav {
    font-size: 1.2rem;
    padding: 30px 0;
  }
  .crypto footer .footer_nav .footer_nav_list li {
    display: inline-block;
    margin-right: 20px;
  }
  .crypto footer .footer_nav .footer_nav_list li a {
    padding-left: 13px;
    background: url("/assets/images/common/cursor_r_grey.png") left center no-repeat;
    background-size: 7px auto;
    color: #fff;
  }
  .crypto footer .footer_nav .footer_nav_list:last-child {
    margin-top: 6px;
  }
  .crypto footer .footer_nav .footer_nav_list:last-child li {
    margin-top: 8px;
  }
  .crypto footer .footer_info {
    background-color: #000;
    padding: 15px 0 30px;
  }
  .crypto footer .footer_info img {
    width: auto;
  }
  .crypto footer .footer_sbit {
    margin-top: 5px;
  }
  .crypto footer .footer_copyright {
    margin-top: 10px;
  }
  .crypto a:hover, .crypto button:hover {
    opacity: 0.5;
  }
  .crypto header {
    position: relative;
    z-index: 100;
  }
  .crypto header .header_notice {
    background-color: #ffe7ea;
    height: 54px;
  }
  .crypto header .header_notice_inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1360px;
    height: 100%;
    padding: 0 23px;
    margin: 0 auto;
  }
  .crypto header .header_notice_ttl_txt {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #CE0000;
    font-weight: bold;
    padding-left: 33px;
    background: url("/assets/images/common/icon_alert.png") left center no-repeat;
    background-size: 22px auto;
  }
  .crypto header .header_notice_cont {
    padding-left: 65px;
  }
  .crypto header .header_notice_cont_txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    letter-spacing: 0.17px;
    color: #333;
    font-weight: normal;
  }
  .crypto header .header_notice_cont_txt a {
    color: #277AEB;
  }
  .crypto header .header_infoarea {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 13px;
  }
  .crypto header .header_logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 4px;
  }
  .crypto header .header_logo h1 {
    width: 156px;
  }
  .crypto header .header_logo h1 a {
    display: block;
  }
  .crypto header .header_logo h1 a img {
    width: 100%;
  }
  .crypto header .header_logo_sub {
    padding-left: 25px;
  }
  .crypto header .header_copy {
    display: inline-block !important;
    font-size: 1.2rem;
    letter-spacing: 0.5px;
  }
  .crypto header .header_about {
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
    padding-left: 0;
    margin-top: 6px;
  }
  .crypto header .header_about a {
    color: #274d9c;
    letter-spacing: 0.5px;
    padding-left: 13px;
    background: url("/assets/images/common/cursor_r_blu.png") left center no-repeat;
    background-size: 6px auto;
  }
  .crypto header .header_ctl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* 2019.08.06 add */
  .crypto header .header_ctl .header_nav_main-textlink.header_link-bit > a {
    /* font-size: 14px; */
    font-size: 1.4rem;
    /* line-height: 20px; */
    letter-spacing: 0.58px;
    color: #333;
    font-weight: 700;
    padding: 9px 30px 0px 40px;
    display: block;
    width: 100%;
    height: 32px;
    background: url(/assets/images/common/arrow_right_blk.png) right 10px center no-repeat;
    background-size: 9px 15px;
  }
  /* 2019.08.06 add */
  .crypto header .header_inner {
    height: 58px !important;
  }
  .crypto header .header_ctl .header_sns {
    /* display: none; 2019.08.06 delete */
    margin-left: 32px; /* 2019.08.06 add */
  }
  .crypto header .header_ctl .header_mailmagazine {
    display: none;
  }
  .crypto header .header_login {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .crypto header .header_login_status {
    font-size: 1.2rem;
    text-align: right;
    letter-spacing: 0.5px;
    padding-right: 16px;
  }
  .crypto header .header_login_status span {
    display: block;
    margin-top: 6px;
  }
  .crypto header .header_login_btn a {
    display: inline-block;
    border-radius: 3px;
    height: 32px;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    line-height: 32px;
    letter-spacing: 0.5px;
    width: 105px;
  }
  .crypto header .header_login_btn a.state_register {
    line-height: 30px;
    margin-left: 8px;
  }
  .crypto header .header_search {
    position: relative;
    width: 167px;
    margin: 3px 0 0 20px;
  }
  .crypto header .header_search input[type="text"] {
    font-size: 1.2rem;
    border: none;
    width: 100%;
    padding: 7px 30px 6px 1px;
  }
  .crypto header .header_search input[type="submit"] {
    position: absolute;
    top: 3px;
    right: 3px;
    display: block;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    padding: 0;
    border: none;
    line-height: 1;
    cursor: pointer;
    width: 21px;
    height: 20px;
  }
  .crypto header .header_navarea {
    margin-top: 15px;
  }
  .crypto header .header_nav_list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .crypto header .header_nav_list li.header_nav_main {
    position: relative;
    -webkit-flex: 1 1 100px;
        -ms-flex: 1 1 100px;
            flex: 1 1 100px;
    padding-left: 9px;
  }
  .crypto header .header_nav_list li.header_nav_main:first-child {
    padding-left: 0;
  }
  .crypto header .header_nav_list li.header_nav_main-textlink.header_link-bit {
    width: 160px;
    margin-left: 10px;
  }
  .crypto header .header_nav_list li.header_nav_main-textlink.header_link-bit > a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20pxpx;
    letter-spacing: 0.58px;
    color: #333;
    font-weight: 700;
    padding: 9px 20px 0;
    display: block;
    width: 100%;
    height: 32px;
    background: url("/assets/images/common/arrow_right_blk.png") right 10px center no-repeat;
    background-size: 9px 15px;
  }
  .crypto header .header_nav_list li.header_nav_main > a {
    display: inline-block;
    border-radius: 3px;
    height: 32px;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    line-height: 32px;
    letter-spacing: 0.58px;
    width: 100%;
  }
  .crypto header .header_nav_list li.header_nav_main > a.header_nav_layer01 {
    background-color: #354455;
  }
  .crypto header .header_nav_list li.header_nav_main > a.header_nav_layer01.state_show {
    opacity: 0.9;
  }
  .crypto header .header_nav_list li.header_nav_main > a.header_nav_layer01.state_current {
    color: #fff;
    opacity: 0.8;
  }
  .crypto header .header_nav_list li.header_nav_main > a.header_nav_link {
    background-color: #e2e5e7;
    color: #354455;
    border: 1px solid #354455;
    transition: all 0.2s ease;
  }
  .crypto header .header_nav_list li.header_nav_sub {
    -webkit-flex: 0 0 217px;
        -ms-flex: 0 0 217px;
            flex: 0 0 217px;
  }
  .crypto header .header_nav_layers {
    display: none;
    position: absolute;
    left: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.92);
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.46);
    width: 880px;
  }
  .crypto header .header_nav_layers.state_show {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .crypto header .header_nav_layer02 {
    -webkit-flex: 0 0 196px;
        -ms-flex: 0 0 196px;
            flex: 0 0 196px;
  }
  .crypto header .header_nav_layer02 li {
    display: table;
    width: 100%;
    height: 62px;
  }
  .crypto header .header_nav_layer02 li a {
    display: table-cell;
    width: 100%;
    font-size: 1.6rem;
    vertical-align: middle;
    padding: 0 34px 0;
    background: url("/assets/images/common/arrow_right_blu_01.png") right 15px center no-repeat;
    background-size: 7px 12px;
  }
  .crypto header .header_nav_layer02 li a.state_current {
    font-weight: 700;
    background-color: #d6dadd;
  }
  .crypto header .header_nav_layer02_detailWrapper {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    position: relative;
  }
  .crypto header .header_nav_layer02_detail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    background-color: #fff;
  }
  .crypto header .header_nav_layer02_detail.state_current {
    visibility: visible;
  }
  .crypto header .header_nav_layer02_catname {
    display: table;
    width: 100%;
    font-size: 1.8rem;
    font-weight: 700;
    background-color: #d6dadd;
    height: 62px;
    padding: 0 32px 0;
  }
  .crypto header .header_nav_layer02_catname p {
    display: table-cell;
    vertical-align: middle;
  }
  .crypto header .header_nav_layer02_catname a {
    display: inline-block;
    line-height: 1.2;
    background: url("/assets/images/common/arrow_right_blu_02.png") right center no-repeat;
    background-size: 9px 15px;
    padding-right: 25px;
  }
  .crypto header .header_nav_layer03 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 22px 0 40px;
  }
  .crypto header .header_nav_layer03_list {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .crypto header .header_nav_layer03_list li {
    padding: 12px 10px 12px 32px;
  }
  .crypto header .header_nav_layer03_list li:first-child {
    padding-top: 0;
  }
  .crypto header .header_nav_layer03_list li a {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .crypto header .header_nav_layer03_articles {
    -webkit-flex: 0 0 355px;
        -ms-flex: 0 0 355px;
            flex: 0 0 355px;
    padding-right: 37px;
  }
  .crypto header .header_article {
    font-weight: 700;
    border-bottom: 1px solid #d8d8d8;
    padding: 0 0 17px;
    margin: 8px 0 0 5px;
  }
  .crypto header .header_article > a {
    position: relative;
    display: block;
  }
  .crypto header .header_article.is-headline {
    position: relative;
    width: 318px;
    height: 177px;
    padding: 0;
    margin: 0;
    border-bottom: none;
  }
  .crypto header .header_article.is-headline > a {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .crypto header .header_article.is-headline > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.64) 46%, rgba(0, 0, 0, 0.3) 74%);
  }
  .crypto header .header_article.is-headline .header_article_cont {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .crypto header .header_article.is-headline .header_article_tag {
    color: #fff;
    display: inline-block;
    font-size: 1.0rem;
    line-height: 18px;
    text-align: center;
    padding: 0 12px;
    font-weight: 400;
  }
  .crypto header .header_article.is-headline .header_article_tag.is_special {
    background-color: #53768C;
  }
  .crypto header .header_article.is-headline .header_article_tag.is_event_seminar {
    background-color: #F5621D;
  }
  .crypto header .header_article.is-headline .header_article_ttl {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0.47px;
    padding: 0 16px;
  }
  .crypto header .header_article.is-headline .header_article_info {
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    padding: 0 16px;
    margin: 0;
    letter-spacing: 1.2px;
  }
  .crypto header .header_article.is-headline .header_article_cat {
    color: #fff;
    letter-spacing: 1.2px;
  }
  .crypto header .header_article.is-headline .header_article_date {
    color: #fff;
  }
  .crypto header .header_article_ttl {
    font-size: 1.4rem;
    line-height: 1.57;
    padding: 0 12px 0 1px;
    letter-spacing: 0.21px;
  }
  .crypto header .header_article_info {
    margin-top: 10px;
    padding: 0 16px 0 4px;
  }
  .crypto header .header_article_cat {
    font-size: 1.2rem;
    line-height: 1.3;
    color: #53768C;
  }
  .crypto header .header_article_date {
    text-align: right;
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 400;
    color: #a5a5a5;
  }
  .crypto header .header_nav_sub_inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .crypto header .header_mailmagazine {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: 0.5px;
    text-align: right;
  }
  .crypto header .header_sns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 20px;
    width: 60px;
  }
  .crypto header .header_sns li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* ------------- スニペット ページャー start ------------- */
  .ar-pager {
    clear: both;
  }
  .ar-pager__inner {
    padding: 2px 20px 22px 20px;
    text-align: center;
  }
  .ar-pager__list--item {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 8px;
    border: 1px solid #7591a3;
    text-align: center;
  }
  .ar-pager__list--item.is-current {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 0 8px;
    border: 1px solid #7591a3;
    text-align: center;
    background-color: #53768c;
  }
  .ar-pager__list--item.is-current .ar-pager__list--link {
    pointer-events: none;
    cursor: default;
    font-size: 20px;
    font-size: 2rem;
    line-height: normal;
    letter-spacing: 0.8px;
    color: #fff;
    font-weight: 400;
  }
  .ar-pager__list--item.is-prev, .ar-pager__list--item.is-next {
    width: auto;
    border: none;
  }
  .ar-pager__list--item.is-prev {
    margin-right: 0;
  }
  .ar-pager__list--item.is-next {
    margin-left: 0;
  }
  .ar-pager__list--link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 20px;
    font-size: 2rem;
    line-height: normal;
    letter-spacing: 0.8px;
    color: #53768c;
    font-weight: 400;
    transition: background-color 0.2s ease;
  }
  .ar-pager__list--link:hover {
    opacity: 1;
    background-color: #d0e2f1;
  }
  .ar-pager__list--link.prev {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: 1.6px;
    color: #53768c;
    font-weight: 400;
    line-height: 34px;
    position: relative;
    display: inline-block;
    padding: 0 7px 0 30px;
  }
  .ar-pager__list--link.prev:before {
    content: '';
    width: 11px;
    height: 11px;
    border: 0px;
    border-top: solid 3px #53768c;
    border-right: solid 3px #53768c;
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -7px;
  }
  .ar-pager__list--link.next {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: 1.6px;
    color: #53768c;
    font-weight: 400;
    line-height: 34px;
    position: relative;
    display: inline-block;
    padding: 0 30px 0  7px;
  }
  .ar-pager__list--link.next:after {
    content: '';
    width: 11px;
    height: 11px;
    border: 0px;
    border-top: solid 3px #53768c;
    border-right: solid 3px #53768c;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
  }
  /* ------------- スニペット ページャー end ------------- */
  .crypto {
    background-color: #e2e5e7;
  }
  .crypto .co-article_card__remarks {
    background-color: #354455;
  }
  .crypto .side-ad_wrapper > div {
    margin-top: 0;
    margin-bottom: 26px;
  }
  .crypto .co-article_morecheck {
    margin-top: 30px;
  }
  .crypto .ar-cont_box .ar-pager__list--item {
    border: 1px solid #354455;
  }
  .crypto .ar-cont_box .ar-pager__list--item.is-prev, .crypto .ar-cont_box .ar-pager__list--item.is-next {
    border: none;
  }
  .crypto .ar-cont_box .ar-pager__list--item.is-current .ar-pager__list--link {
    color: #fff;
    background-color: #354455;
  }
  .crypto .ar-cont_box .ar-pager__list--link {
    color: #354455;
  }
  .crypto .ar-cont_box .ar-pager__list--link.prev:before, .crypto .ar-cont_box .ar-pager__list--link.next:after {
    border-top: solid 3px #354455;
    border-right: solid 3px #354455;
  }
  .crypto .ar-cont_box .ar-pager__list--link:hover {
    background-color: #F5F3E6;
  }
  .crypto .crypto_list .ar-cont_box .ar-pager__inner {
    padding-top: 30px;
  }
  .crypto .crypto_list .ar-cont_box .ar-pager__list--item {
    background-color: #fff;
  }
  .crypto .crypto_list .ar-cont_box .ar-pager__list--item.is-prev, .crypto .crypto_list .ar-cont_box .ar-pager__list--item.is-next {
    background-color: transparent;
  }
  .crypto .crypto_list .ar-cont_box .ar-pager__list--item.is-current {
    background-color: #53768c;
  }
  .crypto .crypto_article .ar-cont_box .ar-toc {
    margin-bottom: 10px;
  }
  .crypto .crypto_article .ar-cont_box .ar-toc__title {
    width: 10%;
  }
  .crypto .crypto_article .ar-cont_box .ar-toc__contents__list li:before {
    padding-right: 0.5em;
  }
  .crypto .crypto_article .ar-title-sentence__sentence--text > .ar-title-sentence .ar-title-sentence__inner {
    padding: 10px 0 30px;
  }
  .crypto .crypto_article .ar-sns_list_item a {
    border: 1px solid #354455;
    background-color: #354455;
    color: #fff;
  }
  .crypto .crypto_article .ar-sns_list_item a:hover {
    background-color: #fff;
    opacity: 1;
  }
  .crypto .crypto_article .ar-sns_list_item--mail a {
    color: #0E50CC;
    border-color: #0E50CC;
    background-color: #fff;
  }
  .crypto .crypto_article .ar-sns_list_item--mail a:hover {
    opacity: 0.6;
  }
  .crypto .crypto_article .ar-sns_list_item--print a {
    color: #1870A7;
    border-color: #1870A7;
    background-color: #fff;
  }
  .crypto .crypto_article .ar-sns_list_item--print a:hover {
    opacity: 0.6;
  }
  .crypto .crypto_article .ar-sns_list_item--facebook a:hover {
    color: #315096;
    border-color: #315096;
  }
  .crypto .crypto_article .ar-sns_list_item--twitter a:hover {
    color: #68B5EF;
    border-color: #68B5EF;
  }
  .crypto .crypto_article .ar-sns_list_item--hatena a:hover {
    color: #02A4D4;
    border-color: #02A4D4;
  }
  .crypto .crypto_article .ar-sns_list_item--line a:hover {
    color: #01C300;
    border-color: #01C300;
  }
  .crypto .crypto_article .ar-sns_list_item--google a:hover {
    color: #DC4E41;
    border-color: #DC4E41;
  }
  .crypto .crypto_article .ar-sns_list_item--pocket a:hover {
    color: #ED374D;
    border-color: #ED374D;
  }
}
/* 2019.08.06 add */
.ar-title-sentence__sentence--text .box_left {
    width:100px;
    height:auto;
    float:left;
    margin-top:10px;
}
.ar-title-sentence__sentence--text .box_left2 {
    width:100px;
    height:auto;
    float:left;
}
.ar-title-sentence__sentence--text .box_wrap {
    width:auto;
    height:auto;
    margin-bottom:20px;
}
.ar-title-sentence__sentence--text .clearfix:after {
    display: block;
    clear: both;
    content: "";
}

