@charset "UTF-8";
/*
Theme Name:Switch child
Template:switch_tcd063
*/

/*
  ここから下にCSSを追記してください。
*/
/*body{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO" !important;
}*/
html {scroll-behavior: smooth;}
@media(min-width:751px){
    .sp{
        display: none !important;
    }
}
@media(max-width:750px){
    .pc{
        display: none !important;
    }
}
.br-sp {
    display: none;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}
/*---トップページ ここから-----*/
a.funa:hover{opacity: 0.7}

div.nf{
display: flex;
justify-content: center;
margin: 40px 0;
}
div.nf a.btn_n {
  display: inline-block;
  padding: 3rem;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-color: #d55837;
  box-shadow: 0px 0px 10px #aaaaaa;
  border-radius: 1vh;
  transition: 0.5s;
	margin: 0 10px;
}
div.nf a.btn_n:hover {
  opacity: 0.7;
  box-shadow: none;
}
div.nf a.btn_f {
  display: inline-block;
  padding: 3rem 3.8rem;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-color: #4e73b8;
  box-shadow: 0px 0px 10px #aaaaaa;
  border-radius: 1vh;
  transition: 0.5s;
	margin: 0 10px;
}
div.nf a.btn_f:hover {
  opacity: 0.7;
  box-shadow: none;
}
div.nrf{
display: flex;
justify-content: center;
margin: 40px 0;
}
div.nrf a.btn_nr {
  display: inline-block;
  padding: 1rem 1rem;
  text-decoration: none;
  text-align: center;
  color: #d55837;
  font-size: 20px;
  font-weight: bold;
  background-color: #fcf4f3;
  box-shadow: 0px 0px 10px #aaaaaa;
  border-radius: 1vh;
  transition: 0.5s;
	margin: 0 10px;
}
div.nrf a.btn_nr:hover {
  opacity: 0.7;
  box-shadow: none;
}
div.nrf a.btn_fr {
  display: inline-block;
  padding: 1rem 2rem;
  text-decoration: none;
  text-align: center;
  color: #4e73b8;
  font-size: 20px;
  font-weight: bold;
  background-color: #eaeff7;
  box-shadow: 0px 0px 10px #aaaaaa;
  border-radius: 1vh;
  transition: 0.5s;
	margin: 0 10px;
}
div.nrf a.btn_fr:hover {
  opacity: 0.7;
  box-shadow: none;
}
.p-global-nav {
font-size: 20px;
line-height: 90px;
font-weight: bold;
}
.slick-slider {display: none;}

/*---sec02-----*/
#sec02 {margin-top: -40px}
.heading-1 {
    position: relative;
    padding-top: .75em;
    color: #333333;
}

