@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: 700;
  src: url("fonts/NS-700.woff2") format("woff2"), url("fonts/NS-700.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: #191d25;
	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: #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: 700;
	color: #29a79f;
}
.contents .marker {
	background:linear-gradient(transparent 70%, #aed5ff 70%);
	font-weight: 700;
}	
.contents p {
	/*width: 1000px;*/
    margin: 2rem auto;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}
.arial {
	font-family: arial, sans-serif;
}
.jost {
	font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.txt_blue {
	color: #1a57b1;
}

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

/*--------------------------------------
　Header
---------------------------------------*/
header {
	padding: 0 2rem;
	height: 14rem;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
header:before {
	content: "";
	background: rgba(0,0,0,0.5);
	width: calc(100% - 2rem);
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
header .headInr {
	display: flex;
	justify-content: space-between;
	height: 100%;
	width: 90%;
}
header .logoBox {
	padding: 1rem 0 0;
}
header .logoBox a {
	display: flex;
	flex-direction: column;
	text-decoration: none;
}
header .logoBox .logo {
	width: 23.2rem;
	margin: 1rem 0 0.7rem;
}
header .siteName {
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: right;
}
header .spon {
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: left;
}
header .rightBox {
	display: flex;
	align-items: center;
}
header .menuList {
	display: flex;
	align-items: center;
	gap: 4rem;
}
header .menuList .menu {
	text-align: center;
	line-height: 1.6;
}
header .menuList .menu a {
	text-decoration: none;
	font-weight: 700;
}
.fixed-header {
  position: fixed;
  top: -80px;
  left: 0;
  z-index: 100;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
	background: #fff;
	height: 106px;
}
.fixed-header.is-show {
  top: 0;
  visibility: visible;
}
.fixed-header:before {
	width: 100%;
}
.fixed-header .logoBox {
	padding: 0;
}
.fixed-header .siteName {
	display: none;
}
.fixed-header .l-gnavi-btn-box {
    top: 2.8rem;
}

.menuBtn {
	background: linear-gradient(90deg,rgba(43, 172, 159, 1) 0%, rgba(26, 87, 177, 1) 100%);
    width: 11rem;
    height: 3.6rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 1.8rem;
}
.menuBtn:hover {
	opacity: 0.7;
}
.menuBtn > div {
	width: 38px;
	height: 9px;
	position: relative;
	cursor: pointer;
}
.menuBtn span {
	background: #fff;
	height: 1px;
	width: 24px;
	position: absolute;
	top: 0;
	transition: .5s;
}
.menuBtn span:nth-child(1) {
	top: 1.1rem;
}
.menuBtn span:nth-child(2) {
	top: 1.7rem;
}
.menuBtn span:nth-child(3) {
	top: 2.3rem;
}
.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: 6rem;
    right: 2rem;
    z-index: 1;
}
.l-gnavi-btn {
}
.l-gnavi-area {
  width: 400px;
  height: calc(100vh - 7rem);
  padding: 40px 0 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3002;
  overflow-x: hidden;
  overflow-y: scroll;
background: #1e2635;
}
.l-gnavi-area .logo {
    display: table;
    margin: 0 auto 2rem;
    width: 90%;
}
.l-gnavi-area .logo a {
	color: #fff;
	text-decoration: none;
}
.l-gnavi-area .logo img {
	width: 22rem;
}
.l-gnavi-area .by {
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.5;
    padding-top: 1rem;
}

.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 #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: 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:9rem;
    height: 3rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.8rem;
    position: absolute;
    top: 2rem;
    right: 13px;
    z-index: 200;
	  border: none;
	  background: linear-gradient(90deg, rgba(43, 172, 159, 1) 0%, rgba(26, 87, 177, 1) 100%);
  }
  .l-gnavi-btn--gnavi span {
    left: 0;
	  position: absolute;
	  height: 1px;
    width: 22px;
	  transition: .5s;
  }
.l-gnavi-btn.is-active span:nth-of-type(1) {
    top: 5px;
    left: 32px;
}
.l-gnavi-btn.is-active span:nth-of-type(3) {
    top: 25px;
    left: 32px;
}
  .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: 3rem auto 3rem;
	max-width: 100rem;
}
#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: 62px;
	bottom: 30px;
	right: 30px;
	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: #1e2635;
	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(225,225,225,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-block;
	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 .twoColBox {
	display: flex;
	gap: 8rem;
	margin: 0 0 7rem;
}
footer .twoColBox .logoBox {
	width: 32rem;
}
footer .logoBox {
	margin-bottom: 3rem;
}
footer .logoBox a {
	display: flex;
	flex-direction: column;
	text-decoration: none;
}
footer .logoBox a:hover {
	opacity: 0.6;
}
footer .logoBox .logo {
	width: 310rem;
	margin: 1rem 0 1.5rem;
}
footer .siteName,
footer .spon {
	font-size: 1.2rem;
	line-height: 1.5;
	color: #fff;
}
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;
}

.fixBan {
	position: fixed;
	bottom: 12rem;
	right: 1.5rem;
	z-index: 98;
}
.fixBan a {
	background: #2bac9f url("img/arr_blank.png") no-repeat bottom 1rem right 1rem;
	background-size: 5rem auto;
	border-radius: 1rem;
	display: block;
	width: 21rem;
	text-decoration: none;
	box-shadow: 0 2px 8px 2px rgba(0,0,0,0.2);
}
.fixBan .txt01 {
	color: #fff;
	font-weight: 700;
	line-height: 1.5;
	padding: 1rem 2rem;
	border-bottom: solid 1px rgba(255,255,255,0.5);
}
.fixBan .txt02 {
	color: #fff;
	font-weight: 700;
	line-height: 1.5;
	padding: 1rem 2rem 2rem;
}



/*--------------------------------------
　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/h1_deco01.png") no-repeat top right, url("img/h1_deco02.png") no-repeat bottom left;
	background-size: 100%, auto 222px;
	background-color: #f2f5f9;
	position: relative;
	padding: 12rem 0 0;
}
.h1Area::before {
    content: "";
	background: linear-gradient(360deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, transparent 100%);
    position: absolute;
    width: 100%;
    height: 70px;
    bottom: 0;
    left: 0;
}

.h1Box {
	width: 100rem;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 4rem 0 6rem;
}
.h1Area h1 {
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 1.5;
	word-break: break-all;
	position: relative;
	z-index: 1;
    padding: 0 0 3rem 0;
}
.h1Area .by {
	font-size: 1.2rem;
	color: #777;
	line-height: 1.5;
}
.category h2,
.page h2 {
	background: url("img/deco_g.png") no-repeat right 1rem top -15px, linear-gradient(90deg,rgba(43, 172, 159, 1) 0%, rgba(26, 87, 177, 1) 100%);
	background-size: 15rem auto, auto;
	color: #fff;
	line-height: 1.5;
	font-size: 3.4rem;
	font-weight: 700;
	padding: 2.5rem 2rem 2.5rem 4rem;
	word-break: break-all;
	margin: 6.5rem auto 2rem;
	position: relative;
	border-radius: 0.8rem;
}
.category h3,
.page h3 {
	color: #1a57b1;
	line-height: 1.5;
	font-size: 2.8rem;
	font-weight: 700;
	padding: 1.5rem 2rem 0 1rem;
	margin: 4rem auto 4rem;
	position: relative;
}
.category h3:before,
.page h3:before {
	content: "";
	background: rgba(0,0,0,0.5);
	width: calc(100% - 2rem);
	height: 1px;
	position: absolute;
	top: 0;
	left: 2rem;
}
.category h3:after,
.page h3:after {
	content: "";
	background: url("img/deco_h3_tri.png") no-repeat;
	background-size: 100%;
	width: 11px;
	height: 18px;
	position: absolute;
	top: -9px;
	left: 0;
}
.category h4, .page h4,
.category h5, .page h5,
.category h6, .page h6 {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.5;
	padding: 0 2rem 1.5rem 1rem;
	margin: 4rem auto 3rem;
	border-bottom: solid 1px rgba(0,0,0,0.5);
	position: relative;
}
.category h2 a, .page h2 a {
	color: #fff;
}
.category h3 a, .page h3 a {
	color: #1a57b1;
}
.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.png") no-repeat right center;
	background-size: 6rem auto;
	display: block;
	padding: 0 8rem 0 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) 4px 11px no-repeat;
	background-size: 6px 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 20px;
	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: #1a57b1;
	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 #000;
}
.contents table th {
	font-size: 1.5rem;
	background: #f1f4f8;
	width: 25%;
	padding: 18px 15px;
	line-height: 1.6;
	text-align: center;
	font-weight: 700;
	word-wrap: break-word;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
}
.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 #000;
	border-right: solid 1px #000;
}
.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.2rem;
font-weight: 700;
line-height: 1.6;
margin: 0 0 1.5rem;
background: none;
border: none;
padding: 0;
width: auto;
color: #1a57b1;
}
.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: 38rem;
	position: relative;
}
.contents .btn-internal a,
.contents .btn-web a {
	padding: 1.5rem 11rem 1.5rem 3rem;
	line-height: 1.6;
	text-decoration: none;
	font-size: 1.5rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	color: #fff;
	position: relative;
	border-radius: 6rem;
	transition: .4s;
    min-height: 7.6rem;
	box-shadow: 0 2px 8px 2px rgba(0,0,0,0.2);
}
.contents .btn-internal a:hover,
.contents .btn-web a:hover {
	opacity: 0.8;
}
.contents .btn-internal a {
	background: #1e2635 url("img/arr_ccl.png") no-repeat right 2rem center;
	background-size: 4rem auto;
}
.contents .btn-web a {
	background: #2bac9f url("img/arr_blank.png") no-repeat right 2rem center;
	background-size: 4rem 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.png") no-repeat right center;
	background-size: 1.8rem auto;
	position: relative;
	display: inline-block;
	padding: 0.2rem 2.5rem 0.2rem 0;
	line-height: 1.6;
	text-decoration: none;
	font-weight: 700;
}
.contents .btn-link a:hover {
	opacity: 1;
	text-decoration: underline;
}


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

/*---------------------
　目次
-----------------------*/
.contents .tocBox{
	background: #f1f4f8;
	padding: 0;
	width: 80rem;
	border-radius: 1rem;
	margin: 7rem auto 7rem;
	position: relative;
}
.contents .tocBox .tocInr {
}
.contents .tocBox .sTit {
	position: relative;
	font-size: 2rem;
	font-weight: 700;
	min-height: 6.5rem;
	border-bottom: solid 1px rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
	max-width: 72rem;
	margin: 0 auto;
}
.contents .tocBox .sTit:before {
	font-family: "Jost", sans-serif;
	content: "Index";
	font-size: 2.2rem;
	color: #1a57b1;
	position: absolute;
	top: 50%;
	left: 6rem;
	transform: translateY(-40%);
	line-height: 1;
}

.contents .whBox {
	padding: 2rem 4rem 5rem;
}
.contents .tocBox .toc {
	position: relative;
    height: 200px;
    overflow: hidden;
    transition: .4s;
}
.contents .tocBox .toc:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(0deg, rgba(241,244,248,1) 30%, rgba(241,244,248,0) 94%);
    transition: .4s;
	z-index: 1;
	border-radius: 0 0 1rem 1rem;
}
.contents .tocBox .toc.active:before{
	opacity: 0;
	visibility: hidden;
}
.contents .whBox ul {
	margin: 0 0 0 3rem;
	padding: 0;
	width: 100%;
}
.contents .whBox ul li {
	list-style: decimal-leading-zero;
	font-size: 1.5rem;
	color: #1a57b1;
	font-weight: 700;
	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;
}
.btn-acc {
	width: 14rem;
	height: 3.6rem;
	background: #fff url("img/icon_plus.png") no-repeat right 1.5rem center;
	background-size: 1.3rem auto;
	border-radius: 2rem;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 0.5rem 2rem;
	cursor: pointer;
	transition: all .4s;
	position: absolute;
	bottom: -1.5rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	border: solid 1px rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-acc:hover {
	opacity: 0.6;
}
.btn-acc.open {
	background: #fff url("img/icon_minus.png") no-repeat right 1.5rem center;
	background-size: 1.3rem auto;
}



/*---------------------
　関連記事
-----------------------*/
.contents .relatedLink {
	margin: 10rem auto;
}
.contents .relatedLink .sTit {
	background: none;
}
.contents .relatedLink .sTit:hover {
	color: #000;
	opacity: 1;
}
.contents .relatedLink .sTit:before {
    content: "Links";
    left: 9.5rem;
}
.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_base.png") no-repeat top 7px left;
	background-size: 1.8rem auto;
	padding: 0 0 0 2.5rem;
	display: block;
}
.contents .relations-box__body p {
	margin: 0;
}



