@charset "utf-8";
#anchorArea {
	margin-top: 30px;
	margin-bottom: 60px;
}
.sectionIn:last-child {
	margin-bottom: 100px;
}
.pcOnly {
	display: block;
}
.spOnly {
	display: none;
}
.mb35 {
	margin-bottom: 35px;
}
.sectionIn {
	margin-bottom: 90px;
}
.sectionIn > div {
	padding: 0 20px;
}
.subSectionIn {
	margin-top: 90px;
}
.subSectionIn > div {
	padding: 0;
}
.subTxt {
	font-size: 16px;
}
.twoColumn {
	display: flex;
}
.twoColumn .left {
	width: 100%;
}
.twoColumn .left img {
	width: 100%;
}
.twoColumn .right {
	margin-left: 20px;
}
.imgBox {
	margin: 45px 0;
}
.imgBox > p {
	text-align: center;
}
.sImg img {
	width: 500px;
}
.pubRttlBluSquer {
	margin-top: 42px;
}
.pubRttlBluSquer .sml {
	font-size: 17px;
}
.pubRlinkArrowList {
	margin-bottom: 45px;
}
.pubRlinkArrowList li {
	margin-top: 20px;
}
.pubRtableStay {
	width: inherit;
	max-width: 100%;
	margin: 20px 0 15px 0;
}
.pubRtableStay td {
	vertical-align: middle;
	text-align: right;
}
.pubRtableStay th.ttl, .pubRtableStay td.ttl {
	width: 110px;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
}
.pubRtableStay td > p {
	font-size: 14px;
}
.pubRtableStay th.ttlBlue, .pubRtableStay td.ttlBlue {
	background-color: #dff2fc;
}
.pubRtableStay tr th.ttlBlue:first-child {
	width: 265px;
}
.pubRtableStay th.ttlWide {
	width: 300px;
}
.ttlWide span {
	font-size: 13px;
}
.anchorLinks.second {
	padding-top: 0;
	border-top: 0;
}
.anchorLinks .link.two-lines {
	position: relative;
}
.anchorLinks .link.two-lines:before {
	position: absolute;
	top: 50%;
	left: 6%;
	transform: translateY(-3px);
}
.btnclose {
	text-align: center;
	margin: 30px auto 0;
	position: relative;
}
.btnclose span {
	position: relative;
	display: inline-block;
	padding: 10px 12% 10px 17%;
	color: #333;
	text-decoration: none;
	border: 2px solid #89ccf2;
	border-radius: 50px;
}
.btnclose span:after {
	content: "";
	display: block;
	position: absolute;
	background: url(/common_2019/img/arrow/arrow_blue_d.svg) no-repeat center / contain;
	width: 22px;
	height: 17px;
	top: 50%;
	left: 10%;
	margin-top: -8px;
	transform: scaleY(-1);
}
.alignItemsC {
	align-items: center;
}
.twoColumn.flexBasis50 .left, .twoColumn.flexBasis50 .right {
	flex-basis: 50%;
}
.twoColumn.flexBasis30-70 .left {
	flex-basis: 30%;
}
.twoColumn.flexBasis30-70 .right {
	flex-basis: 70%;
}
.twoColumn.flexBasis70-30 .left {
	flex-basis: 70%;
}
.twoColumn.flexBasis70-30 .right {
	flex-basis: 30%;
}
.twoColumn .right img {
	width: 100%;
}
@media screen and (max-width: 767px) {
	#anchorArea {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	h1 {
		margin-bottom: 30px;
	}
	.pcOnly {
		display: none;
	}
	.spOnly {
		display: block;
	}
	.mb35 {
		margin-bottom: 6.666666%;
	}
	.anchorLinks {
		padding-top: 10px;
		margin-bottom: 0;
		text-align: left;
	}
	.anchorLinks.second {
		padding-top: 0;
	}
	.anchorLinks .link {
		padding: 15px 1% 0px 13px;
		width: 90%;
		margin: 0 auto;
		display: block;
		border-right: 0;
		text-align: left;
		text-indent: -13px;
	}
	.anchorLinks .link:before {
		position: relative;
		bottom: auto;
		left: auto;
		margin-left: -8px;
	}
	.anchorLinks .link.two-lines:before {
		position: relative;
		top: auto;
		left: auto;
		transform: initial;
	}
	.sectionIn {
		/*margin-bottom: 12%;*/
		margin-bottom: 15px;
	}
	.sectionIn > div {
		padding: 0;
	}
	.subSectionIn {
		margin-top: 15px;
	}
	.subSectionIn > div {
		padding: 0;
	}
	.sectionIn .pubRttlBdrUnder {
		margin-bottom: 0;
	}
	.imgBox {
		margin: 8% 0;
	}
	.twoColumn {
		display: block;
	}
	.twoColumn .left {
		width: 100%;
		margin: 0 auto 5.333333%;
	}
	.twoColumn .right {
		margin-left: 0;
	}
	.pubRttlBluSquer {
		margin-top: 5%;
	}
	.pubRtableStay {
		width: 100%;
		margin: 5.333333% 0 3.555556% 0;
	}
	.pubRtableStay th, .pubRtableStay td {
		padding: 1% 2%;
		font-size: 15px;
	}
	.pubRtableStay tr th.ttlBlue:first-child {
		width: 110px;
	}
	.pubRtableStay td > p {
		font-size: 13px;
	}
	.pubRtableStay th.ttl, .pubRtableStay td.ttl {
		width: inherit;
	}
	.pubRtableScroll {
		width: 100% !important;
		margin-bottom: 0;
	}
	.pubRtableScroll th.ttl {
		width: 110px;
	}
	.pubRtableScroll td.ttl {
		width: 100px;
	}
	.pubRlinkArrowList {
		margin-bottom: 5.333333%;
	}
	.pubRlinkArrowList li {
		margin-top: 3.555556%;
	}
	.annotation {
		font-size: 12px;
	}
	.twoColumn.flexBasis50 .left, .twoColumn.flexBasis50 .right {
		flex-basis: 100%;
	}
	.twoColumn.flexBasis30-70 .left, .twoColumn.flexBasis30-70 .right {
		flex-basis: 100%;
	}
	.twoColumn.flexBasis70-30 .left, .twoColumn.flexBasis70-30 .right {
		flex-basis: 100%;
	}
	.spmtb30 {
		margin: 30px 0 !important;
	}
	.imgHgtAutoSp, .imgHgtAutoSp img {
		height: auto;
		width: 100%;
	}
}

