/* CSS Document */
body{
	min-width: 1020px;
}
.contents{
	max-width: 1600px;
	min-width: 1020px;
	margin: -4px auto 0;
  font-family:"Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:100;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:200;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:300;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:400;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Bold");
  font-weight:bold;
}
#wrap{
	text-align:left;
	overflow:hidden;
	background-color: #fff;
}
.contents p,
.contents h2,
.contents h3,
.contents h4{
	margin: 0px;
	line-height: 1.2em;
}
.contents ul,
.contents li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.contents img{
	max-width: 100%;
	height: auto;
}
.contents a img{
	border:none;
}
.footstepBox{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -451px;
	z-index: 1;
	margin-top: 0px;
	margin-bottom: 40px;
	width: 902px;
}
.footstepBox,
.footstepBox a{
	color: #fff !important;
}
.naviBox{
	position: relative;
	z-index: 10;
}
.footerBox{
	margin-top: 0;
}
@media screen and (max-width: 740px) {
.footstepBox{
	width: auto;
	left: 0;
	margin: 0px 15px 15px 15px;
}
.contents {
	min-width:320px;
}
}

/* main */
#main{
	position: relative;
	height: 640px;
	background-image: url("../images/main_bgi01.jpg");
	background-size: cover;
	background-position: center;
}
#main .inner{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 40px;
}
#main h1{
	padding: 190px 0 0 0;
	margin: 0;
	color: #fff;
	font-size: 80px;
	line-height: 1.2;
	font-weight: bold;
}
#main h1 span{
	color: #fff;
	font-size: 60px;
}
@media screen and (max-width: 740px) {
#main{
	height: 300px;
}
#main .inner{
	padding: 0 20px;
}
#main h1{
	font-size: 40px;
	padding-top: 90px;
}
#main h1 span{
	font-size: 26px;
}
}


/* 共通 */
.layout{
	max-width: 1600px;
	margin: 0 auto;
}
.ie .layout{
	max-width: 1200px;
}
.layout .inner{
	width: 1100px;
	margin: 0 auto;
	padding: 60px 40px 120px;
}
.layout .ttl{
	position: relative;
	text-align: center;
	z-index: 1;
	padding: 50px 40px 35px;
}
.layout .ttl::after{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 80px;
	height: 3px;
	background-color: #cce29a;
}
.layout .ttl .number{
	position: absolute;
	left: 50%;
	top: -40px;
	z-index: -1;
	transform: translateX(-50%);
  font-family: 'Oswald', sans-serif;
	font-size: 46px;
	font-style: italic;
	color: #006837;
	height: 150px;
	width: 300px;
	border-radius: 150px 150px 0 0;
	box-sizing: border-box;
	margin: 0 auto;
	padding-top: 40px;
}
.layout .ttl h2{
	font-size: 40px;
}
.layout .ttl  p{
  font-family: 'Oswald', sans-serif;
	font-size: 18px;
	color: #006837;
}
@media screen and (max-width: 740px) {
.layout{
	min-width: 320px;
}
.layout .inner{
	width: auto;
	padding: 40px 20px 80px;
}
.layout .ttl{
	position: relative;
	text-align: center;
	z-index: 1;
	padding: 40px 20px 25px;
}
.layout .ttl .number{
	top: -30px;
	font-size: 36px;
	height: 100px;
	width: 200px;
	border-radius: 100px 100px 0 0;
	margin: 0 auto;
	padding-top: 30px;
}
.layout .ttl h2{
	font-size: 22px;
}
.layout .ttl  p{
	font-size: 13px;
	margin-top: 5px;
}
}


