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

/*--------------------------------------------------------------------------
   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: #343434;
	font-family: "Noto Sans JP";
	font-size: 1.5rem;
	line-height: 2.0em;
	min-width: 100%;
	position: relative;
	-webkit-text-size-adjust: none;
	margin: 0;
	letter-spacing: 0.05em;
}
.home .bodyInr {
	position: relative;
	overflow: hidden;
	background: url("img/bg_home_pc.png") no-repeat top -16rem center;
	background-size: 320rem;
}
/*.home .bodyInr:before {
content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: skewY(-7deg) translateY(-90px);
    z-index: -1;
    background-color: #0066be;
	padding: 12rem 0;
}*/
.lower {
	background: url("img/bg_temp_pc.png") no-repeat top -16rem center;
	background-size: 320rem;
}
.lower:before {
	content: "";
	background: url("img/deco_temp_pc.png") no-repeat top 15rem center;
	background-size: 100% auto;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #343434;
  text-decoration: underline;
	transition: all .4s;
}
a:hover {
	text-decoration: none;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}

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

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

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

.sp {
	display: none;
}
.sp_br {
	display: none;
}
#contents .txt_bold {
	font-weight: 900;
	color: #0066be;
}
#contents .marker {
	    background: linear-gradient(transparent 70%, rgb(237 237 63 / 54%) 70%);
	font-weight: 900;
}	
#contents .parts_advice .marker {
	 color: #ffff61;
    background: none;
}	
#contents p {
	/*width: 1000px;*/
    margin: 2rem auto;
}

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


/*--------------------------------------
　Header
---------------------------------------*/
header {
	position: relative;
	padding: 2.5rem 0 0;
}
header .logo {
	position: absolute;
	width: 21.1rem;
}
header .logo a {
	text-decoration: none;
}
header .by {
	font-size: 1.2rem;
	font-weight: 900;
	color: #fff;
	text-align: center;
	letter-spacing: normal;
	line-height: 1.1;
}
header .siteName {
	font-size: 1.3rem;
	color: #fff;
	line-height: 1.6;
	letter-spacing: normal;
	position: absolute;
	top: 1.5rem;
	right: 12rem;
	text-align: right;
}
header .siteName a {
	font-size: 1.3rem;
	color: #fff;
	text-decoration: none;
}
header .w1600 {
	max-width: 160rem;
	margin: 0 auto;
	position: relative;
}

.home header {
    padding: 0;
    min-height: inherit;
}
.lower header {
}
.lower header .siteName {
	top: -1.5rem;
}

/*--------------------------------------
　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: linear-gradient(90deg, rgba(0,67,132,1) 0%, rgba(42,102,161,1) 100%);
}
.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 2rem;
	text-align: center;
}
.l-gnavi-area .logo a {
    text-decoration: none;
}
.l-gnavi-area .logo img {
    width: 157px;
    margin: 0 auto;
}
.l-gnavi-area .by {
    font-size: 1.2rem;
    font-weight: 900;
    color: #fff;
    text-align: center;
    letter-spacing: normal;
    line-height: 1.1;
}
  .l-gnavi-area {
    width: 450px;
  }
.l-gnavi-btn-box {
	margin: 0 0 0 2rem;
	position: fixed;
	top: 1rem;
	right: 15px;
	z-index: 100;
	display: none;
}
  .l-gnavi-btn {
    width: 8.2rem;
    height: 5rem;
    display: block;
	  position: relative;
    cursor: pointer;
	  background: #004384;
	  border-radius: 25px;
  }
.l-gnavi-btn:hover {
    opacity: 0.8;
  }
  .l-gnavi-btn span {
    width: 34px;
    height: 2px;
    display: inline-block;
    background: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: absolute;
    left: 24px;
  }
  .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: 24px;
  }
  .l-gnavi-btn span:nth-of-type(3) {
    top: 34px;
  }
  .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: 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);
  }
  .l-gnavi-area02 {
    display: none;
  }


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



/*--------------------------------------
　Side
---------------------------------------*/
#side {
    float: right;
    width: 270px;
    margin: 0 0 10rem;
}
#side .sideBox {
  margin: 0 0 2rem;
}
#side .sideBox .sttl {
}
#side .sideBox .sttl a {
	display: block;
	padding: 1.6rem 5rem 1.6rem 3rem;
	background: #5c5c5c url(img/arr_ccl_wh_left.png) no-repeat right 1.5rem center;
	background-size: 20px auto;
	line-height: 1.5;
	text-decoration: none;
	position: relative;
	color: #fff;
}
#side .sideBox .sttl a:before {
	content: "";
	background: #ffff;
	width: 2px;
	height: calc(100% - 3rem);
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	left: 1rem;
}


