@charset "UTF-8";

/*COMMON*/

body,
html {
	text-align: left;
	text-decoration: none
}

body {
	-webkit-font-smoothing: antialiased
}

img {
	-webkit-backface-visibility: hidden;

}

*:focus {
	outline: none;
}

#wrapper {
	width: 100%;
	height: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	background-color: #fff;
}

@-ms-viewport {
	width: auto;
	initial-scale: 1
}

@viewport {
	width: device-width;
	initial-scale: 1
}

div,
h1,
h2,
h3,
h4,
p {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
}



.textarea_m {
	font-size: 1.5rem;

}
.textarea_ml {
	font-size: 1.8rem;

}
.textarea_l {
	font-size: 2.5rem;
}

.textarea_ll {
	font-size: 3.0rem;
}


@media screen and (min-width:320px) and (max-width:1050px) {
	
.textarea_m {
	font-size: 1.7rem;

}
.textarea_ml {
	font-size:2rem;

}
.textarea_l {
	font-size: 2.5rem;
	text-align: justify;
}

.textarea_ll {
	font-size: 3.0rem;
}
}


.contents_inner {
	position: relative;
	margin-top: 0;
	width: 70%;
	height: auto;
	margin-left: auto;
	margin-right: auto
}


@media screen and (min-width:320px) and (max-width:1050px) {

	.contents_inner {
		position: relative;
		padding: 0 2% 0 2%;
		text-align: justify;
		width: 85%;
		margin-left: auto;
		margin-right: auto;

	}
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden
}

.clearfix {
	min-height: 1px
}

.wdt100 {
	width: 100%
}

@media screen and (min-width:320px) and (max-width:1050px) {
	.rspsv {
		width: 100%
	}
}

.rightbox {
	float: right;
	height: auto;

}

.leftbox {
	float: left;
	height: auto
}


/*UNIQ*/

.header {
	position: relative;
	height: 15px;
	width: 100%;
	background-color: #00a1ff;
	z-index: 1100;


}

.headlogo {
	margin-top: 8px;
	text-align: center;
	margin-bottom: 0;
}

.ftlogo {
	width: 15%;
	margin: 0 auto;
}

.textarea_ft {
	margin-top: 1em;
	text-align: center;
}

#maintop {
	margin-top: 5%;
  margin-bottom: 7%;
}

.textarea_tit {
  position: relative;
	font-weight: 800;
		padding-left:8px;
	margin-bottom: 2%;
   display: flex;         /* 横並びにする */
  gap: 1em;            /* 文字間スペース */
  align-items: center;
}
.textarea_tit:before {
 content:"";
   display:inline-block;
   width:7px;
   height:30px;
   background-color:#0095de;
   position:absolute;
   top:4px;
   left:-7px;
	
}

.textarea_tit .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.textarea_tit .en {
  font-family:"Inter", sans-serif!important;
  font-weight: 600;
}

.textarea_tit_cn {
  font-family: "Noto Sans SC", "Barlow Condensed", sans-serif!important;
  font-weight: 500;
}
.textarea_enquete_limit.en {
  font-family:"Inter", sans-serif!important;
  font-weight: 500;
}
.textarea_enquete_limit.cn {
  font-family: "Noto Sans SC", "Barlow Condensed", sans-serif!important;
  font-weight: 500;
}
.textarea_enqute_cn {
  font-family: "Noto Sans SC", "Barlow Condensed", sans-serif!important;
  font-weight: 600;
}

.textarea_tit .divider {
  color: #333;
  font-weight: normal;
}
@media (max-width: 768px) {
  .textarea_tit {
    display: block;  /* 縦に積む */
    text-align: left;  /* 中央寄せなら */
  }

  .textarea_tit .divider {
    display: none;  /* 縦積み時は区切り線を消す */
  }

  .textarea_tit span {
    display: block; /* 各言語を縦に並べる */
    margin-bottom: 0.3em;
  }
  .textarea_tit .en,
  .textarea_tit .cn {
    display: inline; /* 横並びにする */
    font-size: 4vw; /* 小さめ文字 */
  }

  .textarea_tit .en::after {
    content: " / ";  /* スラッシュを自動挿入 */
  }
}



#privacywrp {
margin-top: 3%;
}

.textarea_titlead_t {
  font-weight: 500;
  margin-bottom: 2em;
  line-height: 1.8;
  text-align: left;

  list-style-type: disc !important; /* ← 強制的に黒丸を表示 */
  list-style-position: outside;     /* 黒丸を外側に */
             /* インデント調整 */
}

ul.textarea_titlead {
  font-weight: 500;
  margin-bottom: 2em;
  line-height: 1.8;
  text-align: left;

  list-style-type: disc !important; /* ← 強制的に黒丸を表示 */
  list-style-position: outside;     /* 黒丸を外側に */
  padding-left: 1.5em;              /* インデント調整 */
}

.textarea_subtit {
	font-weight: 600;
}

