@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@600&display=swap');
/* レスポンシブ01 レッド*/
body {
	line-height:1.8em;
    font-size: 18px;
}
:root {
    --first-color: #c2282a;
    --second-color: #e1d6d6;
    --base-color: #2e2e2e;
    --point-color: #f7ebeb;
}
#mainContents {
  padding-top: 0;
}
.mainImage #slider li {
      height: auto !important;
}
.mainArticles .article .article_body.article_center .image, .mainArticles .article .article_body.article_center img {
  max-width: 100%;
}
.mainArticles .article.icon .article_body img {
    max-width: 128px !important;
}
a {
  color: #2196F3;
  transition: all .5s ease;
  font-weight: normal;
}
a:hover {
  color: #222;
  font-weight: normal;
}
a.tel-link {
    font-size: 1.3em;
    font-weight: bold;
}
.align-c{
  text-align:center;
}
p.notation {
    font-size: .9em;
    color: #666;
}
hr {
    border: none;
    border-bottom: dotted 1px #CCC;
    margin: 10px 0;
}
.mainArticles .article.img200 .image,
.mainArticles .article.img200 .image img {
    max-width: 350px;
    width: 100%;
}

.article a.btn,.freeHtml a.btn {
    margin: 12px auto;
    padding: 14px 8px;
    background: none;
    border: solid 1px;
    border-radius: 2px;
    color: var(--first-color);
    font-feature-settings: 'palt';
}
.article a.btn:hover,
.freeHtml a.btn:hover{
      color:#FFF;
      background: var(--first-color);
		border-color:var(--first-color);
}
.article a.btn {
    max-width: 600px;
    margin: 28px auto 10px;
}

.article.theme a.btn,
.article.bg a.btn,
.article.theme a.btn:hover,
.article.bg a.btn:hover {
    background:none;
    color: #FFF;
    border-color: #FFF;
}
.article.theme a.btn:hover, .article.bg a.btn:hover {
    transform: translate(0, -4px);
}
#title_outer, div#title_body, div#footer_body, #topMenu_outer, #topMenu_body, #topMenu .topMenu, #mainTopics, #listTopics, #mainServices {
  width: 100%;
  min-width: inherit;
  max-width: 1200px;
}
.article p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }
  #mainContents {
  padding-top: 0;
  }
  .mainArticles .article, .mainArticles .gallery {
    padding-bottom: 10px;
  }
.mainArticles .article.img200 .image,
  .mainArticles .article.img200 .image img {
    margin: 0 auto;
    max-width: 100%;
}
  .mainArticles .article.img200.zero_margin .image {
  margin: 10px auto 0;
}
}


/*ヘッダー*/
#title h1 a {
  display: block;
    height: 62px;
    width: 300px;
    background: url(/materials/175495750319501.png) left center no-repeat;
    background-size: 100%;
  text-indent: -9000px;
}
#title h1:hover{
  opacity:0.7;
}
#title_outer{
    height: 68px;
    background: url(/materials/175495777229101.png) right bottom 6px no-repeat;
    background-size: 260px;
}
#title {
    height: 62px;
    padding: 6px 3%;
}
#title,  #footer, .article.bg, .side-wrap {
    background: #FFF;
}
.mainArticles .article.zero_margin.pb20 {
    padding-bottom: 2em !important;
}
.article.bg,
.article.theme{
    background: url(/materials/175446079786001.png) var(--first-color);
    background-size: 5px;
    background-attachment: fixed;
}
.article.theme {
    background-color:var(--base-color);
}
.mainArticles .article.col2.theme .article_body,
.mainArticles .article.col2.bg .article_body {
    padding-bottom: 20px;
}
.article.theme p {
    color: #FFF;
}
#mainImage{
  background:none;
}

@media only screen and (max-width: 768px) {
  h1 a {
    background-size: 60%;
  }
}
@media only screen and (max-width: 600px) {
  #title, #title_outer, #title_body, h1 {
    height: auto;
  }
  #title {
        padding: 4px 0;
        height: 48px;
}
  #title h1 {
    padding: 0;
  }
#title h1 a {
        background: url(/materials/175496630578701.png) no-repeat;
        width: 240px;
        background-position: left center;
        height: 50px;
        background-size: 100%;
        margin: 0 auto 0 2%;
  }
  #topMenu {
    background: none;
}
div#topMenu li a {
    background: linear-gradient(0deg, #DDD 0%, #f5f5f5 50%);
}
}
@media only screen and (max-width: 640px) {
  #title_outer{
    background: none;
    margin-right: auto;
  }
}

