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


@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);



.w100 {font-weight: 100;}
.w200 {font-weight: 200;}
.w300 {font-weight: 300;}
.w400 {font-weight: 400;}
.w500 {font-weight: 500;}
.w700 {font-weight: 700;}
.w900 {font-weight: 900;}



a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);}

.gototop{
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	height: 50px;
	width: 36px;
}


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

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:35px 0;
    padding:0;
}

/*----------------------------------------
文字装飾
------------------------------------------*/

.big {
	font-size:21px;
	font-weight:bold;
	text-align: center;
	margin: auto;
}


.blue {
	color:#244fc9;
	font-weight:bold;
}

.red21 {
	font-size:21px;
	color:#ff5656;
	font-weight:bold;
}

.f22 {
	font-size:21px;
	line-height:1.5em;
	font-weight:bold;
}

.f27 {
	font-size:27px;
	line-height:1.5em;
	font-weight:bold;
}

.yellow {
	background:#FFFF47;
	text-align: left;
	margin-bottom: 5px;
}

.yel {
	font-size:35px;
	background:#D0D0B9;
	text-align: left;
	padding: 20px;
	margin-bottom: 5px;
}


/*----------------------------------------
body
------------------------------------------*/


body {
	font-family:'Noto Sans Japanese', sans-serif;;
	margin: 0px;
	overflow-x: hidden;
	background-image: url("../img/bg.png");
    background-repeat: no-repeat;
    background-attachment: fixed; /* スクロールしても背景を固定する場合 */
    background-size: cover;       /* 画面いっぱいに広げる場合 */
    background-position: center;
}


/*----------------------------------------
link
------------------------------------------*/

a {
	color: #028BE7;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}




/*----------------------------------------
wrap
------------------------------------------*/
#wrap {
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
}

#wrap p {
}

/*----------------------------------------
余白
------------------------------------------*/

.pad-t20 {
	padding-top: 20px;
}

.pad-tb20 {
	padding: 30px 0;
}

.pad-tb30 {
	padding: 30px 0;
}

.pad-tb40 {
	padding: 40px 0 30px;
}

.pad-tb90 {
	padding: 90px 0;
}

.pad-t50 {
	padding-top: 50px;
}

.pad-b40 {
	padding-bottom: 40px;
}

.pad-b50 {
	padding-bottom: 50px;
}

.ma-b20	{
	margin-bottom: 20px
}

.ma-b30	{
	margin-bottom: 30px
}

.ma-b50	{
	margin-bottom: 50px
}

.ma-t20	{
	margin-top: 20px;
}

.ma-t30	{
	margin-top: 30px;
}

.ma-tb30	{
	margin-top: 30px;
	padding-bottom: 40px;
}

/**********************************************************
animationBtn
**********************************************************/

.animationBtn{

/*デザイン*/
width:95%;
padding:0px;
margin:0 auto;
color:#000;
text-decoration:none;
border-radius:5px;
margin:0 auto;
text-align:center;

/*アニメーション*/
animation: animScale 1s infinite ease-out;
transform-origin: 50% 50%;
animation-play-state:running;

}
@keyframes animScale {
  from {transform: scale3d(1.1, 1.1, 1);}
  50% {transform: scale3d(0.95, 0.95, 1);}
  to {transform: scale3d(1.1, 1.1, 1);}
}


.fx_shiny {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.fx_shiny::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -80px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 10%,
    rgba(255, 255, 255, 1) 100%,
    rgba(255, 255, 255, 0) 0%
  );

  /* アニメーション */
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }

  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1;
  }

  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}


/* 1. フォーム全体のレイアウト構成 */
.form-wrapper {
    max-width: 730px;
    margin: 40px auto;
    padding: 0 20px;
    text-align: left;
}

