@charset "utf-8";

/* 全体
-----------------------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	color: #333;
	background: #fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.8;
	-webkit-text-size-adjust: none;
}

body#top {
	/*background: #fff url(../img/back_03.jpg) no-repeat center 0;*/
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

.mt20 {margin-top: 20px};

.pconly {display: block;}
.sponly {display: none;}

.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

/* link
-----------------------------------------------------*/

a {
	color: #333;
}
a:hover {
	color: #70ac4a;
	text-decoration: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.the-content a {
	color: #33D;	
}

/* header -----------------------------*/
header {
	background: #FFFFFF;
	height: 70px;
}
header .inner {
	width: 1090px;
	margin: 0 auto;
	overflow: hidden;
}
#logo {
	display: inline-block;
}
#logo img {
	width: 250px;
	margin-top: 18px;
	margin-left: 10px;
}
.header-catch {
    position: absolute;
	display: inline-block;
    margin-top: 19px;
    margin-left: 20px;
}
.header-linkbox {
	float: right;
	font-size: 0.8em;
	background-color: #70ac4a;
	color: #fff;
	margin-top: 18px;
	margin-right: 8px;
	padding: 4px 6px;
}
.header-linkbox a {
	color: #fff;
	text-decoration: none;
}
.header-search {
	float: right;
	margin-top: 18px;
    margin-left: 6px;
}
.search-input {
	width: 140px;
	display: inline-block;
}
.search-input input[type="text"] {
	height: 24px;
}
.search-button {
	display: inline-block;
}
.search-button input[type="submit"] {
	padding: 2px 10px;
}

/* main manu --------------------------*/
#menu-box {
	width: 100%;
	background: #fff;
	background: rgba(154,32,33,0.9);
	border-bottom: 1px solid #ccc;
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.15);
}
#menubar {
	width: 1090px;
	overflow: hidden;
	margin: 0 auto;
	border-left: 1px solid #ccc;
}
#menubar li {
	color: #fff;
	float: left;
	width: 215px;
	text-align: center;
	font-size: 90%;
	border-right: 1px solid #ccc;
	line-height: 50px;
	letter-spacing: 0.1em;
}
#menubar a {
	color: #FFF;
	display: block;
	width: auto;
	text-decoration: none;
}
#menubar li:hover {
	background: #ddd;
}
#menubar a:hover {
	color: #70ac4a;
}

/* dropdown
-----------------------------------------------------*/

#menubar ul.ddmenu {
	position:absolute;
	visibility: hidden;
	z-index: 101;
	padding-top: 1px;
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}
#menubar ul.ddmenu li {
	float: none;
	/*background: #fff;
	background: rgba(255,255,255,0.9);*/
	border: none;
	line-height: normal;
}

#menubar ul.ddmenu a {
	background: rgba(154,32,33,0.9);
	line-height: normal;
	letter-spacing: normal;
	border-bottom: 1px solid #ccc;
	padding-top: 8px;
	padding-bottom: 8px;
}
#menubar ul.ddmenu a:hover {
	background: #EEE;
}
#menubar-s {
	display: none;
}
#menubar_hdr {
	display: none;
}
#menubar .muryo {
	background-color:#778900;
	color: #FFFFFF;
	font-weight: bold;
}
#menubar-s .muryo {
	background-color:#778900;
	color: #FFFFFF;
	font-weight: bold;	
}

/* slider 
-----------------------------------------------------*/
#top-slider {
	position: relative;
	width: 100%;
	margin: 0 auto 10px;
	background-color: #DFDFDF;
}
#top-slider .slick-dots {
	padding: 0 0 10px 0;
}
.main.post .slick-dots {
	background: none;
}
#top-slider .slider-li {
	float: left;
	list-style: none;
	position: relative;
	width: 600px;
	height: 360px;
	margin-right: 5px;
}
#top-slider img {
	width: 600px;
	min-height: 360px;
}
#top-slider .pickup-cat {
	padding: 6px 20px;
	background: #99b299;
	color: #fff;
	border-radius: 0 0 0 3px;
	margin-left: 10px;
	font-size: .8em;
	overflow: hidden;
	position: absolute;
	top: 5px;
	right: 5px;
}
#top-slider .meta {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 36px;
	padding: 20px 0;
	font-weight: bold;
	background: rgba(0,0,0,0.5);
	color: #fff;
	line-height: normal;
}
#top-slider .meta .slider-title {
	padding: 0 20px;
}
#top-slider .slick-prev {
    left: calc((100vw - 720px) / 2);
    z-index: 100;
}
#top-slider .slick-next {
    right: calc((100vw - 650px) / 2);
    z-index: 99;
}
#top-slider .slick-prev::before, #top-slider .slick-next::before {
    color: #70ac4a;
    font-size: 50px;
    opacity: 0.85;
}
/* contents (main, subの外側)
-----------------------------------------------------*/

