@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* -------------------------------------------------------------------------*/
/* MIXIN / ARGUMENT / COMMON CLASS
/* -------------------------------------------------------------------------*/
.default_ftz {
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width:640px) {
  .default_ftz {
    font-size: 16px;
    font-size: 1rem;
  }
}

.text_out {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.fixed_area {
  max-width: 1200px;
  margin: 0 auto;
}

.tbl_scroll {
  overflow-x: auto;
}
.tbl_scroll table {
  min-width: 600px;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* FONT
/* -------------------------------------------------------------------------*/
.gothic, body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif;
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.gothic_2, .program-merit-box-2 .program-merit-box-2-text h6, .program-merit-box .program-merit-text h5 {
  font-family: "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "MS PGothic", sans-serif;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* COMMON / BASE
/* -------------------------------------------------------------------------*/
html {
  font-size: 15px;
  line-height: 1.5em;
}
@media only screen and (max-width:980px) {
  html {
    font-size: 14px;
  }
}
@media print {
  html {
    width: 1000px !important;
  }
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

body {
  margin: 0;
  padding: 0;
  color: #333;
}

.ta_R {
  text-align: right;
}

.ta_L {
  text-align: left;
}

.ta_C {
  text-align: center;
}

.font-s {
  font-size: 15px;
  font-size: 0.9375rem !important;
  font-style: normal;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* BURGUR MENU
/* -------------------------------------------------------------------------*/
body {
  padding-left: 50px;
}
@media only screen and (max-width:980px) {
  body {
    padding-left: 40px;
  }
}
@media only screen and (max-width:640px) {
  body {
    padding-left: 0;
  }
}

#BGR_mn {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  padding: 10px;
  width: 50px;
  cursor: pointer;
  transition: all 0.2s ease;
}
#BGR_mn span {
  display: block;
  height: 2px;
  background: #000;
  border-radius: 5px;
  transition: transform 0.2s ease;
}
#BGR_mn span:nth-child(2) {
  margin: 8px 0;
}
@media only screen and (max-width:980px) {
  #BGR_mn {
    width: 40px;
    padding: 10px 8px;
  }
}

#SideNV {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: calc(-100VW + 50px);
  height: 100vh;
  width: 100vw;
  padding: 0 50px;
  background-color: #fff;
  border-right: 1px solid #d2d2d2;
  cursor: pointer;
  transition: background 0.2s ease;
}
#SideNV:hover {
  background-color: #ececec;
}
@media only screen and (max-width:980px) {
  #SideNV {
    left: calc(-100VW + 40px);
    padding: 0 40px;
  }
}
@media only screen and (max-width:640px) {
  #SideNV {
    left: -100VW;
    padding: 0;
  }
}

body.smn_open {
  overflow-y: hidden;
}
body.smn_open #BGR_mn span:nth-child(1) {
  transform: rotate(-45deg) translate(-9px, 5px);
}
body.smn_open #BGR_mn span:nth-child(2) {
  opacity: 0;
}
body.smn_open #BGR_mn span:nth-child(3) {
  transform: rotate(45deg) translate(-9px, -5px);
}
body.smn_open #SideNV {
  left: 0;
  background-color: #ececec;
  border-color: #d2d2d2;
  overflow-y: auto;
  transition: left 0.5s ease;
  cursor: default;
}
body.smn_open #SNV_area {
  opacity: 1;
}

#SNV_area {
  display: flex;
  flex-direction: row-reverse;
  max-width: 800px;
  padding-top: 50px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.2s ease;
}
#SNV_area .snv_1 {
  width: 300px;
  padding-right: 20px;
  border-right: 1px solid #002671;
  color: #002671;
}
#SNV_area .snv_1 a {
  color: #002671;
  text-decoration: none;
}
#SNV_area .snv_1 .logo a {
  display: block;
  overflow: hidden;
}
#SNV_area .snv_1 .logo a img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin-top: -2px;
}
#SNV_area .snv_1 address {
  font-style: normal;
}
#SNV_area .snv_1 address h1 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
}
#SNV_area .snv_1 address h1 span {
  white-space: nowrap;
}
#SNV_area .snv_1 address p {
  font-size: 14px;
  font-size: 0.875rem;
}
#SNV_area .snv_1 address p a, #SNV_area .snv_1 address p span {
  white-space: nowrap;
}
#SNV_area .snv_1 address p a:hover {
  text-decoration: underline;
}
#SNV_area .snv_1 #HD_info ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #bdc4d3;
}
#SNV_area .snv_1 #HD_info li {
  margin: 5px 0;
}
#SNV_area .snv_1 #HD_info li a {
  display: block;
  padding: 10px;
  background-color: #fff;
  line-height: 1;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #fff;
  transition: border 0.2s ease;
}
#SNV_area .snv_1 #HD_info li a:hover {
  border-color: #477eec;
}
#SNV_area .snv_1 #HD_info li a img {
  width: 160px;
  height: auto;
}
#SNV_area .snv_1 figure {
  margin: 20px 0 0;
  padding: 0;
}
#SNV_area .snv_1 figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}
#SNV_area .snv_2 {
  flex: 1;
  padding-left: 30px;
}
#SNV_area .snv_2 .block {
  margin-bottom: 30px;
}
#SNV_area .snv_2 .block a {
  text-decoration: none;
  color: #000;
}
#SNV_area .snv_2 .block a:hover {
  text-decoration: underline;
}
#SNV_area .snv_2 .block .title {
  padding: 0;
  display: block;
  padding: 8px 10px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  border-radius: 3px;
}
#SNV_area .snv_2 .block.nv_1 .title, #SNV_area .snv_2 .block.nv_2 .title {
  background-color: #4bc71b;
}
#SNV_area .snv_2 .block.nv_3 .title {
  background-color: #f89200;
}
#SNV_area .snv_2 .block.nv_1 ul, #SNV_area .snv_2 .block.nv_2 ul, #SNV_area .snv_2 .block.nv_3 ul {
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
}
#SNV_area .snv_2 .block.nv_1 li, #SNV_area .snv_2 .block.nv_2 li, #SNV_area .snv_2 .block.nv_3 li {
  position: relative;
  margin: 0;
  padding: 0 0 0 20px;
}
#SNV_area .snv_2 .block.nv_1 li::before, #SNV_area .snv_2 .block.nv_2 li::before, #SNV_area .snv_2 .block.nv_3 li::before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
}
#SNV_area .snv_2 .block.nv_1 li::before, #SNV_area .snv_2 .block.nv_2 li::before {
  background-color: #4bc71b;
}
#SNV_area .snv_2 .block.nv_3 li::before {
  background-color: #f89200;
}
#SNV_area .snv_2 .block.info_link {
  font-size: 15px;
  font-size: 0.9375rem;
}
#SNV_area .snv_2 .block.info_link ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#SNV_area .snv_2 .block.info_link li {
  margin: 5px 0;
}
#SNV_area .snv_2 .block.info_link li a {
  display: block;
  padding: 10px;
  background-color: #f7f7f7;
  transition: background 0.2s ease;
}
#SNV_area .snv_2 .block.info_link li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#SNV_area .snv_2 .block.info_link li a:hover {
  background-color: #fff;
  text-decoration: none;
}
#SNV_area .snv_2 .block.info_link li.nvB_1 a::before {
  background-image: url(../img/ic_company.png);
}
#SNV_area .snv_2 .block.info_link li.nvB_2 a::before {
  background-image: url(../img/ic_gbook.png);
}
#SNV_area .snv_2 .block.info_link li.nvB_3 a::before {
  background-image: url(../img/ic_download.png);
}
@media only screen and (max-width:980px) {
  #SNV_area .snv_1 {
    width: 250px;
    padding-right: 15px;
  }
  #SNV_area .snv_2 {
    padding-left: 20px;
  }
}
@media only screen and (max-width:640px) {
  #SNV_area {
    position: relative;
    display: block;
    padding: 50px 10px 60px;
  }
  #SNV_area .snv_1 {
    width: auto;
    padding-right: 0;
    border: none;
  }
  #SNV_area .snv_1 .logo {
    position: absolute;
    width: 100%;
    top: 5px;
    left: 0;
  }
  #SNV_area .snv_1 .logo a {
    margin: 0 auto;
    width: 200px;
  }
  #SNV_area .snv_1 figure {
    display: none;
  }
  #SNV_area .snv_2 {
    padding-left: 0;
    margin-bottom: 20px;
  }
  #SNV_area .snv_2 .block {
    margin: 10px 0;
  }
  #SNV_area .snv_2 .block .title {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0;
    border-radius: 5px 5px 0 0;
  }
  #SNV_area .snv_2 .block.nv_1 ul, #SNV_area .snv_2 .block.nv_2 ul, #SNV_area .snv_2 .block.nv_3 ul {
    margin: 0;
  }
  #SNV_area .snv_2 .block.nv_1 li, #SNV_area .snv_2 .block.nv_2 li, #SNV_area .snv_2 .block.nv_3 li {
    padding: 0;
    border-bottom: 1px solid #d6d6d6;
  }
  #SNV_area .snv_2 .block.nv_1 li::before, #SNV_area .snv_2 .block.nv_2 li::before, #SNV_area .snv_2 .block.nv_3 li::before {
    display: none;
  }
  #SNV_area .snv_2 .block.nv_1 li a, #SNV_area .snv_2 .block.nv_2 li a, #SNV_area .snv_2 .block.nv_3 li a {
    display: block;
    padding: 10px;
    background-color: #fff;
  }
  #SNV_area .snv_2 .block.info_link li a {
    background-color: #fff;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* HD
