@charset "utf-8";
/* CSS Document */

/* *
================================================================================*/

section a:hover,
section a:active {
  opacity: 0.7;
}
#wrapper {
  min-width: auto;
}
#wrap section:nth-child(2n + 1) {
  background: #fff;
}
#wrap section:nth-child(2n) {
  background: #ebf8fe;
}
#contents {
  margin-top: 79vh;
}
#bg_main {
  padding-top: calc(100vh - 330px);
}
.content_inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

.new_tti {
  font-size: 2rem;
  font-weight: bold;
  color: #414141;
  letter-spacing: 5px;
  padding: 20px 0;
  text-align: center;
}

.sub_tti {
  font-weight: bold;
  color: #29b6f6;
  letter-spacing: 5px;
  text-align: center;
  font-size: 1.5rem;
  padding: 10px 0;
}

@media screen and (min-width: 769px) {
  .logo {
    margin: 3px auto;
    padding-bottom: 10px;
  }
}
/* header

================================================================================*/

#header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid #eee;
}

#gnav li a {
  color: #6e6e6e;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  display: block;
  padding-left: 30px;
  position: relative;
}
.main_nav {
  margin: 0 auto;
  width: 100%;
  background: #002d53;
  display: block;
}
.main_nav .content_inner {
  display: block;
  margin: 0 auto;
  float: none;
}
.main_list_btn_access.clearfix {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
  text-align: center;
  display: flex;
}

.main_list_btn_access li {
  float: none;
  display: block;
  width: 15%;
  margin: 0 auto;
}

.main_list_btn_access li a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  padding: 7px 0;
  border-radius: 0px;
  letter-spacing: 1px;
}
.main_list_btn_access li a._hover:hover {
  background: #1ea3ee;
  color: #fff;
  opacity: 0.9;
}
.main_list_btn_access li a.color1 {
  border: none;
  background: none;
}
.main_list_btn_access li a.color2 {
  border: none;
  background: none;
}
.main_list_btn_access li a.color3 {
  border: none;
  background: none;
}

/* footer
================================================================================*/

#footer {
  border-top: 1px solid #0f92ee;
  padding: 1% 0 0;
  color: #fff;
  background-color: #2f8bcc;
}

.fnav_wp {
  display: flex;
  padding: 60px 0;
}
.fnav_wp nav {
  border-right: none;
}
.fnav_wp nav ul {
  margin: 8px auto;
}
.fnav-01 address {
  line-height: 1.7;
  font-size: 0.9rem;
  letter-spacing: 1px;
}
.foothead {
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 5px 0;
}
.footer-center li:first-child {
  margin-right: 10px;
}
.copy-company {
  text-align: center;
  background: #c6ecff;
  color: #000;
  padding: 5px 0;
}
.fnav-05 a {
  display: block;
  padding: 5% 0;
  text-align: center;
  border-radius: 8px;
  font-weight: bold;
}
#footer nav a:hover,
#footer nav a:active {
  text-decoration: underline;
}

#footer nav.fnav-05 a:hover,
#footer nav.fnav-05 a:active {
  opacity: 0.8;
  margin-top: -1px;
  text-decoration: none;
}
.fnav_wp nav ul li.footer_mypage a {
  background: #ffb300;
  font-size: 1rem;
}
.fnav_wp nav ul li.footer_inquiry a {
  background: #ec407a;
  font-size: 1rem;
}
.fnav_wp nav ul li.footer_mypage a::after,
.fnav_wp nav ul li.footer_inquiry a::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  display: inline-block;
  margin-left: 20px;
}
.fnav_wp {
  display: flex;
  padding: 70px 0 50px;
}

.fnav_wp nav:last-child {
  border: 0;
}

.fnav_wp nav:first-child {
  border: 0;
}

.fnav_wp nav {
  margin: 0 auto;
}

.fnav_wp nav ul li {
  padding: 5px 0;
  margin: 2px auto;
}

.footer-inner a {
  color: #fff;
  text-decoration: none;
}

.fnav_wp nav ul li a {
  font-size: 0.85rem;
}
.fnav_wp nav ul .footmap a {
  font-size: 1rem;
}
.foothead {
  font-weight: bold;
  font-size: 1rem;
}

.fnav_wp nav:last-child {
  border: 0;
}

.fnav_wp nav:first-child {
  border: 0;
}

.fnav-01 {
  width: 30%;
}

.fnav-02 {
  width: 13%;
}

.fnav-03 {
  width: 13%;
}

.fnav-04 {
  width: 13%;
}

.fnav-05 {
  width: 20%;
}

.fnav-01 li a {
  display: block;
}

