@charset "UTF-8";
/*COMMON-----------------------------------------------------------------------------------------------------------------*/
/* --------------------
リセット追加
-------------------- */
#try input[type="text"], #try input[type="tel"], #try input[type="mail"], #try textarea, #try select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

#try select::-ms-expand {
  display: none;
}

/* --------------------
基本設定
-------------------- */
html {
  overflow-y: scroll;
}

html.msie body {
  font-size: 100%;
}

html.no-msie body {
  font-size: 16px;
}

html.iphone a:hover, html.ipod a:hover, html.ipad a:hover, html.android a:hover {
  opacity: 1.0 !important;
}

html.iphone a:hover img, html.ipod a:hover img, html.ipad a:hover img, html.android a:hover img {
  opacity: 1.0 !important;
}

body #try {
  text-align: center;
  background: #fff;
  color: #2c2c2c;
  -webkit-text-size-adjust: 100%;
}

body #try {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body #try {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

#try a {
  text-decoration: underline;
}

#try a:link, #try a:visited {
  color: #0066cc;
}

#try a:hover, #try a:active {
  color: #0099ff;
}

@media (max-width: 768px) {
  #try a:hover, #try a:active {
    color: #0066cc;
  }
}

#try img {
  vertical-align: bottom;
}

/* --------------------
-----------------------
WiMAX
-----------------------
-------------------- */
/*サイト設定-------------------------------------------------------------------------------------------------------------*/
article #try div,
article #try li,
article #try p,
article #try ul {
  margin: 0;
  line-height: 1;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

article #try .uq-review div, article #try .uq-review p {
  line-height: 1.7;
  box-sizing: content-box;
  text-align: left;
}

body #try {
  font-family: "新ゴ M", "Shin Go Medium", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
}

/* --------------------

-------------------- */
#try img {
  width: 100%;
  height: auto;
}

/* --------------------
-----------------------
WiMAX
-----------------------
-------------------- */
/* --------------------
サイト共通
-------------------- */
#try {
  width: 100%;
}

#try .tryBtn {
  position: relative;
  margin: 0;
  box-sizing: border-box;
  border-radius: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

#try .tryBtn span {
  display: block;
  margin: 0;
  line-height: 1;
}

#try .tryBtn span img {
  width: auto;
  height: 100%;
}

#try .conv_L {
  width: 570px;
  height: 60px;
  background: #0a9905;
  box-shadow: 5px 8px 0 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .conv_L {
    width: calc(100% - 30px);
    height: 55px;
    box-shadow: 3px 5px 0 0 rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 769px) {
  #try .conv_L:hover {
    background: #14b90f;
  }
}

#try .conv_L span {
  height: 44px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .conv_L span {
    height: 31px;
  }
}

@media (min-width: 0px) and (max-width: 350px) {
  #try .conv_L span {
    height: 26px;
  }
}

#try .conv_LL {
  width: 570px;
  height: 80px;
  background: #0a9905;
  box-shadow: 5px 8px 0 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .conv_LL {
    width: calc(100% - 30px);
    height: 60px;
    box-shadow: 3px 5px 0 0 rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 769px) {
  #try .conv_LL:hover {
    background: #14b90f;
  }
}

#try .conv_LL span {
  height: 60px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .conv_LL span {
    height: 45px;
  }
}

#try .conv_S {
  width: calc(100% - 40px);
  max-width: 570px;
  height: 54px;
  background: #0a9905;
  box-shadow: 3px 5px 0 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .conv_S {
    width: calc(100% - 30px);
    height: 50px;
    box-shadow: 2px 4px 0 0 rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 769px) {
  #try .conv_S:hover {
    background: #14b90f;
  }
}

#try .conv_S span {
  height: 30px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .conv_S span {
    height: 24px;
  }
}

@media (min-width: 0px) and (max-width: 350px) {
  #try .conv_S span {
    height: 20px;
  }
}

#try .conv_SL {
  width: calc(100% - 40px);
  max-width: 570px;
  height: 54px;
  background: #0a9905;
  box-shadow: 3px 5px 0 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .conv_SL {
    width: calc(100% - 30px);
    height: 60px;
    box-shadow: 2px 4px 0 0 rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 769px) {
  #try .conv_SL:hover {
    background: #14b90f;
  }
}

#try .conv_SL span {
  height: 26px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .conv_SL span {
    height: 45px;
  }
}

#try .conv_w {
  width: 640px;
  height: 90px;
  background: #0a9905;
  box-shadow: 5px 8px 0 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .conv_w {
    width: calc(100% - 30px);
    height: 60px;
    box-shadow: 3px 5px 0 0 rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 769px) {
  #try .conv_w:hover {
    background: #14b90f;
  }
}

#try .conv_w span {
  width: 490px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .conv_w span {
    width: calc(100% - 30px);
    max-width: 315px;
  }
}

#try .conv_w span img {
  width: 100%;
  height: auto;
}

#try .mainColor_S {
  width: calc(100% - 100px);
  max-width: 400px;
  height: 48px;
  background: #00b1e4;
  box-shadow: 3px 5px 0 0 rgba(0, 177, 228, 0.35);
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .mainColor_S {
    width: calc(100% - 85px);
    min-width: 240px;
    height: 40px;
    box-shadow: 2px 4px 0 0 rgba(0, 177, 228, 0.35);
  }
}

@media (min-width: 0px) and (max-width: 350px) {
  #try .mainColor_S {
    width: calc(100% - 30px);
  }
}

@media (min-width: 769px) {
  #try .mainColor_S:hover {
    background: #23c3f1;
  }
}

#try .mainColor_S span {
  line-height: 1;
  color: #fff;
  font-size: 16px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .mainColor_S span {
    font-size: 14px;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .mainColor_S span {
    font-size: 13px;
  }
}

#try .borderColor_S {
  width: calc(100% - 100px);
  max-width: 400px;
  height: 48px;
  background: #fff;
  box-shadow: 3px 5px 0 0 #00b1e4;
  border: 2px solid #00b1e4;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .borderColor_S {
    width: calc(100% - 85px);
    min-width: 270px;
    height: 40px;
    box-shadow: 2px 4px 0 0 #00b1e4;
  }
}

@media (min-width: 769px) {
  #try .borderColor_S:hover {
    background: #e1f6fc;
  }
}

#try .borderColor_S span {
  line-height: 1;
  color: #00b1e4;
  font-size: 16px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .borderColor_S span {
    font-size: 14px;
  }
}

#try .subColor_S {
  width: calc(100% - 100px);
  max-width: 400px;
  height: 48px;
  background: #ed4e96;
  box-shadow: 3px 5px 0 0 rgba(237, 78, 150, 0.35);
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .subColor_S {
    width: calc(100% - 85px);
    min-width: 240px;
    height: 40px;
    box-shadow: 2px 4px 0 0 rgba(237, 78, 150, 0.35);
  }
}

@media (min-width: 0px) and (max-width: 350px) {
  #try .subColor_S {
    width: calc(100% - 30px);
  }
}

#try .subColor_S:hover {
  background: #ff6aad;
}

#try .subColor_S span {
  line-height: 1;
  color: #fff;
  font-size: 16px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .subColor_S span {
    font-size: 14px;
  }
}

#try .step1_S {
  width: calc(100% - 100px);
  max-width: 400px;
  height: 48px;
  background: #00b1e4;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .step1_S {
    width: calc(100% - 85px);
    min-width: 260px;
    height: 40px;
  }
}

@media (min-width: 769px) {
  #try .step1_S:hover {
    background: #23c3f1;
  }
}

#try .step1_S span {
  line-height: 1;
  color: #fff;
  font-size: 16px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .step1_S span {
    font-size: 14px;
  }
}

#try .step2_S {
  width: calc(100% - 100px);
  max-width: 400px;
  height: 48px;
  background: #fff;
  border: 2px solid #00b1e4;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .step2_S {
    width: calc(100% - 85px);
    min-width: 260px;
    height: 40px;
  }
}

@media (min-width: 769px) {
  #try .step2_S:hover {
    background: #e1f6fc;
  }
}

