@charset "UTF-8";

/* ========全般======== */
html, body, div, span, figure, img, fieldset,
a, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, small, strong, dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:none;
	outline:none;
	font-size:3.5vw;
}

html{
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

body{
	width:100%;
	background-color:#fff;
	color:#222;
}

a {
	color:#b8a68d;
}

a:hover {
	color:#808080;
}

.tan {
	color:#b8a68d;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 959px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}


/* ========ヘッダー======== */
header {
	position: fixed;
	top:0;
	right:0;
	width:100%;
	margin:0;
	padding:0;
	text-align:right;
	z-index:2;
	background-color:#fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

#header_info {
	margin:0;
	padding:1.5% 0;
	background:#b8a68d;
	color:#fff;
	text-align:center;
}

#header_info p {
	font-size:0.8rem;
	font-weight:500;
}

#header_info a {
	text-decoration:none;
	color:#fff;
}

#header_info a:hover {
	text-decoration:underline;
	color:#fff;
}

#nav-drawer {
	margin:0;
	position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
	display: inline-block;
	width: 30px;
	height: 15px;
	vertical-align: middle;
	padding:3.5% 5% 4% 5%;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  z-index:3;
  height: 1.5px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius:50px;
  background: #222;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;/*最前面に*/
  width: 85%;/*右側に隙間を作る（閉じるカバーを表示）*/
  height: 100%;
  background: #eee;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

#hmenu {
	margin:0;
	padding:8% 8%;
	text-align:center;
}

#hmenu .hmenu_list_1 {
	margin:0 0 5% 0;
	padding:0;
}

#hmenu .hmenu_list_1 img {
	width:50%;
	height:auto;
}

#hmenu .hmenu_list_2 {
	margin:0;
	padding:0;
}

#hmenu .hmenu_list_2 p {
	margin:0 0 5% 0;
	padding:5% 0;
	font-size:0.9rem;
	font-weight:400;
	text-align:center;
	background:#fff;
}

#hmenu .hmenu_list_2 a {
	color:#222;
	text-decoration:none;
}

#hmenu .hmenu_list_3 {
	margin:10% 0;
	padding:0;
	border-top:1px solid #dadada;
}

#hmenu .hmenu_list_3 p {
	margin:0;
	padding:3.5% 0;
	font-size:0.9rem;
	font-weight:400;
	text-align:left;
	border-bottom:1px solid #dadada;
}

#hmenu .hmenu_list_3 a {
	color:#222;
	text-decoration:none;
}

#top_logo {
	position:absolute;
	width:40%;
	top:56%;
	left:5%;
}

#top_logo img {
	width:100%;
	height:auto;
}

#top_reserve {
	position:absolute;
	width:20%;
	top:52%;
	right:20%;
	padding:0.4% 0 0.9% 0;
	text-align:center;
	background:#333;
}

#top_reserve a {
	font-size:0.8rem;
	font-weight:500;
	color:#fff;
	text-decoration:none;
}


/* ========記事一覧======== */
#report {
	margin:8% 0 0 0;
	padding:10% 0 5% 0;
	text-align:center;
}

#report h1 {
	margin:2% 0 8% 0;
	padding:0;
	font-size:0.9em;
	font-weight:normal;
	line-height:1.6;
}

#report p {
	margin:0;
	padding:0 10%;
	font-size:0.8em;
	line-height:1.6;
	text-align:left;
}

#report p.title {
	font-family: 'Cormorant Garamond', serif;
	font-size:1.6em;
	font-weight:300;
	text-align:center;
}

#report_box {
	margin:0;
	padding:5%;
}

#report .report_list {
	margin:0 0 10% 0;
	padding:0;
}

#report .report_list h2 {
	margin:3% 0 0 0;
	padding:0;
	font-size:0.9em;
	font-weight:normal;
	line-height:1.6;
	text-align:left;
}

#report .report_list img {
	width:100%;
}

#report .report_list a {
	color:#222;
	text-decoration:none;
}

.clear {
	clear:both;
}