.fnav-01 span {
  font-size: 0.9rem;
  font-weight: bold;
  display: block;
  margin: 5px auto;
}

.footer-center ul {
  display: flex;
  margin: 5px;
}

.footer-center {
  width: 50%;
  margin: 15px 5px;
}

.footer-center ul li:first-child a {
  border-right: 1px solid #fff;
  padding: 0 6px;
}
.pc_foot {
  display: block;
}
.sp_foot {
  display: none;
}
@media screen and (max-width: 768px) {
  .fnav_wp {
    display: block;
    padding: 30px 0;
  }
  .fnav_wp nav {
    padding: 7px 0;
    cursor: pointer;
    margin: 5px auto;
  }
  .fnav-04 .foothead {
    cursor: auto;
  }
  .fnav-01 {
    width: 80%;
  }

  .fnav-02 {
    width: 80%;
  }

  .fnav-03 {
    width: 80%;
  }
  .fnav-04 {
    width: 80%;
  }
  .fnav-05 {
    width: 60%;
  }
  .footer-center {
    width: 95%;
    margin: 0 auto;
  }
  .footer-center ul {
    margin: 10px auto;
    justify-content: center;
  }
  .pc_foot {
    display: none;
  }
  .sp_foot {
    display: block;
    position: relative;
  }
  .foothead.target_btn::after {
    content: "+";
    display: inline-block;
    position: absolute;
    right: 20px;
    font-size: 1.3rem;
    top: 8px;
    font-weight: bold;
  }
  .foothead.target_btn.active::after {
    content: "-";
  }
}
/* fv
================================================================================*/

#fv {
  background-image: url(../images/main/FV_pc_bg.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
}
@media screen and (min-width: 1800px) and (max-width: 1920px) {
  #fv {
    background-image: url(../images/main/FV_pc_bg_w.jpg);
    background-position: center right;
  }
  #fv img {
    display: block;
    max-width: 1114px;
    margin: 0 auto;
  }
}
#main_FV {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding-top: 141px;
}

/* foot_fix
================================================================================*/

.fix_box {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: +8;
  background: #1e1e1e82;
  padding: 0.6em 0;
}

.fix {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
}

.left_fix {
  width: 30%;
  font-size: 0.8rem;
  margin-right: 5%;
  background: #ffd800;
  padding: 2px 0;
  border-radius: 5px;
}

.left_fix a {
  text-decoration: none;
  cursor: pointer;
  display: block;
  color: #3e2d00;
  border-radius: 2px;
}

.left_fix a span {
  display: block;
  text-align: center;
  margin: 1px auto;
}

.tel_dl::before {
  content: "";
  background: url(../images/main/tel_mark.png);
  width: 26px;
  height: 25px;
  display: inline-block;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 85%;
}

.offer_btn {
  width: 65%;
  display: flex;
  justify-content: center;
}

.offer_btn a {
  width: 45%;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 15px 0;
  font-size: 1rem;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 5px;
  margin: -2px auto;
}

.select_btn {
  background: #ec407a;
  border-bottom: 5px solid #c43967;
}

.offer_btn a:hover,
.offer_btn a:active {
  border: 0;
  margin: 0 auto;
  transform: translate(0px, -5px);
  transition: transform 3s ease-out 3s;
}

.access_btn {
  background: #29b6f6;
  border-bottom: 5px solid #1d84b3;
}

.tel_dl {
  font-size: 1.45rem;
}

/* campaign
================================================================================*/
#campaign_area {
  padding: 30px 0;
}
.sp_only {
  display: none;
}

@media screen and (max-width: 900px) {
  .sp_only {
    display: block;
  }
  .content_inner p {
    margin: 5px auto;
    padding: 10px;
  }
  #campaign_area .changeImg {
    border: 1px solid #a3cfff;
  }
}

/* sec01
================================================================================*/
#top_point {
  padding: 10px 0;
}
#list_top li .img img {
  max-width: 110px;
  text-align: center;
  width: 100%;
}

.hed {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 15px;
}
#list_top {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#list_top li .body {
  text-align: start;
  font-size: 0.9rem;
}
#list_top li {
  background-color: #ffffffad;
  float: none;
  width: 30%;
  margin: 12px;
  text-align: center;
  padding: 30px 18px 25px;
  box-sizing: border-box;
  border-radius: 5px;
}

