@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: 800;
  src: url("fonts/NS-800.woff2") format("woff2"), url("fonts/NS-800.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP-vertical";
  font-style: normal;
  font-weight: 800;
  src: url("fonts/NS-800-vertical.woff2") format("woff2"), url("fonts/NS-800-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: #000;
	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;
	background: #f9f1e6;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
img { 
  max-width: 100%; 
  height: auto;
}
a {
  color: #000;
  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: 800;
	color: #048a81;
}
.contents .marker {
	background: linear-gradient(transparent 70%, rgba(235,89,1,0.3) 70%);
	font-weight: 800;
}	
.contents p {
	/*width: 1000px;*/
    margin: 2rem auto;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}
.arial {
	font-family: arial, sans-serif;
}


/*--------------------------------------
　Header
---------------------------------------*/
.fixHeader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	background: #fff;
	z-index: 50;
	box-shadow: 4px 4px 15px 1px rgba(80, 80, 80, 0.2);
	display: none;
}
.fixHeader .headerInr {
display: flex;
    align-items: center;
    justify-content: space-between;
}
.fixHeader .logo {
	width: 11rem;
}
.fixHeader .rightBox {
}
.fixHeader .btn-web {
	text-align: center;
	padding: 0;
	width: 30rem;
	margin: 0 10rem 0 0;
}
.fixHeader .btn-web a {
	padding: 1rem 6rem;
	text-align: center;
	line-height: 1.6;
	text-decoration: none;
	font-size: 1.4rem;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	position: relative;
	border-radius: 6rem;
	transition: .4s;
	height: 100%;
}
.fixHeader .btn-web a:hover {
	opacity: 0.7;
}
.fixHeader .btn-web a {
	background: #048a81 url("img/icon_blank.png") no-repeat right 2rem center;
	background-size: 2.2rem auto;
}


.mv {
	position: relative;
	padding: 2.5rem 0 0;
	background: url("img/mv_lower.jpg") no-repeat top center;
	background-size: cover;
	height: 16rem;
}
.mv .rightBox {
	position: absolute;
	top: 1rem;
	right: 1rem;
}
.mv .siteName {
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.6;
	text-align: right;
	text-shadow: 0 0 5px rgba(80,80,80,0.6),0 0 5px rgba(80,80,80,0.6),0 0 5px rgba(80,80,80,0.6),0 0 5px rgba(80,80,80,0.6);
}
.mv .siteName a {
	font-size: 1.3rem;
	color: #fff;
	text-decoration: none;
}

.mv .lower-mv .siteName a,
.mv .lower-mv .by{
	color:#000;
	text-shadow: 0 0 3px #ffffff,0 0 5px #ffffff,0 0 3px #ffffff,0 0 3px #ffffff;
}
.mv .by {
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.1;
	text-shadow: 0 0 5px rgba(80,80,80,0.8),0 0 5px rgba(80,80,80,0.8),0 0 5px rgba(80,80,80,0.8),0 0 5px rgba(80,80,80,0.8);
	/* margin: 1rem 0 0; */
	text-align: right;
}
.home .mv {
	background: url("img/mv_home_bg.jpg") no-repeat center;
	background-size: cover;
	height: 44vw;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home .mv .ccl {
	max-width: 41vw;
	margin: 0 auto;
}


/*--------------------------------------
　Global Nav_PC
---------------------------------------*/
.l-gnavi-btn {
  display: none;
}
.l-gnavi-area {
  width: 400px;
  height: 100vh;
  padding: 80px 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: url("img/bg_ora_rep.jpg");
}
.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;
	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 #0b0082;
  border-right: 2px solid #0b0082;
  -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: #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: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 #0b0082;
  border-right: 2px solid #0b0082;
  -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 .logo {
    margin: 0 auto 3rem;
	text-align: center;
}
.l-gnavi-area .logo a {
    text-decoration: none;
}
.l-gnavi-area .logo img {
    width: 16rem;
    margin: 0 auto;
}
  .l-gnavi-area {
    width: 450px;
  }
.l-gnavi-btn-box {
	position: fixed;
	top: 2.5rem;
	right: 3rem;
	z-index: 100;
	display: none;
}
  .l-gnavi-btn {
    width: 4.2rem;
    height: 5rem;
    display: block;
	  position: relative;
    cursor: pointer;
  }
.l-gnavi-btn:hover {
    opacity: 0.8;
  }
  .l-gnavi-btn span {
    width: 42px;
    height: 2px;
    display: inline-block;
    background: #eb5901;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: absolute;
  }
  .l-gnavi-btn.is-active {
    border: 0;
  }
  .l-gnavi-btn.is-active span {
  }
  .l-gnavi-btn span:nth-of-type(1) {
    top: 0;
  }
  .l-gnavi-btn span:nth-of-type(2) {
    top: 1.2rem;
  }
  .l-gnavi-btn span:nth-of-type(3) {
    top: 2.4rem;
  }
  .l-gnavi-btn--gnavi {
    width: 30px;
    height: 23px;
    background: none;
    position: absolute;
    top: 29px;
    right: 15px;
    z-index: 200;
  }
  .l-gnavi-btn--gnavi span {
    width: 100%;
    left: 0;
  }
  .l-gnavi-btn--gnavi span:nth-of-type(1) {
    top: 0;
  }
  .l-gnavi-btn--gnavi span:nth-of-type(2) {
    top: 10px;
  }
  .l-gnavi-btn--gnavi span:nth-of-type(3) {
    top: 20px;
  }
  .l-gnavi-btn.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    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) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    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: 3rem auto 0;
}
#pankuzu {
	font-size: 1.2rem;
	margin: 0 auto;
	padding: 0;
	color: #666;
	width: 1100px;
	letter-spacing: normal;
}
#pankuzu a {
	color: #666;
	font-size: 1.2rem;
}
#pankuzu a:hover {
	opacity: 1;
}



