/* CSS Document */

@charset 'UTF-8';

/*  correspondence
================================================ */


/*! #mainImg メイン画像
---------------------------------------- */

#mainImg {
	background-image: url(../img/correspondence/bg_main01.jpg);
}

/* #archive
================================================ */

#intro {
	position: relative;
	width: 1040px;
	margin: 0 auto 60px;
}
#intro .titIntro {
	font-weight: normal;
	font-size: 38px;
	letter-spacing: 0.05em;
	line-height: 1;
}
#intro .rss {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
}
#selectCategory {
	position: relative;
	margin: 0 0 47px;
}
#selectCategory:after {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background: #00664b;
	z-index: 2;
}
#selectCategory .categoryList {
	display: block;
	width: 1040px;
	margin: 0 auto;
}
#selectCategory .categoryList .item {
	position: relative;
	top: 2px;
	float: left;
	width: 253px;
	margin: 0 0 0 9px;
	padding: 8px 0 8px;
	border: solid #ccc;
	border-width: 1px 1px 0;
	border-radius: 5px 5px 0 0;
	background-color: #f4f4f4;
	color: #999;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}
#selectCategory .categoryList .active {
	border-color: #00664b;
	border-radius: 5px 5px 0 0;
	background-color: #00664b;
	color: #fff;
}
#selectCategory .categoryList .item a {
	display: block;
}
#selectCategory .categoryList .active a {
	color: #fff;
}
#selectCategory .categoryList .item:first-child {
	margin: 0;
}
#archive .content-switch {
	display: none;
}
#archive .content-switch.active {
	display: block;
}
#archive .entryList {
	box-sizing: border-box;
	width: 1040px;
	margin: 0 auto;
	border: 1px solid #cac2b6;
	border-radius: 5px;
	box-shadow: 0 4px 10px 0 #d1d1d1;
}
#archive .entryList .item {
	width: 1038px;
	overflow: hidden;
	border-bottom: 1px solid #cac2b6;
}
#archive .entryList .item a {
	display: block;
	width: 100%;
	padding: 30px 30px 29px;
	overflow: hidden;
}
#archive .entryList .item a .category {
	float: left;
	display: table;
	width: 80px;
	height: 60px;
	line-height: 1.17;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.05em;
}
#archive .entryList .item a .category span {
	display: table-cell;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}
#archive .entryList .item a .time {
	float: left;
	width: 870px;
	margin: 0 0 10px 20px;
	color: #999;
	font-size: 14px;
	letter-spacing: 0.05em;
}
#archive .entryList .item a .txt {
	float: left;
	width: 870px;
	line-height: 1;
	margin: 0 0 0 20px;
	font-size: 24px;
	letter-spacing: 0.05em;
}
#archive .entryList .item a:hover .txt {
	text-decoration: underline;
}
#archive .entryList .item:last-child {
	border: none;
}
@media screen and (max-width: 599px) {
	#intro {
		width: auto;
		margin: 0 3.9% 30px;
	}
	#intro .titIntro {
		width: auto;
		margin-bottom: 17px;
		line-height: 1.3;
		font-weight: normal;
		font-size: 26px;
		text-align: center;
		letter-spacing: 0.05em;
	}
	#intro .rss {
		position: inherit;
		margin-bottom: 0;
	}
	#selectCategory {
		width: 100%;
		margin: 0 0 30px;
		border-bottom: 2px solid #00664b;
	}
	#selectCategory .categoryList {
		display: table;
		width: 95%;
	}
	#selectCategory .categoryList .item {
		display: table;
		width: 23%;
		line-height: 1.3;
		padding: 4px 0 3px;
		font-size: 12px;
		letter-spacing: 0;
	}
	#selectCategory .categoryList .item:first-child {
		margin: 0;
	}
	#selectCategory .categoryList .item a {
		display: table-cell;
		vertical-align: middle;
	}
	#archive {
		margin: 0 3.9%;
	}
	#archive .content-switch {
		display: none;
	}
	#archive .content-switch.active {
		display: block;
	}
	#archive .entryList {
		box-sizing: border-box;
		width: 100%;
		margin: 0 auto;
		border: 1px solid #cac2b6;
		border-radius: 5px;
		box-shadow: 0 4px 10px 0 #d1d1d1;
	}
	#archive .entryList .item {
		width: 100%;
		border-bottom: 1px solid #cac2b6;
	}