/* 2. 項目名（dt）とラベル */
.pub_form dt {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.required, .optional {
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 12px;
    border: 1px solid;
}
.required { color: #ff0000; border-color: #ff0000; }
.optional { color: #9d9d9d; border-color: #9d9d9d; }

/* 3. 入力欄（dd）の共通設定 */
.pub_form dd {
    margin: 0 0 25px 0;
}

/* text, tel, email すべてに共通のデザインを適用
   これで電話番号（Tel0）だけデザインが浮くのを防ぎます
*/
.pub_form input[type="text"],
.pub_form input[type="tel"],
.pub_form input[type="email"] {
    width: 100%;
    padding: 12px;
    border: 2px solid #00a261;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
    display: block;
}

/* 4. 特殊なレイアウト（お名前の横並びなど） */
.name-fields {
    display: flex;
    align-items: center;
    gap: 10px;
}
.name-fields input {
    max-width: 150px; /* お名前の入力欄だけ少し短く */
}

/* 従業員数（number型）にも他の入力欄と同じスタイルを適用 */
.pub_form input[type="number"] {
    width: 100%;
    padding: 12px;
    border: 2px solid #00a261;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
}
/* 横に「人」を並べるための幅調整 */
.name-fields input[type="number"] {
    max-width: 150px;
    display: inline-block;
}

/* 5. 同意チェックボックス */
.form-agreement {
    text-align: left;
    margin: 30px 0;
    font-size: 16px;
    font-weight: bold;
}
.form-agreement input {
    transform: scale(1.3);
    margin-right: 10px;
    vertical-align: middle;
}

/* 6. スマホ用の微調整 */
@media screen and (max-width: 768px) {
    .name-fields input {
        max-width: 42%; /* スマホでは2つ並ぶように幅を広げる */
    }
}


/**********************************************************
背景
**********************************************************/

.bg_ptn1 {
	background: url("../img/bg_ptn1.gif");
	width: 100%;
	height: auto;
}

.bg_ptn3 {
	background: url("../img/bg_voice.jpg") no-repeat;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	height: auto;
}

/* FV全体の囲い */
.fv-container {
    position: relative; /* 子要素（ボタン）の配置基準になります */
    width: 100%;
    max-width: 800px;   /* 画像の元の横幅に合わせて調整してください */
    margin: 0 auto;
    overflow: hidden;   /* はみ出し防止 */
}

/* FV画像本体 */
.fv-img {
    width: 100%;
    height: auto;
    display: block; /* 下部に謎の隙間ができるのを防ぐ */
}

/* CSSで作成する問い合わせボタン */
.fv-btn {
    position: absolute;
    /* --- 位置調整：ここを微調整します --- */
    top: 2.0%;        /* 画像の上からの位置（%） */
    right: 2.5%;       /* 画像の右からの位置（%） */
    /* ---------------------------------- */

    /* --- デザイン：元の画像に合わせました --- */
    background-color: #d62525; /* 赤色 */
    color: #ffffff;           /* 白色テキスト */
    padding: 7px 18px;       /* 内側の余白（上下、左右） */
    font-size: 14px;          /* 文字サイズ */
    font-weight: bold;        /* 太字 */
    text-decoration: none;    /* 下線を消す */
    border-radius: 6px;       /* 角丸 */
    box-shadow: 0 2px 5px rgba(0,0,0,0.2); /* ほんのり影（立体感） */
    
    /* --- 動作 --- */
    display: inline-block;
    transition: 0.3s ease;    /* ホバー時の動きを滑らかに */
    white-space: nowrap;      /* 文字の折り返しを防ぐ */
    z-index: 10;              /* 画像より前に出す */
}

/* ホバー（マウスを乗せた時）の演出 */
.fv-btn:hover {
    background-color: #b01e1e; /* 少し暗い赤にする */
    transform: translateY(-1px); /* ほんの少し上に浮かせる */
    box-shadow: 0 4px 8px rgba(0,0,0,0.3); /* 影を強くする */
}	

@media only screen and (min-width: 769px) {
/* PC */

.sp {
	display:none;
}

#wrap {
	width: 525px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

/*----------------------------------------
header
------------------------------------------*/

header {
	width: 100%;
	text-align: center;
	position: relative;
}

.header p{
		text-align: center;
		width: auto;
		font-size: 45px;
		font-weight: bold;
		line-height: 1.7em;
		margin-top: 1em;
		margin-bottom: 1em;
	} 
	
.header h1 {
		text-align: left;
		width: auto;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.7em;
		margin-top: 1em;
		margin-bottom: 1.5em;

	}

	


/**********************************************************
各コンテンツ
**********************************************************/

.contents p {
	font-size:17px;
	line-height: 1.7em;
	margin-bottom: 2em;
}

.part0 {
	padding: 20px;
	background: #ECECEC;
}


.part0 h2 {
	margin-bottom: 50px;
	text-align: left;
		width: auto;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.7em;
		margin-top: 1em;
		margin-bottom: 1em;
}

.part0 .contents {
	width: 680px;
	margin: 0 auto;
	padding: 50px 0 80px;
	text-align: left;
}

.part0 img {
	width: 100%;
}

.part0-1 li {
	font-size:20px;
	line-height: 1.7em;
	margin: 0 0 1em 0em;
	padding-left: 2.5em;
	background:url("../img/check.png") no-repeat left;
}

.part0-1 span {
	color: red;
	font-weight: bold;
	text-decoration: underline;
}

.part1 {
	width: 100%;
	padding: 0px 0 0px;
	text-align: center;
}

.data {
	width: 100%;
	height: 600px;
	margin: 50px auto 0;
	overflow:scroll;
}

.data img {
	width: 100%;
}
.part1 h1 {
	font-size: 30px;
	font-weight: bold;
	margin-top: 70px;
	margin-bottom: 35px;
	border-bottom: 3px dotted #ff5656;

}
	
.part1 h2 {
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 20px;
}

.part1 h3 {
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}
	
.part1 h4 {
	font-size: 40px;
  position: relative;
  overflow: hidden;
	margin-top: 15px;
  padding: 24px 2rem 24px 130px;
  border: 2px solid #FFFFFF;
}

.part1 h4:before {
  position: absolute;
  top: -109%;
  left: 2px;
  width: 200px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #000;
}

.part1 h4 span {
  font-size: 20px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #fff;
}	
	
.part1 h5 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 35px;
}	
.part1 p{
	text-align: left;
	font-size: 25px;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	}	
	

p.big {
	font-size:30px;
	font-weight:bold;
	text-align: left;
	margin: auto;
}
	
.part1 img {
	width: 100%;
}	
	
.part1 .contents {
	width: 680px;
	margin: 0 auto;
	text-align: left;
}

.part1 .contents img{
	width: 100%;
	margin-bottom:0px;
}

.part1 .contents p {
	color: #fff;
	font-size: 16px;
	line-height: 1.5em;
}

.part2 {
	background-color: ; no-repeat;
	background-size: cover;
	width: 100%;
	padding: 0px 0 10px;
	text-align: left;
}

.part2 img{
	width: 100%;
}

.part2 .contents {
	margin: 0 7%;
	text-align: left;
}

.part2 p {

	font-size: 25px;
	margin-bottom: 2em;
	padding: 0px 15px;
}
	
.part2 .text {
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 10px;
	padding: 0px 15px;
}
	


/**********************************************************
購入部分
**********************************************************/

#cv {
	margin-bottom:30px;
	padding-bottom: 30px;
	position: relative;
}

#cv .botan {
	position: absolute;
	bottom:-1%;
	left: 2%;
}

/**********************************************************
フォーム
**********************************************************/



/* 画像ボタンの調整 */
.form-submit-img {
    width: 100%;           /* 親要素（td）の幅に合わせる */
    max-width: 400px;      /* ボタンの最大サイズを指定（お好みで） */
    height: auto;          /* 比率を維持 */
    cursor: pointer;       /* ホバー時にマウスカーソルを指の形にする */
    border: none;          /* 余計な枠線を消す */
    outline: none;         /* クリック時の青い枠を消す */
    display: block;        /* 中央寄せのためにブロック化 */
    margin: 20px auto;     /* 上下に余白を作り、中央に寄せる */
    transition: opacity 0.2s; /* ホバー時の動きを滑らかに */
}

/* ホバーした時に少し薄くして「押せる感」を出す */
.form-submit-img:hover {
    opacity: 0.8;
}
	


	
/**********************************************************
Q&A
**********************************************************/	
.qa-7 {
    max-width: 90%;
    margin:  0 auto;     /* 中央寄せ */
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
}

.qa-7 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #00a261;
	font-size: 1.3em;
    font-weight: 600;
    cursor: pointer;
}

