﻿/**********************
 * link-follow
 ***********************/
#link-follow {
  position: fixed;
  bottom: 50%;
  right: 0;
  z-index: 99;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
  transform: translateY(50%);
}

#link-follow > p > a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  background-color: #497B63;
  border: solid #497B63 2px;
  box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 1.5em 12px 2.5em;
  transition: background-color .6s, color .6s;
  will-change: background-color, color;
}

#link-follow > p > a:hover, #link-follow > p > a:focus, #link-follow > p > a:active {
  background-color: #fff;
  color: #497B63;
}

#link-follow > p > a:hover::before, #link-follow > p > a:focus::before, #link-follow > p > a:active::before {
  border-color: #497B63;
}

#link-follow > p > a::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 3.5px);
  bottom: 1em;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  transition: border-color .6s;
  will-change: border-color;
}

@media only screen and (max-width: 768px) {
  #link-follow {
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    transform: none;
    padding: 0 10px;
  }
  #link-follow > p {
    padding: .6em 0 .8em;
  }
  #link-follow > p > a {
    padding: .5em 12px .5em 36px;
  }
  #link-follow > p > a::before {
    left: 12px;
    bottom: calc(50% - 3.5px);
  }
}

.main_visual_wide {
    height: 400px;
}

@media screen and (max-width: 767px){
.main_visual_wide {
    height: inherit;
}}


/**********************
 * decoration
 ***********************/

.style_second .basic_style .inner h2.hansya_h2{
  margin-bottom:0;
}

.style_second .basic_style .inner h2.hansya_h2::before{
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}


/**********************
 * page-top hidden
 ***********************/
#page-top{
    visibility:hidden;
}

/*---------------------------------------------
investment_trust_note
---------------------------------------------*/
.investment_trust_note{
font-size:90%;
color:#4e4e4e;
padding-left: 0em;
text-indent: -1.3em;
position: relative;
z-index: 10;
max-width: 1045px;
margin: 30px auto 0;
padding: 0 14px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between; }

.investment_trust_note2 {
font-size:90%;
color:#4e4e4e;
padding-left: 0em;
text-indent: -1.3em;
position: relative;
z-index: 10;
max-width: 1045px;
margin: 5px auto 0;
padding: 0 14px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between; }

/*---------------------------------------------
用語集用
---------------------------------------------*/
.word_title {
    background-color: #0069a0;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    padding: 3px 5px;
    margin:0 30px 0 30px;
}

@media only screen and (max-width: 768px) {
    .word_title {
        font-size: 1.8rem;
        padding: 1px 5px;
        margin:0;
    }
}
