@charset "utf-8";
/*------------------------------------------------------------
【共通】初期設定
------------------------------------------------------------*/
body {
margin: 0 auto;
padding: 0 auto;
font-size: 16px;
font-family:メイリオ,Meiryo,-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",sans-serif;
-webkit-text-size-adjust: 100%;
}

h4{
	font-family:"Noto Sans Japanese";
	margin:0;
}

div{
margin:0;
padding:0;
}

h3{
margin:0;
padding:0;
}

ol, ul {
list-style:none;
}

img {
display:inline;
border:none;
}

a {
outline: none;
text-decoration: none;
}

/*a:link {
color: #333;
text-decoration:none;
}
a:visited {
color: #333;
text-decoration:none;
}
a:hover {
color: #FE7A0C;
text-decoration:underline;
}
a:active {
color: #333;
text-decoration:none;
}
*/
.clear {
clear:both;
visibility:hidden;
height:0;
}


/*.img-responsive {
	max-width:100%;
	height:auto;
}
*/

.reccomented_projects h2{
	width:100%;	
}

.favorite_autonomy_projects h2{
	width:100%;	
}

.reccomented10_projects h2{
	width:100%;	
}

.center_box{
	display: flex;
}


/*l_search*/
.test_l{
	width:680px;
	margin-right:20px;
/*	background-color:#FF0000;*/
}

.test_r{
	width:300px;
/*	background-color:#0000ff;*/
}


/*------------------------------------------------------------
【共通】ヘッダー
------------------------------------------------------------*/
#wrapper{
	padding-top:0!important;
}
.head_box{
	display:flex;
	width:100%;
	text-align:center;
}
#header{
overflow:hidden;
margin-top:0!important;
}
#h1{
width:395px;
height:40px;
margin:10px 0 0 0;
}
.head_text{
	width:100%;
	text-align:center;
}

.head_logo{
	width:100%;
	text-align:center;
}
#logo{
margin:20px 0 0 0;
}

.head_tel{
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
/*	margin:0 auto 0 auto;*/
}

/*.head_tel img{
	vertical-align: middle;
	text-align:center;
}*/
#header_link{
width:200px;
float:right;
overflow:hidden;
text-align:left;
padding-left:50px;
}
#mini_contact,
#mini_contact_txt,
#mini_sitemap,
#mini_sitemap_txt{
margin:8px 0 5px 5px!important;
}
#mini_sitemap{
margin-left:30px!important;
}
.head_member_box{
	display: flex;
	width:100%;
	flex-flow:column nowrap;
}

/*.head_member{
	width:40%;
}*/

.head_member_in{
	width:100%;
}

.head_member{
/*	display: flex;
	width:100%;
	flex-flow:row nowrap;
	align-items:stretch;*/
	width:100%;
	margin:0px auto 0;
}
#toptab{
width:300px;
float:right;
overflow:hidden;
}
#mini_facebook{
float:right;
}
#mini_blog{
float:right;
}

/*------------------------------------------------------------
【共通】ボタン
------------------------------------------------------------*/

/*ボタン 青*/
.btn_blue{
    position: relative;
    display: inline-block;
	margin:10px 5px; 
    padding: 1em 2em;
    text-decoration: none;
    color: #ffffff;
    background: #0041B0;/*背景色*/
    border-bottom: solid 2px #033277;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.btn_blue:link {
	color: #fff;
	text-decoration:none;
}

.btn_blue:visited {
	color: #fff;
	text-decoration:none;
}

.btn_blue:hover {
    border-bottom: solid 2px #0041B0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	color: #fff;
	text-decoration:underline;
}

.btn_blue:active {
	color: #fff;
	text-decoration:none;
}

/*ボタン 赤*/
.btn_red{
    position: relative;
    display: inline-block;
	margin:10px 5px; 
    padding: 1em 2em;
    text-decoration: none;
    color: #ffffff;
    background: #E8174B;/*背景色*/
    border-bottom: solid 2px #9B133A;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.btn_red:link {
	color: #fff;
	text-decoration:none;
}

.btn_red:visited {
	color: #fff;
	text-decoration:none;
}

.btn_red:hover {
    border-bottom: solid 2px #E8174B;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	color: #fff;
	text-decoration:underline;
}

.btn_red:active {
	color: #fff;
	text-decoration:none;
}

/*ボタン 全選択*/
.check_all AllorClearButton{
    position: relative;
    display: inline-block;
	margin:10px 5px; 
    padding: 1em 2em;
    text-decoration: none;
    color: #ffffff;
    background: #00ff00;/*背景色*/
    border-bottom: solid 2px #00ffff;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.check_all AllorClearButton:link {
	color: #fff;
	text-decoration:none;
}

.check_all AllorClearButton:visited {
	color: #fff;
	text-decoration:none;
}

.check_all AllorClearButton:hover {
    border-bottom: solid 2px #E8174B;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	color: #fff;
	text-decoration:underline;
}

.check_all AllorClearButton:active {
	color: #fff;
	text-decoration:none;
}

/*------------------------------------------------------------
【共通】会員ボタン
------------------------------------------------------------*/

/*ボタン 青*/
.btn_blue2{
    position: relative;
    display: inline-block;
	margin:5px 5px; 
    padding: 0.2em 0.5em;
    text-decoration: none;
    color: #ffffff;
    background: #0041B0;/*背景色*/
    border-bottom: solid 2px #033277;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.btn_blue2:link {
	color: #fff;
	text-decoration:none;
}

.btn_blue2:visited {
	color: #fff;
	text-decoration:none;
}

.btn_blue2:hover {
    border-bottom: solid 2px #0041B0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	color: #fff;
	text-decoration:underline;
}

.btn_blue2:active {
	color: #fff;
	text-decoration:none;
}

/*ボタン 赤*/
.btn_red2{
    position: relative;
    display: inline-block;
	margin:5px 5px; 
    padding: 0.2em 0.5em;
    text-decoration: none;
    color: #ffffff;
    background: #E8174B;/*背景色*/
    border-bottom: solid 2px #9B133A;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.btn_red2:link {
	color: #fff;
	text-decoration:none;
}