.heading01 {
	font-size: 30px !important;
}
.heading01 span {
	display: flex;
	align-items: center;
	color: #e50012;
	font-size: 36px;
	text-transform: uppercase;
}
.heading01 span::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
	background-color: #e50012;
}
.heading02 {
	font-size: 30px !important;
}
.heading02 span {
	display: flex;
	align-items: center;
	color: #314399;
	font-size: 36px;
	text-transform: uppercase;
}
.heading02 span::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
	background-color: #314399;
}
.nc {background: #e50012;}
.fc {background: #314399;}
.nc:hover {background: #e50012; opacity: 0.6;}
.fc:hover {background: #314399; opacity: 0.6;}
.nc2 {background: #e22937;}
.fc2 {background: #5369d5;}
.nc2:hover {background: #e22937; opacity: 0.6;}
.fc2:hover {background: #5369d5; opacity: 0.6;}
.q_button_wrap {
text-align: center;
margin: 10px auto;
line-height: 2.4;
}

/* プロダクトカード */
.card {
  display: flex;
  align-items: center;
  /*gap: 2rem;*/
}

.card-image {
  width: 50%;
}

.card-text {
  width: 50%;
  text-align: center;
	font-size:1.1rem;
	padding: 11px;
}

.card-reverse {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
#sec02 {margin-top: -20px}
  .card {
    flex-direction: column;
  }
  .card img {
    width:100%;
  }
.card-text {
  width: 100%;
  text-align: center;
	font-size:1.1rem;
	padding: 50px;
}
}

/* プロダクトカードここまで */

/*---sec02ここまで-----*/

/*---sec03-----*/
.wrap{
	width: 1040px;
	margin: 0 auto;
}
.flex{
	display: flex;
}
#sec03{
	background: #fcfaf0;
	margin-top: 60px;
}
#sec03 .sec_ttl span{
	font-size: 2.7rem;
	text-align: center;
	color: #005e32;
	background: #fff;
	border-radius: 30px;
	padding: 5px 30px;
	display: inline-block;
	margin: 0 0 5px;
}
#sec03 .wrap{
	padding: 30px 0 50px;
}
#sec03 .list{
	justify-content: space-between;
	flex-wrap: wrap;
}
#sec03 .list li{
	border-radius: 8px;
	border: 2px solid #e50012;
	position: relative;
	width:240px;
	background:white;
}
#sec03 .list li .num1{
	font-size: 3rem;
	color: #e50012;
	text-align: center;
	font-weight: 700;
	position: absolute;
	top: -20px;
	right: 0;
	width: 79px;
	padding: 0 0 0;
}
#sec03 .list li .img{
	border-radius: 3px 3px 0 0;
	overflow: hidden;
	height:160px;
	margin:0;
}
#sec03 .list li dl{
	padding: 15px 15px 0;
}
#sec03 .list li dl dt {
	color: #ff9000;
	font-size: 3rem;
	font-weight: 800;
}
#sec03 .list li dl dt {
	color: #e50012;
	font-size: 1.5rem;
	font-weight: 550;
	line-height: 1.2em;
}
#sec03 .list li dl dd{
	font-size: 1.1rem;
	line-height: 1.62;
	margin-top: 10px;
}
#sec03 .txt{
	font-size: 3rem;
	text-align: center;
	font-weight: 800;
	line-height: 1.4;
	margin-top: 35px;
}
#sec03 .txt .small{
	font-size: 90%;
}
#sec03 .txt a.red:hover{
	opacity:0.7;
	text-decoration:underline;
}
#sec03 .txt a.red{
	font-size: 100% !important;
	color: #ff1f1f;
	background: -webkit-linear-gradient(transparent 70%, #fffc00 70%);
	background: -o-linear-gradient(transparent 70%, #fffc00 70%);
	background: linear-gradient(transparent 70%, #fffc00 70%);
}
/*---sec03ここまで-----*/

.sec_ttl{
	font-size: 2.2rem !important;
	line-height: 1.22;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #007cba;
	padding: 26px 0;
	position: relative;
	margin: 0 0 50px 0;
}
.sec_ttl::before{
	content: '';
	position: absolute;
	bottom: -58px;
	left: 0;
	right: 0;
	width: 0px;
	margin:0 auto;
	border: #007cba solid 30px;
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
}
h3.title22 {
    border-bottom: 2px solid #ff8f00;
    display: table;
	font-size: 2rem;
	margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    text-align: center;
}

	/*---sec04--------*/
#sec04 {margin-top: 20px;}

@media screen and (max-width:769px) {
	/*---sec04--------*/
#sec04 {margin: 20px !important;}
	#cb_content3 {margin:0 20px !important;}
}

/************************************
** 比較表
************************************/
/* 比較表全体 */
.compare-box {
  display:-webkit-box;/* 配置 */
  display:-ms-flexbox;/* 配置 */
  display:flex;/* 配置 */
  max-width:900px;/* 横幅 */
  margin: 0 auto 80px;/* 余白 */
  border-radius:4px;/* 角丸 */
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2); /* 影 */
  background: #fef9ed; /* 背景色 */
}
/* 左のボックス、右のボックス */
.compare-box .compare-left-wrap, .compare-box .compare-right-wrap{
  width:50%;/* 横幅半分ずつ */
  overflow:hidden;/* はみ出さないように*/
}
/* 左のタイトル、右のタイトル */
.compare-box .compare-left-head, .compare-box .compare-right-head{
  background: #fdc44f; /* 背景色 */
  text-align: center;/* 中央寄せ */
  color: #FFF; /* 文字色 */
  font-weight: bold;/* 文字太さ */
  padding:0em 1em;/* 余白 */
  font-size:30px;/* 文字大きさ */
  line-height:1.5;/* 行間 */
  height:65px;/* 縦幅 */
  display:table-cell;/* 形式 */
  vertical-align:middle;/* 高さ中央寄せ */
  width:1000px;/* 横幅 */
}
/* 左のタイトル */
.compare-box .compare-left-head{
  border-radius:4px 0 0 0;/* 角丸 */
}
/* 右のタイトル */
.compare-box .compare-right-head{
  border-radius:0 4px 0 0;/* 角丸 */
}
/* 左のコンテンツ、右のコンテンツ */
.compare-box .compare-left, .compare-box .compare-right{
  padding:1.5em;/* 余白 */
  font-size:15px;/* 文字大きさ */
  line-height:2;/* 行間 */
  text-align: justify;/* 段落両端 */
  text-justify: inter-ideograph;/* 段落両端 */
}
/* 文章 */
.compare-box p {
  padding: 0;/* 余白 */
  margin: 0 0 20px 0;/* 余白 */
}
/*スマホで見たとき*/
@media screen and (max-width: 480px){
  /* 左のタイトル、右のタイトル */
  .compare-box .compare-left-head, .compare-box .compare-right-head{
    font-size:12px;/* 文字大きさ */
    height:50px;/* 高さ */
  }
  /* 左のコンテンツ、右のコンテンツ */
  .compare-box .compare-left, .compare-box .compare-right {
 	 	padding: 1.2em;/* 余白 */
 	 	font-size: 12px;/* 文字大きさ */
 	}
}
/************************************
** 比較表 箇条書き(記号)
************************************/
/* 箇条書き(記号) */
.compare-box .list{
   list-style: none !important;/* 行頭記号リセット */
   padding:0 !important;/* 余白リセット */
   margin:0 !important;/* 余白リセット */
   border:none !important;/* 線リセット */
}
/* 箇条書き 行 */
.compare-box .list li { 
   border-bottom:1px dashed #cdcdcd;/* 線(太さ 種類　色) */
   position: relative;/* 配置 */
   margin:0.5em 0 !important;/* 余白 */
   max-width:500px;/* 横幅 */
   padding: 0 0 0.7em 1.4em !important;/* 余白 */
   line-height:1.8;/* 行間 */
	list-style-type:none;
	font-size: 16px;
}
/* 箇条書き 行最後 */
.compare-box .list li:last-child{ 
   border:none;
}
/* 箇条書き 行頭記号 */
.compare-box .list li:before {
   background-color:  #ffa952; /* 色 */
   position: absolute;/* 配置 */
   content: '';/* 空文字 */
   top: 10px;/* 上からの距離 */
   left: 7px;/* 下からの距離 */
   width: 7px;/* 横幅 */
   height: 7px;/* 縦幅 */
   border-radius: 4px;/* 角丸 */
}
/*スマホで見たとき*/
@media screen and (max-width: 480px){
  /* 箇条書き 行頭記号 */
  .compare-box .list li:before {
    top: 9px;/* 上からの距離 */
    left: 3px;/* 下からの距離 */
    width:5px;/* 横幅 */
    height:5px;/* 縦幅 */
  }
}
/************************************
** 比較表　箇条書き(番号)
************************************/
/* 箇条書き(番号) */
.compare-box .list-number{
   counter-reset:number; /* 番号リセット */
   list-style: none !important;/* 行頭番号削除) */
   padding:0 !important;/* 余白リセット */
   margin:0 !important;/* 余白リセット */
   border:none !important;/* 線リセット */
}
/* 箇条書き(番号) 行 */
.compare-box .list-number li {
   position: relative;/* 配置 */
   margin:0.5em 0 !important;/* 余白 */
   max-width:500px; /* 横幅 */
   padding: 0 0 0.5em 1.8em !important;/* 余白 */
   line-height:1.8;/* 行間 */
  border-bottom:1px dashed #cdcdcd;/* 線(太さ 種類　色) */
}
/* 箇条書き 行最後 */
.compare-box .list-number li:last-child{ 
   border:none;
}
/* 箇条書き(番号) 行頭番号 */
.compare-box .list-number li:before {
   counter-increment: number;/* 番号 */
   content: counter(number);/* 番号 */
   background-color: #fdc44f; /* 背景色 */
   color: #fff; /* 番号色 */
   position: absolute;/* 配置 */
   font-weight:bold;/* 文字太さ */
   font-size: 12px;/* 文字大きさ */
   border-radius: 50%;/* 角丸 */
   left: 0;/* 左からの距離 */
   top:5px;/* 上からの距離 */
   width: 18px;/* 横幅 */
   height: 18px;/* 縦幅 */
   line-height: 18px;/* 行間 */
   text-align:center;/* 中央寄せ */
}
/* 箇条書き 行頭記号リセット */
.compare-box .list-number li:after{
  content:'';
}
/*スマホで見た時*/
@media screen and (max-width: 480px){
  /* 箇条書き(番号) 行 */
  .compare-box .list-number li{
     padding: 0 0 0.5em 1.8em !important;/* 余白 */
  }
  /* 箇条書き(番号) 行頭番号 */
  .compare-box .list-number li:before {
    font-size:10px;/* 文字大きさ */
    width: 16px;/* 横幅 */
    height: 16px;/* 縦幅 */
    line-height: 16px;/* 行間 */
    top:2px;/* 上からの距離 */
  }
}

/************************************
** 比較表セパレート
************************************/
/* 全体左 */
.compare-box-separate .compare-right{
background:#f0f9fc !important;
height:100%;
}
/* 全体右 */
.compare-box-separate .compare-left{
background:#fff6f2 !important;
height:100%;
}
/* タイトル左 */
.compare-box-separate .compare-right-head{
background:#6fc7e1 !important;
}
/* タイトル右 */
.compare-box-separate .compare-left-head{
background:#ffa883 !important;
}
/* 箇条書き(記号) 行頭番号 左 */
.compare-box-separate .compare-right .list li:before {
background:#6fc7e1 !important;
}
/* 箇条書き(番号) 行頭番号 左 */
.compare-box-separate .compare-right .list-number li:before {
background:#6fc7e1 !important;
}
/* 箇条書き(記号) 行頭番号 右 */
.compare-box-separate .compare-left .list li:before {
background:#ffa883 !important;
}
/* 箇条書き(番号) 行頭番号 右 */
.compare-box-separate .list-number li:before {
background:#ffa883 !important;
}
/*---sec04ここまで-----*/

@media only screen and (max-width:769px) {
	/*---sec03 Responsive--------*/
.sec_ttl {
    font-size: 1.8rem;
    line-height: 1.22;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #007cba;
    padding: 26px 0;
    position: relative;
    margin: 0 0 50px 0;
}
h3.title22 {
    border-bottom: 2px solid #ff8f00;
    display: table;
	font-size: 1.4rem;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    text-align: center;
}
	#sec03 .sec_ttl span{
		font-size: 5vw;
		padding: 1% 12%;
	}
	#sec03 .wrap{
		padding: 12% 0 7%;
		width:90%;
	}
	#sec03 .list{
		display: block;
		margin:0;
	}
	#sec03 .list li{
		border-width: 2px;
		width: 100%;
	}
	#sec03 .list li + li,
	#sec03 .list li:nth-child(n+3){
		margin-top: 6%;
	}
	#sec03 .list li .img{
		border-radius: 5px 5px 0 0;
	}
	#sec03 .list li .img img{
		width: 100%;
	}
	#sec03 .list li .num{
		font-size: 8vw;
		width: 17vw;
		padding: 4% 0 5%;
		left: 4%;
	}
	#sec03 .list li .num::before{
		width: 100%;
		height: auto;
		padding-top: 26%;
		background-size: 100%;
		bottom: -26%;
	}
	#sec03 .list li dl{
		padding: 5% 3%;
	}
	#sec03 .list li dl dt{
		font-size: 7.5vw;
		line-height: 1.2;
	}
	#sec03 .list li dl dd{
		font-size: 4.2vw;
		margin-top: 3%;
	}
	#sec03 .txt{
		text-align: left;
		font-size: 5vw;
		margin-top: 7%;
	}