/* ========記事（カラム1）======== */
#article {
	margin:15% 0 0 0;
	padding:0;
}


/* ========ぱんくず======== */
#pan {
	margin:0 0 10% 0;
	padding:0 4%;
}

#pan a {
	margin:0;
	padding:0;
	font-size:0.7em;
	color:#000;
	text-decoration:none;
}


/* ========記事中身======== */
#title {
	margin:25% 0 8% 0;
	padding:0 5%;
}

#title h1 {
	margin:5% 0 8% 0;
	padding:3% 0 5% 0;
	font-size:1.6rem;
	font-weight:600;
	line-height:1.5;
	text-align:left;
	border-bottom:4px solid #a05276;
}

#title p {
	font-family: 'Cormorant Garamond', serif;
	font-size:1.6em;
	font-weight:300;
}

#title img {
	width:100%;
	height:auto;
}

#content {
	margin:0;
	padding:0 5%;
}

#content h2 {
	margin:15% 0 3% 0;
	padding:8% 5%;
	font-size:1.2em;
	line-height:1.5;
	text-align:left;
	background:#3f3f3f;
	color:#fff;
}

#content h3 {
	margin:15% 0 3% 0;
	padding:0 0 3% 0;
	font-size:1rem;
	font-weight:600;
	line-height:1.5;
	text-align:left;
	border-bottom:1px solid #dadada;
}

#content p {
	margin:0 0 8% 0;
	padding:0;
	font-size:1.1rem;
	font-weight:500;
	line-height:1.8;
	letter-spacing:1px;
	text-align:left;
}

#content p.content_s {
	margin:-2% 0 5% 0;
	padding:0;
	font-size:0.7em;
	line-height:2;
	text-align:left;
}

#content img {
	margin:4% 0;
	width:100%;
	height:auto;
}

#content a {
	color:#666;
}

#content .box_gray {
	margin:0 0 10% 0;
	padding:2% 5%;
	background:#f9f9f9;
}

#content table {
	width:100%;
	margin:5% 0 10% 0;
	padding:0;
	border-collapse:collapse;
}

#content table th {
	margin:0;
	padding:3% 2%;
	font-size:0.8em;
	font-weight:normal;
	line-height:1.6;
	text-align:left;
	border: solid 1px #dadada;
	background:#f9f9f9;
}

#content table td {
	margin:0;
	padding:3% 2%;
	font-size:0.8em;
	line-height:1.6;
	text-align:left;
	border: solid 1px #dadada;
}

#content .btn a {
	text-decoration:none;
}

#content .btn_content {
	margin:5% 0;
	padding:5% 0;
	font-size:1em;
	font-weight:bold;
	line-height:2;
	letter-spacing:1px;
	text-align:center;
	color:#fff;
	background:#bca985;
	border-radius:10px;
}


/* ========資産におすすめ======== */
#relate {
	margin:15% 0;
	padding:0;
	text-align:center;
}

#relate h2 {
	margin:15% 0 3% 0;
	padding:8% 5%;
	font-size:1.2em;
	line-height:1.5;
	text-align:left;
}

#relate_box {
	margin:10% 0;
	padding:0;
}

#relate_box .relate_list {
	margin:0;
	padding:0;
}

#relate_box .relate_list_p {
	float:left;
	width:40%;
	margin:0;
	padding:0;
}

#relate_box .relate_list_p img {
	width:100%;
}

#relate_box .relate_list_t {
	float:left;
	width:55%;
	margin:0 0 0 5%;
	padding:0;
}

#relate_box .relate_list_t h3 {
	margin:5% 0 0 0;
	padding:0;
	font-size:0.8em;
	font-weight:normal;
	line-height:1.4;
	text-align:left;
	border:0;
}

#relate_box .relate_list a {
	color:#222;
	text-decoration:none;
}

.clear {
	clear:both;
}


/* ========セミナーページ用CSS======== */
#content h2.seminar {
	margin:10% 0 8% 0;
	padding:5% 0;
	font-size:1.4rem;
	font-weight:600;
	line-height:1.5;
	text-align:left;
	border-bottom:4px solid #a05276;
	background:#fff;
	color:#222;
}

