@charset "UTF-8";

.uqv2-globalfooter *, .uqv2-section * {
    opacity: 1 !important;
}

/* ========== base ========== */
body article #guide {
  padding: 50px 0 0;
  box-sizing: border-box;
  color: #000;
  font-weight: 400;
}
body article #guide img {
  width: 100%;
  height: auto;
}

body article #guide p,
body article #guide li {
  line-height: 1.5;
}
body article #guide ul {
  list-style: none;
}
body article #guide ul li {
  margin: 0;
}

body article #guide .pink {
  color: #083090;
}
body article #guide ul.notes {
  list-style: none;
}
body article #guide ul.notes li {
  margin-left: 0;
}
body article #guide a:link, body article #guide a:visited {
  text-decoration: none;
}

/* ========== only ========== */
@media screen and (min-width: 769px) {
  body article #guide .disp_sp {
    display:none;
  }
}
@media screen and (max-width: 768px) {
  body article #guide .disp_pc {
    display:none;
  }
}

/* ========== head ========== */
@media (min-width: 769px) {
  body article #guide {
    padding: 60px 0 0;
  }
}
body article #guide .head_ttl {
  background: -webkit-linear-gradient(315deg, #0391d7, #083090);
  background: linear-gradient(135deg, #0391d7, #083090);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255,255,255,0);
  color: #083090;

  font-size: 40px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 768px) {
 body article #guide .head_ttl {
   font-size: 30px;
 }
}
body article #guide .head_txt {
  margin: 25px auto 50px;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 768px) {
  body article #guide .head_txt {
    margin: 25px auto 25px;
  }
}

/* ========== Nav ========== */
body article #guide .container {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
body article #guide .nav-anchor {
  background: #083090;
}
@media screen and (max-width: 768px) {
  body article #guide .nav-anchor {
    margin: 25px 0 0;
  }
}
body article #guide .nav-anchor .container {
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  body article #guide .nav-anchor .container {
    padding: 0;
    max-width: 100%;
  }
}
body article #guide .nav-anchor ul {
  display: flex;
  padding-right: 4px;
  flex-wrap: wrap;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  body article #guide .nav-anchor ul {
    padding-right: 0;
  }
}
body article #guide .nav-anchor ul li {
  flex: 0 0 33.3%;
  max-width: 33.3%;
  width: 33.3%;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  body article #guide .nav-anchor ul li {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    position: relative;
    box-sizing: border-box;
  }
  body article #guide .nav-anchor ul li:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    position: relative;
    box-sizing: border-box;
  }
}
@media print, screen and (min-width: 769px) {
  body article #guide .nav-anchor ul li {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 768px) {
  body article #guide .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);
  }
}
body article #guide .nav-anchor ul li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
body article #guide .nav-anchor ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  height: 100px;
  display:block;
  padding-top:29px;
  box-sizing:border-box;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 6;
}
@media print, screen and (min-width: 769px) {
  body article #guide .nav-anchor ul li a:hover {
    background-color: #0a5cb0;
  }
  body article #guide .nav-anchor ul li a:hover:before {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  body article #guide .nav-anchor ul li a {
    font-size: 16px;
    height: 59px;
    display: flex;
    padding: 0 22px 0 0;
    align-items: center;
    justify-content: 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) {
  body article #guide .nav-anchor ul li a {
    font-size: 12px;
  }
}
body article #guide .nav-anchor ul li a > * {
  position: relative;
  z-index: 2;
}
body article #guide .nav-anchor ul li a:after {
  content: "";
  position: absolute;
  left: -1px;
  right: 0;
  bottom: 24px;
  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) {
  body article #guide .nav-anchor ul li a:after {
    left: inherit;
    bottom: inherit;
    top: 50%;
    margin-top: -5px;
    right: 9px;
    width: 12px;
    height: 8px;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  body article #guide .nav-anchor ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("../images/bg_btn_01.png") 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
body article #guide .nav-anchor ul li a span {
  display: block;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body article #guide .nav-anchor ul li a span {
    line-height: 1.25;
  }
}

