@charset "utf-8";





/* =========================PC=========================================== */
@media screen and (min-width: 768px) {


.lower1100 {
	width:1100px;
	margin: 0px auto 0px auto;
	padding:90px 0px;
}

#headlogo_icon {
padding:0px 0px 0px 0px;
}

#headlogo_icon img {
	display: inline-block;
}

#headlogo_icon h1 {
	display: inline-block;
	font-size: 25px;
	font-weight: 900;
	padding: 0px 0px 0px 10px;
	vertical-align: middle;
	line-height: 63px;
	letter-spacing: 0.2em;
}

.head_shop_bt a {
  display: inline-block;
  background-color: #E7141B; /* 背景色 */
  color: #fff;               /* 文字色：白 */
  text-align: center;
  padding: 12px 24px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
  	font-size: 16px;
}

.head_shop_bt a:hover {
  opacity: 0.8; 
}




.sc01_02 {
	position: relative;
	width:100%;
	height: 880px;
	background-color: #FAD0D1; /* 背景色 */
	background-image: url('../img/bk001.jpg'); /* 背景画像 */
  background-position: center bottom; /* 画像の位置を中央・下に */
  background-repeat: no-repeat; /* 繰り返しなし */
  
}


.sc01_02_01_ray {
	margin: 0px auto 0px auto;
	position: relative;
	width: 1100px;
}

.sc01_02_01 {
	width: 100%;
	background: #FFFFFF;
	position: absolute;
	top:-60px;
	padding: 65px 100px;
  	border-radius: 10px;
  	
}

.sc01_02_01_a  {
	text-align:center;
}
.sc01_02_01_a h2 {
	text-align:center;
	font-size: 30px;
	font-weight: 900;
	color: #CB0909;
	border-bottom: 1px solid #CB0909;
	display: inline-block;
}

.sc02_02,
.sc01_02_01_b {
padding:50px 0px;
}



.sc01_02_01_c {
	background: #F1F1F1;
	padding: 40px 100px;
}

.sc01_02_01_c_01 {
	text-align:center;
	font-weight: 900;
	margin-bottom:20px;
}


.sc01_02_01_c_02 table {
  width: 100%; /* テーブルの幅を親要素いっぱいに */
  border-collapse: collapse; /* ボーダーをスッキリさせる */
  background-color: #fff; /* 背景を白に */
}

.sc01_02_01_c_02 td, th {
  border: 2px solid #FFC1C1; /* ボーダーの色 */
  padding: 10px; /* 余白 */
  text-align: center; /* 文字を中央配置 */
  width: 25%; /* 4列なので均等に */
}

.sc02 {

}

.sc02_01 h2 {
	text-align:center;
	font-weight: 900;
	margin-bottom:20px;
	font-size: 25px;
}

.sc02_03 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0C015F; /* 背景色 */
  color: #fff; /* 文字色 */
  font-size: 20px;
  padding: 12px 24px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  position: relative; /* 擬似要素の基準 */
  transition: 0.1s;
   width:300px;
 
 
  
}

.sc02_03::after {
  content: '→'; /* 白い矢印 */
  font-size: 20px;
  margin-left: 10px; /* 矢印と文字の間隔 */
  transition: margin-left 0.3s;
}

.sc02_03:hover::after {
  margin-left: 20px; /* ホバー時に矢印を少し右へ */
}

a {
  text-decoration: none; /* リンクの下線を消す */
}

.sc02_03_ray{
 width:300px;
 margin: 0px auto 0px auto;

}

.sc02_04 {
 text-align:center;
 margin: 20px auto 20px auto;
 padding:50px;
}


.sc03 {
	width:100%;
	background-color: #FAD0D1; /* 背景色 */
	padding:50px 0px;
}

.sc03_01_ray {
 text-align:center;
 margin-bottom:100px;
}

.sc03_01 {
  display: inline-flex;
  align-items: center; /* h3を縦方向に中央に配置 */
  justify-content: center; /* 水平方向に中央に配置 */
  position: relative; /* 擬似要素の位置を基準に */
}

.sc03_01 h3 {
  margin: 0;
  padding: 0 40px; /* 左右の余白を調整 */
  font-size: 30px; /* 必要に応じてフォントサイズを調整 */
   font-weight: bold;
 }

.sc03_01::before,
.sc03_01::after {
  content: "";
  position: absolute;
  height: 2px; /* ボーダーの高さ */
  background-color: #E92929; /* ボーダーの色 */
}

