@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
article
----------------------------------------------------------*/
article {
  padding-bottom: 150px;
}

/* ---------------------------------------------------------
#sec1
----------------------------------------------------------*/
#sec1 {
  width: 1140px;
  margin: 73px auto 0;
}
#sec1 .wrapper1 {
  display: flex;
  justify-content: space-between;
  background: #F4F3EC;
  padding: 47px 90px 56px 90px;
  margin: 31px auto 0;
}
#sec1 .wrapper1 .left-col {
  width: 172px;
  padding-top: 38px;
}
#sec1 .wrapper1 .logo img {
  width: 100%;
  height: auto;
}
#sec1 .wrapper1 .right-col {
  width: 700px;
}
#sec1 .wrapper1 .txt1 {
  font-size: 16px;
  line-height: 42px;
  letter-spacing: calc(.04em * 1.4);
}
#sec1 .wrapper1 .txt2 {
  font-size: 14px;
  letter-spacing: calc(.02em * 1.4);
  margin-top: 25px;
}
#sec1 .inner {
  width: 1000px;
  margin: 73px auto 0;
}
#sec1 .ttl-h3 {
  font-size: 15px;
  margin-bottom: 27px;
}
#sec1 .wrapper2 {
  display: flex;
  width: 1000px;
  margin: 31px auto 36px;
}
#sec1 .wrapper2 .left-col,
#sec1 .wrapper2 .right-col {
  display: flex;
  background: #FCFCF9;
  padding: 40px 0 41px 30px;  
}
#sec1 .wrapper2 .left-col {
  width: 650px;
  margin-right: 20px;
}
#sec1 .wrapper2 .right-col {
  width: 300px;
  padding-bottom: 73px;
}
#sec1 .wrapper2 h3 {
  position: relative;
  width: 79px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: calc(.02em * 1.4);
}
#sec1 .wrapper2 h3::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #E60012;
}
#sec1 .wrapper2 ol {
  position: relative;
  padding-left: 22px;
}
#sec1 .wrapper2 ol::before,
#sec1 .wrapper2 ol::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: -3px;
  width: 5px;
  height: 5px;
  background: #E60012;
}
#sec1 .wrapper2 ol::after {
  top: auto;
  bottom: 0;
}
#sec1 .wrapper2 li {
  font-size: 14px;
  line-height: 1;
  letter-spacing: calc(.02em * 1.4);
  margin-bottom: 18px;
}
#sec1 .wrapper2 li:last-child {
  margin-bottom: 0;
}
#sec1 .wrapper2 li::before {
  content: '\02460';
  font-size: 14px;
  color: #E60012;
  margin-right: 2px;
}
#sec1 .wrapper2 li:nth-child(2)::before { content: '\02461';}
#sec1 .wrapper2 li:nth-child(3)::before { content: '\02462';}
#sec1 .wrapper2 li:nth-child(4)::before { content: '\02463';}
#sec1 .wrapper2 li:nth-child(5)::before { content: '\02464';}

#sec1 .bottom-ol ol {
  margin-top: 27px;
}
#sec1 .bottom-ol li {
  font-size: 14px;
  line-height: 2;
  letter-spacing: calc(.02em * 1.4);
}
#sec1 .bottom-ol li::before {
  content: '1.';
  font-size: 14px;
  color: #E60012;
  margin-right: 12px;
}
#sec1 .bottom-ol li:nth-child(2)::before {
  content: '2.';
}

/* ---------------------------------------------------------
#sec2
----------------------------------------------------------*/
#sec2 {
  width: 1140px;
  margin: 130px auto 0;
}
#sec2 .table1 {
  width: 1000px;
  margin: 33px auto 0;
}
#sec2 .table1 th,
#sec2 .table1 td {
  padding: 14px 40px 14px;
  border-left: none;
  border-right: none;
}
#sec2 .table1 th {
  width: 200px;
}
#sec2 .table1 td {
  text-align: left;
  line-height: 2;
}
#sec2 .table1 dl {
  display: flex;
  align-items: center;
}
#sec2 .table1 dt {
  width: 112px;
  font-weight: bold;
  font-family: "TazuganeGothicStdN-Bold";
}
#sec2 .table1 .col3 {
  display: flex;
}
#sec2 .table1 .col3 ul {
  width: 33.33%;
}

/* ---------------------------------------------------------
#sec3
----------------------------------------------------------*/
#sec3 {
  width: 1140px;
  margin: 143px auto 0;
}
#sec3 .inner {
  width: 1000px;
  margin: 33px auto 0;
}
#sec3 .inner .pic {
  width: 635px;
}
#sec3 .inner .pic img {
  width: 100%;
  height: auto;
}