/* ========== text-link ========== */
body article #guide p.text-link {
  margin-top: 30px;
  text-align: center;
}
body article #guide .text-link a {
  padding-bottom: 3px;
  padding-right: 20px;
  color: #000;
  position: relative;
  border-bottom: 1px solid #000;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  body article #guide .text-link a {
    font-size: 12px;
  }
}
body article #guide .text-link a::after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  right: 5px;
  top: 40%;
  transform: rotate(-45deg) translateY(-50%);
}
body article #guide .text-link a:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #000;
}
body article #guide .text-link a:link, body article #guide .text-link a:visited {
  color: #000;
}

/* ========== setp ========== */
body article #guide .step {
  margin: 40px auto 0;
  max-width: 760px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body article #guide .step {
    margin: 15px auto 0;
  }
}
body article #guide .step .step_panel {
  position: relative;
  box-sizing: border-box;
  padding: 40px 50px;
  margin-bottom: 57px;
  border-radius: 0;
  background: #fef2f8;
}
@media (max-width: 768px) {
  body article #guide .step .step_panel {
    margin: 0 25px 54px;
    padding: 25px;
  }
}
body article #guide .step .step_panel:before {
  display: block;
  content: "";
  background: url(../images/flow_ar.png) no-repeat;
  background-size: 100% auto;
  width: 32px;
  height: 47px;
  position: absolute;
  left: 50%;
  top: auto;
  bottom: -52px;
  margin-left: -16px;
}
@media (max-width: 768px) {
  body article #guide .step .step_panel:before {
    width: 30px;
    height: 44px;
    bottom: -49px;
    margin-left: -15px;
  }
}
body article #guide .step .step_panel:last-child {
	margin-bottom: 0;
}
body article #guide .step .step_panel:last-child:before {
	display: none;
}

body article #guide .step .step_panel p {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  body article #guide .step .step_panel p {
    margin-bottom: 5px;
  }
}

body article #guide .step .step_panel p.cap {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 768px) {
  body article #guide .step .step_panel p.cap {
    font-size: 14px;
  }
}

body article #guide .step .step_panel .step_num {
  background: #083090;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  border-radius: 20px;
  line-height: 1;
  padding: 8px 20px;
}
@media (max-width: 768px) {
  body article #guide .step .step_panel .step_num {
    margin-bottom: 10px;
    font-size: 13px;
    padding: 6px 15px;
  }
}

body article #guide .step .step_panel .step_ttl {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #083090;
}
@media (max-width: 768px) {
  body article #guide .step .step_panel .step_ttl {
    margin-bottom: 10px;
  }
}

body article #guide .step .step_panel .step_read {
  margin-top: 10px;
  font-size: 14px;
}
body article #guide .step .step_panel .step_read_ar-r {
	display: inline-block;
	width: 10px;
	height: auto;
	vertical-align: middle;
	margin: 0 15px;
}
@media (max-width: 768px) {
  body article #guide .step .step_panel .step_read_ar-r {
    width: 10px;
    margin: 0 8px;
  }
}
body article #guide .step .step_panel section {
  min-width: auto;
}
body article #guide .step .step_panel .return_col_ttl {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
body article #guide .step .step_panel .return_col_ttl small {
  font-size: 12px;
}
body article #guide .step .step_panel .return_col_img_notes {
  text-align: left;
}
body article #guide .return_col01 {
  margin-bottom: 30px;
  padding-bottom: 20px;
  background: url("../images/dotted.png") 50% 100% repeat-x;
  background-size: 4px auto;
}

/*  post  */
body article #guide .post {
  display: table;
  margin-top: 10px;
}
@media (max-width: 768px) {
  body article #guide .post {
    display: block;
    margin-top: 20px;
  }
}

body article #guide .post dt {
  display: table-cell;
  border-radius: 10px;
  min-width: 230px;
  vertical-align: top;
}
@media (max-width: 768px) {
  body article #guide .post dt {
    display: block;
    min-width: 0;
  }
}
body article #guide .post dt p {
  padding: 15px 0;
  font-size: 16px;
  font-weight: bold;
  color: #083090;
  background: #efefef;
}
@media (max-width: 768px) {
  body article #guide .post dt p {
    padding: 10px 0;
  }
}

