@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Hind:700);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Yuji+Syuku&display=swap');
/*.yuji-syuku-regular {
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
}
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}*/
/* 共通
------------------------------------------------------------*/
.h2ttl_c {
    font-size: 49px;
    color: #004187;
    text-align: center;
    letter-spacing: 0.5em;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .h2ttl_c {
    font-size: 3.5rem;
  }
}
.h2ttlsub_c {
  font-size: 20px;
  color: #595757;
  text-align: center;  
}
.read_tx {
  font-size: 1.8rem;
  color: #000;
  font-family: 'Noto Serif JP', serif;
  padding-left: 20px;
  padding-right: 20px;
}
.plpr0{
    padding-left:0;
    padding-right:0;
}
/* head_area
------------------------------------------------------------*/
.head_area {
    background-image: url("../img/pp/head_img_3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/*privacy*/

.privacy_box {
	margin-bottom: 40px;
	padding-bottom: 20px;
	margin-top: 80px;
	padding-right: 10px;
	padding-left: 10px;
}
.privacy_text {
	font-size: 15px;
	line-height: 1.8;
	padding: 10px;
}
.privacy_ttl {
    background-color: #F1F1F1;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 0px;
    color: #004187;
    font-weight: bold;
    font-size: 20px;
    /*border-top-width: 1px;
    border-top-style: solid;*/
    /*border-top-color: #004187;*/
}
.privacy_list {
	margin-top: 0px;
	padding-left: 30px;
}

.privacy_list li {
	list-style-type: none;
	margin-top: 10px;
	font-size: 14px;
}
.privacy_list_disc {
	margin-top: 0px;
	padding-left: 30px;
}

.privacy_list_disc li {
	list-style-type: disc;
	margin-top: 10px;
	font-size: 14px;
}




/*テーブル*/
.n_table {
	clear: both;
	width: 100%;
	margin-bottom: 25px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.n_table th {
	width: 25%;
	background-color: #F2F2F2;
}
.n_table td {
	width: 75%;
	background-color: #fff;
}
.n_table th,.n_table td {
	color: #333333;
	font-size: 100%;
	line-height: 160%;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B3A882;
	font-weight: normal;
}	


/* 査定ボタン
------------------------------------------------------------*/
/*.satei_button_area {
    background-color: #E2E2E2;
    padding: 5%;
}
.satei_button_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 5%;
}*/
/*.satei_button a {
    background: #004187;
    border-radius: 15px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    max-width: 450px;
    padding: 10px 25px;
    font-family: "Noto Sans Japanese";
    text-decoration: none;
    color: #fff;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 0.2em;
}
.satei_button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.satei_button a:hover {
  background: #333;
  color: #FFF;
}
.satei_button a:hover:after {
  right: 1.4rem;
}*/
