@charset "utf-8";
/*
Template:smart-mag
Theme Name:smart-mag-money
Theme URI:http://www.mag2.com/
Description:smart-mag の子テーマです
Author:n.harada
Version:1.0
*/
@import url("../smart-mag/style.css");

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);

header .search {
    float: right;
    margin: -3px 0 -3px 50px;
    padding-top: 22px;
}

.main-head .search .query {
    width: 130px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.main-head .search .query:focus {
    width: 180px;
}

/* SIBERIA-816	 */
.fc-button.fc-button-custom-choice,
.fc-ab-root .fc-subscription-link {
    display: none!important;
}

/* SIBERIA-796 */
.page_bottom_fixed_ad_box{
	display:none;
}
@media only screen and (max-width: 480px) {
	.page_bottom_fixed_ad_box{
		height: 65px;
		position: fixed!important;
		display: flex;
		justify-content: center;
		text-align: center;
		bottom: 0!important;
		left: 0;
		width: 100%!important;
		z-index: 10000;
		max-height: 100px!important;
		box-sizing: border-box;
		opacity: 1!important;
		background-image: none!important;
		background-color: #fff;
		box-shadow: 0 0 5px 0 rgba(0,0,0,0.2)!important;
		margin-bottom: 0!important;
		padding: 10px 0;
	}
	.page_bottom_fixed_ad_button{
		width: 28px;
		height: 28px;
		font-size: 21px;
		bottom: 63px;
		right: 0;
		position: fixed;
		z-index: 10001;
		color: #000;
		background-size: 13px 13px;
		background-position: 9px;
		background-color: #fff;
		background-repeat: no-repeat;
		box-shadow: 0 -1px 1px 0 rgba(0,0,0,0.2);
		border: none;
		border-radius: 12px 0 0 0;
		padding: 0 5px 0;
		font-weight: bold;
		}
		.page_bottom_fixed_ad_wap_hide{
		visibility:hidden;
		opacity:0;
		}
		.ca_profitx_ad_overlay{
		display:none;
	}
}
/* SIBERIA-796 */

.search .query, .searchform input, .searchform #s {
    line-height: 24px;
    height: 24px;
    padding: 1px 8px;
    outline: 0;
    border: 0;
    border-right: 15px solid #e9e9e9;
    font-size: 13px;
    background: #e9e9e9;
    float: left;
    color: #999;
}
@media only screen and (min-width: 800px) {
    .main-head .search-button {
        background: transparent;
        margin-left: -28px;
        line-height: 26px;
        height: 26px;
        width: 20px;
        outline: 0;
        float: left;
    }
}

.main-head .search .fa-search {
}

.main-head .social-icons {
    float: right;
    display: flex;
    padding-top: 22px;
    line-height: 0;
}

.ie8 .main-head input {
    max-width: 500px;
}

@media only screen and (min-width: 800px) {
    .main-head .title {
        float: left;
        font-size: 0px;
        font-weight: bold;
        letter-spacing: -1px;
        max-width: 100%;
    }

    .main-head header {
        min-height: 70px;
        line-height: 65px;
        overflow: hidden;
    }
}


.breadcrumbs .location {
    display: none !important;
}

::selection {
    background: #ecdbaf !important;
    color: #000;
}

@media only screen and (max-width: 400px) {
    .row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .wrap {
        padding: 0 10px;
    }

    .column, .row [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/*
 *  .main-head
 * ----------------------------------------------------------------------------
 */

@media only screen and (max-width: 799px) {

    .main-container {
        position: absolute;
        top: 95px;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-y: auto;
    }

    .main-head header {
        min-height: 50px;
        line-height: 0px;
        overflow: hidden;
    }

    .main-head .title {
        margin-top: 10px !important;
        margin-bottom: 0 !important;
    }

    .main-head > .wrap {
        border-top: 4px solid #d19f19;
        background: #FFF;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        height: 95px;
    }

    /* WordPressの管理バーが表示されている場合の調整 */
    body.admin-bar .main-head > .wrap {
        top: 46px;
    }

    body.admin-bar .main-container {
        top: 141px;
    }
}

/*
 *  .share_total
 * ----------------------------------------------------------------------------
 */

.share_total {
    font-size: 15px;
    color: #d19f19;
    background: url(https://img.mag2.com/site_jack/moneyvoice/common/icon_sns_4x.png) left center no-repeat;
    padding: 0 0 0 20px;
    line-height: 15px;
    background-size: 11px 11px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .share_total {
        background-image: url(https://img.mag2.com/site_jack/moneyvoice/common/icon_sns_4x.png) !important;
    }
}

.main-featured .blocks .share_total,
.highlights .cat_share .share_total {
    position: relative !important;
    z-index: 100 !important;
}

.main-featured .blocks .small .share_total {
    display: none !important;
}

.highlights .cat_share .share_total {
    margin: 0 !important;
}

.cat_share {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin: 0 0 0 10px;
}

.time_share {
    width: 100%;
    overflow: hidden;
}

.time_share .share_total {
    float: left;
}

.time_share .time {
    float: right;
    text-align: right;
    margin: 2px 0 0 0;
}

.cat_share .cat,
.cat_share .share {
    display: block;
    float: left;
    position: relative;
}

.cat_share .share:hover {
    text-decoration: none;
}

.cat_share .share_total {
    display: block;
    line-height: 30px;
    background-position: 15px center;
    background-color: #fff;
    padding: 0 15px 0 35px;
}

.cat_share .cat-title {
    position: relative;
    float: left;
    margin-left: 0;
}

.highlights img.image {
    width: 100%;
    height: auto;
    /* max-height: 185px; */
    overflow:hidden;
}

.main-featured {
    margin: 0;
}

.main-featured .cat {
    margin-left: 0;
}

.main-featured .large .cat {
    margin-left: 0;
}

.posts-list .content time {
    float: right;
}

.highlights .meta {
    margin-bottom: 15px;
    z-index:100;
    margin-top: 0px;
}

.comments {
    display: none !important;
}

.cat-title {
    line-height: 30px;
}

.posts-list .rank_number {
    position: absolute;
    line-height: 15px!important;
    width: 15px!important;
    background: #fff;
    font-size: 12px;
    color: #333;
    text-align: center;
    font-weight: bold;
    z-index: 2;
}

/*
 *  single
 * ----------------------------------------------------------------------------
 */

.post-meta .dtreviewed {
    margin: 0 0 0 15px;
}

.sns_btns_box {
    text-align: center;
    vertical-align: top;
    padding: 10px 0 4px 0;
}

.sns_btns {
    display: inline-block;
    zoom: 1;
    margin: 0 5px;
    vertical-align: top;
}

.post-container {
    margin: 30px 0 0 0;
}

.main-content .post-meta {
    padding: 0;
    font-size: 11px;
    text-transform: uppercase;
    padding: 10px 0;
    border: 1px solid #d9d9d9;
    border-left: 0;
    border-right: 0;
    margin-bottom: 21px;
    overflow: hidden;
}

/**
 * Content
 * ----------------------------------------------------------------------------
 */

.post-header {
    margin: 0;
}

.post-header .featured img {
    width: 100%;
    height: auto;
    display: block;
}

.post-header .featured {
    margin-bottom: 0;
    padding: 0!important;
}

.post-header .post-title {
    float: none !important;
    font-size: 28px;
    font-weight: bold;
    margin: 20px 0 20px 0;
    padding: 0;
}

.post-header .post-title:before {
    display: none !important;
}

.post-container {
    margin: 30px 0 60px 0;
}

.wp-post-image:hover {
    opacity: 1;
}

/* content */

.post-content {
    font-size: 16px !important;
    word-break: break-all;
}

.post-content p {
    margin: 0 0 15px 0;
}

.post-content h2 {
    background: #f2f2f2;
    font-size: 22px;
    line-height: 160%;
    padding: 20px 20px;
    margin: 40px 0 20px 0;
}

.post-content h3 {
    font-size: 20px;
    line-height: 160%;
    padding: 10px 0 10px 20px;
    margin: 35px 0 15px 0;
    border-left: #d19f19 3px solid;
}

.post-content h4 {
    font-size: 18px;
    line-height: 160%;
    margin: 25px 0 10px 0;
}

.post-content h5 {
    font-size: 16px;
    line-height: 160%;
    margin: 15px 0 5px 0;
}

.post-content blockquote {
    padding: 30px 30px 10px !important;
}

.post-content .style_box {
    margin: 30px 0;
    padding: 30px;
    border: 1px solid #d9d9d9;
    color: #19232d;
}

.post-content iframe {
    max-width: 100%;
}

.post-content table {
    width: 100%;
}

.post-content td {
    border: 1px solid #e1e1e1;
}

.ban_single {
    width: 100%;
    max-width: 700px;
    margin: 0 0 40px 0;
}

.ban_single img {
    width: 100%;
    height: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
    font-style: normal;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.main-head {
    border-top: 4px solid #d19f19;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
    font-style: normal;
}

@media only screen and (max-width: 400px) {
    .ban_single {
        margin: 0 0 20px 0 !important;
    }

    .sns_btn {
        margin: 0 0 20px -1px !important;
    }

    .post-header .post-title {
        font-size: 20px !important;
    }

    .post-content h2 {
        font-size: 20px !important;
    }

    .post-content h3 {
        font-size: 18px !important;
    }

    .post-content h4 {
        font-size: 16px !important;
    }


}

.post .post-content > p:first-child {
    font-size: inherit !important;
    color: inherit !important;
}

.section-head {
    font-size: 16px;
    padding: 10px 14px;
    color: #19232d !important;
}

.highlights h2 {
    font-size: 18px;
}

@media only screen and (max-width: 799px) {
    .highlights h2 {
        font-size: 15px;
    }
}

.main-heading {
    font-size: 22px;
}
.home .highlights .thumb li {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d9d9d9;
}
.home .highlights .thumb .content > a {
  margin-bottom: 0;
}
/*
 *  sidebar
 * ----------------------------------------------------------------------------
 */

.side_ban {
    margin: 0 0 10px 0;
}

.side_ban img {
    display: block;
    width: 100%;
    height: auto;
}

#fb-root {
    display: none;
}

.fb-like-box,
.fb-like-box span,
.fb-like-box iframe[style] {
    width: 100% !important;
}

#sidebar_block #twitter-widget-1[style] {
    width: 100% !important;
}

#sidebar_block #twitter-widget-0 {
    width: 1000px !important;
}

/*
 *  footer
 * ----------------------------------------------------------------------------
 */

.main-footer{
	margin: 100px 0 0;
}

.main-footer .widget li {
    border: none;
    padding: 4px 0px;
}

.mailmag_rdemail,
.mailmag_submit {
    width: 100%;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -o-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    margin: 0 0 10px 0;
}

.mailmag_submit {
    background: #d19f19;
    color: #fff;
    border: none;
}

.main-footer .widget a {
    color: #e0e3E9 !important;
}

/*
 *  ad
 * ----------------------------------------------------------------------------
 */

.ad_single_box {
    width: 100%;
    overflow: hidden;
    margin-bottom : 30px;
}

.ad_single_box .ad_single_left,
.ad_single_box .ad_single_right {
    width: 336px;
    text-align: center;
    margin: 20px auto 0;
}

@media only screen and (min-width: 1060px) {
    .ad_single_box .ad_single_left {
        margin: 0 0 0 0;
    }

    .ad_single_box .ad_single_right {
        margin: 0 0 0 0;
    }
}

@media only screen and (min-width: 1000px) {
    .ad_single_box .ad_single_left {
        float: left;
    }

    .ad_single_box .ad_single_right {
        float: right;
    }
}

/* ads widget */
.ads-widget {
    text-align: center;
}

.ads-widget img {
    max-width: 100%;
    height: auto;
}

.ads-widget > img, .ads-widget > div, .ads-widget > iframe, .ads-widget > ins {
    display: inline-block;
    vertical-align: middle;
}

.main-head .ads-widget {
    width: 728px;
    max-width: 100%;
    margin: 0 auto;
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
    text-align: right;
}

.textwidget {
    text-align: center !important;
}

/* jack */
.jack_ad_btm .footer-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.62);
    border-top: 1px solid rgba(238, 238, 238, 0.43);
}

.logo {
    width: 220px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
}

#jack_header {
    position: relative;
    z-index: -1;
    width: 100%;
    line-height: 1;
    font-size: 0px;
}

#jack_header img {
    z-index: 1;
}

#jack_header_pc {
    display: inline;
}

#jack_header_pc_button {
    display: inline;
}

#jack_header_sp {
    display: none;
}

.jack_ad_btm {
    background: url('http://www.mag2.com/example/moneyvoice/pc_footer.png');
    height: 340px;
    background-size: 100% auto !important;
    background-position: bottom center;
    background-repeat: no-repeat;
}

#ad_overlay {
    display: none !important;
}

.jack_footer_pc {
    margin-top: 30px;
}

.forSP {
    display: none;
}

/*//////▼Under768px/////*/
@media screen and (max-width: 799px) {
    #jack_header_pc {
        display: none;
    }

    #jack_header_pc_button {
        display: none;
    }

    /* 広告記事のロゴまわり修正
     * update 2015.12.24 n.h
     * SIBERIA-91
    **************************************************************/
    #jack_header {
        display: block;
        height: 215px;
        background: url('http://www.mag2.com/example/moneyvoice/sp_header.png');
        background-size: cover;
        background-position: bottom center;
        background-repeat: no-repeat;
    }

    #jack_header_buz_pc {
        display: none;
    }

    #jack_header_buz {
        display: block;
        height: 215px;
        background: url('https://img.mag2.com/site_jack/moneyvoice/bf-20151224/bg_header_732x215.jpg');
        background-size: cover;
        background-position: bottom center;
        background-repeat: no-repeat;
    }

    .logo {
        position: absolute;
        top: 5px;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }

    .logo-image {
        vertical-align: top;
        max-width: 150px;
    }

    .jack_footer_pc {
        display: none;
    }

    #ad_overlay {
        display: block !important;
    }

    .forPC {
        display: none !important;
    }

    .forSP {
        display: inline !important;
    }
}
/* 20160524 修正n.h */
.ellipsis_h {
    word-wrap: break-word;
    overflow: hidden;
    margin-bottom: 0 !important;
}

a:hover img.hoverImg {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: “alpha(opacity=60) ”;
}

/* 20150601 add*/
.post-pagination {
    float: none !important;
    margin-left: 300px;
}

