@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: sans-serif;
}
.scroll-up-btn{
  position: fixed;
  height: 40px;
  width: 42px;
  background: #484848;
  right:12px;
  bottom: 10px;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  border-radius: 100%;
  border-bottom-width: 2px ;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.scroll-up-btn:hover {
    background: #6A6969;
}
.scroll-up-btn i{
  color: #fff;
}
.scroll-up-btn.show{
  bottom: 30px;
  opacity: 1;
  pointer-events: auto;
}
/* google form */
.google-form{
  margin-top: 100px;
}
.google-form-iframe{
  width: 100vh;
  height: 200vh;
  margin-left: 20%;
}
.google-form1{
  margin-top: 100px;
}
.google-form-iframe1{
  width: 100vh;
  height: 150vh;
  margin-left: 20%;
}
/* Top Container */
.FHCについて {
  display: -ms-grid;
  display: grid;
  grid-gap:5px;
          grid-template-areas:
    'case case top-box-a'; 
}
.FHCについて .max-width{
  width: 80%;
}
.FHCについて p{
  padding: 20px;
  padding-top: 0;
  padding-bottom: 0;
}
.協議会概要{
  display: -ms-grid;
  display: grid;
  grid-gap:5px;
          grid-template-areas:
    'case case top-box-a'; 
}
.協議会概要 .top-box {
  position: relative;

}
.入会案内{
  display: -ms-grid;
  display: grid;
  grid-gap:5px;
          grid-template-areas:
    'case case top-box-a'; 
}
.入会案内 .top-box {
  position: relative;
 
}

/* koteki-hoken page */
.event-list li{
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  margin: 1rem 0rem;
}
.event td {
  padding: 1px 2px;
}
.event__title{
  white-space: nowrap;
}
/* Top Box */
.top-box {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  padding: 10px;
  margin-left: -40%;
  
}
.top-box .flexcontainer{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  /* background-color:#484848 ; */
  background-color:#FBF6F6 ;
  height: auto;
 
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
}
.top-box .flexcontainer h3{
  font-size: 18px;
  padding: 10px;
  text-align: center;
  border: 1px solid #FBF6F6;
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
          box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
  color: #484848;
  /* background-color:#fde6e6; */
  /* color:#fff ;
  background-color:#353535; */
}
.top-box .flexcontainer h2{
  text-align: center;
  color: #484848;
}
.top-box .flexcontainer a{
  width: 110%;
  height: 90%;
  padding:8px;
  padding-left: 30px;
  padding-right: 50px;
 }

 .top-box .flexcontainer a:hover{
  /* width: 82%;
  height: 82%; */
  opacity: .7;
 }

.badge__new {
  display: inline-block;
  background-color: #E52326;
  padding: 1px 6px;
  line-height: 18px;
  margin-left: 2px;
  font-size: 8px;
  border-radius: 10px;
  color: #f8eaea;
 }
html {
	font-size: 12px;
	scroll-behavior: smooth;
}
a {
	text-decoration: none;
}

.logo{
	margin-top: 5px;
    width: 80px;
 
}

.max-width{
width: 70%;
margin: 0 auto;
padding: 60px 0;
}

.max-width .title{
  font-size: 23px;
  font-weight: lighter;
}
.section{
    padding: 0;
}
.banner{
  display: none;
}
.title{
  color: #484848;
	font-weight: lighter;
  /* background: #FBF6F6; */
}
.container {
	min-height: 100vh;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
img {
	height: 100%;
	width: 100%;
	
}
table{
  width: 100%;
  margin-left: 16px;
  border-collapse: collapse;
  font-size: 16px;
  color:#484848;
  font-weight: lighter;
}
tr{
  vertical-align: top;
  line-height: 2.5rem;
}

.link__button {
  background-color: #1555ec;
  padding: 4px 10px;
  border-radius: 3px;
  color: #fff;
}
.link__button:hover {
  background-color: #0f44c2;
  color: #fff;
}
.panel__image {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
p {
	color: #484848;
	font-size: 16px;
	margin-top: 5px;
	line-height: 2.5rem;
	font-weight: lighter;
	letter-spacing: .05rem;
}
.section-title {
	font-size: 25px;
	font-weight: lighter;
	color: #484848;
	margin-bottom: 10px;
	letter-spacing: .2rem;
	text-align: center;
}
.wrapper{
  background: #FBF6F6;
  position: fixed;
  width: 100%;
  position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100vw;
	height: auto;
}
.wrapper nav{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: calc(100% - 80px);
    margin: 0 auto;
    height: 90px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.wrapper nav .home-nav{
    display: flex;
}
.home-nav .logo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-nav .brand-text a{
  display: flex;
  flex-direction: column;
  align-items: baseline;
  margin-left:4px;
  
}
.home-nav .brand-text .brand-text__jp{
    font-size: 1.2rem;
}
.home-nav .brand-text .brand-text__en{
    font-size: 1rem;
    margin-top: -0.5rem;
    font-stretch:ultra-expanded;
    color:#484848;
}

nav .content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
nav .content .nav-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content .logo a{
  color: #484848;
  font-size: 30px;
  font-weight: 600;
}
.content .nav-list li{
  list-style: none;
  line-height: 70px;
}
.content .nav-list li a,
.content .nav-list li label{
  color: #484848;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content .nav-list li label{
  display: none;
}
.content .nav-list li a:hover,
.content .nav-list li label:hover{
  background: #f8eaea;
}
.wrapper .menu-icon{
  color: #484848;
  font-size: 18px;
  cursor: pointer;
  line-height: 70px;
  width: 70px;
  height: 70px;
  text-align: center;
}
.wrapper .menu-icon{
  display: none;
}
.wrapper #show-search:checked ~ .search-icon i::before{
  content: "\f00d";
}
.wrapper #show-search:checked ~ .search-box{
  opacity: 1;
  pointer-events: auto;
}
.go-icon{
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 60px;
  width: 70px;
  background: #FBF6F6;
  border: none;
  outline: none;
  color: #484848;
  font-size: 20px;
  cursor: pointer;
}
.wrapper input[type="checkbox"]{
  display: none;
}

/* Dropdown Menu code start */
.content .nav-list ul{
  position: absolute;
  background: #FBF6F6;
  top: 80px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.content .nav-list li:hover > ul{
  top: 70px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content .nav-list ul li a{
  display: block;
  width: 100%;
  line-height: 30px;
  border-radius: 0px!important;
}
.content .nav-list ul ul{
  position: absolute;
  top: 0;
  right: calc(-100% + 8px);
}
.content .nav-list ul li{
  position: relative;
}
.content .nav-list ul li:hover ul{
  top: 0;
}

/*  */
.title span  {
	color: #EF7C89;
	font-size:65px;
	font-family:'Times New Roman', Times, serif;
	font-weight: bolder;
}
.title span1  {
	color: #E83D46;
	font-size: 65px;
	font-family:'Times New Roman', Times, serif;
	font-weight: bolder;
}
.title span2 {
	color: #E52326;
	font-size: 65px;
	font-family:'Times New Roman', Times, serif;
	font-weight: bolder;
}
.お知らせ{
	background-color:#FBF6F6 ;
}
.お知らせ .max-width{
  width: 90%;
  padding-top:70px;
}
.お知らせ .flexcontainer1 p{
  color: #484848;
  font-size: 16px;
  
}
.お知らせ .flexcontainer1{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin:20px;
  border-bottom: 1px solid #ebebeb;
}
.お知らせ .flexcontainer1 .tab1{
 padding-left:40px;
}
.お知らせ .flexcontainer1 .tab2{
  padding-left:10%;
 }
/* img-container */

.img-container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  margin-left: -20%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.img-container .max-width{
  width:33%;

}
.img-container .max-width .container_2 .gallery{
  -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
          box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
}
.img-container .max-width .container_2 .gallery img{
  border-radius: 3px;
  
}
.img-container .max-width .container_2 .gallery .desc{
  padding: 15px;
  text-align: center;
  font-size: 18px;
  color: #484848;
  /* background: #f8eaea; */
}


.container1{	
	display: -webkit-box;	
	display: -ms-flexbox;	
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	padding-left: 5%;
}
.left{
	width: 50%;
	height: 40%;	
}
.right{
	width:50%;
	height: 40%;
	opacity: .9;
}

.membership {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  font-size: 18px;
  font-weight: lighter;
  color: #484848;
  column-gap: 4rem;
}

.membership__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  border: 1px #EF7C89 solid;
}

.membership__card__head{
  background-color: #f8eaea;
  font-weight: normal;
  padding: 2rem;
  text-align: center;
  border-bottom: 1px #EF7C89 solid;
}
.membership__card__desc {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
.membership__card__desc ul{
  padding: 1rem;
  list-style-type: none;
  line-height: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
 

}

.membership__card__fee{
  background-color: #FBF6F6;
  border-top: 1px #EF7C89 solid;

  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
.membership__card__fee p{
  text-align: center;
}

/* 本協議会（FHC）発足の背景と趣向 section */
.本協議会（FHC）発足の背景と趣向{
	
	font-size: 16px;
    position: relative;
	overflow: hidden;

}
.本協議会（FHC）発足の背景と趣向 .title{
    margin-bottom: 20px;
    border-bottom: 1px solid #687D68;
	color: #FFFFFF;
}
.本協議会（FHC）発足の背景と趣向 .title span4{
	background: #687D68;
	display: inline-block;
	padding: 2px 20px;
}
.本協議会（FHC）発足の背景と趣向 img{
  width: 80%;
  padding-left:10%;
} 
/* .本協議会（FHC）発足の背景と趣向 .title span4:before{
	position: absolute;
	content: "";
	width:2%;
	height: 5%;
	margin-left: 24.5%;
	margin-top: 0.1%;
	background:#687D68 ;
	z-index: -1;
	transform: rotate(45deg);
} */

/* 設立日 section */

.設立日 .title{
	margin-bottom: 20px;
    border-bottom: 1px solid #687D68;
	color: #FFFFFF;
}
.設立日 .title span4{
	background: #687D68;
	display: inline-block;
	padding: 2px 20px;
}

/* 目的 section */
.目的 .title{
	margin-bottom: 20px;
    border-bottom: 1px solid #687D68;
	color: #FFFFFF;
}
.目的 .title span4{
	background: #687D68;
	display: inline-block;
	padding: 2px 20px;
}

/* 事業内容 section */

.事業内容 .title{
	margin-bottom: 20px;
    border-bottom: 1px solid #687D68;
	color: #FFFFFF;
}
.事業内容 .title span4{
	background: #687D68;
	display: inline-block;
	padding: 2px 20px;
}
.事業内容 p span5{
	font-size: 18px;
	font-style: bold;
}
/* 会員特典 section */

.会員特典 .title{
	margin-bottom: 20px;
    border-bottom: 1px solid #687D68;
	color: #FFFFFF;
}
.会員特典 .title span4{
	background: #687D68;
	display: inline-block;
	padding: 2px 20px;
}
.会員特典 p span5{
	font-size: 18px;
	font-style: bold;
}
/* About Section */
/* 会長挨拶 .max-width  */
#会長挨拶 .about {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	text-align: center;
	margin: 0 ;
	padding: 10px;
  border: 1px solid #FBF6F6;
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
          box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
#会長挨拶 .about p{
	color: #484848;
	font-size: 16px;
	font-weight: lighter;
  margin-top: 30px;
}
#会長挨拶 .about  img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
#会長挨拶 .container {
	min-height: 50vh;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  gap: 24px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#会長挨拶 .col-left {
	width: 250px;
	height: 360px;
}
#会長挨拶 .col-right {
	width: 100%;
}
#会長挨拶 .about .col-right .title h5{
  margin-top:30px;
}
#会長挨拶 .about .col-right p{
  text-align: left;
}
/* #会長挨拶 .col-right p {
	margin-bottom: 20px;
} */
#会長挨拶 .col-right .cta {
	color: black;
	margin-bottom: 50px;
	padding: 10px 20px;
	font-size: 2rem;
}
#会長挨拶 .col-left .about-img {
	height: 100%;
	width: 100%;
	position: relative;
	border: 2px solid #E83D46;
  border-radius: 3px;
  overflow: hidden;
  margin: 4px;
}

