@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;600&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
/*
  レスポンシブ02 ブラック
*/

/*-------------------------------------------------------
  define
-------------------------------------------------------*/
:root {
  --mainColor: #e9d939;
  --subColor: #c9a909;
  --accentColor: #b40004;
  --linkColor: #e0222e;
  --hoverColor: #b40004;
  --neutColor: #f1f2f6;
  --mutedColor: #fcf9f0;
  --empColor: #fcaa1a;
  --gradation1: linear-gradient(to bottom, var(--mainColor) 0%,var(--subColor) 100%);
  --gradation2: linear-gradient(to bottom, var(--subColor) 0%,var(--mainColor) 100%);
  --fontSans: 'Noto Sans JP', sans-serif;
  --fontSerif: "Shippori Mincho", serif;
}

/*-------------------------------------------------------
  基本設定
-------------------------------------------------------*/
html{
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  font-size: 17px;
  line-height: 1.7;
  font-weight: normal;
  font-family: var(--fontSans);
  font-style: normal;
  letter-spacing: 0.05em;
  color: #FFF;
}
#wrap {
  background: #222;
}
#wrap img {
  width: auto;
  max-width: 100%;
}
#mainContents {
  padding-bottom: 0;
}

/*----------リンク----------*/
a, .article a {
  color: var(--linkColor);
  text-decoration: none;
  font-weight: bold;
}

a:hover, .article a:hover {
  color: var(--hoverColor);
  text-decoration: underline;
  font-weight: bold;
  transition: 0.3s;
}

#mainArticles a:hover img,
#sideBanners  a:hover img,
div.freeHtml a:hover img,
div.image img.gallery:hover,
#title h1 a:hover {
  filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
}

/*----------記事----------*/
.article, .gallery {
  padding: 40px 1.5%;
  margin: 0 auto;
}
.article p, .gallery p {
  margin-bottom: 0.8em;
}
#wrap .article strong {
  font-size: 115%;
}
.article .article_center .image {
  margin-bottom: 4%;
}
.article .article_right .image {
  float: right;
  margin-left: 4%;
  margin-bottom: 4%;
}
.article .article_left .image {
  float: left;
  margin-right: 4%;
  margin-bottom: 4%;
}
.article.full, .article.max {
  padding-bottom: 40px;
}
.gallery.max {
  padding: 0 !important;
}

/*カラム記事*/
.article.col2 {flex-basis: 48%;}
.article.col3 {flex-basis: 32%;}
.article.col4 {flex-basis: 24%;}
.article.col5 {flex-basis: 19%;}

.article.col2, .article.col3, .article.col4, .article.col5 {
  margin: 0 auto 1em;
  padding: 1em 1.2em;
  background: var(--mutedColor);
  font-size: 0.95em;
  letter-spacing: 0;
}
.article.col2.last,
.article.col3.last,
.article.col4.last,
.article.col5.last {
  margin-bottom: 40px;
}

/*画面半分記事*/
.halfLeft {
  width: 50vw;
  margin-left: calc(50% - 50vw);
  padding: 1em 0;
}
.halfRight {
  width: 50vw;
  margin-right: calc(50% - 50vw);
  padding: 1em 0;
}

/*非改行*/
.article p.ib,
.sideContents p.ib {
  display: inline-block;
  margin-right: 1em;
}

/*強調*/
.article .emphasis {
  color: var(--empColor);
  font-size: 133%;
  font-weight: bold;
  margin: 0.5em auto;
//  text-align: center;
}

/*下余白0*/
.article.gap0, .gallery.gap0 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/*表下の補足*/
.article p.sup {
  margin-top: -1em;
  font-size: 85%;
  text-align: right;
}

/*画像位置変更（SPのみ）*/
@media only screen and (min-width: 600px) {
  .article.underImg .article_body {
    display: block;
  }
}

/*--------Title--------*/
#title {
    padding: 10px 0;
}
#title h1 {
    background: none;
    width: 340px;
    height: 90px;
  	margin: auto;
}
#title h1 a {
    background: url(/materials/175142016884302.png) no-repeat left center / contain;
    display: inline-block;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    height: 100%;
    width: 100%;
}
#title #title_outer {
  background: url(/materials/175142016884201.png) no-repeat right center;
  height: 90px;
  width: 80%;
  min-width: 1024px;
  max-width: 2000px;
}
#title .description {
  display: none;
}

/*--------TopMenu--------*/
#wrap_body #topMenu{
  background: var(--gradation1);
}
#wrap_body #topMenu li a {
  color: #333;
  font-weight: 500;
  position: relative;
  font-size: 1.05em;
}
#wrap_body #topMenu li a:hover {
  background: none;
  font-weight: 600;
  background: var(--gradation2);
  transition: none;
}
/* PCのみ */
@media only screen and (min-width: 600px) {
  #wrap_body #topMenu li a:hover:before {
    content: "";
    position: absolute;
    left: 33.3%;
    bottom: 5px;
    width: 33.3%;
    height: 2px;
    background: var(--accentColor);
  }
}
#topMenu_outer .topMenu li a::after {
  background: #CCC;
  top: 0;
  bottom: 0;
  margin: auto;
}
/*固定化*/
/*
@media only screen and (min-width: 600px) {
  #topMenu.fixed {
    position: fixed;
    top: 0;
    z-index: 100;
    box-shadow: 0 0 3px #333;
  }
}
*/

