@charset "UTF-8";
/* CSS Document */
h2.sp-title:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(45deg, rgba(74, 198, 186, 1), rgba(14, 141, 152, 1));
    content: '';
    z-index: -1;
}

.transaction-list{
	  list-style-type: disc; /* ●を表示 */
  padding-left: 1.5rem;   /* 左にスペースをつける（ブラウザデフォルトと近い） */
}


.vison-h3 {
  font-size: 4.8rem;
  color: #21606B;
  font-weight: 300;
	margin-bottom: 50px;
	line-height: 1.8;
}

.detail-txt {
  font-size: 2.0rem;
  margin-bottom: 3.0rem;
}

@media only screen and (max-width: 767px) {
  
  .vison-h3 {
    font-size: 2.8rem;
    color: #21606B;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 20px;
  }
  .detail-txt {
    font-size: 1.5rem;
    margin-bottom: 0rem;
  }
}


.title-beside-sec{
	
	display: flex;
	justify-content: space-between;
	
	
}

.tilte-inner{
	width: 33%;
}
.detail-inner{
	width: 65%;
}
@media (max-width: 767px) {
  .title-beside-sec{
	
	display: block;
	justify-content: space-between;
	
	
}

.tilte-inner{
	width: 100%;
}
.detail-inner{
	width: 100%;
}
  
  
}
.img-frame{
	position: relative;
	margin-bottom: 20px;
}

.h3-t{
	font-size: 4.8rem;
	color: #147075;
	margin-bottom: 48px;
	font-weight: 300;
}
.detail-text-s{
	margin-bottom: 20px;
	font-size: 1.2rem;
}
@media (max-width: 767px) {
  .h3-t{
	font-size: 2.4rem;
	color: #147075;
	margin-bottom: 24px;
	font-weight: 300;
}
.detail-text-s{
	margin-bottom: 20px;
	font-size: 1.2rem;
}
  
  
}
.signature{
	text-align: right;
}

.post-t{
	font-size: 1.4rem;
}
.name-t{
	font-size: 2.4rem;
}

.company-outline {
	border-top: 1px solid #354245;
}
.company-outline-inner {
	border-bottom: 1px solid #354245;
	display: flex;
	padding: 60px 0px;
}

.company-outline-title{
	font-size: 1.6rem;
	font-weight: bold;
	width: 30%;
}
.company-outline-detail{
	font-size: 1.6rem;
	width: 70%;
}

@media (max-width: 767px) {
  .company-outline-title{
	font-size: 1.5rem;
	font-weight: bold;
	width: 30%;
}
.company-outline-detail{
	font-size: 1.5rem;
	width: 70%;
}
  
  
}

.h1-privacy{
	
	font-size: 2.4rem;
	margin-bottom: 50px;
	line-height: 1.3;
	text-align: center;
	font-weight: normal;
}
.h1-privacy .jp-t{
	font-size: 1.8rem;
}

.h2-privacy{
	font-size: 1.5rem;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 35px;

}

.h3-privacy{
	font-size: 1.4rem;

	margin-bottom: 20px;
	margin-top: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

.h4-privacy{
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 25px;
}


table.transaction-table {
  border-collapse: collapse; /* 枠線を重ねてスッキリ表示 */
  width: 100%;               /* 必要に応じて調整 */
}

.transaction-table th, .transaction-table td {
  border: 1px solid #000;    /* 1pxの黒い枠線 */
  padding: 8px;              /* セル内の余白（調整可） */
  text-align: left;          /* 左寄せ（必要に応じて変更） */
}

@media only screen and (max-width: 767px) {
  table.transaction-table {
 font-size: 1.2rem;
}
}
