@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);

/* clearfix */
.cf { 
zoom: 1; 
}

.cf:before, .cf:after{
content:  "";
display: table;
} 

.cf:after {
clear:both;
}

.ad-rectangle {
  margin: 20px 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.ad-rectangle.center > div {
  margin-left: 0!important;
}
.ad-rectangle.overlay {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.google-auto-placed {
  margin: 20px 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
/* lazyload */
.lazy {
 opacity: 0;
}
.lazy[data-loaded] {
 opacity: 1;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}

body {
font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
width: 100%;
margin:0 auto;
padding:0;
line-height: 1.5em;
background-color:#fff;
color:#333;
}

.win body {
font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
width: 100%;
margin:0 auto;
padding:0;
line-height: 1.5em;
background-color:#fff;
color:#333;
}

.win iframe body {
font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

img {
  height: auto;
  max-width: 100%;
}
/* -----------------------------------------------------------
ヘッダ
------------------------------------------------------------*/

header {
width: 1280px;
color:#333;
height:60px;
margin:0 auto;
margin-top:10px;
}

header #lead{
width:300px;
font-size:80%;
float:left;
margin-left:140px;
margin-top:-35px;
}

header h1{
font-size: 2.3em;
padding:0;
margin:0;
}

header ul#s_nav {
float:right;
margin-top: -20px;
position:static;
}

header ul#s_nav li{
float: left;
display: block;
font-size:100%;
margin-right:10px;
margin-left:10px;
}

header ul#s_nav li a{
color:#333;
text-decoration:none;
}

header ul#s_nav li a:hover{
color:#dcdcdc;
}

/*  PC向け */

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

header {
width: 100%;
color:#333;
height:60px;
margin:0 auto;
margin-top:20px;
}

header h1{
font-size: 2.3em;
padding:0;
margin:0;
margin-left:10px;
}

#lead {
    padding-left: 20px;
}

}


/*  タブレット向け */

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

header {
width: 100%;
color:#333;
height:60px;
margin:0 auto;
margin-top:20px;
}

header h1{
font-size: 2.3em;
padding:0;
margin:0;
margin-left:10px;
}

#lead {
    padding-left: 20px;
}

}

/*  スマホ向け */

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

header {
width: 100%;
color:#333;
height:auto;
margin:0 auto;
margin-top:10px;
}

header.fixed {
display:none;
}

header #lead{
width:100%;
font-size:75%;
text-align:center;
margin-left:0px;
margin-top:3px;
}

header #lead {
    padding-left: 0px;
}


header h1{
text-align:center;
font-size: 2.3em;
padding:0;
margin:0;
margin-left:0px;
}

header ul#s_nav {
text-indent:-9999px;
float:right;
margin-top: -20px;
position:static;
}

header ul#s_nav li{
float: left;
display: block;
font-size:100%;
margin-right:10px;
margin-left:10px;
}

header ul#s_nav li a{
color:#333;
text-decoration:none;
}

header ul#s_nav li a:hover{
color:#dcdcdc;
}

}

/* -----------------------------------------------------------
グローバルナビ
------------------------------------------------------------*/

nav {
padding:0;
width:100%;
background-color:#333;
}

nav ul{
margin: 0 auto;
margin-bottom:10px;
padding-top:12px;
width: 1280px;
height:30px;
}

nav ul li {
text-align:center;
float: left;
color:#fff;
list-style:none;
}

nav  ul li a {
display: block;
width: 100%;
color:#fff;
margin-left:10px;
margin-right:10px;
text-decoration:none;
font-size:90%;
}

nav  ul li a:hover {
padding-bottom:2px;
border-bottom:6px solid #fff;
}

nav  ul li.selected a {
padding-bottom:2px;
border-bottom:6px solid #fff;
}

nav ul li.nav_more{
display:none;
}

ul.nav_sp_panel {
    display: none;

}

#search-box {
  float:right;
  width:225px;
  margin-top:-4px;
}

#search-box #searchform {  
    position: relative;   
}  

#search-box #keywords {  
    width: 182px;  
    height: 16px;  
    background: #fff;  
    border: none;  
    padding: 4px;  
    color: #333;  
}  

#search-box i{
  color:#fff;
  font-size:100%;
  margin-left:3px;
}

input.color {
    color: #ccc;
    font-weight: normal;
    width: 100%;
}

input.color::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal;
}

input.color:-ms-input-placeholder {
    color: #ccc;
    font-weight: normal;
}

input.color::-moz-placeholder {
    color: #ccc;
    font-weight: normal;
}

li.sp_search {
  display:none;
  margin-right:10px;
}

li.sp_facebook {
  display:none;
}

li.sp_twitter {
  display:none;
}

#nav.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index:100;
  height:42px;
  opacity:0.9;
}

/*  PC向け */

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

nav ul{
margin: 0 auto;
margin-bottom:10px;
padding-top:12px;
width: 100%;
height:30px;
}

}

/*  タブレット向け */

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

nav {
padding:0;
width:100%;
background-color:#333;
}

nav ul{
margin: 0 auto;
margin-bottom:10px;
padding-top:12px;
width: 100%;
height:30px;
}

#search-box {
  display:none;
}

li.sp_search {
  display:block;
  float: right;
}

li.sp_facebook {
  display:block;
  float: right;
}

li.sp_twitter {
  display:block;
  float: right;
}

}


/*  スマホ向け */

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

nav ul{
margin: 0 auto;
margin-bottom:0px;
padding-top:10px;
width: 100%;
height:30px;
}

nav  ul li a:hover {
margin-bottom:0px;
border-bottom:4px solid #fff;
}

nav ul li.nav_market, nav ul li.nav_kabushiki, nav ul li.nav_toushin, nav ul li.nav_money, nav ul li.nav_business, nav ul li.nav_life, nav ul li.nav_fx, nav ul li.nav_career, nav ul li.nav_popular, nav ul li.nav_commentary, nav ul li.nav_asset{
display:none;
}

nav ul li.nav_more{
display:block;
}

ul.nav_sp_panel {
  display:block;
}

#jQueryBox{
/*
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-timing-function: ease-in;
  animation-delay: 0.2s;
  animation-fill-mode: both;
*/
  width : 100%;
  display:none;
}

@keyframes fadeIn {
    0% {height: 0}
    100% {height: 145px}
}


@-webkit-keyframes fadeIn {
    0% {height: 0}
    100% {height: 145px}
}

#jQueryBox ul.nav_sp_panel {
  padding-top:10px;
  list-style:none;
  text-align:left;
  margin-left:20px;
  padding-bottom:10px;
}

#jQueryBox ul.nav_sp_panel li a{
text-decoration:none;
color:#333;
font-size:90%;
} 

#jQueryBox ul.nav_sp_panel li a:hover{
text-decoration:underline;
color:#dcdcdc;
}

#jQueryBox ul.nav_sp_panel li a:visited{
text-decoration:none;
}

#search-box {
  display:none;
}

li.sp_search {
  display:block;
  float: right;
}

li.sp_facebook {
  display:block;
  float: right;
}

li.sp_twitter {
  display:block;
  float: right;
}

#nav.fixed {
padding:0;
width:100%;
background-color:#333;
z-index:100;
height:auto;
opacity:1.0;
}

}


/*  スマホ 低解像度 */

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

nav  ul li  {
font-size:85%;
}


}


/* -----------------------------------------------------------
メイン
------------------------------------------------------------*/

#main {
width:100%;
background:#f5f5f5;
}

#main a{
text-decoration:none;
color:#333; 

}

#main a:hover{
text-decoration:underline;
color:#dcdcdc;
}

#main a:visited{
text-decoration:none;
}

#main h2 a:hover{
text-decoration:none;
color:#dcdcdc;
}

.wrapper {
width:100%;
background:#fff;
margin-bottom:60px;
}

.contents {
width:1280px;
margin: 0 auto;
margin-top:10px;
background:#fff;
}

.left-column {
width: 70%;
float:left;
padding:15px;
  position: relative;
}

#home-1st-row{
width: 100%;
margin-bottom:20px;
}

#home-1st-row-left{
float:left;
width:48.5%;
position:relative;
}

#home-1st-row-left a.link-box{
position:absolute;
top:0;
left:0;
width:100%;
height:95%;
text-indent:-999px;
}

#home-1st-row-left a.link-box:hover{
background-color:#FFF;
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}

.home-1st-row-left-title {
margin:0;
padding:0;
}

#home-1st-row-left img{
width:100%;
}

#home-1st-row-right{
float:right;
width:48%;
margin-left:20px;
}

#home-1st-row-right img{
width:100%;
} 

#home-1st-row-right ul li{
list-style:none;
}

.horizontal {
width:100%;
margin-bottom: 6px;
position:relative;
}

.horizontal-img{
float:left;
width:30%;
}

.horizontal-title{
float:right;
width:100%;
margin-bottom:5px;
}

#home-1st-row h2{
font-size:100%;
}

.home-1st-row-right-title{
margin-bottom:10px;
}

.home-1st-row-right-title h2{
position:relative;
padding-left:20px;
left:-20px;
}

.home-1st-row-right-title h2:hover{
border-left: 5px solid #ff4b00;
position:relative;
padding-left:15px;
left:-20px;
}



#home-1st-row h2 span{
color:#c3c3c3;
border:1px solid #c3c3c3;
font-weight:normal;
font-size:80%;
padding-left:5px;
padding-right:5px;
margin-left: 5px;
vertical-align: top;
}

.contents a:visited{
color:inherit;
}

.contents a.category_market {
text-decoration:none;
border-left: 2px solid red;
padding-left:10px;
font-size:80%;
}

.contents a.category_market:hover {
text-decoration:underline;
color:#dcdcdc;
}

.contents a.category_toushin {
text-decoration:none;
border-left: 2px solid green;
padding-left:10px;
font-size:70%;

}

.contents a.category_toushin:hover{
text-decoration:underline;
color:#dcdcdc;
}

.contents a.category_kabushiki {
text-decoration:none;
border-left: 2px solid blue;
padding-left:10px;
font-size:70%;

}

.contents a.category_kabushiki:hover{
text-decoration:underline;
color:#dcdcdc;
}

.contents a.category_money {
text-decoration:none;
border-left: 2px solid deeppink;
padding-left:10px;
font-size:70%;
}

.contents a.category_money:hover{
text-decoration:underline;
color:#dcdcdc;
}