/*メニュー*/
#topMenu {
    min-height: auto;
    position: relative;
    background: linear-gradient(0deg, #DDD 0%, #f5f5f5 50%);
}
#topMenu .topMenu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 46px;
  color: #444;
}

#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 (min-width: 601px) {
#topMenu::before{
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, var(--first-color) 0%, #F00 20%, var(--first-color) 50%, #900 100%);
  content:
  "";
}
}
@media only screen and (max-width: 600px) {
  #topMenu .topMenu li {
        border-color: #222;
    font-size:1.1em;
  }
  #toggle, .active #toggle {
    background-color: var(--first-color);
}
#topMenu .topMenu li a {
    justify-content: unset;
}  
}

/*見出し*/
#mainArticles h2, #mainTopics h2, #listTopics h2,
.mainContents .article h3,.mainContents div.gallery h3,
.article h4, .article h5,
#topMenu .topMenu li a,.article table#flowTbl td strong{
	font-family: "Zen Old Mincho", serif;
	font-weight: 600
    ;
	font-style: normal;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.mainContents .article h3:after, .mainContents div.gallery h3:after,
#mainServices h2:after, #mainTopics h2:after, #mainArticles div[id^="blog"] h2:after {
    background-color: #202126;
    left: 0;
    height: 3px;
}
#mainArticles h2, #mainServices h2, #mainTopics h2, #listTopics h2 {
  min-width: inherit;
}
#mainArticles h2, #listTopics h2{
    background: url(/materials/175496459296001.png) repeat-x bottom;
    background-size: 547px;
}
#mainArticles h2,#listTopics h2 {
  padding:30px 15px 60px;
  width: 100vw;
  margin: 0 auto;
  margin-left: calc(50% - 50vw);
  font-size: 2.2em;
  line-height: 1.2em;
  letter-spacing: .06em;
  color:var(--base-color);
}

.mainContents .article h3,
.mainContents div.gallery h3,
#mainArticles div[id^="blog"] h2 {
  font-size: 1.9em;
  color: #202126;
  padding-bottom: 10px;
  margin: 0 auto 1.6em;
  text-align: left;
  line-height: 1.6em;
  width: auto;
}
.mainContents .article.bg h3,
.mainContents .article.theme h3{
  color: #FFF;
}
.mainContents .article.bg h3::after,
.mainContents .article.theme h3::after{
  background: #FFF;
}
.article h4, .article.bg h4 {
    padding: 10px 16px 8px;
    font-size: 1.3em;
    display: flex;
    color: var(--base-color);
  background: #EEE;
  border-bottom: solid 1px var(--first-color);
  margin: 18px 0 16px;
}
.article h4::after {
	content:none;
}

.article h5 {
    background: var(--base-color);
    padding: 16px;
    margin-bottom: 1em;
    margin-top: 1.5em;
    font-size: 1.2em;
    display: flex;
}
.article h5::before {
    border-left: solid 5px var(--first-color);
    border-radius: 2px;
    padding: 0;
    margin-right: 12px;
}
.article h5:first-of-type {
  margin-top: 0;
}
.article.gray h5 {
    background: #FFF;
}
@media only screen and (max-width: 768px) {
.article h4.parent,.article h4.parent span {
  display: block;
}
.article h4.parent span {
  display: block;
  margin: 0 !important;
}
.article h4.parent:after{
  content: unset;
}
}

@media only screen and (min-width: 600px) {
.article h5.parent{
    flex-direction: column;
}
.article h5.parent::before,
.article h4.parent::before {
    content: none;
}
.article h4.parent span {
    margin: 6px 10px 0;
}
.article h5.parent span {
    color: var(--first-color);
    border-bottom: solid 1px;
    padding-bottom: 4px;
    margin-bottom: 8px;
}
}

@media only screen and (max-width: 600px){
  #mainArticles h2,#listTopics h2 {
        padding: 20px 10px 60px;
        margin: 0 auto 20px;
    margin-left: calc(50% - 50vw);
    font-size: 1.8em;
}
  .mainContents .article h3, .mainContents div.gallery h3, #mainServices h2, #mainTopics h2 {
    font-size: 1.6em;
    padding-top: 1.5em;
  }
	.article h4{
		font-size:1.4em;
	}
  h4.parent {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2%;
        font-size: 1.6em;
}
h4.parent span:first-child {
    width: 100%;
}
  h5.parent span {
    white-space: nowrap;
    margin-right: 10px;
    color: var(--first-color);
}
}

/*リスト*/
ul.boxList {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: center;
    gap: 2%;
}
ul.boxList li {
    width: 32%;
    background:#FFF;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    padding: 15px 10px;
    margin-bottom: 20px;
    text-align: center;
}
ul.boxList.ylw li {
  background: #f8f5f9;
  color: #493165;
  border: solid 1px #E5DFE8;
}

