@charset "utf-8";

/*
orange  #EC6D2A

orange2(footer) #FF9731
green(header right & link) #2DAA8A

*/
/* header */
#header {
	position: relative;
	width: 100%;
	min-width: 1020px;
	height: 180px;
	padding: 0;
	background-color: #fff;
	border-bottom: 4px solid #E52A01;
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
}

#header .inner {
	position: relative;
	height: 134px;
}

#header h1,
#header div.logo {
	position: relative;
	width: 220px;
	height: auto;
	padding: 24px 0 0 10px;
	z-index: 10;
}

#header div.logo a {
	display: block;
	transition: all .3s;
}

#header div.logo a:hover {
	cursor: pointer;
	opacity: 0.6;
}

#header h1 img,
#header div.logo img {
	display: block;
}

@media screen and (max-width: 767px) {
	#header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		width: 100%;
		height: 48px;
		min-width: inherit;
		padding: 0 0 0;
		border-bottom: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	#header:after {
		position: absolute;
		z-index: 8;
		top: 0;
		left: 0;
		width: 100%;
		height: 48px;
		content: '';
		display: block;
		background-color: #fff;
		-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
		box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
	}

	#header .inner {
		position: relative;
		height: auto;
	}

	#header h1,
	#header div.logo {
		position: relative;
		top: 7px;
		left: auto;
		display: block;
		width: 120px;
		margin: 0 auto;
		padding: 0;
		z-index: 10;
	}

}

#header .inner .headerTop {
	display: flex;
	align-items: center;
	position: absolute;
	top: 10px;
	right: 260px;
	z-index: 10;
}

#header .inner .headerTop a {
	position: relative;
	display: block;
	height: 100%;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: .875em;
	line-height: 1;
	padding: 0 1.2em 0 1em;
}

#header .inner .headerTop a:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

#header .inner .headerTop a:before {
	position: absolute;
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	top: 1px;
	right: 0px;
	background-color: #E52A01;
	border-radius: 50%;
}

#header .inner .headerTop a:after {
	position: absolute;
	display: block;
	content: '';
	width: 0;
	height: 0;
	top: 3px;
	right: 2.5px;
	border: 4px solid transparent;
	border-left: 5px solid #fff;
	border-right: none;
}

#header .inner nav {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 100%;
	height: auto;
}

#header .inner nav>ul {
	position: relative;
	width: calc(100% - 20px);
	height: auto;
	margin: 88px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

#header .inner nav>ul li {
	position: relative;
	height: auto;
	text-align: center;
	box-sizing: border-box;
	margin: 10px 26px;
}

#header .inner nav>ul li a {
	position: relative;
	display: block;
	height: 100%;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: .8em;
	line-height: 1;
	padding: 0 1.2em 0 1em;
}

#header .inner nav>ul li a:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

#header .inner nav>ul li a:before {
	position: absolute;
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	top: 1px;
	right: 0px;
	background-color: #E52A01;
	border-radius: 50%;
}

#header .inner nav>ul li a:after {
	position: absolute;
	display: block;
	content: '';
	width: 0;
	height: 0;
	top: 3px;
	right: 2.5px;
	border: 4px solid transparent;
	border-left: 5px solid #fff;
	border-right: none;
}

#header .inner nav>ul:after {
	content: '';
	display: block;
	clear: both;
}

#header div.closePanel,
#sideSearchArea>div.closePanel {
	display: none;
}

/* serchform */
#header .inner .searchform {
	display: flex;
	width: 248px;
	padding: 8px;
}

#header .inner .searchform input[type="text"] {
	width: 84%;
	height: 32px;
	background: #fff;
	border: 1px solid #555;
	border-radius: 0;
	font-size: 0.875em;
	outline: none;
	padding: 4px 8px;
	box-sizing: border-box;
}

#header .inner .searchform button[type="submit"] {
	width: 20%;
	font-size: 0.875em;
	color: #fff;
	background: #555;
	padding: 4px;
	box-sizing: border-box;
	border: none;
	transition: all .3s;
}

#header .inner .searchform button[type="submit"]:hover {
	cursor: pointer;
	opacity: .6;
}

#header .inner nav .searchform {
	position: absolute;
	top: 0;
	right: 10px;
}

/* font-size change */
/* #header .fontSizeArea { position: absolute; top: 12px; right: 264px; } */
#header .fontSizeArea>div {
	display: flex;
	align-items: center;
	padding: 8px 8px 8px 16px;
}

