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

/*--------------------------------------------------------------------------
   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 {
	font-family: "Noto Serif JP";
}
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: #020f1f;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2.0em;
	min-width: 1100px;
	position: relative;
	-webkit-text-size-adjust: none;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
img { 
  max-width: 100%; 
  height: auto;
}
a {
  color: #000;
  text-decoration: underline;
	transition: all .4s;
}
a:hover {
	text-decoration: none;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.5;
}

.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: #cc031e;
}
#contents .marker {
	font-weight: 700;
	background: linear-gradient(transparent 60%, #e9dfc7 40%);
}	
#contents p {
    margin: 2rem auto;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}


/*--------------------------------------
　Header
---------------------------------------*/

/* MV */


/*--------------------------------------
　gNav
---------------------------------------*/
.fixHeader {
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 10;
	width: 100%;
	height: 10.8rem;
	box-shadow: 0 2px 30px 0 rgba(2,15,31,0.1);
	display: none;
}
.fixHeader .headInr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 1.5rem 0 2rem;
	height: 100%;
}
.fixHeader .logo {
	width: 214px;
	margin: 0 2rem 0 0;
}
.fixHeader .logo a {
	text-decoration: none;
}
.fixHeader .logo .by {
	font-size: 1rem;
	line-height: 1;
}
.fixHeader .rightBox {
	display: flex;
	align-items: center;
}
.fixHeader .rightBox .gNav {
	display: flex;
	align-items: center;
	margin: 0 3rem 0 0;
}
.fixHeader .rightBox .gNav li {
	text-align: center;
	line-height: 1.5;
	position: relative;
}
.fixHeader .rightBox .gNav li:before {
	content: "";
	background: #b2b2b2;
	width: 1px;
	height: 5rem;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.fixHeader .rightBox .gNav li:last-child:after {
	content: "";
	background: #b2b2b2;
	width: 1px;
	height: 5rem;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.fixHeader .rightBox .gNav li a {
	text-decoration: none;
	font-weight: 600;
	font-size: 1.4rem;
	padding: 0 2rem;
	display: block;
}
.fixHeader .btn-web {
	text-align: center;
	padding: 0;
	width: 260px;
	height: 8rem;
}
.fixHeader .btn-web a {
	padding: 1rem 3rem;
	text-align: center;
	line-height: 1.4;
	text-decoration: none;
	font-size: 1.5rem;
	font-weight: 700;
	display: block;
	position: relative;
	color: #fff;
	font-family: "Noto Serif JP";
}
.fixHeader .btn-web a:hover {
	opacity: 0.7;
}
.fixHeader .btn-web a {
	background: #cc031e url("img/arr_white_right.png") no-repeat right 2rem center;
	background-size: 13px auto;
}

.l-gnavi-area {
	display: none;
}

/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzuWrap {
	margin: 2rem auto 6rem;
}
#pankuzu {
	font-size: 1.2rem;
	margin: 0 auto;
	padding: 0;
	color: #666;
	max-width: 1000px;
}
#pankuzu a {
	color: #666;
	font-size: 1.2rem;
}
#pankuzu a:hover {
	opacity: 1;
}



/*--------------------------------------
　Footer
---------------------------------------*/
#page-top {
	position: fixed;
	width: 70px;
	bottom: 30px;
	right: 30px;
	z-index: 100;
}
#page-top:hover img {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}
footer {
	background: #003157;
	position: relative;
	padding: 6rem 0 0;
	margin: 10rem 0 0;
}
footer a:hover {
	text-decoration: underline;
	opacity: 1;
}
footer .logo {
	width: 230px;
	margin: 0 auto 5rem;
}
footer .logo a {
    padding: 6rem 0 0 0;
	text-align: center;
	text-decoration: none;
}
footer .logo a:hover {
	opacity: 0.7;
}
footer .areaInner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
footer .areaInner .footBox {
	margin: 0 0 5rem;
}
footer .areaInner .footBox:after {
	content: "";
	display: block;
	clear: both;
}
footer .areaInner .footBox .sttl {
	font-family: "Noto Serif JP";
	border-bottom: solid 1px #a9a9b0;
	padding: 0 0 8px 0;
	margin: 0 0 15px 0;
}
footer .areaInner .footBox .sttl a {
	font-size: 1.8rem;
	padding: 3px 1rem 3px 1rem;
	display: block;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-decoration: none;
	color: #fff;
}
footer .areaInner .footBox .sttl a:hover {
	opacity: 0.8;
}
footer .areaInner .footBox .accChild {
	padding: 0 1rem;
}
footer .areaInner .footBox .accChild li {
	display: inline;
	margin: 0 0 10px;
	padding: 0 0.1rem 0 0.05rem;
	vertical-align: top;
}
footer .areaInner .footBox .accChild li:after {
    content: "　/　";
    letter-spacing: 0;
	color: #fff;
}
footer .areaInner .footBox .accChild li:last-child:after {
    content: none;
}
footer .areaInner .footBox .accChild .sp {
	display: none;
}
footer .areaInner .footBox .accChild li a {
	font-size: 1.5rem;
	color: #fff;
	font-weight: normal;
	padding: 0;
	line-height: 1.4;
	text-decoration: none;
}
footer .areaInner .footBox .accChild li a:hover {
	text-decoration: underline;
}
footer .areaInner .footBox .accChild .subCat li a {
	background: none;
	padding: 0;
}
footer .areaInner .footBox .accChild .subList {
	/*display: block;*/
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 0 0 10px;
}
footer .areaInner .footBox .accChild .subList li {
	width: auto;
	display: block;
	margin: 0;
	/*padding: 0 0 0 30px;*/
	position: relative;
}
footer .areaInner .footBox .accChild .subList li:before {
	/*content: "└";
	padding: 0 6px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;*/
}
footer .areaInner .footBox .accChild .subList li a {
	font-size: 1.3rem;
}
footer .areaInner .noticeArea {
	margin: 4rem auto 3rem;
	width: 640px;
}
footer .areaInner .noticeArea p {
	font-size: 1.2rem;
	line-height: 1.8;
	color: #a9a9b0;
	text-align: center;
}
footer .areaInner .botPrg {
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.7;
	color: #a9a9b0;
	margin: 0;
}
footer .botArea {
	color: #a9a9b0;
	padding: 3rem 0 0;
}
footer .botArea .botInner {
	padding: 1rem 0;
}
footer p.copy {
	font-size: 1.2rem;
	float: none;
	color: #a9a9b0;
	text-align: center;
}
footer p.copy a {
	text-decoration: underline;
	color: #a9a9b0;
}
footer p.copy a:hover {
	text-decoration: none;
}


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

