@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*10px(1rem)相当（10px ÷ 16px = 62.5%）*/
}

html, body {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
}

address {
  font-style: normal;
}

small {
  font-size: 100%;
}

iframe {
  vertical-align: bottom;
}

input, select, textarea {
  font-size: 16px !important;
  /*iphoneフォーム拡大を防ぐ*/
  vertical-align: bottom;
}

input {
  vertical-align: middle;
}

button {
  cursor: pointer;
}

/* ### format end ### */
/* ### common ### */
body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  /*14px相当*/
  line-height: 1.7;
  color: #353535;
}

#container {
  background-color: white;
  min-width: 1000px;
  height: 100%;
  /*overflow-x: hidden;*/
  position: relative;
  z-index: 0;
}

header, footer, #side {
  font-size: 14px;
}

a {
  text-decoration: none;
  color: #1b1b1b;
}

a:hover {
  text-decoration: underline;
}

/*
::selection {
	background-color: #;
	color: #;
}
::-moz-selection {
	background-color: #;
	color: #;
}
*/
img {
  vertical-align: middle;
}

ul {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

table th {
  text-align: left;
}

.ophv a,
.ophv button {
  -webkit-transition: .3s;
  transition: .3s;
}

.ophv a:hover,
.ophv button:hover {
  opacity: 0.6;
  text-decoration: none;
}

/* responsive ==========*/
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #container {
    font-size: 1.3rem;
    font-size: 3.46667vw;
    min-width: 320px;
  }
  header, footer {
    font-size: 13px;
  }
  img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
  }
}

/* ### common end ### */
/*----------------------------------------------------
 header
----------------------------------------------------*/
header {
  border-top: 3px solid #df453b;
}

header h1 {
  font-size: 10px;
  font-weight: normal;
  color: #c0c0c0;
  max-width: 1000px;
  margin: 0 auto 10px;
}

header .head .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 30px;
}

header .logo img {
  width: 190px;
}

header .r_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 640px;
}

header .tel_area {
  margin-right: 20px;
}

header .tel_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
}

header .tel_area li:first-of-type {
  border-right: 1px solid #c2bbbb;
  padding-right: 20px;
  margin-right: 20px;
}

header .tel_area .ttl {
  margin-bottom: 6px;
}

header .btn li:first-of-type {
  margin-bottom: 6px;
}

header #gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}

header #gnav ul li {
  padding-bottom: 16px;
}

@media screen and (max-width: 768px) {
  header {
    border-top: none;
    position: relative;
  }
  header h1 {
    display: none;
  }
  header .head .inner {
    margin-bottom: 0;
  }
  header .logo {
    margin-left: 15px;
  }
  header .logo img {
    width: 128px;
  }
  header .r_area {
    display: none;
  }
  header #gnav {
    display: none;
  }
  #gnav_sp {
    display: none;
    background-color: #df453b;
    width: 100%;
    position: absolute;
    z-index: 1;
  }
  #gnav_sp a {
    display: block;
    background-image: url(../img/common/h_nav_mark_sp.png);
    background-repeat: no-repeat;
    background-position: top 16px left 16px;
    background-size: 10px;
    border-bottom: 1px solid #ef8a83;
    color: #fff;
    padding: 10px 10px 10px 35px;
  }
  #gnav_sp a:hover {
    background-color: #e56a62;
  }
  #hmenu {
    background-color: #fff;
    width: 56px;
    height: 56px;
    padding: 14px 12px;
    cursor: pointer;
  }
  #hmenu .hum {
    height: 100%;
    position: relative;
  }
  #hmenu .hum span {
    background-color: #df453b;
    width: 100%;
    height: 4px;
    -webkit-transition: .4s;
    transition: .4s;
    position: absolute;
  }
  #hmenu .hum span:nth-of-type(1) {
    top: 0;
  }
  #hmenu .hum span:nth-of-type(2) {
    top: 12px;
  }
  #hmenu .hum span:nth-of-type(3) {
    bottom: 0;
  }
  #hmenu .hum.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
            transform: translateY(12px) rotate(-45deg);
  }
  #hmenu .hum.active span:nth-of-type(2) {
    opacity: 0;
  }
  #hmenu .hum.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
            transform: translateY(-12px) rotate(45deg);
  }
}

/*----------------------------------------------------
 footer
----------------------------------------------------*/
footer #fnav {
  background-color: #f6f6f6;
  border-top: 1px solid #e0e0e0;
}

footer #fnav .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}

footer #fnav ul div {
  margin-bottom: 10px;
}

footer #fnav li {
  background-image: url(../img/common/ico_triangle_red.png);
  background-repeat: no-repeat;
  background-position: top 8px left;
  margin-bottom: 10px;
  padding-left: 13px;
}

footer #fnav li:last-of-type {
  margin-bottom: 0;
}

footer .foot {
  border-top: 1px solid #e0e0e0;
}

footer .foot .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}

footer .foot .logo {
  margin-bottom: 20px;
}

footer .foot .logo img {
  width: 180px;
}

footer .foot #fcontact {
  border: 1px solid #e0e0e0;
  padding: 24px;
}

footer .foot #fcontact .tel_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

footer .foot #fcontact .tel_area li:first-of-type {
  border-right: 1px solid #c2bbbb;
  padding-right: 20px;
  margin-right: 20px;
}

