body {
  background-color: #FFF ;
}

p {
  font-family:  "TBUDゴシック R" ;
  font-size: 1.8rem ;
  line-height: 1.8 ;
}

.main {
  position: relative;
	background-color: #000 ;
}


img.main-img {
  width: 100%;
	opacity: 0.5 ;
}

.main p {
  color: #ffffff;
  font-size: 50px;
  position: absolute;
 left: 50%;
  top: 50%;
	transform: translate(-50%,-50%);
	font-family:  "新ゴ B" ;
	letter-spacing: 0.3rem;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.7);
  line-height: 1.2 ;
}

.main p span {
  font-family:  "新ゴ R" ;
  font-size: 18px ;
}

.border-radius {
  background-color: #f0f0f0;
    bottom: 0;
    height: 200px;
    position: absolute;
    width: 100%;
    z-index: -99;
}

.text {
 background-color: #fff;
    border-bottom-left-radius: 200px;
    margin-top: 100px;
    padding-bottom: 120px;
    position: relative;
}

p.n-text {
  text-align: center ;
  line-height: 2 ;
  letter-spacing: 0.2rem ;
  font-size: 2rem ;
}

.gray {
  color: #DCDCDC ;
}

.text-col {
  padding: 0 70px ;
}
.text-col2 {
  background-color: #fff;
    /*border-bottom-left-radius: 200px;*/
    border-top-left-radius: 200px;
    position: relative;
    width: 100%;
  padding-top: 150px;
    padding-bottom: 150px;
}

.photo-col {
  background-color: #f0f0f0;
    border-bottom-right-radius: 200px;
    border-top-right-radius: 200px;
    height: auto;
    padding-bottom: 100px;
    padding-top: 80px;
    width: 100%;

}

.photo-col2 {
  background-color: #fff;
    border-bottom-left-radius: 200px;
    border-top-left-radius: 200px;
    position: relative;
    width: 100%;
}

.border-top {
      background-color: #f0f0f0;
    height: 200px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -10;
}

.border-bottom {
  background-color: #fff;
    background-position: 0 180px;
    background-size: cover;
    border-bottom-left-radius: 200px;
    height: 201px;
    position: absolute;
    top: -1px;
    width: 100%;
    z-index: 1;
}

.img-radius {
  border-radius: 50px ;
}

.lh15 {
  line-height: 1.5 ;
  font-size: 1.5rem ;
}

.pb-100 {
  padding-bottom: 100px ;
}

.spec {
  background : #004990 ;
}

.p-50 {
  padding-right: 50px ;
  padding-left: 50px ;
}

.p-50 p {
  color: #FFF ;
}


.p-50 a {
  color: #F8B501 ;
}

.p-50 a:hover {
  text-decoration: none ;
  color: #FFF ;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;

}

.spec-col {
  margin-top: 40px ;
}

.spec-col img {
  max-width: 200px ;
}

.sin-go {
  font-family: "新ゴ B" !important;
}

@media (max-width: 767px) {
  .main p {
font-size: 30px;
  }
  
  .text {
    margin-top: 50px;
    padding-bottom: 80px;
    border-bottom-left-radius: 80px;
}
  
  p.n-text {
  text-align: left ;
  line-height: 1.7 ;
  letter-spacing: 0.2rem ;
  font-size: 1.8rem ;
    padding: 0 30px ;
}
  
  .text-col {
  padding: 0 30px ;
}
  
  .border-radius {
    height: 80px;
    width: 100%;
}
  
  .text-col2 {
    border-top-left-radius: 80px;
  padding-top: 80px;
    padding-bottom: 80px;
}
  
  .photo-col {
    border-bottom-right-radius: 80px;
    border-top-right-radius: 80px;
    padding-bottom: 15px;
        padding-top: 15px;
}
  
  .photo-col img,
  .photo-col2 img{
    margin-bottom: 15px ;
  }
  
  .photo-col2 {
    border-bottom-left-radius: 80px;
    border-top-left-radius: 80px;

        padding-top: 50px;
}
  
  .border-top {
    height: 80px;

}

.border-bottom {
    border-bottom-left-radius: 80px;
    height: 81px;
}
  
  .img-radius {
  border-radius: 60px ;
}
  
  .mt100 {
    margin-top: 10px
  }
  
  .pb-100 {
    padding-bottom: 10px ;
  }

}
