/*GOOD ON ROOFS - New Age v2.0.0*/

html,
body {
    width: 100%;
    height: 100%;	
	color:#231815;
	font-family: Noto Sans JP,sans-serif;
}
body {
	border-top:solid 1px #E94829 !important;
}

/*---------------------
基本・見出しなど
---------------------*/

a {
    -webkit-transition: all .35s;
    transition: all .35s;
    font-weight:500;
	color:#231815;
}

a:hover, a:focus {
    color: #e94829;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    letter-spacing: .18em;
    margin-bottom: .5em;
    line-height: 2;
}
h1 {
    font-size:2rem;
}
h2 {
    font-size: 1.4rem;
}
h3 {
    font-size: 1.0rem;
    padding:10px 0;
    line-height: 1.7;
}
h4 {
    font-size: 1.0rem;
}

ul,li,dl,dt,dd {
    font-size: 0.9rem;
    line-height: 1.6;
    letter-spacing: .025em;
	padding:0;
}
p {
	font-size: 1rem;
	line-height: 1.875;
	letter-spacing: .025em;
}

img {
	width: 100%;
}
table {
	width: 100%;
}
th {
    font-size:0.9rem;
    letter-spacing: 0.15rem;
    line-height: 2rem;
    font-weight: 600;
    padding-right:15px;
}
td {
    font-size:1rem;
    letter-spacing: 0.15rem;
    line-height: 2rem;
}

blockquote {
    position: relative;
    padding: 10px 15px 10px 50px;
    box-sizing: border-box;
    font-style: italic;
    border: solid 2px #464646;
    color: #464646;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 15px;
	font-family: "Font Awesome 5 Free";
    content: "\f10d";
    color: #0086cd;
    font-size: 20px;
    line-height: 1;
    font-weight: 900;
}

blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.9;
	font-size:0.85rem;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #666;
    font-size: 0.9em;
}

/*オプション*/
h2 span{
    font-size: 0.8rem;
	display: block;
	margin-bottom:-5px;
	margin-left: 1px;
	letter-spacing: .1em;
}
.sub_ttl{
	border-left: 4px solid #231815;
	display: inline-block;
	padding:2px 15px;
	line-height: 1.3;
	margin-bottom: 3rem;
}
img.box_shadow {
	border:1px solid #efefef;
	-webkit-box-shadow: 0 10px 88.2px 1.8px rgba(19, 19, 19, .1);
	box-shadow: 0 10px 88.2px 1.8px rgba(19, 19, 19, .1);
}

.txt_box {
	height: 70px;
	border:1px solid #efefef;
	-webkit-box-shadow: 0 10px 88.2px 1.8px rgba(19, 19, 19, .1);
	box-shadow: 0 10px 88.2px 1.8px rgba(19, 19, 19, .1);
	margin:0 5px 20px;
}
 h3.txt_box {
	padding-top: 20px;
}

ul.list li {
	margin-left:15px;
}
ul.list li:before {
	font-family: "Font Awesome 5 Free";
    content: "\f22d";
    font-weight: 900;
    padding-right: 5px;
	margin-left:-15px;
}
p.ft-13 {
	font-size:1.56em !important;
	margin-bottom:0;
	font-weight: 600;
	text-align: center;
}
@media (max-width: 460px) {
p.ft-13 {
	font-size:1.15rem !important;
	text-align: center;
}	

}
/* PC / SP 表示切り替え */
@media (min-width:992px) {
  .sp-only {
	  display: none!important
	}
}

@media (max-width:992px) {
  .pc-only {
	  display: none!important
	}
}
@media (min-width:739px) {
  .sp-only-1 {
	  display: none!important
	}
}

@media (max-width:740px) {
  .pc-only-1 {
	  display: none!important
	}
}

/*---------------------
構造
---------------------*/

section {
    padding: 4rem 0;
}

/*オプション*/

.section__inner {
  border-top: solid 1px #231815;
}

section.wht {
	background:#f7f7f7;
	margin:-1px 0 2px 0;
}

section.wrap {
    padding:0;
}


/*---------------------
パンくず
---------------------*/

.bread {
	font-size:0.89rem;
}
.bread a{
	color:#595757 !important;
}
.bread i {
	margin:0 5px;
	color:#595757;
}

