@charset "UTF-8";

/* =========================================================
   Base
========================================================= */

/* elements
----------------------------------------------- */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}
*, *::before, *::after {
  box-sizing: inherit;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 1.6;
  font-size: 100%;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', '嗄ゴシック Medium' ,'メイリオ', sans-serif;
  overflow-wrap: break-word;
}
@media all and (-ms-high-contrast:none){  /* IE11 */
  *::-ms-backdrop, body { font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif; }
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}
img.external {
  margin: 0 0.25em;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  img.external {
    width: 12px;
    height: 12px;
  }
}
p {
  margin: 0 0 0.5em;
}
em {
  font-style: oblique;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
rp, rt {
  font-size: 80%;
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style-position: outside;
  list-style-type: none;
}
ol {
  margin: 0;
  padding: 0;
  list-style-position: outside;
}
li {
  margin: 0;
  padding: 0;
  list-style-position: outside;
}
a {
  background-color: transparent;
  color: #336699;
}
a:hover, a:focus {
  background-color: transparent;
  text-decoration: none;
}
a[name] {
  color: #000;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
hr {
  margin: 2em 0;
  border: 0;
  border-top: 1px solid #ccc;
}

/* =========================================================
   Common Classes.
========================================================= */

/* clearfix
----------------------------------------------- */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}

/* Icons.
----------------------------------------------- */
a.iconFile {
  display: inline-block;
  padding: 5px 0 5px 20px;
  background-image :url(/_common/themes/naruto/doc/images/ic-hanyo.gif);
  background-position: left center;
  background-repeat: no-repeat;
}
a.iconPdf {
  background-image: url(/_common/themes/naruto/doc/images/ic-pdf.gif);
}
a.iconDoc, a.iconDocx {
  background-image: url(/_common/themes/naruto/doc/images/ic-word.gif);
}
a.iconXls {
  background-image: url(/_common/themes/naruto/doc/images/ic-excel.gif);
}
a.iconJtd {
  background-image: url(/_common/themes/naruto/doc/images/ic-ichitarou.gif);
}

/* CKEditor templates
----------------------------------------------- */
.temp1,
.temp2,
.temp3,
.temp4 {
  clear: both;
  margin-bottom: 20px;
}
.temp1 .thumb {
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
}
.temp1 ul,
.temp1 ol {
  display: inline-block;
  vertical-align: top;
}
.temp2 .thumb {
  float: right;
  margin-bottom: 10px;
  margin-left: 20px;
}
.temp3,
.temp4 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.temp3 dl,
.temp4 dl {
  margin: 0 5px;
  padding: 0;
  vertical-align: bottom;
}
.temp3 dl {
  max-width: 48%;
}
.temp4 dl {
  max-width: 31%;
}
.temp3 dl dt,
.temp4 dl dt {
  margin-bottom: 10px;
  text-align: center;
}
.temp3 dl dd,
.temp4 dl dd {
  margin: 0;
  text-align: center;
}
table.temp5,
table.temp6 {
  margin-bottom: 30px;
}
.temp5 caption,
.temp6 caption {
  text-align: center;
}
.temp5 th, .temp5 td,
.temp6 th, .temp6 td {
  padding: 6px 10px;
  border: 1px solid #b3b3b3;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .temp1 .thumb {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .temp2 .thumb {
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .temp3,
  .temp4 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .temp3 dl,
  .temp4 dl {
    width: 100%;
    max-width: 100%;
    margin: 0 0 15px;
  }
  table.temp5,
  table.temp6 {
    margin-left: auto;
    margin-right: auto;
  }
}

/* adobeReader download
----------------------------------------------- */
.adobeReader, .temp7 {
  clear: both;
  margin: 0 0 20px;
  padding: 10px 20px 10px 196px;
  border: 1px solid #faa;
  background: #fff3f3 url("../img/adobe_bn.png") no-repeat 20px center;
}
.adobeReader p, .temp7 p {
  margin: 0 0 10px;
}
@media only screen and (max-width: 991px) {
  .adobeReader, .temp7 {
    padding: 10px 10px 10px 115px;
    background-size: 79px auto;
    font-size: 90%;
  }
}

/* clearfix
----------------------------------------------- */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* System
----------------------------------------------- */

/* pagination
---------------------- */
.pagination {
  margin: 20px auto 0;
  text-align: center;
}
.pagination > * {
  margin-bottom: 10px;
}
.pagination > *:not(:last-child) {
  margin-right: 10px;
}
.pagination a,
.pagination em,
.pagination span {
  display: inline-block;
  padding: 7px 15px;
  border: 1px solid #b3b3b3;
  vertical-align: middle;
  font-style: inherit;
}
.pagination em.current {
  border-color: #0B135f;
  background-color: #0B135f;
  color: #fff;
}
.pagination span.separator {
  display: none;
}
.pagination .previous_page,
.pagination .next_page {
  width: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
.pagination .previous_page {
  background-image: url(/_common/themes/naruto/kikin/img/ic-pagenav_prev.svg);
}
.pagination .previous_page.disabled {
  background-image: url(/_common/themes/naruto/kikin/img/ic-pagenav_prev-active.svg);
  border-color: #0B135f;
  background-color: #0B135f;
}
.pagination .next_page {
  background-image: url(/_common/themes/naruto/kikin/img/ic-pagenav_next.svg);
}
.pagination .next_page.disabled {
  background-image: url(/_common/themes/naruto/kikin/img/ic-pagenav_next-active.svg);
  border-color: #0B135f;
  background-color: #0B135f;
}

/* RSS Atom
---------------------- */
.feed a {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  padding: 0px 4px;
  background-color: #BF4500;
  color: #fff;
  font-size: 95%;
  text-decoration: none;
}

/* =========================================================
   Layout
========================================================= */
#container {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  min-width: 320px;
  display: -webkit-flex;
  display: flex;
}
#main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-order: 2;
  order: 2;
  background: url(/_common/themes/naruto/kikin/img/header_bg.jpg) left top no-repeat;
}
#container.top #main {
  min-height: 635px;
  padding-top: 250px;
  background: url(/_common/themes/naruto/kikin/img/home_img.jpg) left top no-repeat;
}
#navi {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 195px;
  flex-basis: 195px;
  -webkit-order: 1;
  order: 1;
  background: #0b135f;
}
@media only screen and (max-width: 991px) {
  body {
    background-color: #0c165d;
  }
  #container {
    display: block;
    width: auto;
    background: url(/_common/themes/naruto/kikin/img/background.png) center top / 100% auto no-repeat #fff;
  }
  #container.current::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 999;
  }
  #main {
    min-height: 0 !important;
    padding: 0 !important;
    background: none !important;
  }
  #navi {
    background: none;
  }
}

