@charset "utf-8";

.content_in{
  width: 950px;
  margin: 0 auto 5%;
}

h1 a{
  display: inline-block;
  text-decoration: underline;
}

h2{
	margin-top: 40px;
}

h4{
  font-size: 22px;
  text-align: left;
}

.mv{
  max-width: 1500px;
  margin: 0 auto;
}

.slick-dotted.slick-slider{
	margin-bottom: 0;
}

.slick-dots{
	bottom: 0;
}

.slick-dots li btn a{
	color: #fff;
}

.slick-dots li btn a:before{
	color: #fff;
}

.activity_log_cat,.news_cat{
  margin-left: 10px;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #b476cd;
}

.news_cat{
  background-color: dodgerblue;
}

.btn{
  margin-bottom: 40px;
}

@media screen and (max-width:960px){
  h1{
    font-size: 7vw;
  }
  
  h2{
    margin-top: 5%;
  }
  
  .content_in{
    width: 100%;
  }
  
  .mv{
    width: 100%;
  }
  
  .activity_log_cat,.news_cat{
    font-size: 3vw;
  }
}


/*********************************
top news
***********************************/
.news_l{
  float: left;
  width: 15%;
  margin-right: 5%;
}

.news_r{
  float: right;
  width: 80%;
}

.news_ul li{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #999;
}

.news_ul .time{
  margin-bottom: 10px;
  font-size: 18px;
}

.news_ttl{
  line-height: 1.5;
}

.news_txt{
  line-height: 1.5;
}

@media screen and (max-width:960px){
  .news_l{
    width: 30%;
  }

  .news_r{
    float: right;
    width: 65%;
  }
  
  .news_ul .time{
    font-size: 3.5vw;
  }
  
  .news_ttl{
    font-size: 4vw;
  }
  
  .news_txt{
    font-size: 3.5vw;
  }
}

/*********************************
insta
***********************************/
.insta{
	float: left;
	width: 50%;
}

.insta h3:before{
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../img/top/insta.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;  
}

.insta h3:before{
  margin-right: 20px;
}

.insta_box,.twitter_box{
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width:960px){
  .insta{
    float: none;
    width: 100%;
  }
}
/*********************************
twitter
***********************************/
.twitter {
	float: left;
	width: 50%;
}

.twitter h3:before{
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../img/top/X.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;  
}

.twitter h3:before{
  margin-right: 20px;
}

.twitter_box{
  text-align: center;
}


@media screen and (max-width:960px){
  .twitter{
    float: none;
    width: 100%;
  }

  .twitter_box iframe {
    width: 740px !important; 
  }
}

/*********************************
link
***********************************/
.link_teamsone{
  text-align: center;
}

.links img{
  width: 500px;
}

@media screen and (max-width:960px){
  .links img{
    width: auto;
  }
}

/*********************************
join_us
***********************************/
#join_us{
  max-width: 800px;
  margin-bottom: 50px;
}

.join_img{
  width: 400px;
  margin: 0 auto 50px;
}

.join_ttl{
  margin-top: 30px;
  font-size: 30px;
}

.join_fix li{
  margin-bottom: 5px;
  text-align: right;
}

.join_ul{
  margin-bottom: 30px;
}

.join_ul > span{
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1;
}

.join_ul li{
  margin-bottom: 20px;
  padding-left: 16px;
  text-indent: -16px;
  line-height: 1.5;
}

.join_ul li > span{
  display: block;
  line-height: 1.5;
}

.join_sign{
  text-align: right;
}

@media screen and (max-width:960px){
  .join_img{
    width: 100%;
    margin-bottom: 5%;
  }
}


/*********************************
history
***********************************/
#history{
  padding: 0 15%;
}

#history h3{
  line-height: 1.3;
}

#history h4{
  margin-bottom: 1%;
}

#history p{
  line-height: 1.5;  
}

@media screen and (max-width:960px){
  #history{
    padding: 0;
  }
}