#archive .entryList .item a {
	padding: 15px;
}
#archive .entryList .item a .category {
	width: 60px;
	height: 50px;
	line-height: 1.2;
	border-radius: 3px;
	font-size: 10px;
}
#archive .entryList .item a .category span {
	padding: 2px;
}


	#archive .entryList .item a .time {
		width: 33%;
		margin: 0 0 5px 10px;
		color: #999;
		font-size: 12px;
		letter-spacing: 0.05em;
	}
	#archive .entryList .item a .txt {
		width: 72%;
		line-height: 1.3;
		margin: 0 0 0 10px;
		font-size: 16px;
		letter-spacing: 0.05em;
	}
	#archive .entryList .item a:hover .txt {
		text-decoration: underline;
	}
	#archive .entryList .item:last-child {
		border: none;
	}
}

/* singleEntry
================================================ */

#single .singleEntry {
	position: relative;
	width: 1040px;
	margin: -11px auto 0;
}
#single .singleEntry time {
	margin: 0;
	color: #999;
	font-weight: bold;
	font-size: 16px;
}
#single .singleEntry .cat {
	display: inline-block;
	line-height: 1;
	margin-left: 8px;
	padding: 4px 7px;
	border: 1px solid transparent;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
}
#single .singleEntry .tit {
	line-height: 1.5;
	margin: 0 0 42px;
	padding: 13px 0 0;
	font-weight: normal;
	font-size: 38px;
	letter-spacing: 0.05em;
}
#single .singleEntry .img {
	text-align: center;
}
#single .singleEntry .img img {
	max-width: 100%;
	height: auto;
}
#single .singleEntry .entryBody {
	line-height: 2;
	margin: 50px 0 78px;
	font-size: 18px;
	overflow: hidden;
}
#single .singleEntry .entryBody h2 {
	line-height: 1.4;
	margin: 50px 0 0;
	padding: 8px 14px 11px;
	background: #f4f4f4;
	font-family: 'Noto Sans Japanese', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 500;
	font-size: 26px;
}
#single .singleEntry .entryBody p {
	margin: 26px 0;
}
@media screen and (max-width: 599px) {
	#single .singleEntry {
		width: auto;
		margin: 0;
		padding: 0 3.9%;
	}
	#single .singleEntry time {
		font-size: 14px;
	}
	#single .singleEntry .tit {
		line-height: 1.3;
		margin: 10px 0 20px;
		padding: 5px 0 0;
		font-size: 26px;
	}
	#single .singleEntry .entryBody {
		line-height: 1.6;
		margin: 30px 0;
		font-size: 14px;
	}
	#single .singleEntry .entryBody h2 {
		margin: 25px 0 0;
		padding: 5px 10px;
		font-size: 18px;
	}
	#single .singleEntry .entryBody p {
		margin: 13px 0;
	}
}

/* share
================================================ */

#single .share {
	width: 1040px;
	margin: 0 auto 79px;
	padding: 28px 0 27px;
	border-top: 1px solid #cac2b6;
	border-bottom: 1px solid #cac2b6;
}
#single .share .shareList {
	width: 640px;
	overflow: hidden;
	margin: 0 auto;
}
#single .share .shareList li {
	float: left;
	width: 150px;
	height: 40px;
	margin-left: 10px;
}
#single .share .shareList li:first-child {
	margin-left: 0;
}
#single .share .shareList li a {
	display: block;
	position: relative;
	box-sizing: border-box;
	height: 100%;
	line-height: 1;
	padding: 14px 0 0;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0;
}
#single .share .shareList li a:before {
	position: absolute;
	background-repeat: no-repeat;
	content: '';
}
#single .share .shareList .facebook a {
	padding-left: 18px;
	background: #2f4f96;
}
#single .share .shareList .facebook a:before {
	top: 10px;
	left: 33px;
	width: 10px;
	height: 20px;
	background-image: url(../img/common/ico_facebook01.png);
}
#single .share .shareList .twitter a {
	padding-left: 25px;
	background: #00abec;
}
#single .share .shareList .twitter a:before {
	top: 12px;
	left: 35px;
	width: 20px;
	height: 18px;
	background-image: url(../img/common/ico_twitter01.png);
}
#single .share .shareList .google a {
	padding-left: 37px;
	background: #da4938;
}
#single .share .shareList .google a:before {
	top: 10px;
	left: 25px;
	width: 32px;
	height: 20px;
	background-image: url(../img/common/ico_google01.png);
}
#single .share .shareList .hatena a {
	padding-left: 30px;
	background: #00a4de;
}
#single .share .shareList .hatena a:before {
	top: 11px;
	left: 34px;
	width: 22px;
	height: 18px;
	background-image: url(../img/common/ico_hatena01.png);
}
#single .share .shareList .line a {
	padding-left: 37px;
	background: #00b900;
}
#single .share .shareList .line a:before {
	top: 7px;
	left: 36px;
	width: 28px;
	height: 26px;
	background-image: url(../img/common/ico_line01.png);
}
@media screen and (max-width: 599px) {
	#single .share {
		width: auto;
		margin: 0 3.9% 30px;
		padding: 15px 0 11px;
	}
	#single .share .shareList {
		width: 278px;
		margin: 0 auto;
		text-align: center;
	}
	#single .share .shareList li {
		width: 48%;
		margin-bottom: 2%;
		margin-left: 2%;
	}
	#single .share .shareList li:nth-child(odd) {
		margin-left: 0;
	}
	#single .share .shareList .facebook a {
		padding-left: 20px;
	}
	#single .share .shareList .facebook a:before {
		left: 24px;
	}
	#single .share .shareList .twitter a:before {
		left: 24px;
	}
	#single .share .shareList .google a:before {
		left: 14px;
	}
	#single .share .shareList .hatena a:before {
		left: 24px;
	}
	#single .share .shareList .line a {
		padding-left: 25px;
	}
	#single .share .shareList .line a:before {
		left: 24px;
	}
}

