@charset "utf-8";

/*--------------------------------------
reset
---------------------------------------*/
h1, h2, h3, h4, h5, h6, p, span, small, dl, dt, dd, ol, ul, li {margin: 0;font-size: 100%;}ul {margin: 0;padding: 0;vertical-align: baseline;}img {vertical-align: top;}li {list-style-type: none;vertical-align: baseline;}input, button, textarea, select {margin: 0;padding: 0;background: none;border: none;border-radius: 0;outline: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;}html {font-size: 62.5%;}

/*--------------------------------------
base
---------------------------------------*/
body {
	min-width: 1000px;
	color: #444;
	font-family: 'Noto Sans JP',"Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
	font-feature-settings: "palt";
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}
a		{color: #444; text-decoration: none;}
a:hover	{opacity: 0.7;}
img		{max-width: 100%; height: auto;}
.fl		{float: left;}
.fr		{float: right;}
.auto	{margin: 0 auto;}
.strong	{font-weight: bold;}
.f110	{font-size: 110%;}
.f120	{font-size: 120%;}
.f130	{font-size: 130%;}
.f150	{font-size: 150%;}
.f200	{font-size: 200%;}
.f300	{font-size: 300%;}

/*--------------------------------------
slider
---------------------------------------*/
#slideArea {
	margin: 0 auto 60px;
}
#slideArea .slideinner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding: 0 50px;
	box-sizing: border-box;
}
.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	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;
}
.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-initialized .slick-slide p {
	display: block;
	margin: 20px 0 0 0;
	line-height: 1.4;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: 68px;
	box-sizing: border-box;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slider {
	position: relative;
	max-width: 940px;
}
.slider img {
	max-width: 100%;
	height: auto;
}
.slider .slider-nav-wrap {
	position: relative;
}
.slider .slider-nav-wrap .slider-nav .slick-list {
	padding: 0 !important;
}
.slider .slider-nav-wrap .slider-nav .slick-track {
	left: 0;
	width: 100%;
	opacity: 1;
}
.slider .slider-nav-wrap .slider-nav .slick-slide {
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	opacity: 1;
	padding: 8px;
}
.slider .slider-nav-wrap .slider-nav .slick-slide:hover {
	opacity: .5;
}
.slider .slider-nav-wrap .slick-arrow {
	position: absolute;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.slider .slider-nav-wrap .slick-prev {
	right: 0;
	border-width: 0;
	border-color: transparent transparent transparent #444444;
}
.slider .slider-nav-wrap .slick-next {
	left: 0;
	border-width: 0;
	border-color: transparent #444444 transparent transparent;
}
.slider .slider-for {
	float: left;
	width: 85%;
}
.slider .slider-for button.slick-prev {
	position: absolute;
	top: 46%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 2%;
	z-index: 5;
	background: url(img/arrow_slide_next.png) no-repeat;
	background-size: 100%;
	width: 34px;
	height: 34px;
	font-size: 0;
}
.slider .slider-for button.slick-next {
	position: absolute;
	top: 46%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 2%;
	z-index: 5;
	background: url(img/arrow_slide_prev.png) no-repeat;
	background-size: 100%;
	width: 34px;
	height: 34px;
	font-size: 0;
}
.slider .slider-nav-wrap {
	position: absolute;
	top: 49%;
	right: 0;
	width: 12%;
	padding: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 491px;
}
.slider .slider-nav-wrap .slick-arrow {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.slider .slider-nav-wrap .slick-next {
	top: -1.5em;
	background: url(img/arrow_slide_thumb_top.png) center center no-repeat;
	width: 22px;
	height: 13px;
}
.slider .slider-nav-wrap .slick-prev {
	top: auto;
	bottom: 3.5em;
	background: url(img/arrow_slide_thumb_bottom.png) center center no-repeat;
	width: 22px;
	height: 13px;
}

/*--------------------------------------
header
---------------------------------------*/
header {
	position: relative;
}
#headNoteArea {
	width: 100%;
	margin: 0;
	padding: 0;
}
#headNoteArea .areaInner {
	padding: 2rem 0;
	margin: 0;
	background: #0d5799;
	text-align: center;
}
#headNoteArea .sitename {
	display: inline-block;
	min-height: 50px;
	margin: 0;
	padding: 0.7rem 0 0 7.5rem;
	background: url(img/logo.png) no-repeat left center;
	box-sizing: border-box;
	color: #fff;
	font-size: 2.6rem;
	font-weight: normal;
	line-height: 1.4;
}
#headNoteArea.lower .sitename {
	min-height: auto;
	padding: 0;
	background: none;
}
#headNoteArea.lower .sitename a {
	display: block;
	min-height: 50px;
	margin: 0;
	padding: 0.7rem 0 0 7.5rem;
	background: url(img/logo.png) no-repeat left center;
	box-sizing: border-box;
	color: #fff;
	line-height: 1.4;
	text-decoration: none;
}

/*--------------------------------------
g-nav
---------------------------------------*/
#g-nav {
	width: 100%;
	position: relative;
	margin: 0 0 10px;
}
#g-nav ul {
	width: 1000px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	align-items: center;
}
#g-nav ul li {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	width: 20%;
	position: relative;
	background-size: 104px,auto;
}
#g-nav ul li:after {
	content: "";
	width: 1px;
	height: 20px;
	display: inline-block;
	border-left: 1px dashed #444;
	position: absolute;
	top: calc(50% - 10px);
	left: 0;
}
#g-nav ul li:last-child:before {
	content: "";
	width: 1px;
	height: 20px;
	display: inline-block;
	border-right: 1px dashed #444;
	position: absolute;
	top: calc(50% - 10px);
	right: 0;
}
#g-nav li a {
	color: #444;
	display: block;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px 20px;
	box-sizing: border-box;
	line-height: 1.8rem;
}