/* -------------------------------------------------------------------------*/
#HD {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 50px;
  right: 0;
  height: 92px;
  background-color: #fff;
  transition: height 0.2s ease;
}
#HD * {
  transition: all 0.2s ease;
}
#HD .hd_wrp {
  position: relative;
}
#HD #HD_logo {
  margin: 27px 0 0;
  padding: 0;
}
#HD #HD_logo .sp {
  display: none;
}
#HD #HD_logo a {
  display: block;
}
#HD #HD_logo img {
  width: 363px;
  height: auto;
}
#HD #HD_info {
  position: absolute;
  top: 10px;
  right: 10px;
}
#HD #HD_info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
#HD #HD_info li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0 15px;
}
#HD #HD_info li a {
  display: block;
}
#HD #HD_info .link_1 {
  font-size: 15px;
  font-size: 0.9375rem;
  border-right: 1px solid #e6eaed;
}
#HD #HD_info .link_1 a {
  padding: 7px 15px;
  text-decoration: none;
  color: #002671;
  line-height: 1;
  background-color: #f2f4f6;
  border: 1px solid #e1eaf1;
  border-radius: 2px;
}
#HD #HD_info .link_1 a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #4bc71b;
}
#HD #HD_info .link_2 a img {
  width: 190px;
  height: auto;
}
body.hd_fixed #HD {
  height: 50px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
body.hd_fixed #HD #HD_logo {
  margin-top: 5px;
}
body.hd_fixed #HD #HD_logo img {
  width: 240px;
  height: auto;
}
body.hd_fixed #HD #HD_info {
  top: 5px;
}
@media only screen and (max-width:980px) {
  #HD {
    height: 80px;
    left: 40px;
  }
  #HD #HD_logo {
    margin: 20px 0 0;
  }
  #HD #HD_logo img {
    width: 303px;
  }
  #HD #HD_info {
    position: absolute;
    top: 5px;
    right: 0;
  }
  #HD #HD_info .link_1 a {
    padding: 7px 10px;
  }
  #HD #HD_info .link_1 a::before {
    margin-right: 5px;
  }
}
@media only screen and (max-width:760px) {
  #HD {
    height: 60px;
  }
  #HD #HD_logo {
    margin: 0;
    padding-top: 15px;
  }
  #HD #HD_logo img {
    width: 230px;
  }
  #HD #HD_info {
    top: 15px;
  }
  #HD #HD_info .link_2 a {
    width: 70px;
    overflow: hidden;
  }
  #HD #HD_info .link_2 a img {
    width: 190px;
    height: auto;
  }
  body.hd_fixed #HD {
    height: 40px;
  }
  body.hd_fixed #HD #HD_logo {
    margin: 0;
    padding-top: 0;
  }
  body.hd_fixed #HD #HD_logo img {
    width: 230px;
  }
}
@media only screen and (max-width:640px) {
  #HD {
    height: 50px;
    left: 0;
  }
  #HD #HD_logo {
    padding-top: 10px;
    padding-left: 50px;
  }
  #HD #HD_logo .pc {
    display: none;
  }
  #HD #HD_logo .sp {
    display: block;
  }
  #HD #HD_logo img {
    width: 170px;
  }
  #HD #HD_info {
    top: 12px;
    right: 5px;
  }
  #HD #HD_info li {
    display: block;
    padding: 0;
  }
  #HD #HD_info .link_1 {
    display: none;
  }
  body.hd_fixed #HD #HD_logo {
    padding-top: 7px;
  }
  body.hd_fixed #HD #HD_logo img {
    width: 170px;
  }
  body.hd_fixed #HD #HD_info {
    top: 9px;
  }
}

