

@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700;900&display=swap');

body {
	margin-left: 20px;
	margin-right: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.senior-warning-box {
  background:#4b3e2e;
  border: 1px solid #b89a8f;　　
  padding: 22px 30px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.8;
  font-size: 32px;
  max-width: 610px;
  margin: 0 auto;
}

.senior-warning-box p {
  margin: 0;
}

.accident-section{
  max-width:700px;
  margin:0 auto;
  padding:35px 20px 45px;
  text-align:center;
  background:#fff;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  color:#1a1a1a;
}
.page-wrap{
  max-width:700px;
  margin:0 auto;
}
.accident-title{
  background:#3a2028;
  color:#fff;
  font-size:42px;
  font-weight:900;
  padding:12px 20px;
  margin-bottom:35px;
}

.accident-lead{
  font-size:28px;
  font-weight:700;
  margin:0 0 14px;
}

.accident-number{
  display:inline-block;
  background:#743a17;
  color:#fff;
  font-size:70px;
  font-weight:900;
  line-height:1;
  padding:18px 55px;
  margin-bottom:10px;
}

.accident-note{
  font-size:13px;
  margin:0 0 55px;
}

.accident-text{
  font-size:28px;
  font-weight:700;
  line-height:1.8;
  margin:0 0 35px;
}

.accident-text span{
  color:#e93419;
  font-weight:900;
}

.accident-arrow{
  position:relative;
  width:400px;
  height:90px;
  margin:0 auto 30px;
  background:#ef3218;
  color:#fff;
  font-size:34px;
  font-weight:900;
  line-height:70px;
  padding-top:50px;
}
.danza-text01{
  position:absolute;
  top:35px;
  left:320px;
  font-size:24px;
  font-weight:bold;
  color:#222;
}

.danza-text02{
  position:absolute;
  top:95px;
  left:390px;
  font-size:58px;
  font-weight:900;
  color:#e93419;
}

.danza-text03{
  position:absolute;
  top:200px;
  left:420px;
  font-size:24px;
  font-weight:bold;
  color:#222;
}
.senior-message{
    max-width:700px;
    margin:30px auto;
    padding:28px 25px;
    background:#fdf8ef;
    text-align:center;
    color:#222;
    font-size:28px;
    font-weight:bold;
    line-height:1.8;
    box-sizing:border-box;
    font-family:"Yu Gothic","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}

.senior-message span{
    color:#f04a24;
}
.kaigo-wrap{
  position:relative;
  width:700px;
  max-width:100%;
  margin:0 auto;
  background:transparent;
}

.kaigo-text{
    position:absolute;
    top:12px;
    left:320px;
    width:350px;
    color:#000;
    font-weight:bold;
    text-align:left;
}

.kaigo-text{
    left:380px;
    width:350px;
}

.kaigo-text p{
    text-align:left;
    font-size:16px;
    line-height:2;
    color:#000;
    margin:0;
}

.kaigo-text h3{
    margin:0 0 20px;
    font-size:24px;
    color:#000;
}

.kaigo-text h3 span{
    display:inline-block;
    width:28px;
    height:28px;
    background:#f58220;
    vertical-align:middle;
    margin:0 6px;
}



.kaigo-text p span{
    color:#f04a24;
    font-weight:900;
}
.barrier-box{
  max-width:700px;
  margin:30px auto;
  border:1px solid #74401c;
  background:#fffaf0;
  text-align:center;
  color:#6b3519;
  font-family:'Noto Sans JP','Yu Gothic','Hiragino Kaku Gothic ProN',sans-serif;
}

.barrier-head{
  background:#74401c;
  color:#fff;
  font-size:32px;
  font-weight:900;
  letter-spacing:.03em;
  padding:8px 15px;
}

.barrier-body{
  padding:28px 20px 35px;
}

.barrier-main{
  font-family:'Noto Sans JP',sans-serif;
  font-size:64px;
  font-weight:900;
  line-height:1.25;
  letter-spacing:-0.03em;
  color:#6b3519;
}

.barrier-sub{
  font-family:'Noto Sans JP',sans-serif;
  font-size:20px;
  font-weight:700;
  line-height:1.2;
  color:#6b3519;
  margin-top:6px;
}

@media screen and (max-width:768px){
  .barrier-main{
    font-size:36px;
  }

  .barrier-head{
    font-size:24px;
  }
}
.basic-title{
    max-width:700px;
    margin:30px auto;
    text-align:center;
    font-family:"Yu Gothic","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}

.basic-title-top{
    background:#74401c;
    color:#fff;
    font-size:45px;
    font-weight:900;
    line-height:1.2;
    padding:18px 20px;
}

.basic-title-bottom{
    background:#f23612;
    color:#fff;
    font-size:30px;
    font-weight:900;
    line-height:1.2;
    padding:8px 20px;
}
.accident-arrow::after{
  content:"";
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:-70px;
  border-left:200px solid transparent;
  border-right:200px solid transparent;
  border-top:70px solid #ef3218;
}

.accident-bottom{
  margin-top:75px;
  background:#743a17;
  color:#fff;
  padding:18px 25px;
}

.accident-copy{
  font-size:34px;
  font-weight:900;
  line-height:1.35;
}

@media(max-width:768px){
  .accident-title{font-size:30px;}
  .accident-lead{font-size:22px;}
  .accident-number{font-size:48px;padding:15px 35px;}
  .accident-text{font-size:22px;}
  .accident-arrow{width:280px;font-size:28px;}
  .accident-arrow::after{
    border-left-width:140px;
    border-right-width:140px;
  }
  .accident-copy{font-size:26px;}
}

.death-number{
    display:inline-block;
    background:#74401c;          /* 茶色 */
    color:#fff;
    font-size:82px;
    font-weight:900;
    line-height:1;
    padding:18px 55px;
    text-align:center;
    font-family:"Yu Gothic","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}
.center-area{
    text-align:center;
}

.mb30{
    margin-bottom:30px;
}


img{
    max-width:100%;
    height:auto;
    display:block;
}
.center-text{
    text-align:center;
}

.merit-wrap{
    display:flex !important;
    justify-content:space-between !important;
    max-width:700px !important;
    margin:30px auto !important;
}

.merit-circle{
    width:160px !important;
    height:160px !important;
    background:#f2833a !important;
    border-radius:50% !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    align-items:center !important;
    color:#fff !important;
    text-align:center !important;
    font-weight:bold !important;
}

.merit-circle .top{
    font-size:22px;
    line-height:1.3;
}

.merit-circle .up{
    font-size:42px;
    line-height:1;
    margin-top:10px;
}


/* 下線に色をつけるスタイル */
.underline-text {
    text-decoration: underline;
    text-decoration-color: red; /* 下線の色を赤に設定 */
}

/* 背景に色をつけるスタイル */
.highlight-text {
    background-color: yellow; /* 背景色を黄色に設定 */
}

/* 下線風に背景色をつけるスタイル */
.underline-background {
    display: inline-block;
    position: relative;
}

.underline-background::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.3em; /* 下線の太さを設定 */
    background-color: lightblue; /* 下線の色を設定 */
    z-index: -1; /* テキストの下に配置 */
    transition: background-color 0.3s; /* 色変化のアニメーション */
}

/* テキスト全体に色をつけるスタイル */
.text-color {
    color: green; /* テキスト色を緑に設定 */
}

/* 下線に色をつけるスタイル */
.underline-text {
    text-decoration: underline;
    text-decoration-color: red; /* 下線の色を赤に設定 */
}

/* 背景に色をつけるスタイル */
.highlight-text {
    background-color: yellow; /* 背景色を黄色に設定 */
}

/* 下線風に背景色をつけるスタイル */
.underline-background {
    display: inline-block;
    position: relative;
}

.underline-background::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.3em; /* 下線の太さを設定 */
    background-color: lightblue; /* 下線の色を設定 */
    z-index: -1; /* テキストの下に配置 */
}

/* スタイリッシュな下線背景色をつけるスタイル */
.stylish-underline {
    display: inline-block;
    position: relative;
    padding-bottom: 0.2em;
}

.stylish-underline::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 0.1em; /* 下線の太さを設定 */
    background-color: lightcoral; /* 下線の色を設定 */
    transition: width 0.3s; /* アニメーション効果を追加 */
}

.stylish-underline:hover::after {
    width: 120%; /* ホバー時の下線の幅を拡大 */
}

/* カードスタイル */
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 300px;
    border-radius: 5px;
    margin: 20px auto;
    overflow: hidden;
}

