@charset "utf-8";
/*--------------------------------------------------------------------------------
*
*   2017
*   AXIS WEB MAGAZINE
*   http://www.axismag.jp/
*
*   posts_pc.css
*
--------------------------------------------------------------------------------*/
span.inline-block{ display: inline-block;}
span.block{ display: block;}

.post_wrap.hide{ visibility: hidden;}

/*
    over
*/

.post_info a{ transition: opacity .15s ease .0s;}
.is_sp .post_info a.touch,
.is_pc .post_info a:hover{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

/* serial_posts */
 .relation_posts a{ transition: color .15s ease 0s;}
.is_pc .relation_posts a:hover h4,
.is_sp .relation_posts a.touch h4{ color: #01aeeb; transition: color .15s ease .05s;}


.pr_posts a img{ transition: opacity .15s ease .0s;}
.is_sp .pr_posts a.touch img,
.is_pc .pr_posts a:hover img{
    opacity: .9;
    transition: opacity .15s ease .05s;
}

article .post_body img{
    max-width: 100%;
    margin: 0 0 5px 0;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

article .post_body img + img{
    margin-top: 20px !important;
}

article .post_body img.vertical{
    width: 100%;
    max-width: 480px !important;
}

article .post_body img.w300{
    width: inherit !important;
    /* margin-left: 0 !important; */
    /* margin-right: 0 !important; */
}

h1 br + br{ display: none !important;}
h1.d_title br + br{ display: block !important;}

article .post_body .txt-sml{
	font-size: 80%;
	line-height: 2em;
}
article .post_body img.alignleft {
	margin-left: 0;
}
article .post_body img.alignright {
	margin-right: 0;
}
article .post_body h2, article .post_body h3, article .post_body h4, article .post_body h5, article .post_body dl{
	color: #333;
}


/* --------------------------------------------------------------------------------
*
    min-width: 961px
*
-------------------------------------------------------------------------------- */
@media screen and (min-width: 961px) {

#contents_area{
    overflow-x: hidden;
}

article .post_content{
    max-width: 1060px;
    min-height: 480px;
    padding: 60px 40px;
    margin: 0 auto;
    position: relative;
}

article .post_content:after{
    content: '';
    clear: both;
    display: block;
    font-size: 0;
}

article .post_info_wrap{
    width: 1060px;
    box-sizing: border-box;
    position: absolute;
    left: calc(50%-530px);
    top: 55px;
}

article .post_info_wrap.fix{
    position: fixed;
    top: 155px;
}

article .post_info_wrap.btm{
    position: inherit;
    top: inherit;
}

article .post_info{
    width: 31.698%;
    padding: 0 0 0 25px;
    box-sizing: border-box;
    text-align: right;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

article .post_info_wrap.btm .post_info{
    top: inherit;
    bottom: 95px;
    left: 14px;
}

article .post_body{
    width: 65.849%;
    float: right;
}

/* ----------------------------------------
*
    .post_title
*
---------------------------------------- */
article .post_title{
    background-color: #f1f1f1;
}

article .post_title h1{
    width: 100%;
    height: 320px;
    padding: 40px;
    box-sizing: border-box;
    font-size: 30px;
    line-height: 1.5em;
    text-align: center;
    display: table;
    vertical-align: middle;
}

article .post_title h1 span{
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}


/* ----------------------------------------
*
    .post_category
*
---------------------------------------- */
article .post_category{
    margin: 0 0 25px 0;
}

article .post_category p{
    font-size: 14px;
    line-height: 1.5em;
    color: #000;
}

article .post_category .info_serial{
    margin: 15px 0 0 0;
}


/* ----------------------------------------
*
    .post_date
*
---------------------------------------- */
article .post_date{
    margin: 0 0 25px 0;
}

article .post_date p{
    font-size: 14px;
    line-height: 1.5em;
    color: #000;
}


/* ----------------------------------------
*
    .post_tags
*
---------------------------------------- */
article .post_tags p{
    font-size: 12px;
    line-height: 1.5em;
}

article .post_tags p span{
    margin: 0 0 0 10px;
    display: inline-block;
}

/* ----------------------------------------
*
    .post_body
*
---------------------------------------- */
.is_sp article .post_body a.touch,
.is_pc article .post_body a:hover{
    text-decoration: underline;
}

article .post_body h2{
	font-size: 24px;
	line-height: 1.5em;
	padding-top: 20px;
	margin:0 0 50px 0;
}

article .post_body h3{
	font-size: 20px;
	line-height: 1.5em;
	padding-top: 10px;
	margin: 0 0 40px 0;
}

article .post_body h4{
	line-height: 1.5em;
	padding-top: 6px;
	margin: 0 0 16px 0;
}

article .post_body p{
    font-size: 16px;
    color: #333;
}

article .post_body p.article-ans{
	padding-left: 50px;
	border-left: 1px solid #ccc;
}

article .post_body dl,dt,dd{
	line-height: 1.75em;
	box-sizing: border-box;
}
article .post_body div.optional-info{
	border: 1px solid #ccc;
	padding: 40px;
	margin-bottom: 40px;
}
article .post_body div.optional-info h4{
	margin-bottom: 25px;
}
article .post_body dl dt{
	width: 20%;
	float: left;
	display: block;
}
article .post_body dl dd{
	margin-left: 0;
	padding: 0 0 20px 20%;
}
article .post_body dl dd:last-child{
	padding-bottom: 0;
}
article .post_body dl dt:after {
  	content: '：';
  	clear: both;
}
article .post_body dl dd:after {
  	content: '';
  	display: block;
  	clear: both;
}

article .post_body em{
    font-style: italic;
}

article .post_body strong,
article .post_body b{
    font-family: 'AXIS ProN B', 'NoChattering';
}

article .post_body s,
article .post_body del,
article .post_body strike{
    text-decoration: line-through;
}

article .post_body p{
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 2em;
    color: #333;
    word-break: normal;
    word-wrap: break-word;
}

article .post_body p img + br{
    margin: 20px 0 0 0 !important;
    display: block;
    position: relative;
}

article .post_body .caption,
article .post_body p.wp-caption-text,
article .post_body h5{
    margin: -15px 0 50px 0;
    font-size: 80%;
    line-height: 2em;
    color: #333;
}

article .post_body a img{
    transition: opacity .15s ease 0s;
}

article .post_body a img.touch,
article .post_body a img:hover{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

article .post_body ul{
	list-style-type:disc;
	margin: 0 0 30px 30px;
	font-size: 16px;
	line-height: 2em;
	color: #333;
	word-break: normal;
	word-wrap: break-word;
}
article .post_body ul li{
	padding: 15px 0;
}

article .post_body .post_author{
    clear: both;
    border-top: 1px dotted #000;
    display: table;
    margin: 5px 0 40px 0;
    padding: 45px 0 0 0;
    position: relative;
}

article .post_body .post_author .img{
    min-width: 105px;
    display: table-cell;
    vertical-align: top;
}

article .post_body .post_author img{
    width: 105px;
    height: auto;
    margin: 0 0 10px 0 !important;
}

article .post_body .post_author img:last-child{
    margin: 0 !important;
}

article .post_body .post_author .col_right{
    width: auto;
    padding: 0 0 0 30px;
    display: table-cell;
    vertical-align: top;
}

article .post_body .post_author h4{
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 1.5em;
    word-break: normal;
    word-wrap: break-word;
}

article .post_body .post_author p{
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 12px !important;
    line-height: 2em;
}

article .post_body .post_author_wrap {
	border: none;
	padding: 25px;
	border: 1px solid #ccc;
	margin: 0 0 30px 0;
	background-color: #f1f1f1;
}

article .post_body .post_author_wrap .post_author {
	border: none;
	margin: 0;
	padding: 0;
}

article .post_body .post_author_wrap .post_author p.img {
	vertical-align: middle;
}

article .post_body .magcover .img{
    min-width: 210px;
}

article .post_body .magcover img{
    width: 210px;
}

article .post_body .btn_purchase {
    width: 100%;
    padding: 0 25px;
    margin-top: 20px;
    box-sizing: border-box;
    font-size: 14px !important;
}

article .post_body .btn_purchase a {
    width: 100%;
    padding: 15px 0;
    display: block;
    text-align: center;
    color: #fff;
    background-color: #01aeeb;
    border-radius: 5px;
    box-shadow: 0 3px 2px #b2b2b2;
    transition: background .15s ease .0s;
}


article .post_body .clr-gray{
	color: #666;
} 

article .post_body .sc-style{
	height: 166px;
}

article .post_body .anchor-style{
	height: 102px;
}

article .post_body hr{
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:5em 0;
	padding:0;
}

/* ----------------------------------------
*
    .post_btm_section{
*
---------------------------------------- */
article .post_btm_section{
    padding: 45px 0 70px 0;
    background-color: #ddd;
}

article .post_btm_section .section_inner{
    max-width: 1060px;
    padding: 0 110px;
    margin: 0 auto;
}

article .post_btm_section h3{
    margin: 0 0 10px 0;
    font-size: 14px;
}

article .post_btm_section .relation_posts{
    margin: 0 0 45px 0;
}

article .post_btm_section .relation_posts .img{
    margin: 0 0 15px 0;
}

article .post_btm_section .relation_posts ul{
    padding: 30px 1.32% 40px 1.32%;
    background-color: #fff;
    letter-spacing: -.40em;
}

article .post_btm_section .relation_posts li{
    width: 33.333%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
}

article .post_btm_section .relation_posts li h3{
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

article .post_btm_section .relation_posts li img{
    width: 100%;
    height: auto;
}

article .post_btm_section .relation_posts h4{
    font-size: 14px;
    line-height: 1.5em;
}


article .post_btm_section .relation_posts a{
    box-sizing: border-box;
    padding: 0 3.6%;
    display: block;
    color: #000;
    overflow: hidden;
}


/* ----------------------------------------
*
    .pr_posts{
*
---------------------------------------- */
article .pr_posts h3{
    margin: 0 0 7px 0;
    color: #666;
    font-size: 14px;
}


/* ----------------------------------------
*
    .post_share
*
---------------------------------------- */
article .post_share ul{
    display: inline-block;
}

article .post_share li{
    display: block;
    margin: 30px 0 0 0;
    text-align: center;
}

article .post_share li img{
    width: auto !important;
    height: 45px !important;
    margin: 0 0 3px 0;
}

article .post_share li a{
    display: block;
    color: #666;
    font-size: 10px;
}

}

/* --------------------------------------------------------------------------------
*
    max-width: 960px and (min-width: 769px)
*
-------------------------------------------------------------------------------- */
@media screen and (max-width: 960px) and (min-width: 769px) {

article .post_body .btn_purchase {
    width: 100%;
    margin: 20px 0 30px 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
    position: relative;
    left: 0;
    bottom: 0;
}

article .post_body .btn_purchase a {
    width: 100%;
    padding: 15px 0;
    display: block;
    text-align: center;
    color: #fff;
    background-color: #01aeeb;
    border-radius: 5px;
    box-shadow: 0 3px 2px #b2b2b2;
}



}

/* --------------------------------------------------------------------------------
*
    max-width: 1160px and (min-width: 961px)
*
-------------------------------------------------------------------------------- */
@media screen and (min-width: 961px) and (max-width: 1160px) {
article .post_info_wrap{
    width: 100% !important;
    left: 15px;
}

}