/* preset */
body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", sans-serif;
  line-height: 1.65;
  color: #403f3f;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
.inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
* {
  transition: all 0.3s;
}
img {
  max-width: 100%;
}
p {
  text-align: justify;
}
.t-c {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .t-c-pc {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .t-c-sp {
    text-align: center;
  }
}
.t-r {
  text-align: right;
}
.small {
  font-size: 80%;
}
.orange {
  color: #eb5505;
}
table {
  width: 100%;
}
.mb0 {
  margin-bottom: 0 !important;
}


.text-orange {
  color: #eb5505;
}
.text-big {
  font-size: 1.5em;
}
.text-big-middle {
  font-size: 1.2em;
}
.text-mini {
  font-size: 0.7em;
}
.text-mini-middle {
  font-size: 0.9em;
}
.mar-top20 {
  margin-top: 20px;
}
.text-attention {
  font-size: 12px;
  text-indent: -1em;
  /* font-weight: bold; */
}
.text-attention a{
  color: #2179b1;
  text-decoration: underline;
}
.text-orange-big {
  color: #eb5505;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 767px){
  .text-orange-big {
    line-height: 1.4;
  }
}
@media only screen and (min-width: 768px){
  .text-attention {
    font-size: 14px;
  }
  .text-orange-big {
    color: #eb5505;
    font-size: 24px;
    
  }
}


/* header */
.header {
  width: 100%;
  height: 100px;
}
.header-inner {
  display: flex;
  max-width: 1040px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  justify-content: space-between;
  align-items: center;
}
.header_logo {
  width: 200px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
  .header_logo {
    width: 130px;
  }
}

/* footer */
footer {
  padding: 50px 0 176px;
  width: 100%;
}
.footer-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer-note {
  margin-bottom: 2rem;
}
.footer-note p {
  text-indent: -1em;
  margin-left: 1em;
}
.footer-note a {
  text-decoration: underline;
}
.footer-note a:hover {
  color: #999;
}
.infomation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}
.infomation p span {
  color: #eb5505;
  font-weight: 700;
}
.association {
  text-indent: -5em;
  margin-left: 5em;
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 30px 0 130px;
  }
  .footer-note {
    margin-bottom: 1rem;
  }
  .infomation {
    gap: 1rem;
  }
}

/* box */
.box {
  background: #faf6e7;
  border-radius: 10px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 40px;
  text-align: center;
  margin: 25px 0 85px;
}
.box:last-child {
  margin-bottom: 0;
}
.box h3 {
  position: relative;
  top: -53px;
  background: #028576;
  color: #fff;
  font-weight: bold;
  max-width: 565px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  margin: 0 auto;
}
.box h3 + p {
  margin-top: -25px;
}
.box .btn {
  font-size: 20px;
  max-width: 750px;
  margin: 30px auto 0;
}
.box .btn.gold {
  background: #d29200;
}
@media only screen and (max-width: 767px) {
  .box {
    padding: 20px 20px 30px;
    margin: 25px 0 55px;
  }
  .box h3 {
    top: -43px;
  }
  .box .btn {
    font-size: 16px;
    margin: 20px auto 0;
  }
}

/* box2 (PC時　2カラム) */
.box2 {
  background: #faf6e7;
  border-radius: 10px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  max-width: 705px;
  margin: 0 auto;
  padding: 30px;
}

.box2 .box2-case-ttl {
  display: table;
  vertical-align: middle;
  border: 2px solid #028576;
  margin-bottom: 30px;
  width: 100%;
}
.box2 .box2-case-ttl p {
  display: table-cell;
  vertical-align: middle;
  padding: 4px 12px;
  text-align: center;
}
.box2 .box2-case-ttl .box2-case-ttl-left {
  background: #028576;
  color: #fff;
  white-space: nowrap;
}
.box2 .box2-case-ttl .box2-case-ttl-right {
  background: white;
}
.box2 .box2-case-txt {
  margin: 20px auto 0;
}
.box2 .box2-case-txt-flex{
  display: flex;
}
.box2 .box2-case-txt-flex-right{
  flex: 1;
}
.box2 .box2-case-txt01 {
  font-weight: bold;
  line-height: 1.2;
}