/* =========================================================
   Piece
========================================================= */

/* globalNavi
----------------------------------------------- */
@media only screen and (min-width: 992px), print {
  #globalNavi .pieceBody::before {
    content: "";
    display: block;
    width: 100%;
    height: 145px;
    margin-bottom: 30px;
    background: url(/_common/themes/naruto/kikin/img/logo.gif) center center no-repeat;
  }
  #globalNavi .pieceBody ul {
    padding: 0 15px 100px;
  }
  #globalNavi .pieceBody ul li {
    margin-bottom: 10px;
  }
  #globalNavi .pieceBody ul li a {
    display: block;
    padding: 10px 5px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 85%;
    line-height: 1.3;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-align: center;
  }
  #page-office-kikin-support #globalNavi .pieceBody ul li.mn1 a,
  #page-office-kikin-purpose #globalNavi .pieceBody ul li.mn2 a,
  #page-office-kikin-guidance #globalNavi .pieceBody ul li.mn3 a,
  #page-office-kikin-exemption #globalNavi .pieceBody ul li.mn4 a,
  #page-office-kikin-contact #globalNavi .pieceBody ul li.mn5 a,
  #page-office-kikin-gratitude .pieceBody ul li.mn6 a,
  #page-office-kikin-news-newclassroom .pieceBody ul li.mn7 a,
  #globalNavi .pieceBody ul li a:hover {
    background-color: #57a24c;
  }
  #globalNavi .pieceBody ul li span {
    display: block;
  }
  #page-office-kikin-index #globalNavi .pieceBody ul li.home {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  #globalNavi {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  #container.current #globalNavi {
    position: static;
  }
  #globalNavi .pieceBody {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    z-index: 9999;
    width: calc(100% - 65px);
    min-height: 100vh;
    background-color: #000;
  }
  #globalNavi .pieceBody ul {
    padding: 60px 0 10px 20px;
  }
  #globalNavi .pieceBody ul li.home {
    display: none;
  }
  #globalNavi .pieceBody ul li a {
    display: block;
    padding: 10px 10px 10px 5px;
    border-bottom: 1px solid #666;
    color: #fff;
    font-size: 90%;
    text-decoration: none;
  }
  #page-office-kikin-support #globalNavi .pieceBody ul li.mn1 a,
  #page-office-kikin-purpose #globalNavi .pieceBody ul li.mn2 a,
  #page-office-kikin-guidance #globalNavi .pieceBody ul li.mn3 a,
  #page-office-kikin-exemption #globalNavi .pieceBody ul li.mn4 a,
  #page-office-kikin-contact #globalNavi .pieceBody ul li.mn5 a {
    color: #57a24c;
  }
  #globalNavi .pieceBody ul li span {
    display: inline-block;
  }
  #globalNavi .pieceBody ul li span.kakko {
    margin-left: -0.5em
  }
}

