@charset "UTF-8";
/* scss で開発しています。
   各読み込み先のscssファイルを修正し、コンパイルしてください
*/
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  vertical-align: inherit;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
   ========================================================================== */
h1, .sub_wrapper .inner_page > h1, .sub_wrapper .inner_page .page_title,
h2,
.single-dictionary .name_box h1,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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: inherit; /* 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;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * 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;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 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 {
  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. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  padding: 0; /* 1 */
}

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

/* 共通部分（全体部分）のscssファイルです。 */
/* breakpoint */
/* breakpoint */
html {
  font-size: 62.5%;
}

body {
  color: #333333;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}
@media (max-width: 479px) {
  body {
    font-size: 1.5rem;
  }
}

/* IE対策 游ゴシック使用時、文字が上にずれるので他のfontを使用 */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, sans-serif;
  }
}
/* 見出し */
h1, .sub_wrapper .inner_page > h1, .sub_wrapper .inner_page .page_title {
  font-size: 3.8rem;
  font-weight: bold;
}

h2, .single-dictionary .name_box h1, .single-dictionary .name_box .sub_wrapper .inner_page .page_title, .sub_wrapper .inner_page .single-dictionary .name_box .page_title {
  font-size: 3.2rem;
  font-weight: bold;
}

h3 {
  font-size: 2rem;
  font-weight: bold;
}

h4 {
  font-size: 1.8rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  h1, .sub_wrapper .inner_page > h1, .sub_wrapper .inner_page .page_title {
    font-size: 2.8rem;
  }
  h2, .single-dictionary .name_box h1, .single-dictionary .name_box .sub_wrapper .inner_page .page_title, .sub_wrapper .inner_page .single-dictionary .name_box .page_title {
    font-size: 2.4rem;
  }
}
@media (max-width: 479px) {
  h1, .sub_wrapper .inner_page > h1, .sub_wrapper .inner_page .page_title {
    font-size: 2.4rem;
  }
  h2, .single-dictionary .name_box h1, .single-dictionary .name_box .sub_wrapper .inner_page .page_title, .sub_wrapper .inner_page .single-dictionary .name_box .page_title {
    font-size: 2.2rem;
  }
  h3 {
    font-size: 1.8rem;
  }
  h4 {
    font-size: 1.7rem;
  }
}
.top_h1style {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.625;
  color: #ffffff;
  margin-bottom: 1.7rem;
}
@media (max-width: 767px) {
  .top_h1style {
    font-size: 2.4rem;
  }
}

.top_h2style {
  font-size: 3.8rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .top_h2style {
    font-size: 2.8rem;
  }
}
@media (max-width: 479px) {
  .top_h2style {
    font-size: 2.4rem;
  }
}