/*--------------------------------------
　Side
---------------------------------------*/
#side {
    float: right;
    width: 27rem;
    margin: 0 0 10rem;
}
#side .sideBox {
  margin: 0 0 4rem;
}
#side .sideBox .sttl {
	margin: 0 0 5px;
}
#side .sideBox .sttl a {
	display: flex;
	align-items: center;
	padding: 1.6rem 1.5rem 1.6rem 1.5rem;
	background: #e9e1d7;
	line-height: 1.5;
	text-decoration: none;
	position: relative;
	font-weight: 800;
	font-size: 1.6rem;
	min-height: 8rem;
}
/*#side .sideBox .sttl a:before {
	content: "";
	background:url("img/icon_comma.png") no-repeat;
	background-size: 100%;
	width: 3rem;
	height: 2.2rem;
	position: absolute;
	top: -5px;
	left: 1rem;
}
#side .sideBox .sttl a:after {
	content: "";
	background:url("img/icon_comma.png") no-repeat;
	background-size: 100%;
	width: 3rem;
	height: 2.2rem;
	position: absolute;
	bottom: -5px;
	right: 1rem;
	transform: rotate(180deg);
}*/
#side .sideBox ul {
	margin: 0;
	padding: 0;
}
#side .sideBox li {
	border-bottom: solid 1px #514e4b;
	padding: 0;
	background: none;
}
#side .sideBox li a {
	background: url("img/arr_ccl_gray_right.png") no-repeat center right 1rem;
	background-size: 2rem auto;
	font-size: 1.4rem;
	display: block;
	line-height: 1.6;
	padding: 1.3rem 4rem 1.3rem 1rem;
	text-decoration: none;
}
#side .sideBox li a:hover {
	opacity: 0.6;
}



/*--------------------------------------
　Footer
---------------------------------------*/
.page-top {
	position: fixed;
	width: 70px;
	bottom: 30px;
	right: 30px;
	z-index: 100;
}
.page-top:hover img {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}
footer {
	background: #514e4b;
	position: relative;
	padding: 4rem 0 0;
	margin: 10rem 0 0;
}
footer a:hover {
	text-decoration: underline;
	opacity: 1;
}
footer .logo {
	width: 16rem;
	margin: 0 auto 3rem;
}
footer .logo a:hover {
	opacity: 0.7;
}
footer .areaInner {
	width: 1100px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
footer .areaInner .footBox {
	margin: 0 0 5rem;
}
footer .areaInner .footBox:after {
	content: "";
	display: block;
	clear: both;
}
footer .areaInner .footBox .sttl {
	border-bottom: solid 1px #ccc;
	padding: 0 0 8px 0;
	margin: 0 0 15px 0;
}
footer .areaInner .footBox .sttl a {
	font-size: 1.8rem;
	padding: 3px 1rem 3px 1rem;
	display: block;
	font-weight: 800;
	text-decoration: none;
	color: #fff;
}
footer .areaInner .footBox .sttl a:hover {
	opacity: 0.8;
}
footer .areaInner .footBox .accChild {
	padding: 0 1rem;
}
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;
}
footer .noticeArea a{
	color:#fff;
}
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;*/
	display: flex;
	flex-wrap: wrap;
	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: #fff;
	font-weight: 500;
	text-align: center;
}
footer .areaInner .botPrg {
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.7;
	color: #fff;
	font-weight: 500;
	margin: 0;
}
footer .botArea {
	color: #fff;
	padding: 3rem 0 0;
}
footer .botArea .botInner {
	padding: 1rem 0 3rem;
}
footer p.copy {
	font-size: 1.2rem;
	float: none;
	color: #fff;
	text-align: center;
}
footer p.copy a {
	text-decoration: underline;
	color: #fff;
}
footer p.copy a:hover {
	text-decoration: none;
}



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

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

/* ================== */
/*  メインコンテンツ　*/
/* ================== */
.category h1,
.page h1 {
	background: url("img/bg_ora_rep.jpg") repeat;
	margin: 0 auto 1rem;
	font-size: 4.2rem;
	font-weight: 800;
	line-height: 1.5;
	word-break: break-all;
	color: #fff;
	position: relative;
	min-height: 15rem;
	display: flex;
	align-items: center;
	padding: 2rem 2rem 2rem 0;
}
.category h1:before,
.page h1:before {
	content: "";
	background: url("img/bg_ora_rep.jpg") repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
}
.category h1:after,
.page h1:after {
	content: "";
	background: url("img/deco_h1.png") no-repeat;
	background-size: 100%;
	width: 273px;
	height: 14rem;
	position: absolute;
	top: -6.5rem;
	right: -6.5rem;
	z-index: -1;
}
.category .h1Txt,
.page .h1Txt {
	color: #707070;
	font-size: 1.2rem;
	line-height: 1.6;
	margin: 0 0 5rem;
}
.category h2,
.page h2 {
	background: #fff;
	border-top: solid 8px #eb5901;
	border-bottom: solid 8px #eb5901;
	line-height: 1.5;
	font-size: 3.6rem;
	font-weight: 800;
	padding: 2rem;
	display: flex;
	align-items: center;
	word-break: break-all;
	margin: 6rem auto 4rem;
	position: relative;
}
.category h3,
.page h3 {
	line-height: 1.5;
	font-size: 2.8rem;
	font-weight: 800;
	padding: 1rem 2rem 1rem 2.5rem;
	margin: 5rem auto 4rem;
	position: relative;
	border-left: solid 8px #cda023;
}
.category h3:before,
.page h3:before {
	content: "";
	background: #cda023;
	width: 0.2rem;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0.3rem;
}
.category h4, .page h4,
.category h5, .page h5,
.category h6, .page h6 {
	font-size: 2rem;
	font-weight: 800;
	line-height: 1.5;
	padding: 0 2rem 1.5rem 2.6rem;
	margin: 4rem auto 3rem;
	position: relative;
}
.category h4:before, .page h4:before,
.category h5:before, .page h5:before,
.category h6:before, .page h6:before {
	content: "";
	background: #002f62;
	width: 1.8rem;
	height: 6px;
	position: absolute;
	top: 1.3rem;
	left: 0;
}
.category h2 a,
.page h2 a {
	text-decoration: none;
	background: url("img/arr_ccl_ora_right.png") no-repeat right center;
	background-size: 30px auto;
	display: block;
	padding: 0 4rem 0 0;
	width: 100%;
}
.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_gray_right.png") no-repeat right center;
	background-size: 30px auto;
	display: block;
	padding: 0 4rem 0 0;
}