.process_top_img {
	text-align: center;
	overflow: hidden;
}
.process_top_img img {
	width: 1090px;
}
.contents {
	clear: both;
	overflow: hidden;
	padding: 40px 0px;
}
.contents .inner {
	width: 1090px;
	margin: 0 auto;
}
.contents.bg1 {
	/*background: #f8f8f8;*/
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
.contents .post-h1 {
	clear: both;
	/*color: #70ac4a;*/
	margin: 0 5px 0 8px;
	font-size: 170%;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: normal;
}
.contents .post-h2 {
	clear: both;
	font-size:140%;
	letter-spacing: 0.1em;
	font-weight:bold;
	border-bottom:2px solid #ccc;
	position: relative;
	margin:40px 5px 40px 8px;
	line-height: normal;
	padding-bottom: 8px;
} 
.contents .post-h2:before{
	content:"";
	display:block;
	width:30%;
	border-bottom:3px solid #70ac4a;
	position:absolute;
	bottom:0;
	margin-bottom:-2px;
}
.contents .post-h3 {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 8px;
	padding: 0px 12px;
	border-left: 4px solid #70ac4a;
    padding-left: 10px;
    font-size: 130%;
    line-height: normal;
}
.contents .post-h4 {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
    padding-left: 8px;
    font-size: 120%;
}
.contents p {
	padding: 0px 12px 14px;
}
.contents h2 + p,
.contents h3 + p {
	margin-top: -5px;
}

.section_headline {
	font-size: 110%;
	margin-left: 10px;
	margin-bottom: 20px;
}

.contents .top-h2 {
	clear: both;
	margin: 5px;
	margin-bottom: 15px;
	color: #FFF;
	padding: 5px 15px;
	background: #70ac4a;
	outline: 5px solid #70ac4a;
	font-size: 120%;
	border: dashed 2px #eeeeee;
}

.exetext { line-height:1.4; margin: 0 0 20px; background:#f3f3f3; border-radius:4px; padding:14px 14px 10px; }

.post-date {
}
.post-category {
}
.post-meta {
	color: #666;
    font-size: 85%;
    margin: 0 5px 12px 12px;
}
.post-meta-item{
    margin-left: 4px;
    margin-right: 15px;	
}
.post img {
	margin: 16px 0;
}
.ftopics-head {
	border-bottom: double 3px;
	padding-left: 12px;
	margin-bottom: 10px;
	font-size: 16px;
}
.ftopics-head-date {
	color: #666;
    font-size: 85%;
	padding-left: 12px;
}
.ftopics .post-h1 {
	margin-bottom: 10px;
}
.main-category {
	margin-left: 10px;
}
.main-category .category-label {
	display: inline-flex;
	line-height: 2.0rem;
}
.main-category .category-label a {
	position: relative;
	background: #e8e5e5;
	padding: 6px 15px;
	margin: 6px 5px;
	color: #000!important;
	font-weight: bold;
	transition: .3s;
}
.main-category .category-label a:after{
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	border-width: 0 0 12px 12px;
	border-style: solid;
	border-color: #fff #dccbcb #fff;
}

/* list box
-----------------------------------------------------*/

.list {
	float: left;
	width: 31%;
	overflow: hidden;
	background: #fff;
	margin-left: 1.5%;
	margin-bottom: 20px;
	border: 1px solid #fff;
	height: auto;
	line-height: 1.4;
	position: relative;
}
.list-wide {
	width: 100%;
	overflow: hidden;
	background: #fff;
	margin-bottom: 20px;
	padding: 10px 0 20px 0;
	border: 1px solid #fff;
	height: auto;
	line-height: 1.4;
	position: relative;
	border-bottom: 1px solid #ccc;
}

.list a {
	display: block;
	overflow: hidden;
	text-decoration: none;
	height: 500px;
	height: 230px;
}
.list a:hover {
	background: #000;
	color: #fff;
}
.list a:hover::before {
	background: #000;
}
.list .list-img {
    height: 120px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
.list-wide .list-img {
	float: left;
	width: 33%;
    overflow: hidden;
    position: relative;
	margin-bottom: 0;
}
.list .list-img img {
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}
.list h4 {
	padding: 0 8px 5px 10px;
	font-size: 15px;
}
.list-wide h3 {
	padding: 0 8px 5px 0;
	font-size: 20px;
	color: #000;
	font-weight: bold;
}
.list .list-meta {
	margin-left: 8px;
}
.list .list-cat {
	display: inline-block;
	color: #666;
    font-size: 82%;
    margin: 0 5px 24px 4px;
}
.list-wide .list-cat {
	display: inline-block;
	color: #666;
    font-size: 82%;
    margin: 0 5px 12px 4px;
}
.list-wide .list-date {
	display: inline-block;
	color: #666;
    font-size: 82%;
    margin: 0 5px 12px 4px;
}
.list-wide .list-text {
	float: left;
	width: 63%;
	padding: 0;
	margin: 0 0 0 2%;
	font-size: 13px;
	color: #666;
}
.list p {
	font-size: 12px;
}

.list-menu {
	/*font-size: 15px;*/
	float: left;
	width: 31%;
	overflow: hidden;
	background: #fff;
	margin-left: 1.5%;
	margin-bottom: 20px;
	height: auto;
	line-height: 1.4;
	position: relative;

	border: 0px;	
	border-radius: 0;	
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
}



.list-mini {
	float: left;
	width: 22%;
	overflow: hidden;
	background: #fff;
	margin-left: 1.5%;
	margin-bottom: 4px;
	border: 1px solid #fff;
	height: auto;
	line-height: 1.4;
	position: relative;
}
.list-mini a {
	display: block;
	overflow: hidden;
	text-decoration: none;
	height: 400px;
	height: 200px;
}
.list-mini a:hover {
	background: #000;
	color: #fff;
}
.list-mini a:hover::before {
	background: #000;
}
.list-mini .list-img {
    height: 100px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}
.list-mini .list-img img {
	top: 30%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}
.list-mini h4 {
	padding: 4px 4px 4px 8px;
	font-size: 13px;
	max-height: 72px;
	overflow: hidden;
}
.list-mini .list-meta {
	margin-left: 8px;
}
.list-mini .list-cat {
	display: inline-block;
	color: #666;
    font-size: 80%;
    margin: 0 5px 0px 8px;
}
.list-mini p {
	font-size: 12px;
}

.list-side-feature {
	margin-left: 0;
	/*height: 150px;*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0px 3px 15px;
}
.list-side-feature a {
	height: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.list-side-feature .list-img {
	float: left;
	width: 35%;
	margin-bottom: 0;
}
.list-side-feature .list-img img {
	width: 100%;
	height: 100%;
	max-width: 150%;
	max-height: 150%;
}

.list-side-feature .list-text {
	float: left;
	width: 65%;
	padding: 0;
	margin: 0;
}
.list-side-feature h4 {
	padding: 10px;
	font-size: 12px;
}

.list-side-feature .img {
/*	float: left;
	width: 30%;
	margin-right: 10px;
	height: auto;
	padding-bottom: 0;*/
}
.list-side-feature p {
	margin-left: 30%;
}

.list-ftopics {
	margin-bottom: 5px;
}
.list-ftopics a {
	text-decoration: none;
}
.list-ftopics-li {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	line-height: 20px;
    border-bottom: 1px dashed #ded;
}
.list-ftopics-li p {
	display: inline;
	color: #003210;
	padding: 0;
	margin-right: 5px;
	font-size: 14px;
}
.list-ftopics-date {
	display: inline;
	color: #799989;
	font-size: 12px;
}
.list-ftopics-cat {
	display: inline-block;
	font-size: 11px;
	width: 70px;
	text-align: center;
	background-color: #666;
	color: #fff;
	margin-right: 5px;
	border-radius: 2px;
	padding: 0 2px 0 3px;
}
.list-ftopics-cat.trend {
	color: #642a2a;
	background-color: #ebc5c5;
}
.list-ftopics-cat.event {
	color: #913f00;
	background-color: #f6a340;
}
.list-ftopics-cat.news {
	color: #826d00;
	background-color: #f5e480;
}
.list-ftopics-cat.offering {
	color: #427600;
	background-color: #c6e548;
}
.list-ftopics-cat.funding {
	color: #005c43;
	background-color: #c7f4cd;
}

/* table 
-----------------------------------------------------*/

.list table {
	font-size: 10px;
	margin: 0px 15px 5px;
}
.list table,
.list table td,
.list table th{
	border: 1px solid #ccc;
}
.list table td,
.list table th{
	padding: 1%;
}
.list table th{
	width: 18%;
	background: #f5f5f5;
	text-align: center;
	font-weight: normal;
}
.list table td {
	width: 31%;
}

/* main
-----------------------------------------------------*/

.main {
	float: left;
	overflow: hidden;
	width: 740px;
	padding-bottom: 30px;
}
.main section {
	background-color: #FFF;
	margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px;
}
.section-body {
	margin: 0 20px;
    padding: 0 0 20px 0;
	overflow: auto;
}

/* infomenu
-----------------------------------------------------*/
.infomenu-head {
	margin-bottom: 5px;
}
.post .infomenu-head {
	border-top: double 10px #CCC;
	margin-top: 10px;
	padding-top: 10px;
}
.post .infomenu-ul {
	list-style-type: disc;
	padding-left: 16px;
}

/* sub
-----------------------------------------------------*/

.sub {
	float: right;
	width: 300px;
}
.sub h2 {
	position: relative;
	margin-left: -10px;
	margin-bottom: 10px;
	background: #70ac4a;
	padding: 6px 0px;
	-webkit-box-shadow: none;
	box-shadow: 0 1px 3px #777;
	color: #FFF;
}
.sub h2::first-letter {
	border-left: 3px solid #70ac4a;
	padding-left: 10px;
}
.sub h2:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -15px;
	width: 0;
	border: 18px solid #70ac4a;
	border-right-color: transparent;
	border-width: 20px 15px 20px 0;
}

/* submenu
-----------------------------------------------------*/

.sub ul.submenu {
	margin-bottom: 15px;
	border-top: solid 1px #e4e4e4;
}
.sub ul.submenu li {
	background: #fff;
	border-bottom: solid 1px #e4e4e4;
}
.sub ul.submenu li a {
	text-decoration: none;
	display: block;
	padding: 2px 10px;
}

/* sub box
-----------------------------------------------------*/

.sub .box1 {
	padding: 15px;
	margin-bottom: 15px;
	background: #f3f3f3;
	background: rgba(0,0,0,0.05);
	border: solid 1px #ccc;
	-webkit-box-shadow: 0px 0px 1px 1px #fff inset;
	box-shadow: 0px 0px 1px 1px #fff inset;
}
.sub .box1 ul.submenu {
	margin-bottom: 0px;
}
.sub .box1.pr-btn {
	color: #FFF;
	line-height: 20px;
	font-size: 17px;
	padding: 10px 5px;
}
.pr-btn-link {
	text-decoration: none;
}

/* PAGE TOP
-----------------------------------------------------*/

.pagetop {
	clear: both;
	width: 1000px;
	margin: 0 auto;
}
.pagetop a {
	margin-top: 30px;
	color: #FFF;
	font-size: 20px;
	padding: 0px 30px;
	background: #333;
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	border-radius: 4px 4px 0px 0px;
}
.pagetop a:hover {
	background-color: #999;
	color: #FFF;
}

/* footer
-----------------------------------------------------*/

#footer-cta {
	clear: both;
	color: #fff;
}
#footer-cta a {
	color: #fff;
}
#footer-cta a:hover {
	color: #fff;
}