.banner_title_center {
  position: absolute;
  text-align: center;
  color: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blue_box_style, .h3set_box h3 {
  display: inline-block;
  background: #f1f2f6;
  color: #233b6c;
  padding: 2px 8px;
  margin-bottom: 16px;
}

.line_style {
  border-left: 8px solid #233b6c;
  padding-left: 8px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .line_style {
    line-height: inherit;
  }
}

/* aタグ */
a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #00a0e9;
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media (max-width: 767px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}

.link_more {
  text-align: right;
}
.link_more a {
  background: url(/common/images/link_arrow.png) no-repeat bottom 4px right 0;
  padding-right: 39px;
  line-height: 1;
  color: #233b6c;
  font-size: 1.7rem;
}
.link_more a:hover {
  color: #00a0e9;
  background-image: url(/common/images/link_arrow_hover.png);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.link-movie {
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
}
.link-movie::before {
  content: '';
  background: #dd0000;
  border-radius: .5em;
  position: absolute;
  top: .25em;
  left: 0;
  width: 1em;
  height: 1em;
  display: block;
}
.link-movie::after {
  content: '';
  position: absolute;
  top: .5em;
  left: .35em;
    background: #ffffff;
  height: calc(tan(60deg) * .6em / 2);
  width: .4em;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.link_skyblue, .dictionary .dictionary_list .dictionary_box_p .dictionary_box_c dd .word_desc a:hover, .article_list .article .title a:hover {
  color: #00a0e9;
  text-decoration: underline;
}
.link_skyblue:hover, .dictionary .dictionary_list .dictionary_box_p .dictionary_box_c dd .word_desc a:hover, .article_list .article .title a:hover {
  color: #00a0e9;
  text-decoration: underline;
}

.navy_hover_skyblue, .single-faq .faq_box a, .single-dictionary .name_box a, .single-post .post .post_box a, .error404 .text_box a, .download .col2_box .col2_inner ol li a, .download2 .col2_box .col2_inner ol li a, .link .col2_box .col2_inner ol li a, .manual .col2_box .col2_inner ol li a, .sitemap .col2_box .col2_inner ol li a, .adjustment .h2set_box a {
  color: #233b6c;
  text-decoration: underline;
}
.navy_hover_skyblue:hover, .single-faq .faq_box a:hover, .single-dictionary .name_box a:hover, .single-post .post .post_box a:hover, .error404 .text_box a:hover, .download .col2_box .col2_inner ol li a:hover, .download2 .col2_box .col2_inner ol li a:hover, .link .col2_box .col2_inner ol li a:hover, .manual .col2_box .col2_inner ol li a:hover, .sitemap .col2_box .col2_inner ol li a:hover, .adjustment .h2set_box a:hover {
  color: #00a0e9;
  text-decoration: underline;
}

.hover_skyblue:hover, table a:hover {
  color: #00a0e9;
  text-decoration: underline;
}

img {
  line-height: 1;
  vertical-align: top;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -ms-transition: none;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: center;";
  overflow: auto;
}

/* ヘッダー固定分の余白 */
.main {
  padding-top: 165px;
}
@media (max-width: 767px) {
  .main {
    padding-top: 76.25px;
  }
}

/* 各コンテンツの上下の余白 */
.content_wrapper {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .content_wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .sub_wrapper .content_wrapper > .inner {
    padding: 0;
  }
}

.inner {
  max-width: calc(1920px + 3.57vw + 3.57vw);
  padding: 0 3.57vw;
  margin: 0 auto;
}
.inner > .top_h2style {
  margin-bottom: 32px;
}

.sub_inner {
  max-width: calc(1440px + 3.57vw + 3.57vw);
  padding: 0 3.57vw;
  margin: 0 auto;
  padding-bottom: 128px;
}
@media (max-width: 767px) {
  .sub_inner {
    padding-bottom: 96px;
  }
}
@media (max-width: 479px) {
  .sub_inner {
    padding-bottom: 48px;
  }
}
.sub_inner > h1, .sub_wrapper .inner_page.sub_inner > h1, .sub_wrapper .inner_page .sub_inner > .page_title {
  margin-bottom: 32px;
}

/* 背景色 */
.bg_gray, .home #content06 .content_wrapper, .home #content04 .content_wrapper, .home #content01 .content_wrapper {
  background: #f1f2f6;
}

.bg_gray_half, .home #content02 .content_wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f2f6), color-stop(50%, #f1f2f6), color-stop(50%, #ffffff), to(#ffffff));
  background: -webkit-linear-gradient(top, #f1f2f6 0%, #f1f2f6 50%, #ffffff 50%, #ffffff 100%);
  background: linear-gradient(to bottom, #f1f2f6 0%, #f1f2f6 50%, #ffffff 50%, #ffffff 100%);
}
@media (max-width: 1409px) {
  .bg_gray_half, .home #content02 .content_wrapper {
    background: #f1f2f6;
  }
}

.bg_gray_half_bottom {
  background: -webkit-gradient(linear, left bottom, left top, from(#f1f2f6), color-stop(50%, #f1f2f6), color-stop(50%, #ffffff), to(#ffffff));
  background: -webkit-linear-gradient(bottom, #f1f2f6 0%, #f1f2f6 50%, #ffffff 50%, #ffffff 100%);
  background: linear-gradient(to top, #f1f2f6 0%, #f1f2f6 50%, #ffffff 50%, #ffffff 100%);
}
@media (max-width: 1409px) {
  .bg_gray_half_bottom {
    background: #f1f2f6;
  }
}

.bg_yellow {
  background: #fef848;
}

.bg_d_gray {
  background: #e9e9e9;
}

.bg_p_gray {
  background: #f2f3f8;
}

.bg_l_gray {
  background: #f6f6f6;
}

.bg_cream {
  background: #fff6e2;
}

.bg_blue {
  background: #dae3f3;
}

/* テキストにつけるスタイル */
.text_red, .download #content01 .text_box span, .download2 #content01 .text_box span {
  color: #ef1717;
}

.text_blue {
  color: #005bac;
}

.text_skyblue {
  color: #00a0e9;
}

.text_navy {
  color: #233b6c;
}

.text_underline {
  text-decoration: underline;
}

.text_bold {
  font-weight: bold;
}

.text_right {
  text-align: right;
}

.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_sm, .article_list .article .post_info .post_cat a {
  font-size: 1.6rem;
}



@media (max-width: 767px) {
  .text_sm, .article_list .article .post_info .post_cat a {
    font-size: 1.5rem;
  }
}
@media (max-width: 479px) {
  .text_sm, .article_list .article .post_info .post_cat a {
    font-size: 1.4rem;
  }
}

.text_xs {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .text_xs {
    font-size: 1.4rem;
  }
}

.box_border_gray {
  border: 1px solid #b5b5b5;
}

/* ulにつけるスタイル */
.list_style_disc li, .list_style_circle li, .single-post .post .post_box ul li, .list_style_asterisk li, .list_style_rhombus li {
  position: relative;
  margin-left: 2rem;
}
.list_style_disc li::before, .list_style_circle li::before, .single-post .post .post_box ul li::before, .list_style_asterisk li::before, .list_style_rhombus li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: -2rem;
}

.list_style_rhombus li::before {
  content: "◇";
}

.list_style_asterisk li::before {
  content: "＊";
}

.list_style_circle li, .single-post .post .post_box ul li {
  margin-left: 2.4rem;
}
.list_style_circle li::before, .single-post .post .post_box ul li::before {
  content: "●";
  color: #233b6c;
  left: -2.4rem;
  font-size: 1.4rem;
  line-height: 1.9;
}

.list_style_line li {
  display: block;
  padding: 6px 0;
}
.list_style_line li a {
  display: inline-block;
  padding: 0;
  text-indent: -2rem;
  margin-left: 2rem;
}
.list_style_line li a::before {
  content: "－";
  color: #333333;
  margin-right: 5px;
}
.list_style_line li a:hover {
  color: #00a0e9;
}

/* olにつけるスタイル（カウント） */
.count_style_num, .single-post .post .post_box ol {
  list-style-type: decimal;
}
.count_style_num li, .single-post .post .post_box ol li {
  position: relative;
  margin-left: 2rem;
  padding-left: 1rem;
}
.count_style_num li::before, .single-post .post .post_box ol li::before {
  position: absolute;
  top: 0;
}
.count_style_num dt::before, .single-post .post .post_box ol dt::before {
  margin-right: 0.5rem;
}

/* ol.count_style_num配下で、li をカウントさせたくない */
.no_count li::before {
  content: initial;
}

.count_style_step {
  counter-reset: step;
}
.count_style_step span:nth-child(1),
.count_style_step li > h3 {
  counter-increment: step;
}
.count_style_step span:nth-child(1)::after,
.count_style_step li > h3::after {
  content: counter(step);
}

.count_style_note {
  counter-reset: count_note;
}
.count_style_note li {
  counter-increment: count_note;
  position: relative;
  margin-left: 4.6rem;
}
.count_style_note li::before {
  position: absolute;
  content: "注 " counter(count_note) "：";
  top: 0;
  left: -4.6rem;
}

.count_style_asterisk {
  counter-reset: asterrisk;
}
.count_style_asterisk li {
  counter-increment: asterrisk;
  position: relative;
  margin-left: 3rem;
}
.count_style_asterisk li::before {
  position: absolute;
  content: "＊" counter(asterrisk) " ";
  top: 0;
  left: -3rem;
}

.omit_text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.omit_multi_text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 1; /*表示する行数*/
  line-height: 1.6em;
  height: auto;
}
@media (max-width: 979px) {
  .omit_multi_text {
    -webkit-line-clamp: 3; /*表示する行数*/
  }
}

/* 各コンテンツ内で使用するdisplay:flexを使ったボックス（共通設定） */
.col2_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.col2_box .col2_inner {
  width: 48.3%;
}
@media (max-width: 767px) {
  .col2_box .col2_inner {
    width: 100%;
  }
}
.col2_box .col2_inner_md {
  width: 48.3%;
}
@media (max-width: 979px) {
  .col2_box .col2_inner_md {
    width: 100%;
  }
}
.col2_box .col2_inner_lg {
  width: 48.3%;
}
@media (max-width: 1409px) {
  .col2_box .col2_inner_lg {
    width: 48%;
    margin-bottom: 4%;
  }
}
@media (max-width: 767px) {
  .col2_box .col2_inner_lg {
    width: 100%;
  }
}

.col3_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.col3_box .col3_inner {
  width: 31.3333333333%;
}
@media (max-width: 979px) {
  .col3_box .col3_inner {
    width: 31.3333333333%;
    margin-bottom: 4%;
  }
}
@media (max-width: 767px) {
  .col3_box .col3_inner {
    width: 100%;
  }
}
.col3_box .col3_inner_lg {
  width: 31.6333333333%;
}
@media (max-width: 1409px) {
  .col3_box .col3_inner_lg {
    width: 48%;
    margin-bottom: 4%;
  }
}
@media (max-width: 767px) {
  .col3_box .col3_inner_lg {
    width: 100%;
  }
}

.col4_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.col4_box .col4_inner_xs {
  width: 23.3%;
}
@media (max-width: 767px) {
  .col4_box .col4_inner_xs {
    width: 48%;
    margin-bottom: 4%;
  }
}
@media (max-width: 479px) {
  .col4_box .col4_inner_xs {
    width: 100%;
  }
}
.col4_box .col4_inner_md {
  width: 23.3%;
}
@media (max-width: 979px) {
  .col4_box .col4_inner_md {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .col4_box .col4_inner_md {
    width: 100%;
  }
}
.col4_box .col4_inner_lg {
  width: 23.3%;
}
@media (max-width: 1409px) {
  .col4_box .col4_inner_lg {
    width: 48%;
    margin-bottom: 4%;
  }
}
@media (max-width: 767px) {
  .col4_box .col4_inner_lg {
    width: 100%;
  }
}

.h3set_box {
  padding: 16px 0;
}
.img_box {
  margin: 0 auto;
}

.text_box {
  margin: 0;
  padding: 0;
}

.sp_only {
  display: none;
}
@media (max-width: 767px) {
  .sp_only {
    display: block;
  }
}
@media (max-width: 479px) {
  .sp_only {
    max-width: 100%;
  }
}

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

img.sp_only {
  display: none;
}
@media (max-width: 767px) {
  img.sp_only {
    display: block;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 479px) {
  img.sp_only {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  img.pc_only {
    display: none;
  }
}

/* headerのscssファイルです。*/
/* header_pc */
.band_jcaa {
  height: 36px;
  border-bottom: solid 1px #ddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 3.57vw;
}
.band_jcaa_logoimg {
  width: auto;
  vertical-align: bottom;
}
.band_jcaa_text {
  font-size: 14px;
}
.band_jcaa a:hover {
  color: #333333;
}

.header_pc {
  position: fixed;
  z-index: 20;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 165px;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  background: #fff;
}
.header_pc::after {
  content: "";
  display: table;
  clear: both;
}
.header_pc .logo {
  float: left;
  margin: 21px 0 0 3.57vw;
}
.header_pc .logo img {
  max-width: 165px;
}
.header_pc .header_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 3.57vw;
}
.header_pc .header_nav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1921px) {
  .header_pc .logo {
    margin: 33px 0 0 70px;
  }
  .header_pc .header_nav {
    margin-right: 70px;
  }
}
@media (max-width: 950px) and (min-width: 768px) {
  .header_pc .logo {
    margin: 20px 0 0 3.57vw;
  }
}
.header_pc .menu_sub {
  font-size: 1.3rem;
  line-height: 1.16;
  margin-bottom: 35px;
}
.header_pc .menu_sub li {
  margin-top: 20px;
  margin-right: 32px;
}
.header_pc .menu_sub li:last-child {
  margin-right: 0;
}
.header_pc .menu_sub li a {
  position: relative;
  display: inline-block;
  padding-top: 14px;
}
.header_pc .menu_sub li a::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #233b6c;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header_pc .menu_sub li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.header_pc .menu_pc {
  font-size: 1.5rem;
}
.header_pc .menu_pc .menu_parent > a {
  display: inline-block;
  padding: 7px 16px;
}
@media (max-width: 970px) and (min-width: 768px) {
  .header_pc .menu_pc .menu_parent > a {
    padding: 7px 6px;
  }
}
.header_pc .menu_pc .menu_parent > a:hover {
  color: #333333;
  border-bottom: #233b6c 5px solid;
  cursor: pointer;
}
.header_pc .menu_pc .d_none_menu_child {
  display: none;
  overflow-y: auto;
  position: absolute;
  left: 0;
  width: 100%;
  max-height: calc(80vh - 75px);
}
.header_pc .menu_pc .d_none_menu_child .menu_child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px 0;
  background: #f1f2f6;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header_pc .menu_pc .d_none_menu_child .menu_child ul {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  max-width: 350px;
}
.header_pc .menu_pc .d_none_menu_child .menu_child ul:not(:last-child) {
  margin-right: 48px;
}
.header_pc .menu_pc .d_none_menu_child .menu_child ul:nth-child(1) {
  margin-left: 20%;
}
@media (max-width: 1409px) {
  .header_pc .menu_pc .d_none_menu_child .menu_child ul:nth-child(1) {
    margin-left: 3.57%;
    margin-left: 10%;
  }
}
.header_pc .menu_pc .d_none_menu_child .menu_child ul li {
  display: block;
  padding: 6px 0;
}
.header_pc .menu_pc .d_none_menu_child .menu_child ul li a {
  display: inline-block;
  padding: 0;
  text-indent: -2rem;
  margin-left: 2rem;
}
.header_pc .menu_pc .d_none_menu_child .menu_child ul li a::before {
  content: "－";
  color: #333333;
  margin-right: 5px;
}
.header_pc .menu_pc .d_none_menu_child .menu_child ul li a:hover {
  color: #00a0e9;
}
.header_pc .menu_pc .register_btn {
  letter-spacing: 0.04em;
}
.header_pc .menu_pc .register_btn a {
  display: inline-block;
  background: #233b6c;
  padding: 4px 16px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 970px) and (min-width: 768px) {
  .header_pc .menu_pc .register_btn a {
    padding: 4px 6px;
    margin-left: 10px;
  }
}
.header_pc .menu_pc .register_btn a:hover {
  background: #00a0e9;
}

@media (max-width: 979px) {
  .header_pc .logo img {
    height: 56px;
  }
}
@media (max-width: 767px) {
  .header_pc {
    display: none;
  }
}
/* header_sp */
.header_sp .header_sp_menu {
  display: none;
}
@media (max-width: 767px) {
  .header_sp .header_sp_menu {
    width: 100%;
    position: fixed;
    z-index: 20;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    background: #fff;
  }
  .header_sp .header_sp_menu .logo {
    float: left;
    margin: 10px 0 10px 3.57vw;
  }
  .header_sp .header_sp_menu .logo img {
    height: 56px;
  }
  .header_sp .header_sp_menu .hamburger_sp .nav_toggle {
    position: absolute;
    z-index: 10;
    display: block;
    right: 12px;
    width: 40px;
    height: 40px;
    margin-top: 16px;
    cursor: pointer;
  }
  .header_sp .header_sp_menu .hamburger_sp .nav_toggle span {
    position: absolute;
    display: block;
    top: 50%;
    width: 100%;
    height: 2px;
    background: #233b6c;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header_sp .header_sp_menu .hamburger_sp .nav_toggle span:nth-of-type(1) {
    margin-top: -12px;
  }
  .header_sp .header_sp_menu .hamburger_sp .nav_toggle span:nth-of-type(3) {
    margin-top: 12px;
  }
  .header_sp .header_sp_menu .hamburger_sp.active .nav_toggle span:nth-of-type(1) {
    top: 20px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: 0;
  }
  .header_sp .header_sp_menu .hamburger_sp.active .nav_toggle span:nth-of-type(2) {
    left: 50%;
    width: 0;
  }
  .header_sp .header_sp_menu .hamburger_sp.active .nav_toggle span:nth-of-type(3) {
    top: 20px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: 0;
  }
}
.header_sp .menu_pulldown {
  display: none;
}
@media (max-width: 767px) {
  .header_sp .menu_pulldown {
    display: block;
    position: fixed;
    width: 100%;
    top: 76px;
    left: 0;
    -webkit-transform: translateY(-130%);
            transform: translateY(-130%);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    background-color: #fff;
    z-index: 15;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .header_sp .menu_pulldown .menu_sp {
    background-color: #f1f2f6;
  }
  .header_sp .menu_pulldown .menu_sp .menu_parent > li {
    border-bottom: solid 1px #ddd;
  }
  .header_sp .menu_pulldown .menu_sp .menu_parent > li a:hover {
    color: #333333;
  }
  .header_sp .menu_pulldown .menu_sp .menu_parent > li a.icon_arrow {
    padding: 10px 5%;
    font-size: 1.7rem;
    display: block;
    font-weight: bold;
    cursor: pointer;
  }
  .header_sp .menu_pulldown .menu_sp .menu_parent > li a.icon_arrow::after {
    position: absolute;
    content: "∨";
    right: 4%;
    font-size: 1.6rem;
    padding-top: 4px;
  }
  .header_sp .menu_pulldown .menu_sp .menu_parent > li a.icon_arrow.active:after {
    content: "∧";
  }
  .header_sp .menu_pulldown .menu_sp .menu_parent .menu_child {
    padding: 0 4% 0 7%;
    display: none;
  }
  .header_sp .menu_pulldown .menu_sp .menu_parent .menu_child li {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .header_sp .menu_pulldown .menu_sp .menu_parent .menu_child li a {
    font-weight: normal;
    padding: 4px 0;
    display: block;
    text-indent: -2rem;
    margin-left: 2rem;
  }
  .header_sp .menu_pulldown .menu_sp .menu_parent .menu_child li a::before {
    content: "－";
    color: #333333;
    margin-right: 5px;
    font-size: 2rem;
  }
  .header_sp .menu_pulldown .menu_sp .menu_parent .menu_child li ul {
    margin-bottom: 10px;
  }
  .header_sp .menu_pulldown .menu_sp .register_btn {
    margin: 0 auto;
    padding: 20px 0;
    width: 94%;
  }
  .header_sp .menu_pulldown .menu_sp .register_btn a {
    display: block;
    background: #233b6c;
    color: #ffffff;
    text-align: center;
    padding: 8px 0;
  }
  .header_sp .menu_pulldown .menu_sp .menu_sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 20px 0;
    width: 94%;
    margin: 0 auto;
  }
  .header_sp .menu_pulldown .menu_sp .menu_sub li {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
    margin: 0 1%;
    border-bottom: none;
  }
  .header_sp .menu_pulldown .menu_sp .menu_sub li a {
    display: block;
    text-align: center;
    border-bottom: solid 1px #ddd;
    padding: 10px 0 8px;
  }
  .header_sp .menu_pulldown .menu_sp .close_btn a {
    display: block;
    text-align: center;
    background: #ffffff;
    vertical-align: middle;
    padding: 8px;
  }
  .header_sp .menu_pulldown .menu_sp .close_btn a::before {
    content: "×";
    font-size: 3rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .header_sp .menu_pulldown .menu_sp .close_btn a::before {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .header_sp .menu_pulldown .menu_sp_jcaa {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .header_sp .menu_pulldown .menu_sp_jcaa_logoimg {
    width: auto;
  }
  .header_sp .menu_pulldown .menu_sp_jcaa_text {
    font-size: 12px;
    display: inline-block;
  }
}
.header_sp .menu_pulldown.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.menu_bg_shadow.active {
  position: fixed;
  display: block;
  z-index: 5;
  left: 0;
  top: 70px;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
}

/* footerのscssファイルです。 */
.footer .footer_address address {
  padding: 32px 0;
}
@media (max-width: 767px) {
  .footer .footer_address address {
    padding: 24px 0;
  }
}
.footer .footer_address address .footer_logo {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .footer .footer_address address .footer_logo {
    margin-bottom: 24px;
  }
}
.footer .footer_address address .footer_logo img {
  max-width: 165px;
}
.footer .footer_address address dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer .footer_address address dl dt {
  -webkit-flex-basis: 210px;
      -ms-flex-preferred-size: 210px;
          flex-basis: 210px;
  font-weight: bold;
}
.footer .footer_address address dl dd {
  -webkit-flex-basis: calc(100% - 210px);
      -ms-flex-preferred-size: calc(100% - 210px);
          flex-basis: calc(100% - 210px);
}
@media (max-width: 979px) {
  .footer .footer_address address dl dd span:last-child {
    display: block;
  }
}
@media (max-width: 767px) {
  .footer .footer_address address dl {
    display: block;
  }
  .footer .footer_address address dl dd:not(:last-child) {
    margin-bottom: 17px;
  }
  .footer .footer_address address dl dd span {
    display: block;
  }
  .footer .footer_address address dl dd span:last-child {
    margin-top: -1.6em;
  }
}
.footer .footer_nav {
  background: #233b6c;
  padding: 8px 0;
}
.footer .footer_nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
}
.footer .footer_nav ul li {
  margin-right: 8px;
}
.footer .footer_nav ul li:last-child {
  margin-right: inherit;
}
.footer .footer_nav ul li a {
  color: #ffffff;
  line-height: 2;
}
.footer .footer_nav .icon_external {
  position: relative;
  margin-right: 40px;
}
.footer .footer_nav .icon_external::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 12px;
  top: 3px;
  right: -18%;
  background: url(/common/images/icon_external_white.png) no-repeat;
}
.footer .footer_credit {
  background: #0c2044;
  color: #ffffff;
  font-size: 1.1rem;
  text-align: center;
  padding: 12px 0;
}

/* トップページのscssファイルです。 */
.home .keyvisual_top .keyvisual_image {
  background: no-repeat center/contain;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 25.521%;
  background-image: url("/common/images/TOP_square_airport_atalogo.png");
}
@media (max-width: 767px) {
  .home .keyvisual_top .keyvisual_image {
    background: no-repeat center/cover;
    padding-top: 62%;
    background-image: url(/common/images/TOP_square_airport_atalogo_small.jpg);
  }
}
@media (min-width: 1921px) {
  .home .keyvisual_top .keyvisual_image {
    width: 100%;
    height: 490px;
    padding-top: inherit;
  }
}
.home .topics {
  margin-top: -38px;
}
@media (max-width: 1120px) {
  .home .topics {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .home .topics {
    margin-top: 0;
  }
}
.home .topics .topics_box {
  background: #fff;
  width: 100%;
  max-width: 1588px;
  margin-bottom: 32px;
}
@media (max-width: 479px) {
  .home .topics .topics_box {
    margin-bottom: 24px;
  }
}
.home .topics .topics_box:not(:first-child) {
  margin-bottom: 96px;
}
@media (max-width: 767px) {
  .home .topics .topics_box:not(:first-child) {
    margin-bottom: 48px;
  }
}
.home .topics .topics_box .topics_title {
  display: inline-block;
  padding: 5px 12px;
  color: #ffffff;
  font-weight: bold;
}
.home .topics .topics_box .topics_textbox {
  margin: 0 40px;
  padding: 16.5px 0;
}
.home .topics .topics_box .topics_textbox:nth-child(n+3) {
  border-top: 1px #dddddd solid;
}
@media (max-width: 767px) {
  .home .topics .topics_box .topics_textbox {
    margin: 0 3%;
  }
}
.home .topics .topics_box .topics_textbox .topics_textbox_text {
  max-width: 1390px;
}
.home .topics .topics_box .topics_textbox .topics_textbox_text a {
  width: 100%;
  height: auto;
}
.home .topics .topics_box .topics_textbox .topics_textbox_text a:hover {
  color: #00a0e9;
}
.home .topics .topics_red {
  color: #f60d54;
  border: #f60d54 1px solid;
}
.home .topics .topics_red .topics_title {
  background: #f60d54;
}
.home .topics .topics_red .topics_textbox .topics_textbox_text a {
  color: #e62e60;
}
.home .topics .topics_red .topics_textbox .topics_textbox_text a:hover {
  color: #f50f4e;
}
.home .topics .topics_navy {
  color: #233b6c;
  border: #233b6c 1px solid;
}
.home .topics .topics_navy .topics_title {
  background: #233b6c;
}
.home .topics .topics_navy .topics_textbox .topics_textbox_text a:hover {
  color: #233b6c;
}
.home .topics_inner {
  max-width: calc(1588px + 3.57vw + 3.57vw);
  padding: 0 3.57vw;
  margin-right: auto;
  margin-left: auto;
}
.home #content01 .content_wrapper {
  padding-bottom: 56px;
}
@media (max-width: 979px) {
  .home #content01 .content_wrapper {
    padding-bottom: 0;
  }
}
.home #content01 .role_box li a {
  position: relative;
  display: block;
  background: #fff;
  height: 100%;
}
.home #content01 .role_box li a:hover {
  color: #333333;
}
.home #content01 .role_box li a:hover::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: #233b6c 2px solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home #content01 .role_box li a:hover figure img {
  height: 110%;
  width: 110%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.home #content01 .role_box li a figure {
  position: relative;
  overflow: hidden;
  height: 233px;
  max-height: 233px;
}
@media (max-width: 1409px) {
  .home #content01 .role_box li a figure {
    height: 170px;
    max-height: 170px;
  }
}
@media (max-width: 479px) {
  .home #content01 .role_box li a figure {
    max-height: 48vw;
  }
}
.home #content01 .role_box li a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home #content01 .role_box li a h3 {
  position: relative;
  margin: -24px 9.5% 24px;
  padding: 8px 0;
  font-size: 2rem;
  color: #fff;
  background: #233b6c;
  text-align: center;
}
@media (max-width: 1409px) {
  .home #content01 .role_box li a h3 {
    margin: -24px 6% 20px;
  }
}
.home #content01 .role_box li a p:not(.link_more) {
  padding: 0 9.5% 84px;
  min-height: 165px;
}
@media (max-width: 767px) {
  .home #content01 .role_box li a p:not(.link_more) {
    padding: 0 9.5% 75px;
    min-height: 150px;
  }
}
.home #content01 .role_box li a p:not(.link_more):hover {
  color: #333333;
}
.home #content01 .role_box li a .link_more {
  position: absolute;
  bottom: 30px;
  right: 9.5%;
  background: url(/common/images/link_arrow.png) no-repeat bottom 4px right 0;
  padding-right: 39px;
  line-height: 1;
  color: #233b6c;
  font-size: 1.7rem;
}
.home #content01 .role_box li a:hover .link_more {
  color: #00a0e9;
  background-image: url(/common/images/link_arrow_hover.png);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 979px) {
  .home #content01 .col4_box .col4_inner_md {
    width: 32.2%;
    margin-bottom: 4%;
  }
}
@media (max-width: 767px) {
  .home #content01 .col4_box .col4_inner_md {
    width: 100%;
  }
}
.home #content02 .content_wrapper .col3_box .col3_inner_md {
  width: 31.6333333333%;
}
@media (max-width: 1409px) {
  .home #content02 .content_wrapper .col3_box .col3_inner_md {
    width: 31.6333333333%;
  }
}
@media (max-width: 767px) {
  .home #content02 .content_wrapper .col3_box .col3_inner_md {
    width: 100%;
    margin-bottom: 4%;
  }
}
@media (max-width: 1409px) {
  .home #content02 .content_wrapper .col3_box .col3_inner_md a {
    height: 8.5em;
  }
}
@media (max-width: 1409px) {
  .home #content02 .content_wrapper .col3_box .col3_inner_md a h3 {
    font-size: 1.45rem;
  }
}
@media (max-width: 979px) {
  .home #content02 .content_wrapper .col3_box .col3_inner_md a h3 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home #content02 .content_wrapper .col3_box .col3_inner_md a h3 {
    width: 91%;
    font-size: 1.8rem;
  }
}
@media (max-width: 479px) {
  .home #content02 .content_wrapper .col3_box .col3_inner_md a h3 {
    width: 94%;
  }
}
.home #content02 .content_wrapper .banner_box_a .banner_title_bg::after {
  content: none;
}
.home #content03 .img_box {
  width: 100%;
  margin-bottom: 96px;
}
@media (max-width: 767px) {
  .home #content03 .img_box {
    margin-bottom: 48px;
  }
}
.home #content03 .img_box:nth-child(2) {
  max-width: 840px;
}
.home #content03 .img_box:nth-child(3) {
  max-width: 1020px;
}
.home #content03 .img_box figure:first-child {
  margin: 73px auto 96px;
}
@media (max-width: 767px) {
  .home #content03 .img_box figure:first-child {
    margin: 0 auto 48px;
  }
}
.home #content04 .content_wrapper .col2_box {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home #content05 .col5_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 979px) {
  .home #content05 .col5_box {
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
}
.home #content05 .col5_box .col5_inner {
  width: 18.64%;
}
@media (max-width: 979px) {
  .home #content05 .col5_box .col5_inner {
    width: 26%;
    margin-left: 5%;
  }
}
@media (max-width: 767px) {
  .home #content05 .col5_box .col5_inner {
    width: 100%;
  }
}
.home #content05 .flow_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 73px;
}
@media (max-width: 979px) {
  .home #content05 .flow_box {
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
}
.home #content05 .flow_box li {
  position: relative;
  max-width: 300px;
  width: 18.64%;
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 64px;
}
.home #content05 .flow_box li .img_box figure {
  margin-top: 32px;
  margin-bottom: 16px;
  border: 1px solid #b5b5b5;
  padding: 13%;
  height: auto;
}
@media (max-width: 767px) {
  .home #content05 .flow_box li .img_box figure {
    margin-top: 16px;
  }
}
.home #content05 .flow_box li:not(:first-child)::before, .home #content05 .flow_box li:not(:first-child)::after {
  position: absolute;
  content: "";
  top: 6px;
  border-top: solid 4px #b5b5b5;
  border-right: solid 4px #b5b5b5;
  width: 17px;
  height: 17px;
  border-top: solid 4px #b5b5b5;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.home #content05 .flow_box li:not(:first-child)::before {
  left: -42px;
}
.home #content05 .flow_box li:not(:first-child)::after {
  left: -24px;
}
@media (max-width: 979px) {
  .home #content05 .flow_box {
    margin-left: 0;
  }
  .home #content05 .flow_box li {
    width: 26%;
    margin-left: 5%;
  }
}
@media (max-width: 767px) {
  .home #content05 .flow_box {
    display: block;
    margin-top: 0;
  }
  .home #content05 .flow_box li {
    width: 100%;
    margin: 0 auto 48px;
  }
  .home #content05 .flow_box li:not(:first-child) {
    margin-left: auto;
  }
  .home #content05 .flow_box li:not(:first-child)::before, .home #content05 .flow_box li:not(:first-child)::after {
    left: 48%;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .home #content05 .flow_box li:not(:first-child)::before {
    top: -50px;
  }
  .home #content05 .flow_box li:not(:first-child)::after {
    top: -32px;
  }
}
@media (max-width: 479px) {
  .home #content05 .flow_box li:not(:first-child)::before, .home #content05 .flow_box li:not(:first-child)::after {
    left: 46%;
  }
  .home #content05 .flow_box li:not(:first-child)::before {
    top: -48px;
  }
}
.home #content05 .link_more {
  margin-bottom: 48px;
}
.home #content06 .top_h2style {
  margin-bottom: 73px;
}
@media (max-width: 767px) {
  .home #content06 .top_h2style {
    margin-bottom: 32px;
  }
}
.home #content06 .search_box {
  padding: 24px 0;
}
.home #content06 .target_nav {
  max-width: 1304px;
  border: none;
  margin: 40px auto 0;
  padding: 0 0 24px 0;
}
@media (max-width: 767px) {
  .home #content06 .target_nav {
    padding: 0;
  }
}
.home #content06 .target_nav h2, .home #content06 .target_nav .single-dictionary .name_box h1, .single-dictionary .name_box .home #content06 .target_nav h1, .home #content06 .target_nav .single-dictionary .name_box .sub_wrapper .inner_page .page_title, .single-dictionary .name_box .sub_wrapper .inner_page .home #content06 .target_nav .page_title, .home #content06 .target_nav .sub_wrapper .inner_page .single-dictionary .name_box .page_title, .sub_wrapper .inner_page .single-dictionary .name_box .home #content06 .target_nav .page_title {
  background: inherit;
  position: inherit;
  display: block;
  top: inherit;
  left: inherit;
  padding: 0;
  margin-bottom: 32px;
}
.home #content06 .target_nav .target_nav_box .cat_box li:not(:last-child) {
  margin-right: 1.7%;
}
@media (max-width: 790px) {
  .home #content06 .target_nav .target_nav_box .cat_box li {
    min-width: inherit;
  }
}
.home #content06 .faq_box {
  max-width: 1440px;
  margin: 24px auto 48px;
  padding: 26px 96px;
  background: #ffffff;
  border: 1px solid #707070;
}
@media (max-width: 979px) {
  .home #content06 .faq_box {
    padding: 26px 48px;
  }
}
@media (max-width: 767px) {
  .home #content06 .faq_box {
    margin: 17px 0;
    padding: 4%;
  }
}
.home #content06 .faq_box ul li {
  border-bottom: none;
}
.home #content06 .faq_box ul li:not(:first-child) {
  border-top: 1px #b5b5b5 solid;
}
.home #content07 .banner_box {
  margin: 48px auto;
  max-width: 860px;
}
@media (max-width: 767px) {
  .home #content07 .banner_box {
    margin: 24px 0;
  }
}
.home #content07 .banner_box a {
  width: 100%;
}
.home #content07 .banner_box a:hover::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: #233b6c 2px solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home #content07 .banner_box a figure {
  height: 160px;
}
@media (max-width: 767px) {
  .home #content07 .banner_box a figure {
    height: 10em;
  }
}
@media (max-width: 479px) {
  .home #content07 .banner_box a figure {
    height: 31vw;
  }
}
@media (max-width: 979px) {
  .home #content07 .banner_box a figure img {
    height: 100%;
  }
}
.home #content07 .banner_box .banner_title_bg {
  padding: 4px 0;
  font-size: 3.6rem;
  width: 34.862%;
}
@media (max-width: 979px) {
  .home #content07 .banner_box .banner_title_bg {
    font-size: 3.2rem;
    padding: 8px 0;
  }
}
@media (max-width: 767px) {
  .home #content07 .banner_box .banner_title_bg {
    font-size: 2.4rem;
  }
}
@media (max-width: 479px) {
  .home #content07 .banner_box .banner_title_bg {
    font-size: 2.2rem;
    width: 50%;
  }
}