/*---------------------
　まとめパーツ
-----------------------*/
.contents .parts_sum {
    margin: 10rem auto 10rem;
	background: #f1f4f8;
	border-radius: 1rem;
	padding: 4.5rem 0 5rem;
	position: relative;
}
.contents .parts_sum:before {
    content: "";
	background: url("img/eng_sum.png") no-repeat;
	background-size: 100%;
	width: 404px;
	height: 94px;
	position: absolute;
	top: -5rem;
	left: 2.5rem;
}
.contents .parts_sum .catch {
	background: linear-gradient(90deg, rgba(43, 172, 159, 1) 0%, rgba(26, 87, 177, 1) 100%);
    color: #fff;
    line-height: 1.5;
    font-size: 2.4rem;
    font-weight: 700;
    padding: 3rem 2rem 3rem 4rem;
    margin: 0 0 3rem 4rem;
    position: relative;
    border-radius: 1rem 0 0 1rem;
}
.contents .parts_sum .txtArea {
	padding: 0 4rem;
}
.contents .parts_sum .btns-flex {
	margin: 4rem 0 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 .parts_sv {
    margin: 10rem auto 10rem;
	position: relative;
}
.contents .parts_sv:before {
    content: "";
	background: url("img/sv_bg.jpg") no-repeat top center;
	background-size: cover;
	width: 90rem;
	height: 40rem;
	position: absolute;
	top: 0;
	left: -5rem;
	border-radius: 1rem;
}
.contents .parts_sv .topBox {
	width: 90rem;
	padding: 0 0 0 5rem;
	position: relative;
	left: -5rem;
}
.contents .parts_sv .topBox:after {
    content: "";
	background: url(img/eng_spon.png) no-repeat;
    background-size: 100%;
	width: 36.7rem;
	height: 6.1rem;
	position: absolute;
	bottom: 1rem;
	right: 2rem;
}
.contents .parts_sv .topBox .tit {
    font-size: 2rem;
	color: #fff;
	font-weight: 700;
	line-height: 1.6;
	padding: 3rem 0 3rem 2rem;
	position: relative;
}
.contents .parts_sv .topBox .tit:before {
    content: "";
	background: url("img/deco_h3_tri.png") no-repeat;
	background-size: 100%;
	width: 11px;
	height: 18px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.contents .parts_sv .topBox .tit:after {
    content: "";
	background: rgba(255,255,255,0.5);
	width: 72rem;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.contents .parts_sv .topBox .gradTit {
	display: inline-block;
    font-size: 3rem;
	font-weight: 700;
	line-height: 1.6;
	padding: 0 4rem 0 4rem;
	margin-bottom: 5rem;
	background: linear-gradient(90deg, #4ed2c6 0%, #3788ff 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
.contents .parts_sv .txtBody {
    background: #f1f4f8;
	border-radius: 1rem;
	padding: 3.5rem 4rem 3rem;
	position: relative;
	z-index: 1;
}
.contents .parts_sv .flexBox {
    display: flex;
	flex-direction: row-reverse;
	gap: 4rem;
}
.contents .parts_sv .thumb {
    width: 33rem;
}
.contents .parts_sv .txtBox {
    flex: 1;
}
.contents .parts_sv .btns-flex {
    margin: 3rem auto 0;
}
.contents .parts_sv .btn-link {
    margin: 3rem 0 0;
}




/*---------------------
　吹き出しコメントパーツ
-----------------------*/
.parts_comment {
	 margin: 8rem auto 8rem;
}
.parts_comment .commentBox {
	display: flex;
	align-items: center;
	gap: 6.5rem;
	margin-bottom: 4rem;
}
.parts_comment .commentBox .fukiBox {
	flex: 1;
	background: #f1f4f8;
	position: relative;
	border-radius: 0.8rem;
	padding: 3rem 4rem;
}
.parts_comment .commentBox .fukiBox:before {
    content: "";
    position: absolute;
    top: 4rem;
    left: -2.8rem;
    width: 2.9rem;
    height: 3.7rem;
    background: url("img/comment_fuki.png") no-repeat;
	background-size: 100%;
}
.parts_comment .commentBox .fukiBox p {
	margin: 0;
}
.parts_comment .commentBox .tit {
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 2rem;
	font-size: 2.2rem;
}
.parts_comment .commentBox .picBox {
	width: 20rem;
}
.parts_comment .commentBox .picBox img {
	width: 20rem;
	height: 20rem;
	object-fit: cover;
}
.parts_comment .commentBox .picBox .name {
	font-size: 1.2rem;
	font-weight: 700;
	margin: 1rem 0 0;
	line-height: 1.5;
	text-align: center;
}
.parts_comment .commentBox .picBox .name span {
	font-size: 1.6rem;
}

/*---------------------
　Q&Aパーツ
-----------------------*/
.contents .parts_qa {
	margin: 6rem auto;
}
.contents .parts_qa .qaBox {
}
.contents .parts_qa .qTit {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	position: relative;
	padding: 0 0 0 8rem;
	margin: 0 0 3rem;
	min-height: 7rem;
	display: flex;
	align-items: center;
	background: none;
	border-bottom: 1px solid #c4c4c4;
}
.contents .parts_qa .qTit:before {
	content: "";
	background: url("img/icon_q.png") no-repeat;
	background-size: 100%;
	width: 5.3rem;
	height: 5.3rem;
	position: absolute;
	top: 4px;
	left: 1rem;
}
.contents .parts_qa .aBox {
	position: relative;
}
.contents .parts_qa .aTit {
	font-size: 2rem;
	font-weight: 700;
	color: #1a57b1;
	line-height: 1.6;
	margin: 0 0 2rem;
	padding: 0 0 0 8rem;
	position: relative;
	min-height: inherit;
	border: none;
}
.contents .parts_qa .aTit:before {
	content: "";
	background: url("img/icon_a.png") no-repeat;
	background-size: 100%;
	width: 5.3rem;
	height: 5.3rem;
	position: absolute;
	top: -10px;
	left: 1rem;
}
.contents .parts_qa p {	
	line-height: 2.1;
}


/*---------------------
　インタビューイーパーツ
-----------------------*/
.parts_ivee {
	margin: 10rem auto;
}
.parts_ivee .titBox {
	background: #1a57b1;
	border-radius: 1rem 1rem 0 0;
	align-items: center;
	display: flex;
	padding: 0.5rem 5rem 0.5rem 20rem;
	position: relative;
}
.parts_ivee .titBox .nameBox {
	color: #fff;
	font-weight: 700;
	line-height: 1.6;
	font-size: 1.8rem;
}
.parts_ivee .titBox .nameBox span {
	font-size: 2.6rem;
}
.parts_ivee .titBox .cclPic {
	width: 15rem;
	position: absolute;
	top: -4rem;
	left: 2.5rem;
}
.parts_ivee .txtBody {
	background: #fff;
	padding: 1rem 4rem 2rem;
	border-radius: 0 0 1rem 1rem;
	border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}



/*---------------------
　共通パーツ
-----------------------*/
.contents .lower_bottom {
	margin: 15rem 0;
}
@media(min-width:481px) {
.tocBox_top {
	display: none;
}
}

@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 {
	padding: 0 1rem 1.5rem 1rem;
	height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
header .headInr {
}
header .logoBox {
	padding: 0.8rem 0 0;
}
header .logoBox a {
}
header .logoBox .logo {
	width: 17.4rem;
	margin: 0.8rem 0 0.5rem;
}
header .siteName,
header .spon {
	font-size: 1.1rem;
	line-height: 1.5;
	text-align: left;
}	
.fixed-header {
	background: transparent;
	height: inherit;
	padding: 0;
	top: 0;
	opacity: 0;
	transition: all 0.4s ease;
}
.fixed-header.is-show {
	opacity: 1;
	background: transparent;
}
.fixed-header:before {
	content: none;
}
.fixed-header .headInr{
	display: none;
}
.fixed-header .logoBox {
	padding: 0;
}
.fixed-header .siteName {
	display: none;
}
.fixed-header .l-gnavi-btn-box {
    top: 2.8rem;
}
	
	
.menuBtn {
    width: 7.2rem;
    height: 2.4rem;
}
.menuBtn:hover {
	opacity: 1;
}
.menuBtn > div {
	width: 38px;
	height: 9px;
	position: relative;
	cursor: pointer;
}
.menuBtn span {
	height: 1px;
	width: 18px;
}
.menuBtn span:nth-child(1){
	top: 0.6rem;
}
.menuBtn span:nth-child(2) {
	top: 1.1rem;
}
.menuBtn span:nth-child(3) {
	top: 1.6rem;
}
.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
---------------------------------------*/
.l-gnavi-btn-box {
	position: absolute;
    top: 4rem;
    right: 0.5rem;
    z-index: 1;
}
.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 .4s ease;
  transition: all .4s 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 #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.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: 7.2rem;
        height: 2.4rem;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 200;
  }
  .l-gnavi-btn--gnavi span {
    width: 22px;
  }
  .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: 2px;
        left: 25px;
	}
  .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: 22px;
        left: 25px;
  }
  .is-navi-open .l-gnavi-area--slide-left {
    transform: translateX(0);
  }
	
	
/*--------------------------------------
　Footer
---------------------------------------*/
#page-top {
	position: fixed;
	width: 50px;
	bottom: 25px;
	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: 3rem 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 #a5a8ae;
}
footer .areaInner .footBox .sttl {
    border-bottom: solid 1px #a5a8ae;
}
footer .areaInner .footBox .sttl a {
	display: block;
	font-size: 1.5rem;
	background: url("img/arr_base_wh.png") right 18px center no-repeat;
	background-size: 15px 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: #1f3050 url("img/arr_base_wh.png") right 18px center no-repeat;
	background-size: 15px auto;
	border-bottom: solid 1px #a5a8ae;
	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: #1f3050 url("img/arr_base_wh.png") right 18px center no-repeat;
	background-size: 15px 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: #1f3050 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;	
	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 .twoColBox {
	flex-direction: column;
	gap: 2rem;
	margin: 0;
}
footer .twoColBox .logoBox {
	width: 100%;
	padding: 0 2rem;
}
footer .twoColBox .logoBox a:hover {
	opacity: 1;
}
footer .twoColBox .logoBox .logoBox{
	padding: 0;
}
footer .twoColBox .logoBox .logo {
	width: 17.4rem;
	margin: 1rem 0 1rem;
}
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;
}
	
.fixBan {
	position: fixed;
	top: auto;
	bottom: 1rem;
	right: auto;
	left: 1rem;
}
.fixBan a {
	background: #2bac9f;
	border-radius: 0.6rem;
	width: 28.5rem;
	box-shadow: 0 2px 8px 2px rgba(0,0,0,0.2);
}
.fixBan .txt01 {
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5rem 1rem 0.6rem;
	border-bottom: solid 1px rgba(255,255,255,0.5);
}
.fixBan .txt02 {
	background: url("img/arr_blank.png") no-repeat center right 1rem;
	background-size: 3.5rem auto;
	font-size: 1.4rem;
	line-height: 1.5;
	padding: 0.8rem 4rem 1rem 1rem;
}	
	
	
/*--------------------------------------
pankuzu
---------------------------------------*/
#pankuzuWrap {
	overflow: auto;
	white-space: nowrap;
    width: 100%;
	margin: 0 0 2rem;
	padding: 0 1rem;
}
#pankuzu {
	width: 100%;
	padding: 0 0 1rem;
	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: 1.5rem auto;
    padding: 0;
    width: 100%;
}
	
