@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600&family=Noto+Serif+JP:wght@400;600&display=swap");

/*-------------------------------------------
テンプレート
レスポンシブ02 ブルー 1カラム
-------------------------------------------*/
html {scroll-behavior: smooth;}

body {
  font-size:18px;
  color: #222;
  line-height: 2;
  font-family: "Montserrat", 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
a {
    color: #ed760c;
    font-weight: bold;
    font-size: 1.1em;
}
a:hover {
    color: #ed760c;
}

strong, b {
    font-weight: 900;
    color: #e5922b;
    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;
}
/*編集画面*/
.ams-build .freeHtml_body {
    min-height: 40px;
}

/*---------------------------
ヘッダー
----------------------------*/
/*タイトル*/
#title {
    padding: 0;
    margin: 0 auto;
    height: 120px;
    background: #20334a;
}
#title_outer {
    height: 170px !important;
    display: block !important;
}
#title h1 {
    background: url(/materials/178889305114801.png) no-repeat center top;
    margin: 0 auto;
    padding: 0;
    height: 170px;
    background-size: 170px auto;
    text-align: center;
    width: 100%;
    float: none;
}
#title h1 a {
    display: inline-block;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    height: 100%;
    width: 100%;
}

/*---------------------------
グローバルメニュー
----------------------------*/
#topMenu .topMenu li a {
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  color: #222;
}
#topMenu_outer .topMenu li a:hover {
  background: #1f4068;
}

/*---------------------------
メイン
----------------------------*/
/*メインイメージ*/
#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{
    font-family: "Noto Serif JP", serif;
}

#mainArticles h2, #listTopics h2 {
  font-size: 1.9em;
  font-weight: 600;
  letter-spacing: 0.1em;
  background: #1f4068;
  padding-left: 2%;
  padding-right: 2%;
  border-bottom: 3px solid #9fb6d1;
}
#listTopics h2 {
  margin-bottom: 30px;
}
#mainTopics h2, .article h3, .gallery h3, .freeHtml h3 {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
	margin-top: 1em !important;
}
#mainTopics h2:after, #mainArticles .article h2:after, .article h3:after, .gallery h3:after, .freeHtml h3:after {
  height: 2px;
  background: #5f7fa5;
}

#mainArticles div[id^=blog] h2 {
    margin: 1em auto;
    border-bottom: none;
}

.mainContents .article h4 {
    border: none;
    font-size: 1.5em;
    line-height: 1.5;
    color: #1f4068;
    padding: 0.3em 0;
    border-bottom: 2px dotted #1f4068;
    display: flow-root;
    background: none;
    border-radius: 0;
    margin: 0.8em 0;
}
.article h4::before {
    content: none;
}
.mainContents .article h5{
    color: #fff;
    border-left: none;
    font-size: 1.1em;
    line-height: 1.4em;
    padding: 0.2em 1em;
    margin: 0.2em 0;
    letter-spacing: 0.1em;
    position: relative;
    display: inline-flex;
    border-radius: 6px;
    background: #1f4068;
}
.mainContents .article h6{
    color: #ab0b0b;
    font-size: 1.2em;
    margin: 8px 0;
    padding: 4px 0;
    line-height: 1.5em;
    background: none;
	    letter-spacing: 0.1em;
}
.article h6:before {
    display: none
}

/*---------------------------
Contents
----------------------------*/
.article.bg, .gallery.bg {
	background: #ecf3f7;
}
.article.theme, .gallery.theme {
    background: #1f4068;	
}
.article.gray, .gallery.gray {
    background: #f4f4f4;

}
.article.shadow{
    box-shadow: 0 0 20px rgba(30, 58, 95, 0.7);
}
.article.ore{
    background: #faf5e4!important;
}
.article.col2, .article.col3, .article.col4, .article.col5 {
    margin: 0 auto 2em;
}
.article.col2 {
    flex-basis: 47%;
    border: 2px solid #d4dfe5;
    border-radius: 0.5em!important;
    padding: 1.5em;
}
.article.col2 h3,.article.col3 h3 {
    font-size: 1.55em !important;
    line-height: 1.45;
    font-weight: bold;
    padding: 0;
    margin-top: 0 !important;
	margin-bottom: 0.7em !important;
}
.article.col2 h3:after{
display:none;
}
.article.col2 p {
line-height: 1.5;
}


