@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');
@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");

/*-------------------------------------------
テンプレート
シンプル01 ホワイト 右メイン
-------------------------------------------*/
html {scroll-behavior: smooth;}

#wrap_body #contents {
    background: #fff;
}

body {
  letter-spacing: 1.5px;
  line-height: 1.8;
  font-size: 17px;
	color: #333;
	font-family: "Montserrat", 'Noto Sans JP', sans-serif;
}

a {
    color: #4abdba;
}

strong, b {
    font-weight: bold;
    font-size: 110%;
    color: #4abdba;
}

#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=75);
  -moz-opacity:0.75;
  opacity:0.75;
  transition: 0.2s;
}

/*改行*/
.article p {
    margin-bottom: 1em;
}

/*記事下余白ゼロ*/
#mainArticles .zero_margin {
padding-bottom: 0;
margin-bottom: 0;
}

/*---------------------------
ヘッダー
----------------------------*/
/*タイトル*/
#title #title_outer {
    background: url(/materials/174774903702801.png) right center no-repeat;
    height: 100px;
    background-size: 380px auto;
}
#title h1{
    background: url(/materials/174758214521001.png) left no-repeat;
    background-size: 240px auto;
    width: 240px;
    height: 100px;
}
#title h1 a {
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
  display: block;
  height: inherit;
}

/*ぱんくず*/
#pankuz {
    text-align: right;
	margin-bottom: 30px;
}
#pankuz a {
    font-weight: normal;
}


/*---------------------------
グローバルメニュー
----------------------------*/
#topMenu_outer .topMenu li a {
    color: #39596e;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-family: 'Shippori Mincho', serif;
}
#topMenu_outer .topMenu li a:hover {
    border-bottom: none;
	background: #42c1b8;
}
#topMenu {
    background: #c1ebea;
}
#wrap_body #topMenu {
    border-bottom: none;
}

/*---------------------------
Contents
----------------------------*/
#mainContents {
    width: 740px;
}
.article, .gallery, #mainTopics, #listTopics, #mainServices {
    padding: 0;
}
.article, .gallery, #mainTopics, #listTopics, #mainServices {
    border-top: none;
	margin-bottom: 20px;
}


/*---------------------------
見出し
----------------------------*/
/*文字*/
#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{
    font-family:'Shippori Mincho', serif;
}

#mainArticles h2, #mainServices h2,
#listTopics h2,#mainTopics h2,#mainArticles .article h2 {
    background: url(/materials/174774755386101.png) center bottom no-repeat;
    background-size: 300px auto;
    padding-bottom: 90px;
    text-align: center;
    border-bottom: none;
    font-size: 1.8em;
    letter-spacing: 0.15em;
    color: #39596e;
    margin: 2.5em 0 1em;
}
.mainContents .article h3, .mainContents div.gallery h3, #mainServices h2 {
    margin: 1.5em 0;
    font-size: 1.8em;
    font-weight: bold;
    letter-spacing: 0.12em;
    color: #39596e;
    line-height: 1.5;
    text-align: center;
    padding: 0 0 50px 0;
    border-bottom: none;
    background: url(/materials/174766312798601.png) no-repeat center bottom;
    background-size: 230px auto;
}
/*ブログタイトル*/
#mainArticles div[id^="blog"] h2 {
    font-size: 1.5em;
    margin: 2em 0;
    text-align: center;
    padding-bottom: 70px;
}
.mainContents .article h3 a {
  line-height: 1.5;
  font-size: 1em;
}
/*ブログ一覧お知らせ*/
.mainContents .article h3 a, .article h3 a:hover {
    text-decoration: none;
    color: #123c71;
}
.mainContents .article h4 {
    font-size: 1.6em;
    text-align: center;
    padding: 0.2em 1em;
    margin: 1em 0 0.5em;
    color: #39596e;
    border-radius: 6px;
    letter-spacing: 0.05em;
    background: #c1ebea;
}