/*----------mainImage----------*/
.mainImage #slider li {
      height: auto !important;
}
.mainImage img {
  object-fit: cover;
  object-position: top center;
  min-height: 240px;
}
/* 逆順
#wrap_body #mainImage {
  order: 2;
}
#wrap_body #topMenu {
  order: 3;
}
*/

/*----------ぱんくず----------*/
#pankuz {
  color: #999;
  background-color: var(--bgColor);
  width: 100%;
  padding: 2px 3vw;
}
#pankuz p {
  margin: 3px 0;
  font-size: 12px;
}
#pankuz a {
  color: #999;
}

/*----------最新情報----------*/
#mainTopics {
  background: #000;
  padding: 60px 0 0;
  margin-bottom: 0;
//  border-top: 1px solid #EEE;
}
#mainTopics_outer {
//  border-bottom: 1px solid #EEE;
  padding-bottom: 60px;
}
#mainTopics h2 {
  padding: 0 0 10px;
  font-size: 185%;
  color: #FFF;
}
ul.topics li p.more a {
  background: var(--gradation1);
  color: #333;
  padding: 2px 10px;
  font-size: 0.8em;
  font-weight: normal;
  position: relative;
}
ul.topics li p.more a:hover {
  background: var(--gradation2);
  color: #333;
  top: 1px;
}
ul.topics li p.date {
  color: #999;
  background: none;
  padding: 0;
}
ul.topics li p.date {
 font-size: 14px;
 padding-bottom: 10px;
}
ul.topics {
  background: none;
}
ul.topics li {
  padding: 1em;
  min-height: 200px;
  margin: 1em 0;
  background: none;
  border-bottom: 1px dotted #999;
  border-radius: 0;
}
ul.topics li h3 {
  font-size: 1.1em;
}
ul.topics li h3 a {
  color: var(--linkColor);
  text-decoration: none;
  font-family: var(--fontSans);
}
ul.topics li h3 a:hover {
  color: var(--hoverColor);
  text-decoration: underline;
}
ul.topics li p.description {
  font-size: 0.9em;
  margin: 5px 0;
}
#mainTopics .listview a {
  background: var(--gradation1);
  color: #333;
  font-weight: normal;
  position: relative;
}
#mainTopics .listview a:hover {
  background: var(--gradation2);
  top: 1px;
}
#mainTopics h2::after,
#mainArticles div[id^="blog"] h2::after{
//  content: none;
  background: var(--subColor);
}
#mainArticles div[id^="blog"] h2 ,
#mainArticles div[id^="blog"] h3 {
  background: none;
  color: #FFF;
  text-shadow: unset;
  font-size: 150%;
}
#mainArticles div[id^="blog"] h3 {
  text-align: left;
  border-bottom: 1px solid var(--mainColor);
  padding: 0.25em 0;
}
#mainArticles div[id^="blog"] h3::before,
#mainArticles div[id^="blog"] h3::after {
  content: none;
}


/*----------見出し----------*/

/* 見出し共通 */
#contents h2, #contents h3, #contents h4, #contents h5, #contents h6 {
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  line-height: 1.5;
  font-family: var(--fontSerif);
  font-weight: 600;
}

/* h2 */
#mainArticles h2, #mainArticles_outer h2, #listTopics h2 {
  margin-bottom: 1em;
//  background: linear-gradient(135deg, #d9ddde 0%,#eef3f5 50%,#186d92 50%,#eef3f5 50%,#d9ddde 100%);
  background: #111 url(/materials/175125524139301.jpg) no-repeat center center / cover;
  color: #FFF;
  font-size: 2em;
  padding: 3em 0;
//  text-shadow: 1px 1px 1px #FFF;
//  font-weight: normal;
}
#mainArticles h2 span, #mainTopics h2 span, #listTopics h2 span {
  color: var(--mainColor);
}

/* h3 */
#mainContents .article h3, #mainContents .gallery h3 {
  font-size: 175%;
  font-weight: bold;
  color: #FFF;
  margin: 0 auto 1.75em;
  padding: 0.5em 0 0.88em;
  width: 100%;
  position: relative;
  border: none;
  text-align: center;
  background: none;
}
#mainContents .article h3::before, #mainContents .gallery h3::before {
  position: absolute;
  background: var(--accentColor);
  top: unset;
  bottom: 0;
  left: 45%;
  z-index: 2;
  content: "";
  width: 10%;
  height: 5px;
  border: none;
  border-radius: 0;
  margin: 0;
}
#mainContents .article h3::after, #mainContents .gallery h3::after {
  content: none;
/*
  position: absolute;
  background: var(--subColor);
  bottom: 0;
  left: 49.98%;
  z-index: 2;
  width: 8.5%;
  height: 5px;
  border-radius: 0;
  margin: 0;
*/
}
.article h3 a, .gallery h3 a,
.article h3 a:hover, .gallery h3 a:hover {
  color: #FFF;
  transition: none;
}