#contents {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#index {
	margin: 0;
	padding: 0;
}
#category,
#page {
	margin: 0 auto 12rem;
}
.wi1000 {
	max-width: 1000px;
	margin: 0 auto;
}
.wi1100 {
	max-width: 1100px;
	margin: 0 auto;
}

/* ================== */
/*  メインコンテンツ　*/
/* ================== */
#category h1,
#page h1 {
	margin: 0 auto 1rem;
	font-size: 4.3rem;
	padding: 2.5rem 16rem 2.5rem 3rem;
	line-height: 1.4;
	word-break: break-all;
	position: relative;
	font-weight: 700;
	letter-spacing: 0.1em;
	background: #f4f1e9;
	min-height: 113px;
}
#category h1:before,
#page h1:before {
	content: "";
	background: #f4f1e9;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -100%;
}
#category h1:after,
#page h1:after {
	content: "";
	background: url("img/bg_h1.jpg") no-repeat;
	background-size: 100%;
	width: 458px;
	height: 113px;
	position: absolute;
	bottom: 0;
	right: -31rem;
}
#category h1 span,
#page h1 span {
	position: relative;
	z-index: 1;
}
#contents .h1Txt {
	font-size: 1.4rem;
	margin: 0;
	max-width: 100%;
}
#category h2,
#page h2 {
	background: linear-gradient(90deg, rgba(0,49,87,1) 0%, rgba(13,60,96,1) 80%, rgba(61,98,127,1) 100%);
	line-height: 1.5;
	font-size: 3.4rem;
	color: #fff;
	padding: 2rem 3rem 2.5rem 3rem;
	letter-spacing: 0.1em;
	word-break: break-all;
	margin: 5rem auto 4rem;
	position: relative;
	font-weight: 700;
}
#category h2:before,
#page h2:before {
	content: "";
	width: calc(100% - 3rem);
	height: 1px;
	position: absolute;
	bottom: 18px;
	left: 3rem;
	background: rgba(160,205,238,0.8);
	
}
#category h3,
#page h3 {
	line-height: 1.5;
	font-size: 2.8rem;
	padding: 1.5rem 3rem 1.5rem 3.5rem;
	margin: 5rem auto 4rem;
	position: relative;
	letter-spacing: 0.1em;
	font-weight: 700;
	color: #003157;
	border-bottom: solid 1px #bbb;
}
#category h3:before,
#page h3:before {
	content: "";
	background: #003157;
	width: 4px;
	height: calc(100% - 28px);
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 1.2rem;
}
#category h4, #page h4,
#category h5, #page h5,
#category h6, #page h6 {
	font-size: 2.2rem;
	line-height: 1.5;
	border-bottom: solid 1px #bbb;
	letter-spacing: 0.1em;
	font-weight: 700;
	padding: 1rem 3rem 1rem 1rem;
	margin: 4rem auto 3rem;
}
#category h1 a,
#page h1 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_black_right.png") no-repeat right center;
	background-size: 18px auto;
	display: block;
	padding: 0 4rem 0 0;
	width: 100%;
}
#category h2 a,
#page h2 a {
	text-decoration: none;
	background: url("img/arr_white_right.png") no-repeat right center;
	background-size: 18px auto;
	display: block;
	padding: 0 4rem 0 0;
	width: 100%;
	color: #fff;
}
.sitemap #category h2,
.sitemap #page h2 {
	margin: 8rem auto 2rem;
}
/*.sitemap #contents ul {
    margin: 2rem auto 6rem;
}*/