.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 17px;
	background: url(img/icon_dot.png) 0 8px no-repeat;
	background-size: 11px 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: #eb5901;
	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 #144d87;
}
.contents table th {
	width: 25%;
	padding: 18px 15px;
	background: #002f62;
	line-height: 1.6;
	text-align: center;
	font-weight: 800;
	word-wrap: break-word;
	border-bottom: solid 1px #144d87;
	border-right: solid 1px #144d87;
	color: #fff;
}
.contents table td {
	line-height: 1.6;
	padding: 16px 15px;
	background: #fff;
	text-align: left;
	word-wrap: break-word;
	border-bottom: solid 1px #144d87;
	border-right: solid 1px #144d87;
}
.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;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
}
.contents .caption::-webkit-scrollbar {  /* Chrome, Safari 対応 */
	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 {
width: auto;
}
.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.2rem;
font-weight: 800;
line-height: 1.6;
margin: 0 0 1.5rem;
background: none;
border: none;
padding: 0;
width: auto;
}
.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 {
	text-align: center;
	margin: 3rem auto;
	padding: 0;
	width: 36rem;
}
.contents .btn-internal a,
.contents .btn-web a {
	padding: 2.5rem 5rem;
	text-align: center;
	line-height: 1.6;
	text-decoration: none;
	font-size: 1.6rem;
	font-weight: 800;
	display: flex;
	align-items: center;
    justify-content: center;
	color: #fff;
	position: relative;
	border-radius: 6rem;
	transition: .4s;
    height: 100%;
}
.contents .btn-internal a:hover,
.contents .btn-web a:hover {
	opacity: 0.7;
}
.contents .btn-internal a {
	background: #eb5901 url("img/arr_ccl_wh_right.png") no-repeat right 2rem center;
	background-size: 3rem auto;
}
.contents .btn-web a {
	background: #048a81 url("img/icon_blank.png") no-repeat right 2rem center;
	background-size: 2.7rem auto;
}

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


/* 共通パーツ*/

/*---------------------
　TITLE
-----------------------*/




/*---------------------
　COMMON　PART
-----------------------*/
/* START OPENING animation */
/*
.movie {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 300;
}
.player {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100vw;
    height: 100vh;
	object-fit: cover;
	object-position: center;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
}*/
/*.view {
	opacity: 0;
	width: 100vw;
}
.view.see {
	opacity: 1 !important;
}*/

#animation {
  display: none;
}
#animation.show {
  display: block; 
}

#animation.show img {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
#animation img {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1000;
}

/*---------------------
　目次
-----------------------*/
.contents .tocBox{
	margin: 7rem auto 7rem;
	position: relative;
	background: #fff;
	padding: 3rem 4rem 5rem 4rem;
	width: 69rem;
}
.contents .tocBox .tocInr {
}
.contents .tocBox .sTit {
	margin: 0 0 3rem;
	position: relative;
	padding: 0 0 0 6rem;
}
.contents .tocBox .sTit:before {
	content: "";
	background: url("img/icon_toc.png") no-repeat;
	background-size: 100%;
	width: 6rem;
	height: 5.3rem;
	position: absolute;
	top: -1.8rem;
    left: -1.5rem;
}
.contents .tocBox .sTit img {
	height: 3rem;
	width: auto;
}
.contents .tocBox .toc{
	padding: 0;
	flex: 1;
	position: relative;
}

.lower .contents .tocBox .toc ul.chapter {
	position: relative;
}
.lower .contents .tocBox .toc ul.chapter::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    pointer-events: none;
}
.lower .contents .tocBox .toc ul.chapter.no-open::after {
background: transparent;
}
.lower .contents .tocBox .toc ul.chapter.no-open .chapter::after {
background: transparent;
}
/* 最初のh2とh3以外を非表示にする */
.lower .toc .chapter > li,
.lower .toc .chapter .chapter {
    opacity: 0;
    height: 0;
    margin: 0;
    
}

/* h2を2つまで表示、h3を2つまで表示する */
.lower .toc .chapter > li:nth-child(-n+2),
.lower .toc .chapter .chapter:nth-child(-n+2) {
    opacity: 1;
    height: auto;
	margin: 0 0 1rem 3rem;
}

/* アコーディオンで表示する際のスタイル */
.lower .toc.show-more .chapter > li,
.lower .toc.show-more .chapter .chapter {
    opacity: 1;
    height: auto;
	margin: 0 0 1rem 3rem;
	transition: opacity .25s, visibility .25s, height .25s;
}
.lower .toc .chapter .chapter li {
	margin: 0 0 1rem 0;
}
.contents .whBox ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
.contents .whBox ul li {
	padding: 0;
	background: none;
}
.contents .whBox ul li {
	list-style: decimal-leading-zero;
	font-size: 1.6rem;
	color: #eb5901;
	font-weight: 800;
	font-style: italic;
	position: relative;
}
.contents .whBox ul li:last-child {
	margin-bottom: 0;
}
.contents .whBox ul li > a {
	text-decoration: none;
	font-size: 1.6rem;
	font-style: normal;
}
.contents .whBox ul li a:hover {
	opacity: 1;
	text-decoration: underline;
}
.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 .whBox ul ul li:last-child {
	margin: 0;
}
.contents .whBox ul ul li:before {
	content: none;
}
.contents .whBox ul li br{
	display: none;
}
.contents .tocBox .btn-acc {
	width: 20rem;
	background: #fff url("img/icon_plus.png") no-repeat right 1rem center;
	background-size: 2.4rem auto;
	border-radius: 2.5rem;
	border: solid 1px #d4d4d4;
	text-align: center;
	font-weight: 800;
	line-height: 1.4;
	font-size: 1.4rem;
	padding: 1.4rem 3rem;
	cursor: pointer;
	transition: all .4s;
	position: absolute;
	bottom: -2.5rem;
	left: 50%;
	transform: translateX(-50%);
}
.contents .tocBox .btn-acc:hover {
	opacity: 0.7;
}
.contents .tocBox .btn-acc.open {
	background: #fff url("img/icon_minus.png") no-repeat right 1rem center;
	background-size: 2.4rem auto;
}

/*---------------------
　関連記事
-----------------------*/
.contents .relatedLink {
	padding: 4rem 4rem 4rem 4rem;
	margin: 10rem auto 0;
}
.contents .relatedLink .sTit:before {
	background: url("img/icon_related.png") no-repeat;
	background-size: 100%;
}
.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_ora_right.png") no-repeat top 2px left;
	background-size: 2.2rem auto;
	padding: 0 0 0 3rem;
	display: block;
}
.contents .relations-box__body p {
	margin: 0;
}

/*---------------------
　口コミパーツ
-----------------------*/
.contents .parts_voice {
	margin: 6rem auto;
	display: flex;
	gap: 3rem;
}
.contents .parts_voice .voiceBox {
	width: 37rem;
	background: #fff;
	padding: 5rem 3rem 3rem;
	position: relative;
}
.contents .parts_voice .voiceBox:before {
	content: "";
	background: url("img/voice_fuki.png") no-repeat;
	background-size: 100%;
	width: 8rem;
	height: 4.6rem;
	position: absolute;
	top: -1.8rem;
	left: calc(50% - 4rem);
}
.contents .parts_voice .voiceBox .catch {
	font-size: 2.2rem;
	font-weight: 800;
	line-height: 1.6;
	margin: 0 0 2rem;
	position: relative;
}
.contents .comma {
	position: relative;
}
.contents .comma:before {
	content: "";
	background:url("img/icon_comma.png") no-repeat;
	background-size: 100%;
	width: 3rem;
	height: 2.2rem;
	position: absolute;
	top: -5px;
	left: -4rem;
}
.contents .comma:after {
	content: "";
	background:url("img/icon_comma.png") no-repeat;
	background-size: 100%;
	width: 3rem;
	height: 2.2rem;
	position: absolute;
	bottom: -5px;
	right: -3.5rem;
	transform: rotate(180deg);
}
.contents .parts_voice .voiceBox .catch:before {
	top: -5px;
	left: -1.5rem;
}
.contents .parts_voice .voiceBox .catch:after {
	bottom: -5px;
	right: -1.5rem;
	transform: rotate(180deg);
}

