@charset "utf-8";

/* page
-----------------------------------------------*/
.offerLayout01{
margin:15px 0 0 0;
padding:0;
width:691px;
clear:both;
}

.offerLayout01Left{
margin:0;
padding:0;
width:330px;
float:left;
}

.offerLayout01Right{
margin:0;
padding:0;
width:330px;
float:right;
}

.offerLayout01Img{
margin:0;
padding:0;
width:153px;
float:left;
}

.offerLayout01Txt{
margin:0;
padding:0;
width:165px;
float:right;
}

.offerLayout01Txt h3{
margin:0;
padding:0;
font-size:120%;
clear:both;
}

.offerLayout01Txt p{
margin:5px 0 0 0;
padding:0;
clear:both;
}

.contentsLeft p.offerLink01 a{
margin:0;
padding:10px 0 0 15px;
background:transparent url(../../../../common/images/arrow02.gif) no-repeat 0 13px;
clear:both;
}
/**/

.contentsLeft p.offerGalleryLead{
margin:20px 0 0 10px;
padding:0 0 0 20px;
background:transparent url(../images/icon_zoom.gif) no-repeat 0 2px;
clear:both;
}

.offerGallery{
margin:10px 0 0 0;
padding:0;
}

.offerGallery ul{
margin:0;
padding:0 0 0 2px;
list-style:none;
}
.offerGallery li{
margin:0;
padding:0 9px;
display:inline;
float:left;
}

.contentsLeft p.offerGalleryLink{
margin:0 0 0 10px;
padding:10px 0 0 15px;
background:transparent url(../../../../common/images/arrow02.gif) no-repeat 0 13px;
clear:both;
}


.contentsLeft p.contentsLink02{
margin:0 0 0 10px;
padding:10px 0 0 15px;
background:transparent url(../../../../common/images/arrow02.gif) no-repeat 0 13px;
clear:both;
}

.offerIcon{
margin:15px 0 0 10px;
padding:0 15px 15px 15px;
width:641px;
background:#F7F7F7;
clear:both;
}

.offerIconLeft{
margin:15px 0 0 0;
padding:0;
width:285px;
float:left;
}

.offerIconRight{
margin:15px 0 0 0;
padding:0;
width:285px;
float:right;
}

.offerIconImg{
margin:0;
padding:0;
width:66px;
float:left;
}

.offerIconTxt{
margin:0;
padding:0;
width:200px;
float:right;
}

.offerIconTxt h3{
margin:0;
padding:0;
font-size:120%;
clear:both;
}

.contentsLeft .offerIcon p{
margin:5px 0 0 0;
padding:0;
clear:both;
}

.contentsLeft p.offerIconLink{
margin:20px 0 0 10px;
padding:0;
clear:both;
}

.contentsLeft p.offerIconLink a{
margin:0;
padding:0 0 0 15px;
background:transparent url(../../../../common/images/arrow02.gif) no-repeat 0 0;
clear:both;
}

.offerRelation{
margin:15px 0 0 10px;
padding:0;
width:671px;
clear:both;
}

.offerRelationLeft{
margin:0;
padding:0;
width:145px;
float:left;
}

.offerRelationRight{
margin:0 0 0 30px;
padding:0;
width:145px;
float:left;
}

.offerRelationImg{
margin:0;
padding:0;
text-align:center;
clear:both;
}

.offerRelation h3{
margin:20px 0 0 0;
padding:0;
font-size:120%;
clear:both;
}

.offerRelation h3 a{
margin:0;
padding:0 0 0 10px;
background:transparent url(../../../../common/images/arrow01.gif) no-repeat 0 5px;
clear:both;
}

.offerRelation p{
margin:10px 0 0 0;
padding:0;
clear:both;
}

.offerColumn{
margin:20px 0 0 0;
padding:2px;
width:685px;
border:solid 1px #CCC;
clear:both;
}