/* li */
#contents ul {
	margin: 2rem auto;
	padding: 1rem 1rem 0;
}
#contents ul li {
	padding: 0 0 6px 15px;
	background: url(img/icon_dot.png) 0 5px no-repeat;
	background-size: 8px 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 1rem 0;
}
#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: #dfc995;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 8px;
	left: 0;
	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 #bbb;
}
#contents table th {
	width: 25%;
	padding: 18px 15px;
	background: #f3f3f3;
	line-height: 1.6;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	word-wrap: break-word;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
#contents table td {
	line-height: 1.6;
	padding: 16px 15px;
	font-size: 1.5rem;
	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;
}

#contents .reference {
    margin: 8px 0 0;
    font-size: 1.3rem;
    line-height: 1.6;
    text-align: center;
}



/*--------------------------------------
　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 {
max-width: 640px;
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 p {
text-align: left;
max-width: 100%;
}
#contents .float-wrap .catch,
#contents .catchTxt {
font-family: "Noto Serif JP";
font-size: 2.6rem;
font-weight: 700;
line-height: 1.7;
margin: 0 0 1.5rem;
background: none;
border: none;
padding: 0;
width: auto;
letter-spacing: 0.1em;
color: #003157;
	position: relative;
}
#contents .float-wrap.center .catch {
max-width: 640px;
margin: 0 auto 1.5rem;
}
#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;
}
#contents .catchTxt.bb {
	padding: 0 0 2rem;
}
#contents .catchTxt.bb:before {
	content: "";
	background: #7f98ab;
	width: 50px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}





/*  btns*/
#contents .btn-internal,
#contents .btn-web,
#contents .btn-tel {
	text-align: center;
	margin: 3rem auto;
	padding: 0;
	width: 320px;
}
#contents .btn-internal a,
#contents .btn-web a {
	padding: 2rem 5rem;
	text-align: center;
	line-height: 1.4;
	text-decoration: none;
	font-size: 1.6rem;
	font-weight: 700;
	display: block;
	position: relative;
	color: #003157;
	font-family: "Noto Serif JP";
}
#contents .btn-internal a:hover,
#contents .btn-web a:hover {
	opacity: 0.7;
}
#contents .btn-internal a {
	background: #dfc995 url(img/arr_black_right.png) no-repeat right 2rem center;
	background-size: 13px auto;
}
#contents .btn-web a {
	background: #cc031e url("img/arr_white_right.png") no-repeat right 2rem center;
	background-size: 13px auto;
	color: #fff;
}
#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 2rem 0.4rem 0;
	font-size: 1.5rem;
	background: url("img/arr_black_right.png") no-repeat right center;
	background-size: 13px auto;
	line-height: 1.4;
	text-decoration: underline;
}
#contents .btn-link a:hover {
	opacity: 1;
	text-decoration: none;
}


/* 共通パーツ*/

/*---------------------
　COMMON　PART
-----------------------*/
#contents .secTitBox {
	margin: 0 0 4rem;
}
#contents .secTitBox .en {
	position: relative;
	padding: 0 0 3rem;
	margin: 0 0 3rem;
}
#contents .secTitBox .en img {
	width: auto;
	height: 6rem;
}
#contents .secTitBox .secTit {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.1em;
}
#contents .secTitBox .secTit span {
	font-size: 5.5rem;
	line-height: 1.2;
}
#contents .txt_brwn {
	color: #dfc995;
}
#contents .lead {
	margin: 0 0 6rem;
}
#contents .secTitBox .en.bb-anim:before{
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 150%;
	height: 1px;
	background: #020f1f;
	transition: transform 0.7s cubic-bezier(0.47, 1.64, 0.41, 0.8) 0.7s;
    transform-origin: center left;
	transform: scale(0, 1);
}
#contents .secTitBox .secTit a,
#contents .float-wrap .catch a,
#contents .catchTxt a,
#contents .catchTxt.bb a {
    text-decoration-line: none;
}


/*#contents .secTitBox .en.bb-anim.isActive:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  border-bottom: solid 1px #020f1f;
  animation: border_anim 1.5s linear forwards;
}*/
#contents .secTitBox .en.bb-anim.isActive:before {
    transform: scale(1, 1);
}
/*@keyframes border_anim {
  0%{
    width: 0%;
  }
  100%{
    width: 150%;
  }
}*/



