@charset "UTF-8";


/* reset */
* {
	box-sizing: border-box
}

body {
	color: #333;
	font-family: 游ゴシック体, Yu Gothic, YuGothic, sans-serif;
	font-feature-settings: "palt";
	font-size: 14px;
	line-height: 1.6;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	word-break: break-word;
	word-wrap: break-word
}

body, h2 {
	margin: 0;
	padding: 0
}

h2 {
	border-bottom: 1px solid #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 20px;
	padding-bottom: 5px
}

p {
	margin: 0 0 16px
}

a {
	color: inherit;
	text-decoration: none;
	transition: all .4s ease
}

strong {
	font-weight: bolder
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom
}

sup {
	font-size: .8em;
	vertical-align: top
}


/* layout */
.p-lo-2__imagearea {
	flex-shrink: 0;
	width: 180px;
}

.c-btn {
	align-items: center;
	border: 1px solid #6f0021;
	color: #6f0021;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	min-width: 160px;
	padding: 8px 16px
}

.c-btn:hover {
	background-color: #6f0021;
	color: #fff
}

.u-fs--md {
	font-size: 16px;
	line-height: 1.4
}

.u-fs--xs {
	font-size: 10px;
	line-height: 1.4
}

.u-mt--1 {
	margin-top: 16px
}

.u-mt--2 {
	margin-top: 24px
}

.u-mb--2 {
	margin-bottom: 32px
}

.u-mb--3 {
	margin-bottom: 48px
}

.u-txt--center {
	text-align: center
}

@media screen and (min-width:769px) {
	h2 br {
		display: none
	}
	h2 {
		font-size: 20px
	}

	.p-lo-2 {
		display: flex;
	}
	.p-lo-2__textarea {
		margin-left: 36px;
	}

	.u-fs--md {
		font-size: 18px
	}

	.u-fs--xs {
		font-size: 12px
	}

	.u-mt--2 {
		margin-top: 32px
	}
}

@media screen and (max-width:768px) {
	.p-lo-2__imagearea {
		margin-bottom: 15px;
		margin-left: auto;
		margin-right: auto
	}
	.p-lo-2__textarea br {
		display: none
	}
}

/*# sourceMappingURL=style.css.map */