/* commonHeader
----------------------------------------------- */
@media only screen and (min-width: 992px), print {
  #container.top #commonHeader .pieceBody h1 {
    display: none;
  }
  #commonHeader .pieceBody h1 {
    width: 270px;
    margin: 20px 0 70px 25px;
  }
  #commonHeader .pieceBody .smartBtn {
    display: none;
  }
  #commonHeader .pieceBody .toTop {
    position: absolute;
    top: 0;
    right: 18px;
  }
  #commonHeader .pieceBody .toTop a {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  #commonHeader .pieceBody {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 5px 0 10px 65px;
    background: #0c165d;
  }
  #container.top #commonHeader .pieceBody h1 {
    display: block;
  }
  #commonHeader .pieceBody h1 {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    margin: 0 auto;
    padding: 0 5px;
    text-align: center;
  }
  #commonHeader .pieceBody h1 img {
    max-width: 200px;
    width: 100%;
  }
  #commonHeader .pieceBody .smartBtn {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 65px;
    flex-basis: 65px;
    display: block;
  }
  #commonHeader .pieceBody .smartBtn a {
    display: block;
    width: 45px;
    height: 0;
    padding-top: 44px;
    margin: 3px auto 0;
    background-image: url(/_common/themes/naruto/kikin/img/ic-menu.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    overflow: hidden;
  }
  #commonHeader .pieceBody .smartBtn.current a {
    background-image: url(/_common/themes/naruto/kikin/img/ic-close.png);
  }
  #commonHeader .pieceBody .toTop {
    display: none;
  }
  /* menu current */
  #commonHeader .pieceBody .smartBtn {
    -webkit-order: 1;
    order: 1;
    z-index: 99999;
  }
}

/* topCopy
----------------------------------------------- */
#topCopy {
  display: none;
}
@media only screen and (max-width: 991px) {
  #topCopy {
    display: block;
    margin: 30px 20px 100px;
    text-align: center;
  }
}