.mv {
	background: url("img/kv_lower.jpg") no-repeat center;
	background-size: cover;
	position: relative;
	min-height: 22rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mv .siteName,
.mv .by {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	color: #fff;
	font-size: 1.1rem;
	position: absolute;
	top: 2rem;
	line-height: 1;
	font-weight: normal;
}
.mv .siteName a {
	color: #fff;
	text-decoration: none;
}
.mv .siteName {
	right: 3rem;
}
.mv .by {
	left: 3rem;
}
.mv .logo {
	width: 305px;
}



/*---------------------
　TOC
-----------------------*/
#contents .cmnBox{
	margin: 5rem auto 5rem;
	max-width: 800px;
	position: relative;
	background: #fff;
	box-shadow: 0 2px 30px 0 rgba(2,15,31,0.1);
	padding: 3rem 4rem;
}
#contents .relatedBox {
	margin: 8rem auto 6rem;
}
#contents .cmnBox .sTit {
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #003157;
	position: relative;
	padding: 0 0 2rem;
	margin: 0 0 3rem;
}
#contents .cmnBox .sTit:before {
	content: "";
	background: #7f98ab;
	width: 50px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#contents .cmnBox .sTit img {
	max-width: 120px;
}
#contents .relatedBox .sTit img {
	max-width: 110px;
}
#contents .cmnBox .sTit span {
	margin: 0 0 0 2rem;
}
#contents .cmnBox .whBox{
}
#contents .tocBox .whBox{
}
#contents .whBox ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
#contents .whBox ul li {
	padding: 0;
	margin: 0 0 10px;
	background: none;
}
#contents .tocBox ul li {
	font-family: "Noto Serif JP";
	list-style: decimal-leading-zero;
	font-size: 2rem;
	color: #003157;
	font-weight: 700;
	margin: 0 0 1.5rem 3rem;
}
#contents .whBox ul li:last-child {
	margin-bottom: 0;
}
#contents .whBox ul li > a {
	text-decoration: none;
	font-size: 1.6rem;
	display: block;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
}
#contents .relatedBox ul li > a {
	background: url("img/arr_black_right.png") no-repeat left top 4px;
	background-size: 13px auto;
	padding: 0 0 0 2rem;
	font-size: 1.5rem;
}
#contents .whBox ul li a:hover {
	opacity: 0.6;
}
#contents .whBox ul li br{
	display: none;
}



/*---------------------
　監修パーツ
-----------------------*/
#contents .parts_sv {
	border: solid 1px #bbb;
	padding: 5rem;
	margin: 10rem 0;
}
#contents .parts_sv .twoColBox {
	display: flex;
}
#contents .parts_sv .thumb {
	width: 200px;
	margin: 0 5rem 0 0;
}
#contents .parts_sv .txtBox {
	flex: 1;
}
#contents .parts_sv .btn-internal {
	margin-bottom: 0;
}


/*---------------------
　Q&Aパーツ
-----------------------*/
#contents .parts_qa {
	margin: 10rem 0;
}
#contents .parts_qa .qBox {
	background: #f2f2f2;
	padding: 5rem;
	position: relative;
	margin: 0 0 3rem;
}
#contents .parts_qa .catchTxt {
	padding: 0 0 0 9rem;
	line-height: 1.5;
	margin: 0 0 3rem;
	max-width: 650px;
}
#contents .parts_qa .catchTxt:before {
	content: "";
	background: url("img/icon_q.jpg") no-repeat;
	background-size: 100%;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 0;
	left: 0;
}
#contents .parts_qa .thumb {
	font-size: 1.3rem;
	font-weight: 600;
	text-align: center;
	width: 200px;
	position: absolute;
	top: 4rem;
	right: 4rem;
}
#contents .parts_qa p:first-of-type {
	max-width: 650px;
	margin: 0 0 2rem;
}
#contents .parts_qa .caption {
	text-align: right;
}

#contents .parts_qa .aBox {
	background: #f4f1e9;
	padding: 5rem;
}
#contents .parts_qa .aBox .catchTxt {
	max-width: 100%;
}
#contents .parts_qa .aBox .catchTxt:before {
	background: url("img/icon_a.jpg") no-repeat;
	background-size: 100%;
}
#contents .parts_qa .aBox p:first-of-type {
	max-width: 100%;
}

/*---------------------
　動画まわり
-----------------------*/
.movie-box video {
    max-width: 100%;
}

video {
    display: inline-block;
    vertical-align: baseline;
}


/*---------------------
　口コミパーツ
-----------------------*/
#contents .parts_voice {
	margin: 10rem 0;
	background: #f2f2f2;
	padding: 5rem;
}
#contents .parts_voice .voiceBox {
	background: #fff;
	margin: 0 0 4rem;
	padding: 3rem 4rem;
	box-shadow: 0 2px 30px 0 rgba(2,15,31,0.1);
}
#contents .parts_voice .voiceBox:last-child {
	margin: 0;
}
#contents .parts_voice .topBox {
	/* display: flex; */
	align-items: center;
	float: left;
}
#contents .parts_voice .thumb {
	width: 12rem;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 600;
	margin: 0 3rem 0 0;
}
#contents .parts_voice.thumb .tate {
  width: 15rem;
}
#contents .parts_voice .catchTxt {
	flex: 1;
	margin: 0;
}
#contents .parts_voice .caption {
	text-align: right;
}


/*---------------------
　まとめパーツ
-----------------------*/
#contents .parts_matome{
	margin: 10rem 0;
	background: #f4f1e9 url("img/bg_matome.png") no-repeat bottom right;
	background-size: 52rem auto;
	padding: 5rem;
	border-top: solid 4px #003157;
}
#contents .parts_matome .catchTxt {
	text-align: center;
}
#contents .parts_matome .catchTxt.bb:before {
    left: calc(50% - 25px);
}
#contents .parts_matome .btn-internal {
	margin-bottom: 0;
}




