@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url("//use.fontawesome.com/releases/v5.6.1/css/all.css");
/*レスポンシブ01 ブルー*/
 :root {
	 --first-color: #184a88;
	 --second-color: #d6e5ff;
	 --third-color: #08D;
	 --base-color: #f5f5f5;
	 --point-color: #db3609;
}
body {
    font-family: 'Noto Sans JP',"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-optical-sizing: auto;
    font-weight:400;
    font-style: normal;
    font-size: 17px;
    line-height: 1.9em;
    color: #222;
}
#mainContents {
  padding-top: 0;
}

a {
  color: var(--third-color);
  transition: all .3s ease;
  font-weight: normal;
}
a:hover {
  color: #222;
  font-weight: normal;
}
strong {
    color: var(--point-color);
}
.tel-link {
  font-size: 1.2em;
  color: var(--third-color);
}
.align-c {
    text-align: center;
}
p.notation {
    font-size: .9em;
    line-height: 1.4em;
    color: #555;
}
.validator-form .validator-message-invalid, p.contact-note {
  font-size: .9em;
  margin: 10px 0 0;
    color: #555;
}
.mainImage #slider li {
      height: auto !important;
}
.mainArticles .article.img400 .image {
    max-width: 400px;
    width: 100%;
}
.mainArticles .article.img300 .image {
    max-width: 300px;
    width: 100%;
}
.article a.btn,.freeHtml a.btn,.article.bg a.btn {
    min-width: 200px;
    width: 100%;
    margin: 12px auto;
    display: block;
    background: var(--first-color);
    color: #FFF;
    transition: all .2s linear;
    border: none;
}
.article a.btn:hover,
.freeHtml a.btn:hover,
.article.bg a.btn:hover{
    color:#FFF;
    font-weight:bold;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
    background: var(--third-color);
    border: none;
}
.article a.btn,
.article.bg a.btn{
  max-width: 400px;
    margin: 28px auto 10px;
}
a.btn::after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: bold;
    margin-left: 10px;
    color: #FE0;
}
a.btn.anchor::after {
    content: "\f107";
}

.article p.col2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em;
}
.article p.col2 a.btn {
    max-width: unset;
    width: 48%;
    margin: 0;
}

.comment {
    line-height: 1.2em;
}
.mainArticles .gallery.zero_margin {
    margin-bottom: 0;
    padding-bottom: 0;
}

@media only screen and (max-width: 980px) {
  body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  body {
    font-size: 15px;
  }
  #mainContents {
  padding-top: 0;
  }
}

/*ヘッダー*/
#title h1 a {
  display: block;
    height: 68px;
    width: 310px;
    background: url(/materials/176975821108401.png) left center no-repeat;
    background-size: 100%;
  text-indent: -9000px;
}
#title h1:hover{
  opacity:0.7;
}
#title_outer{
    height:64px;
    background: url(/materials/176975821108402.png) right bottom 3px no-repeat;
    background-size: 292px;
}
#title {
  height: auto;
  padding: 6px 10px 10px;
  border-top: solid 4px var(--first-color);
}
#footer {
    background: #222222;
}
.article.bg,.gallery.bg,
#sideContents,#mainArticles h2, #listTopics h2{
    background: url(/materials/176974022853301.png) var(--second-color);
    background-size: 5px;
}
.article.gray, .gallery.gray {
    background: var(--base-color);
}

div.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 20px;
}
div.youtube iframe {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 768px) {
  h1 a {
    background-size: 60%;
  }
  #title_outer{
    background-size: 48%;
  } 
}
@media only screen and (max-width: 600px) {
  #title, #title_outer, #title_body, h1 {
    height: auto;
  }
  #title {
        padding: 6px 0 10px;
        height: 40px;
        border: none;
}
  #title h1 {
    padding: 0;
  }
#title h1 a {
    width: 250px;
    height: 45px;
    margin: 0 auto 0 2%;
  }
  .article p.col2 a.btn {
    width: 100%;
}
}

@media only screen and (max-width: 930px) {
  #title_outer{
    background: none;
  }
}

