/*=========================================================
テンプレート：シンプル01 ブルー 右メイン
=========================================================*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..900&family=Noto+Serif+JP:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500&display=swap');

/*-------------------------------------------------------
  define
-------------------------------------------------------*/
:root {
  --mainColor: #1373f3;
  --subColor: #2ea6f6;
  --headerColor: #1278cd;
  --linkColor: #39a9b9;
  --hoverColor: #75cd59;
  --accentColor: #e39303;
  --emphasisColor: #dc5662;
  --backColor: #f0f6ff;
  --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;
}
#wrap {
  margin: auto;
  background: none;
}
#wrap_body #contents {
  background: #f6f8f7;
}

/* ContentSize */
#wrap_outer {
  max-width: calc( var(--outerWidth) *2 );
  min-width: var(--outerWidth);
}
#title_outer, #topMenu_outer, #contents_outer, #footer_outer {
  width: var(--outerWidth);
}
#mainContents {
  width: var(--mainWidth);
}
#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 {
  margin: 1.5em auto;
  width: 60%;
  min-width: 320px;
  background: var(--subColor);
  background: linear-gradient(to bottom, var(--subColor) 0%, var(--mainColor) 100%);
  font-weight: normal;
  padding: 0.75em;
}
a.btn:hover {
  background: var(--subColor);
  background: linear-gradient(to bottom, var(--mainColor) 0%, var(--subColor) 100%);
}

/*リンクボタン*/
a.linkbtn {
    background-color: var(--mainColor);
    border: 2px solid var(--mainColor);
    border-radius: 4px;
    color: #FFF;
    display: block;
    margin: 30px auto;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    max-width: 640px;
    font-size: 0.9em;
    width: 50%;
    box-sizing: border-box;
	overflow: hidden;
}
a.linkbtn:hover {
    background-color: #FFF;
    color: var(--mainColor);
}

/*ドキュメントリンク*/
a.doc, a.doc:hover {
  background: var(--accentColor);
}
a.doc:before {
  font-family: "Font Awesome 5 Free";
  content: "\f15c";
  font-weight: bold;
  font-size: 1.2em;
  margin-right: 8px;
}

/*-------------------------------------------------------
  記事
-------------------------------------------------------*/
.article, .gallery {
  background:#fff;
  border-top:none;
  padding: 30px;
  margin-bottom: 0;
}
.article .article_left .image {
  margin-right: 4%;
  margin-bottom: 1.5em;
  max-width: 420px;
}
.article .article_right .image {
  margin-left: 4%;
  margin-bottom: 1.5em;
  max-width: 420px;
}
.article p strong {
  font-size:110%;
  color: #333;
}
.article p, .gallery p {
  margin-bottom: 0.9em;
}
.article p.ib {
  display: inline-block;
  margin-right: 1em;
}
/*強調*/
.article .emphasis {
  color: var(--accentColor);
  font-size: 145%;
  font-weight: normal;
  margin: 0.25em 0;
}
/*下余白0*/
.article.gap0, .gallery.gap0 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
/*引用*/
.article blockquote {
  padding: 0.25em 1em;
  border-left: 4px solid #EEE;
  font-style: italic;
}

/*-------------------------------------------------------
  ギャラリー
-------------------------------------------------------*/
.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 {
  padding: 5px 0;
}
#title h1 {
  margin: 0;
  padding: 0;
  text-align: left;
  height: 100px;
  width: 288px;
}
#title h1 a {
  display: inline-block;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
  height: 100%;
  width: 100%;
  background: url(/materials/174978133611202.png) left top no-repeat;
  background-size: contain;
}
#title h1 a:hover {
  opacity: 0.75;
}
#title #title_outer {
  background: url(/materials/174978133611201.png) no-repeat top right;
  height: auto;
}
#title .description {
}

/*-------------------------------------------
　トップメニュー
-------------------------------------------*/
#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: #EEE;
  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;
}
#topMenu_outer .topMenu li a:hover {
  color: #FFF;
  background: var(--subColor);
  border: none;
  text-shadow: 0 0 1px #333;
}

/*ぱんくず*/
#pankuz {
  color: #999;
}