.qa-7 summary::before,
.qa-7 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-7 summary::before {
    color: #00a261;
    content: "Q";
}

.qa-7 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-7[open] summary::after {
    transform: rotate(225deg);
}

.qa-7 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #000000;
    transition: transform .5s, opacity .5s;
}

.qa-7[open] p {
    transform: none;
    opacity: 1;
}

.qa-7 p::before {
    color: #00a261;
    line-height: 1.2;
    content: "A";
}




/*----------------------------------------
footer
------------------------------------------*/

#footer {
	width:100%;
	margin:0 auto;
	padding:40px 0px 15px 0px;
	text-align:center;
	background: #2F2F2F;
	color:#fff;
}

#footer a {
	color:#fff;
}

#footer ul{
	width:700px;
	margin-left:30%;
	display:table;
	padding:35px 0 20px;
	margin:0 auto;
}

#footer li{
	display:table-cell;
	padding:10px 10px;
	font-size:17px;
}
	
#footer p {
	font-size: 14px;
	margin: 0px 20px 10px;
}
	
#footer .small {
	font-size: 12px;
	margin: 0px 20px 10px;
}


.dokidoki{   
    animation-name:dokidoki;	/* アニメーション名の指定 */
    animation-delay:0s;		/* アニメーションの開始時間指定 */
    animation-duration: 3s;	/* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;
    /* アニメーションの動き（徐々に早く徐々に遅く）*/
    animation-iteration-count: infinite; /* アニメーションをループさせる */
}
 