.cta-line {
	width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0px;
    margin-bottom: 10px;
	background: #70ac4a;
	text-align: center;
	line-height: 20px;
}
.cta-line-strong {
	font-size: 1.5em;
	font-weight: bold;
}

footer {
	clear: both;
	background: #70ac4a;
	color: #fff;
	margin-top: 40px;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
}
footer .pr {
	display: block;
	font-size: 80%;
}

/* footermenu
-----------------------------------------------------*/

#footermenu {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0px;
	text-align: center;
}
#footermenu ul {
	width: 100%;
}
#footermenu li {
	display: inline-block;
	width: auto;
	margin-left: 2%;
}

/* copyriright
-----------------------------------------------------*/

#copyright {
	clear: both;
	text-align: center;
	background: #333;
}
#copyright a {
	text-decoration: none;
}

/* toppage new
-----------------------------------------------------*/

#new dl{
	padding-left: 15px;
	margin-bottom: 15px;
	height: auto;
	line-height: 1.4;
}
#new dt {
	font-weight: bold;
	float: left;
	width: 8em;
}
#new dd {
	padding-left: 8em;
}
#newinfo p {
	padding: 0;
	margin-bottom: 10px;
}

#ftopicsinfo ul {
	list-style-type: disc;
	padding-left: 32px;
}
#ftopicsinfo .ftopics_info {
	margin-bottom: 10px;
}
#ftopicsinfo .ftopics_info_term {
	color: #888;
	font-size: 80%;
}

