@charset "utf-8";

/*--------------------------------------------------------------
レスポンシブ02 グリーン 1カラム
---------------------------------------------------------------*/

body {
  font-size:16px;
  color: #000;
  line-height: 1.6;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", "sans-serif";
  font-weight: normal;
}
@media only screen and (max-width: 1024px) {
  body { font-size: 16px; }
}
@media only screen and (max-width: 600px) {
  body { font-size: 15px; }
}

/*--------------------------------------------------------------
リンク・ボタン
---------------------------------------------------------------*/
a:hover {
  color: #dd3138;
}

/*--------------------------------------------------------------
記事背景色
---------------------------------------------------------------*/
.article.full.beige, .gallery.full.beige {
  background: #f2f2e9;
  padding-top: 40px;
  padding-bottom: 40px;
}

/*--------------------------------------------------------------
段落
---------------------------------------------------------------*/
.article p {
  font-size: 1.0em;
  font-weight: normal;
  line-height: 1.8;
  margin-bottom: 1em;
}
.article .leadText {
  font-size: 1.05em;
  font-weight: bold;
}

/*--------------------------------------------------------------
table
---------------------------------------------------------------*/
.article table:not(.contactTable) {
  border-collapse: collapse;
  border-left: 1px solid #ccc;
  border-spacing: 0;
  border-top: 1px solid #ccc;
  margin: 10px auto;
  width: 100%;
}
.article table:not(.contactTable) td,
.article table:not(.contactTable) th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
}
.article table:not(.contactTable) th {
  background-color: #f7f7f7;
  text-align: center;
}

/*--------------------------------------------------------------
normalTbl
---------------------------------------------------------------*/
.article table.normalTbl {
  font-size: 1.0em;
  border: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.article table.normalTbl th, .article table.normalTbl td {
  padding: 16px;
  border: none;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
.article table.normalTbl th {
  border-right: none;
  background: #f5f5f5;
  text-align: center;
}

/*--------------------------------------------------------------
主な支援業務テーブル
---------------------------------------------------------------*/
.article table.table-bg-border {
  border: 1px solid #bc7d2d;
  background: #f5f5f5;
}
.article table.table-bg-border td {
  padding: 0 30px 30px 30px;
  border: none;
}
.article table.table-bg-border tr:first-child td {
  padding-top: 30px;
}
.article table.table-bg-border tr:not(:last-child) td::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #666;
}
.article table.table-bg-border h5 {
  font-size: 1.1em;
  margin: 0 0 0.5em 0;
  padding: 0;
  border: none;
}
.article table.table-bg-border h5 span {
  display: inline-flex;
  color: #fff;
  background: #bc7d2d;
  width: 1.4em;
  height: 1.4em;
  justify-content: center;
  align-items: center;
  margin-right: 0.5em;
}

/*--------------------------------------------------------------
リスト
---------------------------------------------------------------*/
ul.maru.plus {
  font-size: 1.0em;
  line-height: 1.8;
  margin-bottom: 1.0em;
}
ul.maru.plus li:before {
  color: #ccc;
}

ul.ps, ul.notes, ol.pp {
  font-size: 0.94em;
}

/*--------------------------------------------------------------
title
---------------------------------------------------------------*/
#title_outer {
  width: 100%;
  max-width: 1024px;
  position: relative;
}
#title_outer h1 {
  width: 320px;
  height: 66px;
}
#title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/materials/176320253274501.png") center left no-repeat;
  background-size: 100%;
  text-indent: -9000px;
  margin:0;
}
#title #title_outer {
  height: 80px;
  background: url("/materials/176328072554201.png") right center no-repeat;
  background-size: 306px;
  margin-bottom: 15px;
}

/*--------------------------------------------------------------
topMenu
---------------------------------------------------------------*/
#topMenu .topMenu li a {
  font-size: 15px;
  font-weight: 400;
  color: #222;
}
#topMenu .topMenu li a:hover {
  color: #dd3138;
  background: #fff;
}

/*--------------------------------------------------------------
topics
---------------------------------------------------------------*/
#mainTopics {
  background: #fff;
}
ul.topics li {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-top: none;
  border-left: none;
  border-radius: 0;
}
ul.topics li p.date {
  color: #fff;
  background: #082b72;
}
ul.topics li h3 a {
  font-size: 1.0em;
  color: #000;
}
ul.topics li h3 a:hover {
  color: #dd3138;
}
ul.topics li p.description {
  font-size: 0.94em;
}
#mainTopics .listview a, ul.topics li p.more a {
  color: #fff;
  background: #999;
  font-weight: normal;
}
#mainTopics .listview a:hover, ul.topics li p.more a:hover {
  color: #fff;
  background: #555;
}

/*--------------------------------------------------------------
footer
---------------------------------------------------------------*/
#footer {
  background: #f5f5f5;
}
#footer_body .topMenu li a, #footer_body .services li a {
  font-size: 15px;
  font-weight: normal;
  color: #000;
  background: #f5f5f5;
}
#footer_body .topMenu li a:before, #footer_body .services li a:before {
  color: inherit;
}
#footer_body .topMenu li a:hover, #footer_body .services li a:hover {
  color: #dd3138;
  background-color: #f5f5f5;
}
.sideContents ul li a:hover, .sideContents dt a:hover {
  color: #dd3138;
  background: #fff;
}