body article #guide .post dd {
  display: table-cell;
  text-align: left;
  min-width: 220px;
  vertical-align: top;
  padding: 5px 0 20px 20px;
}
@media (max-width: 768px) {
  body article #guide .post dd {
    display: block;
    text-align: left;
    min-width: 0;
    padding: 10px 0 0 0;
  }
}
body article #guide .post dd p {
  font-size: 14px;
}

body article #guide .step .step_panel .post p {
  margin-bottom: 0;
}

/* ========== Button ========== */
body article #guide .btn_outer {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  height: 70px;
  font-size: 24px;
  font-weight: bold;
  color: #083090;
  text-decoration: #083090;
  box-sizing: border-box;
  padding: 0 20px;
  margin-top: 17px;
  text-align: center;
}
@media (max-width: 768px) {
  body article #guide .btn_outer {
    height: 60px;
    margin-top: 10px;
    font-size: 18px;
  }
}
body article #guide .btn_outer.small {
  height: 40px;
  font-size: 14px;
}
@media (max-width: 768px) {
  body article #guide .btn_outer.small {
    height: auto;
    font-size: 14px;
  }
}

body article #guide .btn_outer:before {
  position: absolute;
  content:"";
  width: 100%;
  height: 100%;
  top: 3px;
  left: 3px;
  box-sizing: border-box;
  background-color: #dddddd;
}
body article #guide .btn_outer::after {
  position: absolute;
  content:"";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #083090;
  box-sizing: border-box;
  background-color: #fff;
}
body article #guide .btn_outer span {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 2;
  background: url("../images/ico_arrow.png") 100% 50% no-repeat;
  background-size: 24px auto;
}
@media (max-width: 768px) {
  body article #guide .btn_outer span {
    display: block;
    padding: 10px 0;
  }
}
body article #guide .btn_outer span.blank {
  background: url("../images/icon_blank_o.png") 100% 50% no-repeat;
  background-size: 24px auto;
}

/* btn_outer02 */
body article #guide .btn_outer02 {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 16px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  background-color: #083090;
}
@media (max-width: 768px) {
  body article #guide .btn_outer02 {
    height: 40px;
    padding: 0 7px;
  }
}
body article #guide .btn_outer02:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../images/bg_btn_01.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
body article #guide .btn_outer02 span {
  line-height: 1.2;
}
body article #guide .btn_outer02 .ico {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 40px;
  background-color: #083090;
  background: url("../images/icon_blank.png") 100% 50% no-repeat;
  background-size: 24px auto;
}


/* ========== notes ========== */
body article #guide .notes {
  text-align: left;
  margin-top: 20px;
}
@media (max-width: 768px) {
  body article #guide .notes {
    margin-top: 0;
  }
}
body article #guide .notes li {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
}

/* ========== col01 ========== */
body article #guide .col01 {
  position: relative;
  padding: 40px 0 40px;
  width: 700px;
  margin: 0 auto;
  min-width: auto;
  background: url("../images/dotted.png") 50% 100% repeat-x;
  background-size: 4px auto;
}
@media screen and (max-width: 768px) {
  body article #guide .col01 {
    padding: 30px 25px;
    width: 100%;
    box-sizing: border-box;
    background: none;
    background-size: 4px auto;
  }
  body article #guide .col01:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 25px;
    width: calc(100% - 50px);
    height: 1px;
    box-sizing: border-box;
    background: url("../images/dotted.png") 50% 100% repeat-x;
    background-size: 4px auto;
  }
}
body article #guide .col01_ttl {
  background: -webkit-linear-gradient(315deg, #0391d7, #083090);
  background: linear-gradient(135deg, #0391d7, #083090);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255,255,255,0);
  color: #083090;

  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;

  margin: 0 auto 25px;
}
body article #guide .config {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body article #guide .config {
    margin-bottom: 20px;
    display: block;
  }
}
body article #guide .config dt {
  position: relative;
  display: flex;
  width: 267px;
  height: 50px;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  margin-right: 20px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  body article #guide .config dt {
    margin-bottom: 15px;
    height: 42px;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    margin-right: 0;
    font-size: 18px;
    font-weight: bold;
    padding-left: 40px;
  }
}
body article #guide .config dt p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
}
body article #guide .config dt .num {
  position: absolute;
  width: 10px;
  left: 19px;
  bottom: 50%;
  transform: translateY(50%);
}
@media screen and (max-width: 768px) {
  body article #guide .config dt .num {
    left: 15px;
    line-height: 0;
  }
}
body article #guide .config dd {
  flex: 1;
  font-size: 14px;
}
body article #guide .config dd p {
  margin-bottom: 0;
}
body article #guide .col01_read {
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body article #guide .col01_read {
    text-align: left;
  }
}
body article #guide .config_btn {
  width: 280px;
  height: 50px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body article #guide .config_btn {
    height: auto;
  }
}