/* table 
-----------------------------------------------------*/

.ta1 {
	width: 100%;
	margin-bottom: 15px;
}
.contents .list .ta1 {
	margin-bottom: 0;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #666;
	padding: 10px;
	word-break: break-all;
}
.ta1 th.tamidashi {
	width: auto;
	text-align: left;
	background: #666;
	color: #fff;
}
.ta1 th {
	width: 140px;
	text-align: center;
	background: #f3f3f3;
}
.ta1 td {
	background: #fff;
}
.ta1 img {
	vertical-align: bottom;
}

/* form
-----------------------------------------------------*/

input[type="text"],
input[type="email"],
select,
textarea {
	line-height: 30px;
	width: 100%;
	font-size: 16px;
	background-color: #fff;
	border: 1px solid #70ac4a;
}
select {
	padding-top: 6px;
	padding-bottom: 10px;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
	border: 1px solid #70ac4a;
	border-radius: 4px;
	padding: 5px 20px;
	background: #70ac4a;
	color: #fff;
	font-size: 16px;
	margin-right: 10px;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	border: 1px solid #000;
	background: #fff;
	color: #000;
}
input[type="submit"].back {
	background: #ce7474;
}
.required {
	color: #C00;
	font-weight: bold;
}

/* faq
-----------------------------------------------------*/