/* about */
#about{
	background-color: #cce29a;
	max-width: 1600px;
	margin: 0 auto;
}
.ie #about{
	max-width: 1200px;
}
#about .inner{
	width: 1100px;
	margin: 0 auto;
	padding: 80px 40px;
}
#about h2{
	font-size: 36px;
	text-align: center;
	line-height: 1.5;
}
#about ul{
	font-size: 0;
	text-align: center;
	margin-top: 60px;
}
#about ul li{
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	background-color: #fff;
	padding: 60px 20px;
	height: 300px;
	border: 2px solid #cce29a;
	box-sizing: border-box;
}
#about ul li .txt{
	margin-top: 20px;
}
#about ul li h3{
	font-size: 24px;
}
#about ul li p{
	font-size: 14px;
	margin-top: 10px;
	line-height: 1.4;
}
@media screen and (max-width: 740px) {
#about{
	min-width: 320px;
}
#about .inner{
	width: auto;
	padding: 40px 20px;
}
#about h2{
	font-size: 22px;
}
#about ul{
	margin-top: 30px;
}
#about ul li{
	width: 100%;
	padding: 30px 20px 30px 30px;
	box-sizing: border-box;
	display: table;
	border: 1px solid #cce29a;
	height: auto;
}
#about ul li .img{
	display: table-cell;
	vertical-align: middle;
	width: 60px;
	white-space: nowrap;
}
#about ul li .txt{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	margin-top: 0;
	padding-left: 10px;
}
#about ul li h3{
	font-size: 18px;
}
#about ul li p{
	font-size: 13px;
	margin-top: 8px;
}
}


/* lead */
#lead{
	position: relative;
	text-align: center;
	padding: 100px 40px 120px;
}
#lead::before{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%) rotate(-90deg);
	-ms-transform: translateX(-50%) rotate(-90deg);
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	border: 40px solid transparent;
	border-right: 40px solid #cce29a;
}
#lead h2{
	display: inline;
	font-size: 42px;
	color: #006837;
	line-height: 1.5;
	border-bottom: 2px solid #006837;
}
@media screen and (max-width: 740px) {
#lead{
	padding: 60px 20px 70px;
}
#lead::before{
	width: 20px;
	height: 20px;
	border: 20px solid transparent;
	border-right: 20px solid #cce29a;
}
#lead h2{
	font-size: 22px;
}
}


/* reason */
#reason{
	background-color: #f6f6f6;
}
#reason .inner{
  padding: 85px 40px 215px;
}
#reason .ttl .number{
	background-color: #f6f6f6;
}
#reason .box{
  position: relative;
  margin-top: 90px;
}
#reason .box:first-child{
  margin-top: 0;
}
#reason .box.imgLeft{
  padding-left: 514px;
}
#reason .box .img{
  width: 570px;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translate(0%,-50%);
}
#reason .box.imgLeft .img{
  left: 0;
}
#reason .box.imgRight .img{
  right: 0;
}
#reason .box .img img{
  width: 100%;
}
#reason .box .txt{
  width: 586px;
  height: 340px;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
#reason .box.imgLeft .txt{
  padding: 45px 80px 50px 120px;
}
#reason .box.imgRight .txt{
  padding: 45px 130px 50px 80px;
}
#reason .box .txt h3{
  font-size: 26px;
  line-height: 1.75;
  margin-bottom: 25px;
}
#reason .box .txt p{
  font-size: 16px;
  line-height: 2;
}
#reason .box .txt::after{
  content: "";
  display: block;
  width: 150px;
  height: 2px;
  background: #005891;
  margin-top: 15px;
  position: absolute;
  bottom: 50px;
}
#reason .box.imgLeft .txt::after{
  right: 80px;
}
#reason .box.imgRight .txt::after{
  left: 80px;
}
@media screen and (max-width: 740px) {
#reason .inner{
  padding: 60px 20px 100px;
}
#reason .box{
  margin-top: 60px;
}
#reason .box.imgLeft{
  padding-left: 0;
}
#reason .box .img{
  width: 100%;
  position: relative;
  top: 0;
  transform: translate(0%);
}
#reason .box .txt{
  width: 100%;
  height: auto;
  padding: 15px 20px 32px !important;
}
#reason .box .txt h3{
  font-size: 20px;
  margin-bottom: 10px;
}
#reason .box .txt p{
  font-size: 13px;
}
#reason .box .txt::after{
  width: 100px;
  bottom: 20px;
  left: 20px !important;
  right: auto !important;
}
}


