#single{
	border-top: 3px solid #000;
	padding: 40px 0;
}
.single_title_area{
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
	max-width: 750px;
}
.single_title_area .tags{
	display: flex;
	margin-bottom: 10px;
}
.single_title_area .tags li:not(:last-child){
	margin-right: 15px;
}
.single_title_area .tags li a{
	display: block;
	padding: 8px 12px;
	background: #ec6e25;
	color: #fff;
	line-height: 1.2;
	font-size: 1.4rem;
	text-transform: uppercase;
}


.single_title{
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 1.3;
}


.single_content{
	padding-top: 10px;
}
.single_content .content_detail:after, .content_detail:before {
    content: "";
    clear: both;
    display: block;
}
.single_content p{
	margin-bottom: 1em;
}
.single_content h1{
	font-size: 2.8rem;
}
.single_content h2{
	font-size: 2.4rem;
}
.single_content h3{
	font-size: 2rem;
}
.single_content h4{
	font-size: 1.8rem;
}
.single_content h5{
	font-size: 1.6rem;
}
.single_content h6{
	clear: both;
}
.single_content .content_detail p:first-child:first-letter {
    display: inline-block;
    color: #cc0c0c;
    font-size: 400%;
    vertical-align: text-top;
    float: left;
    line-height: 0.8;
}

.single_content figure, .single_content figure img{
	cursor: pointer;
}
.single_content figure.right {
	float: right;
	margin: 0 0 15px 15px;
	width: 40%;
}
.single_content figure.left {
	float: left;
	margin: 0 15px 15px 0;
	width: 40%;
}
.single_content figure.wide {
	margin: 0 auto 35px auto;
	width: 98%;
}

.single_content figure img {
	max-width: 100%;
}

dl.share{
	margin-bottom: 30px;
}
dl.share dt{
	font-size: 2rem;
	font-weight: bold;
	text-transform: capitalize;
}
dl.share dd{
	display: inline-block;
	width: 20px;
}
.single_content ul.tags li{
	display: inline-block;
}
.single_content ul.tags li:first-child{
	margin-right: 20px;
	font-weight: bold;
}
.single_content ul.tags li a{
	position: relative;
}

.single_content ul.tags li a:after{
	content: "・";
	display: inline-block;
}


.about_this{
	padding-top: 15px;
	border-top: 1px solid #000;
	margin-top: 15px;
	margin-bottom: 40px;
	display: flex;
}

.about_this .icon{
	width: 70px;
}
.about_this .icon img{
	width: 100%;
}
.about_this .info{
	flex:1;
	padding-left: 15px;
}
.about_this .info p{
	margin-bottom: 20px;
}
.about_this .info a{
	background: url(../img/common/icon_link.svg) center left no-repeat;
	background-size: 16px;
	padding-left: 30px;
}

.nav-links{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav-links a{
	text-decoration: underline;
	font-size: 2rem;
	font-weight: bold;
}
.screen-reader-text{display: none;}
.popular_tag{
	padding-top: 15px;
	margin-top: 25px;
	margin-bottom: 35px;
	border-top: 1px solid #000;
}

.related_post .col{
	width: 22%;
	padding-top: 10px;
	border-top: 1px solid #000;
}


.yarpp-thumbnails-horizontal {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.yarpp-thumbnails-horizontal a.yarpp-thumbnail {
    width: 22% !important;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-default, .yarpp-thumbnails-horizontal .yarpp-thumbnail>img {
    display: block;
    width: 100%;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    margin: 7px;
    margin-top: 0px;
    width: 100% !important;
    word-break: break-word;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
    border: none !important;
    vertical-align: top;
}

#myImg {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
  }
  #myImg:hover {opacity: 0.7;}
  .modal {
	display: none;
	position: fixed;
	z-index: 1000;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto; 
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.7);
  }
  
  .modal-content {
    margin: auto;
    display: block;
    width: 90%;
    max-width: 1200px;
  }
  
  #caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
  }
  
  .modal-content, #caption {
	animation-name: zoom;
	animation-duration: 0.6s;
  }
  
  @keyframes zoom {
	from {transform:scale(0)}
	to {transform:scale(1)}
  }

  .close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
  }

  @media only screen and (max-width: 700px){
	.modal-content {
	  width: 100%;
	}
  }


@media screen and (max-width: 768px) {
	.single_title_area .tags li:not(:last-child) {
		margin-right: 10px;
	}
	.single_title_area .tags li a {
		padding: 4px 8px;
		font-size: 1.2rem;
	}
	.single_title {
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.3;
		width: 100%;
	}
	.single_content p {
		margin-bottom: 20px;
	}
	.single_content figure {
		float: none;
		width: 80%;
		margin: 0 auto 20px;
	}
	.post_link {
		margin-bottom: 40px;
	}
	.post_link a {
		text-decoration: underline;
		font-size: 1.8rem;
		font-weight: bold;
	}
	.related_post .col {
		width: 48%;
		padding-top: 10px;
		border-top: 1px solid #000;
		margin-bottom: 20px;
	}

	.yarpp-thumbnails-horizontal a.yarpp-thumbnail {
		width: 48% !important;
	}
}


