@charset "utf-8";
/* CSS Document */

/* 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-900.woff2") format("woff2"), url("fonts/NS-900.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP - vertical";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/NS-900-vertical.woff2") format("woff2"), url("fonts/NS-900-vertical.woff") format("woff");
  font-display: swap;
}


/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/

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

/*--------------------------------------
　Base
---------------------------------------*/
html {
    font-size: 62.5%;
}
body {
	color: #070707;
	font-family: "Noto Sans JP";
	font-size: 1.5rem;
	line-height: 2.0em;
	min-width: 1100px;
	position: relative;
	-webkit-text-size-adjust: none;
	margin: 0;
	width: 100%;
}
.bodyInr {
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
img { 
  max-width: 100%; 
  height: auto;
}
a {
  color: #070707;
  text-decoration: underline;
	transition: all .4s;
}
a:hover {
	text-decoration: none;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.center {
	text-align: center;
}
.strong {
	font-weight: 700;
	/*background: linear-gradient(transparent 70%, #f9faca 40%);
	font-size: 1.6rem;*/
}

.f110 {font-size: 110%;}
.f120 {font-size: 120%;}
.f130 {font-size: 130%;}
.f150 {font-size: 150%;}
.f200 {font-size: 200%;}
.f300 {font-size: 300%;}

.alignCenter {
	text-align: center;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}

.sp {
	display: none;
}
.sp_br {
	display: none;
}
.contents .txt_bold {
	font-weight: 900;
	color: #a71a1c;
}
.contents .marker {
	border-bottom: solid 3px #e8b6b7;
	font-weight: 900;
}	
.contents p {
	/*width: 1000px;*/
	margin: 2rem auto 2rem;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}
.arial {
	font-family: arial, sans-serif;
}
.txt_red {
	color: #a71a1c;
}


/*--------------------------------------
　MV
---------------------------------------*/

/*--------------------------------------
　Header
---------------------------------------*/
header {
	background: #fff;
	min-height: 8.3rem;
	padding: 0 10rem 0 2rem;
	width: 100%;
}
header .headInr {
	min-height: 7rem;
	display: flex;
	justify-content: space-between;
	max-width: 110rem;
	margin: 0 auto;
}
.lower header .headInr {
	max-width: inherit;
}
header .logoBox {
	display: flex;
	gap: 3rem;
}
header .logoBox .logo {
	font-size: 2rem;
	font-weight: 900;
	position: relative;
	padding: 1.5rem 0 0;
}
header .logoBox .logo span {
	font-size: 2rem;
}
header .logoBox .logo:before {
	content: "";
	background: #070707;
	width: 1px;
	height: 55px;
	position: absolute;
	top: 0;
	right: -1.4rem;
}
header .logoBox .logo a {
	text-decoration: none;
}
header .siteNameBox {
	padding: 1rem 0 0;
}
header .siteName {
	font-size: 1.2rem;
	line-height: 1.7;
	font-weight: 900;
}
header .spon {
	font-size: 1.2rem;
	line-height: 1.7;
	font-weight: normal;
}
header .siteName a,
header .spon a {
	text-decoration: none;
}
header .rightBox {
	display: flex;
	align-items: center;
	gap: 2.5rem;
}
header .btn-web {
	width: 27.4rem;
}
.lower header .btn-web {
	position: fixed;
	top: 12px;
    right: 12rem;
	display: none;
	z-index: 10;
}
header .btn-web a {
	font-size: 1.4rem;
	background: #a71a1c url(img/arr_ccl_blank.png) no-repeat right 1.5rem center;
    background-size: 2.9rem auto;
	padding: 0.5rem 6rem 0.5rem 3rem;
	line-height: 1.3;
	text-decoration: none;
	font-weight: 900;
	display: flex;
	align-items: center;
	color: #fff;
	position: relative;
	border-radius: 6rem;
	transition: .4s;
    min-height: 5.6rem;
}
header .btn-web a:before {
	content: "";
	background: url("img/header_fuki.png") no-repeat;
	background-size: 100%;
	width: 129px;
	height: 32px;
	position: absolute;
	left: -10.5rem;
	top: 50%;
	transform: translateY(-50%)
}
.contents .btn-web a:hover {
	opacity: 0.8;
}

.menuBtn {
	background: #070707 url("img/eng_menu.png") no-repeat bottom 1rem center;
	background-size: auto 1rem;
    width: 7.2rem;
    height: 7.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menuBtn:hover {
	opacity: 0.7;
}
.menuBtn > div {
	width: 38px;
	height: 9px;
	position: relative;
	cursor: pointer;
}
.menuBtn span {
	background: #fff;
	height: 1px;
	width: 36px;
	position: absolute;
	top: 0;
	transition: .5s;
}
.menuBtn span:nth-child(1) {
	top: 2.1rem;
}
.menuBtn span:nth-child(2) {
	top: 3rem;
}
.menuBtn span:nth-child(3) {
	top: 3.9rem;
}
.menuBtn.open span {
	background: #fff;
	height: 1px;
	width: 100%;
	position: absolute;
	top: 0;
}
.menuBtn.open span:nth-child(1){
  transform: translateX(0%) translateY(5px) rotate(13deg);
}
.menuBtn.open span:nth-child(2){
  opacity: 0;
}
.menuBtn.open span:nth-child(3) {
  transform: translateX(0%) translateY(5px) rotate(-13deg);
}

/*--------------------------------------
　Global Nav_PC
---------------------------------------*/
.l-gnavi-btn-box {
	position: absolute;
    top: 1.5rem;
    right: 1.3rem;
    z-index: 1;
}
.lower .l-gnavi-btn-box {
    position: fixed;
    z-index: 100;
    top: 5px;
	display: none;
}
.l-gnavi-btn {
}
.l-gnavi-area {
  width: 400px;
  height: calc(100vh - 7rem);
  padding: 40px 0 0;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3002;
  overflow-x: hidden;
  overflow-y: scroll;
background: #a71a1c;
}
.l-gnavi-area .logo {
	display: table;
    margin: 0 auto 2rem;
	text-align: center;
}
.l-gnavi-area .logo a {
	color: #fff;
	text-decoration: none;
}
.l-gnavi-area .logo img {
	width: 13rem;
}
.l-gnavi-area .by {
	color: #fff;
	font-size: 1.2rem;
}

.l-gnavi-area--slide-right {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.l-gnavi-area--slide-left {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.l-gnavi-area--slide-down {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.l-gnavi-area--slide-up {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.l-gnavi-list {
  position: relative;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}
.l-gnavi-list__item {
  padding: 5px 0;
}
.l-gnavi-list__link {
	font-weight: 700;
  width: 90%;
  margin: 0 auto;
  padding: 15px 45px 15px 10px;
  display: block;
  text-decoration: none;
  background: #fff;
  position: relative;
	border-radius:0;
	line-height: 1.5;
}
.js-gnavi-list > .l-gnavi-list__item .l-gnavi-list__link:after,
.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link:after {
  content: "";
  right: 18px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #3c3c3c;
  border-right: 2px solid #3c3c3c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}
.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link:hover {
}
.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link:hover::after {
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link.l-gnavi-list__link--menu:after {
  content: "・・・";
  position: absolute;
  color: #3c3c3c;
  right: 5%;
  top: 17%;
  font-size: 2rem;
  letter-spacing: -10px;
  border: 0;
  -webkit-transform: none;
  transform: none;
  bottom: auto;
  width: auto;
  height: auto;
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__link--menu {
  position: relative;
}
.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__link--menu:after {
  content: "・・・";
  position: absolute;
  color: #3c3c3c;
  right: 5%;
  top: 17%;
  font-size: 2rem;
  letter-spacing: -10px;
  border: 0;
  -webkit-transform: none;
  transform: none;
  bottom: auto;
  width: auto;
  height: auto;
}
.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__link--menu:hover {
}
.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__link--menu:hover::after {
}
.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link--back {
  background: #fff;
  padding: 10px 10px 10px 45px;
  position: relative;
}
.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link--back:before {
  content: "";
  left: 18px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #3c3c3c;
  border-right: 2px solid #3c3c3c;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}
.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link--back:after,
.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link--back:hover:after {
  content: "";
  border: 0;
}
.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link--back:hover {
}
.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link--back:hover::before {
}

.l-gnavi-list__sub {
  width: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
}
.is-navi-open .l-gnavi-area {
  opacity: 1;
}
.is-navi-open .l-gnavi-area--slide-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.is-navi-open .l-gnavi-area--slide-left {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.is-navi-open .l-gnavi-area--slide-down {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.is-navi-open .l-gnavi-area--slide-up {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.is-navi-open .is-gnavi-cover {
  height: 100vh;
  overflow-y: scroll;
}
.is-navi-open .is-gnavi-cover .l-gnavi-area {
  position: static;
}


.l-gnavi-area {
    width: 450px;
 }
.l-gnavi-btn-box {
}
  .l-gnavi-btn {
  }
.l-gnavi-btn:hover {
    opacity: 0.8;
  }
/*  .l-gnavi-btn span {
    width: 30px;
    height: 4px;
    display: inline-block;
    background: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: absolute;
	  border-radius: 2px;
  }
  .l-gnavi-btn.is-active {
    border: 0;
  }
  .l-gnavi-btn.is-active span {
  }
  .l-gnavi-btn span:nth-of-type(1) {
    top: 2.6rem;
  }
  .l-gnavi-btn span:nth-of-type(2) {
    top: 3.9rem;
  }
  .l-gnavi-btn span:nth-of-type(3) {
    top: 5.2rem;
  }*/
  .l-gnavi-btn--gnavi {
    width: 72px;
    height: 72px;
    position: absolute;
    top: 2rem;
    right: 13px;
    z-index: 200;
	  border: none;
	  background: #070707;
  }
  .l-gnavi-btn--gnavi span {
    left: 0;
	  position: absolute;
	  height: 1px;
    width: 36px;
	  transition: .5s;
  }
.l-gnavi-btn.is-active span:nth-of-type(1) {
	top: 26px;
	left: 18px;
}
.l-gnavi-btn.is-active span:nth-of-type(3) {
	top: 45px;
	left: 18px;
}
  .l-gnavi-btn.is-active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
	  background: #fff;
  }
  .l-gnavi-btn.is-active span:nth-of-type(2) {
	  opacity: 0;
  }
  .l-gnavi-btn.is-active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
	  background: #fff;
  }
  .is-navi-open .l-gnavi-area--slide-left {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }



/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzuWrap {
	margin: 1.5rem auto 7rem;
}
#pankuzu {
	font-size: 1.2rem;
	margin: 0 auto;
	padding: 0;
	color: #666;
	/*max-width: 1100px;*/
	letter-spacing: normal;
}
#pankuzu a {
	color: #666;
	font-size: 1.2rem;
}
#pankuzu a:hover {
	opacity: 1;
}


/*--------------------------------------
　Footer
---------------------------------------*/
#page-top {
	position: fixed;
	width: 70px;
	bottom: 30px;
	right: 115px;
	z-index: 2;
}
#page-top:hover img {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}
footer {
	position: relative;
	padding: 0;
	margin: 10rem 0 0;
}
footer a:hover {
	text-decoration: underline;
	opacity: 1;
}
footer .ftWrap {
	background: #1d2527;
	padding: 7rem 0 0;
}
footer .areaInner {
	width: 110rem;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
footer .areaInner .footBox {
	margin: 0 0 4rem;
}
footer .areaInner .footBox:after {
	content: "";
	display: block;
	clear: both;
}
footer .areaInner .footBox .sttl {
	border-bottom: solid 1px rgba(221,206,191,0.6);
	padding: 0 0 8px 0;
	margin: 0 0 15px 0;
}
footer .areaInner .footBox .sttl a {
	font-size: 1.8rem;
	padding: 3px 0 3px 0;
	color: #fff;
	display: block;
	font-weight: 900;
	text-decoration: none;
	letter-spacing: normal;
}
footer .areaInner .footBox .sttl a:hover {
	opacity: 0.6;
}
footer .areaInner .footBox .accChild {
	padding: 0 2rem;
}
footer .areaInner .footBox .accChild li {
	display: inline;
	margin: 0 0 10px;
	padding: 0 0.1rem 0 0.05rem;
	vertical-align: top;
}
footer .areaInner .footBox .accChild li:after {
    content: "　/　";
    letter-spacing: 0;
	color: #fff;
}
footer .areaInner .footBox .accChild li:last-child:after {
    content: none;
}
footer .areaInner .footBox .accChild .sp {
	display: none;
}
footer .areaInner .footBox .accChild li a {
	font-size: 1.5rem;
	color: #fff;
	font-weight: normal;
	padding: 0;
	line-height: 1.4;
	text-decoration: none;
	letter-spacing: normal;
}
footer .areaInner .footBox .accChild li a:hover {
	text-decoration: underline;
}
footer .areaInner .footBox .accChild .subCat li a {
	background: none;
	padding: 0;
}
footer .areaInner .footBox .accChild .subList {
	display: block;
	padding: 0;
	margin: 0 0 0 10px;
}
footer .areaInner .footBox .accChild .subList li {
	width: auto;
	display: block;
	margin: 0;
	padding: 0 0 0 30px;
	position: relative;
}
footer .areaInner .footBox .accChild .subList li:before {
	content: "└";
	padding: 0 6px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
footer .areaInner .footBox .accChild .subList li a {
	font-size: 1.3rem;
}
footer .areaInner .noticeArea {
	margin: 4rem auto 3rem;
	width: 640px;
}
footer .areaInner .noticeArea p {
	font-size: 1.2rem;
	line-height: 1.8;
	color: #333;
	text-align: center;
}
footer .areaInner .botPrg {
	font-size: 1.2rem;
	line-height: 1.7;
	color: #fff;
	margin: 0;
}
footer .botArea {
	padding: 4px 0 2rem;
}
footer .botArea .botInner {
	padding: 0;
	text-align: center;
}
footer p.copy {
	font-size: 1.3rem;
	float: none;
	color: #fff;
	text-align: center;
	display: inline;
	letter-spacing: normal;
}
footer p.copy a {
	text-decoration: none;
	color: #fff;
}
footer p.copy a:hover {
	text-decoration: underline;
}
footer .aboutBox {
	background: #ececec;
	padding: 6rem 0 4rem;
}
footer .aboutBox .flexBox {
	display: flex;
	gap: 7rem;
	justify-content: center;
	align-items: center;
	max-width: 100rem;
	margin: 0 auto;
	position: relative;
}
footer .aboutBox .logo_zk {
	max-width: 20rem;
}
footer .aboutBox .tit {
	font-size: 2rem;
	font-weight: 900;
	letter-spacing: 0.025em;
	margin: 0 0 2rem;
}
footer .aboutBox .txtBox {
	flex: 1;
}
footer .aboutBox .btn-link {
	text-align: right;
	margin: 2rem 0 0;
}
footer .aboutBox .btn-link a {
	text-decoration: none;
	font-weight: 900;
	background: url("img/arr_base_right.png") no-repeat right center;
	background-size: 1.5rem auto;
	padding: 5px 2.5rem 5px 0;
}
footer .aboutBox .btn-link a:hover {
	text-decoration: underline;
}
footer .twoColBox {
	display: flex;
	gap: 8rem;
	margin: 0 0 7rem;
}
footer .twoColBox .logoBox {
	width: 45rem;
}
footer .twoColBox .logoBox a {
	text-decoration: none;
}
footer .twoColBox .logoBox a:hover {
	opacity: 0.8;
}
footer .twoColBox .logoBox .logo {
	width: 19rem;
	margin: 0 0 3rem;
}
footer .twoColBox .logoBox .logo img {
	width: 100%;
}
footer .twoColBox .notice {
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.8;
	margin: 0 0 1.5rem;
	letter-spacing: normal;
}
footer .twoColBox .colBox {
	flex: 1;
}



/*--------------------------------------
　Main Contents
---------------------------------------*/

.contents {
	/*overflow: hidden;*/
}
.index {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.category,
.page {
	max-width: 1000px;
	margin: 0 auto;
}
.wi1000 {
	max-width: 1000px;
	margin: 0 auto;
}
.wi1100 {
	max-width: 1100px;
	margin: 0 auto;
}
.wi1200 {
	max-width: 1200px;
	margin: 0 auto;
}

/* ================== */
/*  メインコンテンツ　*/
/* ================== */
.h1Area {
	background: url("img/bg_gray.png");
	position: relative;
}
.h1Box {
	min-height: 27.3rem;
	width: 100rem;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 4rem 0 6rem;
}
.h1Box:before {
	content: "";
	background: url("/wp/wp-content/uploads/deco_h1.png") no-repeat;
	background-size: 100%;
	width: 24.1rem;
	height: 23.4rem;
	position: absolute;
	bottom: 0;
	right: -12.5rem;
}
.h1Area h1 {
	font-size: 4.8rem;
	color: #a71a1c;
	font-weight: 900;
	line-height: 1.5;
	word-break: break-all;
	position: relative;
	letter-spacing: 0.025em;
	z-index: 1;
    padding: 0 10rem 0 0;
}
.h1Area .by {
	font-size: 1.2rem;
	color: #707070;
	line-height: 1.5;
	position: absolute;
	bottom: 1.5rem;
	left: 0;
}
.h1Inr {
	background: url("img/line_dot.png") repeat-x bottom left;
}
.category h2,
.page h2 {
	letter-spacing: 0.05em;
	line-height: 1.5;
	font-size: 3.2rem;
	font-weight: 900;
	padding: 1rem 2rem 1.2rem;
	word-break: break-all;
	margin: 6.5rem auto 3rem;
	position: relative;
	border: solid 1px #070707;
}
.category h3,
.page h3 {
	letter-spacing: 0.05em;
	line-height: 1.5;
	font-size: 2.6rem;
	font-weight: 900;
	padding: 1.5rem 2rem 1.5rem 9rem;
	margin: 6rem auto 3rem;
	position: relative;
	background: url("img/deco_h3.png") no-repeat left 1.2rem center, url("img/bg_gray.png");
	background-size: 4.3rem auto, auto;
}
.category h3:before,
.page h3:before {
	content: "";
	background: #070707;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 7rem;
}
.category h4, .page h4,
.category h5, .page h5,
.category h6, .page h6 {
	letter-spacing: 0.05em;
	font-size: 2.2rem;
	font-weight: 900;
	line-height: 1.5;
	padding: 0 2rem 1.5rem 5px;
	margin: 4rem auto 3rem;
	border-bottom: solid 1px #070707;
	position: relative;
}
.category h2 a, .page h2 a, .category h3 a, .page h3 a, .category h4 a, .category h5 a, .category h6 a,
.page h4 a, .page h5 a, .page h6 a {
	text-decoration: none;
	background: url("img/arr_ccl_right_bla.png") no-repeat right center;
	background-size: 24px auto;
	display: block;
	padding: 2px 4rem 2px 0;
	width: 100%;
}

.sitemap.page h2 {
	margin: 8rem auto 2rem;
}
/*.sitemap .contents ul {
    margin: 2rem auto 6rem;
}*/

/* li */
.contents ul {
	margin: 2rem auto;
	padding: 1rem 0 0 2rem;
}
.contents ul li {
	padding: 0 0 6px 20px;
	background: url(img/icon_dot.png) 0 7px no-repeat;
	background-size: 12px auto;
	line-height: 1.6;
}
.contents ul li a,
.contents ol li a  {
	text-decoration: underline;
}
.contents ul li a:hover,
.contents ol li a:hover {
	opacity: 1;
	text-decoration: none;
}
.contents ol {
	margin: 2rem auto;
    padding: 1rem 0 0 2rem;
}
.contents ol li {
	padding: 2px 0 2px 25px;
	list-style: none;
	position: relative;
	counter-increment: number;
	line-height: 1.6;
}
.contents ol li::before {
	font-family: arial, sans-serif;
	display: block;
	background-color: #5088b5;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 8px;
	left: 0;
	color: #fff;
	text-align: center;
	line-height: 1.3;
	font-size: 1.2rem;
}
.contents ol li:nth-child(-n + 9):before {
	content: counter(number);
}
.contents ol li:nth-child(n + 10):before {
	content: counter(number);
}


/* ================== */
/*  テーブル　　　　　*/
/* ================== */
.contents table {
	table-layout: fixed;
	margin: 3rem auto 3rem;
	border: solid 1px #070707;
}
.contents table th {
	font-size: 1.5rem;
	background: #f2f2f2;
	width: 25%;
	padding: 18px 15px;
	line-height: 1.6;
	text-align: center;
	font-weight: 900;
	word-wrap: break-word;
	border-bottom: solid 1px #070707;
	border-right: solid 1px #070707;
}
.contents table td {
	font-size: 1.4rem;
	line-height: 1.6;
	padding: 16px 15px;
	background: #fff;
	text-align: left;
	word-wrap: break-word;
	border-bottom: solid 1px #070707;
	border-right: solid 1px #070707;
}
.contents table tr:last-child th,
.contents table tr:last-child td {
	border-bottom: none;
}
.contents table tr th:last-child,
.contents table tr td:last-child {
	border-right: none;
}
.contents .caption {
    margin: 8px 0 0;
    font-size: 1rem;
    line-height: 1.4;
    word-break: break-all;
    color: #999;
	/*overflow-x: auto;
	white-space: nowrap;
	-ms-overflow-style: none;
    scrollbar-width: none;*/
}
/*.contents .caption::-webkit-scrollbar {
	display:none;
}*/
.contents .caption a {
	color: #999;
    text-decoration: underline;
}
.contents .caption a:hover {
    text-decoration: none;
	opacity: 1;
}





/*--------------------------------------
　float img
---------------------------------------*/
.contents .float-wrap{
margin: 4rem auto;
}
.contents .float-wrap img {
width: 100%;
}
.contents .float-wrap p {
line-height: 2;
padding: 0;
width: auto;
font-size: 1.5rem;
}
.contents .float-wrap .flame {
position: relative;
}
.contents .float-wrap .fl {
width: 330px;
padding: 0 3rem 1rem 0;
text-align: center;
}
.contents .float-wrap .fr {
width: 330px;
padding: 0 0 1rem 3rem;
text-align: center;
}
.contents .float-wrap.center {
}
.contents .float-wrap.center .float-img {
	max-width: 70rem;
}
.contents .float-wrap.center .float-img img {
    width: auto;
}
.contents .float-wrap.center .caption {
    text-align: center;
}
.contents .float-img {
width: auto;
margin: 0 auto 2rem;	
}
.contents .float-wrap.center p {
text-align: left;
}
.contents .float-wrap .catch,
.contents .catchTxt{font-size: 2.6rem;font-weight: 900;line-height: 1.6;margin: 0 0 1.5rem;background: none;border: none;padding: 0;width: auto;letter-spacing: 0.025em;}
.contents .float-wrap.center .catch {
}
.contents .float-wrap .catch:before {
content: none;
}
.contents .float-wrap .catch a {
text-decoration: none;
}
.contents .float-wrap ul {
margin: 2rem auto;
padding: 0;
}
.contents .float-wrap ul li {
font-size: 1.5rem;
}



/*  btns*/
.contents .btn-internal,
.contents .btn-web,
.contents .btn-tel {
	margin: 3rem auto;
	padding: 0;
	max-width: 43rem;
	position: relative;
}
.contents .btn-internal a,
.contents .btn-web a {
	padding: 1.5rem 6rem 1.5rem 6rem;
	line-height: 1.6;
	text-decoration: none;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	position: relative;
	border-radius: 6rem;
	transition: .4s;
    min-height: 8.6rem;
}
.contents .btn-internal a:hover,
.contents .btn-web a:hover {
	opacity: 0.8;
}
.contents .btn-internal a {
	background: #5088b5 url("img/arr_ccl_right.png") no-repeat right 2rem center;
	background-size: 3.2rem auto;
}
.contents .btn-web a {
	background: #a71a1c url("img/arr_ccl_blank.png") no-repeat right 2rem center;
	background-size: 3.2rem auto;
}

.contents .btn-tel {
	display: none;
}
.contents .btn-link {
	margin: 20px auto;
	padding: 0;
	text-align: right;
}
.contents .btn-link a {
	background: url("img/arr_base_right.png") no-repeat right center;
	background-size: 1.6rem auto;
	position: relative;
	display: inline-block;
	padding: 0.7rem 2.5rem 0.7rem 0;
	line-height: 1.3;
	text-decoration: underline;
	/* font-weight: 900; */
	letter-spacing: normal;
}
.contents .btn-link a:hover {
	opacity: 1;
	text-decoration: none;
}


.contents .btn-check {
    margin-top: 6rem;
}
.contents .btn-internal .fuki_ora,
.contents .btn-web .fuki_ora {
    font-size: 1.5rem;
    padding: 7px 38px 8px;
    margin: 0;
    position: absolute;
    top: -3rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}



/*---------------------
　TITLE
-----------------------*/
.secTitBox {
	position: relative;
	margin-bottom: 6rem;
}
.secTit {
	font-size: 6.1rem;
	font-weight: 900;
	line-height: 1.5;
	margin: 0 auto;
	margin-bottom: 4rem;
	letter-spacing: 0.05em;
	display: table;
	text-align: center;
}
.secTit a {
	text-decoration: none;
	background: url("img/arr_ccl_right_bla.png") no-repeat center right;
	background-size: 4.1rem auto;
	padding: 0 6rem 0 0;
}
.secTit .waku_sty {
	padding: 0 2rem 4px;
	background: #fff;
}
.secTit .waku_sty:nth-child(1) {
	position: relative;
    top: auto;
}
.secTitBox .eng {
	width: auto;
	height: 1.5rem;
	text-align: center;
	margin-bottom: 3rem;
}
.secTitBox .eng img {
	max-height: 100%;
	width: auto;
	max-width: inherit;
}
.marker5 {
	border-bottom: solid 5px #a71a1c;
}
.marker6 {
	border-bottom: solid 6px #a71a1c;
}

/*---------------------
　COMMON　PART
-----------------------*/

/*---------------------
　目次
-----------------------*/
.contents .tocBox{
	margin: 7rem auto 7rem;
	position: relative;
	background: #f9f7f4;
	padding: 0;
	width: 80rem;
}
.contents .tocBox .tocInr {
}
.contents .tocBox .sTit {
	padding: 0 0 0 4rem;
	font-weight: 900;
	font-size: 2rem;
	min-height: 6rem;
	display: flex;
	align-items: center;
	border-bottom: solid 2px #fff;
	position: relative;
	letter-spacing: 0.05em;
	background: url("img/icon_ccl_plus.png") no-repeat right 2rem center;
	background-size: 32px auto;
	cursor: pointer;
}
.contents .tocBox .sTit.active {
	background: url("img/icon_ccl_minus.png") no-repeat right 2rem center;
	background-size: 32px auto;
}
.contents .tocBox .sTit:hover {
	color: #a71a1c;
}
.contents .tocBox .sTit:before {
	content: "";
	background: url("img/eng_index.png") no-repeat;
	background-size: 100%;
	width: 5rem;
	height: 1.2rem;
	position: absolute;
	top: calc(50% - 0.5rem);
    left: 11rem;
}
.contents .tocBox .toc {
	position: relative;
	padding: 3rem 4rem;
	display: none;
}
.contents .whBox ul {
	margin: 0 0 0 3.4rem;
	padding: 0;
	width: 100%;
}
.contents .whBox ul li {
	list-style: decimal-leading-zero;
	font-size: 1.6rem;
	color: #a71a1c;
	font-weight: 900;
	position: relative;
	padding: 0;
	margin-bottom: 1rem;
	background: none;
}
.contents .whBox ul li:last-child {
	margin-bottom: 0;
}
.contents .whBox ul li > a {
	text-decoration: none;
	font-size: 1.6rem;
}
.contents .whBox ul li a:hover {
	opacity: 1;
	text-decoration: underline;
}
.contents .whBox ul li br{
	display: none;
}
.contents .whBox ul ul {
	margin: 1rem 0;
}
.contents .whBox ul ul li {
	padding: 0 0 0 17px;
	background: url("img/icon_sub.png") no-repeat left top 6px;
	background-size: 10px auto;
	margin: 0 0 6px;
	list-style: none;
}
.contents .whBox ul ul li:first-child {
    background: url(img/icon_sub.png) no-repeat left top 6px;
    background-size: 8px auto;
    padding: 0 0 0 17px;
    margin: 0 0 6px;
}


/*---------------------
　関連記事
-----------------------*/
.contents .relatedLink {
	margin: 10rem auto;
}
.contents .relatedLink .sTit {
	background: none;
}
.contents .relatedLink .sTit:hover {
	color: #070707;
	opacity: 1;
}
.contents .relatedLink .sTit:before {
	background: url("img/eng_link.png") no-repeat;
	background-size: 100%;
	width: 5rem;
	height: 1.4rem;
	left: 14rem;
}
.contents .relatedLink .whBox {
	padding: 3rem 4rem;
}
.contents .relatedLink ul {
	padding: 0;
	margin: 0;
}
.contents .relatedLink ul li {
	padding: 0;
    margin: 0 0 1.5rem;
	list-style: none;
	background: none;
}
.contents .relatedLink ul li:last-child {
    margin: 0;
}
.contents .relatedLink ul li a {
    font-weight: 400;
	background: url("img/arr_ccl_right_bla.png") no-repeat center right;
	background-size: 2.6rem auto;
	padding: 3px 4rem 3px 0;
	display: block;
}
.contents .relations-box__body p {
	margin: 0;
}


/*---------------------
　2つ並びのボタン
-----------------------*/
.contents .btns-flex {
	display: flex;
	justify-content: center;
	gap: 3rem;
	margin: 10rem auto;
}
.contents .btns-flex .btn-internal,
.contents .btns-flex .btn-web {
    width: 43rem;
	margin: 0;
}


/*---------------------
　アイコン付き見出し
-----------------------*/
.contents .title-icon {
	border: none;
	border-radius: 0;
	background: url("img/bg_note.png");
	padding: 2rem 2rem 2rem 11rem;
	position: relative;
	margin: 6rem 0 4rem;
	font-size: 2.2rem;
	font-weight: 900;
	line-height: 1.5;
	color: #070707;
}
.contents .title-icon:before {
	content: "";
	background: url("img/icon_point.png") no-repeat;
	background-size: 100%;
	width: 8rem;
	height: 8rem;
	position: absolute;
	top: -2rem;
	left: 1.3rem;
}

/*---------------------
　吹き出しコメントパーツ
-----------------------*/
.parts_comment {
	 margin: 8rem auto 8rem;
}
.parts_comment .commentBox {
	display: flex;
	align-items: center;
	gap: 6.5rem;
	margin-bottom: 4rem;
}
.parts_comment .commentBox.reverse {
	flex-direction: row-reverse;
}
.parts_comment .commentBox:last-child {
	margin-bottom: 0;
}
.parts_comment .commentBox .fukiBox {
	flex: 1;
	background: #fff;
	border: solid 1px #070707;
	position: relative;
	padding: 3rem 4rem;
}
.parts_comment .commentBox .fukiBox:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -2.4rem;
    width: 2.4rem;
    height: 3.2rem;
    background: url("img/comment_fuki.png") no-repeat;
	background-size: 100%;
}
.parts_comment .commentBox.reverse .fukiBox:before {
	right: auto;
	left: -2.4rem;
	transform: scale(-1, 1) translateY(-50%);
}
.parts_comment .commentBox .fukiBox p {
	margin: 0;
	font-size: 1.7rem;
}
.parts_comment .commentBox .tit {
	font-weight: 900;
	line-height: 1.5;
	margin: 0 0 2rem;
	font-size: 2.2rem;
	letter-spacing: 0.025em;
}
.parts_comment .commentBox .picBox {
	width: 20rem;
}
.parts_comment .commentBox .picBox img {
	width: 20rem;
	height: 20rem;
	object-fit: cover;
	border-radius: 50%;
}
.parts_comment .commentBox .picBox .name {
	font-size: 1.5rem;
	font-weight: 900;
	margin: 0.5rem 0 0;
	line-height: 1.5;
}
.parts_comment .commentBox .picBox p {
	font-size: 1rem;
	margin: 0.5rem 0 0;
	line-height: 1.8;
}


/*---------------------
　監修パーツ
-----------------------*/
.contents .parts_sv {
    margin: 10rem auto 10rem;
	background: url("img/eng_sv.png") no-repeat bottom left,url("img/bg_note.png");
	background-size: auto 5rem, auto;
	padding: 4rem 5rem 5rem;
	overflow: hidden;
	position: relative;
}
.contents .parts_sv .by {
	font-size: 1.4rem;
	margin-bottom: 3rem;
}
.contents .parts_sv .catch {
	font-size: 4.6rem;
	font-weight: 900;
	line-height: 1.6;
	letter-spacing: 0.025em;
	max-width: 57rem;
	margin-bottom: 4rem;
}
.contents .parts_sv .catch > div {
	display: inline;
	background: url("img/line_dot.png") repeat-x bottom left;
}
.contents .parts_sv .picBox {
	width: 26.8rem;
	position: absolute;
	top: 5rem;
	right: 5rem;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.contents .parts_sv .picBox img {
	width: 24.9rem;
	margin-bottom: 1rem;
}
.contents .parts_sv .svTit {
	font-family: "Noto Sans JP - vertical";
	color: #5088b5;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	background: url("img/icon_book_blue.png") no-repeat top center;
	background-size: 47px auto;
	padding: 5rem 1rem 0;
	position: absolute;
	left: -5.5rem;
}
.contents .parts_sv .picBox .txt01 {
	font-size: 1.5rem;
	font-weight: 900;
	line-height: 1.6;
	text-align: left;
	margin: 0;
	letter-spacing: 0.025em;
}
.contents .parts_sv .picBox .txt02 {
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: left;
	margin: 1rem 0 0;
	letter-spacing: 0.025em;
}
.contents .parts_sv .picBox .txt02 span {
	font-size: 2.8rem;
	font-weight: 900;
}
.contents .parts_sv .txtBox {
	max-width: 57rem;
}
.contents .parts_sv .txtBox p {
}
.contents .parts_sv .btns-flex {
    margin: 4rem auto 0;
}
.contents .parts_sv .btns {
    display: flex;
	justify-content: flex-end;
	gap: 2rem;
	margin-top: 4rem;
}
.contents .parts_sv .btn-link {
    margin: 0;
}



/*---------------------
　まとめパーツ
-----------------------*/
.contents .parts_sum {
    margin: 10rem auto 10rem;
	background: url("img/eng_summery.png") no-repeat right top, url("img/bg_gray.png");
	background-size: auto 5rem, auto;
	overflow: hidden;
	padding: 6rem 5rem 5rem;
}
.contents .parts_sum .row {
	display: flex;
	gap: 5.5rem;
	align-items: center;
	margin-bottom: 3rem;
}
.contents .parts_sum .logo {
}
.contents .parts_sum .logo img {
	width: 16.5rem;
}
.contents .parts_sum .txtBox {
	flex: 1;
}
.contents .parts_sum .label_black {
	color: #a71a1c;
	font-size: 1.8rem;
	font-weight: 900;
	letter-spacing: 0.025em;
	padding: 0 0 1rem;
	margin: 0 0 2rem;
	border-bottom: solid 1px #707070;
	position: relative;
}
.contents .parts_sum .label_black:before {
	content: "";
	background: #707070;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -1px;
	right: -100%;
}
.contents .parts_sum p {
}
.contents .parts_sum .btns-flex {
	margin: 4rem 0 0;
}



/*---------------------
　Q&Aパーツ
-----------------------*/
.contents .parts_qa {
	/* margin: 6rem auto 10rem; */
	margin: 3rem auto 5rem;
}
.contents .parts_qa .qaBox {
	margin: 0 0 6rem;
}
.contents .parts_qa .qaBox:last-child {
	margin: 0;
}
.contents .parts_qa .qBox {
	display: flex;
	align-items: center;
	margin-bottom: 3.5rem;
	border: solid 1px #070707;
}
.contents .parts_qa .qIcon {
	width: 17rem;
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
}
.contents .parts_qa .qIcon p {
	color: #a71a1c;
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1.5;
	margin: 0.3rem 0 0;
}
.contents .parts_qa .qTit {
	font-size: 2.2rem;
	font-weight: 900;
	letter-spacing: 0.025em;
	line-height: 1.6;
	position: relative;
	flex: 1;
	border: none;
	background: none;
	padding: 2rem;
	border-left: solid 1px #070707;
}
.contents .parts_qa .aBox {
	position: relative;
	margin-bottom: 3rem;
}
.contents .parts_qa .aBox:last-child {
	margin-bottom: 0;
}
.contents .parts_qa .aBox .txtBox {
	background: #f2f2f2;
	padding: 1rem 5rem 1rem;
}
.contents .label_blue {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 900;
	line-height: 1.5;
	position: relative;
	background: #5088b5;
	text-align: center;
	padding: 3px 3rem;
	letter-spacing: 0.025em;
	display: table;
	min-width: 14rem;
	min-height: 3.1rem;
	left: 2rem;
}
.contents .parts_qa .aTit {
	border: none;
	background: none;
	font-size: 2.2rem;
	font-weight: 900;
	line-height: 1.6;
	margin: 2rem 0 2rem;
}




/*---------------------
　共通パーツ
-----------------------*/
.lower_bottom {
	margin: 10rem 0;
}
.lower_bottom .cta {
	max-width: 100rem;
	margin: 0 auto;
}
.lower_bottom .cta a {
	background: url("img/lb_bg.jpg") no-repeat top center;
	background-size: cover;
	display: block;
	text-decoration: none;
	padding: 4rem 4rem 5rem 10rem;
	position: relative;
}
.lower_bottom .cta a:before {
	content: "";
	background: url("img/lb_label.png") no-repeat;
	background-size: 100%;
	width: 74px;
	height: 187px;
	position: absolute;
	top: -2rem;
	left: 1rem;
	z-index: 1;
}
.lower_bottom .cta a:after {
	content: "";
	background: url("img/lb_tri.png") no-repeat;
	background-size: 100%;
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 1.5rem;
	right: 1.5rem;
}
.lower_bottom .cta .titBox {
	color: #fff;
	font-size: 2.8rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin: 0 0 2rem;
}
.lower_bottom .cta .wakuBox {
	color: #fff;
	font-size: 3rem;
	font-weight: 900;
	letter-spacing: 0.05em;
}
.lower_bottom .cta .wakuBox .waku {
	background: #fff;
	border: solid 1px #070707;
	font-size: 5rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	color: #070707;
	padding: 0.1rem 1rem 0.3rem;
	line-height: 1.53;
}
.lower_bottom .cta .wakuBox .dtl {
	margin-left: 1rem;
}
.lower_bottom .cta .svBox {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	gap: 0rem;
	position: absolute;
	top: -7.5rem;
	right: 2rem;
}
.lower_bottom .cta .per  {
	width: 18.8rem;
	transform: scale(-1, 1);
}
.lower_bottom .cta .name {
	font-size: 1.1rem;
	color: #fff;
	text-align: right;
	margin: 0;
}
.lower_bottom .cta .name span {
	font-size: 2rem;
	font-weight: 900;
}


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

.pc, .pc_br {
	display: none;
}
.sp, .sp_br {
	display: block;
}

body {
	font-size: 1.5rem;
	min-width: 320px;
	overflow-x: hidden;
	line-height: 1.8;
}
a:hover {
	opacity: 1;
}
.inner, .wi1100, .wi1000, .wi1200 {
    width: 100%;
    margin: 0 auto;
	max-width: 100%;
}	
.lower {
    margin-top: 0;
}


/*--------------------------------------
　Header
---------------------------------------*/
header {
	background: #fff;
	min-height: 4rem;
	height: 4rem;
	padding: 2px 2rem 0 1rem;
	position: static;
	overflow: hidden;
}
header .headInr {
	min-height: 4rem;
	display: block;
}
header .logoBox {
	display: block;
}
header .logoBox .logo {
	font-size: 1rem;
	font-weight: 400;
	padding: 1.5rem 0 0;
}
header .logoBox .logo span {
	font-size: 1rem;
}
header .logoBox .logo:before {
	content: none;
}
header .siteNameBox {
	padding: 1rem 0 0;
}
header .siteName,
header .spon {
	font-size: 1rem;
	line-height: 1.5;
	font-weight: normal;
}
header .siteName a,
header .spon a {
	text-decoration: none;
}
header .rightBox {
	display: none;
}
header .btn-web {
	display: none;
}

.menuBtn {
    width: 4rem;
    height: 4rem;
}
.menuBtn:hover {
	opacity: 1;
}
.menuBtn > div {
	width: 38px;
	height: 9px;
	position: relative;
	cursor: pointer;
}
.menuBtn span {
	height: 1px;
	width: 22px;
}
.menuBtn span:nth-child(1){
	/* top: 1rem; */
	top: 1.3rem;
}
.menuBtn span:nth-child(2) {
	/* top: 1.5rem; */
	top: 1.9rem;
}
.menuBtn span:nth-child(3) {
	/* top: 2rem; */
	top: 2.5rem;
}
.menuBtn.open span {
	background: #078fb4;
	height: 1px;
	width: 100%;
	position: absolute;
	top: 0;
}
.menuBtn.open span:nth-child(1) {
  transform: translateX(0%) translateY(5px) rotate(13deg);
}
.menuBtn.open span:nth-child(3) {
  transform: translateX(0%) translateY(5px) rotate(-13deg);
}

/*--------------------------------------
　Global Nav_SP
---------------------------------------*/
.menuBtn {
    background: #070707 url(img/eng_menu.png) no-repeat bottom 1.1rem center;
    background-size: auto 0.6rem;
    width: 5rem;
    height: 5rem;
}
.lower .l-gnavi-btn-box {
    position: fixed;
    z-index: 100;
    top: 0;
	right: 0;
}

.l-gnavi-btn-box.sp {
	position: fixed;
	right: 0;
	top: 0;
}
.l-gnavi-area {
  width: 400px;
  height: 100vh;
  padding: 60px 0 0;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3002;
  overflow-x: hidden;
  overflow-y: scroll;
}
.l-gnavi-area .logo {
	display: table;
    margin: 0 auto 2rem;
}
.l-gnavi-area--slide-right {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.l-gnavi-area--slide-left {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.l-gnavi-area--slide-down {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.l-gnavi-area--slide-up {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.l-gnavi-list {
  position: relative;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}
.l-gnavi-list__item {
  padding: 5px 0;
}
.l-gnavi-list__link {
  width: 90%;
  margin: 0 auto;
  padding: 15px 45px 15px 10px;
  display: block;
  text-decoration: none;
  background: #fff;
  position: relative;
	line-height: 1.5;
}
.js-gnavi-list > .l-gnavi-list__item .l-gnavi-list__link:after,
.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link:after {
  content: "";
  right: 18px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #3C3C3C;
  border-right: 2px solid #3C3C3C;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}
.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link:hover {
}
.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link:hover::after {
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link.l-gnavi-list__link--menu:after {
  content: "・・・";
  position: absolute;
  color: #0b0082;
  right: 5%;
  top: 17%;
  font-size: 2rem;
  letter-spacing: -10px;
  border: 0;
  -webkit-transform: none;
  transform: none;
  bottom: auto;
  width: auto;
  height: auto;
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__link--menu {
  position: relative;
}
.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__link--menu:after {
  content: "・・・";
  position: absolute;
  color: #3C3C3C;
  right: 5%;
  top: 17%;
  font-size: 2rem;
  letter-spacing: -10px;
  border: 0;
  -webkit-transform: none;
  transform: none;
  bottom: auto;
  width: auto;
  height: auto;
}
.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__link--menu:hover {
}
.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__link--menu:hover::after {
}
.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link--back {
  background: #fff;
  padding: 10px 10px 10px 45px;
  position: relative;
}
.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link--back:before {
  content: "";
  left: 18px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #3c3c3c;
  border-right: 2px solid #3c3c3c;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}
.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link--back:after,
.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link--back:hover:after {
  content: "";
  border: 0;
}
.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link--back:hover {
}
.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link--back:hover::before {
}

.l-gnavi-list__sub {
  width: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
}
.is-navi-open .l-gnavi-area {
  opacity: 1;
}
.is-navi-open .l-gnavi-area--slide-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.is-navi-open .l-gnavi-area--slide-left {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.is-navi-open .l-gnavi-area--slide-down {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.is-navi-open .l-gnavi-area--slide-up {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.is-navi-open .is-gnavi-cover {
  height: 100vh;
  overflow-y: scroll;
}
.is-navi-open .is-gnavi-cover .l-gnavi-area {
  position: static;
}
	
  .l-gnavi-area {
    width: 100%;
  }
  .l-gnavi-btn.is-active {
    border: 0;
  }
  .l-gnavi-btn.is-active span {
  }
  .l-gnavi-btn:hover {
    color: #666;
  }
  .l-gnavi-btn:active {
    color: #666;
  }
  .l-gnavi-btn--gnavi {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 200;
  }
  .l-gnavi-btn--gnavi span {
    width: 24px;
  }
  .l-gnavi-btn--gnavi span:nth-of-type(1) {
    top: 0;
  }
  .l-gnavi-btn--gnavi span:nth-of-type(3) {
    top: 10px;
  }

  .l-gnavi-btn.is-active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-40deg);
	  top: 9px;
	  left:9px;
	}
  .l-gnavi-btn.is-active span:nth-of-type(2) {
  }
	.l-gnavi-btn.is-active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(40deg);
	          top: 29px;
		left: 9px;
  }
  .is-navi-open .l-gnavi-area--slide-left {
    transform: translateX(0);
  }
	
	
/*--------------------------------------
　Footer
---------------------------------------*/
#page-top {
	position: fixed;
	width: 55px;
	bottom: 10px;
	right: 3%;
}
#page-top:hover {
	opacity: 1;
}
footer a:hover {
    text-decoration:none;
	opacity: 1;
}
footer {
	width: 100%;
	padding: 0;
	margin: 6rem 0 0;
	position: relative;
}
footer .ftWrap {
	padding: 4.5rem 0 0;
}
footer .areaInner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
footer .logo a {
	display: block;
}
footer .logo a:hover {
	opacity: 1;
}
footer .areaInner .footBox {
	margin: 0;
}
footer .areaInner .footBox:first-of-type {
	border-top: solid 1px rgba(221, 206, 191, 0.6);
}
footer .areaInner .footBox .sttl {
    border-bottom: solid 1px rgba(221, 206, 191, 0.6);
}
footer .areaInner .footBox .sttl a {
	display: block;
	font-size: 1.5rem;
	background: url("img/arr_ccl_right.png") right 15px center no-repeat;
	background-size: 19px auto;
	padding: 15px 40px 14px 3%;
	line-height: 1.5;
	font-weight: 900;
}
footer .areaInner .footBox .sttl.tglMenu a {
	background: url("img/icon_plus_wh.png") right 18px center no-repeat;
	background-size: 14px auto;
	padding: 15px 40px 14px 3%;
}
footer .areaInner .footBox .sttl a:hover {
    text-decoration: none;
	opacity: 1;
}
footer .areaInner .footBox .sttl.open a{
	background: url("img/icon_minus_wh.png") right 18px center no-repeat;
	background-size: 14px auto;
}
footer .areaInner .footBox .sttl {
	padding: 0;
	margin: 0;
}
footer .areaInner .footBox .accChild {
	display: none;
	padding: 0;
	margin: 0;
	/*background: #fff;*/
}
footer .areaInner .footBox .accChild li {
	float: none;
	padding: 0;
	background: none;
	margin: 0;
	display: block;
	width: 100%;
}
footer .areaInner .footBox .accChild .sp {
    display: block;
}
/*footer .areaInner .footBox .accChild .sp a {
   padding: 14px 40px 14px 4%;
}*/
footer .areaInner .footBox .accChild li a {
	display: block;
	background: #070707 url("img/arr_ccl_right.png") right 15px center no-repeat;
	background-size: 19px auto;
	border-bottom: solid 1px rgba(221, 206, 191, 0.6);
	padding: 14px 40px 14px 4%;
	font-size: 1.3rem;
	text-decoration: none;
}
footer .areaInner .footBox .accChild li:last-child a {
	/*border-bottom: none;*/
}
footer .areaInner .footBox .accChild li a:hover {
    text-decoration: none;
}
footer .areaInner .footBox .accChild .subCat li a {
	background: #070707 url("img/arr_ccl_right.png") right 15px center no-repeat;
	background-size: 19px auto;
}
footer .areaInner .footBox .accChild li.subCat {
	/*border-top: solid 1px #bbc6ce;*/
}
footer .areaInner .footBox .accChild li.subCat a {
	padding: 14px 40px 14px 4%;
}
footer .areaInner .footBox .accChild li.subCat:last-child a {
	/*border-bottom: none;*/
}
footer .areaInner .footBox .accChild li.subCat:last-child .subList:last-child a {
	/*border-bottom: none;*/
}
footer .areaInner .footBox .accChild .subList {
	padding: 0;
	margin: 0;
	float: none;
	display: block;
}
footer .areaInner .footBox .accChild .subList li {
    margin: 0;
	width: 100%;
	display: block;
	padding: 0;
}
footer .areaInner .footBox .accChild .subList li a {
	padding: 14px 40px 14px 5%;
	font-size: 1.2rem;
	background: #070707 url("img/arr_ccl_right.png") right 15px center no-repeat;
	background-size: 19px auto;
}
footer .areaInner .footBox .accChild .subList li a:before {
	/*content: "└";
	color: #b4965c;*/
	padding: 0 0.5rem 0 0;
}
footer .areaInner .footBox .accChild .subList li:last-child a {
}
footer .areaInner .footBox .accChild li:after {
	content: none;
}
footer .areaInner .footBox .accChild li:last-child:after {
	content: none;
}
footer .areaInner .footBox .accChild .subList li::after {
    content: none;
}
footer .areaInner .footBox .accChild .subList li:first-child::before {
    content: none;
}
footer .areaInner .footBox .accChild .subList li::before {
    content: none;
}
footer .areaInner .noticeArea {
	width: 80%;
	margin: 30px auto 20px;
	padding: 0;
	font-size: 1.1rem;
	line-height: 1.8em;
}
footer .areaInner .noticeArea p {
	font-size: 1.1rem;
	text-align: left;
	font-weight: normal;
	color: #fff;
}
footer .areaInner .botPrg {
	font-size: 1rem;	
	text-align: center;
	padding: 0 4% 20px;
	line-height: 1.4;
	margin: 0;
	color: #fff;
}
footer .botArea {
	padding: 0 4%;
	background: none;
}
footer p.copy {
	margin: 0;
	padding: 0;
	font-size: 1.0rem;
	line-height: 1.6;
	text-align: center;
	float: none;
	color: #fff;
	display: block;
}
footer p.copy a {
    color: #fff;
}
footer p.copy a:hover {
	text-decoration: underline;
}	
footer a {
	text-decoration: none;
}
footer .botArea .botInner {
    width: 100%;
    margin: 0 auto;
    padding: 2rem 0;
}
footer .aboutBox {
	padding: 5rem 5.3% 3.5rem;
}
footer .aboutBox .flexBox {
	flex-direction: column;
	gap: 5rem;
	max-width: 100%;
}
footer .aboutBox .logo_zk {
	max-width: 14rem;
}
footer .aboutBox .tit {
	font-size: 1.8rem;
	margin: 0 0 1.5rem;
}
footer .aboutBox .txtBox {
}
footer .aboutBox .btn-link {
}
footer .aboutBox .btn-link a {
	background: url("img/arr_base_right.png") no-repeat right center;
	background-size: 2rem auto;
	padding: 0.7rem 3rem 0.7rem 0;
}
footer .aboutBox .btn-link a:hover {
	text-decoration: none;
}
footer .twoColBox {
	flex-direction: column;
	gap: 2rem;
	margin: 0;
}
footer .twoColBox .logoBox {
	width: 100%;
	padding: 0 3rem;
}
footer .twoColBox .logoBox a:hover {
	opacity: 1;
}
footer .twoColBox .logoBox .logo {
	width: 11.9rem;
	margin: 0 auto 3rem;
}
footer .twoColBox .notice {
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.8;
	margin: 0 0 1.5rem;
	letter-spacing: normal;
}
footer .twoColBox .colBox {
	flex: 1;
}
	
	
	
	
/*--------------------------------------
pankuzu
---------------------------------------*/
#pankuzuWrap {
	overflow: auto;
	white-space: nowrap;
    width: 100%;
	margin: 1rem 0;
}
#pankuzu {
	width: 100%;
	padding: 0;
	font-size: 1.1rem;
	margin: 0 auto;
	background: none;
}	
#pankuzu span {
	font-size: 1.1rem;
}	
#pankuzu a {
    font-size: 1.1rem;
}	
	
	
/*--------------------------------------
　Main Contents
---------------------------------------*/

.contents {
	margin: 0;
	padding: 0;
	width: 100%;
}
.index,
.category,
.page {
  float: none;
  width: 100%;
}
.category,
.page {
	padding: 0 5.3%;
}
.contents p {
    margin: 2rem auto 2rem;
    padding: 0;
    width: 100%;
}
	
/* ================== */
/*  メインコンテンツ　*/
/* ================== */
	
.h1Area {
}
.h1Box {
	min-height: inherit;
	width: 100%;
	padding: 3rem 5.3% 8rem;
}
.h1Box:before {
	content: "";
	background: url("/wp/wp-content/uploads/deco_h1.png") no-repeat;
	background-size: 100%;
	width: 7.6rem;
	height: 7.1rem;
	position: absolute;
	bottom: 0;
	right: 5px;
}
.h1Area h1 {
	font-size: 2.5rem;
	padding: 0;
}
.h1Area .by {
	font-size: 1.1rem;
	width: 73%;
	position: absolute;
	bottom: 1.5rem;
	left: 5.3%;
}
.category h2,
.page h2 {
	font-size: 2.2rem;
	padding: 1rem 1rem 1rem 2rem;
	margin: 4rem auto 2rem;
	line-height: 1.4;
}
.category h3,
.page h3 {
	font-size: 1.8rem;
	padding: 1rem 1rem 1rem 7rem;
	margin: 4rem auto 2rem;
	position: relative;
	background: url(img/deco_h3.png) no-repeat left 0.8rem center, url(img/bg_gray.png);
	background-size: 3.2rem auto, auto;
}
.category h3:before, .page h3:before {
    left: 5rem;
}
.category h4, .page h4,
.category h5, .page h5,
.category h6, .page h6 {
	font-size: 1.8rem;
	padding: 0 1rem 1.5rem 5px;
	margin: 3rem auto 2rem;
}
.category h4:before, .page h4:before, .category h5:before, .page h5:before, .category h6:before, .page h6:before {
    width: 5rem;
}
.category h2 a, .page h2 a, .category h3 a, .page h3 a, .category h4 a, .category h5 a, .category h6 a,
.page h4 a, .page h5 a, .page h6 a {
	background: url("img/arr_ccl_right_bla.png") no-repeat right center;
	background-size: 19px auto;
	padding: 0 2.5rem 0 0;
}
.sitemap.page h2 {
	margin: 4rem auto 1rem;
}	
	
	
	
.contents ul{
/*margin: 2rem 3% 2rem;*/
margin: 2rem auto 2rem;
padding: 1rem 1rem 0;
}
.contents ul li {
padding: 0 0 0.6rem 1.5rem;
margin: 0 0 0.2rem;
background: url(img/icon_dot.png) 0 8px no-repeat;
background-size: 11px auto;
}
.contents ul li:last-child {
margin: 0;
}
	
.contents ol {
/*margin: 2rem 3% 2rem;*/
margin: 2rem auto 2rem;
padding: 1rem 1rem 0;
}
.contents ol li{
padding: 0 0 0.6rem 2rem;
list-style: none;
position: relative;
counter-increment: number;
margin: 0 0 0.2rem;
}
.contents ol li:last-child {
margin: 0;
}
.contents ol li::before{
display: block;
width: 16px;
height: 16px;
position: absolute;
top: 5px;
left: -2px;
color: #fff;
text-align: center;
letter-spacing: -0.5px;
line-height: 1.5;
font-size:1.1rem;
font-family: Arial, Helvetica," sans-serif";
}

.contents ol li:nth-child(-n + 9):before {
  content: counter(number);
}
.contents ol li:nth-child(n + 10):before {
  content: counter(number);
}
	
	
	
	
	
/* ================== */
/*  テーブル　　　　　*/
/* ================== */
/*.contents .tableTxt {
	text-align: center;
	color: #999;
	font-size: 1.3rem;
}
.contents .table-srcoll {
	overflow-x: scroll;
	margin: 1.5rem auto 2rem;
}*/
.contents table {
	width: 100%;
	table-layout: fixed;
	margin: 30px auto 30px;
	border-bottom: none;
	border-radius: 0;
}
.contents table th {
	width: 100%;
	padding: 1.3rem 8%;
	line-height: 1.6;
	text-align: center;
	font-size: 1.4rem;
	display: block;
	border: none;
	border-bottom: solid 1px #070707;
}
.contents table td {
	width: 100%;
	display: block;
	line-height: 1.6;
	padding: 1.3rem 8%;
	font-size: 1.4rem;
	text-align: center;
	word-wrap: break-word;
	border: none;
	border-bottom: solid 1px #070707;
}
.contents table tr:last-child th,
.contents table tr:last-child td {
    border-bottom: solid 1px #070707;
}
	
	
.contents table.normal {
	display: table;
}
.contents table.normal th {
	width: 40%;
	display: table-cell;
	border: solid 1px #070707;
	padding: 1.3rem 4%;
}
.contents table.normal td {
	width: auto;
	display: table-cell;
	border: solid 1px #070707;
	padding: 1.3rem 4%;
}	
	
/*.contents .table-srcoll table {
	margin: 0;
	white-space: nowrap;
	width: 100%;
	table-layout: auto;
	display: table;
}
.contents .table-srcoll table th {
	width: 25%;
	display: table-cell;
	padding: 1.3rem;
	line-height: 1.6;
	text-align: center;
	font-size: 1.4rem;
	word-wrap: inherit;
	border-right: solid 1px #cdcdcd;
}
.contents .table-srcoll table td {
	width: 75%;
	display: table-cell;
	line-height: 1.6;
	padding: 1.3rem;
	font-size: 1.4rem;
	text-align: center;
	word-wrap: inherit;
}*/
	

/*--------------------------------------
　float img
---------------------------------------*/
.contents .float-wrap {
	margin: 3.5rem auto;
	padding: 0;
}
.contents .float-wrap img{
	width: auto;
}
.contents .float-wrap .flame {
	position: relative;
	text-align: center;
}
.contents .float-wrap .fl {
	width: 100%;
	padding: 0;
	text-align: center;
	float: none;
}
.contents .float-wrap .fr {
	padding: 0;
	width: 100%;
	text-align: center;
	float: none;
}
.contents .float-wrap .center {
	width: 100%;
	margin: 0 auto 1.5rem;
	padding: 0;
	text-align: center;
}
.contents .float-wrap.center img {
    width: auto;
}
.contents .float-wrap .catch,
.contents .catchTxt {
	font-size: 1.8rem;
	line-height: 1.6;
	margin: 0 0 1rem;
	padding: 0;
}
.contents .float-wrap p {
    line-height: 1.8;
	padding: 0;
}
.contents .float-wrap table {
	width: 100%;
	margin: 0 0 2rem;
}
.contents .float-wrap .fl.t_small{
	width: 100%;
	padding: 0;
	text-align: center;
	float: none;
}	
.contents .float-wrap .fr.t_small{
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	float: none;
}
.contents .float-img {
    width: 100%;
    margin: 0 auto 1.5rem;

}	
.contents .float-wrap .caption,
.contents .float-wrap .caption {
}
	
	
	
	
	
	
/*  btns*/
.contents .btn-internal,
.contents .btn-web,
.contents .btn-tel {
	margin: 2rem auto;
	padding: 0;
	width: 96%;
	position: relative;
}
.contents .btn-internal a,
.contents .btn-web a {
	padding: 1.5rem 4.5rem 1.5rem 4.5rem;
	line-height: 1.6;
	border-radius: 6rem;
    min-height: 7rem;
	font-size: 1.5rem;
}
.contents .btn-internal a:hover,
.contents .btn-web a:hover {
	opacity: 1;
}
.contents .btn-internal a {
    background: #5088b5 url(img/arr_ccl_right.png) no-repeat right 1.5rem center;
    background-size: 2.4rem auto;
}
.contents .btn-web a {
    background: #a71a1c url(img/arr_ccl_blank.png) no-repeat right 1.5rem center;
    background-size: 2.4rem auto;
}
.contents .btn-tel {
	display: block;
}
.contents .btn-tel a {
	background: #8CA82C url("img/icon_tel.png") no-repeat left 3rem center;
	background-size: 1.5rem auto;
	line-height: 1.4;
    text-decoration: none;
    font-weight: 900;
    display: flex;
    align-items: center;
    position: relative;
	justify-content: center;
	min-height: 7rem;
	padding: 1.5rem 5rem 1.5rem 5.5rem;
	border-radius: 6em;
	color: #fff;
}	
.contents .btn-link a {
	background: url("img/arr_base_right.png") no-repeat right center;
	background-size: 1.8rem auto;
	padding: 0.7rem 3rem 0.7rem 0;
}
.contents .btn-link a:hover {
	text-decoration: none;
}
	
	
	
/* 共通パーツ*/	
	
	
/*---------------------
　TITLE
-----------------------*/
.secTitBox {
	position: relative;
	margin-bottom: 3rem;
}
.secTit {
	font-size: 3rem;
	margin-bottom: 3rem;
}
.secTit a {
	text-decoration: none;
	background: url("img/arr_ccl_right_bla.png") no-repeat center right;
	background-size: 2.4rem auto;
	padding: 0 3.5rem 0 0;
}
.secTit .waku_sty {
	padding: 0 2rem 4px;
	background: #fff;
}
.secTit .waku_sty:nth-child(1) {
	position: relative;
    top: -2px;
}
.secTitBox .eng {
	height: 0.9rem;
	margin-bottom: 2rem;
}
.marker5 {
	border-bottom: solid 3px #a71a1c;
}
.marker6 {
	border-bottom: solid 4px #a71a1c;
}
	
	
/*---------------------
　COMMON　PART
-----------------------*/
/*---------------------
　目次
-----------------------*/
.contents .tocBox{
	margin: 4rem auto 3rem;
	width: 100%;
}
.contents .tocBox .sTit {
	padding: 0 0 0 2rem;
	font-size: 1.6rem;
	min-height: 5rem;
	border-bottom: solid 2px #fff;
	background: url("img/icon_ccl_plus.png") no-repeat right 2rem center;
	background-size: 24px auto;
}
.contents .tocBox .sTit.active {
	background: url("img/icon_ccl_minus.png") no-repeat right 2rem center;
	background-size: 24px auto;
}
.contents .tocBox .sTit:hover {
	color: #070707;
}
.contents .tocBox .sTit:before {
	width: 4.2rem;
	height: 1rem;
	position: absolute;
	top: calc(50% - 0.3rem);
    left: 7rem;
}
.contents .tocBox .toc {
	padding: 2rem 2rem;
}
.contents .whBox ul {
	margin: 0 0 0 3.4rem;
	padding: 0;
	width: auto;
}
.contents .whBox ul li {
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
.contents .whBox ul li > a {
	text-decoration: none;
	font-size: 1.5rem;
}
.contents .whBox ul li a:hover {
	text-decoration: none;
}
.contents .whBox ul ul {
	margin: 1rem 0;
}
.contents .whBox ul ul li {
	padding: 0 0 0 17px;
	background: url("img/icon_sub.png") no-repeat left top 6px;
	background-size: 10px auto;
	margin: 0 0 6px;
}
.contents .whBox ul ul li:first-child {
    background: url(img/icon_sub.png) no-repeat left top 6px;
    background-size: 8px auto;
    padding: 0 0 0 15px;
    margin: 0 0 6px;
}


/*---------------------
　関連記事
-----------------------*/
.contents .relatedLink {
	margin: 6rem auto 6rem;
}
.contents .relatedLink .sTit {
    background: none;
}
.contents .relatedLink .sTit:before {
	width: 4rem;
	height: 1rem;
	left: 10rem;
}
.contents .relatedLink .whBox {
	padding: 2rem 2rem;
}
.contents .relatedLink ul {
    padding: 0;
    margin: 0;
}
.contents .relatedLink ul li {
    margin: 0 0 1.5rem;
}
.contents .relatedLink ul li a {
	background: url("img/arr_ccl_right_bla.png") no-repeat center right;
	background-size: 2.4rem auto;
	padding: 3px 4rem 3px 0;
	display: block;
}





/*---------------------
　2つ並びのボタン
-----------------------*/
.contents .btns-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2rem;
	margin: 6rem auto;
	flex-direction: column;
}
.contents .btns-flex .btn-internal,
.contents .btns-flex .btn-web {
	width: 96%;
	margin: 0;
}


/*---------------------
　アイコン付き見出し
-----------------------*/
.contents .title-icon {
	padding: 1.2rem 2rem 1.2rem 8rem;
	margin: 4rem 0 3rem;
	font-size: 1.8rem;
	line-height: 1.5;
}
.contents .title-icon:before {
	width: 5.6rem;
	height: 5.6rem;
	top: -2rem;
	left: 1rem;
}

/*---------------------
　吹き出しコメントパーツ
-----------------------*/
.parts_comment {
	 margin: 6rem auto 6rem;
}
.parts_comment .commentBox {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2.5rem;
	margin-bottom: 6rem;
}
.parts_comment .commentBox.reverse {
	flex-direction: column;
}
.parts_comment .commentBox:last-child {
	margin-bottom: 0;
}
.parts_comment .commentBox .fukiBox {
	position: relative;
	padding: 2.5rem 2rem 2rem;
}
.parts_comment .commentBox .fukiBox:before {
    top: auto;
    bottom: -23px;
    transform: rotate(90deg);
	left: auto;
    right: 4rem;
    width: 2rem;
    height: 2.8rem;
}
.parts_comment .commentBox.reverse .fukiBox:before {
	top: auto;
    bottom: -23px;
    transform: rotate(90deg);
	left: auto;
    right: 4rem;
    width: 2rem;
    height: 2.8rem;
}
.parts_comment .commentBox .fukiBox p {
	font-size: 1.5rem;
}
.parts_comment .commentBox .tit {
	margin: 0 0 1.5rem;
	font-size: 1.9rem;
}
.parts_comment .commentBox .picBox {
	width: 100%;
	display: flex;
	justify-content: end;
	flex-direction: row-reverse;
	gap: 1rem;
}
.parts_comment .commentBox .picBox img {
	width: 10rem;
	height: 10rem;
}
.parts_comment .commentBox .nameBox {
	width: 15.5rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.parts_comment .commentBox .picBox .name {
	font-size: 1.6rem;
	margin: 1rem 0 0;
	line-height: 1.5;
}
.parts_comment .commentBox .picBox p {
	font-size: 1.1rem;
	margin: 0.5rem 0 0;
	line-height: 1.8;
}


/*---------------------
　監修パーツ
-----------------------*/
.contents .parts_sv {
    margin: 6rem auto;
	background: url("img/bg_note.png");
	background-size: auto;
	padding: 3rem 2rem 3rem;
	overflow: inherit;
}
.contents .parts_sv .by {
	font-size: 1.4rem;
	margin-bottom: 2rem;
	text-align: right;
}
.contents .parts_sv .catch {
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.6;
	letter-spacing: 0.025em;
	max-width: 57rem;
	margin-bottom: 3rem;
}
.contents .parts_sv .catch > div {
	display: inline;
	background: url("img/line_dot.png") repeat-x bottom left;
}
.contents .parts_sv .picBox {
	width: 100%;
	position: static;
	text-align: center;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}
.contents .parts_sv .picBox img {
	width: 14.4rem;
	margin-bottom: 0;
}
.contents .parts_sv .svTit {
	font-size: 1.8rem;
	background: url("img/icon_book_blue.png") no-repeat top center;
	background-size: 30px auto;
	padding: 3rem 1rem 0;
	letter-spacing: 0.1em;
	position: absolute;
	left: 1rem;
	top: -1rem;
}
.contents .parts_sv .picBox .txt01 {
	font-size: 1.2rem;
}
.contents .parts_sv .picBox .txt02 {
	font-size: 1.1rem;
	margin: 1rem 0 0;
}
.contents .parts_sv .picBox .txt02 span {
	font-size: 2rem;
}
.contents .parts_sv .txtBox {
	max-width: 100%;
}
.contents .parts_sv .txtBox p {
}
.contents .parts_sv .btns-flex {
    margin: 3rem auto 0;
}
.contents .parts_sv .btns {
    display: flex;
	justify-content: flex-end;
	flex-direction: column;
	gap: 0;
	margin-top: 3rem;
}



/*---------------------
　まとめパーツ
-----------------------*/
.contents .parts_sum {
    margin: 6rem auto 6rem;
	padding: 2.5rem 2rem 3rem;
    background: url(img/bg_gray.png);
}
.contents .parts_sum .row {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	align-items: center;
	margin: 0;
}
.contents .parts_sum .logo {
	padding: 0;
}
.contents .parts_sum .logo img {
	width: 10.3rem;
}
.contents .parts_sum .txtBox {
	flex: 1;
}
.contents .parts_sum .label_black {
    margin: 0 0 2rem;
}
.contents .parts_sum .btns-flex {
	margin: 3rem 0 0;
}





/*---------------------
　Q&Aパーツ
-----------------------*/
.contents .parts_qa {
	/* margin: 6rem auto 10rem; */
	margin: 3rem auto 5rem;
}
.contents .parts_qa .qaBox {
	margin: 0 0 6rem;
}
.contents .parts_qa .qaBox:last-child {
	margin: 0;
}
.contents .parts_qa .qBox {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-bottom: 3.5rem;
	border: solid 1px #070707;
}
.contents .parts_qa .qIcon {
	width: 100%;
	height: 5.2rem;
	border-bottom: solid 1px #070707;
}
.contents .parts_qa .qIcon p {
	font-size: 1.6rem;
	margin: 0.3rem 0 0;
	color: #5088b5;
	text-align: left;
	padding: 0 2rem;
}
.contents .parts_qa .qTit {
	font-size: 1.7rem;
	line-height: 1.6;
	padding: 2rem;
	border: none;
}
.contents .parts_qa .aBox {
	margin-bottom: 2rem;
}
.contents .parts_qa .aBox .txtBox {
	border-radius: 0 0.6rem 0.6rem 0.6rem;
	padding: 1rem 2rem 1rem;
}
.contents .label_blue {
	font-size: 1.4rem;
	padding: 3px 2.5rem;
	min-width: 12rem;
	min-height: 2.3rem;
}
.contents .label_blue:before {
	width: 8px;
	height: 8px;
}
.contents .parts_qa .aTit {
	font-size: 1.7rem;
	line-height: 1.6;
	margin: 1.5rem 0;
}



/*---------------------
　共通パーツ
-----------------------*/
.lower_bottom {
	margin: 7rem 0;
}
.lower_bottom .cta {
	max-width: 100rem;
	margin: 0 auto;
}
.lower_bottom .cta a {
	background: url("img/lb_bg_sp.jpg") no-repeat top center;
	background-size: cover;
	display: block;
	text-decoration: none;
	padding: 1.8rem 0 1.5rem;
	position: relative;
}
.lower_bottom .cta a:before {
	content: "";
	background: url("img/lb_label.png") no-repeat;
	background-size: 100%;
	width: 36px;
	height: 92px;
	position: absolute;
	top: -2rem;
	left: 1rem;
	z-index: 1;
}
.lower_bottom .cta a:after {
	content: "";
	background: url("img/lb_tri.png") no-repeat;
	background-size: 100%;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 1rem;
	right: 1rem;
}
.lower_bottom .cta .titBox {
	font-size: 1.2rem;
	line-height: 1.5;
	margin: 0 0 1rem 5rem;
}
.lower_bottom .cta .wakuBox {
	font-size: 1.5rem;
	padding: 0 0 0 1rem;
}
.lower_bottom .cta .wakuBox .waku {
	font-size: 2.4rem;
	padding: 0.3rem 0.5rem 0.3rem;
	line-height: 1.7;
}
.lower_bottom .cta .wakuBox .dtl {
	margin-left: 1rem;
}
.lower_bottom .cta .svBox {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0.2rem;
	position: absolute;
	top: -6.2rem;
	right: 1.5rem;
}
.lower_bottom .cta .per  {
	width: 8.2rem;
}
.lower_bottom .cta .name {
	font-size: 1rem;
	text-align: left;
	line-height: 1.3;
}
.lower_bottom .cta .name span {
	font-size: 1.4rem;
}


	
	
	
	


.fixBot {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
	width: 23.5rem;
}	
.fixBot a {
    color: #fff;
	font-weight: 900;
	line-height: 1.4;
	background: #a71a1c url("img/arr_ccl_blank.png") no-repeat right 1.5rem center;
	background-size: 2rem auto;
	display: block;
	border-radius: 0 2.5rem 0 0;
	font-size: 1.3rem;
	text-decoration: none;
	padding: 0.8rem 3rem 0.6rem 2rem;
}	
.fixBot a span {
	font-size: 1.6rem;
}
	
	
}