.faq,
.link {
	padding: 0px 15px;
}
.faq dt,
.link dt {
	color: #70ac4a;
	font-weight: bold;
}
.faq dt a,
.link dt a {
	color: #70ac4a;
}
.faq dd,
.link dd {
	padding-bottom: 15px;
}

/* option
-----------------------------------------------------*/

.option1 {
	font-size: 10px;
	color: #FFF;
	background: #F00;
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-transform: rotate(-45deg) translate(-35px);
	-ms-transform: rotate(-45deg) translate(-35px);
	transform: rotate(-45deg) translate(-35px);
}
h2 span.option1 {
	width: auto;
	padding: 0px 5px;
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}
.option2 {
	font-size: 10px;
	color: #FFF;
	background: #069;
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-transform: rotate(-45deg) translate(-35px);
	-ms-transform: rotate(-45deg) translate(-35px);
	transform: rotate(-45deg) translate(-35px);
}
h2 span.option2 {
	width: auto;
	padding: 0px 5px;
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}

/* newicon
-----------------------------------------------------*/

.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}

/* pagination
-----------------------------------------------------*/

.pager {
	clear: both;
	text-align: center;
	margin: 20px 11px 0;
	border-bottom: 1px #CCC solid;
	padding-bottom: 35px;
}
.pager .pager-li {
	display: inline-block;
    color: #999;
    margin: 0 1px;
    vertical-align: middle;
	width: 34px;
	height: 34px;
}
.pager .current {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin: 0 1px;
	vertical-align: middle;	
}

/* news
-----------------------------------------------------*/

.news_year {
	font-size: 140%;
	font-weight: bold;
	border-bottom: solid #cccccc;
	margin: 20px 0;
}
.news_post dt {
	font-weight: bold;
}

/* section sub
-----------------------------------------------------*/

.section_catch {
	font-weight: bold;
	display: block;
    margin-bottom: 20px;
    padding-bottom: 2px;
	border-bottom:1px dotted #ccc;
	position: relative;
	padding-bottom: 8px;
}
.main section.cta-section {
	background-color: #eef4ee;
	padding: 10px;
}
.cta_box {
	padding: 10px;
}
.cta_catch {
	display: block;
	width: 100%;
	text-align: center;
	margin: 10px;
	font-weight: bold;
}
.cta_box ul {
	list-style-type: circle;
	margin-bottom: 10px;
}
.cta_box ul li {
	margin-left: 24px;
}
.cta_c_link {
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	font-size: 16px;
	margin-top: 10px;
	display: block;
	text-align: center;
	overflow:hidden;
}
a.cta_button {
	border-radius: 4px;
	color: #fff !important;
	margin: 10px 8px 10px 8px;
	padding: 0 8px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
}
a.cta_bc {
	background: #297d1d;
	border: 1px solid #165510;
	text-shadow: 1px 1px 1px #17550F;
}
a.cta_fc {
	background: #3078bb;
	border: 1px solid #0b4e64;
	text-shadow: 1px 1px 1px #0b4e64;
}
a.cta_rc {
	background: #ae6505;
	border: 1px solid #946a15;
	text-shadow: 1px 1px 1px #946a15;
}
a.cta_button2 {
	border-radius: 4px;
	color: #fff !important;
	margin: 0 8px 10px 8px;
	padding: 4px 32px;
	line-height: 24px;
	text-align: center;
	display: inline-block;
}
a.cta_mkt {
	background: #5eb13c;
	border: 1px solid #5eb13c;
	text-shadow: 1px 1px 1px #5eb13c;
}
	