/*---------------------
ボタン
---------------------*/

.view_dtl a{
	font-size:0.7rem;
	padding: 5px 15px;
	background: #231815;
	border: 1px solid #231815;
	color:#fff;
}
.view_dtl a:hover{
	background: #FFEB00;
	color:#231815;
	font-weight: bold;
}
.view_dtl a::after {
        font-family: "Font Awesome 5 Free";
        content: "\f054";
        font-weight: 600;
		margin-left:10px;
}

.view_all a{
	font-size:0.7rem;
	padding: 5px 15px;
	background: #fff;
	border: 1px solid #231815;
	color:#231815;
}
.view_all a:hover{
	background: #FFEB00;
}
.view_all a::after {
        font-family: "Font Awesome 5 Free";
        content: "\f054";
        font-weight: 600;
		margin-left:10px;
}

/*---------------------
ビデオ
---------------------*/

/* 動画（youtube） */
.movie_wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
	}
 
.movie_wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/*---------------------
グローバイルナビゲーション
---------------------*/

.navbar {
	padding-top: 0 !important;
	padding-bottom:0 !important;
}
nav {
	border-bottom:solid 1px #666 !important;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}
nav img{
    width: auto;
    height: 40px;
}

.navbar-header h1 {
	margin: 0;
}
.logo {
	margin-right:10px;
}

/* グローバルメニュー：ドロップダウン */

.dropdown:hover > .dropdown-menu{
  display: block;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    margin: 0;
	padding:0;
    font-size: 0.8rem;
    color: #231815;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0rem;
	border: solid 2px #231815;
	width:80px;
}
.dropdown-menu a:hover{
    background: #FFEB00;
}
.dropdown-item {
	padding:5px 0;
	text-align: center;
}

@media (min-width: 992px) {
	li.dropdown a.nav-link::after {
		font-family: "Font Awesome 5 Free";
        content: "\f0dd";
		font-weight: 600;
		margin-top:-13px;
		display: block;
		margin-bottom: -10px;
	
	}
}

@media (max-width: 992px) {
	div.dropdown-menu {
		display: none !important;
	}
	li.dropdown a.nav-link::after {
        content: "";
		margin-top:0;
		display: block;
		margin-bottom: 0;
	}
}

/* グローバルメニュー：PC基幹部分 */

#mainNav .aa a{
	background: #007241;
	color:#fff;
	font-size:0.7rem;
	display: inline-block;
	width:100px;
	vertical-align: middle;
	text-align: center;
	padding: 21px 0;
	font-weight: 600;
	marginp-top:-3px;
	letter-spacing: .025em;
}
#mainNav .aa a i{
	font-size: 1.2rem;
}
#mainNav .aa a:hover{
	background: #ffeb00;
	color:#231815;
}

#mainNav {
    border-color: rgba(34, 34, 34, 0.05);
    background-color: white;
    -webkit-transition: all .100s;
    transition: all .100s;
/*    border-bottom: 1px solid #eee;*/
	margin-bottom:0px;
	padding-right:0 !important;
}
#mainNav .navbar-brand-logo {
    height: 2.5rem;
    width:auto;
}
@media (max-width: 992px) {
	#navbarNav3 {
		margin-bottom: 50px;
		margin-left:-15px;
		min-height: 735px;
		opacity: 0.9;
		background: #0086cd;
	}
	#mainNav .navbar-brand-logo {
    height: 2.2rem;
    width:auto;
}
	#mainNav h1{
		margin: 0 0 5px;
	}
}

#mainNav .navbar-toggler {
    font-size: 12px;
    padding: 4px 8px;
}

#mainNav .navbar-nav > li {
	margin-left: 8px;
}
#mainNav .navbar-nav > li > a {
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    color:#231815;
}

@media (min-width: 992px) {
#mainNav .navbar-nav > li:last-child {
	display: none;
}
}
#mainNav .navbar-nav > li:last-child a{
		color: #fff !important;
	padding-right:10px;
	padding-left:10px;
}
#mainNav .navbar-nav > li:last-child a:hover{
	color: #231815 !important;
	background: #ffeb00;
	border: none;
}

/* グローバルメニュー：スマホ基幹部分 */

