/*-------------------------------------------
シンプル01 ブラウン 左メイン
-------------------------------------------*/
@charset "utf-8";
@import url("//share.cr-cms.net/hp_agency/hpagency.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

/*-------------------------------------------
common
-------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  color: #333333;
  font-family: "Noto Sans JP", serif;
  /*font-family: "Noto Serif JP", serif;*/
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.8;
}
#wrap_body #contents {
  background: #ffffff;
}

a {
  color:#ed7b36;
  font-weight: 400;
  transition:all .5s ease; 
}
a:hover {
  color:#a83609;
  font-weight: 400;
}
.article, .gallery, #mainTopics, #listTopics, #mainServices {
  border: none;
  border-radius: 0;
  padding: 0.5em 0;
  background: none;
  margin-bottom: 1.5em;
}
.article .image img {
  border-radius: 0;
}
/*-------------------------------------------
マージン調整
-------------------------------------------*/
.mx-0 {
  margin-right:0 !important;
  margin-left:0 !important;
}
.my-0 {
  margin-top:0 !important;
  margin-bottom:0 !important;
}
.mt-0 {margin-top:0 !important;}
.mb-0 {margin-bottom:0 !important;}
.mt-1 {margin-top:1em !important;}
.mb-1 {margin-bottom:1em !important;}
.mt-2 {margin-top:2em !important;}
.mb-2 {margin-bottom:2em !important;}
.mt-3 {margin-top:3em !important;}
.mb-3 {margin-bottom:3em !important;}

/*-------------------------------------------
パディング調整
-------------------------------------------*/
.px-0 {
  padding-right:0 !important;
  padding-left:0 !important;
}
.py-0 {
  padding-top:0 !important;
  padding-bottom:0 !important;
}
.pt-0 {padding-top:0 !important;}
.pb-0 {padding-bottom:0 !important;}
.pt-1 {padding-top:1em !important;}
.pb-1 {padding-bottom:1em !important;}
.pt-2 {padding-top:2em !important;}
.pb-2 {padding-bottom:2em !important;}
.pt-3 {padding-top:3em !important;}
.pb-3 {padding-bottom:3em !important;}

/*-------------------------------------------
パンくず
-------------------------------------------*/
#pankuz {
margin-bottom:45px;
}

/*-------------------------------------------
envelope
-------------------------------------------*/
#mainArticles .envelope {
  background:#f5eee6;
  border-radius: 0;
  padding:1em;
  margin-bottom:15px;
  line-height:1.6;
  border: none;
  text-align: center;
  display: flow-root;
}

/*-------------------------------------------
title
-------------------------------------------*/
#title #title_outer {
  background: url(/materials/175912333708501.png) no-repeat right center;
  margin:auto;
  padding: 0;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*justify-content: center;*/
}
#title h1 {
  background: none;
  width:476px;
  height:68px;
  margin: auto;
}
#title h1 a {
  display: block;
  background: url(/materials/175912333056701.png) no-repeat scroll 0 0 / contain;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  height: 68px;
  width: 476px;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}

/*-------------------------------------------
topMenu
-------------------------------------------*/
#wrap_body #topMenu {
  background: #f0ebe1;
  border:none;  
}
#topMenu_outer {
  height: 70px;
}
#topMenu_outer .topMenu li {
  width:auto;
}
#topMenu_outer .topMenu li a {
  position:relative;
  color: #49453c;
  height: 70px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 400;
  transition: all .5s ease;
}
#topMenu_outer .topMenu li a:hover {
  background: #625e56;
  color: #ffffff;
  border-bottom: none;
}

/*-------------------------------------------
footer
-------------------------------------------*/
#footer * {
}
#footer {
  background: #FFFFFF;
}
#footer_body {
  padding: 30px 0 0 ;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
#footer_outer {
  width: 100% !important;
}
#footer_body .topMenu, #footer_body .services {
  flex-direction: row;
  justify-content: center;
  flex-basis: inherit;
  margin: inherit;
}
#footer_body .topMenu li, #footer_body .services li{
  /*border-right:solid 1px #7d6764;*/
  padding: 0 5px;
  height: inherit;
}
#footer_body .topMenu li:first-of-type {
  /*border-left: solid 1px #7d6764;*/
}
#footer_body .topMenu li a, #footer_body .services li a {
  padding: 10px 20px;
  color: #333333;
  border-radius: 0;
}
#footer_body .topMenu li a:before, #footer_body .services li a:before {
  content: none;
}
#footer_body .topMenu li a:hover, #footer_body .services li a:hover {
  background: #625e56;
  color: #ffffff;
  font-weight: 400;
}
#footer_body .copyright {
  width: 100%;
  background: #625e56;
  text-align: center;
  padding: 20px;
  margin-top: 30px;
  flex-basis: inherit;
  font-weight: 400;
}
#footer_body .copyright, #footer_body .copyright a {
  color: #ffffff;
}
#footer_body .copyright, #footer_body .copyright a:hover {
  font-weight: 400;
}