#sec03 .txt {
    text-align: center;
    font-size: 5vw;
    margin-top: 7%;
}
#sec03 .list li .img {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    height: 200px;
}
/*---sec03 Responsive ここまで-----*/
}

.faq-button {
  display: flex; /* 横並び */
  gap: 10px; /* ボタン間の余白 */
  justify-content: center; /* 中央寄せ */
}
.q_button {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
min-width: 220px ;
max-width: 100%;
margin: 0;
padding: .6em 1.3em .5em;
color: #fff !important;
font-size: 120%;
font-weight: bold;
text-align: center;
text-decoration: none;
vertical-align: middle;
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
@media only screen and (max-width:769px) {
.faq-button {
  display: block; /* 横並び */
  gap: 10px; /* ボタン間の余白 */
  justify-content: center; /* 中央寄せ */
}
}

.tbre_01 {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
}
.tbre_01 th, .tbre_01 td {
  border: 2px solid #fff;
  background-color: #e6f1f6;
  padding: 1em;
}
.tbre_01 th {
  background-color: #4d9bc1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}
/*---トップページ ここまで-----*/

/*---西葛西・船堀共通 ここから-----*/
.biz-hour {
  border-collapse: collapse;
}
.biz-hour th, .biz-hour td {
  padding: 10px 25px;
  text-align: center;
}
.biz-hour th {
  background: #ECE49A;
  font-weight: normal;
	border-left:1px solid #f1f1f1;
	border-right:1px solid #f1f1f1;
}
.biz-hour td {
  background: #007cba;
  font-weight: normal;
	color:#fff;
	border-left:1px solid #f1f1f1;
	border-right:1px solid #f1f1f1;
}
/* 土曜日の文字色 */
.biz-hour th.sat {
  color: #3db2da;
}
/* 日曜日の文字色 */
.biz-hour th.sun {
  color: #e66a6a;
}
@media only screen and (max-width:769px) {
.biz-hour {/* スマホのときだけ親要素いっぱいに */
    width: 100%;
}
.biz-hour th, .biz-hour td {
  padding: 0 8px;
  text-align: center;
}
}
/*---西葛西・船堀共通 ここまで-----*/

/*---西葛西 ここから-----*/

/* Contents ----------------------------------------------------------------- */
.l-contents {
    margin-top: -60px;
}

/*---西葛西 メニューここから-----*/
#gn_navi {
  background: #e74c3c;
}
  #gn_navi ul {
    display: flex;
    margin: 0 auto;
    padding: 0 3%;
    width: 100%;
    max-width: 960px;
    list-style-type: none;
  }
    #gn_navi ul li {
      position: relative;
      width: 25%;
		list-style-type: none;
    }
    #gn_navi ul li:first-child::before {
      position: absolute;
      display: block;
      content: "";
      top: 25%;
      left: 0px;
      width: 1px;
      height: 50%;
      background-color: #fff;
    }
    #gn_navi ul li::after {
      position: absolute;
      display: block;
      content: "";
      top: 25%;
      right: 0px;
      width: 1px;
      height: 50%;
      background-color: #fff;
    }
      #gn_navi ul li a {
        display: block;
        padding: 17px 10px;
        color: #fff;
        text-align: center;
        text-decoration: none;
      }
      #gn_navi ul li a:hover {
        background-color: #efbb6f;
      }