.card img {
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.card .container {
    padding: 16px;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}



#section1 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#section1 img {
    display: block;  /* 画像をブロック要素として扱う */
    margin-left: auto;  /* 左右のマージンを自動に設定 */
    margin-right: auto; /* 左右のマージンを自動に設定 */
	padding: 0; !important;
}

#section1 .text-content {
    padding-left: 50px;  /* 左のパディングを15pxに設定 */
    padding-right: 50px; /* 右のパディングを15pxに設定 */
    text-align: left;    /* テキストを左揃え */
}


.redsankaku {
	color: #F00;
}	
.white-s{
    color:#ffffff;
    font-size:50px;
    font-weight:bold;
    line-height:1.2;
    text-shadow:3px 3px 0 rgba(0,0,0,0.25);
	margin-top:5px;
    margin-bottom:5px;
}
h2{
    color:#2f72ba;
    font-size:25px;
    font-weight:bold;
    line-height:1.2;
	text-align: center;
	margin-top:30px;
    margin-bottom:25px;
}
h3{
    color:#000000;
    font-size:20px;
    font-weight:bold;
    line-height:1.2;
	margin-top:50px;
 
}
h2.line-title{
    color:#2f72ba;
    font-size:30px;
}
h1 {
	color:#00a0e9;
	font-weight: bold;
	font-size: 35px;
	text-align: center;
	margin-top:15px;
}	
/* コンテナ全体のスタイル */
.container{
 width:100%;
 max-width:700px;
 margin:auto;
 padding:0 15px;
 box-sizing:border-box;
}


