@charset "UTF-8";

/* =========================================================
   Base
========================================================= */

/* elements
----------------------------------------------- */
html {
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  border: 0;
  font-size: 100%;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}
body, td, th, select, option, input, button, textarea {
  font-family: -apple-system, BlinkMacSystemFont, "源ノ角ゴシック JP", "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", Verdana, "メイリオ", sans-serif;
  font-weight: normal;
}
input, textarea {
  font-size: 110%;
}
blockquote {
  margin: 10px 20px;
}
h1, h2, h3, h4, h5 {
  font-size: 115%;
  font-weight: bold;
}
img {
  max-width: 100%;
  border-style: none;
  vertical-align: bottom;
}
#mainBody .map img {
  max-width: none;
}
img.external {
  margin: 0 0 0 0.25em !important;
  vertical-align: middle;
  vertical-align: baseline\9;
  *vertical-align: baseline;
}
address, cite,dfn, em, var {
  font-style: normal;
  font-weight: normal;
}
strong {
  font-weight: bold;
}
pre {
  font-family: -apple-system, BlinkMacSystemFont, "源ノ角ゴシック code JP", Osaka-mono, "メイリオ", monospace;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}
ul {
  list-style-type: none;
  list-style-position: outside;
}
li {
  list-style-position: outside;
}
rp, rt {
  font-size: 80%;
  text-decoration: none;
}
a {
  color: #0032a0;
  background-color: transparent;
  text-decoration: underline;
  vertical-align: baseline\9;
  *vertical-align: baseline;
}
a:visited {
  color: #8232a0;
  background-color: transparent;
}
a:hover, a:focus {
  color: #be1e32;
  background-color: transparent;
}
a img:hover,
a img:focus {
  opacity: 0.9;
}
.ie8 a img:hover,
.ie8 a img:focus {
  filter: alpha(style=0, opacity=90);
}
.ie8 a img[src$=".png"]:hover,
.ie8 a img[src$=".png"]:focus {
  filter: none;
}
a[name], a[name]:hover {
  color: #000;
  text-decoration: none;
}
#twitter .pieceBody a, #twitter iframe {
  height: 250px;
}
#cmsPreviewMark {
  width: auto !important;
}

/* =========================================================
   Common Classes.
========================================================= */

/* icon
----------------------------------------------- */
img.fileIcon {
  position: relative;
  margin-right: 3px;
  vertical-align: middle;
}

/* Notices
----------------------------------------------- */
ul.notices {
  margin: 0 0 15px 0;
  padding: 5px 10px;
  border: 1px solid #bbddff;
  background-color: #ddeeff;
}
ul.notices li {
  color: #3355ff;
}

/* Errors
----------------------------------------------- */
.formError {
  margin: 15px 0;
  padding: 10px;
  border: 1px solid #ee0000;
  color: #ee0000;
}
.elementError {
  margin: 3px 0 0 0;
  color: #ee0000;
}

/* Form relation
----------------------------------------------- */
div.submitters {
  margin: 20px 10px;
}
div.submitters input, div.submitters a {
  margin: 0 10px;
}
div.submitters input {
  width: 100px;
}

/* Table for list
----------------------------------------------- */
table.list {
  width: 100%;
}
table.list th {
  padding: 6px 7px;
  border: 1px solid #bbb;
  background-color: #e4e4e4;
  color: #000;
  font-weight: lighter;
  text-align: left;
}
table.list td {
  padding: 6px 7px;
  border: 1px solid #ccc;
}
table.list tr.cycle td {
  background-color: #f7f7f7;
}

/* Table for form
----------------------------------------------- */
table.form {
  width: 100%;
  margin: 10px 0 0 0;
}
table.form th {
  width: 200px;
  padding: 6px 7px;
  border: 1px solid #bbb;
  background-color: #e4e4e4;
  color: #000;
  font-weight: lighter;
  text-align: left;
}
table.form td {
  padding: 6px 7px;
  border: 1px solid #ccc;
}

/* Form relation
----------------------------------------------- */
div.submitters {
  margin: 20px 10px;
}
div.submitters input, div.submitters a {
  margin: 0 10px;
}
div.submitters input {
  width: 100px;
}

