@charset "utf-8";
/* CSS Document */
.wrapper {
  padding-top: 80px;
}
.main {
  background: url("../images/hoken/main.jpg") no-repeat top center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 44vh;
}
.cont .jigyou-flex-item {
    width: 350px;
    margin: 0 3px 6px;
    text-align: center;
    padding: 25px 0;
    font-size: 20px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    font-weight: bold;
    width: 48%;
}
.cont {
  padding: 80px 0;
}
.main.flex {
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 40px;
  letter-spacing: 2px;
}
.main.flex img {
	width: 60px;
	margin-bottom: -10px;
}
.main.flex p {
	margin-top: -10px;
	font-weight: bold;
}
.txt {
  text-align: center;
  margin-bottom: 30px;
}
.ph1{
	width: 760px;
	margin: 0 auto 0px;
	max-width: 100%;
}
.ph1 img{
	margin: 0 auto;
	display: block;
}
.riyuu.flex {
	flex-wrap: wrap;
	width: 700px;
	margin: 0 auto 110px;
	justify-content: space-between;
	max-width: 100%;
	align-items: flex-start;
}
.riyuu.flex .flex-item {
	width: 230px;
	margin-bottom: 10px;
}
.riyuu.flex .flex-item p {
	font-size: 17px;
	margin-top: -10px;
}
.txt1 {
  text-align: center;
  margin-bottom: 110px;
	line-height: 2.5;
}
.ph8 {
	width: 980px;
	margin: 0 auto 60px;
	max-width: 100%;
}
.flow .flex {
	width: 1020px;
	margin: 0 auto;
	align-items: flex-start;
	max-width: 100%;
	justify-content: space-between;
}
.flow .flex-item {
  width: 300px;
  margin: 0 0px 20px;
}
.flow .flex-item .bg {
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 6px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	padding: 25px 0;
	margin-bottom: 15px;
}

.flow .flex-item .txt2 img {
  width: 100%;
}

.flow .flex-item .bg p {
  font-size: 18px;
  color: #009FA8;
	font-weight: bold;
}
.flow .flex-item img {
  width: 100px;
  margin-bottom: 10px;
}
