@charset "UTF-8";

/*common*/
* {
	box-sizing: border-box;
}

input::-webkit-input-placeholder,
input::-moz-placeholder,
input::-ms-input-placeholder {
	color: #aaa;
}

input:-ms-input-placeholder {
	color: #aaa;
}

/* slick */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir='rtl'] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

@font-face {
	font-family: 'slick';
	font-weight: 400;
	font-style: normal;
	src: url(./fonts/slick.eot);
	src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url(./fonts/slick.woff) format('woff'), url(./fonts/slick.ttf) format('truetype'), url('./fonts/slick.svg#slick') format('svg')
}

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25
}

.slick-prev:before,
.slick-next:before {
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #151515;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -10px
}

[dir='rtl'] .slick-prev {
	right: -10px;
	left: auto
}

.slick-prev:before {
	content: '←'
}

[dir='rtl'] .slick-prev:before {
	content: '→'
}

.slick-next {
	right: -10px
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -10px
}

.slick-next:before {
	content: '→'
}

[dir='rtl'] .slick-next:before {
	content: '←'
}

.slick-dots {
	position: absolute;
	bottom: 10px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}

/*!
	Modaal - accessible modals - v0.4.3
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
	overflow: hidden
}

.modaal-accessible-hide {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden
}

.modaal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	opacity: 0
}

.modaal-wrapper {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: auto;
	opacity: 1;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.modaal-wrapper * {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden
}

.modaal-wrapper .modaal-close {
	border: none;
	background: 0 0;
	padding: 0;
	-webkit-appearance: none
}

.modaal-wrapper.modaal-start_none {
	display: none;
	opacity: 1
}

.modaal-wrapper.modaal-start_fade {
	opacity: 0
}

.modaal-wrapper [tabindex="0"] {
	outline: 0 !important
}

.modaal-wrapper.modaal-fullscreen {
	overflow: hidden
}

.modaal-outer-wrapper {
	display: table;
	position: relative;
	width: 100%;
	height: 100%
}

.modaal-fullscreen .modaal-outer-wrapper {
	display: block
}

.modaal-inner-wrapper {
	display: table-cell;
	width: 100%;
	height: 100%;
	position: relative;
	vertical-align: middle;
	text-align: center;
	padding: 80px 25px
}

.modaal-fullscreen .modaal-inner-wrapper {
	padding: 0;
	display: block;
	vertical-align: top
}

.modaal-container {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: auto;
	text-align: left;
	color: #000;
	max-width: 1000px;
	border-radius: 0;
	background: #fff;
	box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
	cursor: auto
}

.modaal-container.is_loading {
	height: 100px;
	width: 100px;
	overflow: hidden
}

.modaal-fullscreen .modaal-container {
	max-width: none;
	height: 100%;
	overflow: auto
}

.modaal-close {
	position: fixed;
	right: 20px;
	top: 20px;
	color: #fff;
	cursor: pointer;
	opacity: 1;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0);
	border-radius: 100%;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.modaal-close:focus,
.modaal-close:hover {
	outline: 0;
	background: #fff
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
	background: #b93d0c
}

.modaal-close span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden
}

.modaal-close:after,
.modaal-close:before {
	display: block;
	content: " ";
	position: absolute;
	top: 14px;
	left: 23px;
	width: 4px;
	height: 22px;
	border-radius: 4px;
	background: #fff;
	-webkit-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out
}

.modaal-close:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.modaal-close:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.modaal-fullscreen .modaal-close {
	background: #afb7bc;
	right: 10px;
	top: 10px
}

.modaal-content-container {
	padding: 30px
}

.modaal-confirm-wrap {
	padding: 30px 0 0;
	text-align: center;
	font-size: 0
}

.modaal-confirm-btn {
	font-size: 14px;
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	background: 0 0
}

.modaal-confirm-btn.modaal-ok {
	padding: 10px 15px;
	color: #fff;
	background: #555;
	border-radius: 3px;
	-webkit-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out
}

.modaal-confirm-btn.modaal-ok:hover {
	background: #2f2f2f
}

.modaal-confirm-btn.modaal-cancel {
	text-decoration: underline
}

.modaal-confirm-btn.modaal-cancel:hover {
	text-decoration: none;
	color: #2f2f2f
}

.modaal-instagram .modaal-container {
	width: auto;
	background: 0 0;
	box-shadow: none !important
}

.modaal-instagram .modaal-content-container {
	padding: 0;
	background: 0 0
}

.modaal-instagram .modaal-content-container>blockquote {
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important
}

.modaal-instagram iframe {
	opacity: 0;
	margin: -6px !important;
	border-radius: 0 !important;
	width: 1000px !important;
	max-width: 800px !important;
	box-shadow: none !important;
	-webkit-animation: instaReveal 1s linear forwards;
	animation: instaReveal 1s linear forwards
}

.modaal-image .modaal-inner-wrapper {
	padding-left: 140px;
	padding-right: 140px
}

.modaal-image .modaal-container {
	width: auto;
	max-width: 100%
}

.modaal-gallery-wrap {
	position: relative;
	color: #fff
}

.modaal-gallery-item {
	display: none
}

.modaal-gallery-item img {
	display: block
}

.modaal-gallery-item.is_active {
	display: block
}

.modaal-gallery-label {
	position: absolute;
	left: 0;
	width: 100%;
	margin: 20px 0 0;
	font-size: 18px;
	text-align: center;
	color: #fff
}

.modaal-gallery-label:focus {
	outline: 0
}

.modaal-gallery-control {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
	cursor: pointer;
	color: #fff;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0);
	border: none;
	border-radius: 100%;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.modaal-gallery-control.is_hidden {
	opacity: 0;
	cursor: default
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
	outline: 0;
	background: #fff
}

.modaal-gallery-control:focus:after,
.modaal-gallery-control:focus:before,
.modaal-gallery-control:hover:after,
.modaal-gallery-control:hover:before {
	background: #afb7bc
}

.modaal-gallery-control span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden
}

.modaal-gallery-control:after,
.modaal-gallery-control:before {
	display: block;
	content: " ";
	position: absolute;
	top: 16px;
	left: 25px;
	width: 4px;
	height: 18px;
	border-radius: 4px;
	background: #fff;
	-webkit-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out
}

.modaal-gallery-control:before {
	margin: -5px 0 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.modaal-gallery-control:after {
	margin: 5px 0 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.modaal-gallery-next-inner {
	left: 100%;
	margin-left: 40px
}

.modaal-gallery-next-outer {
	right: 45px
}

.modaal-gallery-prev:after,
.modaal-gallery-prev:before {
	left: 22px
}

.modaal-gallery-prev:before {
	margin: 5px 0 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.modaal-gallery-prev:after {
	margin: -5px 0 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.modaal-gallery-prev-inner {
	right: 100%;
	margin-right: 40px
}

.modaal-gallery-prev-outer {
	left: 45px
}

.modaal-video-wrap {
	margin: auto 50px;
	position: relative
}

.modaal-video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	background: #000;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto
}

.modaal-video-container embed,
.modaal-video-container iframe,
.modaal-video-container object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.modaal-iframe .modaal-content {
	width: 100%;
	height: 100%
}

.modaal-iframe-elem {
	width: 100%;
	height: 100%;
	display: block
}

.modaal-loading-spinner {
	background: 0 0;
	position: absolute;
	width: 200px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	-webkit-transform: scale(.25);
	-ms-transform: scale(.25);
	transform: scale(.25)
}

.modaal-loading-spinner>div {
	width: 24px;
	height: 24px;
	margin-left: 4px;
	margin-top: 4px;
	position: absolute
}

.modaal-loading-spinner>div>div {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background: #fff
}

.modaal-loading-spinner>div:nth-of-type(1)>div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}

.modaal-loading-spinner>div:nth-of-type(2)>div,
.modaal-loading-spinner>div:nth-of-type(3)>div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite
}

.modaal-loading-spinner>div:nth-of-type(1) {
	-ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(45deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(2)>div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .12s;
	animation-delay: .12s
}

.modaal-loading-spinner>div:nth-of-type(2) {
	-ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(90deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(3)>div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .25s;
	animation-delay: .25s
}

.modaal-loading-spinner>div:nth-of-type(4)>div,
.modaal-loading-spinner>div:nth-of-type(5)>div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite
}

.modaal-loading-spinner>div:nth-of-type(3) {
	-ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(135deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(4)>div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .37s;
	animation-delay: .37s
}

.modaal-loading-spinner>div:nth-of-type(4) {
	-ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(180deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(5)>div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}

.modaal-loading-spinner>div:nth-of-type(6)>div,
.modaal-loading-spinner>div:nth-of-type(7)>div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite
}

.modaal-loading-spinner>div:nth-of-type(5) {
	-ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(225deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(6)>div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .62s;
	animation-delay: .62s
}

.modaal-loading-spinner>div:nth-of-type(6) {
	-ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(270deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(7)>div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .75s;
	animation-delay: .75s
}

.modaal-loading-spinner>div:nth-of-type(7) {
	-ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(315deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(8)>div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .87s;
	animation-delay: .87s
}

.modaal-loading-spinner>div:nth-of-type(8) {
	-ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(360deg) translate(70px, 0)
}

@media only screen and (min-width:1400px) {
	.modaal-video-container {
		padding-bottom: 0;
		height: 731px
	}
}

@media only screen and (max-width:1140px) {
	.modaal-image .modaal-inner-wrapper {
		padding-left: 25px;
		padding-right: 25px
	}

	.modaal-gallery-control {
		top: auto;
		bottom: 20px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		background: rgba(0, 0, 0, .7)
	}

	.modaal-gallery-control:after,
	.modaal-gallery-control:before {
		background: #fff
	}

	.modaal-gallery-next {
		left: auto;
		right: 20px
	}

	.modaal-gallery-prev {
		left: 20px;
		right: auto
	}
}

@media screen and (max-width:900px) {
	.modaal-instagram iframe {
		width: 500px !important
	}
}

@media only screen and (max-width:600px) {
	.modaal-instagram iframe {
		width: 280px !important
	}
}

@media screen and (max-height:1100px) {
	.modaal-instagram iframe {
		width: 700px !important
	}
}

@media screen and (max-height:1000px) {
	.modaal-inner-wrapper {
		padding-top: 60px;
		padding-bottom: 60px
	}

	.modaal-instagram iframe {
		width: 600px !important
	}
}

@media screen and (max-height:900px) {
	.modaal-instagram iframe {
		width: 500px !important
	}

	.modaal-video-container {
		max-width: 900px;
		max-height: 510px
	}
}

@media only screen and (max-height:820px) {
	.modaal-gallery-label {
		display: none
	}
}

@keyframes instaReveal {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes instaReveal {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes modaal-loading-spinner {
	0% {
		opacity: 1;
		-ms-transform: scale(1.5);
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}

	100% {
		opacity: .1;
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes modaal-loading-spinner {
	0% {
		opacity: 1;
		-ms-transform: scale(1.5);
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}

	100% {
		opacity: .1;
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

body {
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 15px;
	font-size: 1.5rem;
	word-break: break-word;
	word-wrap: break-word;
	line-height: 1.7;
	color: #303030;
	background: #fff;
	width: 100%;
	overflow-x: hidden;
}

.bgPaper {
	background: url(../img/bgPaper.png) repeat;
}

.fontWeight700 {
	font-weight: 700;
}

.enSerif {
	font-family: 'Cinzel', 'Noto Serif JP', "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.enSerif02 {
	font-family: 'Cormorant Garamond', 'Noto Serif JP', "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.jpSerif {
	font-family: 'Noto Serif JP', "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (min-width:767px) {
	.sp {
		display: none;
	}
}

@media screen and (max-width:768px) {
	.pc {
		display: none;
	}
}

a {
	text-decoration: none;
	color: #303030;
}

img {
	vertical-align: top;
}

.color {
	color: #0000cd;
}

.links {
	text-decoration: underline;
}

.links:hover {
	text-decoration: none;
}

.imgWrap .wp-post-image,
.reImg {
	width: 100%;
	height: auto;
}

.reImg02 {
	max-width: 100%;
	height: auto;
}

@media screen and (min-width: 900px) {
	a:hover img {
		opacity: 0.7;
	}
}

.tc {
	text-align: center;
}

/*social*/
.social {
	margin: 20px 0;
	margin-bottom: 15px;
}

