@charset "utf-8";

/* diplay */
.show_pc {
  display: block;
}
.show_sp {
  display: none;
}

#contents .info_area {
	font-weight: bold;
	font-size: 109%;
	line-height: 2;
}
.info_area .txtIndent1 {
	text-indent:-1em !important;
	padding-left:1em !important;
}
.info_area .txtIndent1Half {
	text-indent:-1.5em !important;
	padding-left:1.5em !important;
}
.info_area .txtIndent2 {
	text-indent:-2em !important;
	padding-left:2em !important;
}
.info_area .txtIndent2Half {
	text-indent:-2.5em !important;
	padding-left:2.5em !important;
}
#contents .outline_area h2 {
	margin-bottom: 50px;
}
#contents .outline_area .tab_section ul {
	display: table;
	width: 100%;
	margin-bottom: 40px;
}
#contents .outline_area .tab_section ul li {
	display: table-cell;
	box-sizing: border-box;
	width: 33%;
	background: #666666;
	text-align: center;
	margin-left: 2px;
	border-right: 1px solid #FFF;
}
#contents .outline_area .tab_section ul li.current {
  background: #bb8d59;
}
#contents .outline_area .tab_section ul li a {
	display: block;
	font-size: 117%;
	padding: 9px 0;
	color: #FFFFFF;
	text-decoration: underline;
}
#contents .outline_area .tab_section ul li.current a,
#contents .outline_area .tab_section ul li a:hover {
	text-decoration: none;
}
#contents .main .style_02 {
  margin-bottom: 15px;
}
.info_area p {
  font-size: 115%;
  font-weight: bold;
  margin-bottom: 18px;
  line-height: 2;
}
.info_area h4 {
  font-size: 132%;
  font-weight: bold;
  line-height: 1.5;
  background: #f1e8dc;
  padding: 8px 15px;
  margin-bottom: 20px;
}
.info_area .section {
  margin-bottom: 50px;
}
.info_area .section h5 {
  font-size: 115%;
   line-height: 1.6;
  font-weight: bold;
  border-bottom: 4px solid #f1e8dc;
  padding-bottom: 5px;
}
.info_area .photo_center {
  text-align: center;
}
.info_area .photo_center img {
  margin: 0 auto;
}
.info_area .financial .box01 ul{
	overflow: hidden;
}
.info_area .financial .box01 ul li{
	float: left;
	width: 320px;
	margin-bottom: 40px;
}
.info_area .financial .box01 ul li:nth-child(even){
	margin-left: 40px;
}
.info_area .financial .box01 ul li img{
	width: 100%;
}