footer .foot #fcontact .tel_area .ttl {
  margin-bottom: 6px;
}

footer .foot #fcontact .time_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer #copyright {
  font-size: 11px;
  text-align: center;
  background-color: #df453b;
  color: #fff;
  padding: 11px;
}

#pagetop {
  position: fixed;
  right: 50px;
  bottom: 75px;
}

@media screen and (max-width: 768px) {
  footer .foot {
    background-color: #f6f6f6;
    border-bottom: 1px solid #e0e0e0;
  }
  footer .foot .inner {
    display: block;
    padding: 40px 10px;
  }
  footer .foot #faddress {
    text-align: center;
    margin-bottom: 25px;
  }
  footer .foot #faddress .logo {
    width: 49%;
    margin: 0 auto 30px;
  }
  footer .foot #fcontact {
    background-color: #fff;
    border-top: 3px solid #df453b;
    padding: 25px 15px;
  }
  footer .foot #fcontact ul li {
    text-align: center;
  }
  footer .foot #fcontact .tel_area {
    margin-bottom: 15px;
  }
  footer .foot #fcontact .tel_area li {
    padding: 0 15px;
  }
  footer .foot #fcontact .tel_area li:first-of-type {
    border-right: none !important;
    border-bottom: 1px solid #c5c5c5;
    margin: 0 0 15px !important;
    padding: 0 15px 15px !important;
  }
  footer .foot #fcontact .tel_area li .ttl img {
    width: auto;
    height: 6vw;
  }
  footer .foot #fcontact .tel_area .ttl {
    margin-bottom: 10px;
  }
  footer .foot #fcontact .time_area {
    padding: 0 15px;
  }
  footer .foot #fcontact .time_area .time {
    text-align: left;
    margin-bottom: 20px;
  }
  footer .foot #fcontact .time_area .time img {
    width: auto;
  }
  footer .foot #fcontact .tel_area {
    display: block;
  }
  footer .foot #fcontact .time_area {
    display: block;
  }
  footer #fnav {
    display: none;
  }
  #fnav_sp ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 25px 10px;
  }
  #fnav_sp ul li::after {
    content: '|';
    color: #6f6f6f;
    padding: 0 10px;
  }
  #fnav_sp ul li:last-of-type::after {
    content: '';
  }
  footer #copyright {
    font-size: 10px;
    padding: 6px 10px;
  }
  #pagetop {
    right: 15px;
    bottom: 45px;
  }
}

/*----------------------------------------------------
 top
----------------------------------------------------*/
.p_top #pagehead figure.pc {
  background-image: url(../img/top/pagehead_bg.jpg);
  background-repeat: repeat-x;
  background-position: top;
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 1px;
  height: 650px;
  position: relative;
}

.p_top #pagehead figure.pc .l_area {
  background-image: url(../img/top/pagehead_l.png);
  background-repeat: repeat-x;
  width: 1000px;
  height: 480px;
  position: absolute;
  top: 0;
  left: 0;
}

.p_top #pagehead figure.pc .r_area {
  background-image: url(../img/top/pagehead_r.png);
  background-repeat: repeat-x;
  width: 550px;
  height: 265px;
  position: absolute;
  right: 0;
  bottom: 1px;
}

.p_top #estate {
  background-color: #f6f6f6;
}

.p_top #estate .desc_area {
  padding: 80px 0 50px;
}

.p_top #estate .desc_area h2 {
  text-align: center;
  margin-bottom: 20px;
}

.p_top #estate .desc_area .desc {
  text-align: center;
}

.p_top #estate section {
  padding: 80px 0;
}

.p_top #estate section .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.p_top #estate section h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 26px;
}

.p_top #estate section .btn {
  text-align: center;
  margin-top: 40px;
}

.p_top #estate section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p_top #estate section ul li {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  margin-right: 38px;
}

.p_top #estate section ul li:last-of-type {
  margin-right: 0;
}

.p_top #estate section ul li .txt_area {
  background-image: url(../img/top/estate_box_triangle.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 14px;
}

.p_top #estate section ul li .head {
  border-bottom: 1px solid #cecece;
  padding: 0 10px 10px;
}

.p_top #estate section ul li .cat {
  font-size: 1.1rem;
  text-align: center;
  background-color: #a3a3a3;
  color: #fff;
  width: 100px;
  margin-bottom: 10px;
}

.p_top #estate section ul li h4 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.p_top #estate section ul li .fee {
  font-size: 1.3rem;
  font-weight: bold;
}

.p_top #estate section ul li .place {
  font-size: 1.2rem;
  padding: 10px 10px 0;
}

.p_top #estate section ul a {
  display: block;
}

.p_top #estate #sale {
  background-color: #fff;
}

.p_top #service .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}

.p_top #service h2 {
  text-align: center;
  margin-bottom: 30px;
}

.p_top #service .desc {
  text-align: center;
  margin-bottom: 20px;
}

.p_top #service ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p_top #service ul li {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  width: 480px;
  margin-bottom: 30px;
}

.p_top #service ul li:nth-of-type(1) a::before {
  background-image: url(../img/top/service_img_01.jpg);
}

.p_top #service ul li:nth-of-type(2) a::before {
  background-image: url(../img/top/service_img_02.jpg);
}

