@charset "UTF-8";
/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* タブレット・スマホ
------------------------------------------------------------*/
.tab_inline {
  display: none; }

.tab_block {
  display: none; }

.tab_none {
  display: inline; }

.smt_inline {
  display: none; }

.smt_block {
  display: none; }

.smt_none {
  display: inline; }

.smt_texleft {
  text-align: inherit; }

/* end */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */ }

/* base css */
body {
  color: #666;
  -webkit-text-size-adjust: 100%;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1em;
  line-height: 1.8; }

/* リンク設定 */
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  color: #3375E1; }
  a:hover, a:active {
    color: #76a2eb;
    text-decoration: underline;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    cursor: pointer; }

.colR {
  color: #ca152a; }

.colBl {
  color: #cce0ff; }

.colMaintext {
  color: #001A43; }

.colMain {
  color: #065BAC; }

.fwB {
  font-weight: bold; }

hr.style {
  margin: 0 0 20px 0;
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.3), transparent);
  background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.3), transparent);
  background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.3), transparent);
  background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.3), transparent); }
  .blog hr.style, .archive hr.style {
    margin: 0 0 15px 0; }

/* header
------------------------------------------------------------*/
header#header {
  width: 100%;
  height: 120px;
  border-top: solid #065BAC 5px; }
  #top header#header {
    margin-bottom: 20px; }
  .subpage header#header {
    margin-bottom: 40px;}
  header#header .inner {
    width: 960px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
    /* ロゴ関係 */ }
    header#header .inner .site-title {
      white-space: nowrap;}
      header#header .inner .site-title a {
        text-decoration: none; }
        header#header .inner .site-title a:hover {
          text-decoration: none; }
      header#header .inner .site-title h1 {
        color: #001A43;
        font-size: 12px;
        line-height: 12px;
        font-weight: normal;
        padding-top: 8px;
        margin-bottom: 10px;
        z-index: 200; }
      header#header .inner .site-title picture.logo {
        z-index: 100; }
        header#header .inner .site-title picture.logo img {
          display: block;
          width: 180px;
          height: auto; }
    header#header .inner .headdisc {
      padding-top: 10px;
      text-align: right; }

  header#header .subpagetop {
    clear: both;
    width: 960px;
    height: 250px;
    margin: 0 auto;
    position: relative;
    background-image: url(../images/topimg/pagehead.jpg);
    background-repeat: no-repeat;
    background-position: center center; }
    header#header .subpagetop h2.pagetitle {
      color: #000;
      font-size: 24px;
      line-height: 40px;
      letter-spacing: 2px;
      text-align: center;
      background-color: rgba(255, 255, 255, 0.7);
      padding: 5px 30px;
      position: absolute;
      top: 10px;
      left: 10px; }
      header#header .subpagetop h2.pagetitle:before {
        content: "― "; }
      header#header .subpagetop h2.pagetitle:after {
        content: " ―"; }

/* nav
------------------------------------------------------------*/
/* ナビ
------------------------------------------------------------*/
#header nav.mainnav {
  clear: both;
  padding: 0;
  height: 40px;
  background-color: #e0ecff; }
  .subpage #header nav.mainnav {
    margin-bottom: 30px; }
  #header nav.mainnav ul {
    box-sizing: border-box;
    width: 960px;
    margin: 0 auto;
    overflow: hidden; }
    #header nav.mainnav ul li {
      float: left;
      width: 20%;
      text-align: center; }
      #header nav.mainnav ul li a {
        color: #001A43;
        font-size: 14px;
        line-height: 36px;
        letter-spacing: 1px;
        text-decoration: none;
        display: block;
        border-right: dotted 1px #fff;
        padding: 2px 0; }
        #header nav.mainnav ul li a:hover {
          color: #fff;
          background-color: #065BAC; }
      #header nav.mainnav ul li:first-child a {
        border-left: solid 1px #fff; }
      #top #header nav.mainnav ul li:first-child a, #business #header nav.mainnav ul li:nth-of-type(2) a, #results #header nav.mainnav ul li:nth-of-type(3) a, #company #header nav.mainnav ul li:nth-of-type(4) a, #contact #header nav.mainnav ul li:last-child a {
        color: #fff;
        background-color: #065BAC; }


/* wrapper
------------------------------------------------------------*/
#wrapper {
  width: 100%;
  overflow: hidden;
  clear: both; }
  #wrapper .inner {
    width: 960px;
    margin: 0 auto; }
  #top #wrapper #contents {
    margin-bottom: 40px; }
  #wrapper #contents {
    margin-bottom: 18px; }

/* bottom
------------------------------------------------------------*/
.breadcrumbs {
  font-size: 12px;
  line-height: 12px;
  overflow: hidden; }
  .breadcrumbs li {
    float: left;
    padding: 0 0 0 5px; }
    .breadcrumbs li:first-child {
      padding: 0; }
    .breadcrumbs li:last-child {
      width: 20em;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }

#mainbottom #toTop {
  clear: both;
  text-align: center;
  width: 120px;
  margin: 0 auto;
  padding: 5px 0 0 0;
  border-radius: 5px 5px 0 0;
  background-color: #b9d4ff; }
  #mainbottom #toTop a {
    display: block; }
    #mainbottom #toTop a:hover {
      color: #fff;
      background-color: #b9d4ff; }

