@charset "UTF-8";
/* CSS Document */


/* ボタン　================================================== */
.btn_wrap{
	display: block;
	width: 270px;
	margin: 30px auto;
}

.btn01{
	display: inline-block;
	text-align: center;
	width: 100%;
	background: #49badc;
	color: #fff;
	padding: 1em;
	position: relative;
	box-shadow: 5px 5px rgba(0,0,0,0.2);
	font-size: 1em;
	font-weight: 600;
	transition: .3s;
}
.btn01::after{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	transition: .3s;
}
.btn01:hover{
	box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
}
.btn01:hover::after{
	right: 10px;
}
.phone_txt{
	text-align: center;
	margin-top: 30px;
}
.phone_txt a{
	font-size: clamp(1.5rem, 1.275rem + 0.8vw, 2rem);
	font-family: fot-chiaro-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #006888;
	transition: .5s;
}
.phone_txt a:hover{
	color: #49badc;
}
/* テーブル ============================== */

.line02 table {
    border-spacing:0;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.line02 table th{
	border-bottom: solid 3px #666;
	padding: 1em;
	width: 25%;
	min-width: 9em;
}
.line02 table td{
	border-bottom: solid 3px #ccc;
	padding: 1em;
}
.line02 table td i{
	color: #666;
	padding-left: 1em;
}
.line02 dl{
	margin-bottom: 0.5em;
	font-size: 0.9rem;
	display: flex;
}
.line02 dl dt{
	width: 11em;
}
.line02 dl dd{
	
}

.line02 ul li{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.5em;
}
@media (max-width: 768px){
	.line02 table th{
		display: block;
		width: 100%;
		border-bottom: none;
		text-align: left;
		padding-bottom: 0;
	}
	.line02 table td{
		display: block;
		width: 100%;
		border-bottom: solid 3px #666;
	}
	.line02 dl{
		flex-direction: column;
		align-self: flex-start;
		justify-content: flex-start;
	}
}
.simple01 table {
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 0;
    width:100%;
	
}
.simple01 table tr{
	border-bottom: solid 1px #ccc;
}
.simple01 table th,.simple01 table td{
	padding: 1.5em 1em;
	text-align: left;
	vertical-align: top;
}
.simple01 table th{
	color: #006888;
	font-weight: 600;
	width: 20%;
	min-width: 6em;
}
.simple01 table td i{
	color: #006888;
}
.simple01 ul li{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.5em;
}
@media (max-width: 960px){
	.simple01 table th,.simple01 table td{
		display: block;
		width: 100%;
	}
	.simple01 table th{
		padding-bottom: 0;
	}
}

.service01 table{
	border-collapse: collapse;
    border-spacing: 2px;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.service01 table tr{
	border-bottom: solid 1px #ccc;
}
.service01 table th,
.service01 table td{
	text-align: center;
	padding: 1em;
}
.service01 table th{
	width: 25%;
	background: #49badc;
	color: #fff;
	font-weight: 600;
	border-right: dotted 1px #fff;
}
.service01 table td{
	background: rgba(255,255,255,0.5);
	border-right: dotted 1px #ccc;
}
.service01 table th:last-child,
.service01 table td:last-child{
	border-right: none;
}
@media (max-width: 960px){
	.service01 table th,
	.service01 table td{
		font-size: 0.9rem;
	}
}

/* リスト ============================== */
ul.nb_list li{
	font-size: 1.2rem;
	border-bottom: solid 8px #49badc;
	position: relative;
	margin-bottom: 30px;
}
ul.nb_list li span.nb{
	font-size: 250%;
	font-family: fot-chiaro-std, sans-serif;
	font-weight: 700;
	color: #49badc;
	line-height: 1;
}
@media (max-width: 750px){
	ul.nb_list li span.nb{
		display: block;
	}
}


ul.border01{
	font-size: 1em;
}
ul.border01 li{
	border-bottom: dotted 8px rgba(73,186,220,0.3);
	margin-bottom: 1rem;
	text-indent: -1em;
	padding-left: 1em;
}
ul.border01 li i{
	color: #49badc;
	display: inline;
	padding-right: 0.25rem
}
.dl_border01{
	padding: 1rem;
}
.dl_border01 dl{
	display: flex;
	align-items: flex-start;
	border-bottom: solid 1px #8a9898;
}
.dl_border01 dl dt{
	width: 20%;
	padding: 1em 0 1em 1em;
	font-weight: 700;
}
.dl_border01 dl dt i{
	color: #8a9898;
}
.dl_border01 dl dd{
	padding: 1em;
}
@media (max-width: 960px){
	.dl_border01 dl{
		display: block;
		width: 100%;
	}
	.dl_border01 dl dt{
		width: 100%;
		padding: 1em 1em 0.5em;
	}
	.dl_border01 dl dd{
		width: 100%;
		padding:0.5em 1em 1em;
	}
}

.mb_txt{
	display: none;
}
.services_wrap::-webkit-scrollbar{
	width: 2px;
	height: 2px;
}
.services_wrap::-webkit-scrollbar-track{
	background-color: #e3e3e3;
}
.services_wrap::-webkit-scrollbar-thumb{
	background-color: #999;
}

@media (max-width: 750px){
	.services_wrap{
		overflow-x: auto;
		padding-bottom: 15px;
	}
	.services_wrap table{
		min-width: 650px;
	}
	.mb_txt{
		display: inline;
		font-size: 0.9rem;
	}
}

.icon_wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	gap:15px;
}
.icon_wrap .inner{
	width: 100%;
	text-align: center;
}
.icon_wrap .inner img{
	width: 100%;
	max-width: 150px;
}


/* Map ============================================================ */
.map iframe{
	width: 100%;
	vertical-align: middle;
}


/* QA ============================================================ */
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}
.qa-list dl:first-child {
    border-top: 1px solid #ccc;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #8a9898;
    border-right: 2px solid #8a9898;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: 1.2rem;
}
.qa-list dl dt::before {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: 'Q.';
    color:#8a9898;
}
.qa-list dl dd::before {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    color: #e65912;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
@media (max-width: 750px){
	.qa-list dl{
		 padding: 28px 30px 28px 15px;
	}
	.qa-list dl::before{
		right: 15px;
	}
	.qa-list dl dt{
		padding: 0 0 0 40px;
	}
}
/* ながれ ================================================== */
.flow_wrap{
	padding: 50px 30px;
}
.flow_inner{
	width:100%;
	margin-inline: auto;
	padding: 15px;
	background: url("../img/bg_tx_b.jpg") repeat;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
	display: flex;
	align-items: center;
	position: relative;
}

.flow_inner .photo{
	align-self: center;
	width: 300px;
	text-align: center;
	padding: 15px;
	position: relative;
}
.flow_inner .photo img{
	width: 100%;
}

.flow_inner .nb{
	position: absolute;
	top:-40px;
	left: -40px;
	display: inline-block;
	line-height: 80px;
	width: 80px;
	background:#49badc;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 10px;
	color: #fff;
	font-family: fot-chiaro-std, sans-serif;
	font-weight: 700;
	font-size: 2.5em;
	z-index: 1;
}
.flow_inner .txt{
	padding: 10px;
	font-size: 1em;
	flex:1;
	width: 100%;
}

.flow_arrow{
	font-size: 3em;
	text-align: center;
	color:#49badc;
	margin: 5px;
}
.flow_link{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.flow_link li {
	padding: 5px;
	text-align: center;
	font-size: 0.9em;
	align-self: stretch;
	transition: .5s;
}
.flow_link li a{
	display: block;
	padding: 0.5em 1em;
	line-height: 100%;
	vertical-align: middle;
	background: linear-gradient( 130deg, #12e6e6 , #12e69f);
	border-radius: 30px;
	border:solid 1px #12e69f;
	color: #fff;
	transition: .5s;
}
.flow_link li :hover{
	background: #fff;
	color: #1a1a1a;
}

@media (max-width: 1200px){
	.flow_inner .nb{
		left: -20px;
		top: -20px;
	}
}
@media (max-width: 750px){
	.flow_wrap{
		padding: 50px 10px 10px;
	}
	.flow_inner{
		flex-direction: column-reverse;
		justify-content: center;
		padding: 50px 15px 15px;
	}
	.flow_inner .nb{
		left: -20px;
		top: -40px;
	}
	.flow_inner .photo{
		width: 100%;
		max-width: 300px;
	}
}
