@charset "utf-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

/*--------------------------------------------------------------
レスポンシブ02 ブルー 1カラム
---------------------------------------------------------------*/

body {
  font-size:18px;
  color: #222;
  line-height: 2.0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media only screen and (max-width: 1024px) {
  body { font-size: 16px; }
}
@media only screen and (max-width: 600px) {
  body { font-size: 15px; }
}

/*--------------------------------------------------------------
リンク・ボタン
---------------------------------------------------------------*/
a {
  color: #00b4ff;
}
a:hover {
  color: #002f7b;
  font-weight: inherit;
}
a.btn {
  color: #fff;
  font-weight: 500;
  background: linear-gradient(180deg, #444, #111);
}
a.btn:hover {
  color: #fff;
  font-weight: 500;
  background-image: linear-gradient(180deg, #555, #555);
}
a.tel-link {
  font-size: 1.05em;
  font-weight: bold;
  text-decoration: none;
}
a.tel-link::before {
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: bold;
  margin-right: 8px;
}

/*--------------------------------------------------------------
文字装飾
---------------------------------------------------------------*/
.leadText {
  font-size: 1.4em;
  font-weight: 800;
  line-height: 1.6;
}

/*--------------------------------------------------------------
table
---------------------------------------------------------------*/
.article table p {
    margin: 0;
}
.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;
}

.article table.price-table th, .article table.price-table td {
  width: 50%;
}

/*--------------------------------------------------------------
title
---------------------------------------------------------------*/
#title_outer {
  width: 96%;
  position: relative;
}
#title_outer h1 {
  width: 200px;
  height: 50px;
  position: absolute;
  top: 30px;
  left: 0;
}
#title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/materials/177019364079703.png") top left no-repeat;
  background-size: 100%;
  text-indent: -9000px;
  margin:0;
}
#title #title_outer {
  background: url("/materials/177019364079702.png") right center no-repeat;
  background-size: 320px;
}

/*--------------------------------------------------------------
topMenu
---------------------------------------------------------------*/
#topMenu .topMenu li a {
  font-size: 17px;
  font-weight: 500;
}
#topMenu_outer .topMenu li a:after {
  background: #002f7b;
}
#topMenu_outer .topMenu li a:hover {
  color: #fff;
  background: #002f7b;
}

/*--------------------------------------------------------------
topics
---------------------------------------------------------------*/
#mainTopics {
  background: #f0f7fc;
}
ul.topics li p.date, #mainTopics .listview a {
  background: #002f7b;
}
#mainTopics .listview a:hover {
  background: #ffcc00;
}
ul.topics li p.more a {
  background: #00b4ff;
}
ul.topics li p.more a:hover {
  background: #fbca05;
}

/*--------------------------------------------------------------
footer
---------------------------------------------------------------*/
#footer {
  background: linear-gradient(to bottom, #002f7b 0%, #001654 100%);
}
#footer_body .topMenu li a, #footer_body .services li a {
  font-weight: 500;
  background: transparent;
  border-bottom: 1px solid transparent;
}
#footer_body .topMenu li a:hover, #footer_body .services li a:hover {
  background: transparent;
  border-bottom: 1px solid #fff;
}
#footer_body .copyright {
  font-weight: 400;
  background: none;
}

/*--------------------------------------------------------------
見出し
---------------------------------------------------------------*/
#mainArticles h2, #listTopics h2 {
  background: linear-gradient(to bottom, #001654 0%, #002f7b 100%);
  margin-bottom: 0;
}
.article h3, .article.gray h3, .gallery h3, .gallery.gray h3 {
  background: url("/materials/177033685031801.png") top center no-repeat;
  background-size: 3.5em;
  padding-top: 2.2em;
  padding-bottom: 1.5em;
}
.article h3:after, .gallery h3:after {
  display: none;
}
#mainTopics h2:after, .article h3:after, .gallery h3:after, .freeHtml h3:after {
  background: #00b4ff;
}
.article h4 {
  color: #fff;
  background: #001654;
  border: none;
}
.article h4:before {
  background: #fbca05;
}
.article h5 {
  border-left: 10px double #002f7b;
}

