@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;
}

@media (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }
  iframe {
    width: 100%;
    height: auto;
  }
  .pc_none {
    display: block;
  }
}

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

@media (max-width: 768px) {
  .sp_menu {
    display: block;
  }
  #mm-1 .mm-navbar {
    display: none;
  }
  .mm-listitem__text {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  .no_topimage {
    padding-top: 60px;
  }
}

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;
}

@media (max-width: 768px) {
  header #headline {
    display: none;
  }
  header #header {
    width: 94%;
    margin: 0 auto;
    padding: 15px 3%;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
  }
  header #header .btn_contact {
    display: none;
  }
  header #logo {
    width: 70%;
    margin: 0;
  }
}

/* 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;
}

@media (max-width: 768px) {
  #top_nav {
    display: none;
  }
  #topimage {
    padding-top: 60px;
  }
}

#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;
}

@media (max-width: 768px) {
  #service_list {
    width: 100%;
    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 {
    width: 49%;
    padding-bottom: 10px;
  }
}

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

#free_consultation .btn {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  #free_consultation {
    width: 94%;
    margin: 0 auto 50px;
  }
}

#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;
}

@media (max-width: 768px) {
  #top_sec {
    width: 94%;
    margin: 0 auto;
  }
  #top_sec p {
    padding-left: 0px;
  }
  #top_sec .sec_03 .bg {
    background: none;
    padding-right: 0px;
  }
}

.table_list {
  width: 96%;
  margin: 0 auto;
  overflow: auto;
}

.comparison_table {
  width: 100%;
  border-spacing: 5px;
  font-size: 14px;
  line-height: 24px;
}

.comparison_table th {
  padding: 1em;
}

.comparison_table td {
  padding: 2em 1em;
}

.comparison_table thead .adamz {
  background: #0662a3;
  box-shadow: 2px 2px 2px #ccc;
  color: #fff;
}

.comparison_table thead .others {
  background: #666;
  box-shadow: 2px 2px 2px #ccc;
  color: #fff;
}

.comparison_table tbody th {
  background: #e4f3fd;
  box-shadow: 2px 2px 2px #ccc;
  color: #045b99;
}

.comparison_table tbody td {
  background: #fff;
  box-shadow: 2px 2px 2px #ccc;
  text-align: center;
}

.comparison_table tbody td.circle {
  background: url("../img/bg_circle.png") center center no-repeat #fff;
}

.comparison_table tbody td.triangle {
  background: url("../img/bg_triangle.png") center center no-repeat #fff;
}

.comparison_table tbody td.cross {
  background: url("../img/bg_cross.png") center center no-repeat #fff;
}

.comparison_table tbody td span {
  font-weight: bold;
  color: #ff6c00;
}

@media (max-width: 768px) {
  .comparison_table {
    font-size: 12px;
    line-height: 18px;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .comparison_table td {
    padding: 1em;
  }
  .comparison_table tbody th {
    background: #fbd682;
    box-shadow: 2px 2px 2px #ccc;
    color: #bb3202;
  }
  .comparison_table tbody td {
    background: #fff;
    box-shadow: 2px 2px 2px #ccc;
    text-align: center;
  }
  .comparison_table tbody td.circle {
    background: url("../img/bg_circle.png") center center no-repeat #fff;
    background-size: 48px 48px;
  }
  .comparison_table tbody td.triangle {
    background: url("../img/bg_triangle.png") center center no-repeat #fff;
    background-size: 48px 48px;
  }
  .comparison_table tbody td.cross {
    background: url("../img/bg_cross.png") center center no-repeat #fff;
    background-size: 48px 48px;
  }
}

#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;
}

@media (max-width: 768px) {
  #other_info {
    width: 100%;
    display: block;
  }
  #other_info .blog_articles {
    width: 94%;
    margin: 0 auto;
  }
  #other_info .banners {
    width: 94%;
    margin: 0 auto 80px;
    padding-top: 30px;
  }
  #other_info .banners ul {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
  }
  #other_info .banners ul li {
    width: 48%;
    margin-bottom: 10px;
  }
}

/* 下層ページ */
#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;
}

@media (max-width: 768px) {
  #local_nav {
    display: none;
  }
}

#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;
}

@media (max-width: 768px) {
  #main_contents {
    width: 100%;
    display: block;
  }
  #local_topimage {
    text-align: center;
    margin-bottom: 20px;
  }
  #local_topimage img {
    display: block;
    padding-top: 60px;
  }
}

/* コンテンツ部分 */
#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;
}

@media (max-width: 768px) {
  #contents {
    width: 100%;
    margin: 0 auto;
  }
  #contents h1 {
    margin-bottom: 20px;
  }
  #contents h2 {
    width: 94%;
    margin: 0 auto 1em;
    font-size: 18px;
  }
  #contents h3 {
    width: 94%;
    font-size: 16px;
    margin: 1.5em auto 1em;
  }
  #contents .section {
    margin-bottom: 40px;
  }
  #contents .section ul {
    width: 90%;
    margin: 0 auto 1em;
    padding: 0 0 0 4%;
    list-style-image: url("../img/icon_list.png");
  }
  #contents .section li {
    font-size: 14px;
    line-height: 24px;
  }
  #contents p {
    font-size: 14px;
    line-height: 24px;
    width: 94%;
    margin: 0 auto 1em;
  }
  #contents .price_table {
    width: 94%;
    margin: 40px auto 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 {
    width: 94%;
    margin: 0 auto 40px;
    text-align: center;
  }
}

.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;
}

@media (max-width: 768px) {
  .company_table {
    width: 94%;
    border-collapse: collapse;
    font-size: 12px;
    margin: 20px auto 10px;
  }
  .company_table th {
    white-space: nowrap;
  }
  .faq_list {
    width: 94%;
    margin: 0 auto 30px;
  }
  .faq_list dt .question {
    width: calc(100% - 30px);
  }
  .faq_list dd .answer {
    width: calc(100% - 30px);
  }
}

/* お問い合わせ */
#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;
}

@media (max-width: 768px) {
  #contact_form {
    width: 94%;
    margin: 0 auto;
  }
  #contact_form th {
    background: #3c78d9;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    padding: 10px;
    border: 1px solid #d3dff3;
    width: calc(100%-22px);
    display: block;
  }
  #contact_form td {
    color: #333;
    font-size: 12px;
    font-weight: normal;
    padding: 10px;
    border: 1px solid #eee;
    width: calc(100%-22px);
    display: block;
  }
}

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

#sidebar a:hover {
  opacity: 0.75;
}

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

@media (max-width: 768px) {
  #sidebar {
    width: 100%;
  }
  #sticky {
    position: static;
  }
}

#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;
}

@media (max-width: 768px) {
  #side_nav {
    display: none;
  }
}

#side_banner {
  text-align: center;
}

#side_banner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#side_banner ul li {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  #side_banner {
    width: 94%;
    margin: 0 auto;
  }
  #side_banner ul {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #side_banner ul li {
    width: 48%;
  }
}

/*----- フッター -----*/
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;
}

@media (max-width: 768px) {
  footer #btn_totop {
    display: none;
  }
  #btn_buttom_contact {
    right: 2%;
    width: 60%;
  }
}
