@charset "UTF-8";
/* CSS Document */
/* +++++++++++++++++++++++++++++++++++++

掲載写真及び各種ブランドロゴ使用規定について　css

++++++++++++++++++++++++++++++++++++++ */
.area_inner {
  width: 900px;
  margin: 150px auto; }
  @media only screen and (max-width: 768px) {
    .area_inner {
      width: 90%;
      margin: 100px auto 50px; } }

/*.are_inner*/
h2 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  padding-left: 25px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    h2 {
      font-size: 16px;
      margin-bottom: 20px;
      padding-left: 15px;
      line-height: 1.5em; } }
  h2:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15.6px 9px 0 9px;
    border-color: #ed0100 transparent transparent transparent; }
    @media only screen and (max-width: 768px) {
      h2:before {
        top: 8px;
        border-width: 8.7px 5px 0 5px; } }
  h2 + p {
    line-height: 1.8em;
    margin-bottom: 35px; }
    @media only screen and (max-width: 768px) {
      h2 + p {
        font-size: 12px;
        margin-bottom: 20px; } }

/*h2*/
dl {
  padding: 25px 0;
  border-top: 1px solid #dddddd;
  /*dt*/ }
  @media only screen and (max-width: 768px) {
    dl {
      padding: 20px 0; } }
  dl dt {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      dl dt {
        font-size: 14px;
        margin-bottom: 10px;
        padding-left: 24px; } }
    dl dt:before {
      content: '1';
      display: inline-block;
      text-align: center;
      font-size: 14px;
      padding-top: 2px;
      box-sizing: border-box;
      width: 20px;
      height: 20px;
      background-color: #2b2b2b;
      color: #fff;
      position: absolute;
      top: -1px;
      left: 0; }
      @media only screen and (max-width: 768px) {
        dl dt:before {
          width: 18px;
          height: 18px; } }
  dl dd {
    line-height: 1.8em; }
    @media only screen and (max-width: 768px) {
      dl dd {
        font-size: 12px; } }
    dl dd p {
      line-height: 1.8em;
      margin-bottom: 10px; }
      @media only screen and (max-width: 768px) {
        dl dd p {
          font-size: 12px; } }
    dl dd ul li {
      line-height: 2em; }
      @media only screen and (max-width: 768px) {
        dl dd ul li {
          font-size: 12px;
          text-indent: -12px;
          padding-left: 12px;
          line-height: 1.5em;
          margin-bottom: 5px; } }

/*dl*/
dl:nth-of-type(4) {
  margin-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    dl:nth-of-type(4) {
      margin-bottom: 20px; } }

dl:nth-of-type(2) dt:before {
  content: '2'; }

dl:nth-of-type(3) dt:before {
  content: '3'; }

dl:nth-of-type(4) dt:before {
  content: '4'; }

.info_box {
  width: 370px;
  border: 1px solid #dddddd;
  padding: 10px 0;
  box-sizing: border-box; }
  @media only screen and (max-width: 768px) {
    .info_box {
      width: 100%; } }
  .info_box p {
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 10px;
    padding-left: 15px;
    width: 115px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px; }
  .info_box adress {
    display: block;
    padding-left: 15px;
    line-height: 1.8em; }
    @media only screen and (max-width: 768px) {
      .info_box adress {
        width: 90%; } }

.contact_area {
  border-top: 1px solid #dddddd; }