/*--------------------------------------
pankuzu
---------------------------------------*/
#pankuzu {
	width: 1000px;
	margin: 1.8rem auto 2.2rem auto;
	padding: 0;
	font-size: 1.2rem;
	line-height: 1.1;
}
#pankuzu a:hover {
	text-decoration: underline;
}

/*--------------------------------------
contents
---------------------------------------*/
#contents {
	margin: 0 auto;
	padding: 0;
}
#index,
#category,
#page {
	margin: 0;
	padding: 0;
}
#category,
#page {
	width: 1000px;
	margin: 0 auto;
}
#category .baseBox,
#page .baseBox {
	float: left;
	width: 760px;
}

/*--------------------------------------
side
---------------------------------------*/
#side {
	float: right;
	width: 220px;
	margin: 0 0 6rem 0;
	box-sizing: border-box;
}
#side ul li::before {
	display: none;
}
#side .sideTopBox {
	position: relative;
	margin: 0 0 3rem 0;
	background: #fffbce;
}
#side .sideTopBox:before {
	content: "";
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border: 1px dashed #c8c27a;
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: 1;
}
#side .sideTopBox .catch {
	color: #444;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	position: relative;
	padding: 20px 10px 15px;
	margin: 0 0 20px;
	position: relative;
	z-index: 2;
}
#side .sideTopBox .catch:before {
	content: "";
	background: #83cdc0;
	width: 55px;
	height: 3px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#side .sideTopBox .imgBox {
	text-align: center;
	margin: 0 auto 20px;
	position: relative;
	z-index: 2;
}
#side .sideTopBox p {
	color: #444;
	line-height: 1.4;
	padding: 0 13px;
	position: relative;
	z-index: 2;
}
#side .sideTopBox .dtlBtn {
	padding: 0 13px 13px;
	position: relative;
	z-index: 2;
}
#side .sideTopBox .dtlBtn a {
	text-align: center;
	display: block;
	background: #c8c27a url(img/arrow_white.png) no-repeat right 10px center;
	background-size: 6px auto;
	padding: 10px 25px 10px 20px;
	color: #fff;
}
#side .sideBox {
	box-sizing: border-box;
	margin: 0 0 30px;
	padding: 10px;
	background: #f8f8f8;
	overflow: hidden;
}
#side .sideBox a {
	line-height: 1.6;
}
#side .sideBox .sttl {
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
#side .sideBox .sttl a {
	background: url(img/side_bg_01.png) repeat;
	display: block;
	height: 100%;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
	padding: 20px 10px 18px;
	position: relative;
	z-index: 2;
}
#side .sideBox .sttl a:before {
	content: url(img/side_arrow.png);
	position: absolute;
	bottom: -2px;
	right: 3px;
}
#side .sideBox .sttl a:hover {
	opacity: 0.7;
}
#side .sideBox ul {
	padding: 0 !important;
	margin: 0;
	background: #fff;
}
#side .sideBox li {
	border-top: 1px dashed #d8d8d8;
	background: none;
	padding: 0;
}
#side .sideBox li:first-child {
	border-top: none;
}
#side .sideBox li ul.subList li {
	border-top: 1px dashed #d8d8d8;
}
#side .sideBox li a {
	display: block;
	padding: 20px 25px 18px 10px;
	text-decoration: none;
	font-size: 1.3rem;
	background: url(img/arrow01_blue.png) no-repeat right 1rem center;
	background-size: 6px auto;
}
#side .sideBox li a:hover {
	text-decoration: underline;
	opacity: 0.7 !important;
}
#side .sideBox .subList {
	margin: 0;
}
#side .sideBox .subList li {
	background: none;
	margin: 0;
}
#side .sideBox .subList li:last-child {
	background: none;
}
#side .sideBox .subList li a {
	background: url(img/arrow_side_sub.png) no-repeat left 15px top 10px,
	url(img/arrow_black.png) right 10px center no-repeat;
	background-size: auto, 6px auto;
	display: block;
	padding: 13px 25px 13px 32px;
}
	#side .sideBox ul li span:hover {
	opacity: 1;
	border-bottom: solid 2px #f6e847;
}
#side .sideBox ul li a:hover {
	opacity: 1;
}

/*--------------------------------------
page-top
---------------------------------------*/
#page-top {
	position: fixed;
	right: 2rem;
	bottom: 2rem;
	width: 60px;
	z-index: 2;
}
#page-top:hover {
	opacity: 0.7;
}

/*--------------------------------------
footer
---------------------------------------*/
footer {
	clear: both;
	margin: 10rem 0 0 0;
	padding: 0;
	background: #116294;
}
footer .areaInner {
	width: 1000px;
	margin: 0 auto;
	padding: 4rem 0 0 0;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}