.p_top #service ul li:nth-of-type(3) a::before {
  background-image: url(../img/top/service_img_03.jpg);
}

.p_top #service ul li:nth-of-type(4) a::before {
  background-image: url(../img/top/service_img_04.jpg);
}

.p_top #service ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p_top #service ul li a::before {
  content: '';
  width: 43.4%;
  background-position: top center;
  background-size: cover;
}

.p_top #service ul .txt_area {
  background-color: #fff;
  background-image: url(../img/top/estate_box_triangle.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 56.4%;
  padding: 26px 20px;
}

.p_top #service ul .txt_area h3 {
  font-size: 1.7rem;
  color: #df453b;
  margin-bottom: 10px;
}

.p_top #service ul .txt_area h3::before {
  content: '';
  display: inline-block;
  background-color: #df453b;
  vertical-align: middle;
  width: 10px;
  height: 3px;
  margin-right: 6px;
}

.p_top #service ul .txt_area p {
  font-size: 1.3rem;
}

.p_top #about {
  background-image: url(../img/top/about_bg.jpg);
  background-position: top center;
  background-size: cover;
}

.p_top #about .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}

.p_top #about h2 {
  text-align: center;
  margin-bottom: 40px;
}

.p_top #about ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p_top #topics .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}

.p_top #topics h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 4px solid #df453b;
  border-bottom: 1px solid #cecece;
  margin-bottom: 6px;
  padding: 20px 18px;
}

.p_top #topics .article_area {
  height: 192px;
  overflow-y: scroll;
}

.p_top #topics article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(../img/common/ico_triangle_red.png);
  background-repeat: no-repeat;
  background-position: top 28px left 16px;
  border-bottom: 1px dotted #ababab;
  margin-right: 30px;
  padding: 20px 14px 20px 30px;
}

.p_top #topics article .date {
  font-weight: bold;
  margin-right: 30px;
}

.p_top #topics article h3 {
  font-weight: normal;
}

.p_top #topics article h3 a {
  text-decoration: underline;
}

.p_top #topics article h3 a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .p_top #estate .desc_area {
    padding: 50px 10px 25px;
  }
  .p_top #estate .desc_area h2 {
    width: 34.3%;
    margin: 0 auto 20px;
  }
  .p_top #estate .desc_area .desc {
    text-align: left;
  }
  .p_top #estate section h3 {
    width: 73.5%;
  }
  .p_top #estate section ul {
    display: block;
  }
  .p_top #estate section ul li {
    margin: 0 0 20px;
  }
  .p_top #estate section .btn {
    margin-top: 0;
  }
  .p_top #estate #sale {
    padding: 50px 10px;
  }
  .p_top #estate #rent {
    padding: 50px 10px;
  }
  .p_top #service .inner {
    padding: 50px 10px;
  }
  .p_top #service .desc {
    text-align: left;
  }
  .p_top #service h2 {
    width: 39.4%;
    margin: 0 auto 25px;
  }
  .p_top #service ul {
    display: block;
  }
  .p_top #service ul li {
    width: auto;
    margin-bottom: 15px;
  }
  .p_top #service ul .txt_area {
    padding: 20px 15px;
  }
  .p_top #service ul .txt_area h3 {
    font-size: 1.4rem;
    font-size: 3.73vw;
  }
  .p_top #about .inner {
    padding: 50px 10px;
  }
  .p_top #about h2 {
    width: 47.3%;
    margin: 0 auto 30px;
  }
  .p_top #about ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_top #about ul li {
    width: 46.4%;
    margin-bottom: 20px;
  }
  .p_top #topics .inner {
    padding: 50px 10px 75px;
  }
  .p_top #topics h2 {
    padding: 20px 10px;
  }
  .p_top #topics h2 img {
    width: auto;
  }
  .p_top #topics .article_area {
    height: 200px;
  }
  .p_top #topics article {
    display: block;
    background-position: top 22px left 4px;
    padding: 15px;
  }
}

/*----------------------------------------------------
 low
----------------------------------------------------*/
.red {
  color: #df453b;
}

.p_low #pagehead {
  background-color: #df453b;
  background-image: url(../img/common/pagehead_bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.p_low #pagehead .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}

.p_low #lnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 10px auto 80px;
}

.p_low #lnav ul li {
  background-image: url(../img/common/ico_triangle_red.png);
  background-repeat: no-repeat;
  background-position: top 8px left;
  margin-right: 30px;
  padding-left: 13px;
}

.p_low .h3ttl {
  border-bottom: 1px solid #df453b;
  margin-bottom: 30px;
  padding: 0 10px 20px;
}

.p_low .h4ttl {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  border-bottom: 1px solid #df453b;
  color: #df453b;
  margin-bottom: 30px;
  padding: 7px 7px 10px 10px;
}

.p_low .h4ttl::before {
  content: '';
  display: inline-block;
  background-color: #df453b;
  vertical-align: middle;
  width: 16px;
  height: 3px;
  margin-right: 14px;
}