#try .step2_S span {
  line-height: 1;
  color: #00b1e4;
  font-size: 16px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .step2_S span {
    font-size: 14px;
  }
}

#try .conv_XS {
  width: 100%;
  height: 44px;
  background: #fff;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .conv_XS {
    height: 35px;
  }
}

@media (min-width: 769px) {
  #try .conv_XS:hover {
    background: #e1f6fc;
  }
}

#try .conv_XS span {
  line-height: 1;
  color: #00b1e4;
  font-size: 16px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .conv_XS span {
    font-size: 12px;
  }
}

#try .dn_w_L::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background: url("../images/ar_dn_w.svg") no-repeat right center;
  background-size: contain;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .dn_w_L::after {
    width: 18px;
    height: 18px;
    right: 15px;
  }
}

#try .right_w_L::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background: url("../images/ar_right_w.svg") no-repeat right center;
  background-size: contain;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .right_w_L::after {
    width: 18px;
    height: 18px;
    right: 15px;
  }
}

#try .outer_w_L::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background: url("../images/outer_w.svg") no-repeat right center;
  background-size: contain;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .outer_w_L::after {
    width: 17px;
    height: 17px;
    right: 15px;
  }
}

#try .dn_w_S::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url("../images/ar_dn_w.svg") no-repeat right center;
  background-size: contain;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .dn_w_S::after {
    width: 13px;
    height: 13px;
    right: 15px;
  }
}

#try .right_w_S::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url("../images/ar_right_w.svg") no-repeat right center;
  background-size: contain;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .right_w_S::after {
    width: 13px;
    height: 13px;
    right: 15px;
  }
}

#try .outer_w_S::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url("../images/outer_w.svg") no-repeat right center;
  background-size: contain;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .outer_w_S::after {
    width: 12px;
    height: 12px;
    right: 15px;
  }
}

#try .right_s_S::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  background: url("../images/ar_right_s.svg") no-repeat right center;
  background-size: contain;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .right_s_S::after {
    width: 13px;
    height: 13px;
    right: 13px;
  }
}

#try .right_s_XS::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  background: url("../images/ar_right_s.svg") no-repeat right center;
  background-size: contain;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .right_s_XS::after {
    width: 10px;
    height: 10px;
    right: 10px;
  }
}

#try .outer_s_XS::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  background: url("../images/outer_s.svg") no-repeat right center;
  background-size: contain;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .outer_s_XS::after {
    width: 12px;
    height: 12px;
    right: 9px;
  }
}

#try .btnTxt {
  display: inline-block;
  color: #000;
  font-size: 16px;
  text-decoration: underline;
  line-height: 1;
  position: relative;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .btnTxt {
    font-size: 14px;
  }
}

@media (min-width: 769px) {
  #try .btnTxt:hover {
    opacity: 0.8;
  }
}

#try .btnTxt::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  background: url("../images/ar_right_b.svg") no-repeat right center;
  background-size: contain;
  width: 12px;
  height: 12px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .btnTxt::after {
    right: -16px;
    width: 10px;
    height: 10px;
  }
}

#try .btnTxt_p {
  display: inline-block;
  color: #ed4e96 !important;
  font-size: 16px;
  text-decoration: underline;
  line-height: 1;
  position: relative;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .btnTxt_p {
    font-size: 14px;
  }
}

@media (min-width: 769px) {
  #try .btnTxt_p:hover {
    opacity: 0.8;
  }
}

#try .btnTxt_p::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  background: url("../images/ar_right_p.svg") no-repeat right center;
  background-size: contain;
  width: 12px;
  height: 12px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .btnTxt_p::after {
    right: -16px;
    width: 10px;
    height: 10px;
  }
}

#try .btnTxt_s {
  display: inline-block;
  color: #00b1e4 !important;
  font-size: 16px;
  text-decoration: underline;
  line-height: 1;
  position: relative;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .btnTxt_s {
    font-size: 14px;
  }
}

@media (min-width: 769px) {
  #try .btnTxt_s:hover {
    opacity: 0.8;
  }
}

#try .btnTxt_s::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  background: url("../images/outer_s.svg") no-repeat right center;
  background-size: contain;
  width: 16px;
  height: 16px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .btnTxt_s::after {
    width: 12px;
    height: 12px;
    right: -22px;
  }
}

#try .btnOther {
  width: 570px;
  height: 60px;
  background: #feeef5;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .btnOther {
    width: calc(100% - 30px);
    height: 55px;
  }
}

@media (min-width: 769px) {
  #try .btnOther:hover {
    background: rgba(254, 238, 245, 0.8);
  }
}

#try .btnOther span {
  line-height: 1;
  color: #ed4e96;
  font-size: 18px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .btnOther span {
    font-size: 16px;
  }
}

@media (min-width: 0px) and (max-width: 350px) {
  #try .btnOther span {
    font-size: 15px;
  }
}

#try .btnOther::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background: url("../images/ar_dn_p.svg") no-repeat right center;
  background-size: contain;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .btnOther::after {
    width: 18px;
    height: 18px;
    right: 15px;
  }
}

#try .secTtl {
  padding: 80px 0 0;
  margin: 0 auto;
  width: 480px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .secTtl {
    padding: 50px 0 0;
    width: calc(100% - 50px);
    max-width: 400px;
  }
}

#try .secTtl img {
  width: 100%;
  height: auto;
}

#try .cap {
  font-size: 10px;
  line-height: 1.6;
  text-align: left;
  color: #666;
}

#try .txtAccent_s {
  margin-bottom: 10px;
}

#try .txtAccent_s span {
  font-family: "新ゴ B", "Shin Go Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
  color: #00b1e4;
  font-size: 20px;
  line-height: 1;
  position: relative;
  display: inline-block;
  margin: 0 auto;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .txtAccent_s span {
    font-size: 16px;
  }
}

#try .txtAccent_s span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../images/diagonal_left_s.svg") no-repeat left bottom;
  background-size: contain;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .txtAccent_s span::before {
    left: -20px;
    width: 20px;
    height: 20px;
  }
}

#try .txtAccent_s span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../images/diagonal_right_s.svg") no-repeat left bottom;
  background-size: contain;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .txtAccent_s span::after {
    right: -20px;
    width: 20px;
    height: 20px;
  }
}

#try .txtAccent_w {
  margin-bottom: 25px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .txtAccent_w {
    margin-bottom: 12px;
  }
}

#try .txtAccent_w span {
  font-family: "新ゴ B", "Shin Go Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  position: relative;
  display: inline-block;
  margin: 0 auto;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .txtAccent_w span {
    font-size: 16px;
  }
}

#try .txtAccent_w span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../images/diagonal_left_w.svg") no-repeat left bottom;
  background-size: contain;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .txtAccent_w span::before {
    left: -22px;
    width: 20px;
    height: 20px;
  }
}

#try .txtAccent_w span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../images/diagonal_right_w.svg") no-repeat left bottom;
  background-size: contain;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .txtAccent_w span::after {
    right: -22px;
    width: 20px;
    height: 20px;
  }
}

#try .pdfIcon {
  padding-left: 1.4em;
  background: url("//www.uqwimax.jp/common2/images/link_file_pdf.png") no-repeat left top;
  background-size: contain;
}

#try .convTxt p, #try .cap p {
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}

.txt_link_s {
  background: url(../images/triangle_right_s.svg) no-repeat 3px center;
  background-size: 5px auto;
  padding-left: 12px;
}

.txt_link_s_outer {
  position: relative;
}

.txt_link_s_outer:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url(../images/outer_s.svg) no-repeat left center;
  background-size: 100%;
  margin: 0 2px;
}

.txt_link {
  background: url(../images/triangle_right_s.svg) no-repeat left center;
  background-size: 8px auto;
  padding-left: 12px;
}

.txt_link_outer {
  position: relative;
}

.txt_link_outer:after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../images/outer_s.svg) no-repeat left center;
  background-size: 100%;
  margin-left: 3px;
}

/* --------------------
-----------------------
WiMAX
-----------------------
-------------------- */
/* --------------------
PC・SP 画像切り替え 表示
-------------------- */
@media (min-width: 769px) {
  #try .pcSwitch {
    display: block;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .spSwitch {
    display: block;
  }
}