footer .areaInner .footBox {
	margin: 0 0 3rem 0;
}
footer .areaInner .footBox .sttl {
	margin: 0 0 1.5rem 0;
	padding: 0 0 0.6rem 0;
	border-bottom: 1px solid #fff;
	line-height: 1.4;
}
footer .areaInner .footBox .sttl a {
	display: inline-block;
	padding: 0 0 0 2.4rem;
	background: url(img/arrow02_white.png) no-repeat left 0.2rem;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
}
footer .areaInner .footBox .sttl a:hover {
	text-decoration: none;
}
footer .footBox ul {
	padding: 0 2rem;
}
footer .areaInner .footBox .accChild {
	padding: 0 0 0 1.2rem;
	box-sizing: border-box;
}
footer .areaInner .footBox .accChild li {
	background: none;
}
footer .areaInner .footBox .accChild li.subCat {
	margin: 0 3rem 0 0;
	padding: 0;
}
footer .areaInner .footBox .accChild .sp + li::before {
	color: #fff;
	letter-spacing: 0;
}
footer .areaInner .footBox .accChild .sp + li::before {
	color: #fff;
	letter-spacing: 0;
}
footer .areaInner .footBox .accChild .sp + li.subCat::before {
	content: "";
}
footer .areaInner .footBox .accChild .subList li::after {
	color: #fff;
	letter-spacing: 0;
	content: "　/　";
}
footer .areaInner .footBox .accChild .subList li:last-child:after {
	content: none;
}
footer .areaInner .footBox .accChild li {
	display: inline-block;
	margin: 0 2rem 0 0;
}
footer .areaInner .footBox .accChild li a {
	padding: 0 0 0 1.6rem;
	background: url(img/arrow_white.png) no-repeat left center;
	background-size: 6px auto;
	color: #fff;
	font-size: 1.3rem;
	font-weight: normal;
}

footer .areaInner .footBox .accChild .subList li:first-child:before {
	color: #fff;
	letter-spacing: 0;
	content: "　/　";
}
footer .areaInner .footBox .accChild .subList {
	display: inline-block;
	padding: 0;
	margin: 0 0 0 2rem;
}
footer .areaInner .footBox .accChild .subList li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
footer .areaInner .footBox .accChild .subList li a {
	padding: 0 0.8rem;
	font-size: 1.3rem;
	background: none;
}
footer .areaInner .noticeArea {
	width: 71%;
	margin: 6rem auto 2rem auto;
	padding: 2rem 3rem;
	background: #1d6a99;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.2rem;
}
footer .areaInner .noticeArea p {
	margin: 0;
}
footer .areaInner .botPrg {
	margin: 0 0 2rem 0;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
}
footer .botArea {
	padding: 1.5rem;
	background: #333;
}
footer .botArea .botInner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
footer .botArea .botInner .smap {
	float: right;
}
footer .botArea .botInner .smap a {
	display: block;
	min-height: 17px;
	padding: 0 0 0 2rem;
	background: url(img/arrow02_white.png) no-repeat left center;
	font-size: 1.2rem;
	color: #fff;
}
footer .botArea .botInner .smap a:hover {
	text-decoration: underline;
}
footer p.copy {
	float: left;
	margin: 0;
	color: #fff;
	font-size: 1.2rem;
}
footer p.copy a {
	color: #fff;
}
footer .areaInner .footBox .accChild .sp {
	display: none;
}

/*--------------------------------------
contents
---------------------------------------*/
#page p {
	margin: 1.5rem 0;
}
p span {
	color: #cc4242;
	font-size: 1.6rem;
	font-weight: bold;
}
p span.marker {
	background: linear-gradient(transparent 60%, #eebf65 60%);
	color: #375469;
	font-size: 1.6rem;
	font-weight: bold;
}
.caption {
	margin: 0.8rem 0 0 0;
	color: #999;
	font-size: 1rem;
	line-height: 1.3;
	word-break: break-all;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}
.caption::-webkit-scrollbar {
  height: 0.5rem;
}
@media all and (-ms-high-contrast: none) {
  .caption::-webkit-scrollbar {
    height: 0.5rem;
  }
}
.caption::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 30px;
}
.caption::-webkit-scrollbar-thumb {
  background: #dfdfdf;
  border-radius: 30px;
}

/*--------------------------------------
heading
---------------------------------------*/
#page h1, #page h2, #page h3, #page h4, #page h5, #page h6 {
	font-weight: bold;
	line-height: 1.4;
	word-break: break-all;
}

#page h1 {
	position: relative;
	margin: 0 0 6rem 0;
	padding: 2rem 0;
	font-size: 3.4rem;
	text-align: center;
}
#page h1::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #1286cc;
	content: "";
}
#page h1::after {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 2px;
	background: #1286cc;
	content: "";
}

#page h2 {
	position: relative;
	margin: 6rem 0 4rem 0;
	padding: 1.8rem 2.4rem;
	background: #0b477c url(img/h2_bg_01.png) no-repeat left bottom;
	box-sizing: border-box;
	color: #fff;
	font-size: 2.6rem;
}
#page h2::before {
	position: absolute;
	left: 2.5rem;
	bottom: -1.7rem;
	width: 0;
	height: 0;
	border-color: #0b477c transparent transparent transparent;
	border-style: solid;
	border-width: 18px 24px 0 24px;
	content: "";
}
#page h2 a {
	display: block;
	color: #fff;
	text-decoration: none;
}
#page h2 a:hover {
	opacity: 0.7;
}

#page h3 {
	position: relative;
	margin: 6rem 0 4rem 0;
	padding: 1.2rem 2rem;
	background: #f0f8fc;
	border-left: 5px solid #1286cc;
	box-sizing: border-box;
	font-size: 2.4rem;
}
#page h3 a {
	display: block;
	color: #444;
	text-decoration: none;
}
#page h3 a:hover {
	opacity: 0.7;
}

#page h4, #page h5, #page h6 {
	position: relative;
	margin: 6rem 0 4rem 0;
	padding: 0 1rem 1rem 1rem;
	border-bottom: 3px solid #e4e4e4;
	box-sizing: border-box;
	color: #116294;
	font-size: 2rem;
}
#page h4 a, #page h5 a, #page h6 a {
	display: block;
	color: #116294;
	text-decoration: none;
}
#page h4 a:hover, #page h5 a:hover, #page h6 a:hover {
	opacity: 0.7;
}

