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

#TxtBasicPolicy{ font-size:80%; margin-top:10px;}

/*header{
	background-image: url(../image/index/ImgMain.jpg);
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:center top;
}*/

header {
    background: url(../image/index/ImgMain2.jpg) no-repeat center;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:center top;
}

#header_slide{background: url(../image/index/ImgMain.jpg) no-repeat center;background-color:#fff;}

header{height: 370px; margin-bottom: 31px;}
#header{position: absolute; width: 100%; top: 0px; z-index: 100;}
#mainImg{margin-top:85px; }
#wrapperBnr1{background: url(../image/index/bnr1.jpg) no-repeat;height: 370px; position: relative;}
#wrapperBnr1 .btn1,.btn2{display: block; width:219px; height: 93px;}
#wrapperBnr1 .btn1{position: absolute; bottom: 20px; right: 275px;}
#wrapperBnr1 .btn2{position: absolute; bottom: 20px; right: 50px;}

#wrapperBnr2{background: url(../image/index/bnr2.jpg) no-repeat;height: 370px; position: relative;}
#wrapperBnr2 .btn1,.btn2{display: block; width:219px; height: 93px;}
#wrapperBnr2 .btn1{position: absolute; bottom: 33px; left: 270px;}
#wrapperBnr2 .btn2{position: absolute; bottom: 33px; right: 270px;}

#indexBnr{list-style: none; width: 715px;  text-align: center;}
#indexBnr li{margin: 0 0 20px;}

/*前矢印のアイコンフォント*/
.sp-next-arrow:before {
    font-family: FontAwesome !important;
    content: '\f105' !important;
	font-size: 50px;
	color: #696969;
}
/*後矢印のアイコンフォント*/
.sp-previous-arrow:before {
    font-family: FontAwesome !important;
  	content: '\f104' !important;
	font-size: 50px;
	color: #696969;
}

/*ナビゲーションボタンの色*/
.sp-button {
    border:2px solid #696969 !important;
}
.sp-selected-button {
  background-color: #696969!important;
}

#ReportContents{ width:324px; display:inline-block; vertical-align:top;s}
	#NewsContents h3,#ReportContents h3{background:url(../image/index/BGSubTitleTop.gif) no-repeat; height:42px; font-size:120%;padding:8px 20px 7px 40px;}
	#NewsContents ul,#ReportContents ul{border-bottom:1px solid #d0bea9; border-left:1px solid #d0bea9; border-right:1px solid #d0bea9; list-style-type:none; padding:0 10px;}
	#NewsContents li,#ReportContents li{padding:17px 0; font-size:85%; border-bottom:1px dashed #d5c5b3; color:#0051ab;}
	#NewsContents a,#ReportContents a{color:#0051ab; font-size:100%;}

#NewsContents{margin:0 6px 35px 20px;}
	#NewsContents li:last-child{border:none;}
#ReportContents{margin:0 20px 35px 6px;}
	#ReportContents li:last-child{border:none;}
	#ReportContents span{font-weight:bold; color:#3b3b3b; font-size:100%;}
	
#WrapperPoint{background:url(../image/index/Photo.jpg) no-repeat right; min-height:310px;}
	#WrapperPoint h4{margin-top:28px;}
	#WrapperPoint h4:first-child{margin-top:0px;}
.ContentsTxt{margin-top:5px;}

#WrapperSupport{border:1px solid #cfdb14; border-radius:5px; margin-top:31px;}
	#WrapperSupport h4{display:table-cell; width:30px; vertical-align:middle; background:#cfdb14; padding:5px 0 5px 7px;}
	#WrapperSupport p{display:table-cell; width:630px; vertical-align:middle; padding:10px; font-size:90%;}
	#WrapperSupport span{display:block; background:url(../image/common/IconContents.png) no-repeat left center; padding-left:10px;color:#0051ab;}
	#WrapperSupport a{color:#0051ab;}
	
#TxtSupportInfo{font-size:80%; margin-top:5px;}
	#TxtSupportInfo span{color:#7f4c42; font-size:100%; font-weight:bold;}

