@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

/*==============================*
 reset
*==============================*/

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6, small {
  font-size: 100%;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

fieldset, img {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}


/*NoscriptMessage*/

#msgNoscript {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 5px 0;
  border-top: 1px solid #fcc;
  border-bottom: 1px solid #fcc;
  background: #fdd;
  color: #f33;
  line-height: 1.2;
  text-align: center;
  opacity: 0.7;
}

main {
  display: block;
}

img {
  vertical-align: top;
}

input, select, textarea, button {
  font-size: 1em;
}

input, textarea {
  font-family: "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif", sans-serif;
}

input[type="text"] {
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  outline: none;
}

input[type="radio"] {
  display: none;
}

input[type="checkbox"] {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

button, input[type="submit"], input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input::-ms-clear {
  visibility: hidden
}

/*=====================
style
=====================*/

html, body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #222;
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  min-width: 1200px;
  font-size: 1.8rem;
}

header {
  padding: 0 18px;
  padding-top: 12px;
}

a {
  color: #222;
  width: 100%;
  -webkit-transition: opacity ease .3s;
  transition: opacity ease .3s;
}

a:hover {
  opacity: .5;
}

.note {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.6;
  text-indent: -1.6rem;
  padding-left: 1.2rem;
}

@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

.inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.sec01 {
  position: relative;
}

.sec01 .bg {
  background: url(../img/sec01_bg_pc.png) no-repeat top center;
  background-size: 100% 586px;
  margin-top: 92px;
  width: 100%;
  height: 586px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .sec01 .bg {
    position: absolute;
    background: url(../img/sec01_bg_sp.png) no-repeat top center;
    background-size: 100%;
    margin-top: 26vw;
  }
}

.sec01 .box01 {
  display: flex;
  justify-content: center;
}

.sec01 .box01 h2 {
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: 72px;
  margin-left: -490px;
}

.sec01 .box01 figure {
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: 70px;
  margin-left: 90px;
}

.sec01 .scroll {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 362px;
  margin-left: 50px;
}

.sec01 .bg_txt {
  margin-top: 120px;
  text-align: center;
  overflow: hidden;
}

.sec01 .bg_txt img {
  width: 102%;
  margin-left: -1%;
}


/* sec02 */

.sec02 {
  position: relative;
}

.sec02 .inner {
  width: 900px;
  max-width: 100%;
}

.sec02 span {
  display: block;
  text-align: center;
}

.sec02 p.txt {
  width: 540px;
  line-height: 2.2;
}

.sec02 .info_box .read {
  padding-bottom: 50px;
}

.sec02 .info_box .read .fkds {
  margin-top: 50px;
}

.sec02 .info_box .read .txt+figure {
  margin-top: 20px;
}

.sec02 .txt_area {
  font-size: 1.6rem;
  margin-top: 40px;
}

.sec02 .txt_area .note {
  font-size: 1.6rem;
  padding-left: 1.6rem;
}

.sec02 .txt_area div+div {
  margin-top: 30px;
}

.sec02 .txt_area .bold+* {
  margin-top: 10px;
}


/* sec03 */

.sec03 {
  position: relative;
  margin-top: 140px;
}

.sec03 .inner {
  width: 900px;
  max-width: 100%;
}

.sec03 .info_box .ttl {
  background: #D9D9D9;
}

.sec03 span {
  display: block;
  text-align: center;
}

.sec03 .info_box .read p.txt {
  width: 550px;
  line-height: 2.2;
}

