@charset "shift-jis";

body{
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.3;
	font-family: "ＭＳ ゴシック",sans-serif; 
	color: #333333;
}


/*----- top -----*/
main{width:960px; margin:0 auto;}

#main_top .inner{
	display: block;
}
#main_top{
	margin-top: 20px;
	/*background-color: #f1ffe3;*/
	/*padding-top: 40px;*/
	/*position: relative;*/
}
#main_top .main_pic{
	text-align: center;
	line-height: 0;
}
#main_top p{
    margin-top: 0;
    text-align: center;
    font-size: 18px;
    padding: 20px 0;
    background-color: #004e3c;
    color: #fff;
    letter-spacing: 1.5px;
}
#main_top .cpEnd-wrapper{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	display: block;
}
#main_top .cpEnd-wrapper p{
	color: #fff;
	position: absolute;
	font-size: 30px;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    border: 2px solid #fff;
    padding: 15px;
    width: 550px;
    text-align: center;
    line-height: 1.5;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.7);
}
.wrapper{
	background: url(../img/hoken_bg.png) no-repeat;
	background-color: #2db37e;
	background-position:left bottom; 
}
.top_left,.top_right{
	float: left;
}

 #main_top .inner{
	width: 1200px;
	margin: 0 auto;	
	padding: 25px 0;
}
.top_left{
	margin-right: 35px;
}
.top_right p{
	text-align: center;
}
.top_right li{
	float: left;
}
.top_right li:first-child{
	margin-right: 25px;
}
#main_top .period{
	text-align: center;
	margin: 0;
	padding: 10px 0;
	font-size: 1.3rem;
	font-weight: bold;
	color: #004e3c;

}

/*----- contents-----*/
.button,.cell,.contents_inner,.caution,#footer{
	width: 900px;
	margin: 0 auto;
}
.button{
	margin: 50px auto;
	text-align: center
}
.button li{
	display: inline-block;
	margin-right: 25px;
}
.button li:last-child{
	margin-right: 0px;
}
.button li img{
	max-width: 100%;
}
.button ul li a{
	display: block;
}
.button a:hover{
	opacity: 0.5 ;
}


.button-straight{text-align: center; margin: 55px 0;}
.button-straight ul li{margin-bottom: 20px;}
h2{
	text-align: center;
	border-bottom: 2px solid #00673e;
	margin-bottom:20px !important;
}
h2 img{
	margin-bottom:5px;
	
}
/*----- cell-----*/
table{
	font-size:1.3rem !important;
	widows: 850px !important;
	margin: 0 auto !important;
}
.alignLeft{
	text-align: left !important;
}
.cell table th,.cell table td{
	text-align: center;
	padding: 15px 12px;
}

.cell .bgGrn{
	background-color: #ff8400;
	color: #fff;
	font-weight: bold;
	border:1px solid #333333;
}
.cell .bgRed{
	background-color: #0080d0;
	color: #fff;
	font-weight: bold;
	border:1px solid #333333;
}
.cell .bgGrn2{
	background-color: #ffd4a5;
	
}
.cell .bgRed2{
	background-color: #c3e8ff;
	
}
.cell p{
	font-size: 1.0rem;
	line-height: 1.5;
}

/*----- features -----*/
.features{
	background-image: url(../img/hoken_bg02.png);
	background-color: #f5fffd;
	padding: 40px 0;
	
}
.features p{
	text-align: center;
}
.features ul{
	text-align: center;
}
.features li{
	display: inline-block;
	padding-bottom: 35px;
}
.features li:nth-child(odd){
	padding-right: 35px;
}

.features .details a{
	 display: inline-block;
    width: 250px;
    font-size: 14px;
    color: #3b3b3b !important;
    padding: 8px;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #444;
    border-radius: 30px;
    margin-bottom: 15px;
	text-decoration: none;

}
.features .details a:hover{
	opacity: 0.5 ;
	color: #3b3b3b !important;
}

/*----- caution -----*/
.caution{
	margin-top: 70px;
}
.caution p{
	font-size: 1.1rem;
	line-height: 1.9;
	margin: 0 30px !important;
}
.link_box{
	background-color: #f1ffe3;
	border: 2px solid #008162;
	box-sizing: padding-box;
	padding: 25px;
	margin: 30px 70px;
}

.link_button {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  float: right;
  margin-top: 15px;
}
.link_button::before,
.link_button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.link_button,
.link_button::before,
.link_button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.link_button {

  background-color: #0a9f80;
  background-image: -webkit-linear-gradient(top, #0a9f80, #088269);
  background-image: linear-gradient(to bottom, #0a9f80, #088269);
  border-radius: 4px;
  color: #fff;
  line-height: 50px;
  -webkit-transition: none;
  transition: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.link_button:hover {

  background-color: #0ecda5;
  background-image: -webkit-linear-gradient(top, #0ecda5, #0ba182);
  background-image: linear-gradient(to bottom, #0ecda5, #0ba182);
}
.link_button:active {
  background: #0ba182;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
  color: #1679a1;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}
.link_button img{
	vertical-align: middle;
}
.link_box p{
	margin: 0!important;
	float: left;
	font-size: 1.0rem;
}
/*----- footer -----*/

#footer{
	font-size: 1.0rem;
	line-height: 1.5;
	margin-top: 50px;

}

#footer span{
	margin-left:96px;
}
#footer .text_right{
	text-align: right;

}
/*----- clear fix -----*/
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}