.textarea_titlead a {
  text-decoration: underline;
}

.textarea_lead {
	font-weight: 500;
	line-height: 1.8;
	text-align: left;
	;
}

.leadset {
	margin-top: 5%;
}


#footerwrp {
	margin-top: 5%;
	margin-bottom: 5%;
}


@media screen and (min-width:320px) and (max-width:1050px) {
  #maintop {
	margin-top: 5%;
  margin-bottom:15%;
}
  .textarea_tit {
  position: relative;
	font-weight: 800;
		padding-left:8px;
	margin-bottom: 5%;
}
	.textarea_titlead_t {
	font-weight: 500;
	line-height: 1.6em;
}
	.textarea_titlead {
	font-weight: 500;
	line-height: 1.7em;
}
	.textarea_lead {
	font-weight: 500;
	line-height: 1.7em;
}
	#privacywrp {
margin-top: 3%;
		padding-bottom:5%;
}

	.leadset {
	margin-top: 9%;
		
}
	.ftlogo {
	width: 50%;
	margin: 20% auto;
		margin-bottom: 0;
}
	
	
#footerwrp {
	margin-bottom: 15%;
}

}

.maintopimage {
  position: relative;
  width: 103%;
  margin-bottom: 4%;
  margin-left: -2%;
  height: auto;
}

.banner-text {
  position: absolute;
  top: 50%;   /* 位置調整 */
  left: 3%;  /* 位置調整 */
  transform: translateY(-50%);
  color: #fff;
}

.banner-text p {
  margin: 0;
  line-height: 1.4;
  font-weight: bold;
}

.banner-text .jp {
  font-size: 3vw;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.banner-text .en {
  font-size: 2vw;
}

.banner-text.cn {
  font-size: 2vw;
	  font-family: "Noto Sans SC", "Barlow Condensed", sans-serif!important;
  font-weight: 500;
}

.maintopimage_sp {
  width: 100%;
  margin-bottom: 4%;
}

.snklogo {
  position: relative;
  margin-top: 8px;
  left:20px;
  width: 100px;
}

.enquete_wrp {
 position: relative;
  padding:5% 5%;
  border:2px solid #00a1ff;
  border-radius: 15px;
	margin-bottom: 5%;
}

.textarea_enquete_ttl {
  font-weight: 800;
  font-size: 1.5vw;
  text-align: center;
  margin-bottom: 0;
}

.textarea_enquete_limit {
  font-weight: 500;
  font-size: 1.2vw;
  text-align: left;
  color:#333;
  margin-bottom: 1%;
}

.enquete_logo {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 2%;
}


.lang-buttons {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin: 50px auto;
  max-width: 1000px;
  flex-wrap: wrap; 
  margin-bottom: 8%;
}

.lang-btn {
  flex: 1; 
  text-align: center;
  padding: 14px 0;
  background: #00aaff;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
   font-size: 2rem;
  transition: all 0.3s ease;
  min-width: 160px;
}

/* ホバーアニメーション */
.lang-btn:hover {
  background: #0088cc;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  text-decoration: none;
}


@media screen and (max-width: 768px) {
  .snklogo {
  position: relative;
  margin-top: 8px;
  left:inherit;
  width: 150px;
    margin: 10% auto;
    margin-bottom: 0;
}
  .enquete_logo {
  width: 112%;
  margin: 0 auto;
    margin-left: -5%;
  margin-bottom: 5%;
}
  .textarea_enquete_ttl {
  font-weight: 800;
  font-size: 5vw;
  text-align: left;
  margin-bottom: 5%;
}
  .textarea_enquete_limit {
  font-weight: 500;
  font-size: 3.0vw;
  text-align: left;
  color:#333;
  margin-bottom:0.5em;
}
  .enquete_wrp {
 position: relative;
  padding:10% 8%;
  border:2px solid #00a1ff;
  border-radius: 15px;
  margin-bottom: 10%;
}

  .lang-buttons {
    flex-direction: column;
    align-items: stretch; 
    margin-bottom: 10%;
  }
  .lang-btn {
    flex: none;
    width: 100%; 
  }
  
  .lang-btn {
  flex: 1; 
  text-align: center;
  padding: 14px 0;
  background: #00aaff;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  font-size: 4.5vw;
  transition: all 0.3s ease;
  min-width: 160px;
}
}

.txt_eng {
    font-family:"Inter", sans-serif!important;
  font-style: normal;
}

.txt_china {
   font-family: "Noto Sans SC", "Barlow Condensed", sans-serif!important;
font-style: normal;
}

#enquete_notice {
  
}

#enquete_main {
    margin-bottom: 7%;
}
.spbr {
  display:none ;
}

@media screen and (max-width: 768px) {
  .spbr {
  display:block ;
}

  #enquete_main {
    margin-bottom: 15%;
}
}

.toptextcn {
	  font-size: 1.6vw;
	  font-family: "Noto Sans SC", "Barlow Condensed", sans-serif!important;
  font-weight: 500;
}
