@charset "UTF-8";
/* CSS Document */


#contents #curten{
	position: absolute;
	height: 10000px;
	width: 100%;
	background-color: #FFF;
	right:0px;
	top: 76px;
	z-index: 1000;
	transition: all 500ms 0s ease;
}

#contents.load #curten{
	width: 0%;
}



@media screen and (max-width: 1000px) {

	#contents #curten{
		top: 60px;
	}

}

@media screen and (max-width: 840px) {
	
	#contents #curten{
		top: 75px;
	}
	
}


#contents #contentsarea{
	overflow: hidden;
	height: 0px;
	padding: 0px;
}

#contents.load #contentsarea{
	overflow: auto;
	height: auto;
}


#contents main{
	position: relative;
	min-height: 500px;
	height: auto;
	overflow: hidden;
	background-color: #FFF;
}

#contents main #mainphoto{
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	min-height: 500px;
	background-size: cover;
	background-position: center top;
	z-index: 1;
	
}


footer{
	display: none;
}

footer.load{
	display: block;
}




/* main */


#contents main #mainphoto{
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	min-height: 500px;
	background-size: cover;
	background-position: center top;
	z-index: 1;
	background-image: url(../img/woman/main.webp);
}

#contents.check main #mainphoto{
	transform: scale(1.2,1.2);
	transition: all 1500ms .5s ease;
}

#contents.load main #mainphoto{
	transform: scale(1,1);
}

#contents main #mainphoto figure{
	display: none
}

#contents main #mask{
	position: absolute;
	bottom: -5px;
	left: 0;
	z-index: 200;
	width: 100%;
	line-height: 0;
}

#contents main aside{
	position: absolute;
	z-index: 800000;
	width: 500px;
	height: 100px;
	background-color: #999;
}

@media (max-aspect-ratio: 18/9) {
	#contents main #mainphoto{
		background-position: right 30% top;
	}
}


@media (max-aspect-ratio: 10/8) {
	#contents main #mainphoto{
		background-position: right 30% top;
	}
}


@media (max-aspect-ratio: 95/100) {
	#contents main #mainphoto{
		position: relative;
		height: auto;
		background-image: none;
	}

	#contents main #mainphoto figure{
		display: block;
	}

	#contents main #mainphoto figure img{
		display: block;
		max-width: none;
		width: 100%;
		height: auto;
	}
}


@media screen and (max-width: 768px) {

	#contents main{
		min-height: auto;
	}

	#contents main #mainphoto{
		background-image: none;
		min-height: auto;
	}

	#contents main #mainphoto figure{
		display: block;
	}

	#contents main #mainphoto figure img{
		display: block;
		max-width: none;
		width: 100%;
		height: auto;
	}

	#contents main #mask{
		bottom: -1px;
	}

}





#contents main #crossHeader{
	position: absolute;
	display: inline-block;
	color: #FFF;
	width: 390px;
	top: 50%;
	left: calc(50% - 540px) ;
	transform: translateY(-50%);
	z-index: 9;
}

#contents main #crosstitle h1{
	font-weight: 500;
	color: #FFF;
}

#contents main #crosstitle span{
	color: #0059af;
	font-weight: 500;
}

#contents main #crossHeader article{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 20px 0px;
}

#contents main #crossHeader article span{
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	font-weight: 600;
	line-height: 1;
}

#contents main #crossHeader article div{
	position: relative;
	font-size:54px;
	font-weight: 300;
	line-height: 1;
	z-index: 2;
}

#contents main #crossHeader article figure{
	position: absolute;
	bottom: -3%;
	left: -5%;
	width: 110%;
	z-index: 1;
}

@media screen and (max-width: 1200px) {
	#contents main #crossHeader{
		width: 34vw;
		top: 60%;
		left: 5vw;
	}

	#contents main #crossHeader article span{
		font-size: 2.1vw;
	}

	#contents main #crossHeader article div{
		font-size: 4.6vw;
	}

}


@media screen and (max-width: 767px) {
	#contents main #crossHeader{
		width: 330px;
		top: auto;
		bottom: 12vw;
		left: 7vw;
		transform: translateY(0%);
	}

	#contents main #crossHeader article span{
		font-size: 18px;
		text-shadow:2px 2px 10px #333;
	}

	#contents main #crossHeader article div{
		font-size: 45px;
		text-shadow:2px 2px 10px #333;
	}

}


