@charset "utf-8";
@import url(./fonts/icomoon.css);
@import url('//netdna.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.css');
@import url('//fonts.googleapis.com/css?family=Oswald');

body{
	margin: 0;
	padding: 0;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 500;
	color:#333;
	vocabulary-break: break-all;
	line-height: 1.7;
	min-width: 320px;
}

	* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}

a{
	text-decoration: none;
	outline: none;
}

a,
a img,
input{
	cursor: pointer;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}


#global-nav > ul > li > a:hover,
#know_more a{
	opacity: 1;
}

a:hover,
.form_btn input:hover{
	opacity: 0.7;
}

.maker{
	position: relative;
}

.maker:before{
	content: "";
	display: block;
	height: 7px;
	background: #f7f6a0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
}

.maker_line{
background: #f7f6a0;
text-decoration: underline;
font-weight: bold;
}

.line{
border-bottom: 1px solid #333;
font-weight: bold;
}

.cf:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}

header {
	border-bottom: solid 1px #e2e0e1;
	background: #fff;
	position: fixed;
	width: 100%;
	z-index: 100;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	height: 110px;
}


#header .sb-toggle-right { /* SPメニュー PCでは非表示 */
	display: none;
}


#header_inner{
position: relative;
padding: 0 30px;
height: 80px;
display: flex;
justify-content: space-between;
align-items: center;
}

.sub-title{
font-size: 13px;
font-weight: bold;
letter-spacing: 0.6px;
background: #333;
color: #fff;
padding:5px 30px;
height: 30px;
}

.logo {
	display: block;
 float: left;
	width: 260px;
	min-width: 156px;
}

.logo img{
	width: 100%;
}

 a.logo{
	-ms-transition: none;
}

.head-right{
display: flex;
justify-content: space-between;
float: right;
height: 40px;
align-items: center;
}

	ul.head-btn {
		display: flex;
	}

.head-btn li{
	margin-left: 15px;}

ul.head-btn li a{
font-size: 14px;
background-color: #edf2f6;
border-radius: 50px;
color: #333;
font-weight: bold;
width: 125px;
display: block;
text-align: center;
height: 40px;
line-height: 40px;
}

/* header smaller */

header.smaller {
	width: 100%;
	position: fixed;
	z-index: 100;
	margin-top:-30px;
	background-color: rgba( 255, 255, 255, 0.9 );
	border-bottom: 1px solid rgba( 51, 51, 51, 0.9 );
}

header.smaller ul.head-btn li a{
	background: #65a3d3;
	color: #fff;
}

/* global-nav */

#global-nav ul{
	display: flex;
}

#global-nav > ul > li{
	font-size: 90%;
	font-weight: bold;
	position: relative;
	white-space: nowrap;
}

#global-nav > ul > li > a{
	color: #333;
	height: 80px;
	padding: 2px 19px;
	display: flex;
	align-items: center;
	position: relative;
}

/* 子menu hoverした時の親アンダーライン */

#global-nav > ul > li.submenu:hover > a:after{
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333;
  height: 3px;
}

/* menu 線 */
#global-nav > ul > li:last-child:after,
#global-nav > ul > li:before{
content: "";
width: 2px;
height: 17px;
background: #dedede;
position: absolute;
top: 50%;
margin-top: -8px;
}

#global-nav > ul > li:last-child:after{
right: 0;
}

#global-nav ul li:before{
left: 0;
}

/* 子menuを持つmenu */

#global-nav > ul > li.submenu a{
padding-right: 40px;
}

#global-nav > ul > li.submenu span:before{
	content:"";
width: 0;
height: 0;
border-style: solid;
border-width: 7px 4px 0 4px;
border-color: #333333 transparent transparent transparent;
display: inline-block;
position: absolute;
right: 18px;
top: 50%;
margin-top: -3px;
}

/* 子menu */

#global-nav li ul{
list-style: none;
position: absolute;
top: 100%;
left: 0;
margin: 0;
opacity: 0;
visibility: hidden;
transition: .5s;
box-shadow: 0 1px 4px 0 rgba(0,0,0,0),0 3px 10px 0 rgba(0,0,0,0.08),0 2px 2px 0 rgba(0,0,0,0.05);
z-index: 1;
display: block;
width: 100%;
background: #333;
}

#global-nav li:hover ul{
	top: 100%;
	visibility: visible;
	opacity: 1;
}

#global-nav li ul li{
	width: 100%;
	position: relative;
}

#global-nav li ul li a{
padding: 15px !important;
border-bottom: 1px solid rgba( 255, 255, 255, 0.1 ); 
background: #333;
color: #fff;
text-align: left;
position:relative;
display: block;
font-size: 12px;
letter-spacing: 1px;
white-space: normal;
}

#global-nav li ul li:last-child a{
border-bottom:none;
}

#global-nav li ul li a:hover{
	background: #2a475e;
	opacity: 1;
}

/* 孫menu */

#global-nav li ul li.drop span:before{
	content:"";
width: 0;
height: 0;
border-style: solid;
border-width: 4px 0 4px 7px;
border-color: transparent transparent transparent #ffffff;
display: inline-block;
position: absolute;
right: 16px;
top: 50%;
margin-top: -4px;
}

#global-nav li ul li ul.third{
list-style: none;
position: absolute;
top: 0;
left: 100%;
margin: 0;
opacity: 0;
visibility: hidden;
transition: .5s;
box-shadow: 0 1px 4px 0 rgba(0,0,0,0),0 3px 10px 0 rgba(0,0,0,0.08),0 2px 2px 0 rgba(0,0,0,0.05);
z-index: 1;
}

#global-nav li ul li:hover ul.third {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	background: #2a475e;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	visibility: visible;
	opacity: 1;}

#global-nav li ul li:hover ul.third li a{
	background: #2a475e;
}

/* 孫menu hoverした時の子背景色 */

#global-nav li.drop:hover a{
	background: #2a475e!important;
}

#global-nav li ul li ul.third li a{
border-bottom: 1px solid rgba( 255, 255, 255, 0.1 ); 
}

#global-nav li ul li ul.third li a:hover{
	background: #1f384c!important;
}


/* hover */

#global-nav ul li a {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

#global-nav ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333;
  height: 3px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#global-nav ul li a:hover:before, #global-nav ul li a:focus:before, #global-nav ul li a:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#global-nav li ul li a:before{
	content: none;
}

/* ぱんくずリスト */

#bread_list {
padding: 14px 30px;
font-size: 13px;
border-bottom: solid 1px #e2e0e1;
}

#bread_list a{
	color:#333;
}

/* Youtube動画用 */
.movie_canvas {
    position: relative;
    padding-top: 56.25%;
}

.movie_canvas iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}


/* ---------------------------
  コンテンツ
--------------------------- */

#container{
	padding-top:110px;
}

#container .inner{
	width: 1040px;
	margin: 0 auto;
	padding: 60px 20px;
}

#container .inner_list{ /* ファンド一覧 */
	width: 1040px;
	margin: 0 auto;
	padding: 30px 20px 60px;
}


.bg_bl{
background:#edf2f6;
}

.layer{
	z-index: 0;/* TOPページファンド用 */
	position: relative;
}


/* ---------------------------
  TOP　ファーストビュー設定
--------------------------- */

#top_image_wrap{
	height: 670px;
	position: relative;
}

#top_image_wrap:before{
	content: "";
width: 100%;
height: 100%;
background: url(images/image_filter.png);
display: block;
position: absolute;
top: 0;
left: 0;
z-index: 2;
}

#top_image_wrap .inner{
	width: 1040px;
	margin: 0 auto;
	text-align: center;
	padding: 70px 20px 0;
	position: relative;
	z-index: 2;
}

#top_image_wrap .inner span{
	display: block;
	color: #fff;
}

#top_image_wrap .inner p{
	font-family: 'Oswald', sans-serif;
	font-size: 51px;
	font-weight: bold;
	color: #fff;
}

#top_image_wrap .inner p:first-of-type{
	letter-spacing: 11px;
	margin-top: 50px;
}

#top_image_wrap .inner p:nth-of-type(2){
	letter-spacing: 4px;
	margin-left: -4px;
}

#top_image_wrap .inner span:first-of-type{
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 2px;
	border-bottom: 1px solid;
	width: 660px;
	margin: 0 auto;
	padding: 0 0 6px 0;
}

#top_image_wrap .inner span:nth-of-type(2){
	line-height: 36px;
	letter-spacing: 2px;
	margin-top:40px;
	font-weight: bold;
	font-size: 18px;
}

#top_image_wrap .btn_or{
	background:#ef7f39;
	margin-top: 50px;
}

#top_image_wrap .btn_or:hover,
.reg_btn:hover{
	background: #ef6039;
	border-color: #ef6039;
	opacity: 1;
}

/* swiper */

	.swiper-container {
		width: 100%;
		height: 670px;
		position: absolute !important;
		top: 0;
	}
	.swiper-slide {
		background-position: center;
		background-size: cover;
	}


/* ---------------------------
 仕組み　ファーストビュー設定
--------------------------- */

#kiso_top_wrap{
	background: url(images/top_insurance.jpg) no-repeat center;
	height: 460px;
	background-size: cover;
	position: relative;
}

/* 画像内文字 */
.top_cap{
	position: absolute;
    width: 100%;
    text-align: center;
    top: 150px;
}
.top_cap span{
	display: block;
	color: #fff;
}
.top_cap span:first-of-type{
	font-family: 'Oswald', sans-serif;
	font-size: 46px;
	font-weight: bold;
	letter-spacing: 5px;
}
.top_cap span:nth-of-type(2){
	font-size: 18px;
	font-weight: bold;
}

.top_arrow{
width: 40px;
height: 40px;
position: absolute;
left: 50%;
bottom: 110px;
margin-left: -20px;
background:url(images/top_arrow.svg) no-repeat;
background-size: contain;
}


/* スマホMENU PCでは非表示 */
.drawer-navbar{
	display: none;
}


/* ---------------------------
  基礎知識カテゴリ　ファーストビュー設定
--------------------------- */

#knowledge_top_wrap{
	background: url(images/top_knowledge.jpg) no-repeat center bottom;
	height: 460px;
	background-size: cover;
	position: relative;
}

/* ---------------------------
  土地付き太陽光との比較　ファーストビュー設定
--------------------------- */

#compare_top_wrap{
	background: url(images/top_compare.jpg) no-repeat center bottom;
	height: 460px;
	background-size: cover;
	position: relative;
}


/* ---------------------------
  メガ発ファンドについて ファーストビュー設定
--------------------------- */

#about_top_wrap{
	background: url(images/top_about.jpg) no-repeat center bottom;
	height: 460px;
	background-size: cover;
	position: relative;
}

/* ---------------------------
  メリット デメリット　ファーストビュー設定
--------------------------- */

#merit_top_wrap{
	background: url(images/top_merit.jpg) no-repeat center bottom;
	height: 460px;
	background-size: cover;
	position: relative;
}

/* ---------------------------
  仕組み　ファーストビュー設定
--------------------------- */

#structure_top_wrap{
	background: url(images/top_structure.jpg) no-repeat center bottom;
	height: 460px;
	background-size: cover;
	position: relative;
}

/* ---------------------------
  　用語集　ファーストビュー設定
--------------------------- */

#glossary_top_wrap{
	background: url(images/top_glossary.jpg) no-repeat center;
	height: 460px;
	background-size: cover;
	position: relative;
}

/* ---------------------------
  　初めての太陽光ファンド　ファーストビュー設定
--------------------------- */

#beginning_top_wrap{
	background: url(images/top_beginning.jpg) no-repeat center;
	height: 460px;
	background-size: cover;
	position: relative;
}

/* ---------------------------
  　よくある質問　ファーストビュー設定
--------------------------- */

#qa_top_wrap{
	background: url(images/top_qa.jpg) no-repeat center;
	height: 460px;
	background-size: cover;
	position: relative;
}


/* ---------------------------
  　匿名契約について　ファーストビュー設定
--------------------------- */

#agreement_top_wrap{
	background: url(images/top_agreement.jpg) no-repeat center;
	height: 460px;
	background-size: cover;
	position: relative;
}

/* ---------------------------
  　匿名契約について　ファーストビュー設定
--------------------------- */

#tax_top_wrap{
	background: url(images/top_tax.jpg) no-repeat center;
	height: 460px;
	background-size: cover;
	position: relative;
}


/* ---------------------------
  　会社概要　ファーストビュー設定
--------------------------- */

#company_top_wrap{
	background: url(images/top_company.jpg) no-repeat center;
	height: 460px;
	background-size: cover;
	position: relative;
}


/* ---------------------------
  　アコーディオン
--------------------------- */
.accordion .trigger {
	margin-top:30px;
	padding: 15px 40px 15px 56px;
	position: relative;
	font-weight: bold;
	background: #edf2f6;
	color: #2a475e;
	font-size: 18px;
	cursor: pointer;
}

.accordion .trigger::before, .accordion .toggle_container::before {
	content: "";
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	left: 16px;
	top: 14px;
}

.accordion .trigger::before {
	background: url(images/icon_q.svg) no-repeat;
	background-size: contain;
	left: 17px;
}

.accordion .toggle_container::before {
	background: url(images/icon_a.svg) no-repeat;
	background-size: contain;
	top: 17px;
}

.toggle_container::before {
		content: "";
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		left: 15px;
		top: 14px;
}

.accordion .trigger::after, .accordion .trigger.active::after {
	font-size: 20px;
	font-family: FontAwesome;
	line-height: 1;
	color: #333;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -11px;
	font-weight: bold;
}

.accordion .trigger::after {
	content: "\f105";
}
.accordion .trigger.active::after {
	content: "\f107";
}

.toggle_container{
padding: 17px 20px 15px 56px;
position: relative;
border-left: 2px solid #edf2f6;
border-bottom: 2px solid #edf2f6;
border-right: 2px solid #edf2f6;
}

.toggle_container p{
	line-height: 2;
}



/*  基礎コンテンツ
-----------------*/
#container .inner h1,
#container .inner_list h1,
#tab_company_menu h1,
h2.title_large{
	text-align: center;
	font-size: 32px;
}

 h1.title_line{
	display: flex;
	line-height: 1;
	letter-spacing: 2px;
}

 h1.title_line:before,  h1.title_line:after {
	border-top: 1px solid;
	content: "";
	display: inline;
	flex-grow: 1;
	margin-top: 0.5em;
}
 h1.title_line:before {
	margin-right: 0.6em;
}

h1.title_line:after {
	margin-left: 0.6em;
}

h2.title_bl,
div.title_bl{
	font-size: 24px;
	background: #edf2f6;
	color: #28465e;
	margin-top: 50px;
	padding: 20px;
}
	
h2.title_bl.first{
		margin-top: 0;
}

h3.title{
	font-size: 24px;
	border-left: solid 3px #28465e;
	color: #28465e;
	margin-top:50px;
	padding: 0 20px;
}

h3.line_title{
	font-size: 24px;
	color: #28465e;
	margin-top:50px;
	padding: 0 20px 10px;
	border-bottom: solid 2px #2a475e;
	position: relative;
}

