@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

body {
  font: 13px/1.4 "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #252525;
  background: #ffffff url(images/bg.png) repeat-x top;
}

body#toppage {
  background: url(images/bg_top.png) repeat-x top;
}

a {
  color: #ba9f54;
  text-decoration: none;
}

a:hover {
  color: #d2bd81;
}

a:active, a:focus {
  outline: 0;
}

img {
  border: 0;
}

.clear {
  clear: both;
}

.center {
  margin: 0 auto;
  text-align: center;
}

/*************
全体
*************/
#wrapper {
  margin: 0 auto;
  padding: 0 20px;
  width: 910px;
}

/*************
/* ヘッダー
*************/
#header {
  height: 80px;
}

#header h1 {
  padding: 7px 0 0;
  font-size: 10px;
  font-weight: normal;
}

/*************
/* トップナビゲーション
*************/
ul#topnav {
  margin: 15px 0;
  width: 910px;
  height: 46px;
  background: url(images/topnav.png) no-repeat 0 0;
}

ul#topnav li {
  float: left;
  list-style: none;
  width: 130px;
}

ul#topnav a {
  text-indent: -9999px;
  text-decoration: none;
  display: block;
  width: 130px;
  height: 46px;
  background: url(images/topnav.png) no-repeat;
}

ul#topnav a#home {
  background-position: 0 0;
}

ul#topnav a#about {
  background-position: -130px 0;
}

ul#topnav a#menu {
  background-position: -260px 0;
}

ul#topnav a#faq {
  background-position: -390px 0;
}

ul#topnav a#map {
  background-position: -520px 0;
}

ul#topnav a#blog {
  background-position: -650px 0;
}

ul#topnav a#link {
  background-position: -780px 0;
}

ul#topnav a#home:hover, ul#topnav li.active a#home {
  background-position: 0 -46px;
}

ul#topnav a#about:hover, ul#topnav li.active a#about {
  background-position: -130px -46px;
}

ul#topnav a#menu:hover, ul#topnav li.active a#menu {
  background-position: -260px -46px;
}

ul#topnav a#faq:hover, ul#topnav li.active a#faq {
  background-position: -390px -46px;
}

ul#topnav a#map:hover, ul#topnav li.active a#map {
  background-position: -520px -46px;
}

ul#topnav a#blog:hover, ul#topnav li.active a#blog {
  background-position: -650px -46px;
}

ul#topnav a#link:hover, ul#topnav li.active a#link {
  background-position: -780px -46px;
}

li.active a#home {
  background-position: 0 -42px;
}

li.active a#guide {
  background-position: -213px -42px;
}

li.active a#faq {
  background-position: -429px -42px;
}

li.active a#mp {
  background-position: -573px -42px;
}

.clear {
  clear: both;
}

/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
  float: right;
  margin: 0 0 0 10px;
}

.imgL {
  float: left;
  margin: 0 10px 0 0;
}