.contents a.category_business {
text-decoration:none;
border-left: 2px solid deepskyblue;
padding-left:10px;
font-size:70%;
}

.contents a.category_business:hover{
text-decoration:underline;
color:#dcdcdc;
}

.contents a.category_life {
text-decoration:none;
border-left: 2px solid #fe3edc;
padding-left:10px;
font-size:70%;
}

.contents a.category_life:hover{
text-decoration:underline;
color:#dcdcdc;
}

.contents a.category_fx {
text-decoration:none;
border-left: 2px solid #FE9E20;
padding-left:10px;
font-size:70%;
}

.contents a.category_fx:hover{
text-decoration:underline;
color:#dcdcdc;
}

.contents a.category_career {
text-decoration:none;
border-left: 2px solid orange;
padding-left:10px;
font-size:70%;
}

.contents a.category_career:hover{
text-decoration:underline;
color:#dcdcdc;
}

.content-module{
width:100%;
margin: 0 auto;
margin-top:20px;
margin-bottom:20px;
}

.content-list  {
  counter-reset: ranking;
}

.content-list ul.popular-article-list {
list-style:none;
margin:0;
padding:0;
}

.content-list ul.popular-article-list li{
  position: relative;
  overflow: hidden;
  float:left;
  width:25%;
}

.content-list ul.popular-article-list li:before{
 	color:#FFF;
    content: counter(ranking, decimal);
    counter-increment: ranking;
    text-align:center;
    opacity:0.999;
    float:left;
    line-height:30px;
    width: 30px;
    height: 30px;
    background-color:#3E454C;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 20px;
    margin-left: 0px;
    z-index:10;
 }
 
.content-list ul.popular-article-list .one-quarter-row, .content-list ul.popular-article-list .one-quarter-row-1st {
width:90%;
margin-bottom:15px;
float:left;
margin-right:19px;
}

.content-list ul.popular-article-list .one-quarter-row img, .content-list ul.popular-article-list .one-quarter-row-1st img{
width:100%;
}

.one-quarter-row, .one-quarter-row-1st {
width:23.5%;
margin-bottom:15px;
float:left;
margin-right:10px;
min-height: 300px;
}

.one-quarter-row img, .one-quarter-row-1st img {
width: 100%;
height: 140px;
max-width: 210px;
object-fit: cover;
}

.one-quarter-row img.affi-img {
width: 100%;
max-height: 250px;
}

#home-1st-row-right img {
width: 100%;
max-height: 110px;
max-width: 192px;
}

#home-1st-row-left img {
width: 100%;
max-height: 355px;
max-width: 620px;
}

.one-quarter-row h2, .one-quarter-row-1st h2 {
font-size:90%;
}

.one-quarter-row h2 span, .one-quarter-row-1st h2 span{
color:#c3c3c3;
border:1px solid #c3c3c3;
font-weight:normal;
font-size:80%;
padding-left:5px;
padding-right:5px;
margin-left:2px;
margin-bottom:-2px;
}

.one-half-row {
width:48%;
margin-bottom:15px;
margin-right:10px;
float:left;
height:70px;
}

.content-module h3 {
font-size:150%;
text-align:center;
margin-top:20px;
margin-bottom:20px;
}

#main .popular-article-list h2 a{
text-decoration:none;
color:#333; 

}

.load-more {
    text-align: center;
    margin-bottom: -30px;
    background: #fff;
    width: 300px;
    padding-right:20px;
    padding-left:20px;
    padding-bottom:8px;
    position:relative;
    left:37%;
}

.load-more a{
text-decoration:none;
}

.load-more a:hover{
text-decoration:underline;
color:#dcdcdc;
}

.affi-text {
display:none;
}

.youtube{
position:relative;
width:100%;
padding-top:56.25%;

}

.youtube iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}

.freebirdFormviewerViewHeaderTitle{
display:none !important;
}

.freebirdFormviewerViewFormBanner {
    height: 150px !important;
}

.yads_ad {
    margin-left: 10px;
    padding: 20px;
}

.yads_ad a {
    color: #ff4b00 !important;
}

.yads_ad_adv {
    font-size: 80%;
    color: #b3b3b3;
}

.yads_ad_desc {
    color: #333;
    font-size: 90%;
}

.yads_ad_info {
    float: right;
    font-size: 80%;
    color: #b3b3b3　!important;
}

.yads_ad_info a span {
    color: #b3b3b3;
}

.home-1st-row-right ul li.current{
border-left: 5px solid #ff4b00;
position:relative;
padding-left:15px;
left:-20px;
}

.x1_articleTitle {
    line-height: 1.6em;
    width: 94%;
    font-size: 90%;
    font-weight: bold;
    color: #333;
    min-height: 75px;
}

.x1_preHeader.x2075541324_preHeader {
    display: none;
}


.btn-link {
width: 100%;
margin: 0 auto;
text-align: center;
padding: 5px;
color: #fff !important;
font-size: 105%;
}

#next-page {
width: 100%;
margin: 0 auto;
text-align: center;
color: #fff !important;
}

#next-page p {
background-color: #ff4b00;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*  PC向け */

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

.left-column {

    width: 70%;
    float: left;
    padding: 15px;
    position: relative;

}

.contents {
width:100%; /* here */
margin: 0 auto;
margin-top:20px;
background:#fff;
}

#home-1st-row{
width:100%; /* here */
margin-bottom:20px;
}

#home-1st-row-left{
float:left;
width:48.5%; /* here */
position:relative;
margin-left:10px;
}

#home-1st-row-right {

    float: right;
    width: 48%;
    margin-left: 0px;

}

.horizontal-img{
float:left;
width:30%; /* here */
}

#home-1st-row h2{
font-size:95%; /* here */
}

.content-module{
width:100%; /* here */
margin: 0 auto;
margin-top:20px;
margin-bottom:20px;
margin-left:10px;
margin-right:10px;
}

.one-quarter-row, .one-quarter-row-1st {
width:23.5%;  /* here */
margin-bottom:15px;
float:left;
margin-right:10px;
min-height: 300px;
}

.one-quarter-row img.affi-img {
    width: inherit;
    text-align: center;
    max-height: 250px;
}

.load-more {
    text-align: center;
    margin-bottom: -30px;
    background: #fff;
    width: 280px;   /* here */
    padding-right:20px;
    padding-left:20px;
    padding-bottom:8px;
    position:relative;
    left:38%;
}

.content-list ul.popular-article-list .one-quarter-row, .content-list ul.popular-article-list .one-quarter-row-1st {
margin-right:0;

}

.content-list ul.popular-article-list li{
width: 33.9%;
margin-bottom: 0px;
float: left;
margin-right: -5px;
min-height: 0px;
}



.content-list ul.popular-article-list li::before {
top:2px;

}

.home-1st-row-right-title {
    margin-bottom: 10px;
    margin-left: 10px;
}


}

/*  タブレット向け */

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

#home-1st-row-left {

    float: left;
    width: 47%;
    position: relative;
    margin-left: 10px;

}

.left-column {

    width: 63%;
    float: left;
    padding: 15px;
    position: relative;

}

.one-quarter-row, .one-quarter-row-1st {

    width: 22.5%;
    margin-bottom: 15px;
    float: left;
    margin-right: 10px;
    min-height: 300px;

}

.one-quarter-row img, .one-quarter-row-1st img {
width: 100%;
max-height: 96px;
max-width: 145px;
}

.contents {

    width: 100%;
    margin: 0 auto;
        margin-top: 0px;
    margin-top: 10px;
    background: #fff;

}

}

/*  タブレット向け */

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

.left-column {
    width: 55%;
    float: left;
    padding: 15px;
    position: relative;

}

.contents {
width:100%; /* here */
margin: 0 auto;
margin-top:20px;
background:#fff;
}

#home-1st-row{
width:100%; /* here */
margin-bottom:20px;
}

#home-1st-row-left{
float:left;
width:47.5%; /* here */
position:relative;
margin-left:10px;
}

#home-1st-row-right{
float:right;
width:49%; /* here */

}

.horizontal-img{
float:left;
width:29%; /* here */
}

#home-1st-row h2{
font-size:95%; /* here */
}

.content-module{
width:100%; /* here */
margin: 0 auto;
margin-top:20px;
margin-bottom:20px;
margin-left:10px;
margin-right:10px;
}

.one-quarter-row, .one-quarter-row-1st {
width:22.5%;  /* here */
margin-bottom:15px;
float:left;
margin-right:10px;
min-height: 320px;
}

.one-quarter-row img, .one-quarter-row-1st img {
width: 100%;
max-height: 69px;
max-width: 103px;
}

.load-more {
    text-align: center;
    margin-bottom: -30px;
    background: #fff;
    width: 220px;   /* here */
    padding-right:20px;
    padding-left:20px;
    padding-bottom:8px;
    position:relative;
    left:35.5%;/* here */
}

.content-list {
    width: auto;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.content-list ul.popular-article-list {
list-style:none;
margin:0;
padding:0;
}

.content-list ul.popular-article-list li{
  position: relative;
  overflow: hidden;
  float:left;
  width:100%;
}

.content-list ul.popular-article-list .one-quarter-row-1st {
width:100%;
border-top:none;
margin-bottom: 0px;
margin-right: 0px;
min-height:20px;
}

.content-list ul.popular-article-list .one-quarter-row {
width:100%;
border-top:none;
margin-bottom: 0px;
margin-right: 0px;
min-height:20px;
}

.content-list ul.popular-article-list .one-quarter-row-1st img{
float:left;
width:50%;
padding-top:0px;
padding-bottom:0px;
}

.content-list ul.popular-article-list .one-quarter-row img{
float:left;
width:50%;
padding-top:0px;
padding-bottom:0px;
}

.content-list ul.popular-article-list li:before{
 	color:#FFF;
    content: counter(ranking, decimal);
    counter-increment: ranking;
    text-align:center;
    opacity:0.999;
    float:left;
    line-height:30px;
    width: 30px;
    height: 30px;
    background-color:#3E454C;
    position: absolute;
    top: 1px;
    left: 0;
    margin-top: 28px;
    margin-left: 0px;
    z-index:10;
 }
 
 .content-list p.pub-date {
    font-size: 80%;
    text-align: left;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}


}




/*  スマホ向け */

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

#main {
width:100%;
background:#f5f5f5;
}

#main a{
text-decoration:none;
}

#main a:hover{
text-decoration:underline;
color:#dcdcdc;
}

#main a:visited{
text-decoration:none;
}