/*-------------------------------------------
見出し
-------------------------------------------*/
#contents h2, #contents h3, #contents h4, #contents h5, #contents h6 {
	font-feature-settings: "palt";
	line-height: 1.5;
  /*font-family: serif;*/
}

#mainArticles h2,#mainArticles div[id^="blog"] h2 {
  font-size:1.8em;
  color:#FFFFFF;
  padding:2em 1em;
  background: url(/materials/175817729734001.jpg) no-repeat right top;
  background-color: #36332e;
  background-size: auto;
  text-align: center;
  border-radius: 0;
  letter-spacing: 0.08em;
  position: relative;
  margin: 0 auto 1.5em;
  overflow: hidden;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
#mainArticles div[id^="blog"] h2 {
  margin: 0 auto 1.2em;
}

.mainContents .article h3, #mainTopics h2, #listTopics h2, .mainContents div.gallery h3, #mainServices h2 {
  font-size:1.8em;
  color:#49453c;
  background: none;
  position: relative;
  margin: 1.5em auto 1.2em;
  padding:0 1em 0.8em;
  border-radius: 0;
  border: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.mainContents .article h3 strong, #mainTopics h2 strong, #listTopics h2 strong, .mainContents div.gallery h3 strong, #mainServices h2 strong {
  color: #625e56;
  display: block;
  font-size: 0.4em;
  margin-top: 1em;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

#mainTopics h2 {
  margin-top: 0;
}

.article h4 {
  font-size: 1.4em;
  color: #49453c;
  border-left:solid 5px #49453c;
  margin: 1.5em 0 1em;
  line-height: 1.5;
  padding: 0.7em 1em;
  background:#f5eee6;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  display: flow-root;
}

.article h5 {
  font-size: 1.2em;
  margin-bottom: 0.8em;
  padding: 0.4em 0 0.5em;
  background: none;
  color: #5c4a24;
  line-height: 1.4;
  border: none;
  border-bottom:solid 1px #bfb3a6;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal; 
}
.article h6 {
  background: #f0f0f0;
  padding: 0.6em 0.8em;
  font-size: 1em;
  margin-top: 2em;
}
.article h6::before {
  content: none;
}
.article h3 a, .article h3 a:hover {
  color: #49453c;
}

div[id^="blog"].article {
  /*margin-bottom: 2em;
  padding: 2em;
  background: #ffffff;
  border-radius: 8px;*/
}
div[id^="blog"].article h3 {
  margin-top: 1em;
}
/*-------------------------------------------
mainImage
-------------------------------------------*/
#mainImage_body {
  background: url(/materials/175912336837301.jpg) center top no-repeat #FFFFFF;
}

/*-------------------------------------------
mainContents
-------------------------------------------*/
#mainContents {
  margin-top: 50px;
  width: 920px;
}
#title_outer, #topMenu_outer, #contents_outer, #footer_outer {
  width: 1200px;
}

