@charset "utf-8";
/* CSS Document */



/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/
* {
	box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p,span,small,dl,dt,dd,ol,ul,li {
	margin: 0;
	font-size: 100%;
}
ul {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
img {
  vertical-align: top;
}
li {
  list-style-type: none;
  vertical-align: baseline;
}


/*--------------------------------------
　Base
---------------------------------------*/
html {
    font-size: 62.5%;
}
body {
	font-family:"ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3",sans-serif;
	color: #202528;
	font-size: 1.6rem;
	font-weight: 400;
	/* line-height: 1.8; */
	position: relative;
	-webkit-text-size-adjust: none;
	margin: 0;
	padding: 0;
	background: url("../images/bg_dot.png"), url("../images/bg_fixed.png") no-repeat;
    background-attachment: fixed;
	background-size: auto, cover;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
img { 
  max-width: 100%; 
  height: auto;
}
a {
	text-decoration: none;
	transition: all .3s;
}
a:hover {
	text-decoration: none;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}
a:focus, a:hover {
    color: inherit;
}
.cf:after {
	content: "";
	display: block;
	clear: both;
}
.sp {
	display: none;
}

#wrap {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 26px 0px;
}

/*--------------------------------------
　HEADER
---------------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
header .headerInr {
	background: #fff;
	display: flex;
	justify-content: center;
	max-width: 650px;
    margin: 0 auto;
	height: 8.6rem;
	overflow: hidden;
}
header .logo {
	width: 258px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
}
header .logo img {
	max-width: 136px;
}
header .studio {
	width: 130px;
}
header .cta {
	width: 262px;
}

/*--------------------------------------
　BUTTON
---------------------------------------*/
.ctaArea {
	margin: -65px 0 0;
	position: relative;
	z-index: 1;
}
.ctaBox {
	width: 90%;
	margin: 0 auto;
	margin: -17rem auto 0;
}

.ctaBox_first {
	width: 90%;
	margin: 0 auto;
	margin: -18rem auto 0;	
}

.last .ctaBox {
	width: 90%;
	margin: 0 auto;
	margin: -18.6rem auto 0;
}

.btn_cta a {
	display: block;
	position: relative;
}

.btn_cta a:before {
	content: "";
	background: url("../images/cta_icon_wakaba.png") no-repeat;
	background-size: 100%;
	width: 41px;
	height: 60px;
	position: absolute;
	top: -2rem;
	left: 0;
	z-index: 1;
}
.btn_cta a:after {
	content: "";
	background: url("../images/cta_icon_finger.png") no-repeat;
	background-size: 100%;
	width: 100px;
	height: 130px;
	position: absolute;
	bottom: -1rem;
	right: 0;
	z-index: 1;
}

.last .btn_cta a:before {
	bottom: 2rem;
	top: auto;
}

.btn_cta img {
	animation: 3s fuwafuwa infinite;
}

.btn_cta .fuki {
	position: absolute;
    z-index: 0;
    right: 15%;
    top: -1rem;
    animation: none;
    width: 36%;
}

.ctaBox .notice {
	font-size: 1.3rem;
    text-align: right;
    margin: 0.5rem 0 0;
    position: relative;
    right: 4rem;
}


@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}


/*--------------------------------------
　KV
---------------------------------------*/
.kv {
	margin: 86px 0 0;
}

/*--------------------------------------
　2STEP
---------------------------------------*/
.step {
	margin: 20px 0 0;/*240718追加*/
}

/*--------------------------------------
　recom
---------------------------------------*/
.recom {
	margin: -6.5rem 0 0;
	position: relative;/*240724追加*/
}
.recom video {/*240724追加*/
	width: 600px;
	position: absolute;
	top: 920px;
	left: 25px;
}

/*--------------------------------------
　BFAF
---------------------------------------*/
.bfaf {
	margin: -11.5rem 0 0;
}

/*--------------------------------------
　POINT
---------------------------------------*/
/* .point {
	margin: -11.5rem 0 0;
	position: relative;
	z-index: 1;
} */

/*--------------------------------------
　FLOW
---------------------------------------*/
.flow {
	margin: -11.5rem 0 0;
}
.flow-ctaArea {
	margin: -9rem 0 0;
}

/*--------------------------------------
　PRICE
---------------------------------------*/
/* .price {240731追加
	margin: 15px 0 0;
} */

/*--------------------------------------
　MEDIA
---------------------------------------*/
.media {
	margin: 4rem 0 0;
	position: relative;
	z-index: 1;
}

/*--------------------------------------
　LIST
---------------------------------------*/
.list {
	background: url("../images/list_bg_rep.png") repeat-y;
	background-size: 100% auto;
	margin: -11.5rem 0 0;
	position: relative;
	padding: 40rem 0 12rem;
}
.list .bg {
	position: absolute;
	top: 0;
	left: 0;
}
.boxWrap {
	position: relative;
	z-index: 1;
	width: 90%;
	margin: 0 auto;
}
.boxWrap dl {
	margin: 0 0 2rem;
}
.boxWrap dl:last-child {
	margin: 0;
}
.list .boxWrap dt {
	background: linear-gradient(90deg, rgba(31,213,175,1) 0%, rgba(166,32,219,1) 100%);
	color: #fff;
	font-style: italic;
	line-height: 1;
	padding: 1rem 6rem 1rem 2rem;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	transition: all .3s;
}
.boxWrap dt:hover {
	opacity: 0.8;
}
.boxWrap dt:before {
	content: "";
	background: url("../images/arrow_down.png") no-repeat;
	background-size: 100%;
	width: 24px;
	height: 24px;
	position: absolute;
	top: calc(50% - 12px);
	right: 2rem;
}
.boxWrap dt.open:before {
	background: url("../images/arrow_up.png") no-repeat;
	background-size: 100%;
}
.list .boxWrap dt .en {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 2.5rem;
	margin: 0 1rem 0 0;
}
.list .boxWrap dt .jp {
	font-size: 2rem;
	font-weight: 600;
}
.list .boxWrap dd {
	margin: 3rem 0 0;
	padding: 0 0 5rem;
	display: none;
}
.list .boxWrap dl:last-child dd {
	padding: 0;
}
.list .boxWrap dd .thumb {
	margin: 0 0 3rem;
}
.list .boxWrap .info {
	margin: 0 0 4rem;
}
.list .boxWrap .info > div {
	font-size: 2rem;
	color: #fff;
	margin: 0 0 1.5rem;
	line-height: 1.6;
	padding: 0 0 0 4rem;
}
.list .boxWrap .info > div:last-child {
	margin: 0
}
.list .boxWrap .info .time {
	background: url("../images/icon_time.png") no-repeat left center;
	background-size: 26px auto;
}
.list .boxWrap .info .place {
	background: url("../images/icon_pin.png") no-repeat left 3px top 2px;
	background-size: 20px auto;
}
.list .boxWrap .info .acsess {
	background: url("../images/icon_acsess.png") no-repeat left center;
	background-size: 26px auto;
}
.list .boxWrap .btn_map {
	width: 82%;
	margin: 0 auto;
}


/*--------------------------------------
　CTA //240807改修
---------------------------------------*/
.ctaArea.last .btn_cta {
    text-align: center;
}
.ctaArea.last .btn_cta a:before,
.ctaArea.last .btn_cta a:after {
	content: none;
}
.ctaArea.last .btn_cta img {
    animation: none;
	width: 90%;
	margin-top: -1rem;
	margin-left: -1rem;
}
.slctArea {
	position: absolute;
	top: 18.5rem;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	margin: 0 auto;
}
.gradSlct {
	background: linear-gradient(135deg, rgba(33,212,175,1) 0%, rgba(165,32,218,1) 100%);
	border-radius: 10px;
	padding: 9px;
	position: relative;
}
/*.gradSlct:before {
	content: "";
	background: url("../images/arrow_selectbox.png") no-repeat;
	background-size: 100%;
	width: 6rem;
	height: 6rem;
	position: absolute;
	top: 2rem;
	right: 2rem;
	z-index: 1;
}*/
.gradSlct select {
    /* 初期化 */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    color: #989898;
    font-size: 20px;
    padding: 0 20px;
    height: 80px;
    width: 100%;
    position: relative;
    background: #fff url("../images/arrow_selectbox.png") no-repeat right 1rem center;
	background-size: 6rem auto;
	border-radius: 10px;
	font-weight: 600;
}
.error-message {
	color: #fff;
    font-weight: 600;
    background: #dc3232;
    border-radius: 3px;
    padding: 3px 10px;
    position: absolute;
    top: -20px;
    left: 30px;
}
.error-message:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #dc3232;
}
.ctaArea.last .ctaBox .notice {
    margin: 2rem 0 0;
    right: 0;
}