.wrapper {
width:100%;
background:#fff;
margin-bottom:60px;
}

.contents {
width:100%;
margin: 0 auto;
margin-top:0px;
background:#fff;
position: relative;
}

.left-column {
    width: 100%;
    float: left;
    padding: 0px;
    position: relative;
}

#home-1st-row{
width:100%;
margin-bottom:0px;
}

#home-1st-row-left{
width:100%;
padding-bottom:7px;
margin-left:0px;
}

.home-1st-row-left-title {
margin-left:10px;
margin-right:10px;
padding:0;
}


#home-1st-row-left img{
width:100%;
max-width:initial;
max-height:initial;
margin-top: -2px;
}

#home-1st-row-right{
width:95%;
}

#home-1st-row-right img{
width:100%;
max-width:initial;
max-height:initial;
} 

#home-1st-row-right ul li{
list-style:none;
}

.horizontal {
width:100%;
border-top:none;
margin:0;
padding: 0;
padding-top: 10px;
margin-top: -1px;
}

.horizontal-img{
float:left;
width:47%;
margin:0;
padding:0;

}

.horizontal-title{
float:right;
width:95%;
padding-top:0px;
margin-left:0px;
margin-right:0px;
}

#home-1st-row h2{
font-size:100%;
line-height:1.5em;
}

#home-1st-row h2 span{
color:#c3c3c3;
border:1px solid #c3c3c3;
font-weight:normal;
font-size:80%;
padding-left:5px;
padding-right:5px;
}

.contents a:visited{
color:inherit;
}

.contents a.category_market {
text-decoration:none;
border-left: 2px solid red;
padding-left:10px;
font-size:70%;
}

.contents a.category_market:hover {
text-decoration:underline;
color:#dcdcdc;
}

.contents a.category_toushin {
text-decoration:none;
border-left: 2px solid green;
padding-left:10px;
font-size:70%;
}

.contents a.category_toushin:hover{
text-decoration:underline;
color:#dcdcdc;
}

.contents a.category_kabushiki {
text-decoration:none;
border-left: 2px solid blue;
padding-left:10px;
font-size:70%;
}

.contents a.category_kabushiki:hover{
text-decoration:underline;
color:#dcdcdc;
}

.contents a.category_money {
text-decoration:none;
border-left: 2px solid deeppink;
padding-left:10px;
font-size:70%;
}

.contents a.category_money:hover{
text-decoration:underline;
color:#dcdcdc;
}

.contents a.category_business {
text-decoration:none;
border-left: 2px solid deepskyblue;
padding-left:10px;
font-size:70%;
}

.contents a.category_business:hover{
text-decoration:underline;
color:#dcdcdc;
}

.contents a.category_life {
text-decoration:none;
border-left: 2px solid #fe3edc;
padding-left:10px;
font-size:70%;
}

.contents a.category_life:hover{
text-decoration:underline;
color:#dcdcdc;
}

.contents a.category_fx {
text-decoration:none;
border-left: 2px solid #FE9E20;
padding-left:10px;
font-size:70%;
}

.contents a.category_fx:hover{
text-decoration:underline;
color:#dcdcdc;
}

.contents a.category_career {
text-decoration:none;
border-left: 2px solid orange;
padding-left:10px;
font-size:70%;
}

.contents a.category_career:hover{
text-decoration:underline;
color:#dcdcdc;
}

.content-module{
width:100%;
margin: 0 auto;
margin-top:0px;
margin-bottom:10px;
}

.content-module p.error{
  margin-top: 20px;
    text-align: center;
}

.one-quarter-row {
width:100%;
border-top:none;
margin-bottom: 10px;
margin-right: 0px;
min-height:20px;
display: table;
}

.content-list ul.popular-article-list {
list-style:none;
margin:0;
padding:0;
}

.content-list ul.popular-article-list li{
  position: relative;
  overflow: hidden;
  float:left;
  width:100%;
}

.content-list ul.popular-article-list .one-quarter-row {
width:94%;
border-top:none;
margin-bottom: 0px;
margin-right: 0px;
min-height:20px;
}

.content-list .one-quarter-row-1st {
width:94%;
border-top:none;
margin-bottom: 0px;
margin-right: 0px;
min-height:20px;
}

.content-list ul.popular-article-list .one-quarter-row-1st {
width:94%;
border-top:none;
margin-bottom: 0px;
margin-right: 0px;
min-height:20px;
}

.one-quarter-row img, .one-quarter-row-1st img{
float:left;
width:100%;
padding-top:7px;
padding-bottom:7px;
max-width:29.5%;
padding-left:15px;
}

.content-list ul.popular-article-list .one-quarter-row-1st img{
float:left;
width:48%;
padding-top:0px;
padding-bottom:0px;
}

.content-list ul.popular-article-list .one-quarter-row img{
float:left;
width:48%;
padding-top:0px;
padding-bottom:0px;
}



.content-list ul.popular-article-list li:before{
 	color:#FFF;
    content: counter(ranking, decimal);
    counter-increment: ranking;
    text-align:center;
    opacity:0.999;
    float:left;
    line-height:30px;
    width: 30px;
    height: 30px;
    background-color:#3E454C;
    position: absolute;
    top: 5px;
    left: 15px;
    margin-top: 31px;
    margin-left: 0px;
    z-index:10;
 }
 
.one-quarter-row-title {
float:right;
width:59%;
padding-top:5px;
padding-bottom:5px;
margin-left:10px;
margin-right:15px;
}

.one-quarter-row h2, .one-quarter-row-1st h2{
font-size:100%;
line-height: 1.5em;
}

.one-quarter-row h2 span{
color:#c3c3c3;
border:1px solid #c3c3c3;
font-weight:normal;
font-size:80%;
padding-left:5px;
padding-right:5px;
margin-left:2px;
margin-bottom:-2px;
}

.content-module h3 {
font-size:150%;
text-align:center;
margin-top:20px;
margin-bottom:20px;
}

.one-half-row {
    width: 95%;
    margin-bottom: 10px;
    margin-right: 10px;
    float: none;
    height: auto;
}


.load-more {
font-size:90%;
text-align: center;
margin-bottom: -30px;
background: #fff;
width:40%;
margin:0 auto;
padding-right:20px;
padding-left:20px;
padding-bottom:8px;
position:absolute;
right:0;
left:0;
}

.load-more a{
font-size:90%;
text-decoration:none;
}

.load-more a:hover{
font-size:90%;
text-decoration:underline;
color:#dcdcdc;
}

.one-quarter-row-affi-img {
display: table;
text-align: center;
width: 100% !imporatant;
margin: 0 auto;
max-width: 300px !imporatant;
margin-top: 10px;
}

.one-quarter-row img.affi-img{
text-align: center;
display: table-cell;
padding: 10px;
width: auto;
margin: 0;
vertical-align: middle;
}

.affi-text {
width:100%;
background:#f5f5f5;
display:block;
margin-bottom:-50px;
}

.affi-text ul{
margin-top:50px;
padding:10px;
}

.affi-text ul li{
margin-bottom:10px;
}

}

/*  スマホ 低解像度 */

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

.horizontal-img{
float:left;
width:46%;
margin:0;
padding:0;

}

.horizontal-title{
float:right;
width:90%;
padding-top:10px;
margin-left:10px;
margin-right:10px;
}

#home-1st-row h2 {
    font-size: 80%;
    line-height: 1.5em;

}

.one-quarter-row h2, .one-quarter-row-1st h2 {
    font-size: 100%;
    line-height: 1.5em;
}

.one-quarter-row img, .one-quarter-row-1st img{
float:left;
width:46%;
padding-top:7px;
padding-bottom:7px;
}

.one-quarter-row h2, .one-quarter-row-1st h2 {
    font-size: 70%;
    line-height: 1.8em;

}

.one-quarter-row-title {
    float: right;
    width: 56%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 10px;
    margin-right: 15px;
}

one-quarter-row h2, .one-quarter-row-1st h2 {
    font-size: 80%;
    line-height: 1.5em;
}

.horizontal-title h2{
    font-size: 80%;
    line-height: 1.5em;
}

}




/* -----------------------------------------------------------
著者ページ
------------------------------------------------------------*/

div#author-top {
width: 1280px;
font-size:100%;
margin-top: 20px;
margin-bottom: 20px;
}

#author-top .author-area-text{
width: 80%;
float:right;
vertical-align: middle;
}

#author-top .author-area-text ul{
width: auto;
padding:0;
margin:0;
text-align:left;
margin-top:20px;
margin-bottom:20px;
}

#author-top .author-area-text ul li{
list-style:none;
margin-right:10px;
line-height:1.6em;
}

#author-top .author-area-text ul li.author-name{
list-style:none;
margin-right: 20px;
font-size:120%;
}

#author-top .author-area-text ul li.author-company{
list-style:none;
margin:0;
font-size:110%;
}

#author-top .author-area-text ul li.author-title{
list-style:none;
margin:0;
font-size:110%;
}

#author-top .author-area-img {
width:20%;
float:left;
}

#author-top  .author-area-img img.round100 {
  width: 100px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border:1px solid #cdcdcd;
}

#author-top .author-area-img img.round200 {
  width: 200px;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
    border:1px solid #cdcdcd
}

#author-top .author-area-text a {
  color: #ff4b00;
  padding-left:4px;
  padding-tight:4px;
}


/*  PC向け */

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

div#author-top {
width: 100%;
font-size:100%;
margin-top: 20px;
margin-bottom: 20px;
}

#author-top .author-area-text {
width: 70%;
    float: left;
    vertical-align: middle;
    margin-left: 15px;
  }

#author-top .author-area-img {
    width: 20%;
    float: left;
    margin-left: 15px;
}


}

/*  タブレット向け */

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

div#author-top {
width: 100%;
font-size:100%;
margin-top: 20px;
margin-bottom: 20px;
}

#author-top .author-area-text{
width: 100%;
vertical-align: middle;
margin: 0 auto;
}

#author-top .author-area-text p {
    width: 95%;
    margin: 0 auto;
}

#author-top .author-area-text ul{
width: auto;
padding:0;
margin:0;
text-align:center;
margin-top:20px;
margin-bottom:20px;
}

#author-top .author-area-text ul li{
list-style:none;
margin-right:10px;
line-height:1.6em;
}

#author-top .author-area-text ul li.author-name{
list-style:none;
margin-right: 20px;
font-size:120%;
}

#author-top .author-area-text ul li.author-company{
list-style:none;
margin:0;
font-size:110%;
}