.p_low .tbl_area tr {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.p_low .tbl_area th, .p_low .tbl_area td {
  padding: 18px 30px;
}

.p_low .tbl_area th {
  background-color: #f6f6f6;
  width: 180px;
}

.p_low .link {
  color: #df453b;
  text-decoration: underline;
}

.p_low .link:hover {
  text-decoration: none;
}

.p_low .btm_contact {
  margin-bottom: 150px;
}

.p_low .btm_contact .box {
  border: 2px solid #dbdbdb;
  border-top: 5px solid #df453b;
  padding: 30px 40px;
}

.p_low .btm_contact .box .httl {
  text-align: center;
}

.p_low .btm_contact .box .tel_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f6f6f6;
  border: 1px solid #e0e0e0;
  margin: 30px 0;
  padding: 30px 50px;
}

.p_low .btm_contact .box .tel_area li:first-of-type {
  border-right: 1px solid #d5d5d5;
  padding-right: 40px;
}

.p_low .btm_contact .box .tel_area .ttl {
  margin-bottom: 20px;
}

.p_low .btm_contact .box .time_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .p_low #pagehead {
    margin-bottom: 30px;
  }
  .p_low #pagehead .inner {
    padding: 30px 10px;
  }
  .p_low #pagehead img {
    width: auto;
  }
  .p_low #lnav {
    display: none;
  }
  .p_low .section .inner {
    margin: 0 10px;
  }
  .p_low .h3ttl {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .p_low .h4ttl {
    font-size: 2.1rem;
    font-size: 5.6vw;
    margin-bottom: 15px;
  }
  .p_low .tbl_area th,
  .p_low .tbl_area td {
    padding: 10px;
  }
  .p_low .tbl_area th {
    width: 30.9%;
  }
  .p_low .map {
    position: relative;
    padding-bottom: 70%;
    height: 0;
    overflow: hidden;
  }
  .p_low .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .p_low .btm_contact {
    display: none;
  }
}

/*----------------------------------------------------
 company
----------------------------------------------------*/
.p_company .inner {
  max-width: 1000px;
  margin: 0 auto 120px;
}

.p_company #message .fx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p_company #message figure {
  margin-right: 40px;
}

.p_company #message .txt_area {
  width: 610px;
  width: 650px;
  width: 95%;
}

.p_company #message .ttl {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.1rem;
  font-weight: bold;
  color: #df453b;
}

.p_company #message .catch {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.p_company #message p {
  line-height: 2.4;
}

.p_company #point .mimg {
  text-align: center;
  margin: 50px 0;
}

.p_company #point ul {
  border-bottom: 1px solid #e1e1e1;
}

.p_company #point ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #e1e1e1;
  padding: 34px 10px;
}

.p_company #point .txt_area {
  width: 710px;
}

.p_company #point .ttl {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #df453b;
  margin-bottom: 10px;
}

.p_company #management .desc {
  margin-bottom: 40px;
}

.p_company #management ul {
  border-bottom: 1px solid #e1e1e1;
}

.p_company #management ul li {
  border-top: 1px solid #e1e1e1;
  padding: 34px 10px;
}

.p_company #management .ttl {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #df453b;
  margin-bottom: 10px;
}

.p_company #management figure {
  text-align: center;
  margin: 40px 0 50px;
}

.p_company #profile .btn {
  text-align: center;
  margin-top: 30px;
}

.p_company #access .inner {
  margin-bottom: 150px;
}

.p_company #access .map {
  border: 1px solid #e1e1e1;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .p_company #pagehead img {
    max-width: 17.4%;
  }
  .p_company .section .inner {
    margin-bottom: 60px;
  }
  .p_company #message .h3ttl img {
    width: 43.9%;
  }
  .p_company #message .fx {
    display: block;
    margin-bottom: 30px;
  }
  .p_company #message .txt_area {
    width: auto;
  }
  .p_company #message figure {
    width: 59.1%;
    margin: 0 auto 25px;
  }
  .p_company #message .ttl {
    font-size: 1.5rem;
    font-size: 4vw;
  }
  .p_company #message .catch {
    font-size: 2.1rem;
    font-size: 5.6vw;
    margin-bottom: 15px;
  }
  .p_company #message p {
    line-height: 1.7;
  }
  .p_company #point .mimg {
    margin: 15px 10px 30px;
  }
  .p_company #point .txt_area {
    width: auto;
  }
  .p_company #point ul figure {
    display: none;
  }
  .p_company #point ul li {
    padding: 25px 0;
  }
  .p_company #point .ttl {
    font-size: 1.6rem;
    font-size: 4.26vw;
  }
  .p_company #management ul li {
    padding: 25px 0;
  }
  .p_company #management .ttl {
    font-size: 1.6rem;
    font-size: 4.26vw;
  }
  .p_company #management figure {
    margin: 25px 0;
  }
  .p_company #profile .h3ttl img {
    width: 42.2%;
  }
  .p_company #access .inner {
    margin-bottom: 75px;
  }
  .p_company #access h3 img {
    width: 67.6%;
  }
}

/*----------------------------------------------------
 service
----------------------------------------------------*/
.p_service .desc_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.p_service .desc_area .desc {
  width: 610px;
  margin-top: 10px;
}

.p_service .desc_area .ttl {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.p_service .inner {
  max-width: 1000px;
  margin: 0 auto 120px;
}

.p_service .box {
  border: 1px solid #d7d7d7;
  padding: 40px;
}

.p_service .section .btn {
  text-align: center;
  margin-top: 30px;
}

.p_service #trading .box figure {
  text-align: center;
}

