@charset "utf-8";
/* CSS Document */


/*============================================
 全体
============================================*/

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
  overflow-x: hidden;
}
html,
body {
  font-size: 62.5%;
}
body {
  font: 14px/1.6 "游ゴシック", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
  line-height: 1.6;
  color: #212132;
  -webkit-text-size-adjust: none;
  font-size: 14px;
  font-weight: 500;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #e9e9e7;
}
a {
  text-decoration: none;
  color: #003399;
  transition: 0.5s;
}
a:hover,
a:active {
  text-decoration: underline;
}
img {
  vertical-align: bottom;
}
a img {
  transition: 0.5s;
}
a:hover img {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}
nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
nav li {
  margin: 0;
  padding: 0;
}
figure {
  margin: 0;
}
i.fa {
  margin-right: 5px;
}
.icon {
  font-size: 11px;
  text-align: center;
  color: #fff;
  background: #EA9000;
  display: inline-block;
  padding: 2px 10px;
}
a:hover .post_date {
  color: #888;
}
#pager {
  margin-top: 50px;
  padding: 30px 0;
  text-align: center;
  overflow: hidden;
  border-top: 1px solid #E8E8E8;
}
#pager a {
  margin-right: 1px;
  padding: 15px 17px;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  background: #BBBBBB;
  display: inline-block;
}
#pager a:hover {
  background: #5a5a5a;
  text-decoration: none;
}
#pager .current {
  margin-right: 1px;
  padding: 15px 17px;
  color: #fff;
  font-size: 11px;
  line-height: 1.0;
  background: #e42e36;
  display: inline-block;
}
.btn {
  text-align: center;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 2px;
  color: #fff!important;
  font-size: 14px;
  line-height: 1.6;
  background-color: #2E74C8;
}
.btn:hover {
  opacity: 0.8;
  background-color: #FBC600!important;
  color: #fff!important;
  text-decoration: none;
}
.btn i.fa {
  margin: 0 0.5em 0 0 ;
}

/*============================================
 ヘッダー
============================================*/
#pageHeader {
  background: #fff;
  position: relative;
  z-index: 5;
  margin-bottom: 40px;
}
#pageHeader img {
  vertical-align: bottom;
}
#pageHeader #header_inner {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  padding: 25px 0px;
}
#pageHeader h1 {
  float: left;
  margin: 0px;
}
#pageHeader #primary {
  float: right;
}
#pageHeader #primary ul {
  float: left;
  margin: 0px;
	padding: 0px;
	list-style: none;
}
#pageHeader #primary .btnArea li {
  margin-left: 10px;
}
#pageHeader #primary .btnArea li a,
#sub #members li a {
  background: #EA9200;
  padding: 10px 20px;
  display:inline-block;
  text-align: center;
  color: #FFF;
}
#pageHeader #primary .btnArea li a:hover,
#sub #members li a:hover {
  background: #993300;
  text-decoration: none;
}
#pageHeader #primary li {
  float: left;
}

#gNav {
  display: none;
}

/* 共通タイトル
=============================================== */

#cTitle {
  width: 1000px;
  height: 160px;
  margin-bottom: 40px;
  background: #f1f5f9;
  margin: 0 auto 40px;
}
#cTitle h2 {
  line-height: 160px;
  margin: 0 auto;
  font-size: 32px;
  font-weight: normal;
  color: #02328D;
  background: url(../../images/cont_visual.jpg);
  padding-left: 40px;
}
.cont_ttl {
  padding: 15px 25px;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  background: #02328D;
  position: relative;
  margin: -50px -50px 50px -50px;
}
.cont_ttl span {
  right: 20px;
  position: absolute;
}
.cont_ttl span a {
  font-size: 11px;
  color: #fff;
}
#main h2.ttl {
  font-size: 26px;
  margin: 2.5em 0 1em 0px;
  position: relative;
  font-weight: 600;
  color: #02328D;
}
#main h3.ttl {
  font-size: 20px;
  margin: 2.5em 0 1em 0px;
  position: relative;
  font-weight: 600;
  padding-left: 15px;
}
#main h3.ttl:before {
    position: absolute;
    width: 3px;
    height: 1.3em;
    top: 0.15em;
    left: 0;
    background: #02328D;
    content: "";
}
#main h4.ttl {
  font-size: 18px;
  margin: 2.5em 0 1em 0px;
  position: relative;
  font-weight: 600;
  color: #02328D;
}

#main p {
  line-height: 1.8;
}


/* 共通テーブル */

.tbl {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #E1E1E1;
  background: #FFF;
  margin: 1em 0 2em;
  font-size: 13px;
}
.tbl thead th {
  background: #5ab64c;
  color: #fff;
  font-weight: bold;
}
.tbl th {
  padding: 10px;
  background: #f8f8f8;
  text-align: left;
  border: 1px solid #E1E1E1;
  font-weight: 500;
}
.tbl td {
  padding: 10px;
  border: 1px solid #E1E1E1;
  border-left: none;
}
.tbl .w15per{
  width: 15%;
}
.tbl .w20per{
  width: 20%;
}
.tbl .w25per{
  width: 25%;
}
.tbl .w30per{
  width: 30%;
}
.tbl .w35per{
  width: 35%;
}
.tbl .alc{
  text-align:center;
}
.tbl .alr{
  text-align:right;
}
.tbl .alr{
  text-wrap: suppress;
}

