@charset "UTF-8";

/* ----------------------------------------
	common
---------------------------------------- */
.table{
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
}
.table th {
    border: 1px solid #CCC;
	background:#e0e0e0;
    font-weight:normal;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    width: 220px;
	font-size:18px;
}
.table td {
	background:#FFFFFF;
    border: 1px solid #CCC;
    padding: 15px;
	text-align:left;
	font-size:16px;
}
.a-center{
	text-align:center;
}
.attention, .ERR {
    color: #e86f6f;
}
#breadcrumbs{
	text-align:left;
	margin-bottom:10px;
}
#breadcrumbs dt,
#breadcrumbs dd{
	display:inline-block;
}
#breadcrumbs dd::before {
    content: ">";
    margin: 0 5px;
}
h2{
	font-size:30px;
	margin-bottom:40px;
	letter-spacing:3px;
	text-align:center;
}
h3{
	font-size:24px;
	margin-bottom:20px;
	letter-spacing:2px;
	text-align:left;
	border-left:5px solid #2cbe86;
	color:#2cbe86;
	padding-left:15px;
	clear:both;
}
.pagebody{
	text-align:left;
}
.a-right{
	text-align:right;
}
#foot{
	background-image: url(../images/common/bg06.webp),url(../images/common/bg07.webp),url(../images/top/bg05.webp);
	background-position:left top, left 13px, left top;
	background-repeat: repeat-x, repeat-x,repeat-x;
	padding-top:50px;
	padding-bottom:30px;
	text-align:center;
	min-width:1000px;
}
/* ----------------------------------------
	支援企業
---------------------------------------- */
#support{
	margin-bottom:30px;
}
#support h3{
	border:0;
	padding:0;
	text-align:center;
}
/* ----------------------------------------
	1日の流れ
---------------------------------------- */
#day_time{
	background-color: rgba( 255, 255, 255, 0.5 );
	top:0px;
	padding-top:30px;
	padding-bottom:30px;
	border:3px solid #e0e0e0;
	margin-bottom:20px;
}
#day_time h3{
	border:0;
	padding:0;
	margin:0;
	font-size:30px;
	color:#e04b61;
	font-weight:normal;
	margin-bottom:10px;
}
#day_left,
#day_right{
	width:455px;
}
#use p{
	font-size:18px;
}
#day_left p{
	font-size:15px;
}
/* ----------------------------------------
	ご利用の流れ
---------------------------------------- */
#flow{
	width:1020px;
	overflow:hidden;
	margin-bottom:30px;
	background-image:url(../images/about/icon_flow.webp),url(../images/about/icon_flow.webp),url(../images/about/icon_flow.webp),url(../images/about/icon_flow.webp);
	background-position:187px 86px,393px 86px,597px 86px,801px 86px;
	background-repeat:no-repeat;
}
#flow img{
	border:3px solid #e0e0e0;
	width:178px;
	border-radius:100px;
	margin-bottom:10px;
}
#flow li{
	width:184px;
	float:left;
	margin-right:20px;
	text-align:center;
}
#flow li strong,
.point_text,
.strong{
	color: #e04b61;
	font-weight:normal;
}
/* ----------------------------------------
	ご利用料金
---------------------------------------- */
#price{
    border-collapse: collapse;
    margin-bottom:10px;
    width: 100%;
}
#price th {
	background:#e0e0e0;
    border: 1px solid #CCC;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
	width:33%;
}
#price td {
    border: 1px solid #CCC;
    padding: 15px;
	text-align:right;
	background:#FFF;
	font-size:18px;
}

/* ----------------------------------------
	よくある質問
---------------------------------------- */
#faq dt{
	margin-bottom:20px;
	font-size:24px;
	padding-bottom:5px;
	border-bottom:3px dotted #2cbe86;
	padding-left:40px;
	font-weight:normal;
	background:url(../images/common/star.webp) no-repeat left 5px;
}
#faq dd{
	margin-bottom:35px;
	padding-left:00px;
	font-size:18px;
}
#faq dd strong,
#faq dd a{
	color: #e04b61;
	font-weight:normal;
}
/* ----------------------------------------
	ごあいさつ
---------------------------------------- */
#message p{
	font-size:18px;
}
/* ----------------------------------------
	アクトとは
---------------------------------------- */
#about p{
	font-size:20px;
	margin-bottom:50px;
}
#about h3{
	cleat:both;
}
#about p img{
	margin-bottom:30px;
	width:350px;
	border-radius:20px;
}
#about p img.left{
	float:left;
	margin-right:30px;
}
#about p img.right{
	float:right;
	margin-left:30px;
}
#about p iframe{
	float:right;
	margin-left:30px;
	border-radius:20px;
}
#about .button{
	margin-bottom:40px;
	width:560px;
	text-align:center;
}
#about .button a{
	font-size:30px;
	padding:20px 0 20px 50px;
	border-radius:50px;
	background:#2cbe86 url(../images/common/icon_mail.webp) no-repeat 70px center;
}
#about .button a:hover{
	border:1px solid #2cbe86;
	color:#2cbe86;
	background:#ffffff url(../images/common/icon_mail02.webp) no-repeat 70px center;
	transition: all 0.3s linear 0s;
}
/* ----------------------------------------
	お問い合わせ
---------------------------------------- */
#mfp_confirm_table {
    border-collapse: collapse;
    margin-bottom: 30px;
    width: 100%;
}
#mfp_confirm_table th{
	background:#e0e0e0;
    border-bottom: 1px solid #CCC;
    font-weight: normal;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    width: 200px;
}
#mfp_confirm_table td{
	background:#FFFFFF;
    border: 1px solid #CCC;
    padding: 15px;
	text-align:left;
}
#form-button {
    text-align: center;
}
.mfp_element_submit, .mfp_element_reset, .mfp_element_button {
	box-shadow:none;
	padding:0;
	border:none;
	border-radius:5px;
	color:#FFFFFF;
	background:#2cbe86;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	margin-bottom: 50px;
	text-align: center;
	width: 250px;
}
#form-button input:hover{
    opacity: 0.7;
}