@charset "UTF-8";
/* -----------------------------------------------------------
	Reset
----------------------------------------------------------- */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
progress, sub, sup {
  vertical-align: baseline; }

button, hr, input, select {
  overflow: visible; }

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio, canvas, progress, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1, h2, h3, h4, h5, h6, h7, p, dl, dt, dd {
  font-size: 100%;
  margin: 0;
  padding: 0;
  line-height: 1; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

button, input, select, textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: 700; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  cursor: pointer; }

[disabled] {
  cursor: default; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button:-moz-focusring, input:-moz-focusring {
  outline: ButtonText dotted 1px; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

textarea {
  overflow: auto; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield; }

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* -----------------------------------------------------------
	Basic Settings
----------------------------------------------------------- */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
  color: #353535; }

img {
  vertical-align: bottom; }

.pc_none {
  display: none; }

/* ドロワーメニュー */
.sp_menu {
  display: none; }

a {
  color: #0588e4;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

#fixed_header_top {
  width: 100% !important;
  margin: 0 auto;
  top: 0;
  z-index: 20000;
  background: #fff; }

#fixed_header {
  width: 100% !important;
  margin: 0 auto;
  top: 0;
  z-index: 20000;
  background: #fff; }

/*----- ヘッダー -----*/
header #headline {
  background: #0662a3; }
  header #headline p {
    font-size: 12px;
    color: #fff;
    height: 12px;
    width: 1010px;
    margin: 0 auto;
    padding: 5px 0; }
header #header {
  width: 1010px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 30px; }
  header #header .btn_contact {
    position: absolute;
    right: 0;
    top: -42px; }
header #logo {
  margin-top: 20px; }

/* toppage */
#topimage {
  text-align: center;
  margin-bottom: 25px; }

#top_nav {
  width: 988px;
  margin: 0 auto 15px;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  z-index: 1000;
  align-items: center;
  background: #fff; }
  #top_nav ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1; }
  #top_nav li.menu__single {
    position: relative; }
  #top_nav li.menu__single ul.menu__second-level {
    position: absolute;
    top: 34px;
    width: 222px;
    background: #fff;
    border: 1px solid #b5d0e4;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 3px; }
    #top_nav li.menu__single ul.menu__second-level li {
      padding: 0 10px; }
    #top_nav li.menu__single ul.menu__second-level a {
      display: block;
      padding: 1em 0;
      font-size: 14px;
      color: #045b99;
      text-align: center;
      border-bottom: 1px solid #afd3ed; }
    #top_nav li.menu__single ul.menu__second-level li:last-child a {
      border-bottom: 0; }
  #top_nav li.menu__single:hover ul.menu__second-level {
    top: 36px;
    visibility: visible;
    opacity: 1; }

#service_list {
  width: 1010px;
  margin: 0 auto 35px;
  background: #f3faff;
  padding: 15px 0 5px; }
  #service_list ul {
    display: -weblit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0 10px; }
    #service_list ul li {
      padding-bottom: 10px; }

#free_consultation {
  text-align: center;
  margin-bottom: 70px; }
  #free_consultation .btn {
    margin-bottom: 15px; }

#top_sec {
  width: 980px;
  margin: 0 auto; }
  #top_sec h2 {
    margin-bottom: 20px; }
  #top_sec p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
    padding-left: 50px; }
  #top_sec .sec {
    padding-bottom: 50px; }
  #top_sec .sec_03 .bg {
    background: url("../img/bg_top_01.jpg") no-repeat top right;
    padding-right: 310px; }
  #top_sec .bn_contact {
    text-align: center;
    margin-bottom: 80px; }

#other_info {
  width: 980px;
  margin: 0 auto 40px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between; }
  #other_info .blog_articles {
    width: 780px; }
    #other_info .blog_articles ul {
      margin: 10px 13px 0 13px;
      padding: 0;
      list-style: none;
      height: 260px;
      overflow: auto; }
    #other_info .blog_articles li {
      padding: 1.5em 0;
      font-size: 14px;
      border-bottom: 1px solid #e8e8e8; }
    #other_info .blog_articles .updated {
      color: #777; }
  #other_info .banners {
    padding-top: 50px; }
    #other_info .banners ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      #other_info .banners ul li {
        margin-bottom: 10px; }
  #other_info h3 {
    padding: 0 0 15px 15px;
    border-bottom: 1px solid #0662a3; }

/* 下層ページ */
#local_nav {
  width: 1010px;
  height: 64px;
  margin: 0 auto;
  background: url("../img/bg_nav.jpg") center top no-repeat;
  border-top: 3px solid #0662a3; }
  #local_nav ul {
    width: 988px;
    margin: 0 auto;
    padding: 5px 0 0 0;
    display: -weblit-flex;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center; }
  #local_nav ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1; }
  #local_nav li.menu__single {
    position: relative; }
  #local_nav li.menu__single ul.menu__second-level {
    position: absolute;
    top: 34px;
    width: 222px;
    background: #fff;
    border: 1px solid #b5d0e4;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 3px; }
    #local_nav li.menu__single ul.menu__second-level li {
      width: 202px;
      padding: 0 10px; }
    #local_nav li.menu__single ul.menu__second-level a {
      display: block;
      padding: 1em 0;
      font-size: 14px;
      color: #045b99;
      text-align: center;
      border-bottom: 1px solid #afd3ed; }
    #local_nav li.menu__single ul.menu__second-level li:last-child a {
      border-bottom: 0; }
  #local_nav li.menu__single:hover ul.menu__second-level {
    top: 36px;
    visibility: visible;
    opacity: 1; }

