/*レスポンシブ02 ブルー*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;600;800&family=Zen+Old+Mincho&display=swap');
body {
	color: #1b1b1b;
	font-weight: normal;
	font-family: "Open Sans", "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

a.btn {
	padding: 8px 2em;
}
#mainTopics {
    background: none;
}
ul.topics li {
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 0;
}
#listTopics ul.topics li {
    border-bottom-style: solid;
}
#pankuz p {
    margin: 16px 0;
    text-align: left;
    font-size: 0.78em;
    line-height: 1;
}
.article h3 a,
.gallery h3 a {
	font-weight: bold;
}

.article.zero_margin,
.gallery.zero_margin {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.article table.normalTbl {
	font-size: 1em;
}

.article table.normalTbl th {
	vertical-align: top;
}

.article table.normalTbl th{
	text-align: center;
}
.side table.normalTbl {
	width: 100%;
	margin: 0 auto;
}

.side table.normalTbl th,
.side table.normalTbl td {
	border: solid 1px #ccc;
	padding: 4px 18px;
}

.side table.normalTbl th {
	font-weight: bold;
	background: #f3f3f3;
	width: 30%;
}

.side_logo {
	text-align: center;
	max-width: 400px;
	margin: 0 auto 20px auto;
}

.side_logo img {
	max-width: 100%;
}

div#topMenu {
    /* border-bottom: solid 3px var(--mono-color); */
	border-bottom: none;
}
#topMenu_outer .topMenu li a {
	font-weight: normal;
}

@media only screen and (max-width: 480px) {
	body {
		font-size: 14px;
		font-family: sans-serif;
	}
}

.article.contact {
	padding: 0 !important;
}

.article.contact .image {
	margin-bottom: 0 !important;
}

.article.mini .image {
	width: 200px;
}

#mainArticles table.contactTable tr th {
	font-weight: normal;
}

#mainArticles table.contactTable input.button,
#mainArticles table.contactTable input[type="button"] {
	border-radius: 4px;
}


#mainArticles .envelope {
	background: #f1f7fa;
}

.article.col2,
.article.col3,
.article.col4,
.article.col5 {
	margin: 0 0 40px;
}


/*commitment*/
.mainArticles .article.max.comm .article_right .image,
.mainArticles .article.max.comm .article_left .image {
	width: 64%;
	max-width: 64%;
}

.mainArticles .article.max.comm .article_right .image img,
.mainArticles .article.max.comm .article_left .image img {
	width: 100%;
}

.article.max.comm {
	margin-bottom: 8px;
	/* background: #1b1b1b; */
	padding: 0;
}

.article.max.comm .article_left {
	padding-right: 40px;
}

.article.max.comm .article_right {
	padding-left: 40px;
}

@media only screen and (max-width: 600px) {

	.article.max.comm .article_left,
	.article.max.comm .article_right {
		padding: 0;
	}

	.mainArticles .article.max.comm .article_right .image,
	.mainArticles .article.max.comm .article_left .image {
		width: 100%;
		max-width: 100%;
	}

	.mainArticles .article.max.comm {
		padding-left: 4%;
		padding-right: 4%;
	}
}

/*lists*/
ul.check li {
	font-size: 1em;
	font-weight: normal;
}

ul.check li strong {
	font-size: 120%;
}

ul.checkList{
	overflow: hidden;
}
ul.checkList li{
    padding-left: 37px;
    background: url(/materials/174633109678201.png);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left top;
    font-size: 1.2rem;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 20px;
    font-weight: bold;
}
ul.checkList li span.content{
	font-size: 1rem;
	font-weight: normal;
	color: #444;
}
ul.merit,
ul.subject {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

ul.merit li,
ul.subject li {
	flex-basis: 100%;
	padding: 1em .5em;
	background: var(--mono-color);
	border-radius: 2em;
	margin: .25em 0;
	color: #fff;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}

ul.subject li {
	background: var(--di-color);
}

ul.omoi{
	margin-bottom: 10px;
}
ul.omoi li {
	position: relative;
    padding-left: 30px;
    font-size: 1.2em;
    border-bottom: solid 1px var(--penta-color);
    color: var(--penta-color);
    font-weight: bold;
    padding: 10px 10px 10px 30px;
}
ul.omoi li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--mono-color);
	background: url(/materials/174938573335301.png) no-repeat center center;
	background-size: contain;

}