h3.line_title:before{
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	display: inline-block;
	width: 4px;
	height: 30px;
	background: #43c5b7;
}

h3.line_title02,
h3.line_title03,
h3.line_title04,
.entry_text h3{
	font-size: 24px;
	color: #28465e;
	margin-top:50px;
	padding: 0 20px 10px;
	border-bottom: solid 2px #edf2f6;
	position: relative;
}

h3.line_title02:before{
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	display: inline-block;
	width: 4px;
	height: 30px;
	background: #2a475e;
}

h3.line_title03:before,
.entry_text h3:before{
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	display: inline-block;
	width: 4px;
	height: 30px;
	background: #4fc6b7;
}

h3.line_title03:first-child{
	margin-top: 0;
}

h3.line_title04{
	padding-left: 37px;
}

h3.line_title04:before{
	content: "\eaeb";
	position: absolute;
	left: 0;
	top: -4px;
	display: inline-block;
	color: #f39663;
	font-size: 28px;
	font-family: icomoon;
	font-weight: normal;
}

h4.line_title02,
h4.line_title03,
h4.line_title04,
.entry_text h4{
	font-size: 18px;
	color: #28465e;
	margin-top:50px;
    padding: 0 10px 10px 0;
	border-bottom: solid 2px #edf2f6;
	position: relative;
}

h4.title_ny{
	background: #2a475e;
	color: #fff;
	text-align: center;
	margin-top:60px;
	padding: 10px;
	letter-spacing: 0.5px;
}

h4.title_ny:first-of-type{
	margin-top:30px;
}

p.text{
line-height: 2.1;
margin: 30px 20px 0;
}

p.text02 {
	line-height: 2;
	font-size: 18px;
	margin-top: 50px;
}

p.text03 {
	line-height: 2;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	margin-top:50px;
}

p.text04 {
	line-height: 3;
	letter-spacing: 2px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 40px;
}

.text_large{
	line-height: 2.5;
	letter-spacing: 5px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

p.text.right{
	text-align: right;
}


	p.msg{
	line-height: 2.1;
	margin: 40px 20px 60px;
	}

br.br_pc{ /* PCのみ改行 */
	display: block;
}

br.br_sp{ /* スマホのみ改行 */
	display: none;
}

#container .inner p a,
.entry_text p a{
	color: #1596d8;
	text-decoration: underline;
}

.heed_ora, .heed_gray{
	margin: 30px 20px 0;
	padding: 25px 15px;
	position: relative;
}
.heed_ora p, .heed_gray p{
	margin: 15px 20px 0;
	line-height: 2;
}

.heed_bl{
	margin-top: 50px;
	padding: 25px;
	position: relative;
}

.heed_bl p{
	line-height: 2;
}

.heed_ora{
	background: #fceee1;
}
.heed_gray{
	background: #f0f0f0;
}
.heed_bl{
	background: #edf2f6;
}

.heed_tl, .heed_tl2{
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 0 60px;
}
.heed_tl:before, .heed_tl2:before{
	position: absolute;
	font-weight: 500;
	left: 35px;
	top: 18px;
}
.heed_tl:before{
	content: "\eaeb";
	color: #f39663;
	font-size: 28px;
	font-family: icomoon;
}

.heed_tl2:before{
	content: "\f071";
	font-size: 28px;
	font-family: FontAwesome;
}



/*  メガ発ファンドについて
-----------------*/

.flow{
	display: flex;
	margin-top: 50px;
}

.flow section{
	width: 33.3%;
	background:#fff;
	padding-bottom: 10px;
	border-left: 1px solid #edf2f6;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.flow section:first-of-type{
	border-left: none;
}

.flow section h3{
	background: #43c5b7;
	text-align: center;
	color: #fff;
	font-size: 17px;
	height: 74px;
	line-height: 74px;
	position: relative;
	padding-left: 22px;
	width: 100%;
}

.flow section h3:before{
	content:"";
	width: 32px;
	height: 32px;
	position: absolute;
	top:50%;
	left:15px;
	margin-top:-16px;
	display: inline-block;
}

.flow section:first-of-type h3:before{
	background:url(images/maru_wt_01.svg) no-repeat;
	background-size: contain;
}

.flow section:nth-of-type(2) h3:before{
	background:url(images/maru_wt_02.svg) no-repeat;
	background-size: contain;
}

.flow section:nth-of-type(3) h3:before{
	background:url(images/maru_wt_03.svg) no-repeat;
	background-size: contain;
}

.flow section:nth-of-type(4) h3:before{
	background:url(images/maru_wt_04.svg) no-repeat;
	background-size: contain;
}

.flow section .icon{
	width: 97px;
	height: 97px;
	margin:30px auto 0;
}

.flow section .icon img{
	width :100%;
}

.flow section p{
	font-size: 14px;
	text-align: left;
	padding:25px;
	line-height: 2;
}

.flow section a {
	font-size: 14px;
	border-radius: 50px;
	font-weight: bold;
	width: 200px;
	display: block;
	text-align: center;
	height: 46px;
	line-height: 46px;
	position: relative;
	padding-left: 15px;
	letter-spacing: 0.5px;
	margin-top: auto;
	margin-bottom: 15px;
}

#container .inner a.btn_or02{
	color: #fff;
	background:#f18f55;
	border:1px solid #f18f55;
	text-decoration: none;
}

#container .inner a.btn_wt02{
	color: #333;
	background:#fff;
	border:1px solid #333;
}

.btn_or02:before {
	content: "\f15c";
	font-family: FontAwesome;
	position: absolute;
	font-weight: normal;
	left: 20px;
}

.btn_wt02:before {
	content: "\f0e0";
	font-family: FontAwesome;
	position: absolute;
	font-weight: normal;
	left: 20px;
}

/* 安全の取り組み */

.qa_wrap{
	margin-top: 50px;
}

.qa_wrap .title_question:before, 
[class*="title_num"]:before,
.qa_wrap .answer:before {
	content: "";
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	left: 16px;
	top: 14px;
}

[class*="title_num"]:before{
	top:50%;
	margin-top:-15px;
}

.title_num_01:before{
	background: url(images/maru_ny_01.svg) no-repeat;
	background-size: contain;
}

.title_num_02:before{
	background: url(images/maru_ny_02.svg) no-repeat;
	background-size: contain;
}

.title_num_03:before{
	background: url(images/maru_ny_03.svg) no-repeat;
	background-size: contain;
}

.title_num_04:before{
	background: url(images/maru_ny_04.svg) no-repeat;
	background-size: contain;
}

.title_num_05:before{
	background: url(images/maru_ny_05.svg) no-repeat;
	background-size: contain;
}

.qa_wrap .title_question:before {
	background: url(images/icon_q.svg) no-repeat;
	background-size: contain;
	top:50%;
	margin-top:-15px;
}

.qa_wrap .answer:before {
	background: url(images/icon_a.svg) no-repeat;
	background-size: contain;
	top: 17px;
}

.title_question,
[class*="title_num"]{
	position: relative;
	font-size: 24px;
	background: #edf2f6;
	color: #28465e;
	margin-top: 20px;
	padding: 20px 20px 20px 60px;
}

[class*="title_num"]{
	margin-top: 30px;
}

.qa_wrap .answer{
	margin-top: 15px;
	padding: 17px 20px 15px 60px;
	position: relative;
	line-height: 2;
}

.title_question:after,
[class*="title_num"]:after{
	top: 100%;
	left: 66px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #edf2f6;
	border-width: 10px;
	margin-left: -10px;
}

/* 基礎知識カテゴリ */

.kiso_wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 15px;
}

.kiso_wrap article{
	width: calc(33% - 15px);
	height: 405px;
	border:1px solid #e2e0e1;
	margin-top: 30px;
	text-align: center;
	position: relative;
}

.kiso_wrap article a{
	display: block;
	padding: 15px;
}

.kiso_wrap article img{
	width:100%;
}

.kiso_wrap article h3{
	font-size: 19px;
	margin-top:15px;
	color: #333;
	line-height: 1.5;
}

.kiso_wrap article p.title{
	font-size: 16px;
	font-weight: bold;
	margin-top:20px;
	color: #43c5b7;
}

.kiso_wrap article .btn_grn{
	width: 200px;
	height: 52px;
	font-size: 16px;
	line-height: 52px;
	position: absolute;
	bottom: 25px;
	left: 50%;
	margin-left: -100px;
}

.kiso_wrap article:first-of-type p.title:after{
	content:"①";
}

.kiso_wrap article:nth-of-type(2) p.title:after{
	content:"②";
}

.kiso_wrap article:nth-of-type(3) p.title:after{
	content:"③";
}

.kiso_wrap article:nth-of-type(4) p.title:after{
	content:"④";
}

.kiso_wrap article:nth-of-type(5) p.title:after{
	content:"⑤";
}

.kiso_wrap article:nth-of-type(6) p.title:after{
	content:"⑥";
}


/* セミナーカテゴリ20200717nakazawa add */

.seminar_wrap{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 15px;
}

.seminar_wrap article{
	width: calc(33% - 15px);
	height: 420px;
	border:1px solid #e2e0e1;
	margin-top: 30px;
	text-align: center;
	position: relative;
}

.seminar_wrap article a{
	display: block;
	padding: 15px;
}

.seminar_wrap article img{
	width:100%;
}

.seminar_wrap article h3{
	font-size: 1rem;
	margin-top:15px;
	color: #333;
	line-height: 1.5;
}

.seminar_wrap article p.title{
	font-size: 16px;
	font-weight: bold;
	margin-top:20px;
	color: #43c5b7;
}

.seminar_wrap article .btn_grn{
	width: 200px;
	height: 52px;
	font-size: 16px;
	line-height: 52px;
	position: absolute;
	bottom: 25px;
	left: 50%;
	margin-left: -100px;
}

.seminar_wrap article:first-of-type p.title:after{
	content:"①";
}

.seminar_wrap article:nth-of-type(2) p.title:after{
	content:"②";
}

.seminar_wrap article:nth-of-type(3) p.title:after{
	content:"③";
}

.seminar_wrap article:nth-of-type(4) p.title:after{
	content:"④";
}

.seminar_wrap article:nth-of-type(5) p.title:after{
	content:"⑤";
}

.seminar_wrap article:nth-of-type(6) p.title:after{
	content:"⑥";
}

.seminar_wrap::after {
    content: "";
    display: block;
    width: 26%;
    height: 0;
}


/*  比較
-----------------*/

.compare_wrap{
	display: flex;
	margin-top:50px;
	font-weight: bold;
}

.compare_wrap .compare_menu p.title{
	width: 268px;
	height: 55px;
	line-height: 55px;
	color: #fff;
	background: #2a475e;
	text-align: center;
	position: relative;
	font-weight: bold;
	font-size: 19px;
}

.compare_wrap .compare_menu p.title:after{
top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(42, 71, 94, 0);
	border-top-color: #2a475e;
	border-width: 7px;
	margin-left: -7px;
}

.compare_wrap .compare_menu{
	width: 296px;
}

.compare_wrap .compare_menu ul{
		margin-top:20px;
}

.compare_wrap .compare_menu li{
	background: #eaeff2;
	color: #2a475e;
	height: 60px;
	margin-top: 10px;
	display: flex;
	align-items: center;
	width: 268px;
	position: relative;
}

.compare_wrap .compare_menu li:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 30px 15px;
	border-color: transparent transparent transparent #eaeff2;
	position: absolute;
	top:0;
	left: 100%;
}

.compare_wrap .compare_menu li a{
	color: #2a475e;
	width: 100%;
	height: 60px;
	display: flex;	align-items: center;
	justify-content: space-between;
	padding: 15px;
}

.compare_wrap .compare_menu li p{
	padding: 15px;
}

.compare_wrap .compare_menu li span{
	font-size: 12px;
	letter-spacing: 1px;
	position: relative;
	display: inline-block;
	padding-right: 14px;
}

.compare_wrap .compare_menu li span:after{
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 7px 4px 0 4px;
border-color: #2a475e transparent transparent transparent;
display: inline-block;
position: absolute;
right: 0;
top: 50%;
margin-top: -3px;
}

.compare_wrap .compare_gr{
	background:#68a4d1;
	width:353px;
	padding:0 15px 15px 15px;
}

.compare_wrap .compare_bl{
	background:#43c5b7;
	width:353px;
	padding:0 15px 15px 15px;
}

.compare_wrap .compare_gr li,
.compare_wrap .compare_bl li{
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	width: 100%;
	height: 60px;
	margin-top: 10px;
	font-size: 17px;
}

.compare_wrap .compare_gr li span,
.compare_wrap .compare_bl li span{
	display: block;
	font-size: 12px;
	margin-top: -2px;
}

.compare_wrap .compare_gr li:first-child,
.compare_wrap .compare_bl li:first-child{
	margin-top: 7px;
}

.compare_wrap .compare_gr h3,
.compare_wrap .compare_bl h3{
	height: 68px;
	line-height: 80px;
	color: #fff;
	font-size: 19px;
	text-align: center;
}

.arrow_or{
	display: block;
	margin:30px auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 36px 46px 0 46px;
	border-color: #ee7b39 transparent transparent transparent;
}

.compare_image_sp{ /* PCでは非表示 */
		display: none;
	}


/*  TOPページ
-----------------*/

.chart_image img{
	display: block;
	margin:50px auto 0;
}

#information{
	width: 100%;
}

ul#information:first-of-type{ /* autoloadの為 */
	margin-top:50px;
	border-top: 1px solid #e2e0e0;
}

#information li a{
	border-bottom: 1px solid #e2e0e0;
	padding: 15px 40px 15px 30px;
	position: relative;
	display: flex;
}

#information li a .date{
width: 130px;
color: #43c5b7;
font-weight: bold;
font-family: 'Helvetica', 游ゴシック体, 'Yu Gothic', YuGothic;
letter-spacing: 1px;
}

#information li a .info{
color: #333;
font-weight: bold;
}

#information li a:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: 20px;
	font-size: 22px;
	top:50%;
	margin-top:-11px;
	line-height: 1;
	color: #43c5b7;
}

#autoload img{
	margin:30px auto;
	display: block;
}

/* 募集中のファンド */

#fund .fund{
	margin-top: 50px;
}

	.fund{
	background: #fff;
	padding: 30px;
	font-family: 'Helvetica', 游ゴシック体, 'Yu Gothic', YuGothic;
	position: relative;
}

/* 募集中のファンド 影付き */
.fund.shadow{
	overflow: visible;
}

