@charset "UTF-8";
/* CSS Document */

h2 {
    width: 660px;
    height: 110px;
    position: relative;
    color: #75562F;
    top: 190px;
    line-height: 1.4em;
    text-align: center;
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    padding-top: 30px;
    margin: 40px 0 40px 0;
}

h2 span {
    display: block;
    color: #6DBB58;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
}

h2 span:before {
    content:'';
    width: 320px;
    height: 1px;
    display: block;
    background-color: #000;
    left: 170px;
    transform: translate(170px, 0);
    -webkit-transform: translate(170px, 0);
    -ms-transform: translate(170px, 0);
    margin-top: 10px;
}

h2:before, h2:after { 
    content:'';
    width: 30px;
    height: 60px;
    position: absolute;
    display: inline-block;
    mix-blend-mode: multiply;
}

h2:before {
    border-left: solid 3px #6DBB58;
    border-top: solid 3px #6DBB58;
    opacity: 0.7;
    top:0;
    left: 0;
}

h2:after {
    border-right: solid 3px #6DBB58;
    border-bottom: solid 3px #6DBB58;
    opacity: 0.7;
    bottom:0;
    right: 0;
}

content {
    width: calc(90% - 80px);
    margin: 0 auto 240px auto ;
    display: block;
    max-width: 1120px;
    position: relative;
    top: 190px;
    background-color: #fff;
    padding: 60px 40px 45px 40px;
    box-shadow: rgba(117, 86, 47, 0.5) 5px 5px 3px 0;
    -webkit-box-shadow: rgba(117, 86, 47, 0.5) 5px 5px 3px 0;
    -moz-box-shadow: rgba(117, 86, 47, 0.5) 5px 5px 3px 0;
    background-image:url("../img/note.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
}


/*-------------- ノートの中 --------------*/

content h3 {
    font-size: 1.45em;
    position: relative;
    display: block;
    color: #3BA63E;
    margin: 10px 0 80px 0;
    text-align: center;
    line-height: 1.4em;
}

content h3 span {
    display: inline-block;
}

content h3:before {
    content: '';
    position: absolute;
    bottom: -35px;
    display: inline-block;
    width: 180px;
    height: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #FFE67A;
    border-radius: 5px;
}

content h4 {
    font-size: 1.2em;
    font-weight: 700;
    margin: 35px 0 5px 0;
}

content h4:before {
    content: '■';
    color: #6DBB58;
}

content .copy {
    font-size: 1.2em;
    line-height: 1.6em;
    font-weight: 500;
    text-align: center;
    color: #6DBB58;
}

content .copy span {
    display: inline-block;
}

content p {
    margin-bottom: 1.2em;
}

content li {
    margin-bottom: 0.8em;
    padding-left:1em;
	text-indent: -1em;
}

content li:before {
    content: '■';
    color: #6DBB58;
}

content li.line {
    margin-bottom: 0em;
    padding-left:0em;
	text-indent: 0em;
    display: inline-block;
    margin-right: 1.0em;
}

content li.circle {
    margin-bottom: 0.4em;
}

content li.circle:before {
    content: '●';
}

.report {
    line-height: 1.1em;
    text-align: left;
}

.report li {
    display: inline-block;
    margin-right: 3.0em;
}

.report li:before {
    content: '●';
}

.report li:after {
    content: '→';
    margin-left: 5px;
}

content .indent_1 {
    margin-left: 1em;
}

content .indent_1 strong {
    font-weight: 500;
    display: block;
    margin-top: 1.0em;
}

content img.flow {
    width: 80%;
    margin: 0 auto;
    display: block;
}

content strong_g {
    font-weight: 500;
    display: block;
    color: #00984B;
}

content .small {
    font-size: 0.9em;
    line-height: 1.6em;
    text-align: start;
}


/*-------------- メンバー  --------------*/

content member {
    margin-left: 1em;
    display: block;
}

content member a,b {
    font-weight: 500;
}


/*-------------- 活動報告の表  --------------*/

content .indent_1 table {
    line-height: 1.5em;
    border-spacing:  5px;
}

content .indent_1 table img {
    width:  350px;
    margin: 10px 0 10px 0;
}

content .indent_1 table th {
    font-weight: 500;
    vertical-align: top;
    text-align-last: justify;
    white-space: nowrap;
    padding-right: 10px;
}

content .indent_1 table td {
    vertical-align: top;
}


/*-------------- テーブル --------------*/

.table1 {
    border-collapse:  collapse;
    line-height: 1.5em;
    width: 100%;
    margin-top: 40px;
}

.table1 th {
    font-weight: 500;
    text-align-last: center;
    white-space: nowrap;
    background-color: #E2F1DE;
}

.table1 th,.table1 td {
    border: solid 1px #000;
    padding: 5px 10px;
}


/*-------------- フレックス --------------*/

.between_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 15px;
}

.flex_photo3 {
    width: 31%;
    line-height: 1.3em;
}

.flex_photo3 img {
}

.between_flex b {
    color: #00984B;
    display: block;
    margin-top: 6px;
}

.sdgs_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px 15px;
}

