@charset "UTF-8";
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

p, li, td, span, a {
  font-weight: 500;
}

section.kv {
  position: relative;
  position: relative;
}
section.kv:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(33, 32, 32, 0.4);
  width: 100%;
  height: 100%;
}
section.kv h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.kv h2 {
    gap: 18px 0;
  }
}
@media screen and (max-width: 767px) {
  section.kv h2 {
    gap: 2.6666666667vw 0;
  }
}
section.kv h2 span {
  color: #fff;
}
section.kv h2 span:nth-of-type(1) {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.kv h2 span:nth-of-type(1) {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  section.kv h2 span:nth-of-type(1) {
    font-size: 6vw;
  }
}
section.kv h2 span:nth-of-type(2) {
  background-color: #0221A5;
}
@media screen and (min-width: 768px) {
  section.kv h2 span:nth-of-type(2) {
    padding: 4px 13px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  section.kv h2 span:nth-of-type(2) {
    padding: 0.6666666667vw 3.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
section.kv picture img {
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.kv picture img {
    height: 372px;
  }
}
@media screen and (max-width: 767px) {
  section.kv picture img {
    height: 49.4666666667vw;
  }
}

@media screen and (min-width: 768px) {
  main .c_sec1 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  main .c_sec1 {
    padding-right: 4.5333333333vw;
    padding-left: 4.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  main .c_sec1 + .c_sec1 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  main .c_sec1 + .c_sec1 {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  main .c_sec1 div.inner {
    max-width: 1000px;
    margin: 0 auto;
  }
}
main .c_sec1 div.inner h2 {
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 768px) {
  main .c_sec1 div.inner h2 {
    padding: 0 5px 8px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  main .c_sec1 div.inner h2 {
    padding: 0 1.3333333333vw 2vw;
    font-size: 4.5333333333vw;
  }
}
main .c_sec1 div.inner h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #0221A5;
}
@media screen and (min-width: 768px) {
  main .c_sec1 div.inner h2:after {
    height: 3px;
  }
}
@media screen and (max-width: 767px) {
  main .c_sec1 div.inner h2:after {
    height: 2px;
  }
}
main .c_sec1 div.inner h2.is-active:after {
  width: 100%;
  transition: 1s ease-out;
}
main .c_sec1 div.inner h2 + p {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  main .c_sec1 div.inner h2 + p {
    margin-top: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  main .c_sec1 div.inner h2 + p {
    margin-top: 4vw;
    font-size: 3.2vw;
  }
}
main .c_sec1 table {
  width: 100%;
}
@media screen and (min-width: 768px) {
  main .c_sec1 table {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  main .c_sec1 table {
    margin-top: 5.3333333333vw;
  }
}
main .c_sec1 table.col2 tr td {
  text-align: center;
}
@media screen and (min-width: 768px) {
  main .c_sec1 table.col3 tr:not(:first-of-type) td {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 16px;
  }
}
main .c_sec1 table.col3 tr:not(:first-of-type) td:nth-of-type(1) {
  background-color: #EDF1FF;
}
main .c_sec1 table.col3 tr:not(:first-of-type) td:nth-of-type(2) {
  background-color: #fff;
}
main .c_sec1 table.col3 tr th:nth-of-type(2), main .c_sec1 table.col3 tr th:nth-of-type(3) {
  width: 50%;
}
main .c_sec1 table tr th, main .c_sec1 table tr td {
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  main .c_sec1 table tr th, main .c_sec1 table tr td {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  main .c_sec1 table tr th, main .c_sec1 table tr td {
    font-size: 3.4666666667vw;
  }
}
main .c_sec1 table tr th {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  main .c_sec1 table tr th:nth-of-type(1) {
    min-width: 250px;
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  main .c_sec1 table tr th:nth-of-type(1) {
    min-width: 12.1333333333vw;
    letter-spacing: 0.15em;
  }
}
main .c_sec1 table tr:nth-of-type(1) th {
  color: #fff;
  background-color: #1E417B;
}
@media screen and (min-width: 768px) {
  main .c_sec1 table tr:nth-of-type(1) th {
    padding: 12px 0;
  }
}
@media screen and (max-width: 767px) {
  main .c_sec1 table tr:nth-of-type(1) th {
    padding: 1.6vw 0;
  }
}
main .c_sec1 table tr:not(:first-of-type) th, main .c_sec1 table tr:not(:first-of-type) td {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  main .c_sec1 table tr:not(:first-of-type) th, main .c_sec1 table tr:not(:first-of-type) td {
    padding: 20px 0;
    border-bottom: 2px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  main .c_sec1 table tr:not(:first-of-type) th, main .c_sec1 table tr:not(:first-of-type) td {
    padding: 4vw 0;
    border-bottom: 1px solid #ccc;
  }
}
main .c_sec1 table tr:not(:first-of-type) th {
  background-color: #EFEFEF;
}
@media screen and (max-width: 767px) {
  main .c_sec1 table tr:not(:first-of-type) td {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media screen and (max-width: 767px) {
  main .c_sec1 table tr:not(:first-of-type) td.ctr {
    text-align: center;
  }
}
main .c_sec1 table tr:last-of-type th, main .c_sec1 table tr:last-of-type td {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  main section.read {
    padding: 40px 30px 50px;
  }
}
@media screen and (max-width: 767px) {
  main section.read {
    padding: 5.3333333333vw 4.5333333333vw 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  main section.read div.inner {
    max-width: 1232px;
    margin: 0 auto;
  }
}
main section.read div.inner h2 {
  text-align: center;
  font-weight: bold;
  color: #0221A5;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  main section.read div.inner h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  main section.read div.inner h2 {
    font-size: 4vw;
  }
}
main section.read div.inner h2 span {
  color: #fff;
}
main section.read div.inner h2 span:nth-of-type(1) {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  main section.read div.inner h2 span:nth-of-type(1) {
    font-size: 60px;
  }
}
main section.read div.inner h2 span:nth-of-type(2) {
  background-color: #0221A5;
}
@media screen and (min-width: 768px) {
  main section.read div.inner h2 span:nth-of-type(2) {
    font-size: 16px;
  }
}
main section.read div.inner div.cont {
  background-color: #E5F2FF;
  position: relative;
}
@media screen and (min-width: 768px) {
  main section.read div.inner div.cont {
    margin-top: 60px;
    padding: 30px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 767px) {
  main section.read div.inner div.cont {
    margin-top: 13.3333333333vw;
    padding: 6.6666666667vw;
    border-radius: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  main section.read div.inner div.cont div.texts {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    gap: 0 160px;
  }
}
main section.read div.inner div.cont div.texts p.tit {
  display: table;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 1;
  color: #fff;
  background-color: #0221A5;
}
@media screen and (min-width: 768px) {
  main section.read div.inner div.cont div.texts p.tit {
    padding: 4px 13px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main section.read div.inner div.cont div.texts p.tit {
    padding: 0.8vw 3.3333333333vw;
    font-size: 3.2vw;
  }
}
main section.read div.inner div.cont div.texts > div {
  position: relative;
}
@media screen and (min-width: 768px) {
  main section.read div.inner div.cont div.texts > div {
    max-width: 390px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  main section.read div.inner div.cont div.texts > div.left ul {
    left: 40px;
  }
}
main section.read div.inner div.cont div.texts > div.left ul li {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  main section.read div.inner div.cont div.texts > div.left ul li {
    transform: rotate(0deg) translate(50px, 50px);
  }
}
@media screen and (max-width: 767px) {
  main section.read div.inner div.cont div.texts > div.left ul li:nth-of-type(1) {
    transform: rotate(0deg) translate(25px, 25px);
  }
}
@media screen and (max-width: 767px) {
  main section.read div.inner div.cont div.texts > div.left ul li:nth-of-type(2) {
    transform: rotate(0deg) translate(-25px, 25px);
  }
}
@media screen and (min-width: 768px) {
  main section.read div.inner div.cont div.texts > div.right ul {
    right: 0px;
  }
}
main section.read div.inner div.cont div.texts > div.right ul li {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  main section.read div.inner div.cont div.texts > div.right ul li {
    transform: rotate(0deg) translate(-50px, 50px);
  }
}
@media screen and (max-width: 767px) {
  main section.read div.inner div.cont div.texts > div.right ul li:nth-of-type(1) {
    transform: rotate(0deg) translate(25px, 25px);
  }
}
@media screen and (max-width: 767px) {
  main section.read div.inner div.cont div.texts > div.right ul li:nth-of-type(2) {
    transform: rotate(0deg) translate(-25px, 25px);
  }
}
main section.read div.inner div.cont div.texts > div h3 {
  text-align: center;
  font-weight: bold;
  color: #0221A5;
}
@media screen and (min-width: 768px) {
  main section.read div.inner div.cont div.texts > div h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  main section.read div.inner div.cont div.texts > div h3 {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  main section.read div.inner div.cont div.texts > div ul {
    position: absolute;
    top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  main section.read div.inner div.cont div.texts > div ul {
    display: flex;
    justify-content: center;
    gap: 0 5.3333333333vw;
    margin: 4vw 0 8vw;
  }
}
main section.read div.inner div.cont div.texts > div ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0221A5;
}
@media screen and (min-width: 768px) {
  main section.read div.inner div.cont div.texts > div ul li {
    width: 217px;
    height: 76px;
    font-size: 20px;
    background: url(../img/maker/bg_cloud.png) 0 0/100% no-repeat;
  }
}
@media screen and (max-width: 767px) {
  main section.read div.inner div.cont div.texts > div ul li {
    width: 36vw;
    height: 14.2666666667vw;
    font-size: 3.4666666667vw;
    background: url(../img/maker/sp/bg_cloud.png) 0 0/100% no-repeat;
  }
}
main section.read div.inner div.cont div.image {
  text-align: center;
}
@media screen and (min-width: 768px) {
  main section.read div.inner div.cont div.image {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  main section.read div.inner div.cont div.image picture img {
    width: 66.2666666667vw;
  }
}
main section.read div.inner div.cont.is-active div.texts > div ul li {
  opacity: 1;
  transition: 1s;
}
main section.read div.inner div.cont.is-active div.texts > div.left ul li:nth-of-type(1) {
  transition-delay: 0.5s;
}
@media screen and (min-width: 768px) {
  main section.read div.inner div.cont.is-active div.texts > div.left ul li:nth-of-type(1) {
    transform: rotate(-5deg) translate(0, 0);
  }
}
@media screen and (max-width: 767px) {
  main section.read div.inner div.cont.is-active div.texts > div.left ul li:nth-of-type(1) {
    transform: rotate(-5deg) translate(0, 0);
  }
}
main section.read div.inner div.cont.is-active div.texts > div.left ul li:nth-of-type(2) {
  transition-delay: 1s;
}
@media screen and (min-width: 768px) {
  main section.read div.inner div.cont.is-active div.texts > div.left ul li:nth-of-type(2) {
    transform: rotate(-15deg) translate(-30px, 0);
  }
}
@media screen and (max-width: 767px) {
  main section.read div.inner div.cont.is-active div.texts > div.left ul li:nth-of-type(2) {
    transform: rotate(5deg) translate(0, 5px);
  }
}
main section.read div.inner div.cont.is-active div.texts > div.right ul li:nth-of-type(1) {
  transition-delay: 1.5s;
}
@media screen and (min-width: 768px) {
  main section.read div.inner div.cont.is-active div.texts > div.right ul li:nth-of-type(1) {
    transform: rotate(5deg) translate(0, 0);
  }
}
@media screen and (max-width: 767px) {
  main section.read div.inner div.cont.is-active div.texts > div.right ul li:nth-of-type(1) {
    transform: rotate(-5deg) translate(0, 0);
  }
}
main section.read div.inner div.cont.is-active div.texts > div.right ul li:nth-of-type(2) {
  transition-delay: 2s;
}
@media screen and (min-width: 768px) {
  main section.read div.inner div.cont.is-active div.texts > div.right ul li:nth-of-type(2) {
    transform: rotate(15deg) translate(0, 0);
  }
}
@media screen and (max-width: 767px) {
  main section.read div.inner div.cont.is-active div.texts > div.right ul li:nth-of-type(2) {
    transform: rotate(10deg) translate(0, 10px);
  }
}
main section.reason {
  padding-right: 0;
  padding-left: 0;
  /* ティッカー全体を囲むコンテナ */
  /* 画像を横に並べるラッパー */
  /* 画像のスタイル */
  /* アニメーションの定義 */
}
@media screen and (min-width: 768px) {
  main section.reason div.inner {
    padding-right: 30px;
    padding-left: 30px;
    max-width: 1060px;
  }
}
@media screen and (max-width: 767px) {
  main section.reason div.inner {
    padding: 0 4.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  main section.reason div.inner section.popular {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  main section.reason div.inner section.popular {
    margin-top: 8vw;
  }
}
main section.reason div.inner section.popular h3 {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  main section.reason div.inner section.popular h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  main section.reason div.inner section.popular h3 {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  main section.reason div.inner section.popular ul {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  main section.reason div.inner section.popular ul {
    margin-top: 3.4666666667vw;
  }
}
main section.reason div.inner section.popular ul li {
  position: relative;
}
@media screen and (min-width: 768px) {
  main section.reason div.inner section.popular ul li {
    padding-left: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  main section.reason div.inner section.popular ul li {
    padding-left: 3.4666666667vw;
    font-size: 3.4666666667vw;
  }
}
main section.reason div.inner section.popular ul li:before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
}
@media screen and (min-width: 768px) {
  main section.reason div.inner section.popular ul li + li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  main section.reason div.inner section.popular ul li + li {
    margin-top: 2.4vw;
  }
}
main section.reason .ticker-container {
  overflow: hidden; /* はみ出した部分を非表示にする */
}
@media screen and (min-width: 768px) {
  main section.reason .ticker-container {
    width: 1000px; /* 横幅を1000pxに指定 */
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 767px) {
  main section.reason .ticker-container {
    margin-top: 8vw;
  }
}
main section.reason .ticker-wrapper {
  /* 画像8枚を横に並べるため、幅を200%に設定 */
  /* (1セット分の幅が100% = 1000px) */
  width: 200%;
  display: flex; /* 画像を横並びにする */
  /* アニメーションの設定 */
  /* ticker-scrollという名前のアニメーションを20秒かけて、一定の速度で、無限に繰り返す */
  animation: ticker-scroll 20s linear infinite;
}
main section.reason .ticker-wrapper img {
  /* 4枚で1000pxにするため、1枚あたり250px */
  height: auto; /* 高さは自動調整 */
}
@media screen and (min-width: 768px) {
  main section.reason .ticker-wrapper img {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  main section.reason .ticker-wrapper img {
    width: 33.3333333333vw;
  }
}
@keyframes ticker-scroll {
  /* 開始時 (要素は元の位置) */
  0% {
    transform: translateX(0);
  }
  /* 終了時 (要素の幅の半分だけ左に移動) */
  100% {
    /* -50%移動すると、ちょうど1セット目の画像が流れ終わった状態になり、
    	見た目が開始時と全く同じになるため、スムーズにループします。 */
    transform: translateX(-50%);
  }
}
main section.strength div.inner table.col3 tbody tr th:nth-of-type(1) span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main section.strength div.inner table.col3 tbody tr th:nth-of-type(1) span {
    white-space: pre;
    writing-mode: vertical-rl;
    display: inline-block;
  }
}
main section.area div.inner div.cont {
  display: flex;
}
@media screen and (min-width: 768px) {
  main section.area div.inner div.cont {
    gap: 0 60px;
    margin-top: 40px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  main section.area div.inner div.cont {
    justify-content: space-between;
    align-items: start;
    gap: 0 5.3333333333vw;
    margin-top: 8vw;
  }
}
@media screen and (max-width: 767px) {
  main section.area div.inner div.cont picture img {
    min-width: 22.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  main section.area div.inner div.cont ul {
    display: flex;
    gap: 0 16px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  main section.area div.inner div.cont ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 3.3333333333vw 2.6666666667vw;
    width: 100%;
  }
}
main section.area div.inner div.cont ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  background-color: #EDF1FF;
}
@media screen and (min-width: 768px) {
  main section.area div.inner div.cont ul li a {
    width: 93px;
    height: 39px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  main section.area div.inner div.cont ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16.9333333333vw;
    height: 6.8vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  main section.case div.inner ul {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    gap: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  main section.case div.inner ul {
    margin-top: 4vw;
  }
}
main section.case div.inner ul li {
  background-color: #EDF1FF;
  position: relative;
}
@media screen and (min-width: 768px) {
  main section.case div.inner ul li {
    width: calc(50% - 10px);
    padding: 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  main section.case div.inner ul li {
    padding: 4vw;
  }
}
@media screen and (max-width: 767px) {
  main section.case div.inner ul li + li {
    margin-top: 3.3333333333vw;
  }
}
main section.case div.inner ul li:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  background: url(../img/icon_try.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  main section.case div.inner ul li:before {
    top: 5px;
    right: 5px;
    width: 30px;
    height: 28px;
  }
}
@media screen and (max-width: 767px) {
  main section.case div.inner ul li:before {
    top: 1.3333333333vw;
    right: 1.3333333333vw;
    width: 5.2vw;
    height: 4.8533333333vw;
  }
}
@media screen and (min-width: 768px) {
  main section.case div.inner ul li a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  main section.case div.inner ul li a:hover {
    cursor: pointer;
  }
}
main section.case div.inner ul li a div.texts h3 {
  font-weight: bold;
  color: #0221A5;
}
@media screen and (min-width: 768px) {
  main section.case div.inner ul li a div.texts h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  main section.case div.inner ul li a div.texts h3 {
    font-size: 4vw;
  }
}
main section.case div.inner ul li a div.texts p.txt {
  color: #000;
}
@media screen and (min-width: 768px) {
  main section.case div.inner ul li a div.texts p.txt {
    margin: 15px 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main section.case div.inner ul li a div.texts p.txt {
    margin: 2vw 0;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  main section.case div.inner ul li a img {
    width: 100%;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  main section.case div.inner ul li a img {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  main section.case div.inner > p {
    margin-top: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  main section.case div.inner > p {
    margin-top: 4vw;
    font-size: 3.2vw;
  }
}
main section.voice {
  background-color: #EFF4FF;
}
@media screen and (min-width: 768px) {
  main section.voice {
    padding: 100px 30px;
  }
}
@media screen and (max-width: 767px) {
  main section.voice {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  main section.voice div.inner ul {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  main section.voice div.inner ul {
    margin-top: 5.3333333333vw;
  }
}
main section.voice div.inner ul li {
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  main section.voice div.inner ul li {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  main section.voice div.inner ul li {
    padding: 4vw;
  }
}
@media screen and (min-width: 768px) {
  main section.voice div.inner ul li + li {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  main section.voice div.inner ul li + li {
    margin-top: 3.3333333333vw;
  }
}
main section.voice div.inner ul li:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  background: url(../img/icon_try.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  main section.voice div.inner ul li:before {
    top: 5px;
    right: 5px;
    width: 30px;
    height: 28px;
  }
}
@media screen and (max-width: 767px) {
  main section.voice div.inner ul li:before {
    top: 1.3333333333vw;
    right: 1.3333333333vw;
    width: 5.2vw;
    height: 4.8533333333vw;
  }
}
main section.voice div.inner ul li h3 {
  color: #0221A5;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  main section.voice div.inner ul li h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  main section.voice div.inner ul li h3 {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  main section.voice div.inner ul li p.area {
    margin: 15px 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  main section.voice div.inner ul li p.area {
    margin: 2vw 0;
    font-size: 3.4666666667vw;
  }
}
main section.voice div.inner ul li p.txt {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  main section.voice div.inner ul li p.txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main section.voice div.inner ul li p.txt {
    font-size: 3.2vw;
  }
}