.fund.shadow:before, .fund.shadow:after{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px rgba( 0, 0, 0, 0.3 );
  -moz-box-shadow: 0 15px 10px rgba( 0, 0, 0, 0.3 );
  box-shadow: 0 15px 10px rgba( 0, 0, 0, 0.3 );
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.fund.shadow:after{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}	
		
.yen{
	 	font-family:游ゴシック体, 'Yu Gothic', YuGothic;
}

.fund .red{
	font-size: 24px;
	line-height: 1;
}

.fund_title {
padding: 0 0 20px 75px;
position: relative;
}

.no_bdr{
	border: none;
}

.fund_title p[class*="icon_"]{
	content:"";
	width:60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	display: table;
	position: absolute;
	top: 5px;
	left: 0;
	letter-spacing: 0.5px;
	line-height: 1.5;
}

.fund_title p[class*="icon_"] span{
	display: table-cell;
	vertical-align: middle;
	padding-top: 1px;
}

.fund_title p[class*="icon_"].new{
	background: #ef7f39;
}

.fund_title p.sub{
	font-size: 17px;
	font-weight: bold;
}

.fund_title h3{
	font-size: 27px;
	margin-top:5px;
}

/*セミナーバナー表示のため一旦コメントアウト 20200729 nakazawa*/	
img.top_fund{
	width: 450px;
	float: left;
}


.fund_right{
	padding-left: 30px;
 overflow: hidden;
}

.fund_right ul{
	width: 100%;
	height: 110px;
	overflow: hidden;
	display: table;
	padding:5px 0;
	border-top:1px solid #e2e0e0;
	border-bottom:1px solid #e2e0e0;
	letter-spacing: 0.5px;
}

.fund_right li{
display: table-cell;
vertical-align: middle;
overflow: hidden;
font-weight: bold;
width: 33.3%;
text-align: center;
border-right: 1px solid #e2e0e0;
}

.fund_right li:last-child{
	border-right:none;
}

.fund_right li span{
	display: block;
	font-size: 13px;
	color: #43c5b7;
}

.fund_right li span span.small{ /* PCでは改行させない */
	display: inline-block;
	position: relative;
	left: -6px;
	}	

.fund_right li p{
	font-size: 21px;
	margin-top: 10px;	
}


table{
	font-family: 'Helvetica', 游ゴシック体, 'Yu Gothic', YuGothic;
	letter-spacing: 0.4px;
}

table.table01,
table.table02{
	width: 100%;
	font-weight: bold;
	text-align: left;
}

table.table01 th{
	position: relative;
}

table.table01 th:before{ /* 左ラインのth */
	content:"";
	width: 2px;
	height: 36px;
	background: #43c5b7;
	position: absolute;
	top:0;
	left: 0;
}

table.table01 th,
table.table01 td{
	padding: 5px 15px 0;
	height: 48px;
	vertical-align: top;
}

table.table01 td{
	letter-spacing: 1px;
}

/* 運用実績 TOP table */

img.top_fund_small {
		width: 360px;
		float: left;
}


img.fund_detail {
		width: 340px;
		float: left;
}


table[class*="table02"] tr{
	border-bottom: 1px solid #e2e0e0;
}

table[class*="table02"] th{
	color: #43c5b7;
	width: 30%;
}

table.table02 th,
table.table02 td{
	padding: 0 15px;
	height: 48px;
	vertical-align: middle;
	text-align: left;
}

/* 高さ太目table */

table.table02.wide th{
	font-size: 13px;
	text-align: center!important;
}

table.table02.wide th,
table.table02.wide td{
	padding: 0 15px;
	height: 58px;
	vertical-align: middle;
	text-align: left;
}


/* 運用実績詳細 table */

table.table_yl{
	text-align: center;
	margin-top: 30px;
	border: 1px solid #e2e0e0;
	width: 100%;
	font-weight: bold;
	font-size: 16px;
}

table.table_yl th{
	background:#ffc;
	border: 1px solid #e2e0e0;
	padding:12px 20px;
}

table.table_yl td{
	border: 1px solid #e2e0e0;
	padding:12px 20px;
}

/* thが左のtable */

table.table_yl.left{
	text-align: left;
}

table.table_yl.left th{
	width: 200px;
	vertical-align: middle;
	text-align: left;
	padding: 14px 20px;
}

table.table_yl.left td{
	font-weight: 500;
	padding: 14px 20px;
}

	
	.spmode{ /* スクロールできますtext PCは非表示 */
		display: none;
	}

	.manage_inner{
		margin-top: 30px;
	}



/*  ファンド詳細
-----------------*/

/*  */

/* タブ table */

[class*="table_bg"]{
	width: 100%;
	margin-top: 30px;
	font-size: 16px;
	text-align: left;
}

[class*="table_bg"] th,
[class*="table_bg"] td{
	padding: 12px 30px;
	line-height: 2;
}

[class*="table_bg"] tr:nth-child(odd){
	background: #f1f4f7;
}

[class*="table_bg"].u_line{
	border-bottom: 2px solid #f1f4f7;
}


.table_bg th{
	width: 200px;
	color: #2a475e;
	vertical-align: middle;
	text-align: left;
}

.table_bg02 th{
	width: 230px;
	color: #2a475e;
	vertical-align: middle;
	text-align: left;
	line-height: 1.7;
}

ul.list_circle{
	margin:10px 0;
	overflow: hidden;
}

ul.list_circle li{
	position: relative;
	padding-left: 18px;
	font-size: 16px;
	font-weight: 500;
}

ul.list_circle li:before{
	content:"";
	position: absolute;
	top:11px;
	left: 0;
	width:7px;
	height: 7px;
	background:#2a475e;
	border-radius: 50%;
	display: inline-block;
}

/* 掲載写真 */

.image_master{
	width: 200px;
	text-align: center;
	margin-top: 20px;
}

.image_master img,
.image_place img{
	width: 100%;
	height: auto;
}

.image_master p{
	margin: 10px 0;
}

.image_place{
	width:300px;
	margin:20px 0;
}

/* 特徴 */

[class*="caption_box_"]{
	margin-top:80px;
	clear: both;
	position: relative;
}

[class*="caption_box_"]:first-of-type{
	margin-top:50px;
}

[class*="caption_box_"] section{
	width: 500px;
	position: relative;
	text-align: center;
}

[class*="caption_box_"]:first-of-type section,
[class*="caption_box_"]:nth-of-type(3) section{
	padding-left: 30px;
}

[class*="caption_box_"]:last-of-type section,
[class*="caption_box_"]:nth-of-type(2) section{
	padding-right: 30px;
}

[class*="caption_box_"] .header{
	text-align: center;
	padding:38px 0 60px;
	position: relative;
	font-weight: bold;
}

[class*="caption_box_"] .header:before{
	content:"";
	width:60px;
	height: 4px;
	background: #e8b72a;
	position: absolute;
	top:0;
	left: 50%;
	margin-left: -30px
}

[class*="caption_box_"] .header p{
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
	padding-right: 14px;
	line-height: 1;
	letter-spacing: 2px;
}

[class*="caption_box_"] .header p:before {
	content: "";
	width: 32px;
	height: 32px;
	position: relative;
	top: 3px;
	left: -15px;
	display: inline-block;
}

[class*="caption_box_"]:first-of-type section .header p:before {
	background: url(images/maru_gy_01.svg) no-repeat;
	background-size: contain;
}

[class*="caption_box_"]:nth-of-type(2) section .header p:before {
	background: url(images/maru_gy_02.svg) no-repeat;
	background-size: contain;
}

[class*="caption_box_"]:nth-of-type(3) section .header p:before {
	background: url(images/maru_gy_03.svg) no-repeat;
	background-size: contain;
}

[class*="caption_box_"]:last-of-type section .header p:before {
	background: url(images/maru_gy_04.svg) no-repeat;
	background-size: contain;
}

[class*="caption_box_"] .header span{
	display: block;
	margin-top: 30px;
	font-size: 14px;
	letter-spacing: 3px;
}

[class*="caption_box_"] h3{
	font-size: 19px;
	border-bottom: 1px solid #333;
	display: inline-block;
	line-height: 1;
	letter-spacing: 1px;
}

[class*="caption_box_"] p.text{
	margin: 30px 0;
	line-height: 2.4;
	text-align: left;
}

.caption_box_right img{
	float: left;
}

.caption_box_right section{
	position: absolute;
	right: 0;
}

.caption_box_left img{
	float: right;
}

.caption_box_left section{
	position: absolute;
	left: 0;
}

/*  初めての太陽光ファンド
-----------------*/

#beginning {
text-align: center;
}

#beginning ul{
	width: 720px;
	margin:20px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#beginning ul li{
	width: calc(50% - 10px);
	margin-top: 30px;
}

.beginning_image img{
	display: block;
	width: 100%;
	margin:0 auto;
}

.beginning_image02 img{
	display: block;
	width: 100%;
	margin:-30px auto 0;
	z-index: 0;
}

.site_menu{
	margin-top: 50px;
	background: #fff;
}

.site_menu h3{
	background: #43c5b7;
	color: #fff;
	font-size: 30px;
	text-align: center;
	padding: 12px;
}

.site_menu ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 26px 26px;
}

.site_menu li{
	width: calc(50% - 13px);
}

.site_menu li a{
	background: #eff3f7;
	display: flex;
	margin-top: 26px;
	padding: 15px;
	position: relative;
	overflow: hidden;
	align-items: center;
	font-weight: bold;
	color: #333;
}

.site_menu li a img{
	margin-right: 20px;
}

.site_menu li a span{
	color: #43c5b7;
	font-size: 16px;
}

.site_menu li a p{
	margin-top: 3px;
	font-size: 18px;
}

.arrow_illust{
	width:81px;
	height:128px;
	background:url(images/arrow_illust.svg) no-repeat;
	background-size: contain;
	display: block;
	margin:30px auto 0;
}

#beginning02 {
text-align: center;
	position: relative;
	margin-top:50px;
	overflow: hidden;
}

#beginning02 h3{
	font-size: 26px;
	line-height: 2;
	position: relative;
	z-index: 0;
	margin-top:10px;
}

#beginning02 p{
	line-height: 2.4;
	letter-spacing: 1px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}

#beginning02 .icon_point {
	width: 61px;
	height: 86px;
}

#beginning02 [class*="point0"]{
	position: relative;
	z-index: 1;
}

#beginning02 .point02{
float: left;
position: relative;
margin-top: -410px;
}

#beginning02 .point03{
	float: right;
	position: relative;
	margin-top: -470px;
}


/*  用語集
-----------------*/
/* 頭文字で探す */

.glossary p{
	clear:both;
	margin: 20px 20px 0;
	line-height: 2;
}

.vocabulary_menu {
margin-top: 10px;
overflow: hidden;
display: flex;
	justify-content: space-between;
flex-wrap: wrap;
}

.vocabulary_menu li{
	width: calc(20% - 10px);
}

.vocabulary_menu li a{
display: block;
font-size: 16px;
margin-top: 20px;
letter-spacing: 1px;
background: #43c5b7;
color: #fff;
border-radius: 40px;
transition-duration: 300ms;
cursor: pointer;
text-align: center;
font-weight: bold;
position: relative;
height: 44px;
line-height: 44px;
}

.vocabulary_list li a:before{
	content: "\25BC";
-moz-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
display: inline-block;
font-size: 10px;
position: absolute;
	color:#43c5b7;
	left: 0;
	top: 5px;
}

/* 各単語リスト */

.vocabulary_list ul{
	margin-top: 20px;
	border-bottom:1px solid #d6d6d6;
	padding-bottom:30px;
	clear:both;
	overflow:hidden;
}

.vocabulary_list li a{
	float: left;
	display: inline-block;
	color: #333;
	position: relative;
	margin: 5px 40px 0 0;
	padding-left: 15px;
}

.vocabulary_index{
clear: both;
margin-top: 30px;
font-weight: bold;
letter-spacing: 2px;
font-size: 16px;
width: 90px;
text-align: center;
display: inline-block;
height: 32px;
background: #2a475e;
color: #fff;
border-radius: 50px;
line-height: 32px;
}

.to_top{
display: block;
margin-top: 30px;
padding-right: 16px;
text-align: right;
color: #2a475e;
position: relative;
font-weight: bold;
font-size: 14px;
letter-spacing: 1px;
}

.to_top span,
p.link_gy span{
text-decoration: underline;
}

.to_top:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -3px;
	border-width: 0 4px 7px 4px;
	border-color: transparent transparent #333333;
}

/*  お知らせ詳細
-----------------*/

.entry_inner{
	width: 1040px;
	margin:0 auto;
	padding: 0 20px 60px;
}

.entry_inner img{
	width: 600px;
	height: auto;
	display: block;
	margin:70px auto;
}

.entry_inner .entry_text p{
	line-height: 2;
	font-size: 16px;
	margin-top:50px;
}

.entry_header{
	border-bottom: 1px solid #e2e0e0;
	margin-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
	font-size: 15px;
	font-family: 'Helvetica', 游ゴシック体, 'Yu Gothic', YuGothic;
}

.entry_header a{
	color:#43c5b7;
}

.entry_header .date,
.related-posts .date{
	letter-spacing: 1px;
	font-family: 'Helvetica', 游ゴシック体, 'Yu Gothic', YuGothic;
}

.entry_header .date i,
.related-posts .date i{
	position: relative;
	top:-1px;
}

.entry_header i,
.related-posts .date i{
	font-family: FontAwesome !important;
	color: #2a475e;
	font-size: 14px;
	display: inline-block;
	margin-right: 7px;
}

.entry_header p{
	float: left;
	margin-right: 20px;
}

.related-posts{
	display: flex;
	justify-content: space-between;
	margin-top:50px;
}

.related-posts .block{
	width: calc(25% - 15px);
}

.related-posts .related_thumbnail img{
	width: 100%;
	margin: 0 0 20px;
}

.related-posts .block a{
	color: #333;
}


/* 前へ 次へ */

.other_post {
	padding: 5px 0;
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #d9dfe2;
	border-bottom: 1px solid #d9dfe2;
	margin-top: 70px;
}

.other_post a {
	width: 50%;
	color: #333;
	font-weight: bold;
	padding: 15px 20px;
	position: relative;
}

.other_post a:nth-of-type(2) {
	text-align: right;
	border-left: 1px solid #d9dfe2;
}

.other_post a:after{
font-family: FontAwesome;
position: absolute;
font-size: 22px;
top: 50%;
margin-top: -11px;
line-height: 1;
display: inline-block;
}

.other_post a:first-of-type:after{
	content: "\f104";
	left: 0;
}

.other_post a:nth-of-type(2):after{
	content: "\f105";
	right: 0;
}




/* ---------------------------
  仕組み
--------------------------- */

.cart_text{
	width: 1000px;
	background:#fff;
	margin:60px auto 0;
	padding: 30px 50px 50px 50px;
}

.cart_text h3{
	font-size: 27px;
	border-bottom: 3px solid #edf2f6;
	padding-bottom: 10px;
	text-align: center;
	letter-spacing: 1px;
}

.cart_text ul{
	margin-top: 35px;
}

.cart_text li{
	padding:12px 0 12px 28px;
	position: relative;
}

.num_list{
	width: 950px;
	background:#f2f2f2;
	margin:30px auto;
	padding: 20px;
}

.num_list li{
	padding:5px 0 5px 43px;
	position: relative;
}

.num_list li:nth-child(2){
	margin-top:10px;
}

/* 数字アイコン */

/* 白抜き */

.cart_text span[class*="maru_line_"]{
	width:20px;
	height: 20px;
	position: absolute;
	left:0;
	top:15px;
}

.maru_line_01{
	background:url(images/maru_01.svg) no-repeat;
	background-size: contain;
}

.maru_line_02{
	background:url(images/maru_02.svg) no-repeat;
	background-size: contain;
}