#jack_header_link:hover > #jack_header > #jack_header_pc_button {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
}

/* ヒーロースライダー
 * update 2015.11.17 n.h
 * SIBERIA-19
**************************************************************/
.main-featured .small {
    margin-bottom: 14px;
}

.main-featured .blocks .small a.image-link {
    display: block;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    width: 168px;
    height: auto;
}

.main-featured .small img {
    width: auto;
    height: 160px;
    max-width: none;
}

.hero-small-grid .small:nth-child(n + 3) {
    margin-top: 0;
    margin-bottom: 0;
}

.main-featured .blocks .small {
    width: 48%;
    margin-right: 4%;
    overflow: hidden;
}

@media only screen and (max-width: 1128px) {
    .main-featured .blocks .image-link img {
        max-width: none !important;
        min-height: 145px;
    }
}

@media only screen and (max-width: 992px) {
    .main-featured .slider, .main-featured .flexslider .slides img {
        width: 100%;
    }

    .main-featured .blocks {
        display: none;
    }
}

/* form styling */
input, textarea, select {
    background: #f9f9f9;
    border: 1px solid #d9d9d9;
    padding: 7px 11px;
    outline: 0;
    font-size: 13px;
    color: #a6a6a6;
    max-width: 100%;
}

/* マージン調整
 * update 2015.11.24 n.h /SIBERIA-16
 * update 2016.05.20 n.h /SIBERIA-201
**************************************************************/
.main .sidebar .latest-posts .widgettitle,
.main .sidebar .popular-posts .widgettitle {
    margin-bottom: 8px;
}

.widgettitle > h3 {
    margin-bottom: 8px;
}

.home .posts-list .content,
.sidebar .posts-list .content {
    border-bottom: none;
    text-align:left;
}


.latest-posts .posts-list > li {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 8px;
}

.latest-posts .posts-list > li:not(:first-child) {
    padding-top: 8px;
}

#bunyad-latest-posts-widget-2 .posts-list .content > a {
    margin: 0;
    padding-top: 11px;
}

.main .sidebar .widget.latest-posts,
.main .sidebar .widget.popular-posts,
#sidebar_block .widget {
    margin-bottom: 8px;
}

.latest-posts .posts-list .content > a {
    margin-top: 3px;
    margin-bottom: 0;
}

.news-focus {
    margin-bottom: 10px;
}
.news-focus .row.news-0.highlights {
    margin-top: 0;
    margin-bottom: 0;
}

.news-focus .posts-list li:first-child {
    padding-top: 10px !important;
}
.post-425 {
    padding-bottom: 20px;
}
/* カテゴリページ
************************/
.category .main-content .listing article,
.category .main-content .row [class*="col-"],
.category .main-content .row .column,
.category .main-content .column {
  margin-bottom: 18px;
}
.category .main-content .main-heading {
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .highlights-box .column.half {
        margin-top: 10px !important;
        margin-bottom: 0 !important;
    }

    .main .sidebar {
        margin: 0 auto 10px !important;
    }

    .news-focus {
        margin-bottom: 0px;
    }
/*
    .news-focus > .row.news-0.highlights {
        margin-bottom: 0;
    }
*/
    .main-content .news-focus .column {
      margin-bottom: 0;
    }
    .cf.highlights-box {
        margin-bottom: 0;
    }
    .news-focus .blocks article {
        margin-top: 10px;
    }
    .main-featured .slider.frame.flexslider.col-8 {
      margin-bottom: 0;
    }
    .post-425 {
        padding-bottom: 0;
    }
    /* カテゴリページ
    ************************/
    .listing .excerpt {
        margin-top: 0px;
    }
}

/* SIBERIA-17 【マネー】関連記事のレイアウト変更
 * update 2015.12.22 n.h ,SIBERIA-17
 * update 2016.05.24 n.h ,SIBERIA-201
**************************************************************/
.related-posts li.float_none {
    float: none;
    margin-bottom: 8px!important;
    padding-bottom: 8px;
    border-bottom: 1px solid #E0E0E0;
    padding-left: 10px;
    padding-right: 10px;
}

.post-container .post-content {
    margin-bottom: 0 !important;
}

.related-posts .highlights h2 a {
    font-size: 16px;
}

.related-posts .highlights.column.float_none img.image {
    width: 100%;
    height: auto;
    max-width: 100px;
}

.related-posts .highlights article {
    overflow: hidden;
}

section.related-posts {
    padding-top: 0;
    margin-top: 10px;
}

.related-posts .highlights-box.related-posts {
    padding-top: 0px;
}

.related-posts .highlights .image-link {
    display: block;
    position: relative;
    max-width: 100px;
    float: left;
}

.related-posts .highlights-box.three-col {
    margin: 0;
}

.related-posts .highlights-box.three-col .highlights.float_none .meta {
    margin: 0;
    display: block;
    text-align: right;
}

.related-posts .highlights h2:before {
    border-left-color: transparent !important;
}

@media only screen and (max-width: 767px) {
    .related-posts .highlights-box.three-col.related-posts article {
        float: none;
        width: 100%;
    }
}
@media only screen and (max-width: 400px) {
    .related-posts .highlights-box.three-col.related-posts article {
        margin-bottom: 0!important;
    }
}

.sns_widjet_wrapper {
    margin-top: 20px;
}

@media only screen and (max-width: 480px) {
    .related-posts .highlights-box.three-col .highlights.float_none .meta {
        line-height: 1.5;
    }

    .related-posts .highlights .meta time {
        float: none;
    }

    .related-posts .highlights h2 {
        margin: 0;
        padding-left: 10px;
    }

    /*(media query 480)*/
}

@media only screen and (max-width: 370px) {
    .related-posts .highlights h2 a {
        font-size: 13px;
    }

    /*(media query 370)*/
}

#jack_header_link {
    display: block;
}


/* SIBERIA-134 マネー・ジモココフッターに兄弟サイトへのロゴリンクを設置願います
 * update 2016.01.20 n.h
 *
**************************************************************/
.site-bottom-navigation-menu-container {
    margin-top: 20px;
}

.list-inline-block {
    display: inline-block;
    float: none;
}

.site-bottom-navigation-menu-container .menu-item {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    padding: 0 10px;
    margin-bottom: 0;
}

@media only screen and (max-width: 480px) {
    .site-bottom-navigation-menu-container .menu-item {
        width: 35%;
    }
}

.site-bottom-navigation-menu-container .not-current-item img {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 0.2s linear;
}

.site-bottom-navigation-menu-container .not-current-item:hover img {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

/* facebook / yahoo 購読ボタン */
.btn {

    display: inline-block;
    padding: 6px 9px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;

    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    display: block;
    width: 100%;
}

button {
    text-transform: none;
    cursor: pointer;
    overflow: visible;
    line-height: normal;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.btn-social :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.fa-facebook:before {
    content: "\f09a";
}

.i-icon-yahoo {
    background-color: white;
}

/*ãƒ¤ãƒ•ãƒ¼*/

.btn-yahoo {

    color: #FFF;
    background-color: #DD4B39 !important;
    border-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-bottom: 5px;
    margin-left: 0px;
    width: 270px;
}

.btn-yahoo-u {

    color: #FFF;
    background-color: #DD4B39 !important;
    border-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-bottom: 5px;
    margin-left: 0px;
    width: 200px;
}

.btn-yahoo:hover,
.btn-yahoo-u:hover,
.btn-yahoo-v:hover {

    color: #FFF;
    background-color: #B30006 !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
    text-decoration: none;
    border-radius: 2px;
    transition: all 0.2s linear 0s;

}

.btn-facebook {
    color: #FFF;
    background-color: #3B5998 !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
    margin-bottom: 5px;
    text-align: center;
    width: 270px;
}

.btn-facebook-u {
    color: #FFF;
    background-color: #3B5998 !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
    margin-bottom: 5px;
    text-align: center;
    width: 200px;
    margin-left: 10px;
}

.btn-facebook:hover,
.btn-facebook-u:hover,
.btn-facebook-v:hover {

    color: #FFF;
    background-color: #30487B !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
    text-decoration: none;
    border-radius: 2px;
    transition: all 0.2s linear 0s;

}

.Regist-btn {
    font-size: 0;
}

.Defec-btn {
    font-size: 0;
    margin-top: 20px;
}

.facebook-list,
.yahoo-list {
    display: inline-block !important;
}

.mail_form-u {
    margin: 0 !important;
}

.btn-facebook-v {

    color: #FFF;
    background-color: #3B5998 !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
    margin-bottom: 5px;
    text-align: center;
    width: 250px;
    margin-left: 0;
    margin-right: 6px;
}

.btn-yahoo-v {

    color: #FFF;
    background-color: #DD4B39 !important;
    border-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-bottom: 5px;
    margin-left: 0px;
    width: 250px;
}

#reg_widget > li > h3 {
    margin-bottom: 10px !important;
}

.post-container.cf {
    margin-bottom: 20px;
}

/* sidebar アクセスランキング　タブバー
 * update 2016.03.22 n.h
 *
**************************************************************/
.tabtitle {
    margin-bottom: 0px;
    font-size: 13px;
    text-transform: uppercase;
    background: #19232d;
    color: #efefef;
    padding: 0 14px;
    line-height: 34px;
    text-align:left;
}

.tabbed .tabs-list, .tabbed .tabs-list a {
    background: #f2f2f2;
    color: #333333;
}

/**
 * =Responsive & Media Queries
 * ----------------------------------------------------------------------------
 */

/* Larger Desktops */
@media only screen and (min-width: 1129px) {

}

/* Tablets - Small Desktops - fluid wrapper */
@media only screen and (max-width: 1128px) {

}

/* Large Tablet Layout: 800px. - fluid */
@media only screen and (min-width: 800px) and (max-width: 940px) {

}

/* Mobile + Small Tablet shared rules */
@media only screen and (max-width: 799px) {
    header .search {
        display: block;
        float: none;
        margin: 0px 0 0px 0px;
        padding-top: 0px;
        position: relative;
    }
    header .search input {
        display: none;
    }
}

/* Phones and smaller tablets - fluid */
@media only screen and (max-width: 767px) {

}

/* Smaller Phones - Some androids have upto 400px portrait */
@media only screen and (max-width: 400px) {

}

@media (min-width: 768px) {

}

@media (min-device-width: 1824px) {
}


li#text-25 {
    list-style: none!important;
    text-align: center;
    max-height:250px;
}

/* 広告 add:2016.05.18 n.h */
.ad-disclosure {
  font-size: 12px;
  color: #c2c2c2;
}
#wpp-5,#wpp-4,#wpp-3,#wpp-2 {
    display: none;
}

.home li#text-22,.home li#text-20,.home li#bunyad-tabber-widget-5{
display:none;
}

/**
 * SIBERIA-328
 * add 2016.05.24 n.h
 **************************/
@media only screen and (max-width: 1128px) {
    ._taxel_recommend_art_img {
      padding: 0!important;
    }
    ._taxel_recommend_art_img img {
      margin-left: 0!important;
    }
}
/**
 * SIBERIA-330 マネーボイスのCSS不具合調査＆改修
 * add 2016.05.24 n.h , SIBERIA-330
 **************************/
.single .post-header .featured {
  padding: 0;
}
.single .post-header .featured .caption {
  bottom: 0;
}


._taxel_row li {
  padding: 0 0 8px 8px!important;
  margin-bottom: 8px!important;
}
.posts-list .content > a {
  margin: 0;
}
.posts-list img {
  margin: 0;
}
.sidebar .posts-list li {
  padding: 8px 0;
}
.sidebar li a {
    line-height: 1.4!important;
}

.posts-list .content {
    margin-left: 95px;
    line-height: 1;
    min-height: 73px;
    border-bottom: 1px solid #d9d9d9;
}


/* side column t.n */
div.media_info{
    text-align:left;
}

/* ad_control */
.post-content .wp-caption {
    clear: both;
}
.single_ad1{
    border: 10px solid #ffffff;
    border-right: 0;
}
div.tradesense_profile div.single_ad1,
div.common_source div.single_ad1,
div.roji_profile div.single_ad1,
div.common_mailmagazine div.single_ad1,
div.yamazaki_profile div.single_ad1{
    display:none!important;
}
div.common_koneta_boxed{
    background-color: #f2f2f2;
    border: none;
    padding: 10px;
}

@media screen and (max-width: 480px) {
.single_ad1{
    border: none;
}
}

/*--------------------------------
SNSボタン 2016.07.13
---------------------------------*/

.share-inc {
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
}

/*ボタン全体*/
.sns-btn{
	width:19%;
	min-width:130px;
	padding:0;
	float:left;
	border-radius:5px;
	margin:2.5% 0.5% 2% 0;
}

.sns-btn div{
	float:left;
	margin:0;
}
.sns-btn a{
	margin:0!important;
}

.btn-l{
	width:58%;
	height:35px;
	-webkit-border-radius: 5px 0 0 5px / 5px 0 0 5px;
	-moz-border-radius:  5px 0 0 5px / 5px 0 0 5px;
	border-radius:  5px 0 0 5px / 5px 0 0 5px;
}
.btn-r{
	width:42%;
	height:35px;
	-webkit-border-radius: 0 5px 5px 0 /0 5px 5px 0;
	-moz-border-radius:  0 5px 5px 0 /0 5px 5px 0;
	border-radius:  0 5px 5px 0 /0 5px 5px 0;
}

.btn-l:hover,
.btn-r:hover{
	-webkit-transform: translate3d(0px, 5px, 1px);
	-moz-transform: translate3d(0px, 5px, 1px);
	transform: translate3d(0px, 5px, 1px);
    box-shadow: 0 0 2px 30px rgba(0, 0, 0, 0.3)inset;
}

/*ボタン左*/
.sbtn {
  display:block;
  border-radius:1px;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  overflow:hidden;
  padding:12.5px 1%;
  line-height:1em;
  text-decoration:none;
  text-align:center;
  font-size:100%;
  color:#fff;

}


/*ボタン右*/
.btn-count{
    font-size:12px;
	display:block;
	color:#fff;
	padding:12.5px 0;
	text-align:center;
    line-height:1em;
	word-wrap:break-word;
	text-decoration:none;
	transition: none;
    box-shadow: 1px -1px 2px 0 rgba(0, 0, 0, 0.15)inset;
}

