@charset "utf-8";

/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/
@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
	src: url("fonts/NS-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 900;
	src: url("fonts/NS-700.woff2") format("woff2"), url("fonts/NS-700.woff") format("woff");
	font-display: swap;
}


/* CSS Document */
/*--------------------------------------------------------------------------
 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;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif';
}

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%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.catch,
h1:not([class]) a,
h2 a,
h3:not([class]) a,
h4:not([class]) a,
h5:not([class]) a,
h6:not([class]) a,
.catch a {
	font-weight: bold;
	color: #000;
}

/*--------------------------------------
 Base
---------------------------------------*/
body {
	color: #000;
	/* font-family: 'Noto Sans JP', 'M PLUS 1p', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif'; */
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 1.4rem;
	line-height: 1.857142857;
	min-width: 1000px;
}

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

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

p a {
	text-decoration: underline;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.strong {
	font-weight: bold;
}

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

.wi1000.wi1300 {
	max-width: 1300px;
	margin: 0 auto;
}

a:hover {
	opacity: 0.6;
}

.bgTxt {
	font-family: 'Oswald', sans-serif;
	font-size: 9.2rem;
	color: #000;
	margin: 0 0 5rem -13rem;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1em;
}

.addCont01 .bgTxt {
	color: #d7dbdc;
}

.addCont02 .bgTxt,
.addCont03 .bgTxt {
	color: #202124;
}

.addCont03 .bgTxt {
	margin-bottom: 3rem;
}

.addCont08 .bgTxt {
	margin: 0 0 0 -13rem;
}

/*--------------------------------------
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;
	/*     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-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;
}

.slider {
	position: relative;
	max-width: 940px;
	margin: 0 auto;
}

.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: 6px 10px;
}

.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: 50%;
	right: 0;
	width: 12%;
	padding: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 350px;
}

.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;
}

header .rightTxt {
	height: 5px;
	background: #000;
	padding: .2rem 1rem;
	color: #000;
	text-align: right;
	font-family: 'Noto Sans JP', 'M PLUS 1p', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif';
}

#headNoteArea {
	width: 100%;
	padding: 1.5rem 0 1rem;
	font-size: 1.2rem;
	margin-bottom: 10px;
}


#headNoteArea .areaInner {
	width: 1000px;
	padding: 0;
	margin: 0 auto;
}

#headNoteArea .sitelogo {
	width: 250.24px;
	max-width: 100%;
	margin: 0 auto .5rem;
}

#headNoteArea .sitename,
#headNoteArea .sitename a {
	position: relative;
	font-size: 1.8rem;
	text-align: center;
	display: table;
	margin: auto;
	line-height: 1.4;
	font-weight: bold;
}

#headNoteArea .sitename {
	padding-left: 4rem;
}

#headNoteArea .sitename::before {
	content: "PR";
	position: absolute;
	background: #000;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1;
	padding: .4rem .8rem;
	margin-right: .5rem;
}

#headNoteArea .sitename a {
	background: none;
	padding: 0;
}

/* ================== */
/*g-nav　*/
/* ================== */
#g-nav {
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
	position: relative;
	margin: 0;
}

.top #g-nav {
	border-bottom: none;
}

#g-nav ul:not([class]) {
	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:not([class]) li {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	width: 20%;
	position: relative;
	background-size: 104px, auto;
}

#g-nav ul:not([class]) li::after {
	content: "";
	width: 1px;
	height: 20px;
	display: inline-block;
	border-left: 1px solid #000;
	position: absolute;
	top: calc(50% - 10px);
	left: 0;
}

#g-nav ul:not([class]) li:last-child::before {
	content: "";
	width: 1px;
	height: 20px;
	display: inline-block;
	border-right: 1px solid #000;
	position: absolute;
	top: calc(50% - 10px);
	right: 0;
}

#g-nav li a {
	color: #000000;
	display: block;
	text-align: center;
	font-size: 1.4rem;
	padding: 16px 20px;
	box-sizing: border-box;
	line-height: 1.8rem;
}

#g-nav li a:hover {
	color: #e50012;
	position: relative;
	opacity: 100;
}

#g-nav li a:hover::after {
	content: "";
	width: 95px;
	height: 4px;
	background: #e50012;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
}

/*--------------------------------------
 Pankuzu
---------------------------------------*/
#pankuzu {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 auto;
	padding: 14px 20px 40px;
	width: 1000px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'sans-serif';
	box-sizing: border-box;
}

#pankuzu a:hover {
	text-decoration: underline;
}

/*--------------------------------------
 Main 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 {
	width: 760px;
	float: left;
}

/*--------------------------------------
 PageTop
---------------------------------------*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 2;
	width: 60px;
}

#page-top:hover {
	opacity: 0.6;
}

/*--------------------------------------
 Side
---------------------------------------*/
#side {
	box-sizing: border-box;
	width: 220px;
	float: right;
	margin: 30px 0 60px;
}

#side .sideBox {
	box-sizing: border-box;
	margin: 0 0 30px;
	overflow: hidden;
	box-shadow: 9px 9px #dcdcdc;
}

#side .sideBox a {
	line-height: 1.6;
}

#side .sideBox .sttl {
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

#side .sideBox .sttl a {
	background: #BB0419;
	display: block;
	height: 100%;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.333333;
	text-decoration: none;
	padding: 20px 10px 18px;
	position: relative;
	z-index: 2;
}

#side .sideBox .sttl a:hover {
	opacity: 0.6;
}

#side .sideBox ul:not([class]) {
	padding: 0 !important;
	margin: 0;
	background: #fff;
}

#side .sideBox li {
	border-top: solid 1px #d4d4d4;
	background: none;
	padding: 0;
}

#side .sideBox li::before {
	content: none;
}

#side .sideBox li:first-child {
	border-top: none;
}

#side .sideBox li ul.subList li {
	border-top: solid 1px #d4d4d4;
}

#side .sideBox li a {
	display: block;
	padding: 20px 25px 18px 10px;
	text-decoration: none;
	font-size: 1.3rem;
	background: url(img/arrow_bk_other.png) right 10px center no-repeat;
	background-size: 15px auto;
}

#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_bk_other.png) right 10px center no-repeat;
	background-size: auto, 15px auto;
	display: block;
	padding: 13px 25px 13px 32px;
}

#side .sideBox ul:not([class]) li span:hover {
	opacity: 1;
	border-bottom: solid 2px #f6e847;
}

#side .sideBox ul:not([class]) li a:hover {
	opacity: 0.6;
}

/*--------------------------------------
Footer
---------------------------------------*/
footer {
	margin: 0;
	padding: 0;
	background: #525252;
}

footer .areaInner {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}

footer a {
	color: #000;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

footer .areaInner .footBox {
	margin: 0 0 30px 0;
}

footer .areaInner .footBox .sttl {
	border-bottom: 1px solid #fff;
	padding: 0 0 6px 0;
	margin: 0 0 14px 0;
}

footer .areaInner .footBox .sttl a {
	background: url("img/arrow_white.png") 0px 50% no-repeat;
	background-size: 27px auto;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	padding: 3px 0 3px 34px;
	font-family: 'Noto Sans JP', sans-serif;
}

footer .footBox ul:not([class]) {
	padding: 0 20px;
}

footer .areaInner .footBox .accChild {
	padding: 0 0 0 12px;
	box-sizing: border-box;
}

footer .areaInner .footBox .accChild li {
	background: none;
}

footer .areaInner .footBox .accChild li.subCat {
	margin: 0 30px 0 0;
	padding: 0;
}

footer .areaInner .footBox .accChild .sp+li::before {
	/* content: "　|　"; */
	letter-spacing: 0;
	color: #a3b9b7;
}

footer .areaInner .footBox .accChild .sp+li::before {
	/* content: "|　"; */
	letter-spacing: 0;
	color: #a3b9b7;
}

footer .areaInner .footBox .accChild .sp+li.subCat::before {
	content: "";
}

footer .areaInner .footBox .accChild .subList li::after {
	content: "　/　";
	letter-spacing: 0;
	color: #444;
}

footer .areaInner .footBox .accChild .subList li:last-child::after {
	content: none;
}

footer .areaInner .footBox .accChild li {
	display: inline-block;
	margin: 0 20px 0 0;
}

footer .areaInner .footBox .accChild li a {
	background: url("img/arrow_wt_small.png") 0 37% no-repeat;
	background-size: auto 7px;
	font-size: 1.4rem;
	font-weight: normal;
	color: #fff;
	padding: 0 0 0 29px;
}

footer .areaInner .footBox .accChild .subList li:first-child::before {
	content: "　/　";
	letter-spacing: 0;
	color: #fff;
}

footer .areaInner .footBox .accChild .subList {
	display: inline-block;
	padding: 0;
	margin: 0 0 0 20px;
}

footer .areaInner .footBox .accChild .subList li {
	padding: 0;
	display: inline-block;
	margin: 0;
}

footer .areaInner .footBox .accChild .subList li a {
	padding: 0 8px;
	font-size: 13px;
	font-size: 1.3rem;
	background: none;
}

footer .areaInner .noticeArea {
	box-sizing: border-box;
	width: 71%;
	color: #444;
	margin: 60px auto 35px;
}

footer .areaInner .noticeArea p {
	padding: 20px 30px;
	font-size: 1.2rem;
	line-height: 2;
	margin: 0;
	color: #fff;
	border: 1px solid #fff;
}

footer .areaInner .noticeArea .botPrg {
	font-size: 1.2rem;
	text-align: center;
	padding: 10px 0 0;
	border: none;
}

footer .botArea {
	background: #fff;
	padding: 13px 0;
}

footer .botArea .botInner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

footer .botArea .botInner .smap {
	font-size: 1.2rem;
	float: right;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif';
}

footer .botArea .botInner .smap a {
	font-size: 1.2rem;
}

footer .botArea .botInner .smap a:hover {
	text-decoration: underline;
}

footer p.copy {
	font-size: 1.2rem;
	color: #000;
	float: left;
	margin: 0;
}

footer p.copy a {
	color: #000;
}

footer .areaInner .footBox .accChild .sp {
	display: none;
}

/* ================== */
/*メインコンテンツ　*/
/* ================== */
.category .titLArea,
.page .titLArea {
	text-align: center;
	margin: 0 auto 50px;
	position: relative;
}

.category .titLArea,
.page .titLArea {
	background: url(img/low_h1.png) no-repeat center bottom;
	background-size: 100%;
}

.category h1:not([class]),
.page h1:not([class]) {
	text-align: center;
	position: relative;
	box-sizing: border-box;
	font-size: 3rem;
	line-height: 4.4rem;
	padding: 2rem 3rem;
}

.category h1::before,
.page h1::before {
	content: "";
	width: 64px;
	height: 5px;
	background: #BB0419;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
}

.category h2:not([class]),
.page h2 {
	position: relative;
	margin: 85px 0 20px;
	padding: 23px 25px 23px;
	font-size: 2.6rem;
	line-height: 4rem;
	background: url(./img/low_h2.png) no-repeat top right;
	color: #fff;
	background-size: cover;
}

.category h2:not([class]),
.page h2 a {
	color: #fff;
}

.category h2::before,
.page h2::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: -3px;
	left: 0;
	pointer-events: none;
}

.sitemap h2 a {
	color: #444;
}

.category h2 a:hover,
.page h2 a:hover {
	opacity: 0.6;
}

.category h3:not([class]),
.page h3:not([class]) {
	position: relative;
	border-bottom: solid 1px #d7dbdc;
	margin: 45px 0 20px;
	padding: 18px 30px 17px 50px;
	font-size: 2.2rem;
	line-height: 3rem;
	background: url(img/low_h4.png) left 5px center no-repeat;
}

.category h3:not([class]) a:hover,
.page h3:not([class]) a:hover {
	opacity: 0.6;
}

.category h6,
.category h4:not([class]),
.category h5:not([class]),
.category h6:not([class]),
.page h4:not([class]),
.page h5:not([class]),
.page h6:not([class]) {
	margin: 35px 0 20px;
	padding: 0 30px 0 20px;
	font-size: 2rem;
	border-left: 4px solid #BB0419;
}

.category h6::before,
.category h4::before,
.category h5::before,
.category h6::before,
.category h6:not([class]) a:hover,
.category h4:not([class]) a:hover,
.category h5:not([class]) a:hover,
.category h6:not([class]) a:hover,
.page h4:not([class]) a:hover,
.page h5:not([class]) a:hover,
.page h6:not([class]) a:hover {
	opacity: 0.6;
}

.contents ul:not([class]) {
	margin: 20px 0 20px;
	padding: 10px 10px 0;
}

.contents ul:not([class]) li {
	padding: 0 0 6px 25px;
	position: relative;
}

.contents ul:not([class]) li::before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #BB0419;
	left: 2px;
	top: 6px;
}

.contents ol:not([class]) {
	margin: 20px 0 20px;
	padding: 10px 10px 0;
	counter-reset: number;
}

.contents ol:not([class]) li {
	padding: 2px 0 2px 30px;
	list-style: none;
	position: relative;
	counter-increment: number;
}

.contents ol:not([class]) li::before {
	display: block;
	background-color: #BB0419;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 3px;
	left: 0;
	color: #fff;
	text-align: center;
	line-height: 1.7;
	font-size: 1.4rem;
}

.contents ol:not([class]) li:nth-child(-n+9)::before {
	content: counter(number);
}

.contents ol:not([class]) li:nth-child(n+10)::before {
	content: counter(number);
}

p:not([class]) span:not([class]) {
	font-weight: bold;
	color: #BB0419;
}

.bk_line {
	background-color: #000;
	color: #fff;
	line-height: 2;
	padding: 5px 20px;
}

.contents .rank_wrap {
	margin: 20px 0;
	counter-reset: number;
	list-style: none;
}

.contents .rank_wrap .rank {
	padding-left: 50px;
}

.contents .rank,
.contents .noCount .recommend,
.contents .noCount .recommend--underline,
.contents .noCount .check,
.contents .noCount .check--underline,
.contents .noCount .point,
.contents .noCount .point--underline,
.contents .rank_wrap2 .recommend,
.contents .rank_wrap3 .check,
.contents .rank_wrap4 .point {
	display: block;
	position: relative;
	margin: 3.5rem 0 2.5rem 1%;
	padding: 15px 40px 15px 55px;
	font-size: 2.5rem;
	font-weight: bold;
	font-family: YuMincho, 'Yu Mincho', serif;
	line-height: 1.4;
	color: #000;
	background: #ebeeef;
	box-shadow: 7px 7px #c2c2c2;
}

.contents .rank_wrap2 .recommend,
.contents .rank_wrap3 .check,
.contents .rank_wrap4 .point {
	padding: 15px 40px 15px 55px;
}

.contents .rank_wrap2,
.contents .rank_wrap3,
.contents .rank_wrap4 {
	counter-reset: div;
}

