@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

td {
  text-align: left;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select, textarea, img {
  vertical-align: middle;
}

ul, dl, ol {
  list-style: none;
}

em {
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* ========================================
    ■ 必須設定
======================================== */
/* 頻出の色 */
.font_skyblue {
  color: #4f9aed;
}

.font_skyblue2 {
  color: #50b0ed;
}

.font_lightblue {
  color: #e8f6ff;
}

.font_red {
  color: #ce2b2c;
}

.font_yelloworange {
  color: #ffb400;
}

/* 関数
----------------------------- */
.kenten, .kenten_half {
  padding: 0.35em 0;
  background-repeat: repeat-x;
  background-size: 1em 0.5em;
  background-position: top left;
  background-image: radial-gradient(0.04rem 0.04rem at center center, #212020 50%, transparent 50%);
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  letter-spacing: 0;
}

.kenten_half {
  background-size: 0.65em 0.5em;
}

.kenten_yelloworange {
  padding: 0.35em 0;
  background-repeat: repeat-x;
  background-size: 1em 0.5em;
  background-position: top left;
  background-image: radial-gradient(0.04rem 0.04rem at center center, #ffb400 50%, transparent 50%);
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  letter-spacing: 0;
}

.is_sp {
  display: block;
}

@media screen and (min-width: 769px) {
  .is_sp {
    display: none;
  }
}

.is_pc {
  display: none;
}

@media screen and (min-width: 769px) {
  .is_pc {
    display: block;
  }
}

img.is_sp,
br.is_sp {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  img.is_sp,
  br.is_sp {
    display: none;
  }
}

img.is_pc,
br.is_pc {
  display: none;
}

@media screen and (min-width: 769px) {
  img.is_pc,
  br.is_pc {
    display: inline-block;
  }
}

/* ========================================
    ■ General
======================================== */
/* 1px = 0.01remに変換（100px = 1rem）*/
html {
  font-size: 13.02083vw;
}

@media screen and (min-width: 769px) {
  html {
    font-size: 6.51042vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #212020;
  line-height: 1.6;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  font-size: 0.26rem;
  letter-spacing: 0.075em;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 0.23rem;
  }
}

a {
  color: #4f9aed;
  text-decoration: underline;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

a::before, a::after {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

a:hover {
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

a:hover::before, a:hover::after {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

img,
video,
object {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

section {
  position: relative;
}

mark {
  background: none;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
}

picture {
  display: block;
}

/* utility class
----------------------------- */
.wrap {
  position: relative;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .wrap {
    max-width: 1536px;
  }
}

.clearfix {
  overflow: hidden;
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.hover:hover {
  display: inline-block;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.hover:hover:hover {
  -webkit-transform: scale(0.98, 0.98);
          transform: scale(0.98, 0.98);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.scrollbar::-webkit-scrollbar {
  background: #ccc;
  width: 0.1rem;
}

.scrollbar::-webkit-scrollbar-thumb {
  background: #aaa;
}

table.tbl_block {
  display: block;
  text-align: left;
}

@media screen and (min-width: 769px) {
  table.tbl_block {
    display: table;
  }
}

table.tbl_block tbody {
  display: block;
  text-align: left;
}

@media screen and (min-width: 769px) {
  table.tbl_block tbody {
    display: table-row-group;
  }
}

table.tbl_block tr {
  display: block;
  text-align: left;
}

@media screen and (min-width: 769px) {
  table.tbl_block tr {
    display: table-row;
  }
}

table.tbl_block th,
table.tbl_block td {
  display: block;
  text-align: left;
}

@media screen and (min-width: 769px) {
  table.tbl_block th,
  table.tbl_block td {
    display: table-cell;
  }
}

.cta_btn_slash::before, .cta_btn_slash::after, .cta_company a::after, .sec01_content01_pin::before, .sec01_content01_pin_list > li::before, .sec01_content02_tit01::before, .sec01_content02_tit01::after, .sec01_content03::before, .sec01_content03_tit01::after, .sec01_content03_tit02::after, .sec04_cycle_tbl tbody td:nth-of-type(2)::before, .sec05_certificate_head::before, .sec05_certificate_head::after, .sec05_certificate_foot::before, .sec05_certificate_foot::after, .sec07_faq_q::after {
  content: "";
  display: block;
}

/* マーカー */
mark {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #f3f3f3), color-stop(30%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #f3f3f3 30%, rgba(255, 255, 255, 0) 30%);
}

.marker_gray {
  background: #626262;
  border-radius: 0.05rem;
  padding: 0 0.5em;
  color: #fff;
}

.marker_yelloworange {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(255, 179, 0, 0.5)), color-stop(30%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(255, 179, 0, 0.5) 30%, rgba(255, 255, 255, 0) 30%);
}

.underline_yelloworange {
  background: none;
  border-bottom: solid 2px #ffb400;
}

/* ・リスト */
.list_dot > li {
  position: relative;
  padding-left: 1em;
}

.list_dot > li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.img_fit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ========================================
    ■ header
======================================== */
#header {
  padding: 0.24rem 0 0.24rem;
}

.header_logo {
  position: relative;
}

.header_logo > img {
  width: 2.9rem;
  display: block;
  margin: 0 auto 0;
}

.header_btn01 {
  background: #ce2b2c;
  width: 1.25rem;
  padding: 0.14rem 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .header_btn01 {
    width: 2.7rem;
  }
}

.header_btn01 > img {
  width: 1.1rem;
}

.header_btn01 > picture {
  width: 0.64rem;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .header_btn01 > picture {
    width: 1.4rem;
  }
}

/* ========================================
    ■ cta
======================================== */
.cta {
  background: url(../images/cta_bg01.png) no-repeat center top;
  background-size: cover;
  padding: 0.25rem 0 0.45rem;
}

@media screen and (min-width: 769px) {
  .cta {
    background: url(../images/cta_bg02.png) no-repeat 9.8rem 0.75rem, url(../images/cta_bg01_pc.png) no-repeat center top;
    background-size: 3.55rem auto, cover;
    padding: 0.4rem 0 0.5rem;
  }
}

.cta_tit01 {
  max-width: 6.36rem;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .cta_tit01 {
    max-width: 12.16rem;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .cta_tit01_txt01 > img {
    width: 7.2rem;
  }
}

.cta_txt01 {
  max-width: 6.87rem;
  margin: 0.48rem 0 0 auto;
}

@media screen and (min-width: 769px) {
  .cta_txt01 {
    max-width: 11.72rem;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .cta_txt01_txt01 {
    margin: 0.45rem 0 0 0;
  }
}

.cta_txt01_txt01 > img {
  width: 6.65rem;
}

@media screen and (min-width: 769px) {
  .cta_txt01_txt01 > img {
    width: 7.9rem;
  }
}

.cta_btn_list {
  margin: 0.5rem 0 0;
}

@media screen and (min-width: 769px) {
  .cta_btn_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0.35rem 0 0;
  }
}

.cta_btn_list > li {
  position: relative;
  width: 6.54rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .cta_btn_list > li:nth-of-type(n + 2) {
    margin-top: 0.15rem;
  }
}

@media screen and (min-width: 769px) {
  .cta_btn_list > li {
    width: 4.95rem;
    margin: 0 0.1rem;
  }
}

.cta_btn_slash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 0.1rem;
  width: 100%;
  padding: 0 0 0 0.75rem;
  font-size: 0.25rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  .cta_btn_slash {
    padding: 0 0 0 0.5rem;
    font-size: 0.19rem;
  }
}

.cta_btn_slash::before, .cta_btn_slash::after {
  background: url(../images/cta_btn_slash_bg01.png) no-repeat center center;
  background-size: 100% 100%;
  width: 0.12rem;
  height: 0.2rem;
  margin: 0 0.5em;
}

.cta_btn_slash::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.cta_company {
  margin: 0.15rem 0 0;
  text-align: center;
}

.cta_company a {
  position: relative;
  color: inherit;
  font-size: 0.3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  .cta_company a {
    font-size: 0.25rem;
  }
}

.cta_company a::after {
  position: absolute;
  right: -0.35rem;
  top: calc(50% - 0.11rem);
  background: url(../images/cta_company_ico01.png) no-repeat center center;
  background-size: 100% 100%;
  width: 0.22rem;
  height: 0.23rem;
}

@media screen and (min-width: 769px) {
  .cta_company a::after {
    right: -0.25rem;
    top: calc(50% - 0.08rem);
    width: 0.16rem;
    height: 0.18rem;
  }
}

.cta_foot {
  width: 90%;
  margin: 0.2rem auto 0;
  font-size: 0.16rem;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .cta_foot {
    width: 7.1rem;
  }
}

/* ========================================
    ■ sec01
======================================== */
.sec01_content01 {
  margin: 0.5rem 0 0;
}

@media screen and (min-width: 769px) {
  .sec01_content01 {
    margin: 0.9rem 0 0;
  }
}

.sec01_content01_tit01 {
  font-size: 0.36rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

.sec01_content01_img01 {
  border-radius: 0.1rem;
  overflow: hidden;
  width: 6.35rem;
  height: 3.4rem;
  margin: 0.25rem auto 0;
}

@media screen and (min-width: 769px) {
  .sec01_content01_img01 {
    width: 8.1rem;
    height: 3.65rem;
    margin: 0.3rem auto 0;
  }
}

.sec01_content01_txt01 {
  width: 6.35rem;
  margin: 0.2rem auto 0;
}

@media screen and (min-width: 769px) {
  .sec01_content01_txt01 {
    width: 8.1rem;
  }
}

.sec01_content01_txt01 strong {
  font-weight: 500;
}

.sec01_content01_pin {
  position: relative;
  background: url(../images/sec01_content01_pin_pattern01.png);
  border-radius: 0.1rem;
  width: 6.35rem;
  margin: 0.45rem auto 0;
  padding: 0.3rem 0.24rem;
}

@media screen and (min-width: 769px) {
  .sec01_content01_pin {
    width: 8.1rem;
    margin: 0.6rem auto 0;
    padding: 0.35rem;
    text-align: center;
  }
}

.sec01_content01_pin::before {
  position: absolute;
  left: calc(50% - 0.16rem);
  top: -0.16rem;
  background: url(../images/sec01_content01_pin_ico01.png) no-repeat center center;
  background-size: 100% 100%;
  width: 0.32rem;
  height: 0.32rem;
}

.sec01_content01_pin > p:nth-of-type(n + 2) {
  margin-top: 0.25rem;
}

.sec01_content01_pin_list {
  margin: 0.25rem 0 0 0.3rem;
  font-size: 0.32rem;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .sec01_content01_pin_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0.25rem 0 0;
    font-size: 0.3rem;
  }
}

.sec01_content01_pin_list > li {
  position: relative;
  padding: 0 0 0 1em;
}

@media screen and (min-width: 769px) {
  .sec01_content01_pin_list > li {
    padding: 0 1em 0 0.5em;
  }
}

.sec01_content01_pin_list > li::before {
  position: absolute;
  left: 0;
  top: 0.7em;
  background: #4f9aed;
  width: 0.1rem;
  height: 0.1rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.sec01_content02 {
  margin: 0.55rem 0 0;
}

.sec01_content02_tit01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.34rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.sec01_content02_tit01::before, .sec01_content02_tit01::after {
  background: url(../images/sec01_content02_tit01_bg01.png) no-repeat center center;
  background-size: 100% 100%;
  width: 0.16rem;
  height: 0.26rem;
  margin: 0 0.5em;
}

.sec01_content02_tit01::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.sec01_content02_img01 {
  width: 90%;
  margin: 0.2rem auto 0;
}

@media screen and (min-width: 769px) {
  .sec01_content02_img01 {
    width: 8.3rem;
  }
}

.sec01_content03 {
  position: relative;
  background: #e8f6ff;
  padding: 0.5rem 0 0.6rem;
}

@media screen and (min-width: 769px) {
  .sec01_content03 {
    margin: 0.25rem 0 0;
    padding: 1.55rem 0 1rem;
  }
}

.sec01_content03::before {
  position: absolute;
  left: 0;
  top: -1px;
  background: #fff;
  width: 100%;
  height: 1.35rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media screen and (min-width: 769px) {
  .sec01_content03::before {
    height: 0.85rem;
  }
}

.sec01_content03_tit01 {
  position: relative;
  background: url(../images/sec01_content03_tit01_bg01.png) no-repeat center top;
  background-size: cover;
  border-radius: 0.05rem;
  -webkit-box-shadow: 0 0.05rem 0.15rem rgba(0, 0, 0, 0.03);
          box-shadow: 0 0.05rem 0.15rem rgba(0, 0, 0, 0.03);
  width: 6.9rem;
  margin: 0 auto;
  padding: 0.4rem 0;
  color: #fff;
  font-size: 0.35rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .sec01_content03_tit01 {
    width: 9.95rem;
    padding: 0.35rem 0;
    font-size: 0.32rem;
  }
}

.sec01_content03_tit01::after {
  position: absolute;
  left: 0;
  bottom: -0.75rem;
  background: url(../images/cmn_bg_dot01.png) no-repeat center center;
  background-size: auto 100%;
  width: 100%;
  height: 0.5rem;
}

.sec01_content03_tit01 + .sec01_content03_tit02 {
  margin-top: 1rem;
}

.sec01_content03_tit02 {
  position: relative;
  background: #fff;
  border: solid 2px #ffb400;
  border-radius: 100px;
  width: 2.2rem;
  margin: 0 auto;
  padding: 0.1rem 0;
  font-size: 0.22rem;
  font-weight: 500;
  text-align: center;
}

.sec01_content03_tit02::after {
  position: absolute;
  left: calc(50% - 0.11rem);
  bottom: -0.15rem;
  background: url(../images/sec01_content03_tit02_bg01.png) no-repeat center center;
  background-size: 100% 100%;
  width: 0.22rem;
  height: 0.15rem;
}

.sec01_content03_quotation {
  margin: 0.35rem 0 0;
}

@media screen and (min-width: 769px) {
  .sec01_content03_quotation {
    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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.sec01_content03_quotation > li {
  position: relative;
  background: #fff;
  border-radius: 0.1rem;
  -webkit-box-shadow: 0 0.05rem 0.15rem rgba(79, 153, 237, 0.1);
          box-shadow: 0 0.05rem 0.15rem rgba(79, 153, 237, 0.1);
  width: 6.9rem;
  margin: 0 auto;
  padding: 0.3rem 0;
  font-size: 0.27rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec01_content03_quotation > li:nth-of-type(n + 2) {
    margin-top: 0.25rem;
  }
}

@media screen and (min-width: 769px) {
  .sec01_content03_quotation > li {
    width: 5.7rem;
    margin: 0 0.15rem;
    font-size: 0.22rem;
  }
  .sec01_content03_quotation > li:nth-of-type(n + 3) {
    margin-top: 0.45rem;
  }
}

.sec01_content03_quotation > li::before {
  content: "“";
  display: inline-block;
  position: absolute;
  left: 0.15rem;
  top: -0.25rem;
  color: #ffb400;
  font-size: 1.06rem;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .sec01_content03_quotation > li::before {
    left: 0.05rem;
    font-size: 0.88rem;
  }
}

.sec01_content03_quotation_notes {
  margin-top: 0.5em;
  color: #626262;
  font-size: calc(23 / 27 * 100%);
  font-weight: 400;
}

.sec01_content03_tbl01 {
  width: 7.1rem;
  margin: 0.15rem auto 0;
}

@media screen and (min-width: 769px) {
  .sec01_content03_tbl01 {
    width: 8.35rem;
    margin: 0.45rem auto 0;
  }
}

.sec01_content03_result {
  position: relative;
  background: url(../images/cmn_bg_dot01.png) no-repeat center top;
  background-size: 0.06rem auto;
  width: 6.9rem;
  margin: 0.1rem auto 0;
  padding: 0.65rem 0 0;
}

.sec01_content03_result + .sec01_content03_tit02 {
  margin-top: 0.55rem;
}

.sec01_content03_result_txt01 {
  font-size: 0.34rem;
  font-weight: 700;
  text-align: center;
}

.sec01_content03_result_txt01 b {
  font-size: calc(66 / 34 * 100%);
}

.sec01_content03_result_txt01_notes {
  font-size: 0.16rem;
  text-align: right;
}

.sec01_content03_foot {
  margin: 0.15rem 0 0;
  font-size: 0.23rem;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .sec01_content03_foot {
    margin: 0.3rem 0 0;
  }
}

.sec01_content03_foot > p:nth-of-type(n + 2) {
  margin-top: 0.5em;
}

.sec01_content03_foot a {
  color: inherit;
}

.sec01_subcontent {
  padding: 0.4rem 0 0.48rem;
  background-color: white;
}

@media screen and (min-width: 769px) {
  .sec01_subcontent {
    padding: 1rem 0;
  }
}

.sec01_subcontent_head {
  font-size: 0.36rem;
  text-align: center;
  font-weight: 700;
}

.sec01_subcontent_box {
  max-width: 6.33rem;
  margin: 0.48rem auto;
  background-color: #e8f6ff;
  border-radius: 0.1rem;
  padding: 0.4rem 0;
}

@media screen and (min-width: 769px) {
  .sec01_subcontent_box {
    max-width: 9.94rem;
  }
}

.sec01_subcontent_box_tit {
  font-size: 0.27rem;
  text-align: center;
  font-weight: 700;
}

.sec01_subcontent_box_tit_br {
  content: "";
  display: block;
  margin-top: 0.24rem;
}

.sec01_subcontent_box_tit_end {
  margin-left: 3.4rem;
}

.sec01_subcontent_box_image {
  max-width: 5.69rem;
  margin: 0.28rem auto 0;
  display: block;
}

@media screen and (min-width: 769px) {
  .sec01_subcontent_box_image {
    max-width: 6.64rem;
  }
}

.sec01_subcontent_box_about {
  font-size: 0.23rem;
  font-weight: 500;
  max-width: 6.05rem;
  margin: 0.24rem auto 0;
  background-color: white;
  border-radius: 0.1rem;
  padding: 0.24rem;
  letter-spacing: 0.012rem;
}

@media screen and (min-width: 769px) {
  .sec01_subcontent_box_about {
    max-width: 9.52rem;
  }
}

.sec01_subcontent_box_about > p {
  max-width: 5.81rem;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .sec01_subcontent_box_about > p {
    max-width: 9.1rem;
  }
}

.sec01_subcontent_box_bg01,
.sec01_subcontent_box_bg02,
.sec01_subcontent_box_bg03 {
  background-repeat: no-repeat;
  background-size: 23%;
  background-position: right 3% top 10%;
}

@media screen and (min-width: 769px) {
  .sec01_subcontent_box_bg01,
  .sec01_subcontent_box_bg02,
  .sec01_subcontent_box_bg03 {
    background-size: 14%;
    background-position: right 7% top 7%;
  }
}

.sec01_subcontent_box_bg01 {
  background-image: url(../images/sec01_subcontent_box01_bg.png);
}

.sec01_subcontent_box_bg02 {
  background-image: url(../images/sec01_subcontent_box02_bg.png);
}

.sec01_subcontent_box_bg03 {
  background-image: url(../images/sec01_subcontent_box03_bg.png);
  background-position: right 3% top 65%;
}

@media screen and (min-width: 769px) {
  .line_height3 {
    line-height: 3.2;
  }
}

/* ========================================
    ■ sec02
======================================== */
#sec02 {
  background: url(../images/sec02_bg01.png) no-repeat center top;
  background-size: cover;
  padding: 0.5rem 0 0.6rem;
}

@media screen and (min-width: 769px) {
  #sec02 {
    padding: 1rem 0 1.05rem;
  }
}

.sec02_head {
  color: #6f6f6f;
  font-size: 0.26rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}

.sec02_head b {
  color: #212020;
  font-size: calc(42 / 26 * 100%);
}

.sec02_worry {
  margin: 0.25rem 0 0;
}

@media screen and (min-width: 769px) {
  .sec02_worry {
    margin: 0.6rem 0 0;
  }
}

.sec02_worry > li {
  width: 7.16rem;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .sec02_worry > li {
    width: 11.82rem;
  }
}

.sec02_worry > li:nth-of-type(n + 2) {
  margin-top: 0.45rem;
}

@media screen and (min-width: 769px) {
  .sec02_worry > li:nth-of-type(n + 2) {
    margin-top: 0.55rem;
  }
}

.sec02_foot {
  background: url(../images/cmn_bg_dot01.png) no-repeat center top;
  background-size: 0.06rem auto;
  margin: 0.3rem 0 0;
  padding: 0.8rem 0 0;
  font-size: 0.34rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .sec02_foot {
    margin: 0.4rem 0 0;
    font-size: 0.3rem;
  }
}

/* ========================================
    ■ sec03
======================================== */
#sec03 {
  padding: 0.75rem 0 0.6rem;
}

@media screen and (min-width: 769px) {
  #sec03 {
    padding: 1.05rem 0;
  }
}

.sec03_head {
  text-align: center;
  letter-spacing: 0.1em;
}

.sec03_head_txt01 {
  font-size: 0.28rem;
  font-weight: 500;
}

.sec03_head_txt02 {
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.sec03_head_txt02 b {
  font-size: calc(80 / 50 * 100%);
}

.sec03_step {
  margin: 0.3rem 0 0;
}

.sec03_step > li {
  width: 6.52rem;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .sec03_step > li {
    width: 10.14rem;
  }
}

.sec03_step > li:nth-of-type(n + 2) {
  margin-top: 0.4rem;
}

@media screen and (min-width: 769px) {
  .sec03_step > li:nth-of-type(n + 2) {
    margin-top: 0.55rem;
  }
}

.sec03_foot {
  background: url(../images/cmn_bg_dot01.png) no-repeat center top;
  background-size: 0.06rem auto;
  margin: 0.1rem 0 0;
  padding: 0.75rem 0 0;
  font-size: 0.34rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .sec03_foot {
    margin: 0.15rem 0 0;
    font-size: 0.3rem;
  }
}

/* ========================================
    ■ sec04
======================================== */
#sec04 {
  background: #f2f3f5;
  padding: 0.6rem 0;
}

@media screen and (min-width: 769px) {
  #sec04 {
    padding: 0.95rem 0 1.05rem;
  }
}

.sec04_tit01 {
  background: url(../images/sec04_tit01_ico01.png) no-repeat center top;
  background-size: 0.75rem auto;
  margin: 0 auto;
  padding: 0.9rem 0 0;
  font-size: 0.28rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

.sec04_tit01:nth-child(n + 2) {
  margin-top: 0.6rem;
}

@media screen and (min-width: 769px) {
  .sec04_tit01:nth-child(n + 2) {
    margin-top: 0.7rem;
  }
}

.sec04_tit01#sec04_country_tit {
  width: 6.9rem;
}

@media screen and (min-width: 769px) {
  .sec04_tit01#sec04_country_tit {
    width: 6.6rem;
  }
}

.sec04_tit01 small {
  display: block;
  font-size: calc(16 / 36 * 100%);
  font-weight: 400;
  text-align: right;
}

.sec04_cycle {
  background: #fff;
  border-radius: 0.1rem;
  -webkit-box-shadow: 0 0.05rem 0.15rem rgba(79, 153, 237, 0.1);
          box-shadow: 0 0.05rem 0.15rem rgba(79, 153, 237, 0.1);
  width: 6.9rem;
  margin: 0.35rem auto 0;
  padding: 0.3rem 0;
}

@media screen and (min-width: 769px) {
  .sec04_cycle {
    width: 8.15rem;
    margin: 0.3rem auto 0;
    padding: 0.35rem 0;
  }
}

.sec04_cycle_tbl {
  width: 6.35rem;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .sec04_cycle_tbl {
    width: 7.45rem;
  }
}

.sec04_cycle_tbl thead th {
  width: 50%;
  padding: 0.15rem 0;
  font-size: 0.25rem;
  font-weight: 700;
  text-align: center;
}

.sec04_cycle_tbl thead th:nth-of-type(1) {
  background: #595956;
  color: #fff;
}

.sec04_cycle_tbl thead th:nth-of-type(2) {
  background: #4f9aed;
  color: #fff;
}

.sec04_cycle_tbl tbody tr:nth-of-type(2n) td {
  background: #f2f3f5;
}

.sec04_cycle_tbl tbody td {
  position: relative;
  padding: 0.2rem 0;
  font-size: 0.23rem;
  font-weight: 700;
  text-align: center;
}

.sec04_cycle_tbl tbody td:nth-of-type(2) {
  color: #ce2b2c;
}

.sec04_cycle_tbl tbody td:nth-of-type(2)::before {
  position: absolute;
  left: -0.08rem;
  top: calc(50% - 0.11rem);
  background: #1a1a1a;
  width: 0.16rem;
  height: 0.22rem;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.sec04_cycle_foot {
  margin: 0.15rem auto 0;
  font-size: 0.18rem;
  letter-spacing: -0.02rem;
  max-width: 7rem;
}

@media screen and (min-width: 769px) {
  .sec04_cycle_foot {
    font-size: 0.19rem;
    max-width: initial;
    text-align: center;
    letter-spacing: 0.01em;
  }
}

@media screen and (max-width: 768px) {
  .sec04_cycle_foot_space {
    margin-left: 0.16rem;
  }
}

.sec04_result {
  margin: 0.3rem 0 0;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .sec04_result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.2rem;
  }
}

.sec04_result > li {
  width: 6.9rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sec04_result > li:nth-of-type(n + 2) {
    margin-top: 0.3rem;
  }
}

@media screen and (min-width: 769px) {
  .sec04_result > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 5.62rem;
    margin: 0 0.26rem;
  }
}

.sec04_result_pattern {
  background: #fff;
  border-radius: 0.1rem;
  -webkit-box-shadow: 0 0.05rem 0.15rem rgba(79, 153, 237, 0.1);
          box-shadow: 0 0.05rem 0.15rem rgba(79, 153, 237, 0.1);
  overflow: hidden;
  font-size: 0.26rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  .sec04_result_pattern {
    font-size: 0.24rem;
  }
}

.sec04_result_pattern_tit01 {
  padding: 0.15rem 0;
}

.sec04_result_pattern_tit01::before, .sec04_result_pattern_tit01::after {
  content: "-";
  display: inline-block;
  margin: 0 0.5em;
}

.sec04_result_pattern_tit01.negative {
  background: #595956;
  color: #fff;
}

.sec04_result_pattern_tit01.positive {
  background: -webkit-gradient(linear, left top, right top, from(#4f9aed), to(#50b0ed));
  background: linear-gradient(90deg, #4f9aed, #50b0ed);
  color: #fff;
}

.sec04_result_pattern_txt_01 {
  padding: 0.32rem 0;
}

@media screen and (min-width: 769px) {
  .sec04_result_pattern_txt_01 {
    padding: 0;
    font-size: 0.2rem;
  }
}

.sec04_result_pattern_txt_02 {
  padding-bottom: 0.32rem;
}

@media screen and (min-width: 769px) {
  .sec04_result_pattern_txt_02 {
    font-size: 0.2rem;
    padding-bottom: 0rem;
    margin-top: 0.32rem;
  }
}

@media screen and (min-width: 769px) {
  .sec04_result_pattern_txt_wrap01 {
    padding: 0.64rem 0;
  }
}

@media screen and (min-width: 769px) {
  .sec04_result_pattern_txt_wrap02 {
    padding: 0.16rem 0;
  }
}

.sec04_result_pattern_txtß_notes {
  margin: 0.5em 0 0;
  font-size: calc(23 / 30 * 100%);
  font-weight: 400;
}

.sec04_result_pattern_foot {
  margin: 0.2rem 0 0;
  font-size: 0.23rem;
}

@media screen and (min-width: 769px) {
  .sec04_result_pattern_foot {
    margin: 0.15rem 0 0;
    font-size: 0.19rem;
  }
}

.sec04_country {
  background: #fff;
  border-radius: 0.1rem;
  -webkit-box-shadow: 0 0.05rem 0.15rem rgba(79, 153, 237, 0.1);
          box-shadow: 0 0.05rem 0.15rem rgba(79, 153, 237, 0.1);
  overflow: hidden;
  width: 6.9rem;
  margin: 0.15rem auto 0;
}

@media screen and (min-width: 769px) {
  .sec04_country {
    width: 11.75rem;
    margin: 0.4rem auto 0;
  }
}

.sec04_country thead th,
.sec04_country thead td {
  background: -webkit-gradient(linear, left top, right top, from(#4f9aed), to(#50b0ed));
  background: linear-gradient(90deg, #4f9aed, #50b0ed);
  padding: 0.15rem 0.05rem;
  color: #fff;
  font-size: 0.25rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.sec04_country thead td {
  border-left: solid 1px #fff;
}

.sec04_country tbody tr:nth-of-type(2n-1) th,
.sec04_country tbody tr:nth-of-type(2n-1) td {
  background: #f2f3f5;
}

.sec04_country tbody tr:nth-of-type(2n-1) td {
  border-left: solid 1px #fff;
}

.sec04_country tbody tr:nth-of-type(2n) td {
  border-left: solid 1px #f2f3f5;
}

.sec04_country tbody th,
.sec04_country tbody td {
  padding: 0.2rem 0.05rem;
  font-size: 0.18rem;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}

@media screen and (min-width: 769px) {
  .sec04_country tbody th,
  .sec04_country tbody td {
    font-size: 0.2rem;
  }
}

.sec04_country tbody small {
  font-size: calc(16 / 18 * 100%);
  font-weight: 400;
}

.sec04_country tfoot td {
  border-top: solid 1px #f2f3f5;
  padding: 0.2rem 0.15rem;
  font-size: 0.16rem;
}

@media screen and (min-width: 769px) {
  .sec04_country tfoot td {
    padding: 0.35rem 0.2rem;
  }
}

.sec04_country_foot > li {
  position: relative;
  padding: 0 0 0 0.5em;
}

.sec04_country_foot > li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "*";
  display: inline-block;
}

.sec04_map {
  max-width: 7.24rem;
  display: block;
  margin: 0.24rem auto 0;
}

@media screen and (min-width: 769px) {
  .sec04_map {
    max-width: 12.18rem;
  }
}

/* ========================================
    ■ sec05
======================================== */
#sec05 {
  padding: 0.6rem 0;
}

@media screen and (min-width: 769px) {
  #sec05 {
    padding: 1.05rem 0;
  }
}

.sec05_certificate {
  position: relative;
  border: solid 1px #f2f3f5;
  width: 6.3rem;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .sec05_certificate {
    width: 9.95rem;
  }
}

.sec05_certificate_head {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.sec05_certificate_head::before, .sec05_certificate_head::after {
  position: absolute;
  top: 0;
  width: 0.2rem;
  height: 0.2rem;
}

.sec05_certificate_head::before {
  left: 0;
  border-top: solid 2px #212020;
  border-left: solid 2px #212020;
}

.sec05_certificate_head::after {
  right: 0;
  border-top: solid 2px #212020;
  border-right: solid 2px #212020;
}

.sec05_certificate_foot {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.sec05_certificate_foot::before, .sec05_certificate_foot::after {
  position: absolute;
  bottom: 0;
  width: 0.2rem;
  height: 0.2rem;
}

.sec05_certificate_foot::before {
  left: 0;
  border-bottom: solid 2px #212020;
  border-left: solid 2px #212020;
}

.sec05_certificate_foot::after {
  right: 0;
  border-bottom: solid 2px #212020;
  border-right: solid 2px #212020;
}

.sec05_certificate_body {
  padding: 0.55rem 0 0.45rem;
}

@media screen and (min-width: 769px) {
  .sec05_certificate_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.8rem 1rem;
  }
}

.sec05_certificate_body_tit01 {
  font-size: 0.28rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  .sec05_certificate_body_tit01 {
    text-align: left;
  }
}

.sec05_certificate_body_tit01 mark {
  font-size: calc(35 / 28 * 100%);
}

.sec05_certificate_body_tit01 mark::after {
  content: "";
  display: inline-block;
  background: url(../images/sec05_certificate_body_tit01_ico01.png) no-repeat center center;
  background-size: 100% 100%;
  width: 0.34rem;
  height: 0.4rem;
}

.sec05_certificate_body_img01 {
  width: 4.84rem;
  margin: 0.3rem auto 0;
}

@media screen and (min-width: 769px) {
  .sec05_certificate_body_img01 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 2.9rem;
    margin: 0 0.25rem 0 0;
  }
}

/* ========================================
    ■ sec06
======================================== */
#sec06 {
  background: url(../images/sec06_bg01.png) no-repeat center top;
  background-size: cover;
  padding: 0.6rem 0;
}

@media screen and (min-width: 769px) {
  #sec06 {
    background-image: url(../images/sec06_bg01_pc.png);
    padding: 1.05rem 0;
  }
}

.sec06_head {
  background: #dcebfb;
  border: solid 1px #fff;
  border-radius: 100px;
  -webkit-box-shadow: 0 0.09rem 0.12rem rgba(86, 86, 86, 0.3);
          box-shadow: 0 0.09rem 0.12rem rgba(86, 86, 86, 0.3);
  width: 5.3rem;
  margin: 0 auto;
  padding: 0.05rem;
}

@media screen and (min-width: 769px) {
  .sec06_head {
    width: 6.85rem;
  }
}

.sec06_head_tit01 {
  border: solid 1px #fff;
  border-radius: 100px;
  padding: 0.15rem 0;
  color: #4f9aed;
  font-size: 0.35rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  .sec06_head_tit01 {
    padding: 0.25rem 0;
  }
}

.sec06_body {
  width: 6.35rem;
  margin: 0.2rem auto 0;
}

@media screen and (min-width: 769px) {
  .sec06_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 11.75rem;
    margin: 0.4rem auto 0;
  }
}

.sec06_body_img01 {
  border-radius: 0.1rem;
  -webkit-box-shadow: 0 0.05rem 0.15rem rgba(79, 153, 237, 0.08);
          box-shadow: 0 0.05rem 0.15rem rgba(79, 153, 237, 0.08);
  overflow: hidden;
  width: 100%;
  height: 3.4rem;
}

@media screen and (min-width: 769px) {
  .sec06_body_img01 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 5.8rem;
    height: 3.75rem;
    margin-right: 0.35rem;
  }
}

.sec06_body_txt01 {
  background: linear-gradient(0deg, #f2f3f5 1px, rgba(255, 255, 255, 0) 1px) repeat-y left top;
  background-size: 100% calc(0.25rem * 1.8);
  margin: 0.2rem 0 0;
  padding: 0 0 0.1rem;
  font-size: 0.25rem;
  line-height: calc(0.25rem * 1.8);
}

@media screen and (min-width: 769px) {
  .sec06_body_txt01 {
    background-size: 100% calc(0.22rem * 1.8);
    margin: 0;
    font-size: 0.22rem;
    line-height: calc(0.22rem * 1.8);
  }
}

/* ========================================
    ■ sec07
======================================== */
#sec07 {
  padding: 0.55rem 0 0.6rem;
}

@media screen and (min-width: 769px) {
  #sec07 {
    padding: 1rem 0 1.1rem;
  }
}

.sec07_head {
  background: url(../images/sec07_head_bg01.png) no-repeat center center;
  background-size: auto 100%;
  padding: 0.35rem 0 0.25rem;
  text-align: center;
  letter-spacing: 0.1em;
}

.sec07_head_txt01 {
  font-size: 0.3rem;
  font-weight: 500;
}

.sec07_head_txt02 {
  font-size: 0.45rem;
  font-weight: 700;
}

.sec07_faq {
  width: 6.9rem;
  margin: 0.3rem auto 0;
}

@media screen and (min-width: 769px) {
  .sec07_faq {
    width: 11.75rem;
  }
}

.sec07_faq > li:nth-of-type(n + 2) {
  margin-top: 0.35rem;
}

@media screen and (min-width: 769px) {
  .sec07_faq > li:nth-of-type(n + 2) {
    margin-top: 0.45rem;
  }
}

.sec07_faq_q {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#4f9aed), to(#50b0ed));
  background: linear-gradient(90deg, #4f9aed, #50b0ed);
  border-radius: 0.1rem 0.1rem 0 0;
  padding: 0.2rem 0.55rem 0.2rem 0.3rem;
  color: #fff;
  font-size: 0.25rem;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .sec07_faq_q {
    padding: 0.2rem 1.1rem 0.2rem 0.85rem;
    font-size: 0.24rem;
  }
}

.sec07_faq_q::after {
  position: absolute;
  right: 0.2rem;
  top: 0.35rem;
  background: url(../images/sec07_faq_q_ico01.png) no-repeat center center;
  background-size: 100% 100%;
  width: 0.24rem;
  height: 0.14rem;
}

@media screen and (min-width: 769px) {
  .sec07_faq_q::after {
    right: 0.75rem;
  }
}

.sec07_faq_a {
  border: solid 0.03rem #4f9aed;
  border-radius: 0 0 0.1rem 0.1rem;
  padding: 0.25rem;
  font-size: 0.25rem;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .sec07_faq_a {
    padding: 0.2rem 0.95rem 0.2rem 0.85rem;
    font-size: 0.24rem;
  }
}

.sec07_faq_a > p:nth-of-type(n + 2) {
  margin-top: 0.5em;
}

.sec07_faq_a a {
  color: inherit;
}

.sec07_faq_a_sub {
  background: #e8f6ff;
  border-radius: 0.1rem;
  padding: 0.2rem 0;
  font-weight: 500;
}

.sec07_faq_a_sub:nth-child(n + 2) {
  margin-top: 0.2rem;
}

@media screen and (min-width: 769px) {
  .sec07_faq_a_sub:nth-child(n + 2) {
    margin-top: 0.25rem;
  }
}

.sec07_faq_a_sub_tit {
  background: #50b0ed;
  color: #fff;
  text-align: center;
}

.sec07_faq_a_sub_tit::before, .sec07_faq_a_sub_tit::after {
  content: "-";
  display: inline-block;
  margin: 0 0.5em;
}

.sec07_faq_a_sub_txt {
  padding: 0.15rem 0.2rem 0;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .sec07_faq_a_sub_txt {
    padding: 0.15rem 0.4rem 0;
  }
}

.sec07_faq_a_sub_txt .center {
  text-align: center;
}

.sec07_faq_a_tit01 {
  background: #e8f6ff;
  padding: 0.05rem;
  color: #50b0ed;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .sec07_faq_a_tit01 {
    padding: 0.05rem 0.2rem;
  }
}

.sec07_faq_a_tit01:nth-child(n + 2) {
  margin-top: 0.2rem;
}

/* ========================================
    ■ sec08
======================================== */
#sec08 {
  background: #f2f3f5;
  padding: 0.55rem 0;
}

@media screen and (min-width: 769px) {
  #sec08 {
    padding: 0.95rem 0;
  }
}

.sec08_tit01 {
  font-size: 0.36rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}

.sec08_attention {
  width: 6.5rem;
  margin: 0.3rem auto 0;
  font-size: 0.24rem;
}

@media screen and (min-width: 769px) {
  .sec08_attention {
    width: 11.75rem;
  }
}

.sec08_attention > li::before {
  content: "■";
  display: inline-block;
}

.sec08_attention > li:nth-of-type(n + 2) {
  margin-top: 1em;
}

/* ========================================
    ■ sec09
======================================== */
#sec09 {
  padding: 0.55rem 0;
}

@media screen and (min-width: 769px) {
  #sec09 {
    padding: 0.95rem 0;
  }
}

.sec09_tit01 {
  font-size: 0.36rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}

.sec09_company {
  margin: 0.35rem 0 0;
  text-align: center;
}

.sec09_company > dt {
  display: inline-block;
  background: #f2f3f5;
  border-radius: 0.1rem;
  min-width: 2.05rem;
  padding: 0.05rem 0.3rem;
  font-size: 0.3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.sec09_company > dt:nth-of-type(n + 2) {
  margin-top: 0.35rem;
}

.sec09_company > dd {
  margin: 0.15rem 0 0;
}

/* ========================================
    ■ footer
======================================== */
#footer {
  padding: 0.8rem 0 0;
}

.footer_link {
  font-size: 0.22rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .footer_link_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .footer_link_list > li:nth-of-type(n + 2) {
    margin-top: 0.15rem;
  }
}

@media screen and (min-width: 769px) {
  .footer_link_list > li {
    margin: 0 0.23rem;
  }
}

.footer_link_list a {
  color: inherit;
}

.footer_copyright {
  background: #212020;
  margin: 0.6rem 0 0;
  padding: 0.05rem 0;
  color: #fff;
  font-size: 0.16rem;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */