@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Oswald&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Mynerve&family=Noto+Sans+JP:wght@200;300;400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@200&display=swap');


@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1080px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 500px) {}










/*-----------------------------------------------------------------------------------------
0000
----------------------------------------------------------------------------------------- */
body {
	font-family: 'Noto Sans JP', 'Zen Kaku Gothic New', 'Zen Maru Gothic', 'Plus Jakarta Sans', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
}


.list figure {
	border: 1px solid #ddd;
	padding: 2px;
	box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
}

.list h3 {
	font-size: 3.3rem;
	line-height: 1.2;
	font-weight: 600;
	color: #14477E;
	padding: 0 0 0.25em 0;
	margin: 0 0 0.25em 0;
	border-bottom: 5px double #14477E;
	display: block;
	width: 100%;
	background:transparent
}

.list h5 {
	font-size: 2.4rem;
	line-height: 1.3;
	font-weight: 600;
	color: #14477E;
}

.list p {
	font-size: 1.6rem;
	line-height: 1.7;
	margin: 1em 0;
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1080px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 500px) {}










/*-----------------------------------------------------------------------------------------
0000
----------------------------------------------------------------------------------------- */
/* .example .list li.col-12 {
	border-bottom:11px dashed red;
	margin-bottom:3.0rem
} */
.example .list dl dt,
.example .list dl dd {
	width: 100%;
}

.example .list dl dd ol,
.single article ol,
.single-product ul.gallery,
.single-product ul.gallery1,
.single-product ul.half {
	border: 0px solid #f3f3f3;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0.5rem;
	margin:3.0rem 0;

}

.example .list dl dd ol li,
.single article ol li,
.single-product ul.gallery li,
.single-product ul.gallery1 li,
.single-product ul.half li {
	width: 50%;
	overflow: hidden;
	padding: 1.0rem;
	border: 0px solid green;
	font-size:1.6rem;
	text-align:center;
}

.example .list dl dd ol li a,
.single article ol li a,
.single-product ul.gallery li a,
.single-product ul.gallery1 li a,
.single-product ul.half li a  {
	position: relative;
	border: 1px solid #ddd;
	padding-bottom: 56.25%;
	height: 0;
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom:0.5rem;
}

.example .list dl dd ol li a::after,
.single article ol li a::after,
.single-product ul.gallery li a::after,
.single-product ul.gallery1 li a::after,
.single-product ul.half li a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 2.5em;
	height: 2.5em;
	content: '\f00e';
	font-family: "Font Awesome 5 Free";
	font-size: 1.5rem;
	line-height: 1;
	color: white;
	background: rgba(0, 0, 0, 0.7);
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-weight: bold;
}

.example .list dl dd ol li a img,
.single article ol li a img,
.single-product ul.gallery li a img,
.single-product ul.gallery1 li a img,
.single-product ul.half li a img {
	border: 0px solid red;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width:100% !important;
	max-width: initial
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1080px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 500px) {}










/*-----------------------------------------------------------------------------------------
0000
----------------------------------------------------------------------------------------- */
.single ul.area-btn {
	border-bottom: 1px solid #ddd;
	padding: 1.0rem 0;
	margin: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.single ul.area-btn li {
	padding: 0.75rem !important;
	margin: 0  !important;
	width: auto;
}

.single ul.area-btn li.qr-code {
	width: calc(100% / 12 * 2);
}

.single ul.area-btn li a {
	background: #14477E;
	color: white;
	width: 100%;
	display: block;
	font-size: 1.6rem;
	line-height: 1;
	padding: 0.5em 3em;
	marign: 0;
	text-align: center;
	border-radius:0.3rem;
}

.single ul.area-btn p {
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #111;
	padding: 0;
	margin: 0.5em 0;
}

.single ul.area-btn li.btn-zumen a {
	background: #A40001
}

.single ul.area-btn li.btn-catalog a {
	background: #10ABA6
}



@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1080px) {
.single ul.area-btn li,
.single ul.area-btn li.qr-code {
	width: calc(100% / 12 * 3) !important;
}
.single ul.area-btn li a {
padding: 0.5em;
}
}

@media screen and (max-width: 768px) {
	.single ul.area-btn li,
	.single ul.area-btn li.qr-code {
		width: calc(100% / 12 * 4) !important;
	}
}

@media screen and (max-width: 500px) {
	.single ul.area-btn li,
	.single ul.area-btn li.qr-code {
		width: calc(100% / 12 * 6) !important;
	}
}











/*-----------------------------------------------------------------------------------------
0000
----------------------------------------------------------------------------------------- */
.single-example article h2 {
	font-size: 3.3rem;
	line-height: 1.2;
	font-weight: 600;
	color: #14477E;
	padding: 0 0 0.5em 0;
	margin: 0 0 0.5em 0;
	border-bottom: 5px double #14477E;
	display: block;
	width: 100%;
	background:transparent;
	font-weight:600;
	letter-spacing:0;
}

.single-example article ul {
	margin:3.0rem 0;
}
.single-example article ul li {
	font-size: 1.6rem;
	line-height:1.5;
	list-style:disc;
	llist-style-position:outside;
	margin:0 0 1em 1.5em;
}

.single-example article .entry {}

.single-example article .entry a{
	text-decoration:underline;
	font-weight:600;
	color:#35B572
}













.single article > section {
	margin-top:0;
}


aside.area-btn {
	margin-bottom:2.5vw;
}






.single main .header h1 {
	font-size: 4.0rem;
}