@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');

/*=========================================================
シンプル01 ブルー 右メイン 
=========================================================*/

/*-------------------------------------------------------
  define
-------------------------------------------------------*/
:root {
    --mainColor: #0148b4;
    --subColor: #3abccf;
    --headerColor: #0779ce;
    --linkColor: #e86903;
    --hoverColor: #ffa55e;
    --accentColor: #fed32c;
    --emphasisColor: #e86903;
    --backColor: #c2e9f6;
    --gradation1: linear-gradient(to bottom, var(--mainColor) 0%, var(--subColor) 100%);
    --gradation2: linear-gradient(to bottom, var(--subColor) 0%, var(--mainColor) 100%);
    --outerWidth: 1200px;
    --mainWidth: 900px;
    --subWidth: 260px;
}

/*-------------------------------------------------------
  基本設定
-------------------------------------------------------*/
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  font-size: 17px;
  line-height: 1.7;
  font-weight: normal;
  letter-spacing: 0.04em;
  font-family: "Montserrat", 'Noto Sans JP', sans-serif;
  background: #FFF;
  color: #333;
}
strong, b {
    font-weight: bold;
    color: #3abccf;
    margin-right: 6px;
}
#wrap {
  margin: auto;
  background: none;
}
#wrap_body #contents {
  background: #fff;
}

/* ContentSize */
#wrap_outer {
  max-width: 100%;
  min-width: var(--outerWidth);
}
#title_outer, #topMenu_outer, #contents_outer, #footer_outer {
  width: var(--outerWidth);
}
#mainContents {
  width: var(--mainWidth);
	margin-top: 40px;
}
#sideContents {
  width: var(--subWidth);
}

#mainArticles {
  border-top: none;
  background: #FFF;
}

/*-------------------------------------------------------
  リンク
-------------------------------------------------------*/
a {
  color: var(--linkColor);
  text-decoration: underline;
  font-weight: bold;
}
a:hover {
  color: var(--hoverColor);
  text-decoration: none;
  font-weight: bold;
  transition: 0.2s;
}

/*ボタン*/
a.btn {
    font-size: 1.1em;
    margin: 1.5em auto;
    width: 60%;
    min-width: 320px;
    padding: 0.5em;
	background-image: linear-gradient(138deg, #53a1e0, #2f82c4 37%, #0049b4);
}
a.btn:hover {
  background: rgba(59,129,207,0.7);
}

/*-------------------------------------------------------
  記事
-------------------------------------------------------*/
.article, .gallery {
    border-top: none;
    /*padding: 30px 0;*/
    margin-bottom: 0;
}
.article .article_left .image {
  margin-right: 4%;
  margin-bottom: 1.5em;
  max-width: 340px;
}
.article .article_right .image {
  margin-left: 4%;
  margin-bottom: 1.5em;
  max-width: 340px;
}
.article p, .gallery p {
  margin-bottom: 0.9em;
}
.article p.ib {
  display: inline-block;
  margin-right: 1em;
}

/*センター揃え*/
.center {
    text-align: center!important;
}

/*zero_margin*/
.article.zero_margin, .gallery.zero_margin {
    margin-bottom: 0 !important;
}

/*流れ*/
.flow {
    position: relative;
    padding-bottom: 60px !important;
}
.flow::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "\2304";
    font-family: sans-serif;
    font-size: 100px;
    color: #0049b4;
    transform: translateX(-50%) scaleY(0.7);
	height: 140px;
	background-image: linear-gradient(#0049b4 60%, #6ec6ff);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*-------------------------------------------------------
  ギャラリー
-------------------------------------------------------*/
.gallery ul.galleryGrids .comment {
  font-size: 0.9em;
  text-align: center;
  font-weight: normal;
  line-height: 1.5;
  padding: 0 4px;
}
.gallery.txt_left ul.galleryGrids .comment {
  text-align: left;
}
.gallery_slide .galleryPreview .images li .comment {
  font-size: 1em;
}

/*-------------------------------------------------------
  タイトル部分
-------------------------------------------------------*/
#title h1 {
    margin: 0;
    padding: 0;
    text-align: left;
    height: 100px;
    width: 428px;
}
#title h1 a {
  display: inline-block;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
  height: 100%;
  width: 100%;
  background: url(/materials/178326832115001.png) left center no-repeat;
  background-size: contain;
}
#title h1 a:hover {
  opacity: 0.75;
}
#title #title_outer {
    background: url(/materials/178326660289201.png) no-repeat center right;
    height: auto;
    background-size: 360px;
}
#title .description {
  display: none;
}