/*---------------------
　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: 35rem;
	margin: 0;
}


/*---------------------
　 まとめパーツ
-----------------------*/
.contents .parts_matome {
	margin: 13rem auto 10rem;
	position: relative;
	background: #fff;
	border: solid 10px #002f62;
	padding: 5rem 4rem 5rem;
}
.contents .parts_matome:before {
	content: "";
	border: solid 2px #002f62;
	width: calc(100% - 16px);
	height: calc(100% - 16px);
	position: absolute;
	top: 6px;
	left: 6px;
}
.contents .parts_matome:after {
	content: "";
	background: url("img/eng_summery.png") no-repeat;
	background-size: 100%;
	width: 28.3rem;
	height: 4rem;
	position: absolute;
    top: -4.8rem;
    left: -2rem;
}
.contents .parts_matome .matomeBox {
	position: relative;
	z-index: 1;
}
.contents .parts_matome .catch {
	font-size: 2.2rem;
	font-weight: 800;
	line-height: 1.6;
	text-align: center;
	margin: 0 0 3rem;
}
.contents .parts_matome .btns-flex {
	margin: 4rem 0 0;
}
.contents .parts_matome .btn-internal,
.contents .parts_matome .btn-web {
	width: 28.5rem;
}



/*---------------------
　アイコン付見出し
-----------------------*/
.contents .title-point {
	display: flex;
	justify-content: flex-end;
	position: relative;
	margin: 4rem 0;
}
.contents .title-point:before {
	content: "";
	background: url("img/icon_point.png") no-repeat;
	background-size: 100%;
	width: 94px;
	height: 94px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.contents .title-point span {
	background: #fff;
	font-size: 2.4rem;
	font-weight: 800;
	line-height: 1.6;
	padding: 1.3rem 2rem 1.3rem 5.5rem;
	width: 72rem;
}

.contents .title-check {
	display: flex;
	justify-content: flex-end;
	position: relative;
	margin: 4rem 0;
}
.contents .title-check:before {
	content: "";
	background: #eb5901 url("img/eng_check.png") no-repeat center;
	background-size: auto 1.4rem;
	width: 8rem;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.contents .title-check:after {
	content: "";
	background: url("img/fuki_check.png") no-repeat center;
	background-size: 100%;
	width: 1.4rem;
	height: 9px;
	position: absolute;
	top: 50%;
	left: 78px;
	transform: translateY(-50%);
}
.contents .title-check span {
	background: #fff;
	font-size: 2.4rem;
	font-weight: 800;
	line-height: 1.6;
	padding: 1.3rem 2rem 1.3rem 2.5rem;
	width: 69.2rem;
}


/*---------------------
　インタビューパーツ
-----------------------*/
.contents .parts_iv {
    margin: 10rem auto;
    position: relative;
    box-shadow: 20px 20px 0 #f1e9de;
    display: flex;
    justify-content: end;
    width: 100%;
    background: #fff;
}
.contents .parts_iv:before {
	content: "";
	background: url("img/eng_interview.png") no-repeat;
	background-size: 100%;
	width: 25rem;
	height: 3.3rem;
	position: absolute;
    top: -12px;
    left: 4.3rem;
    z-index: 1;
}
.contents .parts_iv .ivBox {
background: #fff;
    display: flex;
    padding: 5rem 4rem;
}
.contents .parts_iv .ivBox:before {
	content: "";
	background: #eb5901;
	width: 3rem;
	height: 1rem;
	position: absolute;
	top: 0;
	left: 0;
}
.contents .parts_iv .ivBox:after {
	content: "";
	background: #eb5901;
	width: 46.5rem;
	height: 1rem;
	position: absolute;
	top: 0;
	right: 0;
}

.contents .page .parts_iv .picBox {
	width: 29rem;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-right: 5rem;
}

.contents .parts_iv .picBox img {
	width: 29rem;
	height: auto;
	object-fit: cover;
}
.contents .nameBox {
	width: 20rem;
	background: #ffffffe0;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1rem 1.5rem 1rem;
}
.contents .nameBox p {
	font-size: 1.4rem;
	margin: 0;
	line-height: 1.5;
}
.contents .parts_iv .txtBody {
	max-width: 36rem;
}
.contents .parts_iv .txtBody p {
	margin-top: 0;
}
.contents .parts_iv .catch {
	font-size: 2.2rem;
	font-weight: 800;
	line-height: 1.6;
	color: #eb5901;
	margin: 0 0 2rem;
	position: relative;
	max-width: 36rem;
	display:inline-block;
}




/*---------------------
　Q&Aパーツ
-----------------------*/
.contents .parts_qa {
	margin: 5rem auto;
}
.contents .parts_qa .qaBox {
	margin: 0 0 6rem;
}
.contents .parts_qa .qaBox:last-child {
	margin: 0;
}
.contents .parts_qa .qTit {
	color: #eb5901;
	font-size: 2.2rem;
	font-weight: 800;
	line-height: 1.6;
	position: relative;
	padding: 0 0 0 5.5rem;
	margin: 0 0 3rem;
}
.contents .parts_qa .qTit:before {
	content: "";
	background: url("img/eng_q_ora.png") no-repeat;
	background-size: 100%;
	width: 3rem;
	height: 2.8rem;
	position: absolute;
	top: 4px;
	left: 1rem;
}
.contents .parts_qa .aBox {
	background: #fff;
	padding: 4rem;
	position: relative;
}
.contents .parts_qa .aBox:before {
	content: "";
	background: url("img/eng_tri_a.png") no-repeat;
	background-size: 100%;
	width: 92px;
	height: 96px;
	position: absolute;
	top: 0;
	left: 0;
}
.contents .parts_qa .aTit {
	font-size: 2.2rem;
	font-weight: 800;
	line-height: 1.6;
	margin: 0 0 2rem;
	padding: 0 0 0 3rem;
}
.contents .parts_qa p {	
}

/*---------------------
　監修パーツ
-----------------------*/
.contents .parts_sv {
	margin: 15rem auto 10rem;
	position: relative;
	background: #fff;
	border: solid 10px #002f62;
}
.contents .parts_sv:before {
	content: "";
	border: solid 2px #002f62;
	width: calc(100% - 16px);
	height: calc(100% - 16px);
	position: absolute;
	top: 6px;
	left: 6px;
}
.contents .parts_sv:after {
	content: "";
	background: url("img/by_deco.png") no-repeat;
	background-size: 100%;
	width: 387px;
	height: 264px;
	position: absolute;
	top: -11.5rem;
	left: -11rem;
	z-index: -1;
}
.contents .parts_sv .svBox {
	padding: 10rem 5rem 5rem 4rem;
	position: relative;
}
.contents .parts_sv .noren {
	width: 16rem;
	height: 6rem;
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 800;
	padding: 5px 0 0 0;
	background: url("img/deco_noren.png") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 5rem;
}
.contents .parts_sv .media {
	font-size: 1.4rem;
	font-weight: 800;
	line-height: 1.6;
	max-width: 37rem;
}
.contents .parts_sv .comName {
	font-size: 3rem;
	font-weight: 800;
	line-height: 1.6;
	max-width: 37rem;
}
.contents .parts_sv .pic {
	position: absolute;
	top: 10rem;
	right: 4rem;
	width: 267px;
}
.contents .parts_sv .txt {
	max-width: 37rem;
	margin: 0;
}
.contents .parts_sv .caption {
    white-space: inherit;
}
.contents .parts_sv .btn-web {
    margin: 3rem auto 0;
}


/*---------------------
　共通パーツ
-----------------------*/
.contents .lower_bottom {
    padding: 3rem;
	display: flex;
	border-top: solid 2px #514e4b;
	border-bottom: solid 2px #514e4b;
	gap: 3rem;
	margin-top: 10rem;
}
.contents .lower_bottom .picBox {
    width: 15.3rem;
	height: 15.3rem;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contents .lower_bottom .txtBox {
    flex: 1;
}
.contents .lower_bottom .hostTit {
    font-size: 2rem;
	font-weight: 800;
	line-height: 1.6;
	margin: 0 0 2rem;
}
.contents .lower_bottom .hostTit:before {
    content: "●";
	color: #eb5901;
	margin: 0 5px 0 0;
}
.contents .lower_bottom .btn-link {
    margin: 0;
}

a.mv_i {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    transform: translate(-50%, -50%);
}


@media screen and (max-width: 480px) {
	
a.mv_i {
        width: 100px;
        height: 80px;
        z-index: 0;
}

.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%;
}	
	
/*--------------------------------------
　Header
---------------------------------------*/
.fixHeader {
	position: fixed;
	top: auto;
	bottom: 3px;
	left: 0;
	background: none;
	width: 100%;
	height: 7rem;
	box-shadow: none;
	padding: 0 0 0 0.5rem;
}
.fixHeader .headerInr {
	height: 100%;
}
.fixHeader .logo {
	display: none;
}
.fixHeader .rightBox {
	margin-bottom: 3rem;
}
.fixHeader .btn-web {
	padding: 0;
	width: 29.5rem;
	margin: 0;
}
.fixHeader .btn-web a {
	padding: 2rem 6rem;
	font-size: 1.5rem;
	font-weight: 800;
}
.fixHeader .btn-web a:hover {
	opacity: 1;
}
.fixHeader .btn-web a {
	background: #048a81 url("img/icon_blank.png") no-repeat right 2rem center;
	background-size: 2.6rem auto;
}


.mv {
	padding: 1rem 2% 0 5.3%;
	background: url("img/mv_lower_sp.jpg") no-repeat center;
	background-size: cover;
	height: 12.5rem;
}
.mv .rightBox {
	position: static;
	top: auto;
	right: auto;
	position: relative;
	z-index: 1;
}
.mv .siteName {
	font-size: 1.1rem;
	line-height: 1.6;
}
.mv .siteName a {
	font-size: 1.1rem;
}
.mv .by {
	font-size: 1.1rem;
	line-height: 1.6;
	margin: 0.5rem 0 0;
	text-align: right;
}
.home .mv {
	background: url("img/mv_home_bg_sp.jpg") no-repeat center;
	background-size: cover;
	height: 50rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home .mv .ccl {
	max-width: 37.5rem;
	margin: 4rem auto 0;
}
.home .mv .rightBox {
    position: absolute;
    top: 1rem;
    right: 1rem;
	padding: 0 0 0 5.3%;
}	
	
	
	
/*--------------------------------------
　Global Nav_SP
---------------------------------------*/
.l-gnavi-btn {
  display: none;
}
.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 {
    width: 223px;
    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 #0b0082;
  border-right: 2px solid #0b0082;
  -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: #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: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 #0b0082;
  border-right: 2px solid #0b0082;
  -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-box {
    position: fixed;
    top: 0.7rem;
    right: 0.5rem;
	}
  .l-gnavi-btn {
    width: 4rem;
    height: 4rem;
    display: block;
    top: auto;
    right: auto;
    z-index: 200;
    cursor: pointer;
	  background: #fff;
  }
  .l-gnavi-btn span {
    width: 21px;
    height: 1px;
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: absolute;
    left: 10px;
  }
  .l-gnavi-btn.is-active {
    border: 0;
  }
  .l-gnavi-btn.is-active span {
  }
  .l-gnavi-btn span:nth-of-type(1) {
    top: 14px;
  }
  .l-gnavi-btn span:nth-of-type(2) {
    top: 20px;
  }
  .l-gnavi-btn span:nth-of-type(3) {
    top: 26px;
  }
  .l-gnavi-btn:hover {
    color: #666;
  }
  .l-gnavi-btn:active {
    color: #666;
  }
  .l-gnavi-btn--gnavi {
    width: 30px;
    height: 23px;
    background: none;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 200;
  }
  .l-gnavi-btn--gnavi span {
    width: 100%;
    left: 0;
  }
  .l-gnavi-btn--gnavi span:nth-of-type(1) {
    top: 0;
  }
  .l-gnavi-btn--gnavi span:nth-of-type(2) {
    top: 10px;
  }
  .l-gnavi-btn--gnavi span:nth-of-type(3) {
    top: 20px;
  }
  .l-gnavi-btn.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
	  background: #fff;
	          top: 7px;
  }
  .l-gnavi-btn.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .l-gnavi-btn.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
	  background: #fff;
	          top: 27px;
  }
  .is-navi-open .l-gnavi-area--slide-left {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .l-gnavi-area02 {
    display: none;
  }
	
	
/*--------------------------------------
　Footer
---------------------------------------*/
.page-top {
	position: fixed;
	width: 55px;
	bottom: 7px;
	right: 3%;
}
.page-top:hover {
	opacity: 1;
}
footer a:hover {
    text-decoration:none;
	opacity: 1;
}
footer {
	width: 100%;
	padding: 3rem 0 0;
	margin: 8rem 0 0;
	position: relative;
}
footer .logo {
	width: 13rem;
	margin: 0 auto 3rem;
}
footer .logo a {
    padding: 0;
}
footer .logo a:hover {
	opacity: 1;
}
footer .areaInner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
footer .areaInner .footBox {
	margin: 0;
}
footer .areaInner .footBox:first-of-type {
	border-top: 1px solid #bac5d2;
}		
footer .areaInner .footBox .sttl {
	border-bottom: 1px solid #bac5d2;
}
footer .areaInner .footBox .sttl a {
	display: block;
	font-size: 1.5rem;
	background: url("img/arr_ccl_wh_right.png") right 18px center no-repeat;
	background-size: 20px auto;
	padding: 15px 40px 14px 4%;
	line-height: 1.5;
	font-weight: 800;
}
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 4%;
}
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: #6f6760 url(img/arr_ccl_wh_right.png) right 15px center no-repeat;
	background-size: 20px auto;
	border-bottom: 1px solid #ccc;
	padding: 14px 40px 14px 5.3%;
	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: url("img/arr_ccl_wh_right.png") right 15px center no-repeat;
	background-size: 20px auto;
}
footer .areaInner .footBox .accChild li.subCat {
	/*border-top: solid 1px #bbc6ce;*/
}
footer .areaInner .footBox .accChild li.subCat a {
	padding: 14px 40px 14px 5.3%;
}
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.3%;
	font-size: 1.2rem;
	background: #4f3b27 url("img/arr_ccl_wh_right.png") right 15px center no-repeat;
	background-size: 20px 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: 100%;
	margin: 30px auto 20px;
	padding: 0 5.3%;
	font-size: 1.1rem;
	line-height: 1.8em;
}
footer .areaInner .noticeArea p {
	font-size: 1.1rem;
	text-align: left;
	font-weight: normal;
}
footer .areaInner .botPrg {
	font-size: 1rem;	
	text-align: center;
	padding: 0 4% 20px;
	line-height: 1.4;
	margin: 0;
}
footer .botArea {
	padding: 0;
}
footer p.copy {
	margin: 0;
	padding: 0;
	font-size: 1.0rem;
	line-height: 1.4;
	text-align: center;
	float: none;
}
footer p.copy a:hover {
	text-decoration: underline;
}	
footer a {
	text-decoration: none;
}
footer .botArea .botInner {
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
}
	
/*--------------------------------------
pankuzu
---------------------------------------*/
#pankuzuWrap {
	overflow: auto;
	white-space: nowrap;
    width: 100%;
	margin: 1rem 0 0;
}
#pankuzu {
	width: 100%;
	padding: 1rem 2.6%;
	font-size: 1.1rem;
	margin: 0 auto;
	background: none;
}	
#pankuzu span {
	font-size: 1.1rem;
}	
#pankuzu a {
    font-size: 1.1rem;
}	
	
	
#side {
    display: none;
}
	