@media screen and (max-width: 540px) {

	#contents main #crossHeader{
		width: 55vw;
	}

	#contents main #crossHeader article span{
		font-size: 3.3vw;
		text-shadow:2px 2px 2vw #333;
	}

	#contents main #crossHeader article div{
		font-size: 7.4vw;
		text-shadow:2px 2px 2vw #333;
	}

}



/* main */


/* contentsarea */


#contentsarea #list h1{
	font-size: 40px;
	font-weight: 300;
	line-height: 1.4;
	padding: 50px 0px 30px;
	text-align: center;
}

#contentsarea #list #infotxt{
	font-size: 18px;
	text-align: center;
	line-height: 2.2;
}

#contentsarea #list #infotxt span{
	display: inline-block;
}

#contentsarea #list #infotxt,
#contentsarea #list ul{
	padding-bottom: 100px;
	justify-content: space-between;
}



#contentsarea #list ul li{
	position: relative;
	width: 31%;
	display: flex;
	flex-direction:column;
	padding-top: 220px;
}

#contentsarea #list ul li figure{
	position: absolute;
	width: 82%;
	z-index: 1;
	top: 0;
}

#contentsarea #list ul li div{
	position: relative;
	z-index: 2;
	border-radius: 20px;
	background-size: 50% 50%;
	background-repeat: repeat;
	height: auto;
	flex-grow:1;
	padding: 25px 28px;
}

#contentsarea #list ul li div.bg1{
	background-image: url(../img/woman/bg_1.webp);
}

#contentsarea #list ul li div.bg2{
	background-image: url(../img/woman/bg_2.webp);
}

#contentsarea #list ul li div.bg3{
	background-image: url(../img/woman/bg_3.webp);
}

#contentsarea #list ul li div.bg4{
	background-image: url(../img/woman/bg_4.webp);
}

#contentsarea #list ul li div.bg5{
	background-image: url(../img/woman/bg_5.webp);
}

#contentsarea #list ul li div span{
	display: block;
	font-size: 16px;
	line-height: 1;
}

#contentsarea #list ul li div span i{
	display: inline-block;
	font-style: normal;
	line-height: 1.4;
}

#contentsarea #list ul li div strong{
	display: inline-block;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	padding: 12px 0px 12px;
}

#contentsarea #list ul li div p{
	padding-top: 20px;
	line-height: 2;
	text-align:justify;
	text-justify:distribute;
}



@media screen and (max-width: 1200px) {
	#contentsarea #list ul li{
		padding-top: 18.5vw;
	}

	#contentsarea #list ul li div span i{
		display: block;
	}

	#contentsarea #list ul li div{
		/* margin-top: -4.16666667vw; */
	}
}

@media screen and (max-width: 1000px) {

	/* #contentsarea ul li div{
		border-radius: 15px;
		padding: 20px 22px;
		margin-top: -3vw;
	} */

	#contentsarea #list ul li{
		position: relative;
		width: 100%;
		margin-bottom: 20px;
		padding-top: 0px;
	}

	#contentsarea #list ul li figure{
		position: absolute;
		width: 190px;
		left: 0;
		top: 0;
		
	}

	#contentsarea #list ul li div{
		position: relative;
		width: calc(100% - 180px) ;
		margin: 0 0 20px 180px;
		
	}

	#contentsarea #list ul li div span i{
		display: inline-block;
	}

}


@media screen and (max-width: 767px) {
	#contentsarea #list h1{
		font-size: 34px;
		font-weight: 300;
		line-height: 1.4;
		padding: 6.5vw 0px 4vw;
		text-align: center;
	}

	#contentsarea #list #infotxt,
	#contentsarea #list ul{
		padding-bottom: 13vw;
	}

	#contentsarea #list #infotxt{
		font-size: 16px;
		text-align:justify;
		text-justify:distribute;
	}

	#contentsarea #list #infotxt span{
		display: inline;
	}

	
}


@media screen and (max-width: 640px) {
	#contentsarea #list ul li figure{
		width: 120px;
	}

	#contentsarea #list ul li div{
		width: calc(100% - 100px) ;
		margin: 0 0 10px 110px;
	}

	#contentsarea #list ul li div span i{
		display: inline-block;
	}

	#contentsarea #list ul li div span{
		font-size: 15px;
	}

	#contentsarea #list ul li div strong{
		font-size: 24px;
		padding: 12px 0px 12px;
	}
}