.social a {
	color: #ffffff;
	font-size: 25px;
	line-height: 1;
	margin: 0 10px;
}

/*btn*/
.btnA {
	display: inline-block;
}

.btnA a {
	color: #3434da;
	font-size: 1.5rem;
	position: relative;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
}

.btnA a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #3434da;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}

@media screen and (min-width: 900px) {
	.btnA a:hover::after {
		transform: scale(1, 1);
	}
}

.ico img {
	vertical-align: middle;
	position: relative;
	top: -3px;
}

a:hover .ico img {
	opacity: 1;
}

.btnB {
	text-align: center;
	font-size: 1.6rem;
	margin-top: 40px;
}

.btnB a {
	display: block;
	color: #0000cd;
	text-align: center;
	border: 1px solid #0000cd;
	width: 300px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
}

.btnB a:hover {
	background: #0000cd;
	color: #fff;
}

.btnC {
	font-size: 1.4rem;
	display: inline-block;
}

.btnC a {
	display: block;
	color: #ffff;
	text-align: center;
	border: 1px solid #fff;
	width: 100px;
	height: 40px;
	line-height: 38px;
}

.btnC a:hover {
	background: #fff;
	color: #0000cd;
}

/*siteHeader*/
.siteHeader {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 10;
}

.is-showtitle .siteHeader {
	height: 130px;
}

.siteHeaderInner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 5%;
	padding-right: 5%;
	height: 80px;
}

.logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.logo a {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
}

.logo a:hover img {
	opacity: 0.7;
}

.mainNav {
	width: calc(100% - 250px - 5%);
	max-width: 960px;
	margin-left: auto;
}

.mainNav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.mainNav li.navHome,
.mainNav li.navPrivacy {
	display: none;
}

.mainNav li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.mainNav li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.mainNav li a:hover {
	text-decoration: underline;
}

@media screen and (min-width: 768px) {
	.mainNav {
		font-family: 'Noto Serif JP', "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	}
}

/*topMain*/
#topMain {
	padding-top: 80px;
}

.is-showtitle #topMain {
	padding-top: 130px;
}

#topMain h2 {
	padding: 5% 0 0 5%;
	font-size: 5rem;
	letter-spacing: 0.1em;
	z-index: 2;
	position: relative;
}

#topMain img.main {
	margin-top: -40px;
	vertical-align: bottom;
}

/*twoRow*/
.firstRow {
	width: 100%;
	display: flex;
	margin-top: -5%;
	position: relative;
}

@media screen and (max-width: 767px) {
	.firstRow {
		flex-wrap: wrap;
	}

	.firstRow:nth-child(even) {
		flex-wrap: wrap;
		background: url(../img/bgPaper.png) repeat;
	}
}

@media screen and (min-width: 768px) {
	.firstRow::before {
		content: "";
		position: absolute;
		width: 50%;
		height: 100%;
		right: 0;
		top: 0;
		background: url(../img/bgPaper.png) repeat;
		z-index: -1;
	}
}

.firstRow:first-child {
	margin-top: 0;
}

@media screen and (min-width: 768px) {
	.firstRow:nth-child(odd) .innerRow:first-child {
		order: 2;
		padding: 5% 5% 5% 0;
	}

	.firstRow:nth-child(odd) .innerRow:first-child .break {
		margin-left: -10%;
		width: 110%;
	}

	.firstRow:nth-child(odd) .innerRow:last-child {
		order: 1;
		padding: 5% 0 calc(5% + 100px) 5%;
	}

	.firstRow:nth-child(odd) .txtBox {
		padding-right: 15%;
	}

	.firstRow:nth-child(even) .innerRow:first-child {
		order: 1;
		padding: 5% 0 5% 5%;
	}

	.firstRow:nth-child(even) .innerRow:first-child .break {
		margin-right: -10%;
		width: 110%;
		z-index: 1;
	}

	.firstRow:nth-child(even) .innerRow:last-child {
		order: 2;
		padding: 5% 5% 5% 0;
	}

	.firstRow:nth-child(even) .txtBox {
		padding-left: 15%;
		z-index: 2;
	}

	.firstRow:last-child .innerRow {
		padding-bottom: 150px;
	}
}

.twoRow {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-top: -5%;
}

@media screen and (min-width: 768px) {
	.twoRow::before {
		content: "";
		position: absolute;
		width: 50%;
		height: 100%;
		right: 0;
		top: 0;
		background: url(../img/bgPaper.png) repeat;
		z-index: -1;
	}
}

@media screen and (max-width: 767px) {
	.c-breadcrumbs+.twoRow {
		margin-top: -10vw
	}

	.twoRow:nth-child(odd) .innerRow:nth-child(even) {
		background: url(../img/bgPaper.png) repeat;
	}

	.twoRow:nth-child(even) .innerRow:nth-child(odd) {
		background: url(../img/bgPaper.png) repeat;
	}
}

.innerRow {
	display: flex;
	align-items: center;
	width: 50%;
	vertical-align: middle;
	padding: 0 5% 5%;
	position: relative;
}

@media screen and (max-width: 767px) {
	.innerRow {
		display: block;
		width: 100%;
		padding: 10%;
	}
}

@media screen and (min-width: 768px) {
	.twoRow .innerRow:first-child .txtBox {
		padding-right: 0%;
	}

	.twoRow .innerRow:last-child .txtBox {
		padding-left: 15%;
	}
}

.twoRow.twoCnt {
	margin-top: 0;
}

.twoRow.twoCnt .reImg {
	margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
	.twoRow.twoCnt .innerRow .txtBox {
		padding-left: 5%;
	}
}

/* about */
@media screen and (min-width: 768px) {
	.about .twoRow:nth-child(odd) .innerRow:first-child {
		order: 1;
		padding: 5% 0 5% 5%;
	}

	.about .twoRow:nth-child(odd) .innerRow:first-child .break {
		margin-right: -10%;
		width: 110%;
		z-index: 1;
	}

	.about .twoRow:nth-child(odd) .innerRow:last-child {
		order: 2;
		padding: 5% 5% 5% 0;
	}

	.about .twoRow:nth-child(odd) .txtBox {
		padding-left: 15%;
		z-index: 2;
	}
}