/*============================================
 メイン
============================================*/

#contents {
  width: 1000px;
  margin: 0 auto 60px;
}
#contents:after {
  content : '';
  display : block;
  clear : both;
  height: 0;
}
#main {
  background:#FFF;
  width: 720px;
  float: right;
  padding: 50px;
}
#home #main {
  padding: 0;
  background-color: transparent;
}
#main img {
  max-width: 100%;
  height: auto;
}
#cont_inner {
  padding: 50px 40px;
}


/*============================================
 サイドバー
============================================*/
#sub {
  width: 240px;
  position: relative;
  z-index: 10;
  float: left;
}
#sub img {
  vertical-align: bottom;
  max-width: 100%;
}
#sub h3 {
  margin: 0px;
  padding: 15px 25px;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  background: #02328D;
  position: relative;
}
#sub #categoryBox {
  padding: 0px;
  font-size: 13px;
  background: #fff;
  margin-bottom: 20px;
}
#sub ul {
  margin: 0px;
	padding: 0px;
	list-style: none;
}
#sub #categoryBox li + li {
  border-top: 1px solid #E8E8E8;
}
#sub #categoryBox li.active {
  background: #E6F2F9;
}
#sub #categoryBox li a {
  padding: 15px 15px;
  display: block;
}
#sub #categoryBox li a {
  padding: 15px 15px 15px 25px;
  position: relative;
}
#sub #categoryBox li a:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 15px;
}
#sub #sideBnr {
  margin-bottom: 20px;
}
#sub #sideBnr li+li {
  margin-top: 10px;
}
#sub #members li {
  text-align: center;
  min-width: 100%;
}
#sub #members li a {
  width: 100%;
  max-width: 300px;
}

/*============================================
 フッター
============================================*/
#pagetop {
  margin: 0;
  text-align: right;
  line-height: 1.0;
}
#pageFooter {
  min-width: 1000px;
}
#pageFooter #footerNav {
  padding: 40px 0;
  background: #fff;
}
#pageFooter #footerNav nav {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
#pageFooter #footerNav a {
  text-decoration: none;
  color: #696969;
}
#pageFooter #footerNav a:hover {
  color: #aaa;
}
#pageFooter #footerNav ul {
  font-size: 13px;
  overflow: hidden;
  text-align: center;
}
#pageFooter #footerNav li {
  display: inline-block;
  padding: 0 15px;
}
#pageFooter #footerNav li.active a {
  font-weight: bold;
  color: #003399;

}
#pageFooter #footerNav li + li {
  border-left: 1px solid #E8E8E8;
}
#pageFooter address {
  padding: 30px 0;
  background: #BBBBBB;
  font-size: 11px;
  font-style: normal;
  color: #fff;
  text-align: center;
}


/*============================================
  週報ダウンロード
============================================*/

#weekly #magazine {
  margin: 50px 0 0 0 ;
}
#weekly #magazine .image {
  float: right;
  margin: 0 0 0 30px;
}
#weekly #magazine .image small {
  line-height: 1;
}
#weekly #magazine .btn {
  margin-top: 1em;
}



/*============================================
  トップページ
============================================*/

#home .homeTtl {
  padding: 15px 25px;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  background: #02328D;
  position: relative;
  margin: -30px -30px 30px -30px;
}
#home .homeTtl  span {
  font-size: 12px;
}
#home .homeTtl  span a {
  font-size: 11px;
  color: #fff;
}
#home #visual {
  position: relative;
  width: 1000px;
  margin: 0px auto 40px;
}
#home #visual img {
  vertical-align: bottom;
}
#home #visual .copy {
  position: absolute;
  top: 140px;
  left: 60px;
  z-index:100;
  margin: 0;
}

#home #accessSec {
  padding: 30px;
  overflow: hidden;
  background:#fff;
  margin-bottom:30px;
}
#home #accessSec .text {
  float: left;
  width: 480px;
}
#home #accessSec .text h4 {
  margin: 0 0 12px;
  font-size: 16px;
}
#home #accessSec .text p {
  margin: 0;
}
#home #accessSec .text figure {
  float: left;
  margin-right: 20px;
}
#home #accessSec .flag {
  float: right;
}
#home #reportSec {
  margin-bottom: 30px;
  padding: 30px;
  background: #fff;
}
#home #reportSec .date {
  font-size: 13px;
  color: #999;
  margin: 0;
}
#home #reportSec h3 {
  margin: 0;
}
#home #reportSec ul {
  margin: 0px;
	padding: 0px;
	list-style: none;
}
#home #reportSec li + li {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #E8E8E8;
}
#home #reportSec a {
  display: block;
  overflow: hidden;
}