@media (max-width: 992px) {
	#mainNav ul {
		background: #f5f5f7 !important;
		padding:10px;
		margin-top:0px;
		border-bottom:10px solid #fff;
	}
    #mainNav .navbar-nav > li > a {
        font-weight: 600 !important;
		text-align: center;
		padding-left: 15px;
		font-size: 0.9rem
    }
	#mainNav .navbar-nav > li:last-child {
		background: none;
		margin:0;
	}
	#mainNav .navbar-nav > li:last-child a{
		color: #231815 !important;
		text-align: center;
		padding-right:0;
		border:2px solid #231815;
		background: #fff;
		width: 100%;
	}
	#mainNav .navbar-nav > li:last-child a:hover{
		background: none;
		border:2px solid #000;
	}
    ul.navbar-nav {
        padding-bottom:0%;
    }
    li.nav-item{
        padding:5px 0;
        width:100%;
    }

	li.nav-item:last-child {
		margin-left:-6px;
	}
    .nav-link {
        display:inline-block;
        width:95%;
    }
}

@media screen and (min-width: 992px) {
	.nav-item {
	position: relative;
}
	.nav-item:hover::after {
		bottom: -10px;
		opacity: 1;
	}
	.nav-item::after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -20px;
    left: 0;
    margin: auto;
    background-color: #231815;
    transition: 0.5s ease;
    opacity: 0;
}
}

/* グローバルメニュー：トグルボタン */

#nvtgl {
    position: absolute;
    width: 34px;
    height: 18px;
    top: 30px;
	right:20px;
    display: block;
}
#nvtgl span {
    display: block;
    position: absolute;
    width: 100%;
    border-bottom: solid 2px #231815;
    transition: .3s ease-in-out;
    padding-top: 0px;
    left: 0px;
}

#nvtgl span:nth-child(1) {
    top: 0px;
}
#nvtgl span:nth-child(2) {
    top: 9px;
	width: 100%;
}
#nvtgl span:nth-child(3) {
    top: 18px;
	width: 75%;
}

#nvtgl.one span:nth-child(1) {
    top: 7px !important;
    left: 0px !important;
    -webkit-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
}
#nvtgl.one span:nth-child(2) {
    top: 7px !important;
    right: 4px !important;
    -webkit-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
	display: none;
}
#nvtgl.one span:nth-child(3) {
    top: 7px !important;
    right: 0px !important;
    -webkit-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
	width: 100%;
}
/*---------------------
固定ページ：Index
---------------------*/

#submenu h3 {
	text-align: center !important;
}
#submenu ul{
	border-top:1px solid #d3d6dc;
	padding-top:10px;
	margin:0 20px;
	
}
#submenu ul::after {
	content:"";
	display:block;
	clear:both;
}
#submenu li{
	width:calc(25%);
	float: left;
	margin-bottom: 20px;
	text-align: center;
	font-size:0.9rem;
}
#submenu li:nth-child(4){
	margin-right: 0;
}
#submenu li:last-child{
	margin-right: 0;
}
#submenu li a {
    margin: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}
#submenu li a::after {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -.8em;
    display: inline-block;
    content: "";
    width: .4em;
    height: .4em;
    vertical-align: text-top;
    border-top: 2px solid #000;
	border-right: 2px solid #000;
    -ms-transform: rotate(135deg) translate(10px,0px);
    -webkit-transform: rotate(135deg) translate(10px,0px);
    transform: rotate(135deg) translate(10px,0px);
}

@media only screen and (max-width:960px) {
	#submenu li{
	width:48% !important;
	float: left;
	margin-bottom: 15px;
	margin-right: 2%;
	text-align: center;
}
#submenu li a::after {
    position:relative;
	left:50%;
	bottom:-5px;
    display: block;
    content: "";
    width: .4em;
    height: .4em;
    border-top: 2px solid #000;
	border-right: 2px solid #000;
}
}

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

footer {
	background: #898989 !important;
}

footer .container {
	padding:10px 0;
}

footer {
    text-align: center;
	background-color: rgb(245, 245, 245);
}

footer h3 {
	margin:0;
	color:#fff;	
	font-weight: normal;
}

footer p.cp {
	font-size: 0.6rem !important;
	color:#595757 !important;
	background: #b3b3b3;
	padding: 3px 0 2px;
	margin:0;
}

