@charset "UTF-8";
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%;
  background: transparent;
}

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

nav ul, li {
  list-style: none;
}

#tko_header *, #tko_footer * {
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, "Meiryo", "メイリオ", sans-serif;
  font-weight: normal;
  font-feature-settings: normal !important;
  letter-spacing: 0 !important;
}

#tko_header a, #tko_footer a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000;
  text-decoration: none;
}

#tko_header a:link, #tko_header a:active, #tko_footer a:link, #tko_footer a:active {
  color: #000;
  text-decoration: none;
}

#tko_header a:visited, #tko_footer a:visited {
  color: #000;
  text-decoration: none;
}

#tko_header a:focus, #tko_footer a:focus {
  outline: none;
}

#tko_header {
  width: 100%;
  height: 50px;
  background: #fff;
}

#tko_header .tko_header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  padding: 0 10px;
}

#tko_header .logo {
  width: 127px;
}

#tko_header .logo a {
  display: block;
}

#tko_header .logo a img {
  display: block;
  width: 127px;
  height: 40px;
}

#tko_footer {
  font-size: 14px;
  line-height: 1.6;
  border-top: solid 1px #000;
  background: #fff;
}

#tko_footer .footer-top-section .inner-section {
  padding: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#tko_footer .footer-top-section .logo {
  width: 125px;
}

#tko_footer .footer-top-section .logo h1 a {
  display: block;
}

#tko_footer .footer-top-section .logo h1 a img {
  display: block;
  width: 100%;
}

#tko_footer .footer-top-section .sns {
  display: flex;
}

#tko_footer .footer-top-section .sns .sns__btn {
  display: block;
  justify-content: flex-start;
  align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  font-size: 0;
  margin-right: 10px;
}

#tko_footer .footer-top-section .sns .sns__btn.--fb {
  background-color: #1877f2;
  background-image: url(https://tk.ismcdn.jp/common/images/v5/common/ico-fb_w.svg);
  background-size: 26px;
  background-position: center bottom;
}

#tko_footer .footer-top-section .sns__btn.--x {
  background-color: #000;
  background-image: url(https://tk.ismcdn.jp/common/images/v5/common/x-logo-logo.svg);
}

#tko_footer .footer-top-section .sns .sns__btn.--tw {
  background-color: #1DA1F2;
  background-image: url(https://tk.ismcdn.jp/common/images/v5/common/ico-tw_w.svg);
}

#tko_footer .footer-top-section .sns .sns__btn.--line {
  background-color: #00c300;
  background-image: url(https://tk.ismcdn.jp/common/images/v5/common/ico-line_w.svg);
}

#tko_footer .footer-top-section .sns .sns__btn.--youtube {
  background-color: #DA1725;
  background-image: url(https://tk.ismcdn.jp/common/images/v5/common/ico-youtube_w.svg);
}

#tko_footer .footer-top-section .sns .sns__btn.--rss {
  display: none;
  background-color: #868686;
  background-image: url(https://tk.ismcdn.jp/common/images/v5/common/ico-rss_w.svg);
}

#tko_footer .footer-middle-section {
  background: #f5f5f5;
}

#tko_footer .footer-menu__block {
  padding: 1em;
  border-top: solid 1px #bbb;
}

#tko_footer .footer-menu__heading {
  font-size: 13px;
  font-weight: bold;
  position: relative;
}

#tko_footer .footer-menu__heading span.blank {
  padding-right: 14px;
  font-weight: bold;
  background: url(https://tk.ismcdn.jp/common/images/v5/common/icon-ex.png) no-repeat right 1px;
  background-size: 10px;
}

#tko_footer .footer-menu-check {
  display: none;
}

#tko_footer .footer-menu-label {
  display: block;
}

#tko_footer .footer-menu-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 5%;
  width: 10px;
  height: 10px;
  border-right: solid 2px #868686;
  border-bottom: solid 2px #868686;
  transform: rotate(45deg);
}

#tko_footer .footer-menu-check:checked + .footer-menu-label::after {
  transform: rotate(-135deg);
  top: 20%;
}

#tko_footer .footer-menu__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 1em;
}

#tko_footer .footer-menu__list.--half .footer-menu__item {
  width: 45%;
}

#tko_footer .footer-menu__item {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 14px;
  font-size: 13px;
}

#tko_footer .footer-menu__item::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border: solid 1px #000;
  border-radius: 4px;
  position: absolute;
  top: 6px;
  left: 0;
}

#tko_footer .footer-menu-content-01, #tko_footer .footer-menu-content-02, #tko_footer .footer-menu-content-03 {
  height: 0;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
}