/*pageCnt*/
.pageCnt {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

@media screen and (min-width: 768px) {
	.pageCnt {
		margin-top: -5%;
	}

	.pageCnt::before {
		content: "";
		position: absolute;
		width: 50%;
		height: 100%;
		right: 0;
		top: 0;
		background: url(../img/bgPaper.png) repeat;
		z-index: -1;
	}

	.pageCnt .innerRow:first-child {
		padding: 5% 0 calc(5% + 100px) 5%;
	}

	.pageCnt .innerRow:last-child {
		padding: 5% 5% calc(5% + 100px) 0;
	}

	.pageCnt .innerRow:first-child .txtBox {
		padding-right: 15%;
	}

	.pageCnt .innerRow:last-child .txtBox {
		padding-left: 15%;
	}
}

@media screen and (max-width: 767px) {
	.pageCnt .innerRow:last-child {
		background: url(../img/bgPaper.png) repeat;
	}
}

.pageCnt .innerRow {
	align-items: flex-start;
}

.pageCnt .txtBox {
	width: 100%;
}

/* work */

@media screen and (min-width: 768px) {
	.work .twoRow {
		margin-top: -5%;
	}

	.work .bred+.twoRow {
		margin-top: 0;
	}

	.work .twoRow:nth-child(even) .innerRow:first-child {
		order: 1;
		padding: 5% 0 5% 5%;
	}

	.work .twoRow:nth-child(even) .innerRow:first-child .break {
		margin-right: -10%;
		width: 110%;
		z-index: 1;
	}

	.work .twoRow:nth-child(even) .innerRow:last-child {
		order: 2;
		padding: 5% 5% 5% 0;
	}

	.work .twoRow:nth-child(even) .txtBox {
		padding-right: 0;
		padding-left: 15%;
		z-index: 2;
	}

	.work .twoRow:nth-child(odd) .innerRow:first-child {
		order: 2;
		padding: 5% 5% 5% 0;
	}

	.work .twoRow:nth-child(odd) .innerRow:first-child .break {
		margin-left: -10%;
		width: 110%;
	}

	.work .twoRow:nth-child(odd) .innerRow:last-child {
		order: 1;
		padding: 5% 0 calc(5% + 100px) 5%;
	}

	.work .twoRow:nth-child(odd) .txtBox {
		padding-left: 0;
		padding-right: 15%;
	}

	.pages.work .twoRow:last-child .innerRow {
		padding-bottom: 150px;
	}
}

@media screen and (max-width: 767px) {
	.work .twoRow:nth-child(odd) .innerRow:nth-child(even) {
		background: none;
	}

	.work .twoRow:nth-child(even) .innerRow:nth-child(odd) {
		background: none;
	}

	.work .twoRow:nth-child(even) {
		background: url(../img/bgPaper.png) repeat;
	}
}

/* flow */
@media screen and (min-width: 768px) {
	.pages.flow .firstRow:last-child .innerRow {
		padding-bottom: 150px;
	}
}

@media screen and (max-width: 767px) {
	.pages.flow .firstRow {
		margin-top: 0;
	}

	.pages.flow .c-breadcrumbs+.firstRow {
		margin-top: -30px;
	}
}

/*dl*/
.dlA {
	width: 100%;
	display: table;
	border-bottom: 1px solid #e3e3e3;
	padding: 10px 0;
}

.dlA:first-of-type {
	border-top: 1px solid #e3e3e3;
}

.dlA dt,
.dlA dd {
	display: table-cell;
	vertical-align: top;
}

.dlA dt {
	width: 30%;
}

.dlA dd {
	width: 70%;
}

.dlB {
	margin-bottom: 40px;
}

.dlB dt {
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.dlB li {
	margin-bottom: 15px;
	padding-left: 2em;
	text-indent: -2em;
}

.dlB li li {
	margin: 15px 0 15px 1.5em;
}

.dlB .number {
	font-style: normal;
	font-weight: bold;
	width: 2em;
	white-space: nowrap;
	display: inline-block;
	text-indent: 0;
	vertical-align: top;
}

.dlB .content {
	width: 100%;
	display: inline-block;
	text-indent: 0;
	vertical-align: top;
}

.dlB .one {
	margin-bottom: 15px;
	display: block;
	word-break: break-all;
}

.dlC {
	width: 100%;
	display: table;
	margin-bottom: 10px;
}

.dlC:first-of-type {}

.dlC dt,
.dlC dd {
	display: table-cell;
	vertical-align: top;
}

.dlC dt {
	width: 70%;
	background: #f3f3f3;
	border-left: 5px solid #b8b8f6;
	padding: 10px;
}

.dlC dd {
	width: 30%;
	text-align: center;
	background: #eeeef9;
	padding: 10px 0;
}

.faqDl dt {
	display: table;
	margin-bottom: 1.5em;
}

.faqDl dt .q {
	color: #0000cd;
	display: table-cell;
	font-size: 3rem;
	vertical-align: middle;
}

.faqDl dt .question {
	display: table-cell;
	vertical-align: middle;
	padding-left: 1.5em;
	font-size: 1.6rem;
	font-weight: bold;
}

.faqDl dd .answer {
	padding-left: 4em;
}

.faqDl {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px;
}

/*oneRow*/
.oneRow .bgPaper {
	width: 80%;
	max-width: 1000px;
	margin: -90px auto 0;
	position: relative;
	padding: 50px;
}

.oneRow .num {
	left: -11%;
}

.special .oneRow {
	padding: 0 10%;
}

/*blogWrap*/
.twoRow+.blogWrap {
	margin-top: 100px;
}

.blogList {
	width: 800px;
	margin: 0 auto;
	border-top: 1px solid #0000cd;
}

.blogList li {
	border-bottom: 1px solid #0000cd;
}

.blogList li a {
	padding: 10px 0;
	display: block;
}

.blogList li a:hover {
	background: #eeeef9;
}

.blogList li .date,
.blogList li .category {
	display: inline-block;
}

.blogList li .category {
	font-style: normal;
	color: #0000cd;
}

.blogList li .date {
	font-size: 1.4rem;
	margin-right: 10px;
}

.blogList li .ttl {
	margin-top: 10px;
}

/*ttl*/
.num {
	color: #b8b8f6;
	opacity: 0.3;
	font-size: 15rem;
	font-style: normal;
	position: absolute;
	bottom: 10px;
	left: -13%;
	line-height: 1;
	letter-spacing: 0;
}

.ttlA {
	letter-spacing: 0.2em;
	position: relative;
	line-height: 1.4;
	margin-bottom: 1em;
}

.ttlA .enSerif02 {
	color: #0000cd;
	font-size: 2.4rem;
	display: table;
}

.ttlA .enSerif02 .lineWrap {
	display: table-cell;
	vertical-align: middle;
	padding-right: 5px;
}

.ttlA .enSerif02 .line {
	display: block;
	vertical-align: middle;
	width: 20px;
	height: 1px;
	background: #0000cd;
}

.ttlA .enSerif02 .sentence {
	vertical-align: middle;
	display: table-cell;
}

.ttlA .jpSerif {
	color: #0000cd;
	font-size: 3.5rem;
	display: block;
}

.ttlB {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 1em;
}

.ttlC {
	letter-spacing: 0.2em;
	position: relative;
	line-height: 1.4;
	margin-bottom: 1.5em;
	text-align: center;
	color: #0000cd;
}

.ttlC .enSerif02 {
	color: #0000cd;
	font-size: 2.4rem;
}

.ttlC .jpSerif {
	color: #0000cd;
	font-size: 3.5rem;
	display: block;
}

.ttlD {
	color: #0000cd;
	font-size: 2.4rem;
	display: block;
	letter-spacing: 0.2em;
	margin-bottom: 1.5em;
}

.ttlD span {
	padding: 10px 0;
	display: block;
}

.ttlD:before {
	content: "";
	display: block;
	width: 100px;
	height: 1px;
	background: #0000cd;
}

.ttlD:after {
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background: #0000cd;
}

.subTtl {
	font-size: 1.4rem;
	color: #0000cd;
	display: block;
}

.ttlE {
	color: #0000cd;
	font-size: 2.4rem;
	display: block;
	letter-spacing: 0.2em;
	margin-bottom: 1em;
}

.subA {
	background: #0000cd;
	color: #fff;
	padding: 5px;
	font-size: 1.3rem;
	display: table;
	margin-bottom: 1.5em;
	letter-spacing: 0.3em;
}

.subB {
	font-size: 1.4rem;
	color: #0000cd;
	display: block;
}

/*siteFooter*/
.siteFooter {
	margin-top: 150px;
	color: #fff;
	padding: 50px 0;
}

#cnt.pages {
	margin-bottom: -150px;
}

.siteFooter a {
	color: #fff;
}

.siteFooter .btnB {
	margin-top: 10px;
}

.siteFooter .btnB a {
	color: #fff;
	border: 1px solid #fff;
}

.siteFooter .btnB a:hover {
	background: #fff;
	color: #0000cd;
}

.contactWrap {
	text-align: center;
	font-size: 0;
}

.contactWrap li {
	display: inline-block;
	vertical-align: top;
}

.contactWrap li dt {
	font-size: 1.4rem;
}

.contactWrap li.tel dt {
	margin-bottom: 10px;
}

.telNum {
	letter-spacing: 0.1em;
}

.contactWrap li.tel {
	border-right: 1px solid #fff;
	padding-right: 30px;
	margin-right: 30px;
}

.contactWrap li.tel dd {
	font-size: 3rem;
	line-height: 1.3;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	padding: 0px 0 10px;
}

.contactWrap li.tel dd small {
	font-size: 1.2rem;
	display: block;
}

.addressWrap {
	font-size: 0;
	text-align: center;
	margin-top: 40px;
}

.addressWrap li {
	display: inline-block;
	font-size: 1.4rem;
	vertical-align: middle;
}

.addressWrap li:nth-child(1) {
	border-right: 1px solid #fff;
	padding-right: 20px;
	margin-right: 20px;
}

.addressWrap li {
	margin-right: 15px;
}

.addressWrap li:last-child {
	margin-right: 0;
}

.footNav {
	font-size: 0;
	margin: 30px auto 20px;
	text-align: center;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	display: block;
	max-width: 1000px;
	width: calc(100% - 20px);
}

.footNav ul {
	padding: 10px 0;
}

.footNav li {
	display: inline-block;
	margin-right: 1em;
	font-size: 1.3rem;
}

.footNav li.navHome {
	display: none;
}

.footNav li:last-child {
	margin-right: 0;
}

.footNav li a:hover {
	text-decoration: underline;
}

.siteFooter .copy {
	text-align: center;
	display: block;
	font-size: 1.2rem;
}

/*pageVisial*/
.pageVisial {
	margin-top: 80px;
	position: relative;
}

.is-showtitle .pageVisial {
	margin-top: 130px;
}

.pageVisial img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.pageVisial .ttlA {
	position: absolute;
	right: 10%;
	top: 45%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 2;
}

.pageVisial .bgTxt {
	color: #b8b8f6;
	opacity: 0.3;
	font-size: 12rem;
	font-style: normal;
	position: absolute;
	right: 10%;
	top: 60%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	line-height: 1;
	letter-spacing: 0;
	z-index: 1;
}

/*****c-breadcrumbs*******/
.c-breadcrumbs {
	border-bottom: 1px solid #e3e3e3;
	padding: 10px 5%;
	position: relative;
	z-index: 1;
	text-align: left;
	background-color: #fff;
	margin-bottom: 5%;
}

@media screen and (max-width: 767px) {
	.c-breadcrumbs {
		padding: 10px 5%;
		font-size: 1rem;
		margin-bottom: 30px;
	}
}

.c-breadcrumbs__list {
	overflow-x: auto;
	max-width: 100%;
	padding: 0;
	white-space: nowrap;
	display: flex;
	justify-content: flex-start;
}

.c-breadcrumbs__list-item {}

.c-breadcrumbs__list-item:not(:last-child)::after {
	display: inline-block;
	margin: 0 5px 0 3px;
	content: "//";
}

.c-breadcrumbs__list-item-link {
	display: inline-block;
	color: #3434da;
}

@media screen and (min-width: 1024.1px) {
	.c-breadcrumbs__list-item-link:hover {
		text-decoration: underline;
	}
}

.c-breadcrumbs__list-item-link.-current {
	pointer-events: none;
	cursor: text;
	color: inherit;
}

@media screen and (min-width: 1024.1px) {
	.c-breadcrumbs__list-item-link.-current:hover {
		text-decoration: none;
	}
}

/*下層*/
.cntW1000 {
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0 0 0;
}

.c-breadcrumbs+.cntW1000 {
	padding-top: 0;
}

.cntW800 {
	width: 70%;
	max-width: 800px;
	margin: 0 auto;
	padding: 50px 0;
}

.c-breadcrumbs+.cntW800 {
	padding-top: 0;
}

.special .bgPaper .cntW800 {
	padding-bottom: 150px;
}

.modPCenter {
	text-align: center;
	margin-bottom: 4em;
}

.cntUl li {
	border-bottom: 1px solid #0000cd;
	display: table;
	width: 100%;
	padding: 50px 0;
}

.cntUl li .heading {
	font-size: 2rem;
	margin-bottom: 1em;
}

.cntUl li .image {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.cntUl li figcaption {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	padding-left: 5%;
}

.cntUl li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.voiceUl {
	width: 1000px;
	margin: 0 auto;
}

.voiceUl li {
	padding: 20px;
}

.voiceUl .heading {
	margin-bottom: 0.5em;
}

.voiceUl .heading .lecName {
	display: block;
	color: #0000cd;
	font-size: 1.4rem;
	font-style: normal;
}

.flexP {
	margin-bottom: 1em;
}

.flexP:last-child {
	margin-bottom: 0;
}

.flow .twoRow:nth-of-type(n+3) {
	margin-top: -5%;
}

.cntBox {
	margin-bottom: 150px;
}

.cntBox .oneBox {
	margin-bottom: 100px;
}

.cntBox .oneBox:last-child {
	margin-bottom: 0;
}

.cntBox .oneBox:nth-of-type(n+2) {
	border-top: 1px solid #0000cd;
	padding-top: 100px;
}

.cntBox .oneBox figure {
	display: table;
}

.cntBox .oneBox figure {
	display: table;
}

.cntBox .oneBox .image {
	display: table-cell;
	vertical-align: top;
	width: 40%;
}

.cntBox .oneBox figcaption {
	display: table-cell;
	vertical-align: top;
	width: 60%;
	padding-left: 5%;
}

.cntBox .oneBox .bgPaper {
	padding: 50px;
	margin-top: 50px;
}

.blogCnt article {
	font-size: 1.6rem;
	line-height: 2;
}

.blogCnt .blogInner {
	display: block;
	width: 100%;
}

.blogCnt .blogListWrap {
	display: inline-block;
	width: 75%;
	padding-right: 5%;
}

.blogCnt article {
	display: inline-block;
	width: 75%;
	padding-right: 5%;
}

.blogCnt aside {
	display: inline-block;
	width: 24%;
	vertical-align: top;
}

.singleContent img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.blogCnt .image img {
	max-width: 100%;
	height: auto;
}

.blogCnt .ttlB {
	font-size: 3rem;
}

.blogCnt .blogArticleList .line,
.blogCnt article .line {
	width: 50px;
	height: 2px;
	background: #0000cd;
	margin-bottom: 10px;
}

.meta time {
	font-size: 2rem;
	margin-right: 10px;
}

.meta .category a {
	color: #3434da;
}

.meta .category a:hover {
	text-decoration: underline;
}

.subTtls {
	background: #0000cd;
	color: #fff;
	padding: 5px 10px;
	font-size: 1.4rem;
}

.categoryDl {
	margin-bottom: 40px;
}

.latest li a,
.categoryDl li a {
	display: block;
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #e3e3e3;
}

.latest li a:hover,
.categoryDl li a:hover {
	background: #eeeef9;
}

.latest li time {
	color: #0000cd;
	font-size: 1.6rem;
	display: block;
}

.blogArticleList {
	font-size: 0;
}

.blogArticleList li {
	display: inline-block;
	vertical-align: top;
	width: 47.5%;
	margin-right: 5%;
	margin-bottom: 10%;
	font-size: 1.4rem;
}

.blogArticleList li:nth-child(2n) {
	margin-right: 0;
}

.blogCnt .blogArticleList .meta {
	margin-bottom: 10px;
}

.blogArticleList li .blogttl {
	font-size: 1.6rem;
	margin-top: 15px;
}

/*****form*******/
.formWrap {
	background: #f5f5f5;
	width: 800px;
	margin: 0 auto;
	padding: 50px 0;
}

.formWrap dl {
	width: 600px;
	margin: 0 auto;
}

.formWrap dt {
	font-size: 1.6rem;
	font-weight: bold;
}

.formWrap dd {
	margin: 15px 0 30px 0;
}

.formWrap .required {
	background: #cc391f;
	font-size: 1.2rem;
	color: #fff;
	font-weight: normal;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	padding: 0 15px;
	margin-right: 10px;
	position: relative;
	top: -2px;
}

.formWrap .any {
	background: #999;
	font-size: 1.2rem;
	color: #fff;
	font-weight: normal;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	padding: 0 15px;
	margin-right: 10px;
	position: relative;
	top: -2px;
}

.formWrap textarea,
.formWrap input[type="email"],
.formWrap input[type="text"] {
	border: 1px solid #ddd;
	background: #fff;
	height: 40px;
	padding-left: 15px;
	width: 100%;
}

.formWrap textarea {
	height: 15em;
}

.formWrap .formBtn {
	font-size: 1.6rem;
	position: relative;
	display: block;
	color: #0000cd;
	text-align: center;
	border: 1px solid #0000cd;
	width: 300px;
	height: 60px;
	line-height: 60px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
	margin: 0 auto;
}

.formWrap .formBtn:hover {
	background: #0000cd;
	color: #fff;
}

.modoruBtn {
	margin-top: 30px !important;
}

/*ページャー*/
.pagination .page-of {
	display: none;
}

.pagination-box {
	text-align: center;
	margin-bottom: 50px;
}

.pagination-box span {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	background: #0000cd;
	color: #fff;
}

.pagination-box a {
	color: #0000cd;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	text-decoration: none;
}

.pagination-box a:last-child,
.pagination-box span:last-child {
	margin-right: 0;
}

.pagination-box span.link {
	background: none;
}

.pagination-box span.link:hover {
	background: #0000cd;
	color: #fff;
}

.pagination-box span.link:hover a {
	color: #fff;
}

/*map*/
.ggmapSize {
	width: 100%;
	margin: 0 auto 20px auto;
}

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*margin*/
.mt20 {
	margin-top: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb70 {
	margin-bottom: 70px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb90 {
	margin-bottom: 90px;
}

.mb100 {
	margin-bottom: 100px;
}

/********横幅調整***************/
@media screen and (max-width: 1400px) {
	.siteHeaderInner {
		padding-left: 2%;
		padding-right: 2%;
	}

	.mainNav li {
		margin-left: 0;
		margin-right: 0;
	}

	.mainNav li:first-child {
		margin-left: 0;
	}

	.mainNav li:last-child {
		margin-right: 0;
	}
}

@media screen and (max-width: 1200px) {
	.siteHeader {
		height: 120px;
	}

	.is-showtitle .siteHeader {
		height: 170px;
	}

	#topMain {
		padding-top: 120px;
	}

	.is-showtitle #topMain {
		padding-top: 170px;
	}

	.pageVisial {
		margin-top: 120px;
	}

	.is-showtitle .pageVisial {
		margin-top: 170px;
	}

	.logo {
		display: block;
		position: relative;
		z-index: 2;
		margin: 15px auto;
		text-align: center;
	}

	.siteHeaderInner {
		padding-left: 0;
		padding-right: 0;
		display: block;
		height: auto;
	}

	.mainNav {
		width: 100%;
		max-width: none;
		margin: 0 auto;
	}

	.mainNav ul {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.mainNav li {
		margin-left: 0.5em;
		margin-right: 0.5em;
	}

	.mainNav li:first-child {
		margin-left: 0;
	}

	.mainNav li:last-child {
		margin-right: 0;
	}
}

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

	/*
	.mainNav {
		min-width: 1000px;
	}
	.mainNav ul {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-around;
	}
	.mainNav li {
		font-size: 1.3rem;
	}
	*/
	.mainNav li {
		margin-left: 0.5em;
		margin-right: 0.5em;
	}
}

/********sp***************/
@media screen and (max-width: 767px) {

	/*common*/
	body {
		font-size: 13px;
		font-size: 1.3rem;
		padding-top: 0px;
	}

	.spBg {
		background: url(../img/bgPaper.png) repeat;
	}

	#topMain {
		padding-top: 50px;
	}

	.is-showtitle #topMain {
		padding-top: 90px;
	}

	.pageVisial {
		margin-top: 50px;
	}

	.is-showtitle .pageVisial {
		margin-top: 90px;
	}

	/*header*/
	.siteHeader {
		height: auto;
		background: rgba(255, 255, 255, 0.8);
	}

	.is-showtitle .siteHeader {
		height: auto;
	}

	.mainNav {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
	}

	.logo {
		width: calc(100% - 120px);
		margin: 0;
	}

	.logo a {
		display: flex;
		height: 50px;
		align-items: center;
		justify-content: flex-start;
		padding: 0 0 0 5%;
	}

	.logo a img {
		width: 100%;
		height: auto;
	}

	.hum {
		position: absolute;
		right: 0;
		top: 0;
	}

	.hum a {
		background: #0000cd;
		width: 50px;
		height: 50px;
		text-align: center;
		display: block;
	}

	.hum a img {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		/* Safari用 */
		transform: translateY(-50%);
	}

	.phone {
		position: absolute;
		right: 50px;
		top: 0;
	}

	.phone a {
		background: #b8b8f6;
		width: 50px;
		height: 50px;
		text-align: center;
		display: block;
	}

	.phone a img {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		/* Safari用 */
		transform: translateY(-50%);
	}

	/*hamburger*/
	.closeBT {
		position: absolute;
		width: 50px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		right: 0;
		top: 0;
		z-index: 99;
	}

	.is-showtitle .closeBT {
		top: 40px;
	}

	.humNavi {
		padding-top: 10%;
	}

	.humNavi li:nth-child(1) a {}

	.humNavi li a {
		display: block;
		padding: 10px 0;
		color: #fff;
		font-weight: bold;
	}

	#humTel,
	#hum {
		display: none;
	}

	.modaal-inline.modaal-fullscreen .modaal-container {
		background: rgba(0, 0, 205, 0.7);
	}

	/*ttl*/
	.num {
		left: -20%;
		bottom: -5px;
	}

	.ttlA {
		letter-spacing: 0.1em;
	}

	.ttlA .jpSerif {
		letter-spacing: 0.2em;
	}

	.twoRow .ttlA {
		margin-top: -10%;
	}

	.twoCnt.twoRow .ttlA {
		margin-top: -0%;
	}

	.ttlC .enSerif02,
	.ttlA .enSerif02 {
		font-size: 1.8rem;
	}

	.ttlC .jpSerif,
	.ttlA .jpSerif {
		font-size: 2rem;
	}

	.ttlB {
		font-size: 1.6rem;
	}

	.ttlD {
		font-size: 1.8rem;
		margin-bottom: 1em;
	}

	.ttlE {
		font-size: 1.8rem;
	}

	/*btn*/
	.btnB a {
		width: 80%;
		height: 50px;
		line-height: 50px;
	}

	/*top*/
	#topMain h2 {
		font-size: 2rem;
	}

	#topMain img.main {
		margin-top: -15px;
	}

	.twoRow {
		display: block;
		margin-top: 0;
	}

	.innerRow {
		display: block;
		width: 100%;
		padding: 10%;
	}

	.twoRow .bgPaper {
		padding: 10%;
	}

	.twoRow .bgNone {
		padding: 10%;
	}

	.twoRow .bgNone .txtBox {
		padding-right: 0%;
	}

	.innerRow.bgNone .break {
		width: 100%;
		margin-right: 0;
	}

	.twoRow.twoCnt .bgPaper .reImg,
	.twoRow.twoCnt .bgNone .txtBox,
	.twoRow .bgPaper .txtBox {
		padding-left: 0;
	}

	.twoRow.noTop {
		margin-top: 0;
	}

	.twoRow:first-child {
		margin-top: 0;
	}

	.twoRow:last-child .innerRow.bgPaper,
	.twoRow:last-child .innerRow.bgNone {
		padding-bottom: 50px;
	}

	.twoRow:last-child .innerRow.bgNone.spBg {
		padding-bottom: 10%;
	}

	.twoRow.twoCnt .bgNone .reImg {
		padding-right: 0;
	}

	.twoRow.twoCnt .bgPaper .txtBox {
		padding-left: 0;
		padding-right: 0;
	}

	.work .twoRow:nth-of-type(n+3) {
		margin-top: 0;
	}

	.oneRow .bgPaper {
		margin: 0px auto 0 auto;
		max-width: inherit;
		width: 100%;
		padding: 10%;
	}

	.oneRow .num {
		left: -20%;
		bottom: -20%;
	}

	.twoRow+.blogWrap {
		margin-top: 50px;
	}

	.blogList {
		width: 80%;
	}

	/*footer*/
	.siteFooter {
		margin-top: 50px;
	}

	.siteFooter .btnB a {
		width: 100%;
	}

	.contactWrap {
		border-bottom: 1px solid #fff;
		padding-bottom: 50px;
	}

	.contactWrap li {
		width: 80%;
	}

	.contactWrap li.tel {
		border-right: none;
		padding-right: 0;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.addressWrap li {
		font-size: 1.2rem;
		width: 100%;
		margin-right: 0;
	}

	.addressWrap li:nth-child(1) {
		border-right: none;
		margin-right: 0;
		padding-right: 0;
		margin-bottom: 20px;
		display: block;
	}

	.addressWrap .btnC {
		margin: 20px 0;
	}

	/*下層*/
	.pageVisial {
		margin-top: 50px;
	}

	.pageVisial .bgTxt {
		display: none;
	}

	.pageVisial .ttlA {
		right: inherit;
		left: 5%;
	}

	.pageVisial .ttlA .jpSerif,
	.pageVisial .ttlA .enSerif02 {
		color: #fff;
	}

	.home .ttlA .enSerif02 .line {
		background: #0000cd;
	}

	.ttlA .enSerif02 .line {
		background: #fff;
		width: 10px;
	}

	.pageVisial img {
		filter: brightness(65%);
	}

	.bottom .innerRow.bgPaper,
	.bottom .innerRow.bgNone {
		padding: 10%;
	}

	#cnt.pages {
		margin-bottom: -50px;
	}

	.work .ttlD {
		margin-top: -10%;
	}

	.work.single .ttlD {
		margin-top: 0;
	}

	.special .oneRow {
		padding: 0;
	}

	.dlC dt,
	.dlC dd {
		vertical-align: middle;
	}

	.cntBox {
		margin-bottom: 50px;
	}

	.cntBox .oneBox {
		margin-bottom: 50px;
	}

	.cntW1000 {
		padding: 0;
	}

	.cntBox .oneBox figure {
		display: block;
	}

	.cntBox .oneBox .image {
		display: block;
		width: 100%;
	}

	.cntBox .oneBox figcaption {
		padding-left: 0;
		display: block;
		margin-top: 10%;
		width: 100%;
	}

	.dlA {
		display: block;
	}

	.dlA dt,
	.dlA dd {
		display: block;
		width: 100%;
	}

	.cntBox .oneBox .bgPaper {
		padding: 10%;
		margin-top: 30px;
	}

	.cntBox .oneBox:nth-of-type(n+2) {
		padding-top: 50px;
	}

	.faqDl,
	.voiceUl {
		width: 90%;
	}

	.voiceUl li {
		padding: 10%;
	}

	.voiceUl .heading {
		font-size: 1.6rem;
		font-weight: bold;
	}

	.flow .innerRow .ttlA .enSerif02 .line {
		background: #0000cd;
	}

	.flow .twoRow:nth-of-type(n+3) {
		margin-top: 0;
	}

	.faqDl dd .answer {
		padding-left: 0;
	}

	.special .cntW800 {
		width: 80%;
		padding: 0 0 50px 0;
	}

	.special .bgPaper .cntW800 {
		padding-bottom: 50px;
	}

	.cntUl li {
		display: block;
		padding: 10% 0;
	}

	.cntUl li .image {
		display: block;
		width: 100%;
		margin-bottom: 10%;
	}

	.cntUl li figcaption {
		display: block;
		width: 100%;
		padding-left: 0;
	}

	.pagination {
		margin-top: 20px;
	}

	.pagination .last,
	.pagination .first {
		display: none;
	}

	.pagination-box span,
	.pagination-box a {
		margin-right: 8px;
	}

	.pagination-box .next {
		margin-right: 0;
	}

	.blogCnt .blogInner {
		display: block;
	}

	.blogCnt .blogListWrap,
	.blogCnt article {
		display: block;
		width: 100%;
		padding-right: 0;
	}

	.blogCnt .cntW1000 {
		width: 90%;
	}

	.blogCnt .blogArticleList .meta {
		margin-bottom: 8px;
		line-height: 1.4;
	}

	.meta time {
		display: block;
		font-size: 1.4rem;
		margin-right: 0;
	}

	.blogCnt .blogArticleList .line,
	.blogCnt article .line {
		width: 30px;
		height: 1px;
		margin-bottom: 5px;
	}

	.blogArticleList li {
		margin-bottom: 15%;
	}

	.blogArticleList li .blogttl {
		margin-top: 10px;
		font-size: 1.4rem;
	}

	.blogCnt .ttlB {
		font-size: 2.4rem;
	}

	.blogCnt aside {
		display: block;
		width: 100%;
	}

	.single .subWrap {
		margin-top: 50px;
	}

	.seoTtl01 {
		font-size: 20px !important;
	}

	.formWrapOuter {
		width: 80%;
		margin: 0 auto;
	}

	.modPCenter {
		margin-bottom: 2em;
	}

	.privacy .modPCenter,
	.formWrapOuter .modPCenter {
		text-align: left;
	}

	.formWrap {
		width: 100%;
		padding: 10% 5%;
	}

	.formWrap dl {
		width: 100%;
	}

	.formWrap dt {
		font-size: 1.4rem;
	}

	.formWrap .formBtn {
		width: 100%;
		height: 50px;
		line-height: 50px;
		font-size: 1.4rem;
	}

	.dlB .number {
		display: block;
		background: #f5f5f5;
		padding: 5px;
		margin-bottom: 10px;
		width: 100%;
	}

	.dlB dt {
		font-size: 1.6rem;
	}

	.dlB li {
		padding-left: 0;
		text-indent: 0;
	}

	.dlB li li {
		margin: 15px 0;
		padding-left: 3em;
		text-indent: -3em;
	}

	.dlB li li .number {
		background: none;
		display: inline-block;
		width: 3em;
		margin: 0;
		padding: 0;
	}

	/*margin*/
	.mb20 {
		margin-bottom: 10px;
	}

	.mb30 {
		margin-bottom: 15px;
	}

	.mb40 {
		margin-bottom: 20px;
	}

	.mb50 {
		margin-bottom: 25px;
	}

	.mb70 {
		margin-bottom: 35px;
	}

	.mb80 {
		margin-bottom: 40px;
	}

	.mb90 {
		margin-bottom: 45px;
	}

	.mb100 {
		margin-bottom: 50px;
	}
}

