@charset "utf-8";
*{
	box-sizing:border-box;
}
html,body{
  width: 100%;
  height: 100%;
}
body{
	/*font-family: Verdana,"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size:13px;*/
	color:#000;
}
.contents_body{
  position: relative;
  background: url('../image/bg_body_c.png') left top repeat;
}
.contents_body:after{
  content:" ";
  display: block;
  width:150px;
  height:100%;
  background: url('../image/bg_body_r.png') left top repeat-y;
  position: absolute;
  top:0;
  right:0;
  z-index:500;
}
.contents_body:before{
  content:" ";
  display: block;
  width:150px;
  height:100%;
  background: url('../image/bg_body_l.png') right top repeat-y;
  position: absolute;
  top:0;
  left:0;
  z-index:500;
}

/*------------------*/
.cont_wrap{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
/*------------------*/
body > header{
  width: 100%;
  height: 150px;
  position: relative;
  background: url('../image/bg_head_c.png') center bottom repeat-x;
}
body > header:after{
  content:" ";
  display: block;
  width:150px;
  height: 150px;
  background: url('../image/bg_head_r.png') left bottom no-repeat;
  position: absolute;
  top:0;
  right:0;
  z-index:500;
}
body > header:before{
  content:" ";
  display: block;
  width:150px;
  height: 150px;
  background: url('../image/bg_head_l.png') right bottom no-repeat;
  position: absolute;
  top:0;
  left:0;
  z-index:500;
}
.contents_body_foot{
  width: 100%;
  height: 120px;
  position: relative;
  background: url('../image/bg_foot_c.png') left top repeat-x;
}
.contents_body_foot:after{
  content:" ";
  display: block;
  width:150px;
  height: 120px;
  background: url('../image/bg_foot_r.png') left top no-repeat;
  position: absolute;
  top:0;
  right:0;
  z-index:500;
}
.contents_body_foot:before{
  content:" ";
  display: block;
  width:150px;
  height: 120px;
  background: url('../image/bg_foot_l.png') right top no-repeat;
  position: absolute;
  top:0;
  left:0;
  z-index:500;
}
/*-----------------------*/
.header_inner{
  position: relative;
}
body > header{

}
body > header h1{
  position: absolute;
  top:85px;
  left:10px;
}
body > header .tel{
  position: absolute;
  top:70px;
  right:10px;
}
body > header .fax{
  position: absolute;
  top:70px;
  right:180px;
}
body > header nav ul{
  width: 100%;
  text-align: right;
  position: absolute;
  top:110px;
  right:10px;
}
body > header nav li{
  display: inline-block;
}
body > header nav li a{
  color:#111;
  text-decoration: none;
  padding: 0 20px;
  border-right:1px solid #999;
  font-size: 13px;
}
body > header nav li a:hover{
  text-decoration: underline;
}
body > header nav li:first-child a{
  border-left:1px solid #999;
}
/*-----------------------*/
.footer_cont_wrap{
  width: 100%;
  padding:40px 0;
  background: #111;
  position: relative;
}
/*-----------------------*/
.top_visual_area{
  background: url('../image/top_sea_bg.png') center top no-repeat;
}
.top_visual_area h2.head01{
  text-align: center;
  padding: 200px 0 0;
  width:330px;
  margin:0 auto 20px;
  height:267px;
   
}
.top_visual_area h3#sub_txt{
  text-align: center;
  margin:0 auto;
  width:360px;
  text-align:center;
 
  margin:0 auto 250px;
   
}