/* --------------------
se対応
-------------------- */
.seSwitch {
  display: none;
}

@media (min-width: 0px) and (max-width: 350px) {
  .seSwitch {
    display: block;
  }
}

/* --------------------
Style
-------------------- */
#try #kv {
  width: 100%;
  /* height: 540px; */
  height: 485px;
  position: relative;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #kv {
    width: 100%;
    height: auto;
  }
}

#try #kv .kvImg {
  width: 1800px;
  height: auto;
  position: absolute;
  left: calc(50% - 900px);
  top: 0;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #kv .kvImg {
    width: 100%;
    height: auto;
    position: relative;
    left: auto;
    top: auto;
  }
}

#try #kv .kvImg img {
  width: 100%;
  height: auto;
}

#try #link {
  padding: 30px 0;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #link {
    padding: 20px 0;
  }
}

#try #link .btn02 {
  margin: 30px 0 0;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #link .btn02 {
    margin: 20px 0 0;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #link .subColor_S span {
    font-size: 14px;
  }
}

@media (min-width: 0px) and (max-width: 350px) {
  #try #link .subColor_S span {
    font-size: 13px;
  }
}

#try #cp, #try .cp {
  width: 980px;
  height: auto;
  margin: 20px auto 0;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #cp, #try .cp {
    width: calc(100% - 15px);
    margin: 15px auto 0;
  }
}

#try #cp .cpBnr, #try .cp .cpBnr {
  width: 100%;
}

#try #cp .cpBnr img, #try .cp .cpBnr img {
  transition: all .2s ease-in-out;
}

@media (min-width: 769px) {
  #try #cp .cpBnr img:hover, #try .cp .cpBnr img:hover {
    opacity: .7;
  }
}

#try #nav {
  background: #e1f6fc;
  padding: 10px 0;
  border-bottom: 2px solid rgba(0, 177, 228, 0.3);
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #nav {
    padding: 8px;
    border-bottom: 1px solid rgba(0, 177, 228, 0.3);
  }
}

#try #nav ul {
  display: flex;
  justify-content: space-between;
  width: 980px;
  margin: 0 auto;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #nav ul {
    width: 100%;
  }
}

#try #nav ul li {
  display: inline-block;
  position: relative;
  width: calc((100% - 20px) / 3);
  height: 80px;
  background: #00b1e4;
  border-radius: 5px;
  overflow: hidden;
  transition: all .2s ease-in-out;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #nav ul li {
    width: calc((100% - 6px) / 3);
    height: 70px;
    border-radius: 3px;
  }
}

@media (min-width: 769px) {
  #try #nav ul li:hover {
    background: #23c3f1;
  }
}

#try #nav ul li a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 13px 0 0;
  line-height: 0;
  box-sizing: border-box;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #nav ul li a {
    padding: 11px 0 0;
  }
}

#try #nav ul li a::after {
  content: '';
  position: absolute;
  top: -5px;
  right: -5px;
  background: url("../images/btn_nav_txt1_ico.png") no-repeat right top;
  background-size: contain;
  width: 60px;
  height: 100px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #nav ul li a::after {
    top: -5px;
    right: -5px;
    width: 53px;
    height: 100px;
  }
}

#try #nav ul li a img {
  width: 240px;
  height: auto;
  margin: 0 auto;
  transition: all 0.2s cubic-bezier(0.5, 1.9, 0.6, 1.9);
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #nav ul li a img {
    width: 100%;
    max-width: 104px;
  }
}

@media (min-width: 0px) and (max-width: 350px) {
  #try #nav ul li a img {
    width: 92%;
  }
}

#try #nav ul li a::before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/ar_dn_w.svg") no-repeat center bottom;
  background-size: contain;
  width: 20px;
  height: 20px;
  transition: all 0.2s cubic-bezier(0.5, 1.9, 0.6, 1.9);
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #nav ul li a::before {
    bottom: 7px;
    width: 10px;
    height: 10px;
  }
}

@media (min-width: 769px) {
  #try #nav ul li a:hover img {
    transform: scale(1.04);
  }
}

@media (min-width: 769px) {
  #try #nav ul li a:hover::before {
    bottom: 10px;
  }
}

#try #nav ul li.nav2 a::after {
  content: '';
  position: absolute;
  top: -3px;
  right: -5px;
  background: url("../images/btn_nav_txt2_ico.png") no-repeat right top;
  background-size: contain;
  width: 64px;
  height: 100px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #nav ul li.nav2 a::after {
    top: -3px;
    right: -7px;
    width: 56px;
    height: 100px;
  }
}

#try #nav ul li.nav3 a::after {
  content: '';
  position: absolute;
  top: -14px;
  right: -25px;
  background: url("../images/btn_nav_txt3_ico.png") no-repeat right top;
  background-size: contain;
  width: 103px;
  height: 100px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #nav ul li.nav3 a::after {
    top: -14px;
    right: -20px;
    width: 89px;
    height: 100px;
  }
}

#try #introSec .slickBlock1 {
  margin: 40px 0 0;
  background: #e1f6fc;
  padding: 40px 0;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #introSec .slickBlock1 {
    margin: 25px 0 0;
    padding: 25px 0 40px;
  }
}

#try #introSec .slickBlock1 .slide-arrow {
  position: absolute;
  width: 36px;
  height: 36px;
  z-index: 1;
  cursor: pointer;
}

#try #introSec .slickBlock1 .next-arrow {
  right: 20px;
  top: 50%;
  margin-top: -18px;
}

@media (max-width: 374px) {
  #try #introSec .slickBlock1 .next-arrow {
    right: 5px;
  }
}

#try #introSec .slickBlock1 .prev-arrow {
  left: 20px;
  top: 50%;
  margin-top: -18px;
}

@media (max-width: 374px) {
  #try #introSec .slickBlock1 .prev-arrow {
    left: 5px;
  }
}

#try #introSec .slickBlock1 .slick-dots li button:before {
  color: #ccc;
  opacity: 1;
  content: "●";
  font-family: sans-serif;
  font-size: 10px;
}

#try #introSec .slickBlock1 .slick-dots li.slick-active button:before {
  color: #00b1e4;
}

#try #introSec .slickBlock1 .slick-dots {
  margin: 0 auto;
  bottom: -35px;
  left: 50%;
  transform: translate(-50%, 0);
}

#try #introSec .slickBlock1 .slick-dots li {
  width: auto;
  margin: 0;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #introSec .slickBlock1 .slick-dots {
    bottom: -30px;
  }
}

#try #introSec .slickBlock1 ul {
  width: 980px;
  margin: 0 auto;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #introSec .slickBlock1 ul {
    width: auto;
    display: block;
  }
}

#try #introSec .slickBlock1 ul li {
  width: 318px;
  box-sizing: border-box;
  margin-bottom: 0;
  text-align: left;
  padding: 0 6px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #introSec .slickBlock1 ul li {
    width: 80%;
    margin-bottom: 25px;
  }
}

#try #introSec .slickBlock1 ul li:last-child {
  margin-bottom: 0;
}

#try #introSec .slickBlock1 ul li .boxInner {
  height: 210px;
  background: #fff;
  padding: 25px 24px;
  box-sizing: border-box;
  width: 100%;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #introSec .slickBlock1 ul li .boxInner {
    min-height: 198px;
    height: auto;
  }
}

#try #introSec .slickBlock1 ul li .txtArea {
  position: relative;
}

#try #introSec .slickBlock1 ul li .txtArea .tag {
  font-family: "新ゴ DB", "Shin Go DeBold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
  padding: 4px 9px;
  background: #00b1e4;
  color: #fff;
  display: inline-block;
  border-radius: 20px;
  font-size: 17px;
  margin: 0 1px 10px 0;
  letter-spacing: -0.02em;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #introSec .slickBlock1 ul li .txtArea .tag {
    padding: 4px 9px;
    font-size: 15px;
  }
}

#try #introSec .slickBlock1 ul li .txtArea h2 {
  margin-bottom: 11px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #introSec .slickBlock1 ul li .txtArea h2 img {
    max-height: 64px;
    height: auto;
    width: auto;
  }
}