/* Icons.
----------------------------------------------- */
.iconFile, .iconDefault {
  display: inline-block;
  padding-left: 22px;
  background-position: left 0.3em;
  background-repeat: no-repeat;
  background-image: url("/_common/images/icons/default.png");
}
.iconBmp {
  background-image: url("/_common/images/icons/bmp.png");
}
.iconCsv,
.iconTxt {
  background-image: url("/_common/images/icons/default.png");
}
.iconDoc,
.iconDocx {
  background-image: url("./images/ic-file-word.gif");
/*  background-image: url("/_common/images/icons/doc.png"); */
}
.iconGif {
  background-image: url("/_common/images/icons/gif.png");
}
.iconJpg,
.iconJpe,
.iconJpeg {
  background-image: url("/_common/images/icons/jpg.png");
}
.iconJtd {
  background-image: url("/_common/images/icons/jtd.png");
}
.iconLzh {
  background-image: url("/_common/images/icons/lzh.png");
}
.iconPdf {
  background-image: url("./images/ic-file-pdf.gif");
/*  background-image: url("/_common/images/icons/pdf.png"); */
}
.iconPng {
  background-image: url("/_common/images/icons/png.png");
}
.iconPpt,
.iconPptx {
  background-image: url("/_common/images/icons/ppt.png");
}
.iconXls,
.iconXlsx {
  background-image: url("/_common/images/icons/xls.png");
}
.iconZip {
  background-image: url("/_common/images/icons/zip.png");
}

/* Common
----------------------------------------------- */
/* more
---------------------- */
.more {
  text-align: right;
}
.more span {
  padding-right: 10px;
}

/* pagination
---------------------- */
.pagination {
  margin-top: 20px;
  text-align: center;
}
.pagination a {
  padding: 0 6px;
}
.pagination span.current {
  padding: 0 3px;
  font-size: 150%;
  font-weight: bold;
}

/* back
---------------------- */
.back {
  margin: 20px 0;
  padding: 0 0 30px;
  text-align: center;
}
.back a {
  display: block;
  width: 70px;
  margin: 0 auto;
  padding: 10px 10px;
  border: 1px solid #999;
}

/* pagetop
---------------------- */
.pageTop {
  margin:5px 0 30px 0;
  text-align: right;
}
.pageTop a {
  padding: 0 0 0 15px;
  background-image: url("./images/ic-top.gif");
  background-position: left center;
  background-repeat: no-repeat;
}

/* address
----------------------------------------------- */
.inquiry:before, .inquiry:after {
  content: "";
  display: table;
}
.inquiry:after {
  clear: both;
}
.inquiry {
  margin: 0 0 20px;
  *zoom: 1;
}
.inquiry h2:before {
  content: ".";
  display: block;
  position: absolute;
  top: 4px;
  left: 5px;
  width: 3px;
  background: #0d5294;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.inquiry h2 {
  position: relative;
  margin: 0 0 0.5em;
  padding: 5px 0 3px 15px;
  border-radius: 3px;
  background: -webkit-linear-gradient(top,  #deeeff 0%,#b9ddff 100%);
  background: linear-gradient(to bottom,  #deeeff 0%,#b9ddff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deeeff', endColorstr='#b9ddff',GradientType=0 );
  *zoom: 1;
  font-size: 120%;
}
.inquiry address {
  padding: 0 15px;
}

/* otoiawase form
----------------------------------------------- */
.surveyForm form {
  margin: 0 0 30px;
  padding: 0 15px;
}
.question {
  margin: 0 0 20px;
}
.question .body {
  padding: 0;
}
.surveyForm textarea,
.surveyForm textarea {
  max-width: 95%;
  font-size: 100%;
}
.formError {
  margin: 15px 0;
  padding: 10px;
  border: 1px solid #ee0000;
  color: #ee0000;
}
.elementError {
  margin: 3px 0 0;
  color: #ee0000;
}
.errorExplanation {
  margin: 20px 0;
  padding: 10px 15px;
  border-radius: 8px;
  background-color: #fff6f7;
  color: #cc2200;
}
.errorExplanation h2 {
  margin: -10px -15px 10px;
  padding: 5px 15px;
  border-radius: 8px 8px 0 0;
  background-color: #ff5566;
  color: #fff;
  font-weight: bold;
}
.errorExplanation p {
  margin: 0 0 5px;
  font-size: 110%;
  font-weight: bold;
}
.errorExplanation ul {
  list-style-type: disc;
  margin: 0 20px;
}
.errorExplanation li {
  padding: 1px 0;
}
.field_with_errors {
  display: inline;
}
.field_with_errors input, .field_with_errors textarea, .field_with_errors select {
  border: 1px solid #ee0000;
}
.field_with_errors input[type="radio"] {
  margin-right: 6px;
  outline: 1px solid #ee0000;
}
.field_with_errors + .field_with_errors, .field_with_errors ~ .field_with_errors {
  display: inline;
}
.field_with_errors input[type="hidden"] {
  display: none;
}
.surveyForm .submit {
  text-align: center;
}
.surveyForm .submit > input {
  margin: 0 5px;
  cursor: pointer;
}

/* unit-address
----------------------------------------------- */
#unitAddress .pieceHeader {
  margin-bottom: 5px;
  padding: 3px 5px 3px 3px;
  border-radius: 2px;
  background: -webkit-linear-gradient(top,  #ffffff 0%,#c9e5ff 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#c9e5ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c9e5ff',GradientType=0 );
  *zoom: 1;
}
#unitAddress .pieceHeader h2 {
  padding-left: 5px;
  border-left: 3px solid #0d5294;
  font-size: 95%;
}
#unitAddress caption {
  width: 100%;
  text-align: left;
}
#unitAddress .pieceBody {
  padding: 0 10px;
}