/* h4 */
#mainContents .article h4 {
font-size: 150%;
  color: var(--subColor);
  margin: 0.5em 0 1em;
  padding: 0.25em 0;
  overflow: hidden;
  text-align: left;
  background: none;
  border: none;
  border-bottom: 2px solid var(--subColor);
  border-radius: 0;
}
#mainContents .article h4:before {
  content: none;
/*background: #DDD;
  bottom: -0.5em;
  left: 0;
  width: 100%;
  height: 1px;*/
}
#mainContents .article h4:after {
  content: none;
/*position: absolute;
  background: #caca95;
  bottom: -0.5em;
  left: 49.98%;
  z-index: 2;
  content: "";
  width: 7.5%;
  height: 4px;
  border-radius: 0;*/
}

/* h5 */
#mainContents .article h5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  width: 7px;
  height: 65%;
  background: var(--mainColor);
  margin: 0;
  border-radius: 1px;
}
#mainContents .article h5 {
  border: none;
  padding: 0 0 0 0.75em;
  font-size: 125%;
  margin: 0.25em 0;
//  color: var(--subColor);
  text-align: left;
  position: relative;
  letter-spacing: 0.02em;
}

/* h6 */
#mainContents .article h6::before {
  color: var(--subColor);
  content: "▶";
  transform: rotate(0) scale(0.66);
  margin-right: 6px;
}
#mainContents .article h6 {
  padding: 0.33em;
  margin: 0.5em 0;
  background: var(--mutedColor);
  border-bottom: 1px solid #EED;
}

/*--------Footer--------*/
#footer {
  background: var(--gradation1);
  padding: 1.5em 0 1em;
  overflow: hidden;
}
@media only screen and (min-width: 600px) {
  #footer_body li {
    flex: none;
  }
  #footer_body .copyright {
    background: none;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    color: #333;
    padding-bottom: 30px;
    margin: 0;
    position: relative;
    font-weight: normal;
    font-size: 1em;
  }
  #footer_body .copyright a {
    color: #333;
    text-decoration: none;
  }
  #footer_body .copyright a:hover {
    text-decoration: underline;
  }
  #footer_body ul.topMenu,
  #footer_body ul.services {
    justify-content: center;
    flex-wrap: wrap;
  }
  #footer_body {
    flex-wrap: wrap;
    font-size: 1em;
    justify-content: center;
    padding: 0;
  }
  #footer_body .topMenu,
  #footer_body .services {
    width: auto;
    flex-direction: row;
    margin: 0;
  }
  #footer_body .topMenu li,
  #footer_body .services li {
    margin: auto 10px;
    line-height: inherit;
  }
  #footer_body .topMenu li a::before, #footer_body .services li a::before {
    color: #333;
  }
  #footer_body .topMenu li a,
  #footer_body .services li a {
    display: flex;
    align-items: center;
    margin: 8px 5px;
    padding: 0.25em 1.5em;
    justify-content: center;
    color: #333;
    font-size: 1em;
    border-radius: 1px;
    text-decoration: none;
    background: none;
  }
  #footer_body .topMenu li a:hover,
  #footer_body .services li a:hover {
    color: #333;
    background: var(--mainColor);
    border-radius: 0;
  }
}
/*
@media only screen and (min-width: 600px) {
  #footer_body {
    display: block;
    padding: 32px 0;
  }
  #footer_body .topMenu, #footer_body .services {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    font-size: 100%;
  }
  #footer_body .topMenu li, #footer_body .services li {
    margin-right: 3em;
  }
  #footer_body .topMenu li a, #footer_body .services li a {
    text-decoration: none;
  }
}
#footer {
  background: #333;
}
#footer_body .topMenu li a,
#footer_body .services li a {
  background: none;
  padding: 0 2em 0 1em;
  text-decoration: none;
}
#footer_body .topMenu li a:hover,
#footer_body .services li a:hover {
  background: var(--hoverColor);
}


#footer_body .copyright {
  background: #333;
  padding: 15px 0;
  position: static;
}
*/

/*--------Side--------*/
#sideContents {
  background: #001;
  padding: 40px 0;
}
.sideContents #sideServices h2, .sideContents #sideBlogCategories h2,
.sideContents #sideBlogDates h2, .sideContents #sideMobile h2 {
  font-size: 105%;
  font-weight: bold;
  font-family: var(--fontSans);
  color: #FFF;
  padding: 10px 0;
  text-align: center;
  display: block;
  margin: 15px 0 0;
}
.sideContents #sideServices h2::before, .sideContents #sideBlogCategories h2::before, 
.sideContents #sideBlogDates h2::before, .sideContents #sideMobile h2::before {
//  background: var(--subColor);
//  border-radius: 4px;
  content: none;
}
.sideContents ul li, .sideContents dl dt ,
.sideContents .sideMobile .qrcode {
  border-top: 1px solid #FFF;
}
.sideContents ul li a,
.sideContents dt a {
  font-size: 1.1em;
  font-weight: bold;
  color: #FFF;
}
.sideContents ul li a:hover, .sideContents dt a:hover {
  background: var(--subColor);
  color: #333;
  text-decoration: none;
}
.sideContents .sideMobile .qrcode {
  margin: auto;
  float: none;
  text-align: center;
  padding-top: 1em;
  margin-top: 7px !important;
}
.sideContents .sideMobile p {
  color: #FFF;
  line-height: 1.4;
  text-align: center;
  padding: 1em 0;
}
.sideContents #sideBanners {
  margin: 1em auto;
}