/* ================== */
/*  メインコンテンツ　*/
/* ================== */
	
.h1Area {
	background: #f2f5f9 url("img/h1_bg_sp.png") no-repeat bottom center;
	background-size: cover;
	position: relative;
	padding: 10rem 0 0;
}
.h1Area::before {
    content: "";
	background: linear-gradient(360deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, transparent 100%);
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
}
.h1Box {
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2.5rem 0 2.5rem;
}
.h1Area h1 {
	font-size: 2.5rem;
    padding: 0 5.3% 2rem;
}
.h1Area .by {
	font-size: 1.1rem;
	padding: 0 5.3%;
}
.category h2,
.page h2 {
	font-size: 2.3rem;
	padding: 1rem 1rem 1rem 2rem;
	margin: 4rem auto 3rem;
	line-height: 1.4;
	border-radius: 0.6rem;
	background: url(img/deco_g.png) no-repeat right 1rem bottom -8px, linear-gradient(90deg, rgba(43, 172, 159, 1) 0%, rgba(26, 87, 177, 1) 100%);
    background-size: 5.5rem auto, auto;
}
.category h3,
.page h3 {
	font-size: 2rem;
	padding: 1.5rem 1rem 0 1rem;
	margin: 3rem auto 1rem;
	position: relative;
}
.category h3:before,
.page h3:before {
	width: calc(100% - 1.7rem);
	height: 1px;
	position: absolute;
	top: 0;
	left: 1.7rem;
}
.category h3:after,
.page h3:after {
	width: 10px;
	height: 16px;
	position: absolute;
	top: -9px;
	left: 0;
}
.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 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.png) no-repeat right center;
    background-size: 4.2rem auto;
    padding: 0 5.5rem 0 0;
    width: 100%;
}
.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 2rem;
margin: 0 0 0.2rem;
background: url(img/icon_dot.png) 3px 10px no-repeat;
background-size: 6px 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.5rem;
	display: block;
	border: none;
	border-bottom: solid 1px #000;
}
.contents table td {
	width: 100%;
	display: block;
	line-height: 1.6;
	padding: 1.3rem 8%;
	font-size: 1.5rem;
	word-wrap: break-word;
	border: none;
	border-bottom: solid 1px #000;
}
.contents table tr:last-child th,
.contents table tr:last-child td {
    border-bottom: solid 1px #000;
}
	

	
/*.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 5rem 1.5rem 2.5rem;
	line-height: 1.6;
	border-radius: 6rem;
    min-height: 7rem;
	font-size: 1.4rem;
}
.contents .btn-internal a:hover,
.contents .btn-web a:hover {
	opacity: 1;
}
.contents .btn-internal a {
    background: #1e2635 url(img/arr_ccl.png) no-repeat right 1.5rem center;
    background-size: 4rem auto;
}
.contents .btn-web a {
	background: #2bac9f url(img/arr_blank.png) no-repeat right 1.5rem center;
    background-size: 4rem auto;
}
.contents .btn-tel {
	display: block;
}
.contents .btn-tel a {
        background: #1e2635 url(img/icon_tel.png) no-repeat right 3.5rem center;
        background-size: 1.9rem auto;
        text-decoration: none;
        font-weight: 700;
        display: flex;
        align-items: center;
        position: relative;
        color: #fff;
        padding: 1.5rem 7rem 1.5rem 2.5rem;
        line-height: 1.6;
        border-radius: 6rem;
        min-height: 7rem;
        font-size: 1.5rem;
        box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
    }
.contents .btn-link a {
	background: url(img/arr_base.png) no-repeat right center;
    background-size: 1.5rem auto;
	padding: 0.2rem 2rem 0.2rem 0;
}
.contents .btn-link a:hover {
	text-decoration: none;
}
	
	
	
/* 共通パーツ*/	
	
	
/*---------------------
　COMMON　PART
-----------------------*/