/*メニュー*/
#topMenu {
    min-height: auto;
    position: relative;
    background: none;
    border-top: solid 1px #222;
    border-bottom: solid 1px #222;
}
#topMenu .topMenu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-feature-settings: 'palt';
  font-weight: normal;
    line-height: 2.3em;
  color: #222;
}
#topMenu .topMenu li {
    border-left: solid 1px #CCC;
}
#topMenu .topMenu li:first-child {
    border: none;
}
#topMenu .topMenu li a:hover,
#topMenu .topMenu li:hover{
    background: unset;
}
#topMenu .topMenu li a:hover{
    color: #FFF;
    background: var(--first-color);
}
@media only screen and (max-width: 600px) {
  #topMenu .topMenu li {
    border-left: none;
    font-size: 1.1em;
        background: var(--second-color);
  }
  #mainTopics {
    border-bottom: none;
    margin-bottom: 0;
}
  #topMenu {    border: none;
}
  #topMenu .topMenu li a {
  justify-content: flex-start;
}
#topMenu .topMenu li a:hover{
    background: #d6e1f2;
}
}

/*見出し*/
#mainArticles h2, #listTopics h2, #mainArticles .article h2,
.mainContents .article h3, #mainTopics h2, #listTopics h2,
.mainContents div.gallery h3, .article h4, .article h5,
#mainServices h2, .article table#flowTbl strong {
    font-weight: 700;
}
.mainContents .article h3:after, .mainContents div.gallery h3:after,
#mainServices h2:after, #mainTopics h2:after, #mainArticles div[id^="blog"] h2:after {
    background-color: var(--first-color);
    left: 0;
    height: 3px;
}
#mainArticles h2, #listTopics h2 {
    padding: 30px 10px;
    width: 100vw;
    margin: 0 auto;
    line-height: 1.2em;
    color: #222;
    font-size: 2.4em;
}
.formConfirmation #mainArticles h2 {
    margin: 0 calc(50% - 50vw) 20px;
}
.article.bg h3{
  color: #333;
}
.mainContents .article h3,
.mainContents div.gallery h3,
#mainArticles div[id^="blog"] h2 {
  font-size: 2em;
  padding-bottom: 10px;
  margin: 0 auto 1.6em;
  text-align: left;
  width: auto;
  color: var(--first-color);
}
.article h3 a, .article h3 a:hover{
  color: var(--first-color);
    font-weight: 800;
}
.article h4,.article.bg h4 {
  border:none;
  background: none;
    padding: 14px 0;
    margin-bottom: 28px;
    font-size: 1.6em;
    font-weight: 500;
    line-height: 1.3em;
  color: #333;
}
.article h4::after,.article.bg h4:after {
    content: "";
    margin: 0;
    width: 100%;
    height: 16px;
    background-color: transparent;
    background-image: radial-gradient(#999 10%, transparent 30%),radial-gradient(#999 10%, transparent 30%);
    background-size: 6px 6px;
    background-position: 0 0,6px 6px;
    z-index: 1;
    top: auto;
    bottom: -10px;
}
.article h4::before {
  content: none;
}
.article h5 {
    position: relative;
    font-size: 1.4em;
    line-height: 1.4em;
    margin-bottom:1em;
    padding: 6px;
    padding-left: 1.6em;
    background: var(--base-color);
    border-radius: 2px;
    display:flex;
}
.article.bg h5,.article.gray h5 {
    background: #FFF;
}
.article h5:before,
.article.bg h5:before{
  position: absolute;
  top: 50%;
  left: 0.7em;
  transform: translateY(-50%);
  content: '';
  width: 5px;
  height: 40%;
    background: var(--point-color);
  border-radius: 20px;
  border: none;
  padding: 0;
  }
.article h5:first-of-type {
  margin-top: 0;
}
.article table.normalTbl h5 {
    margin: 10px 0 4px;
    padding: 4px 10px;
}
@media only screen and (max-width: 1200px) and (min-width: 600px){
.mainContents .mainArticles .gallery h3 {
    margin: 0 0.8em 1.4em;
}
}
@media only screen and (max-width: 600px){
  #mainArticles h2,#listTopics h2 {
    padding: 25px 10px;
    margin: 0 auto;
    margin-left: calc(50% - 50vw);
    font-size: 1.8em;
}
  .mainContents .article h3, .mainContents div.gallery h3, #mainServices h2, #mainTopics h2 {
        font-size: 1.7em;
    padding-top: 10px;
  }
  .article h4, .article.bg h4 {
    font-size: 1.3em;
}
.col3.article h4 {
    margin-top: 4px;
}
}

