﻿/**********************
 * 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: #3AADAD;
  border: solid #3AADAD 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: #3AADAD;
}

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

#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; }




/*---------------------------------------------
np用
---------------------------------------------*/

/* 見出しの下に短い下線 */
.heading {
  position: relative;
  text-align: center; /* 文字の中央寄せ */
  font-size: 30px;

}
.heading::before {
  background-color: #66cdaa; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  bottom: -10px; /* 線の位置 */
  content: "";
  height: 3px; /* 線の高さ */
  left: 50%; /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%); /* 線の中央寄せ */
  width: 50px; /* 線の長さ */
}

@media only screen and (max-width: 768px) {
  .heading {
    font-size: 2.0rem;
  }
}

.np-title-top {
 text-align: center;
 font-size: 2.0rem;
 font-weight: bold;
 line-height: 1.4;
}

@media only screen and (max-width: 768px) {
  .np-title-top {
    font-size: 2.0rem;
  }
}

.np_text > p {
 font-size: 1.1rem;
 line-height: 1.9;
}
@media only screen and (max-width: 768px) {
  .np-text {
    font-size: 1.5rem;
  }
  .np_text > p {
    font-size: 1.5rem;
    line-height: 1.7;
 }
}

.np_point {
 font-size: 20px;
 color: #ff8c00;
 font-weight:bold;
}

@media only screen and (max-width: 768px) {
  .np_point {
    font-size: 1.8rem;
  }
}

.np_picture_title {
 background-color: #ff8c00;
 color: #fff;
 font-size: 1.2rem;
 text-align: center;
 padding: 1px 5px;
 margin:0px 0px 10px;
}

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

/*---------------------------------------------
np用　2カラム
---------------------------------------------*/
.np_column2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.np_column2 .cl_inner {
    width: calc((100% - 20px)/2);
    margin-right: 19.9px;
    text-align: center;
}
.np_column2 .cl_inner:nth-child(2n) {
    margin-right: 0;
}

.cl_inner .np-title-graph2{
 margin: 5px 0;
 padding: 3px 5px;
 background-color: #ff8c00;
 color: #fff;
 font-size: 1.2rem;
 height: auto;
}

.np_column2 .investment_trust_note {
 text-align: left;
 font-size: 90%;
}

@media screen and (max-width: 767px){
 .np_column2 {
    display: block;
 }
 .np_column2 .cl_inner {
    width: 100%;
    margin-bottom: 30px
 }
 .cl_inner .np-title-graph2 {
   font-size: 1.8rem;
   padding: 1px 5px;
 }
}