@media screen and (max-width: 480px) {
	#contentsarea #list h1{
		font-size: 7vw;
		padding: 10vw 0px 7vw;
	}

	#contentsarea #list ul li figure{
		position: relative;
		width: 120px;
		left: 0;
		top: 0;
	}

	#contentsarea #list ul li div{
		width: 100%;
		margin: -3vw 0 10px 0px;
	}

	#contentsarea #list ul li div span i{
		display: block;
	}

	

}

@media screen and (max-width: 360px) {
	#contentsarea #list h1{
		font-size: 9vw;
	}

}



/* contentsarea */



/* anchorbox */

#anchorbox{
	margin: 0 40px;
	background-color: #f2f2f2;
	border-radius: 20px;
	padding: 40px 0px;
	margin-bottom: 20px;
}

#anchorbox a{
	position: relative;
	width: 23.5%;
	border-radius: 10px;
	padding: 15px 0px 30px;
	text-align: center;
	z-index: 10;

	display: flex;
	flex-direction:column;
}

#anchorbox a strong{
	transition: all 500ms 0s ease;
	position: relative;
	display: block;
	width: 100%;
	font-size: 24px;
	color: #f06c76;
	line-height: 1.2;
	padding-bottom: 10px;
	z-index: 5;
}

#anchorbox a small{
	transition: all 500ms 0s ease;
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 1.6;
	color: #000;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow:1;
}

#anchorbox a aside{
	transition: all 500ms 0s ease;
	position: absolute;
	display: block;
	width: 18px;
	height: 9px;
	background-color: #f06c76;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 11;
}

#anchorbox a::before,
#anchorbox a::after{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

#anchorbox a::before{
	transition: all 500ms 0s ease;
	background-color: #FFF;
	z-index: 1;
	top: 0;
}

#anchorbox a::after{
	background-color: #f1cacd;
	z-index: -1;
	bottom: -7px;
}

.pc #anchorbox a:hover strong,
.pc #anchorbox a:hover small{
	transform: translateY(7px);
}

.pc #anchorbox a:hover::before{
	transform: translateY(7px);
}

.pc #anchorbox a:hover aside{
	transform: translate(-50%,7px);
}

@media screen and (max-width: 1100px) {
	#anchorbox a{
		width: 48%;
	}

	#anchorbox a:nth-of-type(1),
	#anchorbox a:nth-of-type(2){
		margin-bottom: 20px;
	}

}


@media screen and (max-width: 767px) {

	#anchorbox{
		margin: 0;
		border-radius: 0;
	}

	#anchorbox a strong{
		font-size: 20px;
	}

}

@media screen and (max-width: 540px) {

	#anchorbox{
		padding: 7vw 0px;
	}

	#anchorbox a{
		width: 100%;
	}

	#anchorbox a:nth-of-type(3){
		margin-bottom: 20px;
	}

}




/* 共通 */ 

.crosstalk_area{
	width: 100vw;
	overflow: hidden;
	padding-top: 100px;
}

.crosstalk_area .titlebox{
	padding-bottom: 50px;
}

.crosstalk_area .titlebox aside{
	color: #f06c76;
	font-size: 30px;
	line-height: 1;
	padding-bottom: 10px;
}

.crosstalk_area .titlebox h2{
	font-size: 30px;
	text-align: left;
	line-height: 1.4;
	font-weight: 500;
}

.crosstalk_area .img_big{
	width: 690px;
}

.crosstalk_area .img_mini{
	width: 750px;
}

.crosstalk_area .img_big_l,
.crosstalk_area .img_mini_l{
	margin: 0 0 0 auto;
}




@media screen and (max-width: 1240px) {
	.crosstalk_area .img_big{
		width: 55.6vw;
	}

	.crosstalk_area .img_mini{
		width: 60.4vw;
	}
}