.pdf {
	position: relative;
	background: #DFF2FC;
	border-radius: 8px;
	margin-top: 30px;
	padding: 20px 15px 10px;
}

.pdf .tag_wrap {
	position: absolute;
	top: -15px;
	left: 15px;
}

.pdf .tag {
	background: #F2819E;
	border-radius: 8px;
	color: #ffffff;
	line-height: 1.5;
	padding: 1px 10px 4px;
	font-weight: 700;
	display: inline-block;
}
.pdf .tag.new {
	background: #FFCF3A;
}

.pdf .pickup {
	position: absolute;
	top: -15px;
	left: 15px;
	background: #F2819E;
	border-radius: 8px;
	color: #ffffff;
	line-height: 1.5;
	padding: 1px 10px 4px;
	font-weight: 700;
}

.pdf ul.list_pdf li a {
	display: inline-block;
	padding-left: 20px;
	background: url(/common_2019/img/icon/icon_pdf_link_pubR.svg) no-repeat;
	background-size: 16px;
	background-position: left center;
	text-decoration: underline;
}

.pdf ul.list_pdf li a:hover {
	text-decoration: none;
}

.pubRlinkArrowList .text-indent {
	padding-left: 14px;
	text-indent: -14px;
}

.pubRlinkArrowList.new {
	border-radius: 8px;
	padding: 10px;
}

.bg-aqua {
	background: #DFF2FC;
}

@media screen and (max-width: 767px) {
	.pubRtableStay.fix01 tr th.ttlBlue:first-child {
		width: 205px;
	}

	.pubRtableStay.fix02 tr th.ttlBlue:first-child {
		width: 180px;
	}

	.pubRtableStay.fix03 tr th.ttlBlue:first-child {
		width: 195px;
	}

	.pubRtableStay.fix05 tr th.ttlBlue:first-child {
		width: 190px;
	}

	.pubRtableStay.fix06 tr th.ttlBlue:first-child {
		width: 130px;
	}

	.pubRtableStay.fix07 tr th.ttlBlue:first-child {
		width: 130px;
	}

	.pubRtableStay.fix08 tr th.ttlBlue:first-child {
		width: 200px;
	}

	.pubRtableStay.fix09 tr th.ttlBlue:first-child {
		width: 185px;
	}
}

.fs14 {
	font-size: 14px !important;
}
@media screen and (max-width: 767px) {
.pubRttlBluSquer {
	text-indent: 0px;
	padding-left: 30px;
}

dl dt.text-indent {
	padding-left: 24px;
	text-indent: -24px;
}
}

@media screen and (min-width: 768px) {
.anchorLinks .link {
	padding: 2px 5px;
	font-size: 16px;
}
}

@media screen and (min-width: 768px) {
	.txt-c {
		text-align: center;
	}
}

.imgMaxH400 {
	height: 400px;
	width: auto;
}

.pubRttlBluSquer .sml_block01 {
	display: block;
	line-height: 35.7px;
}