/*---------------------
　目次
-----------------------*/
.tocBox_top {
	position: fixed;
	top: 7rem;
	right: 0.5rem;
	padding: 0;	
	z-index: 50;
	opacity: 0;
    visibility: hidden;
    transition: 200ms;
	cursor: pointer;
	width: 25rem;
}
.tocBox_top .tocInr {
}
.tocBox_top .sTit {
	background: #1a57b1 url("img/eng_index.png") no-repeat center;
	background-size: 2.6rem auto;
    padding: 1.3rem 1rem;
	border-radius: 2rem;
    margin: 0;
    width: 7.2rem;
    cursor: pointer;
	position: absolute;
	top:0;
	right: 0;
}
.tocBox_top .sTit.open {
	background: url("img/icon_close_wh.png") no-repeat center;
	background-size: 2.2rem auto;
	z-index: 2;
    top: 0.7rem;
    right: -1.4rem;
}
.tocBox_top .sTit:hover {
	opacity: 1;
}
.tocBox_top .whBox {
	background: #1a57b1;
	max-width: 100%;
	padding: 2rem 1rem 2rem 2rem;
	overflow-y: auto;
    max-height: 35rem;
	width: 25rem;
    position: absolute;
    top: 100%; /* sTit の下に配置 */
    left: 0;
    transform: translateX(25rem); /* 初期状態は左に隠す */
    transition: transform 0.3s ease;
    opacity: 0;
	border-radius: 0.6rem;
}
.tocBox_top .whBox.is-visible {
    transform: translateX(0);
    opacity: 1;
}		
.tocBox_top .whBox ul {
	max-width: 100%;
}
.tocBox_top .whBox ul li {
    padding: 0 0 1.3rem;
	margin: 0 0 1.3rem;
    background: none;
	line-height: 1.5;
	list-style-type: none;
	border-bottom: solid 1px rgba(255,255,255,0.5);
}
.tocBox_top .whBox ul li:last-child {
	border-bottom: none;
	padding: 0;
	margin: 0;
}
.tocBox_top .whBox ul li a {
    text-decoration: none;
	color: #fff;
}
.is-fadein {
    opacity: 1;
    visibility: visible;
}

	
	