/*-------------------------------------------------------
sideContents
-------------------------------------------------------*/
.sideContents ul li a:hover, .sideContents dt a:hover {
  color: #00b4ff;
  background: none;
}

/*-------------------------------------------------------
freeHtml　会社概要
-------------------------------------------------------*/
#sideCompany {
  width: 100vw;
  background: #f7f7f7;
  margin: 0 calc(50% - 50vw) 40px;
  padding: 0;
}
#sideCompany .sideCompany_inner {
  display: block;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 50px;
}
#sideCompany h2.logomark {
  width: 240px;
  height: 67px;
  background: url("/materials/177019364079703.png") no-repeat;
  margin: 30px auto 30px auto;
  padding: 0;
  background-size: 100%;
  display: block;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}
#sideCompany table.companyTbl {
  font-size: 0.9em;
  width: 100%;
  margin: 0 auto;
  border: none;
  border-collapse: separate;
  border-spacing: 10px;
}
#sideCompany table.companyTbl th, #sideCompany table.companyTbl td {
  border: none;
  padding: 8px 10px;
}
#sideCompany table.companyTbl th {
  color: #fff;
  background: #002f7b;
  vertical-align: middle;
  white-space: nowrap;
}
#sideCompany a.link-btn {
  font-size: 1.1em;
  color: #fff;
  font-weight: 400;
  background: none;
  width: 50%;
  margin: 30px auto 0 auto;
  padding: 8px 16px;
  background: linear-gradient(180deg, #444, #111);
  border-radius: 4px;
  display: block;
  text-align: center;
  text-decoration: none;
}
#sideCompany a.link-btn:hover {
  color: #fff;
  background: #555;
}
#sideCompany a.link-btn::after {
  font-family: "Font Awesome 5 Free";
  content:"\f105";
  font-size:1.0em;
  color: inherit;
  font-weight: bold;
  margin-left: 6px;
}
#sideCompany a.tel-link {
  font-size: 1.25em;
}

/*--------------------------------------------------------------
リスト
---------------------------------------------------------------*/
ul.maru {
  font-size: 1.0em;
}

/*--------------------------------------------------------------
リスト FAQ
---------------------------------------------------------------*/
ul.faq {
  padding: 0;
}
ul.faq li.qus ,
ul.faq li.ans {
  display: block;
  font-size: 100%;
  line-height: 1.6;
  margin-bottom: 20px;
  padding-left: 3em;
}
ul.faq li.qus{
  color: #222;
  font-weight:bold;
  font-size:120%;
  border-bottom:1px dotted #666;
  padding-bottom: 0.5em;
}
ul.faq li.qus::before ,
ul.faq li.ans::before {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 100%;
  height: 32px;
  line-height: 32px;
  margin: 0 1em 0 -3em;
  text-align: center;
  width: 32px;
}
ul.faq li.qus::before {
  background-color: #002f7b;
  content: "Q";
  line-height: 25px;
  vertical-align: 2px;
}
ul.faq li.ans::before {
  background-color: #fbca05;
  content: "A";
}

/*--------------------------------------------------------------
サイト案内
---------------------------------------------------------------*/
.gallery.guideBtn {
  margin-bottom:60px;
}
.guideBtn .galleryGrid_body .image a {
  display: block;
  padding-bottom: 45px;
}
.guideBtn .galleryGrid_body .comment {
  font-size: 1.1em;
  color: #fff;
  font-weight: 500;
  width: 90%;
  background: #001654;
  margin: -40px auto 0 auto;
  padding: 0.3em;
  border-radius: 50vh;
  pointer-events: none;
}
.guideBtn .galleryGrid_body .comment::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: bold;
  color: #fff;
  margin-left: 8px;
}

