@charset "utf-8";

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

	/*main==================*/
	/* アーカイブ */
	#atc_wrap{
		max-width: 890px;
		padding:18px 20px 130px;
		margin: 0 auto;
	}
	.atc_box {
		position: relative;
		padding: 19px 0;
		border-top: 1px solid #757575;
		transition: all 0.3s;
	}
	.atc_box:hover{
		opacity: 0.6;
	}
	.atc_box:last-child {
		border-bottom: 1px solid #757575;
	}
	.atc_box:last-child {
		margin-bottom: 0;
	}
	.atc_rt {
		display: flex;
		align-items: center;
		padding-right: 10px;
		box-sizing: border-box;
	}
	.atc_box .atc_day {
		width: 162px;
		font-size: 1.6rem;
		text-align: center;
		font-weight: 500;
		margin-bottom: 5px;
	}
	.atc_ttl {
		flex: 1;
		font-size: 1.6rem;
	}

	/* シングル */
	#sec_single_blog {
		padding-top: 30px;
	}

	#sec_single_blog_inner {
		margin-top: 50px;
		margin-bottom: 60px;
		padding: 0 10px;
	}
	#atc_single {
		padding: 0 0;
	}
	#atc_single .atc_ttl{
		font-size: 2.8rem;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 700;
        margin-bottom: 20px;
	}
	#atc_single .atc_day{
        font-size: 1.6rem;
        text-align: left;
        font-weight: 500;
		border-bottom: 2px solid #757575;
        padding-bottom: 10px;
		margin-bottom: 45px;
	}
	#atc_single img{
		max-width: 100%;
		height: auto;
		margin-bottom: 30px;
	}
	#atc_single .editor p,
	#atc_single .editor h2,
	#atc_single .editor h3,
	#atc_single .editor ul,
	#atc_single .editor ol{
		margin-bottom: 30px;
	}
	#atc_single .editor h2{
		position: relative;
		border-bottom: solid 3px #a9a9a9;
		font-size: 2.4rem;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 500;
		padding-top: 20px;
		padding-bottom: 10px;
        margin-bottom: 40px;
	}
	#atc_single .editor h2:after {
		position: absolute;
		content: " ";
		display: block;
		border-bottom: solid 3px #3e7ecc;
		bottom: -3px;
		width: 30%;
	}
	#atc_single .editor h3{
		font-size: 2.2rem;
		font-weight: 500;
		padding-top: 20px;
	}
	#atc_single .editor ul li{
		list-style: disc;
		margin-left: 2em;
	}
	#atc_single .editor ol li{
		list-style:decimal;
		margin-left: 2em;
	}

	/* ページャー */
	.page_btn {
		width: 100%;
		font-size: 14px;
		margin-top: 40px;
		text-align: center;
		padding-top: 10px;
		margin-top: 60px;
		border-top: 2px solid #757575;
	}
	.page_btn a {
		color: #222;
	}
	.page_btn .left a {
		float: left;
	}
	.page_btn .right a {
		float: right;
	}
	#pagerlist {
		clear: both;
		width: 100%;
		font-size: 14px;
		display: block;
		text-align: center;
		margin-top: 30px;
	}
}

/*スマホ=================================*/

@media screen and (max-width: 768px) {

	/*main==================*/
	#atc_wrap{
		padding:28px 30px 32px;
	}
	.atc_box {
		position: relative;
		padding: 14px 10px;
		border-top: 1px solid #757575;
	}
	.atc_box:last-child {
		border-bottom: 1px solid #757575;
	}
	.atc_box:last-child {
		margin-bottom: 0;
	}
	.atc_rt {
		width: 100%;
		box-sizing: border-box;
	}
	.atc_box .atc_day {
		font-size: 1.4rem;
		font-weight: 500;
	}
	.atc_ttl {
		flex: 1;
		font-size: 1.2rem;
	}

/* シングル */
#sec_single_blog {
	padding-top: 30px;
}

#sec_single_blog_inner {
	margin-top: 50px;
	margin-bottom: 60px;
	padding: 0 10px;
}
#atc_single {
	padding: 0 0;
}
#atc_single .atc_ttl{
	font-size: 2.0rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	margin-bottom: 20px;
}
#atc_single .atc_day{
	font-size: 1.3rem;
	text-align: left;
	font-weight: 500;
	padding-bottom: 10px;
	border-bottom: 1px solid #757575;
	margin-bottom: 15px;
	margin-left: 3px;
}
#atc_single img{
	max-width: 100%;
	margin-bottom: 10px;
}
#atc_single .editor p,
#atc_single .editor h2,
#atc_single .editor h3,
#atc_single .editor ul,
#atc_single .editor ol{
	margin-bottom: 10px;
}
#atc_single .editor h2{
	position: relative;
	border-bottom: solid 3px #a9a9a9;
	font-size: 1.8rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
#atc_single .editor h2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #3e7ecc;
	bottom: -3px;
	width: 30%;
}
#atc_single .editor h3{
	font-size: 1.6rem;
	font-weight: 500;
	padding-top: 20px;
}
#atc_single .editor ul li{
	list-style: disc;
	margin-left: 2em;
}
#atc_single .editor ol li{
	list-style:decimal;
	margin-left: 2em;
}
	.page_btn {
		width: 100%;
		font-size: 14px;
		margin-top: 40px;
		text-align: center;
		padding-top: 10px;
		margin-top: 20px;
		border-top: 1px solid #757575;
	}

	.page_btn a {
		color: #222;
	}

	.page_btn .left a {
		float: left;
	}

	.page_btn .right a {
		float: right;
	}

	#pagerlist {
		clear: both;
		width: 100%;
		font-size: 14px;
		display: block;
		text-align: center;
		margin-top: 30px;
	}
}