.maru_line_03{
	background:url(images/maru_03.svg) no-repeat;
	background-size: contain;
}

.maru_line_04{
	background:url(images/maru_04.svg) no-repeat;
	background-size: contain;
}

.maru_line_05{
	background:url(images/maru_05.svg) no-repeat;
	background-size: contain;
}

.maru_line_06{
	background:url(images/maru_06.svg) no-repeat;
	background-size: contain;
}

.maru_line_07{
	background:url(images/maru_07.svg) no-repeat;
	background-size: contain;
}

/* 紺色 */
.num_list span[class*="maru_"]{
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top:3px;
}

.maru_ny_01{
	background:url(images/maru_ny_01.svg) no-repeat;
	background-size: contain;
}

.maru_ny_02{
	background:url(images/maru_ny_02.svg) no-repeat;
	background-size: contain;
}

/* 数字付タイトル */

.title_structure,
.title_merit,
.title_demerit{
	font-size: 24px;
	background: #edf2f6;
	color: #28465e;
	margin-top: 50px;
	padding: 20px 20px 20px 130px;
	position: relative;
}

.title_merit{
	padding-left:150px;
}

.title_demerit{
	background: #fff;
	padding-left:170px;
}

.title_structure span,
.title_merit span,
.title_demerit span{
	color: #43c5b7;
	font-size: 20px;
	position: absolute;
	display: inline-block;
	left: 20px;
	top: 50%;
	margin-top: -15px;
	letter-spacing: 2px;
	line-height: 30px;
}

.title_merit span{
	letter-spacing: 1px;
}
.title_demerit span{
	color: #6ba6d2;
	letter-spacing: 1px;
}

.title_structure span:after,
.title_merit span:after,
.title_demerit span:after{
	content:"";
	position: absolute;
	right:-34px;
	width:30px;
	height: 30px;
	display: inline-block;
}

.title_structure span.maru_gr_01:after,
.title_merit span.maru_gr_01:after{
	background:url(images/maru_gr_01.svg) no-repeat;
	background-size: contain;
}

.title_structure span.maru_gr_02:after,
.title_merit span.maru_gr_02:after{
	background:url(images/maru_gr_02.svg) no-repeat;
	background-size: contain;
}

.title_merit span.maru_gr_03:after{
	background:url(images/maru_gr_03.svg) no-repeat;
	background-size: contain;
}

.title_merit span.maru_gr_04:after{
	background:url(images/maru_gr_04.svg) no-repeat;
	background-size: contain;
}

.title_demerit span.maru_bl_01:after{
	background:url(images/maru_bl_01.svg) no-repeat;
	background-size: contain;
}

.title_demerit span.maru_bl_02:after{
	background:url(images/maru_bl_02.svg) no-repeat;
	background-size: contain;
}

.title_demerit span.maru_bl_03:after{
	background:url(images/maru_bl_03.svg) no-repeat;
	background-size: contain;
}

.title_demerit span.maru_bl_04:after{
	background:url(images/maru_bl_04.svg) no-repeat;
	background-size: contain;
}

/* 写真付き文章 */

.image_box{
	margin-top: 40px;
	overflow: hidden;
}

.image_box img{
	float: left;
}

.image_box div{
	overflow: hidden;
}

.image_box div p{
	line-height: 2.1;
	margin: 0 10px 0 30px;
}



/* ---------------------------
  税金について
--------------------------- */

.calculation{
	width: 950px;
	background: #fceee1;
	margin:30px auto 0;
	padding: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.calculation [class*="box"]{
	width: 260px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-family: 'Helvetica', 游ゴシック体, 'Yu Gothic', YuGothic;
	font-size: 30px;
	letter-spacing: 1px;
}

.calculation [class*="box"] .small{
	font-size: 14px;
	position: relative;
	top:1px;
	left:-5px;
}

.calculation [class*="box"] .middle{
	font-size: 21px;
	position: relative;
	top:1px;
	left:2px;
}

.calculation .box_wt{
	background:#fff;
	font-size: 16px;
}

.calculation02{
	width: 950px;
	background: #fceee1;
	margin:0 auto;
	padding:0 30px 30px;
}

.calculation02 .box_wt{
	display: block;
	background:#fff;
	font-size: 16px;
	text-align: left;
	width: 100%;
	height: auto;
	padding: 20px 25px;
	line-height: 1.8;
	font-weight: 500;
}

.calculation .box_yl{
	background:#ffc;
}

.calculation .box_or{
	background:#f28f56;
	color: #fff;
}

.calculation .box_ny{
	background:#2a475e;
	color: #fff;
}

.calculation [class*="icon_"]{
	position: relative;
	display: flex;
}

.calculation .icon_plus:before{
content:"";
width: 19px;
height: 19px;
background:url(images/icon_plus.svg) no-repeat;
background-size: contain;
display: inline-block;
}

.calculation .icon_equal:before{
content:"";
width: 19px;
height: 8px;
background:url(images/icon_equal.svg) no-repeat;
background-size: contain;
display: inline-block;
}
.calculation .icon_multiply:before{
content:"";
width: 16px;
height: 17px;
background:url(images/icon_multiply.svg) no-repeat;
background-size: contain;
display: inline-block;
}

/* ---------------------------
  運用実績一覧
--------------------------- */

[class*="list"]{
	width: 100%;
	font-weight: bold;
}

[class*="list"] a{
	color: #333;
}

[class*="list"] a:hover{
	color: #666;
	opacity: 1;
}

[class*="list"] a:hover img{
	opacity: 0.65;
}

[class*="list"] .fund_header{
	border-top:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
	background: #f6f8fa;
	padding:20px 0;
	font-size: 15px;
	letter-spacing: 1px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

[class*="list"] .fund_header .small{
	display: inline-block;
	position: relative;
	top: -3px;
	font-size: 12px;
}

[class*="list"] .fund_header .name{
	width:420px;
	text-align: center;
}

[class*="list"] .fund_body{
display: flex;
align-items: center;
justify-content: space-between;
border-bottom:1px solid #d6d6d6;
padding:30px 0;
}

[class*="list"] .fund_body div{
text-align: center;
font-family: 'Helvetica', 游ゴシック体, 'Yu Gothic', YuGothic;
}

[class*="list"] .date{
	width: 145px;
}

[class*="list"] .fund_body .place{
	font-weight: 500;
}

[class*="list"] .fund_body .date span{
	text-align: left;
	padding-left: 10px;
	display: inline-block;
	font-size: 15px;
}

[class*="list"] .fund_body .name{
	width:420px;
	text-align: left;
}

[class*="list"] .fund_body div.name img{
	float: left;
	margin-right: 20px;
}

[class*="list"] .fund_body div.name div{
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: left;
	height: 120px;
	padding-right: 30px;
}

[class*="list"] .fund_body div.name .junle{
	color: #43c5b7;
	margin-top:10px;
	font-size: 14px;
}

[class*="list"] .fund_body label{
	display: none;
}

/* 共通 */

.list .other,
.list .place,
.list .price,
.list02 .return,
.list02 .price{
	width:145px;
	text-align: center;
}

[class*="list"] .other,
[class*="list"] .place,
[class*="list"] .price,
[class*="list"] .return,
[class*="list"] .date{
	letter-spacing: 0.5px;
}

.list02 .fund_body {
	position: relative;
}

.list02 .other,
.list02 .place{
	width:120px;
	text-align: center;
}

/* 運用状況アイコン */

.list02 p[class*="icon_"]{
	font-size:14px;
	border-radius: 50px;
	color: #fff;
	font-weight: bold;
	width: 82px;
	display: block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
}

/* 募集中 */
.icon_invite{
	background:#ef7f39;
}

/* 運用中 */
.icon_invest{
	background:#43c5b7;
}

/* 終了 */
.icon_end{
	background:#2a475e;
}

/* 不成立 */
.icon_failure{
	background:#999;
}

.list02 .icon_wrap{
	width:120px;
	text-align: center;
}

/* ファンド上 */

#fund_search{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
	font-family: 'Helvetica', 游ゴシック体, 'Yu Gothic', YuGothic;
}

#fund_search p{
	font-size: 16px;
	color: #2a475e;
	font-weight: bold;
}

/* セレクト付見出し */

div.title_bl{
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

	div.title_bl select{
		color: #333;
	}

/* pager */

.wp-pagenavi {
	margin-top: 50px;
	font-size: 12px;
	text-align: center;
	display: flex;
	justify-content: center;
}

.wp-pagenavi a {
		width: 32px;
		height: 32px;
		display: inline-block;
		text-align: center;
		color: #333;
		background: #eaeff2;
		margin: 7px;
		line-height: 32px;
}
.wp-pagenavi span{
	margin: 7px;
	line-height: 32px;
}

.wp-pagenavi span.current, .wp-pagenavi a:hover {
	width: 32px;
	height: 32px;
	background: #43c5b7;
	color: #fff;
	display: inline-block;
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink{
	background:none;
	color: #43c5b7;
}

.wp-pagenavi .pages{
	display: inline-block;
	margin-right: 15px;
}

/* セレクトボックス装飾 */

select {
-moz-appearance: none;
-webkit-appearance: none;
-o-appearance: none;
-ms-appearance: none;
appearance: none;
border-radius: 0;
border: 0;
margin: 0;
padding: 7px 20px 7px 7px;
background: none transparent;
vertical-align: middle;
font-size: inherit;
color: inherit;
box-sizing: content-box;
height: 43px;
border-radius: 3px;
border: 1px solid #dcdcdd;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
}
select::-ms-expand {
	display: none;
}

.select_wrap {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
	margin: 0;
	padding: 0;
	width: 270px;
}

.select_wrap select{
	width: 100%;
	height: 42px;
	font-size: 16px;
	padding-left: 10px;
	border-color: #d7d7d7;
	position: relative;
	font-weight: 500;
}

.select_wrap::after {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 11px;
		display: block;
		content: "\f078";
		font-family: FontAwesome;
		pointer-events: none;
		color: #999;
		line-height: 1;
		text-align: center;
		padding-top: 14px;
		font-size: 13px;
}

.select_wrap_form {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
	margin: 0;
	padding: 0;
}

.select_wrap_form select {
		width: 100%;
		height: 36px;
		padding: 2px 8px 0;
		border-color: #d7d7d7;
		position: relative;
		font-weight: 500;
}

.select_wrap_form::after {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 11px;
		display: block;
		content: "\f107";
		font-family: FontAwesome;
		pointer-events: none;
		color: #999;
		line-height: 1;
		text-align: center;
		padding-top: 11px;
		font-size: 17px;
}


/* ---------------------------
  ボタン　矢印　三角や動きなど
--------------------------- */

.btn_grn{
height: 62px;
line-height:62px;
display: block;
border-radius: 50px;
margin-top:30px;
background: #43c5b7;
color: #fff;
position: relative;
font-size: 18px;
text-align: center;
font-weight: bold;
}

.fund .btn_grn{
width:240px;	
height: 45px;
line-height:45px;
display: inline-block;
border-radius: 50px;
margin-top:30px;
background: #43c5b7;
color: #fff;
position: relative;
font-size: 16px;
text-align: center;
font-weight: bold;
float: right;
}

.btn_wt,
#autoload a{
width: 400px;
height: 62px;
line-height:62px;
display: block;
border-radius: 50px;
background: #fff;
border: 2px solid #666;
margin:60px auto 0;
color: #333;
position: relative;
font-size: 18px;
text-align: center;
font-weight: bold;
	margin-top: 50px
}

.btn_or{
width: 400px;
height: 62px;
line-height:62px;
display: block;
border-radius: 50px;
background: #f28f56;
margin:60px auto 0;
color: #fff;
position: relative;
font-size: 18px;
text-align: center;
font-weight: bold;
}

.btn_ltbl{
height: 62px;
line-height:62px;
display: block;
border-radius: 50px;
background: #edf2f6;
color: #333;
position: relative;
font-size: 16px;
text-align: center;
font-weight: bold;
letter-spacing: 1px;
}

.arrow:after,
.vocabulary_menu li a:after,
.arrow_right:after,
.arrow_dw:after,
.arrow_bk:after{
	font-family: FontAwesome;
	position: absolute;
	font-size: 22px;
	top:50%;
	margin-top:-11px;
	line-height: 1;
}

.arrow:after,
.vocabulary_menu li a:after{
	content: "\f105";
	right: 20px;
}

.arrow_right:after{
	content: "\f105";
	right: 0;
}

.arrow_dw:after {
	content: "\f107";
	right: 20px;
}

.arrow_bk:after {
	content: "\f104";
	left: 0;
}

/* marginなど */

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

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

.margin10r{
margin-right:10px!important;
}

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

.margin30all{
margin:30px!important;
line-height: 2;
}

.margin40{
margin-top:40px!important;
}

.margin50{
margin-top:50px!important;
}

.margin60{
margin-top:60px!important;
}

p.link_gy{
margin-top: 40px;
text-align: center;
}

#container .inner p.link_gy a{
color: #333;
font-weight: bold;
position: relative;
padding-right: 18px;
text-decoration: none;
}

/* blockquote */

blockquote {
	background: #f4f6f7;
	margin:30px 0;
	padding:54px 68px;
	font-size:16px;
	line-height:2;
	position: relative;
	font-style: italic;
}

blockquote:before {
background:url(images/comma01.svg) no-repeat;
background-size: contain;
top: 26px;
left: 26px;
}

blockquote:after {
background:url(images/comma02.svg) no-repeat;
background-size: contain;
bottom: 26px;
right: 26px;
}

blockquote:before,
blockquote:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 17px;
}

blockquote cite{
	display: block;
	margin-top:20px;
	font-size: 14px;
}

/* font */

.bold{
font-weight: bold;
}

.orange{
	color: #f28f56;
}

.red{
	color: #f17255;
}

.navy{
	color:#2a475e;
}

.center{
text-align: center;
}

.text_small{
	font-size: 90%;
}

/* fade in */
/* 画面外にいる状態 */
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 600ms;
	}

/* 画面内に入った状態 */
.fadein.scrollin,
.fadein02.scrollin,
.fadein03.scrollin,
.fadein04.scrollin,
.fadein05.scrollin{
	opacity : 1;
	transform : translate(0, 0);
	}

.fadein02 {
	opacity : 1;
	transform : translate(0, 50px);
	transition : all 1s;
	transition-delay:0.2s;
	}

.fadein03 {
	opacity : 0.1;
	transform : translate(0, 70px);
	transition : all .7s;
	transition-delay:0.1ms;
	}

.fadein04 {
	opacity : 0.1;
	transition : all .7s;
	transition-delay:0.1s;
	}

.fadein05 {
	opacity : 0.1;
	transition : all 1s;
	transition-delay:0.1s;
	}


/* ---------------------------
  お問合わせ
--------------------------- */

.contact{
	width: 800px;
	margin:0 auto;
}

.contact table{
	margin-top: 50px;
	border-top: 1px solid #e2e0e0;
	width: 100%;
}

.contact table tr{
	border-bottom: 1px solid #e2e0e0;
}

.contact table th,
.contact table td{
padding: 20px 18px;
}

.contact table th{
	text-align: left;
	width: 28%;
	color: #333;
	vertical-align: middle;
	position: relative;
}

