@charset "utf-8";

/* -------------------------------
   BASE
------------------------------- */

#wrap {
	position:relative;
	width:100%;
	min-width:940px;
	margin:0 auto;
	overflow:hidden;
}
.sp {
	display:none!important;
}
.pcNL:before {
	content: "\A" ;
	white-space: pre ;
}

a{
	transition:all 0.2s;
}

a:hover{
	opacity:0.7;
}

/* -------------------------------
   home
------------------------------- */

#header{
	width:940px;
	margin:0 auto;
	height:97px;
	position:relative;
}

#header #logo{
	font-size:10px;
	font-weight:bold;
	text-align:center;
	display:inline-block;
	padding-top:5px;
}

#header #logo img{
	margin-top:5px;
}

.head .btn{
	position:absolute;
	right:0;
	top:25px;
}

#contents{
	width:940px;
	margin:0 auto 80px;
}

#mainVisual{
	min-height:350px;
	position:relative;
	padding-right:540px;
	font-family:'ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','ヒラギノ明朝 Pro','Hiragino Mincho Pro','游明朝','Yu Mincho',HG明朝B,'ＭＳ Ｐ明朝','ＭＳ 明朝',Georgia,'Times New Roman',serif;
}

#mainVisual figure{
	position:absolute;
	right:0;
	top:0;
}

#mainVisual h1{
	font-size:52px;
	font-weight:normal;
	padding:45px 0 0;	
}

#mainVisual dl{
	width:350px;
	margin:0 auto;
	position: absolute;
	left:25px;
	bottom:25px;
}

#mainVisual dt{
	font-size:24px;
	padding:10px;
	font-weight: bold;
}

#mainVisual dd{
	font-size:24px;
	letter-spacing:-0.05em;
	padding:35px 0;
	font-weight: bold;
}

.topTxt{
	font-size:18px;
	line-height:1.8;
	text-align:center;
	margin:40px 0;
}

.introduce{
	padding:14px;
}

.introduce h2{
	font-size:20px;
	margin:14px;
}

.introduce p{
	font-size:16px;
}

.introduce ul{
	font-size:0;
	text-align: center;
}

.introduce ul li{
	width:200px;
	margin:14px;
}

.introduce ul li figure{
	padding:20px 0 0;
}

.sec{
	margin:80px -500% 0;
	padding:0 500%;
}

.sec .secTit{
	font-size:30px;
	padding:60px 500%;
	margin:65px -500% 60px;
}

.sec .titWrap{
	position:relative;
	min-height:260px;
	padding-right:440px;
}

.sec .titWrap figure{
	position:absolute;
	right:0;
	top:0;
}

.sec .secTopTxt{
	text-align:center;
	font-size:16px;
	margin-bottom:40px;
}

.sec .subTit{
	font-size:30px;
	margin-bottom:40px;
	padding:35px 0;
	margin-top:60px;
}

.sec .titWrap .subTit{
	padding:110px 0 0;
	height:267px;
	margin-top:0;
}

.sec#peripheral .titWrap .subTit,
.sec#hope .titWrap .subTit{
	padding:90px 0 0;
}

.talk{
	font-size:0;
	margin-bottom:-30px;
}

.talk li{
	display:inline-block;
	margin-right:20px;
	margin-bottom:30px;
	width:460px;
	font-size:15px;
}

.talk li.col3{
	width:300px;
}

.talk li.last{
	margin-right:0;
}

.talk li .comment{
	border-radius:20px;
	background-color:#F7F7F7;
	padding:25px 30px;
	position:relative;
}

.talk li .comment:after{
	left:100px;
}

.talk li .person{
	font-size:14px;
}

.talk li .person .name{
	position: absolute;
	bottom:0;
}

.note{
	margin-top:40px;
	padding:25px 35px;
}

.note h3{
	padding:0 0 15px;
	font-size:28px;
	margin-bottom:30px;
}

.note .txt{
	text-align: center;
	font-size:16px;
}

.note .model{
	margin-top:30px;
}

.note .model li{
	font-size:16px;
	margin:0 20px;
}

.note h4{
	font-size:24px;
	margin:30px 0;
}

.note .type{
	margin-top:30px;
	display: flex;
}

.note .type li{
	flex-grow: 1;
	text-align: center;
}

.note .lebelfix{
	margin-top:30px;
}

.note .lebelfix figure{
	float:left;
	width:416px;
	text-align: right;
}

.note .lebelfix h4{
	margin-top:0;
	margin-left:450px;
	text-align: left;
}

.note .lebelfix p{
	font-size:16px;
	margin-left:470px;
}

#after{
	padding:30px;
	border-radius:20px;
}

#after h2{
	font-size:30px;
	margin-bottom:30px;
}

#after .afterTop p{
	float:left;
	width:300px;
	font-size:15px;
}

#after .afterTop figure{
	float:right;
	width:552px;
}

#after .message{
	margin-top:30px;
}

#after .message h3{
	font-size:20px;
}

#after .message p{
	font-size:15px;
}

.bnr{
	margin-top:40px;
	text-align:center; 
}

/* ==================================================================

  HEADER（一部流用）

=====================================================================*/

.head {
  width: 940px;
  margin:0px auto 27px;
  position:relative;
}

.head .logo{
  width:220px;
  margin:0px 0px 8px;
}
.head .logo p{
  color:#333;
  padding:5px 0px;
  font-size:10px;
  line-height:1.4em;
  font-weight:bold;
  margin:0px;
}

/* ==================================================================

  FOOTER（一部流用）

=====================================================================*/
.footer {
  width: 940px;
  height:58px;
  background:url(../images/report/footer_bg.gif) repeat-x left top;
  padding:22px 0px 0px 0px;
  font-size: 10px;
  clear: both;	
  margin:0 auto;
  box-sizing:content-box;
}
.footer p{
  line-height:21px;
  margin:0px;
  float:left;
}
.footer div{
  float:right;
}