/* ========== col02 ========== */
body article #guide .col02 {
  padding: 30px 7px;
  max-width: 700px;
  min-width: auto;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body article #guide .col02 {
    padding: 30px 0;
  }
}
body article #guide .col02_ttl {
  background: -webkit-linear-gradient(315deg, #0391d7, #083090);
  background: linear-gradient(135deg, #0391d7, #083090);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255,255,255,0);
  color: #083090;

  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;

  margin: 0 auto;
}
@media (min-width: 769px) {
  body article #guide .col02_ttl {
    margin: 0 auto -20px;
  }
}

body article #guide .col02 .step .step_panel {
  background: #fff;
  text-align: center;
}
body article #guide .col02 .step .step_read {
  text-align: left;
}
@media (max-width: 768px) {
  body article #guide .col02 .step .step_read {
    margin-bottom: 15px;
  }
}

@media (min-width: 769px) {
  body article #guide .col02_list {
    margin-top: 10px;
    letter-spacing: -1em;
    word-spacing: 0.1em;
    font-size: 0;
  }
  body article #guide .col02_list li {
    width: 186px;
    display: inline-block;
    letter-spacing: normal;
    margin-top: 15px;
    margin-left: 21px;
    vertical-align: top;
  }
  body article #guide .col02_list .col02_list_01,
  body article #guide .col02_list .col02_list_04,
  body article #guide .col02_list .col02_list_07 {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  body article #guide .col02_list {
    display: flex;
    flex-wrap: wrap;
  }
  body article #guide .col02_list li {
    width: 50%;
    box-sizing: border-box;
    text-align: left;
  }
  body article #guide .col02_list li:nth-child(odd) {
    padding-right: 7.5px;
  }
  body article #guide .col02_list li:nth-child(even) {
    padding-left: 7.5px;
  }
  body article #guide .col02_list li:nth-child(n+3) {
    margin-top: 15px;
  }
}
body article #guide .col02_list .img {
  width: 100%;
}
body article #guide .col02_list .cap {
  margin: 5px 0 0 0 !important;
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  body article #guide .col02_list .cap {
    margin: 5px 0 0 0 !important;
    font-size: 12px;
    line-height: 1.4;
  }
}

body article #guide .col02 .post .btn_outer {
  width: 300px;
  margin: 10px 0 0;
}
@media (max-width: 768px) {
  body article #guide .col02 .post .btn_outer {
    width: 100%;
    box-sizing: border-box;
  }
}


/* ========== col03 ========== */
body article #guide .contents {
  background: #efefef;
}
body article #guide .col03 {
  position: relative;
  padding: 40px 0 40px;
  width: 700px;
  margin: 0 auto;
  min-width: auto;
  background: url("../images/dotted.png") 50% 100% repeat-x;
  background-size: 4px auto;
}
@media screen and (max-width: 768px) {
  body article #guide .col03 {
    padding: 30px 25px;
    width: 100%;
    box-sizing: border-box;
    background: none;
    background-size: 4px auto;
  }
  body article #guide .col03:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 25px;
    width: calc(100% - 50px);
    height: 1px;
    box-sizing: border-box;
    background: url("../images/dotted.png") 50% 100% repeat-x;
    background-size: 4px auto;
  }
}
body article #guide .col03_ttl {
  background: -webkit-linear-gradient(315deg, #0391d7, #083090);
  background: linear-gradient(135deg, #0391d7, #083090);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255,255,255,0);
  color: #083090;

  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;

  margin: 0 auto 25px;
}
body article #guide .col03 ul {
  display: flex;
  flex-wrap: wrap;
}
body article #guide .col03 ul li {
  width: 220px;
  margin-right: 20px;
}
@media screen and (min-width: 769px) {
  body article #guide .col03 ul li:nth-child(n+4) {
    margin-top: 20px;
  }
  body article #guide .col03 ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  body article #guide .col03 ul li {
    width: calc(50% - 7.5px);
    margin-right: 15px;
  }
  body article #guide .col03 ul li:nth-child(n+3) {
    margin-top: 15px;
  }
  body article #guide .col03 ul li:nth-child(2n) {
    margin-right: 0;
  }
}
body article #guide .col03 .model_img {
  padding: 14px 20px;
  background-color: #fff;
}
body article #guide .col03 .model_btn {
  font-size: 12px;
  margin-bottom: 1px;
}
body article #guide .col03 .model_btn .ico {
  padding-right: 23px;
  box-sizing: border-box;
}
body article #guide .col03 .model_btn:last-child {
  margin-bottom: 0;
}

