
.cnt_area{
	display:block;
	overflow:hidden;
	margin:0 0 60px;
}

.cnt{
	display:block;
	overflow:hidden;
}

.cnt .cnt_img {
	display: block;
	position: relative;
	float: left;
	overflow: hidden;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}
.cnt .cnt_img img{
	width:100%;
}
.cont_wrap{
	display: block;
	float: right;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	margin: 0;
	vertical-align: top;
}
.cont_wrap a,
.cont_wrap .nolink{
	color:#FFF;
	text-decoration:none;
	background: #6c6c70;
	display:block;
	padding: 60px 40px;
	position: relative;
}
.cnt:nth-of-type(2n) .cnt_img{
	float: right;
}
.cnt:nth-of-type(2n) .cont_wrap{
	float: left;
}
.cnt:nth-of-type(2n) .cont_wrap a{
	background: #444;
}
.cont_wrap a:hover{
	opacity: 0.8;
}

.cont_wrap a:before {
	position: absolute;
	bottom: 25px;
	left: 50%;
	display: block;
	padding: 0;
	margin: 0 0 0 -18px;
	background-color: rgba(235, 235, 235, 0.4);
	-webkit-border-radius: 100%;
	border-radius: 100%;
	width: 36px;
	height: 36px;
	text-align: center;
	content: "";
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.cont_wrap a::after {
    position: absolute;
    bottom: 25px;
    left: 50%;
    display: block;
    width: 10px;
    height: 10px;
    margin-left: -8px;
    margin-bottom: 12px;
    border-left: 2px solid rgba(255, 255, 255, 1);
    border-bottom: 2px solid rgba(255, 255, 255, 1);
    content: "";
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.cont_wrap h2{
	font-size: 24px;
	font-weight:400;
    line-height: 120%;
    margin:0 0 20px;
    padding:0 0 0 15px;
    border-left: 2px solid #CCC;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
}
.cont_wrap p{
	font-size: 14px;
}


@media screen and (max-width: 680px) {
	.cont_wrap,
	.cnt .cnt_img{
		width: 100%;
		float:none;
	}
	.cont_wrap a{
		padding: 30px 20px 60px;
	}
	.cont_wrap .nolink{
		padding: 30px 20px;
	}
	.cont_wrap a:before{
		bottom: 15px;
	}
	.cont_wrap a:before,
	.cont_wrap a::after{
		bottom: 15px;
	}

}



/*-------------------------------------------------------
アンカーリンク
-------------------------------------------------------*/

.anchor-container {
    display: flex;
}

.anchor_list {
    display: flex;
    flex-wrap: nowrap;
    width: 700px;
    margin: 0 auto;
    align-items: center;
}

.anchor_item a {
    font-size: 14px;
}

.anchor-container .anchor_list .anchor_item {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    text-align: center;
    margin: 10px 0;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    border-left: 1px solid #D1D1D1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.anchor-container .anchor_list .anchor_item:last-child {
    border-right: 1px solid #D1D1D1;
}

.anchor-container .anchor_list .anchor_item:after {
    content: "";
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -4px;
}

.anchor-link {
    display: block;
    padding-top: 300px;
    margin-top: -300px;
}

.anchor-link-recommend {
    display: block;
    padding-top: 300px;
    margin-top: -300px;
}

@media screen and (max-width: 768px) {
    .anchor-link {
        display: block;
        padding-top: 300px;
        margin-top: -300px;
    }

    .anchor-link-recommend {
        display: block;
        padding-top: 300px;
        margin-top: -300px;
    }
    .anchor-container .anchor_list .anchor_item {
	    padding-bottom: 20px;
	}
    .anchor-container .anchor_list .anchor_item:after {
	    top: auto;
	    bottom: 7px;
	    right: 0;
	    left: 0;
	    margin: auto;
	}
}