.offerColumnBg{
margin:0;
padding:15px;
background:transparent url(../images/offer_column_bg01.jpg) repeat-x 0 0;
clear:both;
}

.offerColumnLink{
margin:0;
padding:0;
text-align:right;
clear:both;
}

.offerColumnLink a{
margin:0 0 0 10px;
padding:10px 0 0 15px;
background:transparent url(../../../../common/images/arrow02.gif) no-repeat 0 13px;
clear:both;
}

.flow {
  margin: 25px 10px 0;
}
.flow p {
  text-align: center;
}
.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: 120px;
	margin: 0px;
	padding: 1px;
	background: #299100;
}
.flow .stepbar__item:nth-child(1) {
	z-index: 7;
	background-color: #e3e9f1;
}
.flow .stepbar__item:nth-child(2) {
	background-color: #003459;
	color: #fff;
	z-index: 6
}
.flow .stepbar__item:nth-child(3) {
	background-color: #e3e9f1;
	z-index: 5
}
.flow .stepbar__item:nth-child(4) {
	background-color: #cad5e4;
	z-index: 4
}
.flow .stepbar__item:nth-child(5) {
	background-color: #e3e9f1;
	z-index: 3
}
.flow .stepbar__item:nth-child(6) {
	background-color: #cad5e4;
	z-index: 2
}
.flow .stepbar__item:nth-child(7) {
	background-color: #003459;
	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 {
	text-align: center;
	padding: 20px 0 0 10px;
	margin: 0;
}
.flow .stepbar__item-inner dt {
	margin-bottom: 7px;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	font-style: italic;
	font-weight: normal;
}
.flow .stepbar__item-inner dd {
  margin: 0;
  /* font-weight: bold; */
  line-height: 1.2;
}
.flow .stepbar__item-inner dd span {
	font-size: 14px;
	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: 60px 0 60px 14px;
}
.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 #e3e9f1;
}
.flow .stepbar__item:nth-child(2) .stepbar__item-inner::after {
	border-color: transparent transparent transparent #003459;
}
.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 #cad5e4;
}
.flow .stepbar__item:last-child .stepbar__item-inner::after {
	content: none;
}
@media screen and (max-width: 750px) {
  .mainBox {
		padding: 0 10px;
	}
  .clear {
    display: none;
  }

	.productNavi,
	.contentsImg,
	.contentsLeft,
	.contentsBox,
	.footstepBox {
		width: auto;
	}

  .contentsImg img {
    width: 100%;
    height: auto;
  }
  .contentsLeft p.contentsLead,
  .offerIcon,
  .offerColumn {
    width: auto;
  }
  .offerLayout01 {
    width: auto;
    margin: 0;
  }
  .offerLayout01Left,
  .offerLayout01Right,
  .offerIconLeft,
  .offerIconRight {
    float: none;
    display: flex;
    gap: 10px;
    width: auto;
    margin-top: 10px;
  }
  .offerLayout01Img,
  .offerLayout01Txt {
    float: none;
  }
  .offerLayout01Txt {
    width: auto;
  }
  .offerIcon {
    padding: 15px;
    margin: 15px 0 0;
  }
  .offerIconTxt {
    width: auto;
  }

  .offerGallery ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 15px;
  }
  .offerGallery li {
    display: block;
    float: none;
  }
  .offerGallery li img {
    width: 100%;
    height: auto;
  }

  .offerRelation {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: auto;
    margin: 15px 0 0;
  }
  .offerRelationLeft {
    float: none;
    display: inline-block;
    width: calc(100% / 2 - 10px);
    margin: 0;
  }
  .offerRelationRight {
    float: none;
    display: inline-block;
    width: calc(100% / 2 - 10px);
    margin: 0;
  }

	.bottomTel-sp {
		margin: 0 15px 40px;
	}

  .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: #e3e9f1 transparent transparent transparent;
	}
	.flow .stepbar__item:nth-child(3) .stepbar__item-inner::after {
		border-color: #003459 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: #cad5e4 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;
	}
}