.sbtn:hover,
.btn-count:hover{
	color:#fff;
	text-shadow: 1px 1px 1px #fff ;
        box-shadow: none;
        text-decoration:none;
}
.btn-count span {
	padding:0 2px;
}

/*fbいいね*/
.fb-likebox{
	margin-left:4%;
	max-width:82px!important;
	min-width:82px!important;
	margin-right: 8px;
}

/*Facebook*/
.btn-facebookl:hover > i,.btn-facebookl:focus > i {
  color:#3b5998 ;
  text-shadow: 1px 1px 1px #fff,-1px -1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff ;

}

.fb-l,.fb-r{
 background-color:#3b5998;
 box-shadow:0 5px 0 #2c4373;

}

/*Twitter*/
.btn-twitterl:hover > i,.btn-twitterl:focus > i {
  color:#55acee;
  text-shadow: 1px 1px 1px #fff,-1px -1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff ;

}
.tw-l,.tw-r{
    background-color: #000;
    box-shadow: 0 5px 0 #333;
}
.tw-l {
    width: 100%;
    border-radius: 5px;
}
.tw-r {
	display: none;
}



/* Pocket */
.btn-pocket:hover > i,.btn-pocket:focus > i {
	color:#f03e51;
    text-shadow: 1px 1px 1px #fff,-1px -1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff ;

}
.pk-l,.pk-r{
	background-color:#f03e51;
    box-shadow:0 5px 0 #c0392b;
}

/* ポケットカウント非表示用 2016.11.28 y.i*/
.btn-l.pk-l {
    border-radius: 5px;
    width: 100%;
}
.btn-r.pk-r {
    display: none;
}

/* はてぶ */
.btn-hatena:hover > i,.btn-hatena:focus > i {
	color:#5d8ac1;
    text-shadow: 1px 1px 1px #fff,-1px -1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff ;

}
.hb-l,.hb-r {
background:#5d8ac1;
box-shadow:0 5px 0 #43638b;
}
.fa-hatena:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold;
	font-style:normal;
}

@media only screen and (min-width:480px) {
.tw-sp-only{
	display:none;
}
}

@media only screen and (max-width:480px) {
.share-inc {
    padding-bottom:1%;
}
.sns-btn{
	width:35%;
	min-width:103px;
	padding:0;
	float:left;
	border-radius:5px;
	margin:2% 0.5% 2% 0;
}

.sbtn {
  font-size:12.5px;
}
.btn-count{
  font-size:12px;
}
.fb-likebox{
	margin-left:1%;
}
.tw-pc-only{
	display:none;
}
}
@media only screen and (max-width:340px) {
.sbtn {
  font-size:11px;
}
.btn-count{
  font-size:11px;
}
}

/* ------------------------------------
 # アクセスランキングに数字ラベル
 # add 2016.07.26 y.i
 # update ----
------------------------------------ */

.widget-container .wpp-list{
    counter-reset: wpp-ranking;
}

.widget-container .wpp-list li{
    position: relative;
}

.widget-container .wpp-list li:before {
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
    color: #000;
    line-height: 15px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 8px;
    text-align: center;
    z-index: 1;
    font-size: 85%;
    font-weight: bold;
}


/*  tab widget  -t.n */
.tab {
    width: 100%;
    min-width: 300px;
    margin: 0 auto;
}
.tab .tab-content {
    margin: 0;
}
.tab label {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.tab label {
    display: inline-block;
    width: 16%;
    padding: 3px 10px;
    cursor: pointer;
    background: #d4d4d4;
    color: #444444;
    margin-right: -2px;
    font-size:10px;
    text-align:center;
    margin:5px 1px;
}
.tab label:hover {
    background: #eee;
}
.tab input:checked + label {
    background: #f2f2f2;
    color: 444444;
    padding: 3px 10px;
}
.tab input {
    display: none;
}
.tab #tab-1,
.tab #tab-2,
.tab #tab-3,
.tab #tab-4 {
    display: none;
    padding: 0px;
}
.tab #tab-1:checked ~ #tab-1,
.tab #tab-2:checked ~ #tab-2,
.tab #tab-3:checked ~ #tab-3,
.tab #tab-4:checked ~ #tab-4 {
    display: block;
    border: 1px solid #ffffff;
}
.tab_content{
    text-align: left;
    font-size: 13px;
    padding: 7px 0 0 0;
}
img.wpp-thumbnail{
    margin: 8px 10px 0 0!important;
    width:85px;
    height:74px;
}
.wpp-list li {
    overflow: hidden;
    float: none;
    clear: both;
    min-height: 90px;
    border-bottom: 1px solid #d4d4d4;
}
li#wpp-10,li#wpp-11,li#wpp-12,li#wpp-13 {
    list-style: none;
}
ul.posts-list-ad li{
    margin-bottom:10px;
    border-bottom:none!important;
}
.posts-list-ad img{
    margin-top:0px!important;
}


/* footer text ad -t.n */
div.pr_navi{
    text-align:center;
}
div.pr_navi a {
    display:block;
    padding:10px;
    background:#333333;
    color:#ffffff;
    font-weight:bold;
}
div.pr_navi a:hover {
    background-color: #d4d4d4;
    color: #333333;
    text-decoration:none;
    position:relative;
    top:3px;
    left:3px;
}
/* ad sp header space -t.n */
@media screen and (min-width: 780px) {
div.ad_sp_header{
display:none!important;
}
}
@media screen and (max-width: 779px) {
div.ad_pc_header{
display:none!important;
}
#main-head div.wrap {
    padding: 0;
}
}
div.pr_navi{
  word-wrap : break-word;
  overflow-wrap : break-word;
}

/* related article under ad in post -t.n*/
p.common_related_article {
    clear:both;
}


@media screen and (max-width:750px) {
.single_ad1 {
text-align:center;
margin-top:0!important;
margin-bottom:0!important;
margin:0 auto!important;
float:none!important;
border:none!important;
}
}

/* アイキャッチ下部のキャプションの色味調整 2016.08.18 y.i*/
.post-header .featured .caption {
	margin-bottom: 0;
	bottom: 5px;
	padding: 14px 20px 14px 20px;
	color: #fff;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translate3d(0, 0, 0);
	background: -webkit-linear-gradient(top,  rgba(25,35,45,0) 0%,rgba(0,0,0,0.2) 100%); /* Chrome10+, Safari5.1+ */
	background: linear-gradient(to bottom,  rgba(25,35,45,0) 0%,rgba(0,0,0,0.2) 100%);
}

.main-featured .slider h3 a{
	line-height: 1.3;
}


@media screen and (max-width:480px) {
.post-header .featured .caption {
	padding: 10px 10px 5px 10px;
	font-size: 12px;
	line-height: 1.3;
}
.main-featured .slider .caption{
	padding: 10px 10px 5px 10px;
	line-height: 1.3;
}
}

@media screen and (max-width:400px) {
.main-featured .slider .caption{
	padding: 14px 20px ;
	line-height: 1.3;
}
}


/***** お知らせ 2016.12.1 y.i****/

.oshirase-box-inc {
    border: 1px solid #d19f19;
    border-radius: 4px;
    margin: 1em ;
    padding: 1.5em 1em 1em;
    position: relative;
    line-height: 1.3;
    font-size: 14px;
    text-align: left;
    word-wrap: break-word;
}
.oshirase-box-inc .osirase-word{
	font-size:14px;
	font-weight:bold;
	color:#333;
}

.oshirase-box-inc .osirase-title{
	background-color:#ffffff;
	color:#d19f19;
	font-weight: bold;
	left: 0;
	padding: 0 .5em;
	position: absolute;
	top: -0.5em;
	line-height:1.2;
	margin:0 1em;
	font-size:16px;
}
.oshirase-box-inc .osirase-word a{
	text-decoration: underline;
	color:#d19f19;
}

.oshirase-box-inc p {
    line-height: 1.3;
}
.oshirase-side-inc {
	margin:1.5em 0 1em;
	padding: 2.5em 1em 1em;
	clear:both;
}
.oshirase-side-inc .osirase-title {
	top: -0.5em;
}
.row.cf.builder {
	margin:0;
}
.column.builder.one-1{
	padding:0;
}
@media only screen and (max-width:800px) {
.oshirase-box-inc{padding:2.5em 1em 1.5em;margin: 1.5em 0 1em;}
.oshirase-box-inc .osirase-title{top: -1em;left: 0;margin:0 0.5em; }
.oshirase-side-inc {margin:1.5em 0 1em;}
}

@media screen and (min-width: 800px) and (max-width: 900px) {
.oshirase-side-inc {margin:1.5em 0 1em;padding: 3em 1em 1em;}
}
@media screen and (max-width: 800px) {
.oshirase-side-inc .osirase-title{top: -0.5em;}
}


/*資料請求用ボタン 2016.12.21*/

div.doc-btn-tsubo {
      text-align:center;
		}

div.doc-btn-tsubo .btn-primary {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	display: inline-block;
	min-width: 150px;
	font-weight: bold;
	font-size: 20px;
	margin: 5px auto 30px;
	cursor: pointer;
	padding: 15px 20px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	-webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
	transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
	-webkit-font-smoothing: antialiased;
	transform: perspective(0);
	min-width : 300px;
}

div.doc-btn-tsubo .btn-primary:hover {
	color:#fff;
	text-decoration: unset;
}

@media screen and (max-width: 600px) {
    div.doc-btn-tsubo .btn-primary {font-size: 16px;}
    }


/*----------------------------------------------------
      矢印アイコン位置調整
-----------------------------------------------------*/

div.doc-btn-tsubo .btn-primary i{
		 margin-left:10px;
	}


/*---------------------------------------------------
      ボタン青
-----------------------------------------------------*/
div.doc-btn-tsubo .btn-blue {
	background-color: #22a3df;
}

div.doc-btn-tsubo .btn-blue:hover {
	opacity: 0.8;
}

div.doc-btn-tsubo .btn-blue:active {
	opacity: 0.8;
}

/*---------------------------------------------------
      ボタン緑
-----------------------------------------------------*/
div.doc-btn-tsubo .btn-green {
	background-color: #82b916;
}

div.doc-btn-tsubo .btn-green:hover {
	opacity: 0.8;
}

div.doc-btn-tsubo .btn-green:active {
	opacity: 0.8;
}

/*---------------------------------------------------
      ボタンオレンジ
-----------------------------------------------------*/
div.doc-btn-tsubo .btn-orenge	 {
	background-color: #f77b03;
   }

div.doc-btn-tsubo .btn-orenge:hover   {
    opacity: 0.8;
   }

div.doc-btn-tsubo .btn-orenge:active {
    opacity: 0.8;
	 }


/*----------------------------------------------------
      ボタン赤
-----------------------------------------------------*/
div.doc-btn-tsubo .btn-red {
	background-color: #e74242;
}

div.doc-btn-tsubo .btn-red:hover {
	opacity: 0.8;
}

div.doc-btn-tsubo .btn-red:active {
	opacity: 0.8;
}

/*----------------------------------------------------
      ボタンエピック緑
-----------------------------------------------------*/

div.doc-btn-tsubo .btn-epick {
    background-color: #29bc52;
    box-shadow: 0 6px 0 #027120, 0 12px 0 rgba(0,0,0,0.2);
 }

div.doc-btn-tsubo .btn-epick:hover   {
    background-color: #1fa444;
    box-shadow: 0 3px 0 #027120, 0 6px 0px rgba(0,0,0,0.2);
 }

div.doc-btn-tsubo .btn-epick:active {
   background-color: #027120;
   box-shadow: 0 0 0 #027120, 0 0 0px rgba(0,0,0,0.2);
   }

/*----------------------------------------------------
      フォーカス枠なし
-----------------------------------------------------*/

  div.doc-btn-tsubo .btn-primary-blue :focus,.btn-primary-green :focus,
  div.doc-btn-tsubo .btn-primary-orenge :focus,.btn-primary-red :focus  {
    outline: 0!important;
  }

/* full size post eyecatch 35420 */
@media screen and (min-width: 979px) {
 .post-29759 .post-header .featured {
    height: 550px!important;
    overflow: hidden!important;
    margin-top: -100px!important;
}
.postid-160811.post-header .featured,
.postid-251441.post-header .featured,
.post-251441.post-header.featured,
#post-251441.post-header.featured,
.single .post-251441.post-header.featured,
.post-295116.post-header.featured,
#post-295116.post-header.featured,
.single .post-295116.post-header.featured {
    height: 500px!important;
    overflow:hidden!important;
}
.postid-167946 .post-container.cf,
.postid-167946 .ajarecommend,
.postid-160811 .post-container.cf,
.postid-160811 .ajarecommend,
.postid-35420 .post-container.cf,
.postid-35420 .ajarecommend,
.postid-251441 .post-container.cf,
.postid-251441 .ajarecommend,
.postid-295116 .post-container.cf,
.postid-295116 .ajarecommend,
.postid-35420 .post-share,
.postid-29759 .post-container.cf,
.postid-29759 .ajarecommend,
.postid-29759 .post-share,
.postid-317829 .post-container.cf,
.postid-317829 .ajarecommend,
.postid-317829 .post-share,
.postid-317829 div#related-post-widget,
.postid-331563 .post-container.cf,
.postid-331563 .ajarecommend,
.postid-331563 .post-share,
.postid-331563 div#related-post-widget,
.postid-339317 .post-container.cf,
.postid-339317 .ajarecommend,
.postid-339317 .post-share,
.postid-339317 div#related-post-widget,
.postid-339769 .post-container.cf,
.postid-339769 .ajarecommend,
.postid-339769 .post-share,
.postid-339769 div#related-post-widget,
.postid-345994 .post-container.cf,
.postid-345994 .ajarecommend,
.postid-345994 .post-share,
.postid-345994 div#related-post-widget,
.postid-373327 .post-container.cf,
.postid-373327 .ajarecommend,
.postid-373327 .post-share,
.postid-373327 div#related-post-widget,
.postid-379995 .post-container.cf,
.postid-379995 .ajarecommend,
.postid-379995 .post-share,
.postid-379995 div#related-post-widget,
.postid-394247 .post-container.cf,
.postid-394247 .ajarecommend,
.postid-394247 .post-share,
.postid-394247 div#related-post-widget,
.postid-396288 .post-container.cf,
.postid-396288 .ajarecommend,
.postid-396288 .post-share,
.postid-396288 div#related-post-widget,
article.category-pr .post-container.cf,
article.category-pr .ajarecommend,
article.category-pr .post-share,
article.category-pr div#related-post-widget{
    max-width: 700px;
    margin: 10px auto;
}
.postid-167946 div[id^="pa_placement_"],
.postid-160811 div[id^="pa_placement_"],
.postid-35420 div[id^="pa_placement_"],
.postid-29759 div[id^="pa_placement_"],
.postid-251441 div[id^="pa_placement_"],
.postid-295116 div[id^="pa_placement_"],
.postid-345994 div[id^="pa_placement_"],
.postid-373327 div[id^="pa_placement_"],
.postid-379995 div[id^="pa_placement_"],
.postid-394247 div[id^="pa_placement_"],
.postid-396288 div[id^="pa_placement_"],
article.category-pr div[id^="pa_placement_"]{
    max-width: 700px!important;
    margin: 0 auto;
}
}
.post-29759 .post-header .featured {
    display:none;
}