/*
.contents .rank::before, .contents .noCount .recommend::before, .contents .noCount .check::before, .contents .noCount .point::before, .contents .rank_wrap2 .recommend::before, .contents .rank_wrap3 .check::before, .contents .rank_wrap4 .point::before {
	position: absolute;
	display: block;
	box-sizing: border-box;
	border: 1px solid #e93558;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	padding: 19px 0 0 0;
	top: 0;
	left: -3%;
	margin: auto;
	bottom: 0;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	color: #de6974;
	background: #fff;
}*/

.contents .rank::before {
	counter-increment: number;
	content: counter(number, decimal-leading-zero);
	border: 1px solid #444;
	padding: 9px 0 0 14px;
	line-height: 1.1;
	font-size: 3rem;
	color: #000000;
	border-radius: 50%;
	margin: auto 0;
	height: 55px;
	bottom: 0;
	top: 0;
	left: -21px;
	position: absolute;
	background: #fff;
	width: 55px;
	box-sizing: border-box;
	display: block;
}

.contents .rank_wrap2 .recommend::before,
.contents .rank_wrap3 .check::before,
.contents .rank_wrap4 .point::before {
	padding: 10px 0 0 0;
}

.contents .noCount .recommend::before,
.contents .noCount .recommend--underline::before,
.contents .noCount .check::before,
.contents .noCount .check--underline::before,
.contents .noCount .point::before,
.contents .noCount .point--underline::before,
.contents .rank_wrap2 .recommend::before,
.contents .rank_wrap3 .check::before,
.contents .rank_wrap4 .point::before {
	margin: auto 0;
	content: "";
	width: 56px;
	height: 56px;
	left: -15px;
	top: 0;
	bottom: 0;
	display: block;
	position: absolute;
}

.contents .noCount .recommend::before {
	background: url(img/recommend_ico.png) no-repeat left center;
	background-size: 56px;
}

.contents .noCount .recommend--underline::before {
	background: url(img/recommend_ico_underline.png) no-repeat left center;
	background-size: 56px;
}

.contents .noCount .check::before {
	background: url(/wp/wp-content/uploads/check_ico_underline.png) no-repeat left center;
	background-size: 56px;
}

.contents .noCount .check--underline::before {
	background: url(img/check_ico_underline.png) no-repeat left center;
	background-size: 56px;
}

.contents .noCount .point::before {
	background: url(img/point_ico.png) no-repeat left center;
	background-size: 56px;
}

.contents .noCount .point--underline::before {
	background: url(img/point_ico_underline.png) no-repeat left center;
	background-size: 56px;
}

.contents .rank_wrap2 .recommend::before {
	background: url(img/recommend_num.png) no-repeat left center;
	background-size: 56px;
}

.contents .rank_wrap3 .check::before {
	background: url(img/check_num.png) no-repeat left center;
	background-size: 56px;
}

.contents .rank_wrap4 .point::before {
	background: url(img/point_num.png) no-repeat left center;
	background-size: 56px;
}

.contents .rank_wrap2 .recommend::after,
.contents .rank_wrap3 .check::after,
.contents .rank_wrap4 .point::after {
	content: "";
	content: counter(div, decimal-leading-zero);
	counter-increment: div;
	position: absolute;
	left: -1.9%;
	top: -7px;
	width: 55px;
	height: 27px;
	padding: 39px 0 0;
	line-height: 1.1;
	font-size: 2rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-family: YuMincho, 'Yu Mincho', serif;
}

/*--------------------------------------
 table
---------------------------------------*/
.contents table:not([class]) {
	width: 100%;
	table-layout: fixed;
	margin: 30px auto 30px;
}

.contents table:not([class]) th {
	width: 20%;
	padding: 14px 16px;
	background: #3F3F3F;
	border: 1px solid #999;
	border-right: none;
	line-height: 2.2rem;
	text-align: center;
	font-size: 1.5rem;
	color: #FFF;
	word-break: break-all;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif';
}

.contents table:not([class]) td {
	line-height: 2.2rem;
	padding: 14px 20px;
	border: 1px solid #999999;
	background: #ffffff;
	font-size: 1.3rem;
	text-align: left;
	word-break: break-all;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif';
	font-weight: bold;
}

.contents table:not([class]) td:first-of-type {
	border-left: none;
}

/*--------------------------------------
 float img
---------------------------------------*/
.contents .float-wrap {
	margin: 30px 0;
	box-sizing: border-box;
}

.contents .float-wrap img {
	width: 100%;
}

.contents.float-wrap p {
	margin: 0;
	padding: 0;
}

.contents .float-wrap .fl {
	width: 340px;
	padding: 0 40px 10px 0;
	text-align: center;
}

.contents .category .float-wrap .fl,
.contents .page .float-wrap .fl {
	width: 280px;
}

.contents .float-wrap .fr {
	width: 340px;
	padding: 0 0 10px 40px;
	text-align: center;
}

.contents .category .float-wrap .fr,
.contents .page .float-wrap .fr {
	width: 280px;
}

.contents .float-wrap .center {
	width: 340px;
	margin: 0 auto;
	padding: 0 0 20px;
	text-align: center;
}

.contents .category .float-wrap .center,
.contents .page .float-wrap .center {
	width: 280px;
}

.mark {
	font-size: 1.6rem;
	font-weight: bold;
	color: #BB0419;
	border-bottom: none;
}

.caption {
	margin: 8px 0 0;
	font-size: 1.0rem;
	line-height: 1.6;
	word-break: break-all;
	color: #9c9c9c;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}

.caption a {
	color: #9c9c9c;
}

/*chrome safari*/
.caption::-webkit-scrollbar {
	height: 5px;
}

.caption::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #eee;
}

.caption::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background: #ddd;
}

/*--------------------------------------
 btn
---------------------------------------*/
.btn-internal a,
.btn-web a,
.btn-scroll a {
	box-sizing: border-box;
	text-decoration: none;
}

.btn-internal,
.btn-web,
.btn-scroll {
	width: 550px;
	margin: 3rem auto;
	position: relative;
	box-sizing: border-box;
}

.btn-internal a,
.btn-web a,
.btn-tel a,
.btn-scroll a {
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.33;
	font-weight: bold;
	padding: 20px 70px;
	display: block;
	text-align: center;
	position: relative;
	transition: 0.2s;
	font-family: YuMincho, 'Yu Mincho', serif;
}

.btn-internal a {
	background: #000 url(img/arrow_wt.png) right 3rem top 50% no-repeat;
	border-radius: 100px;
	font-size: 1.8rem;
}

.btn-internal a:hover {
	background: #75858c url("img/arrow_wt.png") right 4rem top 50% no-repeat;
	opacity: 1;
}

.btn-tel::before,
.btn-internal::before,
.btn-web::before,
.btn-scroll::before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
	border-radius: 50px;
	position: absolute;
	top: 4px;
	left: 4px;
	pointer-events: none;
	transition: 0.2s;
}

.btn-web a {
	background: #588AE1 url("img/arrow_wt.png") right 3rem top 50% no-repeat;
	border-radius: 100px;
	font-size: 1.8rem;
}

.btn-scroll a {
	background: #e50012 url("img/arrow_up.png") right 3rem top 50% no-repeat;
	border-radius: 100px;
	font-size: 1.8rem;
}

.btn-web a:hover {
	background: #a3bbe6 url("img/arrow_wt.png") right 4rem top 50% no-repeat;
	opacity: 1;
}

.btn-scroll a:hover {
	background: #000000 url("img/arrow_up.png") right 4rem top 50% no-repeat;
	opacity: 1;
}

.btn-internal:hover a,
.btn-web:hover a,
.btn-scroll:hover a {
	transform: translate(4px, 4px) translateZ(0);
	border-width: 0 10px 6px 0;
	transition: 0.2s;
}

.btn-link {
	margin: 20px 0;
	text-align: right;
}

.banner {
	margin: 4rem 0;
}


.btn-link a {
	background: url("img/top_h2.png") 0% 50% no-repeat;
	background-size: 30px auto;
	padding: 7px 0 7px 45px;
	line-height: 1.33;
	font-size: 16px;
	text-decoration: underline;
	color: #2f2f2f;
}

.btn-link a:hover {
	background: url(img/arrow_red.png) 0% 50% no-repeat;
	background-size: 20px auto;
	color: #e93558;
}

.auto {
	margin: 0 auto;
}

p {
	margin: 15px 0 15px 0;
	font-family: 'Noto Sans JP', sans-serif;
}

.page.sitemap {
	width: 1000px;
	margin: 0 auto;
}

.page.sitemap h2 a {
	color: #444;
}

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

.index .headArea {
	padding: 0;
	text-align: left;
	position: relative;
}

.index .blueBox::before,
.index .headArea::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 414px;
	left: -35px;
	top: 10px;
	background: url(/wp/wp-content/uploads/Pick-ups.png) no-repeat left top;
	background-size: auto;
	z-index: 20;
}

.index .headArea.gray::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 414px;
	left: -35px;
	top: 10px;
	background: url(/wp/wp-content/uploads/Pick-ups-gray.png) no-repeat left top;
	background-size: auto;
	z-index: 20;
}

.index .headArea.back::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 414px;
	left: -35px;
	top: 10px;
	background: url(img/Pick-ups--gray.png) no-repeat left top;
	background-size: auto;
	z-index: -1;
}

.index .addCont08 .headArea::before {
	background: url(/wp/wp-content/uploads/Flow.png) no-repeat left top;
	background-size: auto;
}

.index .addCont09 .headArea::before {
	background: url(img/Read_me.png) no-repeat left top;
	background-size: auto;
}

.index .wi1000 .titL {
	margin: 0 auto 2rem;
	padding: 7px 20px 7px 20px;
	font-size: 3.2rem;
	line-height: 5rem;
}

.index .wi1000 .titL span.red {
	color: #BB0419;
	font-size: 4.7rem;
}

.index .wi1000 .titL a {
	display: table;
	color: #000;
	background: url(img/top_h2.png) no-repeat right 50%;
	background-size: 52px auto;
	padding: 10px 70px 6px 0px;
}

.frame-body p {
	margin: 1rem 0 0;
}

/*addCont01*/
.contents .addCont01 {
	padding: 0 0 9rem;
	position: relative;
	margin-top: 13rem;
}

.contents .addCont01::before {
	position: absolute;
	content: "";
	width: 100%;
	height: calc(100% - 4rem);
	background: url(./img/top-bg1.png) no-repeat;
	background-size: cover;
	pointer-events: none;
	z-index: -1;
	top: 4rem;
}

.contents .addCont01 .headArea {
	position: relative;
	margin: 0 0 50px 0;
}

.contents .addCont01 .headArea::before {
	content: "";
	position: absolute;
	background: #fff;
	width: 1px;
	height: 281px;
	left: -35px;
	top: 0;
}

.contents .addCont01 .titL {
	color: #fff;
	font-size: 4.7rem;
	font-weight: bold;
	line-height: 1.170212766;
	letter-spacing: .05em;
	padding: 0 2rem;
}

.contents .addCont01 .titL span {
	font-size: 3.2rem;
}

.contents .addCont01 .addTxt {
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	margin-top: 1rem;
}

.contents .addCont01 .addTxt span {
	font-weight: bold;
	color: #ff6c6c;
}

.contents .addCont01 .thBoxArea {
	margin: 40px 0 0;
}

.contents .addCont01 .thBoxArea .sBox {
	width: 314px;
	padding: 0;
	float: left;
	margin: 0 28px 0 0;
	background: transparent;
	position: relative;
	box-sizing: border-box;
}

.contents .addCont01 .thBoxArea .sBox:nth-child(3n) {
	margin: 0;
}

.contents .addCont01 .thBoxArea .sBox .sTit {
	font-size: 1.8rem;
	border: none;
	outline: none;
	padding: 10px 0 10px 40px;
	margin: 0 0 20px;
	line-height: 1.3;
	background: url(img/tit_small_leaf.png) no-repeat left center;
	text-align: left;
	display: block;
}

.contents .addCont01 .thBoxArea .sBox .com-img img {
	width: 100%;
}

.contents .addCont01 .thBoxArea .sBox .caption {
	text-align: center;
	margin: 5px 0 0;
	font-size: 10px;
	line-height: 1.4;
}

.contents .addCont01 .thBoxArea .sBox .comName {
	font-size: 1.8rem;
	text-align: center;
	background: #BB0419;
	color: #fff;
	padding: 20px 10px;
	margin: 0;
	line-height: 1.3;
	font-weight: bold;
}

.contents .addCont01 .thBoxArea .sBox .comName span {
	font-size: 3rem;
	background: linear-gradient(transparent 92%, #000 92%);
}

.contents .addCont01 .thBoxArea .sBox .com-catch {
	text-align: center;
	margin: 0 0 2rem;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 0.8;
	color: #000;
	font-family: YuMincho, 'Yu Mincho', serif;
}

.contents .addCont01 .thBoxArea .sBox .com-catch span {
	color: #000;
	font-size: 2rem;
	background: none;
	padding: 0 5px;
	border: none;
}

.contents .addCont01 .thBoxArea .sBox .icon {
	padding: 0;
	margin: 20px 0 10px;
}

.contents .addCont01 .thBoxArea .sBox .icon li {
	background: #454a4b;
	border-radius: 5px;
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
	width: 134px;
	float: left;
	padding: 6px 10px;
	box-sizing: border-box;
	margin: 0 10px 10px 0;
	line-height: 1.4;
	display: table;
}

.contents .addCont01 .thBoxArea .sBox .icon li.off {
	background: #dfe2e3;
}

.contents .addCont01 .thBoxArea .sBox .icon li span {
	display: table-cell;
	vertical-align: middle;
}

.contents .addCont01 .thBoxArea .sBox .icon li:nth-child(2n) {
	margin: 0 0 10px 0;
}

.contents .addCont01 .thBoxArea .sBox .icon li::before {
	content: none;
}

.contents .addCont01 .thBoxArea .sBox .com-txt {
	line-height: 1.5;
	font-weight: bold;
	font-family: YuMincho, 'Yu Mincho', serif;
}

.contents .addCont01 .thBoxArea .sBox .com-txt span {
	font-weight: bold;
    color: #BB0419;
}

.four-selection__inner {
	background-color: #fff;
	padding: 35px 16px 40px;
	border: 1px solid #b4b4b4;
	border-top: 0;
}

.four-selection__blacks {
	text-align: center;
	margin: 30px 0 15px;
}

.four-selection__black1,
.four-selection__black2 {
	background-color: #393939;
	padding: 8px 0;
	text-align: center;
}

.four-selection__black1 {
	color: #ff0000;
	font-size: 3.6rem;
}

.four-selection__black1 span {
	color: #fff;
	font-size: 1.6rem;
}

.four-selection__black2 {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.222222222;
}

.four-selection__plus {
	font-size: 22px;
	margin: 5px 0;
}

.four-selection__table {
	width: 100%;
	border: none;
	margin-bottom: 20px;
}

.four-selection__table td {
	border: 1px solid #363636;
	text-align: center;
	font-weight: 500;
	padding: 12px 5px;
	font-weight: bold;
	color: #111;
}

.four-selection__table td.bg-gray {
	background-color: #f2f2f2;
}

.four-selection__table .large {
	font-size: 2.2rem;
}

.four-selection__table .red {
	color: #e50012;
}

.four-selection__lists {
	font-weight: 500;
}

.four-selection__lists li {
	position: relative;
	padding-left: 20px;
	letter-spacing: -0.01em;
	line-height: 1.5;
	margin-bottom: 10px;
	font-family: YuMincho, 'Yu Mincho', serif;
	font-weight: bold;
}

.four-selection__lists li span {
	font-weight: bold;
    color: #BB0419;
}

.four-selection__lists li::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #BB0419;
	left: 3px;
	top: 5px;
}