#CNT_area {
  padding-top: 92px;
}
@media only screen and (max-width:980px) {
  #CNT_area {
    padding-top: 80px;
  }
}
@media only screen and (max-width:760px) {
  #CNT_area {
    padding-top: 60px;
  }
}
@media only screen and (max-width:640px) {
  #CNT_area {
    padding-top: 50px;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* TOP
/* -------------------------------------------------------------------------*/
.tp_cnt_wrp {
  display: flex;
  width: 100%;
  background-color: #ddfaa0;
}
.tp_cnt_wrp .tp_nv {
  width: 53%;
  padding: 25px;
  max-width: 560px;
}
.tp_cnt_wrp .tp_infoArea {
  flex: 1;
  color: #fff;
  background-color: #4bc71b;
}
.tp_cnt_wrp .tp_infoArea figure {
  position: relative;
  margin: 0;
  padding: 520px 0 0;
  background-color: #fff;
  overflow: hidden;
  transition: padding 0.3s ease;
}
.tp_cnt_wrp .tp_infoArea figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.tp_cnt_wrp .tp_infoArea .tp_adrs {
  position: relative;
  padding: 30px;
  line-height: 1.5;
}
.tp_cnt_wrp .tp_infoArea .tp_adrs::before {
  content: "";
  display: block;
  width: 370px;
  height: 127px;
  margin-top: -122px;
  margin-bottom: 30px;
  background: url(../img/top/kv_text.png);
  background-size: 100% auto;
}
.tp_cnt_wrp .tp_infoArea .tp_adrs .title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0;
}
.tp_cnt_wrp .tp_infoArea .tp_adrs .title span {
  white-space: nowrap;
}
.tp_cnt_wrp .tp_infoArea .tp_adrs .adrs {
  margin: 10px 0 0;
}
.tp_cnt_wrp .tp_infoArea .tp_adrs .mail {
  margin: 0 0 0 2px;
}
.tp_cnt_wrp .tp_infoArea .tp_adrs .mail a {
  color: #fff;
  text-decoration: none;
}
.tp_cnt_wrp .tp_infoArea .tp_adrs .mail a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 11px;
  margin-right: 5px;
  background: url(../img/icon_mail.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.tp_cnt_wrp .tp_infoArea .tp_adrs .mail a:hover {
  text-decoration: underline;
}
.tp_cnt_wrp #NV > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tp_cnt_wrp #NV > ul > li {
  margin: 0 0 15px;
  padding: 0;
}
.tp_cnt_wrp #NV > ul > li > p {
  font-size: 21px;
  font-size: 1.3125rem;
  display: inline-block;
  min-width: 200px;
  margin: 0;
  padding: 8px 22px 6px 15px;
  font-weight: bold;
  color: #fff;
  border-radius: 0 20px 20px 0;
}
.tp_cnt_wrp #NV > ul ul {
  font-size: 18px;
  font-size: 1.125rem;
  border-left: 1px solid;
  margin: 0;
  padding: 3px 0 2px 8px;
  list-style: none;
}
.tp_cnt_wrp #NV > ul ul li {
  margin: 5px 0 0;
}
.tp_cnt_wrp #NV > ul ul li a {
  display: block;
  position: relative;
  padding: 8px 10px 8px 35px;
  background-color: #fff;
  text-decoration: none;
  color: #005a9f;
  font-weight: bold;
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid;
  box-shadow: 2px 1px 0 rgba(0, 0, 0, 0.05);
  transition: background 0.2s ease;
}
.tp_cnt_wrp #NV > ul ul li a::before {
  content: "";
  background-image: url(../img/top/tp_btn_arw.png);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 18px;
}
.tp_cnt_wrp #NV > ul .nv_1 > p, .tp_cnt_wrp #NV > ul .nv_2 > p {
  background-color: #4bc71b;
}
.tp_cnt_wrp #NV > ul .nv_1 > ul, .tp_cnt_wrp #NV > ul .nv_2 > ul {
  border-color: #4bc71b;
}
.tp_cnt_wrp #NV > ul .nv_1 > ul li a, .tp_cnt_wrp #NV > ul .nv_2 > ul li a {
  border-color: #4bc71b;
}
.tp_cnt_wrp #NV > ul .nv_1 > ul li a::before, .tp_cnt_wrp #NV > ul .nv_2 > ul li a::before {
  background-color: #4bc71b;
}
.tp_cnt_wrp #NV > ul .nv_1 > ul li a:hover, .tp_cnt_wrp #NV > ul .nv_2 > ul li a:hover {
  background-color: #e1ffb7;
}
.tp_cnt_wrp #NV > ul .nv_3 > p {
  background-color: #f89200;
}
.tp_cnt_wrp #NV > ul .nv_3 > ul {
  border-color: #f89200;
}
.tp_cnt_wrp #NV > ul .nv_3 > ul li a {
  border-color: #f89200;
}
.tp_cnt_wrp #NV > ul .nv_3 > ul li a::before {
  background-color: #f89200;
}
.tp_cnt_wrp #NV > ul .nv_3 > ul li a:hover {
  background-color: #fdffcb;
}
.tp_cnt_wrp .nv_btn {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: bold;
}
.tp_cnt_wrp .nv_btn ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.tp_cnt_wrp .nv_btn li {
  list-style: none;
}
.tp_cnt_wrp .nv_btn li a {
  display: block;
  padding: 10px;
  background-color: #eefdd0;
  border: 1px solid #c1ee96;
  text-decoration: none;
  color: #000;
  text-align: center;
  transition: background 0.2s ease, border 0.2s ease;
}
.tp_cnt_wrp .nv_btn li a:hover {
  background-color: #fff;
  border-color: #a8ea69;
}
.tp_cnt_wrp .nv_btn li a figure {
  margin: 0;
  padding: 0;
}
.tp_cnt_wrp .nv_btn li a figure img {
  width: 56px;
  height: auto;
}
.tp_cnt_wrp .nv_btn .nvB_1 {
  width: 100%;
  margin-bottom: 1.5%;
}
.tp_cnt_wrp .nv_btn .nvB_1 a figure {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5%;
}
.tp_cnt_wrp .nv_btn .nvB_1 a p {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.tp_cnt_wrp .nv_btn .nvB_2, .tp_cnt_wrp .nv_btn .nvB_3 {
  width: 49.25%;
}
.tp_cnt_wrp .nv_btn .nvB_2 a figure, .tp_cnt_wrp .nv_btn .nvB_3 a figure {
  margin-bottom: 10px;
}
.tp_cnt_wrp .nv_btn .nvB_2 a p, .tp_cnt_wrp .nv_btn .nvB_3 a p {
  margin: 0;
}
.tp_cnt_wrp .nv_btn .nvB_2 {
  margin-right: 1.5%;
}
@media only screen and (min-width: 1421px) {
  .tp_cnt_wrp .tp_infoArea figure img {
    top: 60%;
    transform: translateY(-60%);
  }
}
@media only screen and (max-width: 1420px) {
  .tp_cnt_wrp .tp_infoArea figure img {
    height: 100%;
    width: auto;
    top: 0;
    transform: none;
  }
}
@media only screen and (max-width:1200px) {
  .tp_cnt_wrp .tp_infoArea figure {
    padding-top: 90%;
  }
  .tp_cnt_wrp .nv_btn .nvB_2 a span, .tp_cnt_wrp .nv_btn .nvB_3 a span {
    display: block;
  }
}
@media only screen and (max-width:980px) {
  .tp_cnt_wrp .tp_nv {
    width: 53%;
    padding: 15px;
  }
  .tp_cnt_wrp .tp_infoArea figure {
    padding-top: 120%;
  }
  .tp_cnt_wrp .tp_infoArea .tp_adrs {
    padding: 15px;
  }
  .tp_cnt_wrp .tp_infoArea .tp_adrs::before {
    width: 100%;
    height: auto;
    padding-top: 34.3243243243%;
    margin-top: -32%;
    margin-bottom: 20px;
  }
  .tp_cnt_wrp #NV > ul ul li a {
    padding-left: 25px;
  }
}
@media only screen and (max-width:760px) {
  .tp_cnt_wrp .tp_infoArea figure {
    padding-top: 140%;
  }
  .tp_cnt_wrp .nv_btn ul {
    display: block;
  }
  .tp_cnt_wrp .nv_btn li {
    width: 100% !important;
    margin: 5px 0 !important;
  }
  .tp_cnt_wrp .nv_btn li a {
    display: flex;
    align-items: center;
    padding: 5px 10px !important;
  }
  .tp_cnt_wrp .nv_btn li a figure {
    margin: 0 10px 0 0 !important;
  }
  .tp_cnt_wrp .nv_btn li a figure img {
    width: 40px;
  }
  .tp_cnt_wrp .nv_btn li a p {
    flex: 1;
    text-align: left;
    margin: 0;
  }
}
@media only screen and (max-width:640px) {
  .tp_cnt_wrp {
    display: block;
  }
  .tp_cnt_wrp .tp_nv {
    width: auto;
    padding: 20px 10px;
  }
  .tp_cnt_wrp .tp_infoArea {
    display: none;
  }
}

.sp_tp_kv {
  display: none;
}
@media only screen and (max-width:640px) {
  .sp_tp_kv {
    display: block;
  }
  .sp_tp_kv figure {
    margin: 0;
    padding: 0;
  }
  .sp_tp_kv figure img {
    width: 100%;
    height: auto;
  }
  .sp_tp_kv .box {
    position: relative;
    margin-top: -40px;
    background: #4bc71b;
    padding: 0 20px;
    line-height: 0;
    height: 50px;
  }
  .sp_tp_kv .box img {
    margin-top: -70px;
    width: 100%;
    height: auto;
    max-width: 290px;
  }
}

.tp_news {
  padding: 20px;
}
.tp_news .title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #888;
  font-weight: bold;
  margin: 5px 0 10px;
  padding: 0 0 12px;
  border-bottom: 1px dashed #ccc;
}
.tp_news .news_area {
  height: 150px;
  overflow: hidden;
  overflow-y: auto;
}
.tp_news .news_box {
  padding: 5px;
  margin: 10px 0;
}
.tp_news .news_box .date {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0 0 7px;
}
.tp_news .news_box .icon_1, .tp_news .news_box .icon_2, .tp_news .news_box .icon_3 {
  display: inline-block;
  padding: 4px 10px;
  margin: 0 8px;
  border-radius: 2px;
  background-color: #000;
  line-height: 1;
  color: #fff;
}
.tp_news .news_box .icon_1 {
  background-color: #4bc71b;
}
.tp_news .news_box .icon_2 {
  background-color: #f89200;
}
.tp_news .news_box .icon_3 {
  background-color: #999;
}
.tp_news .news_box .text p {
  margin: 0;
}
.tp_news .news_box .text p + p {
  margin-top: 10px;
}
.tp_news .news_box a {
  text-decoration: none;
}
.tp_news .news_box a:hover {
  text-decoration: underline;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* FT
/* -------------------------------------------------------------------------*/
#BTN_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 1000;
}
#BTN_top p {
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  padding: 15px 10px;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  background-color: #000;
  border-radius: 2px;
  opacity: 0.5;
  transition: opacity 0.2s ease;
  cursor: pointer;
}
#BTN_top p::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto 7px;
  border-style: solid;
  border-width: 0 5px 8.7px 5px;
  border-color: transparent transparent #fff transparent;
}
#BTN_top p:hover {
  opacity: 1;
}
@media only screen and (max-width:640px) {
  #BTN_top {
    bottom: 10px;
  }
  #BTN_top p {
    padding: 10px;
  }
}