.btn {
  text-align: center;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/* margin
----------------------------------------------------------*/
/* Top */
.MG-T0 {
  margin-top: 0 !important;
}

.MG-T5 {
  margin-top: 5px !important;
}

.MG-T10 {
  margin-top: 10px !important;
}

.MG-T15 {
  margin-top: 15px !important;
}

.MG-T20 {
  margin-top: 20px !important;
}

.MG-T25 {
  margin-top: 25px !important;
}

.MG-T30 {
  margin-top: 30px !important;
}

/* Bottom */
.MG-B0 {
  margin-bottom: 0 !important;
}

.MG-B5 {
  margin-bottom: 5px !important;
}

.MG-B10 {
  margin-bottom: 15px !important;
}

.MG-B15 {
  margin-bottom: 15px !important;
}

.MG-B20 {
  margin-bottom: 20px !important;
}

.MG-B25 {
  margin-bottom: 25px !important;
}

.MG-B30 {
  margin-bottom: 30px !important;
}

/* padding
----------------------------------------------------------*/
/* Left */
.PD-L5 {
  padding-left: 5px !important;
}

.PD-L10 {
  padding-left: 10px !important;
}

.PD-L15 {
  padding-left: 15px !important;
}

.PD-L20 {
  padding-left: 20px !important;
}

.PD-L25 {
  padding-left: 25px !important;
}

.PD-L30 {
  padding-left: 30px !important;
}

/* Right */
.PD-R5 {
  padding-right: 5px !important;
}

.PD-R10 {
  padding-right: 10px !important;
}

.PD-R15 {
  padding-right: 15px !important;
}

.PD-R20 {
  padding-right: 20px !important;
}

.PD-R25 {
  padding-right: 25px !important;
}

.PD-R30 {
  padding-right: 30px !important;
}

/* フォントサイズ・カラー
----------------------------------------------------------*/
.TXT-S {
  font-size: 12px;
}

.TXT-M {
  font-size: 14px;
}

.TXT-L {
  font-size: 15px;
}

.TXT-RED {
  color: #FF3333;
}

.TXT-ORG {
  color: #f7931e;
}

/*************
メイン（右側）コンテンツ
*************/
#main {
  float: right;
  width: 618px;
  padding: 15px 0;
  display: inline;
}

#main .bannerM img {
  padding-right: 10px;
  padding-bottom: 15px;
}

#main .bannerM img.last {
  padding-right: 0;
}

#main h2 {
  margin-bottom: 10px;
  padding: 0 10px 0px 20px;
  line-height: 40px;
  font-size: 17px;
  font-weight: normal;
  color: #252525;
  background: url(images/heading.png) no-repeat;
}

#main h3 {
  margin-bottom: 10px;
  padding: 0 10px 0px 20px;
  line-height: 40px;
  font-size: 17px;
  font-weight: normal;
  color: #ba9f54;
  background: url(images/bg-h3.png) no-repeat;
}

#main p {
  padding: 15px 15px 15px 20px;
}

/* 画像を右に回りこみ */
#main p.withImage {
  width: 598px;
  margin: 20px 0 0 10px;
  padding: 5px 0;
}

#main p.withImage img {
  float: right;
  margin-left: .5em;
}

#date {
  text-align: right;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 10px;
  font-weight: bold;
  color: #ba9f54;
}

#next {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* フッター共通 */
.box {
  float: left;
  width: 195px;
  margin: 20px 16px 10px 0;
  line-height: 1.2;
}

.box_img {
  padding: 0px 0px 10px 0px;
}

.last {
  margin-right: 0;
}

/* ボタン */
p.button {
  text-align: center;
  padding: 10px 0;
}

p.button a {
  display: block;
  line-height: 32px;
  background: #ffffff url(images/button.png) no-repeat;
  margin: 0 -20px;
}

p.button a {
  color: #ba9f54;
}

p.button a:hover {
  color: #ffffff;
}

p.button a:hover {
  cursor: pointer;
  background-position: 0 -32px;
}

/* メインとフッターのリスト位置調節 */
#main ul {
  margin-left: 20px;
}

#main li {
  margin-bottom: 3px;
}

#footer ul {
  margin-left: 5px;
  padding: 10px 0;
}

#footer li {
  margin: 0 10px 10px 5px;
  list-style: none;
  border-bottom: 1px solid #efefef;
  font-size: 12px;
}

#footer li a {
  background: url(images/list.png) no-repeat 0 50%;
  display: block;
  padding-left: 15px;
}

#footer li a:hover {
  background-position: 3px 50%;
}

/*************
サイド（左側）コンテンツ
*************/
#sidebar {
  float: left;
  width: 265px;
  padding: 15px 0;
}

#sidebar p {
  margin-bottom: 20px;
}

#sidebar h3 {
  margin-top: 5px;
  padding: 0 10px 0 23px;
  line-height: 40px;
  font-size: 14px;
  font-weight: normal;
  color: #252525;
  background: url(images/heading2.png) no-repeat;
}