/* adobeReader
----------------------------------------------- */
.adobeReader {
  clear: both;
  padding: 10px 20px 10px 150px;
  border-top: 1px solid #c2c2c2;
  background: url("./images/adobe_bn.gif") 20px center no-repeat;
}
.adobeReader .pcPdf {
  display: block;
}
.adobeReader a {
  display: inline-block;
  padding: 1px 0;
}
.adobeReader .smartPdf {
  display: none;
}

/* contentGpArticleDocs
----------------------------------------------- */
/* docs-ichiran
---------------------- */
.contentGpArticleDocs {
  position: relative;
  margin-top: 15px;
}
.contentGpArticleDocs .docs ul {
  margin-bottom: 15px;
  padding: 5px 10px;
}
.contentGpArticleDocs .docs li {
  margin-bottom: 5px;
  padding-left: 12px;
  background-image: url("./images/ic-arrow-s03.gif");
  background-repeat: no-repeat;
  background-position: 0 0.5em;
}

/* doc
---------------------- */
.contentGpArticleDoc p.publishedAt,
.contentGpArticleDoc p.updatedAt {
  text-align: right;
}
.contentGpArticleDoc p.updatedAt {
  margin-bottom: 10px;
}
.contentGpArticleDoc ul {
  margin: 0 0 20px 25px;
  list-style-type: disc;
}