/*--------------------------------------
　FAQ
---------------------------------------*/
.faq {
	position: relative;
	padding: 4.5rem 0 10rem;
	margin: 1.8rem 0 0;
	background: url("../images/bg_faq.jpg") no-repeat top center;
	background-size: 100% auto;
}
.faq .ttl {
    max-width: 70%;
    margin: 0 0 3rem 6%;
}
.faq .boxWrap dl {
	background: linear-gradient(90deg, rgba(31,213,175,1) 0%, rgba(166,32,219,1) 100%);
	padding: 0 2rem 2rem 2rem;
	margin: 0 0 4rem;
}
.faq .boxWrap dl:last-child {
	margin: 0;
}
.faq .boxWrap dt {
	color: #fff;
	font-style: italic;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.5;
	padding: 1.5rem 6rem 0 9rem;
	position: relative;
	cursor: pointer;
	transition: all .3s;
	min-height: 87px;
	display: flex;
    align-items: center;
}
.faq .boxWrap dt:before {
	top: calc(50% - 12px + 15px);
}
.faq .boxWrap dt:after {
	content: "";
	background: url("../images/icon_q.png") no-repeat;
	background-size: 100%;
	width: 80px;
	height: 80px;
	position: absolute;
	top: -0.8rem;
	left: 0;
}
.faq .boxWrap dd {
	background: #fff;
	border-radius: 10px;
	padding: 2.5rem;
	margin: 1.5rem 0 0;
	font-size: 2rem;
	display: none;
}