#header .fontSizeArea span {
	font-size: 0.75em;
	margin-right: 8px;
}

#header .fontSizeArea ul {
	display: flex;
	align-items: center;
}

#header .fontSizeArea ul li {
	font-size: 0.75em;
	line-height: 1;
	padding: 8px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	transition: all .3s;
}

#header .fontSizeArea ul li:focus {
	outline: solid 2px #555;
	border-radius: 4px;
}

#header .fontSizeArea ul li:hover {
	cursor: pointer;
	opacity: 0.6;
}

#header .fontSizeArea ul li:nth-child(2) {
	margin: 0 4px;
}

#header .fontSizeArea ul li.current {
	color: #E52A01
}


@media screen and (max-width: 767px) {
	#header .menuOpen {
		display: block;
		position: fixed;
		z-index: 9;
		top: 11px;
		right: 4%;
		width: 26px;
		height: 26px;
		transition: all .3s;
	}

	#header .menuOpen:hover {
		cursor: pointer;
	}

	#header .menuOpen span {
		position: absolute;
		top: 2px;
		left: 0;
		width: 100%;
		height: 3px;
		border-radius: 1.5px;
		background-color: #E52A01;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		-webkit-transition: all .5s;
		transition: all .5s;
	}

	#header .menuOpen:before {
		content: '';
		position: absolute;
		top: 11px;
		left: 0;
		width: 100%;
		height: 3px;
		border-radius: 1.5px;
		background-color: #E52A01;
		-webkit-transition: all .5s;
		transition: all .5s;
	}

	#header .menuOpen:after {
		content: '';
		position: absolute;
		top: 21px;
		left: 0;
		width: 100%;
		height: 3px;
		border-radius: 1.5px;
		background-color: #E52A01;
		-webkit-transition: all .5s;
		transition: all .5s;
	}

	#header .menuOpen.close span {
		top: 11px;
		transform: rotate(-225deg);
		-webkit-transform: rotate(-225deg);
	}

	#header .menuOpen.close:before {
		opacity: 0;
	}

	#header .menuOpen.close:after {
		top: 11px;
		transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
	}

	#header .inner .headerTop {
		display: none;
	}

	#header .inner nav {
		display: none;
		position: fixed;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		background-color: #fff;
		padding: 0;
		overflow-x: hidden;
		overflow-y: scroll;
	}

	#header .inner nav .searchform {
		display: flex;
	}

	/*#header .inner nav { position: relative; display: block; padding: 50px 0 50px; background-color: rgba(255, 255, 255, 0.98); }*/
	#header .inner nav>ul {
		display: block;
		width: 92%;
		min-width: 300px;
		border: none;
		padding: 0;
		top: 0;
		float: none;
		border-top: 1px solid #333;
		margin: 16px auto 0;
	}

	#header .inner nav>ul li {
		width: 100%;
		float: none;
		height: auto;
		text-align: left;
	}

	#header .inner nav>ul li a {
		line-height: 48px;
		border-bottom: 1px solid #333;
		background-image: url(../img/common/arrow_nml.svg);
		background-size: 6px auto;
		background-position: right 4% center;
		background-repeat: no-repeat;
	}

	#header .inner nav>ul li a:before,
	#header .inner nav>ul li a:after {
		display: none;
	}

	#header div.closePanel,
	#sideSearchArea>div.closePanel {
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		padding: 0;
		background-color: transparent;
	}

	#header .inner nav .searchform {
		position: relative;
		top: inherit;
		right: 0;
		left: 0;
		width: 92%;
		margin: 72px auto 0;
		padding: 0;
	}

	#header .inner .searchform div {
		padding: 0;
	}

	#header .inner .searchform input[type="text"] {
		width: 84%;
	}

	#header .inner .searchform button[type="submit"] {
		width: 16%;
	}

	#header .fontSizeArea {
		position: relative;
		top: inherit;
		right: inherit;
		width: 92%;
		min-width: 300px;
		margin: 8px auto 0;
	}

	#header .fontSizeArea>div {
		padding: 8px 0 8px 1em;
	}

	#header .fontSizeArea span {
		font-size: .875em;
	}

	#header .fontSizeArea ul li {
		padding: 8px 24px;
	}
}

/* header */




/* mainContent */

.inner {
	position: relative;
	width: 100%;
	max-width: 1020px;
	padding: 0 10px;
	height: auto;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.inner {
		width: 92%;
		min-width: 300px;
	}
}



#mainContent {
	min-height: 100px;
}

#mainContent h2 {}