#FT {
  margin-top: 20px;
  background-color: #73889b;
  color: #fff;
}
#FT a {
  color: #fff;
  text-decoration: none;
}
#FT a:hover {
  text-decoration: underline;
}
#FT .ft_nv {
  padding: 30px 20px;
  background-color: #8295a5;
}
#FT .ft_nv .wrp {
  max-width: 1200px;
  margin: 0 auto;
}
#FT .ft_nv .wrp .block {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
#FT .ft_nv .wrp .block .title {
  border: 1px solid #a2b0bc;
  line-height: 1;
  padding: 8px 10px 6px;
  margin: 0;
}
#FT .ft_nv .wrp .block ul {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
#FT .ft_nv .wrp .block li {
  margin: 5px 20px 5px 10px;
  padding: 0 0 0 15px;
  position: relative;
}
#FT .ft_nv .wrp .block li::before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
}
#FT .ft_nv .wrp .block.info_link ul {
  margin: 0;
}
#FT .ft_nv .wrp .block.info_link li::before {
  display: none;
}
#FT .ft_nv .wrp .block.info_link li span {
  font-size: 13px;
  font-size: 0.8125rem;
}
#FT .ft_info {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 20px 80px;
}
#FT .ft_info address {
  font-style: normal;
}
#FT .ft_info address h1 {
  font-size: 16px;
  font-size: 1rem;
  margin: 10px 0 0;
}
#FT .ft_info address p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 5px 0;
}
#FT .ft_info address .mail {
  white-space: nowrap;
}
#FT .ft_info address .mail::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 8px;
  margin-right: 5px;
  background: url(../img/icon_mail.png) 0 0 no-repeat;
  background-size: 100% auto;
}
#FT .ft_info .site_info {
  font-size: 14px;
  font-size: 0.875rem;
  display: flex;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #8194a5;
}
#FT .ft_info .site_info p {
  margin: 0;
  opacity: 0.7;
}
#FT .ft_info .site_info .copyright {
  flex: 1px;
  text-align: right;
}
#FT .ft_info .site_info .copyright small {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (max-width:980px) {
  #FT .ft_info .site_info {
    display: block;
  }
}
@media only screen and (max-width:640px) {
  #FT .ft_nv {
    display: none;
  }
  #FT .ft_info {
    padding-top: 10px;
    padding-bottom: 55px;
  }
  #FT .ft_info .site_info .copyright {
    text-align: left;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* PAGE NV
/* -------------------------------------------------------------------------*/
#NV_page {
  background-color: #bbe3b3;
  padding: 10px 7px;
}
#NV_page .nv_pg_wrp {
  display: flex;
  width: 100%;
}
#NV_page .block {
  flex: auto;
  padding: 0 3px;
}
#NV_page .block .title {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
#NV_page .block ul {
  display: flex;
  margin: 0;
  padding: 0;
  line-height: 1.3;
}
#NV_page .block li {
  display: inline-block;
  text-align: center;
  flex: 1;
}
#NV_page .block li a {
  font-size: 15px;
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  padding: 5px;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #fff;
  min-height: 50px;
  transition: background 0.2s ease;
}
#NV_page .block li a p {
  text-align: center;
  margin: 0;
  width: 100%;
}
#NV_page .block li a span {
  display: inline-block;
  white-space: nowrap;
}
#NV_page .block li + li {
  margin-left: 1px;
}
#NV_page #NV_pg_1 .title {
  background-color: #4bc71b;
}
#NV_page #NV_pg_2 .title {
  background-color: #4bc71b;
}
#NV_page #NV_pg_3 .title {
  background-color: #f89200;
}
#NV_page #NV_pg_1 a:hover, #NV_page #NV_pg_2 a:hover {
  background-color: #e9f9ce;
}
#NV_page #NV_pg_3 a:hover {
  background-color: #fff1de;
}
.ctg_1_1 #NV_page #NV_pg_1 li:nth-child(1) a, .ctg_1_2 #NV_page #NV_pg_1 li:nth-child(2) a, .ctg_2_1 #NV_page #NV_pg_2 li:nth-child(1) a, .ctg_2_2 #NV_page #NV_pg_2 li:nth-child(2) a, .ctg_2_2 #NV_page #NV_pg_2 li:nth-child(3) a {
  background-color: #c7f17f;
}
.ctg_3_1 #NV_page #NV_pg_3 li:nth-child(1) a, .ctg_3_2 #NV_page #NV_pg_3 li:nth-child(2) a {
  background-color: #ffe2ac;
}
@media only screen and (max-width: 1100px) {
  #NV_page {
    padding: 10px 2px;
  }
  #NV_page .block {
    padding: 0 2px;
  }
  #NV_page .block li a {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 5px 3px;
  }
  #NV_page .block li a span {
    white-space: normal;
  }
}
@media only screen and (max-width:760px) {
  #NV_page {
    display: none;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* PAGES
/* -------------------------------------------------------------------------*/
.pg_title {
  position: relative;
  background: url(../img/pg_kv.png) right top no-repeat #f7f7f6;
  background-size: auto 100%;
  border-color: #aed0ab;
  height: 194px;
  border-bottom: 2px solid #aed0ab;
}
.pg_title .wrp {
  position: absolute;
  top: 50%;
  left: 58px;
  transform: translateY(-50%);
  color: #467534;
  line-height: 1.3;
  font-weight: bold;
  text-shadow: 0 0 3px #f7f7f6, 0 0 3px #f7f7f6, 0 0 3px #f7f7f6, 0 0 3px #f7f7f6, 0 0 3px #f7f7f6;
}
.pg_title .category {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  margin: 0 0 6px;
  padding: 0 0 5px;
  border-bottom: 1px dotted;
}
.pg_title h2 {
  font-size: 26px;
  font-size: 1.625rem;
  margin: 0;
  padding: 0;
}
body.ctg_3 .pg_title {
  border-color: #ebbf78;
}
@media only screen and (max-width:1200px) {
  .pg_title .wrp {
    left: 30px;
  }
}
@media only screen and (max-width:980px) {
  .pg_title {
    height: 130px;
    background-position: right -100px top;
  }
}
@media only screen and (max-width:640px) {
  .pg_title {
    height: 100px;
    background-position: right -100px top;
  }
  .pg_title .wrp {
    left: 20px;
  }
  .pg_title h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/* PANKUZU */
.pankuzu {
  padding: 8px 20px;
  background-color: #fbfbfb;
  line-height: 1.3;
  color: #acacac;
}
.pankuzu ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.pankuzu li {
  font-size: 15px;
  font-size: 0.9375rem;
  display: inline-block;
  margin: 5px;
}
.pankuzu li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #acacac;
}
.pankuzu li:first-child::before {
  display: none;
}
.pankuzu li a {
  text-decoration: none;
  color: #acacac;
}
.pankuzu li a:hover {
  text-decoration: underline;
  color: #333;
}

/* LAYOUT */
.cnt_wrp {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  margin-top: 40px;
}
.cnt_wrp #CNT {
  flex: 1;
  padding: 30px 50px;
}
.cnt_wrp #SM {
  width: 255px;
  padding-right: 40px;
}
.cnt_wrp #SM .sm_wrp {
  width: 215px;
}
@media only screen and (max-width:1200px) {
  .cnt_wrp #CNT {
    padding: 30px;
  }
  .cnt_wrp #SM {
    width: 235px;
    padding-right: 20px;
  }
}
@media only screen and (max-width:980px) {
  .cnt_wrp {
    margin-top: 20px;
  }
  .cnt_wrp #CNT {
    padding: 20px;
  }
  .cnt_wrp #SM {
    width: 190px;
    padding-right: 10px;
  }
  .cnt_wrp #SM .sm_wrp {
    width: 180px;
  }
}
@media only screen and (max-width:760px) {
  .cnt_wrp {
    display: block;
    padding: 10px;
    margin-top: 10px;
  }
  .cnt_wrp #CNT {
    padding: 0;
    margin-top: 50px;
  }
  .cnt_wrp #SM {
    width: 100%;
    padding: 0;
  }
  .cnt_wrp #SM .sm_wrp {
    width: 100%;
    position: relative !important;
    top: auto !important;
  }
}
@media only screen and (max-width:640px) {
  .cnt_wrp {
    padding: 10px 15px;
  }
}