.banner, .home #content02 .content_wrapper {
  padding: 0;
  margin-bottom: 48px;
}
@media (max-width: 1409px) {
  .banner, .home #content02 .content_wrapper {
    padding-bottom: 32px;
    margin-bottom: 0;
  }
}

.banner_box a {
  position: relative;
  display: block;
  height: 100%;
}
.banner_box a:hover::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: #233b6c 2px solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.banner_box a:hover figure {
  background: inherit;
}
.banner_box a:hover figure img {
  height: 110%;
  width: 110%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  opacity: 1;
}
.banner_box a figure {
  position: relative;
  overflow: hidden;
  height: 18vw;
  max-height: 283px;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .banner_box a figure {
    max-height: 40vw;
    height: 12.25em;
  }
}
@media (max-width: 479px) {
  .banner_box a figure {
    max-height: 40vw;
    height: 10em;
  }
}
.banner_box a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.85;
}
@media (max-width: 979px) {
  .banner_box a figure img {
    position: relative;
    height: auto;
  }
}

.banner_box_sm li {
  max-width: 468px;
  max-width: 600px;
}
.banner_box_sm li:not(:first-child) {
  margin-left: 2%;
}
@media (max-width: 767px) {
  .banner_box_sm li:not(:first-child) {
    margin-left: 0;
  }
}
.banner_box_sm li a {
  position: relative;
  display: block;
  height: 100%;
}
.banner_box_sm li a:hover::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: #233b6c 2px solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.banner_box_sm li a:hover figure {
  background: inherit;
}
.banner_box_sm li a:hover figure img {
  height: 110%;
  width: 110%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  opacity: 1;
}
.banner_box_sm li a figure {
  position: relative;
  overflow: hidden;
  height: 180px;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .banner_box_sm li a figure {
    height: 10em;
  }
}
@media (max-width: 479px) {
  .banner_box_sm li a figure {
    height: 31vw;
  }
}
.banner_box_sm li a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.85;
}
@media (max-width: 979px) {
  .banner_box_sm li a figure img {
    position: relative;
    height: auto;
  }
}

.banner_box_a a {
  position: relative;
  display: block;
  height: 10em;
}
.banner_box_a a:hover::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: #233b6c 2px solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .banner_box_a a {
    height: 10em;
  }
}
@media (max-width: 479px) {
  .banner_box_a a {
    height: 31vw;
  }
}
.banner_box_a .banner_title_bg {
  padding: 5% 0;
  max-height: 88px;
}
.banner_box_a .banner_title_bg::after {
  content: none;
}

.banner_box .banner_title_bg,
.banner_box_a .banner_title_bg,
.banner_box_sm .banner_title_bg {
  background: #233b6c;
  font-size: 2rem;
  opacity: 0.87;
  padding: 13px 0;
}
.banner_box .banner_title_bg::after,
.banner_box_a .banner_title_bg::after,
.banner_box_sm .banner_title_bg::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 1.6vw;
  top: calc(50% - 2px);
  border-top: solid 2px;
  border-right: solid 2px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
@media (max-width: 979px) {
  .banner_box .banner_title_bg::after,
  .banner_box_a .banner_title_bg::after,
  .banner_box_sm .banner_title_bg::after {
    right: 3vw;
  }
}
@media (max-width: 767px) {
  .banner_box .banner_title_bg::after,
  .banner_box_a .banner_title_bg::after,
  .banner_box_sm .banner_title_bg::after {
    right: 5vw;
  }
}
@media (max-width: 767px) and (max-width: 479px) {
  .banner_box .banner_title_bg::after,
  .banner_box_a .banner_title_bg::after,
  .banner_box_sm .banner_title_bg::after {
    right: 4vw;
  }
}
@media (max-width: 767px) and (max-width: 479px) {
  .banner_box .banner_title_bg,
  .banner_box_a .banner_title_bg,
  .banner_box_sm .banner_title_bg {
    font-size: 1.8rem;
  }
  .banner_box .banner_title_bg::after,
  .banner_box_a .banner_title_bg::after,
  .banner_box_sm .banner_title_bg::after {
    right: 4vw;
  }
}
.banner_box .col3_inner_md a h3,
.banner_box_a .col3_inner_md a h3,
.banner_box_sm .col3_inner_md a h3 {
  width: 87%;
}
@media (max-width: 1409px) {
  .banner_box .col3_inner_md a h3,
  .banner_box_a .col3_inner_md a h3,
  .banner_box_sm .col3_inner_md a h3 {
    width: 93%;
  }
}
.banner_box .col2_inner_lg a h3,
.banner_box_a .col2_inner_lg a h3,
.banner_box_sm .col2_inner_lg a h3 {
  width: 70.5%;
}
@media (max-width: 1409px) {
  .banner_box .col2_inner_lg a h3,
  .banner_box_a .col2_inner_lg a h3,
  .banner_box_sm .col2_inner_lg a h3 {
    width: 91%;
  }
}

/* 下層ページのscssファイルです。 */
/*--------------------------- 全体（大枠）の設定 ---------------------------*/
.sub_page {
  background: #f1f2f6;
}

.sub_wrapper .inner_page {
  background: #ffffff;
  position: relative;
  padding-bottom: 80px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .sub_wrapper .inner_page {
    padding-bottom: 24px;
  }
}
.sub_wrapper .inner_page > h1, .sub_wrapper .inner_page .page_title {
  position: relative;
  z-index: 3;
  top: -46px;
  width: 93%;
  max-width: 960px;
  margin: 0 auto 2px;
  padding: 22px 1em 16px 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.4;
  background: #233b6c;
  color: #fff;
}
@media (max-width: 767px) {
  .sub_wrapper .inner_page > h1, .sub_wrapper .inner_page .page_title {
    top: -28px;
    font-size: 2.6rem;
    margin-bottom: 0;
    padding: 12px 0.5em 10px 0.5em;
  }
}
.sub_wrapper .content {
  max-width: calc(960px + 3.57vw + 3.57vw);
  padding: 0 3.57vw;
  margin: 0 auto;
}
.sub_wrapper .inner {
  max-width: 960px;
  padding: 0 16px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sub_wrapper .inner {
    padding: 0;
  }
}
.sub_wrapper h2, .sub_wrapper .single-dictionary .name_box h1, .single-dictionary .name_box .sub_wrapper h1, .single-dictionary .name_box .sub_wrapper .inner_page .page_title, .sub_wrapper .inner_page .single-dictionary .name_box .page_title {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .sub_wrapper h2, .sub_wrapper .single-dictionary .name_box h1, .single-dictionary .name_box .sub_wrapper h1, .single-dictionary .name_box .sub_wrapper .inner_page .page_title, .sub_wrapper .inner_page .single-dictionary .name_box .page_title {
    margin-bottom: 24px;
  }
}

.keyvisual_sub .keyvisual_image {
  background: no-repeat center/contain;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20.416%;
}
@media (min-width: 1921px) {
  .keyvisual_sub .keyvisual_image {
    width: 100%;
    height: 364px;
    padding-top: inherit;
  }
}

/*--------------------------- アクセスページの設定 ---------------------------*/
.access .access_inner {
  max-width: 840px;
  margin: 0 auto;
}
.access .gmap {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 50%;
  margin-bottom: 16px;
  text-align: center;
  border: 1px solid #707070;
}
.access .gmap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .access .gmap {
    padding-bottom: 56.25%;
    margin-bottom: 0;
  }
}
.access .access_info {
  padding-top: 16px;
}
.access .access_info .text_box:nth-child(3) {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .access .access_info .text_box {
    margin-bottom: 16px;
  }
  .access .access_info .text_box:nth-child(3) {
    margin-top: 0;
  }
}
.access .access_info p a.mail {
  position: relative;
  padding-left: 24px;
  text-decoration: underline;
}
.access .access_info p a.mail::before {
  position: absolute;
  content: "";
  background: url(/common/images/icon_mail.svg) no-repeat center top/cover;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
}
@media (max-width: 479px) {
  .access .access_info p a.mail::before {
    top: 3px;
  }
}