#content h3.seminar_1 {
	margin:10% 0 5% 0;
	padding:0;
	font-size:1.1rem;
	font-weight:600;
	line-height:1.5;
	text-align:left;
	border:0;
	color:#222;
}

#content h3.seminar_2 {
	margin:10% 0 1% 0;
	padding:0;
	font-size:1.1rem;
	font-weight:600;
	line-height:1.5;
	text-align:left;
	border:0;
	color:#a05276;
}

#content a.seminar {
	font-size:1rem;
	font-weight:500;
	color:#a05276;
}

.under {
	font-size:1.1rem;
	font-weight:600;
	border-bottom:1px solid #222;
}

.under_p {
	font-size:1.1rem;
	font-weight:500;
	background:linear-gradient(transparent 50%, #eedee6 50%);
}


#content .box_gray_seminar_profile {
	margin:10% 0 5% 0;
	padding:5% 5%;
	background:#f9f9f9;
}

#content .box_gray_seminar_profile .seminar_profile_left {
	margin:5% 0 0 0;
}

#content .box_gray_seminar_profile .seminar_profile_left img {
	width:40%;
	height:auto;
	border-radius:50%;
}

#content .box_gray_seminar_profile .seminar_profile_right {
}

#content .box_gray_seminar_profile .seminar_profile_right p {
	margin:2% 0% 8% 0;
	font-size:1rem;
	font-weight:500;
	line-height:1.6;
}

.seminar_btn {
	width:100%;
	margin:3% 0 20% 0;
	padding:4% 0;
	font-size:1rem;
	font-weight:600;
	line-height:2.2;
	letter-spacing:1px;
	border-radius:5px;
	text-align:center;
}

#content a {
	text-decoration:none;
	color:#fff;
}


/* ========セミナーページ（セミナー内容）======== */
#content .mokuji {
	margin:5% 0;
	padding:8% 5%;
	background:#f9f9f9;
	border-radius:10px;
}

#content .mokuji p {
	margin:0;
	padding:0;
	font-size:1.1rem;
	font-weight:500;
	line-height:2;
	letter-spacing:1px;
	text-align:left;
	color:#a05276;
}

#content .mokuji a {
	margin:0;
	padding:0;
	font-size:1.1rem;
	font-weight:500;
	line-height:1.8;
	letter-spacing:1px;
	text-align:left;
	color:#a05276;
	text-decoration:underline;
}

#content .naiyou {
	margin:0;
	padding:0;
}

#content .naiyou_list_left {
	margin:0 0 8% 0;
}

#content .naiyou_list_right {
	margin:0 0 8% 0;
}

#content .naiyou h3 {
	margin:2% 0 3% 0;
	padding:0;
	font-size:1.3rem;
	font-weight:600;
	line-height:2;
	letter-spacing:0;
	text-align:left;
	border:0;
}

#content .naiyou p {
	margin:0;
	padding:0 0 5% 0;
	font-size:1.1rem;
	font-weight:500;
	line-height:1.6;
	letter-spacing:0.5px;
	text-align:left;
}

#content .naiyou img {
	width:100%;
	height:auto;
	border-radius:10px;
}

#content .naiyou a {
	margin:0;
	padding:0;
	font-size:1rem;
	font-weight:500;
	line-height:1.6;
	letter-spacing:1px;
	text-align:left;
	color:#a05276;
	text-decoration:underline;
}

.clear {
	clear:both;
}

#content .naiyou_info {
	margin:10% 0 5% 0;
	padding:8% 5%;
	background:#f9f9f9;
	border-radius:10px;
}

#content .naiyou_info p {
	margin:0;
	padding:0;
	font-size:1.1rem;
	font-weight:500;
	line-height:1.8;
	letter-spacing:1px;
	text-align:left;
}


/* ========サイドバー（カラム2）======== */
#side {
	margin:15% 0;
	padding:0;
}

#writer {
	margin:0 5%;
	padding:4% 5% 5% 5%;
	background:#f9f9f9;
}