#sidebar ul {
  margin-left: 5px;
  padding: 10px 0;
}

#sidebar li {
  margin: 0 10px 10px 5px;
  list-style: none;
  border-bottom: 1px solid #efefef;
  font-size: 14px;
}

#sidebar li a {
  background: url(images/list.png) no-repeat 0 50%;
  display: block;
  padding-left: 15px;
}

#sidebar li a:hover {
  background-position: 3px 50%;
}

/*************
/* フッター
*************/
#footer {
  clear: both;
  padding: 10px 0 10px;
  border-top: 1px solid #cccccc;
}

#footer .inner {
  overflow: hidden;
}

* html #footer .inner {
  height: 1%;
}

#footer #logo {
  float: left;
  padding: 10px 0 5px;
  width: 292px;
}

address {
  padding: 20px 0 3px;
  text-align: center;
  font-style: normal;
  font-size: 12px;
  clear: both;
  display: block;
}

/* -----------------------------------------------------------
	#back-top
		ページトップへ（js）
----------------------------------------------------------- */
#back-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
}

#back-top a {
  width: 108px;
  height: 108px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #666;
}

#back-top a:hover {
  color: #000;
}

/* -----------------------------------------------------------
	#fade
		マウスオーバー意外をフェードアウト（js）
----------------------------------------------------------- */
#fade {
  position: relative;
  height: 100px;
}

#fade ul {
  margin-left: 20px;
  font-size: 100%;
  font-weight: bold;
  position: absolute;
  top: 20px;
  z-index: 2;
  list-style: none;
}

#fade ul li {
  margin-bottom: 0.8em;
  height: 1em;
}

#fade ul li a {
  color: #333333;
}

#fade span {
  width: 100%;
  height: 1em;
  display: block;
  background: #FFCC00;
  position: absolute;
  top: 20px;
}

/* -----------------------------------------------------------
	#nav2
		スライドイン（js）
----------------------------------------------------------- */
#nav2 {
  width: 210px;
  height: 100px;
  position: fixed;
  bottom: -50px;
  left: 50px;
}

#nav2 a {}

#nav2 a:hover {}

#nav2 li {
  list-style-type: none;
}

/* -----------------------------------------------------------
	基本設定
----------------------------------------------------------- */
#main p {
  font-size: 17px;
  padding: 15px 10px 15px 10px;
  word-break: break-all;
}

#main .ver1 {
  background: #eee;
  border-bottom: 7px solid #ddd;
  padding: 3px 5px 3px 15px;
  font-size: 17px;
  margin-bottom: 15px;
  margin-top: 5px;
  color: #333;
}

#main .ver2 {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 3px 5px 3px 15px;
  font-size: 17px;
  margin-bottom: 15px;
  margin-top: 5px;
  color: #ba9f54;
}

.ver3 {
  border-bottom: 1px solid #333;
  padding: 3px 5px 3px 5px;
  font-size: 15px;
  margin-bottom: 5px;
  margin-top: 5px;
  font-weight: normal;
}

/* -----------------------------------------------------------
	box_out_in
		色つき強調ボックス
----------------------------------------------------------- */
#main .box_out {
  background-color: #e9dab6;
  margin-top: 1px;
  margin-bottom: 15px;
  padding: 3px;
}

#main .box_in {
  background: url(images/in_bg.png);
  border: 2px solid #fff;
  margin-bottom: 1px;
  padding: 10px;
}

#main .box_outA {
  background-color: #e9dab6;
  margin-top: 1px;
  margin-bottom: 15px;
  padding: 3px;
}

#main .box_inA {
  background: url(images/in_bgA.png);
  border: 2px solid #fff;
  margin-bottom: 1px;
  padding: 10px;
}

#main .box_outB {
  background-color: #e9dab6;
  margin-top: 1px;
  margin-bottom: 15px;
  padding: 3px;
}