/*-------------------------------------------------------
  最新情報
-------------------------------------------------------*/
#mainTopics, #listTopics, #mainServices {
  background:#fff;
  border-top:none;
  padding: 40px;
  margin-top: 0;
  margin-bottom: 40px;
}
#mainTopics .listview a,
p.more a {
  background: var(--subColor);
  background: linear-gradient(to bottom, var(--subColor) 0%, var(--mainColor) 100%);
}
#mainTopics .listview a:hover,
p.more a:hover {
  background: var(--subColor);
  background: linear-gradient(to bottom, var(--mainColor) 0%, var(--subColor) 100%);
}
#mainTopics, #listTopics, #mainServices {
  background: #fff;
  border-top: none;
  background: #FFF;
}
#mainTopics h2, #listTopics h2, #mainServices h2 {
  color: #222;
  background: none;
  text-align: center;
  margin: 0 auto 1em;
  font-weight: bold;
  font-size: 175%;
  font-family: sans-serif;
  padding: 0;
}
#mainTopics h2 span, #listTopics h2 span, #mainServices h2 span {
  color: var(--subColor);
}
#mainArticles div[id^="blog"] h2 {
  color: #333;
  background: #FFF;
  text-align: center;
  margin: 0.5em auto 1.5em;
//  font-weight: normal;
  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 h3 a:hover {
/*  font-weight: normal;*/
}
ul.topics li p.date {
  font-size: 0.75em;
  display: block;
  color: #666;
}
ul.topics li p.more a {
  padding: 2px 8px;
  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.08em;
  font-family: 'Zen Maru Gothic','Noto Sans JP',sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
}

/*h2*/
#mainArticles h2 {
  margin: 0;
  padding: 40px 0 20px;
  background: #FFF;
  color: #333;
}
#mainArticles h2 span {
  color: var(--headerColor);
}
#mainArticles .article h2 {
  background: #FFF;
  color: #333;
  margin: 0;
  padding: 40px 0 20px;
  text-align: center;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
#mainArticles div[id^="blog"] h2 {
  margin: 0.5em auto 1.5em;
}

/*h3*/
.mainContents .article h3,
.mainContents div.gallery h3  {
  position: relative;
  padding: 0 0 0.66em;
  background: none;
  border: none;
  font-size: 165%;
  color: #333;
  margin: 0 0 1em;
}
.mainContents .article h3:before,
.mainContents div.gallery h3:before {
  content: none;
/*position: absolute;
  background: var(--backColor);
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  display: block;*/
}
.mainContents .article h3:after,
.mainContents div.gallery h3:after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, var(--subColor) 0%, var(--mainColor) 100%);
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  display: block;
}
.article h3 a, .article h3 a:hover {
  color: #333;
}

/*h4*/
.article h4 {
  position: relative;
  padding: 0 0 0 1.33em;
  border: none;
  font-size: 145%;
  margin: 0.5em auto;
  color: var(--emphasisColor);
  background: none;
}
.article h4::before {
  position: absolute;
  left: 8px;
  top: 48%;
  content: '';
  width: 0.55em;
  height: 0.55em;
  background-color: var(--emphasisColor);
  border-radius: 1em;
}
.article h4::after {
  position: absolute;
  left: 2px;
  top: 33%;
  content: '';
  width: 0.5em;
  height: 0.5em;
  background-color: var(--accentColor);
  border-radius: 0.5em;
}

/*h5*/
.article h5 {
  border-left: none;
  padding: 0.25em 0;
  margin-bottom: 0.5em;
  background: none;
  color: var(--accentColor);
  border-bottom: 2px solid var(--accentColor);
  width: fit-content;
}

/*h6*/
.article h6 {
  background: #f3f3f3;
  margin: 1em auto;
}
.article h6::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
  color: var(--accentColor);
  font-weight: bold;
  display: inline-block;
}

/*-------------------------------------------------------
　サイド
-------------------------------------------------------*/
#sideContents {
  margin-top: 40px;
}
#sideContents .freeHtml_body {
  padding: 20px 10px;
}
#side {
  line-height: 1.6;
  font-size: 16px;
  letter-spacing: 0;
}
#side h3 {
  font-size: 125%;
  font-weight: bold;
  margin: 10px auto 5px;
}
#side h4 {
  font-size: 17px;
  margin: 0.5em auto 0;
  padding: 4px 0;
  text-align: center;
  font-weight: bold;
  width: 100%;
  color: #333;
}
#sideContents h2 {
  font-size: 1.1em;
  text-align: center;
  color: #FFF;
  padding: 15px 10px;
  font-weight: bold;
  background: var(--headerColor);
  margin-bottom: 0.5em;
}
#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 a {
  font-weight: bold;
}
#sideContents #sideServices ul a:hover {
  color: var(--headerColor);
}
#sideContents #sideContact {
  margin: 0;
}
#sideContents #sideContact a {
  color: #fff;
  background: var(--accentColor);
}
#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 12px;
}
#sideContents #sideMobile {
  text-align: center;
  margin-bottom: 0;
}

