@charset "UTF-8";
/* CSS Document */
.entryBox {
	padding-left: 30px;
	padding-right: 30px;
}
.entryBox h2 {
	padding-left: 55px;
	font-size: 30px;
	font-weight: bold;
	color: #FB8CA5;
	line-height: 40px;
	border-bottom: 5px solid #FB8CA5;
	position: relative;
}
.entryBox h2:after {
	content: url(../img/common/mark.png);
	position: absolute;
	bottom: -8px;
	left: 0;
}
.entryBox .item {
	margin-top: 30px;
	padding: 40px 80px;
	background-color: #fff;
}
.entryBox .item .items .txt p {
	padding-bottom: 20px;
}
.entryBox .item .items .img p>img {
 filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
}
.entryBox01 {
	padding-bottom: 80px;
}
.entryBox01 .item .items {
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
}
.entryBox01 .item .items .txt {
	width: 560px;
}
.entryBox01 .item .items .txt h3,
.entryBox02 .item .items02 h3 {
	font-size: 20px;
	margin-bottom: 20px;
	padding:0 0 15px 5px;
	font-weight: bold;
	color: #F88CA5;
	letter-spacing: 0.08em;
	position: relative;
}
.entryBox01 .item .items .txt h3:after,
.entryBox02 .item .items02 h3:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background-image: url(../img/sub/wave02.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}
.entryBox01 .item .items h4 {
	padding-bottom: 10px;
	font-size: 19px;
	color: #F88CA5;
}
.entryBox01 .item .items .txt p,
.entryBox02 .item p {
	font-size: 16px;
	color: #464646;
}
.entryBox01 .item .items .txt .space {
	letter-spacing: 0;
}
.entryBox01 .item .items .txt .name {
	text-align: right;
}

.entryBox02 {
	padding-bottom: 40px;
}
.entryBox02 .item {
	padding-top: 80px;
}
.entryBox02 .item .items02 {
	padding-bottom: 50px;
}
.entryBox02 .item .items02 .start_txt {
	padding: 15px 0;
}
.entryBox02 .item .items02 .start_txt p {
	font-size: 20px;
    font-weight: bold;
    color: #F88CA5;
    letter-spacing: 0.08em;
    border-bottom: double;
    display: inline-block;
}
.entryBox02 .item .items02 h4 {
	margin-top: 30px;
	padding: 0 0 5px 10px;
	font-size: 17px;
	font-weight: bold;
	color: #464646;
}
.entryBox02 .item .items02 p,
.entryBox02 .item .items02 .t_01 {
	padding-left: 10px;
}
.entryBox02 .item .items02 .t_02 {
	padding: 0 0 5px 30px;
	position: relative;
}
.entryBox02 .item .items02 .t_02:before {
	content: "◎";
	position: absolute;
	top: 0;
	left: 10px;
}
.entryBox02 .item .items02 .name {
	padding-top: 40px;
}