@media screen and (max-width: 900px) {
	.crosstalk_area .img_big{
		width: 100%;
	}

	.crosstalk_area .img_mini{
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.crosstalk_area .titlebox{
		padding-bottom: 6.5vw;
	}

	.crosstalk_area .titlebox aside{
		font-size: 24px;
		padding-bottom: 10px;
	}

	.crosstalk_area .titlebox h2{
		font-size: 24px;
	}
}



.crosstalk_area dl{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}

.crosstalk_area dl.fuki_r{
	flex-direction: row-reverse;
}

.crosstalk_area dl dt{
	width: 120px;
}

.crosstalk_area dl dd{
	position: relative;
	font-size: 16px;
	line-height: 2;
	width: calc(100% - 170px) ;
	text-align:justify;
	text-justify:distribute;
}

.crosstalk_area dl.fuki_two_1 dt,
.crosstalk_area dl.fuki_two_2 dt{
	width: 240px;
}

.crosstalk_area dl.fuki_two_1 dt div,
.crosstalk_area dl.fuki_two_2 dt div{
	display: flex;
}

.crosstalk_area dl.fuki_two_1 dd,
.crosstalk_area dl.fuki_two_2 dd{
	width: calc(100% - 290px) ;
}

.crosstalk_area dl dt figure{
	width: 120px;
}


@media screen and (max-width: 767px) {
	.crosstalk_area dl dt{
		width: 80px;
	}

	.crosstalk_area dl dd{
		font-size: 15px;
		width: calc(100% - 110px) ;
	}

	.crosstalk_area dl.fuki_two_1 dt,
	.crosstalk_area dl.fuki_two_2 dt{
		width: 160px;
	}

	.crosstalk_area dl.fuki_two_1 dt div,
	.crosstalk_area dl.fuki_two_2 dt div{
		display: flex;
	}

	.crosstalk_area dl.fuki_two_1 dd,
	.crosstalk_area dl.fuki_two_2 dd{
		width: calc(100% - 190px) ;
	}

	.crosstalk_area dl dt figure{
		width: 80px;
	}

}

@media screen and (max-width: 480px) {

	.crosstalk_area dl dt{
		width: 60px;
	}

	.crosstalk_area dl dd{
		font-size: 15px;
		width: calc(100% - 70px) ;
	}

	.crosstalk_area dl.fuki_two_1 dt,
	.crosstalk_area dl.fuki_two_2 dt{
		width: 120px;
		z-index: 1;
	}

	.crosstalk_area dl.fuki_two_1 dt div,
	.crosstalk_area dl.fuki_two_2 dt div{
		display: flex;
	}

	.crosstalk_area dl.fuki_two_1 dd,
	.crosstalk_area dl.fuki_two_2 dd{
		width: calc(100% - 130px) ;
		z-index: 2;
	}

	.crosstalk_area dl dt figure{
		width: 60px;
	}

}




.crosstalk_area dl dd span{
	display: inline-block;
	border-radius: 20px;
	padding: 18px 30px;
	background-size: 1000px;
}

.crosstalk_area dl.fuki_r dd{
	text-align: right;
}

.crosstalk_area dl.fuki_r dd span{
	position: relative;
	text-align:justify;
	text-justify:distribute;
}

.crosstalk_area dl.fuki_aa dd span{
	background-image: url(../img/woman/bg_1.webp);
}

.crosstalk_area dl.fuki_mf dd span{
	background-image: url(../img/woman/bg_2.webp);
}

.crosstalk_area dl.fuki_sk dd span{
	background-image: url(../img/woman/bg_3.webp);
}

.crosstalk_area dl.fuki_two_1 dd span{
	background-image: url(../img/woman/bg_4.webp);
}

.crosstalk_area dl.fuki_two_2 dd span{
	background-image: url(../img/woman/bg_5.webp);
}

.crosstalk_area dl dd aside{
	position: absolute;
	width: 45px;
	height: 100%;
	max-height: 80px;
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 45px;
}

.crosstalk_area dl dd aside.mini{
	max-height: 50px;
}

.crosstalk_area dl.fuki_l dd aside{
	left: -40px;
	top: 0;
}

.crosstalk_area dl.fuki_r dd aside{
	right: -40px;
	top: 0;
}

.crosstalk_area dl.fuki_l.fuki_aa dd aside{
	background-image: url(../img/woman/fuki_l_1.webp);
}

.crosstalk_area dl.fuki_l.fuki_mf dd aside{
	background-image: url(../img/woman/fuki_l_2.webp);
}

.crosstalk_area dl.fuki_l.fuki_sk dd aside{
	background-image: url(../img/woman/fuki_l_3.webp);
}

.crosstalk_area dl.fuki_l.fuki_two_1 dd aside{
	background-image: url(../img/woman/fuki_l_4.webp);
}

.crosstalk_area dl.fuki_l.fuki_two_2 dd aside{
	background-image: url(../img/woman/fuki_l_5.webp);
}



.crosstalk_area dl.fuki_r.fuki_aa dd aside{
	background-image: url(../img/woman/fuki_r_1.webp);
}

.crosstalk_area dl.fuki_r.fuki_mf dd aside{
	background-image: url(../img/woman/fuki_r_2.webp);
}

.crosstalk_area dl.fuki_r.fuki_sk dd aside{
	background-image: url(../img/woman/fuki_r_3.webp);
}

.crosstalk_area dl.fuki_r.fuki_two_1 dd aside{
	background-image: url(../img/woman/fuki_r_4.webp);
}

.crosstalk_area dl.fuki_r.fuki_two_2 dd aside{
	background-image: url(../img/woman/fuki_r_5.webp);
}



.line_dot div{
	width: 100%;
	height: 20px;
	background-image: url(../img/woman/line_woman_2.svg);
	background-position: center;
	background-size: cover;
	margin-top: 100px;
}

.line_w div{
	width: 100%;
	background-image: url(../img/woman/line_woman_1.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1080px;
	margin-top: 100px;
	text-align: center;
}

.line_w div span{
	display: inline-block;
	font-size: 30px;
	font-weight: 500;
	background-color: #FFF;
	padding: 5px 20px 0px;
	line-height: 1;
}


@media screen and (max-width: 767px) {
	.crosstalk_area dl dd span{
		border-radius: 15px;
		padding: 12px 20px;
	}

	.crosstalk_area dl dd aside{
		max-height: 60px;
	}

	.crosstalk_area dl dd aside.mini{
		max-height: 50px;
	}
	.crosstalk_area dl.fuki_l dd aside{
		left: -25px;
		top: 0;
	}

	.crosstalk_area dl.fuki_r dd aside{
		right: -25px;
		top: 0;
	}


	.line_w div span{
		display: inline-block;
		font-size: 24px;
		padding: 5px 20px 0px;
	}
	
}

@media screen and (max-width: 480px) {
	.crosstalk_area dl dd aside{
		display: none;
	}

	.line_w div{
		background-size: 540px;
	}

	.line_w div span{
		display: inline-block;
		font-size: 20px;
		padding: 5px 10px 0px;
		line-height: 1.2;
	}
}




/* 1 */

#crosstalk_1 .img_big_l,
#crosstalk_1 .img_mini_r{
	position: relative;
}

#crosstalk_1 .img_big_l figure.photo{
	position: absolute;
	width: 650px;
	border-radius: 50%;
	overflow: hidden;
	right: 730px;
	top: 0;
}

