@charset "UTF-8";

.page-body {
    width: 100%;
    max-width: 100%;
}


/* ==================================================
 共通デザイン
================================================== */
.menu .menu-list dl {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.menu .menu-list dl:nth-child(even) {
	flex-direction: row-reverse;
}
.menu .menu-list dl:not(:last-child) {
	margin-bottom: 70px;
}
.menu .menu-list dl dt {
	width: 46.2962962962963%;
}
.menu .menu-list dl dd {
	width: 51%;
}

.menu .menu-list dl dd h2 {
	margin-bottom: 25px;
    padding-bottom: 10px;
    font-size: 30px;
    font-size: 2rem;
	font-weight: bold;
    line-height: 1.3;
    position: relative;
}
.menu .menu-list dl dd h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 3px;
    border-top: #3d9857 solid 1px;
    border-bottom: #3d9857 solid 1px;
}

.menu .menu-list dl dd .txt {
    font-size: 16px;
    font-size: 1.066rem;
	line-height: 2.0;
	letter-spacing: -0.03em;
}
.menu .menu-list dl dd .txt span {
    font-size: 18px;
    font-size: 1.2rem;
	font-weight: bold;
	display: block;
}

.menu .menu-list dl dd .txt-box {
    margin: 10px 0 15px;
    padding: 30px;
    background: url(../images/common/bg_line_pink01.png) repeat 0 0;
}
.menu .menu-list dl dd .txt-box > li {
    font-size: 18px;
    font-size: 1.2rem;
	font-weight: bold;
    line-height: 1.2;
	position: relative;
}
.menu .menu-list dl dd .txt-box > li:before {
	content: "●";
	padding-right: 1.0em;
}
.menu .menu-list dl dd .txt-box > li:not(:last-child) {
    margin-bottom: 1em;
}
.menu .menu-list dl dd .txt-box > li small {
	padding-left: 3.5em;
}

.menu .btn a {
    width: 23.14814814814815%;
    height: 45px;
    margin: 50px auto 0;
    border-radius: 23px;
	font-size: 18px;
	font-size: 1.2rem;
    color: #fff;
    background-color: #3d9857;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.menu .btn a:after {
    content: "";
    position: absolute;
    right: 17px;
    top: 0;
    bottom: 0;
    width: 4px;
    height: 4px;
    margin: auto;
    border: 1px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
	.menu .menu-list dl {
		flex-direction: column;
	}	
	.menu .menu-list dl:not(:last-child) {
		margin-bottom: 30px;
	}	
	.menu .menu-list dl dt {
		width: 100%;
		margin-bottom: 20px;
	}
	.menu .menu-list dl dd {
		width: 100%;
	}
	.menu .menu-list dl dd h2 {
		margin-bottom: 10px;
		font-size: 1.666rem; /*25px*/
	}
	.menu .menu-list dl dd .txt {
		line-height: inherit;
		letter-spacing: normal;
	}
	.menu .menu-list dl:nth-child(even) {
		flex-direction: column;
	}
	.menu .btn a {
		width: 80%;
		margin: 20px auto 0;
	}
	
	.menu .menu-list dl dd .txt-box {
		padding: 20px;
	}
	.menu .menu-list dl dd .txt-box > li:not(:last-child) {
		margin-bottom: 0.5em;
	}	
	.menu .menu-list dl dd .txt-box > li small {
		padding-left: 3em;
	}	
}