/*フッターメニュー*/
footer ul {
	margin: 0 auto;
	padding:0;
	width:65%;
}
ul.fnav {
	width:100%;
	margin:0 auto;
}

@media (max-width: 572px) {
	footer ul {
	width:100% !important;
	margin:0 auto;
}
}
.ftnav ul::after {
	clear: both;
}
.ftnav li{
	list-style: none;
	width:25%;
	float: left;
	margin-bottom: 20px;
	text-align: center;
}

.ftnav li a {
	color:#fff;
	font-size:0.9rem;
	width:100%;
}
.ftnav li a:hover {
	text-decoration: underline;
}



@media (max-width: 992px) {
.ftnav li{
	list-style: none;
	width:50%;
	float: left;
	margin-bottom: 20px;
	text-align: center;
}	
}

/*---------------------
ページトップへ
---------------------*/

.page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
.page-top a {
    background: #231815;
    text-decoration: none;
    color: #fff;
    width: 50px;
	height: 50px;
	padding-top:10px;
    text-align: center;
    display: block;
    border-radius: 50%;
	opacity: 0.9;
	font-size: 1rem;	
}
.page-top a:hover {
    text-decoration: none;
    background: #FFEB00;
	color:#231815;
	opacity: 0.9;
}

/*---------------------
ページ内：枠テキスト
---------------------*/

p.read {
	padding:10px;
	border: 3px solid #ebeef2;
	font-weight: 400;
	padding-left:20px;
	padding-right: 20px;
	text-align: center;
}
@media (max-width: 992px) {
	p.read {
		margin: 0;
	}
}

p.read .small {
	font-size:0.9rem;
}
p.read .attension {
	color:#E94829;
}

/*---------------------
固定ページ：メインビジュアル、タイトル
---------------------*/

.pg_main h1 {
	padding: 0 20px;
	line-height: 1.6;
}
.pg_main h1 span{
	font-size:1.6rem;
	border-bottom:4px solid rgba(233,72,41,0.2);
}
@media (max-width: 992px) {
.pg_main h1 span{
	font-size:1.4rem;
}
}
.pg_main h1 span.h1_ttl {
	font-size:1.2rem;
	border-bottom: none;
}

@media (max-width: 992px) {
	.pg_main h1 {
	line-height: 1.15;
}
}
/*---------------------
トップページスライド
---------------------*/

.slide {/*親div*/
  position: relative;/*相対配置*/
  }

.slide p {
  position: absolute;
  top: 90%;
  left: 50%;
	width:90%;
  -ms-transform: translate(-50%,-90%);
  -webkit-transform: translate(-50%,-90%);
  transform: translate(-50%,-90%);
  margin:0;
  padding:0;
	background-color: rgba(0,0,0,0.2);
	padding: 10px 25px;
	color: #fff;
	
}

@media only screen and (max-width:767px) {
.slide p {
  width:85%;
	top:90%;
}
}

.c-hero {
  margin: 0;
  overflow: hidden;
}
@media only screen and (max-width:767px) {
  .c-hero {
    margin: 0;
    padding:2% 0;
    background-size: 100%;
  }
}

.c-hero__slideshow {
  display: block;
  overflow: visible;
  position: relative;
  max-width: 720px;
  margin: 0 auto;
}

@media only screen and (max-width:767px) {
  .c-hero__slideshow {
    overflow: hidden;
  }
}

.c-hero [aria-label=Previous], .c-hero [aria-label=Next] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  position: absolute;
  top: 50%;
}

.c-hero [role=tablist] {
  margin: 14px auto 0;
  padding: 0;
  text-align: center;
}

@media only screen and (max-width:767px) {
  .c-hero [role=tablist] {
    margin: 7px auto 0;
  }
}

.c-hero [role=tablist] li {
  display: inline-block;
  margin: 0 10px;
}

@media only screen and (max-width:767px) {
  .c-hero [role=tablist] li {
    margin: 0 4px;
  }
}

.c-hero [role=tablist] li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  width: 12px;
  height: 12px;
  background: #231815;
  border: none;
  overflow: hidden;
  text-indent: -999px;
  border-radius: 15px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media only screen and (max-width:767px) {
  .c-hero [role=tablist] li button {
    width: 11px;
    height: 11px;
  }
}

