@charset "UTF-8";
/*
Theme Name:GIDJP-Theme (base on The HTML5 Reset Theme)
Theme URI:http://html5reset.org
Description:A style-free theme to get you started on an HTML5-based WordPress theme of your own.
Author:Monkey Do! + @ckhicks
Author URI:http://monkeydo.biz
Version:2.0
License:BSD 2-Clause
License URI:http://opensource.org/licenses/bsd-license.php
*/
/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/
/* A Linux- and Windows-friendly sans-serif font stack:http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {
  font: 13px Helmet, Freesans, sans-serif;
}

/* Using local fonts? Check out Font Squirrel's webfont generator:http://www.fontsquirrel.com/tools/webfont-generator */
/* We like off-black for text. */
body, select, input, textarea {
  color: #333;
}

a {
  color: #03f;
}

a:hover {
  color: #69f;
}

/*	j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #fcd700;
}

ins {
  background-color: #fcd700;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #fcd700;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder {
  color: #a9a9a9;
}

textarea:-moz-placeholder {
  color: #a9a9a9;
}

p {
  margin: 1rem 0;
}

/* And here begins the WordPress fun.
-------------------------------------------------------------------------------*/
html {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: aliased;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FFF;
  word-break: normal;
  word-wrap: break-word;
}

header a {
  text-decoration: none;
  color: #FFF;
}

#contents {
  width: 100%;
  max-width: 68rem;
  margin: 0  auto;
  padding: 0;
  font-family: "Helvetica Neue", "メイリオ", Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,YuGothicM, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  word-break: normal;
  word-wrap: break-word;
  line-height: 1.8;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
}

a[href$=".pdf"]:after {
  content: " ";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(./images/PDF_24.png) no-repeat;
  margin-left: 0.3rem;
  vertical-align: middle;
}

.pdfmark:after {
  content: " ";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(./images/PDF_24.png) no-repeat;
  margin-left: 0.3rem;
  vertical-align: middle;
}

.grecaptcha-badge {
  display: none;
}

.post {
  color: #000;
}

.post h1:before {
  content: "";
  background-color: #0082FC;
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  vertical-align: -0.25rem;
  margin-right: 0.5rem;
}

.post h1 {
  margin: 0 0 1rem 0;
  font-size: 1.8rem;
  font-weight: normal;
  font-style: normal;
  color: #424242;
}

.post h2 {
  font-size: 1.3rem;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  margin: 1rem 0 0 1rem;
}

.post h3 {
  margin: 1.5rem 0 -0.5rem 0;
  font-size: 1.2rem;
  font-weight: bold;
}

.post table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  text-align: left;
  padding: 0 1em;
}

.post a {
  color: #4488FF;
  text-decoration: none;
}

.post a:hover {
  color: #FF0000;
  text-decoration: underline;
}

.post a:visited {
  color: #0000FF;
  text-decoration: none;
}

header a:hover {
  text-decoration: none;
}

.post dl {
  margin: 0 0 0 0;
}

.post dt {
  font-weight: normal;
  margin: 1rem 0 0 0;
}

.post dd {
  margin: 0 0 1rem 2em;
}

.post dd + dd {
  margin: -1rem 0 1rem 2em;
}

.post ol {
  margin: 0 0 0 1rem;
  padding-left: 1rem;
}

.post ol li {
  margin: 1rem 0 0.5rem;
  padding-left: 0;
}

.post ul {
  margin: 0;
  padding-left: 0.5rem;
}

.post ul li {
  margin: 0 0 0 1rem;
  padding-left: 0;
}

.post p {
  margin: 1rem 0 0 0;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  color: #000;
}

.post .template {
  display: none;
}

.post .nodata {
  display: none;
}

.post .error {
  display: none;
}

blockquote {
  font-size: 1rem;
  color: #333333;
  margin: 0.5rem 1rem;
  padding: 0.5rem 1rem;
  border: 1px solid #8AC0B0;
  background: #F7F4F6;
  line-height: 1.8;
}