/*blog*/
.tableContents {
	background: #fff !important;
	border: 1px solid #e3e3e3 !important;
}

.singleContent {
	width: 100%;
}

.blogCnt .cntW1000 {
	width: 1000px;
}

@media screen and (max-width: 767px) {
	.blogCnt .cntW1000 {
		width: 90%;
	}
}

/*form*/
.mwform-checkbox-field label,
.mwform-radio-field label {
	white-space: nowrap;
}

.mw_wp_form .horizontal-item+.horizontal-item {
	margin-left: auto !important;
	margin-right: 10px !important;
}

dl.formWrapDl select.date,
.formWrap input[type="text"].hasDatepicker {
	width: auto;
}

.formWrap textarea,
.formWrap input {
	border-radius: 0;
	box-shadow: none;
	-webkit-appearance: none;
}

input[type="radio"] {
	position: relative;
	-moz-appearance: button;
	-webkit-appearance: button;
	appearance: button;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 24px;
	height: 24px;
	content: "";
	background-color: #FFFFFF;
	border: 1px solid #999999;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	vertical-align: middle;
	cursor: pointer;
}

input[type="radio"]:checked {
	background-image: radial-gradient(circle at 50% 50%, #de0029 40%, transparent 50%);
}

input[type="radio"]:checked:after {
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	content: "";
	width: 12px;
	height: 12px;
	background: #de0029;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

input[type=checkbox] {
	display: none;
}

.mwform-checkbox-field-text {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	padding: 0 0 0 24px;
}

.mwform-checkbox-field-text:after {
	position: absolute;
	top: 50%;
	left: 6px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #de0029;
	border-bottom: 3px solid #de0029;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mwform-checkbox-field-text:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	border: 1px solid #999999;
	background-color: #fff;
	content: '';
}

input[type=checkbox]:checked+.mwform-checkbox-field-text:after {
	opacity: 1;
}

.mw_wp_form .formWrap .horizontal-item {
	margin-left: 0;
	margin-right: 10px;
}

.mw_wp_form .formWrap .horizontal-item+.horizontal-item {
	margin-left: 0;
}

.mw_wp_form_input .formMessage01,
.mw_wp_form_confirm .formMessage02 {
	display: block;
}

.mw_wp_form_confirm .formMessage01,
.mw_wp_form_input .formMessage02 {
	display: none;
}

.mt0 {
	margin-top: 0;
}

/***************
	Logo Size
****************/
.siteHeader .logo a img {
	width: auto;
	height: auto;
	max-width: 280px;
	max-height: 50px;
}

.siteFooter .addressWrap img {
	width: auto;
	height: auto;
	max-width: 300px;
	max-height: 40px;
}

@media screen and (max-width: 767px) {
	.siteHeader .logo a img {
		width: auto;
		height: auto;
		max-width: 200px;
		max-height: 40px;
	}

	.siteFooter .addressWrap img {
		width: auto;
		height: auto;
		max-width: 200px;
		max-height: 70px;
	}
}

/***** SNS Share Button *****/
.snsWrap {
	display: none;
	padding: 30px;
	background: #f2f2f2;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}

.snsWrap .snsWrapTtl {
	font-size: 14px;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 2em;
}

.snsWrap .snsWrapTtl span {
	font-size: 30px;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.snsWrap {
		padding: 15px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.snsWrap .snsWrapTtl {
		font-size: 13px;
		margin-bottom: 0.6em;
	}

	.snsWrap .snsWrapTtl span {
		font-size: 16px;
	}
}

@media screen and (max-width: 360px) {
	.formWrapOuter {
		width: 90%;
	}
}

/***** refusal *****/
.refusal {
	text-align: right;
	margin-top: 30px;
}

.refusal img {
	width: 100%;
	max-width: 300px;
	margin-left: auto;
}

@media screen and (max-width: 767px) {
	.refusal {
		margin-top: 15px;
	}

	.refusal img {
		max-width: 270px;
	}
}

.twoRow .innerRow.bgPaper+.bgPaper {
	display: none;
}

@media screen and (max-width:900px) {
	.footNav.pc {
		display: none;
	}
}

@media screen and (max-width:900px) {
	.innerRow.pc {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.innerRow.sp {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.bgNone.changeBg {
		background: url(../img/bgPaper.png) repeat;
	}

	.bgPaper.changeBg {
		background: none;
	}
}

.formWrap select {
	padding: .7em;
	padding-left: 15px;
	width: 100%;
	display: block;
	line-height: 1.3;
	box-sizing: border-box;
	margin: 0;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #ddd;
	background-color: #ffffff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: right .7em top 50%;
	background-size: .65em auto;
}

.formWrap select::-ms-expand {
	display: none;
}

.formWrap select:focus {
	outline: none;
}

.formWrap select option {
	font-weight: normal;
}

@media screen and (max-width: 767px) {
	.formWrap select {
		padding: .8em;
	}
}

/*topへ戻る*/
#topBtn {
	display: none;
	position: fixed;
	right: 0;
	bottom: 0;
}

#topBtn a {
	background: #0000cd;
	width: 50px;
	height: 50px;
	text-align: center;
	display: block;
}

#topBtn a img {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	/* Safari用 */
	transform: translateY(-50%);
}

#pgTop {
	padding-top: 50px;
	margin-top: -50px;
}

.a2a_kit .a2a_label {
	display: none !important;
}

/***** 20210927 refusal *****/
.refusal {
	line-height: 1;
}

.refusal img {
	width: 100%;
	max-width: 285px;
	max-height: 14px;
	vertical-align: top;
}

@media screen and (max-width: 767px) {
	.refusal img {
		max-width: 285px;
	}
}

/***** 20210111 *****/
.formWrap textarea {
	vertical-align: top;
}

/***** 20220406 *****/
.formWrap .c-form-consent {
	margin: 0 auto 20px;
	text-align: center;
}

.formWrap .c-form-consent a {
	text-decoration: underline;
}



/***** blogConent *****/
.blogContent a:not([class]) {
	color: #1a0dab;
	text-decoration: underline;
}

@media screen and (min-width: 771px) {
	.blogContent a:not([class]):hover {
		text-decoration: none;
	}
}

.blogContent {
	line-height: 1.8;
}

.blogContent h1 {
	font-size: 2.44em;
}

.blogContent h2 {
	font-size: 1.95em;
}

.blogContent h3 {
	font-size: 1.56em;
}

.blogContent h4 {
	font-size: 1.25em;
}

.blogContent h5 {
	font-size: 1em;
}

.blogContent h6 {
	font-size: 0.8em;
}

.blogContent h1,
.blogContent h2,
.blogContent h3 {
	line-height: 1.4;
}

.blogContent h4 {
	line-height: 1.5;
}

.blogContent h1 {
	margin-top: 0.67em;
	margin-bottom: 0.67em;
}

.blogContent h2 {
	margin-top: 0.83em;
	margin-bottom: 0.83em;
	border-bottom: 1px solid #ccc;
}

.blogContent h3 {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 10px;
	background: #eee;
}

.blogContent h4 {
	margin-top: 1.33em;
	margin-bottom: 1.33em;
}

.blogContent h5 {
	margin-top: 1.67em;
	margin-bottom: 1.67em;
}

.blogContent h6 {
	margin-top: 2.33em;
	margin-bottom: 2.33em;
}

.blogContent h1,
.blogContent h2,
.blogContent h3,
.blogContent h4,
.blogContent h5,
.blogContent h6 {
	color: inherit;
	font-weight: bold;
}

.blogContent p {
	font-size: inherit;
	line-height: inherit;
	margin-top: 28px;
	margin-bottom: 28px;
}

.blogContent ul,
.blogContent ol {
	margin-bottom: 28px;
	padding: inherit;
	padding-left: 1.3em;
	margin-left: 1.3em;
}

.blogContent ul ul,
.blogContent ul ol,
.blogContent ol ul,
.blogContent ol ol {
	margin-bottom: 0;
}

.blogContent ul li,
.blogContent ol li {
	margin-bottom: initial;
}

.blogContent ul,
.blogContent ul li {
	list-style-type: disc;
}

.blogContent ol,
.blogContent ol li {
	list-style-type: decimal;
}

.blogContent ul ul,
.blogContent ol ul,
.blogContent ul ul li,
.blogContent ol ul li {
	list-style-type: circle;
}

.blogContent .wp-block-audio {
	margin-left: 0px;
	margin-right: 0px;
}

.blogContent .blogContent .wp-block-audio audio {
	width: 100%;
}

.blogContent blockquote,
.blogContent blockquote.wp-block-quote {
	font-size: 115%;
	line-height: 1.5;
	margin: 32px 0px;
	padding: 12px 18px;
	border-left: 2px solid rgba(0, 0, 0, 0.12);
}

.blogContent .wp-block-quote:not(.is-large):not(.is-style-large) {
	padding-left: 18px;
	border-left: 2px solid rgba(0, 0, 0, 0.12);
}

.blogContent .wp-block-quote__citation,
.blogContent .wp-block-quote cite,
.blogContent .wp-block-quote footer {
	display: block;
	color: rgba(0, 0, 0, 0.4);
	font-size: 0.85rem;
	margin-top: 12px;
}

.blogContent .wp-block-quote cite::before,
.blogContent .wp-block-quote footer::before {
	content: '— '
}

.blogContent .wp-block-button {
	position: relative;
	box-sizing: border-box;
}

.blogContent .wp-block-button.alignwide a {
	display: block;
}

.blogContent code,
.blogContent pre,
.blogContent .wp-block-code {
	color: #666666;
	font-family: Courier, sans-serif;
	line-height: 1.4;
	margin: 32px 0px;
	padding: 12px;
	border: 2px solid rgba(0, 0, 0, 0.24);
	box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	border-radius: 3px;
}

.blogContent .wp-block-cover,
.blogContent .wp-block-cover-image {
	margin-top: 32px;
	margin-bottom: 32px;
}

.blogContent .wp-block-cover-image.has-background-dim,
.blogContent .wp-block-cover-image.has-background-dim h2 {
	color: #ffffff;
}

.blogContent .wp-block-gallery .blocks-gallery-item {
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

.blogContent .wp-block-gallery .blocks-gallery-image {
	margin-left: 0px;
	margin-right: 0px;
}

.blogContent .wp-block-gallery .blocks-gallery-image figcaption,
.blogContent .wp-block-gallery .blocks-gallery-item figcaption {
	box-sizing: border-box;
}

.blogContent .wp-block-image {
	max-width: none;
	margin: 32px auto;
	padding: 0px;
}

.blogContent img {
	margin-bottom: auto;
}

.blogContent img.aligncenter,
.blogContent .wp-block-image.aligncenter {
	display: block;
	margin: 12px auto;
	padding: 0px;
}

.blogContent img.alignnone,
.blogContent .wp-block-image.alignnone {
	display: inline;
	margin: 12px 0px;
	padding: 0px;
}

.blogContent img.alignright,
.blogContent .wp-block-image.alignright {
	display: inline;
	margin: 16px 0px 16px 24px;
	padding: 0px;
}

.blogContent img.alignleft,
.blogContent .wp-block-image.alignleft {
	display: inline;
	margin: 16px 24px 16px 0px;
	padding: 0px;
}

.blogContent table,
.blogContent table.wp-block-table {
	width: 100%;
	text-align: left;
	margin: 32px 0px;
	padding: 0px;
	border: 1px solid #dddddd;
	border-spacing: 0;
	border-collapse: collapse;
}

.blogContent table p,
.blogContent table form,
.blogContent table ul,
.blogContent table li {
	margin: 6px 0px;
	padding: 0px;
}

.blogContent table thead,
.blogContent table tfoot,
.blogContent table.wp-block-table thead,
.blogContent table.wp-block-table tfoot {
	border: 1px solid #dddddd;
}

.blogContent table tbody tr:nth-child(odd) {
	background: rgba(0, 0, 0, 0.04);
}

.blogContent table th,
.blogContent table.wp-block-table th {
	font-size: 1.1rem;
	text-transform: uppercase;
	margin: 0px;
	padding: 12px;
	border: 1px solid #dddddd;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.04);
}

.blogContent table td,
.blogContent table.wp-block-table td {
	padding: 12px;
	margin: 0px;
	border: 1px solid #dddddd;
	box-sizing: border-box;
}

.blogContent table.wp-block-table.is-style-stripes {
	border-collapse: collapse;
}

.blogContent table.wp-block-table.is-style-stripes td {
	border: 1px solid #dddddd;
}

.blogContent .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.blogContent .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.blogContent .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.blogContent .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.blogContent .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.blogContent .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.blogContent .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
	position: relative
}

.blogContent .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.blogContent .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.blogContent .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.blogContent .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
.blogContent .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.blogContent .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.blogContent .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
	content: "";
	display: block;
	padding-top: 50%
}

.blogContent .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.blogContent .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.blogContent .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.blogContent .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.blogContent .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.blogContent .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.blogContent .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.blogContent .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
	padding-top: 42.85%
}