ul.boxList.col4 li {
    width: 23%;
}
ul.boxList.col4 {
    justify-content: flex-start;
}
ul.maru li:before {
    font-size: .7em;
    color: var(--first-color);
    margin-right: 4px;
    margin-left: -1.4em;
}

ul.check {
    margin: 12px 0;
    padding-left: 0;
}
ul.check li {
    font-size: 1.2em;
    margin-bottom: 4px;
    margin-left: 2em;
}
ul.check li::before {
    content: '';
    background: url(/materials/175445765751901.png) no-repeat;
    background-size: 100%;
    display:block;
    width:24px;
    height:24px;
    border: none;
    transform: unset;
    -webkit-transform: unset;
    left: -1.8em;
}

ul.col2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}
ul.col2 li {
    width: calc(50% - 2em);
}


/*faq*/
ul.faq {
    padding: 10px 0 20px;
    margin-bottom: 10px;
}
ul.faq li.qus, ul.faq li.ans {
    display: block;
    padding-bottom: 10px;
    padding-left: 56px;
    padding-right: 16px;
}
ul.faq li.qus {
    background: url(/materials/175446079786001.png) var(--base-color);
    background-size: 5px;
    color: #fff;
    font-size:1.2em;
    font-weight:bold;
    margin: 0;
    padding-top: 8px;
    border-radius: 4px 4px 0 0;
}
 ul.faq li.ans {
    background: #FFF;
    line-height: 1.8em;
    padding-bottom: 16px;
    padding-top: 10px;
    }
ul.faq li.qus::before, ul.faq li.ans::before {
    font-size:2em;
    font-weight:bold;
    line-height: 1em;
    margin: 0 9px 0 -36px;
    color: #fff;
    display: unset;
    background: none;
}
ul.faq li.ans::before {
    color: var(--first-color);
    margin: 0 10px 0 -34px;
}

/*リンク*/
.menubox{
    display: flex;
    justify-content: center;
}
.menubox li {
    display: block;
    width: 50%;
}
.menubox li a{
    display: block;
    border-radius: 999px;
    text-align: center;
    margin: 0 1% 10px;
    padding: 12px;
    color: var(--first-color);
    text-decoration: none;
    background: #FFF;
    border: solid 1px;
    border-bottom: solid 2px #4d0053;
}
ul.menubox.col3 li {
    width: 33%;
}
.menubox li a:hover {
  background: var(--base-color);
}
.menubox li a:before{
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 3px var(--first-color);
  border-right: solid 3px var(--first-color);
  margin-right: 10px;
  transform: rotate(137deg);
}

@media only screen and (max-width: 600px) {	
  ul.faq li.ans::before {
    margin-left: -30px;
}
ul.boxList li,
ul.boxList.col4 li,
ul.menubox.col3 a,
  .menubox li,
  ul.col2 li{
    width: 100%;
        margin-bottom: 6px;
}
  .menubox {
    flex-wrap: wrap;
}
      .side-info table.normalTbl th, .side-info table.normalTbl td {
        display: block;
        width: 100%;
    }
}

/*サブメニュー*/
#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;
}
#sideBlogCategories_body h2{
    background: url(/themes/responsive/html1/08_002/colors/ylw/blog_category.png) no-repeat left center / 32px;
}
#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: #000;
    font-size: initial;
}
#sideServices a:hover, #sideBlogCategories a:hover, #sideBlogDates a:hover, #sideMobile a:hover {
  text-decoration: none;
    color: var(--first-color);
}
.sideMobile p {
  color: #000000;
}
#sideContents, #sideContents h2{
  color: #444;
}
#sideContents {
    background: url(/materials/175496459296001.png) repeat-x bottom var(--second-color);
    background-size: 547px;
    padding-bottom: 50px;
}
.freeHtml {
  margin: 0;
}
.sideBlogCategories ul {
  flex-direction: column;
  display: flex;
}
.side-logo {
    text-align: center;
    margin-bottom: 12px;
}
#sideBanners {
  margin: 30px 0;
}
.side-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 30px;
    margin-top: 20px;
    border-radius: 10px;
}
.side-wrap .side-logo img {
  max-width: 300px;
    width: 100%;
}
.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 var(--first-color);
    white-space: nowrap;
    padding: 4px 8px;
}
.freeHtml a.btn {
    margin: 12px 0 0;
}
#contact .image {
  max-width: 800px;
}
@media only screen and (max-width: 980px) {
  .side-wrap {
    display: block;
}
.side-wrap .side-info {
    width: 100%;
}
}