/*トップイメージ*/
.mainImage img, .mainImage #slider li img {
    max-width: 100%;
    min-width: 100%;
    background: #edf9fe;
}

/*-------------------------------------------
　トップメニュー
-------------------------------------------*/
#topMenu_outer {
  height: 50px;
}
#wrap_body #topMenu {
  background: var(--mainColor);
  border-bottom: none;
  margin: 0 auto;
}
#topMenu .topMenu li::after {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  top: 25%;
  background: var(--backColor);
  position: absolute;
}
#topMenu .topMenu li.first::after {
  content: none;
}
#topMenu_outer .topMenu li a {
  color: #FFF;
  font-weight: bold;
  font-size: 108%;
  line-height: 50px;
  background: var(--mainColor);
  border: none;
  position: relative;
}
#topMenu_outer .topMenu li a:hover  {
    color: #0049b4;
    background: #FED32D;
    border: none;
}

/*ぱんくず*/
#pankuz {
  color: #999;
}

/*-------------------------------------------------------
  最新情報
-------------------------------------------------------*/
#mainTopics, #listTopics, #mainServices {
  background:#fff;
  border-top:none;
  padding: 40px;
  margin-top: 0;
  margin-bottom: 40px;
}
#mainTopics .listview a,
ul.topics p.more a {
  background: linear-gradient(138deg, #53a1e0, #2f82c4 37%, #0049b4);
}
#mainTopics .listview a:hover,
ul.topics p.more a:hover {
  background: rgba(59,129,207,0.7);
}
#mainTopics, #listTopics, #mainServices {
  background: #fff;
  border-top: none;
	background-image: repeating-linear-gradient(-45deg, #f0f9fc, #f0f9fc 3px, transparent 3px, transparent 6px);
}
#mainTopics h2, #listTopics h2, #mainServices h2 {
    color: #0148b4;
    background: none;
    text-align: center;
    margin: 0 auto 1em;
    font-size: 160%;
    font-family: sans-serif;
    padding: 0;
}
#mainTopics h2 span, #listTopics h2 span, #mainServices h2 span {
  color: var(--subColor);
}
#mainArticles div[id^="blog"] h2 {
    color: #0148b4;
	text-align: center;
    margin: 0.5em auto 0.5em;
    font-size: 150%;
    padding: 0 0 1em;
}
ul.topics li .thumb {
  margin-bottom: 6px;
}
ul.topics li h3 {
  padding-top: 0.2em;
  padding-bottom: 0.5em;
  font-size: 1.2em;
}
ul.topics li h3 a {
    color: #3abccf;
}
ul.topics li p.date {
  font-size: 0.75em;
  display: block;
  color: #666;
}
ul.topics li p.more a {
  padding: 2px 12px;
  font-size: 0.875em;
  border: none;
  font-weight: normal;
}
#mainTopics .listview a, p.more a, #mainServices h3 a {
  font-weight: normal;
}
#mainTopics .listview a {
  width: 50%;
  margin: auto;
}

/*-------------------------------------------
　見出し
-------------------------------------------*/
/*common*/
#contents h2, #contents h3, #contents h4, #contents h5, #contents h6 {
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  font-weight: bold;
  line-height: 1.6;
  overflow: hidden;
}
/*h2*/
#mainArticles h2 {
    margin: 1em 0 0;
    padding: 80px 0 10px;
    color: #0148b4;
    font-size: 1.8em;
    background: url(/materials/178326285086201.png) no-repeat top / 90px;
}
#mainArticles h2 span {
  color: var(--headerColor);
}
#mainArticles .article h2 {
  background: #FFF;
  color: #0148b4;
  margin: 0;
  padding: 40px 0 20px;
  text-align: center;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