.cnt_area {
  line-height: 1.8;
}
.cnt_area + .cnt_area {
  margin-top: 160px;
}
@media only screen and (max-width:980px) {
  .cnt_area + .cnt_area {
    margin-top: 130px;
  }
}
@media only screen and (max-width:640px) {
  .cnt_area + .cnt_area {
    margin-top: 100px;
  }
}

.cnt_block + .cnt_block {
  margin-top: 50px;
}

.cnt_fig {
  display: flex;
  flex-direction: row-reverse;
  margin: 30px 0;
}
.cnt_fig .cell_txt {
  flex: 1px;
}
.cnt_fig .cell_fig {
  margin-right: 20px;
}
.cnt_fig .cell_fig figure {
  margin: 10px 0;
  padding: 0;
}
.cnt_fig .cell_fig figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width:980px) {
  .cnt_fig {
    display: block;
  }
  .cnt_fig .cell_fig {
    margin: 30px 0;
    text-align: center;
  }
}

/* TITLE */
.cnt_title {
  font-size: 30px;
  font-size: 1.875rem;
  padding: 0 0 35px;
  margin: 0 0 40px;
  color: #4a5a6d;
  font-weight: normal;
  border-bottom: 3px solid #e1e1e1;
  line-height: 1.3;
}

.cnt_title_2 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 80px 0 40px;
  padding: 5px 0 5px 15px;
  color: #4a5a6d;
  font-weight: bold;
  line-height: 1.3;
  border-left: 7px solid #4bc71b;
}
body.ctg_3 .cnt_title_2 {
  border-color: #f89200;
}
@media only screen and (max-width:640px) {
  .cnt_title_2 {
    margin: 50px 0 30px;
  }
}

.cnt_title_2_2 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 40px;
  padding: 5px 0 5px 15px;
  color: #4a5a6d;
  font-weight: bold;
  line-height: 1.3;
  border-left: 7px solid #4bc71b;
}
body.ctg_3 .cnt_title_2_2 {
  border-color: #f89200;
}
@media only screen and (max-width:640px) {
  .cnt_title_2_2 {
    margin: 0 0 30px;
  }
}

.cnt_title_3 {
  font-size: 17px;
  font-size: 1.0625rem;
  position: relative;
  margin-top: 30px;
}
.cnt_title_3::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-top: 1px dotted #5a7995;
}
.cnt_title_3 span {
  display: inline-block;
  padding: 6px 10px 4px;
  background-color: #5a7995;
  color: #fff;
  line-height: 1.3;
  border-radius: 5px 5px 0 0;
}
.cnt_title_3 + p {
  margin-top: -5px;
}

.cnt_title_3_2 {
  font-size: 17px;
  font-size: 1.0625rem;
  position: relative;
  margin-top: 30px;
}
.cnt_title_3_2::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-top: 1px dotted #4bc71b;
}
.cnt_title_3_2 span {
  display: inline-block;
  padding: 6px 10px 4px;
  background-color: #4bc71b;
  color: #fff;
  line-height: 1.3;
  border-radius: 5px 5px 0 0;
}
.cnt_title_3_2 + p {
  margin-top: -5px;
}

/* SIDE MENU */
#SM {
  position: relative;
}
#SM .sm_wrp {
  padding-top: 10px;
}
#SM .sm_nv {
  margin-bottom: 25px;
}
#SM .sm_nv p.title {
  margin: 0;
  padding: 10px 10px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  background-color: #4bc71b;
}
#SM .sm_nv p.title span {
  display: block;
}
#SM .sm_nv p.title span + span {
  margin-top: 8px;
}
#SM .sm_nv ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  border-right: 1px solid #e1e1e1;
  border-left: 2px solid #4bc71b;
}
#SM .sm_nv li {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e1e1e1;
}
#SM .sm_nv li a {
  position: relative;
  display: block;
  padding: 14px 10px 12px 20px;
  text-decoration: none;
  color: #333;
  transition: color 0.2s ease;
}
#SM .sm_nv li a:hover {
  color: #4bc71b;
}
#SM .sm_nv li a::before {
  position: absolute;
  left: 6px;
  top: 18px;
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border: 2px solid #4bc71b;
  border-top: none;
  border-left: none;
  transform: rotate(-45deg);
}
body.ctg_3 #SM .sm_nv p.title {
  background-color: #f89200;
}
body.ctg_3 #SM .sm_nv ul {
  border-left-color: #f89200;
}
body.ctg_3 #SM .sm_nv li a::before {
  border-color: #f89200;
}
#SM .sm_info {
  line-height: 1.3;
}
#SM .sm_info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#SM .sm_info li {
  margin: 6px 0;
}
#SM .sm_info li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 6px 10px;
  border: 1px solid #e1e1e1;
  transition: border 0.2s ease;
}
#SM .sm_info li a:hover {
  border-color: #4bc71b;
}
#SM .sm_info li a figure {
  margin: 0 10px 0 0;
  padding: 0;
}
#SM .sm_info li a figure img {
  width: 40px;
  height: auto;
}
#SM .sm_info li a p {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #333;
  margin: 0;
}
#SM .sm_info li a p span {
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
}
#SM .sm_adrs {
  margin-top: 18px;
  padding: 13px;
  border: 1px solid #e1e1e1;
  line-height: 1.4;
}
#SM .sm_adrs .title {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
  padding: 0 0 8px;
  font-weight: bold;
  color: #585858;
  border-bottom: 3px solid #4bc71b;
}
#SM .sm_adrs .title span {
  display: block;
}
#SM .sm_adrs .text {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 10px 0 0;
}
#SM .sm_adrs .text a {
  color: #333;
  text-decoration: none;
}
#SM .sm_adrs .text a:hover {
  text-decoration: underline;
}
#SM .sm_bnr {
  margin-top: 15px;
}
#SM .sm_bnr a {
  display: block;
  border: 1px solid #e1e1e1;
  transition: border 0.2s ease;
}
#SM .sm_bnr a:hover {
  border-color: #2b9bca;
}
#SM .sm_bnr img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width:760px) {
  #SM .sm_nv li a::before {
    transform: rotate(45deg);
  }
  #SM .sm_info, #SM .sm_adrs {
    display: none;
  }
  #SM .sm_bnr {
    max-width: 170px;
    margin: -10px auto 0;
  }
}
@media print {
  #SM .sm_wrp {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
  }
}

/* TOOLs */
.bg_box_1 {
  padding: 15px;
  background-color: #f5f7fa;
}
.bg_box_1 > *:first-child {
  margin: 0;
}

.emph {
  color: #ac0000;
  background-color: #ffe1e9;
}

.alink_1 {
  display: block;
  padding: 15px 20px;
  background-color: #f5f7fa;
  border: 1px solid #9eb3e0;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.07);
  transition: all 0.2s ease;
  border-left-width: 4px;
  text-decoration: none;
}
.alink_1:hover {
  background-color: #e4efff;
  box-shadow: none;
  border-color: #6491ea;
}
.alink_1::before {
  content: url(../img/icon_link.png);
  vertical-align: middle;
  margin-right: 7px;
}
.bg_box_1 .alink_1 {
  background-color: #fff;
}
.bg_box_1 .alink_1:hover {
  background-color: #e4efff;
}

.alink_2::before {
  content: url(../img/icon_link.png);
  vertical-align: middle;
  margin-right: 7px;
}

/* DATE BOX */
.cnt_ttl_block {
  display: flex;
  width: 100%;
  margin: 25px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
}
.cnt_ttl_block .cell_title {
  min-width: 250px;
  padding-right: 30px;
}
.cnt_ttl_block .cell_title p {
  margin: 0;
  padding: 10px 10px;
  color: #fff;
  background-color: #3e62a4;
  border-radius: 3px;
  line-height: 1.3;
}
.cnt_ttl_block .cell_text {
  flex: 1px;
}
.cnt_ttl_block .cell_text > *:first-child {
  margin-top: 5px;
}
.cnt_ttl_block .cell_text .title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
.cnt_ttl_block.cnt_ttl_block_0 {
  border-top: 1px solid #e9e9e9;
  padding-top: 25px;
  margin-top: 50px;
}
@media only screen and (max-width:760px) {
  .cnt_ttl_block {
    display: block;
  }
  .cnt_ttl_block .cell_title {
    padding-right: 0;
    margin-bottom: 20px;
  }
}