#author-top .author-area-text ul li.author-title{
list-style:none;
margin:0;
font-size:110%;
}

#author-top .author-area-img {
width:100%;
text-align:center;
margin: 0 auto;
}



}

/*  スマホ向け */

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

div#author-top {
width: 100%;
font-size:100%;
margin-top: 20px;
margin-bottom: 20px;
}

#author-top .author-area-text{
width: 100%;
vertical-align: middle;
}

#author-top .author-area-text p{
width: 95%;
margin:0 auto;
}

#author-top .author-area-text ul{
width: auto;
padding:0;
margin:0;
text-align:center;
margin-top:20px;
margin-bottom:20px;
}

#author-top .author-area-text ul li{
list-style:none;
margin-right:10px;
line-height:1.6em;
}

#author-top .author-area-text ul li.author-name{
list-style:none;
margin-right: 0px;
font-size:110%;
}

#author-top .author-area-text ul li.author-company{
list-style:none;
margin:0;
font-size:110%;
}

#author-top .author-area-text ul li.author-title{
list-style:none;
margin:0;
font-size:110%;
}

#author-top .author-area-img {
width:100%;
text-align:center;
margin: 0 auto;
}

#author-top  .author-area-img img.round100 {
  width: 100px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border:1px solid #cdcdcd;
}

#author-top .author-area-img img.round200 {
  width: 200px;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
    border:1px solid #cdcdcd
}

}


/* -----------------------------------------------------------
記事 左カラム
------------------------------------------------------------*/

.article-body {
width: 68%;
float:left;
padding:15px;
  position: relative;
}

.article-body.sys {
  max-width:870px;
}

.article-body p{
font-size: 16px;
width:auto;
line-height:1.7em;
margin-bottom:20px;
}

.article-body h1{
font-size:150%;
margin-bottom:10px;
color:#333;
line-height:1.4em;
}

.article-body h1 .pr{
color:#c3c3c3;
border:1px solid #c3c3c3;
font-weight:normal;
font-size:75%;
margin-left:10px;
vertical-align:top;
padding-left:5px;
padding-right:5px;
}

.article-body .c-sub-headline {
display: block;
font-size:22px;
border-bottom:1px solid #cdcdcd;
padding:0 0 5px 0;
margin:10px 0 10px;
line-height:1.4em;
}

.article-body h2{
font-size:130%;
margin-bottom:10px;
border-bottom:none;
border-left:none;
padding-left:0px;
margin-top:20px;
margin-bottom:10px;
padding-bottom:5px;
}

.article-body h3{
font-size:120%;
border-left:5px solid #ff4b00;
padding-left:10px;
margin-top:20px;
margin-bottom:20px;
}

.article-body h5{
font-size:110%;
padding-left:0px;
margin-top:20px;
margin-bottom:20px;
}

.article-body ul.content-meta {
margin-left:0px;
}

.article-body ul.content-meta li{
list-style:none;
float:left;
margin-bottom:0px;
font-size:80%;
margin-right:10px;
}

.article-body .main-img{
margin:0 auto;
text-align:center;
width:100%;
}

.article-body img.content-main-img{
width:80%;
margin-top:10px;
margin-bottom:10px;
}

.article-body .figure-center{
  margin: 0 auto;
  text-align:center;
}

.article-body .figure-center img{
width:80% !important;
}

.article-body .figure-right{
  width: 100% !important;
  text-align:center;

}

.article-body .figure-left{
 text-align:left;
}



.article-body ul.three-points li{
list-style:none;
margin-bottom:10px;
font-size:100%;
margin-right:10px;
}
.article-body video {
  width: 100%;
  clear: both
}

.article-body .video-container {
  background: #ccc;
  position: relative;
  clear: both;
  width: 80%;
  margin: 0 auto 1em;
}

.article-body .video-container:before {
  content: "";
  display: block;
  padding-top: 56.25%
}

.article-body .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-body .ext-container {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80%;
  margin: 0 auto 1em;
}

.article-body .ext-container .instagram-media {
  background: #ccc;
  margin-bottom: 1em;
  position: relative;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: inherit;
  line-height: inherit
}

.article-body .ext-container .instagram-media:before {
  content: "";
  display: block;
  padding-top: 70%;
  position: static
}

.article-body .ext-container .instagram-media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.article-body .twitter-tweet {
  background: #ccc;
  padding: 0;
  border: none;
  border-radius: 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 1em;
  position: relative;
  font-size: inherit;
  line-height: inherit;
  clear: both
}

.article-body .twitter-tweet:before {
  content: "";
  display: block;
  padding-top: 70%;
  position: static
}

.article-body .twitter-tweet iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

#main .article-body p a {
color:#ff4b00;
}

#main .article-body li a {
color:#ff4b00;
}

/* photo start */

#main .article-body ul.photo_navi {
  margin: 0 auto;
  text-align:center;
  display: table;
  margin-bottom:10px;
}

#main .article-body ul.photo_navi li{
  float: left;
  font-size:90%;
  list-style:none;
  margin-right:20px;
}

#thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

#thumbs .swiper-slide {
  width: 20%;
  height: 100%;
  opacity: 0.2;
  cursor: pointer;
}

#thumbs .swiper-slide-active {
  opacity: 1;
}

.swiper-container .swiper-slide img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.swiper-pagination{
  position:relative !important;
  margin-top:10px;
}

.photo-btn {
  margin: 20px 0 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .photo-btn {
    margin: 10px 0 30px;
    padding: 0 20px;
  }
}
.photo-btn > a {
  background: #ff4b00;
  border: 2px solid #ff4b00;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: auto;
  padding: 10px 50px;
  position: relative;
  max-width: 400px;
  background-size: 0;
}
.photo-btn > a:hover {
text-decoration: underline;
}
.photo-btn > a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20102.99%20135.21%22%20style%3D%22fill%3A%20%23fff%3B%22%3E%3Ctitle%3E%E3%82%A2%E3%82%BB%E3%83%83%E3%83%88%2031%3C%2Ftitle%3E%3Cpath%20d%3D%22M47.89%2C0H5V15.55H47.89v0a39.53%2C39.53%2C0%2C0%2C1%2C0%2C79.06H29.69l14.05-14-11-11L0%2C102.36l.05%2C0%2C0%2C0%2C32.75%2C32.75%2C11-11-14-14h18.2A55.1%2C55.1%2C0%2C1%2C0%2C47.89%2C0Z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 13px 17px;
  background-repeat: no-repeat;
  height: 17px;
  right: 20px;
  width: 13px;
}
#main .photo-btn > a {
  color: #fff;
}
/* photo end */


.article-body a.read-more {
display:none;
}

.article-body span.red{
  color:red;
}

.article-body span.blue{
  color:blue;
}

.article-body p.caption{
  font-size:80%;
  text-align:center;
}

.article-body p.caption-reference{
  font-size:80%;
  text-align:right;
  margin-bottom:10px;
}

.article-body p.upper-caption{
  font-size:90%;
  text-align:left;
  margin-top:10px;
  margin-bottom:10px;
}

.article-body p.lower-caption{
  font-size:90%;
  text-align:left;
  margin-bottom:10px;
}

.article-body p.highlight{
  color:  #fff;
  padding: 5px;
  background-color:#ff4b00;
  margin-top:20px;
  margin-bottom:20px;
}

.article-body blockquote{
  margin-left:0px;
  border:1px solid #ff4b00 ;
  padding:10px;
  font-size:90%;
}

.article-body blockquote p{
  margin-bottom:0px;
}

.article-body ol, .article-body ul{
  margin-left:10px;
  margin-top:10px;
  margin-bottom:10px;
  margin-left:20px;
  line-height:1.7em;
}

.article-body table{
width:100%;
margin-top:10px;
margin-bottom:10px;
font-size:95%;
}

.article-body table.sp-optimization{
font-size:90%;
text-align:right;
}

.article-body table.sp-optimization th{
text-align:center;
}

.article-body th{
padding:3px;
border:1px solid #cdcdcd;
}

.article-body td{
padding:3px;
border:1px solid #cdcdcd;
}

.article-body sup {
    vertical-align: super;
    font-size: 90%;
    padding-left:5px;
}

.article-body sub {
    font-size: 90%;
    vertical-align: sub;
    padding-left:5px;
}

.article-body .content-pager {
  width:100%;
  margin: 0 auto;
  margin-top:20px;
  margin-bottom:20px;
}

.article-body .content-pager ul.pager-list {
text-align: center;
margin: 0 auto;
display: table;

}

.article-body ul.pager-list li{
  list-style:none;
  float:left;
  padding:3px;
  background-color:#333;
  margin-right:10px;
}

.article-body ul.pager-list li.current-page {
  background-color:#ff4b00;
}

.article-body ul.pager-list li a{
  display:block;
  padding:3px;
  color:#fff !important;
}

.article-body .content-pager ul.pager-list li a:visited{
  color:#fff !important;
}

.article-body .affi-text {
width:100%;
background:#f5f5f5;
display:block;
margin-top:20px;
margin-bottom:20px;
font-size:90%;
}

.article-body .affi-text ul{
padding:10px;
margin:0;
margin-left:20px;
list-style:none;
width:auto;
}

.win .article-body .affi-text ul{
padding:10px;
margin:0;
margin-left:20px;
list-style:none;
width:auto;
font-family: Meiryo !important;
}

.article-body .affi-text ul li{
margin-top:5px;
margin-bottom:5px;
}

.article-body .affi-dfp-text {
width:100%;
background:#f5f5f5;
display:block;
margin-top:10px;
margin-bottom:20px;
font-size:90%;
}

.article-body .affi-dfp-text ul{
padding:10px;
margin:0;
margin-left:20px;
list-style:none;
width:auto;
}

.article-body .affi-dfp-text ul li{
margin-top:5px;
margin-bottom:5px;
}

.reference-articles {
  display:none;
}

.content-list{
width:auto;
margin: 0 auto;
margin-top:20px;
margin-bottom:20px;
}

.content-list .one-quarter-row, .content-list .one-quarter-row-1st {
width:23.27%;
margin-bottom:15px;
float:left;
margin-right:15px;
min-height: 270px;
}

.content-list .one-quarter-row img, .content-list .one-quarter-row-1st img{
width:100%;
max-height: 116px;
max-width: 203px;
}

.content-list .one-quarter-row h2, .content-list .one-quarter-row-1st h2 {
font-size:90%;
border:none;
padding:0;
margin:0;
line-height:1.6em;
}