/* writer
================================================ */

#single .writer {
	box-sizing: border-box;
	width: 1040px;
	overflow: hidden;
	margin: 0 auto 68px;
	padding: 30px;
	border: 8px solid #f4f4f4;
}
#single .writer .img {
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin: 0 28px 0 0;
	border-radius: 50%;
}
#single .writer .img img {
	width: 100%;
	height: auto;
}
#single .writer .areaTxt {
	float: left;
	width: 830px;
}
#single .writer .areaTxt .txt {
	margin: 0 0 13px;
	color: #666;
	font-size: 12px;
}
#single .writer .areaTxt .job {
	line-height: 1.2;
	margin: 0 0 7px;
	font-weight: bold;
	font-size: 14px;
}
#single .writer .areaTxt .name {
	line-height: 1.2;
	margin: 0 0 11px;
	font-weight: bold;
	font-size: 22px;
}
#single .writer .areaTxt .profile {
	line-height: 1.5;
	font-size: 14px;
}
@media screen and (max-width: 599px) {
	#single .writer {
		width: auto;
		margin: 0 3.9% 20px;
		padding: 15px;
		border-width: 4px;
	}
	#single .writer .img {
		width: 80px;
		height: 80px;
	}
	#single .writer .areaTxt {
		float: none;
		width: auto;
	}
	#single .writer .areaTxt .txt {
		margin: 0 0 5px;
	}
	#single .writer .areaTxt .job {
		line-height: 1.5;
		font-size: 12px;
	}
	#single .writer .areaTxt .name {
		font-size: 18px;
	}
	#single .writer .areaTxt .profile {
		font-size: 13px;
	}
}

/* relation
================================================ */

#relation {
	width: 1040px;
	margin: 0 auto 68px;
}
#relation .tit {
	margin: 0 0 30px;
	border-bottom: 2px solid #19a162;
	font-weight: 500;
	font-size: 28px;
}
#relation .txt {
	margin: 0 0 28px;
}
#relation .btn {
	display: table;
	float: left;
	width: 239px;
	height: 65px;
	line-height: 1.2;
	margin: 28px 28px 0 0;
	border: solid 1px #cac2b6;
	border-radius: 5px;
	background-color: #fff;
	font-size: 16px;
	box-shadow: 0 3px 3px 1px rgba(102, 102, 102, 0.3);
}
#relation .btn a {
	display: table-cell;
	position: relative;
	padding: 0 25px 0 15px;
	vertical-align: middle;
}
#relation .btn a:before {
	position: absolute;
	top: 26px;
	right: 16px;
	width: 8px;
	height: 12px;
	background: url(../img/common/ico_arrow05.png) no-repeat;
	content: '';
}
@media screen and (max-width: 599px) {
	#relation {
		width: auto;
		margin: 0 3.9% 25px;
	}
	#relation .tit {
		margin: 0 0 20px;
		font-size: 16px;
	}
	#relation .txt {
		margin: 0 0 14px;
		font-size: 13px;
	}
	#relation .btn {
		width: 48%;
		height: 45px;
		margin: 0;
		font-size: 12px;
	}
	#relation .btn:nth-child(2n) {
		float: right;
	}
	#relation .btn a {
		padding: 0 15px 0 10px;
	}
	#relation .btn a:before {
		top: 50%;
		right: 10px;
		margin-top: -6px;
	}
}