.p_service #pm .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p_service #pm .box .txt_area {
  max-width: 470px;
}

.p_service #pm .box .ttl {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.p_service #pm .box dt {
  font-weight: bold;
  color: #df453b;
}

.p_service #pm .box dd {
  margin-bottom: 20px;
}

.p_service #pm .box dd:last-of-type {
  margin-bottom: 0;
}

.p_service #office .check_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 50px 30px;
}

.p_service #office .check_list ul {
  margin-right: 110px;
}

.p_service #office .check_list li {
  font-size: 1.8rem;
  font-weight: bold;
  background-image: url(../img/service/ico_check.png);
  background-repeat: no-repeat;
  background-position: top left;
  margin-bottom: 20px;
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  .p_service #pagehead img {
    max-width: 17.4%;
  }
  .p_service .section .inner {
    margin-bottom: 60px;
  }
  .p_service .desc_area {
    display: block;
    margin-bottom: 30px;
  }
  .p_service .desc_area .desc {
    width: auto;
  }
  .p_service .desc_area figure {
    width: 84.5%;
    margin: 0 auto 25px;
  }
  .p_service .desc_area .ttl {
    font-size: 1.7rem;
    font-size: 4.5vw;
    margin-bottom: 15px;
  }
  .p_service .box {
    padding: 20px 15px;
  }
  .p_service #trading .h3ttl img {
    width: 50.1%;
  }
  .p_service #pm .box {
    display: block;
  }
  .p_service #pm .box .ttl {
    font-size: 1.8rem;
    font-size: 4.8vw;
    margin: 40px 0 15px;
  }
  .p_service #office .inner {
    margin-bottom: 75px;
  }
  .p_service #office .h3ttl img {
    width: 64.5%;
  }
  .p_service #office .check_list {
    display: block;
    margin: 0;
    padding: 25px 15px;
  }
  .p_service #office .check_list ul {
    margin-right: 0;
  }
  .p_service #office .check_list li {
    font-size: 1.4rem;
    font-size: 3.73vw;
    background-size: 18px;
    padding-left: 25px;
  }
}

/*----------------------------------------------------
 list
----------------------------------------------------*/
.p_list .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.p_list .desc {
  margin-bottom: 30px;
}

.p_list .cat_list {
  font-weight: bold;
  background-color: #f6f6f6;
  border: 1px solid #e0e0e0;
  margin-bottom: 60px;
  padding: 18px 28px;
}

.p_list .cat_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p_list .cat_list ul li {
  background-image: url(../img/common/ico_triangle_red.png);
  background-repeat: no-repeat;
  background-position: top 8px left;
  margin-right: 36px;
  padding-left: 16px;
}

.p_list .cat_list .num {
  font-weight: normal;
}

.p_list #list section {
  margin-bottom: 70px;
}

.p_list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p_list .list li {
  border: 1px solid #c0c0c0;
  width: 235px;
  margin: 0 20px 20px 0;
  padding: 14px;
}

.p_list .list li:nth-child(4n) {
  margin-right: 0;
}

.p_list .list .head {
  border-bottom: 1px solid #cecece;
  padding: 10px 4px;
}

.p_list .list h5 {
  font-size: 1.3rem;
}

.p_list .list .fee {
  font-weight: bold;
  color: #df453b;
}

.p_list .list .body {
  font-size: 1.2rem;
  padding: 10px 4px;
}

@media screen and (max-width: 768px) {
  .p_list #pagehead img {
    max-width: 17.4%;
  }
  .p_list .desc {
    margin-bottom: 10px;
  }
  .p_list .cat_list {
    padding: 10px;
    margin-bottom: 40px;
  }
  .p_list .cat_list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_list .section section {
    margin-bottom: 40px;
  }
  .p_list .h3ttl img {
    width: 57.4%;
  }
  .p_list .list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_list .list li {
    width: 47.8%;
    margin: 0 0 15px;
    padding: 10px;
  }
}

/*----------------------------------------------------
 list detail
----------------------------------------------------*/
.p_list_d .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.p_list_d h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  border-bottom: 1px solid #df453b;
  margin-bottom: 30px;
  padding: 0 10px 16px;
}

.p_list_d h3 .cat {
  display: inline-block;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  background-color: #df453b;
  color: #fff;
  width: 120px;
  margin-right: 16px;
}

.p_list_d h4 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  border-bottom: 1px solid #df453b;
  color: #df453b;
  margin-bottom: 30px;
  padding: 7px 7px 10px 10px;
}

.p_list_d h4::before {
  content: '';
  display: inline-block;
  background-color: #df453b;
  vertical-align: middle;
  width: 16px;
  height: 3px;
  margin-right: 14px;
}

.p_list_d .img_area {
  margin: 70px 0;
}

.p_list_d .img_area .large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.p_list_d .img_area .large li {
  border: 1px solid #dbdbdb;
}

.p_list_d .img_area .thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p_list_d .img_area .thumb li {
  border: 1px solid #dbdbdb;
  margin-right: 11px;
}

.p_list_d .img_area .thumb li:last-of-type {
  margin-right: 0;
}

.p_list_d #outline {
  margin-bottom: 70px;
}

.p_list_d #access {
  margin-bottom: 120px;
}