@media only screen and (min-width:768px){
  .mainArticles .article.max .article_body {
  padding: 0 25px;
}
}

#wrap .line-wrap .contact-img {
	max-width: 500px;
	width: 100%;
  	display: inline-block;
	vertical-align: top;
}
#wrap img {
    max-width: 100%;
    width: auto;
}
#wrap .img240 img {
    max-width: 240px;
}
#wrap #contact img {
    max-width: 800px;
    width: 100%;
}
 .line-wrap.link-wrap {
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .contact-img a {
    width: 100%;
    margin-bottom: 12px;
}
  .line-wrap .contact-img {
    margin: 0 0 12px;
}
  #mainArticles_body .article.bg .image, #mainArticles_body .article.gray .image {
    padding-top: 20px;
}
  #sideBanners li img {
  max-width: 100%;
}
  .side-logo {
    text-align: center;
    margin-bottom: 10px;
}
  .side-info table.normalTbl td {
    text-align: center;
  }
}

/*リスト*/
ul.maru li{
	margin-bottom:.4em;
}
ul.maru li::before {
    margin-right: 6px;
    margin-left: -1.4em;
    color: var(--third-color);
    font-size: .8em;
    vertical-align: bottom;
}
.menubox{
    overflow:hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 2%;
}
.menubox li a{
    display: block;
    background: #FFF;
    border: solid 1px var(--first-color);
    border-bottom: solid 2px;
    padding: 8px;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
}
ul.menubox li {
    width: 49%;
    display: block;
    text-align: center;
}
ul.menubox.col3 li {
  width: 32%;
}
.menubox li a:hover {
    background: var(--second-color);
    color: var(--first-color);
}
.menubox li a:before{
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: bold;
    margin-right: 8px;
    color: var(--third-color);
}
/*faq*/
ul.faq li.qus {
    background: var(--third-color);
    color: #fff;
    font-weight:bold;
    line-height: 1em;
    margin: 0 0 10px;
    padding-bottom: 20px;
    padding-left: 60px;
}
 ul.faq li.ans {
    background: #FFF;
    line-height: 1.7em;
    padding-bottom:18px;
    padding-left: 60px;
    }
ul.faq li.qus::before, ul.faq li.ans::before {
    display: inline-block;
    font-size: 2em;
    font-family: serif;
    line-height: 1em;
    margin: 16px 10px 0 -42px;
    vertical-align: text-bottom;
    background:none
}
ul.faq li.qus::before {
    color: #fff;
}
ul.faq li.ans::before {
    color: var(--third-color);
}

/*フロー*/
.article table#flowTbl td {
    border-color: var(--first-color);
    margin-bottom: 2em;
    background: #FFF;
    color: #333;
    text-align: center;
}
.article table#flowTbl td p:last-child {
    margin-bottom: 0;
}
.article table#flowTbl td::after {
    color: var(--first-color);
    top: unset;
    bottom: -0.7em;
    line-height: 1em;
}
.article table#flowTbl tr:last-child td {
    background: var(--first-color);
}
.article table#flowTbl td strong {
    color:var(--first-color);
}

@media only screen and (max-width: 600px){
  ul.menubox li,
  ul.menubox.col3 li{
    width: 100%;
}
  ul.faq li.qus {
    line-height: 1.5em;
}
ul.faq li.qus {
    padding-right: 10px;
    margin: 0;
}
  ul.faq li.qus, ul.faq li.ans {
    padding-left: 46px;
}
ul.faq li.qus::before, ul.faq li.ans::before {
    margin-bottom: -10px;
    font-size: 1.6em;
}
}