/*--------------------------------------
lists
---------------------------------------*/
.baseBox ul {
	margin: 3rem 0;
	padding: 0;
}
.baseBox ul li {
	position: relative;
	padding: 0 0 0.3rem 2.1rem;
}
.baseBox ul li:last-child {
	padding: 0 0 0 2.1rem;
}
.baseBox ul li::before {
	position: absolute;
	left: 0;
	top: 7px;
	width: 14px;
	height: 14px;
	background: #94c3df;
	border-radius: 50%;
	content: "";
}

.baseBox ol {
	margin: 20px 0 20px;
	padding: 10px 10px 0;
	counter-reset: number;
}
.baseBox ol li {
	padding: 2px 0 2px 30px;
	list-style: none;
	position: relative;
	counter-increment: number;
}
.baseBox ol li::before {
	display: block;
	background-color: #83cdc0;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 3px;
	left: 0;
	color: #fff;
	text-align: center;
	line-height: 1.7;
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
}
.baseBox ol li:nth-child(-n + 9):before {
	content: counter(number);
}
.baseBox ol li:nth-child(n + 10):before {
	content: counter(number);
}

/*--------------------------------------
table
---------------------------------------*/
#contents table {
	width: 100%;
	margin: 3rem auto;
	/* table-layout: fixed; */
}
#contents table th {
	padding: 1.5rem;
	background: #f8f8f8;
	border: 2px solid #e4e4e4;
	font-size: 1.5rem;
	text-align: center;
	word-break: break-all;
}
#contents table td {
	padding: 1.5rem;
	border: 2px solid #e4e4e4;
	background: #fff;
	font-size: 1.3rem;
	text-align: left;
	word-break: break-all;
}

/*--------------------------------------
btns
---------------------------------------*/
.btn-tel {
	display: none;
}

.btn-web,
#page .btn-web {
	margin: 3rem auto;
	padding: 0;
	text-align: center;
	font-size: 100%;
	color: #cc4242;
}
.btn-web a {
	display: inline-block;
	position: relative;
	width: 480px;
	margin: 1rem auto;
	padding: 2rem 3rem;
	background: #ffed56 url(img/arrow01_blue.png) no-repeat right 2rem center;
	box-sizing: border-box;
	border-radius: 5rem;
	color: #1978b1;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
}
.btn-web a:hover {
	background: #7dce55 url(img/arrow01_white.png) no-repeat right 2rem center;
	color: #fff;
}

.btn-internal,
#page .btn-internal {
	margin: 3rem auto;
	padding: 0;
	text-align: center;
}
.btn-internal a {
	display: inline-block;
	position: relative;
	width: 480px;
	margin: 0 auto;
	padding: 2rem 3rem;
	background: #ffb549 url(img/arrow01_white.png) no-repeat right 2rem center;
	box-sizing: border-box;
	border-radius: 5rem;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
}
.btn-internal a:hover {
	background: #ffcb7f url(img/arrow01_white.png) no-repeat right 2rem center;
}

.btn-link {
	min-height: 17px;
	margin: 2rem 0;
	padding: 0;
	font-size: 1.5rem;
	line-height: 1.4;
	text-align: right;
}
.btn-link a {
	position: relative;
	padding: 0.2rem 2rem 0.2rem 2.4rem;
	background: url(img/arrow02_blue.png) no-repeat left center;
	text-decoration: underline;
}
.btn-link a:hover {
	text-decoration: none;
}

/*--------------------------------------
float-wrap
---------------------------------------*/
.float-wrap {
	margin: 3rem 0;
	box-sizing: border-box;
}
.float-wrap img {
	width: 100%;
}
#contents.float-wrap p {
	margin: 0;
	padding: 0;
}
.float-wrap .fl {
	width: 340px;
	padding: 0 4rem 1rem 0;
	text-align: center;
}
.float-wrap .fl {
	width: 280px;
}
.float-wrap .fr {
	width: 340px;
	padding: 0 0 1rem 4rem;
	text-align: center;
}
.float-wrap .fr {
	width: 280px;
}
.float-wrap .center {
	width: 340px;
	margin: 0 auto;
	padding: 0 0 2rem 0;
	text-align: center;
}
.float-wrap .center {
	width: 280px;
}

/*--------------------------------------
sitemap
---------------------------------------*/
ul.subList {
	margin: 0.5rem 0 !important;
}