ul.faq li.qus,
ul.faq li.ans {
	padding-left: 38px;
}

ul.faq li.qus:before,
ul.faq li.ans:before {
	margin: 0 6px 0 -38px;
}

ul.faq li.qus::before {
	background-color: var(--tri-color);
}

ul.faq li.ans::before {
	background-color: var(--di-color);
}

/*articleFlow*/
.articleFlow {
	border: solid 5px var(--mono-color);
	padding: 1.5em;
	position: relative;
}

.articleFlow:after {
	font-family: "Font Awesome 5 Free";
	content: "\f078";
	font-weight: bold;
	font-size: 1.5em;
	position: absolute;
	bottom: -2em;
	left: calc(50% - .5em);
	color: var(--mono-color);
}

.articleFlow.last:after {
	content: none;
}

@media only screen and (max-width: 1024px) {
	.articleFlow {
		margin: 0 4% 40px;
	}
}

/*flow*/
/* .article table.flowTbl {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	width: auto;
	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: 20px;
	padding: 5px;
	padding-left: 26px;
	position: relative;
}

.article table.flowTbl td:before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--mono-color);
	position: absolute;
	left: -6px;
	top: .75em;
}

.flowTbl td::after {
	content: "";
	width: .8em;
	height: 1px;
	background: #ccc;
	position: absolute;
	top: 1em;
	left: 4px;
} */

.flowTbl tr:last-child td {
	margin-bottom: 0;
}

.flowTbl tr td strong {
	display: inline-block;
	font-size: 1.15em;
	font-weight: bold;
	/* letter-spacing: 0.1em; */
	line-height: 1.25;
	margin-bottom: .5em;
	color: #454545;
}


/* 表組テーブル */
#contents table.flowTbl {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin: 10px auto;
    width: 95%;
}
#contents .flowTbl td {
    border: 3px solid var(--mono-color);
    border-radius: 4px;
    display: block;
    height: auto;
    margin-bottom: 56px;
    padding: 4%;
    position: relative;
}
#contents .flowTbl td::after {
    color: var(--mono-color);
    content: "▼";
    font-family: monospace;
    font-size: 48px;
    left: 0;
    right: 0;
    top: 100%;
    bottom: auto;
    position: absolute;
    text-align: center;
    transform: scaleY(0.5);
}
#contents .flowTbl tr:last-child td {
    margin-bottom: 0;
    background: #FFF;
}
#contents .flowTbl tr:last-child td::after {
    display:none;
}
#contents .flowTbl td strong {
    color: #f99;
    display: block;
    font-size: 130%;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
}
#contents .flowTbl h4{padding-left: 0;}
#contents .flowTbl h4:before{display:none;}




.flow_design05 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flow05 {
padding-left: 0;
}

.flow05 > li {
list-style-type: none;
position: relative;
padding-left: 70px;
}

.flow05 > li:not(:last-child) {
padding-bottom: 60px;
}

.flow05 > li .icon05 {
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
border-radius: 100vh;
display: inline-block;
background: #4D9BC1;
color: #fff;
position: absolute;
left: 0px;
}

.flow05 > li:not(:last-child)::before {
content: '';
background: #c3c3c3;
width: 4px;
height: 100%;
position: absolute;
top: calc(50% - -30px);
left: 19px;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}

.flow05 > li dl dt {
font-size: 1.3em;
font-weight: 600;
color: #4D9BC1;
}

.flow05 > li dl dd {
margin-left: 0;
}