.sc03_01::before {
  left: -70px; /* 文字の前に70pxの長さ */
  width: 70px; /* 長さを70pxに設定 */
}

.sc03_01::after {
  right: -70px; /* 文字の後ろに70pxの長さ */
  width: 70px; /* 長さを70pxに設定 */
}



.sc03_02_flex {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px dotted #000000;
}


.second {
  padding-bottom: 0; /* padding-bottomを適用しない */
  margin-bottom: 0; /* margin-bottomを適用しない */
  border-bottom: none; /* border-bottomを適用しない */
}


.sc03_02_flex_01 {
  width: 350px;
  
}

.sc03_02_flex_02 {
  width: 750px;
  padding-left:60px;
}

.sc03_02_flex_02_c {
	background: #fff;
	border-radius: 15px;
	padding:30px 60px;
	margin-bottom:30px;
	
}

.sc03_02_flex_02_d {
 font-size: 14px;
}

.sc03_02_flex_02_a {
	margin-bottom:20px;
	 font-weight: bold;
	
}

.sc03_02_flex_02_e {
 font-size: 14px;
  font-weight: bold;
  color:#E92929;
}


.sc04_01_ray {
	width:300px;
 margin: 0px auto 100px auto;
}


.sc04_01 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  font-size: 30px; /* フォントサイズ調整 */
    font-weight: bold;
}

.sc04_01 h3 {
   font-weight: bold;
}

.sc04_01::before, .sc04_01::after {
  content: '＼'; /* 左右のスラッシュ */
  position: absolute;
  width: 50px; /* ボーダーの長さ */
  top: 50%;
  transform: translateY(-50%); /* 垂直方向の中央揃え */
  font-size: 32px; /* スラッシュのサイズ */
  
  
}

.sc04_01::before {
  left: -50px; /* 左側のスラッシュ */
    color:#E92929;
}

.sc04_01::after {
  content: '／'; /* 右側のスラッシュ */
  right: -50px; /* 右側のスラッシュ */
    color:#E92929;
}


.sc04_01 h3 {
  margin: 0;
  padding: 0 20px; /* 左右に余白を持たせる */
}

.sc04_02_flex {
display: flex;
	justify-content: space-between;
}

.sc04_02_flex_01 a {
	 background-color: #E92929;
    width: 500px;
    height: 180px;
    position: relative;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column; /* 要素を縦並びに */
    justify-content: center;
    align-items: center;
}
    

.sc04_02_flex_01 a h4 {
	 font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 0.3;
}

.sc04_02_flex_01 a h4 span {
	 font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.1em;
    vertical-align: middle;
}
   


.sc04_02_flex_01 a::after {
    content: ">";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: bold;
}


.sc04_02_flex_01 a:hover {
 opacity: 0.8; 
}



.sc04_03 {
 border-radius: 20px;
 border: 13px solid #E92929;
 margin-top:40px;
 display: block;
 padding:50px 100px;
 background-color: #F0F3F5;
}

.sc04_03_01 {
	text-align:center;
}

.sc04_03_02 {
  width: 700px;
  margin: 40px auto 30px auto;
  padding: 30px;
  background-color: #F4FF95;
}
.sc04_03_03 a{
 color: #fff; /* 文字色 */
}

.sc04_03_03 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000; /* 背景色 */
  color: #fff; /* 文字色 */
  font-size: 20px;
  padding: 30px 24px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  position: relative; /* 擬似要素の基準 */
  transition: 0.1s;
   width:300px;
  
}

.sc04_03_03::after {
  content: '→'; /* 白い矢印 */
  font-size: 20px;
  margin-left: 10px; /* 矢印と文字の間隔 */
  transition: margin-left 0.3s;
}

.sc04_03_03:hover::after {
  margin-left: 20px; /* ホバー時に矢印を少し右へ */
}



.sc04_03_03_ray{
 width:300px;
 margin: 0px auto 0px auto;

}


.sc05 {
 background-color: #F0F3F5;
 padding:100px 0px;
}

.sc05 .lower1100 {
 background-color: #fff;
 padding:100px 20px;
  border-radius: 10px;
  position: relative;
 
}


.sc05_01_ray {
 width:140px;
 margin: 0px auto 0px auto;
}


.sc05_01 {
	position: absolute;
	width:140px;
	height: 135px;
	background-image: url('../img/pro_img.png'); /* 背景画像 */
  	background-position: center bottom; /* 画像の位置を中央・下に */
  	background-repeat: no-repeat; /* 繰り返しなし */
  	text-align:center;
  	padding-top:50px;
  	top:-70px;
  	left:480px;
  
}