.content-list p.pub-date{
font-size:75%;
margin:0;
}

.related-content-list{
width:auto;
margin: 0 auto;
margin-top:20px;
margin-bottom:20px;
}

.related-content-list .one-quarter-row, .related-content-list .one-quarter-row-1st {
width:23.27%;
margin-bottom:15px;
float:left;
margin-right:15px;
min-height: 200px;
}

.related-content-list .one-quarter-row img, .related-content-list .one-quarter-row-1st img{
width:100%;
max-height: 116px;
max-width: 202px;
}

.related-content-list .one-quarter-row h2, .related-content-list .one-quarter-row-1st h2 {
font-size:80%;
border:none;
padding:0;
margin:0;
line-height:1.6em;
}

.article-body .author-area{
width: 100%;
font-size:90%;
margin-top: 20px;
margin-bottom: 20px;
}

.article-body .author-area .author-area-headline{
font-size: 18px;
margin: 0 0 16px 20px;
}

.article-body .author-area .author-area-img {
width:10%;
float:left;
}

.article-body .author-area .author-area-img img.round100 {
  width: 100px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border:1px solid #cdcdcd;
}

.article-body .author-area .author-area-img img.round200 {
  width: 200px;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
    border:1px solid #cdcdcd
}

.article-body .author-area .author-area-text{
width: 85%;
float:right;
}

.article-body .author-area .author-area-text ul{
width: auto;
padding:0;
margin:0;
text-align:center;
}

.article-body .author-area .author-area-text ul li{
float:left;
list-style:none;
margin-right:10px;
}

.article-body .author-area .author-area-text ul li.author-name{
list-style:none;
margin-right: 20px;
}

.article-body .author-area .author-area-text ul li.author-company{
list-style:none;
margin:0;
}

.article-body .author-area .author-area-text ul li.author-title{
list-style:none;
margin:0;
}

.article-body .author-area .author-area-text ul.content-meta li {
font-size:100%;
}

.article-body .disclaimer {
  margin-top: 20px;
  margin-bottom:20px;
}

.article-body .disclaimer p{
  font-size:90%;
}

#main .popular-article-list h2 a:hover{
text-decoration:underline;
color:#dcdcdc;
}

#main .popular-article-list h2 a:visited{
text-decoration:none;
}

#main .popular-article-list li a{
text-decoration:none;
color:#333; 

}

#main .popular-article-list li a:hover{
text-decoration:underline;
color:#dcdcdc;
}

#main .popular-article-list li a:visited{
text-decoration:none;
}

#sp-search-box {
  display:none;
}

#main .vertical-sns-button {
    position: fixed;
    width: 65px;
    height: 350px;
    background-color: #e9e9e9;
    margin-left: -105px;
    padding-top: 10px;
    z-index: 999;
    margin-top: 10px;
}

#main .vertical-sns-button .item {
    width: 65px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center 5px;
    background-size: 42px;
}

#main .vertical-sns-button .item a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    border: none;
}

#main .vertical-sns-button .item a span {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
}

#main .vertical-sns-button .item.fb {
    background-image: url(/common/images/limo/fb.png);
}

#main .vertical-sns-button .item.fb a span {
    color: #3B5998;
}

#main .vertical-sns-button .item.tw a span {
    color: #55acee;
}

#main .vertical-sns-button .item.hatena a span {
    color: #00a4de;
}

#main .vertical-sns-button .item.copy a span {
    color: #282828;
    font-size: 11px;
}

#main .vertical-sns-button .item.tw {
    background-image: url(/common/images/limo/tw.png);
}

#main .vertical-sns-button .item.line {
    background-image: url(/common/images/limo/line.png);
}

#main .vertical-sns-button .item.hatena {
    background-image: url(/common/images/limo/hatena.png);
}

#main .vertical-sns-button .item.copy {
    background-image: url(/common/images/limo/copy.png);
}

#main .social-button {
  margin-top:20px;
  margin-bottom:20px;
}

#main .social-button ul.web-logo-font {
  padding: 0;
  font-family: sans-serif;
  width:100%;
  margin: 0 auto
}

#main .social-button ul.web-logo-font li {
  float: left;
  list-style-type: none;
  margin-right: 0px;
  padding-right: 0px;
  color:#fff;
  width:14.28%;
}

#main .social-button ul.web-logo-font li a{
  font-size: 150%;
  display: block;
  text-decoration: none;
  color: #fff;
  height:30px;
  text-align:center;
  padding-top:7px;
  
}

#main .social-button ul.web-logo-font li a:hover{
  opacity: 0.6;
  text-decoration: none;
}

#main .social-button span.social-count {
font-size:60%;
margin-left:5px;
}

#main .social-button ul.web-logo-font a.twitter-btn-icon-link{
  background-color: #55ACEE;
}

#main .social-button ul.web-logo-font a.facebook-btn-icon-link{
  background-color:#3C5A99;
}

#main .social-button ul.web-logo-font a.google-plus-btn-icon-link{
  background-color:#DD4B39;
}

#main .social-button ul.web-logo-font a.hatena-btn-icon-link{
  background-color:#3C7DD1;
}

#main .social-button ul.web-logo-font a.pocket-btn-icon-link{
  background-color:#EE4257;
}

#main .social-button ul.web-logo-font a.line-btn-icon-link{
  background-color:#00C300;
}

#main .social-button ul.web-logo-font a.evernote-btn-icon-link{
  background-color:#79bd28;
}

#main .social-button ul.web-logo-font a.feedly-btn-icon-link{
  background-color:#2BB24C
}
/*article-sns */
.article-sns {
  margin: 10px 0 15px;
}
.article-sns__list {
  display: flex;
  justify-content: center;
}
.article-sns__item {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 35px;
}
.article-sns__item a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  border: none;
}
.article-sns__item a span {
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
}

.article-sns__item.fb {
  background-image: url(/common/images/limo/fb.png);
}

.article-sns__item.fb a span {
  color: #3B5998;
}

.article-sns__item.tw a span {
  color: #55acee;
}

.article-sns__item.hatena a span {
  color: #00a4de;
}

.article-sns__item.copy a span {
  color: #282828;
  font-size: 10px;
}

.article-sns__item.tw {
  background-image: url(/common/images/limo/tw.png);
}

.article-sns__item.line {
  background-image: url(/common/images/limo/line.png);
}

.article-sns__item.hatena {
  background-image: url(/common/images/limo/hatena.png);
}

.article-sns__item.copy {
  background-image: url(/common/images/limo/copy.png);
}

#div-gpt-ad-1471223416870-0 > div > iframe,
#div-gpt-ad-1471223416870-1 > div > iframe,
#div-gpt-ad-1471223416870-2 > div > iframe,
#div-gpt-ad-1471223416870-3 > div > iframe,
#div-gpt-ad-1462787100621-1 > div > iframe,
#div-gpt-ad-1462787100621-2 > div > iframe,
#div-gpt-ad-1462787100621-3 > div > iframe,
#div-gpt-ad-1469590312926-0 > div > iframe,
#div-gpt-ad-1469590312926-1 > div > iframe,
#div-gpt-ad-1469590312926-2 > div > iframe,
#div-gpt-ad-text1 > div > iframe,
#div-gpt-ad-text2 > div > iframe {
width: 100% ! important;
}

#div-gpt-ad-1471223416870-0 > div,
#div-gpt-ad-1471223416870-1 > div,
#div-gpt-ad-1471223416870-2 > div,
#div-gpt-ad-1471223416870-3 > div,
#div-gpt-ad-1462787100621-1 > div, 
#div-gpt-ad-1462787100621-2 > div, 
#div-gpt-ad-1462787100621-3 > div, 
#div-gpt-ad-1469590312926-0 > div,
#div-gpt-ad-1469590312926-1 > div,
#div-gpt-ad-1469590312926-2 > div,
#div-gpt-ad-text1 > div,
#div-gpt-ad-text2 > div {
width: 100% ! important;
}

.x_articleTitle {
    line-height: 1.6em;
    width: 94%;
    font-size: 80%;
    font-weight: bold;
    margin-top: 10px;
}

li.x_articleArea a:hover {
    background: none;
}

.x_siteTitle2 {
    color: #c3c3c3;
    border: 1px solid #c3c3c3;
    font-weight: normal;
    width: 60px;
    font-size: 10px;
    vertical-align: baseline !important;
    margin: 0 0 0 0;
    padding: 0 5px;
    line-height: normal;
    text-align: center;
    margin-left: 5px !important;
}

.affi-dfp-img{
display:none;
}

.rh010 {
    font-size: 21px !important;
}

ins {
background-color:transparent !important;
}

.article-body .affi-ga {
width:100%;
background:#fff;
display:block;
margin-top:20px;
margin-bottom:10px;
text-align:center;
padding-top:20px;
padding-bottom:10px;
}

.article-body .ga-left{
float:left;
width:45%;
}

.article-body .ga-right{
float:right;
width:45%;
}

.article-body .ga-left h3{
display:none;
}

.rh20 {
font-size: 12px !important;
}

/*  PC向け */

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

#div-gpt-ad-1471223416870-0 > div > iframe,
#div-gpt-ad-1471223416870-1 > div > iframe,
#div-gpt-ad-1471223416870-2 > div > iframe,
#div-gpt-ad-1471223416870-3 > div > iframe,
#div-gpt-ad-1462787100621-1 > div > iframe,
#div-gpt-ad-1462787100621-2 > div > iframe,
#div-gpt-ad-1462787100621-3 > div > iframe,
#div-gpt-ad-1469590312926-0 > div > iframe,
#div-gpt-ad-1469590312926-1 > div > iframe,
#div-gpt-ad-1469590312926-2 > div > iframe,
#div-gpt-ad-text1 > div > iframe,
#div-gpt-ad-text2 > div > iframe {
height: 35px ! important;
width: auto;

}

.article-body {
width: 67%; /* here */
float:left;
padding:15px;
position: relative;
padding-top:0px;
}

.content-list{
width:auto;
margin: 0 auto;
margin-top:20px;
margin-bottom:20px;
}

.content-list .one-quarter-row, .content-list .one-quarter-row-1st {
width:23%;
margin-bottom:15px;
float:left;
margin-right:15px;
min-height: 250px;
}

.content-list .one-quarter-row img, .content-list .one-quarter-row-1st img{
width:100%;
max-height:109px;
max-width:190px;
}