/* ========== col02 ========== */
@media (max-width: 768px) {
  body article #guide .notes {
    margin: 25px 25px 0;
  }
}

/* ========== backtoTry ========== */
@media (max-width: 768px) {
  .backtoTry {
    padding: 0 25px;
  }
}
.backtoTry a {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  height: 70px;
  font-size: 24px;
  font-weight: bold;
  color: #083090;
  text-decoration: #083090;
  box-sizing: border-box;
  padding: 0 20px;
  text-decoration: none;
}
.backtoTry a * {
  color: #083090;
}
@media (min-width: 769px) {
  .backtoTry a:hover {
    opacity:0.5;
  }
}
@media (max-width: 768px) {
  .backtoTry a {
    height: 60px;
    font-size: 18px;
  }
}
@media (max-width: 374px) {
  .backtoTry a {
    font-size: 13px;
  }
}

.backtoTry a:before {
  position: absolute;
  content:"";
  width: 100%;
  height: 100%;
  top: 3px;
  left: 3px;
  box-sizing: border-box;
  background-color: #dddddd;
}
.backtoTry a::after {
  position: absolute;
  content:"";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #083090;
  box-sizing: border-box;
  background-color: #fff;
}
.backtoTry a span {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 2;
  background: url("../images/ico_arrow02.png") 0 50% no-repeat;
  background-size: 24px auto;
}



/* ========== trial ========== */
.trial {
  padding: 50px 0;
  background-color: #cceaf7;
  /*background: url(../images/trial_bg.gif) 0 10px*/
}
.trial * {
  box-sizing: border-box;
  color: #000;
}
@media screen and (max-width: 768px) {
  .trial {
    padding: 0 0 9.33333vw 0;
  }
}

.trial .inner {
  width: 800px;
  padding: 30px 50px 40px 50px;
  margin: 0 auto 40px;
  background: url(../images/trial_bg.gif) 0 10px
}
@media screen and (max-width: 768px) {
  .trial .inner {
    width: 100%;
    background: url(../images/trial_bg_sp.gif) 0 10px;
    background-size: 8vw;
    padding: 9.33333vw 0;
  }
}

.trial__ttl {
  background: #fff;
  padding: 5px 20px;
  display: inline-block
}

@media screen and (max-width: 768px) {
  .trial__ttl {
    padding: 4.26667vw 2.66667vw;
    /* margin-left: 6.66667vw */
    margin-left: 15px;
  }
}