/*----------header----------*/
#title h1 {
	background: url(/materials/174918383488201.png) left center no-repeat;
	background-size: contain;
	height: 90px;
    width: 400px;
}

h1 a {
	overflow: hidden;
	text-indent: 110%;
	white-space: nowrap;
	display: block;
	height: inherit;
}
h1:hover {
    opacity: 0.8;
}
#title #title_outer {
	background: url(/materials/174930667799101.png) right center no-repeat;
	background-size: 300px;
}

@media only screen and (max-width: 800px) {
	#title h1 {
		width: 256px;
	}

	#title #title_outer {
		background-size: 256px;
	}
}

@media only screen and (max-width: 600px) {
	#title h1 {
		background-size: contain;
		padding-left: 0;
		margin-left: 4%;
		width: 220px;
		height: 56px;
	}

	#title #title_outer {
		background: none;
		justify-content: start;
	}

	.article table.normalTbl th/*,
	.article table.normalTbl td*/ {
		text-align: center;
	}

	.article table.normalTbl th {
		font-weight: bold;
	}
}



#slider .slick-slide {
	height: auto !important;
}

/*----------headline----------*/
#mainArticles h2,
#listTopics h2,
#mainTopics h2,
h2,
.article h3,
.gallery h3,
.freeHtml h3,
.article h4,
.article h5,
.article h6 {
	/* font-family: "Zen Old Mincho", serif;  */
	font-weight: bold;
	color: var(--deep-color);
}
#mainArticles h2,
#listTopics h2,
#mainTopics h2,
h2 {
    font-size: 2em;
    font-weight: bold;
    padding: 4vw 20px;
    margin-bottom: 1em;
    line-height: 1.5;
	color: #3A4562;
    background: none;
    margin-bottom: 40px;
}
h2,
#mainTopics h2,
#mainArticles .article h2,
.article h3,
.gallery h3,
.freeHtml h3 {
	margin: 0;
	font-weight: bold;
	font-size: 2em;
	line-height: 1.5;
}


#mainTopics h2 strong {
	font-size: 45%;
	font-weight: normal;
	display: inline-block;
	margin-top: 0.5em;
}

.article h3,
.gallery h3, .freeHtml h3,
#mainTopics h2,
h2  {
	text-align: center;
    /* color: #2971a6; */
    font-size: 150%;
    word-break: break-all;
    border-top: dotted 1px var(--mono-color);
    border-bottom: dotted 2px var(--mono-color);
	padding: 0.5em 10px;
	margin-bottom: 40px;
}