#information{list-style-type:none;}
	#information li{background:url(../image/index/IconContents.png) no-repeat left center; padding-left:15px; margin-bottom:12px;}
	
#ListContents{background:#fffbe8; border-radius:5px; border:1px solid #fce164; padding:20px;}
	#ListContents li{list-style-type:none; padding-left:30px; margin-bottom:20px; font-size:110%;}
		#ListContents li:last-child{margin-bottom:0px;}
	
	#ListNo1{background:url(../image/index/imgNo1.gif) no-repeat left center;}
	#ListNo2{background:url(../image/index/imgNo2.gif) no-repeat left center;}
	#ListNo3{background:url(../image/index/imgNo3.gif) no-repeat left center;}
	#ListNo4{background:url(../image/index/imgNo4.gif) no-repeat left center;}
	

div#tab-unit {
	position: relative;
	width: 670px;
	height: 500px;
}
h3.tab {
	padding: 5px 10px;
    background: #dd004c;
    color: #fff;
}
h3.tab a {
	display: block;
	width: 195px;
	height: 30px;
	box-sizing: border-box;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	line-height: 25px;
	border:1px solid #dd004c;
	color:#dd004c;
	border-radius:5px 5px 0 0;
	padding-top:2px;
	-webkit-transition: 0.2s ease-in-out; -moz-transition: 0.2s ease-in-out; -o-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out;
}
h3.tab a,
div.tab-content {
	background-color: #fff;
}


h3.tab a:hover,
h3.tab a:active
{
	color:#fff;
	background:#dd004c;
}
div.tab-target {
	position: fixed;
	top: 0;
	width: 0;
	line-height: 0;
	visibility: hidden;
}
div#tab-target-1 + div.tab-content h3.tab {
	left: -1px;
	z-index: 20;
}
div#tab-target-2 + div.tab-content h3.tab {
	left: 200px;
}
div#tab-target-3 + div.tab-content h3.tab {
	left: 199px;
}
div#tab-target-1 + div.tab-content {
	z-index: 10;
}

div#tab-target-1:target + div.tab-content,
div#tab-target-2:target + div.tab-content,
div#tab-target-3:target + div.tab-content {
	z-index: 100;
	
}
div.tab-content {
	left: 0;
	width: 670px;
	height: 500px;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #dd004c;
	margin-bottom: 15px;
}

.active a{background-color:#dd004c !important; color:#fff !important;}

.titleErea{margin-top:15px;}


#ReportContents{ width:324px; display:inline-block; vertical-align:top;s}
	#NewsContents h3,#ReportContents h3{background: url(../image/common/BGSubTitle.gif) no-repeat left center #f1f5ff; height:31px;font-size: 100%; padding:3px 20px 3px 20px; color: #1a388a; border-bottom: 1px #a5bbe9 dashed;
    border-top: 1px #a5bbe9 dashed;}
	#NewsContents ul,#ReportContents ul{border-bottom:1px solid #a5bbe9; border-left:1px solid #a5bbe9; border-right:1px solid #a5bbe9; list-style-type:none; padding:0 10px;}
	#NewsContents li,#ReportContents li{padding:17px 0 ; font-size:85%; color:#0051ab;}
	#NewsContents a,#ReportContents a{color:#0051ab; font-size:100%;}
	
#NewsContents{margin:0 20px 35px 20px;}
	#NewsContents li:last-child{border:none;}
	#NewsContents .NewsContents_Img{
		display: inline-block;
		margin-right: 7px;
		vertical-align: middle;
	}
#NewsContents .NewsContents_Img img{border-radius: 5px;}
#NewsContents .NewsContents_list{
	display: inline-block;
    max-width: 400px;
    vertical-align: middle;
}
	#NewsContents span{font-weight:bold; color:#3b3b3b; font-size:100%; display: block;}
	
#ReportContents{margin:0 20px 35px 6px;}
	#ReportContents li:last-child{border:none;}
	#ReportContents span{font-weight:bold; color:#3b3b3b; font-size:100%;}
	#ReportContents p{text-align:right;}