/*--------------------------------------
　Footer
---------------------------------------*/
#page-top {
	position: fixed;
	width: 70px;
	bottom: 30px;
	right: 30px;
	z-index: 100;
}
#page-top:hover img {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}
footer {
	background: #0b82c9;
	position: relative;
	padding: 7rem 0 0;
	/*margin: 10rem 0 0;*/
}
footer a:hover {
	text-decoration: underline;
	opacity: 1;
}
footer .areaInner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
footer .areaInner .footBox {
	margin: 0 0 4rem;
}
footer .areaInner .footBox:after {
	content: "";
	display: block;
	clear: both;
}
footer .areaInner .footBox .sttl {
	border-bottom: solid 1px rgba(221,206,191,0.6);
	padding: 0 0 8px 0;
	margin: 0 0 15px 0;
}
footer .areaInner .footBox .sttl a {
	font-size: 1.8rem;
	padding: 3px 0 3px 0;
	color: #fff;
	display: block;
	font-weight: 900;
	text-decoration: none;
	letter-spacing: normal;
}
footer .areaInner .footBox .sttl a:hover {
	opacity: 0.6;
}
footer .areaInner .footBox .accChild {
	padding: 0 2rem;
}
footer .areaInner .footBox .accChild li {
	display: inline;
	margin: 0 0 10px;
	padding: 0 0.1rem 0 0.05rem;
	vertical-align: top;
}
footer .areaInner .footBox .accChild li:after {
    content: "　/　";
    letter-spacing: 0;
	color: #fff;
}
footer .areaInner .footBox .accChild li:last-child:after {
    content: none;
}
footer .areaInner .footBox .accChild .sp {
	display: none;
}
footer .areaInner .footBox .accChild li a {
	font-size: 1.5rem;
	color: #fff;
	font-weight: normal;
	padding: 0;
	line-height: 1.4;
	text-decoration: none;
	letter-spacing: normal;
}
footer .areaInner .footBox .accChild li a:hover {
	text-decoration: underline;
}
footer .areaInner .footBox .accChild .subCat li a {
	background: none;
	padding: 0;
}
footer .areaInner .footBox .accChild .subList {
	display: block;
	padding: 0;
	margin: 0 0 0 10px;
}
footer .areaInner .footBox .accChild .subList li {
	width: auto;
	display: block;
	margin: 0;
	padding: 0 0 0 30px;
	position: relative;
}
footer .areaInner .footBox .accChild .subList li:before {
	content: "└";
	padding: 0 6px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
footer .areaInner .footBox .accChild .subList li a {
	font-size: 1.3rem;
}
footer .areaInner .noticeArea {
	margin: 4rem auto 3rem;
	width: 640px;
}
footer .areaInner .noticeArea p {
	font-size: 1.2rem;
	line-height: 1.8;
	color: #333;
	text-align: center;
}
footer .areaInner .botPrg {
	font-size: 1.2rem;
	line-height: 1.7;
	color: #fff;
	margin: 0;
}
footer .botArea {
	color: #333;
	padding: 3rem 0 0;
}
footer .botArea .botInner {
	padding: 2rem 0;
	text-align: center;
}
footer p.copy {
	font-size: 1.2rem;
	float: none;
	color: #fff;
	text-align: center;
	display: inline;
	letter-spacing: normal;
}
footer p.copy a {
	text-decoration: none;
	color: #fff;
}
footer p.copy a:hover {
	text-decoration: underline;
}
footer .aboutBox {
	border: solid 2px rgba(247,247,247,0.5);
	padding: 4rem;
	display: flex;
	gap: 8rem;
}
footer .aboutBox .logoBox {
	max-width: 35rem;
}
footer .aboutBox .logoBox .tit {
	font-size: 2.6rem;
	font-weight: 900;
	letter-spacing: normal;
	color: #fff;
	margin: 2rem 0 0;
}
footer .aboutBox .txtBox {
	color: #fff;
	flex: 1;
}
footer .aboutBox .btn-link {
	text-align: right;
}
footer .aboutBox .btn-link a {
	color: #fff;
	text-decoration: none;
	font-weight: 900;
	background: url("img/arr_ccl_wh_left.png") no-repeat right center;
	background-size: 2rem auto;
	padding: 0 3rem 0 0;
}
footer .aboutBox .btn-link a:hover {
	text-decoration: underline;
}
footer .twoColBox {
	display: flex;
	gap: 8rem;
	margin: 7rem 0 0;
}
footer .twoColBox .logoBox {
	max-width: 45rem;
}
footer .twoColBox .logoBox a {
	text-decoration: none;
}
footer .twoColBox .logoBox a:hover {
	opacity: 0.8;
}
footer .twoColBox .logoBox .logo {
	width: 21rem;
	margin: 0 auto 3rem;
}
footer .twoColBox .logoBox .by{
	font-size: 1.2rem;
	font-weight: 900;
	color: #fff;
	text-align: center;
	letter-spacing: normal;
	line-height: 1.1;
}
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;
}
footer .botInner .smap {
    float: right;
}
footer .botInner .smap a {
	color: #fff;
	text-decoration: none;
	font-weight: 900;
	background: url("img/arr_ccl_wh_left.png") no-repeat right center;
	background-size: 2rem auto;
	padding: 0 3rem 0 0;
	letter-spacing: normal;
}
footer .botInner .smap a:hover {
	text-decoration: underline;
}

.fixBan {
	position: fixed;
	top: 20rem;
	right: 0;
	z-index: 100;
	filter: drop-shadow(0 5px 10px rgba(83, 83, 83, 0.15));
	transition: all 0.4s;
	cursor: pointer;
	display: none;
}
.fixBan:before {
	content: "";
	background: #fff url("img/arr_ccl_blue_left.png") no-repeat;
	background-size: 100%;
	width: 23px;
	height: 23px;
	position: absolute;
	bottom: -3px;
	right: 1rem;
	z-index: 1;
	border-radius: 50%;
}
.fixBan:after {
	content: "";
	background: url("img/deco_comma_reverse.png") no-repeat;
	background-size: 100%;
	width: 45px;
	height: 27px;
	position: absolute;
	top: -1.5rem;
	left: 0;
	z-index: 1;
}
.fixBan:hover {
	opacity: 0.7;
}
.fixBan a {
	clip-path: polygon(0 0, 100% 0%, 100% 95%, 0 100%);
	background: #eded3f;
	width: 9rem;
	text-decoration: none;
	font-family: "Noto Sans JP-vertical";
	font-weight: 900;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding: 2rem 1rem 3rem 1.5rem;
	line-height: 2;
	position: relative;
	display: block;
text-orientation: upright;
}
.fixBan span {
	font-size: 1.4rem;
	color: #017ec9;
	margin: 6px 0 0;
}
.fixBan .wh {
	font-size: 1.8rem;
	background: #fff;
	color: #004384;
	padding: 5px;
	margin: 0;
}
.fixBan a:hover {
	opacity: 1;
}

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

#contents {
	margin: 4rem auto 0;
	padding: 0;
	overflow: hidden;
}
#index {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#category,
#page {
	max-width: 870px;
	float: left;
}
.page01 {
	margin-bottom: 8rem;
}
.wi1000 {
	width: 1000px;
	margin: 0 auto;
}
.wi1100 {
	width: 1100px;
	margin: 0 auto;
}
.wi1200 {
	max-width: 1200px;
	margin: 0 auto;
}
/* ================== */
/*  メインコンテンツ　*/
/* ================== */
#category h1,
#page h1 {
	margin: 0 auto 1rem;
	font-size: 4.6rem;
	font-weight: 900;
	line-height: 1.5;
	word-break: break-all;
	color: #004384;
	position: relative;
	letter-spacing: normal;
}
#category .h1Txt,
#page .h1Txt {
	font-size: 1.2rem;
	line-height: 1.6;
	margin: 0 0 4rem;
}
#category h2,
#page h2 {
	background: url(img/deco_h2.png) no-repeat top left, linear-gradient(90deg, rgba(64,139,205,1) 0%, rgba(0,102,190,1) 100%);
	background-size: 242px auto, cover;
	line-height: 1.5;
	font-size: 3.6rem;
	font-weight: 900;
	padding: 1rem 2rem 1rem 2.5rem;
	color: #fff;
	display: flex;
	align-items: center;
	word-break: break-all;
	margin: 6rem auto 3rem;
	position: relative;
	letter-spacing: normal;
}
#category h3,
#page h3 {
	line-height: 1.5;
	font-size: 2.8rem;
	font-weight: 900;
	padding: 0 0 2rem 0;
	margin: 5rem auto 3rem;
	color: #0066be;
	position: relative;
	letter-spacing: normal;
}
#category h3:before,
#page h3:before {
	content: "";
    background: #eded3f;
    width: 8rem;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#category h4, #page h4,