/*FreeeHTML*/
.freeHtml .about {
  padding: 0.25em;
  margin: 0 auto 40px;
  background: none;
}
.freeHtml .about table.normalTbl {
  background: none;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: none;
  margin: 1em 0;
  width: 100%;
}
.freeHtml .about table.normalTbl th {
  border: none;
  height: auto;
  line-height: 150%;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  width: 40%;
  font-weight: normal;
}
.freeHtml .about table.normalTbl td {
  border: none;
  height: auto;
  line-height: 150%;
  padding: 10px 4%;
  font-size: 1em;
  vertical-align: middle;
}
.freeHtml .about table.normalTbl h4 {
  font-size: 140%;
  padding: 0;
  margin: 0.5em auto;
}
.freeHtml .about table.normalTbl p {
  padding: 0.4em 10px;
  border-bottom: 1px dotted #999;
  color: #FFF;
}

/*bottomLink*/
#bottomLink {
    display:none;
}

/*----------テーブル----------*/

/* normalTable */
.article table.normalTbl {
  font-size: 1em;
  background: #555;
  margin: 1em auto;
}
.article table.normalTbl td,
.article table.normalTbl th {
  font-size: 1em;
  padding: 1em 2em;
  color: #FFF;
  border-bottom: solid 1px #ccc;
}
.article table.normalTbl th {
  font-weight: bold;
  background: #333;
  text-align: center;
  width: 30%;
}

/* FlowTable */
 .article table#flowTbl td {
  border: solid 5px #dad1c5;
  background: #f0f5f9;
}
.article table#flowTbl td::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  font-weight: bold;
  margin-left: 10px;
  font-size: 48px;
  position: absolute;
  bottom: -72px;
  left: calc(50% - 20px);
  color: #dad1c5;
}

/* productsTable */
.article table.productsTbl {
  font-size: 0.8em;
  background: #FFF;
  margin: 1em auto;
}
.article table.productsTbl td,
.article table.productsTbl th {
  padding: 5px 2px;
  border-bottom: solid 1px #ccc;
  letter-spacing: 0;
}
.article table.productsTbl th {
  font-weight: normal;
  background: #f3f3f3;
  text-align: center;
}

/* フローテーブル */
.article table.flow {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  margin: 10px auto;
  width: 100%;
}
.article table.flow td {
  background: #f6f4f0;
  border: none;
  display: block;
  padding: 2% 4%;
  position: relative;
  margin-bottom: 40px;
}
.article table.flow td::after {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 100%;
  border-top: 20px solid #f6f4f0;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
}
.article table.flow tr:last-child td::after {
  display:none;
}

/*フォーム*/
#mainArticles form ,
#mainArticles table.contactTable tr th ,
#mainArticles table.contactTable tr td {
  color: #333;
}
#mainArticles form {
  margin-top: 40px;
  margin-bottom: 40px;
}
#mainArticles table.contactTable tr.must th {
  padding-left: 1em;
}
#mainArticles table.contactTable p.contact-note {
  color: #666;
  font-size: 80%;
}
#mainArticles table.contactTable input.button {
  background: var(--accentColor);
}

/*ストライプ*/
.article.stripe table tr:nth-child(odd) {
	background: #F9F9F9;
}

/*--------リスト--------*/
.article ol, .article ul {
  overflow: hidden;
  margin: 0 0 1em;
}
.article ul li {
    text-align: left;
    line-height: 1.7;
}

/*単純リスト*/
ul.simpleList {
  list-style: none;
  padding-left: 1.5em;
}
ul.simpleList li::before {
  content: "•";
  line-height: 2;
  margin-right: 0.65em;
  margin-left: -1em;
}

/*※マーク*/
ul.ps {
  list-style-type: none;
  margin-left: 0;
  font-size: 0.85em;
  padding-left: 1.5em;
  color: var(--empColor);
}
ul.ps li::before {
  content: "※";
  margin-left: -1.1em;
  margin-right: 0;
}

/*◆マーク*/
ul.notes {
  list-style-type: none;
  padding-left: 1.5em;
  font-size: 0.88em;
  margin-bottom: 0.5em;
}
ul.notes li {
  padding: 0;
}
ul.notes li::before {
  content: "◆";
  margin-right: 4px;
  margin-left: -1.5em;
  font-size: 0.75em;
  color: var(--empColor);
}

/*数字*/
ol.pp {
  padding-left: 1.5em;
  font-size: 0.95em;
  line-height: 2;
}

/*------ Font Awesome List ------*/
ul[class*="iconList_"] li::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  line-height: inherit;
}
ul[class*="iconList_"] li {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;;
  justify-content: start;
  gap: 0.5em;
  border-bottom: 1px dotted #999;
}
ul[class*="iconList_"] li>strong ,
ul[class*="iconList_"] li>span {
  display: contents;
}