/*********************************
greeting
***********************************/
.greeting_box img{
  margin-bottom: 30px;
}

.greeting_img{
  width: 400px;
  margin: 0 auto 50px;
}

.greeting_txt{
  margin-bottom: 20px;
  line-height: 2;
}


@media screen and (max-width:960px){
  .greeting_img{
    width: 100%;
    margin: 0 auto 5%;
  }
}

/*********************************
news
***********************************/
#news{
  padding: 0 15%;
}

@media screen and (max-width:960px){
  #news{
    padding: 0;
  }
}

/*********************************
member
***********************************/
.member_txt{
  margin-bottom: 5%;
  text-align: center;
}

.member_txt p{
  line-height: 1.5;
}

.member_box{
  margin-bottom: 7%;
}

.member_box_in{
  position: relative;
  float: left;
  width: 30%;
  margin: 0 5% 5% 0;
}

.member_box_in:nth-of-type(3n){
  margin-right: 0;
}

.member_position_box{
  position: absolute;
  display: inline-block;
  padding: 10px 20px;
  top: -5%;
  left: -5%;
  background-color: mediumvioletred;
  transform: rotate(-5deg);
}

.member_position{
  font-size: 25px;
  color: #fff;
}

#members_single .member_position{
  color: #000;
}

.member_leader{
  font-size: 25px;
  color: mediumvioletred;
}

.member_leader{
  color: #fff;
  background-color: dodgerblue;
}

.member_no_twitter{
  display: block;
  padding: 1% 0;
  font-size: 45px;
  text-decoration: none;
}

#members_single .member_no_twitter{
  display: unset;
}

.sns_box{
  margin-bottom: 2%;
}

.member_plece{
  float: left;
  font-size: 25px;
  line-height: 1.5;
}

.sns_icon{
  float: right;
}

.sns_icon a{
  font-size: 0;
}

.sns_icon img{
  width: 100px;
}

.sns_icon a:nth-child(2) img{
  margin-left:10px;
}

.member_img{
  margin-bottom: 2%;
}

.member_name{
  font-size: 35px;
  text-align: center;
  margin-bottom: 3%;
}

.member_img a{
  float: left;
  width: 23%;
  margin-right: 2.6%;
}

.member_img a:nth-of-type(4n){
  margin-right: 0;
}

.member_img a img{
  width: 100%;
}

.cont_box{
  margin-bottom: 10%;
}

.branch {
  margin-bottom: 5%;
}

.branch h3 {
  margin-bottom: 5%;
}

.branch h3 span{
  position: relative;
}
/*
.branch h3 span:before {
  position: absolute;
  content: '';
  display: inline-block;
  top: 50%;
  left: -90px;
  -webkit- transform: translateY(-50%) ;
  transform: translateY(-50%) ;
  background: url(../img/member/kantou.png) center no-repeat;
  width: 70px;
  height: 70px;
  background-size: cover;
}

.branch h3 span.touhoku:before {
  background: url(../img/member/touhoku.png) center no-repeat;
  background-size: cover;
}

.branch h3 span.tyuubu:before {
  background: url(../img/member/tyuubu.png) center no-repeat;
  background-size: cover;
}

.branch h3 span.kansai:before {
  background: url(../img/member/kansai.png) center no-repeat;
  background-size: cover;
}

.branch h3 span.kyuusyuu:before {
  background: url(../img/member/kyuusyuu.png) center no-repeat;
  background-size: cover;
}
*/
.branch .branch_box{
  position: relative;
  float: left;
  width: 23%;
  margin-bottom: 3%;
  margin-right: 2.6%;
}

.branch_box:nth-of-type(4n){
  margin-right: 0;
}

.branch_box .member_leader{
  position: absolute;  
  display: inline-block;
  top: -5%;
  left: -5%;
  margin-bottom: 5%;
  padding: 10px 20px;
  transform: rotate(-5deg);
}