.content-list .one-quarter-row h2, .content-list .one-quarter-row-1st h2 {
font-size:80%;
border:none;
padding:0;
margin:0;
line-height:1.6em;
}

.content-list p.pub-date{
font-size:80%;
margin:0;
}

.related-content-list .one-quarter-row, .related-content-list .one-quarter-row-1st {
    width: 22.5%;
    margin-bottom: 15px;
    float: left;
    margin-right: 15px;
    min-height: 200px;
}

.article-body .author-area .author-area-img {
    width: 10%;
    float: left;
    margin-right: 20px;
}

.article-body .author-area .author-area-text {
    width: 80%;
    float: left;
    margin-left: 30px;
}


#main .vertical-sns-button {
    width: 100%;
    height: 50px;
    background-color: #e9e9e9;
    margin-left: -15px;
    padding-top: 0px;
    z-index: 999;
    position: fixed;
    bottom: 0;
}

#main .vertical-sns-button .sns-button-list{
margin:0 auto;
width:40%;
}

#main .vertical-sns-button .item {
    float:left;
    width: 80px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center 5px;
    background-size: 30px;
 
}

#main .vertical-sns-button .item a {
    display: block;
    text-align: center;
    position: relative;
    border: none;
}

#main .vertical-sns-button .item a span {
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
}

}

/*  タブレット向け */

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

.article-body {

    width: 62%;
    float: left;
    padding: 15px;
    padding-top: 15px;
    position: relative;
    padding-top: 0px;

}

.content-list .one-quarter-row, .content-list .one-quarter-row-1st {
width:22.5%;
margin-bottom:15px;
float:left;
margin-right:15px;
min-height: 270px;
}

.content-list p.pub-date {

    font-size: 70%;
    margin: 0;

}

#main .vertical-sns-button {
    width: 100%;
    height: 50px;
    background-color: #e9e9e9;
    margin-left: -15px;
    padding-top: 0px;
    z-index: 999;
    position: fixed;
    bottom: 0;
}

#main .vertical-sns-button .sns-button-list{
margin:0 auto;
width:40%;
}

#main .vertical-sns-button .item {
    float:left;
    width: 80px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center 5px;
    background-size: 30px;
 
}

#main .vertical-sns-button .item a {
    display: block;
    text-align: center;
    position: relative;
    border: none;
}

#main .vertical-sns-button .item a span {
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
}

}

/*  タブレット向け */

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

#div-gpt-ad-1471223416870-0 > div > iframe,
#div-gpt-ad-1471223416870-1 > div > iframe,
#div-gpt-ad-1471223416870-2 > div > iframe,
#div-gpt-ad-1471223416870-3 > div > iframe,
#div-gpt-ad-1462787100621-1 > div > iframe,
#div-gpt-ad-1462787100621-2 > div > iframe,
#div-gpt-ad-1462787100621-3 > div > iframe,
#div-gpt-ad-1469590312926-0 > div > iframe,
#div-gpt-ad-1469590312926-1 > div > iframe,
#div-gpt-ad-1469590312926-2 > div > iframe,
#div-gpt-ad-text1 > div > iframe,
#div-gpt-ad-text2 > div > iframe {
height: 50px ! important;
width: 100% ! important;

}

#div-gpt-ad-1471223416870-0,
#div-gpt-ad-1471223416870-1,
#div-gpt-ad-1471223416870-2,
#div-gpt-ad-1471223416870-3,
#div-gpt-ad-1462787100621-1,
#div-gpt-ad-1462787100621-2,
#div-gpt-ad-1462787100621-3,
#div-gpt-ad-1469590312926-0,
#div-gpt-ad-1469590312926-1,
#div-gpt-ad-1469590312926-2,
#div-gpt-ad-text1,
#div-gpt-ad-text2 {
margin-top: 10px;
}

.article-body {
width: 50%; 
float:left;
padding:15px;
position: relative;
padding-top:0px;
}

.article-body table.sp-optimization{
width:98%;
font-size:80%;
}

.content-list .one-quarter-row {  
width: 100%;
margin:0;
border-top: 1px solid #dcdcdc;
padding-top: 7px;
padding-bottom: 7px;
min-height: inherit;
}

.content-list .one-quarter-row-1st {  
width: 100%;
margin:0;
padding-top: 7px;
padding-bottom: 7px;
min-height: inherit;
}

.content-list .one-quarter-row img, .content-list .one-quarter-row-1st img{ 
float: left;
width: 50%;
margin: 0;
padding: 0;
max-height: inherit;
max-width: inherit;
}

.content-list .one-quarter-row-title {  
float:right;
width: 44%;
padding-top: 10px;
margin-left: 10px;
margin-right: 10px;
}

.content-list .one-quarter-row h2, .content-list .one-quarter-row-1st h2 {  
font-size:80%;
border:none;
padding:0;
margin:0;
line-height:1.6em;
}

.content-list p.pub-date {  
    font-size: 80%;
    text-align: left;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.related-content-list{
width:auto;
margin: 0 auto;
margin-top:20px;
margin-bottom:20px;
}

.related-content-list .one-quarter-row, .related-content-list .one-quarter-row-1st {
width:46%; 
margin-bottom:15px;
float:left;
margin-right:15px;
min-height: 220px;
}

.related-content-list .one-quarter-row img, .related-content-list .one-quarter-row-1st img{
width:100%;
max-height: 116px;
max-width: 202px;
}

.related-content-list .one-quarter-row h2, .related-content-list .one-quarter-row-1st h2 {
font-size:80%;
border:none;
padding:0;
margin:0;
line-height:1.6em;
}

.article-body .author-area{
width: 100%;
font-size:90%;
margin-top: 20px;
margin-bottom: 20px;
}

.article-body .author-area .author-area-headline {
  margin: 0 auto 16px;
  text-align: center;
}
.article-body .author-area .author-area-img {
width: 100%;
    /* float: left; */
margin: 0 auto;
text-align: center;
}

.article-body .author-area .author-area-text ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

.article-body .author-area .author-area-text li {
    width: 100%;
    clear: both;
    /* margin-left: 30px; */
}

.article-body .author-area .author-area-text {
    width: 100%;
    float: left;
    margin-left: 0px;
}

.article-body .disclaimer {
  margin-top: 20px;
  margin-bottom:20px;
}


.article-body .disclaimer p{
  font-size:90%;
}

.article-body .figure-center{
  width: 100% !important;

}

.article-body .figure-center img{
  width: 100% !important;

}

.article-body .video-container {
  width: 100%;
}
.article-body .ext-container {
  width: 100%;
}

#sp-search-box {
display: block;
width: auto;
padding: 0;
font-size: 110%;
margin-bottom: 20px;
margin-top: 0px;
padding-top: 0px;
}

#sp-search-box #sp-searchform {  
    position: relative;   
}  

#sp-search-box #sp-keywords {  
    width: 91%;  
    height: 30px;  
    background: #f5f5f5;  
    border: none;  
    padding: 4px;  
    color: #333;  
}  

#sp-search-box i{
  float:right;
  position:absolute;
  right:-4px;
  margin-left:0px;
  margin-top:8px;
  font-size:100%;
}

.article-body a.read-more {
  display:block;
  width:95%;
  text-align:center;
  background-color:#ff4b00;
  padding:5px;
  margin:5px;
  color:#fff !important;
}

/*  ga */

.article-body .affi-ga{
  margin:0;
  padding:0;
  padding-top:15px;
  padding-bottom:15px;
}

.article-body .ga-left{
  width:100%;
  margin:0px;
    padding: 0px;
    background: #f5f5f5;
    text-align: center;
}

.article-body .ga-right{
display:none;
}

.article-body .ga-left h3{
display:visible;
border:none;
font-size: 110%;
margin: 0px;
padding-bottom:15px;
}

/*  ga */


}

/*  スマホ向け */

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

.article-body {
width: 100%;
padding:0px;
 position:relative;
}

.article-body p{
font-size: 100%;
width:auto;
line-height:1.8em;
margin-left: 15px;
margin-right: 15px;
}

.article-body h1{
font-size:120%;
color:#333;
padding-top: 10px;
margin-left: 15px;
margin-right: 15px;
margin-top:0px;
margin-bottom:0px;
}

.article-body .c-sub-headline {
  display: block;
  font-size:18px;
  border-bottom:1px solid #cdcdcd;
  padding:0 0 5px 0;
  margin:10px 0 20px;
}

#main .vertical-sns-button {
    width: 100%;
    height: 50px;
    background-color: #e9e9e9;
    margin-left: 0px;
    padding-top: 0px;
    z-index: 999;
    position: fixed;
    bottom: 0;
}

#main .vertical-sns-button .sns-button-list{
margin:0 auto;
width:80%;
}

#main .vertical-sns-button .item {
    float:left;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center 5px;
    background-size: 30px;
 
}

#main .vertical-sns-button .item a {
    display: block;
    text-align: center;
    position: relative;
    border: none;
}

#main .vertical-sns-button .item a span {
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
}

.article-sns {
  margin: 10px 15px 5px;
}
.article-sns__list {
  display: flex;
  justify-content: center;
}
.article-sns__item {
  width: 55px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center 0px;
  background-size: 28px;
}
.article-body h2{
font-size:110%;
margin-bottom:10px;
border-bottom:none;
border-left:none;
padding-left:0px;
padding-bottom:5px;
margin-top:20px;
margin-bottom:20px;
margin-left: 15px;
margin-right: 15px;
}

.article-body h3{
font-size:100%;
border-left:5px solid #ff4b00;
padding-left:10px;
margin-top:20px;
margin-bottom:20px;
margin-left: 15px;
margin-right: 15px;
}

.article-body h4.xlift {
    border: none !important;
    font-size: 110% !important;
    text-align: center;
}

.article-body h5{
font-size:110%;
padding-left:15px;
margin-top:20px;
margin-bottom:20px;
}

.article-body ul.content-meta {
margin-left:15px;
width:90%;
line-height: 1.2em;
margin-top: 0px;
margin-bottom: 0;
}

.article-body ul.content-meta li{
list-style:none;
float:left;
margin-bottom:5px;
font-size:80%;
margin-right:10px;

}

.article-body img.content-main-img{
width:100%;
margin-top:10px;
margin-bottom:10px;
}


.article-body ul.three-points li{
list-style:none;
margin-bottom:10px;
font-size:100%;
margin-right:10px;
}

