@charset "utf-8";
/* #PC ========================================================================================================== */
.contents {
    margin-top: 30px;
}
.contents_inner1, .contents_inner2 {
	height: auto;
    width : -webkit-calc(100% - 80px) ;
    width : calc(100% - 80px) ;
	max-width: 1700px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.contents_inner2 {
    flex-direction : row-reverse
}
.ph_box {
    width : 50%;
    height: auto;
    position: relative;
    float: left;
}
.text_box {
	width : 50%;
	height: auto;
	position: relative;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
}
.text_box_inner {
	width : 90%;
	height: auto;
	position: relative;
	float: left;
	text-align: center;
}
.text_box_inner img {
	margin-bottom: 15px;
}
.text_box_inner a  {
	color: #3460a2;
	text-decoration: none;
}
.text_box_inner a:hover {
    color: #3460a2; /*下線あり*/
    text-decoration: underline;
}

/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.contents_inner1, .contents_inner2 {
	max-width: 750px;
	width: 750px;
}
.ph_box {
    width : 100%;
}
.text_box {
	width : 100%;
	margin: 40px 0 80px 0;
}


}/* @media only screen and (max-width: 750px) */
