/*レスポンシブ02 ブルー*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Noto+Serif+JP:400,700&display=swap');

body {
	color: #1b1b1b;
	font-weight: normal;
	font-family: "Open Sans", "Noto Sans JP", sans-serif;
}

a.btn {
	padding: 8px 2em;
}

.article h3 a, .article h3 a:hover,
.gallery h3 a, .gallery h3 a:hover {
	font-weight: bold;
  color: #fff;
}

.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%;
}

#topMenu_outer .topMenu li a {
	font-weight: bold;
}

@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;
}

div#footer li a {
	font-weight: normal;
}

#mainArticles .envelope {
	background: #d7f3ff;
	/* border: solid 3px var(--mono-color); */
}

.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{

}
ul.checkList li{
    padding-left: 60px;
    background-image: url("/materials/173324853746901.png");
    background-repeat: no-repeat;
    background-size: 46px;
    background-position: left top;
    font-size: 1.4em;
    margin-bottom: 10px;
}

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.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;
	/*margin: 30px;*/
	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;
}

/*----------header----------*/
#title{
	background: var(--mono-color);
}
#title h1 {
	background: url(/materials/177001288434601.png) left center no-repeat;
	background-size: contain;
	height: 104px;
	width: 387px;
}

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/177001786301301.png) right center no-repeat;
	background-size: 320px;
}

@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 {
    font-size: 2em;
    font-weight: bold;
    padding: 4vw 20px;
    margin-bottom: 1em;
    line-height: 1.5;
}

#mainTopics h2,
#mainArticles .article h2,
.article h3,
.gallery h3,
.freeHtml h3 {
	margin: 0;
	font-weight: bold;
	font-size: 2em;
	line-height: 1.5;

	border: solid 1px #444;
	border: none;
    background: #222;
    color: #FFF;
    margin-bottom: 30px;
    font-size: 1.7em;
    padding: 20px 30px;
	overflow: hidden;
	
}
#mainTopics h2::before,
#mainArticles .article h2::before,
.article h3::before,
.gallery h3::before,
.freeHtml h3::before {
	content: "";
    width: 72px;
    height: 100%;
    position: absolute;
    left: -21px;
    top: 0;
    background: var(--tetra-color);
    transform: skewX(-30deg);
    transform-origin: top left;
	/* z-index: -1; */
}
#mainTopics h2::after,
#mainArticles .article h2::after,
.article h3::after,
.gallery h3::after,
.freeHtml h3::after{
	content: "";
    width: 72px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: unset;
    left: unset;
    right: -23px;
    background: var(--tetra-color);
    margin: 0;
    transform: skewX(-30deg);
    transform-origin: bottom right;
	/* z-index: -1; */
}

#mainTopics h2 {
	line-height: 1;
}

#mainTopics h2 strong {
	font-size: 45%;
	font-weight: normal;
	display: inline-block;
	margin-top: 0.5em;
}

.article h4 {
	border: none;
	font-weight: bold;
	font-size: 1.7em;
	padding-left: 0;
	padding-right: 0;
	line-height: 1.25;
	background: none;
    border-bottom: solid 2px var(--mono-color);
    color: var(--mono-color);
    border-radius: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.article h4:before {
	content: none;
}

.article h5 {
	margin: 1em 0;
}

.article h5,
.article h6 {
	font-weight: bold;
}

.article h5 span {
	font-size: .85em;
}


/*----------freeHTML----------*/
.side_address {
	display: flex;
	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 .logo img{
	max-width: 100%;
}
.side_address .txtblock {
	width: 500px;
}

.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;
}

@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 .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;
	}
}

#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;
		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: 6vw 0;
	line-height: 1.5;
	text-align: center;
	background: url(/materials/177002776871601.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);
}

span.tel {
	font-size: 1.8em;
}

#contact_btn a.btn {
	margin: 16px auto;
	display: inline-block;
}

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: 10px 40px;
}

@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;
  margin-bottom: 30px;
}

ul.maru.maruFlex {
	display: flex;
	font-size: 1em;
}

ul.maru.maruFlex li {
	margin-right: 2em;
}

/*----------colors----------*/
:root {
	--mono-color: #000000;
	--di-color: #10264D;
	--tri-color: #222222;
	--tetra-color: #bd0707;
	--penta-color: ;
	--hexa-color: ;
	--btn-color: #E60012;
}

a {
	color: var(--mono-color);
}

a.btn {
	background: var(--btn-color);
	font-weight: normal;
	border-radius: 50px;
}

a.btn:hover {
	background: var(--di-color);
}

.sideContents #sideServices h2:before,
.sideContents #sideBlogCategories h2:before,
.sideContents #sideBlogDates h2:before,
.sideContents #sideMobile h2:before {
	background: var(--tetra-color);
}

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);
}

/*Footer*/
#footer {
	background: var(--mono-color);
}
#footer_body{
	flex-wrap: wrap;;
}
#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);
}

#footer_body .topMenu li a:hover,
#footer_body .services li a:hover {
	background-color: var(--di-color);
}

#footer_body .copyright {
	background: var(--tri-color);
}

.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 h2,
#listTopics h2 {
	/* background-size: auto auto;
	background-color: var(--mono-color);
	background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, var(--mono-color) 3px, var(--di-color) 6px); */
    background-color: var(--tri-color);
	/* background: rgb(0,149,217);
    background: linear-gradient(45deg, rgba(0,149,217,1) 0%, rgba(60,185,241,1) 50%, rgba(0,149,217,1) 100%); */
	color: #f9a21b;
}

#mainArticles .article h2:after {
	background: var(--tetra-color);
}

#mainTopics h2:after,
.article h3:after,
.gallery h3:after,
.freeHtml h3:after {
	background: var(--tetra-color);
}

.article h4:before {
	background: var(--mono-color);
	border-radius: 0;
}

.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);
	}

	#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 {
	background: var(--btn-color);
	color: #fff;
}

ul.guide li a.btn {
	width: 100%;
}

ul.guide li a.btn:hover,
.article.theme ul.guide li a.btn:hover {
	background: var(--tri-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(--mono-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;
}

/* .gallery.example ul.galleryGrids {
	background: #ccc;
} */

.article.full.theme {
	padding-top: 50px;
	padding-bottom: 50px;
}

.article.full.theme .image {
	margin-bottom: 0;
}

.article.card {
	padding: 20px;
	border: solid 2px var(--mono-color);
	box-sizing: border-box;
}
.article.card h4{
	font-size: 1.6em;
}
@media screen and (max-width: 600px) {
	.article.card {
		margin-left: 20px;
    	margin-right: 20px;

	}
.article table.normalTbl th {
        background: #eee;
    }
}
/*-------------------------------------------------------
人気メニュー
-------------------------------------------------------*/
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;
}