/*--------------------------------------
reaction
---------------------------------------*/
.reaction {
	clear: both;
	padding: 4rem 3.5rem 3rem 3.5rem;
	background: #0d5799 url(img/reaction_bg_01.png) no-repeat center top;
	background-size: cover;
	box-sizing: border-box;
}
.reaction-title {
	margin: 0 0 3rem 0;
	color: #fff;
	font-size: 2rem;
	font-weight: normal;
	line-height: 1.4;
	text-align: center;
}
.reaction-title span {
	display: block;
	color: #fff;
	font-size: 3.2rem;
	font-weight: normal;
}
#page .reaction-lead {
	margin: 0 0 3rem 0;
	color: #fff;
}
.reaction-enTit {
	margin: 0 0 1.5rem 0;
	text-align: center;
}
.reaction-enTit span {
	display: inline-block;
	padding: 0 1rem;
	background: #fff;
	border: 2px solid #fff;
	color: #1286cc;
	font-size: 1.4rem;
	text-align: center;
}
.reaction-inner .note {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.6;
}
.reaction .block-recommend {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.reaction .block-recommend::after {
	display: block;
	width: 32%;
	content:"";
}
.reaction .block-recommend .box {
	width: 32%;
	background: #fff;
}
.reaction .block-recommend .box-head {
	position: relative;
	margin: 0.5rem 0.5rem 0 0.5rem;
}
.reaction .block-recommend .box-head::before {
	position: absolute;
	left: 50%;
	bottom: -1.1rem;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-color: #1286cc transparent transparent transparent;
	border-style: solid;
	border-width: 12px 15px 0 15px;
	content: "";
}
.reaction .block-recommend .box-head .catch {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 1rem;
	background: #1286cc;
	box-sizing: border-box;
	color: #f3e676;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
.reaction .block-recommend .box-body {
	padding: 2rem 1rem;
}
#page .reaction .block-recommend .box-body .btn-web {
	margin: 0 auto;
}
#page .reaction .block-recommend .box-body .btn-web a {
	width: 90%;
	padding: 1rem 1.8rem;
	background: #ffed56 url(img/arrow01_blue.png) no-repeat right 1rem center;
	background-size: 6px auto;
	box-sizing: border-box;
	font-size: 1.4rem;
}
#page .reaction .block-recommend .box-body .btn-web a:hover {
	background: #7dce55 url(img/arrow01_white.png) no-repeat right 1rem center;
	background-size: 6px auto;
	color: #fff;
}
.reaction .block-recommend .box-body .ttl {
	margin: 0 0 1rem 0;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
.reaction .block-recommend .box-body .sttl {
	margin: 0 0 0.5rem 0;
	padding: 0.5rem 1rem;
	background: #f0f8fc;
	color: #375469;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
}
.reaction .block-recommend .box-body .num {
	margin: 0 0 1rem 0;
	font-size: 1.5rem;
	line-height: 1.4;
	text-align: center;
}
.reaction .block-recommend .box-body .num span {
	font-size: 2.7rem;
}
.reaction .block-recommend .box-body .num span.red {
	color: #cc4242;
	font-size: 2.7rem;
	font-weight: bold;
}
.reaction .block-recommend .box-body .tag {
	margin: 1rem;
	display: flex;
	flex-flow: row wrap;
}
.reaction .block-recommend .box-body .tag::after {
	clear: both;
	display: block;
	content: "";
}
.reaction .block-recommend .box-body .tag li {
	float: left;
	width: 48%;
	margin: 0 4% 0.85rem 0;
	padding: 0.3rem 0.5rem;
	background: #2e98b3;
	border-radius: 0.5rem;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.3;
	text-align: center;
	align-items: center;
	justify-content: center;
	vertical-align: baseline;
	display: flex;
	box-sizing: border-box;
}
.reaction .block-recommend .box-body .tag li:nth-child(2n) {
	margin: 0 0 1rem 0;
}
.reaction .block-recommend .box-body .tag li::before {
	display: none;
}

/*--------------------------------------
dateModified
---------------------------------------*/
.date_modified_function {

}

#contents div.top_function, div.top_function {
    padding: 5px 0 0 38px;
    width: 1000px;
    margin: 0 auto;
}

div.time_function {
    display: block;
    padding: 5px 0 0 0;
    font-size: 11px;
    color: #666;
}

/* SP -------------------------------------------------------------------------------------------------------------------------- */

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

body {
	width: 100%;
	min-width: 100%;
	line-height: 1.7em;
}
img		{max-width: 100%;}
a		{color: #444; text-decoration: none;}
a:hover	{opacity: 1;}
.pc		{display: none;}
.pc_br	{display: none;}
.sp		{display: block;}

/*--------------------------------------
slider
---------------------------------------*/
#slideArea {
	margin: 0 auto 30px;
}
#slideArea .slideinner {
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 0;
}
.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	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;
}
.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-initialized .slick-slide p {
	display: block;
	margin: 10px 0 5px 0;
	line-height: 1.4;
	padding: 0;
	box-sizing: border-box;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: 68px;
	box-sizing: border-box;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slider {
	position: relative;
	max-width: 940px;
}
.slider img {
	max-width: 100%;
	height: auto;
}
.slider .slider-nav-wrap {
	position: relative;
}
.slider .slider-nav-wrap .slider-nav .slick-list {
	padding: 0 !important;
}
.slider .slider-nav-wrap .slider-nav .slick-track {
	left: 0;
	width: 100%;
	opacity: 1;
	position: relative;
}
.slider .slider-nav-wrap .slider-nav .slick-slide {
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	opacity: 1;
	padding: 7px;
}
.slider .slider-nav-wrap .slider-nav .slick-slide:hover {
	opacity: .5;
}
.slider .slider-nav-wrap .slick-arrow {
	position: absolute;
	top: 50%;
	left: inherit;
	width: 0;
	height: 0;
	border-style: solid;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.slider .slider-nav-wrap .slick-prev {
	right: 0;
	border-width: 0;
	border-color: transparent transparent transparent #444444;
}
.slider .slider-nav-wrap .slick-next {
	left: 0;
	border-width: 0;
	border-color: transparent #444444 transparent transparent;
}
.slider .slider-for {
	float: none;
	width: 100%;
	margin: 0 0 40px;
}
.slider .slider-for button.slick-prev {
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(img/arrow_slide_next.png) no-repeat;
	width: 20px;
	height: 20px;
	top: 42%;
	right: 2%;
	z-index: 5;
	background-size: 100%;
}
.slider .slider-for button.slick-next {
	position: absolute;
	top: 42%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 2%;
	z-index: 5;
	background: url(img/arrow_slide_prev.png) no-repeat;
	background-size: 100%;
	width: 20px;
	height: 20px;
}
.slider .slider-nav-wrap {
	position: static;
	top: inherit;
	right: inherit;
	width: 86%;
	padding: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: inherit;
	margin: 0 auto;
}
.slider .slider-nav-wrap .slick-next {
	top: 50%;
	left: -5%;
	background: url(img/arrow_black_right.png) center center no-repeat;
	background-size: 100%;
	width: 10px;
	height: 14px;
}
.slider .slider-nav-wrap .slick-prev {
	top: 50%;
	right: -5%;
	background: url(img/arrow_black.png) center center no-repeat;
	background-size: 100%;
	width: 10px;
	height: 14px;
}
#slideArea .caption {
	margin: 8px 0 10px !important;
}

/*--------------------------------------
header
---------------------------------------*/
#headNoteArea .areaInner {
	padding: 1rem;
}
#headNoteArea .sitename {
	display: inline-block;
	min-height: 50px;
	margin: 0;
	padding: 0 4rem 0 5.5rem;
	background: url(img/logo.png) no-repeat left center;
	background-size: 50px 42px;
	box-sizing: border-box;
	color: #fff;
	font-size: 2rem;
	font-weight: normal;
	line-height: 1.4;
	text-align: left;
}
#headNoteArea.lower .sitename {
	min-height: auto;
	padding: 0;
	background: none;
}
#headNoteArea.lower .sitename a {
	display: block;
	min-height: 42px;
	margin: 0;
	padding: 0 4rem 0 5.5rem;
	background: url(img/logo.png) no-repeat left center;
	background-size: 50px 42px;
	box-sizing: border-box;
	color: #fff;
	line-height: 1.4;
	text-align: left;
	text-decoration: none;
}