/* 画像を左側に配置 */
.image-container {
  flex-shrink: 0;         /* 画像が縮まないように */
  margin-right: 20px;     /* 画像とテキストの間にスペース */
}

/* 画像のサイズ調整 */
.image-container img {
  object-fit: cover;
}

.blue-bold{
    color:#2f72ba;
	font-size:24px;
	 margin-bottom:20px;
}

.green-s-b {
	color: #399;
	font-weight: bold;
}

.green-b-s-b {
	color: #099;
	font-weight: bold;
}

.pink-b {
	font-weight: bold;
	color: #F6F;
	font-size: 110%
}

.pink-s-b {
	font-weight: bold;
	color: #F3C;
}

.black-b {
	font-weight: bold;
	color: #000;
	font-size: 110%
}

.brown-b {
	color: #900;
	font-weight: bold;
	font-size: 110%
}

.brown-s-b {
	color: #900;
	font-weight: bold;
}


.red-b {
	color: #F00;
	font-weight: bold;
	font-size: 110%
}

.red-s-b {
	color: #F00;
	font-weight: bold;
}

.red-s-s {
	color: #F00;
}

.blue-s-b {
	color: #069;
	font-weight: bold;
	
}

.blue-b {
	color: #069;
	font-weight: bold;
	font-size: 110%
}

.moji120 {
	font-weight: bold;
	font-size: 120%
}

.blue-main {
    color: #369 !important;
    font-size: 150% !important;
    font-weight: bold !important;
}
	
.orange-futoi {
	color: #F63 !important;
	font-weight: bold; !important;
	font-size: 110% !important;
}

.orange-s-b {
	color: #F63 !important;
	font-weight: bold !important;
}

