/*================
 PC用のスタイル
=================*/
@media only screen and (min-width: 1001px), print{
 

.tanbo1 {
  display: flex;
  justify-content: center;
  margin: 0 auto 30px auto;
}
.tanbo1 img {
  
}



.sitaline {
  font-size: 32px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-bottom: 5px; /* 下線の位置調整 */
  background-image: -webkit-repeating-linear-gradient(-45deg, #E33102, #E33102 2px, #fff 2px, #fff 4px);
  background-image: repeating-linear-gradient(-45deg, #E33102, #E33102 2px, #fff 2px, #fff 4px);
  background-position: 0 100%; /* 下線を文字下部に配置 */
  background-repeat: repeat-x;
  background-size: 100% 8px; /* 文字サイズに合わせた背景サイズ */
}
.sitaline:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0; /* 下線を文字のすぐ下に配置 */
  width: 110%; /* 文字幅に合わせる */
  height: 8px; /* 線の太さを調整 */
  background: -webkit-repeating-linear-gradient(-45deg, #E33102, #E33102 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #E33102, #E33102 2px, #fff 2px, #fff 4px);
  
}
.imgkuwa1 {
  width: 300px;
  height:100px;
}

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

}

/*====================
 スマートフォン用のスタイル
=====================*/
@media only screen and (max-width: 1000px) {

  

body {
  min-width: 375px;
  margin: 0;
}

.tanbo1 {
 display: flex;
  justify-content: center;
  width: 100%;

  margin: 0 auto 30px auto;
}
.tanbo1 img {
  width: 98%;
  height: 98%;
}


.sitaline {
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-bottom: 5px; /* 下線の位置調整 */
  background-image: -webkit-repeating-linear-gradient(-45deg, #C94449, #C94449 2px, #fff 2px, #fff 4px);
  background-image: repeating-linear-gradient(-45deg, #C94449, #C94449 2px, #fff 2px, #fff 4px);
  background-position: 0 100%; /* 下線を文字下部に配置 */
  background-repeat: repeat-x;
  background-size: 100% 8px; /* 文字サイズに合わせた背景サイズ */
}
.sitaline:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0; /* 下線を文字のすぐ下に配置 */
  width: 110%; /* 文字幅に合わせる */
  height: 8px; /* 線の太さを調整 */
  background: -webkit-repeating-linear-gradient(-45deg, #C94449, #C94449 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #C94449, #C94449 2px, #fff 2px, #fff 4px);
}

.text1 {
  text-align: center;
  font-size: 15px;
}

.imgkuwa1 {
margin: 0 auto 0px auto;
  width: 150px;
  height:80px;
}
}