#tko_footer .footer-menu-check:checked + .footer-menu-label + .footer-menu-content-01 {
  height: 248px;
  opacity: 1;
  visibility: visible;
}

#tko_footer .footer-menu-check:checked + .footer-menu-label + .footer-menu-content-02 {
  height: 94px;
  opacity: 1;
  visibility: visible;
}

#tko_footer .footer-menu-check:checked + .footer-menu-label + .footer-menu-content-03 {
  height: 34px;
  opacity: 1;
  visibility: visible;
}

#tko_footer .footer-sub-link {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1em;
}

#tko_footer .footer-sub-link a {
  font-size: 12px;
  padding-right: 9px;
  border-right: solid 1px #000;
  display: block;
  line-height: 1;
  margin: 0 9px 1em 0;
}

#tko_footer .footer-sub-link a:last-child {
  border-right: none;
}

#tko_footer .footer-sub-link a:first-child {
  padding-left: 0;
}

#tko_footer .footer-bottom-section {
  padding: 1em;
  border-top: solid 1px #bbb;
  background: #f5f5f5;
}

#tko_footer .footer-bottom-section .inner-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#tko_footer .footer-bottom-section .abj-mark {
  max-width: 80px;
}

#tko_footer .footer-bottom-section .abj-mark img {
  width: 100%;
}

#tko_footer .footer-bottom-section .copy {
  font-size: 10px;
  color: #8C8C8C;
  margin-top: 5px;
}

#tko_footer .footer-bottom-section .company-logo {
  background: url(https://tk.ismcdn.jp/common/images/v5/common/toyokeizai_footerlogo.png?rd=201707051212) no-repeat center;
  background-size: 154px 28px;
  width: 154px;
  height: 28px;
  display: block;
  font-size: 0;
}