/* se02
================================================================================*/
.item_inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.item_wp {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.item_ww {
  display: flex;
  align-items: center;
}
.item_box {
  border: 2px solid #aeaeae;
  border-radius: 5px;
  padding: 1%;
  max-width: 650px;
  display: block !important;
  margin: 10px;
  width: 42%;
}
.item_box > div {
  margin-bottom: 13px;
}
.item_img {
  width: 40%;
  margin-right: 5px;
}
.catch_copy {
  text-align: center;
  font-size: 1rem;
  margin: 10px auto;
  background: #e66100;
  color: #fff;
  font-weight: bold;
  padding: 10px 5px;
  width: 97%;
  letter-spacing: 1px;
}
.item_link {
  display: flex;
  justify-content: center;
  padding: 15px 0 0;
}

.item_link a {
  width: 45%;
  text-align: center;
  padding: 10px 0;
  font-size: 0.9rem;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 5px;
  margin: -2px auto;
  line-height: 25px;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item_link a::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  display: inline-block;
  margin-left: 5px;
}
.item_link .color_blue {
  background: #29b6f6;
}
.item_link .color_pink {
  background: #ec407a;
}
.info_item {
  background: #f7f3f3;
  padding: 10px 5px;
  border-radius: 5px;
  width: 55%;
}
.info_item .ttl {
  text-align: center;
  font-size: 0.8rem;
  margin-bottom: 10px;
  color: #000;
}

.plan {
  width: 95%;
  margin: 0 auto 15px;
}

.plan table,
.plan th,
.plan td {
  text-align: left;
  padding: 10px 8px;
  font-size: 0.8rem;
  background: #fff;
  border-top: 1px solid #eee;
}
.plan td {
  width: 77%;
  text-align: end;
  color: #ec407a;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1rem;
}
.plan td .small_en {
  font-weight: 400;
  color: #000;
  margin-left: 5px;
  font-size: 0.8rem;
  letter-spacing: 0.9px;
}

/* se03
================================================================================*/

#top_step {
  padding: 3% 0;
}
#sec_03_st {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: #fff;
  padding: 3% 0;
  margin: 15px auto;
  flex-wrap: wrap;
  border-radius: 10px;
  border: 2px solid #29b6f6;
  max-width: 1080px;
  position: relative;
}

#sec_03_st li {
  width: 22.2%;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  padding: 10px;
}
.step_logo::before {
  content: "";
  position: absolute;
  background: #29b6f6;
  border-radius: 50%;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border: 2px solid #29b6f6;
  font-size: 12px;
  font-weight: bold;
  padding: 0 6px;
  top: 6%;
  left: 10px;
}
#sec_03_st li::after {
  content: "";
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left: 20px solid #29b6f6;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
}
.step1 .step_logo::before {
  content: "1";
}

.step2 .step_logo::before {
  content: "2";
}

.step3 .step_logo::before {
  content: "3";
}

.step4 .step_logo::before {
  content: "4";
}
#sec_03_st li:last-child::after {
  content: none;
}

#sec_03_st li p {
  margin-bottom: 10px;
}

.anchor_btn {
  width: 45%;
  display: inline-block;
  padding: 15px 0;
  font-size: 1rem;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 5px;
  margin: -2px auto;
  line-height: 18px;
  text-align: center;
  position: relative;
}

.blue_cr {
  background: #29b6f6;
  border-bottom: 5px solid #1d84b3;
}

div.target_btn {
  display: block;
  width: 100%;
  max-width: 330px;
  margin-top: 30px;
  cursor: pointer;
}

.anchor_btn::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

#step_list li {
  background: #fff;
  margin: 5% auto;
  display: flex;
  align-items: center;
  padding: 2%;
  position: relative;
  border-radius: 5px;
  flex-wrap: wrap;
}

#step_list li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 4vw 0 4vw;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 10%;
  right: 0;
}
#step_list li:last-child::after {
  content: none;
}
.img_box {
  width: 30%;
}
.text_box {
  width: 68%;
  margin-left: 2%;
  font-size: 1rem;
}
.text_box p:first-child {
  margin-bottom: 15px;
}
.text_box p {
  margin: 5px 0;
  line-height: 1.6;
  padding: 5px 0;
}
.step_head {
  font-size: 1.35rem;
  font-weight: bold;
}
.bo_red {
  color: #ec407a;
  font-weight: bold;
}
.text_box p {
  margin: 5px 0;
  line-height: 1.6;
  padding: 5px 0;
}
.text_box p:last-child {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .step_logo::before {
    top: 15%;
    left: 15%;
  }
  #sec_03_st li {
    padding: 0;
  }
}
/* se04
================================================================================*/

#top_use {
  padding: 30px 0;
}