/*--------------------------------------
　NOTE
---------------------------------------*/
.note {
	background: url("../images/note.jpg") no-repeat;
	background-size: cover;
	padding: 7rem 0 3rem;
}
.note p {
	color: #fff;
	max-width: 90%;
	margin: 0 auto;
	line-height: 2;
}




/*--------------------------------------
　FOOTER
---------------------------------------*/
footer {
	background: #000;
	padding: 6rem 0 3rem;
}
footer .logo {
	max-width: 180px;
	margin: 0 auto;
}
footer .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 90%;
	margin: 5rem auto 0;
}
footer .copy {
	color: #fff;
	font-size: 1.3rem;
}
footer .pp a {
	color: #fff;
	font-size: 1.3rem;
}

/*--------------------------------------
　thanks PC
---------------------------------------*/

.line_share img {
  display: block;
  margin: 0 auto;        /* 中央寄せ */
  width: 70%;           /* モバイル向けデフォルト */
  max-width: 500px;      /* 最大幅制限（任意） */
}

.invite-note{
	margin-top: 1.5rem;
	text-align: center;
	color: #ccc;
	line-height: 1.5;
}

.message-box {
	margin-top: 1rem;
	/* white-space: pre-wrap;       改行をそのまま表示 */
	word-break: break-word;      /*単語の途中でも改行可能に*/
	background-color: #f9f9f9;   /* 背景色 */
	color: #333;                 /* 文字色 */
	border: 1px solid #ccc;      /* 薄いグレーの枠線 */
	border-radius: 4px;          /* 角丸 */
	padding: 10px;               /* 内側の余白 */
	font-size: 13px;             /* フォントサイズ */
	line-height: 1.7;            /* 行間 */
	max-height: 12em;           /* 最大高さ（行数に合わせて調整可能） */
	overflow-y: auto;            /* 高さオーバー時に縦スクロール */

	display: block;
  	margin: 0 auto;        /* 中央寄せ */
    width: 83%;          /* PCでは80% */
	
}