/*--------------------------------------
g-nav
---------------------------------------*/
.out-frame {
	position: relative;
	width: 100%;
}
.out-frame.black:after {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 10000px;
	padding: 0;
	background: #000;
	content: "";
	opacity: 0.3;
	transition: all .5s ease;
	z-index: 1;
}
.out-frame::after {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	background: #fff;
	content: "";
	opacity: 0;
	transition: all .5s ease;
	z-index: 1;
}
.header-frame {
	position: relative;
	width: 100%;
	height: 64px;
}
.menu-btn {
	position: absolute;
	right: 1rem;
	top: 1.8rem;
	width: 35px;
	height: 35px;
	background: url(img/sp-btn-menu_on.png) no-repeat 0 0;
	background-size: 35px auto;
	z-index: 10;
}
.navOpenOut {
	height: 77px;
	padding: 1.8rem 1rem 0 0;
	background: rgba(0,0,0,0.3);
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
}
.navOpen {
	float: right;
	position: inherit;
	right: 1rem;
	top: inherit;
	width: 35px;
	height: 35px;
	background: url(img/sp-btn-menu_off.png) no-repeat 0 0;
	background-size: 35px auto;
	z-index: 10;
}
#sp_titArea .is-fixed {
	position: fixed;
	right: 1rem;
	top: 1.8rem;
	z-index: 2;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
.menu-btn img {
	opacity: 1;
}
.black .menu-btn img {
	opacity: 0;
}
.header-menu {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	z-index: 10;
}
.header-menu ul li a {
	display: block;
	padding: 1.5rem 3.5rem 1.5rem 1rem;
	background: #0d5799 url(img/arrow_gnav_left.png) no-repeat right 1rem center;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.3;
	text-decoration: none;
}
.header-menu ul.accordion li ul li:first-child a {
	padding: 1.2rem 3.5rem 1.2rem 1rem;
}
.header-menu ul li.delete {
	padding: 1rem;
	background: #444 url(img/batu.png) no-repeat 60% center;
	background-size: 19px auto;
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
}
.header-menu ul.accordion ul {
	display: none;
}
.header-menu ul.accordion .subCat ul.subList {
	display: block;
}
.header-menu ul.accordion .tglMenu {
	display: block;
	padding: 1.5rem 3.5rem 1.5rem 1rem;
	background: #0d5799 url(img/arrow_gnav_down.png) no-repeat right 1rem center;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.3;
	text-decoration: none;
}
.header-menu ul.accordion .open {
	background: #0d5799 url(img/arrow_gnav_up.png) no-repeat right 1rem center;
}
.header-menu ul.accordion ul li a {
	padding: 1.2rem 3rem 1.2rem 2rem;
	background: #fff url(img/arrow_black.png) right 12px center no-repeat;
	background-size: 6px auto;
	border-bottom: 1px solid #444;
	color: #444;
	font-family: inherit;
}
.header-menu ul.accordion ul li.subCat a {
	padding: 1.2rem 3rem 1.2rem 2rem;
}
.header-menu ul.accordion .subCat ul.subList li a {
	padding: 1.2rem 3rem 1.2rem 3rem;
	border-bottom: 1px solid #444;
}
.header-menu ul.accordion li ul li:last-child a {
	border-bottom: none;
}