/*--------------------------- 一時輸入国との調整ページ ---------------------------*/
.adjustment .img_box {
  margin: 96px 0;
}
@media (max-width: 767px) {
  .adjustment .img_box {
    margin: 48px 0;
  }
}
.adjustment .img_box figure {
  max-width: 800px;
  margin: 0 auto;
}
.adjustment .h2set_box .text_sm, .adjustment .h2set_box .article_list .article .post_info .post_cat a, .article_list .article .post_info .post_cat .adjustment .h2set_box a {
  margin: 8px 0 16px;
}
.adjustment .h2set_box:not(:last-child) {
  margin-bottom: 96px;
}
@media (max-width: 767px) {
  .adjustment .h2set_box:not(:last-child) {
    margin-bottom: 48px;
  }
}
.adjustment .h2set_box a {
  font-weight: bold;
}

/*--------------------------- 2カラムページ ダウンロードページ、隠しダウンロードページ、外部リンク、マニュアル、サイトマップ ---------------------------*/
.download .col2_box .col2_inner, .download2 .col2_box .col2_inner, .link .col2_box .col2_inner, .manual .col2_box .col2_inner, .sitemap .col2_box .col2_inner {
  margin-bottom: 48px;
}
.download .col2_box .col2_inner h2, .download .col2_box .col2_inner .single-dictionary .name_box h1, .single-dictionary .name_box .download .col2_box .col2_inner h1, .download .col2_box .col2_inner .single-dictionary .name_box .sub_wrapper .inner_page .page_title, .single-dictionary .name_box .sub_wrapper .inner_page .download .col2_box .col2_inner .page_title, .download .col2_box .col2_inner .sub_wrapper .inner_page .single-dictionary .name_box .page_title, .sub_wrapper .inner_page .single-dictionary .name_box .download .col2_box .col2_inner .page_title, .download2 .col2_box .col2_inner h2, .download2 .col2_box .col2_inner .single-dictionary .name_box h1, .single-dictionary .name_box .download2 .col2_box .col2_inner h1, .download2 .col2_box .col2_inner .single-dictionary .name_box .sub_wrapper .inner_page .page_title, .single-dictionary .name_box .sub_wrapper .inner_page .download2 .col2_box .col2_inner .page_title, .download2 .col2_box .col2_inner .sub_wrapper .inner_page .single-dictionary .name_box .page_title, .sub_wrapper .inner_page .single-dictionary .name_box .download2 .col2_box .col2_inner .page_title, .link .col2_box .col2_inner h2, .link .col2_box .col2_inner .single-dictionary .name_box h1, .single-dictionary .name_box .link .col2_box .col2_inner h1, .link .col2_box .col2_inner .single-dictionary .name_box .sub_wrapper .inner_page .page_title, .single-dictionary .name_box .sub_wrapper .inner_page .link .col2_box .col2_inner .page_title, .link .col2_box .col2_inner .sub_wrapper .inner_page .single-dictionary .name_box .page_title, .sub_wrapper .inner_page .single-dictionary .name_box .link .col2_box .col2_inner .page_title, .manual .col2_box .col2_inner h2, .manual .col2_box .col2_inner .single-dictionary .name_box h1, .single-dictionary .name_box .manual .col2_box .col2_inner h1, .manual .col2_box .col2_inner .single-dictionary .name_box .sub_wrapper .inner_page .page_title, .single-dictionary .name_box .sub_wrapper .inner_page .manual .col2_box .col2_inner .page_title, .manual .col2_box .col2_inner .sub_wrapper .inner_page .single-dictionary .name_box .page_title, .sub_wrapper .inner_page .single-dictionary .name_box .manual .col2_box .col2_inner .page_title, .sitemap .col2_box .col2_inner h2, .sitemap .col2_box .col2_inner .single-dictionary .name_box h1, .single-dictionary .name_box .sitemap .col2_box .col2_inner h1, .sitemap .col2_box .col2_inner .single-dictionary .name_box .sub_wrapper .inner_page .page_title, .single-dictionary .name_box .sub_wrapper .inner_page .sitemap .col2_box .col2_inner .page_title, .sitemap .col2_box .col2_inner .sub_wrapper .inner_page .single-dictionary .name_box .page_title, .sub_wrapper .inner_page .single-dictionary .name_box .sitemap .col2_box .col2_inner .page_title {
  margin-bottom: 16px;
}
.download .col2_box .col2_inner .bg_gray, .download .col2_box .col2_inner .home #content01 .content_wrapper, .home #content01 .download .col2_box .col2_inner .content_wrapper, .download .col2_box .col2_inner .home #content04 .content_wrapper, .home #content04 .download .col2_box .col2_inner .content_wrapper, .download .col2_box .col2_inner .home #content06 .content_wrapper, .home #content06 .download .col2_box .col2_inner .content_wrapper, .download2 .col2_box .col2_inner .bg_gray, .download2 .col2_box .col2_inner .home #content01 .content_wrapper, .home #content01 .download2 .col2_box .col2_inner .content_wrapper, .download2 .col2_box .col2_inner .home #content04 .content_wrapper, .home #content04 .download2 .col2_box .col2_inner .content_wrapper, .download2 .col2_box .col2_inner .home #content06 .content_wrapper, .home #content06 .download2 .col2_box .col2_inner .content_wrapper, .link .col2_box .col2_inner .bg_gray, .link .col2_box .col2_inner .home #content01 .content_wrapper, .home #content01 .link .col2_box .col2_inner .content_wrapper, .link .col2_box .col2_inner .home #content04 .content_wrapper, .home #content04 .link .col2_box .col2_inner .content_wrapper, .link .col2_box .col2_inner .home #content06 .content_wrapper, .home #content06 .link .col2_box .col2_inner .content_wrapper, .manual .col2_box .col2_inner .bg_gray, .manual .col2_box .col2_inner .home #content01 .content_wrapper, .home #content01 .manual .col2_box .col2_inner .content_wrapper, .manual .col2_box .col2_inner .home #content04 .content_wrapper, .home #content04 .manual .col2_box .col2_inner .content_wrapper, .manual .col2_box .col2_inner .home #content06 .content_wrapper, .home #content06 .manual .col2_box .col2_inner .content_wrapper, .sitemap .col2_box .col2_inner .bg_gray, .sitemap .col2_box .col2_inner .home #content01 .content_wrapper, .home #content01 .sitemap .col2_box .col2_inner .content_wrapper, .sitemap .col2_box .col2_inner .home #content04 .content_wrapper, .home #content04 .sitemap .col2_box .col2_inner .content_wrapper, .sitemap .col2_box .col2_inner .home #content06 .content_wrapper, .home #content06 .sitemap .col2_box .col2_inner .content_wrapper {
  padding: 7%;
}
@media (max-width: 767px) {
  .download .col2_box .col2_inner .bg_gray, .download .col2_box .col2_inner .home #content01 .content_wrapper, .home #content01 .download .col2_box .col2_inner .content_wrapper, .download .col2_box .col2_inner .home #content04 .content_wrapper, .home #content04 .download .col2_box .col2_inner .content_wrapper, .download .col2_box .col2_inner .home #content06 .content_wrapper, .home #content06 .download .col2_box .col2_inner .content_wrapper, .download2 .col2_box .col2_inner .bg_gray, .download2 .col2_box .col2_inner .home #content01 .content_wrapper, .home #content01 .download2 .col2_box .col2_inner .content_wrapper, .download2 .col2_box .col2_inner .home #content04 .content_wrapper, .home #content04 .download2 .col2_box .col2_inner .content_wrapper, .download2 .col2_box .col2_inner .home #content06 .content_wrapper, .home #content06 .download2 .col2_box .col2_inner .content_wrapper, .link .col2_box .col2_inner .bg_gray, .link .col2_box .col2_inner .home #content01 .content_wrapper, .home #content01 .link .col2_box .col2_inner .content_wrapper, .link .col2_box .col2_inner .home #content04 .content_wrapper, .home #content04 .link .col2_box .col2_inner .content_wrapper, .link .col2_box .col2_inner .home #content06 .content_wrapper, .home #content06 .link .col2_box .col2_inner .content_wrapper, .manual .col2_box .col2_inner .bg_gray, .manual .col2_box .col2_inner .home #content01 .content_wrapper, .home #content01 .manual .col2_box .col2_inner .content_wrapper, .manual .col2_box .col2_inner .home #content04 .content_wrapper, .home #content04 .manual .col2_box .col2_inner .content_wrapper, .manual .col2_box .col2_inner .home #content06 .content_wrapper, .home #content06 .manual .col2_box .col2_inner .content_wrapper, .sitemap .col2_box .col2_inner .bg_gray, .sitemap .col2_box .col2_inner .home #content01 .content_wrapper, .home #content01 .sitemap .col2_box .col2_inner .content_wrapper, .sitemap .col2_box .col2_inner .home #content04 .content_wrapper, .home #content04 .sitemap .col2_box .col2_inner .content_wrapper, .sitemap .col2_box .col2_inner .home #content06 .content_wrapper, .home #content06 .sitemap .col2_box .col2_inner .content_wrapper {
    padding: 7% 4%;
  }
}
.download .col2_box .col2_inner:last-child, .download2 .col2_box .col2_inner:last-child, .link .col2_box .col2_inner:last-child, .manual .col2_box .col2_inner:last-child, .sitemap .col2_box .col2_inner:last-child {
  margin-bottom: 0;
}
.download .col2_box .col2_inner ol li:not(:last-child), .download2 .col2_box .col2_inner ol li:not(:last-child), .link .col2_box .col2_inner ol li:not(:last-child), .manual .col2_box .col2_inner ol li:not(:last-child), .sitemap .col2_box .col2_inner ol li:not(:last-child) {
  margin-bottom: 6%;
}
.download .col2_box .col2_inner ol li:not(:last-child)::before, .download2 .col2_box .col2_inner ol li:not(:last-child)::before, .link .col2_box .col2_inner ol li:not(:last-child)::before, .manual .col2_box .col2_inner ol li:not(:last-child)::before, .sitemap .col2_box .col2_inner ol li:not(:last-child)::before {
  color: #233b6c;
}
.download .col2_box .col2_inner ol .not_list_style, .download2 .col2_box .col2_inner ol .not_list_style, .link .col2_box .col2_inner ol .not_list_style, .manual .col2_box .col2_inner ol .not_list_style, .sitemap .col2_box .col2_inner ol .not_list_style {
  margin: 24px 0 8px;
}
.download .col2_box .col2_inner ol .not_list_style::before, .download2 .col2_box .col2_inner ol .not_list_style::before, .link .col2_box .col2_inner ol .not_list_style::before, .manual .col2_box .col2_inner ol .not_list_style::before, .sitemap .col2_box .col2_inner ol .not_list_style::before {
  content: none;
}
.download .col2_box .col2_inner h3, .download2 .col2_box .col2_inner h3, .link .col2_box .col2_inner h3, .manual .col2_box .col2_inner h3, .sitemap .col2_box .col2_inner h3 {
  font-size: inherit;
  margin-top: 40px;
  margin-bottom: 8px;
}

/*--------------------------- マニュアルとサイトマップページの設定 ---------------------------*/
.manual .col2_box .col2_inner:nth-last-child(2), .sitemap .col2_box .col2_inner:nth-last-child(2) {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .manual .col2_box .col2_inner:nth-last-child(2), .sitemap .col2_box .col2_inner:nth-last-child(2) {
    margin-bottom: 48px;
  }
}

.download2 .col2_box .col2_inner {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .download2 .col2_box .col2_inner {
    margin-bottom: 48px;
  }
}

/*--------------------------- 外部リンクページ ---------------------------*/
.link .col2_box .col2_inner h3 {
  margin-top: 0;
}
.link .col2_box .col2_inner h3:not(:first-child) {
  margin-top: 24px;
}
.link .bg_gray > h3:not(:first-child), .link .home #content01 .content_wrapper > h3:not(:first-child), .home #content01 .link .content_wrapper > h3:not(:first-child), .link .home #content04 .content_wrapper > h3:not(:first-child), .home #content04 .link .content_wrapper > h3:not(:first-child), .link .home #content06 .content_wrapper > h3:not(:first-child), .home #content06 .link .content_wrapper > h3:not(:first-child) {
  margin-top: 40px;
}
.link ol li:not(:last-child) {
  margin-bottom: 2%;
}

/*--------------------------- カルネ発給事務における個人情報の取扱いについてページ ---------------------------*/
.privacy-policy .text_box {
  margin-bottom: 64px;
}
.privacy-policy .table_policy table {
  width: 928px;
}
.privacy-policy .table_policy table tbody th, .privacy-policy .table_policy table tbody td {
  text-align: left;
}
.privacy-policy .table_policy table tbody th {
  background: #f1f2f6;
}

/*--------------------------- 404ページ ---------------------------*/
.error404 .text_box {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .error404 .text_box {
    font-size: 1.6rem;
  }
}
.error404 .text_box p {
  margin-bottom: 16px;
}
/* 下層ページのpartsまとめのscssファイルです。 */
/*----------------- パンくずリスト -----------------*/
.breadcrumb {
  padding: 16px 0 134px;
  font-size: 1.2rem;
}
@media (max-width: 979px) {
  .breadcrumb {
    padding: 16px 0 112px;
  }
}
@media (max-width: 767px) {
  .breadcrumb {
    padding: 16px 0 56px;
  }
}
.breadcrumb ol li {
  display: inline-block;
  margin: 0 6px;
}
.breadcrumb ol li:first-child {
  margin-left: 0;
}

/*----------------- ページネーション（News一覧、よくいただく質問、用語集） -----------------*/
.pagination {
  padding-top: 56px;
}
.pagination ul {
  letter-spacing: -1em;
  text-align: center;
}
.pagination ul .page_item {
  display: inline-block;
  width: 56px;
  height: 40px;
  text-align: center;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: 0em;
  margin: 0 8px;
}
.pagination ul .page_item:first-child {
  margin-left: 0;
}
.pagination ul .page_item:last-child {
  margin-right: 0;
}
.pagination ul .page_item .page-numbers {
  display: block;
  width: 100%;
  height: 100%;
  color: #233b6c;
  background: #f1f2f6;
  border: 1px solid #f1f2f6;
}
.pagination ul .page_item .page-numbers:hover {
  background: #ffffff;
  border-color: #233b6c;
}
.pagination ul .page_item .current {
  color: #233b6c;
  background: #ffffff;
  border: 1px solid #233b6c;
}
.pagination ul .omit_item {
  margin: 0;
  width: 40px;
}
.pagination ul .omit_item .omit {
  border: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .pagination ul .page_item {
    width: 40px;
  }
  .pagination ul .omit_item {
    width: 24px;
  }
}

