@charset "utf-8";
/*------------------------------------------------------------
【共通】初期設定
------------------------------------------------------------*/
body {
margin: 0 auto;
padding: 0 auto;
font-size: 16px;
font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,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;
  margin-top:-50px; /* 変えるな! */
}


/*l_search*/
.test_l{
	width:680px;
	margin-right:20px;
/*	background-color:#FF0000;*/
}

.test_r{
	width:300px;
/*	background-color:#0000ff;*/
}


/*------------------------------------------------------------
【共通】ヘッダー
------------------------------------------------------------*/
.head_box{
	display:flex;
	width:100%;
	text-align:center;
	justify-content: space-between;
}
#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:left;
}
#logo{
margin:20px 0 0 0;
}

.head_tel{
	width:100%;
margin:0.4em auto 0;
	/*display: flex;
	justify-content: center;
	align-items: center;*/
/*	margin:0 auto 0 auto;*/
}

.header_inquiry{
font-weight:bold;
font-size:0.7em;
margin:0.6em auto 0;
}







/*.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;*/
	text-align: right;
	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_sem_kw a {
/*    background: #eee;*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
　　white-space: nowrap;
    margin: 3px 8px;
　　max-width: 100%;
    padding: 0 4px;
    color: #313131;
    transition: 0.3s ease-in-out;
    /*font-weight: 500;*/
    z-index:0;
/*　　border-radius: 6px;*/
}
.btn_sem_kw a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
/*    background: #6bb6ff;*/
    background: #4382ff; /*青*/
/*    background: #00d10f;*/ 緑
    transition: .3s;
    left:0;
}
.btn_sem_kw a:hover {
    color: #FFF;
}
.btn_sem_kw a:hover:before {
    width: 100%;
    z-index: -1;
}


/*------------------------------------------------------------
【共通】会員ボタン
------------------------------------------------------------*/

/*ボタン 青*/
.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;
}
.drawer-nav{
z-index: 100!important;
text-align:center;
}

.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;
/*	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;
}
/* ▲▲新規ポップアップ画面*/

.forannounce_sp{
	display:none;
}
.forannounce_pc{
	display:inline;
}
.contents_rotation_sp{
	display:none!important;
}

/*------------------------------------------------------------
■【mobile用】main-box
------------------------------------------------------------*/
@media screen and (max-width:736px){
	.contents_rotation_sp{
		display:flex!important;
	}
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%;
	text-align:center;
}

.head_tel{
	width:100%;
}

.head_tel img,.header_inquiry{
text-align: center;
}

.head_member{
	width:100%;
	text-align: center;
}

.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;
}
/*mobile新着情報*/
.attention_set{
margin:20px auto -50px;
}
.newinfo{
margin:0 auto;
width:90%;

}
/*mobileフリーダイヤル*/
.tel_bnr_pc{
	display: none;
}
.tel_bnr_sp{
	margin: auto;
	display: block!important;
}



/*ドロワーメニュー*/
/*.drawer-toggle drawer-hamburger{
	margin:20px 40px 0 0;
	background-color:#0C6;
}
*/

.m_navi {
	width:100%;
	padding-left:50px;
	text-align: left;
	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;
	text-align:left;
/*	border-left: 1px #fff solid;*/
}

/*------------------------------------------------------------
【共通】会員ボタン
------------------------------------------------------------*/

/*ボタン 青*/
.btn_blue2{
	margin:10px 5px;
    padding: 1em 2em;
}

/*ボタン 赤*/
.btn_red2{
	margin:10px 5px;
    padding: 1em 2em;
}

/*------------------------------------------------------------
【mobile用】コンテンツ
------------------------------------------------------------*/
#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:90%;
	padding: 0;
	margin:30px auto 0 !important;
/*	margin:30px auto 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;
}

.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;
}
.top_bnr{
margin:15px auto 26px;
text-align:center;
}
.top_bnr a img{
width:90%;

}
.top_bnr img{
width:90%;
margin-top:1em;
}


/*mobile用セミナー告知コーナー*/
.seminar_info {
font-family: "メイリオ", Meiryo,"Hiragino Kaku Gothic ProN";
border:2px solid #66d000;
padding:5px;
font-size:14px;
width:95%;
height: 150px;
margin:10px auto 0;
border-radius:20px;
overflow-y: scroll;
}
.seminar_sec{
margin:0 auto;
width:97%;
border-bottom:dotted 1px #aaa;
margin-bottom:0;
display:flex;
}

.seminar_sec02{/*お知らせセミナー用*/
display: flex;
flex-direction: row;
margin:0 auto;
width:97%;
border-bottom:dotted 1px #aaa;
margin-bottom:0;
}

.seminar_day{
text-align:left;
padding:0;
white-space:nowrap;
margin:7px 10px 5px 0;
}
.seminar_day img{
width:70px;
}
.seminar_title{
text-align:left;
margin:3px 0 3px;
}
.seminar_title img{
width:18px;
margin:0 6px -3px 0;
}

/*お知らせセミナー用*/
.seminar_title02{
display: flex;
flex-wrap: wrap;
text-align:left;
margin:3px 0 3px;
}

.seminar_title02 img{
width:18px;
margin:0 6px -3px 0;
}

.hanrei{
margin:5px auto;
}
.hanrei_setumei{
font-size:0.8em;
text-align:center;
display:flex;
justify-content:center;
margin:0px auto 0px;
}
.hanrei_setumei img{
width:16px;
height:16px;
margin:0px 6px -5px 0;

}
.hanrei_setumei span{
margin-right:30px;
}
.hanrei_link{
margin:10px auto;
}
.hanrei_link a{
font-size:1.2em;
text-align:center;
display:block;
width:100%;
margin:5px auto 5px;
}
.hanrei_link a img{
width:30px;
margin:8px 8px 0 0;
}