/*---西葛西メニュー ここまで-----*/

/*---sec05-----*/
#sec05 .sec_ttl span{
	font-size: 2.7rem;
	text-align: center;
	color: #005e32;
	background: #fff;
	border-radius: 30px;
	padding: 5px 30px;
	display: inline-block;
	margin: 0 0 5px;
}
#sec05 .wrap{
	padding: 80px 0 50px;
}
#sec05 .list{
	justify-content: space-between;
	flex-wrap: wrap;
}
#sec05 .list li{
	border-radius: 8px;
	border: 4px solid #dddddd;
	position: relative;
	width: 200px;
}
/*#sec05 .list li:nth-child(n+3){
	margin-top: 40px;
}*/
#sec05 .list li .num1{
	font-size: 2rem;
	color: #fff;
	text-align: center;
	font-weight: 700;
	background: pink;
	position: absolute;
	top: -10px;
	left: 20px;
	width: 40px;
	padding: 0 0 0;
}
#sec05 .list li .num1::before{
	content: '';
	position: absolute;
	bottom: -20px;
	left: 0;
	border: pink solid 20.4px;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
#sec05 .list li .img{
	border-radius: 3px 3px 0 0;
	overflow: hidden;
	height:130px;
	margin-bottom: 0;
}
#sec05 .list li dl{
	padding: 15px 15px 0 15px;
}
#sec05 .list li dl dt {
	color: #E4007F;
	font-size: 1.4rem;
	font-weight: 800;
	line-height: 1.2em;
}
#sec05 .list li dl dd{
	font-size: 1.1rem;
	line-height: 1.2;
	margin-top: 44px;
}
#sec05 .list li dl dd.secc{
	font-size: 1.1rem;
	line-height: 1.2;
	margin-top: 18px;
}
#sec05 .txt{
	font-size: 1.1rem;
	text-align: center;
	font-weight: 800;
	line-height: 1.2;
	margin-top: 35px;
}
#sec05 .txt .small{
	font-size: 90%;
}
#sec05 .txt a.red:hover{
	opacity:0.7;
	text-decoration:underline;
}
#sec05 .txt a.red{
	font-size: 100% !important;
	color: #ff1f1f;
	background: -webkit-linear-gradient(transparent 70%, #fffc00 70%);
	background: -o-linear-gradient(transparent 70%, #fffc00 70%);
	background: linear-gradient(transparent 70%, #fffc00 70%);
}
.fa, .far, .fas {
font-family: "Font Awesome 5 Free";
}
/*---sec05ここまで-----*/

@media only screen and (max-width:769px) {
/*---sec05 Responsive --------*/
	#sec05 .sec_ttl span{
		font-size: 5vw;
		padding: 1% 12%;
	}
	#sec05 .wrap{
		padding: 12% 0 7%;
		width:90%;
	}
	#sec05 .list{
		display: block;
	}
	#sec05 .list li{
		border-width: 2px;
		width: 100%;
	}
	#sec05 .list li + li,
	#sec05 .list li:nth-child(n+3){
		margin-top: 6%;
	}
	#sec05 .list li .img{
		border-radius: 5px 5px 0 0;
	}
	#sec05 .list li .img img{
		width: 100%;
	}
	#sec05 .list li .num{
		font-size: 8vw;
		width: 17vw;
		padding: 4% 0 5%;
		left: 4%;
	}
	#sec05 .list li .num::before{
		width: 100%;
		height: auto;
		padding-top: 26%;
		background-size: 100%;
		bottom: -26%;
	}
	#sec05 .list li dl{
		padding: 5% 3%;
	}
	#sec05 .list li dl dt{
		font-size: 7.5vw;
		line-height: 1.2;
	}
	#sec05 .list li dl dd{
		font-size: 4.2vw;
		margin-top: 3%;
	}
	#sec05 .txt{
		text-align: left;
		font-size: 5vw;
		margin-top: 7%;
	}