/* side mailmagazine form 2017.02.02  */

.mail_unit_tsubo .kiyaku {
  display: block;
  font-size: 11px;
}
.mail_unit_tsubo .kiyaku a {
  text-decoration: underline;
}
.mail_unit_tsubo .kiyaku a:hover {
  color:#d19f19;
}

.mail_unit_tsubo .reg_form ul {
	text-align: left;
  overflow: hidden;
}
.mail_unit_tsubo .reg_form li  {
  display: inline-block;
  vertical-align: bottom;
}

.mail_unit_tsubo .reg_form input.rdemail[type="text"] {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px #e1e1e1;
  box-sizing: border-box;
  font-size: 20px;
  padding: 5px;
  height: 40px;
  width: 100%;
  line-height:1;
}


.mail_unit_tsubo .reg_form input.rdemail[type="text"]:focus::-webkit-input-placeholder { color:transparent!important; }
.mail_unit_tsubo .reg_form input.rdemail[type="text"]:focus:-moz-placeholder { color:transparent!important; }
.mail_unit_tsubo .reg_form input.rdemail[type="text"]:focus::-moz-placeholder { color:transparent!important; }


.mail_unit_tsubo .mail_unit_tsubo .reg_form input[type="submit"] {
  border: 1px solid #ff5959;
	display: inline-block;
	width: 120px;
	height: 35px;
  font-size: 14px;
	text-align: center;
	text-decoration: none;
	line-height: 35px;
  letter-spacing: 2px;
	outline: none;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}
.mail_unit_tsubo .reg_form input[type="submit"] {
	background-color: #d19f19;
	color: #fff;
}
.mail_unit_tsubo .reg_form input[type="submit"]:hover {
	background-color: #d19f19;
  cursor:pointer;
}

.mail_unit_tsubo .tab_area {
	margin: 0;
	width:100%;
	background:#d19f19;
}
.mail_unit_tsubo .tab_area li {
	/*Tabの装飾*/
	width: 100%;
	padding:10px 0;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	vertical-align: middle;
	color: #fff;
	background:#d19f19;
}
.mail_unit_tsubo .cont_money_add{
	background: #fff;
	border: 2px solid #d19f19;
}
.mail_unit_tsubo .reg_form .sns_list {
  display: block;
	text-align:center;
	margin-left:-15px;
  margin-bottom: 0px;
}
.mail_unit_tsubo .facebook-list {
	margin-right: 25px;
}
.mail_unit_tsubo .facebook-list img {
	width: auto;
	height: 40px;
	margin-left:2px;
}
.mail_unit_tsubo .yahoo-list .text_yahoo {
	color: #f60e0b;
}

.mail_unit_tsubo .facebook-list .text_fb {
	color: #3b5998;
}

.mail_unit_tsubo .yahoo-list img {
	width: auto;
	height: 40px;
}
.mail_unit_tsubo .facebook-list img,
.mail_unit_tsubo .yahoo-list img {
	opacity: 0.3;
	-webkit-opacity: 0.3;
	font-weight: bold;
	cursor: pointer;
	transition: opacity .1s;
	-webkit-transition: opacity .1s;
}
.mail_unit_tsubo .facebook-list img:hover,
.mail_unit_tsubo .yahoo-list img:hover {
	opacity: 1;
	-webkit-opacity: 1;
	text-decoration: none;
	transition: opacity .1s;
	-webkit-transition: opacity .1s;
}

.mail_unit_tsubo .facebook-list button,
.mail_unit_tsubo .yahoo-list button {
    background: none;
    border: none;
	cursor:pointer;
}

.mail_unit_tsubo .reg_form input[type="submit"] {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	min-width: 150px;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
	padding: 2px 10px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px 1px 0px #4A4A4A;
	border-radius: 5px;
	-webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
	transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
	-webkit-font-smoothing: antialiased;
	transform: perspective(0);
	background-color: #d19f19;
	box-shadow: 0 6px 0 #b48813, 0 12px 0;
	border: none;
  margin: 0px auto 6px auto;
}
.mail_unit_tsubo .reg_form input[type="submit"]:hover {
	color: #fff;
	background-color: #d19f19;
	box-shadow: 0 3px 0 #b48813, 0 6px 0px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}
.mail_unit_tsubo .reg_form input[type="submit"]:active {
	color: #d6d6d6;
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
	transition-duration: 0.1s;
	background-color: #d19f19;
	box-shadow: 0 0 0 #b48813, 0 0 0px rgba(0, 0, 0, 0.2);
}
.mail_unit_tsubo .content_area_form {
	width:100%;
}

.mail_unit_tsubo .reg_form .saori_text {
    font-size:13px;
    display:block;
	margin:10px;
}

.mail_unit_tsubo .reg_form .form_kiyaku_text {
  margin: 5px 0;
  display:block;
}

.mail_unit_tsubo .text_fb,
.mail_unit_tsubo .text_yahoo {
	margin:15px 0 10px 0;
	font-size:12px;
	color:inherit;
}

.mail_unit_tsubo .reg_form{
	padding: 10px;
}

.mail_unit_tsubo .form_text_cotl{
    width: 100%;
  }

.mail_unit_tsubo .form_sub_btn{
	float: left;
    width: 100%;
    text-align: center;
    margin: 15px 0 0 0;
  }


li#text-16 h3:before {
  content: "\f003";
  margin-right:5px!important;
font-family: "FontAwesome";
}


/* prime ad style */
@charset "utf-8";
.aaprad {
    display: table;
    width: 100%;
    position: relative;
    clear: both;
    line-height: 1.2;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 8px;
}
/*サムネイル画像*/
.aaprad-img {
    float: left;
    line-height: 1;
    overflow: hidden;
    position: relative;
    padding: 0 0 10px 10px;
    width: 100px;
    height: 65px;

    /*サムネイル画像枠サイズはこちら*/
    width: 100px;
    height: 65px;
    overflow: hidden;

}

.aaprad-img > a {
    display: block;
    width: 100px;
    height: 65px;
    overflow: hidden;
}

.aaprad-img a img {
    width: 100%;
    height: auto;
    border: none;
}
/*タイトル*/
.aaprad-title {
    overflow: hidden;
}

.aaprad-title a {
    padding: 0 5px 5px;
    display: block;
    /*タイトルのフォント指定等はこちら*/
    color: #000;
    font-size: 16px;

}

.aaprad-description {
    overflow: hidden;
}

.aaprad-description a {
    padding: 0 5px 5px;
    display: block;
    /*本文のフォント指定等はこちら*/
    color: #000;
    font-size: 0.76rem;
    text-decoration: none;
}
/*広告主体主名称*/
.aaprad-company {
    overflow: hidden;
    margin-bottom: 24px;
}

.aaprad-company a {
    padding: 0 8px;
    display: block;
    /*広告主体主名称のフォント指定等はこちら*/
    color: #999;
    font-size: 0.70rem;
    text-decoration: none;
    text-align: right;

}

.aaprad-info {
    position: absolute;
    bottom: 7px;
    right: 10px;
}

.aaprad-info a {
    text-decoration: none;
    font-family: Arial,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
    vertical-align: middle;
    color: #555;
    font-size: 10px;
}

.aaprad-info img {
    margin-left: 4px;
    display: inline-block;
    vertical-align: middle;
}

.aaprad-thumbnail .aaprad-title ,
.aaprad-thumbnail .aaprad-description ,
.aaprad-thumbnail .aaprad-company {
    margin-left: 116px;
}

@media only screen and (max-width: 480px) {
	.aaprad {
		border-bottom: 0 solid #E0E0E0;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 370px) {
.aaprad-title a {font-size:13px;}

}


/* prime ad style end */


/* App store Google Playボタン 中央寄せ*/
.as-gs-inc {margin: 0 10.5px!important;}


/*YKTR-1915 20170315*/

#main_author_area {
  width:100%;
  margin-top: -25px;
  border-top:solid 5px #617cbf;
  border-left:solid 1px #617cbf;
	border-right:solid 1px #617cbf;
	border-bottom:solid 1px #617cbf;
	background-color:#f7f7f7;
  padding: 0 0px;
  font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	z-index:99999;
}

#main_author_area .main_author_area_wapper{
	padding:0 20px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#main_author_area .main_author_area_title {
	font-size:18px;
	font-weight:bold;
	color:#222;
	margin:0 auto;
	padding:10px 0;
}
#main_author_area .main_author_area_u_line{
	width:100%;
	height:1px;
	background-color:#617cbf;
}
#main_author_area .main_author_area_title span {
	color:#617cbf;
}
#main_author_area .main_author_area_cont{
	width:100%;
	margin:20px 0;
}
#main_author_area .main_author_area_cont img {
	margin:0 15px 15px 0;
}
#main_author_area .main_author_area_list{
	width:5px;
	height:20px;
	background-color:#617cbf;
	margin:0 12px 0 0;
	float:left;
}
#main_author_area .main_author_area_name {
	font-size:20px;
	font-weight:bold;
	margin-top: -7px;
	padding-top: -20px;
	vertical-align: top;
	display: inline-block;
}
.main_author_area_btn {
  clear:both;
	width:40%;
	height:48px;
	margin:10px auto 0;
}
.main_author_area_btn span {
	display:block;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	padding:5px;
	font-size:20px;
	background-color:#617cbf;
}
.main_author_area_btn span:hover {
	-webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
	background-color:#143893;
}

#main_author_area a{
	color:#222;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#main_author_area a:hover {
	text-decoration:none;
}
#main_author_area a:hover .main_author_area_wapper {
/*	opacity: 0.6;
	filter: alpha(opacity=40);
*/}
.main_author_area_logo{
	margin-top:-15px;
	padding:0 0 0 92%;
}
.main_author_area_logo img {
	max-width:58px;
}


.hvr-grow {
/*  display: inline-block;*/
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
#main_author_area:hover .hvr-grow, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media only screen and (max-width:700px) {
  .main_author_area_btn {
		width:80%;
	}
	.main_author_area_logo img{
	 max-width:100px;
	}
}
@media only screen and (max-width:600px) {
.main_author_area_logo{
	margin-top:15px;
  padding:0 0 0 80%;
}
.main_author_area_btn span{
	font-size:18px;
}
}
@media only screen and (max-width:455px) {
.main_author_area_list{
 clear:both;
 margin: 0 5px 0 0;
}
}

/* YKTR-1915 20170315 20170628 20170905*/
/* epic footer disappear */
article.tag-3159 div.ad_single_box,
article.tag-3159 div.ajarecommend,
article.tag-3159 section.related-posts,
article.tag-3159 div[id^="pa_placement_"],
article.post-251441 div.ad_single_box,
article.post-251441 div.ajarecommend,
article.post-251441 section.related-posts,
article.post-251441 div[id^="pa_placement_"],
article.post-295116 div.ad_single_box,
article.post-295116 div.ajarecommend,
article.post-295116 section.related-posts,
article.post-295116 div[id^="pa_placement_"],
article.post-339317 div.ad_single_box,
article.post-339317 div.ajarecommend,
article.post-339317 section.related-posts,
article.post-339317 div[id^="pa_placement_"],
article.post-339769 div.ad_single_box,
article.post-339769 div.ajarecommend,
article.post-339769 section.related-posts,
article.post-339769 div[id^="pa_placement_"],
article.post-345994 div.ad_single_box,
article.post-345994 div.ajarecommend,
article.post-345994 section.related-posts,
article.post-345994 div[id^="pa_placement_"],
article.post-345994 div.aaprad,
article.post-373327 div.ajarecommend,
article.post-373327 section.related-posts,
article.post-373327 div[id^="pa_placement_"],
article.post-373327 div.aaprad,
article.post-379995 div.ajarecommend,
article.post-379995 section.related-posts,
article.post-379995 div[id^="pa_placement_"],
article.post-379995 div.aaprad,
article.post-394247 div.ajarecommend,
article.post-394247 section.related-posts,
article.post-394247 div[id^="pa_placement_"],
article.post-394247 div.aaprad,
article.post-396288 div.ajarecommend,
article.post-396288 section.related-posts,
article.post-396288 div[id^="pa_placement_"],
article.post-396288 div.aaprad,
article.category-pr div.ajarecommend,
article.category-pr section.related-posts,
article.category-pr div[id^="pa_placement_"],
article.category-pr div.aaprad{
    display:none!important;
}

article.post-160811 p.iine_text,
article.post-167946 p.iine_text,
article.post-251441 p.iine_text,
article.post-295116 p.iine_text,
article.post-317829 p.iine_text,
article.post-345994 p.iine_text,
article.post-339769 p.iine_text,
article.post-373327 p.iine_text,
article.post-379995 p.iine_text,
article.post-394247 p.iine_text,
article.post-396288 p.iine_text,
article.category-pr p.iine_text{
    margin: 0!important;
}
article.post-160811 p.money_info,
article.post-251441 p.money_info,
article.post-167946 p.money_info,
article.post-295116 p.money_info,
article.post-317829 p.money_info,
article.post-345994 p.money_info,
article.post-339769 p.money_info,
article.post-373327 p.money_info,
article.post-379995 p.money_info,
article.post-394247 p.money_info,
article.post-396288 p.money_info,
article.category-pr p.money_info{
    padding-top:0!important;
}
article.post-345994 div.tagcloud,
article.post-339769 div.tagcloud,
article.post-373327 div.tagcloud,
article.post-379995 div.tagcloud,
article.post-394247 div.tagcloud,
article.post-396288 div.tagcloud,
article.category-pr div.tagcloud{
    text-align:center!important;
}