.article h3:after,
.gallery h3:after, .freeHtml h3:after,
#mainTopics h2:after  {
	content: none;
}
.article h4 {
	border: none;
	font-weight: bold;
	font-size: 1.1em;
	padding-left: 20px;
	padding-right: 0;
	line-height: 1.25;
	background: none;
    border-bottom: solid 2px var(--mono-color);
    color: var(--mono-color);
    border-radius: 0;
	padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.article h4::before {
    content: "";
	color: var(--penta-color);
    margin-right: 0.5em;
    vertical-align: middle;
    font-size: 0.9em;
    display: inline-block;
	width: 30px;
	height: 32px;
	background: url(/materials/174938573335301.png) no-repeat center center;
	background-size: contain;

	font-size: 1em;
	width: 16px;
	height: 16px;
	background: var(--mono-color);
}

.article.reason{
	position: relative;
}
.article.reason h4 {
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
	position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 86%;
    /* min-height: 4em; */
    background: rgba(255, 255, 255, 1);
    border-radius: 0px;
    font-size: 1em;
    border: none;
    box-shadow: 8px 8px 10px -10px rgba(0, 0, 0, 0.5);
    line-height: 1.6;
	font-family: "Open Sans", "Noto Sans JP", sans-serif;
	font-weight: normal;
	color: #1b1b1b;
}

.article h5 {
	margin: 1em 0;
}

.article h5,
.article h6 {
	font-weight: bold;
}

.article h5 span {
	font-size: .85em;
}


/*----------freeHTML----------*/
.side_address {
	display: flex;
	gap: 20px;
	margin-bottom: 15px;
	padding: 0;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
}

.side_address .logo {
	margin: 0 auto 15px;
	text-align: center;
	width: 300px;
}
.side_address>div{
	width: 48%;
}
.side_address .txtblock {
	width: 48%;
	/* margin: 20px 0; */
}

.side_address .sitename {
	font-size: 22px;
	font-weight: bold;
}

.side_address .txt {
	font-size: 15px;
	margin: 0 auto 15px;
	color: #1b1b1b;
	line-height: 1.8;
	display: block;
	letter-spacing: 0;
	text-align: center;
}
span.tel {
	font-size: 2.5em;
}
@media only screen and (max-width: 600px) {
	.side_address {
		display: flex;
		margin-bottom: 15px;
		padding: 0;
		border-radius: 4px;
		box-sizing: border-box;
		justify-content: center;
		flex-direction: column;
	}

	.side_address .logo {
		margin: 0 auto 5%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.side_address>div{
		width: 100%;
	}
	.side_address .txtblock {
		display: flex;
		align-items: center;
		flex-direction: column;
		width: 100%;
	}

	.side_address .sitename {
		font-size: 18px;
		font-weight: normal;
		line-height: 1.3;
		display: block;
		margin: 0 auto 5px;
	}

	.side_address .txt {
		font-size: 14px;
		margin: 0 auto 5px;
		color: #1b1b1b;
		line-height: 1.6;
		display: block;
		text-align: center;
		letter-spacing: 0;
		white-space: wrap;
		text-align: center;
	}
	span.tel {
		font-size: 1.5em;
	}
}

#bottomLink {
	display: none;
}

@media only screen and (max-width: 600px) {
	#bottomLink {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		text-align: center;
		z-index: 1000;
		height: 48px;
		overflow: hidden;
		display: block;
	}

	#bottomLink a {
		display: block;
		color: #fff;
		/* background: #e8383d; */
		background: var(--penta-color);
		text-decoration: none;
		font-size: 100%;
		line-height: 48px;
		height: 100%;
	}

	#bottomLink a span {
		display: block;
	}

	#wrap {
		margin-bottom: 48px;
	}
}

/*contact us*/
div#contact_us {
	width: 100vw;
	margin: 0 calc(512px - 50vw) 16px;
	padding: 3vw 0;
	line-height: 1.5;
	text-align: center;
	background: url(/materials/172681436333203.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

div#contact_box {
	width: 100%;
	/*max-width: 1024px;*/
	max-width: 824px;
	display: block;
	margin: auto;
	padding: 32px;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(3px);
}



#contact_btn a.btn {
	margin: 16px auto;
}

ul#contact_btn {
	display: flex;
	justify-content: center;
	flex-direction: row;
	font-size: 1em;
}

ul#contact_btn li {
	border: none;
}

ul#contact_btn li a.btn {
	color: var(--white-color);
	margin: 0 .25em;
}

ul#contact_btn li a.btn:before {
	content: none;
}

div#contact_box h3 {
	margin: 0 auto;
	padding: 0;
}

@media only screen and (max-width: 1024px) {
	div#contact_us {
		margin: 0 calc(50% - 50vw) 16px;
		padding: 5vw 0;
	}

	div#contact_box {
		max-width: 90%;
	}
}

@media only screen and (max-width: 600px) {
	ul#contact_btn {
		flex-direction: column;
	}

	ul#contact_btn li a.btn {
		margin: .25em auto;
		min-width: 224px;
	}

	ul.topics li h3 a {
		line-height: 1.25;
	}
}

#mainArticles div[id^="blog"] h2 {
	width: auto;
}

ul.maru.maruFlex {
	display: flex;
	font-size: 1em;
}

ul.maru.maruFlex li {
	margin-right: 2em;
}

