@charset "UTF-8";
/* 
▼Autoprefix
"last 2 versions","ie >= 10","Android >= 4"
*/
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
.tryuqmobile-page {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  /* --------------------
  icon
  -------------------- */
  /* --------------------
  common
  -------------------- */
  /* --------------------
  MV
  -------------------- */
  /* --------------------
  intro
  -------------------- */
  /* --------------------
  nav-anchor
  -------------------- */
  /* --------------------
  sect-try
  -------------------- */
  /* --------------------
  .sect-rent
  -------------------- */
  /* --------------------
  Slider
  -------------------- */
  /* --------------------
  .sect-try-blue
  -------------------- */
  /* --------------------
  sect-step
  -------------------- */
  /* --------------------
  sect-note
  -------------------- */
  /* --------------------
  sect-faq
  -------------------- */
}
.tryuqmobile-page * {
  color: #000;
  box-sizing: border-box;
}
.tryuqmobile-page .container {
  padding-top: 0;
  max-width: 800px;
  overflow: inherit;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.tryuqmobile-page .container img {
  max-width: 100%;
}
.tryuqmobile-page .container .width-inner {
  max-width: 700px;
  margin: 0 auto;
}
.tryuqmobile-page section {
  min-width: auto;
}
.tryuqmobile-page .icon-01 {
  background-image: url(../images/btn_nav_icon01.svg);
}
.tryuqmobile-page .icon-02 {
  background-image: url(../images/btn_nav_icon02.svg);
}
.tryuqmobile-page .icon-03 {
  background-image: url(../images/btn_nav_icon03.svg);
}
.tryuqmobile-page .icon-04 {
  background-image: url(../images/btn_nav_icon04.svg);
}
.tryuqmobile-page .icon-home {
  background-image: url(../images/ic_home.svg);
}
.tryuqmobile-page .icon-web {
  background-image: url(../images/ic_web.svg);
}
.tryuqmobile-page .icon-plus {
  width: 24px;
  height: 24px;
  background-color: #083090;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
}
.tryuqmobile-page .icon-plus:after, .tryuqmobile-page .icon-plus:before {
  background-color: #fff;
  width: 12px;
  height: 2px;
  left: 0;
  right: 0;
  top: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -1px;
  content: "";
  position: absolute;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .icon-plus:after, .tryuqmobile-page .icon-plus:before {
    width: 14px;
  }
}
.tryuqmobile-page .icon-plus:before {
  transform: rotate(90deg);
  top: 50%;
  opacity: 1;
}
.tryuqmobile-page .js-accordion-btn, .tryuqmobile-page .js-accordion-btn-slider {
  cursor: pointer;
}
.tryuqmobile-page .js-accordion-btn.active .icon-plus::before, .tryuqmobile-page .js-accordion-btn-slider.active .icon-plus::before {
  opacity: 0;
}
.tryuqmobile-page .btn-try a {
  font-size: 16px;
  line-height: 1.375;
  color: #fff;
  font-weight: bold;
  display: flex;
  height: 70px;
  width: 100%;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  background: url(../images/bg_btn_01.png) no-repeat top left #083090;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  box-shadow: 3px 3px 0px #dddddd;
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .btn-try a {
    opacity: 1;
    transition: all 0.3s ease;
  }
  .tryuqmobile-page .btn-try a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .btn-try a {
    font-size: 18px;
    height: 60px;
    letter-spacing: 0;
    background: url(../images/bg_btn_01_sp.png) no-repeat top left #083090;
    background-size: contain;
  }
}
@media screen and (max-width: 374px) {
  .tryuqmobile-page .btn-try a {
    font-size: 14px;
  }
}
.tryuqmobile-page .btn-try a span {
  color: inherit;
  font-size: inherit;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .btn-try a span {
    line-height: 1.3333333333;
    letter-spacing: 0;
  }
}
.tryuqmobile-page .btn-try a ~ a {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .btn-try a ~ a {
    margin-top: 15px;
  }
}
.tryuqmobile-page .btn-try a i {
  width: 43px;
  height: 34px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  left: 13px;
  margin-right: 19px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .btn-try a i {
    width: 50px;
    right: 10px;
    margin-right: 0;
    left: inherit;
  }
}
.tryuqmobile-page .btn-try a i.icon-home {
  height: 37px;
  width: 42px;
  right: 10px;
  top: 2px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .btn-try a i.icon-home {
    height: 34px;
    width: 55px;
    top: 0px;
    right: inherit;
    left: -20px;
    margin-right: -14px;
  }
}
.tryuqmobile-page .btn-try a[target=_blank] {
  padding-right: 27px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .btn-try a[target=_blank] {
    padding-right: 19px;
  }
}
@media screen and (max-width: 374px) {
  .tryuqmobile-page .btn-try a[target=_blank] {
    font-size: 13px;
    padding-right: 25px;
  }
}
.tryuqmobile-page .btn-try a[target=_blank]:after {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -11px;
  content: "";
  display: block;
  background: url(../images/icon_blank.png) no-repeat center/24px;
}
.tryuqmobile-page .btn-try a.btn-mobile {
  background: url(../images/bg_btn_03.png) no-repeat top left #e4017f;
  border-radius: 0;
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .btn-try a.btn-mobile {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .btn-try a.btn-mobile {
    background: url(../images/bg_btn_03_sp.png) no-repeat top left #e4017f;
    background-size: contain;
  }
}
.tryuqmobile-page .btn-try a.btn-mobile:after {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='24px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M12.000,0.001 C18.627,0.001 24.000,5.374 24.000,12.000 C24.000,18.628 18.627,23.999 12.000,23.999 C5.373,23.999 0.000,18.628 0.000,12.000 C0.000,5.374 5.373,0.001 12.000,0.001 Z'/%3E%3Cpath fill-rule='evenodd' fill='rgb(228, 1, 127)' d='M13.618,12.130 L8.106,17.641 L9.793,19.331 L16.993,12.130 L9.793,4.928 L8.106,6.617 L13.618,12.130 Z'/%3E%3C/svg%3E");
}
.tryuqmobile-page .btn-try a.btn-outline {
  font-size: 16px;
  background: #fff;
  border: 1px solid #083090;
  color: #083090;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .btn-try a.btn-outline {
    font-size: 18px;
  }
}
@media screen and (max-width: 374px) {
  .tryuqmobile-page .btn-try a.btn-outline {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .btn-try a.btn-outline:hover {
    background-color: #0a5cb0;
    color: #fff;
  }
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .btn-try a.btn-outline ~ a {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .btn-try a.btn-outline {
    border: 1px solid #083090;
  }
}
.tryuqmobile-page .btn-try a.btn-outline:after {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
  content: "";
  display: block;
  background: url(../images/icon_arrow.png) no-repeat center/24px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .btn-try a.btn-outline:after {
    background: url(../images/icon_arrow_o.png) no-repeat center/24px;
  }
}
.tryuqmobile-page .btn-try a.btn-outline[target=_blank]:after {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -11px;
  content: "";
  display: block;
  background: url(../images/icon_blank.png) no-repeat center/24px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .btn-try a.btn-outline[target=_blank]:after {
    background-size: contain;
    background: url(../images/icon_blank_o.png) no-repeat center/24px;
  }
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .btn-try a.btn-outline.hover:after {
    background-image: url(../images/icon_arrow_o.png);
  }
  .tryuqmobile-page .btn-try a.btn-outline.hover:hover:after {
    background-image: url(../images/icon_arrow.png);
  }
  .tryuqmobile-page .btn-try a.btn-outline.hover[target=_blank]:after {
    background-image: url(../images/icon_blank_o.png);
  }
  .tryuqmobile-page .btn-try a.btn-outline.hover[target=_blank]:hover:after {
    background-image: url(../images/icon_blank.png);
  }
}
.tryuqmobile-page .d-flex {
  display: flex;
}
.tryuqmobile-page .c-indent {
  font-size: 12px;
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .c-indent {
    font-size: 12px;
  }
}
.tryuqmobile-page .c-center {
  text-align: center;
}
.tryuqmobile-page .sect-bg {
  position: relative;
}
.tryuqmobile-page .sect-bg:after, .tryuqmobile-page .sect-bg:before {
  position: absolute;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (min-width: 751px) and (max-width: 1039px) {
  .tryuqmobile-page .sect-bg:after, .tryuqmobile-page .sect-bg:before {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-bg:after, .tryuqmobile-page .sect-bg:before {
    opacity: 1;
  }
}
.tryuqmobile-page .sect-bg:before {
  background-image: url(../images/bg_line_left.png);
  background-position: left;
  background-repeat: no-repeat;
  width: 134px;
  height: 83px;
  top: 19px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-bg:before {
    background-image: url(../images/bg_line_left_sp.png);
    background-size: contain;
    background-position: top;
    width: 16vw;
    top: 9px;
    left: 0;
  }
}
.tryuqmobile-page .sect-bg:after {
  background-image: url(../images/bg_line_right.png);
  background-position: right;
  width: 176px;
  height: 99px;
  top: 387px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-bg:after {
    background-image: url(../images/bg_line_right_sp.png);
    width: 19.8666666667vw;
    background-size: contain;
    right: 0px;
    top: 492px;
  }
}
.tryuqmobile-page .ttl {
  font-size: 30px;
  font-weight: 900;
  position: relative;
  letter-spacing: 0.01em;
  display: flex;
  padding-left: 49px;
  padding-right: 49px;
  padding-bottom: 3px;
  align-items: center;
  background: linear-gradient(135deg, #0391d7, #083090);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  color: #083090;
}
@media all and (-ms-high-contrast: none) {
  .tryuqmobile-page .ttl {
    background: none;
  }
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .ttl {
    min-height: 71px;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .ttl {
    margin-right: -25px !important;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-left: -2px;
    padding-top: 3px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 374px) {
  .tryuqmobile-page .ttl {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .ttl img {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .ttl .ttl-icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .ttl .ttl-icon {
    order: 2;
    position: relative;
  }
}
.tryuqmobile-page .ttl .ttl-icon ~ span {
  position: relative;
  z-index: 2;
  background: linear-gradient(135deg, #0391d7, #083090);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  color: #083090;
}
@media all and (-ms-high-contrast: none) {
  .tryuqmobile-page .ttl .ttl-icon ~ span {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .ttl .ttl-icon ~ span {
    order: 1;
    flex: 1;
    line-height: 1.3333333333;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .ttl--try {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .ttl--try .ttl-icon {
    width: 47.6vw;
    right: 3px;
    top: -3px;
  }
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .ttl--rent {
    min-height: 115px;
    margin-bottom: 6px;
  }
}
.tryuqmobile-page .ttl--rent .ttl-icon {
  left: -49px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .ttl--rent .ttl-icon {
    left: 0;
    width: 49.266667vw;
    top: -12px;
  }
}
.tryuqmobile-page .ttl--trymobile {
  font-size: 24px;
  justify-content: center;
}
.tryuqmobile-page .ttl--trymobile .ttl-icon ~ span {
  background: linear-gradient(135deg, #fa5bb4, #e4017f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  color: #e4017f;
}
@media all and (-ms-high-contrast: none) {
  .tryuqmobile-page .ttl--trymobile .ttl-icon ~ span {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .ttl--trymobile .ttl-icon ~ span {
    margin-right: -47.6vw;
    padding-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .ttl--trymobile .ttl-icon {
    left: 0;
    width: 47.6vw;
    top: -10px;
  }
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .ttl--step {
    min-height: 90px;
  }
}
.tryuqmobile-page .ttl--step .ttl-icon {
  left: 3px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .ttl--step .ttl-icon {
    width: 30.1333333333vw;
    left: 0;
    top: -10px;
  }
}
.tryuqmobile-page .ttl--question {
  padding-left: 89px;
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .ttl--question {
    min-height: 90px;
    padding-top: 18px;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .ttl--question {
    padding-left: 0;
  }
}
.tryuqmobile-page .ttl--question .ttl-icon {
  left: 3px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .ttl--question .ttl-icon {
    width: 49.2vw;
    right: 3px;
    top: 9px;
  }
}
.tryuqmobile-page .ttl--question .ttl-icon ~ span {
  margin-right: -49.2vw;
  padding-right: 25px;
}
.tryuqmobile-page .ttl-sub-pink {
  background: linear-gradient(135deg, #fa5bb4, #e4017f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  color: #e4017f;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}
@media all and (-ms-high-contrast: none) {
  .tryuqmobile-page .ttl-sub-pink {
    background: none;
  }
}
@media screen and (max-width: 374px) {
  .tryuqmobile-page .ttl-sub-pink {
    font-size: 20px;
  }
}
.tryuqmobile-page .ttl-sub-blue {
  background: linear-gradient(135deg, #0391d7, #083090);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  color: #083090;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}
@media all and (-ms-high-contrast: none) {
  .tryuqmobile-page .ttl-sub-blue {
    background: none;
  }
}
@media screen and (max-width: 374px) {
  .tryuqmobile-page .ttl-sub-blue {
    font-size: 20px;
  }
}
.tryuqmobile-page .mv {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .mv {
    position: relative;
    z-index: 10;
    padding-bottom: 0;
  }
}
.tryuqmobile-page .mv .mv__wrapper {
  background: #00bdc2;
}
.tryuqmobile-page .mv .container {
  text-align: right;
  position: absolute;
  right: 20px;
  left: 0;
  bottom: -7px;
  max-width: 938px;
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .mv .container {
    text-align: left;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .mv .container {
    padding: 0;
    bottom: 0;
    z-index: 99;
  }
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .mv .container a:before {
    content: "";
    position: relative;
    width: 77px;
    height: 60px;
    background-image: url(../images/mv_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    left: -80px;
    bottom: -20px;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .mv .container:after {
    content: "";
    width: 77px;
    height: 77px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../images/mv_icon_sp.png);
    width: 12.2666666667vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
  }
}
.tryuqmobile-page .mv .container a {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .mv .container a {
    margin-left: 240px;
  }
  .tryuqmobile-page .mv .container a img {
    transition: all 0.3s ease;
  }
  .tryuqmobile-page .mv .container a:hover img {
    transform: translateX(10px);
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .mv .container a {
    width: 53.3333333333vw;
    margin-right: 10.2666666667vw;
    margin-bottom: 9px;
  }
}
.tryuqmobile-page .mv__inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .mv__inner {
    width: 800px;
    height: 415px;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .mv__inner {
    height: 117.8666666667vw;
  }
}
.tryuqmobile-page .mv_decorate01,
.tryuqmobile-page .mv_decorate02 {
  position: absolute;
  z-index: 20;
  bottom: 0;
}
.tryuqmobile-page .mv_decorate01 {
  display: block;
  width: 536px;
  height: 412px;
  bottom: 0px;
  left: -165px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .mv_decorate01 {
    width: 35.6vw;
    height: 78.5333333333vw;
    left: -16vw;
    bottom: 1.0666666667vw;
  }
}
.tryuqmobile-page .mv_decorate02 {
  display: block;
  width: 85px;
  height: 249px;
  bottom: 1px;
  right: -35px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .mv_decorate02 {
    width: 40.6666666667vw;
    height: 45.6vw;
    right: -21.8666666667vw;
    bottom: 23.8666666667vw;
  }
}
.tryuqmobile-page .mv__ttl {
  font-size: 0;
  position: absolute;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .mv__ttl {
    top: 0;
    left: -210px;
    width: 780px;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .mv__ttl {
    width: 100vw;
    bottom: 0;
    left: 0;
  }
  .tryuqmobile-page .mv__ttl img {
    max-width: 100%;
  }
}
.tryuqmobile-page .mv__bg {
  width: 1600px;
  font-size: 0;
  position: absolute;
  top: 0;
  transform: scale(1) translateX(-50%);
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .mv__bg {
    left: 50%;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .mv__bg {
    height: auto;
    width: 100%;
    left: 0;
    bottom: 0;
    left: 0;
    transform: scale(1);
  }
}
.tryuqmobile-page .mv__bg img {
    width: 100%;
    height: 100%;
    max-width: inherit;
}
.tryuqmobile-page .mv__note {
  font-size: 12px;
  font-weight: 300;
  margin: 20px 0 0 0;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  padding-left: 212px;
  padding-right: 212px;
}
@media screen and (min-width: 751px) and (max-width: 1039px) {
  .tryuqmobile-page .mv__note {
    font-size: 10px;
    padding-left: 250px;
    padding-right: 250px;
  }
}
.tryuqmobile-page .intro {
  padding-top: 20px;
  padding-bottom: 20px;
}
.tryuqmobile-page .intro h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .intro h4 {
    font-size: 18px;
  }
}
.tryuqmobile-page .intro p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 0px 0;
}
.tryuqmobile-page .intro p ~ h4 {
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .intro p {
    line-height: 1.6666666667;
    margin: 0 0 6px 0;
  }
}
.tryuqmobile-page .nav-anchor {
  background: #083090;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .nav-anchor {
    margin-bottom: 5px;
  }
}
.tryuqmobile-page .nav-anchor .container {
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .nav-anchor .container {
    padding: 0;
    max-width: 100%;
  }
}
.tryuqmobile-page .nav-anchor ul {
  display: flex;
  padding-right: 4px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .nav-anchor ul {
    padding-right: 0;
  }
}
.tryuqmobile-page .nav-anchor ul li {
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .nav-anchor ul li {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .nav-anchor ul li {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.tryuqmobile-page .nav-anchor ul li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.tryuqmobile-page .nav-anchor ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: block;
  height: 100px;
  text-align: center;
  position: relative;
  text-decoration: none;
  padding: 8px 0 0 0;
  z-index: 6;
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .nav-anchor ul li a:hover:before {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .nav-anchor ul li a {
    font-size: 16px;
    height: 59px;
    display: flex;
    padding: 0 0 5px 0;
    align-items: center;
    text-align: left;
    background: url(../images/bg_btn.png) no-repeat top left #083090;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 374px) {
  .tryuqmobile-page .nav-anchor ul li a {
    font-size: 12px;
  }
}
.tryuqmobile-page .nav-anchor ul li a > * {
  position: relative;
  z-index: 2;
}
.tryuqmobile-page .nav-anchor ul li a:after {
  content: "";
  position: absolute;
  left: -1px;
  right: 0;
  bottom: 7px;
  margin: 0 auto;
  width: 15px;
  height: 10px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15px' height='10px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M7.371,5.673 L2.600,0.846 L0.621,2.849 L7.371,9.153 L14.121,2.324 L12.141,0.846 L7.371,5.673 Z'/%3E%3C/svg%3E");
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .nav-anchor ul li a:after {
    left: inherit;
    bottom: inherit;
    top: 50%;
    margin-top: -5px;
    right: 9px;
    width: 12px;
    height: 8px;
    background-size: contain;
  }
}
.tryuqmobile-page .nav-anchor ul li a:before {
  content: "";
  position: absolute;
  height: 0;
  top: 0;
  left: 0;
  right: 0;
  background-color: #0a5cb0;
}
.tryuqmobile-page .nav-anchor ul li a i {
  display: block;
  width: 47px;
  height: 40px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .nav-anchor ul li a i {
    height: 100%;
    width: 67px;
    display: block;
    margin: 0;
  }
}
.tryuqmobile-page .nav-anchor ul li a i.icon-01 {
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .nav-anchor ul li a i.icon-01 {
    width: 41px;
    left: -2px;
    top: 2px;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .nav-anchor ul li a i.icon-01 {
    background-size: 50px;
    bottom: -1px;
  }
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .nav-anchor ul li a i.icon-02 {
    width: 40px;
    position: relative;
    left: 2px;
    top: 1px;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .nav-anchor ul li a i.icon-02 {
    background-size: 47px;
    top: 2px;
    left: 2px;
    width: 70px;
  }
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .nav-anchor ul li a i.icon-03 {
    width: 19px;
    position: relative;
    left: 0;
    top: 1px;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .nav-anchor ul li a i.icon-03 {
    background-size: 27px;
    top: 1px;
  }
}
.tryuqmobile-page .nav-anchor ul li a i.icon-04 {
  width: 37px;
  top: 1px;
  left: 2px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .nav-anchor ul li a i.icon-04 {
    background-size: 45px;
    width: 73px;
    top: 2px;
  }
}
.tryuqmobile-page .nav-anchor ul li a span {
  display: block;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .nav-anchor ul li a span {
    line-height: 1.25;
  }
}
.tryuqmobile-page .sect-try {
  padding: 32px 0 92px 0;
  background: url(../images/bg_line.png) no-repeat bottom left;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-try {
    background: none;
    padding: 18px 0 6px 0;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-try .container {
    position: relative;
    padding-bottom: 79px;
  }
  .tryuqmobile-page .sect-try .container:after {
    content: "";
    display: block;
    background: url(../images/bg_line_sp.png) no-repeat bottom left;
    height: 50px;
    background-size: 100%;
    left: -25px;
    position: absolute;
    right: -25px;
    bottom: 0px;
  }
}
.tryuqmobile-page .sect-try .ttl-sub {
  text-align: center;
  background: linear-gradient(135deg, #0391d7, #083090);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  color: #083090;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 900;
  margin: -5px 0 22px 0;
}
@media all and (-ms-high-contrast: none) {
  .tryuqmobile-page .sect-try .ttl-sub {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-try .ttl-sub {
    margin-bottom: 25px;
    margin-top: -9px;
  }
}
.tryuqmobile-page .sect-try .try-grid {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 4px -10px 0px -10px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-try .try-grid {
    margin: 12px ​-8px 0px -8p;
  }
}
.tryuqmobile-page .sect-try .try-grid:after {
  display: block;
  background-image: url(../images/ic_arrow.png);
  background-repeat: no-repeat;
  margin: 11px auto 8px auto;
  background-position: center;
  content: "";
  width: 46px;
  height: 65px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-try .try-grid:after {
    background-image: url(../images/ic_arrow_sp.png);
    width: 30px;
    background-size: contain;
    margin: 6px auto 34px auto;
  }
}
.tryuqmobile-page .sect-try .try-grid__item {
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-try .try-grid__item {
    margin-bottom: 20px;
  }
}
.tryuqmobile-page .sect-try .try-grid__item div {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  display: flex;
  text-align: center;
  height: 58px;
  align-items: center;
  margin: 10px 10px 12px 10px;
  padding: 11px 6px 11px 10px;
  background: white;
  position: relative;
  z-index: 3;
  border: 1px solid #083090;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-try .try-grid__item div {
    border-radius: 0;
    flex-wrap: wrap;
    height: 100%;
    margin: 0px 8px;
    padding: 16px 10px 16px 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
  }
  .tryuqmobile-page .sect-try .try-grid__item div span {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 374px) {
  .tryuqmobile-page .sect-try .try-grid__item div {
    font-size: 16px;
  }
}
.tryuqmobile-page .sect-try .try-grid__item div:before {
  position: absolute;
  content: "";
  left: -1px;
  bottom: -16px;
  background-image: url(../images/ic_arrow02.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 15px;
  height: 17px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-try .try-grid__item div:before {
    background-image: url(../images/ic_arrow02_sp.png);
    background-size: contain;
    width: 15px;
    height: 17px;
    top: 100%;
    margin-top: -1px;
    left: -1px;
  }
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .sect-try .try-grid__item div .img {
    width: 30px;
    flex: 0 0 30px;
    max-width: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .sect-try .try-grid__item div .img ~ span {
    padding-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-try .try-grid__item div .img ~ span {
    margin-top: 1px;
  }
}
.tryuqmobile-page .sect-try .btn-try {
  display: flex;
  margin-top: 24px;
  max-width: 280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-try .btn-try {
    max-width: 275px;
  }
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .sect-try .btn-try a {
    font-size: 16px;
  }
}
.tryuqmobile-page .sect-rent {
  padding: 20px 0 13px 0;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-rent {
    padding: 35px 0 10px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .sect-rent:before {
    background-image: url(../images/bg_line_left_04.png);
    left: 0;
    top: 16px;
  }
}
.tryuqmobile-page .sect-rent:after {
  display: none;
}
.tryuqmobile-page .sect-rent .rent-item {
  background: #fff;
  z-index: 2;
  position: relative;
  box-shadow: 3px 3px 0px #dddddd;
}
.tryuqmobile-page .sect-rent .rent-item__heading {
  padding-bottom: 15px;
  padding: 18px 24px 19px 26px;
  position: relative;
  border: 1px solid #083090;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-rent .rent-item__heading {
    padding: 24px 21px 28px 23px;
  }
  .tryuqmobile-page .sect-rent .rent-item__heading.rent-item__heading--other {
    padding-top: 3px;
  }
  .tryuqmobile-page .sect-rent .rent-item__heading.rent-item__heading--other .icon-plus {
    margin-top: -19px;
  }
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .sect-rent .rent-item__heading.pd35 {
    padding-top: 22px;
    padding-bottom: 19px;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-rent .rent-item__heading.pd35 {
    padding-bottom: 32px;
  }
  .tryuqmobile-page .sect-rent .rent-item__heading.pd35 .icon {
    padding-top: 0;
  }
  .tryuqmobile-page .sect-rent .rent-item__heading.pd35 .icon-plus {
    margin-top: -13px;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-rent .rent-item__heading.pd40 {
    padding-bottom: 32px;
  }
  .tryuqmobile-page .sect-rent .rent-item__heading.pd40 .icon {
    padding-top: 0;
  }
  .tryuqmobile-page .sect-rent .rent-item__heading.pd40 .icon-plus {
    margin-top: -13px;
  }
}
.tryuqmobile-page .sect-rent .rent-item__heading.pd30 {
  padding-bottom: 33px;
  padding-top: 30px;
  padding-left: 22px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-rent .rent-item__heading.pd30 {
    padding-bottom: 34px;
    padding-top: 26px;
  }
}
.tryuqmobile-page .sect-rent .rent-item__heading .ttl-sub {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-rent .rent-item__heading .ttl-sub {
    flex-wrap: wrap;
  }
}
.tryuqmobile-page .sect-rent .rent-item__heading .ttl-sub .icon {
  flex: 0 0 60px;
  max-width: 60px;
  width: 60px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-rent .rent-item__heading .ttl-sub .icon {
    flex: 0 0 63px;
    max-width: 63px;
    width: 63px;
    padding-top: 4px;
  }
}
.tryuqmobile-page .sect-rent .rent-item__heading .ttl-sub .icon img {
  max-width: 100%;
}
.tryuqmobile-page .sect-rent .rent-item__heading .ttl-sub .icon ~ div {
  padding-left: 11px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-rent .rent-item__heading .ttl-sub .icon ~ div {
    padding-left: 6px;
    align-self: flex-end;
  }
}
.tryuqmobile-page .sect-rent .rent-item__heading .ttl-sub span {
  display: block;
}
.tryuqmobile-page .sect-rent .rent-item__heading .ttl-sub .txt {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-rent .rent-item__heading .ttl-sub .txt {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 0;
  }
}
@media screen and (max-width: 374px) {
  .tryuqmobile-page .sect-rent .rent-item__heading .ttl-sub .txt {
    font-size: 14px;
  }
}
.tryuqmobile-page .sect-rent .rent-item__heading .ttl-sub .txt small {
  font-size: 12px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-rent .rent-item__heading .ttl-sub .txt small {
    display: block;
    position: relative;
    top: 7px;
  }
}
.tryuqmobile-page .sect-rent .rent-item__heading .ttl-sub .txt ~ span {
  margin-top: 4px;
}
.tryuqmobile-page .sect-rent .rent-item__heading .ttl-sub .ttl-sub-child {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  margin: 7px 0 0 0;
}
.tryuqmobile-page .sect-rent .rent-item .js-accordion-content-slider, .tryuqmobile-page .sect-rent .rent-item .js-accordion-content {
  display: none;
}
.tryuqmobile-page .sect-rent .rent-item__content {
  padding-top: 14px;
  padding-left: 48px;
  padding-right: 48px;
  padding-bottom: 34px;
  background: #eef5fb;
  position: relative;
  z-index: 2;
}
.tryuqmobile-page .sect-rent .rent-item__content.active {
  display: block;
}
@media screen and (min-width: 751px) and (max-width: 1039px) {
  .tryuqmobile-page .sect-rent .rent-item__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-rent .rent-item__content {
    padding: 15px 25px 12px 25px;
  }
}
.tryuqmobile-page .sect-rent .rent-item__btn {
  cursor: pointer;
  height: 32px;
  background: #083090;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15px' height='10px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M7.564,4.051 L13.037,9.600 L14.737,7.925 L7.587,0.676 L0.336,7.827 L2.014,9.525 L7.564,4.051 Z'/%3E%3C/svg%3E");
}
.tryuqmobile-page .sect-rent .rent-item ~ .rent-item {
  margin-top: 29px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-rent .rent-item ~ .rent-item {
    margin-top: 28px;
    margin-bottom: 3px;
  }
}
.tryuqmobile-page .sect-rent .rent-item .ttl-black {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 26px 0px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-rent .rent-item .ttl-black {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 13px;
  }
}
.tryuqmobile-page .sect-rent .rent-item .ttl-img {
  margin: 15px 2px 26px 2px;
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  background: #eef5fb;
  position: relative;
  z-index: 3;
  border: 1px solid #083090;
  letter-spacing: 0.02em;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-rent .rent-item .ttl-img {
    margin: 5px 0 21px 0px;
    font-size: 13px;
    padding: 2px 4px 3px 4px;
  }
}
.tryuqmobile-page .sect-rent .rent-item .ttl-img:before {
  position: absolute;
  content: "";
  left: -1px;
  bottom: -16px;
  background-image: url(../images/ic_arrow06.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 15px;
  height: 17px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-rent .rent-item .ttl-img:before {
    background-image: url(../images/ic_arrow06_sp.png);
    background-size: contain;
    width: 15px;
    height: 17px;
    top: 100%;
    margin-top: -1px;
    left: -1px;
  }
}
.tryuqmobile-page .sect-rent .rent-item .ttl-img b {
  font-size: 24px;
}
@media screen and (max-width: 374px) {
  .tryuqmobile-page .sect-rent .rent-item .ttl-img b {
    font-size: 16px;
  }
}
.tryuqmobile-page .sect-rent .rent-item .ttl-sub18 {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-rent .rent-item .ttl-sub18 {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
  }
}
.tryuqmobile-page .sect-rent .rent-item .grid01 {
  display: flex;
  margin: 12px 0 0 0;
  flex-wrap: wrap;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-rent .rent-item .grid01 {
    margin: 9px 0 0 0;
  }
}
.tryuqmobile-page .sect-rent .rent-item .grid01 li {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 0;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}
.tryuqmobile-page .sect-rent .rent-item .grid01 li:last-child {
  padding-left: 6px;
}
.tryuqmobile-page .sect-rent .rent-item .grid01 li p {
  position: relative;
  padding-left: 9px;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-rent .rent-item .grid01 li p {
    padding-left: 7px;
    font-size: 12px;
    margin-bottom: 3px;
    letter-spacing: -0.02em;
  }
}
.tryuqmobile-page .sect-rent .rent-item .grid01 li p:after {
  width: 6px;
  height: 6px;
  position: absolute;
  left: 2px;
  content: "";
  top: 9px;
  background-color: #083090;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-rent .rent-item .grid01 li p:after {
    width: 5px;
    height: 5px;
    left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-rent .rent-item .grid01 li {
    font-size: 12px;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
  .tryuqmobile-page .sect-rent .rent-item .grid01 li.col-1 {
    max-width: 43%;
    width: 43%;
    flex: 0 0 43%;
  }
}
.tryuqmobile-page .sect-rent .rent-item .grid01.grid01--col3 {
  flex-wrap: inherit;
}
.tryuqmobile-page .sect-rent .rent-item .grid01.grid01--col3 li:first-child {
  width: 40.33%;
  flex: 40.33%;
  max-width: 40.33%;
}
.tryuqmobile-page .sect-rent .rent-item .grid01.grid01--col3 li:nth-child(2) {
  flex: 0 0 37%;
  width: 37%;
  max-width: 37%;
  padding-left: 12px;
}
.tryuqmobile-page .sect-rent .rent-item .grid01.grid01--col3 li:nth-child(3) {
  flex: 0 0 24%;
  width: 24%;
  max-width: 24%;
}
.tryuqmobile-page .sect-rent .rent-item .sim-box {
  display: flex;
  background: #fff;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  padding: 9px 10px 7px 10px;
  margin: 27px 0 28px 0;
  position: relative;
}
.tryuqmobile-page .sect-rent .rent-item .sim-box:before {
  content: "";
  background-image: url(../images/ic_arrow_sp.png);
  width: 14px;
  height: 20px;
  background-size: contain;
  left: 0;
  position: absolute;
  top: -13px;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-rent .rent-item .sim-box {
    background-color: #fff;
    padding: 14px;
    position: relative;
    margin-top: 21px;
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.tryuqmobile-page .sect-rent .rent-item .sim-box .icon {
  position: relative;
  right: -5px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-rent .rent-item .sim-box .icon {
    width: 15.6vw;
    position: relative;
    right: 2px;
  }
}
.tryuqmobile-page .sect-rent .rent-item .sim-box .icon ~ span {
  position: relative;
  top: -3px;
  padding-left: 14px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-rent .rent-item .sim-box .icon ~ span {
    line-height: 1.1111111111;
    top: 0px;
    padding-left: 6px;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-rent .rent-item .sim-box.mt27 {
    margin-top: 27px !important;
    margin-bottom: -7px !important;
  }
}
.tryuqmobile-page .sect-rent .rent-item hr {
  border: none;
  background: url(../images/ic_dot.png) repeat-x left;
  height: 3px;
  margin: 5px 0 29px 0;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-rent .rent-item hr {
    margin: 29px 0 23px 0;
    background-size: 4px;
  }
}
.tryuqmobile-page .sect-rent .rent-item .d-flex {
  margin: 24px -17px 8px -17px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-rent .rent-item .d-flex {
    margin: 0;
    display: block;
  }
}
.tryuqmobile-page .sect-rent .rent-item .d-flex-item {
  max-width: 50%;
  width: 50%;
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 17px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-rent .rent-item .d-flex-item {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
}
.tryuqmobile-page .sect-rent .rent-item .d-flex-item:first-child {
  border-right: 1px solid #fdddee;
}
.tryuqmobile-page .sect-rent .rent-item .d-flex-item .sim-box .icon ~ span {
  top: -2px;
}
.tryuqmobile-page .sect-rent .rent-item .d-flex-item > * {
  min-height: 0%;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-rent .rent-item .d-flex-item .grid01 {
    margin-top: 9px;
  }
}
.tryuqmobile-page .sect-rent .rent-item .d-flex .sim-box {
  margin-top: 22px;
  margin-bottom: 19px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-rent .rent-item .d-flex .sim-box {
    margin-top: 29px;
    margin-bottom: 20px;
  }
}
.tryuqmobile-page .sect-rent .btn-try {
  max-width: 600px;
  margin: 27px auto 0px auto;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-rent .btn-try {
    margin: 20px auto 15px auto;
  }
}
@media screen and (max-width: 374px) {
  .tryuqmobile-page .sect-rent .btn-try {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tryuqmobile-page .sect-rent .btn-try--other {
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-rent .btn-try--other {
    margin-top: 24px;
  }
}
.tryuqmobile-page .sect-rent .btn-try a ~ a {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-rent .btn-try a ~ a {
    margin-top: 15px;
  }
}
.tryuqmobile-page .sect-rent .btn-try a ~ a:after {
  right: 11px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-rent .btn-try a ~ a:after {
    right: 10px;
    margin-top: -12px;
  }
}
.tryuqmobile-page .slider {
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (min-width: 751px) and (max-width: 1039px) {
  .tryuqmobile-page .slider {
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .slider ~ .btn-try {
    padding: 0;
  }
}
.tryuqmobile-page .slider .slick-slide {
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .slider .slick-slide {
    padding: 0 8px;
  }
}
@media screen and (max-width: 374px) {
  .tryuqmobile-page .slider .slick-slide {
    padding: 0 3px;
  }
}
.tryuqmobile-page .slider-item {
  background-color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 28px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .slider-item {
    background-color: #fff;
    padding-top: 8px;
  }
}
.tryuqmobile-page .slider-item > * {
  min-height: 0%;
}
.tryuqmobile-page .slider-item__img {
  padding: 23px 21px 15px 21px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 179px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .slider-item__img {
    padding: 11px 10px 6px 10px;
    height: auto;
  }
}
.tryuqmobile-page .slider-item__img img {
  max-width: 200px;
  display: inline-block;
  max-height: 146px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .slider-item__img img {
    max-width: 24.466667vw;
    max-height: 107px;
  }
}
.tryuqmobile-page .slider-item h4 {
  font-weight: bold;
  font-size: 16px;
  margin: 2px 0 1px 0;
  letter-spacing: 0.05em;
  color: #000000;
}
.tryuqmobile-page .slider-item .slider-item__note {
  color: #000;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .slider-item h4 {
    font-size: 14px;
    margin-bottom: 4px;
  }
}
.tryuqmobile-page .slider-item p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.025em;
  color: #083090;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .slider-item p {
    font-size: 10px;
  }
}
.tryuqmobile-page .slider-item p b {
  font-size: 18px;
  font-weight: bold;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .slider-item p b {
    font-size: 16px;
  }
}
.tryuqmobile-page .slider-item a {
  display: flex;
  height: 40px;
  color: #fff;
  background: url(../images/bg_btn_02.png) no-repeat top left #083090;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 3px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .slider-item a {
    font-size: 13px;
    height: 30px;
    margin-top: 6px;
    background: url(../images/bg_btn_02_sp.png) no-repeat top left #083090;
    background-size: contain;
  }
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .slider-item a {
    opacity: 1;
    transition: all 0.3s ease;
  }
  .tryuqmobile-page .slider-item a:hover {
    opacity: 0.7;
  }
}
.tryuqmobile-page .slider-item a:after {
  content: "";
  position: absolute;
  right: 20px;
  margin-top: -9px;
  top: 50%;
  width: 12px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12px' height='19px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M7.023,9.161 L0.133,16.052 L2.241,18.163 L11.241,9.161 L2.241,0.160 L0.133,2.271 L7.023,9.161 Z'/%3E%3C/svg%3E");
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .slider-item a:after {
    transform: scale(0.5);
  }
}
.tryuqmobile-page .slider .slick-prev {
  background: url(../images/icon-left.svg) no-repeat center center;
  width: 16px;
  height: 26px;
  left: -18px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .slider .slick-prev {
    left: -10px;
    transform: scale(0.5);
  }
}
@media screen and (max-width: 374px) {
  .tryuqmobile-page .slider .slick-prev {
    left: -15px;
  }
}
.tryuqmobile-page .slider .slick-prev::before {
  content: "";
}
.tryuqmobile-page .slider .slick-next {
  background: url(../images/icon-right.svg) no-repeat center center;
  width: 16px;
  height: 26px;
  right: -22px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .slider .slick-next {
    right: -10px;
    transform: scale(0.5);
  }
}
@media screen and (max-width: 374px) {
  .tryuqmobile-page .slider .slick-next {
    right: -15px;
  }
}
.tryuqmobile-page .slider .slick-next::before {
  content: "";
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .slider.js-slider-02 .slider-item__img img {
    max-width: 26.466667vw;
  }
}
.tryuqmobile-page .sect-try-blue {
  background: url(../images/bg_line.png) no-repeat bottom left;
  padding-bottom: 93px;
  position: relative;
  padding-top: 4px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-try-blue {
    padding-top: 15px;
    background: url(../images/bg_line_sp.png) no-repeat bottom left;
    background-size: contain;
    padding-bottom: 65px;
  }
  .tryuqmobile-page .sect-try-blue:before {
    position: absolute;
    content: "";
    background-image: url(../images/bg_line_left--blue_sp.png);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    width: 18.5333333333vw;
    height: 100px;
    top: 31px;
    left: 0;
  }
}
.tryuqmobile-page .sect-try-blue .ttl {
  text-align: center;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-try-blue .ttl {
    margin-bottom: 2px;
  }
}
.tryuqmobile-page .sect-try-blue .try-blue {
  background-color: #fef2f8;
  box-shadow: 3px 3px 0px #dddddd;
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .sect-try-blue .try-blue {
    padding: 18px 26px 29px 26px;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-try-blue .try-blue {
    padding: 34px 25px 25px 24px;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-try-blue .try-blue .ttl-sub-child {
    margin: 0 0 11px 0;
  }
}
.tryuqmobile-page .sect-try-blue .try-blue .icon {
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-try-blue .try-blue .icon {
    flex: 0 0 13.3333333333vw;
    max-width: 13.3333333333vw;
    width: 13.3333333333vw;
    margin-left: 7px;
  }
}
.tryuqmobile-page .sect-try-blue .try-blue .icon ~ div {
  padding-left: 15px;
  padding-top: 7px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-try-blue .try-blue .icon ~ div {
    flex: 1;
    padding-left: 13px;
  }
}
.tryuqmobile-page .sect-try-blue .try-blue .icon ~ div p {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-try-blue .try-blue .icon ~ div p {
    font-size: 18px;
    line-height: 1.4;
    margin: -4px 0 0 0;
  }
}
@media screen and (max-width: 374px) {
  .tryuqmobile-page .sect-try-blue .try-blue .icon ~ div p {
    font-size: 15px;
  }
}
.tryuqmobile-page .sect-try-blue .try-blue .btn-try {
  max-width: 600px;
  margin: 20px auto 0px auto;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-try-blue .try-blue .btn-try {
    margin-top: 13px;
    padding-left: 2px;
  }
}
.tryuqmobile-page .sect-step {
  padding-top: 31px;
  padding-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step {
    padding-top: 38px;
    padding-bottom: 23px;
  }
  .tryuqmobile-page .sect-step::before {
    background-image: url(../images/bg_line_left_sp_01.png);
    width: 21.3333333333vw;
    top: 13px;
  }
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .sect-step .ttl {
    padding-left: 47px;
    padding-right: 47px;
    padding-top: 12px;
    margin: 0 0 32px 0;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .ttl {
    margin-bottom: 16px;
  }
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .sect-step .rent-item__heading {
    padding-bottom: 31px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .rent-item__heading .ttl-sub .icon {
    flex: 0 0 65px;
    max-width: 65px;
    width: 65px;
    align-self: self-start;
    padding-top: 10px;
    left: 0;
  }
}
.tryuqmobile-page .sect-step .rent-item__heading .ttl-sub .icon ~ div {
  padding-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .rent-item__heading .ttl-sub .icon ~ div {
    padding-left: 9px;
    padding-right: 14px;
    padding-top: 4px;
  }
}
.tryuqmobile-page .sect-step .rent-item__heading .ttl-sub .txt {
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .rent-item__heading .ttl-sub .txt {
    margin-top: -3px;
  }
}
.tryuqmobile-page .sect-step .rent-item__content {
  padding-bottom: 52px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .rent-item__content {
    padding-top: 9px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .rent-item__content.pd20 {
    padding-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .sect-step .rent-item ~ .rent-item {
    margin-top: 29px;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .rent-item ~ .rent-item {
    margin-top: 30px;
  }
  .tryuqmobile-page .sect-step .rent-item ~ .rent-item .icon-plus {
    margin-top: -13px;
  }
}
.tryuqmobile-page .sect-step .ttl-sub30 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 3px 0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .ttl-sub30 {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 0;
  }
}
.tryuqmobile-page .sect-step .ttl-sub30 span {
  display: block;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .ttl-sub30 span {
    margin-top: 9px;
  }
}
.tryuqmobile-page .sect-step .ttl-sub30 span.ttl-sub-blue {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: 17px;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .ttl-sub30 span.ttl-sub-blue {
    font-size: 13px;
  }
}
.tryuqmobile-page .sect-step .ttl-sub30.pd20 {
  margin: 22px ​0 14px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .ttl-sub30.pd20 {
    padding-top: 0;
    margin: -3px 0 13px 0;
  }
}
.tryuqmobile-page .sect-step .step-item {
  padding: 9px 47px;
  position: relative;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media screen and (min-width: 751px) and (max-width: 1039px) {
  .tryuqmobile-page .sect-step .step-item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-item {
    padding: 20px 24px;
    background: none;
    margin-bottom: 35px;
  }
  .tryuqmobile-page .sect-step .step-item:before {
    position: absolute;
    top: 0;
    right: 0px;
    content: "";
    width: 100px;
    height: 100px;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .sect-step .step-item.step-item--01 {
    background-image: url(../images/bg_step_01.png);
    background-position: 9px 2px;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-item.step-item--01 {
    margin-top: 30px;
    padding-top: 0;
    margin-bottom: 0;
  }
  .tryuqmobile-page .sect-step .step-item.step-item--01:before {
    background-image: url(../images/bg_step_01_sp.png);
    top: 2px;
    height: 90px;
  }
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .sect-step .step-item.step-item--02 {
    background-image: url(../images/bg_step_02.png);
    background-position: 0px 2px;
    padding-top: 25px;
  }
  .tryuqmobile-page .sect-step .step-item.step-item--02::after {
    bottom: -42px;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-item.step-item--02 {
    padding-top: 29px;
    padding-bottom: 0;
  }
  .tryuqmobile-page .sect-step .step-item.step-item--02::before {
    background-image: url(../images/bg_step_02_sp.png);
    top: 25px;
    width: 90px;
  }
  .tryuqmobile-page .sect-step .step-item.step-item--02::after {
    bottom: -68px;
  }
}
.tryuqmobile-page .sect-step .step-item.step-item--03 {
  padding-top: 6px;
  margin-bottom: 22px;
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .sect-step .step-item.step-item--03 {
    background-image: url(../images/bg_step_03.png);
    padding-top: 18px;
    background-position: 0 11px;
    padding-bottom: 6px;
  }
  .tryuqmobile-page .sect-step .step-item.step-item--03:after {
    bottom: -36px;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-item.step-item--03 {
    padding-top: 28px;
    padding-bottom: 19px;
  }
  .tryuqmobile-page .sect-step .step-item.step-item--03:before {
    background-image: url(../images/bg_step_03_sp.png);
    top: 32px;
    height: 91px;
  }
  .tryuqmobile-page .sect-step .step-item.step-item--03:after {
    bottom: -48px;
  }
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .sect-step .step-item.step-item--04 {
    background-image: url(../images/bg_step_04.png);
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-item.step-item--04 {
    padding-top: 41px;
    margin-bottom: 0;
  }
  .tryuqmobile-page .sect-step .step-item.step-item--04:before {
    background-image: url(../images/bg_step_04_sp.png);
    top: 45px;
    width: 84px;
  }
  .tryuqmobile-page .sect-step .step-item.step-item--04 ~ .btn-try {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.tryuqmobile-page .sect-step .step-item.step-item--05 {
  padding-bottom: 24px;
  margin-bottom: 21px;
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .sect-step .step-item.step-item--05 {
    background-image: url(../images/bg_step_05.png);
    background-position: 8px 0;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-item.step-item--05 {
    padding-top: 28px;
    padding-bottom: 9px;
    margin-bottom: 17px;
  }
  .tryuqmobile-page .sect-step .step-item.step-item--05::before {
    background-image: url(../images/bg_step_05_sp.png);
    top: 28px;
    width: 61px;
  }
}
.tryuqmobile-page .sect-step .step-item.step-item--05:after {
  bottom: -36px;
}
.tryuqmobile-page .sect-step .step-item.step-item--06 .icon-step {
  padding-bottom: 10px;
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .sect-step .step-item.step-item--06 {
    background-image: url(../images/bg_step_06.png);
    padding-top: 11px;
  }
  .tryuqmobile-page .sect-step .step-item.step-item--06::after {
    bottom: -43px;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-item.step-item--06 {
    padding-top: 24px;
    padding-bottom: 17px;
    margin-bottom: 32px;
  }
  .tryuqmobile-page .sect-step .step-item.step-item--06:before {
    background-image: url(../images/bg_step_06_sp.png);
    top: 23px;
    width: 91px;
  }
}
.tryuqmobile-page .sect-step .step-item.step-item--06 .btn-try {
  margin-top: 14px;
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .sect-step .step-item.step-item--06 .btn-try {
    max-width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-item.step-item--06 .btn-try {
    margin-top: 13px;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .sect-step .step-item.step-item--07 {
    margin-bottom: 24px;
    background-image: url(../images/bg_step_07.png);
  }
  .tryuqmobile-page .sect-step .step-item.step-item--07:after {
    bottom: -38px;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-item.step-item--07::before {
    background-image: url(../images/bg_step_07_sp.png);
    top: 19px;
    width: 86px;
  }
  .tryuqmobile-page .sect-step .step-item.step-item--07 p ~ .c-indent {
    margin-top: 13px;
  }
  .tryuqmobile-page .sect-step .step-item.step-item--07 p ~ .c-indent li {
    margin-top: 3px;
  }
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .sect-step .step-item.step-item--08 {
    background-image: url(../images/bg_step_08.png);
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-item.step-item--08 {
    padding-top: 30px;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .tryuqmobile-page .sect-step .step-item.step-item--08::before {
    background-image: url(../images/bg_step_08_sp.png);
    top: 31px;
    width: 86px;
  }
}
.tryuqmobile-page .sect-step .step-item.step-item--08 ~ .btn-try {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-item.step-item--08 ~ .btn-try {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .sect-step .step-item.last-item {
    margin-bottom: 21px;
  }
}
.tryuqmobile-page .sect-step .step-item.last-item::after {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .sect-step .step-item.last-item ~ .btn-try {
    margin-top: 25px;
  }
}
.tryuqmobile-page .sect-step .step-item .icon-step {
  display: flex;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-item .icon-step {
    display: block;
  }
}
.tryuqmobile-page .sect-step .step-item .icon-step img {
  max-width: 100%;
}
.tryuqmobile-page .sect-step .step-item .icon-step span.icon {
  font-size: 30px;
  font-weight: bold;
  background: linear-gradient(135deg, #0391d7, #083090);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  color: #083090;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-item .icon-step span.icon {
    display: block;
  }
}
.tryuqmobile-page .sect-step .step-item .icon-step span.txt {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-left: 11px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-item .icon-step span.txt {
    font-size: 18px;
    line-height: 1.1666666667;
    margin: 17px 0 1px 0;
    display: block;
    padding-left: 0;
  }
}
.tryuqmobile-page .sect-step .step-item:after {
  content: "";
  display: block;
  background-image: url(../images/ic_arrow01.png);
  width: 60px;
  height: 37px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -51px;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-item:after {
    width: 30px;
    height: 44px;
    background-image: url(../images/ic_arrow01_sp.png);
    background-size: contain;
    bottom: -23px;
  }
}
.tryuqmobile-page .sect-step .step-item p {
  font-size: 16px;
  line-height: 1.7142857143;
  font-weight: normal;
  margin: 5px 0 0 0;
}
@media screen and (min-width: 751px) and (max-width: 1039px) {
  .tryuqmobile-page .sect-step .step-item p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-item p {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
@media screen and (max-width: 374px) {
  .tryuqmobile-page .sect-step .step-item p {
    font-size: 13px;
  }
}
.tryuqmobile-page .sect-step .step-item p ~ p {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-item p ~ p {
    margin-top: 1px;
  }
}
.tryuqmobile-page .sect-step .step-item p small {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-item p small {
    font-size: 12px;
  }
}
.tryuqmobile-page .sect-step .step-item p a {
  color: #083090;
  text-decoration: underline;
}
.tryuqmobile-page .sect-step .step-item p ~ .c-indent {
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-item p ~ .c-indent {
    margin-top: 13px;
  }
  .tryuqmobile-page .sect-step .step-item p ~ .c-indent li ~ li {
    margin-top: 4px;
  }
}
.tryuqmobile-page .sect-step .step-item .btn-try {
  max-width: 280px;
  margin: 15px 0px 0px 3px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-item .btn-try {
    max-width: 225px;
    margin-top: 14px;
    margin-left: 1px;
  }
}
.tryuqmobile-page .sect-step .step-item .btn-try a {
  background: #fff;
  border: 1px solid #083090;
  font-size: 16px;
  letter-spacing: 0;
}
.tryuqmobile-page .sect-step .step-item .btn-try a:hover {
  color: #083090;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-item .btn-try a {
    height: 40px;
    font-size: 14px;
    box-shadow: 0px 0px 0px #dddddd;
  }
}
@media screen and (max-width: 374px) {
  .tryuqmobile-page .sect-step .step-item .btn-try a.btn-outline {
    padding-right: 20px;
    font-size: 13px;
  }
}
.tryuqmobile-page .sect-step .step-item .btn-try a:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='9px' height='16px'%3E%3Cpath fill-rule='evenodd' fill='rgb(8, 48, 144)' d='M5.618,8.130 L0.106,13.641 L1.793,15.331 L8.993,8.130 L1.793,0.928 L0.106,2.618 L5.618,8.130 Z'/%3E%3C/svg%3E");
  background-size: 9px;
}
.tryuqmobile-page .sect-step .step-item .btn-try ~ .c-indent {
  margin-top: 11px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-item .btn-try ~ .c-indent {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .sect-step .step-grid {
    display: flex;
    margin: 0 0 17px 0;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-grid {
    margin-bottom: 4px;
  }
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .sect-step .step-grid-item {
    text-align: center;
    flex: 0 0 33.33%;
    width: 33.33%;
    max-width: 33.33%;
    padding: 0 10px;
    border-right: 1px solid rgba(8, 48, 144, 0.1);
    margin: 4px 0 0 0;
  }
  .tryuqmobile-page .sect-step .step-grid-item:first-child {
    border-left: 1px solid rgba(8, 48, 144, 0.1);
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-grid-item {
    display: flex;
    padding-left: 32px;
    align-items: center;
  }
  .tryuqmobile-page .sect-step .step-grid-item ~ .step-grid-item {
    margin-top: 11px;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-grid-item .step-item__img {
    flex: 0 0 26px;
    width: 26px;
    max-width: 26px;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .sect-step .step-grid-item p {
    font-size: 14px;
    line-height: 1.5555555556;
    min-height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 6px 0 0 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1039px) {
  .tryuqmobile-page .sect-step .step-grid-item p {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-grid-item p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    padding-left: 8px;
    margin: 2px 0 0px 0;
  }
}
@media screen and (max-width: 374px) {
  .tryuqmobile-page .sect-step .step-grid-item p {
    font-size: 13px;
  }
}
.tryuqmobile-page .sect-step .step-child {
  background: url(../images/ic_dot.png) repeat-x top, url(../images/ic_dot.png) repeat-x bottom;
  margin-top: 12px;
  padding-bottom: 33px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-child {
    margin-top: 15px;
    background: url(../images/ic_dot.png) repeat-x top;
    padding-bottom: 27px;
  }
}
.tryuqmobile-page .sect-step .step-child .ttl-child {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  margin: 0px 0 10px 0;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-child .ttl-child {
    font-size: 16px;
  }
}
.tryuqmobile-page .sect-step .step-child .ttl-child .icon-number {
  flex: 0 0 37px;
  max-width: 37px;
  width: 37px;
  text-align: center;
  padding-left: 21px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-child .ttl-child .icon-number {
    flex: 0 0 12px;
    max-width: 12px;
    width: 12px;
    text-align: left;
    align-self: flex-start;
    padding-left: 0;
  }
}
.tryuqmobile-page .sect-step .step-child .ttl-child .icon-number ~ span {
  padding-left: 15px;
  line-height: 1.3333333333;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-child .ttl-child .icon-number ~ span {
    line-height: 1.5;
    padding-left: 17px;
  }
}
.tryuqmobile-page .sect-step .step-child .line-arrow {
  position: relative;
  border-top: 1px solid #083090;
  margin-top: 38px;
  margin-bottom: 18px;
  margin-left: 53px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-child .line-arrow {
    margin-top: 19px;
    margin-bottom: 1px;
    margin-left: 25px;
  }
}
.tryuqmobile-page .sect-step .step-child .line-arrow:after, .tryuqmobile-page .sect-step .step-child .line-arrow:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  margin-top: -1px;
}
.tryuqmobile-page .sect-step .step-child .line-arrow:after {
  border-color: rgba(254, 242, 248, 0);
  border-top-color: #eef5fb;
  border-width: 15px;
  margin-left: -15px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-child .line-arrow:after {
    border-width: 7px;
    margin-left: -7px;
  }
}
.tryuqmobile-page .sect-step .step-child .line-arrow:before {
  border-color: rgba(228, 1, 127, 0);
  border-top-color: #083090;
  border-width: 16px;
  margin-left: -16px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-child .line-arrow:before {
    border-width: 8px;
    margin-left: -8px;
  }
}
.tryuqmobile-page .sect-step .step-child-item {
  position: relative;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-child-item {
    padding-bottom: 9px;
    padding-top: 29px;
  }
}
.tryuqmobile-page .sect-step .step-child-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 14px;
}
.tryuqmobile-page .sect-step .step-child-item.step-child-item--02 {
  margin-bottom: 15px;
  padding-top: 17px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-child-item.step-child-item--02 {
    margin-bottom: 5px;
    padding-bottom: 23px;
    padding-top: 29px;
  }
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .sect-step .step-child-item.step-child-item--02 .ask-group__item {
    margin-bottom: 17px;
    margin-top: 15px;
  }
}
.tryuqmobile-page .sect-step .step-child-item.step-child-item--02 .ask-group__item ~ .step-child-item__txt {
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-child-item.step-child-item--02 .ask-group__item ~ .step-child-item__txt {
    margin-top: -6px;
  }
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .sect-step .step-child-item.step-child-item--02 .ask-group__item ~ .step-child-item__txt:last-child {
    margin-top: 21px;
    margin-bottom: -3px;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-child-item.step-child-item--02 .ask-group__item ~ .step-child-item__txt:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-child-item.step-child-item--03 {
    padding-top: 28px;
  }
}
.tryuqmobile-page .sect-step .step-child-item.step-child-item--03 .step-child-item__txt {
  padding-top: 4px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-child-item.step-child-item--03 .step-child-item__txt {
    padding-top: 0;
    margin-top: -2px;
  }
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .sect-step .step-child-item__content {
    margin-top: 22px;
    padding-left: 51px;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-child-item__content {
    padding-left: 25px;
  }
}
.tryuqmobile-page .sect-step .step-child-item__txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6666666667;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-child-item__txt {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
.tryuqmobile-page .sect-step .step-child-item__txt--border {
  border: 1px solid #083090;
  padding: 8px !important;
  text-align: center;
  font-weight: bold;
  color: #083090;
  margin: 19px 2px 0px 3px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .step-child-item__txt--border {
    margin: 35px 0 0 0 !important;
    background: none;
    text-align: left;
    padding: 6px 3px 9px 12px;
    letter-spacing: -0.05em;
  }
}
.tryuqmobile-page .sect-step .ask-group__item {
  display: flex;
  margin: 13px 0 17px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .ask-group__item {
    margin-top: 17px;
    margin-bottom: 17px;
  }
}
.tryuqmobile-page .sect-step .ask-group__item .ask-group__des p {
  color: #e4017f;
  border: 1px solid #e4017f;
}
@media print, screen and (min-width: 769px) {
  .tryuqmobile-page .sect-step .ask-group__item--blue {
    margin-bottom: -5px;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .ask-group__item--blue {
    margin-top: 13px;
    margin-bottom: 22px;
  }
}
.tryuqmobile-page .sect-step .ask-group__item--blue .ask-group__des {
  padding-left: 0;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .ask-group__item--blue .ask-group__des {
    padding-right: 7px;
  }
}
.tryuqmobile-page .sect-step .ask-group__item--blue .ask-group__des p {
  color: #083090;
  border: 1px solid #083090;
  padding: 14px 16px 20px 21px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .ask-group__item--blue .ask-group__des p {
    font-size: 13px;
    padding: 6px 16px 10px 17px;
    margin: 0;
  }
}
.tryuqmobile-page .sect-step .ask-group__item--blue .ask-group__des p:after {
  left: 100%;
  background-image: url(../images/ic_arrow05.png);
  background-size: contain;
}
.tryuqmobile-page .sect-step .ask-group__avatar {
  flex: 0 0 60px;
  max-width: 60px;
  width: 60px;
  margin-top: 2px;
}
.tryuqmobile-page .sect-step .ask-group__des {
  flex: 1;
  padding-left: 18px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .ask-group__des {
    padding-left: 7px;
  }
}
.tryuqmobile-page .sect-step .ask-group__des p {
  font-size: 14px;
  line-height: 1.875;
  color: #083090;
  letter-spacing: 0.1em;
  border: 1px solid #083090;
  background: #fff;
  padding: 14px 16px 16px 21px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .ask-group__des p {
    font-size: 14px;
    line-height: 1.5714285714;
    padding: 6px 18px 6px 18px;
  }
}
.tryuqmobile-page .sect-step .ask-group__des p:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 12px;
  height: 8px;
  margin-top: -4px;
  background-repeat: no-repeat;
  background-image: url(../images/ic_arrow04.png);
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .ask-group__des p:after {
    top: 14px;
    width: 7px;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-step .ask-group .step-child-item__txt {
    margin-bottom: -5px;
    margin-top: 15px;
  }
}
.tryuqmobile-page .sect-note {
  background: url(../images/bg_line.png) no-repeat bottom left;
  padding-bottom: 100px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-note {
    background: url(../images/bg_line_sp.png) no-repeat bottom left;
    background-size: contain;
    padding-top: 0px;
    padding-bottom: 59px;
  }
}
.tryuqmobile-page .sect-note .icon-plus {
  background: none;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-note .icon-plus {
    margin-top: -12px;
  }
}
.tryuqmobile-page .sect-note .icon-plus:after, .tryuqmobile-page .sect-note .icon-plus:before {
  background-color: #083090;
  width: 18px;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-note .icon-plus:after, .tryuqmobile-page .sect-note .icon-plus:before {
    width: 15px;
    height: 2px;
  }
}
.tryuqmobile-page .sect-note .note-wrap {
  box-shadow: 3px 3px 0px #dddddd;
  margin-bottom: 4px;
  position: relative;
}
.tryuqmobile-page .sect-note .note-ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  position: relative;
  border: 1px solid #cccccc;
  position: relative;
  background: #fff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-note .note-ttl {
    font-size: 18px;
    line-height: 1.5;
    padding: 16px;
  }
}
.tryuqmobile-page .sect-note .note-content {
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 28px 28px 0px 28px;
  display: none;
  overflow-y: auto;
  max-height: 60vh;
}
.tryuqmobile-page .sect-note .note-content .inner-scroll {
  padding-bottom: 70px;
}
@media screen and (min-width: 751px) and (max-width: 1039px) {
  .tryuqmobile-page .sect-note .note-content {
    padding: 20px 20px 0px 20px;
  }
  .tryuqmobile-page .sect-note .note-content .inner-scroll {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-note .note-content {
    padding: 20px 20px 0px 20px;
    max-height: 50vh;
  }
  .tryuqmobile-page .sect-note .note-content .inner-scroll {
    padding-bottom: 60px;
  }
}
.tryuqmobile-page .sect-note .note-content h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 11px 0;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-note .note-content h4 {
    font-size: 16px;
    margin: 0 0 5px 0;
  }
}
.tryuqmobile-page .sect-note .note-content h5 {
  font-size: 14px;
  margin: 0 0 9px 0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-note .note-content h5 {
    font-size: 14px;
    margin: 0 0 5px 0;
  }
}
.tryuqmobile-page .sect-note .note-content p {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-note .note-content p {
    font-size: 14px;
    margin-bottom: 6px;
    line-height: 1.6666666667;
  }
}
.tryuqmobile-page .sect-note .note-content p strong {
  font-weight: bold;
}
.tryuqmobile-page .sect-note .note-content p.c-indent {
  line-height: 1.666667;
  margin-top: 6px;
  margin-bottom: 9px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-note .note-content p.c-indent {
    line-height: 1.6666666667;
    margin-top: 4px;
    margin-bottom: 4px;
  }
}
.tryuqmobile-page .sect-note .note-content dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-note .note-content dt {
    font-size: 18px;
  }
}
.tryuqmobile-page .sect-note .note-content dl + dl {
  margin-top: 35px;
}
.tryuqmobile-page .sect-note .note-content dd {
  font-size: 14px;
  line-height: 1.8;
}
.tryuqmobile-page .sect-note .note-content dd p + p {
  margin-top: 15px;
}
.tryuqmobile-page .sect-note .note-content a.pdf {
  padding-left: 22px;
  background: url(../images/link_file_pdf.png) no-repeat bottom left;
}
.tryuqmobile-page .sect-note .note-content .c-indent li {
  margin-top: 12px;
}
.tryuqmobile-page .sect-note .note-content hr {
  border-top: 1px solid #ededed;
  margin: 29px 0 25px 0;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-note .note-content hr {
    margin: 22px 0 19px 0;
  }
}
.tryuqmobile-page .sect-note .note-content .js-accordion-close {
  width: 100%;
  height: 30px;
  background: #ccc;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0 !important;
}
.tryuqmobile-page .sect-note .note-content .js-accordion-close:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 13px;
  left: calc(50% - 4px);
  transform: rotate(-45deg);
}
.tryuqmobile-page .sect-note .note-btn {
  margin-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-note .note-btn {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 25px;
  }
}
.tryuqmobile-page .sect-faq {
  padding-top: 13px;
  padding-bottom: 60px;
}
.tryuqmobile-page .sect-faq:before {
  background-image: url(../images/bg_line_left_02.png);
  left: 0;
  top: 37px;
}
.tryuqmobile-page .sect-faq .container {
  max-width: 885px;
}
.tryuqmobile-page .sect-faq:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-faq {
    padding-top: 25px;
    padding-bottom: 40px;
  }
  .tryuqmobile-page .sect-faq::before {
    background-image: url(../images/bg_line_left_sp_01.png);
    width: 21.3333333333vw;
    top: 19px;
  }
  .tryuqmobile-page .sect-faq::after {
    display: none;
  }
}
.tryuqmobile-page .sect-faq .faq-list {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-faq .faq-list {
    margin-top: 18px;
  }
}
.tryuqmobile-page .sect-faq .faq-item {
  background: #fff;
  position: relative;
  z-index: 6;
  box-shadow: 3px 3px 0px #dddddd;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-faq .faq-item {
    box-shadow: 3px 3px 0px #dddddd;
    margin-bottom: 3px;
  }
}
.tryuqmobile-page .sect-faq .faq-item .js-accordion-btn .icon-plus:before {
  opacity: 1;
}
.tryuqmobile-page .sect-faq .faq-item .js-accordion-btn.active .icon-plus::before {
  opacity: 0;
}
.tryuqmobile-page .sect-faq .faq-item ~ .faq-item {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-faq .faq-item ~ .faq-item {
    margin-top: 14px;
  }
}
.tryuqmobile-page .sect-faq .faq-item__ttl {
  font-size: 18px;
  border: 1px solid #083090;
  position: relative;
  padding: 20px 58px 20px 49px;
  font-weight: bold;
  line-height: 1.3333333333;
  min-height: 30px;
  display: flex;
  align-items: center;
}
.tryuqmobile-page .sect-faq .faq-item__ttl:after {
  content: "";
  min-height: inherit;
  font-size: 0;
}
.tryuqmobile-page .sect-faq .faq-item__ttl p {
  max-width: 100%;
  width: 100%;
  line-height: 1.3333333333;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-faq .faq-item__ttl {
    font-size: 18px;
    min-height: 52px;
    padding: 11px 49px 11px 49px;
    height: auto;
  }
  .tryuqmobile-page .sect-faq .faq-item__ttl .icon-plus {
    margin-top: -12px;
  }
}
@media screen and (max-width: 374px) {
  .tryuqmobile-page .sect-faq .faq-item__ttl {
    font-size: 16px;
  }
}
.tryuqmobile-page .sect-faq .faq-item__ttl:before {
  content: "";
  background-image: url(../images/ic_q.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 29px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -15px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-faq .faq-item__ttl:before {
    background-image: url(../images/ic_q_sp.png);
    width: 23px;
    height: 39px;
    left: 17px;
    margin-top: -18px;
  }
}
.tryuqmobile-page .sect-faq .faq-item__content {
  background-color: #eef5fb;
  padding: 25px 49px 25px 49px;
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 300;
  display: none;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-faq .faq-item__content {
    padding: 20px 28px 20px 28px;
    font-size: 14px;
    line-height: 1.6923076923;
    font-weight: normal;
  }
}
.tryuqmobile-page .sect-faq .faq-item__content .ttl-sub {
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-faq .faq-item__content .ttl-sub {
    margin-bottom: 18px;
  }
}
.tryuqmobile-page .sect-faq .faq-item__content p {
  margin-bottom: 10px;
}
.tryuqmobile-page .sect-faq .faq-item__content p:last-child {
  margin-bottom: 0;
}
.tryuqmobile-page .sect-faq .faq-item__content > ul {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-faq .faq-item__content > ul {
    margin-bottom: 31px;
  }
}
.tryuqmobile-page .sect-faq .faq-item__content > ul:last-child {
  margin-bottom: 0;
}
.tryuqmobile-page .sect-faq .faq-item__content > ul > li {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-faq .faq-item__content > ul > li {
    margin-bottom: 6px;
    line-height: 1.7;
  }
}
.tryuqmobile-page .sect-faq .faq-item__content > ul ul {
  margin-top: 6px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .tryuqmobile-page .sect-faq .faq-item__content > ul ul {
    font-weight: 300;
  }
  .tryuqmobile-page .sect-faq .faq-item__content > ul ul li {
    line-height: 1.9;
  }
}
.tryuqmobile-page .sect-faq .faq-item__content a {
  color: #083090;
  text-decoration: underline;
}
.tryuqmobile-page .sect-faq .faq-item__content a:hover {
  text-decoration: none;
}
.tryuqmobile-page .sect-faq .faq-item__content a.blank:after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='19px' height='18px'%3E%3Cpath fill-rule='evenodd' fill='rgb(8, 48, 144)' d='M17.000,13.999 L16.000,13.999 L16.000,17.999 L6.000,17.999 L-0.000,17.999 L-0.000,11.997 L-0.000,2.999 L4.000,2.999 L4.000,-0.001 L6.000,-0.001 L6.000,0.001 L17.000,0.001 L17.000,-0.001 L19.000,-0.001 L19.000,0.001 L19.000,2.001 L19.000,11.997 L19.000,13.999 L17.000,13.999 ZM17.000,2.001 L6.000,2.001 L6.000,2.999 L6.000,11.997 L16.000,11.997 L17.000,11.997 L17.000,2.001 Z'/%3E%3C/svg%3E");
  width: 19px;
  height: 18px;
  vertical-align: middle;
  background-size: contain;
  margin-left: 7px;
  background-repeat: no-repeat;
  transform: scale(0.8);
}
.tryuqmobile-page .sect-faq .faq-item__content .pdf {
  background: url(https://www.uqwimax.jp/common2/images/link_file_pdf.png) no-repeat center left;
  padding-left: 22px;
}
/*# sourceMappingURL=contents.css.map */

@media screen and (min-width:769px) {
.remarks_for_kv{
    font-size: 16px;
    color:#000;
	margin:10px 0;
	text-align:center;
    }
}

@media screen and (min-width:0px) and (max-width:768px) {
.remarks_for_kv{
    font-size: 3.5vw;
    color:#000;
    margin:4vw 0;
	text-align:center;
    }
}

/* よくある質問 */
a{
  text-decoration: none;
}

.c-accordion__inner {
  background: #fff;
  border: 3px solid #083090;
  border-radius: 5px
}

.c-accordion__inner + .c-accordion__inner {
  margin-top: 2.666666666666667vw
}

.c-accordion__link {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 10px 30px;
  text-decoration: none
}

.c-accordion__body {
  display: none;
  font-size: 3.466666666666666vw;
  will-change: height
}

.c-accordion__close {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 4.266666666666667vw;
  font-weight: 700;
  justify-content: center;
  margin: 6.666666666666667vw 0 0
}

.c-accordion__icon {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 12vw
}

.c-image {
  height: auto;
  width: 100%
}


.c-qa__box {
  border-bottom: 2px solid #c7c7c7;
  position: relative
}

.c-qa__box--text {
  color: #000;
  font-size: 4.266666666666667vw;
  line-height: cacl(1.40625)
}

.c-qa__toggle {
  cursor: pointer;
  padding: 3.733333333333334vw 9.333333333333334vw;
  position: relative;
  transition: opacity .2s cubic-bezier(.39, .575, .565, 1)
}

.c-qa__toggle:hover {
  opacity: .7
}

.c-qa__toggle:before {
  -webkit-transform: translateY(50%);
  transform: translateY(50%)
}

.c-qa__toggle:after,
.c-qa__toggle:before {
  background-color: #0091d7;
  content: "";
  height: .8vw;
  position: absolute;
  right: 1.066666666666667vw;
  top: 47%;
  width: 3.733333333333334vw
}

.c-qa__toggle:after {
  -webkit-transform: translateY(50%) rotate(90deg);
  transform: translateY(50%) rotate(90deg)
}

.c-qa__question {
  font-weight: 700;
  position: relative
}

.c-qa__question:before {
  color: #0091d7;
  content: "Q.";
  font-size: 5.333333333333334vw;
  left: -8vw;
  position: absolute;
  top: -.8vw
}

.c-qa__answer {
  display: none;
  padding: 0 0 3.733333333333334vw 9.333333333333334vw;
  position: relative
}

.c-qa__answer:before {
  color: #c7c7c7;
  content: "A.";
  font-size: 5.333333333333334vw;
  font-weight: 700;
  left: 1.333333333333333vw;
  position: absolute;
  top: -.8vw
}

.is-open:after {
  content: "";
  display: none
}

.c-text-underline {
  border-bottom: 1px solid #083090;
  color: #083090;
  font-weight: 700
}

.c-text-underline:hover {
  border-bottom: none
}

.c-text-link {
  border-bottom: 1px solid #083090;
  color: #083090;
  font-weight: 700
}

.c-text-link:hover {
  border-bottom: none
}

.c-text-link:after {
  content: " >";
  display: inline
}

.c-text-link--blank {
  color: #083090;
  font-weight: 700;
  text-decoration: underline !important;
  text-underline-offset: 2px
}

.c-text-link--blank:hover {
  text-decoration: none !important
}

.c-text-link--blank:after {
  background: url(../img/icon_blank_blue.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 3.733333333333334vw;
  margin-left: 1.066666666666667vw;
  margin-right: .533333333333333vw;
  vertical-align: text-top;
  width: 4.8vw
}

.is-show {
  opacity: 1;
  visibility: visible
}

.procedure__accordion-inner {
  margin: 0 6.666666666666667vw;
  padding: 0 0 6.666666666666667vw
}

.procedure__question {
  font-size: 3.733333333333334vw;
  margin-top: 5.333333333333334vw;
  text-align: center
}

@media screen and (max-width:768.98px) {
  .pc-only {
      display: none
  }

}

@media print,
screen and (min-width:769px) {
  .sp-only {
      display: none
  }

  .c-accordion__inner {
      border: 4px solid #083090;
      border-radius: 10px
  }

  .c-accordion__inner + .c-accordion__inner {
      margin-top: 15px
  }

  .c-accordion__body {
      font-size: 13px
  }

  .c-accordion__close {
      font-size: 15px;
      margin: 30px 0 0;
      transition: opacity .2s cubic-bezier(.39, .575, .565, 1)
  }

  .c-accordion__close:hover {
      opacity: .7
  }

  .c-accordion__close .c-icon-minus {
      margin-right: 12px
  }

  .c-accordion__icon {
      width: 45px
  }

  .c-image {
      width: auto
  }

  .c-qa__box--text {
      font-size: 16px;
      line-height: 1.6
  }

  .c-qa__toggle {
      padding: 24px 55px 24px 45px
  }

  .c-qa__toggle:after,
  .c-qa__toggle:before {
      height: 6px;
      top: 43%;
      width: 28px
  }

  .c-qa__question:before {
      font-size: 35px;
      left: -45px;
      top: -20px
  }

  .c-qa__answer {
      padding: 0 0 24px 45px
  }

  .c-qa__answer:before {
      font-size: 35px;
      left: 0;
      top: -10px
  }

  .c-text-link--blank:after {
      height: 14px;
      margin-left: 4px;
      margin-right: 4px;
      width: 18px
  }

  .procedure__accordion-inner {
      margin: 0 118px;
      padding: 0 0 30px
  }

  .procedure__question {
      font-size: 12px;
      margin-top: 25px
  }

}

/* accordion open */

.c-accordion__body--open{
  display: block;
}

.tryuqmobile-page a.pdf {
  padding-left: 22px;
  background: url(../images/link_file_pdf.png) no-repeat bottom left;
}