.orange-s-s {
	color: #F63; !important;
	
}



.bule2 {
	color: #09C;
	font-size: 18px;
	font-weight: bold;
}
.blackfuto {
	font-weight: bold;
}

.blue-link {
	color: #00F;
}


/* コンテナ全体のスタイル */
.container2 {
  display: flex;          /* 子要素（画像とテキスト）を横並びに配置 */
  width: 650px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  align-items: flex-start; /* 画像とテキストを上揃えに */
}

/* 画像を左側に配置 */
.image-container2 {
  flex-shrink: 0;         /* 画像が縮まないように */
  margin-right: 20px;     /* 画像とテキストの間にスペース */
}

/* 画像のサイズ調整 */
.image-container2 img {
  object-fit: cover;
}

/* 説明文のスタイル */
.description {
  font-size: 14px;
  line-height: 1.6;
  flex-grow: 1;           /* 残りのスペースをテキストが占める */
}

.image-container8 {
  display: flex !important;  /* 強制的にflexにする */
  gap: 10px !important;
  justify-content: flex-start !important;
  overflow-x: auto !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.image-container8 img {
  width: 300px !important;
  height: 228px !important;
  object-fit: cover !important;
}


.黒太 {
	font-weight: bold;
}

  table {
    border-collapse: collapse; /* 線を重ねず1本にする */
    width: 700px;
  }

 table, th, td {
    border: none !important;
}
  td {
    padding: 10px;
    vertical-align: top;
  }
  .blue-light {
	color: #0CF;
	font-weight: bold;
	font-size: 36px;
}

.text-area {
  padding: 0 20px;
}
.soshiki,
.soshiki tbody,
.soshiki tr,
.soshiki td{
    border:none !important;
}

.soshiki{
    border-collapse: separate;
    border-spacing: 10px 0;
}

.soshiki td{
    vertical-align: top;
}

/* もし余白を追加したいなら別で */
.soshiki2{
    border-collapse: separate;
    border-spacing: 20px 20px;
}

.soshiki2 td{
    vertical-align: top;
    padding:20px;
}

.lightblue {
	color: #0FF;
}



.reason-banner{
    max-width:700px;
    margin:0 auto;
    background:#0aa4e8;
    padding:25px 30px;
    box-sizing:border-box;
    position:relative;
    font-family: Arial, sans-serif;
}

/* 右上の小さい文字 */
.reason-sub{
    position:absolute;
    top:15px;
    right:20px;
    font-size:14px;
    color:#fff;
    font-weight:bold;
}

.reason-sub span{
    font-size:28px;
    font-style:italic;
    margin-left:5px;
}

.bousai-wrap{
    position:relative;
    width:100%;
    max-width:700px;
    margin:0 auto;
}

.bousai-wrap img{
    width:100%;
    display:block;
}

.fukidashi-blue{
	position:absolute;
	top:76px;
	left:141px;
	width:550px;
	height:50px;
	box-sizing:border-box;
	color:#00a0e9;
	font-size:35px;
	font-weight:bold;
	line-height:1.3;
}
.bousai-wrap img{
  display: block;
  width: 100%;
  height: auto;
}

.senior-fukidashi{
    position:absolute;
    top:100px;
    left:200px;
    z-index:999;
    width:600px;
    color:#ffffff;
    padding:20px;
    font-size:28px;
    font-weight:bold;
    line-height:1.5;
    box-sizing:border-box;
}
.senior-fukidashi .big-text{
    font-size:1.5em;
    font-weight:bold;
}
.fukidashi-top{
	position:absolute;
	top:25px;
	left:50px;
	width:600px;
	height:50px;
	box-sizing:border-box;
	color:#ffffff;
	font-size:34px;
	font-weight:bold;
	line-height:0.7;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fukidashi-top2{
	position:absolute;
	top:490px;
	left:125px;
	width:600px;
	height:50px;
	box-sizing:border-box;
	color:#00a0e9;
	font-size:34px;
	font-weight:bold;
	line-height:0.7;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fukidashi-2{
	position:absolute;
	top:35px;
	left:350px;
	width:500px;
	height:50px;
	box-sizing:border-box;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	line-height:1.3;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fukidashi-3{
	position:absolute;
	top:140px;
	left:350px;
	width:500px;
	height:50px;
	box-sizing:border-box;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	line-height:1.3;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fukidashi-4{
	position:absolute;
	top:240px;
	left:350px;
	width:500px;
	height:50px;
	box-sizing:border-box;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	line-height:1.3;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fukidashi-5{
	position:absolute;
	top:12px;
	left:7px;
	width:170px;
	height:80px;
	box-sizing:border-box;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	text-align: center;
	line-height:1.3;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fukidashi-6{
	position:absolute;
	top:12px;
	left:180px;
	width:170px;
	height:80px;
	box-sizing:border-box;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	line-height:1.3;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fukidashi-7{
	position:absolute;
	top:12px;
	left:355px;
	width:170px;
	height:80px;
	box-sizing:border-box;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	line-height:1.3;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fukidashi-8{
	position:absolute;
	top:12px;
	left:525px;
	width:170px;
	height:80px;
	box-sizing:border-box;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	line-height:1.3;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fukidashi-5,
.fukidashi-6,
.fukidashi-7,
.fukidashi-8{
	width:170px;
	height:100px;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	font-weight:bold;
	line-height:1.4;
}

.fukidashi-5 p,
.fukidashi-6 p,
.fukidashi-7 p,
.fukidashi-8 p{
	margin:0;
}
.fukidashi-green1{
	position:absolute;
	top:19px;
	left:169px;
	width:500px;
	height:50px;
	box-sizing:border-box;
	color:#36ae37;
	font-size:22px;
	font-weight:bold;
	line-height:0.7;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fukidashi-blue-s1{
	position:absolute;
	top:19px;
	left:169px;
	width:500px;
	height:50px;
	box-sizing:border-box;
	color:#2f72ba;
	font-size:22px;
	font-weight:bold;
	line-height:0.7;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fukidashi-glay{
	position:absolute;
	top:121px;
	left:218px;
	width:470px;
	height:50px;
	box-sizing:border-box;
	color:#858585;
	font-size:30px;
	line-height:1.1;
}

.fukidashi-white{
	position:absolute;
	top:303px;
	left:50px;
	width:600px;
	height:50px;
	box-sizing:border-box;
	color:#ffffff;
	font-size:35px;
	font-weight:bold;
	line-height:1.2;
}
.fukidashi-white2{
	position:absolute;
	top:493px;
	left:50px;
	width:600px;
	height:50px;
	box-sizing:border-box;
	color:#ffffff;
	font-size:35px;
	font-weight:bold;
	line-height:1.2;
}

.yellow{
    color:#fff100;
}
.online-table{
    width:100%;
    max-width:700px;
    border-collapse:collapse;
}

.online-table td{
    width:50%;
    vertical-align:top;
    padding:10px;
}

.online-table img{
    width:100%;
    height:auto;
    display:block;
}
.small-sub{
    font-size:66%;
}
.photo-text{
    display:flex;
    max-width:700px;
    margin:20px auto;
    gap:20px;
}

.photo{
    width:300px;
    flex-shrink:0;
}

.photo img{
    width:100%;
    height:auto;
    display:block;
}

.text{
    flex:1;
}

.text h3{
    margin-top:0;
}

/* スマホ対応 */
@media screen and (max-width:768px){
    .photo-text{
        flex-direction:column;
    }

    .photo{
        width:100%;
    }
}
/* スマホ */
@media screen and (max-width:768px){
    .qa-item{
        padding-left:75px;
    }

    .qa-q,
    .qa-a{
        width:55px;
        height:55px;
        line-height:55px;
        font-size:28px;
    }

    .question-text{
        font-size:20px;
    }
}