/*----------------- 関連記事リンク -----------------*/
.relation_box {
  border: 1px solid #b5b5b5;
  padding: 30px 16px;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .relation_box {
    padding: 16px;
    margin-top: 24px;
  }
}
.relation_box > h2, .single-dictionary .name_box .relation_box > h1, .single-dictionary .name_box .sub_wrapper .inner_page .relation_box > .page_title, .sub_wrapper .inner_page .single-dictionary .name_box .relation_box > .page_title {
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .relation_box > h2, .single-dictionary .name_box .relation_box > h1, .single-dictionary .name_box .sub_wrapper .inner_page .relation_box > .page_title, .sub_wrapper .inner_page .single-dictionary .name_box .relation_box > .page_title {
    margin-bottom: 24px;
  }
}
.relation_box ul li {
  font-weight: bold;
}
.relation_box ul li:not(:last-child) {
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .relation_box ul li:not(:last-child) {
    margin-bottom: 8px;
  }
}
.relation_box .list_style_disc li::before, .relation_box .list_style_rhombus li::before, .relation_box .list_style_asterisk li::before, .relation_box .list_style_circle li::before, .relation_box .single-post .post .post_box ul li::before, .single-post .post .post_box .relation_box ul li::before {
  top: -0.5rem;
  left: -2.4rem;
  font-size: 2.4rem;
}

/*----------------- 検索ボックス（トップページのよくいただく質問、下層ページのよくいただく質問、下層ページの用語集） -----------------*/
.search_box {
  padding: 0px 0px 24px;
  text-align: center;
}
.search_box .search_form input {
  border: 1px solid #233b6c;
  height: 48px;
}
.search_box .search_form input[type=search] {
  background: #ffffff;
  padding: 3px 10px;
  max-width: 400px;
  width: 78%;
  min-height: 48px;
  overflow: hidden;
  text-align: left;
  position: relative;
}
.search_box .search_form input[type=search]:focus {
  outline: 0;
  height: 2em;
}
.search_box .search_form input[type=search] [placeholder] {
  color: #979696;
}
.search_box .search_form input[type=submit] {
  cursor: pointer;
  border: none;
  background: #233b6c;
  color: #fff;
  outline: none;
  width: 20%;
  max-width: 80px;
  font-size: 2rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.search_box .search_form .fa-search {
  position: absolute;
}
.search_box .search_form .fa-search::before {
  position: absolute;
  left: -32px;
  top: 15px;
}
.search_box p {
  max-width: 484px;
  margin: 0 auto;
  text-align: left;
}

/*----------------- スクエアカードスタイル（共通設定） -----------------*/
.card {
  border: 1px solid #233b6c;
}
.card .card_head {
  background: #233b6c;
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  padding: 9px 16px;
}
@media (max-width: 979px) {
  .card .card_head {
    padding: 8px;
    font-size: 1.9rem;
  }
}
.card .card_body p {
  margin: 16px;
}
@media (max-width: 979px) {
  .card {
    width: 100%;
    margin-bottom: 24px;
  }
}

/*----------------- ダウンロードボタン（発給料金についてページ内の担保保証で使用） -----------------*/
.download_btn {
  margin: 32px auto;
  text-align: center;
}
.download_btn a {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 9px 38px 9px 84px;
  color: #233b6c;
  font-size: 2.3rem;
  background: #ffffff;
  border: 1px solid #233b6c;
}
.download_btn a:hover {
  color: #ffffff;
  background: #233b6c;
}
.download_btn a:hover::before {
  position: absolute;
  content: "";
  background: url(/common/images/icon_download_hover.png) no-repeat center top/cover;
  width: 32px;
  height: 32px;
  top: 12px;
  left: 38px;
}
.download_btn a::before {
  position: absolute;
  content: "";
  background: url(/common/images/icon_download.png) no-repeat center top/cover;
  width: 32px;
  height: 32px;
  top: 12px;
  left: 38px;
}
@media (max-width: 767px) {
  .download_btn a {
    padding: 9px 16px 9px 48px;
    font-size: 2rem;
  }
  .download_btn a:hover::before {
    width: 26px;
    height: 26px;
    left: 16px;
  }
  .download_btn a::before {
    width: 26px;
    height: 26px;
    left: 16px;
  }
}
@media (max-width: 479px) {
  .download_btn a {
    padding: 9px 8px 9px 32px;
    font-size: 1.8rem;
  }
  .download_btn a:hover::before {
    width: 22px;
    height: 22px;
    left: 8px;
  }
  .download_btn a::before {
    width: 22px;
    height: 22px;
    left: 8px;
  }
}

/*----------------- 外部リンクのアイコン -----------------*/
.icon_external {
  position: relative;
  margin-right: 40px;
}
.icon_external::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 10px;
  top: 8px;
  right: -21px;
  background: url(/common/images/icon_external.png) no-repeat;
}

.arrow {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.arrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #5bc0de;
  border-right: solid 2px #5bc0de;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}

.span_arrows:first-child span {
  display: none;
}
@media (max-width: 767px) {
  .span_arrows {
    font-size: 2rem;
  }
}
@media (max-width: 479px) {
  .span_arrows {
    font-size: 1.8rem;
    margin-right: 8px;
  }
}
.span_arrows span {
  display: inline-block;
  position: relative;
  margin: 0 56px;
  border-top: solid 4px #b5b5b5;
  border-right: solid 4px #b5b5b5;
  width: 17px;
  height: 17px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.span_arrows span::before, .span_arrows span::after {
  position: absolute;
  content: "";
  border-top: solid 4px #b5b5b5;
  border-right: solid 4px #b5b5b5;
  width: 17px;
  height: 17px;
}
.span_arrows span::before {
  left: -10px;
  bottom: -10px;
}
.span_arrows span::after {
  left: 10px;
  bottom: 10px;
}
@media (max-width: 979px) {
  .span_arrows span {
    margin: 0 24px;
  }
  .span_arrows span::after {
    content: none;
  }
}
@media (max-width: 767px) {
  .span_arrows span {
    width: 12px;
    height: 12px;
  }
  .span_arrows span::before {
    width: 12px;
    height: 12px;
  }
}

/* テーブル回り（共通設定）のscssファイルです。 */
/*----------------- テーブル（共通設定） -----------------*/
.thead_font_size, .price #content01 .table_application_type table tbody tr th, .post-type-archive-carnet_countries .table_carnet_countries.scc tbody tr:nth-child(5) th, .post-type-archive-carnet_countries .table_carnet_countries.scc tbody tr:first-child th:nth-child(3), .post-type-archive-carnet_countries .table_carnet_countries.scc tbody tr:first-child th:nth-child(4), table thead {
  font-size: 2rem;
}
@media (max-width: 979px) {
  .thead_font_size, .price #content01 .table_application_type table tbody tr th, .post-type-archive-carnet_countries .table_carnet_countries.scc tbody tr:nth-child(5) th, .post-type-archive-carnet_countries .table_carnet_countries.scc tbody tr:first-child th:nth-child(3), .post-type-archive-carnet_countries .table_carnet_countries.scc tbody tr:first-child th:nth-child(4), table thead {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .thead_font_size, .price #content01 .table_application_type table tbody tr th, .post-type-archive-carnet_countries .table_carnet_countries.scc tbody tr:nth-child(5) th, .post-type-archive-carnet_countries .table_carnet_countries.scc tbody tr:first-child th:nth-child(3), .post-type-archive-carnet_countries .table_carnet_countries.scc tbody tr:first-child th:nth-child(4), table thead {
    font-size: 1.7rem;
  }
}
@media (max-width: 479px) {
  .thead_font_size, .price #content01 .table_application_type table tbody tr th, .post-type-archive-carnet_countries .table_carnet_countries.scc tbody tr:nth-child(5) th, .post-type-archive-carnet_countries .table_carnet_countries.scc tbody tr:first-child th:nth-child(3), .post-type-archive-carnet_countries .table_carnet_countries.scc tbody tr:first-child th:nth-child(4), table thead {
    font-size: 1.6rem;
  }
}

table {
  width: 100%;
  max-width: 928px;
}
table thead {
  background: #233b6c;
  color: #ffffff;
}
table tr:nth-child(2n) {
  background: #fdfdfd;
}
table tr th, table tr td {
  border: 1px solid #b5b5b5;
  text-align: center;
  height: 64px;
  vertical-align: middle;
  padding: 0 16px;
}
@media (max-width: 767px) {
  table tr th, table tr td {
    padding: 0 8px;
    height: 56px;
  }
}
table tr td {
  font-weight: bold;
}
table a {
  text-decoration: underline;
  -webkit-transition: none;
  transition: none;
}

.table_scroll {
  -webkit-box-sizing: initial;
          box-sizing: initial;
  overflow: auto;
  min-height: auto !important;
  height: auto !important;
  width: 100%;
  max-width: 928px;
  white-space: nowrap;
/*  -ms-overflow-style: none;
  scrollbar-width: none;*/
}
.table_scroll::-webkit-scrollbar {
  /* display: none; */
}
.horizontal_scroll {
    overflow: auto;
}

@media (max-width: 1119px) {
  .horizontal_scroll {
    display: block;
    /* -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;*/
  }
  .horizontal_scroll::-webkit-scrollbar {
    /*display: none;*/
  }
}

@media (max-width: 1119px) {
  .fixed_th {
    　position: -webkit-sticky;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    text-align: left;
    border-right: none;
    border-left: none;
  }
  .fixed_th::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
  }
  .fixed_th > a {
    position: -webkit-sticky;
    position: sticky;
  }
}

.table_2col thead {
  background: #233b6c;
  color: #ffffff;
}
.table_2col tr th {
  width: 50%;
}
.table_2col p {
  margin-top: 16px;
  font-size: 1.6rem;
}

.t_text_strong {
  font-size: 2.1rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .t_text_strong {
    font-size: 1.9rem;
  }
}
@media (max-width: 479px) {
  .t_text_strong {
    font-size: 1.8rem;
  }
}

/* Newsについてのscssファイルです。 */
/*----------------- トップページNewsとNews一覧ページの共通設定 -----------------*/
.article_list {
  position: relative;
  z-index: 1;
  background: #ffffff;
  width: 100%;
}
.article_list .article {
  margin: 0 auto;
}
.article_list .article:nth-child(n+1) {
  border-bottom: 1px #b5b5b5 solid;
  padding: 24px 0 16px;
}
@media (max-width: 767px) {
  .article_list .article:nth-child(n+1) {
    padding: 16px 0;
  }
}
.article_list .article:first-child {
  padding-top: 0;
}
.article_list .article .post_info {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .article_list .article .post_info {
    margin-bottom: 8px;
  }
}
.article_list .article .post_info .post_date {
  margin-right: 16px;
}
.article_list .article .post_info .post_cat a {
  color: #ffffff;
  padding: 2px 8px;
}
.article_list .article .title {
  font-size: 1.7rem;
  font-weight: normal;
  display: inline-block;
  vertical-align: bottom;
}
.article_list .article .title a {
  text-decoration: underline;
}
.post_cat_blue a {
  background: #2145a7;
}

.post_cat_green a {
  background: #139141;
}

.post_cat_orange a {
  background: #ff6600;
}

.post_cat_skyblue a {
  background: #00a0e9;
}

.post_cat_red a {
  background: #f60d54;
}

.post_cat_gray a {
  background: #707070;
}

/*--------------------------- トップページのNewsの設定 ---------------------------*/
.home .news_inner {
  max-width: calc(1920px + 3.57vw + 3.57vw);
  padding: 0 3.57vw 0 118px;
  margin: 0 auto 64px;
}
.home .news_box {
  position: relative;
}
.home .news_box::after {
  position: absolute;
  content: "";
  left: 72px;
  top: 48px;
  width: 87%;
  height: 100%;
  max-width: 1684px;
  background: #233b6c;
  z-index: 0;
}
.home .news_box .article_list {
  padding: 48px;
}
.home .news_box .article_list .article {
  max-width: 1348px;
}
.home .news_box .article_list .article .title {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.7rem;
  max-width: 1080px;
}
.home .link_more {
  position: relative;
}
@media (max-width: 767px) {
  .home .news_inner {
    padding: 0;
    margin: 0 auto 17px;
  }
  .home .news_box::after {
    content: none;
  }
  .home .news_box .article_list {
    padding: 4%;
  }
}

/*--------------------------- News一覧ページの設定 ---------------------------*/
.news .article_list .article .title {
  margin-bottom: 0;
  max-width: 928px;
}
.news .article_list .article .post_date {
  margin-right: 16px;
}

/*--------------------------- 投稿ページの設定 ---------------------------*/
.single-post .content_wrapper {
  padding-top: 0;
}
.single-post .post {
  max-width: 899px;
  margin-right: auto;
  margin-left: auto;
}
.single-post .post .post_info {
  text-align: right;
  margin-bottom: 32px;
}
.single-post .post .post_box {
  max-width: 850px;
}
.single-post .post .post_box h2, .single-post .post .post_box .single-dictionary .name_box h1, .single-dictionary .name_box .single-post .post .post_box h1, .single-post .post .post_box .single-dictionary .name_box .sub_wrapper .inner_page .page_title, .single-dictionary .name_box .sub_wrapper .inner_page .single-post .post .post_box .page_title, .single-post .post .post_box .sub_wrapper .inner_page .single-dictionary .name_box .page_title, .sub_wrapper .inner_page .single-dictionary .name_box .single-post .post .post_box .page_title {
  position: relative;
  font-size: 2.8rem;
  color: #333333;
  font-weight: bold;
  border-bottom: 1px solid #233b6c;
  margin: 24px 0 32px;
}
.single-post .post .post_box h2::after, .single-post .post .post_box .single-dictionary .name_box h1::after, .single-dictionary .name_box .single-post .post .post_box h1::after, .single-post .post .post_box .single-dictionary .name_box .sub_wrapper .inner_page .page_title::after, .single-dictionary .name_box .sub_wrapper .inner_page .single-post .post .post_box .page_title::after, .single-post .post .post_box .sub_wrapper .inner_page .single-dictionary .name_box .page_title::after, .sub_wrapper .inner_page .single-dictionary .name_box .single-post .post .post_box .page_title::after {
  position: absolute;
  content: "";
  background: #b5b5b5;
  width: 100%;
  height: 2px;
  bottom: -8px;
  left: 0;
}
.single-post .post .post_box > h3 {
  font-size: 2.4rem;
  color: #233b6c;
  border-bottom: 2px solid #b5b5b5;
  margin: 24px 0 32px;
}
.single-post .post .post_box a {
  font-weight: bold;
}
.single-post .post .post_box ol {
  padding: 18px 16px;
}
.single-post .post .post_box ol li {
  margin-left: 2.4rem;
}
.single-post .post .post_box ol li::before {
  left: -2.4rem;
}
.single-post .post .post_box ul {
  padding: 18px 16px;
}


img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 0.07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}