#home .officeBox {
  position: relative;
  overflow: hidden;
  background: #FFF;
  border-top: 2px solid #0a0e7f;
  margin-bottom: 30px;
  padding:25px;
}
#home .officeBox h3 {
  margin: 0.2em 0 0.5em 0;
  font-size: 18px;
  font-weight: normal;
  color:#2f3192;
}
#home .officeBox h4 {
  font-size: 14px;
  margin: 0;
}
#home .officeBox p {
  font-size: 14px;
  margin: 0.5em 0em;
}
#home .officeBox h4+p {
  margin-top:0.2em;
}
#home .officeBox .text {
  float: left;
  width: 320px;
}
#home .officeBox figure {
  float: right;
  width: 320px;
}
#home .officeBox figcaption {
  padding-top: 8px;
  font-size: 12px;
}
#home .officeBox figure img {
  border: solid 1px #e8e8e8;
}
#home .infoBox {
  position: relative;
  overflow: hidden;
  background: #FFF;
  border-top: 2px solid #0a0e7f;
  margin-bottom: 30px;
  padding:25px;
}
#home .infoBox h3 {
  margin: 0.2em 0 0.5em 0;
  font-size: 18px;
  font-weight: normal;
  color:#2f3192;
}
#home .infoBox h4 {
  font-size: 14px;
  margin: 0;
}
#home .infoBox p {
  font-size: 14px;
  margin: 0.5em 0em;
}
#home .infoBox h4+p {
  margin-top:0.2em;
}
#home .infoBox .text {
  float: right;
  width: 520px;
}
#home .infoBox figure {
  float: left;
}
#home .infoBox ol {
  padding-left: 20px;
}

#home .infoBox li {
  font-size: 14px;
  margin: 0;
  padding:0;
}
#home .infoBox li+li {
  margin-top:8px;
}


/*============================================
  ブログ形式 共通
============================================*/
.post_desc {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.post_desc .category {
  margin-right: 1px;
  background: #383838;
}
.postMeta {
  margin-top: 50px;
  padding-bottom: 20px;
  font-size: 12px;
}
.pager {
  border-top: 1px solid #E8E8E8;
  text-align: center;
  padding-top: 40px;
  overflow: hidden;
  margin-top: 40px;
}
.pager a {
  width: 10em;
  height: 40px;
  font-size: 13px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #BBBBBB;
  display: inline-block;
}
.pager a:hover {
  background: #5a5a5a;
  text-decoration: none;
}
.pager .prev {
  float: left;
}
.pager .next {
  float: right;
}

/* 一覧 */
#reportList ul {
  margin: 0px;
	padding: 0px;
	list-style: none;
}
#reportList li  {
  border-top: 1px solid #E8E8E8;
  padding: 30px 0;
}
#reportList li span  {
  display: inline-block;
  padding: 0.5em 0;
  width: 8em;
  background: #fff;
  border: 1px solid #E58920;
  color:#E58920;
  font-size: 10px;
  margin-right: 1em;
  text-align: center;
}
#reportList li a {
  position: relative;
}
#reportList li a p {
  color: #444;
}
#reportList li a:hover p {
  color: #888;
}
#reportList li p {
  margin: 0;
  font-size: 13px;
}


/* 記事詳細 */
.entryTitle h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
}
.entryTitle p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}
.entryTitle {
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.entryTitle .meta {
  margin: 0 0 0.5em 0;
  font-size: 12px;
  color: #E58920;
}

/* フォーム */

#formArea dl {
	border-top: 1px solid #E8E8E8;
}
#formArea dt {
	clear: both;
	float: left;
	width: 200px;
	padding: 15px 0px;
	margin: 0px;
}
#formArea dd {
	padding: 15px 0px 15px 200px;
	margin: 0px;
	border-bottom: 1px solid #E8E8E8;
}

#formArea input[type="text"],
#formArea textarea,
#formArea select {
  box-sizing: border-box;
	border: none;
	margin: 2px 0px;
	background: #F4F4F2;
	padding: 8px;
	border-radius: 1px;
  width:90%;
  border: 1px solid #E8E8E8;
}
#formArea .ws input[type="text"]{
	width: 20%;
}
#formArea .wm input[type="text"]{
	width: 60%;
}
#formArea .error {
	margin-top:5px;
	color: #FF0000;
}
#formArea .require {
	color: #FF0000;
	font-size: 10px;
	margin-left: 5px;
}
#formArea #submit {
	clear:both;
	text-align: center;
	margin: 30px 0 0 0;
}
#formArea #submit input {
	border: none;
	padding: 15px 50px;
	text-decoration: none;
	background-color: #EA9200;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	font: bold normal 14px "Lucida Grande", 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif, 'ＭＳ Ｐゴシック', "MS PGothic";
}
#formArea #submit input:hover {
	background: #993300;
}
#formArea #submit input.back {
	background: #B7B7B7;
}
#formArea #message-container-input{
	margin:0px;
}
#formArea .addressArea {
	position:relative;
}
#formArea .addressArea p {
	margin: 0 0 10px 0;
}