/* topMenu
----------------------------------------------- */
#topMenu .pieceBody ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 0 130px;
}
#topMenu .pieceBody ul li {
  width: 187px;
  margin-right: 10px;
}
#topMenu .pieceBody ul li:last-child {
  margin-right: 0;
}
#topMenu .pieceBody ul li a {
  display: block;
  height: 0;
  padding-top: 134px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 187px 134px;
}
#topMenu .pieceBody ul li a:hover {
  opacity: 0.7;
}
#topMenu .pieceBody ul li.mn1 a {
  background-image: url(/_common/themes/naruto/kikin/img/home_menu1.png);
}
#topMenu .pieceBody ul li.mn2 a {
  background-image: url(/_common/themes/naruto/kikin/img/home_menu2.png);
}
#topMenu .pieceBody ul li.mn3 a {
  background-image: url(/_common/themes/naruto/kikin/img/home_menu3.png);
}
#topMenu .pieceBody ul li.mn4 a {
  background-image: url(/_common/themes/naruto/kikin/img/home_menu4.png);
}
@media only screen and (max-width: 991px) {
  #topMenu .pieceBody {
    margin: 0 10px 30px;
  }
  #topMenu .pieceBody ul {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    max-width: 384px;
    margin: 0 auto;
  }
  #topMenu .pieceBody ul li {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  #topMenu .pieceBody ul li:nth-child(even) {
    margin-right: 0;
  }
  #topMenu .pieceBody ul li:nth-child(n+3) {
    margin-top: 10px;
  }
  #topMenu .pieceBody ul li a {
    padding-top: 71.65%;
    background-size: cover;
  }
}

/* recentDocs
----------------------------------------------- */
#recentDocs {
  position: relative;
  margin: 0 20px 20px;
}
#recentDocs .pieceHeader h2 {
  padding: 5px 10px;
  background: rgba(11,19,95,0.8);
  color: #fff;
  font-size: 110%;
}
#recentDocs .pieceBody {
  padding: 10px;
  border: 1px solid #0B135f;
  border-top: none;
  background-color: #fff;
}
#recentDocs .pieceBody .feed {
  position: absolute;
  top: 5px;
  right: 10px;
}
#recentDocs .pieceBody ul li {
  padding: 5px 10px;
  border-bottom: 1px dashed #ccc;
}
#recentDocs .pieceBody .links {
  margin-top: 10px;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  #recentDocs {
    margin: 0 10px 30px;
  }
  #recentDocs .pieceHeader h2 {
    background: rgb(11,19,95);
  }
  #recentDocs .pieceBody ul li {
    position: relative;
    padding: 10px;
    font-size: 90%;
  }
  #recentDocs .pieceBody ul li:hover {
    background-color: #e7f7fd;
  }
  #recentDocs .pieceBody ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
  }
  #recentDocs .pieceBody .links {
    font-size: 90%;
  }
}