/* カルネとは（下層ページ）のscssファイルです。 */
/*--------------------------- カルネとはページ ---------------------------*/
.about h2 + .text_box, .about .single-dictionary .name_box h1 + .text_box, .single-dictionary .name_box .about h1 + .text_box, .about .single-dictionary .name_box .sub_wrapper .inner_page .page_title + .text_box, .single-dictionary .name_box .sub_wrapper .inner_page .about .page_title + .text_box, .about .sub_wrapper .inner_page .single-dictionary .name_box .page_title + .text_box, .sub_wrapper .inner_page .single-dictionary .name_box .about .page_title + .text_box {
  font-size: 2.4rem;
  max-width: 672px;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .about h2 + .text_box, .about .single-dictionary .name_box h1 + .text_box, .single-dictionary .name_box .about h1 + .text_box, .about .single-dictionary .name_box .sub_wrapper .inner_page .page_title + .text_box, .single-dictionary .name_box .sub_wrapper .inner_page .about .page_title + .text_box, .about .sub_wrapper .inner_page .single-dictionary .name_box .page_title + .text_box, .sub_wrapper .inner_page .single-dictionary .name_box .about .page_title + .text_box {
    font-size: 2rem;
  }
}
@media (max-width: 479px) {
  .about h2 + .text_box, .about .single-dictionary .name_box h1 + .text_box, .single-dictionary .name_box .about h1 + .text_box, .about .single-dictionary .name_box .sub_wrapper .inner_page .page_title + .text_box, .single-dictionary .name_box .sub_wrapper .inner_page .about .page_title + .text_box, .about .sub_wrapper .inner_page .single-dictionary .name_box .page_title + .text_box, .sub_wrapper .inner_page .single-dictionary .name_box .about .page_title + .text_box {
    font-size: 1.8rem;
  }
}
.about .text_box {
  margin-bottom: 32px;
  margin: 0 auto;
  max-width: 520px;
}
.about #content01 .cautionary_box {
  max-width: 880px;
  margin: 32px auto 0;
  padding: 24px 16px;
}
.about #content01 .cautionary_box h3 {
  margin-bottom: 16px;
}
.about #content02 .goods_box figure {
  position: relative;
}
.about #content02 .goods_box figure img {
  max-height: 300px;
}
@media (min-width: 1410px) {
  .about #content02 .goods_box .col3_inner {
    width: 32%;
  }
}
@media (max-width: 1409px) {
  .about #content02 .goods_box .col3_inner {
    width: 30%;
  }
}
@media (max-width: 979px) {
  .about #content02 .goods_box .col3_inner {
    width: 46%;
  }
}
@media (max-width: 767px) {
  .about #content02 .goods_box .col3_inner {
    width: 80%;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .about #content02 .goods_box .col3_inner figure {
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  .about #content02 .goods_box .col3_inner {
    width: 100%;
  }
}
@media (min-width: 1410px) {
  .about #content02 .goods_box .col3_inner:nth-child(2) {
    width: 34%;
  }
}
@media (max-width: 1409px) {
  .about #content02 .goods_box .col3_inner:nth-child(2) {
    width: 36%;
  }
}
@media (max-width: 1050px) {
  .about #content02 .goods_box .col3_inner:nth-child(2) {
    width: 40%;
  }
}
@media (max-width: 979px) {
  .about #content02 .goods_box .col3_inner:nth-child(2) {
    width: 54%;
  }
}
@media (max-width: 767px) {
  .about #content02 .goods_box .col3_inner:nth-child(2) {
    width: 80%;
    margin: 0 auto;
  }
  .about #content02 .goods_box .col3_inner:nth-child(2) ul {
    margin: 16px auto;
  }
}
@media (max-width: 580px) {
  .about #content02 .goods_box .col3_inner:nth-child(2) {
    width: 83%;
  }
}
@media (max-width: 479px) {
  .about #content02 .goods_box .col3_inner:nth-child(2) {
    width: 100%;
  }
}
.about #content03 .col2_box {
  margin-bottom: 32px;
}
.about #content03 .col2_box .ata_box span {
  color: #ef1717;
}
.about #content03 .col2_box .scc_box span {
  color: #139141;
}
.about #content03 .col2_box .col2_inner p span {
  font-weight: bold;
}
.about #content03 .col2_box .col2_inner p span:not(:first-child) {
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .about #content03 .col2_box .col2_inner p span:not(:first-child) {
    font-size: 2.4rem;
  }
}
.about #content03 .col2_box > p {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .about #content03 .col2_box > p {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .about #content03 .col2_box {
    margin-top: 24px;
  }
  .about #content03 .col2_box .col2_inner:not(:last-child) {
    margin-bottom: 24px;
  }
}
.about #content03 .table_comparison ul {
  margin-top: 8px;
}
@media (max-width: 979px) {
  .about #content04 .usage_list + p {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .about #content04 .usage_list {
    width: 86%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) and (max-width: 479px) {
  .about #content04 .usage_list {
    width: inherit;
  }
}
.about #content04 .usage_list dl {
  margin-bottom: 16px;
}
.about #content04 .usage_list dl dt {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 16px;
}
@media (max-width: 1136px) {
  .about #content04 .usage_list dl dt {
    height: 20%;
  }
}
@media (max-width: 767px) {
  .about #content04 .usage_list dl dt {
    height: inherit;
  }
}
.about #content04 .usage_list dl dd img {
  width: 100%;
  height: 100%;
  max-height: 470px;
}
@media (max-width: 767px) {
  .about #content04 .usage_list .col3_inner {
    width: 100%;
  }
}

/* ご利用事例のscssファイルです。 */
/*--------------------------- カルネとはページ ---------------------------*/
/*----------------- ご利用事例（バナーのみ） -----------------*/
.about .banner_box {
  max-width: 528px;
  margin: 0 auto;
}
.about .banner_box a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .about .banner_box a figure {
    max-height: 258px;
  }
}
.about .banner_box a h2, .about .banner_box a .single-dictionary .name_box h1, .single-dictionary .name_box .about .banner_box a h1, .about .banner_box a .single-dictionary .name_box .sub_wrapper .inner_page .page_title, .single-dictionary .name_box .sub_wrapper .inner_page .about .banner_box a .page_title, .about .banner_box a .sub_wrapper .inner_page .single-dictionary .name_box .page_title, .sub_wrapper .inner_page .single-dictionary .name_box .about .banner_box a .page_title {
  margin-bottom: inherit;
  width: 48.5%;
}
.about .banner_box p {
  margin-top: 8px;
}

/*--------------------------- ご利用事例ページ ---------------------------*/
.case-study h2, .case-study .single-dictionary .name_box h1, .single-dictionary .name_box .case-study h1, .case-study .single-dictionary .name_box .sub_wrapper .inner_page .page_title, .single-dictionary .name_box .sub_wrapper .inner_page .case-study .page_title, .case-study .sub_wrapper .inner_page .single-dictionary .name_box .page_title, .sub_wrapper .inner_page .single-dictionary .name_box .case-study .page_title {
  text-align: center;
}
@media (max-width: 767px) {
  .case-study h2, .case-study .single-dictionary .name_box h1, .single-dictionary .name_box .case-study h1, .case-study .single-dictionary .name_box .sub_wrapper .inner_page .page_title, .single-dictionary .name_box .sub_wrapper .inner_page .case-study .page_title, .case-study .sub_wrapper .inner_page .single-dictionary .name_box .page_title, .sub_wrapper .inner_page .single-dictionary .name_box .case-study .page_title {
    margin-bottom: 16px;
  }
}
.case-study .case_box {
  text-align: center;
  margin-bottom: 96px;
}
@media (max-width: 979px) {
  .case-study .case_box {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .case-study .case_box {
    margin-bottom: 24px;
  }
}
.case-study .case_box h2, .case-study .case_box .single-dictionary .name_box h1, .single-dictionary .name_box .case-study .case_box h1, .case-study .case_box .single-dictionary .name_box .sub_wrapper .inner_page .page_title, .single-dictionary .name_box .sub_wrapper .inner_page .case-study .case_box .page_title, .case-study .case_box .sub_wrapper .inner_page .single-dictionary .name_box .page_title, .sub_wrapper .inner_page .single-dictionary .name_box .case-study .case_box .page_title {
  margin-bottom: 16px;
}
.case-study .case_box .text_sm, .case-study .case_box .article_list .article .post_info .post_cat a, .article_list .article .post_info .post_cat .case-study .case_box a {
  margin-bottom: 8px;
}
.case-study .case_box .h3set_box {
  padding: 18px 32px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .case-study .case_box .h3set_box {
    padding: 8px;
  }
}
.case-study .case_box ul {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .case-study .case_box ul {
    width: 86%;
    margin: 16px auto 0;
  }
}
@media (max-width: 767px) and (max-width: 479px) {
  .case-study .case_box ul {
    width: inherit;
  }
}
.case-study .case_box .text_small {
  margin-top: 16px;
}
.case-study h3 {
  text-align: center;
  margin-bottom: 8px;
}
.case-study .table_goods_sample table tr:nth-child(2n+1) {
  background: #f1f2f6;
}
.case-study .table_goods_sample table tr:nth-child(2n) {
  background: #ffffff;
}
.case-study .table_goods_sample table tr th, .case-study .table_goods_sample table tr td {
  padding: 0px 8px;
  width: 309px;
  min-width: 309px;
}

/* カルネ加盟国と使用状況のscssファイルです。 */
/*--------------------------- カルネ加盟国と使用状況 ---------------------------*/
.post-type-archive-carnet_countries #content01 .content_wrapper {
  padding-bottom: 0;
}
.post-type-archive-carnet_countries .text_box p:nth-child(2) {
  margin-bottom: 32px;
}
.post-type-archive-carnet_countries p:nth-of-type(3) {
  margin-top: 22px;
}
.post-type-archive-carnet_countries h3 {
  margin-bottom: 16px;
}
.post-type-archive-carnet_countries .table_carnet_countries th,
.post-type-archive-carnet_countries .table_carnet_countries td {
  padding: 8px;
}
.post-type-archive-carnet_countries .table_carnet_countries thead th:nth-child(1) {
  width: 48px;
  min-width: 48px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .post-type-archive-carnet_countries .table_carnet_countries thead th:nth-child(1) {
    width: 36px;
    min-width: 36px;
  }
}
.post-type-archive-carnet_countries .table_carnet_countries thead th:nth-child(2) {
  background: #233b6c;
  min-width: 262px;
}
@media (max-width: 767px) {
  .post-type-archive-carnet_countries .table_carnet_countries thead th:nth-child(2) {
    width: 150px;
    min-width: 150px;
  }
}
@media (max-width: 479px) {
  .post-type-archive-carnet_countries .table_carnet_countries thead th:nth-child(2) {
    width: 140px;
    min-width: 140px;
  }
}
.post-type-archive-carnet_countries .table_carnet_countries tbody tr:nth-child(2n+1) {
  background: #ffffff;
}
.post-type-archive-carnet_countries .table_carnet_countries tbody tr:nth-child(2n+1) th {
  background: #ffffff;
}
.post-type-archive-carnet_countries .table_carnet_countries tbody tr:nth-child(2n) {
  background: #f1f2f6;
}
.post-type-archive-carnet_countries .table_carnet_countries tbody tr:nth-child(2n) th {
  background: #f1f2f6;
}
.post-type-archive-carnet_countries .table_carnet_countries tbody tr td:nth-child(2) {
  text-align: left;
  padding-left: 16px;
}
@media (max-width: 767px) {
  .post-type-archive-carnet_countries .table_carnet_countries tbody tr td:nth-child(2) {
    padding-left: 8px;
  }
}
.post-type-archive-carnet_countries .table_scroll {
  height: 100%;
  min-height: inherit;
}
.post-type-archive-carnet_countries .table_carnet_countries.scc tbody td {
  background: #ffffff;
}
.post-type-archive-carnet_countries .table_carnet_countries.scc tbody tr:first-child th:first-child {
  width: 48px;
  min-width: 48px;
}
@media (max-width: 767px) {
  .post-type-archive-carnet_countries .table_carnet_countries.scc tbody tr:first-child th:first-child {
    width: 36px;
    min-width: 36px;
  }
}
.post-type-archive-carnet_countries .table_carnet_countries.scc tbody tr:first-child th:nth-child(3), .post-type-archive-carnet_countries .table_carnet_countries.scc tbody tr:first-child th:nth-child(4) {
  background: #233b6c;
  color: #ffffff;
  text-align: center;
}
.post-type-archive-carnet_countries .table_carnet_countries.scc tbody tr:first-child th:nth-child(3) {
  width: 148px;
  min-width: 148px;
}
.post-type-archive-carnet_countries .table_carnet_countries.scc tbody tr:first-child th:nth-child(4) {
  width: 120px;
  min-width: 120px;
}
@media (max-width: 767px) {
  .post-type-archive-carnet_countries .table_carnet_countries.scc tbody tr:first-child th:nth-child(2) {
    width: 98px;
    max-width: 98px;
  }
}
.post-type-archive-carnet_countries .table_carnet_countries.scc tbody tr:nth-child(2) td:first-child {
  width: 160px;
  min-width: 160px;
}
.post-type-archive-carnet_countries .table_carnet_countries.scc tbody tr:nth-child(2) td:nth-child(2) {
  width: 396px;
  min-width: 396px;
}
.post-type-archive-carnet_countries .table_carnet_countries.scc tbody tr:nth-child(5) th {
  background: #233b6c;
  color: #ffffff;
  text-align: center;
}
.post-type-archive-carnet_countries .table_carnet_countries.scc tbody tr:nth-child(6) td:first-child {
  width: 160px;
  min-width: 160px;
}
.post-type-archive-carnet_countries .table_carnet_countries.scc tbody tr:nth-child(6) td:nth-child(2) {
  width: 260px;
  min-width: 260px;
}

/*--------------------------- カルネが認められている国と状況（詳細） ---------------------------*/
.single-carnet_countries .country_name_style {
  border: 1px solid #ddd;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 479px) {
  .single-carnet_countries .country_name_style {
    font-size: 2.1rem;
  }
}
.single-carnet_countries h2.line_style, .single-carnet_countries .single-dictionary .name_box h1.line_style, .single-dictionary .name_box .single-carnet_countries h1.line_style, .single-carnet_countries .single-dictionary .name_box .sub_wrapper .inner_page .line_style.page_title, .single-dictionary .name_box .sub_wrapper .inner_page .single-carnet_countries .line_style.page_title, .single-carnet_countries .sub_wrapper .inner_page .single-dictionary .name_box .line_style.page_title, .sub_wrapper .inner_page .single-dictionary .name_box .single-carnet_countries .line_style.page_title {
  margin-top: 32px;
}
.single-carnet_countries .table_country_name {
  margin-bottom: 96px;
}
@media (max-width: 767px) {
  .single-carnet_countries .table_country_name {
    margin-bottom: 48px;
  }
}
.single-carnet_countries .table_country_name table th,
.single-carnet_countries .table_country_name table td {
  text-align: left;
  padding: 14px 16px;
  min-height: 64px;
}
@media (max-width: 767px) {
  .single-carnet_countries .table_country_name table th,
  .single-carnet_countries .table_country_name table td {
    padding: 0 8px;
  }
}
.single-carnet_countries .table_country_name table td {
  border-left: none;
}
.single-carnet_countries .table_country_name table thead th {
  background: #d7e4f1;
  color: #233b6c;
  text-align: center;
  font-size: 2.8rem;
}
.single-carnet_countries .table_country_name table tbody th {
  background: #f1f2f6;
  width: 112px;
  max-width: 112px;
  padding: 14px 8px;
}
@media (max-width: 767px) {
  .single-carnet_countries .table_country_name table tbody th {
    width: 100px;
    min-width: 100px;
    padding: 0 8px;
  }
}
.single-carnet_countries .table_country_name table tbody th:first-child {
  width: 112px;
  min-width: 112px;
  max-width: 112px;
}
@media (max-width: 767px) {
  .single-carnet_countries .table_country_name table tbody th:first-child {
    width: 102px;
    min-width: 102px;
  }
}
.single-carnet_countries .table_country_name table tbody td:nth-child(2) {
  width: 167px;
  max-width: 167px;
  min-width: 167px;
}
.single-carnet_countries .table_country_name table tbody td:nth-child(3) {
  width: 648px;
  min-width: 648px;
}
.single-carnet_countries .table_country_name table tbody .td_bg_gray {
  background: #fdfdfd;
}
.single-carnet_countries .table_country_name table .text_center {
  text-align: center !important;
  padding: 0;
}
.single-carnet_countries .table_country_name table .fixed_th {
  text-align: center;
}
.single-carnet_countries .table_country_name table .fixed_th::before {
  right: -1px;
}
.single-carnet_countries .table_country_name.caution {
  margin-bottom: 0;
}
.single-carnet_countries .table_country_name.caution table {
  width: 928px;
}
.single-carnet_countries .table_country_name.caution table tbody tr th {
  width: 12.1%;
  max-width: 112px;
}
@media (max-width: 767px) {
  .single-carnet_countries .table_country_name.caution table tbody tr th {
    width: 10%;
    max-width: 96px;
  }
}
.single-carnet_countries .table_country_name.caution table tbody tr:nth-child(2) td {
  height: 128px;
}
.single-carnet_countries .table_country_name.caution table tbody tr:nth-child(3) td, .single-carnet_countries .table_country_name.caution table tbody tr:nth-child(4) td {
  height: 104px;
}
.single-carnet_countries .table_country_name.caution table tbody tr td {
  vertical-align: sub;
}
.single-carnet_countries .table_scroll {
  white-space: inherit;
  height: auto !important;
  min-height: auto !important;
}
.single-carnet_countries .table_scroll.caution {
  min-height: 540px;
}
@media (max-width: 767px) {
  .single-carnet_countries .table_scroll {
    min-height: 800px;
  }
  .single-carnet_countries .table_scroll.caution {
    min-height: 440px;
  }
}

