@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

/*-------------------------------------------
テンプレート
レスポンシブ02 ブラック 1カラム
-------------------------------------------*/
html {scroll-behavior: smooth;}

body {
    font-weight: normal;
	font-size: 18px;
	letter-spacing: 0.03em;
	font-family: "Montserrat", 'Noto Sans JP', sans-serif;
}
a {
    color: #cd1110;
}

strong, b {
    font-weight: bold;
    margin-right: 6px;
}

#title a:hover {
	transition: 0.2s;
}
a:hover, #topMenu .topMenu li a:hover,
.mainTopics .topics li .more a,
.mainContents .article h3 a:hover,
.sideServices ul li a:hover,
.footer li a:hover {
	text-decoration: none;
}

#mainArticles a:hover img,
#sideBanners  a:hover img,
div.freeHtml a:hover img,
div.image img.gallery:hover,
a:hover {
  filter: alpha(opacity=6);
  -moz-opacity:0.6;
  opacity:0.6;
  transition: 0.3s;
}

/*---------------------------
ヘッダー
----------------------------*/
/*タイトル*/
#title {
    padding: 0;
    margin: 0 auto;
    height: 100px;
}
#title_outer {
    height: 100px !important;
    display: block !important;
}
#title h1 {
    background: url(/materials/177956062238701.png) no-repeat center;
    margin: 0 auto;
    padding: 0;
    height: 100px;
    background-size: 360px auto;
    text-align: center;
    width: 100%;
}
#title h1 a {
    display: inline-block;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    height: 100%;
    width: 360px;
}

/*---------------------------
グローバルメニュー
----------------------------*/
#topMenu_outer {
    margin-top: 0;
}
#topMenu {
    background: linear-gradient(to bottom, #000 50%, #404040 50%);
}
#topMenu .topMenu li{
	position: relative;
	height: 56px;
	box-sizing: border-box;
}
#topMenu .topMenu li a {
	background: none;
	box-sizing: border-box;
	letter-spacing: 0.1em;
	font-weight: normal;
	color: #fff;
	font-size: 1em;
}
#topMenu_outer .topMenu li a:hover {
    background: #666;
}
#topMenu_outer .topMenu li a:after {
    background: #666;
}

/*---------------------------
メイン
----------------------------*/
/*メインイメージ*/
#mainImage {
    background: none;
}
.mainImage img, .mainImage #slider li img {
    width: 100%!important;
}

/*---------------------------
見出し
----------------------------*/
/*文字*/
#mainArticles h2, #mainServices h2, #listTopics h2,.mainContents .article h3, .mainContents div.gallery h3,#mainTopics h2,
#sideContents h2,.mainContents .article h4,.mainContents .article h5,.mainContents .article h6,.gallery ul.galleryGrids .comment{
	letter-spacing: 0.06em;
	font-weight: bold;
}

#mainArticles h2, #mainServices h2,
#listTopics h2 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 50px 0;
    text-align: center;
    font-size: 1.8em;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 0.15em;
    background: #000;
    font-weight: 500;
}
.mainContents .article h3, .mainContents div.gallery h3, #mainServices h2, #mainArticles div[id^="blog"] h2 {
    font-size: 1.8em;
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: #000;
}
#mainArticles div[id^=blog] h2 {
    padding: 1.5em 0 0.5em;
}
.mainContents .article h3:after, .mainContents div.gallery h3:after, #mainServices h2:after, #mainTopics h2:after,#mainArticles div[id^="blog"] h2:after{
    height: 4px;
    width: 60px;
	margin: 28px auto;
    background: linear-gradient(90deg, #666 0%, #666 50%, #888 50%, #888 100%);
}
.article.bg h3, .article.gray h3, .gallery.bg h3, .gallery.gray h3, .article.theme h3, .gallery.theme h3 {
    margin-top: 0.5em;
}
#mainTopics h2, .article h3, .gallery h3, .freeHtml h3 {
    color: #000;
}