.btn_red2:visited {
	color: #fff;
	text-decoration:none;
}

.btn_red2:hover {
    border-bottom: solid 2px #E8174B;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	color: #fff;
	text-decoration:underline;
}

.btn_red2:active {
	color: #fff;
	text-decoration:none;
}


/*------------------------------------------------------------
【共通】ナビ
------------------------------------------------------------*/
.drawer-overlay{
	position:fixed;
}


.menu {
	max-width: 375px;
	margin: 0 auto;
	padding: 0;
}

.menu a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #000;
  line-height: 1;
}

label {
  display: block;
  margin: 0;
  padding :12px;
  line-height: 1;
  color :#000;
/*  background :#007bbb;*/
  cursor :pointer;
}

/*これいるのか？
input {
	display: none;
}*/

.menu ul {
	margin: 0;
	padding: 0;
	background :#f4f4f4;
	list-style: none;
}

.menu li {
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
	max-height: 46px;
	opacity: 1;
}

.drawer-hamburger-icon{
	margin-left:10px;
	width: 30px;
/*	z-index:40;*/
	position:fixed;
}	

/*.attention_box {
	border:solid 1px #f00;
	background-color:#0f0;
}
*/
.attention_box ul{
	list-style-image: url(../img/week_arrow.gif);
	border:solid 1px #ccc;
	background-color:#eee;
	margin-top:0;
	padding:10px 10px 10px 34px;
}

.attention_box li{
	border-bottom:solid 1px #ddd;
	margin-bottom:8px;
}

#wrapper .pan {
	margin: 30px 0 15px;
	font-size: 12px;
	text-align: center;
}

/*------------------------------------------------------------
ナビ_フッター
------------------------------------------------------------*/

.footer{
	width:100%;
	height:100%;
	font-size:18px;
	margin-top:30px;
	background-color:#66D000;
	text-align:center;
	box-sizing:border-box;
}


.footer ul li{
	list-style:none;
	margin: 10px 0 0 0;
	padding:10px 16px;
/*	border-left: 1px #fff solid;*/
}

.footer a:link {
	display:block;
	margin:0;
	color: #fff;
	text-decoration:none;
}

.footer a:visited {
	color: #fff;
	text-decoration:none;
}

.footer a:hover {
/*    border-bottom: solid 2px #F39800;*/
	color: #F39800;
}

.footer a:active {
	color: #fff;
	text-decoration:none;
}

.environment{
	width:100%;
	height:100%;
	font-size:14px;
	margin-top:0;
	padding:10px;
	box-sizing:border-box;
}

.environment ul li{
	list-style:none;
	padding:5px 10px;
	text-align: center;
}

.environment ul{
	margin:0;
	padding:0;
}

/*------------------------------------------------------------
■【共通】検索エリア
------------------------------------------------------------*/
.choice_all{
margin:10px 0;
padding:10px;
}


.error{
margin:0;
padding:0;
}


/*------------------------------------------------------------
■【共通】選択項目オンオフ
------------------------------------------------------------*/

.hidden_box {
    margin: 0;/*前後の余白*/
    padding: 0;
	text-align:center;
	background-color:#eee;
}

/*ボタン装飾*/
.hidden_box label {
    position: relative;
    display: inline-block;
	margin:10px 5px; 
    padding: 1em 2em;
    text-decoration: none;
    color: #ffffff;
    background: #0041B0;/*背景色*/
    border-bottom: solid 2px #033277;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;

/*    padding: 15px;
    font-weight: bold;
    border: solid 2px black;
    cursor :pointer;
*/
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #1B5FC1;
/*    background: #efefef;*/
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

.hidden_show input {
    display: inline;
}

.hidden_show label {
	color: #000;
    background:#fff;
    border-bottom:none;
    border-radius:4px;
    box-shadow:none;
}

.hidden_show label:hover {
    background: #fff;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}


/*------------------------------------------------------------
【共通】ポップアップ　ログイン画面
------------------------------------------------------------*/


/* ▼▼新規ポップアップ画面*/

table tr td{
margin:0;
padding:0;
}

.close_btn{
text-align:center;
font-weight:bold;
}

#filter{
	width:100%;
}

/* 採択企業情報検索 クラス追加 2018/06/29 f.shiono */
#fixedbox,#fixedbox_adopt{
z-index:110;
display:flex;
background-color: #F6FFF6;
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
position:fixed;
top:50px;
left:7%;
justify-content:space-around;
width: 82%;
height: auto;
padding: 20px 20px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
box-shadow: 8px 8px 3px rgba(0,0,0,0.4);
}

#submit_btn {
text-align:left;
margin:10px auto 10px auto;
color:#22a90c;
}

.button5 {
display: inline-block;
width: 100%;
text-align: center;
text-decoration: none !important;
outline: none;
position: relative;
z-index: 2;
border-radius: 8px;
background-color: #22A90C;
border: 4px solid #0A6E08;
color: #FFFFFF !important;
overflow: hidden;
padding:5px;
}
.button5:hover {
	color: #FFD700 !important;
        border:2px solid #FF0000;
}
.button5:hover::after {
	top: 0;
	background-color: #0234CD;
        
}
.button5::before,
.button5::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
        top: -100%;
	width: 100%;
	height: 100%;
}

.button5_en {
  display: inline-block;
  width: 100px;
  height: 52px;
  font-size: 24px;
  text-align: center;
  text-decoration: none !important;
  outline: none;
  position: relative;
  z-index: 2;
  border-radius: 8px;
  background-color: #848484;
  border: 4px solid #1f1f1f;
  color: #FFFFFF !important;
  line-height: 54px;

  overflow: hidden;
  margin-left: 10px;
}

.withdrew_btn {
  display: inline-block;
  width: 100px;
  height: 30px;
  font-size: 12px;
  text-align: center;
  text-decoration: none !important;
  outline: none;
  position: relative;
  z-index: 2;
  border-radius: 5px;
  background-color: #E6FFE1;
  border: 2px solid #539d0a;
  color: #666 !important;
  line-height: 30px;
  overflow: hidden;
}
/* ▲▲新規ポップアップ画面*/

