@charset "UTF-8";
/*===============================================
●mian.css 画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px) {

	/*=========================
▼▼共通▼▼
===========================*/
	img {
		display: block;
	}
	.pink {
		color: #ea8da8;
	}
	/*=========================
▲▲共通▲▲
===========================*/
	#title_area {
		padding-top: 64px;
		margin-bottom: 34px;
	}
	#conts_01 {
		width: 100%;
		float: left;
		clear: both;
		margin-bottom: 98px;
	}
	#conts_01 .bg_wrapper {
		width: calc(100% - 168px);
		height: 615px;
		margin: 0 84px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-image: url(../img/second-marriagering/bg_img_01.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	#conts_01 .main_text {
		width: 1200px;
		margin: 0 auto;
		padding: 63px 0 0;
		font-size: 18px;
		line-height: 36px;
		background-repeat: no-repeat;
		background-position: center 136px;
		background-size: 906px;
	}
	#conts_01 .main_text p {
		margin-bottom: 26px;
	}
	#conts_01 .main_text p:last-of-type {
		margin-bottom: 0;
	}

	#conts_02 {
		width: 100%;
		float: left;
		clear: both;
		text-align: left;
	}
	#conts_02 .box {
		width: 740px;
		margin-top: 48px;
		margin-left: 460px;
		border: 1px solid #b0b0b0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#conts_02 .box figure {
		width: 550px;
		height: 400px;
		float: left;
		margin-top: -48px;
		margin-left: -460px;
		overflow: hidden;
	}
	#conts_02 .box figure img {
		width: 100%;
		display: block;
		transition-duration: 0.9s;
	}
	#conts_02 .box figure:hover img {
		transform: scale(1.05);
		opacity: 1;
	}
	#conts_02 .box .text_box {
		padding: 111px 147px 119px;
	}
	#conts_02 .box .text_box h2 {
		font-size: 20px;
		margin-bottom: 18px;
	}
	#conts_02 .box .text_box .text {
		margin-bottom: 24px;
	}
	#conts_02 .box .text_box .link_btn {
		width: 260px;
		font-size: 13px;
		text-align: center;
	}
	#conts_02 .box .text_box .link_btn a {
		width: 100%;
		display: block;
		border: 1px solid #b0b0b0;
		padding: 3px 0 3px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-image: url(../img/share/icon_04.png);
		background-repeat: no-repeat;
		background-position: right 17px center;
		background-size: 6px;
		text-decoration: none;
		transition-duration: 0.3s;
		font-weight: 300;
	}
	#conts_02 .box .text_box .link_btn a:hover {
		color: #ffffff;
		background-color: #b0b0b0;
		background-image: url(../img/share/icon_04w.png);
	}
	#conts_02 .box_1 {
		margin-bottom: 128px;
	}
	#conts_02 .box_2 {
		margin-bottom: 128px;
	}
	#conts_02 .box_3 {
		margin-bottom: 0px;
	}
	#conts_02 .box_2 {
		margin-top: 0;
		margin-left: 0;
		margin-right: 460px;
		position: relative;
	}
	#conts_02 .box_2 figure {
		float: right;
		margin-left: 0;
		margin-right: -460px;
	}
	#conts_02 .box_2 figure.position_img {
		width: 519px;
		display: block;
		position: absolute;
		right: 16px;
		bottom: -123px;
		pointer-events: none;
	}
	#conts_02 .box_2 figure.position_img img:hover {
		transform: none;
	}
	#conts_02 .box_2 .text_box {
		padding: 94px 147px 119px 60px;
	}

}



/*===============================================
●sp.css  画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px) {

	/*=========================
▼▼共通▼▼
===========================*/
	h3 {
		font-size: 1.8rem;
		line-height: 1.5;
		font-weight: 200;
	}
	/*=========================
▲▲共通▲▲
===========================*/

	#contents {
		width: 100%;
		float: left;
		clear: both;
	}

	#conts_01 {
		width: 100%;
		clear: both;
		margin-bottom: 140px;
	}
	#conts_01 .bg_wrapper {
		width: 90%;
		height: 50vw;
		margin: 0 5%;
		background-image: url(../img/second-marriagering/bg_img_01.jpg);
		background-repeat: no-repeat;
		background-position: right 60% center;
		background-size: 142%;
	}
	#conts_01 .main_text {
		width: 90%;
		margin: 0 auto;
		padding: 36px 0 20px;
		font-size: 1.5rem;
		line-height: 1.6;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
	}
	#conts_01 .main_text p {
		margin-bottom: 26px;
	}
	#conts_01 .main_text p:last-of-type {
		margin-bottom: 0;
	}

	#conts_02 {
		width: 100%;
		text-align: left;
	}
	#conts_02 .box {
		width: 94%;
		margin-left: 6%;
		margin-top: 65vw;
		padding: 21vw 25px 10vw;
		border: 1px solid #b0b0b0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}
	#conts_02 .box_2 {
		margin-left: 0;
		margin-right: 6%;
		margin-top: 65vw;
	}
	#conts_02 .box figure {
		width: 100%;
		position: absolute;
		top: -47vw;
		left: -6%;
		overflow: hidden;
	}
	#conts_02 .box_2 figure {
		left: auto;
		right: -6%;
	}
	#conts_02 .box figure img {
		width: 100%;
		display: block;
		transition-duration: 0.5s;
	}
	#conts_02 .box figure:hover img {
		transform: scale(1.07);
		opacity: 1;
	}
	#conts_02 .box_2 figure.position_img {
		width: 94%;
		display: block;
		position: absolute;
		right: -4%;
		top: -20vw;
		pointer-events: none;
	}
	#conts_02 .box_2 figure.position_img img:hover {
		transform: none;
	}
	#conts_02 .box .text_box {}
	#conts_02 .box .text_box h2 {
		font-size: 1.8rem;
		line-height: 1.4;
		margin-bottom: 12px;
	}
	#conts_02 .box .text_box .text {
		margin-bottom: 18px;
	}
	#conts_02 .box .text_box .link_btn {
		width: 260px;
		margin: 0 auto;
		font-size: 1.3rem;
		text-align: center;
	}
	#conts_02 .box .text_box .link_btn a {
		width: 100%;
		display: block;
		border: 1px solid #b0b0b0;
		padding: 6px 0 6px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-image: url(../img/share/icon_04.png);
		background-repeat: no-repeat;
		background-position: right 12px center;
		background-size: 6px;
		text-decoration: none;
		transition-duration: 0.3s;
	}
	#conts_02 .box .text_box .link_btn a:hover {
		color: #ffffff;
		background-color: #b0b0b0;
		background-image: url(../img/share/icon_04w.png);
	}
	#conts_02 .box_1 {
		margin-bottom: 38px;
	}

}