<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
#sns{
	text-align:right;
	z-index:0;
	margin:5px auto;
	width:950px;
}
p,h3,li,dt,dd{
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
	color:#000;
	font-size:13px;
	line-height:1.8;
}

#otonajoshi_container header{
	background:url("../../../img/page/otonajoshi/repo/1806/bg_01.png") no-repeat top center;
	width:1100px;
	height:1000px;
	margin:0 auto;
	position:relative;
}
#otonajoshi_container header p.point01{
	z-index:100;
	position:absolute;
	top:-38px;
	left:80px;
	text-align:left;
}
#otonajoshi_container header h1{
	width:950px;
	margin:0 auto;
	padding-top:70px;
}
#otonajoshi_container header ul.menu{
	position:absolute;
	top:530px;
	right:300px;
	margin: 5px;
	overflow: hidden;
}
#otonajoshi_container header ul.menu li{
	margin: 35px 10px;
	transition: .8s;
}

#otonajoshi_container h2{
	transition: .8s;
}

.list-mv07{
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px); 
}
.mv07{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}
#sec01,#sec02,#sec03,#sec04,#sec05,#sec06{
	width:950px;
	background:#fff;
	margin:100px auto 0;
	border-radius: 20px;        /* CSS3���� */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome�p */  
    -moz-border-radius: 20px;   /* Firefox�p */ 
}
#sec01 h2,#sec03 h2,#sec05 h2{
	width:150px;
	margin:-80px 20px 0 0;
	float:right;
}
#sec02 h2,#sec04 h2{
	width:150px;
	margin:-80px 0 0 40px;
	float:left;
}
#sec01 .sec_inr,#sec03 .sec_inr,#sec05 .sec_inr{
	width:780px;
	float:left;
	margin:30px auto 30px;
	position:relative;
}

table.memo{
	width:660px;
	border:1px solid #999;
	color:#999;
	margin:20px 0;
}
table.memo th{text-align:right;}
table.memo th,
table.memo td{
	padding:10px;
	vertical-align:top;
}

.pink{font-size:12px;color:#e3007f;}


#sec01 .sec_inr{
	padding:0 0 0 50px;
}
#sec01 .sec_inr:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
#sec01 .sec_inr p{
	width:380px;
	float:left;
	line-height:1.8;
	margin-top:20px;
}
#sec01 .sec_inr img{
	width:335px;
	/*float:right;*/
}


#sec02{
	padding:30px 0;
}
#sec02 .sec_inr{
	width:700px;
	float:right;
	margin:0 20px 10px;
	position:relative;
}

#sec02 p{
	width:700px;
	margin:20px auto;
}


#sec03 .sec_inr{
	padding:0 0 0 50px;
}
#sec03 .sec_inr p{
	margin:20px 0;
}
#sec03 .sec_inr img{
	margin:30px auto;
}

#sec04 .sec_inr{
	width:700px;
	margin:20px 0 40px;
	float:right;
}
#sec04 .sec_inr:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
#sec04 p.fl{
	width:380px;
	float:left;
	margin-top:20px;
}
#sec04 img.fr{
	width:290px;
	margin:0 20px 20px 0;
	float:right;
}

#sec05 .sec_inr{
	padding:30px 10px 50px 50px;
}
#sec05 .sec_inr img{
	margin-top:30px;
}


#sec06 .sec_inr{
	padding:30px 50px 50px 0;
	float:right;
}
#sec06 .sec_inr img{
	margin:30px 0;
}
#sec06 h2{
	width:150px;
	margin:-80px 0 0 40px;
	float:left;
}


#sec07{
	background:rgba(255,255,255,0.6);
	margin-top:100px;
	padding:30px 0;
}

#sec07 h2{
	margin:-70px auto 50px;
	text-align:center;
}
#sec07 {
	text-align:center;
}
#sec07 p,
#sec07 img{
	margin-bottom:30px;
}
#sec07 table.memo{
	width:710px;
	margin:0 auto 30px;
	background:#fff;
}


#sec08{
	background:#fff000;
	padding:20px 0 100px;
}
#sec08 h2{
	margin:0 auto;
	text-align:center;
}
#sec08 dl.info_List{
	width:850px;
	margin:0 auto;
	color:#000;
}

#sec08 h3{
	font-size:20px;
	font-weight:bold;
	width:850px;
	margin:50px auto 10px;
}
#sec08 dl.info_List dt{
  padding:10px 0 10px 10px;
  margin-bottom:5px;
  width : 200px;
  font-size:14px;
  font-weight:bold;
  text-align:center;
  background:#000;
  color:#fff;
/* ���� */
  float : left;
/* float���� */
  clear : both;
}
 
#sec08 dl.info_List dd{
  padding:10px 10px 10px 10px;
  width : 650px;
  min-height:60px;
/* dt�̕����̐ݒ� */
  margin-left : 220px;
}
#sec08 p.txt01{
	width:850px;
	text-align:right;
	margin:20px auto 0;
}

.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
.pcimg{
	margin:0 auto 10px;
	display:block;
}
.sp{display:none;}
</pre></body></html>