@charset "utf-8";
/* css Document */
/* ================================================
Solutionについての設定
================================================ */
.rwd-icon-zoom01 {
    left:0;
}
#rwd-content .related {
    margin-top: 4px;
    margin-left: 0;
    margin-bottom:20px;
}
.related dt {
    font-weight: bold;
}
.related-link {
    position: relative;
    margin-left:4px;
}
.related-link a {
    padding-left: 17px;
    font-weight: normal;
}
.related-link::after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 6px;
    margin: auto;
    width: 7px;
    height: 11px;
    background-size: 7px 11px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/shared/img/rwd_icon_arrow_right02.svg");
}
p.rwd-text {
    line-height: 1.6 !important;
}
td .note {
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 0.5em;
    font-size: 1.4rem;
}
table caption{
border-left:solid 5px #aec4de;
padding-left:10px;
}
.related dl{
border-left:solid 5px #aec4de;
padding-left:10px;
}
#rwd-content .rwd-table{
    margin-bottom:15px!important;
}

@media screen and (min-width: 768px){
/* ================================================
画面幅が768px以上の場合の表示設定
================================================ */
table caption{
font-size: 17px!important;
}
.related dl {
    margin-top:5px;
 }
.related dt {
    float: left;
    margin-right:10px;
 }

}
@media screen and (max-width: 767px){
/* ================================================
画面幅が768px未満の場合の表示設定
================================================ */
.related dl {
    margin-bottom: 15px;
}
.related dt {
    margin-bottom: 0;
    margin-top: 5px;
}
p.rwd-text.rwd-large {
    font-size: 1.6rem!important;
}
#rwd-content .rwd-table th,
#rwd-content .rwd-table td {
    padding-left:5px;
    padding-right:5px;
}
#rwd-content .rwd-headline2-type16:after {
    width: 100%!important;
}
}

/* Link Button */

.link_button a {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  height: auto;
  color: #363e4c;
  margin-bottom: 50px;
}
.link_button.link-multi a {
  margin-bottom: 20px!important;
}
.link_button.link-multi10 a {
  margin-bottom: 10px!important;
}
.link_button a.multi-link{
  margin-bottom: 10px!important;
}
.link_button a .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #a7b6c5;
  border-radius: 1.625rem;
}

.link_button a .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

.link_button a .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

.link_button a .circle .icon.arrow::before {
  position: absolute;
  content: '';
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}

.link_button a .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.55rem 0 0 2.5rem;
  margin: 0 0 0 1.85rem;
  color: #000;
  font-weight: 700;
}
.link_button a.w8{
  width:8em;
}
.link_button a.w10{
  width:10em;
}
.link_button a.w12{
  width:12em;
}

.underLink{
    font-size:1.5rem;
    border-left: solid 3px #a7b6c5;
    padding-left:1em;
    margin-left:3em;
}

@media screen and (min-width: 768px){
/* ================================================
画面幅が768px以上の場合の表示設定
================================================ */
.link_button a:hover .circle {
  width: 100%;
}

.link_button a:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}

.link_button a:hover .button-text {
  color: #fff;
  font-weight:normal;
}

.link_button a:hover .button-text {
  color: #fff;
  font-weight: normal;
  width: calc(100% + 4em); /* テキストを文字数に4emを足した幅に合わせる */
}

}

@media screen and (max-width: 767px){
/* ================================================
画面幅が768px未満の場合の表示設定
================================================ */
.link_button a {
  margin-bottom: 30px;
  width:100%!important;
  display:block;
}
.link_button a.w2txt {
  margin-bottom: 50px;
}
.link_button a .circle {
    width: 2.4rem;
    height: 2.4rem;
}
.link_button a .circle .icon.arrow::before {
    right: 0.3rem;
}
.link_button a .button-text {
    padding: 0.25rem 0 0 1.5rem;
}
.link_button a.multi-link{
  margin-bottom: 5px!important;
}
}