/*--------------------------------------
footer
---------------------------------------*/
footer {
	box-sizing: border-box;
	width: 100%;
	padding: 0;
	margin: 4rem 0 0 0;
	background-color: #f3f3f3;
}
footer a:hover {
	text-decoration: none;
}
footer .areaInner {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
footer .areaInner .footBox {
	margin: 0;
}
footer .areaInner .footBox .sttl a {
	display: block;
	padding: 1rem 4rem 1rem 1rem;
	background: #0d5799 url(img/arrow_green_left.png) no-repeat right 1rem center;
	background-size: 16px auto;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.4rem;
}
footer .areaInner .footBox .sttl.tglMenu a {
	background: #0d5799 url(img/arrow_green_down.png) no-repeat right 1rem center;
	background-size: 16px auto;
}
footer .areaInner .footBox .sttl.open a {
	background: #0d5799 url(img/arrow_green_up.png) no-repeat right 1rem center;
	background-size: 16px auto;
}
footer .areaInner .footBox .sttl {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #f3f3f3;
}
footer .areaInner .footBox .accChild {
	display: none;
	margin: 0;
	padding: 0;
	background: #f3f3f3;
	box-sizing: border-box;
}
footer .areaInner .footBox .accChild li {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
	background: none;
}
footer .areaInner .footBox .accChild li a {
	display: block;
	padding: 1rem 4rem 1rem 1rem;
	background: url(img/arrow_black.png) no-repeat right 1rem center;
	background-size: 6px auto;
	border-bottom: 1px dotted #444;
	box-sizing: border-box;
	color: #444;
	font-size: 1.3rem;
}
footer .areaInner .footBox .accChild li.subCat {
	margin: 0;
}
footer .areaInner .footBox .accChild li.subCat a {
	display: block;
	padding: 1rem 4rem 1rem 2rem;
	background: url(img/arrow_black.png) no-repeat right 1rem center;
	background-size: 6px auto;
	border-bottom: 1px dotted #444;
	box-sizing: border-box;
	color: #444;
}
footer .areaInner .footBox .accChild li.subCat:last-child li:last-child a {
	border: none;
}
footer .areaInner .footBox .accChild .subList {
	display: block;
	margin: 0;
	padding: 0;
}
footer .areaInner .footBox .accChild .subList li {
	display: block;
}
footer .areaInner .footBox .accChild .subList li:first-child:before {
	content: "";
}
footer .areaInner .footBox .accChild .subList li:after {
	content: "";
}
footer .areaInner .footBox .accChild li.subCat:after {
	content: "";
}
footer .areaInner .footBox .accChild .subList li a {
	padding: 1rem 4rem 1rem 3rem;
	background: url(img/arrow_black.png) no-repeat right 1rem center;
	background-size: 6px;
}
footer .areaInner .footBox .accChild li:after {
	content: "";
}
footer .areaInner .footBox .accChild li:last-child:after {
	content: "";
}
footer .areaInner .noticeArea {
	width: 90%;
	margin: 2rem auto;
	padding: 2rem;
	background: #fff;
	box-sizing: border-box;
	color: #444;
	font-size: 1.2rem;
}
footer .areaInner .botPrg {
	margin: 0 0 2rem 0;
	color: #444;
	font-size: 1.1rem;
	text-align: center;
}
footer .botArea {
	padding: 0;
	background: #0d5799;
}
footer .botArea .botInner {
	width: 100%;
}
footer p.copy {
	margin: 0;
	padding: 1.5rem 1rem;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.3;
	text-align: center;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer .botArea .botInner .smap {
	display: none;
}
footer .areaInner .footBox .accChild .sp {
	display: block;
}

/*--------------------------------------
page-top
---------------------------------------*/
#page-top {
	position: fixed;
	width: 40px;
	right: 3%;
	bottom: 6%;
	z-index: 2;
}
#page-top:hover {
	opacity: 1;
}

/*--------------------------------------
pankuzu
---------------------------------------*/
#pankuzu {
	width: 100%;
	margin: 2rem 0;
	padding: 0 1rem 0.5rem 1rem;
	box-sizing: border-box;
	color: #838383;
	font-size: 1.1rem;
	overflow: auto;
	white-space: nowrap;
}
#pankuzu a {
	color: #838383;
}

/*--------------------------------------
contents
---------------------------------------*/
#category, #page {
	width: 100%;
	margin: 0 auto;
}
#category .baseBox,
#page .baseBox {
	float: none;
	width: 100%;
	box-sizing: border-box;
}
.baseBox {
	padding: 0 1rem;
}
.baseBox p {
	margin: 0 0 1rem 0;
	font-size: 1.3rem;
}
#page p {
	margin: 1.5rem 0;
}
p span {
	font-size: 1.5rem;
}
p span.marker {
	font-size: 1.5rem;
}

/*--------------------------------------
heading
---------------------------------------*/
#page h1 {
	position: relative;
	margin: 0 0 4rem 0;
	padding: 0 0 1.5rem 0;
	font-size: 2.4rem;
}

#page h2 {
	margin: 4rem 0 3rem 0;
	padding: 1.5rem;
	font-size: 2.1rem;
}
#page h2::before {
	position: absolute;
	left: 1.5rem;
	bottom: -1.1rem;
	width: 0;
	height: 0;
	border-color: #0b477c transparent transparent transparent;
	border-style: solid;
	border-width: 12px 16px 0 16px;
	content: "";
}
#page h2 a:hover {
	opacity: 1;
}

#page h3 {
	margin: 4rem 0 3rem 0;
	padding: 1.2rem;
	font-size: 1.8rem;
}
#page h3 a:hover {
	opacity: 1;
}

#page h4, #page h5, #page h6 {
	margin: 4rem 0 3rem 0;
	padding: 0 0.5rem 0.5rem 0.5rem;
	font-size: 1.6rem;
}
#page h4 a:hover, #page h5 a:hover, #page h6 a:hover {
	opacity: 1;
}

/*--------------------------------------
lists
---------------------------------------*/
.baseBox ul {
	margin: 3rem 0;
	padding: 0;
}
.baseBox ul li {
	position: relative;
	padding: 0 0 0.3rem 2.1rem;
}
.baseBox ul li:last-child {
	padding: 0 0 0 2.1rem;
}
.baseBox ul li::before {
	position: absolute;
	left: 0;
	top: 7px;
	width: 14px;
	height: 14px;
	background: #94c3df;
	border-radius: 50%;
	content: "";
}

.baseBox ol {
	margin: 20px 0 20px;
	padding: 10px 10px 0;
	counter-reset: number;
}
.baseBox ol li {
	padding: 2px 0 2px 30px;
	list-style: none;
	position: relative;
	counter-increment: number;
}
.baseBox ol li::before {
	display: block;
	background-color: #83cdc0;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 3px;
	left: 0;
	color: #fff;
	text-align: center;
	line-height: 1.7;
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
}
.baseBox ol li:nth-child(-n + 9):before {
	content: counter(number);
}
.baseBox ol li:nth-child(n + 10):before {
	content: counter(number);
}