.contents .tocBox{
	width: 100%;
	border-radius: 0.6rem;
	margin: 4rem auto 6rem;
}
.contents .tocBox .tocInr {
}
.contents .tocBox .sTit {
	font-size: 1.8rem;
	min-height: 6rem;
	display: flex;
	align-items: center;
	max-width: calc(100% - 4rem);
	margin: 0 auto;
}
.contents .tocBox .sTit:before {
	font-size: 2rem;
	position: absolute;
	top: 50%;
	left: 5rem;
	transform: translateY(-40%);
}

.contents .whBox {
	padding: 2rem 2rem 5rem;
}
.contents .tocBox .toc {
	position: relative;
    height: 170px;
    overflow: hidden;
    transition: .4s;
}
.contents .tocBox .toc:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(0deg, rgba(241,244,248,1) 30%, rgba(241,244,248,0) 94%);
    transition: .4s;
	z-index: 1;
	border-radius: 0 0 1rem 1rem;
}
.contents .whBox ul {
	margin: 0 0 0 3rem;
	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.6rem;
}
.contents .whBox ul li a:hover {
	opacity: 1;
	text-decoration: none;
}
.btn-acc {
	width: 14rem;
	height: 3.6rem;
	background: #fff url("img/icon_plus.png") no-repeat right 1.5rem center;
	background-size: 1.3rem auto;
	border-radius: 2rem;
	padding: 0.5rem 2rem;
	bottom: -1.5rem;
}
.btn-acc:hover {
	opacity: 1;
}
.btn-acc.open {
	background: #fff url("img/icon_minus.png") no-repeat right 1.5rem center;
	background-size: 1.3rem auto;
}