.trial__ttl h2 {
  font-size: 30px;
  line-height: 1.333;
  font-weight: 900;
  background: -webkit-linear-gradient(315deg, #33bcff, #0391d7);
  background: linear-gradient(135deg, #33bcff, #0391d7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  color: #0391d7
}

@media all and (-ms-high-contrast: none) {
  .trial__ttl h2 {
    background: none
  }
}

@media screen and (max-width: 768px) {
  .trial__ttl h2 {
    font-size: 8vw
  }
}

.trial__list {
  margin-top: 25px
}

@media screen and (max-width: 768px) {
  .trial__list {
    margin-top: 0;
    /* padding: 0 6.66667vw */
    padding: 0 15px;
  }
}

.trial__list>div {
  width: 100%;
  padding: 30px 50px 40px;
  background: #fff;
  position: relative
}

@media screen and (max-width: 768px) {
  .trial__list>div {
    width: 100%;
    padding: 6.66667vw 6.66667vw 8vw
  }
}

.trial__list>div h3 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400
}

@media screen and (max-width: 768px) {
  .trial__list>div h3 {
    font-size: 5.06667vw
  }
}

.trial__list>div h3 span {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 2px;
  display: block;
  background: -webkit-linear-gradient(315deg, #33bcff, #0391d7);
  background: linear-gradient(135deg, #33bcff, #0391d7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  color: #0391d7
}

@media all and (-ms-high-contrast: none) {
  .trial__list>div h3 span {
    background: none
  }
}

@media screen and (max-width: 768px) {
  .trial__list>div h3 span {
    font-size: 8vw
  }
}

.trial__list>div ul {
}

@media screen and (max-width: 768px) {
  .trial__list>div ul {
   
  }
}

.trial__list>div ul li {
  font-size: 14px;
  list-style: none
}

@media screen and (max-width: 768px) {
  .trial__list>div ul li {
    font-size: 14px;
  }
}

.trial__list>div ul li+li {
  margin-top: 10px
}

@media screen and (max-width: 768px) {
  .trial__list>div ul li+li {
    margin-top: 2vw
  }
}

.trial__list .trial__attention {
  margin-top: 50px;
  border: solid 1px #ccc;
  -webkit-box-shadow: 3px 3px 0px 0px #ddd;
  box-shadow: 3px 3px 0px 0px #ddd;
  position: relative
}

@media screen and (max-width: 768px) {
  .trial__list .trial__attention {
    margin-top: 8vw
  }
}

.trial__list .trial__attention>dt {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
  position: relative;
  background: #fff;
  z-index: 1
}

@media screen and (max-width: 768px) {
  .trial__list .trial__attention>dt {
    font-size: 18px !important;
  }
}

.trial__list .trial__attention>dt:before, .trial__list .trial__attention>dt:after {
  content: "";
  width: 18px;
  height: 2px;
  background: #0391d7;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease
}

@media screen and (max-width: 768px) {
  .trial__list .trial__attention>dt:before, .trial__list .trial__attention>dt:after {
    right: 10px
  }
}

.trial__list .trial__attention>dt:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.trial__list .trial__attention>dt.is-open:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.trial__list .trial__attention>dd {
  display: none;
  padding: 20px 20px 0px 20px;
  border-top: solid 1px #ccc;
  overflow-y: auto;
  max-height: 60vh
}

.trial__list .trial__attention > dd .inner-scroll {
  padding-bottom: 60px;
}


@media screen and (max-width: 768px) {
  .trial__list .trial__attention>dd {
    max-height: 50vh
  }
}

.trial__list .trial__attention>dd dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px
}

@media screen and (max-width: 768px) {
  .trial__list .trial__attention>dd dt {
    font-size: 18px;
  }
}

.trial__list .trial__attention>dd dl+dl {
  margin-top: 35px
}

.trial__list .trial__attention>dd dd {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8
}

.trial__list .trial__attention>dd dd p+p {
  margin-top: 15px
}

.trial__list .trial__attention>dd dd a.pdf {
  padding-left: 22px;
  background: url(https://www.uqwimax.jp/common2/images/link_file_pdf.png) no-repeat center left
}

.trial__list .trial__attention .js-accordion-close {
  width: 100%;
  height: 30px;
  background: #ccc;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0
}

.trial__list .trial__attention .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);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.trial__list .trial__shop {
  background: url(../images/trial_shop_ttl.png) top 23px right 72px no-repeat;
  background-color: #fff
}

@media screen and (max-width: 768px) {
  .trial__list .trial__shop {
    margin-top: 6.66667vw;
    background: url(../images/trial_shop_ttl_sp.png) no-repeat right top/100%;
    background-color: #fff
  }
}

.trial__list .trial__web {
  background: url(../images/trial_wimax_ttl.png) top 18px right 75px no-repeat;
  background-color: #fff;
  margin-top: 30px
}

@media screen and (max-width: 768px) {
  .trial__list .trial__web {
    margin-top: 0;
    background: url(../images/trial_wimax_ttl_sp.png) no-repeat right top/100%;
    background-color: #fff
  }
}

.trial__list .try-btn {
  margin-top: 30px
}

@media screen and (max-width: 768px) {
  .trial__list .try-btn {
    margin-top: 15px
  }
}

.trial__list .try-btn a:before {
  border-width: 0px 0px 70px 560px
}

@media screen and (max-width: 768px) {
  .trial__list .try-btn a:before {
    border-width: 0 0 16vw 73.33333vw
  }
}

.trial__link {
  margin-top: 25px;
  padding-left: 15px;
  display: inline-block;
  position: relative;
  left: 50%;
  font-weight: 400;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media screen and (max-width: 768px) {
  .trial__link {
    background-position: right center;
    background-size: 1.73333vw;
    margin-top: 4vw
  }
}

.trial__link:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #666;
  position: absolute;
  top: 8px;
  left: 0
}

.trial__link a {
  font-size: 14px;
  padding-bottom: 5px;
  border-bottom: solid 1px #a3a3a3;
  text-decoration: none;
  color: #000
}

@media print, screen and (min-width: 769px) {
  .trial__link a:hover {
    border-bottom: none
  }
}

@media screen and (max-width: 768px) {
  .trial__link a {
    font-size: 3.06667vw;
    padding-bottom: .8vw
  }
}

.trial__link a.blank:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: url(../images/outer_g.svg) no-repeat left bottom;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .trial__link a.blank:after {
    margin-top: 3px;
  }
}

.trial__link+.try-btn {
  margin-top: 30px
}

.try-btn {
  -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.25)
}