/* DOWNLOAD */
.dl_title {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0 0 3px;
  margin: 30px 0 0;
  color: #325493;
  font-weight: bold;
  border-bottom: 1px dashed;
}
.dl_title + .dl_box {
  margin-top: 0;
}

.dl_box {
  margin-top: 20px;
  margin-bottom: 30px;
}
.dl_box p {
  margin: 0;
}
.dl_box p + p {
  margin-top: 15px;
}
.dl_box + .dl_box {
  margin-top: -20px;
}
.dl_box + .dl_box2 {
  margin-top: 40px !important;
}

.dl_info {
  margin-top: -25px;
}

.link_dl {
  margin-top: 10px;
  display: block;
  padding: 15px 20px;
  background-color: #f5f7fa;
  border: 1px solid #9eb3e0;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.07);
  transition: all 0.2s ease;
  border-left-width: 4px;
  text-decoration: none;
}
.link_dl:hover {
  background-color: #e4efff;
  box-shadow: none;
  border-color: #6491ea;
}
.link_dl::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 32px;
  height: 27px;
  background: url(../img/icon_download.png) 0 0 no-repeat;
  background-size: 100% auto;
}

/* LIST */
ol.ol_1 {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  counter-reset: ol_item;
}
ol.ol_1 > li {
  position: relative;
  counter-increment: ol_item;
  margin: 10px 0;
  padding-left: 35px;
}
ol.ol_1 > li::before {
  display: block;
  position: absolute;
  left: 0;
  content: counter(ol_item);
  line-height: 1;
  padding: 5px;
  min-width: 15px;
  text-align: center;
  background-color: #4bc71b;
  color: #fff;
  border-radius: 2px;
}

ul.ul_1 {
  list-style: none;
  margin: 20px 0;
  padding: 0 0 0 10px;
}
ul.ul_1 li {
  position: relative;
  padding-left: 15px;
}
ul.ul_1 li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #4bc71b;
  position: absolute;
  left: 0;
  top: 10px;
}

/* BNR */
.bnr_c {
  margin: 40px 0;
  text-align: center;
}
.bnr_c a {
  display: inline-block;
  border: 1px solid #e1e1e1;
  transition: border 0.2s ease;
}
.bnr_c a:hover {
  border-color: #4bc71b;
}
.bnr_c a img {
  width: auto;
  height: auto;
  max-width: 100%;
}

/* ALERT */
.alert_box {
  margin: 30px 0;
  padding: 20px;
  background-color: #fff1f1;
  color: #f11717;
}
.alert_box P {
  margin: 0;
}
.alert_box P + p {
  margin-top: 15px;
}

.asterisk {
  position: relative;
  padding-left: 20px;
}
.asterisk::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 1px;
}

.adrs_box {
  margin: 30px 0;
  padding: 20px;
  background-color: #ecfaff;
  border: 2px solid #cbe9f4;
}
.adrs_box p {
  margin: 0;
}
.adrs_box .adrs {
  font-size: 18px;
  font-size: 1.125rem;
}

/* FIGURE */
.fig_C {
  margin: 50px 0;
  text-align: center;
}
.fig_C img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.fig_C .img-MW-1000 {
  width: 100%;
  max-width: 1000px;
}
@media only screen and (max-width:640px) {
  .fig_C {
    margin: 30px 0;
  }
}

.c_engine_company {
  max-width: 920px;
  margin: 40px auto;
  padding: 0;
}
.c_engine_company h5 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 40px;
  padding: 5px 15px;
  font-weight: bold;
  color: #fff;
  background-color: #727272;
  border-radius: 5px 5px 0 0;
}
.c_engine_company h5 span {
  font-size: 14px;
  font-weight: normal;
}
.c_engine_company figure {
  margin: 0;
  padding: 0;
  text-align: center;
}
.c_engine_company figure img {
  width: 100%;
  height: auto;
  max-width: 880px;
}

/* CONTACT */
.contact_box {
  margin-top: 3rem;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  background-color: #f3ffee;
}
.contact_box p.title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
  padding: 10px;
  color: #fff;
  background-color: #4bc71b;
}
.contact_box .info {
  padding: 30px 20px;
}
.contact_box .info p {
  margin: 0;
}
.contact_box .info .title_2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

/* MIDTERM */
.internship_block .box {
  display: flex;
  padding: 20px 0;
  border-top: 1px dotted #9b9b9b;
}
.internship_block .box figure {
  width: 100px;
  margin: 0 30px 0 0;
  padding: 0;
}
.internship_block .box figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.internship_block .box .cell {
  flex: 1;
}
.internship_block .box .cell p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 5px;
  font-weight: bold;
}
.internship_block .box .cell ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.internship_block .box .cell li {
  position: relative;
  padding: 0 0 0 15px;
  margin: 5px 0;
}
.internship_block .box .cell li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #686868;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 10px;
}
@media only screen and (max-width:640px) {
  .internship_block .box {
    display: block;
  }
  .internship_block .box figure {
    margin: 0 auto 10px;
  }
}

.internship_block_2 {
  margin: 20px 0;
  padding: 30px;
  color: #fff;
  background-color: #9d98a7;
  border-radius: 5px;
}
.internship_block_2 h5 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 20px;
  padding: 0 0 10px;
  font-weight: bold;
  border-bottom: 2px dotted;
  text-align: center;
}
.internship_block_2 .wrp {
  display: flex;
}
.internship_block_2 .box {
  flex: 1;
  margin-right: 20px;
}
.internship_block_2 .box h6 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  margin: 0;
}
.internship_block_2 .box ul {
  list-style: none;
  margin: 0 0 0 5px;
  padding: 0;
  line-height: 1.5;
}
.internship_block_2 .box ul li {
  position: relative;
  margin: 5px 0;
  padding: 0 0 0 10px;
}
.internship_block_2 .box ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 10px;
}
.internship_block_2 .qr {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.2);
}
.internship_block_2 .qr p {
  margin: 0;
  text-align: center;
}
.internship_block_2 .qr figure {
  width: 150px;
  margin: 0;
}
.internship_block_2 .qr figure img {
  width: 100%;
  height: auto;
}
.internship_block_2 .qr a {
  color: #fff;
}
.internship_block_2 .text {
  margin: 1rem 0 0;
  text-align: center;
}
@media only screen and (max-width:980px) {
  .internship_block_2 {
    padding: 20px;
  }
  .internship_block_2 .wrp {
    display: block;
  }
  .internship_block_2 .bpx {
    margin: 0;
  }
  .internship_block_2 .qr {
    width: 100%;
    margin-top: 15px;
  }
  .internship_block_2 .qr figure {
    width: 100px;
  }
}
@media only screen and (max-width:640px) {
  .internship_block_2 {
    padding: 10px;
  }
  .internship_block_2 h5 {
    text-align: left;
  }
  .internship_block_2 .text {
    text-align: left;
  }
}

.internship_block_3 {
  display: flex;
  margin: 4rem 0 2rem;
}
.internship_block_3 figure {
  width: 450px;
  margin: 0;
  padding: 0;
}
.internship_block_3 figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.internship_block_3 .cell {
  flex: 1;
  margin-left: 30px;
}
.internship_block_3 .cell .box {
  padding: 10px 20px;
  border: 2px solid #b6cfe0;
}
.internship_block_3 .cell .box + .box {
  margin-top: 10px;
}
.internship_block_3 .cell .box h5 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 0 5px;
  color: #d13838;
}
.internship_block_3 .cell .box p {
  margin: 0;
}
.internship_block_3 .cell .box p + p {
  margin-top: 1rem;
}
.internship_block_3 .cell .box ul {
  margin-top: 0;
}
@media only screen and (max-width:1200px) {
  .internship_block_3 figure {
    width: 350px;
  }
}
@media only screen and (max-width:980px) {
  .internship_block_3 {
    display: block;
  }
  .internship_block_3 figure {
    width: auto;
    text-align: center;
    margin-bottom: 30px;
  }
  .internship_block_3 .cell {
    margin: 0;
  }
}