/* End About Section */


.役員等名簿 .flex-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 10px;
  background: #FBF6F6;
  /* justify-content: center; */
}
.役員等名簿 .flex-container .flex-left{
  /* border-right:1px solid #687D68 ; */
  padding-left: 40px;
  width: 30%;
}
.役員等名簿 .flex-container .flex-center{
  width: 30%;
  
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.役員等名簿 .flex-container .flex-center p{
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.役員等名簿 .flex-container .flex-right{
  width: 40%;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.役員等名簿 .flex-container .flex-right p{
  color:#E83D46;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.役員等名簿 .flex-container .flex-right p:hover{
  color:#fd2e38;
  text-decoration: underline;
  text-underline-offset: 5px;
}
/* 組織体制 section */
.組織体制 .structure img{
  width: 70%;
  display: block;
  margin: 0 auto 0 auto;
  border: 1px solid #FBF6F6;
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
          box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
/* 入会申し込み方法 scetion */
 .入会案内{
  margin-top:3%;
}
/* .入会申し込み方法 .max-width{
  width:75%;
} */
.入会申し込み方法 .title{
	margin-bottom: 20px;
  border-bottom: 1px solid #687D68;
	color: #FFFFFF;
}
.入会申し込み方法 .title span4{
	background: #687D68;
	display: inline-block;
	padding: 2px 20px;
}
.入会申し込み方法 p span5{
	font-size: 18px;
	font-style: bold;
}
.入会申し込み方法 .btn1 {
	position: relative;
	display: inline-block;
        padding-left: 70px;
        padding-top:30px;
	color: #fff;
	background-color: #687D68;
	/* border: 2px solid #687D68; */
	font-size: 26px;
	margin-top: 30px;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	cursor: pointer;
  width:400px;
  height: 100px;
  margin-left:30%;
  border: 1px solid #687D68;
  border-radius: 3px;
}
.入会申し込み方法 .btn1:hover {
	color: #687D68;
  border: 2px solid #687D68;
  background-color: #fff;
}
/* 入会申し込み方法 */


.会員 .cards .card {
  width:250px;
  height:280px;
  margin: 1vmin 1vmin;
  border: 0.5px solid #FBF6F6;
}
.会員 .cards .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
h5{
  color: #484848;
  font-weight: lighter;
  text-align: center;
  font-size: 16px;
}
.cards div {
  padding: 0;
  margin: 0;
}
.cards .title1 {
  background: #FBF6F6;
  padding: 1.4em 2.5em;
  font-size: 2vmin;
}
.card .card-text {
  padding: 2.5rem 3rem;
  color: #484848;
  text-align: left;
}
/* footer section */
.main-content .box p{
	font-size: 14px;
	margin-left: 45%;
	color: #6A6969;
  }
  .footer{
	bottom: 0px;
	width: 100%;
	background: #FBF6F6;
  }
  .main-content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px;
  }
  .main-content .box .container11{
	  width: 30%;
	  height: 20%;
	  margin-left: 30%;
  }
  .main-content .box{
	-ms-flex-preferred-size:55%;
	    flex-basis:55%;
	padding: 10px 20px;
  }
  .footer .main-content .left .content1 p{
    width:100%;
    margin-left:10%;
    font-size: 13px;
    color: #484848;
  }
  .footer .main-content .left .content2{
    margin-left: 10%;

  }
  .footer .main-content .left .content2 p{
    width:100%;
    
    font-size: 13px;
    color: #484848;
  }
  .center h2{
	font-size: 16px;
	color: #484848;
  }
  .center .content{
	margin: 20px 20px 0 80px;
	position: relative;
  }
  .center .content li{
	text-decoration: none;
	list-style: none;
  }
  .center h2{
	  margin-left: 25%;
	  margin-bottom: 10px;
  }
  .center h2 a{
	  color:#484848;
	  font-weight: lighter;
	  font-size: 18px;
  }
  .center .content li a{
	color:#484848;
	list-style: none;
	font-size: 16px;
	
	margin-left: 15%;
	line-height:1.8 ;
  }
  .right .content{
	  margin-left: 20%;  
  }
  .right .content li{
	  list-style: none;	  
	  font-size: 18px;
  }
  .right .content li a{
	color:#484848;
	line-height: 2.1;
  }

.協議会概要{
  margin-top: 3%;
  color: #484848;
}

@-webkit-keyframes menu_puls {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.4);
		        transform: scale(1.4);
	}
}
/* Responsive code */
@media screen and (max-width: 1450px){
  .wrapper .logo{
		margin-top: 5px;
	}
  
  .google-form-iframe{
    width:75vh;
    height:200vh;
    margin-left: -15px; 
  }
  .google-form-iframe1{
    width:75vh;
    height:200vh;
    margin-left: -15px; 
  }
}
@media screen and (max-width: 1250px){
  .wrapper nav{
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
  }
  nav .content .nav-list{
    margin-left: 30px;
  }
  .content .nav-list li a{
    padding: 8px 12px;
  }
  .google-form-iframe{
    width:75vh;
    height:200vh;
    margin-left: -15px; 
  }
  .google-form-iframe1{
    width:75vh;
    height:200vh;
    margin-left: -15px; 
  }
}
@media (max-width:1220px){
  .お知らせ .flexcontainer1{
    display: block;
  }
  .home .home  img {
    height: 100%;
    width: 100%;
    /* margin-top: -10%; */
  }

  nav .content .nav-list{
    margin-left: 30px;
  }
  .content .nav-list li a{
    padding: 11px;
  }

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

  .img-container .max-width .container_2 .gallery{
    -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
            box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
  }
  .img-container{
    -webkit-box-shadow: 0px 0px 10px rgba(250, 250, 250, 0.1);
    box-shadow: 0px 0px 10px rgba(241, 241, 241, 0.1);   
    max-width: 100%; 
    margin-left:0;  
    margin-bottom: 20px;
  }
  .max-width{
    width: 100%;
    padding: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wrapper{
    width:99%;
  }

  .home .home  img {
    height: 100%;
    width: 100%;
    /* margin-top: -65%; */
  }
  .content .nav-list li{
    margin-right: 30px;
  }
  .content .nav-list li a{
    padding: 3px;
  }
  .FHCについて{
    /* margin-top: -75%; */
    width: 100%;
  }
  .FHCについて .max-width{
    width:90%;
    padding: 0;
  }
  .wrapper .brand h2 {
		font-size: 18px;
		margin-left: 1px;
	}
	.wrapper .brand h3{
		font-size: 17px;
		color:#484848 ;
		margin-top: -15px;
    margin-left: 1px;
	}
  .FHCについて {
        grid-template-areas:
  'case'
  'top-box-a';
}
.協議会概要 {
  margin-top:60px;
      grid-template-areas:
'case'
'top-box-a';
}
.協議会概要 .top-box{
  display: none;
}
.入会申し込み方法 .max-width .cards .card {
  width: 100%;
  height: 100%;
  /* margin-left: 20%; */
}
.入会案内{
  margin-top: 50px;
}
.入会案内 .top-box{
  display: none;
}
.FHCについて .top-box{
  display: none;
}
.img-container .max-width{
  width: 95%;
  padding: 20px;
}
.img-container .max-width .container_2 .gallery .desc{
  padding: 15px;
  text-align: center;
  font-size: 16px;
  color: #484848;
}

.banner {
 width:100%;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;

}
.banner .flexcontainer11{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  /* background-color:#484848 ; */
  background-color:#FBF6F6 ;
  height: auto;

}
.banner .flexcontainer11 h3{
  font-size:26px;
  padding: 20px;
  text-align: center;
  color: #484848;
  /* color:#fff ; */
  background-color:#FBF6F6;
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
          box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
.banner .flexcontainer11 h2{
  text-align: center;
  color: #484848;
  font-size: 14px;
  
}
.banner .flexcontainer11 a{
 width: 30%;
 height:auto;
 padding:8px;
 margin-left:35%;;
 
}
.top-box .flexcontainer h3{
  font-size:26px;
  padding: 20px;
  text-align: center;
  color: #484848;
  /* color:#fff ; */
  background-color:#FBF6F6;
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
          box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
.top-box .flexcontainer a{
  width: 30%;
  height:auto;
  padding:8px;
  margin-left:35%;
 }
.top-box .flexcontainer{
margin-left: 0;
}
.top-box{
margin-left: 0;
}
.本協議会（FHC）発足の背景と趣向 img{
  width: 100%;
  padding-left:0;
} 
.入会申し込み方法{
  max-width: 100%;
} 
.会員 .cards .flex-row {
  display: block;
  margin: 0;
}
.組織体制 .structure img{
  width: 100%;
  display: block;
  margin: 0 auto 0 auto;
  border: 1px solid #FBF6F6;
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
          box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
.scroll-up-btn{
  width: 40px;
  height:40px;
  font-size:25px;
 
  right: 35px;
}

.役員等名簿 .flex-container .flex-left{
  padding-left: 0;
  width: 100%;
}
.役員等名簿 .flex-container .flex-center{
  width: 100%;
}
.役員等名簿 .flex-container .flex-right{
  width: 100%;
}
.footer .main-content .left .container11 {
  width: 40%;
 margin-left: 30%;
}
.google-form-iframe{
  width:75vh;
  height:200vh;
  margin-left: -15px; 
}
.google-form-iframe1{
  width:75vh;
  height:200vh;
  margin-left: -15px; 
}
}
@media (max-width: 944px) {
  .google-form-iframe{
    width:75vh;
    height:200vh;
    margin-left: -15px; 
  }
  .google-form-iframe1{
    width:75vh;
    height:200vh;
    margin-left: -15px; 
  }
}
@media screen and (max-width: 900px){
  .membership {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 4rem;
  }

    .wrapper .menu-icon{
    height: 50px;
    width:50px;
    display: inline-block;
    border: 3px solid #484848;
    border-radius: 50%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 100;
    cursor: pointer;
    -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
            transform: scale(.8);
    margin-right:5px;

  }
  .wrapper .menu-icon:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 3px solid #484848;
    -webkit-animation: menu_puls 1s ease infinite;
            animation: menu_puls 1s ease infinite;
  }

  .wrapper #show-menu:checked ~ .menu-icon i::before{
    content: "\f00d";

  }
  nav .content .nav-list{
    display: block;
    position: fixed;
    background: #FBF6F6;
    height: 100%;
    width: 100%;
    top: 70px;
    margin-left: 0;
    max-width: 350px;
    overflow-y: auto;
    padding-bottom: 100px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  nav #show-menu:checked ~ .content .nav-list{
    left: 0%;
  }
  .content .nav-list li{
    margin: 15px 20px;
  }
  .content .nav-list li a,
  .content .nav-list li label{
    line-height: 40px;
    font-size: 20px;
    display: block;
    padding: 8px 18px;
    cursor: pointer;
  }
  .content .nav-list li a.bar{
    display: none;
  }

  /* dropdown responsive  */
  .content .nav-list ul,
  .content .nav-list ul ul{
    position: static;
    opacity: 1;
    visibility: visible;
    background: none;
    max-height: 0px;
    overflow: hidden;
  }
  .content .nav-list #show-features:checked ~ ul,
  .content .nav-list #show-services:checked ~ ul,
  .content .nav-list #show-items:checked ~ ul{
    max-height: 100vh;
  }
  .content .nav-list ul li{
    margin: 7px 20px;
  }
  .content .nav-list ul li a{
    font-size: 18px;
    line-height: 30px;
    border-radius: 5px!important;
  }
   /* footer section */
   footer{
	  position: relative;
	  bottom: 0px;
	}
	.main-content{
	  -ms-flex-wrap: wrap;
	      flex-wrap: wrap;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	      -ms-flex-direction: column;
	          flex-direction: column;
	}
	.main-content .box{
	  margin: 5px 0;
	}
	footer .right .content li{
		margin-right: 10%;
	}
  .footer .main-content .left .container11 {
    width: 50%;
  }
  .footer .main-content .left .content1 p{
    width:100%;
    margin-left:50%;
    font-size: 16px;
  }

  .footer .center{
    margin-left:10%; 
    width: 100%;
  }

  .footer .right .content{
    margin-left:70%;
    margin-top: -10px;
    width: 100%;
  }
  .banner {
    width:100%;
     display: -ms-grid;
     display: grid;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
     justify-items: center;

   }
   
   .banner .max-width .flexcontainer11{
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient:vertical;
     -webkit-box-direction:normal;
         -ms-flex-direction:column;
             flex-direction:column;
     /* background-color:#484848 ; */
     background-color:#FBF6F6 ;
     height: auto;
   }
   .banner .max-width .flexcontainer11 h3{
     font-size:20px;
     padding: 20px;
     text-align: center;
     color: #484848;
     /* color:#fff ; */
     background-color:#FBF6F6;
     -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
             box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
   }
   .banner .max-width .flexcontainer11 a{
    width: 40%;
    height:auto;
    padding:8px;
    margin-left:30%;;
    }
    .top-box{
      width:100%;
      display: -ms-grid;
      display: grid;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      justify-items: center;
     
    }
    .top-box .max-width .flexcontainer h3{
      font-size:26px;
      padding:20px;
      text-align: center;
      color: #484848;
      /* color:#fff ; */
      background-color:#FBF6F6;
      -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
              box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    }
    .top-box .max-width .flexcontainer a{
      width:10%;
      height:auto;
      padding:8px;
      margin-left:30%;
     }
}
@media (max-width: 700px) {
  .FHCについて {
            grid-template-areas:
      'case case';
  }
  .top-box{
    margin-left: 0;
  }
  .協議会概要 {
        grid-template-areas:
  'case'
  'top-box-a';
}
}
@media (max-width:768px){
  .membership {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 4rem;
  }

  .wrapper{
    width: 100%;
  }
  .home .home  img {
    width: 100%;
    margin: 0%;
  }
  /* .scroll-up-btn{
    display: none;
  } */
  .役員等名簿 .flex-container{
    display: block;
    width: 60%;
    margin-left:20%;
  }
  .役員等名簿 .flex-container .flex-left{
    border-bottom:1px dotted #687D68 ;
    border-right: none;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .役員等名簿 .flex-container, .flex-left, .flex-center, .flex-right p{
    text-align: center;
    font-size: 14px;
  }
  .役員等名簿 .flex-container .flex-left p{
    font-size: 18px;
  }
  .役員等名簿 .flex-container .flex-center p{
    font-size: 16px;
  }
  .役員等名簿 .flex-container .flex-center{
    margin-left:0;
  }
  .役員等名簿 .flex-container .flex-right{
    margin-left: 0;
  }

  .top-box .max-width .flexcontainer h3{
    font-size:26px;
    padding:20px;
    text-align: center;
    color: #484848;
    /* color:#fff ; */
    background-color:#FBF6F6;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
            box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
  }
  .top-box .max-width .flexcontainer a{
    width:30%;
    height:auto;
    padding:8px;
    margin-left:35%;
   }
   .banner {
    width:100%;
   }
   .banner .flexcontainer11 h3{
    font-size:26px;
    padding: 20px;
    text-align: center;
    color: #484848;
    /* color:#fff ; */
    background-color:#FBF6F6;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
            box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
  }
  .banner .max-width .flexcontainer11 a{
   width: 30%;
   height:auto;
   padding:8px;
   margin-left:35%;;
   }
   .入会申し込み方法 .max-width .cards .card {
    width: 100%;
    height: 100%;
    /* margin-left: 20%; */
  }
   .home .home  img {
    height: 100%;
    width: 100%;
    /* margin-top: -115%; */
  }
  .scroll-up-btn{
    width: 30px;
    height:30px;
    font-size:20px;
    line-height:30px;
    right: 35px;
  }
  /* .footer{
  width: 100%;
  height: 100%;
  } */
  .footer .main-content .left .content2{
    width:150%;
    margin-left:50%;
    font-size: 14px;
    color: #484848;
  }
}
@media (width: 768px){

  .home .home  img {
    height: 100%;
    width: 100%;
    /* margin-top: -60%; */
    
  }
  /* .footer .main-content .left .container11 {
    width: 30%;
   margin-left: 70%;
  } */
}

@media screen and (max-width: 500px){
  .membership {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 4rem;
  }

  p{
    font-size: 14px;

  }
  title{
    font-size: 16px;
  }
  .max-width{
    width: 100%;

  }
  .FHCについて .title{
    font-size: 20px;
  }
  .FHCについて p{
    width: 100%;
    padding: 0;
  }
  .お知らせ .flexcontainer1{
    width: 100%;
    padding: 0;
  }
  .banner {
    width:100%;
     display: -ms-grid;
     display: grid;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
    margin: 0;
   }
   .banner .flexcontainer11 h3{
    font-size:26px;
    padding: 20px;
    text-align: center;
    color: #484848;
    /* color:#fff ; */
    background-color:#FBF6F6;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
            box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
  }
  .banner .max-width .flexcontainer11 a{
   width: 40%;
   height:auto;
   padding:8px;
   margin-left:30%;;
   }
   .FHCについて .top-box .max-width{
    width:100%;
    
   }
   .FHCについて .top-box .max-width .flexcontainer h3{
    font-size:20px;
    padding: 10px;
    text-align: center;
    color: #484848;
    /* color:#fff ; */
    background-color:#FBF6F6;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
            box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
  }
  .FHCについて .top-box .max-width .flexcontainer a{
    width:40%;
    height:auto;
    padding:8px;
    margin-left:30%;
   }

  
  .役員等名簿 .flex-container{
    display: block;
    width:100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
  .FHCについて {
        grid-template-areas:
  'case'
  'top-box-a';
  }
  .協議会概要 {
      grid-template-areas:
  'case'
  'top-box-a';
  }
  .top-box .flexcontainer{
  margin-left: 10px;
  width: 92%;

  }
  .top-box{
  margin-left: 0;
  }
  .scroll-up-btn{
    width: 30px;
    height:30px;
    font-size:15px;
    line-height:30px;
    right: -1px;
  }

  .home .home  img {
    height: 100%;
    width: 100%;
    /* margin-top: -115%; */
    
  }
  .wrapper .logo{
		margin-left: 2%;
		margin-top: 15px;
	}
  .wrapper .brand h2{
		font-size: 11px;
		margin-left:1px;
	}
  .wrapper .brand h3{
		font-size: 10px;
		margin-left:1px;
		margin-top: -20px;
	}
  .wrapper nav{
    padding: 0 2px;
    display: flex;
    justify-content: space-between;
  }
  .content .logo a{
    font-size: 27px;
  }

  .home-nav .brand-text {
    display: none;
  }

  .wrapper .go-icon{
    width: 30px;
    right: 0;
  }
  .お知らせ .flexcontainer1{
    display: block;
    margin: 0;
  }
  .入会案内 {
    margin-top: 12%;
  }
  .入会申し込み方法 .btn1 {
    position: relative;
    display: inline-block;
    padding-top: 10px;
    padding-left: 30px;
    color: #fff;
    background-color: #687D68;
    /* border: 2px solid #687D68; */
    font-size: 16px;
    margin-top: 30px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer;
    width:250px;
    height: 50px;
    margin-left:10%;
  }
  .入会申し込み方法 .btn1:hover {
    color: #fff;
    background-color: #929191;
  }
  .入会申し込み方法 .max-width .cards .card {
    width: 100%;
    height: 100%;
  }
  .footer .main-content .left .container11 {
    width: 100%;
   margin-left: 80%;
  }
  .footer .main-content .left .content1 p{
    width:250%;
    margin-left:30px;
    font-size: 14px;
    color: #484848;
  }
  .footer .main-content .left .content2{
    width:150%;
    margin-left:60px;
    font-size: 14px;
    color: #484848;
  }
  .footer .right .content{
    margin-left:60px;
    margin-top: -10px;
    width: 100%;
    
  }
  .footer .right .content li a{
    font-size: 17px;
  }
  .footer .center{
    margin-left:-10px;
  }

}
@media only screen and (min-width: 1024px) {
	/* About */
	#会長挨拶 .about {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
    
	}
  #会長挨拶 .about p{
    margin-top: 50px;
    padding: 0;

  }
	#会長挨拶 .col-left {
		width: 600px;
		height: 400px;
		padding-left: 60px;
	}
  #会長挨拶 .about .col-right .title h5{
    font-size: 20px;
    padding: 5px;
    margin-bottom: -30px;
    font-weight: bolder;
  }
	#会長挨拶 .about .col-left .about-img::after {
		left: -45px;
		top: 34px;
		height: 98%;
		width: 98%;
		border: 10px solid  #E83D46;;
	}

  #会長挨拶 .about .col-right p{
    text-align: left;
	}
	/* End About */
}

.text-red {
  color: #E52326;
}