/*------------------------------------------------------------
【PC版】無料→有料登録フォーム
------------------------------------------------------------*/
/*20210303 消すとズレが治る
#mini_sitemap_txt{
float:right;
margin:-17px 30px 0 0;
}*/

#mini_contact_txt{
margin:18px 20px 0 0;
}

#mini_sitemap_txt{
margin:18px 5px 0 0;
}

#logininfo{
}
#header table table tr{
border:none;
}
#header table table td{
margin:10px 0 0 0;
height:1.5em;
vertical-align:middle;
text-align: center;
}
#logout_btn{
}
#mypage_btn_on{
}
.s_Cel input[type="text"] {
margin:10px 0 0 0;
}
.footer_tel{
text-align:center;
}
.environment{
text-align:center;
}
tr.payment_params{
border-bottom: dotted 1px #aaa;
}
taymr.pent_params td.s_Cel{
vertical-align:middle;
}
/*------------------------------------------------------------
【PC版】無料→有料登録フォーム確認画面
------------------------------------------------------------*/
.kakuninnotice{
width:700px;
margin:1em auto 1em auto;
}
.kakunintable{
margin-left: 94px; 
/*table-layout: fixed;*/
width:750px;
margin:0 auto;
line-height:1.2em;
}
.mod_form_btn{
margin:0 auto;
display:flex;
justify-content:center;
text-align:center;

}

.mod_form_btn form{
margin:2em;
}
/*------------------------------------------------------------
【PC版】クレジット決済キャンセル画面
------------------------------------------------------------*/

.btn_top{
text-align:center;

}
#header #newaccount,#header #login{

}
#header #newaccount{

}
#header #newaccount a,#header #login a{

}
.credit_title{
text-align:center;
margin:50px auto 0!important;
width:80%;
font-size:1.2em;
line-height:1.2em;
}




/*------------------------------------------------------------
【PC版】検索結果一覧画面
------------------------------------------------------------*/
.header_title {
    width: 100%;
    padding: 0 auto;
    margin: 20px 0;
    border-bottom: solid 2px #66D000;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #66D000;
}
.kensakunimodoru{
text-align:right;
margin-top:20px;
}

.box_left{

}
.matter_title table tr{ 
border:none;
}
.matter_title td{ 

padding:0.3em 0 0 0.2em;
line-height:1.2em;
font-weight:bold;
}
.matter_ditail{
width:85%;
margin:1em auto;
padding:0;
line-height:1.5em;
}

#recommend{
margin:1em auto 2em auto;
text-align:center;
background: #f6fff1;
padding: 0.3em 0.5em 1em 2em;
border: solid 3px #6dc100;

}
p.ankencheck{
display:block;
text-align:left;
margin:0.5em;
font-weight:bold;
}
#recommend ul{
border:none;
background:none;
}
.shosaiannai{
text-align:center;
color:#f00;
font-weight:bold;
margin:2em auto 0px;
}
.muryo_notice{
font-size:23px;
text-align:center;
}
.yuryo_bnr{
margin:0 auto;
text-align:center;
}
/*------------------------------------------------------------
【PC版】検索結果詳細画面
------------------------------------------------------------*/

.ditail_box{
line-height:1.5em;
margin-bottom:1em;
}
h2.ditail_midashitext{
margin-top:1em!important;
}
#proposal_ditail tr{
border:none;
}
#count_num,#count_num2{
top:-7px!important;
}
.boshuchu{
margin-left:50px;
}
#favorite_button{
margin:-0px 60px 20px 0!important;
}

/*------------------------------------------------------------
■【mobile用】main-box
------------------------------------------------------------*/
@media screen and (max-width:736px){

h1{
margin: 0;
padding: 0;
font-size:14px;
color:#333;
}

.main-box{
	z-index:1;
	max-width:375px;
	margin: 0 auto;
}


/* 順序並び替え */
.container{
	display:flex;
	flex-flow:column wrap;/*縦並び：折り返し*/
	align-items:stretch;/*垂直方向の揃え*/
	align-content:flex-start;/*複数行にした時の揃え*/
}
.order_box1{
	order:5;
}
.order_box2{
	order:2;
	margin: 20px 0 0;
}
.order_box3{
/*	order:3;*/
	order:4;
}
.order_box4{
/*	order:4;*/
	order:3;
}
.order_box5{
	order:1;
}
.order_box6{
	order:6;
}
.order_box7{
	order:7;
}
.order_box8{
	order:9;
}
.order_box9{
	order:10;
}
.order_box10{
	order:11;
}
.order_box11{
	order:12;
}
.order_box12{
	order:13;
}
.order_box13{/*問い合せ、パンくずリスト*/
	display:none;
}

.pc_mobile_on{
display:block;
text-align:center;
margin-top:50px;
}
.pc_mobile_on img{
width:90%;
}
.sab-box-top{
/*	z-index:30;*/
}

.sab-box{
	width:100%;
	box-sizing:border-box;
	margin-top:70px;
}

.head_set{
	box-sizing:border-box;
	margin-top:70px;
	order: 0;
}

.head_box{
	display:flex;
	width:100%;
	text-align:center;
	flex-flow: column nowrap;
}

.head_logo{
	width:100%;
}

.head_tel{
	width:100%;
}

.head_tel img{
	display:none;
}

.head_member{
	width:100%;
}

.head_member_box{
/*	margin-top:10px;*/
	width:100%;
}

/*mobileヘッダーセット*/
.m_navi_box{
	z-index:2;
	position:fixed;
	top:0;
	left:0;
	width: 100%;
	text-align: center;
	display:flex;
	justify-content:space-around;
font-size:0.8em;
}
#toptab{
display:none;
}

/*ドロワーメニュー*/
/*.drawer-toggle drawer-hamburger{
	margin:20px 40px 0 0;
	background-color:#0C6;
}
*/

.m_navi {
	width:100%;
	padding-left:50px;
	text-align: left;
	height:50px;
	background-color: #ffffff;
}

.m_navi2{
	width:100%;
	margin:18px;
	padding:0;
	}