/* footer
------------------------------------------------------------*/
#footer {
  clear: both;
  padding-top: 30px; }
  #footer .inner {
    width: 960px;
    margin: 0 auto;
    overflow: hidden; }
    #footer .inner nav ul {
      font-size: 0;
      text-align: center;
      margin: 0 0 30px 0;
      overflow: hidden; }
      #footer .inner nav ul li {
        font-size: 14px;
        display: inline-block;
        width: 20%; }
        #footer .inner nav ul li a {
          color: #001A43; }
          #footer .inner nav ul li a:before {
            content: "\0bb";
            padding-right: 5px; }
          #footer .inner nav ul li a:hover {
            text-decoration: none; }
            #footer .inner nav ul li a:hover:before {
              content: "\0bb";
              padding-right: 2px;
              padding-left: 3px; }
    #footer .inner .footdisc {
      clear: both;
      float: right;
      width: 260px;
      margin: 0;
      overflow: hidden;
      text-align: center; }
      #footer .inner .footdisc h3 {
        line-height: 1;
        margin-bottom: 10px; }
        #footer .inner .footdisc h3 img {
          width: 180px; }
      #footer .inner .footdisc p.tell {
        color: #001A43;
        font-size: 26px;
        line-height: 1.5;
        letter-spacing: 1px;
        display: inline-block;
        margin-bottom: 10px;
        padding-left: 30px;
        background-image: url(../images/ic/ic_tel.png);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 24px auto; }
  #footer div.copR {
    color: #fff;
    background-color: #065BAC; }
    #footer div.copR p {
      font-size: 12px;
      text-align: right;
      letter-spacing: 1px;
      padding: 3px 15px 3px 0; }

/* section関係（共通）
------------------------------------------------------------*/

h2.pagetitle {
  color: #000;
  font-size: 14px;
  margin-bottom: 20px;
}

h3.title {
  color: #000;
  font-size: 2em;
  line-height: 60px;
  margin-bottom: 20px;
  padding-left: 15px;
  border-bottom: solid 1px #000;
  position: relative; }

section {
  margin-bottom: 40px;
  clear: both;
}
  section:last-child {
    margin-bottom: 0; }
  section h4.title {
    color: #065BAC;
    font-size: 24px;
    margin: 0 -5px 20px -5px;
    padding: 0 5px;
    border-bottom: dashed 1px #065BAC; }
  section p {
    margin-bottom: 20px; }
    section p strong {
      color: #001A43;
      font-size: 24px;
      letter-spacing: 1px; }
    section p:last-child {
      margin-bottom: 0; }
    section p.texR {
      text-align: right; }
  section ul.nalist {
    line-height: 2;
    border: solid 1px #ddd;
    margin-bottom: 20px;
    padding: 0 20px; }
    section ul.nalist li {
      font-size: 14px;
      text-indent: -1em;
      padding: 10px 0 10px 1em;
      border-bottom: dashed 1px #ccc; }
      section ul.nalist li:last-child {
        border: none; }

section.toppost h3 {
  color: #001A43;
  font-size: 2em;
  text-align: center; }

section.toppost .post {
  box-sizing: border-box;
  width: 960px;
  margin: 0 auto;
  text-align: center; }
  section.toppost .post strong {
    font-size: 28px; }

section.mainpost .post {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;}

section.mainpost ul.disc-img {
  display: flex;
  margin-bottom: 20px; }
  section.mainpost ul.disc-img li.disc {
    box-sizing: border-box;
    width: 600px;
    padding-right: 20px; }
  section.mainpost ul.disc-img li.img {
    box-sizing: border-box;
    width: 300px; }

section.mainpost2 ul.disc-img {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto; }
  section.mainpost2 ul.disc-img li.disc {
    box-sizing: border-box;
    width: 600px;
    padding-right: 20px; }
  section.mainpost2 ul.disc-img li.img {
    box-sizing: border-box;
    width: 300px; }

section.mainfl2 ul.fl-func {
  width: 100%;
  overflow: hidden; }
  section.mainfl2 ul.fl-func li.fl-func:first-child {
    box-sizing: border-box;
    float: left;
    width: 600px;
    padding-right: 20px; }
  section.mainfl2 ul.fl-func li.fl-func:last-of-type {
    box-sizing: border-box;
    float: right;
    width: 300px;
    text-align: center; }

/* 個別
------------------------------------------------------------*/

/* お問合わせ */
/* お問い合せ（contact）*/
/* common (電話・FAX) */
.common-t {
  width: 100%;
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
  box-sizing: border-box; }
  .common-t tr th {
    background-color: #F9F9F9;
    text-align: center;
    box-sizing: border-box;
    width: 30%;
    padding: 20px 0;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    vertical-align: middle; }
  .common-t tr td {
    font-size: 24px;
    line-height: 1.5;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px 5px 20px 15px;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    vertical-align: middle; }
    .common-t tr td span {
      font-size: 16px; }

/* お問い合せフォーム */
#contact section .post {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  clear: both; }
  #contact section .post p.cent {
    text-align: center;
    margin-bottom: 5px; }

.red {
  color: #ca152a; }

.red_txt {
  color: #ca152a; }

#main_table {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd; }

#main_table tr th {
  box-sizing: border-box;
  background-color: #F9F9F9;
  text-align: center;
  width: 300px;
  padding: 20px 0;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  vertical-align: middle; }

#main_table tr td {
  box-sizing: border-box;
  padding: 20px 5px 20px 15px;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  vertical-align: middle; }

#main_table input {
  width: 300px; }

#main_table textarea {
  width: 500px; }

.notice {
  color: #990000;
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em; }

.button_box {
  margin-bottom: 20px;
  padding: 15px;
  text-align: center; }

.button_box #submitbt {
  width: 150px;
  height: 30px; }

input[type="submit"] {
  width: 150px;
  height: 30px;
  -webkit-appearance: button; }

.siteseal {
  text-align: center;
  box-sizing: border-box;
  width: 300px;
  padding: 25px 0 15px 0;
  border: solid 1px #ddd; }