#local_topimage {
  text-align: center;
  margin-bottom: 20px; }

#main_contents {
  width: 1010px;
  margin: 0 auto 60px;
  display: -weblit-flex;
  display: flex;
  -weblit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  justify-content: space-between; }

/* コンテンツ部分 */
#contents {
  width: 700px;
  margin-right: 15px; }
  #contents h1 {
    margin-bottom: 40px; }
  #contents h2 {
    font-size: 24px;
    padding-bottom: 5px;
    margin-bottom: 1em;
    color: #045b99;
    border-bottom: 1px solid #81adcc; }
  #contents h3 {
    font-size: 20px;
    margin: 1.5em 0 1em;
    color: #045b99; }
  #contents p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 1em; }
  #contents .notice {
    font-size: 12px;
    color: #666; }
  #contents .section {
    margin-bottom: 80px; }
    #contents .section ul {
      margin-bottom: 1em;
      list-style-image: url("../img/icon_list.png"); }
    #contents .section li {
      font-size: 14px;
      line-height: 24px; }
  #contents .price_table {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 10px;
    border-collapse: collapse;
    font-size: 14px; }
    #contents .price_table th {
      padding: 0.5em 1em;
      background: #0662a3;
      color: #fff;
      border: 1px solid #eee; }
    #contents .price_table td {
      padding: 2em 1em;
      border: 1px solid #eee; }
      #contents .price_table td .item {
        background: #efefef; }
  #contents .phonenumber {
    text-align: center;
    margin-bottom: 40px; }
  #contents .profile {
    display: -weblit-flex;
    display: flex;
    justify-content: space-between; }
    #contents .profile .photo {
      width: 160px; }
    #contents .profile .myself {
      width: 520px; }
      #contents .profile .myself p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 1em; }
        #contents .profile .myself p a {
          color: #0662a3; }

.company_table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  border-collapse: collapse;
  font-size: 14px; }
  .company_table th {
    padding: 0.5em 1em;
    text-align: left;
    background: #0662a3;
    color: #fff;
    border: 1px solid #eee; }
  .company_table td {
    padding: 0.5em 1em;
    border: 1px solid #eee; }
    .company_table td .item {
      background: #efefef; }

#case_list li {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px dashed #999; }
#case_list strong {
  color: #0662a3; }

/* よくある質問  */
.faq_list {
  font-size: 14px;
  margin-bottom: 30px; }
  .faq_list dt {
    line-height: 24px;
    border: 1px solid #1491e9;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 10px; }
    .faq_list dt .icon {
      width: 30px;
      background: #1491e9;
      text-align: center; }
    .faq_list dt .question {
      width: 646px;
      padding: 3px 12px;
      cursor: pointer; }
      .faq_list dt .question:hover {
        background: #fff6d6; }
  .faq_list dd {
    line-height: 24px;
    padding: 1px;
    display: none; }
    .faq_list dd .icon {
      width: 30px;
      text-align: center; }
    .faq_list dd .answer {
      width: 646px;
      padding: 3px 12px; }

/* お問い合わせ */
#contact_form {
  width: 100%; }
  #contact_form th {
    background: #3c78d9;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    padding: 10px;
    border: 1px solid #d3dff3; }
  #contact_form td {
    color: #333;
    font-size: 12px;
    font-weight: normal;
    padding: 10px;
    border: 1px solid #eee; }

.contact_form_wrap {
  padding-top: 10px; }

/*----- サイドバー -----*/
#sidebar {
  width: 265px; }
  #sidebar a:hover {
    opacity: 0.75; }

#sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 10px; }

#side_nav {
  margin-bottom: 30px; }
  #side_nav ul {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    margin: 0;
    padding: 0;
    background: #f3faff;
    border-top: 3px solid #0662a3;
    border-bottom: 3px solid #0662a3;
    list-style: none;
    text-align: center; }
    #side_nav ul li {
      background: url("../img/bg_sidenav.png") bottom repeat-x;
      width: 234px;
      margin: 0 auto; }
    #side_nav ul li:last-child {
      background: none; }
    #side_nav ul a {
      font-size: 14px;
      text-decoration: none;
      display: block;
      padding: 1.25em 0;
      color: #045b99; }

#side_banner {
  text-align: center; }
  #side_banner ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #side_banner ul li {
      margin-bottom: 10px; }

/*----- フッター -----*/
footer #btn_totop {
  width: 1010px;
  margin: 0 auto;
  text-align: right; }
footer #copyright {
  font-size: 10px;
  color: #fff;
  text-align: center;
  background: #0662a3;
  margin: 0 auto;
  padding: 5px 0; }

#btn_buttom_contact {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 0;
  text-align: right; }