.c-hero [role="tablist"] li[class="slick-active"] button {
  border: 4px solid #231815;
	background: #FFEB00;
}

@media only screen and (max-width:767px) {
  .c-hero [role="tablist"] li[class="slick-active"] button {
    border: 3px solid #231815;
  }
}

.c-hero [aria-label=Previous] {
  left: 0;
  z-index: 10;
	  background:#efefef;
}

.c-hero [aria-label=Next] {
  right: 0;
  z-index: 10;
}

.c-hero .slick-slide>div {
  padding: 0 19px;
}

@media only screen and (max-width:767px) {
  .c-hero .slick-slide>div {
    padding: 0 3%;
  }
}

.c-hero .slick-slide>div img {
  max-width: 100%;
  border-radius: 10px;
  border: 4px solid #fff;
}

@media only screen and (max-width:767px) {
  .c-hero .slick-slide>div img {
    border-width: 6px;
  }
}

.c-hero .slick-prev, .c-hero .slick-next {
  background: #231815;
  border: 1px solid transparent;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  margin: 0;
  position: absolute;
  top: 50%;
  margin-top: -47px;
  z-index: 100;
  outline: none;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

@media only screen and (max-width:767px) {
  .c-hero .slick-prev, .c-hero .slick-next {
    top: 50%;
    margin-top: -53px;
  }
}

.c-hero .slick-prev:hover, .c-hero .slick-next:hover {
  opacity: .6;
}

.c-hero .slick-prev:after, .c-hero .slick-next:after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-top: 3px solid #FFEB00;
  border-right: 3px solid #FFEB00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 22px;
  top: 50%;
  margin: -6px 0 0 -8px;
}

@media only screen and (max-width:767px) {
  .c-hero .slick-prev:after, .c-hero .slick-next:after {
    right: 33px;
  }
}

.c-hero .slick-prev {
  left: 0;
}

@media only screen and (max-width:767px) {
  .c-hero .slick-prev {
    left: -27px;
  }
}

.c-hero .slick-prev:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  right: 19px;
}

@media only screen and (max-width:767px) {
  .c-hero .slick-prev:after {
    right: 8px;
  }
}

.c-hero .slick-next {
  right: 0;
}

@media only screen and (max-width:767px) {
  .c-hero .slick-next {
    right: -27px;
  }
}

/*---------------------
トップページ：お知らせ
---------------------*/

span.td-date {
	font-size:0.8rem;
	font-weight: 600;
	border-bottom:1px solid #231815;
}

/*---------------------
プロジェクト：対応可能な条件
---------------------*/

.table-bordered th.th_back {
	background: #eee;
}
#pj_can table td {
	text-align: center;
	font-size:1rem;
	min-height: 100%;
	width:20%;
}
@media (max-width: 992px) {
	#pj_can table th{
		border-left: none;
		border-bottom:none;
		border-top:none;
	}
	#pj_can table td {
		border: none;
	}
}

/*---------------------
プロジェクト：導入フロー
---------------------*/
.step {
	width: 100%;
	border: 1px solid #0086cd;
	margin-bottom: 30px;
	position: relative;
}

.st_line:after {
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background: #0086cd;
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    margin: auto;
}

.step_ttl {
  background: #fff;
  width:100%;
	 border-bottom: 1px solid #0086cd;
	padding:10px 10px 0 20px;
	
	color:#0086cd;
}
.step_content {
  background: #fff;
	width:100%;
  padding: 20px 20px 10px 25px;

}

.step__number {

  margin-top: auto;
  margin-bottom: auto;
  border-radius: 50%;
  background-color: #fff;
border:3px solid #0086cd;
  font-weight: bold;
  color: #0086cd;
  display:inline-block;
  width: 40px;
  height: 40px;
  font-size: 1.1rem;
	padding-left:5px;
	padding-top:2px;
}
.step__title span {
	margin: 0 10px;
}

/*---------------------
プロジェクト：よくある質問
---------------------*/

