@charset "utf-8";

* {
	margin: 0px;
	padding:0px;
}
body {
  overflow-x: hidden;
  line-height: 1;
  height: 100%;
  color: #333;
  font-family: "Avenir Next", Verdana , "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
p {
  padding: 0;
  margin: 15px 30px;
}
a {
  color: #333;
  text-decoration: none; 
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}
a:hover , a:focus , a:active , a.active {
  text-decoration: none;
  color: #ffae14;
}
a img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
a:hover img {
	opacity: .5;
}
h1 , h2 , h3 , h4 , h5 , h6 {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.5;
}
img {
	height: auto;
	max-width: 100%;
}

/* --------------------------------- navbar --------------------------------- */

.navbar {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  background: #fff;
}
.navbar-default .navbar-brand {
  padding: 0;
}
.navbar-default .navbar-brand h1 {
  padding: 0;
  margin: 0;
  line-height: 1;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus,
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  color: #ffae14;
}
.navbar .navbar-nav {
  padding-top: 15px;
  letter-spacing: 0.3px;
}
.navbar-nav>li {
  padding: 10px 0;
}
.navbar-default .navbar-nav li a {
  color: #333;
  font-weight: 600;
  font-size: 17px;
  padding: 0 25px;
}
.navbar-default .navbar-nav li:first-child a {
  border-left: none;
}
.navbar-default .navbar-nav>li a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 15px;
}
.navbar-default .navbar-nav>li:last-child {
  background: #ffae14;
  -webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}
.navbar-default .navbar-nav>li:last-child:hover {
  background: #ffd689;
}
.navbar-default .navbar-nav>li:last-child a {
  border-left: none;
  color: #fff;
}

header {
  padding-top: 25px;
  border-top: 5px solid #009dfe;
}

header p {
  margin: 30px 0 0;
}


/* --------------------------------- section --------------------------------- */

section {
  padding: 60px 0;
}
.section01 {
  background: #e2f4ff;
}
.section02 {/*
  background: #fcf8eb;*/
}
h1 {
/*
  margin: 0 0 40px;
  font-family: "Roboto Slab", Garamond, "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
	overflow: hidden;
*/
	text-align: center;
}
h1 span {
	font-size: 80%;
}
section h2 {
  margin: 0 0 40px;
  font-family: "Roboto Slab", Garamond, "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
	overflow: hidden;
	text-align: center;
}
section h2 span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: center;
  letter-spacing: 1.5px;
	font-size: 35px;
  font-weight: normal;
}
section h2 span sub {
	font-size: 18px;
	font-weight: normal;
  letter-spacing: 2px;
  text-transform: capitalize;
	color: #ffae14;
	padding-left: 15px;
  bottom: 0;
}
section h2 span sub.small {
  font-size: 20px;
  padding: 0;
  color: #333;
}
section h2 span::before , section h2 span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 70%;
	height: 1px;
	background-image: linear-gradient(to right, #007030, #007030 3px, transparent 1.5px, transparent 6px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
}
section h2 span::before {
	right: 100%;
}
section h2 span::after {
	left: 100%;
}
section h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: 1.5px;
  padding: 3px 10px 2px 25px;
}
section h3::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: 0;
  width: 17px;
  height: 17px;
  border: 4px solid #f9c269;
  border-radius: 100%;
}
section h4 {
  font-size: 23px;
  margin: 0 0 20px;
}
section h4 span {
  font-size: 16px;
  font-weight: 500;
  padding-left: 20px;
}
section h5 {
  font-size: 17px;
  font-family: "Roboto Slab", Garamond, "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: right;
  margin: 20px 0;
}
section .box {
  background: #fff;
  padding: 60px 80px;
  box-shadow: 2px 2px 6px 1px rgba(94,82,75,0.05);
  -moz-box-shadow: 2px 2px 6px 1px rgba(94,82,75,0.05);
  -webkit-box-shadow: 2px 2px 6px 1px rgba(94,82,75,0.05);
}

section .subtit01:before {
  content: "■";
  color: #f9c269;
    padding: 0 5px 0 0;
}
section .subtit01 {
    font-size: 17px;
/*
    font-weight: 600;
*/
}
section .label01 {
/*
    font-weight: 600;
    font-size: 14px;
    background: #ffae14;
    color: #fff;
    margin: 0 5px 5px 0;
*/
}
section .label01:after {
/*
  content: ":";
    padding: 0 5px 0 0;
*/
}

/* --------------------------------- index --------------------------------- */
.table_order01 {
	border: none;
	border-collapse: collapse;
	width: 100%;
}
.table_order01 th {
	text-align: center;
  min-width: 200px;
}
.table_order01 td {/*
	line-height: 1.4;*/
}
.table_order01 th , .table_order01 td {/*
	font-size: 14px;*/
	border-collapse: collapse;
	border: none;
	border-bottom: dashed 1px #999;
	padding: 13px 0;
}
.table_order02 {
	border: none;
	border-collapse: collapse;
	width: 80%;
  margin: 0 auto;
}
.table_order02 th {
	text-align: left;
  min-width: 100px;
}
.table_order02 td {
	line-height: 1.4;
}
.table_order02 th , .table_order02 td {
	font-size: 15px;
	border-collapse: collapse;
	border: none;
	padding: 10px;
}
.subsidy-table01 {
	border: none;
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 20px;
	text-align: center;
}
.subsidy-table01 th , .subsidy-table01 td {
	font-size: 110%;
	border-collapse: collapse;
	border: none;
	padding: 5px 0px;
}
.subsidy-table01 th {
	background: #ffae14;
  text-align: center;
  color: #fff;
  padding: 13px 10px;
	border-bottom: dashed 1px #ccc;
	border-right: dashed 1px #ccc;
}
.subsidy-table01 td {
	line-height: 1;
  width: 50%;
  padding: 13px 10px;
	border-right: dashed 1px #ccc;
	border-bottom: dashed 1px #ccc;
}
.subsidy-table01 th:last-child  , .subsidy-table01 td:last-child {
	border-right: none;
}
.subsidy-table02 {
  width: 100%;
  margin: 40px 0px 0;
  vertical-align: middle;
  border-spacing: 10px;
  border-collapse: separate;
  line-height: 1.4;
}
.subsidy-table02 th {
  background: #007030;
  color: #fff;/*
  font-size: 16px;
  line-height: 1.3;*/
  font-weight: 600;
	padding: 5px 10px;
  text-align:center;
  width: 25%;
}
.subsidy-table02 td {
  vertical-align:top;
  line-height: 2;
  text-align:center;
  padding: 5px 10px 10px 0px;
}
.subsidy-table02 a {
	font-weight: 600;
	text-decoration: underline;/*
	font-size: 14px;*/
}
.subsidy-table02 a img {
  padding-right: 5px;
}

.contact-wrap {
  border: 4px solid #007030;
  padding: 40px;
  background: #fff;
  text-align: center;
}
.contact-wrap ul {
  text-align: center;
  list-style-type: none;
  margin: 0;
}
.contact-wrap ul li {
  display: inline-block;
  position: relative;
}
.contact-wrap ul li:first-child:after {
  content: "/";
  font-size: 30px;
  font-weight: 100;
  position: absolute;
  right: -10px;
  bottom: 5%;
}
.contact01 , .contact02 {
  padding: 0 15px;
}
.contact03 {
  padding-top: 10px;
}

/* --------------------------------- company --------------------------------- */

#message p {
  font-size: 15px;
}
#officers .table_order02 tr td:first-child {
  text-align: right;
  width: 90px;
}
#officers .table_order02 tr th {
  font-size: 21px;
  text-align: center;
  width: 150px;
}
#officers .subsidy-table02 {
  margin-bottom: 20px;
}
#officers .subsidy-table02 th {
  width: 33.3%;
  font-size: 15px;
  padding: 8px 10px;
}

/* --------------------------------- bnr --------------------------------- */

.ft-bnr {
  list-style-type: none;
  text-align: center;
}
.ft-bnr li {
  display: inline-block;
  padding: 0 10px;
}
.ft-bnr li a {
  display: block;
  border: 1px solid #999;
}
.pt-none {
  padding-top: 0 !important;
}