.news_ticker span.date{
  font-weight: bold;
  margin-right: 10px;
}
.news_ticker span.ca01{
  font-size: 12px;
  display: inline-block;
  padding: 2px 15px;
  background: #709cbd;
  color: #fff;
  margin-right: 10px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.news_ticker span.ca02{
  font-size: 12px;
  display: inline-block;
  padding: 2px 15px;
  background: #f16090;
  color: #fff;
  margin-right: 10px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.news_ticker span.ca03{
  font-size: 12px;
  display: inline-block;
  padding: 2px 15px;
  background: #90c95e;
  color: #fff;
  margin-right: 10px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.news_ticker span.ca04{
  font-size: 12px;
  display: inline-block;
  padding: 2px 15px;
  background: #ff7878;
  color: #fff;
  margin-right: 10px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.news_ticker{
  position: relative;
  padding: 15px 15px;
  background: rgba(255,255,255,.8);
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
		  height:55px !important;
}
/*.news_ticker ul{
	position: relative;
  padding: 15px 15px;
  background: rgba(255,255,255,.8);
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
          border-radius: 5px;}*/

.news_ticker li{
	display:none;
	top:15px !important;
	left:22px !important;}
.to_news_all_btn{
  display: block;
  width: 180px;
  background: #000;
  color: #FFF;
  padding: 4px 15px;
  position: absolute;
  top: 12px;
  right: 15px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.to_news_all_btn:before{
  content:" ";
  width: 0;
  height: 0;
  position: absolute;
  top:50%;
  right:10px;
  margin-top: -7px;
  border-style: solid;
  border-width: 6.5px 0 6.5px 8px;
  border-color: transparent transparent transparent #ffffff;
  z-index: 300;
}
.to_news_all_btn:after{
  content:" ";
  width: 0;
  height: 0;
  position: absolute;
  top:50%;
  right:12px;
  margin-top: -7px;
  border-style: solid;
  border-width: 6.5px 0 6.5px 8px;
  border-color: transparent transparent transparent #000;
  z-index: 300;
}
.to_news_all_btn a{
  display: block;
  color: #FFF;
  font-size: 13px;
  text-decoration: none;
}
.top_visual_middle{
	margin-bottom:110px;
  
}
.top_visual_middle li{
  float: left;
  position: relative;
  padding: 15px 20px;
  margin-right: 20px;
  width: 320px;
  height: 320px;
  background: rgba(255,255,255,.8);
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.top_visual_middle li+li{
  margin-right: 0;
}
.top_visual_middle li+li+li{
  float: right;
}
.top_visual_middle li h3{
  text-align: center;
  font-size: 21px;
  padding-top: 20px;
  margin-bottom:25px;
  line-height:1.3;
}
.top_visual_middle li .btn{
  position: absolute;
  left:50%;
  bottom:20px;
  margin-left: -100px;
  width: 200px;
  padding: 10px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.top_visual_middle li .btn a{
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
}
.top_visual_middle li .btn{
  background: #2e9696;
}
.top_visual_middle li+li .btn{
  background: #b39f59;
}
.top_visual_middle li+li+li .btn{
  background: #e55d93;
}


.path{	/*ストロークの色や太さ*/
	stroke:#000;
	fill:#fff;
	fill-opacity:0;
	stroke-width:0.5;
	/*破線*/
	stroke-DASHarray: 3000;
	stroke-DASHoffset:3000;
	/*アニメーション*/
	-moz-animation:DASH 8s ease-in-out 0.8s forwards;
	-webkit-animation:DASH 8s ease-in-out 0.8s forwards;
	-o-animation:DASH 8s ease-in-out 0.8s forwards;
	animation:DASH 8s ease-in-out 0.8s forwards;
	-webkit-transition:all 8s ease-in-out;transition:all 8s ease-in-out;	
}

@keyframes DASH{
	0%  {stroke-DASHoffset:3000;fill:#fff;fill-opacity:0;}
	10%  {stroke-DASHoffset:3000;fill:#fff;fill-opacity:0;}
	60% {stroke-DASHoffset:2000;fill:#000;fill-opacity:1;}
	100%{stroke-DASHoffset:0;fill:#000;fill-opacity:1;}
}

@-moz-keyframes DASH{
	0%  {stroke-DASHoffset:3000;fill:#fff;fill-opacity:0;}
	10%  {stroke-DASHoffset:3000;fill:#fff;fill-opacity:0;}
	60% {stroke-DASHoffset:2000;fill:#000;fill-opacity:1;}
	100%{stroke-DASHoffset:0;fill:#000;fill-opacity:1;}
}

@-webkit-keyframes DASH{
	0%  {stroke-DASHoffset:3000;fill:#fff;fill-opacity:0;}
	10%  {stroke-DASHoffset:3000;fill:#fff;fill-opacity:0;}
	60% {stroke-DASHoffset:2000;fill:#000;fill-opacity:1;}
	100%{stroke-DASHoffset:0;fill:#000;fill-opacity:1;}
}

@-o-keyframes DASH{
	0%  {stroke-DASHoffset:3000;fill:#fff;fill-opacity:0;}
	10%  {stroke-DASHoffset:3000;fill:#fff;fill-opacity:0;}
	60% {stroke-DASHoffset:2000;fill:#000;fill-opacity:1;}
	100%{stroke-DASHoffset:0;fill:#000;fill-opacity:1;}
}

@-ms-keyframes DASH{
	0%  {stroke-DASHoffset:3000;fill:#fff;fill-opacity:0;}
	10%  {stroke-DASHoffset:3000;fill:#fff;fill-opacity:0;}
	60% {stroke-DASHoffset:2000;fill:#000;fill-opacity:1;}
	100%{stroke-DASHoffset:0;fill:#000;fill-opacity:1;}
}

/*///////////////////////////*/

.path02{	/*ストロークの色や太さ*/
	stroke:#000;
	fill:#fff;
	fill-opacity:0;
	stroke-width:0.2;
	/*破線*/
	stroke-DASHarray: 3000;
	stroke-DASHoffset:3000;
	/*アニメーション*/
	-moz-animation:DASH02 8s ease-in-out 2s forwards;
	-webkit-animation:DASH02 8s ease-in-out 2s forwards;
	-o-animation:DASH02 8s ease-in-out 2s forwards;
	animation:DASH02 8s ease-in-out 2s forwards;
	-webkit-transition:all 8s ease-in-out;transition:all 8s ease-in-out;	
}

@keyframes DASH02{
	0%  {stroke-DASHoffset:3000;fill:#fff;fill-opacity:0;}
	20%  {stroke-DASHoffset:3000;fill:#fff;fill-opacity:0;}
	60% {stroke-DASHoffset:2000;fill:#000;fill-opacity:1;}
	100%{stroke-DASHoffset:0;fill:#000;fill-opacity:1;}
}

@-moz-keyframes DASH02{
	0%  {stroke-DASHoffset:3000;fill:#fff;fill-opacity:0;}
	20%  {stroke-DASHoffset:3000;fill:#fff;fill-opacity:0;}
	60% {stroke-DASHoffset:2000;fill:#000;fill-opacity:1;}
	100%{stroke-DASHoffset:0;fill:#000;fill-opacity:1;}
}

@-webkit-keyframes DASH02{
	0%  {stroke-DASHoffset:3000;fill:#fff;fill-opacity:0;}
	20%  {stroke-DASHoffset:3000;fill:#fff;fill-opacity:0;}
	60% {stroke-DASHoffset:2000;fill:#000;fill-opacity:1;}
	100%{stroke-DASHoffset:0;fill:#000;fill-opacity:1;}
}

@-o-keyframes DASH02{
	0%  {stroke-DASHoffset:3000;fill:#fff;fill-opacity:0;}
	20%  {stroke-DASHoffset:3000;fill:#fff;fill-opacity:0;}
	60% {stroke-DASHoffset:2000;fill:#000;fill-opacity:1;}
	100%{stroke-DASHoffset:0;fill:#000;fill-opacity:1;}
}

@-ms-keyframes DASH02{
	0%  {stroke-DASHoffset:3000;fill:#fff;fill-opacity:0;}
	20%  {stroke-DASHoffset:3000;fill:#fff;fill-opacity:0;}
	60% {stroke-DASHoffset:2000;fill:#000;fill-opacity:1;}
	100%{stroke-DASHoffset:0;fill:#000;fill-opacity:1;}
}

/*add1112*/
.dis002{
	display:none !important;}
	.dis003{
	display:inline !important;}
	
	@media screen and (max-width: 768px) {
		#con_area{
			width:95% !important;
			margin:0 auto !important;}
		.wizard > .actions > ul{
			text-align:center !important;
			display:block !important;
			width:80%;
			margin:0 auto;}
		.wizard > .actions > ul > li{
			float:none !important;
			margin:0 0 10px 0 !important;
			text-align:center !important;
			}
		.ta01 th,.ta01 td{
			display:block;
			width:100% !important;}
		#con_area p.center{
			text-align:left !important;}
		.dis003{
	display:none !important;}
	.dis002{
	display:inline !important;}
	p br{
		display:none !important;}
		.top_visual_area p.center.btm40{
			text-align:left !important;}
			.top_visual_area p.center.btm20{
			text-align:left !important;}
			#te_box{
				padding:40px 0px;
				width:100% !important;
				box-sizing:border-box;}
				#te_box p img{
					width:100% !important;}
					#te_box #te_box_in{
						width:95%;
						margin:0 auto;
						box-sizing:border-box;}
	}	
	
/*20171219追加*/
.entry_bnr:hover{
opacity: 0.7;
transition: all 0.3s ease;
}