@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 !important;
    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;
}

article .post_body a{
    color: #01aeeb;
}

}


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

.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: #f6f6f6;
}

article .post_title h1{
    width: 100%;
    //height: 320px;
    padding: 25px;
    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 10px 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-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

article .post_tags p{
    width: auto;
    margin-right: 10px;
    margin-bottom: 10px;
}

article .post_tags a{
    min-height: 30px;
    padding: 5px 15px;
    border: 1px solid #999;
    border-radius: 50vh;
    font-size: 11px;
    color: #999;
    display: flex;
    justify-items: center;
    align-items: center;
    box-sizing: border-box;
    transition: background, color;
    transition-duration: .15s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    line-height: 1.3em;
}

article .post_tags a:hover{
    background-color: #999;
    color: #fff;
    opacity: 1 !important;
}

/* ----------------------------------------
*
    .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: 'Noto Sans JP';
}

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 .caption-slider{
    margin-top: 0px;
}

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;
    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: 161px;
}

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

article .blogcard {
  line-height: 1;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  word-wrap: break-word;
  margin: 40px;
}
article .blogcard.ex {
  background-color: #f7f7f7;
}
article .blogcard a {
  text-decoration: none;
  opacity: 1;
  transition: all 0.2s ease;
  color: #666;
}
article .blogcard a:hover {
  opacity: 0.6;
}
article .blogcard_thumbnail {
  padding: 20px 20px 10px;
}
article .blogcard_thumbnail img {
    width: 480px;
}
article .blogcard_title {
    font-size: 0.85em;
    font-weight: bold;
    line-height: 1.4;
    padding: 0 0 10px 20px;
}
article .blogcard_excerpt  {
    display: none;
}
article .blogcard_link {
  font-size:0.65em;
  padding:0 17px 15px 20px;
  text-align: left;
}
article .blogcard_link .favicon {
  display: inline;
  margin: 0 2px -4px 0;
}


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

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 5px 0;
}

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

article .post_btm_section .relation_posts ul{
    width: calc(100% + 25px);
    padding: 30px 0 40px 0;
    letter-spacing: -.40em;
    display: flex;
}

article .post_btm_section .relation_posts li{
    width: calc(50% - 25px);
    margin-right: 25px;
    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 li img{
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    object-fit: cover !important;
}

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


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


/* ----------------------------------------
*
    .pr_posts{
*
---------------------------------------- */
article .pr_posts{
    padding-top: 60px;
    padding-bottom: 110px;
    position: relative;
}

article .pr_posts:before{
    content: '';
    width: 300vw;
    height: 100%;
    display: block;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -100vw;
    z-index: 0;
}

article .pr_posts h3{
    margin: 0 0 7px 0;
    color: #666;
    font-size: 14px;
    position: relative;
    z-index: 2;
}

article .pr_posts a{
    position: relative;
    z-index: 2;
}


/* ----------------------------------------
*
    .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: 0;
    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;
    padding: 0 25px 25px 25px;
    //border-top: 1px dotted #999;
    background: #f9f9f9;
}

article .post_info .post_share{
    display: none;
}

article .post_body_content p:first-child img{
    width: calc(100% + 50px);
    max-width: calc(100% + 50px);
    margin-left: -25px;
}

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

article .post_title h1{
    padding: 25px;
    padding-bottom: 15px;
    //height: 200px;
    font-size: 20px;
    line-height: 1.6em;
    //text-align: center;
}

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

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


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

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


/* ----------------------------------------
*
    .post_tags
*
---------------------------------------- */
article .post_tags{
    padding-top: 10px;
    margin-bottom: 5px;
    padding-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px dashed #707070;
}

article .post_tags p{
    width: auto;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}

article .post_tags a{
    min-height: 30px;
    padding: 5px 15px;
    border: 1px solid #999;
    border-radius: 50vh;
    font-size: 11px;
    color: #999;
    display: flex;
    justify-items: center;
    align-items: center;
    box-sizing: border-box;
    transition: background, color;
    transition-duration: .15s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    line-height: 1.3em;
    text-decoration: none !important;
}

article .post_tags a:hover{
    background-color: #999;
    color: #fff;
    opacity: 1 !important;
}

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

article .post_body {
    padding: 0 25px;
}

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

article .post_body strong,
article .post_body b{
    font-family: 'Noto Sans JP';
    font-weight: bold;
}

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: 30px 0 30px 0;
	height: inherit;
	color: #000;
	text-overflow: inherit;
	white-space: inherit;
  font-family: 'Noto Sans JP' !important;
}

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

article .post_body p{
    margin: 25px 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 15px 0;
    font-size: 75%;
    line-height: 1.5em;
    color: #999;
}

article .post_body .caption-slider{
    margin-top: 0px;
}

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;
    padding-bottom: 30px;
    position: relative;
    //border-top: 1px dashed #707070;
}

article .post_body .post_author img{
    width: 100px !important;
    //height: 100px;
    object-fit: cover;
    //border-radius: 100%;
    margin: 0 auto!important;
}

article .post_body .post_author_wrap .notauthor img{
    width: 200px !important;
    height: auto;
    border-radius: 0%;
}

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

article .post_body .post_author .col_right{
}

article .post_body .post_author h4{
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 12px;
    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: 11px !important;
    line-height: 1.63em;
}

article .post_body .post_author a{
    word-break : break-all;
}


article .post_body .btn_purchase {
    width: 100%;
    margin: 10px 0 10px 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;
}

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


/* ----------------------------------------
*
    .post_btm_section{
*
---------------------------------------- */
article .post_btm_section{
    padding: 30px 0 0 0;
    background-color: #f1f1f1;
}

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

article .post_btm_section h3{
    margin: 0 0 15px 0;
    font-size: 16px;
    text-align: center;
}

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

article .post_btm_section .relation_posts ul{
    padding: 20px 0 0 0;
    letter-spacing: -.40em;
    overflow: hidden;
    display: block;
}

article .post_btm_section .relation_posts li{
    clear: both;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    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 .row{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

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

article .post_btm_section .relation_posts .img{
    width: 34.482vw !important;
    height: 34.482vw !important;
    margin: 0;
}

article .post_btm_section .relation_posts li img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    margin: 0 !important;
}

article .post_btm_section .relation_posts h4{
    width: 56.140%;
    float: left;
    font-size: 15px;
    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{
    width: calc(100% + 50px);
    margin-left: -25px;
    padding-top: 20px;
}

article .pr_posts h3{
    margin: 0 0 5px 10px;
    color: #666;
    font-size: 11px;
    position: relative;
}

article .pr_posts:before{
    content: '';
    width: 300vw;
    height: 100%;
    display: block;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -100vw;
    z-index: 0;
}

article .pr_posts a{
    position: relative;
    z-index: 2;
}

article .pr_posts .img{
    width: 100%;
    height: auto;
}

article .pr_posts img{
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
}


/* ----------------------------------------
*
    .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;
    padding: 25px 25px 15px 25px;
}

}
