@charset "UTF-8";
@import url("reset.css");
/* ---------------------------------------------------------- */
/*     shared   */
/* ---------------------------------------------------------- */
body {
  font: 14px Meiryo,'メイリオ','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック','MS PGothic','Lucida Grande',Verdana,sans-serif;
  _display: inline;
  _zoom: 1; }

div#header .inline {
  display: block !important; }

body {
  color: #333333; }
  body a {
    color: #333333;
    text-decoration: none; }
    body a:hover {
      color: #1588D8;
      text-decoration: underline; }
      body a:hover img {
        opacity: 0.8;
        filter: alpha(opacity=80); }

.h-type1 {
  font-weight: bold;
  line-height: 1.7em;
  border-bottom: 3px solid #3A75AF; }

.h-type2 {
  color: #464637;
  font-weight: bold;
  font-size: 179%;
  line-height: 1.3em; }
  @media (max-width: 767px) {
    .h-type2 {
      text-align: center; } }

.h-type3 {
  color: #FFF;
  font-size: 108%;
  background: #0058AA;
  padding: 10px; }
  @media (max-width: 767px) {
    .h-type3 {
      text-align: center; } }

.h-type4 {
  color: #0058AA;
  font-weight: bold;
  font-size: 158%;
  line-height: 1.3em; }
  .h-type4 img {
    vertical-align: middle;
    margin-right: 10px; }
  @media (max-width: 767px) {
    .h-type4 {
      text-align: center; } }

.h-type5 {
  color: #00468C;
  font-weight: bold; }
  .h-type5:before {
    content: "●"; }

.h-type6 {
  background: #000;
  color: #FFF;
  font-size: 129%;
  font-weight: bold;
  line-height: 1.5em;
  padding: 10px 15px; }
  @media (max-width: 767px) {
    .h-type6 {
      font-size: 100%; } }

/*: ボックス ::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* 背景がグレー・内余白15px */
.box-type1 {
  background: #F2F2F2;
  padding: 15px; }

/* 背景なし、ラインのみ。・内余白15px */
.box-type2 {
  padding: 15px;
  border: 1px solid #999999; }

/* 内余白15pxのみ */
.box-type3 {
  padding: 0 15px; }

/* 内余白30pxのみ */
.box-type4 {
  padding: 0 30px; }

/* 茶色い方眼紙・内余白20px */
.box-type5 {
  background: url(../img/point_bg.gif);
  padding: 20px; }

/* 白背景・内余白20px */
.box-type6 {
  background: #FFF;
  padding: 20px; }
  @media (max-width: 767px) {
    .box-type6 {
      padding: 15px; } }

.box-list-type1 {
  padding-bottom: 30px; }
  .box-list-type1 ul li {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .box-list-type1 ul li {
        margin-bottom: 1px; } }
    .box-list-type1 ul li .pickup-box {
      background: #FFF;
      border: 1px solid #e2e2e2; }
      .box-list-type1 ul li .pickup-box .img {
        background: #000;
        position: relative; }
        @media (max-width: 767px) {
          .box-list-type1 ul li .pickup-box .img {
            margin: 15px -30px 15px 15px; }
            .box-list-type1 ul li .pickup-box .img .icon img {
              width: 30px;
              height: auto; } }
        .box-list-type1 ul li .pickup-box .img .icon {
          position: absolute;
          top: 0;
          right: 0; }
      .box-list-type1 ul li .pickup-box .detail {
        padding: 15px; }
        .box-list-type1 ul li .pickup-box .detail h2 {
          color: #FFF;
          font-size: 79%;
          padding: 3px 5px;
          margin-bottom: 10px; }
        .box-list-type1 ul li .pickup-box .detail h3 {
          font-weight: bold;
          font-size: 115%;
          line-height: 1.3em;
          margin-bottom: 5px; }
        .box-list-type1 ul li .pickup-box .detail p {
          font-size: 86%; }
      .box-list-type1 ul li .pickup-box.category-people .detail h2 {
        background: #B4474A; }
      .box-list-type1 ul li .pickup-box.category-tech .detail h2 {
        background: #006666; }
      .box-list-type1 ul li .pickup-box.category-structure .detail h2 {
        background: #D9A300; }
      .box-list-type1 ul li .pickup-box.category-bosai .detail h2 {
        background: #8A008A; }

/* contents 白地・内側30px */
.box-contents {
  background: #FFF;
  border: #e6e6e6 1px solid;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 30px; }
  @media (max-width: 767px) {
    .box-contents {
      padding: 15px; } }

/* お問合わせ */
.box-contact {
  background: #FFF;
  border: #E6E6E6 1px solid;
  overflow: hidden;
  padding: 20px; }
  @media (max-width: 767px) {
    .box-contact {
      text-align: center; } }
  .box-contact h2 {
    color: #575757 !important;
    font-weight: bold;
    font-size: 143%;
    background: url(../img_common/bk-line_03.gif) bottom repeat-x;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 15px; }
  .box-contact .tel {
    font-size: 214%;
    font-weight: bold; }
    @media (max-width: 767px) {
      .box-contact .tel {
        font-size: 179% !important; } }
    .box-contact .tel img {
      margin: 0 10px 0 0;
      vertical-align: middle; }
  .box-contact .note {
    font-size: 86%; }
    @media (max-width: 767px) {
      .box-contact .note {
        margin-bottom: 15px; } }
  .box-contact .btn-contact a {
    padding: 15px; }
  .box-contact.type2 {
    background: none;
    border: none;
    padding: 0;
    text-align: center; }
    .box-contact.type2 p {
      display: inline;
      margin: 0 5px; }
      @media (max-width: 767px) {
        .box-contact.type2 p {
          display: block;
          font-size: 93%; } }
  @media (min-width: 993px) {
    .box-contact.type3 .title {
      text-align: left;
      background: url(../img_common/bk-line_03_y.png) repeat-y right;
      line-height: 1.5em;
      padding: 5px 0;
      margin-bottom: 0 !important; } }

@media (max-width: 767px) {
  .box-list-type2 {
    border-top: 1px solid #E6E6E6; } }

.box-list-type2 li {
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .box-list-type2 li {
      /*width: 240px;*/
      margin: 0 !important;
      padding: 0 !important; } }
  .box-list-type2 li .box-list-in {
    background: #FFF;
    border: 1px solid #E6E6E6;
    padding-bottom: 10px; }
    .box-list-type2 li .box-list-in.link-box-blank .box-inner {
      background: url(../img_common/icon-blink_01.png) no-repeat 96% bottom #FFF;
      padding-bottom: 15px; }
    @media (max-width: 767px) {
      .box-list-type2 li .box-list-in {
        /*width: 240px;*/
        margin: 0; } }
    .box-list-type2 li .box-list-in:hover {
      opacity: 0.8;
      filter: alpha(opacity=80); }
    @media (max-width: 767px) {
      .box-list-type2 li .box-list-in .img img {
        padding: 5px 5px !important; } }
    .box-list-type2 li .box-list-in .box-inner {
      padding: 10px 10px 0; }
      .box-list-type2 li .box-list-in .box-inner .title {
        font-weight: bold;
        font-size: 108% !important;
        line-height: 120%;
        margin: 0 !important;
        padding: 0;
        color: #000 !important; }
        .box-list-type2 li .box-list-in .box-inner .title a:hover {
          color: #1588D8 !important;
          text-decoration: none; }
      .box-list-type2 li .box-list-in .box-inner p {
        font-size: 79%;
        margin: 10px 0 0; }
        @media (max-width: 767px) {
          .box-list-type2 li .box-list-in .box-inner p {
            margin: 5px 0 0; } }
      .box-list-type2 li .box-list-in .box-inner .free-txt {
        font-size: 86%;
        margin-bottom: 5px; }
      .box-list-type2 li .box-list-in .box-inner .pickup-blink {
        text-align: right;
        margin-top: 10px; }
        .box-list-type2 li .box-list-in .box-inner .pickup-blink img {
          border: none; }

.box-list-type3 li {
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .box-list-type3 li {
      margin-bottom: 10px;
      padding-bottom: 10px;
      background: url(../img_common/bk-line_03.gif) bottom repeat-x; } }
  .box-list-type3 li .box-list-in .img {
    padding-right: 0;
    margin-right: 0;
    texchecked-align: center; }
    @media (max-width: 767px) {
      .box-list-type3 li .box-list-in .img img {
        margin-bottom: 5px; } }
    .box-list-type3 li .box-list-in .img a {
      color: #1588D8;
      background: url(../img_common/arrow_01.png) right 0.45em no-repeat;
      padding: 0 8px 0 0; }
  .box-list-type3 li .box-list-in .inner .box-inner .title {
    font-weight: bold;
    font-size: 108% !important;
    line-height: 120%;
    margin: 0 !important;
    padding: 0;
    color: #000 !important; }
    .box-list-type3 li .box-list-in .inner .box-inner .title a:hover {
      color: #1588D8 !important;
      text-decoration: none; }
  .box-list-type3 li .box-list-in .inner .box-inner p {
    display: inline;
    margin: 10px 0 0; }
    @media (max-width: 767px) {
      .box-list-type3 li .box-list-in .inner .box-inner p {
        margin: 5px 0 0;
        font-size: 86%;
        line-height: 70% !important; } }
    .box-list-type3 li .box-list-in .inner .box-inner p a {
      color: #1588D8;
      background: url(../img_common/arrow_01.png) right 0.45em no-repeat;
      padding: 0 8px 0 0; }
  .box-list-type3 li:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); }

.box-list-type4 > li {
  line-height: 1.5em;
  margin-bottom: 20px; }
  .box-list-type4 > li .box-list-in {
    background: #FFF;
    border: 1px solid #E6E6E6;
    padding-bottom: 10px; }
    .box-list-type4 > li .box-list-in.link-box-blank .box-inner {
      background: url(../img_common/icon-blink_01.png) no-repeat 96% bottom #FFF;
      padding-bottom: 15px; }
    @media (max-width: 767px) {
      .box-list-type4 > li .box-list-in {
        margin: 0; } }
    .box-list-type4 > li .box-list-in:hover {
      opacity: 0.8;
      filter: alpha(opacity=80); }
    .box-list-type4 > li .box-list-in .box-inner {
      padding: 10px 10px 0; }
      .box-list-type4 > li .box-list-in .box-inner .title {
        font-weight: bold;
        font-size: 108% !important;
        line-height: 120%;
        margin: 0 !important;
        padding: 0;
        color: #000 !important; }
        .box-list-type4 > li .box-list-in .box-inner .title a:hover {
          color: #1588D8 !important;
          text-decoration: none; }
      .box-list-type4 > li .box-list-in .box-inner p {
        font-size: 79%;
        margin: 10px 0 0; }
        @media (max-width: 767px) {
          .box-list-type4 > li .box-list-in .box-inner p {
            margin: 5px 0 0; } }
      .box-list-type4 > li .box-list-in .box-inner .free-txt {
        font-size: 86%;
        margin-bottom: 5px; }
      .box-list-type4 > li .box-list-in .box-inner .pickup-blink {
        text-align: right;
        margin-top: 10px; }
        .box-list-type4 > li .box-list-in .box-inner .pickup-blink img {
          border: none; }

.box-list-type5 li {
  background: #F5F5F5;
  margin-bottom: 1px;
  overflow: hidden;
  padding: 7px 10px; }
  .box-list-type5 li a {
    color: #1588D8; }
    .box-list-type5 li a:hover {
      opacity: 0.7;
      filter: alpha(opacity=70); }

.box-list-type6 {
  text-align: center; }
  .box-list-type6 li {
    background: #FFF;
    border: 1px solid #E6E6E6; }
    .box-list-type6 li:hover .detail .btn-type1 a {
      background: url(../img_common/bk_btnarrow.gif) #1588D8 right bottom no-repeat;
      opacity: 0.7;
      filter: alpha(opacity=70); }
    .box-list-type6 li .img {
      padding-top: 15px; }
    .box-list-type6 li .detail {
      padding-top: 15px; }
      .box-list-type6 li .detail h2 {
        color: #333333 !important;
        font-weight: bold;
        font-size: 108% !important;
        line-height: 1em !important;
        margin-bottom: 10px !important; }
      .box-list-type6 li .detail p {
        font-size: 79%;
        line-height: 1.5em;
        color: #999999; }
      .box-list-type6 li .detail .btn-type1 {
        padding: 3px !important;
        margin: 15px;
        font-size: 93%; }
    .box-list-type6 li.contact .detail h2 {
      color: #EB4050 !important; }
    .box-list-type6 li.contact .detail .btn-type1 a {
      background-color: #EB4050 !important; }

/*: 文章の省略【XSのみ】 ::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media (max-width: 767px) {
  .omission {
    margin: 3px 0 !important;
    height: 2.6em;
    display: block;
    overflow: hidden; } }

/*: button ::::::::::::::::::::::::::::::::::::::::::::::::::*/
.btn-previous, .btn-next {
  background: #999999;
  color: #FFFFFF;
  font-weight: bold;
  padding: 8px 15px;
  display: inline-block;
  margin: 0 0 0 0; }
  .btn-previous a, .btn-next a {
    color: #FFFFFF; }

.btn-type1 a {
  background: url(../img_common/bk_btnarrow.gif) #000000 right bottom no-repeat;
  padding: 8px;
  display: block;
  color: #FFFFFF !important;
  font-size: 100%; }
  .btn-type1 a:hover {
    background: url(../img_common/bk_btnarrow.gif) #1588D8 right bottom no-repeat;
    text-decoration: none; }

.btn-type2 a {
  background: #f2f2f2 url(../img_common/arrow_01_on.png) 0.8em no-repeat;
  padding: 10px 15px 10px 20px;
  font-size: 100%; }
  .btn-type2 a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    text-decoration: none; }

.btn-type3 a {
  background: url(../img_common/arrow_01.png) right center no-repeat #F2F2F2;
  border-right: #F2F2F2 solid 20px;
  padding: 10px 15px 10px 20px; }
  @media (max-width: 767px) {
    .btn-type3 a {
      display: block; } }
  .btn-type3 a:hover {
    background: url(../img_common/arrow_01_on.png) right center no-repeat #F2F2F2;
    opacity: 0.7;
    filter: alpha(opacity=70);
    text-decoration: none; }

@media (max-width: 767px) {
  .btn-type1-sp {
    padding: 10px 15px; }
    .btn-type1-sp a {
      background: url(../img_common/arrow_01.png) no-repeat 95% center #FFF;
      border: 1px solid #E7E7E7;
      display: block;
      font-size: 115%;
      text-align: center;
      padding: 10px; }
      .btn-type1-sp a:hover {
        background-image: url(../img_common/arrow_01_on.png);
        text-decoration: none; }
    .btn-type1-sp.gray a {
      background-color: #EEE; }
    .btn-type1-sp.open a {
      background-image: url(../img_common_sp/i_close_black.png); }
    .btn-type1-sp.open.collapsed a {
      background-image: url(../img_common_sp/i_open_black.png); } }

.btn-blank a {
  background: #f2f2f2 url(../img_common/icon-blink_03.png) 0.8em no-repeat;
  padding: 10px 15px 10px 30px;
  font-size: 100%; }
  .btn-blank a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    text-decoration: none; }

.btn-contact a {
  background: url(../img_common/bk_btnarrow_pink.png) #EC4150 right bottom no-repeat;
  color: #FFF !important;
  display: block;
  font-size: 115%;
  font-weight: bold;
  padding: 8px 15px;
  position: relative;
  text-align: center; }
  .btn-contact a:before {
    content: url(../img_common/icon_contact.gif);
    margin-right: 10px; }
  .btn-contact a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    text-decoration: none; }

.btn-contact.large {
  font-size: 179%; }
  @media (min-width: 993px) {
    .btn-contact.large {
      width: 790px;
      margin: 0 auto; } }
  @media (max-width: 767px) {
    .btn-contact.large {
      font-size: 129%;
      line-height: 1.5em; } }
  .btn-contact.large a {
    background: url(../img_common/bk_btnarrow_pink_l.png) #EC4150 right bottom no-repeat;
    padding: 20px; }
    .btn-contact.large a:before {
      content: url(../img_common/icon_contact_l.png); }
      @media (max-width: 767px) {
        .btn-contact.large a:before {
          position: absolute;
          top: 50%;
          bottom: 50%;
          left: 15px;
          height: 28px;
          margin: auto; } }
    @media (max-width: 767px) {
      .btn-contact.large a {
        padding: 10px; } }

.btn-contact.small a {
  background: url(../img_common/bk_btnarrow_pink.png) no-repeat right bottom #EC4150;
  font-size: 122% !important;
  line-height: 1.3em !important;
  padding: 5px 20px 5px 55px; }
  .btn-contact.small a:before {
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 15px;
    margin: auto;
    height: 16px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .btn-contact.small a:before {
        left: 10px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .btn-contact.small a {
      margin: 0 !important;
      padding: 5px 15px 5px 35px; } }

.btn-contact-sm {
  background-color: rgba(0, 0, 0, 0.8) !important;
  text-align: center;
  padding: 15px; }
  @media (max-width: 767px) {
    .btn-contact-sm {
      padding: 15px; } }
  .btn-contact-sm a {
    background: url(../img_common/bk_btnarrow_pink_l.png) no-repeat right bottom #EC4150;
    color: #FFF;
    display: block;
    font-weight: bold;
    font-size: 115%;
    line-height: 1.3em;
    padding: 20px; }
    @media (max-width: 767px) {
      .btn-contact-sm a {
        padding: 15px; } }
    .btn-contact-sm a:hover {
      text-decoration: none;
      opacity: 0.8;
      filter: alpha(opacity=80); }
    .btn-contact-sm a:before {
      content: url(../img_common/icon_contact.gif);
      margin-right: 5px;
      vertical-align: middle; }

/* ボタンリスト */
.btn-list1 {
  font-size: 115%;
  margin-right: -15px;
  overflow: hidden;
  text-align: center;
  width: 735px; }
  .btn-list1 li {
    float: left;
    margin-right: 15px;
    width: 230px; }
    .btn-list1 li a {
      background: #F2F2F2 url(../img_common/arrow_08.png) no-repeat 15px center;
      display: block;
      padding: 10px 30px; }
      .btn-list1 li a:hover {
        text-decoration: none;
        opacity: 0.8;
        filter: alpha(opacity=80); }

.btn-list2 {
  font-size: 115%;
  margin-right: -15px;
  overflow: hidden;
  text-align: center;
  width: 735px; }
  .btn-list2 li {
    float: left;
    margin-right: 15px;
    width: 168px; }
    .btn-list2 li a {
      background: #F2F2F2 url(../img_common/arrow_08.png) no-repeat 15px center;
      display: block;
      padding: 10px 30px; }
      .btn-list2 li a:hover {
        text-decoration: none;
        opacity: 0.8;
        filter: alpha(opacity=80); }

.btn-list3 {
  font-size: 115%;
  overflow: hidden;
  text-align: center; }
  .btn-list3 li {
    float: left;
    margin-right: 10px; }
    .btn-list3 li a {
      background: url(../img_common/bk_btnarrow.gif) no-repeat right bottom #1C5AB0;
      color: #FFF;
      display: block;
      padding: 10px 30px;
      text-decoration: none; }
      .btn-list3 li a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }

/*　外部リンク
-----------------------------------*/
a.blank {
  background: url(../img_common/icon-blink_03.png) right 0.2em no-repeat;
  padding: 0 20px 0 0; }

/*　アンカーリンク対策
-----------------------------------*/
.anchor {
  padding-top: 50px !important;
  margin-top: -50px !important;
  display: block !important; }

/*　リンク
-----------------------------------*/
.link-arrow {
  background: url(../img_common/arrow_01.png) left 0.45em no-repeat;
  padding: 0 0 0 8px; }

.link-arrow:hover {
  background: url(../img_common/arrow_01_on.png) left 0.45em no-repeat; }

.link-arrow-r {
  background: url(../img_common/arrow_01.png) right 0.45em no-repeat;
  padding: 0 8px 0 0; }

.link-arrow-r:hover {
  background: url(../img_common/arrow_01_on.png) right 0.45em no-repeat; }

.link-arrow02:hover {
  background: url(../img_common/arrow_01_on.png) left 0.45em no-repeat; }

.link-opacity:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.link-opacity02:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); }

.link-anchor {
  display: block;
  padding-bottom: 60px; }

/* --------- list ------------------------------ */
ul.type1 {
  list-style: disc;
  padding-left: 25px; }

ul.type2 a {
  background: url(../img_common/arrow_01.png) left 0.45em no-repeat;
  padding: 0 0 0 8px; }

ul.type2 a:hover {
  background: url(../img_common/arrow_01_on.png) left 0.45em no-repeat; }

/*※用*/
ul.type3 {
  margin-left: 1.0em; }

ul.type3 li {
  text-indent: -1.0em; }

ol.type1 {
  list-style: decimal;
  padding-left: 30px; }

/*: border ::::::::::::::::::::::::::::::::::::::::::::::::::*/
.b-dot {
  background: url(../img_common/bk-line_02.gif) top repeat-x;
  padding: 20px 0 0 0; }

.line-dot-b {
  background: url(../img_common/bk-line_02.gif) bottom repeat-x;
  padding: 0 0 40px 0;
  margin: 0 0 40px 0; }

/*: icon ::::::::::::::::::::::::::::::::::::::::::::::::::*/
.mark-new {
  background: #900;
  padding: 1px 4px;
  color: #FFF;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 0.7em;
  margin-left: 5px; }

.new-entry {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99; }

/* マーク
-----------------------------------*/
.mark-pdf a {
  background: url(../img_common/icon_side_pdf.gif) left center no-repeat !important;
  padding: 10px 20px 10px 35px;
  line-height: 2em; }

/* ---------　table ------------------------------ */
#contents table, #contents th, #contents td {
  border: 1px solid #999999;
  padding: 8px 8px; }

#contents table {
  margin: 0 0 10px 0; }
  #contents table th {
    background: #F0F0F0;
    color: #333333; }
  #contents table th.type1 {
    background: #2E3038;
    color: #FFF; }
  #contents table .none {
    background: none !important;
    border: none !important; }

/* ラインなしタイプ */
#contents table.type2 {
  border: none !important; }
  #contents table.type2 th {
    background: #FFF;
    border: none !important;
    color: #666;
    font-weight: bold;
    padding: 15px; }
  #contents table.type2 th.type1 {
    background: #2E3038;
    color: #FFF; }
  #contents table.type2 th.type2 {
    background: #F0F0F0;
    color: #666;
    font-weight: bold; }
  #contents table.type2 th.type3 {
    background: url(../img_common/bk_blue.gif);
    color: #FFF; }
  #contents table.type2 td {
    border: none !important;
    padding: 15px; }
  #contents table.type2 td.type1 {
    background: #EEF4FC; }
  #contents table.type2 td.type2 {
    background: #F0F0F0; }
  #contents table.type2 td.type3 {
    background: #D6E4F8; }
  #contents table.type2 .none {
    background: none !important;
    border: none !important; }

dl.type3 {
  border-bottom: 1px solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 1px;
  /*赤いテーブル*/ }
  dl.type3 dt {
    background: #F0F0F0;
    border: 1px solid #999;
    border-bottom: none;
    width: 25%;
    padding: 10px;
    font-size: 93%;
    color: #545454; }
    @media (max-width: 767px) {
      dl.type3 dt {
        width: 100% !important;
        text-align: center;
        padding: 5px 0; } }
    dl.type3 dt.th-type1 {
      background: #9FA0A0;
      color: #FFF;
      font-weight: bold;
      padding: 5px 10px;
      width: 100%; }
  dl.type3 dd {
    border: 1px solid #999;
    border-left: none;
    border-bottom: none;
    width: 75%;
    padding: 10px;
    font-size: 100%; }
    @media (max-width: 767px) {
      dl.type3 dd {
        border-left: 1px solid #999;
        width: 100% !important;
        text-align: center; } }
  dl.type3.type-red dt {
    background: #FDEBE7; }
    dl.type3.type-red dt.th-type1 {
      background: #F49B86; }

dl.type4 {
  border-bottom: 1px solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 1px;
  /*赤いテーブル*/ }
  dl.type4 dt {
    background: #555;
    border: 1px solid #999;
    border-bottom: none;
    width: 25%;
    padding: 10px;
    font-size: 93%;
    color: #FFF; }
    @media (max-width: 767px) {
      dl.type4 dt {
        width: 100% !important;
        text-align: center;
        padding: 5px 0; } }
    dl.type4 dt.th-type1 {
      background: #9FA0A0;
      color: #FFF;
      font-weight: bold;
      padding: 5px 10px;
      width: 100%; }
  dl.type4 dd {
    background: #FFF;
    border: 1px solid #999;
    border-left: none;
    border-bottom: none;
    width: 75%;
    padding: 10px;
    font-size: 100%; }
    @media (max-width: 767px) {
      dl.type4 dd {
        border-left: 1px solid #999;
        width: 100% !important;
        text-align: center; } }
  dl.type4.type-red dt {
    background: #FDEBE7; }
    dl.type4.type-red dt.th-type1 {
      background: #F49B86; }

.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1-5 {
  width: 20%;
  float: left; }

.col-xs-2-5 {
  width: 40%;
  float: left; }

.col-xs-3-5 {
  width: 60%;
  float: left; }

.col-xs-4-5 {
  width: 80%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left; }
  .col-sm-2-5 {
    width: 40%;
    float: left; }
  .col-sm-3-5 {
    width: 60%;
    float: left; }
  .col-sm-4-5 {
    width: 80%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left; }
  .col-md-2-5 {
    width: 40%;
    float: left; }
  .col-md-3-5 {
    width: 60%;
    float: left; }
  .col-md-4-5 {
    width: 80%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left; }
  .col-lg-2-5 {
    width: 40%;
    float: left; }
  .col-lg-3-5 {
    width: 60%;
    float: left; }
  .col-lg-4-5 {
    width: 80%;
    float: left; } }

.link-box:hover,
.link-box:hover img,
.link-box-blank:hover,
.link-box-blank:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70); }

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000; }

.txt-r {
  text-align: right; }

.txt-l {
  text-align: left; }

.txt-c {
  text-align: center; }

@media (max-width: 767px) {
  .txt-r-xs {
    text-align: right; }
  .txt-l-xs {
    text-align: left; }
  .txt-c-xs {
    text-align: center; } }

.font10 {
  font-size: 72% !important; }

.font11 {
  font-size: 79% !important; }

.font12 {
  font-size: 86% !important; }

.font13 {
  font-size: 93% !important; }

.font15 {
  font-size: 108% !important; }

.font16 {
  font-size: 115% !important; }

.font17 {
  font-size: 122% !important; }

.font18 {
  font-size: 129% !important; }

.font19 {
  font-size: 136% !important; }

.font20 {
  font-size: 143% !important; }

.font21 {
  font-size: 150% !important; }

.font22 {
  font-size: 158% !important; }

.font23 {
  font-size: 165% !important; }

.font24 {
  font-size: 172% !important; }

.font25 {
  font-size: 179% !important; }

.font26 {
  font-size: 186% !important; }

.font27 {
  font-size: 193% !important; }

.font28 {
  font-size: 200% !important; }

.font29 {
  font-size: 207% !important; }

.font30 {
  font-size: 214% !important; }

@media (max-width: 767px) {
  .font12-xs {
    font-size: 86% !important; }
  .font13-xs {
    font-size: 93% !important; }
  .font15-xs {
    font-size: 108% !important; }
  .font16-xs {
    font-size: 115% !important; } }

.blue {
  color: #1C5AB0 !important; }

.key {
  color: #EB4050 !important; }

.gray {
  color: #999999 !important; }

.red {
  color: red !important; }

.black {
  color: black !important; }

.white {
  color: #FFF !important; }

.color-link a {
  color: #1588D8;
  text-decoration: underline; }

.color-link a:hover {
  text-decoration: none; }

.normal {
  font-weight: normal !important; }

.bold {
  font-weight: bold !important; }

.note-s {
  color: #00468C;
  font-size: 77%;
  font-weight: bold;
  vertical-align: top;
  margin-left: 5px; }

.note-txt {
  color: #00468C; }

.through {
  text-decoration: line-through; }

.through-key {
  text-decoration: line-through;
  color: #EB4050 !important; }

.through-gray {
  text-decoration: line-through;
  color: #999999 !important; }

.space00t {
  margin-top: 0 !important; }

.space05t {
  margin-top: 5px !important; }

.space10t {
  margin-top: 10px !important; }

.space15t {
  margin-top: 15px !important; }

.space20t {
  margin-top: 20px !important; }

.space30t {
  margin-top: 30px !important; }

.space40t {
  margin-top: 40px !important; }

.space50t {
  margin-top: 50px !important; }

.space60t {
  margin-top: 60px !important; }

.space00b {
  margin-bottom: 0 !important; }

.space05b {
  margin-bottom: 5px !important; }

.space10b {
  margin-bottom: 10px !important; }

.space15b {
  margin-bottom: 15px !important; }

.space20b {
  margin-bottom: 20px !important; }

.space25b {
  margin-bottom: 25px !important; }

.space30b {
  margin-bottom: 30px !important; }

.space35b {
  margin-bottom: 35px !important; }

.space40b {
  margin-bottom: 40px !important; }

.space45b {
  margin-bottom: 45px !important; }

.space50b {
  margin-bottom: 50px !important; }

.space55b {
  margin-bottom: 55px !important; }

.space60b {
  margin-bottom: 60px !important; }

.space65b {
  margin-bottom: 65px !important; }

.space70b {
  margin-bottom: 70px !important; }

.space75b {
  margin-bottom: 75px !important; }

.space80b {
  margin-bottom: 80px !important; }

.space05l {
  margin-left: 5px !important; }

.space10l {
  margin-left: 10px !important; }

.space20l {
  margin-left: 20px !important; }

.space30l {
  margin-left: 30px !important; }

.space00r {
  margin-right: 0 !important; }

.space10r {
  margin-right: 10px !important; }

.space20r {
  margin-right: 20px !important; }

.space30r {
  margin-right: 30px !important; }

.space40r {
  margin-right: 40px !important; }

@media (max-width: 767px) {
  .space15t-xs {
    margin-top: 15px !important; }
  .space00b-xs {
    margin-bottom: 0 !important; }
  .space10b-xs {
    margin-bottom: 10px !important; }
  .space15b-xs {
    margin-bottom: 15px !important; }
  .space30b-xs {
    margin-bottom: 30px !important; }
  .space45b-xs {
    margin-bottom: 45px !important; } }

.img-l {
  float: left;
  margin: 0 20px 20px 0; }

.img-r {
  float: right;
  margin: 0 0 20px 20px; }

.img-c {
  text-align: center !important;
  margin: 0 0 20px 10px; }

.of-hide {
  overflow: hidden; }

.vertical-middle {
  vertical-align: middle; }

.clearfix {
  zoom: 1;
  overflow: hidden; }

.clear-all {
  clear: both; }

*:after {
  display: block;
  clear: both; }

.clear-l {
  clear: left; }

.clear-r {
  clear: right; }

.block {
  display: block; }

.inline {
  display: inline; }

.inline-block {
  display: inline-block; }