.mainContents .article h5 {
    font-size: 1.3em;
    color: #39596e;
    font-weight: bold;
    margin: 1.5em 0 0.3em 0;
}
.mainContents .article h6 {
    font-size: 1.4em;
    line-height: 1.5;
    color: #3d9f9d;
    margin-bottom: 0.5em;
    background: none;
    padding: 0.3em 0;
    text-align: center;
    border-bottom: 2px dotted #4abdba;
}
.article h6:before {
    display: none;
}

/*---------------------------
サイド
----------------------------*/
#sideContents {
    margin-top: 60px;
}
#sideContents #sideContact a {
    background: #4abdba;
    font-size: 0.9em;
    padding: 16px 48px 16px 20px;
	border-radius: 6px;
	margin: 10px 0;
}
div#sideMobile_body, #sideContents h2 {
    text-align: center;
}
#sideContents #sideContact a:after {
    top: calc(50% - 20px);
}
#sideContents .freeHtml, #sideContents #sideServices, #sideContents #sideBlogCategories, #sideContents #sideBlogDates, #sideContents #sideMobile {
    border-top: none;
}
#sideContents #sideServices ul, #sideContents #sideServices dl, #sideContents #sideBlogCategories ul, #sideContents #sideBlogCategories dl, #sideContents #sideBlogDates ul, #sideContents #sideBlogDates dl {
    background: #fff;
}

/*サイド見出し*/
#sideContents h2 {
    padding: 8px;
    margin: 10px 0;
    color: #39596e;
    background: #f2f1ed;
    border-radius: 6px;
    font-size: 19px;
}
/*フリーhtml*/
.freeHtml_body {
    padding: 0 0 20px !important;
}
.side-text {
    text-align: center;
}
.side-logo img {
    width: 220px !important;
    margin-bottom: 20px;
    border-radius: 6px;
}
.add {
    line-height: 1.8em;
	padding-bottom: 10px;
}
.add a {
    font-size: 1.3em;
    font-weight: bold;
}
.add strong {
    font-size: 1em;
    display: inline-block;
    color: #000;
    border-top: dashed 1px #ccc;
    padding: 10px 0 0;
    margin-top: 0.5em;
    width: 200px;
    text-align: center;
}

/*---------------------------
footer
----------------------------*/
#footer {
    background: #4abdba;
}
#footer_body .topMenu li a, #footer_body .services li a {
    font-size: 1em;
}
#footer_body .copyright {
    flex-basis: 60%;
    font-size: 0.85em;
    letter-spacing: normal;
}

/*---------------------------
テーブル
----------------------------*/
.article table.normalTbl {
    border-collapse: collapse;
    border: none;
    border-top: 1px solid #d2e5ee;
    border-spacing: 0;
    margin: 1em auto;
}
.article table.normalTbl th {
    border: none;
    color: #333;
    height: auto;
    line-height: 150%;
    padding: 16px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 40%;
    border-bottom: solid 1px #d1e5ee;
    background: none;
}
.article table.normalTbl td {
    border: none;
    height: auto;
    line-height: 150%;
    padding: 16px 32px;
    border-bottom: solid 1px #d1e5ee;
}

/*フロー*/
.article table.flowTbl {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin: 30px auto;
    width: 90%;
    list-style: none;
    border-left: 2px dotted #CCC;
    padding-left: 0;
}
.article table.flowTbl td {
    border: none;
    border-radius: 8px;
    display: block;
    height: auto;
    margin-bottom: 40px;
    padding: 0;
    padding-left: 26px;
    position: relative;
}
.article table.flowTbl td:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #39596e;
    position: absolute;
    left:-6px;
    top: 1em;
}
.flowTbl td::after {
  content: "";
  border-bottom: 1px solid;
  width: 18px;
  background: #666;
  position: absolute;
  top: 1.25em;
  left: 4px;
}
.flowTbl tr:last-child td {
    margin-bottom: 0;
}
.flowTbl td strong {
    color: #9d3a50;
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.6em;
}