/* commonFooter
----------------------------------------------- */
@media only screen and (min-width: 992px), print {
  #commonFooter {
    margin: 0 20px;
  }
  #commonFooter .pieceBody .address {
    margin-bottom: 20px;
    padding-left: 15px;
    border-left: 3px solid #000066;
  }
  #commonFooter .pieceBody .address h2 {
    margin: 0 0 10px;
    padding-top: 10px;
    color: #000066;
    font-size: 120%;
    font-weight: bold;
    /*
    font-family: "嗄苧劾", YuMincho, "ヒラギノ苧劾 ProN W3", "Hiragino Mincho ProN", "HG苧劾E", "ＭＳ Ｐ苧劾", "ＭＳ 苧劾", serif;
    */
  }
  #commonFooter .pieceBody .address address {
    font-style: normal;
  }
  #commonFooter .pieceBody .address address span {
    display: inline-block;
    margin-right: 1em;
  }
  #commonFooter .pieceBody .address address span.mn1 {
    font-weight: bold;
  }
  #commonFooter .pieceBody .address address span.mn2 {
    color: #000066;
    font-size: 120%;
    font-weight: bold;
  }
  #commonFooter .pieceBody .address address span.mn2 strong {
    font-size: 150%;
  }
  #commonFooter .pieceBody .address address span.mn3,
  #commonFooter .pieceBody .address address span.mn4 {
    font-size: 90%;
  }
}
@media only screen and (max-width: 991px) {
  #commonFooter .pieceBody {
    background: #0c165d;
    color: #fff;
  }
  #commonFooter .pieceBody .address h2 {
    padding: 5px;
    background-color: #000;
    color: #fff;
    font-size: 100%;
    font-weight: normal;
    /*
    font-family: "嗄苧劾", YuMincho, "ヒラギノ苧劾 ProN W3", "Hiragino Mincho ProN", "HG苧劾E", "ＭＳ Ｐ苧劾", "ＭＳ 苧劾", serif;
    */
    text-align: center;
  }
  #commonFooter .pieceBody .address address {
    padding: 10px 10px 20px;
    font-size: 90%;
    font-style: normal;
    text-align: center;
  }
  #commonFooter .pieceBody .address address span {
    display: inline-block;
    margin: 0 0.5em;
    line-height: 1.3;
  }
  #commonFooter .pieceBody .address address span a {
    color: #fff;
    text-decoration: none;
  }
  #commonFooter .pieceBody .address address span.mn1 {
    display: block;
    font-size: 120%;
    font-weight: bold;
  }
  #commonFooter .pieceBody .address address span.mn2 {
    display: block;
    font-size: 120%;
    font-weight: bold;
  }
  #commonFooter .pieceBody .address address span.mn2 strong {
    font-size: 180%;
  }
  #commonFooter .pieceBody .address address span.mn3 {
    font-size: 90%;
    text-align: left;
  }
  #commonFooter .pieceBody .address address span.mn4 {
    display: none;
  }
  #commonFooter .pieceBody .address address span + br {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  #commonFooter .pieceBody .address address span.mn3 {
    font-size: 75%;
  }
  #commonFooter .pieceBody .copy {
    font-size: 70%;
  }
}

/* copyright
----------------------------------------------- */
@media only screen and (min-width: 992px), print {
  #copyright {
    margin: 0 20px;
  }
  .footer #copyright {
    padding: 10px;
    text-align: center;
  } 
}
@media only screen and (max-width: 991px) {
  #copyright .pieceBody {
    padding: 10px;
    background: #0c165d;
    color: #fff;
    font-size: 80%;
    text-align: center;
  }
  .footer img {
    display: none;
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  #copyright .pieceBody {
    font-size: 70%;
  }
}

/* pageTitle
----------------------------------------------- */
#pageTitle {
  margin: 0 20px 60px;
}
#pageTitle .pieceBody {
  position: relative;
  max-width: 660px;
  padding: 10px 35px;
  background: linear-gradient(to left, rgba(255,255,255,0), #0b135f 30%);
}
#pageTitle .pieceBody::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  display: block;
  height: 2px;
  background: linear-gradient(to left, rgba(255,255,255,0), #595f92 30%);
}
#pageTitle .pieceBody::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  display: block;
  height: 2px;
  background: linear-gradient(to left, rgba(255,255,255,0), #595f92 30%);
}
#pageTitle .pieceBody h1 {
  color: #fff;
  font-size: 110%;
  font-weight: normal;
}
#pageTitle .pieceBody h1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin-top: -15px;
  border-left: 15px solid #595f92;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
@media only screen and (max-width: 991px) {
  #pageTitle {
    margin: 10px 10px 20px;
  }
  #pageTitle .pieceBody {
    max-width: 100%;
    padding: 10px 25px;
  }
  #pageTitle .pieceBody h1 {
    font-size: 90%;
  }
}

/* =========================================================
   content
========================================================= */