.blogContent .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
	padding-top: 50%
}

.blogContent .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 56.25%
}

.blogContent .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
	padding-top: 75%
}

.blogContent .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
	padding-top: 100%
}

.blogContent .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
	padding-top: 177.78%
}

.blogContent .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
	padding-top: 200%
}

.singleContent #toc_container a:link {
	text-decoration: underline;
}

.singleContent #toc_container a:hover {
	text-decoration: none;
}

.singleContent #toc_container p.toc_title {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1em;
}

.singleContent #toc_container {
	width: 100%;
	background: transparent;
	border: none;
	padding: 0;
	display: block;
	font-size: 100%;
}

.singleContent #toc_container .toc_list {
	padding: 15px;
	border: 1px solid #e3e3e3;
	margin-bottom: 30px;
}

.singleContent #toc_container li:not(:first-child) {
	margin-top: 15px;
}

.singleContent #toc_container li ul {
	margin-top: 15px;
}

.singleContent #toc_container li a::before {
	content: "○  ";
}

.singleContent #toc_container li ul li a::before {
	content: "・  ";
}

.singleContent #toc_container ul li:before {
	content: none;
}

.singleContent #toc_container .toc_list a {
	text-decoration: underline;
	font-size: 14px;
	color: #1a0dab;
}

/*** h1 ***/
.page-title {
	font-size: 1.5rem;
	line-height: 1.6;
	background-color: #151515;
	color: #fff;
	padding: 13px 50px;
	min-height: 50px;
}