#mainContent .content,
#mainContent .block {
	margin: 0;
	width: 100%;
	overflow: hidden;
}

#mainContent .block.gray {
	background-color: #F4F4F4;
}

#mainContent .block.orange {
	background-color: #FFEEDE;
}

@media screen and (max-width: 767px) {
	#mainContent {
		margin-top: 48px;
		min-height: 100px;
	}

	#mainContent .inner {
		width: 92%;
	}

}

#mainContent .center {
	width: 100%;
	margin: 2em 0;
}

#mainContent .center img {
	display: block;
	margin: 0 auto;
}

/* タイトルヘッダ */
.hd {
	position: relative;
	font-size: 3em;
	line-height: 1.2;
	font-weight: bold;
	padding-bottom: .5em;
	text-align: center;
	margin: 0 0 44px;
}

.hd:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	width: 128px;
	height: 3px;
	background-color: #E52A01;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.hd:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	width: 128px;
	height: 3px;
	background-color: #008577;
}

.hd.t2 {
	font-size: 2em;
	margin: 0 0 44px;
}

.hd.t2:before {
	width: 64px;
}

.hd.t2:after {
	width: 64px;
}

@media screen and (max-width: 767px) {
	.hd {
		font-size: 2em;
		margin: 0 0 16px;
	}
}

.nml_h3 {
	font-size: 1.125em;
	font-weight: bold;
}

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



@media screen and (max-width: 374px) {
	.hd {
		font-size: 1.866em;
	}
}

.hd2 {
	margin-bottom: 16px;
}

.hd2 span {
	display: inline-block;
	font-size: 2em;
	line-height: 1.4;
	padding: 0 0 7px;
	border-bottom: 3px solid #E52A01;
	clear: right;
}

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

	.hd2 span {
		font-size: 1.5em;
	}

}

.hd3 {
	position: relative;
	display: block;
	font-size: 1.375em;
	line-height: 1.4;
	padding: 2px 0 7px 1.1rem;
	margin: 25px 0 10px;
}

.hd3:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	background-color: #E52A01;
}

.hd3:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 3px;
	height: 50%;
	background-color: #008577;
}

@media screen and (max-width: 767px) {
	.hd3 {
		font-size: 1.125em;
		margin: 20px 0 8px;
	}
}

/* タイトルヘッダ */

/* p */

p.notice {
	font-size: 0.813em;
}

@media screen and (max-width: 767px) {
	p.notice {}
}

/* p */
/* p span */
.strong1 {
	font-weight: bold;
}

.strong2 {
	font-size: 1.125em;
	font-weight: bold;
}

/* p span */


/* button */
ul.btns {
	margin: 50px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

ul.btns li {
	display: block;
}

a.btn01 {
	position: relative;
	display: block;
	min-width: 240px;
	line-height: 20px;
	background-color: #2DAA8A;
	padding: 14px 32px 14px 16px;
	background-image: url(../img/common/arrow_nml_white.svg);
	background-size: 10px auto;
	background-position: right 11px center;
	background-repeat: no-repeat;
	color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}

a.btn01:hover {
	opacity: .6;
}

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

	ul.btns {
		margin: 23px auto;
	}

	a.btn01 {
		width: 100%;
		min-width: inherit;
		line-height: 20px;
	}
}

/* button */


/* リンクボックス */
.bxlinkCtnr {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.bxlinkCtnr li {
	display: block;
	width: 320px;
	height: 424px;
	margin: 8px 0;
	border-radius: 12px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.24);
}