input[type="text"], input[type="password"], input[type="email"], input[type="password"], textarea {
  padding: 0.4rem 1.0rem;
  background-color: #FFFFFF;
  border: 1px solid #444444;
  text-align: l eft;
  border-radius: 2px;
  box-sizing: border-box;
  width: 20rem;
  height: 2.8rem;
  outline: none;
  font-size: 1.4rem;
  font-weight: normal;
}

input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="email"]::placeholder, input[type="password"]::placeholder, textarea::placeholder {
  color: #a9a9a9;
}

input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, input[type="password"]:hover, textarea:hover {
  border: 1px solid #a9a9a9;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus {
  border: 1px solid #0082FC;
  outline: none;
  box-shadow: 0 0 0 1px #0082FC;
}

input[type="text"]:focus::placeholder, input[type="password"]:focus::placeholder, input[type="email"]:focus::placeholder, input[type="password"]:focus::placeholder, textarea:focus::placeholder {
  color: 口＃FFFFFF00;
}

input[type="text"]:disabled, input[type="password"]:disabled, input[type="email"]:disabled, input[type="password"]:disabled, textarea:disabled {
  border: 1px solid #DDDDDD;
  color: #DDDDDD;
  outline: none;
}

input[type="text"].input-error, input[type="password"].input-error, input[type="email"].input-error, input[type="password"].input-error, textarea.input-error {
  border: 1px solid #880000;
}

input[type="text"].input-error:hover, input[type="password"].input-error:hover, input[type="email"].input-error:hover, input[type="password"].input-error:hover, textarea.input-error:hover {
  border: 1px solid  #CC0000;
}

input[type="text"].input-error:focus, input[type="password"].input-error:focus, input[type="email"].input-error:focus, input[type="password"].input-error:focus, textarea.input-error:focus {
  box-shadow: 0 0 0 1px #CC0000;
}

input[type="text"].input-error:disabled, input[type="password"].input-error:disabled, input[type="email"].input-error:disabled, input[type="password"].input-error:disabled, textarea.input-error:disabled {
  border: 1px solid #884444;
  outline: none;
}

hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

/*================================================
 *  　    ロゴエリア
 ================================================*/
.logoarea {
  width: 100%;
  text-align: center;
  margin: 0 0 0.5em 0;
  background-color: #FFFFFF;
}

#logomark {
  width: 30%;
  max-width: 10rem;
  vertical-align: -50%;
}

#logotype {
  width: 65%;
  max-width: 39rem;
  margin-left: 1%;
}

/*================================================
 *  　    ナビゲーション
 ================================================*/
#menu {
  width: 100%;
  position: relative;
  z-index: 9999;
}

#menu ul {
  background-color: #FF6D00;
  text-align: center;
  margin: 0;
  padding: 0;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
}

#menu li {
  text-align: center;
  background: #FF6D00;
  color: #fff;
  padding: 0.1em 0;
  font-size: 1.2rem;
  list-style-type: none;
}

#menu a {
  text-decoration: none;
  color: #fff;
  display: block;
}

#menu li:hover {
  background-color: #FF9100;
}

.menu-item {
  width: 100%;
}

#menu ul {
  width: 100%;
  display: table;
  table-layout: fixed;
}

#menu li {
  display: table-cell;
  vertical-align: middle;
}

#menu-base {
  display: none;
  background-color: #FF6D00;
  padding: 0.2rem 0 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  height: 2rem;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 1.1em;
}

#menu-button {
  background: #FF6D00;
  font-weight: bold;
  color: #fff;
  width: 12em;
  text-align: center;
  padding: 0.1em 0;
  cursor: pointer;
  margin-left: 2rem;
  vertical-align: middle;
}

#spmenu {
  background-color: #FFFFFF;
  text-align: left;
  display: none;
  z-index: 9999;
  overflow: auto;
  top: 10px;
  left: 0;
  width: 90%;
  box-shadow: 10px 10px 25px #AAAAAA;
  padding: 1rem;
  margin-top: 6px;
  font-weight: normal;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-130%);
  transform: translateX(-130%);
  font-size: 1.1em;
}

.spmenu-item {
  border-bottom: 1px solid #88aacc;
  padding: 0.3rem 0;
}

#spmenu a {
  color: #222222;
  text-decoration: none;
}

#spmenu a:visited {
  color: #222222;
}