.parts_voice .voiceBox .topBox .thumb img {
	width: 100%;
}
#contents .parts_voice .catchTxt .catch-small {
	font-size: 1.3rem;
	color: #020f1f;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}











@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;
}
.lower {
	background: none;
}
a:hover {
	opacity: 1;
}
.inner, .wi1100, .wi1000, .wi1200 {
    width: 100%;
    margin: 0 auto;
	max-width: 100%;
}	
	
/*--------------------------------------
　Header
---------------------------------------*/
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	z-index: 1;
}
header .logoBox {
	margin: 1.2rem 0 0 1rem;
	display: flex;
	align-items: center;
}
.logoBox .logo {
	width: 105px;
	margin: 0 1rem 0 0;
}
.logoBox .siteName {
	font-size: 1.1rem;
	margin: 0;
	width: 180px;
	line-height: 1.4;
}
.fixHeader {
	display: none;
}
	
/*--------------------------------------
　Global Nav_SP
---------------------------------------*/
/*.l-gnavi-btn-box {
	 position: fixed;
	top: 0;
	right: 0;
}*/

.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-color: #001a2e;
	display: block;
}
.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:8px;
	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 {
    width: 58px;
    height: 58px;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 200;
    cursor: pointer;
	  background-color: #001a2e;
  }
  .l-gnavi-btn span {
    width: 25px;
    height: 1.5px;
    display: inline-block;
    background: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: absolute;
    left: 16px;
  }
  .l-gnavi-btn.is-active {
    border: 0;
  }
  .l-gnavi-btn.is-active span {
  }
  .l-gnavi-btn span:nth-of-type(1) {
    top: 20px;
  }
  .l-gnavi-btn span:nth-of-type(2) {
    top: 27px;
  }
  .l-gnavi-btn span:nth-of-type(3) {
    top: 34px;
  }
  .l-gnavi-btn:hover {
    color: #666;
  }
  .l-gnavi-btn:active {
    color: #666;
  }
  .l-gnavi-area .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-area .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-area .l-gnavi-btn.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .l-gnavi-area .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);
  }
	
	