.faqlist{
	max-width:1080px;
}
.faqlist dt{
	position: relative;
	padding-left: 28px;
	font-size: 1rem;
}
.faqlist dt:first-child{
	margin-top: 40px;
}
.faqlist dd{
	position: relative;
	margin-top: 15px;
	padding-left: 28px;
	font-size: 0.95rem;
	margin-bottom: 30px;
}
.faqlist dt::before{
	position: absolute;
	display: inline-block;
	font-size:1.2rem;
	font-weight: 700;
	left: 0;
	top:-6px;
}
.faqlist dd::before{
	position: absolute;
	display: inline-block;
	font-size:1.2rem;
	font-weight: 700;
	left: 2px;
	top:-3px;
}
.faqlist dt::before{
	content: '\0051\002e';
	color:#e94829;
}
.faqlist dd::before{
	content: '\0041\002e';
	color:#231815;
}



/*---------------------
組織概要：理事紹介
---------------------*/

.card_box dt,dd,ul,li {
	list-style: none;
	line-height: 1.8;
	padding-bottom:3px;
	font-size:1rem;
}

.card_box h3 {
	font-size:1.3rem;
}
.card_box h3 span {
	font-size:0.85rem;
	color:#fff;
	padding:3px 10px;
	margin-right: 15px;
}
.card_box h3 span.type_01{
	background: #0086cd;
	width:50%;
}
.card_box h3 span.type_02{
	background: #007241;
	width:50%;
}
.card_box h3 span.type_03{
	background: #e94829;
	width:50%;
}
.card_box h3 span.type_04{
	background: #ffeb00;
	color:#231815;
	width:50%;
}
.card_box {
	border: 1px solid #efefef;
	-webkit-box-shadow: 0 10px 88.2px 1.8px rgba(19, 19, 19, .1);
	box-shadow: 0 10px 88.2px 1.8px
	rgba(19, 19, 19, .1);
	margin-top:100px;
}
.card_box img {
	margin-left:15px;
	margin-top:-30px;
	margin-bottom: 30px;
}
.card_content {
	padding:20px 30px 10px 30px;
}

@media (max-width:979px) {
	.card_box {
		width:107%;
	}
	.card_content {
		margin-right: 20px;
	}
	.card_box img {
	margin-right:-30px;
}
	.card_box h3 {
		font-size:1.9rem;
		margin-top:-180px;
	}
	.card_box h3 span {
	font-size:0.85rem;
	color:#fff;
	padding:3px 10px;
	margin-right: 15px;
	display: block;
	text-align: center;
	margin-bottom:10px;
	border-radius: 5px;
	}

	.card_content_sm {
		margin-top:-75px;
	}
	.card_content_txt {
		background: #fff;
	}
	.card_box dt {
		font-weight: bold;
}

	.card_box img{
		width:100%;
		left:0;
		position:static;
	}
	.card_box h3 {
		font-size:1.9rem;
		margin-top:0;
}
	.card_content_sm {
		margin: 0;
	}	
}
/*---------------------
組織概要：内部構成
---------------------*/
.tree {
	position: relative;
	background: white;
	margin:0 0 0 0px;
	font-family: 'Roboto Mono', monospace;
	font-size: .85rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
}
.tree span {
	font-size: 13px;
	letter-spacing: .4px;
	color: #231815;
}
.tree .fa-folder-open, .tree .fa-folder {
	color: #007bff;
}
.tree .fa-html5 {
	color: #f21f10;
}
.tree ul {
	padding-left: 7px;
	list-style: none;
}
.tree ul li {
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tree ul li:before {
	position: absolute;
	top: 15px;
	left: 0;
	width: 20px;
	height: 1px;
	margin: auto;
	content: '';
	background-color: #231815;
}
.tree ul li:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 100%;
	content: '';
	background-color: #231815;
}
.tree ul li:last-child:after {
	height: 15px;
}
.tree ul a {
	cursor: pointer;
}
.tree ul a:hover {
	text-decoration: none;
}
/*---------------------
組織概要：アクセス
---------------------*/
#gmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
#gmap iframe,
#gmap object,
#gmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*---------------------
プロジェクト：事業価値
---------------------*/

.pjmerit {
	border: 1px solid #efefef;
	min-height: 200px;
	padding: 15px;
	background: #fff;
	border:1px solid #efefef;
	-webkit-box-shadow: 0 10px 88.2px 1.8px rgba(19, 19, 19, .1);
	box-shadow: 0 10px 88.2px 1.8px rgba(19, 19, 19, .1);
	margin-bottom:10px;
	border-radius: 10px;
}

