@charset “utf-8”;

/* ==========================================================================*/
/*【全般設定】*/
/* ==========================================================================*/

html{}

body {
	background-attachment: fixed;
    width: 100%;
    height: 100%;
}
body {
	margin:0;
	padding:0;
	font-size:100%;
	line-height:1.6;
	color:#fff;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Helvetica,Arial,Verdana,sans-serif;
	text-align:center;
	background-color:#3F1614;
	background-image:linear-gradient(90deg, rgba(0,0,0,.07) 50%, transparent 50%), linear-gradient(90deg, rgba(0,0,0,.13) 50%, transparent 50%), linear-gradient(90deg, transparent 50%, rgba(0,0,0,.17) 50%), linear-gradient(90deg, transparent 50%, rgba(0,0,0,.19) 50%); background-size:13px, 29px, 37px, 53px;
}

h1,h2,h3,h4,h5,h6,p {
	margin:0;
	padding:0;
}

dl,dt,dd,form,fieldset,input,textarea,button{
	margin:0;
	padding:0;
}

p {
	margin:1.4em 0;
}

img{
	vertical-align:middle;
	border:none;
}

img a{
	border:none;
}

.hidden{
	display:none;
}


/* ==========================================================================*/
/*【見出しの設定】*/
/* ==========================================================================*/

h1{
    clear:both;
    margin:0;
    padding:0;
    color: #fff;
    font-size: 2rem;
    line-height:1.6;
    font-weight: normal;
    color: #e3b660;/*金文字*/
}
.banner_home{
	float:right;
	margin:15px 15px 0 0;
	border: 1px #ccc solid;
}
.banner_home:hover{
	opacity:0.9;
}
h2{
    clear:both;
    width:98%;
    display: block;
    margin:10px 1%;
    padding:5px 0;
    color: #fff;
    font-size:18px;
    font-weight: normal;
    line-height:1.8;
    text-align:left;
    border-bottom: 1px solid #fff;
}
#material_h2{
    width: 100%;
    text-align: left;
}
#material_h2 h2{
    height:50px;
    display: inline-block;
    margin: 3rem 1% 2rem 1%;
    padding: 1.1rem 0;
    color: #e3b660;
    font-size:2rem;
	line-height:1.8;
    border-bottom: 2px solid #e3b660;
}
.fund_back_img{
	width: 25px;
	margin: 0 1px 7px 0;
}

#back_fund a{
    text-align:right;
    color: #fff;
    float:right;
    text-decoration: none;
}

#back_fund a:link{color: #fff;}
#back_fund a:hover{color:#FAEBD6; text-decoration: underline;}
#back_fund a:visited{color: #fff;}

hr{
	height:1px;
	border-top:dotted 1px #fff;
	margin:1.0em 0;
}

#serch{
	margin:10px 15%;
	padding:20px 0;
	width:70%;
	color: #000000;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbd4d4+0,c4c0be+100 */
	background: #dbd4d4; /* Old browsers */
	background: -moz-linear-gradient(top, #dbd4d4 0%, #c4c0be 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #dbd4d4 0%,#c4c0be 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #dbd4d4 0%,#c4c0be 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbd4d4', endColorstr='#c4c0be',GradientType=0 ); /* IE6-9 */
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border:1px #B5B3B1 solid;
}
#feas_0_0{
	width: 38%;
	font-size: 16px;
	margin:0 5px 0 10px;
	padding: 1px 3px 3px 3px;
}
#feas-submit-button-0{
	text-align: center;
	text-align: center;
	background-color: #F1BB5D;
	font-size: 14px;
	padding: 3px 30px 1px 30px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border:1px #B5B3B1 solid;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1bb5d+0,e5a659+100 */
	background: #f1bb5d; /* Old browsers */
	background: -moz-linear-gradient(top, #f1bb5d 0%, #e5a659 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f1bb5d 0%,#e5a659 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f1bb5d 0%,#e5a659 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1bb5d', endColorstr='#e5a659',GradientType=0 ); /* IE6-9 */
}

/* ==========================================================================*/
/*【サイト全体の設定】*/
/* ==========================================================================*/

#container{
    max-width: 1280px;
    width: 100%;
    margin:0 auto;
    padding:0px 0 10px 0;
    display: flex;
    flex-wrap: wrap;
}
p.center{
	text-align:center;
	width:100%;
}
p.left{
	text-align:left;
	width:100%;
	margin-left:1%;
}
p.right{
	text-align:right;
	width:100%;
	margin-right:1%;
}
.no_content{ display:none;}