/*フロー*/
.article table#flowTbl.line {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin: 30px auto;
    width: 95%;
    list-style: none;
    border-left: 1px dashed #999;
    padding-left: 0;
}
.article #flowTbl.line td {
    border: none;
    border-radius: 8px;
    display: block;
    height: auto;
    margin-bottom: 56px;
    padding: 0 3%;
    position: relative;
}
.article table#flowTbl.line td::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #506ba5;
    position: absolute;
    left:-6px;
    top: .7em;
}
.article #flowTbl.line td::after,
.article table#flowTbl.line tr:last-child td::after {
  content: "";
  border-bottom: 1px solid;
  width: 18px;
  background: var(--third-color);
  position: absolute;
  top: 0.31em;
  left: 4px;
}
.article #flowTbl.line tr:last-child td {
    margin-bottom: 0;
}
.article #flowTbl.line td p.title {
    color: #605c54;
    display: block;
    font-size: 126%;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.article table#flowTbl.line tr:last-child td {
    background: none;
    color:#333;
}
.article table#flowTbl.line tr:last-child strong {
    color: #013b88;
}
.article table#flowTbl.line tr:last-child td::after {
  display:block;
}
.article table#flowTbl.arrow td::after {
    line-height: 1em;
    top: auto;
    bottom: -40px;
}
table.contactTable th, table.companyTable th {
    color: #555;
    border-color: var(--third-color);
}
table.contactTable tr.must th{
    padding-left: 24px;
}

@media only screen and (max-width: 600px){
  .article #flowTbl.line td {
    padding-left: 30px;
    margin-bottom: 20px;
}
  .article table#flowTbl.arrow td {
    margin-bottom: 30px;
}
.article table#flowTbl.arrow td::after {
    bottom: -32px;
}
}

/*サブメニュー*/
#sideContents h2 {
    background: url(/themes/responsive/html1/08_002/colors/ylw/submenu.png) no-repeat left center / 32px;
    padding: 14px 0 14px 44px;
    color: #212346;
}
#sideContents .sideMobile h2 {
    background: url(/themes/responsive/html1/08_002/colors/ylw/sidemobile.png) no-repeat left center / 32px;
}
#sideServices a, #sideBlogCategories a, #sideBlogDates a, #sideMobile a {
  display: flex;
  padding: 8px 15px;
  border-radius: 6px;
  background: none;
  align-items: center;
  color: #000000;
}
#sideServices a:hover, #sideBlogCategories a:hover, #sideBlogDates a:hover, #sideMobile a:hover {
  text-decoration: none;
    color: #019ce5;
}
#sideContents,
.sideMobile p{
    color: #333;
}
.freeHtml {
  margin: 0;
}
.sideBlogCategories ul {
  flex-direction: column;
  display: flex;
}
#sideBanners {
  margin: 30px 0;
}
.side-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 2em;
    max-width: 980px;
    margin: 0 auto 30px;
}
#wrap .side-logo img {
    max-width: 410px;
}
.side-wrap .side-info {width: 56%;}
.side-info table.normalTbl {
    width: 100%;
}
.side-info table.normalTbl th,.side-info table.normalTbl td {
    border-bottom: dotted 1px #999;
    line-height: 1.4em;
    padding: 3px 0;
    font-size:.9em;
}
.side-info table.normalTbl th {
    border-bottom: solid 1px #153c93
}
.freeHtml a.btn {
    margin: 12px 0 0;
}

table.contactTable input.button {
    background-color: var(--third-color);
    border-color: var(--third-color);
}
table.contactTable input.button:hover {
    border-color: var(--third-color);
    color: var(--third-color);
}

@media only screen and (max-width: 820px) {
.side-info table.normalTbl th, .side-info table.normalTbl td,
  .article table.normalTbl th, .article table.normalTbl td {
    display: block;
   	width: 100%;
    padding: 8px 0;
    line-height: 1.2em;
}
}
@media only screen and (max-width: 980px) {
  #sideServices {
    display: block;
    margin-top: 14px;
  }
  .side-wrap {
    display: block;
}
.side-wrap .side-info {
    width: 100%;
}
}
@media only screen and (min-width: 994px) {
  .article table.normalTbl.half {
    width: 47%;
	  margin:0 0 1em;
}
}