.sc05_01_01 {
color:#AD0505;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
}
.sc05_01_02 {
color:#AD0505;
  font-size: 50px;
  font-weight: bold;
  line-height: 55px;
}


.sc05_02 {
  	text-align:center;
}

.sc05_02_01 {
color:#AD0505;
  font-size: 30px;
  font-weight: bold;

}

.sc05_02_02 {
color:#AD0505;
  font-size: 18px;
  font-weight: bold;

}
.sc05_03_flex {
	display: flex;
	justify-content: space-between;
}


.sc05_03_flex_01 {
	width:570px;
	border-radius: 20px;
	border: 5px solid #E92929;
	margin-top:40px;
	display: block;
	padding:40px 20px;
 
}


.sc05_03_flex_01b {
	width:470px;
	border-radius: 20px;
	border: 5px solid #3AA8C3;
	margin-top:40px;
	display: block;
	padding:40px 20px;

}

.sc05_03_flex_01_flex {
	display: flex;
	margin-bottom:20px;
}

.sc05_03_flex_01_flex_a {
  display: inline-block;
  background-color: #E7141B; /* 背景色 */
  color: #fff;               /* 文字色：白 */
  text-align: center;
  padding: 12px 24px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
font-size: 16px;
}


.sc05_03_flex_01_flex_b {
  line-height: 50px;
  padding-left:20px;
   font-weight: bold;
}

.sc05_03_flex_02_flex_a {
  display: inline-block;
  background-color: #fff; /* 背景色 */
  color: #3AA8C3;               /* 文字色：白 */
  text-align: center;
  padding: 12px 24px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
font-size: 16px;
border: 2px solid #3AA8C3;
}

.sc05_03_flex_02_a {
font-size: 25px;
font-weight: bold;
margin-bottom:20px;
}

.sc05_03_flex_02_a span {
color:#AD0505;

}

.sc06_01 {
margin-bottom:40px;
}



.sc06_01_01 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom:20px;
}

.sc06_01_02_flex {
	display: flex;
	justify-content: space-between;
}


.sc06_01_02_flex_01 {
	width:200px;
}

.sc06_01_02_flex_02 {
	width:900px;
}


.sc06_01_02_flex_01_a {
  display: inline-block;
  background-color: #DFF8F6; 
  text-align: center;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
	font-size: 16px;
	margin-bottom:15px;
	width:180px;
}


.sc06_01_02_flex_02_a {
	margin-bottom:20px;
}


.sc06_01_02_flex_02_b {
	border: 1px solid #E7141B;
	padding:20px;
	margin-bottom:20px;
}

.sc06_01_02_flex_02_b span {
	color:#E7141B;
  font-weight: bold;

}


.sc06_01_03_flex {
	display: flex;
	justify-content: space-between;
	margin:30px auto 60px auto;
	width:950px;
}

.sc06_01_03_flex_01 {
width:300px;
}




.sc07_01_02_flex {
	background-color: #C0F1EE; 
	padding:40px;
}

.sc07_01_02_flex_01_a {
	display: flex;
}
.sc07_01_02_flex_01_a_01_flex {
	display: flex;
}

.sc07_01_02_flex_01_a_01_flex_01 {
	background-color: #02B6D3;
	border: 2px solid #02B6D3;
	width:200px;
	padding:20px;
	text-align:center;
	color:#fff;
	align-items: center;
}

.sc07_01_02_flex_01_a_01_flex_02 {
	background-color: #fff;
	border: 2px solid #02B6D3;
	width:820px;
	padding:20px;

}

.sc07_01_02_icon {
	text-align:center;
}

.sc07_01_02_flex_01_a_01_flex_02 span {
  font-weight: bold;
  margin-bottom:15px;
}


.sc_contact {
	 background-color: #F0F3F5;
	 	background-image: url('../img/contact_bk.jpg'); /* 背景画像 */
  	background-position: center top; /* 画像の位置を中央・下に */
  	background-repeat: no-repeat; /* 繰り返しなし */
}


.sc_contact_01 a {
	 background-color: #E92929;
    width: 550px;
    height: 140px;
    position: relative;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column; /* 要素を縦並びに */
    justify-content: center;
    align-items: center;
    margin:30px auto 0px auto;
}
    

.sc_contact_01 a {
	 font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 0.3;
}


.sc_contact_01 a::after {
    content: ">";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: bold;
}