#try #introSec .slickBlock1 ul li .txtArea .subTxt {
  font-family: "新ゴ R", "Shin Go Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
  line-height: 1.5;
  font-size: 14px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #introSec .slickBlock1 ul li .txtArea .subTxt {
    line-height: 1.42;
    font-size: 13px;
  }
}

#try #introSec .slickBlock1 ul li .txtArea::after {
  content: '';
  position: absolute;
  top: -11px;
  right: 0;
  background: url("../images/ico_wave.png") no-repeat right top;
  background-size: contain;
  width: 45px;
  height: 100px;
}

#try #introSec .slickBlock1 ul li.box2 .txtArea::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/ico_mater.png") no-repeat right top;
  background-size: contain;
  width: 73px;
  height: 100px;
}

#try #introSec .slickBlock1 ul li.box3 .txtArea::after {
  content: '';
  position: absolute;
  top: -3px;
  right: -10px;
  background: url("../images/ico_pcsp.png") no-repeat right top;
  background-size: contain;
  width: 88px;
  height: 75px;
}

#try #link2, #try .link2 {
  padding: 30px 0;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #link2, #try .link2 {
    padding: 35px 0;
  }
}

#try #link2 .btn01, #try .link2 .btn01 {
  margin: 20px 0 0;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #link2 .btn01, #try .link2 .btn01 {
    margin: 15px 0 0;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #link2 .btn01 a, #try .link2 .btn01 a {
    height: 60px;
  }
}

#try #link2 .btn01 a span, #try .link2 .btn01 a span {
  height: 34px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #link2 .btn01 a span, #try .link2 .btn01 a span {
    height: 47px;
  }
}

#try #link2 .btn02, #try .link2 .btn02 {
  margin: 30px 0 0;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #link2 .btn02, #try .link2 .btn02 {
    margin: 20px 0 0;
  }
}

#try #link2 .btn03, #try .link2 .btn03 {
  margin: 30px 0 0;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #link2 .btn03, #try .link2 .btn03 {
    margin: 25px 0 0;
  }
}

#try #link3, #try .link3 {
  background: #00b1e4;
  padding: 30px 0;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #link3, #try .link3 {
    padding: 20px 0;
  }
}

#try #link3 ul, #try .link3 ul {
  width: 600px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #link3 ul, #try .link3 ul {
    width: calc(100% - 30px);
  }
}

@media (min-width: 0px) and (max-width: 350px) {
  #try #link3 ul, #try .link3 ul {
    width: calc(100% - 15px);
  }
}

#try #link3 ul li, #try .link3 ul li {
  width: calc(50% - 8px);
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #link3 ul li, #try .link3 ul li {
    width: calc(50% - 5px);
  }
}

@media (min-width: 0px) and (max-width: 350px) {
  #try #link3 ul li, #try .link3 ul li {
    width: calc(50% - 3px);
  }
}

#try #link4 {
  background: #00b1e4;
  padding: 30px 0;
  margin-top: 1px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #link4 {
    padding: 20px 0;
  }
}

#try #link4 .txtGiga {
  margin: 0 0 10px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #link4 .txtGiga {
    margin: 0 0 10px;
  }
}

@media (min-width: 0px) and (max-width: 350px) {
  #try #link4 .txtGiga span {
    font-size: 15px;
    letter-spacing: -0.05em;
  }
}

#try #link4 .gigaBnr {
  display: block;
  width: 980px;
  margin: 0 auto;
  transition: all .2s ease-in-out;
}

@media (min-width: 769px) {
  #try #link4 .gigaBnr:hover {
    opacity: .8;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #link4 .gigaBnr {
    width: calc(100% - 15px);
  }
}

#try #link4 .gigaBnr img {
  width: 100%;
}

#try #twaySec {
  background: #f5f5f5;
  padding-bottom: 40px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec {
    padding-bottom: 20px;
  }
}

#try #twaySec .twayUl {
  width: 980px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec .twayUl {
    width: auto;
    display: block;
  }
}

#try #twaySec .twayUl .twayBlock {
  margin-top: 60px;
  border-radius: 10px;
  width: 48.5%;
  display: inline-block;
  background: #e1f6fc;
  border: 4px solid #00b1e4;
  position: relative;
  padding: 71px 0 30px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec .twayUl .twayBlock {
    margin-top: 37px;
    border-radius: 10px;
    width: calc(100% - 15px);
    border: 4px solid #00b1e4;
    padding-bottom: 35px;
  }
}

#try #twaySec .twayUl .twayBlock .twayTtl {
  text-align: left;
  position: absolute;
  width: 100%;
  background: #00b1e4;
  top: 0;
  left: 0;
}

#try #twaySec .twayUl .twayBlock .twayTtl .sholderCopy {
  font-family: "新ゴ B", "Shin Go Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
  font-size: 18px;
  display: inline-block;
  background: #fff;
  border: 2px solid #00b1e4;
  border-radius: 20px;
  padding: 6px 20px 6px 60px;
  color: #00b1e4;
  position: absolute;
  top: -20px;
  left: 20px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec .twayUl .twayBlock .twayTtl .sholderCopy {
    font-size: 16px;
    padding: 4px 20px 4px 50px;
    top: -16px;
    left: 20px;
  }
}

#try #twaySec .twayUl .twayBlock .twayTtl h2 {
  width: 310px;
  padding: 24px 0 17px 80px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec .twayUl .twayBlock .twayTtl h2 {
    width: 256px;
    padding: 24px 0 17px 70px;
  }
}

@media (min-width: 0px) and (max-width: 350px) {
  #try #twaySec .twayUl .twayBlock .twayTtl h2 {
    width: 210px;
  }
}

#try #twaySec .twayUl .twayBlock .twayTtl::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: -30px;
  left: -12px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #00b1e4;
  background: #fff url("../images/ico_home.png") no-repeat 50% 50%;
  background-size: 71% auto;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec .twayUl .twayBlock .twayTtl::after {
    top: -25px;
    left: -8px;
    width: 69px;
    height: 69px;
  }
}

#try #twaySec .twayUl .twayBlock .twayTtl.twayTtlMobile::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: -30px;
  left: -12px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #00b1e4;
  background: #fff url("../images/ico_bag.png") no-repeat 50% 50%;
  background-size: 68% auto;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec .twayUl .twayBlock .twayTtl.twayTtlMobile::after {
    top: -25px;
    left: -8px;
    width: 69px;
    height: 69px;
  }
}

#try #twaySec .twayUl .twayBlock .twaySlick {
  width: 460px;
  margin: 30px auto 0;
  padding-bottom: 20px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec .twayUl .twayBlock .twaySlick {
    width: calc(100% - 8px);
    margin: 25px auto 0;
    padding-bottom: 20px;
  }
}

#try #twaySec .twayUl .twayBlock .twaySlick .slide-arrow {
  position: absolute;
  width: 14px;
  height: 22px;
  z-index: 1;
  cursor: pointer;
}

#try #twaySec .twayUl .twayBlock .twaySlick .next-arrow {
  right: 3px;
  top: 50%;
  margin-top: -11px;
}

@media (max-width: 374px) {
  #try #twaySec .twayUl .twayBlock .twaySlick .next-arrow {
    right: -4px;
  }
}

#try #twaySec .twayUl .twayBlock .twaySlick .prev-arrow {
  left: 3px;
  top: 50%;
  margin-top: -11px;
}

@media (max-width: 374px) {
  #try #twaySec .twayUl .twayBlock .twaySlick .prev-arrow {
    left: -4px;
  }
}

#try #twaySec .twayUl .twayBlock .twaySlick .slick-dots li button:before {
  color: #ccc;
  opacity: 1;
  content: "●";
  font-family: sans-serif;
  font-size: 10px;
}

#try #twaySec .twayUl .twayBlock .twaySlick .slick-dots li.slick-active button:before {
  color: #00b1e4;
}

#try #twaySec .twayUl .twayBlock .twaySlick .slick-dots {
  bottom: -30px;
}

#try #twaySec .twayUl .twayBlock .twaySlick .twayProducts {
  opacity: 0;
  transition: opacity 0.2s linear 0s;
}