/*--------------------------------------
　Main Contents
---------------------------------------*/

.contents {
	margin: 0;
	padding: 1rem 0 0;
	width: 100%;
}
#index,
.category,
.page {
  float: none;
  width: 100%;
}
.category,
.page {
	padding: 0 5.3%;
}
.page01 {
	margin-bottom: 4rem;
}
.contents p {
    margin: 1.5rem auto;
    padding: 0;
    width: 100%;
}
	
/* ================== */
/*  メインコンテンツ　*/
/* ================== */
	
.category h1,
.page h1 {
	background: url("img/bg_ora_rep.jpg") repeat;
	margin: 0 auto 1rem;
	font-size: 2.6rem;
	line-height: 1.5;
	min-height: inherit;
	padding: 2rem 2rem 2rem 0;
}
.category h1:after,
.page h1:after {
	content: none;
}
.category .h1Txt,
.page .h1Txt {
	font-size: 1.2rem;
	margin: 0 0 3rem;
}
.category h2,
.page h2 {
	border-top: solid 7px #eb5901;
	border-bottom: solid 7px #eb5901;
	line-height: 1.5;
	font-size: 2.3rem;
	padding: 2rem 1.5rem;
	margin: 4rem auto 3rem;
}	
.category h3,
.page h3 {
	font-size: 2.1rem;
	padding: 0.3rem 0 0.3rem 2rem;
	margin: 3rem auto 2rem;
	border-left: solid 5px #cda023;
}
.category h4, .page h4,
.category h5, .page h5,
.category h6, .page h6 {
	font-size: 1.8rem;
	padding: 0 0 1.5rem 2.6rem;
	margin: 3rem auto 2rem;
}
.category h4:before, .page h4:before,
.category h5:before, .page h5:before,
.category h6:before, .page h6:before {
	content: "";
	background: #002f62;
	width: 1.8rem;
	height: 6px;
	position: absolute;
	top: 1.2rem;
	left: 0;
}	
.category h2 a,
.page h2 a {
	background: url("img/arr_ccl_ora_right.png") no-repeat right center;
	background-size: 22px auto;
	padding: 0 3rem 0 0;
}
.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_gray_right.png") no-repeat right center;
	background-size: 22px auto;
	padding: 0 3rem 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;