/* 申請種類と発給料金のscssファイルです。 */
/*--------------------------- 申請種類と発給料金ページ ---------------------------*/
.price #content01 .table_application_type table {
  width: 928px;
}
.price #content01 .table_application_type table tbody tr th, .price #content01 .table_application_type table tbody tr td {
  height: 72px;
}
.price #content01 .table_application_type table tbody tr th {
  background: #f1f2f6;
  width: 288px;
}
.price #content01 .table_application_type table tbody tr td {
  font-weight: normal;
}
.price #content01 .table_application_type table tbody tr td:nth-child(2) {
  width: 424px;
  text-align: left;
  border-left: none;
}
.price #content01 .table_application_type table tbody tr td:nth-child(3) {
  width: 216px;
  text-align: center;
}
@media (max-width: 767px) {
  .price #content01 .table_application_type table tbody tr th {
    width: 110px;
  }
}
@media (max-width: 479px) {
  .price #content01 .table_application_type table tbody tr {
    width: 90px;
  }
}
.price #content01 .table_scroll {
  min-height: 292px;
}
.price #content01 .img_box {
  max-width: 800px;
  margin: 72px auto;
}
@media (max-width: 767px) {
  .price #content01 .img_box {
    margin: 32px auto;
  }
}
.price #content01 .img_box figure:not(:first-child) {
  margin-top: 64px;
}
@media (max-width: 479px) {
  .price #content01 .img_box figure img.sp_only {
    max-width: 80%;
  }
}
.price #content02 .img_box {
  max-width: 725px;
  margin: 64px auto;
}
@media (max-width: 767px) {
  .price #content02 .img_box {
    margin: 32px auto;
  }
}
.price #content02 .img_box figure:not(:first-child) {
  margin-top: 64px;
}
.price #content02 .table_issue table {
  width: 928px;
}
.price #content02 .table_issue table tr th, .price #content02 .table_issue table tr td {
  height: 48px;
  text-align: left;
  padding-left: 24px;
}
.price #content02 .table_issue table tr th {
  background: #f1f2f6;
  width: 224px;
}
.price #content02 .table_issue table tr td:nth-child(2) {
  width: 136px;
  border-left: none;
}
.price #content02 .table_issue table tr td:nth-child(3) {
  width: 568px;
}
.price #content02 .table_issue table tr:nth-child(1) td:nth-child(2), .price #content02 .table_issue table tr:nth-child(2) td:nth-child(2) {
  background: #f1f2f6;
}
@media (max-width: 767px) {
  .price #content02 .table_issue table tr th, .price #content02 .table_issue table tr td {
    padding: 8px;
  }
  .price #content02 .table_issue table tr th {
    width: 130px;
  }
  .price #content02 .table_issue table tr:nth-child(1) td:nth-child(2), .price #content02 .table_issue table tr:nth-child(2) td:nth-child(2) {
    padding-left: 16px;
    width: 96px;
  }
}
.price #content02 .table_scroll {
  min-height: 150px;
}
.price #content03 h2 + p, .price #content03 .single-dictionary .name_box h1 + p, .single-dictionary .name_box .price #content03 h1 + p, .price #content03 .single-dictionary .name_box .sub_wrapper .inner_page .page_title + p, .single-dictionary .name_box .sub_wrapper .inner_page .price #content03 .page_title + p, .price #content03 .sub_wrapper .inner_page .single-dictionary .name_box .page_title + p, .sub_wrapper .inner_page .single-dictionary .name_box .price #content03 .page_title + p {
  padding-bottom: 24px;
}
@media (min-width: 1050px) {
  .price #content03 h2 + p, .price #content03 .single-dictionary .name_box h1 + p, .single-dictionary .name_box .price #content03 h1 + p, .price #content03 .single-dictionary .name_box .sub_wrapper .inner_page .page_title + p, .single-dictionary .name_box .sub_wrapper .inner_page .price #content03 .page_title + p, .price #content03 .sub_wrapper .inner_page .single-dictionary .name_box .page_title + p, .sub_wrapper .inner_page .single-dictionary .name_box .price #content03 .page_title + p {
    max-width: 92%;
  }
}
.price #content03 .download_btn {
  margin: 72px auto 64px;
}
@media (max-width: 767px) {
  .price #content03 .download_btn {
    margin: 32px auto 48px;
  }
}
.price #content03 .table_price_collateral + p {
  margin-bottom: 16px;
}
.price #content04 p {
  margin-bottom: 72px;
}
.price #content04 table tr td:first-child {
  text-align: center;
}
.price #content04 table tr td:nth-child(2) {
  text-align: right;
}
.price #content05 h2 + .text_box, .price #content05 .single-dictionary .name_box h1 + .text_box, .single-dictionary .name_box .price #content05 h1 + .text_box, .price #content05 .single-dictionary .name_box .sub_wrapper .inner_page .page_title + .text_box, .single-dictionary .name_box .sub_wrapper .inner_page .price #content05 .page_title + .text_box, .price #content05 .sub_wrapper .inner_page .single-dictionary .name_box .page_title + .text_box, .sub_wrapper .inner_page .single-dictionary .name_box .price #content05 .page_title + .text_box {
  margin-bottom: 32px;
}
.price #content05 .sample_box:not(:last-child) {
  margin-bottom: 96px;
}
@media (max-width: 767px) {
  .price #content05 .sample_box:not(:last-child) {
    margin-bottom: 48px;
  }
}
.price #content05 .sample_box h3 {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .price #content05 .sample_box h3 {
    margin-bottom: 24px;
  }
}
.price #content05 .sample_box .text_box {
  margin-bottom: 32px;
}
.price #content05 .sample_box .sample_flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.price #content05 .sample_box .sample_flow li {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
}
.price #content05 .sample_box .sample_flow li:first-child span {
  display: none;
}
@media (max-width: 767px) {
  .price #content05 .sample_box .sample_flow li {
    font-size: 2rem;
  }
}
@media (max-width: 479px) {
  .price #content05 .sample_box .sample_flow li {
    font-size: 1.8rem;
    margin-right: 8px;
  }
}
.price #content05 .sample_box .sample_flow li img {
  max-width: 82px;
  height: 55px;
}
@media (max-width: 979px) {
  .price #content05 .sample_box .sample_flow li img {
    max-width: 40px;
    height: 32px;
  }
}
.price #content05 .sample_box .sample_flow span {
  display: inline-block;
  position: relative;
  margin: 0 56px;
  border-top: solid 4px #b5b5b5;
  border-right: solid 4px #b5b5b5;
  width: 17px;
  height: 17px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.price #content05 .sample_box .sample_flow span::before, .price #content05 .sample_box .sample_flow span::after {
  position: absolute;
  content: "";
  border-top: solid 4px #b5b5b5;
  border-right: solid 4px #b5b5b5;
  width: 17px;
  height: 17px;
}
.price #content05 .sample_box .sample_flow span::before {
  left: -10px;
  bottom: -10px;
}
.price #content05 .sample_box .sample_flow span::after {
  left: 10px;
  bottom: 10px;
}
@media (max-width: 979px) {
  .price #content05 .sample_box .sample_flow span {
    margin: 0 24px;
  }
  .price #content05 .sample_box .sample_flow span::after {
    content: none;
  }
}
@media (max-width: 767px) {
  .price #content05 .sample_box .sample_flow span {
    width: 12px;
    height: 12px;
  }
  .price #content05 .sample_box .sample_flow span::before {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 479px) {
  .price #content05 .sample_box .sample_flow span {
    margin: 0 16px;
    border-top: solid 3px #b5b5b5;
    border-right: solid 3px #b5b5b5;
  }
  .price #content05 .sample_box .sample_flow span::before {
    border-top: solid 3px #b5b5b5;
    border-right: solid 3px #b5b5b5;
  }
}
.price #content05 .sample_box .col2_box .col2_inner_md {
  width: 50%;
}
@media (max-width: 767px) {
  .price #content05 .sample_box .col2_box .col2_inner_md {
    width: 100%;
  }
}
.price #content05 .sample_box .price_pattern_box {
  margin: 48px 0 96px;
}
.price #content05 .sample_box .price_pattern_box:not(:first-child) {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .price #content05 .sample_box .price_pattern_box {
    margin: 24px 0 48px;
  }
}
@media (max-width: 479px) {
  .price #content05 .sample_box .price_pattern_box {
    margin: 16px 0 32px;
  }
}
.price #content05 .sample_box .price_pattern_box .card .card_head {
  text-align: center;
}
.price #content05 .sample_box .price_pattern_box .card .card_body {
  padding: 0 8px;
}
.price #content05 .sample_box .price_pattern_box .card .card_body .total_prices {
  background: #d7e4f1;
  color: #233b6c;
  font-weight: bold;
  font-size: 2.4rem;
  margin: 24px auto;
  text-align: center;
  max-width: 186px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .price #content05 .sample_box .price_pattern_box .card .card_body .total_prices {
    font-size: 2.2rem;
  }
}
.price #content05 .sample_box .price_pattern_box .card .card_body .dl_style_price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto 14.5px;
  max-width: 299px;
  border-bottom: 2px solid #b5b5b5;
}
.price #content05 .sample_box .price_pattern_box .card .card_body .dl_style_price dt {
  -webkit-flex-basis: 128px;
      -ms-flex-preferred-size: 128px;
          flex-basis: 128px;
  font-weight: normal;
}
.price #content05 .sample_box .price_pattern_box .card .card_body .dl_style_price dd {
  -webkit-flex-basis: calc(100% - 128px);
      -ms-flex-preferred-size: calc(100% - 128px);
          flex-basis: calc(100% - 128px);
  text-align: right;
}
.price #content05 .sample_box .price_pattern_box .card .card_body p {
  max-width: 299px;
  margin: 0 auto 24px;
}
.price #content05 .sample_box .text_box {
  margin: 0;
  padding: 0;
}
.price #content06 .text_box {
  padding: 0;
}
.price #content06 .img_box {
  max-width: 800px;
  margin: 96px auto 72px;
}
@media (max-width: 767px) {
  .price #content06 .img_box {
    margin: 56px auto;
  }
}
@media (max-width: 479px) {
  .price #content06 .img_box {
    margin: 32px auto;
  }
}
.price .h3set_box {
  padding: 0;
  margin-top: 32px;
}
.price .h3set_box .text_box > p:first-child {
  font-weight: bold;
}
.price .h3set_box h3 {
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .price .h3set_box h3 {
    margin-bottom: 16px;
  }
}
.price .table_price_collateral h3 {
  margin-bottom: 16px;
}
.price .table_price_collateral .col2_box {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .price .table_price_collateral .col2_box {
    display: block;
  }
}
.price .table_price_collateral .col2_box .col2_inner {
  width: 50%;
}
@media (max-width: 767px) {
  .price .table_price_collateral .col2_box .col2_inner {
    width: 100%;
  }
}
.price .table_price_collateral table th {
  text-align: center;
}
.price .table_price_collateral table td {
  text-align: left;
  padding-left: 1.05em;
}
.price .table_price_collateral table td:last-child {
  text-align: center;
}
.price .table_price_collateral table tr:nth-child(2n) {
  background: #f1f2f6;
}
@media (max-width: 767px) {
  .price .table_price_collateral table tr th:first-child, .price .table_price_collateral table tr td:first-child {
    width: 68%;
  }
}
@media (max-width: 370px) {
  .price .table_price_collateral table tr th:first-child, .price .table_price_collateral table tr td:first-child {
    width: 76%;
  }
}
.price .table_price_collateral table:not(:first-child) tr th:first-child, .price .table_price_collateral table:not(:first-child) tr td:first-child {
  border-left: none;
}
@media (max-width: 767px) {
  .price .table_price_collateral table:not(:first-child) {
    border-left: 1px solid #b5b5b5;
  }
  .price .table_price_collateral table:not(:first-child) thead {
    display: none;
  }
  .price .table_price_collateral table:not(:first-child) tr th:first-child, .price .table_price_collateral table:not(:first-child) tr td:first-child {
    border-left: 1px solid #b5b5b5;
  }
  .price .table_price_collateral table:not(:first-child) tr:first-child th, .price .table_price_collateral table:not(:first-child) tr:first-child td {
    border-top: none;
  }
  .price .table_price_collateral table:not(:first-child) tr:nth-child(2n+1) {
    background: #f1f2f6;
  }
  .price .table_price_collateral table:not(:first-child) tr:nth-child(2n) {
    background: #ffffff;
  }
}