#try #twaySec .twayUl .twayBlock .twaySlick .twayProducts .col {
  position: relative;
  text-align: center;
  width: calc(50% - 5px);
  padding: 0 3px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec .twayUl .twayBlock .twaySlick .twayProducts .col {
    width: calc(50% - 3px);
  }
}

#try #twaySec .twayUl .twayBlock .twaySlick .twayProducts .col .colIn {
  padding: 20px 0 25px;
  box-sizing: border-box;
  background: #ffffff;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec .twayUl .twayBlock .twaySlick .twayProducts .col .colIn {
    padding: 14px 0 28px;
  }
}

#try #twaySec .twayUl .twayBlock .twaySlick .twayProducts .col .colIn .twayProductsNew {
  position: absolute;
  top: 0;
  left: 10px;
  width: 20%;
  border-radius: 0;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec .twayUl .twayBlock .twaySlick .twayProducts .col .colIn .twayProductsNew {
    left: 10px;
  }
}

#try #twaySec .twayUl .twayBlock .twaySlick .twayProducts .col .colIn .twayProductsBps {
  position: absolute;
  top: 5px;
  right: 8px;
  width: 23%;
  border-radius: 0;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec .twayUl .twayBlock .twaySlick .twayProducts .col .colIn .twayProductsBps {
    right: 10px;
  }
}

#try #twaySec .twayUl .twayBlock .twaySlick .twayProducts .col .colIn .twayProductsImg {
  width: calc(100% - 50px);
  margin: 0 auto;
}

#try #twaySec .twayUl .twayBlock .twaySlick .twayProducts .col .colIn .twayProductsName {
  display: block;
  color: #00b1e4;
  font-size: 16px;
  font-family: "新ゴ DB", "Shin Go DeBold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
  line-height: 1.3;
  margin: 12px auto 0;
  min-height: 60px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec .twayUl .twayBlock .twaySlick .twayProducts .col .colIn .twayProductsName {
    font-size: 13px;
    margin: 12px auto 0;
    min-height: 50px;
  }
}

#try #twaySec .twayUl .twayBlock .twaySlick .twayProducts .col .colIn .twayProductsName .twayProductscap {
  color: #666;
  font-size: 11px;
  font-family: "新ゴ R", "Shin Go Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec .twayUl .twayBlock .twaySlick .twayProducts .col .colIn .twayProductsName .twayProductscap {
    font-size: 9px;
  }
}

#try #twaySec .twayUl .twayBlock .twaySlick .twayProducts .col .colIn .twayProductsBtn {
  display: block;
  margin: 0 auto;
  font-size: 13px;
  position: relative;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec .twayUl .twayBlock .twaySlick .twayProducts .col .colIn .twayProductsBtn {
    font-size: 12px;
  }
}

@media (min-width: 0px) and (max-width: 350px) {
  #try #twaySec .twayUl .twayBlock .twaySlick .twayProducts .col .colIn .twayProductsBtn {
    font-size: 10px;
    letter-spacing: -0.03em;
  }
}

#try #twaySec .twayUl .twayBlock .twaySlick .twayProducts .col .colIn .twayProductsBtn a {
  border: 1px solid #666;
  background: #fff;
  color: #2c2c2c;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 8px 40px;
  border-radius: 30px;
  text-decoration: none;
  vertical-align: top;
  text-align: center;
  color: #666;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec .twayUl .twayBlock .twaySlick .twayProducts .col .colIn .twayProductsBtn a {
    padding: 8px 20%;
  }
}

#try #twaySec .twayUl .twayBlock .twaySlick .twayProducts .col .colIn .twayProductsBtn a:before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -7px;
  background: url("../images/outer_g.svg") no-repeat;
  background-size: 100% auto;
  z-index: 2;
}

#try #twaySec .twayUl .twayBlock .opinion {
  height: 461px;
  margin: 40px 0 0;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec .twayUl .twayBlock .opinion {
    height: auto;
    margin: 40px 0 35px;
  }
}

#try #twaySec .twayUl .twayBlock .opinion h3 {
  width: 340px;
  margin: 0 auto 14px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec .twayUl .twayBlock .opinion h3 {
    width: calc(100% - 62px);
  }
}

#try #twaySec .twayUl .twayBlock .opinion li {
  width: 420px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  padding: 10px 20px 10px 15px;
  margin: 0 auto 10px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec .twayUl .twayBlock .opinion li {
    width: calc(100% - 22px);
    border-radius: 10px;
    padding: 15px 16px 15px 12px;
  }
}

#try #twaySec .twayUl .twayBlock .opinion li .opinionInner {
  width: 100%;
  text-align: left;
  position: relative;
  padding: 0 0 0 23%;
  min-height: 77px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec .twayUl .twayBlock .opinion li .opinionInner {
    min-height: auto;
  }
}

#try #twaySec .twayUl .twayBlock .opinion li .opinionInner .opinionTtl {
  color: #00b1e4;
  font-family: "新ゴ DB", "Shin Go DeBold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 2px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec .twayUl .twayBlock .opinion li .opinionInner .opinionTtl {
    font-size: 14px;
    margin-bottom: 0;
  }
}

#try #twaySec .twayUl .twayBlock .opinion li .opinionInner .opinionTxt {
  font-family: "新ゴ R", "Shin Go Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  line-height: 1.5;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec .twayUl .twayBlock .opinion li .opinionInner .opinionTxt {
    font-size: 12px;
  }
}

#try #twaySec .twayUl .twayBlock .opinion li .opinionInner::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  background: url("../images/opinion_ico01.png") no-repeat 50% 50%;
  background-size: contain;
}

#try #twaySec .twayUl .twayBlock .opinion li:last-child {
  margin: 0 auto;
}

#try #twaySec .twayUl .twayBlock .opinion li:nth-child(2n) {
  padding: 10px 15px 10px 20px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec .twayUl .twayBlock .opinion li:nth-child(2n) {
    padding: 15px 12px 15px 16px;
  }
}

#try #twaySec .twayUl .twayBlock .opinion li:nth-child(2n) .opinionInner {
  padding: 0 23% 0 0;
}

#try #twaySec .twayUl .twayBlock .opinion li:nth-child(2n) .opinionInner::before {
  left: auto;
  right: 0;
}

#try #twaySec .twayUl .twayBlock .opinion li.opLi05 .opinionInner .opinionTtl {
  padding-top: 4px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec .twayUl .twayBlock .opinion li.opLi05 .opinionInner .opinionTtl {
    padding-top: 0;
  }
}

#try #twaySec .twayUl .twayBlock .opinion li.opLi02 .opinionInner::before {
  background: url("../images/opinion_ico02.png") no-repeat 50% 50%;
  background-size: contain;
}

#try #twaySec .twayUl .twayBlock .opinion li.opLi03 .opinionInner::before {
  background: url("../images/opinion_ico03.png") no-repeat 50% 50%;
  background-size: contain;
}

#try #twaySec .twayUl .twayBlock .opinion li.opLi04 .opinionInner::before {
  background: url("../images/opinion_ico04.png") no-repeat 50% 50%;
  background-size: contain;
}

#try #twaySec .twayUl .twayBlock .opinion li.opLi05 .opinionInner::before {
  background: url("../images/opinion_ico05.png") no-repeat 50% 50%;
  background-size: contain;
}

#try #twaySec .twayUl .twayBlock .opinion li.opLi06 .opinionInner::before {
  background: url("../images/opinion_ico06.png") no-repeat 50% 50%;
  background-size: contain;
}

#try #twaySec .twayUl .twayBlock .conv_SL {
  margin: 30px 0 0;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec .twayUl .twayBlock .conv_SL {
    margin: 0;
  }
}

#try #twaySec .twayUl .twayBlock .twayBtn02 {
  margin: 15px 0 0;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec .twayUl .twayBlock .twayBtn02 {
    margin: 15px 0 0;
  }
}

#try #twaySec .twayUl .twayBlock .twayBtn03 {
  margin: 20px 0 0;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec .twayUl .twayBlock .twayBtn03 {
    margin: 20px 0 0;
  }
}