.sec03 .info_box .flex {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.sec03 .img01 {
  margin-right: 40px;
}

.sec03 .txt01 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.sec03 .txt02 {
  margin-top: 70px;
  margin-bottom: 20px;
}

.sec03 .txt03 {
  font-size: 2rem;
}

.sec03 .txt03 span {
  font-size: 3.2rem;
  color: #FF3B30;
  display: inline-block;
}

.sec03 .txt02+.flex p {
  width: 550px;
}

.sec03 .txt02+.flex .img02 {
  margin-right: 40px;
}

.sec03 .img03 {
  margin-top: 25px;
}

.sec03 .info_box.info07 .note.type01+.note.type02 {
  margin-top: 20px;
}

.sec03 .info_box.info07 .note.type01 {
  font-size: 1.8rem;
  padding-left: 1.8rem;
}

.sec03 .info_box.info07 .note.type02 {
  font-size: 1.4rem;
  padding-left: 1.4rem;
}


/* btn_area */

.btn_area {
  margin-top: 70px;
}

.btn_area p {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}

.btn_area *+.btn_box {
  margin-top: 30px;
}

.btn_area .btn_box {
  display: flex;
  justify-content: center;
}

.btn_area .btn_box *+* {
  margin-left: 36px;
}

.btn_area+.info_box {
  margin-top: 50px;
}


/* info_box */

.info_box {
  width: 900px;
  margin: 0 auto;
  position: relative;
}

.info_box .box_inner {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
}

.info_box+.info_box {
  margin-top: 78px;
}

.info_box .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  background: #FDFD61;
}

.info_box.info02 .ttl {
  padding: 20px 0;
}

.info_box .tag {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -30px;
  margin-left: -15px;
}

.info_box .read {
  padding: 40px;
  background: #fff;
}

.info_box .read p.txt {
  width: 100%;
  line-height: 1.8;
}

.info_box .read p.txt.type01 {
  font-size: 3.2rem;
  font-weight: bold;
}

.info_box .read p.txt.type02 {
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.2;
}

.info_box .read p.txt.type03 {
  font-size: 3.6rem;
  font-weight: bold;
}

.info_box .read p.txt.red, .info_box .read p.txt .red {
  color: #FF3B30;
  display: inline-block;
}

.info_box.info03 .read p.txt .red {
  display: inline;
}

.info_box .read p.btn_txt {
  text-align: center;
  margin-top: 20px;
}

.info_box .btn_box {
  text-align: center;
}

.info_box .tag {
  margin-top: -30px;
  margin-left: -15px;
}

*+.info_box .btn_box {
  margin-top: 10px;
}

*+.info_box.info06 .btn_box {
  margin-top: 20px;
}

.info_box .logo_img {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
}

.info_box .logo_img *+* {
  margin-left: 18px;
}

.info_box .logo_img+* {
  margin-top: 22px;
}

.info_box *+.note {
  margin-top: 22px;
}

.info_box.info06 *+.note {
  margin-top: 8px;
}

.info_box .note+.note {
  margin-top: 0;
}

.info_box .read .flex+.btn_box {
  margin-top: 20px;
}

.info_box .sub_txt {
  font-size: 1.4rem;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -25px;
}

.bold {
  font-weight: bold;
}

.txt_c {
  text-align: center;
}

.mt_30 {
  margin-top: 30px;
}


/* sec04 */

.sec04 {
  margin-top: 100px;
  font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  font-size: 1.6rem;
}

.sec04 .inner {
  width: 820px;
}

.sec04 h4 {
  text-align: center;
}

.sec04 h4+* {
  margin-top: 36px;
}

.num_red .note {
  color: #FC0000;
  font-weight: bold;
  padding-left: 1.8rem;
  font-size: 1.6rem;
}