.internship_block_4 {
  margin-top: 2rem;
}
.internship_block_4 ul {
  max-width: 800px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.internship_block_4 li {
  margin: 0;
  padding: 0;
}
.internship_block_4 li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #4bc71b transparent transparent transparent;
}
.internship_block_4 li:last-child::after {
  display: none;
}
.internship_block_4 .wrp {
  display: flex;
  margin: 10px 0;
  background-color: #faffee;
  border-radius: 2px;
  overflow: hidden;
  border: 2px solid #cee7c3;
  border-radius: 4px;
}
.internship_block_4 .num {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #4bc71b;
  padding: 12px 10px;
  font-weight: bold;
  color: #fff;
}
.internship_block_4 .box {
  flex: 1;
  padding: 15px;
}

.internship_model figure {
  margin: 40px 0;
  padding: 0;
  text-align: center;
}
.internship_model figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.intern_mv {
  max-width: 747px;
  margin: 4rem auto;
}
.intern_mv video {
  max-width: 747px;
  width: 100%;
  height: auto;
}

.program_box {
  margin-bottom: 60px;
}
@media only screen and (max-width:980px) {
  .program_box {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width:640px) {
  .program_box {
    margin-bottom: 40px;
  }
}

.company-logo {
  max-width: 900px;
  margin: 0 auto 70px;
  /*
  ul{
      display: flex;
      flex-wrap: wrap;
      gap: 5px;
      list-style: none;
      margin: 30px 0 0;
      padding: 0;
  }

  li{
      width: calc(100%/5 - 20px/5);
      margin: 0;
      padding: 0;
      border: 1px solid #f0f0f0;

      img{
          width: 100%;
          height: auto;
      }
  }
  */
}
.company-logo figure {
  margin: 0;
  padding: 0;
  text-align: center;
}
.company-logo img {
  width: 100%;
  height: auto;
}
.company-logo .company-logo-info {
  margin: 10px 0 0;
  text-align: right;
}
@media only screen and (max-width: 550px) {
  .company-logo li {
    width: calc(25% - 3.75px);
  }
}
@media only screen and (max-width: 450px) {
  .company-logo ul {
    gap: 3px;
  }
  .company-logo li {
    width: calc(33.3333333333% - 2px);
  }
}

.program-merit {
  margin: 50px 0;
}
.program-merit ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  max-width: 769px;
}
.program-merit li {
  width: calc(33.3333333333% - 1.3333333333px);
}
.program-merit li img {
  width: 100%;
  height: auto;
}
.program-merit figure {
  margin: 0;
  padding: 0;
  text-align: center;
}
.program-merit figure img {
  width: 100%;
  height: auto;
  max-width: 660px;
}
@media only screen and (max-width: 500px) {
  .program-merit li {
    width: calc(50% - 2px);
  }
}

.program-merit-wrp {
  max-width: 900px;
  padding: 30px;
  margin: 0 auto;
  border: 4px solid #cfeaee;
}
@media only screen and (max-width:980px) {
  .program-merit-wrp {
    padding: 15px;
    border-width: 3px;
  }
}
@media only screen and (max-width:640px) {
  .program-merit-wrp {
    padding: 10px;
    border-width: 2px;
  }
}

.program-merit-box {
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
  align-items: center;
  margin: 0 auto 50px;
  padding: 30px;
  background-color: #f4fbfc;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.program-merit-box figure {
  width: 200px;
  margin: 0;
  padding: 0;
}
.program-merit-box figure img {
  width: 100%;
  height: auto;
}
.program-merit-box .program-merit-text {
  flex: 1;
}
.program-merit-box .program-merit-text h5 {
  font-size: 33px;
  font-size: 2.0625rem;
  margin: 0;
  padding: 0;
  color: #1f497d;
  font-weight: bold;
  border-bottom: 2px solid #c8e3e6;
}
.program-merit-box .program-merit-text ul {
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-size: 1.125rem;
  list-style: none;
  margin: 5px 0 0;
  padding: 0;
  font-weight: bold;
  color: #556566;
}
.program-merit-box .program-merit-text li {
  border-bottom: 2px dashed #c8e3e6;
  padding: 10px;
}
.program-merit-box .program-merit-text li span {
  position: relative;
  display: inline-block;
  color: #1f497d;
}
.program-merit-box .program-merit-text li span::before {
  content: "";
  display: block;
  height: 12px;
  background-color: #8bfbff;
  opacity: 0.4;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  z-index: -1;
}
@media only screen and (max-width:980px) {
  .program-merit-box {
    padding: 20px;
    margin-bottom: 40px;
  }
  .program-merit-box figure {
    width: 150px;
  }
  .program-merit-box .program-merit-text h5 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .program-merit-box .program-merit-text ul {
    font-size: 16px;
    font-size: 1rem;
  }
  .program-merit-box .program-merit-text li {
    padding: 5px;
  }
}
@media only screen and (max-width:640px) {
  .program-merit-box {
    display: block;
    padding: 20px 10px;
    margin-bottom: 30px;
    box-shadow: none;
  }
  .program-merit-box figure {
    width: 150px;
    margin: 20px auto 0;
  }
  .program-merit-box .program-merit-text h5 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .program-merit-box .program-merit-text ul {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .program-merit-box .program-merit-text li {
    padding: 5px;
  }
}

.program-merit-box-2 {
  display: flex;
  gap: 30px;
  max-width: 780px;
  margin: 30px auto 0;
}
.program-merit-box-2 figure {
  width: 70px;
  margin: 0;
  padding: 0;
}
.program-merit-box-2 figure img {
  width: 100%;
  height: auto;
}
.program-merit-box-2 .program-merit-box-2-text {
  flex: 1;
}
.program-merit-box-2 .program-merit-box-2-text h6 {
  display: inline-block;
  margin: 0;
  padding: 0;
  border-bottom: 2px dotted;
  line-height: 1.5;
  font-size: 28px;
  font-size: 1.75rem;
  color: #1f497d;
}
.program-merit-box-2 .program-merit-box-2-text p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #525252;
  line-height: 1.6;
}
@media only screen and (max-width:980px) {
  .program-merit-box-2 {
    gap: 20px;
  }
  .program-merit-box-2 figure {
    width: 50px;
  }
  .program-merit-box-2 .program-merit-box-2-text h6 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .program-merit-box-2 .program-merit-box-2-text p {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-width:640px) {
  .program-merit-box-2 {
    gap: 10px;
    margin: 10px auto 0;
  }
  .program-merit-box-2 figure {
    width: 30px;
  }
  .program-merit-box-2 .program-merit-box-2-text h6 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .program-merit-box-2 .program-merit-box-2-text p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.program-tbl-1 {
  border-collapse: separate;
  border-spacing: 3px;
  line-height: 1.5;
}
.program-tbl-1 th, .program-tbl-1 td {
  padding: 10px;
}
.program-tbl-1 th {
  color: #fff;
  white-space: nowrap;
}
.program-tbl-1 th:nth-child(1) {
  background-color: #e6b7b8;
}
.program-tbl-1 th:nth-child(2) {
  background-color: #c4d65b;
}
.program-tbl-1 th:nth-child(3) {
  background-color: #a3a3af;
}
.program-tbl-1 td {
  width: 50%;
}
.program-tbl-1 td:nth-child(2) {
  background-color: #edf1c2;
}
.program-tbl-1 td:nth-child(3) {
  background-color: #eeefef;
}
.program-tbl-1 span {
  color: #d60000;
}
@media only screen and (max-width:980px) {
  .program-tbl-1 th, .program-tbl-1 td {
    padding: 10px 5px;
  }
}
@media only screen and (max-width:640px) {
  .program-tbl-1 th {
    white-space: normal;
  }
}

.program-flow {
  padding: 30px;
  background-color: #fdedec;
  line-height: 1.5;
}
@media only screen and (max-width:980px) {
  .program-flow {
    padding: 20px;
  }
}
@media only screen and (max-width:640px) {
  .program-flow {
    padding: 10px;
  }
}

.program-flow-inner {
  display: flex;
  gap: 20px;
  color: #872f51;
}
.program-flow-inner .program-flow-list {
  width: 40%;
}
.program-flow-inner .program-flow-list ol {
  list-style: none;
  counter-reset: prg-counter;
  margin: 0;
  padding: 0;
}
.program-flow-inner .program-flow-list li {
  position: relative;
  counter-increment: prg-counter;
  margin: 10px 0;
  padding: 0 0 0 25px;
}
.program-flow-inner .program-flow-list li::before {
  content: counter(prg-counter);
  font-size: 12px;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  background-color: #872f51;
  color: #fff;
  position: absolute;
  left: 0;
  top: 5px;
}
.program-flow-inner .program-flow-text {
  flex: 1;
  padding: 15px;
  border: 1px solid #872f51;
  background-color: rgba(255, 255, 255, 0.4);
}
.program-flow-inner .program-flow-text h5 {
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
}
.program-flow-inner .program-flow-text ul {
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
}
.program-flow-inner .program-flow-text li {
  position: relative;
  margin: 5px 0;
  padding: 0 0 0 18px;
}
.program-flow-inner .program-flow-text li::before {
  font-size: 12px;
  content: "▷";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
}
@media only screen and (max-width:640px) {
  .program-flow-inner {
    display: block;
  }
  .program-flow-inner .program-flow-list {
    width: auto;
    margin-bottom: 30px;
  }
}

.program-flow-info {
  text-align: center;
  margin-top: 30px;
  color: #6eb92c;
  font-weight: bold;
}
.program-flow-info p {
  margin: 0;
}
@media only screen and (max-width:640px) {
  .program-flow-info {
    text-align: left;
  }
  .program-flow-info br {
    display: none;
  }
}

.program-case {
  margin-top: 50px;
}
.program-case h5 {
  font-size: 20px;
  font-size: 1.25rem;
  display: inline-block;
  margin: 0;
  color: #fff;
  line-height: 1;
  padding: 10px 20px 8px;
  border-radius: 0 5rem 5rem 0;
}

.program-case-pic {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}
.program-case-pic a {
  display: block;
  text-decoration: none;
  padding: 5px;
  border: 1px solid #cbdbe2;
  box-shadow: 2px 2px 0 #e7eef1;
  transition: box-shadow 0.2s;
}
.program-case-pic a:hover {
  box-shadow: none;
  border-color: #66b8db;
}
.program-case-pic figure {
  position: relative;
  margin: 0;
  padding: 0;
}
.program-case-pic figcaption {
  position: absolute;
  left: 0;
  bottom: 5px;
  font-size: 13px;
  color: #fff;
  line-height: 1;
  padding: 5px 10px 4px;
  border-radius: 0 5rem 5rem 0;
}
.program-case-pic img {
  width: 100%;
  height: auto;
}
.program-case-pic p {
  margin: 5px 0 0;
  text-align: center;
}
@media only screen and (max-width:640px) {
  .program-case-pic {
    display: block;
  }
  .program-case-pic a {
    max-width: 300px;
    margin: 10px auto;
  }
}

.program-case--1 h5 {
  background-color: #f7979b;
}
.program-case--1 .program-case-pic figcaption {
  background-color: #f7979b;
}

.program-case--2 h5 {
  background-color: #ab8dc5;
}
.program-case--2 .program-case-pic figcaption {
  background-color: #ab8dc5;
}

.program-case--3 h5 {
  background-color: #b3cf36;
}
.program-case--3 .program-case-pic figcaption {
  background-color: #b3cf36;
}

.mfp-content {
  max-width: 1000px;
}

.popup-block {
  background-color: #fff;
  padding: 30px 20px;
  margin: 0 auto;
  border-radius: 5px;
  color: #872f51;
}
.popup-block .popup-block-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 20px;
  font-weight: bold;
}
.popup-block .popup-block-title span {
  font-weight: normal;
  opacity: 0.7;
}

.popup-block-inner {
  display: flex;
  gap: 10px;
}
.popup-block-inner figure {
  width: 50%;
  margin: 0;
  padding: 0;
}
.popup-block-inner figure img {
  width: 100%;
  height: auto;
}
.popup-block-inner .popup-block-text {
  flex: 1;
  padding: 20px;
  background-color: #fdedec;
}
.popup-block-inner .popup-block-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.popup-block-inner .popup-block-text li {
  position: relative;
  margin: 0;
  padding: 0 0 0 15px;
}
.popup-block-inner .popup-block-text li + li {
  margin-top: 10px;
}
.popup-block-inner .popup-block-text li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #872f51;
  position: absolute;
  left: 0;
  top: 8px;
}
@media only screen and (max-width:640px) {
  .popup-block-inner {
    display: block;
  }
  .popup-block-inner figure {
    width: auto;
    text-align: center;
    margin-bottom: 5px;
  }
}