@media screen and (max-width: 650px) {
.pc {
    display: none;
}	
.sp {
	display: block;
}
	
	
body {
	min-width: 100%;
	font-size: 1.5rem;
}
#wrap {
	padding: 0;
}

/*--------------------------------------
　HEADER
---------------------------------------*/
header {
}
header .headerInr {
	max-width: 100%;
	height: auto;
}
header .logo {
	width: 40%;
}
header .logo img {
	max-width: 80px;
}
header .studio {
	width: 20%;
}
header .cta {
	width: 40%;
}

/*--------------------------------------
　BUTTON
---------------------------------------*/
.ctaArea {
	/* margin: -10.5vw 0 0; *//*240718追加*/
	margin: -9.5vw 0 0;
}
.ctaBox {
	/* margin: -42vw auto 0; *//*240718追加*/
	margin: -25vw auto 0;
	width: 89%;
}

.ctaBox_first{
	margin: -27vw auto 0;
	width: 89%;
}

.last .ctaBox {
	/* margin: -43vw auto 0; *//*240718追加*/
	margin: -27vw auto 0;
	width: 89%;
}
.btn_cta a:before {
	width: 24px;
	height: 34px;
	position: absolute;
	top: -1rem;
}
.btn_cta a:after {
	width: 55px;
	height: 71px;
	bottom: -1rem;
	right: 0;
}
.last .ctaBox a:after{
	bottom: 0rem;
}


.ctaBox .notice {
	font-size: 1.2rem;
    margin: 0;
    right: 2rem;
}



/*--------------------------------------
　KV
---------------------------------------*/
.kv {
	margin: 50px 0 0;
}

/*--------------------------------------
　2STEP
---------------------------------------*/
/* .step {
	margin: 3rem 0 0;
} */

/*--------------------------------------
　recom
---------------------------------------*/
.recom {
	margin: -10vw 0 0;
	position: relative;/*240724追加*/
}
.recom video {/*240724追加*/
	display: block;
	width: 90%;
	margin: 0 auto;
	position: absolute;
	top: 143vw;
	left: 5%;
}

/*--------------------------------------
　BFAF
---------------------------------------*/
.bfaf {
	margin: -18vw 0 0;
}

/*--------------------------------------
　POINT
---------------------------------------*/
/* .point {
	margin: -18vw 0 0;
} */

/*--------------------------------------
　FLOW
---------------------------------------*/
.flow {
	margin: -18vw 0 0;
}
.flow-ctaArea {
	margin: -14vw 0 0;
}

/*--------------------------------------
　PRICE
---------------------------------------*/
/* .price {240718追加
	margin: 4vw 0 0;
} */
/*--------------------------------------
　MEDIA
---------------------------------------*/
.media {
	margin: 5vw 0 0;
}