#category h5, #page h5,
#category h6, #page h6 {
	color: #343434;
	font-size: 2.2rem;
	font-weight: 900;
	line-height: 1.5;
	border-bottom: solid 2px rgba(0,0,0,0.2);
	padding: 0 0 1.5rem 0;
	margin: 4rem auto 3rem;
	letter-spacing: normal;
}
#category h2 a,
#page h2 a {
	text-decoration: none;
	background: url("img/arr_ccl_wh_left.png") no-repeat right center;
	background-size: 21px auto;
	display: block;
	padding: 0 4rem 0 0;
	width: 100%;
	color: #fff;
}
#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_blue_left.png") no-repeat right center;
	background-size: 21px 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: #004384;
	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 #ccc;
}
#contents table th {
	width: 25%;
	padding: 18px 15px;
	background: #f3f3f3;
	line-height: 1.6;
	text-align: center;
	font-weight: 900;
	word-wrap: break-word;
	color: #0066be;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
#contents table td {
	line-height: 1.6;
	padding: 16px 15px;
	text-align: left;
	word-wrap: break-word;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
#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;
margin: 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.4rem;
font-weight: 900;
line-height: 1.6;
margin: 0 0 1.5rem;
letter-spacing: normal;
color: #004384;
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;
	max-width: 44rem;
}
#contents .btn-internal a,
#contents .btn-web a {
	padding: 2rem 5rem;
	text-align: center;
	line-height: 1.4;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: 900;
	display: flex;
	align-items: center;
    justify-content: center;
	color: #fff;
	position: relative;
	border-radius: 5rem;
	box-shadow: 0 5px 6px rgba(83, 83, 83, 0.15);
	transition: .4s;
    height: 100%;
}
#contents .btn-internal a:hover,
#contents .btn-web a:hover {
	opacity: 1;
}
#contents .btn-internal a {
	background: #017ec9 url("img/arr_wh_left.png") no-repeat right 2rem center;
	background-size: 12px auto;
	border: solid 2px #017ec9;
}
#contents .btn-web a {
	background: #eded3f url("img/arr_blue_left.png") no-repeat right 2rem center;
	background-size: 12px auto, auto;
	color: #004384;
	border: solid 2px #eded3f;
}
#contents .btn-internal a:hover{
	color: #017ec9;
	background: #fff url("img/arr_blue_left.png") no-repeat right 2rem center;
	background-size: 12px auto;
	border: solid 2px #017ec9;
	transition: .4s;
}
#contents .btn-web a:hover{
	background: #fff url("img/arr_blue_left.png") no-repeat right 2rem center;
	background-size: 12px auto;
	border: solid 2px #eded3f;
	transition: .4s;
}
#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 3rem 0.4rem 0;
	background: url("img/arr_ccl_blue_left.png") no-repeat right center;
	background-size: 20px auto;
	line-height: 1.3;
	text-decoration: none;
	font-weight: 900;
	letter-spacing: normal;
}
#contents .btn-link a:hover {
	opacity: 1;
	text-decoration: underline;
}


/* 共通パーツ*/

/*---------------------
　TITLE
-----------------------*/
#contents .secTitBox {
	margin: 0 0 4rem;
}
#contents .secTitBox .eng {
	margin: 0 0 4rem;
	padding: 0 0 4rem;
	position: relative;
	font-size: 12rem;
	font-family: Arial, Helvetica," sans-serif";
	font-weight: 700;
	line-height: 85px;
}
#contents .secTitBox .eng:before {
	content: "";
	background: #1d7fff;
	width: 60px;
	height: 2px;
	position: absolute;
    bottom: 0;
	left: 0;
}
#contents .secTitBox .eng img {
	width: auto;
}
#contents .secTitBox.center .eng {
	margin-left: auto;
	margin-right: auto;
}
#contents .secTitBox.center .eng:before {
	left: calc(50% - 30px);
}
#contents .secTitBox.center .secTit {
	text-align: center;
}
#contents .secTitBox .secTit {
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
#contents .secTitBox .secTit .big {
	font-size: 4rem;
}
#contents .secTitBox .secTit a {
	text-decoration: none;
	background: url("img/arr_ccl.png") no-repeat right center;
	background-size: 68px auto;
	padding: 0 8rem 0 0;
}

/*---------------------
　COMMON　PART
-----------------------*/
/*---------------------
　目次
-----------------------*/
#contents .tocBox{
	margin: 5rem auto;
	position: relative;
	background: #f7f7f7;
	padding: 0 4rem 4rem 4rem;
}
#contents .tocBox .tocInr {
}
#contents .tocBox .sTit {
	color: #0066be;
	font-size: 2rem;
	font-weight: 900;
	letter-spacing: normal;
	padding: 2.4rem 0;
	border-bottom: solid 2px rgba(0,0,0,0.2);
	margin: 0 0 3rem;
}
#contents .tocBox .sTit span {
	position: relative;
}
#contents .tocBox .sTit span:before {
	content: "";
	background: url("img/eng_index.png") no-repeat;
	background-size: 100%;
	width: 143px;
	height: 45px;
	position: absolute;
	top: 50%;
    left: 6.5rem;
	transform: translateY(-50%);
}
#contents .tocBox .toc{
	padding: 0;
	flex: 1;
	position: relative;
}
#contents .whBox ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
#contents .whBox ul li {
	padding: 0;
	margin: 0 0 10px;
	background: none;
}
#contents .whBox ul li {
	list-style: decimal-leading-zero;
	font-size: 1.6rem;
	color: #0066be;
	font-weight: 900;
	margin: 0 0 1rem 3rem;
}
#contents .whBox ul li:last-child {
	margin-bottom: 0;
}
#contents .whBox ul li > a {
	text-decoration: none;
	font-size: 1.6rem;
}
#contents .whBox ul li a:hover {
	opacity: 1;
	text-decoration: underline;
}
#contents .whBox ul li br{
	display: none;
}


/*---------------------
　関連記事
-----------------------*/
#contents .relatedLink {
	padding: 0 4rem 4rem 4rem;
	margin: 8rem auto 8rem;
}
#contents .relatedLink .sTit span:before {
	content: "";
	background: url("img/eng_link.png") no-repeat;
	background-size: 100%;
	width: 129px;
	height: 45px;
    left: 10.5rem;
}
#contents .relatedLink ul {
}
#contents .relatedLink ul li {
    margin: 0 0 1.5rem;
	list-style: none;
}
#contents .relatedLink ul li:last-child {
    margin: 0;
}
#contents .relatedLink ul li a {
    font-weight: 400;
	background: url("img/arr_ccl_blue_left.png") no-repeat top 3px left;
	background-size: 2rem auto;
	padding: 0 0 0 3rem;
	display: block;
}