.try-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #33d0d4;
  height: 70px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  position: relative;
  line-height: 1.4;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease
}

@media print, screen and (min-width: 769px) {
  .try-btn a:hover {
    opacity: 0.5
  }
}

@media screen and (max-width: 768px) {
  .try-btn a {
    height: 16vw
  }
}

.try-btn a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 70px 280px;
  border-color: transparent transparent #00c4c9 transparent;
  position: absolute;
  bottom: 0;
  right: 0
}

@media screen and (max-width: 768px) {
  .try-btn a:before {
    border-width: 0 0 16vw 41.33333vw
  }
}

.try-btn a span {
  color: #fff;
  position: relative;
  z-index: 2
}

.try-btn a .icon-arrow {
  width: 24px;
  height: 24px;
  background: url(../images/btn_arrow.png) no-repeat;
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
  z-index: 2;
  background-size: 24px auto;
}
.try-btn a .icon-blank {
  width: 24px;
  height: 24px;
  background: url(../images/icon_blank.png) no-repeat;
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
  z-index: 2;
  background-size:100% auto;
}

.try-btn--mobile a {
  background: #ef2e99
}

.try-btn--mobile a:before {
  border-color: transparent transparent #e4017f
}

.try-btn--wimax a {
  background: #0659ae
}

.try-btn--wimax a:before {
  border-color: transparent transparent #083090
}


.trial .inner02 {
  width: 800px;
  padding: 30px 0 40px;
  margin: 0 auto 40px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .trial .inner02 {
    width: auto;
    padding: 6.66667vw;
    margin: 0 6.66667vw 9.33333vw;
  }
}

.trial .inner02 .title {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  color: #083090;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .trial .inner02 .title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.trial .inner02 .button {
  margin: 0 0 20px 120px;
  width: 562px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .trial .inner02 .button {
    margin: 0 0 20px 0;
    width: 100%;
    display: block;
  }
}
.trial .inner02 .button li {
  width: 250px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .trial .inner02 .button li {
    width: 100%;
  }
}
.trial .inner02 .button li:nth-child(odd) {
  margin-right: 62px;
}
@media screen and (max-width: 768px) {
  .trial .inner02 .button li:nth-child(odd) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.trial .inner02 .button li a:before {
  border-width: 0px 0px 70px 250px;
}
@media screen and (max-width: 768px) {
  .trial .inner02 .button li a:before {
    border-width: 0 0 16vw 73.33333vw;
  }
}
.trial .inner02 .text {
  margin-left: 120px;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .trial .inner02 .text {
    margin-left: 0;
    font-size: 14px;
    font-weight: 400;
  }
}