/* List check */
ul.iconList_check li {
  padding: 0.25em 0;
  border-bottom: 1px solid #CCC;
}
ul.iconList_check li::before {
  content: "\f00c";
  color: #F33;
}

/* List checkbox */
ul.iconList_ckbox li::before {
  content: "\f14a";
  color: #06C;
}

/* List arrow */
ul.iconList_arrow li {
  padding: 0.5em 0;
  border: none;
}
ul.iconList_arrow li::before {
  content: "\f105";
  color: var(--accentColor);
}

/* List double */
ul.iconList_double li::before {
  content: "\f101";
  color: #F09;
}

/* List caret */
ul.iconList_caret li {
  font-size: 1.05em;
  padding: 0.25em 0;
}
ul.iconList_caret li::before {
  content: "\f0da";
  color: #666;
}

/* List maru */
ul.iconList_maru li {
  font-size: 1em;
  padding: 0.5em;
  display: inline-flex;
  border: none;
}
ul.iconList_maru li::before {
  content: "\f192";
  color: var(--subColor);
}

/* List kome */
ul.iconList_kome li {
  font-size: 0.95em;
  padding: 0.25em;
  border-bottom: none;
  line-height: 1.4;
  margin-bottom: 0;
}
ul.iconList_kome li::before {
  content: "\f069";
  color: var(--accentColor);
  font-size: 0.75em;
}

/* List award */
ul.iconList_award li {
  padding: 0.33em;
  border-bottom: 2px dotted #DDD;
  font-size: 1.05em;
}
ul.iconList_award li::before {
  content: "\f559";
  color: #EB3;
  font-size: 1.2em;
}

/* List cloud */
ul.iconList_cloud li::before {
  content: "\f0c2";
  color: #CCC;
}

/* List pen */
ul.iconList_pen li::before {
  content: "\f304";
  color: #666;
}

/* List hatena */
ul.iconList_hatena li::before {
  content: "\f059";
  color: #126;
}

/* List square */
ul.iconList_square li::before {
  content: "\f0c8";
  color: #06A;
}

/*数字Default*/
ol.number li {
  padding-bottom: 0.5em;
  padding-left: 40px;
  border-bottom: 1px dotted #999;
  margin-bottom: 0.5em;
}
ol.number li::before {
  background: var(--accentColor);
  font-size: 16px;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 18px;
}

/*数字*/
ol.orderList {
  counter-reset: number 0;
  list-style: outside none none;
  margin: 0 auto 1em;
  box-sizing: border-box;
  padding-left: 2em;
}
ol.orderList > li::before {
  content: counter(number) ".";
  counter-increment: number 1;
  vertical-align: top;
  margin-right: 0.5em;
  margin-left: -1.5em;
}

/*装飾数字*/
ol.StyleOrderList {
  counter-reset: number 0;
  list-style: outside none none;
  margin: 0 auto 1em;
  box-sizing: border-box;
}
ol.StyleOrderList li {
  margin-bottom: 0.75em;
  padding: 0 0 0.75em 2em;
  font-size: 120%;
  color: #444;
  border-bottom: 1px dashed #999;
  width: 100%;
  line-height: 1.5;
}
ol.StyleOrderList li::before {
  color: var(--mainColor);
  content: counter(number, decimal);
  counter-increment: number 1;
  margin-right: 0.5em;
  font-family: serif;
  font-weight: bold;
  font-size: 135%;
  vertical-align: middle;
  margin-left: -1.25em;
}

/*List check*/
ul.check {
  display: block;
  padding-left: 2.5em;
}
ul.check li {
  position: relative;
  font-weight: normal;
  font-size: 95%;
  line-height: 1.5;
  padding: 0 0 0.75em;
  display: block;
  margin-right: 3em;
}
ul.check li::before {
  display: block;
  top: 0.3em;
  left: -1.75em;
  width: 1em;
  height: 0.5em;
  border-left: 2px solid #F33;
  border-bottom: 2px solid #F33;
}

/*List check*/
ul.checkList li {
  margin-right: 0;
  margin-bottom: 0.75em;
  padding-left: 3em;
  padding-bottom: 0.5em;
  font-size: 1.1em;
  font-weight: normal;
  letter-spacing: 1px;
  border-bottom: 1px dashed #999;
  overflow: hidden;
}
ul.checkList li::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 120%;
  line-height: 1;
  background: none;
  content: "\f00c";
  display: inline-block;
  color: var(--accentColor);
  margin-right: 0.75em;
  margin-left: -2em;
}

/*カラム分けリスト*/
ul.columnList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  font-size: 0.95em;
}
ul.columnList li {
  width: 31%;
  background: #FFF;
  margin: 0 1% 20px;
  padding: 1.5em;
}
ul.columnList li:before {
/*
  font-size: 130%;
  width: 36px;
  height: 36px;
  top: 0;
  line-height: 36px;
  background: var(--mainColor);
  color: #FFF;
  font-weight: normal;
*/
}
ul.columnList li h5 {
    margin-top: 0;
    border-left: unset;
    text-align: center;
    border-bottom: 1px solid var(--mainColor);
    padding-bottom: 8px;
}