/*ブログタイトル*/
.mainContents .article h3 a {
  line-height: 1.5;
  font-size: 0.9em !important;
}
/*ブログ一覧お知らせ*/
.mainContents .article h3 a, .article h3 a:hover {
    text-decoration: none;
    font-size: 1em;
    color: #333;
}
.article.col2 h3,.article.col3 h3,.article.col4 h3,.article.col5 h3  {
    font-size: 1.6em;
    line-height: 1.4;
    margin-top: 0.5em;
}

.article h4 {
    font-size: 1.3em;
    position: relative;
    line-height: 1.5;
    margin: 0.7em 0 .5em;
    color: #000;
    border: none;
    background: none;
    display: flex;
	padding-left: 26px;
}
.article h4:before {
    background: #000;
    width: 8px;
    height: 8px;
}
.mainContents .article h5 {
    border: none;
    color: #000;
    border-bottom: 2px dotted #000;
    font-size: 1.3em;
    line-height: 1.4em;
    padding: 0.3em 0;
    margin: 20px 0;
}
.mainContents .article h6 {
    color: #000;
    font-size: 1.6em;
    margin: 0.5em auto;
    padding: 4px 0;
    line-height: 1.5em;
    background: none;
}
.article h6:before {
    display: none
}

/*---------------------------
Contents
----------------------------*/
.article.bg, .gallery.bg {
    padding: 1.5em;
	background: #fff;
	background-image: repeating-linear-gradient(-45deg, #f3f3f3, #f3f3f3 2px, transparent 2px, transparent 6px);
}
.article.theme, .gallery.theme {
    background: #000;
}
.article.gray, .gallery.gray {
    background: #eee;
}
.article.theme h3, .gallery.theme h3,
.article.theme h4, .article.theme h5, .article.theme h6{
    color: #fff !important;
}
.article.full.bg, .article.full.theme, .article.full.gray, .gallery.full.bg, .gallery.full.theme, .gallery.full.gray {
	margin-bottom: 20px;
}
.article.col2, .article.col3, .article.col4, .article.col5 {
    margin: 0 auto 20px;
}
.article.col2 {
    flex-basis: 47%;
    border: 4px solid #eee;
    border-radius: 6px;
    padding: 1em;
}

/*センター揃え*/
.center {
    text-align: center!important;
}

/*余白*/
.article.max.map  {
    padding: 1.5em 0 40px 0;
}
.article.zero_margin, .gallery.zero_margin {
    padding-bottom: 0!important;
	margin-bottom: 0!important;
}

/*流れ*/
.flow {
    margin-bottom: 40px !important;
    position: relative;
}
.flow::after {
    color: #eee;
    content: "▼";
    font-family: monospace;
    font-size: 56px;
    left: 0;
    right: 0;
    top: calc(100% - 50px);
    bottom: auto;
    position: absolute;
    text-align: center;
    transform: scaleY(0.5);
}

/*---------------------------
サイド
----------------------------*/
#sideContents {
    background: #fff;
}
/*リスト*/
.sideServices ul,
.sideBlogCategories ul {
    overflow: hidden;
}
.sideServices ul li a,
.sideBlogCategories a {
    background: none;
	padding: 2px 5px 3px 5px;
	color: #000;
}
.sideServices li,
.sideBlogCategories li {
    padding: 0.5em 0 0.4em 0.2em;
    border-bottom: 1px dotted #999;
    border-top: none!important;
    font-weight: bold;
    display: flex;
}
.sideContents .sideMobile p {
    font-size: 1em;
}
.sideContents #sideServices h2, .sideContents #sideBlogCategories h2, .sideContents #sideBlogDates h2, .sideContents #sideMobile h2 {
    font-size: 1em;
}

/*バナー*/
#sideBanners_body li.sideBanner {
    margin: 0.3em;
}
.sideContents #sideBanners ul li a img {
    max-width: 240px;
    border: 1px solid #ccc;
}

/*ブログカテゴリ*/
.sideBlogCategories h2, .sideBlogDates h2 {
    margin-bottom: 0px;
}
.sideBlogCategories li {
    margin-top: 0px;
    margin-bottom: 0px;
}