/*h3*/
.mainContents .article h3,
.mainContents div.gallery h3 {
    position: relative;
    padding: 0.5em 0 20px;
    text-align: center;
    border: none;
    font-size: 180%;
    color: #0148b4;
    margin: 0 0 1.5em;
	background: none;
}
.mainContents .article h3:before,
.mainContents div.gallery h3:before {
  content: none;
}
.mainContents .article h3:after,
.mainContents div.gallery h3:after {
    position: absolute;
    left: 40%;
    right: 40%;
    bottom: 0px;
    width: 20%;
    height: 8px;
    transform: skew(-45deg);
    content: '';
    background: repeating-linear-gradient(90deg, #fed32c, #fed32c 6px, #fff 6px, #fff 12px);
}
.article h3 a, .article h3 a:hover {
  color: var(--linkColor);
}

/*h4*/
.article h4 {
    position: relative;
    padding-left: 40px;
    border: none;
    font-size: 130%;
    margin: 0.5em auto;
    color: var(--mainColor);
    background: url(/materials/178326517265101.png) no-repeat left center / 30px;
}
.article h4::before {
  content: none;
}
.article h4::after {
  content: none;
}

/*h5*/
.article h5 {
    padding: 0.2em 1em;
    margin-bottom: 0.5em;
    background: #fff;
    color: #0049b4;
    border-left: solid 4px #fed32c;
}

/*h6*/
.article h6 {
color: #333;
    font-size: 1.3em;
    margin: 8px 0;
    padding: 4px 0;
    line-height: 1.8em;
    background: none;
    font-weight: bold;
}
.article h6::before {
content: none;
}

/*-------------------------------------------------------
　サイド
-------------------------------------------------------*/
#sideContents {
  margin-top: 40px;
}
#sideContents .freeHtml_body {
    padding: 10px;
    background: #edf9fe;
}
#side {
  line-height: 1.6;
  font-size: 17px;
  letter-spacing: 0;
}
#side h3 {
  font-size: 125%;
  font-weight: bold;
  margin: 10px auto 20px;
}
#side h4 {
  font-size: 17px;
  margin: 0.5em auto 0;
  padding: 4px 0;
  text-align: center;
  font-weight: bold;
  width: 100%;
}
#sideContents h2 {
  font-size: 1.1em;
  text-align: center;
  color: #FFF;
  padding: 15px 10px;
  font-weight: bold;
  background: var(--mainColor);
  margin-bottom: 0;
}
#sideContents #sideServices ul, #sideContents #sideServices dl, #sideContents #sideBlogCategories ul, #sideContents #sideBlogCategories dl, #sideContents #sideBlogDates ul, #sideContents #sideBlogDates dl {
  background: #FFF;
}
#sideContents #sideServices ul a, #sideContents #sideServices dl a, #sideContents #sideBlogCategories ul a, #sideContents #sideBlogCategories dl a, #sideContents #sideBlogDates ul a, #sideContents #sideBlogDates dl a,#sideContents #sideContact a {
  text-decoration: none;
}
#sideContents #sideServices ul li {
  border-bottom: solid 1px var(--subColor);
}
#sideContents #sideServices ul li a {
  padding: 20px 16px;
  font-weight: bold;
}
#sideContents #sideServices ul a:hover {
  background: var(--backColor);
}
#sideContents #sideContact {
  margin: 0;
}
#sideContents #sideContact a {
  color: #fff;
  background: var(--emphasisColor);
}
#sideContents #sideContact a::after {
  top: 25%;
}

#sideContents .freeHtml, #sideContents #sideServices, #sideContents #sideBlogCategories, #sideContents #sideBlogDates, #sideContents #sideMobile {
  border-top: none;
}
#sideContents #sideServices ul a::before, #sideContents #sideServices dl a::before, #sideContents #sideBlogCategories ul a::before, #sideContents #sideBlogCategories dl a::before, #sideContents #sideBlogDates ul a::before, #sideContents #sideBlogDates dl a::before {
  color: var(--headerColor);
}
#sideContents #sideServices ul {
  padding: 0;
}
#sideContents #sideMobile {
  text-align: center;
  margin-bottom: 0;
}

#sideContents #sideBanners li {
  margin: 24px 0;
}

/*-------------------------------------------------------
　フッター
-------------------------------------------------------*/
#footer {
  background: var(--mainColor);
  padding: 40px 0 20px;
}
#footer_body {
  display: block;
  padding: 1em 0;
}
#footer_body .topMenu, #footer_body .services {
  flex-direction: row;
  justify-content: center;
  flex-basis: 100%;
  margin: 0 auto 1.5em;
}
#footer_body .topMenu li, #footer_body .services li {
  display: flex;
}
#footer_body .topMenu li {
  width: auto;
  margin: 0 2em;
  line-height: 2;
  height: auto;
}
#footer_body .topMenu li a {
  font-weight: bold;
  font-size: 1em;
  text-decoration: none;
}
#footer_body .services li {
  margin: 0 2em;
}
#footer_body .services li a {
  text-decoration: none;
  font-size: 0.9em;
  line-height: 1.5;
}
#footer_body .topMenu li a:hover, #footer_body .services li a:hover {
  color: #cfe1e8;
}
#footer_body .topMenu li a::before, #footer_body .services li a::before {
  margin-right: 1em;
  margin-left: 0;
}
#footer_body .copyright {
  padding: 1em 0 0;
  font-size: 0.8em;
  text-align: center;
  color: #FFF;
}