.four-selection__caution {
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.7;
	margin-top: 15px;
	font-family: 'Noto Sans JP', sans-serif;
}

.index .grayArea {
	background: #f6f5f3;
	margin: 0 0 10px;
}

.index .grayArea .ssTit {
	background: #333333;
	border-radius: 5px;
	font-size: 1.8rem;
	padding: 11px 20px 9px 20px;
	color: #fff;
	line-height: 1.5;
	text-align: center;
	letter-spacing: .1em;
}

.index .grayArea .gray_txt {
	background: #dfe2e3;
	padding: 11px 20px 9px 20px;
	line-height: 1.3;
	text-align: center;
	font-size: 2.3rem;
	font-weight: bold;
	color: #000;
}

.index .grayArea .gray_txt.red {
	color: #e93558;
}

.index .grayArea .gray_txt.black {
	color: #000;
}

.contents .addCont01 .thBoxArea .sBox .btn-internal,
.contents .addCont01 .thBoxArea .sBox .btn-web {
	width: 100%;
}

.contents .addCont01 .thBoxArea .sBox .btn-internal a,
.contents .addCont01 .thBoxArea .sBox .btn-web a {
	padding: 15px 35px 14px 45px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.contents .addCont01 .thBoxArea .sBox .btn-internal a {
	min-height: 73.88px;
	background: #000 url("img/arrow_wt.png") right 1.5rem top 50% no-repeat;
	background-size: 2.8rem auto;
	border-radius: 50px;
}

.contents .addCont01.top .thBoxArea .sBox .btn-internal a {
	background: #000 url(img/arrow_wt_down.png) right 2.5rem top 50% no-repeat;
	background-size: auto 2.8rem;
}

.contents .addCont01 .thBoxArea .sBox .btn-internal a:hover {
	background: #75858c url(img/arrow_wt.png) right 1.5rem top 50% no-repeat;
	opacity: 1;
	background-size: 2.8rem auto;
}

.contents .addCont01.top .thBoxArea .sBox .btn-internal a:hover {
	background: #75858c url(img/arrow_wt_down.png) right 2.5rem top 50% no-repeat;
	opacity: 1;
	background-size: auto 2.8rem;
}

.contents .addCont01 .thBoxArea .sBox .btn-web a {
	min-height: 73.88px;
	background: #588AE1 url("img/arrow_wt.png") right 1.5rem top 50% no-repeat;
	background-size: 2.8rem auto;
	border-radius: 100px;
	font-size: 1.8rem;
	line-height: 1.33;
}

.contents .addCont01 .thBoxArea .sBox .btn-internal a,
.contents .addCont01 .thBoxArea .sBox .btn-web a {
	padding: 15px 50px 14px 45px;
}

.contents .addCont01 .thBoxArea .sBox .btn-web a:hover {
	background: #a3bbe6 url(img/arrow_wt.png) right 1.5rem top 50% no-repeat;
	background-size: 2.8rem auto;
	opacity: 1;
}

.contents .addCont01 .thBoxArea .sBox .btn-web a:hover,
.contents .addCont01 .thBoxArea .sBox .btn-internal a:hover {
	transform: translate(6px, 6px) translateZ(0);
	border-width: 0 5px 5px 0;
	transition: 0.2s;
}

.contents .addCont01 .thBoxArea .sBox .btn-internal::before,
.contents .addCont01 .thBoxArea .sBox .btn-web::before {
	top: 5px;
	left: 5px;
}

.contents .addCont01 .thBoxArea .sBox .btn-internal::before,
.contents .addCont01 .thBoxArea .sBox .btn-web::before {
	top: 5px;
	left: 5px;
}

.contents .addCont01 .thBoxArea .sBox .btn-internal {
	margin: 10px auto 0;
}

.contents .addCont01 .txt-quote2 {
	margin: 2rem 0 0;
	color: #fff;
	font-size: 1.2rem;
}


/*addCont01-narrow*/
.contents .addCont01-narrow {
	padding: 0 0 9rem;
	position: relative;
	margin-top: 9rem;
}


.contents .addCont01-narrow .headArea {
	position: relative;
	margin: 0 0 50px 0;
}

.contents .addCont01-narrow .headArea::before {
	content: "";
	position: absolute;
	background: #000;
	width: 1px;
	height: 281px;
	left: -35px;
	top: 0;
}

.contents .addCont01-narrow .titL {
	font-size: 4.7rem;
	font-weight: bold;
	line-height: 1.170212766;
	letter-spacing: .05em;
	padding: 0 2rem;
}

.contents .addCont01-narrow .titL span {
	font-size: 3.2rem;
}

.contents .addCont01-narrow .addTxt {
	font-family: 'Noto Sans JP', sans-serif;
	margin-top: 1rem;
}

.contents .addCont01-narrow .thBoxArea {
	margin: 40px 0 0;
	display: flex;
}

.contents .addCont01-narrow .thBoxArea .sBox {
	width: 241px;
	padding: 0;
	float: left;
	margin: 0 18px 0 0;
	background: transparent;
	position: relative;
	box-sizing: border-box;
}

.contents .addCont01-narrow .thBoxArea .sBox:nth-child(3n) {
	margin: 0;
}

.contents .addCont01-narrow .thBoxArea .sBox .sTit {
	font-size: 1.8rem;
	border: none;
	outline: none;
	padding: 10px 0 10px 40px;
	margin: 0 0 20px;
	line-height: 1.3;
	background: url(img/tit_small_leaf.png) no-repeat left center;
	text-align: left;
	display: block;
}

.contents .addCont01-narrow .thBoxArea .sBox .com-img img {
	width: 100%;
}

.contents .addCont01-narrow .thBoxArea .sBox .caption {
	text-align: center;
	margin: 5px 0 0;
	font-size: 10px;
	line-height: 1.4;
}

.contents .addCont01-narrow .thBoxArea .sBox .comName {
	font-size: 1.8rem;
	text-align: center;
	background: #BB0419;
	color: #fff;
	padding: 20px 10px;
	margin: 0;
	line-height: 1.3;
	font-weight: bold;
}

.contents .addCont01-narrow .thBoxArea .sBox .comName span {
	font-size: 2.2rem;
	background: linear-gradient(transparent 92%, #000 92%);
}

.contents .addCont01-narrow .thBoxArea .sBox .com-catch {
	text-align: center;
	margin: 0 0 2rem;
}

.contents .addCont01-narrow .thBoxArea .sBox .com-catch p {
	font-size: 3.4rem;
	font-weight: bold;
	display: inline;
	line-height: 0.7;
	color: #000;
	font-family: YuMincho, 'Yu Mincho', serif;
}

.contents .addCont01-narrow .thBoxArea .sBox .com-catch span {
	color: #000;
	font-size: 1.6rem;
	background: none;
	padding: 0 5px;
	border: none;
}

.contents .addCont01-narrow .thBoxArea .sBox .icon {
	padding: 0;
	margin: 20px 0 10px;
}

.contents .addCont01-narrow .thBoxArea .sBox .icon li {
	background: #454a4b;
	border-radius: 5px;
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
	width: 134px;
	float: left;
	padding: 6px 10px;
	box-sizing: border-box;
	margin: 0 10px 10px 0;
	line-height: 1.4;
	display: table;
}

.contents .addCont01-narrow .thBoxArea .sBox .icon li.off {
	background: #dfe2e3;
}

.contents .addCont01-narrow .thBoxArea .sBox .icon li span {
	display: table-cell;
	vertical-align: middle;
}

.contents .addCont01-narrow .thBoxArea .sBox .icon li:nth-child(2n) {
	margin: 0 0 10px 0;
}

.contents .addCont01-narrow .thBoxArea .sBox .icon li::before {
	content: none;
}

.contents .addCont01-narrow .thBoxArea .sBox .com-txt {
	line-height: 1.5;
	font-weight: bold;
	font-family: YuMincho, 'Yu Mincho', serif;
}

.contents .addCont01-narrow .thBoxArea .sBox .btn-internal,
.contents .addCont01-narrow .thBoxArea .sBox .btn-web {
	width: 100%;
}

.contents .addCont01-narrow .thBoxArea .sBox .btn-internal a,
.contents .addCont01-narrow .thBoxArea .sBox .btn-web a {
	padding: 15px 35px 14px 45px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.contents .addCont01-narrow .thBoxArea .sBox .btn-internal a {
	min-height: 73.88px;
	background: #000 url("img/arrow_wt.png") right 1.5rem top 50% no-repeat;
	background-size: 2.8rem auto;
	border-radius: 50px;
}

.contents .addCont01-narrow.top .thBoxArea .sBox .btn-internal a {
	background: #000 url(img/arrow_wt_down.png) right 2.5rem top 50% no-repeat;
	background-size: auto 2.8rem;
}

.contents .addCont01-narrow .thBoxArea .sBox .btn-internal a:hover {
	background: #75858c url(img/arrow_wt.png) right 1.5rem top 50% no-repeat;
	opacity: 1;
	background-size: 2.8rem auto;
}

.contents .addCont01-narrow.top .thBoxArea .sBox .btn-internal a:hover {
	background: #75858c url(img/arrow_wt_down.png) right 2.5rem top 50% no-repeat;
	opacity: 1;
	background-size: auto 2.8rem;
}

.contents .addCont01-narrow .thBoxArea .sBox .btn-web a {
	min-height: 73.88px;
	background: #588AE1 url("img/arrow_wt.png") right 1.5rem top 50% no-repeat;
	background-size: 2.8rem auto;
	border-radius: 100px;
	font-size: 1.8rem;
	line-height: 1.33;
}

.contents .addCont01-narrow .thBoxArea .sBox .btn-internal a,
.contents .addCont01-narrow .thBoxArea .sBox .btn-web a {
	padding: 15px 50px 14px 45px;
}

.contents .addCont01-narrow .thBoxArea .sBox .btn-web a:hover {
	background: #a3bbe6 url(img/arrow_wt.png) right 1.5rem top 50% no-repeat;
	background-size: 2.8rem auto;
	opacity: 1;
}

.contents .addCont01-narrow .thBoxArea .sBox .btn-web a:hover,
.contents .addCont01-narrow .thBoxArea .sBox .btn-internal a:hover {
	transform: translate(6px, 6px) translateZ(0);
	border-width: 0 5px 5px 0;
	transition: 0.2s;
}

.contents .addCont01-narrow .thBoxArea .sBox .btn-internal::before,
.contents .addCont01-narrow .thBoxArea .sBox .btn-web::before {
	top: 5px;
	left: 5px;
}

.contents .addCont01-narrow .thBoxArea .sBox .btn-internal::before,
.contents .addCont01-narrow .thBoxArea .sBox .btn-web::before {
	top: 5px;
	left: 5px;
}

.contents .addCont01-narrow .thBoxArea .sBox .btn-internal {
	margin: 10px auto 0;
}

.contents .addCont01-narrow .txt-quote2 {
	margin: 2rem 0 0;
	color: #fff;
	font-size: 1.2rem;
}

.contents .addCont01-narrow .four-selection__caution {
	color: #000;
}

/* 下層ページ共通パーツ */
.lower_boxs {
	padding: 2rem;
	position: relative;
	margin-top: 16rem;
}

.lower_boxs::before {
	position: absolute;
	content: "";
	width: 100%;
	height: calc(100% - 4rem);
	background: #454a4b;
	pointer-events: none;
	z-index: -1;
	top: 7.6rem;
	left: 0;
}

.lower_boxs p {
	color: #fff;
	margin: .5rem auto;
}

.lower_boxs .caption {
	color: #9d9d9d;
	line-height: 1.3;
	text-align: center;
}

.lower_boxs .bgTxt {
	color: #d7dbdc;
	margin: 0 0 3rem -8.4rem;
}

.contents .lower_boxs .headArea {
	margin: 0 0 50px;
}

.contents .lower_boxs .titL,
.contents .lower_boxs .addTxt {
	color: #fff;
	font-size: 3.2rem;
	line-height: 1.4;
	font-weight: bold;
}

.contents .lower_boxs .thBoxArea {
	margin: 40px 0 20px;
}

.contents .lower_boxs .thBoxArea .sBox {
	width: 225px;
	padding: 0 10px 20px;
	border: 1px solid #bcc7cb;
	float: left;
	margin: 0 20px 0 0;
	background: #FFF;
	box-sizing: border-box;
}

.contents .lower_boxs .thBoxArea .sBox:nth-child(3n) {
	margin: 0;
}

.contents .lower_boxs .thBoxArea .sBox .sTit {
	font-size: 1.8rem;
	border: none;
	outline: none;
	padding: 10px 0 10px 40px;
	margin: 0 0 20px;
	line-height: 1.3;
	background: url(img/tit_small_leaf.png) no-repeat left center;
	text-align: left;
	display: block;
}

.contents lower_boxs .thBoxArea .sBox .caption {
	text-align: center;
	margin: 15px 0 0;
}

.contents .lower_boxs .thBoxArea .sBox .comName {
	font-size: 2.4rem;
	text-align: center;
	background: #d7dbdc;
	padding: 20px 5px;
	margin: 0 -10px 20px;
	line-height: 1.3;
	align-items: center;
	letter-spacing: 1px;
	justify-content: center;
	display: flex;
	color: #000;
	font-weight: bold;
}

.contents .lower_boxs .thBoxArea .sBox .com-catch {
	text-align: center;
	margin: 2rem 0;
}

.contents .lower_boxs .thBoxArea .sBox .ph img {
	width: 100%;
}

.contents .lower_boxs .thBoxArea .sBox .com-catch p {
	font-size: 1.8rem;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #d7dbdc 60%);
	display: inline;
	line-height: 1.4;
	color: #000;
}

.lower_boxs .thBoxArea .sBox .com-catch span {
	color: #e93558;
	font-size: 3rem;
	background: none;
	border: none;
	padding: 0 5px;
}

.contents .lower_boxs .thBoxArea .sBox .icon {
	padding: 0;
	margin: 20px 0 10px;
}

.contents .lower_boxs .thBoxArea .sBox .icon li {
	background: #454a4b;
	border-radius: 5px;
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
	width: 98px;
	float: left;
	padding: 6px 10px;
	box-sizing: border-box;
	margin: 0 5px 5px 0;
	line-height: 1.4;
	display: table;
}

.contents .lower_boxs .thBoxArea .sBox .icon li::before {
	content: none;
}

.contents .lower_boxs .thBoxArea .sBox .icon li.off {
	background: #dfe2e3;
}

.contents .lower_boxs .thBoxArea .sBox .icon li span {
	display: table-cell;
	vertical-align: middle;
}

.contents .lower_boxs .thBoxArea .sBox .icon li:nth-child(2n) {
	margin: 0 0 10px 0;
}

.contents .lower_boxs .grayArea {
	background: #f6f5f3;
	margin: 0 0 10px;
}

.contents .lower_boxs .grayArea .ssTit {
	background: #75858c;
	font-size: 1.8rem;
	padding: 11px 20px 9px 20px;
	color: #fff;
	line-height: 1.5;
	text-align: center;
}

.contents .lower_boxs .grayArea .gray_txt {
	background: #dfe2e3;
	padding: 11px 20px 9px 20px;
	line-height: 1.3;
	text-align: center;
	font-size: 2.3rem;
	font-weight: bold;
	color: #000;
}

.contents .lower_boxs .grayArea .gray_txt.red {
	color: #e93558;
}

.contents .grayArea .gray_txt.black {
	color: #000;
}

.lower_boxs .thBoxArea .sBox .btn-web {
	width: 90%;
}

.lower_boxs .thBoxArea .sBox .btn-web a {
	background: #e93558 url(img/arrow_wt.png) right 10px top 50% no-repeat;
	background-size: 32px auto;
	padding: 2rem 5rem 2rem 2rem;
}

.lower_boxs .thBoxArea .sBox .btn-web a:hover {
	background: #000000 url(img/arrow_wt.png) right 10px top 50% no-repeat;
	opacity: 1;
}

.lower_boxs .thBoxArea .sBox .btn-web a::before {
	top: 5px;
	left: 5px;
}

.lower_boxs .thBoxArea .sBox .btn-internal {
	margin: 10px auto 0;
}

.lower_boxs .txt-quote2 {
	margin: 2rem 0 0;
	color: #fff;
	font-size: 1.2rem;
}

/*addCont02*/
.index .addCont02 {
	margin: 0 auto;
	padding-top: 9rem;
	padding-bottom: 8rem;
}

.index .addCont02 .frame-wrap {
	margin: 8rem 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.index .addCont02 .accordion-title {
	margin: 4rem auto;
}

.index .addCont02 .frame-wrap .frame.check {
	width: calc((100% - 4%)/2);
	margin-bottom: 5rem;
	background: #F7E6E8;
	position: relative;
}

.index .addCont02 .frame-wrap .frame.check::before {
	position: absolute;
	content: "";
	width: 45px;
	height: 60px;
	left: 0;
	right: 0;
	margin: auto;
	top: -30px;
	display: flex;
	justify-content: center;
}

.index .addCont02 .frame-wrap .frame.check::before {
	font-size: 4.4rem;
	font-weight: 500;
	margin-top: -8px;
}

.index .addCont02 .frame-wrap .frame.check.check-01::before {
	content: "01";
}

.index .addCont02 .frame-wrap .frame.check.check-02::before {
	content: "02";
}

.index .addCont02 .frame-wrap .frame.check.check-03::before {
	content: "03";
}

.index .addCont02 .frame-wrap .frame.check.check-04::before {
	content: "04";
}

.index .addCont02 .frame-wrap .frame.check.check-05::before {
	content: "05";
}

.index .addCont02 .frame-wrap .frame.check.check-06::before {
	content: "06";
}

.index .addCont02 .frame-wrap .frame.check.check-07::before {
	content: "07";
}

.index .addCont02 .frame-wrap .frame.check.check-08::before {
	content: "08";
}

.index .addCont02 .frame-wrap .frame.check.check-09::before {
	content: "09";
}

.index .addCont02 .frame-wrap .frame.check.check-10::before {
	content: "10";
}

.index .addCont02 .frame-wrap .frame.check .inner {
	/* outline-offset: -10px; */
	/* border: 1px solid #a2afb5; */
	box-shadow: 7px 7px #c2c2c2;
	padding: 4rem 3rem;
}

.index .addCont02 .frame-wrap .frame-head {
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.5;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.index .addCont02 .frame-wrap .frame-head::before {
	content: "";
	width: 58px;
	height: 4px;
	background: #BB0419;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
}

.index .addCont02 .frame-wrap .frame-head a {
	display: block;
	background: url(img/arrow_bk.png) no-repeat right;
	background-size: 3rem auto;
	padding: 0 3rem;
}

/*addCont03*/
.index .addCont03 {
	margin: 0 auto 8rem;
	padding-top: 20rem;
	counter-reset: company;
	width: 100%;
	overflow: hidden;
	background: #2A2B32 url(./img/top-bg2.png) no-repeat;
	background-size: 100%;
	background-position: top center;
}

.index .addCont03 h2 {
	display: table;
	margin-left: 0 !important;
	margin-bottom: 15px !important;
	background-color: #fff;
}

.index .addCont03 .addTxt {
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	color: #000;
}

.index .addCont03 .titArea .titLArea {
	margin: 10px auto 50px;
}

.index .addCont03 .bgbd {
	background: #f2f2f2;
	padding: 50px 0 60px 0;
	width: 125%;
	margin: 3rem -12.5% 10rem;
	box-shadow: 5px 5px #666;
}

.index .addCont03 .bgbd .slideinner {
	margin-bottom: 2rem;
}

.index .addCont03 .sTitArea .titM {
	font-size: 2.8rem;
	text-align: left;
	line-height: 1.4;
	color: #fff;
}

.index .addCont03 .sTitArea .titM span {
	background: #7a0311;
	padding: 0.2rem 1rem;
}

.index .addCont03 .bgbd .sTitArea {
	position: relative;
	padding: 15px 0 20px 30rem;
	box-sizing: border-box;
	margin: 0 0 80px -17%;
	background: #BB0419;
}

.index .addCont03 .bgbd .sTitArea::before {
	counter-increment: company;
	content: counter(company, decimal-leading-zero);
	position: absolute;
	left: 16%;
	font-family: century, serif;
	/* font-weight: bold; */
	top: 18%;
	width: 10rem;
	height: 10rem;
	font-size: 5rem;
	padding: 1.7% 0 0 1.7%;
	color: #fff;
	background: url("img/icon_num_com.png") top left no-repeat;
	background-size: 98px auto;
}

.index .addCont03 .sTitArea .catch {
	font-size: 3.2rem;
	line-height: 1.4;
	margin: 1rem 0;
	color: #fff;
	font-family: YuMincho, 'Yu Mincho', serif;
}

.index .addCont03 .sTitArea .catch span {
	font-size: 4.7rem;
	background: linear-gradient(transparent 92%, #000 92%);
}

.index .addCont03 .subBox02 {
	margin: 0 auto 80px;
}

.index .addCont03 .sTit-wrap {
	border-left: 4px solid #BB0419;
	padding: 1px 20px;
	margin: 40px 0 30px 0;
}

.index .addCont03 h4.sTit {
	font-size: 3rem;
	line-height: 1.4;
	letter-spacing: .05em;
}

.index .addCont03 .sTit-wrap span {
	font-size: 1.6rem;
	font-family: YuMincho, 'Yu Mincho', serif;
	font-weight: normal;
	letter-spacing: .1em;
}

.index .addCont03 .note {
	color: #707070;
	font-size: 1rem;
	line-height: 1.3;
	margin: 0;
}

.index .addCont03 .subBox01 .grayArea_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.index .addCont03 .subBox01 .grayArea {
	width: 100%;
	margin: 0 0 15px;
}

.index .addCont03 .grayArea .ssTit {
	font-size: 2.4rem;
	padding: 1.3rem 1rem;
	line-height: 1.6;
}

.index .addCont03 .grayArea .ssTit span {
	font-size: 1.4rem;
	color: #fff;
}

.index .addCont03 .grayArea .gray_txt {
	background: #fff;
	font-size: 2.8rem;
	padding: 2rem;
	line-height: 1.6;
}

.index .addCont03 .grayArea .gray_txt .black {
	font-size: 2.5rem;
	color: #000;
	padding-left: 10px;
	line-height: 1.2;
}

.index .addCont03 .icon.support {
	width: 100%;
	display: table;
	border-collapse: collapse;
	margin-bottom: 7rem;
}

.index .addCont03 .icon-list {
	display: table-cell;
	vertical-align: top;
	border: 1px solid #3F3F3F;
	background: #fff;
	width: 25%;
	font-weight: bold;
	padding: 1.5rem 3rem;
}

.index .addCont03 .icon-list__ttl {
	font-size: 2.2rem;
	line-height: 1.727272727;
	color: #BB0419;
	background: #fff url(img/icon_01_off.png) no-repeat left center;
	background-size: 61px;
	padding: 1.5rem 1rem 1.5rem 7.5rem;
	border-bottom: 1px solid #3F3F3F;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.index .addCont03 .icon-list p {
	padding: .5rem 0 0;
	font-weight: normal;
}

.subBox01.wi1000 {
	margin-bottom: 70px;
}

.subBox04.wi1000 {
	margin-bottom: 70px;
}

.company-info__header {
	font-size: 2.4rem;
	color: #BB0419;
	line-height: 1.7;
	font-family: YuMincho, 'Yu Mincho', serif;
	font-weight: bold;
}

.index .addCont03 .subBox02 .catch {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.3;
}

.index .addCont03 .subBox02 .dashed {
	margin: 0 50px;
	background: #fff;
	width: auto;
	padding: 25px;
}

.index .addCont03 .subBox02 .dashed ul:not([class]) {
	margin: 0;
	padding: 0;
}

.index .addCont03 .subBox02 .dashed ul:not([class]) li {
	width: 50%;
	float: left;
	background: url(img/listicon_top.png) no-repeat 0 4px;
	padding: 0 20px 3px 25px;
	box-sizing: border-box;
	line-height: 1.8;
}

.index .addCont03 .subBox02 .dashed ul:not([class]) li::before {
	content: none;
}

.index .addCont03 .subBox03 .frame-wrap {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	gap: 3rem 0;
}

.index .addCont03 .subBox03 .accordion-title {
	margin: 4rem auto;
}

.index .addCont03 .subBox03 .frame.kutikomi {
	width: calc((100% - 10%)/3);
	background: #fff;
	border-top: 4px solid #BB0419;
	margin-right: 5%;
	box-shadow: 7px 7px #c2c2c2;
}

.index .addCont03 .subBox03 .frame.kutikomi:nth-child(3n) {
	margin-right: 0;
}

.index .addCont03 .subBox03 .frame.kutikomi .frame-head {
	font-size: 2.4rem;
	color: #000;
	padding: 3rem 1.5rem 2.2rem;
	border-bottom: 1px solid #A2AFB5;
	text-align: center;
	font-weight: bold;
	line-height: 1.25;
	min-height: 55px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.index .addCont03 .subBox03 .frame-body {
	padding: 1.0rem 2.5rem 2rem;
}

.index .addCont03 .subBox03 .frame-body p {
	color: #000;
}

.index .addCont03 .subBox03 .frame-body span {
	border-bottom: none;
	font-size: 1.4rem;
}

.index .addCont03 .subBox04 .infoBox table:not([class]) th {
	background: #454a4b;
}

.company-info__lists {
	display: flex;
	flex-wrap: wrap;
	padding-top: 3px;
}

.company-info__lists li {
	position: relative;
	width: 45%;
	margin-right: 4%;
	padding-left: 20px;
	margin-bottom: 3px;
}

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

.company-info__lists li::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #e50012;
	left: 2px;
	top: 7px;
}

#gimmick ul:not([class]) {
	margin: 0;
	padding: 0;
}

#gimmick ul:not([class]) li {
	min-height: 1px;
	padding: 0;
	background-image: none;
}

#gimmick {
	margin: 60px 0;
}

#gimmick ul.tab {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

#gimmick ul.tab li {
	box-sizing: border-box;
	width: 250px;
	margin: 10px 20px;
	font-size: 1.7rem;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
	padding: 2rem;
	cursor: pointer;
	position: relative;
	color: #fff;
	background: #454a4b url(img/ar_ico_down.png) no-repeat right 15px center;
	transition: 0.2s;
}

#gimmick ul.tab li::before {
	content: none;
}

#gimmick ul.tab li::after {
	content: '';
	width: 100%;
	height: 100%;
	border: 1px solid #000000;
	position: absolute;
	top: 5px;
	left: 5px;
	pointer-events: none;
	transition: 0.2s;
}