#wrap section:nth-child(2n + 1) {
  background: #fff;
}
.use_point {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  flex-wrap: wrap;
  margin: 40px auto;
}
.use_point li {
  width: 23%;
  background: #fff;
  border: 1px solid #29b6f6;
  text-align: center;
  border-radius: 5px;
  margin: 5px;
  padding: 3% 0%;
}
.use_point p {
  font-size: 1.2rem;
  font-weight: bold;
  color: #29b6f6;
}
.use_point li p span {
  margin-top: 10px;
  display: block;
}

.use_point img {
  max-width: 81px;
  display: block;
  margin: 0 auto;
}
.use_point li:nth-last-child(2n + 1) {
  background: #29b6f6;
  border: 1px solid #29b6f6;
}

.use_point li:nth-last-child(2n + 1) p {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .use_point li {
    width: 46%;
  }
}

/* top_qa
================================================================================*/

#top_qa {
  padding: 15px 0;
}

.qa_point {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin: 3% auto;
}
.qa_point a {
  text-decoration-line: none;
  color: #000;
}
.qa_point li {
  width: 45%;
  position: relative;
  font-size: 1rem;
  text-align: center;
  margin: 10px;
  background: #fff;
  padding: 20px 5px;
  box-shadow: 0px 0px 11px -6px rgba(0, 0, 0, 0.6);
}
.qa_point li span a {
  display: block;
  cursor: pointer;
}
.qa_point li {
  font-size: 0.9rem;
  text-align: center;
}

.qa_point li::before {
  content: "";
  display: block;

  width: 30px;
  height: 30px;
  position: absolute;
  top: 20%;
  left: 0;
  display: inline-block;
}

.qa_point li::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #29b6f6;
  border-right: 2px solid #29b6f6;
  transform: rotate(45deg);
}

.qa_link_box a {
  display: block;
  width: 100%;
  max-width: 330px;
  margin: 30px auto;
  cursor: pointer;
}
.qa_point li::before {
  font-family: serif;
  font-size: 1.4em;
  content: "Q";
  margin: 2px 10px;
  color: #fff;
  background: #d31976;
  padding: 0px 1px 5px 2px;
  border-radius: 5px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .qa_point {
    display: block;
  }

  .qa_point li {
    width: 90%;
    margin: 10px auto;
    font-size: 3.3vw;
  }

  .qa_point li::before {
    line-height: 1.8;
    padding: 1px;
    font-size: 0.8em;
  }
}
/* news
================================================================================*/
#top_news {
  padding: 30px 0;
}
.top_list_news {
  margin: 2%;
  background: #fff;
  border-radius: 5px;
  padding: 6%;
  overflow-y: scroll;
  max-height: 540px;
  max-width: 1100px;
  border: 1px solid #eee;
  box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.6);
}

.top_list_news dl {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  border-bottom: 1px solid #eee;
  margin-bottom: 5%;
  padding-bottom: 2%;
}
.date {
  width: 20%;
  margin: 0 5%;
}

.date span {
  font-size: 1rem;
  border: 1px solid #9f9f9f;
  padding: 5px 10px;
}

.top_list_news dl dd {
  width: 70%;
}

.step_sav_head.bo_blue {
  font-size: 1.2rem;
  letter-spacing: 1px;
}
.top_list_news p {
  font-size: 1rem;
  margin-bottom: 10px;
}
.top_list_news p:last-child {
  margin-bottom: 0;
}

/* tb,sp
================================================================================*/

@media screen and (max-width: 1099px) {
  .left_fix {
    width: 25%;
    font-size: 0.6rem;
    padding: 1%;
  }

  .tel_dl {
    font-size: 1.3rem;
  }

  .new_tti {
    font-size: 1.7rem;
  }

  .top_list_news dl {
    display: block;
    width: 85%;
  }

  .top_list_news {
    margin: 2%;
    padding: 6%;
  }

  .date {
    width: auto;
    margin: 5% 0;
  }

  .date span {
    font-size: 0.8rem;
    border: 1px solid #9f9f9f;
    padding: 5px 10px;
    font-weight: bold;
    color: #fff;
    background: #2b2b2b;
    margin-left: 5px;
  }

  .top_list_news dl dd {
    width: auto;
  }

  #step_list li::before {
    border-width: 5vw 5vw 0 5vw;
  }
}