/*--------------------------------------
　Footer
---------------------------------------*/
#page-top {
	position: fixed;
	width: 55px;
	bottom: 70px;
	right: 3%;
}
#page-top:hover {
	opacity: 1;
}
footer a:hover {
    text-decoration:none;
	opacity: 1;
}
footer {
	width: 100%;
	padding: 3rem 0 0;
	margin: 0;
	position: relative;
}
footer .logo {
	width: 175px;
	margin: 0 auto 3rem;
}
footer .logo a {
    padding: 0;
}
footer .logo a:hover {
	opacity: 1;
}
footer .areaInner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
footer .areaInner .footBox {
	margin: 0;
}
footer .areaInner .footBox:first-of-type {
	border-top: 1px solid #ccc;
}		
footer .areaInner .footBox .sttl {
	border-bottom: 1px solid #ccc;
}
footer .areaInner .footBox .sttl a {
	display: block;
	font-size: 1.5rem;
	background: url("img/arr_white_right.png") right 18px center no-repeat;
	background-size: 14px auto;
	padding: 15px 40px 14px 4%;
	line-height: 1.5;
	font-weight: 700;
}
footer .areaInner .footBox .sttl.tglMenu a {
	background: url("img/icon_plus.png") right 18px center no-repeat;
	background-size: 14px auto;
	padding: 15px 40px 14px 4%;
}
footer .areaInner .footBox .sttl a:hover {
    text-decoration: none;
	opacity: 1;
}
footer .areaInner .footBox .sttl.open a{
	background: url("img/icon_minus.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: #4d6f8a url("img/arr_white_right.png") right 18px center no-repeat;
	background-size: 14px auto;
	border-bottom: 1px solid #ccc;
	padding: 14px 40px 14px 5.3%;
	font-size: 1.3rem;
	text-decoration: none;
}	
footer .areaInner .footBox .accChild li:last-child a {
	/*border-bottom: none;*/
}
footer .areaInner .footBox .accChild li a:hover {
    text-decoration: none;
}
footer .areaInner .footBox .accChild .subCat li a {
	background: url("img/arr_white_right.png") right 18px center no-repeat;
	background-size: 14px auto;
}
footer .areaInner .footBox .accChild li.subCat {
	/*border-top: solid 1px #bbc6ce;*/
}
footer .areaInner .footBox .accChild li.subCat a {
	padding: 14px 40px 14px 5.3%;
}
footer .areaInner .footBox .accChild li.subCat:last-child a {
	/*border-bottom: none;*/
}
footer .areaInner .footBox .accChild li.subCat:last-child .subList:last-child a {
	/*border-bottom: none;*/
}
footer .areaInner .footBox .accChild .subList {
	padding: 0;
	margin: 0;
	float: none;
	display: block;
}
footer .areaInner .footBox .accChild .subList li {
    margin: 0;
	width: 100%;
	display: block;
	padding: 0;
}
footer .areaInner .footBox .accChild .subList li a {
	padding: 14px 40px 14px 5.3%;
	font-size: 1.2rem;
	background: url("img/arr_white_right.png") right 18px center no-repeat;
	background-size: 14px auto;
}
footer .areaInner .footBox .accChild .subList li a:before {
	/*content: "└";
	color: #b4965c;*/
	padding: 0 0.5rem 0 0;
}
footer .areaInner .footBox .accChild .subList li:last-child a {
}
footer .areaInner .footBox .accChild li:after {
	content: none;
}
footer .areaInner .footBox .accChild li:last-child:after {
	content: none;
}
footer .areaInner .footBox .accChild .subList li::after {
    content: none;
}
footer .areaInner .footBox .accChild .subList li:first-child::before {
    content: none;
}
footer .areaInner .footBox .accChild .subList li::before {
    content: none;
}
footer .areaInner .noticeArea {
	width: 100%;
	margin: 30px auto 20px;
	padding: 0 5.3%;
	font-size: 1.1rem;
	line-height: 1.8em;
}
footer .areaInner .noticeArea p {
	font-size: 1.1rem;
	text-align: left;
	font-weight: normal;
}
footer .areaInner .botPrg {
	font-size: 1rem;	
	text-align: center;
	padding: 0 4% 20px;
	line-height: 1.4;
	margin: 0;
}
footer .botArea {
	padding: 0;
}
footer p.copy {
	margin: 0;
	padding: 0;
	font-size: 1.0rem;
	line-height: 1.4;
	text-align: center;
	float: none;
}
footer p.copy a:hover {
	text-decoration: underline;
}	
footer a {
	text-decoration: none;
}
footer .botArea .botInner {
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
}
	
/*--------------------------------------
SP banner
---------------------------------------*/
.sp-banner {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
}

.sp-banner a {
    display: block;
    width: 100%;
    height: 7rem;
    padding: 1.7rem 3rem 0.5rem 2rem;
    background: #cc031e url(img/arr_white_right.png) no-repeat right 2rem center;
    background-size: 10px auto;
    color: #fff;
    font-weight: 700;
    line-height: 1.6;
}

.sp-banner a::before {
    position: absolute;
    left: 0;
    top: -1.5rem;
    width: 6rem;
    height: 3rem;
    padding: 0 0 0 1.4rem;
    background: #ba9b51;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 3rem;
    content: "CHECK";
}

.sp-banner a:hover {
    opacity: 1;
}
	
	
	
/*--------------------------------------
pankuzu
---------------------------------------*/
#pankuzuWrap {
	overflow: auto;
	white-space: nowrap;
    width: 100%;
	margin: 0;
}
#pankuzu {
	width: 100%;
	padding: 2rem 5.3% 2rem;
	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;
	width: 100%;
}
#index,
#category,
#page {
  float: none;
  width: 100%;
}
#category,
#page {
	/*padding: 0 5.3%;*/
	margin: 0 0 4rem;
	overflow: hidden;
}
#contents p {
    margin: 1.5rem auto;
    padding: 0;
    width: 89%;
}
	
/* ================== */
/*  メインコンテンツ　*/
/* ================== */
#category h1,
#page h1 {
	font-size: 2.7rem;
	padding: 2rem 3rem 2.5rem 2rem;
	min-height: inherit;
	margin: 0 0 1rem 5.3%;
}
#category h1:after,
#page h1:after {
	content: "";
	background: url("img/bg_h1.jpg") no-repeat;
	background-size: 100%;
    width: 290px;
    height: 72px;
    position: absolute;
    bottom: 0;
    right: -12rem;
}
#contents .h1Txt {
    max-width: 100%;
	padding: 0 5.3%;
}
#category h2,
#page h2 {
	font-size: 2.4rem;
	padding: 1.8rem 2rem 3.5rem 2rem;
	margin: 4rem auto 3rem;
	width: 89%;
}
#category h2:before,
#page h2:before {
	content: "";
	width: calc(100% - 2rem);
	height: 1px;
	position: absolute;
	bottom: 18px;
	left: 2rem;
}
#category h3,
#page h3 {
	font-size: 2rem;
	padding: 1.5rem 2rem 1.5rem 2.5rem;
	margin: 4rem auto 3rem;
	width: 89%;
}
#category h3:before, #page h3:before {
    width: 3px;
    height: calc(100% - 28px);
    left: 0.6rem;
}
#category h4, #page h4,
#category h5, #page h5,
#category h6, #page h6 {
	font-size: 1.8rem;
	padding: 1rem 2rem 1rem 0.5rem;
	margin: 2.5rem auto 2rem;
	width: 89%;
}
#category h1 a,
#page h1 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_black_right.png") no-repeat right center;
	background-size: 14px auto;
	padding: 0 3rem 0 0;
}
#category h2 a,
#page h2 a {
	background: url("img/arr_white_right.png") no-repeat right center;
	background-size: 14px auto;
	padding: 0 3rem 0 0;
}
.sitemap #category h2,
.sitemap #page h2 {
	margin: 8rem auto 2rem;
}
		
	
#contents ul{
/*margin: 2rem 3% 2rem;*/
margin: 2rem auto 2rem;
padding: 1rem 1rem 0;
	width: 89%;
}
#contents ul li {
padding: 0 0 0.6rem 1.8rem;
font-size: 1.5rem;
margin: 0 0 0.2rem;
background: url(img/icon_dot.png) 0 5px no-repeat;
background-size: 7px auto;
}
#contents ul li:last-child {
margin: 0;
}
	