/*Q&A*/
ul.faq {
  padding: 0;
  border-bottom: none;
  margin: 0;
}
ul.faq li.qus::before, ul.faq li.ans::before {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 110%;
  width: 36px;
  height: 36px;
  line-height: 34px;
  margin: 0 8px 0 -44px;
  text-align: center;
  font-weight: bold;
}
ul.faq li.qus::before {
  background: var(--subColor);
}
ul.faq li.ans::before {
  background: var(--accentColor);
}

/*お問い合わせバナーエリア*/
.article.contact {
  padding: 0;
  margin-bottom: 0;
  background: #111 url(/materials/175125388195601.jpg) no-repeat center top / cover;
  text-shadow: 1px 2px 1px #333;
}
.article.contact .article_outer {
  background: rgba(0, 0, 0, 0.1);
//  backdrop-filter: blur(2px);
  padding: 2em 0;
}
.article.contact h3 {
  color: var(--subColor) !important;
}
.article.contact h4 {
  color: #FFF !important;
  border: none !important;
  text-align: center !important;
  margin: 0 !important;
}
.article.contact p {
  text-align: center;
  font-size: 120%;
  font-weight: normal;
  color: #FFF;
}
.article.contact a.btn {
  color: #FFF;
  text-shadow: none;
  background: linear-gradient(to bottom, #E66 0%,#D33 100%);
}
.article.contact a.btn:hover {
  color: #FFF;
  background: linear-gradient(to bottom, #D33 0%,#E66 100%);
}
.article.contact a.btn::after {
  color: #FFF;
}

/*--------ギャラリー--------*/
.gallery ul.galleryGrids .comment {
  font-size: 90%;
}

/*サイト案内*/
#mainArticles .siteGuide {
//  margin-top: 40px;
}
#mainArticles .siteGuide .gallery_grid li.galleryGrid .galleryGrid_outer {
  padding: 0 16px 16px;
}
#mainArticles .siteGuide .gallery_grid li.galleryGrid .image {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
  background: #FFF;
}
#mainArticles .siteGuide .gallery_grid li.galleryGrid .image img {
  transition: 0.5s all;
  width: 100%;
}
#mainArticles .siteGuide .gallery_grid li.galleryGrid .image a:hover img {
  transform: scale(1.05, 1.05);
  transition: 0.5s all;
  opacity: 1;
  background: var(--subColor);
}
#mainArticles .siteGuide .gallery_grid li.galleryGrid .comment {
  text-align: center;
  line-height: 1.5;
  background: rgb(0, 0, 0, 0.66);
  padding: 4px 0 6px;
  color: #FFF;
  font-size: 90%;
  font-weight: bold;
  margin-top: -32px;
  position: relative;
  height: 32px;
}

/*--------その他--------*/

/*ポリシー*/
#privacy, #sitepolicy {
  font-size: 85%;
}

/*汎用ボタン*/
a.btn {
  width: 50%;
  color: #333;
  display: block;
  background: linear-gradient(to bottom, var(--mainColor) 0%,var(--subColor) 100%);
  border-bottom: none;
  margin: 1.5em auto;
  padding: 1em;
  font-weight: bold;
  overflow: hidden;
  position: relative;
}
a.btn:hover {
  background: linear-gradient(to bottom, var(--subColor) 0%,var(--mainColor) 100%);
  color: #333;
  text-decoration: none;
  top: 1px;
}
a.btn:after {
    color: #333;
}

/*上へ戻るボタン*/
a.topBtn{
  display:inline-block;
  padding:6px;
  box-sizing:border-box;
  text-align:center;
  text-decoration:none;
  background:var(--mainColor);
  border-radius:2px;
  color:#fff;
  position:fixed;
  bottom:1em;
  right:1em;
  z-index:1000;
  width:2em;
  height:2em;
}

/*選ばれる理由 */
#mainContents .article.reason h3 {
  padding: 0.75em 0;
  font-size: 150%;
  margin: 0 auto;
}
#mainContents .article.reason h3::before,
#mainContents .article.reason h3::after {
  content: none;
}
#mainContents .article.reason h3::first-letter {
  font-size: 150%;
  font-style: italic;
  color: var(--accentColor);
  margin-right: 0.25em;
}

/*流れ*/
.article.arrow {
  position: relative;
  padding: 40px;
  margin: 40px auto;
  overflow: visible;
  background: var(--mutedColor);
}
.article.arrow::after {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 100%;
  border-top: 40px solid var(--mutedColor);
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
}
.article.arrow.last::after {
  content: none;
  border: none;
}
.article.arrow h3::first-letter {
  font-size: 150%;
  font-style: italic;
  color: var(--mainColor);
}
.article.arrow h3::before {
  background: var(--mainColor) !important;
}