.pjmerit i {
	color:#007241;
	font-size: 1.2rem;
	margin-right:5px;
}

/*---------------------
ご支援・ご参加：ミッション
---------------------*/

.tojyou .msbox {
	background: #fff;
}

@media (max-width: 992px) {
	.tojyou .msbox {
	margin:0 15px;
}
}

.tojyou div h2 span{
	background: #FFEB00;
	color:#231815;
	display: inline-block;
    position: relative;
    z-index: 3;
	font-size:1.8rem;
	padding:2px 10px;
}

.tojyou p {
	font-size:1.2rem;
	letter-spacing: 0.1rem;
	line-height: 3rem;
	font-weight: 600;
}
.tojyou ul {
	margin:5px 0 15px 0;
}
.tojyou p span {
	color:#e94829;
}
.tojyou ul li span{
	color:#0086cd;
}

/*---------------------
ご支援・ご参加：寄付のしくみ
---------------------*/

#kifu table {
	border: 3px solid #231815;
	width: 100%;
}
#kifu th {
	background: #0086cd;
	color:#fff;
	text-align: center;
	margin:0;
	padding:10px 20px;
	border: 3px solid #231815;
	font-weight: 400 !important;
}
#kifu td {
	text-align: left;
	margin:0;
	padding:10px 20px;
	border-bottom: 3px solid #231815;
	font-weight: normal !important;
}

@media (max-width:657px) {
#kifu th,td{display : block;}
	#kifu th {
		border: none;
		border-bottom: 3px solid #231815;
	}
	#kifu table {
		border-bottom:none;
	}
}

/*---------------------
ご支援・ご参加：協賛・賛助会員メリット
---------------------*/

#sp_merit ul {
	padding:20px;
	margin:10px 0 20px;
}
#sp_merit li {
	font-size:1rem;
	letter-spacing: 0.1rem;
	line-height: 2;
}
#sp_merit li span{
	margin:10px 0;
	font-size:1.5rem;
}

.head-border {
	display: flex;
	align-items: center;
	width: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}
.head-border:before {
	content: "";
	height:2px;
	flex-grow: 2;
	background-color:#231815;
}
.head-border:before {
	margin-right: 1rem;
	padding-right:30px;
}

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

.contact-container {
    margin: 0 auto;
    padding: 70px 65px;
    box-sizing: border-box;
}

@media (max-width: 992px) {
.contact-container {
    padding: 70px 15px;
}
}

.form-container .row{
    margin-bottom:0px;
}

.form-container .row .col-lg-4,
.form-container .row .col-lg-8 {
    font-size:0.85rem;
    text-align: left;
    margin-bottom:25px;
    font-weight: 500;
    letter-spacing: 0.13rem;
    width:100%;
}
.form-container .row .col-lg-4{
    font-weight: 600;
}


span.mwform-radio-field {
    margin-left:20px;
    padding-right:30px;
}

.form-container .col-lg-8 input {
    box-sizing: border-box;
    font-size: 0.85rem;
    letter-spacing: .016em !important;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    color: #111;
    background:#fff;
    box-shadow: none;
}

.form-container textarea {
    font-size: 0.85rem;
}

.form-btn input {
    font-size:0.8rem;
}

.mw_wp_form_input p.dsp-input-none {
       display: none !important; 
}

.mw_wp_form_preview div.dsp-none,
.mw_wp_form_preview p.dsp-none,
.mw_wp_form_preview hr.dsp-none,
.mw_wp_form_preview h3.dsp-none,
.mw_wp_form_preview h4.dsp-none {
    display: none !important;
}

.mw_wp_form_preview .col-lg-4,
.mw_wp_form_preview .col-lg-8 {
    foint-size:0.9rem;
    line-height:2rem;
}
.mw_wp_form_preview .col-lg-8 {
    background:#fafafa;
}

.form-container .btn{
	font-size:0.9rem !important;
	padding: 5px 15px;
	background: #231815;
	border: 1px solid #231815;
	color:#fff;
	border-radius: 0;
	letter-spacing: 0.2rem;
	padding:5px 10px 5px 15px !important;
	text-align: center !important;
}
.form-container .btn2{
	font-size:0.9rem !important;
	padding: 5px 15px;
	background: #898989;
	border: 1px solid #231815;
	color:#fff;
	border-radius: 0;
	letter-spacing: 0.2rem;
	padding:5px 10px 5px 15px !important;
	text-align: center !important;
}
.form-container .btn:hover{
	background: #FFEB00;
	color:#231815;
	font-weight: bold;
}
.form-container .btn2:hover{
	background: #FFEB00;
	color:#231815;
	font-weight: bold;
}