#spmenu a:hover {
  color: #FF0000;
}

#spmenu a:active * {
  color: #FF0000;
}

#spmenu ul ul {
  display: none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーアイコン*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;
  /*線の太さ*/
  width: 25px;
  /*長さ*/
  border-radius: 3px;
  background: #FFF;
  display: block;
  content: '';
  cursor: pointer;
  margin-top: 2px;
}

#nav-open span:before {
  bottom: -8px;
}

#nav-open span:after {
  bottom: -16px;
}

/*キャンセルアイコン*/
#nav-close {
  display: none;
  width: 27px;
  height: 27px;
  position: relative;
  /* border:1px solid #FFF; */
  cursor: pointer;
  vertical-align: middle;
  margin-left: 3px;
}

#nav-close span::before,
#nav-close span::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 16%;
  margin: -8% 0 0 -42%;
  background: #FFF;
}

#nav-close span::before {
  transform: rotate(-45deg);
}

#nav-close span::after {
  transform: rotate(45deg);
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-open {
  display: none;
}

#nav-input:checked ~ #nav-close {
  display: inline-block;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display: none;
}

#nav-input:checked ~ #spmenu {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.top-menu {
  margin: 0 0 0 1.5rem;
  padding: 0;
  list-style-image: url("./images/marker_top.png");
  vertical-align: middle;
}

.top-menu li {
  margin: 0;
  vertical-align: middle;
  color: #000000;
  font-weight: bold;
  vertical-align: middle;
}

.top-menu li .children {
  margin: 0 0 0 1rem;
  padding: 0;
  list-style-image: url("./images/marker_triangle.png");
  vertical-align: middle;
}

.top-menu li .children li {
  margin: 0;
  vertical-align: middle;
  font-weight: normal;
}

.top-menu a {
  display: block;
  padding: 0.3rem 0;
  border-bottom: 1px solid #88aacc;
}

@media only screen and (max-width: 800px) {
  #menu {
    display: none;
  }
  #menu-base {
    display: block;
  }
  #spmenu {
    display: block;
  }
}

/*================================================
 *		Main
 ================================================*/
.main-section {
  display: flex;
}

/*================================================
 *  　    LEFT SIDE AREA
 ================================================*/
#leftside-section {
  width: 16rem;
  font-size: 1.0rem;
  background-color: #F0F0F0;
  overflow: hidden;
}

#leftside-section a {
  text-decoration: none;
}

.leftside-area {
  margin: 1rem 0;
  padding: 1rem 1rem;
  /*	width:90%; */
}

.leftside-title {
  color: #880000;
  font-weight: bold;
  border-bottom: #880000 solid 1px;
  width: 13rem;
  margin-bottom: 0.5rem;
}

.leftside-menu, .leftside-menu-ancestor {
  margin-left: 10px;
}

.leftside-menu-ancestor {
  margin-bottom: 20px;
}

.leftside-menu li, .leftside-menu-ancestor li {
  margin: 0;
  vertical-align: middle;
  font-weight: bold;
  margin-left: 10px;
}

.leftside-menu li:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: transparent solid 8px;
  border-left-width: 13px;
  border-left-color: #FF6D00;
  margin-left: -20px;
}

.leftside-menu-ancestor li:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: transparent solid 8px;
  border-top-width: 13px;
  border-top-color: #7AC943;
  border-bottom-width: 0px;
  margin-left: -21px;
  margin-right: 6px;
}

@media only screen and (max-width: 800px) {
  #leftside-section {
    display: none;
  }
}

.leftside-area a {
  font-weight: normal;
  color: #000;
}

.leftside-area a:visited {
  color: #000;
}

.leftside-area a:hover {
  color: #FF0000;
}

.leftside-area a:active {
  color: #FF0000;
}

/*================================================
 *  　    Article
 ================================================*/
#article_section {
  float: left;
  background-color: #FFFFFF;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-flex: 1;
  flex: 1;
  overflow: hidden;
  min-height: 100rem;
}

#article_area {
  width: 90%;
  margin: 2rem auto;
  padding: 0;
  overflow: hidden;
}

#article_body {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.article_title {
  margin: 2rem 0 2rem 1rem;
  text-align: left;
  vertical-align: top;
}