@media screen and (min-width: 641px) {
  body {
    min-width: 1024px;
  }
  #tko_header *, #tko_footer * {
    font-family: Hiragino Sans, "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: normal;
  }
  #tko_header a:hover, #tko_footer a:hover {
    color: #000;
    text-decoration: underline;
  }
  #tko_header {
    height: 80px;
  }
  #tko_header .tko_header_inner {
    width: 1000px;
    height: 80px;
    margin: 0 auto;
    padding: 8px 0 12px;
  }
  #tko_header .logo {
    width: 192px;
  }
  #tko_header .logo a img {
    width: 192px;
    height: 60px;
  }
  #tko_footer {
    line-height: initial;
    border-top: solid 1px #868686;
  }
  #tko_footer .footer-top-section .inner-section {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0 45px;
    justify-content: flex-start;
  }
  #tko_footer .footer-top-section .logo {
    width: 192px;
    margin-right: 40px;
  }
  #tko_footer .footer-top-section .sns .sns__btn {
    margin-right: 20px;
  }
  #tko_footer .footer-top-section .sns .sns__btn.--rss {
    display: block;
  }
  #tko_footer .footer-menu-section {
    padding-bottom: 40px;
  }
  #tko_footer .footer-menu-section .inner-section {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
  }
  #tko_footer .footer-menu-section .footer-menu__block:nth-of-type(1) {
    width: 60%;
  }
  #tko_footer .footer-menu-section .footer-menu__block:nth-of-type(2) {
    width: 40%;
  }
  #tko_footer .footer-middle-section {
    border-top: solid 1px #ccc;
    padding: 40px 0 15px;
  }
  #tko_footer .footer-middle-section .inner-section {
    width: 1000px;
    margin: 0 auto;
  }
  #tko_footer .footer-middle-section .footer-menu__block {
    margin-bottom: 25px;
  }
  #tko_footer .footer-menu__block {
    padding: 0;
    border-top: none;
  }
  #tko_footer .footer-menu-label::after {
    display: none;
  }
  #tko_footer .footer-menu__list {
    justify-content: flex-start;
    padding-top: 15px;
  }
  #tko_footer .footer-menu__item {
    width: 45%;
  }
  #tko_footer .footer-menu-content-01, #tko_footer .footer-menu-content-02, #tko_footer .footer-menu-content-03 {
    height: auto !important;
    opacity: 1;
    visibility: visible;
  }
  #tko_footer .footer-menu-content-01 .footer-menu__item:nth-of-type(1) {
    order: 1;
  }
  #tko_footer .footer-menu-content-01 .footer-menu__item:nth-of-type(2) {
    order: 3;
  }
  #tko_footer .footer-menu-content-01 .footer-menu__item:nth-of-type(3) {
    order: 5;
  }
  #tko_footer .footer-menu-content-01 .footer-menu__item:nth-of-type(4) {
    order: 7;
  }
  #tko_footer .footer-menu-content-01 .footer-menu__item:nth-of-type(5) {
    order: 2;
  }
  #tko_footer .footer-menu-content-01 .footer-menu__item:nth-of-type(6) {
    order: 4;
  }
  #tko_footer .footer-menu-content-01 .footer-menu__item:nth-of-type(7) {
    order: 6;
  }
  #tko_footer .footer-menu-content-01 .footer-menu__item:nth-of-type(8) {
    order: 8;
  }
  #tko_footer .footer-sub-link {
    padding-top: 15px;
  }
  #tko_footer .footer-sub-link a {
    padding-right: 10px;
    margin: 0 10px 0 0;
  }
  #tko_footer .footer-bottom-section {
    padding: 40px 0;
    border-top: solid 1px #ccc;
  }
  #tko_footer .footer-bottom-section .inner-section {
    width: 1000px;
    margin: 0 auto;
  }
  #tko_footer .footer-bottom-section .logo-section {
    display: flex;
    align-items: center;
  }
  #tko_footer .footer-bottom-section .copy {
    margin-top: 0;
    margin-left: 20px;
  }
  #tko_footer .footer-bottom-section .company-logo {
    background-size: 196px 36px;
    width: 196px;
    height: 36px;
  }
}
/*----------------------------------------------------- */
/*  base           */
/*----------------------------------------------------- */
.sp_only {
  display: none;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

.inner {
  box-sizing: content-box;
  max-width: 1000px;
  padding: 0 3%;
  position: relative;
  margin: 0 auto;
}

body {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: #000;
}
body a {
  text-decoration: none;
  color: #000;
}
body a:hover {
  text-decoration: none;
}

@media screen and (max-width: 641px) {
  body {
    font-size: 14px;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .inner {
    padding: 0 5%;
  }
}
/*----------------------------------------------------- */
/*  header           */
/*----------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  z-index: 100;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.header_logo {
  max-width: 190px;
  margin-left: 20px;
}
.header_logo a {
  transition: 0.3s ease-in-out;
}
.header_logo a:hover {
  opacity: 0.7;
}

.header_btn {
  width: 320px;
}
.header_btn a {
  display: block;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: url(../images/ico_arrow.png), linear-gradient(30deg, #0357d5 0%, #39c5f9 100%);
  text-decoration: none;
  background-position: right 20px center, center center;
  background-repeat: no-repeat;
  background-size: 14px, 100%;
  transition: 0.3s ease-in-out;
}
.header_btn a:hover {
  opacity: 0.7;
}

#contents {
  padding-top: 20px;
}

@media screen and (max-width: 641px) {
  .header {
    top: 0;
    width: 100%;
    height: 60px;
  }
  .header_logo {
    max-width: 30%;
    margin-left: 3%;
  }
  .header_btn {
    width: 60%;
  }
  .header_btn a {
    height: 60px;
    font-size: 16px;
    background-position: right 20px center, center center;
    background-size: 10px, 100%;
  }
  #contents {
    padding-top: 10px;
  }
}
/*----------------------------------------------------- */
/*  kv           */
/*----------------------------------------------------- */
.kv {
  background: url(../images/bg_kv.png) center bottom no-repeat;
  background-size: cover;
  padding: 20px 5%;
  position: relative;
}

.kv_pic {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
}
.kv_pic img {
  vertical-align: bottom;
}

@media screen and (max-width: 641px) {
  .kv {
    background: none;
    padding: 0;
  }
  .kv_logo {
    width: 24%;
    top: 0;
    right: 0;
  }
}
/*----------------------------------------------------- */
/*  intro           */
/*----------------------------------------------------- */
.intro {
  padding: 60px 0 40px;
  position: relative;
  background: #fff;
}

.intro p {
  line-height: 2;
  max-width: 900px;
  margin: 0 auto 40px;
}

.intro_btn {
  max-width: 420px;
  margin: 0 auto;
}
.intro_btn a {
  display: block;
  width: 100%;
  color: #fff;
  height: 80px;
  line-height: 80px;
  border-radius: 100px;
  background: url(../images/ico_arrow.png), linear-gradient(30deg, #0357d5 0%, #39c5f9 100%);
  background-position: right 20px center, center center;
  background-repeat: no-repeat;
  background-size: 14px, 100%;
  text-decoration: none;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  transition: 0.3s ease-in-out;
}
.intro_btn a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 641px) {
  .intro {
    padding: 40px 0 20px;
  }
  .intro::after {
    bottom: -59px;
    height: 60px;
    width: 100%;
  }
  .intro p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .intro_btn a {
    height: 70px;
    line-height: 70px;
    font-size: 20px;
  }
}
/*----------------------------------------------------- */
/*  program           */
/*----------------------------------------------------- */
.program {
  padding: 80px 0;
  position: relative;
}
.program::after {
  content: "";
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg_program.png) center bottom no-repeat;
  background-size: cover;
}

.program_sec {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 6% 40px;
  position: relative;
  z-index: 10;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);

}
.program_sec h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}
.program_sec .time {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}
.program_sec .time span {
  background: #000;
  padding: 2px 15px;
  color: #fff;
}
.program_sec h3 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
}
.program_sec h3 span {
  font-size: 24px;
}
.program_sec ul {
  display: flex;
  align-items: center;
  margin: 0 auto 20px;
}
.program_sec ul .pic {
  max-width: 160px;
  margin-right: 30px;
}
.program_sec ul .contents {
  flex: 1;
}
.program_sec ul .name {
  font-size: 18px;
  font-weight: bold;
}
.program_sec ul .name em {
  font-size: 24px;
  font-style: normal;
}
.program_sec ul .role {
  margin-bottom: 10px;
}
.program_sec ul .role span {
  border: 1px solid #000;
  padding: 0 10px;
}
.program_sec .list01 {
  max-width: 580px;
}
.program_sec .list02 {
  max-width: 720px;
}
.program_sec .list03 {
  border-top: 1px solid #000;
  padding-top: 30px;
  max-width: 720px;
}
.program_sec .details {
  margin-bottom: 40px;
}
.program_sec .details dt {
  font-size: 18px;
  color: #fff;
  background: linear-gradient(30deg, #0357d5 0%, #39c5f9 100%);
  text-align: center;
  width: 240px;
  border-radius: 100px;
  padding: 8px 0;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}
.program_sec .details dt::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 16px;
  height: 9px;
  background: url(../images/ico_arrow_02.png) no-repeat;
  background-size: contain;
  transition: all 0.3s ease-out;
}
.program_sec .details dt.active::after {
  transform: rotate(180deg);
}
.program_sec .details dd {
  display: none;
  padding-top: 20px;
}
.program_sec .profile {
  margin-bottom: 20px;
}
.program_sec .profile dt {
  font-size: 18px;
  color: #fff;
  background: linear-gradient(30deg, #0357d5 0%, #39c5f9 100%);
  text-align: center;
  width: 240px;
  border-radius: 100px;
  padding: 8px 0;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}
.program_sec .profile dt::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 16px;
  height: 9px;
  background: url(../images/ico_arrow_02.png) no-repeat;
  background-size: contain;
  transition: all 0.3s ease-out;
}
.program_sec .profile dt.active::after {
  transform: rotate(180deg);
}
.program_sec .profile dd {
  display: none;
  padding-top: 20px;
}
.program_sec .profile + ul {
  margin-top: 60px;
}

