@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.enFont {
	font-family: 'Quicksand', sans-serif;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 1000px;
}
@media all and (max-width: 896px) {
	.content {
		padding: 0 20px;
		width: auto !important;
	}
}
/*------------------------------------------------------------
	comBtnBox
------------------------------------------------------------*/
.comBtnBox {
	padding: 44px 0 63px;
	background-color: #FAECEC;
}
.comBtnBox .content {
	width: 822px;
}
.comBtnBox ul {
	align-items: flex-end;
}
.comBtnBox li {
	width: 370px;
}
.comBtnBox li a {
	padding: 20px 20px 22px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	background-color: #CE8C8C;
	border-radius: 40px;
}
.comBtnBox li a:hover {
	opacity: 0.7;
}
.comBtnBox li p {
	margin-bottom: 7px;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.33;
}
.comBtnBox li p span {
	padding: 0 13px 0 12px;
	display: inline-block;
	background: url("../img/common/line01.png") no-repeat left center / 14px,url("../img/common/line02.png") no-repeat right bottom 2px / 14px;
}
.comBtnBox li:last-child a {
	/*padding: 8px 10px 10px;*/
	/*color: rgba(255,255,255,0.3);*/
	/* color:#FFF; */
	/* background-color: #a2c0d9ff; */
	/*cursor: default;
	pointer-events: none;*/
}
.comBtnBox li:last-child a span {
	margin-bottom: -2px;
	display: block;
	color: #FFF079;
}
@media all and (max-width: 896px) {
	.comBtnBox {
	padding: 31px 0 33px;
}
	.comBtnBox ul {
		display: block;
	}
	.comBtnBox li {
		margin: 0 auto 22px;
		max-width: 270px;
		width: auto;
	}
	.comBtnBox li:last-child {
		margin-bottom: 0;
	}
	.comBtnBox li a {
		padding: 16px 20px 15px;
		font-size: 1.6rem;
	}
	.comBtnBox li p {
		margin-bottom: 4px;
		font-size: 1.2rem;
	}
	.comBtnBox li p span {
		padding: 0 14px 0 14px;
		background: url("../img/common/line01.png") no-repeat left bottom 2px / 11px,url("../img/common/line02.png") no-repeat right bottom 2px / 11px;
	}
	.comBtnBox li:last-child a {
		/*padding: 7px 10px;*/
	}
	.comBtnBox li:last-child a span {
		margin-bottom: -2px;
		font-size: 1.3rem;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	margin: 0 auto;
	width: 200px;
}
.comLink a {
	padding: 13px 20px;
	display: block;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 700;
	background: #E8E8E8 url("../img/common/icon02.png") no-repeat right 15px center/ 11px;
	border-radius: 40px;
}
.comLink.close a {
	background-image: url("../img/common/icon02_on.png");
}
.comLink .txt02 {
	display: none;
}
.comLink.close .txt01 {
	display: none;
}
.comLink.close .txt02 {
	display: block;
}
.comLink a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comLink {
		width: 150px;
	}
	.comLink a {
		padding: 9px 20px 9px 12px;
		font-size: 1.1rem;
		background-size: 10px auto;
		background-position: right 10px center;
	}
	.comLink.close a {
		background-image: url("../img/common/icon02_on.png");
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 59px;
	position: relative;
	text-align: center;
	font-size: 3.2rem;
	font-weight: 700;
}
.headLine01::before {
	width: 10px;
	height: 10px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -24px;
	border-radius: 50%;
	background-color: #B93841;
	content: "";
}
.headLine01 span {
	margin-bottom: -2px;
	display: block;
	font-size: 2.8rem;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 42px;
		font-size: 2.4rem;
	}
	.headLine01::before {
		width: 8px;
		height: 8px;
		bottom: -21px;
	}
	.headLine01 span {
		font-size: 2.1rem;
	}
}
/*------------------------------------------------------------
	comTextList
------------------------------------------------------------*/
.comTextList li {
	margin-bottom: 4px;
	padding-left: 25px;
	line-height: 2;
	position: relative;
}
.comTextList li:last-child {
	margin-bottom: 0;
}
.comTextList li::before {
	width: 8px;
	height: 8px;
	background-color: #B93841;
	border-radius: 50%;
	content: "";
	position: absolute;
	left: 6px;
	top: 12px;
}
@media all and (max-width: 896px) {
	.comTextList li {
		margin-bottom: 10px;
		padding-left: 15px;
		line-height: 1.62;
	}
	.comTextList li::before {
		width: 6px;
		height: 6px;
		left: 4px;
		top: 8px;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	width: 240px;
}
.comBtn a {
	padding: 17px 15px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	background-color: #CE8C8C;
	border-radius: 40px;
}
.comBtn01 a {
/*	padding: 6px 15px 8px;
	color: rgba(255,255,255,0.3);*/
	color:#FFF;
	background-color: #a2c0d9ff;
	/*cursor: default;
	pointer-events: none;*/
}
.comBtn01 a.none {
		padding: 6px 15px 8px;
		color: rgba(255,255,255,0.3);
		background-color: #838383;
		cursor: default;
		pointer-events: none;
	}
.comBtn01 a span {
	margin-bottom: -1px;
	display: block;
	color: #FFF079;
	font-size: 1.4rem;
}
.comBtn a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comBtn {
		margin: 0 auto;
		max-width: 270px;
		width: auto;
	}
	.comBtn a {
		padding: 16px 15px 15px;
	}
	.comBtn01 a {
		/*padding: 7px 15px 8px;*/
		padding: 16px 15px 15px;
	}
	.comBtn01 a span {
		margin-bottom: -4px;
		font-size: 1.3rem;
	}
}
/*------------------------------------------------------------
	comNewsList
------------------------------------------------------------*/
.comNewsList li a {
	padding: 21px 0 18px;
	width: 100%;
	display: flex;
	border-top: 1px solid #CCC;
	box-sizing: border-box;
}
.comNewsList li:last-child a {
	border-bottom: 1px solid #CCC;
}
.comNewsList li a:hover {
	opacity: 0.7;
}
.comNewsList li a span {
	display: block;
}
.comNewsList li a .date {
	margin-right: 13px;
	width: 90px;
	font-weight: 700;
}
.comNewsList li a .txt {
	font-size: 1.5rem;
}
.comNewsList li a .tag {
	margin-right: 28px;
	width: 100px;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 700;
}
.comNewsList li a .tag span {
	padding: 2px 8px;
	display: inline-block;
	background-color: #CE8C8C;
	border-radius: 5px;
}
.comNewsList li a .tag.yellow span {
	background-color: #C1AE8A;
}
.comNewsList li a .tag.blue span {
	background-color: #8AAEC1;
}
.comNewsList li a .txt {
	width: 760px;
}
@media all and (max-width: 896px) {
	.comNewsList li a {
		padding: 12px 0 11px;
		flex-wrap: wrap;
	}
	.comNewsList li a .date {
		width: 64px;
	}
	.comNewsList li a .tag {
		font-size: 1.1rem;
	}
	.comNewsList li a .tag span {
		padding: 1px 6px 0 4px;
		border-radius: 3px;
	}
	.comNewsList li a .txt {
		margin-top: 3px;
		width: 100%;
		font-size: 1.3rem;
		line-height: 1.38;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 5px;
	color: #B93841;
	font-size: 3.6rem;
	font-weight: 700;
}
@media all and (max-width: 896px) {
	.headLine02 {
		font-size: 2.4rem;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	padding: 14px 52px 13px;
	background-color: #FAECEC;
}
.pageTitle li {
	margin-right: 10px;
	display: inline-block;
}
.pageTitle li a {
	padding-right: 10px;
	color: #B93841;
	font-weight: 700;
}
@media all and (max-width: 896px) {
	.pageTitle {
		padding: 11px 12px 10px;
	}
	.pageTitle li {
		margin-right: 6px;
	}
	.pageTitle li a {
		padding-right: 6px;
	}
}

/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
    opacity: 0;
	transform: translate(0,80px);
	-webkit-transition: all ease-in-out 0.6s;
    transition: all ease-in-out 0.6s;
}
@media all and (max-width: 896px) {
    .fadeInUp {
        transform: translate(0,50px);
    }
}
.fadeInUp.on {
    opacity: 1;
	transform: translate(0, 0);
}