table.contactTable input[type="text"],
table.contactTable input[type="password"],
table.contactTable textarea {
    background: #FFF;
    border: solid 1px #DDD;
}
.article table#flowTbl td strong {
  border-bottom: dotted 2px;
  padding-bottom: 6px;
  margin-bottom: 10px;
  font-size: 1.4em;
    color: #333;
}
.article table#flowTbl td::after {
    font-size: 8em;
    top: calc(100% - 70px);
    transform: scaleY(0.3);
    line-height: 1em;
    color: var(--point-color);
}
.article table#flowTbl td {
  border: none;
  border-radius: 4px;
  margin-bottom: 2.2em;
  background: var(--point-color);
  position: relative;
}
.article table#flowTbl tr:last-child td {
  background: var(--first-color);
}
.article table#flowTbl h4 {
    font-size: 1.2em;
    margin: 8px 0 2px;
}

/*フッター*/
#footer {
    padding: 20px 0 14px;
}
.footer *{
  color: #444;
}
.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: var(--first-color);
    font-weight: normal;
}

.footer .copyright, .footer .copyright a {
    font-size: .9em;
    letter-spacing: .1em;
    color: #999999;
}

@media only screen and (max-width: 600px) {
  .article table#flowTbl td::after {
    top: calc(100% - 40px);
    font-size: 6em;
}
  #footer {
    padding-top: 0;
  }
.footer ul.topMenu:before, .footer ul.services:before {
    background-color: #282828;
}
.footer ul.topMenu, .footer ul.services {
    background: #333;
}
  .footer ul.topMenu li, .footer ul.services li {
    background: #FFF;
    padding: 0 6px;
  }
  .footer ul.topMenu a, .footer ul.services a {
    font-weight: normal;
  }
  .footer .copyright {
    margin-top: 10px;
    padding: 0;
  }
  #sideServices li {
    list-style: square;
    color: #222;
}
#sideServices ul {
    padding-left: 20px;
}
#sideServices li a {
    padding: 4px;
}.article.zero_margin .image {
  margin: 20px 0 0;
}
#sideBlogCategories_body h2{
    background-size: 32px !important;
}
}

/*最新情報*/
.mainTopics .topics {
    margin-top: 50px;
}
#mainTopics h2 {
  font-size: 1.8em;
  font-weight: normal;
    text-align: left;
}
#mainTopics .topics li .thumb, #mainTopics .topics li .thumb img {
  max-width: 180px;
  max-height: 160px;
}
.mainTopics .topics li .date {
  display: inline-block;
  padding: 4px 14px;
  background: #ecedf3;
  font-size: 0.9em;
  color: #666;
  margin-bottom: 4px;
}
.mainTopics .topics li .more a {
    border: none;
    background-color: var(--first-color);
    }

.mainTopics .topics li .more a:hover {
    border: none;
    background-color: var(--point-color);
}
#mainTopics .topics h3 a,.mainTopics .topics li h3 a {
  text-decoration: none;
    color: var(--first-color);
    font-weight: bold;
}
#mainTopics .topics h3 a:hover,.mainTopics .topics li h3 a:hover {
  color: #666;
}

#mainTopics {
  max-width: 980px;
  margin-bottom: 10px;
}
.mainTopics .topics,#mainArticles h2, #mainServices h2, #mainTopics h2, #listTopics h2 {
  min-width: unset;
}
.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 .topics li {
    padding: 15px;
    min-height: inherit;
  }
  #mainTopics .topics li .thumb {
    margin: 0 auto 4%;
    padding: 0;
    text-align: center;
    float: none;
    max-height: inherit;
    max-width: inherit;
  }
  #mainTopics .topics .description {
    font-size: 1em;
  }
  #mainTopics .topics li .more a {
    font-size: 1em;
    padding: 4px 20px;
  }
}
@media only screen and (max-width: 400px) {
  #mainTopics .topics li .more {
  position: unset;
  margin: -4px 0 4px;
}
}