.sc_contact_01 a:hover {
 opacity: 0.8; 
}















}
/* =========================スマホ=========================================== */
@media screen and (max-width: 767px) {

.fancybox-content {
padding:40px 0px!important; 
}

#headlogo_set {
text-align:center;
padding:40px 0px; 
  
}
  
  
.lower1100 {
	width:100%;
	margin: 0px auto 0px auto;
	padding:40px 0px;
}

#headlogo_icon {
display:block;
}


#headlogo_icon img {
	display:block;
	margin:0px auto;
}

#headlogo_icon h1 {
	display: inline-block;
	font-size: 20px;
	font-weight: 900;
	padding: 0px 0px 0px 10px;
	vertical-align: middle;
	line-height: 63px;
	letter-spacing: 0.2em;
}

.head_shop_bt a {
  display: inline-block;
  background-color: #E7141B; /* 背景色 */
  color: #fff;               /* 文字色：白 */
  text-align: center;
  padding: 12px 24px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
font-size: 16px;
}

.head_shop_bt a:hover {
  opacity: 0.8; 
}

 .head_shop_bt {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: transparent; /* 必要に応じて背景色 */
    text-align: center;
    z-index: 1000;
    padding: 10px 0;
  }

  .head_shop_bt a {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
  }
  



.sc01_02 {
	position: relative;
	width:100%;
	height: 730px;
	background-color: #FAD0D1; /* 背景色 */
	background-image: url('../img/bk001.jpg'); /* 背景画像 */
  background-position: center bottom; /* 画像の位置を中央・下に */
  background-repeat: no-repeat; /* 繰り返しなし */
  
}


.sc01_02_01_ray {
	margin: 0px auto 0px auto;
	position: relative;
	width: 100%;
}

.sc01_02_01 {
	width: 100%;
	background: #FFFFFF;
	position: absolute;
	top:-20px;
	padding: 20px 10px;
  	border-radius: 10px;
  	
}

.sc01_02_01_a  {
	text-align:center;
}
.sc01_02_01_a h2 {
	text-align:center;
	font-size: 20px;
	font-weight: 900;
	color: #CB0909;
	border-bottom: 1px solid #CB0909;
	display: inline-block;
}

.sc02_02,
.sc01_02_01_b {
padding:50px 10px;
}



.sc01_02_01_c {
	background: #F1F1F1;
	padding: 40px 100px;
}

.sc01_02_01_c_01 {
	text-align:center;
	font-weight: 900;
	margin-bottom:20px;
}


.sc01_02_01_c_02 table {
  width: 100%; /* テーブルの幅を親要素いっぱいに */
  border-collapse: collapse; /* ボーダーをスッキリさせる */
  background-color: #fff; /* 背景を白に */
}

.sc01_02_01_c_02 td, th {
  border: 2px solid #FFC1C1; /* ボーダーの色 */
  padding: 10px; /* 余白 */
  text-align: center; /* 文字を中央配置 */
  width: 25%; /* 4列なので均等に */
}

.sc02 {

}

.sc02_01 h2 {
	text-align:center;
	font-weight: 900;
	margin-bottom:20px;
	font-size: 20px;
}

.sc02_03 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0C015F; /* 背景色 */
  color: #fff; /* 文字色 */
  font-size: 20px;
  padding: 12px 24px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  position: relative; /* 擬似要素の基準 */
  transition: 0.1s;
   width:300px;
 
 
  
}

.sc02_03::after {
  content: '→'; /* 白い矢印 */
  font-size: 20px;
  margin-left: 10px; /* 矢印と文字の間隔 */
  transition: margin-left 0.3s;
}

.sc02_03:hover::after {
  margin-left: 20px; /* ホバー時に矢印を少し右へ */
}

a {
  text-decoration: none; /* リンクの下線を消す */
}

.sc02_03_ray{
 width:300px;
 margin: 0px auto 0px auto;

}

.sc02_04 {
 text-align:center;
 margin: 20px auto 20px auto;
 padding:5px;
}


.sc03 {
	width:100%;
	background-color: #FAD0D1; /* 背景色 */
	padding:50px 0px;
}

.sc03_01_ray {
 text-align:center;
 margin-bottom:40px;
}

.sc03_01 {
  display: inline-flex;
  align-items: center; /* h3を縦方向に中央に配置 */
  justify-content: center; /* 水平方向に中央に配置 */
  position: relative; /* 擬似要素の位置を基準に */
}