.flex_sdgs {
    width: 16%;
}

.flex_ma {
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: center;
}

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

.center {
    text-align: center;
}

.button {
    color: #6DBB58;
    font-size: 1.1em;
    line-height: 1.3em;
    font-weight: 500;
    border: solid 2px #B6DDAB;
    border-radius: 2em;
    display: inline-block;
    text-align: center;
    margin: 30px 0 0 0;
    padding: 0.7em 2.3em;
}

.button:hover {
    color: #fff;
    background-color: #6DBB58;
    transition: 0.2s linear;
}


/*-------------- 820以下  --------------*/

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

h2 {
    width: 92%;
    height: 80px;
    position: relative;
    top: 62px;
    line-height: 1.0em;
    font-size: 18px;
    line-height: 30px;
    padding-top: 17px;
    margin: 30px 0 25px 0;
}

h2 span {
    font-size: 13px;
}

h2 span:before {
    width: 60%;
    left: 32%;
    transform: translate(32%, 0);
    -webkit-transform: translate(32%, 0);
    -ms-transform: translate(325%, 0);
    margin-top: 6px;
}

h2:before, h2:after { 
    width: 20px;
    height: 40px;
}

h2:before {
    border-left: solid 2px #6DBB58;
    border-top: solid 2px #6DBB58;
}

h2:after {
    border-right: solid 2px #6DBB58;
    border-bottom: solid 2px #6DBB58;
}

content {
    width: calc(100% - 50px);
    top: 62px;
    margin: 0 auto 92px auto;
    padding: 40px 25px 40px 25px;
    background-size: 140%;
    box-shadow: rgba(117, 86, 47, 0.5) 0 5px 3px 0;
    -webkit-box-shadow: rgba(117, 86, 47, 0.5) 0 5px 3px 0;
    -moz-box-shadow: rgba(117, 86, 47, 0.5) 0 5px 3px 0;
}

content img.flow {
    width: 100%;
}


/*-------------- ノートの中（820以下） --------------*/

content h3 {
    font-size: 1.3em;
    margin: 10px 0 60px 0;
    text-align: center;
}

content h3:before {
    bottom: -30px;
    width: 140px;
    height: 6px;
    border-radius: 3px;
}

content h4 {
    font-size: 1.1em;
}

.report li {
    margin-right: 2.0em;
}


/*-------------- 活動報告の表（820以下） --------------*/

content .indent_1 {
    margin-left: 0em;
}

content .indent_1 table img {
    width:  min(300px, 95%);
}

content .indent_1 table th {
    font-size: 0.8em;
    padding-right: 5px;
}


/*-------------- テーブル（820以下） --------------*/

.table1 th,.table1 td {
    display: block;
    border-bottom: none;
}

.table1 {
    border-bottom: solid 1px #000;
}

/*-------------- メンバー（820以下）  --------------*/

content member {
    margin-left: 0em;
}


/*-------------- フレックス（820以下）  --------------*/
    
.flex_photo3 {
    width: 100%;
}

.sdgs_flex {
    gap: 10px 10px;
}

.flex_sdgs {
    width: 28%;
}

.flex_ma {
	display: block;	
	}	
}


/*----------------------------------------------------------------

お問い合せ

------------------------------------------------------------------*/

.inquiry_form input {
    font-size: 1.5em;
    padding: 3px;
}

.inquiry_form textarea {
    font-size: 1.1em;
    padding: 3px;
}

.inquiry_form input {
    width:100%;
}

.inquiry_form textarea {
    width:100%;
}

.inquiry_form input[type="text"]:focus,
textarea:focus {
  background: #EEF7E6;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}

.inquiry_form {
    border-collapse: collapse;
    width: 100%;
}

.inquiry_form th {
    background: #6FBA2C;
    font-weight: 500;
    color: #fff;
    padding: 15px 24px;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.inquiry_form td {
    padding: 15px 24px;
    border-bottom: 1px solid #838383;
}

button {
    color: #6DBB58;
    font-size: 1.1em;
    border: solid 2px #B6DDAB;
    border-radius: 2em;
    display: inline-block;
    text-align: center;
    margin: 20px 0 0 0;
    padding: 0.7em 2.3em;
    background-color: #fff;
}

button:hover {
    color: #fff;
    background-color: #6DBB58;
    transition: 0.2s linear;
    cursor:pointer;
}

.error {color:red;}

.but {
    text-align: center;
}

content dl dt {
    color: #fff;
    background-color: #6DBB58;
    padding: 0.4em 0.7em 0.4em 0.7em;
    font-weight: 500;
    border: solid 1px #B6DDAB;
}

content dl dd {
    padding: 0.2em 0 1.2em 0.7em;
    border: solid 1px #BCBCBC;
}


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

.but {
    text-align: center;
    margin-top: 20px;
}

.inquiry_form th {
    display: block;
    padding: 10px 0;
    border-bottom: none;
}

.inquiry_form td {
    display: block;
    padding: 10px 10px 10px 0;
    border-bottom: none;
}

button {
    font-size: 1.0em;
    border-: 2em;
    margin: 0;
    padding: 0.6em 2.1em;
}

}