/*-------------------------------------------------------
　リスト
-------------------------------------------------------*/
.article ul, .article ol {
  margin: 0.5em 0;
  overflow: hidden;
}
.article li {
  line-height: 1.6;
  margin-bottom: 0.25em;
}
ol.pp {
    padding-left: 2em;
}

/*List 丸マーク*/
ul.maru {
  margin-left: 0;
  padding-left: 1.3em;
}
ul.maru li {
    margin-bottom: 6px;
}
ul.maru li:before {
  margin-right: 4px;
  color: #ccd1bc;
  font-size: 0.75em;
  margin-left: -1.5em;
}

/*List maruicon*/
ul.maruList li {
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  font-size: 1em;
  padding-left: 1.75em;
  border-bottom: 1px dotted #666;
}
ul.maruList li::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 110%;
  line-height: 1;
  background: none;
  content: "\f192";
  display: inline-block;
  color: var(--accentColor);
  margin-right: 0.25em;
  margin-left: -1.25em;
}
ul.maruList li strong {
  font-size: 115%;
  color: var(--accentColor);
}

/*List kome*/
ul.ps {
  list-style-type: none;
  margin-left: 0;
  padding-left: 1em;
}
ul.ps li::before {
  margin-left: -1em;
}
ul.ps li {
  font-size: 100%;
  color: var(--emphasisColor);
}

/*List ◆*/
ul.notes {
  padding-left: 1.2em;
}
ul.notes li::before {
  margin-right: 0.2em;
}
ul.notes li::before {
  font-size: 0.95em;
}

/*------ Font Awesome List ------*/
ul[class*="iconList_"] {
    padding-left: 4px;
    font-size: 1.05em;
}
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: start;
  justify-content: start;
  gap: 0.5em;
  border-bottom: 1px dotted #ccc;
	margin-bottom: 0.5em;
    padding-bottom: 0.5em;
}
ul[class*="iconList_"] li>strong ,
ul[class*="iconList_"] li>span,
ul[class*="iconList_"] li>a {
  display: contents;
}

/* List caret */
ul.iconList_caret li::before {
  content: "\f0da";
  color: var(--subColor);
}
ul.iconList_caret li {
}

/* List maru */
ul.iconList_maru li::before {
  content: "\f192";
  color: #fed32c;
}
ul.iconList_maru li {
  align-items: normal;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}

/*number*/
ol.number {
    margin: 1em 0;
    background: #fff;
    padding: 0.5em;
    font-weight: 500;
    font-size: 1.1em;
    border-radius: 10px;
}
ol.number li {
    line-height: 1.6;
    padding: 0.5em 0 0.5em 60px;
    border-bottom: 1px dotted #ccc;
    color: #06337d;
}
ol.number li:before {
    font-size: 24px;
    left: 0.5em;
    top: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
	background: #0779ce;
}

/*チェック*/
ul.check {
    margin: 1em 0;
    padding-left: 0;
}
ul.check li {
    font-size: 1.1em;
    line-height: 1.8em;
    padding: 0.5em 0 0.5em 46px;
    border-bottom: 1px dotted #ccc;
    color: #152e67;
}
ul.check li:before {
    left: 0.5em;
    top: 1em;
}

/*-------------------------------------------------------
　テーブル
-------------------------------------------------------*/
.article table.normalTbl {
  border-top: solid 1px #BBB;
  background: #fcfcfc;
}
.article table.normalTbl tr:nth-child(2n) {
  background: #fcfcfc;
}
.article table.normalTbl th ,
.article table.normalTbl td {
  border-bottom: solid 1px #BBB;
  padding: 1.2em;
  font-size: 1em;
  white-space: normal;
}
.article table.normalTbl th  {
  width: 30%;
}

/* w100% */
.w100{
    width: 100%;
}
.w100 th,
.w100 td {
    border: none !important;
    padding: 0.5em 5% !important;
    display: block;
    width: 100% !important;
}
.w100 th {
    background: #eee !important;
    text-align: left !important;
}