.m_navi li{
	display:inline;
	padding:6px 4%;
	border-left: 2px #66D000 solid;
	width: calc(33.3% - 10px);
	margin: auto;
}

/*.m_navi{
	display:flex;
	flex-flow:row nowrap;
	align-items:stretch;
	align-content:space-between;
	margin:0 auto;
	padding-left:50px;
	width:100%;
	height:50px;
	background-color:#FFFFFF;
}

.m_navi1{
	width:30%;
	border-left: 2px #66D000 solid;
}

.m_navi2{
	width:30%;
	border-left: 2px #66D000 solid;
}

.m_navi3{
	width:30%;
	border-left: 2px #66D000 solid;
}
*/

/*単独向け*/
.box01{
	width:100%;
	margin: 20px auto;
	padding:0 0;
	text-align:center;
	box-sizing:border-box;
}

.box01-2{
	width:100%;
	margin: 0 auto;
	padding:0 0;
	text-align:center;
	box-sizing:border-box;
}

.box01-3{
	width:100%;
	margin: 0 auto;
	padding:0 0;
	background-color:#FFF;
/*	text-align:center;
*/	box-sizing:border-box;
}

.box02{
	width:100%;
	padding: 0 auto;
	background-color:#fff;
	text-align:center;
	box-sizing:border-box;
}

.member{
	width:100%;
	padding: 0 auto;
	background-color:#fff;
	text-align:center;
	box-sizing:border-box;
}

.box02-2{
	width:100%;
	padding: 0 auto;
	background-color:#eee;
	text-align:center;
	box-sizing:border-box;
}

/*複数向け*/
.box03{
	width:auto;
	margin: 0 auto;
	box-sizing:border-box;
/*	display: none;*/
}

.frame_wrap {
	width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style:none;
	border:solid 1px #ccc;
}

.frame_wrap::-webkit-scrollbar{
	display:none;
}


/*セレクトの装飾*/
select{
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;

}
select option{
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}

.select-wrap {
    position:relative;
}
.select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 0;
    content: "\f123";
    font-family: "IonIcons";
    line-height: 43px;
    color: #7F878C;
    pointer-events: none;
}
/*セレクトの装飾ここまで*/



/* お知らせ */
.m_news {
	width: 100%;
	height: 260px;
	text-algin:center;
	margin:10px 0 20px 0;
	padding:3px 2px;
	border:none; /* 追加で指定 */
	display:block; /* 追加で指定 */
}

.footer ul li{
/*	list-style:none;*/
	display:inline;
	text-align:left;
	margin:10px 0 0 0;
	padding:10px 16px;
/*	border-left: 1px #fff solid;*/
}

/*------------------------------------------------------------
【共通】会員ボタン
------------------------------------------------------------*/

/*ボタン 青*/
.btn_blue2{
	margin:10px 5px; 
    padding: 1em 2em;
}

/*ボタン 赤*/
.btn_red2{
	margin:10px 5px; 
    padding: 1em 2em;
}

/*------------------------------------------------------------
【mobile用】コンテンツ
------------------------------------------------------------*/
#logininfo{
	font-size: 0.6em;
}
	#mvis_mobile {
	max-width: 375px;
	width: 100%;
/*	height: 165px;*/
	margin: 20px auto;
/*	border-top: 3px solid #66D000;
	border-bottom: 3px solid #66D000;*/
	display: block !important;
}
#mvis_mobile div {
	float: left;
	width: 50%;
}

#mvis_mobile img {
	width: 100%;
}

/*タイトル枠*/
.m_title{
	width:100%;
	padding: 0 auto;
	margin:30px 0 0 0;
	border-top:solid 2px #66D000;
	text-align:center;
	box-sizing:border-box;
}

.m_title h2{
	font-family:"Noto Sans Japanese";
	font-size:24px;
	font-weight:bold;
	color:#66D000;
	margin:0;
	padding:10px 0 0 0;
}

.m_title span{
	font-size:18px;
	font-weight:bold;
	color:#E8174B;
	margin:0;
	padding:0 0 10px 0;
}



/*mobile用緊急お知らせ*/
.kinkyu_info {
width:80%;
margin:0 auto 5px;
}
.kinkyu_info a{
color:red;
font-weight:bold;
font-size:1.2em;

}
.kinkyu_info a:link{
color:red;
font-weight:bold;
font-size:1.2em;

}
.kinkyu_info a:hover{
color:blue;
font-weight:bold;
font-size:1.2em;

}
.kinkyu_info p{
display:inline-block;
width:100%;
border:solid 2px red;
margin:0.5em auto;
padding:0.2em;
border-radius:5px;
text-align:center;
}



/*mobile用セミナー告知コーナー*/
.seminar_info {
font-family: "メイリオ", Meiryo;
border:solid 1px #ccc;
padding:0;
font-size:14px;
}
.seminar_sec{
margin:0 auto;
width:97%;
border-bottom:dotted 1px #aaa;
margin-bottom:0;
overflow:hidden;
}
.seminar_day{
width:90px;
text-align:left;
padding:0;
white-space:nowrap;
margin:10px 0 5px;
float:left;
}
.seminar_day img{
width:84px;

}
.seminar_title{
text-align:left;
margin:10px 0 5px;
}



/*mobile用トピックス*/
.mediabox_smp{
text-align:center;
margin:10px auto;
padding-top:15px;
border-top:1px dotted #aaa;
}
.mediabox_smp img{
width:150px;
}
.mediabox_smp p{
margin:0px;
}




.campaign_01 img{
	width:100%;
	margin: 0 auto;
	padding:0;
	text-align:center;
	box-sizing:border-box;
	background-color:#99FF33;
}

/*
.campaign_01 img{
	width:90%;
	margin:30px auto 0 auto;
	text-align:center;
}
*/

.choice{
/*    display: table;
    text-align: left;
    vertical-align: middle;*/
	margin-top:20px;
	width: 100%;
/*	height:100%;*/
}

/* 絞り込み 全選択 */
.choice_all {
    display: table;
	margin:0 auto;
	padding-left:20px;
    vertical-align: middle;
}