#crosstalk_1 .img_mini_r figure.photo{
	position: absolute;
	width: 400px;
	border-radius: 50%;
	overflow: hidden;
	left: 780px;
}

@media screen and (max-width: 1240px) {
	#crosstalk_1 .img_big_l figure.photo{
		width: 52.4vw;
		right: 58.5vw;
	}

	#crosstalk_1 .img_mini_r figure.photo{
		width: 38.7vw;
		left: 62.9vw;
	}
}

@media screen and (max-width: 900px) {
	#crosstalk_1 .img_big_l figure.photo,
	#crosstalk_1 .img_mini_r figure.photo{
		position: relative;
	}

	#crosstalk_1 .img_big_l figure.photo{
		width: 80vw;
		right: auto;
		left: -15vw;
		margin-bottom: 50px;
	}

	#crosstalk_1 .img_mini_r figure.photo{
		width: 60vw;
		left: auto;
		right: -10vw;
		margin-bottom: 50px;
		margin-left: auto;
	}
}

@media screen and (max-width: 767px) {
	#crosstalk_1 .img_big_l figure.photo{
		margin-bottom: 6.5vw;
	}
}



/* 2 */

#crosstalk_2 #crosstalk_2_image{
	width: 900px;
	margin: 70px auto;
}

#crosstalk_2 #crosstalk_2_image figure{
	width: 430px;
	border-radius: 30px;
	overflow: hidden;
}

