@charset "utf-8";
/*--------------------------------------------------------------------------------
*
*   2017
*   AXIS WEB MAGAZINE
*   http://www.axismag.jp/
*
*   posts_sp.css
*
--------------------------------------------------------------------------------*/


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

#post_sns_share{
    width: 100%;
    display: block;
    background-color: #f1f1f1;
    -webkit-transform-style: preserve-3d;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
}

#posts #post_sns_share{
    display: block !important;
}

#post_sns_share ul{
    letter-spacing: -.40em;
}

#post_sns_share li{
    width: 20%;
    display: inline-block;
    letter-spacing: normal;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #fff;
    overflow: hidden;
}

#post_sns_share li:last-child{
    border: none;
}

#post_sns_share li img{
    width: auto;
    height: 30px;
    margin: 0 0 3px 0;
}

#post_sns_share li a{
    height: 60px;
    padding: 8px 0 10px 0;
    box-sizing: border-box;
    display: block;
    color: #666;
    font-size: 9px;
    transition: opacity .15s ease .0s;
}

.is_sp #post_sns_share li.touch a,
.is_pc #post_sns_share li:hover a{
    opacity: .7;
    transition: opacity .15s ease .05s;
}




.wp-caption{
    width: inherit !important;
}

article .post_content{
    padding: 55px 62px 60px 62px;
    margin: 0 auto;
}

article .section_inner{
    position: relative;
}

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

article .post_info{
    position: relative;
}

article .post_info .post_share{
    display: none;
}

/* ----------------------------------------
*
    .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: 10px 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{
    margin: 0 0 50px 0;
}

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

article .post_tags p span{
    margin: 0 10px 0 0;
    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 img.alignleft {
	margin-left: 0;
}
article .post_body img.alignright {
	margin-right: 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.5em;
	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 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 dl dt{
	width: 20%;
	float: left;
}
article .post_body dl dd{
	margin-left: 20%;
	padding-bottom: 20px;
}
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 20px 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 .post_author{
    clear: both;
    border-top: 1px dotted #000;
    margin: 5px 0 0 0;
    padding: 45px 0 0 0;
    display: table;
    position: relative;
}

article .post_body .post_author .img{
    min-width: 105px;
    display: block;
    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 auto !important;
}

article .post_body .post_author .col_right{
    width: auto;
    padding: 0 0 0 25px;
    display: block;
    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 img {
	width: 50% !important;
}

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


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:3em 0;
	padding:0;
}

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

article .post_btm_section .section_inner{
    padding: 0 62px;
    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: 50%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
}

article .post_btm_section .relation_posts li:last-child{
    display: none;
}

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: 768px
*
-------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {


article .post_content{
    padding: 25px 25px 30px 25px;
    margin: 0 auto;
}

article .section_inner{
    position: relative;
}

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

article .post_info{
    position: relative;
}

article .post_info .post_share{
    display: none;
}

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

article .post_title h1{
    padding: 35px;
    height: 200px;
    font-size: 20px;
    line-height: 1.5em;
    text-align: center;
}

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

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


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

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


/* ----------------------------------------
*
    .post_tags
*
---------------------------------------- */
article .post_tags{
    margin: 0 0 33px 0;
}

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

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

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 h2{
	font-size: 20px;
	line-height: 1.5em;
	padding-top: 25px;
	margin:0 0 50px 0;
}

article .post_body h3{
	font-size: 18px;
	line-height: 1.5em;
	padding-top: 10px;
	margin: 0 0 40px 0;
	height: inherit;
	color: #000;
	text-overflow: inherit;
	white-space: inherit;
}

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

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

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

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

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 20px 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 .post_author{
    clear: both;
    margin-top: 5px;
    padding-top: 23px;
    position: relative;
}

article .post_body .post_author img{
    width: 80px;
    height: auto;
}

article .post_body .post_author .img{
    min-width: 80px;
}

article .post_body .post_author .col_right{
    padding: 0 0 0 15px;
}

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 a{
    word-break : break-all;
}


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

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


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

article .post_btm_section .section_inner{
    padding: 0 25px;
    margin: 0 auto;
}

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

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

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

article .post_btm_section .relation_posts li{
    clear: both;
    width: 88%;
    margin: 0 6% 20px 6%;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #aaa;
    overflow: hidden;
    display: block;
    letter-spacing: normal;
    vertical-align: top;
    position: relative;
}

article .post_btm_section .relation_posts li:last-child{
    margin-bottom: 0;
    display: block;
    border: none;
}

article .post_btm_section .relation_posts li h3{
    width: 58.140%;
    font-size: 10px;
    color: #666;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

article .post_btm_section .relation_posts .img{
    width: 34.482%;
    margin: 0;
    float: right;
}

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

article .post_btm_section .relation_posts h4{
    width: 56.140%;
    float: left;
    font-size: 12px;
    line-height: 1.5em;
}


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


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


/* ----------------------------------------
*
    .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: 420px
*
-------------------------------------------------------------------------------- */
@media screen and (max-width: 420px) {
article{
    overflow: hidden;
}

article .post_title h1{
    padding: 70px 10px;
}

}
