.line-cp {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  min-width: 361px;
}

.cp_contents{
  text-align: center;
}

.footer,.eigyokikaku{
      text-align: center;
      padding:1em;
}

hr{
	border: solid 0.5px #ffffff;
}


h1 {
    font-weight:bold;
}

h3 {
    font-weight:bold;
	line-height: 20px;
    margin-top:15px;
}

h4 {
    font-weight:bold;
    margin-top:5px;
}

.add{
	
	text-align: center;
}
h4.add{
	font-size:20px;
	text-align: center;
}

.caution{
  background-color:#fff;
  margin-top:0%;
  padding:5% 20px 5%;
}

p.caution_chu{
    text-indent: -1em; /* 負の値を設定して飛び出すインデントを作成 */
  margin-left: 1em; /* 通常のテキストの左マージンを確保 */
  
}

p.caution_dai{
    text-indent: -2em; /* 負の値を設定して飛び出すインデントを作成 */
  margin-left: 2em; /* 通常のテキストの左マージンを確保 */
line-height: 100px;  
}

p.caution_sho{
  text-indent: 0; /* 負の値を設定して飛び出すインデントを作成 */
  margin-left: 0; /* 通常のテキストの左マージンを確保 */
  font-size:12px;
}


div.gaiyo{
    display: block;
    margin-top: 40px;
}

ul p.caution{font-size:12px;
text-indent:8px;
}

img.btn_add {
	margin-top: -2%;
	padding-bottom: 25px;}



img.cp_3 {
	width:100%;
	margin-top: -10%;
	padding-bottom: 0;

}

img.cp_6 {
	width:100%;
	margin-top: 0%;
	padding-bottom: 0;

}

img.cp_4 {
	width:100%;
	position: relative; /* 相対位置に設定 */
	z-index: 900; /* 高いz-index値を設定 */

}

img.cp_5 {
	width:100%;
	position: absolute; /* 相対位置に設定 */
   left: 0; /* Start from the left edge */
    right: 0; /* End at the right edge */
    margin-left: auto; /* Center horizontally */
    margin-right: auto; /* Center horizontally */
	z-index: 901; /* 高いz-index値を設定 */
	margin-bottom: -20px;
}


nav {
    display: table; 
    background: #fff;
    width: 100%;
	min-width: 361px;
	z-index: 1000; /* 高いz-index値を設定 */

}

nav.fixed {
    position: fixed;/*fixedで固定する*/
    right: 0;
    top: 0;
}

.wrapper {
    margin: 10px;
    max-width: 100%;
}


nav ul {
    justify-content: flex-end;
    display: flex;
    list-style: none;
}



.container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}


.left-list li, .right-list li {
  margin-bottom: 0;
}


.floating-link {
position: fixed; /* 画面に固定 */
	bottom: 5px;/*自分が固定したい位置(例は上から0pxの位置)*/
	  top: 60px;/*自分が固定したい位置(例は上から0pxの位置)*/
	left: -0%;/*自分が固定したい位置(例は左から10pxの位置)*/
  cursor: pointer;
}




img.btn {
	width:80%;
	margin-top: -0%;
}


/*アニメーション*/
.animation{
  animation: fuwafuwa 1.5s linear infinite;
  scale: 1;
}

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

/*能登震災の件*/
div.red{
  padding:14px;
  background-color:#FFD5C4;
  
}

p.red{
 font-size:14px;
  font-weight: bold;
  color:#E03400;
  
}

.btn00 {
  width: 80%;
    padding: 30px;
    letter-spacing : 10px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none !important;
    font-size: 42px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    border-radius: 60px;
}

.btn03 {
    background-color: #E44C51;
    color: #fff !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.5s 0s ease;/*transitionの記述を追加*/
}
.btn03:hover {
    background-color: #ffd615;
			}
			