.box2 .box2-cpnbnr {
  width: 720px;
  margin: 0 auto;
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  .box2 .box2-person {
    width: 25%;
    margin-top: 25px;
  }
  .box2 .box2-case-detail {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    row-gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .box2 {
    padding: 20px;
  }
  .box2 .box2-person {
    text-align: center;
  }
  .box2 .box2-case-ttl {
    margin-bottom: 15px;
  }

  .box2 .box2-case-detail img {
    width: 120px;
  }
  .box2 .box2-case-txt {
    margin: 10px auto 0;
  }
  .box2 .box2-case-txt01 {
    margin-top: 10px;
  }
  .box2 .box2-cpnbnr {
    width: 100%;
  }
}


/* action */
.action {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 126px;
  padding: 0 0 23px;
  background: #e3dcc4;
  text-align: center;
  z-index: 10;
}
.action-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1040px;
  width: 100%;
  padding: 0 20px;
  gap: 20px;
  justify-content: center;
  align-items: end;
}
.action-inner01 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  grid-template-columns: 1fr 1fr;
  max-width: 500px;
  width: 100%;
  padding: 0 20px;
  gap: 20px;
  justify-content: center;
  align-items: end;
}
.action-link01 a,
.action-link02 a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
  margin-top: 5px;
  border-radius: 26.5px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.action-link01 a {
  background: #eb5505;
  color: #fff;
}
.action-link01 .free {
  background: #fff;
  color: #eb5505;
  padding: 0 10px;
  border-radius: 50px;
  font-weight: bold;
  white-space: nowrap;
}
.action-link01 .txt {
  font-size: 20px;
}
.action-link02 .txt2 {
  font-size: 20px;
}
.action-link02 a {
  background: #fff;
}
.action-link01 a:hover ,
.action-link02 a:hover {
  opacity: 0.7;
}
.action-link02 .arrow {
  color: #eb5505;
}
@media only screen and (max-width: 767px) {
  .action {
    height: 100px;
    padding: 0 0 16px;
  }
  .action-inner {
    padding: 0 10px;
    gap: 10px;
  }
  .action-link01 > p,
  .action-link02 > p {
    font-size: 12px;
  }
  .action-link01 a,
  .action-link02 a {
    gap: 8px;
    padding: 6px 16px;
    line-height: 1.3;
    font-size: 13px;
  }
  .action-link01 .txt {
    font-size: 13px;
  }
  .action-link02 .txt2 {
    font-size: 12px;
  }
  .action-link01 .free {
    padding: 3px 8px;
  }
}

/* bnr */
.bnr {
  text-align: center;
  margin-bottom: 20px;
}

/* mv */
.mv {
  text-align: center;
  /* background-image: linear-gradient(to right, #e9d9b0, #eedfb8); */
  background-color: #fae488;
}