.contact table th:before{
	content:"";
	width:2px;
	height: 30px;
	background: #43c5b7;
	display: inline-block;
	position: absolute;
	top:50%;
	left: 0;
	margin-top: -15px;
}

.contact table td .small{
	font-size: 13px;
	color: #666;
}

.contact .required,
.contact .any{
	width: 55px;
	padding: 4px 0;
	text-align: center;
	color: #fff;
	font-size: 11px;
	display: block;
	letter-spacing: 3px;
	margin-top: 4px;
	line-height: 1;
	float: right;
	clear: right;
	background: #ef7f39;
}

.contact .any{
	background: #aaa;
}


input[type="text"].width_1,
input[type="password"].width_1,
textarea.width_1{
	width: 80%;
}

input[type="text"].width_2,
input[type="password"].width_2,
.select_wrap,
.select_wrap_form{
	width: 38.5%;
}

input[type="text"].width_2.margin{
	margin-left: 3%;
}

input{
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"]{
	border: none;
}

input[type="text"],
input[type="password"],
textarea{
	border-radius: 3px;
	border:1px solid #e2e0e0;
	background: #fdfdfd;
	padding: 8px;
}

textarea{
	height: 170px;
}

input[type="text"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="url"]:hover,
select:hover,
textarea:hover{
	background: #fafafa;
}


input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
	border-color: rgba(67, 197, 183, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(67, 197, 183, 0.4);
}

.form_btn {
	text-align: center;
	margin-top: 50px;
}

.form_btn .btn_grn,
.form_btn input.btn_gy{
	width: 300px;
	height: 62px;
	line-height: 62px;
	display: inline-block;
	border-radius: 50px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin:0 10px;
	outline: none;
}

.form_btn input.btn_gy,
.form_btn input.btn_grn.disabled{
	background: #b7b7b7;
}

/* ---------------------------
  個人情報保護方針
--------------------------- */

.rules h3,
.rules dt{
}

.rules h4{
margin: 30px 0 0;
font-size: 18px;
}

.rules h5{
	margin: 30px 10px 0;
	border-bottom: 2px solid #edf2f6;
	padding-bottom: 8px;
}

.rules h6{
	margin: 20px 20px 0;
	padding: 15px;
}

.rules ul{
	width: 96%;
	margin:20px auto 0;
	margin-left: 30px;
	padding-left: 20px;
}

.rules ol{
	width: 96%;
	margin:30px auto 0;
	margin-left: 30px;
	padding-left: 20px;
}

.rules ul li{
	list-style-type: disc;
	margin-top: 10px;
	padding-left: 3px;
}

.rules ol li{
	list-style-type: decimal;
	margin-top: 10px;
	padding-left: 3px;
}

.rules ul li:first-child,
.rules ol li:first-child{
	margin-top: 0;
}

.elec_delivery ol{
	width: 96%;
	margin:30px auto 0;
	margin-left: 30px;
	padding-left: 30px;
}

.elec_delivery ul li{
	list-style-type: disc;
	margin-top: 10px;
	padding-left: 3px;
}

.elec_delivery ol li{
	list-style-type: none;
	counter-increment: cnt;
	margin-top: 10px;
	padding-left: 3px;
}

.elec_delivery ol li::before {
	content: "(" counter(cnt) ") ";
	display:inline-block;
	margin-left:-2em; /* サイトに合せて調整 */
	width: 2em; /* サイトに合せて調整 */
}

.elec_delivery ul li:first-child,
.elec_delivery ol li:first-child{
	margin-top: 0;
}

.rules table{
	border:1px solid #e2e0e0;
	width: 96%;
	margin:30px auto 0;
	font-size: 15px;
}

.rules table th,
.rules table td{
	border:1px solid #e2e0e0;
	padding:20px;
}

.rules table th{
	background:#fafafa;
	vertical-align: middle;
}

.rules table.col_2 th{
	width: 30%;
	vertical-align: middle;
}

.rules table.company{
	margin-top: 60px;
}

.rules.smart{
	width: 800px;
	margin:150px auto 0;
}

table a,
ul.causion a{
	color: #488eca;
	text-decoration: underline;
}

/* checkbox */

.check_wrap{
	text-align: center;
	margin: 40px 0;
	padding-top: 50px;
	border-top: solid 1px #e2e0e1;
}

input[type="checkbox"] {
	display: none;
}

.check_wrap label {
  position: relative;
  display: block;
  word-break: break-all;
		margin-top: 40px;
}
.check_wrap label input[type="checkbox"] + span {
  position: relative;
  padding: 0 30px 0 35px;
		cursor: pointer;
}

.check_wrap label span {
  display: inline-block;
}
.check_wrap label input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.check_wrap label input[type="checkbox"] + span::before, 
.check_wrap label input[type="checkbox"] + span::after {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  content: '';
  box-sizing: border-box;
		transition: .1s;
}
.check_wrap label input[type="checkbox"] + span::before {
 z-index: 0;
	background-color: transparent;
	width: 22px;
	height: 22px;
	border: 2px #e2e0e1 solid;
	border-radius: 2px;
}

.check_wrap label input[type="checkbox"] + span::after {
  z-index: 1;
  margin: 5px 8px;
  width: 6px;
  height: 9px;
}

.check_wrap label input[type="checkbox"]:checked + span::after {
  border: 2px solid #43c5b7;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}		

.check_wrap.bg{
	padding: 30px;
	border-top: none;
	background: #ffc;
}

.check_wrap.bg p{
	font-size: 18px;
	font-weight: bold;
}

td .check_wrap{
	padding: 0;
	border-top: none;
	text-align: left;
}

td .check_wrap,
td .check_wrap label{
	margin: 0;
}


/* 注意書き */

.form_btn .causion{
	margin-top: 50px;
	font-size: 14px;
	text-align: left;
	line-height: 1.8;
}

.form_btn .causion li:before{
	content:"※";
}


/* ---------------------------
  会社概要
--------------------------- */

/* アクセス */

.access_wrap{
	display: flex;
	width:1040px;
	margin:60px auto 0;
	padding: 0 20px;
}

.access_wrap ul{
	display: flex;
	flex-wrap: wrap;
	width: 50%;
}

.access_wrap li{
	width: 100%;
	clear: both;
	margin-bottom: 40px;
}

.access_wrap li span{
	width: 90px;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	background: #2a475e;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	float: left;
}

.access_wrap li p{
	font-size: 16px;
	overflow: hidden;
	padding-left: 20px;
}

/* 地図 */

.map_link{
	margin:30px 0;
	text-align: center;
}

.map_link a{
	color: #333;
	text-decoration: underline;
}

#map{
width: 100%;
height: 460px;
}

/* 経営理念 */

.vision{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 60px auto 0;
}

.vision .box_ny{
	width: 290px;
	height: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #2a475e;
}

.vision .box_ny p{
	font-size: 25px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: bold;
}

.vision .box_ny span{
	display: inline-block;
	font-size: 13px;
	letter-spacing: 1px;
	color: #43c5b7;
	font-family: 'Oswald', 游ゴシック体, 'Yu Gothic', YuGothic;
}

.vision .icon_multiply{
	height: 25px;
}

.vision .icon_multiply:before{
	content:"";
	width: 25px;
	height: 25px;
	background:url(images/icon_multiply02.svg) no-repeat;
	background-size: contain;
	display: inline-block;
}



/* ---------------------------
  フッター
--------------------------- */

#reg_bg{
background: url(images/reg_bg.jpg) no-repeat;
height: 600px;
background-size: cover;
text-align: center;
font-weight: bold;
	padding-top: 80px;
}

#reg_bg h3{
	font-size: 45px;
	margin-top: 50px;
	color: #fff;
	letter-spacing: 2px;
}

#reg_bg p{
	color: #fff;
	font-size: 31px;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 1px solid;
	width: 770px;
	margin: 0 auto;
	padding: 0 0 6px 0;
}

.reg_text{
	width:689px;
	height:66px;
	margin-top:30px;
}

.reg_btn{
	background: #ef7c39;
	border-radius: 50px;
	width: 700px;
	height: 90px;
	line-height: 90px;
	color: #fff;
	position: relative;
	text-align: center;
	font-size: 32px;
	display: block;
	margin: 40px auto 0;
/*	padding-left: 130px;*/
	letter-spacing: 2px;
	box-shadow:inset 0 -2px 0 rgba(0, 0, 0, 0.1);
}

/*.reg_btn:before{ 利回り表示が6-8%のため非表示
	width: 144px;
	height: 33px;
	content:url(images/btn_label.png);
	position: absolute;
	top: 50%;
	left: 25px;
	display: inline-block;
	margin-top: -21.5px;
	line-height: 1;
}*/

.reg_btn:after{
	content: "\f105";
	background: #fff;
	width: 32px;
	height: 32px;
	color: #ef7c39;
	font-size: 21px;
	font-family: FontAwesome;
	border-radius: 50px;
	display: inline-block;
	line-height: 32px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -16px;
	padding-left: 4px;
	box-sizing: border-box;
}

/*.reg_btn:hover:before{ 利回り表示が6-8%のため非表示
	content:url(images/btn_label_hover.png);
}*/

.reg_btn:hover:after{
	color: #ef6039;
}

#reg_bg ul{
	width: 700px;
	display: flex;
	justify-content: space-between;
	margin:40px auto 0;
	clear: both;
}

#reg_bg ul li a{
	background: #fff;
border-radius: 50px;
height: 62px;
line-height: 64px;
color: #2a475e;
position: relative;
text-align: center;
font-size: 17px;
display: block;
width: 335px;
letter-spacing: 1px;
box-shadow: 0 2px 2px rgba(0, 0, 0, .1)
}

#reg_bg ul li a:hover{
	opacity: 0.8;
}

#reg_bg ul li:first-child a:before,
#reg_bg ul li:nth-child(2) a:before{
	color: #ef7c39;
	font-family: icomoon;
	font-size:24px;
	font-weight: 500;
	line-height: 1;
	position: relative;
	left: -10px;
}
	
	#reg_bg ul li:first-child a:before{
 content: "\eaf7";
	top: 5px;
}

#reg_bg ul li:nth-child(2) a:before{
 content: "\eb1a";
	top: 4px;
}

#know_more{
	background: url(images/request_bg.jpg) no-repeat;
	height: 550px;
	background-size: cover;
}
.know_more_in{
	width: 1040px;
	margin: 0 auto;
	text-align: center;
	padding: 70px 20px 0 ;
}
.know_more_in span{
	display: block;
	color: #fff;
}
.know_more_in span:first-child{
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 4px;
	border-bottom: 1px solid;
	width: 576px;
	margin: 0 auto;
	padding: 0 0 6px 0;
}
.know_more_in span:nth-child(2){
	font-family: 'Oswald', sans-serif;
	font-size: 46px;
	font-weight: bold;
	letter-spacing: 4px;
	margin: 50px 0 30px 0;
}
.know_more_in span:nth-child(3){
	line-height: 36px;
	letter-spacing: 2px;
	margin: 0 0 60px 0;
}

.know_more_in ul li{
	display: inline-block;
}
.know_contact_btn{
	display: inline-block;
	border-radius: 50px;
	font-weight: bold;
	border: solid 2px #fff;
	color: #fff;
	width: 330px;
	height: 62px;
	position: relative;
	margin: 0 20px 0 0;
	padding-left: 15px;
	line-height: 62px;
	font-size: 18px;
	text-align: center;
}
.know_contact_btn:hover{
background-color: rgba( 255, 255, 255, 0.1);
}

.know_contact_btn:before{
	content: "\f0e0";
	font-family: FontAwesome;
    position: absolute;
    font-weight: 500;
    left: 88px;
}
.know_shiryo_btn:before{
	content: "\f15c";
	font-family: FontAwesome;
	position: absolute;
	font-weight: 500;
	left: 72px;
}

.know_shiryo_btn{
	display: inline-block;
	border-radius: 50px;
	font-weight: bold;
 border: solid 2px #ef7c39;
	color: #fff;
	width: 330px;
	height: 62px;
	position: relative;
	margin: 0 20px 0 0;
	padding-left: 15px;
	line-height: 62px;
	font-size: 18px;
	text-align: center;
	background: #ef7c39;
}

.know_shiryo_btn:hover{
	background: #ef6039;
	border-color: #ef6039;
}

#pagetop{
	display: block;
	background: #333;
	color: #fff;
	text-align: center;
}

#pagetop:before{
content: "\f106";
font-family: Fontawesome;
font-size: 24px;
line-height: 1;
height: 30px;
position: relative;
top: 1px;
}

/* footer_content */

#footer_content{
	background: #eaeff2;
	overflow: hidden;
    padding: 50px 0;
}
.footer_content_in{
	width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
	/*display: table;*/
}
.footer_adress{
	/*display: table-cell;*/
	float: left;
	margin: 0 100px 0 0;
}
.footer_adress p{
	font-size: 13px;
	line-height: 40px;
	font-weight: bold;
}

.footer_site_tl,
.footer_menu_tl{
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	display: block;
}
.footer_content_in ul{
	/*display: table-cell;*/
	float: left;
}
.footer_about{
	margin: 0 100px 0 0;
}

.footer_content_in ul li a{
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
}

footer {
	background: #e0e7ed;
	text-align: center;
	font-size: 13px;
	height: 54px;
	display: block;
	letter-spacing: 1px;
	padding-top: 18px;
}

/* フッター 注意喚起 */

.footer_causion{
	margin-bottom: 50px;
	padding: 20px 30px 10px;
	overflow: hidden;
	background:#f1f4f7;
	border: 1px solid #333;
}

.footer_causion p.ttl{
	font-size: 20px;
	font-weight: bold;
	display: block;
	text-align: center;
}

.footer_causion ul.list_circle li {
	position: relative;
	padding-left: 18px;
	font-weight: bold;
	margin: 15px 0;
	letter-spacing: 0.5px;
	font-size: 13px;
}

.footer_causion ul.list_circle li:before{
	top: 8px;
}

	
	/* Wordpress コメント非表示 */

	#commentwrap{
		display: none;
	}
	


@media screen and (max-width: 1150px){
	a.logo {
		-ms-transition: all 0.3s;
		-ms-transform:translateX(-12px) scale(0.9);
		transform:translateX(-12px) scale(0.9);
}
	
	#global-nav ul li a{
		transition: none;
	}
}

@media screen and (max-width: 767px) {
	
	a:hover{
	opacity:1;
}

	
	header{
display: block;
background: #fff;
position: fixed;
top: 0;
width: 100%;
height: 56px;
z-index: 100;
box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 6px 3px;
-webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 6px 3px;
-moz-box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 6px 3px;
		min-width: auto;
	}
	
	header.smaller{
		margin-top: 0;
	}
	
	#header_inner {
	padding: 8px 15px 0;
	height: auto;
	display: block;
	}
	
	#container {
		padding-top: 56px;
}
	
	#global-nav,
	.sub-title,
	.head-right{
		display: none;
	}
	
	#container .inner h1, #container 
	.inner_list h1,
	#tab_company_menu h1,
	h2.title_large{
		font-size: 20px;
		padding: 0 10px;
	}
	
	.logo{
		width: 200px;
		float: none;
	}
	
	#bread_list {
		padding: 10px 10px 8px;
		font-size: 11px;
}
		
	img.top_fund,
	img.fund_detail,
	img.top_fund_small{
		width: 100%;
		float: none;
		clear: both;
	}
	
	.fund_right{
		padding-left: 0;
	}	
	