#writer h2 {
	margin:0 0 3% 0;
	padding:0;
	font-size:0.9em;
	font-weight:normal;
	line-height:1.8;
	text-align:left;
}

#writer .writer_t {
	font-family: 'Cormorant Garamond', serif;
	font-size:1.6em;
	font-weight:300;
}

#writer_p {
	float:left;
	width:20%;
}

#writer_p img {
	width:100%;
	border-radius:50%;
}

#writer_t {
	float:left;
	width:75%;
	margin:0 0 0 5%;
}

#writer_t p {
	margin:0;
	padding:0;
	font-size:0.75em;
	line-height:1.6;
	text-align:left;
}

.clear {
	clear:both;
}

#writer .writer_btn_1 {
	margin:5% 0 0 0;
	padding:2.5% 0;
	font-size:0.8em;
	line-height:2.2;
	letter-spacing:1px;
	text-align:center;
	border:1px solid #222;
	background:#fff;
}

#writer .writer_btn_2 {
	margin:5% 0 3% 0;
	padding:2.5% 0;
	font-size:0.8em;
	line-height:2.2;
	letter-spacing:1px;
	text-align:center;
	border:1px solid #222;
	background:#fff;
}

#writer a {
	color:#222;
	text-decoration:none;
}

#other {
	margin:0;
	padding:15% 5% 5% 5%;
}

#other h2 {
	margin:0 0 5% 0;
	padding:0;
	font-size:0.9em;
	font-weight:normal;
	line-height:1.8;
	text-align:left;
}

#other .other_t {
	font-family: 'Cormorant Garamond', serif;
	font-size:1.6em;
	font-weight:300;
}

#other .article_list {
	margin:10% 0;
	padding:0;
}

#other .article_list h3 {
	margin:3% 0 0 0;
	padding:0;
	font-size:0.9em;
	font-weight:normal;
	line-height:1.6;
	text-align:left;
}

#other .article_list img {
	width:100%;
}

#other .article_list a {
	color:#222;
	text-decoration:none;
}


/* ========フッター======== */
footer {
	margin:0;
	padding:15% 5% 10% 13%;
	background:#222;
	color:#fff;
}

.footer_list_1 {
	margin:0 0 15% 0;
}

.footer_list_2 {
	margin:0 0 15% 0;
}

.footer_list_1 p {
	margin:0 0 5% 0;
	padding:0;
	font-size:0.9rem;
	line-height:2;
	letter-spacing:2px;
}

.footer_list_2 p {
	margin:0 0 5% 0;
	padding:0;
	font-size:0.9rem;
	line-height:2;
	letter-spacing:2px;
}

.footer_list_1 a {
	color:#fff;
	text-decoration:none;
}

.footer_list_2 a {
	color:#fff;
	text-decoration:none;
}

ul {
	list-style:none;
}

li {
	margin:0;
	padding:0 0 2% 0;
	font-size:0.9rem;
	line-height:1.6;
}

.under_1 {
	border-bottom:1px solid #d2b48c;
}

.footer_btn_1 {
	width:50%;
	margin:3% 0;
	padding:2% 0;
	font-size:0.9rem;
	line-height:2.2;
	letter-spacing:1px;
	background:#88795b;
	text-align:center;
}

#copyright p {
	margin:0;
	padding:0;
	font-size:0.8rem;
	text-align:right;
}

#contact_btn {
	position: fixed;
	bottom:0px;
	left:0px;
	width:100%;
	margin:0;
	padding:0 0 3% 0;
	z-index:2;
}

#contact_btn img {
	width:33.33%;
}

#seminar_btn {
	margin:0 5% 0 5%;
	padding:4% 5%;
	background:#a05276;
	border-radius:8px;
	text-align:right;
}

#seminar_btn p {
	margin:0 0 0 0;
	padding:3% 0;
	font-size:1.2rem;
	font-weight:600;
	letter-spacing:1px;
	text-align:center;
}

#seminar_btn a {
	color:#fff;
	text-decoration:none;
}

#seminar_btn img {
	width:26%;
}