.sc03_01 h3 {
  margin: 0;
  padding: 0 40px; /* 左右の余白を調整 */
  font-size: 30px; /* 必要に応じてフォントサイズを調整 */
   font-weight: bold;
 }

.sc03_01::before,
.sc03_01::after {
  content: "";
  position: absolute;
  height: 2px; /* ボーダーの高さ */
  background-color: #E92929; /* ボーダーの色 */
}

.sc03_01::before {
  left: -70px; /* 文字の前に70pxの長さ */
  width: 70px; /* 長さを70pxに設定 */
}

.sc03_01::after {
  right: -70px; /* 文字の後ろに70pxの長さ */
  width: 70px; /* 長さを70pxに設定 */
}



.sc03_02_flex {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px dotted #000000;
}


.second {
  padding-bottom: 0; /* padding-bottomを適用しない */
  margin-bottom: 0; /* margin-bottomを適用しない */
  border-bottom: none; /* border-bottomを適用しない */
}


.sc03_02_flex_01 {
 text-align:center;
}

.sc03_02_flex_01 img {
 width:80%;
 
}


.sc03_02_flex_02 {
  width: 100%;
  padding: 20px 10px 40px 10px;
}

.sc03_02_flex_02_c {
	background: #fff;
	border-radius: 15px;
	padding:30px 60px;
	margin-bottom:30px;
	
}

.sc03_02_flex_02_d {
 font-size: 14px;
}

.sc03_02_flex_02_a {
	margin-bottom:20px;
	 font-weight: bold;
	
}

.sc03_02_flex_02_e {
 font-size: 14px;
  font-weight: bold;
  color:#E92929;
}


.sc04_01_ray {
	width:300px;
 margin: 0px auto 100px auto;
}


.sc04_01 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  font-size: 20px; /* フォントサイズ調整 */
    font-weight: bold;
}

.sc04_01 h3 {
   font-weight: bold;
}

.sc04_01::before, .sc04_01::after {
  content: '＼'; /* 左右のスラッシュ */
  position: absolute;
  width: 50px; /* ボーダーの長さ */
  top: 50%;
  transform: translateY(-50%); /* 垂直方向の中央揃え */
  font-size: 20px; /* スラッシュのサイズ */
  
  
}

.sc04_01::before {
  left: -40px; /* 左側のスラッシュ */
    color:#E92929;
}

.sc04_01::after {
  content: '／'; /* 右側のスラッシュ */
  right: -40px; /* 右側のスラッシュ */
    color:#E92929;
}


.sc04_01 h3 {
  margin: 0;
  padding: 0 20px; /* 左右に余白を持たせる */
}

.sc04_02_flex {

}

.sc04_02_flex_01 a {
	 background-color: #E92929;
    width: 100%;
    height: 120px;
    position: relative;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column; /* 要素を縦並びに */
    justify-content: center;
    align-items: center;
    margin-bottom:20px;
 }
    

.sc04_02_flex_01 a h4 {
	 font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 0.3;
}

.sc04_02_flex_01 a h4 span {
	 font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.1em;
    vertical-align: middle;
}
   


.sc04_02_flex_01 a::after {
    content: ">";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: bold;
}


.sc04_02_flex_01 a:hover {
 opacity: 0.8; 
}



.sc04_03 {
 border-radius: 20px;
 border: 5px solid #E92929;
 margin-top:40px;
 display: block;
 padding:20px 10px;
 background-color: #F0F3F5;
}

.sc04_03_01 {
	text-align:center;
}

.sc04_03_02 {
padding:30px 10px;
  margin: 40px 5px 30px 5px;
  background-color: #F4FF95;
}


.sc04_03_03 a{
 color: #fff; /* 文字色 */
}

.sc04_03_03 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000; /* 背景色 */
  color: #fff; /* 文字色 */
  font-size: 20px;
  padding: 30px 24px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  position: relative; /* 擬似要素の基準 */
  transition: 0.1s;
   width:300px;
  
}

.sc04_03_03::after {
  content: '→'; /* 白い矢印 */
  font-size: 20px;
  margin-left: 10px; /* 矢印と文字の間隔 */
  transition: margin-left 0.3s;
}

.sc04_03_03:hover::after {
  margin-left: 20px; /* ホバー時に矢印を少し右へ */
}



.sc04_03_03_ray{
 width:300px;
 margin: 0px auto 0px auto;

}


.sc05 {
 background-color: #F0F3F5;
 padding:40px 0px;
}

.sc05 .lower1100 {
 background-color: #fff;
 padding:40px 10px;
  border-radius: 10px;
  position: relative;
 
}