.choice_area {
/*	float:left;*/
	text-align:center;
	display:block;
	width:60%;
	margin:10px auto;
/*	background-color:#FF0066;*/
}

/* お知らせ */
.frame_wrap {
/*  width:373px;*/
  width:99%;
  height:250px;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  display: inline-block;
  border:solid 1px #ccc;
}

.announce{
/*	margin:70px auto 0;*/
	width:100%;
/*	position:relative;
	top:400px;
	left:0;	
*/}

/* ブログ */
.blog{
	width:100%;
	padding: 0 auto;
	margin:50px 0 0 0;
/*	border-top:solid 2px #66D000;*/
	box-sizing:border-box;
/*	background-color:#ccc;*/
	height:100%;
}

.blog h2{
	font-family:"Noto Sans Japanese";
	font-size:24px;
	font-weight:bold;
	text-align:center;
	color:#66D000;
	margin:0;
	padding:10px 0 0 0;
}

.left_area{
	width:100%;
}


.footer_tel{
	text-align:center;
}

/*------------------------------------------------------------
【mobile用】ポップアップ　ログイン画面
------------------------------------------------------------*/


/* ▼▼新規ポップアップ画面*/

table tr td{
margin:0;
padding:0;
}

.close_btn{
text-align:center;
font-weight:bold;
}

#filter{
	width:100%;
}

#fixedbox{
z-index:110;
display:flex;
background-color: #F6FFF6;
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
position:fixed;
top:50px;
left:4%;
justify-content:space-around;
width: 80%;
height: auto;
padding: 20px 20px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
box-shadow: 8px 8px 3px rgba(0,0,0,0.4);
}

#submit_btn {
text-align:left;
margin:10px auto;
color:#22a90c;
}

.button5 {
display: inline-block;
width: 100%;
text-align: center;
text-decoration: none !important;
outline: none;
position: relative;
z-index: 2;
border-radius: 8px;
background-color: #22A90C;
border: 4px solid #0A6E08;
color: #FFFFFF !important;
overflow: hidden;
padding:5px;
}
.button5:hover {
	color: #FFD700 !important;
        border:2px solid #FF0000;
}
.button5:hover::after {
	top: 0;
	background-color: #0234CD;
        
}
.button5::before,
.button5::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
        top: -100%;
	width: 100%;
	height: 100%;
}

.button5_en {
  display: inline-block;
  width: 100px;
  height: 52px;
  font-size: 24px;
  text-align: center;
  text-decoration: none !important;
  outline: none;
  position: relative;
  z-index: 2;
  border-radius: 8px;
  background-color: #848484;
  border: 4px solid #1f1f1f;
  color: #FFFFFF !important;
  line-height: 54px;

  overflow: hidden;
  margin-left: 10px;
}

.withdrew_btn {
  display: inline-block;
  width: 100px;
  height: 30px;
  font-size: 12px;
  text-align: center;
  text-decoration: none !important;
  outline: none;
  position: relative;
  z-index: 2;
  border-radius: 5px;
  background-color: #E6FFE1;
  border: 2px solid #539d0a;
  color: #666 !important;
  line-height: 30px;
  overflow: hidden;
}
/* ▲▲新規ポップアップ画面*/


/* ▼▼ログイン画面*/

.login_box{
	display:flex;
	flex-flow:column wrap;
	align-items:stretch;
	align-content:center;
	margin:0 auto;
	padding:10px;
}

.login_box1{
	margin-left:0;
	width:100%;
}

.login_box2{
	width:100%;
/*	text-align:center;*/
}





/*------------------------------------------------------------
【mobile用】ログイン後画面
------------------------------------------------------------*/
.reccomented_projects{
	width:100%;
	margin:0 auto 0;
}

.favorite_login{
	margin:5px auto;
	padding:0 20px 0 20px;
	color:#ad7a27;
	font-size:18px;
	font-weight:bold;
}

.autonomy_projects{
	width:100%;
	margin:50px auto 50px auto;
	padding:0;
}

.foundation_projects{
	width:100%;
	margin:50px auto 50px auto;
	padding:0;
}

.favorite_autonomy_projects{
	width:100%;
	margin:50px auto 50px auto;
	padding:0;
}

.favorite_foundation_projects{
	width:100%;
	margin:50px auto 50px auto;
	padding:0;
}

.reccomented10_projects{
	width:100%;
	margin:50px auto 50px auto;
	padding:0;
}



.h3_title{
	background-color:#50a2a2;
	text-align:center;
	padding:10px auto 10px auto;
	color:#fff;
	font-size:22px;
	font-weight:bold;
}

.h3_title2{
	background-color:#af5976;
	text-align:center;
	padding:10px auto 10px auto;
	color:#fff;
	font-size:22px;
	font-weight:bold;
}

.h3_title3{
	background-color:#6aab5d;
	text-align:center;
	padding:10px auto 10px auto;
	color:#fff;
	font-size:22px;
	font-weight:bold;
}


.favorite_box{
	display:flex;
	flex-flow:column wrap;
	align-items:stretch;
	align-content:flex-start;
	padding:10px;
}

.favorite_box1{
	width:100%;
}

.favorite_box2{
	width:100%;
/*	text-align:center;*/
}


.sampleimg01 img{
	display:block;
	width:90%;
	margin:0 auto;
	text-align:center;
}

.paybtn img{
	width:90%;
}

/*------------------------------------------------------------
【mobile版】無料→有料登録フォーム
------------------------------------------------------------*/
#header{
overflow:hidden;
width:100%;
text-align:center;
border-bottom:1px solid #50a2a2;
}
#logo{
width:100%;
margin:40px auto 0;
float:none;
}
#h1{
width:100%;
text-align:center;
margin:5px auto 0;
}
#mini_contact,#mini_contact_txt,#mini_sitemap,#mini_sitemap_txt,#freedial{
display:none;
}
#header table{
font-size:1.3em;
margin:0;
}
.top_header_title{
margin:0 auto 20px;
}
table.formtable{
width:100%;
}
table.formtable colgroup{
display:none;
}
.payment_params td.l_Cel_01_01{
display:block;
width:100%;
margin:10px auto -10px;
padding:0;
}
.payment_params td.l_Cel_01_01 img{
margin:3px auto 0px;
display:block;
}
.payment_params td.s_Cel{
display:block;
width:100%;
}
.payment_params td.s_Cel input[type="text"] {
margin:10px 0 0 0;
}
.payment_params td.s_Cel input.inputyakushoku{
width:90%!important;
}
.payment_params td#checkriyu{
text-align:left;
width:95%!important;
margin:20px auto 0;
padding:0;
}
.payment_params td#checkriyu textarea{
width:90%!important;
margin:-20px auto 20px;
padding:0;
}

