@charset "UTF-8";
.fwb{
	font-weight:bold;
}
.font-orange{
	color:#F28A1B;
	
}
.fs14{
	font-size: 1.4rem;
}
.fs16{
	font-size: 1.6rem;
}
.wdh100{
  width:100%;
}
.wdh50{
  width:50%;
}
.mib{
	margin: .3em 3em 1.5em;
}
.inquire-tell-box {
	background-color: #f5f3f1;
	padding: 0.5em;
	border: 0;
	line-height: 1;
}
.block-column-area{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.work-inquire-tell-box{
}
a.more-link {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	width: 50%;
	margin: auto;
	padding: 0.5rem 3rem 0.5rem 3rem;
	font-weight: bold;
	background: #f28a1b;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	font-size: 0.9rem;
	margin: 0.8rem auto;
}
a.more-link:after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin: 0 0 0 1rem;
}
a.more-link:hover {
	background: #f28a1b;
	color: #fff;
}
.header-area{
}
h1.header-ttl{
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	font-size:0;
}
.cate-menu{
	background-color: #1f9f01;
	color: #fff;
}
.cate-menu-list{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: flex-end;
}
.cate-menu-list .inner{
	padding: 1rem 0 1.4rem;
	text-shadow: 2px 2px #333;
	margin: 0 auto;
	text-align: center;
}
.cate-menu-icon{
}
.cate-menu-icon img{
	width: 15%;
	position: relative;
	top: 12px;
}
.cate-menu-txt{
	background: linear-gradient(transparent 58%, #fee405 40%);
}
.main-area{
	margin: 2rem 0;
}
h2.main-area-ttl{
	color: #333333;
	font-size: 1.6em;
	font-weight: bold;
	border: none;
	background: none;
	text-align: center;
	margin: 0;
}
.main-area-sub{
	text-align: center;
	color: #333333;
	line-height: 1.5;
	padding: 0 2.5em;
}
ul.clfx{
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	list-style: none;
	margin: 2rem 0 0;
	padding: 0;
}
ul.clfx li{
	width: 23.5%;
}
.main-area-list{
	/*background: #e3fade;*/
	background: #1f9f01;
	padding: 1rem;
	border-radius: 50%;
	width: 140px;
	height: 140px;
	color:#fff;
}
.main-area-list p{
	font-size: 0.9rem;
  margin: 0;
}
.main-area-list img{
	width: 50%;
  margin: 0.2rem 0;
}
.main-area-list span{
	font-size: 1.1rem;
  display: block;
}
.main-area-note{
	font-size: 0.7rem;
  margin: 1rem 0 0;
}
.service-area{
	background-color: #e3fade;
	text-align: center;
	padding: 2rem 0 0;
}
.commonbox h2.service-area-ttl{
	background: none;
	border: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 2rem;
}
.service-area-sub{
}
.service-item-outer{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 2rem 0 0;
}
.service-item{
	width: 33.3%;
	margin: 0 auto 2rem;
	text-align: center;
	position:relative;
}
.service-item img{
	width: 200px;
	height: 200px;
}
.service-item .text {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: red;
	color: white;
	padding: 5px 10px;
	transform: rotate(-26deg);
	font-weight: bold;
}
.ranking-area{
	text-align: center;
	padding: 3rem 1rem;
}
.commonbox h2.ranking-area-ttl{
	background: none;
	border: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 2rem;
}
.ranking-area-sub{
}
.ranking-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin: 1rem 0 0;
}
.ranking-item {
	padding: 10px;
	margin: 10px 0;
	width: 28%;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	position: relative;
	background: #eee;
	border-radius: 10px;
}
.ranking-item:nth-child(1):after {
	content: '1';
	background: #dbab27;
	color: #ffffff;
}
.ranking-item:nth-child(2):after {
	content: '2';
	background: #647b92;;
	color: #ffffff;
}
.ranking-item:nth-child(3):after {
	content: '3';
	background: #984242;
	color: #ffffff;
}
.ranking-item:after {
	display: block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	background: #ffffff;
	border-radius: 50%;
	position: absolute;
	left: 6px;
	top: 6px;
	text-align: center;
}
.ranking-image {
	width: 80%;
	height: 80%;
	object-fit: cover;
	margin: 1.4rem 0 0.5rem;
}
.ranking-title {
	font-size: 20px;
	font-weight: bold;
	width: 80%;
	margin: 0 auto;
}
.ranking-sub{
	font-size: 0.8rem;
	margin: 1rem;
}
.ranking-botton{
}
.ranking-botton a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	width: 70%;
	margin: auto;
	padding: 0.5rem 1rem;
	font-weight: bold;
	background: #f28a1b;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	font-size: 0.9rem;
	margin: 0.8rem auto;
}
.ranking-botton a:after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin: 0 0 0 1rem;
}
.ranking-botton a:hover {
	background: #f28a1b;
	color: #fff;
}
.flow-area{
	background: #1f9f01;
	text-align: center;
	padding: 3rem 1rem;
	color: #fff;
}
.commonbox h2.flow-area-ttl{
	background: none;
	border: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 2rem;
	color: #fff;
}
.flow-area-sub{
}
.flow-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin: 2rem 0 1rem;
}
.flow-item {
	padding: 10px;
	margin: 10px 0;
	width: 32%;
}
.flow-image{
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

}
.flow-attention {
	color: #fff;
	text-align: right;
	font-size: 0.8rem;
}
.question-area{
	text-align: center;
	padding: 3rem 1rem 0;
}
.commonbox h2.question-area-ttl {
  background: #e4ffde;
  padding: 0.5rem 1rem 0.5rem 2.5rem;
  position: relative;
  border: none;
  border-radius: 5px;
  font-size: 1.1rem;
}
.commonbox h2.question-area-ttl::before {
  position: absolute;
  top: 20%;
  left: 20px;
  width: 6px;
  height: 60%;
  content: '';
  border-radius: 3px;
  background: #1f9f01;
}
.question-inner{
	margin: 2rem 0;
}
.question-inner .emphasis{
	color:#f00;
}
.question-inner-ttl{
}
.question-inner-ttl h3{
	text-align: left;
	color: #666;
	border-bottom: 3px solid #1f9f01;
	padding: 0 1rem;
}
.question-inner details {
    margin-bottom: 5px;
    border-bottom: 2px solid #d6dde3;
}

