@charset 'utf-8';
/*	Cascading Style Sheets: style.css 5.2	*/ 

#PAGE .SHEET .SIDE_WHITE ul li a.IR2:link	{ background:#e4f4fb url(../../img/arrow_black.png) no-repeat 8% 50%; background-size:4px auto; color:#000;}
#PAGE .SHEET .SIDE_WHITE ul li a.IR2:visited	{ background:#e4f4fb url(../../img/arrow_black.png) no-repeat 8% 50%; background-size:4px auto; color:#000;}
#PAGE .SHEET .SIDE_WHITE ul li.IR2:visited	{ background:#e4f4fb url(../../img/arrow_black.png) no-repeat 8% 50%; background-size:4px auto; color:#000;}

.out{
	width:700px;
	height:80px;
	background:#8E4892;
}
.in{
	width: 726px;
height: 162px;
background: #731D78;
-webkit-transform: rotate(20deg);
-moz-transform: rotate(20deg);
-ms-transform: rotate(20deg);
-o-transform: rotate(20deg);
transform: rotate(13deg);
margin-left: -27px;
margin-top: -2px;
}
.text{
	margin-top:30px;
	}
.shomei{
	float:right;
	margin-top:30px;
}
.shomei p{
	float:left;
}
.shomei img{
	float:left;
}
.right_img{
	float:right;
}


/*20230824追加*/
#PAGE .SHEET .SIDE_WHITE ul li.side.op.IR2 {
    background: #e4f4fb;
}




@media screen and (max-width: 740px){
.in{
	display:none;	
}
.out{
	background-image:url(../img/back_massage.jpg);
	width:100%;
	background-size: contain;
}
.SP_top_message{
	font-size:13px;
	font-weight:bold;
	margin-top:30px;
}
.SP_head{
	background-color:#731D78;
}
}