/*-------------------------------------------------------
お問い合わせセクション
-------------------------------------------------------*/
#mainContents {
  padding-bottom: 0;
}
.sideContents {
  padding-top: 0;
}
.article.full.contact-block {
  text-align: center;
  background: url("/materials/177026667274901.jpg") no-repeat center right;
  background-size: cover;
  padding-bottom: 70px;
  margin-bottom: 0;
}
.article.full.contact-block h3 {
  color: #fff;
   text-shadow:
    0 -2px 0 rgba(0,0,0,.9),
    2px  0   0 rgba(0,0,0,.9),
    0  2px   0 rgba(0,0,0,.9),
   -2px 0   0 rgba(0,0,0,.9),
    2px -2px 0 rgba(0,0,0,.9),
    2px  2px 0 rgba(0,0,0,.9),
   -2px  2px 0 rgba(0,0,0,.9),
   -2px -2px 0 rgba(0,0,0,.9);
}
.article.full.contact-block h3:after {
  background: #fff;
}
.article.full.contact-block .contact-wrap {
  padding: 15px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 15px;
}
.article.full.contact-block p {
  font-size: 1.1em;
  text-align: center;
}
.article.full.contact-block p.contact-lead {
  font-size: 1.15em;
  font-weight: 600;
}
.article.full.contact-block a.tel-link {
  font-size: 2.4em;
  font-weight: 900;
  color: #001654;
  line-height: 1.2;
}
.article.full.contact-block a.tel-link:hover {
  color: #ff9900;
}

/*-------------------------------------------------------
お問い合わせメールフォームボタン
-------------------------------------------------------*/
a.btn-mailform {
  font-size: 1.1em;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  background: #00b4ff;
  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: #fbca05;
}
/*確認画面*/
.formConfirmation #mainArticles h2 {
  margin-bottom: 40px;
}

/*-------------------------------------------------------
GoogleMap
-------------------------------------------------------*/
.gmap-wrap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%; /*16:9*/
  margin-bottom: 30px;
  position: relative;
}
.gmap-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
リスト check
---------------------------------------------------------------*/
ul.check-plus {
  display: flex;
  flex-direction: column;
  padding: 0 0.5em 1.2em 0.5em;
  position: relative;
}
ul.check-plus li {
  color: #333;
  font-size: 1.15em;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 1.0em;
  padding: 15px 25px 15px 50px;
  text-indent: -31px;
  background: rgba(255,255,255,0.9);
  position: relative;
}
ul.check-plus li span {
  font-size: 1.05em;
  font-weight: 600;
  color: #c3a131;
}
ul.check-plus li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-size: 28px;
  color: #00b4ff;
  font-weight: bold;
  margin-right: 10px;
  vertical-align: -4px;
}

/*--------------------------------------------------------------
こんな時は
---------------------------------------------------------------*/
#scene {
  background: url("/materials/177026762016701.jpg") no-repeat center right;
  background-size: cover;
  padding-bottom: 50px;
}
#scene h3 {
  color: #fff;
  text-shadow:
  0 -2px 0 rgba(160,117,88,.9),
  2px  0   0 rgba(160,117,88,.9),
  0  2px   0 rgba(160,117,88,.9),
 -2px 0   0 rgba(160,117,88,.9),
  2px -2px 0 rgba(160,117,88,.9),
  2px  2px 0 rgba(160,117,88,.9),
 -2px  2px 0 rgba(160,117,88,.9),
 -2px -2px 0 rgba(160,117,88,.9);
}
#scene h3:after {
  background: #fff;
}

/*--------------------------------------------------------------
ご利用の流れ
---------------------------------------------------------------*/
.article.service-flow {
  position: relative;
  margin-bottom: 50px;
}
.article.service-flow::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-size: 40px;
  color: #ffa705;
  font-weight: bold;
  text-align: center;
  display: block;
  height: 40px;
  position: absolute;
  bottom: -40px;
  left: calc(50% - 20px);
}

/*--------------------------------------------------------------
代表あいさつ署名
---------------------------------------------------------------*/
.signature {
  font-size: 1.05em;
  font-weight: 500;
  line-height: 1.6;
  display: flex;
  justify-content: flex-end;
}

