@charset "UTF-8";
/* ======================================================================
 common style index
・reset
・variable
・mixin
・base
・utility
・component
・layout
====================================================================== */
/*! destyle.css v1.0.35 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: 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,
h2,
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
 */
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;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -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 arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

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

/* ======================================================================
 base
====================================================================== */
html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", 'Noto Sans JP', "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #333;
}
@media screen and (min-width: 768px) {
  body {
    width: 100%;
  }
}

html, body {
  
  width: 100%;
  height: 100%;
}

* {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



/* a */
a {
  text-decoration: none;
}

/* =====================
  c_list_1
===================== */
.c_list_1{
  position: relative;
}
.c_list_1_item{
  position: relative;
  font-size: 1.5rem;
  margin-top: 8px;
  counter-increment: li;
  padding-left: 18px;
}
.c_list_1_item:last-child {
  margin-bottom: 0
}
.c_list_1_item:before {
  content: counter(li) ".";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.c_list_1_item:nth-child(n+10) {
  padding-left: 28px;
}

/* =====================
  c_list_2
===================== */
.c_list_2{
  position: relative;
}
.c_list_2_item{
  position: relative;
  font-size: 1.5rem;
  margin-top: 8px;
  counter-increment: listnum;
  padding-left: 18px;
}
.c_list_2_item:last-child {
  margin-bottom: 0
}
.c_list_2_item:before {
  content: counter(listnum, lower-alpha)"）";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.c_list_2_item:nth-child(n+10) {
  padding-left: 28px;
}
/* =====================
  c_list_3
===================== */
.c_list_3{
  position: relative;
}
.c_list_3_item{
  margin-bottom: 8px;
}
/* =====================
  c_list_4
===================== */
.c_list_4{
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap : wrap;
}
.c_list_4_item{
  margin-bottom: 8px;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction : column;
}
.c_list_4:after{
  content:"";
  display: block;
  width:30%;
}
@media screen and (max-width: 767px) {
  .c_list_4_item{
    width: 48%;
  }
  .c_list_4:after{
    content:none;
  }
}
/* =====================
  c_list_5
===================== */
.c_list_5{
  position: relative;
  display: flex;
  flex-wrap : wrap;
}
.c_list_5_item{
  margin-bottom: 8px;
  margin-right: 8px;
}
/*====================================
    c_ttl_1
====================================*/
.c_ttl_1{
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
  padding-bottom: 16px;
}
.c_ttl_1:after {
  content: "";
  width: 50px;
  height: 4px;
  border-radius: 2px;
  background:#1d50a2;
  position: absolute;
  bottom: 0;
  left:50%;
  transform: translate(-50% , 0);
}
/*====================================
    c_ttl_2
====================================*/
.c_ttl_2 {
  padding-bottom: 8px;
  overflow: hidden;
  font-weight: bold;
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 24px;
  text-align: left;
}

.c_ttl_2:before,.c_ttl_2:after {
    position: absolute;
    width: 100%;
    bottom: 0;
    content: '';
}

.c_ttl_2:before {
  border-bottom: 3px solid #1d50a2;
}

.c_ttl_2:after {
  border-bottom: 3px solid #999;
}

@media screen and (max-width: 767px) {
.c_ttl_2{
  font-size: 2.0rem;
}
}
/*====================================
    c_ttl_3
====================================*/
.c_ttl_3 {
  padding: 8px 16px;
  position: relative;
  font-size: 2.0rem;
  font-weight: bold;
  background: #1d50a2;
  color: #fff;
  display: inline-block;
}
@media screen and (max-width: 767px) {
.c_ttl_3 {
  font-size: 1.6rem;
}
}
/*====================================
    c_txt_1
====================================*/
.c_txt_1{
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c_txt_1{
    text-align: left;
  }
}
/*====================================
    c_txt_2
====================================*/
.c_txt_2{
  font-size: 1.5rem;
  line-height: 1.8;
}
/*====================================
    c_txt_3
====================================*/
.c_txt_3{
  font-size: 1.3rem;
  line-height: 1.4;
}
/*====================================
    c_txt_color
====================================*/
.c_txt_blue{
  color: #0000e1;
}
.c_txt_em{
  color: #ff3b30;
}

/*====================================
    c_btn_wrap
====================================*/
.c_btn_wrap{
  text-align: center;
  display: flex;
  justify-content: center;
}
/*====================================
    c_btn_1
====================================*/
.c_btn_1{
  background: #fff;
  border-radius: 10px;
  padding: 12px;
  padding-left: 60px;
  position: relative;
  transition: all ease 0.3s;
  display: block;
}
.hover .c_btn_1:hover{
  background: #f2940e;
  transform: translate(0 , 4px);
}
/*====================================
    c_btn_2
====================================*/
.c_btn_2{
    width: 250px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background-color: #1d50a2;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    margin-bottom: 4px;
}
.c_btn_2:after{
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translate(0 , -50%);
    background: url(../../assets/img/ico/ico_arrow_1.svg);
    z-index: 2;
}
.c_btn_2_txt{
    color: #fff;
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    position: relative;
    z-index: 2;
    background: #1d50a2;
    border-radius: 10px;
    max-width: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c_btn_2_txt .input {
    width: 100%;
    display: block;
    height: 100%;
    outline: none;
}
.c_btn_2 .shadow {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #101062;
  transition: .3s;
  border-radius: 10px;
  position: absolute;
  bottom: -6px;
  left: 0;
  z-index: -1;
}
.c_btn_2:hover {
  transform: translateY(4px);
}
.c_btn_2:hover .shadow {
  transform: translateY(-4px);
  z-index: -1;
}
/*====================================
    c_btn_3
====================================*/
.c_btn_3{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    margin-bottom: 4px;
    color: #fff;
    z-index: 1;
}
.c_btn_3_txt{
    width: 100%;
    height: 100%;
    font-size: 1.2rem;
    position: relative;
    z-index: 2;
    background: #dd6666;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}
.c_btn_3 .shadow {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #63370d;
  transition: .3s;
  border-radius: 10px;
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: -1;
}
.hover .c_btn_3:hover {
  transform: translateY(4px);
  color: #ddd;
}
.hover .c_btn_3:hover .shadow {
  transform: translateY(-4px);
  z-index: -1;
}
/*====================================
    c_btn_4
====================================*/
.c_btn_4{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    margin-bottom: 4px;
    color: #fff;
    z-index: 1;
}
.c_btn_4_txt{
    width: 100%;
    height: 100%;
    font-size: 1.2rem;
    position: relative;
    z-index: 2;
    background: #a3771d;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}
.c_btn_4 .shadow {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #63370d;
  transition: .3s;
  border-radius: 10px;
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: -1;
}
.hover .c_btn_4:hover {
  transform: translateY(4px);
  color: #000;
}
.hover .c_btn_4:hover .shadow {
  transform: translateY(-4px);
  z-index: -1;
}
/*====================================
    c_btn_5
====================================*/
.c_btn_5{
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 40px 10px 20px;
    border-radius: 50px;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    background: #fff;
    border: 2px solid #1d50a2;
}
.c_btn_5:after{
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translate(0 , -50%);
    background: url(../../assets/img/ico/ico_arrow_7.svg);
    z-index: 2;
}
.c_btn_5_txt{
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
  position: relative;
  z-index: 2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 6px;
}
.hover .c_btn_5:hover {
  background: #1d50a2;
}
.hover .c_btn_5:hover .c_btn_5_txt {
  color: #fff;
}
.hover .c_btn_5:hover:after{
    background: url(../../assets/img/ico/ico_arrow_8.svg);
}
/*====================================
    c_link_1
====================================*/
.c_link_1{
  position: relative;
}
.c_link_1:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  right: 0;
  bottom: 0;
}
.hover .c_link_1:hover:before {
  width: 0;
}
/*====================================
    c_link_2
====================================*/
.c_link_2{
  position: relative;
  color: #1d50a2;
}
.c_link_2:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #1d50a2;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  right: 0;
  bottom: 0;
}
.hover .c_link_2:hover:before {
  width: 0;
}

/* =====================
  c_tbl_1
===================== */
.c_tbl_1{
  position: relative;
  width: 100%;
  font-size: 1.5rem;
}
.c_tbl_1 .th{
  background: #1d50a2;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-weight: bold;
  border: 1px solid #dce0e4;
}
.c_tbl_1 .td{
  padding: 15px;
  background: #fff;
  border: 1px solid #dce0e4;
  vertical-align: middle;
}
.c_tbl_1 .td.center{
  text-align: center;
}
.c_tbl_1 .th.w1{
  width: 48%;
}
.c_tbl_1 .th.w2{
  width: 16%;
}
.c_tbl_1 .th.w3{
  width: 16%;
}
.c_tbl_1 .th.w4{
  width: 20%;
}
.c_tbl_1 .th.w5{
  width: 50%;
}
.c_tbl_1 .th.wfull{
  width: 50%;
}
/*====================================
    c_tbl_mypage
====================================*/
@media screen and (max-width: 767px) {
  .c_tbl_mypage .td{
    display: block;
    width: 100%;
  }
  .c_tbl_mypage .c_btn_3{
    display: inline-block;
    min-width: 110px;
  }
}

/*====================================
    c_child_mv
====================================*/
.c_child_mv{
  border-radius: 20px;
    border: 4px solid #1d50a2;
    padding: 20px 20px;
    background: #fff;
    position: relative;
    text-align: center;
}
.c_child_mv_ttl{
  font-size: 2.6rem;
  font-weight: bolder;
}
@media screen and (max-width: 767px) {
  .c_child_mv_ttl{
  font-size: 1.8rem;
  }
  .c_child_mv{
    padding: 15px 40px;
    margin-bottom: 20px;
  }
}


/*====================================
    ico
====================================*/
.ico_download{
    width: 24px;
    height: 19px;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translate(0 , -50%);
    background: url(../../assets/img/ico/ico_arrow_6.svg);
    background-repeat: no-repeat;
    z-index: 2;
}
.ico_arrow{
    width: 24px;
    height: 19px;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translate(0 , -50%);
    background: url(../../assets/img/ico/ico_arrow_5.svg);
    z-index: 2;
    background-repeat: no-repeat;
}
/* ======================================================================
 utility
====================================================================== */
/* =================================
 layout
================================= */
@media screen and (min-width: 768px) {
  .u_pc {
    display: block;
  }
  .u_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u_pc {
    display: none;
  }
  .u_sp {
    display: block;
  }
  .only_pc{
    display: none;
  }
}
/* =================================
 content_size
================================= */
.u_content_main {
  position: relative;
  width: calc(100% - 270px);
  margin-left: 270px;
  padding-top: 10px;
}
.u_content_inner{
  position: relative;
  width: 88%;
  max-width: 950px;
  margin: 0 auto;
}
.u_content_first{
  margin-top: 32px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .u_content_main {
    width: 100%;
    margin-left: 0;
    padding-top: 104px;
  }
  .u_content_inner{
    position: relative;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .u_content_first{
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
/* =================================
 tel:
================================= */
a[href*="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: initial;
  }
}

/* ======================================================================
 layout
====================================================================== */
/* =================================
 l_container
================================= */
.l_container {
  width: 100%;
  overflow: hidden;
}


/*====================================
    l_header
====================================*/
.l_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
  height: 100vh;
  background: #1d50a2;
  width: 270px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .l_header {
    display: flex;
    position: fixed;
    align-items: center;
    top: 0;
    left: 0;
    height: 64px;
    width: 100%;
    overflow: hidden;
  }
}

/*====================================
    h_logo_1
====================================*/
.h_logo_1{
  position: relative;
  align-self: center;
  transition: 0.3s all;
  display: flex;
  justify-content: space-between;
  padding: 32px 16px;
}
.h_logo_1 .img{
  width: 100%;
}
@media screen and (max-width: 767px) {
  .h_logo_1{
    width: 40%;
    padding: 0;
    padding-left: 16px;
  }
}

/*====================================
    h_drawer
====================================*/

.h_drawer {
    margin-left: auto;
    z-index: 12;
    left: 16px;
    top: 116px;
    width: calc(270px - 32px);
    margin: 0 auto;
}
.h_gnav_list{
  width: 100%;
  position: relative;
}
.h_gnav_list_item{
  margin-bottom: 10px;
}
.h_gnav_list__txt {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}

.h_btn-menu {
  display: none;
}

@media screen and (max-width: 767px) {
  .h_drawer {
        background-repeat: repeat;
        right: 0;
        background: #F9F7F4;
        min-height: 100vh;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
        opacity: 0;
        z-index: 9;
        display: block;
        left: 0;
    width: 100%;
    margin: 0;
    top: 64px;
    background: #1d50a2;
    visibility: hidden;
    position: fixed;
  }

  .h_drawer::-webkit-scrollbar{
    display:none;
  }
  .h_drawer .h_gnav_list {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
    padding: 16px;
    padding-top: 60px;
    width: 100%;
  }

  .h_gnav_list{
    font-size: 2.0rem;

  }
  .h_gnav_list_item{
    position: relative;
    border-bottom: 1px dashed #A29062;
    width: 100%;
  }
  .h_gnav_list_item:before{
    content: "";
    width: 0;
    height: 100%;
    background: #FFE5E9;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s all;
  }


  .h_gnav_list__txt {
    font-size: 1.5rem;
    padding: 8px;
    padding-left: 40px;
    margin-left: 0;
    flex-direction : column;
    margin-right: 0;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    width: 100%;
  }
  .drawer-opened .h_wrap {
    height: 100%;
  }

  .drawer-opened .h_drawer {
    opacity: 1;
    right: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-transform: none;
    transform: none;
  }

  .h_btn-menu {
    position: relative;
    display: block;
    width: 77px;
    height: 100%;
    margin-bottom: 0;
    cursor: pointer;
    text-align: center;
    z-index: 100;
    transition: 0.3s all;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    margin-left: auto;
  }


}




@media screen and (max-width: 767px) {

  .drawer-opened .h_drawer {
    visibility: visible;
  }

  .h_gnav_list__txt{
    display: inline-block;
  }
  .h_gnav_list_item{
    margin-right: 0;
  }
  .h_btn-bg {
    position: relative;
    width: 40px;
    height: 24px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction : column;
    transition: 0.3s all;
  }

  .h_btn-bg .icon-bar{
    position: relative;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 3px;
    background: #ccc;
    border-radius: 2px;
  }
  .icon-bar:nth-child(1) {
    width: 30px;
  }
  .icon-bar:nth-child(3) {
    width: 20px;
  }
  .drawer-opened .icon-bar:nth-child(1) {
    width: 40px;
    transition: all .1s ease;
    -ms-transform: translate(0,11px) rotate(45deg);
    transform: translate(0,11px) rotate(45deg);
  }
  .drawer-opened .icon-bar:nth-child(2) {
    transition: all .1s ease;
    -ms-transform: translateX(200px);
    transform: translateX(200px);
  }
  .drawer-opened .icon-bar:nth-child(3) {
    width: 40px;
    transition: all .1s ease;
    -ms-transform: translate(0,-11px) rotate(-45deg);
    transform: translate(0,-11px) rotate(-45deg);
  }


}





/* =================================
 ドロワー開　背景固定
================================= */
body.drawer-opened{
  height: 100%;
  overflow: hidden;
}

/* =================================
 l_breadcrumbs
================================= */
.l_breadcrumbs {
  overflow: hidden;
  padding: 8px 0;
}
.l_breadcrumbs .l_breadcrumbs_list {
  font-size: 1.3rem;
  display: table;
  list-style: none;
}
.l_breadcrumbs .l_breadcrumbs_list .l_breadcrumbs_item {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  color: #000;
}
.l_breadcrumbs .l_breadcrumbs_list .l_breadcrumbs_item .link {
  position: relative;
  display: block;
  padding-right: 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-weight: bold;
  line-height: 1;
}
.l_breadcrumbs .l_breadcrumbs_list .l_breadcrumbs_item .link:after {
  content: "/";
  padding-left: 10px;
}
.l_breadcrumbs .l_breadcrumbs_list .l_breadcrumbs_item .link:before {
  content: "";
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  left: 0;
  bottom: 0;
}
.l_breadcrumbs .l_breadcrumbs_list .l_breadcrumbs_item:last-child {
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .l_breadcrumbs {
    display: none;
    overflow-x: scroll;
  }
  .l_breadcrumbs .l_breadcrumbs_list {
    font-size: 1rem;
    padding-left: 20px;
  }
}

.hover .l_breadcrumbs_list .l_breadcrumbs_item .link:hover:before {
  width: calc(100% - 26px);
}


/*====================================
    l_footer_copy
====================================*/
.l_footer_copy{
  text-align: center;
  font-size: 1.5rem;
  padding: 8px 24px;
  padding-top: 72px;
}


/* =================================
 l_sec
================================= */
.l_secTop_1{
  margin-top: 16px;
}
.l_secTop_2{
  margin-top: 72px;
}
.l_secTop_3{
  margin-top: 32px;
}
/* =====================
  btn_pagetop
===================== */
.btn_pagetop{
  width: 80px;
  height: 80px;
  background: url(../../assets/img/ico/ico_arrow_3.svg);
  cursor: pointer;
  transition: 0.3s all;
  background-repeat: no-repeat;
  background-size: 100%;
  position: fixed;
  right: 3%;
  bottom: 120px;
  transform: translate(180px , 0);
}
.hover .btn_pagetop:hover{
  width: 80px;
  height: 80px;
  background: url(../../assets/img/ico/ico_arrow_4.svg);
  cursor: pointer;
}
.btn_pagetop.active{
  transform: translate(0 , 0);
}
@media screen and (max-width: 767px) {
  .btn_pagetop{
    width: 32px;
    height: 32px;
    bottom: 40px;
  }
}
/* =====================
  ■modal
  ===================== */
  @keyframes modalwindow_body_in {
      0% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes modalwindow_body_out {
  0% {
    transform: translateY(0px);
}
100% {
    transform: translateY(-20px);
}
}

.modalwindow {
  /* オーバーレイ＆スクロール領域になるレイヤー */
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 101;
  width: 100%;
  /* スマホでスワイプして指を離すまでの間下部の背景が無くなるため余分に指定 */
  height: calc(100% + 100px);
  background: rgba(0, 0, 0, 0.5);
  border-bottom: 100px solid transparent;
  cursor: pointer;
  opacity: 1;
}
.modal-content {
    position: relative;
    padding: 24px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 16px 4px rgba(0,0,0,.5);
}
.modal-content .ttl {
    border: 0;
    border-radius: 8px 8px 0 0 / 8px 8px 0 0 ;
    background-image: linear-gradient(to top, #3337b1, #101381);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-box{
    padding: 20px;
}
.modal-box-txt{
    margin-bottom: 10px;
}
.modalwindow.no_overlay_close {
  cursor: default;
}
.btn-mdl-closeTop{
  position: absolute;
  top: -16px;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
  background: #fff;
}
.btn-mdl-closeTop:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  background: url(../../assets/img/ico/ico_close.svg) 50% no-repeat;
  background-size: 16px; 
  width: 16px;
  height: 16px;
}
.btn-mdl-closeBottom {
    padding: 10px 0 0;
    text-align: center;
    color: #06f;
    cursor: pointer;
}
.modalwindow.lock .btn-mdl-closeTop {
  background: #ccc;
}
.modalwindow .mdl-body {
  /* ウィンドウ自体 アニメーションなどで装飾 */
  position: relative;
  top: 200px;
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  background: transparent;
  border-radius: 8px;
  cursor: default;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  transform: translateY(-20px);
  animation: 200ms modalwindow_body_out;
}
.modalwindow.is_visible .mdl-body {
  transform: translateY(0px);
  animation: 400ms modalwindow_body_in;
}

@media screen and (max-width: 767px) {
    .modalwindow .mdl-body {
        top: 60px;
    }
    .modal-box {
        padding-bottom: 60px;
    }
}

/* ======================================================================
 reset_contents
====================================================================== */
.reset_contents {
  /* テーブルスタイルのリセット */
  table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
  }
  
  table th,
  table td {
    padding: 0.8rem;
    border: 1px solid #ddd;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
  }
  
  table th {
    background-color: #f5f5f5;
    font-weight: bold;
  }
  
  /* 段落スタイル */
  p {
    margin: 1.5rem 0;
    line-height: 1.7;
  }
  
  /* 見出しスタイル */
  h1, h2, h3, h4, h5, h6 {
    margin: 2rem 0 1rem;
    line-height: 1.4;
    font-weight: bold;
  }
  
  h1 {
    font-size: 2.4rem;
  }
  
  h2 {
    font-size: 2.0rem;
  }
  
  h3 {
    font-size: 1.8rem;
  }
  
  h4 {
    font-size: 1.6rem;
  }
  
  h5, h6 {
    font-size: 1.5rem;
  }
  
  /* リストスタイル */
  ul, ol {
    margin: 1.5rem 0;
    padding-left: 2rem;
  }
  
  ul {
    list-style-type: disc;
  }
  
  ol {
    list-style-type: decimal;
  }
  
  li {
    margin-bottom: 0.5rem;
  }
  
  /* リンクスタイル */
  a {
    color: #0066cc;
    text-decoration: underline;
  }
  
  a:hover {
    text-decoration: none;
  }
  
  /* 画像スタイル */
  img {
    max-width: 100%;
    height: auto;
    margin: 1.5rem 0;
  }
  
  /* その他の要素 */
  blockquote {
    margin: 1.5rem 0;
    padding: 1rem 1.5rem;
    border-left: 4px solid #ddd;
    background-color: #f9f9f9;
  }
  
  pre {
    margin: 1.5rem 0;
    padding: 1rem;
    background-color: #f5f5f5;
    overflow-x: auto;
    font-family: monospace;
  }
  
  code {
    font-family: monospace;
    background-color: #f5f5f5;
    padding: 0.2rem 0.4rem;
    border-radius: 3px;
  }
}

/* Accordion styles */
.accordion {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin-bottom: 10px;
  background: #fafafa;
}
.accordion-title {
  cursor: pointer;
  font-weight: bold;
  font-size: 2.0rem;
  padding: 16px 40px 16px 20px;
  background: #f0f0f0;
  border-bottom: 1px solid #e0e0e0;
  transition: background 0.2s;
  position: relative;
  border-radius: 4px 4px 0 0;
  user-select: none;
}
.accordion-title:hover {
  background: #e0e0e0;
}
.accordion-title::after {
  content: '\25BC'; /* ▼ */
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  font-size: 1.6rem;
  transition: transform 0.2s;
}
.accordion.open .accordion-title::after {
  transform: translateY(-50%) rotate(-180deg);
}
.accordion-content {
  display: none;
  padding: 0 0 8px 0;
}
.accordion.open .accordion-content {
  display: block;
}

/* アコーディオン内のリストテキストを小さく */
.accordion .h_gnav_list__txt {
  font-size: 1.3rem;
  font-weight: normal;
}