.p_list_d #access .map {
  border: 1px solid #e1e1e1;
}

@media screen and (max-width: 768px) {
  .p_list_d #pagehead img {
    max-width: 17.4%;
  }
  .p_list_d h3 {
    font-size: 1.8rem;
    font-size: 4.8vw;
    margin-bottom: 20px;
  }
  .p_list_d h3 .cat {
    display: block;
    margin-bottom: 10px;
  }
  .p_list_d .img_area {
    margin: 25px 0 40px;
  }
  .p_list_d .img_area .large {
    display: block;
  }
  .p_list_d .img_area .large li {
    margin-bottom: 15px;
  }
  .p_list_d .img_area .thumb {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_list_d .img_area .thumb li {
    width: 18.3%;
    margin-right: 2.11%;
  }
  .p_list_d .img_area .thumb li:nth-of-type(5n) {
    margin-right: 0;
  }
  .p_list_d #outline {
    margin-bottom: 40px;
  }
  .p_list_d #access {
    margin-bottom: 75px;
  }
}

/*----------------------------------------------------
 property
----------------------------------------------------*/
.p_property .inner {
  max-width: 1000px;
  margin: 0 auto 150px;
}

.p_property .desc_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.p_property .desc_area .desc {
  width: 610px;
}

.p_property .desc_area p {
  margin-bottom: 20px;
}

.p_property #owner section {
  border: 1px solid #d7d7d7;
  padding: 40px;
  margin-bottom: 40px;
}

.p_property #merit ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p_property #merit ul li {
  background-color: #fffeee;
  border: 1px solid #f4f3df;
  width: 490px;
  margin-bottom: 20px;
  padding: 30px;
}

.p_property #merit ul h5 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.1rem;
  color: #df453b;
  margin-bottom: 14px;
}

.p_property #merit ul h5 .num {
  display: inline-block;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  background-color: #4e4848;
  color: #fff;
  width: 75px;
  margin-right: 14px;
  padding: 2px 5px;
}

.p_property .btm_area {
  font-weight: bold;
  text-align: center;
  margin: 50px 0 120px;
}

.p_property .btm_area .btn {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .p_property #pagehead img {
    max-width: 48.4%;
  }
  .p_property .desc_area {
    display: block;
    margin-bottom: 30px;
  }
  .p_property .desc_area .desc {
    width: auto;
  }
  .p_property .desc_area figure {
    width: 84.5%;
    margin: 0 auto 25px;
  }
  .p_property #merit ul li {
    width: auto;
    padding: 15px;
  }
  .p_property #merit ul h5 {
    font-size: 1.9rem;
    font-size: 5.06vw;
    margin-bottom: 0;
  }
  .p_property #merit ul h5 .num {
    display: block;
  }
  .p_property .btm_area {
    margin: 25px 0 75px;
  }
  .p_property .btm_area .btn {
    margin-top: 25px;
  }
}

/*----------------------------------------------------
 owner
----------------------------------------------------*/
.p_owner .inner {
  max-width: 1000px;
  margin: 0 auto 150px;
}

.p_owner .desc_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.p_owner .desc_area .desc {
  width: 610px;
}

.p_owner .desc_area p {
  margin-bottom: 20px;
}

.p_owner #owner section {
  border: 1px solid #d7d7d7;
  padding: 40px;
  margin-bottom: 40px;
}

.p_owner #menu .check_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fffeee;
  padding: 40px 50px;
}

.p_owner #menu .check_list li {
  font-size: 1.8rem;
  font-weight: bold;
  background-image: url(../img/service/ico_check.png);
  background-repeat: no-repeat;
  background-position: top 3px left;
  margin-bottom: 20px;
  padding-left: 40px;
}

.p_owner #menu .check_list span {
  font-size: 1.4rem;
  font-weight: normal;
}

.p_owner #menu figure {
  text-align: center;
}

.p_owner #management .desc {
  margin-bottom: 60px;
}

.p_owner #management .fx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 40px;
}

.p_owner #management li {
  font-weight: bold;
  margin-bottom: 10px;
}

.p_owner #management li::before {
  content: '●';
  color: #df453b;
  margin-right: 10px;
}

.p_owner .btm_area {
  font-weight: bold;
  text-align: center;
  margin: 50px 0 120px;
}

.p_owner .btm_area .btn {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .p_owner #pagehead img {
    max-width: 39.4%;
  }
  .p_owner .desc_area {
    display: block;
    margin-bottom: 30px;
  }
  .p_owner .desc_area .desc {
    width: auto;
  }
  .p_owner .desc_area figure {
    width: 84.5%;
    margin: 0 auto 25px;
  }
  .p_owner #owner section {
    margin-bottom: 25px;
    padding: 15px;
  }
  .p_owner #owner section .h4ttl {
    font-size: 1.8rem;
    font-size: 4.8vw;
  }
  .p_owner #menu .check_list {
    display: block;
    padding: 25px 15px;
  }
  .p_owner #menu .check_list li {
    font-size: 1.4rem;
    font-size: 3.73vw;
    background-size: 18px;
    padding-left: 25px;
  }
  .p_owner #menu .check_list span {
    font-size: 1.3rem;
    font-size: 3.46vw;
  }
  .p_owner #management .desc {
    margin-bottom: 30px;
  }
  .p_owner #management .fx {
    display: block;
    padding: 0 15px;
  }
  .p_owner #management ul {
    margin-bottom: 50px;
  }
  .p_owner .btm_area {
    margin: 25px 0 75px;
  }
  .p_owner .btm_area .btn {
    margin-top: 25px;
  }
}