.article_title_before {
  text-align: left;
  font-size: 1.2rem;
  color: #000;
  margin-left: 2.5rem;
  line-height: 1.5;
}

.article_subtitle {
  padding: 0;
  margin: 1rem 0 1rem 3rem;
  text-align: left;
}

.article_dot {
  background-color: #0082FC;
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  vertical-align: -0.25rem;
}

#article_date {
  width: 90%;
  font-size: 1rem;
  color: #000;
  text-align: right;
  margin: -1rem auto -1rem;
}

.article_descrption {
  color: #000;
}

.article_descrption_bold {
  color: #000;
  font-weight: bold;
}

.article_imagearea {
  width: 100%;
  text-align: center;
}

.article_image {
  width: 90%;
  max-width: 45rem;
}

.article_text {
  /* margin:2rem auto;
	text-align:left;
	width:90%; */
  color: #000;
}

.article_text2 {
  margin: 0  auto;
  text-align: left;
  padding-left: 1rem;
  width: 95%;
  color: #000;
}

.text_bold {
  font-weight: bold;
}

.text_emphasis {
  font-size: 1.2rem;
  font-weight: bold;
}

.text_strong {
  font-weight: bold;
  color: #FF0000;
}

.text_red {
  color: #FF0000;
}

.text_signature {
  width: 90%;
  text-align: right;
}

.pdf_icon {
  vertical-align: middle;
  margin-left: 0.5rem;
}

.entry {
  font-size: 1rem;
}

#eye-catch_imagearea {
  width: 100%;
  text-align: center;
  margin: 2rem 0;
}

#eye-catch {
  width: 90%;
  margin: 0 auto;
}

/*================================================
* Item
==================================================*/
.item_area {
  margin: 1rem 0 1rem 0;
  width: 100%;
  line-height: 1.3;
  border-bottom: #AACCFF 1px solid;
  padding: 0 0rem 0.5em 0rem;
  overflow: hidden;
}

.item_image {
  float: left;
  width: 23%;
}

.item_text {
  width: 75%;
  float: left;
  margin-left: 2%;
}

.item_header {
  margin: 0;
}

.item_title {
  margin: 0;
  font-size: 1.5rem;
  color: #880000;
  font-weight: bold;
  width: 100%;
}

.item_description {
  width: 100%;
  font-size: 1rem;
  margin: 0.4rem 0 0 0;
  color: #000000;
  text-decoration: none;
}

.item_thumbnail {
  vertical-align: middle;
  width: 100%;
}

.item_title:hover {
  color: #FF0000;
}

.item_title:active {
  color: #FF0000;
}

.item_description:hover {
  color: #FF0000;
}

.item_description:active {
  color: #FF0000;
}

.item_description:visited {
  color: #880000;
}

@media only screen and (max-width: 800px) {
  .item_image {
    width: 38%;
  }
  .item_text {
    width: 60%;
  }
  .item_title {
    font-size: 1.3rem;
  }
}

/*================================================
* Documents
==================================================*/
.documents_area {
  margin: 0 0 2rem 0;
  width: 100%;
  line-height: 1.5;
}

.documents_header {
  margin: 0;
}

.documents_title {
  margin: 0;
  font-size: 1.3rem;
  color: #880000;
  font-weight: bold;
  line-height: 1.3;
}

.documents_link {
  font-size: 1rem;
  margin: 0 0 0 0.5rem;
}

.documents_link ul {
  list-style-type: disc;
  margin: 0;
}

/*================================================
 *  　    フッター
 ================================================*/
footer {
  width: 100%;
  font-size: 1rem;
  padding: 0.01rem 0;
  text-align: center;
  background-color: #ff5900;
  color: #fff;
  margin: 0;
  display: block;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 800px) {
  footer {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 800px) {
  .item-image {
    width: 38%;
  }
  .item-text {
    width: 60%;
  }
  .item-title {
    font-size: 1.3rem;
  }
}

/*================================================
 *  　    ニュースメニュー
 ================================================*/
#news_menu .template {
  display: none;
}

#news_menu_sp .template {
  display: none;
}

/*================================================
 *  　   ドキュメントページ
 ================================================*/