@media screen and (max-width: 768px) {
  #gnav {
    margin: 0;
  }
  #gnav li {
    float: none;
  }
  .main_nav {
    display: none;
  }
  #topics {
    padding: 20px 10px 0;
  }

  #topics .content_inner {
    border: 3px solid #ec407a;
    border-radius: 0;
    padding: 10px;
    margin-bottom: 30px;
    width: inherit;
  }

  #topics h2 {
    font-size: 1rem;
  }

  #topics p {
    font-size: 0.8rem;
    text-align: left;
  }

  #contents {
    margin-top: 0;
  }

  #main_info_area {
    width: 100%;
    padding: 0;
  }

  .fix_box {
    padding: 0.8em 0;
  }

  #fv {
    background-image: none;
    padding: 0;
  }
  .info_item {
    padding: 10px 5px;
    width: 80%;
  }
  #bg_main {
    padding-top: 91.66%;
  }

  .offer_btn {
    width: 100%;
  }

  #main_FV {
    padding-top: 0;
  }

  #list_top {
    display: block;
    justify-content: center;
  }

  #list_top li {
    width: 95%;
    background: #fff;
  }

  #list_top li .body {
    font-size: 4vw;
  }

  .left_fix {
    display: none;
  }

  .sub_tti {
    font-size: 1rem;
  }

  #sec_03_st {
    width: 90%;
  }

  #sec_03_st li {
    width: 50%;
  }

  #sec_03_st li.step2::after {
    content: none;
  }

  #header_contact li a {
    background-color: #105586;
  }

  #btn_menu {
    background-color: #105586;
  }
  #header_contact .tel a {
    background-color: #ffb300;
    color: #151515;
  }
  .top_list_news {
    max-height: 390px;
    padding: 0%;
    margin: 10px;
    border: 1px solid #eee;
    box-shadow: none;
  }

  .date span {
    font-size: 0.7rem;
  }

  .top_list_news p {
    font-size: 0.85rem;
    margin-bottom: 5px;
  }

  .item_wp {
    display: block;
  }

  .item_box {
    max-width: 100%;
    width: 85%;
    margin: 5% auto;
    padding: 10px;
  }

  .item_inner {
    max-width: 100%;
    margin: 0 auto;
  }

  .img_box {
    width: 100%;
    text-align: center;
    margin: 2% auto 5%;
    padding: 1%;
  }

  #step_list li {
    display: block;
    padding: 5% 2%;
  }

  .text_box {
    width: 90%;
    margin: 10px auto;
    font-size: 1rem;
  }

  .text_box p {
    margin: 5px 0;
    padding: 3px 0;
    font-size: 3.5vw;
  }
  .plan td {
    width: 75%;
  }
  .plan td .small_en {
    font-size: 0.6rem;
  }
  p.bo_red {
    font-size: 4vw;
  }

  #step_list li::after {
    border-width: 5vw 8vw 0 8vw;
    left: 41%;
    right: 0;
  }

  #step_list li:nth-child(2n) {
    background: none;
  }

  #step_list li:nth-child(2n)::after {
    border-color: #ebf8fe transparent transparent transparent;
    top: 102%;
    z-index: +1;
  }

  .anchor_btn {
    width: 75%;
    margin: 4% auto 1%;
    display: block;
  }

  #top_step .link_box a {
    margin: 20px auto;
  }

  .anchor_btn:hover,
  .anchor_btn:active {
    border: 0;
    margin: 20px auto;
    transform: translate(0px, -5px);
    transition: transform 3s ease-out 3s;
  }
}

/*  fix_bnr
================================================================================*/
#wrapper {
  position: relative;
}

.fix_bnr {
  position: fixed;
  bottom: 5px;
  z-index: +5;
  right: 5px;
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.fix_bnr.changed {
  opacity: 1;
}

.fix_bnr img {
  max-width: 280px;
  width: 100%;
}
.fix_bnr a {
  display: block;
}
.fix_bnr a:hover {
  opacity: 0.8;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 768px) {
  .fix_bnr {
    bottom: 0;
    z-index: +5;
    right: 0;
    width: 100%;
  }

  .fix_bnr img {
    max-width: 100%;
    width: 100%;
  }
}

/*  access
================================================================================*/
.accesstel:hover {
  opacity: 1;
  text-decoration-line: underline;
}

.accesstel {
  text-decoration: none;
  font-size: 1.2rem;
  color: #d31976;
  letter-spacing: 1px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .accesstel:hover {
    background: #fff;
    color: #ec407a;
    border: 1px solid #ec407a;
    text-decoration-line: none;
    cursor: pointer;
  }

  .accesstel {
    color: #fff;
    background: #ec407a;
    text-decoration-line: none;
    margin: 10px 0;
    padding: 3vw;
    width: 157px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    font-size: 3.2vw;
    display: flex;
    align-items: center;
    white-space: nowrap;
  }

  .accesstel::before {
    background-image: url(../images/common/icon_tel_header.png);
    content: "";
    width: 15px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 2px;
  }
  .accesstel:hover:before {
    background-image: url(../images/common/icon_tel_header_hover.png);
  }
}