/*----------------------------------------------------
 recruit
----------------------------------------------------*/
.p_recruit h3 {
  border-bottom: 1px solid #df453b;
  margin-bottom: 30px;
  padding: 0 0 20px 10px;
}

.p_recruit .desc_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}

.p_recruit .desc_area .desc {
  width: 600px;
  margin-top: 10px;
}

.p_recruit .desc_area .ttl {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.p_recruit .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.p_recruit h4 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  border-bottom: 1px solid #df453b;
  color: #df453b;
  margin-bottom: 30px;
  padding: 7px 7px 10px 10px;
}

.p_recruit h4::before {
  content: '';
  display: inline-block;
  background-color: #df453b;
  vertical-align: middle;
  width: 16px;
  height: 3px;
  margin-right: 14px;
}

.p_recruit #outline {
  margin-bottom: 70px;
}

.p_recruit #outline .desc {
  margin-bottom: 26px;
}

.p_recruit #application {
  margin-bottom: 150px;
}

.p_recruit #application .desc {
  margin-bottom: 30px;
}

.p_recruit #application .box {
  border: 3px solid #dbdbdb;
  padding: 16px 36px;
  margin: 0 40px;
}

.p_recruit #application .box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p_recruit #application .box ul li {
  width: 50%;
  padding: 10px 0;
}

.p_recruit #application .box ul li:first-of-type {
  border-right: 1px solid #c5c5c5;
  margin-right: 40px;
  padding-right: 40px;
}

.p_recruit #application .box .ttl {
  border-bottom: 1px solid #aeaeae;
  margin-bottom: 20px;
  padding: 0 0 14px 10px;
}

.p_recruit #application .box .body {
  padding: 0 10px;
}

.p_recruit #application .box .tel {
  margin-bottom: 16px;
}

.p_recruit #application .box .btn {
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p_recruit #pagehead img {
    max-width: 17.4%;
  }
  .p_recruit .desc_area {
    display: block;
    margin-bottom: 30px;
  }
  .p_recruit .desc_area .desc {
    width: auto;
  }
  .p_recruit .desc_area figure {
    width: 84.5%;
    margin: 0 auto 25px;
  }
  .p_recruit .desc_area .ttl {
    font-size: 1.7rem;
    font-size: 4.5vw;
    margin-bottom: 15px;
  }
  .p_recruit #outline {
    margin-bottom: 40px;
  }
  .p_recruit .h3ttl img {
    width: 42.8%;
  }
  .p_recruit #outline .desc {
    margin-bottom: 20px;
  }
  .p_recruit #application {
    margin-bottom: 75px;
  }
  .p_recruit #application .desc {
    margin-bottom: 15px;
  }
  .p_recruit #application .box {
    margin: 0;
    padding: 15px;
  }
  .p_recruit #application .box ul {
    display: block;
  }
  .p_recruit #application .box ul li {
    width: auto;
  }
  .p_recruit #application .box ul li:first-of-type {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
  .p_recruit #application .box .ttl img {
    width: auto;
  }
  .p_recruit #application .box p {
    margin-bottom: 30px;
  }
  .p_recruit #application .box p img {
    width: auto;
  }
  .p_recruit #application .box .btn {
    width: 79.3%;
    margin: 0 auto;
  }
}

/*----------------------------------------------------
 news
----------------------------------------------------*/
.p_news .inner {
  max-width: 1000px;
  margin: 0 auto 150px;
}

.p_news article {
  margin-bottom: 70px;
}

.p_news h4 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  color: #df453b;
  background-color: #f5f5f5;
  margin-bottom: 20px;
  padding: 7px 7px 7px 30px;
  position: relative;
}

.p_news h4::before {
  content: '';
  display: inline-block;
  background-color: #df453b;
  width: 14px;
  height: 3px;
  position: absolute;
  top: 22px;
  left: 0;
}

.p_news .date {
  font-weight: bold;
}

#pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  text-align: center;
}

#pagination li {
  background-color: #fff;
  max-width: 35px;
  width: 100%;
  margin-right: 10px;
}

#pagination li:last-child {
  margin-right: 0;
}

#pagination .current {
  display: block;
  background-color: #df453b;
  border: 1px solid #c5c5c5;
  color: #fff;
  padding: 4px;
}

#pagination a {
  display: block;
  border: 1px solid #c5c5c5;
  text-decoration: none;
  color: #303030;
  padding: 4px;
}

#pagination li:hover a {
  background-color: #df453b;
  border: 1px solid #c5c5c5;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p_news #pagehead img {
    max-width: 17.4%;
  }
  .p_news .section .inner {
    margin-bottom: 75px;
  }
  .p_news .h3ttl img {
    width: 37.1%;
  }
  .p_news article {
    margin-bottom: 40px;
  }
  .p_news h4 {
    font-size: 1.5rem;
    font-size: 4vw;
    margin-bottom: 15px;
    padding-left: 20px;
  }
  .p_news h4::before {
    top: 18px;
  }
}