.question-inner details summary {
    display: flex;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}
.question-inner details summary::before,
.question-inner details p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.question-inner details summary::before {
    color: #57b740;
    content: "Q";
}

.question-inner details summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
	position: absolute;
	right: 4%;
}

.question-inner details[open] summary::after {
    transform: rotate(225deg);
}

.question-inner details p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.question-inner details[open] p {
	transform: none;
	opacity: 1;
	text-align: left;
	font-size: 0.9rem;
	line-height: 1.8em;
}

.question-inner details p:before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}
.question-inner .image-box{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.question-inner details p.question-text{
	margin: 0 0.5em 0;
}
.question-inner details p.question-text:before{
    content: "";
}
.question-inner .image-block{
	width: 33.3%;
	margin: 0 0 1rem;
}
.question-inner .image-block-wdh50{
	width: 50%;
}
.question-inner .image-block span{
	display:block;
	text-align:center;
}
.question-inner .image-block img{
}
.question-botton{
	margin:0 0 2rem;
}
.question-botton a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	width: 30%;
	margin: auto;
	padding: 0.5rem 1rem;
	font-weight: bold;
	background: #f28a1b;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	font-size: 0.9rem;
	margin: 0.8rem 3rem;
}
.question-botton a:after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin: 0 0 0 1rem;
}
.question-botton a:hover {
	background: #f28a1b;
	color: #fff;
}
h4.question-summary-ttl{
	color: #444;
	background: #e7e7e7;
	text-align: left;
	padding: 0.5rem;
	margin: .3em 3em 1.5em;
}
.question-table{
	border-collapse: collapse;
	width: 87%;
	margin: .3em 3em 1.5em;
}
.question-table {
	border-collapse: collapse;
	width: 87%;
}
.question-table th, .question-table td {
	background-color: #fff;
	padding: 1em;
	border: 1px solid #e7e7e7;
	font-size: 0.8rem;
	text-align: left;
}
.question-table th {
	background-color: #f7f7f7;
	color: #444;
	font-weight: bold;
	text-align: center;
	width: 37%;
	min-width: 4em;
	border: 1px solid #e7e7e7;
	font-size: 0.8rem;
}
.contact-area{
	text-align: center;
	padding: 3rem 1rem;
}
.commonbox h2.contact-area-ttl {
  background: #e4ffde;
  padding: 0.5rem 1rem 0.5rem 2.5rem;
  position: relative;
  border: none;
  border-radius: 5px;
  font-size: 1.1rem;
}
.commonbox h2.contact-area-ttl::before {
  position: absolute;
  top: 20%;
  left: 20px;
  width: 6px;
  height: 60%;
  content: '';
  border-radius: 3px;
  background: #1f9f01;
}

.telmain{
	margin: 0 auto;
	text-align: center;
	background: #f6f6f6;
	padding: 1rem;
}
.telmain p{
	margin:0 auto;
}
.telmain p.telttl{
	font-weight: bold;
	font-size: 100%;
}
.telmain p.telnomber{
	font-size: 150%;
	font-weight: bold;
}
.telmain p.telnomber span{
	color: #1f9f01;
}
.telmain p.telinfo{
	font-size: 100%;
}
.telmain p.telalert{
	font-size: 70%;
}
.contact-botton{
	margin:0 0 1rem;
}
.contact-botton a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	width: 80%;
	margin: auto;
	padding: 0.5rem 1rem;
	font-weight: bold;
	background: #f28a1b;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	font-size: 0.9rem;
	margin: 0.8rem 3rem;
}
.contact-botton a:after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin: 0 0 0 1rem;
}
.question-botton a:hover {
	background: #f28a1b;
	color: #fff;
}