.popup-block-btn {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
}
.popup-block-btn span {
  display: inline-block;
  padding: 10px;
  width: 150px;
  border: 1px solid #b4b4b4;
  line-height: 1;
  border-radius: 3px;
  cursor: pointer;
  color: #6886c7;
  box-shadow: 2px 2px 0 #e6e6e6;
  transition: box-shadow 0.2s;
}
.popup-block-btn span:hover {
  box-shadow: none;
}

.program-collabo-list {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.program-collabo-list li {
  position: relative;
  flex: 1;
  margin: 0;
  padding: 0 0 0 20px;
}
.program-collabo-list li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #753351;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 8px;
}

.program-collabo-text {
  padding: 15px 20px;
  color: #fff;
  background-color: #b0ca19;
  font-weight: bold;
}
.program-collabo-text p {
  margin: 0;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* DOWNLOAD
/* -------------------------------------------------------------------------*/
.download_lst {
  list-style: none;
  margin: 0;
  padding: 0;
}
.download_lst li {
  margin: 5px 0;
}
.download_lst li a {
  display: block;
  padding: 10px 15px;
  background-color: #f5f7fa;
  text-decoration: none;
  transition: background 0.2s ease;
}
.download_lst li a:hover {
  background-color: #e4efff;
}
.download_lst li a.no_blk {
  display: inline;
  padding: 0;
  background-color: transparent;
}
.cnt_title_2 + .download_lst {
  margin-top: -20px;
}

a.dl_ebook::before,
a.dl_pdf::before,
a.dl_excel::before,
a.dl_word::before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: 5px;
}

a.dl_pdf::before {
  content: url(../img/icon_pdf.png);
}

a.dl_excel::before {
  content: url(../img/icon_excel.png);
}

a.dl_word::before {
  content: url(../img/icon_word.png);
}

a.dl_ebook::before {
  content: url(../img/icon_ebook.png);
}

a.dl_link::before {
  content: url(../img/icon_link.png);
  width: 25px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  margin-right: 5px;
  margin-top: 5px;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* GUIDE BOOK
/* -------------------------------------------------------------------------*/
.guidebook_block {
  display: flex;
  margin: 30px 0;
  width: 100%;
}
.guidebook_block figure {
  margin: 0 30px 0 0;
  padding: 0;
}
.guidebook_block figure img {
  width: auto;
  height: auto;
  max-width: 300px;
}
.guidebook_block .text {
  flex: 1;
}
.guidebook_block .text > *:first-child {
  margin-top: 0;
}
.guidebook_block .text ul {
  list-style: none;
  margin: 20px 0;
  padding: 0 0 0 10px;
}
.guidebook_block .text li {
  position: relative;
  padding: 0 0 0 15px;
}
.guidebook_block .text li::before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #4bc71b;
  border-radius: 100%;
}
@media only screen and (max-width:980px) {
  .guidebook_block {
    display: block;
  }
  .guidebook_block figure {
    margin: 30px 0;
    text-align: center;
  }
  .guidebook_block .text {
    text-align: center;
  }
  .guidebook_block .text ul {
    display: inline-block;
  }
  .guidebook_block .text li {
    text-align: left;
  }
  .guidebook_block .text p {
    text-align: left;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* MERCURY
/* -------------------------------------------------------------------------*/
.tbl_cmpList {
  border-collapse: collapse;
  width: 100%;
}
.tbl_cmpList th, .tbl_cmpList td {
  padding: 5px;
}
.tbl_cmpList td {
  border: 1px solid #dedede;
}
.tbl_cmpList td.name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
.tbl_cmpList th {
  background-color: #e1e8f0;
  border: 1px solid #c0c3c6;
  font-weight: normal;
}
.tbl_cmpList th.name {
  font-weight: bold;
}
.tbl_cmpList tr.bg_color th, .tbl_cmpList tr.bg_color td {
  background: #fafbec;
}
.tbl_cmpList a {
  text-decoration: none;
}
.tbl_cmpList a:hover {
  text-decoration: underline;
}
@media only screen and (max-width:640px) {
  .tbl_cmpList th, .tbl_cmpList td {
    padding: 2px;
  }
}

/* -------------------------------------------------------------------------*/