/*side*/
.side-logo {
    margin: 20px 0;
}
.side-logo img {
    max-width: 275px;
  width: 100%;
  margin: 0 auto 10px;
  display: block;
}
#sideContents table.normalTbl {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px auto;
	width: 100%;
}
#sideContents table.normalTbl th {
	height: auto;
	width: 25%;
	padding:6px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	border-bottom:solid 1px #333;
}
#sideContents table.normalTbl td {
	border-bottom:solid 1px #CCC;
	background: none;
	height: auto;
	line-height:1.6em;
	padding:6px;
}
.freeHtml {
    margin-bottom: 2em;
}
#sideBanners_body li.sideBanner img {
  max-height: 80px;
    object-fit: fill;
}
ul#sideBanners_body {
    align-items: center;
}


@media only screen and (max-width: 820px) {
#sideContents table.normalTbl th,
#sideContents table.normalTbl td{
    display: block;
   	width: 100%;
    padding: 8px 0;
    line-height: 1.4em;
}
}

p.col2 a.btn {
    width: 49%;
    min-width: auto;
}
p.col2 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1%;
}

/*フッター*/
#footer {
    padding: 20px 0 14px;
}
.footer ul.topMenu {
  justify-content: center;
}
.footer ul.topMenu li {
  flex: none;  
}
.footer ul.topMenu a,
.footer ul.services a {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    justify-content: center;
    font-size: 0.9em;
}
.footer ul.topMenu a:hover,
.footer ul.services a:hover {
    color: #00a1e9;
  font-weight: normal;
}

.footer .copyright, .footer .copyright a {
    font-size: .9em;
    letter-spacing: .1em;
}

@media only screen and (max-width: 600px) {
  #footer {
    padding-top: 0;
  }
 .footer ul.topMenu li, .footer ul.services li {
    min-height: 36px;
    background: var(--third-color);
  }
  .footer ul.services {
    display: none;
  }
  .footer ul.topMenu a, .footer ul.services a {
    font-weight: normal;
	  color: #FFF;
  }
  .footer .copyright {
    margin-top: 10px;
    padding: 0;
  }
  
  #wrap .side-logo img {
    max-width: 240px;
}
  #sideServices li {
    list-style: square;
    color: #222;
}
#sideServices ul {
    padding-left: 20px;
}
#sideServices li a {
    padding: 4px;
}
}

/*最新情報*/
.mainTopics .topics {
    margin-top: 50px;
}
#mainTopics h2 {
  font-size: 1.8em;
  font-weight: normal;
    text-align: left;
}
.mainTopics .topics li .date {
  display: inline-block;
  padding: 4px 10px;
  background: #555;
  font-size: 0.9em;
  color: #ffffff;
}
#mainTopics .topics h3 a,.mainTopics .topics li h3 a {
  text-decoration: none;
    color: var(--third-color);
  font-size: 1.1em;
}
#mainTopics .topics h3 a:hover,.mainTopics .topics li h3 a:hover {
  color: #666;
}
.mainTopics .topics, #mainTopics .listview {
  border-bottom: none;
}
#mainTopics .listview {
  text-align: right;
}

@media only screen and (max-width: 600px) {
  #mainTopics .topics {
    margin-top: 20px;
    margin-bottom: 2%;
    padding: 0;
  }
  
  #mainTopics h2{
    margin-bottom: 20px;
    font-size: 1.4em;
  }
  #mainTopics .topics .description,
  #mainTopics .topics li .more a {
    font-size: 1em;
  }
}

/*リスト*/
  ul.check{
	  padding: 0 0 10px;
  }
  ul.check li {
  position: relative;
  font-size: 1.2em;
  padding: 6px 10px 16px 40px;
  margin:0 0 8px 0;
  border-bottom: dashed 1px #999;
}
   ul.check li::before,ul.check li::after {
  content: none;
}
  ul.check li::before {
	  border: none;
	  font-family: "Font Awesome 5 Free";
	  content: "\f14a";
	  font-weight: bold;
	  margin-right: 8px;
	  transform: unset;
	  left: 0;
	  font-size: 1.6em;
	  top: 0;
	  color: var(--point-color);
}
ul.check.col2 {
    flex-wrap: wrap;
    flex-direction: row;
}
ul.check.col2 li {
    width: 50%;
}



