@charset "UTF-8";
/* ---------------------------------------------------------

	JOIBAサイト
	Date: 2020.04.24

	01. 基礎設定
	02. レイアウト
	03. 共通パーツ
  04. トップページ
  05. 協会について

--------------------------------------------------------- */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Change the default font family in all browsers (opinionated).
* 2. Correct the line height in all browsers.
* 3. Prevent adjustments of font size after orientation changes in
*    IE on Windows Phone and in iOS.
*/
/* Document
========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

*, *::before, *::after {
  box-sizing: inherit;
}

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

/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
* Add the correct margin in IE 8.
*/
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
* Remove the outline on focused links when they are also active or hovered
* in all browsers (opinionated).
*/
a:active,
a:hover {
  outline-width: 0;
}

/**
* 1. Remove the bottom border in Firefox 39-.
* 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 */
}

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
  font-weight: inherit;
}

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

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

/**
* Add the correct font style in Android 4.3-.
*/
dfn {
  font-style: italic;
}

/**
* Add the correct background and color in IE 9-.
*/
mark {
  background-color: #ff0;
  color: #000;
}

/**
* 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
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
  display: inline-block;
}

/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
* Hide the overflow in IE.
*/
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
* Change the border, margin, and padding in all browsers (opinionated).
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

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

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

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

/* Interactive
========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details,
menu {
  display: block;
}

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

/* Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
  display: inline-block;
}

/**
* Add the correct display in IE.
*/
template {
  display: none;
}

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

/* reset
========================================================================== */
div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: top;
}

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

	01. 基礎設定

--------------------------------------------------------- */
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", 'ヒラギノ角ゴ ProN W3', "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.4em;
  color: #222;
  line-height: 1;
  letter-spacing: 0.02rem;
  -webkit-font-smoothing: antialiased;
}

_:lang(x)::-ms-backdrop, body {
  font-family: arial, "メイリオ", Meiryo, sans-serif;
}

a {
  color: #005dab;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.6em;
    letter-spacing: 0.01rem;
  }
}

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

	02. レイアウト

--------------------------------------------------------- */
/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 49px;
  background: #fff;
  z-index: 1000;
}

.header_inner {
  display: flex;
  justify-content: flex-start;
  position: relative;
  max-width: 1040px;
  width: 100%;
  height: 49px;
}

.header_logo {
  width: calc(100% - 124px - 63px - 63px);
  padding: 10px 0 10px 20px;
}

.header_logo img {
  width: 76px;
}

.header_search a {
  display: block;
  position: relative;
  width: 124px;
  margin: 10px 0;
  padding: 0 0 0 20px;
  font-weight: bold;
  font-size: 1.2rem;
  color: #222;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  border-left: 1px solid #142850;
}

.header_search a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 17px;
  height: 17px;
  background: url("../img/common/ico_search02.png") no-repeat 0 0/17px 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header_button a {
  display: block;
  width: 63px;
  height: 49px;
  padding: 10px 0 10px 13px;
  color: #fff;
  text-decoration: none;
  background-color: #005dab;
}

.header_button_jp {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 15px;
  font-weight: bold;
  font-size: 1.2rem;
}

.header_button_jp::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 12px;
  height: 11px;
  background: url("../img/common/ico_login01.png") no-repeat 0 0/12px 11px;
}

.header_button_en {
  display: block;
  width: 100%;
  margin-top: 5px;
  font-family: raleway-v20-deprecated, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.1rem;
}

.header_menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 63px;
  height: 49px;
  background-color: #142850;
}

.header_menu a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.is-open .header_menu a {
  left: 0;
}

.is-open .header_menu a::after {
  left: 50%;
  width: 0;
}

.header_menu span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.header_menu a::after,
.header_menu span::before,
.header_menu span::after {
  content: '';
  position: absolute;
  left: 20px;
  width: 27px;
  height: 2px;
  border-radius: 3px;
  background-color: #fff;
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.header_menu a::after {
  top: 23px;
}

.header_menu span::before {
  top: 15px;
}

.header_menu span::after {
  bottom: 15px;
}

.is-open .header_menu span::before {
  top: 24px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.is-open .header_menu span::after {
  top: 24px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header_gnav {
  display: none;
  position: absolute;
  top: 49px;
  height: calc(100vh - 49px);
  left: 0;
  width: 100%;
  padding: 20px 0 8px;
  background: #f0f8ff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 100;
}

.header_gnav_text {
  font-family: raleway-v20-deprecated, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.8rem;
  color: #87adcc;
  text-align: center;
}

.header_gnav_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header_gnav_list > li {
  list-style: none;
  position: relative;
  width: 49%;
  padding: 15px 0 7px;
  font-weight: bold;
  font-size: 1.6rem;
  color: #005dab;
  text-align: center;
}

.header_gnav_en {
  display: none;
}

.header_submenu {
  position: relative;
  width: 100%;
  margin-top: 18px;
  transition: all 0.4s ease-out;
  z-index: 5;
}

.header_submenu::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #005dab;
}

.header_submenu li {
  list-style: none;
}

.header_submenu li + li {
  margin-top: 13px;
}

.header_submenu li a {
  display: block;
  padding: 10px 0;
  font-size: 1.5rem;
  color: #222;
  text-decoration: none;
  background-color: #fff;
}

.device_sp .header_newline {
  display: none;
}

@media screen and (max-width: 320px) {
  .header_logo {
    width: calc(100% - 110px - 60px - 60px);
    padding: 10px 0 10px 10px;
  }
  .header_logo img {
    width: 69px;
  }
  .header_search a {
    width: 110px;
    padding: 0 0 0 20px;
    font-size: 1rem;
  }
  .header_button a {
    width: 60px;
  }
  .header_menu {
    width: 60px;
  }
  .header_menu a::after,
  .header_menu span::before,
  .header_menu span::after {
    left: 18px;
  }
}

@media screen and (min-width: 768px) {
  .header {
    height: 70px;
    background: none;
    transition: all 0.2s ease-out;
  }
  #top .is-fv.header {
    position: absolute;
    height: 190px;
    transition: all 0.2s ease-out;
  }
  .header_inner {
    width: 1040px;
    height: 70px;
    margin: 0 auto;
    padding: 0 20px;
  }
  #top .is-fv .header_inner {
    display: block;
    height: 190px;
    padding: 30px 20px 0;
  }
  .header_logo {
    width: 146px;
    padding: 15px 14px 15px 32px;
    border-bottom-left-radius: 5px;
    background: #fff;
  }
  .header_logo img {
    width: 100%;
  }
  #top .is-fv .header_logo {
    width: 160px;
    margin: 0 auto 40px;
    padding: 0;
  }
  .header_search,
  .header_menu {
    display: none;
  }
  .header_button a {
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    width: 90px;
    height: 70px;
    padding: 16px 0 0 19px;
    color: #fff;
    text-decoration: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #005dab;
    transition: background  0.2s ease;
  }
  .header_button a:hover {
    background-color: #142850;
  }
  #top .is-fv .header_button a {
    top: 25px;
    width: 98px;
    height: 70px;
    border-radius: 5px;
  }
  .header_button_jp {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 25px;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .header_button_jp::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 20px;
    height: 18px;
    background: url("../img/common/ico_login01.png") no-repeat 0 0/20px 18px;
  }
  #top .is-fv .header_button_jp {
    font-size: 1.6rem;
  }
  .header_button_en {
    display: block;
    width: 100%;
    margin-top: 8px;
    font-family: raleway-v20-deprecated, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 1.6rem;
  }
  #top .is-fv .header_button_en {
    font-size: 1.8rem;
  }
  .header_gnav {
    display: block;
    position: relative;
    top: auto;
    left: -1px;
    width: 754px;
    height: auto;
    margin: 0;
    padding: 15px 0 0 0;
    border-bottom-right-radius: 5px;
    background: #fff;
    overflow: visible;
  }
  #top .is-fv .header_gnav {
    width: 100%;
    padding: 0;
  }
  .header_gnav_text {
    display: none;
  }
  .header_gnav_list {
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
  .header_gnav_list > li {
    width: 125px;
    height: 40px;
    margin-bottom: 11px;
    padding-top: 5px;
    font-size: 1.4rem;
    color: #222;
    border-right: 1px solid #142850;
  }
  .header_gnav_list > li:last-child {
    border-right: none;
  }
  .header_gnav_list > li:hover > .header_submenu {
    display: block;
  }
  #top .is-fv .header_gnav_list > li {
    width: 168px;
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  #top .is-fv .header_gnav_list > li:first-child {
    border-left: 1px solid #142850;
  }
  #top .is-fv .header_gnav_list > li:last-child {
    border-right: 1px solid #142850;
  }
  .header_gnav_en {
    display: block;
    margin-top: 5px;
    font-family: raleway-v20-deprecated, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 10px;
    color: #005dab;
  }
  .header_submenu {
    display: none;
    position: absolute;
    top: 22px;
    left: -2px;
    width: 124px;
    padding: 15px 15px 0;
    background-color: #fff;
  }
  .header_submenu::before {
    top: 10px;
    width: 124px;
    height: 5px;
  }
  .header_submenu li {
    position: relative;
    border-bottom: 1px solid #142850;
  }
  .header_submenu li + li {
    margin-top: 0;
  }
  .header_submenu li:last-child {
    border: none;
  }
  .header_submenu li a {
    display: inline-block;
    padding: 15px 0;
    font-weight: bold;
    font-size: 1.3rem;
    transition: opacity 0.1s ease;
  }
  .header_submenu li a:hover {
    opacity: 0.6;
  }
  #top .is-fv .header_submenu {
    width: 168px;
    padding: 15px 17px 0;
  }
  #top .is-fv .header_submenu::before {
    width: 168px;
  }
  #top .is-fv .header_submenu li a {
    font-size: 1.4rem;
  }
  #top .is-fv .header_submenu .header_newline {
    display: none;
  }
}

