body {
	font-size:16px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.8;
}

/*提携用ヘッダー*/
.mainHeader_tei_topNav{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0 auto;
  padding: 14px 10px 12px 10px;
  width: 1080px;
}
.mainHeader_tei_headerLogo img {
  max-width: 150px;
  width: 100%;
  border: 1px solid #fff;
}
@media screen and (max-width:799px) {
.mainHeader_tei_sp {
 background-color: #ed0000;
	}
	
　.mainHeader_tei_sp_topNav {
  background-color: #ed0000;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 0 0 0;
  position: relative;
  width: 100%;
  z-index: 140;
}

.mainHeader_tei_sp_headerLogo {
  /*padding: 4.7% 5% 4.7% 4%;*/
  display: flex;
  align-items: center;
  padding: 13px 13px 13px 13px;
  text-align: center;
  width: 38.67%;
}

.mainHeader_tei_sp_headerLogo img {
  max-width: 114px;
  width: 100%;
  border: 1px solid #fff;
}
}
/*提携用ヘッダー*/

/*共通*/
#contents {
	width:700px;
	margin:0 auto;
	font-size: 1.6rem;
}
#contents .title_red {
	margin: auto;
	margin-top:4rem;
	font-size:2rem;
	color:#333;
	border-bottom:2px solid #FF0000;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
	width: 50%;
}
#contents .title_red2 {
	margin: auto;
	margin-top:4rem;
	font-size:2rem;
	color:#333;
	border-bottom:2px solid #FF0000;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
	width: 70%;
}


.text1{
	font-size: 1.5rem;
}
.text2{
	font-size: 1.4rem;
}
.sbtitle{
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 1.5rem;
}
.indent{
	padding-left: 2em;
    text-indent: -1em;
}

.indent2{
	padding-left: 3em;
    text-indent: -1em;
}

.indent3{
	padding-left: 2em;
    
}

.last{
	margin: 100px;
}

.lastnr{
	margin-top: 50px;
}

@media screen and (max-width:799px) {
	body {
		box-sizing:border-box;
		width:100%;
		
	}
	#contents {
		width:100%;
		font-size: 1.4rem;
	}

	main{
		margin: 1.5rem;
	}

	#contents .title{
		font-size: 1.5rem;
	}
	a[href^="tel:"] {
    pointer-events: none;
  }
	
#contents .title_red {
	font-size:1.5rem;
	text-align: left;
}
	
	
.text1{
	font-size: 1.3rem;
}
.text2{
	font-size: 1.2rem;
}
.sbtitle{
	font-size: 1.3rem;
}
.indent{
	padding-left: 1em;
    text-indent: -1em;
}

.indent2{
	padding-left: 2em;
    text-indent: -1em;
}

.indent3{
	padding-left: 1em;
    
}

.last{
	margin: 100px;
}	
	
}
	.custom-button{
      text-align: center;    /* テキストを中央に配置 */
      background-color: #ffffff; /* 背景色を白に設定 */
      color: #000000;            /* テキストの色を黒に設定 */
      padding: 15px 30px;        /* 内側余白を設定 */
      border: 3px solid #B4B4B4;    /* 薄い枠線を追加 */
      border-radius: 10px;       /* 角を丸くする */
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* 影を追加 */
      font-size: 16px;           /* テキストサイズ */
      transition: box-shadow 0.3s ease, background-color 0.3s ease; /* ホバー時のアニメーション */
	  font-weight: bold;
	}
	
	.custom-button:hover {
      background-color: #f0f0f0; /* ホバー時の背景色 */
      box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3); /* ホバー時の影を強調 */
    }