/* TOP画像 SP */
/* TOPセミナーバナー用に修正 20200729 nakazawa */
#top_image_wrap,
	.swiper-container{
/*	height: 560px;*/
	height: auto;
}
	
	
	#top_image_wrap .inner{
	padding-top: 30px;
	}
	
	#top_image_wrap .inner span:nth-of-type(2) {
	margin-top: 30px;
	font-size: 15px;
}
	
#top_image_wrap .inner span:first-of-type {
	font-size: 20px;
	width: auto;
	border-bottom: none;
	margin-top: 10px;
	padding: 0;
}	
	
#top_image_wrap .inner p {
	font-size: 48px;
	font-weight: bold;
	color: #fff;
}	
	
#top_image_wrap .btn_or {
  font-size: 16px;
	margin-top: 30px;
}
	
#top_image_wrap .inner p:first-of-type {
    margin: 30px auto 0;
    border-top: 2px solid #fff;
    padding-top: 35px;
    width: 276px;
}	
	
#top_image_wrap .inner p:nth-of-type(2) {
    margin: 0 auto;
    border-bottom: 2px solid #fff;
    padding-bottom: 35px;
    width: 276px;
}	
	
/* 募集中のファンド SP */
	
	#fund .fund{
	margin-top: 20px;
}
	
	.fund{
	padding: 20px;
	}	
	
.fund_title p[class*="icon_"] {
	top: -30px;
	left: -25px;
	font-size: 12px;
	width: 55px;
	height: 55px;
}	
	
.fund_title p.sub {
	position: relative;
	top: -5px;
	left: 35px;
	font-size: 14px;
}	
	
.fund_title h3 {
	font-size: 18px;
	line-height: 1.5;
	}
	
	.fund_title{
		padding: 0 0 12px 0;
	}
	
	.fund_right ul{
		height: 100px;
	}	
	
.fund_right li span,
	table.table02.wide th{
    font-size: 13px;
}	
	
	.fund_right li span.first{
		position: relative;
		top:1px;
	}
	
	.fund_right li span span.small{ /* PCでは改行させない */
		display: block;
		position: relative;
		top:-3px;
		left: 0;
		font-size: 11px;
	}	
	
.fund_right li p {
	font-size: 17px;
	margin-top: 15px;
}	
		
.fund_right li:first-child p {
	margin-top: 0;
}	

	
/* メガ発ファンドの特長 SP */	
	
	[class*="caption_box_"] {
    margin-top: 0;
}
	
	[class*="caption_box_"] h3 {
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: 0;
		border-bottom: none;
		text-decoration: underline;
}
	
	[class*="caption_box_"] .header{
	text-align: center;
	padding:32px 0 37px;
	position: relative;
	font-weight: bold;
}
		
	[class*="caption_box_"] .header p{
		line-height: 1.2;
}
			
	[class*="caption_box_"] .header span{
		margin-top: 20px;
}
	
[class*="caption_box_"] p.text{
	margin: 30px 0 0;
	line-height: 1.8;
}
	
	
	
	
	
	
	
	
		[class*="caption_box_"]:first-of-type {
	margin-top: 0;
}
	
[class*="caption_box_"]:first-of-type section,
[class*="caption_box_"]:last-of-type section,
[class*="caption_box_"]:nth-of-type(4) section,
[class*="caption_box_"]:nth-of-type(2) section,
[class*="caption_box_"]:nth-of-type(3) section {
	top: auto;
	width: 100%;
	padding: 30px 0 20px;
	position: relative;
}
	
	.caption_box_right section,
	.caption_box_left section{
	position: relative;
	clear: both;
}
	
.caption_box_right img,
.caption_box_left img {
	width: 100%;
	margin-top: 20px;
	float: none;
	clear: both;
	display: block;
}
	
.chart_image img {
	width: 96%;
	margin: 20px auto 0;
	float: none;
	clear: both;
}	
		
	#container .inner,
	#container .inner_list,
	.entry_inner{
	width: 100%;
	padding: 20px 15px;
}
	
#container .inner p.link_gy a {
	font-size: 15px;
}	
	
[class*="list"]	.fund_header{
		display: none;
	}
[class*="list"] .fund_body{
	width: 100%;
	border-top: 1px solid #d6d6d6;
	border-bottom: none;
	display: table;
}
	
.list,
.list02{
	border-bottom: 1px solid #d6d6d6;
	}
		
	[class*="list"] .fund_body{
	padding: 0;
	}
	[class*="list"] .fund_body .name{
	width:100%;
	padding: 20px 0;
	overflow: hidden;
}
	
[class*="list"] .fund_body div.name img {
	margin-right: 15px;
}
	
[class*="list"] a:hover img{
	opacity: 1;
}

	
.fund_body .other,
.fund_body .place,
.fund_body .price,
.fund_body .return,
[class*="list"] .date{
	width:50%;
	float: left;/* for android */
	display: table;
}
	
.fund_body .other p,
.fund_body .place p,
.fund_body .price p,
.fund_body .return p,
.date p{
	height: 75px;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.4;
}
	.fund_body .place label,
	.fund_body .place p{
		font-weight: bold;
	}
	
	[class*="list"] .fund_body .date span {
		letter-spacing: 1px;
}
	
	.fund_body .place,
	.fund_body .price,
	.fund_body .return{
		border-right: 1px solid #fff;
	}

[class*="list"] .fund_body label{
	display: table-row;
	font-size: 12px;
	background: #edf2f6;
	padding-top: 10px;
	height: 40px;
	border-top: 1px solid #d6d6d6;
	line-height: 40px;
}
	
	.icon_wrap{
	position: absolute;
	top: 20px;
	left: 135px;
	}

	.list02 p[class*="icon_"] {
	height: 30px;
	line-height: 30px;
	margin:0;
}
	
	.list .fund_body div.name div{
	height: 120px;
	display: table-cell;
	padding: 0;
	line-height: 1.5;
	text-align: left;
	vertical-align: middle;
	}
	
.list02 .fund_body div.name div{
	display: table-cell;
	padding: 43px 0 0 0;
	line-height: 1.5;
	height: auto;
}
	
.list02 .fund_body div.name .junle {
	margin-top: 5px;
	font-size: 13px;
}
	
	/* ファンド一覧セレクト SP */
	
	#fund_search{
	display: block;
		margin-top: 20px;
	}
	
	.select_wrap{
		margin:15px 0 0;
		display: block;
	}
	
	/* 無料登録はこちら SP */
	
	.reg_btn,
	.btn_or,
	.btn_wt,
	#autoload a{
		width: 94%;
		max-width: 400px;
		height: 60px;
		line-height: 60px;
		font-size: 20px;
		display: block;
		margin: 30px auto 0;
		padding-left: 0;
		letter-spacing: 0;
}
	
	.btn_wt,
	#autoload a{
		font-size: 17px;
		margin: 30px auto 10px;
	}
	
	.reg_btn:before,
	.reg_btn:hover:before{
		content: none;
		}
	
#reg_bg ul{
	width: 94%;
	max-width: 400px;
	display: block;
	margin-top: 15px;
	}
	
	#reg_bg ul li{
		width:50%;
		float: left;
	}
	
#reg_bg ul li a {
	line-height: 50px;
	font-size: 16px;
	display: block;
	width: 96%;
	height: 50px;
	letter-spacing: 0;
	margin-top:10px;
}
	
	#reg_bg ul li a span{
		display: none;
	}
	
#reg_bg ul li:first-child a:before{
	position: absolute;
	left: 14px;
	top: 50%;
	font-size: 22px;
	line-height: 1;
	margin-top: -10px;
	}
	
#reg_bg ul li:nth-child(2) a:before{
	position: absolute;
	left: 14px;
	top: 50%;
	font-size: 22px;
	line-height: 1;
	margin-top: -11px;
	}
	
	#reg_bg ul li:nth-child(2) a{
		float: right;
	}
	
	#reg_bg h3 {
		font-size: 22px;
		margin-top: 30px;
		letter-spacing: 1px;
		border-top: 1px solid #fff;
		width: 300px;
		margin: 20px auto;
		padding: 12px 0;
		border-bottom: 1px solid #fff;
}
	
	#reg_bg {
	height: auto;
	padding: 25px 0;
	overflow: hidden;
}
	
	#reg_bg p {
	font-size: 16px;
	letter-spacing: 1px;
	width: auto;
	padding: 0 20px;
	border-bottom: none;	
}
	
#information {
	margin-top: 20px;
	font-size: 14px;
}	
	
	#information li a{
		padding: 15px 30px 15px 10px;
	}
	
	#information li a:after{
		right: 10px;
	}
	
	/* KNOW MORE SP */
	
	#know_more{
	background: url(images/request_bg.jpg) no-repeat;
	height: auto;
	background-size: cover;
	padding: 30px 0;
		overflow: hidden;
}
.know_more_in{
	width: 100%;
	padding: 0;
}
.know_more_in span:first-child{
	font-size: 16px;
	letter-spacing: 1px;
	width: auto;
	padding: 0 20px;
	border-bottom: none;
}
.know_more_in span:nth-child(2){
	width: 90%;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 20px auto;
	padding: 20px 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.know_more_in span:nth-child(3){
	line-height: 2;
	letter-spacing: 0;
	margin: 0 0 20px 0;
	padding: 0 20px;
}
	
	.know_more_in ul{
		width: 94%;
		max-width: 400px;
		display: block;
		margin: 15px auto 0;
	}
	
.know_more_in ul li:first-child{
display: none;
}
	
		.know_more_in ul li{
		width: 100%;
		float: none;
	}
	
.know_shiryo_btn{
	width: 96%;
	margin: 0;
	height: 58px;
	line-height: 58px;
	padding-left: 0;
	}
	
.know_shiryo_btn:before,
	.know_shiryo_btn.arrow:after,
	.reg_btn:after{
	display: none;
}
	
	.know_shiryo_btn.arrow:after,
	.know_shiryo_btn.arrow:hover:after,
	.reg_btn:before,
	.reg_btn:hover:before{
		content:"";
		margin-top: -14px;
		top:50%;
		right: 11px;
		width: 28px;
		height: 28px;
		background:url(images/btn_arrow.svg) no-repeat;
		background-size: contain;
		display: inline-block;
		left: auto;
	}
	
	.reg_btn:before,
	.reg_btn:hover:before{
		right: 14px;
	}
	
	
	/* 用語集　SP */
	
	.vocabulary_index {
	width: 70px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
		margin-top:20px;
}
	
.vocabulary_list ul {
	margin-top: 10px;
	padding-bottom: 20px;
}	
	
	.vocabulary_list li a{
		font-size: 15px;
	}	
	
.glossary p {
	clear: both;
	margin: 10px 15px 0;
	line-height: 1.5;
}	
	
.vocabulary_menu {
	display: block;
}	
	
.vocabulary_menu li {
	width: 20%;
	float: left;
	padding: 0 3px;
}	
	
	.vocabulary_menu li a{
	font-size: 14px;
	margin-top: 12px;
	}	
	
.vocabulary_menu li a:after {
	content: none;
}	
	
	.to_top{
		margin-top: 20px;
		font-size: 12px;
	}
	
	.vocabulary_menu li a{
		height: 30px;
		line-height: 30px;
	}
	
		/* 初めての再エネファンド　SP */
	
	.btn_or.beginner{
		width: 70%;
		font-size: 16px;
		margin-top: 30px;
		height: 50px;
		line-height: 50px;
	}
	
	.btn_ltbl{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		letter-spacing: 0;
	}

#beginning ul{
	width: 100%;
	margin:20px auto 0;
	display: block;
	overflow: hidden;
}

#beginning ul li{
	width: 90%;
	margin-top: 30px;
	margin: 15px auto;
}

.beginning_image img{
	display: block;
	width: 100%;
	margin:0 auto;
}
	
	.beginning_image02{
		display:none;
	}	
	
.site_menu{
	margin-top: 30px;
}

.site_menu h3{
	font-size: 20px;
	padding: 10px;
}

.site_menu ul{
	display: block;
	padding: 0 10px 10px;
}

.site_menu li{
	width: 100%;
	display: table;
	margin-top:15px;
}

.site_menu li a{
	display: table-cell;
	vertical-align: middle;
	padding: 15px 25px 15px 15px;
}

.site_menu li a img{
	margin-right: 15px;
	float: left;
}

	.site_menu li a div{
		overflow: hidden;
	}	
	
.site_menu li a span{
	font-size: 15px;
	white-space: nowrap;
}

.site_menu li a p{
	margin-top: 3px;
	font-size: 16px;
}

.arrow_illust{
	/*
	width:57px;
	height:90px;
	*/
	display: none;
}

#beginning02 {
text-align: center;
	margin-top:20px;
}

#beginning02 h3{
	font-size: 20px;
	line-height: 1.8;
	margin-top: 10px;
}
	
#beginning02 h3 br{
display: none;
}

#beginning02 p{
	line-height: 2;
	letter-spacing: 1px;
	font-size: 14px;
	margin-top: 20px;
	text-align: left;
}
	
	#beginning02 p br{
	display: none;
	}
	
	#beginning02 [class*="point0"]{
	position: relative;
	z-index: 1;
}

#beginning02 .point02{
float: none;
clear: both;
position: relative;
margin-top: 20px;
}

#beginning02 .point03{
float: none;
clear: both;
position: relative;
margin-top: 20px;
}

	p.text03 span{
		display: none;
	}	
	
	
	/* 基礎知識カテゴリ SP */

.kiso_wrap{
	display: block;
	margin-top:30px;
	border-top: 1px solid #e2e0e1;
}

.kiso_wrap article{
	width: 100%;
	height: auto;
	border-top:none;
	border-left:none;
	border-right:none;
	margin-top: 0;
	text-align: left;
	clear: both;
}
	
	.kiso_wrap article a{
		overflow: hidden;
		padding: 15px 15px 15px 0;
	}

.kiso_wrap article img{
	width: 90px;
	height: auto;
	float: left;
	margin: 0 10px 0 0;
}

.kiso_wrap article h3{
	font-size: 14px;
	margin-top:5px;
	line-height: 1.5;
}

.kiso_wrap article p.title{
	font-size: 13px;
	margin-top:0;
}
	
.kiso_wrap article a:after{
color: #333;
}

.kiso_wrap article .btn_grn{
	display: none;
}
	
	.kiso_wrap div{
	overflow: hidden;
}

	/* 基礎知識カテゴリ SP */

.seminar_wrap{
	display: block;
	margin-top:30px;
	border-top: 1px solid #e2e0e1;
}

.seminar_wrap article{
	width: 100%;
	height: auto;
	border-top:none;
	border-left:none;
	border-right:none;
	margin-top: 0;
	text-align: left;
	clear: both;
}
	
	.seminar_wrap article a{
		overflow: hidden;
		padding: 15px 15px 15px 0;
	}

