@charset "UTF-8";
@import "../scss/global.css"; /*色*/
/*背景画像*/
/*メディアクエリ*/
/*width*/
/*色*/
/*背景画像*/
/*メディアクエリ*/
/*width*/
html {
  font-size: 62.5%;
}

.btm {
    text-align: right;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: initial;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: initial;
  padding: initial;
  color: #333;
}

a {
  text-decoration: none;
  cursor: pointer;
  color:rgb(30, 163, 247);
}

h2 {
  font-size: clamp(2.3rem, 2.191rem + 0.55vw, 2.6rem);
  letter-spacing: 0.2rem;
  color: #063d78;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
h2 sup {
  vertical-align: top;
}

h3 {
	
  font-size: clamp(1.8rem, 1.691rem + 0.55vw, 2.1rem);
  color: #063d78;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
h3 sup {
  vertical-align: top;
}

p {
  font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
  line-height: clamp(2.8rem, 2.655rem + 0.73vw, 3.2rem);
}

.bold {
  font-weight: 600;
}

b{
  font-weight: 600;
line-height: 3;}

sup {
  font-size: 1.8rem;
  font-weight: 300;
  vertical-align: initial;
}

del {
  background-image: linear-gradient(#e60012, #e60012);
  background-position: 0 50%;
  background-size: 100% 8%;
  background-repeat: repeat-x;
  text-decoration: none;
  padding: 0 2px;
}

ins {
  text-decoration: none;
  color: #e60012;
}


ul,
ol {
  /*list-style-type:armenian; */
  margin: initial;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin-bottom: 1rem;
}
       
.success-note {background-color: #f9d8d8; padding: 5%; margin: 2% 0; }
.success-note p {text-align: justify; font-size: 1.8rem; font-weight: 600; color: #000;}

@media screen and (max-width: 576px)  { .success-note p {font-size: 1.5rem;}}

/*
.success-note {background-color: #063d78; padding: 5%; margin: 2% 0; }
.success-note p {text-align: justify; font-size: 1.8rem; font-weight: 600; color: #ffffff;}

*/

.zoom {transition: transform .2s;}            
.zoom:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.1); 
}

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

}
/* --- Icon Bar --- */
.main-container .icon-bar {  width:15%; top: 1%;  right: -1%;
  /*-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
position: fixed;
}
.main-container .icon-bar img {width:65%; margin: 5% 0 }

.main-container .icon-bar a {
  display: block;
  text-align: center;
  padding: auto;
  transition: all 0.3s ease;
  color: rgb(232, 14, 192);
  font-size: 8px;
}
@media screen and (max-width: 576px) {
  .main-container .icon-bar img {width: 55%; margin: auto;}
}

@media screen and (max-width: 768px) {
  .main-container .icon-bar {  
    width:100%;  
    /*bottom: -75%; top: 0; right:0;
    display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
  position: fixed;
  margin: 2% auto; */
  position: relative; flex-direction: unset;  margin-bottom: 1%; }
  .main-container .icon-bar img {width: 55%; margin: auto;}
}

_
/*------------------------------------------*/
.next-event-btn {
  position: absolute;
  width: 10%;
  z-index: -1;
  right: 0%; background-color: #06166e;
  /* background-color: #06166e;*/
  text-align: center;
  border-radius: 15px; padding: 0.5rem;
}
.next-event-btn  h3 {color: inherit;}
.next-event-btn a {
  font-size: clamp(1.1rem, 1.127rem + 0.36vw, 1.5rem);
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  padding: 1.0rem;
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.next-event-btn  a:hover {
 color: #f3abb1;
}

@media  (max-width: 576px) {
  .next-event-btn { width: 25%; height: auto; padding: 0.5rem }
  .next-event-btn a { padding: 0.1rem ; font-size: clamp(0.8rem, 0.58rem + 1.0vw, 1.3rem);}
 }
 @media  (min-width: 768px) {
  .next-event-btn { width: 15%; height: auto; padding: 0.5rem }
  .next-event-btn a { padding: 0.1rem ;   font-size: clamp(1.1rem, 1.127rem + 0.26vw, 1.5rem);}
 }

  @media  (min-width: 960px) {
    .next-event-btn { width: 13%; height: auto; padding: 1rem 0; }
  }
  
/*----------------------------------------*/
.best_practice_awd-btn {
  position: absolute;
  z-index: -1;
  right: 0%;
  top: 140px;
  margin-top: 1%;
  width: 13%;

}
.best_practice_awd-btn a {
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.best_practice_awd-btn a img {width: 100%; float: inline-end;}
.best_practice_awd-btn a:hover {
  color: #ffffff;
  background-color: #033377;
  border: #01274e solid 2px;
}

@media  (max-width: 576px) {
  .best_practice_awd-btn {width: 34%; top: 100px; padding: 0; }

 }
 @media  (min-width: 768px) {
  .best_practice_awd-btn {width: 18%; top: 110px; padding: 0; }
 }
 @media  (min-width: 960px) {
  .best_practice_awd-btn {width: 13%; top: 120px; padding: 0; }
 }
 
/*----------------------------------------*/
.prime-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.prime-btn a {
  font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
  font-weight: 600;
  color: #ffffff;
  background-color: #063d78;
  padding: 0.5rem 2rem;
  border: #063d78 solid 2px;
  border-radius: 8px;
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.prime-btn a:hover {
  color: #063d78;
  background-color: #ffffff;
}

hr {
  display: block;
  border: #063d78 solid 0.5px;
  margin-bottom: 2rem;
}

/* CONTAINERS ###################################*/
.main-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: clamp(0.11rem, -0.455rem + 7.27vw, 0.5rem);
  z-index: 10; 
}
#hero {
  width: 100%;
}
#hero img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}




/* CONTAINERS - middle ###################################*/
.main-container .sub-container{width: 80%;}
.main-container .sub-container h3 {text-align: center; margin-bottom: clamp(3rem, 2.273rem + 3.64vw, 2rem);}   
/* CONTAINERS - left ###################################*/
.main-container .banner-container{width: 10%; background-color: #e91e6312;}
  .main-container .banner-container h3 {text-align: center; margin-bottom: clamp(3rem, 2.273rem + 3.64vw, 2rem);}
  
/* CONTAINERS - right ###################################*/
.main-container .ad-container{width: 10%; background-color: #ff980030;}
  .main-container .ad-container h3 {text-align: center; margin-bottom: clamp(3rem, 2.273rem + 3.64vw, 2rem);}  

  @media screen and (max-width: 768px){
    .banner-container {display: none;}
    .ad-container {display: none;}
    .main-container {display: flex; flex-direction: column;}
    .main-container .sub-container {width: 100%;}
    }


  .main-container .sub-container section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15%;
}

header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5rem 2rem;
  position: fixed;
}
header .head-wrap {
  display: grid;
  grid-template-columns: calc(20rem + 5vw) auto;
  width: 100%;
  position: relative;
  background: transparent;
}
header .head-wrap .header-logo {background: transparent;}
header .head-wrap .header-logo a {
  border-radius: 10%;
  display: block;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
header .head-wrap .header-logo a span {
  font-size: clamp(2rem, 2.5rem + 0.36vw, 2.7rem);}

header .head-wrap .header-logo a h2 {
  font-size: clamp(1.6rem, 1.527rem + 0.36vw, 1.8rem);
  letter-spacing: inherit;
}
header .head-wrap .header-logo a h3 {
  font-size: clamp(1rem, 1rem + 0.36vw, 1.5rem);
  letter-spacing: inherit;
}
header .head-wrap .header-logo a:hover {
  opacity: 0.6;
}





header .head-wrap .gnav {
  width: 100%;
}
header .head-wrap .gnav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
header .head-wrap .gnav ul li a {
  font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
  font-weight: 600;
  color: #063d78;
}
header .msg-btn {text-align: center; padding: 1%; font-weight: 600;
  width: 65%; background-color: #fdd5d3; border-radius: 0px !important; border: 2px double #f89194;
}


@media  (max-width: 576px) { 
  header .msg-btn {width: 40%;}
  header .msg-btn h3  {font-size: clamp(0.1rem, 1rem + 0.36vw, 0.9rem) !important;} 
}

/* notice-bar ##################################### */
.notice-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20%;
  max-width: 20%;
  height: auto;
  max-height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5rem;
  margin: 2% 0 ;
  position: fixed;
 top: 10%;
}
.notice-bar .notice-bar-wrap {
  display: grid;
  grid-template-columns: calc(20rem + 5vw) auto;
  width: 100%;
  position: relative;
  background: transparent;  
}
.notice-bar .notice-bar-wrap img {width: 75%; border-radius: 15px; border: 1px solid #d1ad71;}

@media screen and (max-width: 1100px) {
  .notice-bar {display: contents; width: 100%;}
  .notice-bar .notice-bar-wrap {display: block; width: 50%; margin:0% 25% 22% 25%;}
  .notice-bar .notice-bar-wrap img {width: 100%; margin: auto;}
}
/* ##################################### */

/* ##################################### */

.container {
  width: 100%;
  max-width: 78rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 clamp(0.5rem, -0.045rem + 2.73vw, 2rem);
}

.container h3 {
  text-align: center;
  margin-bottom: clamp(3rem, 2.273rem + 3.64vw, 2rem);
}

#news .container .news-list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: #333 solid 0.5px;
  padding: 0 1rem;
  margin-bottom: 1rem;
}
#news .container .news-list ul li dt {
  font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
  font-weight: 600;
  color: #333;
}
#news .container .news-list ul li dd {
  font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
  font-weight: 400;
  color: #333;
}
#news .container .news-list ul li dd a {
  color: #063d78;
  font-weight: 600;
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
#news .container .news-list ul li dd a:hover {
  color: #e60012;
}

