.public-title {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;

}
.public-title h2 {
    font-size: 6rem;
    font-family: "Futura", sans-serif;
    margin-bottom: 20px;
    font-weight: 500;
}

.public-flyer {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	padding-top: 10px;
    padding-bottom: 70px;
}
.public-flyer .flyer_left {
	display: inline-block;
	width: 40%;
}
.public-flyer .flyer_left img{
	width: 100%;
}
.public-flyer .flyer_right {
	display: inline-block;
	width: 60%;
	padding: 100px 0px 100px 70px;
}
.public-flyer .flyer_right .public-title p:last-child {
	padding-top: 50px;
}
.public-flyer .flyer_right .public-title p.bold {
	font-weight: bold;
}
.public-flyer .flyer_right .btn-area2 {
	margin-top: 130px;
    padding: 0;
}
.public-flyer .flyer_right .btn-area2 .send {
	margin: 0;
	font-size: 14px;
}

.public-SNS {
	padding: 90px 0 80px;
}
.public-SNS .public-title p {
    margin-bottom: 70px;
    font-weight: 800;
}
.public-SNS .public-SNS-content {
	max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.public-SNS .public-SNS-content ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*justify-content: space-around;*/
	justify-content: space-evenly;
}
.public-SNS .public-SNS-content li a {
    display: block;
}
.public-link-back {
    background: -webkit-gradient(linear, left top, right top, from(#737373), color-stop(50%, #737373), color-stop(50%, #ffffff), to(#ffffff));
    background: linear-gradient(90deg, #737373 0%, #737373 50%, #ffffff 50%, #ffffff 100%);
    height: 90px;
}
.public-link {
    padding: 10px 4% 90px 4%;
    margin-bottom: 60px;
    background: -webkit-gradient(linear, left top, right top, from(#494949), color-stop(50%, #494949), color-stop(50%, #2e2e2e), to(#ffffff));
    background: linear-gradient(90deg, #494949 0%, #494949 50%, #2e2e2e 50%, #2e2e2e 100%);
}
.public-link .public-title h2 {
    color:#ffffff;
}
.public-link .public-title p {
    margin-bottom: 30px;
    color:#ffffff;
    width: 50%;
}
.public-link .public-title p.bold {
	font-weight: bold;
}
.public-link .public-link-content {
	width: 100%;
    max-width: 1100px;
    margin: auto;
}
.public-link .btn-area2 {
	margin-top: -90px;
	width: auto;
    text-align: right;
    padding: 0;
}
.public-link .btn-area2 .send {
    border: 2px solid #ffffff;
    background-color: #2e2e2e;
    color:#ffffff;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    display: inline-block;
	font-size: 14px;

}
.public-link .btn-area2 .send:hover {
    color: #2e2e2e;
}
.public-link .btn-area2 .send::before {
    background-color: #ffffff;
}
.public-link .btn-area2 .send::after {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}
.public-link .btn-area2 .send:hover::after {
    border-top: 2px solid #2e2e2e;
    border-right: 2px solid #2e2e2e;
}
@media screen and (max-width: 768px) {
	.public-flyer .flyer_right {
		padding: 20px 0px 20px 40px;
	}
	.public-flyer .flyer_right .btn-area2 {
		/*margin-top: 50px;*/
		margin-top: 30px;
	}
	.public-SNS {
		padding: 90px 4% 80px;
	}
	.public-link .public-link-content {
		margin: 0 0 0 auto;
	    padding: 0 10px;
	    width: 50%;
	}
	.public-link .btn-area2 {
	    text-align: right;
	    margin-right: -30px;
	}
	.public-link .btn-area2 .send {
		max-width: 100%;
	}
	.public-link .public-title p {
		width: 46%;
	}
	.public-SNS .public-SNS-content li a {
        text-align: center;
	}
	.public-SNS .public-SNS-content li img {
        max-width: 75%;
	}	

}
@media screen and (max-width: 520px) {
	.public-flyer {
		display: block;
	}
	.public-flyer .flyer_left {
		display: block;
	    margin: auto;
	    width: 70%;
	}
	.public-SNS .public-title p {
		margin-bottom: 25px;
	}
	.public-flyer {
		/*padding-bottom: 50px;*/
		padding-bottom: 20px;
	}
	.public-flyer .flyer_right {
	    padding: 20px 0;
	    width: 100%;
    }
    .public-flyer .flyer_right .public-title p:last-child {
    	padding-top: 25px;
    }
    .public-flyer .flyer_right .btn-area2 .send {
	    margin: auto;
    }
	.public-link-back {
		background: #737373;
		height: 30px;
	}
	.public-link {
	    padding: 15px 4% 20px 4%;
		background: linear-gradient(180deg, #494949 0%, #494949 65%, #2e2e2e 65%, #2e2e2e 100%);
	}
	.public-link .public-title p {
		width: 100%;
	}
	.public-link .public-link-content {
		width: 100%;
	}
	.public-link .btn-area2 {
		margin: 0;
		text-align: center;
	}
	.public-SNS{
	    padding: 35px 4% 40px;
	}
}
@media screen and (max-width: 375px) {
	.public-link .public-link-content {
		padding: 0;
	}
}