.sc05_01_ray {
 width:140px;
 margin: 0px auto 0px auto;
}


.sc05_01 {

	width:140px;
	height: 135px;
	background-image: url('../img/pro_img.png'); /* 背景画像 */
  	background-position: center bottom; /* 画像の位置を中央・下に */
  	background-repeat: no-repeat; /* 繰り返しなし */
  	text-align:center;
  	padding-top:50px;
  	top:-70px;
  	left:480px;
  
}

.sc05_01_01 {
color:#AD0505;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
}
.sc05_01_02 {
color:#AD0505;
  font-size: 50px;
  font-weight: bold;
  line-height: 55px;
}


.sc05_02 {
  	text-align:center;
}

.sc05_02_01 {
color:#AD0505;
  font-size: 20px;
  font-weight: bold;
  margin-top:20px;

}

.sc05_02_02 {
color:#AD0505;
  font-weight: bold;

}
.sc05_03_flex {

}


.sc05_03_flex_01 {
	width:100%;
	border-radius: 20px;
	border: 5px solid #E92929;
	margin-top:40px;
	display: block;
	padding:40px 20px;
 
}


.sc05_03_flex_01b {
	width:100%;
	border-radius: 20px;
	border: 5px solid #3AA8C3;
	margin-top:40px;
	display: block;
	padding:40px 20px;

}

.sc05_03_flex_01_flex {
	margin-bottom:10px;
	text-align:center;
}

.sc05_03_flex_01_flex_a {
  display: inline-block;
  background-color: #E7141B; /* 背景色 */
  color: #fff;               /* 文字色：白 */
  text-align: center;
  padding: 12px 24px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
font-size: 16px;
}


.sc05_03_flex_01_flex_b {
  line-height: 50px;
  padding-left:20px;
   font-weight: bold;
}

.sc05_03_flex_02_flex_a {
  display: inline-block;
  background-color: #fff; /* 背景色 */
  color: #3AA8C3;               /* 文字色：白 */
  text-align: center;
  padding: 12px 24px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
font-size: 16px;
border: 2px solid #3AA8C3;
}

.sc05_03_flex_02_a {
font-weight: bold;
margin-bottom:20px;
font-size: 20px;
text-align:center;
}

.sc05_03_flex_02_a span {
color:#AD0505;
display:block;

}

.sc06_01 {
margin-bottom:40px;
}



.sc06_01_01 {

	font-weight: bold;
	margin-bottom:20px;
	text-align:center;
}

.sc06_01_02_flex {
padding:20px 10px;
}


.sc06_01_02_flex_01 {
		display: flex;
	justify-content: space-between;
}

.sc06_01_02_flex_02 {
	width:100%;
}


.sc06_01_02_flex_01_a {
  display: inline-block;
  background-color: #DFF8F6; 
  text-align: center;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
	font-size: 16px;
	margin-bottom:15px;
	width:50%;
}


.sc06_01_02_flex_02_a {
	margin-bottom:20px;
}


.sc06_01_02_flex_02_b {
	border: 1px solid #E7141B;
	padding:20px;
	margin-bottom:20px;
}

.sc06_01_02_flex_02_b span {
	color:#E7141B;
  font-weight: bold;

}


.sc06_01_03_flex {
	text-align:center;
	margin:30px auto 60px auto;

}

.sc06_01_03_flex_01 {
text-align:center;
margin-bottom:10px;
}
.sc06_01_03_flex_01 img {
width:80%;

}



.sc07_01_02_flex {
	background-color: #C0F1EE; 
	padding:20px 0px;
}

.sc07_01_02_flex_01_a {

}
.sc07_01_02_flex_01_a_01_flex {

}

.sc07_01_02_flex_01_a_01_flex_01 {
	background-color: #02B6D3;
	border: 2px solid #02B6D3;
	width:100%;
	padding:10px;
	text-align:center;
	color:#fff;
	align-items: center;
}

.sc07_01_02_flex_01_a_01_flex_02 {
	background-color: #fff;
	border: 2px solid #02B6D3;
	width:100%;
	padding:20px;

}

.sc07_01_02_icon {
	text-align:center;
}

.sc07_01_02_flex_01_a_01_flex_02 span {
  font-weight: bold;
  margin-bottom:15px;
}


.sc_contact {
	 background-color: #F0F3F5;
	background-image: none; /* 背景画像 */

}


.sc_contact_01 a {
    display: none;

}
    



	
}





		
	