#contents .l24 {
	line-height: 2.4;
}

/*---------------------
　監修パーツ
-----------------------*/
#contents .parts_sv {
	margin: 8rem auto;
	box-shadow: 0 5px 30px 10px rgba(83,83,83,0.1);
}
#contents .parts_sv .titBox {
	display: flex;
	background: linear-gradient(90deg, rgba(0,67,132,1) 0%, rgba(42,102,161,1) 100%);
	align-items: center;
}
#contents .parts_sv .lBox {
	background: #017ec9;
	width: 7rem;
	height: 7rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: normal;
	font-size: 2rem;
}
#contents .parts_sv .rBox {
	flex: 1;
	padding: 0 3rem;
}
#contents .parts_sv .rBox .eng {
	width: 10rem;
	line-height: 1.2;
}
#contents .parts_sv .rBox .comName {
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1.5;
	color: #fff;
	letter-spacing: normal;
}
#contents .parts_sv .txtBody {
	background: #fff;
	padding: 3.5rem 4rem 4rem;
}
#contents .parts_sv .catchTxt {
	margin-bottom: 1.5rem;
}
#contents .parts_sv .btns {
	display: flex;
	justify-content: center;
	gap: 2rem;
	margin: 3rem 0;
}
#contents .parts_sv .btns > div {
	margin: 0;
}
#contents .parts_sv .btn-link {
	margin-bottom: 0;
}

#contents .btns {
    display: flex;
    justify-content: center;
	gap: 4rem;
    margin: 3rem 0;
}

#contents .btns > div {
	margin: 0;
}

/*---------------------
　コメントパーツ
-----------------------*/
#contents .parts_voice {
	margin: 8rem auto;
}
#contents .parts_voice .itemBox {
	margin: 0 0 5rem;
	display: flex;
	justify-content: space-between;
}
#contents .parts_voice .itemBox:last-child {
	margin: 0;
}
#contents .parts_voice .person {
	width: 15rem;
}
#contents .parts_voice .fukiBox {
	background: #eff5ff;
	border-radius: 6px;
	position: relative;
	width: 68.5rem;
	padding: 3rem 4rem 2.5rem;
}
#contents .parts_voice .fukiBox:before {
	content: "";
	background: url("img/fuki_voice.png") no-repeat;
	background-size: 100%;
	width: 3.8rem;
	height: 2.5rem;
	position: absolute;
	top: 9rem;
	left: -2.8rem;
}
#contents .parts_voice .catchTxt {
	margin-bottom: 1.5rem;
}
#contents .parts_voice .fukiBox .txt {
	margin-top: 1.5rem;
}
#contents .parts_voice .data {
	display: flex;
	
}
.data dl {
	display: flex;
	align-items: center;
	width: 26rem;
}
.data dt {
	color: #0066be;
	font-weight: 900;
	letter-spacing: normal;
	width: 9rem;
	height: 4.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	margin: 0 2rem 0 0;
}
.data dd {
	font-weight: 900;
	letter-spacing: normal;
}



/*---------------------
　まとめパーツ
-----------------------*/
#contents .parts_matome {
	margin: 8rem auto;
	background: #f3f3f3;
	padding: 3rem 4rem 5rem;
}
#contents .parts_matome .by {
	color: #0066be;
	font-weight: 900;
	letter-spacing: normal;
	line-height: 1.5;
	margin: 0 0 2rem;
	position: relative;
}
#contents .parts_matome .by:before {
	content: "";
	background: #0066be;
	width: 3.3rem;
	height: 2px;
	position: absolute;
    top: 50%;
    left: -4rem;
    transform: translateY(-50%);
}
#contents .parts_matome .catchTxt {
	margin-bottom: 1.5rem;
}
#contents .parts_matome .btns {
	display: flex;
	justify-content: center;
	gap: 2rem;
	margin: 3rem 0 0;
}
#contents .parts_matome .btns > div {
	margin: 0;
}


/*---------------------
　インタビューパーツ
-----------------------*/
#contents .parts_iv {
	margin: 8rem auto;
	border-top: solid 2px rgba(0,102,190,0.5);
	padding: 8rem 0 0;
	background: url("img/eng_interview.png") no-repeat top 4rem right;
	background-size: auto 7rem;
}
#contents .parts_iv .ivBox {
	display: flex;
	justify-content: space-between;
}
#contents .parts_iv .person {
	width: 30.4rem;
}
#contents .parts_iv .txtBox {
	width: 52rem;
}
#contents .parts_iv .catch {
	font-size: 3.8rem;
	font-weight: 900;
	color: #0066be;
	line-height: 1.47;
	letter-spacing: normal;
	margin: 0 0 3rem;
}
#contents .parts_iv .perName {
	font-size: 2.8rem;
	font-weight: 900;
	letter-spacing: normal;
}
#contents .parts_iv .data {
	border-top: solid 2px rgb(231 231 231);
	padding: 2.5rem 0 0;
	margin: 2.5rem 0 0;
}
#contents .parts_iv .data dl {
	margin-bottom: 1rem;
	width: 100%;
}
#contents .parts_iv .data dl:nth-child(1),
#contents .parts_iv .data dl:nth-child(2) {
	float: left;
	width: 26rem;
}
#contents .parts_iv .data dt {
	background: #f3f3f3;
}


/*---------------------
　平間⽒紹介パーツ
-----------------------*/
#contents .parts_introduce {
	margin: 8rem auto;
	background: #fff;
	box-shadow: 0 5px 30px 10px rgba(83,83,83,0.1);
	padding: 3.5rem 4rem 4rem 0;
}
#contents .parts_introduce .titBar {
	background: #004384;
	color: #fff;
	font-weight: 900;
	padding: 1.4rem 0 1.4rem 26rem;
	letter-spacing: normal;
}
#contents .parts_introduce .txtBody {
	display: flex;
	gap: 3.5rem;
	padding: 0 0 0 4rem;
}
#contents .parts_introduce .pic {
	width: 18.6rem;
	margin: -5rem 0 0 0;
}
#contents .parts_introduce .txtBox {
	flex: 1;
	margin: 2.5rem 0 0;
}
#contents .parts_introduce .txtBox .txt {
	margin: 1.5rem 0 0;
}