/* フォーム */
#mainArticles table.contactTable tr th {
  border-bottom: solid 1px var(--headerColor);
}
#mainArticles table.contactTable tr td {
  border-bottom: solid 1px #CCC;
}
#mainArticles table.contactTable input.button {
  background: var(--subColor);
}
#mainArticles p.contact-note {
  color: #999;
}
#mainArticles table.contactTable input[type="text"], 
#mainArticles table.contactTable input[type="password"], 
#mainArticles table.contactTable textarea, 
#mainArticles table.contactTable select {
    line-height: 1.5;
}
#mainArticles table.contactTable tr td.th_headline, #mainBlogCommentForm_outer table.contactTable tr td.th_headline {
  background: var(--headerColor);
  border: none;
}

/*-------------------------------------------------------
　その他
-------------------------------------------------------*/
/*サイト案内*/
#siteGuide .gallery_grid li.galleryGrid .galleryGrid_outer {
  padding: 0 16px 24px;
}
#siteGuide .gallery_grid li.galleryGrid .image {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
	background: var(--mainColor);
}
#siteGuide .gallery_grid li.galleryGrid .image img {
  transition: 0.5s all;
}
#siteGuide .gallery_grid li.galleryGrid .image a:hover img {
  transform: scale(1.05, 1.05);
  transition: 0.5s all;
}
#siteGuide .gallery_grid li.galleryGrid .comment {
    text-align: center;
    line-height: 1.5;
    background: var(--headerColor);
    padding: 4px 0;
    color: #FFF;
    font-weight: bold;
    font-size: 1.1em;
}

/*スライドギャラリー*/
.gallery_slide .galleryThumbs, .gallery_slide.gallery_slide_color_b .galleryThumbs {
    padding-bottom: 20px;
	background: #eee;
}
.gallery_slide .galleryPreview, .gallery_slide.gallery_slide_color_b .galleryPreview {
    padding: 20px 0;
	background: #eee;
}

/*お問い合わせバナーエリア*/
.article.contact  {
    padding: 0;
    margin-bottom: 0;
    background: url(/materials/178329452112601.jpg) no-repeat center bottom / cover;
	text-align: center;
}
.article.contact .article_outer {
    background: rgba(255, 255, 255, 0.75);
    padding: 1em;
    margin: 2em;
}
.article.contact h3{
    padding: 1em 0 0.5em;
    background: none;
    margin: 0 auto;
    font-size: 2em;
    text-shadow: 1px 1px 10px #FFF, -1px -1px 10px #FFF;
}
.article.contact h3::before,
.article.contact h3::after {
  content: none;
}
.article.contact h5{
    border: none;
    padding: 0.2em 1em;
    margin-bottom: 0.5em;
    background: #0049b4;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    width: 50%;
    margin: 0 auto;
}
.article.contact p, h6 {
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 0;
text-shadow: 1px 1px 6px #FFF, -1px -1px 6px #FFF;
}
.article.contact a {
    text-decoration: none;
}

/*囲い*/
#mainArticles .envelope {
  background: #fff9f6;
  border: none;
  border-bottom: solid 2px #EEE;
  padding: 2em;
}

/*マーカー*/
span[style*="Lime"] {
    background-color: transparent !important;
    background: linear-gradient(transparent 75%, #AEC 0) repeat scroll 0 0;
}
span[style*="Yellow"] {
    background-color: transparent !important;
    background: linear-gradient(transparent 75%, #ffeeaa 0) repeat scroll 0 0;
}

/*------記事背景------*/
div[class*="bk_color_"].article,
div[class*="bk_color_"].gallery {
  margin-bottom: 20px;
  padding: 30px;
}
.article.bk_color_yel, .gallery.bk_color_yel {
  background: #fed32c;
}
.article.bk_color_orange, .gallery.bk_color_orange {
	background: #fef9e6;
}
.article.bk_color_beige, .gallery.bk_color_beige {
	background: #f9f6f3;
}
.article.bk_color_blue, .gallery.bk_color_blue {
	background: #edf9fe;
}
/*------透過------*/
.article.bk_color_trans, .gallery.bk_color_trans {
  background: rgba(254,253,242,0.75);
}
.article.bk_color_trans2, .gallery.bk_color_trans2 {
  background: rgba(242,252,254,0.66);
}

/*-------------
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; }