/*センター揃え*/
.center{
    text-align: center;
}

/*余白*/
.article.max.map {
    padding-left: 0;
    padding-right: 0;
}
.article.zero_margin, .gallery.zero_margin {
	margin-bottom: 0!important;
	border-radius: 0!important;
}
.article.col3.zero_padding {
    padding: 0!important;
}

/*---------------------------
流れ
----------------------------*/
.flow,.flow-last {
    width: 90%;
	font-size: 1.1em;
}
.flow {
    margin-bottom: 40px !important;
    position: relative;
}
.flow::after {
    color: #ecf3f7;
    content: "\25BC";
    font-family: sans-serif;
    font-size: 56px;
    left: 0;
    right: 0;
    top: calc(100% - 50px);
    bottom: auto;
    position: absolute;
    text-align: center;
    transform: scaleY(0.5);
}
.flow-last::after {
    content:none;
}
.flow h3,.flow-last h3 {
    margin: 0 !important;
    font-size: 1.4em !important;
	text-align: left;
}
.flow h3 strong,.flow-last h3 strong{
    display: inline-flex;
    width: 1.6em;
    height: 1.6em;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #5f7fa5;
    color: #fff;
    font-size: 0.9em;
    line-height: 1;
    letter-spacing: 0;
}
.merit h3:after,.flow h3:after, .flow-last h3:after {
    display: none!important;
}


/*---------------------------
選ばれる理由
----------------------------*/
.article.reason p {
  font-size: 1.1em;
}
.article.reason h4 .num {
  font-size: 3em;
  font-weight: 400;
  line-height: 1;
  color: #5f7fa5;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}
.article.reason h4 .ttl {
  display: block;
  line-height: 1.6;
  padding-top: 0.45em;
  min-width: 0;
}


/*---------------------------
フリー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/178262517429502.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%;
	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 {
  background: #1f4068;
}
#footer_body .topMenu li a, #footer_body .services li a {
  border-bottom: 1px solid transparent;
  background: transparent;
}
#footer_body .topMenu li a:hover, #footer_body .services li a:hover {
  border-bottom: 1px dotted #fff;
  background: transparent;
}
#footer_body .copyright {
  background: #20334a;
}

/*---------------------------
テーブル
----------------------------*/
/*normalTbl*/
.article table.normalTbl{
    border-collapse: collapse;
    border-left: none;
    border-spacing: 0;
    margin: 30px 0;
    letter-spacing: 0.05em;
	background: #fff;
	font-size: 0.95em;
}
.article table.normalTbl th{
    border-right: none;
    height: auto;
    line-height: 150%;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    width: 35%;
    background: #f7f7f7;
    font-weight: bold;
}
.article table.normalTbl td{
    border-right: none;
    border-left: none;
    height: auto;
    line-height: 160%;
    padding: 20px;
}
.article table.normalTbl {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 1em!important;
    margin-top: 0.5em;
}

/*フォーム*/
#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%;
}

/*---------------------------
topics
----------------------------*/
#mainTopics  {
    background: none;
    padding: 10px 20px 20px;
}
ul.topics li {
    border: 1px solid #9fb6d1;
}
ul.topics li p.date {
  background: #1f4068;
}
ul.topics li h3 a {
  font-weight: 600;
}
ul.topics li h3 a:hover {
  color: #5f7fa5;
}
#mainTopics .listview a {
  font-size: 0.8em;
  font-weight: 400;
  background: #1f4068;
}
ul.topics li p.more a {
  font-size: 0.8em;
  font-weight: 400;
  background: #5f7fa5;
}