/*--------------------------------------
table
---------------------------------------*/
#contents table {
	width: 100%;
	margin: 3rem auto;
	border-bottom: 2px solid #e4e4e4;
}
#contents table th {
	display: block;
	width: 100%;
	padding: 1.5rem;
	background: #f8f8f8;
	border: 2px solid #e4e4e4;
	border-bottom: none;
	box-sizing: border-box;
	font-size: 1.5rem;
	text-align: center;
	word-break: break-all;
}
#contents table td {
	display: block;
	width: 100%;
	padding: 1.5rem;
	border: 2px solid #e4e4e4;
	border-bottom: none;
	box-sizing: border-box;
	font-size: 1.3rem;
	text-align: left;
	word-break: break-all;
}

/*--------------------------------------
btns
---------------------------------------*/
.btn-web,
#page .btn-web {
	margin: 3rem auto;
	padding: 0;
	text-align: center;
}
.btn-web a {
	display: inline-block;
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 2rem 3rem;
	background: #ffed56 url(img/arrow01_blue.png) no-repeat right 2rem center;
	box-sizing: border-box;
	border: 1px solid #333;
	border-radius: 5rem;
	color: #1978b1;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
}
.btn-web a:hover {
	background: #ffed56 url(img/arrow01_blue.png) no-repeat right 2rem center;
	color: #1978b1;
}

.btn-internal,
#page .btn-internal {
	margin: 3rem auto;
	padding: 0;
	text-align: center;
}
.btn-internal a {
	display: inline-block;
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 2rem 3rem;
	background: #ffb549 url(img/arrow01_white.png) no-repeat right 2rem center;
	box-sizing: border-box;
	border-radius: 5rem;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
}
.btn-internal a:hover {
	background: #ffb549 url(img/arrow01_white.png) no-repeat right 2rem center;
}

.btn-tel,
#page .btn-tel {
	display: block;
	margin: 3rem auto;
	padding: 0;
	text-align: center;
}
.btn-tel a {
	display: inline-block;
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 2rem 3.5rem;
	background: #6078bd url(img/icon_tel.png) no-repeat left 1rem center;
	background-size: 24px auto;
	box-sizing: border-box;
	border: 1px solid #fff;
	border-radius: 5rem;
	box-shadow: 0 0 0 1px #6078bd;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
}

.btn-link {
	display: block;
	margin: 3rem auto;
	padding: 0;
	text-align: center;
}
.btn-link a {
	display: inline-block;
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 2rem 3rem;
	/* background: #fff url(img/arrow01_brown.png) no-repeat right 2rem center; */
	background: #fff url(img/arrow02_blue.png) no-repeat right 1rem center;
	border: 2px solid #444;
	box-sizing: border-box;
	border-radius: 5rem;
	color: #444;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
}

/*--------------------------------------
float-wrap
---------------------------------------*/
.float-wrap {
	margin: 2rem 0;
	padding: 0;
}
.float-wrap .float-img {
	width: 100%;
	margin: 0 0 1rem 0;
	padding: 0;
	text-align: center;
}
.float-wrap .fl,
.float-wrap .fr,
.float-wrap .ct {
	float: none;
	width: 100%;
	padding: 0 0 0.5rem 0;
}
.float-wrap .fl.t_small {
	float: left;
	width: 40%;
	padding: 0 1.5em 0 0;
}
.float-wrap .fr.t_small {
	width: 40%;
	float: right;
	padding: 0 0 0 1.5em;
}
.float-wrap .catch {
	margin: 0 0 0.5rem 0;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
}
.float-wrap p {
	margin: 0;
	padding: 0;
}
.float-wrap img {
	max-width: 100%;
}

/*--------------------------------------
reaction
---------------------------------------*/
.reaction {
	margin: 4rem auto 0 auto;
	padding: 2rem 1.5rem;
}
.reaction-title {
	font-size: 1.6rem;
}
.reaction-title span {
	font-size: 2rem;
}
#page .reaction-lead {
	margin: 0 0 3rem 0;
	color: #fff;
}
.reaction-enTit span {
	font-size: 1.2rem;
}
.reaction .block-recommend {
	display: block;
}
.reaction .block-recommend::after {
	display: none;
}
.reaction .block-recommend .box {
	display: block;
	width: 100%;
	margin: 0 auto 2rem auto;
	padding: 0.5rem 0 0 0;
	background: #fff;
	box-sizing: border-box;
}
.reaction .block-recommend .box-head {
	position: relative;
	margin: 0 0.5rem;
}
#page .reaction .block-recommend .box-body .btn-web a {
	width: 90%;
	padding: 1rem 1.8rem;
	background: #ffed56 url(img/arrow01_blue.png) no-repeat right 1rem center;
	background-size: 6px auto;
	box-sizing: border-box;
	font-size: 1.4rem;
}
#page .reaction .block-recommend .box-body .btn-web a:hover {
	background: #ffed56 url(img/arrow01_blue.png) no-repeat right 1rem center;
	background-size: 6px auto;
	color: #1978b1;
}
/*--------------------------------------
dateModified
---------------------------------------*/
.date_modified_function {

}

#contents div.top_function, div.top_function {
    padding: 5px 0 0 0;
    width: auto;
    margin: 0 auto;
	text-align: center;
}

div.time_function {
    display: block;
    padding: 5px 0 0 0;
    font-size: 10px;
    color: #666;
}
} /* SP_End */