/*---------------------
　関連記事
-----------------------*/
.contents .relatedLink {
	margin: 6rem auto;
}
.contents .relatedLink .sTit:before {
    left: 8.5rem;
}
.contents .relatedLink .whBox {
	padding: 2rem 2rem;
}
.contents .relatedLink ul {
    margin: 0;
}
.contents .relatedLink ul li {
    margin: 0 0 1.5rem;
}
.contents .relatedLink ul li a {
	background: url("img/arr_base.png") no-repeat top 8px left;
	background-size: 1.5rem auto;
	padding: 0 0 0 2.5rem;
	display: block;
}



/*---------------------
　まとめパーツ
-----------------------*/
.contents .parts_sum {
    margin: 6rem auto;
	border-radius: 0.6rem;
	padding: 3.5rem 0 3rem;
	position: relative;
}
.contents .parts_sum:before {
    content: "";
	background: url("img/eng_sum.png") no-repeat;
	background-size: 100%;
	width: 202px;
	height: 47px;
	position: absolute;
	top: -2.5rem;
	left: 1.5rem;
}
.contents .parts_sum .catch {
    line-height: 1.5;
    font-size: 1.9rem;
    padding: 2rem 2rem 2rem 2rem;
    margin: 0 0 2rem 2rem;
    border-radius: 0.6rem 0 0 0.6rem;
}
.contents .parts_sum .txtArea {
	padding: 0 2rem;
}
.contents .parts_sum .btns-flex {
	margin: 3rem 0 0;
}




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