#sideContents #sideBanners li {
  margin: 24px 0;
}

/*-------------------------------------------------------
　フッター
-------------------------------------------------------*/
#footer {
  background: var(--headerColor);
  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: var(--hoverColor);
}
#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: #ddd;
}


/*-------------------------------------------------------
　リスト
-------------------------------------------------------*/
.article ul, .article ol {
  margin: 1em 0;
  overflow: hidden;
}
.article li {
  line-height: 1.6;
  margin-bottom: 0.25em;
}

/*List 丸マーク*/
ul.maru {
  margin-left: 0;
  font-size: 0.9em;
  padding-left: 1.3em;
}
ul.maru li {
    margin-bottom: 6px;
}
ul.maru li:before {
  margin-right: 4px;
  color: var(--accentColor);
  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;
//  font-weight: bold;
  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 {
  content: "※";
  margin-left: -1em;
}
ul.ps li {
  font-size: 95%;
  color: var(--emphasisColor);
}

/*List simple*/
ul.simple {
  list-style-type: none;
  margin-left: 0;
  padding-left: 1em;
}
ul.simple li::before {
  content: "›";
  margin-left: -0.6em;
  margin-right: 0.25em;
}
ul.simple li {
  font-size: 95%;
}

/*List ◆*/
ul.notes {
  padding-left: 1.2em;
}
ul.notes li::before {
  margin-right: 0.2em;
}
ul.notes li::before {
  font-size: 0.95em;
}

/*List check*/
ul.check li::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.6em;
  left: -1.75em;
  width: 1em;
  height: 0.5em;
  border-left: 4px solid #c71c1c;
  border-bottom: 4px solid #e55;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
ul.check li {
  position: relative;
  font-weight: normal;
  line-height: 1.5;
  padding: 0.25em 0 0.5em;
}

/*List checked*/
ul.checkedList {
  list-style: none;
  margin-bottom: 20px;
}
ul.checkedList li {
  padding: 10px 0 10px 40px;
  border-bottom: 1px dashed #999;
  margin: 0;
  color: #333;
  font-size: 105%;
  position: relative;
}
ul.checkedList li::before {
  display: block;
  content: '';
  position: absolute;
  top: 1.25em;
  left: 8px;
  width: 18px;
  height: 8px;
  border-left: 4px solid #E00;
  border-bottom: 4px solid #E00;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
ul.checkedList li strong {
  font-size: 125%;
  color: var(--headerColor);
}
/*List number*/
ol.number li {
  position: relative;
  margin: 0 2% 8px 2%;
  padding: 12px 10px 12px 48px;
  border-bottom: 1px dotted #666;
  line-height: 1.6;
  font-size: 1em;
  font-weight: normal;
  width: 100%;
}
ol.number li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--mainColor);
  color: #FFF;
  font-weight: bold;
  font-size: 1em;
  left: 0;
  width: 35px;
  height: 35px;
  line-height: 25px;
  text-align: center;
  top: 1.5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*QA*/
.article ul.faq{
  margin: 0;
}
ul.faq li.ans {
  margin-bottom: 0.25em;
}
ul.faq li.qus::before {
  background-color: var(--headerColor);
}
ul.faq li.ans::before {
  background-color: var(--emphasisColor);
}

/*-------------------------------------------------------
　テーブル
-------------------------------------------------------*/

/* 汎用1 */
.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;
}

/* 汎用2 */
.article table.normalTbl2 {
  border-top: solid 1px #DDD;
  border-left: none;
  background: #FFF;
  width: 100%;
  margin: 1em auto;
}
.article table.normalTbl2 th ,
.article table.normalTbl2 td {
  border-bottom: solid 1px #DDD;
  border-right: none;
  border-left: none;
  padding: 1em 2%;
}

/* フロー */
.article table.flow {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin: 10px auto;
    width: 100%;
}
.article table.flow td {
    background: #fffcf3;
    border: 1px solid var(--mainColor);
    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 var(--mainColor);
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
}
.article table.flow tr:last-child td::after {
    display:none;
}

/* フォーム */
#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;
}

/*-------------------------------------------------------
　その他
-------------------------------------------------------*/

