@charset "UTF-8";
#regimail_input tr.after_email1 .title, #regimail_input tr.after_email2 .title {
  margin-left: 1em;
}

#regipii_confirm tr.email_confirm {
  display: none;
}
#regipii_confirm tr.account .line-3, #regipii_confirm tr.account .line-5 {
  display: none;
}

/*           Reset
======================================== */
html,
body {
  width: 100%;
  height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
table,
th,
td,
ul,
li,
ol,
dl,
dt,
dd,
form,
p,
table,
th,
td {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 100%;
}

body {
  color: #333333;
  background-color: #ffffff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.3;
  font-size: 16px;
  -webkit-text-size-adjust: none;
}

p {
  line-height: 1.75;
}

/* for IE6 */
* html body {
  font-size: 100%;
}

a {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
a img.animate {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

input,
textArea,
select,
button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 16px;
  -webkit-appearance: none;
}

select {
  -webkit-appearance: button;
  appearance: button;
}

button {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

/*                link
======================================================= */
a:link {
  color: #333333;
  text-decoration: none;
}

a:visited {
  color: #333333;
  text-decoration: none;
}

/*                common
======================================================= */
.clear:after {
  content: "";
  display: block;
  clear: both;
}

.clear_both {
  clear: both;
}

.hidden {
  overflow: hidden;
}

/*           Layout
======================================== */
#wrapper {
  overflow: hidden;
}

.main_width {
  max-width: 1200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1200px) {
  .main_width {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .main_width {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  .main_width {
    padding: 0 15px;
  }
}

.sub850_width {
  max-width: 850px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 850px) {
  .sub850_width {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .sub850_width {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  .sub850_width {
    padding: 0 15px;
  }
}

.cont_width {
  max-width: 1000px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.lower_width {
  max-width: 800px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 800px) {
  .lower_width {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .lower_width {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  .lower_width {
    padding: 0 15px;
  }
}

.section_wrap {
  padding: 80px 0;
}
@media only screen and (max-width: 768px) {
  .section_wrap {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 480px) {
  .section_wrap {
    padding: 40px 0;
  }
}

body.on_sp_menu {
  overflow: hidden;
}

/*           汎用スタイル
======================================== */
.bg_l-orange {
  background-color: #fdf3ec;
}
.bg_m-orange {
  background-color: #fbdfcc;
}

@media only screen and (min-width: 769px) {
  .sp_br {
    display: none;
  }
}

.bottom_line {
  border-bottom: 3px solid #efefef;
}

.align_l {
  text-align: left;
}
.align_c {
  text-align: center;
}
.align_r {
  text-align: right;
}

@media only screen and (max-width: 600px) {
  .sp_none {
    display: none;
  }
}

.left_indent {
  margin-left: 1.1em;
}

.caution_p {
  padding-left: 1.1em;
  text-indent: -1.1em;
  display: block;
}

ol.num_indent {
  margin: 1em 0;
}
ol.num_indent li {
  list-style: none;
  margin-left: 0px;
  padding-left: 1.0em;
  text-indent: -1.0em;
}

/*           タイトル装飾
======================================== */
a {
  transition: .3s color;
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  a:hover {
    color: #eb6100;
  }
}

.page_title > h1, .page_title > h2, .page_title > p {
  color: #eb6100;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: .1em;
  margin: 40px 0;
}
@media only screen and (max-width: 900px) {
  .page_title > h1, .page_title > h2, .page_title > p {
    font-size: 34px;
  }
}
@media only screen and (max-width: 600px) {
  .page_title > h1, .page_title > h2, .page_title > p {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .page_title > h1, .page_title > h2, .page_title > p {
    font-size: 24px;
  }
}
.page_title + .read_text > h2, .page_title + .read_text > h3, .page_title + .read_text > p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .page_title + .read_text > h2, .page_title + .read_text > h3, .page_title + .read_text > p {
    margin-bottom: 40px;
  }
}

.main_title {
  text-align: center;
}
.main_title > h1, .main_title > h2, .main_title > h3, .main_title > p {
  color: #333333;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #333333;
  padding: 0 40px 10px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .main_title > h1, .main_title > h2, .main_title > h3, .main_title > p {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 480px) {
  .main_title > h1, .main_title > h2, .main_title > h3, .main_title > p {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
.main_title + .read_text {
  font-size: 20px;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .main_title + .read_text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .main_title + .read_text {
    font-size: 16px;
  }
}

.cont_title {
  margin-bottom: 40px;
}
.cont_title > h2, .cont_title > h3, .cont_title > h4, .cont_title > p {
  display: block;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}
.cont_title > h2::before, .cont_title > h3::before, .cont_title > h4::before, .cont_title > p::before {
  color: #aaa;
  content: "[";
  padding-right: 20px;
  font-weight: normal;
}
.cont_title > h2::after, .cont_title > h3::after, .cont_title > h4::after, .cont_title > p::after {
  color: #aaa;
  content: "]";
  padding-left: 20px;
  font-weight: normal;
}

.invest_title::before {
  content: '≪組入ファンド≫';
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
}

.list_title {
  display: inline-block;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 16px;
  position: relative;
}
.list_title::before {
  content: '';
  width: 12px;
  height: 12px;
  background: #eb6100;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
}
.list_title .small {
  font-size: 14px;
  font-weight: normal;
}

a.pdf_link {
  display: inline-block;
  color: #eb6100;
  font-weight: bold;
  margin-right: 50px;
}
a.pdf_link span {
  display: inline-block;
  text-decoration: underline;
  position: relative;
}
a.pdf_link span:after {
  content: "";
  background-image: url(../media/images/company/company_pdf-icon.jpg);
  background-repeat: no-repeat;
  display: inline;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 34px;
}

/*           テーブル装飾
======================================== */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  color: #333333;
}
table thead tr > th {
  background: #fff1e0;
  text-align: left;
  min-width: 310px;
  width: auto;
}
@media only screen and (max-width: 900px) {
  table thead tr > th {
    min-width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  table thead tr > th {
    min-width: 150px;
  }
}
@media only screen and (max-width: 400px) {
  table thead tr > th {
    width: 130px;
  }
}
table thead td {
  text-align: center;
}
table tbody tr:not(:last-child) {
  border-bottom: 1px dotted #aaa;
}
table tbody th, table tbody td {
  padding: 12px 18px;
  background: #fff1e0;
  text-align: left;
  line-height: 1.5;
}
table tbody th {
  min-width: 310px;
  width: auto;
}
table tbody th span {
  display: inline-block;
}
@media only screen and (max-width: 900px) {
  table tbody th {
    min-width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  table tbody th {
    min-width: 150px;
  }
}
@media only screen and (max-width: 400px) {
  table tbody th {
    width: 130px;
  }
}
table tbody td {
  background: #fff;
}

.table_title p {
  margin-bottom: 10px;
  font-weight: bold;
}

table.onhead {
  width: 100%;
}
table.onhead tr {
  display: table-row;
}
table.onhead thead tr {
  background: #fff1e0;
}
table.onhead thead td {
  padding: 12px 6px;
}
table.onhead td {
  text-align: center;
}
table.onhead td:not(:last-child) {
  border-right: 1px solid #aaa;
}

.scroll_table table {
  width: 100%;
}

.scroll_table {
  overflow: auto;
  white-space: nowrap;
}

/*           フォームレイアウト
======================================== */
.l1em {
  margin-left: 1em;
}

form .d-orange {
  color: #eb6100;
}
form .require::after {
  content: '※';
  color: #eb6100;
  padding-left: 6px;
}
form table.form_table {
  margin-bottom: 40px;
  width: 100%;
  border: none;
}
form table.form_table table, form table.form_table tbody, form table.form_table tr, form table.form_table th, form table.form_table td {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 600px) {
  form table.form_table table {
    width: 100%;
  }
}
form table.form_table tbody tr {
  display: block;
}
@media only screen and (max-width: 600px) {
  form table.form_table th, form table.form_table td {
    display: block;
    width: 100%;
  }
}
form table.form_table tr {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dotted #aaa;
}
form table.form_table tr span.l1em, form table.form_table tr p.l1em {
  margin-left: 1em;
}
form table.form_table tr > th {
  vertical-align: top;
  width: 240px;
  min-width: 240px;
  background: #fff;
  font-weight: bold;
  padding: 12px 18px;
  padding-top: 6px;
}
form table.form_table tr > th p {
  font-weight: bold;
  line-height: 1.5;
}
form table.form_table tr > th.required_sell .title .line-1:after {
  content: '※';
  color: #eb6100;
  padding-left: 6px;
}
form table.form_table tr > th span.required {
  opacity: 0;
  width: 0px;
  height: 0px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
form table.form_table tr > th span.normal {
  font-weight: normal;
}
@media only screen and (max-width: 600px) {
  form table.form_table tr > th {
    min-width: 100%;
    padding: 0px;
  }
}
form table.form_table tr > td {
  width: 100%;
  padding: 6px 12px;
  padding-right: 0;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  form table.form_table tr > td {
    padding: 6px 0;
  }
}
form table.form_table input[type=text],
form table.form_table input[type=email],
form table.form_table textarea {
  border: 1px solid #aaa;
  width: 100%;
  max-width: 400px;
  padding: 8px 12px;
}
@media only screen and (max-width: 600px) {
  form table.form_table input[type=text],
  form table.form_table input[type=email],
  form table.form_table textarea {
    min-width: 100%;
  }
}
form table.form_table textarea {
  min-height: 140px;
  resize: vertical;
}
form table.form_table td .error {
  color: #eb6100;
  margin-top: 0.25em;
}
form table .form_confirm_btn {
  display: flex;
}
form table .form_confirm_btn .link_btn {
  width: 50%;
}
form table .form_confirm_btn .link_btn div {
  width: 100%;
}

.form_wrap .form_item {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .form_wrap .form_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.form_wrap .form_item span:last-child {
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .form_wrap .form_item p {
    margin-right: 10px;
  }
}
.form_wrap .form_item input {
  margin-right: 6px;
}
@media only screen and (max-width: 768px) {
  .form_wrap .form_item input {
    margin: 10px 0;
    order: 1;
  }
}
.form_wrap .form_item input.place {
  width: 200px;
}

.agree_wrap {
  text-align: center;
  margin-bottom: 40px;
}
.agree_wrap label {
  display: inline-block;
}

.form_btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}
@media only screen and (max-width: 600px) {
  .form_btn_wrap {
    display: block;
    margin-bottom: 60px;
  }
}
.form_btn_wrap button {
  display: block;
  background: #333;
  min-width: 240px;
  padding: 1em;
}
.form_btn_wrap .link_btn {
  margin: 0 10px;
}
@media only screen and (max-width: 600px) {
  .form_btn_wrap .link_btn {
    margin: 0;
    margin-bottom: 10px;
  }
}
.form_btn_wrap .form_submit_btn button {
  color: #fff;
  background: #eb6100;
}
.form_btn_wrap .form_submit_btn button:disabled {
  background-color: #aaa;
  border-color: #aaa;
  cursor: not-allowed;
}

/*           パンくずメニュー装飾
======================================== */
#breadcrumb {
  width: 100%;
  background-color: #fdf3ec;
}
#breadcrumb .breadcrumb_inner {
  padding-top: 12px;
  padding-bottom: 12px;
}
#breadcrumb .breadcrumb_inner ul li {
  display: inline-block;
  width: auto;
  padding: 4px 0;
}
#breadcrumb .breadcrumb_inner ul li a {
  width: auto;
}
#breadcrumb .breadcrumb_inner ul li:not(:last-child)::after {
  content: ">";
  display: inline-block;
  color: #aaa;
  font-size: 12px;
  padding: 0 16px;
  position: relative;
  top: -2px;
}
@media only screen and (max-width: 600px) {
  #breadcrumb .breadcrumb_inner ul li:not(:last-child)::after {
    padding: 0 10px;
  }
}

/*           link_btn
======================================== */
.link_btn > a, .link_btn > div, .link_btn > button {
  width: auto;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  padding: 1em;
  border-radius: 4px;
  color: #eb6100;
  background: #fff;
  border: 2px solid #eb6100;
  transition: .3s opacity;
}
@media only screen and (max-width: 600px) {
  .link_btn > a, .link_btn > div, .link_btn > button {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .link_btn > a:not(.disable):hover, .link_btn > div:not(.disable):hover, .link_btn > button:not(.disable):hover {
    opacity: 0.8;
  }
}
.link_btn.yellow > a, .link_btn.yellow > div {
  color: #fff;
  background: #ffc000;
  border-color: #ffc000;
}
.link_btn.reverse > a, .link_btn.reverse > div {
  color: #fff;
  background: #eb6100;
}
.link_btn.detail {
  text-align: center;
  margin-top: 0px;
}
.link_btn.detail > a, .link_btn.detail > div {
  min-width: 260px;
  transition: .3s background;
}
@media only screen and (min-width: 769px) {
  .link_btn.detail > a:hover, .link_btn.detail > div:hover {
    opacity: 1;
    background: #eb6100;
    color: #fff;
  }
}

@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .link_btn > a, .link_btn > div, .link_btn > button {
    padding-top: 1.2em;
  }

  /* IE向けのCSS～START */
  /* IE向けのCSS～END */
}
/*           画面固定
======================================== */
.contact_modal-pc {
  z-index: 50;
  position: fixed;
  bottom: 140px;
  right: 0%;
}
.contact_modal-pc > a {
  background: #eb6100;
  border-radius: 4px 0 0 4px;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 28px;
  letter-spacing: .1em;
  transition: 0.3s opacity;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .contact_modal-pc > a:hover {
    opacity: .8;
  }
}
@media only screen and (max-width: 768px) {
  .contact_modal-pc {
    display: none;
  }
}

.contact_modal-sp {
  z-index: 50;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  display: flex;
}
@media only screen and (min-width: 769px) {
  .contact_modal-sp {
    display: none !important;
  }
}
.contact_modal-sp .text_wrap {
  background: #eb6100;
  flex-grow: 1;
  height: 100%;
  flex-grow: 1;
}
.contact_modal-sp .text_wrap p, .contact_modal-sp .text_wrap a {
  display: block;
  color: #fff;
  text-align: center;
  line-height: 60px;
}
.contact_modal-sp .tel_wrap {
  max-width: 60px;
  height: 60px;
  background: #ffc000;
}
.contact_modal-sp .tel_wrap a {
  padding: 15px;
  display: block;
  width: 100%;
  height: 100%;
}

#pagetop {
  bottom: 20px;
  right: 18px;
  width: 60px;
  height: 60px;
  background: #aaa;
  border-radius: 4px;
  position: fixed;
  transition: .3s all;
}
#pagetop.bottom {
  bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #pagetop {
    display: none;
  }
}
#pagetop a {
  position: relative;
  top: 8px;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  padding-top: 22px;
  line-height: 1.1;
  font-size: 12px;
  letter-spacing: .1em;
}
#pagetop a::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-bottom: none;
  border-right: none;
  display: block;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

/*           Header
======================================== */
.hd_support {
  display: none;
  /*
   width: 100%;
   height: 0px;
   @include media1024 {
     height: 90px;
   }
   @include media768 {
     height: 75px;
   }
  */
}

#wrapper {
  margin-top: 112px;
}
@media only screen and (max-width: 1024px) {
  #wrapper {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper {
    margin-top: 75px;
  }
}

header {
  width: 100%;
  height: 112px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 10px #eee;
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  header {
    height: 90px;
    ppadding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  header {
    height: 75px;
    padding: 0 20px;
  }
}
header .hd_width {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  margin: 0 auto;
  max-width: 1200px;
}
@media only screen and (max-width: 1024px) {
  header .hd_width {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
header .hd_meta #hd_logo img {
  min-width: 270px;
  height: 50px;
}
@media only screen and (max-width: 1100px) {
  header .hd_meta #hd_logo img {
    min-width: 230px;
    width: 230px;
    height: auto;
  }
}
@media only screen and (max-width: 1024px) {
  header .hd_meta #hd_logo img {
    min-width: 220px;
    width: 220px;
    height: auto;
  }
}
header .hd_contact {
  text-align: right;
  margin-bottom: 16px;
  font-size: 15px;
}
header .hd_contact p {
  line-height: 1.2em;
}
@media only screen and (max-width: 1024px) {
  header .hd_contact {
    text-align: left;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  header .hd_contact {
    font-size: 12px;
  }
}
header .hd_contact .opening,
header .hd_contact .tel {
  display: inline-block;
}
header .hd_contact .tel {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #333333;
}
@media only screen and (max-width: 768px) {
  header .hd_contact .tel {
    display: none;
  }
}
header .hd_contact .tel_num {
  color: #eb6100;
  font-size: 20px;
  font-weight: bold;
}
header #gnavi {
  text-align: right;
}
header #gnavi ul li {
  display: inline-block;
  font-weight: bold;
}
header #gnavi ul li:not(:last-child) {
  margin-right: 16px;
}
@media only screen and (max-width: 1200px) {
  header #gnavi ul li:not(:last-child) {
    font-size: 15px;
    margin-right: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  header #gnavi {
    display: none;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 769px) {
  header #gnavi .menu .main > a:hover {
    position: relative;
    padding-bottom: 18px;
    border-bottom: 4px solid #eb6100;
    color: #333333;
  }
}
@media only screen and (min-width: 1025px) {
  header #gnavi .menu .sub {
    display: none;
    background: #fdf3ec;
    position: absolute;
    z-index: 10000;
    top: 100%;
    width: 100%;
    left: 0;
    padding: 60px 0;
  }
  header #gnavi .menu .sub .main_width {
    display: flex;
    flex-wrap: wrap;
  }
  header #gnavi .menu .sub .main_width .link_btn {
    width: 25%;
    padding: 4px;
    margin: 0;
  }
  header #gnavi .menu .sub .main_width .link_btn > a, header #gnavi .menu .sub .main_width .link_btn > div {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 769px) {
  header #gnavi .menu .sub .main_width .link_btn > a, header #gnavi .menu .sub .main_width .link_btn > div {
    transition: 0.3s background;
  }
  header #gnavi .menu .sub .main_width .link_btn > a:hover, header #gnavi .menu .sub .main_width .link_btn > div:hover {
    background: #eb6100;
    color: #fff;
    transition: 0.3s background;
  }
}
@media only screen and (min-width: 1025px) {
  header #gnavi .menu .sub .main_width .link_btn.custom a {
    padding: 6px 1em;
  }
  header #gnavi .menu .sub .main_width .link_btn.custom a span {
    display: inline-block;
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  header #gnavi .menu .sub .main_width .link_btn.custom a {
    padding: 1em;
  }
  header #gnavi .menu .sub .main_width .link_btn.custom a span {
    display: inline;
  }
}
@media only screen and (min-width: 1025px) {
  header #gnavi .menu .sub .main_width .link_btn.custom-2 a {
    padding: 6px 1em;
  }
  header #gnavi .menu .sub .main_width .link_btn.custom-2 a span {
    display: inline-block;
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 768px) {
  header #gnavi .menu .sub .main_width .link_btn.custom-2 a {
    padding: 1em;
  }
  header #gnavi .menu .sub .main_width .link_btn.custom-2 a span {
    display: inline;
  }
}
@media only screen and (min-width: 1025px) {
  header #gnavi .menu .sub .main_width .invest_link_btn {
    width: 16.6666%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  header #gnavi .menu .sub .main_width .invest_link_btn {
    width: 33.3333%;
  }
}
@media only screen and (min-width: 1025px) {
  header #gnavi .menu .sub .main_width.item-3 .link_btn {
    width: 33.3333%;
  }
  header #gnavi .menu .sub .main_width.item-6 .link_btn {
    width: 33.3333%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 768px) {
  header #gnavi .menu .sub .main_width.item-6 .link_btn {
    width: 50%;
  }
}