@media screen and (max-width: 576px) {
  #news .container .news-list ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #news .container .news-list ul li dd {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}

#director .container table {width: 100%;padding: 0% 10%;}
#director .container table tr td {
  padding-left: 15%; font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem); width: fit-content;}

  @media screen and (max-width: 576px){
    #director .container table {padding: 0% 3%;}
    #director .container table tr td { padding-left: 1%;}
  }
.meeting h2 {
  text-align: center;
}
.meeting h3 {
  text-align: left;
  border-bottom: #063d78 solid 2px;
  padding: 0 0.5rem;
}
.meeting h3 span {
  font-size: clamp(1.2rem, 1.127rem + 0.36vw, 1.4rem);
  font-weight: 400;
  color: #063d78;
  padding-left: 2rem;
}
.meeting p {
  margin-bottom: 2rem;
  text-align: justify;
}
.meeting .event-title {
  padding: 0 0.5rem;
}
.meeting .event-title p {
  font-size: 1.8rem;
  font-weight: 600;
  color: #063d78;
  margin-bottom: 1rem;
}
.meeting .event-title h3 {
  color: #333;
  border-bottom: none;
  padding: 0 clamp(0.5rem, -0.045rem + 2.73vw, 2rem);
}
.meeting .event-title h3 span {
  font-size: clamp(1.2rem, 1.127rem + 0.36vw, 1.4rem);
  font-weight: 400;
  color: #333;
  padding-left: 2rem;
}
.meeting .message-img {
  width: 100%;
  max-width: 24rem;
  float: right;
  padding: 1rem;
  margin-left: 2.5%;
}
.meeting .message-img img {
  width: 100%;
  max-width: 100%;
  border-radius: 5px;
}
@media screen and (max-width: 576px) {
  .meeting .message-img {
    float: initial;
    display: block;
    max-width: 100%;
    padding: initial;
  }
}
.meeting .event-list {
  padding: 0 clamp(1rem, 0.636rem + 1.82vw, 2rem);
}
.meeting .event-list h4 {
  font-size: clamp(1.6rem, 1.527rem + 0.36vw, 1.8rem);
  font-weight: 600;
  color: #063d78;
}
.meeting .event-list h4.sub-head {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 2rem;
}
.meeting .event-list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 1rem;
  margin-bottom: 2rem;
}
.meeting .event-list ul li dt {
  width: 100%;
  max-width: 18rem;
  font-size: clamp(1.6rem, 1.527rem + 0.36vw, 1.8rem);
  font-weight: 600;
  color: #333;
}
.meeting .event-list ul li dd {
  font-size: clamp(1.6rem, 1.527rem + 0.36vw, 1.8rem);
  font-weight: 400;
  color: #333;
  -webkit-margin-start: 0rem;
          margin-inline-start: 0rem;
}
.meeting .event-list ul li dd span {
  font-size: clamp(1.2rem, 1.127rem + 0.36vw, 1.4rem);
  }