.page-title h1,
.page-title p {
	font-size: 1.5rem;
	line-height: 1.6;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
	.page-title {
		padding: 8px 5%;
		min-height: 40px;
		white-space: nowrap;
	}

	.page-title h1,
	.page-title p {
		font-size: 1.2rem;
		line-height: 2;
	}
}

/***** profile *****/
.p-single__writer {
	background: #f3f3f3;
	padding: 50px 40px;
	margin-top: 50px;
}

@media screen and (max-width: 767px) {
	.p-single__writer {
		padding: 40px 19px;
		margin-top: 30px;
	}
}

.p-single__writer-container {

	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

@media screen and (max-width: 767px) {
	.p-single__writer-container {
		display: block;
	}
}

.p-single__writer-fig {
	width: 100%;
	max-width: 160px;
	margin-right: 30px;
}

@media screen and (max-width: 767px) {
	.p-single__writer-fig {
		margin: 0 auto;
		max-width: 140px;
	}
}

.p-single__writer-fig img {
	margin-bottom: 0;
	vertical-align: top;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.p-single__writer-profile {
	flex: 1;
}

@media screen and (max-width: 767px) {
	.p-single__writer-profile {
		margin-top: 20px;
	}
}

.p-single__writer-label {
	font-size: 1.4rem;
	line-height: 1.5;
	color: #fff;
	font-weight: 600;
	color: #0000cd;
	font-family: 'Noto Serif JP', "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
	.p-single__writer-label {
		font-size: 1.3rem;
	}
}

.p-single__writer-label-inner {}

.p-single__writer-name {
	line-height: 1;
	font-weight: bold;
	margin-top: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #0000cd;
	font-family: 'Noto Serif JP', "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
	.p-single__writer-name {
		margin-top: 5px;
	}
}

.p-single__writer-name-inner {
	font-size: 2.4rem;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	.p-single__writer-name-inner {
		font-size: 2.0rem;
		margin-right: 1.5rem;
	}
}

.p-single__writer-name-ruby {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.2rem;
	margin-left: 1.5rem;
	font-family: 'Noto Serif JP', "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
	.p-single__writer-name-ruby {
		margin-left: 0;
		font-size: 1.2rem;
	}
}

.p-single__writer-name-inner {
	font-size: 2.5rem;
	line-height: 1.5;
}

.p-single__writer-desc {
	margin-top: 15px;
	font-size: 1.4rem;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	.p-single__writer-desc {
		font-size: 1.4rem;
	}
}

.p-single__writer-link {
	margin-top: 8px;
}

.c-text-link {
	display: inline-block;
	color: #0000cd;
	margin-top: 7px;
	text-decoration: none;
	font-size: 1.4rem;
}

@media screen and (min-width: 1025px) {
	.c-text-link:hover {
		text-decoration: underline;
	}
}

@media screen and (max-width: 767px) {
	.c-text-link {
		display: block;
		font-size: 1.3rem;
	}
}

@media screen and (min-width: 768px) {
	.c-text-link:not(:last-child) {
		margin-right: 15px;
	}
}

.p-single__writer-sns {
	margin-top: 25px;
}

.p-single__writer-sns-inner {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.p-single__writer-sns__item:not(:first-child) {
	margin-left: 1em;
}

.c-sns-link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	font-size: 2rem;
	vertical-align: middle;
}

/* Privacy Update */
.c-form-consent {
	margin: 0 auto 20px;
	text-align: center;
}

.c-form-consent a {
	text-decoration: underline;
}

input[type=checkbox] {
	display: none;
}

.mwform-checkbox-field-text {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	padding: 0 0 0 24px;
}

.mwform-checkbox-field-text:after {
	position: absolute;
	top: 50%;
	left: 6px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #de0029;
	border-bottom: 3px solid #de0029;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mwform-checkbox-field-text:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	border: 1px solid #999999;
	background-color: #fff;
	content: '';
}

input[type=checkbox]:checked+.mwform-checkbox-field-text:after {
	opacity: 1;
}

/*----------------------------------------
20220705 privacy
----------------------------------------*/
.p-privacy__read {
	margin: 2em 0 3em;
}

.p-privacy__ttl {
	margin-bottom: 30px;
	padding-bottom: 20px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
	.p-privacy__ttl {
		margin-bottom: 15px;
		padding-bottom: 10px;
		font-size: 13px;
		font-size: 1.3rem;
	}
}

/*----- c-section -----*/
.c-section {
	position: relative;
}

.c-section:not(:last-child) {
	margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
	.c-section:not(:last-child) {
		margin-bottom: 60px;
	}
}

.c-section.is-contact {
	margin-bottom: 0;
}

.c-section__container {
	position: relative;
	margin: 0;
}

@media screen and (max-width: 767px) {
	.c-section__container {
		margin: 0;
	}
}

.c-section__container.is-middle {
	margin: 0 160px;
}

@media screen and (max-width: 1199px) {
	.c-section__container.is-middle {
		margin: 0 80px;
	}
}

@media screen and (max-width: 767px) {
	.c-section__container.is-middle {
		margin: 0 10px;
	}
}

@media screen and (max-width: 767px) {
	.c-section__container.is-middle.is-sp-middle {
		margin: 0 20px;
	}
}

.c-section__container.is-small {
	margin: 0 300px;
}

@media screen and (max-width: 1600px) {
	.c-section__container.is-small {
		margin: 0 200px;
	}
}

@media screen and (max-width: 1199px) {
	.c-section__container.is-small {
		margin: 0 80px;
	}
}

@media screen and (max-width: 767px) {
	.c-section__container.is-small {
		margin: 0 20px;
	}
}

.p-privacy-block {
	font-size: 14px;
	font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
	.p-privacy-block {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

/*----- c-o-list-child -----*/
.c-o-list-child {
	position: relative;
	text-align: justify;
}

.c-o-list-child:not(:first-child) {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.c-o-list-child:not(:first-child) {
		margin-top: 10px;
	}
}

.c-o-list-child__item {
	position: relative;
	z-index: 1;
	margin: 0 0 10px;
	padding: 0 0 0 25px;
	counter-increment: c-o-list-child-number;
}

.c-o-list-child__item::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: center;
	content: "(" counter(c-o-list-child-number) ")";
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.c-o-list-child__item::before {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

.c-o-list-child__item-txt {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}

@media screen and (max-width: 767px) {
	.c-o-list-child__item-txt {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

/*----- c-guid-desc -----*/
.c-guid-desc {
	margin: 0 0 20px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}

@media screen and (max-width: 767px) {
	.c-guid-desc {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

.p-privacy-block .c-guid-desc,
.p-shopping-guide-block .c-guid-desc {
	text-align: left;
}

.c-section.is-guide .c-guid-desc {
	padding-left: 10px;
	text-align: left;
}

@media screen and (max-width: 1024px) {
	.c-section.is-guide .c-guid-desc {
		padding-right: 5px;
		padding-left: 5px;
	}
}

:not(:last-child)>.c-guid-desc:last-child {
	margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
	:not(:last-child)>.c-guid-desc:last-child {
		margin-bottom: 40px;
	}
}

/*----- c-o-list -----*/
.c-o-list {
	position: relative;
	text-align: justify;
}

.c-o-list:not(:last-child) {
	margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
	.c-o-list:not(:last-child) {
		margin-bottom: 40px;
	}
}

.c-o-list__item {
	position: relative;
	z-index: 1;
	margin: 0 0 15px;
	padding: 0 10px 0 35px;
	counter-increment: c-o-list-number;
}

@media screen and (max-width: 767px) {
	.c-o-list__item {
		margin-bottom: 10px;
		padding-left: 23px;
	}
}

.c-o-list__item:last-child {
	margin-bottom: 3em;
}

.c-o-list__item::before {
	position: absolute;
	top: 0;
	left: 3px;
	display: block;
	line-height: 1.8;
	content: counter(c-o-list-number) ".";
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.c-o-list__item::before {
		left: 1px;
	}
}

.c-o-list__item-txt {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}

@media screen and (max-width: 767px) {
	.c-o-list__item-txt {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

.c-u-list-child__item {
	position: relative;
	padding: 0 0 0 10px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #151515;
}

@media screen and (max-width: 767px) {
	.c-u-list-child__item {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

.c-u-list-child__item::before {
	position: absolute;
	top: 10px;
	left: 2px;
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 50px;
	background: #151515;
	content: "";
}

.p-privacy-block a:not([class]) {
	text-decoration: underline;
}

.p-privacy-block a:not([class]):hover {
	opacity: .8;
}

/*----------------------------------------
footer-sub-link
----------------------------------------*/
.p-footer-sub-link {
	text-align: center;
	margin: 0 auto;
	padding: 5px 0 20px;
}

@media screen and (max-width: 767px) {
	.p-footer-sub-link {
		padding: 0 0 20px;
	}
}

.p-footer-sub-link-list {
	display: flex;
	justify-content: center;
	max-width: 1600px;
	flex-wrap: wrap;
	margin: auto;
}

.p-footer-sub-link-item {
	padding: 0 10px;
	line-height: 1.65em;
	position: relative;
	letter-spacing: 0.1em;
	font-size: 1.5rem;
}

.p-footer-sub-link-item+.p-footer-sub-link-item:before {
	position: absolute;
	left: 0;
	top: calc(50% - .5em);
	height: 1em;
	width: 1px;
	content: "";
	background: #fff;
}

.p-footer-sub-link-link {
	display: inline-block;
	transition: .2s;
	font-size: 1.3rem;
	color: #fff;
}

.p-footer-sub-link-link:hover {
	text-decoration: underline;
}

.sns_wrap {
	display: flex;
	justify-content: center;
}

.sns_item {
	font-size: 3.2rem;
	padding: 0 .5rem;
	color: #fff;
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.sns_item {
		margin-bottom: 20px;
	}
}

.sns_item a {
	display: flex;
}

.footLogo {
	margin-bottom: 1em;
}

.wp-block-cover-image .wp-block-cover__image-background+img,
.wp-block-cover-image .wp-block-cover__background+img,
.wp-block-cover-image .wp-block-cover__video-background+video,
.wp-block-cover .wp-block-cover__image-background+img,
.wp-block-cover .wp-block-cover__background+img,
.wp-block-cover .wp-block-cover__video-background+video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	o-object-fit: cover;
	object-fit: cover;
	outline: none;
	border: none;
	box-shadow: none;
}

/*** 20240202 ***/
/*多重送信防止*/
.wpcf7-form.submitting .wpcf7-submit {
	pointer-events: none;
	cursor: auto;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 input[type="email"],
.wpcf7 input[type="date"],
.wpcf7 textarea,
.wpcf7 select {
	border: 1px solid #ddd;
	background: #fff;
	height: auto;
	padding: 8px 15px;
	width: 100%;
	max-width: 100%;
	color: #303030;
	font-size: 16px;
}

.wpcf7 input[type="date"] {
	max-width: 100%;
	min-height: 3em;
}

.wpcf7 input[type="date"]::-webkit-date-and-time-value {
	text-align: left;
	color: ##303030;
}

.wpcf7 input[type="number"] {
	min-height: 3em;
}

.wpcf7 input[type="file"] {
	max-width: 100%;
	background: transparent;
}

.wpcf7 input[type="file"]::-webkit-file-upload-button {
	font-size: 14px;
}

.wpcf7-list-item {
	margin: 0 1em 8px 0;
}

.wpcf7-list-item.last {
	margin-right: 0;
}

.wpcf7-list-item input[type=radio],
.wpcf7-list-item input[type=checkbox] {
	display: none;
}

.wpcf7-list-item label {
	display: inline-block;
	cursor: pointer;
}

.wpcf7-list-item input[type=radio]+span,
.wpcf7-list-item input[type=checkbox]+span {
	position: relative;
	display: inline-block;
	padding-left: 25px;
	line-height: 1.28;
}

.wpcf7-list-item input[type=radio]+span::before,
.wpcf7-list-item input[type=checkbox]+span::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #999;
	background-color: #fff;
	box-sizing: border-box;
}

.wpcf7-list-item input[type=radio]+span::before {
	border-radius: 50%;
}

.wpcf7-list-item input[type=radio]+span::after {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #de0029;
	opacity: 0;
}

.wpcf7-list-item input[type=checkbox]+span::after {
	content: "";
	position: absolute;
	left: 4px;
	top: 4px;
	display: block;
	width: 12px;
	height: 8px;
	border: 3px solid #de0029;
	border-top: none;
	border-right: none;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}

.wpcf7-list-item input[type=radio]:checked+span::after,
.wpcf7-list-item input[type=checkbox]:checked+span::after {
	opacity: 1;
}

.formBtnArea {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}

.wpcf7-spinner {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 10px);
	margin: 0;
}

@media screen and (max-width: 767px) {
	.wpcf7 .formMessage01 .modPCenter {
		text-align: left;
	}
}

.wpcf7 form .wpcf7-response-output {
	max-width: 620px;
	margin-left: auto;
	margin-right: auto;
}

.wpcf7-acceptance .wpcf7-list-item {
	margin-right: 0;
}

.blogList li.tc {
	padding: .8em;
}

.contactWrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.contactWrap li {
	max-width: 300px;
	width: 100%;
}

.contactWrap .contact+.contact {
	padding-left: 30px;
	margin-left: 30px;
	border-left: 1px solid #ffffff;
}

@media screen and (min-width: 768px) {
	.kv-sp {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.contactWrap li {
		max-width: 90vw;
	}

	.contactWrap .contact+.contact {
		border: none;
	}

	.kv-pc {
		display: none;
	}
}

.g-footer-subnav {
	padding-bottom: 1em;
}

@media screen and (max-width: 767px) {
	.g-footer-subnav {
		padding-bottom: 1em;
	}
}

.g-footer-subnav-list {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	.g-footer-subnav-list {
		display: block;
		text-align: center;
	}
}

.g-footer-subnav-item {
	padding: 0 18px 5px;
}

@media screen and (max-width: 767px) {
	.g-footer-subnav-item {
		padding: 0 12px 10px;
	}
}

.g-footer-subnav-item-link {
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (max-width: 767px) {
	.g-footer-subnav-item-link {
		display: inline-block;
	}
}

@media screen and (min-width: 768px) {
	.g-footer-subnav-item-link:hover {
		opacity: 0.7;
		text-decoration: underline;
	}
}

.addressWrap li:only-child,
.contactWrap li:only-child {
	border-right: none;
	border-left: none;
}

.ico::after {
	content: '';
	display: inline-block;
	width: 49px;
	height: 9px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="98" height="18" viewBox="0 0 98 18"><g><path style="fill: %230000cd;" d="M97.94,14.92v1.99H0v-1.99h93.52c-7.99-4.64-15.31-8.9-22.61-13.14.43-.74.74-1.26,1.04-1.78"/></g></svg>');
	background-size: contain;
}

@media screen and (min-width: 768px) {
	.is-sp {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.is-pc {
		display: none;
	}
}

@media screen and (min-width: 767.1px) {
	.faq-wrap {
		padding: 0 5%;
	}
}