.sec04 .box {
  background: #fff;
  padding: 38px 48px;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec04 .box+.box {
  margin-top: 10px;
}

.sec04 .box>div {
  width: 540px;
}

.sec04 .box span {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}

.sec04 .box span+p {
  margin-top: 8px;
}

*+.num_red {
  margin-top: 16px;
}

.num_top {
	margin-top: 0px;
}

.red {
  color: #FC0000;
}

.type01 .note {
  padding-left: 3.4rem;
}

.type01 .note span {
  padding-left: 2rem;
}

.type02.note {
  margin-top: 10px;
  font-size: 1.6rem;
  padding-left: 1.6rem;
}

.type02.note+* {
  margin-top: 38px;
}

.bold {
  font-weight: bold;
}


/* sec05 */

.sec05 {
  background: #fff;
  padding-top: 70px;
  padding-bottom: 100px;
  position: relative;
}

.sec05 .inner {
  width: 610px;
}

.sec05 h4 {
  text-align: center;
}

.sec05 .navi {
  display: flex;
  justify-content: space-between;
  margin-top: 34px;
}

.sec05 .navi .txt02 {
  font-size: 4.2rem;
  font-weight: bold;
}

.sec05 .navi .txt02 span {
  font-size: 1.6rem;
}

.sec05 .box01 {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.sec05 .box01 span {
  font-size: 1.8rem;
  font-weight: bold;
  border: solid 1px #000;
  border-radius: 10px;
  width: 122px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.sec05 .box01 .bold {
  font-size: 1.6rem;
  line-height: 1.8;
}

.sec05 .box01+* {
  margin-top: 10px;
}

.sec05 .note {
  font-size: 1.6rem;
  padding-left: 1.6rem;
}

.sec05 .white_box {
  margin-top: 34px;
  margin-top: 20px;
  background: #eee;
  padding: 20px;
  text-align: center;
}

.sec05 .box02 .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec05 .box02 span {
  font-size: 2rem;
  font-weight: bold;
}

.sec05 .box02 .txt03 {
  font-size: 2rem;
}

.sec05 .box02 .txt03 span {
  font-size: 3.4rem;
  font-weight: bold;
}

.sec05 .box03 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec05 .box03 span {
  font-size: 1.8rem;
  font-weight: bold;
  border: solid 1px #000;
  border-radius: 10px;
  width: 104px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.sec05 .box03 .bold {
  font-size: 1.8rem;
  line-height: 1.8;
}

.sec05 .txt05 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 16px;
  text-align: center;
}

.sec05 .pagetop {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 70px;
  margin-bottom: 74px;
  cursor: pointer;
  -webkit-transition: opacity ease .3s;
  transition: opacity ease .3s;
}

.sec05 .pagetop:hover {
  opacity: .4;
}

@media screen and (max-width: 767px) {
  .sec05 .pagetop:hover {
    opacity: 1;
  }
}

.grad_bg01 {
  background: url(../img/grad_bg01_pc.png) no-repeat;
  background-size: 100% 4203px;
  background-position: center bottom;
  z-index: -1;
  padding-bottom: 340px;
}

.grad_bg02 {
  background: url(../img/grad_bg02_pc.png) no-repeat;
  background-size: 100% 4464.5px;
  background-position: center bottom;
  z-index: -1;
  height: 5000px;
}

@media screen and (max-width: 767px) {
  .grad_bg01 {
    background: url(../img/grad_bg01_sp.png) no-repeat;
    background-size: 100%;
    background-position: center bottom;
    z-index: -1;
    padding-bottom: 200px;
  }
  .grad_bg02 {
    background: url(../img/grad_bg02_sp.png) no-repeat;
    background-size: 100%;
    background-position: center bottom;
    z-index: -1;
    height: auto;
    padding-bottom: 200px;
  }
}

footer {
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.is_sp {
  display: none;
}

.howto_txt span {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  margin-top: 40px;
}

.howto_txt span::before,.howto_txt span::after {
  position: absolute;
  top: 50%;
  content: "";
  background: #707070;
  width: 200px;
  height: 1px;
}

.howto_txt span::before {
  left: 0;
}

.howto_txt span::after {
  right: 0;
}

.howto_txt+p {
  text-align: center;
  margin-top: 10px;
}

.howto_txt+p+.note {
  text-align: center;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
    font-size: 1.6rem;
    overflow-x: hidden;
  }
  header {
    padding: 0 10px;
    padding-top: 10px;
  }
  header .logo a img {
    width: 64px;
  }
  .note {
    text-indent: -1.2rem;
  }
  .mt_30 {
    margin-top: 10px;
  }
  .inner {
    padding: 0 25px;
  }
  section img {
    width: 100%;
  }
  .sec01 {
    padding-top: 50px;
  }
  .sec01 .box01 {
    display: block;
    padding: 0 25px;
  }
  .sec01 .box01 h2 {
    margin-top: 0;
    position: relative;
    left: auto;
    margin-left: 0;
  }
  .sec01 .box01 figure {
    margin-top: 35px;
    position: relative;
    left: auto;
    margin-left: 0;
  }
  .sec01 .box01 figure img {
    padding: 0 50px;
    margin-left: 12px;
  }
  .sec01 .scroll {
    display: none;
  }
  .sec02 {
    padding-top: 0;
  }
  .sec02 .txt_area {
    font-size: 1.2rem;
    margin-top: 20px;
  }
  .sec02 .txt_area .note {
    font-size: 1.2rem;
    padding-left: 1.2rem;
  }
  .sec02 .txt_area div+div {
    margin-top: 20px;
  }
  .sec02 .txt_area .bold+* {
    margin-top: 5px;
  }
  .sec02 p.txt {
    width: 100%;
  }
  .sec03 {
    margin-top: 40px;
  }
  .sec03 .txt03 span {
    font-size: 2.4rem;
  }
  .sec03 .info_box.info07 .note.type01 {
    font-size: 1.6rem;
    text-indent: -1.6rem;
    padding-left: 1.6rem;
  }
  .sec03 .info_box.info07 .note.type02 {
    font-size: 1.2rem;
    padding-left: 1.2rem;
  }
  .sec03 .txt01 {
    font-size: 1.6rem;
  }
  .sec03 .info_box .flex {
    display: block;
  }
  .sec03 .info_box .read p.txt {
    width: 100%;
    line-height: 1.8;
    text-align: left;
  }
  .sec02 .info_box .read {
    padding-bottom: 25px;
  }
  .sec03 .txt02+.flex p {
    width: 100%;
  }
  .sec03 .img02 {
    text-align: center;
  }
  .sec03 .img02 img {
    width: 72px;
    padding: 0;
  }
  .sec03 .info_box .btn_box {
    margin-top: 20px;
  }
  .sec03 .txt02 {
    font-size: 1.7rem;
  }
  .sec03 p.txt {
    width: 100%;
    text-align: center;
  }
  .sec03 .img02 {
    margin-top: 0;
  }
  .sec03 .txt02+.flex .img02 {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .info_box {
    width: 100%;
  }
  .info_box+.info_box {
    margin-top: 40px;
  }
  .info_box .tag {
    margin-top: -20px;
    margin-left: -8px;
  }
  .info_box .tag img {
    width: 95px;
  }
  .info_box.info03 .tag img {
    width: 130px;
  }
  .btn_area {
    margin-top: 20px;
  }
  .btn_area p {
    font-size: 1.4rem;
  }
  .btn_area .btn_box {
    display: block;
    padding: 0 20px;
  }
  .btn_area *+.btn_box {
    margin-top: 10px;
  }
  .btn_area .btn_box *+* {
    margin-left: 0;
  }
  .info_box .read p.txt.type02 {
    font-size: 2.4rem;
    display: inline-block;
    margin-top: 5px;
  }
  .info_box .ttl {
    padding: 20px 30px;
  }
  .info_box.info02 .ttl img {
    width: 60px;
  }
  .info_box.info03 .ttl img {
    width: 200px;
  }
  .info_box.info04 .ttl img {
    width: 229px;
  }
  .info_box.info05 .ttl img {
    width: 286px;
  }
  .info_box.info06 .ttl img {
    width: 200px;
  }
  .info_box .read p.txt {
    width: 100%;
  }
  .info_box .read p.txt.type01 {
    font-size: 2.1rem;
  }
  .info_box .logo_img {
    display: block;
  }
  .info_box .read {
    padding: 25px;
  }
  .info_box .flex {
    display: block;
  }
  .info_box .img01 {
    text-align: center;
    margin-right: 0;
  }
  .info_box.info04 .img01 img {
    width: 50px;
  }
  .info_box .logo_img {
    text-align: center;
    padding-top: 20px;
  }
  .info_box.info04 .logo_img img {
    width: 155px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .info_box.info05 .logo_img img {
    width: 49px;
    margin-bottom: 10px;
  }
  .info_box .logo_img *+* {
    margin-left: 0;
    font-size: 1.6rem;
  }
  .info_box .read p.txt.type03 {
    font-size: 2.4rem;
  }
  .info_box .read p.btn_txt {
    font-size: 1.4rem;
  }
  .info_box .btn_box {
    padding: 0 40px;
  }
  .info_box .sub_txt {
    font-size: 1.1rem;
    margin-top: -20px;
  }
  .sec04 {
    margin-top: 0;
    padding-top: 35px;
    font-size: 1.2rem;
  }
  .sec04 h4 img {
    width: 110px;
  }
  .num_red {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .num_red .note {
    font-size: 1.4rem;
  }
  .type01 .note {
    padding-left: 1.2rem;
  }
  .type01 .note span {
    padding-left: 0;
  }
  .type02.note {
    margin-top: 20px;
    font-size: 1.2rem;
  }
  .sec04 .box {
    display: block;
    padding: 30px 25px;
  }
  .sec04 .box span {
    text-align: center;
  }
  .sec04 .box p {
    font-size: 1.6rem;
  }
  .sec04 .box>div {
    width: 100%;
  }
  .sec04 .box .btn_box {
    text-align: center;
    margin-top: 20px;
  }
  .sec04 .box .btn_box {
    padding: 0 45px;
  }
  .sec04 .box+.box {
    margin-top: 20px;
  }
  .sec05 {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .sec05 h4 img {
    width: 154px;
  }
  .sec05 h4+* {
    margin-top: 20px;
  }
  .sec05 .sp_white {
    background: #fff;
    padding: 20px;
    text-align: center;
  }
  .sec05 .navi {
    margin-top: 10px;
    justify-content: center;
  }
  .sec05 .navi img {
    width: 67px;
  }
  .sec05 .navi .txt02 {
    font-size: 2.4rem;
  }
  .sec05 .navi .txt02 span {
    font-size: 1.1rem;
    display: block;
  }
  .sec05 .box01 {
    display: block;
  }
  .sec05 .box01 span {
    display: inline-flex;
    font-size: 1.6rem;
    border-radius: 0;
    width: 125px;
    height: 22px;
    margin-right: 0;
  }
  .sec05 .box01 .bold {
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
    font-size: 1.3rem;
  }
  .sec05 .box01+* {
    margin-top: 20px;
  }
  .sec05 .txt05 {
    background: #eee;
    padding: 20px;
    padding-top: 0;
    text-align: center;
    margin-top: 0;
    color: #61A865;
    font-size: 1.5rem;
  }
  .sec05 .note {
    text-align: left;
    font-size: 1.2rem;
    padding-left: 1.2rem;
  }
  .sec05 .box02 span {
    font-size: 1.6rem;
  }
  .sec05 .box02 figure {
    position: relative;
  }
  .sec05 .box02 figure img {
    width: 35px;
    position: absolute;
    bottom: 0;
    margin-left: 8px;
    margin-bottom: -20px;
  }
  .sec05 .box02 .flex {
    padding-bottom: 10px;
    border-bottom: solid 1px #111;
  }
  .sec05 .box02 .txt03 {
    padding-top: 15px;
    font-size: 1.6rem;
  }
  .sec05 .box02 .txt03 span {
    font-size: 2.4rem;
  }
  .sec05 .box03 {
    display: block;
  }
  .sec05 .box03 span {
    display: inline-flex;
    font-size: 1.6rem;
    border-radius: 0;
    width: 125px;
    height: 22px;
    margin-top: 15px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .sec05 .box03 .bold {
    font-size: 1.3rem;
    text-align: center;
  }
  .sec05 .pagetop {
    margin-right: 6px;
    margin-bottom: 30px;
  }
  .sec05 .pagetop img {
    width: 15px;
  }
  footer {
    height: 90px;
    padding: 18px 24px;
    justify-content: flex-end;
    text-align: right;
  }
  .is_pc {
    display: none!important;
  }
  .is_sp {
    display: block;
  }
  .howto_txt span {
    font-size: 1.6rem;
  }
  .howto_txt span::before,.howto_txt span::after {
    width: 50px;
  }
  .howto_txt+p {
    text-align: left;
  }
  .howto_txt+p+.note {
    text-align: left;
  }
}

@media screen and (max-width: 320px) {
  .sec05 .box02 span {
    font-size: 1.4rem;
  }
  .sec05 .box02 figure img {
    width: 25px;
    margin-bottom: -12px;
  }
}