#contents ol {
/*margin: 2rem 3% 2rem;*/
margin: 2rem auto 2rem;
padding: 1rem 1rem 0;
	width: 89%;
}
#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";
background-color: #103e62;
}
#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;
}
#contents table {
	display: block;
	width: 89%;
	margin: 1.5rem auto 3rem;
}
#contents table th {
	display: block;
	width: 100%;
	padding: 1.3rem;
	line-height: 1.6;
	text-align: center;
	font-size: 1.4rem;
	word-wrap: inherit;
	border-right: none;
}
#contents table td {
	display: block;
	width: 100%;
	line-height: 1.6;
	padding: 1.3rem;
	font-size: 1.4rem;
	text-align: center;
	word-wrap: inherit;
	border-right: none;
}
#contents table tr:last-child th,
#contents table tr:last-child td {
    border-bottom: solid 1px #ccc;
}
#contents table tr:last-child td:last-child {
    border-bottom: none;
}
#contents .table-srcoll {
	overflow-x: scroll;
	width: 89%;
	margin-left: auto;
	margin-right: auto;
}
#contents .table-srcoll table {
	display: table;
	margin: 0;
	white-space: nowrap;
	width: 100%;
	table-layout: auto;
}
#contents .table-srcoll table th {
	padding: 1.3rem;
	line-height: 1.6;
	text-align: center;
	font-size: 1.4rem;
	word-wrap: inherit;
	display: table-cell;
	width: auto;
	border: solid 1px #ccc;
}
#contents .table-srcoll table td {
	line-height: 1.6;
	padding: 1.3rem;
	font-size: 1.4rem;
	text-align: center;
	word-wrap: inherit;
	display: table-cell;
	width: auto;
	border: solid 1px #ccc;
}	
	
	

/*--------------------------------------
　float img
---------------------------------------*/
#contents .float-wrap {
	margin: 3.5rem auto;
	padding: 0;
	width: 89%;
}
#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 .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 {
}
#contents .catchTxt.bb {
	padding: 0 0 2rem;
}
#contents .catchTxt.bb:before {
	width: 40px;
	height: 2px;
}
	
	
	
	
	
/*  btns*/
#contents .btn-internal,
#contents .btn-web,
#contents .btn-tel {
	text-align: center;
	margin: 2rem auto;
	padding: 0;
	width: 81%;
	position: relative;
}
#contents .btn-internal a,
#contents .btn-web a,
#contents .btn-tel a{
	font-size: 1.5rem;
	font-weight: 700;
	padding: 2rem 4.5rem;
	line-height: 1.5;
}	
#contents .btn-internal a {
	/* background: #003157 url(img/arr_white_right.png) no-repeat right 2rem center; */
	background-size: 13px auto;
}
#contents .btn-web a {
	background: #cc031e url(img/arr_white_right.png) no-repeat right 2rem center;
    background-size: 13px auto;
    color: #fff;
}
#contents .btn-internal a:hover,
#contents .btn-web a:hover {
	opacity: 1;
}	
#contents .btn-link {
	margin: 2rem auto;
	width: auto;
}
#contents .btn-link a {
    padding: 0.4rem 2rem 0.4rem 0;
    font-size: 1.5rem;
    background: url(img/arr_black_right.png) no-repeat right center;
    background-size: 13px auto;
    text-decoration: underline;
}
#contents .btn-link a:hover {
	opacity: 1;
	text-decoration: underline;
}
#contents .btn-tel {
	display: block;
}
#contents .btn-tel a {
	background: #ba9b51 url("img/icon_tel.png") no-repeat left 2rem center;
	background-size: 18px auto;
    text-align: center;
	line-height: 1.4;
    text-decoration: none;
    font-weight: 700;
    display: block;
    color: #fff;
    position: relative;
}	
	
	
	
/* 共通パーツ*/