/* case */
#case .ttl .number{
	background-color: #fff;
}
#case ul{
	font-size: 0;
}
#case ul li{
	font-size: 0;
	display: inline-block;
	vertical-align: top;
	width: 32.728%;
	margin: 0.908% 0.908% 0 0;
}
#case ul li:nth-child(3n){
	margin-right: 0;
}
#case ul li a{
	position: relative;
	overflow: hidden;
	display: block;
	background-color: #000;
}
#case ul li a::before{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translate(-50%,-50%);
	background-image: url("/unithouse/offer/offer002/images/icon_zoom_01.svg");
	width: 40px;
	height: 40px;
	background-size: 100%;
	transition: opacity .5s cubic-bezier(.210, .60, .350, 1);
	opacity: 0;
}
#case ul li a:hover::before{
	opacity: 1;
}
#case ul li a img{
	opacity: 1;
	transform: scale(1);
	transition: opacity .5s cubic-bezier(.210, .60, .350, 1),transform .6s cubic-bezier(.210, .60, .350, 1);
}
#case ul li a:hover img{
	opacity: 0.4;
	transform: scale(1.07);
}
#case .btn{
	text-align: center;
}
#case .btn a{
	display: inline-block;
	background-color: #006837;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 30px 60px;
	border-radius: 6px;
	margin-top: 60px;
}
#case .btn a:hover{
	text-decoration: none;
	opacity: 0.7;
}
@media screen and (max-width: 740px) {
#case ul li,
#case ul li:nth-child(3n){
	width: 49.5%;
	margin: 1% 1% 0 0;
}
#case ul li:nth-child(2n){
	margin-right: 0;
}
#case ul li a::before{
	width: 30px;
	height: 30px;
}
#case .btn a{
	font-size: 16px;
	padding: 20px 40px;
	margin-top: 30px;
}
}


/* voice */
#voice{
	background-color: #f6f6f6;
}
#voice .ttl .number{
	background-color: #f6f6f6;
}
#voice .box{
	position: relative;
	padding-left: 240px;
	margin-top: 80px;
}
#voice .box:first-child{
	margin-top: 0;
}
#voice .box .img{
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: 220px;
	background-color: #e4e4e4;
}
#voice .box h3{
	font-size: 26px;
}
#voice .box h4{
	font-size: 16px;
	margin-top: 10px;
}
#voice .box p{
	font-size: 16px;
	margin-top: 25px;
	line-height: 2;
}
#voice .box .more{
	text-align: right;
	margin-top: 25px;
}
#voice .box .more a{
	font-size: 18px;
	color: #2196f3;
	display: inline-block;
}
@media screen and (max-width: 740px) {
#voice .box{
	padding-left: 0;
	margin-top: 60px;
}
#voice .box .img{
	width: 100px;
	height: 110px;
}
#voice .box .txt{
	position: relative;
	padding-left: 120px;
	min-height: 100px;
}
#voice .box h3{
	font-size: 20px;
}
#voice .box h4{
	font-size: 14px;
	margin-top: 10px;
}
#voice .box p{
	font-size: 13px;
	margin-top: 15px;
}
#voice .box .more{
	margin-top: 10px;
}
#voice .box .more a{
	font-size: 14px;
}
}


/* plan */
#plan .inner{
	padding-bottom: 100px;
}
#plan .ttl .number{
	background-color: #fff;
}
#plan .box{
  display: table;
	width: 100%;
	margin-top: 60px;
}
#plan .box:first-child{
	margin-top: 0;
}
#plan .box .img{
	display: table-cell;
	vertical-align: middle;
	width: 60%;
	padding: 0 40px;
	box-sizing: border-box;
}
#plan .box .img a{
	display: block;
}
#plan .box .img a img{
	width: 100%;
}
#plan .box .img a .btn{
	text-align: center;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
