@charset "UTF-8";
/*=============================
　 サイトカラー
=============================*/
.txt_main {
  color: #FF4B2D;
}
.bg_main {
  background-color: #FF4B2D;
}
.bg_black {
  background-color: #151414;
} /* 黒 */
.txt_sub {
  color: #151414;
} /* 黒 */
.bg_sub {
  background-color: #EBF7FF;
}
.txt_sub2 {
  color: #FFE42D;
}
.bg_sub2 {
  background-color: #FFF962;
} /* アクセントカラー */
.txt_p {
  color: #333;
}
.txt_gray1 {
  color: #9A9A9A;
}
.txt_gray2 {
  color: #4C524C;
}
.bg_gray {
  background-color: #F8F8F8;
}
[class*="ttl0"] {
  margin: 0 auto 30px;
}
[class*="ttl0"] span {
  color: #FF4B2D;
  padding: 0 5px;
  font-weight: bold;
  font-family: inherit;
}
@media (min-width: 768px) {
  [class*="ttl0"] {
    font-size: 3rem;
    padding-bottom: 2rem;
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  [class*="ttl0"] {
    font-size: 4rem;
  }
}
p.scroll {
  display: none;
}
section {
  padding-top: 13rem;
  padding-bottom: 13rem;
}
@media only screen and (max-width:767px) {
  section {
    padding-top: calc(13rem * .6);
    padding-bottom: calc(13rem * .6);
  }
}
@media only screen and (max-width:767px) {
  .md_fluid {
    width: 100%;
    max-width: initial;
    padding: 0;
  }
}
.mainTitle {
  height: 100vh;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 0px;
  left: 0px;
}
.open .mainTitle {
  z-index: -1;
}
.mainTitle .txtBox {
  text-align: center;
  width: 50%;
  max-width: 37rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%)translateY(-50%);
  z-index: 10;
  animation: anime_fadeIn .5s ease-in 0s;
}
.mainTitle .txtBox .inner {
  width: 100%;
  position: relative;
  background: rgba(225, 241, 215, 0.7);
}
.mainTitle .txtBox .inner::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.mainTitle .txtBox .inner h1 {
  color: #000;
  font-size: 2rem;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%)translateY(-50%);
}
.mainTitle .txtBox .inner h1 > span {
  font-size: 3.9rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.1;
  margin-bottom: 1rem;
  display: block;
}
@media only screen and (max-width:575px) {
  .mainTitle .txtBox {
    width: 70%;
  }
  .mainTitle .txtBox .inner h1 {
    font-size: 1.8rem;
  }
  .mainTitle .txtBox .inner h1 > span {
    font-size: 3rem;
  }
}
@media only screen and (max-device-width:700px) and (orientation:landscape) {
  .mainTitle .txtBox {
    width: 50%;
  }
  .mainTitle .txtBox .inner::before {
    padding-top: 50%;
  }
}
.secTit {
  text-align: center;
  padding-bottom: 9rem;
}
.secTit h2 {
  font-size: 3rem;
  padding-bottom: 3rem;
  position: relative;
}
.secTit h2::after {
  content: "";
  position: absolute;
  width: 20rem;
  height: 1px;
  background: #000;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.secTit .introTxt {
  padding-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .secTit {
    padding-bottom: calc(9rem * .7);
  }
  .secTit h2 {
    font-size: 2.1rem;
  }
  .secTit h2::after {
    width: 12rem;
  }
  .secTit .introTxt {
    padding-top: calc(5rem * .7);
  }
}
.mainVisual {
  padding: 12rem 0 4rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  letter-spacing: .1em;
}
@media (min-width: 768px) {
  .mainVisual {
    padding: 12rem 0 10rem;
  }
}
.mainVisual .ttl-02 {
  padding-bottom: 20px;
  color: #FF4B2D;
}
.mainVisual .ttl-02, .mainVisual p {
  text-shadow:
    1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff, 1px 0px 2px #fff, 0px 1px 2px #fff, -1px 0px 2px #fff, 0px -1px 2px #fff;
}
@media (min-width: 768px) {
  .mainVisual .ttl-02 {
    font-size: 3rem;
  }
}
@media (min-width: 1224px) {
  .mainVisual .ttl-02 {
    font-size: 4rem;
  }
}
/* ------------------------
breadcrumb
　------------------------ */
.breadcrumbBox {
  background-color: #F8F8F8;
}
.breadcrumb {
  font-size: 1.2rem;
  border: transparent;
  background: transparent;
  text-transform: none;
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb .active {
  color: #646464;
}
@media only screen and (max-width: 575px) {
  .breadcrumb {
    font-size: 1.4rem;
  }
  .breadcrumb > li + li::before {
    padding: 0 .5rem;
  }
}
/*img*/
.one_img {
  margin-bottom: 3rem;
  position: relative;
  z-index: -2;
  padding-top: 13rem;
}
.one_img::after {
  content: "";
  background: #fff;
  width: 100%;
  height: 25rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.one_img .imgBox {
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .one_img {
    margin-bottom: 0rem;
    padding-top: calc(13rem * .7);
  }
  .one_img::after {
    height: 10rem;
  }
}
/*outline -----------------*/
#outline .notes {
  font-size: 1.1rem;
}
#outline .table_01 {
  font-size: 1.4rem;
}
.service #intro .txt {
  text-align: justify;
  padding-left: 2rem;
  padding-right: 2rem;
}
/*point -----------------*/
#point ul {
  display: flex;
  justify-content: space-between;
}
#point li {
  width: 27%;
}
#point li figure {
  text-align: center;
}
#point li figure img {
  max-width: 176px;
  height: auto;
  border-radius: 50%;
}
#point li dt {
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
#point li dd {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media only screen and (max-width:1199px) {
  #point ul {
    margin-left: -15px;
    margin-right: -15px;
  }
  #point li {
    width: 33%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width:767px) {
  #point ul {
    display: block;
  }
  #point li {
    width: 100%;
  }
  #point li:not(:last-child) {
    padding-bottom: 4rem;
    margin-bottom: 5rem;
    border-bottom: 4px solid #fff;
  }
  #point li dt {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  #point li {
    display: flex;
    padding-bottom: 4rem;
    margin-top: 5rem;
    border-bottom: 4px solid #fff;
  }
  #point li figure {
    width: 50%;
  }
  #point li dl {
    margin-left: 3rem;
  }
  #point li dt {
    text-align: left;
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width:575px) {
  #point ul {
    margin-left: auto;
    margin-right: auto;
  }
}
/* ================================
アコーディオン 
===================================*/
.accordion_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 10px;
  color: #1B224C;
}
.accordion_actab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.accordion_actab label {
  font-weight: bold;
  line-height: 3;
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  cursor: pointer;
  margin: 0 0 1px 0;
  background: #FFEFEB;
}
.accordion_actab label p {
  line-height: 1.2;
  padding: 10px 30px 10px 0;
}
@media (min-width: 576px) {
  .accordion_actab label {
    font-size: 2rem;
    height: 3em;
    display: flex;
    align-items: center;
  }
}
.accordion_actab .accordion_actab-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.35s;
  transition: max-height 0.35s;
  color: #1B224C;
  background: #F1F1F1;
}
.accordion_actab .accordion_actab-content p {
  margin: 1em;
}
/* :checked */
.accordion_actab input:checked ~ .accordion_actab-content {
  max-height: 20em;
}
/* Icon */
.accordion_actab label::after {
  line-height: 3;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 3em;
  height: 3em;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center;
}
.accordion_actab input[type=checkbox] + label::after {
  content: '+';
}
.accordion_actab input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
/*----------------
    table
----------------*/
table {
  table-layout: fixed;
}
.table_01 {
  width: 100%;
}
.table_01 th, .table_01 td {
  vertical-align: top;
  line-height: 1.8;
  padding: 1rem 0;
  border-bottom: 1px solid #969696;
}
.table_01 th {
  width: 8em;
}
@media only screen and (max-width:575px) {
  .table_01 th {
    padding: 1.5rem 0 .5rem;
  }
  .table_01 td {
    padding: 1rem 0;
    border-bottom: none;
  }
  .table_01 tr:last-child td {
    padding-bottom: 0;
  }
  .table_sp, .table_sp tr, .table_sp th, .table_sp td {
    width: 100% !important;
  }
  .table_sp tr, .table_sp th, .table_sp td {
    display: block;
  }
}
/* ================================
　Header
===================================*/
#headerTop {
  width: 0;
  height: 0;
}
#header {
  letter-spacing: 0;
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  /*transition: .5s;*/
}
#header > .inner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 7rem;
}
@media (min-width: 992px) {
  #header > .inner {
    max-width: 1140px;
  }
}
#home:not(.open) #header {
  transform: translateY(-100%);
}
#home:not(.open) #header {
  transform: translateY(0);
}
#home:not(.open) #header.head_fix {
  transform: translateY(0)
}
.open #header.head_fix {
  transform: none;
}
#header .header_logo {
  padding: 0 1rem;
}
.header_right .d_pc {
  display: none;
}
@media only screen and (min-width: 992px) {
  .header_right .d_pc {
    display: block;
  }
  .header_right .d_sp {
    display: none !important;
  }
  .header_right {
    display: flex;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 991px) {
  #header .header_logo {
    width: calc(100% - 60px);
  }
}
/* ================================
　Gloval Nav
===================================*/
#gNav a, #gNav label {
  color: #444;
  font-size: 1.5rem;
}
@media (max-width: 575px) {
  #gNav a {
    font-size: 1.4rem;
  }
}
#gNav a:hover {
  text-decoration: none;
}
#gNav a:focus {
  color: #000;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  nav {
    display: flex;
    justify-content: flex-start;
  }
  #gNav_btn {
    display: none !important;
  }
  #gNav .gNav_menu {
    padding: 0;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  #gNav .gNav_menu > li {
    vertical-align: top;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
  }
  #gNav .gNav_menu a, #gNav .gNav_menu label {
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 0 2rem;
    line-height: 40px;
    cursor: pointer;
    position: relative;
  }
  #gNav .gNav_menu > li /*:nth-of-type(n+2)*/ a::after {
    content: '';
    width: 0;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: .5s;
  }
  #gNav .gNav_menu > li:not(:first-child) a {
    background: url("../images/common/icn_slash.png") no-repeat left center;
  }
  #gNav .gNav_menu > li a:hover::after {
    width: 5rem;
  }
  #gNav .gNav_contact a {
    color: #fff;
    font-size: 1.1rem;
    padding-left: 1em;
    line-height: 40px;
    position: relative;
  }
  #gNav .gNav_contact a:hover {
    color: #C8FFD6;
  }
}
.gNav_contact {
  line-height: 1.2;
  font-size: 1.4rem;
  text-align: center;
  padding-right: 15px;
}
/* プルダウンメニュー */
.menu_sub {
  position: absolute;
  left: 0;
  top: 50px;
  /*padding: 0 0 0 30%;*/
  line-height: 1.2;
  width: 100vw;
  background-color: rgba(1, 107, 211, 0.7);
  list-style: none;
  /*visibility: hidden;*/
  z-index: 9999;
  transition: .5s ease-out;
}
@media (min-width: 992px) {
  .menu_sub {
    /*padding: 10px 0 0 0;*/
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: left;
  }
  .menu_sub li {
    height: 0;
    overflow: hidden;
    width: 30em;
    transition: .3s;
  }
  /*#gNav .accordion:checked + ul li,*/
  #gNav .menu_sub_box:hover .menu_sub li {
    height: 4rem;
    overflow: visible;
  }
}
.menu_sub li a.text-white {
  line-height: 4rem;
  transition-duration: 0 !important;
}
.menu_sub li a.text-white:hover, .menu_sub li a.text-white:checked {
  color: #093387 !important;
}
input {
  display: none;
}
label {
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .menu_sub {
    position: relative;
    top: 0;
    padding: 0;
    width: auto;
  }
  .menu_sub li {
    width: auto;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
  }
  #gNav .accordion:checked + ul li {
    border-top: 1px solid #D5D5D5;
    height: 4rem;
    opacity: 1;
  }
}
/*SP Gloval Nav */
@media only screen and (max-width: 991px) {
  #gNav .d_sp {
    display: block;
  }
  #gNav_btn {
    height: 27px;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 2rem;
    right: 1.5rem;
    z-index: 1500;
    cursor: pointer;
  }
  .open #gNav_btn {
    position: fixed;
  }
  #gNav_btn > div {
    width: 30px;
    height: 27px;
    position: relative;
  }
  #gNav_btn > div > span {
    width: 100%;
    height: 3px;
    background: #FF4B2D;
    left: 0;
    display: block;
    position: absolute;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav_btn > div > span:nth-of-type(1) {
    top: 0;
  }
  #gNav_btn > div > span:nth-of-type(2) {
    top: calc(50% - 2px);
  }
  #gNav_btn > div > span:nth-of-type(3) {
    bottom: 0;
  }
  .open #gNav_btn > div > span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(45deg);
    -ms-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg);
  }
  .open #gNav_btn > div > span:nth-of-type(2) {
    opacity: 0;
  }
  .open #gNav_btn > div > span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    -ms-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
  }
  #gNav {
    text-align: center;
    background: #EBEBEB;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  body.open #gNav {
    visibility: visible;
    opacity: 1;
  }
  #gNav > nav {
    text-align: left;
    background: #fff;
    width: 100%;
    overflow: auto;
    /*スクロール時メニュー固定*/
  }
  #gNav > nav::-webkit-scrollbar {
    display: none;
  }
  #gNav > nav .d_sp:first-child {
    width: 45%;
    margin: 4rem auto 1rem;
  }
  #gNav a, #gNav label {
    line-height: 4rem;
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
  }
  .gNav_menu > li {
    border-top: 1px solid #D5D5D5;
  }
  #gNav a:hover {
    opacity: 0.5;
  }
  .gNav_menu {
    width: 100%;
    margin-bottom: 0;
  }
  body.open {
    /*背景固定*/
    overflow: hidden;
    /*position: fixed;*/
  }
  #gNav .gNav_contact {
    width: 100%;
    height: auto;
    padding: 1rem;
    line-height: 1.2;
  }
  #gNav .gNav_contact a {
    max-width: 100%;
    margin: 0 auto;
    color: #fff;
  }
  #home.open header:not(.head_fix) #gNav_btn {
    transform: translateY(0);
  }
  #home:not(.open) header:not(.head_fix) #gNav_btn > div > span {
    background: #FF4B2D;
  }
}
@media only screen and (max-width: 767px) {
  #gNav_btn {
    top: 1.5rem;
    right: 1rem;
  }
}
/* ================================
　 Footer
===================================*/
#inquiry {
  margin-top: auto;
  padding: 30px 15px;
}
@media (min-width: 576px) {
  #inquiry {
    padding: 50px 15px;
  }
}
#inquiry .ttl05 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#inquiry .btn02.btnS {
  width: 200px;
  max-width: 100%;
}
@media (min-width: 768px) {
  #inquiry .ttl05 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  #inquiry [class*="ttl0"] {
    font-size: 4rem;
  }
}
footer {
  font-size: 1.3rem;
  letter-spacing: 0;
  background: #494848;
  background: -webkit-linear-gradient(bottom left, #323232 0%, #494848 100%);
  background: linear-gradient(to top right, #323232 0%, #494848 100%);
  padding: 30px 0;
  color: #fff;
  position: relative;
}
footer a {
  color: rgba(255, 255, 255, 0.9);
}
footer a:hover {
  opacity: .6 !important;
  color: rgba(174, 174, 174, 0.8) !important;
}
p[class^="nav_item"] {
  flex: 0 1 100%;
  padding: 0 20px;
}
p[class^="nav_item"], .txt_sub {
  display: block;
  text-align: center;
  line-height: 4em;
  /*  border-top: solid 1px #666;*/
  margin: 0;
  padding: 0;
}
footer nav > p:nth-child(5) {
  /*  border-bottom: solid 1px #666;
*/ margin-bottom: 30px;
}
footer p.nav_item03 {
  border-top: none;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  footer p.nav_item03 {
    padding-bottom: 0;
  }
}
.txt_sub {
  background-color: #195599;
}
p[class^="nav_item"] a {
  display: block;
}
footer .f_top .nav_item06 {
  display: none;
}
footer .f_top .nav_item07 {
  display: none;
}
footer .nav_item_03 {
  border: none;
  padding-bottom: 20px;
}
.footer_logo {
  text-align: center;
}
.footer_logo .copyright {
  padding-top: 10px;
}
@media (min-width: 768px) {
  footer .nav_item_03 {
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  footer {
    padding: 40px 0 20px;
  }
  p[class^="nav_item"], .txt_sub {
    background-color: inherit;
    flex: 0 1 33.3333333%;
    text-align: left;
    line-height: 1.6em;
    border-top: none;
  }
  .txt_sub {
    background-color: inherit;
    flex: 0 1 30%;
  }
  footer .nav_item_03 {
    padding: 0;
  }
  footer .f_top .nav_item01 {
    order: 0;
  }
  footer .f_top .nav_item02 {
    order: 1;
    flex: 0 1 auto;
    border-right: solid 1px #999;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 60px;
  }
  footer nav > p:nth-child(5) {
    border-right: none !important;
  }
  footer .f_top .nav_item03 {
    order: 2;
    flex: 0 1 40%;
  }
  footer .f_top .nav_item04 {
    order: 3;
  }
  footer .f_top .nav_item05 {
    order: 4;
    flex: 0 1 25%;
  }
  footer .f_top .nav_item06 {
    order: 5;
    flex: 0 1 40%;
    display: block;
  }
  footer .f_top .nav_item07 {
    order: 6;
    display: block;
  }
  footer .f_top .nav_item08 {
    order: 7;
    flex: 0 1 25%;
    margin-top: -2.4em;
  }
  footer .f_top .nav_item09 {
    order: 8;
    flex: 0 1 40%;
    margin-top: -2.4em;
  }
  .footer_logo {
    text-align: left;
    max-width: 260px;
    padding: 0;
    margin-right: 0;
    margin-left: auto;
    font-size: 1.2rem;
  }
  .footer_logo .copyright {
    white-space: nowrap;
  }
  footer .nav_item03 span {
    width: 254px;
    max-width: 100%;
  }
}
.f_top .inner {
  flex-direction: row-reverse;
}
.logo_pc {
  padding: 0 0 15px;
  margin: auto;
  color: #b5b5b5;
}
@media (min-width: 768px) {
  .logo_pc {}
}
.f_menu {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-end;
}
.f_menu ul {
  margin-bottom: 0;
}
.f_menu ul:last-child {
  margin-left: 6rem;
}
.f_menu li {
  padding-bottom: 1.5rem;
}
.f_menu li a {
  padding-left: 1.5rem;
  display: block;
  position: relative;
}
.f_menu li a::before {
  font-size: 1.2rem;
  content: "\e902";
  font-family: 'm-font';
  position: absolute;
  left: 0;
  top: calc(50% - .9rem);
}
.f_menu li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .f_top .inner {
    padding: 0 0 3rem;
  }
  .f_menu {
    display: block;
    padding: 0;
  }
  .f_menu ul:last-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .f_top .inner {
    padding: 0;
    flex-direction: row;
  }
  .f_top .inner .f_info {
    text-align: center;
  }
  .f_top .inner .f_info p {
    text-align: left;
    display: inline-block;
    margin-bottom: 2rem;
  }
  .logo_sp {
    padding: 3rem 0 2rem;
  }
  .f_menu li {
    text-align: center;
    padding: 2rem 0;
    border-bottom: 1px solid #D5D5D5;
  }
  .f_menu li:first-child {
    border-top: 1px solid #D5D5D5;
  }
  .f_menu li a {
    padding-left: 0;
  }
  .f_menu li a::before {
    content: none;
  }
}
.f_bottom {
  font-size: 1.2rem;
  text-align: center;
  background: linear-gradient(to right, #E6E9F0, #EEF1F5);
  margin-top: 7rem;
  padding: 2rem 0;
}
.bnr_fix {
  display: block;
  position: fixed;
  /*top: 40%!important;*/
  top: 40%;
  left: 0 !important;
}
.bnr_fix .bnr_dl:hover {
  background-color: #FF4B2D;
  box-shadow: 0 0 6px rgba(0, 0, 0, .4);
}
.bnr_fix .bnr_dl {
  display: block;
  width: 86px;
  height: auto;
  padding: 15px;
  border-radius: 0 10px 10px 0;
  background-color: rgba(14, 96, 189, 0.8);
  transition: all .5s;
}
.bnr_fix .bnr_dl img {
  padding: 5px;
  width: 100%;
  height: auto;
}
.bnr_fix .bnr_dl img {
  display: block;
}
@media (max-width: 1026px) {
  .bnr_fix, .bnr_fix .bnr_dl {
    display: none !important;
  }
}
.bnr_fix.pagetop a::before {
  content: none;
}
@media screen and (max-width: 767px) {
  .f_bottom {
    font-size: 1.1rem;
    margin-top: 0;
  }
}
.pagetop {
  position: fixed;
  bottom: 7rem;
  right: 1rem;
}
@media only screen and (max-width: 991px) {
  .pagetop {
    right: 0;
    bottom: 1.5rem;
    /*    position: absolute;
    z-index: 100;*/
  }
}
.pagetop a {
  display: inline-block;
  position: relative;
  padding: 40px 10px 0;
}
.pagetop a::before {
  content: '';
  width: 1px;
  height: 40px;
  background: #000;
  position: absolute;
  left: 50%;
  top: -10px;
  transition: .5s;
}
/* ▲
.pagetop a::after {
  content: '';
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-bottom: 14px solid #000;
  position: absolute;
  left: 50.5%;
  top: -24px;
  transform: translatex(-50%);
  transition: .5s;
}*/
.pagetop a:hover::before {
  height: 70px;
  top: -40px;
}
.pagetop a:hover::after {
  top: -54px;
}
.pagetop img {
  width: 11px;
  height: auto;
}
/* 白いページトップ
.whitepagetop {
  display: none;
} */
.whitepagetop {
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
  /*    position: absolute;
    z-index: 100;*/
}
.whitepagetop a {
  display: inline-block;
  position: relative;
  padding: 40px 10px 0;
}
.whitepagetop a::before {
  content: '';
  width: 1px;
  height: 40px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: -10px;
  transition: .5s;
}
.whitepagetop a:hover::before {
  height: 70px;
  top: -40px;
}
.whitepagetop a:hover::after {
  top: -54px;
}
.whitepagetop img {
  width: 11px;
  height: auto;
}
@media only screen and (max-width: 668px) {}