body{
    background: #eee;
    font-family: Arial;
font-size: clamp(16px, 1vw, 26px);
}

@media screen and (max-width: 599px)  {
body {
	-webkit-text-size-adjust: 100%;	
}
}

@media screen and (min-width: 600px)  {
body {
　　overflow-x:hidden;
　　overflow-y: scroll;
　　white-space: nowrap;
}
}


.box {
  margin: 0 20px 40px;
  padding: 1em 2em;
  box-sizing:border-box;
  width:150px;
  display: inline-block;
  font-size: 114%;
  position: relative;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, .1);
  @include box-shadow(rgba(0, 0, 0, .05) -1px 1px 0, rgba(255, 255, 255, .5) -1px 1px 0 inset);
}

.btn{
  width: 209px;
  padding: 14px 0 16px 0;
  font-size: 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  color: #fff;
  background: #444;
  line-height: 1;
  border-radius: 50px;
  transition: all .2s;
}

.btn{
  /*シャドウ追加*/
  box-shadow: 0 3px 5px rgb(0 0 0 / 50%);
  border: 2px solid #444;
}
.btn:hover{
  box-shadow: none;
  transform: scale(0.99, 0.99) translateY(2px);
  background-color: #fff;
  border-color: #444;
  color: #444;
}



@media screen and (min-width: 0px) and (max-width: 599px) {
.pc{
        display: none !important;
}
.sp{
        display: block !important;
}
}

@media screen and (min-width: 600px) {
.pc{
        display: block !important;
	max-width: 100%;
        height: 100%;
}
.sp{
        display: none !important;
}
}

@media screen and (min-width: 0px) and (max-width: 599px) {
.logo{
	display: block !important;
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0px;
	width: 100%;
	height: 60px;
	background-color: #ffffff;
}
}

@media screen and (min-width: 0px) and (max-width: 299px) {
.logo_pc{
        display: none !important;
}
.logo_sp{
        display: block !important;
	z-index: 10;
	padding: 2 5px;
	margin-top:3px;
	max-width: 80%;
        height: 50px;
        position: fixed;
	background-color: #ffffff;
}
}

@media screen and (min-width: 300px) and (max-width: 599px) {
.logo_pc{
        display: none !important;
}
.logo_sp{
        display: block !important;
	z-index: 10;
	padding: 0 5px;
	max-width: 80%;
        height: 60px;
        position: fixed;
	background-color: #ffffff;
}
}


@media screen and (min-width: 600px) and (max-width: 999px) {
.logo_pc{
        display: block !important;
	top: 2px;
	z-index: 15;
	padding: 4 4px;
	margin: 4 4px;
	max-width: 40%;
        height: 5%;
        position: fixed;
}
.logo_sp{
        display: none !important;
}
}
@media screen and (min-width: 1000px) {
.logo_pc{
        display: block !important;
	top: 0;
	z-index: 15;
	padding: 4 4px;
	margin: 4 4px;
	max-width: 100%;
        height: 8%;
        position: fixed;
}
.logo_sp{
        display: none !important;
}
}


*, *:before, *:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
}
.cp_cont {
	height: 0px;
}
/* menu */

@media screen and (min-width: 600px) and (max-width: 999px) {
.cp_offcm03 {
	position: fixed;
	z-index: 10;
	overflow: hidden;
	top: 0;
	width: 100%;
	height: 6%;
	padding-top: 22;
	-webkit-transition: transform 0.3s ease-in;
	        transition: transform 0.3s ease-in;
	color: #ffffff;
	line-height: 70%;
	background-color: #00533f;
  justify-content: center;
  align-items: center;
}
}
@media screen and (min-width: 1000px) {
.cp_offcm03 {
	position: fixed;
	z-index: 10;
	overflow: hidden;
	top: 0;
	width: 100%;
	height: 9%;
	-webkit-transition: transform 0.3s ease-in;
	        transition: transform 0.3s ease-in;
	line-height: 70%;
	color: #ffffff;
	background-color: #00533f;
  justify-content: center;
  align-items: center;
}
}

@media screen and (min-width: 600px) and (max-width: 999px) {
.m04 {
  display: flex;
position: absolute;
 right: 0;
	z-index: 0;
	top: 0%;
margin-top: 2%;
}
}
@media screen and (min-width: 1000px) {
.m04 {
position: absolute;
 right: 0;
	z-index: 0;
	top: 0;
margin-top: 0.8%;
}
}