/* 外枠が別途必要(上記.bxlinkCtnrなど) */
a.bxlink {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

a.bxlink:after {
	position: absolute;
	bottom: -24px;
	right: -10px;
	content: '';
	display: block;
	width: 0;
	height: 0;
	margin-right: 5px;
	border: 30px solid transparent;
	border-left: 30px solid #E52A01;
	border-right: none;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

a.bxlink:hover {
	opacity: .6;
}

a.bxlink .photo {}

a.bxlink .photo img {
	display: block;
}

a.bxlink.s p {
	margin: .5em 1em 0;
}

@media screen and (max-width: 767px) {
	.bxlinkCtnr li {
		width: 49%;
		height: 274px;
		margin: 5px 0;
	}

	a.bxlink.s:after {
		bottom: -38px;
	}

	a.bxlink.s p {
		margin: .2em .5em 1em;
	}
}

@media screen and (max-width: 374px) {
	a.bxlink.s p {
		font-size: .866em;
	}
}

/* リンクボックス */


/* list */
ul.orange {}

ul.orange>li {
	position: relative;
	margin-bottom: 1em;
	padding-left: 1.8em;
}

ul.orange>li:before {
	position: absolute;
	top: 11px;
	left: 0;
	content: '';
	width: 12px;
	height: 12px;
	background-color: #E52A01;
	border-radius: 50%;
}

@media screen and (max-width: 767px) {
	ul.orange>li {
		padding-left: 1.1em;
	}

	ul.orange>li:before {
		top: 11px;
		left: 0;
		width: 8px;
		height: 8px;
	}
}

ul.hDot {
	margin: .2em 0;
}

ul.hDot>li {
	position: relative;
	margin: .1em 0;
	padding-left: .9em;
}

ul.hDot>li:before {
	position: absolute;
	top: .55em;
	left: -.2em;
	content: '・';
	width: 1em;
	height: 1em;
	text-align: left;
	line-height: 1em;
}

@media screen and (max-width: 767px) {
	ul.hDot>li {
		padding-left: .8em;
	}

	ul.hDot>li:before {
		top: .3em;
		left: -.2em;
	}
}

ul.ex1 {}

ul.ex1>li {
	font-weight: bold;
	min-height: 184px;
	margin-top: 20px;
	background-color: #fff;
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

ul.ex1>li .image {
	width: 184px;
	height: 184px;
	overflow: hidden;
	border-radius: 8px 0 0 8px;
}

ul.ex1>li .image>img {
	width: 100%;
	height: auto;
}

ul.ex1>li .image+div {
	width: calc(100% - 184px);
	padding: 48px;
}

@media screen and (max-width: 767px) {
	ul.ex1 li {
		min-height: 110px;
	}

	ul.ex1 li .image {
		width: 110px;
		height: 110px;
	}

	ul.ex1 li .image+div {
		width: calc(100% - 110px);
		padding: 16px;
	}
}

ul.images {
	margin: 25px auto 16px;
	border-top: 1px solid #CCC;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

ul.images>li {
	position: relative;
	width: 48%;
	padding: 16px 0 20px;
	align-self: stretch;
}

ul.images>li:nth-child(2n+2):before {
	position: absolute;
	bottom: 1px;
	right: 0;
	content: '';
	background-color: #CCC;
	width: 1000px;
	height: 1px;
}

ul.images>li:nth-child(2n+1):after {
	position: absolute;
	right: -28px;
	top: 36%;
	content: '';
	width: 15px;
	height: 24px;
	background-image: url(../img/common/arrow_nml_n.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

ul.images2 {
	margin: 25px auto 16px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

ul.images2>li {
	position: relative;
	width: 48%;
	padding: 16px 0 20px;
	align-self: stretch;
}

ul.images2 .txtCenter {
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 767px) {
	ul.images {
		margin: 20px auto 15px;
	}

	ul.images>li {
		position: relative;
		width: 100%;
		padding: 16px 0 16px;
	}

	ul.images>li:nth-child(2n+2):before {
		width: 100%;
	}

	ul.images>li:nth-child(2n+1) {
		padding-bottom: 32px;
	}

	ul.images>li:nth-child(2n+1):after {
		right: 50%;
		top: inherit;
		bottom: -5px;
		margin-right: -12px;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	ul.images2>li {
		width: 100%;
	}
}

/* list */

/* table */
table.t01 {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	text-align: center;
}

table.t01 thead th {
	padding: 6px;
	vertical-align: top;
	color: #333;
	background-color: #ccc;
	border: 1px solid #ddd;
	font-weight: normal;
	color: #333;
	width: 290px;
}

table.t01 thead .white th {
	background-color: #fff;
}

table.t01 thead td {
	padding: 6px;
	background-color: #fff;
	border: 1px solid #ddd;
}

table.t01 tbody th {
	padding: 6px;
	vertical-align: middle;
	color: #333;
	background-color: #eee;
	border: 1px solid #ddd;
	font-weight: normal;
	color: #333;
	width: 290px;
}

table.t01 tbody th:first-child {
	width: 420px;
}

table.t01 tbody td {
	padding: 6px;
	background-color: #fff;
	border: 1px solid #ddd;
}

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

	table.t01 thead tr,
	table.t01 tbody tr {
		font-size: 0.875em;
	}

	table.t01 tbody th:first-child {
		width: 90px;
	}
}

/* table */


/* link */
.pdf {
	display: inline-block;
}

.pdf:after {
	display: inline-block;
	content: '';
	width: 18px;
	height: 24px;
	vertical-align: middle;
	margin-left: .5em;
	background-image: url(../img/common/file_pdf.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.pdf:hover {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.pdf {
		padding-right: 30px;
		background-position: right 6px center;
	}
}

a.blank {
	display: inline-block;
	padding-right: 3.6em;
	color: #008577;
	word-break: break-all;
	background-image: url(../img/common/target_blank.svg);
	background-size: 18px 24px;
	background-position: right 5% center;
	background-repeat: no-repeat;
}

a.blank:hover {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.blank {}
}

/* link */

/* QA */
.content.qa {}

.content.qa h4 {
	margin: 1.6em 0;
}

.content.qa dl {}

.content.qa dl dt,
.content.qa dl dd {
	position: relative;
	margin-bottom: .6em;
	padding: 1px 0 5px 1.6em;
}

.content.qa dl dt:before,
.content.qa dl dd:before {
	position: absolute;
	top: 0px;
	left: 0;
	font-weight: bold;
}

.content.qa dl dt {
	color: #981B1E;
}

.content.qa dl dt:before {
	content: 'Q';
}

.content.qa dl dd {}

.content.qa dl dd:before {
	content: 'A';
}

.content.qa dl dd p.notice {
	margin-top: 5px;
}

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

/* QA */

/* moview */
.mov .inner div {
	padding: 64px 0;
}

.mov .inner div iframe {
	display: block;
	width: 620px;
	height: 310px;
	margin: 0 auto 1em;
}

.mov .inner p {
	text-align: center;
}

.mov .inner p a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.mov .inner div {
		padding: 0;
	}

	.mov .inner div iframe {
		width: 100%;
		height: 100%;
	}
}

/* moview */


/* movieList */
.movieList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.movieList li {
	width: 48%;
	margin-bottom: 32px;
}

.movieList li iframe {
	height: 270px;
	margin-bottom: -8px;
}

.movieList li .title {
	font-weight: bold;
}

.movieListBtn {
	max-width: 240px;
	margin: 32px auto 0;
}

@media screen and (max-width: 767px) {
	.movieList li {
		width: 100%;
		margin-bottom: 16px;
	}

	.movieList li iframe {
		height: 182px;
		margin: 0;
	}
}

/* movieList */



#mainContent .post {
	position: relative;
	width: 100%;
	min-width: 1000px;
	height: auto;
	margin: 0 auto;
}

#mainContent .post h1 {
	font-size: 2em;
	line-height: 2;
	border-bottom: 1px solid #ccc;
	text-align: center;
	margin-top: 2em;
}

@media screen and (max-width: 767px) {
	#mainContent .post {
		width: 92%;
		min-width: 320px;
	}

	#mainContent .post h1 {
		font-size: 1.4em;
	}

}



#breadcrumb {
	position: relative;
	width: 100%;
	max-width: 1020px;
	padding: 0 10px;
	height: auto;
	margin: 10px auto;
}

#breadcrumb p {
	display: inline-block;
	padding-right: 1em;
}

#breadcrumb p a {
	display: inline-block;
	font-weight: bold;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#breadcrumb p a:hover {
	color: #E52A01;
}

#breadcrumb p+p:before {
	content: '\03e';
	padding-right: .5em;
}