#gimmick ul.tab li.active {
	color: #fff;
	background: #e93558 url(img/ar_ico_down.png) no-repeat right 15px center;
}

#gimmick ul.tab li.active::before {
	content: none;
}

#gimmick ul.tab li:hover {
	background: #e93558 url(img/ar_ico_down.png) no-repeat right 15px bottom 22px;
	color: #fff;
	transform: translate(5px, 5px) translateZ(0);
	transition: 0.2s;
}

#gimmick ul.tab li:hover::after {
	content: '';
	border: 2px solid #000000;
	top: -5px;
	left: -5px;
	box-sizing: border-box;
	transform: translate(5px, 5px) translateZ(0);
}


#gimmick .tabContentsWrap {
	background: #000;
	padding: 3rem;
	position: relative;
	margin: 2.5rem 0 6rem;
}

#gimmick .tabContentsWrap::before {
	position: absolute;
	content: "";
	width: 38%;
	height: calc(100% + 3rem);
	background: #d7dbdc;
	pointer-events: none;
	z-index: -1;
	top: 5rem;
	left: -12.7rem;
}

#gimmick .tabContents {
	display: none;
}

#gimmick .tabContents.show {
	display: block;
}

#gimmick .tabContents .subTitle {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 14px;
}

#gimmick .tabContents ul:not([class]) {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
	width: 100%;
}

#gimmick .tabContents ul:not([class]) li {
	cursor: pointer;
	width: calc((100% - 4.1rem)/3);
	box-sizing: border-box;
	margin: 0 2rem 2rem 0;
}

#gimmick .tabContents ul:not([class]) li::before {
	content: none;
}

#gimmick .tabContents ul:not([class]) li:nth-child(3n) {
	margin: 0 0 2rem 0;
}

#gimmick .tabContents ul:not([class]) li a {
	display: block;
	position: relative;
}

#gimmick .tabContents ul:not([class]) li a:hover {
	opacity: 0.5;
}

#gimmick .tabContents ul:not([class]) li a img {
	width: 309px;
	height: 207px;
	object-fit: cover;
}

#gimmick .tabContents ul:not([class]) li a span {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 4px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	font-size: 1.0rem;
	line-height: 1.3;
	position: absolute;
	left: 0;
	bottom: 0;
}

body .modaal-container {
	background-color: #f5f5f5;
	position: relative;
}

body .modaal-wrapper .modaal-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background: url(img/modal_close.png) no-repeat;
	background-size: 100% auto;
	border-radius: 0;
}

body .modaal-close span {
	display: none;
}

body .modaal-close::before,
body .modaal-close::after {
	display: none;
}

.modalContents {
	overflow: hidden;
	display: flex;
}

.modalContents .photo {
	width: 49%;
	position: relative;
	margin: 0 .5% 0 0;
}

.modalContents .photo img {
	width: 100%;
	height: auto;
}