#plan .box .img a .btn i{
	color: #006837;
	font-size: 16px;
}
#plan .box .img a:hover{
	text-decoration: none;
}
#plan .box .txt{
	display: table-cell;
	vertical-align: middle;
	width: 40%;
}
#plan .box .txt h3{
	font-size: 26px;
	line-height: 1.5;
  margin-bottom: 15px;
}
#plan .box .txt h3 strong{
  display: block;
  font-size: 20px;
  color: #006837;
  margin-bottom: 5px;
}
#plan .box .txt h3 strong span{
  display: inline-block;
  text-align: center;
  line-height: 1;
  margin-left: 0.2em;
  width: 1em;
  height: 1em;
  padding: 0.1em;
  border: solid 2px #006837;
	box-sizing: content-box;
}
#plan .box .txt table{
  width: 100%;
}
#plan .box .txt th,
#plan .box .txt td{
  vertical-align: top;
	font-size: 16px;
	line-height: 1.5;
}
#plan .box .txt th{
  width: 4em;
}
#plan .box .txt td:nth-child(2){
  width: 1em;
}
#plan .box .txt .dl-btn{
  margin-top: 20px;
}
#plan .box .txt .dl-btn a{
  display: inline-block;
  background: #006837;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px;
  border-radius: 6px;
}
#plan .box .txt .dl-btn a:hover{
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width: 740px) {
#plan .inner{
	padding-bottom: 60px;
}
#plan .box{
	margin-top: 60px;
}
#plan .box .box-inner{
  display: block;
}
#plan .box .img{
	display: block;
	width: 100%;
	padding: 0 20px;
}
#plan .box .img a .btn{
	font-size: 13px;
}
#plan .box .img a .btn i{
	font-size: 15px;
}
#plan .box .txt{
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
#plan .box .txt h3{
	font-size: 18px;
  margin-bottom: 10px;
}
#plan .box .txt h3 strong{
  font-size: 14px;
  margin-bottom: 2px;
}
#plan .box .txt th,
#plan .box .txt td{
	font-size: 14px;
	margin-top: 10px;
}
#plan .box .txt .dl-btn{
  margin-top: 10px;
}
#plan .box .txt .dl-btn a{
  font-size: 14px;
}
}