/*---------------------
　アドバイスパーツ
-----------------------*/
#contents .parts_advice {
	margin: 8rem auto;
	position: relative;
	padding: 12rem 4rem 4rem 0;
	overflow: hidden;
}
#contents .parts_advice:before {
	content: "";
	background: linear-gradient(90deg, rgba(64,139,205,1) 0%, rgba(0,102,190,1) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform: skewY(-5deg) translateY(55px);
}
#contents .parts_advice:after {
	content: "";
	background: url("img/eng_advice.png") no-repeat;
	background-size: 100%;
	width: 37.8rem;
	height: 9.5rem;
	position: absolute;
	top: 0.5rem;
	left: 2.5rem;
	z-index: 1;
}
#contents .parts_advice .txtBody {
}
#contents .parts_advice .subTit {
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.6;
	letter-spacing: normal;
	color: #fff;
	position: relative;
	width: 48rem;
	margin: 0 0 2rem;
	padding: 0 0 0 6.5rem;
	float: right;
}
#contents .parts_advice .subTit:before {
	content: "";
	background: #eded3f;
	width: 5rem;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 0;
}
#contents .parts_advice .catch {
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.66;
	letter-spacing: normal;
	color: #fff;
	position: relative;
	width: 48rem;
	margin: 0 0 3rem;
	float: right;
}
#contents .parts_advice .picBox {
	width: 32.5rem;
	text-align: center;
	position: absolute;
}
#contents .parts_advice .picBox .perName {
	background: #004384;
	color: #fff;
	font-weight: 900;
	letter-spacing: normal;
	text-align: center;
	min-height: 5.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
    top: -2rem;
}
#contents .parts_advice .txtWrap {
	width: 48rem;
	float: right;
}
#contents .parts_advice .txt {
	color: #fff;
	margin-top: 0;
}
#contents .parts_advice .btn-link a {
	color: #fff;
	background: url("img/arr_ccl_wh_left.png") no-repeat center right;
	background-size: 20px auto;
}



/*---------------------
　共通パーツ
-----------------------*/
#contents .lower_bottom {
    padding: 20rem 0 12rem;
	position: relative;
	overflow: hidden;
}
#contents .lower_bottom:before {
	content: "";
	background: #eff5ff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 3rem;
	left: 0;
	z-index: -1;
	transform: skewY(5deg) translateY(50px);
}
#contents .lower_bottom:after {
	content: "";
	background: url(img/cmnparts_bg.png) no-repeat center top;
	background-size: 100% auto;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 20rem;
	left: 0;
	z-index: -1;
}
#contents .lower_bottom .spnArea {
	display: flex;
	background: #fff;
	box-shadow: 0 5px 30px 10px rgba(83,83,83,0.1);
	margin: 0 0 30rem;
}
#contents .lower_bottom .spnArea .titBar {
	width: 28rem;
	background: linear-gradient(90deg, rgba(0,67,132,1) 0%, rgba(42,102,161,1) 100%);
	position: relative;
}
#contents .lower_bottom .spnArea .titBar:before {
	content: "";
	background: url("img/eng_sponsored.png") no-repeat;
	background-size: 100%;
	width: 13.5rem;
	height: 2.2rem;
	position: absolute;
	top: 56px;
	left: 50%;
	transform: translateX(-50%);
}
#contents .lower_bottom .spnArea .titBar .sq {
	height: 6.8rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #017ec9;
	font-size: 2rem;
	letter-spacing: normal;
}
#contents .lower_bottom .spnArea .titBar .tit {
	font-family: "Noto Sans JP-vertical";
	color: #fff;
	font-weight: 900;
	font-size: 4rem;
	letter-spacing: normal;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: flex;
	align-items: center;
	width: 100%;
	line-height: 2;
	padding: 5rem 0 0;
}
#contents .lower_bottom .spnArea .titBar .tit span {
	font-size: 6rem;
	line-height: 1;
}
#contents .lower_bottom .spnArea .txtBody {
	max-width: 92rem;
	padding: 7rem 5rem 5rem;
}
#contents .lower_bottom .spnArea .capBox {
	text-align: center;
	margin: 0 0 3rem;
}
#contents .lower_bottom .spnArea .catch {
	color: #0066be;
	font-size: 2.4rem;
	font-weight: 900;
	letter-spacing: normal;
	line-height: 1.7;
	position: relative;
	padding: 0 0 2rem;
	margin: 0 0 3rem;
}
#contents .lower_bottom .spnArea .catch:before {
	content: "";
	background: #eded3f;
	width: 8rem;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#contents .lower_bottom .spnArea .catch span {
	font-size: 3rem;
}
#contents .lower_bottom .spnArea .btns {
	display: flex;
	justify-content: center;
	gap: 3rem;
	margin: 4rem 0 0;
}
#contents .lower_bottom .spnArea .btns > div {
	margin: 0;
}
#contents .lower_bottom .spnArea .btn-link {
	margin-top: 3rem;
	margin-bottom: 0;
}
#contents .lower_bottom .pickupArea {
	position: relative;
}
#contents .lower_bottom .pickupArea:before {
	content: "";
	background: url("img/eng_pickup.png") no-repeat;
	background-size: 100%;
	width: 52.5rem;
	height: 14.7rem;
	position: absolute;
    top: -13rem;
    left: -8rem;
}
#contents .lower_bottom .pickupArea:after {
	content: "";
	background: url("img/cmnparts_pickup_deco.png") no-repeat;
	background-size: 100%;
	width: 35.9rem;
	height: 18.7rem;
	position: absolute;
	top: -23rem;
    right: 0;
}
#contents .lower_bottom .pickupArea .btns {
	display: flex;
	justify-content: center;
	gap: 4rem;
	position: relative;
	z-index: 1;
}
#contents .lower_bottom .pickupArea .btns > div {
	width: 50rem;
}








@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;
}
.home .bodyInr {
	position: relative;
	overflow: hidden;
	background: url("img/bg_home_sp.png") no-repeat top center;
	background-size: 100% auto;
}
.lower {
	background: url("img/bg_temp_sp.png") no-repeat top center;
	background-size: 100% auto;
}
.lower:before {
	background: url("img/deco_temp_sp.png") no-repeat top 15rem center;
	background-size: 100% auto;
	height: 26rem;
}
a:hover {
	opacity: 1;
}
.inner, .wi1100, .wi1000, .wi1200 {
    width: 100%;
    margin: 0 auto;
	max-width: 100%;
}	
	