.meeting .event-list ul li dd a {
  color: #063d78;
  font-weight: 600;
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.meeting .event-list ul li dd a:hover {
  color: #e60012;
}
.meeting .event-list ul li dd.bold {
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .meeting .event-list ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .meeting .event-list ul li dt {
    margin-bottom: 0.5rem;
  }
  .meeting .event-list ul li dd {
    -webkit-margin-start: 1rem;
            margin-inline-start: 1rem;
  }
}
.meeting .event-list ul.basic-ul li {
  display: block;
  font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
  color: #333;
  padding-left: 1em;
  text-indent: -1em;
  margin-left: 1rem;
}
.meeting .event-list ul.basic-ul li ul {
  margin-top: 2rem;
  padding-left: 1em;
}
.meeting .event-list ul.basic-ul li ul li {
  list-style-type: initial;
  font-size: clamp(1.2rem, 1.127rem + 0.36vw, 1.4rem);
  font-weight: 400;
  margin-bottom: 1rem;
}
.meeting .double {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: 100%;
}
.meeting .double .left-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 35%;
  max-width: 100%;
  padding: 1rem;
}
.meeting .double .left-side h4 {
  margin-bottom: 3rem;
}
.meeting .double .left-side h4 a {
  font-size: clamp(1.5rem, 1.391rem + 0.55vw, 1.8rem);
  color: #063d78;
}
.meeting .double .left-side ul li {
  font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
  margin-bottom: 1.5rem;
}
.meeting .double .right-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 65%;
  max-width: 100%;
  padding: 1rem;
}
.meeting .double .right-side .map-wrap {
  width: 100%;
  max-width: 100%;
}
.meeting .double .right-side .map-wrap iframe {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 960px) {
  .meeting .double {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .meeting .double .left-side {
    width: 100%;
  }
  .meeting .double .right-side {
    width: 100%;
  }
}



/*　上に上がる動き　*/

#side-banner.UpMove{
  animation: UpAnime 2s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#side-banner.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(100);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}

@media only screen and (max-width:480px){
/* 表示領域が480px以下の場合 */
.img {
    display: block;
}
}

@media only screen and (max-width:960px){
    .img {
       display: block; 
    }
}


footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 100%;
  height: 2rem;
  background-color:#063d78;
  padding: 1rem 0;
}
footer p {
  font-size: clamp(0.8rem, 0.727rem + 0.36vw, 1rem);
  font-weight: 400;
  color: #ffffff;
}/*# sourceMappingURL=style.css.map */