#try #twaySec .twayUl .twayBlock.twayBlockSet {
  position: relative;
  width: 100%;
  margin-top: 50px;
  padding: 0 0 40px;
  background: #fff;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec .twayUl .twayBlock.twayBlockSet {
    width: calc(100% - 15px);
    padding-bottom: 35px;
  }
}

#try #twaySec .twayUl .twayBlock.twayBlockSet::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  top: 0;
  right: 0;
  background: #00b1e4;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec .twayUl .twayBlock.twayBlockSet::before {
    content: none;
  }
}

#try #twaySec .twayUl .twayBlock.twayBlockSet h2 {
  position: absolute;
  width: 90px;
  height: 90px;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec .twayUl .twayBlock.twayBlockSet h2 {
    width: 74px;
    height: 74px;
    top: -39px;
  }
}

#try #twaySec .twayUl .twayBlock.twayBlockSet .twayBlockSetInner {
  width: 626px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 64px auto 0;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec .twayUl .twayBlock.twayBlockSet .twayBlockSetInner {
    width: 100%;
    display: block;
    margin: 45px auto 0;
  }
}

#try #twaySec .twayUl .twayBlock.twayBlockSet .twayBlockSetInner .twayHeading {
  width: calc(100% - 350px);
  text-align: left;
  padding: 0 0 15px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec .twayUl .twayBlock.twayBlockSet .twayBlockSetInner .twayHeading {
    text-align: center;
    width: 100%;
  }
}

#try #twaySec .twayUl .twayBlock.twayBlockSet .twayBlockSetInner .twayHeading h3 {
  font-family: "新ゴ B", "Shin Go Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
  margin-top: 91px;
  color: #00b1e4;
  font-size: 21px;
  line-height: 1.4;
  margin: 0 0 11px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec .twayUl .twayBlock.twayBlockSet .twayBlockSetInner .twayHeading h3 {
    margin: 0 0 30px;
  }
}

#try #twaySec .twayUl .twayBlock.twayBlockSet .twayBlockSetInner .twayHeading p {
  width: 234px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec .twayUl .twayBlock.twayBlockSet .twayBlockSetInner .twayHeading p {
    width: 207px;
    margin: 0 auto;
  }
}

#try #twaySec .twayUl .twayBlock.twayBlockSet .twayBlockSetInner .twayPict {
  width: 350px;
  margin: 0;
  padding: 0;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec .twayUl .twayBlock.twayBlockSet .twayBlockSetInner .twayPict {
    width: 82%;
    margin: 0 auto 25px;
  }
}

#try #twaySec .twayUl .twayBlock.twayBlockSet .twayComment3 p {
  font-size: 16px;
}

#try #twaySec .twayUl .twayBlock.twayBlockSet .twayComment3 p::after {
  height: 55px;
  background: url("../images/ico_gachapin.png") no-repeat right bottom;
  background-size: contain;
}

#try #twaySec .twayUl .twayBlock.twayBlockSet .cap {
  margin: 10px auto 0;
  width: 540px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec .twayUl .twayBlock.twayBlockSet .cap {
    margin: 20px auto 0;
    width: calc(100% - 30px);
  }
}

#try #twaySec .twayUl .twayBlock.twayBlockSet .btn02 {
  margin-top: 20px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec .twayUl .twayBlock.twayBlockSet .btn02 {
    margin-top: 30px;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec .twayUl .twayBlock.twayBlockSet .btn02 span {
    font-size: 12px;
    letter-spacing: -0.04em;
  }
}

#try #twaySec .twayCap {
  width: 980px;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  text-align: left;
  padding: 23px 29px;
  box-sizing: border-box;
  margin: 40px auto 0;
  font-family: "新ゴ R", "Shin Go Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec .twayCap {
    width: calc(100% - 15px);
    padding: 14px 18px;
    margin-top: 20px;
  }
}

#try #twaySec .twayCap li {
  font-size: 14px;
  line-height: 1.6;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec .twayCap li {
    font-size: 10px;
  }
}

#try #twaySec .twayCap li:not(:first-child) {
  margin-top: 5px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #twaySec .twayCap li:not(:first-child) {
    margin-top: 3px;
  }
}

#try #stepSec h1 {
  margin-bottom: 40px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #stepSec h1 {
    margin-bottom: 25px;
  }
}

#try #stepSec .stepInner {
  background: #e1f6fc;
  border-top: 6px solid #00b1e4;
  padding: 50px 0 40px;
  text-align: center;
  position: relative;
  margin-top: -1px;
  z-index: 1;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #stepSec .stepInner {
    border-top: 6px solid #00b1e4;
    padding: 33px 0 40px;
  }
}

#try #stepSec .stepInner h2 {
  display: inline-block;
  width: 280px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #stepSec .stepInner h2 {
    width: 255px;
  }
}

#try #stepSec .stepInner ul {
  width: 540px;
  display: flex;
  justify-content: space-between;
  margin: 40px auto 50px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #stepSec .stepInner ul {
    width: calc(100% - 35px);
    max-width: 460px;
    margin: 20px auto 45px;
  }
}

#try #stepSec .stepInner ul li {
  width: 170px;
  height: 250px;
  position: relative;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #stepSec .stepInner ul li {
    width: calc(100% / 3);
    height: auto;
  }
}

#try #stepSec .stepInner ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #fff url("../images/ico_credit.png") no-repeat 50% 50%;
  background-size: 65% auto;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #stepSec .stepInner ul li::before {
    content: '';
    display: inline-block;
    position: relative;
    width: 92%;
    height: auto;
    padding-bottom: 92%;
    margin-bottom: 44%;
    border-radius: 50%;
    background: #fff url("../images/ico_credit.png") no-repeat 50% 50%;
    background-size: 65% auto;
  }
}

#try #stepSec .stepInner ul li.item02::before {
  background: #fff url("../images/ico_mail.png") no-repeat 50% 40%;
  background-size: 58% auto;
}

#try #stepSec .stepInner ul li.item03::before {
  background: #fff url("../images/ico_sp.png") no-repeat 50% 50%;
  background-size: 43% auto;
}

#try #stepSec .stepInner ul li img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #stepSec .stepInner ul li img {
    width: 100%;
  }
}

#try #stepSec .stepInner ol {
  margin: 70px auto 0;
  width: 920px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #stepSec .stepInner ol {
    margin: 40px auto 0;
    display: block;
    width: 100%;
  }
}

#try #stepSec .stepInner ol .step1 {
  padding: 40px 60px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #stepSec .stepInner ol .step1 {
    padding: 30px 20px 20px;
  }
}

#try #stepSec .stepInner ol .step1 .subCopy {
  margin: 0;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #stepSec .stepInner ol .step1 .subCopy {
    margin: 10px auto 11px;
  }
}

#try #stepSec .stepInner ol li {
  position: relative;
  width: 100%;
  margin: 0 auto 50px;
  padding: 40px 60px 30px;
  background: #fff;
  border-radius: 10px;
  text-align: left;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #stepSec .stepInner ol li {
    width: calc(100% - 15px);
    margin: 0 auto 34px;
    padding: 30px 20px 25px;
  }
}

#try #stepSec .stepInner ol li::before {
  content: '';
  position: absolute;
  bottom: -34px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 24px;
  height: 24px;
  background: url("../images/triangle_dn.svg") no-repeat left bottom;
  background-size: contain;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #stepSec .stepInner ol li::before {
    bottom: -25px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 24px;
    height: 24px;
  }
}

#try #stepSec .stepInner ol li:last-child {
  margin-bottom: 0;
}

#try #stepSec .stepInner ol li:last-child::before {
  content: none;
}

#try #stepSec .stepInner ol li h3 {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #stepSec .stepInner ol li h3 {
    display: flex;
  }
}

#try #stepSec .stepInner ol li h3 .number {
  background: #fff;
  border-radius: 50%;
  border: 2px solid #00b1e4;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #stepSec .stepInner ol li h3 .number {
    border: 1px solid #00b1e4;
    width: 37px;
    height: 37px;
  }
}