/*サイト案内
--------------------*/
#site-link .gallery_grid li.galleryGrid .image a {
    box-sizing: border-box;
    border-radius: 100%;
    max-width: 206px;
    border: solid 4px var(--third-color);
    display: block;
    margin: 0 auto;
    padding: 35px;
    background: #FFF;
}
#site-link .gallery_grid li.galleryGrid .image img {
    transition: 0.3s all;
}
#site-link .gallery_grid li.galleryGrid .image a:hover{
	background:var(--second-color);
}
#site-link .gallery_grid li.galleryGrid .image a:hover img {
    transform: scale(1.1, 1.1);
    transition: 0.3s all;
	opacity:1;
}
#site-link .gallery_grid li.galleryGrid a:hover,
#site-link .gallery_grid li.galleryGrid a:hover img{
  opacity:1;
}
#site-link .gallery_grid li.galleryGrid .comment::after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: bold;
    margin-left: 4px;
    color: var(--third-color);
    }
#site-link .comment {
    font-size: 0.9em;
    font-feature-settings: 'palt';
    margin-bottom: 10px;
}

#info-link .gallery_grid3 li.galleryGrid {
    width: 31%;
    margin: 0 1% 16px;
}
#info-link ul.galleryGrids li .image {
    box-shadow: 0 0 0 3px var(--first-color);
    overflow: hidden;
}
#info-link .gallery_grid li.galleryGrid .comment::after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: bold;
    margin-left: 4px;
    color: var(--third-color);
    }
#info-link .comment {
  	font-size: 1.1em;
    margin: 8px 0 22px;
  font-feature-settings: 'palt';
}
#info-link .image a {
    display: block;
    position: relative;
}
#info-link ul.galleryGrids li a:hover {
    background: none;
}
#info-link .galleryGrid_outer {
    padding: 0;
}
#info-link .image img {
    transition: 0.5s all;
    border-radius: unset;
}
#info-link .image img:hover {
    transform: scale(1.1, 1.1);
    transition: 0.5s all;
	opacity:1;
}

@media only screen and (max-width: 480px) {
#info-link .gallery_grid4 li.galleryGrid{
    width:100% !important;
}
}

@media only screen and (max-width: 600px) {
  ul.check li {
        font-size: 1.1em;
        padding: 4px 10px 12px 34px;
}
 
  .gallery.info-link {
    background: linear-gradient(0deg,var(--third-color) 0%,var(--third-color) 70%,transparent 70%,transparent 100%);
    margin-top: 0;
}
  .gallery.info-link .image {
    max-width: 260px !important;
    margin: 0 auto 5px;
  }
  .gallery.info-link .comment {
    max-width: 260px;
  }
  .gallery.info-link.serviceNavi {
    margin-top: 10px;
  }
  .gallery.info-link.serviceNavi .gallery_grid li.galleryGrid {
    width: 49.9% !important;
  }
	ul.check.col2 li{
		width:100%;
	}
}

/*テーブル*/
.article table.normalTable {
  width: 100%;
}
.article table.normalTable th, .article table.normalTable td {
  padding: 15px 15px;
  border-right: none;
}
.article table.normalTbl thead th {
    background: #eeeeee;
    color: #333;
}
.article table.normalTbl th,
.article table.normalTbl td {
    padding: 12px 20px;
}

@media only screen and (max-width: 600px) {
  .article table.normalTable {
    border-bottom: none;
  }
  .article table.normalTable th {
    white-space: nowrap;
    border-bottom: none;
  }
  .article table.normalTable td {
    border-bottom: solid 1px #ccc;
  }
  .article table.normalTable th,
  .article table.normalTable td{
  display:block;
    text-align: left;
}
  .article table.normalTbl {
    border: none;
}
.article table.normalTbl th {
    background: none;
    color: #0976b7;
    border-color: #0976b7;
    padding: 6px 0;
    white-space: unset;
}


table.normalTbl.price thead {
    display: none;
}
table.normalTbl.price tr {
    display: block;
    border-bottom: solid 1px #424789;
}
table.normalTbl.price th {
    display: block;
    padding: 10px;
}
table.normalTbl.price th::before {
content: attr(data-label);
    float: left;
    font-weight: bold;
}
table.normalTbl.price td {
    display: block;
    padding: 10px;
    text-align: right;
}
table.normalTbl.price td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    font-feature-settings: 'palt';
    color: #424789;
}
.article table.normalTbl.price {
    border: none;
    font-size:.9em;
}
}