.mod_form_btn{
margin:0 auto;

}
.mod_form_btn a{
margin:10px auto 10px;

}
.footer ul{
margin:20px;
text-align:left;
}
.footer ul li{
text-align:left;
	list-style:none;
	display:block;
	margin:10px 0 0 0;
	padding:10px 16px;
}
/*------------------------------------------------------------
【mobile版】無料→有料登録フォーム確認画面
------------------------------------------------------------*/
div.kakuninnotice{
margin-left: 0!important;
text-align:left;
margin:0 1em 1em;
width:100%;
}
.kakunintable{
width:95%!important;

}
.kakunintable table{
width:100%!important;
margin:0 auto;
text-align:center;
}
.kakunintable table col{
display:none;
}
.l_Cel_01_02{
display:block;
font-weight:bold;
color:#aaa;
padding:0;
margin:10px 0;
width:100%!important;
height:1em;
border:none;
vertical-align:middle;
background-color:#fff;
}
.s_Cel_01{
display:block;
margin:0;
padding:1em 0 1em 0;
font-size:1.2em;
color:#333;
vertical-align:middle;
text-align:center!important;
width:100%!important;
border:none;
border-bottom:1px dotted #aaa;
}
.mod_form_btn{
margin:0 auto;
display:flex;
flex-flow: column;
text-align:center;

}

.mod_form_btn form{
margin:1em;
}
/*------------------------------------------------------------
【mobile版】検索結果一覧画面
------------------------------------------------------------*/
#searchresult{
width:100%;
margin:0 auto;
}
.kensakunimodoru{
text-align:center;
}
#result{
width:80%;
margin:1em auto;
}
.box_left{
width:100%;
height:auto;
background:none;
float:none;
margin:0 auto 1em;
padding:0;
text-align:center;
border:2px solid orange;
}
.matter_title{
width:100%!important;
height:auto;
margin:1em auto;
font-size:1.2em;
line-height:1.5em;
}
.matter_title table{
width:100%!important;
}
.matter_title table tr{ 
border:none;
}
.matter_title td{ 
display:block;
line-height:1.2em;
font-weight:bold;
}
.matter_ditail{
width:90%;
margin:1em auto;
padding:0;
font-size:0.9em;
line-height:1.5em;
text-align:left;
}
.ditail_btn{
width:100%!important;
text-align:center;
margin:1em auto;
padding:0;
position:static;
}
#recommend{
margin:1em auto 2em auto;
text-align:center;
background: #f6fff1;
padding: 0.3em 0.5em 1em 2em;
border: solid 3px #6dc100;
width:90%;
}
p.ankencheck{
display:block;
text-align:left;
margin:0.5em;
font-weight:bold;
width:100%;
}
#recommend ul{
border:none;
background:none;
width:100%;
}
#recommend ul li{
margin-top:1em;
}
.shosaiannai{
text-align:center;
color:#f00;
font-weight:bold;
margin:2em auto 0px;
}
.muryo_notice{
width:90%;
font-size:1.2em;
line-height:1.5em;
margin:0 auto;
}
.yuryo_bnr{
margin:0 auto!important;
padding:0;
width:100%;
}
.yuryo_bnr a{
margin:0 auto!important;
width:100%;
}
.yuryo_bnr img{
width:95%;
margin:0 auto!important;
}
.toiawase_bnr{
display:none;
}
/*------------------------------------------------------------
【mobile版】検索結果詳細画面
------------------------------------------------------------*/
.ditail_box #mainContents #frame #contents{
width:90%;
margin:0 auto 1em;
padding:0;
text-align:center
}
.ditail_box #mainContents #frame #contents hr{
display:none!important;
}
#proposal_ditail{
width:90%;
}
#proposal_ditail table{
width:50%;
}
td.boshuchu{
padding-left:20px!important;
text-align:left;
}
td.tdnone{
display:none!important;
}
#count_area{
display:none!important;
}
#count_area img{
display:none!important;
}
p#count_num{
display:none!important;
/*top:-12px!important;
left: 100px!important;*/
}
p#count_num2{
top:-12px!important;
}
#count_area2{
margin:0 auto 20px auto;
}
#favorite_button{
width:90%;
margin:0 8px 23px 0!important;
padding:5px 0 10px 0;
font-size:0.8em;
}
#proposal_ditail{
width:100%;
height:auto;
background:none;
box-shadow:none;
float:none;
margin:0 auto 1em;
padding:10px 0;
text-align:center;
border:2px solid orange;
}
.ditail_box{
width:100%;
margin:0 auto;
padding:0;
}
.officer{
text-align:center;
margin:0.5em auto 0;
font-weight:bold;
}
.ditail_title_head_text,.ditail_title_text{
width:100%;
text-align:center;
margin:0.3em auto 0;
padding:0;
}
.ditail_title_head_text{
margin-top:1em;
font-size:1em;
}
.ditail_title_text{
line-height:1.2em;
}
h2.ditail_midashitext{
text-align:left;
margin:1em 0 0!important;
border-bottom:1px dotted #aaa;
}
.ditail_text{
text-align:left;
margin:0.3em 0 0 0!important;
padding:0;
}
#interest_offer{
width:95%;
margin:0 auto;
}
#send_offer img{
width:100%;
text-align:center;
}
img.denwa_bnr{
display:none!important;
}
/*------------------------------------------------------------
【mobile用】クレジット決済キャンセル画面
------------------------------------------------------------*/
.btn_top{
text-align:center;

}
#header #newaccount,#header #login{
margin:20px auto;
width:50%;
float:none;
text-align:center;
}
#header #newaccount{
margin-top:40px;
}
#header #newaccount a,#header #login a{
width:100%;
}
.credit_title{
text-align:center;
margin:50px auto 0!important;
width:80%;
font-size:1.2em;
line-height:1.2em;
}