/*----------colors----------*/
:root {
    /* --mono-color: #26C6DA; */
    --mono-color: #0056B3;
    --deep-color: #003366;
    --di-color: #70c2e5;
    --tri-color: #2A70A6;
    --tetra-color: #e98b08; /* オレンジ系アクセント */
    --penta-color: #E74C3C; /* 主要な赤系アクセント */
    --hexa-color: #C0392B; /* サブの赤系アクセントまたはホバー用 */
    --bg-color01: #f6f6c9;
}

a {
	color: var(--mono-color);
}

a.btn {
	background: none;
	/* border: solid 1px var(--mono-color); */
	border: solid 1px var(--penta-color);
	font-weight: normal;
	display: inline-block;
	text-align: center;
	color: var(--penta-color);
	border-radius: 0px;
	padding: 15px;
	min-width: 264px;
}

a.btn:hover {
	background: var(--penta-color);
	color: #FFF;
	/* color: var(--hexa-color);
	border-color: var(--hexa-color); */
	/* color: var(--mono-color);
	border-color: var(--mono-color); */
}
a.btn:after {
    /* font-family: "Font Awesome 5 Free";
    content: "\f105"; */
    font-weight: normal;
    margin-left: 10px;
    content: "→";
}
.sideContents #sideServices h2:before,
.sideContents #sideBlogCategories h2:before,
.sideContents #sideBlogDates h2:before,
.sideContents #sideMobile h2:before {
	background: var(--mono-color);
}

.sideBanner_body {
    text-align: center;
}
.sideContents ul li, .sideContents dl dt {
    border: none;
    margin-bottom: 10px;
}
ul.topics li p.date {
	background: var(--mono-color);
}

ul.topics li p.more a,
#mainTopics .listview a {
	background: var(--mono-color);
	font-weight: normal;
}

ul.topics li p.more a:hover,
#mainTopics .listview a:hover {
	background: var(--di-color);
}

#topMenu_outer .topMenu li a:hover {
	background: var(--mono-color);
	color: #FFF;
}

/*Footer*/
#footer {
	background: #eeeeee;
}
#footer_body{
	flex-wrap: wrap;
	padding-top: 0px;
}
#footer_body .topMenu,
#footer_body .services{
	width: 100%;
	justify-content: center;
	flex-direction: row;
    margin: 0;
	flex-wrap: wrap;
}
#footer_body .topMenu li a,
#footer_body .services li a {
	/* background: var(--mono-color); */
	background: none;
	color: #444;
}

#footer_body .topMenu li a:hover,
#footer_body .services li a:hover {
	background-color: var(--di-color);
}

#footer_body .copyright {
	background: var(--tri-color);
	background: #FFF;
	color: #333;
}
#footer_body .topMenu li a:before, #footer_body .services li a:before {
    display: none;
}
#footer * {
    color: #333;
}
#footer_body .topMenu li, #footer_body .services li{
	margin: 0;
}
.sideContents ul li a:hover,
.sideContents dt a:hover {
	background: var(--mono-color);
}

.article.theme,
.gallery.theme {
	background: var(--mono-color);
}

.article.theme2,
.gallery.theme2 {
	background: var(--di-color);
}


#mainArticles .article h2:after {
	background: var(--mono-color);
}

#mainTopics h2:after,
.article h3:after,
.gallery h3:after,
.freeHtml h3:after {
	background: var(--mono-color);
}


.article h5 {
	border-left: solid 4px var(--mono-color);
}

.article h5 span {
	font-size: 0.8em;
}

.article h6:before {
	color: var(--mono-color);
	background: #f3f4f5;
}

ul.topics li h3 a {
	color: var(--mono-color);
	font-size: 1.1em;
}

ul.maru02 li:before {
	color: var(--mono-color);
}

#mainArticles table.contactTable tr td.th_headline {
	background: var(--mono-color);
}

#mainArticles table.contactTable input.button {
	background: var(--mono-color);
}