/*           SP_menu_01
======================================== */
#sp_menu_btn {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #sp_menu_btn {
    display: flex;
    background: #eb6100;
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
  }
  #sp_menu_btn .sp_btn_cont {
    text-align: center;
    width: 34px;
    height: auto;
  }
  #sp_menu_btn .sp_btn_cont .border01,
  #sp_menu_btn .sp_btn_cont .border02 {
    display: block;
    background: #fff;
    width: 100%;
    height: 3px;
    border-radius: 1px;
    transition: 0.3s transform;
  }
  #sp_menu_btn .sp_btn_cont .border01 {
    transform: translateY(-5px);
  }
  #sp_menu_btn .sp_btn_cont .border02 {
    transform: translateY(5px);
  }
}
@media only screen and (max-width: 768px) {
  #sp_menu_btn {
    width: 75px;
    height: 75px;
  }
  #sp_menu_btn .sp_btn_cont {
    width: 28px;
  }
}
#sp_menu_btn.on .border01 {
  transform: translateY(0px) rotate(-45deg);
}
#sp_menu_btn.on .border02 {
  transform: translate(0px, -2.5px) rotate(45deg);
}

/*           SP_menu(メニュー内)
======================================== */
#sp_menu {
  z-index: 100;
  width: 100%;
  position: fixed;
  top: 90px;
  left: 100%;
  background: #fdf3ec;
  transition: 0.3s left;
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  #sp_menu {
    top: 75px;
  }
}
#sp_menu.on {
  left: 0;
  height: calc(100% - 90px);
  overflow-y: scroll;
}
@media only screen and (max-width: 768px) {
  #sp_menu.on {
    height: calc(100% - 75px);
  }
}
#sp_menu #sp_menu_area {
  padding: 20px;
}
#sp_menu #sp_gnavi .main_menu {
  border-bottom: 1px solid #aaa;
}
#sp_menu #sp_gnavi .main_menu > a,
#sp_menu #sp_gnavi .main_menu div {
  padding: 1em 0;
  display: block;
  font-weight: bold;
}
#sp_menu #sp_gnavi .main_menu div {
  padding: 1em 0;
  display: block;
  font-weight: bold;
  position: relative;
}
#sp_menu #sp_gnavi .main_menu div::before {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 1px;
  height: 40%;
  background: #aaa;
}
#sp_menu #sp_gnavi .main_menu div::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 10px solid #aaa;
  border-bottom: 0px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  box-sizing: border-box;
  transition: 0.3s all;
}
#sp_menu #sp_gnavi .main_menu.open > div::after {
  border-bottom: 10px solid #aaa;
  border-top: 0px solid transparent;
}
#sp_menu #sp_gnavi .sub_main_menu.open > div::after {
  border-bottom: 10px solid #aaa;
  border-top: 0px solid transparent;
}
#sp_menu #sp_gnavi .sub_menu li {
  list-style: disc;
  margin-left: 2.5em;
}
#sp_menu #sp_gnavi .sub_menu a {
  display: inline-block;
  padding: 8px 0;
}
#sp_menu #sp_gnavi .sub_menu > .sub_main_menu {
  border-top: 1px dotted #aaa;
  list-style: none;
}
#sp_menu #sp_menu_tel {
  margin-top: 40px;
  display: flex;
}
#sp_menu #sp_menu_tel .tel_number {
  flex-grow: 1;
  background: #fff;
  padding: 12px;
  text-align: center;
  border-radius: 4px;
  margin-right: 8px;
}
#sp_menu #sp_menu_tel .tel_number .text {
  font-size: 18px;
  padding-right: 6px;
}
#sp_menu #sp_menu_tel .tel_number .number {
  font-size: 22px;
  font-weight: bold;
  color: #eb6100;
}
#sp_menu #sp_menu_tel .tel_btn a {
  background: #eb6100;
  border-radius: 4px;
  padding: 12px;
  box-sizing: border-box;
  display: inline-block;
}
#sp_menu #sp_menu_tel .tel_btn a img {
  width: 34px;
}
@media only screen and (min-width: 1025px) {
  #sp_menu {
    display: none;
  }
}