/* main */
#main {
  background-image: url(../img/background.png);
  padding: 50px 0 70px;
}
@media only screen and (max-width: 767px) {
  #main {
    padding: 35px 0 70px;
  }
}
h2.anc {
  /* background: #d29200; */
  background-image: linear-gradient(90deg, #b5862c 0%, #ccb448 50%, #b5862c 100%);
  color: #fff;
  text-align: center;
  font-size: 24px;
  padding: 20px;
  line-height: 1.4;
  -webkit-text-stroke: 4px #a67c28;
  text-stroke:4px #a67c28;
  paint-order: stroke;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  h2.anc {
    font-size: 20px;
    padding: 10px;
  }
}
.content {
  background: #fff;
  padding: 50px 25px 60px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .content {
    padding: 25px 20px 30px;
  }
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
  max-width: 705px;
  text-align: center;
  background: #eb5505;
  color: #fff;
  margin: 0px auto;
  padding: 12px;
  border-radius: 32px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  font-size: 24px;
  line-height: 1.4;
}
.btn:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 16px;
    padding: 10px;
    margin: 30px auto;
  }
}
a .arrow {
  position: relative;
  right: 0;
}
a:hover .arrow {
  right: -5px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* table of contents 目次*/
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#toc {
  margin-bottom: 35px;
}
.toc-list {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.anc01-flow-img {
  text-align: center;
}
.toc-read {
  text-align: center;
  font-weight: bold;
  color: #bc8300;
  font-size: 20px;
  line-height: 1.4;
}
.toc-read .toc-read-decoration {
  position: relative;
  display: inline-block;
}
.toc-read .toc-read-decoration::before,
.toc-read .toc-read-decoration::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 100%;
  background: #333333;
  transform-origin: center;
}
/* 左側の斜め縦線 */
.toc-read .toc-read-decoration::before {
  left: 0;                   /* spanの左端 */
  transform: translateY(-50%) rotate(-20deg); /* 中央合わせ＋斜め */
}
/* 右側の斜め縦線 */
.toc-read .toc-read-decoration::after {
  right: 0;                  /* spanの右端 */
  transform: translateY(-50%) rotate(20deg);
}
.toc-read-attention {
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px;
}
.toc-read-attention a {
  color: #2179b1;
  text-decoration: underline;
}
.toc-read-attention a:hover {
  opacity: 0.7;
}
.toc-list li a:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 768px) {
  #toc {
    margin-bottom: 50px;
  }
  .toc-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 13px; 
  }
  .toc-read {
    font-size: 30px;
  }
  .toc-read .toc-read-decoration {
    padding: 0 20px;
  }

}
@media only screen and (max-width: 767px) {
  #toc {
    padding: 0 20px;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* anc01 */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.anc01-text-red {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.anc01-text {
  text-align: center;
  font-weight: bold;
}
.anc01-flow-img {
  text-align: center;
  margin: 30px 0 60px;
}
@media only screen and (max-width: 767px) {
  .anc01-text-red {
    margin-top: 1em;
  }
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* anc02 */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.anc02-box-wrap {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .anc02-box-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .anc02-box-wrap {
    display: flex;
    justify-content: space-between;
    gap: 24px;
  }
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* anc03 */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.anc03-area .box .btn{
  max-width: 415px;
}

.anc03-txt01 {
  color: #eb5505;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.anc03-box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  margin: 50px 0;
}
.anc03-box > p {
  margin-bottom: 15px;
}
.tokuten_link {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.tokuten_link-child {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #eb5505;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.tokuten_link-child a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.tokuten_link-child h3 {
  background: #eb5505;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 2px 10px;
}
.tokuten_link-child p {
  position: relative;
  text-align: center;
  padding: 10px;
}
.tokuten_link-child p .arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #eb5505;
}
.tokuten_link-child:hover p .arrow {
  right: 5px;
}
.anc03-txt02 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: -40px;
}
.anc03-txt02::before,
.anc03-txt02::after {
  content: "";
  height: 1px;
  width: 3.5em;
  background-color: #4b4b4b;
}
.anc03-txt02::before {
  transform: rotate(55deg);
  margin-right: -0.5em;
}
.anc03-txt02::after {
  transform: rotate(-55deg);
  margin-left: -0.5em;
}
@media only screen and (max-width: 991px) {
  .tokuten_link {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .anc03-txt01 {
    font-size: 18px;
  }
  .anc03-box {
    margin: 25px 0;
  }
  .tokuten_link-child p.line2 {
    margin-top: 0.825em;
  }
  .anc03-txt02 {
    align-items: normal;
    font-size: 14px;
    margin: 0 10px -20px;
  }
  .anc03-txt02::before,
  .anc03-txt02::after {
    height: 3.5em;
    width: 1px;
  }
  .anc03-txt02::before {
    transform: rotate(-30deg);
    margin-right: 5px;
  }
  .anc03-txt02::after {
    transform: rotate(30deg);
    margin-left: 5px;
  }
}



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* anc04 */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.anc04-img01 {
  margin: 30px 0 10px;
}
.nisa_account {
  display: grid;
  gap: 15px;
  margin: 20px 0 30px;
}
.nisa_account-01 {
  background-color: #fff;
}
.nisa_account p {
  border: 1px solid #4b4b4b;
  padding: 5px 10px;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}
.nisa_account-03 {
  background: #f8f0d3;
}
.nisa_account a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  border-radius: 20px;
  padding: 15px 5px 15px 15px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.nisa_account a:hover{
  opacity: 0.7;
}
.nisa_account-02 {
  background: #eb5505;
}
.nisa_account-04,
.nisa_account-05 {
  background: #bc8300;
}
@media only screen and (min-width: 768px) {
  .nisa_account {
    grid-template-columns: repeat(3, 1fr);
  }
  .nisa_account-01 {
    order: 1;
  }
  .nisa_account-02 {
    order: 3;
  }
  .nisa_account-03 {
    grid-column-start: 2;
    grid-column-end: 4;
    order: 2;
  }
  .nisa_account-04 {
    order: 4;
  }
  .nisa_account-05 {
    order: 5;
  }
}
@media only screen and (max-width: 767px) {
  .nisa_account {
    margin: 15px auto 25px;
    max-width: 300px;
  }
  .anc04-img01 {
    margin: 20px 0 10px;
  }
}

/* anc05 */
.anc04-table {
  margin-top: 20px;
  background: #fff;
}
.anc04-table a {
  color: #2179b1;
  text-decoration: underline;
}
.anc04-table a:hover {
  opacity: 0.7;
}
.anc04-table th,
.anc04-table td {
  font-size: 14px;
  border: 1px solid #4b4b4b;
  padding: 20px;
  vertical-align: middle;
}
.anc04-table th {
  background: #4b4b4b;
  color: #fff;
  text-align: center;
}
.anc04-table th:first-child {
  border-right: 1px solid #fff;
  width: 208px;
}
.anc04-table td:first-child {
  text-align: center;
}
.list li {
  list-style-type: none;
  text-indent: -1em;
  margin-left: 1em;
}
.list li.mg-left2em {
  margin-left: 2em;
}
.mg-left1em {
  margin-left: 1em;
}
@media only screen and (max-width: 767px) {
  .anc04-table th,
  .anc04-table td {
    font-size: 12px;
    padding: 10px;
  }
  .anc04-table th:first-child {
    width: 95px;
  }
}