/*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;
}

.mediabox_mobile .mediabox_smp02{
text-align:center;
margin:5px auto 0;
padding-top:0;
border-top:1px dotted #aaa;
}

.mediabox_mobile03{
margin:0 auto;
width: 90%;
display: flex;
flex-wrap: wrap;
flex-direction: column;
}

.mediabox_mobile03 .mediabox_smp03{
padding-top:0;
border-top:1px dotted #aaa;
display: flex;
}

.mediabox_mobile03 .mediabox_smp03 a{
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
}

.mediabox_mobile03 .mediabox_smp03 img{
width:50px;
margin:10px;
display: block;
}

.mediabox_mobile03 .mediabox_smp03 p{
width:100%;
margin:10px 0;
display: block;
}

.mediabox_mobile{
margin:0 auto;
width:90%;
display: flex;
flex-wrap: wrap;
flex-direction: row;
}

.mediabox_mobile .mediabox_smp{
text-align:center;
margin:10px auto;
padding-top:0;
border-top:0;
}

.mediabox_mobile .mediabox_smp img{
width:100px;
}

.mediabox_mobile .mediabox_smp p{
display: none;
}

.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;
}


/*.footer{
	padding:0 40px;
}*/

/*------------------------------------------------------------
【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用】非表示
------------------------------------------------------------*/
/*

.slider{
	display:none;
}
*/
#gnavi,#toptab{
	display:none;
}
.pc_none{
	display:none;
}

.forannounce_pc{
	display:none;
}
.forannounce_sp{
	display:inline;
}




/*検索絞り込み非表示*/
.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;
}

#sub_menu{
	display:none;
}
.order_box6{
	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: 10px 0 10px 0;

}
.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: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;
	height: 95px;
}

.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%;
}




/*------------------------------------------------------------
【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 5px 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{
	padding: 3px 150px 4px;
}

.footer ul li{
	list-style:none;
	display:inline-block;
	margin:10px 0 0 0;
	padding:0 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;
}
.newinfo_iwai {
margin:0 0 0px 0;
padding:0 28px 20px 28px;
font-size:1em;
background-image: url("../img/iwai_mark.gif"),url("../img/iwai_mark.gif");
background-repeat:no-repeat;
display:inline;
background-position:left top,right 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;
}


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



/*セミナー告知コーナーPC用*/
.seminar_info {
font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
padding:5px;
font-size:0.9em;
width:80%;
height:auto;
margin:0px auto 0;
border:3px solid #66d000;
border-radius: 10px;
overflow:hidden;
}
.seminar_sec{
margin:0 auto;
width:97%;
border-bottom:dotted 1px #aaa;
margin-bottom:0;
overflow:hidden;
padding-top:5px;
display:flex;
}

.seminar_sec02{/*お知らせセミナー用*/
display: flex;
flex-direction: row;
margin:0 auto;
width:97%;
border-bottom:dotted 1px #aaa;
margin-bottom:0;
overflow:hidden;
padding-top:5px;
}

.seminar_day{
width:90px;
text-align:left;
padding:0;
white-space:nowrap;
margin:2px 0 0px;

}
.seminar_day img{
width:84px;

}
.seminar_title{
text-align:left;
margin:-2px 0 2px;
width:685px;
}
.seminar_title a{

}
.seminar_title img{
width:20px;
margin:0 6px -3px 0;

}

/*お知らせセミナー用*/
.seminar_title02{
display: flex;
flex-wrap: wrap;
text-align:left;
margin:-2px 0 2px;
width:685px;
}
.seminar_title02 a{
}
.seminar_title02 img{
width:20px;
margin:0 6px -3px 0;
}


.hanrei{
width:80%;
display:flex;
justify-content:space-around;
font-size:0.6em;
margin:3px auto;
}
.hanrei_setumei{
margin-right:20px;
}
.hanrei_setumei img{
width:18px;
margin:0px 6px -5px 0;
}
.hanrei_setumei span{
margin-right:30px;
}
.hanrei_link a img{
width:30px;
margin:0px 6px -5px 0;
}
.hanrei_link a span{
margin-right:30px;
font-size:1.2em;
}
/*Gnavi下サブメニュー*/
#sub_menu{

}
#sub_menu ul{
display:flex;
justify-content:space-around;
margin:20px auto 5px;
padding:0 0 0 0;
align-items:flex-end;
}
#sub_menu ul li a{
display:block;
color:#66d000;
font-size:17px;
text-align:center;
padding:1px 0 6px 0;
font-weight:bold;
border:3px solid #66d000;
width:140px;
height:20px;
border-radius:10px;
}
#sub_menu ul li a:hover{
background-color:#66d000;
text-decoration:none;
color:#fff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}









/*------------------------------------------------------------
【PC用】コンテンツエリア（サムネイル3つ並びのやつ）
------------------------------------------------------------*/
#mediabox{
	width: 870px;
	margin:10px auto 40px;
	font-size:14px;
	display:flex;
	flex-direction: row;
}

.mediabox_img{
	width:290px;
	margin:10px 19px;
}

.mediabox_img img{
	border:solid 1px #ccc;
	width:250px;
}

.mediabox_img p{
	width:250px;
}


/*------------------------------------------------------------
【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,.mobile_none {
	display:none !important;
}

.footer_tel{
	display:none;
}


#announce2{
	display:none;
}


.m_search_squeeze /* 検索の絞り込み */



}