@media screen and (max-width: 767px) {
	#breadcrumb {
		width: 92%;
		min-width: 300px;
	}
}



.notfound .inner {
	margin: 5em auto;
}

.notfound .inner h1 {
	font-size: 2em;
}

.notfound .inner h2 {
	font-size: 1.5em;
	margin-bottom: 2em;
	color: #999;
}

.notfound .inner p.link {
	position: relative;
	margin: 1em 0;
}

.notfound .inner a:before {
	display: inline-block;
	content: '';
	margin-right: .5em;
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #E52A01;
	border-right: 2px solid #E52A01;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.notfound .inner a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.notfound .inner h1 {
		font-size: 1.4em;
	}

	.notfound .inner h2 {
		font-size: 1.2em;
		margin-bottom: 2em
	}
}

/* mainContent */


/* footer */

footer#cf {
	margin-top: 10px;
	width: 100%;
	min-width: 1020px;
	border-top: 8px solid #E52A01;
	color: #666;
}

footer#cf>nav>ul,
footer#cf>section>div {
	width: 1020px;
	margin: 0 auto;
}

footer#cf #ftNav {
	overflow: hidden;
}

footer#cf #ftNav>ul {
	text-align: center;
	padding: 53px 0 10px;
}

footer#cf #ftNav>ul+ul {
	padding: 0 0 10px;
}