/* contact */
.contact{
	border:4px solid #333;
	width:740px;
	margin:60px auto 0;
	padding:20px;
}
.contact,
.contact *,
.contact :before,
.contact :after{
	-webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.contact h3{
	font-size:23px;
	text-align:center;
	color:#2E3445 !important;
	margin-bottom:10px;
}
.contact .time{
	text-align:center;
	font-size:14px;
	margin-bottom:20px;
}
.contact .col_box{
	overflow:hidden;
}
.contact .col{
	float:left;
	width:50%;
	padding-left:15px;
	padding-right:15px;
}
.contact .contact_tel strong{
	display:block;
	font-family:"Roboto",sans-serif;
	font-size:48px;
	line-height:1em;
	text-align:center;
}
.contact .contact_tel .col:nth-of-type(2) > a{
	display:block;
	color:#FFF;
	text-align:center;
	width:300px;
	height:52px;
	font-size:20px;
	background:#005C94;
	padding-top:18px;
	border-radius:6px;
	font-weight:bold;
}
.contact .contact_tel .col:nth-of-type(2) > a:hover{
	text-decoration:none;
	opacity:0.8;
	filter:alpha(opacity=80);
}
.contact .contact_line{
	border-top:2px solid #dedede;
	margin-top:20px;
	padding-top:20px;
}
.contact .contact_line h4{
	font-size:18px;
	font-weight:bold;
	margin-bottom:6px;
}
.contact .contact_line p{
	font-size:14px;
	line-height:1.6em;
}
.contact .contact_line a{
	display:block;
	color:#FFF;
	text-align:center;
	width:300px;
	height:54px;
	font-size:20px;
	background:#6BC315;
	padding-top:16px;
	border-radius:6px;
	font-weight:bold;
}
.contact .contact_line a:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
}
.contact .contact_line a img{
	height:23px;
	width:auto;
}
@media screen and (max-width:768px) {
.contact{
	width:auto;
	margin:30px 0 0;
	padding:10px 0;
}
.contact h3{
	font-size:16px;
}
.contact .time{
	font-size:12px;
	margin-bottom:10px;
}
.contact .col_box{
	margin-left:15px;
	margin-right:15px;
}
.contact .col{
	float:none;
	width:auto;
	padding:0;
}
.contact .contact_tel strong{
	margin-bottom:10px;
}
.contact .contact_tel strong,
.contact .contact_tel .telLink{
	font-size: 28px;
	text-decoration: none;
	margin-bottom: 15px;
	display: block;
	color: #333;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
.contact .contact_tel .col:nth-of-type(2) > a{
	width:100%;
	height:40px;
	font-size:16px;
	padding-top:12px;
}
.contact .contact_line h4{
	font-size:14px;
	text-align:center;
}
.contact .contact_line p{
	font-size:12px;
	line-height:1.4em;
	text-align:center;
	margin-bottom:10px;
}
.contact .contact_line a{
	width:100%;
	height:41px;
	font-size:16px;
	padding-top:11px;
}
.contact .contact_line a img{
	height:20px;
}
}

/* relationBox */
#relationBox{
	border-top: 2px solid #f6f6f6;
	margin-bottom: 30px;
}
#relationBox .inner{
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 40px;
}
#relationBox h3{
	margin-bottom:20px;
	font-size:18px;
	text-align: center;
}
#relationBox h3 br{
	display:none;
}
#relationBox ul{
	font-size: 0;
}
#relationBox ul li{
	display: inline-block;
	vertical-align: top;
	width: 235px;
	margin-right: 20px;
}
#relationBox ul li:nth-child(4n){
	margin-right: 0px;
}
#relationBox ul li a{
	display: block;
}
#relationBox ul li a:hover{
	opacity: 0.7;
}
#relationBox ul li strong{
	display: block;
	color: #333;
	font-size: 14px;
}
#relationBox ul li p{
	font-size: 12px;
	line-height: 1.5;
	padding-top: 5px;
}
#relationBox ul li a:hover{
	opacity: 0.8;
	text-decoration: none;
}
#relationBox ul li .photo{
	border: 2px solid #EEEDEB;
	margin-bottom: 8px;
}
#relationBox ul li .photo img{
	width: 100%;
	height: auto;
}
#relationBox ul li i{
	font-size: 18px;
	margin-right: 5px;
}
.fa-arrow-circle-right:before {
	color: #006837;
}
@media screen and (max-width: 740px) {
#relationBox{
	margin-bottom: 0;
	border-top: none;
}
#relationBox .inner{
	padding: 40px 20px;
}
#relationBox h3{
	font-size:15px;
}
#relationBox h3 br{
	display:block;
}
#relationBox ul{
	text-align: center;
}
#relationBox ul li{
	width: 48.5%;
	max-width: 235px;
	margin-bottom: 15px;
	margin-right: 3%;
	text-align: left;
}
#relationBox ul li:nth-child(2n){
	margin-right: 0;
}
#relationBox ul li strong{
	font-size: 12px;
}
#relationBox ul li p{
	font-size: 11px;
}
#relationBox ul li i{
	font-size: 14px;
}
}