/*------記事背景------*/
div[class*="bk_color_"].article,
div[class*="bk_color_"].gallery {
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}
.article.bk_color_gray, .gallery.bk_color_gray {
  background: #f6f7f8;
}
.article.bk_color_pink, .gallery.bk_color_pink {
  background: #fff3f3;
}
.article.bk_color_orange, .gallery.bk_color_orange {
	background: #fce8d8;
}
.article.bk_color_beige, .gallery.bk_color_beige {
	background: #f9f7f0;
}
.article.bg_color_brown, .gallery.bg_color_brown {
	background: #f9f7f6;
}
.article.bk_color_yellow, .gallery.bk_color_yellow {
  background: #fffcf9;
}
.article.bk_color_blue, .gallery.bk_color_blue {
  background: #f0f6fc;
}
.article.bk_color_green, .gallery.bk_color_green {
  background: #eefcf9;
}
.article.bk_color_cyan, .gallery.bk_color_cyan {
  background: #f0fcfc;
}
.article.bk_color_dot, .gallery.bk_color_dot {
  background-image: radial-gradient(#f3f3f3 1px, transparent 1px), radial-gradient(#EEE 1px, #fff 1px);
  background-size: 4px 4px;
  background-position: 0 0,2px 2px;
  margin-bottom: 0;
}
.article.bk_color_img, .gallery.bk_color_img {
  background: url(/materials/*****.jpg) no-repeat center center / cover;
}
.article.bk_color_gradation, .gallery.bk_color_gradation {
  background: linear-gradient(to bottom,  #ffffff 0%,#f9f6f3 100%);
}
.article.bk_color_dots, .gallery.bk_color_dots {
  background-color: #FFF;
  background-image: radial-gradient(circle, #EED 1px, transparent 1px);
  background-position: 0 0;
  background-size: 3px 3px;
}

/*囲い*/
#mainArticles .envelope {
  background: var(--mutedColor);
  border-bottom: 1px solid #EEE;
  overflow: hidden;
  padding: 2em;
  margin: 1.5em auto;
}

/*罫線*/
hr.line {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ddd;
	margin: 1em 0;
}

/*マーカー*/
span[style*="Lime"] {
    background-color: transparent !important;
    background: linear-gradient(transparent 70%, #BEC 0) repeat scroll 0 0;
}
span[style*="Yellow"] {
    background-color: transparent !important;
    background: linear-gradient(transparent 70%, #FEA 0) repeat scroll 0 0;
}

/*横スクロール表記*/
p.h-scroll {
    display:none;
  	font-size: 0.85em;
  	color: #666;
  	margin-bottom: 0;
}

/*Youtube*/
div.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 20px;
}
div.youtube iframe {
    width: 100%;
    height: 100%;
}

/*--------------------------------------------
ノート
--------------------------------------------*/
@media only screen and (max-width: 1024px) {
  #title h1 {
//    height: 80px;
//    margin: 5vw;
  }
  #title #title_outer {
    width: 100%;
    min-width: unset;
    background-size: 280px;
  }
  #topMenu_outer .topMenu li {
//    border-bottom: 1px solid var(--subColor);
  }
  #mainArticles h2, #mainArticles_outer h2, #listTopics h2 {
    width: 100%;
    text-align: center;
  }
  .sideContents .sideMobile p {
    text-align: center;
  }
  .gallery .gallery_grid5 li.galleryGrid {
    width: 33.33%;
  }
  /* productsTable */
  .article.over {
    overflow-x: auto;
    position: relative;
  }
  .article table.productsTbl {
    min-width: 1024px;
  }
  p.h-scroll {
    display:block;
  }
}
/*--------------------------------------------
タブレット
--------------------------------------------*/
@media only screen and (max-width: 768px) {
  #title h1 {
    height: 80px;
  }
  #title #title_outer {
    background: none;
    height: 80px;
  }
  #mainContents .article h3, #mainContents .gallery h3 {
  }
  #mainContents .article h4:before {
    content: none;
  }
  #sideContents_outer {
    padding-left: 2%;
    padding-right: 2%;
  }
  .gallery .gallery_grid5 li.galleryGrid {
    width: 50%;
  }
  #mainArticles .siteGuide .gallery_grid li.galleryGrid {
    width: 50%;
  }
  #mainArticles .siteGuide .gallery_grid li.galleryGrid .galleryGrid_outer {
    padding: 0 8px 16px;
  }
  #footer_body .topMenu li a,
  #footer_body .services li a {
    margin: 0;
  }
}

/*--------------------------------------------
スマホ
--------------------------------------------*/
@media only screen and (max-width: 600px) {
  body {
    font-size: 15px;
    line-height: 1.6;
  }
  body.body-media-pc::before{
      border-width:4px;
  }
  #toggle {
    background-color: var(--mainColor);
//    top: 2px;
  }
  .active #toggle {
    background-color: var(--subColor);
  }
  .article, .gallery {
    padding: 20px 10px;
  }
  .article.col2, .article.col3,
  .article.col4, .article.col5 {
    flex-basis: 96%;
  }
  .article .article_left .image, .article .article_right .image {
    margin: 0px auto 1em;
  }
  #title {
    padding: 0;
  }
  #title #title_outer {
    background: none;
    height: 56px;
  }
  #title #title_outer #title_body {
    margin-left: 2px;
  }
  #title h1{
    width: 212px;
    padding: 0;
    margin: 0;
    height: 56px;
  }
  #title h1 a {