/*---------------------------
 トップの最新情報 #mainTopics
 最新情報一覧ページ #listTopics 
----------------------------*/
#mainTopics {
    padding: 30px;
    border-radius: 12px;
    background: #f2f1ed;
    margin-top: 60px;
}
#mainTopics h2,#mainArticles .article h2 {
    margin: 0 0 30px;
    padding-bottom: 56px;
    background-size: 190px auto;
}
#mainTopics .topics li p.date,
#listTopics .topics li p.date  {
    color: #666;
}
.mainTopics .topics li .more a {
    border: solid 1px #42c1b8;
    background-color: #fff;
    color: #42c1b8;
}
ul.topics li h3 a {
    font-weight: normal;
	text-decoration: underline;
}
ul.topics li p.description {
    font-size: 0.9em;
    color: #666;
	padding-right: 150px;
}
#mainTopics .listview a {
    background: #bab29a;
    color: #fff;
}
#mainTopics .listview a:hover {
    background: #bab29a;
    color: #fff;
}
ul.topics li {
    background: none;
}

/*---------------------------
ギャラリー サイト案内・画像 
----------------------------*/
/*サイト案内*/
#siteGuide .gallery_grid li.galleryGrid .galleryGrid_outer {
    padding: 10px;
    background: #c1ebea;
    margin: 5px;
    border-radius: 6px;
}
#siteGuide .comment{
    font-size: 1.1em;
    text-align: center;
    padding-top: 10px;
    line-height: 1.6;
    color: #39596e;
    letter-spacing: 0.2em;
}
#siteGuide .comment a {
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
#siteGuide .gallery_grid li.galleryGrid .image {
    margin-bottom: 0px;
}

/*---------------------------
リスト
----------------------------*/
ul.notes,ul.maru,ol.pp {
    font-size: 1em;
	margin-top: 1em;
}
ul.maru {
    list-style-type: none;
    margin: 1.2em;
}
ul.maru li::before {
    content: "●";
    margin-left: -1.5em;
    margin-right: 0.5em;
    font-family: "メイリオ", sans-serif;
    font-size: 70%;
    color: #ddd;
}

/*FAQ*/
ul.faq li.qus::before {
    background-color: #39596e;
    content: "Q";
}
ul.faq li.ans::before {
    background-color: #6fc5bf;
    content: "A";
}

/*---------------------------
お問い合わせ
----------------------------*/
#mainArticles form {
    background: #edf9ff;
    margin-top: 10px;
}
#mainArticles table.contactTable tr th,
#mainArticles table.contactTable tr td{
    border-bottom: solid 1px #ccc;
}
#mainArticles table.contactTable input.button, #mainArticles table.contactTable input[type="button"] {
    font-size: 1.2em;
    font-weight: bold;
    width: 90%;
    margin: 8px 5%;
}
#mainArticles table.contactTable tr td.th_headline {
    background: #39596e;
}
#mainArticles p.contact-note {
    color: #333;
}
#mainArticles table.contactTable input.button {
    background: #f49054;
}
#mainArticles table.contactTable tr th, #mainBlogCommentForm_outer table.contactTable tr th {
    width: 30%;
}

/*---------------------------
  その他
----------------------------*/
/*囲い*/
.mainArticles .envelope {
    border: none!important;
    background: #f3f2ee!important;
    background-size: 110% auto!important;
    border-radius: 8px;
    margin: 10px 0;
    padding: 1.5em!important;
	text-align: left !important;
}
.mainArticles .envelope2 {
    border: none !important;
    background: url(/materials/174774854786601.jpg) center repeat-y !important;
    background-size: 800px !important;
    border-radius: 20px;
    margin: 10px 0;
    padding: 1.5em !important;
}

/*ボタン*/
a.btn {
    background: #39596e;
    margin: 20px auto;
    border-radius: 10px;
}
a.btn:hover {
    background: #39596e;
}

/*-------------
バッジ非表示
---------------*/
.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; }