#sec05 .txt {
    text-align: center;
    font-size: 5vw;
    margin-top: 7%;
}
#sec05 .list li .img {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    height: 200px;
}
}/*---sec05 Responsive ここまで-----*/

.map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*---西葛西 ここまで-----*/

/*---船堀 ここから-----*/

/*---船堀 メニューここから-----*/
#gf_navi {
  background: #007cba;
}
  #gf_navi ul {
    display: flex;
    margin: 0 auto;
    padding: 0 3%;
    width: 100%;
    max-width: 960px;
    list-style-type: none;
  }
    #gf_navi ul li {
      position: relative;
      width: 25%;
		list-style-type: none;
    }
    #gf_navi ul li:first-child::before {
      position: absolute;
      display: block;
      content: "";
      top: 25%;
      left: 0px;
      width: 1px;
      height: 50%;
      background-color: #fff;
    }
    #gf_navi ul li::after {
      position: absolute;
      display: block;
      content: "";
      top: 25%;
      right: 0px;
      width: 1px;
      height: 50%;
      background-color: #fff;
    }
      #gf_navi ul li a {
        display: block;
        padding: 17px 10px;
        color: #fff;
        text-align: center;
        text-decoration: none;
      }
      #gf_navi ul li a:hover {
        background-color: #79b9d3;
      }