.avatar {
	float: left;
}
.avatar img {
	border: solid 1px #e2e5e8
	border-radius: 50%;
	width: 80px;
	height: auto;
	margin: 8px 6px 10px 0;
}
.profile, .cta-frame {
	display: block;
    padding: 9px 12px 14px 10px;
    margin-top: 20px;
    border: 1px dashed #A6879B;
    font-size: 14px;
    line-height: 24px;
}
.profile:before {
	content: "PROFILE";
	display: block;
	float: left;
	margin-top: -22px;
    margin-left: -8px;
	font-size: 14px;
	line-height: 16px;
	background-color: #ffffff;
	font-style: italic;
	padding: 0 2px;
	color: #A6879B;
}
.cta-frame-bc:before {
	content: "起業相談会";
	display: block;
	float: left;
	margin-top: -22px;
    margin-left: -8px;
	font-size: 14px;
	line-height: 16px;
	background-color: #ffffff;
	font-style: italic;
	padding: 0 2px;
	color: #A6879B;
}
.cta-frame-fr:before {
	content: "無料相談会";
	display: block;
	float: left;
	margin-top: -22px;
    margin-left: -8px;
	font-size: 14px;
	line-height: 16px;
	background-color: #ffffff;
	font-style: italic;
	padding: 0 2px;
	color: #A6879B;
}
.cta-frame-fc:before {
	content: "資金調達相談会";
	display: block;
	float: left;
	margin-top: -22px;
    margin-left: -8px;
	font-size: 14px;
	line-height: 16px;
	background-color: #ffffff;
	font-style: italic;
	padding: 0 2px;
	color: #A6879B;
}
.cta-frame-rc:before {
	content: "飲食開業相談会";
	display: block;
	float: left;
	margin-top: -22px;
    margin-left: -8px;
	font-size: 14px;
	line-height: 16px;
	background-color: #ffffff;
	font-style: italic;
	padding: 0 2px;
	color: #A6879B;
}
.interviewer {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #96677B;
}
.author-name {
	margin: 16px 5px 5px 0;
	display: block;
	font-weight: bold;
}
.author-text {
	display: block;
	line-height: 1.4;
}
.author-posts {
	margin-top: 15px;
    clear: both;
    position: relative;
}
.author-posts-head {
	margin-bottom: 10px;
    padding-bottom: 3px;
    border-bottom: 1px dotted #ccc;
    font-weight: bold;
}
#soudan-banner-cta1 img, #soudan-banner-cta2 img {
	width: 336px;
}

/* qt
-----------------------------------------------------*/
.dot-list {
	list-style: none;
	margin: 16px 0;
}
.dot-list li {
	margin: inherit;
	padding:inherit;
	margin:0 0 0 1em;
}
.dot-list li:before {
	content: "● ";
	color: #88b26d;
}
ul.dot-list {
}
.redtext {
	color: #FF0000;
}
.underline-b {
	border-bottom:solid 1px #000000;
}
.underline-o {
	border-bottom:solid 1px #ff8000;
}
.underline-ow {
	background:url(../img/wave-orange.png) bottom repeat-x;
	background-size: 15px;
}
blockquote {
    background-color: #f5f5f5;
    background-image: url(../img/quote.png), url(../img/quote_2.png);
    background-repeat: no-repeat;
    background-position: 10px 10px, right 10px bottom 10px;
    padding: 50px;
    margin-top: 20px;
    margin-bottom: 20px;	
}


/* bottomup_box
-----------------------------------------------------*/
#bottomup_box {
	padding: 12px;

	position: fixed;
	width: 300px;
	right: 20px;
	bottom: 0;
	z-index: 10000;	
}

.bottomup_box_remover {
	position: absolute;
	top: -24px;
	right: 0;
	width: 28px;
	height: 24px;
	background-color: #b5b5b5;
	cursor: pointer;
	text-align: center;
}
.bottomup_title {
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 12px;
}
.bottomup_description {
	padding: 0 12px;
}

#bottomup_box a.cta_bc, #bottomup_box a.cta_fc, #bottomup_box a.cta_rc {
	width: 90%;
	margin: 0 0 10px 0;
	padding: 0;
}
.bottomup_banner {
	margin-bottom: 20px;
}

/* etc
-----------------------------------------------------*/