span.form-required {
    font-weight: normal;
    font-size:0.65rem;
    padding:3px 5px;
    border-radius: 4px;
}
span.form-attention {
    font-size:0.8rem;
	margin-bottom: 5px;
	color:#666;
    display: block;
}
.mw_wp_form_preview span.form-attention {
    display: none;
}
select {
    box-sizing: border-box;
    font-size: 0.8rem !important;
    letter-spacing: .016em !important;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    color: #333;
    background: #fff;
    box-shadow: none;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
}

/*---------------------
お知らせ：記事一覧（サムネイル画像）
---------------------*/

.thumbnail:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }

.thumbnail img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s
}

/*---------------------
お知らせ：シングル
---------------------*/

.honbun {
    text-align: left;
}
.honbun h1 {
    font-size:1.4rem;
	line-height: 1.4;
    margin-bottom: 0;
	padding-bottom: 10px;
	border-left:4px solid #231815;
	padding:5px 15px;
}
.honbun h2 {
    letter-spacing: 0.13rem;
    margin:0 0 40px;
    line-height: 1.7;
    font-weight: 600;
    font-size:1.2rem;
}
.honbun h3 {
    margin:40px 0;
    font-size:1rem;
    font-weight: 600;
    display: block;
	border-left:4px solid #231815;
	padding:5px 10px;
}
.honbun p.date {
	color:#595757 !important;
	text-align: right;
}
.honbun img{
    margin-bottom: 30px;
}
.honbun table {
    margin-bottom: 30px;
    
}
.honbun table th{
    font-size: 0.8rem;
    padding-right:20px;
    
}
.honbun table th span{
box-sizing: border-box;
font-size: 0.7rem;
letter-spacing: 0.04rem;
border-radius: 10px;
color: #fff;
background-color: #333;
box-shadow: none;
    padding:5px 10px;
    font-weight:500;
}
.honbun table td{
    font-size: 0.8rem;
    padding-right:20px;
}

/*ブログサイドバー*/
.sidebar {
    text-align: left;
}
.sidebar h3 {
	margin-bottom: 40px;
}
.sidebar h4 {
	font-weight: 400;
	font-size: 0.9rem;
	margin-top: 10px;
	line-height: 1.5;
}
.sidebar p{
    font-size:0.8rem;
}

/*ブログシングルページ送り*/
.page_nav {
	text-align: center;
	margin-bottom: 50px;
}
.page_nav span{
	width:50%;
	margin:0 20px;
}
.page_nav span:last-child {
	margin:0;
}

@media (max-width: 992px) {
	.sidebar {
		border-top:1px solid #231815;
		padding-top:50px;
	}
}

.blog_content::after {
	font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-weight: 900;
    padding-right: 5px;
	text-align: right;
	display: block;
	margin-top:-43px;
	
}

.tag__01 {
	background: #000;
	color:#fff;
	font-size:0.7rem;
	padding:2px 0 2px 5px;
	text-align: center;
	margin-right: 10px;
}
.date {
	font-size:0.9rem;
}

span.blog_cat {
	background: #000;
	color:#fff;
	font-size:0.7rem;
	padding:2px 5px;
	text-align: center;
	margin-right: 10px;
	display: inline-block;
}

.excerpt h3 {
	font-size:0.9rem;
	line-height: 1.5;
	font-weight: 400;
	margin: 0;
	padding: 0;
}



/*---------------------
協賛・賛助会員一覧
---------------------*/

.card {
	border: 0px solid #efefef;
	border-radius: 0;
}
@media (max-width: 572px) {
.card {
	border: 1px solid #efefef;
}
}
.card {
	overflow: hidden;
	margin-bottom:15px;
}
.card:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }
.card img{
	width: 100%;
	height: 100%;
	border: 1px solid #efefef;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s
}
.card div {
	padding:10px 0px;
}
@media (max-width: 572px) {
.card div {
	padding:20px;
}
}