@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.headLine13 {
	background-color: #b45baf;
}
.headLine13::before {
	width: 46px;
	background-image: url("../../../img/common/img06.png");
	background-size: 46px;
}
.headLine03 {
	margin-bottom: 10px;
}
#conts p {
	margin-bottom: 12px;
	font-size: 1.4rem;
	line-height: 1.71;
}
#conts p:last-child {
	margin-bottom: 0 !important;
}
#conts .imgBox {
	margin-bottom: 17px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#conts .imgBox .photoBox {
	width: 200px;
	text-align: center;
}
#conts .imgBox .photoBox a:hover img {
    opacity: 0.7;
}
#conts .imgBox .photoBox img {
	width: 100%;
}
#conts .imgBox .textBox {
	width: calc(100% - 215px);
}
#conts .imgBox p {
	margin-bottom: 20px;
}
#conts .photoList {
	margin: 18px 0 20px;
	display: flex;
	flex-wrap: wrap;
}
#conts .photoList li {
	margin-right: 21px;
	width: 244px;
}
#conts .photoList li:nth-child(3n) {
	margin-right: 0;
}
#conts .photoList span {
	margin-top: 10px;
	display: block;
	font-size: 1.3rem;
}
#conts .noteList {
	margin: 15px 0 18px;
}
#conts .noteList li {
	font-size: 1rem;
	line-height: 1.4;
}
#conts .snsList {
	margin: -20px 0 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#conts .snsList li {
	margin-top: 20px;
	width: calc(50% - 10px);
	overflow: hidden;
}
#conts .snsList img {
	width: 271px;
	float: left;
}
#conts .snsList img:nth-child(2) {
	width: 96px;
	float: right;
}
#conts .entryList {
	margin: -15px 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#conts .entryList li {
	margin-top: 20px;
	padding: 20px 20px 30px;
	width: calc(50% - 10px);
	box-sizing: border-box;
	background: #faf6ed;
	border-radius: 8px;
}
#conts .entryList h3 {
	margin-bottom: 10px;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.72;
	color: #e95b00;
}
#conts .entryList .photo {
	margin: 0 20px 15px;
}
#conts .entryList .photo img {
	width: 100%;
}
#conts .entryList p {
	font-size: 1.3rem;
	line-height: 1.54;
}
#conts .entryList .blue {
	padding: 10px 15px 15px;
	width: 100%;
    display: flex;
    justify-content: space-between;
	background-color: #edf9ff;
}
#conts .entryList .blue .photo {
    margin: 0;
    width: 298px;
}
#conts .entryList .blue .photo a:hover img {
    opacity: 0.7;
}
#conts .entryList .blue h3 {
	margin-bottom: 5px;
	text-align: left;
}
#conts .entryList .blue h3 small {
	font-size: 1.4rem;
}
#conts .entryList .note {
	font-size: 1.2rem;
}
.blueTxt {
	color: #1f8bb9!important;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.71;
}
.underBar {
	text-decoration: underline!important;
}
#conts .imgBox .color {
    color: #1C1612;
    opacity: 0.63;
    margin-top: -10px;
}
.comBtn02 a {
    background-image: url("../../../img/common/icon27.png");
    background-size: 12px auto;
}
@media all and (max-width: 897px) {
	.headLine11 {
		margin: 0 -15px 7px;
		padding: 7px 0;
		text-align: center;
	}
	#conts p {
		margin-bottom: 20px;
	}
	#conts .imgBox {
		margin-bottom: 22px;
	}
	#conts .imgBox .photoBox {
		margin: 0 auto 10px;
	}
	#conts .imgBox01 .photoBox {
		width: 156px;
		margin: 10px auto 0;
		order: 2;
	}
	#conts .imgBox .photoBox01 {
		width: 200px;
	}
	#conts .imgBox .textBox {
		width: 100%;
	}
	#conts .subInner .headLine11 {
		margin-bottom: 20px;
	}
	#conts .photoList {
		justify-content: space-between;
	}
	#conts .photoList li {
		margin: 0 0 10px;
		width: calc(50% - 7px);
		line-height: 1.84;
	}
	#conts .photoList li span {
		margin-top: 1px;
		color: #4d3a2e;
	}
	#conts .snsList {
		margin: -7px 0 15px;
	}
	#conts .snsList li {
		margin-top: 6px;
		width: calc(50% - 4px);
	}
	#conts .snsList img {
		float: none;
		width: 100%;
	}
	#conts .snsList img:nth-child(2) {
		display: none;
	}
	#conts .entryList {
		margin: -23px 0 30px;
	}
	#conts .entryList li {
		margin-top: 15px;
		padding: 16px 10px 12px;
		width: 100%;
	}
	#conts .entryList h3 {
		margin-bottom: 10px;
		font-size: 1.6rem;
	}
	#conts .entryList .photo {
		margin: 0 10% 15px;
	}
	#conts .entryList p {
		color: #4D3A2E;
		font-size: 1.3rem;
	}
	#conts .entryList .blue {
        display: block;
		padding: 10px 10px 10px;
	}
    #conts .entryList .blue .photo {
        margin: 0 auto 3px;
    }
	#conts .entryList .blue h3 {
		margin-bottom: -2px;
		font-size: 1.8rem;
	}
	#conts .entryList .blue p {
		line-height: 1.3;
	}
	#conts .entryList .blue h3 small {
		font-size: 1.4rem;
	}
	#conts .entryList .note {
		font-size: 1.2rem;
	}
	#conts .noteList {
		margin:  -10px 0 12px;
	}
	#conts .noteList li {
		color: #4D3A2E;
	}
	#conts .pageTop03 {
		margin: 30px 0 30px;
	}
	#conts .snsList + .pageTop03 {
		margin-top: 0;
	}
}
