@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/*レスポンシブ02 ホワイト*/

:root {
    --first-color: #1993cf;
    --second-color: #00567f;
    --base-color: #f5f4f4;
    --point-color: #FB0;
}
body {
    color: #444;
    line-height: 1.8;
    font-family:  'Montserrat', Verdana, -apple-system, BlinkMacSystemFont, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight:400;
  font-style: normal;
}
body.body-media-pc::before {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 8px solid var(--first-color);
    z-index: 1000;
    pointer-events: none;
    content: '';
    box-sizing: border-box;
}
#wrap img {
    width: auto;
    max-width: 100%;
}
#wrap .article.icon .image img {
    max-width: 64px;
}
#wrap .article.img400 img {
    max-width: 400px;
    width:100%;
}
#wrap .article.img300 img {
    max-width: 300px;
    width: 100%;
}
#wrap .article.img200 img {
    max-width: 200px;
    width:100%;
}
.gallery ul.galleryGrids .comment {
    font-size: 1em;
}
table, thead, tr, th, td {
    font-size: initial;
}

/*パーツ*/
#mainArticles .article.zero_margin,
#mainArticles .gallery.zero_margin{
    margin-bottom: 0;
}
.article.full.bg.zero_margin,
#mainArticles .article.zero_margin.mb0,
#mainArticles .gallery.zero_margin.mb0 {
    padding-bottom: 0;
}
#mainArticles .article.zero_margin.mt0,
#mainArticles .gallery.zero_margin.mt0 {
    padding-top: 0;
}
#mainArticles .gallery.bg.zero_margin {
    padding-top: 0;
}
.gallery.bg.mt0 {
    padding-top: 0;
}
#mainArticles .envelope {
    background: var(--base-color);
}
.align-c {
    text-align: center;
}
.article p.notation {
    margin: 10px 0;
    font-size: .9em;
    color: #555;
}
a.tel-link {
    font-size: 1.3em;
}


/*見出し*/
#mainArticles h2, #listTopics h2, #mainTopics h2, #mainArticles .article h2, .article h3, .gallery h3, .freeHtml h3 {
    font-weight: 600;
  font-style: normal;
}
#mainArticles .article h2, .article h3, .gallery h3 {
    font-size: 1.8em;
    line-height: 1.4em;
}
.article h3, .gallery h3 {
    margin: 0;
}
#mainArticles h2 {
    margin-bottom: 30px;
}
#mainArticles h2, #listTopics h2 {
    background:var(--first-color);
    font-size: 2em;
}
.sideContents #sideServices h2, .sideContents #sideBlogCategories h2,
.sideContents #sideBlogDates h2, .sideContents #sideMobile h2 {
    font-size: 1.1em;
}
ul.topics li h3 a {
  color: #1d96ce;
}
#mainTopics h2:after, .article h3:after,
.gallery h3:after, .freeHtml h3:after {
    background-image: linear-gradient(45deg, var(--first-color), var(--point-color));
    height: 6px;
    width: 70px;
    border-radius: 4px;
}
.article h4,.article.bg h4 {
  display: flex;
  border: none;
  border-radius: 0px;
  font-size: 1.4em;
  color: var(--first-color);
  line-height: 1.3em;
    padding: 10px 26px 8px;
  margin: 0 5px 30px;
  outline: 2px solid var(--first-color);
  outline-offset: 4px;
  background: linear-gradient(-45deg, transparent 0 20px, #fff 20px calc(100% - 20px), transparent calc(100% - 20px)),
              repeating-linear-gradient(-45deg, var(--first-color) 0 2px, #fff 2px 6px);
}
.article h4::before {
  content: none;
}

.article h5 {
    border: none;
    padding: 0;
    margin-bottom: .8em;
    font-size: 1.2em;
}
.article h5::before {
    font-family: "Font Awesome 5 Free";
    content: "\f06a";
    font-weight: bold;
    margin-right: 8px;
    border: none;
    color: var(--point-color);
}


/*リスト*/
ul li {
    font-size: initial;
    text-align: left;
    line-height: 1.4em;
}
ul.ps {
    margin-top: 1em;
}
ul.maru li {
    margin-bottom: 10px;
}
ul.maru.col2 {
    display: flex;
    flex-wrap: wrap;
}
ul.maru.col2 li {
    width: 50%;
}
ul.maru li:before {
    color: var(--first-color);
    margin-right: 0.3em;
}


ul.check {
    padding-left: 0;
}
ul.check li {
    padding: 0 0 14px;
    padding-left: 6px;
}
ul.check li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-weight: bold;
    margin-right: 8px;
    border: none;
    -webkit-transform: unset;
    transform: unset;
    color: var(--second-color);
    position: unset;
    display: unset;
}

ul.faq li.qus::before, ul.faq li.ans::before {
  margin-right: 12px;
}
ul.faq li.qus::before {
    background: #999;
}
ul.faq li.ans::before {
    background: var(--second-color);
}

/*リンク*/
a.btn {
  	width: 100%;
    max-width: 600px;
    display: inline-block;
    background: #FFF;
    border: solid 1px var(--second-color);
    color: #222;
}
a.btn:after {
    color: var(--first-color);
}
a.btn:hover {
    background: #c8e6ff;
}

.menubox{
    overflow:hidden;
}
.menubox li a{
    width: 49%;
    float: left;
    background: var(--second-color);
    border-radius: 22px;
    text-align: center;
    margin: 3px 2px;
    padding: 10px 10px;
    box-sizing:border-box;
    color: #FFF;
    text-decoration: none;
}
.menubox.clm3 li a {
    width: 32%;
}
.menubox li a:hover {
    background-color: #1f96ce;
}
.menubox li a:before{
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: bold;
    margin-right: 8px;
    font-size: .9em;
    color: var(--point-color);
}

/*テーブル*/
.freeHtml table.normalTbl {
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #ccc;
    margin: 26px 0;
    width: 100%;
}
.freeHtml table.normalTbl th {
    background-color: #f7fbfd;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #555;
    height: auto;
    line-height: 150%;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    width: 34%;
    font-weight:bold;
    font-size: 16px;
}
.article table.normalTbl th {
    font-weight: bold;
    color: var(--second-color);
    background: rgb(24 147 207 / 10%);
}
.article table.normalTbl td {
    background: #FFF;
}
.freeHtml table.normalTbl td {
      background: #FFF;
    border-bottom: 1px solid #ccc;
    height: auto;
    line-height: 150%;
    padding: 10px;
}


/*フロー*/
.article table#flowTbl {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin: 30px auto;
    width: 95%;
    list-style: none;
    border-left: 1px dotted #CCC;
    padding-left: 0;
}
.article table#flowTbl td {
    border: none;
    background: none;
    display: block;
    margin-bottom: 1.2em;
    padding: 0 10px 0 28px;
    position: relative;
}
.article table#flowTbl td:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--second-color);
    position: absolute;
    left:-6px;
    top: .7em;
}
.article table#flowTbl td::after,
.article table#flowTbl tr:last-child td::after {
  content: "";
  display:block;
  border-bottom: 1px solid;
  width: 18px;
  background: #666;
  position: absolute;
  top: 0.4em;
  bottom: unset;
  left: -6px;
}
.article table#flowTbl td strong,
.article table#flowTbl tr:last-child td strong{
    font-size: 1.2em;
    border-bottom: dashed 2px;
    padding: 0 0 4px;
    color:var(--second-color);
}