/*-------------------------------------------
最新情報
-------------------------------------------*/
#mainTopics {
  border: none;
  background: #f5eee6;
  border-radius: 0;
  padding: 40px 20px 10px;
}
#mainTopics .listview {
  padding: 0 0 20px;
  text-align: right;
}
ul.topics {
  padding: 1.5em;
  background: #ffffff;
  border-radius: 0;
}
#mainTopics .listview a {
  font-size: 0.9em;
  padding: 0.2em 1em;
  display: inline-block;
}
ul.topics li:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
ul.topics li p.date {
  margin-bottom: 0.5em;
  color: #d1ae67;
}
ul.topics li h3 {
  font-size: 1.2em;
  margin-bottom: 0.2em;
  color: #49453c;
  padding-right: 0;
}
ul.topics li h3 a {
  color: #49453c;
  font-weight: 500;
}
ul.topics li h3 a:hover {
  font-weight: 500;
  color:#a83609;
}
ul.topics li p.description {
  padding-right: 0;
  color: #75726b;
}
ul.topics li p.more {
  position: relative;
  text-align: right;
  margin-top: 0.7em;
  right: inherit;
  bottom: inherit;
}
#listTopics h2 {
  margin-top: 0;
}
#mainTopics .listview a, a.btn, p.more a, #mainServices h3 a {
  background: #49453c;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 0 #ffffff;
  padding: 8px 15px !important;
  border-radius: 0;
  font-weight: 400;
}
#mainTopics .listview a::before, a.btn::before, p.more a::before, #mainServices h3 a::before {
  content: none;
}
#mainTopics .listview a::after, a.btn::after, p.more a::after, #mainServices h3 a::after {
  content: "";
  display: block;
  border-top: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
  width: 6px;
  height: 6px;
  transform: rotate(135deg);
  margin-left: 0.5em;
}
#mainTopics .listview a:hover, a.btn:hover, p.more a:hover, #mainServices h3 a:hover {
  top: inherit;
  background: #6b5840;
  color: #ffffff;
  font-weight: 400;
}
#mainTopics .listview a:hover::after, a.btn:hover::after, p.more a:hover::after, #mainServices h3 a:hover::after {
  border-top: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
}
#listTopics {
  background: #f5eee6;
  padding: 40px 20px 20px;
  margin: 0 auto;
}

/*-------------------------------------------
sideContents
-------------------------------------------*/
#sideContents {
  margin-top: 50px;
}
#sideContents #sideServices ul, #sideContents #sideServices dl, #sideContents #sideBlogCategories ul, #sideContents #sideBlogCategories dl, #sideContents #sideBlogDates ul, #sideContents #sideBlogDates dl {
  background:none;
  border-radius: 0;
  padding: 0;
}
#sideContents .freeHtml, #sideContents #sideServices, #sideContents #sideBlogCategories, #sideContents #sideBlogDates, #sideContents #sideMobile {
  border: none;
  margin-bottom: 10px;
  border-radius: 0;
  background: #f5eee6;
}
#sideContents #sideContact a {
  background: #ed7b36;
  border-radius: 0;
  padding: 12px 48px 12px 18px;
  font-weight: 400;
}
#sideContents #sideContact a:after {
  top: calc(50% - 20px);
  right: 18px;
}
#sideContents #sideContact a:hover {
  background: #413a32;
  color: #ffffff;
  opacity: 1;
}
#sideContents h2 {
  padding: 15px 18px;
  background: #625e56;
  color: #ffffff;
  border-radius: 0;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
#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: #625e56;
}
#sideContents #sideServices ul a, #sideContents #sideServices dl a, #sideContents #sideBlogCategories ul a, #sideContents #sideBlogCategories dl a, #sideContents #sideBlogDates ul a, #sideContents #sideBlogDates dl a {
  padding: 18px 15px;
  margin: 0 auto;
  border-radius: 0;
  color: #49453c;
}
#sideContents #sideServices ul a:hover, #sideContents #sideServices dl a:hover, #sideContents #sideBlogCategories ul a:hover, #sideContents #sideBlogCategories dl a:hover, #sideContents #sideBlogDates ul a:hover, #sideContents #sideBlogDates dl a:hover {
  font-weight: 400;
  background: #625e56;
  opacity: 1;
  color: #ffffff;
}
#sideContents #sideServices ul a:hover:before, #sideContents #sideServices dl a:hover:before, #sideContents #sideBlogCategories ul a:hover:before, #sideContents #sideBlogCategories dl a:hover:before, #sideContents #sideBlogDates ul a:hover:before, #sideContents #sideBlogDates dl a:hover:before {
  color: #ffffff;
}
#sideContents #sideServices ul li, #sideContents #sideServices dl dt, #sideContents #sideBlogCategories ul li, #sideContents #sideBlogCategories dl dt, #sideContents #sideBlogDates ul li, #sideContents #sideBlogDates dl dt {
  border-bottom: dashed 1px #cbc2b7;
}
#sideContents #sideServices dd ul li, #sideContents #sideBlogCategories dd ul li, #sideContents #sideBlogDates dd ul li {
  padding-left: 0;
}
#sideContents #sideBlogDates ul a {
  padding-left:20px;
}
/*-------------------------------------------------------
サイドフリーHTML 会社概要
-------------------------------------------------------*/
#sideContents .freeHtml_body {
  padding: 0;
}
#sideCompany {
  padding:1.5em 1em;
  margin:0;
  text-align: center;
  background: #ffffff;
  border: solid 1px #e3d8cb;
  border-radius: 0;
}
#sideCompany p {
  line-height: 1.6;
}

