/*レスポンシブ01 イエロー*/
body {
    line-height: 1.8;
	font-size: 18px;
}
a, a img {
	transition: .2s ;
}
a.btn, a.btn:hover {
color: #333;
}
a img:hover{
	opacity: .8;
}
#mainArticles_body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/*ヘッダー*/
#title #title_outer {
  display: block;
    background: url(/materials/175219474550201.png) right center no-repeat;
    background-size: 370px;
}
#title h1 {
    background: url(/materials/175185684649102.png) no-repeat center left;
    background-size: 100%;
    height: 90px;
    width: 400px;
    margin: 6px 0 10px;
}
#title h1:hover {
  opacity: 0.7;
}
#title h1 a {
    display: inline-block;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    height: 100%;
    width: 100%;
}
/*topMenu*/
#topMenu{
	border-bottom: 3px solid #ffa700;
}
#topMenu .topMenu li:hover {
	background: #fbe99c;
}
/*bg*/
.article.bg {
  background: #ffe88a;
  color: #000;
}
/*col*/
.mainArticles .article.col2,
.mainArticles .article.col3{
	background: #fdf5d7;
	border-radius: 8px;
	padding-top: 0;
}
.mainArticles .article.col2 .article_body,
.mainArticles .article.col3 .article_body{
	padding: 0;
}
.mainArticles .article.col2 h3,
.mainArticles .article.col3 h3{
	background: #f2c815;
	border-radius: 8px 8px 0 0;
	color: #fff;
	font-size: 1.6em;
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: .3em;
	text-align: center;
}
.mainContents .article.col2 h3::after,
.mainContents .article.col3 h3::after{
	content: none;
}
.mainArticles .article.col2 p,
.mainArticles .article.col3 p{
	margin: 0 1.5em 1.5em;
}

.mainArticles .article.col2 .article_body .image,
.mainArticles .article.col3 .article_body .image{
  width: 80%;
  display: block;
  margin: 0 auto 1.5em auto;
  border-radius: 50%;
  height: auto;
  max-width: 400px;
}

.mainArticles .article.col2{
	margin: 0 1% 1em 1%;
	width: 48%;
}
.mainArticles .article.col2:nth-child(2n){
	margin-right: 0;
}

/*list*/
ul.check li::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.6em;
  left: -1.3em;
  width: .6em;
  height: 0.3em;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}
ul.check li::after {
  content: '';
  position: absolute;
  left: -1.5em;
  width: 24px;
  height: 24px;
  background: #ff8300;
  border-radius: 50%;
  z-index: 0;
  top: .4em;
}

/*flowTbl*/
.article table#flowTbl td {
  background: #fdf5d7;
}
.article table#flowTbl td strong{
	color: #957906;
	font-size: 1.3em;
}
.article table#flowTbl tr:last-child td {
	background: #ffb300;
	border-color: #ffb300;
	font-weight: bold;
}

/*お問い合わせ欄*/
.article.otoiawase .article_body{
	background: url(/materials/175185011220503.jpg) no-repeat center center / cover;
	background-blend-mode: overlay;
	background-color: rgba(255, 255, 255, 0.5);
	padding-bottom: 1em;
	text-shadow: 2px 2px 2px #FFF;
}
.article.otoiawase h3 {
  margin-bottom: 1em;
}
.article.otoiawase h3::after{
	content: '';
}
table.otoiawase {
  width: 100%;
}
.otoiawase table caption {
  font-size: 36px;
  font-weight: 700;
}
.article.otoiawase table{
	border-left: none;
	border-top: none;
	text-align: center;
}
.article.otoiawase table td, .article.otoiawase table th {
	border-bottom: none;
	border-right: none;
	padding: 2px;
	font-size: 1.2em;
}
.article.otoiawase a.btn{
	color: #333;
	text-shadow: none;
	font-size: 1.2em;
	padding: 10px 0;
	width: 80%;
	margin: auto;
}
/*サイドコンテンツ*/
.freeHtml {
	background: #fff;
	padding: 16px;
	margin-top: 0;
	margin-bottom: 25px;
}
.freeHtml table{
	margin-bottom: 1em;
}
.freeHtml_body a.btn {
	border-radius: 4px;
	color: #333;
	background: #ffce00;
	font-size: 1.2em;
	padding: 10px 0;
	width: 80%;
	margin: auto;
}
.freeHtml_body a.btn:hover{
	background: #fff;
	color: #333;
}

.sideLogo {
  text-align: center;
}
.sideLogo img {
  width: 200px;
  height: auto;
}
/*改行*/
.break-sp{
	display: inline;
}
@media screen and (max-width:780px){
body {font-size: 16px;}
	#title #title_outer{
		background: none;
	}
}
@media screen and (max-width:600px) {
body {font-size: 14px;}
	#title h1{
		background-size: contain;
		height: auto;
		width: calc(100% - 70px);
		min-width: 270px;
	}
	#mainArticles h2, #listTopics h2 {
	font-size: 2em;
  }
	.mainContents .article h3, 
	.mainContents div.gallery h3, 
	#mainServices h2, #mainTopics h2,
	#mainArticles div[id^="blog"] h2{
		font-size: 1.5em;
	}
	.mainArticles .article.col2,
	.mainArticles .article.col3{
		width: 100%;
		padding: 0 0 24px;
	}
	.mainArticles .article.col2 h3, 
	.mainArticles .article.col3 h3{
		font-size: 1.3em;
	}
	.mainArticles .article.col2:nth-child(2n) {
		margin-right: 1%;
	}
	ul.check li{font-size: 1em;}
	
	a[href^="tel:"]{color: #000; text-decoration:none;font-weight: normal;}
	a[href^="tel:"]:hover{color: #000; text-decoration:none;}
	
	/*お問い合わせ欄*/
	.article.otoiawase .article_body{
		background-position: center right 20%;
	}
	.otoiawase table caption{
		font-size: 1.6em;
    	line-height: 1.2;
	}
	/*改行*/
	.break-sp{
		display: block;
	}
	
	/*電話をかける*/
	#bottomLink {
	position: fixed;
	display:block;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 1000;
	height: 3em;
	}
	#bottomLink a span {
	font-size: .8em;
	display: inline-block;
	padding-right: 8px;
	}
	#bottomLink a {
	display: block;
	box-shadow: 0px -1px 4px 1px rgb(0 0 0 / 40%);
	color: #FFF;
		background: #ee714b;
	text-decoration: none;
	line-height: 3em;
	}

	/*#bottomLink a::before {
	font-weight: bold;
	margin-right: 6px;
	color: #FFEB3B;
	}*/
	#wrap {
	margin-bottom: 50px;
	}
	ul.check li::before {
    display: block;
    content: "";
    position: absolute;
    top: .85em;
    left: -1.35em;
    width: .6em;
    height: 0.3em;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1;
}
ul.check li::after {
    content: '';
    position: absolute;
    left: -1.8em;
    width: 24px;
    height: 24px;
    background: #ff8300;
    border-radius: 50%;
    z-index: 0;
    top: .4em;
}
}

/*-------------

バッジ非表示

---------------*/

.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; }