/*contact*/
#mainArticles table.contactTable,
#mainArticles table.contactTable tr th,
#mainArticles table.contactTable tr td {
  border-color: #CCC;
  border-width: 1px;
}
#mainArticles form {
  background: #FFF;
	padding: 0;
}
#mainArticles table.contactTable tr th {
    background-color: unset;
  border-right: none;
  color: #333;
}
#mainArticles table.contactTable tr td {
    background: #FFF;
  border-right: none;
}
#mainArticles table.contactTable {
  border-left: none;
}
#mainArticles table.contactTable input.button {
    background: var(--point-color);
}


/*ヘッダー*/
#title h1 {
    background: url(/materials/175626922466301.png) no-repeat center left;
    background-size: 100%;
    height: 130px;
    width: 448px;
    margin-top: 10px;
}
#title h1 a {
    display: inline-block;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    height: 100%;
    width: 100%;
}
#title h1:hover {
    opacity: .8;
}
#title #title_outer {
    background: url(/materials/175626924456701.png) no-repeat right top 6px;
    background-size: 300px;
    height: 150px;
}

#topMenu_outer .topMenu li a {
    line-height: 2.4em;
    font-size: 1.2em;
}
#topMenu_outer .topMenu li a:after {
    top: 0;
    bottom: 0;
    margin: auto;
}
#topMenu_outer .topMenu li a:hover {
    background: var(--base-color);
    color: var(--first-color);
}
/*最新情報*/
#mainTopics {
    background: none;
}
#mainTopics h2 {
    padding: 0 0 10px;
}
ul.topics li p.description {
    font-size: 1em;
}
ul.topics li h3 {
    font-size: 1.2em;
    margin-bottom: .4em;
}
ul.topics li p.date,ul.topics li p.more a {
    background: none;
    color: #666;
    padding: 0;
}
ul.topics li p.more a:hover {
    background: none;
    color: #1d96ce;
}
ul.topics li p.date {
    font-size: 14px;
    padding-bottom: 10px;
}
ul.topics li {
    padding: 12px 20px;
    min-height: 128px;
    background: #f9f9f9;
}
/*スライドショー文字*/
.gallery_slide .galleryPreview .images li .comment_body {
    font-size: 14px;
    color: #222 !important;
}
.gallery_slide.gallery_slide_color_w .galleryPreview .images li .comment {
    background: rgba(255,255,255,0.8);
}
.gallery_slide.gallery_slide_color_w .galleryPreview .images li:hover .comment {
    background:#FFF;
}
.gallery_slide .galleryPreview .images li .comment,
.gallery_slide .galleryPreview .images li:hover .comment {
    padding: 4px 10px 4px;
    right: 0px;
}
.gallery_slide .galleryPreview .images li:hover .comment_body,
.gallery_slide .galleryPreview .images li .comment_body {
    line-height: 1.4em;
    height: auto;
}
.gallery_slide.gallery_slide_color_w .galleryPreview .images li .comment_body {
    text-align: center;
}