/*---船堀メニュー ここまで-----*/

/*---船堀その他 ここから-----*/

/*---sec06-----*/
#sec06 .sec_ttl span{
	font-size: 2.7rem;
	text-align: center;
	color: #005e32;
	background: #fff;
	border-radius: 30px;
	padding: 5px 30px;
	display: inline-block;
	margin: 0 0 5px;
}
#sec06 .wrap{
	padding: 80px 0 50px;
}
#sec06 .list{
	justify-content: space-between;
	flex-wrap: wrap;
}
#sec06 .list li{
	border-radius: 8px;
	border: 4px solid #dddddd;
	position: relative;
	width: 330px;
}
#sec06 .list li:nth-child(n+4){
	margin-top: 40px;
}
#sec06 .list li .num1{
	font-size: 2rem;
	color: #fff;
	text-align: center;
	font-weight: 700;
	background: cornflowerblue;
	position: absolute;
	top: -10px;
	left: 20px;
	width: 50px;
	padding: 0 0 10px;
}
#sec06 .list li .num1::before{
	content: '';
	position: absolute;
	bottom: -20px;
	left: 0;
	border: cornflowerblue solid 25.4px;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
#sec06 .list li .img{
	border-radius: 3px 3px 0 0;
	overflow: hidden;
	height:170px;
	margin-bottom: 0;
}
#sec06 .list li dl{
	padding: 15px 15px 0 15px;
}
#sec06 .list li dl dt {
	color: #314399;
	font-size: 1.8rem;
	font-weight: 800;
	line-height: 1.2em;
}
#sec06 .list li dl dd{
	font-size: 1.2rem;
	line-height: 1.2;
	margin-top: 14px;
}
#sec06 .list li dl dd.secc{
	font-size: 1.2rem;
	line-height: 1.2;
	margin-top: 48px;
}
#sec06 .txt{
	font-size: 1.2rem;
	text-align: center;
	font-weight: 800;
	line-height: 1.2;
	margin-top: 35px;
}
#sec06 .txt .small{
	font-size: 90%;
}
#sec06 .txt a.red:hover{
	opacity:0.7;
	text-decoration:underline;
}
#sec06 .txt a.red{
	font-size: 100% !important;
	color: #ff1f1f;
	background: -webkit-linear-gradient(transparent 70%, #fffc00 70%);
	background: -o-linear-gradient(transparent 70%, #fffc00 70%);
	background: linear-gradient(transparent 70%, #fffc00 70%);
}
/*---sec06ここまで-----*/

@media only screen and (max-width:769px) {
/*---sec06 Responsive --------*/
	#sec06 .sec_ttl span{
		font-size: 5vw;
		padding: 1% 12%;
	}
	#sec06 .wrap{
		padding: 12% 0 7%;
		width:90%;
	}
	#sec06 .list{
		display: block;
	}
	#sec06 .list li{
		border-width: 2px;
		width: 100%;
	}
	#sec06 .list li + li,
	#sec06 .list li:nth-child(n+3){
		margin-top: 6%;
	}
	#sec06 .list li .img{
		border-radius: 5px 5px 0 0;
	}
	#sec06 .list li .img img{
		width: 100%;
	}
	#sec06 .list li .num{
		font-size: 8vw;
		width: 17vw;
		padding: 4% 0 5%;
		left: 4%;
	}
	#sec06 .list li .num::before{
		width: 100%;
		height: auto;
		padding-top: 26%;
		background-size: 100%;
		bottom: -26%;
	}
	#sec06 .list li dl{
		padding: 5% 3%;
	}
	#sec06 .list li dl dt{
		font-size: 7.5vw;
		line-height: 1.2;
	}
	#sec06 .list li dl dd{
		font-size: 4.2vw;
		margin-top: 3%;
	}
	#sec06 .txt{
		text-align: left;
		font-size: 5vw;
		margin-top: 7%;
	}