/*サイト案内*/
#mainArticles .siteGuide .gallery_grid li.galleryGrid .galleryGrid_outer {
  padding: 0 8px 20px;
}
#mainArticles .siteGuide .gallery_grid li.galleryGrid .galleryGrid_body {
//  background: #f9f6f0;
//  border: 2px solid #DDD;
}
#mainArticles .siteGuide .gallery_grid li.galleryGrid .image {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
//  border-bottom: 4px solid var(--mainColor);
}
#mainArticles .siteGuide .gallery_grid li.galleryGrid .image img {
  transition: 0.25s all;
  width: 100%;
}
#mainArticles .siteGuide .gallery_grid li.galleryGrid .image a:hover img {
  transform: scale(1.1, 1.1);
  transition: 0.25s all;
}
#mainArticles .siteGuide .gallery_grid li.galleryGrid .comment {
  text-align: center;
  line-height: 1.2;
  padding: 0;
  color: var(--headerColor);
  margin-top: 0;
  font-weight: bold;
  font-size: 1.1em;
}
#mainArticles .siteGuide .gallery_grid li.galleryGrid .comment::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0d8";
  font-weight: bold;
  display: block;
}

/*サイト案内2*/
#mainArticles .siteGuide2 .gallery_grid li.galleryGrid .galleryGrid_outer {
  padding: 0 16px 24px;
}
#mainArticles .siteGuide2 .gallery_grid li.galleryGrid .image {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
}
#mainArticles .siteGuide2 .gallery_grid li.galleryGrid .image img {
  transition: 0.5s all;
  width: 100%;
}
#mainArticles .siteGuide2 .gallery_grid li.galleryGrid .image a:hover img {
  transform: scale(1.05, 1.05);
  transition: 0.5s all;
}
#mainArticles .siteGuide2 .gallery_grid li.galleryGrid .comment {
  text-align: center;
  line-height: 1.5;
  background: var(--subColor);
  padding: 4px 0;
  color: #FFF;
  font-weight: bold;
}

/*スライドギャラリー*/
.gallery_slide.gallery_slide_color_w .galleryPreview .images li .comment {
  background: rgba(255, 255, 255, 0.5);
}
.gallery_slide.gallery_slide_color_w .galleryPreview .images li .comment_body {
  color: #666;
  text-shadow: 1px 1px 1px #FFF;
}


/*お問い合わせバナーエリア*/
.article.contact {
  padding: 0;
  margin-bottom: 0;
  background: url(/materials/174978513436101.png) no-repeat center top / cover;
  text-shadow: 1px 1px 0px #FFF;
//  border-top: 4px solid #f6f9fc;
}
.article.contact .article_outer {
  background: rgba(255,255,255,0.33);
//  backdrop-filter: blur(1px);
  padding: 2em 2em 2.5em;
}
.article.contact h3 {
  text-align: center;
  position: static;
  padding: 0 0 0.5em;
  background: none;
  border-bottom: 4px solid var(--mainColor);
  font-size: 165%;
  color: #333;
  margin: 0 auto 1em;
  width: fit-content;
}
.article.contact h3::before,
.article.contact h3::after {
  content: none;
}
.article.contact p {
  text-align: center;
  font-size: 110%;
  font-weight: normal;
  margin-bottom: 0.5em;
}
.article.contact a.btn {
  text-shadow: none;
  background: var(--emphasisColor);
  padding: 1.25em 0.5em;
  font-weight: bold;
}
.article.contact a.btn:hover {
  text-shadow: none;
}

/*流れ*/
.article.arrow {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
  overflow: visible;
}
.article.arrow::after {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 100%;
  border-top: 20px solid var(--mainColor);
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
}

/*囲い*/
#mainArticles .envelope {
  background: #fff9f6;
  border: none;
  border-bottom: solid 2px #EEE;
  padding: 2em;
}

/*罫線*/
hr.line {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ddd;
	margin: 1.5em 0;
}

/*マーカー*/
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: 0;
  padding-bottom: 30px;
}
.article.bk_color_gray, .gallery.bk_color_gray {
  background: #f6f6f8;
}
.article.bk_color_orange, .gallery.bk_color_orange {
	background: #fef9e6;
}
.article.bk_color_beige, .gallery.bk_color_beige {
	background: #f9f6f3;
}
/*------透過------*/
.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);
}
/*------youtube------*/
div.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 20px;
}
div.youtube iframe {
    width: 100%;
    height: 100%;
}

/*-------------
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; }

/*-------------
トップに戻るボタン
---------------*/
a.topBtn {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
  position: fixed;
  bottom: 0.8em;
  right: 0.8em;
  z-index: 1000;
}