@keyframes dokidoki {
    0% {
        transform: scale(1);
    }
 
    40% {
        transform: scale(1);
    }
 
    50% {
        transform: scale(1.1);
    }
    
    60% {
        transform: scale(1);
    }
     
    100% {
        transform: scale(1);
    }
}	

.floating-banner {
  position: fixed;
  z-index: 99999;
  top: 50%;
  right: 10px; /* 右端からの距離 */
  transform: translateY(-50%);

  /* --- クリック範囲を限定する魔法のセット --- */
  width: min-content;      /* 横幅を画像サイズに合わせる */
  pointer-events: none;    /* 一旦、このエリア全体のクリックを無効化 */
}

.floating-banner__link {
  display: block;          /* リンクをブロック化 */
  pointer-events: auto;    /* 画像がある部分だけクリックを有効に戻す */
  text-decoration: none;
}

.floating-banner__image {
  /* max-width: 45% だと画面幅に対して小さくなりすぎる可能性があるため、
     pxでの指定か、100%（親のmin-contentに合わせる）が推奨です */
  width: 300px;            /* ボタンの適切な横幅をpxで指定してください */
  height: auto;
  display: block;
  margin-left: auto;       /* 右寄せ */
}

}


@media screen and (max-width: 990px) {
  .floating-banner {
    display: none;
  }
}
	


@media only screen and (max-width: 768px) {
/* SP TABLET */


body {
	font-family:OpenSans-Light,Tahoma,Helvetica Neue,Helvetica,Arial,sans-serif;
	margin: 0px;
	overflow-x: hidden;
}

#wrap {
	width: 100%;
	overflow: hidden;
}


.pc {
	display:none;
}

img {
	width: 100%;
}


/*----------------------------------------
header
------------------------------------------*/


header img {
	width: 100%;
	position: relative;
}

header {
	width: 100%;
	text-align: center;
}

.head {
	width: 100%;
	padding: 0px;

}

.header p{
		text-align: center;
		width: auto;
		font-size: 25px;
		font-weight: bold;
		line-height: 1.7em;
		margin-top: 1em;
		margin-bottom: 1em;
	} 
	
.header h1 {
		text-align: left;
		width: auto;
		font-size: 15px;
		font-weight: bold;
	margin: 10px 0px 15px 10px;

	}

.fv-btn {
        padding: 5px 12px;   /* スマホでは少しボタンをコンパクトに */
        font-size: 12px;     /* 文字も少し小さく */
        top: 2%;             /* 位置を微調整 */
        right: 2.5%;
    }

/*----------------------------------------
wrap
------------------------------------------*/
#wrap {
	width: 100%;
	margin:0px;
	padding: 0px;
	overflow: hidden;
}


/*----------------------------------------
コンテンツ共通
------------------------------------------*/


.part1 {
	text-align: center;
}

.part1 h1 {
	font-size: 31px;
	font-weight: bold;
	margin: 20px 15px 20px 15px;
	border-bottom: 2px dotted #ff5656;
}
	
.part1 h2 {
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	margin: 30px 10px 10px 10px;
}

.part1 h3 {
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 10px 10px 10px;
}
	
.part1 h4 {
	font-size: 40px;
  position: relative;
  overflow: hidden;
	margin-top: 15px;
  padding: 24px 2rem 24px 130px;
  border: 2px solid #FFFFFF;
}

.part1 h4:before {
  position: absolute;
  top: -109%;
  left: 2px;
  width: 200px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #000;
}

.part1 h4 span {
  font-size: 20px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #fff;
}		
	
.part1 h5 {
	font-size: 25px;
	font-weight: bold;
	margin: 0px 15px 20px 15px;
}
	
.part1 p{
	text-align: left;
	font-size: 20px;
	margin: 5px 15px 20px 15px;
	}	
	
p.big  {
	font-size:27px;
	font-weight:bold;
	margin: 10px 20px 20px 20px;
}	
		
.yel {
	font-size:30px;
	background:#D0D0B9;
	text-align: left;
	padding: 20px;
	margin-bottom: 5px;
}

	
.data {
	width:100%;
	height:300px;
	margin: 40px auto 20px;
	overflow:scroll;
}