.modalContents .photo span {
	display: block;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	padding: 10px;
	color: #a2a2a2;
	font-size: 1.2rem;
	line-height: 1.3;
	word-wrap: break-word;
}

.modalContents .text {
	width: 50%;
	padding-left: 4%;
	position: relative;
}

.modalContents .text::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 275px;
	left: 10px;
	top: 2rem;
	background: url(img/Pick-ups.png) no-repeat left top;
	background-size: auto 27.5rem;
	z-index: 10;
}

.modalContents .text .title {
	box-sizing: border-box;
	text-align: left;
	padding-bottom: 14px;
	margin: 0 0 10px;
}

.modalContents .text .title::before {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	height: 70px;
	background: url(img/icon_features.png) no-repeat;
	background-size: 100% auto;
	top: 2rem;
	pointer-events: none;
}

.modalContents .text .title {
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.8;
	margin: 0;
	position: relative;
}

.modalContents .text .title span {
	font-size: 14px;
	color: #fff;
	background: #75858c;
	padding: 6px 10px;
}

.modalContents .text .com-info {
	display: table;
	width: 100%;
}

.modalContents .text .com-info dl,
.modalContents .text .com-info dt,
.modalContents .text .com-info dd {
	display: table-cell;
	font-size: 1.4rem;
}

.modalContents .text .com-info dt {
	color: #454a4b;
	padding: 0px 10px;
	position: relative;
}

.modalContents .text .com-info dt::before,
.modalContents .text .com-info dt::after {
	content: '';
	width: 8px;
	height: 100%;
	position: absolute;
}

.modalContents .text .com-info dt::before {
	border-left: solid 1px #454a4b;
	border-top: solid 1px #454a4b;
	border-bottom: solid 1px #454a4b;
	top: 0;
	left: 0;
}

.modalContents .text .com-info dt::after {
	border-right: solid 1px #454a4b;
	border-top: solid 1px #454a4b;
	border-bottom: solid 1px #454a4b;
	top: 0;
	right: 0;
}

.modalContents .text .com-info dd {
	padding-left: 15px;
}

.modalContents .text .btn-internal {
	width: 90%;
}

.modalContents .text .btn-internal a {
	padding: 1.5rem 7rem 1.5rem 5rem;
	background: #000000 url(img/arrow_wt.png) right 3rem top 50% no-repeat;
	background-size: 32px auto;
}

.modalContents .text .btn-internal a::before {
	top: 5px;
	left: 5px;
}

#gimmick .btn-internal a {
	margin: 0 auto;
	cursor: pointer;
}

#gimmick .btn-web a {
	margin: 25px auto 0;
	cursor: pointer;
}

.pr__content {
	font-family: 'Noto Sans JP', sans-serif !important;
}

/*addCont06*/
.index .addCont06 {
	padding: 0;
	margin: 16rem auto 8rem;
	padding-bottom: 20px;
	background: url(img/bg_addCont06.jpg) no-repeat top center;
	background-size: 100% auto;
}

.index .addCont06 .frame-wrap {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	margin: 3rem 0 0;
	width: 100%;
	gap: 3rem 0;
}

.index .addCont06 .frame-wrap .frame.list {
	width: calc((100% - 6%)/3);
	border: 1px solid #000;
	background-color: #fff;
	padding: 5px;
	box-sizing: border-box;
	margin: 0 3rem 0 0;
}

.index .addCont06 .frame-wrap .frame.list:nth-child(3n) {
	margin: 0;
}

.index .addCont06 .accordion-title {
	margin: 4rem auto;
}

.index .addCont06 .frame.list .inner {
	background: #fff;
}

.index .addCont06 .frame.list .frame-head {
	text-align: center;
	padding: 2rem 1.5rem 0 1.5rem;
	line-height: 1.4;
}

.index .addCont06 .frame.list .frame-head a {
	font-size: 2rem;
	color: #BB0419;
	background: url(img/arrow_bk.png) no-repeat right;
	background-size: 3rem auto;
	padding: 0 3rem 0 0;
	display: flex;
	align-items: center;
	text-align: left;
}

.index .addCont06 .frame.list .frame-body {
	padding: 2rem 2rem;
}

.index .addCont06 .frame.list .inner .dashed {
	background: #F2F2F2;
	font-size: 1.2rem;
}

.index .addCont06 .frame.list .inner .dashed ul:not([class]) {
	margin: 1rem 0 0;
}

/*addCont08*/
.index .addCont08 {
	margin: 0 auto;
	padding-top: 7rem;
	padding-bottom: 6rem;
	background: #ececec url(./img/top-bg4.png) no-repeat;
	background-size: 100%;
}

.index .addCont08 .frame-wrap {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	margin: 3rem auto;
	width: 100%;
	counter-reset: step;
}

.index .addCont08 .frame-wrap .frame.preperation {
	width: calc((100% - 6.3%)/3);
	margin: 0 3rem 3rem 0;
	background: #393939;
	color: #fff;
}

.index .addCont08 .frame-wrap .frame.preperation.risk {
	background: #3F3F3F;
}

.index .addCont08 .frame-wrap .frame.preperation .frame-img {
	width: 100%;
}

.index .addCont08 .frame-wrap .frame.preperation:nth-child(3n) {
	margin: 0 0 3rem 0;
}

.index .addCont08 .frame-head {
	padding: 1rem;
	padding: 1rem 2rem 0;
}

.index .addCont08 .frame.preperation.risk .frame-head {
	padding: 1rem;
	background: url(img/step.icon.png) left bottom no-repeat;
}

.index .addCont08 .frame .frame-head .sttl.rank {
	padding: 0;
	background: none;
	margin: 0;
	border: none;
	box-shadow: none;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 2.4rem;
	padding: 20px 20px 20px 72px;
	line-height: 1.6;
	font-family: YuMincho, 'Yu Mincho', serif;
	font-weight: 500;
}

.index .addCont08 .frame .frame-head .sttl.rank::before {
	background: none;
	border: 1px solid #fff;
	font-size: 2.4rem;
	font-family: YuMincho, 'Yu Mincho', serif;
	color: #fff;
	line-height: 1.5;
	left: 0.4rem;
	counter-increment: step;
	content: counter(step, decimal-leading-zero);
}

.index .addCont08 .frame .frame-head .sttl.rank a {
	color: #fff;
	font-size: 2.4rem;
	display: block;
	line-height: 1.6;
	font-family: YuMincho, 'Yu Mincho', serif;
	font-weight: 500;
}

.index .addCont08 .frame.risk .frame-head .sttl.rank {
	padding: 5px 20px 5px 72px;
}

.index .addCont08 .frame.risk .frame-head .sttl.rank a {
	font-size: 1.8rem;
	line-height: 1.388888889;
}

.index .addCont08 .frame-body {
	padding: 1rem 1.5rem 2.5rem;
}

.index .addCont08 .frame-body p {
	margin: 0;
}

.index .addCont08 .btn-host {
	text-align: right;
}

.index .addCont08 .btn-host a {
	padding-right: 2rem;
	text-decoration: underline;
	background: url(img/arrow_bk2.png) no-repeat right center;
	background-size: 10px auto;
}

/*addCont09*/
.index .addCont09 {
	margin: 4rem auto 0;
}

.index .addCont09 .frame-wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	margin: 5rem auto 0;
	width: 100%;
}

.index .addCont09 .frame-wrap .frame.column {
	width: 430px;
	margin: 0 5rem 5rem 0;
	border: 5px solid #d7dbdc;
	position: relative;
	box-sizing: border-box;
}

.index .addCont09 .frame-wrap .frame.column a {
	display: block;
}

.index .addCont09 .frame-wrap .frame.column::before {
	content: "";
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 28px 28px;
	border-color: transparent transparent #d7dbdc transparent;
}

.index .addCont09 .frame-wrap .frame.column:nth-child(2n) {
	margin: 0 0 5rem 0;
}

.index .addCont09 .frame-wrap .fukiWrap {
	margin: 0 0 3rem;
}

.index .addCont09 .frame-wrap .fukiCatch {
	background: #000;
	font-size: 1.8rem;
	display: table;
	color: #fff;
	padding: 6px 28px;
	text-align: center;
	margin: -4px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: .1rem;
}

.index .addCont09 .frame-head {
	width: 80%;
	text-align: center;
	margin: 3rem auto;
}

.index .addCont09 .frame-head .sttl {
	font-size: 2.2rem;
	position: relative;
	padding-bottom: 2.5rem;
	line-height: 1.5;
}

.index .addCont09 .frame-head .sttl::before {
	content: "";
	width: 95px;
	height: 2px;
	background: #75858c;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
}

.index .addCont09 .frame-body {
	padding: 0 2rem 2rem;
	line-height: 1.6;
}

.accordion-title {
	display: block;
	width: 450px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	padding: 18px 0;
	position: relative;
	cursor: pointer;
	user-select: none;
	background: #fff;
	border: 1px solid #000;
	border-radius: 50px;
	margin: 0 auto 20px;
	opacity: 1;
}

.accordion-title:hover {
	opacity: .7;
}

.accordion-title:last-of-type {
	border-bottom: 1px solid #010327;
}

.accordion-title::before,
.accordion-title::after {
	content: '';
	display: block;
	background-color: #000;
	position: absolute;
	top: 50%;
	width: 15px;
	height: 2px;
	right: 25px;
}

.accordion-title::after {
	transform: rotate(90deg);
	transition-duration: .3s;
}

.accordion-title.is-active::before {
	opacity: 0;
}

.accordion-title span::after {
	content: "もっと見る";
}

.accordion-title.is-active span::after {
	content: "閉じる";
}

.accordion-title.is-active::after {
	transform: rotate(0);
}

.bgTxt.column img {
	margin-top: -50px;
}

.bgTxt.description,
.bgTxt.bgTxt.public-relations {
	margin-bottom: 5rem;
}

/*--------------------------------------
	toc_parts
---------------------------------------*/
.toc_parts {
	width: 700px;
	max-width: 100%;
	background: #fff;
	border: 1px solid #000;
	margin: 5rem auto;
	padding: 4rem 5rem;
	box-sizing: border-box;
}

.toc_parts .ttl {
	padding: 0 0 0 1.3rem;
	font-size: 2rem;
	font-weight: bold;
	border-left: 2.85px solid #BB0419;
}

#toc {
	margin: 1.5rem 0 0 0;
	padding: 0 2rem 0;
	border-top: 1px solid #000;
}

#toc .chapter {
	margin: 0 0 2rem;
	counter-reset: count;
}

#toc .chapter .chapter-h {
	margin: 2rem 0 0;
	padding: 0 0 0 5rem;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.8;
	position: relative;
	counter-increment: count;
	background: none;
	font-family: YuMincho, 'Yu Mincho', serif;
}

#toc .chapter .chapter-h:first-child {
	display: none;
}

#toc .chapter .chapter-h:last-child {
	margin-bottom: 0;
}

#toc ul.chapter .chapter-h::before {
	content: counter(count, decimal-leading-zero);
	position: absolute;
	top: 14px;
	left: 0;
	transform: translate(0, -50%);
	color: #BB0419;
	font-size: 1.8rem;
	font-weight: bold;
	background: none;
	width: auto;
	height: auto;
	border-radius: 0;
}

#toc .chapter .chapter-h a {
	font-weight: bold;
	text-decoration: none;
}

#toc .chapter .chapter-h a:hover {
	opacity: .6;
}

#toc .chapter .chapter-h span {
	color: #0b072b;
	font-weight: bold;
}

#toc li.chapter-h.chapter-h-three {
	display: none;
	margin: 1rem 0 1rem 4rem;
	padding: 0 0 0 1.5rem;
	counter-increment: none;
}

#toc li.chapter-h.chapter-h-three::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 8px;
	height: 8px;
	border-top: solid 1px #0b072b;
	border-right: solid 1px #0b072b;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#toc li.chapter-h.chapter-h-three a {
	font-weight: 400;
}

#toc li.chapter-h.chapter-h-three span {
	font-weight: 400;
}

#toc .chapter br {
	display: none;
}

.accordion-content {
	overflow: hidden;
	opacity: 0;
	height: 0;
	transition-duration: .3s;
}

.accordion-content.is-open {
	opacity: 1;
	height: auto;
	transition-duration: .3s;
}

.date-tag-wrap {
	width: 100%;
	margin: 20px auto;
}

.addCont03 .date-tag-wrap {
	margin: 20px auto 10px;
}

.date-tag-wrap .date-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.date-tag-wrap .tags-block {
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
}

.date-tag-wrap .tags-block .tags-block-list {
	width: 100%;
	margin: 0 0 1rem;
	padding: 5px 0;
	text-align: center;
	position: relative;
	color: #000;
	font-size: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	box-sizing: border-box;
}

.date-tag-wrap .tags-block .tags-block-list.off {
	background: #B4B4B4;
	color: #878787;
}

.addCont03 .date-tag-wrap .tags-block .tags-block-list {
	width: calc(33.333333% - 2.5rem * 2 / 3);
	margin: 0 2.5rem 1rem 0;
}

.addCont03 .date-tag-wrap .tags-block .tags-block-list:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width: 480px) {
	.date-tag-wrap {
		width: 100%;
	}

	.date-tag-wrap .tags-block .tags-block-list {
		padding: 4px;
		font-size: 1.6rem;
	}

	.addCont03 .date-tag-wrap .tags-block .tags-block-list {
		width: 100%;
		margin: 0 0 1rem 0;
	}

	.addCont03 .date-tag-wrap .tags-block .tags-block-list:nth-child(3n) {
		margin: 0 0 1rem 0;
	}
}


.cmn02-text-banner-box__image img {
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
	object-fit: cover;
}

.index-banner_pc {
	margin: 5rem 0 0 0;
	position: fixed;
	right: 0;
	bottom: 9rem;
	z-index: 10;
	display: none;
}

.index-banner_pc a {
	text-decoration: none;
}

.index-banner_pc a:hover {
	opacity: 0.6;
}

.text-banner-box {
	max-width: 186px;
	background: #BB0419;
	position: relative;
}

.text-banner-box:after {
	content: "";
	position: absolute;
	bottom: 2%;
	right: 2%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 15px 15px;
	border-color: transparent transparent #fff transparent;
}

.pc-bannerArea .imgArea {
	width: 40%;
}

.text-banner-box__text {
	padding: 1rem 2rem;
	text-align: center;
}

.text-banner-box__text .mainttl {
	color: #fff;
}

.cmn02-text-banner-box__catch {
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.363636364;
	margin: 0;
}

.text-banner-box__text .cmn02-paragraph {
	color: #fff;
}

@media screen and (max-width: 480px) {
	.index-banner_pc {
		display: none !important;
	}
}


.text-banner-box.part03 .cmn02-text-banner-box__image img {
	max-width: 100%;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center center;
}

.index-banner {
	margin: 5rem 0 0 0;
	position: fixed;
	right: 0;
	bottom: 0rem;
	z-index: 310;
	display: none !important;
}

.index-banner a {
	text-decoration: none;
}