/*--------------------------------------
　LIST
---------------------------------------*/
.list {
	margin: -18vw 0 0;
	padding: 64vw 0 16vw;
}
.boxWrap {
	width: 90%;
	margin: 0 auto;
}
.list .boxWrap dt {
	line-height: 1;
	padding: 1.5rem 4rem 1.5rem 1.5rem;
}
.boxWrap dt:hover {
	opacity: 1;
}
.boxWrap dt:before {
	width: 15px;
	height: 15px;
	position: absolute;
	top: calc(50% - 7px);
	right: 1.5rem;
}
.list .boxWrap dt .en {
	font-size: 1.7rem;
	margin: 0 1rem 0 0;
}
.list .boxWrap dt .jp {
	font-size: 1.6rem;
}
.list .boxWrap dd {
	margin: 2rem 0 0;
	padding: 0 0 4rem;
}
.list .boxWrap dd .thumb {
	margin: 0 0 3rem;
}
.list .boxWrap .info {
	margin: 0 0 3rem;
}
.list .boxWrap .info > div {
	font-size: 1.6rem;
	margin: 0 0 1rem;
	padding: 0 0 0 3rem;
}
.list .boxWrap .info .time {
	background: url("../images/icon_time.png") no-repeat left center;
	background-size: 19px auto;
}
.list .boxWrap .info .place {
	background: url("../images/icon_pin.png") no-repeat left 3px top 2px;
	background-size: 15px auto;
}
.list .boxWrap .info .acsess {
	background: url("../images/icon_acsess.png") no-repeat left center;
	background-size: 19px auto;
}
.list .boxWrap .btn_map {
	width: 82%;
	margin: 0 auto;
}

	
/*--------------------------------------
　CTA //240807改修
---------------------------------------*/
.ctaArea.last .btn_cta img {
    animation: none;
	width: 90%;
}
.slctArea {
	position: absolute;
	top: 28vw;
	width: 90%;
}
.gradSlct {
    border-radius: 5px;
    padding: 5px;
}
/*.gradSlct:before {
    width: 13.4vw;
    height: 13.4vw;
    top: 50%;
    right: 1rem;
    aspect-ratio: 1 / 1;
    transform: translateY(-50%);
}*/
.gradSlct select {
    font-size: 15px;
    padding: 0 15px;
	height: 16vw;
	border-radius: 5px;
	background: #fff url("../images/arrow_selectbox.png") no-repeat right 0.5rem center;
	background-size: 13.4vw auto;
}
.error-message {
	color: #fff;
    font-weight: 600;
    background: #dc3232;
    border-radius: 3px;
    padding: 3px 10px;
    position: absolute;
    top: -20px;
    left: 30px;
}
.error-message:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #dc3232;
}
.ctaArea.last .ctaBox .notice {
    margin: 0.5rem 0 0;
}	
	
	
	
/*--------------------------------------
　FAQ
---------------------------------------*/
.faq {
	padding: 7vw 0 14vw;
	margin: 1vw 0 0vw;
	/* margin: 0 0; */
	background: url("../images/bg_faq.jpg");
	background-size: 100% auto;
}
.faq .ttl {
    margin: 0 0 2rem 6%;
}
.faq .boxWrap dl {
	background: none;
	padding: 0;
	margin: 0 0 2rem;
}
.faq .boxWrap dt {
	background: linear-gradient(90deg, rgba(31,213,175,1) 0%, rgba(166,32,219,1) 100%);
	font-size: 1.5rem;
	padding: 0.5rem 4rem 0 5.5rem;
	min-height: 60px;
}
.faq .boxWrap dt:before {
	top: calc(50% - 8px);
	right: 15px;
}
.faq .boxWrap dt:after {
	width: 45px;
	height: 45px;
	position: absolute;
	top: -0.5rem;
	left: 0.5rem;
}
.faq .boxWrap dd {
	background: linear-gradient(90deg, rgba(31,213,175,1) 0%, rgba(166,32,219,1) 100%);
	border-radius: 0;
    padding: 0.5rem 1.5rem 1.5rem;
    margin: 0;
}
.faq .boxWrap dd .txtInr {
	background: #fff;
	border-radius: 8px;
	padding: 1.2rem;
	margin: 0;
	font-size: 1.3rem;
	line-height: 1.7;
}


/*--------------------------------------
　NOTE
---------------------------------------*/
.note {
	padding: 6rem 0 3rem;
}
.note p {
	font-size: 1.1rem;
}




/*--------------------------------------
　FOOTER
---------------------------------------*/
footer {
	padding: 3rem 0 1rem;
}
footer .logo {
	max-width: 100px;
	margin: 0 auto;
}
footer .flex {
	max-width: 90%;
	margin: 2rem auto 0;
}
footer .copy {
	font-size: 0.8rem;
	line-height: 1;
}
footer .pp {
	line-height: 1;
}
footer .pp a {
	font-size: 1.2rem;
}	
	
}