/* flow */
#flow,
#flow .ttl .number {
	background-color: #f6f6f6;
}
.flow {
  margin: 25px 10px 100px;
}
.flow p {
	margin: 25px 0 0;
	font-size: 16px;
  text-align: center;
	line-height: 1.5;
}
.flow p.attention {
	margin: 5px 0 0;
	font-size: 10px;
	text-align: right;
}
.flow .stepbar {
	display: flex;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.flow .stepbar__item {
	box-sizing: border-box;
	position: relative;
	width: calc(100% / 6);
	height: 200px;
	margin: 0px;
	padding: 1px;
	background: #299100;
}
.flow .stepbar__item:nth-child(1) {
	z-index: 7;
	background-color: #f6ffe2;
}
.flow .stepbar__item:nth-child(2) {
	background-color: #006837;
	color: #fff;
	z-index: 6
}
.flow .stepbar__item:nth-child(3) {
	background-color: #f6ffe2;
	z-index: 5
}
.flow .stepbar__item:nth-child(4) {
	background-color: #cce29a;
	z-index: 4
}
.flow .stepbar__item:nth-child(5) {
	background-color: #f6ffe2;
	z-index: 3
}
.flow .stepbar__item:nth-child(6) {
	background-color: #cce29a;
	z-index: 2
}
.flow .stepbar__item:nth-child(7) {
	background-color: #006837;
	z-index: 1;
	color: #fff;
}
.flow .stepbar__item:first-child {
	margin-left: 0;
}
.flow .stepbar__item:last-child {
	margin-right: 0;
}
.flow .stepbar__item-inner {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.flow .stepbar__item-inner dl {
	padding: 28px 0 0 10px;
	margin: 0;
	text-align: center;
}
.flow .stepbar__item-inner dt {
	margin-bottom: 25px;
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	font-style: italic;
	font-weight: normal;
}
.flow .stepbar__item-inner dd {
  margin: 0;
  line-height: 1.2;
}
.flow .stepbar__item-inner dd span {
	font-size: 24px;
	display: block;
	margin-bottom: 5px;
}
.flow .stepbar__item:nth-child(1) dd span,
.flow .stepbar__item:nth-child(2) dd span,
.flow .stepbar__item:nth-child(3) dd span,
.flow .stepbar__item:nth-child(5) dd span,
.flow .stepbar__item:nth-child(6) dd span,
.flow .stepbar__item:nth-child(7) dd span {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.flow .stepbar__item .stepbar__item-inner::after {
	position: absolute;
	content: "";
	top: 0;
	left: calc(100% - 1px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 0 100px 20px;
}
.flow .stepbar__item:nth-child(1) .stepbar__item-inner::after,
.flow .stepbar__item:nth-child(3) .stepbar__item-inner::after,
.flow .stepbar__item:nth-child(5) .stepbar__item-inner::after {
	border-color: transparent transparent transparent #f6ffe2;
}
.flow .stepbar__item:nth-child(2) .stepbar__item-inner::after {
	border-color: transparent transparent transparent #006837;
}
.flow .stepbar__item:nth-child(4) .stepbar__item-inner::after,
.flow .stepbar__item:nth-child(6) .stepbar__item-inner::after {
	border-color: transparent transparent transparent #cce29a;
}
.flow .stepbar__item:last-child .stepbar__item-inner::after {
	content: none;
}
@media screen and (max-width: 750px) {
	.flow {
		margin: 0 0 60px;
	}
	.flow .stepbar {
		display: block;
	}
	.flow 	.stepbar__item {
		width: auto;
		height: 60px;
		margin: 0px;
	}
	.flow .stepbar__item .stepbar__item-inner::after {
		position: absolute;
		content: "";
		left: calc(50% - 10px);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 10px 0 10px;
	}
	.flow .stepbar__item:last-child .stepbar__item-inner::after {
		content: none;
	}
	.flow .stepbar__item:nth-child(2) .stepbar__item-inner::after,
	.flow .stepbar__item:nth-child(4) .stepbar__item-inner::after,
	.flow .stepbar__item:nth-child(6) .stepbar__item-inner::after {
		border-color: #f6ffe2 transparent transparent transparent;
	}
	.flow .stepbar__item:nth-child(3) .stepbar__item-inner::after {
		border-color: #006837 transparent transparent transparent;
	}
	.flow .stepbar__item:nth-child(5) .stepbar__item-inner::after,
	.flow .stepbar__item:nth-child(7) .stepbar__item-inner::after {
		content: "";
		border-color: #cce29a transparent transparent transparent;
	}
	.flow .stepbar__item-inner{
		display: block;
	}
	.flow .stepbar__item-inner dl {
		text-align: left;
		display: flex;
		padding: 1.5em 1.0em 1.2em;
	}
	.flow .stepbar__item-inner dt {
		margin-bottom: 0;
		font-size: 18px;
		font-style: normal;
	}
	.flow .stepbar__item-inner dd {
		width: 90%;
    margin: 0;
		text-align: center;
	}
	.flow .stepbar__item-inner dd span {
		font-size: 18px;
		display: inline-block;
		margin-right: 10px;
		margin-bottom: 0;
	}
	.flow .stepbar__item:nth-child(1) dd span,
	.flow .stepbar__item:nth-child(2) dd span,
	.flow .stepbar__item:nth-child(3) dd span,
	.flow .stepbar__item:nth-child(4) dd span,
	.flow .stepbar__item:nth-child(5) dd span,
	.flow .stepbar__item:nth-child(6) dd span,
	.flow .stepbar__item:nth-child(7) dd span {
		padding-top: 0;
		padding-bottom: 0;
	}
	.flow .stepbar__item-inner dd span br {
		display: none;
	}
}


/* pageTop */
#pageTop{
	padding:0px 10px 10px;
	background-color:#00a3d9;
	position:fixed;
	bottom:40px;
	right:0px;
	cursor:pointer;
	color:#FFF;
	font-weight:bold;
	line-height:1.2em;
	text-align:center;
	z-index:300;
}
#pageTop i{
	display:block;
	font-size:24px;
	line-height:1.2em;
}
#pageTop span{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
}
@media screen and (max-width: 740px) {
#pageTop{
	bottom:0px;
}
#pageTop i{
	font-size:20px;
	line-height:1em;
}
#pageTop span{
	font-size:10px;
}
#pageTop span br{
	display:none;
}
}

