@charset "utf-8";

.conpany-wrap {
	width:  900px;
	margin: 0 auto;
	padding: 20px 0 20px 40px;
	position: relative;
	z-index:0;
}

.vison {
	width:  900px;
	margin: 0 auto;
	padding: 20px 0 20px 40px;
	position: relative;
	z-index: 1;
}

/*------------------------------------*/


.info {
	z-index: 1;
}

.info .contents-title {
	display: table;
	border-color: rgba(255, 255, 255, .5);
}

 .contents-title {
	display: table;
}

.vison-title {
	margin: 0 auto;
	position: relative;
	z-index: 5;
	padding: 30px 0 30px 0;
	display: table;
	font-size: 2.5rem;
	font-weight: bold;
	color: #1879c0;
}

.info:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-image: url(../images/bg_info.jpg);
	background-size: cover;
	opacity: .15;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.company-info-image figcaption {
	margin-top: 5px;
	font-size: 1.3rem;
	line-height: 2rem;
	text-align: center;
}

.company-title,
.company-info-data {
	position: relative;
	z-index: 10;
}

.company-info-data {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.company-info-data p{
	font-size: 14px;
}
.company-info-data p.red{
	font-size: 16px;
	color: #FB2529;
	margin-bottom: 5px;
}

.company-info-data .title{
	width: 90%;
	font-size: 16px;
	border-bottom: solid 1px #000000;
	margin-bottom: 15px;
}
.company-info-data .min{
	padding-left: 20px;
}

.company-info-data .txt01{
	width: 90%;
	padding: 10px;
}

.company-info-data th,
.company-info-data td {
	border-top: 1px solid rgba(255, 255, 255, .2);
}

.info-sub {
	background-color: rgba(0, 0, 0, .1);
}


table.tbl_flont {
	margin: 0;
	border-collapse: collapse;
	border-spacing: 2;
	background-color: #FFF;
	width: 90%;
}
table.tbl_flont thead tr th {
	padding: 3%;
	text-align: center;
	background: #E4E4E4;
	width: 20%;
	line-height: 1.4em;
	border: #FFFFFF solid 1px;
}
table.tbl_flont tbody tr th {
	padding: 3%;
	text-align: center;
	background: #E4E4E4;
	width: 20%;
	line-height: 1.4em;
	border: #FFFFFF solid 1px;
}
table.tbl_flont tbody tr td {
	text-align: right;
	background: #F5F5F5;
	padding: 3%;
	width: 38%;
	line-height: 1.4em;
	border: #FFFFFF solid 1px;
}

#map {
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 20px;
}

#map iframe {
	height: calc(200px + 20vw);
	max-height: 400px;
}

.office-list {
	max-width: 900px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
}

.office-list-name,
.office-list-tex {
	display: block;
	text-align: center;
}

.office-list-name {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 3rem;
}

.office-list-tex {
	font-size: 1.3rem;
	line-height: 2rem;
}

@media screen and ( min-width: 800px ) {

	.company-info {
		max-width: 900px;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
	}

	.company-info-image {
		width: 50%;
		padding-right: calc(20px + 1vw);
		box-sizing: border-box;
	}

	.company-info-data {
		width: 50%;
	}

	.company-info-data th,
	.company-info-data td {
		padding: 10px 0;
		font-size: 1.5rem;
		line-height: 3rem;
	}

	.office-list-item {
		width: calc((100% - 62px) / 3);
		margin-right: 30px;
		margin-top: 30px;
	}

	.office-list-item:nth-child(3n) {
		margin-right: 0;
	}

.ie9 .company-info {
	width: 100%;
	overflow: hidden;
}

.ie9 .company-info-image,
.ie9 .company-info-data {
	width: 50%;
	float: left;
	box-sizing: border-box;
}

.ie9 .office-list-item {
	overflow: hidden;
}

.ie9 .office-list {
	overflow: hidden;
}

.ie9 .office-list-item {
	float: left;
}

}