/*------------------------------------------------------------
【mobile用】非表示
------------------------------------------------------------*/
/*

.slider{
	display:none;
}
*/
#gnavi{
	display:none;
}
.pc_none{
	display:none;
}







/*検索絞り込み非表示*/
.pc_search_squeeze{
	display:none;
}

.box-pc{
	display:none;
}

.right_area{
	display:none;
}

.pc_blog{
	display:none;
}
.center_box{
	display:none;
}
#inqury_info {
	display:none;
}





}


/*◆◆◆------------------------------------------------------------
■【PC用・印刷用】main-box(骨格)
------------------------------------------------------------*/
@media print, screen and (min-width:737px) {
body {
	font-size: 20px;
}

h1{
	font-size:16px;
	color:#000;
}

.main-box{
	max-width:1000px;
	margin: 0 auto;
	text-align:center;
/*	background-color:#930;*/
}

.head_member_in{
	display: flex;
	width:100%;
	flex-flow:row nowrap;
	justify-content:center;
}

/* 順序並び替え */

.container{
	display:flex;
	flex-flow:column wrap;/*縦並び：折り返し*/
	align-items:stretch;/*垂直方向の揃え*/
	align-content:flex-start;/*複数行にした時の揃え*/
}

.order_box1{/*グローバルナビ*/
	order:1;
}
.order_box5{/*今週注目の助成金*/
	order:2;
	margin-top:20px;
}
.order_box3{/*自治体案件検索有料会員向け*/

/*	order:3;*/
	order:4;
	margin:20px auto 0 auto;
}

.order_box4{/*案件検索*/
/*	order:4;*/
	order:3;
	width: 1000px;
}
.order_box2{/*活用診断、ヒアリングシートバナー*/
	order:5;
	margin:0px auto 20px auto;
}
.order_box6{/*メインコンテンツ説明*/
	order:6;
}

.order_box7{/*お知らせ*/
	order:7;
}
.order_box12{/*下部バナー*/
	order:8;
}

.order_box8{/*下部バナー*/
	order:9;
}
.order_box13{/*問い合せ、パンくずリスト*/
	order:10;
}

.order_box9{/*人気記事ランキングBest10*/
	order:11;
}

.order_box10{/*フッターナビ*/
	order:12;
}

#gnavi{
/*	width:1000px;*/
	width:100.1%;
	display:block;
	margin:4px auto 0;
	padding:0;
clear:both;
overflow:hidden;
/*	position:relative;
	top:10px;
	left:0;
*/
}

#gnavi ul{
	width:100%;
	margin:0;
	padding:0;
}

#gnavi li{
	list-style:none;
	float:left;
	display:block;
	margin:0;
	padding:0;
}

.slider{
	width:1000px;
	display:block;
	margin:0 auto;
	padding:0;
}


/* この箱が大元枠 */
/*.content_area{
	width:1000px;
	display:block;
	margin:20px auto;
	padding:0;
}*/

.attention_set{
	width:1000px;
	display:block;
	margin:0 auto;
	padding:0;
/*	position:relative;
	top:-2720px;
	left:0;
*/}

.attention_box{
	margin: 0 auto;
	padding:0;
}

.attention_box ul{
	width:940px;
	text-align:left;
	padding:10px 10px 10px 50px;
}

/* お知らせ */
.frame_wrap {
  border:solid 1px #ccc;
}

.bottom_box{
	margin-top:10px;
}

label {
  display:inline-block;
  margin: 0;
  padding :12px;
  line-height: 1;
  color :#000;
/*  background :#005599;*/
  cursor :pointer;
}

.pc_mobile_on{
display:block;
text-align:center;
margin:60px auto;
}




/*◆◆◆◆ 捨てる? */
.middole_box{
	width:1000px;
/*	height:3500px;*/
	height:auto;
	margin-bottom:50px;
/*	overflow:hidden;*/
	position:relative;
	top:400px;
	left:0;
/*	background-color:#990000;*/
}








.left_area{
	float:left;
	display:block;
	width:680px;
	margin:0;
	position:relative;
	top:330px;
	left:0;
	background-color:#f00;
}

.right_area{
	float:right;
	width:300px;
/*	height:200px;*/
	display:block;
	margin:0;
	top:330px;
	left:800px;
/*	background-color:#00f;*/
}



.sab-box{
	width:100%;
	margin: 0 auto;
	text-align:center;
	box-sizing:border-box;
}

.box-pc{
	width:1000px;
	margin: 0 auto;
	text-align:center;
	box-sizing:border-box;
	position:relative;
	top:300px;
	left:0;
}

/*▼ここ検索エリア*/
.main_area{
	max-width:1024px;
	margin: 0 auto;
	position:relative;
	top:430px;
	left:0;
}

.choice{
/*    display: table;*/
    text-align:left;
	flex-wrap: wrap;
	display:flex;
    vertical-align: middle;
	margin:20px 0 0 0;
	padding:0;
	width: 100%;
/*	height:100%;*/
    background: #fff;
}
/*▲ここまで検索*/

.choice_area{
    display:block;
    text-align:center;
    vertical-align: middle;
/*	margin-top:10px;*/
	width: 100%;
	height:100%;
}

.login_box{
	float:right;
	padding-left: 70px;
}


/*------------------------------------------------------------
【PC用】コンテンツ
------------------------------------------------------------*/
/*PC タイトル*/

.m_title{
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: flex-end;
	width:100%;
	padding: 0 auto;
	margin:20px 0 0 0;
	border-top:solid 2px #66D000;
	text-align:center;
	box-sizing:border-box;
}

.m_title h2{
	font-family:"Noto Sans Japanese";
	font-size:34px;
	font-weight:bold;
	color:#66D000;
	margin:0;
	padding:10px 0 0 0;
}