/*---------------------
　COMMON　PART
-----------------------*/
#contents .secTitBox {
	margin: 0 0 2.5rem;
}
#contents .secTitBox .en {
	position: relative;
	padding: 0 0 2rem;
	margin: 0 0 2rem;
}
#contents .secTitBox .en img {
    width: auto;
    height: 4rem;
}
#contents .secTitBox .secTit {
	font-size: 1.8rem;
	line-height: 1.7;
}
#contents .secTitBox .secTit span {
	font-size: 2.5rem;
}
#contents .lead {
	margin: 0 0 3rem;
}
#contents .secTitBox .en.bb-anim:before{
    width: calc(100% + 5.5%);
}	
.mv {
	background: url("img/kv_lower_sp.jpg") no-repeat center;
	background-size: cover;
	min-height: 15rem;
	display: block;
	padding: 1rem 1.5rem;
}
.mv .siteName,
.mv .by {
	position: static;
}
.mv .siteName {
	margin: 0 0 5px;
}
.mv .by {
}
.mv .logo {
	width: 218px;
	position: absolute;
	top: 60%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
	
	
	
	
	
	
	
	
	
	
	
	
/*---------------------
　TOC
-----------------------*/
#contents .cmnBox{
	margin: 4rem auto 4rem;
	max-width: 89%;
	position: relative;
	padding: 3rem 3rem;
}
#contents .relatedBox {
	margin: 8rem auto 6rem;
}
#contents .cmnBox .sTit {
	font-size: 1.5rem;
	padding: 0 0 1.5rem;
	margin: 0 0 2rem;
}
#contents .cmnBox .sTit:before {
	width: 40px;
	height: 2px;
}
#contents .cmnBox .sTit img {
	max-width: 91px;
}
#contents .relatedBox .sTit img {
	max-width: 89px;
}
#contents .cmnBox .sTit span {
	margin: 0 0 0 1.5rem;
}
#contents .whBox ul li {
	padding: 0;
	margin: 0 0 10px;
}
#contents .tocBox ul li {
	font-size: 1.9rem;
	margin: 0 0 1.5rem 3rem;
}
#contents .whBox ul li > a {
	font-size: 1.6rem;
}
#contents .relatedBox ul li > a {
	background: url("img/arr_black_right.png") no-repeat left top 4px;
	background-size: 13px auto;
	padding: 0 0 0 2rem;
	font-size: 1.6rem;
}
#contents .whBox ul li a:hover {
	opacity: 1;
}



/*---------------------
　監修パーツ
-----------------------*/
#contents .parts_sv {
	padding: 2rem 2rem 3rem;
	margin: 5rem auto;
	width: 89%;
}
#contents .parts_sv .twoColBox {
	display: block;
}
#contents .parts_sv .thumb {
	width: 100%;
	margin: 0 auto 2rem;
}
#contents .parts_sv .thumb img {
	width: 100%;
	height: 260px;
	object-fit: cover;
}
#contents .parts_sv .txtBox p {
	width: 100%;
}


/*---------------------
　Q&Aパーツ
-----------------------*/
#contents .parts_qa {
	margin: 5rem auto;
	width: 89%;
}
#contents .parts_qa .qBox {
	padding: 2rem 2rem 3rem;
	position: relative;
	margin: 0 0 2rem;
}
#contents .parts_qa .catchTxt {
	padding: 0;
	margin: 0 0 2rem;
	max-width: 100%;
	line-height: 1.83;
}
#contents .parts_qa .catchTxt:before {
	width: 32px;
	height: 32px;
	display: inline-block;
	position: static;
	margin: 0 auto;
}
#contents .parts_qa .thumb {
    max-width: 100%;
    position: static;
    /* float: right; */
    margin: 0 auto;
	text-align: center;
}
#contents .parts_qa p {
	max-width: 100%;
	width: 100%;
}
#contents .parts_qa p:first-of-type {
	max-width: 100%;
	width: 100%;
	margin: 0 0 2rem;
}
#contents .parts_qa .caption {
    text-align: center;
    margin: 1rem auto;
}

#contents .parts_qa .aBox {
	padding: 2rem 2rem 3rem;
}
#contents .parts_qa .aBox .catchTxt {
	max-width: 100%;
}
#contents .parts_qa .aBox .catchTxt:before {
	background: url("img/icon_a.jpg") no-repeat;
	background-size: 100%;
}
#contents .parts_qa .aBox p:first-of-type {
	max-width: 100%;
}



/*---------------------
　口コミパーツ
-----------------------*/
#contents .parts_voice {
	margin: 5rem auto;
	padding: 2rem;
	width: 89%;
}
#contents .parts_voice .voiceBox {
	margin: 0 0 1.5rem;
	padding: 2rem 2rem 3rem;
}
#contents .parts_voice .topBox {
	display: flex;
	align-items: center;
}
#contents .parts_voice .thumb {
	width: 80px;
	margin: 0 2rem 0 0;
	line-height: 1.2;
}
#contents .parts_voice .thumb img {
	margin: 0 0 5px;
}
#contents .parts_voice p {
	width: 100%;
	max-width: 100%;
}



/*---------------------
　まとめパーツ
-----------------------*/
#contents .parts_matome{
	width: 89%;
	margin: 5rem auto;
	background: #f4f1e9 url("img/bg_matome.png") no-repeat bottom right;
	background-size: 90% auto;
	padding: 2.5rem 2rem 3rem;
}
#contents .parts_matome .catchTxt.bb {
    padding: 0 0 2rem;
	margin: 0 0 2rem;
}
#contents .parts_matome .catchTxt {
	text-align: center;
}
#contents .parts_matome .catchTxt.bb:before {
    left: calc(50% - 20px);
}
#contents .parts_matome p {
	width: 100%;
	max-width: 100%;
}

#contents .caption {
	margin: 8px auto 0;
	width: 89%;
	/* white-space: wrap; */
	/* scrollbar-width: auto; */
}
tbody {
	display: table;
	width: 100%;
}




}