footer#cf #ftNav>ul li {
	display: inline-block;
	line-height: 1;
	font-size: .75em;
}

footer#cf #ftNav>ul li+li {
	border-left: 1px solid #ccc;
}

footer#cf #ftNav>ul li a {
	display: inline-block;
	padding: 0 16px 0 18px;
	color: #666;
	-webkit-transition: all .3s;
	transition: all .3s;
}

footer#cf #ftNav>ul li a:hover {
	opacity: .6;
}

footer#cf .author {
	width: 780px;
	margin: 30px auto 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

footer#cf .authora>img {
	display: block;
	width: 240px;
	height: auto;
}

footer#cf #copyright {
	text-align: center;
	font-size: .75em;
	padding-bottom: 40px;
}

footer#cf #copyright>p {
	height: 43px;
	line-height: 43px;
}



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

	footer#cf {
		width: 100%;
		min-width: 320px;
		border-width: 4px;
	}

	footer#cf #ftNav {
		width: 92%;
		min-width: 300px;
		margin: 0 auto;
	}

	footer#cf #ftNav>ul {
		width: 100%;
		margin-top: 26px;
		padding: 0;
		text-align: left;
		border-top: 1px solid #333;
	}

	footer#cf #ftNav>ul+ul {
		margin: 0;
		padding: 0 0 10px;
		border: none;
	}

	footer#cf #ftNav>ul li {
		width: 100%;
		display: block;
		line-height: 1;
		font-size: .875em;
		border-bottom: 1px solid #333;
	}

	footer#cf #ftNav>ul li a {
		display: block;
		font-size: .9375em;
		padding: 14px 5% 14px;
	}

	footer#cf #ftNav>ul li+li {
		border-left: none;
	}

	footer#cf .author {
		width: 100%;
		margin: 15px auto 20px;
	}

	footer#cf .author a {
		margin: 0 auto;
	}

	footer#cf .author a>img {
		width: 200px;
		height: auto;
		float: inherit;
		margin: 20px auto;
	}

	footer#cf .author>div {
		width: 100%;
		margin-left: 0;
		font-size: .9375em;
		text-align: center;
	}

	footer#cf #copyright {
		font-size: .75em;
		padding-bottom: 20px;
	}
}

/* footer */


/* other */

/* sitemap */
.sitemap h2 span {
	position: relative;
}

.sitemap h2 span::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: -60px;
	width: 48px;
	height: 72px;
	background: url(../img/content/sitemap_man.png) no-repeat;
	background-size: contain;
	background-position: 0 20px;
}

.siteMapList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.siteMapList li {
	width: 32%;
	margin-bottom: 64px;
}

.siteMapList li h3 {
	font-size: 1.125em;
	font-weight: bold;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #000;
}

.siteMapList li h3 span {
	font-size: 0.888em;
}

.siteMapList li p.subTitle {
	font-weight: bold;
}

.siteMapList li p {
	font-size: 0.9375em;
}

.siteMapList li p+p {
	margin-top: 8px;
}

.siteMapList li p a:first-child {
	position: relative;
	padding-left: 1em;
}

.siteMapList li p a:first-child::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 12px;
	height: 12px;
	background: #E52A01;
	border-radius: 50%;
}

.siteMapList li p a:last-child {
	padding-left: 1em;
}

.siteMapList li p .black {
	padding-left: 1em;
}

.siteMapList li p a:hover {
	opacity: .6;
}

@media screen and (max-width: 767px) {
	.siteMapList li {
		width: 100%;
		margin-bottom: 32px;
	}

}

/* sitemap */


/* searchform */
.search .inner {
	margin: 5em auto;
}

.search .inner h1 {
	font-size: 2em;
}

.search .inner p.result {
	color: #999;
	font-size: 1.5em;
	margin-bottom: 2em;
}

.search .inner ul li {
	position: relative;
	margin: 1em 0;
	padding-left: 1.4em;
}

.search .inner ul li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "・";
}

.search .inner ul li a:hover {
	cursor: pointer;
	opacity: .6;
}

@media screen and (max-width: 767px) {
	.search .inner h1 {
		font-size: 1.4em;
	}

	.search .inner p.result {
		font-size: 1.2em;
	}

	.search .inner ul li {
		margin: 0.8em 0;
		padding-left: -1.1em;
	}
}

/* searchform */


/* other */

/* boldFont */
.boldFont {
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin-top: 20px;
}