.seminar_wrap article img{
	width: 90px;
	height: auto;
	float: left;
	margin: 0 10px 0 0;
}

.seminar_wrap article h3{
	font-size: 1em;
	margin-top:5px;
	line-height: 1.5;
}

.seminar_wrap article p.title{
	font-size: 13px;
	margin-top:0;
}
	
.seminar_wrap article a:after{
color: #333;
}

.seminar_wrap article .btn_grn{
	display: none;
}
	
	.seminar_wrap div{
	overflow: hidden;
}

		/* 土地付き太陽光との比較　SP */
	
	
	.compare_wrap{/* SPでは非表示 */
		display: none;
	}
	
	.compare_image_sp{
		display: block;
	}
	
	.compare_image_sp img{
		display: block;
		width: 100%;
		margin: 20px auto 0;
		clear: both;
	}
	
	.arrow_or {
	margin: 15px auto;
	border-width: 25px 32px 0 32px;
}
	

	
	/* ファーストビュー設定　SP */
	
	[id*="_top_wrap"]{
		height: 200px!important;
	}
	
	.top_cap {
		top: 30px;
}
	
	.top_cap span:first-child {
		font-size: 30px;
		letter-spacing: 2px;
}
	
	.top_cap span:nth-child(2) {
			font-size: 16px;
}
	
.top_arrow {
	bottom: 30px;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	background-size: contain;
}
	
	
	/* 見出し・テキスト SP */
	
	h2.title_bl, div.title_bl{
		line-height: 1.5;
		margin-top: 30px;
		padding: 15px;
		font-size: 17px;
	}
	
	h2.title_bl:first-of-type{
		margin-top: 20px;
	}
	
	h2.title_bl.first {
		margin-top: 0;
}
	
	h3.title {
		line-height: 1.3;
		font-size: 17px;
		margin-top: 30px;
		padding: 5px 15px;
}
	
	h3[class*="line_title"],
	.entry_text h3{
		line-height: 1.3;
		margin-top: 30px;
		padding: 0 15px 10px;
		font-size: 18px;
	}
	
		h3[class*="line_title"]:before,
	.entry_text h3:before{
		top:-5px;
		height: 100%;
	}

		.title_question, [class*="title_num"]{
		line-height: 1.5;
		margin-top: 20px;
		padding: 15px 15px 15px 43px;
		font-size: 17px;
	}
	
	.qa_wrap .title_question:before, [class*="title_num"]:before, 
	.qa_wrap .answer:before,.flow section h3:before{
		width: 24px;
		height: 24px;
		left: 12px;
		margin-top:-12px;
	}
	
	.qa_wrap .answer {
		padding: 5px 20px 0 43px;
		line-height: 1.8;
}
	
	/* お知らせ詳細 SP */
	
	.other_post{
		width: 100%;
		height: auto;
		margin-top: 30px;
		padding: 5px 0;
		display: table;
		border-top: 1px solid #d9dfe2;
		border-bottom: 1px solid #d9dfe2;
	}	
	
	.other_post a{
		padding: 15px;
		font-size: 14px;
		width: 50%;
		display: table-cell;
		vertical-align: middle;
	}
	
	.other_post a:after{
		font-size: 18px;
		margin-top:-9px;
		font-weight: normal;
	}	
	
.related-posts {
		display: block;
		margin-top: 0;
}	
	
	.related-posts .block {
		width: 100%;
		clear: both;
}
	
	.entry_inner .related-posts .block img{
		width: 90px;
		float: left;
		margin: 0 10px 0 0;
	}
	
	.related-posts .block a {
		display: block;
		border-bottom: 1px solid #d9dfe2;
		overflow: hidden;
		padding: 15px 0;
		position: relative;
}
	
	.related-posts .block a:after,
	.kiso_wrap article a:after{
		content: "\f105";
		font-family: FontAwesome;
		position: absolute;
		top: 50%;
		right: 0;
		line-height: 1;
		font-size: 18px;
		margin-top: -9px;
	}
	
	.entry_header,
	.related-posts .date{
		font-size: 13px;
		letter-spacing: 0;
	}
	
		.related-posts .title{
		font-size: 14px;
	}
	
	.entry_header i, .related-posts .date i {
		font-size: 12px;
		margin-right:4px;
}
	
	/* テキスト SP */
	
	p.text,
	.entry_inner .entry_text p,
		p.msg{
		font-size: 15px;
		line-height: 1.8;
		margin: 20px 10px 0;
	}
	
p.text02 {
	font-size: 15px;
	line-height: 1.8;
	margin-top: 30px;
}

p.text03 {
	font-size: 14px;
	margin-top: 30px;
}

p.text04 {
	line-height: 2.5;
	letter-spacing: 0;
	font-size: 15px;
	margin-top: 30px;
	padding: 0 10px;
}
	
.text_large{
line-height: 2.5;
letter-spacing: 1px;
font-size: 17px;
}
	
.text_large.margin60{
	margin-top: 30px!important;
}

br.br_pc{ /* PCのみ改行 */
	display: none;
}

br.br_sp{ /* スマホのみ改行 */
	display: block;
}

	
/* 保険と保証について SP */	
	
.heed_ora, .heed_gray {
	margin: 20px 5px 0;
	padding: 15px;
}
	
.heed_bl {
	margin: 20px 0 0;
	padding: 15px;
}
	
	.heed_tl, .heed_tl2 {
	font-size: 18px;
	font-weight: bold;
	padding: 0 10px;
	display: block;
	text-align: center;
	line-height: 1.5;
}
	
.heed_ora p, .heed_gray p {
	margin: 10px 0 0;
	line-height: 1.8;
	font-size: 14px;
}
	
	.heed_bl p {
	line-height: 1.8;
	font-size: 14px;
}
	
	.heed_tl:before, .heed_tl2:before {
	position: relative;
	font-weight: 500;
	left: -7px;
}
	
	.heed_tl:before {
	font-size: 22px;
	top: 3px;
}
	
.heed_tl2::before {
	font-size: 21px;
	top: 1px;
}	
	
/* 税金について SP */	
	
.calculation {
	width: 100%;
	margin: 20px auto 0;
	padding: 10px;
	display: table;
	overflow: hidden;
}
	
.calculation [class*="box"] {
	width: 29%;
	height: 60px;
	display: table-cell;
	font-size: 18px;
	letter-spacing: 0;
	text-align: center;
	vertical-align: middle;
}
	
	.calculation [class*="box"] .middle{
		font-size: 14px;
		top:0;
	}	
	.calculation [class*="box"] .small{
		top:0;
	}	
	
.calculation [class*="icon_"] {
	display: table-cell;
	width: 6.5%;
	text-align: center;
	vertical-align: middle;
}
	
.calculation .box_wt {
	font-size: 15px;
}	
	
	.calculation02 {
	width: 100%;
	padding: 0 10px 10px;
	overflow: hidden;
}
	
	.calculation02 .box_wt {
	display: block;
	width: 100%;
	height: auto;
	padding: 15px;
	font-size:15px;
	line-height: 1.8;
}	

	.calculation02 .box_wt {
	padding: 15px;
}
	
.calculation .icon_equal:before {
	width: 15px;
	height: 6px;
	}
	
	.calculation .icon_plus:before {
	width: 15px;
	height: 15px;
}
	
.calculation .icon_multiply:before {
	width: 13px;
	height: 14px;
	margin-top: 10px;
}	
	
/* 仕組み SP */
	
.num_list {
	width: 100%;
	margin: 20px auto;
	padding: 15px;
}
	
.num_list span[class*="maru_"] {
	width: 24px;
	height: 24px;
	top: 2px;
}
	
	.num_list li {
	padding: 3px 0 5px 30px;
	position: relative;
	font-size: 14px;
}
	
	.cart_text {
width:100%;
margin: 30px auto 0;
padding: 15px 20px;
}
	
	.cart_text h3 {
font-size: 18px;
padding-bottom: 7px;
text-align: center;
letter-spacing: 0;
}
	
.cart_text ul {
	margin-top: 10px;
}	
	
.cart_text li {
	padding: 8px 0 8px 28px;
}	
	
.cart_text span[class*="maru_line_"] {
	width: 16px;
	height: 16px;
	top: 13px;
}	
	
.cart_text li {
	padding-left:22px;
}	

	/* よくある質問 SP */
	
	.accordion .trigger{
		line-height: 1.5;
		margin-top: 15px;
		padding: 15px 25px 15px 43px;
		font-size: 15px;
	}
	
	.accordion .trigger:before{
		width: 24px;
		height: 24px;
		left: 12px;
		top:14px;
	}
	
	.accordion .trigger:after,
	.accordion .trigger.active:after{
		right:10px;
	}
	
	.accordion .toggle_container:before{
		width: 24px;
		height: 24px;
		left: 11px;
	}
	
	.toggle_container{
		padding: 17px 15px 15px 43px;
	}
	
	.toggle_container p {
		line-height: 1.8;
		font-size: 14px;
}
	
.title_question:after,
[class*="title_num"]:after{
	left: 50px;
}

/* メリット デメリット SP */
	
	.title_structure, .title_merit, .title_demerit{
		line-height: 1.4;
		margin-top: 20px;
		padding: 15px;
		font-size: 17px;
	}
	
	.title_structure span, .title_merit span, .title_demerit span {
		font-size: 16px;
		position: inherit;
		margin-top: -6px;
		letter-spacing: 0;
		line-height: 30px;
		left: 0;
		display: block;
}
	
	.title_structure span:after, .title_merit span:after, .title_demerit span:after {
   content: "";
			position: relative;
			top: 4px;
			right: -5px;
			width: 21px;
			height: 21px;
			display: inline-block;
}

/* blockquote SP */
	
	blockquote {
	background: #f4f6f7;
	margin:20px 0;
	padding:30px 32px;
	font-size:15px;
	line-height:1.8;
}

blockquote:before {
	top: 15px;
	left: 15px;
	width: 15px;
	height: 13px;
}

blockquote:after {
	bottom: 15px;
	right: 15px;
	width: 15px;
	height: 13px;
}

	
/*  メガ発ファンドについて SP */

.flow{
	display: block;
	margin-top: 20px;
}

.flow section{
	width: 100%;
	padding-bottom: 15px;
}

.flow section:first-of-type{
	border-left: none;
}

.flow section h3 {
	height: auto;
	position: relative;
	line-height: 1.5;
	margin-top: 20px;
	padding: 15px;
	font-size: 17px;
}
	
	.flow section h3:first-of-type{
		margin-top: 0;
	}

.flow section a {
	position: inherit;
	left: auto;
	bottom: auto;
	padding-left: 15px;
	letter-spacing: 0.5px;
	margin: 25px auto 15px;
}
	
	.flow section p {
	padding: 20px 20px 0;
	line-height: 1.8;
}
	
	.flow section .icon {
	width: 70px;
	height: 70px;
	float: left;
	margin: 15px 15px 0;
}
	
.qa_wrap{
	margin-top: 0;
}
	

/* 写真付き文章 SP */

.image_box{
	margin-top: 20px;
}

.image_box img,
.entry_text img
	{
	float: none;
	clear: both;
	margin: 0 auto;
	display: block;
	width: 100%;
}

.image_box div{
	clear: both;
}

.image_box div p{
		font-size: 15px;
		line-height: 1.8;
		margin: 20px 10px 0;
}
	
	/* ファンド詳細 SP */
	
	h4.title_ny{
		margin-top: 30px;
	}
	
	h4.title_ny:first-of-type{
		margin-top: 20px;
	}
	
.margin30all {
	margin: 15px 0 20px !important;
	line-height: 1.8;
	font-size: 14px;
}	
	
	[class*="table_bg"]{
		margin-top:20px;
	}	
	
[class*="table_bg"] th, [class*="table_bg"] td,
	table.table_yl.left th,table.table_yl.left td{
	display: block;
	width: 100%;
	padding: 10px;
	font-size: 15px;
	line-height: 1.8;
	}	
	
	table.table_yl.left th{
	padding: 6px 10px;
	}	
	
	table.table_yl.left td{
	font-size: 14px;
	line-height: 1.7;
	}	
	
[class*="table_bg"] tr:nth-child(2n+1) {
 background: none;
}	
	
	[class*="table_bg"] th{
	background: #f1f4f7;
	padding: 6px 10px;
	}	
	
	[class*="table_bg"] td{
		font-size: 15px;
		padding-bottom: 15px;
	}	
	
	table.table_yl{
		margin-top: 15px;
	}
	
	table.table_yl{
		border-top:none;
		border-right:none;
		border-left:none;
		border-bottom:1px solid #e2e0e0;
	}
	
	table.table_yl th{
		border-bottom:none;
	}
		
	table.table_yl	td{
		border-bottom:none;
	}
	
	.image_master{
		margin: 10px 0 -30px;
	}	
	
	h3.line_title04{
		padding-left: 24px;
	}
	
	h3.line_title04:before {
		top: -2px;
		font-size: 20px;
}
	
	ul.list_circle {
	margin: 0;
}
	
	ul.list_circle li{
		font-size: 14px;
		padding-left: 16px;
	}	
	
	ul.list_circle li:before{
		top:8px;
	}	
	
table.table02.wide th {
	padding: 0;
}	
	
table.table02.wide td {
	font-size: 15px;
	padding: 0 0 0 15px;
}	
	
	/* 運用実績 SP */
		
	table.table02 th, table.table02 td {
		letter-spacing: 0;
		font-size: 14px;
}
	
	table.table02 th{
		padding:0;
	}
	
	div.title_bl{
		display: block;
	}
	
	.table_yl_wrap{
		width: 100%;
		overflow-x: auto;
	}
	
.table_yl_wrap table{
	font-size: 14px;
}
	
.table_yl_wrap table th,
.table_yl_wrap table td{
		white-space: nowrap;
		padding: 12px 15px;
	}
	
	.spmode{ /* スクロールできますtext */
		display: block;
		font-size: 14px;
		margin-top: 20px;
	}
	
	.manage_inner{
		margin-top: 15px;
	}
	
	/* 個人情報保護方針 SP */
	
	.rules h3, .rules dt {
		margin-top: 30px;
}
	
.rules h4 {
		font-size: 16px;
		line-height: 1.5;
	}
	
	.rules h5{
		line-height: 1.3;
	}

	.rules ul, .rules ol, .rules dl {
		margin: 20px auto 0;
		padding: 0 10px 0 25px;
		font-size: 15px;
		line-height: 1.8;
}
	
	.rules table {
		margin: 20px auto 0;
		font-size: 15px;
		line-height: 1.8;
}
	
	.rules table th {
		padding: 6px 10px;
}
	
	.rules table td{
		padding: 10px;
	}
	
	.rules table.col_2{
		border-top: none;
		border-right: none;
		border-left: none;
		border-bottom: 1px solid #e2e0e0;
	}
	
	.rules table.col_2 th,
	.rules table.col_2 td,
	.contact table th,
	.contact table td{
		width: 100%;
		display: block;
}

	.rules table.col_2 th,
	.rules table.col_2 td{
		border-bottom: none;
}
	
	.rules table.company{
	margin-top: 20px;
}

	.rules ul li,
	.rules ol li{
		margin-top: 10px;
		padding-left: 0;
		font-size: 14px;
		line-height: 1.5;
}
	
	.rules.smart{
	width: 100%;
	margin:80px auto 0;
}
	
	
	.check_wrap{
		margin:30px 0;
		padding-top: 30px;
	}
	
	.check_wrap p,
	.check_wrap label{
		font-size: 14px;
	}
	
	.check_wrap label{
		margin-top: 30px;
	}
	