.branch_box p{
  font-size: 30px;
  text-align: center;
}

.branch_img{
  margin-bottom: 5%;
}

@media screen and (max-width:960px){
  .member_box_in{
    float: left;
    width: 45%;
    margin: 0 5% 10% 0;
  }
  
  .member_box_in:nth-of-type(3n){
    margin: 0 5% 10% 0;
  }

  .member_box_in:nth-of-type(2n){
    margin: 0 0 10%;
  }

  
  .member_position_box{
    padding: 1vw 2vw;
  }
  
  .member_position{
    font-size: 3.4vw;
  }
  
  .member_name{
    font-size: 5vw;
  }
  
  .member_plece{
    font-size: 4vw;
  }
  
  .sns_icon{
    width: 34%;
  }
  
  .sns_icon img{
    width: 25%;
  }
  
  .member_img a{
    width: 47.5%;
    margin-bottom: 5%;
    margin-right: 5%;
  }
  
  .member_img a:nth-of-type(2n){
    margin-right: 0;
  }
  
  .branch {
    margin-bottom: 15%;
  }
  
  .branch h3{
    margin-bottom: 15%;
  }
  
  .branch h3 span:before {
    left: -20vw;
    width: 18.6vw;
    height: 18.6vw;
  }
  
  .branch .branch_box{
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 5%;
  }
  
  .branch .branch_box:nth-of-type(2n){
    margin-right: 0;
  }
  
  .branch_box .member_leader{
    font-size: 3.4vw;
    padding: 1vw 2vw;
  }
  
  .branch_box p{
    font-size: 5vw;
  }
  
  #members_single .member_no_twitter{
    font-size: 8vw;
  }
}


/*********************************
activity_log
***********************************/
#activity_log{
	padding: 0 15%;
}

#activity_log h2{
	margin-top: 40px;
}

.year_box{
	margin-bottom: 40px;
}

.year{
	margin-bottom: 15px;
	font-size: 30px;
	font-weight: bold;
}

.year_box ul{
	margin-left: 15px;
}

.year_box li{
	margin-bottom: 15px;
}

.year_time{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.year_box a{
	text-decoration: underline;
	padding-left: 1%;
}

.gallery{
  width: 80%;
  margin: 0 auto;
}

.cont_box p{
  line-height: 1.8;
}

.time{
  margin-bottom: 2%;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width:960px){
  #activity_log{
    padding: 0;
  }
  
  .year_time{
    font-size: 4vw;
  }
}

/*********************************
archive
***********************************/
#archive{
  padding: 0 15%;
}

.archive_ul{
  margin-bottom: 10%;
}

.archive_ul li{
  margin-bottom: 2%;
}

@media screen and (max-width:960px){
  padding: 0;
}

/*********************************
contact
***********************************/
#wpcf7-f9-o1{
  width: 800px;
  margin: 0 auto;
}

.cf7_box{
  width: 90%;
  margin: 0 auto;
  padding: 4%;
  border: 1px solid #000002;
  border-radius: 15px;
}

.cf7_box span{
  display: inline-block;
  margin-bottom: 2%;
}

.cf7_box span.contact{
  width: 100%;
  padding: 0;
}

.cf7_box span.contact textarea{
  width: 100%;
  margin-bottom: 0;
}

.notes_txt,.cf7_name,.cf7_sex,.cf7_area,.cf7_mail,.cf7_sub,.notes_txt2{
  margin-bottom: 5%;
}

.cf7_sub{
  margin-top: 5%;
  text-align: center;
}

.cf7_sub input{
  padding: 10px 40px;
  color: #fff;
  background-color: #000002;
  border: 0;
}

@media screen and (max-width:960px){
  #wpcf7-f9-o1{
    width: 100%;
  }
  
  .cf7_box{
    width: 100%;
  }
  
  .cf7_name input,
  .cf7_sex input,
  .cf7_mail input{
    width: 100%;
  }
}