@media screen and ( max-width: 800px ) {

	.conpany-wrap {
		width:100%;
		padding: 0;
	}
	
	.company-info-image {
		max-width: 90%;
		margin: 20px auto;/*20231106修正 0→20px */
	}

	.company-info-data {
		width: 90%;
		margin: 0 auto;
		margin-top: 30px;
	}
	.company-info-data .title{
		width: 100%;
		font-size: 16px;
		border-bottom: solid 1px #000000;
		margin-bottom: 15px;
	}
	.company-info-data th,
	.company-info-data td {
		padding: 5px 0;
		font-size: 1.4rem;
		line-height: 2rem;
	}
	
	table.tbl_flont {
		width: 100%;
		margin: 0 auto;
	}

	
	.office-list-item {
		margin-top: 20px;
	}

	#map {
		margin-top: -50px;
		padding-top: 50px;
	}

	.office-list {
		display: block;
	}

	.vison {
		width:100%;
		padding: 0;
	}
	.vison-title {
		padding: 10px 0 30px 0;
	}
}


/*------------------------------------*/


.history-list {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.history-list th,
.history-list td {
	border-top: 1px solid rgba(0, 0, 0, .15);
}

.history-list th {
	width: 25%;
	font-weight: bold;
}


@media screen and ( min-width: 800px ) {

	.history-list th,
	.history-list td {
		padding: 10px 0;
		font-size: 1.5rem;
		line-height: 2.5rem;
	}

}


@media screen and ( max-width: 800px ) {

	.history-list th,
	.history-list td {
		width: 100%;
		display: block;
		float: left;
		font-size: 1.4rem;
		line-height: 2rem;
	}

	.history-list th {
		padding-top: 10px;
	}

	.history-list td {
		padding-bottom: 10px;
		border: 0;
	}

}

.service-main {
	max-width: 900px;
	margin: 0 auto;
	margin-top: 80px;
}

.service-main .img-01{
	width:70%;
	margin: 0 auto;
}

.service-main-title {
	text-align: center;
	color:#FFF;
	background-color: #1879C0;
}

.service-main-tex {
	margin: calc(10px + .5vw) 0;
	text-align: justify;
}

.service-main-img {
	margin-top: calc(20px + 1vw);
	display: -webkit-flex;
	display: flex;
}

.service-main-img li {
	margin-left: 20px;
	flex: 1;
}

.service-main-img li:first-child {
	margin: 0;
}

.ie9 .service-main-img {
	overflow: hidden;
}

.ie9 .service-main-img li {
	width: calc((100% - 61px) / 3);
	float: left;
}


@media screen and ( min-width: 800px ) {

	.service-main-title {
		font-size: 3rem;
		line-height: 6rem;
	}

	.service-main-tex {
		font-size: 1.6rem;
		line-height: 3rem;
	}

}


@media screen and ( max-width: 800px ) {
	.service-main {
		width: 95%;
		margin: 0 auto;
		margin-top: 50px;
		padding:0 ;
	}
	
	.service-main .img-01{
		width:98%;
		margin: 0 auto;
	}
	
	.service-main-title {
		font-size: 2rem;
		line-height: 5rem;
		font-size: 15px;/*20240312 15px*/
	}

	.service-main-title br {
		display: none;
	}

	.service-main-tex {
		font-size: 1.4rem;
		line-height: 2rem;
	}

	.service-main-img li {
		margin-left: 10px;
	}

}

/*------------------------------------*/

.contact-main-tex {
	margin: calc(10px + .5vw) 0;
	text-align: justify;
}

@media screen and ( min-width: 800px ) {
	.contact-main-tex {
		width: 70%;
		margin: 0 auto;
		padding: 20px 0 20px 0;
		font-size: 1.6rem;
		line-height: 3rem;
	}
}

@media screen and ( max-width: 800px ) {
	.contact-main-tex {
		width: 90%;
		margin: 0 auto;
		padding: 20px 0 20px 0;
		font-size: 1.4rem;
		line-height: 2rem;
	}
}
/*------------------------------------*/
.privacy-main {
	max-width: 900px;
	margin: 0 auto;
	margin-top: 80px;
}

.privacy-main-tex {
	margin: calc(1px + .5vw) 0;
	text-align: justify;
}

.privacy-main h3{
	margin-top: 50px;
	font-weight: bold;
}

@media screen and ( min-width: 800px ) {
	.privacy-main h3{
		font-size: 1.5rem;
	}
	.privacy-main-tex {
		font-size: 1.5rem;
		line-height: 3rem;
	}
}

@media screen and ( max-width: 800px ) {
	.privacy-main {
		width: 90%;
		margin: 0 auto;
		margin-top: 50px;
		padding:0 ;
	}
	.privacy-main h3{
		font-size: 1.5rem;
	}
	.privacy-main-tex {
		font-size: 1.4rem;
		line-height: 2rem;
	}
}

/*------------------------------------*/
.point {
	background-color: #20bbc9;
	position: relative;
	z-index: 1;
}

.point-wrap {
	width: calc(200px + 8vw);
	height: calc(200px + 8vw);
	display: -webkit-flex;
	display: flex;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 50%;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 0 4vw rgba(255, 255, 255, .2);
	-webkit-flex-direction: column;
			flex-direction: column;
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: center;
			align-items: center;
}

.ie9 .point-wrap {
	padding-top: 60px;
/* 	margin: calc((200px + 8vw) / -2) 0 0 calc((200px + 8vw) / -2); */
	text-align: center;
	box-sizing: border-box;
}

.point-title {
	margin-bottom: calc(10px + 1vw);
	padding-bottom: 5px;
	display: table;
	border-bottom: 1px solid #0099a7;
	font-weight: bold;
	color: #0099a7;
}

.point-logo {
	width: calc(100px + 5vw);
	height: 100px;
	max-width: 153px;
}

.point-list {
	width: 100%;
}

.point-list li {
	padding: calc(10px + .5vw) 4vw;
	max-width: 350px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 5px;
	font-weight: bold;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
	box-sizing: border-box;
	font-size: 1.4rem;
	line-height: 2rem;
}

.point-list li:before {
	content: "";
	width: 60px;
	height: 60px;
	margin: 0 auto;
	margin-bottom: 10px;
	display: block;
	background-size: 100%;
}

.ie9 .point-title,
.ie9 .point-logo {
	margin-left: auto;
	margin-right: auto;
}

.point-list li:nth-child(1):before {
	background-image: url(../img/img_num01.png);
}

.point-list li:nth-child(2):before {
	background-image: url(../img/img_num02.png);
}

.point-list li:nth-child(3):before {
	background-image: url(../img/img_num03.png);
}

.point-list li:nth-child(4):before {
	background-image: url(../img/img_num04.png);
}

.point-list li:nth-child(5):before {
	background-image: url(../img/img_num05.png);
}


@media screen and ( min-width: 800px ) {

	.point {
		height: calc(490px + 9vw);
/* 		max-height: 680px; */
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
				justify-content: center;
		-webkit-align-items: center;
				align-items: center;
	}

	.point-wrap {
		top: -40px;
	}

	.point-title {
		font-size: 2rem;
		line-height: 2.5rem;
	}

	.point-list {
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 0;
		transform: translateY(-40px);
	}

	.point-list li {
		width: calc(200px + 10vw);
		position: absolute;
	}

	.point-list li:after {
		content: "" ;
		width: 40px;
		height: 40px;
		display: block;
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: 100%;
		position: absolute;
	}

	.point-list li:nth-child(1) {
		margin-left: calc(100px + 4vw);
		margin-bottom: calc(30px + 3vw);
		left: 50%;
		bottom: 50%;
	}

	.point-list li:nth-child(2) {
		margin-left: calc(130px + 4vw);
		margin-top: 3vw;
		left: 50%;
		top: 50%;
	}

	.point-list li:nth-child(3) {
		margin-top: calc(140px + 4vw);
		left: 50%;
		top: 50%;
		transform: translateX(-50%);
	}

	.point-list li:nth-child(4) {
		margin-right: calc(130px + 4vw);
		margin-top: 3vw;
		right: 50%;
		top: 50%;
	}

	.point-list li:nth-child(5) {
		margin-right: calc(100px + 4vw);
		margin-bottom: calc(30px + 3vw);
		right: 50%;
		bottom: 50%;
	}

	.point-list li:nth-child(1):after {
		background-image: url(../img/img-arrow01.png);
		left: 20px;
		bottom: -40px;
	}

	.point-list li:nth-child(2):after {
		background-image: url(../img/img-arrow02.png);
		left: -40px;
		top: 20px;
	}

	.point-list li:nth-child(3):after {
		background-image: url(../img/img-arrow03.png);
		left: 50%;
		top: -40px;
		transform: translateX(-50%);
	}

	.point-list li:nth-child(4):after {
		background-image: url(../img/img-arrow04.png);
		right: -40px;
		top: 20px;
	}

	.point-list li:nth-child(5):after {
		background-image: url(../img/img-arrow05.png);
		right: 20px;
		bottom: -40px;
	}

.ie9 .point-wrap {
	position: absolute;
	top: 42%;
	left: 50%;
	-ms-transform: translate(-50%, -48%);
	transform: translate(-50%, -48%);
}

}


@media screen and ( max-width: 800px ) {

	.point {
		padding: calc(30px + 2vw) calc(20px + .5vw);
	}

	.point-wrap {
		margin: 0 auto;
	}

	.point-list li {
		margin: 10px auto;
	}

}


/*------------------------------------*/


.service-simg {
	height: 200px;
	position: relative;
	z-index: 0;
/*
	display: -webkit-flex;
	display: flex;
*/
}

.service-simg li {
	width: 260px;
	height: 200px;
	position: absolute;
	top: 0;
/* 	flex: 1; */
}

.service-list-item {
	padding: 0 calc(20px + .5vw);
	margin-bottom: 30px;
}

.service-list-item:first-child {
	border-top: 0;
}

.service-list-item-wrap {
	max-width: 1000px;
	margin: 0 auto;
	padding: calc(10px + 1vw) 0;
	padding-right: 50px;
	border: 1px solid rgba(0, 0, 0, .1);
}

.service-list-item-wrap:before {
	content: "";
	display: block;
	background-position: center center;
	background-size: cover;
}

.s1 .service-list-item-wrap:before {
	background-image: url(../img/img-voice-01.png);
}

.s2 .service-list-item-wrap:before {
	background-image: url(../img/img-voice-02.png);
}

.s3 .service-list-item-wrap:before {
	background-image: url(../img/img-voice-03.png);
}
.s4 .service-list-item-wrap:before {
	background-image: url(../img/img-voice-04.png);
}
.s5 .service-list-item-wrap:before {
	background-image: url(../img/img-voice-05.png);
}

.service-list-item-title {
	margin-bottom: 20px;
	font-weight: bold;
}

.service-list-item-title span {
	margin-left: 20px;
	padding: 0 10px;
	display: inline-block;
	vertical-align: top;
	border-radius: 3px;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 3rem;
	color: rgba(255, 255, 255, 1);
}

.s1 .service-list-item-title span {
	background-color: #00c47d;
}

.s2 .service-list-item-title span {
	background-color: #f0cb1e;
}

.s3 .service-list-item-title span {
	background-color: #f29347;
}


@media screen and ( min-width: 800px ) {

	.service-list-item-title {
		font-size: 2.0rem;
		line-height: 3rem;
		color: #E72929;
	}

	.service-list-item-tex {
		font-size: 1.5rem;
		line-height: 2.5rem;
		background: #E4E4E4;
		padding: 10px;
		margin-bottom: 10px;
	}

	.service-list-item-year {
		font-size: 1.5rem;
		line-height: 2.5rem;
		text-align: right;
	}
	
	.service-list-item-wrap {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
				align-items: center;
	}

	.service-list-item-wrap:before {
		width: 220px;
		height: 220px;
	}

	.service-list-item-wrap div {
		width: calc(100% - (20px + 2vw + 220px));
		margin-left: calc(20px + 2vw);
	}

.ie9 .service-list-item-wrap {
	display: table;
}

.ie9 .service-list-item-wrap:before,
.ie9 .service-list-item-wrap div {
	display: table-cell;
	vertical-align: middle;
}

.ie9 .service-list-item-wrap div {
	width: calc(100% - 220px - (20px + 2vw));
	padding-left: calc(20px + 2vw);
}

}


@media screen and ( max-width: 800px ) {

	.service-list-item-wrap {
		padding: 10px;
	}
	
	.service-list-item-wrap:before {
		width: 160px;
		height: 160px;
		margin: 0 auto;
	}

	.service-list-item-title span {
		margin: 0 auto;
		display: table;
		font-size: 1.2rem;
		line-height: 2rem;
	}

	.service-list-item-title {
		font-size: 1.6rem;
		line-height: 2.5rem;
		color: #E72929;
	}

	.service-list-item-tex {
		font-size: 1.4rem;
		line-height: 2rem;
		background: #E4E4E4;
		padding: 10px;
	}
	
	.service-list-item-year {
		font-size: 1.3rem;
		line-height: 2.5rem;
		text-align: right;
		margin-top:10px; 
	}

}


@media screen and ( min-width: 800px ) {
	.faq-info {
		max-width: 900px;
		margin: 0 auto;
		margin-bottom: 50px;
		display: -webkit-flex;
		display: flex;
	}
}

@media screen and ( max-width: 801px ) {
	.faq-info {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 50px;
	}
}

dl.qa {
overflow: hidden;
_zoom: 1;
}
dl.qa dd,
dl.qa dt {
text-indent: -2.6em; 
padding: 0 20px 0px 50px;
}
dl.qa dt {
margin: 20px 20px 0 0;
	font-size: 1.6em;
}
dl.qa dd:first-letter,
dl.qa dt:first-letter {
font-size: 2.0em;
font-weight: bold;
margin-right: 10px;
padding: 5px;
}
dl.qa dd {
font-size: 1.6em;
margin: 10px 0 -1px 0;
padding-bottom: 20px;
border-bottom: solid 1px #aaa;
}
dl.qa dt:first-letter {
color: #3498db;
}
dl.qa dd:first-letter {
color: #ff6767;
}

.about_002 table { width: 100%; color:#000000; font-weight:bold; font-size: 12px; }
.about_002 th, .about_002 td  { padding: 10px; border: 1px solid #ddd; }
.about_002 th  { background: #f4f4f4; }

@media screen and ( max-width: 801px ) {
	.about_002 table { width: 90%; margin: 0 auto; margin-bottom: 30px; }
	.about_002 th { width: 10%; }
}
 
/*----------------------------------------------------
  .demo01
----------------------------------------------------*/
.demo01 th  { width: 30%; text-align: left; }
 
@media only screen and (max-width:480px){
    .demo01 { margin: 0 -10px; }
    .demo01 th,
    .demo01 td{
    width: 100%;
    display: block;
    border-top: none;
    }
  .demo01 tr:first-child th { border-top: 1px solid #ddd; }
}

.service-main {
	margin-top:0 ;
	padding-top:40px;
	margin-top:20px;
}

.service-main-first{
	margin-top:40px;
}
@media screen and ( max-width: 800px ) {
.service-main {
	margin-top:0;
	padding-top:25px;
	margin-top:5px;
}
.service-main-first{
	margin-top:25px;
}
}


.box29 {
    margin: 2em 0;
    background: #dcefff;
	
}
.box29 .box-title {
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
}

.service-main-title-0131 {
	display:block;
	padding:10px;
	text-align:center;
	line-height:20px;
	font-size:15px;
	margin-top:20px;
	border:solid 1px #333333;
	width:90%;
}

.zeikomi{
	width:95%;
	text-align:right;
	font-size:11px;
	margin-top: 5px;
}
	
	
@media screen and ( min-width: 801px ) {
.service-main-title-0131 {
	width:85%;
}
.zeikomi{
	width:90%;
}

}

.sagyo-table td{
	padding:5px 10px;
	width:40%;
	border:solid 1px #666;
}

/* 2023_10_24追記*/

.arrow_s {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  color: #333;
  text-decoration: none;
}

.arrow_s:before {
	content: '';
  width: 18px;
  height: 18px;
  background: #fff;
	border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -9px;
}

.arrow_s:after {
	content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent red;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}

.contact-sub1 {
	text-align: center;
	font-size:50px;
	font-weight: bold;
	color:#e70;
	text-decoration:underline;
	margin-bottom: 20px;
}

.contact-sub1  a {
	color:#e70;
}

.contact-sub2 {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	color:#214284;
	font-size:16px;
}

.sub2-title {
	display: inline-block;
  width: 180px;
  text-align: justify;
  text-align-last: justify;
	font-weight: bold;
}

.sub2-hour {
	display: inline-block;
  width: 125px;
  text-align: justify;
  text-align-last: justify;
	font-weight: bold;
}

.contact-sub3 {
	display: inline-block;
  width: 100px;
}

/* 2023_10_27追記*/

.conpany-wrap-wash {
	width:  1000px;/*20240308追記900px*/
	margin: 0 auto;
	padding: 20px 0 20px 40px;
	position: relative;
	z-index:0;
}

.company-info-data-wash {
	width: 100%;/*20231027追記 */
}

.company-info-data-wash .wash-title {
	width: 95%;
	font-size: 20px;
	border-bottom: solid 1px #000000;
	margin: 25px 0;
}

.company-info-data-wash .wash-text {
	margin-left: 5px;
	font-size: 15px;
	line-height:22px;
}

.company-info-data-wash .wash-ad {
	text-align: left;
	margin: 20px;
	font-size: 18px;
}

.company-info-data-wash .remark {
	text-align: left;
	margin: 5px;
	font-size: 12px;
}

.service-main-title-wash {
	display:block;
	padding:10px;
	text-align:center;
	line-height:20px;
	font-size:15px;
	margin:30px 0;
	border:solid 1px #333333;
	width:90%;
}

.wash-table-lengs {
	width:95%;
	margin: 0 5px;
}
.company-info-image-wash {
	width: 80%;/*20231026修正50%→70% */
	padding-right: calc(20px + 1vw);
	box-sizing: border-box;
	margin: 30px auto;/*20231026追記 */
}

.company-info-data-wash th,
	.company-info-data-wash td {
		padding: 5px 10px;
		font-size: 1.5rem;
		line-height: 3rem;
	}

	table.tbl_flont2 {
		margin: 0;
		border-collapse: collapse;
		border-spacing: 2;
		background-color: #FFF;
		width: 100%;
	}
	table.tbl_flont2 thead tr th {
		padding: 3%;
		text-align: center;
		background: #E4E4E4;
		width: 38%;
		line-height: 1.4em;
		border: #FFFFFF solid 1px;
	}
	table.tbl_flont2 tbody tr th {
		padding: 3%;
		text-align: center;
		background: #E4E4E4;
		width: 28%;
		line-height: 1.4em;
		border: #FFFFFF solid 1px;
	}
	table.tbl_flont2 tbody tr td {
		text-align: right;
		background: #F5F5F5;
		padding: 3%;
		width: 32%;
		line-height: 1.4em;
		border: #FFFFFF solid 1px;
	}
	
	table.tbl_flont2 .td2{
		background:#FFF;
		text-align:center;
		font-size:12px;
		background: #E4E4E4;
		vertical-align:middle
		
	}
	
	
	table.tbl_flont2 .td3{
		color: #FFFFFF;
		background: #E73D40;
	
		text-align:center;
		padding:3px;
		display:block;
		margin-top:4px;
	
	}
	
	table.tbl_flont2 .td4{
		background:#f5f5f5;
		text-align:center;
		font-size:12px;
		padding-top:0;
		border:none !important;
	}
	
	table.tbl_flont2 .td5{
		background:#FFF;
		text-align:center;
		font-size:12px;
		border:none;
	}
	
	
	table.tbl_flont2 .td6 {
		background:#F5F5F5;
		text-align:center;
		font-size:12px;
		border-top:#f5f5f5 solid 1px;
		border-left:#f5f5f5 solid 1px;
	}

	.line-friends {
		position: relative;
		display: block;
    height: 48px;
    padding: 5px;
    border-radius: 10px;
    width: 50%;
    margin: 30px auto 20px;
    font-size: 22px;
    background-color: #06c755;
    color: white;
		cursor: pointer;
	}

	.line-friends span {
		position: absolute;
    top: 20px;
    left: 180px;
		color: white;
	}

	.line-friends a::before {
		position: absolute;
		left: 10px;
		content: url(/img/LINE_Brand_icon.png)
		
	}

@media screen and ( min-width: 800px ) {
  .button-container {
    max-width: 900px;
    text-align: center;
  }
  
  .button-link {
		display: block;
		width: 600px;
		margin:0 auto;
    text-align: center;
    padding: 20px 30px;
    background-color: red;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
  }

	
}

@media screen and ( max-width: 800px ) {

	.conpany-wrap-wash {
		width:100%;
		padding: 0 5px;
	}
  .button-container {
    width: 95%;
    margin:15px auto;
		text-align: center;
  }
  
  .button-link {
    text-align: center;
    padding: 19px 30px;
    background-color: red;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
  }

	.contact-sub1 {
		font-size:30px;
	}

	.contact-sub2 {
		font-size:16px;
	}

	.company-info-image-wash {
		width: 98%;/*20231026修正50%→70% */
		padding-right: 5px;
		box-sizing: border-box;
		margin: 30px auto;/*20231026追記 */
	}

	.line-friends {
		width:70%;
		margin:40px auto 0;
	}

	.line-friends span {
		position: absolute;
    top: 20px;
    left: 90px;
		color: white;
	}
}

/* 20240308追記*/

.service-heading.a_course {
	display:flex;
	align-items:center;
	padding-top: 0;
  margin-top: 40px;
  border: 5px solid #00AB84;
  border-left-width: 0;
  height: 63px;
  border-right-width: 0;
}

.service-heading.b_course {
	display:flex;
	align-items:center;
	padding-top: 0;
  margin-top: 40px;
  border: 5px solid #001F5B;
  border-left-width: 0;
  height: 63px;
  border-right-width: 0;
}

.service-heading.c_course {
	display:flex;
	align-items:center;
	padding-top: 0;
  margin-top: 40px;
  border: 5px solid pink;
  border-left-width: 0;
  height: 63px;
  border-right-width: 0;
}

.service-heading img {
	margin-left: 10px;
	margin-right: 20px;
}

/*
.service-heading h2::after {
	display: block;
	content: "";
	background: black;
	padding-top: 2px;
	padding-bottom: 1px;
}
*/

.service-main-title2 {
	color:black;
	background-color: white;
	font-size: 20px;
}

/*.service-main-title2 h2{
	font-size: 20px;
}*/

.service-main-title2.bgf-title {
	color:black;
	background-color: #f5f5f5;
}

.row_2 {
	display:flex;
}

.subtitle {
	max-width: 900px;
	margin: 30px auto 0px;
	color:black;
	font-size: 20px;
	padding-left: 40px;
	text-align: center;
}

.all_clear_pc {
  font-size: 22px;
}

@media screen and ( max-width: 800px ) {
	.service-heading.a_course {
		margin-top: 20px;
	}
	.service-main-title2 {
		font-weight: 700;
	}
	.service-main-title.sp-size {
		font-size: 18px;
	}
	.all_clear_pc {
		font-size: 16px;
	}
	.all_clear_sp {
		font-size: 20px;
	}
}