/* FISCO setting */
article.category-market_headline .post-header .featured{
    max-height:336px!important;
    overflow:hidden!important;
}
article.category-market_headline.highlights article img {
    max-height: 171px!important;
}
.highlights .column half.image-link {
    max-height:188px;
    overflow:hidden;
    min-height:188px;
}




/************メルマガ登録フォーム20170405************/


.rdmail-wrap2 {
	width:100%;
	background:#000;
	/*border:5px solid #d19f19;*/
	border-bottom:5px solid #d19f19;
	border-radius:2px;
	/*box-shadow:0 0 15px rgba(0, 0, 0, 0.5);*/
	box-sizing:border-box;
	padding:5px 0 10px;
}

.rdmail-wrap2 ul {
	list-style:none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
	align-items:center;
	padding:0;
}

.rdmail-wrap2 ul li {
	padding:5px;
	text-align:center;
}

.rdmail-wrap2 p {
    padding: 0;
    margin: 0 0 5px 5px;
    text-align: left;
    font-size: 14px;
    line-height:1;
	color:#f2f2f2;
	color: #888;
}

.rdmail-wrap2 p a:hover {
	color:#d19f19
}


.rdmail-wrap2 .rdmail-title {
	font-size: 22px;
	text-align:center;
	font-weight:bold;
	padding:10px 10px 15px;
	margin:0;
	color:#fff;
	font-weight:bold;


}

.rdmail-wrap2 input[type="email"] {
	height:50px;
	width:450px;
	padding:0 10px;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	font-size:22px;
	border-radius: 3px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	color:#000000;
}

::-webkit-input-placeholder {
  color: #a6a6a6;
}
::-moz-placeholder {
  color: #a6a6a6; opacity: 1;
}
:-ms-input-placeholder {
  color: #a6a6a6;
}

.rdmail-wrap2 input[type="email"]:focus {
	border:2px solid #d19f19;
}


.rdmail-wrap2 .rdmail-reg {
    width: 150px;
    padding: 13px 0;
    font-size: 22px;
    border: #96792F solid 1px;
    color: #FFFFFF!important;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    box-sizing: border-box;
    text-decoration: none;
    display: block;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    line-height:1;
	font-weight:bold;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f6a648), to(#f88600));
	background-image: -webkit-linear-gradient(top, #f6a648, #f88600);
	background-image: -moz-linear-gradient(top, #f6a648, #f88600);
	background-image: -ms-linear-gradient(top, #f6a648, #f88600);
	background-image: -o-linear-gradient(top, #f6a648, #f88600);
	background-image: linear-gradient(top, #f6a648, #f88600);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6a648', endColorstr='#f88600',GradientType=0 ); /* IE6-9 */

	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow:0 1px 2px rgba(0, 0, 0, 0.6);

}

.rdmail-wrap2 .rdmail-reg:hover {
    border: #629805 solid 1px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#95e30d), to(#7cc300));
	background-image: -webkit-linear-gradient(top, #95e30d, #7cc300);
	background-image: -moz-linear-gradient(top, #95e30d, #7cc300);
	background-image: -ms-linear-gradient(top, #95e30d, #7cc300);
	background-image: -o-linear-gradient(top, #95e30d, #7cc300);
	background-image: linear-gradient(top, #95e30d, #7cc300);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95e30d', endColorstr='#7cc300',GradientType=0 ); /* IE6-9 */

}


.rdmail-wrap2 .common_mailmagazine {
    background: none!important;
	margin: 0 !important;
    padding: 5px 20px !important;
    border: none !important;
    border-radius: none;
}
.rdmail-wrap2 .common_mailmagazine p {
    color: #e6e6e6 !important;
}

@media only screen and (max-width:700px) {
.rdmail-wrap2 input[type="email"] {
	width:260px;
}
.rdmail-wrap2 .common_mailmagazine {
    padding: 5px 10px !important;
}
}


@media only screen and (max-width:1000px) {
.ad_single_right{
    display:none;
}
}

button.pum-close.popmake-close {
    display: none;
}

/* sidebar text pr 2017.4 nishimu */
.text_pr_icon {
    background: #d19f19;
    display: block;
    font-size: 80%!important;
    padding: 2px 5px 1px 5px;
    color: #ffffff!important;
    margin-right:10px;
    width: 23px;
    position: relative;
    float:left;
    clear: both;
    text-align: center;
}
.text_chumoku_icon{
    background: #d2d2d2;
    display: block;
    font-size: 80%!important;
    padding: 2px 5px 1px 5px;
    color: #333333;
    margin-right: 10px;
    width: 23px;
    position: relative;
    font-weight: bold;
    float:left;
}
.sidebar_text_ad {
    padding: 7px 9px;
    border: 1px dashed #fff;
    margin-bottom: 10px;
    text-align: left;
    background: #19232d;
    box-shadow: 0 0 0 4px #19232d;
}
.sidebar_text_ad a {
    color: #fff;
    font-size: 90%!important;
}
div.sidebar_text_ad a{
    display:block;
}
.sidebar_text_ad a:hover {
    background: #2f337b;
    box-shadow: 0 0 0 4px #2f337b;
    text-decolation:none;
}
.sidebar_text_ad:hover{
    background: #2f337b;
    box-shadow: 0 0 0 4px #2f337b;
}


/* header text ad 201704 nishimu */
.header_text_ad {
    position: absolute;
    margin-left: 250px;
    margin-top: 28px;
    line-height: 1.3;
    font-size: 90%;
}
.header_text_ad a{
    color:#999999;
}

@media screen and (max-width:1034px) {
.main-head .social-icons{
    display:none;
}
}
@media screen and (max-width:800px) {
    .header_text_ad {
        position: relative;
        margin-left: 0;
        text-align: center;
        margin-top: 0px;
        padding: 0 0.5em;
        margin-bottom: 0px;
        letter-spacing:-1px;
        min-width: 90%;
    }
}
.logoside_pr_icon{
    background: #d19f19;
    display: inline;
    font-size: 80%!important;
    padding: 2px 5px 1px 5px;
    color: #ffffff!important;
    margin-right: 5px;
    width: 23px;
    text-align: center;
    line-height: 1.2;
}

/* related post text widget 20170424 nishimu*/
div#related-post-widget {
    padding: 0px;
    border: 1px solid #999;
    font-size:90%;
    margin-bottom:20px;
}
p#widget-text-title {
    margin-bottom: 0;
    padding: 2px 10px;
    background: #999;
    color: #fff;
    font-weight: bold;
}
ul#widget-text-content {
    padding: 8px 10px;
}
ul#widget-text-content li {
    color: #999999;
    margin-left: 15px;
    list-style: disc;
    line-height:1.8;
    margin-bottom:5px;
}
ul#widget-text-content li:last-child{
    margin-bottom:0;
}


/* tokusyu 2017.05.08 y.i */

.banner-corner h3{
	margin-bottom: 10px!important;
}

.banner-corner ul li{
	margin-bottom: 5px;
}

.banner-corner ul li a:hover {
	opacity: 0.7;
}

/* interstitial close button */
.advads-close-button{
    right:0px!important;
    top:-29px!important;
}
/* related posts section */
.related-posts, .highlights-box.related-posts {
	margin-bottom: 0px; /* 3em */
}

/* logmi nav menu */
.navigation .menu li > a{
    padding: 0 17px;
}

@media only screen and (max-width: 940px) and (min-width: 800px) {
    .navigation .menu > li > a {
        padding: 0 6px!important;
    }
}

@media only screen and (max-width: 1128px) and (min-width: 941px) {
    .navigation .menu li > a {
        padding: 0 9px!important;
    }
}



/*-------------------------------------
会話形式用のcss 2017.06.21
---------------------------------------*/
div.talk-wrap{
 display: block;
 clear: both;
 margin:0 auto 10px auto;
overflow:hidden;
 }
.talk-wrap p{
 margin:0;
 }
 .left-icon{
 width: 12%;
 float:left;
 display:inline-block;
 margin-bottom: 10px;
 }

div.talk-wrap .left-icon img {
 width: 100%;
 box-shadow: 0 1px 5px #aaa;
border: 1px solid #eeeeee;
}

div.talk-wrap .talk-left{
 float:right;
 position: relative;
 background: #fff; /*左の会話の背景色*/
 border: 1px solid #eee;
 padding: 10px 3%;
 border-radius: 10px;
 width: 83%;
 box-shadow: 0 1px 5px #aaa; /*左の会話の影の設定*/
 margin-bottom: 10px;
 box-sizing:border-box;
 }
div.talk-wrap .talk-left:before {
 content: "";
 display: inline-block;
 border: 10px solid transparent;
 border-right-color: #eee;
 position: absolute;
 left: -20px;
 top: 20px;
 margin-top: -9px;
}
div.talk-wrap .talk-left:after {
 content: "";
 display: inline-block;
 border: 9px solid transparent;
 border-right-color: #fff;
 position: absolute;
 left: -16px;
 top: 20px;
 margin-top: -8px;
}
div.talk-wrap .right-icon{
 width: 12%;
 float:right;
 display:inline-block;
 margin-bottom: 10px;
 }

div.talk-wrap .right-icon img {
 width: 100%;
 box-shadow: 0 1px 5px #aaa;
border: 1px solid #eeeeee;
}

div.talk-wrap .talk-right{
 float:left;
 position: relative;
 background: #fff; /*右の会話の背景色*/
 border: 1px solid #eee;
 padding: 10px 3%;
 border-radius: 10px;
 width: 83%;
 box-shadow: 0 1px 5px #aaa; /*右の会話の影*/
 margin-bottom:10px;
 box-sizing:border-box;
 }
div.talk-wrap .talk-right:before {
 content: "";
 display: inline-block;
 border: 10px solid transparent;
 border-left-color: #eee;
 position: absolute;
 right: -20px;
 top: 20px;
 margin-top: -9px;
}
div.talk-wrap .talk-right:after {
 content: "";
 display: inline-block;
 border: 9px solid transparent;
 border-left-color: #fff;
 position: absolute;
 right: -16px;
 top: 20px;
 margin-top: -8px;
}
div.talk-wrap .talk-end{
 clear:both;
}

div.talk-wrap .talk-left span,
div.talk-wrap .talk-right span {
	font-weight : bold;
}

/*****レスポンシブ設定*****/

@media screen and (max-width: 480px){
div.talk-wrap .left-icon{
 width: 20%;
 }
div.talk-wrap .talk-left{
 width: 75%;
 }
div.talk-wrap .right-icon{
 width: 20%;
 }
div.talk-wrap .talk-right{
 width: 75%;
 }


div.talk-wrap .talk-right:before {
 top: 20px;
}
div.talk-wrap .talk-right:after {
  top: 20px;
}

div.talk-wrap .talk-left:before {
 top: 20px;
}
div.talk-wrap .talk-left:after {
 top: 20px;
}


}



.chumoku_box0621 {
    position: relative;
    padding: 10px 12px;
    box-sizing: border-box;
    color: #fff;
    border: solid 3px #3d69c6;
     background: #567bc7;

}

.chumoku_box0621:before{
    display: inline-block;
    position: absolute;
    top: 17px;
    left: 11px;
    vertical-align: middle;
    color: #77c0c9;
    font-size: 30px;
    line-height: 1;
}

.chumoku_box0621 p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.4;
    font-weight : 400;
}

.chumoku_box0621 .inner_title {
    font-size : 120%;
    font-weight : bold;
}

.chumoku_box0621 .inner_list {
    font-weight : bold;
}


.chumoku_box0621 cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

/* mobile 1st view */
@media screen and (min-width:481px) {
div.mobile_1st,div.sp_column{
    display:none!important;
}
}
@media screen and (max-width:480px) {
div.pc_column{
    display:none!important;
}
}



/* epic category */
/* Larger Desktops */
@media only screen and (min-width: 1129px) {
.epic_pc{  display: block;　width:100%;  max-width:1128px;}
.epic_sp{  display:none;}
}

/* Tablets - Small Desktops - fluid wrapper */
@media only screen and (max-width: 1128px) {
.epic_pc{ display: block;　 width:100%;}
.epic_sp{  display:none;}
}

/* Large Tablet Layout: 800px. - fluid */
@media only screen and (min-width: 800px) and (max-width: 940px) {
.epic_pc{  display: block;　width:100%;}
.epic_sp{  display:none;}
}

/* Mobile + Small Tablet shared rules */
@media only screen and (max-width: 799px) {
.epic_pc{ display:none;}
.epic_sp{ display: block;　width:100%;}
}
.epic_btn{
    text-align:center!important;
}

/* feed exclusive items adjustment */
div.bn_recommend{
    margin:0;
    padding;0;
}
p + p.to_be_cont{
    margin-top:-1em;
}
hr.mv_recommend{
    margin-top:1em;
    margin-bottom:1em;
}

/*エピックチャンステキストバナー用*/
.epick_chance_txt_bnr{
    width: 100%;
    margin: 30px 0 0 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s
	}
.epick_chance_txt_bnr a{
    width: 96%;
    display: block;
    padding: 10px;
    font-size: 115%;
		margin:0 auto;
    background: #555;
    color: #ffffff!important;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border: 2px solid #555;
    line-height: 1.7;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s
	}
 .epick_chance_txt_bnr:hover{
    position: relative;
    top: 5px;
    left:3px;
	}
.epick_chance_txt_bnr:hover a{
    color: #d19f19!important;
    text-decoration: none;
    border: 2px solid #d19f19;
    background: #333;
	}
 .epick_chance_txt_bnr a p{
    margin:0;
    }
.epic-button_01{          /* エピックチャンスボタン上の文字用 */
    margin: 30px 0 2px 0!important;
}
.epic-button_01 a {
	color:#127cd9!important;
}
.epic-button_01 a:hover {
	text-decoration:none;
	color:#127cd9;
}
.epic-button_02{          /* エピックチャンスボタン上の文字(サーモンピンク)用 */
    margin: 0 0 2px 0!important;
}
.epic-button_02 a {
	color:#db4f4f!important;
}
.epic-button_02 a:hover {
	text-decoration:none;
	color:#db4f4f;
}

@media screen and (max-width: 480px){
.epick_chance_txt_bnr a{
    line-height: 1.2!important;
	}
.epick_chance_txt_bnr{
    width: 95%;
 }
}
/* エピックチャンステキストバナー用 */


/* PR記事ボタン対応 */
.sponsored_btn_a{
    display: flex!important;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    max-width: 370px;
}
@media screen and (max-width: 480px){
.sponsored_btn a{
  padding:15px!important;
}
}
/* /PR記事ボタン対応 */

/* ワイドボタン対応 */
.wide_cv_btn_a{
    display: flex!important;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    max-width: 370px;
}
@media screen and (max-width: 480px){
.wide_cv_btn a{
  padding:15px!important;
}
}
/* /ワイドボタン対応 */


/*musashi_ad_box*/
.musashi_ad_box {
    line-height: 0;
}
.musashi_ad_box a {
    display: block;
}
.musashi_ad_box .musashi_ad_img {
    width: 100%;
    max-width: 1078px;
    height: auto;
}
.musashi_ad_box .musashi_ad_img_sp {
    display: none;
}

@media screen and (max-width: 480px){
    .musashi_ad_box .musashi_ad_img {
        display: none;
    }
    .musashi_ad_box .musashi_ad_img_sp {
        display: block;
        width: 100%;
        max-width: 480px;
        height: auto;
    }
}
/*/musashi_ad_box*/


/*-----------------
fpo YKTR-2811 20170726
--------------------*/

.f-form.rdmail-wrap2 {
    background: #4472c4;
    border-bottom: none;
    border-radius: 5px;
max-width: 660px;
    margin: auto;
}
.f-form.rdmail-wrap2 .f-form-titlewrap {
display : flex;
justify-content : center;
flex-wrap : nowrap;
margin : 10px 0 ;
align-items: center;
}
.f-form-titlewrap img {
display : block;
width : 90px;
height : 90px;
border-radius: 50%;
}
.f-form.rdmail-wrap2 .f-form-title {
	font-size: 24px;
	font-weight:nomal;
        line-height : 1.4;
	text-align:center;
	color: #ffffff;
	padding:10px 10px 0 ;
}
.f-form.rdmail-wrap2 input[type="email"] {
border : 1px solid #666666;
}
.f-form + .fpo-formtext {
max-width:660px;
line-height:1.4;
color:#666666;
margin: 0 auto;
font-size : 12px;
padding : 10px;
}
.f-form.rdmail-wrap2 input.rdemail{
background:#ffffff;
}
.f-form-forsp {
display : none;
}
div.talk-wrap.f-comment .talk-right {
    float: left;
    position: relative;
    background: #fff;
    border: 1px solid #aaa;
    padding: 10px 3%;
    border-radius: 10px;
    width: 83%;
    box-shadow: none;
    margin-bottom: 10px;
    box-sizing: border-box;
}
div.talk-wrap.f-comment .talk-right:before {
    content: "";
    display: inline-block;
    border: 10px solid transparent;
    border-left-color: #aaa;
    position: absolute;
    right: -20px;
    top: 20px;
    margin-top: -9px;
}
div.talk-wrap.f-comment .talk-right:after {
    content: "";
    display: inline-block;
    border: 8px solid transparent;
    border-left-color: #fff;
    position: absolute;
    right: -16px;
    top: 20px;
    margin-top: -8px;
}
div.talk-wrap.f-comment .right-icon img {
    width: 100%;
    box-shadow: none;
    border: none;
    box-sizing: border-box;
    max-width:60px;
}
div.talk-wrap.f-comment span {
border-bottom:1px dotted #666666;
font-weight:normal;
font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体" ;
    font-weight: 500!important;
}
div.talk-wrap.f-comment .right-icon {
text-align : center;
font-size : 14px;
}
.f-form.rdmail-wrap2 input[type="email"] {
width: 420px;
}
.f-form.rdmail-wrap2 .rdmail-reg {
width: 180px;
}
@media only screen and (max-width:700px) {
.f-form.rdmail-wrap2 .f-form-title {
	font-size: 17px;
padding:10px 0 0;
}
.f-form.rdmail-wrap2 input[type="email"] ,
.f-form.rdmail-wrap2 .rdmail-reg {
width : 280px;
}
.f-form-titlewrap img {
width : 50px;
height : 50px;
}
.f-form-forpc {
display : none;
}
.f-form-forsp {
display : block;
}
   div.talk-wrap.f-comment .talk-right{ width: 75%;}

}
@media only screen and (max-width: 320px){
.f-form.rdmail-wrap2 .f-form-title {
    font-size: 15px;
}
}

/*-----------------
YKTR-2815 20180813
--------------------*/
.back-numbers-wrap{
margin : 20px 0;
}
ul#back-numbers {
    list-style-type: disc;
    margin: 0 0 0 1.5em;
    font-size: 14px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction:column;
}
span.back-numbers-date {
    font-weight: bold;
}
.back-numbers-link {
    display: inline-block;
    padding-left: 0.3em;
}
.back-numbers-link:before{
    content: "\f101";
    font-family: FontAwesome;
margin-right : 0.5em;
}
/*-----------------
end:YKTR-2815 20180813
--------------------*/

/* YKTR-2853　*/
.nf-field {
    margin-bottom: -5px;
}
.nf-field-label {
    text-align: left!important;
    padding: 10px;
    background: #e9e3d3;
}
.nf-field-element {
    padding: 10px;
}
.nf-field-container{
    margin:0px!important;
    margin-bottom:0px!important;
    border: 1px solid #f2f2f2;
}
.label-left .textarea-wrap .nf-field-label{
    margin-top:0!important;
}
div#nf-field-21-wrap div.nf-field-label,
div#nf-field-36-wrap div.nf-field-label {
    display:none;
}
div#nf-field-21-wrap div.nf-field-element,
div#nf-field-36-wrap div.nf-field-element{
    width:100%!important;
}
div#nf-field-21-container,
div#nf-field-36-container{
    border:none!important;
}
.sbmt_btn {
    background: #f18a1b;
    color: #fff;
    width: 100%!important;
    font-size: 120%;
    border: none;
    border-radius: 10px;
    padding: 12px 0;
    border-bottom: 4px solid #999;
    border-right: 4px solid #999;
    font-weight:bold;
}
.sbmt_btn:hover {
    background: #f18a1b;
    margin: 5px -5px -5px 5px;
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
}
.nf-form-fields-required {
    display: none;
}
span.ninja-forms-req-symbol {
    display:none!important;
}
span.hi{
    background: #f55403;
    color: #fff;
     font-size: 70%;
    padding: 3px 5px 2px 5px;
    border-radius: 3px;
    font-weight: normal;
}