/* contentPage
----------------------------------------------- */
.contentPage .body {
  padding: 0 65px 30px;
}
.contentPage .body h2 {
  margin-top: 1em;
  font-size: 120%;
}
.contentPage .body h3 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 110%;
}
.contentPage .body h4 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 100%;
}
.contentPage .body h5 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 100%;
}
.contentPage .body h6 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 100%;
}
@media only screen and (max-width: 991px) {
  .contentPage .body {
    margin: 0 10px 30px;
    padding: 15px 10px;
    background: rgba(255,255,255,0.9);
    font-size: 90%;
  }
}

/* pc sp
---------------------- */
@media only screen and (min-width: 992px), print {
  .contentPage .body .sp {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .contentPage .body .pc {
    display: none;
  }
}

/* page purporse
---------------------- */
.contentPage .body ul.katsuyo-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -12px;
}
.contentPage .body ul.katsuyo-list > li {
  flex-basis: calc((99% - 72px) / 3);
  margin: 12px;
  border: 1px solid #ccc;
}
.contentPage .body ul.katsuyo-list h2 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  height: 4.5em;
  margin: 0;
  padding: 10px;
  background: #0b135f;
  color: #fff;
  font-size: 110%;
  font-weight: normal;
  text-align: center;
}
.contentPage .body ul.katsuyo-list h2 span {
  display: inline-block;
}
.contentPage .body ul.katsuyo-list img {
  display: block;
  width: 100%;
}
.contentPage .body ul.katsuyo-list ul {
  margin: 10px 0 10px 2em;
  list-style-type: disc;
  list-style-position: outside;
  font-size: 90%;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .contentPage .body ul.katsuyo-list {
    margin: 0;
  }
  .contentPage .body ul.katsuyo-list > li {
    flex-basis: calc((99% - 10px) / 2);
    margin: 10px 10px 10px 0;
  }
  .contentPage .body ul.katsuyo-list > li:nth-child(even) {
    margin-right: 0;
  }
}

/* contentArticleDocs, contentArticleRecentDocs
----------------------------------------------- */
.contentArticleDocs,
.contentArticleRecentDocs {
  padding: 0 20px 30px;
}
.contentArticleRecentDocs {
  position: relative;
}
.contentArticleRecentDocs .feed {
  display: none;
  position: absolute;
  top: 6px;
  right: 25px;
}
.contentArticleDocs .docs h2,
.contentArticleRecentDocs .docs h2 {
  margin-bottom: 5px;
  padding: 5px 10px;
  background-color: #0B135f;
  color: #fff;
  font-size: 110%;
}
.contentArticleDocs .docs ul,
.contentArticleRecentDocs .docs ul {
  margin-bottom: 20px;
}
.contentArticleDocs .docs ul li,
.contentArticleRecentDocs .docs ul li {
  padding: 5px 10px;
  border-bottom: 1px dashed #ccc;
}
@media only screen and (max-width: 991px) {
  .contentArticleDocs,
  .contentArticleRecentDocs {
    margin: 0 10px 30px;
    padding: 15px 10px;
    background: rgba(255,255,255,0.9);
  }
  .contentArticleDocs .docs ul li,
  .contentArticleRecentDocs .docs ul li {
    position: relative;
    padding: 10px;
    font-size: 90%;
  }
  .contentArticleDocs .docs ul li:hover,
  .contentArticleRecentDocs .docs ul li:hover {
    background-color: #e7f7fd;
  }
  .contentArticleDocs .docs ul li a::before,
  .contentArticleRecentDocs .docs ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
  }
}