#sideCompany .name {
  font-size: 1.3em;
  margin-bottom: 0.5em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
#sideCompany .txt{
  font-size: 0.9em;
  margin-bottom: 1em;
}

#sideCompany .btnLink {
  font-size: 0.8em;
}
#sideContents #sideMobile .qrcode {
  text-align: center;
  padding: 20px;
}

/*-------------------------------------------
table
-------------------------------------------*/
.article table:not(.contactTable) td, .article table:not(.contactTable) th {
  padding: 1em 1.2em;
  line-height: 1.5;
}
/*基本*/
#mainArticles table.baseTable {
  width: 100%;
  border-top: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
  margin-bottom: 1.5em;
}
#mainArticles table.baseTable td,
#mainArticles table.baseTable th {
  border-bottom: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  text-align: left;
  background: #f5eee6;
}
#mainArticles table.baseTable th {
  background: #625e56;
  color: #ffffff;
  width: 30%;
  font-weight: bold;
  font-weight: 400;
  white-space: nowrap;
}
#mainArticles table.baseTable p:last-of-type {
  margin-bottom: 0;
}
/*沿革*/
#mainArticles table.historyTable {
  width: 100%;
  border-top: dotted 1px #a49d8e;
  border-left:none;
  margin-bottom: 1.5em;
}
#mainArticles table.historyTable td,
#mainArticles table.historyTable th {
  border-bottom: dotted 1px #a49d8e;
  border-right:none;
  text-align: left;
  background: #ffffff;
}
#mainArticles table.historyTable th {
  background: #f5eee6;
  width: 30%;
  font-weight: bold;
  font-weight: 400;
  white-space: nowrap;
}
#mainArticles table.historyTable p:last-of-type {
  margin-bottom: 0;
}


/*問い合わせフォーム*/
#mainArticles table.contactTable tr td {
border:none;
border-bottom:1px solid #ccc;
}
#mainArticles table.contactTable tr:last-child th,
#mainArticles table.contactTable tr:last-child td {
  border-bottom:none;
}

/*-------------------------------------------------------
画像
-------------------------------------------------------*/
.gallery.round img {
  /*border-radius: 6px;*/
}

/*-------------------------------------------------------
リスト
-------------------------------------------------------*/
ul.checklist {
  font-size:1em;
  display: flow-root;
}
ul.checklist li {
  border-bottom:1px dotted #a49d8e;
  margin-bottom:0.8em;
  padding-bottom: 0.8em;
  font-weight: bold;
  padding-left: 2em;
  position: relative;
}
ul.checklist li::before {
  content: "";
  background: #625e56;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 1.6em;
  height: 1.6em;
  border-radius: 0;
}
ul.checklist li:after {
  content: "";
  position: absolute;
  display: block;
  top: 0.3em;
  left: 0.5em;
  width: 0.4em;
  height: 0.8em;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
}

ul.pointlist {
  font-size:1em;
  display: flow-root;
  margin-bottom: 1em;
}
ul.pointlist li {
  border-bottom: 1px dotted #d4d4d4;
    margin-bottom: 4px;
    padding: 0 0 4px 20px;
    font-weight: 500;
    position: relative;
    display: block;
}
ul.pointlist li::before {
      content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #cfaf8c;
    margin-right: 0.5em;
    position: absolute;
    left: 0;
    top: 9px;
}
ul.half {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.half li {
  width: 48%;
}
ul.flowlist {
  display: flex;
  flex-direction: column;
}
ul.flowlist li {
  display: flex;
  align-items: center;
  border-bottom:dashed 1px #aba6a1;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  font-weight: 500;
  color: #554d3c;
  flex-wrap: wrap;
}
ul.flowlist li .subbox {
  width: 100%;
  padding: 1em;
  background: #f5eee6;
  font-size: 0.9em;
  margin: 0;
}
ul.flowlist li:last-of-type {
  margin-bottom: 0 !important;
}
ul.flowlist li strong:first-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #564b38;
  width: 40px;
  height: 40px;
  font-size: 1.4em;
  color: #ffffff;
  margin-right: 0.5em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  flex-shrink: 0;
}
ul.flowlist li.subtop {
  margin-bottom: 0;
  border-bottom: none;
}
ul.flowlist li.subbottom {
  margin-top: 0;
  padding-top: 0;
}
.article.bgblue ul.flowlist li {
  border-bottom:dashed 1px #a2a8ac;
  color: #425766;
}
.article.bgblue ul.flowlist li strong:first-of-type {
  background: #5a6770;
}
ul.dotlist {
  font-size:1em;
  padding: 1.5em;
  margin-bottom: 1em;
}
ul.dotlist li {
  margin-bottom:0.4em;
  position: relative;
  padding-left: 1.5em;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
ul.dotlist li:last-of-type {
  margin-bottom: 0;
}
ul.dotlist li:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.4em;
  height: 0.4em;
  top:0.75em;
  left:0.5em;
  background: #333333;
  border-radius: 50%;
}