/*---------------------------
ギャラリー サイト案内・画像 
----------------------------*/
/*ギャラリー*/
.gallery ul.galleryGrids .comment {
    font-size: 0.9em;
}

/*画像*/
.article .article_left .image, .article .article_right .image {
    max-width: 36%;
}

/*---------------------------
リスト
----------------------------*/
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.5em;
    font-size: 1.1em;
    color: #1f4068;
    font-weight: bold;
}
ul.maru li::before {
    content: "●";
    margin-left: -1.5em;
    margin-right: 0.5em;
    font-family: "メイリオ", sans-serif;
    font-size: 70%;
    color: #9fb6d1;
}

/*チェック*/
ul.check {
    margin: 1em 0;
    padding: 0;
}
ul.check li {
    font-size: 1.1em;
    line-height: 1.6em;
    padding: 0.5em 0 0.5em 46px;
    border-bottom: 1px dotted #ccc;
}
ul.check li:before {
    display: block;
    content: "";
    position: absolute;
    top: 30%;
    left: 0.5em;
    width: 1em;
    height: 0.5em;
    border-left: 4px solid #c71c1c;
    border-bottom: 4px solid #e55;
    transform: rotate(-45deg);
}

/*FAQ*/
ul.faq li.qus::before {
    background-color: #1f4068;
    content: "Q";
}
ul.faq li.ans::before {
    background-color: #ca9b07;
    content: "A";
}

/*---------------------------
  その他
----------------------------*/
/*ボタン*/
a.btn {
    background: #000;
    letter-spacing: 0.1em;
    margin: 1em 10%;
	box-shadow: 0 0 10px #999;
}
a.btn:hover {
    background: #777;
	color: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

/*囲い*/
#mainArticles .envelope {
    padding: 1em 2em;
    background: #fff;
    border: 6px solid #eee;
    margin-bottom: 1.5em;
    text-align: left;
    border-radius: 1em;
}

/*マーカー*/
span[style*="Lime"] {
	font-weight: bold;
    background-color: transparent !important;
    background: linear-gradient(transparent 70%, lime 0) repeat scroll 0 0;
  }
  
  span[style*="Yellow"] {
	  font-weight: bold;
    background-color: transparent !important;
	  background: linear-gradient(transparent 70%, #f9f571 0) repeat scroll 0 0;
  }

/*-------------------------------------------------
max-width: 1200px
-------------------------------------------------*/
@media only screen and (max-width: 1200px) {
#mainContents {
    padding-bottom: 20px;
}
.article {
    margin: 0 auto 20px;
    }
.mainArticles .article.bg {
	margin-bottom: 1.5em;
	padding-bottom: 20px;
}
.article.full, .article.max {
        margin: 0;
}
.mainContents .article h3 a {
    font-size: 1em!important;
}

/*見出し*/
#mainArticles h2, #mainServices h2, #listTopics h2 {
        font-size: 1.6em;
        padding: 30px 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 h4{
    font-size: 1.3em;
}
.mainContents .article h5{
    font-size: 1.2em;
}

/*col2*/
.article.col2 {
        flex-basis: 48%;
        margin: 10px 1%;
}
.col2 .image img {
        max-width: 70%;
}
/*囲い*/	
#mainArticles .envelope {
    padding: 1em;
    margin-right: 1em;
    margin-left: 1em;
}
}