/*--------------------------------------------------------------
見出し
---------------------------------------------------------------*/
#mainArticles h2, #listTopics h2 {
  color: #000;
  background: #f3f3f3;
}
#mainTopics h2, #mainArticles .article h2, .article h3, .gallery h3, .freeHtml h3 {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  margin: 0 0 1.0em 0;
  padding: 0;
}
#mainTopics h2::before, #mainArticles .article h2::before, .article h3::before, .gallery h3::before, .freeHtml h3::before {
  content: "";
  display: block;
  width: 3px;
  height: 1.4em;
  background-color: #bc7d2d;
  margin-right: 0.8em;
}
#mainTopics h2:after, #mainArticles .article h2:after, .article h3:after, .gallery h3:after, .freeHtml h3:after {
  content: "";
  display: block;
  flex-grow: 1;
  height: 1px;
  background: none;
  border-top: 1px dotted #000;
  margin-left: 0.8em;
}
.article h4 {
  background: #f0e1ce;
  padding-left: 16px;
  border: none;
}
.article h4:before {
  display: none;
}
.article h5 {
  border-left: 3px solid #b50e22;
}

/*--------------------------------------------------------------
お問い合わせブロック
---------------------------------------------------------------*/
.article.full.bg.contact-block {
  margin-bottom: 0;
}
.full.bg.contact-block .image {
  margin-right: 60px;
}
.contact-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 2px solid #333;
}
p.contact-lead {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.0;
  margin: 10px 0;
}
p.tel-num {
  font-size: 30px;
  font-weight: bold;
  color: #ab1422;
  line-height: 1.0;
  margin: 0 0 10px 0;
}
p.tel-num span {
  font-size: 18px;
}
p.closed {
  font-size: 15px;
  line-height: 1.0;
  margin: 0;
}

/*-------------------------------------------------------
お問い合わせメールフォームボタン
-------------------------------------------------------*/
p.mailbtn-wrap {
  display: flow-root;
  margin: 35px auto 0;
}
a.btn-mailform {
  font-size: 1.1em;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  background: #082b72;
  text-align: center;
  display: flow-root;
  border-radius: 6px;
  padding: 12px;
  text-decoration: none;
  width: 70%;
  margin: 0 auto 20px;
}
a.btn-mailform::before {
  font-family:"Font Awesome 5 Free";
  content:"\f0e0";
  font-size:140%;
  color:#fff;
  font-weight:bold;
  line-height:1.0;
  margin-right:10px;
  display:inline-block;
  vertical-align:middle;
  transform:translateY(-2px);
}
a.btn-mailform::after {
  font-family:"Font Awesome 5 Free";
  content:"\f105";
  color:#fff;
  font-weight:bold;
  margin-left:10px;
}
a.btn-mailform:hover {
  color: #fff;
  background: #b50e22;
}

/*-------------------------------------------------------
下層ページトップ記事
-------------------------------------------------------*/
.article.top-message {
  position: relative;
  background: #f2f2e9;
  padding: 30px;
  border-radius: 15px;
  margin-top: 70px;
}
.article.top-message h3 {
  color: #fff;
  background: #bc7d2d;
  text-align: center;
  border: none;
  display: inline-block;
  width: 54%;
  padding: 0.5em 1.0em;
  margin: -60px 0 30px;
  border-radius: 6px;
}
.article.top-message h3::before {
  display: none;
}
.article.top-message h3::after {
  display: none;
}

/*-------------------------------------------------------
連携企業
-------------------------------------------------------*/
.article.partners {
  position: relative;
  margin-top: 40px;
  padding: 30px;
  background: #f5f5f5;
  border: 1px solid #bdbdbd;
}
.article.partners h3 {
  font-size: 1.3em;
  color: #fff;
  font-weight: bold;
  line-height: 1.0;
  background: #879b2d;
  display: inline-block;
  width: auto;
  position: absolute;
  top: -15px;
  left: 15px;
  border-radius: 50vh;
  padding: 6px 15px;
  margin: 0;
}
.article.partners h3::before {
  display: none;
}
.article.partners h3::after {
  display: none;
}
.article.partners h4 {
  font-size: 1.1em;
  padding: 0;
  background: none;
}
.article.partners h4 span {
  font-size: 0.8em;
}
.article.partners h4.hcc {
  padding: 10px 0 10px 60px;
  background: url("/materials/176336726854201.jpg") left center no-repeat;
  background-size: 50px;
}
.article.partners h4.sahabat {
  padding: 10px 0 10px 70px;
  background: url("/materials/176336833073501.jpg") left center no-repeat;
  background-size: 60px;
}
.article.partners h4.javiet {
  padding: 10px 0 10px 60px;
  background: url("/materials/176336835424401.jpg") left center no-repeat;
  background-size: 50px;
}
.article.partners h6 {
  font-size: 1.0em;
  font-weight: bold;
  color: #000;
  padding: 0;
  margin: 15px 0;
  display: block;
  clear: both;
  background: none;
}
.article.partners h6:before {
  display: none;
}
.article.partners table th {
  background: #e6e6e6;
}