font-size: 1.5rem;
margin: 0 0 0.2rem;
background: url(img/icon_dot.png) 0 9px no-repeat;
background-size: 10px 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{
font-size: 1.5rem;
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);
}
	
	
/*--------------------
table2
--------------------*/

    .contents .table2 {
        display: block;
        width: 100%;
        margin: 1.5rem auto 3rem;
    }
    .contents .table2 tr,
    .contents .table2 tbody {
        display: block;
        width: 100%;
    }
    .contents .table2 th {
        display: block;
        width: 100%;
        padding: 1.3rem;
        line-height: 1.6;
        text-align: center;
        font-size: 1.4rem;
        word-wrap: inherit;
    }
    .contents .table2 td {
        display: block;
        width: 100%;
        line-height: 1.6;
        padding: 1.3rem;
        font-size: 1.4rem;
        text-align: center;
        word-wrap: inherit;
        border-right: none;
    }

    .contents .table2 tr:last-child td {
        border-bottom: solid 1px #144d87;
    }

    .contents .table2 tr:last-child td:last-child{
        border-bottom:none;
    }

    .contents table {
    margin: 0;
    white-space: nowrap;
    width: 100%;
    table-layout: auto;
}
    .contents .table2 table {
    margin: 0;
    white-space: normal;
    width: 100%;
    table-layout: fixed;
    }   
	
	