.look {color:#fff;background: #666;padding:5px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.mt-top {margin-top: 200px;}
.mt-top2 {margin-top: 200px;background: rgba(255,255,255,0.7);}
.clear {clear: both;}
ul.disc {padding: 0em 25px 1em;list-style: disc;}
.color1 {color: #70ac4a;}
.color2 {color: #1C00EF;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
img.fr {float: right;margin-left: 10px;margin-bottom: 10px;}
img.fl {float: left;margin-right: 10px;margin-bottom: 10px;}
.big1 {font-size: 30px;letter-spacing: 0.2em;}
.mini1 {font-size: 11px;}
.sh{display:none;}
.dn{display:none;}
.bold{font-weight: bold;}
.seminar_full{color: #FF0000; border: 1px dashed #ec302f!important; font-size: 18px; padding: 5px 15px; font-weight: bold; margin: 0;}
.side-banner {margin-bottom: 15px; text-align: center;}
.tag_cloud { margin-bottom: 20px;}
.tag-cloud-link {border: 1px solid #ccc; padding: 4px 4px; text-decoration: none; background-color: white; white-space: nowrap; line-height: 12px; margin: 1px 1px 2px 0px; display: inline-block; font-size: 12px !important;}
.fb_iframe_widget > span { vertical-align: baseline !important;}
.nowrap{white-space: nowrap;}

/* 1090px以下
----------------------------------------------------------------------------------------------------------*/


@media screen and (max-width:1090px){

/*全体
-----------------------------------------------------*/
body#top {
	/*background: #fff url(../img/back_03.jpg) no-repeat center 0px/auto 480px;*/
}
.pconly {display: none;}
.sponly {display: block;}

/*header
-----------------------------------------------------*/
header .inner {
	width: auto;
}

/*menu
-----------------------------------------------------*/
#menu-box {
	border: none;
}
#menubar {
	width: auto;
	border: none;
}
#menubar li {
	width: 50%;
	border: none;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#menubar li:nth-child(odd) {
	border-right: 1px solid #ccc;
}

/*３本バーアイコン設定
-----------------------------------------------------*/

/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: absolute;
	top: 10px;		/*上から10pxの場所に配置*/
	right: 10px;	/*右から10pxの場所に配置*/
	width: 30px;	/*幅*/
	border: 1px solid #666;	/*枠線の幅、線種、色*/
	padding: 12px 10px 5px;	/*上、左右、下へのボックス内余白*/
}
/*３本のバー（1本あたり）*/
#menubar_hdr span {
	display: block;
	border-top: 3px solid #666;	/*枠線の幅、線種、色*/
	margin-bottom: 7px;	/*バー同士の余白*/
}

/*mainmenu
-----------------------------------------------------*/
#menubar-s {
	position: absolute;
	top: 70px;
	width: 100%;
	z-index: 102;
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}
#menubar-s li {
	border-bottom: 1px solid #ccc;
	background: rgba(255,255,255,1);
	line-height: 50px;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding-left: 30px;
}
.menu7 {
	height: 80px;
}
#menubar-s a {
	display: block;
	width: auto;
}
#menubar-s {
	display: block;
}
#menubar-s .menuimg {
	background-color: #deeede;
}
#menubar-s .menubar-child {
	/*min-height: 50px;*/
	font-weight: normal;
	/*padding: 10px 10px 10px 30px;*/
}
#menubar-s .menubar-child a {
	padding-left: 10px;
	line-height: 20px;
    display: table-cell;
    height: 50px;
    vertical-align: middle;
}
#menubar {
	display: none;
}
#logo {
	display: block;
}
#logo img {
	margin-top: 10px;
}
.header-catch {
	margin-top: 4px;
	margin-left: 10px;
	font-size: 14px;
}
.search-input {
	width: 72%;
}

/* dropdown
-----------------------------------------------------*/
#menubar ul.ddmenu {
	display: none;
}
	
/* contens (main sub外側)
-----------------------------------------------------*/

.contents {
	padding: 20px 0px;
}
.contents .inner {
	width: auto;
	margin: 0 20px 20px 20px;
}

/* main,sub
-----------------------------------------------------*/
.main, .sub {
	float: none;
	width: auto;
}

