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



#process {
	box-sizing: border-box;
	padding-top:350px;
}
.pronaiyo {
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width:95%;
	max-width:1400px;
	padding-left:120px;/*ステップの吹き出し分の余白を維持*/
	box-sizing: border-box;
}
.pronaiyo ul {
  padding: 0;
}
.pronaiyo li {
  list-style-type: none;
}
.pronaiyo dd {
	margin-left: 0;
	line-height:1.8;
}
.pronaiyo dd h3 {
	font-weight:bold;
	font-size:1.2em;
	color:#CC0000;
	display:inline-block;
	line-height:1.4;
}



/*フロー*/
.pronaiyo .flow {
  padding-left: 100px;
  position: relative;
}

/*縦棒*/
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 8vh;
}

/*縦棒左側のステップ*/
.flow > li .icon {
  font-size: 2.0em;
  color: #fff;
  background: #000;
  padding: 15px 25px;
  display: block;
  position: absolute;
  top: 0;
  left: -220px;/*棒より左側に移動する*/
  z-index: 95;
}

/*ステップの右側の三角吹き出し*/
.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 20%;/*三角吹き出しの位置高さ*/
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


/*内容*/
.flow > li dl {
  padding-left: 70px;/*棒から文字の始まりまでの距離*/
  position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
/*縦棒の中の丸*/
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #000;
  border-radius: 50%;
  left: -4px;
}

/*薄い点線*/
.flow > li dl::after {
  width: 50px;/*点線の長さ*/
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  font-size: 1.6em;
  font-weight: 600;
  color: #CC0000;
  margin-bottom: 1vh;
}
@media only screen and (max-width: 1000px) {
.pronaiyo {
	padding-left:50px;
}
.flow > li .icon {
  font-size: 1.3em;
  padding: 10px 15px;
  left: -150px;
}
.flow > li .icon::after {
  top: 28%;/*矢印の高さ*/
}
}
@media only screen and (max-width: 620px) {
.pronaiyo {
	padding-left:12px;
}
.flow::before {
  width: 8px;/*縦棒の幅*/
}
/*縦棒の中の丸*/
.flow > li dl::before {
  left: -7px;
}
.flow > li .icon {
  font-size: 1.0em;
  padding: 10px 8px;
  left: -120px;
}
.flow > li .icon::after {
  top: 37%;/*矢印の高さ*/
}
.flow > li dl::after {
  width: 20px;/*横点線の長さ*/
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow > li dl {
  padding-left: 30px;/*棒から文字始まりまでの幅*/
  padding-top: 5px;
}
.flow > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #CC0000;
  margin-bottom: 1vh;
}
}

/*別ページへの丸長黒のリンクボタン*/
.flow > li dl .linkbtn {
	background-color:#000000;
	color:#000;
	padding:8px 20px;
	margin:20px auto 20px 0;
	border-radius:100vh;
	transition:background-color .5s;
	width:fit-content;
	font-weight:700;
	font-size:1.1em;}
.flow > li dl .linkbtn a {
	color:#FFFFFF;
	text-decoration:none;}	
.flow > li dl .linkbtn:hover {
	background-color:#CC0000;}
@media only screen and (max-width: 620px) {
.flow > li dl .linkbtn {
	padding:8px 15px;
	margin:15px auto 15px 0;
	font-size:0.95em;}}
	
	
	

/*写真*/
.phwrap {
	display:flex;
	flex-direction:row;
	align-items:stretch;
	justify-content:center;
	flex-wrap: wrap;
	width:100%;
	margin:15px auto 60px auto;
}
.prophbox {
	width:44%;
	margin:0 2% 50px 2%;
	height:auto;
	max-width:600px;
	position:relative;
}
@media screen and (max-width: 820px) {
.prophbox {
	width:100%;
	margin:0 auto 30px auto;
	height:auto;
	max-width:600px;
	position:relative;
}}


.prophbox .phbox {
	border:#CCCCCC 1px solid;
	padding:7px;
	width:100%;
	box-sizing:border-box;
}

.prophbox .phbox img {
	width:100%;
	height:auto;

}

.prophbox h4 {
	position:absolute;
	right:0;
	bottom:-20px;
	background:#000000;
	color:#FFF;
	font-weight:bold;
	padding:10px 20px;
	line-height:1.3;
}
@media screen and (max-width: 640px) {
.prophbox h4 {
	position:absolute;
	right:0;
	bottom:-20px;
	background:#000000;
	color:#FFF;
	font-weight:normal;
	padding:5px 15px;
	font-size:0.9em;
}}





/*ページ下部コンテンツ*/

.linkwrap {
	width:90%;
	max-width:1400px;
	height:auto;
	margin:100px auto 90px auto;}
@media (max-width: 1000px) {
.linkwrap {
	width:90%;
	max-width:1400px;
	height:auto;
	margin:50px auto 90px auto;}}	
	
	
.linkwrap h2 {
  position: relative;
  padding: 1rem; /*文字と線の間の距離*/
  text-align: center;
  font-size:2.5em;
}

.linkwrap h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);/*widthの半分を引く*/
  width: 60px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  content: '';
  background: #CC0000;
}
@media (max-width: 800px) {
.linkwrap  h2 {
  font-size:1.7em;
}}

/*主要リンクボタン*/
.guidewrap {
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	box-sizing:border-box;}
.guidebtn {
	width:50%;
	height:auto;
	position:relative;
	text-align:left;
	box-sizing:border-box;}
.guidebtn a{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
  }
.guidebtn a:hover{
        opacity:0.6;
        filter: alpha(opacity=60);
        background: #fff;
  }
.guidebtn img {
	width:100%;
	height:auto;}
.guidebtn a h3 {
	position:absolute;
	top:50%;
	transform: translateY(-50%);
    left: 10%;
	font-weight:700;
	font-size:2.5em;
	}

.guidebtn a:hover h3  {
	text-decoration:none;
	color:#000000 !important;
	}

@media (max-width: 1000px) {
.guidebtn a h3 {
	font-size:1.7em;
	}}
@media (max-width: 600px) {
.guidebtn {
	width:100%;
	height:auto;
	position:relative;
	text-align:left;
	box-sizing:border-box;}}	
