<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'UTF-8';
/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* header
-----------------------------------------------------------------*/
.g-header .gnav__item--03 a {
	background-color: #000;
	color: #fff;
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   #sec-point
---------------------------------------------------------------------------*/
.sec-point {
	position: relative;
	padding-top: 115px;
}

@media only screen and (max-width: 767px) {
	.sec-point {
		padding-top: 55px;
	}
}

.sec-point__body {
	position: relative;
	max-width: 1060px;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	.sec-point__body {
		margin: 0 15px;
	}
}

.sec-point__lead {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: .075em;
}

@media only screen and (max-width: 767px) {
	.sec-point__lead {
		font-size: 16px;
	}
}

.sec-point__txt {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .075em;
}

@media only screen and (max-width: 767px) {
	.sec-point__txt {
		margin-top: 10px;
		font-size: 13px;
	}
}

.sec-point__list {
	display: -ms-flexbox;
	display: flex;
	margin-top: 70px;

	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.sec-point__list {
		display: block;
		margin-top: 40px;
	}
}

.sec-point .point {
	width: 312px;
}

@media only screen and (max-width: 767px) {
	.sec-point .point {
		width: auto;
	}
	.sec-point .point:not(:first-of-type) {
		margin-top: 40px;
	}
}

.sec-point .point__num {
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

.sec-point .point__num .txt {
	display: block;
	font-size: 12px;
	line-height: 1;
	letter-spacing: .2em;
}

.sec-point .point__num .num {
	display: block;
	position: relative;
	margin-top: 5px;
	font-size: 36px;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.sec-point .point__num .num {
		font-size: 30px;
	}
}

.sec-point .point__num .num::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 36px;
	height: 2px;
	background-color: #313131;
	content: '';
	transform: translateX(-50%);
}

.sec-point .point__hdg {
	margin-top: 24px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
}

@media only screen and (max-width: 767px) {
	.sec-point .point__hdg {
		margin-top: 14px;
		font-size: 15px;
	}
}

.sec-point .point__img {
	margin-top: 20px;
}

@media only screen and (max-width: 767px) {
	.sec-point .point__img {
		margin-top: 15px;
	}
}

.sec-point .point__img img {
	width: 100%;
}

.sec-point .point__txt {
	margin-top: 15px;
	line-height: 1.75;
}

@media only screen and (max-width: 767px) {
	.sec-point .point__txt {
		font-size: 13px;
	}
}

/*--------------------------------------------------------------------------
   #sec-example
---------------------------------------------------------------------------*/
.sec-example {
	position: relative;
	margin-top: 100px;
}

@media only screen and (max-width: 767px) {
	.sec-example {
		margin-top: 60px;
	}
}

.sec-example__hdg {
	max-width: 1200px;
	margin: 0 auto;
	padding: 12px 0;
	background-color: #191919;
	text-align: center;
	color: #fff;
	font-size: 20px;
	letter-spacing: .5em;
}

@media only screen and (max-width: 767px) {
	.sec-example__hdg {
		margin: 0 auto;
		padding: 6px 0;
		font-size: 15px;
		letter-spacing: .2em;
	}
}

.sec-example__contents {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	max-width: 1060px;
	margin: 70px auto 0;

	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
	.sec-example__contents {
		display: block;
		margin: 30px 20px 0;
	}
}

.sec-example .example {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 332px;
	margin: 0 0 50px 30px;
	background-color: #e6e3de;
}

@media only screen and (max-width: 767px) {
	.sec-example .example {
		width: auto;
		margin: 0 0 30px;
	}
}

.sec-example .example:nth-child(3n + 1) {
	margin-left: 0;
}

.sec-example .example__img {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 69%;
}

.sec-example .example__img img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.sec-example .example__body {
	padding: 18px 18px 12px;
}

@media only screen and (max-width: 767px) {
	.sec-example .example__body {
		padding: 18px 15px 12px;
	}
}

.sec-example .example__price {
	display: -ms-flexbox;
	display: flex;

	-ms-flex-align: center;
	align-items: center;
}

.sec-example .example__price .ico-ok {
	width: 60px;
	height: 60px;
	margin-right: 20px;
	border-radius: 50%;
	background-color: #9d790a;
	color: #fff;
	padding-top: 13px;
	line-height: 1.3;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.sec-example .example__price .ico-ok {
		width: 42px;
		height: 42px;
		padding-top: 10px;
		margin-right: 10px;
		font-size: 11px;
		line-height: 1.1;
	}
}

.sec-example .example__price .price__txt {
	font-size: 12px;
}

@media only screen and (max-width: 767px) {
	.sec-example .example__price .price__txt {
		font-size: 11px;
	}
}

.sec-example .example__price .price__num {
	position: relative;
	line-height: 1.1;
}
.sec-example .example__price .price__num .num{
	font-size: 30px;
	font-family: 'Roboto Condensed', sans-serif;
}
.sec-example .example__price .price__num .unit{
	font-family: 'YakuHanJP', 'æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“', YuGothic, 'æ¸¸ã‚´ã‚·ãƒƒã‚¯', 'Yu Gothic', 'Noto Sans JP', 'Hiragino Sans', 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯', 'Hiragino Kaku Gothic Pro', 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3', 'ãƒ¡ã‚¤ãƒªã‚ª', 'Meiryo', 'ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯', sans-serif;
	font-size: 12px;
	font-weight: 700;
}
.sec-example .example__price .price__num .num + .unit{
	margin-left: 5px;
}
@media only screen and (max-width: 767px) {
	.sec-example .example__price .price__num .num{
		font-size: 24px;
	}
	.sec-example .example__price .price__num .unit{
		font-size: 11px;
	}
}
/*
.sec-example .example__price .price__num::after {
	position: relative;
	top: -2px;
	margin-left: 5px;
	font-family: 'YakuHanJP', 'æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“', YuGothic, 'æ¸¸ã‚´ã‚·ãƒƒã‚¯', 'Yu Gothic', 'Noto Sans JP', 'Hiragino Sans', 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯', 'Hiragino Kaku Gothic Pro', 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3', 'ãƒ¡ã‚¤ãƒªã‚ª', 'Meiryo', 'ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯', sans-serif;
	font-size: 12px;
	font-weight: 700;
	content: '\4E07\5186';
}
*/
@media only screen and (max-width: 767px) {
	/*
	.sec-example .example__price .price__num::after {
		font-size: 11px;
	}
	*/
}

.sec-example .example__info {
	margin-top: 12px;
	border-top: 1px solid #404040;
}

.sec-example .example__info .info {
	padding: 8px;
	border-bottom: 1px solid #404040;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.sec-example .example__info .info {
		padding: 8px 5px;
	}
}

.sec-example .example__info .info span {
	display: inline-block;
	width: 50%;
}

.sec-example .example__name {
	margin-top: 10px;
	text-align: center;
}

.sec-example__btn {
	margin-top: auto;
	text-align: center;
}

.sec-example__btn a {
	display: block;
	position: relative;
	padding: 10px 0;
	background-color: #191919;
	color: #fff;
}

.sec-example__btn a::after {
	position: absolute;
	top: 50%;
	right: 18px;
	width: 12px;
	height: 20px;
	background: url('../../img/common/ico_arrow_white_bold.svg') no-repeat 50% 50%/cover;
	content: '';
	transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
	.sec-example__btn a::after {
		right: 8px;
		width: 11px;
		height: 16px;
	}
}

.mode-pc .sec-example__btn a:hover {
	background-color: #a6a6a6;
}
</pre></body></html>