@charset "utf-8";
.gnavi>li:nth-child(3)>a {
	color: #745399;
	font-size: 1.8rem;
}
.titleArea {
	background: url("../images/01/bg_title.jpg") no-repeat;
	background-size: cover;
}
section {
	display: flex;
	justify-content: space-between;
	padding-bottom: 100px;
}

/*----------------------------------------------

main

-----------------------------------------------*/
.inner {
}
.inner h3 {
	font-size: 3.6rem;
	margin-bottom: 40px;
}
.wrapper {
	background: url("../images/01/bk_line.jpg") 32px 0 no-repeat;
	background-size: 35px 100%;
}

section .time {
	width: 100px;
}
section .time p {
	background: #75549a;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	padding: 2px 0 0;
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: 1px;
}
section .textBox {
	width: 500px;
}

.imgBox p {
	margin-top: 10px;
}



.sec09 {
	margin-top: -1px;
}

.mgb1em {
	margin-bottom: 1em;
}
.mgb3em {
	margin-bottom: 3em;
}



@media screen and (max-width: 559px) {/*スマホ*/
.inner h3 {
	font-size: 2.6rem;
	margin-bottom: 6.67vw;
}
section {
	padding-bottom: 10vw;
	flex-direction: column;
}
.wrapper {
	background: url("../images/01/bk_line.jpg") 16px 0 no-repeat;
	background-size: 35px 100%;
}

section .time {
	width: 18vw;
}
section .time p {
	font-size: 1.65rem;
}
section .textBox {
	width: auto;
	padding-left: 20vw;
}

.imgBox {
	margin-top: 3vw;
}
.imgBox img {
	width: 100%;
}
.imgBox p {
	text-align: center;
}



.sec09 {
	margin-top: -1px;
}


}