.img1 {
    width:150%;
}

.warp-img  ul {
    display: flex;
    justify-content: center;
  }

 .warp-img li {
    list-style: none;
  }

.warp-img img:hover{
   transform:scale(1.8,1.8);
}

 .warp-img li:nth-child(2) {
    margin: 0 10px;
  }

.warp-img figure {
    padding: 0;
    margin: 0;
}

@media(max-width:800px){
    .warp-img　ul{
        list-style-type:none;
        display: block;
        flex-direction: column;
        flex-wrap: wrap;
    }
}
    


/* 第3回学術集会関連のスタイル */
.success-note .normal-weight,
.success-note .signature-section {
  font-size: 1.65rem !important;
  line-height: 2.55rem !important;
  letter-spacing: 0.01em !important;
}

.success-note .normal-weight {
  font-weight: normal !important;
}

.success-note .signature-section p {
  text-align: right !important;
  font-weight: normal !important;
}



.success-note .signature-section p {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1.65rem !important;
  line-height: 2.55rem !important;
  letter-spacing: 0.01em !important;
}

/* 第3回学術集会の画像拡大効果を無効化 */
.no-zoom:hover {
  transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
}

.no-zoom img:hover {
  transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
}

.eras-btn {
  position: relative;
  display: inline-block;
  background: #4ec3f7;
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  border-radius: 10px;
  border: 3px solid #fff;
  padding: 0.7em 1.0em 0.7em 1.0em;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  line-height: 1.5;
  transition: background 0.2s, box-shadow 0.2s;
  min-width: 180px;
  max-width: 100%;
  letter-spacing: 0.03em;
}
.eras-btn::before {
  content: "";
  position: absolute;
  top: 5px; left: 5px; right: 5px; bottom: 5px;
  border: 2px solid #fff;
  border-radius: 7px;
  pointer-events: none;
  box-sizing: border-box;
}
.eras-btn:hover {
  background: #29b6f6;
}
.eras-btn-arrow {
  font-size: 2.5rem;
  font-weight: bold;
  vertical-align: middle;
  margin-right: 0.4em;
  display: inline-block;
  line-height: 1;
  letter-spacing: -0.1em;
}

.simple-4th-banner {
  display: inline-block;
  background: #111a4d !important;
  color: #fff !important;
  border-radius: 18px;
  text-align: center;
  text-decoration: none;
  padding: 1.2em 1.5em;
  min-width: 120px;
  max-width: 180px;
  box-sizing: border-box;
  font-family: 'Yu Gothic', '游ゴシック体', YuGothic, 'Yu Gothic', sans-serif;
  border: 4px solid #fff !important;
  transition: box-shadow 0.2s;
}
.simple-4th-banner:hover {
  box-shadow: 0 4px 16px #0002;
}
.simple-4th-banner-title {
  font-size: 1.4rem;
  margin-bottom: 0.3em;
  letter-spacing: 0.05em;
}
.simple-4th-banner-number {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.2em;
  letter-spacing: 0.08em;
}
.simple-4th-banner-sub {
  font-size: 1.6rem;
  margin-bottom: 0.3em;
  letter-spacing: 0.05em;
}
.simple-4th-banner-place {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}