/* midashi
----------------------------------------------- */
.body {
  clear: both;
}
.body h2, .body h3, .body h4, .body h5 {
  margin: 0 0 0.5em;
}
.body h2:before {
  content: ".";
  display: block;
  position: absolute;
  top: 4px;
  left: 5px;
  width: 3px;
  background: #ed8a00;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.body h2 {
  position: relative;
  padding: 5px 0 3px 15px;
  border-radius: 3px;
  background: -webkit-linear-gradient(top,  #ffe8b2 0%,#ffc55b 100%);
  background: linear-gradient(to bottom,  #ffe8b2 0%,#ffc55b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe8b2', endColorstr='#ffc55b',GradientType=0 );
  *zoom: 1;
  font-size: 120%;
}
.body h3 {
  padding: 3px 0 3px 10px;
  border: 1px solid #f5bf74;
  border-radius: 3px;
  background: #ffe4a8;
  font-size: 100%;
}
.body h4 {
  padding: 5px 5px 5px 10px;
  border-left: 1px solid #ed8a00;
  border-bottom: 3px solid #ed8a00;
  font-size: 100%;
}
.body h5 {
  padding: 1px 0 1px 12px;
  background: url("./images/ic-dot01.png") left 0.4em no-repeat;
  font-size: 100%;
}
.body p {
  margin-bottom: 1em;
  padding-left: 1em;
}
.body ul {
  margin: 0 0 20px 25px;
}
.body ol {
  margin: 0 0 20px 25px;
}
.body table {
  table-layout: fixed;
  *table-layout: auto;
  max-width: 100% !important;
  margin: 0 0 30px;
  border-spacing: 0;
}
.body th, .body td {
  padding: 10px 5px;
  border: 1px solid #999;
  vertical-align: middle;
}
.body th {
  background-color: #ffe4a8;
}
.body .w100 {
  width: 100%;
}
.body .vtop th, .body .vtop td {
  vertical-align: top;
}
.body table caption {
  font-weight: bold;
}
.body table p {
  margin: 0;
  padding: 0;
}
.body table p + p {
  margin: 1em 0 0;
}
.body table  ul,
.body table  ol {
  margin: 0 0 0 20px;
}
.body .warning {
  color: #ee0000;
  font-weight: bold;
}
.body .border {
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #ccc;
}
.body table.noBorder,
.body table.noBorder th,
.body table.noBorder td {
  border: none;
}

/* img-float
----------------------------------------------- */
.img-right,
.img-left {
  margin-bottom: 10px;
}
.img-left img {
  float: left;
  margin-right: 40px;
}
.img-right img {
  float: right;
  margin-left: 40px;
}
.img-left .text {
  float: left;
}
.img-right:after,
.img-left:after {
  content: "";
  clear: both;
  display: block;
}

/* CKEditor templates
----------------------------------------------- */
.temp1, .temp2, .temp3, .temp4 {
  clear: both;
  margin-bottom: 30px;
}
.temp1 .thumb {
  float: left;
  margin-right: 30px;
}
.temp1 ul,
.temp1 ol {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.temp2 .thumb {
  float: right;
  margin-left: 30px;
}
.temp3 dl, .temp4 dl {
  float: left;
  margin: 20px 5px 0 0;
}
.temp3 dl dt, .temp4 dl dt {
  margin-bottom: 5px;
  text-align: center;
}
.temp3 dl dd, .temp4 dl dd {
  text-align: center;
}
table.temp5 {
  width: 100%;
}
.temp7 {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #ffaaaa;
  background-color: #fff3f3;
}
.temp7 p {
  margin: 0 0 10px 0;
}
.temp4.col3 {
  margin-bottom: 1em;
}
.temp4.col3 dl {
  width: 32.3%;
  margin: 0 1% 0 0;
}
.temp4.col3 dl dt {
  margin-bottom: 0;
}
.temp8 {
  display: flex;
  text-align: center;
}
.temp8 dl {
  flex: 1 1 0%;
  padding: 0 5px;
}
.temp8 dl dt,
.temp8 dl dd {
  display: block;
}
.temp8 dl img {
  border: 1px solid #c2c2c2;
}
@media only screen and ( max-width: 600px ) {
  .temp8 {
    flex-wrap: wrap;
  }
  .temp8 dl {
    flex: none;
    width: 100%;
    margin: 0 0 1em;
    padding: 0;
  }
  #workTab .temp8 dl img {
    display: block;
  }
}

/* rte template
----------------------------------------------- */
.body .indent2 {
  text-indent: 2em;
}
.body .left-indent1 {
  padding-left: 1em;
}
.body .left-indent2 {
  padding-left: 2em;
}
.body .rte div, .body .rte p,
.body .rte dl {
  padding-left: 1em;
}
.body .rte dl dd {
  padding: 0 0 1em 1em;
}
.body .rte ol {
  margin-left: 1.6em;
}
.body .rte div p {
  padding-left: 0;
}
.body .rte2 p {
  padding-left: 2em;
}

/* clearfix
----------------------------------------------- */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/* =========================================================
   smart phone
========================================================= */
@media only screen and ( max-width: 600px ) {

/* midashi
----------------------------------------------- */
.body h2:before {
  top: 6px;
}
.body h2 {
  padding: 7px 0 5px 15px;
  border-radius: 0;
}
.body ul {
  margin-left: 10px;
}
.body ul li {
  list-style-type: none;
  padding-left: 10px;
  background: url("./images/ic-dot02.gif") left 0.6em no-repeat;
}
.body table {
    table-layout: fixed;
    width: 100%;
}
.body th, .body td {
  word-wrap: break-word;
  word-break: break-all;
}
.temp4.col3 {
  margin-bottom: 0;
}
.temp4.col3 dl {
  width: auto;
  margin: 0 10px 1em;
}

/* address
----------------------------------------------- */
.inquiry h2 {
  border-radius: 0;
}

/* adobeReader
----------------------------------------------- */
.adobeReader {
  padding: 10px 0;
  background: none;
}
.adobeReader .smartPdf {
  display: block;
}
.adobeReader .pcPdf,
.adobeReader a {
  display: none;
}

/* back
---------------------- */
.back {
  display: none;
}
}