/*--------------------------------------
　Header
---------------------------------------*/
header {
	position: relative;
	padding: 1rem 0 0 3%;
}
header .logo {
	position: absolute;
	width: 14.8rem;
	top: 3rem;
    right: 2rem;
}
header .logo a {
}
header .by {
	font-size: 1rem;
	text-align: left;
	margin: 5px 0 0;
}
header .siteName {
	font-size: 1.1rem;
	position: static;
	text-align: left;
}
header .siteName a {
	font-size: 1.1rem;
}
header .w1600 {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.home header {
    padding: 1rem 0 0 3%;
    min-height: inherit;
}
.lower header {
}
.lower header .siteName {
	top: -1.5rem;
}
	
/*--------------------------------------
　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 .by {
    font-size: 1rem;
    text-align: center;
    margin: 5px 0 0;
}
.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: 6rem;
    height: 3.4rem;
    display: block;
    top: auto;
    right: auto;
    z-index: 200;
    cursor: pointer;
  }
  .l-gnavi-btn span {
    width: 24px;
    height: 1px;
    display: inline-block;
    background: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: absolute;
    left: 18px;
  }
  .l-gnavi-btn.is-active {
    border: 0;
  }
  .l-gnavi-btn.is-active span {
  }
  .l-gnavi-btn span:nth-of-type(1) {
    top: 11px;
  }
  .l-gnavi-btn span:nth-of-type(2) {
    top: 16.5px;
  }
  .l-gnavi-btn span:nth-of-type(3) {
    top: 22.5px;
  }
  .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: 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;
	          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: 10px;
	right: 3%;
}
#page-top:hover {
	opacity: 1;
}
footer a:hover {
    text-decoration:none;
	opacity: 1;
}
footer {
	width: 100%;
	padding: 5rem 0 0;
	margin: 0;
	position: relative;
}
footer .areaInner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
footer .aboutBox {
	padding: 2rem;
	display: block;
	width: 89%;
	margin: 0 auto;
}
footer .aboutBox .logoBox {
	max-width: 100%;
}
footer .aboutBox .logoBox .eng_about {
	display: none;
}
footer .aboutBox .logoBox .tit {
	font-size: 1.8rem;
	margin: 0 0 1rem;
}
footer .aboutBox .txtBox {
	color: #fff;
	flex: 1;
}
footer .aboutBox .btn-link {
	text-align: right;
}
footer .aboutBox .btn-link a {
	color: #fff;
	text-decoration: none;
	font-weight: 900;
	background: url("img/arr_ccl_wh_left.png") no-repeat right center;
	background-size: 2rem auto;
	padding: 0 3rem 0 0;
}
footer .aboutBox .btn-link a:hover {
	text-decoration: underline;
}
footer .twoColBox {
	display: block;
	margin: 3.5rem 0 0;
}
footer .twoColBox .logoBox {
	width: 100%;
	padding: 0 5.3%;
	margin: 0 0 3rem;
}
footer .twoColBox .logoBox .logo {
	width: 18rem;
	margin: 0 auto 2rem;
}
footer .twoColBox .logoBox .by {
	font-size: 1rem;
	text-align: center;
	margin: 5px 0 0;
}
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;
}	
	

footer .logo a {
	display: block;
}
footer .logo a:hover {
	opacity: 1;
}
footer .areaInner .footBox {
	margin: 0;
}
footer .areaInner .footBox:first-of-type {
	border-top: 1px solid #89b0c3;
}
footer .areaInner .footBox .sttl {
	border-bottom: 1px solid #89b0c3;
}
footer .areaInner .footBox .sttl a {
	display: block;
	font-size: 1.5rem;
	background: url("img/arr_wh_left.png") right 15px center no-repeat;
	background-size: 11px 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: #0066be url("img/arr_wh_left.png") right 15px center no-repeat;
	background-size: 11px auto;
	border-bottom: 1px solid #89b0c3;
	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: #0066be url("img/arr_wh_left.png") right 15px center no-repeat;
	background-size: 11px 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: #0066be url("img/arr_wh_left.png") right 15px center no-repeat;
	background-size: 11px auto;
}
footer .areaInner .footBox .accChild .subList li a:before {
	/*content: "└";
	color: #b4965c;*/
	padding: 0 0.5rem 0 0;
}
footer .areaInner .footBox .accChild .subList li:last-child a {
}
footer .areaInner .footBox .accChild li:after {
	content: none;
}
footer .areaInner .footBox .accChild li:last-child:after {
	content: none;
}
footer .areaInner .footBox .accChild .subList li::after {
    content: none;
}
footer .areaInner .footBox .accChild .subList li:first-child::before {
    content: none;
}
footer .areaInner .footBox .accChild .subList li::before {
    content: none;
}
footer .areaInner .noticeArea {
	width: 80%;
	margin: 30px auto 20px;
	padding: 0;
	font-size: 1.1rem;
	line-height: 1.8em;
}
footer .areaInner .noticeArea p {
	font-size: 1.1rem;
	text-align: left;
	font-weight: normal;
	color: #fff;
}
footer .areaInner .botPrg {
	font-size: 1rem;	
	text-align: center;
	padding: 0 4% 20px;
	line-height: 1.4;
	margin: 0;
	color: #fff;
}
footer .botArea {
	padding: 0 4%;
}
footer p.copy {
	margin: 0;
	padding: 0;
	font-size: 1.0rem;
	line-height: 1.3;
	text-align: center;
	float: none;
	color: #fff;
}
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;
}

.fixBan {
	position: fixed;
	top: auto;
	bottom: 0;
	right: auto;
	left: 0;
}
.fixBan:before {
	width: 19px;
	height: 19px;
	position: absolute;
	bottom: 13px;
	right: 1.5rem;
	z-index: 1;
	border-radius: 50%;
}
.fixBan:after {
	width: 27px;
	height: 16px;
	position: absolute;
	top: -0.5rem;
	left: 3px;
}
.fixBan:hover {
	opacity: 1;
}
.fixBan a {
	clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
	width: 31rem;
	font-family: "Noto Sans JP";
	font-weight: 900;
	-ms-writing-mode: inherit;
	writing-mode: inherit;
	padding: 0.5rem 1rem 0.8rem 2.5rem;
	line-height: 1.8;
}
.fixBan span {
	font-size: 1.3rem;
	color: #017ec9;
	margin: 6px 0 0;
}
.fixBan .wh {
	clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
	font-size: 1.5rem;
	padding: 2px 20px 2px 10px;
}
	