/*---------------------------
フリーhtml
----------------------------*/
.freeHtml {
    margin-bottom: 2em;
}

/*会社概要*/
#sideCompany {
  display:block;
  width:100%;
  padding:0 0 0 0;
  box-sizing:border-box;
}
#sideCompany h2.logomark {
	width: 200px;
    height: 200px;
    background: url(/materials/177956220491701.png) no-repeat;
    margin: 20px auto;
    background-size: 100%;
    display: block;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}
table.companyTbl{
    border-collapse: collapse;
    border-left: none;
    border-spacing: 0;
    margin: 0.5em auto 0;
    letter-spacing: 0.05em;
	background: #fff;
	font-size: 1em;
	width: 100%;
}
table.companyTbl th,
table.companyTbl td {
  border-bottom: dotted 1px #999;
}
table.companyTbl th{
    border-right: none;
    height: auto;
    line-height: 150%;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    width: 33%;
    background: #f9f9f9;
	font-weight: bold;
}
table.companyTbl td{
    border-right: none;
    border-left: none;
    height: auto;
    line-height: 1.6;
    padding: 10px 15px 10px 20px;
}

/*---------------------------
footer
----------------------------*/
#footer_body .copyright {
    background: #000;
}
.footer li a {
    font-size: 16px;
	text-decoration: none;
}
#footer_body .topMenu li a:before, #footer_body .services li a:before, .sideContents ul li a:before, .sideContents dt a:before {
    color: #ccc;
}

/*---------------------------
テーブル
----------------------------*/
/*normalTbl*/
.article table.normalTbl{
    border-collapse: collapse;
    border-left: none;
    border-spacing: 0;
    margin: 0.5em auto 0;
    letter-spacing: 0.05em;
	background: #fff;
	font-size: 1em;
}
.article table.normalTbl th,
.article table.normalTbl td {
  border-bottom: dotted 1px #999;
}
.article table.normalTbl th{
    border-right: none;
    height: auto;
    line-height: 150%;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    width: 33%;
    background: #f9f9f9;
	font-weight: bold;
}
.article table.normalTbl td{
    border-right: none;
    border-left: none;
    height: auto;
    line-height: 1.6;
    padding: 10px 15px 10px 20px;
}

/*フォーム*/
#mainArticles table.contactTable input.button, 
#mainArticles table.contactTable input[type="button"]{
    width: 90%;
    margin: 8px 5%;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 0.5em;
}
#mainArticles table.contactTable tr.must th {
    background-size: 40px;
	padding: 1em 56px 1em 16px;
}
#mainArticles table.contactTable select {
    width: 100%;
}

/*---------------------------
 トップの最新情報 #mainTopics
 最新情報一覧ページ #listTopics 
----------------------------*/
#mainTopics {
	margin-bottom: 10px;
	background: #fff;
}
#mainTopics h2 {
    padding-bottom: 0.3em;
}
#mainTopics .listview {
    text-align: right;
    margin-top: 5px;
}
#mainTopics .listview a {
    background: none;
    color: #000;
}
#mainTopics .listview a:hover {
    background: none;
	color: #000;
}
ul.topics li h3 a {
    color: #000;
    font-size: 1em;
}
ul.topics li {
	margin: 8px;
	background: #f3f3f3;
}
ul.topics li p.more a {
    background: #000;
    margin-bottom: 0.5em;
}
ul.topics li p.date {
    color: #666;
    background: none;
    font-size: 1em;
    padding: 6px 0;
}
ul.topics li p.description {
    font-size: 0.9em;
    line-height: 1.6;
	padding-right: 140px;
}
#listTopics ul.topics li {
    border-bottom: 1px solid #ccc;
}

/*---------------------------
ギャラリー サイト案内・画像 
----------------------------*/
/*ギャラリー*/
.gallery ul.galleryGrids .comment {
    font-size: 1.05em;
}
.max .gallery_grid li.galleryGrid .image img {
    padding: 0 20px;
}
/*画像*/
.article .article_left .image, .article .article_right .image {
    max-width: 36%;
}
/*サイト案内*/
#siteGuide .comment{
    font-size: 1.1em;
    text-align: center;
    padding-top: 10px;
    line-height: 1.6;
	letter-spacing: 0.1em;
}
#siteGuide .comment a {
	font-weight: bold;
	text-decoration: underline;
}
#siteGuide .gallery_grid li.galleryGrid .image {
    margin-bottom: 0px;
}