/* contentArticleDoc
----------------------------------------------- */
body[id^="page-office-kikin-docs-20"] #pageTitle {
  display: none;
}
.contentArticleDoc {
  margin-top: 60px;
  padding: 0 20px;
}
.contentArticleDoc .header {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #0B135f;
  color: #fff;
}
.contentArticleDoc .header h1 {
  font-size: 150%;
  text-align: center;
}
.contentArticleDoc .header .publishedAt {
  text-align: right;
}
.contentArticleDoc .body,
.contentArticleDoc .maps,
.contentArticleDoc .rels,
.contentArticleDoc .tags {
  margin: 0 0 40px !important;
}
.contentArticleDoc .maps h2,
.contentArticleDoc .rels h2,
.contentArticleDoc .tags h2 {
  margin-bottom: 5px;
  padding: 5px 10px;
  background-color: #0B135f;
  color: #fff;
  font-size: 110%;
}
.contentArticleDoc .maps h3 {
  margin: 0 0 5px;
  font-weight: normal;
}
.contentArticleDoc .rels ul,
.contentArticleDoc .tags div {
  padding: 0 15px;
}
.contentArticleDoc .rels li {
  display: inline-block;
  margin: 0 10px 3px 0;
}
.contentArticleDoc .tags div a {
  padding-right: 10px;
}
@media only screen and (max-width: 991px) {
  .contentArticleDoc {
    margin: 30px 10px;
    padding: 15px 10px;
    background: rgba(255,255,255,0.9);
  }
  .contentArticleDoc .header {
    padding: 10px;
  }
  .contentArticleDoc .header h1 {
    font-size: 100%;
  }
  .contentArticleDoc .header .publishedAt {
    font-size: 90%;
  }
  .contentArticleDoc .body,
  .contentArticleDoc .maps,
  .contentArticleDoc .rels,
  .contentArticleDoc .tags {
    margin: 0 0 20px !important;
    font-size: 90%;
  }
}

/* address
----------------------------------------------- */
.contentPage .inquiry {
  margin: 20px;
}
.inquiry {
  padding-bottom: 10px;
  border: 1px solid #0B135f;
  background-color: #fff;
}
.inquiry h2 {
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #0B135f;
  color: #fff;
  font-size: 110%;
}
.inquiry > div {
  margin-left: 10px;
}
.tel, .fax, .email {
  display: inline;
}
.department, .section {
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .contentPage .inquiry {
    margin: 10px;
  }
  .inquiry {
    font-size: 90%;
  }
  .tel, .fax, .email {
    display: block;
  }
}