.article-body a.read-more {
  display:block;
  width:90%;
  text-align:center;
  background-color:#ff4b00;
  padding:5px;
  margin:5px;
  color:#fff !important;
  margin: 0 auto;
}

.article-body a.read-more {
  display:block;
}

div.first-hide {
display:none;
}

.article-body span.red{
  color:red;
}

.article-body span.blue{
  color:blue;
}

.article-body p.caption{
  font-size:90%;
  text-align:center;
}

.article-body p.highlight{
  color:  #fff;
  padding: 5px;
  background-color:#ff4b00;
  margin-top:20px;
  margin-bottom:20px;
}

.article-body blockquote{
  margin-left:0px;
  border:1px solid #ff4b00 ;
  padding:10px;
  font-size:90%;
  margin-left: 15px;
  margin-right: 15px;
}

.article-body blockquote p{
  margin-bottom:0px;
}

.article-body ol, .article-body ul{
  margin-left:30px;
  margin-top:10px;
  margin-bottom:10px;
  margin-right:10px;
}

.article-body table.sp-optimization{
width:95%;
margin-top:10px;
margin-bottom:10px;
margin-right:10px;
margin-left:10px;
font-size:70%;
}

.article-body th{
padding:3px;
border:1px solid #cdcdcd;
}

.article-body td{
padding:3px;
border:1px solid #cdcdcd;
}

.article-body .content-pager {
width:75%;
margin: 0 auto;
margin-top:20px;
margin-bottom:20px;
padding: 0px;
}

.article-body ul.pager-list {
text-align: center;
margin: 0 auto;
display: table;
}

.article-body ul.pager-list li{
margin-bottom: 15px;
}

.article-body ul.pager-list li.current-page {
  background-color:#ff4b00;
}

#main .article-body ul.pager-list li a{
  display:block;
  padding:3px;
  color:#fff;
}

#main .article-body ul.pager-list li a {
    color: #fff;
}

#main .article-body ul.pager-list li a:visited {
    color: #fff;
}

.article-body .affi-text {
width:auto;
margin: 0px;
background:#f5f5f5;
display:block;
margin-top:10px;
margin-bottom:10px;
font-size:90%;
}

.win .article-body .affi-text {
width:auto;
margin: 0px;
background:#f5f5f5;
display:block;
margin-top:20px;
margin-bottom:20px;
font-size:90%;
padding-left: 15px;
padding-right: 15px;
font-family:Meiryo;
}

.article-body .affi-text ul{
padding:10px;
margin:0;
margin-left:20px;
list-style:none;
width:auto;
}

.article-body .affi-text ul li{
margin-top:5px;
margin-bottom:5px;
    margin-left: -10px;
    margin-right: 10px;
}

.article-body .affi-dfp-text {
width:auto;
margin: 0px;
background:#f5f5f5;
display:block;
margin-top:0px;
margin-bottom:20px;
font-size:90%;
padding-left: 15px;
padding-right: 15px;

}

.article-body .affi-dfp-text ul{
padding:10px;
margin:0;
margin-left:20px;
list-style:none;
width:auto;
}

.article-body .affi-dfp-text ul li{
margin-top:5px;
margin-bottom:5px;
    margin-left: -30px;
    margin-right: 10px;
}

.reference-articles {
  display: block;
}

.article-body .figure-center{
  width: 96% !important;
}

.article-body .figure-center img{
  width: 96% !important;
}


.article-body .figure-right{
  width: 96% !important;
}

.article-body .figure-right img{
  width: 96% !important;
}

.article-body .figure-left{
 margin-left:15px;
}

.article-body .video-container {
  width: 96%;
}
.article-body .ext-container {
  width: 96%;
}
#div-gpt-ad-1471223416870-0 > div > iframe,
#div-gpt-ad-1471223416870-1 > div > iframe,
#div-gpt-ad-1471223416870-2 > div > iframe,
#div-gpt-ad-1471223416870-3 > div > iframe,
#div-gpt-ad-1462787100621-1 > div > iframe,
#div-gpt-ad-1462787100621-2 > div > iframe,
#div-gpt-ad-1462787100621-3 > div > iframe,
#div-gpt-ad-1469590312926-0 > div > iframe,
#div-gpt-ad-1469590312926-1 > div > iframe,
#div-gpt-ad-1469590312926-2 > div > iframe,
#div-gpt-ad-text1 > div > iframe,
#div-gpt-ad-text2 > div > iframe {
height: 50px ! important;
width: 100% ! important;

}

#div-gpt-ad-1471223416870-0,
#div-gpt-ad-1471223416870-1,
#div-gpt-ad-1471223416870-2,
#div-gpt-ad-1471223416870-3,
#div-gpt-ad-1462787100621-1,
#div-gpt-ad-1462787100621-2,
#div-gpt-ad-1462787100621-3,
#div-gpt-ad-1469590312926-0,
#div-gpt-ad-1469590312926-1,
#div-gpt-ad-1469590312926-2,
#div-gpt-ad-text1,
#div-gpt-ad-text2 {
margin-top:10px;
}



.content-list{
width:auto;
margin: 0 auto;
margin-top:20px;
margin-bottom:20px;
}

h1.category-title{
text-align:center;
padding-left:0px;
margin-top:10px;
margin-bottom:10px;
border:none;
}

.content-list .one-quarter-row {
width: 100%;
margin:0;
border-top:0;
padding-top: 5px;
padding-bottom: 5px;
min-height: inherit;
}

.content-list .one-quarter-row-1st {
width: 100%;
margin:0;
padding-top: 7px;
padding-bottom: 7px;
min-height: inherit;
}

.content-list .one-quarter-row-1st, .content-list .one-quarter-row{
width:92%;
padding:15px;
}

.content-list .one-quarter-row-1st-img, .content-list .one-quarter-row-img{
width: 73%;
}

.content-list .one-quarter-row-title {
float:right;
width: 60%;
padding-top: 0px;
margin-left: 0px;
margin-right: 0px;
}

.content-list .one-quarter-row h2, .content-list .one-quarter-row-1st h2 {
font-size:100%;
border:none;
padding:0;
margin:0;
line-height:1.5em;
}

.content-list p.pub-date {
    font-size: 70%;
    text-align: left;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.related-content-list{
width:auto;
margin: 0 auto;
margin-top:20px;
margin-bottom:20px;
}

.related-content-list h3{
text-align:center;
font-size:100%;
padding-left:10px;
margin-top:20px;
margin-bottom:20px;
border:none;
}

.related-content-list h4{
text-align:center;
font-size:100%;
padding-left:10px;
margin-top:20px;
margin-bottom:20px;
border:none;
}

.related-content-list .one-quarter-row, .related-content-list .one-quarter-row-1st {
width:100%;
margin-bottom:0px;
float:left;
margin-right:15px;
min-height: inherit;
}

.related-content-list .one-quarter-row img, .related-content-list .one-quarter-row-1st img{
width:50%;
padding-top: 7px;
padding-bottom: 7px;
max-height: inherit;
max-width: inherit;
}

.related-content-list .one-quarter-row-title {
float:right;
width: 44%;
padding-top: 10px;
margin-left: 10px;
margin-right: 10px;
}

.related-content-list .one-quarter-row h2, .related-content-list .one-quarter-row-1st h2 {
font-size:80%;
border:none;
padding:0;
margin:0;
line-height:1.6em;
}

.yads_ad {
    margin-left: 0px;
    padding: 10px;
}

.article-body .author-area{
width: 100%;
font-size:90%;
margin-top: 20px;
margin-bottom: 20px;
}

.article-body .author-area .author-area-headline{
font-size: 16px;
}

.article-body .author-area .author-area-img {
width:100%;
text-align:center;
}

.article-body .author-area .author-area-img img.round100 {
  width: 100px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border:1px solid #cdcdcd;
}

.article-body .author-area .author-area-img img.round200 {
  width: 200px;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
    border:1px solid #cdcdcd
}

.article-body .author-area .author-area-text {
    width: 100%;
    float: left;
    /* margin-left: 30px; */
}


.article-body .author-area .author-area-text ul{
padding:0;
margin:0;
text-align:center;
padding-right: 10px;
padding-left: 10px;
}

.article-body .author-area .author-area-text ul li{
float: none;
text-align:center;
}

.article-body .author-area .author-area-text ul li.author-name{
list-style:none;
margin-right: 20px;
}

.article-body .author-area .author-area-text ul li.author-company{
list-style:none;
margin:0;
}

.article-body .author-area .author-area-text ul li.author-title{
list-style:none;
margin:0;
}

.article-body .disclaimer {
  margin-top: 20px;
  margin-bottom:20px;
}

.article-body .disclaimer h5{
  margin-left:0px;
}

.article-body .disclaimer p{
  font-size:80%;
}

#sp-search-box {
  display:block;
  width:auto;
  padding:15px;
  font-size:110%;
}

#sp-search-box #sp-searchform {  
    position: relative;   
}  

#sp-search-box #sp-keywords {  
    width: 91%;  
    height: 30px;  
    background: #f5f5f5;  
    border: none;  
    padding: 4px;  
    color: #333;  
}  

#sp-search-box i{
  float:right;
  position:absolute;
  right:-4px;
  margin-left:0px;
  margin-top:8px;
  font-size:100%;
}

#main .social-button span.social-count{
  font-size: 70%;
}

#main .social-button ul.web-logo-font li a{
  font-size: 100%;
  display: block;
  text-decoration: none;
  color: #fff;
  height:30px;
  text-align:center;
  padding:5px;
  padding-top:10px;
   
}

.article-body .affi-dfp-text {
width:auto;
margin: 0px;
background:#f5f5f5;
display:block;
margin-top:0px;
margin-bottom:20px;
font-size:90%;
padding-left: 15px;
padding-right: 15px;
}

.article-body .affi-dfp-text ul{
padding:10px;
margin:0;
margin-left:20px;
list-style:none;
width:auto;
}

.article-body .affi-dfp- ul li{
margin-top:5px;
margin-bottom:5px;
margin-left: -30px;
margin-right: 10px;
}

.affi-dfp-img{
display: block;
padding-top:15px;
padding-bottom:10px;
background:#f5f5f5;
text-align:center;
margin-top:20px;
margin-bottom:0px;
z-index:100;
}

.affi-img img.{
margin:0 auto;
}

/*  ga */

.article-body .affi-ga{
  margin:0;
  padding:0;
  padding-top:15px;
  padding-bottom:15px;
}