/*           Footer
======================================== */
#footer {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  #footer {
    padding-bottom: 60px;
  }
}
#footer .ft_info {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
#footer .ft_info .ft_logo {
  min-width: 322px;
}
@media only screen and (max-width: 768px) {
  #footer .ft_info .ft_logo {
    min-width: 280px;
    width: 280px;
  }
}
@media only screen and (max-width: 600px) {
  #footer .ft_info .ft_logo {
    min-width: 220px;
    width: 220px;
  }
}
#footer .ft_info .ft_contact {
  margin-left: 32px;
}
@media only screen and (max-width: 768px) {
  #footer .ft_info .ft_contact {
    display: none;
  }
}
#footer .ft_info p {
  font-weight: bold;
  line-height: 1.4;
}
#footer .ft_info p.tel {
  font-size: 20px;
}
#footer .ft_info p.opening {
  font-size: 14px;
}
#footer .ft_company_info {
  margin-bottom: 24px;
}
#footer .ft_read_text {
  margin-bottom: 80px;
}
#footer .ft_read_text .title {
  font-weight: bold;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  #footer .ft_read_text {
    margin-bottom: 40px;
  }
}
#footer .ft_read_text .text > a {
  text-decoration: underline;
  transition: 0.3s color;
}
@media only screen and (min-width: 769px) {
  #footer .ft_read_text .text > a:hover {
    color: #eb6100;
  }
}
#footer .ft_navi {
  margin: 0 -20px 60px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #footer .ft_navi {
    display: none;
  }
}
#footer .ft_navi_cont {
  width: 33.3333%;
  padding: 0 20px;
}
#footer .ft_navi .main_menu > a p {
  font-weight: bold;
}
#footer .ft_navi .main_menu p {
  margin-bottom: 8px;
}
#footer .ft_navi .main_menu p > a {
  font-weight: bold;
}
#footer .ft_navi .main_menu.home {
  margin-bottom: 24px;
}
#footer .ft_navi .main_menu.home p {
  font-weight: bold;
}
#footer .ft_navi .main_menu.fw_normal p {
  font-weight: normal;
}
#footer .ft_navi .sub_menu {
  margin-bottom: 20px;
}
#footer .ft_navi .sub_menu li {
  line-height: 1.88;
  list-style: disc;
  margin-left: 24px;
}
#footer .ft_navi .sub_menu li a {
  font-weight: bold;
}
#footer .ft_navi .sub_menu > .main_menu {
  margin-top: 8px;
  list-style: none;
}
#footer #ft_copy {
  background: #eee;
  text-align: center;
  padding: 0.6em 0;
}
#footer #ft_copy p {
  font-weight: normal;
  font-weight: 400;
  font-size: 14px;
}