.m_title span{
	font-size:22px;
	font-weight:bold;
	color:#E8174B;
	margin:0;
	padding:0 0 0 5px;
}

/*.m_kensaku{
	position:relative;
	top:400px;
	left:0;
}
*/

/*.pc_middole_box{
	width:1000px;
	position:relative;
	top:-2100px;
	left:0;
	background-color:#990000;
}
*/

.m_news {
	width: 980px;
	height: 300px;
	text-algin:center;
	margin:10px 0 20px 0;
	padding:3px 2px;
}

.box01{
	width:100%;
	padding-left:14px;
	margin: 0 auto;
	text-align:left;
	box-sizing:border-box;
	position:relative;
	top:0;
	left:0;
}

.box01-2{
	float:left;
	text-align:left;
	width:50%;
	box-sizing:border-box;
	position:relative;
	top:0;
	left:0;
}

.box02{
	float:right;
	width:480px;
	padding: 0 auto;
	background-color:#0F3;
	box-sizing:border-box;
	position:relative;
	top:0;
/*	left:300px;*/
}

.member{
	float:right;
	width:480px;
	padding: 0 auto;
/*	background-color:#0F3;*/
	box-sizing:border-box;
	position:relative;
	top:0;
/*	left:300px;*/
}

.box03{
	float:left;
	width:25%;
	width:auto;
	margin: 0 auto;
	box-sizing:border-box;
/*	display: none;*/
}

.drawer-toggle drawer-hamburger{
	/*display: none;*/
	visibility : hidden;
}

.campaign_01 img{
	width:892px;
	margin:30px auto 0 auto;
	text-align:center;
}

.announce{
	margin:20px auto 0;
	width:1000px;
/*	position:relative;
	top:400px;
	left:0;	
*/}


.pc_blog{
	width:300px;
	padding: 0 auto;
	margin:0;
/*	border-top:solid 1px #66D000;*/
	text-align:left;
	box-sizing:border-box;
	background-color:#fff;
/*	height:960px;*/
/*	position:relative;
	top:-1837px;
	left:700px;*/
}

.pc_blog h2{
	font-size:24px;
}


.footer ul li{
	list-style:none;
	display:inline-block;
	margin:10px 0 0 0;
	padding:10px 16px;
	text-align:center;
/*	border-left: 1px #fff solid;*/
}

.environment ul li{
	list-style:none;
	display:inline-block;
	padding:5px 16px;
	text-align:center;
}


.newinfo {
margin:0 0 0px 0;
padding:0 0 20px 32px;
font-size:1em;
background-image: url("../img/sinchaku_img.gif");
background-repeat:no-repeat;
display:inline;
background-position:left top;
}
.newinfo-2 {
margin:0 0 0px 0;
padding:0 0 20px 32px;
font-size:1em;
background-image: url("../img/shuku_icon_img.gif");
background-repeat:no-repeat;
display:inline;
background-position:left top;
}
.kinkyu_info {
margin:0 auto 5px;
}
.kinkyu_info a{
color:red;
font-weight:bold;
font-size:1.2em;

}
.kinkyu_info a:link{
color:red;
font-weight:bold;
font-size:1.2em;

}
.kinkyu_info a:hover{
color:blue;
font-weight:bold;
font-size:1.2em;

}
.kinkyu_info p{
display:inline-block;
width:50%;
border:solid 2px red;
padding:0.3em 2em;
border-radius:5px;
text-align:center;
}

/*セミナー告知コーナーPC用*/
.seminar_info {
font-family: "メイリオ", Meiryo;
border:solid 1px #ccc;
padding:0;
font-size:14px;
}
.seminar_sec{
margin:0 auto;
width:97%;
border-bottom:dotted 1px #aaa;
margin-bottom:0;
overflow:hidden;
}
.seminar_day{
width:90px;
text-align:left;
padding:0;
white-space:nowrap;
margin:10px 0 5px;
float:left;
}
.seminar_day img{
width:84px;

}
.seminar_title{
text-align:left;
margin:10px 0 5px;
width:875px;
float:left;

}


/*------------------------------------------------------------
【PC用】ログイン後画面
------------------------------------------------------------*/
.reccomented_projects{
	width:100%;
	margin:0 auto 0;
}

.favorite_login{
	margin:5px auto;
	padding:0 20px 0 20px;
	color:#ad7a27;
	font-size:20px;
	font-weight:bold;
}

.autonomy_projects{
	width:100%;
	margin:50px auto 50px auto;
	padding:0;
}

.foundation_projects{
	width:100%;
	margin:50px auto 50px auto;
	padding:0;
}

.favorite_autonomy_projects{
/*	width:100%;*/
	width:1000px;
	margin:50px auto 50px auto;
	padding:0;
}

.favorite_foundation_projects{
/*	width:100%;*/
	width:1000px;
	margin:50px auto 50px auto;
	padding:0;
}

.reccomented10_projects{
	width:100%;
	margin:50px auto 50px auto;
	padding:0;
}

.h3_title{
	background-color:#50a2a2;
	text-align:center;
	padding:10px auto 10px auto;
	color:#fff;
	font-size:22px;
	font-weight:bold;
}

.h3_title2{
	background-color:#af5976;
	text-align:center;
	padding:10px auto 10px auto;
	color:#fff;
	font-size:22px;
	font-weight:bold;
}

.h3_title3{
	background-color:#6aab5d;
	text-align:center;
	padding:10px auto 10px auto;
	color:#fff;
	font-size:22px;
	font-weight:bold;
}

.favorite_box{
	display:flex;
	flex-flow:row wrap;
	align-items:stretch;
	align-content:space-between;
	width:970px;
	padding:10px;
}

.favorite_box1{
	width:88%;
	text-align:left;
}

.favorite_box2{
	width:10%;
	text-align:right;
}

/*------------------------------------------------------------
【PC用】非表示
------------------------------------------------------------*/
.drawer, .m_navi,#mvis_mobile,.m_search_squeeze,.box02-2,.blog,.right_area,.order_box11,.head_member_box#inqury_info {
	display:none !important;
}
.m_search_squeeze /* 検索の絞り込み */



}