/*--------------------------------------------------------------
規約・約款
---------------------------------------------------------------*/
#rules h4 {
  font-size: 1.05em;
  color: #222;
  background: none;
  padding: 0;
}
#rules h4:before {
  display: none;
}
#rules h5 {
  font-size: 0.9em;
  line-height: 1.8;
  border-left: none;
  padding-left: 0;
  margin: 1.0em 0 0.5em;
}
#rules p {
  font-size: 0.8em;
  line-height: 1.8;
}
#rules ol {
  font-size: 0.8em;
  list-style: decimal;
  padding-left: 1.5em;
}
#rules ol li {
  list-style: decimal;
}

/*--------------------------------------------------------------
連絡方法
---------------------------------------------------------------*/
.article.contact-method h5 {
  border-left: none;
  padding: 0.2em 0 0 0;
  margin-bottom: 10px;
}
.article.contact-method .image {
  width: 150px;
  height: 150px;
  margin-right: 30px;
}

/*======================================================
600px
======================================================*/
@media only screen and (max-width: 600px) {
  /*toggle*/
  #toggle {
    width: 44px;
    height: 44px;
    background-color: #002f7b;
    background-size: 22px;
    top: 7px;
    right: 10px;
  }
  .active #toggle {
    background-color: #a9cbd3;
    background-size: 22px;
  }
  /*topMenu*/
  #topMenu .topMenu li a {
    font-size: 15px;
  }
  /*title*/
  #title h1 {
    width: 150px;
    height: 42px;
    top: 1.5vw;
    padding-left: 0;
  }
  #title #title_outer {
    height: 60px;
    background: none;
  }
  /*見出し*/
  #mainArticles h2, #listTopics h2 {
    font-size: 1.5em;
  }
  #mainTopics h2, .article h3, .gallery h3, .freeHtml h3 {
    font-size: 1.4em;
  }
  /*-------------------------------------------------------
  画面下部固定のリンクパーツ
  -------------------------------------------------------*/
  #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: #111;
    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;
  }
  /*footer*/
  #footer_body {
    padding-bottom: 0;
  }
  /*ギャラリー・サイト案内*/
  .gallery.guideBtn ul.galleryGrids .comment {
    bottom: 20px;
  }
  /*normalTbl*/
  .article table.normalTbl th {
    text-align: center;
    background: #f5f5f5;
  }
  /*文字装飾*/
  .leadText {
    font-size: 1.2em;
  }
  /*リスト チェック*/
  ul.check-plus li {
    text-indent: -40px;
    padding: 15px 15px 15px 55px;
  }
  /*サイト案内*/
  .guideBtn .galleryGrid_body .image a {
    padding-bottom: 30px;
  }
  /*sideCompany*/
  #sideCompany .sideCompany_inner {
    padding: 25px 15px;
  }
  #sideCompany h2.logomark {
    width: 32vw;
    height: 9vw;
  }
  #sideCompany a.link-btn {
    width: 80%;
  }
  /*ご利用の流れ*/
  .article.service-flow::after {
    bottom: -20px;
  }
  /*お問い合わせ方法*/
  .article.contact-method .image {
    float: left;
  }
}

/*===================================================================
480px以下
===================================================================*/
@media only screen and (max-width: 480px) {
  /*お問い合わせセクション*/
  .article.full.contact-block a.tel-link {
    font-size: 1.8em;
  }
  a.btn-mailform {
    font-size: 0.85em;
    width: 100%;
    padding: 12px 6px;
  }
  a.btn-mailform::before {
    margin-right: 3px;
  }
  a.btn-mailform::after {
    margin-left: 3px;
  }
  /*price-table*/
  .article table.price-table th, .article table.price-table td,
  .article table.company-info th, .article table.company-info td {
    display: block;
    width: 100%;
  }
  .article table.price-table td, .article table.company-info td {
    border-top: none;
    border-left: none;
  }
  /*お問い合わせ方法*/
  .article.contact-method .image {
    width: 120px;
    height: 120px;
    float: none;
    margin-right: auto;
  }
}

/*-------------------------------------------------------
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;
}