/*--------------------------------------
　thanks
---------------------------------------*/
/*#thanks {
    height: 100%;
	width: 100%;
    max-width: 650px;
    margin: 0 auto;
    position: relative;
    background-color: #000;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 26px 0px;
}
.hd_thanks{
	background: #000;
	display: flex;
	justify-content: center;
	max-width: 650px;
    margin: 0 auto;
	height: 8.6rem;
	overflow: hidden;

}
.logo_thanks img {
	max-width: 136px;
	height: auto;
	margin: 10px auto;
}
.thanks_text {
	padding-top: 300px;
}
.thanks_text p {
    text-align: center;
    color: #FFFFFF;
	margin-bottom: 300px;
}

@media screen and (max-width: 650px) {
#thanks {
	padding: 0;
}
.hd_thanks {
	max-width: 100%;
	height: auto;
}
}*/

/*--------------------------------------
　thanks
---------------------------------------*/
#thanks {
	width: 100%;
    max-width: 650px;
    margin: 0 auto;
	padding: 0 27px;
    position: relative;
    background-color: #000;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 26px 0px;
}
.hd_thanks{
	background: #000;
	display: flex;
	justify-content: center;
	max-width: 650px;
    margin: 0 auto;
	height: 8.6rem;
	overflow: hidden;

}
.logo_thanks img {
	max-width: 120px;
	height: auto;
	margin: 10px auto;
}
.thanks_text {
	text-align: center;
	line-height: 1.5;
	color: #ffffff;
	padding-top: 80px;
	padding-bottom: 20px;
	font-size: 26px;
	font-weight: 600;
}

p.thanks_subtext{
	text-align: center;
	color: #EE4D00;
	font-size: 24px;
	font-weight: 400;
	font-style: italic;
}

.caution_text{
	margin-top: 32px;
	margin-bottom: 72px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	letter-spacing:0.1em;
}

.flow-title{
	font-size: 16px;
	font-weight: 600;
	background-color: #ffffff;
	text-align: center;
	margin: 1.3rem auto 1rem auto;
	padding: 17px 0;
}

.flow-content{
	display: flex;
	margin: 25px auto;
}

.flow-content:first-child{
	margin-bottom: 30px;
}

.flow-content-number{
	text-align: center;
}

.flow-content-number p{
	color: #EE4D00;
	font-size: 22px;
	border: solid 0.5px #EE4D00;
	padding: 0 18px;
}

.flow-content-text{
	width: 100%;
	color: #ffffff;
	margin-left: 14px;

}

p.flow-content-text-main{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;	
	line-height: 1.6;
}

p.flow-content-text-sub{
	font-size: 12px;
	line-height: 1.7;
}

.mypage-link{
	text-align: center;
	margin: 0 auto;
	padding-top: 50px;
}

.mypage-link a{
	color: #ffffff;
}

.mypage-link span::after{
	content: "";
    background: url(https://lp.b-monster.jp/test/common/images/arr_long_wh_right.png) no-repeat;
    background-size: 100%;
    width: 2.6rem;
    height: 1rem;
    position: absolute;
	margin: 8px;
}

.line_share img{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding-top: 15px;
}

.invite-note{
	margin-top: 1.5rem;
	text-align: center;
	color: #ccc;
	line-height: 1.5;
}

.message-box {
	width: 100%;
	margin-top: 1rem;
	/* white-space: pre-wrap;       改行をそのまま表示 */
	word-break: break-word;      /*単語の途中でも改行可能に*/
	background-color: #f9f9f9;   /* 背景色 */
	color: #333;                 /* 文字色 */
	border: 1px solid #ccc;      /* 薄いグレーの枠線 */
	border-radius: 4px;          /* 角丸 */
	padding: 10px;               /* 内側の余白 */
	font-size: 13px;             /* フォントサイズ */
	line-height: 1.7;            /* 行間 */
	max-height: 12em;           /* 最大高さ（行数に合わせて調整可能） */
	overflow-y: auto;            /* 高さオーバー時に縦スクロール */
}
.message-box  span{
	font-family: apple color emoji,segoe ui emoji,noto color emoji,android emoji,emojisymbols,emojione mozilla,twemoji mozilla,segoe ui symbol;
}

.caution{
	color: white;
	font-size: 13px;
	margin-top: 1rem;
}



@media screen and (max-width: 650px) {
#thanks {
	padding: 0 20px;
}
.hd_thanks {
	max-width: 100%;
	height: auto;
}
}