@media only screen and (max-width: 600px) {
  .gallery.bg {
    background: #e0e6f2;
  }
  .gallery.bg .gallery_grid li.galleryGrid {
    margin-bottom: 6px;
  }
  #info-link .gallery_grid3 li.galleryGrid {
    margin: auto;
        width: 100% !important;
}
  .gallery.bg .gallery_grid li.galleryGrid .comment {
    align-items: center;
  }
  .article.bg .article_body {
    flex-direction: column;
  }
  .article.bg .image {
    width: 100%;
  }
}

/*envelope*/
.envelope {
    border: none;
    background: #EEE;
    margin: 1.5em auto;
}
.envelope li {
    text-align: left;
}

/*SP時ギャラリー調整*/
@media only screen and (max-width: 600px) {
  .mainArticles div.gallery {
    padding: 20px 3%;
  }
}


/*フォーム*/
table.contactTable input[type="button"],
table.contactTable input.button {
    width: 46%;
    display: inline-block;
    margin: 2%;
    height: 4em;
}
@media only screen and (max-width: 600px) {
  .formConfirmation #mainArticles h2 {
    margin: 0 -16px 20px;
}
  table.contactTable {
    border: none;
}
table.contactTable th {
    color: #424789;
    background: unset;
    border: none;
    border-top: #CCC solid 1px;
    padding-bottom: 0;
}
table.contactTable td {
    padding-bottom: 12px;
}
  table.contactTable input[type="button"], table.contactTable input.button {
    width: 100%;
    display: block;
    margin: 0 0 12px;
}
}


/*contact us*/
div#contact_us {
    width: 100vw;
    margin: -24px calc(600px - 50vw) 10px;
    padding: 3vw 0;
    line-height: 1.5;
    text-align: center;
    background: url(/materials/177000535170701.jpg) center no-repeat var(--third-color);
    background-size: cover;
    background-position: center;
}
div#contact_box 
{
 width: 100%;
    max-width: 800px;
 display: block;
 margin: auto;
 padding: 32px;
    background: rgb(255 255 255 / .75);
    border-radius: 20px;
}
#contact_btn a.btn {margin: 16px auto;padding: 12px 36px;min-width: 50%;width: auto;color: #FFF;background: var(--first-color);border: none;border-radius: 999px;}
ul#contact_btn {
display: flex;
justify-content: center;
flex-direction: row;
font-size: 1em;
}
div#contact_box h3 {
    margin: 0 0 20px;
    padding: 0 0 4px;
    border-bottom: solid 2px;
    font-weight: bold;
    line-height: 1.3em;
}
div#contact_box h3::after {
    content: none;
}
#contact_btn a.btn:hover {
    background: var(--third-color);
}
#contact_btn a.btn::after {
    color: #FD0;
}

#contact_us a.tel-link {
    font-size: 2.3em;
    line-height: 1em;
}
p#contact_btn {
  margin-top: 18px;
}

@media only screen and (width <= 1024px) {
div#contact_us {margin: -24px calc(50% - 50vw) 10px;padding: 5vw 0;}
div#contact_box {max-width: 90%;
        padding: 20px;
        font-feature-settings: 'palt';}
div#contact_us {
background-position: left center;
}
}


/*電話をかける*/
#bottomLink {
  display: none;
}
@media only screen and (max-width: 600px) {
  /*call*/
#bottomLink {
    position: fixed;
    display:block;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
    height: 50px;
    overflow: hidden;
}
#bottomLink a {
  display: block;
  color: #FFF;
  background: var(--point-color);
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 2.6em;
  height: 100%;
}
 #bottomLink a::before {
        font-family: "Font Awesome 5 Free";
        content: "\f095";
        color: #ff0;
        font-weight: bold;
        margin-right: 4px;
    }
  #bottomLink a span {
    font-size: 0.8em;
    margin-right: 8px;
    font-weight: bold;
}
#wrap {
    margin-bottom: 50px;
}
}

/*reCAPTCHA*/
.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: right;
  font-size: 80% !important;
  color: #444 !important;
}
.recaptcha_policy a {
  font-size: 80% !important;
  color: #111 !important;
}
.grecaptcha-badge { visibility: hidden; }