ul.kome {
  font-size:1em;
  padding: 1.5em;
  margin-bottom: 1em;
}
ul.kome li {
  margin-bottom:0.4em;
  position: relative;
  padding-left: 1.5em;
}
ul.kome li:last-of-type {
  margin-bottom: 0;
}
ul.kome li:before {
  content: "※";
  position: absolute;
  top:0;
  left:0;
}
ol.pp {
  padding-left: 2em;
}
ol.pp li {
  list-style: decimal;
}
ol.ol {
  padding-left: 2em;
}
ol.ol li {
  list-style: decimal;
  margin-bottom: 0.5em;
}
ol.ol2 {
  counter-reset: li;
  padding: 0.5em 0;
}
ol.ol2 li {
  list-style: none;
}
ol.ol2 li::before {
  counter-increment: li;
  content: '('counter(li)')';
  margin-right: 0.5em;
}
/*-------------------------------------------
記事枠カスタム
-------------------------------------------*/

.article.boxtop, .gallery.boxtop {
  border-radius: 0;
  padding-bottom: 1em !important;
  margin-bottom: 0 !important;
}
.article.boxbottom, .gallery.boxbottom {
  border-radius: 0;
  padding-top: 1em !important;
  margin-top: 0 !important;
}
.article.boxmiddle, .gallery.boxmiddle {
  border-radius: 0;
  padding-top: 1em !important;
  padding-bottom: 1em !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}



/*-------------------------------------------
ボタンなど
-------------------------------------------*/
/*リンクボタン*/
.btnLink {
  display: inline-flex;
  padding: 1em 1.5em;
  background: #ed7b36;
  color: #ffffff !important;
  text-decoration: none !important;
  align-items: center;
  line-height: 1.4;
  border-radius: 0;
}
.btnLink::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  border-left:solid 2px #ffffff;
  border-top:solid 2px #ffffff;
  transform: rotate(135deg);
}
.btnLink:hover {
  background: #413a32 !important;
}
.btnLink:hover::after {
  border-left:solid 2px #ffffff;
  border-top:solid 2px #ffffff;
}
.btnLink.br {
  background: #49453c;
}
.btnLink.br:hover {
  background: #6b5840 !important;
}
/*画像下*/
.article.imgbtm .article_body {
  display: flex;
  flex-direction: column;
}
.article.imgbtm .article_body .image {
  order: 1;
  margin-bottom: 0;
  margin-top: 0.5em;
}

/*sitelink*/
.gallery.sitelink {
  background: #f5eee6;
  padding: 1.8em 1.5em 1em;
}
.gallery.sitelink li.galleryGrid {
  /*padding: 1%;*/
  width: 32.3%;
  background: #ffffff;
  margin: 0 0.5% 1%;
  max-width: 280px;
}
.gallery.sitelink .gallery_grid li.galleryGrid .galleryGrid_outer {
  padding: 0;
}
.gallery.sitelink li.galleryGrid .image {
  margin-bottom: 0;
}
.gallery.sitelink li.galleryGrid .image img {
  border-radius: 0;
}
.gallery.sitelink li.galleryGrid .comment {
  font-weight: 700;
  padding: 0.8em 1em;
  color: #ffffff;
  background: #625e56;
  border-radius: 0;
}

/*contactbanner*/
.article.contactbanner {
  margin-top: 1em;
}

/*bg*/
.article.bgbrown {
  background: #f5eee6;
  padding: 2em;
}
.article.bgblue {
  background: #e8f0f6;
  padding: 2em;
}