/* お問合わせSP  会員登録SP */
	
	.contact{
		width:100%;
	}
	
	.contact table{
		margin-top: 30px;
	}
	
	.contact table th {
		padding: 15px 15px 0;
}
	
	.contact table td {
		padding: 12px 0 15px;
}
	
	.contact table th:before{
		margin-top: -5px;
		height: 24px;
	}
	
	
input[type="text"].width_1,
input[type="password"].width_1,
textarea.width_1{
	width: 100%;
}

input[type="text"].width_2,
input[type="password"].width_2{
	width: 48.5%;
}

input[type="text"].width_2.margin{
	margin-left: 3%;
}
	
	.form_btn{
		margin: 30px 0 20px;
	}
	
	.form_btn input.btn_grn,	
	.form_btn input.btn_gy {
		max-width: 300px;
		margin: 0 7px;
		width: 45%;
		font-size: 16px;
}
	
	.form_btn .btn_grn{
		max-width: 260px;
		width: 100%;
	}	
	
	/* 会社概要SP */
	
.access_wrap {
	display: block;
	width: 100%;
	margin: 30px auto 0;
}
	
	.vision{
		display: block;
		margin-top: 20px;
	}
	
	.vision .box_ny{
		width: 100%;
		height: auto;
		padding: 10px;
	}

	.vision .box_ny p{
		font-size: 16px;
	}
	
	.vision .icon_multiply{
		height: auto;
	}
	
	.vision .icon_multiply:before {
		content: "";
		width: 15px;
		height: 15px;
		background: url(images/icon_multiply02.svg) no-repeat;
		background-size: contain;
		display: block;
		margin: 10px auto;
}


	/* フッター SP */
	
	#footer_content {
		padding: 10px;
	}
	
	#footer_content ul.footer_about,
	#footer_content ul.footer_sitemenu{
		display: none;
	}
	
	.access_wrap ul {
		display: block;
		width: 100%;
}
	
	.access_wrap li{
		margin-bottom: 20px;
		text-align: center;
	}
	
	.access_wrap li span{
		width: 70px;
		float: none;
		clear: both;
		font-size: 12px;
		letter-spacing: 1px;
	}
	
	.access_wrap li p {
		font-size: 14px;
		margin-top: 15px;
		padding-left: 0;
}
	
#map{
width: 100%;
height: 300px;
}

	
	/* 矢印 SP */
	
	.arrow:after{
		content: "\f105";
		right: 15px;
}
	
.footer_content_in {
		width: 100%;
		display: block;
		padding: 10px;
}	

	.footer_adress{
		float: none;
		margin:0;
		text-align: center;
	}
	
	.footer_adress p {
 font-size: 12px;
	line-height: 30px;
	font-weight: 500;
}
	
.footer_site_tl, .footer_menu_tl {
    margin-bottom: 10px;
}	
	
	footer {
	font-size: 12px;
	height: 40px;
	padding-top: 13px;
}
	
	/* フッター 注意喚起 SP */
	
.footer_causion{
	padding: 10px 10px 5px;
	margin-bottom: 20px;
}

.footer_causion p.ttl{
	font-size: 14px;
	margin-bottom: 0;
	font-weight: bold;
	display: block;
}
	
	.footer_causion ul.list_circle li{
		font-weight: 500;
		font-size: 12px;
	}
	
	.footer_causion ul.list_circle li::before {
		top: 6px;
}


	/*
	#pagetop{
		display: block;
		color: #fff;
		text-align: center;
		position: fixed;
		bottom: 0;
		width: 100%;
		background: rgba( 0, 0, 0, 0.7 );
		height: 40px;
		padding-top: 6px;
	}	
	
#pagetop {
	display: block;
	background: rgba( 0, 0, 0, 0.7 );
	color: #fff;
	text-align: center;
	position: fixed;
	width: 40px;
	bottom: 10px;
	z-index: 3;
	height: 40px;
	right: 10px;
	border-radius: 50%;
	padding-top: 5px;
}	
	
*/	
	

	}



@media screen and (max-width: 470px){
#top_image_wrap .inner span:first-of-type {
	font-size: 16px;
	width: auto;
	line-height: 1.5;
	letter-spacing: 0;
}
	
	.fund .btn_grn{
		margin: 30px auto 10px;
		float: none;
		display: block;
	}
	
	#information li a {
		padding: 5px 25px 15px 10px;
		display: block;
}
	
	#information li a:after {
    right: 10px;
}
	
	/* 税金について SP */	

.calculation [class*="box"] .small{
display:block;
text-align:center;
margin: 5px 0 -5px;
left: 0;
}
	
	.calculation .box_wt {
		font-size: 14px;
}
	
	
/* 初めての SP */
	
	.btn_or.beginner.arrow:after,
	.btn_ltbl.arrow_dw:after,
		.site_menu li a.arrow:after{
  right: 14px;
		font-size: 18px;
		margin-top: -9px;
}
	
	
}


@media screen and (max-width: 390px){
	
	
	#reg_bg ul li a{
	padding-left: 7%;
		font-size: 15px;
	}
	
	#reg_bg ul li a:after{
		content: none;
	}

	/* 税金について SP */
	.calculation .icon_equal:before {
	width: 12px;
	height: 5px;
	}
	
	.calculation .icon_plus:before {
	width: 12px;
	height: 12px;
}
	
.calculation .icon_multiply:before {
	width: 10px;
	height: 11px;
}	
	
	.calculation .box_wt{
		line-height: 1.5;
	}	
	
.calculation .box_wt br{ 
	display: block;
}
	
	.arrow_or {
	margin: 15px auto;
	border-width: 22px 23px 0 23px;
}
	
/* 初めての SP */
	
	#beginning02 h3{
		font-size: 17px;
		white-space: nowrap;
	}
	
	h1.title_line{
		display: block;
		letter-spacing: 0;
		line-height: 1.5;
	}
	
	.text_large {
	font-size: 16px;
}
	
	/* 初めての SP */
	
.site_menu li a{
padding: 10px 25px 10px 10px;
}
	
.site_menu li a img{
	width: 90px;
	margin-right: 10px;
	}
	
.site_menu li a span{
	font-size: 12px;
}	
	
	.site_menu li a p{
		font-size: 15px;
		line-height: 1.4;
	}	
	
	
	/* お問合わせSP　会員登録SP */
		
	.form_btn .btn_grn, .form_btn input.btn_gy {
		margin: 0 5px;
		font-size: 15px;
}

	
	
}


@media screen and (max-width: 360px){
	
	
#top_image_wrap .inner span:first-of-type {
	font-size: 15px;
	width: auto;
	line-height: 1.5;
	letter-spacing: 0;
}
	
	#reg_bg h3{
		width:260px;
		font-size: 20px;
	}
	
/* KNOW MORE */
	
	#reg_bg ul li a{
	padding-left: 10%;
	font-size: 14px;
	}
	
	#reg_bg ul li:first-child a:before {
		font-size: 21px;
}
	
	#reg_bg ul li:nth-child(2) a:before {
		left: 13px;
		font-size: 21px;
}

	.know_more_in span:nth-child(3) {
		letter-spacing: 0;
		font-size: 14px;
}
	
	.know_more_in span:first-child {
		font-size: 15px;
		letter-spacing: 0;
		white-space: nowrap;
}

	
}


@media screen and (max-width: 340px){
#top_image_wrap .btn_or {
	padding-right: 20px;
}
	
.reg_btn{
	font-size: 18px;
}
	
/* 税金について SP */	
	
.calculation [class*="box"]{
 font-size: 15px;
}	
.calculation .box_wt {
 font-size: 14px;
}	

	.calculation [class*="box"] .middle {
		font-size: 12px;
}
	
/* 初めての SP */
	
	.text_large{
		font-size: 15px;
		letter-spacing: 0;
	}
	
	.btn_or.beginner{
		width: 76%;
		font-size: 15px;
	}
	
	
/* 資料請求BTN */	
	
.know_shiryo_btn{
	height: 53px;
	line-height: 50px;
	font-size:17px;
	letter-spacing: 1px;
	}
	
/* ファンド詳細 */
	
	[class*="list"] .fund_body div.name img {
	margin-right: 12px;
	width: 110px;
}
	
	.list .fund_body div.name div {
	height: 110px;
}

[class*="list"] .fund_body div .title{
font-size: 14px;
}

.icon_wrap {
	position: absolute;
	top: 20px;
	left: 123px;
}
	
	.fund_right li p {
	font-size: 16px;
}
	
.list02 p[class*="icon_"] {
	width: 75px;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	}	
	
.list02 .fund_body div.name div {
		padding: 40px 0 0 0;
}	
	
	/* 運用実績 SP */
	
table.table02 th, table.table02 td {
	font-size: 13px;
}
	
	table.table02 th{
		width: 35%;
	}
		
	table.table02.wide th{
		width: 31%;
	}
	
	div.title_bl{
		display: block;
	}
	
	div.title_bl .select_wrap {
		width: 100%;
		margin-top: 10px;
}
	
}



/* IE ********************************************/

@media all and (-ms-high-contrast:none) {
	
	
#global-nav li ul li a {
padding: 17px 15px 13px!important;
}
	
	/* ぱんくずリスト IE */	

#bread_list {
padding-top: 16px;
padding-bottom: 12px;
}
	
.btn_wt,
	#autoload a{
line-height:65px;
}
	
	ul.head-btn li a{
		line-height: 44px;
	}
	
	#information li a{
	padding:18px 40px 14px 30px;
	}
	
	#information li a .info{
	margin-top: 3px;
	}

h2.title_bl,
div.title_bl{
	padding-top:24px;
	padding-bottom:16px;
	}
	
	h3.title{
		padding-top: 8px;
	}
	
	.site_menu h3{
		padding: 16px 12px 6px;
	}

.site_menu li a span {
	display: block;
	padding-top: 5px;
}
	
	h3[class*="line_title"],
	.entry_text h3{
	padding: 4px 20px 6px;	
	}
	
	h3.line_title04{
	padding-left: 37px;
	}
	
/* btn IE */	
	
.btn_or,
.btn_ltbl,
.know_contact_btn,
.know_shiryo_btn,
	#reg_bg ul li a,
	.form_btn .btn_grn, .form_btn input.btn_gy{
		line-height: 68px;
	}
.know_contact_btn::before,
.know_shiryo_btn::before{
    top: -3px;
}
	
.reg_btn{
	line-height:102px;
}
	
	#reg_bg ul li:first-child a:before{
	top: 5px;
}

#reg_bg ul li:nth-child(2) a:before{
	top: 4px;
}
	.fund .btn_grn{
	line-height:50px;
}
	.fund .btn_grn.arrow:after{
		margin-top:-12px;
}
	
	/*運用状況icon IE */	
	
	.list02 p[class*="icon_"]{
		line-height:44px; 
	}
	
	.list02 p[class*="icon_"]{
		line-height:44px; 
	}
	
	
/* 用語集 IE */	
	
	.vocabulary_menu li a{
		line-height: 50px;
	}
	
.fund_title p[class*="icon_"]{
		padding-top: 4px;
	}
	
.vocabulary_list li a:before{
	top: 3px;
	}
	
	/* 矢印など  IE */	
	
	.arrow_right:after{
		margin-top: -13px;
	}
	
	/* ファンド一覧 IE */	
	
	div.title_bl select{
		padding-top: 12px;
		color: #333;
	}
	
[class*="list"] .fund_header{
		padding: 20px 0 15px;
	}
	
		/* pager IE */	
	
.wp-pagenavi a,
.wp-pagenavi span.current, .wp-pagenavi a:hover{
	line-height: 36px;
}
	
	/* 税金について IE */	
	
	.calculation [class*="box"] .small{
	top:5px;
	left:-5px;
}

.calculation [class*="box"] .middle{
	top:5px;
	left:2px;
}
	
	.calculation .box_wt{
		padding-top:6px;
	}
	
	.calculation .box_wt02{
		padding-top:28px;
	}
	
	/* 仕組み IE */	
	/* 数字アイコン */
	
	.cart_text span[class*="maru_line_"]{
	top:14px;
}

.num_list span[class*="maru_"]{
	top:2px;
}
	
/* 数字付タイトル IE */	
	
.title_structure,
.title_merit,
.title_demerit,
.title_question,
[class*="title_num"]{
	position: relative;
	padding-top:24px;
	padding-bottom:16px;
}

.title_structure span,
.title_merit span,
.title_demerit span{
	line-height: 37px;
}
	
/* メガ発ファンドについて IE */
	
	.flow section h3{
		line-height: 82px;
	}
	
	.flow section a{
		line-height: 51px;
	}
	
	.btn_or02:before{
		line-height: 47px;
	}

	.btn_wt02:before{
		line-height: 46px;
	}
	
	/* よくある質問 IE */
	
	.accordion .trigger{
		padding-top: 18px;
		padding-bottom: 12px;
	}
	
	
	/* 保険と保証について IE */	
	
	.kiso_wrap article .btn_grn{
		line-height: 59px;
	}
	
	/* 比較 IE */
	
.compare_wrap .compare_gr h3,
.compare_wrap .compare_bl h3{
	height: 68px;
	line-height: 88px;
}
	
	.compare_wrap .compare_menu p.title{
		line-height: 62px;
	}
	
	.compare_wrap .compare_gr li, 
	.compare_wrap .compare_bl li{
		padding-top: 8px;
	}	
	
.compare_wrap .compare_menu li a,
.compare_wrap .compare_menu li p{
		padding: 20px 15px 15px;
	}
	
	.compare_wrap .compare_menu li span{
		padding-top: 4px;
	}
	
	/* 運用実績詳細 IE */
	
table.table02 th,
table.table02 td{
padding-top: 5px;
}
		
table[class*="table_yl"] th{
padding-top: 17px;
	}

table[class*="table_yl"] td{
padding-top: 15px;
padding-bottom: 10px;
	}
	
	.fund_right ul{
	letter-spacing: 1px;
}

	[class*="table_bg"] th, 
	[class*="table_bg"] td{
		padding-top:14px;
		padding-bottom: 9px;
	}
	
	/* thが左のtable IE */

table.table_yl.left th,
table.table_yl.left td{
		padding-top:16px;
		padding-bottom: 11px;
}
	
table.table02.wide th,
table.table02.wide td{
padding-top:14px;
padding-bottom: 9px;
}
	
ul.list_circle li:before {
	top: 9px;
}
	
	/* お知らせ詳細 IE */
	
	.entry_header .tag{
		position: relative;
		top:3px;
	}
	
	.other_post a{
		padding-top: 20px;
	}
	
	/* checkbos IE */
	
	.check_wrap label input[type='checkbox'] + span{
		padding-top: 2px;
	}

}