/* contents list
-----------------------------------------------------*/
.list {
	width: 49%;
	margin-left: 0;
	height: 150px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0px 3px 15px;
}
.list a {
	height: auto;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.list .list-img {
	float: left;
	width: 35%;
	margin-bottom: 0;
}
.list .list-img img {
	width: 100%;
	/*height: 100%;*/
	max-width: 150%;
	max-height: 150%;
}

.list .list-text {
	float: left;
	width: 65%;
	padding: 0;
	margin: 0;
}
.list h4 {
	padding: 10px;
}

.list .img {
/*	float: left;
	width: 30%;
	margin-right: 10px;
	height: auto;
	padding-bottom: 0;*/
}
.list p {
	margin-left: 30%;
}
.list-menu {
	float: none;
	width: auto;
	margin-left: 0;
	height: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0px 3px 15px;
}

.list-wide .list-text {
	width: 63%;
	padding-left: 2%;
}


/* list table 
-----------------------------------------------------*/
.list table {
	margin: 0px 0px 15px;
}

/*PAGE TOP
----------------------------------------------------*/
.pagetop {
	width: auto;
}

/*footermenu
-----------------------------------------------------*/
#footermenu {
	width: 90%;
}

/* bottomup_box
-----------------------------------------------------*/
#bottomup_box {
	/*display: none !important;*/
	width: 100%;
	padding: 4px;
	bottom: 0;
	right: 0;
	text-align: center;
}
.bottomup_title, .bottomup_description {
	display: none;
}
.bottomup_banner {
	display: inline-block;
	margin-bottom: 0;
}
.bottomup_banner img {
	height: 68px;
	vertical-align: top;
}
.cta_c_link {
	display: inline-block;
	margin-top: 0;
	vertical-align: top;
}
a.cta_button2 {
	margin: 0 0 0 10px;
	padding: 9px 12px;
	font-size: 14px;
}

/* etc
-----------------------------------------------------*/

.mt-top {margin-top: 100px;}
.mt-top2 {margin-top: 150px;}
body.s-n .sub {display: none;}

.cta-line {width: 100%;}

#top-slider .slick-prev {
    left: 5px;
}
#top-slider .slick-next {
    right: 45px;
}


}


@media screen and (max-width:640px){
.list {
	width: 100%;
}
.list-mini {
	width: 100%;
	height: 100px;
}
.list-mini a {
	height: 100px;
}
.list-mini .list-img {
	float: left;
	width: 35%;
	margin-bottom: 0;
}
.list-mini .list-img img {
	width: 100%;
	height: 100%;
	max-width: 150%;
	max-height: 150%;
}
.list-mini .list-text {
	float: left;
	width: 65%;
	padding: 0;
	margin: 0;
}
.list-mini h4 {
	padding: 10px;
}
#top-slider img {
	width: 100%;
	height: auto;
	min-height: inherit;
}
#top-slider .slider-li {
	width: 100%;
	height: 240px;
	margin-right: 5px;
}

}

@media screen and (max-width:480px){

/* 全体
-----------------------------------------------------*/
body#top {
	/*background-image: url(../img/back_03.jpg);background-repeat: no-repeat;background-position: center 70px;background-size: 200px;*/	/*古いスマホ用*/
	/*background: #fff url(../img/back_03.jpg) no-repeat center 70px/auto 200px;*/
}
.main {
	margin-bottom: 20px;
}


/* contents
-----------------------------------------------------*/
.process_top_img {
	text-align: center;
	overflow: hidden;
}
.contents .inner {
	margin: 0 10px 10px 10px;
}
.section-body {
	margin: 0 10px;
	padding: 0 0 10px 0;
}

/*list
-----------------------------------------------------*/
.list .img {
	float: none;
	width: 100%;
	margin-right: 0px;
}
.list p {
	margin-left: 0;
}

/* list table 
-----------------------------------------------------*/
.list table {
	width: 100%;
}

/* footer menu
-----------------------------------------------------*/
#footermenu {
	/*display: none;*/
}


/* table
-----------------------------------------------------*/
.ta1 th {
	width: 100px;
	padding: 5px;
}
.ta1 td {
	width: auto;
	padding: 5px;
}

/* cta
-----------------------------------------------------*/
.cta_box {
	padding: 0;
}
.cta_catch {
    text-align: left;
    margin: 10px 10px 10px 0;
    font-weight: bold;
}
a.cta_bc{
	display: block;
}
a.cta_fc{
	display: block;
}
a.cta_rc{
	display: block;
}

/* etx
-----------------------------------------------------*/

.ws,.wl {width: 95%;}
img.fr,img.fl {float: none;margin: 0;width: 100%;}
.sh{display:block;}
.pc{display:none;}
.mt-top {margin-top: 200px;}
.mt-top2 {margin-top: 100px;}

}


@media screen and (max-width:374px){

.bottomup_banner img {
	display: none;
}
	
}
