@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/company/head_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* メッセージエリア
------------------------------------------------------------*/
.message_area{
    padding-top:5%;
}
@media (max-width: 767px)  {
.message_area{
    padding-top:10%;
}
}
.message_ttl {
    font-size: 2.2vw;
    color: #004187;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-align: center;
    border-bottom: 2px solid #004187;
    width: 30%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
@media (max-width: 991px)  {
.message_ttl {
    font-size: 2.0rem;
    width: 50%;
}
}
@media (max-width: 767px)  {
.message_ttl {
    font-size: 1.9rem;
    width: 70%;
}
}
.message_subttl {
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-bottom: 5%;	
}
.message_read{
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-top: 3%;
    margin-bottom: 3%;
}
.message_name{
    font-size: 1.1rem;
    letter-spacing: 0.5em;
    line-height: 1.8;
    margin-top: 3%;
    margin-bottom: 3%;
    text-align: right;
}
.message_name span{
    font-size: 1.9rem;
    letter-spacing: 0.1em;
}
/*テーブル*/
table {
	font-size: 16px;
}

.n_table {
	clear: both;
	width: 100%;
	margin-bottom: 25px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

.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;
    padding-left:3%;
}
/* 会社概要
------------------------------------------------------------*/
.overview_area{
    padding-top:8%;
}
@media (max-width: 767px)  {
.overview_area{
    padding-top:18%;
}
}
.overview_back{
    background-color:#004187 ;
    padding:30px;
    margin-top:3%;
    margin-bottom:3%;    
}
.overview_box{
    padding-top:1%;
    padding-bottom:1%;
}
/* アクセスエリア
------------------------------------------------------------*/
.access_area{
    padding-top:5%;
}
@media (max-width: 767px)  {
.access_area{
    padding-top:15%;
}
}
.map_box{
    margin-top:5%;
}
/* 査定ボタン
------------------------------------------------------------*/
/*.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;
}*/