@media screen and (min-width: 600px) and (max-width: 1099px) {
.m03 {
	z-index: 25;
        font-size: 1.5vw;
	font-weight:  bold;
}
.m03 ul {
  display: flex;
}
}

@media screen and (min-width: 1100px) {
.m03 {
	z-index: 15;
        font-size: 2vh;
	font-weight:  bold;
}
.m03 ul { 
  display: flex;
}
}

@media screen and (min-width: 600px) and (max-width: 999px) {
.m03 a {
	display: block;
	padding: 5px 5px;
	-webkit-transition: background-color .3s ease-in;
	        transition: background-color .3s ease-in;
}
}
@media screen and (min-width: 1000px) {
.m03 a {
	display: block;
	padding: 20px 15px;
	-webkit-transition: background-color .3s ease-in;
	        transition: background-color .3s ease-in;
}
}
.m03 a:hover {
	background-color: #063807;
}




/* menu toggle */
#cp_toggle03 {
	display: none;
}
#cp_toggle03:checked ~ .cp_offcm03 {
	-webkit-transform: translateX(0);
					transform: translateX(0);
}
#cp_toggle03:checked ~ .cp_container {
	-webkit-transform: translateX(0);
					transform: translateX(0);
}
.cp_mobilebar {
	display: none;
}
/* content */
.cp_container {
	position: relative;
	top: 0;
	padding: 35px auto;
	-webkit-transition: transform .3s ease-in;
	        transition: transform .3s ease-in;
}
.cp_content {
	margin: 0 auto;
	padding: 20px;
	height: 65vh;
	text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 599px) {
	/* menu */
	.cp_offcm03 {
		position: fixed;
		left: -80%;
		overflow-y: hidden;
		width: 80%;
		height: 100%;
		padding-top: 0;
		color: #ffffff;
		background-color: #00533f;
font-size: clamp(16px, 1vw, 26px);
	z-index: 20;
	}
	.cp_offcm03 nav {
		background: #29B6F6;
	}
	.cp_offcm03 li {
		display: block;	
		padding:0 0 20 0%;
		margin:20 0 20 0%;
		margin-right: 0;
		border-bottom: 1px solid #ffffff;
	}
	.cp_offcm03 a {
		padding: 20px;
	}
	/* menu toggle */
	.cp_mobilebar {
		display: block;
		z-index: 10;
		position: fixed;
		top: 0;
		right: 0;
		padding: 0 15px;
		width: 60px;
		height: 60px;
		background-color: #00533f;
	}
	.cp_menuicon {
		display: block;
		position: relative;
		width: 30px;
		height: 100%;
		cursor: pointer;
		-webkit-transition: transform .3s ease-in;
		        transition: transform .3s ease-in;
	}
	.cp_menuicon > span {
		display: block;
		position: absolute;
		top: 55%;
		margin-top: -0.3em;
		width: 100%;
		height: 0.2em;
		border-radius: 1px;
		background-color: #eeeeee;
		-webkit-transition: transform .3s ease;
		        transition: transform .3s ease;
	}
	.cp_menuicon > span:before,
	.cp_menuicon > span:after {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		border-radius: 1px;
		background-color: #eeeeee;
		-webkit-transition: transform .3s ease-in;
		        transition: transform .3s ease-in;
	}
	.cp_menuicon > span:before {
		-webkit-transform: translateY(-0.6em);
		        transform: translateY(-0.6em);
	}
	.cp_menuicon > span:after {
		-webkit-transform: translateY(0.6em);
		        transform: translateY(0.6em);
	}
	#cp_toggle03:checked + .cp_mobilebar .cp_menuicon {
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	#cp_toggle03:checked + .cp_mobilebar span:before,
	#cp_toggle03:checked + .cp_mobilebar span:after {
		-webkit-transform: rotate(90deg);
		        transform: rotate(90deg);
	}
	#cp_toggle03:checked ~ .cp_offcm03 {
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
	}
	#cp_toggle03:checked ~ .cp_container {
		-webkit-transform: translateX(250px);
		        transform: translateX(250px);
	}
	/* content */
	.cp_container {
		top: 60px;
		height: 92vh;
	}
}

.container {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
}

@media screen and (min-width: 0px) and (max-width: 599px) {
main {
  margin-top: 0px;
  margin-bottom: 0px;
}
}

@media screen and (min-device-width: 600px) {
main {
}
}


.btn-circle-3d {
position: relative;
    z-index: 20;
  display: inline-block;
  background: #e53b4e;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px 
#b81c2d
;
  transition: .4s;
}