/* カルネ利用登録の必要書類のscssファイルです。 */
/*--------------------------- カルネ利用登録の必要書類ページ ---------------------------*/
.required-documents .text_box {
  margin-top: 10px;
}
.required-documents .text_box:not(:last-child) {
  margin-bottom: 56px;
}
@media (max-width: 979px) {
  .required-documents .text_box {
    margin-top: 0;
  }
}
.required-documents .h3set_box {
  padding-bottom: 0;
}
.required-documents .h3set_box h3, .required-documents .h3set_box p {
  display: inline-block;
}
.required-documents .h3set_box h3 {
  background: inherit;
  padding: 0;
  margin: 0;
}
.required-documents .h3set_box ol {
  font-weight: bold;
  margin: 19px 0 16px;
  padding: 16px;
}
.required-documents .h3set_box:first-child ul {
  margin-bottom: 64px;
}
.required-documents .table_documents table .fixed_th {
  text-align: center;
}
.required-documents .table_documents table thead {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .required-documents .table_documents table thead {
    font-size: 1.7rem;
  }
}
@media (max-width: 479px) {
  .required-documents .table_documents table thead {
    font-size: 1.6rem;
  }
}
.required-documents .table_documents table thead tr:nth-child(1) th:first-child {
  background: #ffffff;
  width: 191px;
  min-width: 191px;
}
@media (max-width: 767px) {
  .required-documents .table_documents table thead tr:nth-child(1) th:first-child {
    width: 170px;
    min-width: 170px;
  }
}
@media (max-width: 479px) {
  .required-documents .table_documents table thead tr:nth-child(1) th:first-child {
    width: 140px;
    min-width: 140px;
  }
}
.required-documents .table_documents table thead tr:nth-child(2) {
  color: #333333;
  background: #f1f2f6;
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .required-documents .table_documents table thead tr:nth-child(2) {
    font-size: 1.6rem;
  }
}
@media (max-width: 479px) {
  .required-documents .table_documents table thead tr:nth-child(2) {
    font-size: 1.5rem;
  }
}
.required-documents .table_documents table thead tr:nth-child(2) th {
  height: 40px;
}
@media (max-width: 767px) {
  .required-documents .table_documents table thead tr:nth-child(2) th {
    height: 36px;
  }
}
.required-documents .table_documents table thead tr:not(:nth-child(2)):nth-child(2n) {
  background: #efefef;
}
.required-documents .table_documents table thead th:not(:first-child) {
  width: 183px;
  min-width: 183px;
}
@media (max-width: 767px) {
  .required-documents .table_documents table thead th:not(:first-child) {
    width: 170px;
    min-width: 170px;
  }
}
@media (max-width: 479px) {
  .required-documents .table_documents table thead th:not(:first-child) {
    width: 160px;
    min-width: 160px;
  }
}
.required-documents .table_documents table tbody tr:nth-child(2n+1) {
  background: #ffffff;
}
.required-documents .table_documents table tbody tr:nth-child(2n+1) th {
  background: #ffffff;
}
.required-documents .table_documents table tbody tr:nth-child(2n) {
  background: #efefef;
}
.required-documents .table_documents table tbody tr:nth-child(2n) th {
  background: #efefef;
}
.required-documents .table_documents table tbody tr .hide_pc_thead {
  color: #ffffff;
  border: none;
}
.required-documents .table_documents table tbody tr td:nth-child(2) {
  border-left: none;
}
.required-documents .table_documents table tr th, .required-documents .table_documents table tr td {
  padding: 0 8px;
}
.required-documents .table_scroll {
/*  min-height: 490px;*/
}
@media (max-width: 767px) {
  .required-documents .table_scroll {
/*    min-height: 430px;*/
  }
}
.required-documents .table_documents_individual {
  max-width: 745px;
}
.required-documents .table_documents_individual table {
  max-width: 737px;
}
.required-documents .table_documents_individual table thead tr:nth-child(1) th:first-child {
  background: #233b6c;
}
.required-documents .table_documents_individual table tbody tr td:nth-child(2) {
  border-left: 1px solid #b5b5b5;
}
.required-documents #content02 .h3set_box {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* ご利用の流れについてのscssファイルです。 */
/*--------------------------- 利用登録の流れとカルネ/申請/発給/使用/返還の流れ ---------------------------*/
.flow .flow_step ol li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 353px;
  margin-bottom: 4px;
}
.flow .flow_step ol li:nth-child(2n+1) .step_arrow {
  background: #f1f6fc;
}
.flow .flow_step ol li:nth-child(2n+1) .step_arrow::after {
  border-color: #f1f6fc transparent transparent transparent;
}
.flow .flow_step ol li:nth-child(2n) .step_arrow {
  background: #d7e4f1;
}
.flow .flow_step ol li:nth-child(2n) .step_arrow::after {
  border-color: #d7e4f1 transparent transparent transparent;
}
.flow .flow_step ol li:last-child .step_arrow::after {
  content: none;
}
.flow .flow_step .step_arrow {
  position: relative;
  height: 333px;
  min-width: 80px;
  max-width: 80px;
  padding: 8px 0;
  margin-right: 32px;
  color: #233b6c;
  font-weight: bold;
  text-align: center;
}
.flow .flow_step .step_arrow span:nth-child(1) {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
}
.flow .flow_step .step_arrow span:nth-child(1)::after {
  position: absolute;
  display: inline-block;
  color: #233b6c;
  font-size: 2rem;
  left: 38%;
  top: 100%;
}
.flow .flow_step .step_arrow span:nth-child(2) {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 2.4rem;
  margin: 32px auto 0;
}
@media (max-width: 767px) {
  .flow .flow_step .step_arrow span:nth-child(2) {
    font-size: 2.2rem;
  }
}
.flow .flow_step .step_arrow::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -20px;
  left: 0;
  border-style: solid;
  border-color: #f1f6fc transparent transparent transparent;
  border-width: 20px 40px 0 40px;
  z-index: 1;
}
.flow .flow_step .step_box {
  max-width: 813px;
  padding: 16px 0;
  border-top: 1px solid #b5b5b5;
  width: 100%;
}
.flow .flow_step .step_box h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .flow .flow_step .step_box h3 {
    font-size: 2rem;
  }
}
.flow .flow_step .step_box .step_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flow .flow_step .step_box .step_inner .img_box {
  margin: 16px 11.3% 16px 7.4%;
}
@media (max-width: 979px) {
  .flow .flow_step .step_box .step_inner .img_box {
    margin: 16px 32px 16px 0;
  }
}
.flow .flow_step .step_box .step_inner .img_box figure {
  max-width: 220px;
  height: auto;
}
@media (max-width: 979px) {
  .flow .flow_step .step_box .step_inner .img_box figure {
    max-width: 184px;
  }
}
@media (max-width: 979px) and (max-width: 870px) {
  .flow .flow_step .step_box .step_inner .img_box figure {
    max-width: 152px;
  }
}
@media (max-width: 767px) {
  .flow .flow_step .step_box .step_inner .img_box figure {
    max-width: 220px;
  }
}
.flow .flow_step .step_box .step_inner .step_desc {
  max-width: 434px;
}
@media (max-width: 979px) {
  .flow .flow_step .step_box .step_inner .step_desc {
    max-width: 400px;
  }
}
@media (max-width: 979px) and (max-width: 870px) {
  .flow .flow_step .step_box .step_inner .step_desc {
    max-width: 330px;
  }
}
.flow .flow_step .step_box .step_inner .step_desc p:nth-child(1) {
  font-weight: bold;
}
.flow .flow_step .step_box .step_inner .step_desc a {
  color: #00a0e9;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .flow .flow_step ol li {
    display: block;
  }
  .flow .flow_step .step_arrow {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 24px;
  }
  .flow .flow_step .step_arrow::after {
    left: 50%;
    margin-left: -40px;
    bottom: -18px;
  }
  .flow .flow_step .step_arrow span:nth-child(1)::after {
    left: 50px;
    top: -3px;
  }
  .flow .flow_step .step_arrow span:nth-child(2) {
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: lr-tb;
            writing-mode: lr-tb;
    margin-left: 16px;
  }
  .flow .flow_step .step_box {
    border-top: inherit;
  }
  .flow .flow_step .step_box .step_inner {
    display: block;
  }
  .flow .flow_step .step_box .step_inner .img_box {
    margin: 16px auto 32px;
  }
  .flow .flow_step .step_box .step_inner .img_box figure {
    margin: 0 auto;
  }
  .flow .flow_step .step_box .step_inner .step_desc {
    margin: 16px auto 0;
    max-width: inherit;
  }
}

/*--------------------------- マニュアル ---------------------------*/
.manual .icon_video {
  position: relative;
  margin-left: 30px;
}
.manual .icon_video::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: -1px;
  left: -32px;
  background: url(/common/images/icon_video.png) no-repeat;
}
@media (max-width: 479px) {
  .manual .icon_video::before {
    top: -3px;
  }
}

/* 用語集のscssファイルです。 */
/*--------------------------- 用語集ページ ---------------------------*/
.dictionary .dictionary_list .dictionary_box_p {
  padding-top: 32px;
}
.dictionary .dictionary_list .dictionary_box_p > dt {
  margin-bottom: 8px;
  background: #d7e4f1;
  padding: 16px 22px;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .dictionary .dictionary_list .dictionary_box_p > dt {
    padding: 3% 8px;
  }
}
.dictionary .dictionary_list .dictionary_box_p > dd {
  padding: 8px;
  border: 1px solid #b5b5b5;
}
.dictionary .dictionary_list .dictionary_box_p > dd:not(:last-child) {
  margin-bottom: 16px;
}
.dictionary .dictionary_list .dictionary_box_p .dictionary_box_c dt {
  font-size: 2rem;
}
.dictionary .dictionary_list .dictionary_box_p .dictionary_box_c dd .word_desc {
  max-width: 880px;
}
.word_nav {
  font-size: 2rem;
  margin: 32px auto;
  max-width: 704px;
}
.word_nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.word_nav ul li {
  background: #d7e4f1;
  width: 56px;
  margin-bottom: 3.4%;
  text-align: center;
}
.word_nav ul li:not(:last-child) {
  margin-right: 16px;
}
@media (max-width: 510px) {
  .word_nav ul li:not(:last-child) {
    margin-right: 8px;
  }
}
.word_nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px 0;
  color: #233b6c;
  font-weight: bold;
  border: 1px solid #d7e4f1;
}
.word_nav ul li a:hover {
  background: #ffffff;
  border: 1px solid #233b6c;
}
.word_nav .az_num_nav {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .word_nav .az_num_nav {
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
}
.word_nav .az_num_nav li {
  width: 48%;
  max-width: 210px;
}
@media (max-width: 510px) {
  .word_nav .az_num_nav li {
    width: 100%;
    max-width: inherit;
  }
  .word_nav .az_num_nav li:not(:last-child) {
    margin-right: 0;
  }
}

.target_nav {
  position: relative;
  margin: 1.9em 0;
  padding: 48px 32px 28px 56px;
  border: 1px solid #333333;
}
@media (max-width: 767px) {
  .target_nav {
    padding: 24px 2% 16px;
  }
}
.target_nav h2, .target_nav .single-dictionary .name_box h1, .single-dictionary .name_box .target_nav h1, .target_nav .single-dictionary .name_box .sub_wrapper .inner_page .page_title, .single-dictionary .name_box .sub_wrapper .inner_page .target_nav .page_title, .target_nav .sub_wrapper .inner_page .single-dictionary .name_box .page_title, .sub_wrapper .inner_page .single-dictionary .name_box .target_nav .page_title {
  position: absolute;
  display: inline-block;
  font-size: 2rem;
  top: -12px;
  left: 6%;
  padding: 0 8px;
  line-height: 1;
  background: #ffffff;
}
.target_nav .target_nav_box ul li::before {
  top: -1rem;
  left: -2.4rem;
  font-size: 3.2rem;
  font-weight: bold;
}

.cat_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
}
.cat_box li {
  margin-bottom: 24px;
}
.cat_box li:not(:last-child) {
  margin-right: 40px;
}
.cat_box li a {
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #333333;
}
.cat_box li a:hover {
  color: #00a0e9;
  border-bottom: 1px solid #00a0e9;
}
@media (max-width: 767px) {
  .cat_box li {
    margin-bottom: 16px;
  }
  .cat_box li:not(:last-child) {
    margin-right: 8px;
  }
}

.word_read::before {
  content: "読み方：";
}

/*--------------------------- 用語集（詳細）設定 ---------------------------*/
.single-dictionary .name_box {
  margin-bottom: 32px;
}
.single-dictionary .name_box h1, .single-dictionary .name_box .sub_wrapper .inner_page .page_title, .sub_wrapper .inner_page .single-dictionary .name_box .page_title {
  display: inline-block;
  border-bottom: 1px solid #b5b5b5;
  width: 100%;
  margin-bottom: 32px;
}
.single-dictionary .name_box span {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  margin-left: 32px;
}
@media (max-width: 767px) {
  .single-dictionary .name_box span {
    font-size: 2rem;
    margin-left: 10px;
  }
}
@media (max-width: 479px) {
  .single-dictionary .name_box span {
    font-size: 1.8rem;
  }
}
/* よくいただくご質問のscssファイルです。 */
/*--------------------------- よくいただくご質問の共通設定 ---------------------------*/
.faq_box ul:not(:first-child):nth-child(n+1) {
  border-top: 1px #dddddd solid;
}
.faq_box ul li {
  position: relative;
  color: #233b6c;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: underline;
  padding: 22px 0 22px 44px;
  border-bottom: 1px #b5b5b5 solid;
}
.faq_box ul li::before {
  position: absolute;
  width: 28px;
  height: 28px;
  text-align: center;
  color: #ffffff;
  content: "Q";
  font-size: 1.8rem;
  background: #35629e;
  top: 22px;
  left: 0;
}
@media (max-width: 767px) {
  .faq_box ul li {
    font-size: 1.8rem;
    padding-left: 36px;
  }
}

/*--------------------------- よくいただくご質問ページの設定 ---------------------------*/
.faq .target_nav {
  margin-bottom: 96px;
}
@media (max-width: 767px) {
  .faq .target_nav {
    margin-bottom: 0;
  }
}

/*--------------------------- よくいただくご質問（詳細）ページの設定 ---------------------------*/
.single-faq .faq_box {
  margin-bottom: 32px;
}
.single-faq .faq_box h1, .single-faq .faq_box .sub_wrapper .inner_page .page_title, .sub_wrapper .inner_page .single-faq .faq_box .page_title {
  position: relative;
  font-size: 2.8rem;
  border-bottom: 1px solid #233b6c;
  padding-left: 50px;
  padding-bottom: 18px;
  margin-bottom: 46px;
}
.single-faq .faq_box h1::before, .single-faq .faq_box .sub_wrapper .inner_page .page_title::before, .sub_wrapper .inner_page .single-faq .faq_box .page_title::before {
  position: absolute;
  left: 0;
  text-align: center;
  color: #ffffff;
  content: "Q";
  background: #35629e;
  top: 3px;
  width: 40px;
  height: 40px;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .single-faq .faq_box h1, .single-faq .faq_box .sub_wrapper .inner_page .page_title, .sub_wrapper .inner_page .single-faq .faq_box .page_title {
    font-size: 2.2rem;
    padding-left: 38px;
    margin-bottom: 32px;
  }
  .single-faq .faq_box h1::before, .single-faq .faq_box .sub_wrapper .inner_page .page_title::before, .sub_wrapper .inner_page .single-faq .faq_box .page_title::before {
    width: 30px;
    height: 30px;
    font-size: 1.8rem;
  }
}
@media (max-width: 479px) {
  .single-faq .faq_box h1, .single-faq .faq_box .sub_wrapper .inner_page .page_title, .sub_wrapper .inner_page .single-faq .faq_box .page_title {
    font-size: 2rem;
  }
}
.single-faq .faq_box p {
  font-weight: bold;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .single-faq .faq_box p {
    font-size: 1.8rem;
  }
}
.single-faq .faq_box .text_supplementary {
  margin-top: 8px;
  font-weight: normal;
  font-size: 1.7rem;
}
.single-faq .faq_box .text_supplementary p {
  font-weight: normal;
  font-size: 1.7rem;
}
.text_supplementary.img {
    text-align: center;
}
.text_supplementary.img img {
    width: auto;
    height:auto;
    max-width:100%;
    max-height: 600px;
}
/*--------------------------- 下層ページメイン画像スタイル ---------------------------*/
.keyvisual_image.news {
    background-image: url(/common/images/keyvisual_news.jpg);
}
.keyvisual_image.about {
    background-image: url(/common/images/keyvisual_about.jpg);
}

.keyvisual_image.carnet_countries {
    background-image: url(/common/images/keyvisual_carnet_countries-1.jpg);
}

.keyvisual_image.required-documents {
    background-image: url(/common/images/keyvisual_required-documents.jpg);
}

.keyvisual_image.price {
    background-image: url(/common/images/keyvisual_price.jpg);
}

.keyvisual_image.adjustment {
    background-image: url(/common/images/keyvisual_adjustment.jpg);
}

.keyvisual_image.case-study {
    background-image: url(/common/images/keyvisual_case-study.jpg);
}
.keyvisual_image.download {
    background-image: url(/common/images/keyvisual_download-1.jpg);
}
.keyvisual_image.flow {
    background-image: url(/common/images/keyvisual_sub.jpg);
}
.keyvisual_image.manual {
    background-image: url(/common/images/keyvisual_manual.jpg);
}
.keyvisual_image.access {
    background-image: url(/common/images/keyvisual_access.jpg);
}
.keyvisual_image.link {
    background-image: url(/common/images/keyvisual_link.jpg);
}
.keyvisual_image.sitemap {
    background-image: url(/common/images/keyvisual_sitemap.jpg);
}
.keyvisual_image.eata {
    background-image: url(/common/images/eata.jpg);
}