#try #stepSec .stepInner ol li h3 .number img {
  width: 40%;
  height: auto;
}

#try #stepSec .stepInner ol li h3 .number::after {
  content: '';
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 20px;
  background: url("../images/step_step.png") no-repeat left top;
  background-size: contain;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #stepSec .stepInner ol li h3 .number::after {
    top: -15px;
    width: 27px;
    height: 20px;
  }
}

#try #stepSec .stepInner ol li h3 .stepTxt {
  color: #00b1e4;
  font-family: "新ゴ B", "Shin Go Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
  font-size: 42px;
  margin-left: 10px;
  display: block;
  line-height: 1;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #stepSec .stepInner ol li h3 .stepTxt {
    font-size: 28px;
    margin-left: 5px;
  }
}

#try #stepSec .stepInner ol li h3 .stepTxtShoulder {
  position: absolute;
  top: -18px;
  left: 64px;
  width: 92px;
}

#try #stepSec .stepInner ol li h3 .stepTxtShoulder img {
  width: 100%;
  height: auto;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #stepSec .stepInner ol li h3 .stepTxtShoulder {
    top: -16px;
    left: 45px;
    width: 75px;
  }
}

#try #stepSec .stepInner ol li .subCopy {
  padding-left: 6px;
  text-align: left;
  margin: 18px auto 20px;
  line-height: 1.5;
  font-size: 16px;
  display: inline-block;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #stepSec .stepInner ol li .subCopy {
    padding-left: 6px;
    margin: 10px auto 11px;
    font-size: 12px;
  }
}

#try #stepSec .stepInner ol li .stepBtn {
  text-align: center;
}

#try #stepSec .stepInner ol li .stepBtn a {
  max-width: 440px;
}

#try #stepSec .stepInner ol li .cap {
  text-align: center;
  margin-top: 6px;
}

#try #stepSec .stepInner ol li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 60px;
  background: url("../images/ico_form.png") no-repeat right center;
  background-size: contain;
  width: 70px;
  height: 100%;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #stepSec .stepInner ol li::after {
    top: 20px;
    right: 20px;
    background-position: right top;
    width: 50px;
    height: 100px;
  }
}

#try #stepSec .stepInner ol li.step2 .stepTxt {
  font-size: 34px;
  text-align: left;
  margin-left: 5px;
  padding-top: 3px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #stepSec .stepInner ol li.step2 .stepTxt {
    font-size: 24px;
  }
}

@media (min-width: 0px) and (max-width: 350px) {
  #try #stepSec .stepInner ol li.step2 .stepTxt {
    line-height: 1.2;
    padding-left: 0.2em;
    text-indent: -0.2em;
    padding-top: 8px;
  }
}

#try #stepSec .stepInner ol li.step2::after {
  content: '';
  position: absolute;
  top: 30px;
  right: 60px;
  background: url("../images/ico_router.png") no-repeat right top;
  background-size: contain;
  width: 100px;
  height: 100px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #stepSec .stepInner ol li.step2::after {
    top: 20px;
    right: 20px;
    width: 54px;
    height: 100px;
  }
}

#try #stepSec .stepInner ol li.step3::after {
  content: '';
  position: absolute;
  top: 30px;
  right: 56px;
  background: url("../images/ico_box.png") no-repeat right top;
  background-size: contain;
  width: 78px;
  height: 100px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #stepSec .stepInner ol li.step3::after {
    top: 20px;
    right: 18px;
    width: 60px;
    height: 100px;
  }
}

#try #stepSec .stepInner .stepPict {
  width: calc(100% - 120px);
  margin: 30px auto 0;
  background: #fff;
  border: 2px solid #5d5d5d;
  padding: 20px 0 30px;
  border-radius: 10px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #stepSec .stepInner .stepPict {
    width: calc(100% - 10px);
    margin: 5px auto 0;
    padding: 15px 15px 20px;
    border-radius: 5px;
    border: 1px solid #5d5d5d;
  }
}

#try #stepSec .stepInner .stepPict img {
  width: 630px;
  margin: 0 auto;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #stepSec .stepInner .stepPict img {
    width: 100%;
  }
}

#try #stepSec .stepInner .stepPict p {
  margin-top: 10px;
  line-height: 1.4;
  font-size: 20px;
  font-family: "新ゴ DB", "Shin Go DeBold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
  text-align: center;
}

#try #stepSec .stepInner .stepPict p span {
  color: #00b1e4;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #stepSec .stepInner .stepPict p {
    font-size: 18px;
  }
}

#try #notesSec {
  width: 100%;
  font-family: "新ゴ R", "Shin Go Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
  padding: 30px 0;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #notesSec {
    padding: 30px 0;
  }
}

#try #notesSec .notesSecInner {
  width: 980px;
  margin: 0 auto;
  text-align: left;
  background: #ffffff;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #notesSec .notesSecInner {
    width: 96%;
    border: 2px solid #00b1e4;
    border-radius: 10px;
    background: #ffffff;
  }
}

#try #notesSec .notesSecInner .notes_ttl {
  margin-bottom: 10px;
  font-size: 20px;
  font-family: "新ゴ M", "Shin Go Medium", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
  color: #4d4d4d;
  text-align: center;
  position: relative;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #notesSec .notesSecInner .notes_ttl {
    margin-bottom: 3px;
    font-size: 17px;
    color: #00b1e4;
    margin: 0;
    padding: 10px 0;
    line-height: 1.5;
  }
}

#try #notesSec .notesSecInner .notes_ttl:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../images/qa_plus.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
}

@media (min-width: 769px) {
  #try #notesSec .notesSecInner .notes_ttl:before {
    content: none;
  }
}

#try #notesSec .notesSecInner .notes_ttl.open:before {
  background: url(../images/qa_minus.svg) no-repeat left top;
  background-size: contain;
}

@media (min-width: 769px) {
  #try #notesSec .notesSecInner .notes_ttl.open:before {
    content: none;
  }
}

#try #notesSec .notesSecInner .notes_box {
  width: 980px;
  border: 2px solid #cccccc;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: left;
  height: 220px;
  overflow-y: scroll;
}

@media (min-width: 769px) {
  #try #notesSec .notesSecInner .notes_box {
    display: block !important;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #notesSec .notesSecInner .notes_box {
    border: none;
    height: auto;
    width: 100%;
    display: none;
  }
}

#try #notesSec .notesSecInner .notes_box .notes_box_in {
  padding: 38px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #notesSec .notesSecInner .notes_box .notes_box_in {
    padding: 10px;
  }
}

#try #notesSec .notesSecInner .notes_box .notes_box_in .notes_col .notes_list {
  margin-bottom: 10px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #notesSec .notesSecInner .notes_box .notes_box_in .notes_col .notes_list {
    margin-bottom: 20px;
  }
}

#try #notesSec .notesSecInner .notes_box .notes_box_in .notes_col .notes_list li {
  list-style: disc;
  font-size: 12px;
  margin: 0 0 5px 20px;
  line-height: 1.5;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #notesSec .notesSecInner .notes_box .notes_box_in .notes_col .notes_list li {
    font-size: 10px;
    margin: 0 0 3px 15px;
  }
}

#try .reviewTtl {
  background: #303030;
  margin-bottom: -20px;
  padding-top: 40px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .reviewTtl {
    margin-bottom: -3px;
    padding-top: 40px;
  }
}

#try .reviewTtl img {
  width: 480px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try .reviewTtl img {
    width: calc(100% - 50px);
    max-width: 400px;
  }
}

#try .uq-review .uq-reviewArea {
  padding: 30px 0 60px;
}

#try #bnrWimax {
  padding: 30px 7px;
  background: #e1f6fc;
}

#try #bnrWimax a {
  width: 980px;
  margin: 0 auto;
  transition: all .2s ease-in-out;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #bnrWimax a {
    width: auto;
  }
}

@media (min-width: 769px) {
  #try #bnrWimax a:hover {
    opacity: .8;
  }
}

#try #bnrWimax .css_banner_980x191 {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: .612244898% / 3.1413612565%;
}

#try #bnrWimax .css_banner_980x191:before {
  display: none !important;
}

#try #bnrWimax .css_banner_980x191 span {
  position: relative;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: .612244898% / 3.1413612565%;
}