.btn-circle-3d:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  border-bottom: none;
}
.circle-inner {
 font-size:20px;
  line-height: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
  text-align: center;
    position: absolute;
 padding-left:0px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.circle-inner  hr{
margin:10 0px;
  border-width: 3px 0 0 0; /* 線の太さを指定 */
  border-style: dashed; /* 線の種類を指定 */
  border-color: #fff; /*線の色を指定 */
}

@media screen and (min-width: 0px) and (max-width: 599px) {
footer {
  position: fixed;
 text-align:center;
 font-size:18px;
  line-height: 100px;
  font-weight: bold;
 margin-left:0;
  bottom: 0px;
  height: 70px;
  width: 100%;
  background: #e53b4e;
	color: #ffffff;
}
}

@media screen and (min-width: 600px) {
footer {
  position: fixed;
  bottom: 5px;
 left:5px;
  width: 100%;
}
}


@media screen and (min-width: 0px) and (max-width: 599px) {
.copyright {
  bottom: 30px;
padding:10 0 80 0px;
margin-bottom:70;
  width: 100%;
		color: #ffffff;
		background-color: #00533f;
text-align:center;
}
}

@media screen and (min-device-width: 600px) {
.copyright {
padding:10 0px;
  width: 100%;
  bottom: 0px;
		color: #ffffff;
		background-color: #00533f;
text-align:center;
}
}

.con-top hr{
margin-top:7px;
padding-top:-20px;
margin-bottom:-25px;
  border-width: 3px 0 0 0; /* 線の太さを指定 */
  border-style: dashed; /* 線の種類を指定 */
  border-color: #fff; /*線の色を指定 */
}
.con-bottom hr{
margin-top:-25px;
  border-width: 3px 0 0 0; /* 線の太さを指定 */
  border-style: dashed; /* 線の種類を指定 */
  border-color: #fff; /*線の色を指定 */
}

@media screen and (min-width: 0px) and (max-width: 599px) {
.cp-pc{
        display: none !important;
}
.cp-sp{
        display: block !important;
}
}

@media screen and (min-width: 600px) {
.cp-pc{
        display: block !important;
}
.cp-sp{
        display: none !important;
}
}

@media screen and (min-width: 600px) and (max-width: 999px) {
.slide-top {
	text-align: right;
	position: relative;
	z-index: 0;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 6%;
	-webkit-transition: transform 0.3s ease-in;
	        transition: transform 0.3s ease-in;
	line-height: 70%;
}
}
@media screen and (min-width: 1000px) {
.slide-top {
	text-align: right;
	position: relative;
	z-index: 0;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 9%;
	-webkit-transition: transform 0.3s ease-in;
	        transition: transform 0.3s ease-in;
	line-height: 70%;
}
}

.slide ul{
    list-style: none;
    position: relative;
    z-index: 0;
}
.slide li{
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    z-index: 0;
}
.slide li{
    animation: slide 14s infinite;/* (a+b)×c=x */
    opacity: 0;
}
@keyframes slide{
    0%{opacity: 0;}
    3.5%{opacity: 1;z-index: 1;}/* b÷x×100=y */
    25%{opacity: 1;}/* 100÷c=z */
    28.5%{opacity: 0;z-index: 0;}/* y+z */
}
.slide li:first-child{
    position:relative;
}
.slide img{
    display: block;
    max-width: 100%;
    height: auto;
}


@media not all and (min-width: 599px) {
.contents-text {
	padding-top: 130;
	width: 90%;
	margin: auto;
}
}

@media screen and (min-device-width: 600px) {
.contents-text {
	padding-top: 130;
	width: 37%;
	margin: auto;
  line-height:2;
}
}


.contents-text hr{
  margin:50 0 50 0px;
}

.contents-text p{
  margin:0 0 12 0px;
}

@media not all and (min-width: 599px) {
.contents-text_greeting {
	padding-top: 20;
	width: 90%;
	margin: auto;
}
}

@media screen and (min-device-width: 600px) {
.contents-text_greeting {
	padding-top: 30;
	width: 37%;
	margin: auto;
  line-height:2;
}
}


@media screen and (min-width: 0px) and (max-width: 599px) {
.contents-pc{
        display: none !important;
}
.contents-sp{
        display: block !important;
	max-width: 100%;
	margin: auto;
	padding: 30 0;
}
}

@media screen and (min-width: 600px) {
.contents-pc{
        display: block !important;
	max-width: 952;
        height: 540;
	margin: auto;
	padding: 30 0;
}
.contents-sp{
        display: none !important;
}
}

@media screen and (min-width: 600px) {
.contents-pc-01{
        display: block !important;
	max-width: 952;
        height: 540;
	margin: auto;
}
.contents-sp-01{
        display: none !important;
}
}
@media screen and (min-width: 0px) and (max-width: 599px) {
.contents-pc-01{
        display: none !important;
}
.contents-sp-01{
        display: block !important;
	max-width: 100%;
	margin: auto;
	padding: 30 0;
}
}

@media screen and (min-width: 0px) and (max-width: 599px) {
.contents-pc-02{
        display: none !important;
}
.contents-sp-02{
        display: block !important;
	max-width: 100%;
	margin: auto;
	padding: 30 0;
}
}
@media screen and (min-width: 600px) {
.contents-pc-02{
        display: block !important;
	max-width: 466;
        height: 311;
	margin: auto;
	padding: 0 0;
}
.contents-sp-02{
        display: none !important;
}
}

@media screen and (min-width: 600px) {
ul.contents-listpic-pc {
 display: flex;
    justify-content: center;
}
.contents-listpic-pc li{
    list-style: none;
  }
.contents-listpic-pc li:nth-child(1) {
    margin: 40 20 0 0px;
  }
.contents-listpic-pc li:nth-child(2) {
    margin: 40 0 0 0px;
  }
}



@media screen and (min-device-width: 600px) {
.wrap {
  margin:0 50 0 50px;
  display: flex;
 justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  line-height:2;
}
}

@media not all and (min-width: 599px) {
.wrap {
  display: flex;
 justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  line-height:2;
}
}
.wrap img{
  padding-bottom:14px;
}

.wrap hr{
  margin:8 0 12 0px;
}

.wrap p{
  margin:0 0 12 0px;
}

.item {
  width: 38%;
  padding: 30px;
  background-color: #fff;
}

.item img{
  width: 100%;
}

@media not all and (min-width: 768px) {
  .item {
    width: 100%;
  }

  .item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.map{
  text-align:center;
  width: 100%;
    padding-top: 80px;
    margin-top:-80px;
}


.news{
  text-align:center;
  width: 100%;
}


/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.d-demo {
  display: -ms-grid;
  overflow: hidden;
}
/*----------------------------*/

.d-demo__wrap {
  display: flex;
  overflow: hidden;
}

.d-demo__list {
  display: flex;
  list-style: none;
}

@media screen and (min-width: 0px) and (max-width: 599px) {
.d-demo__list--left{
animation :infinity-scroll-left 45s infinite linear 0.5s both;
}
}

@media screen and (min-width: 600px) {
.d-demo__list--left{
animation :infinity-scroll-left 95s infinite linear 0.5s both;
}
}

@media screen and (min-width: 0px) and (max-width: 599px) {
.d-demo__item {
  width: calc(400vw / 6);
}
}

@media screen and (min-width: 600px) {
.d-demo__item {
  width: calc(200vw / 6);
}
}

.d-demo__item > img{
   width: 100%;
}


@media screen and (min-width: 0px) and (max-width: 599px) {
.sli-pc{
        display: none !important;
}
.sli-sp{
        display: block !important;
}
}

@media screen and (min-width: 600px) {
.sli-pc{
        display: block !important;
	width: 100%;
        height: 100%;
}
.sli-sp{
        display: none !important;
}
}





ol.sample1{
  counter-reset:list;
  list-style-type:none;
  padding:0;
}
ol.sample1 li{
  position:relative;
  padding: 0 0 0 30px;
  margin: 0px 0 17px 0px;
  line-height: 29px;
  border-bottom:solid 2px #F6A38B;
}
ol.sample1 li:before{
  font-size:20px;
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -10px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  line-height:30px;
  background: #ed6d35;
  border-radius: 50%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ol.sample1 li:hover{
  border-bottom-color: #F6A38B;
}



ol.sample2{
  counter-reset:list;
  list-style-type:none;
  padding:0;
}
ol.sample2 li{
  position:relative;
  padding: 0 0 0 20px;
  margin: 7px 0 7px 0px;
  line-height: 30px;
  border-bottom: dashed 1px #ed6d35;
}
ol.sample2 li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #ed6d35;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}



ul.price-flex{
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
ul.price-flex ul{
  display: flex;
}
ul.price-flex ul.ul01{
  border-bottom: 0;
}
ul.price-flex ul li{
  flex-grow: 1;
  width: 25%;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
  padding: 10px;
}
ul.price-flex ul li:last-child{
  border-right: none;
}
ul.price-flex ul.ul01 li{
  background-color: #fff;
}
ul.price-flex ul.ul01 li.li01{
  background-color: #006a6c;
  color: #fff;
  font-weight: bold;
}
ul.price-flex ul.ul02 li{
  background-color: #fff;
}
ul.price-flex ul.ul02 li.li01{
  background-color: #0068b7;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  ul.price-flex ul{
    flex-wrap:wrap;
  }
  ul.price-flex ul .li04,
  ul.price-flex ul .li03,
  ul.price-flex ul .li01{
    border-right: none;
  }
  ul.price-flex ul .li04,
  ul.price-flex ul .li01{
    width: 100%;
  }
  ul.price-flex li.price{
  }
}



table {
  border-collapse: collapse;
  width: 100%;
}
th.h01,
td.h01 {
  border: solid 2px #ccc;
  padding: 1rem 0rem;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
th.h02,
td.h02 {
  border: solid 2px #ccc;
  padding: 1rem 0rem;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
th.h01 {
  font-weight: bold;
  color: #fff;
  background: #006a6c;
  position: sticky;
  top: 0;
}
th.h02 {
  font-weight: bold;
  color: #fff;
  background: #006a6c;
  position: sticky;
  top: 0;
}
@media(max-width: 599px) {
  .heading {
    display: none;
  }
  td.h01 {
    display: block;
  }
  td.h02 {
    display: block;
  }
  td.h01::before {
  font-weight: bold;
    content: attr(data-label);
    color: #006a6c;
    display: block;
    margin-bottom: 0.25rem;
  }
  td.h02::before {
  font-weight: bold;
    content: attr(data-label);
    color: #0068b7;
    display: block;
    margin-bottom: 0.25rem;
  }
  .car-name {
    background: #eee;
  }
  th.h01 {
  width:50% ;
  color: #fff;
  background: #006a6c;
  position: sticky;
  top: 0;
}
  th.h01::before {
  font-weight: bold;
    content: attr(data-label);
    color: #fff;
    display: block;
    margin-bottom: 0.25rem;
  }
  th.h02 {
  width:50% 
  color: #fff;
  background: #0068b7;
  position: sticky;
  top: 0;
}
  th.h02::before {
  font-weight: bold;
    content: attr(data-label);
    color: #fff;
    display: block;
    margin-bottom: 0.25rem;
  }
}

h1 {
  text-align: center;
  font-size: 2.5rem;
  font-family: 'El Messiri', sans-serif;
}



@media screen and (min-width: 0px) and (max-width: 599px) {
.tab-pc{
        display: none !important;
}
.tab-sp{
	width: 100%;
}
}

@media screen and (min-width: 600px) {
.tab-pc{
	width: 100%;
}
.tab-sp{
        display: none !important;
}
}

  .tbl-r05 {
    width: 100%;
  }
.tbl-r05 td:first-child {
    font-weight: bold;
  background: #fbf5f5;
}
  .tbl-r05 th {
    padding: 20px;
    background: #d64c0f;
    color: #fff;
  border: solid 2px #ccc;
  }
  .tbl-r05 td {
    padding: 15px;
    border: solid 2px #ccc;
    text-align: center;
  }
@media screen and (max-width: 600px) {
  .tbl-r05 {
    width: 100%;
  }
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr {
    width: 100%;
  }
  .tbl-r05 td {
    display: block;
    text-align: center;
    width: 100%;
  }
  .tbl-r05 td:first-child {
    background: #d64c0f;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-left: 80px;
  }
}


  .tbl-r06 {
    width: 100%;
  }
.tbl-r06 td:first-child {
    font-weight: bold;
  background: #fbf5f5;
}
  .tbl-r06 th {
    padding: 20px;
    background: #d64c0f;
    color: #fff;
  border: solid 2px #ccc;
  }
  .tbl-r06 td {
    padding: 15px;
    border: solid 2px #ccc;
    text-align: center;
  }
@media screen and (max-width: 599px) {
  .tbl-r06 {
    width: 100%;
  }
  .tbl-r06 th {
    width: 100%;
  }
  .tbl-r06 td:first-child {
    background: #fbf5f5;
    color: #000;
    font-weight: bold;
    text-align: center;
  }
}


.tbl-r04 p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}
.tbl-r04 table {
  margin: 20px auto;
}
.tbl-r04 th.tbl-r04_01 {
  background: #006a6c;
  color: #fff;
  padding: 10px;
  border: solid 2px #ccc;
}
.tbl-r04 th.tbl-r04_02 {
  background: #0068b7;
  color: #fff;
  padding: 10px;
  border: solid 2px #ccc;
}
.tbl-r04  td {
  padding: 10px;
    text-align: center;
  border: solid 2px #ccc;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r04  {
    width: 100%;
  }
  .tbl-r04  th,
  .tbl-r04  td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}



h2.top01 {
  position: relative;
  color: #158b2b;
  text-align: center;
  padding-bottom: 10px;
}
@media not all and (min-width: 599px) {
h2.top01:before {
  content: "";
  position: absolute;
  top: -19px;
  left: 50%;
  width: 150px;
  height: 68px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
}
@media screen and (min-width: 600px) {
h2.top01:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 150px;
  height: 78px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
}

@media not all and (min-width: 599px) {
.cp_h3title {
    margin-left: auto;
    margin-right: auto;
  width: 80%;
	position: relative;
	padding: .1em .3em .1em 1em;
	border: 1px solid #158b2b;
  border-radius: 100vh;
}
.cp_h3title_02 {
    margin-left: auto;
    margin-right: auto;
  width: 80%;
	position: relative;
	padding: .1em .3em .1em 1em;
	border: 1px solid #158b2b;
  border-radius: 100vh;
}
.cp_h3title span{
  border-left: thick solid #158b2b;
  padding-left: 10px;
  padding-right: 10px;
}
.cp_h3title_02 span{
  border-left: thick solid #158b2b;
  padding-left: 10px;
  padding-right: 10px;
}
}
@media screen and (min-width: 600px) {
.cp_h3title {
    margin-left: auto;
    margin-right: auto;
  width: 70%;
	position: relative;
	padding: .1em .3em .1em 1em;
	border: 1px solid #158b2b;
  border-radius: 100vh;
}
.cp_h3title_02 {
    margin-left: auto;
    margin-right: auto;
  width: 70%;
	position: relative;
	padding: .1em .3em .1em 1em;
	border: 1px solid #158b2b;
  border-radius: 100vh;
}
.cp_h3title span{
  border-left: thick solid #158b2b;
  padding-left: 10px;
  padding-right: 10px;
}
.cp_h3title_02 span{
  border-left: thick solid #158b2b;
  padding-left: 10px;
  padding-right: 10px;
}
}

.cp_h3title_01 {
  position: relative;
  padding: 1em 1em;
  text-align: center;
}

.cp_h3title_01:before,
.cp_h3title_01:after {
  position: absolute;
  content: '';
}

.cp_h3title_01:after {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

.cp_h3title_01:before {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

.cp_h3title_04 {
  display: flex;
  justify-content: center;
  align-items: center;
text-align:center ;
color:#fff;
  margin-top: 5px;
  margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
  width: 98%;
  padding: 2px;
  height: 40px;
background: #00533f;
	border: 1px solid #00533f;
  border-radius: 30px;
}


.border-radius {
	border: 1px solid #158b2b;
  width: 100%;
  border-radius: 20px;
}

.flow-text {
  padding: 10px 16px;
}

.triangle-bottom {
  margin-top: 25px;
  margin-bottom: 20px;
  display: inline-block;
  border-style: solid;
  border-width: 24px 14px 0 14px;
  border-color: #158b2b transparent transparent transparent;
}

.triangle-center {
  text-align: center;
}


.img-flow{
	max-width: 100%;
	margin: auto;
	padding: 10 0 0 0;
}

.inquiry-box {
  text-align: center;
}
.inquiry-icon {
  margin-bottom: 10px;
}
.inquiry-text {
  margin-bottom: 30px;
  text-align: left;
 display:  inline-block;
  font-weight: bold;
}


a.btn--green {
  width: 100%;
  color: #fff;
  background-color: #094;
}

a.btn--green:hover {
  color: #fff;
  background: #00a349;
}

a.btn--green.btn--cubic {
  border-bottom: 5px solid #00662d;
}

a.btn--green.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #00662d;
}

a.btn-c {

   font-size: 25px;
  position: relative;
  padding: 1rem 2rem 1rem 2rem;
  border-radius: 100vh;
}

a.btn-c i.fa {
  margin-right: 1rem;
}



.h3fac {
  position: relative;
  color: #333;
  display: inline-block;
  margin: 47px 0;
  text-shadow: 0 0 2px white;
}
.h3fac:before {
  content: "";
  position: absolute;
  background: #d6e9ca;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
}