/* ================== */
/*  テーブル　　　　　*/
/* ================== */
.contents .tableTxt {
	text-align: center;
	color: #999;
	font-size: 1.3rem;
}
.contents .table-srcoll {
	overflow-x: scroll;
	margin: 1.5rem auto 3rem;
}
.contents table {
	margin: 0;
	white-space: nowrap;
	width: 100%;
	table-layout: auto;
}
.contents table th {
	padding: 1.3rem;
	line-height: 1.6;
	text-align: center;
	font-size: 1.4rem;
	word-wrap: inherit;
}
.contents table td {
	line-height: 1.6;
	padding: 1.3rem;
	font-size: 1.4rem;
	text-align: center;
	word-wrap: inherit;
}
/*.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 #ccc;
}
.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 #ccc;
}
.contents table tr:last-child th,
.contents table tr:last-child td {
    border-bottom: solid 1px #ccc;
}*/

/*--------------------------------------
　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: 40%;
	padding: 0 20px 0 0;
	text-align: center;
	float: left;
}	
.contents .float-wrap .fr.t_small{
	width: 40%;
	padding: 0 0 0 20px;
	margin: 0;
	text-align: center;
	float: right;
}
.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 {
	text-align: center;
	margin: 2rem auto;
	padding: 0;
	width: 92%;
	position: relative;
}
.contents .btn-internal a,
.contents .btn-web a,
.contents .btn-tel a {
	font-size: 1.5rem;
	padding: 1.8rem 4.5rem 1.8rem 3rem;
}	
.contents .btn-internal a {
	background: #eb5901 url("img/arr_ccl_wh_right.png") no-repeat right 1.3rem center;
    background-size: 25px auto;
}
.contents .btn-web a {
	background: #048a81 url(img/icon_blank.png) no-repeat right 1.5rem center;
    background-size: 2.6rem auto;
}
.contents .btn-internal a:hover,
.contents .btn-web a:hover {
	opacity: 1;
}	
.contents .btn-link {
}
.contents .btn-link a {
	background: url(img/arr_ccl_ora_right.png) no-repeat right center;
    background-size: 20px auto;
	padding: 0.4rem 2.5rem 0.4rem 0;
}
.contents .btn-link a:hover {
	opacity: 1;
	text-decoration: none;
}
.contents .btn-tel {
	display: block;
}
.contents .btn-tel a {
	background: #cda023 url("img/icon_tel.png") no-repeat left 2.5rem center;
	background-size: 26px auto;
    text-align: center;
	line-height: 1.4;
    text-decoration: none;
    font-weight: 800;
    display: block;
    color: #fff;
    position: relative;
	padding: 1.8rem 4rem 1.8rem 5.5rem;
	border-radius: 5rem;
}	
	
	
	
/* 共通パーツ*/

/*---------------------
　TITLE
-----------------------*/




/*---------------------
　COMMON　PART
-----------------------*/
/*---------------------
　目次
-----------------------*/
.contents .tocBox{
	margin: 4rem auto 7rem;
	padding: 3rem 2rem 4rem 2rem;
	width: 100%;
}
.contents .tocBox .tocInr {
}
.contents .tocBox .sTit {
	margin: 0 0 3rem;
	padding: 5px 0 0 7rem;
}
.contents .tocBox .sTit:before {
	top: -1.8rem;
    left: -0.5rem;
}
.contents .tocBox .sTit img {
	height: 2.5rem;
}
.contents .tocBox .toc{
	padding: 0;
	flex: 1;
	position: relative;
}
/* 最初のh2とh3は表示する */
.lower .toc .chapter > li:nth-of-type(1),
.lower .toc .chapter .chapter:nth-of-type(1) {
	margin: 0 0 1rem 3rem;
}
.lower .toc .chapter .chapter:nth-of-type(1) {
	margin: 0 0 1rem 0;
	padding-left: 3rem;
}
/* アコーディオンで表示する際のスタイル */
.lower .toc.show-more .chapter > li,
.lower .toc.show-more .chapter .chapter {
	margin: 0 0 1rem 3rem;
}
.lower .toc.show-more .chapter .chapter {
	margin: 0 0 1rem 0;
	padding-left: 3rem;
}
.lower .toc .chapter .chapter li {
	margin: 0 0 1rem 0;
}
.contents .whBox ul li > a {
	text-decoration: none;
	font-size: 1.6rem;
	font-style: normal;
}
.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 .tocBox .btn-acc {
	width: 18rem;
	background: #fff url("img/icon_plus.png") no-repeat right 1rem center;
	background-size: 2rem auto;
	font-size: 1.5rem;
	bottom: -2.4rem;
}
.contents .tocBox .btn-acc:hover {
	opacity: 1;
}
.contents .tocBox .btn-acc.open {
	background: #fff url("img/icon_minus.png") no-repeat right 1rem center;
	background-size: 2rem auto;
}

/*---------------------
　関連記事
-----------------------*/
.contents .relatedLink {
	padding: 3rem 2rem 3rem;
	margin: 6rem auto 0;
}
.contents .relatedLink ul {
}
.contents .relatedLink ul li {
    margin: 0 0 1.5rem;
	list-style: none;
}
.contents .relatedLink ul li a {
	background: url("img/arr_ccl_ora_right.png") no-repeat top 2px left;
	background-size: 2.5rem auto;
	padding: 2px 0 2px 3.5rem;
}


/*---------------------
　口コミパーツ
-----------------------*/
.contents .parts_voice {
	margin: 6rem auto;
	display: block;
}
.contents .parts_voice .voiceBox {
	width: 100%;
	padding: 4rem 2rem 3rem;
	margin: 0 0 4rem;
}
.contents .parts_voice .voiceBox:last-child {
	margin: 0;
}
.contents .parts_voice .voiceBox:before {
	width: 7rem;
	height: 4rem;
	top: -1.4rem;
	left: calc(50% - 3.5rem);
}
.contents .parts_voice .voiceBox .catch {
	font-size: 1.9rem;
	margin: 0 0 2rem;
}
.contents .comma {
}
.contents .comma:before {
	width: 2.5rem;
	height: 1.8rem;
	top: -15px;
	left: -1.5rem;
}
.contents .comma:after {
	width: 2.5rem;
	height: 1.8rem;
	bottom: -15px;
	right: -3rem;
}
.contents .parts_voice .voiceBox .catch:before {
	top: -4px;
	left: -1rem;
}
.contents .parts_voice .voiceBox .catch:after {
	bottom: -4px;
	right: -1rem;
}