/* back
----------------------------------------------- */
.back {
  clear: both;
  margin: 30px auto 0;
  text-align: center;
}
.back a {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  padding: 8px 70px;
  border: 1px solid #ccc;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}
@media only screen and (max-width: 991px) {
  .back a {
    font-size: 90%;
  }
}

/* contentArticleDoc body
----------------------------------------------- */
.contentArticleDoc .body h2, .contentArticleDoc .body h3, .contentArticleDoc .body h4 {
  margin: 2em 0 1em;
  font-weight: bold;
}
.contentArticleDoc .body h2 {
  padding: 10px;
  background-color: #0B135f;
  color: #fff;
  font-size: 135%;
  line-height: 1.1;
}
.contentArticleDoc .body h3 {
  padding: 5px 10px;
  border-left: 6px solid #0B135f;
  border-bottom: 1px solid #ccc;
  font-size: 125%;
}
.contentArticleDoc .body h4 {
  padding: 3px 10px;
  border-left: 6px solid #ccc;
  font-size: 115%;
}
.contentArticleDoc .body h5,
.contentArticleDoc .body h6 {
  margin-bottom: 1em;
  font-size: 110%;
  font-weight: bold;
}
.contentArticleDoc .body p {
  margin-bottom: 1em;
}
.contentArticleDoc .body p.indent {
  text-indent: 1em;
}
.contentArticleDoc .body p.hanging-indent {
  padding-left: 1em;
  text-indent: -1em;
}
.contentArticleDoc .body p img {
  margin-bottom: 0;
}
.contentArticleDoc .body img {
  margin-bottom: 10px;
}
.contentArticleDoc .body img.external {
  margin: 0 0 0.3em 0.25em !important;
  vertical-align: bottom;
}
.contentArticleDoc .body hr {
  margin: 2em 0;
  height: 0px;
  border: none;
  border-bottom: 1px solid #ccc;
}
.contentArticleDoc .body ul {
  margin: 0 15px 15px 2em;
  list-style-type: disc;
  list-style-position: outside;
}
.contentArticleDoc .body ul ul {
  list-style-type: circle;
}
.contentArticleDoc .body ol {
  margin: 0 15px 15px 2.5em;
}
.contentArticleDoc .body li {
  margin-bottom: 5px;
  list-style-position: outside;
}
.contentArticleDoc .body dl {
  margin: 5px 1em 15px;
}
.contentArticleDoc .body dl dt {
  margin-top: 10px;
  font-weight: bold;
}
.contentArticleDoc .body table {
  width: auto;
  max-width: 100%;
  margin: 0 0 15px;
  border: 1px solid #ccc;
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
}
.contentArticleDoc .body table th, .contentArticleDoc .body table td {
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.contentArticleDoc .body table th {
  background-color: #f7f7f5;
  text-align: center;
}
.contentArticleDoc .body strong {
  color: #000;
}
/* 燕のプロパティの佩Bえ */
.contentArticleDoc .body table[align="center"] { 
  margin-left: auto;
  margin-right: auto;
}
.contentArticleDoc .body table[align="right"] {
  margin-left: auto;
  margin-right: 0;
}
.contentArticleDoc .body table[align="left"] {
  margin-left: 0;
  margin-right: auto;
}
.contentArticleDoc .body table caption {
  font-weight: bold;
  text-align: center;
}
.contentArticleDoc .body th, .contentArticleDoc .body td {
  padding: 5px 20px 5px 0;
  vertical-align: middle;
  word-wrap: break-word;
}
.contentArticleDoc .body th {
  text-align: left;
}
.contentArticleDoc .body table p {
  margin-left: 0;
  padding: 0;
  text-indent: 0;
}
.contentArticleDoc .body table ul,
.contentArticleDoc .body table ol {
  margin: 0 0 5px 20px;
}
.contentArticleDoc .body table hr {
  margin: 1em 0;
}
@media only screen and (max-width: 991px) {
  .contentArticleDoc .body h2 {
    font-size: 110%;
  }
  .contentArticleDoc .body h3,
  .contentArticleDoc .body h4,
  .contentArticleDoc .body h5,
  .contentArticleDoc .body h6 {
    font-size: 100%;
  }
  .contentArticleDoc .body table {
    width: 100% !important;
  }
  .contentArticleDoc .body table th, .contentArticleDoc .body table td {
    padding: 5px 10px;
  }
}

/* other
----------------------------------------------- */
/* normal-box */
.body .normal-box {
  margin: 2em 0;
  padding: 20px;
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: 0 5px 5px #f2f2f2;
  background-color: #fff;
}
.body .normal-box > div[class^="temp"] {
  margin-bottom: 0;
}

/* img-box */
.body .img-box {
  margin: 2em 0;
  padding: 20px 10px;
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: 0 5px 5px #f2f2f2;
  box-sizing: border-box;
  text-align: center;
}
.body .img-box img {
  max-width: 100%;
  margin: 5px;
  vertical-align: middle;
}
.body .img-box p {
  margin: 10px 0;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .body .img-box img {
    display: block;
    max-width: 100%;
    margin: 0 auto 10px;
  }
  .body .img-box p {
    font-size: 90%;
  }
}

/* qa-box */
.body .qa-box {
  margin: 2em 0;
  padding: 15px 20px 10px;
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: 0 5px 5px #f2f2f2;
}
.body .qa-box dt {
  position: relative;
  top: -28px;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  background-color: #fff;
  color: #044F90;
  font-weight: bold;
}
.body .qa-box dd {
  position: relative;
  top: -15px;
  margin: 0;
  padding-left: 10px;
}
@media only screen and (max-width: 991px) {
  .body .qa-box {
    padding: 15px 10px 10px;
  }
  .body .qa-box dt {
    border: 1px solid #ccc;
    background: #f2f2f2;
  }
}