@media screen and (max-width: 1060px) {

	#crosstalk_2 #crosstalk_2_image{
		width: 100%;
		margin: 50px auto;
	}

	#crosstalk_2 #crosstalk_2_image figure{
		width: 48.5%;
		border-radius: 20px;
		overflow: hidden;
	}

}

@media screen and (max-width: 560px) {
	#crosstalk_2 #crosstalk_2_image figure{
		width: 4100%;
		border-radius: 20px;
		overflow: hidden;
	}

	#crosstalk_2 #crosstalk_2_image figure:nth-of-type(1){
		margin-bottom: 30px;
	}
}



/* 3 */


#crosstalk_3 .img_big_r,
#crosstalk_3 .img_mini_l{
	position: relative;
}

#crosstalk_3 .img_big_r figure.photo{
	position: absolute;
	width: 650px;
	border-radius: 50%;
	overflow: hidden;
	left: 730px;
}

#crosstalk_3 .img_mini_l{
	min-height: 400px;
}

#crosstalk_3 .img_mini_l figure.photo{
	position: absolute;
	width: 400px;
	border-radius: 50%;
	overflow: hidden;
	right: 780px;
}


@media screen and (max-width: 1240px) {
	#crosstalk_3 .img_big_r figure.photo{
		width: 52.4vw;
		left: 58.5vw;
	}

	#crosstalk_3 .img_mini_l figure.photo{
		width: 38.7vw;
		right: 62.9vw;
	}
}


@media screen and (max-width: 900px) {
	#crosstalk_3 .img_big_r figure.photo,
	#crosstalk_3 .img_mini_l figure.photo{
		position: relative;
	}

	#crosstalk_3 .img_big_r figure.photo{
		width: 80vw;
		left: auto;
		right: -15vw;
		margin-bottom: 50px;
	}

	#crosstalk_3 .img_mini_l figure.photo{
		width: 60vw;
		right: auto;
		left: -10vw;
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 767px) {
	#crosstalk_3 .img_big_r figure.photo{
		margin-bottom: 6.5vw;
	}
}




/* 4 */


#crosstalk_4 figure.photo{
	border-radius: 30px;
	overflow: hidden;
	margin-top: 100px;
}

@media screen and (max-width: 560px) {

	#crosstalk_4 figure.photo{
		border-radius: 20px;
	}

}



/* 5 */

#crosstalk_5{
	padding: 60px 0px 100px;
}

#crosstalk_5 dl{
	display: block;
	width: 32%;
}

#crosstalk_5 dl dt,
#crosstalk_5 dl dd{
	width: 100%;
}

#crosstalk_5 dl dt figure{
	width: 120px;
	margin: 0 auto;
}

#crosstalk_5 dl dd{
	font-size: 14px;
	border-radius: 20px;
	padding:18px 25px 25px;
	background-size: 1000px;
	margin-top: 40px;
}

#crosstalk_5 dl dd span{
	padding:0px;
}

#crosstalk_5 dl.fuki_aa dd{
	background-image: url(../img/woman/bg_1.webp);
}

#crosstalk_5 dl.fuki_mf dd{
	background-image: url(../img/woman/bg_2.webp);
}

#crosstalk_5 dl.fuki_sk dd{
	background-image: url(../img/woman/bg_3.webp);
}


#crosstalk_5 dl dd aside{
	position: absolute;
	width: 45px;
	height: 100%;
	max-height: 80px;
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;

	
	top: -55px;
	left: 50%;
	transform: rotate(90deg);
}

#crosstalk_5 dl.fuki_aa dd aside{
	background-image: url(../img/woman/fuki_l_1.webp);
}

#crosstalk_5 dl.fuki_mf dd aside{
	background-image: url(../img/woman/fuki_l_2.webp);
}

#crosstalk_5 dl.fuki_sk dd aside{
	background-image: url(../img/woman/fuki_l_3.webp);
}



@media screen and (max-width: 640px) {

	#crosstalk_5 dl{
		display: block;
		width: 100%;
		max-width: 400px;
		margin: 0 auto 20px;
	}

	#crosstalk_5 dl dd{
		margin-top: 20px;
	}

}


@media screen and (max-width: 480px) {

	

	#crosstalk_5 dl dd aside{
		display: block;
	}

}














