@charset "utf-8";

/* PC：basic-pc.css
 * おまかせプラン ver.6
 * **************************************************
 * Hide (非表示)
 * Common
 * Body (Font Size)
 * Container
 * Img
 * Header
 * Global Navigation (Nav)
 * Content
 * Footer
 * No Visual Anchor (Anchor)
 * Print (Hide・Accordion : Open)
 * **************************************************
 * Media Queries min-width: その他　 (調整)
 * **************************************************
 */

/* Hide
------------------------------------------------------------------ */

/*  Common
------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&display=swap');
* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
/* Body
------------------------------------------------------------------ */
/* Font：基本サイズ（16 * 0.625 = 10px） */
body {
	position: relative;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 62.5%;
	line-height: 1.7;
}

/* Container
------------------------------------------------------------------ */
.container {
	overflow: hidden;
	position: relative;
}
.container:after {
}

 /* Img
------------------------------------------------------------------ */
#content .main img {
}

 /* Header
------------------------------------------------------------------ */
#header {
}
#header:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* Global Navigation
------------------------------------------------------------------ */
#globalNav {
	width: 100%;
}
#globalNav:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#globalNav nav ul {
	list-style: none;
}
#globalNav nav ul li {
}

/* Content
------------------------------------------------------------------ */
#content {
}
#content:after {
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* Footer
------------------------------------------------------------------ */
#footer {
	clear: both;
}
#footer:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#footer .copyRight {
}

/* No visual Anchor
------------------------------------------------------------------ */
div.novisualAnchor {
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 1px;
	line-height: 1px;
	/* except MacIE \*/position: absolute;/* end */
	left: 0;
	top: 0;
	color: #fff;
}
div.novisualAnchor a{
	font-size: 1px;
	line-height: 1px;
	color: #fff;
	text-decoration: none;
}

/* Print (Hide・Accordion : Open)
------------------------------------------------------------------ */
@media print {
  body { 
    width: 1050px !important;
    margin: 0 auto ;
    padding: 0 !important;
  }
	#header,
	#pageTop {
		display: none !important;
	}
  /* メインイメージ */
  #home .mainImg {
    width: 100% !important;
    margin: 0 auto !important;
    max-width: none !important;
    min-width: none !important;
  }
  #home .mainImg img {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    max-width: 1050px !important;
    min-width: auto !important;
  }
  #subPage .main h1 {
    margin: 30px 0 40px 0 !important;
  }
  #subPage .localNav {
    display: block !important;
  }
	/* 2階層：Category Img */
	#subPage div[class^="catImg"] {
    width: 1050px !important;
		margin-left: 0 !important;
	}
	/* 2階層：Topic Path */
	#subPage .topicPath {
    width: 1050px !important;
		margin-left: 0 !important;
	}
	/*  Content Tab */
  #content .tbCnt {
		display: block !important;
  }
	#content .tbCnt:nth-child(2) {
		margin-top: 40px;
		padding-top: 40px;
		border-top: 1px dotted #dddddd;
	}
	/* もっと詳しく */
	#subPage .main .moreContent dd {
		display: block !important;
	}
	/* よくある質問 */
	#subPage .main .faqCnt,
	#subPage .main .faqCnt dd {
		display:block !important;
	}
}
