.note {
    padding: 10px;
    margin: 10px;
    font-size: .7em;
    border: solid 1px;
}
.message {
	clear: both;
    margin: 50px auto 0px;
    /* padding: 10px 10px; */
    padding: 100px 10px;
    border: #02b8ad dotted 3px;
    border-radius: 5px;
    text-align: center;
	color: #02b8ad;
    max-width: 960px;
    font-weight: 500;
    background-color: #fff;
    font-size: 1.1em;
    letter-spacing: 0.1em;
    line-height: 2em;
}
.message p a {
	color: red;
	font-weight: 700;
}
.message p a:hover {
	color: #ff4e4e;
}
div#event {
    margin-top: 100px;
    margin-bottom: 80px;
}
@media screen and (max-width: 768px){
	.message {
		margin: 50px 15px 0px 15px;
	}
	.note {
    	font-size: 1.2em;
		border: 0px;
	}
	
	.buttons-2 {
	display:  inline-block !important;     /* インラインブロック要素を指定 */
	/*margin: 50px 27% 50px;*/
	margin: 20px 4px 20px !important;
	/*display: flex;
	justify-content: center;*/
		text-align: center;
}
	.buttontxt {
		font-size: .6em !important;
	}
	/*.sp {
		margin-bottom: 20px !important;
	}*/
	.mb20 {
	margin-bottom: 20px;
}
	
	.accBlock {
		font-size: 1em !important;
	}
	.table01 td {
		padding: 0.5em;
	}
}

/*基本と主な共通部分は省略*/
/*＊,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}*/

.buttons-2 {
	/*display:  inline-block !important; */    /* インラインブロック要素を指定 */
	/*margin: 50px 27% 50px;*/
	margin: 50px auto;
	display: flex;
	justify-content: center;
}

.buttontxt {
	font-size: .8em;
}


.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  margin-right: 20px;
	vertical-align: middle;
}

a.btn-gradient {
  font-weight: normal;

  color: #fff;
  border-radius: 0;
 /* background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(40%, #ff3cac),
    to(#562b7c)
  );*/
	background-image: linear-gradient(to top, #9be15d 0%, #00e3ae 100%);
/*  background-image: -webkit-linear-gradient(left, #ff3cac 40%, #562b7c 100%);
  background-image: linear-gradient(90deg, #ff3cac 40%, #562b7c 100%);*/
	
	background-image: linear-gradient(to top, #9be15d 0%, #00e3ae 100%);
}

a.btn-gradient:after {
	border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;

/*  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff3cac),
    color-stop(#562b7c),
    to(#2b86c5)
  );*/

/*  background-image: -webkit-linear-gradient(left, #ff3cac, #562b7c, #2b86c5);

  background-image: linear-gradient(90deg, #ff3cac, #562b7c, #2b86c5);*/
	
	background-image: linear-gradient(to top, #9be15d 0%, #00e3ae 100%);
}

a.btn-gradient span {
  position: relative;
  z-index: 1;
}

a.btn-gradient:hover {
  color: #fff;
}

a.btn-gradient:hover:after {
  opacity: 0;
}
a.btn-gradient {
  border-radius: 100vh;
}

.mb30 {
	margin-bottom: 30px;
}

.accBlock {
	padding: 20px !important;
	line-heigh: 3em;
	font-size: 1.2em;
	font-weight: 700;
	
}
.table01 {
	line-height: 3em !important;
}
.table01 th {
	font-weight: 700;
}

/*FixedFooter*/
@media screen and (min-width: 481px) {
    #footer {
        position: fixed;
        right: 0;
        left: 0;
        bottom: 0;
    }
}


.footer-text {
    margin: 10px 30px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}
#footer a{
	color:#fff;
}

#footer {
	z-index:999;
/*    padding: 50px 0;*/
    font-size: 14px;
}
#footer {
    position: fixed;
    bottom: 0;
    /* width: 100%; */
     height: 88px; 
/*    height: 180px;*/
    background-color: #8dd036;
    background: linear-gradient(86.13deg, #7080F7 -3.42%, #3E9ED9 59.59%);
    /* background-image: linear-gradient(to top, #9be15d 0%, #00e3ae 100%); */
    /* background-color: #8dd036; */
    /* opacity: 0.9; */
}
.cta {
    display: inline-block;
    width: 360px;
    height: 35px;
    line-height: 32px;
    font-size: 16px;
    letter-spacing: 0.04rem;
    background: linear-gradient(270deg, #f44040 0%, #E3A608 100%);
    box-shadow: 0px 0px 30px #2984BA;
    border-radius: 25px;
}

.footer-card-wrap {
     padding-top: 0px !important; 
    background-color: #222;
}

header .sns {
    padding: 0px !important;
}

footer {
    padding: 28px 15px 47px;
}

@media screen and (max-width: 768px) {
    header .sns_button li {
        width: 48px;
        margin: 0 5px;
    }
  ul.sns_button {
    padding-right: 18px;
}
  .buttons-2 {
    width: 100% !important;
    margin-top: 30px !important;
    
  }
  .btn, a.btn, button.btn {
    width: 90%;
    line-height: 1;
  }
  div#event {
     margin-top: 16px !important; 
}
  article {
     padding: 0px 15px 42px;
  }
  .buttontxt {
    letter-spacing: 0.1em;
  }
  #international .btn {
        margin: 20px 0 0;
    }
	
/*20250214 kadowaki added*/
#footer{
	height:auto;
	padding-bottom
}
}

@media screen and (max-width: 480px) {
div#footer-toggle {
    display: none;
}
  sns_button {
    padding-right: 18px;
  }
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fildset, input, textarea, p, blockquote, table, th, td, address, textarea, input {
    font-size: 16px!important;
}
	#voice .box-type01 {

		margin-top:200px;
	}
	
	.text-left {
    text-align: left!important;
}