/* wrapList
================================================ */

#single .wrapList {
	width: 1040px;
	margin: 0 auto 62px;
}
#single .wrapList .tit {
	margin: 0 0 40px;
	border-bottom: 2px solid #19a162;
	font-weight: 500;
	font-size: 28px;
}
#single .wrapList .entryList {
	display: inline-block;
	border: 1px solid #cac2b6;
	border-radius: 5px;
	box-shadow: 0 3px 2.8px 1.2px rgba(102, 102, 102, 0.3);
}
#single .wrapList .entryList li {
	float: left;
	box-sizing: border-box;
	width: 519px;
	border-top: 1px solid #cac2b6;
	border-left: 1px solid #cac2b6;
}
#single .wrapList .entryList li:nth-child(odd) {
	border-left: 0;
}
#single .wrapList .entryList .case:nth-last-child(1):nth-child(2n+1) {
    width: 100%;
    border-radius: 0;
}
#single .wrapList .entryList li:nth-child(1), #single .wrapList .entryList li:nth-child(2) {
	border-top: 0;
}
#single .wrapList .entryList li a {
	display: table-cell;
	box-sizing: border-box;
	width: 519px;
	height: 127px;
	padding: 0 25px;
	vertical-align: middle;
}
#single .wrapList .entryList li a .time {
	display: inline-block;
	line-height: 1;
	color: #999;
	font-weight: bold;
	font-size: 14px;
	vertical-align: middle;
}
#single .wrapList .entryList li a .cat {
	display: inline-block;
	line-height: 1;
	padding: 3px 5px;
	border: 1px solid transparent;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
#single .wrapList .entryList li a .txt {
	line-height: 1.6;
	margin-top: 4px;
	font-size: 16px;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
#single .wrapList .entryList li a:hover .cat {
	opacity: 0.5;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
}
#single .wrapList .entryList li a:hover .txt {
	text-decoration: underline;
}
@media screen and (max-width: 599px) {
	#single .wrapList {
		width: auto;
		margin: 0 3.9% 25px;
	}
	#single .wrapList .tit {
		margin: 0 0 20px;
		font-size: 16px;
	}
	#single .wrapList .entryList {
		display: block;
	}
	#single .wrapList .entryList li {
		width: 100%;
		border: 0;
		border-top: 1px solid #cac2b6;
	}
	#single .wrapList .entryList li:first-child {
		border-top: 0;
	}
	#single .wrapList .entryList li:nth-child(2) {
		border-top: 1px solid #cac2b6;
	}
	#single .wrapList .entryList li a {
		display: block;
		width: 100%;
		height: auto;
		padding: 10px;
	}
	#single .wrapList .entryList li a .time {
		font-size: 12px;
	}
	#single .wrapList .entryList li a .cat {
		font-size: 12px;
	}
	#single .wrapList .entryList li a .txt {
		font-size: 14px;
	}
}

/* category
================================================ */

#single #category {
	width: 1040px;
	margin: 0 auto;
}
#single #category .tit {
	margin: 0 0 40px;
	border-bottom: 2px solid #19a162;
	font-weight: 500;
	font-size: 28px;
}
#single #category .categoryList {
	overflow: hidden;
}
#single #category .categoryList li {
	float: left;
	box-sizing: border-box;
	width: 220px;
	height: 40px;
	margin-left: 15px;
	border: 2px solid transparent;
}
#single #category .categoryList li:first-child {
	margin-left: 0;
}
#single #category .categoryList li a {
	display: block;
	height: 100%;
	padding: 5px 0 0;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
@media screen and (max-width: 599px) {
	#single #category {
		width: auto;
		margin: 0 3.9%;
	}
	#single #category .tit {
		margin: 0 0 20px;
		font-size: 16px;
	}
	#single #category .categoryList li {
		float: none;
		margin: 0 auto 10px;
	}
	#single #category .categoryList li:first-child {
		margin: 0 auto 10px;
	}
	#single #category .categoryList li a {
		padding: 7px 0 0;
	}
}
#next {
	text-align: center;
	padding: 20px 0;
}
#loading {
	width: 24px;
	margin: 0 auto;
}