/*フッター*/
#footer, #footer_body .topMenu li a, #footer_body .services li a {
  background: #5cbfec;
}
#sideContents {
  background: var(--base-color);
}
.sideContents ul li a, .sideContents dt a, .sideContents dl ul li a {
    font-size: 16px;
    padding: 4px 14px;
}
.freeHtml_body .side-logo {
  	max-width: 315px;
    width: 100%;
    margin: 0 auto;
}
#footer_body .copyright {
    background: #1d96ce;
    padding: 1em 0;
}
.sideContents .freeHtml {
    margin-bottom: 2em;
}
#bottomLink {
    display: none;
}

/*--------------------------------------------
--------------------------------------------*/

@media only screen and (min-width:600px) {
.article table#flowTbl td,
  .article table.normalTbl th,
  .article table.normalTbl td,
  #mainArticles table.contactTable tr th,
  #mainArticles table.contactTable tr td,
  .article ul li{
    font-size: 18px;
}
}
@media only screen and (max-width: 1024px) {
#title #title_outer {
    padding: 0 20px;
    background-position: right 30px top 6px;
}
#title #title_outer
#title_body {
  margin-left: 20px;
}
}
@media only screen and (max-width: 840px) {
#title #title_outer {
  background: none;
}
}
/*--------------------------------------------
--------------------------------------------*/
@media only screen and (max-width: 600px) {
  body {
    font-size: 15px;
}
    body.body-media-pc::before{
        border-width:4px;
    }
  .active #toggle {
    background-color: var(--second-color);
}
    #title #title_outer {
    background: none;
        height: 78px;
        padding: 0;
}
    #title h1{
        background: url(/materials/175644293822501.png) no-repeat center left;
        background-size: 100%;
        max-width: 240px;
        padding: 0;
        margin: 0;
        height: 80px;
    }
  #topMenu_outer .topMenu li a {
    line-height: 1.25em;
}
  #mainArticles h2, #listTopics h2 {
    font-size: 1.8em;
        margin-bottom: 0.6em;
}
#mainArticles .article h2, .article h3, .gallery h3 {
    font-size: 1.7em;
}
.article h4, .article.bg h4 {
    font-size: 1.3em;
}
  ul.maru.col2 li{
    width:100%;
  }
#contact.gallery .gallery_grid2 li {
    width: 100%;
}
.article .article_left .image,
.article .article_right .image {
    float: unset;
}
#wrap .menubox li a {
    display: block;
    width: 100%;
    margin: 0 0 10px;
}
#wrap a.btn {
    display: block;
    width: 90%;
    margin: 0 auto 6px;
}
#toggle {
    background-color: #1d96ce;
}
  /*call*/
#bottomLink {
    position: fixed;
    display:block;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
    height: 50px;
    overflow: hidden;
}
#bottomLink a span {
    font-size: 85%;
    display: inline-block;
    padding-right: 8px;
}
#bottomLink a {
    display: block;
    padding: 3px 0;
    color: #222;
    background: var(--point-color);
    text-decoration: none;
    font-size: 1.1em;
        line-height: 2.8em;
    height: 100%;
}
        #bottomLink a::before {
        font-family: "Font Awesome 5 Free";
        content: '\f0e0';
        font-weight: bold;
        margin-right: 6px;
        color: #feff2e;
    }
#wrap {
    margin-bottom: 50px;
}
  .grecaptcha-badge {
    bottom: 3em !important;
}
}



/*-------------
reCAPTCHA
---------------*/
.recaptcha_policy {
  margin-top: -20px;
  text-align: right;
  font-size: 11px !important;

  color: #999 !important;
  padding: 0 40px 20px;
}
.recaptcha_policy a { font-weight: normal; }
.grecaptcha-badge { visibility: hidden; }

@media only screen and (max-width: 600px) {  
/*-------------
reCAPTCHA
---------------*/
.recaptcha_policy {
  margin-top: -20px;
  padding-top: 0;
  text-align: right;
  font-size: 10px !important;
    line-height: 1.6em;
  color: #999 !important;
}
.recaptcha_policy a { font-weight: normal; }
.grecaptcha-badge { visibility: hidden; }
}
}