body.lb-disable-scrolling {
  overflow: hidden;
}

/* modal */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
	width: 100% !important;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}
.lightbox .lb-image {
  display: block;
  width: 100% !important;
	height: auto !important;
  max-width: inherit;
  max-height: none;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  /* zoom: 1; */
  width: 100% !important;
	height: auto !important;
	max-width: 1000px;
  margin: 0 auto;
	overflow: hidden;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
	position: relative;
  width: 34%;
  left: 0;
  float: left;
  opacity: 1;
}
.lb-nav a.lb-prev:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 20px;
	width: 20px;
	height: 20px;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	transform: rotate(-135deg) translateY(-50%);
}
.lb-nav a.lb-next {
	position: relative;
  width: 64%;
  right: 0;
  float: right;
}
.lb-nav a.lb-next:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 20px;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	transform: rotate(45deg) translateY(-50%);
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  /* zoom: 1; */
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close{
	position: fixed;
	top: 10px;
	right: 10px;
	display: inline-block;
  width: 45px;
  height: 45px;
  cursor: pointer;
	transition: opacity .2s;
}
.lb-data .lb-close:hover{
	opacity: .6;
}
.lb-data .lb-close::before,
.lb-data .lb-close::after{
	display: block;
  content: "";
  position: absolute;
  top: 20px;
	right: 2px;
  width: 40px;
  height: 3px;
  margin: 0;
  background: #fff;
}
.lb-data .lb-close::before{
  transform: rotate(-45deg);
}
.lb-data .lb-close::after{
  transform: rotate(45deg);
}
@media screen and (max-width: 750px) {
.lb-data .lb-close{
	position: absolute;
	top: -39px;
	right: 10px;
	width: 30px;
	height: 30px;
}
.lb-data .lb-close::before,
.lb-data .lb-close::after{
  top: 14px;
	right: 0;
  width: 30px;
  height: 3px;
}
.lb-nav a.lb-prev:before {
	left: 20px;
	width: 14px;
	height: 14px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}
.lb-nav a.lb-next:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 14px;
	height: 14px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}
}

body.hidden-scroll {
  overflow: hidden; }

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.8;
  display: none;
  z-index: 100001; }