.program_sec + .program_sec {
  margin-top: 60px;
}

.program_note {
  text-align: center;
  margin-top: 80px;
}

@media screen and (max-width: 641px) {
  .program {
    padding: 60px 0;
  }
  .program_sec {
    padding: 40px 4% 30px;
  }
  .program_sec::after {
    transform: skewX(0deg);
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
  }
  .program_sec h2 {
    font-size: 20px;
  }
  .program_sec .time {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .program_sec h3 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .program_sec h3 span {
    font-size: 16px;
  }
  .program_sec ul {
    align-items: flex-start;
  }
  .program_sec ul .pic {
    max-width: 100px;
    margin-right: 20px;
  }
  .program_sec ul .post {
    font-size: 12px;
  }
  .program_sec ul .role {
    margin-bottom: 5px;
  }
  .program_sec ul .role span {
    font-size: 12px;
  }
  .program_sec ul .name {
    font-size: 16px;
    font-weight: bold;
  }
  .program_sec ul .name em {
    font-size: 20px;
    font-style: normal;
  }
  .program_sec .details {
    margin-bottom: 30px;
  }
  .program_sec .details dt {
    font-size: 14px;
    width: 160px;
  }
  .program_sec .details dt::after {
    top: calc(50% - 3px);
    right: 12px;
    width: 12px;
    height: 6px;
  }
  .program_sec .details dd {
    display: none;
    padding-top: 20px;
  }
  .program_sec .profile {
    margin-bottom: 20px;
  }
  .program_sec .profile dt {
    font-size: 14px;
    width: 160px;
  }
  .program_sec .profile dt::after {
    top: calc(50% - 3px);
    right: 12px;
    width: 12px;
    height: 6px;
  }
  .program_sec .profile dd {
    display: none;
    padding-top: 20px;
  }
  .program_sec + .program_sec {
    margin-top: 30px;
  }
  .program_note {
    text-align: center;
    font-size: 12px;
    margin-top: 40px;
  }
}
/*----------------------------------------------------- */
/*  outline           */
/*----------------------------------------------------- */
.outline {
  padding: 20px 0 80px;
  position: relative;
  background: #fff;
}

.outline h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}