/* --------------------------------- footer --------------------------------- */

.pageTop {
 position: fixed;
 bottom: 60px;
 right: 60px;
}

footer {
  color: #fff;
  background: #009dfe;
  padding: 23px 0;
}
footer p {
  line-height: 1;
  margin: 0;
  letter-spacing: 1px;
  font-size: 14px;
}

/* --------------------------------- Responsive --------------------------------- */

@media(min-width:992px) {
  .ps-80 {
    padding-left: 95px;
    padding-right: 95px;
  }
  #contact p br {
    display: none;
  }
}

@media(max-width:991px) {
  .navbar-default .navbar-brand {
      max-width: 230px;
  }
  .navbar-default .navbar-nav li a {
    padding: 0 15px;
    font-size: 15px;
  }
  .navbar-default .navbar-nav>li a:after {
    padding-left: 7px;
  }
  p {/*
    font-size: 15px;*/
  }
  section .box {
    padding: 40px;
  }
  .table_order01 th {
    min-width: 150px;
  }
  #contact img {
    padding: 0 20px;
  }
}

@media(min-width:768px) {
  .navbar-default .navbar-nav li a {
    border-left: 1px solid #e6e6e6;
  }
}

@media(max-width:767px) {
  .navbar-toggle {
    width: 100%;
    background: #ffae14;
    float: none;
    border: none;
    border-radius: 0;
    color: #fff;
    text-align: left;
    padding: 13px 15px;
    margin: 0;
    position: relative;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: #e09300;
  }
  .navbar-toggle:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
  }
  .navbar .navbar-nav {
    padding: 0;
    margin-top: 0;
  }
  .navbar-nav>li {
    padding: 0;
  }
  .navbar-default .navbar-nav li a {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 15px;
  }
  
  p {/*
    font-size: 14px;*/
  }
  header {
    padding-top: 15px;
  }
  header p {
    margin: 20px 0 0;
  }
  .navbar-default .navbar-brand {
    max-width: 200px;
  }
  
  section {
    padding: 30px 0;
  }
  section h2 {
    margin: 0 0 20px;
  }
  section h2 span {
    font-size: 24px;
    padding: 0 0.5em;
    margin: 0 1.3em;
  }
  section h2 span sub {
    display: block;
    padding: 5px 0 0;
  }
  section h2 span sub.small {
    font-size: 16px;
    padding: 5px 0;
  }
  section h3 {
    font-size: 17px;
  }
  section h4 {
    font-size: 17px;
  }
  section h4 span {
    display: block;
    padding: 5px 0 0;
  }
  
  #purpos p br {
    display: none;
  }
  
  .table_order01 {
    border-top: dashed 1px #999;
  }
  .table_order01 th , .table_order01 td , .table_order02 th , .table_order02 td {
    display: block;
    width: 100% !important;
  }
  .table_order02 {
    width: 100%;
  }
  .table_order02 tr {
    border-bottom: dashed 1px #999;
  }
  .table_order02 th {
    padding-bottom: 0;
  }
  .table_order02 th , .table_order02 td {
    text-align: center!important;
  }
  .subsidy-table02 {
    margin-top: 20px;
  }
  .subsidy-table02 th , .subsidy-table02 td , #officers .subsidy-table02 th , #officers .subsidy-table02 td {/*
    width: 100%;
    display: block;*/
    padding: 10px;
    font-size: 15px;
    text-align: center;
  }
  .subsidy-table02 th {
    padding: 7px 10px;
  }
  #contact {
    padding-bottom: 70px;
  }
  .contact-wrap {
    padding: 30px 15px;
  }
  .contact-wrap p br {
	  /*
    display: none;
	  */
  }
  .contact-wrap ul li {
    width: 100%;
  }
  .contact-wrap ul li:first-child:after {
    content: "";
    padding: 0;
  }
  .pageTop {
    right: 15px;
    bottom: 70px;
  }
  
  #message p {
    font-size: 14px;
  }
  #officers .table_order02 th {
    padding: 0;
    font-size: 18px;
  }
}