.data img {
	width: 100%;
}


.part1 .contents {
	margin: 0 4%;
	text-align: left;
}

.contents p {
	font-size:17px;
	line-height: 1.7em;
	margin-bottom: 2em;
}

.part1 .contents p {
	color: #fff;
	font-size: 10px;
	line-height: 1.5em;
}
	
.part1 .title img{

	}	

.part2 {
	background:url("../img/block3_bg.jpg") no-repeat;
	background-size: cover;
	width: 100%;
	padding: 0px 0 20px;
	text-align: left;
}

.part2 p {
	font-size:23px;
	line-height: 1.7em;
	margin-bottom: 2em;
	padding: 0px 20px;
}
	
.part2 .text {
	font-size:27px;
	font-weight: bold;
	margin-bottom: 0.8em;
	padding: 5px 25px;
}
	

.contents {
	padding: 0 4%;
}


/**********************************************************
Q&A
**********************************************************/	
.qa-7 {
    max-width: 90%;
    margin:  0 auto;     /* 中央寄せ */
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
}

.qa-7 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #00a261;
	font-size: 1.2em;
    font-weight: 600;
    cursor: pointer;
}

.qa-7 summary::before,
.qa-7 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-7 summary::before {
    color: #00a261;
    content: "Q";
}

.qa-7 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-7[open] summary::after {
    transform: rotate(225deg);
}

.qa-7 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 0.5em 1.5em 2.5em;
    color: #000000;
    transition: transform .5s, opacity .5s;
}

.qa-7[open] p {
    transform: none;
    opacity: 1;
}

.qa-7 p::before {
    color: #00a261;
    line-height: 1.2;
    content: "A";
}

	
.form-submit-img {
    width: 100%;
    max-width: 450px;
    cursor: pointer;
}	

/*----------------------------------------
footer
------------------------------------------*/

#footer {
	width:100%;
	margin:0 auto;
	padding:20px 0px;
	text-align:center;
	background: #000;
	color: #fff;
}

#footer a {
	color:#fff;
}

#footer ul{
	display:none;
}

#footer p {
	font-size: 11px;
	margin-bottom:1em;
}

#footer .small {
	font-size: 10px;
	margin-bottom:1em;
}


.dokidoki{   
    animation-name:dokidoki;	/* アニメーション名の指定 */
    animation-delay:0s;		/* アニメーションの開始時間指定 */
    animation-duration: 3s;	/* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;
    /* アニメーションの動き（徐々に早く徐々に遅く）*/
    animation-iteration-count: infinite; /* アニメーションをループさせる */
}
 
@keyframes dokidoki {
    0% {
        transform: scale(1);
    }
 
    40% {
        transform: scale(1);
    }
 
    50% {
        transform: scale(1.1);
    }
    
    60% {
        transform: scale(1);
    }
     
    100% {
        transform: scale(1);
    }
}
	
	}

/* --- スマホ用設定 --- */
@media screen and (max-width: 990px) {
  .floating-banner {
    position: fixed;
    bottom: 18px;
    right: 0;
    width: 100vw;
    display: flex;
    justify-content: center; /* 中央寄せ */
    z-index: 99999;
    /* JSでクラスを付け外しして消すためのアニメーション設定（任意） */
    transition: opacity 0.3s, visibility 0.3s;
  }

  /* 特定の画像以外を非表示にする */
  .floating-banner__image:not(.dokidoki) {
    display: none;
  }

  /* dokidoki画像自体のサイズ調整 */
  .floating-banner__image.dokidoki {
    display: block;
    max-width: 90%; /* スマホで見やすいサイズに調整してください */
    height: auto;
  }
  
  /* JSで最下部に達した時に付与するクラス */
  .floating-banner.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
	
.floating-banner__link {
  display: flex;
  justify-content: center;
  width: 100%;
}	
	
}
	



// スマホの時だけ改行させるクラス
@media screen and (min-width: 768px){
.br-sp {display: none; }
}	
	
// Q&Aクラス
.accordion-001 {
    max-width: 500px;
    background-color: #f2f2f2;
}

.accordion-001:not([open]) {
    margin-bottom: 7px;
}

.accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
	margin: 5px;
    padding: 1em 2em;
    border-radius: 5px;
    background-color: #ff5656;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.accordion-001 summary::-webkit-details-marker {
    display: none;
}

.accordion-001 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}

.accordion-001[open] summary::after {
    transform: rotate(225deg);
}

.accordion-001 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 2em 2em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-001[open] p {
    transform: none;
    opacity: 1;
}