/*---------------------
　2つ並びのボタン
-----------------------*/
.contents .btns-flex {
	display: block;
	margin: 6rem auto;
}
.contents .btns-flex .btn-internal,
.contents .btns-flex .btn-web {
    width: 92%;
	margin: 0 auto 2rem;
}
.contents .btns-flex > div:last-child {
    margin: 0 auto;
}
	
/*---------------------
　 まとめパーツ
-----------------------*/
.contents .parts_matome {
	margin: 9rem auto 8rem;
	border: solid 7px #002f62;
	padding: 3rem 2.5rem 3rem;
}
.contents .parts_matome:before {
	border: solid 2px #002f62;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	top: 3px;
	left: 3px;
}
.contents .parts_matome:after {
	width: 20rem;
	height: 2.7rem;
    top: -3.3rem;
    left: -1.5rem;
}
.contents .parts_matome .matomeBox {
}
.contents .parts_matome .catch {
	font-size: 1.9rem;
	margin: 0 0 2rem;
	text-align: left;
}
.contents .parts_matome .btns-flex {
	margin: 2rem 0 0;
	display: block;
}
.contents .parts_matome .btn-internal,
.contents .parts_matome .btn-web {
	width: 100%;
}




/*---------------------
　アイコン付見出し
-----------------------*/
.contents .title-point {
	display: flex;
	justify-content: flex-end;
	position: relative;
	margin: 4rem 0;
}
.contents .title-point:before {
	width: 7rem;
	height: 7rem;
	left: 0;
}
.contents .title-point span {
	font-size: 1.9rem;
	padding: 1rem 1.5rem 1rem 5rem;
	width: 92.5%;
}

.contents .title-check {
	display: flex;
	justify-content: flex-end;
	position: relative;
	margin: 4rem 0;
}
.contents .title-check:before {
	content: "";
	background: #eb5901 url("img/eng_check.png") no-repeat center;
	background-size: auto 1rem;
	width: 5.5rem;
	height: 6rem;
	position: absolute;
	left: 0;
}
.contents .title-check:after {
	width: 10px;
	height: 5px;
    left: 54px;
}
.contents .title-check span {
	font-size: 1.9rem;
	padding: 1rem 1.5rem 1rem 5rem;
	width: 92.5%;
}


/*---------------------
　インタビューパーツ
-----------------------*/
.contents .parts_iv {
    margin: 5rem auto;
    position: relative;
    box-shadow: 10px 10px 0 #f1e9de;
    display: block;
}
.contents .parts_iv:before {
	width: 20.9rem;
	height: 2.8rem;
	position: absolute;
    top: -16px;
    left: 2.5rem;
    z-index: 1;
}
.contents .parts_iv .ivBox {
    display: block;
	width: 100%;
    padding: 3rem 2rem 2rem;
}
.contents .parts_iv .ivBox:before {
	content: "";
	background: #eb5901;
	width: 12px;
	height: 0.7rem;
	position: absolute;
	top: -7px;
	left: 0;
}
.contents .parts_iv .ivBox:after {
	content: "";
	background: #eb5901;
	width: calc(100% - 24.5rem);
	height: 0.7rem;
	position: absolute;
	top: -7px;
	right: 0;
}
.contents .parts_iv .picBox {
	width: 88%;
	height: inherit;
	position: relative;
	top: auto;
	left: auto;
	margin: 0 auto 2rem;
}
.contents .parts_iv .picBox img {
	width: 100%;
	height: auto;
}
.contents .nameBox {
	width: 18rem;
	padding: 1.5rem;
}
.contents .nameBox p {
	font-size: 1.2rem;
	margin: 0;
	line-height: 1.5;
}
.contents .parts_iv .txtBody {
	max-width: 100%;
}
.contents .parts_iv .txtBody p {
	margin-top: 0;
}
.contents .parts_iv .catch {
	font-size: 1.9rem;
	margin: 0 0 2.5rem;
	max-width: 100%;
}




/*---------------------
　Q&Aパーツ
-----------------------*/
.contents .parts_qa {
	margin: 4rem auto;
}
.contents .parts_qa .qaBox {
	margin: 0 0 5rem;
}
.contents .parts_qa .qTit {
	font-size: 1.9rem;
	padding: 0 0 0 4.5rem;
	margin: 0 0 2rem;
}
.contents .parts_qa .qTit:before {
	width: 2.3rem;
	height: 2.2rem;
	top: 4px;
	left: 1rem;
}
.contents .parts_qa .aBox {
	padding: 4rem 2.5rem 2rem;
}
.contents .parts_qa .aBox:before {
	width: 74px;
	height: 77px;
}
.contents .parts_qa .aTit {
	font-size: 1.9rem;
	margin: 0 0 2rem;
	padding: 0 0 0 2rem;
}
.contents .parts_qa p {	
}

/*---------------------
　監修パーツ
-----------------------*/
.contents .parts_sv {
	margin: 8rem auto 6rem;
	border: solid 7px #002f62;
}
.contents .parts_sv:before {
	border: solid 2px #002f62;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	top: 3px;
	left: 3px;
}
.contents .parts_sv:after {
	width: 194px;
	height: 132px;
	top: -6.5rem;
	left: -4.5rem;
}
.contents .parts_sv .svBox {
	padding: 6.3rem 2.5rem 3rem;
	position: relative;
}
.contents .parts_sv .noren {
	width: 12.8rem;
	height: 4.7rem;
	font-size: 1.2rem;
	padding: 5px 0 0 0;
	position: absolute;
	top: 0;
	left: 3rem;
}
.contents .parts_sv .media {
	font-size: 1.4rem;
	max-width: 100%;
}
.contents .parts_sv .comName {
	font-size: 2.3rem;
	max-width: 100%;
	margin: 0 0 1.8rem;
}
.contents .parts_sv .pic {
	position: static;
	width: 100%;
}
.contents .parts_sv .txt {
	max-width: 100%;
	margin: 0;
}
.contents .parts_sv .btn-web {
    margin: 2rem auto 0;
	width: 100%;
}


/*---------------------
　共通パーツ
-----------------------*/
.contents .lower_bottom {
    padding: 2.5rem 0;
	display: block;
	border-top: solid 1px #514e4b;
	border-bottom: solid 1px #514e4b;
	margin-top: 6rem;
}
.contents .lower_bottom .picBox {
    width: 14.4rem;
	height: 14.4rem;
	margin: 0 auto 2rem;
}
.contents .lower_bottom .hostTit {
    font-size: 1.9rem;
	margin: 0 0 1.5rem;
}

}