/*--------------------------------------
pankuzu
---------------------------------------*/
#pankuzuWrap {
	overflow: auto;
	white-space: nowrap;
    width: 100%;
	margin: 10rem 0 3rem;
}
#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;
	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 {
	margin: 0 auto 1rem;
	font-size: 2.8rem;
}
#category .h1Txt,
#page .h1Txt {
	color: #666;
	font-size: 1.3rem;
	line-height: 1.6;
	margin: 0 0 3rem;
	
}
#category h2,
#page h2 {
	background: url(img/deco_h2.png) no-repeat top left, linear-gradient(90deg, rgba(64,139,205,1) 0%, rgba(0,102,190,1) 100%);
	background-size: 178px auto, cover;
	line-height: 1.5;
	font-size: 2.3rem;
	padding: 1rem 2rem 1rem 1.5rem;
	display: flex;
	align-items: center;
	margin: 4rem auto 2rem;
}
#category h3,
#page h3 {
	line-height: 1.5;
	font-size: 2.1rem;
	padding: 0 0 1.5rem 0;
	margin: 3rem auto 1.5rem;
}
#category h3:before,
#page h3:before {
	content: "";
    background: #eded3f;
    width: 6rem;
    height: 2px;
}
#category h4, #page h4,
#category h5, #page h5,
#category h6, #page h6 {
    font-size: 1.8rem;
    border-bottom: solid 2px rgba(0, 0, 0, 0.2);
    padding: 0 0 1.5rem 0;
    margin: 3rem auto 2rem;
}
#category h2 a, #page h2 a {
    background: url("img/arr_ccl_wh_left.png") no-repeat right center;
	background-size: 18px 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_blue_left.png") no-repeat right center;
	background-size: 18px 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);
}
	
	
	
	
	
/* ================== */
/*  テーブル　　　　　*/
/* ================== */
#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 {
	margin: 0;
    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 3rem;
}	
#contents .btn-internal a {
	background: #017ec9 url(img/arr_wh_left.png) no-repeat right 2rem center;
    background-size: 11px auto;
}
#contents .btn-web a {
	background: #eded3f url(img/arr_blue_left.png) no-repeat right 2rem center;
    background-size: 11px auto, 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_blue_left.png") no-repeat right center;
    background-size: 19px 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: #efae48 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: 900;
    display: block;
    color: #fff;
    position: relative;
	padding: 1.8rem 4rem 1.8rem 5.5rem;
	box-shadow: 0 5px 6px rgba(83, 83, 83, 0.15);
	border-radius: 5rem;
	border: solid 2px #efae48;
}	
	
	
	
	
/* 共通パーツ*/

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



/*---------------------
　COMMON　PART
-----------------------*/
/*---------------------
　目次
-----------------------*/
#contents .tocBox{
	margin: 4rem auto 4rem;
	padding: 0 2rem 2rem 2rem;
}
#contents .tocBox .tocInr {
}
#contents .tocBox .sTit {
	font-size: 1.7rem;
	padding: 1.4rem 0;
	border-bottom: solid 2px rgba(0,0,0,0.2);
	margin: 0 0 2rem;
}
#contents .tocBox .sTit span:before {
	width: 112px;
	height: 35px;
    left: 5rem;
}
#contents .whBox ul li {
	margin: 0 0 10px;
	background: none;
}
#contents .whBox ul li {
	margin: 0 0 1rem 3rem;
}
#contents .whBox ul li a:hover {
	text-decoration: none;
}


/*---------------------
　関連記事
-----------------------*/
#contents .relatedLink {
	padding: 0 2rem 2rem 2rem;
	margin: 5rem auto 5rem;
}
#contents .relatedLink .sTit span:before {
	width: 102px;
	height: 35px;
    left: 8.5rem;
}
#contents .relatedLink ul {
}
#contents .relatedLink ul li {
    margin: 0 0 1.5rem;
}
#contents .relatedLink ul li a {
	background: url("img/arr_ccl_blue_left.png") no-repeat top 3px left;
	background-size: 1.8rem auto;
	padding: 0 0 0 2.8rem;
}
#contents .l24 {
	line-height: 1.86;
}

/*---------------------
　監修パーツ
-----------------------*/
#contents .parts_sv {
	margin: 5rem auto;
}
#contents .parts_sv .titBox {
}
#contents .parts_sv .lBox {
	width: 6rem;
	height: 6rem;
	font-size: 1.5rem;
}
#contents .parts_sv .rBox {
	padding: 0 2rem;
}
#contents .parts_sv .rBox .eng {
	width: 8rem;
	line-height: 1.2;
}
#contents .parts_sv .rBox .comName {
	font-size: 1.6rem;
	line-height: 1.4;
}
#contents .parts_sv .txtBody {
	padding: 2rem 2rem 3rem;
}
#contents .parts_sv .catchTxt {
	margin-bottom: 1.5rem;
}
#contents .parts_sv .btns {
	flex-direction: column;
	margin: 2rem 0;
	align-items: center;
}
#contents .parts_sv .btns > div {
	margin: 0;
}
#contents .parts_sv .btn-link {
	margin-bottom: 0;
}

	#contents .btns {
	flex-direction: column;
	margin: 2rem 0;
	align-items: center;
}
#contents .btns > div {
	margin: 0;
}

/*---------------------
　コメントパーツ
-----------------------*/
#contents .parts_voice {
	margin: 7rem auto;
}
#contents .parts_voice .itemBox {
	margin: 0 0 5rem;
	display: block;
	position: relative;
}
#contents .parts_voice .itemBox:last-child {
	margin: 0;
}
#contents .parts_voice .person {
	width: 7rem;
	position: absolute;
	top: -3.3rem;
	left: 1.5rem;
	z-index: 1;
}
#contents .parts_voice .person img {
	border: solid 2px #fff;
	border-radius: 50%;
}
#contents .parts_voice .fukiBox {
	border-radius: 5px;
	width: 100%;
	padding: 5rem 2rem 3rem;
}
#contents .parts_voice .fukiBox:before {
	content: none;
}
#contents .parts_voice .catchTxt {
	margin-bottom: 1.5rem;
}
#contents .parts_voice .fukiBox .txt {
	margin-top: 1.5rem;
}
#contents .parts_voice .data {
	display: flex;
	
}
.data dl {
	display: flex;
	align-items: center;
	width: 50%;
}
.data dt {
	width: 7rem;
	height: 3.5rem;
	margin: 0 1.5rem 0 0;
}
.data dd {
}



/*---------------------
　まとめパーツ
-----------------------*/
#contents .parts_matome {
	margin: 5rem auto;
	padding: 2rem 2rem 3.5rem;
}
#contents .parts_matome .by {
	color: #004384;
	margin: 0 0 2rem;
	font-size: 1.6rem;
}
#contents .parts_matome .by:before {
	background: #0066be;
	width: 1.6rem;
	height: 2px;
    left: -2rem;
}
#contents .parts_matome .catchTxt {
	margin-bottom: 1.5rem;
}
#contents .parts_matome .btns {
	flex-direction: column;
	align-items: center;
	margin: 3rem 0 0;
}


