/*-------------------------
	下層ページの共通
-------------------------*/
/*	ヘッダー	*/
.p-section__page-content {
    height: 320px;
    padding: 80px 0;
}
.page-eyecatch-wrap {
    width: 1200px;
    margin: 0 auto;
}
.c-breadcrumps {
    text-align: right;
}
.page-subheading {
    color: #ed6218;
}
.dots {
    position: relative;
    margin-left: 24px;
}
.dots::before{
    content: "";
    position: absolute;
    top: 0.65em;
    left: -24px;
    width: 12px;
    height: 12px;
    background-color: #ed6218;
    border-radius: 50%;
}
.page-eyecatch-wrap img {
    border-radius: 20px 20px 0 0;
}

h2.page-heading {
    font-size: 60px;
	line-height: 1;
}

/*	各セクション余白	*/
.page-section-wrap {
    padding: 80px 30px;
}

/*	各セクション見出し	*/
.page-section-wrap .title-en {
    font-size: 16px;
    color: #333;
}
.page-section-wrap .title-ja {
    padding-bottom: 45px;
}
/*-------------------------
	パンくずリスト
-------------------------*/
.c-breadcrumps {
    color: #606060;
}


@media screen and (max-width: 767px) {
h2.page-heading {
    font-size: 32px;
    line-height: 1;
}
.page-subheading h3 {
    font-size: 16px;
}
.dots::before{
    top: 0.5em;
}
.p-section__page-content {
    height: 200px;
    padding: 45px 0;
}
.page-eyecatch-wrap {
    width: 90%;
}
.page-eyecatch-wrap img {
    height: 200px;
    object-fit: cover;
}

/*	各セクション余白	*/
.page-section-wrap {
    padding: 55px 0 24px;
}
	
/*-------------------------
	パンくずリスト
-------------------------*/
.c-breadcrumps {
    font-size: 14px;
}
	

}



/*-----------------
	ABOUT USページ
-----------------*/
/*	代表メッセージ	*/
.message-section-wrap .col-2-box-l {
    width: 35%;
}
.message-section-wrap .col-2-box-r {
    width: 65%;
    padding: 0 0 0 60px;
}
.col-2-box-r h3 {
    font-size: 28px;
    padding-bottom: 45px;
}
.col-2-box-r p {
    font-size: 16px;
	line-height: 1.8;
}
img.sign-img {
    display: block;
    margin: 45px 0 0 auto;
}

/*	会社概要	*/
 .table-box {
  width: 85%;
	margin: 0 auto;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #acb9bb;
}

.table-box th,
.table-box td {
  border: 1px solid #acb9bb;
  padding: 16px 20px;
  vertical-align: top;
  word-break: break-word;
}

.table-box th {
  width: 220px;
  background: #f9f0e4;
  text-align: left;
  font-weight: 700;
  white-space: nowrap;
}

.table-box td {
  background: #fff;
}


.map .col-2-box-l, 
.map .col-2-box-r{
    width: 50%;
	padding: 0;
}
.map .col-2-box-r{
	padding-left: 30px;
}

.map .col-2-box-l {
    position: relative;
    height: 420px;
}

.map .col-2-box-l iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media screen and (max-width: 767px) {
	
.message-section-wrap .col-2-box-l, 
.message-section-wrap .col-2-box-r{
    width: 100%;
}
.message-section-wrap .col-2-box-r {
    padding: 30px 0 0;
}
	
.col-2-box-r h3 {
    font-size: 21px;
    padding-bottom: 15px;
}
img.sign-img {
    width: 70%;
}
/*	会社概要	*/
.table-box {
    width: 100%;
	}
.table-box th {
    width: 120px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}
.table-box th, .table-box td {
    padding: 16px;
	font-size: 14px;
}
/*	アクセス	*/
.map .col-2-box-l {
    height: 280px;
}
.map .col-2-box-r {
	padding: 30px 0 60px;
}
	
	
}




/*-----------------
  お問合せ
-----------------*/
p.normal-txt {
    padding-bottom: 45px;
    margin: 0 auto;
}

section.contact-section-wrap.page-section-wrap {
    padding: 0 30px 60px;
}

/*	フォーム	*/
table.table-box.contact-form {
    width: 100%;
}
.contact-section-wrap .blue-btn {
    margin: 45px auto;
}
.form-box {
    width: 90%;
    padding: 16px;
    font-size: 16px;
    background-color: #f4f4f4;
    border: none;
}
span.required {
    color: #d32b2b;
}
p.privacy-check {
    padding: 45px 0 30px;
}
p.privacy-check a {
    border-bottom: 1px solid #333;
}
.btn {
    width: fit-content;
    padding: 1.1em 3em;
    color: #ed6218;
    border: 1px solid #ed6218;
    border-radius: 35px;
    align-items: center;
    background-color: #fff;
    transition: .3s all;
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
section.contact-section-wrap.page-section-wrap{
	padding: 0;
}
	p.normal-txt{
		font-size: 14px;
	}
  .table-box {
    width: 100%;
    border: 0;               /* 外枠の二重線を回避 */
  }

  /* テーブル要素をブロック化して1行＝1カード表示に */
  .table-box.contact-form tbody,
  .table-box.contact-form tr,
  .table-box.contact-form th,
  .table-box.contact-form td {
    display: block;
    width: 100%;
  }

  /* 行（tr）をカード風にまとめる */
  .table-box.contact-form tr {
    margin: 0 0 16px;
    border-radius: 0;    
    background: #fff;
  }

  /* 見出し（th） */
.table-box.contact-form th {
        width: auto;
        background: #f9f0e4;
        padding: 12px 14px;
        white-space: normal;
        border: 0;
        font-weight: 500;
        border-top: 1px solid #e1e6e7;
        border-bottom: 1px solid #e1e6e7;
    }

  /* 内容（td） */
  .table-box.contact-form td {
    background: #fff;
    padding: 12px 0 14px;
    border: 0;
  }

  /* 「選択してください」などの入力ボックス領域に余白 */
  .table-box.contact-form .form-box {
    padding-top: 10px;
  }
.form-box {
    width: 100%;
    padding: 1.2rem;
    font-size: 14px;
    border: none;
}
p.privacy-check {
    padding: 0 0 45px;
}
	
/* ボタン */
.btn {
    margin: 0 auto 30px;
}
	
}


/*-----------------
  SP対応
-----------------*/
@media screen and (max-width: 767px) {
 
	
	
	
}

/* Media query for Mobile devices*/
@media only screen and (min-width : 285px) and (max-width : 480px) {

}

/* Media Query for Tablets */
@media only screen and (min-width : 481px) and (max-width : 1024px) {

}

/* Desktops and laptops  */
@media only screen and (min-width:1025px) {

}
