@charset "UTF-8";
div#contentsmain{
	width: 100%;
}

div#contentsmain > h1{
	margin-bottom: 20px;
}
div#contentsmain img {
	max-width: 100%;
}
div#contentsmain > h1 img
{
	max-width: 100%;
}
div#container div#contentsmain p{
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.5rem;
	line-height:1.5em;
	color:#666;
}
p.lead_txt{
	margin-bottom: 2.5rem!important;
}
article {
	border: 1px solid #BEBEBE;
	padding-left: 4rem;
	background-repeat: no-repeat!important;
	background-position: 0.5rem;
	background-size: 3rem 3rem!important;
	margin: 1rem 0;
}
article p a {
	text-decoration: none;
	color: inherit;
	font-weight: bold;
}
article a {
	text-decoration: none;
	color: inherit;
}

.article_inner{
	padding: 1rem;
	background: #FFFFFF;
	overflow: auto;
}
.digital_camera {
	background-color: #B4D8FF;
	background-image: url(../photo_lesson/images/icon_camera.png);
	
}
.photo {
	background-color: #9FFFB5;
	background-image: url(../photo_lesson/images/icon_photo.png);
	
}
.smartphone_print {
	background-color: #FFBFF3;
	background-image: url(../photo_lesson/images/icon_sp.png);
	
}
article h1{
	color: #000000;
	font-size: 1.75rem;
}
article dl,
article ol
{
	font-size: 1.5rem;
	line-height: 1.75;
}
article dl dd{
	margin-left: 0;
}
.post-date{
	color: #F2208D;
	font-weight: bold;
	font-size:1.5rem;
}
.post-contents {
	font-size: 1.5rem;
}
.post-thumbnail img{
			margin: 0!important;
			width: 100%;
	}
.more {
	font-size: 1.25rem;
	color: #FFFFFF;
	background: #F2208D;
	padding: 0.5rem;
	font-weight: bold;
	text-align: center;
	display: inline;
	width: 100%;
	white-space: nowrap;
}
section.facebook {
	border: 1px solid #BEBEBE;
	padding: 1rem;
		overflow: auto;
}
section.facebook img {
	margin: 0.5rem auto;
    display: block;
}
section.facebook p{
	font-size: 2rem!important;
	color: #F2208D!important;
	font-weight: bold;
	text-decoration: none;
	border: none;
}
section.facebook p br{
	display: none;
}
.td-n{
	text-decoration: none!important;
}
.photo_lesson_article article img{
	margin-top: 1rem;
	max-width: 100%;
}
.photo_lesson_article article{
	border: none;
	padding-left: 0;
	width: 90%;
	margin: 3rem auto;
}
.photo_lesson_article #contentsmain header{
	background-repeat: no-repeat!important;
	background-position: 1rem;
	background-size: 3rem 3rem!important;
	width:  100%;
}
.photo_lesson_article #contentsmain header div{
	background: #FFFFFF;
	margin-left: 5rem;
	padding: 2rem;
}
.photo_lesson_article ul.post-date li{
	
}
.photo_lesson_article figure {
    max-width: 100%;
    text-align: center;
    width: 50%;
	margin:2.5rem auto;
}
.photo_lesson_article figure figcaption {
	font-size: 1.5rem;
	font-weight: bold;
}
.photo_lesson_article figure.img_large {
    width: 80%;
}
.photo_lesson_article figure.img_large figcaption {
	font-size: 1.5rem;
	font-weight: normal;
}
.photo_lesson_article contentsmain img {
	max-width: 100%;
}
.photo_lesson_article header div{
	border-bottom: 1px dashed #B4D8FF;
}
.photo_lesson_article h1{
	font-size: 2rem;
	
}
.photo_lesson_article  h2{
	border-left: 10px solid #B4D8FF;
	border-bottom: 1px dashed #B4D8FF;
	background: none;
	color: #000000;	
	margin: 3rem 0rem;
	padding: 0.5rem 1rem;
	font-size: 2rem;
}
.cat-photo h2{
	border-left-color: #9FFFB5;
}
.cat-sp h2{
	border-left-color: #FFBFF3;
}
.photo_lesson_article h3{
	font-size: 1.8rem;
	margin: 1.5rem 0rem 1rem 0rem;
	}

.photo_lesson_article h4{
	font-size: 1.6rem;
	margin: 0.5rem 0rem 0.4rem 0rem;
	}
.cta_fdp {
	margin: 1rem 0;
}
.cta_fdp a{
	font-weight: bold;
	color: #20b2aa;
}
.author_info img{
	float: right;
	width: 33%;
	margin-left: 1rem;
}
.author_info dl{
	border: 2px solid #E8E9E9;
	font-size:1.5rem;
	line-height: 1.7;
}
.author_info dt{
	padding: 1rem;
	background: #E8E9E9;
	font-weight: bold;
}
.author_info dd{
	padding: 1.5rem;
	margin: 0;
	overflow: auto;
}
.sns_share p{
	font-weight: bold;
}
#related_article h2{
	background: #FF7F84 url(../photo_lesson/images/icon_back_number.png) no-repeat;
	border: none;
	background-size: 3rem 3rem!important;
	background-position: 0.75rem ;
	padding-left: 5rem;
	margin-bottom: 1.5rem;
}
.related_article_inner {
	display: flex;
	flex-flow: column;
	margin: 1.5rem 0;
}

.related_article_inner article {
padding: 0;
margin: 0 0;
margin-top: -1px;
border-top: dashed #BEBEBE 1px;
border-bottom: dashed #BEBEBE 1px;
width: 100%;
	
}

@media screen and (min-width: 700px) {
		article {
		}
		.post-thumbnail{
			float: right;
			margin-left: 1rem;
			width: 35%;
		}

		.post-contents{
		}
		.article_inner{
		}
	.author_info img{
	width: 20%;
	}
		section.facebook img {
			float: right;
			margin: 0!important;
		}
		section.facebook p br{
		display: inline;
	}
	.related_article_inner {
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.related_article_inner article {
	padding: 0;
	width: 48%;
}
	.related_article_inner .post-thumbnail {
float: left;
		margin-left: 0;
		margin-right: 1rem;
}
}