#sec06 .txt {
    text-align: center;
    font-size: 5vw;
    margin-top: 7%;
}
#sec06 .list li .img {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    height: 200px;
	}
}/*---sec06 Responsive ここまで-----*/

.cl_text {
	margin: 16px auto;
	text-align: center;
	display: block;
}
.cl_text .text {
	text-align: left;
	display: inline-block;
}

/*---船堀その他 ここまで-----*/


/*---船堀 ここまで-----*/

/*---フッター ここから-----*/

.p-article07__title {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 230px;
    height: 100%;
    background: none !important;
    font-size: 16px;
    clip-path: polygon(0% 100%, 60px 0%, 100% 0%, 100% 100%);
    padding-left: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;

}

/*フッター固定ボタン*/
#footer_mail{
	display: block;
	opacity: 0.92;
	background-color:#E3F6FF;
	width: 100%;
	position: fixed;
	bottom: 0;
	padding: 10px 15px;
}

#footer_mail_box{
	text-align:center;
	height: 30px;
}

.btn-blog{
	height:30px;
	color: #FFFFFF;
	background: #FC5C63;
	border-style: none;
	border-radius: 4px;
	font-weight: bold;
	padding: 5px 15px;
	font-size: 16px;
}

.btn-blog2{
	height:30px;
	color: #FFFFFF;
	background: #0092D5;
	border-style: none;
	border-radius: 4px;
	font-weight: bold;
	padding: 5px 15px;
	margin: 0 45px 0 30px;
	font-size: 16px;
}

.btn-blog3{
	height:30px;
	color: #FFFFFF;
	background: #39AE36;
	border-style: none;
	border-radius: 4px;
	font-weight: bold;
	padding: 5px 15px;
}

/*スマホよりも大きい端末で閲覧中は非表示*/
@media screen and (min-width:769px) {
#footer_mail {
display:none;
}
}


@media screen and (max-width:769px) {
.l-footer {
    position: relative;
    margin-bottom: 50px;
}
.p-copyright {
    font-size: 6px !important;
}
	
.p-footer-link__list img {
	object-fit: contain !important;
}
}


.p-copyright {
    min-height: 60px;
    color: #fff;
    font-size: 12px;
    line-height: 60px;
    text-align: center;
    padding: 0 60px;
    margin-top: -16px;
}

/*---フッター ここまで-----*/