.col{
    display: flex;
    float: left;
    text-align: center;
    flex-flow: column;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin:0.5rem 1%;
    padding: 0.5rem 0rem;
    width: 31%; /*３列表示*/
    box-sizing: border-box;
    border: 4px inset; 
    border-top-color: #e3b660;
    border-bottom-color: #61532c;
    border-right-color: #988346;
    border-left-color: #e3b660;
    background: -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 120, color-stop(0.88, #c09e45), color-stop(0.00, #decb85));
    background: -webkit-radial-gradient(50% 100%, circle, #decb85 0%, #c09e45 88%);
    background: -moz-radial-gradient(50% 100%, circle, #decb85 0%, #c09e45 88%);
    background: -o-radial-gradient(50% 100%, circle, #decb85 0%, #c09e45 88%);
    background: -ms-radial-gradient(50% 100%, circle, #decb85 0%, #c09e45 88%);
    background: radial-gradient(50% 100%, circle, #decb85 0%, #c09e45 88%);
    height: 140px;
	line-height:1.3;
    border-radius: 1px;
    position: relative;
    z-index: 0;
}

.col:before{
    border: 1px solid #E8DBB4;
    border: 1px solid #fff;
    border: 2px solid #2D100F;
    border-radius: 1px;
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 5px;
    z-index: -1;
}

.col_box{
    width: 98%;
    clear:both;
    margin:0.4rem 1%;
    text-align: left;
}
.col_box .col{
    margin:0rem 1%;
    padding: 0.5rem;
    width: 40%;
    height: 140px;
}

.col2{
	margin-left: 42%;
	height: 126px;
	display: block;
	padding: 10px 0 0 20px;
	border: 1px #fff solid;
	border: 2px inset;
	border-radius: 1px;
	vertical-align: middle;
	display: table-cell;
	vertical-align: middle;
	width: 690px;
}
.col{
    color:#000;
    font-size: 20pt;
    font-weight: bold;
}

.col .fs_a{
    width: 100%;
    color:#000;
    font-size: 20pt;
    font-weight: bold;
}
.col .fs_b{
    width: 100%;
    color:#000;
    font-size: 18pt;
    font-weight: bold;
}
.col .fs_c{
    width: 100%;
    color:#000;
    font-size: 16pt;
    font-weight: bold;
}
.col .fs_d{
    width: 100%;
    color:#000;
    font-size: 14pt;
    font-weight: bold;
}
.col .fs_e{
    width: 100%;
    color:#000;
    font-size: 12pt;
    font-weight: bold;
}
.col .fs_f{
    width: 100%;
    color:#000;
    font-size: 11pt;
    font-weight: bold;
}
.col .fs_m{
    width: 100%;
    color:#000;
    font-size: 11pt;
    font-weight: normal;
}
.inner{
    width:1080px;
    margin:0 auto;
    padding:0;
    text-align:center;
}


/* ==========================================================================*/
/*【ページナビの設定】*/
/* ==========================================================================*/

.wp-pagenavi{
    margin: 40px 0;
    clear: both;
    width: 100%;
}
.wp-pagenavi .current{
    color: #220C0A;
    background-color: #EADEB7;
    padding: 3px 10px;
    margin:0px 3px;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	font-size:98%;
}
.wp-pagenavi a {
    color: #220C0A;
    background-color: #fff;
    text-decoration: none;
    padding: 3px 10px;
    margin:0px 3px;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	font-size:98%;
}
.wp-pagenavi a:hover {
    color: #220C0A;
    background-color: #EADEB7;
    text-decoration: none;
    margin:0px 3px;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
}

/* ==========================================================================*/
/*【シングルページボタン】*/
/* ==========================================================================*/

#back_to_fundlist{
    display: inline-block;
    margin: 5rem auto;
    padding: 0.8rem 5rem;
    color: #e3b660;
    font-size: 1.9rem;
    line-height: 1.6;
    background-color: #1b1b1b;
    border: 3px solid #e3b660;
}

a#back_to_fundlist{
    text-decoration: none;
}
a#back_to_fundlist:hover{
    background-color: #3C3C3C;
}


/* ==========================================================================*/
/*【ヘッダーの設定】*/
/* ==========================================================================*/

header, #header{
    margin:0 auto;
	padding:0;
	text-align:center;
}


/* ==========================================================================*/
/*【フッターの設定】*/
/* ==========================================================================*/

footer, #footer{
	padding:2rem 0;
	color:#fff;
}

#page-top {
    position: fixed;
    bottom: 10px;
    right: 40px;
    font-size: 90%;
    margin-left: 76%;
}
#page-top a {
    text-decoration: none;
    width: 200px;
    padding: 7px 0;
    text-align: center;
    display: block;
    border:solid 1px #000;
    font-weight: bold;
    color: #fff;
    background: #007bc1;
    opacity: 0.8;
}
#page-top a:hover {
    text-decoration: none;
    background: #fff;
    color: #000;
    opacity: 1;
}


/* ==========================================================================*/
/*【自動スクロールの設定】*/
/* ==========================================================================*/

.scroller, #scroller{
    height:100vh;
    overflow:hidden;
    overflow-y:hidden;
}


/* ==========================================================================*/
/*【スマホ設定】*/
/* ==========================================================================*/

@media screen and (max-width:540px) {

h1 {
	clear: both;
	margin: 0 auto;
	padding: 0;
	color: #fff;
	font-size: 20px;
	line-height: 1.6;
	font-weight: normal;
	width: 90%;
}


.col {
    margin: 0.5rem auto;
    width: 90%;
}

#serch {
    padding: 10px 0;
    width: 90%;
}

#feas_0_0 {
    width: 45%;
}

p.center {
    text-align: center;
    width: 90%;
}
p.left {
    text-align: center;
    width: 90%;
}
p.right {
    text-align: center;
    width: 90%;
}
.col_box {
    width: 90%;
    clear: both;
    margin: 0.4rem auto;
    text-align: left;
}
.col_box .col {
	margin: 0;
	padding: 0.5rem 0 0.5rem 1.7rem;
	width: 100%;
	height: 140px;
}
.col2 {
    margin-left: 0;
    height: auto;
    display: block;
    padding: 0px;
    border: 1px #fff solid;
    border: 0px inset;
    border-radius: 1px;
}

}