/*サイト案内*/
.gallery.info-link {
    background: linear-gradient(0deg,var(--first-color) 0%,var(--first-color) 50%,transparent 50%,transparent 100%);
    margin-top: 40px;
}
.gallery.info-link .gallery_grid li.galleryGrid .image {
  margin-bottom: 0;
}
.gallery.info-link .image,
.gallery.info-link .comment{
    background: #fff;
}
.gallery.info-link .comment {
  padding: 10px 4px;
  max-width: 360px;
  margin: 0 auto;
}

  #info-link .image a {
    display: inline-block;
    padding: 2px;
    box-sizing: border-box;
    border-radius: 4px;
    background: #222;
}
#info-link .image a img {
    opacity: 0.6;
}
#info-link .image a:hover,#info-link .image a:hover img {
    opacity: 1;
}
#info-link .comment {
    font-size: 1em;
  	pointer-events: none;
}
#info-link .comment::before {
    content: '≫';
    font-weight: bold;
    margin-right: 10px;
    color: #c3ac65;
}
@media only screen and (max-width: 900px) {
.gallery_grid5 li.galleryGrid {
    width: 32%;
}
  .gallery.info-link {
    background: linear-gradient(0deg, var(--first-color) 0%, var(--first-color) 80%, transparent 80%, transparent 100%);
}
}
@media only screen and (max-width: 600px) {
  .gallery.info-link {
    background: linear-gradient(0deg,var(--first-color) 0%,var(--first-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;
  }
}

/*テーブル*/
.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,
table.contactTable th{
  color: #333;
  border-color: var(--first-color);
}
table.contactTable td.th_headline {
    border: none;
    border-top: solid 14px #FFF;
    background: var(--base-color);
}
.article table.normalTbl th,
.article table.normalTbl td {
    padding: 12px 20px;
}
@media only screen and (min-width: 980px) {
.article .normalTbl.half {
  width: 47%;
}
}

@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;
    padding: 6px 0;
        background: #f5f5f5;
        padding: 8px 0;
}
  .article.gray table.normalTbl th {
  background: #FFF;
}
}

/*背景*/
.article.gray {
  background:#f5f5f5;
}
.article.gray h4{
  background:#FFF;
}
@media only screen and (max-width: 600px) {
  .gallery.bg .gallery_grid li.galleryGrid {
    margin-bottom: 15px;
  }
  .gallery.bg .gallery_grid li.galleryGrid .comment {
    align-items: center;
  }
  .mainArticles .article.col2.gray {
  margin-bottom: 0;
  padding-bottom: 10px;
}
  
  .article.bg .article_body {
    flex-direction: column;
  }
  .article.bg .image {
    width: 100%;
  }
  
}

/*envelope*/
.envelope {
    border: solid 1px #999;
    margin: 1.5em auto;
}

/*SP時ギャラリー調整*/
@media only screen and (max-width: 600px) {
  .gallery_grid2 li.galleryGrid, .gallery_grid3 li.galleryGrid{
    width: 100% !important;
  }
  .info-link .gallery_grid4 li.galleryGrid {
  width: 49%;
}
  .mainArticles div.gallery {
    padding: 0 3% 24px;
  }
}


/*フォーム*/
.formConfirmation #mainArticles h2 {
    margin: 0 calc(50% - 50vw);
}
table.contactTable input[type="button"],
table.contactTable input.button {
    width: 46%;
    display: inline-block;
    margin: 2%;
    height: 4em;
}

table.contactTable input.button,
table.contactTable input[type="button"] {
  border: none;
  transition: all .5s ease;
}
table.contactTable input.button {
  background: var(--first-color);
}
table.contactTable input.button:hover,
table.contactTable input[type="button"]:hover {
    border: none;
    background: #666;
    color: #FFF;
    opacity: .7;
}
table.contactTable input.button:hover {
    background: var(--first-color);
}


@media only screen and (max-width: 600px) {
  .formConfirmation #mainArticles h2 {
    margin: 0 -16px 20px;
}
  table.contactTable {
    border: none;
}
table.contactTable th {
    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;
}
}

#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;
        box-shadow: 0px 4px 8px 4px #000;
}
#bottomLink a {
  display: block;
  color: #FFF;
        background: var(--first-color);
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 3em;
  height: 100%;
}
  
  #bottomLink a span {
    font-size: 0.9em;
    margin-right: 8px;
    font-weight: bold;
}
#wrap {
    margin-bottom: 50px;
}
  .grecaptcha-badge {
    bottom: 50px !important;
}
}


/*ブログ*/
#mainArticles div[id^="blog"] {
  margin: 0 auto;
  padding-bottom: 0;
}
#mainArticles div[id^="blog"]:last-of-type {
  padding-bottom:32px;
}
#mainArticles div[id^="blog"] h3 a,
#mainArticles div[id^="blog"] h3 a:hover {
    font-weight: bold;
}
@media only screen and (max-width: 600px) {
  #mainArticles div[id^="blog"] {
    padding: 4% 4% 0;
}
  #mainArticles div[id^="blog"]:last-of-type {
  padding-bottom:4%;
}
  #mainArticles div[id^="blog"] .article_body {
  padding: 4%;
}
}