/*---------------------
　監修パーツ
-----------------------*/
.contents .parts_sv {
    margin: 6rem auto;
}
.contents .parts_sv:before {
    content: "";
	background: url("img/sv_bg_sp.jpg") no-repeat top center;
	background-size: cover;
	height: 22.5rem;
	position: absolute;
	top: 0;
	left:0;
	border-radius: 0;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
.contents .parts_sv .topBox {
	width: 100%;
	padding: 0;
	position: relative;
	left: auto;
}
.contents .parts_sv .topBox:after {
	width: 24.5rem;
	height: 4.8rem;
	bottom: 0rem;
    right: -2rem;
}
.contents .parts_sv .topBox .tit {
    font-size: 1.6rem;
	line-height: 1.6;
	padding: 2.5rem 0 2rem 2rem;
	position: relative;
}
.contents .parts_sv .topBox .tit:before {
    content: "";
	background: url("img/deco_h3_tri.png") no-repeat;
	background-size: 100%;
	width: 11px;
	height: 18px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.contents .parts_sv .topBox .tit:after {
	content: "";
    width: 200%;
    height: 1px;
    position: absolute;
    top: 50%;
    right: auto;
    transform: translateY(-50%);
    left: 11rem;
}
.contents .parts_sv .topBox .gradTit {
	display: inline-block;
    font-size: 2rem;
	line-height: 1.6;
	padding: 0 2rem 0 2rem;
	margin-bottom: 5rem;
}
.contents .parts_sv .txtBody {
	border-radius: 0.6rem;
	padding: 2rem 2rem 2rem;
}
.contents .parts_sv .flexBox {
    display: flex;
	flex-direction: column;
	gap: 2rem;
}
.contents .parts_sv .thumb {
    width: 100%;
}
.contents .parts_sv .txtBox {
    flex: 1;
}
.contents .parts_sv .btns-flex {
    margin: 2rem auto 0;
}
.contents .parts_sv .btn-link {
    margin: 2rem 0 0;
}




/*---------------------
　吹き出しコメントパーツ
-----------------------*/
.parts_comment {
	 margin: 6rem auto;
}
.parts_comment .commentBox {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 2rem;
	margin-bottom: 4rem;
}
.parts_comment .commentBox .fukiBox {
	border-radius: 0.6rem;
	padding: 2rem 2rem;
}
.parts_comment .commentBox .fukiBox:before {
    top: -1.9rem;
    left: 4.8rem;
    width: 1.9rem;
    height: 2.4rem;
    transform: rotate(90deg);
}
.parts_comment .commentBox .tit {
	line-height: 1.6;
	margin: 0 0 2rem;
	font-size: 1.9rem;
}
.parts_comment .commentBox .picBox {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 2rem;
}
.parts_comment .commentBox .picBox img {
	width: 12rem;
	height: 12rem;
	object-fit: cover;
}
.parts_comment .commentBox .picBox .name {
	font-size: 1.4rem;
	margin: 1rem 0 0;
	line-height: 1.7;
	text-align: center;
}
.parts_comment .commentBox .picBox .name span {
	font-size: 1.9rem;
}

/*---------------------
　Q&Aパーツ
-----------------------*/
.contents .parts_qa {
	margin: 6rem auto;
}
.contents .parts_qa .qaBox {
}
.contents .parts_qa .qTit {
	font-size: 1.6rem;
	line-height: 1.75;
	padding: 0 0 1rem 5rem;
	margin: 0 0 2rem;
	min-height: inherit;
}
.contents .parts_qa .qTit:before {
	width: 3.4rem;
	height: 3.4rem;
	top: 4px;
	left: 0;
}
.contents .parts_qa .aBox {
	position: relative;
}
.contents .parts_qa .aTit {
	font-size: 1.6rem;
	line-height: 1.75;
	margin: 0 0 2rem;
	padding: 0 0 0 5rem;
}
.contents .parts_qa .aTit:before {
	width: 3.4rem;
	height: 3.4rem;
	top: 4px;
	left: 0
}
.contents .parts_qa p {	
	line-height: 1.86;
}


/*---------------------
　インタビューイーパーツ
-----------------------*/
.parts_ivee {
	margin: 6rem auto;
}
.parts_ivee .titBox {
	border-radius: 0.6rem 0.6rem 0 0;
	align-items: center;
	display: flex;
	padding: 0.3rem 2rem 0.3rem 11rem;
	position: relative;
}
.parts_ivee .titBox .nameBox {
	font-size: 1.6rem;
}
.parts_ivee .titBox .nameBox span {
	font-size: 2rem;
}
.parts_ivee .titBox .cclPic {
	width: 9rem;
	position: absolute;
	top: -1.5rem;
	left: 1rem;
}
.parts_ivee .txtBody {
	padding: 1rem 2rem 2rem;
	border-radius: 0 0 0.6rem 0.6rem;
	background: #f1f4f8;
}



/*---------------------
　共通パーツ
-----------------------*/
.contents .lower_bottom {
	margin: 8rem 0;
}
	
}