@charset "utf-8";



/*	business style
-------------------------------*/

h3 {
}

p#businessTitle {
	margin: 20px 15px;
	padding: 0;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 1px;
}

div.pageLayout {
	margin: 0;
	padding: 0;
	width: 900px;
	display: block;
	overflow: hidden;
}

table.businessBoxFlow {
	margin: 0;
	border: none;
}
table.businessBoxFlow td {
	padding: 30px 0 0;
	vertical-align: top;
}
	table.businessBoxFlow td.noSpace {
		padding-top: 0;
	}



table.businessBoxFlow td.businessBoxFlowLineA {
	background-image: url('../images/business_flow_line_01.jpg');
	background-attachment: scroll;
	background-repeat: repeat-y;
}
table.businessBoxFlow td.businessBoxFlowLineB {
	background-image: url('../images/business_flow_line_02.jpg');
	background-attachment: scroll;
	background-repeat: repeat-y;
}



table.businessBoxFlow td.businessBoxFlowLineLeft {
	background-position: left top;
}
table.businessBoxFlow td.businessBoxFlowLineRight {
	background-position: right top;
}



table.supportFlowList {
	margin: 25px auto 0;
	border: none;
}
table.supportFlowList td {
	padding: 0;
	border: none;
}
.caravan {
	text-align: center;
	margin: 25px auto 0;
}

/* 250617追加　動画ポップアップ */
.movies{
	margin-top: 80px;
	font-family: "Hiragino maru Gothic Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans";
}
.movies_ttl {
	font-size: 140%;
	font-weight: bold;
	color: #666666;
	display: flex;
  	align-items: center; /* 垂直中心 */
  	justify-content: center; /* 水平中心 */
	border: solid 5px #d0d4c5;
    padding: 15px;
	margin-bottom: 30px;
}
.movies_ttl span{
	color: #ef7100;	
}
/* .movies_ttl:before, .movies_ttl:after {
  border-top: 2px solid;
  content: "";
  width: 3em;
}
.movies_ttl:before {
  margin-right: 1em;
}
.movies_ttl:after {
  margin-left: 1em;
} */

.movies ul{
	display: flex;
	justify-content: space-between;
    margin: 0 0 50px;
}
.movies ul li{
	width: calc((100% - 60px) / 4);
	list-style: none;
	position: relative;
}

.js-modal-video {
	width: 100%;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	background-color: #f5faf6;
    box-sizing: border-box;
	border: 1px solid #308c6a;
	border-radius: 5px;
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	padding: 55px 15px 15px;
}
.js-modal-video:before {
    content: "";
    display: block;
	background-image: url("../images/play_icon_O.png");
    width: 35px;
    height: 35px;
    position: absolute;
    top: 15px;
    left: 50%;
	transform: translateX(-50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
.js-modal-video span{
	font-size: 90%;
	color: #666666;
}
.js-modal-video:hover{
	background-color: #feffcb;
	text-decoration: none;
}
.js-modal-video:hover span {
	opacity: 75%;
}