//    background: url(/materials/169157288371001.png) no-repeat left center / contain;
  }
  #wrap_body #mainImage {
    order: 3;
  }
  #wrap_body #topMenu {
    order: 2;
  }
  #mainTopics {
    padding-left: 2%;
    padding-right: 2%;
  }
  .mainImage img {
    object-fit: cover;
    object-position: top center;
    min-height: 130px;
  }
  #pankuz p {
    font-size: 11px;
	letter-spacing: 0;
  }
  #topMenu_outer .topMenu li a {
    line-height: 1.25em;
  }
  .article .article_left .image,
  .article .article_right .image {
      float: unset;
  }
  #mainArticles div[id^="blog"] h2 {
      margin-bottom: 0;
      line-height: 1.5em;
  }
  #mainArticles h2, #mainArticles_outer h2, #listTopics h2 {
    margin-bottom: 0;
    font-size: 1.8em;
    padding: 1.25em;
    text-shadow: 1px 1px 1px #000;
    background-position: 25% center;
  }
  #mainContents .article h3, #mainContents .gallery h3 {
    font-size: 140%;
    padding: 0 0 1em;
    background-image: none;
    text-align: center;
    margin: 0.5em auto;
  }
  #mainContents .article h3::before, #mainContents .gallery h3::before, 
  #mainContents .article h3::after, #mainContents .gallery h3::after {
    
  }
  #mainContents .article h4 {
    font-size: 133%;
  }
  #mainContents .article h5 {
    padding: 0px 12px;
    font-size: 125%;
    margin: 0 auto 8px;
  }
  #mainArticles .siteGuide .gallery_grid li.galleryGrid {
    width: 100%;
  }
  #wrap a.btn {
      display: block;
      width: 90%;
      margin: 1.5em auto;
  }
  .sideContents ul li, .sideContents dl dt {
    border-top: solid 1px #999;
    background: #333;
  }
  .sideContents ul li a, .sideContents dt a {
    color: #FFF;
  }
  /*最新情報*/
  #mainTopics {
    padding: 20px 0 0;
  }
  ul.topics li p.more a {
    padding: 0.5em 0;
  }
  /*Table*/
  .article table.normalTbl {
    border-top: 1px solid #ccc;
  }
  .article table.normalTbl th {
    width: 100%;
  }
  .article table.normalTbl th,
  .article table.normalTbl td {
    border-top: none;
    padding: 0.5em;
  }
  .article table.normalTbl.matrix td,
  .article table.normalTbl.matrix th {
    display: table-cell;
    width: auto;
    font-size: 0.85em;
    padding: 4px;
  }
  #mainArticles table.contactTable tr.must th {
    padding: 1em;
  }
  .freeHtml .about table.normalTbl th ,
  .freeHtml .about table.normalTbl td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .article table.flow td {
    padding: 20px 10px;
    margin-bottom: 30px;
  }
  ul.check li {
    font-size: 110%;
    padding: 0 0 0.5em;
    display: block;
    margin: 0;
  }
  .halfLeft ,
  .halfRight {
    width: 100%;
    margin: 0;
    padding: 1em 0;
}
  #footer {
    font-size: 1em;
  }
  #footer_body {
    padding: 0;
  }
  #footer_body .topMenu li a::before, #footer_body .services li a::before {
    color: #333;
  }
  #footer_body .topMenu li a, #footer_body .services li a {
    background: none;
    text-decoration: none;
    color: #333;
  }
  #footer_body .topMenu li a:hover, #footer_body .services li a:hover {
    background-color: var(--mainColor);
    color: #333;
  }
  #footer_body .copyright {
    background: none;
    padding: 8px;
  }
  #footer_body .copyright ,
  #footer_body .copyright a {
    color: #333;
  }
  /*list*/
  ul.columnList li {
    width: 100%;
    margin: 0 auto 20px;
  }
  /*flow*/
  .article.arrow {
    padding: 20px;
    margin: 30px auto;
    width: 94%;
  }
  /*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;
    padding: 0;
    color: #fff;
    background: var(--accentColor);
    text-decoration: none;
	font-size: 115%;
    line-height: 50px;
    height: 100%;
    font-weight: bold;
    border-top: 1px solid #666;
  }  
  #bottomLink a span{
    font-size: 1em;
    display: inline-block;
    padding-right: 16px;
    position: relative;
  }
  #bottomLink a span::before {
    font-family: "Font Awesome 5 Free";
    content: "\f2a0";
    font-weight: bold;
    margin-right: 6px;
    font-size: 120%;
  }
  #wrap {
      margin-bottom: 50px;
  }
  /*toTop*/
  a.topBtn{
    padding: 12px;
    background: var(--mainColor);
    color: #fff;
    right: 4px;
    bottom: 4px;
    width: 40px;
    height: 40px;
  }
}
/*--------------------------------------------
--------------------------------------------*/


/*編集画面*/
.ams-build .freeHtml_body {
  min-height: 40px;
}
.ams-build div#bottomLink {
  display: block;
  background: #EEE;
}

/*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; }