input#nf-field-5-0, input#nf-field-14-0,
input#nf-field-22-0, input#nf-field-22-1,
input#nf-field-38-0 {
    transform: scale(1.4);
    margin: 10px;
}
.nf-error-msg {
    font-size: 70%!important;
}
div#nf-field-28-wrap .nf-field-element {
    padding-bottom: 0;
}



/* YKTR-2853 end　*/

/* 20181015 YKTR-3029 */

.post-content .monex01 {
	font-size: 20px;
   	color: #800000;
}

/* YKTR-3029 end　*/


/* YKTR-3068 str　*/
.mbform_box {
    background: #4472c4;
    border-bottom: none;
    border-radius: 5px;
    max-width: 660px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0 20px 10px;
}
.mbform_title_box {
    width: 100%;
}
.mbform_title_box p.mbform_title{
    font-size: 24px;
    font-weight: nomal;
    line-height: 1.4;
    text-align: center;
    color: #ffffff;
    padding: 10px 10px 0;
    margin: 0;
}
.mbform_input_box {
    width: 100%;
    display: flex;
    justify-content:space-between;
}
.mbform_input_box ul{
    width: calc(70% - 10px);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
}
.mbform_input_box ul li {
    width: 100%;
}
.mbform_input_box ul li input{
    width: 100%;
    border: 1px solid #666666;
    height: 45px;
    box-sizing: border-box;
    font-size: 22px;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
    color: #000000;
}
.mbform_input_box ul li p {
    margin: 0;
}