/*---------------------------
リスト
----------------------------*/
ul.notes,ul.maru,ol.pp,ul.ps {
    font-size: 1em;
	margin-top: 1em;
}
ul.maru {
    list-style-type: none;
    margin: 1.2em;
    margin-right: 0.6em;
	text-align: left;
}
ul.maru li::before {
    content: "●";
    margin-left: -1.6em;
    margin-right: 0.5em;
    font-family: "メイリオ", sans-serif;
    font-size: 70%;
    color: #cadbe4;
}

/*---------------------------
  その他
----------------------------*/
/*ボタン*/
a.btn {
    background: #000;
    margin: 1em auto;
    letter-spacing: 0.1em;
    color: #fff;
    padding: 8px 3em;
    display: flex;
    justify-content: center;
    width: fit-content;
}
a.btn:hover {
    background: #000;
}
.zero_btn a.btn {
    margin: 0.5em 0;
}
/*囲み*/
#mainArticles .envelope, #mainBlogCommentForm .envelope {
    background: #f7f7f7;
}

/*マーカー*/
span[style*="Lime"] {
    background-color: transparent !important;
    background: linear-gradient(transparent 70%, lime 0) repeat scroll 0 0;
  }
  
span[style*="Yellow"] {
    background-color: transparent !important;
    background: linear-gradient(transparent 70%, Yellow 0) repeat scroll 0 0;
  }

/*-------------------------------------------------
max-width: 1200px
-------------------------------------------------*/
@media only screen and (max-width: 1200px) {
#mainContents {
    padding-bottom: 20px;
}

#topMenu .topMenu li a {
   font-size: 18px;
}
.mainArticles .article.bg {
	margin-bottom: 1.5em;
	padding-left: 4%;
    padding-right: 4%;
}
.mainContents .article h3 a {
    font-size: 0.9em !important;
    color: #000;
}
/*mainTopics*/
#mainTopics {
        margin-bottom: 1em;
        padding: 2em 0.5em 1em;
    }
/*見出し*/
#mainArticles h2, #mainServices h2, #listTopics h2 {
        font-size: 1.6em;
        padding: 1em;
	margin-top: 0;
}
.mainContents .article h3, .mainContents div.gallery h3, #mainServices h2, #mainTopics h2, #mainArticles div[id^="blog"] h2 {
	line-height: 1.4;
	font-size: 1.5em;
}
.mainContents .article h3 {
    padding: 0.5em 0;
	letter-spacing: 0.05em;
	margin-top: 0.5em;
}
.mainContents .article h4,
.mainContents .article h5{
    font-size: 1.3em;
}

/*col2*/
.article.col2,.article.col4 {
        flex-basis: 46%;
        margin: 10px 2%;
    }
}

/*-------------------------------------------------
ヘッダー 表示切替え
-------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  #mainContents {
    padding-bottom: 20px;
  }
  #title #title_outer{
    height: 60px !important;
  }
  #title {
    height: 60px;
  }
  #title h1 {
        background-size: 300px;
        height: 60px;
}
#title h1 a {
    width: 300px;
}
}	
	
/*-------------------------------------------------
max-width: 600px
-------------------------------------------------*/
@media only screen and (max-width: 600px) {
body {
     font-size: 16px;
}
.center {
    text-align: left!important;
}
.article, .gallery {
    margin: 0 auto 5px;
}
.article.full.bg, .article.full.theme, .article.full.gray, .gallery.full.bg, .gallery.full.theme, .gallery.full.gray {
        padding-top: 20px;
        padding-bottom: 10px !important;
    }
#title #title_outer {
    height: 54px!important;
    justify-content: left!important;
    background: none!important;
}
#title {
    height: 54px;
}
#title h1 {
        background-size: 220px;
        height: 54px;
        width: 220px;
    }
