@charset "utf-8";
/*
Cascading Style Sheets : index.css
- Written by : Shigeki Nishitsuji
*/
.sec {
  position: relative;
  width: 96%;
  margin: 40px auto;
}
.sec h2 {
  width: 100%;
  padding: 3px 0 3px 10px;
  margin-bottom: 12px;
  font: bold 16px YuMincho, '游明朝', "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.1em;
  color: #212121;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.4);
  /*background: #EFECDB;*/
   /*background: #DEDEDE;
 border-bottom: 1px solid  #192944;*/
  
  background: url(../images/common/sen01.png) repeat-x 0 bottom;
 
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sec .fa {
  font-size: 22px;
  margin-right: 4px;
}
#sec01 .sec_content {
  overflow: hidden;
  height: 230px;
  background: url(../images/index/sec01_bg.jpg) no-repeat 50% 50%;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
#sec01 .sec_content span{
	position: absolute;
	right: 10px;
	bottom: 30%;
	}
#sec01 .sec_content02 {
  overflow: hidden;
  height: 160px;
  background: url(../images/index/sec02_bg.jpg) no-repeat 50% 50%;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
#sec01 .sec_content03 {
  overflow: hidden;
  height: 160px;
  background: url(../images/index/sec03_bg.jpg) no-repeat 50% 50%;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
#sec01 p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 8px 14px;
  font: 13px YuMincho, '游明朝', "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
  line-height: 17px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  background: rgba(35, 15, 4, 0.6);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sec02 table {
  width: 100%;
  margin: 0 auto;
}
#sec02 th, #sec02 td {
  padding: 4px 8px;
  font: 13px YuMincho, '游明朝', "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
  vertical-align: top;
  line-height: 18px;
}
#sec02 th {
  width: 32%;
  text-align: left;
   background: url(../images/index/table_bg.png) repeat 0 0;
}