.mbform_input_box li .li_subtitle{
    font-size: 14px;
    color: #c0cdde;
    margin-left: 5px;
    margin-top: 6px;
    line-height:1;
}
.mbform_input_ul li .rdemail {
}
.mbform_input_button {
    width: calc(30% - 10px);
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
}
.mbform_input_button input.rdmail-reg {
    width: 100%;
    padding: 13px 0;
    height: 115px;
    font-size: 22px;
    border: #96792F solid 1px;
    color: #FFFFFF!important;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    box-sizing: border-box;
    text-decoration: none;
    display: block;
    text-align: center;
    cursor: pointer;
    margin: 20px auto 0;
    line-height:1;
	font-weight:bold;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f6a648), to(#f88600));
	background-image: -webkit-linear-gradient(top, #f6a648, #f88600);
	background-image: -moz-linear-gradient(top, #f6a648, #f88600);
	background-image: -ms-linear-gradient(top, #f6a648, #f88600);
	background-image: -o-linear-gradient(top, #f6a648, #f88600);
	background-image: linear-gradient(top, #f6a648, #f88600);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6a648', endColorstr='#f88600',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow:0 1px 2px rgba(0, 0, 0, 0.6);
}
.mbform_checkbox_box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin: 10px 0 0;
    color: #f2f2f2;
}
.mbform_checkbox_box p {
    font-size: 12px;
    margin: 0;
    color: #FFF;
}
.mbform_checkbox_box p input{
    height:12px;
    margin-right: 5px;
}
.mbform_checkbox_box p a{
    color:#FFF;
    text-decoration: underline;
}
p.mbform_notes_p{
    margin: 10px auto 0;
    color: #777;
    font-size: 12px;
    max-width: 690px;
    word-break: break-all;
    width: 100%;
    line-height:1.6;
}

    .mb_kabu_h4_box{
        margin-bottom: 5px!important;
    }
    .mb_kabu_h4{
        max-width: 100%;
        padding:15px 30px;
	background-color:#bd0211;
    }
    .mb_kabu_h4 p.mb_kabu_h4_sub {
        font-size: 24px;
    }
    .mb_kabu_h4 p.mb_kabu_h4_txt {
        font-size: 18px;
    }
    .mb_kabu_h4_box p.mb_kabu_h4_txt2 {
        font-size: 14px;
        display: block;
        margin: 0;
        text-align: right;
    }
.mb_kabu_h4 p.mb_kabu_h4_txt ,.mb_kabu_h4 p.mb_kabu_h4_sub{
    margin: 0;
    font-weight: 800;
    color:#fff;
}

@media only screen and (max-width: 480px){
    .mbform_input_box{
        flex-wrap: wrap;
    }
    .mbform_title_box p.mbform_title{
        font-size: 16px;
        margin: 10px 0 20px;
    }
    .mbform_input_box ul{
        width:100%;
    }
    .mbform_input_button {
        width:100%;
    }
    .mbform_input_button input.rdmail-reg {
        height: 50px;
    }
    .mbform_checkbox_box{
        flex-wrap: wrap;
    }
    .mbform_checkbox_box p{
        font-size: 13px;
        margin: 0;
        display: flex;
        align-items: center;
        color: #f2f2f2;
    }
}

/* YKTR-3068 end　*/

/* YKTR-3073 str　*/
.mbScrollBox_wrp{
    max-width: 630px;
    margin: 0 auto;
　　　　　　　　overflow: hidden;
}
p.mb_text_smple{
    color:#888888;
    margin: 0;
}
.mbScrollBox{
    overflow-y: scroll;
    overflow-x: hidden;
    word-break: break-all;
    background-color: #e9e9e9;
    color: #333;
    padding: 10px;
    height: 400px;
}
@media only screen and (max-width: 400px){
    .mbScrollBox_wrp{
      max-width: 300px;
      margin: 0 auto 30px!important;
    }
}
/* YKTR-3073 end　*/

/* 20181120 YKTR-3123 str */

 .state01 {
    max-width: 650px;
    width: 100%;
    margin: 30px auto 0;
    padding: 20px;
    padding-left: 30px;
    box-sizing: border-box;
    position: relative;
    background-color: #fdfaec;
}

/* YKTR-3123 end　*/

/* STR OF 20181203 YKTR-3149 SBIエステート様2回目　画像＆レイアウトの調整お願い */

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	font-family: 'FontAwesome', sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa dt,.cp_qa dd {
	position: relative;
	padding: 0.5em 1em 1px 1em;
text-align: justify;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	border-radius: 0.3em;
}
.cp_qa dt {
	margin: 0 0.5em 1em 3em;
	background: #e1e8ed;
}
.cp_qa dd {
	margin: 0 0.5em -1em 3em;
	background: #a8d9ff;
}
/* 吹き出し▶︎ */
.cp_qa dt::before,.cp_qa dd::before{
	position: absolute;
	z-index: 99;
	top: 0.5em;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
}
/* 質問吹き出し▶︎ */
.cp_qa dt::before {
	left: -0.5em;
	border-width: 5px 8.7px 5px 0;
	border-color: transparent #e1e8ed transparent transparent;
}
/* 答え吹き出し▶︎ */
.cp_qa dd::before {
	left: -0.5em;
	border-width: 5px 8.7px 5px 0;
	border-color: transparent #a8d9ff transparent transparent ;
}
/* ?!アイコン */
.cp_qa dt::after,.cp_qa dd::after {
	font-size: 1.2em;
	position: absolute;
	top: 0;
	color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.2em;
}
/* ?アイコン */
.cp_qa dt::after {
	left: -2.5em;
	margin: 0 0.5em 0 0;
	padding: 0.2em 0.2em;
	content: 'Q';
	background: #999;
font-size:20px;
font-weight: bold;
    text-align: center;
}
/* !アイコン */
.cp_qa dd::after {
	left: -2.5em;
	margin: 0 0.5em 0 0;
	padding: 0.2em 0.2em;
	content: 'A';
	background: #2196f3;
font-size:20px;
font-weight: bold;
    text-align: center;
}
.sbi-profile-table {
margin-bottom: 1em !important;
}
.sbi-profile-table td{
 border: none;
 vertical-align: middle;
background-color: #fff !important;
}
#sbi-photo {
 max-width: 120px;
}

/* 20181203 YKTR-3149 SBIエステート様2回目　画像＆レイアウトの調整お願い end*/

/* YKTR-3163 */
.postid-595956 .santa-letter2018{margin:auto;max-width:500px;box-shadow:0 0 5px #aaaaaa;}
.postid-595956 .santa-2018h2 {
background-image: url(https://www.mag2.com/p/money/wp-content/uploads/2018/12/10155820/h2bg.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #f7f7f7;
    border: 1px solid #9c0303;
    border-radius: 5px;
    padding-bottom: 40px;
    color: #9c0303;
    font-size: 21px;
}
.postid-595956 .santa-2018h3 {
  position: relative;
border-left : none;
    background-image: url(https://www.mag2.com/p/money/wp-content/uploads/2018/12/10155729/bell.gif);
    background-repeat: no-repeat;
    background-size: 30px;
background-position: left center;
 padding-left: 35px;
}
.postid-595956 .santa-2018h3:after {
  content: '';
  position: absolute;
  left: 0;
    bottom: 0;
  width: 100%;
    height: 2px;
    background: repeating-linear-gradient(-45deg, #e80008, #e80008 4px, #819480 4px, #819480 8px);
  }
 .post-content .f-xmasform-2018 {
    background-color: #810000;
    background-image: url(https://www.mag2.com/p/money/wp-content/uploads/2018/12/12114714/bg_table_tl.png), url(https://www.mag2.com/p/money/wp-content/uploads/2018/12/12114717/bg_table_tr.png), url(https://www.mag2.com/p/money/wp-content/uploads/2018/12/12114708/bg_table_bl.png), url(https://www.mag2.com/p/money/wp-content/uploads/2018/12/12114711/bg_table_br.png);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top left, top right, bottom left, bottom right;
    background-size: 80px,80px,80px,80px;
    border: 4px #cc9d52 double;
    max-width: 700px;
    padding: 30px 100px;
    box-sizing: border-box;
    color : #ffffff;
    margin-bottom : 5px ;
  }
.f-xmasform-2018-title {
    font-size: 20px;
    margin: 0 20px 20px;
    text-align: left;
}
.f-xmasform-2018-title p {
    padding : 15px;
    background: url(https://www.mag2.com/p/money/wp-content/uploads/2018/12/12120255/santa.gif);
    background-position: center left;
    padding-left: 90px;
    background-repeat: no-repeat;
    background-size: 70px;
}
  .f-xmasform-2018 ul {
    margin-left : 0 ;
    list-style-type: none;
  }
  .f-xmasform-2018 dd {
    margin-bottom: 20px
  }
  .f-xmasform-def {
    font-size: 16px;
    margin-bottom: 5px;
   line-height : 1.2 ;
  }
  .f-xmasform-def span {
    color: #E5CB00;
    margin-left: 10px;
    font-size: 80%;
  }
  .f-xmasform-2018 .f-xmasform-frame-sub {
    font-size : 80%;
    line-height : 1.3 ;
    color: #E5CB00;
    margin-top : 5px ;
}
  .f-xmasform-frame {
    border: 3px solid #1B5700;
    background: #FFFFD8;
    border-radius: 10px;
    height: 55px;
    line-height: 55px;
    max-width: 500px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: #222222;
  }
  .f-xmasform-btn-wrap input {
    background: #f29225;
    text-shadow: 1px 1px 1px #000000;
    max-width: 500px;
    width: 100%;
    font-size: 18px;
    color: #ffffff;
    padding: 10px;
    border-radius : 5px ;
    box-sizing : border-box ;
  }
 .f-xmasform-btn-wrap input:hover {
    opacity : 0.8;
}
  .f-xmasform-age {
    width : 60px;
    margin-right : 10px ;
}
  .f-xmasform-address {
    font-size : 80% ;
    padding-left : 5px ;
}
.f-xmasform-area {
    height : auto ;
    line-height : 1.6 ;
}
.f-xmasform-note {
    font-size : 80% ;
    color : #666666;
    line-height : 1.6 ;
}
.post-content .f-past-xmasform {
    width : 100%;
    margin-top : 30px ;
}
@media only screen and (max-width: 767px) {
   .post-content .f-xmasform-2018 {
    padding : 15px 20px ;
    }
}


/* START OF YKTR-3225 SBIエステート様　記事広告レイアウト調整 */


.box16{
    padding: 1em;
 background: rgb(249,263,255);
    border: 1px #406278 solid;
    border-radius: 5px;
}
.box16 p {
    margin: 0;
    padding: 0;
    color: #406278;
}
.box16 hr {
margin: 10px;
 border: 0;
    height: 1px;
    background: #406278;
}
.box16 h4 {
 margin-top: 0;
 color: #f29225;
}
.box16 h5 {
 color: #f29225;
}

/* END OF YKTR-3225 SBIエステート様　記事広告レイアウト調整 */

/* START OF YKTR-3268 記事広に掲載する動画（先方タグ）をセンター寄せにしたい */
.player_center{
    display: block;
    margin: 0 auto;
    text-align: center;
}
/* END OF YKTR-3268 記事広に掲載する動画（先方タグ）をセンター寄せにしたい */


/* START OF YKTR-3255 SBIエステート様記事広告　4回目　レイアウト調整＆アイコン作成のお願い */

div.talk-wrap .left-icon img {
 max-width:60px;
 width:100%;
 box-shadow: none;
 border: none;
 box-sizing: border-box;
}
div.talk-wrap .talk-left {
border: 1px solid #aaa;
box-shadow: none;
}
div.talk-wrap.f-comment .talk-left:after {
border: 8px solid transparent;
border-right-color: #fff;
}
div.talk-wrap.f-comment .talk-left:before {
border: 10px solid transparent;
border-right-color: #aaa;
}
div.talk-wrap.f-comment .left-icon {
font-size: 14px;
}

/* END OF YKTR-3255 SBIエステート様記事広告　4回目　レイアウト調整＆アイコン作成のお願い */
/* YKTR-3347　*/
.nf-field {
    margin-bottom: -5px;
}
.nf-field-label {
    text-align: left!important;
    padding: 10px;
    background: #e9e3d3;
    width: 30%;
}
.nf-field-element {
    padding: 10px;
    width: 70%!important;
}
.nf-field-container{
    margin:0px!important;
    margin-bottom:0px!important;
    border: 1px solid #f2f2f2;
}
.label-left .textarea-wrap .nf-field-label{
    margin-top:0!important;
}
div#nf-field-21-wrap div.nf-field-label,
div#nf-field-36-wrap div.nf-field-label,
div#nf-field-43-wrap div.nf-field-label{
    display:none;
}
div#nf-field-21-wrap div.nf-field-element,
div#nf-field-36-wrap div.nf-field-element,
div#nf-field-43-wrap div.nf-field-element{
    width:100%!important;
}
div#nf-field-21-container,
div#nf-field-36-container,
div#nf-field-43-container{
    border:none!important;
}
.sbmt_btn {
    background: #f18a1b;
    color: #fff;
    width: 100%!important;
    font-size: 120%;
    border: none;
    border-radius: 10px;
    padding: 12px 0;
    border-bottom: 4px solid #999;
    border-right: 4px solid #999;
    font-weight:bold;
}
.sbmt_btn:hover {
    background: #f18a1b;
    margin: 5px -5px -5px 5px;
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
}
.nf-form-fields-required {
    display: none;
}
span.ninja-forms-req-symbol {
    display:none!important;
}
span.hi{
    background: #f55403;
    color: #fff;
     font-size: 70%;
    padding: 3px 5px 2px 5px;
    border-radius: 3px;
    font-weight: normal;
}

input#nf-field-5-0, input#nf-field-14-0,
input#nf-field-22-0, input#nf-field-22-1,
input#nf-field-38-0 {
    transform: scale(1.4);
    margin: 10px;
}
.nf-error-msg {
    font-size: 70%!important;
}
div#nf-field-28-wrap .nf-field-element {
    padding-bottom: 0;
}

#nf-field-44-0{
    margin: 8px 0 0;
}

.br-sp-3347{
    display: none;
}

@media only screen and (max-width: 400px) {
    .br-sp-3347{
        display: block;
    }
}
/* YKTR-3347 END*/

/* YKTR-3410 カテゴリ表記部分に追記依頼_ MONEY VOICE記事広告：ウェルスナビ株式会社様 */
.postid-670888 div.breadcrumbs:after {
  content:"（ PR : ウェルスナビ )";
}
.postid-670888 .post-meta .cats:after {
    content: " （ウェルスナビ）";
}

/* STR OF YKTR-3416 SBIEF様記事広告マネーボイス　表組制作 */
table.paleBlueRows {
  border: 2px solid #000000;
width: 95%;
  max-width: 400px;
  height: 150px;
  text-align: center;
  border-collapse: collapse;
margin: auto;
}
table.paleBlueRows td, table.paleBlueRows th {
  border: 1px solid #000000;
  padding: 4px 2px;
}
table.paleBlueRows tbody td {
  font-size: 15px;
font-weight: bold;
}
table.paleBlueRows td:nth-child(odd) {
  background: #EBEBEB;
font-weight: bold;
}
table.paleBlueRows thead {
  background: #1e90ff;
  border-bottom: 0px solid #FFFFFF;
}
table.paleBlueRows thead tr th {
background: #35c0f2;
color: #000000;
}
table.paleBlueRows thead th {
  font-size: 17px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 1px solid #FFFFFF;
}
table.paleBlueRows thead th:first-child {
  border-left: none;
}

table.paleBlueRows tfoot td {
  font-size: 14px;
font-weight: bold;
}
/* END OF YKTR-3416 SBIEF様記事広告マネーボイス　表組制作 */

/* STR OF KSPN-2365 マネーボイス優待連載記事　表組作成の依頼 */
.tg {
  border-collapse: collapse;
  border-spacing: 0;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 550px;
}

.tg td {
  padding: 10px 10px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
  border-color: black;
}

.tg th {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
  border-color: black;
}

.tg .tg-ly6r {
  border-color: #e0e0e0;
  text-align: left;
  vertical-align: top
}

.tg .tg-9u2h {
  font-weight: bold;
  line-height: 1em;
  font-size: 16px;
  background-color: #e0e0e0;
  color: #222222;
  border-color: #e0e0e0;
  text-align: center
}

/* END OF KSPN-2365 マネーボイス優待連載記事　表組作成の依頼 */

/* STR OF KSPN-2369 【6/27（木）公開予定】MONEY VOICE記事広告：アレス投資顧問株式会社様 */

.box11{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
border-bottom: solid 5px #5d627b;
    box-shadow: 0 2px 5px 3px rgba(0, 0, 0, 0.22)
}
.box11 p {
    margin: 0;
    padding: 0;
}

/* END OF KSPN-2369 【6/27（木）公開予定】MONEY VOICE記事広告：アレス投資顧問株式会社様 */

/* STR OF KSPN-2382 マネックス証券様　記事広告　制作 */

.blue-box-2382{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #dee6f2;
    border-left: solid 10px #335698;
}

.small-box-2382 {
padding: 10px 0 0 0;
margin: 0 15px 0 15px !important;
border-top: 1px solid;
border-bottom: 1px solid;
border-color: #707070;
color: #707070;
}

/* END OF KSPN-2382 マネックス証券様　記事広告　制作 */

/* YKTR-3619 カテゴリ表記部分に追記依頼_ MONEY VOICE記事広告：弥生株式会社様 */
.postid-750457 div.breadcrumbs:after {
    content:"（ PR : 弥生株式会社 )";
}
.postid-750457 .post-meta .cats:after {
    content: " （弥生株式会社）";
}

/* SIBERIA-796 */
.page_bottom_fixed_ad_box{
	display:none;
}
@media only screen and (max-width: 480px) {
	.page_bottom_fixed_ad_box{
		height: 65px;
		position: fixed!important;
		display: flex;
		justify-content: center;
		text-align: center;
		bottom: 0!important;
		left: 0;
		width: 100%!important;
		z-index: 10000;
		max-height: 100px!important;
		box-sizing: border-box;
		opacity: 1!important;
		background-image: none!important;
		background-color: #fff;
		box-shadow: 0 0 5px 0 rgba(0,0,0,0.2)!important;
		margin-bottom: 0!important;
		padding: 10px 0;
	}
	.page_bottom_fixed_ad_button{
		width: 28px;
		height: 28px;
		font-size: 21px;
		bottom: 63px;
		right: 0;
		position: fixed;
		z-index: 10001;
		color: #000;
		background-size: 13px 13px;
		background-position: 9px;
		background-color: #fff;
		background-repeat: no-repeat;
		box-shadow: 0 -1px 1px 0 rgba(0,0,0,0.2);
		border: none;
		border-radius: 12px 0 0 0;
		padding: 0 5px 0;
		font-weight: bold;
		}
		.page_bottom_fixed_ad_wap_hide{
		visibility:hidden;
		opacity:0;
		}
		.ca_profitx_ad_overlay{
		display:none;
	}
}
/* SIBERIA-796 */

/* SIBERIA-805 */
.main-wrap{
	width: 100%;
    margin: 0 auto;
}
#header_warp {
	position: fixed;
	top: 0;
	background: #fff;
	width: 100%;
	max-width: 1085px;
	z-index: 1000;
	transition: all 0.5s ease;
	margin: 0 auto;
}

.header_ad_wap {
	margin: 20px auto;
	transition: all 800ms ease;
}

.header_ad_wap .header_ad_cont {
	width: 100%;
	max-width: 970px;
	max-height: 250px;
	margin: 0 auto;
	text-align: center;
}

.header_hide {
	transform: translate3d(0, -450px, 0);
	transition: all 0.5s ease;
}

.header_visible {
	transform: translate3d(0, 0, 0);
	transition: all 0.5s ease;
	position: fixed !important;
	top: 0 !important;
}

.margin-top-zero {
	margin-top: 0;
}

@media (max-width: 480px) {
	.header_ad_wap {
		margin: 20px auto;
	}

	.header_ad_wap .header_ad_cont {
		max-width: 320px;
		max-height: 100px;
	}
}
/*　/SIBERIA-805 */


/* SIBERIA-806 */

.post-share {
   clear: both;
}

/* ヘッダー固定用 */
.logo_header{
	display: flex;
	width: 100%;
	padding: 17px 0;
}
.logo_header .header_text_ad {
	position: absolute;
	margin-left: 250px;
	margin-top: 6px;
	line-height: 1.3;
	font-size: 90%;
}
.logo_header .search{
	position: relative;
	right: 0;
}
.logo_header .search-button {
	background: transparent;
	margin-left: -28px;
	line-height: 26px;
	height: 26px;
	width: 20px;
	outline: 0;
	float: left;
}
.logo_header .textwidget{
	position: relative;
	right: 0;
	margin: 3px 155px 0 auto;
}
@media only screen and (max-width:1035px) {
	.logo_header .textwidget{
		display: none;
	}
	.logo_header .search{
		position: absolute;
		right: 0;
	}
}
@media only screen and (max-width:800px) {
	.logo_header {
		flex-wrap: wrap;
		justify-content: center;
	}
	.logo_header .search{
		display: none;
	}
	.logo_header .header_text_ad {
		position: relative;
		margin: 5px auto 0;
		width: 100%;
		display: block;
	}
}



/* SIBERIA-806 */
@media only screen and (max-width: 480px){

.aaprad-img {
    padding: 0 0 10px 0;
    width: 50px;
    height: 50px;
}

.aaprad-img > a {
    width: 50px;
    height: 50px;
}

.aaprad-title a {
    font-size: 14px;
}

.aaprad-thumbnail .aaprad-title {
    margin-left: 55px!important;
}

}

.font-size-80{
	font-size: 80%;
	margin-top: 0em;
}

.lh-1dod6{
	line-height: 1.6;
}

.font-size-14px{
	font-size: 14px
}
.margin-top-2em{
	margin-top:2em
}
.margin-bottom-3em{
	margin-bottom:3em;
}

/* Prime Ad Column */
.relatedAdBox {
	width: 100%;
	margin-bottom: 20px;
}
.relatedAdBox ul.relatedAdContent {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.relatedAdBox ul.relatedAdContent li {
	width: calc((100% / 3) - 5px);
	margin-right: 5px;
	display: block;
}
.relatedAdBox ul.relatedAdContent li:first-child,
	.relatedAdBox ul.relatedAdContent li:nth-child(2) {
	width: calc(50% - 5px);
	margin-bottom: 25px;
}
.relatedAdBox ul.relatedAdContent li a:hover {
	text-decoration: none!important;
}
.relatedAdBox ul.relatedAdContent li .relatedAdImgBox {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    box-sizing: border-box;
	padding-top: 56.4102%;
}
.relatedAdBox ul.relatedAdContent li a:hover .relatedAdImgBox{
	opacity: 0.6;
}
.relatedAdBox ul.relatedAdContent li span {
	color: #000;
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    word-wrap: break-word;
    font-weight: 700;
    margin-top: 5px;
	display: block;
}
.relatedAdBox ul.relatedAdContent li span.relatedAdSponsor{
    color: #888;
    display: block;
    margin-top: 10px;
    font-size: 10px;
}

/* /Prime Ad Column */


.checkbox_kbkb{
	text-align: left;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0 0 0 22px!important;
}
.checkbox_kbkb p{
	color: #ffffff!important;
	line-height: 1.3;
    	font-size: 16px;
}
.checkbox_kbkb p a{
	color: #f88600!important;
}

/*　MEDIA-22 */
.post_text_recommend_box {
	margin:0 30px 30px 0;
}
.post_text_recommend_box .post_text_recommend_title {
	margin: 15px 0;
    font-size: 18px;
    font-weight: bold;
    color: #999;
}
.post_text_recommend_box .post_text_recommend_content {
}
.post_text_recommend_box .post_text_recommend_ul {
	list-style: none;
}
.post_text_recommend_ul li{
	position:relative;
	padding-left:15px;
	list-style:none;
}
.post_text_recommend_ul li:before{
	 content:'';
	 display:inline-block;
	 position:absolute;
	 left:0px;
	 top:8px;
	 width:5px;
	 height:5px;
	 border-bottom:1px solid #888;
	 border-right:1px solid #888;
	 transform:rotateZ(-45deg);
}
.post_text_recommend_box a {
	color: #444444;
}
/*　/MEDIA-22 */
/* YKTR-4428 */
.alm-reveal{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.column_alm_box{
   width: calc((100% / 2 ) - 20px)!important;
   padding:0!important;
}
.highlights .excerpt{
    border-bottom: none;
    padding-bottom: 20px;
}
/*フッター修正*/
.main-footer .wrap{
	padding: 15px 25px;
}
.lower-foot .wrap {
    padding: 5px 25px;
}
.alm-btn-wrap{
	left: -40px;
}
@media only screen and (max-width:400px) {
	.column_alm_box{
		width: calc((100% / 2 ) - 10px)!important;
	}
	.alm-btn-wrap{
		left: -30px;
	}
}
/* /YKTR-4428 */

/*　SHARE-3846 */
@media only screen and (max-width:430px) {
  #onetrust-banner-sdk.otFloatingRoundedCorner {
    margin-bottom: 76px!important;
  }
}

/* YKTR-3764 */
.category-ir .highlights .image-link {
  display : none;
}



/* MEDIA-33 */
.ad-h250 {
  min-height: 250px
}
.ad-h280 {
  /*min-height: 280px*/
}

/* YKTR-4669 */
.next a:hover .title,
.previous a:hover .title{
   text-decoration: underline;
}

/* DEV-807 add search area */
.screen-reader-text {
	display: none;
}
.search-field {
	width: 100%;
}
.search-submit {
	background-color: #19232d;
	color: #fff;
}
/* DEV-807 add chumoku post */
.error-page {
	width: 100%;
	margin-top: 80px;
}
.error-page .search-form {
display: flex;
gap: 5px;
flex-direction: row;
flex-wrap: nowrap;
max-width: 500px;
margin:0 auto;
align-items: center;
}
.error-page img.wpp-thumbnail {
	height: 74px!important;
}
.error-page .search-form .search-submit {
	padding: 5px 11px;
}
.error-page .search-form label{
	flex: 1;
}
.error-page .postlist_chumoku,
.error-page .postlist_chumoku ul li{
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
.error-page .postlist_chumoku ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
}
.postlist_chumoku .widget-title {
	text-align: center;
}
.error-page .postlist_chumoku ul li {
	display: flex;
	flex-direction: row;
	padding-bottom: 10px;
	box-sizing: border-box;
	/* gap: 10px; */
	max-width: calc(50% - 5px);
}
.error-page .widget-container .wpp-list li:before {
	display: none;
}
.error-page .postlist_chumoku ul li .tab_content{
	flex: 1;
}
.error-page .postlist_chumoku ul li a.wpp-post-title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-align: left;
	font-size: 15px;
	color: #000;
	line-height: 1.5;
}
@media only screen and (max-width:799px) {
	.error-page .postlist_chumoku ul {
		flex-direction: column;
	}
	.error-page .postlist_chumoku ul li {
		max-width: 100%;
	}
	/* .postlist_chumoku {
		display: none;
	} */
}


.f-form .mbform_checkbox_box {
    margin: 0 1em;
}

@media only screen and (max-width: 480px) {
    .f-form .mbform_checkbox_box {
        margin: 0;
        display: flex;
        justify-content: center;
    }
}

@media only screen and (min-width:801px) {
    .mobile-disabled {
        display:  none;
    }
}

header .headerBox {
    display: flex; justify-content: space-between;
}

/**************************************/
/** mag-affiliate-style */
/**************************************/

.mag-affiliate-article {
    width: 620px;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (max-width: 768px) {
    .mag-affiliate-article {
        width: auto;
    }
}

@media only screen and (max-width: 480px) {
    .mag-affiliate-container {
        padding-right: 16px;
        padding-left: 16px;
    }
}

.mag-affiliate-container {
    border-radius: 4px;
}

.mag-affiliate-container > ol, .mag-affiliate-container > ul, .mag-affiliate-container blockquote, .mag-affiliate-container figure, .mag-affiliate-container h2, .mag-affiliate-container h3, .mag-affiliate-container hr, .mag-affiliate-container p {
    margin-top: 36px;
    margin-bottom: 36px;
}

@media only screen and (max-width: 480px) {
    .mag-affiliate-container > ol, .mag-affiliate-container > ul, .mag-affiliate-container blockquote, .mag-affiliate-container figure, .mag-affiliate-container h2, .mag-affiliate-container h3, .mag-affiliate-container hr, .mag-affiliate-container p {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.mag-affiliate-container address,
.mag-affiliate-container blockquote,
.mag-affiliate-container dl,
.mag-affiliate-container fieldset,
.mag-affiliate-container figure,
.mag-affiliate-container h1,
.mag-affiliate-container h2,
.mag-affiliate-container h3,
.mag-affiliate-container h4,
.mag-affiliate-container h5,
.mag-affiliate-container h6,
.mag-affiliate-container hr,
.mag-affiliate-container ol,
.mag-affiliate-container p,
.mag-affiliate-container pre,
.mag-affiliate-container table,
.mag-affiliate-container ul {
    padding: 0;
    margin: 0;
}
.mag-affiliate-container address,
.mag-affiliate-container cite,
.mag-affiliate-container dfn,
.mag-affiliate-container em,
.mag-affiliate-container i {
    font-style: normal;
}


.mag-affiliate-container  .widget {
    display: table;
    width: 100%;
    border: 1px solid rgba(8, 19, 26, 0.14);
    border-radius: 4px;
}

@media only screen and (max-width: 480px) {
    .mag-affiliate-container  .mag-shopping {
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
    }
}

@media only screen and (min-width: 769px) {
    .mag-affiliate-button[data-type=primary] {
        transition: background-color .2s cubic-bezier(1, 0, 0, 1);
    }
}

.mag-affiliate-button, .mag-affiliate-button .mag-affiliate-button__inner {
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 480px) {
    .mag-affiliate-container  .mag-shopping > a:first-child {
        order: 2;
    }
}

.mag-affiliate-container  .widget > a {
    display: table-cell;
    padding: 16px;
    vertical-align: middle;
}

.mag-affiliate-container  a:first-child {
    width: 100%;
}

@media only screen and (max-width: 480px) {
    .mag-affiliate-container  a {
        padding: 16px;
    }
}

.mag-affiliate-container  a {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px;
    text-decoration: none;
}

@media only screen and (max-width: 480px) {
    .mag-affiliate-container  .widget-title {
        max-height: 2.8em;
        font-size: 1rem;
    }
}

.mag-affiliate-container  .widget-title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media only screen and (max-width: 480px) {
    .mag-affiliate-container  strong {
        font-size: 1rem;
    }
}

.mag-affiliate-container  strong {
    display: block;
    margin-bottom: 8px;
    font-size: 1rem;
    font-weight: 700;
    word-break: break-all;
    color: #000;
}


.mag-affiliate-container  .widget-description {
    display: -webkit-box;
    max-height: 3em;
    overflow: hidden;
    color: rgba(8, 19, 26, 0.6);
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mag-affiliate-container  em {
    display: block;
    margin-bottom: 4px;
    font-size: 0.75rem;
    line-height: 1.5;
    color: rgba(8, 19, 26, 0.6)
}


.mag-affiliate-container  .widget-price {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin-top: 16px;
    margin-bottom: 16px;
}

@media only screen and (max-width: 480px) {
    .mag-affiliate-container  .widget-price {
        display: block;
        margin-top: 8px;
        margin-bottom: 8px;
    }
}

.mag-affiliate-container  em:nth-child(3) {
    margin-bottom: 0;
    color: #08131a;;
}

.mag-affiliate-container  .widget-regularprice, .mag-affiliate-container  .widget-saleprice {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    color: #08131a;;
}


.mag-affiliate-container  .widget-currency {
    padding-left: 2px;
    font-size: 0.75rem;
}

.mag-affiliate-container  .widget-update {
    margin-left: 8px;
    font-size: 0.75rem;
    line-height: 1;
    color: rgba(8, 19, 26, 0.6)
}

@media only screen and (max-width: 480px) {
    .mag-affiliate-container  .widget-update {
        display: block;
        margin-top: 4px;
        margin-left: 0;
    }
}


.mag-affiliate-container  .widget-button .mag-affiliate-button {
    min-height: 32px;
}

@media only screen and (max-width: 480px) {
    .mag-affiliate-container  .widget-button .mag-affiliate-button {
        padding-right: 12px;
        padding-left: 12px;
    }
}

.mag-affiliate-container  .widget-button .mag-affiliate-button {
    padding: 0 0px;
}

.mag-affiliate-container  .widget-button .mag-affiliate-button__inner {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 0.75rem;
    white-space: normal;
}

.mag-affiliate-button .mag-affiliate-button__inner {
    font-size: 0.75rem;
}

.mag-affiliate-button .mag-affiliate-button__inner {
    position: relative;
    display: flex;
    font-size: 1rem;
}

.mag-affiliate-button {
    width: 100%;
    display: inline-block;
    display: inline-flex;
    min-height: 40px;
    padding: 0 16px;
    margin: 0;
    font-weight: 700;
    line-height: 1;
    color: rgba(8, 19, 26, 0.6588235294117647);
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: top;
    touch-action: manipulation;
    cursor: pointer;
    background: #fff;
    border: none;
    border-radius: 4px;
    -webkit-appearance: none;
    appearance: none;
    color: #fff;
    background-color: #0a6753;

}


.mag-affiliate-container  .mag-shopping .widget-image {
    display: flex;
    width: 225px;
    height: 225px;
    padding: 16px;
}

@media only screen and (max-width: 480px) {
    .mag-affiliate-container  .mag-shopping .widget-image {
        order: 1;
        width: 100%;
        height: 190px;
        min-height: 190px;
        padding: 16px 16px 0;
        border: none;
    }
}

@media only screen and (max-width: 480px) {
    .mag-affiliate-container  a:nth-child(2) {
        min-width: 120px;
    }
}

.mag-affiliate-container  a:nth-child(2) {
    flex: 0;
    min-width: 220px;
    padding: 0;
    background-position: 50%;
    background-size: cover;
    border-left: 1px solid rgba(8, 19, 26, 0.03137254901960784);
}

.mag-affiliate-container  .widget-productImage {
    display: block;
    flex-grow: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}

.mag-affiliate-container a {
    cursor: pointer;
}

.mag-affiliate-container *, :after, :before {
    box-sizing: inherit;
}
.mag-affiliate-container p {
    margin: inherit;
    box-sizing: inherit;
    font-size: inherit;
    color: inherit;
    line-height:inherit;
}

.mag-affiliate-container p > a {
    padding: 0;
    margin: 0;
}

.mag-affiliate-container br {
    display: none;
}

@media only screen and (max-width: 480px) {
    .mag-sp-only {
        display: block;
    }
    .mag-pc-only {
        display: none;
    }
}

@media only screen and (min-width: 481px) {
    .mag-sp-only {
        display: none;
    }
    .mag-pc-only {
        display: block;
    }
}