.article.bgblue h3,.article.bgblue h3 strong {
  color: #2f404c;
}
.article.bgbrown h4 {
  background: #FFFFFF;
  border-left:solid 5px #49453c;
}
.article.bgblue h4 {
  color: #5a6770;
  background: #FFFFFF;
  border-left:solid 5px #5a6770;
}
.article.bgblue h5 {
  color: #557391;
  border-bottom: solid 1px #acbfd2;
}
/*start*/
.startBox {
  background: #e2d8cd;
  display: flex;
  justify-content: space-between;
  padding: 1.5em;
}
.startBox > p {
  margin-bottom: 0;
  padding: 1.5em 1em;
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(180,180,180,0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  line-height: 1.4;
  color: #6c6351;
  width: 100%;
  text-align: center;
  font-weight: 500;
}
.startBox2 {
  background: #5a6770;
    display: flex;
    justify-content: space-between;
    padding: 1.5em;
}
.startBox2 > p {
  margin-bottom: 0;
    padding: 1.5em 1em;
    background: #FFFFFF;
    box-shadow: 0 0 10px rgb(180 180 180 / 30%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    line-height: 1.4;
    color: #5a6770;
    width: 100%;
    text-align: center;
    font-weight: 500;
}
.leadBox {
  background: #5a6770;
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2em;
  text-align: center;
  padding: 1.5em;
}
.leadBox.blue {
  background: #7ca7d0;
}
.leadBox.brown {
  background: #625e56;
}
.leadBox.pink {
  background: #e86076;
}
.leadBox.normal {
  font-family: "Noto Sans JP", serif;
  font-size: 1.1em;
  padding: 1em;
}
/*ptitle*/
.ptitle {
  font-weight: 700;
  display: flex;
  color: #625e56;
}
.ptitle strong {
  color: #cfaf8c;
  margin-right: 0.5em;
  flex-shrink: 0;
}
.article.bgblue .ptitle {
  color: #557391;
  margin-bottom: 0.3em;
}
.article.bgblue .ptitle strong {
  color: #79b5e2;
}


/*col2*/
.article.bgblue.col2 {
  flex-basis: 50%;
}
.article.bgblue.col2left {
  padding-right: 1em;
}
.article.bgblue.col2right {
  padding-left: 1em;
}
/*support_exam*/
.article.support_exam strong {
  font-size: 1.1em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

/*featurelist*/
ul.featurelist {
  font-size:1em;
  display: flow-root;
  margin-bottom: 1em;
  padding: 1.5em;
  background: #f5eee6;
}
ul.featurelist li {
  padding:0 0 5px 20px;
  font-weight: 500;
  position: relative;
}
ul.featurelist li:last-of-type {
  padding-bottom: 0;
}
ul.featurelist li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #cfaf8c;
  position: absolute;
  left: 0;
  top: 9px;
}


/*contact*/
.contact form {
  background:#ffffff !important;
  padding: 10px;
  border-radius: 0;
}
table.contactTable label {
  width: auto;
  margin-right: 1em;
}
.article.contactForm form {
  background: #ffffff;
  padding: 10px;
}
.article.contactForm table.contactTable {
  width: 100%;
  margin: 0;
  background: #ffffff;
  border-top: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
}
#mainArticles table.contactTable tr th,
#mainArticles table.contactTable tr td {
  border-bottom: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
      padding: 24px 24px 24px 15px;
  font-weight: 400;
}
#mainArticles table.contactTable tr th {
  background-color: #625e56;
  color: #ffffff;
}
#mainArticles table.contactTable tr td {
  background-color: #f5eee6;
}
#mainArticles table.contactTable tr.must th {
  background-position: 95% center;
  font-weight: 400;
}
#mainArticles table.contactTable input.button {
  background: #49453c;
  border: none;
  transition : all .5s ease 0s;
  font-weight: 400;
}
#mainArticles table.contactTable input.button:hover {
  background: #6b5840;
  color: #ffffff;
  border: none;
  opacity: 1;
}
#mainArticles table.contactTable tr td.th_headline {
  font-size: 1em;
  border: none;
  background: #e7ded4;
  font-weight: 400;
  color: #49453c;
  border-bottom: solid 2px #ffffff;
}
#mainArticles table.contactTable input[type="text"], #mainArticles table.contactTable input[type="password"], #mainArticles table.contactTable textarea {
  background-color: #ffffff;
  border: solid 1px #d4d4d4;
}
#mainArticles table.contactTable input[type="text"],
#mainArticles table.contactTable .textField {
  width: calc(100% - 40px);
}
#mainArticles p.contact-note {
  color: #666666;
}
/*#mainArticles table.contactTable label, #mainBlogCommentForm_outer table.contactTable label {
  display: inline-block;
}*/
#mainArticles form {
  margin-bottom: 10px;
}

/*bigsmall*/
.big {
  font-size: 1.2em;
}
.small {
  font-size: 0.8em;
}

/*spbr*/
.spbr {
  display: none;
}

/*-------------
バッジ非表示
---------------*/
.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; }