/*           slick slider
======================================== */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  outline: none;
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media only screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}
button, input, select, textarea {
  font-family: inherit;
}

.select_cont {
  position: relative;
  width: auto;
  display: inline-block;
}
.select_cont::after {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  display: block;
  box-sizing: border-box;
  border-top: 12px solid #aaa;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 0px solid transparent;
  pointer-events: none;
}

select {
  border: 1px solid #aaa;
  padding: 8px 12px;
  padding-right: 36px;
  border-radius: 4px;
  color: #555;
  appearance: none;
  margin: 8px 0;
}

input[type=checkbox] {
  display: none;
}

.cb_style {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  padding: 5px 24px;
  position: relative;
  width: auto;
}

.cb_style::before {
  background: #fff;
  border: 1px solid #aaa;
  content: '';
  display: block;
  height: 16px;
  left: 0px;
  margin-top: -8px;
  position: absolute;
  border-radius: 4px;
  top: 16px;
  width: 16px;
}

.cb_style::after {
  border-right: 3px solid #eb6100;
  border-bottom: 3px solid #eb6100;
  content: '';
  display: block;
  height: 9px;
  left: 5px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 16px;
  transform: rotate(45deg);
  width: 5px;
}

input[type=checkbox]:checked + .cb_style::after {
  opacity: 1;
}

/* ラジオボタン01 */
input[type=radio] {
  display: none;
}

.r_style {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  padding: 5px 30px;
  padding-right: 0;
  position: relative;
  width: auto;
}

.r_style::before {
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 50%;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 16px;
  width: 16px;
}

.r_style::after {
  background: #eb6100;
  border-radius: 50%;
  content: '';
  display: block;
  height: 10px;
  left: 9px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 16px;
  width: 10px;
}

input[type=radio]:checked + .r_style::after {
  opacity: 1;
}

input[type=radio]:checked + .r_style::before {
  border-color: #eb6100;
}

/*# sourceMappingURL=common.css.map */