#title h1 a {
    width: 220px;
}
/*topMenu*/
#toggle {
        width: 54px;
        height: 54px;
	background-color: #000;
}
#topMenu {
    min-height: 0;
    border-top: none;
}
#topMenu .topMenu li {
    height: 49px;
	border-top: solid 1px #555;
}
#topMenu_outer .topMenu li:last-of-type {
        border: none;
        border-top: solid 1px #555;
        border-bottom: solid 1px #555;
    }
body.active #topMenu {
    height: 244px;
}
#topMenu .topMenu {
    padding-top: 0;
	background: #000;
}
#topMenu .topMenu li a {
    line-height: 1.25;
	font-size: 17px;
}

/*mainImage*/		
  .mainImage img {
        object-fit: cover;
        object-position: top center;
}
/*見出し*/	
#mainArticles h2, #mainServices h2, #listTopics h2 {
        font-size: 1.4em;
        padding: 1em 0;
        margin-top: 0;
	letter-spacing: 0.08em;
    }
.mainContents .article h4 {
        font-size: 1.3em;
        margin: 0.5em 0 !important;
        padding: 8px 8px 8px 20px;
    }
.mainContents .article h6 {
        font-size: 1.3em;
        line-height: 1.6em;
}

/*最新情報*/
ul.topics li {
    background: none;
	padding: 0 5px;
}
#mainTopics .topics .description, .mainTopics .topics li .description, #mainTopics .topics li .more a, .mainTopics .topics li .more {
    font-size: 1em;
    line-height: 1.6;
}
ul.topics li p.description {
    padding-right: 0;
    }
#mainTopics .listview {
    text-align: center;
}
#mainTopics h2 {
    padding: 0;
}
	
/*col2 col4*/
.article.col2,.article.col4 {
    flex-basis: 100%;
}
.gallery_grid2 li.galleryGrid {
    width: 100%!important;
}

/*画像*/	
.article.zero_margin img, .gallery.zero_margin img {
    padding-bottom: 0;
}
.article .article_left .image, .article .article_right .image {
    max-width: 100%;
}
	
/*サイト案内*/	
#siteGuide .comment{
    text-align: center;
    padding-top: 6px;
    line-height: 1.4;
    letter-spacing: 0;
}
	
/*footer*/
 .footer .copyright {
    margin-bottom: 46px;
}
#footer_body .copyright {
    padding: 10px 0;
}
/*side*/
.sideContents {
    padding: 0;
}
	
/*freeHtml*/
.freeHtml {
    padding: 0.6em;
}
#sideCompany h2.logomark {
        width: 160px;
        height: 160px;
    }

	
/*table*/	
.article table.normalTbl,table.companyTbl {
    width: 100%;
	margin-bottom: 1em !important;
}
.article table.normalTbl th, .article table.normalTbl td,
table.companyTbl th, table.companyTbl td{
    width: 100%;
	text-align: center;
	margin: 0;
	display: block;
	border-bottom: none;
}
.article table.normalTbl th,
table.companyTbl th{
	width: 100%;
	display: block;
	background: #f7f7f7;
}

a.btn {
    margin: 0.5em auto;
}
	
/* 画面下部固定のリンクパーツ */
#bottomLink {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 1000;
  height: 50px;
  overflow: hidden;
  display: inline;
}
#bottomLink a  {
        display: block;
        color: #fff;
        background: #cd1110;
        text-decoration: none;
        font-size: 110%;
        line-height: 50px;
        height: 100%;
    }
#bottomLink a span {
  font-size:85%;
  display:block;
}
/* ボタンサイズ分の画面下部余白 */
#wrap {
    margin-bottom: 0;
}
}

/*-------------
バッジ非表示
---------------*/
.recaptcha_policy {
padding: 0;
margin: 0;
text-align: center;
font-size: 11px !important;
color: #444 !important;
}
.recaptcha_policy a {
font-size: 11px !important;
color: #111 !important;
}
.grecaptcha-badge { visibility: hidden; }