.sl-wrapper {
	position: relative;
  z-index: 100002; }
  .sl-wrapper button {
    border: 0 none;
    background: transparent;
    font-size: 28px;
    padding: 0;
    cursor: pointer; }
    .sl-wrapper button:hover {
      opacity: 0.7; }
  .sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 10060;
    margin-top: -14px;
    margin-right: -14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-family: Arial, Baskerville, monospace;
    color: #fff;
    font-size: 3rem; }
    .sl-wrapper .sl-close:focus {
      outline: none; }
  .sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1060;
    color: #fff;
    font-size: 1rem; }
  .sl-wrapper .sl-navigation {
    width: 100%;
    display: none; }
    .sl-wrapper .sl-navigation button {
      position: fixed;
      top: 50%;
      margin-top: -22px;
      height: 44px;
      width: 22px;
      line-height: 44px;
      text-align: center;
      display: block;
      z-index: 10060;
      font-family: Arial, Baskerville, monospace;
      color: #fff; }
      .sl-wrapper .sl-navigation button.sl-next {
        right: 5px;
        font-size: 2rem; }
      .sl-wrapper .sl-navigation button.sl-prev {
        left: 5px;
        font-size: 2rem; }
      .sl-wrapper .sl-navigation button:focus {
        outline: none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 10px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 10px;
            font-size: 3rem; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 20px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 20px;
            font-size: 3rem; } }
  .sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000; }
    .sl-wrapper .sl-image img {
      margin: 0;
      padding: 0;
      display: block;
      border: 0 none;
      width: 100%;
      height: auto; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
    .sl-wrapper .sl-image iframe {
      background: #000;
      border: 0 none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
    .sl-wrapper .sl-image .sl-caption {
      display: block !important;
      padding: 10px;
      font-size: 1rem;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-top {
        bottom: auto;
        top: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-outside {
        bottom: auto; }
    .sl-wrapper .sl-image .sl-download {
      display: none;
      position: absolute;
      bottom: 5px;
      right: 5px;
      color: #000;
      z-index: 1060; }

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms; }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

.catalog-bnr {
	margin-top: 40px;
}
.catalog-bnr a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	background: #00afdd;
	padding: 24px 56px;
	color: #fff;
	font-weight: bold;
	transition: .3s cubic-bezier(.4, .4, 0, 1);
}
.catalog-bnr a .left h2 {
	margin-bottom: 12px;
	font-size: 24px;
	line-height: 1.2;
}
.catalog-bnr a .left p {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
}
.catalog-bnr a .left p.note {
	font-size: 12px;
	font-weight: normal;
}
.catalog-bnr a .left .catalog_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: fit-content;
	padding: 12px 24px;
	margin: 12px 0 4px;
	background: #003459;
	border-radius: 4px;
	font-size: 16px;
	line-height: 1.2;
}
.catalog-bnr a .left .catalog_btn span {
	position: relative;
	width: 7px;
	height: 7px;
	transition: .3s cubic-bezier(.4, .4, 0, 1);
}
.catalog-bnr a .left .catalog_btn span::after {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	rotate: 45deg;
}
.catalog-bnr a .right img {
	width: 500px;
}
.catalog-bnr a:hover {
	filter: brightness(.8);
	text-decoration: none;
}
.catalog-bnr a:hover .left .catalog_btn span {
	translate: 3px 0;
}
@media screen and (max-width: 960px) {
	.catalog-bnr a {
		flex-direction: column;
		gap: 16px;
		padding: 24px;
	}
}
@media screen and (max-width: 767px) {
	.catalog-bnr a {
		padding: 16px;
	}
	.catalog-bnr a .left h2 {
		font-size: 18px;
	}
	.catalog-bnr a .left p {
		font-size: 14px;
		line-height: 1.3;
	}
	.catalog-bnr a .left .catalog_btn {
		justify-content: space-between;
		width: 100%;
		padding: 12px 16px;
	}
}