.article-body .ga-left{
  width:100%;
  margin:0px;
    padding: 0px;
    background: #f5f5f5;
    text-align: center;
}

.article-body .ga-right{
display:none;
}

.article-body .ga-left h3{
display:visible;
border:none;
font-size: 110%;
margin: 0px;
padding-bottom:15px;
}

/*  ga */

}

/*  スマホ 低解像度 */

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

.content-list .one-quarter-row img, .content-list .one-quarter-row-1st img {
    float: left;
    width: 49%;
    margin: 0;
    padding: 0;
    max-height: inherit;
    max-width: inherit;
}

.related-content-list .one-quarter-row img, .related-content-list .one-quarter-row-1st img {
    width: 48%;
    padding-top: 7px;
    padding-bottom: 7px;
    max-height: inherit;
    max-width: inherit;
}

.right-column-block .horizontal-img {
    float: left;
    width: 46%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.right-column-block .horizontal-title h2 {
    font-size: 75%;

}

#main .vertical-sns-button {
    width: 100%;
    height: 50px;
    background-color: #e9e9e9;
    margin-left: 0px;
    padding-top: 0px;
    z-index: 999;
    position: fixed;
    bottom: 0;
}

#main .vertical-sns-button .sns-button-list{
margin:0 auto;
width:95%;
}

#main .vertical-sns-button .item {
    float:left;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center 5px;
    background-size: 30px;
 
}

#main .vertical-sns-button .item a {
    display: block;
    text-align: center;
    position: relative;
    border: none;
}

#main .vertical-sns-button .item a span {
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
}

}


/* -----------------------------------------------------------
記事 右カラム
------------------------------------------------------------*/
.right-column{
width: 26%;
float:right;
}

.right-column-block{
padding:15px;
background:none;
text-align:center;
margin-bottom:30px;
border-top: 1px solid #cdcdcd;
}

.right-column-block-1st{
padding:15px;
background:none;
text-align:center;
margin-bottom:0px;
border: none;
}

.right-column-block {
  counter-reset: ranking;
}

.right-column-block h3{
font-size:110%;
margin-bottom:20px;
}

.right-column-block-1st h3{
font-size:110%;
margin-bottom:20px;
}

.right-column-block ul.sub-genre {
text-align:left;
margin-left:20px;
}

.right-column-block ul.popular-article-list {
list-style:none;
}

.right-column-block ul.popular-article-list li{
  position: relative;
  overflow: hidden;
}

.right-column-block ul.popular-article-list li:before{
 	color:#FFF;
    content: counter(ranking, decimal);
    counter-increment: ranking;
    text-align:center;
    opacity:0.999;
    float:left;
    line-height:30px;
    width: 30px;
    height: 30px;
    background-color:#3E454C;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 5px;
    z-index:10;
 }


.right-column-block li:first-child .horizontal  {
width: 100%;
border-top: 0;
margin: 0;
margin-bottom:6px;
}

.right-column-block .horizontal-img{
float:left;
width:45%;
margin-left:5px;
margin-right:5px;
}

.right-column-block .horizontal-img img{
width:100%;
max-height: 78px;
max-width: 136px;
}

.right-column-block .horizontal-title{
float:right;
width:49%;
padding-top:0px;
text-align:left;
}

.right-column-block .horizontal-title h2{
font-size: 80% !important;
line-height: 1.4em;
}

.right-column-block ul.new-article-list {
list-style:none;
}

.right-column-block h2 span{
color:#c3c3c3;
border:1px solid #c3c3c3;
font-weight:normal;
font-size:80%;
padding-left:5px;
padding-right:5px;
margin-left:2px;
margin-bottom:-2px;
}

.right-column-block p.pub-date{
  font-size:75%;
  text-align:left;
  margin-left:4px;
}

/*  PC向け */

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

.right-column{
width: 330px;  /* here */
float:right;
margin-right:15px;
}

}

/*  タブレット向け */

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

.right-column{
width: 330px;  /* here */
float:right;
margin-right:15px;
}

.right-column-block{
padding:15px;
background:none;
text-align:center;
margin-bottom:20px;
}

.right-column-block {
  counter-reset: ranking;
}

.right-column-block h3{
font-size:110%;
margin-bottom:20px;
}

.right-column-block ul.sub-genre {
text-align:left;
margin-left:20px;
}

.right-column-block ul.popular-article-list {
list-style:none;
}

.right-column-block ul.popular-article-list li{
  position: relative;
  overflow: hidden;
}

.right-column-block ul.popular-article-list li:before{
 	color:#FFF;
    content: counter(ranking, decimal);
    counter-increment: ranking;
    text-align:center;
    opacity:0.999;
    float:left;
    line-height:30px;
    width: 30px;
    height: 30px;
    background-color:#3E454C;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 5px;
    z-index:10;
 }


.right-column-block li:first-child .horizontal  {
width: 100%;
border-top: 0;
margin: 0;
margin-bottom:6px;
}

.right-column-block .horizontal-img{
float:left;
width:45%;
margin-left:5px;
margin-right:5px;
}

.right-column-block .horizontal-img img{
width:100%;
max-height: 78px;
max-width: 136px;
}

.right-column-block .horizontal-title{
float:right;
width:49%;
padding-top:0px;
text-align:left;
}

.right-column-block .horizontal-title h2{
font-size: 80%;
line-height: 1.5em;
}

.right-column-block ul.new-article-list {
list-style:none;
}

.right-column-block h2 span{
color:#c3c3c3;
border:1px solid #c3c3c3;
font-weight:normal;
font-size:80%;
padding-left:5px;
padding-right:5px;
margin-left:2px;
margin-bottom:-2px;
}

.right-column-block p.pub-date{
  font-size:80%;
  text-align:left;
  margin-left:7px;
}

}


/*  スマホ向け */

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

.right-column{
width: 100%;
float:right;
margin-right: 0px;
}

.right-column-block{
padding:15px;
background:none;
text-align:center;
margin-bottom:20px;
}

.right-column-block h3{
font-size:100%;
margin-bottom:20px;
}

.right-column-block ul.sub-genre {
text-align:left;
margin-left:20px;
}

.right-column-block ul.popular-article-list {
list-style:none;
}

.right-column-block ul.popular-article-list li{
  position: relative;
  overflow: hidden;
}

.right-column-block ul.popular-article-list li:before{
 	color:#FFF;
    content: counter(ranking, decimal);
    counter-increment: ranking;
    text-align:center;
    opacity:0.999;
    float:left;
    line-height:30px;
    width: 30px;
    height: 30px;
    background-color:#3E454C;
 /*
    border-radius: 0px;
    -moz-border-radius: 2px;
    */
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 5px;
    margin-top: 10px;
 }

.right-column-block .horizontal {
width:100%;
margin-bottom:0px;

}

.right-column-block .horizontal-img{
float:left;
width: 35%;
padding-top: 0px;
padding-bottom: 0px;
}

.right-column-block .horizontal-img img{
width:100%;
max-height: inherit;
max-width: inherit;
}

.right-column-block .horizontal-title{
float:right;
width: 55%;
padding-top: 0px;
margin-left: 10px;
margin-right: 10px;
}

.right-column-block .horizontal-title h2{
font-size: 100% !important;
line-height: 1.5em;
}

.right-column-block ul.new-article-list {
list-style:none;
}

.right-column-block h2 span{
color:#c3c3c3;
border:1px solid #c3c3c3;
font-weight:normal;
font-size:80%;
padding-left:5px;
padding-right:5px;
margin-left:2px;
margin-bottom:-2px;
}

.right-column-block p.pub-date{
  font-size:70%;
  text-align:left;
  margin-left:7px;
  margin-top:0px;
  margin-bottom: 0px;
}

}

/*  スマホ 599以下 */
@media screen and (max-width: 599px) {
  .article-body .affi-text {
    min-height: 300px;
  }
}
/*  スマホ 低解像度 */

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

.right-column-block .horizontal-img {
    float: left;
    width: 37.5%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.right-column-block .horizontal-title h2 {
    font-size: 80% !important;
    line-height: 1.5em;
}

.right-column-block .horizontal-title {
    float: right;
    width: 52%;
    padding-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
}

}

/* -----------------------------------------------------------
フッタ
------------------------------------------------------------*/

footer {
padding:0;
width:100%;
background-color:#333;
padding-bottom:20px;
}

#footer-wrapper{
width: 1280px;
margin: 0 auto;
}

#footer-wrapper ul{
margin-bottom:10px;
padding-top:15px;
height:auto;
margin-left:-10px;
}

#footer-wrapper ul li {
float: left;
color:#fff;
list-style:none;
}

#footer-wrapper ul li a {
width: 100%;
color:#fff;
margin-left:10px;
margin-right:10px;
text-decoration:none;
font-size:90%;
}

#footer-wrapper ul li  a{
text-decoration:none;
}

#footer-wrapper ul li a:hover{
text-decoration:underline;
color:#dcdcdc;
}

#footer-wrapper p.copyright{
margin: 0 auto;
color:#fff;
font-size: 80%;
}

#sub-nav{
display:none;
}

/*  PC向け */

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

#footer-wrapper{
width: 95%;
margin: 0;
padding:10px;
}

}


/*  タブレット向け */

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

#footer-wrapper{
width: 95%;
margin: 0;
padding:10px;
}

}

/*  スマホ向け */

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

footer {
padding:0;
width:100%;
background-color:#333;
}

#footer-wrapper{
width: 90%;
margin: 0 auto;
padding:10px;
}

#footer-wrapper ul{
margin-bottom:10px;
padding-top:15px;
height:auto;
margin-left:-10px;
}

#footer-wrapper ul li {
float: left;
color:#fff;
list-style:none;
}

#footer-wrapper ul li a {
width: 100%;
color:#fff;
margin-left:10px;
margin-right:10px;
text-decoration:none;
font-size:90%;
}

#footer-wrapper ul li  a{
text-decoration:none;
}

#footer-wrapper ul li a:hover{
text-decoration:underline;
color:#dcdcdc;
}

#footer-wrapper p.copyright{
margin: 0;
color: #fff;
font-size: 80%;
margin-top: 20px;
text-align: left;
width: 95%;
}

ul#sub-nav{
display:block;
border-bottom:1px solid #dcdcdc;
padding-bottom:20px;
}

ul#sub-nav {
margin-bottom:20px;
padding-top:15px;
height:auto;
margin-left:-10px;
}

ul#sub-nav li{
color:#fff;
list-style:none;
clear:both;
}

}