#try #bnrWimax .css_banner_980x191 span:before {
  content: '';
  display: block;
  padding: 19.4897959184% 0 0 0;
}

#try #bnrWimax .css_banner_980x191 span > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#try #bnrWimax .css_banner_980x191 span img {
  height: 100%;
}

#try #bnrWimax .css_banner_980x191 span:after {
  content: '';
  position: absolute;
  bottom: -14.1361256545%;
  right: -2.7551020408%;
  display: block;
  background-color: #666666;
  width: 5.5102040816%;
  padding: 5.5102040816% 0 0;
  transform: rotate(45deg);
}

#try #bnrWimax .css_banner_980x191:after {
  content: "";
  position: absolute;
  bottom: 4.1884816754%;
  right: .7142857143%;
  width: .612244898%;
  padding: .612244898% 0 0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  #try #bnrWimax .css_banner_980x191:after {
    right: .5102040816%;
    bottom: 4.1884816754%;
    border-right-width: 1px;
    border-bottom-width: 1px;
  }
}

#try #qa {
  width: 980px;
  margin: 0 auto;
  padding: 80px 0;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #qa {
    width: 100%;
    padding: 40px 0 25px;
  }
}

#try #qa .qaTtl {
  font-family: "新ゴ DB", "Shin Go DeBold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
  color: #00b1e4;
  font-size: 32px;
  line-height: 1;
  margin: 0 auto 40px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #qa .qaTtl {
    font-size: 29px;
    margin: 0 auto 37px;
  }
}

#try #qa .qaDl {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  border-bottom: 1px solid #c1c1c1;
  text-align: left;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #qa .qaDl {
    width: calc(100% - 15px);
  }
}

#try #qa .qaDl dt span {
  display: block;
  position: relative;
  margin-bottom: 0;
  border: none;
  border-top: 1px solid #c1c1c1;
  padding: 20px 70px;
  font-size: 20px;
  color: #2b2b2b;
  text-decoration: none !important;
  cursor: pointer;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #qa .qaDl dt span {
    padding: 20px 55px;
    font-size: 14px;
  }
}

#try #qa .qaDl dt span img {
  width: 7%;
  max-width: 19px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 33px;
  margin: auto;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #qa .qaDl dt span img {
    max-width: 25px;
    left: 18px;
  }
}

#try #qa .qaDl dt span::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../images/qa_plus.svg") no-repeat 50% 50%;
  background-size: contain;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #qa .qaDl dt span::after {
    width: 24px;
    height: 24px;
  }
}

#try #qa .qaDl dt.open span::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../images/qa_minus.svg") no-repeat 50% 50%;
  background-size: contain;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #qa .qaDl dt.open span::after {
    width: 24px;
    height: 24px;
  }
}

#try #qa .qaDl dd {
  border-top: 1px solid #c1c1c1;
  display: none;
}

#try #qa .qaDl dd .col {
  padding: 20px 10px 20px 70px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #qa .qaDl dd .col {
    padding: 20px;
  }
}

#try #qa .qaDl dd .col.colShop {
  padding: 0 10px 20px 70px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #qa .qaDl dd .col.colShop {
    padding: 0 20px 20px 20px;
  }
}

#try #qa .qaDl dd .col .colTtl {
  display: inline-block;
  color: #00b1e4;
  border: 2px solid #00b1e4;
  line-height: 1;
  font-size: 14px;
  padding: 4px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
}

#try #qa .qaDl dd .col ul li {
  font-size: 16px;
  color: #4d4d4d;
  margin: 0 0 5px 0;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #qa .qaDl dd .col ul li {
    font-size: 14px;
  }
}

#try #qa .qaDl dd .col ul li .listIn {
  margin: 5px 0 0 0;
}

#try #qa .qaDl dd .col ul li .listIn li {
  text-indent: 0;
  padding-left: 0;
  font-size: 14px;
  margin: 0 0 5px 0;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #qa .qaDl dd .col ul li .listIn li {
    font-size: 10px;
  }
}

#try #qa .qaDl dd .col .txt {
  font-size: 16px;
  color: #4d4d4d;
  line-height: 1.5;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #qa .qaDl dd .col .txt {
    font-size: 14px;
  }
}

#try #convSec {
  background: #00b1e4;
  padding: 40px 0;
  margin-bottom: 1px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #convSec {
    padding: 20px 0;
  }
}

#try #convSec .convSecShop, #try #convSec .convSecWeb, #try #convSec .convSecSet {
  width: 980px;
  padding: 50px 0;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #convSec .convSecShop, #try #convSec .convSecWeb, #try #convSec .convSecSet {
    width: calc(100% - 15px);
    padding: 30px 0;
  }
}

#try #convSec .convSecShop .txtAccent_p, #try #convSec .convSecWeb .txtAccent_p, #try #convSec .convSecSet .txtAccent_p {
  color: #00b1e4;
}

#try #convSec .convSecShop .convLink, #try #convSec .convSecWeb .convLink, #try #convSec .convSecSet .convLink {
  position: relative;
  margin-top: 20px;
  font-family: "新ゴ M", "Shin Go Medium", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
  color: #2c2c2c;
  display: inline-block;
  font-size: 16px;
  transition: all .2s ease-in-out;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #convSec .convSecShop .convLink, #try #convSec .convSecWeb .convLink, #try #convSec .convSecSet .convLink {
    margin-top: 15px;
    font-size: 14px;
  }
}

@media (min-width: 0px) and (max-width: 350px) {
  #try #convSec .convSecShop .convLink, #try #convSec .convSecWeb .convLink, #try #convSec .convSecSet .convLink {
    font-size: 12px;
  }
}

#try #convSec .convSecShop .convLink:hover, #try #convSec .convSecWeb .convLink:hover, #try #convSec .convSecSet .convLink:hover {
  opacity: .8;
}

#try #convSec .convSecShop .convLink img, #try #convSec .convSecWeb .convLink img, #try #convSec .convSecSet .convLink img {
  position: absolute;
  width: auto;
  height: 12px;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #convSec .convSecShop .convLink img, #try #convSec .convSecWeb .convLink img, #try #convSec .convSecSet .convLink img {
    height: 10px;
    top: 50%;
    left: -20px;
  }
}

#try #convSec .convSecShop .convLink::after, #try #convSec .convSecWeb .convLink::after, #try #convSec .convSecSet .convLink::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: url("../images/outer_g.svg") no-repeat left bottom;
  background-size: contain;
}

#try #convSec .convSecShop .convTxt, #try #convSec .convSecWeb .convTxt, #try #convSec .convSecSet .convTxt {
  width: 590px;
  text-align: left;
  line-height: 1.6;
  font-size: 12px;
  margin: 20px auto 0;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #convSec .convSecShop .convTxt, #try #convSec .convSecWeb .convTxt, #try #convSec .convSecSet .convTxt {
    width: calc(100% - 30px);
    margin: 15px auto 0;
  }
}

#try #convSec .convSecWeb, #try #convSec .convSecSet {
  margin-top: 40px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #convSec .convSecWeb, #try #convSec .convSecSet {
    margin-top: 20px;
  }
}

#try #convSec .convSecSet .pict {
  width: 350px;
  margin: 20px auto 20px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #try #convSec .convSecSet .pict {
    width: 82%;
    margin: 15px auto 15px;
  }
}

/* --------------------
PC・SP 画像切り替え 非表示
-------------------- */
@media (min-width: 0px) and (max-width: 768px) {
  #try .pcSwitch {
    display: none !important;
  }
}

@media (min-width: 769px) {
  #try .spSwitch {
    display: none !important;
  }
}
/* add  note*/
article #try .noteBox {
  text-align: center;
  margin: 0px auto 20px auto;
  padding-left: 15px;
  padding-right: 15px;
}
article #try .noteBox ul {
  font-size: 12px;
  display: inline-block;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  text-align: left;
  padding: 20px 18px;
  box-sizing: border-box;
  font-family: "新ゴ R", "Shin Go Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;

}
article #try .noteBox ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
article #try .noteBox ul li ~ li{
  margin-top: 5px;
}