/*----------------------------------------------------
 contact
----------------------------------------------------*/
.p_contact .inner {
  max-width: 1000px;
  margin: 0 auto 120px;
}

.p_contact table tr {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.p_contact table th, .p_contact table td {
  padding: 18px 30px;
}

.p_contact table th {
  background-color: #f6f6f6;
  width: 180px;
}

.p_contact #tel .desc p {
  margin-bottom: 30px;
}

.p_contact #tel .box {
  border: 3px solid #dbdbdb;
  margin-top: 20px;
  padding: 40px;
}

.p_contact #tel .head {
  border-bottom: 1px solid #aeaeae;
  padding: 0 20px 20px;
  margin-bottom: 30px;
}

.p_contact #tel .body {
  padding: 0 20px;
}

.p_contact #tel ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}

.p_contact #tel .ttl {
  margin-bottom: 20px;
}

.p_contact #form .desc {
  margin-bottom: 30px;
}

.p_contact #form table th {
  width: 280px;
}

.p_contact #form table th img {
  margin-left: 10px;
}

.p_contact #form label {
  display: block;
  margin-bottom: 6px;
}

.p_contact #form label:last-of-type {
  margin-bottom: 0;
}

.p_contact #form input[type="text"],
.p_contact #form input[type="tel"],
.p_contact #form input[type="email"] {
  min-height: 35px;
}

.p_contact #form #mf_name,
.p_contact #form #mf_kana,
.p_contact #form #mf_mail {
  max-width: 230px;
  width: 100%;
}

.p_contact #form #mf_tel,
.p_contact #form #mf_postcode {
  max-width: 110px;
  width: 100%;
}

.p_contact #form #mf_shikuchoson,
.p_contact #form #mf_chomebanchi {
  max-width: 400px;
  width: 100%;
}

.p_contact #form textarea {
  max-width: 470px;
  width: 100% !important;
  min-height: 110px;
}

.p_contact #form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 400px;
  margin: 30px auto 0;
}

.p_contact #form .btn button {
  border: none;
  border-radius: 0;
  padding: 0;
}

.p_contact #privacy .desc {
  margin-bottom: 30px;
}

.p_contact #privacy dd {
  margin-bottom: 30px;
}

.p_contact #privacy dd:last-of-type {
  margin-bottom: 0;
}

.p_contact #privacy ul {
  margin: 30px 0 0 1em;
}

.p_contact #privacy address {
  margin-top: 30px;
}

.p_contact #dl .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dbdbdb;
  margin: 30px 0;
  padding: 24px 30px;
}

.p_contact #dl .box small {
  font-size: 1.3rem;
  margin-left: 20px;
}

.p_contact #dl table th {
  width: 400px;
}

.p_contact #dl table td a {
  text-decoration: underline;
  color: #df453b;
  background-image: url(../img/contact/ico_pdf.png);
  background-repeat: no-repeat;
  padding-left: 30px;
}

.p_contact #dl table td a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .p_contact #pagehead img {
    max-width: 26.1%;
  }
  .p_contact .section .inner {
    margin-bottom: 60px;
  }
  .p_contact table {
    border: 1px solid #e1e1e1;
  }
  .p_contact table th,
  .p_contact table td {
    display: block;
    padding: 10px;
  }
  .p_contact table th {
    border-bottom: 1px solid #e1e1e1;
  }
  .p_contact #tel .h3ttl img {
    width: 59.7%;
  }
  .p_contact #tel .box {
    padding: 15px;
  }
  .p_contact #tel .head {
    margin-bottom: 15px;
    padding: 0 0 10px;
  }
  .p_contact #tel .head img {
    width: 88.8%;
  }
  .p_contact #tel .body {
    padding: 0;
  }
  .p_contact #tel ul {
    display: block;
  }
  .p_contact #tel ul li:first-of-type {
    margin-bottom: 20px;
  }
  .p_contact #tel ul li:first-of-type .ttl {
    width: 62.9%;
  }
  .p_contact #tel ul li:last-of-type .ttl {
    width: 77.3%;
  }
  .p_contact #tel .ttl {
    margin-bottom: 10px;
  }
  .p_contact #tel .ttl img {
    width: auto;
  }
  .p_contact #tel .tel img {
    width: 93%;
  }
  .p_contact #tel .time img {
    width: 67.6%;
  }
  .p_contact #form .desc {
    margin-bottom: 20px;
  }
  .p_contact #form .h3ttl img {
    width: 64.5%;
  }
  .p_contact #form table th {
    width: auto;
  }
  .p_contact #form table th img {
    width: auto;
  }
  .p_contact #form .btn {
    margin: 20px 15px 0;
  }
  .p_contact #form .btn button {
    width: 46.1%;
  }
  .p_contact #privacy .h3ttl img {
    width: 80.5%;
  }
  .p_contact #dl .inner {
    margin-bottom: 75px;
  }
  .p_contact #dl .h3ttl img {
    width: 83%;
  }
  .p_contact #dl .box {
    display: block;
    margin: 20px 0;
    padding: 15px;
  }
  .p_contact #dl .box figure img {
    width: auto;
  }
  .p_contact #dl .box small {
    display: block;
    margin: 10px 0 0;
  }
  .p_contact #dl table th {
    width: auto;
  }
}
