/* pure */
.pure-g {
	letter-spacing: -.31em;
	text-rendering: optimizespeed;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	align-content: flex-start;
}
.pure-u {
	display: inline-block;
	zoom: 1;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	text-rendering: auto;
}
.pure-u-1,
.pure-u-1-2,
.pure-u-1-3,
.pure-u-2-3,
.pure-u-1-4,
.pure-u-3-4 {
	display: inline-block;
	zoom: 1;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	text-rendering: auto;
}
.pure-u-1-4 { width: 25%; }
.pure-u-1-3 { width: 33.3333%; }
.pure-u-1-2 { width: 50%; }
.pure-u-2-3 { width: 66.6667%; }

@media screen and (max-width: 767px) {
	.pure-u-md-1-2 { width: 50%; }
	.pure-u-md-1, .pure-u-md-1-1 { width: 100%; }
}

/* space */
.space-u-20 {
  margin-top: -20px;
  margin-left: -20px; }

.space-u-20-child {
  padding-top: 20px;
  padding-left: 20px; }

@media screen and (max-width: 767px) {
  .space-u-20 {
    margin-top: -3.125vw;
    margin-left: -3.125vw; }
  .space-u-20-child {
    padding-top: 3.125vw;
    padding-left: 3.125vw; } }

/* ul */
.ul-disc, .ul-decimal, .ul-latin, .ul-upperLatin {
  margin-left: 20px; }

.ul-disc > li, .ul-decimal > li, .ul-latin > li, .ul-upperLatin > li {
  margin-bottom: 5px; }

.ul-disc > li {
  list-style: disc; }

.ul-decimal > li {
  list-style: decimal; }

.ul-latin > li {
  list-style: lower-latin; }

.ul-upperLatin > li {
  list-style: upper-latin; }

/* blockLayout */
.bclo-cap {
	padding-top: 10px;
	color: #000;
	font-size: 14px;
	text-align: left;
}

.bclo-textBlock {
	margin-bottom: 40px;
}

.bclo-textWrap-title {
	font-size: 18px;
	font-weight: bold;
}

.bclo-textWrap-title+.bclo-textWrap-text {
	margin-top: 20px;
}

.bclo-textWrap-text {
	margin-top: 15px;
}

.bclo-link {
	margin-top: 15px;
	text-align: center;
}

.bclo-link:nth-of-type(1) {
	margin-top: 25px;
}

.bclo-link-button {
	max-width: 100%;
	text-align: left;
}

.bclo-link-button_center {
	text-align: center;
}

.bclo-link-button-a {
	position: relative;
	display: inline-block;
}

.bclo-link-button-a:after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: #000 1px solid;
	border-right: #000 1px solid;
	position: absolute;
	top: calc(50% - 5px);
	right: -25px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.bclo-link-button-txt {
	line-height: 1.4;
}

.bclo-imgWrap {
	display: block;
	width: 100%;
	text-align: center;
}

.bclo-imgWrap-inner {
	vertical-align: middle;
}

.bclo-imgWrap img {
	width: 100%;
}

.bclo-imgWrap+.bclo-textWrap {
	margin-top: 20px;
}

.bclo-imgLink {
	display: block;
	transition: 0.4s;
}

.bclo-imgLink:hover {
	opacity: 0.55;
}

.rt_cf_b_type_is_4 .rt_cf_it_layout_1 {
	width: 100%;
}
.bclo-title-lg {
	position: relative;
	width: 100%;
	margin-bottom: 40px;
	padding-bottom: 20px;
	font-family: 'Shippori Mincho', serif;
	font-size: 26px;
	border-bottom: 3px solid #f4f4f4;
}
.bclo-title-lg:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 40px;
	height: 3px;
	background-color: #D5212C;
}

.bclo-title-sm {
	margin-bottom: 40px;
	font-size: 18px;
}

.bclo-imgWrap-inner {
	display: table-cell;
	vertical-align: middle;
}

.bclo-col01,
.bclo-col02,
.bclo-col03,
.bclo-col04 {
	margin-bottom: 40px;
}

.bclo-col02+.bclo-col02 {
	margin-top: -40px;
}

.bclo-col03+.bclo-col03 {
	margin-top: -40px;
}

.bclo-col04+.bclo-col04 {
	margin-top: -40px;
}

.bclo-leftImage-lg,
.bclo-leftImage-sm,
.bclo-rightImage-lg,
.bclo-rightImage-sm {
	margin-bottom: 40px;
}

.bclo-leftImage-lg .bclo-textWrap,
.bclo-leftImage-sm .bclo-textWrap,
.bclo-rightImage-lg .bclo-textWrap,
.bclo-rightImage-sm .bclo-textWrap {
	margin-top: 0;
	padding: 0;
}

.bclo-list {
	margin-bottom: 40px;
	padding: 40px;
	background-color: #f6f5f0;
	border-radius: 10px;
}

.bclo-list-li {
	font-size: 14px;
}

.bclo-list-li-a {
	text-decoration: underline;
}

.bclo-list-li-a svg {
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin-left: 5px;
	fill: #8f8f8f;
	background-position: 0 0;
}

.mod-modal {
	display: block;
	cursor: pointer;
}

.mod-modal-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 10001;
	transition: 0.4s;
}

.mod-modal-overlay.is-active {
	display: block;
}

.mod-modal-overlay.is-visible {
	opacity: 1;
}

.mod-modal-overlay img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 80%;
	width: auto;
	max-height: 80%;
	background-color: #fff;
	border: 10px solid #fff;
}

.mod-modal-closeArea {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 501;
}

.mod-modal-closeBtn {
	display: block;
	cursor: pointer;
	position: absolute;
	top: calc(10% - 40px);
	right: 10%;
	color: rgba(255, 255, 255, 0.8);
	z-index: 502;
}

.mod-modal-closeBtn span {
	display: block;
	position: relative;
	width: 30px;
	height: 30px;
}

.mod-modal-closeBtn span:before,
.mod-modal-closeBtn span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 100%;
	height: 1px;
	background: #fff;
}

.mod-modal-closeBtn span:after {
	width: 1px;
	height: 100%;
}

@media screen and (max-width: 1024px) {

	.bclo-cap {
		font-size: 12px;
	}

	.bclo-link:nth-of-type(1) {
		margin-top: 6.25vw;
	}

	.bclo-link-button {
		width: 67.1875vw;
	}

	.bclo-title-lg {
		padding-bottom: 10px;
		font-size: 20px;
	}

	.bclo-title-sm {
		font-size: 18px;
	}

	.bclo-list {
		padding: 10px;
	}

	.mod-modal-overlay img {
		border-width: 5px;
		width: 90%;
		max-width: 90%;
	}

	.mod-modal-overlay {
		height: 110%;
	}

}