.index-banner a:hover {
	opacity: 1;
}

.text-banner-box.part03 {
	position: relative;
	display: flex;
	max-width: 100%;
	left: 6%;
}

.text-banner-box.part03 .cmn02-text-banner-box__image img {
	max-width: 100%;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center center;
}

.text-banner-box.part03:after {
	content: none;
}

.text-banner-box.part03 .cmn02-paragraph {
	font-size: 1.6rem;
	color: #fff;
	text-align: left;
}

.text-banner-box.part03 .text-banner-box__text {
	padding: 1rem 2.7rem 1rem 2rem;
	position: relative;
	background: #424242;
	width: 65%;
}

.text-banner-box.part03 .text-banner-box__text:after {
	content: "";
	position: absolute;
	background: url(img/arrow_wt.png)right center no-repeat;
	top: 50%;
	right: 1rem;
	transform: translateY(-50%);
	width: 17px;
	height: 31px;
	background-size: 15px auto;
}

@media screen and (max-width: 480px) {
	.index-banner.show {
	display: block !important;
	}
	
	.cmn02-text-banner-box__image {
		width: 35%;
	}

	.text-banner-box.part03 {
		position: relative;
		display: flex;
		max-width: 100%;
		left: 0%;
	}
}


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

	.sp_br {
		display: none;
	}
}