/*-------------------------------------------------
ヘッダー 表示切替え
-------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  #mainContents {
    padding-bottom: 20px;
  }
  #title #title_outer{
        height: 90px !important;
        display: block;
        background-size: 260px !important;
    }
  #title {
    height: 90px;
  }
  #title h1 {
    background-size: contain;
    height: 90px;
    width: 280px;
  }
.article.gray, .gallery.gray, .article.bg, .gallery.bg,.article.theme, .gallery.theme {
    border-radius: 0;
}
}

/*-------------------------------------------------
max-width: 600px
-------------------------------------------------*/
@media only screen and (max-width: 600px) {
body {
     font-size: 16px;
}
.center {
  text-align: left;
}
.article.full.bg, .article.full.theme, .article.full.gray, .gallery.full.bg, .gallery.full.theme, .gallery.full.gray,
.article.theme, .gallery.theme,.article.bg, .gallery.bg,.article.gray, .gallery.gray {
    padding-top: 20px;
	padding-bottom: 20px;
}
#title #title_outer {
    height: 76px!important;
    justify-content: left!important;
}
#title {
    height: 100px;
}
#title h1 {
        height: 140px;
        width: 140px;
        background-size: 140px;
        float: inherit;
    }
#title h1 a {
    width: 110px;
}
/*topMenu*/
#toggle {
        width: 56px;
        height: 56px;
        background-color: #5f7fa5;
    }
#topMenu {
    min-height: 0;
    border-top: none;
}
#topMenu .topMenu li {
    height: 49px;
	border-top: solid 1px #095f8f;
}
#topMenu_outer .topMenu li:last-of-type {
        border: none;
        border-top: solid 1px #095f8f;
        border-bottom: solid 1px #095f8f;
    }
body.active #topMenu {
    height: 244px;
}
#topMenu .topMenu {
    padding-top: 0;
	background: #084c72;
}
#topMenu .topMenu li a {
        line-height: 1.25;
        font-size: 18px;
        font-weight: bold;
	color: #fff;
}

/*mainImage*/		
  .mainImage img {
        object-fit: cover;
        object-position: top center;
        min-height: 170px;
}
/*見出し*/	
#mainArticles h2, #mainServices h2, #listTopics h2{
        font-size: 1.4em;
        padding: 0.8em 0;
	margin-bottom: 0;
    }
    .mainContents .article h4  {
        font-size: 1.3em;
        line-height: 1.3;
    }
 .mainContents .article h5 {
        display: block;
        text-align: center;
    }


/*topics*/
#mainTopics .topics .description, .mainTopics .topics li .description, #mainTopics .topics li .more a, .mainTopics .topics li .more {
    font-size: 0.9em;
    line-height: 1.3;
}
ul.topics li p.description {
    padding-right: 0;
}
#mainTopics .listview {
    text-align: center;
}
#mainTopics h2 {
    padding: 0;
}
ul.topics li h3 {
        line-height: 1.5;
}
/*zero_margin*/
.article.zero_margin, .gallery.zero_margin {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
	
/*col2 col4*/
.article.col2,.article.col4 {
    flex-basis: 100%;
}
.col2 .image img {
    max-width: 50%;
}
	
/*画像*/	
.article.zero_margin img, .gallery.zero_margin img {
    padding-bottom: 0;
}
.article .article_left .image, .article .article_right .image {
    max-width: 70%;
}
/*口コミ1列*/		
#review .gallery_grid2 li.galleryGrid {
    width: 100%;
}
	
/*選ばれる理由*/
.reason .image,.reason .image img {
    margin-bottom: 0 !important;
}
.reason .image img {
    max-width: 45%;
}
.reason h4 {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
	
/*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: none;
	padding: 10px;
}
.article table.normalTbl th,
table.companyTbl th{
	width: 100%;
	display: block;
	background: #eee;
}
	
/*ボタン*/
a.btn {
    margin: 0.5em auto;
	letter-spacing: normal;
}
	
/* 画面下部固定のリンクパーツ */
#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;
        padding: 5px 0;
        color: #fff;
        background: #a91400;
        text-decoration: none;
        font-size: 110%;
        height: 100%;
    }
#bottomLink a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-weight: bold;
    margin-right: 6px;
    font-size: 120%;
}
#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; }