/* ---------------------------------------------------------
media queries
----------------------------------------------------------*/
@media screen and (max-width:768px) {

/* ---------------------------------------------------------
article
----------------------------------------------------------*/
  article {
    padding-bottom: calc(120 / 375 * 100vw);
  }

/* ---------------------------------------------------------
#sec1
----------------------------------------------------------*/
  #sec1 {
    width: 100%;
    padding: 0 calc(20 / 375 * 100%);
    margin: calc(73 / 375 * 100%) auto 0;
  }
  #sec1 .wrapper1 {
    position: relative;
    display: block;
    padding: calc(32 / 375 * 100vw) calc(20 / 375 * 100vw) calc(58 / 375 * 100vw);
    margin: calc(34 / 375 * 100vw) calc(-20 / 375 * 100vw) 0;
  }
  #sec1 .wrapper1 .left-col {
    position: absolute;
    bottom: 39px;
    right: 20px;
    width: calc(100 / 375 * 100vw);
    padding-top: 0;
  }
  #sec1 .wrapper1 .right-col {
    width: 100%;
  }
  #sec1 .wrapper1 .txt1 {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    letter-spacing: calc(.02em * 1.4);
  }
  #sec1 .wrapper1 .txt2 {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
  }
  #sec1 .inner {
    width: 100%;
    margin: calc(36 / 375 * 100vw) auto 0;
  }
  #sec1 .ttl-h3 {
    font-size: calc(14 / 375 * 100vw);
    margin-bottom: calc(27 / 375 * 100vw);
  }
  #sec1 .wrapper2 {
    display: block;
    width: 100%;
    margin: calc(25 / 375 * 100vw) auto calc(33 / 375 * 100vw);
  }
  #sec1 .wrapper2 .left-col,
  #sec1 .wrapper2 .right-col {
    display: block;
    padding: calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);  
  }
  #sec1 .wrapper2 .left-col {
    width: 100%;
    margin-right: 0;
    margin-bottom: calc(10 / 375 * 100vw);
  }
  #sec1 .wrapper2 .right-col {
    width: 100%;
    padding-bottom: calc(15 / 375 * 100vw);
  }
  #sec1 .wrapper2 h3 {
    width: auto;
    font-size: calc(14 / 375 * 100vw);
    line-height: 1;
  }
  #sec1 .wrapper2 ol {
    padding-left: 0;
    margin-top: calc(15 / 375 * 100vw);
  }
  #sec1 .wrapper2 h3::after,
  #sec1 .wrapper2 ol::before,
  #sec1 .wrapper2 ol::after {
    content: none;
  }
  #sec1 .wrapper2 li {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: calc(14 / 375 * 100vw);
  }
  #sec1 .wrapper2 li:last-child {
    margin-bottom: 0;
  }
  #sec1 .wrapper2 li::before {
    font-size: calc(14 / 375 * 100vw);
    margin-right: calc(2 / 375 * 100vw);
  }
  #sec1 .bottom-ol ol {
    margin-top: calc(27 / 375 * 100vw);
  }
  #sec1 .bottom-ol li {
    font-size: calc(14 / 375 * 100vw);
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
  #sec1 .bottom-ol li::before {
    font-size: calc(14 / 375 * 100vw);
    margin-right: .5em;
  }
  #sec1 .bottom-ol li:last-child {
    margin-top: calc(27 / 375 * 100vw);
  }

/* ---------------------------------------------------------
#sec2
----------------------------------------------------------*/
  #sec2 {
    width: 100%;
    padding: 0 calc(20 / 375 * 100vw);
    margin: calc(75 / 375 * 100vw) auto 0;
  }
  #sec2 .table1 {
    width: 100%;
    margin: calc(37 / 375 * 100vw) auto 0;
  }
  #sec2 .table1 table {
    width: 100%;
  }
  #sec2 .table1 th,
  #sec2 .table1 td {
    padding: calc(14 / 375 * 100vw) 0 calc(14 / 375 * 100vw);
    border-left: none;
    border-right: none;
  }
  #sec2 .table1 th {
    width: calc(104 / 375 * 100vw);
    letter-spacing: normal;
  }
  #sec2 .table1 tr:nth-child(2) th {
    vertical-align: top;
    padding-top: calc(16 / 375 * 100vw);
  }
  #sec2 .table1 td {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    letter-spacing: calc(.02em * 1.4);
    padding-left: calc(12 / 375 * 100vw)
  }
  #sec2 .table1 dl {
    display: block;
  }
  #sec2 .table1 dt {
    width: auto;
  }
  #sec2 .table1 .col3 {
    display: block;
  }
  #sec2 .table1 .col3 ul {
    width: auto;
  }
  #sec2 .table1 .col3 li {
    line-height: 2;
  }

/* ---------------------------------------------------------
#sec3
----------------------------------------------------------*/
  #sec3 {
    width: 100%;
    padding: 0 calc(16 / 375 * 100vw) 0 calc(20 / 375 * 100vw);
    margin: calc(113 / 375 * 100vw) auto 0;
  }
  #sec3 .inner {
    width: 100%;
    margin: calc(37 / 375 * 100vw) auto 0;
  }
  #sec3 .inner .pic {
    width: 100%;
  }

}