@media screen and (max-width: 480px) {
	body {
		line-height: 1.7em;
		width: 100%;
		min-width: 100%;
	}

	.pc {
		display: none;
	}

	.pc_br {
		display: none;
	}

	img {
		max-width: 100%;
	}

	p {
		font-size: 1.4rem;
		margin: 0 0 10px 0;
	}

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

	a:hover {
		opacity: 1;
	}

	.wi1000 {
		width: 100%;
		margin: 0 auto;
		padding: 0 1.5rem;
		box-sizing: border-box;
	}

	.wi1000.wi1300 {
		width: 100%;
		margin: 0 auto;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.baseBox {
		padding: 0 10px;
	}

	.category,
	.page {
		width: 100%;
		margin: 0 auto;
	}

	.category .baseBox,
	.page .baseBox {
		width: 100%;
		float: none;
		box-sizing: border-box;
	}

/*--------------------------------------
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;
		/*         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-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　*/
	/* ================== */
	header {
		position: relative;
	}

	header .rightTxt {
		text-align: left;
		height: 0px;
	}

	#headNoteArea {
		width: 100%;
		padding: 10px 4% 6px;
		font-size: 1.2rem;
		box-sizing: border-box;
		display: table;
		margin: auto;
	}

	#headNoteArea .areaInner {
		background: none;
		padding: 0;
		margin: 0 auto;
		display: table-cell;
		vertical-align: middle;
		width: 100%;
	}

	#headNoteArea .sitename,
	#headNoteArea .sitename a {
		font-size: 1.4rem;
		text-align: left;
		margin: 0;
	}

	#headNoteArea .sitename {
		padding: 0 40px 0 30px;
	}

	#headNoteArea .sitename::before {
		font-size: 1.2rem;
		padding: .2rem .4rem;
	}

	#headNoteArea .sitename a {
		background: none;
		padding: 0;
		font-weight: bold;
		margin: 0;
	}

	#headNoteArea .sitelogo {
		width: 160px;
	}

	/* ハンバーガーメニュー */
	.out-frame {
		position: relative;
		width: 100%;
	}

	.out-frame.black::after {
		background: #FFF;
		opacity: 0.6;
		content: '';
		height: 10000px;
		right: 0;
		top: 0;
		padding: 0;
		position: fixed;
		width: 100%;
		z-index: 1;
		transition: all .5s ease;
	}

	.out-frame::after {
		background: #FFF;
		opacity: 0;
		content: '';
		right: 0;
		top: 0;
		position: fixed;
		width: 100%;
		z-index: 1;
		transition: all .5s ease;
	}

	.header-frame {
		position: relative;
		width: 100%;
		height: 64px;
	}

	.menu-btn {
		background: url(./img/sp-btn-menu_on.png) 0 0 no-repeat;
		background-size: 35px;
		position: absolute;
		top: 44px;
		right: 13px;
		height: 35px;
		width: 35px;
		z-index: 10;
	}

	.navOpenOut {
		background: rgba(255, 255, 255, 0.5);
		padding: 22px 13px 20px;
		box-sizing: border-box;
		height: 77px;
	}

	.navOpen {
		background: url(./img/sp-btn-menu_off.png) 0 0 no-repeat;
		background-size: 35px;
		position: inherit;
		top: inherit;
		right: 13px;
		height: 35px;
		width: 35px;
		z-index: 10;
		float: right;
	}

	#sp_titArea .is-fixed {
		position: fixed;
		top: 22px;
		right: 13.5px;
		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%;
		z-index: 10;
		height: 100%;
		overflow-y: scroll;
	}

	.header-menu ul:not([class]) li a {
		display: block;
		padding: 15px 35px 15px 10px;
		background: #83cdc0 url("img/arrow_green_left.png") 97% 50% no-repeat;
		background-size: 16px auto;
		border-bottom: 1px solid #fff;
		text-decoration: none;
		line-height: 1.3;
		color: #fff;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.header-menu ul.accordion li ul:not([class]) li:first-child a {
		padding: 12px 35px 12px 10px;
		color: #000;
	}

	.header-menu ul:not([class]) li.delete {
		background: #b5b5b5 url("img/batu.png") 60% 50% no-repeat;
		background-size: 19px;
		padding: 10px;
		text-align: center;
		color: #fff;
		font-size: 1.3rem;
	}

	.header-menu ul.accordion ul:not([class]) {
		display: none;
	}

	.header-menu ul.accordion .subCat ul.subList {
		display: block;
	}

	.header-menu ul.accordion .tglMenu {
		display: block;
		padding: 15px 35px 15px 10px;
		background: #525252 url(./img/arrow_down.png) 97% 50% no-repeat;
		background-size: 16px auto;
		border-bottom: 1px solid #FFF;
		text-decoration: none;
		line-height: 1.3;
		color: #fff;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.header-menu ul.accordion .open {
		background: #525252 url(./img/arrow_up_footer.png) 97% 50% no-repeat;
		background-size: 16px auto;
	}

	.header-menu ul.accordion ul:not([class]) li a {
		padding: 12px 30px 12px 20px;
		background: #FFF url("img/arrow_black.png") right 12px center no-repeat;
		background-size: 6px auto;
		color: #444;
		border-bottom: 1px solid #444;
	}

	.header-menu ul.accordion ul:not([class]) li.subCat a {
		padding: 12px 30px 12px 20px;
	}

	.header-menu ul.accordion .subCat ul.subList li a {
		border-bottom: 1px solid #444;
		padding: 12px 30px 12px 30px;
	}

	.header-menu ul.accordion li ul:not([class]) li:last-child a {
		border-bottom: none;
	}

	/*--------------------------------------
Footer
---------------------------------------*/
	footer {
		box-sizing: border-box;
		width: 100%;
		padding: 0;
		margin: 0;
	}

	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;
		box-sizing: border-box;
		font-size: 1.4rem;
		color: #FFF;
		background: url(img/arrow_black.png) right 12px center no-repeat;
		background-size: 10px auto;
		padding: 10px 40px 10px 4%;
	}

	footer .areaInner .footBox .sttl.tglMenu a {
		background: url(img/arrow_down.png) right 10px center no-repeat;
		background-size: 16px auto;
	}

	footer .areaInner .footBox .sttl.open a {
		background: url(img/arrow_up_footer.png) right 10px center no-repeat;
		background-size: 16px auto;
	}

	footer .areaInner .footBox .sttl {
		border-bottom: 1px solid #f3f3f3;
		padding: 0;
		margin: 0;
	}

	footer .areaInner .footBox .accChild {
		display: none;
		padding: 0;
		margin: 0;
		box-sizing: border-box;
		background: #fff;
	}

	footer .areaInner .footBox .accChild li {
		float: none;
		padding: 0;
		margin: 0;
		background: none;
		display: block;
	}

	footer .areaInner .footBox .accChild li a {
		display: block;
		box-sizing: border-box;
		background: url("img/arrow_black.png") right 12px center no-repeat;
		background-size: 6px auto;
		color: #000;
		border-bottom: 1px dotted #000;
		padding: 10px 40px 10px 4%;
		font-size: 13px;
		font-size: 1.3rem;
	}

	footer .areaInner .footBox .accChild li.subCat {
		margin: 0;
	}

	footer .areaInner .footBox .accChild li.subCat a {
		display: block;
		box-sizing: border-box;
		background: url("img/arrow_black.png") right 12px center no-repeat;
		background-size: 6px auto;
		color: #444;
		border-bottom: 1px dotted #444;
		padding: 10px 40px 10px 8%;
	}

	footer .areaInner .footBox .accChild li.subCat:last-child li:last-child a {
		border: none;
	}

	footer .areaInner .footBox .accChild .subList {
		padding: 0;
		margin: 0;
		display: block;
	}

	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: 10px 40px 10px 14%;
		background: url("img/arrow_black.png") right 12px center no-repeat;
		background-size: 6px;
	}

	footer .areaInner .footBox .accChild li::after {
		content: "";
	}

	footer .areaInner .footBox .accChild li:last-child::after {
		content: "";
	}

	footer .areaInner .noticeArea {
		box-sizing: border-box;
		width: 90%;
		margin: 30px auto 30px;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.8em;
		color: #444;
	}

	footer .areaInner .noticeArea p {
		padding: 20px;
		font-size: 12px;
		font-size: 1.2rem;
	}

	footer .areaInner .noticeArea .botPrg {
		text-align: center;
		background: transparent;
		padding: 0;
		font-size: 10px;
		font-size: 1.0rem;
		margin: 10px 0 0;
	}

	footer .botArea {
		padding: 0;
	}

	footer .botArea .botInner {
		width: 100%;
	}

	footer p.copy {
		margin: 0;
		padding: 14px 15px 12px;
		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;
	}

	/*--------------------------------------
 PageTop
---------------------------------------*/
	#page-top {
		position: fixed;
		bottom: 12%;
		right: 3%;
		z-index: 2;
		width: 40px;
	}

	#page-top:hover {
		opacity: 1;
	}

	/* ================== */
	/*メインコンテンツ　*/
	/* ================== */
	.category .titLArea,
	.page .titLArea {
		margin: 15px auto 20px;
		background: url(img/low_h1.png) no-repeat top 1.9rem center;
		background-size: contain;
	}

	.category h1:not([class]),
	.page h1:not([class]) {
		text-align: center;
		position: relative;
		margin: 0;
		box-sizing: border-box;
		font-size: 2.5rem;
		line-height: 1.3;
	}

	.category h2:not([class]),
	.page h2 {
		position: relative;
		margin: 70px 0 20px;
		padding: 15px 20px 15px 20px;
		font-size: 2.3rem;
		line-height: 1.4;
	}

	.sitemap h2 a {
		color: #444;
	}

	.category h3:not([class]),
	.page h3:not([class]) {
		position: relative;
		margin: 35px 0 20px;
		padding: 10px 15px 8px 45px;
		font-size: 2.1rem;
		line-height: 1.4;
	}

	.category h4:not([class]),
	.category h5:not([class]),
	.category h6:not([class]),
	.page h4:not([class]),
	.page h5:not([class]),
	.page h6:not([class]) {
		position: relative;
		margin: 35px 0 20px;
		padding: 6px 10px 6px 15px;
		font-size: 1.8rem;
		line-height: 1.4;
	}

	.sitemap h2 a {
		color: #444;
	}

	.contents ul:not([class]) li {
		min-height: 12px;
		padding: 0 0 4px 22px;
		font-size: 13px;
	}

	.contents ul:not([class]) li::before {
		top: 4px;
	}

	.contents ol:not([class]) {
		padding: 10px 10px 0;
	}

	.contents ol:not([class]) li {
		padding: 0 0 4px 22px;
		font-size: 1.3rem;
	}

	.contents ol:not([class]) li::before {
		width: 17px;
		height: 17px;
		top: 2px;
		letter-spacing: -0.5px;
		line-height: 1.4;
		font-size: 1.3rem;
	}

	.contents .rank,
	.contents .noCount .recommend,
	.contents .noCount .recommend--underline,
	.contents .noCount .check,
	.contents .noCount .check--underline,
	.contents .noCount .point,
	.contents .noCount .point--underline,
	.contents .rank_wrap2 .recommend,
	.contents .rank_wrap3 .check,
	.contents .rank_wrap4 .point {
		padding: 16px 10px 16px 58px;
		font-size: 1.8rem;
	}

	.contents .rank::before {
		width: 50px;
		left: -10px;
		height: 50px;
		padding: 13px 0 0px 13px;
		line-height: 1.1;
		font-size: 2rem;
	}

	.contents .noCount .recommend::before,
	.contents .noCount .recommend--underline::before,
	.contents .noCount .check::before,
	.contents .noCount .check--underline::before,
	.contents .noCount .point::before,
	.contents .noCount .point--underline::before,
	.contents .rank_wrap2 .recommend::before,
	.contents .rank_wrap3 .check::before,
	.contents .rank_wrap4 .point::before {
		font-size: 1rem;
		left: -10px;
	}

	.contents .rank_wrap2 .recommend::before {
		padding: 10px 0 0 0;
	}

	.contents .rank_wrap2 .recommend::after,
	.contents .rank_wrap3 .check::after,
	.contents .rank_wrap4 .point::after {
		top: 46%;
		width: 40px;
		height: 16px;
		left: -1px;
		padding: 2px 0 0;
		font-size: 2rem;
	}

	/*--------------------------------------
 table
---------------------------------------*/
	.contents table:not([class]) {
		border-collapse: collapse;
		width: 100%;
		border: none;
	}

	.contents table:not([class]) tr {
		display: block;
		margin: 0;
	}

	.contents table:not([class]) tr:last-child {
		margin: 0;
	}

	.contents table:not([class]) th {
		color: #FFF;
		font-weight: bold;
		text-align: center;
		font-size: 1.5rem;
		border-top: none;
	}

	.contents table:not([class]) td {
		background: #fff;
		font-size: 1.3rem;
	}

	.contents table:not([class]) th,
	.contents table:not([class]) td {
		padding: 10px;
		display: block;
		line-height: 2.4rem;
		width: 100%;
		box-sizing: border-box;
		border-bottom: none;
	}

	.contents table:not([class]) td:first-of-type {
		border: 1px solid #bcc7cb;
		border-bottom: none;
	}

	.contents table:not([class]) td:last-of-type {
		border-bottom: 1px solid #bcc7cb;
	}

	.contents .js-scrollable {
		overflow: auto;
	}

	.contents .js-scrollable table.scroll-table:not([class]) tr {
		display: table-cell;
	}

	.contents .js-scrollable table.scroll-table:not([class]) {
		width: auto;
		white-space: nowrap;
	}

	.contents .js-scrollable table.scroll-table:not([class]) th,
	.contents .js-scrollable table.scroll-table:not([class]) td {
		word-break: break-all;
	}

	.contents .js-scrollable table.scroll-table:not([class]) td {
		white-space: nowrap;
		word-break: break-all;
	}

	/*--------------------------------------
 float img
---------------------------------------*/
	/*.fr {
float: none;
}*/
	.contents .float-wrap {
		margin: 20px 0;
		padding: 0;
	}

	.contents .float-wrap .float-img {
		margin: 0 0 12px 0;
		padding: 0;
		width: 100%;
	}

	.contents .float-wrap .fr {
		width: 100%;
		padding: 0;
		text-align: left;
	}

	.contents .float-wrap img {
		width: 100%;
	}

	.contents .caption {
		margin: 8px 0 0;
		font-size: 10px;
		font-size: 1.0rem;
		line-height: 1.3;
		word-break: break-all;
		color: #999;
		text-align: center;
	}

	.contents .category .float-wrap .fl,
	.contents .page .float-wrap .fl {
		width: 100%;
	}

	.contents .category .float-wrap .fr,
	.contents .page .float-wrap .fr {
		width: 100%;
	}

	.contents .category .float-wrap .center,
	.contents .page .float-wrap .center {
		width: 100%;
	}

	.contents .floatBox01 .float-wrap {
		margin: 20px 0;
		padding: 0;
	}

	.contents .floatBox01 .float-wrap img {
		width: 100%;
	}

	.contents .floatBox01 .float-wrap p {
		margin: 0;
		padding: 0;
	}

	.contents .floatBox01 .float-wrap .fl.t_small,
	.contents .category .floatBox01 .float-wrap .fl.t_small,
	.contents .page .floatBox01 .float-wrap .fl.t_small {
		width: 40%;
		padding: 0 20px 0 0;
		text-align: center;
		float: left;
	}

	.contents .floatBox01 .float-wrap .fr.t_sma l,
	.contents .category .floatBox01 .float-wrap .fr.t_small,
	.contents .page .floatBox01 .float-wrap .fr.t_small {
		width: 40%;
		padding: 0 0 0 20px;
		margin: 0;
		text-align: center;
		float: right;
	}

	.contents .floatBox01 .float-wrap .ct {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 20px;
		text-align: center;
	}

	/*--------------------------------------
 btn
---------------------------------------*/
	.btn-internal,
	.btn-web,
	.btn-link,
	.btn-tel,
	.btn-scroll,
	.accordion-title {
		width: 90%;
		margin: 22px auto 18px;
		position: relative;
	}

	.btn-internal a,
	.btn-web a,
	.btn-link a,
	.btn-tel a {
		font-size: 1.6rem;
		padding: 15px 50px;
	}

	.btn-internal a {
		background: #000 url(img/arrow_wt.png) right 15px top 50% no-repeat;
		background-size: 3rem auto;
	}

	.btn-web a {
		background: #588AE1 url("img/arrow_wt.png") right 15px top 50% no-repeat;
		background-size: 3rem auto;
	}

	.btn-tel {
		display: block;
	}

	.btn-tel a {
		background: url("img/icon_tell.png") left 20px top 50% no-repeat, url("img/arrow_wt.png") right 15px top 50% no-repeat;
		background-color: #60A9B1;
		background-size: 16px auto, 3rem auto;
		border-radius: 50px;
		text-decoration: none;
	}

	.btn-internal:hover,
	.btn-web:hover,
	.btn-link:hover,
	.btn-tel:hover {
		opacity: 1;
	}

	.btn-tel::before,
	.btn-internal::before,
	.btn-web::before {
		top: 5px;
		left: 5px;
	}

	.btn-scroll a {
		font-size: 1.4rem;
		padding: 10px;
	}

	.accordion-title {
		font-size: 1.6rem;
		padding: 20px 0;
	}

	.btn-internal:hover a,
	.btn-web:hover a {
		transform: translate(6px, 6px) translateZ(0);
		border-width: 0 5px 5px 0;
		transition: 0.2s;
	}

	.btn-link a {
		color: #000;
		font-size: 1.6rem;
		display: block;
		text-align: center;
		position: relative;
		background: #fff;
		font-weight: bold;
		text-decoration: none;
		border-radius: 50px;
		border: 1px solid #000;
		font-family: YuMincho, 'Yu Mincho', serif;
	}

	.btn-link a::before {
		content: '';
		width: 100%;
		height: 100%;
		background: #c2c2c2;
		border-radius: 50px;
		position: absolute;
		top: 5px;
		left: 5px;
		pointer-events: none;
		z-index: -1;
	}

	.btn-web a:hover {
		opacity: 1;
		background: #e93558 url("img/arrow_wt.png") right 10px top 50% no-repeat;
		background-size: 16px auto;
	}

	.btn-web a:hover::before {
		border: 1px solid #000;
	}

	.btn-internal a:hover {
		opacity: 1;
		background: #000000 url(img/arrow_wt.png) right 15px top 50% no-repeat;
		background-size: 16px auto;
	}

	.btn-internal a:hover::before {
		border: 1px solid #657379;
	}

	/*--------------------------------------
pankuzu
---------------------------------------*/
	#pankuzuWrap {
		overflow: auto;
		white-space: nowrap;
	}

	#pankuzu {
		box-sizing: border-box;
		width: 100%;
		padding: 6px 10px 8px;
		font-size: 11px;
		font-size: 1.1rem;
		color: #838383;
	}

	#pankuzu a {
		color: #838383;
	}

	.contents .sitemap {
		padding: 0 10px;
		box-sizing: border-box;
	}

	.contents .sitemap h1:not([class]) {
		width: 100%;
	}

	.bgTxt {
		font-size: 6rem;
		margin: 0 0 2rem 0;
		letter-spacing: 1px;
	}

	.index .frame-wrap {
		display: block;
	}

	.index .frame-wrap .frame {
		width: 100%;
	}

	.index .headArea {
		padding: 0 0 0 1rem;
		margin-bottom: 3rem;
	}

	.index .blueBox::before,
	.index .headArea::before {
		left: -1.5rem;
		background-size: auto 20rem;
	}

	.index .wi1000 .titL {
		font-size: 2rem;
		margin: 0 auto 2rem;
		line-height: 1.5;
		padding: 1rem 1rem;
	}

	.index .wi1000 .titL span.red {
		font-size: 2.6rem;
	}

	.index .wi1000 .titL a {
		display: block;
		line-height: 1.4;
		background: url(img/top_h2.png) no-repeat right 50%;
		background-size: 2.5rem auto;
		padding: 0 4rem 0 0;
	}

	/*addCont01*/
	.contents .addCont01 {
		padding: 0 0 5rem;
		margin-top: 5rem;
	}

	.contents .addCont01.top {
		margin-top: 0;
	}

	.contents .addCont01 .wi1000 {
		padding: 0;
	}

	.contents .addCont01 .headArea::before {
		left: .5rem;
	}

	.contents .addCont01::before {
		top: 3rem;
		height: calc(100% - 1rem);
		background-size: 100%;
		background-repeat: repeat;
	}

	.contents .addCont01 .titL {
		font-size: 2.6rem;
		padding: 0;
	}

	.contents .addCont01 .titL span {
		font-size: 1.8rem;
	}

	.contents .addCont01 .headArea {
		margin: 1rem auto;
		padding: 0 2rem;
	}

	.contents .addCont01 .thBoxArea {
		margin: 3rem auto 0;
		width: 96%;
	}

	.contents .addCont01 .thBoxArea .sBox {
		width: 100%;
		margin: 0 0 5rem;
	}

	.contents .addCont01 .thBoxArea .sBox:last-child {
		margin-bottom: 0;
	}

	.contents .addCont01 .thBoxArea .sBox .ph img {
		width: 100%;
	}

	.contents .addCont01 .thBoxArea .sBox .comName {
		font-size: 1.8rem;
		margin: 0 auto;
		padding: 15px 10px;
	}

	.contents .addCont01 .thBoxArea .sBox .comName span {
		font-size: 2.4rem;
	}

	.contents .addCont01 .thBoxArea .sBox .com-catch {
		margin: 0 auto 2rem;
		font-size: 2.8rem;
	}

	.contents .addCont01 .thBoxArea .sBox .icon li {
		font-size: 1.2rem;
		width: calc(100% / 2 - 5px);
		float: left;
		padding: 8px 10px 6px;
	}

	.contents .addCont01 .thBoxArea .sBox .btn-web a,
	.contents .addCont01 .thBoxArea .sBox .btn-web {
		max-width: 100%;
	}

	.contents .addCont01 .thBoxArea .sBox .btn-web,
	.contents .addCont01 .thBoxArea .sBox .btn-internal,
	.contents .addCont01 .thBoxArea .sBox .btn-tel {
		width: 100%;
		margin: 20px auto;
	}

	.contents .addCont01 .thBoxArea .sBox .btn-web a,
	.contents .addCont01 .thBoxArea .sBox .btn-internal a,
	.contents .addCont01 .thBoxArea .sBox .btn-tel a {
		font-size: 1.6rem;
	}

	.contents .addCont01 .thBoxArea .sBox .btn-tel a {
		min-height: 73.88px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		box-sizing: border-box;
	}

	.four-selection__caution {
		width: 96%;
		margin: 1.5rem auto 0;
	}

	.bgTxt.four-selection img {
		margin-top: 20px;
	}

	.index .grayArea .ssTit {
		font-size: 1.8rem;
	}

	.index .grayArea .gray_txt {
		font-size: 2.3rem;
		padding: 2rem;
	}

	.contents .addCont01 .thBoxArea .sBox .btn-internal a:hover {
		background: #000 url(img/arrow_wt.png) right 1.5rem top 50% no-repeat;
		opacity: 1;
		background-size: 3rem auto;
	}

	.contents .addCont01 .thBoxArea .sBox .btn-web a:hover {
		background: #e93558 url(img/arrow_wt.png) right 1.5rem top 50% no-repeat;
		background-size: 3rem auto;
		opacity: 1;
	}


	/*addCont01-narrow*/
	.contents .addCont01-narrow {
		padding: 0 0 5rem;
		margin-top: 5rem;
	}

	.contents .addCont01-narrow.top {
		margin-top: 0;
	}

	.contents .addCont01-narrow .wi1000 {
		padding: 0;
	}

	.contents .addCont01-narrow .headArea::before {
		left: .5rem;
	}

	.contents .addCont01-narrow::before {
		top: 3rem;
		height: calc(100% - 1rem);
		background-size: 100%;
		background-repeat: repeat;
	}

	.contents .addCont01-narrow .titL {
		font-size: 2.6rem;
		padding: 0;
	}

	.contents .addCont01-narrow .titL span {
		font-size: 1.8rem;
	}

	.contents .addCont01-narrow .headArea {
		margin: 1rem auto;
		padding: 0 2rem;
	}

	.contents .addCont01-narrow .thBoxArea {
		margin: 3rem auto 0;
		width: 100%;
		flex-wrap: wrap;
	}

	.contents .addCont01-narrow .thBoxArea .sBox {
		width: 100%;
		margin: 0 0 5rem;
	}

	.contents .addCont01-narrow .thBoxArea .sBox:last-child {
		margin-bottom: 0;
	}

	.contents .addCont01-narrow .thBoxArea .sBox .ph img {
		width: 100%;
	}

	.contents .addCont01-narrow .thBoxArea .sBox .comName {
		font-size: 1.8rem;
		margin: 0 auto;
		padding: 15px 10px;
	}

	.contents .addCont01-narrow .thBoxArea .sBox .comName span {
		font-size: 2.4rem;
	}

	.contents .addCont01-narrow .thBoxArea .sBox .com-catch {
		margin: 0 auto 2rem;
	}

	.contents .addCont01-narrow .thBoxArea .sBox .icon li {
		font-size: 1.2rem;
		width: calc(100% / 2 - 5px);
		float: left;
		padding: 8px 10px 6px;
	}

	.contents .addCont01-narrow .thBoxArea .sBox .btn-web a,
	.contents .addCont01-narrow .thBoxArea .sBox .btn-web {
		max-width: 100%;
	}

	.contents .addCont01-narrow .thBoxArea .sBox .btn-web,
	.contents .addCont01-narrow .thBoxArea .sBox .btn-internal,
	.contents .addCont01-narrow .thBoxArea .sBox .btn-tel {
		width: 100%;
		margin: 20px auto;
	}

	.contents .addCont01-narrow .thBoxArea .sBox .btn-web a,
	.contents .addCont01-narrow .thBoxArea .sBox .btn-internal a,
	.contents .addCont01-narrow .thBoxArea .sBox .btn-tel a {
		font-size: 1.6rem;
	}

	.contents .addCont01-narrow .thBoxArea .sBox .btn-tel a {
		min-height: 73.88px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		box-sizing: border-box;
	}

	.contents .addCont01-narrow .thBoxArea .sBox .btn-internal a:hover {
		background: #000 url(img/arrow_wt.png) right 1.5rem top 50% no-repeat;
		opacity: 1;
		background-size: 3rem auto;
	}

	.contents .addCont01-narrow .thBoxArea .sBox .btn-web a:hover {
		background: #e93558 url(img/arrow_wt.png) right 1.5rem top 50% no-repeat;
		background-size: 3rem auto;
		opacity: 1;
	}

	/*addCont01*/
	.contents .addCont01-narrow {
		padding: 0 0 5rem;
		margin-top: 5rem;
	}

	.contents .addCont01-narrow.top {
		margin-top: 0;
	}

	.contents .addCont01-narrow .wi1000 {
		padding: 0;
	}

	.contents .addCont01-narrow .headArea::before {
		left: .5rem;
	}

	.contents .addCont01-narrow::before {
		top: 3rem;
		height: calc(100% - 1rem);
		background-size: 100%;
		background-repeat: repeat;
	}

	.contents .addCont01-narrow .titL {
		font-size: 2.6rem;
		padding: 0;
	}

	.contents .addCont01-narrow .titL span {
		font-size: 1.8rem;
	}

	.contents .addCont01-narrow .headArea {
		margin: 1rem auto;
		padding: 0 2rem;
	}

	.contents .addCont01-narrow .thBoxArea {
		margin: 3rem auto 0;
		width: 96%;
	}

	.contents .addCont01-narrow .thBoxArea .sBox {
		width: 100%;
		margin: 0 0 5rem;
	}

	.contents .addCont01-narrow .thBoxArea .sBox:last-child {
		margin-bottom: 0;
	}

	.contents .addCont01-narrow .thBoxArea .sBox .ph img {
		width: 100%;
	}

	.contents .addCont01-narrow .thBoxArea .sBox .comName {
		font-size: 1.8rem;
		margin: 0 auto;
		padding: 15px 10px;
	}

	.contents .addCont01-narrow .thBoxArea .sBox .comName span {
		font-size: 2.4rem;
	}

	.contents .addCont01-narrow .thBoxArea .sBox .com-catch {
		margin: 0 auto 2rem;
	}

	.contents .addCont01-narrow .thBoxArea .sBox .icon li {
		font-size: 1.2rem;
		width: calc(100% / 2 - 5px);
		float: left;
		padding: 8px 10px 6px;
	}

	.contents .addCont01-narrow .thBoxArea .sBox .btn-web a,
	.contents .addCont01-narrow .thBoxArea .sBox .btn-web {
		max-width: 100%;
	}

	.contents .addCont01-narrow .thBoxArea .sBox .btn-web,
	.contents .addCont01-narrow .thBoxArea .sBox .btn-internal,
	.contents .addCont01-narrow .thBoxArea .sBox .btn-tel {
		width: 100%;
		margin: 20px auto;
	}

	.contents .addCont01-narrow .thBoxArea .sBox .btn-web a,
	.contents .addCont01-narrow .thBoxArea .sBox .btn-internal a,
	.contents .addCont01-narrow .thBoxArea .sBox .btn-tel a {
		font-size: 1.6rem;
	}

	.contents .addCont01-narrow .thBoxArea .sBox .btn-tel a {
		min-height: 73.88px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		box-sizing: border-box;
	}

	.contents .addCont01-narrow .thBoxArea .sBox .btn-internal a:hover {
		background: #000 url(img/arrow_wt.png) right 1.5rem top 50% no-repeat;
		opacity: 1;
		background-size: 3rem auto;
	}

	.contents .addCont01-narrow .thBoxArea .sBox .btn-web a:hover {
		background: #e93558 url(img/arrow_wt.png) right 1.5rem top 50% no-repeat;
		background-size: 3rem auto;
		opacity: 1;
	}

	/* 下層ページ共通パーツ */
	.lower_boxs {
		padding: 2rem 1.5rem;
		margin-top: 8rem;
	}

	.lower_boxs::before {
		height: calc(100% - 4rem);
		top: 4rem;
	}

	.lower_boxs .bgTxt {
		margin: 0 0 2rem 0;
		font-size: 6rem;
	}

	.contents .lower_boxs .titL,
	.contents .lower_boxs .addTxt {
		font-size: 2.3rem;
		line-height: 1.4;
		margin-bottom: 2rem;
	}

	.lower_boxs .thBoxArea {
		margin: 5rem 0 0;
	}

	.contents .lower_boxs .thBoxArea .sBox {
		width: 100%;
		margin: 0 0 5rem;
	}

	.contents .lower_boxs .thBoxArea .sBox .comName {
		font-size: 2.5rem;
		margin: 0 -1rem 1rem;
		padding: 20px 10px;
	}

	.contents .lower_boxs .thBoxArea .sBox .com-catch {
		margin: 1.5rem auto 2rem;
	}

	.contents .lower_boxs .thBoxArea .sBox .icon li {
		font-size: 1.4rem;
		width: calc(100% / 2 - 5px);
		float: left;
		padding: 8px 10px 6px;
	}

	.contents .lower_boxs .grayArea .ssTit {
		font-size: 1.6rem;
	}

	.contents .lower_boxs .grayArea .gray_txt {
		font-size: 2.3rem;
		padding: 1.5rem;
	}

	.lower_boxs .thBoxArea .sBox .btn-web {
		margin: 2rem auto;
	}

	.lower_boxs .thBoxArea .sBox .btn-web a:hover {
		background: #e93558 url(img/arrow_wt.png) right 10px top 50% no-repeat;
		background-size: 32px auto;
		opacity: 1;
	}

	/*addCont02*/
	.index .addCont02 {
		padding: 3rem 0;
		margin: 0 auto 3rem;
	}

	.index .addCont02 .frame-wrap {
		margin: 6rem auto 0;
		display: block;
		width: 96%;
	}

	.index .addCont02 .frame-wrap .frame.check {
		width: 100%;
		margin: 0 0 5rem;
	}

	.index .addCont02 .frame-wrap .frame.check::before {
		font-size: 3.4rem;
		margin-top: 21px;
	}

	.index .addCont02 .frame-wrap .frame-head {
		font-size: 2.2rem;
	}

	.index .addCont02 .frame-wrap .frame.check .inner {
		padding: 4rem 2.5rem;
	}

	.index .addCont02 .frame-wrap .frame.check:last-child {
		margin: 0;
	}

	.index .addCont02 .frame-wrap .frame-head a {
		background-size: 2rem auto;
		padding: 0 2.5rem;
	}

	/*addCont03*/
	.index .addCont03 {
		padding: 6rem 0 3rem;
		margin: 0 auto 7rem;
	}

	.index .addCont03 .bgbd {
		padding: 2rem 0;
		width: 100%;
		margin: 4rem auto;
	}

	.index .addCont03 .bgbd .sTitArea {
		margin: 0 0 3rem 0;
		padding: 1rem 1rem 1rem 7rem;
	}

	.index .addCont03 .bgbd .sTitArea::before {
		width: 5rem;
		height: 5rem;
		font-size: 2.5rem;
		left: .5rem;
		background-size: 5rem auto;
		padding: 20px 0 0 11px;
		top: 25%;
	}

	.index .addCont03 .bgbd .sTitArea .titM {
		font-size: 1.6rem;
		/* line-height: 1.2; */
	}

	.index .addCont03 .sTitArea .catch {
		font-size: 1.8rem;
		margin: .5rem 0;
		font-weight: normal;
	}

	.index .addCont03 .sTitArea .catch span {
		font-size: 2.2rem;
	}

	.index .addCont03 .sTit-wrap {

		padding: 0 10px;
	}

	.index .addCont03 h4.sTit {
		font-size: 2.3rem;
	}

	.index .addCont03 .sTit-wrap span {
		font-size: 1.6rem;
	}

	.index .addCont03 .subBox01 .grayArea_wrap {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	.index .addCont03 .subBox01 .icon.support {
		display: block;
		margin-bottom: 3rem;
	}

	.index .addCont03 .subBox01 .icon-list {
		display: block;
		width: 100%;
		padding: 2rem 1.5rem;
		box-sizing: border-box;
		text-align: left;
		font-size: 1.8rem;
		line-height: 1.6;
		margin-bottom: 2rem;
	}

	.index .addCont03 .icon-list:nth-child(1),
	.index .addCont03 .icon-list:nth-child(2) {
		background-size: 40px;
		background-position: left 1rem center;
	}

	.index .addCont03 .icon-list__ttl {
		font-size: 1.8rem;
	}

	.index .addCont03 .subBox01 .icon-list:last-child {
		border-bottom: 1px solid #a2afb5;
	}

	.index .addCont03 .subBox01 .grayArea {
		width: 100%;
		box-sizing: border-box;
	}

	.index .addCont03 .grayArea .ssTit {
		font-size: 1.6rem;
		padding: 1.5rem;
		line-height: 1.4;
	}

	.index .addCont03 .grayArea .ssTit span {
		font-size: 1.2rem;
		color: #fff;
		display: block;
	}

	.index .addCont03 .grayArea .gray_txt {
		font-size: 2rem;
		padding: 1.5rem;
	}

	.index .grayArea .gray_txt.red {
		font-size: 2.4rem;
	}

	.index .addCont03 .grayArea .gray_txt .black {
		font-size: 1.8rem;
	}

	.index .addCont03 .subBox02 .catch {
		font-size: 1.8rem;
		margin-bottom: 1rem;
	}

	.index .addCont03 .subBox02 .dashed {
		padding: 1rem;
		margin: 0;
	}

	.index .addCont03 .subBox02 .dashed ul:not([class]) li {
		width: 100%;
		display: block;
		float: none;
		/* line-height: 2; */
		padding-right: 1rem;
		font-size: 1.4rem;
	}

	.index .addCont03 .subBox03 .frame-wrap {
		display: block;
	}

	.index .addCont03 .subBox03 .frame.kutikomi {
		width: 100%;
		margin: 0 0 3rem 0;
	}

	.index .addCont03 .subBox03 .frame.kutikomi .frame-head {
		font-size: 1.8rem;
		padding: 1.5rem;
		line-height: 1.6;
	}

	.company-info__header {
		font-size: 2rem;
		line-height: 1.5;
	}

	.company-info__lists {
		width: auto;
		display: block;
	}

	.company-info__lists li {
		width: auto;
		margin-right: 0;
	}

	.company-info__lists li::before {
		top: 6px;
	}

	/* ギミック */
	#gimmick {
		padding: 20px 0;
		margin: 1rem 0;
	}

	#gimmick ul.tab li {
		width: 30%;
		margin: 7px 1.5%;
		padding: 1rem 2rem 1rem 1rem;
		font-size: 1.4rem;
		line-height: 1.3;
	}

	#gimmick ul.tab li {
		background-size: 10px;
		background-position: right 7px center;
	}

	#gimmick ul.tab li.active {
		background-size: 10px;
		background-position: right 7px center;
	}

	#gimmick ul.tab li::before {
		top: 3px;
		left: 3px;
		border: 1px solid #000;
	}

	#gimmick .tabContentsWrap {
		padding: 1rem;
		margin: 2rem 0;
	}

	#gimmick .tabContentsWrap::before {
		width: calc(100% + 12rem);
		height: calc(100% + 25rem);
		left: -10rem;
		top: -10rem;
	}

	#gimmick .tabContents ul:not([class]) li {
		width: 48%;
		margin: 1%;
		padding: 0;
	}

	#gimmick .tabContents ul:not([class]) li:nth-child(3n) {
		margin: 1%;
	}

	#gimmick .tabContents ul:not([class]) li a img {
		width: 100%;
		height: 120px;
	}

	#gimmick .tabContents ul:not([class]) li a span {
		padding: 4px;
		font-size: 0.8rem;
		word-break: break-all;
	}

	.modalContents {
		display: block;
	}

	.modalContents .photo {
		width: 100%;
		display: block;
	}

	.modalContents .text {
		margin: 0 0 20px;
		display: block;
		width: 100%;
		padding-left: 5%;
	}

	.modalContents .text::before {
		left: 0;
		top: 0;
		background-size: auto 20rem;
	}

	.modalContents .text .title::before {
		width: 100%;
		top: 1rem;
	}

	.modalContents .text .title {
		font-size: 1.8rem;
		margin: 0;
	}

	.modalContents .text .title span {
		font-size: 1.4rem;
		padding: 3px 8px;
	}

	.modalContents .text .com-info {
		margin-bottom: 1.5rem;
	}

	.modalContents .text .com-info dt {
		padding: 0 7px;
	}

	.modalContents .text .com-info dd {
		padding-left: 1rem;
	}

	body .modaal-content-container {
		padding: 60px 15px 10px;
	}

	body .modaal-wrapper .modaal-close {
		width: 40px;
		height: 40px;
	}

	/*addCont06*/
	.index .addCont06 {
		margin: 0 auto 4rem;
	}

	.index .addCont06 .frame-wrap {
		display: flex;
		width: 100%;
		margin: 3rem auto;
	}

	.index .addCont06 .frame-wrap .frame.list {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.index .addCont06 .frame.list .frame-head a {
		font-size: 2.2rem;
		/* background-position: right 5px; */
		background-size: 2rem;
		padding-right: 2.5rem;
	}

	.index .addCont06 .frame.list .inner .dashed li {
		background: url(./img/listicon.png) 2px 5px no-repeat;
		background-size: 10px auto;
	}

	.index .addCont06 .frame.list .frame-body {
		padding-top: 0;
	}

	/*addCont08*/
	.index .addCont08 {
		padding: 7rem 0 5rem;
		margin: 0 auto;
	}

	.index .addCont08 .addTxt {
		width: 78%;
	}

	.index .addCont08 .headArea::after {
		width: 7rem;
		height: 11rem;
		background-size: 7rem auto;
		right: 0rem;
		bottom: -1rem;
	}

	.index .addCont08 .frame-wrap {
		display: block;
		width: 96%;
	}

	.index .addCont08 .frame-wrap .frame.preperation {
		width: 100%;
	}

	.index .addCont08 .frame-wrap .frame-img img {
		width: 100%;
		margin: auto;
	}

	.index .addCont08 .frame .frame-head .sttl.rank {
		padding: 25px 35px 20px 65px;
		font-size: 1.8rem;
	}

	.index .addCont08 .frame .frame-head .sttl.rank a {
		font-size: 1.8rem;
	}

	.index .addCont08 .frame .frame-head .sttl.rank::before {
		padding: 7px 0 0 10px;
	}

	/*addCont09*/
	.index .addCont09 {
		margin: 0 auto 4rem;
	}

	.index .addCont09 .frame-wrap {
		display: block;
		width: 96%;
		margin: 3rem auto 0;
	}

	.index .addCont09 .frame-wrap .frame.column {
		width: 100%;
		margin: 0 0 3rem 0;
	}

	.index .addCont09 .frame-wrap .fukiWrap {
		margin: 0 0 1rem;
	}

	.index .addCont09 .frame-wrap .fukiCatch {
		font-size: 1.3rem;
		padding: 5px 15px;
	}

	.index .addCont09 .frame-head {
		width: 90%;
		margin: 2rem auto 2.5rem;
	}

	.index .addCont09 .frame-head .sttl {
		font-size: 2rem;
		padding-bottom: 1.5rem;
	}

	.bgTxt {
		margin-bottom: 20px;
	}

	.addCont01 .bgTxt {
		margin-bottom: 10px;
	}

	.bgTxt.four-selection,
	.bgTxt.company-info,
	.bgTxt.list,
	.bgTxt.job-description,
	.bgTxt.column,
	.bgTxt.public-relations {
		text-align: center;
	}

	.bgTxt.four-selection img,
	.bgTxt.company-info img,
	.bgTxt.list img,
	.bgTxt.job-description img,
	.bgTxt.column img,
	.bgTxt.public-relations img {
		width: auto;
		max-width: 90%;
		height: auto;
		max-height: 40px;
		object-fit: cover;
	}

	.addCont08 .bgTxt {
		margin: 0;
	}

	.bgTxt.company-info {
		margin-bottom: 0;
	}

	.bgTxt.list img {
		margin-top: -10px;
	}

	.bgTxt.column img {
		margin-top: -15px;
	}

	.bgTxt.public-relations img {
		margin-top: -15px;
	}

	.contents .addCont01 .thBoxArea .sBox .com-catch span {
		font-size: 1.8rem;
	}

	.toc_parts {
		width: 90%;
		margin: 3rem auto;
		padding: 3rem 2.5rem 2rem;
	}

	.toc_parts .ttl {
		font-size: 1.6rem;
		border-left: 2px solid #BB0419;
	}

	#toc {
		margin: 1.5rem 0 0 0;
		padding: 1rem 0 0;
	}

	#toc .chapter .chapter-h {
		margin: 1rem 0;
		padding: 0 0 0 3rem;
		font-size: 1.5rem;
		line-height: 1.6;
	}

	#toc ul.chapter .chapter-h::before {
		top: 11px;
		font-size: 1.8rem;
	}

	#toc li.chapter-h.chapter-h-three {
		margin: 0.5rem 0 0.5rem 2rem;
	}

	#toc li.chapter-h.chapter-h-three::before {
		top: 6px;
		width: 6px;
		height: 6px;
	}

	#toc li.chapter-h-three+.chapter-h-two {
		margin-top: 2rem;
	}

}