/*--------------------------------------------------------------
お問い合わせフォーム
---------------------------------------------------------------*/
#mainArticles form, #mainBlogCommentForm form {
  background: #e3e3e3;
  padding: 1px;
}
#mainArticles table.contactTable, #mainBlogCommentForm table.contactTable {
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
}
#mainArticles table.contactTable tr.must th, #mainBlogCommentForm table.contactTable tr.must th {
  background-color: #eee;
}
#mainArticles table.contactTable tr th, #mainBlogCommentForm table.contactTable tr th {
  background: #eee;
}
#mainArticles table.contactTable tr td, #mainBlogCommentForm table.contactTable tr td {
  background: #f7f7f7;
}
#mainArticles table.contactTable tr th, #mainArticles table.contactTable tr td, #mainBlogCommentForm table.contactTable tr th, #mainBlogCommentForm table.contactTable tr td {
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
}
#mainArticles table.contactTable input.button, #mainBlogCommentForm table.contactTable input.button {
  background: #666;
  border-radius: 5px;
}

/*======================================================
1024px
======================================================*/
@media only screen and (max-width: 1024px) {
  /*title*/
  #title_outer h1 {
    margin-left: 4%;
  }
  /*article partners*/
  .article.partners {
    margin-right: 4%;
    margin-left: 4%;
  }
  /*下層ページトップ記事*/
  .article.top-message {
    margin-right: 4%;
    margin-left: 4%;
  }
}

/*======================================================
660px
======================================================*/
@media only screen and (max-width: 660px) {
  #title_outer h1 {
    width: 47vw;
    height: 10vw;
  }
  #title #title_outer {
    background-size: 47vw;
  }
}

/*======================================================
600px
======================================================*/
@media only screen and (max-width: 600px) {
  /*toggle*/
  #toggle {
    background-color: #082b72;
  }
  /*title*/
  #title h1 {
    width: 55vw;
    min-width: 200px;
    height: 11.3vw;
    min-height: 40px;
    padding-left: 0;
  }
  #title #title_outer {
    height: 15vw;
    min-height: 56px;
    background: none;
    align-items: flex-start;
    padding-top: 7px;
    margin-bottom: 0;
  }
  /*topics　続きを読む*/
  ul.topics li {
    padding: 15px;
    min-height: 140px;
  }
  ul.topics li p.more {
    position: absolute;
    right: 15px;
    bottom: 15px;
  }
  ul.topics li p.more a {
    display: inline-block;
  }
  /*mainContents*/
  #mainContents {
    padding-bottom: 0;
  }
  /*お問い合わせセクション*/
  .contact-body {
    border-left: none;
  }
  .full.bg.contact-block .image {
    margin-right: auto;
  }
  a.btn-mailform {
    width: 100%;
  }
  /*normalTbl*/
  .article table.normalTbl th, .article table.normalTbl td {
    padding: 10px;
  }
  /*-------------------------------------------------------
  画面下部固定のリンクパーツ
  -------------------------------------------------------*/
  #bottomLink{
    display: block;
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    text-align:center;
    z-index:1000;
    height:50px;
    overflow:hidden;
    border-top:1px solid #fff;
  }
  #bottomLink a {
    display: block;
    padding: 0;
    color: #fff;
    background: #b50e22;
    text-decoration: none;
    font-size:18px;
    font-weight: 900;
    line-height: 48px;
    height:100%;
  }
  #bottomLink a span {
    font-size:15px;
    font-weight: 700;
    display: inline-block;
  }
  #bottomLink a span::after {
    font-family: "Font Awesome 5 Free";
    content: "\f2a0";
    font-size:120%;
    font-weight: bold;
    margin-right: 7px;
    margin-left: 7px;
    display:inline-block;
    transform: rotate(-30deg);
  }
  /* ボタンサイズ分の画面下部余白 */
  #wrap {
    margin-bottom: 50px;
  }
  /*下層ページトップ記事*/
  .article.top-message h3 {
    width: 100%;
  }
}

/*===================================================================
480px以下
===================================================================*/
@media only screen and (max-width: 480px) {
  /*見出し*/
  #mainArticles h2, #listTopics h2 {
    font-size: 1.5em;
  }
  /*下層ページトップ記事*/
  .article.top-message h3 {
    font-size: 1.25em;
  }
  /*.article.partners*/
  .article.partners {
    padding: 30px 20px;
  }
  /*お問い合わせセクション*/
  p.tel-num {
    font-size: 7vw;
  }
}

/*-------------------------------------------------------
recaptcha バッジ非表示
-------------------------------------------------------*/
.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #444 !important;
}
.recaptcha_policy a {
  font-size: 11px !important;
  color: #111 !important;
}
.grecaptcha-badge { visibility: hidden; }

/*編集画面*/
.ams-build .freeHtml_body {
    min-height: 40px;
}