@media only screen and (max-width: 600px) {
	#toggle {
		background-color: var(--mono-color);
	}

	.active #toggle {
		background-color: var(--mono-color);
	}

	#topMenu_outer .topMenu li a:hover {
		background: var(--mono-color);
		color: #FFF;
	}

	#mainArticles table.contactTable tr.must th {
		padding: 1em 56px 1em 1em;
	}
}

/*youtube*/
div.youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
}

div.youtube iframe {
	width: 100%;
	height: 100%;
}

.article.douga {
	background: #222;
	padding: 0;
}


/*site guide*/
ul.guide {
	display: flex;
	justify-content: space-between;
}

ul.guide li {
	flex-basis: 33%;
}

.article.theme ul.guide li a.btn {
	color: #000;
	background: #fff;
}

ul.guide li a.btn {
	width: 100%;
}

ul.guide li a.btn:hover,
.article.theme ul.guide li a.btn:hover {
	background: var(--di-color);
	color: #fff;
}

@media only screen and (max-width: 600px) {
	ul.guide {
		flex-wrap: wrap;
	}

	ul.guide li {
		flex-basis: 100%;
		margin-bottom: .5em;
	}

	a.btn {
		width: 100%;
	}
}

/*-------------
バッジ非表示
---------------*/
.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;
}




/*------------------------------
* 装飾等
-------------------------------*/
.ul>* {
	margin-left: 1.2em;
	list-style: disc;
}

.article.col4.contribution {
	margin-right: 13px;
}

.article.col4.contribution:nth-of-type(4n) {
	margin-right: 0px;
}

.badge {
	display: inline-block;
	text-align: center;
	padding: 4px 18px;
	border-radius: 3px;
	background: var(--tri-color);
	color: #FFF;
	font-size: 0.9rem;
}
.article.articleFlow h4{
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    width: auto;
}


/*追記*/
.gallery.example .gallery_grid li.galleryGrid .image{
    margin: 0;
}
.gallery.example .gallery_grid li.galleryGrid .galleryGrid_outer{
    margin: 0px;
}
.gallery.example .galleryGrid_body {
	position: relative;
	display: flex;
}

.gallery.example ul.galleryGrids .comment {
	position: absolute;
	pointer-events: none;
	font-size: 1em;
	background: rgb(0 0 0 / .4);
	width: 100%;
	height: 100%;
	align-items: center;
	display: grid;
	color: #fff;
}

/* example2 */
.gallery.example2 .gallery_grid li.galleryGrid .galleryGrid_outer{
	padding: 0;
}
.gallery.example2 .gallery_grid li.galleryGrid .image{
	margin-bottom: 0;
}
.gallery.example2 a {
    height: 100%;
    display: block;
	padding-bottom: 2em;
}
.gallery.example2 ul.galleryGrids .comment {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 0.9em;
    font-weight: normal;
    background: rgb(0 0 0 / .4);
    background: #1F2E61;
    padding: 4px;
    border-radius: 20px;
    width: 60%;
    align-items: center;
    color: #fff;
	pointer-events: none;
	z-index: 10;
}
.gallery.example2 ul.galleryGrids .comment:hover{
	opacity: 0.8;
}
/* .gallery.example ul.galleryGrids {
	background: #ccc;
} */

.article.full{
	padding: 30px 0;
}
.article.full.theme {
	padding-top: 0;
	padding-bottom: 0;
}

.article.full.theme .image {
	margin-bottom: 0;
}