#main .box_inB {
  background-color: #fff;
  border: 2px solid #ddd;
  margin-bottom: 1px;
  padding: 10px;
}

/* -----------------------------------------------------------
	check
		チェックマーク
----------------------------------------------------------- */
#main .check li {
  list-style-type: none;
  padding: 7px 55px;
  margin-top: 17px;
  background: url(images/check.png) no-repeat;
  background-position: 0% 25%;
  font-size: 19px;
}

#main .check2 li {
  list-style-type: none;
  padding: 11px 55px;
  margin-top: 15px;
  background: url(images/check2.png) no-repeat;
  background-position: 0% 0%;
  font-size: 19px;
}

#main .check3 li {
  list-style-type: none;
  padding: 5px 50px;
  margin-top: 15px;
  background: url(images/check3.png) no-repeat;
  background-position: 0% 0%;
  font-size: 19px;
}

/* -----------------------------------------------------------
	二つの箱
----------------------------------------------------------- */
#main .boxL {
  width: 286px;
  float: left;
  border-right: solid #CCC 1px;
  margin-right: 5px;
  padding: 5px 15px 0 10px;
  font-size: 17px;
  margin-bottom: 15px;
}

#main .boxR {
  width: 286px;
  float: left;
  margin-right: 5px;
  padding: 5px 0 0 10px;
  font-size: 17px;
  margin-bottom: 15px;
}

/* -----------------------------------------------------------
	画像配置
----------------------------------------------------------- */
.imgRX {
  float: right;
  margin: 20px 0px 20px 10px;
}

.imgLX {
  float: left;
  margin: 20px 10px 20px 0;
}

/* テーブル装飾
----------------------------------------------------------- */
#main .t-head {
  border-collapse: collapse;
  border: solid 1px #ddd;
  padding: 10px;
  background-color: #efefef;
  width: 80px;
  font-size: 16px;
}

#main .t-item {
  border-collapse: collapse;
  border: solid 1px #ddd;
  padding: 10px;
  background-color: #fff;
  width: 535px;
  font-size: 16px;
}

.question {
  font-weight: normal;
  font-size: 14px;
  border-bottom: 1px solid #efefef;
  background: #fff;
  list-style: none;
  padding: 5px 0;
  padding-left: 20px;
  cursor: pointer;
}

.answer {
  padding: 5px;
  font-size: 14px;
  border-bottom: 1px solid #efefef;
}

/*=======================
------ 追記
=======================*/
#sidebar ul.treeview {
  padding: 10px 5px;
}

#sidebar ul.treeview ul {
  padding: 0;
  margin: 0;
  border-top: 1px solid #fff;
}

#sidebar ul.treeview li {
  background: none;
  padding: 0;
  margin: 0;
  border-bottom: hidden;
}

#sidebar ul.treeview li+li {
  border-top: 1px solid #efefef;
}

ul.treeview li span {
  display: block;
  padding: 10px;
  cursor: pointer;
  background: #F1ACB0;
}

ul.treeview li span:hover {
  background: rgba(241, 172, 176, .7);
}

#sidebar ul.treeview ul span {
  background: #F8D7D9;
}

#sidebar ul.treeview ul span:hover {
  background: rgba(248, 215, 217, .7);
}

#sidebar ul.treeview a {
  padding: 0px 0px 0px 15px;
}

/*--- 追加 ---*/
/* 見出し */
#main h3.h3 {
  position: relative;
  background: none;
  font-size: 1.2rem;
  border-bottom: 3px solid #BA9F54;
  padding-left: 35px;
}

#main h3.h3::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: .5em;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background: url("./images/iconCheck.png") no-repeat;
  background-size: cover;
}

#main h4.h4,
#main h5.h5,
#main h6.h6 {
  position: relative;
  background: none;
  font-size: 1rem;
  margin-bottom: 10px;
  padding: 10px 10px 8px 27px;
}

#main h4.h4 {
  margin-top: 10px;
  background: #F4F0E5;
  border-left: 8px solid #BA9F54;
  border-bottom: 1px solid #BA9F54;
}