/*---------------------
　インタビューパーツ
-----------------------*/
#contents .parts_iv {
	margin: 5rem auto;
	padding: 2rem 0 0;
	background: url("img/eng_interview.png") no-repeat top 2rem right;
	background-size: auto 3.3rem;
}
#contents .parts_iv .ivBox {
	display: block;
}
#contents .parts_iv .person {
	width: 11.4rem;
	position: absolute;
}
#contents .parts_iv .txtBox {
	width: 100%;
}
#contents .parts_iv .catch {
	font-size: 2.2rem;
	margin: 0 0 1.5rem;
	padding: 3rem 0 0 13rem;
}
#contents .parts_iv .perName {
	font-size: 1.9rem;
	padding: 0 0 0 13rem;
}
#contents .parts_iv .data {
	padding: 2rem 0 0;
	margin: 3rem 0 0;
}
#contents .parts_iv .data dl {
	margin-bottom: 1rem;
	width: 100%;
}
#contents .parts_iv .data dl:nth-child(1),
#contents .parts_iv .data dl:nth-child(2) {
	width: 50%
}


/*---------------------
　平間⽒紹介パーツ
-----------------------*/
#contents .parts_introduce {
	margin: 5rem auto;
	padding: 2rem 0 3rem;
}
#contents .parts_introduce .titBar {
	padding: 1.4rem 0 1.4rem 2rem;
	font-size: 1.4rem;
}
#contents .parts_introduce .txtBody {
	flex-direction: column;
	gap: 2rem;
	padding: 2rem 2rem 0;
}
#contents .parts_introduce .pic {
	width: 14rem;
	margin: 0 auto;
}
#contents .parts_introduce .txtBox {
	margin: 0;
}
#contents .parts_introduce .txtBox .txt {
	margin: 1.5rem 0 0;
}


/*---------------------
　アドバイスパーツ
-----------------------*/
#contents .parts_advice {
	margin: 5rem auto;
	position: relative;
	padding: 10rem 0 2rem;
}
#contents .parts_advice:before {
	content: "";
	background: linear-gradient(90deg, rgba(64,139,205,1) 0%, rgba(0,102,190,1) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform: skewY(-5deg) translateY(55px);
}
#contents .parts_advice:after {
	width: 17.3rem;
	height: 4.2rem;
	top: 3.3rem;
	left: 1.1rem;
}
#contents .parts_advice .txtBody {
}
#contents .parts_advice .subTit {
	font-size: 1.6rem;
	width: 100%;
	margin: 0 0 1rem;
	padding: 0 2rem 0 2rem;
	float: none;
}
#contents .parts_advice .subTit:before {
	width: 1.6rem;
	height: 2px;
}
#contents .parts_advice .catch {
	font-size: 2.2rem;
	width: 100%;
	margin: 0 0 1rem;
	float: none;
	padding: 0 2rem;
}
#contents .parts_advice .picBox {
	width: 100%;
	text-align: center;
	position: static;
}
#contents .parts_advice .picBox img {
	width: 14rem;
}
#contents .parts_advice .picBox .perName {
	min-height: 4rem;
	font-size: 1.4rem;
	position: relative;
    top: -2rem;
	width: 94%;
}
#contents .parts_advice .txtWrap {
	width: 100%;
	float: none;
	padding: 0 2rem;
}
#contents .parts_advice .txt {
	margin-top: 0;
}
#contents .parts_advice .btn-link a {
	color: #fff;
	background: url("img/arr_ccl_wh_left.png") no-repeat center right;
	background-size: 20px auto;
}
#contents .btn-link-sp a {
    text-align: center;
    line-height: 1.4;
    text-decoration: none;
    font-weight: 900;
    display: block;
    color: #004384 !important;
    position: relative;
    border-radius: 5rem;
    box-shadow: 0 5px 6px rgba(83, 83, 83, 0.15);
    transition: .4s;
	font-size: 1.5rem;
	padding: 1.8rem 4.5rem;
	background: #fff url("img/arr_blue_left.png") no-repeat right 2rem center !important;
	background-size: 11px auto !important;
}


/*---------------------
　共通パーツ
-----------------------*/
#contents .lower_bottom {
    padding: 11rem 0 5rem;
	position: relative;
	overflow: hidden;
}
#contents .lower_bottom:before {
    top: 0;
}
#contents .lower_bottom:after {
	content: "";
	background: url(img/cmnparts_bg_sp.png) no-repeat center top;
	background-size: 100% auto;
	width: 296px;
	height: 98px;
	position: absolute;
    top: 2rem;
    left: auto;
    z-index: -1;
    right: 2rem;
}
#contents .lower_bottom .spnArea {
	display: block;
	margin: 0 0 9rem;
}
#contents .lower_bottom .spnArea .titBar {
	width: 100%;
	display: flex;
	min-height: 10.2rem;
}
#contents .lower_bottom .spnArea .titBar:before {
	width: 15rem;
        height: 3rem;
        top: -1px;
        left: auto;
        right: 1rem;
        transform: none;
}
#contents .lower_bottom .spnArea .titBar .sq {
	font-family: "Noto Sans JP-vertical";
	font-weight: 400;
	width: 4rem;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#contents .lower_bottom .spnArea .titBar .tit {
	font-family: "Noto Sans JP";
	font-size: 1.8rem;
	letter-spacing: normal;
	-ms-writing-mode: inherit;
	writing-mode: inherit;
	display: flex;
	align-items: center;
	width: 100%;
	line-height: 2;
	padding: 1rem 0 0 3rem;
}
#contents .lower_bottom .spnArea .titBar .tit span {
	font-size: 2.5rem;
}
#contents .lower_bottom .spnArea .txtBody {
	width: 100%;
	padding: 2.5rem 2rem 3rem;
}
#contents .lower_bottom .spnArea .capBox {
	text-align: center;
	margin: 0 0 2rem;
}
#contents .lower_bottom .spnArea .catch {
	font-size: 1.6rem;
	line-height: 1.6;
	padding: 0 0 2rem;
	margin: 0 0 2rem;
}
#contents .lower_bottom .spnArea .catch:before {
	width: 6rem;
	height: 2px;
}
#contents .lower_bottom .spnArea .catch span {
	font-size: 2.2rem;
}
#contents .lower_bottom .spnArea .btns {
	flex-direction: column;
	align-items: center;
	gap: 2rem;
	margin: 3rem 0 0;
}
#contents .lower_bottom .pickupArea {
	position: relative;
	padding: 0 2rem;
}
#contents .lower_bottom .pickupArea:before {
	width: 21rem;
	height: 12rem;
    top: -4.5rem;
    left: 2rem;
}
#contents .lower_bottom .pickupArea:after {
	content: none;
}
#contents .lower_bottom .pickupArea .btns {
	flex-direction: column;
	align-items: center;
	gap: 2rem;
}
#contents .lower_bottom .pickupArea .btns > div {
	width: 92%;
}
}