/* footer */
.footer {
  background-color: #f0f8ff;
}

.footer_pagetop a {
  position: absolute;
  bottom: 92px;
  right: 20px;
  width: 33px;
  height: 33px;
  background-color: #142850;
  transition: opacity 0.3s ease;
  will-change: opacity;
  z-index: 8;
}

.footer_pagetop a::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 13px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.footer_top {
  padding: 46px 18px 30px;
}

.footer_logo {
  width: 175px;
  margin: 0 auto;
}

.footer_logo img {
  width: 100%;
}

.footer_info_text {
  margin-top: 30px;
  line-height: 1.78;
}

.footer_qr {
  display: none;
}

.footer_menu {
  display: none;
}

.footer_bottom {
  padding: 14px 0;
  text-align: center;
  background-color: #142850;
}

.footer_copyright {
  font-weight: bold;
  font-size: 1.3rem;
  color: #fff;
}

.footer_link a {
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
  font-size: 1.3rem;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .footer_pagetop a {
    bottom: 84px;
    right: 45px;
    width: 55px;
    height: 55px;
    transition: opacity  0.1s ease;
  }
  .footer_pagetop a:hover {
    opacity: 0.6;
  }
  .footer_pagetop a::after {
    top: 25px;
    left: 20px;
    width: 15px;
    height: 15px;
  }
  .footer_top {
    display: flex;
    height: 400px;
    padding: 54px 0 80px;
  }
  .footer_logo {
    width: 160px;
    margin: 0;
  }
  .footer_logo img {
    width: 100%;
  }
  .footer_info {
    width: 320px;
  }
  .footer_info_text {
    line-height: 1.87;
  }
  .footer_qr {
    display: block;
    align-self: flex-end;
    width: 100px;
  }
  .footer_qr img {
    width: 100%;
  }
  .footer_qr_text {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.2rem;
    color: #005dab;
    text-align: center;
    line-height: 1.5;
  }
  .footer_menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 50%;
    margin-left: 80px;
  }
  .footer_nav dt {
    width: 130px;
    margin-bottom: 8px;
    padding-bottom: 17px;
    font-weight: bold;
    color: #005dab;
    border-bottom: 1px solid #142850;
  }
  .footer_nav dd {
    width: 130px;
    height: 115px;
  }
  .footer_nav li {
    list-style: none;
  }
  .footer_nav li a {
    color: #222;
    line-height: 1.9;
    letter-spacing: 0.01rem;
    text-decoration: none;
    transition: opacity  0.2s ease;
  }
  .footer_nav li a:hover {
    opacity: 0.6;
  }
  .footer_bottom {
    padding: 10px 0 16px;
  }
  .footer_copyright {
    font-size: 1.4rem;
  }
  .footer_link a {
    margin-left: 20px;
    font-size: 1.4rem;
    transition: opacity  0.2s ease;
  }
  .footer_link a:hover {
    opacity: 0.6;
  }
}

/* main */
.main {
  padding-bottom: 20px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .main {
    padding-bottom: 100px;
  }
}

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

	04. 共通パーツ

--------------------------------------------------------- */
/* container */
.mod_container {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
}

.mod_container_head {
  text-align: center;
  margin: 0 0 0px 0;
}
.businws_container_head {
    text-align: center;
    margin: 0 0 50px 0;
}

.joiba_terms_title{
    font-size: 1.6rem;
    font-weight: bold;
    border-left: 5px solid #005dab;
    margin: 40px 0 25px 0px;
    padding-left: 13px;
    line-height: 1.2;
}

.joiba_entry_title{
font-size: 1.6rem;
    font-weight: bold;
    border-left: 5px solid #005dab;
    margin: 40px 0 25px 0px;
    padding-left: 13px;
    line-height: 1.2;
}
.joiba_membership_title{
    margin: 0 0 15px 0;
    line-height: 1.2;
    padding-left: 20px;
    border-left: 5px solid #005dab;
    font-size: 1.6rem;
    font-weight: bold;
}

.mod_container_body {
  margin-top: 30px;
}
a.rink{
    color: #222;
    letter-spacing: 0.01rem;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

@media screen and (min-width: 768px) {
  .mod_container {
    width: 1040px;
  }
  .mod_container_flex {
    display: flex;
    justify-content: space-between;
  }
  .mod_container_body {
    margin-top: 80px;
  }
}

/* breadcrumb */
.mod_breadcrumb_wrapper {
  padding: 13px 0 13px 13px;
  background-color: #142850;
}

.mod_breadcrumb {
  display: flex;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.mod_breadcrumb li {
  list-style: none;
  position: relative;
  padding-right: 35px;
  font-weight: bold;
  font-size: 1.4rem;
  color: #fff;
}

.mod_breadcrumb li::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 13px;
  width: 10px;
  height: 1px;
  background-color: #87adcc;
}

.mod_breadcrumb li:last-child {
  padding-right: 0;
}

.mod_breadcrumb li:last-child::after {
  background: none;
}

.mod_breadcrumb a {
  font-weight: bold;
  color: #87adcc;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .mod_breadcrumb_wrapper {
    padding: 20px 0;
  }
  .mod_breadcrumb {
    display: flex;
    width: 1040px;
  }
  .mod_breadcrumb li {
    list-style: none;
    position: relative;
    padding-right: 35px;
    font-weight: bold;
    font-size: 1.4rem;
    color: #fff;
  }
  .mod_breadcrumb li::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 13px;
    width: 10px;
    height: 1px;
    background-color: #87adcc;
  }
  .mod_breadcrumb li:last-child {
    padding-right: 0;
  }
  .mod_breadcrumb li:last-child::after {
    background: none;
  }
  .mod_breadcrumb a {
    font-weight: bold;
    color: #87adcc;
    text-decoration: none;
  }
}

/* mv */
.mod_mv {
  position: relative;
  width: 100%;
  height: 215px;
  padding-top: 108px;
  text-align: center;
}


.mod_mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.mod_mv_head {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .mod_mv {
    height: 430px;
    padding-top: 218px;
  }
}

/* title */
.mod_title_line_en {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: adobe-garamond-pro, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.4rem;
  color: #4e4e4e;
}