#main h5.h5 {
  padding-left: 35px;
  border-bottom: 1px dashed #BA9F54;
}

#main h5.h5::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: .5em;
  transform: translate(0, -50%);
  width: 9px;
  height: 9px;
  border: 3px solid #BA9F54;
  border-radius: 100%;
}

#main h6.h6 {
  display: inline-block;
  padding: 10px 10px 8px;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 0;
  background: #F4F0E5;
  border-radius: 8px;
}

/* 目次 */
.index {
  margin-bottom: 10px;
  padding: 15px 10px;
  background: #F4F0E5;
}

.index h6 {
  position: relative;
  padding: 0 10px;
  margin-bottom: 15px;
  text-align: center;
  font-size: .9rem;
  z-index: 1;
}

.index h6::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  border-bottom: 3px double #BA9F54;
  z-index: -1;
}

.index h6 span {
  padding: 0 .75em;
  background: #F4F0E5;
}

.index ol {
  list-style: none;
  counter-reset: indexNum;
}

.index ol li {
  position: relative;
  font-size: .9rem;
  padding-left: 2em;
}

.index ol li+li,
.index ol ol {
  margin-top: .8em;
}

.index ol li::before {
  position: absolute;
  display: block;
  counter-increment: indexNum;
  content: counter(indexNum) "";
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: .8rem;
  color: #fff;
  text-align: center;
  background: #BA9F54;
  box-sizing: border-box;
}

.index ol ol li {
  padding-left: 2.7em;
}

.index ol ol li::before {
  content: counters(indexNum, "-");
  width: 30px;
  color: #252525;
  background: transparent;
  border-bottom: 2px solid #BA9F54;
}

.index ol ol ol li {
  padding-left: 3.7em;
}

.index ol ol ol li::before {
  width: 45px;
}

/* リスト */
.withImage>ol {
  font-size: 17px;
  padding: 15px 10px 15px 10px;
  margin-left: 3em;
}

#main .withImage>ul {
  font-size: 17px;
  padding: 15px 10px 15px 10px;
  margin-left: 3em;
}

/* テーブル */
table {
  font-size: 1rem;
  margin: 15px 10px 15px 10px;
}

table th {
  padding: 0.5em;
}

table td {
  padding: 0.5em;
}

/* 目次 に戻るボタン*/
.withImage h4 {
  position: relative;
}

.withImage h4 a {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  width: auto;
  height: auto;
  padding: .3em .5em .3em 2em;
  font-size: .8rem;
  background: #333;
  color: #fff;
  border-radius: 5px;
}

.withImage h4 a::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: .7em;
  transform: translate(0, -50%) rotate(45deg);
  margin-top: 2px;
  width: 9px;
  height: 9px;
  border: 2px solid transparent;
  border-left-color: #fff;
  border-top-color: #fff;
  box-sizing: border-box;
}

.withImage h4 a:hover {
  text-decoration: none;
  background: #555;
}

.img_syosai {
  margin: 30px auto;
}

/* review-page */
.review-page img {
  display: block;
}

#main .btn a {
  transition: .3s;
  margin: 10px auto 50px auto;
  border-radius: 5px;
  background: #210e7d;
  text-decoration: none;
  padding: 10px 15px;
  text-align: center;
  display: block;
  color: #FFF;
  font-size: 26px;
  text-shadow: 1px 1px 1px #2d1d91;
  box-shadow: 0 3px #b1c9f7;
  width: 300px;
}

#main .btn a:hover {
  opacity: .7;
}

.balloon {
  position: relative;
  margin: .5em 0;
  padding: 1em;
  background: #FFF;
  border: solid 3px #F5C5C8;
  border-radius: .5em;
  box-sizing: border-box;
}

.balloon:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

.balloon:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #F5C5C8;
  z-index: 1;
}

#main .balloon p {
  margin: 0;
  padding: 10px;
}
