/*bootstrap.css�ɏ㏑���E�ǋL���邽�߂�CSS*/
/**
 * 	All
 */

/*container�̕���980px�ɂ���ۂɎg�p*/
.cont_980{
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.mauto{
	margin-right: auto;
	margin-left: auto;
}

.pb20{
	padding-bottom:20px;
}

.pb70{
	padding-bottom:70px;
}

.mt15{
	margin-top:15px;
}

.mr10{
	margin-right:10px;
}

.pd0 {
	padding:0;
}
.mb80 {
	margin-bottom:80px;
}

/**
 * 	Header
 */
 
h1{
	font-weight: normal;
	max-width: 980px;
	font-size:0.8em;
}
h2{
	background-color: #ffffff;
	border: 3px solid transparent;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#3e9842', endColorstr = '#ffffff');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#3e9842', endColorstr = '#ffffff')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(left, #3e9842, #ffffff);
	background-image: -ms-linear-gradient(left, #3e9842, #ffffff);
	background-image: -o-linear-gradient(left, #3e9842, #ffffff);
	background-image: -webkit-gradient(linear, center left, center right, from(#3e9842), to(#ffffff));
	background-image: -webkit-linear-gradient(left, #3e9842, #ffffff);
	background-image: linear-gradient(left, #3e9842, #ffffff);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
	font-size:1.7em;
	color:#fff;
	padding:5px 0 7px 15px;
	font-weight: normal;
	//font-family: 'Noto Sans Japanese', serif;
	 font-family: YuMincho, �eHiraMinProN-W3�� , Meiryo, serif;
}
h3{
	font-weight: bold;
	font-size:1.3em;
	color:#01521e;
	padding:5px 15px 7px 0;
	border: 0;
	border-bottom: 1px solid #01521e;
}
h4{
	font-weight: bold;
	font-size:1em;
}
h5{
	width:100%;
	font-size:1.1em;
	color:#01521e;
	padding-bottom:5px;
	padding-left:5px;
	border: 0;
	border-bottom: 1px dotted #01521e;
}
h6{
	width:100%;
	font-weight: bold;
	font-size:1.1em;
	color:#01521e;
	background:#e7ede4;
	padding:10px;
	border: 0;
	border-bottom: 1px solid #01521e;
	border-left: 3px solid #01521e;
}

.h1_border{
	width:100%;
	border-bottom: 1px solid;
	border-color: #01521e;
	margin-bottom:10px;
}

.h1_area{
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}

.header_area{
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:10px;
}

/**
 * 	Main Visual
 */
.background_img{
	background-image: url(../common/images/backimg.png);
	background-repeat:repeat-x;
	padding-top:20px;
}

.main_img{
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
}
.plan_img{
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
}

.grad_area{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#82c1ea', endColorstr = 'transparent');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#82c1ea', endColorstr = 'transparent')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #82c1ea, transparent);
	background-image: -ms-linear-gradient(top, #82c1ea, transparent);
	background-image: -o-linear-gradient(top, #82c1ea, transparent);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#82c1ea), to(transparent));
	background-image: -webkit-linear-gradient(top, #82c1ea, transparent);
	background-image: linear-gradient(top, #82c1ea, transparent);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}

/**
 * 	Navi
 */
.bg-white {
	background:#fff;
}
.bg-grey {
		background:#efefef;
}
.navi_bg_area {
	width: 100%;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#3e9842', endColorstr = '#085e27');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#3e9842', endColorstr = '#085e27')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #3e9842, #085e27);
	background-image: -ms-linear-gradient(top, #3e9842, #085e27);
	background-image: -o-linear-gradient(top, #3e9842, #085e27);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#3e9842), to(#085e27));
	background-image: -webkit-linear-gradient(top, #3e9842, #085e27);
	background-image: linear-gradient(top, #3e9842, #085e27);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}

@media (min-width: 768px) {
	.navi_area {
	margin-right: auto;
	margin-left: auto;
	max-width: 980px;
	}
	.nav-justified a,link {
	color:#ffffff;
	}
	.nav-justified a:visited {
	color:#ccc;
	}
	.nav-justified a:hover,a:active {
	color:#085e27;
	}
}

@media (max-width: 767px) {
	.navi_bg_area {
		text-align: center;
	}

	.accordion-heading a{
		color:#ffffff;
		text-decoration: none;
	}	
	.nav-justified a,link {
	color:#ffffff;
	}
	.nav-justified a:visited {
	color:#ccc;
	}
	.nav-justified a:hover{
	color:#085e27;
	}	
	.nav-justified a:active {
	color:#085e27;
	}
.accordion-heading a {
 display: block;
 padding:15px 0;	
}
}







/**
 * Bread_crumb
 */
.bread_crumb {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding-top:20px;
	overflow: hidden;
	font-size: 0.9em;
}
.bread_crumb  ul {
	padding:0;
	margin:0;  
}

.bread_crumb  li {
  	float: left;
  	list-style-type: none;
  }
  
.bread_crumb  li:after {
  	content: ">";
  	margin: 0 .5em;
  }
.bread_crumb  li:last-child:after {
  	content: none;
  	margin: 0;
  }

@media (max-width: 767px) {
	.bread_crumb {
		display: none;
	}
}

/**
 * 	Contents
 */
.cont_line{
	border-bottom: 1px solid;
	border-color: #BA4620;
	margin-bottom:20px;
}

.cont_top_line{
	background-image: url(../common/images/top_border.jpg);
	background-repeat:repeat-x;
}

.cont_text{
max-width:960px;
}

.text_p p{
	font-size: 0.9em;
}

.table3{
	width: 70%;
	margin: 0 auto;
	border: 0;
	border-top: 1px solid #ddd;
	border-left: 5px solid #fff;
}

.table2{
	width: 100%;
	margin: 0 auto;
	border: 0;
	border-top: 1px solid #ddd;
}

.table3  th {
  	padding: 19px;
  	background:#efefef;
  	font-weight: bold;
  	font-size:1em;
	border-bottom: 1px solid #ddd;

  }

.table2  th {
  	padding: 8px;
  	background:#efefef;
  	font-weight: bold;
  	font-size:1em;
	border-bottom: 1px solid #ddd;
  }

.table3  td {
  	padding: 5px;
	border-bottom: 1px solid #ddd;

  }

.table2  td {
  	padding: 5px;
	border-bottom: 1px solid #ddd;

  }

#facilitiesimage{
float: left;
height: 237px;
}

  
/*iframe�����X�|���V�u��*/  
 .iframeWrap {
	position: relative;padding-bottom: 80%;height: 0;overflow: hidden;
 }
.iframeWrap iframe {
	position: absolute;top: 0;left: 0;width: 100% !important;height: 100% !important;
}

/**
 * 	Footer
 */
 .cont_footer{
	padding-top:20px;
	padding-bottom:20px;
	background:#efefef;
	}
	
.footer_navi {
	list-style: none;
	font-size: .9em;
}

.copyright {
	clear: both;
	padding:15px 0;
	font-size: 0.8em;
	text-align: center;
}

.fixed {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
  }
   .footer li{
	   padding:5px;
    }
  
 @media (min-width: 768px) {	
.footer {
  	border-bottom: none;
  	max-width: 980px;
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
	 padding-top:15px;
  }
}
@media (max-width: 767px) {
 .footer{
  	border-bottom: none;
  	width: 50%;
	display: block;
	float:left;
  }
 .footer ul{
    -webkit-padding-start: 15px;
    }
}
 
  
 /**
 * 	Mail
 */
.mailform{
	width: 100%;
	margin: 0 auto;
	border: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.mailform  th {
  	width:30%;
  }
.mailform  td {
  	width:70%;
  } 
.mailform li {
 	float: left;
  	list-style-type: none;
 }
.mailform ul {
	padding:0;
 }
 .required {
  background: maroon;
  border-radius: 3px;
  padding: 0 2px;
  color: white;
  font-size: .75em;
  font-weight: normal;
  display: inline-block;
}
 
.mail-center{
	text-align: center;
}


 
/**
 * preferential	
 */
 .text_box{
	width: 100%;
}
 
.flow_box{
	width: 100%;
	padding:10px;
	border: 1px solid #C9CACA;
}

@media (min-width: 768px) {
.flow_box_in{
	float: left;
	width: 19%;
	padding:5px;
	height: 300px;
	background:#F5FBFE;
}
}

@media (max-width: 767px) {
.flow_box_in{
	float: left;
	padding:5px;
	margin-bottom:10px;
	width: 100%;
	background:#F5FBFE;
}
}

.flow_box_in img{
	padding-bottom:10px;
}
.adjust{
	clear: both;
	width: 100%;
	height: 1px;
}

.preparation_box{
	padding:10px;
	width: 100%;
	border: 1px solid #C9CACA;
}
.preparation_box_title{
	width: 100%;
	padding:10px;
	margin-bottom:10px;
	font-weight: bold;
	font-size:1.1em;
	color:#ffffff;
	background: #01521e;
}


@media (min-width: 768px) {
	.preparation_box_l{
		float: left;
		width: 70%;
		padding:10px;
	}
	.preparation_box_r{
		float: left;
		width: 30%;
	}
}
@media (max-width: 767px) {
	.preparation_box{
		margin-bottom:15px;
		width: 100%;
		border: 1px solid #C9CACA;
	}
	.preparation_box_l{
		float: left;
		width: 100%;
		padding:10px;
	}
	.preparation_box_r{
		float: left;
		width: 100%;
	}
}


@media screen and ( max-width:991px )
{
.table3{
	width: 100%;
	margin: 0 auto;
	border: 0;
	border-top: 1px solid #ddd;
}

.table2{
	width: 100%;
	margin: 0 auto;
	border: 0;
	border-top: 1px solid #ddd;
}

.table3  th {
  	padding: 19px;
  	background:#efefef;
  	font-weight: bold;
  	font-size:1em;
	border-bottom: 1px solid #ddd;

}

.table2  th {
  	padding: 8px;
  	background:#efefef;
  	font-weight: bold;
  	font-size:1em;
	border-bottom: 1px solid #ddd;
}

.table3  td {
  	padding: 5px;
	border-bottom: 1px solid #ddd;
}

.table2  td {
  	padding: 5px;
	border-bottom: 1px solid #ddd;
}

#facilitiesimage{
display: inline-block;
margin-bottom: 5px;
text-align: center;
}

.kaikanimage{
display: inline-block;
text-align: center;
margin: 0 auto;
}
}

/**
 * Workflow
 */

.workflow_text{
	width:100%;
	padding-bottom:10px;
  }
 
.workflow_dbox{
	padding:10px;
	width: 100%;
	border: 1px solid #C9CACA;
	margin-top:15px;
  }
  
 .workflow_line{
	width: 100%;
	padding:0;
	margin:10px 0;
	border:0;
	border-bottom: 1px dotted #C9CACA;
  }

/**
 * FAQ
 */

.faq_box{
	padding:10px;
	padding-bottom:0px;
	width: 100%;
	border: 1px solid #C9CACA;
	margin-bottom:15px;
}
.faq_box_title{
	width: 100%;
	padding:10px;
	margin-bottom:10px;
	font-weight: bold;
	font-size:1.1em;
	color:#ffffff;
	background: #01521e;
}
.faq_box_text{
	width: 100%;
	padding:10px;
}

/**
 * top
 */
 
 .bg_g_btn_sp {
    background-color:#31425f;
}

.btn_box {
    max-width: 680px;
    margin: 0 auto;
    overflow: hidden;
		padding:15px;
}


.mailimg {
    float: left;
    width: 50%;
		padding:15px 7px 0;
}

.news_date {
	margin-right:20px;
}

.linkbox_txt {
	margin:0;
	padding:15px 0 15px 0;
}




#site_header {
    padding: 0px 0 0px 0px;
    margin: 0px 0px 10px 0px;
}

.site_wrapper {
    margin: 0 auto;
    max-width: 1000px;
	width: 100%;
    text-align: left;
}

#site_header #logo_area {
    float: left;
    width: 225px;
    padding: 0px 0px 0px 0px;
}

#site_header .right_area {
    float: right;
    /* width: 400px; */
    padding: 10px 0px 0px 0px;
}

#site_header .right_area li.tx {
    padding: 8px 0px 0px 0px;
    float: left;
}

#site_header .right_area li {
    font-size: 93%;
		list-style:none;
}

#site_header .right_area li.tx a {
    color: #000;
}


#site_header .right_area li#info_nav01 {
    margin: 0 30px 0 10px;
    float: right;
}

#site_header .right_area li.tx:before {
    content: '|';
    margin: 0 10px;
}


#gnav {
    border-top: solid #aeaeae 1px;
}
#gnav ul {
    width: 100%;
    display: table;
    text-align: center;
table-layout: fixed;
}

ol, ul {
    list-style: none;
}

#gnav li {
    display: table-cell;
    text-align: center;
    font-size: 108%;
    font-weight: bold;
    height: 65px;
    vertical-align: bottom;
}

#gnav li a:hover {
    border-bottom: solid 4px #0b793f;
}

#gnav li:first-child a {
    margin: 0px 0px 0px 0px;
}

#gnav li a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 18px 0px 18px 0px;
    border-bottom: solid 4px #00561f;
    margin: 0px 0px 0px 4px;
    position: relative;
}

.hyo th {
	width:25%;
}
.hyo td {
	text-align:right;
	width:25%;
}
.hyo2 td {
	text-align:right;
}
.right {
	text-align:right;
	padding-right:20px;
}