.outline_list01 {
  max-width: 920px;
  margin: 0 auto 60px;
}
.outline_list01 li {
  background: #eeeeee;
  padding: 30px 40px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.outline_list01 li h3 {
  font-size: 18px;
  font-weight: bold;
  width: 18%;
}
.outline_list01 li div {
  flex: 1;
}
.outline_list01 li p {
  font-size: 24px;
  font-weight: bold;
}
.outline_list01 li span {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
}
.outline_list01 li a {
  text-decoration: underline;
}

.outline_list02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
.outline_list02 li {
  width: 25%;
  text-align: center;
  margin-bottom: 40px;
}
.outline_list02 li img {
  display: block;
  max-width: 80%;
  margin: 0 auto;
}
.outline_list02 li a {
  transition: 0.3s ease-in-out;
}
.outline_list02 li a:hover {
  opacity: 0.7;
}

.outline_list02_ttl {
  text-align: center;
  margin-bottom: 20px;
}
.outline_list02_ttl span {
  font-size: 16px;
  background: #000;
  color: #fff;
  padding: 2px 20px;
}

.outline_txt {
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
}
.outline_txt a {
  text-decoration: underline;
}

.outline_btn {
  max-width: 420px;
  margin: 0 auto 80px;
}
.outline_btn a {
  display: block;
  width: 100%;
  height: 80px;
  line-height: 80px;
  border-radius: 100px;
  background: url(../images/ico_arrow.png), linear-gradient(30deg, #0357d5 0%, #39c5f9 100%);
  text-decoration: none;
  background-position: right 30px center, center center;
  background-repeat: no-repeat;
  background-size: 14px, 100%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.outline_btn a:hover {
  opacity: 0.7;
}

.outline_note01 {
  font-weight: bold;
  color: #007fcb;
}
.outline_note01 b {
  font-size: 24px;
  color: #f00;
  font-weight: bold;
}

.contact {
  max-width: 520px;
  margin: 0 auto;
  border: 1px solid #000;
  text-align: center;
  position: relative;
  padding: 30px 3% 25px;
}
.contact h3 {
  background: #000;
  color: #fff;
  font-weight: bold;
  width: 140px;
  padding: 2px 0;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.contact a {
  text-decoration: underline;
}

@media screen and (max-width: 641px) {
  .outline {
    padding: 30px 0 50px;
  }
  .outline::after {
    top: -59px;
    height: 60px;
  }
  .outline h2 {
    font-size: 20px;
  }
  .outline h2::after {
    content: "";
    position: absolute;
    top: -3px;
    left: calc(50% - 70px);
    width: 140px;
    height: 40px;
  }
  .outline_list01 {
    margin: 0 auto 60px;
  }
  .outline_list01 li {
    padding: 15px 10px;
    display: block;
  }
  .outline_list01 li h3 {
    font-size: 12px;
    width: 100%;
    margin-bottom: 10px;
  }
  .outline_list01 li p {
    font-size: 16px;
  }
  .outline_list01 li span {
    font-size: 12px;
  }
  .outline_list02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
  }
  .outline_list02 li {
    width: 48%;
    text-align: center;
    margin-bottom: 40px;
  }
  .outline_list02 li h3 {
    text-align: center;
    margin-bottom: 20px;
  }
  .outline_list02 li h3 span {
    font-size: 14px;
  }
  .outline_list02 li p {
    text-align: center;
    font-size: 16px;
  }
  .outline_list02 li img {
    display: block;
    max-width: 90%;
    margin: 0 auto;
  }
  .outline_txt {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .outline_btn {
    max-width: 420px;
    margin: 0 auto 60px;
  }
  .outline_btn a {
    height: 70px;
    line-height: 70px;
    font-size: 20px;
  }
  .outline_note01 b {
    font-size: 18px;
  }
}/*# sourceMappingURL=style.css.map */