.article.card {
	padding: 20px;
	border: solid 2px var(--mono-color);
	box-sizing: border-box;
	background: url(/materials/174593386851501.png) no-repeat left 20px top 20px;
    background-size: 150px;
	border-radius: 4px;
}
.article.card h3{
	/* background: url(/materials/174593386851501.png) no-repeat left top 20px;
    background-size: 120px; */
    font-size: 1.8em;
}
.article.card h3:after{
	display: none;
}
.article.card h4{
	font-size: 1.6em;
}
@media screen and (max-width: 600px) {
	.article.card {
		margin-left: 20px;
    	margin-right: 20px;
	}
}
/*-------------------------------------------------------
人気メニュー
-------------------------------------------------------*/
h4.ranking {
    position: relative;
    margin: 30px;
    padding:0;
    border:none;
    text-align: center;
  }
  h4.ranking:before,
  h4.ranking:after {
    width:unset;
    height:unset;
    position: absolute;
    z-index: 0;
    top:unset;
    bottom: -10px;
    display: block;
    content: '';
    border: 1em solid #f70;
    background:none;
  }
  h4.ranking:before {
    left: -30px;
    border-left-width: 15px;
    border-left-color: transparent;
  }
  h4.ranking:after {
    right: -30px;
    border-right-width: 15px;
    border-right-color: transparent;
  }
  h4.ranking span {
    position: relative;
    z-index: 1;
    display: block;
    padding: 0.5em 1.0rem;
    color: #fff;
    background: #f90;
  }
  h4.ranking span:before,
  h4.ranking span:after {
    position: absolute;
    bottom: -10px;
    display: block;
    content: '';
    border-style: solid;
    border-color: #c30 transparent transparent transparent;
  }
  h4.ranking span:before {
    left: 0;
    border-width: 10px 0 0 10px;
  }
  h4.ranking span:after {
    right: 0;
    border-width: 10px 10px 0 0;
  }

.strong{
    font-size: 1.6em;
    font-weight: bold;
    color: var(--mono-color);
}


.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px var(--mono-color);
    border-radius: 0px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: var(--mono-color);
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}

/*背景*/
.article.bg01, .gallery.bg01 {
    background: var(--bg-color01);
}


ul.btnList {
	display: flex;
	justify-content: start;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 auto;
	padding: 0;
}
ul.btnList a.btn {
    min-width: 200px;
	font-weight: bold;;
}

ul.serviceBtnList li{
	width: calc(100% / 3 - 8px);
}
ul.serviceBtnList a.btn{
	width: 100%;
}
@media screen and (max-width: 600px) {
	ul.serviceBtnList li{
		width: 100%;
	}
}


ol.pp {
    padding-left: 1.25em;
    font-size: 1em;
}
ol.pp li {
    list-style-type: decimal;
    margin-bottom: 10px;
}
ul.notes {
	list-style-type: none;
	margin-left: 1em;
	font-size: 1em;
}


.article.contact_block{
	background: #71CBCE;
	color: #FFF;
	text-align: center;
	padding: 80px 20px;
}
a.contact_btn{
	display: inline-block;
	text-align: center;
	border-radius: 60px;
	border: solid 1px #FFF;
	color: #FFF;
	padding: 20px 60px;
	text-decoration: none;
	font-size: 1.4em;
	box-sizing: border-box;
}
a.contact_btn:hover{
	background: #FFF;
	color: #71CBCE;
	transition: all 0.3s ease;
}
.contact_txt{
	margin-top: 20px;
}



.article table.gTable {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}
.article table.gTable th,
.article table.gTable td {
	border: none;
	padding: 10px;
}
.article table.gTable img{
	max-width: 100%;
}
.article table.gTable td{
	width: 50%;
	vertical-align: top;
	text-align: center;
}
.cke_editable{
	max-width: 100%;
}
.cke_editable img {
    max-width: 100%;
}


/*------------------------------
* 強み
-------------------------------*/
.article.features .article_outer {
	height: 100%;
}
.article.features .article_body{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: start;
	gap: 8px;
	height: 100%;
}
.article.features .article_body .image{
	order: 1;
	margin-top: auto;
	margin-bottom: 0;
}

@media screen and (max-width: 600px) {
	.article.underImgSp .article_body {
		display: flex;
		flex-direction: column;
	}
	.article.underImgSp .image{
		order: 1;
	}
}