.mod_title_line_en::before, .mod_title_line_en::after {
  content: "";
  flex-grow: 1;
  border-top: 1px solid #222;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}

.mod_title_line_en::before {
  margin-right: 1rem;
}

.mod_title_line_en::after {
  margin-left: 1rem;
}

.mod_title_line_jp {
  margin-top: 10px;
  font-weight: bold;
  font-size: 1.3rem;
  color: #005dab;
}

.mod_title_en {
  font-family: adobe-garamond-pro, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.4rem;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.mod_title_jp {
  margin-top: 8px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.mod_title_small_jp {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.3;
}

.mod_title_small_en {
  margin-top: 8px;
  font-family: raleway-v20-deprecated, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.2rem;
  color: #005dab;
}

.mod_title_block {
  padding-left: 13px;
  font-weight: bold;
  line-height: 1.2;
  border-left: 4px solid #005dab;
}

@media screen and (min-width: 768px) {
  .mod_title_line_en {
    font-size: 4rem;
  }
  .mod_title_line_en::before, .mod_title_line_en::after {
    content: "";
    flex-grow: unset;
    width: 50px;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .mod_title_line_en::before {
    margin-right: 2rem;
  }
  .mod_title_line_en::after {
    margin-left: 2rem;
  }
  .mod_title_line_jp {
    font-weight: bold;
    font-size: 1.6rem;
    color: #005dab;
  }
  .mod_title_en {
    font-size: 4rem;
  }
  .mod_title_small_jp {
    font-size: 2rem;
  }
  .mod_title_small_en {
    font-size: 1rem;
  }
  .mod_title_block {
    padding-left: 20px;
    border-left: 5px solid #005dab;
  }
}

/* text */
.mod_text {
  line-height: 1.78;
}

.mod_text_narrow {
  line-height: 1.68;
}

.mod_text_bold {
  font-weight: bold;
}

.mod_membership_g {
line-height: 1.78;
text-align: left;
}

.mod_membership {
  line-height: 1.78;
  margin: 0 0 50px opx;
  text-align: left;
}
.mod_member {
  line-height: 1.78;
  margin: 0 0 30px 5px;
  text-align: left;
}



@media screen and (min-width: 768px) {
  .mod_text {
    line-height: 1.87;
  }
  .mod_text_narrow {
    line-height: 1.68;
  }
  .mod_membership {
    line-height: 1.87;
    margin: 20px 0 50px 0;
    padding: 0px 0 50px 0;
    border-bottom: 1px solid #87ADCC;
  }
  .mod_membership_g {
    line-height: 1.87;
    margin: 20px 0 50px 0;
    padding: 0px 0 50px 0;
    border-bottom: 1px solid #87ADCC;
  }
  .mod_member
  {
    line-height: 1.87;
    margin: 40px 0 30px 0;
  }
  .joiba_inquiry
  {

  }
}

/* label */
.mod_label {
  display: inline-block;
  width: 100px;
  height: 30px;
  padding: 9px 0 0;
  font-weight: bold;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
}

.mod_label_small {
  display: inline-block;
  width: 70px;
  height: 19px;
  padding: 5px 0 0;
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}

.mod_label_business {
  background-color: #d67373;
}

.mod_label_intermediary {
  background-color: #8eb939;
}

.mod_label_general {
  background-color: #f29e00;
}

.mod_label_news {
  background-color: #142850;
}

.mod_label_membership {
  background-color: #791313;
}

@media screen and (min-width: 768px) {
  .mod_label {
    width: 135px;
    height: 30px;
    padding: 8px 0 0;
    font-size: 1.4rem;
  }
  .mod_label_small {
    width: 80px;
    height: 20px;
    padding: 3px 0 0;
    font-size: 1.2rem;
  }
}

/* list */
.mod_list_table > dt {
  padding: 18px 0 0 18px;
  font-weight: bold;
}

.mod_list_table > dd {
  padding: 15px 0 18px 18px;
  line-height: 1.68;
  border-bottom: 1px solid #87adcc;
}

.mod_list_table > dd:last-child {
  border: none;
}

@media screen and (min-width: 768px) {
  .mod_list_table {
    display: flex;
    flex-wrap: wrap;
  }
  .mod_list_table > dt {
    width: 163px;
    padding: 26px 0 0;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #87adcc;
  }
  .mod_list_table > dt:nth-last-child(2) {
    border: none;
  }
  .mod_list_table > dd {
    width: calc(100% - 163px);
    padding: 24px 0 24px 30px;
    line-height: 1.68;
    border-bottom: 1px solid #87adcc;
  }
  .mod_list_table > dd:last-child {
    border: none;
  }
}

/* button */
.mod_button_default {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 305px;
  height: 50px;
  font-weight: bold;
  font-size: 1.8rem;
  color: white;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  transition: opacity 0.2s ease-out;
}

.mod_button_default:hover {
  opacity: 0.6;
}

.mod_button_default + .mod_button_default {
  margin-top: 13px;
}

.mod_button_primary {
  background-color: #142850;
}

.mod_button_secondary {
  background-color: #005dab;
}

.mod_button_link {
  position: relative;
}

.mod_button_link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 19px;
  height: 19px;
  background: url("../img/common/ico_link01.png") no-repeat 0 0/19px 19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mod_button_pdf {
  position: relative;
  padding-right: 20px;
}

.mod_button_pdf::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  background: url("../img/common/ico_pdf01.png") no-repeat 0 0/24px 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 320px) {
  .mod_button_default {
    max-width: 280px;
    width: 100%;
    height: 40px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .mod_button_default {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 270px;
    height: 40px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 1.6rem;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 20px;
  }
  .mod_button_default + .mod_button_default {
    margin-top: 20px;
  }
  /* color */
  .mod_button_primary {
    background-color: #142850;
  }
  .mod_button_secondary {
    background-color: #005dab;
  }
  /* icon */
  .mod_button_link {
    position: relative;
  }
  .mod_button_link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 19px;
    height: 19px;
    background: url("../img/common/ico_link01.png") no-repeat 0 0/19px 19px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .mod_button_pdf {
    position: relative;
    padding-right: 20px;
    font-size: 1.4rem;
  }
  .mod_button_pdf::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 24px;
    height: 24px;
    background: url("../img/common/ico_pdf01.png") no-repeat 0 0/24px 24px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/* radio */
.mod_radio {
  display: none;
}

.mod_radio + .mod_radio_label {
  display: inline-flex;
  align-items: center;
  position: relative;
  min-height: 18px;
  padding: 0 18px 0 25px;
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.5;
  cursor: pointer;
}

.mod_radio + .mod_radio_label::before {
  content: "";
  display: block;
  position: absolute;
  top: 48%;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mod_radio:checked + .mod_radio_label::after {
  content: "";
  display: block;
  position: absolute;
  top: 48%;
  left: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #005dab;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 320px) {
  .mod_radio + .mod_radio_label {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .mod_radio + .mod_radio_label {
    padding: 0 20px 0 25px;
    font-size: 1.6rem;
  }
  .mod_radio + .mod_radio_label::before {
    width: 16px;
    height: 16px;
  }
  .mod_radio:checked + .mod_radio_label::after {
    left: 5px;
  }
}

/* select */
.mod_select_wrap {
  display: inline-block;
  position: relative;
}

.mod_select_wrap::after {
  content: '';
  position: absolute;
  top: 15px;
  right: 20px;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #005dab;
  border-right: 1px solid #005dab;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
  z-index: 0;
}

.mod_select {
  width: 100%;
  height: 45px;
  padding: 0 50px 0 20px;
  font-weight: normal;
  border: none;
  border-radius: 0;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.mod_select::-ms-expand {
  display: none;
}

@media screen and (min-width: 768px) {
  .mod_select_wrap::after {
    content: '';
    width: 8px;
    height: 8px;
  }
  .mod_select_wrap + .mod_select_wrap {
    margin-left: 8px;
  }
  .mod_select {
    min-width: 170px;
    height: 40px;
  }
}

/* background */
.mod_background {
  background: url("../img/common/bg_pattern02.jpg") repeat 0 0;
}

/* hidden */
@media screen and (min-width: 768px) {
  .mod_hidden_pc {
    display: none;
  }
}

.mod_hidden_sp {
  display: none;
}

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

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

	05. トップページ

--------------------------------------------------------- */
/* mv */
.top_mv {
  padding-top: 49px;
}

.top_mv_carousel div {
  position: relative;
}

@media screen and (min-width: 768px) {
  .top_mv {
    padding-top: 190px;
  }
}

/* JOIBA関連イベント */
.top_related {
  margin-top: 25px;
  padding: 20px 0;
  text-align: center;
  background-color: #142850;
}

.top_related_title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: bold;
  font-size: 1.8rem;
  color: #fff;
}

.top_related_title::before, .top_related_title::after {
  content: "";
  width: 25px;
  border-top: 1px solid #fff;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}

.top_related_title::before {
  margin-right: 1rem;
}

.top_related_title::after {
  margin-left: 1rem;
}

.top_related_carousel {
  margin: 20px 10px;
}

.top_related_carousel div {
  position: relative;
}

.top_related_text {
  margin-top: 10px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  text-align: left;
}

.top_related_button .mod_button_default {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .top_related {
    margin-top: 0;
    padding: 35px 0 33px;
  }
  .top_related_title {
    font-size: 2rem;
  }
  .top_related_title::before, .top_related_title::after {
    content: "";
    width: 50px;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .top_related_title::before {
    margin-right: 2rem;
  }
  .top_related_title::after {
    margin-left: 2rem;
  }
  .top_related_carousel {
    height: 174px;
    margin-top: 26px;
  }
  .top_related_text {
    line-height: 1.8;
  }
  .top_related_button .mod_button_default {
    margin: 15px auto 0;
  }
}

/* About JOIBA */
.top_joiba {
  position: relative;
  padding: 50px 0;
}

.top_joiba::before {
  content: "";
  position: absolute;
  top: 98px;
  left: 50%;
  width: 928px;
  height: 576px;
  background: url("../img/top/bg_mark01.png") no-repeat 0 0/928px 576px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.top_joiba_lead {
  margin-top: 38px;
  font-weight: bold;
  line-height: 1.78;
  text-align: center;
}

.top_joiba_body {
  margin-top: 50px;
}

.top_joiba_box {
  width: 100%;
  padding: 40px 15px 40px;
  background: rgba(240, 248, 255, 0.8);
  box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.1);
}

.top_joiba_box .top_joiba_image {
  width: 249px;
  margin: 0px auto 30px;
}

.top_joiba_box .top_joiba_image img {
  width: 100%;
}

.top_joiba_meti img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.top_joiba_text {
  margin-top: 40px;
  line-height: 1.78;
}

.top_joiba_text_meti {
  margin-top: 20px;
  line-height: 1.78;
}

.top_joiba_button {
  margin: 35px auto 0px;
}

.top_joiba_button .mod_button_default {
  margin-left: auto;
  margin-right: auto;
}

.top_joiba_info_inner {
  text-align: center;
}

.top_joiba_info_inner .top_joiba_info_text {
  margin-top: 20px;
}

.top_joiba_info_title {
  font-weight: bold;
  font-size: 1.6rem;
}

.top_joiba_info_text {
  margin-top: 18px;
}

.top_joiba_ad {
  margin-top: 60px;
}

.top_joiba_ad a {
  display: block;
}

.top_joiba_ad a + a {
  margin-top: 22px;
}

.top_joiba_ad a img {
  width: 100%;
}

.top_joiba_meti {
	margin-top: 40px;
	
}

@media screen and (min-width: 768px) {
  .top_joiba {
    position: relative;
    padding: 85px 0 100px;
  }
  .top_joiba::before {
    content: "";
    position: absolute;
    top: 125px;
    left: 50%;
    width: 1254px;
    height: 778px;
    background: url("../img/top/bg_mark01.png") no-repeat 0 0/1254px 778px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .top_joiba_lead {
    margin-top: 50px;
    font-weight: bold;
    line-height: 1.9;
    text-align: center;
  }
  .top_joiba_body {
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
  }
  .top_joiba_box {
    position: relative;
    padding: 40px 25px 30px;
    margin-top: 0;
  }
  .top_joiba_box .top_joiba_image {
    width: 212px;
    margin: 0 auto;
  }
  .top_joiba_box .mod_button_default {
    margin-left: 0;
    margin-right: 0;
  }
  .top_joiba_box .mod_button_default:nth-child(2) {
    margin: 0 0 0 40px;
  }
  .top_joiba_box .mod_button_default:nth-child(4) {
    margin-left: 40px;
  }
  .top_joiba_text {
	margin: 40px auto 20px;
	width: 85%;
    line-height: 1.68;
  }
  .top_joiba_text_meti {
	margin: 0 auto;
    line-height: 1.68;
  }
  .top_joiba_button {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    width: 80%;
  }
  .top_joiba_button .mod_button_pdf {
    font-size: 1.4rem;
  }
  .top_joiba_info {
    display: block;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
    height: 160px;
  }
  .top_joiba_info_inner {
    text-align: center;
  }
  .top_joiba_info_inner .top_joiba_info_text {
    margin-top: 15px;
  }
  .top_joiba_ad {
    display: flex;
    justify-content: space-between;
    margin-top: 115px;
  }
  .top_joiba_ad a {
    max-width: 473px;
  }
  .top_joiba_ad a + a {
    margin-top: 0;
  }
  .top_joiba_ad a img {
    width: 100%;
  }
  .top_joiba_meti {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 85%;
    height: 100px;
    margin: 15px auto 0px;
  }
  .top_joiba_meti img {
	margin-right: 30px;
  }
}

/* About the fund */
.top_fund {
  padding: 58px 0 50px;
  background: url("../img/common/bg_pattern01.jpg") repeat 650px 202px/cover;
}

.top_fund_head {
  text-align: center;
}

.top_fund_lead {
  margin-top: 30px;
  font-weight: bold;
  line-height: 1.9;
  text-align: center;
}

.top_fund_text {
  margin: 30px auto 0;
  line-height: 1.68;
}

.top_fund_button .mod_button_default {
  margin: 27px auto 0;
}

@media screen and (min-width: 768px) {
  .top_fund {
    padding: 58px 0 40px;
    background: url("../img/common/bg_pattern01.jpg") repeat 325px 101px/cover;
  }
  .top_fund_lead {
    line-height: 1.78;
  }
  .top_fund_text {
    max-width: 750px;
    line-height: 1.78;
  }
}

/* search */
.top_search {
  padding-top: 50px;
}

.top_search_map {
  margin-top: 40px;
}

.top_search_title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  font-weight: bold;
  font-size: 1.8rem;
  color: #142850;
  line-height: 1.68;
  background-color: #f0f8ff;
  z-index: 2;
}

.top_search_area_title {
  position: relative;
  padding: 20px 50px 20px 28px;
  font-weight: bold;
  font-size: 1.8rem;
  color: #142850;
  border-bottom: 1px solid #142850;
}

.top_search_area_title::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 18px;
  width: 13px;
  height: 13px;
  border-top: 2px solid #142850;
  border-right: 2px solid #142850;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.is-open.top_search_area_title::after {
  top: 26px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.top_search_area_list {
  display: none;
}

.top_search_area_list li {
  list-style: none;
  position: relative;
}

.top_search_area_list a {
  display: block;
  position: relative;
  padding: 15px 50px 14px 69px;
  font-size: 1.8rem;
  color: #222;
  line-height: 25px;
  text-decoration: none;
  border-bottom: 1px solid #142850;
  background-color: #f0f8ff;
}

.top_search_area_list a::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 20px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #005dab;
}

.top_search_area_list a::after {
  content: "";
  position: absolute;
  top: 22px;
  left: 28px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.is-open .top_search_area_list {
  display: block;
}

.top_search_inner {
  margin-top: 35px;
}

.top_search_detail {
  padding: 25px;
  background-color: #142850;
}

.top_search_form .mod_select_wrap {
  width: 100%;
  margin-top: 20px;
}

.top_search_button {
  width: 100%;
  height: 45px;
  margin-top: 20px;
  padding-top: 3px;
  border: none;
  background-color: #005dab;
}

.top_search_button span {
  display: inline-block;
  position: relative;
  font-weight: bold;
  color: #fff;
}

.top_search_button span::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -30px;
  width: 20px;
  height: 20px;
  background: url("../img/common/ico_search01.png") no-repeat 0 0/20px 20px;
}

@media screen and (min-width: 768px) {
  .top_search {
    padding-top: 100px;
  }
  .top_search_map {
    position: relative;
    height: 773px;
  }
  .top_search_title {
    width: 187px;
    height: 151px;
    font-size: 2.2rem;
    border-radius: 5px;
  }
  .top_search_map_inner {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 773px;
  }
  .top_search_map_inner::before {
    content: "";
    position: absolute;
    top: 30px;
    right: 150px;
    width: 643px;
    height: 652px;
    background: url("../img/top/img_map01.png") no-repeat 0 top/643px 652px;
  }
  .top_search_area {
    width: 160px;
  }
  .top_search_hokkaido {
    position: absolute;
    top: 59px;
    left: 534px;
    width: 110px;
  }
  .top_search_hokkaido::after {
    content: "";
    position: absolute;
    top: 59px;
    right: -85px;
    width: 100px;
    height: 1px;
    background-color: #005dab;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .top_search_touhoku {
    position: absolute;
    top: 242px;
    right: 82px;
    width: 160px;
  }
  .top_search_touhoku::after {
    content: "";
    position: absolute;
    top: 41px;
    right: 156px;
    width: 80px;
    height: 1px;
    background-color: #2ca6e0;
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  .top_search_touhoku .top_search_area_title {
    padding-left: 6px;
    border-bottom: 1px solid #2ca6e0;
  }
  .top_search_touhoku .top_search_area_list {
    padding-left: 6px;
  }
  .top_search_chubu {
    position: absolute;
    top: 243px;
    left: 402px;
    width: 157px;
  }
  .top_search_chubu::after {
    content: "";
    position: absolute;
    top: 83px;
    right: -101px;
    width: 135px;
    height: 1px;
    background-color: #9cd8f5;
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  .top_search_chubu .top_search_area_title {
    border-bottom: 1px solid #9cd8f5;
  }
  .top_search_kanto {
    position: absolute;
    top: 395px;
    right: 120px;
    width: 163px;
  }
  .top_search_kanto::after {
    content: "";
    position: absolute;
    top: 43px;
    left: -70px;
    width: 75px;
    height: 1px;
    background-color: #005dab;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .top_search_kanto .top_search_area_title,
  .top_search_kanto .top_search_area_list {
    padding-left: 6px;
  }
  .top_search_kinki {
    position: absolute;
    top: 557px;
    right: 209px;
    width: 165px;
  }
  .top_search_kinki::after {
    content: "";
    position: absolute;
    top: 1px;
    left: -115px;
    width: 120px;
    height: 1px;
    background-color: #005dab;
    -webkit-transform: rotate(23deg);
            transform: rotate(23deg);
  }
  .top_search_kinki .top_search_area_title {
    padding-left: 6px;
  }
  .top_search_kinki .top_search_area_list {
    width: 178px;
    padding-left: 6px;
  }
  .top_search_kinki .top_search_area_list li:nth-child(even) {
    width: 88px;
    text-align: left;
  }
  .top_search_chugoku {
    position: absolute;
    top: 373px;
    left: 205px;
    width: 157px;
  }
  .top_search_chugoku::after {
    content: "";
    position: absolute;
    top: 83px;
    right: -101px;
    width: 135px;
    height: 1px;
    background-color: #9cd8f5;
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  .top_search_chugoku .top_search_area_title {
    border-bottom: 1px solid #9cd8f5;
  }
  .top_search_shikoku {
    position: absolute;
    top: 625px;
    left: 425px;
    width: 160px;
  }
  .top_search_shikoku::after {
    content: "";
    position: absolute;
    top: -6px;
    left: -46px;
    width: 65px;
    height: 1px;
    background-color: #2ca6e0;
    -webkit-transform: rotate(65deg);
            transform: rotate(65deg);
  }
  .top_search_shikoku .top_search_area_title {
    padding-left: 6px;
    border-bottom: 1px solid #2ca6e0;
  }
  .top_search_shikoku .top_search_area_list {
    padding-left: 6px;
  }
  .top_search_kyushu {
    position: absolute;
    top: 495px;
    left: 57px;
    width: 160px;
  }
  .top_search_kyushu::after {
    content: "";
    position: absolute;
    top: 56px;
    right: -88px;
    width: 100px;
    height: 1px;
    background-color: #005dab;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  .top_search_kyushu .top_search_area_list li:nth-last-child(2) {
    width: 100%;
  }
  .top_search_area_title {
    padding: 0 0 8px;
    font-size: 1.6rem;
    color: #222;
    border-bottom: 1px solid #005dab;
  }
  .top_search_area_title::after {
    border: none;
  }
  .top_search_area_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 8px;
  }
  .top_search_area_list a {
    display: inline-block;
    padding: 0 0 0 22px;
    font-size: 1.6rem;
    border: none;
    background: none;
    transition: opacity  0.1s ease;
  }
  .top_search_area_list a:hover {
    opacity: 0.6;
  }
  .top_search_area_list a::before {
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    background-color: #005dab;
  }
  .top_search_area_list a::after {
    top: 9px;
    left: 5px;
    width: 6px;
    height: 6px;
  }
  .top_search_inner {
    display: flex;
    margin-top: 0;
  }
  .top_search_inner .top_search_title {
    height: 130px;
  }
  .top_search_detail {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 187px);
    margin-left: 7px;
    padding: 20px;
    border-radius: 5px;
  }
  .top_search_form .mod_select_wrap {
    width: auto;
    margin-top: 0;
  }
  .top_search_form + .top_search_form {
    margin-top: 8px;
  }
  .top_select_long {
    width: 310px;
  }
  .top_select_middle {
    width: 204px;
  }
  .top_search_button {
    position: relative;
    width: 180px;
    height: 89px;
    margin-top: 0;
    padding: 0 0 0 30px;
    font-weight: bold;
    color: #fff;
    transition: opacity 0.2s ease;
  }
  .top_search_button span::before {
    top: -1px;
    left: -35px;
  }
  .top_search_button:hover {
    opacity: 0.6;
  }
}

/* event */
.top_event {
  padding-top: 60px;
}

.top_event_body {
  margin-top: 30px;
}

.top_event_body .top_event_content:first-of-type .top_event_title {
  background-color: #142850;
}

.top_event_body .top_event_content:nth-of-type(2) .top_event_title {
  background-color: #d67373;
}

.top_event_body .top_event_content:nth-of-type(3) .top_event_title {
  background-color: #8eb939;
}

.top_event_body .top_event_content:last-of-type .top_event_title {
  background-color: #f29e00;
}

.top_event_menu {
  display: none;
}

.top_event_content_inner {
  display: none;
  padding: 0 15px 25px;
  background-color: #f0f8ff;
}

.is-open .top_event_content_inner {
  display: block;
}

.top_event_title {
  position: relative;
  padding: 16px 0;
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}

.top_event_title::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 18px;
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.is-open .top_event_title::after {
  top: 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.top_event_list {
  border-bottom: 1px dotted #707070;
}

.top_event_list dt {
  display: flex;
  align-items: center;
  padding-top: 20px;
}

.top_event_list dd {
  padding: 8px 0 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}

.top_event_list:last-of-type {
  border: none;
}

.top_event_date {
  margin-right: 10px;
  font-weight: bold;
  font-size: 1.6rem;
}

.top_event_button .mod_button_default {
  margin: 18px auto 0;
}

@media screen and (min-width: 768px) {
  .top_event {
    padding-top: 100px;
  }
  .top_event_body {
    margin-top: 50px;
  }
  .top_event_menu {
    display: flex;
  }
  .top_event_menu li {
    width: 230px;
    height: 50px;
    margin-right: 20px;
    padding-top: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    list-style: none;
    cursor: pointer;
  }
  .top_event_menu li:nth-child(1) {
    background-color: #142850;
  }
  .top_event_menu li:nth-child(2) {
    background-color: #d67373;
  }
  .top_event_menu li:nth-child(3) {
    background-color: #8eb939;
  }
  .top_event_menu li:nth-child(4) {
    background-color: #f29e00;
  }
  .top_event_menu li.is-active {
    color: #222;
    background-color: #f0f8ff;
  }
  .top_event_content {
    display: none;
    padding: 18px 42px 35px;
    background-color: #f0f8ff;
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.1);
  }
  .top_event_content.is-active {
    display: block;
  }
  .top_event_content_inner {
    display: block;
    padding: 0;
  }
  .top_event_title {
    display: none;
  }
  .top_event_list {
    display: flex;
    align-items: center;
  }
  .top_event_list dt {
    width: 296px;
    height: 30px;
    min-height: 70px;
    padding: 0;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .top_event_list dd {
    width: calc(100% - 296px);
    padding: 0;
  }
  .top_event_date {
    margin-right: 40px;
  }
  .top_event_button .mod_button_default {
    margin: 15px auto 0;
  }
}

/* news・inquiry */
.top_half {
  margin-top: 60px;
  padding: 33px 15px 25px;
  background-color: #f0f8ff;
  box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.1);
}

.top_half .mod_title_line_en::before, .top_half .mod_title_line_en::after {
  flex-grow: unset;
  width: 25px;
}

.top_half .mod_title_line_jp {
  margin-top: 5px;
}

.top_half_body {
  margin-top: 20px;
}

.top_half_body .top_news_list:last-of-type {
  border: none;
}

@media screen and (min-width: 768px) {
  .top_half {
    position: relative;
    width: 480px;
    margin-top: 100px;
    padding: 45px 35px 100px;
  }
  .top_half .mod_title_line_en::before, .top_half .mod_title_line_en::after {
    width: 30px;
  }
  .top_half .mod_title_line_jp {
    margin-top: 10px;
  }
  .top_half_body {
    margin-top: 35px;
  }
}

/* news */
.top_news_list {
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #707070;
}

.top_news_list dt {
  display: flex;
  align-items: center;
  width: 150px;
  min-height: 54px;
}

.top_news_list dd {
  width: calc(100% - 150px);
  padding-left: 10px;
  font-size: 1.4rem;
  line-height: 1.25;
  letter-spacing: 0.1rem;
}

.top_news_date {
  display: block;
  margin-right: 10px;
  font-weight: bold;
  font-size: 1.2rem;
}

.top_news_button .mod_button_default {
  margin: 12px auto 0;
}

@media screen and (max-width: 320px) {
  .top_news_list dd {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .top_news_body {
    margin-top: 20px;
  }
  .top_news_list dt {
    width: 192px;
    height: 20px;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .top_news_list dd {
    width: calc(100% - 192px);
    padding: 0;
  }
  .top_news_date {
    margin-right: 20px;
    font-size: 1.4rem;
  }
  .top_news_button {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
  }
  .top_news_button .mod_button_default {
    margin-top: 0;
  }
}

/* inquiry */
.top_inquiry_text {
  font-size: 1.4rem;
  line-height: 1.78;
  letter-spacing: 0.1rem;
}

.top_inquiry_button .mod_button_default {
  margin: 25px auto 0;
}

@media screen and (min-width: 768px) {
  .top_inquiry_button {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0;
  }
  .top_inquiry_button .mod_button_default {
    margin-top: 0;
  }
}

/* support */
.top_support {
  padding: 60px 0;
}

.top_support_body {
  margin-top: 22px;
}

.top_support_list {
  display: flex;
  flex-wrap: wrap;
}

.top_support_list li {
  list-style: none;
  width: 48%;
  margin-top: 16px;
}

.top_support_list li img {
  width: 100%;
}

.top_support_list li:nth-child(odd) {
  margin-right: 4%;
}

@media screen and (min-width: 768px) {
  .top_support {
    padding: 100px 0 0;
  }
  .top_support_body {
    margin-top: 45px;
  }
  .top_support_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 17px;
  }
  .top_support_list li {
    width: 185px;
    margin-right: 10px;
    list-style: none;
  }
  .top_support_list li img {
    width: 100%;
  }
  .top_support_list li:nth-child(odd) {
    margin-right: 10px;
  }
  .top_support_list li:nth-child(5n+5) {
    margin-right: 0;
  }
  .top_support_list li:nth-child(n+6) {
    margin-top: 20px;
  }
}

/* 追従ボタン */
.top_following {
  display: none;
}

@media screen and (min-width: 768px) {
  .top_following {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 15px;
    width: 152px;
    height: 152px;
    padding-top: 25px;
    text-align: center;
    border-radius: 152px;
    background-color: #142850;
    opacity: 0;
    transition: opacity 0.3s ease;
    will-change: opacity;
  }
  .top_following.is-show {
    opacity: 1;
  }
  .top_following.is-stop {
    position: absolute;
    bottom: 410px;
  }
  .top_following_title {
    font-weight: bold;
    color: #fff;
    line-height: 1.37;
  }
  .top_following_button a {
    width: 113px;
    height: 35px;
    margin-top: 15px;
  }
}

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

	05. 協会について

--------------------------------------------------------- */
.joiba_mv {
  background: url("../img/joiba/img_main01.jpg") no-repeat center top/cover;
}
.joiba_mv_joining {
  background: url("../img/joiba/img_main02.jpg") no-repeat center top/cover;
}
.joiba_mv_memberbusiness {
  background: url("../img/joiba/img_main03.jpg") no-repeat center top/cover;
}
.joiba_mv_whatsnew {
  background: url("../img/joiba/img_main04.jpg") no-repeat center top/cover;
}
.joiba_mv_event {
  background: url("../img/joiba/img_main05.jpg") no-repeat center top/cover;
}
.joiba_mv_contact {
  background: url("../img/joiba/img_main06.jpg") no-repeat center top/cover;
}

.joiba_about {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 55px 37px 50px;
}
.joiba_about_box {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0px 37px 65px;
}

.joiba_philosophy {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
}

.joiba_philosophy_inner {
  margin-top: 30px;
}

.joiba_philosophy_inner:first-of-type {
  margin-top: 40px;
}

.joiba_philosophy_lead {
  font-weight: bold;
  line-height: 1.78;
  text-align: center;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.joiba_philosophy_body {
  margin: 15px 18px 0;
}

.joiba_outline {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 65px 20px 40px;
}
.joiba_member{
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px 40px;
}
.joiba_inquiry{
      position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px 40px;
  }
.joiba_terms {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px 40px;
}

.joiba_guidelines {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px 40px;
}
.joiba_entry{
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px 40px;
}

.joiba_outline_body {
  margin-top: 30px;
}

.joiba_contact  {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 65px 20px 40px;
}
.joiba_contact_text {
    text-align: center;
    line-height: 30px;
    margin: 0 0 50px 0;
   }
.joiba_contact_end {
    text-align: center;
    line-height: 60px;
    margin: 0 0px 30px 0px;
    border-bottom: solid 2px #142950;
    font-size: 24px;
}


.joiba_list {
  list-style: none;
}

.joiba_list_definition {
  display: flex;
  flex-wrap: wrap;
}

.joiba_list_definition dt {
  width: 70px;
}

.joiba_list_definition dd {
  width: calc(100% - 70px);
}

.joiba_button {
  margin-top: 45px;
}

.joiba_button .mod_button_default {
  margin-left: auto;
  margin-right: auto;
}

.junnbi {
  font-weight: bold;
  line-height: 1.78;
  text-align: center;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  margin: 70px 0 0 0;
  font-size: 3rem;
}

/* memberlist */
  .joiba_memberlist_title {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 55px 37px 30px;
  }
  .joiba_memberlist {
    width: 1000px;
    margin: auto ;
  }

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

	06. その他ページ

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

.joiba_page {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 55px 37px 60px;
}

.joiba_documents_title {
  padding: 15px 0 7px 0px;
  line-height: 1.68;
  border-bottom: 1px solid #005dab;
  font-size: 1.7rem;
}

.joiba_documents {
        margin: 9px 0 15px 0px;
        padding: 0 0 25px 0;
        list-style: none;
        border-bottom: 1px solid #87ADCC;
}
.joiba_documents_3 {

}

.joiba_documents_t {
    margin: 9px 0 15px 0px;
    padding: 0 0 25px 0;
    list-style: none;
}

    .joiba_documents li {
      padding: 0px 0 15px 0px;
      list-style: none;
      color: #000 ;
    }
    .joiba_documents_t li {
     padding: 0px 0 15px 0px;
      list-style: none;
      color: #000 ;
}

    a.joiba_link  {
        text-decoration: underline;
        color: #000 ;
        font-size: 1.1rem;
        margin: 0px 6px 0 10px;
        line-height: 200%
    }

    .applicationmaterials_inbox{
        margin: 35px 0 10px 0 ;
    }
    
    .applicationmaterials_title {
        border-left: thick solid #005dab;
        padding-left: 10px;
        font-size: 1.6rem;
        margin: 20px 0 15px 0px ;
    }
    
    .applicationmaterials_list li {
        display: inline;
        list-style: none;
        font-size: 1.3rem;
        margin: auto 3%;
        line-height: 200%
    }
    
    
    /*  申込の流れ（PC） */
    .joiba_step{
        list-style: none;
        text-align: center;
        line-height: 1.87;
        margin: 20px 0 50px 0;
        padding: 0px 0 40px 0;
        border-bottom: 1px solid #87ADCC;
}

    .joiba_step_title {
    margin: 0 0 30px 0;
    line-height: 1.2;
    padding-left: 20px;
    border-left: 5px solid #005dab;
    font-size: 1.6rem;
    font-weight: bold;
    }
    
     ul {
    list-style: none;
    }
    
    .joiba_step_all {
    display: flex;
    }
    .step_img {
    display: block;
    }
    .step_box {
    width: 16% ;
    margin: auto 2px;
    background-color: #F0F8FF;
    height: 180px;
    }
    
    img.step1_no {
    width: 65%;
    padding: 15px 0 10px 0;
    }
    
    img.step1_icon {
    width: 100% ;
    padding: 10px 35px 20px 35px ;
    }

    img.step2_no {
    width: 65%;
    padding: 13px 0 12px 0;
    }
    img.step2_icon {
    width: 100% ;
    padding: 13px 29px 17px 29px;
    }
    

    img.step3_no {
    width: 65%;
    padding: 13px 0 13px 0;
    }
    img.step3_icon {
    width: 100% ;
    padding: 20px 32px 20px 32px;
    }
    

    img.step4_no {
    width: 65%;
    padding: 12px 0 12px 0;
    }
    img.step4_icon {
    width: 100% ;
    padding: 26px 31px 25px 31px;
    }
    

    img.step5_no {
    width: 65%;
    padding: 12px 0 13px 0;
    }
    img.step5_icon {
    width: 100% ;
    padding: 26px 25px 24px 25px;
    }
    

    img.step6_no {
    width: 75%;
    padding: 21px 0 0 0;
    }
    img.step6_icon {
    width: 100% ;
    padding: 40px 18px 24px 18px;
    }

    .step_text1 {
    font-size: 1.2rem;
    text-align: center;
    padding: 10px 2px 10px 2px;
    color: #fff;
    background-color: #142850;
    line-height: 20px;
    font-weight: 900;
    }
    .step_text2 {
    font-size: 1.3rem;
    text-align: center;
    padding: 20px 2px 20px 2px;
    color: #fff;
    background-color: #142850;
    vertical-align: middle;
    line-height: 20px;
    font-weight: 900;
    }
    
    .step_position {
    position: relative;
    }
    .step00{
    position: absolute;
    bottom: 65px;
    left: -9px;
    width: 20px;
    }
    .sponly {
    display: none;
    }
    .pconly {
    display: inline;
    }    

    .joiba_form_title {
    margin: 0 0 30px 0;
    line-height: 1.2;
    padding-left: 20px;
    border-left: 5px solid #005dab;
    font-size: 1.6rem;
    font-weight: bold;
    }
    
    
    table.tbl_joiba_membership {
    text-align: center ;
    border-collapse:collapse;
    margin: 5% 0%;
    }
    .tbl_joiba_membership th {
      background: #142850;
      border: solid 1px #ccc;
      color: #fff;
      padding: 18px 25px;
      font-size: 16px;
      width: 700px;
    }
    .tbl_joiba_membership th {
      padding: 18px 12px;
      font-size:16px ;
      width: 700px;
      font-weight: 700;
    }
    .tbl_joiba_membership th.tbl_membership_n {
      background: #fff;
      border: none;
      width: 700px;
    }
    .tbl_joiba_membership td {
      border: solid 1px #ccc;
      padding: 12px 47px;
    }
    .tbl_joiba_membership td.tbl_membership_none {
      padding: 12px 8px;
      font-size:16px ;
    }
   .tbl_joiba_membership td.tbl_membership_i {
      padding: 12px 20px;
      font-size:16px ;
    }
    .tbl_joiba_membership td.tbl_membership_w {
      padding: 12px 12px;
      font-size:16px ;
    }
    .tbl_joiba_membership td.tbl_membership_ww {
      padding: 12px 18px;
      font-size:16px ;
    }
    .tbl_joiba_membership td.tbl_membership_s {
      background: #fff;
      border: none;
      padding: 0px 40px;
    }
 
    tr.tbl_membership {
    width: 50%;
    background: #F0F8FF;
    }
    
    
    table.tbl_joiba_membership_last {
    text-align: center ;
    border-collapse:collapse;
    margin: 5% 0%;
    }
    .tbl_joiba_membership_last th {
      background: #142850;
      border: solid 1px #ccc;
      color: #fff;
      padding: 18px 25px;
      font-size: 16px;
      width: 700px;
      font-weight: 700;
    }
    .tbl_joiba_membership_last th {
      padding: 18px 12px;
      font-size:16px ;
      width: 700px;
    }
    .tbl_joiba_membership_last th.tbl_membership_n {
      background: #fff;
      border: none;
      width: 700px;
    }
    .tbl_joiba_membership_last td {
      border: solid 1px #ccc;
      padding: 12px 47px;
    }
    .tbl_joiba_membership_last td.tbl_membership_none {
      padding: 12px 8px;
      font-size:16px ;
    }
    .tbl_joiba_membership_last td.tbl_membership_no {
      padding: 12px 8px;
      font-size:16px ;
    }
   .tbl_joiba_membership_last td.tbl_membership_i {
      padding: 12px 20px;
      font-size:16px ;
    }
    .tbl_joiba_membership_last td.tbl_membership_w {
      padding: 12px 12px;
      font-size:16px ;
    }
    .tbl_joiba_membership_last td.tbl_membership_ww {
      padding: 12px 18px;
      font-size:16px ;
    }
    .tbl_joiba_membership_last td.tbl_membership_s {
      background: #fff;
      border: none;
      padding: 0px 40px;
    }
    
    tr.tbl_joiba_membership_last {
    width: 50%;
    background: #F0F8FF;
    }
    


  
@media screen and (max-width: 768px) {
    .mod_thanks {
    text-align: center;
    font-size: 1.5rem;
    }
    .joiba_table {
    flex-wrap: wrap;
    margin: 0px 0 40px 0;
    }
      
  .joiba_documents_title {
    width: calc(100% - 0px);
    margin: 0 0 15px 0 ;
    padding: 0px 0 5px 0px;
    line-height: 1.68;
    border-bottom: 1px solid #87adcc;
    font-size: 1.7rem;
    }
    .joiba_entry_title {
    font-size: 1.4rem;
    font-weight: bold;
    border-left: 4px solid #005dab;
    margin: 40px 0 25px 0px;
    padding-left: 13px;
    line-height: 1.2;
    }
    .joiba_membership_title {
    text-align: left;
    margin:  40px 0 15px 0;
    line-height: 1.2;
    font-size: 1.4rem;
    font-weight: bold;
    padding-left: 13px;
    border-left: 4px solid #005dab;
    }
    
    .joiba_documents {
      margin: 0 0 15px 0px;
      list-style: none;
     }
    .joiba_documents_3 {
      margin: 0 0 70px 0px;
      list-style: none;
     }
    .joiba_terms_title {
    font-size: 1.4rem;
    font-weight: bold;
    border-left: 4px solid #005dab;
    margin: 40px 0 25px 0px;
    padding-left: 13px;
    line-height: 1.2;
}
   .joiba_documents > li {
     padding: 0px 0 15px 0px;
     list-style: none;
     font-size: 1.3rem;
     }
     
    a.joiba_link  {
     text-decoration: underline;
     color: #000 ;
     font-size: 1.3rem;
     margin: 0px 6px 0 10px;
    }
    a.joiba_pdf img{

    }
    a.joiba_link:hover  {
     color: #005dab;
     font-size: 0.9em;
     font-weight: bold;
    }
    a.joiba_link:hover img {
     color: #005dab;
     border: solid 2px silver;
    }
    
    .applicationmaterials_inbox{
        margin: 50px 0 50px 0 ;
    }
    
    .applicationmaterials_title {
        border-left: thick solid #005dab;
        padding-left: 10px;
        font-size: 1.8rem;
        margin: 20px 0 25px 0px ;
    }
    
    .applicationmaterials_list li {
        display: inline;
        list-style: none;
        font-size: 1.7rem;
        margin: 0px 25px 0 20px ;
    }
    
    .joiba_membership {
        list-style: none;
        text-align: center;
        border-bottom: 1px solid #87ADCC;
    }
    .joiba_membership_end {
        list-style: none;
        text-align: center;
    }
    .joiba_contact_end {
    font-size: 21px;
    border-bottom: solid 1px #142950;
    line-height: 60px;
    margin: 0 0px 30px 0px;
    }
    
       
  tr.tbl_membership {
    width: 50%;
    background: #F0F8FF;
  }
    
  .tbl_joiba_membership {
    width: 100%;
  }
  .tbl_joiba_membership tr {
    display: block;
    float: left;
  }
  .tbl_joiba_membership th {
    border-left: none;
    display: block;
    height: 50px;
    line-height: 10px;
    padding: 20px 15px;
  }
  .tbl_joiba_membership th.tbl_membership_n {
      background: #fff;
      border: none;
      width: 0;
    }
  
  .tbl_joiba_membership tr td, 
  .tbl_joiba_membership tr th {
    border-left: none;
    display: block;
    height: 50px;
    line-height: 10px;
    padding: 20px 0px 0 4px;
    text-align: center;
    font-size: 14px;
    width: 100%;
  }
  
  .tbl_joiba_membership thead {
    display: block;
    float: left;
    width: 35%;
  }
  .tbl_joiba_membership thead tr {
    width: 100%;
    font-weight: 700;
  }
  .tbl_joiba_membership tbody {
    display: block;
    float: left;
    width: 65%;
    line-height: 10px;
    position:relative
  }
  .tbl_joiba_membership tbody tr {
    width: 50%;
  }
  .tbl_joiba_membership tr td + td {
    border-left: none;
  }
  .tbl_joiba_membership tbody td:last-child {
  }
  

    tr.tbl_joiba_membership_last {
    width: 50%;
    background: #F0F8FF;
  }
    
  .tbl_joiba_membership_last {
    width: 100%;
  }
  .tbl_joiba_membership_last tr {
    display: block;
    float: left;
  }
  .tbl_joiba_membership_last th {
    border-left: none;
    display: block;
    height: 50px;
    line-height: 10px;
    padding: 20px 15px;
    width: 100%;
  }
  .tbl_joiba_membership_last th.tbl_membership_k {
     line-height: 17px;
     padding: 8px 28px 0 25px;
     font-weight: 700;
    }
  .tbl_joiba_membership_last th.tbl_membership_h {
     line-height: 17px;
     padding: 8px 28px 0 25px;
     font-weight: 700;
    }
  .tbl_joiba_membership_last th.tbl_membership_n {
      background: #fff;
      border: none;
      width: 0;
    }
  
  .tbl_joiba_membership_last tr td, 
  .tbl_joiba_membership_last tr th {
    border-left: none;
    display: block;
    height: 50px;
    line-height: 10px;
    padding: 20px 0px 0 4px;
    text-align: center;
    font-size: 14px;
    
  }
  .tbl_joiba_membership_last td.tbl_membership_none {
    padding: 16px 8px;
    line-height: 17px;
    font-size: 14px;
    }
    .tbl_joiba_membership_last td.tbl_membership_no {
    padding: 9px 20px;
    line-height: 17px;
    font-size: 14px;
    }
    .tbl_joiba_membership_last td.tbl_membership_w {
    padding: 20px 8px;
    font-size: 14px;
    }
    .tbl_joiba_membership_last td.tbl_membership_ww {
    padding: 20px 8px;
    font-size: 14px;
    }
    .tbl_joiba_membership_last td.tbl_membership_s {
      background: #fff;
      border: none;
      width: 0;
      padding: 0px 60px;
      }
  
  .tbl_joiba_membership_last thead {
    display: block;
    float: left;
    width: 35%;
  }
  .tbl_joiba_membership_last thead tr {
    width: 100%;
  }
  .tbl_joiba_membership_last tbody {
    display: block;
    float: left;
    width: 65%;
    line-height: 10px;
  }
  .tbl_joiba_membership_last tbody tr {
    width: 50%;
  }
  .tbl_joiba_membership_last tr td + td {
    border-left: none;
  }
  .tbl_joiba_membership_last tbody td:last-child {
  }
  

.joiba_last_text {
    font-size: 1.3rem;
    margin: -50px 0 0px 0;
}
 .mod_membership {
    line-height: 1.78;
    padding: 0 0 35px 0;
    text-align: left;
}
    .mod_membership_g {
    line-height: 1.78;
    padding: 0 0 35px 0;
    text-align: left;
}

    
    
    /*　申込の流れ　*/
    .joiba_step{
        list-style: none;
        text-align: center;
    }
    .joiba_step_title {
    text-align: left;
    margin:  40px 0 15px 0;
    line-height: 1.2;
    font-size: 1.4rem;
    font-weight: bold;
    padding-left: 13px;
    border-left: 4px solid #005dab;
    }
    .joiba_step_all {
    display: block;
    }
     ul {
    list-style: none;
    }
    .step_img {
     display: block;
    }
    .step_img_box {
    float: left;
    padding:0 0 0 2%; 
    }
    
        
    img.no{width: 120px; float: left; margin: 0; padding: 27px 0 0 0px;}
    img.icon{width: 60px; float: left; margin: 0 0 0 5px; padding: 16px 0 0 10px;}
    
    
    img.no.step1_no {
    width: 120px;
    padding: 27px 0 0 0;
    }

    img.step2_icon {
    padding: 17px 0 0 6px;
    margin: 0 0 0 5px;
    width: 65px;
    }
    img.step3_icon {
    padding: 22px 0 0 9px;
    width: 60px;
    }
    img.step4_icon {
    padding: 25px 0 0 9px;
    margin: 0 0 0 5px;
    width: 70px;
    }
    img.step5_icon {
    padding: 30px 0 0 10px;
    width: 73px;
    }
    img.no.step6_no {
    width: 120px;
    padding: 42px 0 0 0;
    }
    img.step6_icon {
    padding: 39px 0 0 5px;
    width: 66px;
    }

    .step_box {
    width: 100%;
    margin: 20px 0 0 0;
    height: 110px;
    clear: both;
    }
    
    .step_text1 {
    font-size: 12px;
    text-align: center;
    padding: 27px 10px 27px 10px;
    color: #fff;
    background-color: #142850;
    line-height: 1.6em;
    width: 35%;
    float:right;
    }
    .step_text2 {
    font-size: 12px;
    text-align: center;
    padding: 45px 0px 46px 0px;
    color: #fff;
    background-color: #142850;
    line-height: 1.6em;
    width: 35%;
    float:right;
    }
    
    .step_position {
    position: relative;
    }
    .step00{
    position: absolute;
    bottom: -30px;
    left: 48%;
    width: 30px;

    }
    .sponly {
    display: inline;
    }    
    .pconly {
    display: none;
    } 
    
    .joiba_form_title {
    text-align: left;
    margin:  40px 0 15px 0;
    line-height: 1.2;
    font-size: 1.4rem;
    font-weight: bold;
    padding-left: 13px;
    border-left: 4px solid #005dab;
    }
    

}



@media screen and (min-width: 768px) {
  .joiba_mv {
    background: url("../img/joiba/img_main01.jpg") no-repeat center top/cover;
  }
  .joiba_mv {
    background: url("../img/joiba/img_main01.jpg") no-repeat center top/cover;
  }
  .joiba_about {
    width: 1000px;
    padding: 80px 140px 100px;
  }
  .joiba_about_box {
    width: 1500px;
    padding: 0px 250px 100px;
  }
   .joiba_page {
      width: 1000px;
      padding: 0px 0px 0px;
}
  .joiba_text_bold {
    font-weight: bold;
  }
  .joiba_philosophy {
    width: 720px;
    padding: 70px 0 90px;
  }
  .joiba_philosophy_inner {
    margin-top: 57px;
  }
  .joiba_philosophy_lead {
    line-height: 1.87;
  }
  .joiba_philosophy_body {
    margin: 15px 0 0;
  }
  .joiba_outline {
    width: 740px;
    padding: 100px 0 30px;
  }
  .joiba_member{
    width: 740px;
    padding: 10px 0 30px;
  }
    .joiba_terms {
    width: 740px;
    padding: 0px 0 30px;
  }
  .joiba_guidelines{
      width: 740px;
    padding: 10px 0 30px;
  }
  .joiba_entry {
    width: 740px;
    padding: 10px 0 30px;
  }
    .joiba_inquiry{
    width: 740px;
    padding: 10px 0 30px;
  }
  .joiba_outline_body {
    margin-top: 80px;
  }
  
  .joiba_contact  {
    width: 740px;
    padding: 100px 0 30px;
   }
   .joiba_contact_text {
    text-align: center;
    line-height: 30px;
   }

   
    .joiba_table {
    flex-wrap: wrap;
    margin: 0px 0 40px 0;
    }
    
    .joiba_table_t {
    flex-wrap: wrap;
    margin: 50px 0 30px 0px;
    }
    .joiba_table_e {
    flex-wrap: wrap;
    margin: 50px 0 30px 0px;
    }
  
   .joiba_list_definition dt {
    width: 80px;
  }
  .joiba_list_definition dd {
    width: calc(100% - 80px);
  }
  .joiba_button {
    display: flex;
    justify-content: center;
    margin-top: 90px;
    margin-bottom: 10px;
  }
  .joiba_button .mod_button_default {
    margin: 0;
  }
  .joiba_button .mod_button_default + .mod_button_default {
    margin: 0 0 0 50px;
  }
 
}
